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.
This commit is contained in:
Thomas Vander Stichele 2002-02-10 09:25:45 +00:00
parent 00bb5f61d0
commit ff0c0d262b

View file

@ -45,6 +45,7 @@ fi
toplevel_check $srcfile toplevel_check $srcfile
if test -e acinclude.m4; then rm acinclude.m4; fi
tool_run "aclocal" "-I common/m4 $ACLOCAL_FLAGS" tool_run "aclocal" "-I common/m4 $ACLOCAL_FLAGS"
# FIXME : why does libtoolize keep complaining about aclocal ? # FIXME : why does libtoolize keep complaining about aclocal ?