]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Version 2.51.
authorAkim Demaille <akim@epita.fr>
Tue, 17 Jul 2001 16:39:04 +0000 (16:39 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 17 Jul 2001 16:39:04 +0000 (16:39 +0000)
ChangeLog
Makefile.in
NEWS
configure.ac

index 4e0db936ee2fa0b8d767ebbcb537f05388066cfc..6ff46b4d7ebdc1b2b9b106d1e3f2120fe89d0e02 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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
index a1539af2576453be241c98a246d8507ce3478951..c1cd66b385fe11072a4e61d90c0cb89ad58f2099 100644 (file)
@@ -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 f4f67535d8ae2f4677c17b62b3c6377bc3355e61..6c72883ba9ef48b5deac27ad5f663cd89b0ce1e5 100644 (file)
--- 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]
 \f
 * Major changes in Autoconf 2.50
 
index 69554b20c4763cc919f4334e02cb11430dbaf11e..4bfb85947a7e72881ff9bd9c968cc44a98a50d03 100644 (file)
@@ -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(..)