From: Akim Demaille Date: Tue, 17 Jul 2001 16:39:04 +0000 (+0000) Subject: Version 2.51. X-Git-Tag: AUTOCONF-2.51~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36613e48e298b3fb028536319dea8932ffa16663;p=thirdparty%2Fautoconf.git Version 2.51. --- diff --git a/ChangeLog b/ChangeLog index 4e0db936e..6ff46b4d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-07-17 Akim Demaille + + Version 2.51. + 2001-07-17 Akim Demaille * aclang.m4 (AC_F77_DUMMY_MAIN): Let the interface be more diff --git a/Makefile.in b/Makefile.in index a1539af25..c1cd66b38 100644 --- a/Makefile.in +++ b/Makefile.in @@ -132,8 +132,7 @@ SCRIPTS = $(bin_SCRIPTS) 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) diff --git a/NEWS b/NEWS index f4f67535d..6c72883ba 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -* Major changes in Autoconf 2.50d -*- outline -*- +* Major changes in Autoconf 2.51 -*- outline -*- ** Documentation - AC_ARG_VAR - Quadrigraphs @@ -55,7 +55,7 @@ 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] * Major changes in Autoconf 2.50 diff --git a/configure.ac b/configure.ac index 69554b20c..4bfb85947 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ # -*- 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(..)