From: Ralf Wildenhues Date: Thu, 1 Sep 2005 14:15:29 +0000 (+0000) Subject: * bootstrap: Do not use nonportable -path. X-Git-Tag: release-2-1b~536 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1bdc241d4591ccd2d4b1c6e165f3a7ba82cd723;p=thirdparty%2Flibtool.git * bootstrap: Do not use nonportable -path. Reported by Ralf Menzel . --- diff --git a/ChangeLog b/ChangeLog index ae849373d..ad262598f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-09-01 Ralf Wildenhues + + * bootstrap: Do not use nonportable -path. + Reported by Ralf Menzel . + 2005-09-01 Gary V. Vaughan * doc/libtool.texi (LT_INIT): Fix a logical error with diff --git a/bootstrap b/bootstrap index 24b0fe5ca..2f0db9517 100755 --- 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