]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* configure.ac: Bump to 2.59a.
authorAkim Demaille <akim@epita.fr>
Wed, 12 Nov 2003 15:21:00 +0000 (15:21 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 12 Nov 2003 15:21:00 +0000 (15:21 +0000)
Require 2.59.

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

index fa71c426da01ef85da0e5887235dfc568508897c..b64c642de7a0be13bf27aff5696f62932b052043 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-11-12  Akim Demaille  <akim@epita.fr>
+
+       * configure.ac: Bump to 2.59a.
+       Require 2.59.
+
 2003-11-06  Akim Demaille  <akim@epita.fr>
 
        Version 2.59.
index 582f8e7977295dbc626fcebc0d4168c7b95cb6e9..6c77a5f4456327216b5ae83b31c37fb10c9edf90 100644 (file)
@@ -37,7 +37,8 @@ POST_UNINSTALL = :
 subdir = .
 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.in \
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL \
-       Makefile.am NEWS THANKS TODO configure configure.ac
+       Makefile.am NEWS README-alpha THANKS TODO configure \
+       configure.ac
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/config/m4.m4 \
        $(top_srcdir)/configure.ac
diff --git a/NEWS b/NEWS
index a47c9a31569f1711cbc77e91d2fe628ff5ebd31b..a9df1eb49e583c4f5d8d3fc70b4f231bb9b12e29 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
-* Major changes in Autoconf 2.59                       -*- outline -*-
+* Major changes in Autoconf 2.59a
+
+* Major changes in Autoconf 2.59
 
   Released 2003-11-04, by Akim Demaille
 
@@ -1180,3 +1182,7 @@ You should have received a copy of the GNU General Public License
 along with GNU Autoconf; see the file COPYING.  If not, write to
 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.
+
+Local Variables:
+mode: outline
+End:
index 5584a3516062ec3845061c5a44133192260068ac..749299984890338925e19fdcb79789522b707b8f 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.58a for GNU Autoconf 2.59.
+# Generated by GNU Autoconf 2.58a for GNU Autoconf 2.59a.
 #
 # Report bugs to <bug-autoconf@gnu.org>.
 #
@@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='GNU Autoconf'
 PACKAGE_TARNAME='autoconf'
-PACKAGE_VERSION='2.59'
-PACKAGE_STRING='GNU Autoconf 2.59'
+PACKAGE_VERSION='2.59a'
+PACKAGE_STRING='GNU Autoconf 2.59a'
 PACKAGE_BUGREPORT='bug-autoconf@gnu.org'
 
 ac_unique_file="ChangeLog"
@@ -731,7 +731,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 <<_ACEOF
-\`configure' configures GNU Autoconf 2.59 to adapt to many kinds of systems.
+\`configure' configures GNU Autoconf 2.59a to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -793,7 +793,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of GNU Autoconf 2.59:";;
+     short | recursive ) echo "Configuration of GNU Autoconf 2.59a:";;
    esac
   cat <<\_ACEOF
 
@@ -906,7 +906,7 @@ fi
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-GNU Autoconf configure 2.59
+GNU Autoconf configure 2.59a
 generated by GNU Autoconf 2.58a
 
 Copyright (C) 2003 Free Software Foundation, Inc.
@@ -920,7 +920,7 @@ cat >&5 <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by GNU Autoconf $as_me 2.59, which was
+It was created by GNU Autoconf $as_me 2.59a, which was
 generated by GNU Autoconf 2.58a.  Invocation command line was
 
   $ $0 $@
@@ -1535,7 +1535,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='autoconf'
- VERSION='2.59'
+ VERSION='2.59a'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2448,7 +2448,7 @@ _ASBOX
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by GNU Autoconf $as_me 2.59, which was
+This file was extended by GNU Autoconf $as_me 2.59a, which was
 generated by GNU Autoconf 2.58a.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -2506,7 +2506,7 @@ _ACEOF
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-GNU Autoconf config.status 2.59
+GNU Autoconf config.status 2.59a
 configured by $0, generated by GNU Autoconf 2.58a,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 
@@ -3160,4 +3160,14 @@ if test "$no_create" != yes; then
 fi
 
 # Report the state of this version of Autoconf if this is a beta.
+    cat <<EOF
+
+You are about to use an experimental version of Autoconf.  Be sure to
+read the relevant mailing lists, most importantly <autoconf@gnu.org>.
+
+Below you will find information on the status of this version of Autoconf.
+
+
+EOF
+    sed -n '/^\* Status/,$p' $srcdir/BUGS
 
index e089281662fc0e35f7cc66ea388c5e0848bc67c9..0853fc0730d83bbd687d44024443ee55884bd4bf 100644 (file)
 # 02111-1307, USA.
 
 # We need AC_CONFIG_TESTDIR.
-AC_PREREQ([2.57])
+AC_PREREQ([2.59])
 
-AC_INIT([GNU Autoconf], [2.59], [bug-autoconf@gnu.org])
+AC_INIT([GNU Autoconf], [2.59a], [bug-autoconf@gnu.org])
 AC_SUBST([PACKAGE_NAME])dnl
 AC_CONFIG_SRCDIR([ChangeLog])
 
 AC_CONFIG_AUX_DIR([config])
 AC_CONFIG_FILES([config/Makefile])
 
-AM_INIT_AUTOMAKE([check-news 1.7.8 dist-bzip2 readme-alpha])
+AM_INIT_AUTOMAKE([check-news 1.7.9 dist-bzip2 readme-alpha])
 
 # Initialize the test suite and build position independent wrappers.
 AC_CONFIG_TESTDIR([tests])
index c186d2e19ce4ef5a3ce3ac0f98e406303aa2a34e..3e6eebb4f70c17a230176bf6c5f13e546c31b449 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
-.TH AUTOCONF "1" "November 2003" "autoconf 2.59" "User Commands"
+.TH AUTOCONF "1" "November 2003" "autoconf 2.59a" "User Commands"
 .SH NAME
 autoconf \- Generate configuration scripts
 .SH SYNOPSIS
index 3ac123c9b9c29070a47bb1051c1613ee09bd8416..10abd0810c166662438c10ff0d9fb46fc9d6646c 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
-.TH AUTOHEADER "1" "November 2003" "autoheader 2.59" "User Commands"
+.TH AUTOHEADER "1" "November 2003" "autoheader 2.59a" "User Commands"
 .SH NAME
 autoheader \- Create a template header for configure
 .SH SYNOPSIS
index 11bdf12683a376bd11691939f995246a92038a58..4e32bf023e8266c5cc2c9a9e5d9aaf60af9d22ca 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
-.TH AUTOM4TE "1" "November 2003" "autom4te 2.59" "User Commands"
+.TH AUTOM4TE "1" "November 2003" "autom4te 2.59a" "User Commands"
 .SH NAME
 autom4te \- Generate files and scripts thanks to M4
 .SH SYNOPSIS
index 1abd5319f384ecb51b3f4ba0e9376aa0431fb5c3..2e3804f3cac910123604818d84e9ef6c04d3f7df 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
-.TH AUTORECONF "1" "November 2003" "autoreconf 2.59" "User Commands"
+.TH AUTORECONF "1" "November 2003" "autoreconf 2.59a" "User Commands"
 .SH NAME
 autoreconf \- Update generated configuration files
 .SH SYNOPSIS
index 5f64448b413c3950a3f2b9532f3a7e515007e4d7..3bd3dcd256ab9287c5039a6d372cd5019670fa71 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
-.TH AUTOSCAN "1" "November 2003" "autoscan 2.59" "User Commands"
+.TH AUTOSCAN "1" "November 2003" "autoscan 2.59a" "User Commands"
 .SH NAME
 autoscan \- Generate a preliminary configure.in
 .SH SYNOPSIS
index 73ab50e3bd5b847ee56cb160e412c968253788de..c6e0bfa1dd61c353a5de7a3e449eda8c828acd10 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
-.TH AUTOUPDATE "1" "November 2003" "autoupdate 2.59" "User Commands"
+.TH AUTOUPDATE "1" "November 2003" "autoupdate 2.59a" "User Commands"
 .SH NAME
 autoupdate \- Update a configure.in to a newer Autoconf
 .SH SYNOPSIS
index 85d3bfd656d975dced3cb6c7aab3eab4a46d25c9..e3990197705b43d7b9f641d35bb99d0c84bceceb 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
-.TH IFNAMES "1" "November 2003" "ifnames 2.59" "User Commands"
+.TH IFNAMES "1" "November 2003" "ifnames 2.59a" "User Commands"
 .SH NAME
 ifnames \- Extract CPP conditionals from a set of files
 .SH SYNOPSIS