2010-09-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+ 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.
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])