+2010-07-26 Charles Wilson <libtool@cwilson.fastmail.fm>
+
+ Don't always skip XSI tests
+ tests/getopt-m4sh.at: Use new signature as implemented by
+ de8a0992b21b76a13c302cf48588ad5f6042595c, when determining
+ whether to test Extended-shell functions.
+
2010-07-18 Peter Rosin <peda@lysator.liu.se>
* tests/stresstest.at: Link with main.lo when liba is shared
AT_SETUP([enhanced shell short option splitting])
# Don't bother with additional XSI checks unless functions were substituted
-AT_CHECK([fgrep '# XSI func_split_short_opt' $abs_top_builddir/libtool >/dev/null 2>&1 || (exit 77)])
+AT_CHECK([fgrep '# Extended-shell func_split_short_opt' $abs_top_builddir/libtool >/dev/null 2>&1 || (exit 77)])
AT_DATA(expout,
[[force verbose install
AT_SETUP([XSI long option splitting])
# Don't bother with additional XSI checks unless functions were substituted
-AT_CHECK([fgrep '# XSI func_split_long_opt' $abs_top_builddir/libtool >/dev/null 2>&1 || (exit 77)])
+AT_CHECK([fgrep '# Extended-shell func_split_long_opt' $abs_top_builddir/libtool >/dev/null 2>&1 || (exit 77)])
AT_DATA(expout,
[[ltdl=long
AT_SETUP([enhanced shell option appending])
# Don't bother with additional += check unless functions were substituted
-AT_CHECK([fgrep '# XSI func_append ' $abs_top_builddir/libtool >/dev/null 2>&1 || (exit 77)])
+AT_CHECK([fgrep '# Extended-shell func_append ' $abs_top_builddir/libtool >/dev/null 2>&1 || (exit 77)])
AT_DATA(expout,
[[first --append second