those times when you don't want to wait for all of the test
directories to be rebootstrapped!
+2003-10-20 Gary V. Vaughan <gary@gnu.org>
+
+ * 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!
+
2003-10-19 Kevin P. Fleming <kpfleming@backtobasicsmgmt.com>
Charles Wilson <cygwin@cwilson.fastmail.fm>
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'
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