]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Regenerate. AUTOCONF-2.61
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 17 Nov 2006 19:05:17 +0000 (19:05 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 17 Nov 2006 19:05:17 +0000 (19:05 +0000)
12 files changed:
Makefile.in
aclocal.m4
configure
man/autoconf.1
man/autoheader.1
man/autom4te.1
man/autoreconf.1
man/autoscan.1
man/autoupdate.1
man/config.guess.1
man/config.sub.1
man/ifnames.1

index 38e6ef1cd69872b4d779f7fb57d1434dcaedbe70..43faf4e42cd8be16c9c378c4418d28fea22427d8 100644 (file)
@@ -33,10 +33,9 @@ POST_UNINSTALL = :
 subdir = .
 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
        $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
-       ChangeLog INSTALL NEWS README-alpha THANKS TODO \
-       build-aux/config.guess build-aux/config.sub \
-       build-aux/elisp-comp build-aux/install-sh build-aux/mdate-sh \
-       build-aux/missing build-aux/texinfo.tex
+       ChangeLog INSTALL NEWS THANKS TODO build-aux/config.guess \
+       build-aux/config.sub build-aux/elisp-comp build-aux/install-sh \
+       build-aux/mdate-sh build-aux/missing build-aux/texinfo.tex
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/m4/m4.m4 \
        $(top_srcdir)/configure.ac
index 892fd84f498c3dfa4091ee59d9aa0d01f625411d..76038d3e359befadfa8f705ad7be2ce5ea603acc 100644 (file)
@@ -11,8 +11,8 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
-m4_if(m4_PACKAGE_VERSION, [2.60c],,
-[m4_fatal([this file was generated for autoconf 2.60c.
+m4_if(m4_PACKAGE_VERSION, [2.61],,
+[m4_fatal([this file was generated for autoconf 2.61.
 You have another version of autoconf.  If you want to use that,
 you should regenerate the build system entirely.], [63])])
 
index 79ddc41fa5f9b38d0a7846bf48f436ed341be06b..fed2eac9c39af3ad44037497e6c83d4c05d552d1 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.60c for GNU Autoconf 2.60c.
+# Generated by GNU Autoconf 2.61 for GNU Autoconf 2.61.
 #
 # Report bugs to <bug-autoconf@gnu.org>.
 #
@@ -574,8 +574,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='GNU Autoconf'
 PACKAGE_TARNAME='autoconf'
-PACKAGE_VERSION='2.60c'
-PACKAGE_STRING='GNU Autoconf 2.60c'
+PACKAGE_VERSION='2.61'
+PACKAGE_STRING='GNU Autoconf 2.61'
 PACKAGE_BUGREPORT='bug-autoconf@gnu.org'
 
 ac_unique_file="ChangeLog"
@@ -764,10 +764,10 @@ do
   -disable-* | --disable-*)
     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
     # Reject names that are not valid shell variable names.
-    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
+    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
    { (exit 1); exit 1; }; }
-    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
+    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
     eval enable_$ac_feature=no ;;
 
   -docdir | --docdir | --docdi | --doc | --do)
@@ -783,10 +783,10 @@ do
   -enable-* | --enable-*)
     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
     # Reject names that are not valid shell variable names.
-    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
+    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
    { (exit 1); exit 1; }; }
-    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
+    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
     eval enable_$ac_feature=\$ac_optarg ;;
 
   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
@@ -980,19 +980,19 @@ do
   -with-* | --with-*)
     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
     # Reject names that are not valid shell variable names.
-    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
+    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
       { echo "$as_me: error: invalid package name: $ac_package" >&2
    { (exit 1); exit 1; }; }
-    ac_package=`echo $ac_package| sed 's/-/_/g'`
+    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
     eval with_$ac_package=\$ac_optarg ;;
 
   -without-* | --without-*)
     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
     # Reject names that are not valid shell variable names.
-    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
+    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
       { echo "$as_me: error: invalid package name: $ac_package" >&2
    { (exit 1); exit 1; }; }
-    ac_package=`echo $ac_package | sed 's/-/_/g'`
+    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
     eval with_$ac_package=no ;;
 
   --x)
