From bc6e89e5cb1572c5085e1c76086110cb240f126a Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Mon, 5 Jan 2026 23:13:53 +0100 Subject: [PATCH] Remove build-aux if required --- autogen.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/autogen.sh b/autogen.sh index 54939ec5..f96f694e 100755 --- a/autogen.sh +++ b/autogen.sh @@ -86,7 +86,10 @@ if [ "$overwrite_config" = false ]; then if [ -f build-aux/config.sub ]; then mv build-aux/config.sub build-aux/config.sub.stable fi +else + rm -fr build-aux fi + $LIBTOOLIZE --copy --install && aclocal && automake --add-missing --copy --force-missing --include-deps &&