Some people might have stray acinclude.m4's lying around in their build dir so let...
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 10 Feb 2002 09:25:45 +0000 (09:25 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 10 Feb 2002 09:25:45 +0000 (09:25 +0000)
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

index 2252f3d..813ba6b 100755 (executable)
@@ -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 ?