]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* configure.in: Bump to 2.50d.
authorAkim Demaille <akim@epita.fr>
Sat, 14 Jul 2001 17:53:09 +0000 (17:53 +0000)
committerAkim Demaille <akim@epita.fr>
Sat, 14 Jul 2001 17:53:09 +0000 (17:53 +0000)
.cvsignore
ChangeLog
Makefile.am
Makefile.in
Makefile.maint
configure.in

index 4b203f5cddf827955d51d828bccbb5c8f7e69379..93912367467ba577262f23eb1f06db7487f61c82 100644 (file)
@@ -9,3 +9,4 @@ INSTALL.txt
 configure.scan
 autoconf-[0-9].*
 *.log log
+releases
index e5ad8e40920d52d06452a884a00bcac4d990689f..d861f33aaff8fbd438623ac0d1ea7a0763857879 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-07-14  Akim Demaille  <akim@epita.fr>
+
+       * configure.in: Bump to 2.50d.
+
 2001-07-14  Akim Demaille  <akim@epita.fr>
 
        Version 2.50c.
index 4aaf88c979733cb8a789eaf7382808f25ad25f89..32e59d7d42d11e3aa44e42e4e122e5af028f3d82 100644 (file)
@@ -220,6 +220,7 @@ autoconf.m4f: $(m4sources)
 ## ---------------------------- ##
 
 prev_version_file = $(srcdir)/config/prev-version.txt
+release-archive-dir = releases
 
 # Uploading betas.
 hosts = alpha
index b2f823b646f9cfdf31eca09c94644305b5b81a95..db90d6f03aad57c6e95356e60099d5cc719ee842 100644 (file)
@@ -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
index 6edf75d5313fe8c8a59f128e9cb2d31e83e1bdb6..cc7a5cb38b42dcdff3ff06aa8a8a3bb2bb20e2c9 100644 (file)
@@ -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
 
 
 
index 6f38a93e4c5713b897bceea24585d485f4864e38..5947ccf70e14087ee6cf8b266c95db71733cc8ab 100644 (file)
@@ -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(..)