From: Akim Demaille Date: Wed, 14 May 2003 08:34:10 +0000 (+0000) Subject: * tests/foreign.at (Libtool): Skip all Libtools pre 1.4. X-Git-Tag: AUTOCONF-2.57a~40 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=46237304df1b5007ed3e52fd6598cf1e0100ce13;p=thirdparty%2Fautoconf.git * tests/foreign.at (Libtool): Skip all Libtools pre 1.4. --- diff --git a/ChangeLog b/ChangeLog index faaeab4b3..f1a0be756 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-05-14 Akim Demaille + + * tests/foreign.at (Libtool): Skip all Libtools pre 1.4. + 2003-05-14 Akim Demaille * doc/autoconf.texi (Header Portability): X11/extensions/scrnsaver.h, diff --git a/NEWS b/NEWS index 7a65da061..68db87816 100644 --- a/NEWS +++ b/NEWS @@ -1,12 +1,12 @@ * Major changes in Autoconf 2.57a -*- outline -*- -* New macros +** New macros AC_C_RESTRICT -* Improve DJGPP portability +** Improve DJGPP portability The Autoconf tools and configure behave better under DJGPP. -* Present But Cannot Be Compiled +** Present But Cannot Be Compiled New FAQ section dedicated to the mystic configure: WARNING: pi.h: present but cannot be compiled @@ -14,11 +14,16 @@ configure: WARNING: pi.h: proceeding with the preprocessor's result messages. -* Concurrent executions of autom4te +** Concurrent executions of autom4te autom4te now locks its internal files, which enables concurrent executions of autom4te, likely to happen if automake, autoconf, autoheader etc. are run simultaneously. +** Libtool + Use of Libtool 1.5 and higher is encouraged. Compatibility with + Libtool pre-1.4 is not checked. + + * Major changes in Autoconf 2.57 Released 2002-12-03 by Paul Eggert. diff --git a/tests/foreign.at b/tests/foreign.at index 9817c596b..b1e9a30c8 100644 --- a/tests/foreign.at +++ b/tests/foreign.at @@ -2,7 +2,7 @@ AT_BANNER([Compatibility with other tools.]) -# Copyright 2000, 2001, 2002 Free Software Foundation, Inc. +# Copyright (C) 2000, 2001, 2002, 2003 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 @@ -34,8 +34,7 @@ AT_CHECK([[ case `libtoolize --version | sed -n '/^.* \([0-9][0-9.a-z]*\)$/{s//\1/;p;q;}'` in 0.* ) exit 77;; - 1.[012]* ) exit 77;; - 1.3.[01234]* ) exit 77;; + 1.[0123]* ) exit 77;; esac]], ignore, ignore, ignore)