+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.
## ---------------------------- ##
prev_version_file = $(srcdir)/config/prev-version.txt
+release-archive-dir = releases
# Uploading betas.
hosts = alpha
# Old releases are stored here.
# Used for diffs and xdeltas.
-release-archive-dir = ../release
+release-archive-dir ?= ../release
# 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(..)