libtool-patches
[Top][All Lists]
Advanced

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

FYI: libtool--devo--1.0--patch-128


From: Gary V. Vaughan
Subject: FYI: libtool--devo--1.0--patch-128
Date: Sun, 29 Aug 2004 16:09:44 +0100 (BST)
User-agent: mailnotify/0.3

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

Applied to HEAD.
- -- 
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.5
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (Darwin)

iD8DBQFBMfG4FRMICSmD1gYRAhtaAJsG6ZYgHqoA18e7oVeW3eyT5dg2ZwCgjIUE
77IS9qjCeGm5zAsuiBGtYRg=
=6EVs
-----END PGP SIGNATURE-----
* looking for address@hidden/libtool--devo--1.0--patch-127 to compare with
* comparing to address@hidden/libtool--devo--1.0--patch-127
M  ChangeLog
M  config/ltmain.in

* modified files

Index: Changelog
from  Gary V. Vaughan  <address@hidden>
        * config/ltmain.in (opt_help): Defer showing help messages until
        after a possible following --mode argument has been parsed, so we
        can handle `libtool --help --mode=foo'.

2004-08-29  Gary V. Vaughan  <address@hidden>

--- orig/config/ltmain.in
+++ mod/config/ltmain.in
@@ -186,6 +186,7 @@
 lo2o="s/\\.lo\$/.${objext}/"
 o2lo="s/\\.${objext}\$/.lo/"
 
+opt_help=false
 opt_duplicate_deps=false
 
 # If this variable is set in any of the actions, the command in it
@@ -673,7 +674,7 @@
 #                      ;;
 
       -\?|-h)          func_usage                                      ;;
-      --help)          func_mode_help                                  ;;
+      --help)          opt_help=:                                      ;;
       --version)       func_version                                    ;;
 
       -*)              func_fatal_help "unrecognized option \`$opt'"   ;;
@@ -684,6 +685,9 @@
     esac
   done
 
+  # Now that we've collected a possible --mode arg, show help if necessary
+  $opt_help && func_mode_help
+
   case $host in
     *cygwin* | *mingw* | *pw32*)
       # don't eliminate duplications in $postdeps and $predeps




reply via email to

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