mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-18 10:45:15 +08:00
Version 2.54b.
* tests/foreign.at (Libtool): Adjust to broken libtoolize.
This commit is contained in:
parent
20fc2abed5
commit
85b3b2acdd
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user