diff --git a/autogen.sh b/autogen.sh index bd1c3f5a0..2e3b036c7 100755 --- a/autogen.sh +++ b/autogen.sh @@ -115,6 +115,10 @@ fi exit 1 } +echo "Removing files to be remade" +rm -f Makefile.in aclocal.m4 ar-lib config.guess config.sub +rm -f depcomp install-sh ltmain.sh missing ylwrap +rm -r -f autom4te.cache echo "Running $LIBTOOLIZE" $LIBTOOLIZE --copy --force \