]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* config/ltmain.m4sh: Need to include getopt.m4sh earlier so that
authorGary V. Vaughan <gary@gnu.org>
Mon, 4 Oct 2004 09:32:52 +0000 (09:32 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 4 Oct 2004 09:32:52 +0000 (09:32 +0000)
progpath is set before it is called to --no-reexec.
* NEWS: Updated.

ChangeLog
NEWS
config/ltmain.m4sh

index 5def95a2b337e9ab4b472f1726e3b4d62cec87f1..550ee41d65e66b688d6d070ec0fa36256e64743d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-10-04  Gary V. Vaughan  <gary@gnu.org>
+
+       * config/ltmain.m4sh: Need to include getopt.m4sh earlier so that
+       progpath is set before it is called to --no-reexec.
+       * NEWS: Updated.
+
 2004-10-04  Gary V. Vaughan  <gary@gnu.org>
 
        Without this change, the distributed libtool tarball has a
diff --git a/NEWS b/NEWS
index 7b27fd040125173b0f69b5ee0c8f969a20214206..ffe0ae69c96371b41c1299b8dca9e136aa33bb11 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 NEWS - list of user-visible changes between releases of GNU Libtool
 
 New in 1.9f: 2004-??-??; CVS version 1.9e, Libtool team:
+* Fix a regression in 1.9d, where progpath was used for --no-reexec before it
+  was set.
 * Fix a regression in 1.9d, which required an installed automake to build the
   bootstrapped tarball.
 * Fix hanging bug on MinGW.
index 334ad498a76942b4b512f65c23391e6e7ef53f61..d2d77493755710ca5300db57b0e373977a9f8d9d 100644 (file)
@@ -78,6 +78,8 @@ package_revision=@package_revision@
 AS_SHELL_SANITIZE
 $as_unset CDPATH
 
+m4_include([getopt.m4sh])
+
 # Check that we have a working $ECHO.
 if test "X$1" = X--no-reexec; then
   # Discard the --no-reexec flag, and continue.
@@ -102,8 +104,6 @@ EOF
   exit $EXIT_SUCCESS
 fi
 
-m4_include([getopt.m4sh])
-
 default_mode=
 magic="%%%MAGIC variable%%%"