[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU Libtool branch, master, updated. v2.2.10-42-ge4edceb
From: |
Gary V. Vaughan |
Subject: |
[SCM] GNU Libtool branch, master, updated. v2.2.10-42-ge4edceb |
Date: |
Tue, 29 Jun 2010 09:32:51 +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 e4edceb028dde5ac764a7158b05bb74eda7d00a7 (commit)
from 6639fdbe2fe01d54f4bd21414c9bf6b7ec99f18b (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 e4edceb028dde5ac764a7158b05bb74eda7d00a7
Author: Gary V. Vaughan <address@hidden>
Date: Tue Jun 29 16:32:46 2010 +0700
Correct func_split_short_opt comment cut-n-pasto.
* libtool/config/getopt.m4sh (func_split_short_opt): Fix
the function comment.
Signed-off-by: Gary V. Vaughan <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
libltdl/config/getopt.m4sh | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 0a09fae..8e075ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2010-06-29 Gary V. Vaughan <address@hidden>
+ Correct func_split_short_opt comment cut-n-pasto.
+ * libtool/config/getopt.m4sh (func_split_short_opt): Fix
+ the function comment.
+
Use a real XSI compliant func_split_short_opt substitution.
* libtool/m4/libtool.m4 (_LT_CHECK_SHELL_FEATURES): Remove
test ${foo:n:m} substrings, instead adding a ${foo%??} check
diff --git a/libltdl/config/getopt.m4sh b/libltdl/config/getopt.m4sh
index b3bf738..e9da56f 100644
--- a/libltdl/config/getopt.m4sh
+++ b/libltdl/config/getopt.m4sh
@@ -620,7 +620,7 @@ func_missing_arg ()
# func_split_short_opt shortopt
# Set func_split_short_opt_name and func_split_short_opt_arg shell
-# variables after splitting SHORTOPT at the `=' sign.
+# variables after splitting SHORTOPT after the 2nd character.
func_split_short_opt ()
{
my_sed_short_opt='1s/^\(..\).*$/\1/;q'
hooks/post-receive
--
GNU Libtool
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU Libtool branch, master, updated. v2.2.10-42-ge4edceb,
Gary V. Vaughan <=