+2004-08-05 Gary V. Vaughan <gary@gnu.org>
+
+ * bootstrap: Run the bootstrap rules from a file named Makefile,
+ copied from Makefile.am for fresh checkouts.
+
2004-08-05 Alexandre Duret-Lutz <adl@gnu.org>
* m4/libtool.m4 (_LT_PROG_LTMAIN): Require ltmain.sh using
# Building distributed files from configure is bad for automake, so we
# generate them here, and have Makefile rules to keep them up to date:
rm -f ./config/ltmain.sh ./m4/ltversion.m4
+test -f Makefile || { makefile=Makefile; cp Makefile.am $makefile; }
make -f Makefile.am ./config/ltmain.sh ./m4/ltversion.m4 \
top_srcdir=. PACKAGE="$2" VERSION="$3"
+test -z "$makefile" || rm -f "$makefile"
# Make a dummy libtoolize script for autoreconf:
cat > ./config/libtoolize <<'EOF'