* tests/subobj9.test: Adjust regexes after previous patch.
authorAlexandre Duret-Lutz <adl@gnu.org>
Tue, 28 Sep 2004 22:19:20 +0000 (22:19 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Tue, 28 Sep 2004 22:19:20 +0000 (22:19 +0000)
ChangeLog
tests/subobj9.test

index dea6ae3..7e406e4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-09-29  Alexandre Duret-Lutz  <adl@gnu.org>
+
+       * tests/subobj9.test: Adjust regexes after previous patch.
+
 2004-09-28  Alexandre Duret-Lutz  <adl@gnu.org>
 
        * automake.in (handle_languages, define_compiler_variable): Output
index 00fc120..9c55988 100755 (executable)
@@ -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