]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
tests: Use a basic grep that matches the basic regexp style. v2.4.2.427
authorPeter Rosin <peda@lysator.liu.se>
Fri, 8 Nov 2013 17:56:55 +0000 (18:56 +0100)
committerPeter Rosin <peda@lysator.liu.se>
Fri, 8 Nov 2013 17:56:55 +0000 (18:56 +0100)
Fixes a testsuite failure on Cygwin.

* tests/tagdemo.at: Use grep instead of egrep.

Signed-off-by: Peter Rosin <peda@lysator.liu.se>
tests/tagdemo.at

index 0eecf2e598d858fdb1a414a7450ac858aea3d9b7..d7f94be3f6f9e9aad3df85146277b610c669b673 100644 (file)
@@ -386,7 +386,7 @@ _LT_SETUP
 
 LT_AT_BOOTSTRAP([], [-I m4], [], [--add-missing], [],
                 [--disable-static], [ignore])
-AT_CHECK([$EGREP "^allow_undefined_flag=.\{0,1\}unsupported.\{0,1\}$" libtool && (exit 77)],
+AT_CHECK([$GREP "^allow_undefined_flag=.\{0,1\}unsupported.\{0,1\}$" libtool && (exit 77)],
           1, [ignore])
 sed 's|allow_undefined=no|allow_undefined=yes|g' libtool > ltnew && mv -f ltnew libtool
 LT_AT_CHECK_EXECUTE([], [./tagdemo])