+2001-07-17 Akim Demaille <akim@epita.fr>
+
+ Version 2.51.
+
2001-07-17 Akim Demaille <akim@epita.fr>
* aclang.m4 (AC_F77_DUMMY_MAIN): Let the interface be more
DATA = $(pkgdata_DATA)
DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
-Makefile.in NEWS README-alpha THANKS TODO aclocal.m4 configure \
-configure.ac
+Makefile.in NEWS THANKS TODO aclocal.m4 configure configure.ac
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-* Major changes in Autoconf 2.50d -*- outline -*-
+* Major changes in Autoconf 2.51 -*- outline -*-
** Documentation
- AC_ARG_VAR
- Quadrigraphs
a main-like routine is required/possible when linking C/C++ with
Fortran. Users of e.g. AC_F77_WRAPPERS should be aware of these.
- AC_FUNC_GETPGRG behaves better when cross-compiling.
-[2.50][2.50a][2.50b][2.50c]
+[2.50][2.50a][2.50b][2.50c][2.50d]
\f
* Major changes in Autoconf 2.50
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.50)
-AC_INIT(GNU Autoconf, 2.50d, bug-autoconf@gnu.org)
+AC_INIT(GNU Autoconf, 2.51, bug-autoconf@gnu.org)
AC_CONFIG_SRCDIR(acgeneral.m4)
AC_CONFIG_AUX_DIR(config)
-AM_INIT_AUTOMAKE(autoconf, 2.50d)
+AM_INIT_AUTOMAKE(autoconf, 2.51)
# Initialize the test suite.
AT_CONFIG(..)