libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: fix /Users/gary/devel/savannah/cvs-utils--tla--1.0/tlaapply --no-re


From: Gary V. Vaughan
Subject: FYI: fix /Users/gary/devel/savannah/cvs-utils--tla--1.0/tlaapply --no-reexec regression [libtool--release--2.0--patch-7]
Date: Mon, 4 Oct 2004 10:33:49 +0100 (BST)
User-agent: mailnotify/0.3

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Applied to HEAD.

  * looking for address@hidden/libtool--release--2.0--patch-6 to compare with
  * comparing to address@hidden/libtool--release--2.0--patch-6
  M  ChangeLog
  M  NEWS
  M  config/ltmain.m4sh
  
  * modified files
  
  Index: Changelog
  from  Gary V. Vaughan  <address@hidden>
        * 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  <address@hidden>
  
  --- orig/NEWS
  +++ mod/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.
  
  
  --- orig/config/ltmain.m4sh
  +++ mod/config/ltmain.m4sh
  @@ -78,6 +78,8 @@
   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.
  @@ -101,8 +103,6 @@
   EOF
     exit $EXIT_SUCCESS
   fi
  -
  -m4_include([getopt.m4sh])
   
   default_mode=
   magic="%%%MAGIC variable%%%"
  
  
  
- -- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
_________________________________________________________
This patch notification generated by tlaapply version 0.6
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)

iD8DBQFBYRj8FRMICSmD1gYRAj78AJ48Vi/Kq9Kjt7y6hdYJ3MHGcyg9ZQCdFsh3
jX3k95SJ884VIQbAVguelcQ=
=jBS5
-----END PGP SIGNATURE-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]