diff --git a/ChangeLog b/ChangeLog index 6ff46b4d..557b8b67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-07-18 Akim Demaille + + * configure.in: Bump to 2.51a. + 2001-07-17 Akim Demaille Version 2.51. diff --git a/Makefile.am b/Makefile.am index 8ead9a1e..cb18cfec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -66,8 +66,6 @@ CLEANFILES = autoconf.m4f \ ## Maintainer rules. ## ## ------------------ ## -move_if_change = $(top_srcdir)/config/move-if-change - ## acversion.m4. ## # - acversion.m4 needs to be updated only once, since it depends on @@ -137,37 +135,37 @@ autoconf: $(srcdir)/autoconf.in $(srcdir)/configure.ac rm -f autoconf autoconf.tmp $(edit) $(srcdir)/autoconf.in >autoconf.tmp chmod +x autoconf.tmp - $(move_if_change) autoconf.tmp autoconf + mv autoconf.tmp autoconf autoheader: $(srcdir)/autoheader.in $(srcdir)/configure.ac rm -f autoheader autoheader.tmp $(edit) $(srcdir)/autoheader.in >autoheader.tmp chmod +x autoheader.tmp - $(move_if_change) autoheader.tmp autoheader + mv autoheader.tmp autoheader autoreconf: $(srcdir)/autoreconf.in $(srcdir)/configure.ac rm -f autoreconf autoreconf.tmp $(edit) $(srcdir)/autoreconf.in >autoreconf.tmp chmod +x autoreconf.tmp - $(move_if_change) autoreconf.tmp autoreconf + mv autoreconf.tmp autoreconf autoupdate: $(srcdir)/autoupdate.in $(srcdir)/configure.ac rm -f autoupdate autoupdate.tmp $(edit) $(srcdir)/autoupdate.in >autoupdate.tmp chmod +x autoupdate.tmp - $(move_if_change) autoupdate.tmp autoupdate + mv autoupdate.tmp autoupdate ifnames: $(srcdir)/ifnames.in $(srcdir)/configure.ac rm -f ifnames ifnames.tmp $(edit) $(srcdir)/ifnames.in >ifnames.tmp chmod +x ifnames.tmp - $(move_if_change) ifnames.tmp ifnames + mv ifnames.tmp ifnames autoscan: $(srcdir)/autoscan.in $(srcdir)/configure.ac rm -f autoscan autoscan.tmp $(edit) $(srcdir)/autoscan.in >autoscan.tmp chmod +x autoscan.tmp - $(move_if_change) autoscan.tmp autoscan + mv autoscan.tmp autoscan ## ------------------ ## diff --git a/Makefile.in b/Makefile.in index c1cd66b3..8f5c28a8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -101,8 +101,6 @@ EXTRA_DIST = ChangeLog.0 ChangeLog.1 ChangeLog.2 BUGS INSTALL.txt CLEANFILES = autoconf.m4f $(bin_SCRIPTS) -move_if_change = $(top_srcdir)/config/move-if-change - # INSTALL is a special case. Automake seems to have a single name space # for both targets and variables. If we just use INSTALL, then the var # $(INSTALL) is not defined, and the install target fails. @@ -132,7 +130,8 @@ SCRIPTS = $(bin_SCRIPTS) DATA = $(pkgdata_DATA) DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \ -Makefile.in NEWS THANKS TODO aclocal.m4 configure configure.ac +Makefile.in NEWS README-alpha THANKS TODO aclocal.m4 configure \ +configure.ac DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) @@ -457,37 +456,37 @@ autoconf: $(srcdir)/autoconf.in $(srcdir)/configure.ac rm -f autoconf autoconf.tmp $(edit) $(srcdir)/autoconf.in >autoconf.tmp chmod +x autoconf.tmp - $(move_if_change) autoconf.tmp autoconf + mv autoconf.tmp autoconf autoheader: $(srcdir)/autoheader.in $(srcdir)/configure.ac rm -f autoheader autoheader.tmp $(edit) $(srcdir)/autoheader.in >autoheader.tmp chmod +x autoheader.tmp - $(move_if_change) autoheader.tmp autoheader + mv autoheader.tmp autoheader autoreconf: $(srcdir)/autoreconf.in $(srcdir)/configure.ac rm -f autoreconf autoreconf.tmp $(edit) $(srcdir)/autoreconf.in >autoreconf.tmp chmod +x autoreconf.tmp - $(move_if_change) autoreconf.tmp autoreconf + mv autoreconf.tmp autoreconf autoupdate: $(srcdir)/autoupdate.in $(srcdir)/configure.ac rm -f autoupdate autoupdate.tmp $(edit) $(srcdir)/autoupdate.in >autoupdate.tmp chmod +x autoupdate.tmp - $(move_if_change) autoupdate.tmp autoupdate + mv autoupdate.tmp autoupdate ifnames: $(srcdir)/ifnames.in $(srcdir)/configure.ac rm -f ifnames ifnames.tmp $(edit) $(srcdir)/ifnames.in >ifnames.tmp chmod +x ifnames.tmp - $(move_if_change) ifnames.tmp ifnames + mv ifnames.tmp ifnames autoscan: $(srcdir)/autoscan.in $(srcdir)/configure.ac rm -f autoscan autoscan.tmp $(edit) $(srcdir)/autoscan.in >autoscan.tmp chmod +x autoscan.tmp - $(move_if_change) autoscan.tmp autoscan + mv autoscan.tmp autoscan # When processing the file with diversion disabled, there must be no # output but comments and empty lines. diff --git a/Makefile.maint b/Makefile.maint index c20f698d..e5e077d1 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -262,7 +262,7 @@ define emit-rsync-commands echo ===================================== endef -$(xd-delta): $(release-archive-dir)/$(prev-tgz) $(distdir).tar.gz +$(xd-delta): $(release_archive_dir)/$(prev-tgz) $(distdir).tar.gz xdelta delta -9 $^ $@ || : alpha: local-check diff --git a/NEWS b/NEWS index 6c72883b..b25c1dfc 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,6 @@ -* Major changes in Autoconf 2.51 -*- outline -*- +* Major changes in Autoconf 2.51a -*- outline -*- +[2.51] +* Major changes in Autoconf 2.51 ** Documentation - AC_ARG_VAR - Quadrigraphs diff --git a/config/prev-version.txt b/config/prev-version.txt index f02fc206..0dd46c96 100644 --- a/config/prev-version.txt +++ b/config/prev-version.txt @@ -1 +1 @@ -2.50 +2.51 diff --git a/configure b/configure index 2f7cc048..da32fd56 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by Autoconf 2.50 for GNU Autoconf 2.51. +# Generated by Autoconf 2.50 for GNU Autoconf 2.51a. # # Report bugs to . # @@ -146,8 +146,8 @@ mandir='${prefix}/man' # Identity of this package. PACKAGE_NAME='GNU Autoconf' PACKAGE_TARNAME='autoconf' -PACKAGE_VERSION='2.51' -PACKAGE_STRING='GNU Autoconf 2.51' +PACKAGE_VERSION='2.51a' +PACKAGE_STRING='GNU Autoconf 2.51a' PACKAGE_BUGREPORT='bug-autoconf@gnu.org' ac_prev= @@ -535,7 +535,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <&5 <&5 @@ -1620,7 +1620,7 @@ EOF cat >>$CONFIG_STATUS <&5 << _ACEOF ## Running config.status. ## ## ----------------------- ## -This file was extended by $as_me (GNU Autoconf 2.51) 2.50, executed with +This file was extended by $as_me (GNU Autoconf 2.51a) 2.50, executed with > $ac_cs_invocation on `(hostname || uname -n) 2>/dev/null | sed 1q` @@ -2010,7 +2010,7 @@ if test "$no_create" != yes; then fi # Report the state of this version of Autoconf if this is a beta. -case 2.51 in +case 2.51a in *[a-z]*) cat <