]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* bootstrap (reconfdirs): Same as yesterday, only with portable
authorGary V. Vaughan <gary@gnu.org>
Tue, 21 Oct 2003 09:28:38 +0000 (09:28 +0000)
committerGary V. Vaughan <gary@gnu.org>
Tue, 21 Oct 2003 09:28:38 +0000 (09:28 +0000)
bourne shell syntax.  :-/

ChangeLog
bootstrap

index 8eb47eaf611270e9aa9a3227ff218beb683cc81f..cd2004dc6164a3c47def9d7f95627bf243969181 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-10-21  Gary V. Vaughan  <gary@gnu.org>
+
+       * bootstrap (reconfdirs): Same as yesterday, only with portable
+       bourne shell syntax.  :-/
+
 2003-10-20  Gary V. Vaughan  <gary@gnu.org>
 
        * bootstrap (reconfdirs): Overridable top dirs for bootstrap, for
index 0e083dedf5c394603d46dc98561a2b75940c3c37..3f478021d54595c88fb69bf84640bc27f6c22b55 100755 (executable)
--- 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'