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.10-174-g048979e


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.10-174-g048979e
Date: Sun, 12 Sep 2010 14:50:06 +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  048979e10ffcbe67dad11e3b58365ecc66232e5a (commit)
      from  594b9203db9e5c3fef5729016d73e71026701f02 (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 048979e10ffcbe67dad11e3b58365ecc66232e5a
Author: Ralf Wildenhues <address@hidden>
Date:   Sun Sep 12 16:38:46 2010 +0200

    tests: work around zsh use of $options variable.
    
    * tests/getopt-m4sh.at: Rename $options to $opts, the former is
    special for zsh 4.3.10.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog            |    4 ++++
 tests/getopt-m4sh.at |   12 ++++++------
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4e8557b..b9abe8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2010-09-12  Ralf Wildenhues  <address@hidden>
 
+       tests: work around zsh use of $options variable.
+       * tests/getopt-m4sh.at: Rename $options to $opts, the former is
+       special for zsh 4.3.10.
+
        Fix AC_NO_EXECUTABLES test failure on IRIX 6.5.
        * libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS) [irix]: Cache result
        of link check for -Wl,-exported_symbol.
diff --git a/tests/getopt-m4sh.at b/tests/getopt-m4sh.at
index 1c2ac26..75a7bf6 100644
--- a/tests/getopt-m4sh.at
+++ b/tests/getopt-m4sh.at
@@ -37,14 +37,14 @@ AT_DATA([options.m4sh],
 nl='
 '
 list=
-options=
+opts=
 M4SH_GETOPTS(
   [a!],        [--append],     [],     [func_append list "$optarg$nl"],
-  [f], [--force],      [],     [options="$options force"],
-  [i], [--install],    [],     [options="$options install"],
-  [v], [--verbose],    [],     [options="$options verbose"],
-  [!], [--ltdl],       [false],[options="$options ltdl=$optarg"],
-[echo "$list" $options])
+  [f], [--force],      [],     [opts="$opts force"],
+  [i], [--install],    [],     [opts="$opts install"],
+  [v], [--verbose],    [],     [opts="$opts verbose"],
+  [!], [--ltdl],       [false],[opts="$opts ltdl=$optarg"],
+[echo "$list" $opts])
 ]])
 m4_pattern_forbid([m4_include])
 m4_pattern_forbid([AS_INIT])


hooks/post-receive
-- 
GNU Libtool



reply via email to

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