]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Version 2.52. AUTOCONF-2.52
authorAkim Demaille <akim@epita.fr>
Wed, 18 Jul 2001 14:00:28 +0000 (14:00 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 18 Jul 2001 14:00:28 +0000 (14:00 +0000)
12 files changed:
ChangeLog
Makefile.in
NEWS
config/prev-version.txt
configure
configure.ac
man/autoconf.1
man/autoheader.1
man/autoreconf.1
man/autoscan.1
man/autoupdate.1
man/ifnames.1

index 4d1588d3ccf16667ce85c0321044ff7a59aa5642..a39207d5d434ed985f450b0a5b0393aac5a1c82e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-07-18  Akim Demaille  <akim@epita.fr>
+
+       Version 2.52.
+
 2001-07-18  Akim Demaille  <akim@epita.fr>
 
        The C-Fortran 77 hooks are available only once AC_F77_DUMMY_MAIN
index 8f5c28a8143663971ad14fe210af2aa5d703ac72..f8ebba2fa7c50bdbc6e97e69fdce37422b845551 100644 (file)
@@ -130,8 +130,7 @@ SCRIPTS =  $(bin_SCRIPTS)
 DATA =  $(pkgdata_DATA)
 
 DIST_COMMON =  README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
-Makefile.in NEWS README-alpha THANKS TODO aclocal.m4 configure \
-configure.ac
+Makefile.in NEWS THANKS TODO aclocal.m4 configure configure.ac
 
 
 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
diff --git a/NEWS b/NEWS
index b25c1dfcff1eabaac9b4bc53e75df0eea8ac380e..7a4681534b711330eb6a38cd0c2feda0710635f1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,4 @@
-* Major changes in Autoconf 2.51a                       -*- outline -*-
-[2.51]
-* Major changes in Autoconf 2.51
+* Major changes in Autoconf 2.52                       -*- outline -*-
 ** Documentation
 - AC_ARG_VAR
 - Quadrigraphs
@@ -57,7 +55,6 @@
   a main-like routine is required/possible when linking C/C++ with
   Fortran.  Users of e.g. AC_F77_WRAPPERS should be aware of these.
 - AC_FUNC_GETPGRG behaves better when cross-compiling.
-[2.50][2.50a][2.50b][2.50c][2.50d]
 \f
 * Major changes in Autoconf 2.50
 
index 0dd46c961a18273a071685ec281b66b4a627b1b4..f02fc206201bd241d4718884cf26f1e1bacfa016 100644 (file)
@@ -1 +1 @@
-2.51
+2.50
index da32fd5607357f8c71203b8a854e75d30dfc63dd..d463d499be2d1371d8c22f3b7e7dfbef5a9e810b 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.50 for GNU Autoconf 2.51a.
+# Generated by Autoconf 2.50 for GNU Autoconf 2.52.
 #
 # Report bugs to <bug-autoconf@gnu.org>.
 #
@@ -146,8 +146,8 @@ mandir='${prefix}/man'
 # Identity of this package.
 PACKAGE_NAME='GNU Autoconf'
 PACKAGE_TARNAME='autoconf'
-PACKAGE_VERSION='2.51a'
-PACKAGE_STRING='GNU Autoconf 2.51a'
+PACKAGE_VERSION='2.52'
+PACKAGE_STRING='GNU Autoconf 2.52'
 PACKAGE_BUGREPORT='bug-autoconf@gnu.org'
 
 ac_prev=
@@ -535,7 +535,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 GNU Autoconf 2.51a to adapt to many kinds of systems.
+\`configure' configures GNU Autoconf 2.52 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -597,7 +597,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of GNU Autoconf 2.51a:";;
+     short | recursive ) echo "Configuration of GNU Autoconf 2.52:";;
    esac
   cat <<\EOF
 
@@ -644,7 +644,7 @@ fi
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\EOF
-GNU Autoconf configure 2.51a
+GNU Autoconf configure 2.52
 generated by GNU Autoconf 2.50
 
 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
@@ -659,7 +659,7 @@ cat >&5 <<EOF
 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.51a, which was
+It was created by GNU Autoconf $as_me 2.52, which was
 generated by GNU Autoconf 2.50.  Invocation command line was
 
   $ $0 $@
@@ -1077,7 +1077,7 @@ fi
 
 PACKAGE=autoconf
 
-VERSION=2.51a
+VERSION=2.52
 
 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
   { { echo "$as_me:1083: error: source directory already configured; run \"make distclean\" there first" >&5
@@ -1620,7 +1620,7 @@ EOF
 
 cat >>$CONFIG_STATUS <<EOF
 ac_cs_version="\\
-GNU Autoconf config.status 2.51a
+GNU Autoconf config.status 2.52
 configured by $0, generated by GNU Autoconf 2.50,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 
@@ -1712,7 +1712,7 @@ cat >&5 << _ACEOF
 ## Running config.status.  ##
 ## ----------------------- ##
 
-This file was extended by $as_me (GNU Autoconf 2.51a) 2.50, executed with
+This file was extended by $as_me (GNU Autoconf 2.52) 2.50, executed with
   > $ac_cs_invocation
 on `(hostname || uname -n) 2>/dev/null | sed 1q`
 
@@ -2010,7 +2010,7 @@ if test "$no_create" != yes; then
 fi
 
 # Report the state of this version of Autoconf if this is a beta.
-case 2.51a in
+case 2.52 in
   *[a-z]*)
     cat <<EOF
 
index ac1f460045867c3f8df39b00c4e93cb3e3a423ca..e1ecd33e36b25bde9a3e61d41a0a5144b66747a0 100644 (file)
@@ -1,10 +1,10 @@
 #                                                       -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.50)
-AC_INIT(GNU Autoconf, 2.51a, bug-autoconf@gnu.org)
+AC_INIT(GNU Autoconf, 2.52, bug-autoconf@gnu.org)
 AC_CONFIG_SRCDIR(acgeneral.m4)
 AC_CONFIG_AUX_DIR(config)
-AM_INIT_AUTOMAKE(autoconf, 2.51a)
+AM_INIT_AUTOMAKE(autoconf, 2.52)
 
 # Initialize the test suite.
 AT_CONFIG(..)
index 7f7ed13788a8e400b0e18a2db330e14a059bf305..70776f3f40c8240774e7be97a51fca0c6965ccff 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.24.
-.TH AUTOCONF "1" "July 2001" "GNU Autoconf 2.51a" FSF
+.TH AUTOCONF "1" "July 2001" "GNU Autoconf 2.52" FSF
 .SH NAME
 autoconf \- Generate configuration scripts
 .SH SYNOPSIS
index 245d3d0a1aa3b88b911c354a9b1e988606448dce..f79a8665afac6bcb693ecf4f2efc36a3ed96ca42 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.24.
-.TH AUTOHEADER "1" "July 2001" "GNU Autoconf 2.51a" FSF
+.TH AUTOHEADER "1" "July 2001" "GNU Autoconf 2.52" FSF
 .SH NAME
 autoheader \- Create a template header for configure
 .SH SYNOPSIS
index 426c06e97077c2d960d033ef43e28b31bfd6d669..7b357914c84c6d84a0d7a43af82edca936114703 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.24.
-.TH AUTORECONF "1" "July 2001" "GNU Autoconf 2.51a" FSF
+.TH AUTORECONF "1" "July 2001" "GNU Autoconf 2.52" FSF
 .SH NAME
 autoreconf \- Update generated configuration files
 .SH SYNOPSIS
index c9fe89a0d2b685b014d9e2dcc55f595387a276c4..cefd508cd9e11b2b3c05079696ebc3ffa3d76c87 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.24.
-.TH AUTOSCAN "1" "July 2001" "GNU Autoconf 2.51a" FSF
+.TH AUTOSCAN "1" "July 2001" "GNU Autoconf 2.52" FSF
 .SH NAME
 autoscan \- Generate a preliminary configure.in
 .SH SYNOPSIS
index b4f1be28da7d2eceb7d08cb438950808fa3ef98a..60230768300c70443004f669edb8b438ed562f53 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.24.
-.TH AUTOUPDATE "1" "July 2001" "GNU Autoconf 2.51a" FSF
+.TH AUTOUPDATE "1" "July 2001" "GNU Autoconf 2.52" FSF
 .SH NAME
 autoupdate \- Update a configure.in to a newer Autoconf
 .SH SYNOPSIS
@@ -35,7 +35,7 @@ M4
 GNU M4 1.4 or above
 .TP
 AUTOCONF
-autoconf 2.51a
+autoconf 2.52
 .SH AUTHOR
 Written by David J. MacKenzie and Akim Demaille.
 .PP
index 0b077618c1803f785161ef20ff63ed1e78889f78..ee7ca0e6d032fe87ee7ce7fe02fa11b840d1b949 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.24.
-.TH IFNAMES "1" "July 2001" "GNU Autoconf 2.51a" FSF
+.TH IFNAMES "1" "July 2001" "GNU Autoconf 2.52" FSF
 .SH NAME
 ifnames \- Extract CPP conditionals from a set of files
 .SH SYNOPSIS