From 49ff7174af534a83baed569f71b48d656c9e5306 Mon Sep 17 00:00:00 2001 From: bbhtt Date: Tue, 24 Oct 2023 11:35:56 +0530 Subject: [PATCH] Cleanup some automake files to prevent reporting wrong versions --- autogen.sh | 3 +++ 1 file changed, 3 insertions(+) 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