From: Gary V. Vaughan Date: Tue, 21 Oct 2003 09:28:38 +0000 (+0000) Subject: * bootstrap (reconfdirs): Same as yesterday, only with portable X-Git-Tag: release-1-9b~290 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c02170c147aa4fa40b02a5e93d9561e99c753627;p=thirdparty%2Flibtool.git * bootstrap (reconfdirs): Same as yesterday, only with portable bourne shell syntax. :-/ --- diff --git a/ChangeLog b/ChangeLog index 8eb47eaf6..cd2004dc6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-10-21 Gary V. Vaughan + + * bootstrap (reconfdirs): Same as yesterday, only with portable + bourne shell syntax. :-/ + 2003-10-20 Gary V. Vaughan * bootstrap (reconfdirs): Overridable top dirs for bootstrap, for diff --git a/bootstrap b/bootstrap index 0e083dedf..3f478021d 100755 --- a/bootstrap +++ b/bootstrap @@ -17,7 +17,9 @@ EOF rm -rf `find . \( -name autom4te.cache -o -name libtool \) -print` fakes="config/ltmain.sh config/libtoolize libltdl/ltmain.sh" -reconfdirs=${reconfdirs-. tests/*demo tests/*demo[0-9]} +if test -z "$reconfdirs"; then + reconfdirs=". `ls -1d tests/*demo tests/*demo[0-9]`" +fi for file in $fakes; do cat > $file <<'EOF'