libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: 24-gary-portable-select-bootstrap-dirs.patch


From: Gary V. Vaughan
Subject: FYI: 24-gary-portable-select-bootstrap-dirs.patch
Date: Tue, 21 Oct 2003 10:36:01 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20030925 Thunderbird/0.3

Applied to HEAD.
--
  ())_.  Gary V. Vaughan    gary@(lilith.warpmail.net|gnu.org)
  ( '/   Research Scientist http://www.oranda.demon.co.uk       ,_())____
  / )=   GNU Hacker         http://www.gnu.org/software/libtool  \'      `&
`(_~)_   Tech' Author       http://sources.redhat.com/autobook   =`---d__/
Index: ChangeLog
from  Gary V. Vaughan  <address@hidden>

        * bootstrap (reconfdirs): Same as yesterday, only with portable
        bourne shell syntax.  :-/

Index: bootstrap
===================================================================
RCS file: /cvsroot/libtool/libtool/bootstrap,v
retrieving revision 1.32
diff -u -p -u -r1.32 bootstrap
--- bootstrap 20 Oct 2003 13:45:51 -0000 1.32
+++ bootstrap 21 Oct 2003 09:28:12 -0000
@@ -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'

reply via email to

[Prev in Thread] Current Thread [Next in Thread]