]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* bootstrap: Do not use nonportable -path.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 1 Sep 2005 14:15:29 +0000 (14:15 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 1 Sep 2005 14:15:29 +0000 (14:15 +0000)
Reported by Ralf Menzel <menzel@ls6.cs.uni-dortmund.de>.

ChangeLog
bootstrap

index ae849373d211d211014327d54e82c84aa4971a4d..ad262598f7e4f3e0e0918d15dae5ee6572b84155 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-09-01  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+       * bootstrap: Do not use nonportable -path.
+       Reported by Ralf Menzel <menzel@ls6.cs.uni-dortmund.de>.
+
 2005-09-01  Gary V. Vaughan  <gary@gnu.org>
 
        * doc/libtool.texi (LT_INIT): Fix a logical error with
index 24b0fe5cab8dd6d5782cec30df16054ca803dde6..2f0db951752dbbffad9a8d5f80a85233118b7f20 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -63,7 +63,7 @@ WARNING: them with all m4 file as shipped with this distribution (except
 WARNING: `lt~obsolete.m4').  After that, retry this bootstrap.
 EOF
 
-rm -rf `find . -path './{arch}' -prune -o \( -name autom4te.cache -o -name libtool \) -print`
+rm -rf `find . -name '{arch}' -prune -o \( -name autom4te.cache -o -name libtool \) -print`
 
 # Delete stale files from previous libtool versions.
 rm -f acinclude.m4 libltdl/config.h