From: Akim Demaille Date: Mon, 11 Feb 2002 14:04:54 +0000 (+0000) Subject: Version 2.52h. X-Git-Tag: AUTOCONF-2.52i~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22f21780b7baed6416ca0afef33accb534f5f0ff;p=thirdparty%2Fautoconf.git Version 2.52h. --- diff --git a/NEWS b/NEWS index 4c06b8b29..236b9f123 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -* Major changes in Autoconf 2.52h -*- outline -*- +* Major changes in Autoconf 2.52i -*- outline -*- ** Requirements diff --git a/aclocal.m4 b/aclocal.m4 index f4b0d6a1c..03f5c0191 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -# aclocal.m4t generated automatically by aclocal 1.5c -*- Autoconf -*- +# aclocal.m4 generated automatically by aclocal 1.5c -*- Autoconf -*- # Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 # Free Software Foundation, Inc. diff --git a/configure b/configure index ac9467d67..fe4734767 100755 --- a/configure +++ b/configure @@ -1,10 +1,10 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.52g for GNU Autoconf 2.52h. +# Generated by GNU Autoconf 2.52h for GNU Autoconf 2.52i. # # Report bugs to . # -# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 +# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 # Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. @@ -84,7 +84,7 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then - echo "#! $SHELL" >conftest.sh + echo "#! /bin/sh" >conftest.sh echo "exit 0" >>conftest.sh chmod +x conftest.sh if (PATH=".;."; conftest.sh) >/dev/null 2>&1; then @@ -127,7 +127,7 @@ done case $CONFIG_SHELL in '') as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in /bin:/usr/bin:$PATH +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. @@ -256,8 +256,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='GNU Autoconf' PACKAGE_TARNAME='autoconf' -PACKAGE_VERSION='2.52h' -PACKAGE_STRING='GNU Autoconf 2.52h' +PACKAGE_VERSION='2.52i' +PACKAGE_STRING='GNU Autoconf 2.52i' PACKAGE_BUGREPORT='bug-autoconf@gnu.org' ac_unique_file="ChangeLog" @@ -432,7 +432,7 @@ do with_fp=no ;; -no-create | --no-create | --no-creat | --no-crea | --no-cre \ - | --no-cr | --no-c) + | --no-cr | --no-c | -n) no_create=yes ;; -no-recursion | --no-recursion | --no-recursio | --no-recursi \ @@ -704,7 +704,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.52h to adapt to many kinds of systems. +\`configure' configures GNU Autoconf 2.52i to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -766,7 +766,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of GNU Autoconf 2.52h:";; + short | recursive ) echo "Configuration of GNU Autoconf 2.52i:";; esac cat <<\_ACEOF @@ -838,10 +838,10 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -GNU Autoconf configure 2.52h -generated by GNU Autoconf 2.52g +GNU Autoconf configure 2.52i +generated by GNU Autoconf 2.52h -Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 +Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. @@ -853,8 +853,8 @@ 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.52h, which was -generated by GNU Autoconf 2.52g. Invocation command line was +It was created by GNU Autoconf $as_me 2.52i, which was +generated by GNU Autoconf 2.52h. Invocation command line was $ $0 $@ @@ -913,7 +913,7 @@ for ac_arg do case $ac_arg in -no-create | --no-create | --no-creat | --no-crea | --no-cre \ - | --no-cr | --no-c) continue ;; + | --no-cr | --no-c | -n ) continue ;; -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) continue ;; @@ -1390,7 +1390,7 @@ fi # Define the identity of the package. PACKAGE=autoconf - VERSION=2.52h + VERSION=2.52i cat >>confdefs.h <<_ACEOF @@ -2003,7 +2003,7 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then - echo "#! $SHELL" >conftest.sh + echo "#! /bin/sh" >conftest.sh echo "exit 0" >>conftest.sh chmod +x conftest.sh if (PATH=".;."; conftest.sh) >/dev/null 2>&1; then @@ -2047,7 +2047,7 @@ echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;} case $CONFIG_SHELL in '') as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in /bin:/usr/bin:$PATH +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. @@ -2165,8 +2165,8 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by GNU Autoconf $as_me 2.52h, which was -generated by GNU Autoconf 2.52g. Invocation command line was +This file was extended by GNU Autoconf $as_me 2.52i, which was +generated by GNU Autoconf 2.52h. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS @@ -2222,8 +2222,8 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -GNU Autoconf config.status 2.52h -configured by $0, generated by GNU Autoconf 2.52g, +GNU Autoconf config.status 2.52i +configured by $0, generated by GNU Autoconf 2.52h, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 diff --git a/configure.ac b/configure.ac index c9e661d3f..7d60d53f0 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ # We need AC_CONFIG_TESTDIR. AC_PREREQ(2.52g) -AC_INIT(GNU Autoconf, 2.52h, bug-autoconf@gnu.org) +AC_INIT(GNU Autoconf, 2.52i, bug-autoconf@gnu.org) AC_CONFIG_SRCDIR(ChangeLog) AC_CONFIG_AUX_DIR(config) diff --git a/man/autoconf.1 b/man/autoconf.1 index 53413affc..947119880 100644 --- a/man/autoconf.1 +++ b/man/autoconf.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.25. -.TH AUTOCONF "1" "January 2002" "autoconf 2.52h" "User Commands" +.TH AUTOCONF "1" "February 2002" "autoconf 2.52i" "User Commands" .SH NAME autoconf \- Generate configuration scripts .SH SYNOPSIS diff --git a/man/autoheader.1 b/man/autoheader.1 index 3093722d9..ead5dcaea 100644 --- a/man/autoheader.1 +++ b/man/autoheader.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.25. -.TH AUTOHEADER "1" "January 2002" "autoheader 2.52h" "User Commands" +.TH AUTOHEADER "1" "February 2002" "autoheader 2.52i" "User Commands" .SH NAME autoheader \- Create a template header for configure .SH SYNOPSIS diff --git a/man/autom4te.1 b/man/autom4te.1 index 6613665ab..44b05ab6d 100644 --- a/man/autom4te.1 +++ b/man/autom4te.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.25. -.TH AUTOM4TE "1" "February 2002" "autom4te 2.52h" "User Commands" +.TH AUTOM4TE "1" "February 2002" "autom4te 2.52i" "User Commands" .SH NAME autom4te \- Generate files and scripts thanks to M4 .SH SYNOPSIS diff --git a/man/autoreconf.1 b/man/autoreconf.1 index 0fa3f0924..245a0076e 100644 --- a/man/autoreconf.1 +++ b/man/autoreconf.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.25. -.TH AUTORECONF "1" "January 2002" "autoreconf 2.52h" "User Commands" +.TH AUTORECONF "1" "February 2002" "autoreconf 2.52i" "User Commands" .SH NAME autoreconf \- Update generated configuration files .SH SYNOPSIS diff --git a/man/autoscan.1 b/man/autoscan.1 index b3649508c..72719176c 100644 --- a/man/autoscan.1 +++ b/man/autoscan.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.25. -.TH AUTOSCAN "1" "January 2002" "autoscan 2.52h" "User Commands" +.TH AUTOSCAN "1" "February 2002" "autoscan 2.52i" "User Commands" .SH NAME autoscan \- Generate a preliminary configure.in .SH SYNOPSIS diff --git a/man/autoupdate.1 b/man/autoupdate.1 index 59b64f8c0..c0dd1cb33 100644 --- a/man/autoupdate.1 +++ b/man/autoupdate.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.25. -.TH AUTOUPDATE "1" "January 2002" "autoupdate 2.52h" "User Commands" +.TH AUTOUPDATE "1" "February 2002" "autoupdate 2.52i" "User Commands" .SH NAME autoupdate \- Update a configure.in to a newer Autoconf .SH SYNOPSIS diff --git a/man/ifnames.1 b/man/ifnames.1 index 396289862..a829a47e5 100644 --- a/man/ifnames.1 +++ b/man/ifnames.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.25. -.TH IFNAMES "1" "January 2002" "ifnames " "User Commands" +.TH IFNAMES "1" "February 2002" "ifnames " "User Commands" .SH NAME ifnames \- Extract CPP conditionals from a set of files .SH SYNOPSIS @@ -26,7 +26,7 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. .SH "REPORTING BUGS" Report bugs to . .PP -ifnames (GNU Autoconf) 2.52h +ifnames (GNU Autoconf) 2.52i .SH "SEE ALSO" .BR autoconf (1), .BR automake (1),