* Makefile.am (bin_SCRIPTS): Depend upon configure.in.
+2000-09-04 Akim Demaille <akim@epita.fr>
+
+ * configure.in: Bump version to 2.49b.
+ * Makefile.am (bin_SCRIPTS): Depend upon configure.in.
+
2000-08-11 Akim Demaille <akim@epita.fr>
Version 2.49a.
CLEANFILES = autoconf.m4f \
$(bin_SCRIPTS)
+## --------- ##
+## INSTALL. ##
+## --------- ##
+
# 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.
MAINTAINERCLEANFILES = INSTALL.txt
-# The scripts.
+## ------------- ##
+## The scripts. ##
+## ------------- ##
+
+# Follow the version number changes.
+$(bin_SCRIPTS): configure.in
editsh = sed \
-e 's,@datadir\@,$(pkgdatadir),g' \
chmod +x $@.tmp
mv $@.tmp $@
+
+## ------------------ ##
+## The frozen files. ##
+## ------------------ ##
+
.m4.m4f:
$(M4) -I $(srcdir) $(srcdir)/$*.m4 --freeze-state=$*.m4f
autoconf.m4f: autoconf.m4 $(common)
+## ---------- ##
+## Updating. ##
+## ---------- ##
+
wget-update:
$(WGET) ftp://ftp.gnu.org/gnu/GNUinfo/standards.texi -O $(srcdir)/doc/standards.texi
$(WGET) ftp://ftp.gnu.org/gnu/GNUinfo/make-stds.texi -O $(srcdir)/doc/make-stds.texi
MAINTAINERCLEANFILES = INSTALL.txt
-# The scripts.
-
editsh = sed -e 's,@datadir\@,$(pkgdatadir),g' -e 's,@M4\@,$(M4),g' -e 's,@AWK\@,$(AWK),g' -e 's,@SHELL\@,$(SHELL),g' -e 's,@VERSION\@,$(VERSION),g' -e 's,@PACKAGE\@,$(PACKAGE),g' -e 's,@bindir\@,$(bindir),g' -e 's,@autoconf-name\@,'`echo autoconf | sed '$(transform)'`',g' -e 's,@autoheader-name\@,'`echo autoheader | sed '$(transform)'`',g'
$(INSTALL_DATA) $$d$$p.txt $(DESTDIR)$(pkgdatadir)/$$f; \
done
+# Follow the version number changes.
+$(bin_SCRIPTS): configure.in
+
.sh:
rm -f $@ $@.tmp
$(editsh) $< >$@.tmp
-* Major changes in Autoconf 2.49a -*- outline -*-
+* Major changes in Autoconf 2.49b -*- outline -*-
** Lots of bug fixes
Way too many for us to spell them out. Check out ChangeLog if you
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by Autoconf 2.49a for Autoconf 2.49a.
+# Generated by Autoconf 2.49a for Autoconf 2.49b.
#
# Report bugs to <bug-autoconf@gnu.org>.
#
# 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 <<EOF
-\`configure' configures Autoconf 2.49a to adapt to many kinds of systems.
+\`configure' configures Autoconf 2.49b to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of Autoconf 2.49a:";;
+ short | recursive ) echo "Configuration of Autoconf 2.49b:";;
esac
cat <<\EOF
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\EOF
-configure (Autoconf 2.49a) 2.49a
+configure (Autoconf 2.49b) 2.49a
Copyright (C) 1992, 93, 94, 95, 96, 98, 99, 2000
Free Software Foundation, Inc.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by configure (Autoconf 2.49a) 2.49a, executed with
+It was created by configure (Autoconf 2.49b) 2.49a, executed with
> $0 $ac_configure_args
" >&5
PACKAGE=autoconf
-VERSION=2.49a
+VERSION=2.49b
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run \"make distclean\" there first" >&2; exit 1; }
# Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.14a)
-AC_INIT(Autoconf, 2.49a, bug-autoconf@gnu.org)
+AC_PREREQ(2.49a)
+AC_INIT(Autoconf, 2.49b, bug-autoconf@gnu.org)
AC_CONFIG_SRCDIR(acgeneral.m4)
-AM_INIT_AUTOMAKE(autoconf, 2.49a)
+AM_INIT_AUTOMAKE(autoconf, 2.49b)
# Initialize the test suite.
AT_CONFIG(..)
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.022.
-.TH AUTOCONF "1" "August 2000" "GNU autoconf 2.14a" FSF
+.TH AUTOCONF "1" "September 2000" "GNU autoconf 2.49b" FSF
.SH NAME
autoconf \- Generate configuration scripts
.SH SYNOPSIS
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.022.
-.TH AUTOHEADER "1" "August 2000" "GNU autoconf 2.14a" FSF
+.TH AUTOHEADER "1" "September 2000" "GNU autoconf 2.49b" FSF
.SH NAME
autoheader \- Create a template header for configure
.SH SYNOPSIS
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.022.
-.TH AUTORECONF "1" "August 2000" "GNU autoconf 2.14a" FSF
+.TH AUTORECONF "1" "September 2000" "GNU autoconf 2.49b" FSF
.SH NAME
autoreconf \- Update generated configuration files
.SH SYNOPSIS
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.022.
-.TH AUTOSCAN "1" "August 2000" "GNU autoconf 2.14a" FSF
+.TH AUTOSCAN "1" "September 2000" "GNU autoconf 2.49b" FSF
.SH NAME
autoscan \- Generate a preliminary configure.in
.SH SYNOPSIS
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.022.
-.TH AUTOUPDATE "1" "August 2000" "GNU autoconf 2.14a" FSF
+.TH AUTOUPDATE "1" "September 2000" "GNU autoconf 2.49b" FSF
.SH NAME
autoupdate \- Update a configure.in to a newer Autoconf
.SH SYNOPSIS
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.022.
-.TH IFNAMES "1" "August 2000" "GNU autoconf 2.14a" FSF
+.TH IFNAMES "1" "September 2000" "GNU autoconf 2.49b" FSF
.SH NAME
ifnames \- Extract CPP conditionals from a set of files
.SH SYNOPSIS