mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-23 14:09:51 +08:00
Version 2.61.
* configure.ac (AC_INIT): Bump to 2.61. * NEWS: Likewise.
This commit is contained in:
parent
df2784c436
commit
df6c6cfc6d
@ -1,5 +1,10 @@
|
||||
2006-11-17 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
Version 2.61.
|
||||
|
||||
* configure.ac (AC_INIT): Bump to 2.61.
|
||||
* NEWS: Likewise.
|
||||
|
||||
* tests/autotest.at (Macro with backslash in a test title):
|
||||
Comment out for now, as this tests neither fails nor passes
|
||||
reliably. Problem reported by Ralf Wildenhues.
|
||||
|
13
NEWS
13
NEWS
@ -1,4 +1,8 @@
|
||||
* Major changes in Autoconf 2.60c (??)
|
||||
* Major changes in Autoconf 2.61 (2006-11-17)
|
||||
|
||||
** New macros AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS.
|
||||
|
||||
** AC_ARG_ENABLE and AC_ARG_WITH now allow '.' in feature and package names.
|
||||
|
||||
* Major changes in Autoconf 2.60b (2006-10-22)
|
||||
|
||||
@ -19,10 +23,6 @@
|
||||
|
||||
** AC_COMPUTE_INT no longer caches or reports results.
|
||||
|
||||
** New macros AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS.
|
||||
|
||||
** AC_ARG_ENABLE and AC_ARG_WITH now allow '.' in feature and package names.
|
||||
|
||||
** AC_CHECK_DECL now also works with aggregate objects.
|
||||
|
||||
** AC_USE_SYSTEM_EXTENSIONS now defines _TANDEM_SOURCE for NonStop platforms.
|
||||
@ -37,8 +37,7 @@
|
||||
|
||||
* Major changes in Autoconf 2.60a (2006-08-25)
|
||||
|
||||
** GNU M4 1.4.6 or later is now recommended. At least one "make check"
|
||||
test fails with earlier versions of M4.
|
||||
** GNU M4 1.4.6 or later is now recommended.
|
||||
|
||||
** The check for C99 now tests for varargs macros, as documented.
|
||||
It also tests that the preprocessor supports 64-bit integers.
|
||||
|
@ -22,7 +22,7 @@
|
||||
# We need AC_CONFIG_TESTDIR.
|
||||
AC_PREREQ([2.59])
|
||||
|
||||
AC_INIT([GNU Autoconf], [2.60c], [bug-autoconf@gnu.org])
|
||||
AC_INIT([GNU Autoconf], [2.61], [bug-autoconf@gnu.org])
|
||||
AC_SUBST([PACKAGE_NAME])dnl
|
||||
AC_CONFIG_SRCDIR([ChangeLog])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user