From dd8fabbf8ee5884dce477c775d76348692226bed Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 15 Jul 2017 21:04:17 +0200 Subject: Get rid of autom4te.cache directory (left over from autoconf, automake). --- autogen.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'autogen.sh') 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 -- cgit v1.2.1