+2005-08-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * bootstrap: Fix missing replace config -> $auxdir. ltmain.m4sh
+ is prerequisite to ltmain.sh. Improve warning message.
+
2005-08-22 Gary V. Vaughan <gary@gnu.org>
Reorganise the libtool tree to create a bootstrapped libltdl for
# This file is misgenerated earlier in bootstrap to satisfy automake 1.9.1
# and earlier, but has a new enough timestamp to not be updated. Force it
# to be regenerated at make-time with proper substitutions in place:
-touch $auxdir/ltmain.in
+touch $auxdir/ltmain.m4sh
# Commit script caveat:
-cat <<'EOF'
-WARNING: You might want to regenerate `commit' and `config/mailnotify'
-WARNING: after you have run `configure' to discover the real whereabouts
-WARNING: of `sed', `grep' etc. like this:
+cat <<EOF
+WARNING: You might want to regenerate \`commit' and \`$auxdir/mailnotify'
+WARNING: after you have run \`configure' to discover the real whereabouts
+WARNING: of \`sed', \`grep' etc. like this:
WARNING:
-WARNING: rm -f $auxdir/mailnotify; make -f Makefile.maint commit
+WARNING: rm -f commit $auxdir/mailnotify
+WARNING: make -f Makefile.maint commit $auxdir/mailnotify
EOF
exit 0