From: Ralf Wildenhues Date: Tue, 23 Aug 2005 11:14:55 +0000 (+0000) Subject: * bootstrap: Fix missing replace config -> $auxdir. ltmain.m4sh X-Git-Tag: release-2-1b~566 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db22b40f8af0c38f745d0fc2773de5d096d4da46;p=thirdparty%2Flibtool.git * bootstrap: Fix missing replace config -> $auxdir. ltmain.m4sh is prerequisite to ltmain.sh. Improve warning message. --- diff --git a/ChangeLog b/ChangeLog index eafaefa3c..7c5a2247c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-08-23 Ralf Wildenhues + + * bootstrap: Fix missing replace config -> $auxdir. ltmain.m4sh + is prerequisite to ltmain.sh. Improve warning message. + 2005-08-22 Gary V. Vaughan Reorganise the libtool tree to create a bootstrapped libltdl for diff --git a/bootstrap b/bootstrap index d64164e42..822b1d1de 100755 --- 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 <