summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2017-07-15 21:04:17 +0200
committerBruno Haible <bruno@clisp.org>2017-07-15 21:04:17 +0200
commitdd8fabbf8ee5884dce477c775d76348692226bed (patch)
treedb4e1c680bb542cf36e336483e1190d86abadedd /autogen.sh
parent22b50b4fdc0fcf967b1e61ff0d391eb4e7a9824d (diff)
downloadlibunistring-dd8fabbf8ee5884dce477c775d76348692226bed.tar.gz
Get rid of autom4te.cache directory (left over from autoconf, automake).
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 1465383..e836db8 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -464,3 +464,5 @@ autoheader && touch config.h.in
# Make sure we get new versions of files brought in by automake.
(cd build-aux && rm -f ar-lib compile depcomp install-sh mdate-sh missing test-driver)
automake --add-missing --copy
+# Get rid of autom4te.cache directory.
+rm -rf autom4te.cache