libtool-patches
[Top][All Lists]
Advanced

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

FYI: 72-gary-libtoolize-arg-parsing-nit.patch


From: Gary V. Vaughan
Subject: FYI: 72-gary-libtoolize-arg-parsing-nit.patch
Date: Mon, 12 Jan 2004 12:26:32 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20030925 Thunderbird/0.3

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

Applied to HEAD.

Cheers,
        Gary.
- --
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://www.oranda.demon.co.uk
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFAApJ4FRMICSmD1gYRApuCAKCI9NQgw+xiE7eaofsbXU5booz1/wCfYCBs
hAsl83tJFj2CfGtaQqLaSsI=
=UcyZ
-----END PGP SIGNATURE-----
Index: ChangeLog
from  Gary V. Vaughan  <address@hidden>

        * libtoolize.in: Break out of the command argument parse loop when
        -- is encountered.

Index: libtoolize.in
===================================================================
RCS file: /cvsroot/libtool/libtool/libtoolize.in,v
retrieving revision 1.35
diff -u -p -u -r1.35 libtoolize.in
--- libtoolize.in 9 Jan 2004 10:22:51 -0000 1.35
+++ libtoolize.in 9 Jan 2004 16:54:37 -0000
@@ -176,7 +176,7 @@ func_fatal_help ()
 
       --version)       sed "$my_sed_version" < $0;     exit 0  ;;
       --help)          sed "$my_sed_help" < $0;        exit 0  ;;
-      --)              shift ;;
+      --)              shift; break                            ;;
       -*)              func_fatal_help "unrecognized option \`$1'"     ;;
       *)               func_fatal_help "too many arguments"            ;;
     esac




reply via email to

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