[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU Libtool branch, master, updated. v2.2.8-7-g540fbe5
From: |
Gary V. Vaughan |
Subject: |
[SCM] GNU Libtool branch, master, updated. v2.2.8-7-g540fbe5 |
Date: |
Fri, 04 Jun 2010 22:06:54 +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 540fbe5b3215ffd3ea0bcb03240ad67d8a2f0336 (commit)
from 7a1821bead2aa2fefaf3a31a26e2cbf6e4ecfc0f (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 540fbe5b3215ffd3ea0bcb03240ad67d8a2f0336
Author: Gary V. Vaughan <address@hidden>
Date: Sat Jun 5 05:06:45 2010 +0700
Add missing quote for literal ? in a shell case statement.
* libltdl/config/getopt.m4sh (m4go_shortnoargs): Quote initial ?
correctly for use in a shell case statement.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
libltdl/config/getopt.m4sh | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 09e6981..c511b59 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2010-06-05 Gary V. Vaughan <address@hidden>
+ Add missing quote for literal ? in a shell case statement.
+ * libltdl/config/getopt.m4sh (m4go_shortnoargs): Quote initial ?
+ correctly for use in a shell case statement.
+
Quote command line arguments after --rcfile properly.
* libltdl/config/announce-gen.m4sh (--rcfile): Quote remaining
arguments shell variable expression correctly for eval.
diff --git a/libltdl/config/getopt.m4sh b/libltdl/config/getopt.m4sh
index 74491d0..a81a905 100644
--- a/libltdl/config/getopt.m4sh
+++ b/libltdl/config/getopt.m4sh
@@ -135,7 +135,7 @@ m4_define([m4go_branches], []) # case branches to
process options
# OPTION, [|])' to insert the separator pipe symbols - which requires
# that `m4go_shortargs' be undefined if the first option appended is not
# prefixed by a leading `|'.
-m4_define([m4go_shortnoargs], [-?*|-h*|-v*])
+m4_define([m4go_shortnoargs], [-\?*|-h*|-v*])
# M4SH_GETOPTS(SHORT-SPEC1, LONG-MATCH1, DEF1, INIT1,
hooks/post-receive
--
GNU Libtool
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU Libtool branch, master, updated. v2.2.8-7-g540fbe5,
Gary V. Vaughan <=