mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-24 14:24:59 +08:00
* bootstrap: rm Makefiles to prevent infinite loop during
configure when libtool.m4 is newer than Makefile.
This commit is contained in:
parent
f4c0ae7c0a
commit
62454bbcea
@ -1,3 +1,8 @@
|
||||
2000-10-31 Gary V. Vaughan <gvv@techie.com>
|
||||
|
||||
* bootstrap: rm Makefiles to prevent infinite loop during
|
||||
configure when libtool.m4 is newer than Makefile.
|
||||
|
||||
2000-10-31 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* libtool.m4: Adjust the copyright notice.
|
||||
|
@ -17,7 +17,7 @@ autoconf
|
||||
|
||||
for sub in libltdl demo depdemo mdemo cdemo; do
|
||||
cd $sub
|
||||
rm -f acinclude.m4
|
||||
rm -f acinclude.m4 Makefile
|
||||
cat ../libtool.m4 > acinclude.m4
|
||||
test "$sub" = libltdl && cat ../ltdl.m4 >> acinclude.m4
|
||||
aclocal
|
||||
@ -27,6 +27,6 @@ for sub in libltdl demo depdemo mdemo cdemo; do
|
||||
cd ..
|
||||
done
|
||||
|
||||
rm -f ltmain.sh ltconfig libtoolize
|
||||
rm -f ltmain.sh ltconfig libtoolize Makefile
|
||||
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user