From: Ralf Wildenhues Date: Thu, 6 Apr 2006 18:23:59 +0000 (+0000) Subject: Regenerate. X-Git-Tag: AUTOCONF-2.59c~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3c7dce656a9e5407b191e77507b4803af73e494;p=thirdparty%2Fautoconf.git Regenerate. --- diff --git a/configure b/configure index 22ca0be7a..f75136256 100755 --- a/configure +++ b/configure @@ -1260,16 +1260,13 @@ esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix cd $ac_dir || { ac_status=$?; continue; } - # Check for guested configure; otherwise get Cygnus style configure. + # Check for guested configure. if test -f $ac_srcdir/configure.gnu; then echo && $SHELL $ac_srcdir/configure.gnu --help=recursive elif test -f $ac_srcdir/configure; then echo && $SHELL $ac_srcdir/configure --help=recursive - elif test -f $ac_srcdir/configure.in; then - echo && - $ac_configure --help else echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 fi || ac_status=$? @@ -1415,20 +1412,33 @@ trap 'exit_status=$? _ASBOX echo # The following way of writing the cache mishandles newlines in values, -{ +( + for ac_var in `(set) 2>&1 | sed -n '"'"'s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'"'"'`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 +echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + *) $as_unset $ac_var ;; + esac ;; + esac + done (set) 2>&1 | - case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in - *ac_space=\ *) + case $as_nl`(ac_space='"'"' '"'"'; set) 2>&1` in #( + *${as_nl}ac_space=\ *) sed -n \ "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" - ;; + ;; #( *) - sed -n \ - "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; - esac; -} + esac +) echo cat <<\_ASBOX @@ -1658,9 +1668,9 @@ ac_config_guess="$SHELL $ac_aux_dir/config.guess" ac_config_sub="$SHELL $ac_aux_dir/config.sub" ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. - ac_config_files="$ac_config_files config/Makefile" + am__api_version="1.9" # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or @@ -2150,11 +2160,11 @@ echo "${ECHO_T}$ac_cv_sh_n_works" >&6; } # Initialize the test suite. - ac_config_commands="$ac_config_commands tests/atconfig" ac_config_files="$ac_config_files tests/Makefile tests/atlocal" + # Extract the first word of "expr", so it can be a program name with args. set dummy expr; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 @@ -2277,9 +2287,9 @@ fi ## Man pages. ## ## ----------- ## - ac_config_files="$ac_config_files man/Makefile" + HELP2MAN=${HELP2MAN-"${am_missing_run}help2man"} @@ -2347,8 +2357,8 @@ echo "$as_me: error: Perl 5.005_03 or better is required" >&2;} ## Emacs. ## ## ------- ## - ac_config_files="$ac_config_files lib/emacs/Makefile" + TEST_EMACS=$EMACS test x"$TEST_EMACS" = xt && TEST_EMACS= for ac_prog in emacs xemacs @@ -2785,9 +2795,9 @@ echo "${ECHO_T}$ac_cv_path_SED" >&6; } ## Conclusion. ## ## ------------ ## - ac_config_files="$ac_config_files Makefile doc/Makefile lib/Makefile lib/Autom4te/Makefile lib/autoscan/Makefile lib/m4sugar/Makefile lib/autoconf/Makefile lib/autotest/Makefile bin/Makefile" + cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure @@ -2806,26 +2816,40 @@ _ACEOF # The following way of writing the cache mishandles newlines in values, # but we know of no workaround that is simple, portable, and efficient. -# So, don't put newlines in cache variables' values. +# So, we kill variables containing newlines. # Ultrix sh set writes to stderr and can't be redirected directly, # and sets the high bit in the cache file unless we assign to the vars. -{ +( + for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 +echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + *) $as_unset $ac_var ;; + esac ;; + esac + done + (set) 2>&1 | - case `(ac_space=' '; set | grep ac_space) 2>&1` in - *ac_space=\ *) + case $as_nl`(ac_space=' '; set) 2>&1` in #( + *${as_nl}ac_space=\ *) # `set' does not quote correctly, so add quotes (double-quote # substitution turns \\\\ into \\, and sed turns \\ into \). sed -n \ "s/'/'\\\\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" - ;; + ;; #( *) # `set' quotes correctly as required by POSIX, so do not add quotes. - sed -n \ - "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; - esac; -} | + esac +) | sed ' t clear :clear @@ -3322,21 +3346,21 @@ cat >>$CONFIG_STATUS <<\_ACEOF for ac_config_target in $ac_config_targets do case $ac_config_target in - config/Makefile) CONFIG_FILES="$CONFIG_FILES config/Makefile" ;; - tests/atconfig) CONFIG_COMMANDS="$CONFIG_COMMANDS tests/atconfig" ;; - tests/Makefile) CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;; - tests/atlocal) CONFIG_FILES="$CONFIG_FILES tests/atlocal" ;; - man/Makefile) CONFIG_FILES="$CONFIG_FILES man/Makefile" ;; - lib/emacs/Makefile) CONFIG_FILES="$CONFIG_FILES lib/emacs/Makefile" ;; - Makefile) CONFIG_FILES="$CONFIG_FILES Makefile" ;; - doc/Makefile) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; - lib/Makefile) CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;; - lib/Autom4te/Makefile) CONFIG_FILES="$CONFIG_FILES lib/Autom4te/Makefile" ;; - lib/autoscan/Makefile) CONFIG_FILES="$CONFIG_FILES lib/autoscan/Makefile" ;; - lib/m4sugar/Makefile) CONFIG_FILES="$CONFIG_FILES lib/m4sugar/Makefile" ;; - lib/autoconf/Makefile) CONFIG_FILES="$CONFIG_FILES lib/autoconf/Makefile" ;; - lib/autotest/Makefile) CONFIG_FILES="$CONFIG_FILES lib/autotest/Makefile" ;; - bin/Makefile) CONFIG_FILES="$CONFIG_FILES bin/Makefile" ;; + "config/Makefile") CONFIG_FILES="$CONFIG_FILES config/Makefile" ;; + "tests/atconfig") CONFIG_COMMANDS="$CONFIG_COMMANDS tests/atconfig" ;; + "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;; + "tests/atlocal") CONFIG_FILES="$CONFIG_FILES tests/atlocal" ;; + "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;; + "lib/emacs/Makefile") CONFIG_FILES="$CONFIG_FILES lib/emacs/Makefile" ;; + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; + "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;; + "lib/Autom4te/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Autom4te/Makefile" ;; + "lib/autoscan/Makefile") CONFIG_FILES="$CONFIG_FILES lib/autoscan/Makefile" ;; + "lib/m4sugar/Makefile") CONFIG_FILES="$CONFIG_FILES lib/m4sugar/Makefile" ;; + "lib/autoconf/Makefile") CONFIG_FILES="$CONFIG_FILES lib/autoconf/Makefile" ;; + "lib/autotest/Makefile") CONFIG_FILES="$CONFIG_FILES lib/autotest/Makefile" ;; + "bin/Makefile") CONFIG_FILES="$CONFIG_FILES bin/Makefile" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} @@ -3733,7 +3757,7 @@ echo "$as_me: executing $ac_file commands" >&6;} case $ac_file$ac_mode in - tests/atconfig:C) cat >tests/atconfig <tests/atconfig <. .PP Originally written by Per Bothner. -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. .PP This is free software; see the source for copying conditions. There is NO diff --git a/man/config.sub.1 b/man/config.sub.1 index d2a1d86c6..ef9c554f0 100644 --- a/man/config.sub.1 +++ b/man/config.sub.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. -.TH CONFIG.SUB "1" "January 2006" "config.sub (2004-11-30)" "User Commands" +.TH CONFIG.SUB "1" "April 2006" "config.sub (2006-03-07)" "User Commands" .SH NAME config.sub \- validate and canonicalize a configuration triplet .SH SYNOPSIS @@ -23,7 +23,7 @@ print version number, then exit .SH "REPORTING BUGS" Report bugs and patches to . .SH COPYRIGHT -Copyright \(co 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 +Copyright \(co 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. .PP This is free software; see the source for copying conditions. There is NO diff --git a/tests/Makefile.in b/tests/Makefile.in index 3e4992375..ba4c4dd07 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -509,7 +509,7 @@ expr: # Try the test suite with more severe environments. maintainer-check-posix: expr - POSIXLY_CORRECTLY=yes make check + POSIXLY_CORRECT=yes make check rm expr # Try using G++ as a C compiler.