]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Don't always skip XSI tests
authorCharles Wilson <libtool@cwilson.fastmail.fm>
Mon, 26 Jul 2010 04:03:07 +0000 (00:03 -0400)
committerCharles Wilson <libtool@cwilson.fastmail.fm>
Tue, 27 Jul 2010 00:32:20 +0000 (20:32 -0400)
tests/getopt-m4sh.at: Use new signature as implemented by
de8a0992b21b76a13c302cf48588ad5f6042595c, when determining
whether to test Extended-shell functions.

ChangeLog
tests/getopt-m4sh.at

index d7aecc4b95ebea02235c04f44296930dc2196059..a5ef374c20e85ca203c6c1af01ae3f98f01ca86d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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
index b5f23fd71f04dade733a46f990a38b80539ce3c7..ca5d5b8e6f89d4d0b93381742d35e91291d2532e 100644 (file)
@@ -100,7 +100,7 @@ AT_CLEANUP
 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
@@ -134,7 +134,7 @@ AT_CLEANUP
 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
@@ -171,7 +171,7 @@ AT_CLEANUP
 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