]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* bootstrap: Remove generated files (incase they are links) before
authorGary V. Vaughan <gary@gnu.org>
Tue, 31 Jul 2001 02:30:31 +0000 (02:30 +0000)
committerGary V. Vaughan <gary@gnu.org>
Tue, 31 Jul 2001 02:30:31 +0000 (02:30 +0000)
rerunning the autotools to regenerate them.

ChangeLog
bootstrap

index 38b55b81d59352efd93665844838b4f777a11700..8602bc3272ac2f68a14776c9e91b6dd95379a861 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-07-31  Gary V. Vaughan  <gary@gnu.org>
+
+       * bootstrap: Remove generated files (incase they are links) before
+       rerunning the autotools to regenerate them.
+
 2001-07-30  Gary V. Vaughan  <gary@gnu.org>
 
        * libtool.m4 (AC_LIBTOOL_SETUP): Use Autoconf-2.50 era
index da484b0cc0b55b2c6a89c3c4c2db9c6b5018c18f..b36490f0dae247b54aa841cfe518c8187bcd6a4d 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -12,7 +12,7 @@
 touch ltmain.sh
 touch libtoolize
 
-for sub in . libltdl demo depdemo mdemo cdemo tagdemo pdemo; do
+for sub in . libltdl cdemo demo depdemo mdemo ltdldemo pdemo tagdemo; do
   case $sub in
   .) 
     top_srcdir=.
@@ -32,7 +32,7 @@ for sub in . libltdl demo depdemo mdemo cdemo tagdemo pdemo; do
   esac
 
   cd $sub
-  rm -f acinclude.m4 Makefile
+  rm -f acinclude.m4 aclocal.m4 Makefile configure
   for file in $acfiles; do
     cat $file >> ./acinclude.m4
   done