mirror of
git://git.sv.gnu.org/autoconf
synced 2025-04-12 15:20:26 +08:00
* tests/foreign.at (Libtool): Skip all Libtools pre 1.4.
This commit is contained in:
parent
c61f289486
commit
46237304df
@ -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
13
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.
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user