* tests/foreign.at (Libtool): Skip all Libtools pre 1.4.

This commit is contained in:
Akim Demaille 2003-05-14 08:34:10 +00:00
parent c61f289486
commit 46237304df
3 changed files with 15 additions and 7 deletions

View File

@ -1,3 +1,7 @@
2003-05-14 Akim Demaille <akim@epita.fr>
* tests/foreign.at (Libtool): Skip all Libtools pre 1.4.
2003-05-14 Akim Demaille <akim@epita.fr>
* doc/autoconf.texi (Header Portability): X11/extensions/scrnsaver.h,

13
NEWS
View File

@ -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.

View File

@ -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)