automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: depcomp problem


From: Alexandre Duret-Lutz
Subject: Re: depcomp problem
Date: Wed, 29 Sep 2004 00:18:52 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

Ahem.

2004-09-29  Alexandre Duret-Lutz  <address@hidden>

        * tests/subobj9.test: Adjust regexes after previous patch.

Index: tests/subobj9.test
===================================================================
RCS file: /cvs/automake/automake/tests/subobj9.test,v
retrieving revision 1.7
diff -u -r1.7 subobj9.test
--- tests/subobj9.test  7 Jan 2004 21:56:49 -0000       1.7
+++ tests/subobj9.test  28 Sep 2004 22:16:42 -0000
@@ -59,8 +59,8 @@
 
 # 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

-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]