From ff0c0d262b848c5fed7abf90b3ba28c63aa4c043 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 10 Feb 2002 09:25:45 +0000 Subject: [PATCH] Some people might have stray acinclude.m4's lying around in their build dir so let's delete them. Original commit message from CVS: Some people might have stray acinclude.m4's lying around in their build dir so let's delete them. For those that wondered : yes, I ran make distcheck on an anonymous checkout. This would've helped Zeenix. Let me know if you think this is the wrong solution. --- autogen.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/autogen.sh b/autogen.sh index 2252f3dd9e..813ba6be07 100755 --- a/autogen.sh +++ b/autogen.sh @@ -45,6 +45,7 @@ fi toplevel_check $srcfile +if test -e acinclude.m4; then rm acinclude.m4; fi tool_run "aclocal" "-I common/m4 $ACLOCAL_FLAGS" # FIXME : why does libtoolize keep complaining about aclocal ?