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.
This commit is contained in:
Holger Vogt 2025-09-07 18:49:22 +02:00
parent 434863651e
commit 0a739f6b76
1 changed files with 4 additions and 0 deletions

View File

@ -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 \