From: Akim Demaille Date: Sat, 14 Jul 2001 17:53:09 +0000 (+0000) Subject: * configure.in: Bump to 2.50d. X-Git-Tag: AUTOCONF-2.51~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d6f581d73c714286741b2bfa7240a7f61af0d626;p=thirdparty%2Fautoconf.git * configure.in: Bump to 2.50d. --- diff --git a/.cvsignore b/.cvsignore index 4b203f5cd..939123674 100644 --- a/.cvsignore +++ b/.cvsignore @@ -9,3 +9,4 @@ INSTALL.txt configure.scan autoconf-[0-9].* *.log log +releases diff --git a/ChangeLog b/ChangeLog index e5ad8e409..d861f33aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-07-14 Akim Demaille + + * configure.in: Bump to 2.50d. + 2001-07-14 Akim Demaille Version 2.50c. diff --git a/Makefile.am b/Makefile.am index 4aaf88c97..32e59d7d4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -220,6 +220,7 @@ autoconf.m4f: $(m4sources) ## ---------------------------- ## prev_version_file = $(srcdir)/config/prev-version.txt +release-archive-dir = releases # Uploading betas. hosts = alpha diff --git a/Makefile.in b/Makefile.in index b2f823b64..db90d6f03 100644 --- a/Makefile.in +++ b/Makefile.in @@ -109,6 +109,7 @@ edit = sed -e 's,@SHELL\@,$(SHELL),g' -e 's,@PERL\@,$(PERL),g' -e 's,@datadir prev_version_file = $(srcdir)/config/prev-version.txt +release-archive-dir = releases # Uploading betas. hosts = alpha diff --git a/Makefile.maint b/Makefile.maint index 6edf75d53..cc7a5cb38 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -17,7 +17,7 @@ my_distdir = $(PACKAGE)-$(VERSION) # Old releases are stored here. # Used for diffs and xdeltas. -release-archive-dir = ../release +release-archive-dir ?= ../release diff --git a/configure.in b/configure.in index 6f38a93e4..5947ccf70 100644 --- a/configure.in +++ b/configure.in @@ -1,9 +1,9 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.50) -AC_INIT(GNU Autoconf, 2.50c, bug-autoconf@gnu.org) +AC_INIT(GNU Autoconf, 2.50d, bug-autoconf@gnu.org) AC_CONFIG_SRCDIR(acgeneral.m4) AC_CONFIG_AUX_DIR(config) -AM_INIT_AUTOMAKE(autoconf, 2.50c) +AM_INIT_AUTOMAKE(autoconf, 2.50d) # Initialize the test suite. AT_CONFIG(..)