libtool-patches
[Top][All Lists]
Advanced

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

FYI: 22-gary-select-bootstrap-dirs.patch


From: Gary V. Vaughan
Subject: FYI: 22-gary-select-bootstrap-dirs.patch
Date: Mon, 20 Oct 2003 14:52:05 +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): Overridable top dirs for bootstrap, for
        those times when you don't want to wait for all of the test
        directories to be rebootstrapped!

Index: bootstrap
===================================================================
RCS file: /cvsroot/libtool/libtool/bootstrap,v
retrieving revision 1.31
diff -u -p -u -r1.31 bootstrap
--- bootstrap 15 Oct 2003 09:27:54 -0000 1.31
+++ bootstrap 20 Oct 2003 13:45:29 -0000
@@ -17,6 +17,7 @@ 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]}
 
 for file in $fakes; do
   cat > $file <<'EOF'
@@ -33,7 +34,7 @@ done
 LIBTOOLIZE=`pwd`/config/libtoolize
 export LIBTOOLIZE
 
-for sub in . tests/*demo tests/*demo[1-9]; do
+for sub in $reconfdirs; do
   autoreconf --force --verbose --install $sub
 done
 

reply via email to

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