diff --git a/autogen.sh b/autogen.sh index 928c17d0f..f1f8b51de 100755 --- a/autogen.sh +++ b/autogen.sh @@ -18,6 +18,9 @@ if [ "$tmp" = "" ]; then exit 1 fi +rm -f configure aclocal.m4 autom4te.cache/* +rmdir --ignore-fail-on-non-empty autom4te.cache +find . -iname "Makefile" -o -iname "Makefile.in" -o -iname "Makefile.in.in" -type f -exec rm -f '{}' + autoreconf -i intltoolize if test -z "$NOCONFIGURE"; then