]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Version 2.54b.
authorAkim Demaille <akim@epita.fr>
Mon, 28 Oct 2002 08:57:40 +0000 (08:57 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 28 Oct 2002 08:57:40 +0000 (08:57 +0000)
* tests/foreign.at (Libtool): Adjust to broken libtoolize.

ChangeLog
tests/foreign.at

index 8b6b99ce88a0e369addbc7b059dadff7096e953b..d7e14e057d9657cecb629304605779dbedff9d43 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
 
        Version 2.54b.
 
+       * tests/foreign.at (Libtool): Adjust to broken libtoolize.
+
 2002-10-28  Akim Demaille  <akim@epita.fr>
 
        * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Be robust to different
index 6c684ec9967b6b80cbbdbb293e73828220b72a2b..14d636dca17b9c83c4c4428a5abee552a07ae569 100644 (file)
@@ -2,7 +2,7 @@
 
 AT_BANNER([Compatibility with other tools.])
 
-# Copyright 2000, 2001 Free Software Foundation, Inc.
+# Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -20,9 +20,9 @@ AT_BANNER([Compatibility with other tools.])
 # 02111-1307, USA.
 
 
-## -------------------- ##
-## Autoconf & Libtool.  ##
-## -------------------- ##
+## --------- ##
+## Libtool.  ##
+## --------- ##
 
 AT_SETUP([[Libtool]])
 
@@ -49,14 +49,7 @@ AT_DATA([configure.in],
 AC_CONFIG_AUX_DIR(.)
 AC_PROG_LIBTOOL
 ]])
-AT_CHECK([libtoolize | sed -n ["s,^.*\`\(/[^']*\)'.*,\1,p"]],
-         0, [stdout], ignore)
-
-# Make sure at-path contains something valid, and let the test suite
-# display it when verbose.  And fail, skipping would too easily hide
-# problems.
-AT_CHECK([grep . stdout], 0, [ignore])
-AT_CHECK([test -f "`cat stdout`"])
+AT_CHECK([libtoolize || exit 77, 0, [ignore], [ignore])
 
 # libtoolize installed everything but install-sh...
 touch install-sh