+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,
* 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
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.
+
+\f
* Major changes in Autoconf 2.57
Released 2002-12-03 by Paul Eggert.
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
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)