]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* bootstrap: rm Makefiles to prevent infinite loop during
authorGary V. Vaughan <gary@gnu.org>
Tue, 31 Oct 2000 23:30:59 +0000 (23:30 +0000)
committerGary V. Vaughan <gary@gnu.org>
Tue, 31 Oct 2000 23:30:59 +0000 (23:30 +0000)
configure when libtool.m4 is newer than Makefile.

ChangeLog
bootstrap

index dfb19555dd6bffce7563c602603468f81e816ef7..51b74cc8d18460b2d084a762e36e0f0c80f5634c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 6a38f717aef5aafcf06d1215dde41a4b1ca4de11..97185003b140ace7672b6ae8224119ff36892d40 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -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