+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
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'