From: Ralf Wildenhues Date: Tue, 23 Aug 2005 11:21:15 +0000 (+0000) Subject: * bootstrap: Add default $auxdir value. ltmain.m4sh X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0241ebe5f9aa8bbc58265c939af305223ae8c5c3;p=thirdparty%2Flibtool.git * bootstrap: Add default $auxdir value. ltmain.m4sh is prerequisite to ltmain.sh. Improve warning message. --- diff --git a/ChangeLog b/ChangeLog index 032cd42f2..83146d7ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-08-23 Ralf Wildenhues + + * bootstrap: Add default $auxdir value. ltmain.m4sh + is prerequisite to ltmain.sh. Improve warning message. + 2005-08-18 Gary V. Vaughan Ralf Wildenhues diff --git a/bootstrap b/bootstrap index 1a9308a3b..90f68061e 100755 --- a/bootstrap +++ b/bootstrap @@ -38,6 +38,8 @@ test -f ./configure.ac || { exit 1 } +: ${auxdir=config} + # Upgrade caveat: cat <<'EOF' WARNING: If bootstrapping with this script fails, it may be due to an @@ -109,15 +111,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 config/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 <