]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* configure.in: Bump version to 2.49b.
authorAkim Demaille <akim@epita.fr>
Mon, 4 Sep 2000 12:12:21 +0000 (12:12 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 4 Sep 2000 12:12:21 +0000 (12:12 +0000)
* Makefile.am (bin_SCRIPTS): Depend upon configure.in.

12 files changed:
ChangeLog
Makefile.am
Makefile.in
NEWS
configure
configure.in
man/autoconf.1
man/autoheader.1
man/autoreconf.1
man/autoscan.1
man/autoupdate.1
man/ifnames.1

index b9f690c72391b8d3fb46ef911f0c09272beeee1f..6db0c02b3cf6619765a4041693895721fb058b82 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index 90e0da827bbe6f52ec81f69d774416b3a6b7c5f9..39518e92fbf9dcdc3eea376f05d5af9384f29064 100644 (file)
@@ -54,6 +54,10 @@ $(distpkgdataDATA)
 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.
@@ -72,7 +76,12 @@ install-data-hook: INSTALL.txt
 
 MAINTAINERCLEANFILES = INSTALL.txt
 
-# The scripts.
+## ------------- ##
+## The scripts.  ##
+## ------------- ##
+
+# Follow the version number changes.
+$(bin_SCRIPTS): configure.in
 
 editsh = sed \
        -e 's,@datadir\@,$(pkgdatadir),g' \
@@ -103,6 +112,11 @@ editpl = sed \
        chmod +x $@.tmp
        mv $@.tmp $@
 
+
+## ------------------ ##
+## The frozen files.  ##
+## ------------------ ##
+
 .m4.m4f:
        $(M4) -I $(srcdir) $(srcdir)/$*.m4 --freeze-state=$*.m4f
 
@@ -112,6 +126,10 @@ common = libm4.m4 acgeneral.m4 acspecific.m4 acoldnames.m4 acversion.m4 \
 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
index 6e6c58467c2164a5638b33690a7a731e48c1ee25..968270b79f0a194b1521f6ec0f37dff3f0c8ea06 100644 (file)
@@ -98,8 +98,6 @@ CLEANFILES = autoconf.m4f              $(bin_SCRIPTS)
 
 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'
 
 
@@ -433,6 +431,9 @@ install-data-hook: INSTALL.txt
          $(INSTALL_DATA) $$d$$p.txt $(DESTDIR)$(pkgdatadir)/$$f; \
        done
 
+# Follow the version number changes.
+$(bin_SCRIPTS): configure.in
+
 .sh:
        rm -f $@ $@.tmp
        $(editsh) $< >$@.tmp
diff --git a/NEWS b/NEWS
index 3949d4c41d7eed477f8ea93970990bb47b95527f..22dc1d3cbde641fc18b29b68461860261960c5db 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-* 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
index 88e1ab38fae05824ac6d93f3f91b9ae7bec60238..4db3d3b1c9185a3bc60bee77172523d1e216147e 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /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>.
 #
@@ -466,7 +466,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 <<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]...
 
@@ -528,7 +528,7 @@ fi
 
 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
 
@@ -571,7 +571,7 @@ fi
 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.
@@ -657,7 +657,7 @@ echo "\
 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
 
@@ -922,7 +922,7 @@ fi
 
 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; }
index 08d6afa85f9a0c6e23f1e83f5d5b708808352819..cad5e66ecf93e7cf9520c610f79fb22c41c9accd 100644 (file)
@@ -1,8 +1,8 @@
 # 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(..)
index 9973b37b3106c6ce9f3cb6dd6ace616a86bd217f..bc317d3424f0cf9d35a28213c2b5aff1e1f973bd 100644 (file)
@@ -1,5 +1,5 @@
 .\" 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
index cd6a7fcb767014296d08b72582252482b4683876..9bb404fe9358d862a2a9b3c1bd2b1a89f1c59e26 100644 (file)
@@ -1,5 +1,5 @@
 .\" 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
index 79135272da79de754ca12bf7bc6c33674b6e647e..3240378ef026dc3193f01aa9df818859b049b3f0 100644 (file)
@@ -1,5 +1,5 @@
 .\" 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
index e4f1e9700b0a83b6edf799b01139c3a1ddd97d81..7b4681162ac13263e94cb1367bddff1d27011f56 100644 (file)
@@ -1,5 +1,5 @@
 .\" 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
index bb096f704e8bc65ce9972ae4e813e2adba9164b7..11c262d8b2777f654af7a2dfbe7f01accacc3e98 100644 (file)
@@ -1,5 +1,5 @@
 .\" 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
index bc6bf5c0335d6b895b710ea86232bffca23f1843..13d9d061bec0811613d4122719418926c9cd3c1c 100644 (file)
@@ -1,5 +1,5 @@
 .\" 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