]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* bootstrap: Fix missing replace config -> $auxdir. ltmain.m4sh
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 23 Aug 2005 11:14:55 +0000 (11:14 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 23 Aug 2005 11:14:55 +0000 (11:14 +0000)
is prerequisite to ltmain.sh.  Improve warning message.

ChangeLog
bootstrap

index eafaefa3cce202c5dc99995494df8ee4360db3e6..7c5a2247ca7c0d800e5217dadc2f8fffe9ceefeb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
index d64164e42f28e1e342276b5e4d44cad7ce21ac64..822b1d1dee0047348932c26287450f20f4cc9855 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -134,15 +134,16 @@ rm -f Makefile libltdl/Makefile libtool vcl.tmp
 # 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