@@ -1161,7 +1161,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.60c to adapt to many kinds of systems.
+\`configure' configures GNU Autoconf 2.61 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1227,7 +1227,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of GNU Autoconf 2.60c:";;
+     short | recursive ) echo "Configuration of GNU Autoconf 2.61:";;
    esac
   cat <<\_ACEOF
 
@@ -1305,8 +1305,8 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-GNU Autoconf configure 2.60c
-generated by GNU Autoconf 2.60c
+GNU Autoconf configure 2.61
+generated by GNU Autoconf 2.61
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
@@ -1319,8 +1319,8 @@ cat >config.log <<_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.60c, which was
-generated by GNU Autoconf 2.60c.  Invocation command line was
+It was created by GNU Autoconf $as_me 2.61, which was
+generated by GNU Autoconf 2.61.  Invocation command line was
 
   $ $0 $@
 
@@ -2012,7 +2012,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='autoconf'
- VERSION='2.60c'
+ VERSION='2.61'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3285,8 +3285,8 @@ exec 6>&1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by GNU Autoconf $as_me 2.60c, which was
-generated by GNU Autoconf 2.60c.  Invocation command line was
+This file was extended by GNU Autoconf $as_me 2.61, which was
+generated by GNU Autoconf 2.61.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
   CONFIG_HEADERS  = $CONFIG_HEADERS
@@ -3332,8 +3332,8 @@ Report bugs to <bug-autoconf@gnu.org>."
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-GNU Autoconf config.status 2.60c
-configured by $0, generated by GNU Autoconf 2.60c,
+GNU Autoconf config.status 2.61
+configured by $0, generated by GNU Autoconf 2.61,
   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
 Copyright (C) 2006 Free Software Foundation, Inc.
@@ -3951,14 +3951,4 @@ 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 fdf901c5ace423ba1f750d348268ecc20028cb61..af5e0fb2b1ecb62f1bf3bb05998ab825003a5a1a 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
-.TH AUTOCONF "1" "October 2006" "autoconf 2.60b" "User Commands"
+.TH AUTOCONF "1" "November 2006" "autoconf 2.61" "User Commands"
 .SH NAME
 autoconf \- Generate configuration scripts
 .SH SYNOPSIS
index 361ce21ca0264b17dcaa280de8257496e2adcb9c..32b48a18b6c7ef1bf3430dd870f6ec7e5217e153 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
-.TH AUTOHEADER "1" "October 2006" "autoheader 2.60b" "User Commands"
+.TH AUTOHEADER "1" "November 2006" "autoheader 2.61" "User Commands"
 .SH NAME
 autoheader \- Create a template header for configure
 .SH SYNOPSIS
index cc29e472e497076be14c95fdea8af83f35679f67..293554f81dfc7bfc16e05f0f895136a302bcb8fb 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
-.TH AUTOM4TE "1" "October 2006" "autom4te 2.60b" "User Commands"
+.TH AUTOM4TE "1" "November 2006" "autom4te 2.61" "User Commands"
 .SH NAME
 autom4te \- Generate files and scripts thanks to M4
 .SH SYNOPSIS
index b0bf140ecac0e4a636cd35b54010662f54a6eb4f..eb0bade1a29faccb852163a376a238f83b0a7526 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
-.TH AUTORECONF "1" "October 2006" "autoreconf 2.60b" "User Commands"
+.TH AUTORECONF "1" "November 2006" "autoreconf 2.61" "User Commands"
 .SH NAME
 autoreconf \- Update generated configuration files
 .SH SYNOPSIS
index c41d24582a23fd5ba670a64bb6d58af942f9d803..c83ebaf044856810d8bdded8bfbd4a9d3041f4ab 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
-.TH AUTOSCAN "1" "October 2006" "autoscan 2.60b" "User Commands"
+.TH AUTOSCAN "1" "November 2006" "autoscan 2.61" "User Commands"
 .SH NAME
 autoscan \- Generate a preliminary configure.in
 .SH SYNOPSIS
index 261c529fa2dd42c663d99b918e56d992f71af07b..1859cb9e9c77961644ab303f82956692041617d9 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
-.TH AUTOUPDATE "1" "October 2006" "autoupdate 2.60b" "User Commands"
+.TH AUTOUPDATE "1" "November 2006" "autoupdate 2.61" "User Commands"
 .SH NAME
 autoupdate \- Update a configure.in to a newer Autoconf
 .SH SYNOPSIS
index 030617d6b85bf47b165d9786a6d046f111524185..ab13ace9482fbafc410c13459dc5ca2dca68b91d 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
-.TH CONFIG.GUESS "1" "August 2006" "config.guess (2006-07-02)" "User Commands"
+.TH CONFIG.GUESS "1" "November 2006" "config.guess (2006-11-15)" "User Commands"
 .SH NAME
 config.guess \- guess the build system triplet
 .SH SYNOPSIS
index dc2a6338249962dc7d43fcc65f43f162b843c7ee..0d4beef86cf485e2cf688cabe675045dee11dff3 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
-.TH CONFIG.SUB "1" "October 2006" "config.sub (2006-09-20)" "User Commands"
+.TH CONFIG.SUB "1" "November 2006" "config.sub (2006-11-07)" "User Commands"
 .SH NAME
 config.sub \- validate and canonicalize a configuration triplet
 .SH SYNOPSIS
index 6311a604a53bb5a4f141864ecbeda5a7c4a6f4ee..27c3fa889d8b1b47f80aea151a11fccb63b5b92b 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
-.TH IFNAMES "1" "October 2006" "ifnames 2.60b" "User Commands"
+.TH IFNAMES "1" "November 2006" "ifnames 2.61" "User Commands"
 .SH NAME
 ifnames \- Extract CPP conditionals from a set of files
 .SH SYNOPSIS