From 0a739f6b762da7ec908f8385e4f45387eecb15e9 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sun, 7 Sep 2025 18:49:22 +0200 Subject: [PATCH] Remove files that are remade anyway. Makefile.in prescribed using aclocal 1.16. The fix removes any dependency on the autotool version. Fixing bug 806. --- autogen.sh | 4 ++++ 1 file changed, 4 insertions(+) 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 \