Remove additional generated files in libtool-2.2.4

Most of the times, libtoolize.in was not being regenerated by bootstrap. However, there was at least one spurious case where it got regenerated, leading to a package with a different checksum. By deleting it before running bootstrap, it will be always regenerated.
This commit is contained in:
Eduardo Sánchez Muñoz 2025-09-07 19:42:26 +02:00
parent 69fdc27d64
commit ec2efcd027
2 changed files with 4 additions and 2 deletions

View file

@ -6,10 +6,12 @@
src_prepare() {
default
rm libtoolize.in
rm -f libltdl/config/ltmain.sh libtool libltdl/m4/ltversion.m4
rm -f doc/*.info
rm -f tests/testsuite
rm -f tests/testsuite tests/defs.in tests/package.m4
find tests -name configure | while read d; do
rm -r "$(dirname "$d")"