From a9089e70f003a4b4d57e66cdc2df6b6a54ea0fc8 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Tue, 28 Sep 2004 22:19:20 +0000 Subject: [PATCH] * tests/subobj9.test: Adjust regexes after previous patch. --- ChangeLog | 4 ++++ tests/subobj9.test | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index dea6ae3d..7e406e47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-09-29 Alexandre Duret-Lutz + + * tests/subobj9.test: Adjust regexes after previous patch. + 2004-09-28 Alexandre Duret-Lutz * automake.in (handle_languages, define_compiler_variable): Output diff --git a/tests/subobj9.test b/tests/subobj9.test index 00fc1203..9c559888 100755 --- a/tests/subobj9.test +++ b/tests/subobj9.test @@ -59,8 +59,8 @@ $AUTOMAKE -a # opportunistically check that --tag=CXX is used when supported if test -n "`./libtool --help | grep tag=TAG`"; then - grep 'LTCXXCOMPILE.*mode=compile --tag=CXX' Makefile.in - grep 'CXXLINK.*mode=link --tag=CXX' Makefile.in + grep 'LTCXXCOMPILE.*--tag=CXX --mode=compile' Makefile.in + grep 'CXXLINK.*--tag=CXX --mode=link' Makefile.in fi $MAKE -- 2.43.5