]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* bootstrap: Delete acinclude.m4.
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 14 Apr 2004 10:40:46 +0000 (10:40 +0000)
committerGary V. Vaughan <gary@gnu.org>
Wed, 14 Apr 2004 10:40:46 +0000 (10:40 +0000)
ChangeLog
bootstrap

index c3f1a9c7973c1bfecd2ce0cd1c2acd702372f518..42d8e8e803bb3a47ffc306fef34663138092c8da 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-04-14  Alexandre Duret-Lutz  <adl@gnu.org>
+
+       * bootstrap: Delete acinclude.m4.
+
 2004-04-14  Gary V. Vaughan  <gary@gnu.org>
 
        * libtoolize.in (configure_ac): Don't complain about the lack of
index 60c1c86ad85f9f395194e7d4934113df4deb2a04..e3fea810a1ff02026a0a7fa25446a94c5be7d760 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,7 +1,7 @@
 #! /bin/sh
 # bootstrap -- Helps bootstrapping libtool, when checked out from CVS.
 #
-# Copyright (C) 2003 Free Software Foundation
+# Copyright (C) 2003, 2004 Free Software Foundation
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -36,6 +36,9 @@ EOF
 
 rm -rf `find . -path './{arch}' -prune -o \( -name autom4te.cache -o -name libtool \) -print`
 
+# Delete stale acinclude.m4 from previous libtool versions.
+rm -f acinclude.m4
+
 fakes="config/ltmain.sh config/libtoolize"
 if test -z "$reconfdirs"; then
   reconfdirs=". `ls -1d tests/*demo tests/*demo[0-9]`"