summaryrefslogtreecommitdiff
path: root/tests/libtool3.test
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2004-05-22 21:55:47 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2004-05-22 21:55:47 +0000
commit16af3fd3bdae10d433978dbfb124499bf94c5c67 (patch)
tree2e902a279ff90f6a17afca002dc0e5020d69b774 /tests/libtool3.test
parentbd78771248e8e84bed189390e8b4380a64a452d0 (diff)
downloadautomake-16af3fd3bdae10d433978dbfb124499bf94c5c67.tar.gz
* automake.in (scan_autoconf_traces): Trace for LT_SUPPORTED_TAG
instead of AC_LIBTOOL_TAGS, since that how CVS Libtool has been changed. * tests/libtool3.test: Do not grep for --tag=CC, since CVS Libtool (unlike Libtool 1.5) does not has any CC tag.
Diffstat (limited to 'tests/libtool3.test')
-rwxr-xr-xtests/libtool3.test9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/libtool3.test b/tests/libtool3.test
index a11e137ba..10940e863 100755
--- a/tests/libtool3.test
+++ b/tests/libtool3.test
@@ -89,14 +89,5 @@ $FGREP 'a.lo:' Makefile.in
./configure
-# opportunistically check that --tag=CC is used when supported
-if test -n "`./libtool --help | grep tag=TAG`"; then
- grep 'LTCOMPILE.*mode=compile --tag=CC' Makefile.in
- grep 'LINK.*mode=link --tag=CC' Makefile.in
- # We also expect --tag=CC to appear twice in the explicit rule a.lo.
- # (The first time if am__fastdepCC is true, the second if it is not.)
- test 2 = `grep 'am__fastdepCC.*mode=compile --tag=CC' Makefile.in | wc -l`
-fi
-
$MAKE
$MAKE distcheck