libtool-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Libtool branch, master, updated. v2.2.8-5-gfd9aeeb


From: Gary V. Vaughan
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.8-5-gfd9aeeb
Date: Fri, 04 Jun 2010 21:19:20 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".

The branch, master has been updated
       via  fd9aeebfe95b73aa7f1b5539806eee8b4b23f0c6 (commit)
      from  f369e079744be44675513bd5283bd99503bc88b3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fd9aeebfe95b73aa7f1b5539806eee8b4b23f0c6
Author: Gary V. Vaughan <address@hidden>
Date:   Sat Jun 5 04:19:11 2010 +0700

    Shift correctly in numbered option argument collection.
    
    * libltdl/config/getopt.m4sh (_m4go_option): Argument list also
    needs to be `shift'ed in the shell option loop after processing a
    numbered argument collection.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                  |    5 +++++
 libltdl/config/getopt.m4sh |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 89be093..7567527 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2010-06-05  Gary V. Vaughan  <address@hidden>
 
+       Shift correctly in numbered option argument collection.
+       * libltdl/config/getopt.m4sh (_m4go_option): Argument list also
+       needs to be `shift'ed in the shell option loop after processing a
+       numbered argument collection.
+
        Fetch from new upstream host for config.guess and config.sub.
        * Makefile.maint (WGET_CGIT): Location of newest config.guess and
        config.sub upstream.
diff --git a/libltdl/config/getopt.m4sh b/libltdl/config/getopt.m4sh
index 6e0e2c6..74491d0 100644
--- a/libltdl/config/getopt.m4sh
+++ b/libltdl/config/getopt.m4sh
@@ -357,7 +357,7 @@ dnl only write the file_arg fragment when we didn't already 
write opt_file_arg:
 m4_bmatch([$3], address@hidden, [m4_bmatch([$3], [?], [],
                    [m4_expand([m4go_file_arg([$1])])
 ])])m4_n(m4go_unindent([$6]))[]dnl
-m4_bmatch([$3], [[!+]], [                      shift
+m4_bmatch([$3], [[!+;]], [                     shift
 ])                     ;;
 ])],
     [m4_ifnblank([$2],


hooks/post-receive
-- 
GNU Libtool



reply via email to

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