diff --git a/ports/gnu-diffutils/compile.sh b/ports/gnu-diffutils/compile.sh new file mode 120000 index 00000000..d5f3b6cc --- /dev/null +++ b/ports/gnu-diffutils/compile.sh @@ -0,0 +1 @@ +../meta-port-scripts/gnu-compile.sh \ No newline at end of file diff --git a/ports/gnu-diffutils/fetch.sh b/ports/gnu-diffutils/fetch.sh new file mode 120000 index 00000000..5a8fa3a0 --- /dev/null +++ b/ports/gnu-diffutils/fetch.sh @@ -0,0 +1 @@ +../meta-port-scripts/gnu-fetch.sh \ No newline at end of file diff --git a/ports/gnu-diffutils/gnu-project.sh b/ports/gnu-diffutils/gnu-project.sh new file mode 100755 index 00000000..c99db9bf --- /dev/null +++ b/ports/gnu-diffutils/gnu-project.sh @@ -0,0 +1,4 @@ +#!/bin/sh +export GNU_PROJECT=diffutils +export SRC_SHA256=c80a3c2bf87e252fe7d605b8ba6bf928d75a90b55f3bfcf7c4a4f337ec62fc31 +export GNU_CONFIGURE_OPTIONS="--disable-nls --disable-threads" diff --git a/ports/gnu-diffutils/install.sh b/ports/gnu-diffutils/install.sh new file mode 120000 index 00000000..8a6ebf0d --- /dev/null +++ b/ports/gnu-diffutils/install.sh @@ -0,0 +1 @@ +../meta-port-scripts/gnu-install.sh \ No newline at end of file diff --git a/ports/gnu-diffutils/patches/3.11/0001-diffutils-3.11-add-yggdrasil-support.patch b/ports/gnu-diffutils/patches/3.11/0001-diffutils-3.11-add-yggdrasil-support.patch new file mode 100644 index 00000000..1258ffcc --- /dev/null +++ b/ports/gnu-diffutils/patches/3.11/0001-diffutils-3.11-add-yggdrasil-support.patch @@ -0,0 +1,40353 @@ +diff -x '*.o' -crB diffutils-3.11-orig/aclocal.m4 diffutils-3.11/aclocal.m4 +*** diffutils-3.11-orig/aclocal.m4 2025-02-03 04:15:05.000000000 +0200 +--- diffutils-3.11/aclocal.m4 2025-03-08 22:17:48.481174288 +0200 +*************** +*** 1,6 **** +! # generated automatically by aclocal 1.17.0.91 -*- Autoconf -*- + +! # Copyright (C) 1996-2025 Free Software Foundation, Inc. + + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 1,6 ---- +! # generated automatically by aclocal 1.17 -*- Autoconf -*- + +! # Copyright (C) 1996-2024 Free Software Foundation, Inc. + + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 14,26 **** + m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) + m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +! m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.72.47-21cb],, +! [m4_warning([this file was generated for autoconf 2.72.47-21cb. + You have another version of autoconf. It may work, but is not guaranteed to. + If you have problems, you may need to regenerate the build system entirely. + To do so, use the procedure documented by the package, typically 'autoreconf'.])]) + +! # Copyright (C) 2002-2025 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 14,26 ---- + m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) + m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +! m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.72],, +! [m4_warning([this file was generated for autoconf 2.72. + You have another version of autoconf. It may work, but is not guaranteed to. + If you have problems, you may need to regenerate the build system entirely. + To do so, use the procedure documented by the package, typically 'autoreconf'.])]) + +! # Copyright (C) 2002-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 35,41 **** + [am__api_version='1.17' + dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to + dnl require some minimum version. Point them to the right macro. +! m4_if([$1], [1.17.0.91], [], + [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl + ]) + +--- 35,41 ---- + [am__api_version='1.17' + dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to + dnl require some minimum version. Point them to the right macro. +! m4_if([$1], [1.17], [], + [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl + ]) + +*************** +*** 51,64 **** + # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. + # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. + AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], +! [AM_AUTOMAKE_VERSION([1.17.0.91])dnl + m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl + _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) + + # AM_AUX_DIR_EXPAND -*- Autoconf -*- + +! # Copyright (C) 2001-2025 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 51,64 ---- + # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. + # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. + AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], +! [AM_AUTOMAKE_VERSION([1.17])dnl + m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl + _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) + + # AM_AUX_DIR_EXPAND -*- Autoconf -*- + +! # Copyright (C) 2001-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 110,116 **** + + # AM_COND_IF -*- Autoconf -*- + +! # Copyright (C) 2008-2025 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 110,116 ---- + + # AM_COND_IF -*- Autoconf -*- + +! # Copyright (C) 2008-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 147,153 **** + + # AM_CONDITIONAL -*- Autoconf -*- + +! # Copyright (C) 1997-2025 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 147,153 ---- + + # AM_CONDITIONAL -*- Autoconf -*- + +! # Copyright (C) 1997-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 178,184 **** + Usually this means the macro was only invoked conditionally.]]) + fi])]) + +! # Copyright (C) 1999-2025 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 178,184 ---- + Usually this means the macro was only invoked conditionally.]]) + fi])]) + +! # Copyright (C) 1999-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 369,375 **** + + # Generate code to set up dependency tracking. -*- Autoconf -*- + +! # Copyright (C) 1999-2025 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 369,375 ---- + + # Generate code to set up dependency tracking. -*- Autoconf -*- + +! # Copyright (C) 1999-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 437,443 **** + + # Do all the work for Automake. -*- Autoconf -*- + +! # Copyright (C) 1996-2025 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 437,443 ---- + + # Do all the work for Automake. -*- Autoconf -*- + +! # Copyright (C) 1996-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 614,620 **** + done + echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) + +! # Copyright (C) 2001-2025 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 614,620 ---- + done + echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) + +! # Copyright (C) 2001-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 635,641 **** + fi + AC_SUBST([install_sh])]) + +! # Copyright (C) 2003-2025 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 635,641 ---- + fi + AC_SUBST([install_sh])]) + +! # Copyright (C) 2003-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 656,662 **** + + # Check to see how 'make' treats includes. -*- Autoconf -*- + +! # Copyright (C) 2001-2025 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 656,662 ---- + + # Check to see how 'make' treats includes. -*- Autoconf -*- + +! # Copyright (C) 2001-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 699,705 **** + + # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- + +! # Copyright (C) 1997-2025 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 699,705 ---- + + # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- + +! # Copyright (C) 1997-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 733,739 **** + + # Helper functions for option handling. -*- Autoconf -*- + +! # Copyright (C) 2001-2025 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 733,739 ---- + + # Helper functions for option handling. -*- Autoconf -*- + +! # Copyright (C) 2001-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 762,768 **** + AC_DEFUN([_AM_IF_OPTION], + [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) + +! # Copyright (C) 1999-2025 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 762,768 ---- + AC_DEFUN([_AM_IF_OPTION], + [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) + +! # Copyright (C) 1999-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 794,803 **** + break + fi + done +! # aligned with autoconf, so not including core; see bug#72225. +! rm -f -r a.out a.exe b.out conftest.$ac_ext conftest.$ac_objext \ +! conftest.dSYM conftest1.$ac_ext conftest1.$ac_objext conftest1.dSYM \ +! conftest2.$ac_ext conftest2.$ac_objext conftest2.dSYM + unset am_i]) + if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. +--- 794,800 ---- + break + fi + done +! rm -f core conftest* + unset am_i]) + if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. +*************** +*** 812,818 **** + # For backward compatibility. + AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) + +! # Copyright (C) 2022-2025 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 809,815 ---- + # For backward compatibility. + AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) + +! # Copyright (C) 2022-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 828,834 **** + AC_SUBST(am__rm_f_notfound) + ]) + +! # Copyright (C) 2001-2025 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 825,831 ---- + AC_SUBST(am__rm_f_notfound) + ]) + +! # Copyright (C) 2001-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 847,853 **** + + # Check to make sure that the build environment is sane. -*- Autoconf -*- + +! # Copyright (C) 1996-2025 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 844,850 ---- + + # Check to make sure that the build environment is sane. -*- Autoconf -*- + +! # Copyright (C) 1996-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 1072,1078 **** + rm -f conftest.file + ]) + +! # Copyright (C) 2009-2025 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 1069,1075 ---- + rm -f conftest.file + ]) + +! # Copyright (C) 2009-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 1143,1149 **** + [AC_REQUIRE([_AM_SILENT_RULES]) + AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1])]) + +! # Copyright (C) 2001-2025 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 1140,1146 ---- + [AC_REQUIRE([_AM_SILENT_RULES]) + AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1])]) + +! # Copyright (C) 2001-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 1171,1177 **** + INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" + AC_SUBST([INSTALL_STRIP_PROGRAM])]) + +! # Copyright (C) 2006-2025 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 1168,1174 ---- + INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" + AC_SUBST([INSTALL_STRIP_PROGRAM])]) + +! # Copyright (C) 2006-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 1190,1196 **** + + # Check how to create a tarball. -*- Autoconf -*- + +! # Copyright (C) 2004-2025 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 1187,1193 ---- + + # Check how to create a tarball. -*- Autoconf -*- + +! # Copyright (C) 2004-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 1325,1331 **** + AC_SUBST([am__untar]) + ]) # _AM_PROG_TAR + +! # Copyright (C) 2022-2025 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 1322,1328 ---- + AC_SUBST([am__untar]) + ]) # _AM_PROG_TAR + +! # Copyright (C) 2022-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +Only in diffutils-3.11: autom4te.cache +diff -x '*.o' -crB diffutils-3.11-orig/build-aux/config.sub diffutils-3.11/build-aux/config.sub +*** diffutils-3.11-orig/build-aux/config.sub 2024-09-11 01:24:14.000000000 +0300 +--- diffutils-3.11/build-aux/config.sub 2025-03-08 22:13:17.593484412 +0200 +*************** +*** 2149,2155 **** + | xenix* \ + | xray* \ + | zephyr* \ +! | zvmoe* ) + ;; + # This one is extra strict with allowed versions + sco3.2v2 | sco3.2v[4-9]* | sco5v6*) +--- 2149,2156 ---- + | xenix* \ + | xray* \ + | zephyr* \ +! | zvmoe* \ +! | yggdrasil* ) + ;; + # This one is extra strict with allowed versions + sco3.2v2 | sco3.2v[4-9]* | sco5v6*) +diff -x '*.o' -crB diffutils-3.11-orig/configure diffutils-3.11/configure +*** diffutils-3.11-orig/configure 2025-02-03 06:49:48.000000000 +0200 +--- diffutils-3.11/configure 2025-03-08 22:17:50.003693600 +0200 +*************** +*** 1,11 **** + #! /bin/sh + # Guess values for system-dependent variables and create Makefiles. +! # Generated by GNU Autoconf 2.72.47-21cb for GNU diffutils 3.11. + # + # Report bugs to . + # + # +! # Copyright (C) 1992-1996, 1998-2017, 2020-2024 Free Software Foundation, + # Inc. + # + # +--- 1,11 ---- + #! /bin/sh + # Guess values for system-dependent variables and create Makefiles. +! # Generated by GNU Autoconf 2.72 for GNU diffutils 3.11. + # + # Report bugs to . + # + # +! # Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software Foundation, + # Inc. + # + # +*************** +*** 22,28 **** + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which +! # contradicts POSIX and common usage. Disable this. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST + else case e in #( +--- 22,28 ---- + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which +! # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST + else case e in #( +*************** +*** 109,115 **** + as_myself=$0 + fi + if test ! -f "$as_myself"; then +! printf '%s\n' "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 + fi + +--- 109,115 ---- + as_myself=$0 + fi + if test ! -f "$as_myself"; then +! printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 + fi + +*************** +*** 131,143 **** + *x* ) as_opts=-x ;; + * ) as_opts= ;; + esac +! case $# in # (( +! 0) exec $CONFIG_SHELL $as_opts "$as_myself" ;; +! *) exec $CONFIG_SHELL $as_opts "$as_myself" "$@" ;; +! esac + # Admittedly, this is quite paranoid, since all the known shells bail + # out after a failed 'exec'. +! printf '%s\n' "$0: could not re-execute with $CONFIG_SHELL" >&2 + exit 255 + fi + # We don't want this to propagate to other subprocesses. +--- 131,140 ---- + *x* ) as_opts=-x ;; + * ) as_opts= ;; + esac +! exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} + # Admittedly, this is quite paranoid, since all the known shells bail + # out after a failed 'exec'. +! printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 + exit 255 + fi + # We don't want this to propagate to other subprocesses. +*************** +*** 148,154 **** + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which +! # contradicts POSIX and common usage. Disable this. + alias -g '\${1+\"\$@\"}'='\"\$@\"' + setopt NO_GLOB_SUBST + else case e in #( +--- 145,151 ---- + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which +! # is contrary to our usage. Disable this feature. + alias -g '\${1+\"\$@\"}'='\"\$@\"' + setopt NO_GLOB_SUBST + else case e in #( +*************** +*** 258,282 **** + *x* ) as_opts=-x ;; + * ) as_opts= ;; + esac +! case $# in # (( +! 0) exec $CONFIG_SHELL $as_opts "$as_myself" ;; +! *) exec $CONFIG_SHELL $as_opts "$as_myself" "$@" ;; +! esac + # Admittedly, this is quite paranoid, since all the known shells bail + # out after a failed 'exec'. +! printf '%s\n' "$0: could not re-execute with $CONFIG_SHELL" >&2 + exit 255 + fi + + if test x$as_have_required = xno + then : +! printf '%s\n' "$0: This script requires a shell more modern than all" +! printf '%s\n' "$0: the shells that I found on your system." + if test ${ZSH_VERSION+y} ; then +! printf '%s\n' "$0: In particular, zsh $ZSH_VERSION has bugs and should" +! printf '%s\n' "$0: be upgraded to zsh 4.3.4 or later." + else +! printf '%s\n' "$0: Please tell bug-autoconf@gnu.org and + $0: bug-diffutils@gnu.org about your system, including any + $0: error possibly output before this message. Then install + $0: a modern shell, or manually run the script under such a +--- 255,276 ---- + *x* ) as_opts=-x ;; + * ) as_opts= ;; + esac +! exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} + # Admittedly, this is quite paranoid, since all the known shells bail + # out after a failed 'exec'. +! printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 + exit 255 + fi + + if test x$as_have_required = xno + then : +! printf "%s\n" "$0: This script requires a shell more modern than all" +! printf "%s\n" "$0: the shells that I found on your system." + if test ${ZSH_VERSION+y} ; then +! printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should" +! printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later." + else +! printf "%s\n" "$0: Please tell bug-autoconf@gnu.org and + $0: bug-diffutils@gnu.org about your system, including any + $0: error possibly output before this message. Then install + $0: a modern shell, or manually run the script under such a +*************** +*** 337,343 **** + as_dirs= + while :; do + case $as_dir in #( +! *\'*) as_qdir=`printf '%s\n' "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" +--- 331,337 ---- + as_dirs= + while :; do + case $as_dir in #( +! *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" +*************** +*** 346,352 **** + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +! printf '%s\n' X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q +--- 340,346 ---- + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +! printf "%s\n" X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q +*************** +*** 429,437 **** + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi +! printf '%s\n' "$as_me: error: $2" >&2 + as_fn_exit $as_status + } # as_fn_error + +--- 423,431 ---- + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi +! printf "%s\n" "$as_me: error: $2" >&2 + as_fn_exit $as_status + } # as_fn_error + +*************** +*** 458,464 **** + $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +! printf '%s\n' X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q +--- 452,458 ---- + $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +! printf "%s\n" X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q +*************** +*** 504,510 **** + s/-\n.*// + ' >$as_me.lineno && + chmod +x "$as_me.lineno" || +! { printf '%s\n' "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } + + # If we had to re-execute with $CONFIG_SHELL, we're ensured to have + # already done that, so ensure we don't try to do so again and fall +--- 498,504 ---- + s/-\n.*// + ' >$as_me.lineno && + chmod +x "$as_me.lineno" || +! { printf "%s\n" "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } + + # If we had to re-execute with $CONFIG_SHELL, we're ensured to have + # already done that, so ensure we don't try to do so again and fall +*************** +*** 518,523 **** +--- 512,540 ---- + exit + } + ++ ++ # Determine whether it's possible to make 'echo' print without a newline. ++ # These variables are no longer used directly by Autoconf, but are AC_SUBSTed ++ # for compatibility with existing Makefiles. ++ ECHO_C= ECHO_N= ECHO_T= ++ case `echo -n x` in #((((( ++ -n*) ++ case `echo 'xy\c'` in ++ *c*) ECHO_T=' ';; # ECHO_T is single tab character. ++ xy) ECHO_C='\c';; ++ *) echo `echo ksh88 bug on AIX 6.1` > /dev/null ++ ECHO_T=' ';; ++ esac;; ++ *) ++ ECHO_N='-n';; ++ esac ++ ++ # For backward compatibility with old third-party macros, we provide ++ # the shell variables $as_echo and $as_echo_n. New code should use ++ # AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively. ++ as_echo='printf %s\n' ++ as_echo_n='printf %s' ++ + rm -f conf$$ conf$$.exe conf$$.file + if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +*************** +*** 576,582 **** + # Initializations. + # + ac_default_prefix=/usr/local +- ac_clean_CONFIG_STATUS= + ac_clean_files= + ac_config_libobj_dir=. + LIBOBJS= +--- 593,598 ---- +*************** +*** 2916,2928 **** + INSTALL_DATA + INSTALL_SCRIPT + INSTALL_PROGRAM +- ECHO_T +- ECHO_N +- ECHO_C + target_alias + host_alias + build_alias + LIBS + DEFS + mandir + localedir +--- 2932,2944 ---- + INSTALL_DATA + INSTALL_SCRIPT + INSTALL_PROGRAM + target_alias + host_alias + build_alias + LIBS ++ ECHO_T ++ ECHO_N ++ ECHO_C + DEFS + mandir + localedir +*************** +*** 3098,3104 **** + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: '$ac_useropt'" + ac_useropt_orig=$ac_useropt +! ac_useropt=`printf '%s\n' "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" + "enable_$ac_useropt" +--- 3114,3120 ---- + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: '$ac_useropt'" + ac_useropt_orig=$ac_useropt +! ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" + "enable_$ac_useropt" +*************** +*** 3124,3130 **** + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: '$ac_useropt'" + ac_useropt_orig=$ac_useropt +! ac_useropt=`printf '%s\n' "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" + "enable_$ac_useropt" +--- 3140,3146 ---- + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: '$ac_useropt'" + ac_useropt_orig=$ac_useropt +! ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" + "enable_$ac_useropt" +*************** +*** 3337,3343 **** + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: '$ac_useropt'" + ac_useropt_orig=$ac_useropt +! ac_useropt=`printf '%s\n' "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" + "with_$ac_useropt" +--- 3353,3359 ---- + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: '$ac_useropt'" + ac_useropt_orig=$ac_useropt +! ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" + "with_$ac_useropt" +*************** +*** 3353,3359 **** + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: '$ac_useropt'" + ac_useropt_orig=$ac_useropt +! ac_useropt=`printf '%s\n' "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" + "with_$ac_useropt" +--- 3369,3375 ---- + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: '$ac_useropt'" + ac_useropt_orig=$ac_useropt +! ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" + "with_$ac_useropt" +*************** +*** 3397,3405 **** + + *) + # FIXME: should be removed in autoconf 3.0. +! printf '%s\n' "$as_me: WARNING: you should use --build, --host, --target" >&2 + expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && +! printf '%s\n' "$as_me: WARNING: invalid host type: $ac_option" >&2 + : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" + ;; + +--- 3413,3421 ---- + + *) + # FIXME: should be removed in autoconf 3.0. +! printf "%s\n" "$as_me: WARNING: you should use --build, --host, --target" >&2 + expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && +! printf "%s\n" "$as_me: WARNING: invalid host type: $ac_option" >&2 + : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" + ;; + +*************** +*** 3407,3413 **** + done + + if test -n "$ac_prev"; then +! ac_option=--`printf '%s\n' $ac_prev | sed 's/_/-/g'` + as_fn_error $? "missing argument to $ac_option" + fi + +--- 3423,3429 ---- + done + + if test -n "$ac_prev"; then +! ac_option=--`echo $ac_prev | sed 's/_/-/g'` + as_fn_error $? "missing argument to $ac_option" + fi + +*************** +*** 3415,3421 **** + case $enable_option_checking in + no) ;; + fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; +! *) printf '%s\n' "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; + esac + fi + +--- 3431,3437 ---- + case $enable_option_checking in + no) ;; + fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; +! *) printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; + esac + fi + +*************** +*** 3479,3485 **** + X"$as_myself" : 'X\(//\)[^/]' \| \ + X"$as_myself" : 'X\(//\)$' \| \ + X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || +! printf '%s\n' X"$as_myself" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q +--- 3495,3501 ---- + X"$as_myself" : 'X\(//\)[^/]' \| \ + X"$as_myself" : 'X\(//\)$' \| \ + X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || +! printf "%s\n" X"$as_myself" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q +*************** +*** 3691,3699 **** + case "$ac_dir" in + .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) +! ac_dir_suffix=/`printf '%s\n' "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. +! ac_top_builddir_sub=`printf '%s\n' "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; +--- 3707,3715 ---- + case "$ac_dir" in + .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) +! ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. +! ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; +*************** +*** 3730,3736 **** + echo && + $SHELL "$ac_srcdir/configure" --help=recursive + else +! printf '%s\n' "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + fi || ac_status=$? + cd "$ac_pwd" || { ac_status=$?; break; } + done +--- 3746,3752 ---- + echo && + $SHELL "$ac_srcdir/configure" --help=recursive + else +! printf "%s\n" "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + fi || ac_status=$? + cd "$ac_pwd" || { ac_status=$?; break; } + done +*************** +*** 3740,3748 **** + if $ac_init_version; then + cat <<\_ACEOF + GNU diffutils configure 3.11 +! generated by GNU Autoconf 2.72.47-21cb + +! Copyright (C) 2024 Free Software Foundation, Inc. + This configure script is free software; the Free Software Foundation + gives unlimited permission to copy, distribute and modify it. + _ACEOF +--- 3756,3764 ---- + if $ac_init_version; then + cat <<\_ACEOF + GNU diffutils configure 3.11 +! generated by GNU Autoconf 2.72 + +! Copyright (C) 2023 Free Software Foundation, Inc. + This configure script is free software; the Free Software Foundation + gives unlimited permission to copy, distribute and modify it. + _ACEOF +*************** +*** 3766,3772 **** + *) ac_try_echo=$ac_try;; + esac + eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +! printf '%s\n' "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>conftest.err + ac_status=$? + if test -s conftest.err; then +--- 3782,3788 ---- + *) ac_try_echo=$ac_try;; + esac + eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +! printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>conftest.err + ac_status=$? + if test -s conftest.err; then +*************** +*** 3774,3780 **** + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err +--- 3790,3796 ---- + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err +*************** +*** 3782,3788 **** + then : + ac_retval=0 + else case e in #( +! e) printf '%s\n' "$as_me: failed program was:" >&5 + sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 ;; +--- 3798,3804 ---- + then : + ac_retval=0 + else case e in #( +! e) printf "%s\n" "$as_me: failed program was:" >&5 + sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 ;; +*************** +*** 3800,3806 **** + ac_fn_c_check_header_compile () + { + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 + printf %s "checking for $2... " >&6; } + if eval test \${$3+y} + then : +--- 3816,3822 ---- + ac_fn_c_check_header_compile () + { + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 + printf %s "checking for $2... " >&6; } + if eval test \${$3+y} + then : +*************** +*** 3822,3829 **** + esac + fi + eval ac_res=\$$3 +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf '%s\n' "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + + } # ac_fn_c_check_header_compile +--- 3838,3845 ---- + esac + fi + eval ac_res=\$$3 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + + } # ac_fn_c_check_header_compile +*************** +*** 3840,3846 **** + *) ac_try_echo=$ac_try;; + esac + eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +! printf '%s\n' "$ac_try_echo"; } >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err + ac_status=$? + if test -s conftest.err; then +--- 3856,3862 ---- + *) ac_try_echo=$ac_try;; + esac + eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +! printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err + ac_status=$? + if test -s conftest.err; then +*************** +*** 3848,3854 **** + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } > conftest.i && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err +--- 3864,3870 ---- + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } > conftest.i && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err +*************** +*** 3856,3862 **** + then : + ac_retval=0 + else case e in #( +! e) printf '%s\n' "$as_me: failed program was:" >&5 + sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 ;; +--- 3872,3878 ---- + then : + ac_retval=0 + else case e in #( +! e) printf "%s\n" "$as_me: failed program was:" >&5 + sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 ;; +*************** +*** 3874,3880 **** + ac_fn_c_check_type () + { + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 + printf %s "checking for $2... " >&6; } + if eval test \${$3+y} + then : +--- 3890,3896 ---- + ac_fn_c_check_type () + { + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 + printf %s "checking for $2... " >&6; } + if eval test \${$3+y} + then : +*************** +*** 3920,3927 **** + esac + fi + eval ac_res=\$$3 +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf '%s\n' "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + + } # ac_fn_c_check_type +--- 3936,3943 ---- + esac + fi + eval ac_res=\$$3 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + + } # ac_fn_c_check_type +*************** +*** 3939,3945 **** + *) ac_try_echo=$ac_try;; + esac + eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +! printf '%s\n' "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>conftest.err + ac_status=$? + if test -s conftest.err; then +--- 3955,3961 ---- + *) ac_try_echo=$ac_try;; + esac + eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +! printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>conftest.err + ac_status=$? + if test -s conftest.err; then +*************** +*** 3947,3953 **** + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err +--- 3963,3969 ---- + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err +*************** +*** 3958,3964 **** + then : + ac_retval=0 + else case e in #( +! e) printf '%s\n' "$as_me: failed program was:" >&5 + sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 ;; +--- 3974,3980 ---- + then : + ac_retval=0 + else case e in #( +! e) printf "%s\n" "$as_me: failed program was:" >&5 + sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 ;; +*************** +*** 3987,4012 **** + *) ac_try_echo=$ac_try;; + esac + eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +! printf '%s\n' "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' + { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; + esac + eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +! printf '%s\n' "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; } + then : + ac_retval=0 + else case e in #( +! e) printf '%s\n' "$as_me: program exited with status $ac_status" >&5 +! printf '%s\n' "$as_me: failed program was:" >&5 + sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=$ac_status ;; +--- 4003,4028 ---- + *) ac_try_echo=$ac_try;; + esac + eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +! printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' + { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; + esac + eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +! printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; } + then : + ac_retval=0 + else case e in #( +! e) printf "%s\n" "$as_me: program exited with status $ac_status" >&5 +! printf "%s\n" "$as_me: failed program was:" >&5 + sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=$ac_status ;; +*************** +*** 4024,4030 **** + ac_fn_c_check_func () + { + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 + printf %s "checking for $2... " >&6; } + if eval test \${$3+y} + then : +--- 4040,4046 ---- + ac_fn_c_check_func () + { + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 + printf %s "checking for $2... " >&6; } + if eval test \${$3+y} + then : +*************** +*** 4076,4083 **** + esac + fi + eval ac_res=\$$3 +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf '%s\n' "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + + } # ac_fn_c_check_func +--- 4092,4099 ---- + esac + fi + eval ac_res=\$$3 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + + } # ac_fn_c_check_func +*************** +*** 4289,4295 **** + fi + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + as_decl_name=`echo $2|sed 's/ *(.*//'` +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 + printf %s "checking whether $as_decl_name is declared... " >&6; } + if eval test \${$3+y} + then : +--- 4305,4311 ---- + fi + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + as_decl_name=`echo $2|sed 's/ *(.*//'` +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 + printf %s "checking whether $as_decl_name is declared... " >&6; } + if eval test \${$3+y} + then : +*************** +*** 4329,4336 **** + esac + fi + eval ac_res=\$$3 +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf '%s\n' "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + ac_compile="$ac_saved_ac_compile" + +--- 4345,4352 ---- + esac + fi + eval ac_res=\$$3 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + ac_compile="$ac_saved_ac_compile" + +*************** +*** 4343,4349 **** + ac_fn_c_check_member () + { + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5 + printf %s "checking for $2.$3... " >&6; } + if eval test \${$4+y} + then : +--- 4359,4365 ---- + ac_fn_c_check_member () + { + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5 + printf %s "checking for $2.$3... " >&6; } + if eval test \${$4+y} + then : +*************** +*** 4393,4400 **** + esac + fi + eval ac_res=\$$4 +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf '%s\n' "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + + } # ac_fn_c_check_member +--- 4409,4416 ---- + esac + fi + eval ac_res=\$$4 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + + } # ac_fn_c_check_member +*************** +*** 4403,4409 **** + do + case $ac_arg in + *\'*) +! ac_arg=`printf '%s\n' "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append ac_configure_args_raw " '$ac_arg'" + done +--- 4419,4425 ---- + do + case $ac_arg in + *\'*) +! ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append ac_configure_args_raw " '$ac_arg'" + done +*************** +*** 4415,4421 **** + ac_unsafe_z='|&;<>()$`\\"*?[ '' ' # This string ends in space, tab. + ac_unsafe_a="$ac_unsafe_z#~" + ac_safe_unquote="s/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g" +! ac_configure_args_raw=` printf '%s\n' "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;; + esac + + cat >config.log <<_ACEOF +--- 4431,4437 ---- + ac_unsafe_z='|&;<>()$`\\"*?[ '' ' # This string ends in space, tab. + ac_unsafe_a="$ac_unsafe_z#~" + ac_safe_unquote="s/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g" +! ac_configure_args_raw=` printf "%s\n" "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;; + esac + + cat >config.log <<_ACEOF +*************** +*** 4423,4429 **** + running configure, to aid debugging if configure makes a mistake. + + It was created by GNU diffutils $as_me 3.11, which was +! generated by GNU Autoconf 2.72.47-21cb. Invocation command line was + + $ $0$ac_configure_args_raw + +--- 4439,4445 ---- + running configure, to aid debugging if configure makes a mistake. + + It was created by GNU diffutils $as_me 3.11, which was +! generated by GNU Autoconf 2.72. Invocation command line was + + $ $0$ac_configure_args_raw + +*************** +*** 4463,4469 **** + */) ;; + *) as_dir=$as_dir/ ;; + esac +! printf '%s\n' "PATH: $as_dir" + done + IFS=$as_save_IFS + +--- 4479,4485 ---- + */) ;; + *) as_dir=$as_dir/ ;; + esac +! printf "%s\n" "PATH: $as_dir" + done + IFS=$as_save_IFS + +*************** +*** 4498,4504 **** + | -silent | --silent | --silen | --sile | --sil) + continue ;; + *\'*) +! ac_arg=`printf '%s\n' "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + case $ac_pass in + 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; +--- 4514,4520 ---- + | -silent | --silent | --silen | --sile | --sil) + continue ;; + *\'*) +! ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + case $ac_pass in + 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; +*************** +*** 4539,4545 **** + { + echo + +! printf '%s\n' "## ---------------- ## + ## Cache variables. ## + ## ---------------- ##" + echo +--- 4555,4561 ---- + { + echo + +! printf "%s\n" "## ---------------- ## + ## Cache variables. ## + ## ---------------- ##" + echo +*************** +*** 4550,4557 **** + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( +! *_cv_*) { printf '%s\n' "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +! printf '%s\n' "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( +--- 4566,4573 ---- + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( +! *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +! printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( +*************** +*** 4575,4581 **** + ) + echo + +! printf '%s\n' "## ----------------- ## + ## Output variables. ## + ## ----------------- ##" + echo +--- 4591,4597 ---- + ) + echo + +! printf "%s\n" "## ----------------- ## + ## Output variables. ## + ## ----------------- ##" + echo +*************** +*** 4583,4596 **** + do + eval ac_val=\$$ac_var + case $ac_val in +! *\'\''*) ac_val=`printf '%s\n' "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac +! printf '%s\n' "$ac_var='\''$ac_val'\''" + done | sort + echo + + if test -n "$ac_subst_files"; then +! printf '%s\n' "## ------------------- ## + ## File substitutions. ## + ## ------------------- ##" + echo +--- 4599,4612 ---- + do + eval ac_val=\$$ac_var + case $ac_val in +! *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac +! printf "%s\n" "$ac_var='\''$ac_val'\''" + done | sort + echo + + if test -n "$ac_subst_files"; then +! printf "%s\n" "## ------------------- ## + ## File substitutions. ## + ## ------------------- ##" + echo +*************** +*** 4598,4612 **** + do + eval ac_val=\$$ac_var + case $ac_val in +! *\'\''*) ac_val=`printf '%s\n' "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac +! printf '%s\n' "$ac_var='\''$ac_val'\''" + done | sort + echo + fi + + if test -s confdefs.h; then +! printf '%s\n' "## ----------- ## + ## confdefs.h. ## + ## ----------- ##" + echo +--- 4614,4628 ---- + do + eval ac_val=\$$ac_var + case $ac_val in +! *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac +! printf "%s\n" "$ac_var='\''$ac_val'\''" + done | sort + echo + fi + + if test -s confdefs.h; then +! printf "%s\n" "## ----------- ## + ## confdefs.h. ## + ## ----------- ##" + echo +*************** +*** 4614,4623 **** + echo + fi + test "$ac_signal" != 0 && +! printf '%s\n' "$as_me: caught signal $ac_signal" +! printf '%s\n' "$as_me: exit $exit_status" + } >&5 +! eval "rm -f $ac_clean_CONFIG_STATUS core *.core core.conftest.*" && + rm -f -r conftest* confdefs* conf$$* $ac_clean_files && + exit $exit_status + ' 0 +--- 4630,4639 ---- + echo + fi + test "$ac_signal" != 0 && +! printf "%s\n" "$as_me: caught signal $ac_signal" +! printf "%s\n" "$as_me: exit $exit_status" + } >&5 +! rm -f core *.core core.conftest.* && + rm -f -r conftest* confdefs* conf$$* $ac_clean_files && + exit $exit_status + ' 0 +*************** +*** 4629,4649 **** + # confdefs.h avoids OS command line length limits that DEFS can exceed. + rm -f -r conftest* confdefs.h + +! printf '%s\n' "/* confdefs.h */" > confdefs.h + + # Predefined preprocessor variables. + +! printf '%s\n' "#define PACKAGE_NAME \"$PACKAGE_NAME\"" >>confdefs.h + +! printf '%s\n' "#define PACKAGE_TARNAME \"$PACKAGE_TARNAME\"" >>confdefs.h + +! printf '%s\n' "#define PACKAGE_VERSION \"$PACKAGE_VERSION\"" >>confdefs.h + +! printf '%s\n' "#define PACKAGE_STRING \"$PACKAGE_STRING\"" >>confdefs.h + +! printf '%s\n' "#define PACKAGE_BUGREPORT \"$PACKAGE_BUGREPORT\"" >>confdefs.h + +! printf '%s\n' "#define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h + + + # Let the site file select an alternate cache file if it wants to. +--- 4645,4665 ---- + # confdefs.h avoids OS command line length limits that DEFS can exceed. + rm -f -r conftest* confdefs.h + +! printf "%s\n" "/* confdefs.h */" > confdefs.h + + # Predefined preprocessor variables. + +! printf "%s\n" "#define PACKAGE_NAME \"$PACKAGE_NAME\"" >>confdefs.h + +! printf "%s\n" "#define PACKAGE_TARNAME \"$PACKAGE_TARNAME\"" >>confdefs.h + +! printf "%s\n" "#define PACKAGE_VERSION \"$PACKAGE_VERSION\"" >>confdefs.h + +! printf "%s\n" "#define PACKAGE_STRING \"$PACKAGE_STRING\"" >>confdefs.h + +! printf "%s\n" "#define PACKAGE_BUGREPORT \"$PACKAGE_BUGREPORT\"" >>confdefs.h + +! printf "%s\n" "#define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h + + + # Let the site file select an alternate cache file if it wants to. +*************** +*** 4665,4676 **** + ac_site_file=./$ac_site_file ;; + esac + if test -f "$ac_site_file" && test -r "$ac_site_file"; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 +! printf '%s\n' "$as_me: loading site script $ac_site_file" >&6;} + sed 's/^/| /' "$ac_site_file" >&5 + . "$ac_site_file" \ +! || { { printf '%s\n' "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf '%s\n' "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error $? "failed to load site script $ac_site_file + See 'config.log' for more details" "$LINENO" 5; } + fi +--- 4681,4692 ---- + ac_site_file=./$ac_site_file ;; + esac + if test -f "$ac_site_file" && test -r "$ac_site_file"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 +! printf "%s\n" "$as_me: loading site script $ac_site_file" >&6;} + sed 's/^/| /' "$ac_site_file" >&5 + . "$ac_site_file" \ +! || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error $? "failed to load site script $ac_site_file + See 'config.log' for more details" "$LINENO" 5; } + fi +*************** +*** 4680,4799 **** + # Some versions of bash will fail to source /dev/null (special files + # actually), so we avoid doing that. DJGPP emulates it as a regular file. + if test /dev/null != "$cache_file" && test -f "$cache_file"; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 +! printf '%s\n' "$as_me: loading cache $cache_file" >&6;} + case $cache_file in + [\\/]* | ?:[\\/]* ) . "$cache_file";; + *) . "./$cache_file";; + esac + fi + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 +! printf '%s\n' "$as_me: creating cache $cache_file" >&6;} + >$cache_file + fi + +- # Test code for whether the C compiler supports C23 (global declarations) +- ac_c_conftest_c23_globals=' +- /* Does the compiler advertise conformance to C17 or earlier? +- Although GCC 14 does not do that, even with -std=gnu23, +- it is close enough, and defines __STDC_VERSION == 202000L. */ +- #if !defined __STDC_VERSION__ || __STDC_VERSION__ <= 201710L +- # error "Compiler advertises conformance to C17 or earlier" +- #endif +- +- // Check alignas. +- char alignas (double) c23_aligned_as_double; +- char alignas (0) c23_no_special_alignment; +- extern char c23_aligned_as_int; +- char alignas (0) alignas (int) c23_aligned_as_int; +- +- // Check alignof. +- enum +- { +- c23_int_alignment = alignof (int), +- c23_int_array_alignment = alignof (int[100]), +- c23_char_alignment = alignof (char) +- }; +- static_assert (0 < -alignof (int), "alignof is signed"); +- +- int function_with_unnamed_parameter (int) { return 0; } +- +- void c23_noreturn (); +- +- bool use_u8 = !u8"\xFF" == u8'\''x'\''; +- +- bool check_that_bool_works = true | false | !nullptr; +- #if !true +- # error "true does not work in #if" +- #endif +- #if false +- #elifdef __STDC_VERSION__ +- #else +- # error "#elifdef does not work" +- #endif +- +- #ifndef __has_c_attribute +- # error "__has_c_attribute not defined" +- #endif +- +- #ifndef __has_include +- # error "__has_include not defined" +- #endif +- +- #define LPAREN() ( +- #define FORTY_TWO(x) 42 +- #define VA_OPT_TEST(r, x, ...) __VA_OPT__ (FORTY_TWO r x)) +- static_assert (VA_OPT_TEST (LPAREN (), 0, <:-) == 42); +- +- static_assert (0b101010 == 42); +- static_assert (0B101010 == 42); +- static_assert (0xDEAD'\''BEEF == 3'\''735'\''928'\''559); +- static_assert (0.500'\''000'\''000 == 0.5); +- +- enum unsignedish : unsigned int { uione = 1 }; +- static_assert (0 < -uione); +- +- #include +- constexpr nullptr_t null_pointer = nullptr; +- +- #include +- static_assert (__STDC_ENDIAN_LITTLE__ != __STDC_ENDIAN_BIG__); +- +- static typeof (1 + 1L) two () { return 2; } +- static long int three () { return 3; } +- ' +- +- # Test code for whether the C compiler supports C23 (body of main). +- ac_c_conftest_c23_main=' +- { +- label_before_declaration: +- int arr[10] = {}; +- if (arr[0]) +- goto label_before_declaration; +- if (!arr[0]) +- goto label_at_end_of_block; +- label_at_end_of_block: +- } +- ok |= two != three; +- ' +- +- # Test code for whether the C compiler supports C23 (complete). +- ac_c_conftest_c23_program="${ac_c_conftest_c23_globals} +- +- int +- main (int, char **) +- { +- int ok = 0; +- ${ac_c_conftest_c23_main} +- return ok; +- } +- " +- + # Test code for whether the C compiler supports C89 (global declarations) + ac_c_conftest_c89_globals=' +! /* Do not test the value of __STDC__, because some compilers define it to 0 +! or do not define it, while otherwise adequately conforming. */ + + #include + #include +--- 4696,4722 ---- + # Some versions of bash will fail to source /dev/null (special files + # actually), so we avoid doing that. DJGPP emulates it as a regular file. + if test /dev/null != "$cache_file" && test -f "$cache_file"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 +! printf "%s\n" "$as_me: loading cache $cache_file" >&6;} + case $cache_file in + [\\/]* | ?:[\\/]* ) . "$cache_file";; + *) . "./$cache_file";; + esac + fi + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 +! printf "%s\n" "$as_me: creating cache $cache_file" >&6;} + >$cache_file + fi + + # Test code for whether the C compiler supports C89 (global declarations) + ac_c_conftest_c89_globals=' +! /* Does the compiler advertise C89 conformance? +! Do not test the value of __STDC__, because some compilers set it to 0 +! while being otherwise adequately conformant. */ +! #if !defined __STDC__ +! # error "Compiler does not advertise C89 conformance" +! #endif + + #include + #include +*************** +*** 4996,5007 **** + + ni.number = 58; + +! // Do not test for VLAs, as some otherwise-conforming compilers lack them. +! // C code should instead use __STDC_NO_VLA__; see Autoconf manual. + + // work around unused variable warnings + ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == '\''x'\'' +! || ni.number != 58); + ' + + # Test code for whether the C compiler supports C11 (global declarations) +--- 4919,4931 ---- + + ni.number = 58; + +! int dynamic_array[ni.number]; +! dynamic_array[0] = argv[0][0]; +! dynamic_array[ni.number - 1] = 543; + + // work around unused variable warnings + ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == '\''x'\'' +! || dynamic_array[ni.number - 1] != 543); + ' + + # Test code for whether the C compiler supports C11 (global declarations) +*************** +*** 5221,5227 **** + # $ac_aux_dir_candidates and give up. + ac_missing_aux_files="" + ac_first_candidate=: +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: looking for aux files: $ac_aux_files" >&5 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + as_found=false + for as_dir in $ac_aux_dir_candidates +--- 5145,5151 ---- + # $ac_aux_dir_candidates and give up. + ac_missing_aux_files="" + ac_first_candidate=: +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: looking for aux files: $ac_aux_files" >&5 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + as_found=false + for as_dir in $ac_aux_dir_candidates +*************** +*** 5234,5240 **** + esac + as_found=: + +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: trying $as_dir" >&5 + ac_aux_dir_found=yes + ac_install_sh= + for ac_aux in $ac_aux_files +--- 5158,5164 ---- + esac + as_found=: + +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: trying $as_dir" >&5 + ac_aux_dir_found=yes + ac_install_sh= + for ac_aux in $ac_aux_files +*************** +*** 5245,5257 **** + if test x"$ac_aux" = x"install-sh" + then + if test -f "${as_dir}install-sh"; then +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: ${as_dir}install-sh found" >&5 + ac_install_sh="${as_dir}install-sh -c" + elif test -f "${as_dir}install.sh"; then +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: ${as_dir}install.sh found" >&5 + ac_install_sh="${as_dir}install.sh -c" + elif test -f "${as_dir}shtool"; then +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: ${as_dir}shtool found" >&5 + ac_install_sh="${as_dir}shtool install -c" + else + ac_aux_dir_found=no +--- 5169,5181 ---- + if test x"$ac_aux" = x"install-sh" + then + if test -f "${as_dir}install-sh"; then +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install-sh found" >&5 + ac_install_sh="${as_dir}install-sh -c" + elif test -f "${as_dir}install.sh"; then +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install.sh found" >&5 + ac_install_sh="${as_dir}install.sh -c" + elif test -f "${as_dir}shtool"; then +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}shtool found" >&5 + ac_install_sh="${as_dir}shtool install -c" + else + ac_aux_dir_found=no +*************** +*** 5263,5269 **** + fi + else + if test -f "${as_dir}${ac_aux}"; then +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: ${as_dir}${ac_aux} found" >&5 + else + ac_aux_dir_found=no + if $ac_first_candidate; then +--- 5187,5193 ---- + fi + else + if test -f "${as_dir}${ac_aux}"; then +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}${ac_aux} found" >&5 + else + ac_aux_dir_found=no + if $ac_first_candidate; then +*************** +*** 5316,5359 **** + eval ac_new_val=\$ac_env_${ac_var}_value + case $ac_old_set,$ac_new_set in + set,) +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: error: '$ac_var' was set to '$ac_old_val' in the previous run" >&5 +! printf '%s\n' "$as_me: error: '$ac_var' was set to '$ac_old_val' in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,set) +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: error: '$ac_var' was not set in the previous run" >&5 +! printf '%s\n' "$as_me: error: '$ac_var' was not set in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,);; + *) + if test "x$ac_old_val" != "x$ac_new_val"; then + # differences in whitespace do not lead to failure. +! ac_old_val_w= +! for ac_val in x $ac_old_val; do +! ac_old_val_w="$ac_old_val_w $ac_val" +! done +! ac_new_val_w= +! for ac_val in x $ac_new_val; do +! ac_new_val_w="$ac_new_val_w $ac_val" +! done + if test "$ac_old_val_w" != "$ac_new_val_w"; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: error: '$ac_var' has changed since the previous run:" >&5 +! printf '%s\n' "$as_me: error: '$ac_var' has changed since the previous run:" >&2;} + ac_cache_corrupted=: + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in '$ac_var' since the previous run:" >&5 +! printf '%s\n' "$as_me: warning: ignoring whitespace changes in '$ac_var' since the previous run:" >&2;} + eval $ac_var=\$ac_old_val + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: former value: '$ac_old_val'" >&5 +! printf '%s\n' "$as_me: former value: '$ac_old_val'" >&2;} +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: current value: '$ac_new_val'" >&5 +! printf '%s\n' "$as_me: current value: '$ac_new_val'" >&2;} + fi;; + esac + # Pass precious variables to config.status. + if test "$ac_new_set" = set; then + case $ac_new_val in +! *\'*) ac_arg=$ac_var=`printf '%s\n' "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *) ac_arg=$ac_var=$ac_new_val ;; + esac + case " $ac_configure_args " in +--- 5240,5277 ---- + eval ac_new_val=\$ac_env_${ac_var}_value + case $ac_old_set,$ac_new_set in + set,) +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: '$ac_var' was set to '$ac_old_val' in the previous run" >&5 +! printf "%s\n" "$as_me: error: '$ac_var' was set to '$ac_old_val' in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,set) +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: '$ac_var' was not set in the previous run" >&5 +! printf "%s\n" "$as_me: error: '$ac_var' was not set in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,);; + *) + if test "x$ac_old_val" != "x$ac_new_val"; then + # differences in whitespace do not lead to failure. +! ac_old_val_w=`echo x $ac_old_val` +! ac_new_val_w=`echo x $ac_new_val` + if test "$ac_old_val_w" != "$ac_new_val_w"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: '$ac_var' has changed since the previous run:" >&5 +! printf "%s\n" "$as_me: error: '$ac_var' has changed since the previous run:" >&2;} + ac_cache_corrupted=: + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in '$ac_var' since the previous run:" >&5 +! printf "%s\n" "$as_me: warning: ignoring whitespace changes in '$ac_var' since the previous run:" >&2;} + eval $ac_var=\$ac_old_val + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: '$ac_old_val'" >&5 +! printf "%s\n" "$as_me: former value: '$ac_old_val'" >&2;} +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: current value: '$ac_new_val'" >&5 +! printf "%s\n" "$as_me: current value: '$ac_new_val'" >&2;} + fi;; + esac + # Pass precious variables to config.status. + if test "$ac_new_set" = set; then + case $ac_new_val in +! *\'*) ac_arg=$ac_var=`printf "%s\n" "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *) ac_arg=$ac_var=$ac_new_val ;; + esac + case " $ac_configure_args " in +*************** +*** 5363,5372 **** + fi + done + if $ac_cache_corrupted; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf '%s\n' "$as_me: error: in '$ac_pwd':" >&2;} +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 +! printf '%s\n' "$as_me: error: changes in the environment can compromise the build" >&2;} + as_fn_error $? "run '${MAKE-make} distclean' and/or 'rm $cache_file' + and start over" "$LINENO" 5 + fi +--- 5281,5290 ---- + fi + done + if $ac_cache_corrupted; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 +! printf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;} + as_fn_error $? "run '${MAKE-make} distclean' and/or 'rm $cache_file' + and start over" "$LINENO" 5 + fi +*************** +*** 5374,5396 **** + ## Main body of script. ## + ## -------------------- ## + +- +- # Determine whether it's possible to make 'echo' print without a newline. +- # These variables are no longer used directly by Autoconf, but are AC_SUBSTed +- # for compatibility with existing Makefiles. +- ECHO_C= ECHO_N= ECHO_T= +- case `echo -n x` in #((((( +- -n*) +- case `echo 'xy\c'` in +- *c*) ECHO_T=' ';; # ECHO_T is single tab character. +- xy) ECHO_C='\c';; +- *) echo `echo ksh88 bug on AIX 6.1` > /dev/null +- ECHO_T=' ';; +- esac;; +- *) +- ECHO_N='-n';; +- esac +- + ac_ext=c + ac_cpp='$CPP $CPPFLAGS' + ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +--- 5292,5297 ---- +*************** +*** 5421,5427 **** + # OS/2's system install, which has a completely different semantic + # ./install, which can be erroneously created by make from ./install.sh. + # Reject install programs that cannot install multiple files. +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 + printf %s "checking for a BSD-compatible install... " >&6; } + if test -z "$INSTALL"; then + if test ${ac_cv_path_install+y} +--- 5322,5328 ---- + # OS/2's system install, which has a completely different semantic + # ./install, which can be erroneously created by make from ./install.sh. + # Reject install programs that cannot install multiple files. +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 + printf %s "checking for a BSD-compatible install... " >&6; } + if test -z "$INSTALL"; then + if test ${ac_cv_path_install+y} +*************** +*** 5495,5502 **** + INSTALL=$ac_install_sh + fi + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 +! printf '%s\n' "$INSTALL" >&6; } + + # Use test -z because SunOS4 sh mishandles braces in ${var-val}. + # It thinks the first close brace ends the variable substitution. +--- 5396,5403 ---- + INSTALL=$ac_install_sh + fi + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 +! printf "%s\n" "$INSTALL" >&6; } + + # Use test -z because SunOS4 sh mishandles braces in ${var-val}. + # It thinks the first close brace ends the variable substitution. +*************** +*** 5506,5512 **** + + test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether sleep supports fractional seconds" >&5 + printf %s "checking whether sleep supports fractional seconds... " >&6; } + if test ${am_cv_sleep_fractional_seconds+y} + then : +--- 5407,5413 ---- + + test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether sleep supports fractional seconds" >&5 + printf %s "checking whether sleep supports fractional seconds... " >&6; } + if test ${am_cv_sleep_fractional_seconds+y} + then : +*************** +*** 5522,5531 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $am_cv_sleep_fractional_seconds" >&5 +! printf '%s\n' "$am_cv_sleep_fractional_seconds" >&6; } + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking filesystem timestamp resolution" >&5 + printf %s "checking filesystem timestamp resolution... " >&6; } + if test ${am_cv_filesystem_timestamp_resolution+y} + then : +--- 5423,5432 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_sleep_fractional_seconds" >&5 +! printf "%s\n" "$am_cv_sleep_fractional_seconds" >&6; } + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking filesystem timestamp resolution" >&5 + printf %s "checking filesystem timestamp resolution... " >&6; } + if test ${am_cv_filesystem_timestamp_resolution+y} + then : +*************** +*** 5577,5585 **** + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". +! printf '%s\n' ""Bad output from ls -t: \"`ls -t conftest.ts[12]`\""" >&5 +! { { printf '%s\n' "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf '%s\n' "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error $? "ls -t produces unexpected output. + Make sure there is not a broken ls alias in your environment. + See 'config.log' for more details" "$LINENO" 5; } +--- 5478,5486 ---- + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". +! printf "%s\n" ""Bad output from ls -t: \"`ls -t conftest.ts[12]`\""" >&5 +! { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error $? "ls -t produces unexpected output. + Make sure there is not a broken ls alias in your environment. + See 'config.log' for more details" "$LINENO" 5; } +*************** +*** 5660,5671 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $am_cv_filesystem_timestamp_resolution" >&5 +! printf '%s\n' "$am_cv_filesystem_timestamp_resolution" >&6; } + + # This check should not be cached, as it may vary across builds of + # different projects. +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 + printf %s "checking whether build environment is sane... " >&6; } + # Reject unsafe characters in $srcdir or the absolute working directory + # name. Accept space and tab only in the latter. +--- 5561,5572 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_filesystem_timestamp_resolution" >&5 +! printf "%s\n" "$am_cv_filesystem_timestamp_resolution" >&6; } + + # This check should not be cached, as it may vary across builds of + # different projects. +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 + printf %s "checking whether build environment is sane... " >&6; } + # Reject unsafe characters in $srcdir or the absolute working directory + # name. Accept space and tab only in the latter. +*************** +*** 5706,5713 **** + am_has_slept=yes + done + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $am_build_env_is_sane" >&5 +! printf '%s\n' "$am_build_env_is_sane" >&6; } + if test "$am_build_env_is_sane" = no; then + as_fn_error $? "newly created file is older than distributed files! + Check your system clock" "$LINENO" 5 +--- 5607,5614 ---- + am_has_slept=yes + done + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_build_env_is_sane" >&5 +! printf "%s\n" "$am_build_env_is_sane" >&6; } + if test "$am_build_env_is_sane" = no; then + as_fn_error $? "newly created file is older than distributed files! + Check your system clock" "$LINENO" 5 +*************** +*** 5736,5742 **** + # Double any \ or $. + # By default was 's,x,x', remove it if useless. + ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' +! program_transform_name=`printf '%s\n' "$program_transform_name" | sed "$ac_script"` + + + # Expand $ac_aux_dir to an absolute path. +--- 5637,5643 ---- + # Double any \ or $. + # By default was 's,x,x', remove it if useless. + ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' +! program_transform_name=`printf "%s\n" "$program_transform_name" | sed "$ac_script"` + + + # Expand $ac_aux_dir to an absolute path. +*************** +*** 5751,5758 **** + am_missing_run="$MISSING " + else + am_missing_run= +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 +! printf '%s\n' "$as_me: WARNING: 'missing' script is too old or missing" >&2;} + fi + + if test x"${install_sh+set}" != xset; then +--- 5652,5659 ---- + am_missing_run="$MISSING " + else + am_missing_run= +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 +! printf "%s\n" "$as_me: WARNING: 'missing' script is too old or missing" >&2;} + fi + + if test x"${install_sh+set}" != xset; then +*************** +*** 5772,5778 **** + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. + set dummy ${ac_tool_prefix}strip; ac_word=$2 +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_STRIP+y} + then : +--- 5673,5679 ---- + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. + set dummy ${ac_tool_prefix}strip; ac_word=$2 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_STRIP+y} + then : +*************** +*** 5793,5799 **** + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +--- 5694,5700 ---- + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +*************** +*** 5805,5815 **** + fi + STRIP=$ac_cv_prog_STRIP + if test -n "$STRIP"; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +! printf '%s\n' "$STRIP" >&6; } + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf '%s\n' "no" >&6; } + fi + + +--- 5706,5716 ---- + fi + STRIP=$ac_cv_prog_STRIP + if test -n "$STRIP"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +! printf "%s\n" "$STRIP" >&6; } + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + fi + + +*************** +*** 5818,5824 **** + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. + set dummy strip; ac_word=$2 +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_ac_ct_STRIP+y} + then : +--- 5719,5725 ---- + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. + set dummy strip; ac_word=$2 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_ac_ct_STRIP+y} + then : +*************** +*** 5839,5845 **** + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_STRIP="strip" +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +--- 5740,5746 ---- + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_STRIP="strip" +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +*************** +*** 5851,5861 **** + fi + ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP + if test -n "$ac_ct_STRIP"; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 +! printf '%s\n' "$ac_ct_STRIP" >&6; } + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf '%s\n' "no" >&6; } + fi + + if test "x$ac_ct_STRIP" = x; then +--- 5752,5762 ---- + fi + ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP + if test -n "$ac_ct_STRIP"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 +! printf "%s\n" "$ac_ct_STRIP" >&6; } + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + fi + + if test "x$ac_ct_STRIP" = x; then +*************** +*** 5863,5870 **** + else + case $cross_compiling:$ac_tool_warned in + yes:) +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +! printf '%s\n' "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} + ac_tool_warned=yes ;; + esac + STRIP=$ac_ct_STRIP +--- 5764,5771 ---- + else + case $cross_compiling:$ac_tool_warned in + yes:) +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +! printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} + ac_tool_warned=yes ;; + esac + STRIP=$ac_ct_STRIP +*************** +*** 5877,5883 **** + INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for a race-free mkdir -p" >&5 + printf %s "checking for a race-free mkdir -p... " >&6; } + if test -z "$MKDIR_P"; then + if test ${ac_cv_path_mkdir+y} +--- 5778,5784 ---- + INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a race-free mkdir -p" >&5 + printf %s "checking for a race-free mkdir -p... " >&6; } + if test -z "$MKDIR_P"; then + if test ${ac_cv_path_mkdir+y} +*************** +*** 5920,5933 **** + MKDIR_P='mkdir -p' + fi + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 +! printf '%s\n' "$MKDIR_P" >&6; } + + for ac_prog in gawk mawk nawk awk + do + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_AWK+y} + then : +--- 5821,5834 ---- + MKDIR_P='mkdir -p' + fi + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 +! printf "%s\n" "$MKDIR_P" >&6; } + + for ac_prog in gawk mawk nawk awk + do + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_AWK+y} + then : +*************** +*** 5948,5954 **** + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_AWK="$ac_prog" +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +--- 5849,5855 ---- + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_AWK="$ac_prog" +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +*************** +*** 5960,5980 **** + fi + AWK=$ac_cv_prog_AWK + if test -n "$AWK"; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 +! printf '%s\n' "$AWK" >&6; } + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf '%s\n' "no" >&6; } + fi + + + test -n "$AWK" && break + done + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 + printf %s "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } + set x ${MAKE-make} +! ac_make=`printf '%s\n' "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` + if eval test \${ac_cv_prog_make_${ac_make}_set+y} + then : + printf %s "(cached) " >&6 +--- 5861,5881 ---- + fi + AWK=$ac_cv_prog_AWK + if test -n "$AWK"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 +! printf "%s\n" "$AWK" >&6; } + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + fi + + + test -n "$AWK" && break + done + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 + printf %s "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } + set x ${MAKE-make} +! ac_make=`printf "%s\n" "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` + if eval test \${ac_cv_prog_make_${ac_make}_set+y} + then : + printf %s "(cached) " >&6 +*************** +*** 5982,5988 **** + e) cat >conftest.make <<\_ACEOF + SHELL = /bin/sh + all: +! @printf '%s\n' '@@@%%%=$(MAKE)=@@@%%%' + _ACEOF + # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. + case `${MAKE-make} -f conftest.make 2>/dev/null` in +--- 5883,5889 ---- + e) cat >conftest.make <<\_ACEOF + SHELL = /bin/sh + all: +! @echo '@@@%%%=$(MAKE)=@@@%%%' + _ACEOF + # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. + case `${MAKE-make} -f conftest.make 2>/dev/null` in +*************** +*** 5995,6006 **** + esac + fi + if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +! printf '%s\n' "yes" >&6; } + SET_MAKE= + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf '%s\n' "no" >&6; } + SET_MAKE="MAKE=${MAKE-make}" + fi + +--- 5896,5907 ---- + esac + fi + if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +! printf "%s\n" "yes" >&6; } + SET_MAKE= + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + SET_MAKE="MAKE=${MAKE-make}" + fi + +*************** +*** 6021,6033 **** + fi + + am_make=${MAKE-make} +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 + printf %s "checking whether $am_make supports nested variables... " >&6; } + if test ${am_cv_make_support_nested_variables+y} + then : + printf %s "(cached) " >&6 + else case e in #( +! e) if printf '%s\n' 'TRUE=$(BAR$(V)) + BAR0=false + BAR1=true + V=1 +--- 5922,5934 ---- + fi + + am_make=${MAKE-make} +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 + printf %s "checking whether $am_make supports nested variables... " >&6; } + if test ${am_cv_make_support_nested_variables+y} + then : + printf %s "(cached) " >&6 + else case e in #( +! e) if printf "%s\n" 'TRUE=$(BAR$(V)) + BAR0=false + BAR1=true + V=1 +*************** +*** 6040,6047 **** + fi ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +! printf '%s\n' "$am_cv_make_support_nested_variables" >&6; } + AM_BACKSLASH='\' + + am__rm_f_notfound= +--- 5941,5948 ---- + fi ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +! printf "%s\n" "$am_cv_make_support_nested_variables" >&6; } + AM_BACKSLASH='\' + + am__rm_f_notfound= +*************** +*** 6054,6060 **** + fi + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking xargs -n works" >&5 + printf %s "checking xargs -n works... " >&6; } + if test ${am_cv_xargs_n_works+y} + then : +--- 5955,5961 ---- + fi + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking xargs -n works" >&5 + printf %s "checking xargs -n works... " >&6; } + if test ${am_cv_xargs_n_works+y} + then : +*************** +*** 6070,6077 **** + fi ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $am_cv_xargs_n_works" >&5 +! printf '%s\n' "$am_cv_xargs_n_works" >&6; } + if test "$am_cv_xargs_n_works" = yes + then : + am__xargs_n='xargs -n' +--- 5971,5978 ---- + fi ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_xargs_n_works" >&5 +! printf "%s\n" "$am_cv_xargs_n_works" >&6; } + if test "$am_cv_xargs_n_works" = yes + then : + am__xargs_n='xargs -n' +*************** +*** 6106,6115 **** + VERSION='3.11' + + +! printf '%s\n' "#define PACKAGE \"$PACKAGE\"" >>confdefs.h + + +! printf '%s\n' "#define VERSION \"$VERSION\"" >>confdefs.h + + # Some tools Automake needs. + +--- 6007,6016 ---- + VERSION='3.11' + + +! printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h + + +! printf "%s\n" "#define VERSION \"$VERSION\"" >>confdefs.h + + # Some tools Automake needs. + +*************** +*** 6178,6184 **** + do + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_AWK+y} + then : +--- 6079,6085 ---- + do + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_AWK+y} + then : +*************** +*** 6199,6205 **** + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_AWK="$ac_prog" +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +--- 6100,6106 ---- + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_AWK="$ac_prog" +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +*************** +*** 6211,6221 **** + fi + AWK=$ac_cv_prog_AWK + if test -n "$AWK"; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 +! printf '%s\n' "$AWK" >&6; } + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf '%s\n' "no" >&6; } + fi + + +--- 6112,6122 ---- + fi + AWK=$ac_cv_prog_AWK + if test -n "$AWK"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 +! printf "%s\n" "$AWK" >&6; } + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + fi + + +*************** +*** 6242,6248 **** + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. + set dummy ${ac_tool_prefix}gcc; ac_word=$2 +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_CC+y} + then : +--- 6140,6146 ---- + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. + set dummy ${ac_tool_prefix}gcc; ac_word=$2 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_CC+y} + then : +*************** +*** 6263,6269 **** + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}gcc" +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +--- 6161,6167 ---- + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}gcc" +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +*************** +*** 6275,6285 **** + fi + CC=$ac_cv_prog_CC + if test -n "$CC"; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +! printf '%s\n' "$CC" >&6; } + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf '%s\n' "no" >&6; } + fi + + +--- 6173,6183 ---- + fi + CC=$ac_cv_prog_CC + if test -n "$CC"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +! printf "%s\n" "$CC" >&6; } + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + fi + + +*************** +*** 6288,6294 **** + ac_ct_CC=$CC + # Extract the first word of "gcc", so it can be a program name with args. + set dummy gcc; ac_word=$2 +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_ac_ct_CC+y} + then : +--- 6186,6192 ---- + ac_ct_CC=$CC + # Extract the first word of "gcc", so it can be a program name with args. + set dummy gcc; ac_word=$2 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_ac_ct_CC+y} + then : +*************** +*** 6309,6315 **** + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="gcc" +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +--- 6207,6213 ---- + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="gcc" +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +*************** +*** 6321,6331 **** + fi + ac_ct_CC=$ac_cv_prog_ac_ct_CC + if test -n "$ac_ct_CC"; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +! printf '%s\n' "$ac_ct_CC" >&6; } + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf '%s\n' "no" >&6; } + fi + + if test "x$ac_ct_CC" = x; then +--- 6219,6229 ---- + fi + ac_ct_CC=$ac_cv_prog_ac_ct_CC + if test -n "$ac_ct_CC"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +! printf "%s\n" "$ac_ct_CC" >&6; } + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + fi + + if test "x$ac_ct_CC" = x; then +*************** +*** 6333,6340 **** + else + case $cross_compiling:$ac_tool_warned in + yes:) +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +! printf '%s\n' "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} + ac_tool_warned=yes ;; + esac + CC=$ac_ct_CC +--- 6231,6238 ---- + else + case $cross_compiling:$ac_tool_warned in + yes:) +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +! printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} + ac_tool_warned=yes ;; + esac + CC=$ac_ct_CC +*************** +*** 6347,6353 **** + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. + set dummy ${ac_tool_prefix}cc; ac_word=$2 +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_CC+y} + then : +--- 6245,6251 ---- + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. + set dummy ${ac_tool_prefix}cc; ac_word=$2 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_CC+y} + then : +*************** +*** 6368,6374 **** + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}cc" +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +--- 6266,6272 ---- + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}cc" +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +*************** +*** 6380,6390 **** + fi + CC=$ac_cv_prog_CC + if test -n "$CC"; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +! printf '%s\n' "$CC" >&6; } + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf '%s\n' "no" >&6; } + fi + + +--- 6278,6288 ---- + fi + CC=$ac_cv_prog_CC + if test -n "$CC"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +! printf "%s\n" "$CC" >&6; } + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + fi + + +*************** +*** 6393,6399 **** + if test -z "$CC"; then + # Extract the first word of "cc", so it can be a program name with args. + set dummy cc; ac_word=$2 +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_CC+y} + then : +--- 6291,6297 ---- + if test -z "$CC"; then + # Extract the first word of "cc", so it can be a program name with args. + set dummy cc; ac_word=$2 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_CC+y} + then : +*************** +*** 6419,6425 **** + continue + fi + ac_cv_prog_CC="cc" +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +--- 6317,6323 ---- + continue + fi + ac_cv_prog_CC="cc" +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +*************** +*** 6443,6453 **** + fi + CC=$ac_cv_prog_CC + if test -n "$CC"; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +! printf '%s\n' "$CC" >&6; } + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf '%s\n' "no" >&6; } + fi + + +--- 6341,6351 ---- + fi + CC=$ac_cv_prog_CC + if test -n "$CC"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +! printf "%s\n" "$CC" >&6; } + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + fi + + +*************** +*** 6458,6464 **** + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. + set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_CC+y} + then : +--- 6356,6362 ---- + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. + set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_CC+y} + then : +*************** +*** 6479,6485 **** + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="$ac_tool_prefix$ac_prog" +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +--- 6377,6383 ---- + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="$ac_tool_prefix$ac_prog" +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +*************** +*** 6491,6501 **** + fi + CC=$ac_cv_prog_CC + if test -n "$CC"; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +! printf '%s\n' "$CC" >&6; } + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf '%s\n' "no" >&6; } + fi + + +--- 6389,6399 ---- + fi + CC=$ac_cv_prog_CC + if test -n "$CC"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +! printf "%s\n" "$CC" >&6; } + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + fi + + +*************** +*** 6508,6514 **** + do + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_ac_ct_CC+y} + then : +--- 6406,6412 ---- + do + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_ac_ct_CC+y} + then : +*************** +*** 6529,6535 **** + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="$ac_prog" +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +--- 6427,6433 ---- + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="$ac_prog" +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +*************** +*** 6541,6551 **** + fi + ac_ct_CC=$ac_cv_prog_ac_ct_CC + if test -n "$ac_ct_CC"; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +! printf '%s\n' "$ac_ct_CC" >&6; } + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf '%s\n' "no" >&6; } + fi + + +--- 6439,6449 ---- + fi + ac_ct_CC=$ac_cv_prog_ac_ct_CC + if test -n "$ac_ct_CC"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +! printf "%s\n" "$ac_ct_CC" >&6; } + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + fi + + +*************** +*** 6557,6564 **** + else + case $cross_compiling:$ac_tool_warned in + yes:) +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +! printf '%s\n' "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} + ac_tool_warned=yes ;; + esac + CC=$ac_ct_CC +--- 6455,6462 ---- + else + case $cross_compiling:$ac_tool_warned in + yes:) +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +! printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} + ac_tool_warned=yes ;; + esac + CC=$ac_ct_CC +*************** +*** 6570,6576 **** + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}clang", so it can be a program name with args. + set dummy ${ac_tool_prefix}clang; ac_word=$2 +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_CC+y} + then : +--- 6468,6474 ---- + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}clang", so it can be a program name with args. + set dummy ${ac_tool_prefix}clang; ac_word=$2 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_CC+y} + then : +*************** +*** 6591,6597 **** + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}clang" +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +--- 6489,6495 ---- + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}clang" +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +*************** +*** 6603,6613 **** + fi + CC=$ac_cv_prog_CC + if test -n "$CC"; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +! printf '%s\n' "$CC" >&6; } + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf '%s\n' "no" >&6; } + fi + + +--- 6501,6511 ---- + fi + CC=$ac_cv_prog_CC + if test -n "$CC"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +! printf "%s\n" "$CC" >&6; } + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + fi + + +*************** +*** 6616,6622 **** + ac_ct_CC=$CC + # Extract the first word of "clang", so it can be a program name with args. + set dummy clang; ac_word=$2 +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_ac_ct_CC+y} + then : +--- 6514,6520 ---- + ac_ct_CC=$CC + # Extract the first word of "clang", so it can be a program name with args. + set dummy clang; ac_word=$2 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_ac_ct_CC+y} + then : +*************** +*** 6637,6643 **** + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="clang" +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +--- 6535,6541 ---- + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="clang" +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +*************** +*** 6649,6659 **** + fi + ac_ct_CC=$ac_cv_prog_ac_ct_CC + if test -n "$ac_ct_CC"; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +! printf '%s\n' "$ac_ct_CC" >&6; } + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf '%s\n' "no" >&6; } + fi + + if test "x$ac_ct_CC" = x; then +--- 6547,6557 ---- + fi + ac_ct_CC=$ac_cv_prog_ac_ct_CC + if test -n "$ac_ct_CC"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +! printf "%s\n" "$ac_ct_CC" >&6; } + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + fi + + if test "x$ac_ct_CC" = x; then +*************** +*** 6661,6668 **** + else + case $cross_compiling:$ac_tool_warned in + yes:) +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +! printf '%s\n' "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} + ac_tool_warned=yes ;; + esac + CC=$ac_ct_CC +--- 6559,6566 ---- + else + case $cross_compiling:$ac_tool_warned in + yes:) +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +! printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} + ac_tool_warned=yes ;; + esac + CC=$ac_ct_CC +*************** +*** 6674,6686 **** + fi + + +! test -z "$CC" && { { printf '%s\n' "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf '%s\n' "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error $? "no acceptable C compiler found in \$PATH + See 'config.log' for more details" "$LINENO" 5; } + + # Provide some information about the compiler. +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 + set X $ac_compile + ac_compiler=$2 + for ac_option in --version -v -V -qversion -version; do +--- 6572,6584 ---- + fi + + +! test -z "$CC" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error $? "no acceptable C compiler found in \$PATH + See 'config.log' for more details" "$LINENO" 5; } + + # Provide some information about the compiler. +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 + set X $ac_compile + ac_compiler=$2 + for ac_option in --version -v -V -qversion -version; do +*************** +*** 6690,6696 **** + *) ac_try_echo=$ac_try;; + esac + eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +! printf '%s\n' "$ac_try_echo"; } >&5 + (eval "$ac_compiler $ac_option >&5") 2>conftest.err + ac_status=$? + if test -s conftest.err; then +--- 6588,6594 ---- + *) ac_try_echo=$ac_try;; + esac + eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +! printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_compiler $ac_option >&5") 2>conftest.err + ac_status=$? + if test -s conftest.err; then +*************** +*** 6700,6706 **** + cat conftest.er1 >&5 + fi + rm -f conftest.er1 conftest.err +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + done + +--- 6598,6604 ---- + cat conftest.er1 >&5 + fi + rm -f conftest.er1 conftest.err +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + done + +*************** +*** 6720,6728 **** + # Try to create an executable without -o first, disregard a.out. + # It will help us diagnose broken compilers, and finding out an intuition + # of exeext. +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 + printf %s "checking whether the C compiler works... " >&6; } +! ac_link_default=`printf '%s\n' "$ac_link" | sed 's/ -o *conftest[^ ]*//'` + + # The possible output files: + ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" +--- 6618,6626 ---- + # Try to create an executable without -o first, disregard a.out. + # It will help us diagnose broken compilers, and finding out an intuition + # of exeext. +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 + printf %s "checking whether the C compiler works... " >&6; } +! ac_link_default=`printf "%s\n" "$ac_link" | sed 's/ -o *conftest[^ ]*//'` + + # The possible output files: + ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" +*************** +*** 6743,6752 **** + *) ac_try_echo=$ac_try;; + esac + eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +! printf '%s\n' "$ac_try_echo"; } >&5 + (eval "$ac_link_default") 2>&5 + ac_status=$? +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + then : + # Autoconf-2.13 could set the ac_cv_exeext variable to 'no'. +--- 6641,6650 ---- + *) ac_try_echo=$ac_try;; + esac + eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +! printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link_default") 2>&5 + ac_status=$? +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + then : + # Autoconf-2.13 could set the ac_cv_exeext variable to 'no'. +*************** +*** 6787,6815 **** + fi + if test -z "$ac_file" + then : +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf '%s\n' "no" >&6; } +! printf '%s\n' "$as_me: failed program was:" >&5 + sed 's/^/| /' conftest.$ac_ext >&5 + +! { { printf '%s\n' "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf '%s\n' "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error 77 "C compiler cannot create executables + See 'config.log' for more details" "$LINENO" 5; } + else case e in #( +! e) { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +! printf '%s\n' "yes" >&6; } ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 + printf %s "checking for C compiler default output file name... " >&6; } +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 +! printf '%s\n' "$ac_file" >&6; } + ac_exeext=$ac_cv_exeext + + rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out + ac_clean_files=$ac_clean_files_save +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 + printf %s "checking for suffix of executables... " >&6; } + if { { ac_try="$ac_link" + case "(($ac_try" in +--- 6685,6713 ---- + fi + if test -z "$ac_file" + then : +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } +! printf "%s\n" "$as_me: failed program was:" >&5 + sed 's/^/| /' conftest.$ac_ext >&5 + +! { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error 77 "C compiler cannot create executables + See 'config.log' for more details" "$LINENO" 5; } + else case e in #( +! e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +! printf "%s\n" "yes" >&6; } ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 + printf %s "checking for C compiler default output file name... " >&6; } +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 +! printf "%s\n" "$ac_file" >&6; } + ac_exeext=$ac_cv_exeext + + rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out + ac_clean_files=$ac_clean_files_save +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 + printf %s "checking for suffix of executables... " >&6; } + if { { ac_try="$ac_link" + case "(($ac_try" in +*************** +*** 6817,6826 **** + *) ac_try_echo=$ac_try;; + esac + eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +! printf '%s\n' "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + then : + # If both 'conftest.exe' and 'conftest' are 'present' (well, observable) +--- 6715,6724 ---- + *) ac_try_echo=$ac_try;; + esac + eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +! printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + then : + # If both 'conftest.exe' and 'conftest' are 'present' (well, observable) +*************** +*** 6837,6851 **** + esac + done + else case e in #( +! e) { { printf '%s\n' "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf '%s\n' "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error $? "cannot compute suffix of executables: cannot compile and link + See 'config.log' for more details" "$LINENO" 5; } ;; + esac + fi + rm -f conftest conftest$ac_cv_exeext +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 +! printf '%s\n' "$ac_cv_exeext" >&6; } + + rm -f conftest.$ac_ext + EXEEXT=$ac_cv_exeext +--- 6735,6749 ---- + esac + done + else case e in #( +! e) { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error $? "cannot compute suffix of executables: cannot compile and link + See 'config.log' for more details" "$LINENO" 5; } ;; + esac + fi + rm -f conftest conftest$ac_cv_exeext +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 +! printf "%s\n" "$ac_cv_exeext" >&6; } + + rm -f conftest.$ac_ext + EXEEXT=$ac_cv_exeext +*************** +*** 6868,6874 **** + ac_clean_files="$ac_clean_files conftest.out" + # Check that the compiler produces executables we can run. If not, either + # the compiler is broken, or we cross compile. +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 + printf %s "checking whether we are cross compiling... " >&6; } + if test "$cross_compiling" != yes; then + { { ac_try="$ac_link" +--- 6766,6772 ---- + ac_clean_files="$ac_clean_files conftest.out" + # Check that the compiler produces executables we can run. If not, either + # the compiler is broken, or we cross compile. +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 + printf %s "checking whether we are cross compiling... " >&6; } + if test "$cross_compiling" != yes; then + { { ac_try="$ac_link" +*************** +*** 6877,6886 **** + *) ac_try_echo=$ac_try;; + esac + eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +! printf '%s\n' "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if { ac_try='./conftest$ac_cv_exeext' + { { case "(($ac_try" in +--- 6775,6784 ---- + *) ac_try_echo=$ac_try;; + esac + eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +! printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if { ac_try='./conftest$ac_cv_exeext' + { { case "(($ac_try" in +*************** +*** 6888,6918 **** + *) ac_try_echo=$ac_try;; + esac + eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +! printf '%s\n' "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; }; then + cross_compiling=no + else + if test "$cross_compiling" = maybe; then + cross_compiling=yes + else +! { { printf '%s\n' "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf '%s\n' "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error 77 "cannot run C compiled programs. + If you meant to cross compile, use '--host'. + See 'config.log' for more details" "$LINENO" 5; } + fi + fi + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 +! printf '%s\n' "$cross_compiling" >&6; } + + rm -f conftest.$ac_ext conftest$ac_cv_exeext \ + conftest.o conftest.obj conftest.out + ac_clean_files=$ac_clean_files_save +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 + printf %s "checking for suffix of object files... " >&6; } + if test ${ac_cv_objext+y} + then : +--- 6786,6816 ---- + *) ac_try_echo=$ac_try;; + esac + eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +! printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; }; then + cross_compiling=no + else + if test "$cross_compiling" = maybe; then + cross_compiling=yes + else +! { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error 77 "cannot run C compiled programs. + If you meant to cross compile, use '--host'. + See 'config.log' for more details" "$LINENO" 5; } + fi + fi + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 +! printf "%s\n" "$cross_compiling" >&6; } + + rm -f conftest.$ac_ext conftest$ac_cv_exeext \ + conftest.o conftest.obj conftest.out + ac_clean_files=$ac_clean_files_save +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 + printf %s "checking for suffix of object files... " >&6; } + if test ${ac_cv_objext+y} + then : +*************** +*** 6936,6945 **** + *) ac_try_echo=$ac_try;; + esac + eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +! printf '%s\n' "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>&5 + ac_status=$? +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + then : + for ac_file in conftest.o conftest.obj conftest.*; do +--- 6834,6843 ---- + *) ac_try_echo=$ac_try;; + esac + eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +! printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>&5 + ac_status=$? +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + then : + for ac_file in conftest.o conftest.obj conftest.*; do +*************** +*** 6951,6961 **** + esac + done + else case e in #( +! e) printf '%s\n' "$as_me: failed program was:" >&5 + sed 's/^/| /' conftest.$ac_ext >&5 + +! { { printf '%s\n' "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf '%s\n' "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error $? "cannot compute suffix of object files: cannot compile + See 'config.log' for more details" "$LINENO" 5; } ;; + esac +--- 6849,6859 ---- + esac + done + else case e in #( +! e) printf "%s\n" "$as_me: failed program was:" >&5 + sed 's/^/| /' conftest.$ac_ext >&5 + +! { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error $? "cannot compute suffix of object files: cannot compile + See 'config.log' for more details" "$LINENO" 5; } ;; + esac +*************** +*** 6963,6973 **** + rm -f conftest.$ac_cv_objext conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 +! printf '%s\n' "$ac_cv_objext" >&6; } + OBJEXT=$ac_cv_objext + ac_objext=$OBJEXT +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C" >&5 + printf %s "checking whether the compiler supports GNU C... " >&6; } + if test ${ac_cv_c_compiler_gnu+y} + then : +--- 6861,6871 ---- + rm -f conftest.$ac_cv_objext conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 +! printf "%s\n" "$ac_cv_objext" >&6; } + OBJEXT=$ac_cv_objext + ac_objext=$OBJEXT +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C" >&5 + printf %s "checking whether the compiler supports GNU C... " >&6; } + if test ${ac_cv_c_compiler_gnu+y} + then : +*************** +*** 6999,7006 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 +! printf '%s\n' "$ac_cv_c_compiler_gnu" >&6; } + ac_compiler_gnu=$ac_cv_c_compiler_gnu + + if test $ac_compiler_gnu = yes; then +--- 6897,6904 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 +! printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; } + ac_compiler_gnu=$ac_cv_c_compiler_gnu + + if test $ac_compiler_gnu = yes; then +*************** +*** 7010,7016 **** + fi + ac_test_CFLAGS=${CFLAGS+y} + ac_save_CFLAGS=$CFLAGS +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 + printf %s "checking whether $CC accepts -g... " >&6; } + if test ${ac_cv_prog_cc_g+y} + then : +--- 6908,6914 ---- + fi + ac_test_CFLAGS=${CFLAGS+y} + ac_save_CFLAGS=$CFLAGS +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 + printf %s "checking whether $CC accepts -g... " >&6; } + if test ${ac_cv_prog_cc_g+y} + then : +*************** +*** 7078,7085 **** + ac_c_werror_flag=$ac_save_c_werror_flag ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 +! printf '%s\n' "$ac_cv_prog_cc_g" >&6; } + if test $ac_test_CFLAGS; then + CFLAGS=$ac_save_CFLAGS + elif test $ac_cv_prog_cc_g = yes; then +--- 6976,6983 ---- + ac_c_werror_flag=$ac_save_c_werror_flag ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 +! printf "%s\n" "$ac_cv_prog_cc_g" >&6; } + if test $ac_test_CFLAGS; then + CFLAGS=$ac_save_CFLAGS + elif test $ac_cv_prog_cc_g = yes; then +*************** +*** 7098,7153 **** + ac_prog_cc_stdc=no + if test x$ac_prog_cc_stdc = xno + then : +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C23 features" >&5 +! printf %s "checking for $CC option to enable C23 features... " >&6; } +! if test ${ac_cv_prog_cc_c23+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) ac_cv_prog_cc_c23=no +! ac_save_CC=$CC +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext +! /* end confdefs.h. */ +! $ac_c_conftest_c23_program +! _ACEOF +! for ac_arg in '' -std=gnu23 +! do +! CC="$ac_save_CC $ac_arg" +! if ac_fn_c_try_compile "$LINENO" +! then : +! ac_cv_prog_cc_c23=$ac_arg +! fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam +! test "x$ac_cv_prog_cc_c23" != "xno" && break +! done +! rm -f conftest.$ac_ext +! CC=$ac_save_CC ;; +! esac +! fi +! +! if test "x$ac_cv_prog_cc_c23" = xno +! then : +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +! printf '%s\n' "unsupported" >&6; } +! else case e in #( +! e) if test "x$ac_cv_prog_cc_c23" = x +! then : +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +! printf '%s\n' "none needed" >&6; } +! else case e in #( +! e) { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c23" >&5 +! printf '%s\n' "$ac_cv_prog_cc_c23" >&6; } +! CC="$CC $ac_cv_prog_cc_c23" ;; +! esac +! fi +! ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c23 +! ac_prog_cc_stdc=c23 ;; +! esac +! fi +! fi +! if test x$ac_prog_cc_stdc = xno +! then : +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C11 features" >&5 + printf %s "checking for $CC option to enable C11 features... " >&6; } + if test ${ac_cv_prog_cc_c11+y} + then : +--- 6996,7002 ---- + ac_prog_cc_stdc=no + if test x$ac_prog_cc_stdc = xno + then : +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C11 features" >&5 + printf %s "checking for $CC option to enable C11 features... " >&6; } + if test ${ac_cv_prog_cc_c11+y} + then : +*************** +*** 7159,7165 **** + /* end confdefs.h. */ + $ac_c_conftest_c11_program + _ACEOF +! for ac_arg in '' -std=gnu11 -std:c11 + do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO" +--- 7008,7014 ---- + /* end confdefs.h. */ + $ac_c_conftest_c11_program + _ACEOF +! for ac_arg in '' -std=gnu11 + do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO" +*************** +*** 7176,7191 **** + + if test "x$ac_cv_prog_cc_c11" = xno + then : +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +! printf '%s\n' "unsupported" >&6; } + else case e in #( + e) if test "x$ac_cv_prog_cc_c11" = x + then : +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +! printf '%s\n' "none needed" >&6; } + else case e in #( +! e) { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5 +! printf '%s\n' "$ac_cv_prog_cc_c11" >&6; } + CC="$CC $ac_cv_prog_cc_c11" ;; + esac + fi +--- 7025,7040 ---- + + if test "x$ac_cv_prog_cc_c11" = xno + then : +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +! printf "%s\n" "unsupported" >&6; } + else case e in #( + e) if test "x$ac_cv_prog_cc_c11" = x + then : +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +! printf "%s\n" "none needed" >&6; } + else case e in #( +! e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5 +! printf "%s\n" "$ac_cv_prog_cc_c11" >&6; } + CC="$CC $ac_cv_prog_cc_c11" ;; + esac + fi +*************** +*** 7196,7202 **** + fi + if test x$ac_prog_cc_stdc = xno + then : +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C99 features" >&5 + printf %s "checking for $CC option to enable C99 features... " >&6; } + if test ${ac_cv_prog_cc_c99+y} + then : +--- 7045,7051 ---- + fi + if test x$ac_prog_cc_stdc = xno + then : +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C99 features" >&5 + printf %s "checking for $CC option to enable C99 features... " >&6; } + if test ${ac_cv_prog_cc_c99+y} + then : +*************** +*** 7225,7240 **** + + if test "x$ac_cv_prog_cc_c99" = xno + then : +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +! printf '%s\n' "unsupported" >&6; } + else case e in #( + e) if test "x$ac_cv_prog_cc_c99" = x + then : +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +! printf '%s\n' "none needed" >&6; } + else case e in #( +! e) { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5 +! printf '%s\n' "$ac_cv_prog_cc_c99" >&6; } + CC="$CC $ac_cv_prog_cc_c99" ;; + esac + fi +--- 7074,7089 ---- + + if test "x$ac_cv_prog_cc_c99" = xno + then : +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +! printf "%s\n" "unsupported" >&6; } + else case e in #( + e) if test "x$ac_cv_prog_cc_c99" = x + then : +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +! printf "%s\n" "none needed" >&6; } + else case e in #( +! e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5 +! printf "%s\n" "$ac_cv_prog_cc_c99" >&6; } + CC="$CC $ac_cv_prog_cc_c99" ;; + esac + fi +*************** +*** 7245,7251 **** + fi + if test x$ac_prog_cc_stdc = xno + then : +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C89 features" >&5 + printf %s "checking for $CC option to enable C89 features... " >&6; } + if test ${ac_cv_prog_cc_c89+y} + then : +--- 7094,7100 ---- + fi + if test x$ac_prog_cc_stdc = xno + then : +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C89 features" >&5 + printf %s "checking for $CC option to enable C89 features... " >&6; } + if test ${ac_cv_prog_cc_c89+y} + then : +*************** +*** 7274,7289 **** + + if test "x$ac_cv_prog_cc_c89" = xno + then : +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +! printf '%s\n' "unsupported" >&6; } + else case e in #( + e) if test "x$ac_cv_prog_cc_c89" = x + then : +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +! printf '%s\n' "none needed" >&6; } + else case e in #( +! e) { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 +! printf '%s\n' "$ac_cv_prog_cc_c89" >&6; } + CC="$CC $ac_cv_prog_cc_c89" ;; + esac + fi +--- 7123,7138 ---- + + if test "x$ac_cv_prog_cc_c89" = xno + then : +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +! printf "%s\n" "unsupported" >&6; } + else case e in #( + e) if test "x$ac_cv_prog_cc_c89" = x + then : +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +! printf "%s\n" "none needed" >&6; } + else case e in #( +! e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 +! printf "%s\n" "$ac_cv_prog_cc_c89" >&6; } + CC="$CC $ac_cv_prog_cc_c89" ;; + esac + fi +*************** +*** 7305,7311 **** + ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' + ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' + ac_compiler_gnu=$ac_cv_c_compiler_gnu +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 + printf %s "checking whether $CC understands -c and -o together... " >&6; } + if test ${am_cv_prog_cc_c_o+y} + then : +--- 7154,7160 ---- + ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' + ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' + ac_compiler_gnu=$ac_cv_c_compiler_gnu +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 + printf %s "checking whether $CC understands -c and -o together... " >&6; } + if test ${am_cv_prog_cc_c_o+y} + then : +*************** +*** 7340,7354 **** + break + fi + done +! # aligned with autoconf, so not including core; see bug#72225. +! rm -f -r a.out a.exe b.out conftest.$ac_ext conftest.$ac_objext \ +! conftest.dSYM conftest1.$ac_ext conftest1.$ac_objext conftest1.dSYM \ +! conftest2.$ac_ext conftest2.$ac_objext conftest2.dSYM + unset am_i ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 +! printf '%s\n' "$am_cv_prog_cc_c_o" >&6; } + if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. +--- 7189,7200 ---- + break + fi + done +! rm -f core conftest* + unset am_i ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 +! printf "%s\n" "$am_cv_prog_cc_c_o" >&6; } + if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. +*************** +*** 7365,7371 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether the compiler is clang" >&5 + printf %s "checking whether the compiler is clang... " >&6; } + if test ${gl_cv_compiler_clang+y} + then : +--- 7211,7217 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler is clang" >&5 + printf %s "checking whether the compiler is clang... " >&6; } + if test ${gl_cv_compiler_clang+y} + then : +*************** +*** 7398,7408 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_compiler_clang" >&5 +! printf '%s\n' "$gl_cv_compiler_clang" >&6; } + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for compiler option needed when checking for declarations" >&5 + printf %s "checking for compiler option needed when checking for declarations... " >&6; } + if test ${gl_cv_compiler_check_decl_option+y} + then : +--- 7244,7254 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_compiler_clang" >&5 +! printf "%s\n" "$gl_cv_compiler_clang" >&6; } + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for compiler option needed when checking for declarations" >&5 + printf %s "checking for compiler option needed when checking for declarations... " >&6; } + if test ${gl_cv_compiler_check_decl_option+y} + then : +*************** +*** 7437,7444 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_compiler_check_decl_option" >&5 +! printf '%s\n' "$gl_cv_compiler_check_decl_option" >&6; } + if test "x$gl_cv_compiler_check_decl_option" != xnone; then + ac_compile_for_check_decl="$ac_compile $gl_cv_compiler_check_decl_option" + else +--- 7283,7290 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_compiler_check_decl_option" >&5 +! printf "%s\n" "$gl_cv_compiler_check_decl_option" >&6; } + if test "x$gl_cv_compiler_check_decl_option" != xnone; then + ac_compile_for_check_decl="$ac_compile $gl_cv_compiler_check_decl_option" + else +*************** +*** 7449,7455 **** + + ac_config_commands="$ac_config_commands depfiles" + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5 + printf %s "checking whether ${MAKE-make} supports the include directive... " >&6; } + cat > confinc.mk << 'END' + am__doit: +--- 7295,7301 ---- + + ac_config_commands="$ac_config_commands depfiles" + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5 + printf %s "checking whether ${MAKE-make} supports the include directive... " >&6; } + cat > confinc.mk << 'END' + am__doit: +*************** +*** 7486,7493 **** + fi + done + rm -f confinc.* confmf.* +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5 +! printf '%s\n' "${_am_result}" >&6; } + + # Check whether --enable-dependency-tracking was given. + if test ${enable_dependency_tracking+y} +--- 7332,7339 ---- + fi + done + rm -f confinc.* confmf.* +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5 +! printf "%s\n" "${_am_result}" >&6; } + + # Check whether --enable-dependency-tracking was given. + if test ${enable_dependency_tracking+y} +*************** +*** 7512,7518 **** + + depcc="$CC" am_compiler_list= + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 + printf %s "checking dependency style of $depcc... " >&6; } + if test ${am_cv_CC_dependencies_compiler_type+y} + then : +--- 7358,7364 ---- + + depcc="$CC" am_compiler_list= + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 + printf %s "checking dependency style of $depcc... " >&6; } + if test ${am_cv_CC_dependencies_compiler_type+y} + then : +*************** +*** 7625,7632 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 +! printf '%s\n' "$am_cv_CC_dependencies_compiler_type" >&6; } + CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type + + if +--- 7471,7478 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 +! printf "%s\n" "$am_cv_CC_dependencies_compiler_type" >&6; } + CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type + + if +*************** +*** 7646,7652 **** + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. + set dummy ${ac_tool_prefix}ranlib; ac_word=$2 +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_RANLIB+y} + then : +--- 7492,7498 ---- + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. + set dummy ${ac_tool_prefix}ranlib; ac_word=$2 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_RANLIB+y} + then : +*************** +*** 7667,7673 **** + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +--- 7513,7519 ---- + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +*************** +*** 7679,7689 **** + fi + RANLIB=$ac_cv_prog_RANLIB + if test -n "$RANLIB"; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 +! printf '%s\n' "$RANLIB" >&6; } + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf '%s\n' "no" >&6; } + fi + + +--- 7525,7535 ---- + fi + RANLIB=$ac_cv_prog_RANLIB + if test -n "$RANLIB"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 +! printf "%s\n" "$RANLIB" >&6; } + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + fi + + +*************** +*** 7692,7698 **** + ac_ct_RANLIB=$RANLIB + # Extract the first word of "ranlib", so it can be a program name with args. + set dummy ranlib; ac_word=$2 +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_ac_ct_RANLIB+y} + then : +--- 7538,7544 ---- + ac_ct_RANLIB=$RANLIB + # Extract the first word of "ranlib", so it can be a program name with args. + set dummy ranlib; ac_word=$2 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_ac_ct_RANLIB+y} + then : +*************** +*** 7713,7719 **** + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_RANLIB="ranlib" +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +--- 7559,7565 ---- + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_RANLIB="ranlib" +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +*************** +*** 7725,7735 **** + fi + ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB + if test -n "$ac_ct_RANLIB"; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 +! printf '%s\n' "$ac_ct_RANLIB" >&6; } + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf '%s\n' "no" >&6; } + fi + + if test "x$ac_ct_RANLIB" = x; then +--- 7571,7581 ---- + fi + ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB + if test -n "$ac_ct_RANLIB"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 +! printf "%s\n" "$ac_ct_RANLIB" >&6; } + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + fi + + if test "x$ac_ct_RANLIB" = x; then +*************** +*** 7737,7744 **** + else + case $cross_compiling:$ac_tool_warned in + yes:) +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +! printf '%s\n' "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} + ac_tool_warned=yes ;; + esac + RANLIB=$ac_ct_RANLIB +--- 7583,7590 ---- + else + case $cross_compiling:$ac_tool_warned in + yes:) +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +! printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} + ac_tool_warned=yes ;; + esac + RANLIB=$ac_ct_RANLIB +*************** +*** 7754,7760 **** + if test $ac_cache; then + ac_fn_c_check_header_compile "$LINENO" $ac_header ac_cv_header_$ac_cache "$ac_includes_default" + if eval test \"x\$ac_cv_header_$ac_cache\" = xyes; then +! printf '%s\n' "#define $ac_item 1" >> confdefs.h + fi + ac_header= ac_cache= + elif test $ac_header; then +--- 7600,7606 ---- + if test $ac_cache; then + ac_fn_c_check_header_compile "$LINENO" $ac_header ac_cv_header_$ac_cache "$ac_includes_default" + if eval test \"x\$ac_cv_header_$ac_cache\" = xyes; then +! printf "%s\n" "#define $ac_item 1" >> confdefs.h + fi + ac_header= ac_cache= + elif test $ac_header; then +*************** +*** 7774,7780 **** + if test $ac_cv_header_stdlib_h = yes && test $ac_cv_header_string_h = yes + then : + +! printf '%s\n' "#define STDC_HEADERS 1" >>confdefs.h + + fi + +--- 7620,7626 ---- + if test $ac_cv_header_stdlib_h = yes && test $ac_cv_header_string_h = yes + then : + +! printf "%s\n" "#define STDC_HEADERS 1" >>confdefs.h + + fi + +*************** +*** 7783,7789 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5 + printf %s "checking whether it is safe to define __EXTENSIONS__... " >&6; } + if test ${ac_cv_safe_to_define___extensions__+y} + then : +--- 7629,7635 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5 + printf %s "checking whether it is safe to define __EXTENSIONS__... " >&6; } + if test ${ac_cv_safe_to_define___extensions__+y} + then : +*************** +*** 7812,7821 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5 +! printf '%s\n' "$ac_cv_safe_to_define___extensions__" >&6; } + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether _XOPEN_SOURCE should be defined" >&5 + printf %s "checking whether _XOPEN_SOURCE should be defined... " >&6; } + if test ${ac_cv_should_define__xopen_source+y} + then : +--- 7658,7667 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5 +! printf "%s\n" "$ac_cv_safe_to_define___extensions__" >&6; } + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether _XOPEN_SOURCE should be defined" >&5 + printf %s "checking whether _XOPEN_SOURCE should be defined... " >&6; } + if test ${ac_cv_should_define__xopen_source+y} + then : +*************** +*** 7866,7914 **** + fi ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_should_define__xopen_source" >&5 +! printf '%s\n' "$ac_cv_should_define__xopen_source" >&6; } + +! printf '%s\n' "#define _ALL_SOURCE 1" >>confdefs.h + +! printf '%s\n' "#define _DARWIN_C_SOURCE 1" >>confdefs.h + +! printf '%s\n' "#define _GNU_SOURCE 1" >>confdefs.h + +! printf '%s\n' "#define _HPUX_ALT_XOPEN_SOCKET_API 1" >>confdefs.h + +! printf '%s\n' "#define _NETBSD_SOURCE 1" >>confdefs.h + +! printf '%s\n' "#define _OPENBSD_SOURCE 1" >>confdefs.h + +! printf '%s\n' "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h + +! printf '%s\n' "#define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1" >>confdefs.h + +! printf '%s\n' "#define __STDC_WANT_IEC_60559_BFP_EXT__ 1" >>confdefs.h + +! printf '%s\n' "#define __STDC_WANT_IEC_60559_DFP_EXT__ 1" >>confdefs.h + +! printf '%s\n' "#define __STDC_WANT_IEC_60559_EXT__ 1" >>confdefs.h + +! printf '%s\n' "#define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1" >>confdefs.h + +! printf '%s\n' "#define __STDC_WANT_IEC_60559_TYPES_EXT__ 1" >>confdefs.h + +! printf '%s\n' "#define __STDC_WANT_LIB_EXT2__ 1" >>confdefs.h + +! printf '%s\n' "#define __STDC_WANT_MATH_SPEC_FUNCS__ 1" >>confdefs.h + +! printf '%s\n' "#define _TANDEM_SOURCE 1" >>confdefs.h + + if test $ac_cv_header_minix_config_h = yes + then : + MINIX=yes +! printf '%s\n' "#define _MINIX 1" >>confdefs.h + +! printf '%s\n' "#define _POSIX_SOURCE 1" >>confdefs.h + +! printf '%s\n' "#define _POSIX_1_SOURCE 2" >>confdefs.h + + else case e in #( + e) MINIX= ;; +--- 7712,7760 ---- + fi ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_should_define__xopen_source" >&5 +! printf "%s\n" "$ac_cv_should_define__xopen_source" >&6; } + +! printf "%s\n" "#define _ALL_SOURCE 1" >>confdefs.h + +! printf "%s\n" "#define _DARWIN_C_SOURCE 1" >>confdefs.h + +! printf "%s\n" "#define _GNU_SOURCE 1" >>confdefs.h + +! printf "%s\n" "#define _HPUX_ALT_XOPEN_SOCKET_API 1" >>confdefs.h + +! printf "%s\n" "#define _NETBSD_SOURCE 1" >>confdefs.h + +! printf "%s\n" "#define _OPENBSD_SOURCE 1" >>confdefs.h + +! printf "%s\n" "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h + +! printf "%s\n" "#define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1" >>confdefs.h + +! printf "%s\n" "#define __STDC_WANT_IEC_60559_BFP_EXT__ 1" >>confdefs.h + +! printf "%s\n" "#define __STDC_WANT_IEC_60559_DFP_EXT__ 1" >>confdefs.h + +! printf "%s\n" "#define __STDC_WANT_IEC_60559_EXT__ 1" >>confdefs.h + +! printf "%s\n" "#define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1" >>confdefs.h + +! printf "%s\n" "#define __STDC_WANT_IEC_60559_TYPES_EXT__ 1" >>confdefs.h + +! printf "%s\n" "#define __STDC_WANT_LIB_EXT2__ 1" >>confdefs.h + +! printf "%s\n" "#define __STDC_WANT_MATH_SPEC_FUNCS__ 1" >>confdefs.h + +! printf "%s\n" "#define _TANDEM_SOURCE 1" >>confdefs.h + + if test $ac_cv_header_minix_config_h = yes + then : + MINIX=yes +! printf "%s\n" "#define _MINIX 1" >>confdefs.h + +! printf "%s\n" "#define _POSIX_SOURCE 1" >>confdefs.h + +! printf "%s\n" "#define _POSIX_1_SOURCE 2" >>confdefs.h + + else case e in #( + e) MINIX= ;; +*************** +*** 7916,7927 **** + fi + if test $ac_cv_safe_to_define___extensions__ = yes + then : +! printf '%s\n' "#define __EXTENSIONS__ 1" >>confdefs.h + + fi + if test $ac_cv_should_define__xopen_source = yes + then : +! printf '%s\n' "#define _XOPEN_SOURCE 500" >>confdefs.h + + fi + +--- 7762,7773 ---- + fi + if test $ac_cv_safe_to_define___extensions__ = yes + then : +! printf "%s\n" "#define __EXTENSIONS__ 1" >>confdefs.h + + fi + if test $ac_cv_should_define__xopen_source = yes + then : +! printf "%s\n" "#define _XOPEN_SOURCE 500" >>confdefs.h + + fi + +*************** +*** 7931,7937 **** + $SHELL "${ac_aux_dir}config.sub" sun4 >/dev/null 2>&1 || + as_fn_error $? "cannot run $SHELL ${ac_aux_dir}config.sub" "$LINENO" 5 + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 + printf %s "checking build system type... " >&6; } + if test ${ac_cv_build+y} + then : +--- 7777,7783 ---- + $SHELL "${ac_aux_dir}config.sub" sun4 >/dev/null 2>&1 || + as_fn_error $? "cannot run $SHELL ${ac_aux_dir}config.sub" "$LINENO" 5 + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 + printf %s "checking build system type... " >&6; } + if test ${ac_cv_build+y} + then : +*************** +*** 7947,7954 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 +! printf '%s\n' "$ac_cv_build" >&6; } + case $ac_cv_build in + *-*-*) ;; + *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; +--- 7793,7800 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 +! printf "%s\n" "$ac_cv_build" >&6; } + case $ac_cv_build in + *-*-*) ;; + *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; +*************** +*** 7967,7973 **** + case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 + printf %s "checking host system type... " >&6; } + if test ${ac_cv_host+y} + then : +--- 7813,7819 ---- + case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 + printf %s "checking host system type... " >&6; } + if test ${ac_cv_host+y} + then : +*************** +*** 7982,7989 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 +! printf '%s\n' "$ac_cv_host" >&6; } + case $ac_cv_host in + *-*-*) ;; + *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; +--- 7828,7835 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 +! printf "%s\n" "$ac_cv_host" >&6; } + case $ac_cv_host in + *-*-*) ;; + *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; +*************** +*** 8009,8015 **** + case "$host_os" in + openbsd*) + +! printf '%s\n' "#define _ISOC11_SOURCE 1" >>confdefs.h + + ;; + esac +--- 7855,7861 ---- + case "$host_os" in + openbsd*) + +! printf "%s\n" "#define _ISOC11_SOURCE 1" >>confdefs.h + + ;; + esac +*************** +*** 8021,8027 **** + ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' + ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' + ac_compiler_gnu=$ac_cv_c_compiler_gnu +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 + printf %s "checking how to run the C preprocessor... " >&6; } + # On Suns, sometimes $CPP names a directory. + if test -n "$CPP" && test -d "$CPP"; then +--- 7867,7873 ---- + ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' + ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' + ac_compiler_gnu=$ac_cv_c_compiler_gnu +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 + printf %s "checking how to run the C preprocessor... " >&6; } + # On Suns, sometimes $CPP names a directory. + if test -n "$CPP" && test -d "$CPP"; then +*************** +*** 8092,8099 **** + else + ac_cv_prog_CPP=$CPP + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 +! printf '%s\n' "$CPP" >&6; } + ac_preproc_ok=false + for ac_c_preproc_warn_flag in '' yes + do +--- 7938,7945 ---- + else + ac_cv_prog_CPP=$CPP + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 +! printf "%s\n" "$CPP" >&6; } + ac_preproc_ok=false + for ac_c_preproc_warn_flag in '' yes + do +*************** +*** 8141,8148 **** + then : + + else case e in #( +! e) { { printf '%s\n' "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf '%s\n' "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error $? "C preprocessor \"$CPP\" fails sanity check + See 'config.log' for more details" "$LINENO" 5; } ;; + esac +--- 7987,7994 ---- + then : + + else case e in #( +! e) { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error $? "C preprocessor \"$CPP\" fails sanity check + See 'config.log' for more details" "$LINENO" 5; } ;; + esac +*************** +*** 8155,8161 **** + ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for egrep -e" >&5 + printf %s "checking for egrep -e... " >&6; } + if test ${ac_cv_path_EGREP_TRADITIONAL+y} + then : +--- 8001,8007 ---- + ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for egrep -e" >&5 + printf %s "checking for egrep -e... " >&6; } + if test ${ac_cv_path_EGREP_TRADITIONAL+y} + then : +*************** +*** 8192,8198 **** + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" +! printf '%s\n' 'EGREP_TRADITIONAL' >> "conftest.nl" + "$ac_path_EGREP_TRADITIONAL" -E 'EGR(EP|AC)_TRADITIONAL$' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val +--- 8038,8044 ---- + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" +! printf "%s\n" 'EGREP_TRADITIONAL' >> "conftest.nl" + "$ac_path_EGREP_TRADITIONAL" -E 'EGR(EP|AC)_TRADITIONAL$' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val +*************** +*** 8254,8260 **** + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" +! printf '%s\n' 'EGREP_TRADITIONAL' >> "conftest.nl" + "$ac_path_EGREP_TRADITIONAL" 'EGR(EP|AC)_TRADITIONAL$' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val +--- 8100,8106 ---- + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" +! printf "%s\n" 'EGREP_TRADITIONAL' >> "conftest.nl" + "$ac_path_EGREP_TRADITIONAL" 'EGR(EP|AC)_TRADITIONAL$' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val +*************** +*** 8285,8298 **** + fi ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP_TRADITIONAL" >&5 +! printf '%s\n' "$ac_cv_path_EGREP_TRADITIONAL" >&6; } + EGREP_TRADITIONAL=$ac_cv_path_EGREP_TRADITIONAL + + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for Minix Amsterdam compiler" >&5 + printf %s "checking for Minix Amsterdam compiler... " >&6; } + if test ${gl_cv_c_amsterdam_compiler+y} + then : +--- 8131,8144 ---- + fi ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP_TRADITIONAL" >&5 +! printf "%s\n" "$ac_cv_path_EGREP_TRADITIONAL" >&6; } + EGREP_TRADITIONAL=$ac_cv_path_EGREP_TRADITIONAL + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for Minix Amsterdam compiler" >&5 + printf %s "checking for Minix Amsterdam compiler... " >&6; } + if test ${gl_cv_c_amsterdam_compiler+y} + then : +*************** +*** 8320,8327 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_c_amsterdam_compiler" >&5 +! printf '%s\n' "$gl_cv_c_amsterdam_compiler" >&6; } + + if test $gl_cv_c_amsterdam_compiler = yes; then + if test -z "$AR"; then +--- 8166,8173 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_c_amsterdam_compiler" >&5 +! printf "%s\n" "$gl_cv_c_amsterdam_compiler" >&6; } + + if test $gl_cv_c_amsterdam_compiler = yes; then + if test -z "$AR"; then +*************** +*** 8337,8343 **** + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. + set dummy ${ac_tool_prefix}ar; ac_word=$2 +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_AR+y} + then : +--- 8183,8189 ---- + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. + set dummy ${ac_tool_prefix}ar; ac_word=$2 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_AR+y} + then : +*************** +*** 8358,8364 **** + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_AR="${ac_tool_prefix}ar" +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +--- 8204,8210 ---- + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_AR="${ac_tool_prefix}ar" +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +*************** +*** 8370,8380 **** + fi + AR=$ac_cv_prog_AR + if test -n "$AR"; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 +! printf '%s\n' "$AR" >&6; } + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf '%s\n' "no" >&6; } + fi + + +--- 8216,8226 ---- + fi + AR=$ac_cv_prog_AR + if test -n "$AR"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 +! printf "%s\n" "$AR" >&6; } + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + fi + + +*************** +*** 8383,8389 **** + ac_ct_AR=$AR + # Extract the first word of "ar", so it can be a program name with args. + set dummy ar; ac_word=$2 +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_ac_ct_AR+y} + then : +--- 8229,8235 ---- + ac_ct_AR=$AR + # Extract the first word of "ar", so it can be a program name with args. + set dummy ar; ac_word=$2 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_ac_ct_AR+y} + then : +*************** +*** 8404,8410 **** + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_AR="ar" +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +--- 8250,8256 ---- + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_AR="ar" +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +*************** +*** 8416,8426 **** + fi + ac_ct_AR=$ac_cv_prog_ac_ct_AR + if test -n "$ac_ct_AR"; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 +! printf '%s\n' "$ac_ct_AR" >&6; } + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf '%s\n' "no" >&6; } + fi + + if test "x$ac_ct_AR" = x; then +--- 8262,8272 ---- + fi + ac_ct_AR=$ac_cv_prog_ac_ct_AR + if test -n "$ac_ct_AR"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 +! printf "%s\n" "$ac_ct_AR" >&6; } + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + fi + + if test "x$ac_ct_AR" = x; then +*************** +*** 8428,8435 **** + else + case $cross_compiling:$ac_tool_warned in + yes:) +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +! printf '%s\n' "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} + ac_tool_warned=yes ;; + esac + AR=$ac_ct_AR +--- 8274,8281 ---- + else + case $cross_compiling:$ac_tool_warned in + yes:) +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +! printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} + ac_tool_warned=yes ;; + esac + AR=$ac_ct_AR +*************** +*** 8451,8457 **** + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. + set dummy ${ac_tool_prefix}ranlib; ac_word=$2 +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_RANLIB+y} + then : +--- 8297,8303 ---- + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. + set dummy ${ac_tool_prefix}ranlib; ac_word=$2 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_RANLIB+y} + then : +*************** +*** 8472,8478 **** + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +--- 8318,8324 ---- + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +*************** +*** 8484,8494 **** + fi + RANLIB=$ac_cv_prog_RANLIB + if test -n "$RANLIB"; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 +! printf '%s\n' "$RANLIB" >&6; } + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf '%s\n' "no" >&6; } + fi + + +--- 8330,8340 ---- + fi + RANLIB=$ac_cv_prog_RANLIB + if test -n "$RANLIB"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 +! printf "%s\n" "$RANLIB" >&6; } + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + fi + + +*************** +*** 8497,8503 **** + ac_ct_RANLIB=$RANLIB + # Extract the first word of "ranlib", so it can be a program name with args. + set dummy ranlib; ac_word=$2 +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_ac_ct_RANLIB+y} + then : +--- 8343,8349 ---- + ac_ct_RANLIB=$RANLIB + # Extract the first word of "ranlib", so it can be a program name with args. + set dummy ranlib; ac_word=$2 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_ac_ct_RANLIB+y} + then : +*************** +*** 8518,8524 **** + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_RANLIB="ranlib" +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +--- 8364,8370 ---- + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_RANLIB="ranlib" +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +*************** +*** 8530,8540 **** + fi + ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB + if test -n "$ac_ct_RANLIB"; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 +! printf '%s\n' "$ac_ct_RANLIB" >&6; } + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf '%s\n' "no" >&6; } + fi + + if test "x$ac_ct_RANLIB" = x; then +--- 8376,8386 ---- + fi + ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB + if test -n "$ac_ct_RANLIB"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 +! printf "%s\n" "$ac_ct_RANLIB" >&6; } + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + fi + + if test "x$ac_ct_RANLIB" = x; then +*************** +*** 8542,8549 **** + else + case $cross_compiling:$ac_tool_warned in + yes:) +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +! printf '%s\n' "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} + ac_tool_warned=yes ;; + esac + RANLIB=$ac_ct_RANLIB +--- 8388,8395 ---- + else + case $cross_compiling:$ac_tool_warned in + yes:) +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +! printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} + ac_tool_warned=yes ;; + esac + RANLIB=$ac_ct_RANLIB +*************** +*** 8558,8564 **** + + + +! printf '%s\n' "#define _LINUX_SOURCE_COMPAT 1" >>confdefs.h + + + +--- 8404,8410 ---- + + + +! printf "%s\n" "#define _LINUX_SOURCE_COMPAT 1" >>confdefs.h + + + +*************** +*** 8597,8603 **** + fi + if test "$enable_largefile,$enable_year2038" != no,no + then : +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for $CC option to support large files" >&5 + printf %s "checking for $CC option to support large files... " >&6; } + if test ${ac_cv_sys_largefile_opts+y} + then : +--- 8443,8449 ---- + fi + if test "$enable_largefile,$enable_year2038" != no,no + then : +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to support large files" >&5 + printf %s "checking for $CC option to support large files... " >&6; } + if test ${ac_cv_sys_largefile_opts+y} + then : +*************** +*** 8675,8682 **** + test $ac_opt_found = yes || ac_cv_sys_largefile_opts="support not detected" ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_opts" >&5 +! printf '%s\n' "$ac_cv_sys_largefile_opts" >&6; } + + ac_have_largefile=yes + case $ac_cv_sys_largefile_opts in #( +--- 8521,8528 ---- + test $ac_opt_found = yes || ac_cv_sys_largefile_opts="support not detected" ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_opts" >&5 +! printf "%s\n" "$ac_cv_sys_largefile_opts" >&6; } + + ac_have_largefile=yes + case $ac_cv_sys_largefile_opts in #( +*************** +*** 8688,8698 **** + ac_have_largefile=no ;; #( + "-D_FILE_OFFSET_BITS=64") : + +! printf '%s\n' "#define _FILE_OFFSET_BITS 64" >>confdefs.h + ;; #( + "-D_LARGE_FILES=1") : + +! printf '%s\n' "#define _LARGE_FILES 1" >>confdefs.h + ;; #( + *) : + as_fn_error $? "internal error: bad value for \$ac_cv_sys_largefile_opts" "$LINENO" 5 ;; +--- 8534,8544 ---- + ac_have_largefile=no ;; #( + "-D_FILE_OFFSET_BITS=64") : + +! printf "%s\n" "#define _FILE_OFFSET_BITS 64" >>confdefs.h + ;; #( + "-D_LARGE_FILES=1") : + +! printf "%s\n" "#define _LARGE_FILES 1" >>confdefs.h + ;; #( + *) : + as_fn_error $? "internal error: bad value for \$ac_cv_sys_largefile_opts" "$LINENO" 5 ;; +*************** +*** 8700,8706 **** + + if test "$enable_year2038" != no + then : +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for $CC option to support timestamps after 2038" >&5 + printf %s "checking for $CC option to support timestamps after 2038... " >&6; } + if test ${ac_cv_sys_year2038_opts+y} + then : +--- 8546,8552 ---- + + if test "$enable_year2038" != no + then : +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to support timestamps after 2038" >&5 + printf %s "checking for $CC option to support timestamps after 2038... " >&6; } + if test ${ac_cv_sys_year2038_opts+y} + then : +*************** +*** 8744,8751 **** + test $ac_opt_found = yes || ac_cv_sys_year2038_opts="support not detected" ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_year2038_opts" >&5 +! printf '%s\n' "$ac_cv_sys_year2038_opts" >&6; } + + ac_have_year2038=yes + case $ac_cv_sys_year2038_opts in #( +--- 8590,8597 ---- + test $ac_opt_found = yes || ac_cv_sys_year2038_opts="support not detected" ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_year2038_opts" >&5 +! printf "%s\n" "$ac_cv_sys_year2038_opts" >&6; } + + ac_have_year2038=yes + case $ac_cv_sys_year2038_opts in #( +*************** +*** 8755,8769 **** + ac_have_year2038=no ;; #( + "-D_TIME_BITS=64") : + +! printf '%s\n' "#define _TIME_BITS 64" >>confdefs.h + ;; #( + "-D__MINGW_USE_VC2005_COMPAT") : + +! printf '%s\n' "#define __MINGW_USE_VC2005_COMPAT 1" >>confdefs.h + ;; #( + "-U_USE_32_BIT_TIME_T"*) : +! { { printf '%s\n' "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf '%s\n' "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error $? "the 'time_t' type is currently forced to be 32-bit. It + will stop working after mid-January 2038. Remove + _USE_32BIT_TIME_T from the compiler flags. +--- 8601,8615 ---- + ac_have_year2038=no ;; #( + "-D_TIME_BITS=64") : + +! printf "%s\n" "#define _TIME_BITS 64" >>confdefs.h + ;; #( + "-D__MINGW_USE_VC2005_COMPAT") : + +! printf "%s\n" "#define __MINGW_USE_VC2005_COMPAT 1" >>confdefs.h + ;; #( + "-U_USE_32_BIT_TIME_T"*) : +! { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error $? "the 'time_t' type is currently forced to be 32-bit. It + will stop working after mid-January 2038. Remove + _USE_32BIT_TIME_T from the compiler flags. +*************** +*** 8856,8863 **** + then : + case `TZ=UTC0 LC_ALL=C ls -l conftest.time 2>/dev/null` in #( + *'Feb 7 2106'* | *'Feb 7 17:10'*) : +! { { printf '%s\n' "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf '%s\n' "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error $? "this system appears to support timestamps after + mid-January 2038, but no mechanism for enabling wide + 'time_t' was detected. Did you mean to build a 64-bit +--- 8702,8709 ---- + then : + case `TZ=UTC0 LC_ALL=C ls -l conftest.time 2>/dev/null` in #( + *'Feb 7 2106'* | *'Feb 7 17:10'*) : +! { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error $? "this system appears to support timestamps after + mid-January 2038, but no mechanism for enabling wide + 'time_t' was detected. Did you mean to build a 64-bit +*************** +*** 9366,9372 **** + # Code from module stdio-h: + + +! printf '%s\n' "#define __USE_MINGW_ANSI_STDIO 1" >>confdefs.h + + + # Code from module stdio-h-tests: +--- 9212,9218 ---- + # Code from module stdio-h: + + +! printf "%s\n" "#define __USE_MINGW_ANSI_STDIO 1" >>confdefs.h + + + # Code from module stdio-h-tests: +*************** +*** 9585,9592 **** + if test ${enable_cross_guesses+y} + then : + enableval=$enable_cross_guesses; if test "x$enableval" != xconservative && test "x$enableval" != xrisky; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: WARNING: invalid argument supplied to --enable-cross-guesses" >&5 +! printf '%s\n' "$as_me: WARNING: invalid argument supplied to --enable-cross-guesses" >&2;} + enableval=conservative + fi + gl_cross_guesses="$enableval" +--- 9431,9438 ---- + if test ${enable_cross_guesses+y} + then : + enableval=$enable_cross_guesses; if test "x$enableval" != xconservative && test "x$enableval" != xrisky; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: invalid argument supplied to --enable-cross-guesses" >&5 +! printf "%s\n" "$as_me: WARNING: invalid argument supplied to --enable-cross-guesses" >&2;} + enableval=conservative + fi + gl_cross_guesses="$enableval" +*************** +*** 9612,9625 **** + + else case e in #( + e) +! printf '%s\n' "#define size_t unsigned int" >>confdefs.h + ;; + esac + fi + + # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works + # for constant arguments. Useless! +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5 + printf %s "checking for working alloca.h... " >&6; } + if test ${ac_cv_working_alloca_h+y} + then : +--- 9458,9471 ---- + + else case e in #( + e) +! printf "%s\n" "#define size_t unsigned int" >>confdefs.h + ;; + esac + fi + + # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works + # for constant arguments. Useless! +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5 + printf %s "checking for working alloca.h... " >&6; } + if test ${ac_cv_working_alloca_h+y} + then : +*************** +*** 9648,9662 **** + conftest$ac_exeext conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5 +! printf '%s\n' "$ac_cv_working_alloca_h" >&6; } + if test $ac_cv_working_alloca_h = yes; then + +! printf '%s\n' "#define HAVE_ALLOCA_H 1" >>confdefs.h + + fi + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5 + printf %s "checking for alloca... " >&6; } + if test ${ac_cv_func_alloca_works+y} + then : +--- 9494,9508 ---- + conftest$ac_exeext conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5 +! printf "%s\n" "$ac_cv_working_alloca_h" >&6; } + if test $ac_cv_working_alloca_h = yes; then + +! printf "%s\n" "#define HAVE_ALLOCA_H 1" >>confdefs.h + + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5 + printf %s "checking for alloca... " >&6; } + if test ${ac_cv_func_alloca_works+y} + then : +*************** +*** 9701,9712 **** + fi ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5 +! printf '%s\n' "$ac_cv_func_alloca_works" >&6; } + + if test $ac_cv_func_alloca_works = yes; then + +! printf '%s\n' "#define HAVE_ALLOCA 1" >>confdefs.h + + else + # The SVR3 libPW and SVR4 libucb both contain incompatible functions +--- 9547,9558 ---- + fi ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5 +! printf "%s\n" "$ac_cv_func_alloca_works" >&6; } + + if test $ac_cv_func_alloca_works = yes; then + +! printf "%s\n" "#define HAVE_ALLOCA 1" >>confdefs.h + + else + # The SVR3 libPW and SVR4 libucb both contain incompatible functions +*************** +*** 9720,9729 **** + + ALLOCA=\${LIBOBJDIR}alloca.$ac_objext + +! printf '%s\n' "#define C_ALLOCA 1" >>confdefs.h + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5 + printf %s "checking stack direction for C alloca... " >&6; } + if test ${ac_cv_c_stack_direction+y} + then : +--- 9566,9575 ---- + + ALLOCA=\${LIBOBJDIR}alloca.$ac_objext + +! printf "%s\n" "#define C_ALLOCA 1" >>confdefs.h + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5 + printf %s "checking stack direction for C alloca... " >&6; } + if test ${ac_cv_c_stack_direction+y} + then : +*************** +*** 9767,9782 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5 +! printf '%s\n' "$ac_cv_c_stack_direction" >&6; } +! printf '%s\n' "#define STACK_DIRECTION $ac_cv_c_stack_direction" >>confdefs.h + + + fi + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether the preprocessor supports include_next" >&5 + printf %s "checking whether the preprocessor supports include_next... " >&6; } + if test ${gl_cv_have_include_next+y} + then : +--- 9613,9628 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5 +! printf "%s\n" "$ac_cv_c_stack_direction" >&6; } +! printf "%s\n" "#define STACK_DIRECTION $ac_cv_c_stack_direction" >>confdefs.h + + + fi + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the preprocessor supports include_next" >&5 + printf %s "checking whether the preprocessor supports include_next... " >&6; } + if test ${gl_cv_have_include_next+y} + then : +*************** +*** 9841,9848 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_have_include_next" >&5 +! printf '%s\n' "$gl_cv_have_include_next" >&6; } + PRAGMA_SYSTEM_HEADER= + if test $gl_cv_have_include_next = yes; then + INCLUDE_NEXT=include_next +--- 9687,9694 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_have_include_next" >&5 +! printf "%s\n" "$gl_cv_have_include_next" >&6; } + PRAGMA_SYSTEM_HEADER= + if test $gl_cv_have_include_next = yes; then + INCLUDE_NEXT=include_next +*************** +*** 9863,9869 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether source code line length is unlimited" >&5 + printf %s "checking whether source code line length is unlimited... " >&6; } + if test ${gl_cv_source_line_length_unlimited+y} + then : +--- 9709,9715 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether source code line length is unlimited" >&5 + printf %s "checking whether source code line length is unlimited... " >&6; } + if test ${gl_cv_source_line_length_unlimited+y} + then : +*************** +*** 9890,9897 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_source_line_length_unlimited" >&5 +! printf '%s\n' "$gl_cv_source_line_length_unlimited" >&6; } + if test $gl_cv_source_line_length_unlimited = no; then + PRAGMA_COLUMNS="#pragma COLUMNS 10000" + else +--- 9736,9743 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_source_line_length_unlimited" >&5 +! printf "%s\n" "$gl_cv_source_line_length_unlimited" >&6; } + if test $gl_cv_source_line_length_unlimited = no; then + PRAGMA_COLUMNS="#pragma COLUMNS 10000" + else +*************** +*** 10100,10106 **** + REPLACE_WMEMPCPY=0; + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for wint_t" >&5 + printf %s "checking for wint_t... " >&6; } + if test ${gt_cv_c_wint_t+y} + then : +--- 9946,9952 ---- + REPLACE_WMEMPCPY=0; + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for wint_t" >&5 + printf %s "checking for wint_t... " >&6; } + if test ${gt_cv_c_wint_t+y} + then : +*************** +*** 10128,10141 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gt_cv_c_wint_t" >&5 +! printf '%s\n' "$gt_cv_c_wint_t" >&6; } + if test $gt_cv_c_wint_t = yes; then + +! printf '%s\n' "#define HAVE_WINT_T 1" >>confdefs.h + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether wint_t is large enough" >&5 + printf %s "checking whether wint_t is large enough... " >&6; } + if test ${gl_cv_type_wint_t_large_enough+y} + then : +--- 9974,9987 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gt_cv_c_wint_t" >&5 +! printf "%s\n" "$gt_cv_c_wint_t" >&6; } + if test $gt_cv_c_wint_t = yes; then + +! printf "%s\n" "#define HAVE_WINT_T 1" >>confdefs.h + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether wint_t is large enough" >&5 + printf %s "checking whether wint_t is large enough... " >&6; } + if test ${gl_cv_type_wint_t_large_enough+y} + then : +*************** +*** 10164,10171 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_type_wint_t_large_enough" >&5 +! printf '%s\n' "$gl_cv_type_wint_t_large_enough" >&6; } + if test $gl_cv_type_wint_t_large_enough = no; then + GNULIBHEADERS_OVERRIDE_WINT_T=1 + else +--- 10010,10017 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_type_wint_t_large_enough" >&5 +! printf "%s\n" "$gl_cv_type_wint_t_large_enough" >&6; } + if test $gl_cv_type_wint_t_large_enough = no; then + GNULIBHEADERS_OVERRIDE_WINT_T=1 + else +*************** +*** 10178,10184 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether uses 'inline' correctly" >&5 + printf %s "checking whether uses 'inline' correctly... " >&6; } + if test ${gl_cv_header_wchar_h_correct_inline+y} + then : +--- 10024,10030 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether uses 'inline' correctly" >&5 + printf %s "checking whether uses 'inline' correctly... " >&6; } + if test ${gl_cv_header_wchar_h_correct_inline+y} + then : +*************** +*** 10203,10209 **** + && { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +--- 10049,10055 ---- + && { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +*************** +*** 10219,10225 **** + && { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + if $CC -o conftest$ac_exeext $CFLAGS $LDFLAGS conftest1.$ac_objext conftest2.$ac_objext $LIBS >&5 2>&1; then + : +--- 10065,10071 ---- + && { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + if $CC -o conftest$ac_exeext $CFLAGS $LDFLAGS conftest1.$ac_objext conftest2.$ac_objext $LIBS >&5 2>&1; then + : +*************** +*** 10235,10242 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_wchar_h_correct_inline" >&5 +! printf '%s\n' "$gl_cv_header_wchar_h_correct_inline" >&6; } + if test $gl_cv_header_wchar_h_correct_inline = no; then + as_fn_error $? " cannot be used with this compiler ($CC $CFLAGS $CPPFLAGS). + This is a known interoperability problem of glibc <= 2.5 with gcc >= 4.3 in +--- 10081,10088 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_wchar_h_correct_inline" >&5 +! printf "%s\n" "$gl_cv_header_wchar_h_correct_inline" >&6; } + if test $gl_cv_header_wchar_h_correct_inline = no; then + as_fn_error $? " cannot be used with this compiler ($CC $CFLAGS $CPPFLAGS). + This is a known interoperability problem of glibc <= 2.5 with gcc >= 4.3 in +*************** +*** 10263,10269 **** + fi + done + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5 + printf %s "checking for nl_langinfo and CODESET... " >&6; } + if test ${am_cv_langinfo_codeset+y} + then : +--- 10109,10115 ---- + fi + done + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5 + printf %s "checking for nl_langinfo and CODESET... " >&6; } + if test ${am_cv_langinfo_codeset+y} + then : +*************** +*** 10292,10309 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $am_cv_langinfo_codeset" >&5 +! printf '%s\n' "$am_cv_langinfo_codeset" >&6; } + if test $am_cv_langinfo_codeset = yes; then + +! printf '%s\n' "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h + + fi + + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for a traditional french locale" >&5 + printf %s "checking for a traditional french locale... " >&6; } + if test ${gt_cv_locale_fr+y} + then : +--- 10138,10155 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_langinfo_codeset" >&5 +! printf "%s\n" "$am_cv_langinfo_codeset" >&6; } + if test $am_cv_langinfo_codeset = yes; then + +! printf "%s\n" "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h + + fi + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a traditional french locale" >&5 + printf %s "checking for a traditional french locale... " >&6; } + if test ${gt_cv_locale_fr+y} + then : +*************** +*** 10383,10389 **** + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s conftest$ac_exeext; then + case "$host_os" in + # Handle native Windows specially, because there setlocale() interprets +--- 10229,10235 ---- + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s conftest$ac_exeext; then + case "$host_os" in + # Handle native Windows specially, because there setlocale() interprets +*************** +*** 10441,10453 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_fr" >&5 +! printf '%s\n' "$gt_cv_locale_fr" >&6; } + LOCALE_FR=$gt_cv_locale_fr + case $LOCALE_FR in #( + '' | *[[:space:]\"\$\'*[]*) +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: WARNING: invalid locale \"$LOCALE_FR\"; assuming \"none\"" >&5 +! printf '%s\n' "$as_me: WARNING: invalid locale \"$LOCALE_FR\"; assuming \"none\"" >&2;} + LOCALE_FR=none;; + esac + +--- 10287,10299 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_fr" >&5 +! printf "%s\n" "$gt_cv_locale_fr" >&6; } + LOCALE_FR=$gt_cv_locale_fr + case $LOCALE_FR in #( + '' | *[[:space:]\"\$\'*[]*) +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: invalid locale \"$LOCALE_FR\"; assuming \"none\"" >&5 +! printf "%s\n" "$as_me: WARNING: invalid locale \"$LOCALE_FR\"; assuming \"none\"" >&2;} + LOCALE_FR=none;; + esac + +*************** +*** 10978,10993 **** + fi + + if test -n "$LD"; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for ld" >&5 + printf %s "checking for ld... " >&6; } + elif test "$GCC" = yes; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 + printf %s "checking for ld used by $CC... " >&6; } + elif test "$with_gnu_ld" = yes; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 + printf %s "checking for GNU ld... " >&6; } + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 + printf %s "checking for non-GNU ld... " >&6; } + fi + if test -n "$LD"; then +--- 10824,10839 ---- + fi + + if test -n "$LD"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ld" >&5 + printf %s "checking for ld... " >&6; } + elif test "$GCC" = yes; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 + printf %s "checking for ld used by $CC... " >&6; } + elif test "$with_gnu_ld" = yes; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 + printf %s "checking for GNU ld... " >&6; } + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 + printf %s "checking for non-GNU ld... " >&6; } + fi + if test -n "$LD"; then +*************** +*** 11111,11124 **** + LD="$acl_cv_path_LD" + fi + if test -n "$LD"; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $LD" >&5 +! printf '%s\n' "$LD" >&6; } + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf '%s\n' "no" >&6; } + as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 + printf %s "checking if the linker ($LD) is GNU ld... " >&6; } + if test ${acl_cv_prog_gnu_ld+y} + then : +--- 10957,10970 ---- + LD="$acl_cv_path_LD" + fi + if test -n "$LD"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LD" >&5 +! printf "%s\n" "$LD" >&6; } + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 + printf %s "checking if the linker ($LD) is GNU ld... " >&6; } + if test ${acl_cv_prog_gnu_ld+y} + then : +*************** +*** 11135,11149 **** + esac ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5 +! printf '%s\n' "$acl_cv_prog_gnu_ld" >&6; } + with_gnu_ld=$acl_cv_prog_gnu_ld + + + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5 + printf %s "checking for shared library run path origin... " >&6; } + if test ${acl_cv_rpath+y} + then : +--- 10981,10995 ---- + esac ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5 +! printf "%s\n" "$acl_cv_prog_gnu_ld" >&6; } + with_gnu_ld=$acl_cv_prog_gnu_ld + + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5 + printf %s "checking for shared library run path origin... " >&6; } + if test ${acl_cv_rpath+y} + then : +*************** +*** 11158,11165 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5 +! printf '%s\n' "$acl_cv_rpath" >&6; } + wl="$acl_cv_wl" + acl_libext="$acl_cv_libext" + acl_shlibext="$acl_cv_shlibext" +--- 11004,11011 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5 +! printf "%s\n" "$acl_cv_rpath" >&6; } + wl="$acl_cv_wl" + acl_libext="$acl_cv_libext" + acl_shlibext="$acl_cv_shlibext" +*************** +*** 11181,11187 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking 32-bit host C ABI" >&5 + printf %s "checking 32-bit host C ABI... " >&6; } + if test ${gl_cv_host_cpu_c_abi_32bit+y} + then : +--- 11027,11033 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking 32-bit host C ABI" >&5 + printf %s "checking 32-bit host C ABI... " >&6; } + if test ${gl_cv_host_cpu_c_abi_32bit+y} + then : +*************** +*** 11248,11255 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_host_cpu_c_abi_32bit" >&5 +! printf '%s\n' "$gl_cv_host_cpu_c_abi_32bit" >&6; } + + HOST_CPU_C_ABI_32BIT="$gl_cv_host_cpu_c_abi_32bit" + +--- 11094,11101 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_host_cpu_c_abi_32bit" >&5 +! printf "%s\n" "$gl_cv_host_cpu_c_abi_32bit" >&6; } + + HOST_CPU_C_ABI_32BIT="$gl_cv_host_cpu_c_abi_32bit" + +*************** +*** 11257,11263 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for ELF binary format" >&5 + printf %s "checking for ELF binary format... " >&6; } + if test ${gl_cv_elf+y} + then : +--- 11103,11109 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ELF binary format" >&5 + printf %s "checking for ELF binary format... " >&6; } + if test ${gl_cv_elf+y} + then : +*************** +*** 11283,11290 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_elf" >&5 +! printf '%s\n' "$gl_cv_elf" >&6; } + if test $gl_cv_elf = yes; then + # Extract the ELF class of a file (5th byte) in decimal. + # Cf. https://en.wikipedia.org/wiki/Executable_and_Linkable_Format#File_header +--- 11129,11136 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_elf" >&5 +! printf "%s\n" "$gl_cv_elf" >&6; } + if test $gl_cv_elf = yes; then + # Extract the ELF class of a file (5th byte) in decimal. + # Cf. https://en.wikipedia.org/wiki/Executable_and_Linkable_Format#File_header +*************** +*** 11335,11341 **** + } + fi + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for the common suffixes of directories in the library search path" >&5 + printf %s "checking for the common suffixes of directories in the library search path... " >&6; } + if test ${acl_cv_libdirstems+y} + then : +--- 11181,11187 ---- + } + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for the common suffixes of directories in the library search path" >&5 + printf %s "checking for the common suffixes of directories in the library search path... " >&6; } + if test ${acl_cv_libdirstems+y} + then : +*************** +*** 11412,11419 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $acl_cv_libdirstems" >&5 +! printf '%s\n' "$acl_cv_libdirstems" >&6; } + acl_libdirstem=`echo "$acl_cv_libdirstems" | sed -e 's/,.*//'` + acl_libdirstem2=`echo "$acl_cv_libdirstems" | sed -e 's/^[^,]*,//' -e 's/,.*//'` + acl_libdirstem3=`echo "$acl_cv_libdirstems" | sed -e 's/^[^,]*,[^,]*,//' -e 's/,.*//'` +--- 11258,11265 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $acl_cv_libdirstems" >&5 +! printf "%s\n" "$acl_cv_libdirstems" >&6; } + acl_libdirstem=`echo "$acl_cv_libdirstems" | sed -e 's/,.*//'` + acl_libdirstem2=`echo "$acl_cv_libdirstems" | sed -e 's/^[^,]*,//' -e 's/,.*//'` + acl_libdirstem3=`echo "$acl_cv_libdirstems" | sed -e 's/^[^,]*,[^,]*,//' -e 's/,.*//'` +*************** +*** 11951,11957 **** + done + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for libsigsegv" >&5 + printf %s "checking for libsigsegv... " >&6; } + if test ${ac_cv_libsigsegv+y} + then : +--- 11797,11803 ---- + done + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libsigsegv" >&5 + printf %s "checking for libsigsegv... " >&6; } + if test ${ac_cv_libsigsegv+y} + then : +*************** +*** 11987,12003 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libsigsegv" >&5 +! printf '%s\n' "$ac_cv_libsigsegv" >&6; } + if test "$ac_cv_libsigsegv" = yes; then + HAVE_LIBSIGSEGV=yes + +! printf '%s\n' "#define HAVE_LIBSIGSEGV 1" >>confdefs.h + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking how to link with libsigsegv" >&5 + printf %s "checking how to link with libsigsegv... " >&6; } +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $LIBSIGSEGV" >&5 +! printf '%s\n' "$LIBSIGSEGV" >&6; } + else + HAVE_LIBSIGSEGV=no + CPPFLAGS="$acl_saved_CPPFLAGS" +--- 11833,11849 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libsigsegv" >&5 +! printf "%s\n" "$ac_cv_libsigsegv" >&6; } + if test "$ac_cv_libsigsegv" = yes; then + HAVE_LIBSIGSEGV=yes + +! printf "%s\n" "#define HAVE_LIBSIGSEGV 1" >>confdefs.h + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to link with libsigsegv" >&5 + printf %s "checking how to link with libsigsegv... " >&6; } +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBSIGSEGV" >&5 +! printf "%s\n" "$LIBSIGSEGV" >&6; } + else + HAVE_LIBSIGSEGV=no + CPPFLAGS="$acl_saved_CPPFLAGS" +*************** +*** 12021,12027 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether char8_t is correctly defined" >&5 + printf %s "checking whether char8_t is correctly defined... " >&6; } + if test ${gl_cv_type_char8_t_works+y} + then : +--- 11867,11873 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether char8_t is correctly defined" >&5 + printf %s "checking whether char8_t is correctly defined... " >&6; } + if test ${gl_cv_type_char8_t_works+y} + then : +*************** +*** 12056,12063 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_type_char8_t_works" >&5 +! printf '%s\n' "$gl_cv_type_char8_t_works" >&6; } + if test $gl_cv_type_char8_t_works = no; then + GNULIBHEADERS_OVERRIDE_CHAR8_T=1 + else +--- 11902,11909 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_type_char8_t_works" >&5 +! printf "%s\n" "$gl_cv_type_char8_t_works" >&6; } + if test $gl_cv_type_char8_t_works = no; then + GNULIBHEADERS_OVERRIDE_CHAR8_T=1 + else +*************** +*** 12066,12072 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether char16_t is correctly defined" >&5 + printf %s "checking whether char16_t is correctly defined... " >&6; } + if test ${gl_cv_type_char16_t_works+y} + then : +--- 11912,11918 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether char16_t is correctly defined" >&5 + printf %s "checking whether char16_t is correctly defined... " >&6; } + if test ${gl_cv_type_char16_t_works+y} + then : +*************** +*** 12103,12110 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_type_char16_t_works" >&5 +! printf '%s\n' "$gl_cv_type_char16_t_works" >&6; } + if test $gl_cv_type_char16_t_works = no; then + GNULIBHEADERS_OVERRIDE_CHAR16_T=1 + else +--- 11949,11956 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_type_char16_t_works" >&5 +! printf "%s\n" "$gl_cv_type_char16_t_works" >&6; } + if test $gl_cv_type_char16_t_works = no; then + GNULIBHEADERS_OVERRIDE_CHAR16_T=1 + else +*************** +*** 12113,12119 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether char32_t is correctly defined" >&5 + printf %s "checking whether char32_t is correctly defined... " >&6; } + if test ${gl_cv_type_char32_t_works+y} + then : +--- 11959,11965 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether char32_t is correctly defined" >&5 + printf %s "checking whether char32_t is correctly defined... " >&6; } + if test ${gl_cv_type_char32_t_works+y} + then : +*************** +*** 12150,12157 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_type_char32_t_works" >&5 +! printf '%s\n' "$gl_cv_type_char32_t_works" >&6; } + if test $gl_cv_type_char32_t_works = no; then + GNULIBHEADERS_OVERRIDE_CHAR32_T=1 + else +--- 11996,12003 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_type_char32_t_works" >&5 +! printf "%s\n" "$gl_cv_type_char32_t_works" >&6; } + if test $gl_cv_type_char32_t_works = no; then + GNULIBHEADERS_OVERRIDE_CHAR32_T=1 + else +*************** +*** 12174,12180 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_uchar_h='<'uchar.h'>' + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_uchar_h+y} + then : +--- 12020,12026 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_uchar_h='<'uchar.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_uchar_h+y} + then : +*************** +*** 12225,12232 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_uchar_h" >&5 +! printf '%s\n' "$gl_cv_next_uchar_h" >&6; } + fi + NEXT_UCHAR_H=$gl_cv_next_uchar_h + +--- 12071,12078 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_uchar_h" >&5 +! printf "%s\n" "$gl_cv_next_uchar_h" >&6; } + fi + NEXT_UCHAR_H=$gl_cv_next_uchar_h + +*************** +*** 12257,12263 **** + CXX_HAS_UCHAR_TYPES=0 + if test $HAVE_UCHAR_H = 0; then + if test "$CXX" != no; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether the C++ compiler predefines the types" >&5 + printf %s "checking whether the C++ compiler predefines the types... " >&6; } + if test ${gl_cv_cxx_has_uchar_types+y} + then : +--- 12103,12109 ---- + CXX_HAS_UCHAR_TYPES=0 + if test $HAVE_UCHAR_H = 0; then + if test "$CXX" != no; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C++ compiler predefines the types" >&5 + printf %s "checking whether the C++ compiler predefines the types... " >&6; } + if test ${gl_cv_cxx_has_uchar_types+y} + then : +*************** +*** 12272,12278 **** + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gl_command\""; } >&5 + (eval $gl_command) 2>&5 + ac_status=$? +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + gl_cv_cxx_has_uchar_types=yes + else +--- 12118,12124 ---- + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gl_command\""; } >&5 + (eval $gl_command) 2>&5 + ac_status=$? +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + gl_cv_cxx_has_uchar_types=yes + else +*************** +*** 12282,12289 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cxx_has_uchar_types" >&5 +! printf '%s\n' "$gl_cv_cxx_has_uchar_types" >&6; } + if test $gl_cv_cxx_has_uchar_types = yes; then + CXX_HAS_UCHAR_TYPES=1 + fi +--- 12128,12135 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cxx_has_uchar_types" >&5 +! printf "%s\n" "$gl_cv_cxx_has_uchar_types" >&6; } + if test $gl_cv_cxx_has_uchar_types = yes; then + CXX_HAS_UCHAR_TYPES=1 + fi +*************** +*** 12293,12299 **** + CXX_HAS_CHAR8_TYPE=0 + if test $HAVE_UCHAR_H = 0; then + if test "$CXX" != no; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether the C++ compiler predefines the char8_t types" >&5 + printf %s "checking whether the C++ compiler predefines the char8_t types... " >&6; } + if test ${gl_cv_cxx_has_char8_type+y} + then : +--- 12139,12145 ---- + CXX_HAS_CHAR8_TYPE=0 + if test $HAVE_UCHAR_H = 0; then + if test "$CXX" != no; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C++ compiler predefines the char8_t types" >&5 + printf %s "checking whether the C++ compiler predefines the char8_t types... " >&6; } + if test ${gl_cv_cxx_has_char8_type+y} + then : +*************** +*** 12307,12313 **** + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gl_command\""; } >&5 + (eval $gl_command) 2>&5 + ac_status=$? +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + gl_cv_cxx_has_char8_type=yes + else +--- 12153,12159 ---- + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gl_command\""; } >&5 + (eval $gl_command) 2>&5 + ac_status=$? +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + gl_cv_cxx_has_char8_type=yes + else +*************** +*** 12317,12324 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cxx_has_char8_type" >&5 +! printf '%s\n' "$gl_cv_cxx_has_char8_type" >&6; } + if test $gl_cv_cxx_has_char8_type = yes; then + CXX_HAS_CHAR8_TYPE=1 + fi +--- 12163,12170 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cxx_has_char8_type" >&5 +! printf "%s\n" "$gl_cv_cxx_has_char8_type" >&6; } + if test $gl_cv_cxx_has_char8_type = yes; then + CXX_HAS_CHAR8_TYPE=1 + fi +*************** +*** 12329,12335 **** + + + for gltype in wchar_t ; do +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5 + printf %s "checking for bit size of $gltype... " >&6; } + if eval test \${gl_cv_bitsizeof_${gltype}+y} + then : +--- 12175,12181 ---- + + + for gltype in wchar_t ; do +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5 + printf %s "checking for bit size of $gltype... " >&6; } + if eval test \${gl_cv_bitsizeof_${gltype}+y} + then : +*************** +*** 12355,12368 **** + esac + fi + eval ac_res=\$gl_cv_bitsizeof_${gltype} +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf '%s\n' "$ac_res" >&6; } + eval result=\$gl_cv_bitsizeof_${gltype} + if test $result = unknown; then + result=0 + fi + GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` +! printf '%s\n' "#define BITSIZEOF_${GLTYPE} $result" >>confdefs.h + + eval BITSIZEOF_${GLTYPE}=\$result + done +--- 12201,12214 ---- + esac + fi + eval ac_res=\$gl_cv_bitsizeof_${gltype} +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf "%s\n" "$ac_res" >&6; } + eval result=\$gl_cv_bitsizeof_${gltype} + if test $result = unknown; then + result=0 + fi + GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` +! printf "%s\n" "#define BITSIZEOF_${GLTYPE} $result" >>confdefs.h + + eval BITSIZEOF_${GLTYPE}=\$result + done +*************** +*** 12381,12387 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5 + printf %s "checking for mbstate_t... " >&6; } + if test ${ac_cv_type_mbstate_t+y} + then : +--- 12227,12233 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5 + printf %s "checking for mbstate_t... " >&6; } + if test ${ac_cv_type_mbstate_t+y} + then : +*************** +*** 12409,12423 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_mbstate_t" >&5 +! printf '%s\n' "$ac_cv_type_mbstate_t" >&6; } + if test $ac_cv_type_mbstate_t = yes; then + +! printf '%s\n' "#define HAVE_MBSTATE_T 1" >>confdefs.h + + else + +! printf '%s\n' "#define mbstate_t int" >>confdefs.h + + fi + +--- 12255,12269 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_mbstate_t" >&5 +! printf "%s\n" "$ac_cv_type_mbstate_t" >&6; } + if test $ac_cv_type_mbstate_t = yes; then + +! printf "%s\n" "#define HAVE_MBSTATE_T 1" >>confdefs.h + + else + +! printf "%s\n" "#define mbstate_t int" >>confdefs.h + + fi + +*************** +*** 12425,12431 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for a traditional japanese locale" >&5 + printf %s "checking for a traditional japanese locale... " >&6; } + if test ${gt_cv_locale_ja+y} + then : +--- 12271,12277 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a traditional japanese locale" >&5 + printf %s "checking for a traditional japanese locale... " >&6; } + if test ${gt_cv_locale_ja+y} + then : +*************** +*** 12508,12514 **** + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s conftest$ac_exeext; then + case "$host_os" in + # Handle native Windows specially, because there setlocale() interprets +--- 12354,12360 ---- + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s conftest$ac_exeext; then + case "$host_os" in + # Handle native Windows specially, because there setlocale() interprets +*************** +*** 12568,12580 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_ja" >&5 +! printf '%s\n' "$gt_cv_locale_ja" >&6; } + LOCALE_JA=$gt_cv_locale_ja + case $LOCALE_JA in #( + '' | *[[:space:]\"\$\'*[]*) +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: WARNING: invalid locale \"$LOCALE_JA\"; assuming \"none\"" >&5 +! printf '%s\n' "$as_me: WARNING: invalid locale \"$LOCALE_JA\"; assuming \"none\"" >&2;} + LOCALE_JA=none;; + esac + +--- 12414,12426 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_ja" >&5 +! printf "%s\n" "$gt_cv_locale_ja" >&6; } + LOCALE_JA=$gt_cv_locale_ja + case $LOCALE_JA in #( + '' | *[[:space:]\"\$\'*[]*) +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: invalid locale \"$LOCALE_JA\"; assuming \"none\"" >&5 +! printf "%s\n" "$as_me: WARNING: invalid locale \"$LOCALE_JA\"; assuming \"none\"" >&2;} + LOCALE_JA=none;; + esac + +*************** +*** 12582,12588 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for an english Unicode locale" >&5 + printf %s "checking for an english Unicode locale... " >&6; } + if test ${gt_cv_locale_en_utf8+y} + then : +--- 12428,12434 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for an english Unicode locale" >&5 + printf %s "checking for an english Unicode locale... " >&6; } + if test ${gt_cv_locale_en_utf8+y} + then : +*************** +*** 12654,12660 **** + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s conftest$ac_exeext; then + case "$host_os" in + # Handle native Windows specially, because there setlocale() interprets +--- 12500,12506 ---- + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s conftest$ac_exeext; then + case "$host_os" in + # Handle native Windows specially, because there setlocale() interprets +*************** +*** 12705,12717 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_en_utf8" >&5 +! printf '%s\n' "$gt_cv_locale_en_utf8" >&6; } + LOCALE_EN_UTF8="$gt_cv_locale_en_utf8" + case "$LOCALE_EN_UTF8" in #( + '' | *[\"\$\'*[]*) +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: WARNING: invalid locale \"$LOCALE_EN_UTF8\"; assuming \"none\"" >&5 +! printf '%s\n' "$as_me: WARNING: invalid locale \"$LOCALE_EN_UTF8\"; assuming \"none\"" >&2;} + LOCALE_EN_UTF8=none;; + esac + +--- 12551,12563 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_en_utf8" >&5 +! printf "%s\n" "$gt_cv_locale_en_utf8" >&6; } + LOCALE_EN_UTF8="$gt_cv_locale_en_utf8" + case "$LOCALE_EN_UTF8" in #( + '' | *[\"\$\'*[]*) +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: invalid locale \"$LOCALE_EN_UTF8\"; assuming \"none\"" >&5 +! printf "%s\n" "$as_me: WARNING: invalid locale \"$LOCALE_EN_UTF8\"; assuming \"none\"" >&2;} + LOCALE_EN_UTF8=none;; + esac + +*************** +*** 12719,12725 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for a transitional chinese locale" >&5 + printf %s "checking for a transitional chinese locale... " >&6; } + if test ${gt_cv_locale_zh_CN+y} + then : +--- 12565,12571 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a transitional chinese locale" >&5 + printf %s "checking for a transitional chinese locale... " >&6; } + if test ${gt_cv_locale_zh_CN+y} + then : +*************** +*** 12817,12823 **** + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s conftest$ac_exeext; then + case "$host_os" in + # Handle native Windows specially, because there setlocale() interprets +--- 12663,12669 ---- + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s conftest$ac_exeext; then + case "$host_os" in + # Handle native Windows specially, because there setlocale() interprets +*************** +*** 12870,12882 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_zh_CN" >&5 +! printf '%s\n' "$gt_cv_locale_zh_CN" >&6; } + LOCALE_ZH_CN=$gt_cv_locale_zh_CN + case $LOCALE_ZH_CN in #( + '' | *[[:space:]\"\$\'*[]*) +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: WARNING: invalid locale \"$LOCALE_ZH_CN\"; assuming \"none\"" >&5 +! printf '%s\n' "$as_me: WARNING: invalid locale \"$LOCALE_ZH_CN\"; assuming \"none\"" >&2;} + LOCALE_ZH_CN=none;; + esac + +--- 12716,12728 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_zh_CN" >&5 +! printf "%s\n" "$gt_cv_locale_zh_CN" >&6; } + LOCALE_ZH_CN=$gt_cv_locale_zh_CN + case $LOCALE_ZH_CN in #( + '' | *[[:space:]\"\$\'*[]*) +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: invalid locale \"$LOCALE_ZH_CN\"; assuming \"none\"" >&5 +! printf "%s\n" "$as_me: WARNING: invalid locale \"$LOCALE_ZH_CN\"; assuming \"none\"" >&2;} + LOCALE_ZH_CN=none;; + esac + +*************** +*** 12897,12903 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc handles incomplete characters" >&5 + printf %s "checking whether mbrtowc handles incomplete characters... " >&6; } + if test ${gl_cv_func_mbrtowc_incomplete_state+y} + then : +--- 12743,12749 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc handles incomplete characters" >&5 + printf %s "checking whether mbrtowc handles incomplete characters... " >&6; } + if test ${gl_cv_func_mbrtowc_incomplete_state+y} + then : +*************** +*** 12994,13006 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_incomplete_state" >&5 +! printf '%s\n' "$gl_cv_func_mbrtowc_incomplete_state" >&6; } + + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc works as well as mbtowc" >&5 + printf %s "checking whether mbrtowc works as well as mbtowc... " >&6; } + if test ${gl_cv_func_mbrtowc_sanitycheck+y} + then : +--- 12840,12852 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_incomplete_state" >&5 +! printf "%s\n" "$gl_cv_func_mbrtowc_incomplete_state" >&6; } + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc works as well as mbtowc" >&5 + printf %s "checking whether mbrtowc works as well as mbtowc... " >&6; } + if test ${gl_cv_func_mbrtowc_sanitycheck+y} + then : +*************** +*** 13060,13067 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_sanitycheck" >&5 +! printf '%s\n' "$gl_cv_func_mbrtowc_sanitycheck" >&6; } + + REPLACE_MBSTATE_T=0 + case "$gl_cv_func_mbrtowc_incomplete_state" in +--- 12906,12913 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_sanitycheck" >&5 +! printf "%s\n" "$gl_cv_func_mbrtowc_sanitycheck" >&6; } + + REPLACE_MBSTATE_T=0 + case "$gl_cv_func_mbrtowc_incomplete_state" in +*************** +*** 13076,13082 **** + REPLACE_MBSTATE_T=1 + fi + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for $CC options needed to detect all undeclared functions" >&5 + printf %s "checking for $CC options needed to detect all undeclared functions... " >&6; } + if test ${ac_cv_c_undeclared_builtin_options+y} + then : +--- 12922,12928 ---- + REPLACE_MBSTATE_T=1 + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC options needed to detect all undeclared functions" >&5 + printf %s "checking for $CC options needed to detect all undeclared functions... " >&6; } + if test ${ac_cv_c_undeclared_builtin_options+y} + then : +*************** +*** 13145,13156 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_undeclared_builtin_options" >&5 +! printf '%s\n' "$ac_cv_c_undeclared_builtin_options" >&6; } + case $ac_cv_c_undeclared_builtin_options in #( + 'cannot detect') : +! { { printf '%s\n' "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf '%s\n' "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error $? "cannot make $CC report undeclared builtins + See 'config.log' for more details" "$LINENO" 5; } ;; #( + 'none needed') : +--- 12991,13002 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_undeclared_builtin_options" >&5 +! printf "%s\n" "$ac_cv_c_undeclared_builtin_options" >&6; } + case $ac_cv_c_undeclared_builtin_options in #( + 'cannot detect') : +! { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error $? "cannot make $CC report undeclared builtins + See 'config.log' for more details" "$LINENO" 5; } ;; #( + 'none needed') : +*************** +*** 13171,13177 **** + + fi + if test $ac_cv_have_decl_mbrtoc32 = yes; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for mbrtoc32" >&5 + printf %s "checking for mbrtoc32... " >&6; } + if test ${gl_cv_func_mbrtoc32+y} + then : +--- 13017,13023 ---- + + fi + if test $ac_cv_have_decl_mbrtoc32 = yes; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for mbrtoc32" >&5 + printf %s "checking for mbrtoc32... " >&6; } + if test ${gl_cv_func_mbrtoc32+y} + then : +*************** +*** 13208,13215 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtoc32" >&5 +! printf '%s\n' "$gl_cv_func_mbrtoc32" >&6; } + else + gl_cv_func_mbrtoc32=no + fi +--- 13054,13061 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtoc32" >&5 +! printf "%s\n" "$gl_cv_func_mbrtoc32" >&6; } + else + gl_cv_func_mbrtoc32=no + fi +*************** +*** 13224,13230 **** + if test $GNULIBHEADERS_OVERRIDE_CHAR32_T = 1 || test $gl_cv_func_mbrtoc32 = no; then + HAVE_WORKING_MBRTOC32=0 + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether mbrtoc32 works as well as mbrtowc" >&5 + printf %s "checking whether mbrtoc32 works as well as mbrtowc... " >&6; } + if test ${gl_cv_func_mbrtoc32_sanitycheck+y} + then : +--- 13070,13076 ---- + if test $GNULIBHEADERS_OVERRIDE_CHAR32_T = 1 || test $gl_cv_func_mbrtoc32 = no; then + HAVE_WORKING_MBRTOC32=0 + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether mbrtoc32 works as well as mbrtowc" >&5 + printf %s "checking whether mbrtoc32 works as well as mbrtowc... " >&6; } + if test ${gl_cv_func_mbrtoc32_sanitycheck+y} + then : +*************** +*** 13313,13325 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtoc32_sanitycheck" >&5 +! printf '%s\n' "$gl_cv_func_mbrtoc32_sanitycheck" >&6; } + case "$gl_cv_func_mbrtoc32_sanitycheck" in + *yes) + HAVE_WORKING_MBRTOC32=1 + +! printf '%s\n' "#define HAVE_WORKING_MBRTOC32 1" >>confdefs.h + + ;; + *) HAVE_WORKING_MBRTOC32=0 ;; +--- 13159,13171 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtoc32_sanitycheck" >&5 +! printf "%s\n" "$gl_cv_func_mbrtoc32_sanitycheck" >&6; } + case "$gl_cv_func_mbrtoc32_sanitycheck" in + *yes) + HAVE_WORKING_MBRTOC32=1 + +! printf "%s\n" "#define HAVE_WORKING_MBRTOC32 1" >>confdefs.h + + ;; + *) HAVE_WORKING_MBRTOC32=0 ;; +*************** +*** 13339,13345 **** + + fi + if test $ac_cv_have_decl_c32rtomb = yes; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for c32rtomb" >&5 + printf %s "checking for c32rtomb... " >&6; } + if test ${gl_cv_func_c32rtomb+y} + then : +--- 13185,13191 ---- + + fi + if test $ac_cv_have_decl_c32rtomb = yes; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for c32rtomb" >&5 + printf %s "checking for c32rtomb... " >&6; } + if test ${gl_cv_func_c32rtomb+y} + then : +*************** +*** 13376,13383 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_c32rtomb" >&5 +! printf '%s\n' "$gl_cv_func_c32rtomb" >&6; } + else + gl_cv_func_c32rtomb=no + fi +--- 13222,13229 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_c32rtomb" >&5 +! printf "%s\n" "$gl_cv_func_c32rtomb" >&6; } + else + gl_cv_func_c32rtomb=no + fi +*************** +*** 13391,13397 **** + if test $GNULIBHEADERS_OVERRIDE_CHAR32_T = 1 || test $gl_cv_func_c32rtomb = no; then + HAVE_WORKING_C32RTOMB=0 + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether c32rtomb works as well as wcrtomb" >&5 + printf %s "checking whether c32rtomb works as well as wcrtomb... " >&6; } + if test ${gl_cv_func_c32rtomb_sanitycheck+y} + then : +--- 13237,13243 ---- + if test $GNULIBHEADERS_OVERRIDE_CHAR32_T = 1 || test $gl_cv_func_c32rtomb = no; then + HAVE_WORKING_C32RTOMB=0 + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether c32rtomb works as well as wcrtomb" >&5 + printf %s "checking whether c32rtomb works as well as wcrtomb... " >&6; } + if test ${gl_cv_func_c32rtomb_sanitycheck+y} + then : +*************** +*** 13471,13483 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_c32rtomb_sanitycheck" >&5 +! printf '%s\n' "$gl_cv_func_c32rtomb_sanitycheck" >&6; } + case "$gl_cv_func_c32rtomb_sanitycheck" in + *yes) + HAVE_WORKING_C32RTOMB=1 + +! printf '%s\n' "#define HAVE_WORKING_C32RTOMB 1" >>confdefs.h + + ;; + *) HAVE_WORKING_C32RTOMB=0 ;; +--- 13317,13329 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_c32rtomb_sanitycheck" >&5 +! printf "%s\n" "$gl_cv_func_c32rtomb_sanitycheck" >&6; } + case "$gl_cv_func_c32rtomb_sanitycheck" in + *yes) + HAVE_WORKING_C32RTOMB=1 + +! printf "%s\n" "#define HAVE_WORKING_C32RTOMB 1" >>confdefs.h + + ;; + *) HAVE_WORKING_C32RTOMB=0 ;; +*************** +*** 13486,13492 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether malloc is ptrdiff_t safe" >&5 + printf %s "checking whether malloc is ptrdiff_t safe... " >&6; } + if test ${gl_cv_malloc_ptrdiff+y} + then : +--- 13332,13338 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether malloc is ptrdiff_t safe" >&5 + printf %s "checking whether malloc is ptrdiff_t safe... " >&6; } + if test ${gl_cv_malloc_ptrdiff+y} + then : +*************** +*** 13534,13541 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_malloc_ptrdiff" >&5 +! printf '%s\n' "$gl_cv_malloc_ptrdiff" >&6; } + + + +--- 13380,13387 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_malloc_ptrdiff" >&5 +! printf "%s\n" "$gl_cv_malloc_ptrdiff" >&6; } + + + +*************** +*** 13543,13549 **** + if test "$gl_cv_malloc_ptrdiff" = yes + then : + +! printf '%s\n' "#define HAVE_MALLOC_PTRDIFF 1" >>confdefs.h + + else case e in #( + e) REPLACE_MALLOC_FOR_MALLOC_POSIX=1 ;; +--- 13389,13395 ---- + if test "$gl_cv_malloc_ptrdiff" = yes + then : + +! printf "%s\n" "#define HAVE_MALLOC_PTRDIFF 1" >>confdefs.h + + else case e in #( + e) REPLACE_MALLOC_FOR_MALLOC_POSIX=1 ;; +*************** +*** 13552,13558 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether malloc, realloc, calloc set errno on failure" >&5 + printf %s "checking whether malloc, realloc, calloc set errno on failure... " >&6; } + if test ${gl_cv_func_malloc_posix+y} + then : +--- 13398,13404 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether malloc, realloc, calloc set errno on failure" >&5 + printf %s "checking whether malloc, realloc, calloc set errno on failure... " >&6; } + if test ${gl_cv_func_malloc_posix+y} + then : +*************** +*** 13595,13602 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_malloc_posix" >&5 +! printf '%s\n' "$gl_cv_func_malloc_posix" >&6; } + + + +--- 13441,13448 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_malloc_posix" >&5 +! printf "%s\n" "$gl_cv_func_malloc_posix" >&6; } + + + +*************** +*** 13605,13611 **** + case "$gl_cv_func_malloc_posix" in + *yes) + +! printf '%s\n' "#define HAVE_MALLOC_POSIX 1" >>confdefs.h + + ;; + *) +--- 13451,13457 ---- + case "$gl_cv_func_malloc_posix" in + *yes) + +! printf "%s\n" "#define HAVE_MALLOC_POSIX 1" >>confdefs.h + + ;; + *) +*************** +*** 13618,13624 **** + + REPLACE_CALLOC_FOR_CALLOC_POSIX=$REPLACE_MALLOC_FOR_MALLOC_POSIX + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for C/C++ restrict keyword" >&5 + printf %s "checking for C/C++ restrict keyword... " >&6; } + if test ${ac_cv_c_restrict+y} + then : +--- 13464,13470 ---- + + REPLACE_CALLOC_FOR_CALLOC_POSIX=$REPLACE_MALLOC_FOR_MALLOC_POSIX + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C/C++ restrict keyword" >&5 + printf %s "checking for C/C++ restrict keyword... " >&6; } + if test ${ac_cv_c_restrict+y} + then : +*************** +*** 13658,13671 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_restrict" >&5 +! printf '%s\n' "$ac_cv_c_restrict" >&6; } + + case $ac_cv_c_restrict in + restrict) ;; +! no) printf '%s\n' "#define restrict /**/" >>confdefs.h + ;; +! *) printf '%s\n' "#define restrict $ac_cv_c_restrict" >>confdefs.h + ;; + esac + +--- 13504,13517 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_restrict" >&5 +! printf "%s\n" "$ac_cv_c_restrict" >&6; } + + case $ac_cv_c_restrict in + restrict) ;; +! no) printf "%s\n" "#define restrict /**/" >>confdefs.h + ;; +! *) printf "%s\n" "#define restrict $ac_cv_c_restrict" >>confdefs.h + ;; + esac + +*************** +*** 14122,14128 **** + if test $ac_cv_func__set_invalid_parameter_handler = yes; then + HAVE_MSVC_INVALID_PARAMETER_HANDLER=1 + +! printf '%s\n' "#define HAVE_MSVC_INVALID_PARAMETER_HANDLER 1" >>confdefs.h + + else + HAVE_MSVC_INVALID_PARAMETER_HANDLER=0 +--- 13968,13974 ---- + if test $ac_cv_func__set_invalid_parameter_handler = yes; then + HAVE_MSVC_INVALID_PARAMETER_HANDLER=1 + +! printf "%s\n" "#define HAVE_MSVC_INVALID_PARAMETER_HANDLER 1" >>confdefs.h + + else + HAVE_MSVC_INVALID_PARAMETER_HANDLER=0 +*************** +*** 14154,14160 **** + ac_fn_c_check_header_compile "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default" + if test "x$ac_cv_header_winsock2_h" = xyes + then : +! printf '%s\n' "#define HAVE_WINSOCK2_H 1" >>confdefs.h + + fi + +--- 14000,14006 ---- + ac_fn_c_check_header_compile "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default" + if test "x$ac_cv_header_winsock2_h" = xyes + then : +! printf "%s\n" "#define HAVE_WINSOCK2_H 1" >>confdefs.h + + fi + +*************** +*** 14267,14273 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_ctype_h='<'ctype.h'>' + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_ctype_h+y} + then : +--- 14113,14119 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_ctype_h='<'ctype.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_ctype_h+y} + then : +*************** +*** 14312,14319 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_ctype_h" >&5 +! printf '%s\n' "$gl_cv_next_ctype_h" >&6; } + fi + NEXT_CTYPE_H=$gl_cv_next_ctype_h + +--- 14158,14165 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_ctype_h" >&5 +! printf "%s\n" "$gl_cv_next_ctype_h" >&6; } + fi + NEXT_CTYPE_H=$gl_cv_next_ctype_h + +*************** +*** 14356,14362 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_dirent_h='<'dirent.h'>' + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_dirent_h+y} + then : +--- 14202,14208 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_dirent_h='<'dirent.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_dirent_h+y} + then : +*************** +*** 14407,14414 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_dirent_h" >&5 +! printf '%s\n' "$gl_cv_next_dirent_h" >&6; } + fi + NEXT_DIRENT_H=$gl_cv_next_dirent_h + +--- 14253,14260 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_dirent_h" >&5 +! printf "%s\n" "$gl_cv_next_dirent_h" >&6; } + fi + NEXT_DIRENT_H=$gl_cv_next_dirent_h + +*************** +*** 14499,14505 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking if environ is properly declared" >&5 + printf %s "checking if environ is properly declared... " >&6; } + if test ${gt_cv_var_environ_declaration+y} + then : +--- 14345,14351 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if environ is properly declared" >&5 + printf %s "checking if environ is properly declared... " >&6; } + if test ${gt_cv_var_environ_declaration+y} + then : +*************** +*** 14533,14543 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gt_cv_var_environ_declaration" >&5 +! printf '%s\n' "$gt_cv_var_environ_declaration" >&6; } + if test $gt_cv_var_environ_declaration = yes; then + +! printf '%s\n' "#define HAVE_ENVIRON_DECL 1" >>confdefs.h + + fi + +--- 14379,14389 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gt_cv_var_environ_declaration" >&5 +! printf "%s\n" "$gt_cv_var_environ_declaration" >&6; } + if test $gt_cv_var_environ_declaration = yes; then + +! printf "%s\n" "#define HAVE_ENVIRON_DECL 1" >>confdefs.h + + fi + +*************** +*** 14550,14556 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for complete errno.h" >&5 + printf %s "checking for complete errno.h... " >&6; } + if test ${gl_cv_header_errno_h_complete+y} + then : +--- 14396,14402 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for complete errno.h" >&5 + printf %s "checking for complete errno.h... " >&6; } + if test ${gl_cv_header_errno_h_complete+y} + then : +*************** +*** 14630,14637 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_errno_h_complete" >&5 +! printf '%s\n' "$gl_cv_header_errno_h_complete" >&6; } + if test $gl_cv_header_errno_h_complete = yes; then + GL_GENERATE_ERRNO_H=false + else +--- 14476,14483 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_errno_h_complete" >&5 +! printf "%s\n" "$gl_cv_header_errno_h_complete" >&6; } + if test $gl_cv_header_errno_h_complete = yes; then + GL_GENERATE_ERRNO_H=false + else +*************** +*** 14646,14652 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_errno_h='<'errno.h'>' + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_errno_h+y} + then : +--- 14492,14498 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_errno_h='<'errno.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_errno_h+y} + then : +*************** +*** 14691,14698 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_errno_h" >&5 +! printf '%s\n' "$gl_cv_next_errno_h" >&6; } + fi + NEXT_ERRNO_H=$gl_cv_next_errno_h + +--- 14537,14544 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_errno_h" >&5 +! printf "%s\n" "$gl_cv_next_errno_h" >&6; } + fi + NEXT_ERRNO_H=$gl_cv_next_errno_h + +*************** +*** 14712,14718 **** + fi + + if $GL_GENERATE_ERRNO_H; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for EMULTIHOP value" >&5 + printf %s "checking for EMULTIHOP value... " >&6; } + if test ${gl_cv_header_errno_h_EMULTIHOP+y} + then : +--- 14558,14564 ---- + fi + + if $GL_GENERATE_ERRNO_H; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for EMULTIHOP value" >&5 + printf %s "checking for EMULTIHOP value... " >&6; } + if test ${gl_cv_header_errno_h_EMULTIHOP+y} + then : +*************** +*** 14773,14780 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_errno_h_EMULTIHOP" >&5 +! printf '%s\n' "$gl_cv_header_errno_h_EMULTIHOP" >&6; } + case $gl_cv_header_errno_h_EMULTIHOP in + yes | no) + EMULTIHOP_HIDDEN=0; EMULTIHOP_VALUE= +--- 14619,14626 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_errno_h_EMULTIHOP" >&5 +! printf "%s\n" "$gl_cv_header_errno_h_EMULTIHOP" >&6; } + case $gl_cv_header_errno_h_EMULTIHOP in + yes | no) + EMULTIHOP_HIDDEN=0; EMULTIHOP_VALUE= +*************** +*** 14789,14795 **** + + + if $GL_GENERATE_ERRNO_H; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for ENOLINK value" >&5 + printf %s "checking for ENOLINK value... " >&6; } + if test ${gl_cv_header_errno_h_ENOLINK+y} + then : +--- 14635,14641 ---- + + + if $GL_GENERATE_ERRNO_H; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ENOLINK value" >&5 + printf %s "checking for ENOLINK value... " >&6; } + if test ${gl_cv_header_errno_h_ENOLINK+y} + then : +*************** +*** 14850,14857 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_errno_h_ENOLINK" >&5 +! printf '%s\n' "$gl_cv_header_errno_h_ENOLINK" >&6; } + case $gl_cv_header_errno_h_ENOLINK in + yes | no) + ENOLINK_HIDDEN=0; ENOLINK_VALUE= +--- 14696,14703 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_errno_h_ENOLINK" >&5 +! printf "%s\n" "$gl_cv_header_errno_h_ENOLINK" >&6; } + case $gl_cv_header_errno_h_ENOLINK in + yes | no) + ENOLINK_HIDDEN=0; ENOLINK_VALUE= +*************** +*** 14866,14872 **** + + + if $GL_GENERATE_ERRNO_H; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for EOVERFLOW value" >&5 + printf %s "checking for EOVERFLOW value... " >&6; } + if test ${gl_cv_header_errno_h_EOVERFLOW+y} + then : +--- 14712,14718 ---- + + + if $GL_GENERATE_ERRNO_H; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for EOVERFLOW value" >&5 + printf %s "checking for EOVERFLOW value... " >&6; } + if test ${gl_cv_header_errno_h_EOVERFLOW+y} + then : +*************** +*** 14927,14934 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_errno_h_EOVERFLOW" >&5 +! printf '%s\n' "$gl_cv_header_errno_h_EOVERFLOW" >&6; } + case $gl_cv_header_errno_h_EOVERFLOW in + yes | no) + EOVERFLOW_HIDDEN=0; EOVERFLOW_VALUE= +--- 14773,14780 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_errno_h_EOVERFLOW" >&5 +! printf "%s\n" "$gl_cv_header_errno_h_EOVERFLOW" >&6; } + case $gl_cv_header_errno_h_EOVERFLOW in + yes | no) + EOVERFLOW_HIDDEN=0; EOVERFLOW_VALUE= +*************** +*** 14957,14963 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_error_h='<'error.h'>' + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_error_h+y} + then : +--- 14803,14809 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_error_h='<'error.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_error_h+y} + then : +*************** +*** 15008,15015 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_error_h" >&5 +! printf '%s\n' "$gl_cv_next_error_h" >&6; } + fi + NEXT_ERROR_H=$gl_cv_next_error_h + +--- 14854,14861 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_error_h" >&5 +! printf "%s\n" "$gl_cv_next_error_h" >&6; } + fi + NEXT_ERROR_H=$gl_cv_next_error_h + +*************** +*** 15036,15042 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for error" >&5 + printf %s "checking for error... " >&6; } + if test ${gl_cv_onwards_func_error+y} + then : +--- 14882,14888 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for error" >&5 + printf %s "checking for error... " >&6; } + if test ${gl_cv_onwards_func_error+y} + then : +*************** +*** 15089,15096 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_error" >&5 +! printf '%s\n' "$gl_cv_onwards_func_error" >&6; } + + case "$gl_cv_onwards_func_error" in + future*) ac_cv_func_error=no ;; +--- 14935,14942 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_error" >&5 +! printf "%s\n" "$gl_cv_onwards_func_error" >&6; } + + case "$gl_cv_onwards_func_error" in + future*) ac_cv_func_error=no ;; +*************** +*** 15098,15104 **** + esac + if test $ac_cv_func_error = yes; then + +! printf '%s\n' "#define HAVE_ERROR 1" >>confdefs.h + + fi + +--- 14944,14950 ---- + esac + if test $ac_cv_func_error = yes; then + +! printf "%s\n" "#define HAVE_ERROR 1" >>confdefs.h + + fi + +*************** +*** 15119,15125 **** + + fi + if test $ac_cv_have_decl_error_at_line = yes; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for error_at_line" >&5 + printf %s "checking for error_at_line... " >&6; } + if test ${ac_cv_lib_error_at_line+y} + then : +--- 14965,14971 ---- + + fi + if test $ac_cv_have_decl_error_at_line = yes; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for error_at_line" >&5 + printf %s "checking for error_at_line... " >&6; } + if test ${ac_cv_lib_error_at_line+y} + then : +*************** +*** 15147,15154 **** + conftest$ac_exeext conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_error_at_line" >&5 +! printf '%s\n' "$ac_cv_lib_error_at_line" >&6; } + else + ac_cv_lib_error_at_line=no + fi +--- 14993,15000 ---- + conftest$ac_exeext conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_error_at_line" >&5 +! printf "%s\n" "$ac_cv_lib_error_at_line" >&6; } + else + ac_cv_lib_error_at_line=no + fi +*************** +*** 15160,15166 **** + REPLACE_ERROR_AT_LINE=0 + + if test $ac_cv_func_error = yes && test $ac_cv_lib_error_at_line = yes; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for working error function" >&5 + printf %s "checking for working error function... " >&6; } + if test ${gl_cv_func_working_error+y} + then : +--- 15006,15012 ---- + REPLACE_ERROR_AT_LINE=0 + + if test $ac_cv_func_error = yes && test $ac_cv_lib_error_at_line = yes; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for working error function" >&5 + printf %s "checking for working error function... " >&6; } + if test ${gl_cv_func_working_error+y} + then : +*************** +*** 15243,15250 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_working_error" >&5 +! printf '%s\n' "$gl_cv_func_working_error" >&6; } + case "$gl_cv_func_working_error" in + *no) + REPLACE_ERROR=1 +--- 15089,15096 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_working_error" >&5 +! printf "%s\n" "$gl_cv_func_working_error" >&6; } + case "$gl_cv_func_working_error" in + *no) + REPLACE_ERROR=1 +*************** +*** 15274,15280 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_STRERROR_R $ac_have_decl" >>confdefs.h + + + if test $ac_cv_have_decl_strerror_r = yes; then +--- 15120,15126 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_STRERROR_R $ac_have_decl" >>confdefs.h + + + if test $ac_cv_have_decl_strerror_r = yes; then +*************** +*** 15282,15292 **** + # (We used to run AC_CHECK_FUNCS_ONCE for strerror_r, as well + # as AC_CHECK_DECLS_ONCE.) + +! printf '%s\n' "#define HAVE_STRERROR_R 1" >>confdefs.h + + fi + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether strerror_r returns char *" >&5 + printf %s "checking whether strerror_r returns char *... " >&6; } + if test ${ac_cv_func_strerror_r_char_p+y} + then : +--- 15128,15138 ---- + # (We used to run AC_CHECK_FUNCS_ONCE for strerror_r, as well + # as AC_CHECK_DECLS_ONCE.) + +! printf "%s\n" "#define HAVE_STRERROR_R 1" >>confdefs.h + + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether strerror_r returns char *" >&5 + printf %s "checking whether strerror_r returns char *... " >&6; } + if test ${ac_cv_func_strerror_r_char_p+y} + then : +*************** +*** 15321,15331 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_strerror_r_char_p" >&5 +! printf '%s\n' "$ac_cv_func_strerror_r_char_p" >&6; } + if test $ac_cv_func_strerror_r_char_p = yes; then + +! printf '%s\n' "#define STRERROR_R_CHAR_P 1" >>confdefs.h + + fi + +--- 15167,15177 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_strerror_r_char_p" >&5 +! printf "%s\n" "$ac_cv_func_strerror_r_char_p" >&6; } + if test $ac_cv_func_strerror_r_char_p = yes; then + +! printf "%s\n" "#define STRERROR_R_CHAR_P 1" >>confdefs.h + + fi + +*************** +*** 15333,15339 **** + XGETTEXT_EXTRA_OPTIONS= + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether ctype.h defines __header_inline" >&5 + printf %s "checking whether ctype.h defines __header_inline... " >&6; } + if test ${gl_cv_have___header_inline+y} + then : +--- 15179,15185 ---- + XGETTEXT_EXTRA_OPTIONS= + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ctype.h defines __header_inline" >&5 + printf %s "checking whether ctype.h defines __header_inline... " >&6; } + if test ${gl_cv_have___header_inline+y} + then : +*************** +*** 15357,15367 **** + rm -f conftest.err conftest.i conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_have___header_inline" >&5 +! printf '%s\n' "$gl_cv_have___header_inline" >&6; } + if test "$gl_cv_have___header_inline" = yes; then + +! printf '%s\n' "#define HAVE___HEADER_INLINE 1" >>confdefs.h + + fi + +--- 15203,15213 ---- + rm -f conftest.err conftest.i conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_have___header_inline" >&5 +! printf "%s\n" "$gl_cv_have___header_inline" >&6; } + if test "$gl_cv_have___header_inline" = yes; then + +! printf "%s\n" "#define HAVE___HEADER_INLINE 1" >>confdefs.h + + fi + +*************** +*** 15375,15381 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_FCHDIR $ac_have_decl" >>confdefs.h + + + HAVE_FCNTL=1; +--- 15221,15227 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_FCHDIR $ac_have_decl" >>confdefs.h + + + HAVE_FCNTL=1; +*************** +*** 15422,15428 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for working fcntl.h" >&5 + printf %s "checking for working fcntl.h... " >&6; } + if test ${gl_cv_header_working_fcntl_h+y} + then : +--- 15268,15274 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for working fcntl.h" >&5 + printf %s "checking for working fcntl.h... " >&6; } + if test ${gl_cv_header_working_fcntl_h+y} + then : +*************** +*** 15556,15570 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_working_fcntl_h" >&5 +! printf '%s\n' "$gl_cv_header_working_fcntl_h" >&6; } + + case $gl_cv_header_working_fcntl_h in #( + *O_NOATIME* | no | cross-compiling) ac_val=0;; #( + *) ac_val=1;; + esac + +! printf '%s\n' "#define HAVE_WORKING_O_NOATIME $ac_val" >>confdefs.h + + + case $gl_cv_header_working_fcntl_h in #( +--- 15402,15416 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_working_fcntl_h" >&5 +! printf "%s\n" "$gl_cv_header_working_fcntl_h" >&6; } + + case $gl_cv_header_working_fcntl_h in #( + *O_NOATIME* | no | cross-compiling) ac_val=0;; #( + *) ac_val=1;; + esac + +! printf "%s\n" "#define HAVE_WORKING_O_NOATIME $ac_val" >>confdefs.h + + + case $gl_cv_header_working_fcntl_h in #( +*************** +*** 15572,15578 **** + *) ac_val=1;; + esac + +! printf '%s\n' "#define HAVE_WORKING_O_NOFOLLOW $ac_val" >>confdefs.h + + + +--- 15418,15424 ---- + *) ac_val=1;; + esac + +! printf "%s\n" "#define HAVE_WORKING_O_NOFOLLOW $ac_val" >>confdefs.h + + + +*************** +*** 15607,15613 **** + fi + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + +! printf '%s\n' "#define pid_t $ac_pid_type" >>confdefs.h + + ;; + esac +--- 15453,15459 ---- + fi + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + +! printf "%s\n" "#define pid_t $ac_pid_type" >>confdefs.h + + ;; + esac +*************** +*** 15620,15626 **** + + else case e in #( + e) +! printf '%s\n' "#define mode_t int" >>confdefs.h + ;; + esac + fi +--- 15466,15472 ---- + + else case e in #( + e) +! printf "%s\n" "#define mode_t int" >>confdefs.h + ;; + esac + fi +*************** +*** 15639,15645 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_fcntl_h='<'fcntl.h'>' + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_fcntl_h+y} + then : +--- 15485,15491 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_fcntl_h='<'fcntl.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_fcntl_h+y} + then : +*************** +*** 15684,15691 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_fcntl_h" >&5 +! printf '%s\n' "$gl_cv_next_fcntl_h" >&6; } + fi + NEXT_FCNTL_H=$gl_cv_next_fcntl_h + +--- 15530,15537 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_fcntl_h" >&5 +! printf "%s\n" "$gl_cv_next_fcntl_h" >&6; } + fi + NEXT_FCNTL_H=$gl_cv_next_fcntl_h + +*************** +*** 15714,15720 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for mempcpy" >&5 + printf %s "checking for mempcpy... " >&6; } + if test ${gl_cv_onwards_func_mempcpy+y} + then : +--- 15560,15566 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for mempcpy" >&5 + printf %s "checking for mempcpy... " >&6; } + if test ${gl_cv_onwards_func_mempcpy+y} + then : +*************** +*** 15767,15774 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_mempcpy" >&5 +! printf '%s\n' "$gl_cv_onwards_func_mempcpy" >&6; } + + case "$gl_cv_onwards_func_mempcpy" in + future*) ac_cv_func_mempcpy=no ;; +--- 15613,15620 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_mempcpy" >&5 +! printf "%s\n" "$gl_cv_onwards_func_mempcpy" >&6; } + + case "$gl_cv_onwards_func_mempcpy" in + future*) ac_cv_func_mempcpy=no ;; +*************** +*** 15776,15782 **** + esac + if test $ac_cv_func_mempcpy = yes; then + +! printf '%s\n' "#define HAVE_MEMPCPY 1" >>confdefs.h + + fi + +--- 15622,15628 ---- + esac + if test $ac_cv_func_mempcpy = yes; then + +! printf "%s\n" "#define HAVE_MEMPCPY 1" >>confdefs.h + + fi + +*************** +*** 15803,15809 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_fnmatch_h='<'fnmatch.h'>' + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_fnmatch_h+y} + then : +--- 15649,15655 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_fnmatch_h='<'fnmatch.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_fnmatch_h+y} + then : +*************** +*** 15854,15861 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_fnmatch_h" >&5 +! printf '%s\n' "$gl_cv_next_fnmatch_h" >&6; } + fi + NEXT_FNMATCH_H=$gl_cv_next_fnmatch_h + +--- 15700,15707 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_fnmatch_h" >&5 +! printf "%s\n" "$gl_cv_next_fnmatch_h" >&6; } + fi + NEXT_FNMATCH_H=$gl_cv_next_fnmatch_h + +*************** +*** 15966,15972 **** + gl_cv_func_fopen_slash="guessing no" + ;; + *) +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether fopen recognizes a trailing slash" >&5 + printf %s "checking whether fopen recognizes a trailing slash... " >&6; } + if test ${gl_cv_func_fopen_slash+y} + then : +--- 15812,15818 ---- + gl_cv_func_fopen_slash="guessing no" + ;; + *) +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether fopen recognizes a trailing slash" >&5 + printf %s "checking whether fopen recognizes a trailing slash... " >&6; } + if test ${gl_cv_func_fopen_slash+y} + then : +*************** +*** 16014,16027 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_fopen_slash" >&5 +! printf '%s\n' "$gl_cv_func_fopen_slash" >&6; } + ;; + esac + case "$gl_cv_func_fopen_slash" in + *no) + +! printf '%s\n' "#define FOPEN_TRAILING_SLASH_BUG 1" >>confdefs.h + + REPLACE_FOPEN=1 + ;; +--- 15860,15873 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_fopen_slash" >&5 +! printf "%s\n" "$gl_cv_func_fopen_slash" >&6; } + ;; + esac + case "$gl_cv_func_fopen_slash" in + *no) + +! printf "%s\n" "#define FOPEN_TRAILING_SLASH_BUG 1" >>confdefs.h + + REPLACE_FOPEN=1 + ;; +*************** +*** 16033,16039 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether fflush works on input streams" >&5 + printf %s "checking whether fflush works on input streams... " >&6; } + if test ${gl_cv_func_fflush_stdin+y} + then : +--- 15879,15885 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether fflush works on input streams" >&5 + printf %s "checking whether fflush works on input streams... " >&6; } + if test ${gl_cv_func_fflush_stdin+y} + then : +*************** +*** 16123,16137 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_fflush_stdin" >&5 +! printf '%s\n' "$gl_cv_func_fflush_stdin" >&6; } + case "$gl_cv_func_fflush_stdin" in + *yes) gl_func_fflush_stdin=1 ;; + *no) gl_func_fflush_stdin=0 ;; + *) gl_func_fflush_stdin='(-1)' ;; + esac + +! printf '%s\n' "#define FUNC_FFLUSH_STDIN $gl_func_fflush_stdin" >>confdefs.h + + + case "$gl_cv_func_fflush_stdin" in +--- 15969,15983 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_fflush_stdin" >&5 +! printf "%s\n" "$gl_cv_func_fflush_stdin" >&6; } + case "$gl_cv_func_fflush_stdin" in + *yes) gl_func_fflush_stdin=1 ;; + *no) gl_func_fflush_stdin=0 ;; + *) gl_func_fflush_stdin='(-1)' ;; + esac + +! printf "%s\n" "#define FUNC_FFLUSH_STDIN $gl_func_fflush_stdin" >>confdefs.h + + + case "$gl_cv_func_fflush_stdin" in +*************** +*** 16151,16157 **** + if test $REPLACE_FCLOSE = 0; then + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether fclose works on input streams" >&5 + printf %s "checking whether fclose works on input streams... " >&6; } + if test ${gl_cv_func_fclose_stdin+y} + then : +--- 15997,16003 ---- + if test $REPLACE_FCLOSE = 0; then + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether fclose works on input streams" >&5 + printf %s "checking whether fclose works on input streams... " >&6; } + if test ${gl_cv_func_fclose_stdin+y} + then : +*************** +*** 16235,16242 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_fclose_stdin" >&5 +! printf '%s\n' "$gl_cv_func_fclose_stdin" >&6; } + + case "$gl_cv_func_fclose_stdin" in + *yes) ;; +--- 16081,16088 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_fclose_stdin" >&5 +! printf "%s\n" "$gl_cv_func_fclose_stdin" >&6; } + + case "$gl_cv_func_fclose_stdin" in + *yes) ;; +*************** +*** 16561,16567 **** + REPLACE_STAT=0; + REPLACE_UTIMENSAT=0; + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5 + printf %s "checking whether stat file-mode macros are broken... " >&6; } + if test ${ac_cv_header_stat_broken+y} + then : +--- 16407,16413 ---- + REPLACE_STAT=0; + REPLACE_UTIMENSAT=0; + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5 + printf %s "checking whether stat file-mode macros are broken... " >&6; } + if test ${ac_cv_header_stat_broken+y} + then : +*************** +*** 16599,16609 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5 +! printf '%s\n' "$ac_cv_header_stat_broken" >&6; } + if test $ac_cv_header_stat_broken = yes; then + +! printf '%s\n' "#define STAT_MACROS_BROKEN 1" >>confdefs.h + + fi + +--- 16445,16455 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5 +! printf "%s\n" "$ac_cv_header_stat_broken" >&6; } + if test $ac_cv_header_stat_broken = yes; then + +! printf "%s\n" "#define STAT_MACROS_BROKEN 1" >>confdefs.h + + fi + +*************** +*** 16611,16617 **** + + case "$host_os" in + mingw* | windows*) +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for 64-bit off_t" >&5 + printf %s "checking for 64-bit off_t... " >&6; } + if test ${gl_cv_type_off_t_64+y} + then : +--- 16457,16463 ---- + + case "$host_os" in + mingw* | windows*) +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for 64-bit off_t" >&5 + printf %s "checking for 64-bit off_t... " >&6; } + if test ${gl_cv_type_off_t_64+y} + then : +*************** +*** 16641,16654 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_type_off_t_64" >&5 +! printf '%s\n' "$gl_cv_type_off_t_64" >&6; } + if test $gl_cv_type_off_t_64 = no; then + WINDOWS_64_BIT_OFF_T=1 + else + WINDOWS_64_BIT_OFF_T=0 + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for 64-bit st_size" >&5 + printf %s "checking for 64-bit st_size... " >&6; } + if test ${gl_cv_member_st_size_64+y} + then : +--- 16487,16500 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_type_off_t_64" >&5 +! printf "%s\n" "$gl_cv_type_off_t_64" >&6; } + if test $gl_cv_type_off_t_64 = no; then + WINDOWS_64_BIT_OFF_T=1 + else + WINDOWS_64_BIT_OFF_T=0 + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for 64-bit st_size" >&5 + printf %s "checking for 64-bit st_size... " >&6; } + if test ${gl_cv_member_st_size_64+y} + then : +*************** +*** 16679,16686 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_member_st_size_64" >&5 +! printf '%s\n' "$gl_cv_member_st_size_64" >&6; } + if test $gl_cv_member_st_size_64 = no; then + WINDOWS_64_BIT_ST_SIZE=1 + else +--- 16525,16532 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_member_st_size_64" >&5 +! printf "%s\n" "$gl_cv_member_st_size_64" >&6; } + if test $gl_cv_member_st_size_64 = no; then + WINDOWS_64_BIT_ST_SIZE=1 + else +*************** +*** 16710,16716 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_sys_stat_h='<'sys/stat.h'>' + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_sys_stat_h+y} + then : +--- 16556,16562 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_sys_stat_h='<'sys/stat.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_sys_stat_h+y} + then : +*************** +*** 16761,16768 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_stat_h" >&5 +! printf '%s\n' "$gl_cv_next_sys_stat_h" >&6; } + fi + NEXT_SYS_STAT_H=$gl_cv_next_sys_stat_h + +--- 16607,16614 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_stat_h" >&5 +! printf "%s\n" "$gl_cv_next_sys_stat_h" >&6; } + fi + NEXT_SYS_STAT_H=$gl_cv_next_sys_stat_h + +*************** +*** 16799,16805 **** + + else case e in #( + e) +! printf '%s\n' "#define nlink_t int" >>confdefs.h + ;; + esac + fi +--- 16645,16651 ---- + + else case e in #( + e) +! printf "%s\n" "#define nlink_t int" >>confdefs.h + ;; + esac + fi +*************** +*** 16818,16824 **** + ac_fn_c_check_header_compile "$LINENO" "sdkddkver.h" "ac_cv_header_sdkddkver_h" "$ac_includes_default" + if test "x$ac_cv_header_sdkddkver_h" = xyes + then : +! printf '%s\n' "#define HAVE_SDKDDKVER_H 1" >>confdefs.h + + fi + +--- 16664,16670 ---- + ac_fn_c_check_header_compile "$LINENO" "sdkddkver.h" "ac_cv_header_sdkddkver_h" "$ac_includes_default" + if test "x$ac_cv_header_sdkddkver_h" = xyes + then : +! printf "%s\n" "#define HAVE_SDKDDKVER_H 1" >>confdefs.h + + fi + +*************** +*** 16912,16918 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether lstat correctly handles trailing slash" >&5 + printf %s "checking whether lstat correctly handles trailing slash... " >&6; } + if test ${gl_cv_func_lstat_dereferences_slashed_symlink+y} + then : +--- 16758,16764 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether lstat correctly handles trailing slash" >&5 + printf %s "checking whether lstat correctly handles trailing slash... " >&6; } + if test ${gl_cv_func_lstat_dereferences_slashed_symlink+y} + then : +*************** +*** 16975,16986 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_lstat_dereferences_slashed_symlink" >&5 +! printf '%s\n' "$gl_cv_func_lstat_dereferences_slashed_symlink" >&6; } + case "$gl_cv_func_lstat_dereferences_slashed_symlink" in + *yes) + +! printf '%s\n' "#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1" >>confdefs.h + + ;; + esac +--- 16821,16832 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_lstat_dereferences_slashed_symlink" >&5 +! printf "%s\n" "$gl_cv_func_lstat_dereferences_slashed_symlink" >&6; } + case "$gl_cv_func_lstat_dereferences_slashed_symlink" in + *yes) + +! printf "%s\n" "#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1" >>confdefs.h + + ;; + esac +*************** +*** 16988,16994 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether getcwd (NULL, 0) allocates memory for result" >&5 + printf %s "checking whether getcwd (NULL, 0) allocates memory for result... " >&6; } + if test ${gl_cv_func_getcwd_null+y} + then : +--- 16834,16840 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether getcwd (NULL, 0) allocates memory for result" >&5 + printf %s "checking whether getcwd (NULL, 0) allocates memory for result... " >&6; } + if test ${gl_cv_func_getcwd_null+y} + then : +*************** +*** 17065,17075 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getcwd_null" >&5 +! printf '%s\n' "$gl_cv_func_getcwd_null" >&6; } + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for getcwd with POSIX signature" >&5 + printf %s "checking for getcwd with POSIX signature... " >&6; } + if test ${gl_cv_func_getcwd_posix_signature+y} + then : +--- 16911,16921 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getcwd_null" >&5 +! printf "%s\n" "$gl_cv_func_getcwd_null" >&6; } + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for getcwd with POSIX signature" >&5 + printf %s "checking for getcwd with POSIX signature... " >&6; } + if test ${gl_cv_func_getcwd_posix_signature+y} + then : +*************** +*** 17107,17114 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getcwd_posix_signature" >&5 +! printf '%s\n' "$gl_cv_func_getcwd_posix_signature" >&6; } + + + ac_fn_check_decl "$LINENO" "getdtablesize" "ac_cv_have_decl_getdtablesize" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" +--- 16953,16960 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getcwd_posix_signature" >&5 +! printf "%s\n" "$gl_cv_func_getcwd_posix_signature" >&6; } + + + ac_fn_check_decl "$LINENO" "getdtablesize" "ac_cv_have_decl_getdtablesize" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" +*************** +*** 17119,17125 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_GETDTABLESIZE $ac_have_decl" >>confdefs.h + + + +--- 16965,16971 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_GETDTABLESIZE $ac_have_decl" >>confdefs.h + + + +*************** +*** 17138,17144 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_getopt_h='<'getopt.h'>' + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_getopt_h+y} + then : +--- 16984,16990 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_getopt_h='<'getopt.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_getopt_h+y} + then : +*************** +*** 17189,17196 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_getopt_h" >&5 +! printf '%s\n' "$gl_cv_next_getopt_h" >&6; } + fi + NEXT_GETOPT_H=$gl_cv_next_getopt_h + +--- 17035,17042 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_getopt_h" >&5 +! printf "%s\n" "$gl_cv_next_getopt_h" >&6; } + fi + NEXT_GETOPT_H=$gl_cv_next_getopt_h + +*************** +*** 17221,17227 **** + ac_fn_c_check_header_compile "$LINENO" "getopt.h" "ac_cv_header_getopt_h" "$ac_includes_default" + if test "x$ac_cv_header_getopt_h" = xyes + then : +! printf '%s\n' "#define HAVE_GETOPT_H 1" >>confdefs.h + + else case e in #( + e) gl_replace_getopt=yes ;; +--- 17067,17073 ---- + ac_fn_c_check_header_compile "$LINENO" "getopt.h" "ac_cv_header_getopt_h" "$ac_includes_default" + if test "x$ac_cv_header_getopt_h" = xyes + then : +! printf "%s\n" "#define HAVE_GETOPT_H 1" >>confdefs.h + + else case e in #( + e) gl_replace_getopt=yes ;; +*************** +*** 17238,17244 **** + ac_fn_c_check_func "$LINENO" "getopt_long_only" "ac_cv_func_getopt_long_only" + if test "x$ac_cv_func_getopt_long_only" = xyes + then : +! printf '%s\n' "#define HAVE_GETOPT_LONG_ONLY 1" >>confdefs.h + + else case e in #( + e) gl_replace_getopt=yes ;; +--- 17084,17090 ---- + ac_fn_c_check_func "$LINENO" "getopt_long_only" "ac_cv_func_getopt_long_only" + if test "x$ac_cv_func_getopt_long_only" = xyes + then : +! printf "%s\n" "#define HAVE_GETOPT_LONG_ONLY 1" >>confdefs.h + + else case e in #( + e) gl_replace_getopt=yes ;; +*************** +*** 17249,17255 **** + fi + + if test -z "$gl_replace_getopt"; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether getopt is POSIX compatible" >&5 + printf %s "checking whether getopt is POSIX compatible... " >&6; } + if test ${gl_cv_func_getopt_posix+y} + then : +--- 17095,17101 ---- + fi + + if test -z "$gl_replace_getopt"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether getopt is POSIX compatible" >&5 + printf %s "checking whether getopt is POSIX compatible... " >&6; } + if test ${gl_cv_func_getopt_posix+y} + then : +*************** +*** 17259,17266 **** + if test $cross_compiling = no; then + if test "$cross_compiling" = yes + then : +! { { printf '%s\n' "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf '%s\n' "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error $? "cannot run test program while cross compiling + See 'config.log' for more details" "$LINENO" 5; } + else case e in #( +--- 17105,17112 ---- + if test $cross_compiling = no; then + if test "$cross_compiling" = yes + then : +! { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error $? "cannot run test program while cross compiling + See 'config.log' for more details" "$LINENO" 5; } + else case e in #( +*************** +*** 17308,17315 **** + if test $gl_cv_func_getopt_posix = maybe; then + if test "$cross_compiling" = yes + then : +! { { printf '%s\n' "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf '%s\n' "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error $? "cannot run test program while cross compiling + See 'config.log' for more details" "$LINENO" 5; } + else case e in #( +--- 17154,17161 ---- + if test $gl_cv_func_getopt_posix = maybe; then + if test "$cross_compiling" = yes + then : +! { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error $? "cannot run test program while cross compiling + See 'config.log' for more details" "$LINENO" 5; } + else case e in #( +*************** +*** 17372,17379 **** + if test $gl_cv_func_getopt_posix = maybe; then + if test "$cross_compiling" = yes + then : +! { { printf '%s\n' "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf '%s\n' "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error $? "cannot run test program while cross compiling + See 'config.log' for more details" "$LINENO" 5; } + else case e in #( +--- 17218,17225 ---- + if test $gl_cv_func_getopt_posix = maybe; then + if test "$cross_compiling" = yes + then : +! { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error $? "cannot run test program while cross compiling + See 'config.log' for more details" "$LINENO" 5; } + else case e in #( +*************** +*** 17424,17438 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getopt_posix" >&5 +! printf '%s\n' "$gl_cv_func_getopt_posix" >&6; } + case "$gl_cv_func_getopt_posix" in + *no) gl_replace_getopt=yes ;; + esac + fi + + if test -z "$gl_replace_getopt" && test $gl_getopt_required = GNU; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for working GNU getopt function" >&5 + printf %s "checking for working GNU getopt function... " >&6; } + if test ${gl_cv_func_getopt_gnu+y} + then : +--- 17270,17284 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getopt_posix" >&5 +! printf "%s\n" "$gl_cv_func_getopt_posix" >&6; } + case "$gl_cv_func_getopt_posix" in + *no) gl_replace_getopt=yes ;; + esac + fi + + if test -z "$gl_replace_getopt" && test $gl_getopt_required = GNU; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for working GNU getopt function" >&5 + printf %s "checking for working GNU getopt function... " >&6; } + if test ${gl_cv_func_getopt_gnu+y} + then : +*************** +*** 17676,17687 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getopt_gnu" >&5 +! printf '%s\n' "$gl_cv_func_getopt_gnu" >&6; } + if test "$gl_cv_func_getopt_gnu" != yes; then + gl_replace_getopt=yes + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for working GNU getopt_long function" >&5 + printf %s "checking for working GNU getopt_long function... " >&6; } + if test ${gl_cv_func_getopt_long_gnu+y} + then : +--- 17522,17533 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getopt_gnu" >&5 +! printf "%s\n" "$gl_cv_func_getopt_gnu" >&6; } + if test "$gl_cv_func_getopt_gnu" != yes; then + gl_replace_getopt=yes + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for working GNU getopt_long function" >&5 + printf %s "checking for working GNU getopt_long function... " >&6; } + if test ${gl_cv_func_getopt_long_gnu+y} + then : +*************** +*** 17743,17750 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getopt_long_gnu" >&5 +! printf '%s\n' "$gl_cv_func_getopt_long_gnu" >&6; } + case "$gl_cv_func_getopt_long_gnu" in + *yes) ;; + *) gl_replace_getopt=yes ;; +--- 17589,17596 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getopt_long_gnu" >&5 +! printf "%s\n" "$gl_cv_func_getopt_long_gnu" >&6; } + case "$gl_cv_func_getopt_long_gnu" in + *yes) ;; + *) gl_replace_getopt=yes ;; +*************** +*** 17752,17758 **** + fi + fi + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for glibc-compatible sys/cdefs.h" >&5 + printf %s "checking for glibc-compatible sys/cdefs.h... " >&6; } + if test ${gl_cv_header_sys_cdefs_h+y} + then : +--- 17598,17604 ---- + fi + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for glibc-compatible sys/cdefs.h" >&5 + printf %s "checking for glibc-compatible sys/cdefs.h... " >&6; } + if test ${gl_cv_header_sys_cdefs_h+y} + then : +*************** +*** 17775,17782 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_sys_cdefs_h" >&5 +! printf '%s\n' "$gl_cv_header_sys_cdefs_h" >&6; } + if test "$gl_cv_header_sys_cdefs_h" = yes; then + HAVE_SYS_CDEFS_H=1 + else +--- 17621,17628 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_sys_cdefs_h" >&5 +! printf "%s\n" "$gl_cv_header_sys_cdefs_h" >&6; } + if test "$gl_cv_header_sys_cdefs_h" = yes; then + HAVE_SYS_CDEFS_H=1 + else +*************** +*** 17788,17794 **** + case "$host_os" in + *-musl* | midipix*) + +! printf '%s\n' "#define MUSL_LIBC 1" >>confdefs.h + + ;; + esac +--- 17634,17640 ---- + case "$host_os" in + *-musl* | midipix*) + +! printf "%s\n" "#define MUSL_LIBC 1" >>confdefs.h + + ;; + esac +*************** +*** 17816,17822 **** + then : + + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for timespec_get" >&5 + printf %s "checking for timespec_get... " >&6; } + if test ${gl_cv_onwards_func_timespec_get+y} + then : +--- 17662,17668 ---- + then : + + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for timespec_get" >&5 + printf %s "checking for timespec_get... " >&6; } + if test ${gl_cv_onwards_func_timespec_get+y} + then : +*************** +*** 17859,17866 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_timespec_get" >&5 +! printf '%s\n' "$gl_cv_onwards_func_timespec_get" >&6; } + case "$gl_cv_onwards_func_timespec_get" in + future*) gl_cv_func_timespec_get=no ;; + *) gl_cv_func_timespec_get=$gl_cv_onwards_func_timespec_get ;; +--- 17705,17712 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_timespec_get" >&5 +! printf "%s\n" "$gl_cv_onwards_func_timespec_get" >&6; } + case "$gl_cv_onwards_func_timespec_get" in + future*) gl_cv_func_timespec_get=no ;; + *) gl_cv_func_timespec_get=$gl_cv_onwards_func_timespec_get ;; +*************** +*** 17890,17896 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_sys_time_h='<'sys/time.h'>' + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_sys_time_h+y} + then : +--- 17736,17742 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_sys_time_h='<'sys/time.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_sys_time_h+y} + then : +*************** +*** 17941,17948 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_time_h" >&5 +! printf '%s\n' "$gl_cv_next_sys_time_h" >&6; } + fi + NEXT_SYS_TIME_H=$gl_cv_next_sys_time_h + +--- 17787,17794 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_time_h" >&5 +! printf "%s\n" "$gl_cv_next_sys_time_h" >&6; } + fi + NEXT_SYS_TIME_H=$gl_cv_next_sys_time_h + +*************** +*** 17971,17977 **** + ac_fn_c_check_header_compile "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default" + if test "x$ac_cv_header_winsock2_h" = xyes + then : +! printf '%s\n' "#define HAVE_WINSOCK2_H 1" >>confdefs.h + + fi + +--- 17817,17823 ---- + ac_fn_c_check_header_compile "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default" + if test "x$ac_cv_header_winsock2_h" = xyes + then : +! printf "%s\n" "#define HAVE_WINSOCK2_H 1" >>confdefs.h + + fi + +*************** +*** 17985,17991 **** + fi + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for struct timeval" >&5 + printf %s "checking for struct timeval... " >&6; } + if test ${gl_cv_sys_struct_timeval+y} + then : +--- 17831,17837 ---- + fi + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for struct timeval" >&5 + printf %s "checking for struct timeval... " >&6; } + if test ${gl_cv_sys_struct_timeval+y} + then : +*************** +*** 18020,18031 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_timeval" >&5 +! printf '%s\n' "$gl_cv_sys_struct_timeval" >&6; } + if test $gl_cv_sys_struct_timeval != yes; then + HAVE_STRUCT_TIMEVAL=0 + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for wide-enough struct timeval.tv_sec member" >&5 + printf %s "checking for wide-enough struct timeval.tv_sec member... " >&6; } + if test ${gl_cv_sys_struct_timeval_tv_sec+y} + then : +--- 17866,17877 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_timeval" >&5 +! printf "%s\n" "$gl_cv_sys_struct_timeval" >&6; } + if test $gl_cv_sys_struct_timeval != yes; then + HAVE_STRUCT_TIMEVAL=0 + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for wide-enough struct timeval.tv_sec member" >&5 + printf %s "checking for wide-enough struct timeval.tv_sec member... " >&6; } + if test ${gl_cv_sys_struct_timeval_tv_sec+y} + then : +*************** +*** 18064,18071 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_timeval_tv_sec" >&5 +! printf '%s\n' "$gl_cv_sys_struct_timeval_tv_sec" >&6; } + if test $gl_cv_sys_struct_timeval_tv_sec != yes; then + REPLACE_STRUCT_TIMEVAL=1 + fi +--- 17910,17917 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_timeval_tv_sec" >&5 +! printf "%s\n" "$gl_cv_sys_struct_timeval_tv_sec" >&6; } + if test $gl_cv_sys_struct_timeval_tv_sec != yes; then + REPLACE_STRUCT_TIMEVAL=1 + fi +*************** +*** 18151,18158 **** + LIBS="$saved_LIBS" + test $gl_pthread_api = yes && break + done +! echo "$as_me:18154: gl_pthread_api=$gl_pthread_api" >&5 +! echo "$as_me:18155: LIBPTHREAD=$LIBPTHREAD" >&5 + + gl_pthread_in_glibc=no + # On Linux with glibc >= 2.34, libc contains the fully functional +--- 17997,18004 ---- + LIBS="$saved_LIBS" + test $gl_pthread_api = yes && break + done +! echo "$as_me:18000: gl_pthread_api=$gl_pthread_api" >&5 +! echo "$as_me:18001: LIBPTHREAD=$LIBPTHREAD" >&5 + + gl_pthread_in_glibc=no + # On Linux with glibc >= 2.34, libc contains the fully functional +*************** +*** 18178,18191 **** + + ;; + esac +! echo "$as_me:18181: gl_pthread_in_glibc=$gl_pthread_in_glibc" >&5 + + # Test for libpthread by looking for pthread_kill. (Not pthread_self, + # since it is defined as a macro on OSF/1.) + if test $gl_pthread_api = yes && test -z "$LIBPTHREAD"; then + # The program links fine without libpthread. But it may actually + # need to link with libpthread in order to create multiple threads. +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -lpthread" >&5 + printf %s "checking for pthread_kill in -lpthread... " >&6; } + if test ${ac_cv_lib_pthread_pthread_kill+y} + then : +--- 18024,18037 ---- + + ;; + esac +! echo "$as_me:18027: gl_pthread_in_glibc=$gl_pthread_in_glibc" >&5 + + # Test for libpthread by looking for pthread_kill. (Not pthread_self, + # since it is defined as a macro on OSF/1.) + if test $gl_pthread_api = yes && test -z "$LIBPTHREAD"; then + # The program links fine without libpthread. But it may actually + # need to link with libpthread in order to create multiple threads. +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -lpthread" >&5 + printf %s "checking for pthread_kill in -lpthread... " >&6; } + if test ${ac_cv_lib_pthread_pthread_kill+y} + then : +*************** +*** 18226,18233 **** + LIBS=$ac_check_lib_save_LIBS ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_kill" >&5 +! printf '%s\n' "$ac_cv_lib_pthread_pthread_kill" >&6; } + if test "x$ac_cv_lib_pthread_pthread_kill" = xyes + then : + if test $gl_pthread_in_glibc = yes; then +--- 18072,18079 ---- + LIBS=$ac_check_lib_save_LIBS ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_kill" >&5 +! printf "%s\n" "$ac_cv_lib_pthread_pthread_kill" >&6; } + if test "x$ac_cv_lib_pthread_pthread_kill" = xyes + then : + if test $gl_pthread_in_glibc = yes; then +*************** +*** 18243,18255 **** + case "$host_os" in + solaris | solaris2.[1-9] | solaris2.[1-9].* | hpux*) + +! printf '%s\n' "#define PTHREAD_IN_USE_DETECTION_HARD 1" >>confdefs.h + + esac + fi + + else case e in #( +! e) { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -lthr" >&5 + printf %s "checking for pthread_kill in -lthr... " >&6; } + if test ${ac_cv_lib_thr_pthread_kill+y} + then : +--- 18089,18101 ---- + case "$host_os" in + solaris | solaris2.[1-9] | solaris2.[1-9].* | hpux*) + +! printf "%s\n" "#define PTHREAD_IN_USE_DETECTION_HARD 1" >>confdefs.h + + esac + fi + + else case e in #( +! e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -lthr" >&5 + printf %s "checking for pthread_kill in -lthr... " >&6; } + if test ${ac_cv_lib_thr_pthread_kill+y} + then : +*************** +*** 18290,18297 **** + LIBS=$ac_check_lib_save_LIBS ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_thr_pthread_kill" >&5 +! printf '%s\n' "$ac_cv_lib_thr_pthread_kill" >&6; } + if test "x$ac_cv_lib_thr_pthread_kill" = xyes + then : + if test $gl_pthread_in_glibc = yes; then +--- 18136,18143 ---- + LIBS=$ac_check_lib_save_LIBS ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_thr_pthread_kill" >&5 +! printf "%s\n" "$ac_cv_lib_thr_pthread_kill" >&6; } + if test "x$ac_cv_lib_thr_pthread_kill" = xyes + then : + if test $gl_pthread_in_glibc = yes; then +*************** +*** 18308,18314 **** + + elif test $gl_pthread_api != yes; then + # Some library is needed. Try libpthread and libc_r. +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -lpthread" >&5 + printf %s "checking for pthread_kill in -lpthread... " >&6; } + if test ${ac_cv_lib_pthread_pthread_kill+y} + then : +--- 18154,18160 ---- + + elif test $gl_pthread_api != yes; then + # Some library is needed. Try libpthread and libc_r. +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -lpthread" >&5 + printf %s "checking for pthread_kill in -lpthread... " >&6; } + if test ${ac_cv_lib_pthread_pthread_kill+y} + then : +*************** +*** 18349,18356 **** + LIBS=$ac_check_lib_save_LIBS ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_kill" >&5 +! printf '%s\n' "$ac_cv_lib_pthread_pthread_kill" >&6; } + if test "x$ac_cv_lib_pthread_pthread_kill" = xyes + then : + gl_pthread_api=yes +--- 18195,18202 ---- + LIBS=$ac_check_lib_save_LIBS ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_kill" >&5 +! printf "%s\n" "$ac_cv_lib_pthread_pthread_kill" >&6; } + if test "x$ac_cv_lib_pthread_pthread_kill" = xyes + then : + gl_pthread_api=yes +*************** +*** 18360,18366 **** + + if test $gl_pthread_api != yes; then + # For FreeBSD 4. +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -lc_r" >&5 + printf %s "checking for pthread_kill in -lc_r... " >&6; } + if test ${ac_cv_lib_c_r_pthread_kill+y} + then : +--- 18206,18212 ---- + + if test $gl_pthread_api != yes; then + # For FreeBSD 4. +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -lc_r" >&5 + printf %s "checking for pthread_kill in -lc_r... " >&6; } + if test ${ac_cv_lib_c_r_pthread_kill+y} + then : +*************** +*** 18401,18408 **** + LIBS=$ac_check_lib_save_LIBS ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_c_r_pthread_kill" >&5 +! printf '%s\n' "$ac_cv_lib_c_r_pthread_kill" >&6; } + if test "x$ac_cv_lib_c_r_pthread_kill" = xyes + then : + gl_pthread_api=yes +--- 18247,18254 ---- + LIBS=$ac_check_lib_save_LIBS ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_c_r_pthread_kill" >&5 +! printf "%s\n" "$ac_cv_lib_c_r_pthread_kill" >&6; } + if test "x$ac_cv_lib_c_r_pthread_kill" = xyes + then : + gl_pthread_api=yes +*************** +*** 18412,18428 **** + + fi + fi +! echo "$as_me:18415: LIBPMULTITHREAD=$LIBPMULTITHREAD" >&5 + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether POSIX threads API is available" >&5 + printf %s "checking whether POSIX threads API is available... " >&6; } +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_pthread_api" >&5 +! printf '%s\n' "$gl_pthread_api" >&6; } + + + if test $gl_pthread_api = yes; then + +! printf '%s\n' "#define HAVE_PTHREAD_API 1" >>confdefs.h + + fi + +--- 18258,18274 ---- + + fi + fi +! echo "$as_me:18261: LIBPMULTITHREAD=$LIBPMULTITHREAD" >&5 + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether POSIX threads API is available" >&5 + printf %s "checking whether POSIX threads API is available... " >&6; } +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_pthread_api" >&5 +! printf "%s\n" "$gl_pthread_api" >&6; } + + + if test $gl_pthread_api = yes; then + +! printf "%s\n" "#define HAVE_PTHREAD_API 1" >>confdefs.h + + fi + +*************** +*** 18442,18448 **** + SCHED_YIELD_LIB= + + else case e in #( +! e) { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for sched_yield in -lrt" >&5 + printf %s "checking for sched_yield in -lrt... " >&6; } + if test ${ac_cv_lib_rt_sched_yield+y} + then : +--- 18288,18294 ---- + SCHED_YIELD_LIB= + + else case e in #( +! e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sched_yield in -lrt" >&5 + printf %s "checking for sched_yield in -lrt... " >&6; } + if test ${ac_cv_lib_rt_sched_yield+y} + then : +*************** +*** 18483,18495 **** + LIBS=$ac_check_lib_save_LIBS ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_sched_yield" >&5 +! printf '%s\n' "$ac_cv_lib_rt_sched_yield" >&6; } + if test "x$ac_cv_lib_rt_sched_yield" = xyes + then : + SCHED_YIELD_LIB=-lrt + else case e in #( +! e) { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for sched_yield in -lposix4" >&5 + printf %s "checking for sched_yield in -lposix4... " >&6; } + if test ${ac_cv_lib_posix4_sched_yield+y} + then : +--- 18329,18341 ---- + LIBS=$ac_check_lib_save_LIBS ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_sched_yield" >&5 +! printf "%s\n" "$ac_cv_lib_rt_sched_yield" >&6; } + if test "x$ac_cv_lib_rt_sched_yield" = xyes + then : + SCHED_YIELD_LIB=-lrt + else case e in #( +! e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sched_yield in -lposix4" >&5 + printf %s "checking for sched_yield in -lposix4... " >&6; } + if test ${ac_cv_lib_posix4_sched_yield+y} + then : +*************** +*** 18530,18537 **** + LIBS=$ac_check_lib_save_LIBS ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix4_sched_yield" >&5 +! printf '%s\n' "$ac_cv_lib_posix4_sched_yield" >&6; } + if test "x$ac_cv_lib_posix4_sched_yield" = xyes + then : + SCHED_YIELD_LIB=-lposix4 +--- 18376,18383 ---- + LIBS=$ac_check_lib_save_LIBS ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix4_sched_yield" >&5 +! printf "%s\n" "$ac_cv_lib_posix4_sched_yield" >&6; } + if test "x$ac_cv_lib_posix4_sched_yield" = xyes + then : + SCHED_YIELD_LIB=-lposix4 +*************** +*** 18559,18565 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether setlocale (LC_ALL, NULL) is multithread-safe" >&5 + printf %s "checking whether setlocale (LC_ALL, NULL) is multithread-safe... " >&6; } + if test ${gl_cv_func_setlocale_null_all_mtsafe+y} + then : +--- 18405,18411 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether setlocale (LC_ALL, NULL) is multithread-safe" >&5 + printf %s "checking whether setlocale (LC_ALL, NULL) is multithread-safe... " >&6; } + if test ${gl_cv_func_setlocale_null_all_mtsafe+y} + then : +*************** +*** 18603,18610 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_setlocale_null_all_mtsafe" >&5 +! printf '%s\n' "$gl_cv_func_setlocale_null_all_mtsafe" >&6; } + case "$host_os" in + mingw* | windows*) ;; + *) +--- 18449,18456 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_setlocale_null_all_mtsafe" >&5 +! printf "%s\n" "$gl_cv_func_setlocale_null_all_mtsafe" >&6; } + case "$host_os" in + mingw* | windows*) ;; + *) +*************** +*** 18618,18627 **** + *) SETLOCALE_NULL_ALL_MTSAFE=0 ;; + esac + +! printf '%s\n' "#define SETLOCALE_NULL_ALL_MTSAFE $SETLOCALE_NULL_ALL_MTSAFE" >>confdefs.h + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether setlocale (category, NULL) is multithread-safe" >&5 + printf %s "checking whether setlocale (category, NULL) is multithread-safe... " >&6; } + if test ${gl_cv_func_setlocale_null_one_mtsafe+y} + then : +--- 18464,18473 ---- + *) SETLOCALE_NULL_ALL_MTSAFE=0 ;; + esac + +! printf "%s\n" "#define SETLOCALE_NULL_ALL_MTSAFE $SETLOCALE_NULL_ALL_MTSAFE" >>confdefs.h + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether setlocale (category, NULL) is multithread-safe" >&5 + printf %s "checking whether setlocale (category, NULL) is multithread-safe... " >&6; } + if test ${gl_cv_func_setlocale_null_one_mtsafe+y} + then : +*************** +*** 18641,18648 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_setlocale_null_one_mtsafe" >&5 +! printf '%s\n' "$gl_cv_func_setlocale_null_one_mtsafe" >&6; } + case "$host_os" in + mingw* | windows*) ;; + *) +--- 18487,18494 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_setlocale_null_one_mtsafe" >&5 +! printf "%s\n" "$gl_cv_func_setlocale_null_one_mtsafe" >&6; } + case "$host_os" in + mingw* | windows*) ;; + *) +*************** +*** 18656,18662 **** + *) SETLOCALE_NULL_ONE_MTSAFE=0 ;; + esac + +! printf '%s\n' "#define SETLOCALE_NULL_ONE_MTSAFE $SETLOCALE_NULL_ONE_MTSAFE" >>confdefs.h + + + if test $SETLOCALE_NULL_ALL_MTSAFE = 0 || test $SETLOCALE_NULL_ONE_MTSAFE = 0; then +--- 18502,18508 ---- + *) SETLOCALE_NULL_ONE_MTSAFE=0 ;; + esac + +! printf "%s\n" "#define SETLOCALE_NULL_ONE_MTSAFE $SETLOCALE_NULL_ONE_MTSAFE" >>confdefs.h + + + if test $SETLOCALE_NULL_ALL_MTSAFE = 0 || test $SETLOCALE_NULL_ONE_MTSAFE = 0; then +*************** +*** 18667,18673 **** + *) + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether imported symbols can be declared weak" >&5 + printf %s "checking whether imported symbols can be declared weak... " >&6; } + if test ${gl_cv_have_weak+y} + then : +--- 18513,18519 ---- + *) + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether imported symbols can be declared weak" >&5 + printf %s "checking whether imported symbols can be declared weak... " >&6; } + if test ${gl_cv_have_weak+y} + then : +*************** +*** 18771,18782 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_have_weak" >&5 +! printf '%s\n' "$gl_cv_have_weak" >&6; } + case "$gl_cv_have_weak" in + *yes) + +! printf '%s\n' "#define HAVE_WEAK_SYMBOLS 1" >>confdefs.h + + ;; + esac +--- 18617,18628 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_have_weak" >&5 +! printf "%s\n" "$gl_cv_have_weak" >&6; } + case "$gl_cv_have_weak" in + *yes) + +! printf "%s\n" "#define HAVE_WEAK_SYMBOLS 1" >>confdefs.h + + ;; + esac +*************** +*** 18812,18818 **** + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 + (eval $ac_try) 2>&5 + ac_status=$? +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; } >/dev/null 2>&1 + if test -f conftest.o; then + gl_asmext='s' +--- 18658,18664 ---- + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 + (eval $ac_try) 2>&5 + ac_status=$? +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; } >/dev/null 2>&1 + if test -f conftest.o; then + gl_asmext='s' +*************** +*** 18835,18841 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking host CPU and C ABI" >&5 + printf %s "checking host CPU and C ABI... " >&6; } + if test ${gl_cv_host_cpu_c_abi+y} + then : +--- 18681,18687 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking host CPU and C ABI" >&5 + printf %s "checking host CPU and C ABI... " >&6; } + if test ${gl_cv_host_cpu_c_abi+y} + then : +*************** +*** 18948,18954 **** + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 + (eval $ac_try) 2>&5 + ac_status=$? +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; } >/dev/null 2>&1 + if LC_ALL=C grep 'd0,' conftest.$gl_asmext >/dev/null; then + gl_cv_host_cpu_c_abi=armhf +--- 18794,18800 ---- + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 + (eval $ac_try) 2>&5 + ac_status=$? +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; } >/dev/null 2>&1 + if LC_ALL=C grep 'd0,' conftest.$gl_asmext >/dev/null; then + gl_cv_host_cpu_c_abi=armhf +*************** +*** 19230,19237 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_host_cpu_c_abi" >&5 +! printf '%s\n' "$gl_cv_host_cpu_c_abi" >&6; } + + HOST_CPU=`echo "$gl_cv_host_cpu_c_abi" | sed -e 's/-.*//'` + HOST_CPU_C_ABI="$gl_cv_host_cpu_c_abi" +--- 19076,19083 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_host_cpu_c_abi" >&5 +! printf "%s\n" "$gl_cv_host_cpu_c_abi" >&6; } + + HOST_CPU=`echo "$gl_cv_host_cpu_c_abi" | sed -e 's/-.*//'` + HOST_CPU_C_ABI="$gl_cv_host_cpu_c_abi" +*************** +*** 19253,19259 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for inline" >&5 + printf %s "checking for inline... " >&6; } + if test ${ac_cv_c_inline+y} + then : +--- 19099,19105 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for inline" >&5 + printf %s "checking for inline... " >&6; } + if test ${ac_cv_c_inline+y} + then : +*************** +*** 19280,19287 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5 +! printf '%s\n' "$ac_cv_c_inline" >&6; } + + case $ac_cv_c_inline in + inline | yes) ;; +--- 19126,19133 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5 +! printf "%s\n" "$ac_cv_c_inline" >&6; } + + case $ac_cv_c_inline in + inline | yes) ;; +*************** +*** 19312,19318 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_limits_h='<'limits.h'>' + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_limits_h+y} + then : +--- 19158,19164 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_limits_h='<'limits.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_limits_h+y} + then : +*************** +*** 19363,19370 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_limits_h" >&5 +! printf '%s\n' "$gl_cv_next_limits_h" >&6; } + fi + NEXT_LIMITS_H=$gl_cv_next_limits_h + +--- 19209,19216 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_limits_h" >&5 +! printf "%s\n" "$gl_cv_next_limits_h" >&6; } + fi + NEXT_LIMITS_H=$gl_cv_next_limits_h + +*************** +*** 19381,19387 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether limits.h has WORD_BIT, BOOL_WIDTH etc." >&5 + printf %s "checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... " >&6; } + if test ${gl_cv_header_limits_width+y} + then : +--- 19227,19233 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether limits.h has WORD_BIT, BOOL_WIDTH etc." >&5 + printf %s "checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... " >&6; } + if test ${gl_cv_header_limits_width+y} + then : +*************** +*** 19418,19429 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_limits_width" >&5 +! printf '%s\n' "$gl_cv_header_limits_width" >&6; } + GL_GENERATE_LIMITS_H=true + if test "$gl_cv_header_limits_width" = yes + then : +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether limits.h has SSIZE_MAX" >&5 + printf %s "checking whether limits.h has SSIZE_MAX... " >&6; } + if test ${gl_cv_header_limits_ssize_max+y} + then : +--- 19264,19275 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_limits_width" >&5 +! printf "%s\n" "$gl_cv_header_limits_width" >&6; } + GL_GENERATE_LIMITS_H=true + if test "$gl_cv_header_limits_width" = yes + then : +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether limits.h has SSIZE_MAX" >&5 + printf %s "checking whether limits.h has SSIZE_MAX... " >&6; } + if test ${gl_cv_header_limits_ssize_max+y} + then : +*************** +*** 19447,19461 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_limits_ssize_max" >&5 +! printf '%s\n' "$gl_cv_header_limits_ssize_max" >&6; } + if test "$gl_cv_header_limits_ssize_max" = yes; then + GL_GENERATE_LIMITS_H=false + fi + fi + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether the compiler produces multi-arch binaries" >&5 + printf %s "checking whether the compiler produces multi-arch binaries... " >&6; } + if test ${gl_cv_c_multiarch+y} + then : +--- 19293,19307 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_limits_ssize_max" >&5 +! printf "%s\n" "$gl_cv_header_limits_ssize_max" >&6; } + if test "$gl_cv_header_limits_ssize_max" = yes; then + GL_GENERATE_LIMITS_H=false + fi + fi + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler produces multi-arch binaries" >&5 + printf %s "checking whether the compiler produces multi-arch binaries... " >&6; } + if test ${gl_cv_c_multiarch+y} + then : +*************** +*** 19499,19506 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_c_multiarch" >&5 +! printf '%s\n' "$gl_cv_c_multiarch" >&6; } + if test $gl_cv_c_multiarch = yes; then + APPLE_UNIVERSAL_BUILD=1 + else +--- 19345,19352 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_c_multiarch" >&5 +! printf "%s\n" "$gl_cv_c_multiarch" >&6; } + if test $gl_cv_c_multiarch = yes; then + APPLE_UNIVERSAL_BUILD=1 + else +*************** +*** 19514,19523 **** + + + +! printf '%s\n' "#define HAVE_LONG_LONG_INT 1" >>confdefs.h + + +! printf '%s\n' "#define HAVE_UNSIGNED_LONG_LONG_INT 1" >>confdefs.h + + + +--- 19360,19369 ---- + + + +! printf "%s\n" "#define HAVE_LONG_LONG_INT 1" >>confdefs.h + + +! printf "%s\n" "#define HAVE_UNSIGNED_LONG_LONG_INT 1" >>confdefs.h + + + +*************** +*** 19556,19562 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_stdint_h='<'stdint.h'>' + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_stdint_h+y} + then : +--- 19402,19408 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_stdint_h='<'stdint.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_stdint_h+y} + then : +*************** +*** 19607,19614 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stdint_h" >&5 +! printf '%s\n' "$gl_cv_next_stdint_h" >&6; } + fi + NEXT_STDINT_H=$gl_cv_next_stdint_h + +--- 19453,19460 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stdint_h" >&5 +! printf "%s\n" "$gl_cv_next_stdint_h" >&6; } + fi + NEXT_STDINT_H=$gl_cv_next_stdint_h + +*************** +*** 19632,19638 **** + + + if test $ac_cv_header_stdint_h = yes; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether stdint.h conforms to C99" >&5 + printf %s "checking whether stdint.h conforms to C99... " >&6; } + if test ${gl_cv_header_working_stdint_h+y} + then : +--- 19478,19484 ---- + + + if test $ac_cv_header_stdint_h = yes; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether stdint.h conforms to C99" >&5 + printf %s "checking whether stdint.h conforms to C99... " >&6; } + if test ${gl_cv_header_working_stdint_h+y} + then : +*************** +*** 19912,19919 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_working_stdint_h" >&5 +! printf '%s\n' "$gl_cv_header_working_stdint_h" >&6; } + fi + + HAVE_C99_STDINT_H=0 +--- 19758,19765 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_working_stdint_h" >&5 +! printf "%s\n" "$gl_cv_header_working_stdint_h" >&6; } + fi + + HAVE_C99_STDINT_H=0 +*************** +*** 19923,19929 **** + case "$gl_cv_header_working_stdint_h" in + *yes) + HAVE_C99_STDINT_H=1 +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether stdint.h works without ISO C predefines" >&5 + printf %s "checking whether stdint.h works without ISO C predefines... " >&6; } + if test ${gl_cv_header_stdint_without_STDC_macros+y} + then : +--- 19769,19775 ---- + case "$gl_cv_header_working_stdint_h" in + *yes) + HAVE_C99_STDINT_H=1 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether stdint.h works without ISO C predefines" >&5 + printf %s "checking whether stdint.h works without ISO C predefines... " >&6; } + if test ${gl_cv_header_stdint_without_STDC_macros+y} + then : +*************** +*** 19964,19981 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_stdint_without_STDC_macros" >&5 +! printf '%s\n' "$gl_cv_header_stdint_without_STDC_macros" >&6; } + + if test $gl_cv_header_stdint_without_STDC_macros = no; then + +! printf '%s\n' "#define __STDC_CONSTANT_MACROS 1" >>confdefs.h + + +! printf '%s\n' "#define __STDC_LIMIT_MACROS 1" >>confdefs.h + + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether stdint.h has UINTMAX_WIDTH etc." >&5 + printf %s "checking whether stdint.h has UINTMAX_WIDTH etc.... " >&6; } + if test ${gl_cv_header_stdint_width+y} + then : +--- 19810,19827 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_stdint_without_STDC_macros" >&5 +! printf "%s\n" "$gl_cv_header_stdint_without_STDC_macros" >&6; } + + if test $gl_cv_header_stdint_without_STDC_macros = no; then + +! printf "%s\n" "#define __STDC_CONSTANT_MACROS 1" >>confdefs.h + + +! printf "%s\n" "#define __STDC_LIMIT_MACROS 1" >>confdefs.h + + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether stdint.h has UINTMAX_WIDTH etc." >&5 + printf %s "checking whether stdint.h has UINTMAX_WIDTH etc.... " >&6; } + if test ${gl_cv_header_stdint_width+y} + then : +*************** +*** 20015,20022 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_stdint_width" >&5 +! printf '%s\n' "$gl_cv_header_stdint_width" >&6; } + if test "$gl_cv_header_stdint_width" = yes; then + GL_GENERATE_STDINT_H=false + fi +--- 19861,19868 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_stdint_width" >&5 +! printf "%s\n" "$gl_cv_header_stdint_width" >&6; } + if test "$gl_cv_header_stdint_width" = yes; then + GL_GENERATE_STDINT_H=false + fi +*************** +*** 20025,20037 **** + ac_fn_c_check_header_compile "$LINENO" "sys/inttypes.h" "ac_cv_header_sys_inttypes_h" "$ac_includes_default" + if test "x$ac_cv_header_sys_inttypes_h" = xyes + then : +! printf '%s\n' "#define HAVE_SYS_INTTYPES_H 1" >>confdefs.h + + fi + ac_fn_c_check_header_compile "$LINENO" "sys/bitypes.h" "ac_cv_header_sys_bitypes_h" "$ac_includes_default" + if test "x$ac_cv_header_sys_bitypes_h" = xyes + then : +! printf '%s\n' "#define HAVE_SYS_BITYPES_H 1" >>confdefs.h + + fi + +--- 19871,19883 ---- + ac_fn_c_check_header_compile "$LINENO" "sys/inttypes.h" "ac_cv_header_sys_inttypes_h" "$ac_includes_default" + if test "x$ac_cv_header_sys_inttypes_h" = xyes + then : +! printf "%s\n" "#define HAVE_SYS_INTTYPES_H 1" >>confdefs.h + + fi + ac_fn_c_check_header_compile "$LINENO" "sys/bitypes.h" "ac_cv_header_sys_bitypes_h" "$ac_includes_default" + if test "x$ac_cv_header_sys_bitypes_h" = xyes + then : +! printf "%s\n" "#define HAVE_SYS_BITYPES_H 1" >>confdefs.h + + fi + +*************** +*** 20047,20053 **** + + + for gltype in ptrdiff_t size_t ; do +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5 + printf %s "checking for bit size of $gltype... " >&6; } + if eval test \${gl_cv_bitsizeof_${gltype}+y} + then : +--- 19893,19899 ---- + + + for gltype in ptrdiff_t size_t ; do +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5 + printf %s "checking for bit size of $gltype... " >&6; } + if eval test \${gl_cv_bitsizeof_${gltype}+y} + then : +*************** +*** 20073,20086 **** + esac + fi + eval ac_res=\$gl_cv_bitsizeof_${gltype} +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf '%s\n' "$ac_res" >&6; } + eval result=\$gl_cv_bitsizeof_${gltype} + if test $result = unknown; then + result=0 + fi + GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` +! printf '%s\n' "#define BITSIZEOF_${GLTYPE} $result" >>confdefs.h + + eval BITSIZEOF_${GLTYPE}=\$result + done +--- 19919,19932 ---- + esac + fi + eval ac_res=\$gl_cv_bitsizeof_${gltype} +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf "%s\n" "$ac_res" >&6; } + eval result=\$gl_cv_bitsizeof_${gltype} + if test $result = unknown; then + result=0 + fi + GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` +! printf "%s\n" "#define BITSIZEOF_${GLTYPE} $result" >>confdefs.h + + eval BITSIZEOF_${GLTYPE}=\$result + done +*************** +*** 20090,20096 **** + + + for gltype in sig_atomic_t wchar_t wint_t ; do +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5 + printf %s "checking for bit size of $gltype... " >&6; } + if eval test \${gl_cv_bitsizeof_${gltype}+y} + then : +--- 19936,19942 ---- + + + for gltype in sig_atomic_t wchar_t wint_t ; do +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5 + printf %s "checking for bit size of $gltype... " >&6; } + if eval test \${gl_cv_bitsizeof_${gltype}+y} + then : +*************** +*** 20116,20129 **** + esac + fi + eval ac_res=\$gl_cv_bitsizeof_${gltype} +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf '%s\n' "$ac_res" >&6; } + eval result=\$gl_cv_bitsizeof_${gltype} + if test $result = unknown; then + result=0 + fi + GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` +! printf '%s\n' "#define BITSIZEOF_${GLTYPE} $result" >>confdefs.h + + eval BITSIZEOF_${GLTYPE}=\$result + done +--- 19962,19975 ---- + esac + fi + eval ac_res=\$gl_cv_bitsizeof_${gltype} +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf "%s\n" "$ac_res" >&6; } + eval result=\$gl_cv_bitsizeof_${gltype} + if test $result = unknown; then + result=0 + fi + GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` +! printf "%s\n" "#define BITSIZEOF_${GLTYPE} $result" >>confdefs.h + + eval BITSIZEOF_${GLTYPE}=\$result + done +*************** +*** 20132,20138 **** + + + for gltype in sig_atomic_t wchar_t wint_t ; do +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether $gltype is signed" >&5 + printf %s "checking whether $gltype is signed... " >&6; } + if eval test \${gl_cv_type_${gltype}_signed+y} + then : +--- 19978,19984 ---- + + + for gltype in sig_atomic_t wchar_t wint_t ; do +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $gltype is signed" >&5 + printf %s "checking whether $gltype is signed... " >&6; } + if eval test \${gl_cv_type_${gltype}_signed+y} + then : +*************** +*** 20169,20180 **** + esac + fi + eval ac_res=\$gl_cv_type_${gltype}_signed +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf '%s\n' "$ac_res" >&6; } + eval result=\$gl_cv_type_${gltype}_signed + GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` + if test "$result" = yes; then +! printf '%s\n' "#define HAVE_SIGNED_${GLTYPE} 1" >>confdefs.h + + eval HAVE_SIGNED_${GLTYPE}=1 + else +--- 20015,20026 ---- + esac + fi + eval ac_res=\$gl_cv_type_${gltype}_signed +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf "%s\n" "$ac_res" >&6; } + eval result=\$gl_cv_type_${gltype}_signed + GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` + if test "$result" = yes; then +! printf "%s\n" "#define HAVE_SIGNED_${GLTYPE} 1" >>confdefs.h + + eval HAVE_SIGNED_${GLTYPE}=1 + else +*************** +*** 20189,20195 **** + + + for gltype in ptrdiff_t size_t ; do +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for $gltype integer literal suffix" >&5 + printf %s "checking for $gltype integer literal suffix... " >&6; } + if eval test \${gl_cv_type_${gltype}_suffix+y} + then : +--- 20035,20041 ---- + + + for gltype in ptrdiff_t size_t ; do +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $gltype integer literal suffix" >&5 + printf %s "checking for $gltype integer literal suffix... " >&6; } + if eval test \${gl_cv_type_${gltype}_suffix+y} + then : +*************** +*** 20243,20255 **** + esac + fi + eval ac_res=\$gl_cv_type_${gltype}_suffix +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf '%s\n' "$ac_res" >&6; } + GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` + eval result=\$gl_cv_type_${gltype}_suffix + test "$result" = no && result= + eval ${GLTYPE}_SUFFIX=\$result +! printf '%s\n' "#define ${GLTYPE}_SUFFIX $result" >>confdefs.h + + done + +--- 20089,20101 ---- + esac + fi + eval ac_res=\$gl_cv_type_${gltype}_suffix +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf "%s\n" "$ac_res" >&6; } + GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` + eval result=\$gl_cv_type_${gltype}_suffix + test "$result" = no && result= + eval ${GLTYPE}_SUFFIX=\$result +! printf "%s\n" "#define ${GLTYPE}_SUFFIX $result" >>confdefs.h + + done + +*************** +*** 20258,20264 **** + + + for gltype in sig_atomic_t wchar_t wint_t ; do +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for $gltype integer literal suffix" >&5 + printf %s "checking for $gltype integer literal suffix... " >&6; } + if eval test \${gl_cv_type_${gltype}_suffix+y} + then : +--- 20104,20110 ---- + + + for gltype in sig_atomic_t wchar_t wint_t ; do +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $gltype integer literal suffix" >&5 + printf %s "checking for $gltype integer literal suffix... " >&6; } + if eval test \${gl_cv_type_${gltype}_suffix+y} + then : +*************** +*** 20312,20324 **** + esac + fi + eval ac_res=\$gl_cv_type_${gltype}_suffix +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf '%s\n' "$ac_res" >&6; } + GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` + eval result=\$gl_cv_type_${gltype}_suffix + test "$result" = no && result= + eval ${GLTYPE}_SUFFIX=\$result +! printf '%s\n' "#define ${GLTYPE}_SUFFIX $result" >>confdefs.h + + done + +--- 20158,20170 ---- + esac + fi + eval ac_res=\$gl_cv_type_${gltype}_suffix +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf "%s\n" "$ac_res" >&6; } + GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` + eval result=\$gl_cv_type_${gltype}_suffix + test "$result" = no && result= + eval ${GLTYPE}_SUFFIX=\$result +! printf "%s\n" "#define ${GLTYPE}_SUFFIX $result" >>confdefs.h + + done + +*************** +*** 20375,20381 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_inttypes_h='<'inttypes.h'>' + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_inttypes_h+y} + then : +--- 20221,20227 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_inttypes_h='<'inttypes.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_inttypes_h+y} + then : +*************** +*** 20426,20433 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_inttypes_h" >&5 +! printf '%s\n' "$gl_cv_next_inttypes_h" >&6; } + fi + NEXT_INTTYPES_H=$gl_cv_next_inttypes_h + +--- 20272,20279 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_inttypes_h" >&5 +! printf "%s\n" "$gl_cv_next_inttypes_h" >&6; } + fi + NEXT_INTTYPES_H=$gl_cv_next_inttypes_h + +*************** +*** 20513,20519 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether INT32_MAX < INTMAX_MAX" >&5 + printf %s "checking whether INT32_MAX < INTMAX_MAX... " >&6; } + if test ${gl_cv_test_INT32_MAX_LT_INTMAX_MAX+y} + then : +--- 20359,20365 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether INT32_MAX < INTMAX_MAX" >&5 + printf %s "checking whether INT32_MAX < INTMAX_MAX... " >&6; } + if test ${gl_cv_test_INT32_MAX_LT_INTMAX_MAX+y} + then : +*************** +*** 20556,20563 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_test_INT32_MAX_LT_INTMAX_MAX" >&5 +! printf '%s\n' "$gl_cv_test_INT32_MAX_LT_INTMAX_MAX" >&6; } + if test $gl_cv_test_INT32_MAX_LT_INTMAX_MAX = yes; then + INT32_MAX_LT_INTMAX_MAX=1; + else +--- 20402,20409 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_test_INT32_MAX_LT_INTMAX_MAX" >&5 +! printf "%s\n" "$gl_cv_test_INT32_MAX_LT_INTMAX_MAX" >&6; } + if test $gl_cv_test_INT32_MAX_LT_INTMAX_MAX = yes; then + INT32_MAX_LT_INTMAX_MAX=1; + else +*************** +*** 20567,20573 **** + + if test $APPLE_UNIVERSAL_BUILD = 0; then + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether INT64_MAX == LONG_MAX" >&5 + printf %s "checking whether INT64_MAX == LONG_MAX... " >&6; } + if test ${gl_cv_test_INT64_MAX_EQ_LONG_MAX+y} + then : +--- 20413,20419 ---- + + if test $APPLE_UNIVERSAL_BUILD = 0; then + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether INT64_MAX == LONG_MAX" >&5 + printf %s "checking whether INT64_MAX == LONG_MAX... " >&6; } + if test ${gl_cv_test_INT64_MAX_EQ_LONG_MAX+y} + then : +*************** +*** 20610,20617 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_test_INT64_MAX_EQ_LONG_MAX" >&5 +! printf '%s\n' "$gl_cv_test_INT64_MAX_EQ_LONG_MAX" >&6; } + if test $gl_cv_test_INT64_MAX_EQ_LONG_MAX = yes; then + INT64_MAX_EQ_LONG_MAX=1; + else +--- 20456,20463 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_test_INT64_MAX_EQ_LONG_MAX" >&5 +! printf "%s\n" "$gl_cv_test_INT64_MAX_EQ_LONG_MAX" >&6; } + if test $gl_cv_test_INT64_MAX_EQ_LONG_MAX = yes; then + INT64_MAX_EQ_LONG_MAX=1; + else +*************** +*** 20623,20629 **** + INT64_MAX_EQ_LONG_MAX=-1 + fi + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether UINT32_MAX < UINTMAX_MAX" >&5 + printf %s "checking whether UINT32_MAX < UINTMAX_MAX... " >&6; } + if test ${gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX+y} + then : +--- 20469,20475 ---- + INT64_MAX_EQ_LONG_MAX=-1 + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether UINT32_MAX < UINTMAX_MAX" >&5 + printf %s "checking whether UINT32_MAX < UINTMAX_MAX... " >&6; } + if test ${gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX+y} + then : +*************** +*** 20666,20673 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX" >&5 +! printf '%s\n' "$gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX" >&6; } + if test $gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX = yes; then + UINT32_MAX_LT_UINTMAX_MAX=1; + else +--- 20512,20519 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX" >&5 +! printf "%s\n" "$gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX" >&6; } + if test $gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX = yes; then + UINT32_MAX_LT_UINTMAX_MAX=1; + else +*************** +*** 20677,20683 **** + + if test $APPLE_UNIVERSAL_BUILD = 0; then + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether UINT64_MAX == ULONG_MAX" >&5 + printf %s "checking whether UINT64_MAX == ULONG_MAX... " >&6; } + if test ${gl_cv_test_UINT64_MAX_EQ_ULONG_MAX+y} + then : +--- 20523,20529 ---- + + if test $APPLE_UNIVERSAL_BUILD = 0; then + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether UINT64_MAX == ULONG_MAX" >&5 + printf %s "checking whether UINT64_MAX == ULONG_MAX... " >&6; } + if test ${gl_cv_test_UINT64_MAX_EQ_ULONG_MAX+y} + then : +*************** +*** 20720,20727 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_test_UINT64_MAX_EQ_ULONG_MAX" >&5 +! printf '%s\n' "$gl_cv_test_UINT64_MAX_EQ_ULONG_MAX" >&6; } + if test $gl_cv_test_UINT64_MAX_EQ_ULONG_MAX = yes; then + UINT64_MAX_EQ_ULONG_MAX=1; + else +--- 20566,20573 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_test_UINT64_MAX_EQ_ULONG_MAX" >&5 +! printf "%s\n" "$gl_cv_test_UINT64_MAX_EQ_ULONG_MAX" >&6; } + if test $gl_cv_test_UINT64_MAX_EQ_ULONG_MAX = yes; then + UINT64_MAX_EQ_ULONG_MAX=1; + else +*************** +*** 20810,20816 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_wctype_h='<'wctype.h'>' + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_wctype_h+y} + then : +--- 20656,20662 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_wctype_h='<'wctype.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_wctype_h+y} + then : +*************** +*** 20861,20868 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_wctype_h" >&5 +! printf '%s\n' "$gl_cv_next_wctype_h" >&6; } + fi + NEXT_WCTYPE_H=$gl_cv_next_wctype_h + +--- 20707,20714 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_wctype_h" >&5 +! printf "%s\n" "$gl_cv_next_wctype_h" >&6; } + fi + NEXT_WCTYPE_H=$gl_cv_next_wctype_h + +*************** +*** 20880,20886 **** + + if test $ac_cv_header_wctype_h = yes; then + if test $ac_cv_func_iswcntrl = yes; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether iswcntrl works" >&5 + printf %s "checking whether iswcntrl works... " >&6; } + if test ${gl_cv_func_iswcntrl_works+y} + then : +--- 20726,20732 ---- + + if test $ac_cv_header_wctype_h = yes; then + if test $ac_cv_func_iswcntrl = yes; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether iswcntrl works" >&5 + printf %s "checking whether iswcntrl works... " >&6; } + if test ${gl_cv_func_iswcntrl_works+y} + then : +*************** +*** 20936,20943 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_iswcntrl_works" >&5 +! printf '%s\n' "$gl_cv_func_iswcntrl_works" >&6; } + fi + HAVE_WCTYPE_H=1 + else +--- 20782,20789 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_iswcntrl_works" >&5 +! printf "%s\n" "$gl_cv_func_iswcntrl_works" >&6; } + fi + HAVE_WCTYPE_H=1 + else +*************** +*** 20965,20971 **** + ac_fn_c_check_func "$LINENO" "towlower" "ac_cv_func_towlower" + if test "x$ac_cv_func_towlower" = xyes + then : +! printf '%s\n' "#define HAVE_TOWLOWER 1" >>confdefs.h + + fi + +--- 20811,20817 ---- + ac_fn_c_check_func "$LINENO" "towlower" "ac_cv_func_towlower" + if test "x$ac_cv_func_towlower" = xyes + then : +! printf "%s\n" "#define HAVE_TOWLOWER 1" >>confdefs.h + + fi + +*************** +*** 20985,20991 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_TOWLOWER $ac_have_decl" >>confdefs.h + + if test $ac_cv_have_decl_towlower = yes; then + REPLACE_TOWLOWER=1 +--- 20831,20837 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_TOWLOWER $ac_have_decl" >>confdefs.h + + if test $ac_cv_have_decl_towlower = yes; then + REPLACE_TOWLOWER=1 +*************** +*** 21000,21006 **** + : + fi + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for wctype_t" >&5 + printf %s "checking for wctype_t... " >&6; } + if test ${gl_cv_type_wctype_t+y} + then : +--- 20846,20852 ---- + : + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for wctype_t" >&5 + printf %s "checking for wctype_t... " >&6; } + if test ${gl_cv_type_wctype_t+y} + then : +*************** +*** 21033,21045 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_type_wctype_t" >&5 +! printf '%s\n' "$gl_cv_type_wctype_t" >&6; } + if test $gl_cv_type_wctype_t = no; then + HAVE_WCTYPE_T=0 + fi + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for wctrans_t" >&5 + printf %s "checking for wctrans_t... " >&6; } + if test ${gl_cv_type_wctrans_t+y} + then : +--- 20879,20891 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_type_wctype_t" >&5 +! printf "%s\n" "$gl_cv_type_wctype_t" >&6; } + if test $gl_cv_type_wctype_t = no; then + HAVE_WCTYPE_T=0 + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for wctrans_t" >&5 + printf %s "checking for wctrans_t... " >&6; } + if test ${gl_cv_type_wctrans_t+y} + then : +*************** +*** 21070,21077 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_type_wctrans_t" >&5 +! printf '%s\n' "$gl_cv_type_wctrans_t" >&6; } + if test $gl_cv_type_wctrans_t = no; then + HAVE_WCTRANS_T=0 + fi +--- 20916,20923 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_type_wctrans_t" >&5 +! printf "%s\n" "$gl_cv_type_wctrans_t" >&6; } + if test $gl_cv_type_wctrans_t = no; then + HAVE_WCTRANS_T=0 + fi +*************** +*** 21119,21125 **** + + HAVE_WCTYPE=$HAVE_WCTYPE_T + if test $HAVE_WCTYPE = 1; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether wctype supports the \"blank\" and \"punct\" character classes" >&5 + printf %s "checking whether wctype supports the \"blank\" and \"punct\" character classes... " >&6; } + if test ${gl_cv_func_wctype_works+y} + then : +--- 20965,20971 ---- + + HAVE_WCTYPE=$HAVE_WCTYPE_T + if test $HAVE_WCTYPE = 1; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether wctype supports the \"blank\" and \"punct\" character classes" >&5 + printf %s "checking whether wctype supports the \"blank\" and \"punct\" character classes... " >&6; } + if test ${gl_cv_func_wctype_works+y} + then : +*************** +*** 21173,21180 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_wctype_works" >&5 +! printf '%s\n' "$gl_cv_func_wctype_works" >&6; } + case "$gl_cv_func_wctype_works" in + *yes) ;; + *) REPLACE_WCTYPE=1 ;; +--- 21019,21026 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_wctype_works" >&5 +! printf "%s\n" "$gl_cv_func_wctype_works" >&6; } + case "$gl_cv_func_wctype_works" in + *yes) ;; + *) REPLACE_WCTYPE=1 ;; +*************** +*** 21203,21209 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_langinfo_h='<'langinfo.h'>' + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_langinfo_h+y} + then : +--- 21049,21055 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_langinfo_h='<'langinfo.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_langinfo_h+y} + then : +*************** +*** 21254,21261 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_langinfo_h" >&5 +! printf '%s\n' "$gl_cv_next_langinfo_h" >&6; } + fi + NEXT_LANGINFO_H=$gl_cv_next_langinfo_h + +--- 21100,21107 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_langinfo_h" >&5 +! printf "%s\n" "$gl_cv_next_langinfo_h" >&6; } + fi + NEXT_LANGINFO_H=$gl_cv_next_langinfo_h + +*************** +*** 21280,21286 **** + + if test $ac_cv_header_langinfo_h = yes; then + HAVE_LANGINFO_H=1 +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether langinfo.h defines CODESET" >&5 + printf %s "checking whether langinfo.h defines CODESET... " >&6; } + if test ${gl_cv_header_langinfo_codeset+y} + then : +--- 21126,21132 ---- + + if test $ac_cv_header_langinfo_h = yes; then + HAVE_LANGINFO_H=1 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether langinfo.h defines CODESET" >&5 + printf %s "checking whether langinfo.h defines CODESET... " >&6; } + if test ${gl_cv_header_langinfo_codeset+y} + then : +*************** +*** 21310,21321 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_langinfo_codeset" >&5 +! printf '%s\n' "$gl_cv_header_langinfo_codeset" >&6; } + if test $gl_cv_header_langinfo_codeset = yes; then + HAVE_LANGINFO_CODESET=1 + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether langinfo.h defines T_FMT_AMPM" >&5 + printf %s "checking whether langinfo.h defines T_FMT_AMPM... " >&6; } + if test ${gl_cv_header_langinfo_t_fmt_ampm+y} + then : +--- 21156,21167 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_langinfo_codeset" >&5 +! printf "%s\n" "$gl_cv_header_langinfo_codeset" >&6; } + if test $gl_cv_header_langinfo_codeset = yes; then + HAVE_LANGINFO_CODESET=1 + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether langinfo.h defines T_FMT_AMPM" >&5 + printf %s "checking whether langinfo.h defines T_FMT_AMPM... " >&6; } + if test ${gl_cv_header_langinfo_t_fmt_ampm+y} + then : +*************** +*** 21345,21356 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_langinfo_t_fmt_ampm" >&5 +! printf '%s\n' "$gl_cv_header_langinfo_t_fmt_ampm" >&6; } + if test $gl_cv_header_langinfo_t_fmt_ampm = yes; then + HAVE_LANGINFO_T_FMT_AMPM=1 + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether langinfo.h defines ALTMON_1" >&5 + printf %s "checking whether langinfo.h defines ALTMON_1... " >&6; } + if test ${gl_cv_header_langinfo_altmon+y} + then : +--- 21191,21202 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_langinfo_t_fmt_ampm" >&5 +! printf "%s\n" "$gl_cv_header_langinfo_t_fmt_ampm" >&6; } + if test $gl_cv_header_langinfo_t_fmt_ampm = yes; then + HAVE_LANGINFO_T_FMT_AMPM=1 + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether langinfo.h defines ALTMON_1" >&5 + printf %s "checking whether langinfo.h defines ALTMON_1... " >&6; } + if test ${gl_cv_header_langinfo_altmon+y} + then : +*************** +*** 21380,21391 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_langinfo_altmon" >&5 +! printf '%s\n' "$gl_cv_header_langinfo_altmon" >&6; } + if test $gl_cv_header_langinfo_altmon = yes; then + HAVE_LANGINFO_ALTMON=1 + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether langinfo.h defines ERA" >&5 + printf %s "checking whether langinfo.h defines ERA... " >&6; } + if test ${gl_cv_header_langinfo_era+y} + then : +--- 21226,21237 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_langinfo_altmon" >&5 +! printf "%s\n" "$gl_cv_header_langinfo_altmon" >&6; } + if test $gl_cv_header_langinfo_altmon = yes; then + HAVE_LANGINFO_ALTMON=1 + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether langinfo.h defines ERA" >&5 + printf %s "checking whether langinfo.h defines ERA... " >&6; } + if test ${gl_cv_header_langinfo_era+y} + then : +*************** +*** 21415,21426 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_langinfo_era" >&5 +! printf '%s\n' "$gl_cv_header_langinfo_era" >&6; } + if test $gl_cv_header_langinfo_era = yes; then + HAVE_LANGINFO_ERA=1 + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether langinfo.h defines YESEXPR" >&5 + printf %s "checking whether langinfo.h defines YESEXPR... " >&6; } + if test ${gl_cv_header_langinfo_yesexpr+y} + then : +--- 21261,21272 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_langinfo_era" >&5 +! printf "%s\n" "$gl_cv_header_langinfo_era" >&6; } + if test $gl_cv_header_langinfo_era = yes; then + HAVE_LANGINFO_ERA=1 + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether langinfo.h defines YESEXPR" >&5 + printf %s "checking whether langinfo.h defines YESEXPR... " >&6; } + if test ${gl_cv_header_langinfo_yesexpr+y} + then : +*************** +*** 21450,21457 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_langinfo_yesexpr" >&5 +! printf '%s\n' "$gl_cv_header_langinfo_yesexpr" >&6; } + if test $gl_cv_header_langinfo_yesexpr = yes; then + HAVE_LANGINFO_YESEXPR=1 + fi +--- 21296,21303 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_langinfo_yesexpr" >&5 +! printf "%s\n" "$gl_cv_header_langinfo_yesexpr" >&6; } + if test $gl_cv_header_langinfo_yesexpr = yes; then + HAVE_LANGINFO_YESEXPR=1 + fi +*************** +*** 21500,21506 **** + + GL_GENERATE_STDDEF_H=false + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for good max_align_t" >&5 + printf %s "checking for good max_align_t... " >&6; } + if test ${gl_cv_type_max_align_t+y} + then : +--- 21346,21352 ---- + + GL_GENERATE_STDDEF_H=false + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for good max_align_t" >&5 + printf %s "checking for good max_align_t... " >&6; } + if test ${gl_cv_type_max_align_t+y} + then : +*************** +*** 21548,21561 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_type_max_align_t" >&5 +! printf '%s\n' "$gl_cv_type_max_align_t" >&6; } + if test $gl_cv_type_max_align_t = no; then + HAVE_MAX_ALIGN_T=0 + GL_GENERATE_STDDEF_H=true + fi + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether NULL can be used in arbitrary expressions" >&5 + printf %s "checking whether NULL can be used in arbitrary expressions... " >&6; } + if test ${gl_cv_decl_null_works+y} + then : +--- 21394,21407 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_type_max_align_t" >&5 +! printf "%s\n" "$gl_cv_type_max_align_t" >&6; } + if test $gl_cv_type_max_align_t = no; then + HAVE_MAX_ALIGN_T=0 + GL_GENERATE_STDDEF_H=true + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether NULL can be used in arbitrary expressions" >&5 + printf %s "checking whether NULL can be used in arbitrary expressions... " >&6; } + if test ${gl_cv_decl_null_works+y} + then : +*************** +*** 21584,21597 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_decl_null_works" >&5 +! printf '%s\n' "$gl_cv_decl_null_works" >&6; } + if test $gl_cv_decl_null_works = no; then + REPLACE_NULL=1 + GL_GENERATE_STDDEF_H=true + fi + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for unreachable" >&5 + printf %s "checking for unreachable... " >&6; } + if test ${gl_cv_func_unreachable+y} + then : +--- 21430,21443 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_decl_null_works" >&5 +! printf "%s\n" "$gl_cv_decl_null_works" >&6; } + if test $gl_cv_decl_null_works = no; then + REPLACE_NULL=1 + GL_GENERATE_STDDEF_H=true + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for unreachable" >&5 + printf %s "checking for unreachable... " >&6; } + if test ${gl_cv_func_unreachable+y} + then : +*************** +*** 21622,21634 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_unreachable" >&5 +! printf '%s\n' "$gl_cv_func_unreachable" >&6; } + if test $gl_cv_func_unreachable = no; then + GL_GENERATE_STDDEF_H=true + fi + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether nullptr_t needs " >&5 + printf %s "checking whether nullptr_t needs ... " >&6; } + if test ${gl_cv_nullptr_t_needs_stddef+y} + then : +--- 21468,21480 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_unreachable" >&5 +! printf "%s\n" "$gl_cv_func_unreachable" >&6; } + if test $gl_cv_func_unreachable = no; then + GL_GENERATE_STDDEF_H=true + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether nullptr_t needs " >&5 + printf %s "checking whether nullptr_t needs ... " >&6; } + if test ${gl_cv_nullptr_t_needs_stddef+y} + then : +*************** +*** 21648,21661 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_nullptr_t_needs_stddef" >&5 +! printf '%s\n' "$gl_cv_nullptr_t_needs_stddef" >&6; } + if test "$gl_cv_nullptr_t_needs_stddef" = no; then + NULLPTR_T_NEEDS_STDDEF=0 + GL_GENERATE_STDDEF_H=true + fi + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for clean definition of __STDC_VERSION_STDDEF_H__" >&5 + printf %s "checking for clean definition of __STDC_VERSION_STDDEF_H__... " >&6; } + if test ${gl_cv_clean_version_stddef+y} + then : +--- 21494,21507 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_nullptr_t_needs_stddef" >&5 +! printf "%s\n" "$gl_cv_nullptr_t_needs_stddef" >&6; } + if test "$gl_cv_nullptr_t_needs_stddef" = no; then + NULLPTR_T_NEEDS_STDDEF=0 + GL_GENERATE_STDDEF_H=true + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for clean definition of __STDC_VERSION_STDDEF_H__" >&5 + printf %s "checking for clean definition of __STDC_VERSION_STDDEF_H__... " >&6; } + if test ${gl_cv_clean_version_stddef+y} + then : +*************** +*** 21682,21689 **** + rm -f conftest.err conftest.i conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_clean_version_stddef" >&5 +! printf '%s\n' "$gl_cv_clean_version_stddef" >&6; } + if test "$gl_cv_clean_version_stddef" = no; then + STDDEF_NOT_IDEMPOTENT=1 + GL_GENERATE_STDDEF_H=true +--- 21528,21535 ---- + rm -f conftest.err conftest.i conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_clean_version_stddef" >&5 +! printf "%s\n" "$gl_cv_clean_version_stddef" >&6; } + if test "$gl_cv_clean_version_stddef" = no; then + STDDEF_NOT_IDEMPOTENT=1 + GL_GENERATE_STDDEF_H=true +*************** +*** 21701,21707 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_stddef_h='<'stddef.h'>' + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_stddef_h+y} + then : +--- 21547,21553 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_stddef_h='<'stddef.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_stddef_h+y} + then : +*************** +*** 21746,21753 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stddef_h" >&5 +! printf '%s\n' "$gl_cv_next_stddef_h" >&6; } + fi + NEXT_STDDEF_H=$gl_cv_next_stddef_h + +--- 21592,21599 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stddef_h" >&5 +! printf "%s\n" "$gl_cv_next_stddef_h" >&6; } + fi + NEXT_STDDEF_H=$gl_cv_next_stddef_h + +*************** +*** 21769,21775 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether locale.h defines locale_t" >&5 + printf %s "checking whether locale.h defines locale_t... " >&6; } + if test ${gl_cv_header_locale_has_locale_t+y} + then : +--- 21615,21621 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether locale.h defines locale_t" >&5 + printf %s "checking whether locale.h defines locale_t... " >&6; } + if test ${gl_cv_header_locale_has_locale_t+y} + then : +*************** +*** 21798,21805 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_locale_has_locale_t" >&5 +! printf '%s\n' "$gl_cv_header_locale_has_locale_t" >&6; } + + + if test $ac_cv_header_xlocale_h = yes; then +--- 21644,21651 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_locale_has_locale_t" >&5 +! printf "%s\n" "$gl_cv_header_locale_has_locale_t" >&6; } + + + if test $ac_cv_header_xlocale_h = yes; then +*************** +*** 21834,21845 **** + case "$host_os" in + solaris*) + +! printf '%s\n' "#define _LCONV_C99 1" >>confdefs.h + + ;; + esac + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether locale.h conforms to POSIX:2001" >&5 + printf %s "checking whether locale.h conforms to POSIX:2001... " >&6; } + if test ${gl_cv_header_locale_h_posix2001+y} + then : +--- 21680,21691 ---- + case "$host_os" in + solaris*) + +! printf "%s\n" "#define _LCONV_C99 1" >>confdefs.h + + ;; + esac + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether locale.h conforms to POSIX:2001" >&5 + printf %s "checking whether locale.h conforms to POSIX:2001... " >&6; } + if test ${gl_cv_header_locale_h_posix2001+y} + then : +*************** +*** 21868,21877 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_locale_h_posix2001" >&5 +! printf '%s\n' "$gl_cv_header_locale_h_posix2001" >&6; } + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether struct lconv is properly defined" >&5 + printf %s "checking whether struct lconv is properly defined... " >&6; } + if test ${gl_cv_sys_struct_lconv_ok+y} + then : +--- 21714,21723 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_locale_h_posix2001" >&5 +! printf "%s\n" "$gl_cv_header_locale_h_posix2001" >&6; } + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether struct lconv is properly defined" >&5 + printf %s "checking whether struct lconv is properly defined... " >&6; } + if test ${gl_cv_sys_struct_lconv_ok+y} + then : +*************** +*** 21902,21909 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_lconv_ok" >&5 +! printf '%s\n' "$gl_cv_sys_struct_lconv_ok" >&6; } + if test $gl_cv_sys_struct_lconv_ok = no; then + case "$host_os" in + windows*-msvc*) +--- 21748,21755 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_lconv_ok" >&5 +! printf "%s\n" "$gl_cv_sys_struct_lconv_ok" >&6; } + if test $gl_cv_sys_struct_lconv_ok = no; then + case "$host_os" in + windows*-msvc*) +*************** +*** 21943,21949 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_locale_h='<'locale.h'>' + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_locale_h+y} + then : +--- 21789,21795 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_locale_h='<'locale.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_locale_h+y} + then : +*************** +*** 21988,21995 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_locale_h" >&5 +! printf '%s\n' "$gl_cv_next_locale_h" >&6; } + fi + NEXT_LOCALE_H=$gl_cv_next_locale_h + +--- 21834,21841 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_locale_h" >&5 +! printf "%s\n" "$gl_cv_next_locale_h" >&6; } + fi + NEXT_LOCALE_H=$gl_cv_next_locale_h + +*************** +*** 22033,22039 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5 + printf %s "checking for LC_MESSAGES... " >&6; } + if test ${gt_cv_val_LC_MESSAGES+y} + then : +--- 21879,21885 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5 + printf %s "checking for LC_MESSAGES... " >&6; } + if test ${gt_cv_val_LC_MESSAGES+y} + then : +*************** +*** 22061,22071 **** + conftest$ac_exeext conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gt_cv_val_LC_MESSAGES" >&5 +! printf '%s\n' "$gt_cv_val_LC_MESSAGES" >&6; } + if test $gt_cv_val_LC_MESSAGES = yes; then + +! printf '%s\n' "#define HAVE_LC_MESSAGES 1" >>confdefs.h + + fi + +--- 21907,21917 ---- + conftest$ac_exeext conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gt_cv_val_LC_MESSAGES" >&5 +! printf "%s\n" "$gt_cv_val_LC_MESSAGES" >&6; } + if test $gt_cv_val_LC_MESSAGES = yes; then + +! printf "%s\n" "#define HAVE_LC_MESSAGES 1" >>confdefs.h + + fi + +*************** +*** 22080,22086 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for uselocale" >&5 + printf %s "checking for uselocale... " >&6; } + if test ${gl_cv_onwards_func_uselocale+y} + then : +--- 21926,21932 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for uselocale" >&5 + printf %s "checking for uselocale... " >&6; } + if test ${gl_cv_onwards_func_uselocale+y} + then : +*************** +*** 22133,22140 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_uselocale" >&5 +! printf '%s\n' "$gl_cv_onwards_func_uselocale" >&6; } + + case "$gl_cv_onwards_func_uselocale" in + future*) ac_cv_func_uselocale=no ;; +--- 21979,21986 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_uselocale" >&5 +! printf "%s\n" "$gl_cv_onwards_func_uselocale" >&6; } + + case "$gl_cv_onwards_func_uselocale" in + future*) ac_cv_func_uselocale=no ;; +*************** +*** 22142,22148 **** + esac + if test $ac_cv_func_uselocale = yes; then + +! printf '%s\n' "#define HAVE_USELOCALE 1" >>confdefs.h + + fi + +--- 21988,21994 ---- + esac + if test $ac_cv_func_uselocale = yes; then + +! printf "%s\n" "#define HAVE_USELOCALE 1" >>confdefs.h + + fi + +*************** +*** 22150,22156 **** + + if test $ac_cv_func_uselocale = yes; then + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether uselocale works" >&5 + printf %s "checking whether uselocale works... " >&6; } + if test ${gt_cv_func_uselocale_works+y} + then : +--- 21996,22002 ---- + + if test $ac_cv_func_uselocale = yes; then + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether uselocale works" >&5 + printf %s "checking whether uselocale works... " >&6; } + if test ${gt_cv_func_uselocale_works+y} + then : +*************** +*** 22195,22202 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_uselocale_works" >&5 +! printf '%s\n' "$gt_cv_func_uselocale_works" >&6; } + else + gt_cv_func_uselocale_works=no + fi +--- 22041,22048 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_uselocale_works" >&5 +! printf "%s\n" "$gt_cv_func_uselocale_works" >&6; } + else + gt_cv_func_uselocale_works=no + fi +*************** +*** 22204,22210 **** + *yes) + gt_working_uselocale=yes + +! printf '%s\n' "#define HAVE_WORKING_USELOCALE 1" >>confdefs.h + + ;; + *) +--- 22050,22056 ---- + *yes) + gt_working_uselocale=yes + +! printf "%s\n" "#define HAVE_WORKING_USELOCALE 1" >>confdefs.h + + ;; + *) +*************** +*** 22216,22222 **** + case "$gt_cv_func_uselocale_works" in + *yes) + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for fake locale system (OpenBSD)" >&5 + printf %s "checking for fake locale system (OpenBSD)... " >&6; } + if test ${gt_cv_locale_fake+y} + then : +--- 22062,22068 ---- + case "$gt_cv_func_uselocale_works" in + *yes) + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for fake locale system (OpenBSD)" >&5 + printf %s "checking for fake locale system (OpenBSD)... " >&6; } + if test ${gt_cv_locale_fake+y} + then : +*************** +*** 22262,22269 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_fake" >&5 +! printf '%s\n' "$gt_cv_locale_fake" >&6; } + ;; + *) gt_cv_locale_fake=no ;; + esac +--- 22108,22115 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_fake" >&5 +! printf "%s\n" "$gt_cv_locale_fake" >&6; } + ;; + *) gt_cv_locale_fake=no ;; + esac +*************** +*** 22271,22277 **** + *yes) + gt_fake_locales=yes + +! printf '%s\n' "#define HAVE_FAKE_LOCALES 1" >>confdefs.h + + ;; + *) +--- 22117,22123 ---- + *yes) + gt_fake_locales=yes + +! printf "%s\n" "#define HAVE_FAKE_LOCALES 1" >>confdefs.h + + ;; + *) +*************** +*** 22281,22287 **** + + case "$gt_cv_func_uselocale_works" in + *yes) +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for Solaris 11.4 locale system" >&5 + printf %s "checking for Solaris 11.4 locale system... " >&6; } + if test ${gt_cv_locale_solaris114+y} + then : +--- 22127,22133 ---- + + case "$gt_cv_func_uselocale_works" in + *yes) +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for Solaris 11.4 locale system" >&5 + printf %s "checking for Solaris 11.4 locale system... " >&6; } + if test ${gt_cv_locale_solaris114+y} + then : +*************** +*** 22318,22331 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_solaris114" >&5 +! printf '%s\n' "$gt_cv_locale_solaris114" >&6; } + ;; + *) gt_cv_locale_solaris114=no ;; + esac + if test $gt_cv_locale_solaris114 = yes; then + +! printf '%s\n' "#define HAVE_SOLARIS114_LOCALES 1" >>confdefs.h + + fi + +--- 22164,22177 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_solaris114" >&5 +! printf "%s\n" "$gt_cv_locale_solaris114" >&6; } + ;; + *) gt_cv_locale_solaris114=no ;; + esac + if test $gt_cv_locale_solaris114 = yes; then + +! printf "%s\n" "#define HAVE_SOLARIS114_LOCALES 1" >>confdefs.h + + fi + +*************** +*** 22334,22340 **** + ac_fn_c_check_func "$LINENO" "getlocalename_l" "ac_cv_func_getlocalename_l" + if test "x$ac_cv_func_getlocalename_l" = xyes + then : +! printf '%s\n' "#define HAVE_GETLOCALENAME_L 1" >>confdefs.h + + fi + +--- 22180,22186 ---- + ac_fn_c_check_func "$LINENO" "getlocalename_l" "ac_cv_func_getlocalename_l" + if test "x$ac_cv_func_getlocalename_l" = xyes + then : +! printf "%s\n" "#define HAVE_GETLOCALENAME_L 1" >>confdefs.h + + fi + +*************** +*** 22346,22354 **** + aix*) + gt_nameless_locales=yes + +! printf '%s\n' "#define HAVE_NAMELESS_LOCALES 1" >>confdefs.h + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for AIX locales with LC_MESSAGES name" >&5 + printf %s "checking for AIX locales with LC_MESSAGES name... " >&6; } + if test ${gt_cv_locale_aix72+y} + then : +--- 22192,22200 ---- + aix*) + gt_nameless_locales=yes + +! printf "%s\n" "#define HAVE_NAMELESS_LOCALES 1" >>confdefs.h + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for AIX locales with LC_MESSAGES name" >&5 + printf %s "checking for AIX locales with LC_MESSAGES name... " >&6; } + if test ${gt_cv_locale_aix72+y} + then : +*************** +*** 22381,22391 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_aix72" >&5 +! printf '%s\n' "$gt_cv_locale_aix72" >&6; } + if test $gt_cv_locale_aix72 = yes; then + +! printf '%s\n' "#define HAVE_AIX72_LOCALES 1" >>confdefs.h + + fi + ;; +--- 22227,22237 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_aix72" >&5 +! printf "%s\n" "$gt_cv_locale_aix72" >&6; } + if test $gt_cv_locale_aix72 = yes; then + +! printf "%s\n" "#define HAVE_AIX72_LOCALES 1" >>confdefs.h + + fi + ;; +*************** +*** 22394,22400 **** + if test $gt_working_uselocale = yes && test $gt_fake_locales = no; then + gt_good_uselocale=yes + +! printf '%s\n' "#define HAVE_GOOD_USELOCALE 1" >>confdefs.h + + else + gt_good_uselocale=no +--- 22240,22246 ---- + if test $gt_working_uselocale = yes && test $gt_fake_locales = no; then + gt_good_uselocale=yes + +! printf "%s\n" "#define HAVE_GOOD_USELOCALE 1" >>confdefs.h + + else + gt_good_uselocale=no +*************** +*** 22404,22410 **** + gt_localename_enhances_locale_funcs=yes + LOCALENAME_ENHANCE_LOCALE_FUNCS=1 + +! printf '%s\n' "#define LOCALENAME_ENHANCE_LOCALE_FUNCS 1" >>confdefs.h + + else + gt_localename_enhances_locale_funcs=no +--- 22250,22256 ---- + gt_localename_enhances_locale_funcs=yes + LOCALENAME_ENHANCE_LOCALE_FUNCS=1 + +! printf "%s\n" "#define LOCALENAME_ENHANCE_LOCALE_FUNCS 1" >>confdefs.h + + else + gt_localename_enhances_locale_funcs=no +*************** +*** 22420,22426 **** + if test "$gl_use_threads" != no; then + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether imported symbols can be declared weak" >&5 + printf %s "checking whether imported symbols can be declared weak... " >&6; } + if test ${gl_cv_have_weak+y} + then : +--- 22266,22272 ---- + if test "$gl_use_threads" != no; then + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether imported symbols can be declared weak" >&5 + printf %s "checking whether imported symbols can be declared weak... " >&6; } + if test ${gl_cv_have_weak+y} + then : +*************** +*** 22524,22535 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_have_weak" >&5 +! printf '%s\n' "$gl_cv_have_weak" >&6; } + case "$gl_cv_have_weak" in + *yes) + +! printf '%s\n' "#define HAVE_WEAK_SYMBOLS 1" >>confdefs.h + + ;; + esac +--- 22370,22381 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_have_weak" >&5 +! printf "%s\n" "$gl_cv_have_weak" >&6; } + case "$gl_cv_have_weak" in + *yes) + +! printf "%s\n" "#define HAVE_WEAK_SYMBOLS 1" >>confdefs.h + + ;; + esac +*************** +*** 22602,22609 **** + LIBS="$saved_LIBS" + test $gl_pthread_api = yes && break + done +! echo "$as_me:22605: gl_pthread_api=$gl_pthread_api" >&5 +! echo "$as_me:22606: LIBPTHREAD=$LIBPTHREAD" >&5 + + gl_pthread_in_glibc=no + # On Linux with glibc >= 2.34, libc contains the fully functional +--- 22448,22455 ---- + LIBS="$saved_LIBS" + test $gl_pthread_api = yes && break + done +! echo "$as_me:22451: gl_pthread_api=$gl_pthread_api" >&5 +! echo "$as_me:22452: LIBPTHREAD=$LIBPTHREAD" >&5 + + gl_pthread_in_glibc=no + # On Linux with glibc >= 2.34, libc contains the fully functional +*************** +*** 22629,22642 **** + + ;; + esac +! echo "$as_me:22632: gl_pthread_in_glibc=$gl_pthread_in_glibc" >&5 + + # Test for libpthread by looking for pthread_kill. (Not pthread_self, + # since it is defined as a macro on OSF/1.) + if test $gl_pthread_api = yes && test -z "$LIBPTHREAD"; then + # The program links fine without libpthread. But it may actually + # need to link with libpthread in order to create multiple threads. +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -lpthread" >&5 + printf %s "checking for pthread_kill in -lpthread... " >&6; } + if test ${ac_cv_lib_pthread_pthread_kill+y} + then : +--- 22475,22488 ---- + + ;; + esac +! echo "$as_me:22478: gl_pthread_in_glibc=$gl_pthread_in_glibc" >&5 + + # Test for libpthread by looking for pthread_kill. (Not pthread_self, + # since it is defined as a macro on OSF/1.) + if test $gl_pthread_api = yes && test -z "$LIBPTHREAD"; then + # The program links fine without libpthread. But it may actually + # need to link with libpthread in order to create multiple threads. +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -lpthread" >&5 + printf %s "checking for pthread_kill in -lpthread... " >&6; } + if test ${ac_cv_lib_pthread_pthread_kill+y} + then : +*************** +*** 22677,22684 **** + LIBS=$ac_check_lib_save_LIBS ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_kill" >&5 +! printf '%s\n' "$ac_cv_lib_pthread_pthread_kill" >&6; } + if test "x$ac_cv_lib_pthread_pthread_kill" = xyes + then : + if test $gl_pthread_in_glibc = yes; then +--- 22523,22530 ---- + LIBS=$ac_check_lib_save_LIBS ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_kill" >&5 +! printf "%s\n" "$ac_cv_lib_pthread_pthread_kill" >&6; } + if test "x$ac_cv_lib_pthread_pthread_kill" = xyes + then : + if test $gl_pthread_in_glibc = yes; then +*************** +*** 22694,22706 **** + case "$host_os" in + solaris | solaris2.[1-9] | solaris2.[1-9].* | hpux*) + +! printf '%s\n' "#define PTHREAD_IN_USE_DETECTION_HARD 1" >>confdefs.h + + esac + fi + + else case e in #( +! e) { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -lthr" >&5 + printf %s "checking for pthread_kill in -lthr... " >&6; } + if test ${ac_cv_lib_thr_pthread_kill+y} + then : +--- 22540,22552 ---- + case "$host_os" in + solaris | solaris2.[1-9] | solaris2.[1-9].* | hpux*) + +! printf "%s\n" "#define PTHREAD_IN_USE_DETECTION_HARD 1" >>confdefs.h + + esac + fi + + else case e in #( +! e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -lthr" >&5 + printf %s "checking for pthread_kill in -lthr... " >&6; } + if test ${ac_cv_lib_thr_pthread_kill+y} + then : +*************** +*** 22741,22748 **** + LIBS=$ac_check_lib_save_LIBS ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_thr_pthread_kill" >&5 +! printf '%s\n' "$ac_cv_lib_thr_pthread_kill" >&6; } + if test "x$ac_cv_lib_thr_pthread_kill" = xyes + then : + if test $gl_pthread_in_glibc = yes; then +--- 22587,22594 ---- + LIBS=$ac_check_lib_save_LIBS ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_thr_pthread_kill" >&5 +! printf "%s\n" "$ac_cv_lib_thr_pthread_kill" >&6; } + if test "x$ac_cv_lib_thr_pthread_kill" = xyes + then : + if test $gl_pthread_in_glibc = yes; then +*************** +*** 22759,22765 **** + + elif test $gl_pthread_api != yes; then + # Some library is needed. Try libpthread and libc_r. +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -lpthread" >&5 + printf %s "checking for pthread_kill in -lpthread... " >&6; } + if test ${ac_cv_lib_pthread_pthread_kill+y} + then : +--- 22605,22611 ---- + + elif test $gl_pthread_api != yes; then + # Some library is needed. Try libpthread and libc_r. +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -lpthread" >&5 + printf %s "checking for pthread_kill in -lpthread... " >&6; } + if test ${ac_cv_lib_pthread_pthread_kill+y} + then : +*************** +*** 22800,22807 **** + LIBS=$ac_check_lib_save_LIBS ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_kill" >&5 +! printf '%s\n' "$ac_cv_lib_pthread_pthread_kill" >&6; } + if test "x$ac_cv_lib_pthread_pthread_kill" = xyes + then : + gl_pthread_api=yes +--- 22646,22653 ---- + LIBS=$ac_check_lib_save_LIBS ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_kill" >&5 +! printf "%s\n" "$ac_cv_lib_pthread_pthread_kill" >&6; } + if test "x$ac_cv_lib_pthread_pthread_kill" = xyes + then : + gl_pthread_api=yes +*************** +*** 22811,22817 **** + + if test $gl_pthread_api != yes; then + # For FreeBSD 4. +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -lc_r" >&5 + printf %s "checking for pthread_kill in -lc_r... " >&6; } + if test ${ac_cv_lib_c_r_pthread_kill+y} + then : +--- 22657,22663 ---- + + if test $gl_pthread_api != yes; then + # For FreeBSD 4. +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -lc_r" >&5 + printf %s "checking for pthread_kill in -lc_r... " >&6; } + if test ${ac_cv_lib_c_r_pthread_kill+y} + then : +*************** +*** 22852,22859 **** + LIBS=$ac_check_lib_save_LIBS ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_c_r_pthread_kill" >&5 +! printf '%s\n' "$ac_cv_lib_c_r_pthread_kill" >&6; } + if test "x$ac_cv_lib_c_r_pthread_kill" = xyes + then : + gl_pthread_api=yes +--- 22698,22705 ---- + LIBS=$ac_check_lib_save_LIBS ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_c_r_pthread_kill" >&5 +! printf "%s\n" "$ac_cv_lib_c_r_pthread_kill" >&6; } + if test "x$ac_cv_lib_c_r_pthread_kill" = xyes + then : + gl_pthread_api=yes +*************** +*** 22863,22879 **** + + fi + fi +! echo "$as_me:22866: LIBPMULTITHREAD=$LIBPMULTITHREAD" >&5 + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether POSIX threads API is available" >&5 + printf %s "checking whether POSIX threads API is available... " >&6; } +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_pthread_api" >&5 +! printf '%s\n' "$gl_pthread_api" >&6; } + + + if test $gl_pthread_api = yes; then + +! printf '%s\n' "#define HAVE_PTHREAD_API 1" >>confdefs.h + + fi + +--- 22709,22725 ---- + + fi + fi +! echo "$as_me:22712: LIBPMULTITHREAD=$LIBPMULTITHREAD" >&5 + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether POSIX threads API is available" >&5 + printf %s "checking whether POSIX threads API is available... " >&6; } +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_pthread_api" >&5 +! printf "%s\n" "$gl_pthread_api" >&6; } + + + if test $gl_pthread_api = yes; then + +! printf "%s\n" "#define HAVE_PTHREAD_API 1" >>confdefs.h + + fi + +*************** +*** 22893,22899 **** + SCHED_YIELD_LIB= + + else case e in #( +! e) { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for sched_yield in -lrt" >&5 + printf %s "checking for sched_yield in -lrt... " >&6; } + if test ${ac_cv_lib_rt_sched_yield+y} + then : +--- 22739,22745 ---- + SCHED_YIELD_LIB= + + else case e in #( +! e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sched_yield in -lrt" >&5 + printf %s "checking for sched_yield in -lrt... " >&6; } + if test ${ac_cv_lib_rt_sched_yield+y} + then : +*************** +*** 22934,22946 **** + LIBS=$ac_check_lib_save_LIBS ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_sched_yield" >&5 +! printf '%s\n' "$ac_cv_lib_rt_sched_yield" >&6; } + if test "x$ac_cv_lib_rt_sched_yield" = xyes + then : + SCHED_YIELD_LIB=-lrt + else case e in #( +! e) { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for sched_yield in -lposix4" >&5 + printf %s "checking for sched_yield in -lposix4... " >&6; } + if test ${ac_cv_lib_posix4_sched_yield+y} + then : +--- 22780,22792 ---- + LIBS=$ac_check_lib_save_LIBS ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_sched_yield" >&5 +! printf "%s\n" "$ac_cv_lib_rt_sched_yield" >&6; } + if test "x$ac_cv_lib_rt_sched_yield" = xyes + then : + SCHED_YIELD_LIB=-lrt + else case e in #( +! e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sched_yield in -lposix4" >&5 + printf %s "checking for sched_yield in -lposix4... " >&6; } + if test ${ac_cv_lib_posix4_sched_yield+y} + then : +*************** +*** 22981,22988 **** + LIBS=$ac_check_lib_save_LIBS ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix4_sched_yield" >&5 +! printf '%s\n' "$ac_cv_lib_posix4_sched_yield" >&6; } + if test "x$ac_cv_lib_posix4_sched_yield" = xyes + then : + SCHED_YIELD_LIB=-lposix4 +--- 22827,22834 ---- + LIBS=$ac_check_lib_save_LIBS ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix4_sched_yield" >&5 +! printf "%s\n" "$ac_cv_lib_posix4_sched_yield" >&6; } + if test "x$ac_cv_lib_posix4_sched_yield" = xyes + then : + SCHED_YIELD_LIB=-lposix4 +*************** +*** 23009,23030 **** + if test "$gl_use_threads" = isoc+posix && test "$gl_have_isoc_threads" = yes; then + gl_threads_api='isoc+posix' + +! printf '%s\n' "#define USE_ISOC_AND_POSIX_THREADS 1" >>confdefs.h + + LIBTHREAD= LTLIBTHREAD= + else + gl_threads_api=posix + +! printf '%s\n' "#define USE_POSIX_THREADS 1" >>confdefs.h + + if test -z "$LIBMULTITHREAD" && test -z "$LTLIBMULTITHREAD"; then + +! printf '%s\n' "#define USE_POSIX_THREADS_FROM_LIBC 1" >>confdefs.h + + else + if case "$gl_cv_have_weak" in *yes) true;; *) false;; esac; then + +! printf '%s\n' "#define USE_POSIX_THREADS_WEAK 1" >>confdefs.h + + LIBTHREAD= LTLIBTHREAD= + else +--- 22855,22876 ---- + if test "$gl_use_threads" = isoc+posix && test "$gl_have_isoc_threads" = yes; then + gl_threads_api='isoc+posix' + +! printf "%s\n" "#define USE_ISOC_AND_POSIX_THREADS 1" >>confdefs.h + + LIBTHREAD= LTLIBTHREAD= + else + gl_threads_api=posix + +! printf "%s\n" "#define USE_POSIX_THREADS 1" >>confdefs.h + + if test -z "$LIBMULTITHREAD" && test -z "$LTLIBMULTITHREAD"; then + +! printf "%s\n" "#define USE_POSIX_THREADS_FROM_LIBC 1" >>confdefs.h + + else + if case "$gl_cv_have_weak" in *yes) true;; *) false;; esac; then + +! printf "%s\n" "#define USE_POSIX_THREADS_WEAK 1" >>confdefs.h + + LIBTHREAD= LTLIBTHREAD= + else +*************** +*** 23032,23038 **** + freebsd* | dragonfly* | midnightbsd*) + if test "x$LIBTHREAD" != "x$LIBMULTITHREAD"; then + +! printf '%s\n' "#define PTHREAD_IN_USE_DETECTION_HARD 1" >>confdefs.h + + fi + ;; +--- 22878,22884 ---- + freebsd* | dragonfly* | midnightbsd*) + if test "x$LIBTHREAD" != "x$LIBMULTITHREAD"; then + +! printf "%s\n" "#define PTHREAD_IN_USE_DETECTION_HARD 1" >>confdefs.h + + fi + ;; +*************** +*** 23112,23119 **** + LIBS="$saved_LIBS" + test $gl_pthread_api = yes && break + done +! echo "$as_me:23115: gl_pthread_api=$gl_pthread_api" >&5 +! echo "$as_me:23116: LIBPTHREAD=$LIBPTHREAD" >&5 + + gl_pthread_in_glibc=no + # On Linux with glibc >= 2.34, libc contains the fully functional +--- 22958,22965 ---- + LIBS="$saved_LIBS" + test $gl_pthread_api = yes && break + done +! echo "$as_me:22961: gl_pthread_api=$gl_pthread_api" >&5 +! echo "$as_me:22962: LIBPTHREAD=$LIBPTHREAD" >&5 + + gl_pthread_in_glibc=no + # On Linux with glibc >= 2.34, libc contains the fully functional +*************** +*** 23139,23152 **** + + ;; + esac +! echo "$as_me:23142: gl_pthread_in_glibc=$gl_pthread_in_glibc" >&5 + + # Test for libpthread by looking for pthread_kill. (Not pthread_self, + # since it is defined as a macro on OSF/1.) + if test $gl_pthread_api = yes && test -z "$LIBPTHREAD"; then + # The program links fine without libpthread. But it may actually + # need to link with libpthread in order to create multiple threads. +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -lpthread" >&5 + printf %s "checking for pthread_kill in -lpthread... " >&6; } + if test ${ac_cv_lib_pthread_pthread_kill+y} + then : +--- 22985,22998 ---- + + ;; + esac +! echo "$as_me:22988: gl_pthread_in_glibc=$gl_pthread_in_glibc" >&5 + + # Test for libpthread by looking for pthread_kill. (Not pthread_self, + # since it is defined as a macro on OSF/1.) + if test $gl_pthread_api = yes && test -z "$LIBPTHREAD"; then + # The program links fine without libpthread. But it may actually + # need to link with libpthread in order to create multiple threads. +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -lpthread" >&5 + printf %s "checking for pthread_kill in -lpthread... " >&6; } + if test ${ac_cv_lib_pthread_pthread_kill+y} + then : +*************** +*** 23187,23194 **** + LIBS=$ac_check_lib_save_LIBS ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_kill" >&5 +! printf '%s\n' "$ac_cv_lib_pthread_pthread_kill" >&6; } + if test "x$ac_cv_lib_pthread_pthread_kill" = xyes + then : + if test $gl_pthread_in_glibc = yes; then +--- 23033,23040 ---- + LIBS=$ac_check_lib_save_LIBS ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_kill" >&5 +! printf "%s\n" "$ac_cv_lib_pthread_pthread_kill" >&6; } + if test "x$ac_cv_lib_pthread_pthread_kill" = xyes + then : + if test $gl_pthread_in_glibc = yes; then +*************** +*** 23204,23216 **** + case "$host_os" in + solaris | solaris2.[1-9] | solaris2.[1-9].* | hpux*) + +! printf '%s\n' "#define PTHREAD_IN_USE_DETECTION_HARD 1" >>confdefs.h + + esac + fi + + else case e in #( +! e) { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -lthr" >&5 + printf %s "checking for pthread_kill in -lthr... " >&6; } + if test ${ac_cv_lib_thr_pthread_kill+y} + then : +--- 23050,23062 ---- + case "$host_os" in + solaris | solaris2.[1-9] | solaris2.[1-9].* | hpux*) + +! printf "%s\n" "#define PTHREAD_IN_USE_DETECTION_HARD 1" >>confdefs.h + + esac + fi + + else case e in #( +! e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -lthr" >&5 + printf %s "checking for pthread_kill in -lthr... " >&6; } + if test ${ac_cv_lib_thr_pthread_kill+y} + then : +*************** +*** 23251,23258 **** + LIBS=$ac_check_lib_save_LIBS ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_thr_pthread_kill" >&5 +! printf '%s\n' "$ac_cv_lib_thr_pthread_kill" >&6; } + if test "x$ac_cv_lib_thr_pthread_kill" = xyes + then : + if test $gl_pthread_in_glibc = yes; then +--- 23097,23104 ---- + LIBS=$ac_check_lib_save_LIBS ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_thr_pthread_kill" >&5 +! printf "%s\n" "$ac_cv_lib_thr_pthread_kill" >&6; } + if test "x$ac_cv_lib_thr_pthread_kill" = xyes + then : + if test $gl_pthread_in_glibc = yes; then +*************** +*** 23269,23275 **** + + elif test $gl_pthread_api != yes; then + # Some library is needed. Try libpthread and libc_r. +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -lpthread" >&5 + printf %s "checking for pthread_kill in -lpthread... " >&6; } + if test ${ac_cv_lib_pthread_pthread_kill+y} + then : +--- 23115,23121 ---- + + elif test $gl_pthread_api != yes; then + # Some library is needed. Try libpthread and libc_r. +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -lpthread" >&5 + printf %s "checking for pthread_kill in -lpthread... " >&6; } + if test ${ac_cv_lib_pthread_pthread_kill+y} + then : +*************** +*** 23310,23317 **** + LIBS=$ac_check_lib_save_LIBS ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_kill" >&5 +! printf '%s\n' "$ac_cv_lib_pthread_pthread_kill" >&6; } + if test "x$ac_cv_lib_pthread_pthread_kill" = xyes + then : + gl_pthread_api=yes +--- 23156,23163 ---- + LIBS=$ac_check_lib_save_LIBS ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_kill" >&5 +! printf "%s\n" "$ac_cv_lib_pthread_pthread_kill" >&6; } + if test "x$ac_cv_lib_pthread_pthread_kill" = xyes + then : + gl_pthread_api=yes +*************** +*** 23321,23327 **** + + if test $gl_pthread_api != yes; then + # For FreeBSD 4. +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -lc_r" >&5 + printf %s "checking for pthread_kill in -lc_r... " >&6; } + if test ${ac_cv_lib_c_r_pthread_kill+y} + then : +--- 23167,23173 ---- + + if test $gl_pthread_api != yes; then + # For FreeBSD 4. +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -lc_r" >&5 + printf %s "checking for pthread_kill in -lc_r... " >&6; } + if test ${ac_cv_lib_c_r_pthread_kill+y} + then : +*************** +*** 23362,23369 **** + LIBS=$ac_check_lib_save_LIBS ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_c_r_pthread_kill" >&5 +! printf '%s\n' "$ac_cv_lib_c_r_pthread_kill" >&6; } + if test "x$ac_cv_lib_c_r_pthread_kill" = xyes + then : + gl_pthread_api=yes +--- 23208,23215 ---- + LIBS=$ac_check_lib_save_LIBS ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_c_r_pthread_kill" >&5 +! printf "%s\n" "$ac_cv_lib_c_r_pthread_kill" >&6; } + if test "x$ac_cv_lib_c_r_pthread_kill" = xyes + then : + gl_pthread_api=yes +*************** +*** 23373,23389 **** + + fi + fi +! echo "$as_me:23376: LIBPMULTITHREAD=$LIBPMULTITHREAD" >&5 + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether POSIX threads API is available" >&5 + printf %s "checking whether POSIX threads API is available... " >&6; } +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_pthread_api" >&5 +! printf '%s\n' "$gl_pthread_api" >&6; } + + + if test $gl_pthread_api = yes; then + +! printf '%s\n' "#define HAVE_PTHREAD_API 1" >>confdefs.h + + fi + +--- 23219,23235 ---- + + fi + fi +! echo "$as_me:23222: LIBPMULTITHREAD=$LIBPMULTITHREAD" >&5 + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether POSIX threads API is available" >&5 + printf %s "checking whether POSIX threads API is available... " >&6; } +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_pthread_api" >&5 +! printf "%s\n" "$gl_pthread_api" >&6; } + + + if test $gl_pthread_api = yes; then + +! printf "%s\n" "#define HAVE_PTHREAD_API 1" >>confdefs.h + + fi + +*************** +*** 23403,23409 **** + SCHED_YIELD_LIB= + + else case e in #( +! e) { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for sched_yield in -lrt" >&5 + printf %s "checking for sched_yield in -lrt... " >&6; } + if test ${ac_cv_lib_rt_sched_yield+y} + then : +--- 23249,23255 ---- + SCHED_YIELD_LIB= + + else case e in #( +! e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sched_yield in -lrt" >&5 + printf %s "checking for sched_yield in -lrt... " >&6; } + if test ${ac_cv_lib_rt_sched_yield+y} + then : +*************** +*** 23444,23456 **** + LIBS=$ac_check_lib_save_LIBS ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_sched_yield" >&5 +! printf '%s\n' "$ac_cv_lib_rt_sched_yield" >&6; } + if test "x$ac_cv_lib_rt_sched_yield" = xyes + then : + SCHED_YIELD_LIB=-lrt + else case e in #( +! e) { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for sched_yield in -lposix4" >&5 + printf %s "checking for sched_yield in -lposix4... " >&6; } + if test ${ac_cv_lib_posix4_sched_yield+y} + then : +--- 23290,23302 ---- + LIBS=$ac_check_lib_save_LIBS ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_sched_yield" >&5 +! printf "%s\n" "$ac_cv_lib_rt_sched_yield" >&6; } + if test "x$ac_cv_lib_rt_sched_yield" = xyes + then : + SCHED_YIELD_LIB=-lrt + else case e in #( +! e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sched_yield in -lposix4" >&5 + printf %s "checking for sched_yield in -lposix4... " >&6; } + if test ${ac_cv_lib_posix4_sched_yield+y} + then : +*************** +*** 23491,23498 **** + LIBS=$ac_check_lib_save_LIBS ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix4_sched_yield" >&5 +! printf '%s\n' "$ac_cv_lib_posix4_sched_yield" >&6; } + if test "x$ac_cv_lib_posix4_sched_yield" = xyes + then : + SCHED_YIELD_LIB=-lposix4 +--- 23337,23344 ---- + LIBS=$ac_check_lib_save_LIBS ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix4_sched_yield" >&5 +! printf "%s\n" "$ac_cv_lib_posix4_sched_yield" >&6; } + if test "x$ac_cv_lib_posix4_sched_yield" = xyes + then : + SCHED_YIELD_LIB=-lposix4 +*************** +*** 23516,23522 **** + if test $ac_cv_header_threads_h = yes; then + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for thrd_create" >&5 + printf %s "checking for thrd_create... " >&6; } + if test ${gl_cv_onwards_func_thrd_create+y} + then : +--- 23362,23368 ---- + if test $ac_cv_header_threads_h = yes; then + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for thrd_create" >&5 + printf %s "checking for thrd_create... " >&6; } + if test ${gl_cv_onwards_func_thrd_create+y} + then : +*************** +*** 23569,23576 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_thrd_create" >&5 +! printf '%s\n' "$gl_cv_onwards_func_thrd_create" >&6; } + + case "$gl_cv_onwards_func_thrd_create" in + future*) ac_cv_func_thrd_create=no ;; +--- 23415,23422 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_thrd_create" >&5 +! printf "%s\n" "$gl_cv_onwards_func_thrd_create" >&6; } + + case "$gl_cv_onwards_func_thrd_create" in + future*) ac_cv_func_thrd_create=no ;; +*************** +*** 23578,23584 **** + esac + if test $ac_cv_func_thrd_create = yes; then + +! printf '%s\n' "#define HAVE_THRD_CREATE 1" >>confdefs.h + + fi + +--- 23424,23430 ---- + esac + if test $ac_cv_func_thrd_create = yes; then + +! printf "%s\n" "#define HAVE_THRD_CREATE 1" >>confdefs.h + + fi + +*************** +*** 23586,23592 **** + if test $ac_cv_func_thrd_create = yes; then + LIBSTDTHREAD= + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for thrd_create in -lstdthreads" >&5 + printf %s "checking for thrd_create in -lstdthreads... " >&6; } + if test ${ac_cv_lib_stdthreads_thrd_create+y} + then : +--- 23432,23438 ---- + if test $ac_cv_func_thrd_create = yes; then + LIBSTDTHREAD= + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for thrd_create in -lstdthreads" >&5 + printf %s "checking for thrd_create in -lstdthreads... " >&6; } + if test ${ac_cv_lib_stdthreads_thrd_create+y} + then : +*************** +*** 23627,23634 **** + LIBS=$ac_check_lib_save_LIBS ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_stdthreads_thrd_create" >&5 +! printf '%s\n' "$ac_cv_lib_stdthreads_thrd_create" >&6; } + if test "x$ac_cv_lib_stdthreads_thrd_create" = xyes + then : + +--- 23473,23480 ---- + LIBS=$ac_check_lib_save_LIBS ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_stdthreads_thrd_create" >&5 +! printf "%s\n" "$ac_cv_lib_stdthreads_thrd_create" >&6; } + if test "x$ac_cv_lib_stdthreads_thrd_create" = xyes + then : + +*************** +*** 23649,23658 **** + esac + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether ISO C threads API is available" >&5 + printf %s "checking whether ISO C threads API is available... " >&6; } +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_threads_h" >&5 +! printf '%s\n' "$ac_cv_header_threads_h" >&6; } + gl_stdthreadlib_body_done=done + fi + +--- 23495,23504 ---- + esac + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ISO C threads API is available" >&5 + printf %s "checking whether ISO C threads API is available... " >&6; } +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_threads_h" >&5 +! printf "%s\n" "$ac_cv_header_threads_h" >&6; } + gl_stdthreadlib_body_done=done + fi + +*************** +*** 23660,23666 **** + LIBMULTITHREAD=$LIBSTDTHREAD LTLIBMULTITHREAD=$LIBSTDTHREAD + gl_threads_api=isoc + +! printf '%s\n' "#define USE_ISOC_THREADS 1" >>confdefs.h + + fi + fi +--- 23506,23512 ---- + LIBMULTITHREAD=$LIBSTDTHREAD LTLIBMULTITHREAD=$LIBSTDTHREAD + gl_threads_api=isoc + +! printf "%s\n" "#define USE_ISOC_THREADS 1" >>confdefs.h + + fi + fi +*************** +*** 23674,23680 **** + }; then + gl_threads_api=windows + +! printf '%s\n' "#define USE_WINDOWS_THREADS 1" >>confdefs.h + + fi + ;; +--- 23520,23526 ---- + }; then + gl_threads_api=windows + +! printf "%s\n" "#define USE_WINDOWS_THREADS 1" >>confdefs.h + + fi + ;; +*************** +*** 23682,23694 **** + fi + else + +! printf '%s\n' "#define AVOID_ANY_THREADS 1" >>confdefs.h + + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for multithread API to use" >&5 + printf %s "checking for multithread API to use... " >&6; } +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_threads_api" >&5 +! printf '%s\n' "$gl_threads_api" >&6; } + + + +--- 23528,23540 ---- + fi + else + +! printf "%s\n" "#define AVOID_ANY_THREADS 1" >>confdefs.h + + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for multithread API to use" >&5 + printf %s "checking for multithread API to use... " >&6; } +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_threads_api" >&5 +! printf "%s\n" "$gl_threads_api" >&6; } + + + +*************** +*** 23699,23705 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 + printf %s "checking for a sed that does not truncate output... " >&6; } + if test ${ac_cv_path_SED+y} + then : +--- 23545,23551 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 + printf %s "checking for a sed that does not truncate output... " >&6; } + if test ${ac_cv_path_SED+y} + then : +*************** +*** 23742,23748 **** + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" +! printf '%s\n' '' >> "conftest.nl" + "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val +--- 23588,23594 ---- + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" +! printf "%s\n" '' >> "conftest.nl" + "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val +*************** +*** 23771,23782 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 +! printf '%s\n' "$ac_cv_path_SED" >&6; } + SED="$ac_cv_path_SED" + rm -f conftest.sed + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 + printf %s "checking for grep that handles long lines and -e... " >&6; } + if test ${ac_cv_path_GREP+y} + then : +--- 23617,23628 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 +! printf "%s\n" "$ac_cv_path_SED" >&6; } + SED="$ac_cv_path_SED" + rm -f conftest.sed + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 + printf %s "checking for grep that handles long lines and -e... " >&6; } + if test ${ac_cv_path_GREP+y} + then : +*************** +*** 23813,23819 **** + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" +! printf '%s\n' 'GREP' >> "conftest.nl" + "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val +--- 23659,23665 ---- + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" +! printf "%s\n" 'GREP' >> "conftest.nl" + "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val +*************** +*** 23842,23855 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 +! printf '%s\n' "$ac_cv_path_GREP" >&6; } + GREP="$ac_cv_path_GREP" + + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether malloc (0) returns nonnull" >&5 + printf %s "checking whether malloc (0) returns nonnull... " >&6; } + if test ${ac_cv_func_malloc_0_nonnull+y} + then : +--- 23688,23701 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 +! printf "%s\n" "$ac_cv_path_GREP" >&6; } + GREP="$ac_cv_path_GREP" + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether malloc (0) returns nonnull" >&5 + printf %s "checking whether malloc (0) returns nonnull... " >&6; } + if test ${ac_cv_func_malloc_0_nonnull+y} + then : +*************** +*** 23899,23910 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_malloc_0_nonnull" >&5 +! printf '%s\n' "$ac_cv_func_malloc_0_nonnull" >&6; } + case $ac_cv_func_malloc_0_nonnull in #( + *yes) : + +! printf '%s\n' "#define HAVE_MALLOC_0_NONNULL 1" >>confdefs.h + ;; #( + *) : + ;; +--- 23745,23756 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_malloc_0_nonnull" >&5 +! printf "%s\n" "$ac_cv_func_malloc_0_nonnull" >&6; } + case $ac_cv_func_malloc_0_nonnull in #( + *yes) : + +! printf "%s\n" "#define HAVE_MALLOC_0_NONNULL 1" >>confdefs.h + ;; #( + *) : + ;; +*************** +*** 24172,24178 **** + # Try to allow MAP_ANONYMOUS. + gl_have_mmap_anonymous=no + if test $gl_have_mmap = yes; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for MAP_ANONYMOUS" >&5 + printf %s "checking for MAP_ANONYMOUS... " >&6; } + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +--- 24018,24024 ---- + # Try to allow MAP_ANONYMOUS. + gl_have_mmap_anonymous=no + if test $gl_have_mmap = yes; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MAP_ANONYMOUS" >&5 + printf %s "checking for MAP_ANONYMOUS... " >&6; } + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +*************** +*** 24204,24221 **** + $EGREP_TRADITIONAL "I cannot identify this map" >/dev/null 2>&1 + then : + +! printf '%s\n' "#define MAP_ANONYMOUS MAP_ANON" >>confdefs.h + + gl_have_mmap_anonymous=yes + fi + rm -rf conftest* + + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_have_mmap_anonymous" >&5 +! printf '%s\n' "$gl_have_mmap_anonymous" >&6; } + if test $gl_have_mmap_anonymous = yes; then + +! printf '%s\n' "#define HAVE_MAP_ANONYMOUS 1" >>confdefs.h + + fi + fi +--- 24050,24067 ---- + $EGREP_TRADITIONAL "I cannot identify this map" >/dev/null 2>&1 + then : + +! printf "%s\n" "#define MAP_ANONYMOUS MAP_ANON" >>confdefs.h + + gl_have_mmap_anonymous=yes + fi + rm -rf conftest* + + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_have_mmap_anonymous" >&5 +! printf "%s\n" "$gl_have_mmap_anonymous" >&6; } + if test $gl_have_mmap_anonymous = yes; then + +! printf "%s\n" "#define HAVE_MAP_ANONYMOUS 1" >>confdefs.h + + fi + fi +*************** +*** 24238,24244 **** + # memchr should cast the second argument to 'unsigned char'. + # This bug exists in Android 4.3. + # Assume that memchr works on platforms that lack mprotect. +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether memchr works" >&5 + printf %s "checking whether memchr works... " >&6; } + if test ${gl_cv_func_memchr_works+y} + then : +--- 24084,24090 ---- + # memchr should cast the second argument to 'unsigned char'. + # This bug exists in Android 4.3. + # Assume that memchr works on platforms that lack mprotect. +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether memchr works" >&5 + printf %s "checking whether memchr works... " >&6; } + if test ${gl_cv_func_memchr_works+y} + then : +*************** +*** 24339,24346 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_memchr_works" >&5 +! printf '%s\n' "$gl_cv_func_memchr_works" >&6; } + case "$gl_cv_func_memchr_works" in + *yes) ;; + *) REPLACE_MEMCHR=1 ;; +--- 24185,24192 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_memchr_works" >&5 +! printf "%s\n" "$gl_cv_func_memchr_works" >&6; } + case "$gl_cv_func_memchr_works" in + *yes) ;; + *) REPLACE_MEMCHR=1 ;; +*************** +*** 24354,24366 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_MEMRCHR $ac_have_decl" >>confdefs.h + + + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether defines MIN and MAX" >&5 + printf %s "checking whether defines MIN and MAX... " >&6; } + if test ${gl_cv_minmax_in_limits_h+y} + then : +--- 24200,24212 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_MEMRCHR $ac_have_decl" >>confdefs.h + + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether defines MIN and MAX" >&5 + printf %s "checking whether defines MIN and MAX... " >&6; } + if test ${gl_cv_minmax_in_limits_h+y} + then : +*************** +*** 24388,24398 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_minmax_in_limits_h" >&5 +! printf '%s\n' "$gl_cv_minmax_in_limits_h" >&6; } + if test $gl_cv_minmax_in_limits_h = yes; then + +! printf '%s\n' "#define HAVE_MINMAX_IN_LIMITS_H 1" >>confdefs.h + + fi + +--- 24234,24244 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_minmax_in_limits_h" >&5 +! printf "%s\n" "$gl_cv_minmax_in_limits_h" >&6; } + if test $gl_cv_minmax_in_limits_h = yes; then + +! printf "%s\n" "#define HAVE_MINMAX_IN_LIMITS_H 1" >>confdefs.h + + fi + +*************** +*** 24401,24407 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether defines MIN and MAX" >&5 + printf %s "checking whether defines MIN and MAX... " >&6; } + if test ${gl_cv_minmax_in_sys_param_h+y} + then : +--- 24247,24253 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether defines MIN and MAX" >&5 + printf %s "checking whether defines MIN and MAX... " >&6; } + if test ${gl_cv_minmax_in_sys_param_h+y} + then : +*************** +*** 24429,24439 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_minmax_in_sys_param_h" >&5 +! printf '%s\n' "$gl_cv_minmax_in_sys_param_h" >&6; } + if test $gl_cv_minmax_in_sys_param_h = yes; then + +! printf '%s\n' "#define HAVE_MINMAX_IN_SYS_PARAM_H 1" >>confdefs.h + + fi + +--- 24275,24285 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_minmax_in_sys_param_h" >&5 +! printf "%s\n" "$gl_cv_minmax_in_sys_param_h" >&6; } + if test $gl_cv_minmax_in_sys_param_h = yes; then + +! printf "%s\n" "#define HAVE_MINMAX_IN_SYS_PARAM_H 1" >>confdefs.h + + fi + +*************** +*** 24466,24472 **** + REPLACE_TZSET=0; + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether time_t is signed" >&5 + printf %s "checking whether time_t is signed... " >&6; } + if test ${gl_cv_time_t_is_signed+y} + then : +--- 24312,24318 ---- + REPLACE_TZSET=0; + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether time_t is signed" >&5 + printf %s "checking whether time_t is signed... " >&6; } + if test ${gl_cv_time_t_is_signed+y} + then : +*************** +*** 24494,24504 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_time_t_is_signed" >&5 +! printf '%s\n' "$gl_cv_time_t_is_signed" >&6; } + if test $gl_cv_time_t_is_signed = yes; then + +! printf '%s\n' "#define TIME_T_IS_SIGNED 1" >>confdefs.h + + fi + +--- 24340,24350 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_time_t_is_signed" >&5 +! printf "%s\n" "$gl_cv_time_t_is_signed" >&6; } + if test $gl_cv_time_t_is_signed = yes; then + +! printf "%s\n" "#define TIME_T_IS_SIGNED 1" >>confdefs.h + + fi + +*************** +*** 24510,24516 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_ALARM $ac_have_decl" >>confdefs.h + + + +--- 24356,24362 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_ALARM $ac_have_decl" >>confdefs.h + + + +*************** +*** 24518,24524 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for working mktime" >&5 + printf %s "checking for working mktime... " >&6; } + if test ${gl_cv_func_working_mktime+y} + then : +--- 24364,24370 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for working mktime" >&5 + printf %s "checking for working mktime... " >&6; } + if test ${gl_cv_func_working_mktime+y} + then : +*************** +*** 24781,24788 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_working_mktime" >&5 +! printf '%s\n' "$gl_cv_func_working_mktime" >&6; } + + + +--- 24627,24634 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_working_mktime" >&5 +! printf "%s\n" "$gl_cv_func_working_mktime" >&6; } + + + +*************** +*** 24856,24862 **** + if test "x$ac_cv_member_struct_tm_tm_gmtoff" = xyes + then : + +! printf '%s\n' "#define HAVE_STRUCT_TM_TM_GMTOFF 1" >>confdefs.h + + + fi +--- 24702,24708 ---- + if test "x$ac_cv_member_struct_tm_tm_gmtoff" = xyes + then : + +! printf "%s\n" "#define HAVE_STRUCT_TM_TM_GMTOFF 1" >>confdefs.h + + + fi +*************** +*** 24866,24872 **** + if test "x$ac_cv_member_struct_tm_tm_zone" = xyes + then : + +! printf '%s\n' "#define HAVE_STRUCT_TM_TM_ZONE 1" >>confdefs.h + + + fi +--- 24712,24718 ---- + if test "x$ac_cv_member_struct_tm_tm_zone" = xyes + then : + +! printf "%s\n" "#define HAVE_STRUCT_TM_TM_ZONE 1" >>confdefs.h + + + fi +*************** +*** 24875,24887 **** + if test "$ac_cv_member_struct_tm_tm_gmtoff" = yes + then : + +! printf '%s\n' "#define HAVE_TM_GMTOFF 1" >>confdefs.h + + fi + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for O_CLOEXEC" >&5 + printf %s "checking for O_CLOEXEC... " >&6; } + if test ${gl_cv_macro_O_CLOEXEC+y} + then : +--- 24721,24733 ---- + if test "$ac_cv_member_struct_tm_tm_gmtoff" = yes + then : + +! printf "%s\n" "#define HAVE_TM_GMTOFF 1" >>confdefs.h + + fi + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for O_CLOEXEC" >&5 + printf %s "checking for O_CLOEXEC... " >&6; } + if test ${gl_cv_macro_O_CLOEXEC+y} + then : +*************** +*** 24912,24923 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_macro_O_CLOEXEC" >&5 +! printf '%s\n' "$gl_cv_macro_O_CLOEXEC" >&6; } + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for promoted mode_t type" >&5 + printf %s "checking for promoted mode_t type... " >&6; } + if test ${gl_cv_promoted_mode_t+y} + then : +--- 24758,24769 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_macro_O_CLOEXEC" >&5 +! printf "%s\n" "$gl_cv_macro_O_CLOEXEC" >&6; } + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for promoted mode_t type" >&5 + printf %s "checking for promoted mode_t type... " >&6; } + if test ${gl_cv_promoted_mode_t+y} + then : +*************** +*** 24946,24955 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_promoted_mode_t" >&5 +! printf '%s\n' "$gl_cv_promoted_mode_t" >&6; } + +! printf '%s\n' "#define PROMOTED_MODE_T $gl_cv_promoted_mode_t" >>confdefs.h + + + +--- 24792,24801 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_promoted_mode_t" >&5 +! printf "%s\n" "$gl_cv_promoted_mode_t" >&6; } + +! printf "%s\n" "#define PROMOTED_MODE_T $gl_cv_promoted_mode_t" >>confdefs.h + + + +*************** +*** 25084,25090 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_pthread_h='<'pthread.h'>' + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_pthread_h+y} + then : +--- 24930,24936 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_pthread_h='<'pthread.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_pthread_h+y} + then : +*************** +*** 25135,25142 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_pthread_h" >&5 +! printf '%s\n' "$gl_cv_next_pthread_h" >&6; } + fi + NEXT_PTHREAD_H=$gl_cv_next_pthread_h + +--- 24981,24988 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_pthread_h" >&5 +! printf "%s\n" "$gl_cv_next_pthread_h" >&6; } + fi + NEXT_PTHREAD_H=$gl_cv_next_pthread_h + +*************** +*** 25174,25180 **** + if test "x$ac_cv_type_pthread_t" = xyes + then : + +! printf '%s\n' "#define HAVE_PTHREAD_T 1" >>confdefs.h + + + fi +--- 25020,25026 ---- + if test "x$ac_cv_type_pthread_t" = xyes + then : + +! printf "%s\n" "#define HAVE_PTHREAD_T 1" >>confdefs.h + + + fi +*************** +*** 25186,25192 **** + if test "x$ac_cv_type_pthread_spinlock_t" = xyes + then : + +! printf '%s\n' "#define HAVE_PTHREAD_SPINLOCK_T 1" >>confdefs.h + + + fi +--- 25032,25038 ---- + if test "x$ac_cv_type_pthread_spinlock_t" = xyes + then : + +! printf "%s\n" "#define HAVE_PTHREAD_SPINLOCK_T 1" >>confdefs.h + + + fi +*************** +*** 25219,25225 **** + else + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for pthread_spin_init" >&5 + printf %s "checking for pthread_spin_init... " >&6; } + if test ${gl_cv_func_pthread_spin_init_in_LIBMULTITHREAD+y} + then : +--- 25065,25071 ---- + else + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_spin_init" >&5 + printf %s "checking for pthread_spin_init... " >&6; } + if test ${gl_cv_func_pthread_spin_init_in_LIBMULTITHREAD+y} + then : +*************** +*** 25255,25262 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_pthread_spin_init_in_LIBMULTITHREAD" >&5 +! printf '%s\n' "$gl_cv_func_pthread_spin_init_in_LIBMULTITHREAD" >&6; } + if test $gl_cv_func_pthread_spin_init_in_LIBMULTITHREAD != yes; then + HAVE_PTHREAD_SPIN_INIT=0 + REPLACE_PTHREAD_SPIN_INIT=1 +--- 25101,25108 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_pthread_spin_init_in_LIBMULTITHREAD" >&5 +! printf "%s\n" "$gl_cv_func_pthread_spin_init_in_LIBMULTITHREAD" >&6; } + if test $gl_cv_func_pthread_spin_init_in_LIBMULTITHREAD != yes; then + HAVE_PTHREAD_SPIN_INIT=0 + REPLACE_PTHREAD_SPIN_INIT=1 +*************** +*** 25334,25340 **** + if test "x$ac_cv_type_sigset_t" = xyes + then : + +! printf '%s\n' "#define HAVE_SIGSET_T 1" >>confdefs.h + + gl_cv_type_sigset_t=yes + else case e in #( +--- 25180,25186 ---- + if test "x$ac_cv_type_sigset_t" = xyes + then : + +! printf "%s\n" "#define HAVE_SIGSET_T 1" >>confdefs.h + + gl_cv_type_sigset_t=yes + else case e in #( +*************** +*** 25374,25380 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether realloc should abort upon undefined behaviour" >&5 + printf %s "checking whether realloc should abort upon undefined behaviour... " >&6; } + if test ${gl_cv_func_realloc_sanitize+y} + then : +--- 25220,25226 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether realloc should abort upon undefined behaviour" >&5 + printf %s "checking whether realloc should abort upon undefined behaviour... " >&6; } + if test ${gl_cv_func_realloc_sanitize+y} + then : +*************** +*** 25383,25390 **** + e) test -n "$gl_cv_func_realloc_sanitize" || gl_cv_func_realloc_sanitize=no ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_realloc_sanitize" >&5 +! printf '%s\n' "$gl_cv_func_realloc_sanitize" >&6; } + + + +--- 25229,25236 ---- + e) test -n "$gl_cv_func_realloc_sanitize" || gl_cv_func_realloc_sanitize=no ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_realloc_sanitize" >&5 +! printf "%s\n" "$gl_cv_func_realloc_sanitize" >&6; } + + + +*************** +*** 25406,25412 **** + " + if test "x$ac_cv_header_sched_h" = xyes + then : +! printf '%s\n' "#define HAVE_SCHED_H 1" >>confdefs.h + + fi + +--- 25252,25258 ---- + " + if test "x$ac_cv_header_sched_h" = xyes + then : +! printf "%s\n" "#define HAVE_SCHED_H 1" >>confdefs.h + + fi + +*************** +*** 25421,25427 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_sched_h='<'sched.h'>' + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_sched_h+y} + then : +--- 25267,25273 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_sched_h='<'sched.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_sched_h+y} + then : +*************** +*** 25466,25473 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sched_h" >&5 +! printf '%s\n' "$gl_cv_next_sched_h" >&6; } + fi + NEXT_SCHED_H=$gl_cv_next_sched_h + +--- 25312,25319 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sched_h" >&5 +! printf "%s\n" "$gl_cv_next_sched_h" >&6; } + fi + NEXT_SCHED_H=$gl_cv_next_sched_h + +*************** +*** 25551,25557 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_SETENV $ac_have_decl" >>confdefs.h + + + ac_fn_check_decl "$LINENO" "_putenv" "ac_cv_have_decl__putenv" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" +--- 25397,25403 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_SETENV $ac_have_decl" >>confdefs.h + + + ac_fn_check_decl "$LINENO" "_putenv" "ac_cv_have_decl__putenv" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" +*************** +*** 25562,25568 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL__PUTENV $ac_have_decl" >>confdefs.h + + + +--- 25408,25414 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL__PUTENV $ac_have_decl" >>confdefs.h + + + +*************** +*** 25577,25590 **** + ac_fn_c_check_header_compile "$LINENO" "search.h" "ac_cv_header_search_h" "$ac_includes_default" + if test "x$ac_cv_header_search_h" = xyes + then : +! printf '%s\n' "#define HAVE_SEARCH_H 1" >>confdefs.h + + fi + + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for tsearch" >&5 + printf %s "checking for tsearch... " >&6; } + if test ${gl_cv_onwards_func_tsearch+y} + then : +--- 25423,25436 ---- + ac_fn_c_check_header_compile "$LINENO" "search.h" "ac_cv_header_search_h" "$ac_includes_default" + if test "x$ac_cv_header_search_h" = xyes + then : +! printf "%s\n" "#define HAVE_SEARCH_H 1" >>confdefs.h + + fi + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for tsearch" >&5 + printf %s "checking for tsearch... " >&6; } + if test ${gl_cv_onwards_func_tsearch+y} + then : +*************** +*** 25637,25644 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_tsearch" >&5 +! printf '%s\n' "$gl_cv_onwards_func_tsearch" >&6; } + + case "$gl_cv_onwards_func_tsearch" in + future*) ac_cv_func_tsearch=no ;; +--- 25483,25490 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_tsearch" >&5 +! printf "%s\n" "$gl_cv_onwards_func_tsearch" >&6; } + + case "$gl_cv_onwards_func_tsearch" in + future*) ac_cv_func_tsearch=no ;; +*************** +*** 25646,25652 **** + esac + if test $ac_cv_func_tsearch = yes; then + +! printf '%s\n' "#define HAVE_TSEARCH 1" >>confdefs.h + + fi + +--- 25492,25498 ---- + esac + if test $ac_cv_func_tsearch = yes; then + +! printf "%s\n" "#define HAVE_TSEARCH 1" >>confdefs.h + + fi + +*************** +*** 25660,25666 **** + + else case e in #( + e) +! printf '%s\n' "#define uid_t int" >>confdefs.h + ;; + esac + fi +--- 25506,25512 ---- + + else case e in #( + e) +! printf "%s\n" "#define uid_t int" >>confdefs.h + ;; + esac + fi +*************** +*** 25671,25677 **** + + else case e in #( + e) +! printf '%s\n' "#define gid_t int" >>confdefs.h + ;; + esac + fi +--- 25517,25523 ---- + + else case e in #( + e) +! printf "%s\n" "#define gid_t int" >>confdefs.h + ;; + esac + fi +*************** +*** 25693,25699 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_signal_h='<'signal.h'>' + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_signal_h+y} + then : +--- 25539,25545 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_signal_h='<'signal.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_signal_h+y} + then : +*************** +*** 25738,25745 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_signal_h" >&5 +! printf '%s\n' "$gl_cv_next_signal_h" >&6; } + fi + NEXT_SIGNAL_H=$gl_cv_next_signal_h + +--- 25584,25591 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_signal_h" >&5 +! printf "%s\n" "$gl_cv_next_signal_h" >&6; } + fi + NEXT_SIGNAL_H=$gl_cv_next_signal_h + +*************** +*** 25798,25804 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 + printf %s "checking whether byte ordering is bigendian... " >&6; } + if test ${ac_cv_c_bigendian+y} + then : +--- 25644,25650 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 + printf %s "checking whether byte ordering is bigendian... " >&6; } + if test ${ac_cv_c_bigendian+y} + then : +*************** +*** 26020,26036 **** + fi ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5 +! printf '%s\n' "$ac_cv_c_bigendian" >&6; } + case $ac_cv_c_bigendian in #( + yes) +! printf '%s\n' "#define WORDS_BIGENDIAN 1" >>confdefs.h + ;; #( + no) + ;; #( + universal) + +! printf '%s\n' "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h + + ;; #( + *) +--- 25866,25882 ---- + fi ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5 +! printf "%s\n" "$ac_cv_c_bigendian" >&6; } + case $ac_cv_c_bigendian in #( + yes) +! printf "%s\n" "#define WORDS_BIGENDIAN 1" >>confdefs.h + ;; #( + no) + ;; #( + universal) + +! printf "%s\n" "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h + + ;; #( + *) +*************** +*** 26076,26082 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_FCLOSEALL $ac_have_decl" >>confdefs.h + + ac_fn_check_decl "$LINENO" "getw" "ac_cv_have_decl_getw" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" + if test "x$ac_cv_have_decl_getw" = xyes +--- 25922,25928 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_FCLOSEALL $ac_have_decl" >>confdefs.h + + ac_fn_check_decl "$LINENO" "getw" "ac_cv_have_decl_getw" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" + if test "x$ac_cv_have_decl_getw" = xyes +*************** +*** 26086,26092 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_GETW $ac_have_decl" >>confdefs.h + + ac_fn_check_decl "$LINENO" "putw" "ac_cv_have_decl_putw" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" + if test "x$ac_cv_have_decl_putw" = xyes +--- 25932,25938 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_GETW $ac_have_decl" >>confdefs.h + + ac_fn_check_decl "$LINENO" "putw" "ac_cv_have_decl_putw" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" + if test "x$ac_cv_have_decl_putw" = xyes +*************** +*** 26096,26102 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_PUTW $ac_have_decl" >>confdefs.h + + + +--- 25942,25948 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_PUTW $ac_have_decl" >>confdefs.h + + + +*************** +*** 26111,26117 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_stdio_h='<'stdio.h'>' + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_stdio_h+y} + then : +--- 25957,25963 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_stdio_h='<'stdio.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_stdio_h+y} + then : +*************** +*** 26156,26163 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stdio_h" >&5 +! printf '%s\n' "$gl_cv_next_stdio_h" >&6; } + fi + NEXT_STDIO_H=$gl_cv_next_stdio_h + +--- 26002,26009 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stdio_h" >&5 +! printf "%s\n" "$gl_cv_next_stdio_h" >&6; } + fi + NEXT_STDIO_H=$gl_cv_next_stdio_h + +*************** +*** 26174,26180 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking which flavor of printf attribute matches inttypes macros" >&5 + printf %s "checking which flavor of printf attribute matches inttypes macros... " >&6; } + if test ${gl_cv_func_printf_attribute_flavor+y} + then : +--- 26020,26026 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking which flavor of printf attribute matches inttypes macros" >&5 + printf %s "checking which flavor of printf attribute matches inttypes macros... " >&6; } + if test ${gl_cv_func_printf_attribute_flavor+y} + then : +*************** +*** 26212,26222 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_printf_attribute_flavor" >&5 +! printf '%s\n' "$gl_cv_func_printf_attribute_flavor" >&6; } + if test "$gl_cv_func_printf_attribute_flavor" = gnu; then + +! printf '%s\n' "#define GNULIB_PRINTF_ATTRIBUTE_FLAVOR_GNU 1" >>confdefs.h + + fi + +--- 26058,26068 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_printf_attribute_flavor" >&5 +! printf "%s\n" "$gl_cv_func_printf_attribute_flavor" >&6; } + if test "$gl_cv_func_printf_attribute_flavor" = gnu; then + +! printf "%s\n" "#define GNULIB_PRINTF_ATTRIBUTE_FLAVOR_GNU 1" >>confdefs.h + + fi + +*************** +*** 26256,26262 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_ECVT $ac_have_decl" >>confdefs.h + + ac_fn_check_decl "$LINENO" "fcvt" "ac_cv_have_decl_fcvt" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" + if test "x$ac_cv_have_decl_fcvt" = xyes +--- 26102,26108 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_ECVT $ac_have_decl" >>confdefs.h + + ac_fn_check_decl "$LINENO" "fcvt" "ac_cv_have_decl_fcvt" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" + if test "x$ac_cv_have_decl_fcvt" = xyes +*************** +*** 26266,26272 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_FCVT $ac_have_decl" >>confdefs.h + + ac_fn_check_decl "$LINENO" "gcvt" "ac_cv_have_decl_gcvt" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" + if test "x$ac_cv_have_decl_gcvt" = xyes +--- 26112,26118 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_FCVT $ac_have_decl" >>confdefs.h + + ac_fn_check_decl "$LINENO" "gcvt" "ac_cv_have_decl_gcvt" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" + if test "x$ac_cv_have_decl_gcvt" = xyes +*************** +*** 26276,26282 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_GCVT $ac_have_decl" >>confdefs.h + + + +--- 26122,26128 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_GCVT $ac_have_decl" >>confdefs.h + + + +*************** +*** 26291,26297 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_stdlib_h='<'stdlib.h'>' + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_stdlib_h+y} + then : +--- 26137,26143 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_stdlib_h='<'stdlib.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_stdlib_h+y} + then : +*************** +*** 26336,26343 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stdlib_h" >&5 +! printf '%s\n' "$gl_cv_next_stdlib_h" >&6; } + fi + NEXT_STDLIB_H=$gl_cv_next_stdlib_h + +--- 26182,26189 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stdlib_h" >&5 +! printf "%s\n" "$gl_cv_next_stdlib_h" >&6; } + fi + NEXT_STDLIB_H=$gl_cv_next_stdlib_h + +*************** +*** 26362,26368 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether MB_CUR_MAX is correct" >&5 + printf %s "checking whether MB_CUR_MAX is correct... " >&6; } + if test ${gl_cv_macro_MB_CUR_MAX_good+y} + then : +--- 26208,26214 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether MB_CUR_MAX is correct" >&5 + printf %s "checking whether MB_CUR_MAX is correct... " >&6; } + if test ${gl_cv_macro_MB_CUR_MAX_good+y} + then : +*************** +*** 26434,26441 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_macro_MB_CUR_MAX_good" >&5 +! printf '%s\n' "$gl_cv_macro_MB_CUR_MAX_good" >&6; } + case $gl_cv_macro_MB_CUR_MAX_good in #( + *yes) : + ;; #( +--- 26280,26287 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_macro_MB_CUR_MAX_good" >&5 +! printf "%s\n" "$gl_cv_macro_MB_CUR_MAX_good" >&6; } + case $gl_cv_macro_MB_CUR_MAX_good in #( + *yes) : + ;; #( +*************** +*** 26473,26483 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_STRDUP $ac_have_decl" >>confdefs.h + + + REPLACE_STRERROR_0=0 +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether strerror(0) succeeds" >&5 + printf %s "checking whether strerror(0) succeeds... " >&6; } + if test ${gl_cv_func_strerror_0_works+y} + then : +--- 26319,26329 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_STRDUP $ac_have_decl" >>confdefs.h + + + REPLACE_STRERROR_0=0 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether strerror(0) succeeds" >&5 + printf %s "checking whether strerror(0) succeeds... " >&6; } + if test ${gl_cv_func_strerror_0_works+y} + then : +*************** +*** 26533,26546 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_strerror_0_works" >&5 +! printf '%s\n' "$gl_cv_func_strerror_0_works" >&6; } + case "$gl_cv_func_strerror_0_works" in + *yes) ;; + *) + REPLACE_STRERROR_0=1 + +! printf '%s\n' "#define REPLACE_STRERROR_0 1" >>confdefs.h + + ;; + esac +--- 26379,26392 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_strerror_0_works" >&5 +! printf "%s\n" "$gl_cv_func_strerror_0_works" >&6; } + case "$gl_cv_func_strerror_0_works" in + *yes) ;; + *) + REPLACE_STRERROR_0=1 + +! printf "%s\n" "#define REPLACE_STRERROR_0 1" >>confdefs.h + + ;; + esac +*************** +*** 26555,26561 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for strerror_r" >&5 + printf %s "checking for strerror_r... " >&6; } + if test ${gl_cv_onwards_func_strerror_r+y} + then : +--- 26401,26407 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for strerror_r" >&5 + printf %s "checking for strerror_r... " >&6; } + if test ${gl_cv_onwards_func_strerror_r+y} + then : +*************** +*** 26608,26615 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_strerror_r" >&5 +! printf '%s\n' "$gl_cv_onwards_func_strerror_r" >&6; } + + case "$gl_cv_onwards_func_strerror_r" in + future*) ac_cv_func_strerror_r=no ;; +--- 26454,26461 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_strerror_r" >&5 +! printf "%s\n" "$gl_cv_onwards_func_strerror_r" >&6; } + + case "$gl_cv_onwards_func_strerror_r" in + future*) ac_cv_func_strerror_r=no ;; +*************** +*** 26617,26630 **** + esac + if test $ac_cv_func_strerror_r = yes; then + +! printf '%s\n' "#define HAVE_STRERROR_R 1" >>confdefs.h + + fi + + + if test $ac_cv_func_strerror_r = yes; then + if test "$GL_GENERATE_ERRNO_H:$REPLACE_STRERROR_0" = false:0; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for strerror_r with POSIX signature" >&5 + printf %s "checking for strerror_r with POSIX signature... " >&6; } + if test ${gl_cv_func_strerror_r_posix_signature+y} + then : +--- 26463,26476 ---- + esac + if test $ac_cv_func_strerror_r = yes; then + +! printf "%s\n" "#define HAVE_STRERROR_R 1" >>confdefs.h + + fi + + + if test $ac_cv_func_strerror_r = yes; then + if test "$GL_GENERATE_ERRNO_H:$REPLACE_STRERROR_0" = false:0; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for strerror_r with POSIX signature" >&5 + printf %s "checking for strerror_r with POSIX signature... " >&6; } + if test ${gl_cv_func_strerror_r_posix_signature+y} + then : +*************** +*** 26654,26663 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_strerror_r_posix_signature" >&5 +! printf '%s\n' "$gl_cv_func_strerror_r_posix_signature" >&6; } + if test $gl_cv_func_strerror_r_posix_signature = yes; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether strerror_r works" >&5 + printf %s "checking whether strerror_r works... " >&6; } + if test ${gl_cv_func_strerror_r_works+y} + then : +--- 26500,26509 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_strerror_r_posix_signature" >&5 +! printf "%s\n" "$gl_cv_func_strerror_r_posix_signature" >&6; } + if test $gl_cv_func_strerror_r_posix_signature = yes; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether strerror_r works" >&5 + printf %s "checking whether strerror_r works... " >&6; } + if test ${gl_cv_func_strerror_r_works+y} + then : +*************** +*** 26729,26740 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_strerror_r_works" >&5 +! printf '%s\n' "$gl_cv_func_strerror_r_works" >&6; } + else + + if test $ac_cv_func___xpg_strerror_r = yes; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether __xpg_strerror_r works" >&5 + printf %s "checking whether __xpg_strerror_r works... " >&6; } + if test ${gl_cv_func_strerror_r_works+y} + then : +--- 26575,26586 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_strerror_r_works" >&5 +! printf "%s\n" "$gl_cv_func_strerror_r_works" >&6; } + else + + if test $ac_cv_func___xpg_strerror_r = yes; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether __xpg_strerror_r works" >&5 + printf %s "checking whether __xpg_strerror_r works... " >&6; } + if test ${gl_cv_func_strerror_r_works+y} + then : +*************** +*** 26791,26798 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_strerror_r_works" >&5 +! printf '%s\n' "$gl_cv_func_strerror_r_works" >&6; } + fi + fi + fi +--- 26637,26644 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_strerror_r_works" >&5 +! printf "%s\n" "$gl_cv_func_strerror_r_works" >&6; } + fi + fi + fi +*************** +*** 26815,26821 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_string_h='<'string.h'>' + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_string_h+y} + then : +--- 26661,26667 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_string_h='<'string.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_string_h+y} + then : +*************** +*** 26860,26867 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_string_h" >&5 +! printf '%s\n' "$gl_cv_next_string_h" >&6; } + fi + NEXT_STRING_H=$gl_cv_next_string_h + +--- 26706,26713 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_string_h" >&5 +! printf "%s\n" "$gl_cv_next_string_h" >&6; } + fi + NEXT_STRING_H=$gl_cv_next_string_h + +*************** +*** 26899,26905 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_strings_h='<'strings.h'>' + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_strings_h+y} + then : +--- 26745,26751 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_strings_h='<'strings.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_strings_h+y} + then : +*************** +*** 26950,26957 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_strings_h" >&5 +! printf '%s\n' "$gl_cv_next_strings_h" >&6; } + fi + NEXT_STRINGS_H=$gl_cv_next_strings_h + +--- 26796,26803 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_strings_h" >&5 +! printf "%s\n" "$gl_cv_next_strings_h" >&6; } + fi + NEXT_STRINGS_H=$gl_cv_next_strings_h + +*************** +*** 26992,26998 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_STRNLEN $ac_have_decl" >>confdefs.h + + + +--- 26838,26844 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_STRNLEN $ac_have_decl" >>confdefs.h + + + +*************** +*** 27004,27010 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_STRTOIMAX $ac_have_decl" >>confdefs.h + + + +--- 26850,26856 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_STRTOIMAX $ac_have_decl" >>confdefs.h + + + +*************** +*** 27021,27027 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_sys_random_h='<'sys/random.h'>' + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_sys_random_h+y} + then : +--- 26867,26873 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_sys_random_h='<'sys/random.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_sys_random_h+y} + then : +*************** +*** 27072,27079 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_random_h" >&5 +! printf '%s\n' "$gl_cv_next_sys_random_h" >&6; } + fi + NEXT_SYS_RANDOM_H=$gl_cv_next_sys_random_h + +--- 26918,26925 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_random_h" >&5 +! printf "%s\n" "$gl_cv_next_sys_random_h" >&6; } + fi + NEXT_SYS_RANDOM_H=$gl_cv_next_sys_random_h + +*************** +*** 27116,27122 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for off64_t" >&5 + printf %s "checking for off64_t... " >&6; } + if test ${gl_cv_off64_t+y} + then : +--- 26962,26968 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for off64_t" >&5 + printf %s "checking for off64_t... " >&6; } + if test ${gl_cv_off64_t+y} + then : +*************** +*** 27144,27151 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_off64_t" >&5 +! printf '%s\n' "$gl_cv_off64_t" >&6; } + + if test $gl_cv_off64_t != no; then + HAVE_OFF64_T=1 +--- 26990,26997 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_off64_t" >&5 +! printf "%s\n" "$gl_cv_off64_t" >&6; } + + if test $gl_cv_off64_t != no; then + HAVE_OFF64_T=1 +*************** +*** 27158,27164 **** + + + +! printf '%s\n' "#define _USE_STD_STAT 1" >>confdefs.h + + + +--- 27004,27010 ---- + + + +! printf "%s\n" "#define _USE_STD_STAT 1" >>confdefs.h + + + +*************** +*** 27172,27178 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_sys_types_h='<'sys/types.h'>' + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_sys_types_h+y} + then : +--- 27018,27024 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_sys_types_h='<'sys/types.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_sys_types_h+y} + then : +*************** +*** 27217,27224 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_types_h" >&5 +! printf '%s\n' "$gl_cv_next_sys_types_h" >&6; } + fi + NEXT_SYS_TYPES_H=$gl_cv_next_sys_types_h + +--- 27063,27070 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_types_h" >&5 +! printf "%s\n" "$gl_cv_next_sys_types_h" >&6; } + fi + NEXT_SYS_TYPES_H=$gl_cv_next_sys_types_h + +*************** +*** 27290,27296 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_sys_wait_h='<'sys/wait.h'>' + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_sys_wait_h+y} + then : +--- 27136,27142 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_sys_wait_h='<'sys/wait.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_sys_wait_h+y} + then : +*************** +*** 27341,27348 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_wait_h" >&5 +! printf '%s\n' "$gl_cv_next_sys_wait_h" >&6; } + fi + NEXT_SYS_WAIT_H=$gl_cv_next_sys_wait_h + +--- 27187,27194 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_wait_h" >&5 +! printf "%s\n" "$gl_cv_next_sys_wait_h" >&6; } + fi + NEXT_SYS_WAIT_H=$gl_cv_next_sys_wait_h + +*************** +*** 27373,27379 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for struct timespec in " >&5 + printf %s "checking for struct timespec in ... " >&6; } + if test ${gl_cv_sys_struct_timespec_in_time_h+y} + then : +--- 27219,27225 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for struct timespec in " >&5 + printf %s "checking for struct timespec in ... " >&6; } + if test ${gl_cv_sys_struct_timespec_in_time_h+y} + then : +*************** +*** 27401,27408 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_timespec_in_time_h" >&5 +! printf '%s\n' "$gl_cv_sys_struct_timespec_in_time_h" >&6; } + + TIME_H_DEFINES_STRUCT_TIMESPEC=0 + SYS_TIME_H_DEFINES_STRUCT_TIMESPEC=0 +--- 27247,27254 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_timespec_in_time_h" >&5 +! printf "%s\n" "$gl_cv_sys_struct_timespec_in_time_h" >&6; } + + TIME_H_DEFINES_STRUCT_TIMESPEC=0 + SYS_TIME_H_DEFINES_STRUCT_TIMESPEC=0 +*************** +*** 27411,27417 **** + if test $gl_cv_sys_struct_timespec_in_time_h = yes; then + TIME_H_DEFINES_STRUCT_TIMESPEC=1 + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for struct timespec in " >&5 + printf %s "checking for struct timespec in ... " >&6; } + if test ${gl_cv_sys_struct_timespec_in_sys_time_h+y} + then : +--- 27257,27263 ---- + if test $gl_cv_sys_struct_timespec_in_time_h = yes; then + TIME_H_DEFINES_STRUCT_TIMESPEC=1 + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for struct timespec in " >&5 + printf %s "checking for struct timespec in ... " >&6; } + if test ${gl_cv_sys_struct_timespec_in_sys_time_h+y} + then : +*************** +*** 27439,27450 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_timespec_in_sys_time_h" >&5 +! printf '%s\n' "$gl_cv_sys_struct_timespec_in_sys_time_h" >&6; } + if test $gl_cv_sys_struct_timespec_in_sys_time_h = yes; then + SYS_TIME_H_DEFINES_STRUCT_TIMESPEC=1 + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for struct timespec in " >&5 + printf %s "checking for struct timespec in ... " >&6; } + if test ${gl_cv_sys_struct_timespec_in_pthread_h+y} + then : +--- 27285,27296 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_timespec_in_sys_time_h" >&5 +! printf "%s\n" "$gl_cv_sys_struct_timespec_in_sys_time_h" >&6; } + if test $gl_cv_sys_struct_timespec_in_sys_time_h = yes; then + SYS_TIME_H_DEFINES_STRUCT_TIMESPEC=1 + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for struct timespec in " >&5 + printf %s "checking for struct timespec in ... " >&6; } + if test ${gl_cv_sys_struct_timespec_in_pthread_h+y} + then : +*************** +*** 27472,27483 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_timespec_in_pthread_h" >&5 +! printf '%s\n' "$gl_cv_sys_struct_timespec_in_pthread_h" >&6; } + if test $gl_cv_sys_struct_timespec_in_pthread_h = yes; then + PTHREAD_H_DEFINES_STRUCT_TIMESPEC=1 + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for struct timespec in " >&5 + printf %s "checking for struct timespec in ... " >&6; } + if test ${gl_cv_sys_struct_timespec_in_unistd_h+y} + then : +--- 27318,27329 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_timespec_in_pthread_h" >&5 +! printf "%s\n" "$gl_cv_sys_struct_timespec_in_pthread_h" >&6; } + if test $gl_cv_sys_struct_timespec_in_pthread_h = yes; then + PTHREAD_H_DEFINES_STRUCT_TIMESPEC=1 + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for struct timespec in " >&5 + printf %s "checking for struct timespec in ... " >&6; } + if test ${gl_cv_sys_struct_timespec_in_unistd_h+y} + then : +*************** +*** 27505,27512 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_timespec_in_unistd_h" >&5 +! printf '%s\n' "$gl_cv_sys_struct_timespec_in_unistd_h" >&6; } + if test $gl_cv_sys_struct_timespec_in_unistd_h = yes; then + UNISTD_H_DEFINES_STRUCT_TIMESPEC=1 + fi +--- 27351,27358 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_timespec_in_unistd_h" >&5 +! printf "%s\n" "$gl_cv_sys_struct_timespec_in_unistd_h" >&6; } + if test $gl_cv_sys_struct_timespec_in_unistd_h = yes; then + UNISTD_H_DEFINES_STRUCT_TIMESPEC=1 + fi +*************** +*** 27532,27538 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_time_h='<'time.h'>' + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_time_h+y} + then : +--- 27378,27384 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_time_h='<'time.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_time_h+y} + then : +*************** +*** 27577,27584 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_time_h" >&5 +! printf '%s\n' "$gl_cv_next_time_h" >&6; } + fi + NEXT_TIME_H=$gl_cv_next_time_h + +--- 27423,27430 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_time_h" >&5 +! printf "%s\n" "$gl_cv_next_time_h" >&6; } + fi + NEXT_TIME_H=$gl_cv_next_time_h + +*************** +*** 27602,27608 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for TIME_UTC in " >&5 + printf %s "checking for TIME_UTC in ... " >&6; } + if test ${gl_cv_time_h_has_TIME_UTC+y} + then : +--- 27448,27454 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for TIME_UTC in " >&5 + printf %s "checking for TIME_UTC in ... " >&6; } + if test ${gl_cv_time_h_has_TIME_UTC+y} + then : +*************** +*** 27630,27637 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_time_h_has_TIME_UTC" >&5 +! printf '%s\n' "$gl_cv_time_h_has_TIME_UTC" >&6; } + if test $gl_cv_time_h_has_TIME_UTC = yes; then + TIME_H_DEFINES_TIME_UTC=1 + else +--- 27476,27483 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_time_h_has_TIME_UTC" >&5 +! printf "%s\n" "$gl_cv_time_h_has_TIME_UTC" >&6; } + if test $gl_cv_time_h_has_TIME_UTC = yes; then + TIME_H_DEFINES_TIME_UTC=1 + else +*************** +*** 27675,27681 **** + ac_fn_c_check_header_compile "$LINENO" "unistring/woe32dll.h" "ac_cv_header_unistring_woe32dll_h" "$ac_includes_default" + if test "x$ac_cv_header_unistring_woe32dll_h" = xyes + then : +! printf '%s\n' "#define HAVE_UNISTRING_WOE32DLL_H 1" >>confdefs.h + HAVE_UNISTRING_WOE32DLL_H=1 + else case e in #( + e) HAVE_UNISTRING_WOE32DLL_H=0 ;; +--- 27521,27527 ---- + ac_fn_c_check_header_compile "$LINENO" "unistring/woe32dll.h" "ac_cv_header_unistring_woe32dll_h" "$ac_includes_default" + if test "x$ac_cv_header_unistring_woe32dll_h" = xyes + then : +! printf "%s\n" "#define HAVE_UNISTRING_WOE32DLL_H 1" >>confdefs.h + HAVE_UNISTRING_WOE32DLL_H=1 + else case e in #( + e) HAVE_UNISTRING_WOE32DLL_H=0 ;; +*************** +*** 28286,28292 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_EXECVPE $ac_have_decl" >>confdefs.h + + + +--- 28132,28138 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_EXECVPE $ac_have_decl" >>confdefs.h + + + +*************** +*** 28303,28309 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_unistd_h='<'unistd.h'>' + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_unistd_h+y} + then : +--- 28149,28155 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_unistd_h='<'unistd.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_unistd_h+y} + then : +*************** +*** 28354,28361 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_unistd_h" >&5 +! printf '%s\n' "$gl_cv_next_unistd_h" >&6; } + fi + NEXT_UNISTD_H=$gl_cv_next_unistd_h + +--- 28200,28207 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_unistd_h" >&5 +! printf "%s\n" "$gl_cv_next_unistd_h" >&6; } + fi + NEXT_UNISTD_H=$gl_cv_next_unistd_h + +*************** +*** 28401,28407 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_CLEARERR_UNLOCKED $ac_have_decl" >>confdefs.h + + ac_fn_check_decl "$LINENO" "feof_unlocked" "ac_cv_have_decl_feof_unlocked" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" + if test "x$ac_cv_have_decl_feof_unlocked" = xyes +--- 28247,28253 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_CLEARERR_UNLOCKED $ac_have_decl" >>confdefs.h + + ac_fn_check_decl "$LINENO" "feof_unlocked" "ac_cv_have_decl_feof_unlocked" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" + if test "x$ac_cv_have_decl_feof_unlocked" = xyes +*************** +*** 28411,28417 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_FEOF_UNLOCKED $ac_have_decl" >>confdefs.h + + ac_fn_check_decl "$LINENO" "ferror_unlocked" "ac_cv_have_decl_ferror_unlocked" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" + if test "x$ac_cv_have_decl_ferror_unlocked" = xyes +--- 28257,28263 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_FEOF_UNLOCKED $ac_have_decl" >>confdefs.h + + ac_fn_check_decl "$LINENO" "ferror_unlocked" "ac_cv_have_decl_ferror_unlocked" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" + if test "x$ac_cv_have_decl_ferror_unlocked" = xyes +*************** +*** 28421,28427 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_FERROR_UNLOCKED $ac_have_decl" >>confdefs.h + + ac_fn_check_decl "$LINENO" "fflush_unlocked" "ac_cv_have_decl_fflush_unlocked" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" + if test "x$ac_cv_have_decl_fflush_unlocked" = xyes +--- 28267,28273 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_FERROR_UNLOCKED $ac_have_decl" >>confdefs.h + + ac_fn_check_decl "$LINENO" "fflush_unlocked" "ac_cv_have_decl_fflush_unlocked" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" + if test "x$ac_cv_have_decl_fflush_unlocked" = xyes +*************** +*** 28431,28437 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_FFLUSH_UNLOCKED $ac_have_decl" >>confdefs.h + + ac_fn_check_decl "$LINENO" "fgets_unlocked" "ac_cv_have_decl_fgets_unlocked" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" + if test "x$ac_cv_have_decl_fgets_unlocked" = xyes +--- 28277,28283 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_FFLUSH_UNLOCKED $ac_have_decl" >>confdefs.h + + ac_fn_check_decl "$LINENO" "fgets_unlocked" "ac_cv_have_decl_fgets_unlocked" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" + if test "x$ac_cv_have_decl_fgets_unlocked" = xyes +*************** +*** 28441,28447 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_FGETS_UNLOCKED $ac_have_decl" >>confdefs.h + + ac_fn_check_decl "$LINENO" "fputc_unlocked" "ac_cv_have_decl_fputc_unlocked" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" + if test "x$ac_cv_have_decl_fputc_unlocked" = xyes +--- 28287,28293 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_FGETS_UNLOCKED $ac_have_decl" >>confdefs.h + + ac_fn_check_decl "$LINENO" "fputc_unlocked" "ac_cv_have_decl_fputc_unlocked" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" + if test "x$ac_cv_have_decl_fputc_unlocked" = xyes +*************** +*** 28451,28457 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_FPUTC_UNLOCKED $ac_have_decl" >>confdefs.h + + ac_fn_check_decl "$LINENO" "fputs_unlocked" "ac_cv_have_decl_fputs_unlocked" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" + if test "x$ac_cv_have_decl_fputs_unlocked" = xyes +--- 28297,28303 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_FPUTC_UNLOCKED $ac_have_decl" >>confdefs.h + + ac_fn_check_decl "$LINENO" "fputs_unlocked" "ac_cv_have_decl_fputs_unlocked" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" + if test "x$ac_cv_have_decl_fputs_unlocked" = xyes +*************** +*** 28461,28467 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_FPUTS_UNLOCKED $ac_have_decl" >>confdefs.h + + ac_fn_check_decl "$LINENO" "fread_unlocked" "ac_cv_have_decl_fread_unlocked" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" + if test "x$ac_cv_have_decl_fread_unlocked" = xyes +--- 28307,28313 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_FPUTS_UNLOCKED $ac_have_decl" >>confdefs.h + + ac_fn_check_decl "$LINENO" "fread_unlocked" "ac_cv_have_decl_fread_unlocked" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" + if test "x$ac_cv_have_decl_fread_unlocked" = xyes +*************** +*** 28471,28477 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_FREAD_UNLOCKED $ac_have_decl" >>confdefs.h + + ac_fn_check_decl "$LINENO" "fwrite_unlocked" "ac_cv_have_decl_fwrite_unlocked" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" + if test "x$ac_cv_have_decl_fwrite_unlocked" = xyes +--- 28317,28323 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_FREAD_UNLOCKED $ac_have_decl" >>confdefs.h + + ac_fn_check_decl "$LINENO" "fwrite_unlocked" "ac_cv_have_decl_fwrite_unlocked" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" + if test "x$ac_cv_have_decl_fwrite_unlocked" = xyes +*************** +*** 28481,28487 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_FWRITE_UNLOCKED $ac_have_decl" >>confdefs.h + + ac_fn_check_decl "$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" + if test "x$ac_cv_have_decl_getc_unlocked" = xyes +--- 28327,28333 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_FWRITE_UNLOCKED $ac_have_decl" >>confdefs.h + + ac_fn_check_decl "$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" + if test "x$ac_cv_have_decl_getc_unlocked" = xyes +*************** +*** 28491,28497 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_GETC_UNLOCKED $ac_have_decl" >>confdefs.h + + ac_fn_check_decl "$LINENO" "getchar_unlocked" "ac_cv_have_decl_getchar_unlocked" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" + if test "x$ac_cv_have_decl_getchar_unlocked" = xyes +--- 28337,28343 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_GETC_UNLOCKED $ac_have_decl" >>confdefs.h + + ac_fn_check_decl "$LINENO" "getchar_unlocked" "ac_cv_have_decl_getchar_unlocked" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" + if test "x$ac_cv_have_decl_getchar_unlocked" = xyes +*************** +*** 28501,28507 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_GETCHAR_UNLOCKED $ac_have_decl" >>confdefs.h + + ac_fn_check_decl "$LINENO" "putc_unlocked" "ac_cv_have_decl_putc_unlocked" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" + if test "x$ac_cv_have_decl_putc_unlocked" = xyes +--- 28347,28353 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_GETCHAR_UNLOCKED $ac_have_decl" >>confdefs.h + + ac_fn_check_decl "$LINENO" "putc_unlocked" "ac_cv_have_decl_putc_unlocked" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" + if test "x$ac_cv_have_decl_putc_unlocked" = xyes +*************** +*** 28511,28517 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_PUTC_UNLOCKED $ac_have_decl" >>confdefs.h + + ac_fn_check_decl "$LINENO" "putchar_unlocked" "ac_cv_have_decl_putchar_unlocked" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" + if test "x$ac_cv_have_decl_putchar_unlocked" = xyes +--- 28357,28363 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_PUTC_UNLOCKED $ac_have_decl" >>confdefs.h + + ac_fn_check_decl "$LINENO" "putchar_unlocked" "ac_cv_have_decl_putchar_unlocked" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" + if test "x$ac_cv_have_decl_putchar_unlocked" = xyes +*************** +*** 28521,28527 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_PUTCHAR_UNLOCKED $ac_have_decl" >>confdefs.h + + ac_fn_check_decl "$LINENO" "unsetenv" "ac_cv_have_decl_unsetenv" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" + if test "x$ac_cv_have_decl_unsetenv" = xyes +--- 28367,28373 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_PUTCHAR_UNLOCKED $ac_have_decl" >>confdefs.h + + ac_fn_check_decl "$LINENO" "unsetenv" "ac_cv_have_decl_unsetenv" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" + if test "x$ac_cv_have_decl_unsetenv" = xyes +*************** +*** 28531,28537 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_UNSETENV $ac_have_decl" >>confdefs.h + + + +--- 28377,28383 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_UNSETENV $ac_have_decl" >>confdefs.h + + + +*************** +*** 28558,28564 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_wchar_h='<'wchar.h'>' + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_wchar_h+y} + then : +--- 28404,28410 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_wchar_h='<'wchar.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_wchar_h+y} + then : +*************** +*** 28609,28616 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_wchar_h" >&5 +! printf '%s\n' "$gl_cv_next_wchar_h" >&6; } + fi + NEXT_WCHAR_H=$gl_cv_next_wchar_h + +--- 28455,28462 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_wchar_h" >&5 +! printf "%s\n" "$gl_cv_next_wchar_h" >&6; } + fi + NEXT_WCHAR_H=$gl_cv_next_wchar_h + +*************** +*** 28662,28668 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_WCSDUP $ac_have_decl" >>confdefs.h + + if test $ac_cv_have_decl_wcsdup = no; then + HAVE_DECL_WCSDUP=0 +--- 28508,28514 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_WCSDUP $ac_have_decl" >>confdefs.h + + if test $ac_cv_have_decl_wcsdup = no; then + HAVE_DECL_WCSDUP=0 +*************** +*** 28672,28678 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for C compiler option to allow warnings" >&5 + printf %s "checking for C compiler option to allow warnings... " >&6; } + if test ${gl_cv_cc_wallow+y} + then : +--- 28518,28524 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler option to allow warnings" >&5 + printf %s "checking for C compiler option to allow warnings... " >&6; } + if test ${gl_cv_cc_wallow+y} + then : +*************** +*** 28684,28696 **** + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 + (eval $ac_try) 2>&5 + ac_status=$? +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; } >/dev/null + { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -Wno-error -c conftest.c 2>conftest2.err' + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 + (eval $ac_try) 2>&5 + ac_status=$? +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; } >/dev/null + if test $? = 0 && test `wc -l < conftest1.err` = `wc -l < conftest2.err`; then + gl_cv_cc_wallow='-Wno-error' +--- 28530,28542 ---- + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 + (eval $ac_try) 2>&5 + ac_status=$? +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; } >/dev/null + { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -Wno-error -c conftest.c 2>conftest2.err' + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 + (eval $ac_try) 2>&5 + ac_status=$? +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; } >/dev/null + if test $? = 0 && test `wc -l < conftest1.err` = `wc -l < conftest2.err`; then + gl_cv_cc_wallow='-Wno-error' +*************** +*** 28701,28708 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_wallow" >&5 +! printf '%s\n' "$gl_cv_cc_wallow" >&6; } + case "$gl_cv_cc_wallow" in + none) GL_CFLAG_ALLOW_WARNINGS='' ;; + *) GL_CFLAG_ALLOW_WARNINGS="$gl_cv_cc_wallow" ;; +--- 28547,28554 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_wallow" >&5 +! printf "%s\n" "$gl_cv_cc_wallow" >&6; } + case "$gl_cv_cc_wallow" in + none) GL_CFLAG_ALLOW_WARNINGS='' ;; + *) GL_CFLAG_ALLOW_WARNINGS="$gl_cv_cc_wallow" ;; +*************** +*** 28711,28717 **** + + + if test -n "$CXX" && test "$CXX" != no; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for C++ compiler option to allow warnings" >&5 + printf %s "checking for C++ compiler option to allow warnings... " >&6; } + if test ${gl_cv_cxx_wallow+y} + then : +--- 28557,28563 ---- + + + if test -n "$CXX" && test "$CXX" != no; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C++ compiler option to allow warnings" >&5 + printf %s "checking for C++ compiler option to allow warnings... " >&6; } + if test ${gl_cv_cxx_wallow+y} + then : +*************** +*** 28723,28735 **** + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 + (eval $ac_try) 2>&5 + ac_status=$? +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; } >/dev/null + { ac_try='${CXX-c++} $CXXFLAGS $CPPFLAGS -Wno-error -c conftest.cc 2>conftest2.err' + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 + (eval $ac_try) 2>&5 + ac_status=$? +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; } >/dev/null + if test $? = 0 && test `wc -l < conftest1.err` = `wc -l < conftest2.err`; then + gl_cv_cxx_wallow='-Wno-error' +--- 28569,28581 ---- + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 + (eval $ac_try) 2>&5 + ac_status=$? +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; } >/dev/null + { ac_try='${CXX-c++} $CXXFLAGS $CPPFLAGS -Wno-error -c conftest.cc 2>conftest2.err' + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 + (eval $ac_try) 2>&5 + ac_status=$? +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; } >/dev/null + if test $? = 0 && test `wc -l < conftest1.err` = `wc -l < conftest2.err`; then + gl_cv_cxx_wallow='-Wno-error' +*************** +*** 28740,28747 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cxx_wallow" >&5 +! printf '%s\n' "$gl_cv_cxx_wallow" >&6; } + case "$gl_cv_cxx_wallow" in + none) GL_CXXFLAG_ALLOW_WARNINGS='' ;; + *) GL_CXXFLAG_ALLOW_WARNINGS="$gl_cv_cxx_wallow" ;; +--- 28586,28593 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cxx_wallow" >&5 +! printf "%s\n" "$gl_cv_cxx_wallow" >&6; } + case "$gl_cv_cxx_wallow" in + none) GL_CXXFLAG_ALLOW_WARNINGS='' ;; + *) GL_CXXFLAG_ALLOW_WARNINGS="$gl_cv_cxx_wallow" ;; +*************** +*** 28762,28768 **** + ac_fn_c_check_header_compile "$LINENO" "ws2tcpip.h" "ac_cv_header_ws2tcpip_h" "$ac_includes_default" + if test "x$ac_cv_header_ws2tcpip_h" = xyes + then : +! printf '%s\n' "#define HAVE_WS2TCPIP_H 1" >>confdefs.h + + fi + +--- 28608,28614 ---- + ac_fn_c_check_header_compile "$LINENO" "ws2tcpip.h" "ac_cv_header_ws2tcpip_h" "$ac_includes_default" + if test "x$ac_cv_header_ws2tcpip_h" = xyes + then : +! printf "%s\n" "#define HAVE_WS2TCPIP_H 1" >>confdefs.h + + fi + +*************** +*** 28775,28787 **** + case "$host_os" in + osf*) + +! printf '%s\n' "#define _POSIX_PII_SOCKET 1" >>confdefs.h + + ;; + esac + + GL_GENERATE_SYS_SOCKET_H=false +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether is self-contained" >&5 + printf %s "checking whether is self-contained... " >&6; } + if test ${gl_cv_header_sys_socket_h_selfcontained+y} + then : +--- 28621,28633 ---- + case "$host_os" in + osf*) + +! printf "%s\n" "#define _POSIX_PII_SOCKET 1" >>confdefs.h + + ;; + esac + + GL_GENERATE_SYS_SOCKET_H=false +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether is self-contained" >&5 + printf %s "checking whether is self-contained... " >&6; } + if test ${gl_cv_header_sys_socket_h_selfcontained+y} + then : +*************** +*** 28810,28827 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_sys_socket_h_selfcontained" >&5 +! printf '%s\n' "$gl_cv_header_sys_socket_h_selfcontained" >&6; } + if test $gl_cv_header_sys_socket_h_selfcontained = yes; then + ac_fn_c_check_func "$LINENO" "shutdown" "ac_cv_func_shutdown" + if test "x$ac_cv_func_shutdown" = xyes + then : +! printf '%s\n' "#define HAVE_SHUTDOWN 1" >>confdefs.h + + fi + + if test $ac_cv_func_shutdown = yes; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether defines the SHUT_* macros" >&5 + printf %s "checking whether defines the SHUT_* macros... " >&6; } + if test ${gl_cv_header_sys_socket_h_shut+y} + then : +--- 28656,28673 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_sys_socket_h_selfcontained" >&5 +! printf "%s\n" "$gl_cv_header_sys_socket_h_selfcontained" >&6; } + if test $gl_cv_header_sys_socket_h_selfcontained = yes; then + ac_fn_c_check_func "$LINENO" "shutdown" "ac_cv_func_shutdown" + if test "x$ac_cv_func_shutdown" = xyes + then : +! printf "%s\n" "#define HAVE_SHUTDOWN 1" >>confdefs.h + + fi + + if test $ac_cv_func_shutdown = yes; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether defines the SHUT_* macros" >&5 + printf %s "checking whether defines the SHUT_* macros... " >&6; } + if test ${gl_cv_header_sys_socket_h_shut+y} + then : +*************** +*** 28850,28857 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_sys_socket_h_shut" >&5 +! printf '%s\n' "$gl_cv_header_sys_socket_h_shut" >&6; } + if test $gl_cv_header_sys_socket_h_shut = no; then + GL_GENERATE_SYS_SOCKET_H=true + fi +--- 28696,28703 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_sys_socket_h_shut" >&5 +! printf "%s\n" "$gl_cv_header_sys_socket_h_shut" >&6; } + if test $gl_cv_header_sys_socket_h_shut = no; then + GL_GENERATE_SYS_SOCKET_H=true + fi +*************** +*** 28872,28878 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_sys_socket_h='<'sys/socket.h'>' + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_sys_socket_h+y} + then : +--- 28718,28724 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_sys_socket_h='<'sys/socket.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_sys_socket_h+y} + then : +*************** +*** 28923,28930 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_socket_h" >&5 +! printf '%s\n' "$gl_cv_next_sys_socket_h" >&6; } + fi + NEXT_SYS_SOCKET_H=$gl_cv_next_sys_socket_h + +--- 28769,28776 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_socket_h" >&5 +! printf "%s\n" "$gl_cv_next_sys_socket_h" >&6; } + fi + NEXT_SYS_SOCKET_H=$gl_cv_next_sys_socket_h + +*************** +*** 28978,28984 **** + if test "x$ac_cv_type_struct_sockaddr_storage" = xyes + then : + +! printf '%s\n' "#define HAVE_STRUCT_SOCKADDR_STORAGE 1" >>confdefs.h + + + fi +--- 28824,28830 ---- + if test "x$ac_cv_type_struct_sockaddr_storage" = xyes + then : + +! printf "%s\n" "#define HAVE_STRUCT_SOCKADDR_STORAGE 1" >>confdefs.h + + + fi +*************** +*** 28998,29004 **** + if test "x$ac_cv_type_sa_family_t" = xyes + then : + +! printf '%s\n' "#define HAVE_SA_FAMILY_T 1" >>confdefs.h + + + fi +--- 28844,28850 ---- + if test "x$ac_cv_type_sa_family_t" = xyes + then : + +! printf "%s\n" "#define HAVE_SA_FAMILY_T 1" >>confdefs.h + + + fi +*************** +*** 29026,29032 **** + if test "x$ac_cv_member_struct_sockaddr_storage_ss_family" = xyes + then : + +! printf '%s\n' "#define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1" >>confdefs.h + + + else case e in #( +--- 28872,28878 ---- + if test "x$ac_cv_member_struct_sockaddr_storage_ss_family" = xyes + then : + +! printf "%s\n" "#define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1" >>confdefs.h + + + else case e in #( +*************** +*** 29047,29053 **** + ac_fn_c_check_header_compile "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default" + if test "x$ac_cv_header_winsock2_h" = xyes + then : +! printf '%s\n' "#define HAVE_WINSOCK2_H 1" >>confdefs.h + + fi + +--- 28893,28899 ---- + ac_fn_c_check_header_compile "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default" + if test "x$ac_cv_header_winsock2_h" = xyes + then : +! printf "%s\n" "#define HAVE_WINSOCK2_H 1" >>confdefs.h + + fi + +*************** +*** 29163,29169 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_arpa_inet_h='<'arpa/inet.h'>' + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_arpa_inet_h+y} + then : +--- 29009,29015 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_arpa_inet_h='<'arpa/inet.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_arpa_inet_h+y} + then : +*************** +*** 29214,29221 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_arpa_inet_h" >&5 +! printf '%s\n' "$gl_cv_next_arpa_inet_h" >&6; } + fi + NEXT_ARPA_INET_H=$gl_cv_next_arpa_inet_h + +--- 29060,29067 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_arpa_inet_h" >&5 +! printf "%s\n" "$gl_cv_next_arpa_inet_h" >&6; } + fi + NEXT_ARPA_INET_H=$gl_cv_next_arpa_inet_h + +*************** +*** 29265,29271 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for a french Unicode locale" >&5 + printf %s "checking for a french Unicode locale... " >&6; } + if test ${gt_cv_locale_fr_utf8+y} + then : +--- 29111,29117 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a french Unicode locale" >&5 + printf %s "checking for a french Unicode locale... " >&6; } + if test ${gt_cv_locale_fr_utf8+y} + then : +*************** +*** 29347,29353 **** + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s conftest$ac_exeext; then + case "$host_os" in + # Handle native Windows specially, because there setlocale() interprets +--- 29193,29199 ---- + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s conftest$ac_exeext; then + case "$host_os" in + # Handle native Windows specially, because there setlocale() interprets +*************** +*** 29397,29409 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_fr_utf8" >&5 +! printf '%s\n' "$gt_cv_locale_fr_utf8" >&6; } + LOCALE_FR_UTF8=$gt_cv_locale_fr_utf8 + case $LOCALE_FR_UTF8 in #( + '' | *[[:space:]\"\$\'*[]*) +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: WARNING: invalid locale \"$LOCALE_FR_UTF8\"; assuming \"none\"" >&5 +! printf '%s\n' "$as_me: WARNING: invalid locale \"$LOCALE_FR_UTF8\"; assuming \"none\"" >&2;} + LOCALE_FR_UTF8=none;; + esac + +--- 29243,29255 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_fr_utf8" >&5 +! printf "%s\n" "$gt_cv_locale_fr_utf8" >&6; } + LOCALE_FR_UTF8=$gt_cv_locale_fr_utf8 + case $LOCALE_FR_UTF8 in #( + '' | *[[:space:]\"\$\'*[]*) +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: invalid locale \"$LOCALE_FR_UTF8\"; assuming \"none\"" >&5 +! printf "%s\n" "$as_me: WARNING: invalid locale \"$LOCALE_FR_UTF8\"; assuming \"none\"" >&2;} + LOCALE_FR_UTF8=none;; + esac + +*************** +*** 29430,29436 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for a turkish Unicode locale" >&5 + printf %s "checking for a turkish Unicode locale... " >&6; } + if test ${gt_cv_locale_tr_utf8+y} + then : +--- 29276,29282 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a turkish Unicode locale" >&5 + printf %s "checking for a turkish Unicode locale... " >&6; } + if test ${gt_cv_locale_tr_utf8+y} + then : +*************** +*** 29506,29512 **** + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s conftest$ac_exeext; then + case "$host_os" in + # Handle native Windows specially, because there setlocale() interprets +--- 29352,29358 ---- + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s conftest$ac_exeext; then + case "$host_os" in + # Handle native Windows specially, because there setlocale() interprets +*************** +*** 29556,29568 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_tr_utf8" >&5 +! printf '%s\n' "$gt_cv_locale_tr_utf8" >&6; } + LOCALE_TR_UTF8=$gt_cv_locale_tr_utf8 + case $LOCALE_TR_UTF8 in #( + '' | *[[:space:]\"\$\'*[]*) +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: WARNING: invalid locale \"$LOCALE_TR_UTF8\"; assuming \"none\"" >&5 +! printf '%s\n' "$as_me: WARNING: invalid locale \"$LOCALE_TR_UTF8\"; assuming \"none\"" >&2;} + LOCALE_TR_UTF8=none;; + esac + +--- 29402,29414 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_tr_utf8" >&5 +! printf "%s\n" "$gt_cv_locale_tr_utf8" >&6; } + LOCALE_TR_UTF8=$gt_cv_locale_tr_utf8 + case $LOCALE_TR_UTF8 in #( + '' | *[[:space:]\"\$\'*[]*) +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: invalid locale \"$LOCALE_TR_UTF8\"; assuming \"none\"" >&5 +! printf "%s\n" "$as_me: WARNING: invalid locale \"$LOCALE_TR_UTF8\"; assuming \"none\"" >&2;} + LOCALE_TR_UTF8=none;; + esac + +*************** +*** 29573,29579 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for IPv4 sockets" >&5 + printf %s "checking for IPv4 sockets... " >&6; } + if test ${gl_cv_socket_ipv4+y} + then : +--- 29419,29425 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for IPv4 sockets" >&5 + printf %s "checking for IPv4 sockets... " >&6; } + if test ${gl_cv_socket_ipv4+y} + then : +*************** +*** 29610,29624 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_socket_ipv4" >&5 +! printf '%s\n' "$gl_cv_socket_ipv4" >&6; } + if test $gl_cv_socket_ipv4 = yes; then + +! printf '%s\n' "#define HAVE_IPV4 1" >>confdefs.h + + fi + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for IPv6 sockets" >&5 + printf %s "checking for IPv6 sockets... " >&6; } + if test ${gl_cv_socket_ipv6+y} + then : +--- 29456,29470 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_socket_ipv4" >&5 +! printf "%s\n" "$gl_cv_socket_ipv4" >&6; } + if test $gl_cv_socket_ipv4 = yes; then + +! printf "%s\n" "#define HAVE_IPV4 1" >>confdefs.h + + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for IPv6 sockets" >&5 + printf %s "checking for IPv6 sockets... " >&6; } + if test ${gl_cv_socket_ipv6+y} + then : +*************** +*** 29658,29668 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_socket_ipv6" >&5 +! printf '%s\n' "$gl_cv_socket_ipv6" >&6; } + if test $gl_cv_socket_ipv6 = yes; then + +! printf '%s\n' "#define HAVE_IPV6 1" >>confdefs.h + + fi + +--- 29504,29514 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_socket_ipv6" >&5 +! printf "%s\n" "$gl_cv_socket_ipv6" >&6; } + if test $gl_cv_socket_ipv6 = yes; then + +! printf "%s\n" "#define HAVE_IPV6 1" >>confdefs.h + + fi + +*************** +*** 29672,29678 **** + + else case e in #( + e) +! printf '%s\n' "#define off_t long int" >>confdefs.h + ;; + esac + fi +--- 29518,29524 ---- + + else case e in #( + e) +! printf "%s\n" "#define off_t long int" >>confdefs.h + ;; + esac + fi +*************** +*** 29684,29690 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking where to find the exponent in a 'double'" >&5 + printf %s "checking where to find the exponent in a 'double'... " >&6; } + if test ${gl_cv_cc_double_expbit0+y} + then : +--- 29530,29536 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking where to find the exponent in a 'double'" >&5 + printf %s "checking where to find the exponent in a 'double'... " >&6; } + if test ${gl_cv_cc_double_expbit0+y} + then : +*************** +*** 29937,29943 **** + gl_cv_cc_double_expbit0="word 1 bit 20" ;; #( + universal) + +! printf '%s\n' "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h + + ;; #( + *) +--- 29783,29789 ---- + gl_cv_cc_double_expbit0="word 1 bit 20" ;; #( + universal) + +! printf "%s\n" "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h + + ;; #( + *) +*************** +*** 30034,30056 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_double_expbit0" >&5 +! printf '%s\n' "$gl_cv_cc_double_expbit0" >&6; } + case "$gl_cv_cc_double_expbit0" in + word*bit*) + word=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word //' -e 's/ bit.*//'` + bit=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word.*bit //'` + +! printf '%s\n' "#define DBL_EXPBIT0_WORD $word" >>confdefs.h + + +! printf '%s\n' "#define DBL_EXPBIT0_BIT $bit" >>confdefs.h + + ;; + esac + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking where to find the exponent in a 'float'" >&5 + printf %s "checking where to find the exponent in a 'float'... " >&6; } + if test ${gl_cv_cc_float_expbit0+y} + then : +--- 29880,29902 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_double_expbit0" >&5 +! printf "%s\n" "$gl_cv_cc_double_expbit0" >&6; } + case "$gl_cv_cc_double_expbit0" in + word*bit*) + word=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word //' -e 's/ bit.*//'` + bit=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word.*bit //'` + +! printf "%s\n" "#define DBL_EXPBIT0_WORD $word" >>confdefs.h + + +! printf "%s\n" "#define DBL_EXPBIT0_BIT $bit" >>confdefs.h + + ;; + esac + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking where to find the exponent in a 'float'" >&5 + printf %s "checking where to find the exponent in a 'float'... " >&6; } + if test ${gl_cv_cc_float_expbit0+y} + then : +*************** +*** 30145,30167 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_float_expbit0" >&5 +! printf '%s\n' "$gl_cv_cc_float_expbit0" >&6; } + case "$gl_cv_cc_float_expbit0" in + word*bit*) + word=`echo "$gl_cv_cc_float_expbit0" | sed -e 's/word //' -e 's/ bit.*//'` + bit=`echo "$gl_cv_cc_float_expbit0" | sed -e 's/word.*bit //'` + +! printf '%s\n' "#define FLT_EXPBIT0_WORD $word" >>confdefs.h + + +! printf '%s\n' "#define FLT_EXPBIT0_BIT $bit" >>confdefs.h + + ;; + esac + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether long double and double are the same" >&5 + printf %s "checking whether long double and double are the same... " >&6; } + if test ${gl_cv_long_double_equals_double+y} + then : +--- 29991,30013 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_float_expbit0" >&5 +! printf "%s\n" "$gl_cv_cc_float_expbit0" >&6; } + case "$gl_cv_cc_float_expbit0" in + word*bit*) + word=`echo "$gl_cv_cc_float_expbit0" | sed -e 's/word //' -e 's/ bit.*//'` + bit=`echo "$gl_cv_cc_float_expbit0" | sed -e 's/word.*bit //'` + +! printf "%s\n" "#define FLT_EXPBIT0_WORD $word" >>confdefs.h + + +! printf "%s\n" "#define FLT_EXPBIT0_BIT $bit" >>confdefs.h + + ;; + esac + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether long double and double are the same" >&5 + printf %s "checking whether long double and double are the same... " >&6; } + if test ${gl_cv_long_double_equals_double+y} + then : +*************** +*** 30194,30204 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_long_double_equals_double" >&5 +! printf '%s\n' "$gl_cv_long_double_equals_double" >&6; } + if test $gl_cv_long_double_equals_double = yes; then + +! printf '%s\n' "#define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1" >>confdefs.h + + HAVE_SAME_LONG_DOUBLE_AS_DOUBLE=1 + else +--- 30040,30050 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_long_double_equals_double" >&5 +! printf "%s\n" "$gl_cv_long_double_equals_double" >&6; } + if test $gl_cv_long_double_equals_double = yes; then + +! printf "%s\n" "#define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1" >>confdefs.h + + HAVE_SAME_LONG_DOUBLE_AS_DOUBLE=1 + else +*************** +*** 30208,30214 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking where to find the exponent in a 'long double'" >&5 + printf %s "checking where to find the exponent in a 'long double'... " >&6; } + if test ${gl_cv_cc_long_double_expbit0+y} + then : +--- 30054,30060 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking where to find the exponent in a 'long double'" >&5 + printf %s "checking where to find the exponent in a 'long double'... " >&6; } + if test ${gl_cv_cc_long_double_expbit0+y} + then : +*************** +*** 30340,30356 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_long_double_expbit0" >&5 +! printf '%s\n' "$gl_cv_cc_long_double_expbit0" >&6; } + case "$gl_cv_cc_long_double_expbit0" in + word*bit*) + word=`echo "$gl_cv_cc_long_double_expbit0" | sed -e 's/word //' -e 's/ bit.*//'` + bit=`echo "$gl_cv_cc_long_double_expbit0" | sed -e 's/word.*bit //'` + +! printf '%s\n' "#define LDBL_EXPBIT0_WORD $word" >>confdefs.h + + +! printf '%s\n' "#define LDBL_EXPBIT0_BIT $bit" >>confdefs.h + + ;; + esac +--- 30186,30202 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_long_double_expbit0" >&5 +! printf "%s\n" "$gl_cv_cc_long_double_expbit0" >&6; } + case "$gl_cv_cc_long_double_expbit0" in + word*bit*) + word=`echo "$gl_cv_cc_long_double_expbit0" | sed -e 's/word //' -e 's/ bit.*//'` + bit=`echo "$gl_cv_cc_long_double_expbit0" | sed -e 's/word.*bit //'` + +! printf "%s\n" "#define LDBL_EXPBIT0_WORD $word" >>confdefs.h + + +! printf "%s\n" "#define LDBL_EXPBIT0_BIT $bit" >>confdefs.h + + ;; + esac +*************** +*** 30362,30368 **** + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args. + set dummy ${ac_tool_prefix}windres; ac_word=$2 +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_WINDRES+y} + then : +--- 30208,30214 ---- + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args. + set dummy ${ac_tool_prefix}windres; ac_word=$2 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_WINDRES+y} + then : +*************** +*** 30383,30389 **** + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_WINDRES="${ac_tool_prefix}windres" +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +--- 30229,30235 ---- + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_WINDRES="${ac_tool_prefix}windres" +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +*************** +*** 30395,30405 **** + fi + WINDRES=$ac_cv_prog_WINDRES + if test -n "$WINDRES"; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5 +! printf '%s\n' "$WINDRES" >&6; } + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf '%s\n' "no" >&6; } + fi + + +--- 30241,30251 ---- + fi + WINDRES=$ac_cv_prog_WINDRES + if test -n "$WINDRES"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5 +! printf "%s\n" "$WINDRES" >&6; } + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + fi + + +*************** +*** 30408,30414 **** + ac_ct_WINDRES=$WINDRES + # Extract the first word of "windres", so it can be a program name with args. + set dummy windres; ac_word=$2 +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_ac_ct_WINDRES+y} + then : +--- 30254,30260 ---- + ac_ct_WINDRES=$WINDRES + # Extract the first word of "windres", so it can be a program name with args. + set dummy windres; ac_word=$2 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_prog_ac_ct_WINDRES+y} + then : +*************** +*** 30429,30435 **** + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_WINDRES="windres" +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +--- 30275,30281 ---- + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_WINDRES="windres" +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +*************** +*** 30441,30451 **** + fi + ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES + if test -n "$ac_ct_WINDRES"; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_ct_WINDRES" >&5 +! printf '%s\n' "$ac_ct_WINDRES" >&6; } + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf '%s\n' "no" >&6; } + fi + + if test "x$ac_ct_WINDRES" = x; then +--- 30287,30297 ---- + fi + ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES + if test -n "$ac_ct_WINDRES"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_WINDRES" >&5 +! printf "%s\n" "$ac_ct_WINDRES" >&6; } + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + fi + + if test "x$ac_ct_WINDRES" = x; then +*************** +*** 30453,30460 **** + else + case $cross_compiling:$ac_tool_warned in + yes:) +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +! printf '%s\n' "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} + ac_tool_warned=yes ;; + esac + WINDRES=$ac_ct_WINDRES +--- 30299,30306 ---- + else + case $cross_compiling:$ac_tool_warned in + yes:) +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +! printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} + ac_tool_warned=yes ;; + esac + WINDRES=$ac_ct_WINDRES +*************** +*** 30686,30692 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_math_h='<'math.h'>' + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_math_h+y} + then : +--- 30532,30538 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_math_h='<'math.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_math_h+y} + then : +*************** +*** 30737,30744 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_math_h" >&5 +! printf '%s\n' "$gl_cv_next_math_h" >&6; } + fi + NEXT_MATH_H=$gl_cv_next_math_h + +--- 30583,30590 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_math_h" >&5 +! printf "%s\n" "$gl_cv_next_math_h" >&6; } + fi + NEXT_MATH_H=$gl_cv_next_math_h + +*************** +*** 30755,30761 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether NAN macro works" >&5 + printf %s "checking whether NAN macro works... " >&6; } + if test ${gl_cv_header_math_nan_works+y} + then : +--- 30601,30607 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether NAN macro works" >&5 + printf %s "checking whether NAN macro works... " >&6; } + if test ${gl_cv_header_math_nan_works+y} + then : +*************** +*** 30789,30800 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_math_nan_works" >&5 +! printf '%s\n' "$gl_cv_header_math_nan_works" >&6; } + if test $gl_cv_header_math_nan_works = no; then + REPLACE_NAN=1 + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether HUGE_VAL works" >&5 + printf %s "checking whether HUGE_VAL works... " >&6; } + if test ${gl_cv_header_math_huge_val_works+y} + then : +--- 30635,30646 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_math_nan_works" >&5 +! printf "%s\n" "$gl_cv_header_math_nan_works" >&6; } + if test $gl_cv_header_math_nan_works = no; then + REPLACE_NAN=1 + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether HUGE_VAL works" >&5 + printf %s "checking whether HUGE_VAL works... " >&6; } + if test ${gl_cv_header_math_huge_val_works+y} + then : +*************** +*** 30823,30830 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_math_huge_val_works" >&5 +! printf '%s\n' "$gl_cv_header_math_huge_val_works" >&6; } + if test $gl_cv_header_math_huge_val_works = no; then + REPLACE_HUGE_VAL=1 + fi +--- 30669,30676 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_math_huge_val_works" >&5 +! printf "%s\n" "$gl_cv_header_math_huge_val_works" >&6; } + if test $gl_cv_header_math_huge_val_works = no; then + REPLACE_HUGE_VAL=1 + fi +*************** +*** 31349,31355 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether is self-contained" >&5 + printf %s "checking whether is self-contained... " >&6; } + if test ${gl_cv_header_sys_select_h_selfcontained+y} + then : +--- 31195,31201 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether is self-contained" >&5 + printf %s "checking whether is self-contained... " >&6; } + if test ${gl_cv_header_sys_select_h_selfcontained+y} + then : +*************** +*** 31435,31442 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_sys_select_h_selfcontained" >&5 +! printf '%s\n' "$gl_cv_header_sys_select_h_selfcontained" >&6; } + + + +--- 31281,31288 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_sys_select_h_selfcontained" >&5 +! printf "%s\n" "$gl_cv_header_sys_select_h_selfcontained" >&6; } + + + +*************** +*** 31449,31455 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_sys_select_h='<'sys/select.h'>' + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_sys_select_h+y} + then : +--- 31295,31301 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_sys_select_h='<'sys/select.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_sys_select_h+y} + then : +*************** +*** 31500,31507 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_select_h" >&5 +! printf '%s\n' "$gl_cv_next_sys_select_h" >&6; } + fi + NEXT_SYS_SELECT_H=$gl_cv_next_sys_select_h + +--- 31346,31353 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_select_h" >&5 +! printf "%s\n" "$gl_cv_next_sys_select_h" >&6; } + fi + NEXT_SYS_SELECT_H=$gl_cv_next_sys_select_h + +*************** +*** 31531,31537 **** + ac_fn_c_check_header_compile "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default" + if test "x$ac_cv_header_winsock2_h" = xyes + then : +! printf '%s\n' "#define HAVE_WINSOCK2_H 1" >>confdefs.h + + fi + +--- 31377,31383 ---- + ac_fn_c_check_header_compile "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default" + if test "x$ac_cv_header_winsock2_h" = xyes + then : +! printf "%s\n" "#define HAVE_WINSOCK2_H 1" >>confdefs.h + + fi + +*************** +*** 31564,31570 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for library needed for semaphore functions" >&5 + printf %s "checking for library needed for semaphore functions... " >&6; } + if test ${gl_cv_semaphore_lib+y} + then : +--- 31410,31416 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library needed for semaphore functions" >&5 + printf %s "checking for library needed for semaphore functions... " >&6; } + if test ${gl_cv_semaphore_lib+y} + then : +*************** +*** 31617,31624 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_semaphore_lib" >&5 +! printf '%s\n' "$gl_cv_semaphore_lib" >&6; } + if test "x$gl_cv_semaphore_lib" = xnone; then + LIB_SEMAPHORE= + else +--- 31463,31470 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_semaphore_lib" >&5 +! printf "%s\n" "$gl_cv_semaphore_lib" >&6; } + if test "x$gl_cv_semaphore_lib" = xnone; then + LIB_SEMAPHORE= + else +*************** +*** 31635,31641 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_INITSTATE $ac_have_decl" >>confdefs.h + + ac_fn_check_decl "$LINENO" "setstate" "ac_cv_have_decl_setstate" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" + if test "x$ac_cv_have_decl_setstate" = xyes +--- 31481,31487 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_INITSTATE $ac_have_decl" >>confdefs.h + + ac_fn_check_decl "$LINENO" "setstate" "ac_cv_have_decl_setstate" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" + if test "x$ac_cv_have_decl_setstate" = xyes +*************** +*** 31645,31651 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_SETSTATE $ac_have_decl" >>confdefs.h + + + +--- 31491,31497 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_SETSTATE $ac_have_decl" >>confdefs.h + + + +*************** +*** 31656,31662 **** + ac_fn_c_check_header_compile "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default" + if test "x$ac_cv_header_winsock2_h" = xyes + then : +! printf '%s\n' "#define HAVE_WINSOCK2_H 1" >>confdefs.h + + fi + +--- 31502,31508 ---- + ac_fn_c_check_header_compile "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default" + if test "x$ac_cv_header_winsock2_h" = xyes + then : +! printf "%s\n" "#define HAVE_WINSOCK2_H 1" >>confdefs.h + + fi + +*************** +*** 31671,31677 **** + + LIBSOCKET= + if test $HAVE_WINSOCK2_H = 1; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for WSAStartup" >&5 + printf %s "checking for WSAStartup... " >&6; } + if test ${gl_cv_func_wsastartup+y} + then : +--- 31517,31523 ---- + + LIBSOCKET= + if test $HAVE_WINSOCK2_H = 1; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for WSAStartup" >&5 + printf %s "checking for WSAStartup... " >&6; } + if test ${gl_cv_func_wsastartup+y} + then : +*************** +*** 31713,31728 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_wsastartup" >&5 +! printf '%s\n' "$gl_cv_func_wsastartup" >&6; } + if test "$gl_cv_func_wsastartup" = "yes"; then + +! printf '%s\n' "#define WINDOWS_SOCKETS 1" >>confdefs.h + + LIBSOCKET='-lws2_32' + fi + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for library containing setsockopt" >&5 + printf %s "checking for library containing setsockopt... " >&6; } + if test ${gl_cv_lib_socket+y} + then : +--- 31559,31574 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_wsastartup" >&5 +! printf "%s\n" "$gl_cv_func_wsastartup" >&6; } + if test "$gl_cv_func_wsastartup" = "yes"; then + +! printf "%s\n" "#define WINDOWS_SOCKETS 1" >>confdefs.h + + LIBSOCKET='-lws2_32' + fi + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing setsockopt" >&5 + printf %s "checking for library containing setsockopt... " >&6; } + if test ${gl_cv_lib_socket+y} + then : +*************** +*** 31832,31839 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_lib_socket" >&5 +! printf '%s\n' "$gl_cv_lib_socket" >&6; } + if test "$gl_cv_lib_socket" != "none needed"; then + LIBSOCKET="$gl_cv_lib_socket" + fi +--- 31678,31685 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_lib_socket" >&5 +! printf "%s\n" "$gl_cv_lib_socket" >&6; } + if test "$gl_cv_lib_socket" != "none needed"; then + LIBSOCKET="$gl_cv_lib_socket" + fi +*************** +*** 31858,31864 **** + + case "$host_cpu" in + mips*) +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether the NaN float encoding is IEEE 754-2008 compliant" >&5 + printf %s "checking whether the NaN float encoding is IEEE 754-2008 compliant... " >&6; } + if test ${gl_cv_nan2008_f+y} + then : +--- 31704,31710 ---- + + case "$host_cpu" in + mips*) +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the NaN float encoding is IEEE 754-2008 compliant" >&5 + printf %s "checking whether the NaN float encoding is IEEE 754-2008 compliant... " >&6; } + if test ${gl_cv_nan2008_f+y} + then : +*************** +*** 31901,31917 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_nan2008_f" >&5 +! printf '%s\n' "$gl_cv_nan2008_f" >&6; } + case "$gl_cv_nan2008_f" in + *yes) gl_mips_nan2008_f=1 ;; + *) gl_mips_nan2008_f=0 ;; + esac + +! printf '%s\n' "#define MIPS_NAN2008_FLOAT $gl_mips_nan2008_f" >>confdefs.h + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether the NaN double encoding is IEEE 754-2008 compliant" >&5 + printf %s "checking whether the NaN double encoding is IEEE 754-2008 compliant... " >&6; } + if test ${gl_cv_nan2008_d+y} + then : +--- 31747,31763 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_nan2008_f" >&5 +! printf "%s\n" "$gl_cv_nan2008_f" >&6; } + case "$gl_cv_nan2008_f" in + *yes) gl_mips_nan2008_f=1 ;; + *) gl_mips_nan2008_f=0 ;; + esac + +! printf "%s\n" "#define MIPS_NAN2008_FLOAT $gl_mips_nan2008_f" >>confdefs.h + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the NaN double encoding is IEEE 754-2008 compliant" >&5 + printf %s "checking whether the NaN double encoding is IEEE 754-2008 compliant... " >&6; } + if test ${gl_cv_nan2008_d+y} + then : +*************** +*** 31954,31970 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_nan2008_d" >&5 +! printf '%s\n' "$gl_cv_nan2008_d" >&6; } + case "$gl_cv_nan2008_d" in + *yes) gl_mips_nan2008_d=1 ;; + *) gl_mips_nan2008_d=0 ;; + esac + +! printf '%s\n' "#define MIPS_NAN2008_DOUBLE $gl_mips_nan2008_d" >>confdefs.h + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether the NaN long double encoding is IEEE 754-2008 compliant" >&5 + printf %s "checking whether the NaN long double encoding is IEEE 754-2008 compliant... " >&6; } + if test ${gl_cv_nan2008_l+y} + then : +--- 31800,31816 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_nan2008_d" >&5 +! printf "%s\n" "$gl_cv_nan2008_d" >&6; } + case "$gl_cv_nan2008_d" in + *yes) gl_mips_nan2008_d=1 ;; + *) gl_mips_nan2008_d=0 ;; + esac + +! printf "%s\n" "#define MIPS_NAN2008_DOUBLE $gl_mips_nan2008_d" >>confdefs.h + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the NaN long double encoding is IEEE 754-2008 compliant" >&5 + printf %s "checking whether the NaN long double encoding is IEEE 754-2008 compliant... " >&6; } + if test ${gl_cv_nan2008_l+y} + then : +*************** +*** 32013,32026 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_nan2008_l" >&5 +! printf '%s\n' "$gl_cv_nan2008_l" >&6; } + case "$gl_cv_nan2008_l" in + *yes) gl_mips_nan2008_l=1 ;; + *) gl_mips_nan2008_l=0 ;; + esac + +! printf '%s\n' "#define MIPS_NAN2008_LONG_DOUBLE $gl_mips_nan2008_l" >>confdefs.h + + ;; + esac +--- 31859,31872 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_nan2008_l" >&5 +! printf "%s\n" "$gl_cv_nan2008_l" >&6; } + case "$gl_cv_nan2008_l" in + *yes) gl_mips_nan2008_l=1 ;; + *) gl_mips_nan2008_l=0 ;; + esac + +! printf "%s\n" "#define MIPS_NAN2008_LONG_DOUBLE $gl_mips_nan2008_l" >>confdefs.h + + ;; + esac +*************** +*** 32032,32038 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether snprintf returns a byte count as in C99" >&5 + printf %s "checking whether snprintf returns a byte count as in C99... " >&6; } + if test ${gl_cv_func_snprintf_retval_c99+y} + then : +--- 31878,31884 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether snprintf returns a byte count as in C99" >&5 + printf %s "checking whether snprintf returns a byte count as in C99... " >&6; } + if test ${gl_cv_func_snprintf_retval_c99+y} + then : +*************** +*** 32144,32155 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_snprintf_retval_c99" >&5 +! printf '%s\n' "$gl_cv_func_snprintf_retval_c99" >&6; } + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether printf supports POSIX/XSI format strings with positions" >&5 + printf %s "checking whether printf supports POSIX/XSI format strings with positions... " >&6; } + if test ${gl_cv_func_printf_positions+y} + then : +--- 31990,32001 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_snprintf_retval_c99" >&5 +! printf "%s\n" "$gl_cv_func_snprintf_retval_c99" >&6; } + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether printf supports POSIX/XSI format strings with positions" >&5 + printf %s "checking whether printf supports POSIX/XSI format strings with positions... " >&6; } + if test ${gl_cv_func_printf_positions+y} + then : +*************** +*** 32205,32212 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_printf_positions" >&5 +! printf '%s\n' "$gl_cv_func_printf_positions" >&6; } + + ac_fn_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" + if test "x$ac_cv_have_decl_snprintf" = xyes +--- 32051,32058 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_printf_positions" >&5 +! printf "%s\n" "$gl_cv_func_printf_positions" >&6; } + + ac_fn_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" + if test "x$ac_cv_have_decl_snprintf" = xyes +*************** +*** 32216,32222 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_SNPRINTF $ac_have_decl" >>confdefs.h + + + +--- 32062,32068 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_SNPRINTF $ac_have_decl" >>confdefs.h + + + +*************** +*** 32225,32231 **** + + if test $ac_cv_header_sys_ioctl_h = yes; then + HAVE_SYS_IOCTL_H=1 +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether declares ioctl" >&5 + printf %s "checking whether declares ioctl... " >&6; } + if test ${gl_cv_decl_ioctl_in_sys_ioctl_h+y} + then : +--- 32071,32077 ---- + + if test $ac_cv_header_sys_ioctl_h = yes; then + HAVE_SYS_IOCTL_H=1 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether declares ioctl" >&5 + printf %s "checking whether declares ioctl... " >&6; } + if test ${gl_cv_decl_ioctl_in_sys_ioctl_h+y} + then : +*************** +*** 32253,32260 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_decl_ioctl_in_sys_ioctl_h" >&5 +! printf '%s\n' "$gl_cv_decl_ioctl_in_sys_ioctl_h" >&6; } + else + HAVE_SYS_IOCTL_H=0 + fi +--- 32099,32106 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_decl_ioctl_in_sys_ioctl_h" >&5 +! printf "%s\n" "$gl_cv_decl_ioctl_in_sys_ioctl_h" >&6; } + else + HAVE_SYS_IOCTL_H=0 + fi +*************** +*** 32271,32277 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_sys_ioctl_h='<'sys/ioctl.h'>' + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_sys_ioctl_h+y} + then : +--- 32117,32123 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_sys_ioctl_h='<'sys/ioctl.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_sys_ioctl_h+y} + then : +*************** +*** 32322,32329 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_ioctl_h" >&5 +! printf '%s\n' "$gl_cv_next_sys_ioctl_h" >&6; } + fi + NEXT_SYS_IOCTL_H=$gl_cv_next_sys_ioctl_h + +--- 32168,32175 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_ioctl_h" >&5 +! printf "%s\n" "$gl_cv_next_sys_ioctl_h" >&6; } + fi + NEXT_SYS_IOCTL_H=$gl_cv_next_sys_ioctl_h + +*************** +*** 32363,32369 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_sys_uio_h='<'sys/uio.h'>' + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_sys_uio_h+y} + then : +--- 32209,32215 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_sys_uio_h='<'sys/uio.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_sys_uio_h+y} + then : +*************** +*** 32414,32421 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_uio_h" >&5 +! printf '%s\n' "$gl_cv_next_sys_uio_h" >&6; } + fi + NEXT_SYS_UIO_H=$gl_cv_next_sys_uio_h + +--- 32260,32267 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_uio_h" >&5 +! printf "%s\n" "$gl_cv_next_sys_uio_h" >&6; } + fi + NEXT_SYS_UIO_H=$gl_cv_next_sys_uio_h + +*************** +*** 32443,32449 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for inttypes.h" >&5 + printf %s "checking for inttypes.h... " >&6; } + if test ${gl_cv_header_inttypes_h+y} + then : +--- 32289,32295 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for inttypes.h" >&5 + printf %s "checking for inttypes.h... " >&6; } + if test ${gl_cv_header_inttypes_h+y} + then : +*************** +*** 32473,32488 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_inttypes_h" >&5 +! printf '%s\n' "$gl_cv_header_inttypes_h" >&6; } + if test $gl_cv_header_inttypes_h = yes; then + +! printf '%s\n' "#define HAVE_INTTYPES_H_WITH_UINTMAX 1" >>confdefs.h + + fi + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for stdint.h" >&5 + printf %s "checking for stdint.h... " >&6; } + if test ${gl_cv_header_stdint_h+y} + then : +--- 32319,32334 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_inttypes_h" >&5 +! printf "%s\n" "$gl_cv_header_inttypes_h" >&6; } + if test $gl_cv_header_inttypes_h = yes; then + +! printf "%s\n" "#define HAVE_INTTYPES_H_WITH_UINTMAX 1" >>confdefs.h + + fi + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for stdint.h" >&5 + printf %s "checking for stdint.h... " >&6; } + if test ${gl_cv_header_stdint_h+y} + then : +*************** +*** 32510,32527 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_stdint_h" >&5 +! printf '%s\n' "$gl_cv_header_stdint_h" >&6; } + if test $gl_cv_header_stdint_h = yes; then + +! printf '%s\n' "#define HAVE_STDINT_H_WITH_UINTMAX 1" >>confdefs.h + + fi + + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for intmax_t" >&5 + printf %s "checking for intmax_t... " >&6; } + if test ${gt_cv_c_intmax_t+y} + then : +--- 32356,32373 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_stdint_h" >&5 +! printf "%s\n" "$gl_cv_header_stdint_h" >&6; } + if test $gl_cv_header_stdint_h = yes; then + +! printf "%s\n" "#define HAVE_STDINT_H_WITH_UINTMAX 1" >>confdefs.h + + fi + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for intmax_t" >&5 + printf %s "checking for intmax_t... " >&6; } + if test ${gt_cv_c_intmax_t+y} + then : +*************** +*** 32557,32578 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gt_cv_c_intmax_t" >&5 +! printf '%s\n' "$gt_cv_c_intmax_t" >&6; } + if test $gt_cv_c_intmax_t = yes; then + +! printf '%s\n' "#define HAVE_INTMAX_T 1" >>confdefs.h + + else + +! printf '%s\n' "#define intmax_t long long" >>confdefs.h + + fi + + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether snprintf truncates the result as in C99" >&5 + printf %s "checking whether snprintf truncates the result as in C99... " >&6; } + if test ${gl_cv_func_snprintf_truncation_c99+y} + then : +--- 32403,32424 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gt_cv_c_intmax_t" >&5 +! printf "%s\n" "$gt_cv_c_intmax_t" >&6; } + if test $gt_cv_c_intmax_t = yes; then + +! printf "%s\n" "#define HAVE_INTMAX_T 1" >>confdefs.h + + else + +! printf "%s\n" "#define intmax_t long long" >>confdefs.h + + fi + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether snprintf truncates the result as in C99" >&5 + printf %s "checking whether snprintf truncates the result as in C99... " >&6; } + if test ${gl_cv_func_snprintf_truncation_c99+y} + then : +*************** +*** 32672,32679 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_snprintf_truncation_c99" >&5 +! printf '%s\n' "$gl_cv_func_snprintf_truncation_c99" >&6; } + + + +--- 32518,32525 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_snprintf_truncation_c99" >&5 +! printf "%s\n" "$gl_cv_func_snprintf_truncation_c99" >&6; } + + + +*************** +*** 32681,32687 **** + ac_fn_c_check_func "$LINENO" "wcslen" "ac_cv_func_wcslen" + if test "x$ac_cv_func_wcslen" = xyes + then : +! printf '%s\n' "#define HAVE_WCSLEN 1" >>confdefs.h + + fi + +--- 32527,32533 ---- + ac_fn_c_check_func "$LINENO" "wcslen" "ac_cv_func_wcslen" + if test "x$ac_cv_func_wcslen" = xyes + then : +! printf "%s\n" "#define HAVE_WCSLEN 1" >>confdefs.h + + fi + +*************** +*** 32691,32709 **** + ac_fn_c_check_func "$LINENO" "snprintf" "ac_cv_func_snprintf" + if test "x$ac_cv_func_snprintf" = xyes + then : +! printf '%s\n' "#define HAVE_SNPRINTF 1" >>confdefs.h + + fi + ac_fn_c_check_func "$LINENO" "strnlen" "ac_cv_func_strnlen" + if test "x$ac_cv_func_strnlen" = xyes + then : +! printf '%s\n' "#define HAVE_STRNLEN 1" >>confdefs.h + + fi + ac_fn_c_check_func "$LINENO" "wcrtomb" "ac_cv_func_wcrtomb" + if test "x$ac_cv_func_wcrtomb" = xyes + then : +! printf '%s\n' "#define HAVE_WCRTOMB 1" >>confdefs.h + + fi + +--- 32537,32555 ---- + ac_fn_c_check_func "$LINENO" "snprintf" "ac_cv_func_snprintf" + if test "x$ac_cv_func_snprintf" = xyes + then : +! printf "%s\n" "#define HAVE_SNPRINTF 1" >>confdefs.h + + fi + ac_fn_c_check_func "$LINENO" "strnlen" "ac_cv_func_strnlen" + if test "x$ac_cv_func_strnlen" = xyes + then : +! printf "%s\n" "#define HAVE_STRNLEN 1" >>confdefs.h + + fi + ac_fn_c_check_func "$LINENO" "wcrtomb" "ac_cv_func_wcrtomb" + if test "x$ac_cv_func_wcrtomb" = xyes + then : +! printf "%s\n" "#define HAVE_WCRTOMB 1" >>confdefs.h + + fi + +*************** +*** 32716,32728 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL__SNPRINTF $ac_have_decl" >>confdefs.h + + + case "$gl_cv_func_snprintf_retval_c99" in + *yes) + +! printf '%s\n' "#define HAVE_SNPRINTF_RETVAL_C99 1" >>confdefs.h + + ;; + esac +--- 32562,32574 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL__SNPRINTF $ac_have_decl" >>confdefs.h + + + case "$gl_cv_func_snprintf_retval_c99" in + *yes) + +! printf "%s\n" "#define HAVE_SNPRINTF_RETVAL_C99 1" >>confdefs.h + + ;; + esac +*************** +*** 32730,32736 **** + case "$gl_cv_func_snprintf_truncation_c99" in + *yes) + +! printf '%s\n' "#define HAVE_SNPRINTF_TRUNCATION_C99 1" >>confdefs.h + + ;; + esac +--- 32576,32582 ---- + case "$gl_cv_func_snprintf_truncation_c99" in + *yes) + +! printf "%s\n" "#define HAVE_SNPRINTF_TRUNCATION_C99 1" >>confdefs.h + + ;; + esac +*************** +*** 32789,32795 **** + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gl_command\""; } >&5 + (eval $gl_command) 2>&5 + ac_status=$? +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + gl_options=`grep -v '#' conftest.out` + for word in $gl_options; do +--- 32635,32641 ---- + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$gl_command\""; } >&5 + (eval $gl_command) 2>&5 + ac_status=$? +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + gl_options=`grep -v '#' conftest.out` + for word in $gl_options; do +*************** +*** 32836,32842 **** + + # Define an additional variable used in the Makefile substitution. + if test $ac_cv_working_alloca_h = yes; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for alloca as a compiler built-in" >&5 + printf %s "checking for alloca as a compiler built-in... " >&6; } + if test ${gl_cv_rpl_alloca+y} + then : +--- 32682,32688 ---- + + # Define an additional variable used in the Makefile substitution. + if test $ac_cv_working_alloca_h = yes; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for alloca as a compiler built-in" >&5 + printf %s "checking for alloca as a compiler built-in... " >&6; } + if test ${gl_cv_rpl_alloca+y} + then : +*************** +*** 32864,32874 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_rpl_alloca" >&5 +! printf '%s\n' "$gl_cv_rpl_alloca" >&6; } + if test $gl_cv_rpl_alloca = yes; then + +! printf '%s\n' "#define HAVE_ALLOCA 1" >>confdefs.h + + GL_GENERATE_ALLOCA_H=true + else +--- 32710,32720 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_rpl_alloca" >&5 +! printf "%s\n" "$gl_cv_rpl_alloca" >&6; } + if test $gl_cv_rpl_alloca = yes; then + +! printf "%s\n" "#define HAVE_ALLOCA 1" >>confdefs.h + + GL_GENERATE_ALLOCA_H=true + else +*************** +*** 32919,32925 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for static_assert" >&5 + printf %s "checking for static_assert... " >&6; } + if test ${gl_cv_static_assert+y} + then : +--- 32765,32771 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for static_assert" >&5 + printf %s "checking for static_assert... " >&6; } + if test ${gl_cv_static_assert+y} + then : +*************** +*** 32971,32984 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_static_assert" >&5 +! printf '%s\n' "$gl_cv_static_assert" >&6; } + + GL_GENERATE_ASSERT_H=false + case $gl_cv_static_assert in #( + yes*keyword*) : + +! printf '%s\n' "#define HAVE_C_STATIC_ASSERT 1" >>confdefs.h + ;; #( + no) : + GL_GENERATE_ASSERT_H=true +--- 32817,32830 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_static_assert" >&5 +! printf "%s\n" "$gl_cv_static_assert" >&6; } + + GL_GENERATE_ASSERT_H=false + case $gl_cv_static_assert in #( + yes*keyword*) : + +! printf "%s\n" "#define HAVE_C_STATIC_ASSERT 1" >>confdefs.h + ;; #( + no) : + GL_GENERATE_ASSERT_H=true +*************** +*** 32993,32999 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_assert_h='<'assert.h'>' + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_assert_h+y} + then : +--- 32839,32845 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_assert_h='<'assert.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_assert_h+y} + then : +*************** +*** 33038,33045 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_assert_h" >&5 +! printf '%s\n' "$gl_cv_next_assert_h" >&6; } + fi + NEXT_ASSERT_H=$gl_cv_next_assert_h + +--- 32884,32891 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_assert_h" >&5 +! printf "%s\n" "$gl_cv_next_assert_h" >&6; } + fi + NEXT_ASSERT_H=$gl_cv_next_assert_h + +*************** +*** 33096,33102 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for bool, true, false" >&5 + printf %s "checking for bool, true, false... " >&6; } + if test ${gl_cv_c_bool+y} + then : +--- 32942,32948 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for bool, true, false" >&5 + printf %s "checking for bool, true, false... " >&6; } + if test ${gl_cv_c_bool+y} + then : +*************** +*** 33121,33131 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_c_bool" >&5 +! printf '%s\n' "$gl_cv_c_bool" >&6; } + if test "$gl_cv_c_bool" = yes; then + +! printf '%s\n' "#define HAVE_C_BOOL 1" >>confdefs.h + + fi + +--- 32967,32977 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_c_bool" >&5 +! printf "%s\n" "$gl_cv_c_bool" >&6; } + if test "$gl_cv_c_bool" = yes; then + +! printf "%s\n" "#define HAVE_C_BOOL 1" >>confdefs.h + + fi + +*************** +*** 33148,33154 **** + + + +! printf '%s\n' "#define GNULIB_TEST_BTOC32 1" >>confdefs.h + + + +--- 32994,33000 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_BTOC32 1" >>confdefs.h + + + +*************** +*** 33166,33172 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether btowc(0) is correct" >&5 + printf %s "checking whether btowc(0) is correct... " >&6; } + if test ${gl_cv_func_btowc_nul+y} + then : +--- 33012,33018 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether btowc(0) is correct" >&5 + printf %s "checking whether btowc(0) is correct... " >&6; } + if test ${gl_cv_func_btowc_nul+y} + then : +*************** +*** 33212,33221 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_btowc_nul" >&5 +! printf '%s\n' "$gl_cv_func_btowc_nul" >&6; } + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether btowc(EOF) is correct" >&5 + printf %s "checking whether btowc(EOF) is correct... " >&6; } + if test ${gl_cv_func_btowc_eof+y} + then : +--- 33058,33067 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_btowc_nul" >&5 +! printf "%s\n" "$gl_cv_func_btowc_nul" >&6; } + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether btowc(EOF) is correct" >&5 + printf %s "checking whether btowc(EOF) is correct... " >&6; } + if test ${gl_cv_func_btowc_eof+y} + then : +*************** +*** 33267,33277 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_btowc_eof" >&5 +! printf '%s\n' "$gl_cv_func_btowc_eof" >&6; } + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether btowc is consistent with mbrtowc in the C locale" >&5 + printf %s "checking whether btowc is consistent with mbrtowc in the C locale... " >&6; } + if test ${gl_cv_func_btowc_consistent+y} + then : +--- 33113,33123 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_btowc_eof" >&5 +! printf "%s\n" "$gl_cv_func_btowc_eof" >&6; } + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether btowc is consistent with mbrtowc in the C locale" >&5 + printf %s "checking whether btowc is consistent with mbrtowc in the C locale... " >&6; } + if test ${gl_cv_func_btowc_consistent+y} + then : +*************** +*** 33342,33349 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_btowc_consistent" >&5 +! printf '%s\n' "$gl_cv_func_btowc_consistent" >&6; } + + if test $GNULIBHEADERS_OVERRIDE_WINT_T = 1; then + REPLACE_BTOWC=1 +--- 33188,33195 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_btowc_consistent" >&5 +! printf "%s\n" "$gl_cv_func_btowc_consistent" >&6; } + + if test $GNULIBHEADERS_OVERRIDE_WINT_T = 1; then + REPLACE_BTOWC=1 +*************** +*** 33362,33368 **** + esac + if test $REPLACE_BTOWC = 0; then + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether the C locale is free of encoding errors" >&5 + printf %s "checking whether the C locale is free of encoding errors... " >&6; } + if test ${gl_cv_func_mbrtowc_C_locale_sans_EILSEQ+y} + then : +--- 33208,33214 ---- + esac + if test $REPLACE_BTOWC = 0; then + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C locale is free of encoding errors" >&5 + printf %s "checking whether the C locale is free of encoding errors... " >&6; } + if test ${gl_cv_func_mbrtowc_C_locale_sans_EILSEQ+y} + then : +*************** +*** 33421,33428 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_C_locale_sans_EILSEQ" >&5 +! printf '%s\n' "$gl_cv_func_mbrtowc_C_locale_sans_EILSEQ" >&6; } + + case "$gl_cv_func_mbrtowc_C_locale_sans_EILSEQ" in + *yes) ;; +--- 33267,33274 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_C_locale_sans_EILSEQ" >&5 +! printf "%s\n" "$gl_cv_func_mbrtowc_C_locale_sans_EILSEQ" >&6; } + + case "$gl_cv_func_mbrtowc_C_locale_sans_EILSEQ" in + *yes) ;; +*************** +*** 33473,33484 **** + + + +! printf '%s\n' "#define GNULIB_TEST_BTOWC 1" >>confdefs.h + + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for __builtin_expect" >&5 + printf %s "checking for __builtin_expect... " >&6; } + if test ${gl_cv___builtin_expect+y} + then : +--- 33319,33330 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_BTOWC 1" >>confdefs.h + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for __builtin_expect" >&5 + printf %s "checking for __builtin_expect... " >&6; } + if test ${gl_cv___builtin_expect+y} + then : +*************** +*** 33524,33536 **** + conftest$ac_exeext conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv___builtin_expect" >&5 +! printf '%s\n' "$gl_cv___builtin_expect" >&6; } + if test "$gl_cv___builtin_expect" = yes; then +! printf '%s\n' "#define HAVE___BUILTIN_EXPECT 1" >>confdefs.h + + elif test "$gl_cv___builtin_expect" = "in "; then +! printf '%s\n' "#define HAVE___BUILTIN_EXPECT 2" >>confdefs.h + + fi + +--- 33370,33382 ---- + conftest$ac_exeext conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv___builtin_expect" >&5 +! printf "%s\n" "$gl_cv___builtin_expect" >&6; } + if test "$gl_cv___builtin_expect" = yes; then +! printf "%s\n" "#define HAVE___BUILTIN_EXPECT 1" >>confdefs.h + + elif test "$gl_cv___builtin_expect" = "in "; then +! printf "%s\n" "#define HAVE___BUILTIN_EXPECT 2" >>confdefs.h + + fi + +*************** +*** 33559,33565 **** + + + +! printf '%s\n' "#define GNULIB_TEST_C32_APPLY_TYPE_TEST 1" >>confdefs.h + + + +--- 33405,33411 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_C32_APPLY_TYPE_TEST 1" >>confdefs.h + + + +*************** +*** 33578,33584 **** + + + +! printf '%s\n' "#define GNULIB_TEST_C32_GET_TYPE_TEST 1" >>confdefs.h + + + +--- 33424,33430 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_C32_GET_TYPE_TEST 1" >>confdefs.h + + + +*************** +*** 33601,33607 **** + + + +! printf '%s\n' "#define GNULIB_TEST_C32ISALNUM 1" >>confdefs.h + + + +--- 33447,33453 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_C32ISALNUM 1" >>confdefs.h + + + +*************** +*** 33624,33630 **** + + + +! printf '%s\n' "#define GNULIB_TEST_C32ISALPHA 1" >>confdefs.h + + + +--- 33470,33476 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_C32ISALPHA 1" >>confdefs.h + + + +*************** +*** 33647,33653 **** + + + +! printf '%s\n' "#define GNULIB_TEST_C32ISBLANK 1" >>confdefs.h + + + +--- 33493,33499 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_C32ISBLANK 1" >>confdefs.h + + + +*************** +*** 33670,33676 **** + + + +! printf '%s\n' "#define GNULIB_TEST_C32ISCNTRL 1" >>confdefs.h + + + +--- 33516,33522 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_C32ISCNTRL 1" >>confdefs.h + + + +*************** +*** 33693,33699 **** + + + +! printf '%s\n' "#define GNULIB_TEST_C32ISDIGIT 1" >>confdefs.h + + + +--- 33539,33545 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_C32ISDIGIT 1" >>confdefs.h + + + +*************** +*** 33716,33722 **** + + + +! printf '%s\n' "#define GNULIB_TEST_C32ISGRAPH 1" >>confdefs.h + + + +--- 33562,33568 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_C32ISGRAPH 1" >>confdefs.h + + + +*************** +*** 33739,33745 **** + + + +! printf '%s\n' "#define GNULIB_TEST_C32ISLOWER 1" >>confdefs.h + + + +--- 33585,33591 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_C32ISLOWER 1" >>confdefs.h + + + +*************** +*** 33762,33768 **** + + + +! printf '%s\n' "#define GNULIB_TEST_C32ISPRINT 1" >>confdefs.h + + + +--- 33608,33614 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_C32ISPRINT 1" >>confdefs.h + + + +*************** +*** 33785,33791 **** + + + +! printf '%s\n' "#define GNULIB_TEST_C32ISPUNCT 1" >>confdefs.h + + + +--- 33631,33637 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_C32ISPUNCT 1" >>confdefs.h + + + +*************** +*** 33808,33814 **** + + + +! printf '%s\n' "#define GNULIB_TEST_C32ISSPACE 1" >>confdefs.h + + + +--- 33654,33660 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_C32ISSPACE 1" >>confdefs.h + + + +*************** +*** 33831,33837 **** + + + +! printf '%s\n' "#define GNULIB_TEST_C32ISUPPER 1" >>confdefs.h + + + +--- 33677,33683 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_C32ISUPPER 1" >>confdefs.h + + + +*************** +*** 33854,33860 **** + + + +! printf '%s\n' "#define GNULIB_TEST_C32ISXDIGIT 1" >>confdefs.h + + + +--- 33700,33706 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_C32ISXDIGIT 1" >>confdefs.h + + + +*************** +*** 33877,33883 **** + + + +! printf '%s\n' "#define GNULIB_TEST_C32TOLOWER 1" >>confdefs.h + + + +--- 33723,33729 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_C32TOLOWER 1" >>confdefs.h + + + +*************** +*** 33900,33906 **** + + + +! printf '%s\n' "#define GNULIB_TEST_C32WIDTH 1" >>confdefs.h + + + +--- 33746,33752 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_C32WIDTH 1" >>confdefs.h + + + +*************** +*** 33912,33918 **** + REPLACE_CALLOC_FOR_CALLOC_GNU="$REPLACE_CALLOC_FOR_CALLOC_POSIX" + if test $REPLACE_CALLOC_FOR_CALLOC_GNU = 0; then + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether calloc (0, n) and calloc (n, 0) return nonnull" >&5 + printf %s "checking whether calloc (0, n) and calloc (n, 0) return nonnull... " >&6; } + if test ${gl_cv_func_calloc_0_nonnull+y} + then : +--- 33758,33764 ---- + REPLACE_CALLOC_FOR_CALLOC_GNU="$REPLACE_CALLOC_FOR_CALLOC_POSIX" + if test $REPLACE_CALLOC_FOR_CALLOC_GNU = 0; then + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether calloc (0, n) and calloc (n, 0) return nonnull" >&5 + printf %s "checking whether calloc (0, n) and calloc (n, 0) return nonnull... " >&6; } + if test ${gl_cv_func_calloc_0_nonnull+y} + then : +*************** +*** 33962,33969 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_calloc_0_nonnull" >&5 +! printf '%s\n' "$gl_cv_func_calloc_0_nonnull" >&6; } + case $gl_cv_func_calloc_0_nonnull in #( + *yes) : + ;; #( +--- 33808,33815 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_calloc_0_nonnull" >&5 +! printf "%s\n" "$gl_cv_func_calloc_0_nonnull" >&6; } + case $gl_cv_func_calloc_0_nonnull in #( + *yes) : + ;; #( +*************** +*** 34000,34006 **** + + + +! printf '%s\n' "#define GNULIB_TEST_CALLOC_GNU 1" >>confdefs.h + + + +--- 33846,33852 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_CALLOC_GNU 1" >>confdefs.h + + + +*************** +*** 34036,34049 **** + + + +! printf '%s\n' "#define GNULIB_TEST_CALLOC_POSIX 1" >>confdefs.h + + + + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for readlinkat" >&5 + printf %s "checking for readlinkat... " >&6; } + if test ${gl_cv_onwards_func_readlinkat+y} + then : +--- 33882,33895 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_CALLOC_POSIX 1" >>confdefs.h + + + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for readlinkat" >&5 + printf %s "checking for readlinkat... " >&6; } + if test ${gl_cv_onwards_func_readlinkat+y} + then : +*************** +*** 34096,34103 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_readlinkat" >&5 +! printf '%s\n' "$gl_cv_onwards_func_readlinkat" >&6; } + + case "$gl_cv_onwards_func_readlinkat" in + future*) ac_cv_func_readlinkat=no ;; +--- 33942,33949 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_readlinkat" >&5 +! printf "%s\n" "$gl_cv_onwards_func_readlinkat" >&6; } + + case "$gl_cv_onwards_func_readlinkat" in + future*) ac_cv_func_readlinkat=no ;; +*************** +*** 34105,34111 **** + esac + if test $ac_cv_func_readlinkat = yes; then + +! printf '%s\n' "#define HAVE_READLINKAT 1" >>confdefs.h + + fi + +--- 33951,33957 ---- + esac + if test $ac_cv_func_readlinkat = yes; then + +! printf "%s\n" "#define HAVE_READLINKAT 1" >>confdefs.h + + fi + +*************** +*** 34125,34137 **** + + + +! printf '%s\n' "#define GNULIB_TEST_CHDIR 1" >>confdefs.h + + + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether this system supports file names of any length" >&5 + printf %s "checking whether this system supports file names of any length... " >&6; } + if test ${gl_cv_have_unlimited_file_name_length+y} + then : +--- 33971,33983 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_CHDIR 1" >>confdefs.h + + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether this system supports file names of any length" >&5 + printf %s "checking whether this system supports file names of any length... " >&6; } + if test ${gl_cv_have_unlimited_file_name_length+y} + then : +*************** +*** 34176,34183 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_have_unlimited_file_name_length" >&5 +! printf '%s\n' "$gl_cv_have_unlimited_file_name_length" >&6; } + + + if test $gl_cv_have_unlimited_file_name_length = no; then +--- 34022,34029 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_have_unlimited_file_name_length" >&5 +! printf "%s\n" "$gl_cv_have_unlimited_file_name_length" >&6; } + + + if test $gl_cv_have_unlimited_file_name_length = no; then +*************** +*** 34225,34231 **** + ;; + *) + gl_saved_libs=$LIBS +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5 + printf %s "checking for library containing clock_gettime... " >&6; } + if test ${ac_cv_search_clock_gettime+y} + then : +--- 34071,34077 ---- + ;; + *) + gl_saved_libs=$LIBS +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5 + printf %s "checking for library containing clock_gettime... " >&6; } + if test ${ac_cv_search_clock_gettime+y} + then : +*************** +*** 34283,34290 **** + LIBS=$ac_func_search_save_LIBS ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5 +! printf '%s\n' "$ac_cv_search_clock_gettime" >&6; } + ac_res=$ac_cv_search_clock_gettime + if test "$ac_res" != no + then : +--- 34129,34136 ---- + LIBS=$ac_func_search_save_LIBS ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5 +! printf "%s\n" "$ac_cv_search_clock_gettime" >&6; } + ac_res=$ac_cv_search_clock_gettime + if test "$ac_res" != no + then : +*************** +*** 34296,34314 **** + ac_fn_c_check_func "$LINENO" "clock_getres" "ac_cv_func_clock_getres" + if test "x$ac_cv_func_clock_getres" = xyes + then : +! printf '%s\n' "#define HAVE_CLOCK_GETRES 1" >>confdefs.h + + fi + ac_fn_c_check_func "$LINENO" "clock_gettime" "ac_cv_func_clock_gettime" + if test "x$ac_cv_func_clock_gettime" = xyes + then : +! printf '%s\n' "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h + + fi + ac_fn_c_check_func "$LINENO" "clock_settime" "ac_cv_func_clock_settime" + if test "x$ac_cv_func_clock_settime" = xyes + then : +! printf '%s\n' "#define HAVE_CLOCK_SETTIME 1" >>confdefs.h + + fi + +--- 34142,34160 ---- + ac_fn_c_check_func "$LINENO" "clock_getres" "ac_cv_func_clock_getres" + if test "x$ac_cv_func_clock_getres" = xyes + then : +! printf "%s\n" "#define HAVE_CLOCK_GETRES 1" >>confdefs.h + + fi + ac_fn_c_check_func "$LINENO" "clock_gettime" "ac_cv_func_clock_gettime" + if test "x$ac_cv_func_clock_gettime" = xyes + then : +! printf "%s\n" "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h + + fi + ac_fn_c_check_func "$LINENO" "clock_settime" "ac_cv_func_clock_settime" + if test "x$ac_cv_func_clock_settime" = xyes + then : +! printf "%s\n" "#define HAVE_CLOCK_SETTIME 1" >>confdefs.h + + fi + +*************** +*** 34322,34328 **** + + + +! printf '%s\n' "#define GNULIB_TEST_CLOEXEC 1" >>confdefs.h + + + +--- 34168,34174 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_CLOEXEC 1" >>confdefs.h + + + +*************** +*** 34355,34367 **** + + + +! printf '%s\n' "#define GNULIB_TEST_CLOSE 1" >>confdefs.h + + + + + +! printf '%s\n' "#define GNULIB_CLOSE 1" >>confdefs.h + + + +--- 34201,34213 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_CLOSE 1" >>confdefs.h + + + + + +! printf "%s\n" "#define GNULIB_CLOSE 1" >>confdefs.h + + + +*************** +*** 34370,34376 **** + ac_fn_c_check_func "$LINENO" "closedir" "ac_cv_func_closedir" + if test "x$ac_cv_func_closedir" = xyes + then : +! printf '%s\n' "#define HAVE_CLOSEDIR 1" >>confdefs.h + + fi + +--- 34216,34222 ---- + ac_fn_c_check_func "$LINENO" "closedir" "ac_cv_func_closedir" + if test "x$ac_cv_func_closedir" = xyes + then : +! printf "%s\n" "#define HAVE_CLOSEDIR 1" >>confdefs.h + + fi + +*************** +*** 34424,34430 **** + + + +! printf '%s\n' "#define GNULIB_TEST_CLOSEDIR 1" >>confdefs.h + + + +--- 34270,34276 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_CLOSEDIR 1" >>confdefs.h + + + +*************** +*** 34436,34442 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for d_type member in directory struct" >&5 + printf %s "checking for d_type member in directory struct... " >&6; } + if test ${gl_cv_struct_dirent_d_type+y} + then : +--- 34282,34288 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for d_type member in directory struct" >&5 + printf %s "checking for d_type member in directory struct... " >&6; } + if test ${gl_cv_struct_dirent_d_type+y} + then : +*************** +*** 34469,34479 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_struct_dirent_d_type" >&5 +! printf '%s\n' "$gl_cv_struct_dirent_d_type" >&6; } + if test $gl_cv_struct_dirent_d_type = yes; then + +! printf '%s\n' "#define HAVE_STRUCT_DIRENT_D_TYPE 1" >>confdefs.h + + fi + +--- 34315,34325 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_struct_dirent_d_type" >&5 +! printf "%s\n" "$gl_cv_struct_dirent_d_type" >&6; } + if test $gl_cv_struct_dirent_d_type = yes; then + +! printf "%s\n" "#define HAVE_STRUCT_DIRENT_D_TYPE 1" >>confdefs.h + + fi + +*************** +*** 34494,34500 **** + ac_fn_c_check_func "$LINENO" "dirfd" "ac_cv_func_dirfd" + if test "x$ac_cv_func_dirfd" = xyes + then : +! printf '%s\n' "#define HAVE_DIRFD 1" >>confdefs.h + + fi + +--- 34340,34346 ---- + ac_fn_c_check_func "$LINENO" "dirfd" "ac_cv_func_dirfd" + if test "x$ac_cv_func_dirfd" = xyes + then : +! printf "%s\n" "#define HAVE_DIRFD 1" >>confdefs.h + + fi + +*************** +*** 34508,34520 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_DIRFD $ac_have_decl" >>confdefs.h + + if test $ac_cv_have_decl_dirfd = no; then + HAVE_DECL_DIRFD=0 + fi + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether dirfd is a macro" >&5 + printf %s "checking whether dirfd is a macro... " >&6; } + if test ${gl_cv_func_dirfd_macro+y} + then : +--- 34354,34366 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_DIRFD $ac_have_decl" >>confdefs.h + + if test $ac_cv_have_decl_dirfd = no; then + HAVE_DECL_DIRFD=0 + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether dirfd is a macro" >&5 + printf %s "checking whether dirfd is a macro... " >&6; } + if test ${gl_cv_func_dirfd_macro+y} + then : +*************** +*** 34541,34548 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_dirfd_macro" >&5 +! printf '%s\n' "$gl_cv_func_dirfd_macro" >&6; } + + if test $ac_cv_func_dirfd = no && test $gl_cv_func_dirfd_macro = no; then + HAVE_DIRFD=0 +--- 34387,34394 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_dirfd_macro" >&5 +! printf "%s\n" "$gl_cv_func_dirfd_macro" >&6; } + + if test $ac_cv_func_dirfd = no && test $gl_cv_func_dirfd_macro = no; then + HAVE_DIRFD=0 +*************** +*** 34571,34577 **** + if test -z "$GL_COND_OBJ_DIRFD_TRUE"; then : + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking how to get the file descriptor associated with an open DIR*" >&5 + printf %s "checking how to get the file descriptor associated with an open DIR*... " >&6; } + if test ${gl_cv_sys_dir_fd_member_name+y} + then : +--- 34417,34423 ---- + if test -z "$GL_COND_OBJ_DIRFD_TRUE"; then : + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to get the file descriptor associated with an open DIR*" >&5 + printf %s "checking how to get the file descriptor associated with an open DIR*... " >&6; } + if test ${gl_cv_sys_dir_fd_member_name+y} + then : +*************** +*** 34611,34621 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_dir_fd_member_name" >&5 +! printf '%s\n' "$gl_cv_sys_dir_fd_member_name" >&6; } + if test $gl_cv_sys_dir_fd_member_name != no_such_member; then + +! printf '%s\n' "#define DIR_FD_MEMBER_NAME $gl_cv_sys_dir_fd_member_name" >>confdefs.h + + fi + +--- 34457,34467 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_dir_fd_member_name" >&5 +! printf "%s\n" "$gl_cv_sys_dir_fd_member_name" >&6; } + if test $gl_cv_sys_dir_fd_member_name != no_such_member; then + +! printf "%s\n" "#define DIR_FD_MEMBER_NAME $gl_cv_sys_dir_fd_member_name" >>confdefs.h + + fi + +*************** +*** 34637,34654 **** + + + +! printf '%s\n' "#define GNULIB_TEST_DIRFD 1" >>confdefs.h + + + + + +! printf '%s\n' "#define GNULIB_DIRNAME 1" >>confdefs.h + + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether // is distinct from /" >&5 + printf %s "checking whether // is distinct from /... " >&6; } + if test ${gl_cv_double_slash_root+y} + then : +--- 34483,34500 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_DIRFD 1" >>confdefs.h + + + + + +! printf "%s\n" "#define GNULIB_DIRNAME 1" >>confdefs.h + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether // is distinct from /" >&5 + printf %s "checking whether // is distinct from /... " >&6; } + if test ${gl_cv_double_slash_root+y} + then : +*************** +*** 34679,34689 **** + fi ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_double_slash_root" >&5 +! printf '%s\n' "$gl_cv_double_slash_root" >&6; } + if test "$gl_cv_double_slash_root" = yes; then + +! printf '%s\n' "#define DOUBLE_SLASH_IS_DISTINCT_ROOT 1" >>confdefs.h + + fi + +--- 34525,34535 ---- + fi ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_double_slash_root" >&5 +! printf "%s\n" "$gl_cv_double_slash_root" >&6; } + if test "$gl_cv_double_slash_root" = yes; then + +! printf "%s\n" "#define DOUBLE_SLASH_IS_DISTINCT_ROOT 1" >>confdefs.h + + fi + +*************** +*** 34707,34713 **** + REPLACE_DUP=1 + fi + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether dup works" >&5 + printf %s "checking whether dup works... " >&6; } + if test ${gl_cv_func_dup_works+y} + then : +--- 34553,34559 ---- + REPLACE_DUP=1 + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether dup works" >&5 + printf %s "checking whether dup works... " >&6; } + if test ${gl_cv_func_dup_works+y} + then : +*************** +*** 34758,34765 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_dup_works" >&5 +! printf '%s\n' "$gl_cv_func_dup_works" >&6; } + case "$gl_cv_func_dup_works" in + *yes) ;; + *) +--- 34604,34611 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_dup_works" >&5 +! printf "%s\n" "$gl_cv_func_dup_works" >&6; } + case "$gl_cv_func_dup_works" in + *yes) ;; + *) +*************** +*** 34801,34814 **** + + + +! printf '%s\n' "#define GNULIB_TEST_DUP 1" >>confdefs.h + + + + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether dup2 works" >&5 + printf %s "checking whether dup2 works... " >&6; } + if test ${gl_cv_func_dup2_works+y} + then : +--- 34647,34660 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_DUP 1" >>confdefs.h + + + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether dup2 works" >&5 + printf %s "checking whether dup2 works... " >&6; } + if test ${gl_cv_func_dup2_works+y} + then : +*************** +*** 34916,34923 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_dup2_works" >&5 +! printf '%s\n' "$gl_cv_func_dup2_works" >&6; } + case "$gl_cv_func_dup2_works" in + *yes) ;; + *) +--- 34762,34769 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_dup2_works" >&5 +! printf "%s\n" "$gl_cv_func_dup2_works" >&6; } + case "$gl_cv_func_dup2_works" in + *yes) ;; + *) +*************** +*** 34925,34931 **** + ac_fn_c_check_func "$LINENO" "setdtablesize" "ac_cv_func_setdtablesize" + if test "x$ac_cv_func_setdtablesize" = xyes + then : +! printf '%s\n' "#define HAVE_SETDTABLESIZE 1" >>confdefs.h + + fi + +--- 34771,34777 ---- + ac_fn_c_check_func "$LINENO" "setdtablesize" "ac_cv_func_setdtablesize" + if test "x$ac_cv_func_setdtablesize" = xyes + then : +! printf "%s\n" "#define HAVE_SETDTABLESIZE 1" >>confdefs.h + + fi + +*************** +*** 34978,34984 **** + + + +! printf '%s\n' "#define GNULIB_TEST_DUP2 1" >>confdefs.h + + + +--- 34824,34830 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_DUP2 1" >>confdefs.h + + + +*************** +*** 34998,35004 **** + + + +! printf '%s\n' "#define GNULIB_TEST_ENVIRON 1" >>confdefs.h + + + +--- 34844,34850 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_ENVIRON 1" >>confdefs.h + + + +*************** +*** 35093,35101 **** + + if test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1; then + +! printf '%s\n' "#define REPLACE_FCHDIR 1" >>confdefs.h + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether open can visit directories" >&5 + printf %s "checking whether open can visit directories... " >&6; } + if test ${gl_cv_func_open_directory_works+y} + then : +--- 34939,34947 ---- + + if test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1; then + +! printf "%s\n" "#define REPLACE_FCHDIR 1" >>confdefs.h + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether open can visit directories" >&5 + printf %s "checking whether open can visit directories... " >&6; } + if test ${gl_cv_func_open_directory_works+y} + then : +*************** +*** 35146,35158 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_open_directory_works" >&5 +! printf '%s\n' "$gl_cv_func_open_directory_works" >&6; } + case "$gl_cv_func_open_directory_works" in + *yes) ;; + *) + +! printf '%s\n' "#define REPLACE_OPEN_DIRECTORY 1" >>confdefs.h + + ;; + esac +--- 34992,35004 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_open_directory_works" >&5 +! printf "%s\n" "$gl_cv_func_open_directory_works" >&6; } + case "$gl_cv_func_open_directory_works" in + *yes) ;; + *) + +! printf "%s\n" "#define REPLACE_OPEN_DIRECTORY 1" >>confdefs.h + + ;; + esac +*************** +*** 35192,35198 **** + + + +! printf '%s\n' "#define GNULIB_TEST_FCHDIR 1" >>confdefs.h + + + +--- 35038,35044 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_FCHDIR 1" >>confdefs.h + + + +*************** +*** 35212,35218 **** + fi + + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether fcntl handles F_DUPFD correctly" >&5 + printf %s "checking whether fcntl handles F_DUPFD correctly... " >&6; } + if test ${gl_cv_func_fcntl_f_dupfd_works+y} + then : +--- 35058,35064 ---- + fi + + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether fcntl handles F_DUPFD correctly" >&5 + printf %s "checking whether fcntl handles F_DUPFD correctly... " >&6; } + if test ${gl_cv_func_fcntl_f_dupfd_works+y} + then : +*************** +*** 35290,35297 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_fcntl_f_dupfd_works" >&5 +! printf '%s\n' "$gl_cv_func_fcntl_f_dupfd_works" >&6; } + case $gl_cv_func_fcntl_f_dupfd_works in + *yes) ;; + *) +--- 35136,35143 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_fcntl_f_dupfd_works" >&5 +! printf "%s\n" "$gl_cv_func_fcntl_f_dupfd_works" >&6; } + case $gl_cv_func_fcntl_f_dupfd_works in + *yes) ;; + *) +*************** +*** 35304,35314 **** + fi + + +! printf '%s\n' "#define FCNTL_DUPFD_BUGGY 1" >>confdefs.h + ;; + esac + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether fcntl understands F_DUPFD_CLOEXEC" >&5 + printf %s "checking whether fcntl understands F_DUPFD_CLOEXEC... " >&6; } + if test ${gl_cv_func_fcntl_f_dupfd_cloexec+y} + then : +--- 35150,35160 ---- + fi + + +! printf "%s\n" "#define FCNTL_DUPFD_BUGGY 1" >>confdefs.h + ;; + esac + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether fcntl understands F_DUPFD_CLOEXEC" >&5 + printf %s "checking whether fcntl understands F_DUPFD_CLOEXEC... " >&6; } + if test ${gl_cv_func_fcntl_f_dupfd_cloexec+y} + then : +*************** +*** 35318,35323 **** +--- 35164,35170 ---- + then : + case "$host_os" in + # Guess no on NetBSD. ++ yggdrasil*) gl_cv_func_fcntl_f_dupfd_cloexec="guessing yes" ;; + netbsd*) gl_cv_func_fcntl_f_dupfd_cloexec="guessing no" ;; + *) gl_cv_func_fcntl_f_dupfd_cloexec="$gl_cross_guess_normal" ;; + esac +*************** +*** 35383,35390 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_fcntl_f_dupfd_cloexec" >&5 +! printf '%s\n' "$gl_cv_func_fcntl_f_dupfd_cloexec" >&6; } + case "$gl_cv_func_fcntl_f_dupfd_cloexec" in + *yes) ;; + *) +--- 35230,35237 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_fcntl_f_dupfd_cloexec" >&5 +! printf "%s\n" "$gl_cv_func_fcntl_f_dupfd_cloexec" >&6; } + case "$gl_cv_func_fcntl_f_dupfd_cloexec" in + *yes) ;; + *) +*************** +*** 35449,35455 **** + + + +! printf '%s\n' "#define GNULIB_TEST_FCNTL 1" >>confdefs.h + + + +--- 35296,35302 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_FCNTL 1" >>confdefs.h + + + +*************** +*** 35476,35482 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_FDOPENDIR $ac_have_decl" >>confdefs.h + if test $ac_have_decl = 1 + then : + +--- 35323,35329 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_FDOPENDIR $ac_have_decl" >>confdefs.h + if test $ac_have_decl = 1 + then : + +*************** +*** 35489,35495 **** + if test $ac_cv_func_fdopendir = no; then + HAVE_FDOPENDIR=0 + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether fdopendir works" >&5 + printf %s "checking whether fdopendir works... " >&6; } + if test ${gl_cv_func_fdopendir_works+y} + then : +--- 35336,35342 ---- + if test $ac_cv_func_fdopendir = no; then + HAVE_FDOPENDIR=0 + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether fdopendir works" >&5 + printf %s "checking whether fdopendir works... " >&6; } + if test ${gl_cv_func_fdopendir_works+y} + then : +*************** +*** 35553,35560 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_fdopendir_works" >&5 +! printf '%s\n' "$gl_cv_func_fdopendir_works" >&6; } + case "$gl_cv_func_fdopendir_works" in + *yes) ;; + *) +--- 35400,35407 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_fdopendir_works" >&5 +! printf "%s\n" "$gl_cv_func_fdopendir_works" >&6; } + case "$gl_cv_func_fdopendir_works" in + *yes) ;; + *) +*************** +*** 35592,35604 **** + + + +! printf '%s\n' "#define GNULIB_TEST_FDOPENDIR 1" >>confdefs.h + + + + + +! printf '%s\n' "#define GNULIB_FDOPENDIR 1" >>confdefs.h + + + +--- 35439,35451 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_FDOPENDIR 1" >>confdefs.h + + + + + +! printf "%s\n" "#define GNULIB_FDOPENDIR 1" >>confdefs.h + + + +*************** +*** 35607,35616 **** + if test "x$ac_cv_member_struct_stat_st_blocks" = xyes + then : + +! printf '%s\n' "#define HAVE_STRUCT_STAT_ST_BLOCKS 1" >>confdefs.h + + +! printf '%s\n' "#define HAVE_ST_BLOCKS 1" >>confdefs.h + + else case e in #( + e) : ;; +--- 35454,35463 ---- + if test "x$ac_cv_member_struct_stat_st_blocks" = xyes + then : + +! printf "%s\n" "#define HAVE_STRUCT_STAT_ST_BLOCKS 1" >>confdefs.h + + +! printf "%s\n" "#define HAVE_ST_BLOCKS 1" >>confdefs.h + + else case e in #( + e) : ;; +*************** +*** 35647,35659 **** + + + +! printf '%s\n' "#define GNULIB_FILENAMECAT 1" >>confdefs.h + + + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for mempcpy" >&5 + printf %s "checking for mempcpy... " >&6; } + if test ${gl_cv_onwards_func_mempcpy+y} + then : +--- 35494,35506 ---- + + + +! printf "%s\n" "#define GNULIB_FILENAMECAT 1" >>confdefs.h + + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for mempcpy" >&5 + printf %s "checking for mempcpy... " >&6; } + if test ${gl_cv_onwards_func_mempcpy+y} + then : +*************** +*** 35706,35713 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_mempcpy" >&5 +! printf '%s\n' "$gl_cv_onwards_func_mempcpy" >&6; } + + case "$gl_cv_onwards_func_mempcpy" in + future*) ac_cv_func_mempcpy=no ;; +--- 35553,35560 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_mempcpy" >&5 +! printf "%s\n" "$gl_cv_onwards_func_mempcpy" >&6; } + + case "$gl_cv_onwards_func_mempcpy" in + future*) ac_cv_func_mempcpy=no ;; +*************** +*** 35715,35728 **** + esac + if test $ac_cv_func_mempcpy = yes; then + +! printf '%s\n' "#define HAVE_MEMPCPY 1" >>confdefs.h + + fi + + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for flexible array member" >&5 + printf %s "checking for flexible array member... " >&6; } + if test ${ac_cv_c_flexmember+y} + then : +--- 35562,35575 ---- + esac + if test $ac_cv_func_mempcpy = yes; then + +! printf "%s\n" "#define HAVE_MEMPCPY 1" >>confdefs.h + + fi + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for flexible array member" >&5 + printf %s "checking for flexible array member... " >&6; } + if test ${ac_cv_c_flexmember+y} + then : +*************** +*** 35761,35774 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_flexmember" >&5 +! printf '%s\n' "$ac_cv_c_flexmember" >&6; } + if test $ac_cv_c_flexmember = yes; then + +! printf '%s\n' "#define FLEXIBLE_ARRAY_MEMBER /**/" >>confdefs.h + + else +! printf '%s\n' "#define FLEXIBLE_ARRAY_MEMBER 1" >>confdefs.h + + fi + +--- 35608,35621 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_flexmember" >&5 +! printf "%s\n" "$ac_cv_c_flexmember" >&6; } + if test $ac_cv_c_flexmember = yes; then + +! printf "%s\n" "#define FLEXIBLE_ARRAY_MEMBER /**/" >>confdefs.h + + else +! printf "%s\n" "#define FLEXIBLE_ARRAY_MEMBER 1" >>confdefs.h + + fi + +*************** +*** 35785,35791 **** + HAVE_FNMATCH=0 + else + gl_fnmatch_cache_var="gl_cv_func_fnmatch_${gl_fnmatch_required_lowercase}" +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for working $gl_fnmatch_required fnmatch" >&5 + printf %s "checking for working $gl_fnmatch_required fnmatch... " >&6; } + if eval test \${$gl_fnmatch_cache_var+y} + then : +--- 35632,35638 ---- + HAVE_FNMATCH=0 + else + gl_fnmatch_cache_var="gl_cv_func_fnmatch_${gl_fnmatch_required_lowercase}" +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for working $gl_fnmatch_required fnmatch" >&5 + printf %s "checking for working $gl_fnmatch_required fnmatch... " >&6; } + if eval test \${$gl_fnmatch_cache_var+y} + then : +*************** +*** 35948,35955 **** + esac + fi + eval ac_res=\$$gl_fnmatch_cache_var +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf '%s\n' "$ac_res" >&6; } + eval "gl_fnmatch_result=\"\$$gl_fnmatch_cache_var\"" + case "$gl_fnmatch_result" in + *yes) ;; +--- 35795,35802 ---- + esac + fi + eval ac_res=\$$gl_fnmatch_cache_var +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf "%s\n" "$ac_res" >&6; } + eval "gl_fnmatch_result=\"\$$gl_fnmatch_cache_var\"" + case "$gl_fnmatch_result" in + *yes) ;; +*************** +*** 36040,36046 **** + + + +! printf '%s\n' "#define GNULIB_TEST_FNMATCH 1" >>confdefs.h + + + +--- 35887,35893 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_FNMATCH 1" >>confdefs.h + + + +*************** +*** 36067,36073 **** + fi + + +! printf '%s\n' "#define GNULIB_FNMATCH_GNU 1" >>confdefs.h + + + +--- 35914,35920 ---- + fi + + +! printf "%s\n" "#define GNULIB_FNMATCH_GNU 1" >>confdefs.h + + + +*************** +*** 36144,36156 **** + + + +! printf '%s\n' "#define GNULIB_TEST_FOPEN 1" >>confdefs.h + + + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether fopen supports the mode character 'x'" >&5 + printf %s "checking whether fopen supports the mode character 'x'... " >&6; } + if test ${gl_cv_func_fopen_mode_x+y} + then : +--- 35991,36003 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_FOPEN 1" >>confdefs.h + + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether fopen supports the mode character 'x'" >&5 + printf %s "checking whether fopen supports the mode character 'x'... " >&6; } + if test ${gl_cv_func_fopen_mode_x+y} + then : +*************** +*** 36206,36214 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_fopen_mode_x" >&5 +! printf '%s\n' "$gl_cv_func_fopen_mode_x" >&6; } +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether fopen supports the mode character 'e'" >&5 + printf %s "checking whether fopen supports the mode character 'e'... " >&6; } + if test ${gl_cv_func_fopen_mode_e+y} + then : +--- 36053,36061 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_fopen_mode_x" >&5 +! printf "%s\n" "$gl_cv_func_fopen_mode_x" >&6; } +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether fopen supports the mode character 'e'" >&5 + printf %s "checking whether fopen supports the mode character 'e'... " >&6; } + if test ${gl_cv_func_fopen_mode_e+y} + then : +*************** +*** 36272,36279 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_fopen_mode_e" >&5 +! printf '%s\n' "$gl_cv_func_fopen_mode_e" >&6; } + REPLACE_FOPEN_FOR_FOPEN_GNU="$REPLACE_FOPEN" + case "$gl_cv_func_fopen_mode_x" in + *no) REPLACE_FOPEN_FOR_FOPEN_GNU=1 ;; +--- 36119,36126 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_fopen_mode_e" >&5 +! printf "%s\n" "$gl_cv_func_fopen_mode_e" >&6; } + REPLACE_FOPEN_FOR_FOPEN_GNU="$REPLACE_FOPEN" + case "$gl_cv_func_fopen_mode_x" in + *no) REPLACE_FOPEN_FOR_FOPEN_GNU=1 ;; +*************** +*** 36297,36303 **** + fi + + +! printf '%s\n' "#define GNULIB_FOPEN_GNU 1" >>confdefs.h + + + +--- 36144,36150 ---- + fi + + +! printf "%s\n" "#define GNULIB_FOPEN_GNU 1" >>confdefs.h + + + +*************** +*** 36315,36328 **** + + + +! printf '%s\n' "#define GNULIB_TEST_FOPEN_GNU 1" >>confdefs.h + + + + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether free is known to preserve errno" >&5 + printf %s "checking whether free is known to preserve errno... " >&6; } + if test ${gl_cv_func_free_preserves_errno+y} + then : +--- 36162,36175 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_FOPEN_GNU 1" >>confdefs.h + + + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether free is known to preserve errno" >&5 + printf %s "checking whether free is known to preserve errno... " >&6; } + if test ${gl_cv_func_free_preserves_errno+y} + then : +*************** +*** 36357,36369 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_free_preserves_errno" >&5 +! printf '%s\n' "$gl_cv_func_free_preserves_errno" >&6; } + + case $gl_cv_func_free_preserves_errno in + *yes) + +! printf '%s\n' "#define HAVE_FREE_POSIX 1" >>confdefs.h + + ;; + *) REPLACE_FREE=1 ;; +--- 36204,36216 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_free_preserves_errno" >&5 +! printf "%s\n" "$gl_cv_func_free_preserves_errno" >&6; } + + case $gl_cv_func_free_preserves_errno in + *yes) + +! printf "%s\n" "#define HAVE_FREE_POSIX 1" >>confdefs.h + + ;; + *) REPLACE_FREE=1 ;; +*************** +*** 36403,36409 **** + + + +! printf '%s\n' "#define GNULIB_TEST_FREE_POSIX 1" >>confdefs.h + + + +--- 36250,36256 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_FREE_POSIX 1" >>confdefs.h + + + +*************** +*** 36415,36421 **** + REPLACE_FREOPEN=1 + ;; + *) +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether freopen works on closed fds" >&5 + printf %s "checking whether freopen works on closed fds... " >&6; } + if test ${gl_cv_func_freopen_works_on_closed+y} + then : +--- 36262,36268 ---- + REPLACE_FREOPEN=1 + ;; + *) +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether freopen works on closed fds" >&5 + printf %s "checking whether freopen works on closed fds... " >&6; } + if test ${gl_cv_func_freopen_works_on_closed+y} + then : +*************** +*** 36461,36468 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_freopen_works_on_closed" >&5 +! printf '%s\n' "$gl_cv_func_freopen_works_on_closed" >&6; } + case $gl_cv_func_freopen_works_on_closed in + *no) REPLACE_FREOPEN=1;; + esac +--- 36308,36315 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_freopen_works_on_closed" >&5 +! printf "%s\n" "$gl_cv_func_freopen_works_on_closed" >&6; } + case $gl_cv_func_freopen_works_on_closed in + *no) REPLACE_FREOPEN=1;; + esac +*************** +*** 36502,36508 **** + + + +! printf '%s\n' "#define GNULIB_TEST_FREOPEN 1" >>confdefs.h + + + +--- 36349,36355 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_FREOPEN 1" >>confdefs.h + + + +*************** +*** 36586,36598 **** + + + +! printf '%s\n' "#define GNULIB_TEST_FSTAT 1" >>confdefs.h + + + + + +! printf '%s\n' "#define GNULIB_FSTAT 1" >>confdefs.h + + + +--- 36433,36445 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_FSTAT 1" >>confdefs.h + + + + + +! printf "%s\n" "#define GNULIB_FSTAT 1" >>confdefs.h + + + +*************** +*** 36605,36611 **** + if test $ac_cv_func_fstatat = no; then + HAVE_FSTATAT=0 + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether fstatat (..., 0) works" >&5 + printf %s "checking whether fstatat (..., 0) works... " >&6; } + if test ${gl_cv_func_fstatat_zero_flag+y} + then : +--- 36452,36458 ---- + if test $ac_cv_func_fstatat = no; then + HAVE_FSTATAT=0 + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether fstatat (..., 0) works" >&5 + printf %s "checking whether fstatat (..., 0) works... " >&6; } + if test ${gl_cv_func_fstatat_zero_flag+y} + then : +*************** +*** 36647,36654 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_fstatat_zero_flag" >&5 +! printf '%s\n' "$gl_cv_func_fstatat_zero_flag" >&6; } + + case $gl_cv_func_fstatat_zero_flag+$gl_cv_func_lstat_dereferences_slashed_symlink in + *yes+*yes) ;; +--- 36494,36501 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_fstatat_zero_flag" >&5 +! printf "%s\n" "$gl_cv_func_fstatat_zero_flag" >&6; } + + case $gl_cv_func_fstatat_zero_flag+$gl_cv_func_lstat_dereferences_slashed_symlink in + *yes+*yes) ;; +*************** +*** 36663,36669 **** + case $REPLACE_FSTATAT,$gl_cv_func_fstatat_zero_flag in + 1,*yes) + +! printf '%s\n' "#define HAVE_WORKING_FSTATAT_ZERO_FLAG 1" >>confdefs.h + + ;; + esac +--- 36510,36516 ---- + case $REPLACE_FSTATAT,$gl_cv_func_fstatat_zero_flag in + 1,*yes) + +! printf "%s\n" "#define HAVE_WORKING_FSTATAT_ZERO_FLAG 1" >>confdefs.h + + ;; + esac +*************** +*** 36698,36710 **** + + + +! printf '%s\n' "#define GNULIB_TEST_FSTATAT 1" >>confdefs.h + + + + + +! printf '%s\n' "#define GNULIB_FSTATAT 1" >>confdefs.h + + + +--- 36545,36557 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_FSTATAT 1" >>confdefs.h + + + + + +! printf "%s\n" "#define GNULIB_FSTATAT 1" >>confdefs.h + + + +*************** +*** 36748,36754 **** + + + +! printf '%s\n' "#define GNULIB_TEST_GETCWD 1" >>confdefs.h + + + +--- 36595,36601 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_GETCWD 1" >>confdefs.h + + + +*************** +*** 36759,36765 **** + + if test $ac_cv_func_getdtablesize = yes && + test $ac_cv_have_decl_getdtablesize = yes; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether getdtablesize works" >&5 + printf %s "checking whether getdtablesize works... " >&6; } + if test ${gl_cv_func_getdtablesize_works+y} + then : +--- 36606,36612 ---- + + if test $ac_cv_func_getdtablesize = yes && + test $ac_cv_have_decl_getdtablesize = yes; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether getdtablesize works" >&5 + printf %s "checking whether getdtablesize works... " >&6; } + if test ${gl_cv_func_getdtablesize_works+y} + then : +*************** +*** 36816,36823 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getdtablesize_works" >&5 +! printf '%s\n' "$gl_cv_func_getdtablesize_works" >&6; } + case "$gl_cv_func_getdtablesize_works" in + *yes | "no (limitation)") ;; + *) REPLACE_GETDTABLESIZE=1 ;; +--- 36663,36670 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getdtablesize_works" >&5 +! printf "%s\n" "$gl_cv_func_getdtablesize_works" >&6; } + case "$gl_cv_func_getdtablesize_works" in + *yes | "no (limitation)") ;; + *) REPLACE_GETDTABLESIZE=1 ;; +*************** +*** 36860,36866 **** + + + +! printf '%s\n' "#define GNULIB_TEST_GETDTABLESIZE 1" >>confdefs.h + + + +--- 36707,36713 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_GETDTABLESIZE 1" >>confdefs.h + + + +*************** +*** 36884,36890 **** + + + +! printf '%s\n' "#define __GETOPT_PREFIX rpl_" >>confdefs.h + + GL_GENERATE_GETOPT_H=true + GL_GENERATE_GETOPT_CDEFS_H=true +--- 36731,36737 ---- + + + +! printf "%s\n" "#define __GETOPT_PREFIX rpl_" >>confdefs.h + + GL_GENERATE_GETOPT_H=true + GL_GENERATE_GETOPT_CDEFS_H=true +*************** +*** 36998,37004 **** + + + +! printf '%s\n' "#define GNULIB_TEST_GETOPT_POSIX 1" >>confdefs.h + + + +--- 36845,36851 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_GETOPT_POSIX 1" >>confdefs.h + + + +*************** +*** 37007,37013 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for getpagesize" >&5 + printf %s "checking for getpagesize... " >&6; } + if test ${gl_cv_func_getpagesize+y} + then : +--- 36854,36860 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for getpagesize" >&5 + printf %s "checking for getpagesize... " >&6; } + if test ${gl_cv_func_getpagesize+y} + then : +*************** +*** 37037,37051 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getpagesize" >&5 +! printf '%s\n' "$gl_cv_func_getpagesize" >&6; } + + if test $gl_cv_func_getpagesize = no; then + HAVE_GETPAGESIZE=0 + ac_fn_c_check_header_compile "$LINENO" "OS.h" "ac_cv_header_OS_h" "$ac_includes_default" + if test "x$ac_cv_header_OS_h" = xyes + then : +! printf '%s\n' "#define HAVE_OS_H 1" >>confdefs.h + + fi + +--- 36884,36898 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getpagesize" >&5 +! printf "%s\n" "$gl_cv_func_getpagesize" >&6; } + + if test $gl_cv_func_getpagesize = no; then + HAVE_GETPAGESIZE=0 + ac_fn_c_check_header_compile "$LINENO" "OS.h" "ac_cv_header_OS_h" "$ac_includes_default" + if test "x$ac_cv_header_OS_h" = xyes + then : +! printf "%s\n" "#define HAVE_OS_H 1" >>confdefs.h + + fi + +*************** +*** 37055,37061 **** + ac_fn_c_check_header_compile "$LINENO" "sys/param.h" "ac_cv_header_sys_param_h" "$ac_includes_default" + if test "x$ac_cv_header_sys_param_h" = xyes + then : +! printf '%s\n' "#define HAVE_SYS_PARAM_H 1" >>confdefs.h + + fi + +--- 36902,36908 ---- + ac_fn_c_check_header_compile "$LINENO" "sys/param.h" "ac_cv_header_sys_param_h" "$ac_includes_default" + if test "x$ac_cv_header_sys_param_h" = xyes + then : +! printf "%s\n" "#define HAVE_SYS_PARAM_H 1" >>confdefs.h + + fi + +*************** +*** 37106,37112 **** + + + +! printf '%s\n' "#define GNULIB_TEST_GETPAGESIZE 1" >>confdefs.h + + + +--- 36953,36959 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_GETPAGESIZE 1" >>confdefs.h + + + +*************** +*** 37116,37122 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for getprogname" >&5 + printf %s "checking for getprogname... " >&6; } + if test ${gl_cv_onwards_func_getprogname+y} + then : +--- 36963,36969 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for getprogname" >&5 + printf %s "checking for getprogname... " >&6; } + if test ${gl_cv_onwards_func_getprogname+y} + then : +*************** +*** 37169,37176 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_getprogname" >&5 +! printf '%s\n' "$gl_cv_onwards_func_getprogname" >&6; } + + case "$gl_cv_onwards_func_getprogname" in + future*) ac_cv_func_getprogname=no ;; +--- 37016,37023 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_getprogname" >&5 +! printf "%s\n" "$gl_cv_onwards_func_getprogname" >&6; } + + case "$gl_cv_onwards_func_getprogname" in + future*) ac_cv_func_getprogname=no ;; +*************** +*** 37178,37184 **** + esac + if test $ac_cv_func_getprogname = yes; then + +! printf '%s\n' "#define HAVE_GETPROGNAME 1" >>confdefs.h + + fi + +--- 37025,37031 ---- + esac + if test $ac_cv_func_getprogname = yes; then + +! printf "%s\n" "#define HAVE_GETPROGNAME 1" >>confdefs.h + + fi + +*************** +*** 37198,37204 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_PROGRAM_INVOCATION_NAME $ac_have_decl" >>confdefs.h + if test $ac_have_decl = 1 + then : + +--- 37045,37051 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_PROGRAM_INVOCATION_NAME $ac_have_decl" >>confdefs.h + if test $ac_have_decl = 1 + then : + +*************** +*** 37237,37243 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_PROGRAM_INVOCATION_NAME $ac_have_decl" >>confdefs.h + if test $ac_have_decl = 1 + then : + ac_found=1 +--- 37084,37090 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_PROGRAM_INVOCATION_NAME $ac_have_decl" >>confdefs.h + if test $ac_have_decl = 1 + then : + ac_found=1 +*************** +*** 37252,37258 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME $ac_have_decl" >>confdefs.h + if test $ac_have_decl = 1 + then : + ac_found=1 +--- 37099,37105 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME $ac_have_decl" >>confdefs.h + if test $ac_have_decl = 1 + then : + ac_found=1 +*************** +*** 37267,37273 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL___ARGV $ac_have_decl" >>confdefs.h + if test $ac_have_decl = 1 + then : + ac_found=1 +--- 37114,37120 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL___ARGV $ac_have_decl" >>confdefs.h + if test $ac_have_decl = 1 + then : + ac_found=1 +*************** +*** 37278,37284 **** + if test $ac_found = 0; then + # On OpenBSD 5.1, using the global __progname variable appears to be + # the only way to implement getprogname. +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether __progname is defined in default libraries" >&5 + printf %s "checking whether __progname is defined in default libraries... " >&6; } + if test ${gl_cv_var___progname+y} + then : +--- 37125,37131 ---- + if test $ac_found = 0; then + # On OpenBSD 5.1, using the global __progname variable appears to be + # the only way to implement getprogname. +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether __progname is defined in default libraries" >&5 + printf %s "checking whether __progname is defined in default libraries... " >&6; } + if test ${gl_cv_var___progname+y} + then : +*************** +*** 37309,37319 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_var___progname" >&5 +! printf '%s\n' "$gl_cv_var___progname" >&6; } + if test "$gl_cv_var___progname" = yes; then + +! printf '%s\n' "#define HAVE_VAR___PROGNAME 1" >>confdefs.h + + fi + fi +--- 37156,37166 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_var___progname" >&5 +! printf "%s\n" "$gl_cv_var___progname" >&6; } + if test "$gl_cv_var___progname" = yes; then + +! printf "%s\n" "#define HAVE_VAR___PROGNAME 1" >>confdefs.h + + fi + fi +*************** +*** 37335,37341 **** + + + +! printf '%s\n' "#define GNULIB_TEST_GETPROGNAME 1" >>confdefs.h + + + +--- 37182,37188 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_GETPROGNAME 1" >>confdefs.h + + + +*************** +*** 37346,37352 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for getrandom" >&5 + printf %s "checking for getrandom... " >&6; } + if test ${gl_cv_onwards_func_getrandom+y} + then : +--- 37193,37199 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for getrandom" >&5 + printf %s "checking for getrandom... " >&6; } + if test ${gl_cv_onwards_func_getrandom+y} + then : +*************** +*** 37404,37411 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_getrandom" >&5 +! printf '%s\n' "$gl_cv_onwards_func_getrandom" >&6; } + + case "$gl_cv_onwards_func_getrandom" in + future*) ac_cv_func_getrandom=no ;; +--- 37251,37258 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_getrandom" >&5 +! printf "%s\n" "$gl_cv_onwards_func_getrandom" >&6; } + + case "$gl_cv_onwards_func_getrandom" in + future*) ac_cv_func_getrandom=no ;; +*************** +*** 37413,37419 **** + esac + if test $ac_cv_func_getrandom = yes; then + +! printf '%s\n' "#define HAVE_GETRANDOM 1" >>confdefs.h + + fi + +--- 37260,37266 ---- + esac + if test $ac_cv_func_getrandom = yes; then + +! printf "%s\n" "#define HAVE_GETRANDOM 1" >>confdefs.h + + fi + +*************** +*** 37424,37430 **** + future*) REPLACE_GETRANDOM=1 ;; + esac + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether getrandom is compatible with its GNU+BSD signature" >&5 + printf %s "checking whether getrandom is compatible with its GNU+BSD signature... " >&6; } + if test ${gl_cv_func_getrandom_ok+y} + then : +--- 37271,37277 ---- + future*) REPLACE_GETRANDOM=1 ;; + esac + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether getrandom is compatible with its GNU+BSD signature" >&5 + printf %s "checking whether getrandom is compatible with its GNU+BSD signature... " >&6; } + if test ${gl_cv_func_getrandom_ok+y} + then : +*************** +*** 37459,37466 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getrandom_ok" >&5 +! printf '%s\n' "$gl_cv_func_getrandom_ok" >&6; } + if test $gl_cv_func_getrandom_ok = no; then + REPLACE_GETRANDOM=1 + fi +--- 37306,37313 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getrandom_ok" >&5 +! printf "%s\n" "$gl_cv_func_getrandom_ok" >&6; } + if test $gl_cv_func_getrandom_ok = no; then + REPLACE_GETRANDOM=1 + fi +*************** +*** 37473,37483 **** + " + if test "x$ac_cv_header_bcrypt_h" = xyes + then : +! printf '%s\n' "#define HAVE_BCRYPT_H 1" >>confdefs.h + + fi + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether the bcrypt library is guaranteed to be present" >&5 + printf %s "checking whether the bcrypt library is guaranteed to be present... " >&6; } + if test ${gl_cv_lib_assume_bcrypt+y} + then : +--- 37320,37330 ---- + " + if test "x$ac_cv_header_bcrypt_h" = xyes + then : +! printf "%s\n" "#define HAVE_BCRYPT_H 1" >>confdefs.h + + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the bcrypt library is guaranteed to be present" >&5 + printf %s "checking whether the bcrypt library is guaranteed to be present... " >&6; } + if test ${gl_cv_lib_assume_bcrypt+y} + then : +*************** +*** 37509,37519 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_lib_assume_bcrypt" >&5 +! printf '%s\n' "$gl_cv_lib_assume_bcrypt" >&6; } + if test $gl_cv_lib_assume_bcrypt = yes; then + +! printf '%s\n' "#define HAVE_LIB_BCRYPT 1" >>confdefs.h + + GETRANDOM_LIB='-lbcrypt' + else +--- 37356,37366 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_lib_assume_bcrypt" >&5 +! printf "%s\n" "$gl_cv_lib_assume_bcrypt" >&6; } + if test $gl_cv_lib_assume_bcrypt = yes; then + +! printf "%s\n" "#define HAVE_LIB_BCRYPT 1" >>confdefs.h + + GETRANDOM_LIB='-lbcrypt' + else +*************** +*** 37556,37562 **** + + + +! printf '%s\n' "#define GNULIB_TEST_GETRANDOM 1" >>confdefs.h + + + +--- 37403,37409 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_GETRANDOM 1" >>confdefs.h + + + +*************** +*** 37569,37575 **** + + if test $gl_cv_func_timespec_get = yes; then + +! printf '%s\n' "#define HAVE_TIMESPEC_GET 1" >>confdefs.h + + fi + +--- 37416,37422 ---- + + if test $gl_cv_func_timespec_get = yes; then + +! printf "%s\n" "#define HAVE_TIMESPEC_GET 1" >>confdefs.h + + fi + +*************** +*** 37584,37590 **** + if test $ac_cv_func_gettimeofday != yes; then + HAVE_GETTIMEOFDAY=0 + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for gettimeofday with POSIX signature" >&5 + printf %s "checking for gettimeofday with POSIX signature... " >&6; } + if test ${gl_cv_func_gettimeofday_posix_signature+y} + then : +--- 37431,37437 ---- + if test $ac_cv_func_gettimeofday != yes; then + HAVE_GETTIMEOFDAY=0 + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gettimeofday with POSIX signature" >&5 + printf %s "checking for gettimeofday with POSIX signature... " >&6; } + if test ${gl_cv_func_gettimeofday_posix_signature+y} + then : +*************** +*** 37643,37650 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_gettimeofday_posix_signature" >&5 +! printf '%s\n' "$gl_cv_func_gettimeofday_posix_signature" >&6; } + if test $gl_cv_func_gettimeofday_posix_signature = almost; then + gl_gettimeofday_timezone='struct timezone' + elif test $gl_cv_func_gettimeofday_posix_signature != yes; then +--- 37490,37497 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_gettimeofday_posix_signature" >&5 +! printf "%s\n" "$gl_cv_func_gettimeofday_posix_signature" >&6; } + if test $gl_cv_func_gettimeofday_posix_signature = almost; then + gl_gettimeofday_timezone='struct timezone' + elif test $gl_cv_func_gettimeofday_posix_signature != yes; then +*************** +*** 37658,37664 **** + esac + fi + +! printf '%s\n' "#define GETTIMEOFDAY_TIMEZONE $gl_gettimeofday_timezone" >>confdefs.h + + + +--- 37505,37511 ---- + esac + fi + +! printf "%s\n" "#define GETTIMEOFDAY_TIMEZONE $gl_gettimeofday_timezone" >>confdefs.h + + + +*************** +*** 37695,37701 **** + + + +! printf '%s\n' "#define GNULIB_TEST_GETTIMEOFDAY 1" >>confdefs.h + + + +--- 37542,37548 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_GETTIMEOFDAY 1" >>confdefs.h + + + +*************** +*** 37765,37771 **** + prefix="${gl_saved_prefix}" + + +! printf '%s\n' "#define GNULIB_LOCALEDIR ${GNULIB_LOCALEDIR_c}" >>confdefs.h + + + # Autoconf 2.61a.99 and earlier don't support linking a file only +--- 37612,37618 ---- + prefix="${gl_saved_prefix}" + + +! printf "%s\n" "#define GNULIB_LOCALEDIR ${GNULIB_LOCALEDIR_c}" >>confdefs.h + + + # Autoconf 2.61a.99 and earlier don't support linking a file only +*************** +*** 37785,37791 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether the compiler generally respects inline" >&5 + printf %s "checking whether the compiler generally respects inline... " >&6; } + if test ${gl_cv_c_inline_effective+y} + then : +--- 37632,37638 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler generally respects inline" >&5 + printf %s "checking whether the compiler generally respects inline... " >&6; } + if test ${gl_cv_c_inline_effective+y} + then : +*************** +*** 37819,37829 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_c_inline_effective" >&5 +! printf '%s\n' "$gl_cv_c_inline_effective" >&6; } + if test $gl_cv_c_inline_effective = yes; then + +! printf '%s\n' "#define HAVE_INLINE 1" >>confdefs.h + + fi + +--- 37666,37676 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_c_inline_effective" >&5 +! printf "%s\n" "$gl_cv_c_inline_effective" >&6; } + if test $gl_cv_c_inline_effective = yes; then + +! printf "%s\n" "#define HAVE_INLINE 1" >>confdefs.h + + fi + +*************** +*** 37860,37866 **** + + + +! printf '%s\n' "#define GNULIB_ISBLANK 1" >>confdefs.h + + + +--- 37707,37713 ---- + + + +! printf "%s\n" "#define GNULIB_ISBLANK 1" >>confdefs.h + + + +*************** +*** 37883,37889 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for iswblank" >&5 + printf %s "checking for iswblank... " >&6; } + if test ${gl_cv_onwards_func_iswblank+y} + then : +--- 37730,37736 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for iswblank" >&5 + printf %s "checking for iswblank... " >&6; } + if test ${gl_cv_onwards_func_iswblank+y} + then : +*************** +*** 37936,37943 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_iswblank" >&5 +! printf '%s\n' "$gl_cv_onwards_func_iswblank" >&6; } + + case "$gl_cv_onwards_func_iswblank" in + future*) ac_cv_func_iswblank=no ;; +--- 37783,37790 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_iswblank" >&5 +! printf "%s\n" "$gl_cv_onwards_func_iswblank" >&6; } + + case "$gl_cv_onwards_func_iswblank" in + future*) ac_cv_func_iswblank=no ;; +*************** +*** 37945,37951 **** + esac + if test $ac_cv_func_iswblank = yes; then + +! printf '%s\n' "#define HAVE_ISWBLANK 1" >>confdefs.h + + fi + +--- 37792,37798 ---- + esac + if test $ac_cv_func_iswblank = yes; then + +! printf "%s\n" "#define HAVE_ISWBLANK 1" >>confdefs.h + + fi + +*************** +*** 37962,37968 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_ISWBLANK $ac_have_decl" >>confdefs.h + + if test $ac_cv_func_iswblank = no; then + HAVE_ISWBLANK=0 +--- 37809,37815 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_ISWBLANK $ac_have_decl" >>confdefs.h + + if test $ac_cv_func_iswblank = no; then + HAVE_ISWBLANK=0 +*************** +*** 38012,38018 **** + + + +! printf '%s\n' "#define GNULIB_TEST_ISWBLANK 1" >>confdefs.h + + + +--- 37859,37865 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_ISWBLANK 1" >>confdefs.h + + + +*************** +*** 38050,38056 **** + + + +! printf '%s\n' "#define GNULIB_TEST_ISWCTYPE 1" >>confdefs.h + + + +--- 37897,37903 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_ISWCTYPE 1" >>confdefs.h + + + +*************** +*** 38066,38072 **** + if test $HAVE_ISWCNTRL = 0 || test $REPLACE_ISWCNTRL = 1; then + REPLACE_ISWDIGIT="$REPLACE_ISWCNTRL" + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether iswdigit is ISO C compliant" >&5 + printf %s "checking whether iswdigit is ISO C compliant... " >&6; } + if test ${gl_cv_func_iswdigit_works+y} + then : +--- 37913,37919 ---- + if test $HAVE_ISWCNTRL = 0 || test $REPLACE_ISWCNTRL = 1; then + REPLACE_ISWDIGIT="$REPLACE_ISWCNTRL" + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether iswdigit is ISO C compliant" >&5 + printf %s "checking whether iswdigit is ISO C compliant... " >&6; } + if test ${gl_cv_func_iswdigit_works+y} + then : +*************** +*** 38177,38184 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_iswdigit_works" >&5 +! printf '%s\n' "$gl_cv_func_iswdigit_works" >&6; } + case "$gl_cv_func_iswdigit_works" in + *yes) ;; + *) REPLACE_ISWDIGIT=1 ;; +--- 38024,38031 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_iswdigit_works" >&5 +! printf "%s\n" "$gl_cv_func_iswdigit_works" >&6; } + case "$gl_cv_func_iswdigit_works" in + *yes) ;; + *) REPLACE_ISWDIGIT=1 ;; +*************** +*** 38214,38220 **** + + + +! printf '%s\n' "#define GNULIB_TEST_ISWDIGIT 1" >>confdefs.h + + + +--- 38061,38067 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_ISWDIGIT 1" >>confdefs.h + + + +*************** +*** 38225,38231 **** + if test $HAVE_ISWCNTRL = 0 || test $REPLACE_ISWCNTRL = 1; then + REPLACE_ISWPUNCT="$REPLACE_ISWCNTRL" + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether iswpunct is consistent with ispunct" >&5 + printf %s "checking whether iswpunct is consistent with ispunct... " >&6; } + if test ${gl_cv_func_iswpunct_works+y} + then : +--- 38072,38078 ---- + if test $HAVE_ISWCNTRL = 0 || test $REPLACE_ISWCNTRL = 1; then + REPLACE_ISWPUNCT="$REPLACE_ISWCNTRL" + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether iswpunct is consistent with ispunct" >&5 + printf %s "checking whether iswpunct is consistent with ispunct... " >&6; } + if test ${gl_cv_func_iswpunct_works+y} + then : +*************** +*** 38272,38279 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_iswpunct_works" >&5 +! printf '%s\n' "$gl_cv_func_iswpunct_works" >&6; } + case "$gl_cv_func_iswpunct_works" in + *yes) ;; + *) REPLACE_ISWPUNCT=1 ;; +--- 38119,38126 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_iswpunct_works" >&5 +! printf "%s\n" "$gl_cv_func_iswpunct_works" >&6; } + case "$gl_cv_func_iswpunct_works" in + *yes) ;; + *) REPLACE_ISWPUNCT=1 ;; +*************** +*** 38309,38315 **** + + + +! printf '%s\n' "#define GNULIB_TEST_ISWPUNCT 1" >>confdefs.h + + + +--- 38156,38162 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_ISWPUNCT 1" >>confdefs.h + + + +*************** +*** 38324,38330 **** + if test $HAVE_ISWCNTRL = 0 || test $REPLACE_ISWCNTRL = 1; then + REPLACE_ISWXDIGIT="$REPLACE_ISWCNTRL" + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether iswxdigit is ISO C compliant" >&5 + printf %s "checking whether iswxdigit is ISO C compliant... " >&6; } + if test ${gl_cv_func_iswxdigit_works+y} + then : +--- 38171,38177 ---- + if test $HAVE_ISWCNTRL = 0 || test $REPLACE_ISWCNTRL = 1; then + REPLACE_ISWXDIGIT="$REPLACE_ISWCNTRL" + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether iswxdigit is ISO C compliant" >&5 + printf %s "checking whether iswxdigit is ISO C compliant... " >&6; } + if test ${gl_cv_func_iswxdigit_works+y} + then : +*************** +*** 38426,38433 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_iswxdigit_works" >&5 +! printf '%s\n' "$gl_cv_func_iswxdigit_works" >&6; } + case "$gl_cv_func_iswxdigit_works" in + *yes) ;; + *) REPLACE_ISWXDIGIT=1 ;; +--- 38273,38280 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_iswxdigit_works" >&5 +! printf "%s\n" "$gl_cv_func_iswxdigit_works" >&6; } + case "$gl_cv_func_iswxdigit_works" in + *yes) ;; + *) REPLACE_ISWXDIGIT=1 ;; +*************** +*** 38463,38469 **** + + + +! printf '%s\n' "#define GNULIB_TEST_ISWXDIGIT 1" >>confdefs.h + + + +--- 38310,38316 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_ISWXDIGIT 1" >>confdefs.h + + + +*************** +*** 38476,38482 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports the __inline keyword" >&5 + printf %s "checking whether the compiler supports the __inline keyword... " >&6; } + if test ${gl_cv_c___inline+y} + then : +--- 38323,38329 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports the __inline keyword" >&5 + printf %s "checking whether the compiler supports the __inline keyword... " >&6; } + if test ${gl_cv_c___inline+y} + then : +*************** +*** 38504,38514 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_c___inline" >&5 +! printf '%s\n' "$gl_cv_c___inline" >&6; } + if test $gl_cv_c___inline = yes; then + +! printf '%s\n' "#define HAVE___INLINE 1" >>confdefs.h + + fi + +--- 38351,38361 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_c___inline" >&5 +! printf "%s\n" "$gl_cv_c___inline" >&6; } + if test $gl_cv_c___inline = yes; then + +! printf "%s\n" "#define HAVE___INLINE 1" >>confdefs.h + + fi + +*************** +*** 38566,38572 **** + REPLACE_LOCALECONV=1 + fi + if test $REPLACE_LOCALECONV = 0; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether localeconv works" >&5 + printf %s "checking whether localeconv works... " >&6; } + if test ${gl_cv_func_localeconv_works+y} + then : +--- 38413,38419 ---- + REPLACE_LOCALECONV=1 + fi + if test $REPLACE_LOCALECONV = 0; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether localeconv works" >&5 + printf %s "checking whether localeconv works... " >&6; } + if test ${gl_cv_func_localeconv_works+y} + then : +*************** +*** 38613,38620 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_localeconv_works" >&5 +! printf '%s\n' "$gl_cv_func_localeconv_works" >&6; } + case "$gl_cv_func_localeconv_works" in + *yes) ;; + *) REPLACE_LOCALECONV=1 ;; +--- 38460,38467 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_localeconv_works" >&5 +! printf "%s\n" "$gl_cv_func_localeconv_works" >&6; } + case "$gl_cv_func_localeconv_works" in + *yes) ;; + *) REPLACE_LOCALECONV=1 ;; +*************** +*** 38643,38649 **** + if test "x$ac_cv_member_struct_lconv_decimal_point" = xyes + then : + +! printf '%s\n' "#define HAVE_STRUCT_LCONV_DECIMAL_POINT 1" >>confdefs.h + + + fi +--- 38490,38496 ---- + if test "x$ac_cv_member_struct_lconv_decimal_point" = xyes + then : + +! printf "%s\n" "#define HAVE_STRUCT_LCONV_DECIMAL_POINT 1" >>confdefs.h + + + fi +*************** +*** 38653,38659 **** + if test "x$ac_cv_member_struct_lconv_int_p_cs_precedes" = xyes + then : + +! printf '%s\n' "#define HAVE_STRUCT_LCONV_INT_P_CS_PRECEDES 1" >>confdefs.h + + + fi +--- 38500,38506 ---- + if test "x$ac_cv_member_struct_lconv_int_p_cs_precedes" = xyes + then : + +! printf "%s\n" "#define HAVE_STRUCT_LCONV_INT_P_CS_PRECEDES 1" >>confdefs.h + + + fi +*************** +*** 38676,38688 **** + + + +! printf '%s\n' "#define GNULIB_TEST_LOCALECONV 1" >>confdefs.h + + + + + +! printf '%s\n' "#define GNULIB_LOCALECONV 1" >>confdefs.h + + + +--- 38523,38535 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_LOCALECONV 1" >>confdefs.h + + + + + +! printf "%s\n" "#define GNULIB_LOCALECONV 1" >>confdefs.h + + + +*************** +*** 38716,38729 **** + then : + has_rwlock=true + +! printf '%s\n' "#define HAVE_PTHREAD_RWLOCK 1" >>confdefs.h + + fi + + if $has_rwlock; then + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether pthread_rwlock_rdlock prefers a writer to a reader" >&5 + printf %s "checking whether pthread_rwlock_rdlock prefers a writer to a reader... " >&6; } + if test ${gl_cv_pthread_rwlock_rdlock_prefer_writer+y} + then : +--- 38563,38576 ---- + then : + has_rwlock=true + +! printf "%s\n" "#define HAVE_PTHREAD_RWLOCK 1" >>confdefs.h + + fi + + if $has_rwlock; then + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether pthread_rwlock_rdlock prefers a writer to a reader" >&5 + printf %s "checking whether pthread_rwlock_rdlock prefers a writer to a reader... " >&6; } + if test ${gl_cv_pthread_rwlock_rdlock_prefer_writer+y} + then : +*************** +*** 38884,38895 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_pthread_rwlock_rdlock_prefer_writer" >&5 +! printf '%s\n' "$gl_cv_pthread_rwlock_rdlock_prefer_writer" >&6; } + case "$gl_cv_pthread_rwlock_rdlock_prefer_writer" in + *yes) + +! printf '%s\n' "#define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1" >>confdefs.h + + ;; + esac +--- 38731,38742 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_pthread_rwlock_rdlock_prefer_writer" >&5 +! printf "%s\n" "$gl_cv_pthread_rwlock_rdlock_prefer_writer" >&6; } + case "$gl_cv_pthread_rwlock_rdlock_prefer_writer" in + *yes) + +! printf "%s\n" "#define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1" >>confdefs.h + + ;; + esac +*************** +*** 38921,38927 **** + if ac_fn_c_try_compile "$LINENO" + then : + +! printf '%s\n' "#define HAVE_PTHREAD_MUTEX_RECURSIVE 1" >>confdefs.h + + fi + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +--- 38768,38774 ---- + if ac_fn_c_try_compile "$LINENO" + then : + +! printf "%s\n" "#define HAVE_PTHREAD_MUTEX_RECURSIVE 1" >>confdefs.h + + fi + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +*************** +*** 38930,38936 **** + + + +! printf '%s\n' "#define GNULIB_LOCK 1" >>confdefs.h + + + +--- 38777,38783 ---- + + + +! printf "%s\n" "#define GNULIB_LOCK 1" >>confdefs.h + + + +*************** +*** 38982,38994 **** + + + +! printf '%s\n' "#define GNULIB_TEST_LSTAT 1" >>confdefs.h + + + + + +! printf '%s\n' "#define GNULIB_LSTAT 1" >>confdefs.h + + + +--- 38829,38841 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_LSTAT 1" >>confdefs.h + + + + + +! printf "%s\n" "#define GNULIB_LSTAT 1" >>confdefs.h + + + +*************** +*** 39033,39039 **** + + + +! printf '%s\n' "#define GNULIB_TEST_MALLOC_GNU 1" >>confdefs.h + + + +--- 38880,38886 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_MALLOC_GNU 1" >>confdefs.h + + + +*************** +*** 39065,39071 **** + + + +! printf '%s\n' "#define GNULIB_TEST_MALLOC_POSIX 1" >>confdefs.h + + + +--- 38912,38918 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_MALLOC_POSIX 1" >>confdefs.h + + + +*************** +*** 39090,39096 **** + else + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether mbrtoc32 works on empty input" >&5 + printf %s "checking whether mbrtoc32 works on empty input... " >&6; } + if test ${gl_cv_func_mbrtoc32_empty_input+y} + then : +--- 38937,38943 ---- + else + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether mbrtoc32 works on empty input" >&5 + printf %s "checking whether mbrtoc32 works on empty input... " >&6; } + if test ${gl_cv_func_mbrtoc32_empty_input+y} + then : +*************** +*** 39140,39150 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtoc32_empty_input" >&5 +! printf '%s\n' "$gl_cv_func_mbrtoc32_empty_input" >&6; } + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether the C locale is free of encoding errors" >&5 + printf %s "checking whether the C locale is free of encoding errors... " >&6; } + if test ${gl_cv_func_mbrtoc32_C_locale_sans_EILSEQ+y} + then : +--- 38987,38997 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtoc32_empty_input" >&5 +! printf "%s\n" "$gl_cv_func_mbrtoc32_empty_input" >&6; } + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C locale is free of encoding errors" >&5 + printf %s "checking whether the C locale is free of encoding errors... " >&6; } + if test ${gl_cv_func_mbrtoc32_C_locale_sans_EILSEQ+y} + then : +*************** +*** 39206,39216 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtoc32_C_locale_sans_EILSEQ" >&5 +! printf '%s\n' "$gl_cv_func_mbrtoc32_C_locale_sans_EILSEQ" >&6; } + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether mbrtoc32 works in an UTF-8 locale" >&5 + printf %s "checking whether mbrtoc32 works in an UTF-8 locale... " >&6; } + if test ${gl_cv_func_mbrtoc32_utf8_locale_works+y} + then : +--- 39053,39063 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtoc32_C_locale_sans_EILSEQ" >&5 +! printf "%s\n" "$gl_cv_func_mbrtoc32_C_locale_sans_EILSEQ" >&6; } + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether mbrtoc32 works in an UTF-8 locale" >&5 + printf %s "checking whether mbrtoc32 works in an UTF-8 locale... " >&6; } + if test ${gl_cv_func_mbrtoc32_utf8_locale_works+y} + then : +*************** +*** 39276,39288 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtoc32_utf8_locale_works" >&5 +! printf '%s\n' "$gl_cv_func_mbrtoc32_utf8_locale_works" >&6; } + + case "$gl_cv_func_mbrtoc32_empty_input" in + *yes) ;; + *) +! printf '%s\n' "#define MBRTOC32_EMPTY_INPUT_BUG 1" >>confdefs.h + + REPLACE_MBRTOC32=1 + ;; +--- 39123,39135 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtoc32_utf8_locale_works" >&5 +! printf "%s\n" "$gl_cv_func_mbrtoc32_utf8_locale_works" >&6; } + + case "$gl_cv_func_mbrtoc32_empty_input" in + *yes) ;; + *) +! printf "%s\n" "#define MBRTOC32_EMPTY_INPUT_BUG 1" >>confdefs.h + + REPLACE_MBRTOC32=1 + ;; +*************** +*** 39290,39296 **** + case "$gl_cv_func_mbrtoc32_C_locale_sans_EILSEQ" in + *yes) ;; + *) +! printf '%s\n' "#define MBRTOC32_IN_C_LOCALE_MAYBE_EILSEQ 1" >>confdefs.h + + REPLACE_MBRTOC32=1 + ;; +--- 39137,39143 ---- + case "$gl_cv_func_mbrtoc32_C_locale_sans_EILSEQ" in + *yes) ;; + *) +! printf "%s\n" "#define MBRTOC32_IN_C_LOCALE_MAYBE_EILSEQ 1" >>confdefs.h + + REPLACE_MBRTOC32=1 + ;; +*************** +*** 39298,39304 **** + case "$gl_cv_func_mbrtoc32_utf8_locale_works" in + *yes) ;; + *) +! printf '%s\n' "#define MBRTOC32_MULTIBYTE_LOCALE_BUG 1" >>confdefs.h + + REPLACE_MBRTOC32=1 + LOCALE_ZH_CN=none +--- 39145,39151 ---- + case "$gl_cv_func_mbrtoc32_utf8_locale_works" in + *yes) ;; + *) +! printf "%s\n" "#define MBRTOC32_MULTIBYTE_LOCALE_BUG 1" >>confdefs.h + + REPLACE_MBRTOC32=1 + LOCALE_ZH_CN=none +*************** +*** 39353,39359 **** + CFLAG_VISIBILITY= + HAVE_VISIBILITY=0 + if test -n "$GCC"; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether the -Werror option is usable" >&5 + printf %s "checking whether the -Werror option is usable... " >&6; } + if test ${gl_cv_cc_vis_werror+y} + then : +--- 39200,39206 ---- + CFLAG_VISIBILITY= + HAVE_VISIBILITY=0 + if test -n "$GCC"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the -Werror option is usable" >&5 + printf %s "checking whether the -Werror option is usable... " >&6; } + if test ${gl_cv_cc_vis_werror+y} + then : +*************** +*** 39384,39392 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_vis_werror" >&5 +! printf '%s\n' "$gl_cv_cc_vis_werror" >&6; } +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for simple visibility declarations" >&5 + printf %s "checking for simple visibility declarations... " >&6; } + if test ${gl_cv_cc_visibility+y} + then : +--- 39231,39239 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_vis_werror" >&5 +! printf "%s\n" "$gl_cv_cc_vis_werror" >&6; } +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for simple visibility declarations" >&5 + printf %s "checking for simple visibility declarations... " >&6; } + if test ${gl_cv_cc_visibility+y} + then : +*************** +*** 39430,39437 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_visibility" >&5 +! printf '%s\n' "$gl_cv_cc_visibility" >&6; } + if test $gl_cv_cc_visibility = yes; then + CFLAG_VISIBILITY="-fvisibility=hidden" + HAVE_VISIBILITY=1 +--- 39277,39284 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_visibility" >&5 +! printf "%s\n" "$gl_cv_cc_visibility" >&6; } + if test $gl_cv_cc_visibility = yes; then + CFLAG_VISIBILITY="-fvisibility=hidden" + HAVE_VISIBILITY=1 +*************** +*** 39440,39446 **** + + + +! printf '%s\n' "#define HAVE_VISIBILITY $HAVE_VISIBILITY" >>confdefs.h + + + +--- 39287,39293 ---- + + + +! printf "%s\n" "#define HAVE_VISIBILITY $HAVE_VISIBILITY" >>confdefs.h + + + +*************** +*** 39466,39472 **** + + + +! printf '%s\n' "#define GNULIB_TEST_MBRTOC32 1" >>confdefs.h + + + +--- 39313,39319 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_MBRTOC32 1" >>confdefs.h + + + +*************** +*** 39492,39498 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_MBRTOWC $ac_have_decl" >>confdefs.h + + if test $ac_cv_have_decl_mbrtowc = yes; then + REPLACE_MBRTOWC=1 +--- 39339,39345 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_MBRTOWC $ac_have_decl" >>confdefs.h + + if test $ac_cv_have_decl_mbrtowc = yes; then + REPLACE_MBRTOWC=1 +*************** +*** 39504,39510 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc handles a NULL pwc argument" >&5 + printf %s "checking whether mbrtowc handles a NULL pwc argument... " >&6; } + if test ${gl_cv_func_mbrtowc_null_arg1+y} + then : +--- 39351,39357 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc handles a NULL pwc argument" >&5 + printf %s "checking whether mbrtowc handles a NULL pwc argument... " >&6; } + if test ${gl_cv_func_mbrtowc_null_arg1+y} + then : +*************** +*** 39574,39586 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_null_arg1" >&5 +! printf '%s\n' "$gl_cv_func_mbrtowc_null_arg1" >&6; } + + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc handles a NULL string argument" >&5 + printf %s "checking whether mbrtowc handles a NULL string argument... " >&6; } + if test ${gl_cv_func_mbrtowc_null_arg2+y} + then : +--- 39421,39433 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_null_arg1" >&5 +! printf "%s\n" "$gl_cv_func_mbrtowc_null_arg1" >&6; } + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc handles a NULL string argument" >&5 + printf %s "checking whether mbrtowc handles a NULL string argument... " >&6; } + if test ${gl_cv_func_mbrtowc_null_arg2+y} + then : +*************** +*** 39638,39652 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_null_arg2" >&5 +! printf '%s\n' "$gl_cv_func_mbrtowc_null_arg2" >&6; } + + + + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc has a correct return value" >&5 + printf %s "checking whether mbrtowc has a correct return value... " >&6; } + if test ${gl_cv_func_mbrtowc_retval+y} + then : +--- 39485,39499 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_null_arg2" >&5 +! printf "%s\n" "$gl_cv_func_mbrtowc_null_arg2" >&6; } + + + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc has a correct return value" >&5 + printf %s "checking whether mbrtowc has a correct return value... " >&6; } + if test ${gl_cv_func_mbrtowc_retval+y} + then : +*************** +*** 39779,39791 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_retval" >&5 +! printf '%s\n' "$gl_cv_func_mbrtowc_retval" >&6; } + + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc returns 0 when parsing a NUL character" >&5 + printf %s "checking whether mbrtowc returns 0 when parsing a NUL character... " >&6; } + if test ${gl_cv_func_mbrtowc_nul_retval+y} + then : +--- 39626,39638 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_retval" >&5 +! printf "%s\n" "$gl_cv_func_mbrtowc_retval" >&6; } + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc returns 0 when parsing a NUL character" >&5 + printf %s "checking whether mbrtowc returns 0 when parsing a NUL character... " >&6; } + if test ${gl_cv_func_mbrtowc_nul_retval+y} + then : +*************** +*** 39840,39851 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_nul_retval" >&5 +! printf '%s\n' "$gl_cv_func_mbrtowc_nul_retval" >&6; } + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc stores incomplete characters" >&5 + printf %s "checking whether mbrtowc stores incomplete characters... " >&6; } + if test ${gl_cv_func_mbrtowc_stores_incomplete+y} + then : +--- 39687,39698 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_nul_retval" >&5 +! printf "%s\n" "$gl_cv_func_mbrtowc_nul_retval" >&6; } + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc stores incomplete characters" >&5 + printf %s "checking whether mbrtowc stores incomplete characters... " >&6; } + if test ${gl_cv_func_mbrtowc_stores_incomplete+y} + then : +*************** +*** 39974,39985 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_stores_incomplete" >&5 +! printf '%s\n' "$gl_cv_func_mbrtowc_stores_incomplete" >&6; } + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc works on empty input" >&5 + printf %s "checking whether mbrtowc works on empty input... " >&6; } + if test ${gl_cv_func_mbrtowc_empty_input+y} + then : +--- 39821,39832 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_stores_incomplete" >&5 +! printf "%s\n" "$gl_cv_func_mbrtowc_stores_incomplete" >&6; } + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc works on empty input" >&5 + printf %s "checking whether mbrtowc works on empty input... " >&6; } + if test ${gl_cv_func_mbrtowc_empty_input+y} + then : +*************** +*** 40025,40035 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_empty_input" >&5 +! printf '%s\n' "$gl_cv_func_mbrtowc_empty_input" >&6; } + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether the C locale is free of encoding errors" >&5 + printf %s "checking whether the C locale is free of encoding errors... " >&6; } + if test ${gl_cv_func_mbrtowc_C_locale_sans_EILSEQ+y} + then : +--- 39872,39882 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_empty_input" >&5 +! printf "%s\n" "$gl_cv_func_mbrtowc_empty_input" >&6; } + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C locale is free of encoding errors" >&5 + printf %s "checking whether the C locale is free of encoding errors... " >&6; } + if test ${gl_cv_func_mbrtowc_C_locale_sans_EILSEQ+y} + then : +*************** +*** 40088,40100 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_C_locale_sans_EILSEQ" >&5 +! printf '%s\n' "$gl_cv_func_mbrtowc_C_locale_sans_EILSEQ" >&6; } + + case "$gl_cv_func_mbrtowc_null_arg1" in + *yes) ;; + *) +! printf '%s\n' "#define MBRTOWC_NULL_ARG1_BUG 1" >>confdefs.h + + REPLACE_MBRTOWC=1 + ;; +--- 39935,39947 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_C_locale_sans_EILSEQ" >&5 +! printf "%s\n" "$gl_cv_func_mbrtowc_C_locale_sans_EILSEQ" >&6; } + + case "$gl_cv_func_mbrtowc_null_arg1" in + *yes) ;; + *) +! printf "%s\n" "#define MBRTOWC_NULL_ARG1_BUG 1" >>confdefs.h + + REPLACE_MBRTOWC=1 + ;; +*************** +*** 40102,40108 **** + case "$gl_cv_func_mbrtowc_null_arg2" in + *yes) ;; + *) +! printf '%s\n' "#define MBRTOWC_NULL_ARG2_BUG 1" >>confdefs.h + + REPLACE_MBRTOWC=1 + ;; +--- 39949,39955 ---- + case "$gl_cv_func_mbrtowc_null_arg2" in + *yes) ;; + *) +! printf "%s\n" "#define MBRTOWC_NULL_ARG2_BUG 1" >>confdefs.h + + REPLACE_MBRTOWC=1 + ;; +*************** +*** 40110,40116 **** + case "$gl_cv_func_mbrtowc_retval" in + *yes) ;; + *) +! printf '%s\n' "#define MBRTOWC_RETVAL_BUG 1" >>confdefs.h + + REPLACE_MBRTOWC=1 + ;; +--- 39957,39963 ---- + case "$gl_cv_func_mbrtowc_retval" in + *yes) ;; + *) +! printf "%s\n" "#define MBRTOWC_RETVAL_BUG 1" >>confdefs.h + + REPLACE_MBRTOWC=1 + ;; +*************** +*** 40118,40124 **** + case "$gl_cv_func_mbrtowc_nul_retval" in + *yes) ;; + *) +! printf '%s\n' "#define MBRTOWC_NUL_RETVAL_BUG 1" >>confdefs.h + + REPLACE_MBRTOWC=1 + ;; +--- 39965,39971 ---- + case "$gl_cv_func_mbrtowc_nul_retval" in + *yes) ;; + *) +! printf "%s\n" "#define MBRTOWC_NUL_RETVAL_BUG 1" >>confdefs.h + + REPLACE_MBRTOWC=1 + ;; +*************** +*** 40126,40132 **** + case "$gl_cv_func_mbrtowc_stores_incomplete" in + *no) ;; + *) +! printf '%s\n' "#define MBRTOWC_STORES_INCOMPLETE_BUG 1" >>confdefs.h + + REPLACE_MBRTOWC=1 + ;; +--- 39973,39979 ---- + case "$gl_cv_func_mbrtowc_stores_incomplete" in + *no) ;; + *) +! printf "%s\n" "#define MBRTOWC_STORES_INCOMPLETE_BUG 1" >>confdefs.h + + REPLACE_MBRTOWC=1 + ;; +*************** +*** 40134,40140 **** + case "$gl_cv_func_mbrtowc_empty_input" in + *yes) ;; + *) +! printf '%s\n' "#define MBRTOWC_EMPTY_INPUT_BUG 1" >>confdefs.h + + REPLACE_MBRTOWC=1 + ;; +--- 39981,39987 ---- + case "$gl_cv_func_mbrtowc_empty_input" in + *yes) ;; + *) +! printf "%s\n" "#define MBRTOWC_EMPTY_INPUT_BUG 1" >>confdefs.h + + REPLACE_MBRTOWC=1 + ;; +*************** +*** 40142,40148 **** + case "$gl_cv_func_mbrtowc_C_locale_sans_EILSEQ" in + *yes) ;; + *) +! printf '%s\n' "#define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1" >>confdefs.h + + REPLACE_MBRTOWC=1 + ;; +--- 39989,39995 ---- + case "$gl_cv_func_mbrtowc_C_locale_sans_EILSEQ" in + *yes) ;; + *) +! printf "%s\n" "#define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1" >>confdefs.h + + REPLACE_MBRTOWC=1 + ;; +*************** +*** 40157,40163 **** + *) + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether imported symbols can be declared weak" >&5 + printf %s "checking whether imported symbols can be declared weak... " >&6; } + if test ${gl_cv_have_weak+y} + then : +--- 40004,40010 ---- + *) + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether imported symbols can be declared weak" >&5 + printf %s "checking whether imported symbols can be declared weak... " >&6; } + if test ${gl_cv_have_weak+y} + then : +*************** +*** 40261,40272 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_have_weak" >&5 +! printf '%s\n' "$gl_cv_have_weak" >&6; } + case "$gl_cv_have_weak" in + *yes) + +! printf '%s\n' "#define HAVE_WEAK_SYMBOLS 1" >>confdefs.h + + ;; + esac +--- 40108,40119 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_have_weak" >&5 +! printf "%s\n" "$gl_cv_have_weak" >&6; } + case "$gl_cv_have_weak" in + *yes) + +! printf "%s\n" "#define HAVE_WEAK_SYMBOLS 1" >>confdefs.h + + ;; + esac +*************** +*** 40327,40333 **** + CFLAG_VISIBILITY= + HAVE_VISIBILITY=0 + if test -n "$GCC"; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether the -Werror option is usable" >&5 + printf %s "checking whether the -Werror option is usable... " >&6; } + if test ${gl_cv_cc_vis_werror+y} + then : +--- 40174,40180 ---- + CFLAG_VISIBILITY= + HAVE_VISIBILITY=0 + if test -n "$GCC"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the -Werror option is usable" >&5 + printf %s "checking whether the -Werror option is usable... " >&6; } + if test ${gl_cv_cc_vis_werror+y} + then : +*************** +*** 40358,40366 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_vis_werror" >&5 +! printf '%s\n' "$gl_cv_cc_vis_werror" >&6; } +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for simple visibility declarations" >&5 + printf %s "checking for simple visibility declarations... " >&6; } + if test ${gl_cv_cc_visibility+y} + then : +--- 40205,40213 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_vis_werror" >&5 +! printf "%s\n" "$gl_cv_cc_vis_werror" >&6; } +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for simple visibility declarations" >&5 + printf %s "checking for simple visibility declarations... " >&6; } + if test ${gl_cv_cc_visibility+y} + then : +*************** +*** 40404,40411 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_visibility" >&5 +! printf '%s\n' "$gl_cv_cc_visibility" >&6; } + if test $gl_cv_cc_visibility = yes; then + CFLAG_VISIBILITY="-fvisibility=hidden" + HAVE_VISIBILITY=1 +--- 40251,40258 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_visibility" >&5 +! printf "%s\n" "$gl_cv_cc_visibility" >&6; } + if test $gl_cv_cc_visibility = yes; then + CFLAG_VISIBILITY="-fvisibility=hidden" + HAVE_VISIBILITY=1 +*************** +*** 40414,40420 **** + + + +! printf '%s\n' "#define HAVE_VISIBILITY $HAVE_VISIBILITY" >>confdefs.h + + + +--- 40261,40267 ---- + + + +! printf "%s\n" "#define HAVE_VISIBILITY $HAVE_VISIBILITY" >>confdefs.h + + + +*************** +*** 40445,40451 **** + + + +! printf '%s\n' "#define GNULIB_TEST_MBRTOWC 1" >>confdefs.h + + + +--- 40292,40298 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_MBRTOWC 1" >>confdefs.h + + + +*************** +*** 40469,40475 **** + + + +! printf '%s\n' "#define GNULIB_TEST_MBSCASECMP 1" >>confdefs.h + + + +--- 40316,40322 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_MBSCASECMP 1" >>confdefs.h + + + +*************** +*** 40494,40500 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_MBSINIT $ac_have_decl" >>confdefs.h + + if test $ac_cv_have_decl_mbsinit = yes; then + REPLACE_MBSINIT=1 +--- 40341,40347 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_MBSINIT $ac_have_decl" >>confdefs.h + + if test $ac_cv_have_decl_mbsinit = yes; then + REPLACE_MBSINIT=1 +*************** +*** 40550,40556 **** + + + +! printf '%s\n' "#define GNULIB_TEST_MBSINIT 1" >>confdefs.h + + + +--- 40397,40403 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_MBSINIT 1" >>confdefs.h + + + +*************** +*** 40580,40586 **** + + + +! printf '%s\n' "#define GNULIB_TEST_MBSRTOC32S 1" >>confdefs.h + + + +--- 40427,40433 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_MBSRTOC32S 1" >>confdefs.h + + + +*************** +*** 40604,40610 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_MBSRTOWCS $ac_have_decl" >>confdefs.h + + if test $ac_cv_have_decl_mbsrtowcs = yes; then + REPLACE_MBSRTOWCS=1 +--- 40451,40457 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_MBSRTOWCS $ac_have_decl" >>confdefs.h + + if test $ac_cv_have_decl_mbsrtowcs = yes; then + REPLACE_MBSRTOWCS=1 +*************** +*** 40619,40625 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether mbsrtowcs works" >&5 + printf %s "checking whether mbsrtowcs works... " >&6; } + if test ${gl_cv_func_mbsrtowcs_works+y} + then : +--- 40466,40472 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether mbsrtowcs works" >&5 + printf %s "checking whether mbsrtowcs works... " >&6; } + if test ${gl_cv_func_mbsrtowcs_works+y} + then : +*************** +*** 40728,40735 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbsrtowcs_works" >&5 +! printf '%s\n' "$gl_cv_func_mbsrtowcs_works" >&6; } + + case "$gl_cv_func_mbsrtowcs_works" in + *yes) ;; +--- 40575,40582 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbsrtowcs_works" >&5 +! printf "%s\n" "$gl_cv_func_mbsrtowcs_works" >&6; } + + case "$gl_cv_func_mbsrtowcs_works" in + *yes) ;; +*************** +*** 40737,40743 **** + esac + if test $REPLACE_MBSRTOWCS = 0; then + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether the C locale is free of encoding errors" >&5 + printf %s "checking whether the C locale is free of encoding errors... " >&6; } + if test ${gl_cv_func_mbrtowc_C_locale_sans_EILSEQ+y} + then : +--- 40584,40590 ---- + esac + if test $REPLACE_MBSRTOWCS = 0; then + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C locale is free of encoding errors" >&5 + printf %s "checking whether the C locale is free of encoding errors... " >&6; } + if test ${gl_cv_func_mbrtowc_C_locale_sans_EILSEQ+y} + then : +*************** +*** 40796,40803 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_C_locale_sans_EILSEQ" >&5 +! printf '%s\n' "$gl_cv_func_mbrtowc_C_locale_sans_EILSEQ" >&6; } + + case "$gl_cv_func_mbrtowc_C_locale_sans_EILSEQ" in + *yes) ;; +--- 40643,40650 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_C_locale_sans_EILSEQ" >&5 +! printf "%s\n" "$gl_cv_func_mbrtowc_C_locale_sans_EILSEQ" >&6; } + + case "$gl_cv_func_mbrtowc_C_locale_sans_EILSEQ" in + *yes) ;; +*************** +*** 40858,40864 **** + + + +! printf '%s\n' "#define GNULIB_TEST_MBSRTOWCS 1" >>confdefs.h + + + +--- 40705,40711 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_MBSRTOWCS 1" >>confdefs.h + + + +*************** +*** 40885,40891 **** + + + +! printf '%s\n' "#define GNULIB_TEST_MBSZERO 1" >>confdefs.h + + + +--- 40732,40738 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_MBSZERO 1" >>confdefs.h + + + +*************** +*** 40894,40900 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for mbtowc" >&5 + printf %s "checking for mbtowc... " >&6; } + if test ${gl_cv_onwards_func_mbtowc+y} + then : +--- 40741,40747 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for mbtowc" >&5 + printf %s "checking for mbtowc... " >&6; } + if test ${gl_cv_onwards_func_mbtowc+y} + then : +*************** +*** 40947,40954 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_mbtowc" >&5 +! printf '%s\n' "$gl_cv_onwards_func_mbtowc" >&6; } + + case "$gl_cv_onwards_func_mbtowc" in + future*) ac_cv_func_mbtowc=no ;; +--- 40794,40801 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_mbtowc" >&5 +! printf "%s\n" "$gl_cv_onwards_func_mbtowc" >&6; } + + case "$gl_cv_onwards_func_mbtowc" in + future*) ac_cv_func_mbtowc=no ;; +*************** +*** 40956,40962 **** + esac + if test $ac_cv_func_mbtowc = yes; then + +! printf '%s\n' "#define HAVE_MBTOWC 1" >>confdefs.h + + fi + +--- 40803,40809 ---- + esac + if test $ac_cv_func_mbtowc = yes; then + +! printf "%s\n" "#define HAVE_MBTOWC 1" >>confdefs.h + + fi + +*************** +*** 41008,41020 **** + + + +! printf '%s\n' "#define GNULIB_TEST_MBTOWC 1" >>confdefs.h + + + + + +! printf '%s\n' "#define GNULIB_MCEL_PREFER 1" >>confdefs.h + + + +--- 40855,40867 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_MBTOWC 1" >>confdefs.h + + + + + +! printf "%s\n" "#define GNULIB_MCEL_PREFER 1" >>confdefs.h + + + +*************** +*** 41038,41044 **** + ac_fn_c_check_header_compile "$LINENO" "bp-sym.h" "ac_cv_header_bp_sym_h" "$ac_includes_default" + if test "x$ac_cv_header_bp_sym_h" = xyes + then : +! printf '%s\n' "#define HAVE_BP_SYM_H 1" >>confdefs.h + + fi + +--- 40885,40891 ---- + ac_fn_c_check_header_compile "$LINENO" "bp-sym.h" "ac_cv_header_bp_sym_h" "$ac_includes_default" + if test "x$ac_cv_header_bp_sym_h" = xyes + then : +! printf "%s\n" "#define HAVE_BP_SYM_H 1" >>confdefs.h + + fi + +*************** +*** 41065,41071 **** + + + +! printf '%s\n' "#define GNULIB_TEST_MEMCHR 1" >>confdefs.h + + + +--- 40912,40918 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_MEMCHR 1" >>confdefs.h + + + +*************** +*** 41077,41083 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for mempcpy" >&5 + printf %s "checking for mempcpy... " >&6; } + if test ${gl_cv_onwards_func_mempcpy+y} + then : +--- 40924,40930 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for mempcpy" >&5 + printf %s "checking for mempcpy... " >&6; } + if test ${gl_cv_onwards_func_mempcpy+y} + then : +*************** +*** 41130,41137 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_mempcpy" >&5 +! printf '%s\n' "$gl_cv_onwards_func_mempcpy" >&6; } + + case "$gl_cv_onwards_func_mempcpy" in + future*) ac_cv_func_mempcpy=no ;; +--- 40977,40984 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_mempcpy" >&5 +! printf "%s\n" "$gl_cv_onwards_func_mempcpy" >&6; } + + case "$gl_cv_onwards_func_mempcpy" in + future*) ac_cv_func_mempcpy=no ;; +*************** +*** 41139,41145 **** + esac + if test $ac_cv_func_mempcpy = yes; then + +! printf '%s\n' "#define HAVE_MEMPCPY 1" >>confdefs.h + + fi + +--- 40986,40992 ---- + esac + if test $ac_cv_func_mempcpy = yes; then + +! printf "%s\n" "#define HAVE_MEMPCPY 1" >>confdefs.h + + fi + +*************** +*** 41192,41198 **** + + + +! printf '%s\n' "#define GNULIB_TEST_MEMPCPY 1" >>confdefs.h + + + +--- 41039,41045 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_MEMPCPY 1" >>confdefs.h + + + +*************** +*** 41208,41214 **** + ac_fn_c_check_func "$LINENO" "memrchr" "ac_cv_func_memrchr" + if test "x$ac_cv_func_memrchr" = xyes + then : +! printf '%s\n' "#define HAVE_MEMRCHR 1" >>confdefs.h + + fi + +--- 41055,41061 ---- + ac_fn_c_check_func "$LINENO" "memrchr" "ac_cv_func_memrchr" + if test "x$ac_cv_func_memrchr" = xyes + then : +! printf "%s\n" "#define HAVE_MEMRCHR 1" >>confdefs.h + + fi + +*************** +*** 41252,41258 **** + + + +! printf '%s\n' "#define GNULIB_TEST_MEMRCHR 1" >>confdefs.h + + + +--- 41099,41105 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_MEMRCHR 1" >>confdefs.h + + + +*************** +*** 41261,41267 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether mkdir handles trailing slash" >&5 + printf %s "checking whether mkdir handles trailing slash... " >&6; } + if test ${gl_cv_func_mkdir_trailing_slash_works+y} + then : +--- 41108,41114 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether mkdir handles trailing slash" >&5 + printf %s "checking whether mkdir handles trailing slash... " >&6; } + if test ${gl_cv_func_mkdir_trailing_slash_works+y} + then : +*************** +*** 41336,41343 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mkdir_trailing_slash_works" >&5 +! printf '%s\n' "$gl_cv_func_mkdir_trailing_slash_works" >&6; } + case "$gl_cv_func_mkdir_trailing_slash_works" in + *yes) ;; + *) +--- 41183,41190 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mkdir_trailing_slash_works" >&5 +! printf "%s\n" "$gl_cv_func_mkdir_trailing_slash_works" >&6; } + case "$gl_cv_func_mkdir_trailing_slash_works" in + *yes) ;; + *) +*************** +*** 41345,41351 **** + ;; + esac + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether mkdir handles trailing dot" >&5 + printf %s "checking whether mkdir handles trailing dot... " >&6; } + if test ${gl_cv_func_mkdir_trailing_dot_works+y} + then : +--- 41192,41198 ---- + ;; + esac + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether mkdir handles trailing dot" >&5 + printf %s "checking whether mkdir handles trailing dot... " >&6; } + if test ${gl_cv_func_mkdir_trailing_dot_works+y} + then : +*************** +*** 41402,41415 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mkdir_trailing_dot_works" >&5 +! printf '%s\n' "$gl_cv_func_mkdir_trailing_dot_works" >&6; } + case "$gl_cv_func_mkdir_trailing_dot_works" in + *yes) ;; + *) + REPLACE_MKDIR=1 + +! printf '%s\n' "#define FUNC_MKDIR_DOT_BUG 1" >>confdefs.h + + ;; + esac +--- 41249,41262 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mkdir_trailing_dot_works" >&5 +! printf "%s\n" "$gl_cv_func_mkdir_trailing_dot_works" >&6; } + case "$gl_cv_func_mkdir_trailing_dot_works" in + *yes) ;; + *) + REPLACE_MKDIR=1 + +! printf "%s\n" "#define FUNC_MKDIR_DOT_BUG 1" >>confdefs.h + + ;; + esac +*************** +*** 41443,41449 **** + + + +! printf '%s\n' "#define GNULIB_TEST_MKDIR 1" >>confdefs.h + + + +--- 41290,41296 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_MKDIR 1" >>confdefs.h + + + +*************** +*** 41452,41458 **** + + + if test $ac_cv_func_mkstemp = yes; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for working mkstemp" >&5 + printf %s "checking for working mkstemp... " >&6; } + if test ${gl_cv_func_working_mkstemp+y} + then : +--- 41299,41305 ---- + + + if test $ac_cv_func_mkstemp = yes; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for working mkstemp" >&5 + printf %s "checking for working mkstemp... " >&6; } + if test ${gl_cv_func_working_mkstemp+y} + then : +*************** +*** 41531,41538 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_working_mkstemp" >&5 +! printf '%s\n' "$gl_cv_func_working_mkstemp" >&6; } + case "$gl_cv_func_working_mkstemp" in + *yes) ;; + *) +--- 41378,41385 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_working_mkstemp" >&5 +! printf "%s\n" "$gl_cv_func_working_mkstemp" >&6; } + case "$gl_cv_func_working_mkstemp" in + *yes) ;; + *) +*************** +*** 41578,41584 **** + + + +! printf '%s\n' "#define GNULIB_TEST_MKSTEMP 1" >>confdefs.h + + + +--- 41425,41431 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_MKSTEMP 1" >>confdefs.h + + + +*************** +*** 41590,41603 **** + if test "$gl_cv_func_working_mktime" != yes; then + REPLACE_MKTIME=1 + +! printf '%s\n' "#define NEED_MKTIME_WORKING 1" >>confdefs.h + + fi + case "$host_os" in + mingw* | windows*) + REPLACE_MKTIME=1 + +! printf '%s\n' "#define NEED_MKTIME_WINDOWS 1" >>confdefs.h + + ;; + esac +--- 41437,41450 ---- + if test "$gl_cv_func_working_mktime" != yes; then + REPLACE_MKTIME=1 + +! printf "%s\n" "#define NEED_MKTIME_WORKING 1" >>confdefs.h + + fi + case "$host_os" in + mingw* | windows*) + REPLACE_MKTIME=1 + +! printf "%s\n" "#define NEED_MKTIME_WINDOWS 1" >>confdefs.h + + ;; + esac +*************** +*** 41630,41636 **** + + + +! printf '%s\n' "#define GNULIB_TEST_MKTIME 1" >>confdefs.h + + + +--- 41477,41483 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_MKTIME 1" >>confdefs.h + + + +*************** +*** 41642,41654 **** + if test "x$ac_cv_func___mktime_internal" = xyes + then : + +! printf '%s\n' "#define mktime_internal __mktime_internal" >>confdefs.h + + + else case e in #( + e) WANT_MKTIME_INTERNAL=1 + +! printf '%s\n' "#define NEED_MKTIME_INTERNAL 1" >>confdefs.h + + ;; + esac +--- 41489,41501 ---- + if test "x$ac_cv_func___mktime_internal" = xyes + then : + +! printf "%s\n" "#define mktime_internal __mktime_internal" >>confdefs.h + + + else case e in #( + e) WANT_MKTIME_INTERNAL=1 + +! printf "%s\n" "#define NEED_MKTIME_INTERNAL 1" >>confdefs.h + + ;; + esac +*************** +*** 41700,41706 **** + + + +! printf '%s\n' "#define GNULIB_MSVC_NOTHROW 1" >>confdefs.h + + + +--- 41547,41553 ---- + + + +! printf "%s\n" "#define GNULIB_MSVC_NOTHROW 1" >>confdefs.h + + + +*************** +*** 41709,41715 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo" >&5 + printf %s "checking for nl_langinfo... " >&6; } + if test ${gl_cv_onwards_func_nl_langinfo+y} + then : +--- 41556,41562 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo" >&5 + printf %s "checking for nl_langinfo... " >&6; } + if test ${gl_cv_onwards_func_nl_langinfo+y} + then : +*************** +*** 41762,41769 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_nl_langinfo" >&5 +! printf '%s\n' "$gl_cv_onwards_func_nl_langinfo" >&6; } + + case "$gl_cv_onwards_func_nl_langinfo" in + future*) ac_cv_func_nl_langinfo=no ;; +--- 41609,41616 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_nl_langinfo" >&5 +! printf "%s\n" "$gl_cv_onwards_func_nl_langinfo" >&6; } + + case "$gl_cv_onwards_func_nl_langinfo" in + future*) ac_cv_func_nl_langinfo=no ;; +*************** +*** 41771,41777 **** + esac + if test $ac_cv_func_nl_langinfo = yes; then + +! printf '%s\n' "#define HAVE_NL_LANGINFO 1" >>confdefs.h + + fi + +--- 41618,41624 ---- + esac + if test $ac_cv_func_nl_langinfo = yes; then + +! printf "%s\n" "#define HAVE_NL_LANGINFO 1" >>confdefs.h + + fi + +*************** +*** 41782,41788 **** + + if test $ac_cv_func_nl_langinfo = yes; then + # On Irix 6.5, YESEXPR is defined, but nl_langinfo(YESEXPR) is broken. +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether YESEXPR works" >&5 + printf %s "checking whether YESEXPR works... " >&6; } + if test ${gl_cv_func_nl_langinfo_yesexpr_works+y} + then : +--- 41629,41635 ---- + + if test $ac_cv_func_nl_langinfo = yes; then + # On Irix 6.5, YESEXPR is defined, but nl_langinfo(YESEXPR) is broken. +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether YESEXPR works" >&5 + printf %s "checking whether YESEXPR works... " >&6; } + if test ${gl_cv_func_nl_langinfo_yesexpr_works+y} + then : +*************** +*** 41827,41840 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_nl_langinfo_yesexpr_works" >&5 +! printf '%s\n' "$gl_cv_func_nl_langinfo_yesexpr_works" >&6; } + case $gl_cv_func_nl_langinfo_yesexpr_works in + *yes) FUNC_NL_LANGINFO_YESEXPR_WORKS=1 ;; + *) FUNC_NL_LANGINFO_YESEXPR_WORKS=0 ;; + esac + +! printf '%s\n' "#define FUNC_NL_LANGINFO_YESEXPR_WORKS $FUNC_NL_LANGINFO_YESEXPR_WORKS" >>confdefs.h + + # On Solaris 10 and Solaris 11.3, nl_langinfo is not multithread-safe. + case "$host_os" in +--- 41674,41687 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_nl_langinfo_yesexpr_works" >&5 +! printf "%s\n" "$gl_cv_func_nl_langinfo_yesexpr_works" >&6; } + case $gl_cv_func_nl_langinfo_yesexpr_works in + *yes) FUNC_NL_LANGINFO_YESEXPR_WORKS=1 ;; + *) FUNC_NL_LANGINFO_YESEXPR_WORKS=0 ;; + esac + +! printf "%s\n" "#define FUNC_NL_LANGINFO_YESEXPR_WORKS $FUNC_NL_LANGINFO_YESEXPR_WORKS" >>confdefs.h + + # On Solaris 10 and Solaris 11.3, nl_langinfo is not multithread-safe. + case "$host_os" in +*************** +*** 41842,41848 **** + *) NL_LANGINFO_MTSAFE=1 ;; + esac + +! printf '%s\n' "#define NL_LANGINFO_MTSAFE $NL_LANGINFO_MTSAFE" >>confdefs.h + + if test $HAVE_LANGINFO_CODESET = 1 \ + && test $HAVE_LANGINFO_T_FMT_AMPM = 1 \ +--- 41689,41695 ---- + *) NL_LANGINFO_MTSAFE=1 ;; + esac + +! printf "%s\n" "#define NL_LANGINFO_MTSAFE $NL_LANGINFO_MTSAFE" >>confdefs.h + + if test $HAVE_LANGINFO_CODESET = 1 \ + && test $HAVE_LANGINFO_T_FMT_AMPM = 1 \ +*************** +*** 41854,41860 **** + else + REPLACE_NL_LANGINFO=1 + +! printf '%s\n' "#define REPLACE_NL_LANGINFO 1" >>confdefs.h + + fi + else +--- 41701,41707 ---- + else + REPLACE_NL_LANGINFO=1 + +! printf "%s\n" "#define REPLACE_NL_LANGINFO 1" >>confdefs.h + + fi + else +*************** +*** 41905,41911 **** + CFLAG_VISIBILITY= + HAVE_VISIBILITY=0 + if test -n "$GCC"; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether the -Werror option is usable" >&5 + printf %s "checking whether the -Werror option is usable... " >&6; } + if test ${gl_cv_cc_vis_werror+y} + then : +--- 41752,41758 ---- + CFLAG_VISIBILITY= + HAVE_VISIBILITY=0 + if test -n "$GCC"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the -Werror option is usable" >&5 + printf %s "checking whether the -Werror option is usable... " >&6; } + if test ${gl_cv_cc_vis_werror+y} + then : +*************** +*** 41936,41944 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_vis_werror" >&5 +! printf '%s\n' "$gl_cv_cc_vis_werror" >&6; } +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for simple visibility declarations" >&5 + printf %s "checking for simple visibility declarations... " >&6; } + if test ${gl_cv_cc_visibility+y} + then : +--- 41783,41791 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_vis_werror" >&5 +! printf "%s\n" "$gl_cv_cc_vis_werror" >&6; } +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for simple visibility declarations" >&5 + printf %s "checking for simple visibility declarations... " >&6; } + if test ${gl_cv_cc_visibility+y} + then : +*************** +*** 41982,41989 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_visibility" >&5 +! printf '%s\n' "$gl_cv_cc_visibility" >&6; } + if test $gl_cv_cc_visibility = yes; then + CFLAG_VISIBILITY="-fvisibility=hidden" + HAVE_VISIBILITY=1 +--- 41829,41836 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_visibility" >&5 +! printf "%s\n" "$gl_cv_cc_visibility" >&6; } + if test $gl_cv_cc_visibility = yes; then + CFLAG_VISIBILITY="-fvisibility=hidden" + HAVE_VISIBILITY=1 +*************** +*** 41992,41998 **** + + + +! printf '%s\n' "#define HAVE_VISIBILITY $HAVE_VISIBILITY" >>confdefs.h + + + +--- 41839,41845 ---- + + + +! printf "%s\n" "#define HAVE_VISIBILITY $HAVE_VISIBILITY" >>confdefs.h + + + +*************** +*** 42012,42018 **** + + + +! printf '%s\n' "#define GNULIB_TEST_NL_LANGINFO 1" >>confdefs.h + + + +--- 41859,41865 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_NL_LANGINFO 1" >>confdefs.h + + + +*************** +*** 42029,42035 **** + ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' + ac_compiler_gnu=$ac_cv_c_compiler_gnu + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for C nullptr" >&5 + printf %s "checking for C nullptr... " >&6; } + if test ${gl_cv_c_nullptr+y} + then : +--- 41876,41882 ---- + ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' + ac_compiler_gnu=$ac_cv_c_compiler_gnu + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C nullptr" >&5 + printf %s "checking for C nullptr... " >&6; } + if test ${gl_cv_c_nullptr+y} + then : +*************** +*** 42087,42094 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_c_nullptr" >&5 +! printf '%s\n' "$gl_cv_c_nullptr" >&6; } + gl_c_nullptr=$gl_cv_c_nullptr + ac_ext=c + ac_cpp='$CPP $CPPFLAGS' +--- 41934,41941 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_c_nullptr" >&5 +! printf "%s\n" "$gl_cv_c_nullptr" >&6; } + gl_c_nullptr=$gl_cv_c_nullptr + ac_ext=c + ac_cpp='$CPP $CPPFLAGS' +*************** +*** 42098,42104 **** + + if test "$gl_c_nullptr" = yes; then + +! printf '%s\n' "#define HAVE_C_NULLPTR 1" >>confdefs.h + + fi + +--- 41945,41951 ---- + + if test "$gl_c_nullptr" = yes; then + +! printf "%s\n" "#define HAVE_C_NULLPTR 1" >>confdefs.h + + fi + +*************** +*** 42121,42127 **** + fi + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether open recognizes a trailing slash" >&5 + printf %s "checking whether open recognizes a trailing slash... " >&6; } + if test ${gl_cv_func_open_slash+y} + then : +--- 41968,41974 ---- + fi + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether open recognizes a trailing slash" >&5 + printf %s "checking whether open recognizes a trailing slash... " >&6; } + if test ${gl_cv_func_open_slash+y} + then : +*************** +*** 42182,42193 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_open_slash" >&5 +! printf '%s\n' "$gl_cv_func_open_slash" >&6; } + case "$gl_cv_func_open_slash" in + *no) + +! printf '%s\n' "#define OPEN_TRAILING_SLASH_BUG 1" >>confdefs.h + + ;; + esac +--- 42029,42040 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_open_slash" >&5 +! printf "%s\n" "$gl_cv_func_open_slash" >&6; } + case "$gl_cv_func_open_slash" in + *no) + +! printf "%s\n" "#define OPEN_TRAILING_SLASH_BUG 1" >>confdefs.h + + ;; + esac +*************** +*** 42252,42258 **** + + + +! printf '%s\n' "#define GNULIB_TEST_OPEN 1" >>confdefs.h + + + +--- 42099,42105 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_OPEN 1" >>confdefs.h + + + +*************** +*** 42300,42306 **** + fi + + +! printf '%s\n' "#define GNULIB_OPENAT 1" >>confdefs.h + + + +--- 42147,42153 ---- + fi + + +! printf "%s\n" "#define GNULIB_OPENAT 1" >>confdefs.h + + + +*************** +*** 42317,42323 **** + + + +! printf '%s\n' "#define GNULIB_TEST_OPENAT 1" >>confdefs.h + + + +--- 42164,42170 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_OPENAT 1" >>confdefs.h + + + +*************** +*** 42327,42333 **** + ac_fn_c_check_func "$LINENO" "opendir" "ac_cv_func_opendir" + if test "x$ac_cv_func_opendir" = xyes + then : +! printf '%s\n' "#define HAVE_OPENDIR 1" >>confdefs.h + + fi + +--- 42174,42180 ---- + ac_fn_c_check_func "$LINENO" "opendir" "ac_cv_func_opendir" + if test "x$ac_cv_func_opendir" = xyes + then : +! printf "%s\n" "#define HAVE_OPENDIR 1" >>confdefs.h + + fi + +*************** +*** 42381,42387 **** + + + +! printf '%s\n' "#define GNULIB_TEST_OPENDIR 1" >>confdefs.h + + + +--- 42228,42234 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_OPENDIR 1" >>confdefs.h + + + +*************** +*** 42431,42442 **** + + + +! printf '%s\n' "#define GNULIB_TEST_PCLOSE 1" >>confdefs.h + + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for Perl 5.005 or newer" >&5 + printf %s "checking for Perl 5.005 or newer... " >&6; } + if test ${gl_cv_prog_perl+y} + then : +--- 42278,42289 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_PCLOSE 1" >>confdefs.h + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for Perl 5.005 or newer" >&5 + printf %s "checking for Perl 5.005 or newer... " >&6; } + if test ${gl_cv_prog_perl+y} + then : +*************** +*** 42464,42483 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_prog_perl" >&5 +! printf '%s\n' "$gl_cv_prog_perl" >&6; } + + if test "$gl_cv_prog_perl" != no; then + PERL=$gl_cv_prog_perl + else + PERL="$am_missing_run perl" +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: WARNING: + WARNING: You don't seem to have perl5.005 or newer installed, or you lack + a usable version of the Perl File::Compare module. As a result, + you may be unable to run a few tests or to regenerate certain + files if you modify the sources from which they are derived. + " >&5 +! printf '%s\n' "$as_me: WARNING: + WARNING: You don't seem to have perl5.005 or newer installed, or you lack + a usable version of the Perl File::Compare module. As a result, + you may be unable to run a few tests or to regenerate certain +--- 42311,42330 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_prog_perl" >&5 +! printf "%s\n" "$gl_cv_prog_perl" >&6; } + + if test "$gl_cv_prog_perl" != no; then + PERL=$gl_cv_prog_perl + else + PERL="$am_missing_run perl" +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: + WARNING: You don't seem to have perl5.005 or newer installed, or you lack + a usable version of the Perl File::Compare module. As a result, + you may be unable to run a few tests or to regenerate certain + files if you modify the sources from which they are derived. + " >&5 +! printf "%s\n" "$as_me: WARNING: + WARNING: You don't seem to have perl5.005 or newer installed, or you lack + a usable version of the Perl File::Compare module. As a result, + you may be unable to run a few tests or to regenerate certain +*************** +*** 42494,42500 **** + if test $ac_cv_func_popen = no; then + HAVE_POPEN=0 + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether popen works with closed stdin" >&5 + printf %s "checking whether popen works with closed stdin... " >&6; } + if test ${gl_cv_func_popen_works+y} + then : +--- 42341,42347 ---- + if test $ac_cv_func_popen = no; then + HAVE_POPEN=0 + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether popen works with closed stdin" >&5 + printf %s "checking whether popen works with closed stdin... " >&6; } + if test ${gl_cv_func_popen_works+y} + then : +*************** +*** 42548,42555 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_popen_works" >&5 +! printf '%s\n' "$gl_cv_func_popen_works" >&6; } + case "$gl_cv_func_popen_works" in + *yes) ;; + *) REPLACE_POPEN=1 ;; +--- 42395,42402 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_popen_works" >&5 +! printf "%s\n" "$gl_cv_func_popen_works" >&6; } + case "$gl_cv_func_popen_works" in + *yes) ;; + *) REPLACE_POPEN=1 ;; +*************** +*** 42592,42598 **** + + + +! printf '%s\n' "#define GNULIB_TEST_POPEN 1" >>confdefs.h + + + +--- 42439,42445 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_POPEN 1" >>confdefs.h + + + +*************** +*** 42605,42611 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_PROGRAM_INVOCATION_NAME $ac_have_decl" >>confdefs.h + + ac_fn_check_decl "$LINENO" "program_invocation_short_name" "ac_cv_have_decl_program_invocation_short_name" "#include + " "$ac_c_undeclared_builtin_options" "CFLAGS" +--- 42452,42458 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_PROGRAM_INVOCATION_NAME $ac_have_decl" >>confdefs.h + + ac_fn_check_decl "$LINENO" "program_invocation_short_name" "ac_cv_have_decl_program_invocation_short_name" "#include + " "$ac_c_undeclared_builtin_options" "CFLAGS" +*************** +*** 42616,42622 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME $ac_have_decl" >>confdefs.h + + + +--- 42463,42469 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME $ac_have_decl" >>confdefs.h + + + +*************** +*** 42628,42634 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for PTHREAD_CREATE_DETACHED" >&5 + printf %s "checking for PTHREAD_CREATE_DETACHED... " >&6; } + if test ${gl_cv_const_PTHREAD_CREATE_DETACHED+y} + then : +--- 42475,42481 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for PTHREAD_CREATE_DETACHED" >&5 + printf %s "checking for PTHREAD_CREATE_DETACHED... " >&6; } + if test ${gl_cv_const_PTHREAD_CREATE_DETACHED+y} + then : +*************** +*** 42658,42670 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_const_PTHREAD_CREATE_DETACHED" >&5 +! printf '%s\n' "$gl_cv_const_PTHREAD_CREATE_DETACHED" >&6; } + if test $gl_cv_const_PTHREAD_CREATE_DETACHED != yes; then + HAVE_PTHREAD_CREATE_DETACHED=0 + fi + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for PTHREAD_MUTEX_RECURSIVE" >&5 + printf %s "checking for PTHREAD_MUTEX_RECURSIVE... " >&6; } + if test ${gl_cv_const_PTHREAD_MUTEX_RECURSIVE+y} + then : +--- 42505,42517 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_const_PTHREAD_CREATE_DETACHED" >&5 +! printf "%s\n" "$gl_cv_const_PTHREAD_CREATE_DETACHED" >&6; } + if test $gl_cv_const_PTHREAD_CREATE_DETACHED != yes; then + HAVE_PTHREAD_CREATE_DETACHED=0 + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for PTHREAD_MUTEX_RECURSIVE" >&5 + printf %s "checking for PTHREAD_MUTEX_RECURSIVE... " >&6; } + if test ${gl_cv_const_PTHREAD_MUTEX_RECURSIVE+y} + then : +*************** +*** 42694,42706 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_const_PTHREAD_MUTEX_RECURSIVE" >&5 +! printf '%s\n' "$gl_cv_const_PTHREAD_MUTEX_RECURSIVE" >&6; } + if test $gl_cv_const_PTHREAD_MUTEX_RECURSIVE != yes; then + HAVE_PTHREAD_MUTEX_RECURSIVE=0 + fi + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for PTHREAD_MUTEX_ROBUST" >&5 + printf %s "checking for PTHREAD_MUTEX_ROBUST... " >&6; } + if test ${gl_cv_const_PTHREAD_MUTEX_ROBUST+y} + then : +--- 42541,42553 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_const_PTHREAD_MUTEX_RECURSIVE" >&5 +! printf "%s\n" "$gl_cv_const_PTHREAD_MUTEX_RECURSIVE" >&6; } + if test $gl_cv_const_PTHREAD_MUTEX_RECURSIVE != yes; then + HAVE_PTHREAD_MUTEX_RECURSIVE=0 + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for PTHREAD_MUTEX_ROBUST" >&5 + printf %s "checking for PTHREAD_MUTEX_ROBUST... " >&6; } + if test ${gl_cv_const_PTHREAD_MUTEX_ROBUST+y} + then : +*************** +*** 42730,42742 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_const_PTHREAD_MUTEX_ROBUST" >&5 +! printf '%s\n' "$gl_cv_const_PTHREAD_MUTEX_ROBUST" >&6; } + if test $gl_cv_const_PTHREAD_MUTEX_ROBUST != yes; then + HAVE_PTHREAD_MUTEX_ROBUST=0 + fi + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for PTHREAD_PROCESS_SHARED" >&5 + printf %s "checking for PTHREAD_PROCESS_SHARED... " >&6; } + if test ${gl_cv_const_PTHREAD_PROCESS_SHARED+y} + then : +--- 42577,42589 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_const_PTHREAD_MUTEX_ROBUST" >&5 +! printf "%s\n" "$gl_cv_const_PTHREAD_MUTEX_ROBUST" >&6; } + if test $gl_cv_const_PTHREAD_MUTEX_ROBUST != yes; then + HAVE_PTHREAD_MUTEX_ROBUST=0 + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for PTHREAD_PROCESS_SHARED" >&5 + printf %s "checking for PTHREAD_PROCESS_SHARED... " >&6; } + if test ${gl_cv_const_PTHREAD_PROCESS_SHARED+y} + then : +*************** +*** 42766,42773 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_const_PTHREAD_PROCESS_SHARED" >&5 +! printf '%s\n' "$gl_cv_const_PTHREAD_PROCESS_SHARED" >&6; } + if test $gl_cv_const_PTHREAD_PROCESS_SHARED != yes; then + HAVE_PTHREAD_PROCESS_SHARED=0 + fi +--- 42613,42620 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_const_PTHREAD_PROCESS_SHARED" >&5 +! printf "%s\n" "$gl_cv_const_PTHREAD_PROCESS_SHARED" >&6; } + if test $gl_cv_const_PTHREAD_PROCESS_SHARED != yes; then + HAVE_PTHREAD_PROCESS_SHARED=0 + fi +*************** +*** 42798,42804 **** + if test $HAVE_PTHREAD_H = 0; then + HAVE_PTHREAD_ONCE=0 + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether pthread_once works" >&5 + printf %s "checking whether pthread_once works... " >&6; } + if test ${gl_cv_func_pthread_once_works+y} + then : +--- 42645,42651 ---- + if test $HAVE_PTHREAD_H = 0; then + HAVE_PTHREAD_ONCE=0 + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether pthread_once works" >&5 + printf %s "checking whether pthread_once works... " >&6; } + if test ${gl_cv_func_pthread_once_works+y} + then : +*************** +*** 42811,42818 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_pthread_once_works" >&5 +! printf '%s\n' "$gl_cv_func_pthread_once_works" >&6; } + case "$gl_cv_func_pthread_once_works" in + *yes) ;; + *) REPLACE_PTHREAD_ONCE=1 ;; +--- 42658,42665 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_pthread_once_works" >&5 +! printf "%s\n" "$gl_cv_func_pthread_once_works" >&6; } + case "$gl_cv_func_pthread_once_works" in + *yes) ;; + *) REPLACE_PTHREAD_ONCE=1 ;; +*************** +*** 42849,42855 **** + + + +! printf '%s\n' "#define GNULIB_TEST_PTHREAD_ONCE 1" >>confdefs.h + + + +--- 42696,42702 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_PTHREAD_ONCE 1" >>confdefs.h + + + +*************** +*** 42866,42872 **** + ac_fn_c_check_func "$LINENO" "raise" "ac_cv_func_raise" + if test "x$ac_cv_func_raise" = xyes + then : +! printf '%s\n' "#define HAVE_RAISE 1" >>confdefs.h + + fi + +--- 42713,42719 ---- + ac_fn_c_check_func "$LINENO" "raise" "ac_cv_func_raise" + if test "x$ac_cv_func_raise" = xyes + then : +! printf "%s\n" "#define HAVE_RAISE 1" >>confdefs.h + + fi + +*************** +*** 42933,42939 **** + + + +! printf '%s\n' "#define GNULIB_TEST_RAISE 1" >>confdefs.h + + + +--- 42780,42786 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_RAISE 1" >>confdefs.h + + + +*************** +*** 42944,42950 **** + ac_fn_c_check_func "$LINENO" "rawmemchr" "ac_cv_func_rawmemchr" + if test "x$ac_cv_func_rawmemchr" = xyes + then : +! printf '%s\n' "#define HAVE_RAWMEMCHR 1" >>confdefs.h + + fi + +--- 42791,42797 ---- + ac_fn_c_check_func "$LINENO" "rawmemchr" "ac_cv_func_rawmemchr" + if test "x$ac_cv_func_rawmemchr" = xyes + then : +! printf "%s\n" "#define HAVE_RAWMEMCHR 1" >>confdefs.h + + fi + +*************** +*** 42991,42997 **** + + + +! printf '%s\n' "#define GNULIB_TEST_RAWMEMCHR 1" >>confdefs.h + + + +--- 42838,42844 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_RAWMEMCHR 1" >>confdefs.h + + + +*************** +*** 43001,43007 **** + ac_fn_c_check_func "$LINENO" "readdir" "ac_cv_func_readdir" + if test "x$ac_cv_func_readdir" = xyes + then : +! printf '%s\n' "#define HAVE_READDIR 1" >>confdefs.h + + fi + +--- 42848,42854 ---- + ac_fn_c_check_func "$LINENO" "readdir" "ac_cv_func_readdir" + if test "x$ac_cv_func_readdir" = xyes + then : +! printf "%s\n" "#define HAVE_READDIR 1" >>confdefs.h + + fi + +*************** +*** 43043,43049 **** + + + +! printf '%s\n' "#define GNULIB_TEST_READDIR 1" >>confdefs.h + + + +--- 42890,42896 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_READDIR 1" >>confdefs.h + + + +*************** +*** 43054,43060 **** + if test $ac_cv_func_readlink = no; then + HAVE_READLINK=0 + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether readlink signature is correct" >&5 + printf %s "checking whether readlink signature is correct... " >&6; } + if test ${gl_cv_decl_readlink_works+y} + then : +--- 42901,42907 ---- + if test $ac_cv_func_readlink = no; then + HAVE_READLINK=0 + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether readlink signature is correct" >&5 + printf %s "checking whether readlink signature is correct... " >&6; } + if test ${gl_cv_decl_readlink_works+y} + then : +*************** +*** 43086,43095 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_decl_readlink_works" >&5 +! printf '%s\n' "$gl_cv_decl_readlink_works" >&6; } + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether readlink handles trailing slash correctly" >&5 + printf %s "checking whether readlink handles trailing slash correctly... " >&6; } + if test ${gl_cv_func_readlink_trailing_slash+y} + then : +--- 42933,42942 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_decl_readlink_works" >&5 +! printf "%s\n" "$gl_cv_decl_readlink_works" >&6; } + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether readlink handles trailing slash correctly" >&5 + printf %s "checking whether readlink handles trailing slash correctly... " >&6; } + if test ${gl_cv_func_readlink_trailing_slash+y} + then : +*************** +*** 43146,43153 **** + rm -f conftest.link conftest.lnk2 ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_readlink_trailing_slash" >&5 +! printf '%s\n' "$gl_cv_func_readlink_trailing_slash" >&6; } + case "$gl_cv_func_readlink_trailing_slash" in + *yes) + if test "$gl_cv_decl_readlink_works" != yes; then +--- 42993,43000 ---- + rm -f conftest.link conftest.lnk2 ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_readlink_trailing_slash" >&5 +! printf "%s\n" "$gl_cv_func_readlink_trailing_slash" >&6; } + case "$gl_cv_func_readlink_trailing_slash" in + *yes) + if test "$gl_cv_decl_readlink_works" != yes; then +*************** +*** 43156,43168 **** + ;; + *) + +! printf '%s\n' "#define READLINK_TRAILING_SLASH_BUG 1" >>confdefs.h + + REPLACE_READLINK=1 + ;; + esac + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether readlink truncates results correctly" >&5 + printf %s "checking whether readlink truncates results correctly... " >&6; } + if test ${gl_cv_func_readlink_truncate+y} + then : +--- 43003,43015 ---- + ;; + *) + +! printf "%s\n" "#define READLINK_TRAILING_SLASH_BUG 1" >>confdefs.h + + REPLACE_READLINK=1 + ;; + esac + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether readlink truncates results correctly" >&5 + printf %s "checking whether readlink truncates results correctly... " >&6; } + if test ${gl_cv_func_readlink_truncate+y} + then : +*************** +*** 43218,43225 **** + rm -f conftest.link conftest.lnk2 ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_readlink_truncate" >&5 +! printf '%s\n' "$gl_cv_func_readlink_truncate" >&6; } + case $gl_cv_func_readlink_truncate in + *yes) + if test "$gl_cv_decl_readlink_works" != yes; then +--- 43065,43072 ---- + rm -f conftest.link conftest.lnk2 ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_readlink_truncate" >&5 +! printf "%s\n" "$gl_cv_func_readlink_truncate" >&6; } + case $gl_cv_func_readlink_truncate in + *yes) + if test "$gl_cv_decl_readlink_works" != yes; then +*************** +*** 43228,43234 **** + ;; + *) + +! printf '%s\n' "#define READLINK_TRUNCATE_BUG 1" >>confdefs.h + + REPLACE_READLINK=1 + ;; +--- 43075,43081 ---- + ;; + *) + +! printf "%s\n" "#define READLINK_TRUNCATE_BUG 1" >>confdefs.h + + REPLACE_READLINK=1 + ;; +*************** +*** 43277,43283 **** + + + +! printf '%s\n' "#define GNULIB_TEST_READLINK 1" >>confdefs.h + + + +--- 43124,43130 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_READLINK 1" >>confdefs.h + + + +*************** +*** 43286,43292 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for readlinkat" >&5 + printf %s "checking for readlinkat... " >&6; } + if test ${gl_cv_onwards_func_readlinkat+y} + then : +--- 43133,43139 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for readlinkat" >&5 + printf %s "checking for readlinkat... " >&6; } + if test ${gl_cv_onwards_func_readlinkat+y} + then : +*************** +*** 43339,43346 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_readlinkat" >&5 +! printf '%s\n' "$gl_cv_onwards_func_readlinkat" >&6; } + + case "$gl_cv_onwards_func_readlinkat" in + future*) ac_cv_func_readlinkat=no ;; +--- 43186,43193 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_readlinkat" >&5 +! printf "%s\n" "$gl_cv_onwards_func_readlinkat" >&6; } + + case "$gl_cv_onwards_func_readlinkat" in + future*) ac_cv_func_readlinkat=no ;; +*************** +*** 43348,43354 **** + esac + if test $ac_cv_func_readlinkat = yes; then + +! printf '%s\n' "#define HAVE_READLINKAT 1" >>confdefs.h + + fi + +--- 43195,43201 ---- + esac + if test $ac_cv_func_readlinkat = yes; then + +! printf "%s\n" "#define HAVE_READLINKAT 1" >>confdefs.h + + fi + +*************** +*** 43360,43366 **** + future*) REPLACE_READLINKAT=1 ;; + esac + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether readlinkat signature is correct" >&5 + printf %s "checking whether readlinkat signature is correct... " >&6; } + if test ${gl_cv_decl_readlinkat_works+y} + then : +--- 43207,43213 ---- + future*) REPLACE_READLINKAT=1 ;; + esac + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether readlinkat signature is correct" >&5 + printf %s "checking whether readlinkat signature is correct... " >&6; } + if test ${gl_cv_decl_readlinkat_works+y} + then : +*************** +*** 43392,43399 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_decl_readlinkat_works" >&5 +! printf '%s\n' "$gl_cv_decl_readlinkat_works" >&6; } + # Assume readlinkat has the same bugs as readlink, + # as is the case on macOS 14 with trailing slashes. + case $gl_cv_decl_readlinkat_works,$gl_cv_func_readlink_trailing_slash,$gl_cv_func_readlink_truncate in +--- 43239,43246 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_decl_readlinkat_works" >&5 +! printf "%s\n" "$gl_cv_decl_readlinkat_works" >&6; } + # Assume readlinkat has the same bugs as readlink, + # as is the case on macOS 14 with trailing slashes. + case $gl_cv_decl_readlinkat_works,$gl_cv_func_readlink_trailing_slash,$gl_cv_func_readlink_truncate in +*************** +*** 43440,43446 **** + + + +! printf '%s\n' "#define GNULIB_TEST_READLINKAT 1" >>confdefs.h + + + +--- 43287,43293 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_READLINKAT 1" >>confdefs.h + + + +*************** +*** 43451,43457 **** + if test "$gl_cv_func_realloc_sanitize" != no; then + REPLACE_REALLOC_FOR_REALLOC_POSIX=1 + +! printf '%s\n' "#define NEED_SANITIZED_REALLOC 1" >>confdefs.h + + else + REPLACE_REALLOC_FOR_REALLOC_POSIX=$REPLACE_MALLOC_FOR_MALLOC_POSIX +--- 43298,43304 ---- + if test "$gl_cv_func_realloc_sanitize" != no; then + REPLACE_REALLOC_FOR_REALLOC_POSIX=1 + +! printf "%s\n" "#define NEED_SANITIZED_REALLOC 1" >>confdefs.h + + else + REPLACE_REALLOC_FOR_REALLOC_POSIX=$REPLACE_MALLOC_FOR_MALLOC_POSIX +*************** +*** 43460,43466 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether realloc (..., 0) returns nonnull" >&5 + printf %s "checking whether realloc (..., 0) returns nonnull... " >&6; } + if test ${gl_cv_func_realloc_0_nonnull+y} + then : +--- 43307,43313 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether realloc (..., 0) returns nonnull" >&5 + printf %s "checking whether realloc (..., 0) returns nonnull... " >&6; } + if test ${gl_cv_func_realloc_0_nonnull+y} + then : +*************** +*** 43512,43523 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_realloc_0_nonnull" >&5 +! printf '%s\n' "$gl_cv_func_realloc_0_nonnull" >&6; } + case $gl_cv_func_realloc_0_nonnull in #( + *yes) : + +! printf '%s\n' "#define HAVE_REALLOC_0_NONNULL 1" >>confdefs.h + ;; #( + *) : + case $gl_cv_func_realloc_sanitize,$gl_cv_malloc_ptrdiff,$gl_cv_func_malloc_posix,$host in #( +--- 43359,43370 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_realloc_0_nonnull" >&5 +! printf "%s\n" "$gl_cv_func_realloc_0_nonnull" >&6; } + case $gl_cv_func_realloc_0_nonnull in #( + *yes) : + +! printf "%s\n" "#define HAVE_REALLOC_0_NONNULL 1" >>confdefs.h + ;; #( + *) : + case $gl_cv_func_realloc_sanitize,$gl_cv_malloc_ptrdiff,$gl_cv_func_malloc_posix,$host in #( +*************** +*** 43558,43564 **** + + + +! printf '%s\n' "#define GNULIB_TEST_REALLOC_POSIX 1" >>confdefs.h + + + +--- 43405,43411 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_REALLOC_POSIX 1" >>confdefs.h + + + +*************** +*** 43570,43576 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for reallocarray" >&5 + printf %s "checking for reallocarray... " >&6; } + if test ${gl_cv_onwards_func_reallocarray+y} + then : +--- 43417,43423 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for reallocarray" >&5 + printf %s "checking for reallocarray... " >&6; } + if test ${gl_cv_onwards_func_reallocarray+y} + then : +*************** +*** 43623,43630 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_reallocarray" >&5 +! printf '%s\n' "$gl_cv_onwards_func_reallocarray" >&6; } + + case "$gl_cv_onwards_func_reallocarray" in + future*) ac_cv_func_reallocarray=no ;; +--- 43470,43477 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_reallocarray" >&5 +! printf "%s\n" "$gl_cv_onwards_func_reallocarray" >&6; } + + case "$gl_cv_onwards_func_reallocarray" in + future*) ac_cv_func_reallocarray=no ;; +*************** +*** 43632,43638 **** + esac + if test $ac_cv_func_reallocarray = yes; then + +! printf '%s\n' "#define HAVE_REALLOCARRAY 1" >>confdefs.h + + fi + +--- 43479,43485 ---- + esac + if test $ac_cv_func_reallocarray = yes; then + +! printf "%s\n" "#define HAVE_REALLOCARRAY 1" >>confdefs.h + + fi + +*************** +*** 43673,43679 **** + fi + + +! printf '%s\n' "#define GNULIB_REALLOCARRAY 1" >>confdefs.h + + + +--- 43520,43526 ---- + fi + + +! printf "%s\n" "#define GNULIB_REALLOCARRAY 1" >>confdefs.h + + + +*************** +*** 43691,43697 **** + + + +! printf '%s\n' "#define GNULIB_TEST_REALLOCARRAY 1" >>confdefs.h + + + +--- 43538,43544 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_REALLOCARRAY 1" >>confdefs.h + + + +*************** +*** 43714,43720 **** + # regex.c. + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for working re_compile_pattern" >&5 + printf %s "checking for working re_compile_pattern... " >&6; } + if test ${gl_cv_func_re_compile_pattern_working+y} + then : +--- 43561,43567 ---- + # regex.c. + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for working re_compile_pattern" >&5 + printf %s "checking for working re_compile_pattern... " >&6; } + if test ${gl_cv_func_re_compile_pattern_working+y} + then : +*************** +*** 44047,44054 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_re_compile_pattern_working" >&5 +! printf '%s\n' "$gl_cv_func_re_compile_pattern_working" >&6; } + case "$gl_cv_func_re_compile_pattern_working" in #( + *yes) ac_use_included_regex=no;; #( + *no) ac_use_included_regex=yes;; +--- 43894,43901 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_re_compile_pattern_working" >&5 +! printf "%s\n" "$gl_cv_func_re_compile_pattern_working" >&6; } + case "$gl_cv_func_re_compile_pattern_working" in #( + *yes) ac_use_included_regex=no;; #( + *no) ac_use_included_regex=yes;; +*************** +*** 44060,44114 **** + + if test $ac_use_included_regex = yes; then + +! printf '%s\n' "#define _REGEX_INCLUDE_LIMITS_H 1" >>confdefs.h + + +! printf '%s\n' "#define _REGEX_LARGE_OFFSETS 1" >>confdefs.h + + +! printf '%s\n' "#define re_syntax_options rpl_re_syntax_options" >>confdefs.h + + +! printf '%s\n' "#define re_set_syntax rpl_re_set_syntax" >>confdefs.h + + +! printf '%s\n' "#define re_compile_pattern rpl_re_compile_pattern" >>confdefs.h + + +! printf '%s\n' "#define re_compile_fastmap rpl_re_compile_fastmap" >>confdefs.h + + +! printf '%s\n' "#define re_search rpl_re_search" >>confdefs.h + + +! printf '%s\n' "#define re_search_2 rpl_re_search_2" >>confdefs.h + + +! printf '%s\n' "#define re_match rpl_re_match" >>confdefs.h + + +! printf '%s\n' "#define re_match_2 rpl_re_match_2" >>confdefs.h + + +! printf '%s\n' "#define re_set_registers rpl_re_set_registers" >>confdefs.h + + +! printf '%s\n' "#define re_comp rpl_re_comp" >>confdefs.h + + +! printf '%s\n' "#define re_exec rpl_re_exec" >>confdefs.h + + +! printf '%s\n' "#define regcomp rpl_regcomp" >>confdefs.h + + +! printf '%s\n' "#define regexec rpl_regexec" >>confdefs.h + + +! printf '%s\n' "#define regerror rpl_regerror" >>confdefs.h + + +! printf '%s\n' "#define regfree rpl_regfree" >>confdefs.h + + fi + +--- 43907,43961 ---- + + if test $ac_use_included_regex = yes; then + +! printf "%s\n" "#define _REGEX_INCLUDE_LIMITS_H 1" >>confdefs.h + + +! printf "%s\n" "#define _REGEX_LARGE_OFFSETS 1" >>confdefs.h + + +! printf "%s\n" "#define re_syntax_options rpl_re_syntax_options" >>confdefs.h + + +! printf "%s\n" "#define re_set_syntax rpl_re_set_syntax" >>confdefs.h + + +! printf "%s\n" "#define re_compile_pattern rpl_re_compile_pattern" >>confdefs.h + + +! printf "%s\n" "#define re_compile_fastmap rpl_re_compile_fastmap" >>confdefs.h + + +! printf "%s\n" "#define re_search rpl_re_search" >>confdefs.h + + +! printf "%s\n" "#define re_search_2 rpl_re_search_2" >>confdefs.h + + +! printf "%s\n" "#define re_match rpl_re_match" >>confdefs.h + + +! printf "%s\n" "#define re_match_2 rpl_re_match_2" >>confdefs.h + + +! printf "%s\n" "#define re_set_registers rpl_re_set_registers" >>confdefs.h + + +! printf "%s\n" "#define re_comp rpl_re_comp" >>confdefs.h + + +! printf "%s\n" "#define re_exec rpl_re_exec" >>confdefs.h + + +! printf "%s\n" "#define regcomp rpl_regcomp" >>confdefs.h + + +! printf "%s\n" "#define regexec rpl_regexec" >>confdefs.h + + +! printf "%s\n" "#define regerror rpl_regerror" >>confdefs.h + + +! printf "%s\n" "#define regfree rpl_regfree" >>confdefs.h + + fi + +*************** +*** 44136,44142 **** + ac_fn_c_check_header_compile "$LINENO" "libintl.h" "ac_cv_header_libintl_h" "$ac_includes_default" + if test "x$ac_cv_header_libintl_h" = xyes + then : +! printf '%s\n' "#define HAVE_LIBINTL_H 1" >>confdefs.h + + fi + +--- 43983,43989 ---- + ac_fn_c_check_header_compile "$LINENO" "libintl.h" "ac_cv_header_libintl_h" "$ac_includes_default" + if test "x$ac_cv_header_libintl_h" = xyes + then : +! printf "%s\n" "#define HAVE_LIBINTL_H 1" >>confdefs.h + + fi + +*************** +*** 44150,44156 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_ISBLANK $ac_have_decl" >>confdefs.h + + + +--- 43997,44003 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_ISBLANK $ac_have_decl" >>confdefs.h + + + +*************** +*** 44170,44176 **** + if test $ac_cv_func_setenv = no; then + HAVE_SETENV=0 + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether setenv validates arguments" >&5 + printf %s "checking whether setenv validates arguments... " >&6; } + if test ${gl_cv_func_setenv_works+y} + then : +--- 44017,44023 ---- + if test $ac_cv_func_setenv = no; then + HAVE_SETENV=0 + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether setenv validates arguments" >&5 + printf %s "checking whether setenv validates arguments... " >&6; } + if test ${gl_cv_func_setenv_works+y} + then : +*************** +*** 44232,44239 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_setenv_works" >&5 +! printf '%s\n' "$gl_cv_func_setenv_works" >&6; } + case "$gl_cv_func_setenv_works" in + *yes) ;; + *) +--- 44079,44086 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_setenv_works" >&5 +! printf "%s\n" "$gl_cv_func_setenv_works" >&6; } + case "$gl_cv_func_setenv_works" in + *yes) ;; + *) +*************** +*** 44271,44277 **** + + + +! printf '%s\n' "#define GNULIB_TEST_SETENV 1" >>confdefs.h + + + +--- 44118,44124 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_SETENV 1" >>confdefs.h + + + +*************** +*** 44280,44286 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether setlocale (LC_ALL, NULL) is multithread-safe" >&5 + printf %s "checking whether setlocale (LC_ALL, NULL) is multithread-safe... " >&6; } + if test ${gl_cv_func_setlocale_null_all_mtsafe+y} + then : +--- 44127,44133 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether setlocale (LC_ALL, NULL) is multithread-safe" >&5 + printf %s "checking whether setlocale (LC_ALL, NULL) is multithread-safe... " >&6; } + if test ${gl_cv_func_setlocale_null_all_mtsafe+y} + then : +*************** +*** 44324,44331 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_setlocale_null_all_mtsafe" >&5 +! printf '%s\n' "$gl_cv_func_setlocale_null_all_mtsafe" >&6; } + case "$host_os" in + mingw* | windows*) ;; + *) +--- 44171,44178 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_setlocale_null_all_mtsafe" >&5 +! printf "%s\n" "$gl_cv_func_setlocale_null_all_mtsafe" >&6; } + case "$host_os" in + mingw* | windows*) ;; + *) +*************** +*** 44339,44348 **** + *) SETLOCALE_NULL_ALL_MTSAFE=0 ;; + esac + +! printf '%s\n' "#define SETLOCALE_NULL_ALL_MTSAFE $SETLOCALE_NULL_ALL_MTSAFE" >>confdefs.h + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether setlocale (category, NULL) is multithread-safe" >&5 + printf %s "checking whether setlocale (category, NULL) is multithread-safe... " >&6; } + if test ${gl_cv_func_setlocale_null_one_mtsafe+y} + then : +--- 44186,44195 ---- + *) SETLOCALE_NULL_ALL_MTSAFE=0 ;; + esac + +! printf "%s\n" "#define SETLOCALE_NULL_ALL_MTSAFE $SETLOCALE_NULL_ALL_MTSAFE" >>confdefs.h + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether setlocale (category, NULL) is multithread-safe" >&5 + printf %s "checking whether setlocale (category, NULL) is multithread-safe... " >&6; } + if test ${gl_cv_func_setlocale_null_one_mtsafe+y} + then : +*************** +*** 44362,44369 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_setlocale_null_one_mtsafe" >&5 +! printf '%s\n' "$gl_cv_func_setlocale_null_one_mtsafe" >&6; } + case "$host_os" in + mingw* | windows*) ;; + *) +--- 44209,44216 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_setlocale_null_one_mtsafe" >&5 +! printf "%s\n" "$gl_cv_func_setlocale_null_one_mtsafe" >&6; } + case "$host_os" in + mingw* | windows*) ;; + *) +*************** +*** 44377,44383 **** + *) SETLOCALE_NULL_ONE_MTSAFE=0 ;; + esac + +! printf '%s\n' "#define SETLOCALE_NULL_ONE_MTSAFE $SETLOCALE_NULL_ONE_MTSAFE" >>confdefs.h + + + if test $SETLOCALE_NULL_ALL_MTSAFE = 0 || test $SETLOCALE_NULL_ONE_MTSAFE = 0; then +--- 44224,44230 ---- + *) SETLOCALE_NULL_ONE_MTSAFE=0 ;; + esac + +! printf "%s\n" "#define SETLOCALE_NULL_ONE_MTSAFE $SETLOCALE_NULL_ONE_MTSAFE" >>confdefs.h + + + if test $SETLOCALE_NULL_ALL_MTSAFE = 0 || test $SETLOCALE_NULL_ONE_MTSAFE = 0; then +*************** +*** 44388,44394 **** + *) + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether imported symbols can be declared weak" >&5 + printf %s "checking whether imported symbols can be declared weak... " >&6; } + if test ${gl_cv_have_weak+y} + then : +--- 44235,44241 ---- + *) + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether imported symbols can be declared weak" >&5 + printf %s "checking whether imported symbols can be declared weak... " >&6; } + if test ${gl_cv_have_weak+y} + then : +*************** +*** 44492,44503 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_have_weak" >&5 +! printf '%s\n' "$gl_cv_have_weak" >&6; } + case "$gl_cv_have_weak" in + *yes) + +! printf '%s\n' "#define HAVE_WEAK_SYMBOLS 1" >>confdefs.h + + ;; + esac +--- 44339,44350 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_have_weak" >&5 +! printf "%s\n" "$gl_cv_have_weak" >&6; } + case "$gl_cv_have_weak" in + *yes) + +! printf "%s\n" "#define HAVE_WEAK_SYMBOLS 1" >>confdefs.h + + ;; + esac +*************** +*** 44537,44543 **** + CFLAG_VISIBILITY= + HAVE_VISIBILITY=0 + if test -n "$GCC"; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether the -Werror option is usable" >&5 + printf %s "checking whether the -Werror option is usable... " >&6; } + if test ${gl_cv_cc_vis_werror+y} + then : +--- 44384,44390 ---- + CFLAG_VISIBILITY= + HAVE_VISIBILITY=0 + if test -n "$GCC"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the -Werror option is usable" >&5 + printf %s "checking whether the -Werror option is usable... " >&6; } + if test ${gl_cv_cc_vis_werror+y} + then : +*************** +*** 44568,44576 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_vis_werror" >&5 +! printf '%s\n' "$gl_cv_cc_vis_werror" >&6; } +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for simple visibility declarations" >&5 + printf %s "checking for simple visibility declarations... " >&6; } + if test ${gl_cv_cc_visibility+y} + then : +--- 44415,44423 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_vis_werror" >&5 +! printf "%s\n" "$gl_cv_cc_vis_werror" >&6; } +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for simple visibility declarations" >&5 + printf %s "checking for simple visibility declarations... " >&6; } + if test ${gl_cv_cc_visibility+y} + then : +*************** +*** 44614,44621 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_visibility" >&5 +! printf '%s\n' "$gl_cv_cc_visibility" >&6; } + if test $gl_cv_cc_visibility = yes; then + CFLAG_VISIBILITY="-fvisibility=hidden" + HAVE_VISIBILITY=1 +--- 44461,44468 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_visibility" >&5 +! printf "%s\n" "$gl_cv_cc_visibility" >&6; } + if test $gl_cv_cc_visibility = yes; then + CFLAG_VISIBILITY="-fvisibility=hidden" + HAVE_VISIBILITY=1 +*************** +*** 44624,44630 **** + + + +! printf '%s\n' "#define HAVE_VISIBILITY $HAVE_VISIBILITY" >>confdefs.h + + + +--- 44471,44477 ---- + + + +! printf "%s\n" "#define HAVE_VISIBILITY $HAVE_VISIBILITY" >>confdefs.h + + + +*************** +*** 44645,44651 **** + + + +! printf '%s\n' "#define GNULIB_TEST_SETLOCALE_NULL 1" >>confdefs.h + + + +--- 44492,44498 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_SETLOCALE_NULL 1" >>confdefs.h + + + +*************** +*** 44659,44665 **** + if test "x$ac_cv_member_struct_sigaction_sa_sigaction" = xyes + then : + +! printf '%s\n' "#define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1" >>confdefs.h + + + fi +--- 44506,44512 ---- + if test "x$ac_cv_member_struct_sigaction_sa_sigaction" = xyes + then : + +! printf "%s\n" "#define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1" >>confdefs.h + + + fi +*************** +*** 44700,44706 **** + if test "x$ac_cv_type_siginfo_t" = xyes + then : + +! printf '%s\n' "#define HAVE_SIGINFO_T 1" >>confdefs.h + + + fi +--- 44547,44553 ---- + if test "x$ac_cv_type_siginfo_t" = xyes + then : + +! printf "%s\n" "#define HAVE_SIGINFO_T 1" >>confdefs.h + + + fi +*************** +*** 44726,44732 **** + + + +! printf '%s\n' "#define GNULIB_TEST_SIGACTION 1" >>confdefs.h + + + +--- 44573,44579 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_SIGACTION 1" >>confdefs.h + + + +*************** +*** 44784,44790 **** + + + +! printf '%s\n' "#define GNULIB_TEST_SIGPROCMASK 1" >>confdefs.h + + + +--- 44631,44637 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_SIGPROCMASK 1" >>confdefs.h + + + +*************** +*** 44834,44847 **** + case "$host_os" in + solaris2.11) + +! printf '%s\n' "#define SOLARIS11 1" >>confdefs.h + + ;; + esac + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for stack direction" >&5 + printf %s "checking for stack direction... " >&6; } + if test ${sv_cv_stack_direction_msg+y} + then : +--- 44681,44694 ---- + case "$host_os" in + solaris2.11) + +! printf "%s\n" "#define SOLARIS11 1" >>confdefs.h + + ;; + esac + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for stack direction" >&5 + printf %s "checking for stack direction... " >&6; } + if test ${sv_cv_stack_direction_msg+y} + then : +*************** +*** 44941,44947 **** + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + sv_cv_stack_direction=`./conftest` + else +--- 44788,44794 ---- + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + sv_cv_stack_direction=`./conftest` + else +*************** +*** 44957,44966 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $sv_cv_stack_direction_msg" >&5 +! printf '%s\n' "$sv_cv_stack_direction_msg" >&6; } + +! printf '%s\n' "#define STACK_DIRECTION $sv_cv_stack_direction" >>confdefs.h + + + +--- 44804,44813 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $sv_cv_stack_direction_msg" >&5 +! printf "%s\n" "$sv_cv_stack_direction_msg" >&6; } + +! printf "%s\n" "#define STACK_DIRECTION $sv_cv_stack_direction" >>confdefs.h + + + +*************** +*** 44982,44988 **** + + else case e in #( + e) +! printf '%s\n' "#define stack_t struct sigaltstack" >>confdefs.h + + ;; + esac +--- 44829,44835 ---- + + else case e in #( + e) +! printf "%s\n" "#define stack_t struct sigaltstack" >>confdefs.h + + ;; + esac +*************** +*** 44990,44996 **** + + fi + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for working sigaltstack" >&5 + printf %s "checking for working sigaltstack... " >&6; } + if test ${sv_cv_sigaltstack+y} + then : +--- 44837,44843 ---- + + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for working sigaltstack" >&5 + printf %s "checking for working sigaltstack... " >&6; } + if test ${sv_cv_sigaltstack+y} + then : +*************** +*** 45141,45154 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $sv_cv_sigaltstack" >&5 +! printf '%s\n' "$sv_cv_sigaltstack" >&6; } + if test "$sv_cv_sigaltstack" != no; then + +! printf '%s\n' "#define HAVE_WORKING_SIGALTSTACK 1" >>confdefs.h + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for correct stack_t interpretation" >&5 + printf %s "checking for correct stack_t interpretation... " >&6; } + if test ${sv_cv_sigaltstack_low_base+y} + then : +--- 44988,45001 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $sv_cv_sigaltstack" >&5 +! printf "%s\n" "$sv_cv_sigaltstack" >&6; } + if test "$sv_cv_sigaltstack" != no; then + +! printf "%s\n" "#define HAVE_WORKING_SIGALTSTACK 1" >>confdefs.h + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for correct stack_t interpretation" >&5 + printf %s "checking for correct stack_t interpretation... " >&6; } + if test ${sv_cv_sigaltstack_low_base+y} + then : +*************** +*** 45226,45236 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $sv_cv_sigaltstack_low_base" >&5 +! printf '%s\n' "$sv_cv_sigaltstack_low_base" >&6; } + if test "$sv_cv_sigaltstack_low_base" = no; then + +! printf '%s\n' "#define SIGALTSTACK_SS_REVERSED 1" >>confdefs.h + + fi + fi +--- 45073,45083 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $sv_cv_sigaltstack_low_base" >&5 +! printf "%s\n" "$sv_cv_sigaltstack_low_base" >&6; } + if test "$sv_cv_sigaltstack_low_base" = no; then + +! printf "%s\n" "#define SIGALTSTACK_SS_REVERSED 1" >>confdefs.h + + fi + fi +*************** +*** 45238,45244 **** + + fi + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for ssize_t" >&5 + printf %s "checking for ssize_t... " >&6; } + if test ${gl_cv_ssize_t+y} + then : +--- 45085,45091 ---- + + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ssize_t" >&5 + printf %s "checking for ssize_t... " >&6; } + if test ${gl_cv_ssize_t+y} + then : +*************** +*** 45266,45275 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_ssize_t" >&5 +! printf '%s\n' "$gl_cv_ssize_t" >&6; } + if test $gl_cv_ssize_t = no; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether size_t is wider than 'long'" >&5 + printf %s "checking whether size_t is wider than 'long'... " >&6; } + if test ${gl_cv_size_t_large+y} + then : +--- 45113,45122 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_ssize_t" >&5 +! printf "%s\n" "$gl_cv_ssize_t" >&6; } + if test $gl_cv_ssize_t = no; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether size_t is wider than 'long'" >&5 + printf %s "checking whether size_t is wider than 'long'... " >&6; } + if test ${gl_cv_size_t_large+y} + then : +*************** +*** 45298,45312 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_size_t_large" >&5 +! printf '%s\n' "$gl_cv_size_t_large" >&6; } + if test $gl_cv_size_t_large = yes; then + gl_def_ssize_t='long long' + else + gl_def_ssize_t='long' + fi + +! printf '%s\n' "#define ssize_t $gl_def_ssize_t" >>confdefs.h + + fi + +--- 45145,45159 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_size_t_large" >&5 +! printf "%s\n" "$gl_cv_size_t_large" >&6; } + if test $gl_cv_size_t_large = yes; then + gl_def_ssize_t='long long' + else + gl_def_ssize_t='long' + fi + +! printf "%s\n" "#define ssize_t $gl_def_ssize_t" >>confdefs.h + + fi + +*************** +*** 45319,45325 **** + REPLACE_STAT=1 + ;; + *) +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether stat handles trailing slashes on files" >&5 + printf %s "checking whether stat handles trailing slashes on files... " >&6; } + if test ${gl_cv_func_stat_file_slash+y} + then : +--- 45166,45172 ---- + REPLACE_STAT=1 + ;; + *) +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether stat handles trailing slashes on files" >&5 + printf %s "checking whether stat handles trailing slashes on files... " >&6; } + if test ${gl_cv_func_stat_file_slash+y} + then : +*************** +*** 45380,45392 **** + rm -f conftest.tmp conftest.lnk ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_stat_file_slash" >&5 +! printf '%s\n' "$gl_cv_func_stat_file_slash" >&6; } + case $gl_cv_func_stat_file_slash in + *no) + REPLACE_STAT=1 + +! printf '%s\n' "#define REPLACE_FUNC_STAT_FILE 1" >>confdefs.h + ;; + esac + case $host_os in +--- 45227,45239 ---- + rm -f conftest.tmp conftest.lnk ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_stat_file_slash" >&5 +! printf "%s\n" "$gl_cv_func_stat_file_slash" >&6; } + case $gl_cv_func_stat_file_slash in + *no) + REPLACE_STAT=1 + +! printf "%s\n" "#define REPLACE_FUNC_STAT_FILE 1" >>confdefs.h + ;; + esac + case $host_os in +*************** +*** 45448,45460 **** + + + +! printf '%s\n' "#define GNULIB_TEST_STAT 1" >>confdefs.h + + + + + +! printf '%s\n' "#define GNULIB_STAT 1" >>confdefs.h + + + +--- 45295,45307 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_STAT 1" >>confdefs.h + + + + + +! printf "%s\n" "#define GNULIB_STAT 1" >>confdefs.h + + + +*************** +*** 45472,45480 **** + if test "x$ac_cv_member_struct_stat_st_atim_tv_nsec" = xyes + then : + +! printf '%s\n' "#define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1" >>confdefs.h + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether struct stat.st_atim is of type struct timespec" >&5 + printf %s "checking whether struct stat.st_atim is of type struct timespec... " >&6; } + if test ${ac_cv_typeof_struct_stat_st_atim_is_struct_timespec+y} + then : +--- 45319,45327 ---- + if test "x$ac_cv_member_struct_stat_st_atim_tv_nsec" = xyes + then : + +! printf "%s\n" "#define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1" >>confdefs.h + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether struct stat.st_atim is of type struct timespec" >&5 + printf %s "checking whether struct stat.st_atim is of type struct timespec... " >&6; } + if test ${ac_cv_typeof_struct_stat_st_atim_is_struct_timespec+y} + then : +*************** +*** 45512,45522 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_typeof_struct_stat_st_atim_is_struct_timespec" >&5 +! printf '%s\n' "$ac_cv_typeof_struct_stat_st_atim_is_struct_timespec" >&6; } + if test $ac_cv_typeof_struct_stat_st_atim_is_struct_timespec = yes; then + +! printf '%s\n' "#define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1" >>confdefs.h + + fi + else case e in #( +--- 45359,45369 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_typeof_struct_stat_st_atim_is_struct_timespec" >&5 +! printf "%s\n" "$ac_cv_typeof_struct_stat_st_atim_is_struct_timespec" >&6; } + if test $ac_cv_typeof_struct_stat_st_atim_is_struct_timespec = yes; then + +! printf "%s\n" "#define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1" >>confdefs.h + + fi + else case e in #( +*************** +*** 45526,45532 **** + if test "x$ac_cv_member_struct_stat_st_atimespec_tv_nsec" = xyes + then : + +! printf '%s\n' "#define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1" >>confdefs.h + + + else case e in #( +--- 45373,45379 ---- + if test "x$ac_cv_member_struct_stat_st_atimespec_tv_nsec" = xyes + then : + +! printf "%s\n" "#define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1" >>confdefs.h + + + else case e in #( +*************** +*** 45536,45542 **** + if test "x$ac_cv_member_struct_stat_st_atimensec" = xyes + then : + +! printf '%s\n' "#define HAVE_STRUCT_STAT_ST_ATIMENSEC 1" >>confdefs.h + + + else case e in #( +--- 45383,45389 ---- + if test "x$ac_cv_member_struct_stat_st_atimensec" = xyes + then : + +! printf "%s\n" "#define HAVE_STRUCT_STAT_ST_ATIMENSEC 1" >>confdefs.h + + + else case e in #( +*************** +*** 45546,45552 **** + if test "x$ac_cv_member_struct_stat_st_atim_st__tim_tv_nsec" = xyes + then : + +! printf '%s\n' "#define HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC 1" >>confdefs.h + + + fi +--- 45393,45399 ---- + if test "x$ac_cv_member_struct_stat_st_atim_st__tim_tv_nsec" = xyes + then : + +! printf "%s\n" "#define HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC 1" >>confdefs.h + + + fi +*************** +*** 45570,45576 **** + if test "x$ac_cv_member_struct_stat_st_birthtimespec_tv_nsec" = xyes + then : + +! printf '%s\n' "#define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1" >>confdefs.h + + + else case e in #( +--- 45417,45423 ---- + if test "x$ac_cv_member_struct_stat_st_birthtimespec_tv_nsec" = xyes + then : + +! printf "%s\n" "#define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1" >>confdefs.h + + + else case e in #( +*************** +*** 45580,45586 **** + if test "x$ac_cv_member_struct_stat_st_birthtimensec" = xyes + then : + +! printf '%s\n' "#define HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC 1" >>confdefs.h + + + else case e in #( +--- 45427,45433 ---- + if test "x$ac_cv_member_struct_stat_st_birthtimensec" = xyes + then : + +! printf "%s\n" "#define HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC 1" >>confdefs.h + + + else case e in #( +*************** +*** 45590,45596 **** + if test "x$ac_cv_member_struct_stat_st_birthtim_tv_nsec" = xyes + then : + +! printf '%s\n' "#define HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC 1" >>confdefs.h + + + fi +--- 45437,45443 ---- + if test "x$ac_cv_member_struct_stat_st_birthtim_tv_nsec" = xyes + then : + +! printf "%s\n" "#define HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC 1" >>confdefs.h + + + fi +*************** +*** 45605,45611 **** + + GL_GENERATE_STDARG_H=false + NEXT_STDARG_H='' +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for va_copy" >&5 + printf %s "checking for va_copy... " >&6; } + if test ${gl_cv_func_va_copy+y} + then : +--- 45452,45458 ---- + + GL_GENERATE_STDARG_H=false + NEXT_STDARG_H='' +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for va_copy" >&5 + printf %s "checking for va_copy... " >&6; } + if test ${gl_cv_func_va_copy+y} + then : +*************** +*** 45637,45644 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_va_copy" >&5 +! printf '%s\n' "$gl_cv_func_va_copy" >&6; } + if test $gl_cv_func_va_copy = no; then + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +--- 45484,45491 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_va_copy" >&5 +! printf "%s\n" "$gl_cv_func_va_copy" >&6; } + if test $gl_cv_func_va_copy = no; then + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +*************** +*** 45670,45676 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_stdarg_h='<'stdarg.h'>' + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_stdarg_h+y} + then : +--- 45517,45523 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_stdarg_h='<'stdarg.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_stdarg_h+y} + then : +*************** +*** 45715,45722 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stdarg_h" >&5 +! printf '%s\n' "$gl_cv_next_stdarg_h" >&6; } + fi + NEXT_STDARG_H=$gl_cv_next_stdarg_h + +--- 45562,45569 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stdarg_h" >&5 +! printf "%s\n" "$gl_cv_next_stdarg_h" >&6; } + fi + NEXT_STDARG_H=$gl_cv_next_stdarg_h + +*************** +*** 45778,45789 **** + + if test $gl_cv_func___va_copy = yes; then + +! printf '%s\n' "#define va_copy __va_copy" >>confdefs.h + + else + + +! printf '%s\n' "#define va_copy gl_va_copy" >>confdefs.h + + fi + fi +--- 45625,45636 ---- + + if test $gl_cv_func___va_copy = yes; then + +! printf "%s\n" "#define va_copy __va_copy" >>confdefs.h + + else + + +! printf "%s\n" "#define va_copy gl_va_copy" >>confdefs.h + + fi + fi +*************** +*** 46055,46067 **** + + + +! printf '%s\n' "#define GNULIB_TEST_FSCANF 1" >>confdefs.h + + + + + +! printf '%s\n' "#define GNULIB_FSCANF 1" >>confdefs.h + + + +--- 45902,45914 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_FSCANF 1" >>confdefs.h + + + + + +! printf "%s\n" "#define GNULIB_FSCANF 1" >>confdefs.h + + + +*************** +*** 46079,46091 **** + + + +! printf '%s\n' "#define GNULIB_TEST_SCANF 1" >>confdefs.h + + + + + +! printf '%s\n' "#define GNULIB_SCANF 1" >>confdefs.h + + + +--- 45926,45938 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_SCANF 1" >>confdefs.h + + + + + +! printf "%s\n" "#define GNULIB_SCANF 1" >>confdefs.h + + + +*************** +*** 46103,46109 **** + + + +! printf '%s\n' "#define GNULIB_TEST_FGETC 1" >>confdefs.h + + + +--- 45950,45956 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_FGETC 1" >>confdefs.h + + + +*************** +*** 46122,46128 **** + + + +! printf '%s\n' "#define GNULIB_TEST_GETC 1" >>confdefs.h + + + +--- 45969,45975 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_GETC 1" >>confdefs.h + + + +*************** +*** 46141,46147 **** + + + +! printf '%s\n' "#define GNULIB_TEST_GETCHAR 1" >>confdefs.h + + + +--- 45988,45994 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_GETCHAR 1" >>confdefs.h + + + +*************** +*** 46160,46166 **** + + + +! printf '%s\n' "#define GNULIB_TEST_FGETS 1" >>confdefs.h + + + +--- 46007,46013 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_FGETS 1" >>confdefs.h + + + +*************** +*** 46179,46185 **** + + + +! printf '%s\n' "#define GNULIB_TEST_FREAD 1" >>confdefs.h + + + +--- 46026,46032 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_FREAD 1" >>confdefs.h + + + +*************** +*** 46198,46204 **** + + + +! printf '%s\n' "#define GNULIB_TEST_FPRINTF 1" >>confdefs.h + + + +--- 46045,46051 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_FPRINTF 1" >>confdefs.h + + + +*************** +*** 46217,46223 **** + + + +! printf '%s\n' "#define GNULIB_TEST_PRINTF 1" >>confdefs.h + + + +--- 46064,46070 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_PRINTF 1" >>confdefs.h + + + +*************** +*** 46236,46242 **** + + + +! printf '%s\n' "#define GNULIB_TEST_VFPRINTF 1" >>confdefs.h + + + +--- 46083,46089 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_VFPRINTF 1" >>confdefs.h + + + +*************** +*** 46255,46261 **** + + + +! printf '%s\n' "#define GNULIB_TEST_VPRINTF 1" >>confdefs.h + + + +--- 46102,46108 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_VPRINTF 1" >>confdefs.h + + + +*************** +*** 46274,46280 **** + + + +! printf '%s\n' "#define GNULIB_TEST_FPUTC 1" >>confdefs.h + + + +--- 46121,46127 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_FPUTC 1" >>confdefs.h + + + +*************** +*** 46293,46299 **** + + + +! printf '%s\n' "#define GNULIB_TEST_PUTC 1" >>confdefs.h + + + +--- 46140,46146 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_PUTC 1" >>confdefs.h + + + +*************** +*** 46312,46318 **** + + + +! printf '%s\n' "#define GNULIB_TEST_PUTCHAR 1" >>confdefs.h + + + +--- 46159,46165 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_PUTCHAR 1" >>confdefs.h + + + +*************** +*** 46331,46337 **** + + + +! printf '%s\n' "#define GNULIB_TEST_FPUTS 1" >>confdefs.h + + + +--- 46178,46184 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_FPUTS 1" >>confdefs.h + + + +*************** +*** 46350,46356 **** + + + +! printf '%s\n' "#define GNULIB_TEST_PUTS 1" >>confdefs.h + + + +--- 46197,46203 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_PUTS 1" >>confdefs.h + + + +*************** +*** 46369,46375 **** + + + +! printf '%s\n' "#define GNULIB_TEST_FWRITE 1" >>confdefs.h + + + +--- 46216,46222 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_FWRITE 1" >>confdefs.h + + + +*************** +*** 46388,46394 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for stpcpy" >&5 + printf %s "checking for stpcpy... " >&6; } + if test ${gl_cv_onwards_func_stpcpy+y} + then : +--- 46235,46241 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for stpcpy" >&5 + printf %s "checking for stpcpy... " >&6; } + if test ${gl_cv_onwards_func_stpcpy+y} + then : +*************** +*** 46441,46448 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_stpcpy" >&5 +! printf '%s\n' "$gl_cv_onwards_func_stpcpy" >&6; } + + case "$gl_cv_onwards_func_stpcpy" in + future*) ac_cv_func_stpcpy=no ;; +--- 46288,46295 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_stpcpy" >&5 +! printf "%s\n" "$gl_cv_onwards_func_stpcpy" >&6; } + + case "$gl_cv_onwards_func_stpcpy" in + future*) ac_cv_func_stpcpy=no ;; +*************** +*** 46450,46456 **** + esac + if test $ac_cv_func_stpcpy = yes; then + +! printf '%s\n' "#define HAVE_STPCPY 1" >>confdefs.h + + fi + +--- 46297,46303 ---- + esac + if test $ac_cv_func_stpcpy = yes; then + +! printf "%s\n" "#define HAVE_STPCPY 1" >>confdefs.h + + fi + +*************** +*** 46503,46509 **** + + + +! printf '%s\n' "#define GNULIB_TEST_STPCPY 1" >>confdefs.h + + + +--- 46350,46356 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_STPCPY 1" >>confdefs.h + + + +*************** +*** 46513,46519 **** + ac_fn_c_check_func "$LINENO" "strcasecmp" "ac_cv_func_strcasecmp" + if test "x$ac_cv_func_strcasecmp" = xyes + then : +! printf '%s\n' "#define HAVE_STRCASECMP 1" >>confdefs.h + + fi + +--- 46360,46366 ---- + ac_fn_c_check_func "$LINENO" "strcasecmp" "ac_cv_func_strcasecmp" + if test "x$ac_cv_func_strcasecmp" = xyes + then : +! printf "%s\n" "#define HAVE_STRCASECMP 1" >>confdefs.h + + fi + +*************** +*** 46526,46532 **** + ac_fn_c_check_func "$LINENO" "strncasecmp" "ac_cv_func_strncasecmp" + if test "x$ac_cv_func_strncasecmp" = xyes + then : +! printf '%s\n' "#define HAVE_STRNCASECMP 1" >>confdefs.h + + fi + +--- 46373,46379 ---- + ac_fn_c_check_func "$LINENO" "strncasecmp" "ac_cv_func_strncasecmp" + if test "x$ac_cv_func_strncasecmp" = xyes + then : +! printf "%s\n" "#define HAVE_STRNCASECMP 1" >>confdefs.h + + fi + +*************** +*** 46543,46549 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_STRNCASECMP $ac_have_decl" >>confdefs.h + + if test $ac_cv_have_decl_strncasecmp = no; then + HAVE_DECL_STRNCASECMP=0 +--- 46390,46396 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_STRNCASECMP $ac_have_decl" >>confdefs.h + + if test $ac_cv_have_decl_strncasecmp = no; then + HAVE_DECL_STRNCASECMP=0 +*************** +*** 46643,46649 **** + + + +! printf '%s\n' "#define GNULIB_TEST_STRDUP 1" >>confdefs.h + + + +--- 46490,46496 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_STRDUP 1" >>confdefs.h + + + +*************** +*** 46655,46661 **** + + + if test "$GL_GENERATE_ERRNO_H:$REPLACE_STRERROR_0" = false:0; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for working strerror function" >&5 + printf %s "checking for working strerror function... " >&6; } + if test ${gl_cv_func_working_strerror+y} + then : +--- 46502,46508 ---- + + + if test "$GL_GENERATE_ERRNO_H:$REPLACE_STRERROR_0" = false:0; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for working strerror function" >&5 + printf %s "checking for working strerror function... " >&6; } + if test ${gl_cv_func_working_strerror+y} + then : +*************** +*** 46700,46707 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_working_strerror" >&5 +! printf '%s\n' "$gl_cv_func_working_strerror" >&6; } + case "$gl_cv_func_working_strerror" in + *yes) ;; + *) +--- 46547,46554 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_working_strerror" >&5 +! printf "%s\n" "$gl_cv_func_working_strerror" >&6; } + case "$gl_cv_func_working_strerror" in + *yes) ;; + *) +*************** +*** 46733,46739 **** + + + +! printf '%s\n' "#define GNULIB_STRERROR 1" >>confdefs.h + + + +--- 46580,46586 ---- + + + +! printf "%s\n" "#define GNULIB_STRERROR 1" >>confdefs.h + + + +*************** +*** 46756,46762 **** + + + +! printf '%s\n' "#define GNULIB_TEST_STRERROR 1" >>confdefs.h + + + +--- 46603,46609 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_STRERROR 1" >>confdefs.h + + + +*************** +*** 46786,46792 **** + ac_fn_c_check_header_compile "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default" + if test "x$ac_cv_header_winsock2_h" = xyes + then : +! printf '%s\n' "#define HAVE_WINSOCK2_H 1" >>confdefs.h + + fi + +--- 46633,46639 ---- + ac_fn_c_check_header_compile "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default" + if test "x$ac_cv_header_winsock2_h" = xyes + then : +! printf "%s\n" "#define HAVE_WINSOCK2_H 1" >>confdefs.h + + fi + +*************** +*** 46831,46837 **** + HAVE_DECL_STRNLEN=0 + else + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for working strnlen" >&5 + printf %s "checking for working strnlen... " >&6; } + if test ${ac_cv_func_strnlen_working+y} + then : +--- 46678,46684 ---- + HAVE_DECL_STRNLEN=0 + else + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for working strnlen" >&5 + printf %s "checking for working strnlen... " >&6; } + if test ${ac_cv_func_strnlen_working+y} + then : +*************** +*** 46911,46918 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_strnlen_working" >&5 +! printf '%s\n' "$ac_cv_func_strnlen_working" >&6; } + test $ac_cv_func_strnlen_working = no && : + + +--- 46758,46765 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_strnlen_working" >&5 +! printf "%s\n" "$ac_cv_func_strnlen_working" >&6; } + test $ac_cv_func_strnlen_working = no && : + + +*************** +*** 46960,46966 **** + + + +! printf '%s\n' "#define GNULIB_TEST_STRNLEN 1" >>confdefs.h + + + +--- 46807,46813 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_STRNLEN 1" >>confdefs.h + + + +*************** +*** 47009,47015 **** + + + +! printf '%s\n' "#define GNULIB_TEST_STRPTIME 1" >>confdefs.h + + + +--- 46856,46862 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_STRPTIME 1" >>confdefs.h + + + +*************** +*** 47024,47030 **** + + if test "$ac_cv_func_strtoimax" = yes; then + HAVE_STRTOIMAX=1 +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether strtoimax works" >&5 + printf %s "checking whether strtoimax works... " >&6; } + if test ${gl_cv_func_strtoimax+y} + then : +--- 46871,46877 ---- + + if test "$ac_cv_func_strtoimax" = yes; then + HAVE_STRTOIMAX=1 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether strtoimax works" >&5 + printf %s "checking whether strtoimax works... " >&6; } + if test ${gl_cv_func_strtoimax+y} + then : +*************** +*** 47097,47104 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_strtoimax" >&5 +! printf '%s\n' "$gl_cv_func_strtoimax" >&6; } + case "$gl_cv_func_strtoimax" in + *no) REPLACE_STRTOIMAX=1 ;; + esac +--- 46944,46951 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_strtoimax" >&5 +! printf "%s\n" "$gl_cv_func_strtoimax" >&6; } + case "$gl_cv_func_strtoimax" in + *no) REPLACE_STRTOIMAX=1 ;; + esac +*************** +*** 47135,47141 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_STRTOLL $ac_have_decl" >>confdefs.h + + + +--- 46982,46988 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_STRTOLL $ac_have_decl" >>confdefs.h + + + +*************** +*** 47160,47171 **** + ac_fn_c_check_func "$LINENO" "strtoll" "ac_cv_func_strtoll" + if test "x$ac_cv_func_strtoll" = xyes + then : +! printf '%s\n' "#define HAVE_STRTOLL 1" >>confdefs.h + + fi + + if test $ac_cv_func_strtoll = yes; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether strtoll works" >&5 + printf %s "checking whether strtoll works... " >&6; } + if test ${gl_cv_func_strtoll_works+y} + then : +--- 47007,47018 ---- + ac_fn_c_check_func "$LINENO" "strtoll" "ac_cv_func_strtoll" + if test "x$ac_cv_func_strtoll" = xyes + then : +! printf "%s\n" "#define HAVE_STRTOLL 1" >>confdefs.h + + fi + + if test $ac_cv_func_strtoll = yes; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether strtoll works" >&5 + printf %s "checking whether strtoll works... " >&6; } + if test ${gl_cv_func_strtoll_works+y} + then : +*************** +*** 47234,47241 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_strtoll_works" >&5 +! printf '%s\n' "$gl_cv_func_strtoll_works" >&6; } + case "$gl_cv_func_strtoll_works" in + *yes) ;; + *) REPLACE_STRTOLL=1 ;; +--- 47081,47088 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_strtoll_works" >&5 +! printf "%s\n" "$gl_cv_func_strtoll_works" >&6; } + case "$gl_cv_func_strtoll_works" in + *yes) ;; + *) REPLACE_STRTOLL=1 ;; +*************** +*** 47280,47286 **** + + + +! printf '%s\n' "#define GNULIB_TEST_STRTOLL 1" >>confdefs.h + + + +--- 47127,47133 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_STRTOLL 1" >>confdefs.h + + + +*************** +*** 47327,47333 **** + + + +! printf '%s\n' "#define GNULIB_TEMPNAME 1" >>confdefs.h + + + +--- 47174,47180 ---- + + + +! printf "%s\n" "#define GNULIB_TEMPNAME 1" >>confdefs.h + + + +*************** +*** 47360,47366 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_LOCALTIME_R $ac_have_decl" >>confdefs.h + + if test $ac_cv_have_decl_localtime_r = no; then + HAVE_DECL_LOCALTIME_R=0 +--- 47207,47213 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_LOCALTIME_R $ac_have_decl" >>confdefs.h + + if test $ac_cv_have_decl_localtime_r = no; then + HAVE_DECL_LOCALTIME_R=0 +*************** +*** 47369,47375 **** + + if test $ac_cv_func_localtime_r = yes; then + HAVE_LOCALTIME_R=1 +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether localtime_r is compatible with its POSIX signature" >&5 + printf %s "checking whether localtime_r is compatible with its POSIX signature... " >&6; } + if test ${gl_cv_time_r_posix+y} + then : +--- 47216,47222 ---- + + if test $ac_cv_func_localtime_r = yes; then + HAVE_LOCALTIME_R=1 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether localtime_r is compatible with its POSIX signature" >&5 + printf %s "checking whether localtime_r is compatible with its POSIX signature... " >&6; } + if test ${gl_cv_time_r_posix+y} + then : +*************** +*** 47412,47425 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_time_r_posix" >&5 +! printf '%s\n' "$gl_cv_time_r_posix" >&6; } + if test $gl_cv_time_r_posix != yes; then + REPLACE_LOCALTIME_R=1 + fi + else + HAVE_LOCALTIME_R=0 +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether localtime_r exists as an inline function" >&5 + printf %s "checking whether localtime_r exists as an inline function... " >&6; } + if test ${gl_cv_func_localtime_r_inline+y} + then : +--- 47259,47272 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_time_r_posix" >&5 +! printf "%s\n" "$gl_cv_time_r_posix" >&6; } + if test $gl_cv_time_r_posix != yes; then + REPLACE_LOCALTIME_R=1 + fi + else + HAVE_LOCALTIME_R=0 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether localtime_r exists as an inline function" >&5 + printf %s "checking whether localtime_r exists as an inline function... " >&6; } + if test ${gl_cv_func_localtime_r_inline+y} + then : +*************** +*** 47459,47466 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_localtime_r_inline" >&5 +! printf '%s\n' "$gl_cv_func_localtime_r_inline" >&6; } + if test $gl_cv_func_localtime_r_inline = yes; then + REPLACE_LOCALTIME_R=1 + fi +--- 47306,47313 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_localtime_r_inline" >&5 +! printf "%s\n" "$gl_cv_func_localtime_r_inline" >&6; } + if test $gl_cv_func_localtime_r_inline = yes; then + REPLACE_LOCALTIME_R=1 + fi +*************** +*** 47502,47508 **** + + + +! printf '%s\n' "#define GNULIB_TEST_TIME_R 1" >>confdefs.h + + + +--- 47349,47355 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_TIME_R 1" >>confdefs.h + + + +*************** +*** 47514,47520 **** + # On Mac OS X 10.6, localtime loops forever with some time_t values. + # See Bug#27706, Bug#27736, and + # https://lists.gnu.org/r/bug-gnulib/2017-07/msg00142.html +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether localtime works even near extrema" >&5 + printf %s "checking whether localtime works even near extrema... " >&6; } + if test ${gl_cv_func_localtime_works+y} + then : +--- 47361,47367 ---- + # On Mac OS X 10.6, localtime loops forever with some time_t values. + # See Bug#27706, Bug#27736, and + # https://lists.gnu.org/r/bug-gnulib/2017-07/msg00142.html +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether localtime works even near extrema" >&5 + printf %s "checking whether localtime works even near extrema... " >&6; } + if test ${gl_cv_func_localtime_works+y} + then : +*************** +*** 47562,47572 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_localtime_works" >&5 +! printf '%s\n' "$gl_cv_func_localtime_works" >&6; } + if test "$gl_cv_func_localtime_works" = no; then + +! printf '%s\n' "#define HAVE_LOCALTIME_INFLOOP_BUG 1" >>confdefs.h + + fi + +--- 47409,47419 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_localtime_works" >&5 +! printf "%s\n" "$gl_cv_func_localtime_works" >&6; } + if test "$gl_cv_func_localtime_works" = no; then + +! printf "%s\n" "#define HAVE_LOCALTIME_INFLOOP_BUG 1" >>confdefs.h + + fi + +*************** +*** 47575,47581 **** + if test "x$ac_cv_type_timezone_t" = xyes + then : + +! printf '%s\n' "#define HAVE_TIMEZONE_T 1" >>confdefs.h + + + fi +--- 47422,47428 ---- + if test "x$ac_cv_type_timezone_t" = xyes + then : + +! printf "%s\n" "#define HAVE_TIMEZONE_T 1" >>confdefs.h + + + fi +*************** +*** 47586,47592 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for tzalloc" >&5 + printf %s "checking for tzalloc... " >&6; } + if test ${gl_cv_onwards_func_tzalloc+y} + then : +--- 47433,47439 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for tzalloc" >&5 + printf %s "checking for tzalloc... " >&6; } + if test ${gl_cv_onwards_func_tzalloc+y} + then : +*************** +*** 47639,47646 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_tzalloc" >&5 +! printf '%s\n' "$gl_cv_onwards_func_tzalloc" >&6; } + + case "$gl_cv_onwards_func_tzalloc" in + future*) ac_cv_func_tzalloc=no ;; +--- 47486,47493 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_tzalloc" >&5 +! printf "%s\n" "$gl_cv_onwards_func_tzalloc" >&6; } + + case "$gl_cv_onwards_func_tzalloc" in + future*) ac_cv_func_tzalloc=no ;; +*************** +*** 47648,47654 **** + esac + if test $ac_cv_func_tzalloc = yes; then + +! printf '%s\n' "#define HAVE_TZALLOC 1" >>confdefs.h + + fi + +--- 47495,47501 ---- + esac + if test $ac_cv_func_tzalloc = yes; then + +! printf "%s\n" "#define HAVE_TZALLOC 1" >>confdefs.h + + fi + +*************** +*** 47661,47667 **** + case "$host_os" in + *-android*) + +! printf '%s\n' "#define NEED_TIMEZONE_NULL_SUPPORT 1" >>confdefs.h + + REPLACE_LOCALTIME_RZ=1 + REPLACE_MKTIME_Z=1 +--- 47508,47514 ---- + case "$host_os" in + *-android*) + +! printf "%s\n" "#define NEED_TIMEZONE_NULL_SUPPORT 1" >>confdefs.h + + REPLACE_LOCALTIME_RZ=1 + REPLACE_MKTIME_Z=1 +*************** +*** 47703,47709 **** + + + +! printf '%s\n' "#define GNULIB_TEST_TIME_RZ 1" >>confdefs.h + + + +--- 47550,47556 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_TIME_RZ 1" >>confdefs.h + + + +*************** +*** 47712,47718 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for timegm" >&5 + printf %s "checking for timegm... " >&6; } + if test ${gl_cv_onwards_func_timegm+y} + then : +--- 47559,47565 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for timegm" >&5 + printf %s "checking for timegm... " >&6; } + if test ${gl_cv_onwards_func_timegm+y} + then : +*************** +*** 47765,47772 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_timegm" >&5 +! printf '%s\n' "$gl_cv_onwards_func_timegm" >&6; } + + case "$gl_cv_onwards_func_timegm" in + future*) ac_cv_func_timegm=no ;; +--- 47612,47619 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_timegm" >&5 +! printf "%s\n" "$gl_cv_onwards_func_timegm" >&6; } + + case "$gl_cv_onwards_func_timegm" in + future*) ac_cv_func_timegm=no ;; +*************** +*** 47774,47780 **** + esac + if test $ac_cv_func_timegm = yes; then + +! printf '%s\n' "#define HAVE_TIMEGM 1" >>confdefs.h + + fi + +--- 47621,47627 ---- + esac + if test $ac_cv_func_timegm = yes; then + +! printf "%s\n" "#define HAVE_TIMEGM 1" >>confdefs.h + + fi + +*************** +*** 47827,47833 **** + + + +! printf '%s\n' "#define GNULIB_TEST_TIMEGM 1" >>confdefs.h + + + +--- 47674,47680 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_TIMEGM 1" >>confdefs.h + + + +*************** +*** 47874,47880 **** + + + +! printf '%s\n' "#define GNULIB_TEST_TIMESPEC_GET 1" >>confdefs.h + + + +--- 47721,47727 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_TIMESPEC_GET 1" >>confdefs.h + + + +*************** +*** 47914,47920 **** + + + +! printf '%s\n' "#define GNULIB_TEST_TZSET 1" >>confdefs.h + + + +--- 47761,47767 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_TZSET 1" >>confdefs.h + + + +*************** +*** 48809,48818 **** + + + +! printf '%s\n' "#define GNULIB_STDIO_SINGLE_THREAD 1" >>confdefs.h + + +! printf '%s\n' "#define USE_UNLOCKED_IO GNULIB_STDIO_SINGLE_THREAD" >>confdefs.h + + + +--- 48656,48665 ---- + + + +! printf "%s\n" "#define GNULIB_STDIO_SINGLE_THREAD 1" >>confdefs.h + + +! printf "%s\n" "#define USE_UNLOCKED_IO GNULIB_STDIO_SINGLE_THREAD" >>confdefs.h + + + +*************** +*** 48840,48846 **** + ac_fn_c_check_func "$LINENO" "unsetenv" "ac_cv_func_unsetenv" + if test "x$ac_cv_func_unsetenv" = xyes + then : +! printf '%s\n' "#define HAVE_UNSETENV 1" >>confdefs.h + + fi + +--- 48687,48693 ---- + ac_fn_c_check_func "$LINENO" "unsetenv" "ac_cv_func_unsetenv" + if test "x$ac_cv_func_unsetenv" = xyes + then : +! printf "%s\n" "#define HAVE_UNSETENV 1" >>confdefs.h + + fi + +*************** +*** 48848,48854 **** + HAVE_UNSETENV=0 + else + HAVE_UNSETENV=1 +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for unsetenv() return type" >&5 + printf %s "checking for unsetenv() return type... " >&6; } + if test ${gt_cv_func_unsetenv_ret+y} + then : +--- 48695,48701 ---- + HAVE_UNSETENV=0 + else + HAVE_UNSETENV=1 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for unsetenv() return type" >&5 + printf %s "checking for unsetenv() return type... " >&6; } + if test ${gt_cv_func_unsetenv_ret+y} + then : +*************** +*** 48884,48899 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_unsetenv_ret" >&5 +! printf '%s\n' "$gt_cv_func_unsetenv_ret" >&6; } + if test $gt_cv_func_unsetenv_ret = 'void'; then + +! printf '%s\n' "#define VOID_UNSETENV 1" >>confdefs.h + + REPLACE_UNSETENV=1 + fi + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether unsetenv obeys POSIX" >&5 + printf %s "checking whether unsetenv obeys POSIX... " >&6; } + if test ${gl_cv_func_unsetenv_works+y} + then : +--- 48731,48746 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_unsetenv_ret" >&5 +! printf "%s\n" "$gt_cv_func_unsetenv_ret" >&6; } + if test $gt_cv_func_unsetenv_ret = 'void'; then + +! printf "%s\n" "#define VOID_UNSETENV 1" >>confdefs.h + + REPLACE_UNSETENV=1 + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether unsetenv obeys POSIX" >&5 + printf %s "checking whether unsetenv obeys POSIX... " >&6; } + if test ${gl_cv_func_unsetenv_works+y} + then : +*************** +*** 48958,48965 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_unsetenv_works" >&5 +! printf '%s\n' "$gl_cv_func_unsetenv_works" >&6; } + case "$gl_cv_func_unsetenv_works" in + *yes) ;; + *) +--- 48805,48812 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_unsetenv_works" >&5 +! printf "%s\n" "$gl_cv_func_unsetenv_works" >&6; } + case "$gl_cv_func_unsetenv_works" in + *yes) ;; + *) +*************** +*** 49006,49017 **** + + + +! printf '%s\n' "#define GNULIB_TEST_UNSETENV 1" >>confdefs.h + + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for variable-length arrays" >&5 + printf %s "checking for variable-length arrays... " >&6; } + if test ${ac_cv_c_vararrays+y} + then : +--- 48853,48864 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_UNSETENV 1" >>confdefs.h + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for variable-length arrays" >&5 + printf %s "checking for variable-length arrays... " >&6; } + if test ${ac_cv_c_vararrays+y} + then : +*************** +*** 49081,49095 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_vararrays" >&5 +! printf '%s\n' "$ac_cv_c_vararrays" >&6; } + if test "$ac_cv_c_vararrays" = yes; then + +! printf '%s\n' "#define HAVE_C_VARARRAYS 1" >>confdefs.h + + elif test "$ac_cv_c_vararrays" = no; then + +! printf '%s\n' "#define __STDC_NO_VLA__ 1" >>confdefs.h + + fi + +--- 48928,48942 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_vararrays" >&5 +! printf "%s\n" "$ac_cv_c_vararrays" >&6; } + if test "$ac_cv_c_vararrays" = yes; then + +! printf "%s\n" "#define HAVE_C_VARARRAYS 1" >>confdefs.h + + elif test "$ac_cv_c_vararrays" = no; then + +! printf "%s\n" "#define __STDC_NO_VLA__ 1" >>confdefs.h + + fi + +*************** +*** 49100,49106 **** + withval=$with_packager; case $withval in + yes|no) ;; + *) +! printf '%s\n' "#define PACKAGE_PACKAGER \"$withval\"" >>confdefs.h + ;; + esac + +--- 48947,48953 ---- + withval=$with_packager; case $withval in + yes|no) ;; + *) +! printf "%s\n" "#define PACKAGE_PACKAGER \"$withval\"" >>confdefs.h + ;; + esac + +*************** +*** 49114,49120 **** + withval=$with_packager_version; case $withval in + yes|no) ;; + *) +! printf '%s\n' "#define PACKAGE_PACKAGER_VERSION \"$withval\"" >>confdefs.h + ;; + esac + +--- 48961,48967 ---- + withval=$with_packager_version; case $withval in + yes|no) ;; + *) +! printf "%s\n" "#define PACKAGE_PACKAGER_VERSION \"$withval\"" >>confdefs.h + ;; + esac + +*************** +*** 49128,49134 **** + withval=$with_packager_bug_reports; case $withval in + yes|no) ;; + *) +! printf '%s\n' "#define PACKAGE_PACKAGER_BUG_REPORTS \"$withval\"" >>confdefs.h + ;; + esac + +--- 48975,48981 ---- + withval=$with_packager_bug_reports; case $withval in + yes|no) ;; + *) +! printf "%s\n" "#define PACKAGE_PACKAGER_BUG_REPORTS \"$withval\"" >>confdefs.h + ;; + esac + +*************** +*** 49173,49179 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_WCRTOMB $ac_have_decl" >>confdefs.h + + if test $ac_cv_have_decl_wcrtomb = yes; then + REPLACE_WCRTOMB=1 +--- 49020,49026 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_WCRTOMB $ac_have_decl" >>confdefs.h + + if test $ac_cv_have_decl_wcrtomb = yes; then + REPLACE_WCRTOMB=1 +*************** +*** 49185,49191 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether wcrtomb works in the C locale" >&5 + printf %s "checking whether wcrtomb works in the C locale... " >&6; } + if test ${gl_cv_func_wcrtomb_works+y} + then : +--- 49032,49038 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether wcrtomb works in the C locale" >&5 + printf %s "checking whether wcrtomb works in the C locale... " >&6; } + if test ${gl_cv_func_wcrtomb_works+y} + then : +*************** +*** 49233,49250 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_wcrtomb_works" >&5 +! printf '%s\n' "$gl_cv_func_wcrtomb_works" >&6; } + case "$gl_cv_func_wcrtomb_works" in + *yes) ;; + *) +! printf '%s\n' "#define WCRTOMB_C_LOCALE_BUG 1" >>confdefs.h + + REPLACE_WCRTOMB=1 ;; + esac + fi + if test $REPLACE_WCRTOMB = 0; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether wcrtomb return value is correct" >&5 + printf %s "checking whether wcrtomb return value is correct... " >&6; } + if test ${gl_cv_func_wcrtomb_retval+y} + then : +--- 49080,49097 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_wcrtomb_works" >&5 +! printf "%s\n" "$gl_cv_func_wcrtomb_works" >&6; } + case "$gl_cv_func_wcrtomb_works" in + *yes) ;; + *) +! printf "%s\n" "#define WCRTOMB_C_LOCALE_BUG 1" >>confdefs.h + + REPLACE_WCRTOMB=1 ;; + esac + fi + if test $REPLACE_WCRTOMB = 0; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether wcrtomb return value is correct" >&5 + printf %s "checking whether wcrtomb return value is correct... " >&6; } + if test ${gl_cv_func_wcrtomb_retval+y} + then : +*************** +*** 49323,49334 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_wcrtomb_retval" >&5 +! printf '%s\n' "$gl_cv_func_wcrtomb_retval" >&6; } + case "$gl_cv_func_wcrtomb_retval" in + *yes) ;; + *) +! printf '%s\n' "#define WCRTOMB_RETVAL_BUG 1" >>confdefs.h + + REPLACE_WCRTOMB=1 ;; + esac +--- 49170,49181 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_wcrtomb_retval" >&5 +! printf "%s\n" "$gl_cv_func_wcrtomb_retval" >&6; } + case "$gl_cv_func_wcrtomb_retval" in + *yes) ;; + *) +! printf "%s\n" "#define WCRTOMB_RETVAL_BUG 1" >>confdefs.h + + REPLACE_WCRTOMB=1 ;; + esac +*************** +*** 49376,49382 **** + + + +! printf '%s\n' "#define GNULIB_TEST_WCRTOMB 1" >>confdefs.h + + + +--- 49223,49229 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_WCRTOMB 1" >>confdefs.h + + + +*************** +*** 49410,49416 **** + + + +! printf '%s\n' "#define GNULIB_TEST_WCTYPE 1" >>confdefs.h + + + +--- 49257,49263 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_WCTYPE 1" >>confdefs.h + + + +*************** +*** 49442,49455 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_WCWIDTH $ac_have_decl" >>confdefs.h + + if test $ac_cv_have_decl_wcwidth != yes; then + HAVE_DECL_WCWIDTH=0 + fi + + if test $ac_cv_func_wcwidth != yes; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether wcwidth is a macro" >&5 + printf %s "checking whether wcwidth is a macro... " >&6; } + if test ${gl_cv_func_wcwidth_macro+y} + then : +--- 49289,49302 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_WCWIDTH $ac_have_decl" >>confdefs.h + + if test $ac_cv_have_decl_wcwidth != yes; then + HAVE_DECL_WCWIDTH=0 + fi + + if test $ac_cv_func_wcwidth != yes; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether wcwidth is a macro" >&5 + printf %s "checking whether wcwidth is a macro... " >&6; } + if test ${gl_cv_func_wcwidth_macro+y} + then : +*************** +*** 49476,49488 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_wcwidth_macro" >&5 +! printf '%s\n' "$gl_cv_func_wcwidth_macro" >&6; } + fi + + if test $ac_cv_func_wcwidth = yes || test $gl_cv_func_wcwidth_macro = yes; then + HAVE_WCWIDTH=1 +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether wcwidth works reasonably in UTF-8 locales" >&5 + printf %s "checking whether wcwidth works reasonably in UTF-8 locales... " >&6; } + if test ${gl_cv_func_wcwidth_works+y} + then : +--- 49323,49335 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_wcwidth_macro" >&5 +! printf "%s\n" "$gl_cv_func_wcwidth_macro" >&6; } + fi + + if test $ac_cv_func_wcwidth = yes || test $gl_cv_func_wcwidth_macro = yes; then + HAVE_WCWIDTH=1 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether wcwidth works reasonably in UTF-8 locales" >&5 + printf %s "checking whether wcwidth works reasonably in UTF-8 locales... " >&6; } + if test ${gl_cv_func_wcwidth_works+y} + then : +*************** +*** 49549,49556 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_wcwidth_works" >&5 +! printf '%s\n' "$gl_cv_func_wcwidth_works" >&6; } + case "$gl_cv_func_wcwidth_works" in + *yes) ;; + *no) REPLACE_WCWIDTH=1 ;; +--- 49396,49403 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_wcwidth_works" >&5 +! printf "%s\n" "$gl_cv_func_wcwidth_works" >&6; } + case "$gl_cv_func_wcwidth_works" in + *yes) ;; + *no) REPLACE_WCWIDTH=1 ;; +*************** +*** 49601,49607 **** + + + +! printf '%s\n' "#define GNULIB_TEST_WCWIDTH 1" >>confdefs.h + + + +--- 49448,49454 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_WCWIDTH 1" >>confdefs.h + + + +*************** +*** 49667,49673 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for wmemchr" >&5 + printf %s "checking for wmemchr... " >&6; } + if test ${gl_cv_func_wmemchr+y} + then : +--- 49514,49520 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for wmemchr" >&5 + printf %s "checking for wmemchr... " >&6; } + if test ${gl_cv_func_wmemchr+y} + then : +*************** +*** 49698,49705 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_wmemchr" >&5 +! printf '%s\n' "$gl_cv_func_wmemchr" >&6; } + if test $gl_cv_func_wmemchr = no; then + HAVE_WMEMCHR=0 + fi +--- 49545,49552 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_wmemchr" >&5 +! printf "%s\n" "$gl_cv_func_wmemchr" >&6; } + if test $gl_cv_func_wmemchr = no; then + HAVE_WMEMCHR=0 + fi +*************** +*** 49738,49744 **** + + + +! printf '%s\n' "#define GNULIB_TEST_WMEMCHR 1" >>confdefs.h + + + +--- 49585,49591 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_WMEMCHR 1" >>confdefs.h + + + +*************** +*** 49751,49757 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for wmempcpy" >&5 + printf %s "checking for wmempcpy... " >&6; } + if test ${gl_cv_onwards_func_wmempcpy+y} + then : +--- 49598,49604 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for wmempcpy" >&5 + printf %s "checking for wmempcpy... " >&6; } + if test ${gl_cv_onwards_func_wmempcpy+y} + then : +*************** +*** 49804,49811 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_wmempcpy" >&5 +! printf '%s\n' "$gl_cv_onwards_func_wmempcpy" >&6; } + + case "$gl_cv_onwards_func_wmempcpy" in + future*) ac_cv_func_wmempcpy=no ;; +--- 49651,49658 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_wmempcpy" >&5 +! printf "%s\n" "$gl_cv_onwards_func_wmempcpy" >&6; } + + case "$gl_cv_onwards_func_wmempcpy" in + future*) ac_cv_func_wmempcpy=no ;; +*************** +*** 49813,49819 **** + esac + if test $ac_cv_func_wmempcpy = yes; then + +! printf '%s\n' "#define HAVE_WMEMPCPY 1" >>confdefs.h + + fi + +--- 49660,49666 ---- + esac + if test $ac_cv_func_wmempcpy = yes; then + +! printf "%s\n" "#define HAVE_WMEMPCPY 1" >>confdefs.h + + fi + +*************** +*** 49859,49882 **** + + + +! printf '%s\n' "#define GNULIB_TEST_WMEMPCPY 1" >>confdefs.h + + + + : + + +! printf '%s\n' "#define GNULIB_XALLOC 1" >>confdefs.h + + + + +! printf '%s\n' "#define GNULIB_XALLOC_DIE 1" >>confdefs.h + + + + +! printf '%s\n' "#define GNULIB_XSTDOPEN 1" >>confdefs.h + + + +--- 49706,49729 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_WMEMPCPY 1" >>confdefs.h + + + + : + + +! printf "%s\n" "#define GNULIB_XALLOC 1" >>confdefs.h + + + + +! printf "%s\n" "#define GNULIB_XALLOC_DIE 1" >>confdefs.h + + + + +! printf "%s\n" "#define GNULIB_XSTDOPEN 1" >>confdefs.h + + + +*************** +*** 49953,49969 **** + + + +! printf '%s\n' "#define GNULIB_TEST_ACCEPT 1" >>confdefs.h + + + + + +! printf '%s\n' "#define GNULIB_ACCEPT $gl_module_indicator_condition" >>confdefs.h + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for alignas and alignof" >&5 + printf %s "checking for alignas and alignof... " >&6; } + if test ${gl_cv_header_working_stdalign_h+y} + then : +--- 49800,49816 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_ACCEPT 1" >>confdefs.h + + + + + +! printf "%s\n" "#define GNULIB_ACCEPT $gl_module_indicator_condition" >>confdefs.h + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for alignas and alignof" >&5 + printf %s "checking for alignas and alignof... " >&6; } + if test ${gl_cv_header_working_stdalign_h+y} + then : +*************** +*** 50035,50047 **** + done ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_working_stdalign_h" >&5 +! printf '%s\n' "$gl_cv_header_working_stdalign_h" >&6; } + + case $gl_cv_header_working_stdalign_h in #( + yes*keyword*) : + +! printf '%s\n' "#define HAVE_C_ALIGNASOF 1" >>confdefs.h + ;; #( + *) : + ;; +--- 49882,49894 ---- + done ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_working_stdalign_h" >&5 +! printf "%s\n" "$gl_cv_header_working_stdalign_h" >&6; } + + case $gl_cv_header_working_stdalign_h in #( + yes*keyword*) : + +! printf "%s\n" "#define HAVE_C_ALIGNASOF 1" >>confdefs.h + ;; #( + *) : + ;; +*************** +*** 50061,50067 **** + ac_fn_c_check_func "$LINENO" "atoll" "ac_cv_func_atoll" + if test "x$ac_cv_func_atoll" = xyes + then : +! printf '%s\n' "#define HAVE_ATOLL 1" >>confdefs.h + + fi + +--- 49908,49914 ---- + ac_fn_c_check_func "$LINENO" "atoll" "ac_cv_func_atoll" + if test "x$ac_cv_func_atoll" = xyes + then : +! printf "%s\n" "#define HAVE_ATOLL 1" >>confdefs.h + + fi + +*************** +*** 50111,50117 **** + + + +! printf '%s\n' "#define GNULIB_TEST_ATOLL 1" >>confdefs.h + + + +--- 49958,49964 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_ATOLL 1" >>confdefs.h + + + +*************** +*** 50151,50163 **** + + + +! printf '%s\n' "#define GNULIB_TEST_BIND 1" >>confdefs.h + + + + + +! printf '%s\n' "#define GNULIB_BIND $gl_module_indicator_condition" >>confdefs.h + + + +--- 49998,50010 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_BIND 1" >>confdefs.h + + + + + +! printf "%s\n" "#define GNULIB_BIND $gl_module_indicator_condition" >>confdefs.h + + + +*************** +*** 50247,50253 **** + if test $HAVE_WORKING_MBRTOC32 = 0; then + REPLACE_C32RTOMB=1 + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether c32rtomb return value is correct" >&5 + printf %s "checking whether c32rtomb return value is correct... " >&6; } + if test ${gl_cv_func_c32rtomb_retval+y} + then : +--- 50094,50100 ---- + if test $HAVE_WORKING_MBRTOC32 = 0; then + REPLACE_C32RTOMB=1 + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether c32rtomb return value is correct" >&5 + printf %s "checking whether c32rtomb return value is correct... " >&6; } + if test ${gl_cv_func_c32rtomb_retval+y} + then : +*************** +*** 50295,50306 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_c32rtomb_retval" >&5 +! printf '%s\n' "$gl_cv_func_c32rtomb_retval" >&6; } + case "$gl_cv_func_c32rtomb_retval" in + *yes) ;; + *) +! printf '%s\n' "#define C32RTOMB_RETVAL_BUG 1" >>confdefs.h + + REPLACE_C32RTOMB=1 ;; + esac +--- 50142,50153 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_c32rtomb_retval" >&5 +! printf "%s\n" "$gl_cv_func_c32rtomb_retval" >&6; } + case "$gl_cv_func_c32rtomb_retval" in + *yes) ;; + *) +! printf "%s\n" "#define C32RTOMB_RETVAL_BUG 1" >>confdefs.h + + REPLACE_C32RTOMB=1 ;; + esac +*************** +*** 50344,50350 **** + + + +! printf '%s\n' "#define GNULIB_TEST_C32RTOMB 1" >>confdefs.h + + + +--- 50191,50197 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_C32RTOMB 1" >>confdefs.h + + + +*************** +*** 50376,50382 **** + + + +! printf '%s\n' "#define GNULIB_TEST_C32TOB 1" >>confdefs.h + + + +--- 50223,50229 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_C32TOB 1" >>confdefs.h + + + +*************** +*** 50421,50433 **** + + + +! printf '%s\n' "#define GNULIB_TEST_CONNECT 1" >>confdefs.h + + + + + +! printf '%s\n' "#define GNULIB_CONNECT $gl_module_indicator_condition" >>confdefs.h + + + +--- 50268,50280 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_CONNECT 1" >>confdefs.h + + + + + +! printf "%s\n" "#define GNULIB_CONNECT $gl_module_indicator_condition" >>confdefs.h + + + +*************** +*** 50439,50445 **** + fi + + if test $REPLACE_FDOPEN = 0; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether fdopen sets errno" >&5 + printf %s "checking whether fdopen sets errno... " >&6; } + if test ${gl_cv_func_fdopen_works+y} + then : +--- 50286,50292 ---- + fi + + if test $REPLACE_FDOPEN = 0; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether fdopen sets errno" >&5 + printf %s "checking whether fdopen sets errno... " >&6; } + if test ${gl_cv_func_fdopen_works+y} + then : +*************** +*** 50489,50496 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_fdopen_works" >&5 +! printf '%s\n' "$gl_cv_func_fdopen_works" >&6; } + case "$gl_cv_func_fdopen_works" in + *no) REPLACE_FDOPEN=1 ;; + esac +--- 50336,50343 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_fdopen_works" >&5 +! printf "%s\n" "$gl_cv_func_fdopen_works" >&6; } + case "$gl_cv_func_fdopen_works" in + *no) REPLACE_FDOPEN=1 ;; + esac +*************** +*** 50536,50542 **** + + + +! printf '%s\n' "#define GNULIB_TEST_FDOPEN 1" >>confdefs.h + + + +--- 50383,50389 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_FDOPEN 1" >>confdefs.h + + + +*************** +*** 50594,50600 **** + esac + + REPLACE_FLOAT_SNAN=0 +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether float.h conforms to ISO C23" >&5 + printf %s "checking whether float.h conforms to ISO C23... " >&6; } + if test ${gl_cv_header_float_h_isoc23+y} + then : +--- 50441,50447 ---- + esac + + REPLACE_FLOAT_SNAN=0 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether float.h conforms to ISO C23" >&5 + printf %s "checking whether float.h conforms to ISO C23... " >&6; } + if test ${gl_cv_header_float_h_isoc23+y} + then : +*************** +*** 50631,50645 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_float_h_isoc23" >&5 +! printf '%s\n' "$gl_cv_header_float_h_isoc23" >&6; } + if test $gl_cv_header_float_h_isoc23 != yes; then + GL_GENERATE_FLOAT_H=true + REPLACE_FLOAT_SNAN=1 + fi + + REPLACE_ITOLD=0 +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether conversion from 'int' to 'long double' works" >&5 + printf %s "checking whether conversion from 'int' to 'long double' works... " >&6; } + if test ${gl_cv_func_itold_works+y} + then : +--- 50478,50492 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_float_h_isoc23" >&5 +! printf "%s\n" "$gl_cv_header_float_h_isoc23" >&6; } + if test $gl_cv_header_float_h_isoc23 != yes; then + GL_GENERATE_FLOAT_H=true + REPLACE_FLOAT_SNAN=1 + fi + + REPLACE_ITOLD=0 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether conversion from 'int' to 'long double' works" >&5 + printf %s "checking whether conversion from 'int' to 'long double' works... " >&6; } + if test ${gl_cv_func_itold_works+y} + then : +*************** +*** 50704,50711 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_itold_works" >&5 +! printf '%s\n' "$gl_cv_func_itold_works" >&6; } + case "$gl_cv_func_itold_works" in + *no) + REPLACE_ITOLD=1 +--- 50551,50558 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_itold_works" >&5 +! printf "%s\n" "$gl_cv_func_itold_works" >&6; } + case "$gl_cv_func_itold_works" in + *no) + REPLACE_ITOLD=1 +*************** +*** 50725,50731 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_float_h='<'float.h'>' + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_float_h+y} + then : +--- 50572,50578 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_float_h='<'float.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_float_h+y} + then : +*************** +*** 50770,50777 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_float_h" >&5 +! printf '%s\n' "$gl_cv_next_float_h" >&6; } + fi + NEXT_FLOAT_H=$gl_cv_next_float_h + +--- 50617,50624 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_float_h" >&5 +! printf "%s\n" "$gl_cv_next_float_h" >&6; } + fi + NEXT_FLOAT_H=$gl_cv_next_float_h + +*************** +*** 50861,50867 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for ftruncate" >&5 + printf %s "checking for ftruncate... " >&6; } + if test ${gl_cv_onwards_func_ftruncate+y} + then : +--- 50708,50714 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ftruncate" >&5 + printf %s "checking for ftruncate... " >&6; } + if test ${gl_cv_onwards_func_ftruncate+y} + then : +*************** +*** 50914,50921 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_ftruncate" >&5 +! printf '%s\n' "$gl_cv_onwards_func_ftruncate" >&6; } + + case "$gl_cv_onwards_func_ftruncate" in + future*) ac_cv_func_ftruncate=no ;; +--- 50761,50768 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_ftruncate" >&5 +! printf "%s\n" "$gl_cv_onwards_func_ftruncate" >&6; } + + case "$gl_cv_onwards_func_ftruncate" in + future*) ac_cv_func_ftruncate=no ;; +*************** +*** 50923,50929 **** + esac + if test $ac_cv_func_ftruncate = yes; then + +! printf '%s\n' "#define HAVE_FTRUNCATE 1" >>confdefs.h + + fi + +--- 50770,50776 ---- + esac + if test $ac_cv_func_ftruncate = yes; then + +! printf "%s\n" "#define HAVE_FTRUNCATE 1" >>confdefs.h + + fi + +*************** +*** 50964,50970 **** + ac_fn_c_check_func "$LINENO" "_chsize" "ac_cv_func__chsize" + if test "x$ac_cv_func__chsize" = xyes + then : +! printf '%s\n' "#define HAVE__CHSIZE 1" >>confdefs.h + + fi + +--- 50811,50817 ---- + ac_fn_c_check_func "$LINENO" "_chsize" "ac_cv_func__chsize" + if test "x$ac_cv_func__chsize" = xyes + then : +! printf "%s\n" "#define HAVE__CHSIZE 1" >>confdefs.h + + fi + +*************** +*** 50992,51005 **** + + + +! printf '%s\n' "#define GNULIB_TEST_FTRUNCATE 1" >>confdefs.h + + + + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for duplocale" >&5 + printf %s "checking for duplocale... " >&6; } + if test ${gl_cv_onwards_func_duplocale+y} + then : +--- 50839,50852 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_FTRUNCATE 1" >>confdefs.h + + + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for duplocale" >&5 + printf %s "checking for duplocale... " >&6; } + if test ${gl_cv_onwards_func_duplocale+y} + then : +*************** +*** 51052,51059 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_duplocale" >&5 +! printf '%s\n' "$gl_cv_onwards_func_duplocale" >&6; } + + case "$gl_cv_onwards_func_duplocale" in + future*) ac_cv_func_duplocale=no ;; +--- 50899,50906 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_duplocale" >&5 +! printf "%s\n" "$gl_cv_onwards_func_duplocale" >&6; } + + case "$gl_cv_onwards_func_duplocale" in + future*) ac_cv_func_duplocale=no ;; +*************** +*** 51061,51067 **** + esac + if test $ac_cv_func_duplocale = yes; then + +! printf '%s\n' "#define HAVE_DUPLOCALE 1" >>confdefs.h + + fi + +--- 50908,50914 ---- + esac + if test $ac_cv_func_duplocale = yes; then + +! printf "%s\n" "#define HAVE_DUPLOCALE 1" >>confdefs.h + + fi + +*************** +*** 51083,51089 **** + ac_fn_c_check_header_compile "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default" + if test "x$ac_cv_header_winsock2_h" = xyes + then : +! printf '%s\n' "#define HAVE_WINSOCK2_H 1" >>confdefs.h + + fi + +--- 50930,50936 ---- + ac_fn_c_check_header_compile "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default" + if test "x$ac_cv_header_winsock2_h" = xyes + then : +! printf "%s\n" "#define HAVE_WINSOCK2_H 1" >>confdefs.h + + fi + +*************** +*** 51108,51114 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_INET_PTON $ac_have_decl" >>confdefs.h + + if test $ac_cv_have_decl_inet_pton = yes; then + INET_PTON_LIB="-lws2_32" +--- 50955,50961 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_INET_PTON $ac_have_decl" >>confdefs.h + + if test $ac_cv_have_decl_inet_pton = yes; then + INET_PTON_LIB="-lws2_32" +*************** +*** 51117,51123 **** + fi + else + gl_saved_LIBS=$LIBS +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for library containing inet_pton" >&5 + printf %s "checking for library containing inet_pton... " >&6; } + if test ${ac_cv_search_inet_pton+y} + then : +--- 50964,50970 ---- + fi + else + gl_saved_LIBS=$LIBS +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing inet_pton" >&5 + printf %s "checking for library containing inet_pton... " >&6; } + if test ${ac_cv_search_inet_pton+y} + then : +*************** +*** 51175,51182 **** + LIBS=$ac_func_search_save_LIBS ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_pton" >&5 +! printf '%s\n' "$ac_cv_search_inet_pton" >&6; } + ac_res=$ac_cv_search_inet_pton + if test "$ac_res" != no + then : +--- 51022,51029 ---- + LIBS=$ac_func_search_save_LIBS ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_pton" >&5 +! printf "%s\n" "$ac_cv_search_inet_pton" >&6; } + ac_res=$ac_cv_search_inet_pton + if test "$ac_res" != no + then : +*************** +*** 51186,51192 **** + e) ac_fn_c_check_func "$LINENO" "inet_pton" "ac_cv_func_inet_pton" + if test "x$ac_cv_func_inet_pton" = xyes + then : +! printf '%s\n' "#define HAVE_INET_PTON 1" >>confdefs.h + + fi + +--- 51033,51039 ---- + e) ac_fn_c_check_func "$LINENO" "inet_pton" "ac_cv_func_inet_pton" + if test "x$ac_cv_func_inet_pton" = xyes + then : +! printf "%s\n" "#define HAVE_INET_PTON 1" >>confdefs.h + + fi + +*************** +*** 51218,51224 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_INET_PTON $ac_have_decl" >>confdefs.h + + if test $ac_cv_have_decl_inet_pton = no; then + HAVE_DECL_INET_PTON=0 +--- 51065,51071 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_INET_PTON $ac_have_decl" >>confdefs.h + + if test $ac_cv_have_decl_inet_pton = no; then + HAVE_DECL_INET_PTON=0 +*************** +*** 51267,51273 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 + printf %s "checking whether byte ordering is bigendian... " >&6; } + if test ${ac_cv_c_bigendian+y} + then : +--- 51114,51120 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 + printf %s "checking whether byte ordering is bigendian... " >&6; } + if test ${ac_cv_c_bigendian+y} + then : +*************** +*** 51489,51505 **** + fi ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5 +! printf '%s\n' "$ac_cv_c_bigendian" >&6; } + case $ac_cv_c_bigendian in #( + yes) +! printf '%s\n' "#define WORDS_BIGENDIAN 1" >>confdefs.h + ;; #( + no) + ;; #( + universal) + +! printf '%s\n' "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h + + ;; #( + *) +--- 51336,51352 ---- + fi ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5 +! printf "%s\n" "$ac_cv_c_bigendian" >&6; } + case $ac_cv_c_bigendian in #( + yes) +! printf "%s\n" "#define WORDS_BIGENDIAN 1" >>confdefs.h + ;; #( + no) + ;; #( + universal) + +! printf "%s\n" "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h + + ;; #( + *) +*************** +*** 51527,51537 **** + ac_fn_c_check_func "$LINENO" "ioctl" "ac_cv_func_ioctl" + if test "x$ac_cv_func_ioctl" = xyes + then : +! printf '%s\n' "#define HAVE_IOCTL 1" >>confdefs.h + + fi + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for ioctl with POSIX signature" >&5 + printf %s "checking for ioctl with POSIX signature... " >&6; } + if test ${gl_cv_func_ioctl_posix_signature+y} + then : +--- 51374,51384 ---- + ac_fn_c_check_func "$LINENO" "ioctl" "ac_cv_func_ioctl" + if test "x$ac_cv_func_ioctl" = xyes + then : +! printf "%s\n" "#define HAVE_IOCTL 1" >>confdefs.h + + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ioctl with POSIX signature" >&5 + printf %s "checking for ioctl with POSIX signature... " >&6; } + if test ${gl_cv_func_ioctl_posix_signature+y} + then : +*************** +*** 51568,51578 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_ioctl_posix_signature" >&5 +! printf '%s\n' "$gl_cv_func_ioctl_posix_signature" >&6; } +! if test $gl_cv_func_ioctl_posix_signature != yes; then +! REPLACE_IOCTL=1 +! fi + fi + + +--- 51415,51431 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_ioctl_posix_signature" >&5 +! printf "%s\n" "$gl_cv_func_ioctl_posix_signature" >&6; } +! case "$host_os" in +! yggdrasil*) +! ;; +! **) +! if test $gl_cv_func_ioctl_posix_signature != yes; then +! REPLACE_IOCTL=1 +! fi +! ;; +! esac + fi + + +*************** +*** 51610,51627 **** + + + +! printf '%s\n' "#define GNULIB_TEST_IOCTL 1" >>confdefs.h + + + + + +! printf '%s\n' "#define GNULIB_IOCTL $gl_module_indicator_condition" >>confdefs.h + + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether isnan(double) can be used without linking with libm" >&5 + printf %s "checking whether isnan(double) can be used without linking with libm... " >&6; } + if test ${gl_cv_func_isnand_no_libm+y} + then : +--- 51463,51480 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_IOCTL 1" >>confdefs.h + + + + + +! printf "%s\n" "#define GNULIB_IOCTL $gl_module_indicator_condition" >>confdefs.h + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether isnan(double) can be used without linking with libm" >&5 + printf %s "checking whether isnan(double) can be used without linking with libm... " >&6; } + if test ${gl_cv_func_isnand_no_libm+y} + then : +*************** +*** 51659,51671 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_isnand_no_libm" >&5 +! printf '%s\n' "$gl_cv_func_isnand_no_libm" >&6; } + + gl_func_isnand_no_libm=$gl_cv_func_isnand_no_libm + if test $gl_cv_func_isnand_no_libm = yes; then + +! printf '%s\n' "#define HAVE_ISNAND_IN_LIBC 1" >>confdefs.h + + fi + +--- 51512,51524 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_isnand_no_libm" >&5 +! printf "%s\n" "$gl_cv_func_isnand_no_libm" >&6; } + + gl_func_isnand_no_libm=$gl_cv_func_isnand_no_libm + if test $gl_cv_func_isnand_no_libm = yes; then + +! printf "%s\n" "#define HAVE_ISNAND_IN_LIBC 1" >>confdefs.h + + fi + +*************** +*** 51686,51692 **** + fi + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether isnan(float) can be used without linking with libm" >&5 + printf %s "checking whether isnan(float) can be used without linking with libm... " >&6; } + if test ${gl_cv_func_isnanf_no_libm+y} + then : +--- 51539,51545 ---- + fi + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether isnan(float) can be used without linking with libm" >&5 + printf %s "checking whether isnan(float) can be used without linking with libm... " >&6; } + if test ${gl_cv_func_isnanf_no_libm+y} + then : +*************** +*** 51724,51737 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_isnanf_no_libm" >&5 +! printf '%s\n' "$gl_cv_func_isnanf_no_libm" >&6; } + + if test $gl_cv_func_isnanf_no_libm = yes; then + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether isnan(float) works" >&5 + printf %s "checking whether isnan(float) works... " >&6; } + if test ${gl_cv_func_isnanf_works+y} + then : +--- 51577,51590 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_isnanf_no_libm" >&5 +! printf "%s\n" "$gl_cv_func_isnanf_no_libm" >&6; } + + if test $gl_cv_func_isnanf_no_libm = yes; then + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether isnan(float) works" >&5 + printf %s "checking whether isnan(float) works... " >&6; } + if test ${gl_cv_func_isnanf_works+y} + then : +*************** +*** 51836,51843 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_isnanf_works" >&5 +! printf '%s\n' "$gl_cv_func_isnanf_works" >&6; } + + fi + if test $gl_cv_func_isnanf_no_libm = yes \ +--- 51689,51696 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_isnanf_works" >&5 +! printf "%s\n" "$gl_cv_func_isnanf_works" >&6; } + + fi + if test $gl_cv_func_isnanf_no_libm = yes \ +*************** +*** 51848,51854 **** + }; then + gl_func_isnanf_no_libm=yes + +! printf '%s\n' "#define HAVE_ISNANF_IN_LIBC 1" >>confdefs.h + + else + gl_func_isnanf_no_libm=no +--- 51701,51707 ---- + }; then + gl_func_isnanf_no_libm=yes + +! printf "%s\n" "#define HAVE_ISNANF_IN_LIBC 1" >>confdefs.h + + else + gl_func_isnanf_no_libm=no +*************** +*** 51871,51877 **** + fi + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether isnan(long double) can be used without linking with libm" >&5 + printf %s "checking whether isnan(long double) can be used without linking with libm... " >&6; } + if test ${gl_cv_func_isnanl_no_libm+y} + then : +--- 51724,51730 ---- + fi + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether isnan(long double) can be used without linking with libm" >&5 + printf %s "checking whether isnan(long double) can be used without linking with libm... " >&6; } + if test ${gl_cv_func_isnanl_no_libm+y} + then : +*************** +*** 51909,51916 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_isnanl_no_libm" >&5 +! printf '%s\n' "$gl_cv_func_isnanl_no_libm" >&6; } + + gl_func_isnanl_no_libm=$gl_cv_func_isnanl_no_libm + if test $gl_func_isnanl_no_libm = yes; then +--- 51762,51769 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_isnanl_no_libm" >&5 +! printf "%s\n" "$gl_cv_func_isnanl_no_libm" >&6; } + + gl_func_isnanl_no_libm=$gl_cv_func_isnanl_no_libm + if test $gl_func_isnanl_no_libm = yes; then +*************** +*** 51918,51924 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether isnanl works" >&5 + printf %s "checking whether isnanl works... " >&6; } + if test ${gl_cv_func_isnanl_works+y} + then : +--- 51771,51777 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether isnanl works" >&5 + printf %s "checking whether isnanl works... " >&6; } + if test ${gl_cv_func_isnanl_works+y} + then : +*************** +*** 52080,52087 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_isnanl_works" >&5 +! printf '%s\n' "$gl_cv_func_isnanl_works" >&6; } + + case "$gl_cv_func_isnanl_works" in + *yes) ;; +--- 51933,51940 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_isnanl_works" >&5 +! printf "%s\n" "$gl_cv_func_isnanl_works" >&6; } + + case "$gl_cv_func_isnanl_works" in + *yes) ;; +*************** +*** 52090,52096 **** + fi + if test $gl_func_isnanl_no_libm = yes; then + +! printf '%s\n' "#define HAVE_ISNANL_IN_LIBC 1" >>confdefs.h + + fi + +--- 51943,51949 ---- + fi + if test $gl_func_isnanl_no_libm = yes; then + +! printf "%s\n" "#define HAVE_ISNANL_IN_LIBC 1" >>confdefs.h + + fi + +*************** +*** 52157,52175 **** + + + +! printf '%s\n' "#define GNULIB_TEST_LISTEN 1" >>confdefs.h + + + + + +! printf '%s\n' "#define GNULIB_LISTEN $gl_module_indicator_condition" >>confdefs.h + + + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for newlocale" >&5 + printf %s "checking for newlocale... " >&6; } + if test ${gl_cv_onwards_func_newlocale+y} + then : +--- 52010,52028 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_LISTEN 1" >>confdefs.h + + + + + +! printf "%s\n" "#define GNULIB_LISTEN $gl_module_indicator_condition" >>confdefs.h + + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for newlocale" >&5 + printf %s "checking for newlocale... " >&6; } + if test ${gl_cv_onwards_func_newlocale+y} + then : +*************** +*** 52222,52229 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_newlocale" >&5 +! printf '%s\n' "$gl_cv_onwards_func_newlocale" >&6; } + + case "$gl_cv_onwards_func_newlocale" in + future*) ac_cv_func_newlocale=no ;; +--- 52075,52082 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_newlocale" >&5 +! printf "%s\n" "$gl_cv_onwards_func_newlocale" >&6; } + + case "$gl_cv_onwards_func_newlocale" in + future*) ac_cv_func_newlocale=no ;; +*************** +*** 52231,52237 **** + esac + if test $ac_cv_func_newlocale = yes; then + +! printf '%s\n' "#define HAVE_NEWLOCALE 1" >>confdefs.h + + fi + +--- 52084,52090 ---- + esac + if test $ac_cv_func_newlocale = yes; then + +! printf "%s\n" "#define HAVE_NEWLOCALE 1" >>confdefs.h + + fi + +*************** +*** 52291,52297 **** + # Solaris 7 prefers the library name -lrt to the obsolescent name -lposix4. + NANOSLEEP_LIB= + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for library containing nanosleep" >&5 + printf %s "checking for library containing nanosleep... " >&6; } + if test ${ac_cv_search_nanosleep+y} + then : +--- 52144,52150 ---- + # Solaris 7 prefers the library name -lrt to the obsolescent name -lposix4. + NANOSLEEP_LIB= + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing nanosleep" >&5 + printf %s "checking for library containing nanosleep... " >&6; } + if test ${ac_cv_search_nanosleep+y} + then : +*************** +*** 52349,52356 **** + LIBS=$ac_func_search_save_LIBS ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_nanosleep" >&5 +! printf '%s\n' "$ac_cv_search_nanosleep" >&6; } + ac_res=$ac_cv_search_nanosleep + if test "$ac_res" != no + then : +--- 52202,52209 ---- + LIBS=$ac_func_search_save_LIBS ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_nanosleep" >&5 +! printf "%s\n" "$ac_cv_search_nanosleep" >&6; } + ac_res=$ac_cv_search_nanosleep + if test "$ac_res" != no + then : +*************** +*** 52370,52376 **** + gl_cv_func_nanosleep='no (mishandles large arguments)' + fi + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for working nanosleep" >&5 + printf %s "checking for working nanosleep... " >&6; } + if test ${gl_cv_func_nanosleep+y} + then : +--- 52223,52229 ---- + gl_cv_func_nanosleep='no (mishandles large arguments)' + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for working nanosleep" >&5 + printf %s "checking for working nanosleep... " >&6; } + if test ${gl_cv_func_nanosleep+y} + then : +*************** +*** 52481,52488 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_nanosleep" >&5 +! printf '%s\n' "$gl_cv_func_nanosleep" >&6; } + case "$gl_cv_func_nanosleep" in + *yes) ;; + *) +--- 52334,52341 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_nanosleep" >&5 +! printf "%s\n" "$gl_cv_func_nanosleep" >&6; } + case "$gl_cv_func_nanosleep" in + *yes) ;; + *) +*************** +*** 52490,52496 **** + case "$gl_cv_func_nanosleep" in + *"mishandles large arguments"*) + +! printf '%s\n' "#define HAVE_BUG_BIG_NANOSLEEP 1" >>confdefs.h + + ;; + esac +--- 52343,52349 ---- + case "$gl_cv_func_nanosleep" in + *"mishandles large arguments"*) + +! printf "%s\n" "#define HAVE_BUG_BIG_NANOSLEEP 1" >>confdefs.h + + ;; + esac +*************** +*** 52540,52552 **** + + + +! printf '%s\n' "#define GNULIB_TEST_NANOSLEEP 1" >>confdefs.h + + + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether is self-contained" >&5 + printf %s "checking whether is self-contained... " >&6; } + if test ${gl_cv_header_netinet_in_h_selfcontained+y} + then : +--- 52393,52405 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_NANOSLEEP 1" >>confdefs.h + + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether is self-contained" >&5 + printf %s "checking whether is self-contained... " >&6; } + if test ${gl_cv_header_netinet_in_h_selfcontained+y} + then : +*************** +*** 52575,52582 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_netinet_in_h_selfcontained" >&5 +! printf '%s\n' "$gl_cv_header_netinet_in_h_selfcontained" >&6; } + if test $gl_cv_header_netinet_in_h_selfcontained = yes; then + GL_GENERATE_NETINET_IN_H=false + else +--- 52428,52435 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_netinet_in_h_selfcontained" >&5 +! printf "%s\n" "$gl_cv_header_netinet_in_h_selfcontained" >&6; } + if test $gl_cv_header_netinet_in_h_selfcontained = yes; then + GL_GENERATE_NETINET_IN_H=false + else +*************** +*** 52584,52590 **** + ac_fn_c_check_header_compile "$LINENO" "netinet/in.h" "ac_cv_header_netinet_in_h" "$ac_includes_default" + if test "x$ac_cv_header_netinet_in_h" = xyes + then : +! printf '%s\n' "#define HAVE_NETINET_IN_H 1" >>confdefs.h + + fi + +--- 52437,52443 ---- + ac_fn_c_check_header_compile "$LINENO" "netinet/in.h" "ac_cv_header_netinet_in_h" "$ac_includes_default" + if test "x$ac_cv_header_netinet_in_h" = xyes + then : +! printf "%s\n" "#define HAVE_NETINET_IN_H 1" >>confdefs.h + + fi + +*************** +*** 52600,52606 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_netinet_in_h='<'netinet/in.h'>' + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_netinet_in_h+y} + then : +--- 52453,52459 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_netinet_in_h='<'netinet/in.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 + printf %s "checking absolute name of ... " >&6; } + if test ${gl_cv_next_netinet_in_h+y} + then : +*************** +*** 52651,52658 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_netinet_in_h" >&5 +! printf '%s\n' "$gl_cv_next_netinet_in_h" >&6; } + fi + NEXT_NETINET_IN_H=$gl_cv_next_netinet_in_h + +--- 52504,52511 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_netinet_in_h" >&5 +! printf "%s\n" "$gl_cv_next_netinet_in_h" >&6; } + fi + NEXT_NETINET_IN_H=$gl_cv_next_netinet_in_h + +*************** +*** 52717,52723 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for uselocale" >&5 + printf %s "checking for uselocale... " >&6; } + if test ${gl_cv_onwards_func_uselocale+y} + then : +--- 52570,52576 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for uselocale" >&5 + printf %s "checking for uselocale... " >&6; } + if test ${gl_cv_onwards_func_uselocale+y} + then : +*************** +*** 52770,52777 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_uselocale" >&5 +! printf '%s\n' "$gl_cv_onwards_func_uselocale" >&6; } + + case "$gl_cv_onwards_func_uselocale" in + future*) ac_cv_func_uselocale=no ;; +--- 52623,52630 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_uselocale" >&5 +! printf "%s\n" "$gl_cv_onwards_func_uselocale" >&6; } + + case "$gl_cv_onwards_func_uselocale" in + future*) ac_cv_func_uselocale=no ;; +*************** +*** 52779,52785 **** + esac + if test $ac_cv_func_uselocale = yes; then + +! printf '%s\n' "#define HAVE_USELOCALE 1" >>confdefs.h + + fi + +--- 52632,52638 ---- + esac + if test $ac_cv_func_uselocale = yes; then + +! printf "%s\n" "#define HAVE_USELOCALE 1" >>confdefs.h + + fi + +*************** +*** 52787,52793 **** + + if test $ac_cv_func_uselocale = yes; then + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether uselocale works" >&5 + printf %s "checking whether uselocale works... " >&6; } + if test ${gt_cv_func_uselocale_works+y} + then : +--- 52640,52646 ---- + + if test $ac_cv_func_uselocale = yes; then + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether uselocale works" >&5 + printf %s "checking whether uselocale works... " >&6; } + if test ${gt_cv_func_uselocale_works+y} + then : +*************** +*** 52832,52839 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_uselocale_works" >&5 +! printf '%s\n' "$gt_cv_func_uselocale_works" >&6; } + else + gt_cv_func_uselocale_works=no + fi +--- 52685,52692 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_uselocale_works" >&5 +! printf "%s\n" "$gt_cv_func_uselocale_works" >&6; } + else + gt_cv_func_uselocale_works=no + fi +*************** +*** 52841,52847 **** + *yes) + gt_working_uselocale=yes + +! printf '%s\n' "#define HAVE_WORKING_USELOCALE 1" >>confdefs.h + + ;; + *) +--- 52694,52700 ---- + *yes) + gt_working_uselocale=yes + +! printf "%s\n" "#define HAVE_WORKING_USELOCALE 1" >>confdefs.h + + ;; + *) +*************** +*** 52864,52870 **** + fi + case ${gl_cv_func_strerror_r_works-unset} in + unset|*yes) +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether perror matches strerror" >&5 + printf %s "checking whether perror matches strerror... " >&6; } + if test ${gl_cv_func_perror_works+y} + then : +--- 52717,52723 ---- + fi + case ${gl_cv_func_strerror_r_works-unset} in + unset|*yes) +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether perror matches strerror" >&5 + printf %s "checking whether perror matches strerror... " >&6; } + if test ${gl_cv_func_perror_works+y} + then : +*************** +*** 52925,52932 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_perror_works" >&5 +! printf '%s\n' "$gl_cv_func_perror_works" >&6; } + case "$gl_cv_func_perror_works" in + *yes) ;; + *) REPLACE_PERROR=1 ;; +--- 52778,52785 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_perror_works" >&5 +! printf "%s\n" "$gl_cv_func_perror_works" >&6; } + case "$gl_cv_func_perror_works" in + *yes) ;; + *) REPLACE_PERROR=1 ;; +*************** +*** 52981,52987 **** + + + +! printf '%s\n' "#define GNULIB_TEST_PERROR 1" >>confdefs.h + + + +--- 52834,52840 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_PERROR 1" >>confdefs.h + + + +*************** +*** 53028,53034 **** + + + +! printf '%s\n' "#define GNULIB_TEST_PIPE 1" >>confdefs.h + + + +--- 52881,52887 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_PIPE 1" >>confdefs.h + + + +*************** +*** 53036,53042 **** + ac_fn_c_check_func "$LINENO" "getppriv" "ac_cv_func_getppriv" + if test "x$ac_cv_func_getppriv" = xyes + then : +! printf '%s\n' "#define HAVE_GETPPRIV 1" >>confdefs.h + + fi + +--- 52889,52895 ---- + ac_fn_c_check_func "$LINENO" "getppriv" "ac_cv_func_getppriv" + if test "x$ac_cv_func_getppriv" = xyes + then : +! printf "%s\n" "#define HAVE_GETPPRIV 1" >>confdefs.h + + fi + +*************** +*** 53048,53054 **** + + + if test $ac_cv_func_pselect = yes; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether signature of pselect conforms to POSIX" >&5 + printf %s "checking whether signature of pselect conforms to POSIX... " >&6; } + if test ${gl_cv_sig_pselect+y} + then : +--- 52901,52907 ---- + + + if test $ac_cv_func_pselect = yes; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether signature of pselect conforms to POSIX" >&5 + printf %s "checking whether signature of pselect conforms to POSIX... " >&6; } + if test ${gl_cv_sig_pselect+y} + then : +*************** +*** 53080,53089 **** + conftest$ac_exeext conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sig_pselect" >&5 +! printf '%s\n' "$gl_cv_sig_pselect" >&6; } + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether pselect detects invalid fds" >&5 + printf %s "checking whether pselect detects invalid fds... " >&6; } + if test ${gl_cv_func_pselect_detects_ebadf+y} + then : +--- 52933,52942 ---- + conftest$ac_exeext conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sig_pselect" >&5 +! printf "%s\n" "$gl_cv_sig_pselect" >&6; } + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether pselect detects invalid fds" >&5 + printf %s "checking whether pselect detects invalid fds... " >&6; } + if test ${gl_cv_func_pselect_detects_ebadf+y} + then : +*************** +*** 53152,53159 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_pselect_detects_ebadf" >&5 +! printf '%s\n' "$gl_cv_func_pselect_detects_ebadf" >&6; } + case $gl_cv_func_pselect_detects_ebadf in + *yes) ;; + *) REPLACE_PSELECT=1 ;; +--- 53005,53012 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_pselect_detects_ebadf" >&5 +! printf "%s\n" "$gl_cv_func_pselect_detects_ebadf" >&6; } + case $gl_cv_func_pselect_detects_ebadf in + *yes) ;; + *) REPLACE_PSELECT=1 ;; +*************** +*** 53199,53205 **** + + + +! printf '%s\n' "#define GNULIB_TEST_PSELECT 1" >>confdefs.h + + + +--- 53052,53058 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_PSELECT 1" >>confdefs.h + + + +*************** +*** 53266,53272 **** + + + +! printf '%s\n' "#define GNULIB_TEST_PTHREAD_COND 1" >>confdefs.h + + + +--- 53119,53125 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_PTHREAD_COND 1" >>confdefs.h + + + +*************** +*** 53303,53309 **** + HAVE_PTHREAD_MUTEX_UNLOCK=0 + HAVE_PTHREAD_MUTEX_DESTROY=0 + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for pthread_mutexattr_getrobust" >&5 + printf %s "checking for pthread_mutexattr_getrobust... " >&6; } + if test ${gl_cv_func_pthread_mutexattr_getrobust+y} + then : +--- 53156,53162 ---- + HAVE_PTHREAD_MUTEX_UNLOCK=0 + HAVE_PTHREAD_MUTEX_DESTROY=0 + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_mutexattr_getrobust" >&5 + printf %s "checking for pthread_mutexattr_getrobust... " >&6; } + if test ${gl_cv_func_pthread_mutexattr_getrobust+y} + then : +*************** +*** 53337,53349 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_pthread_mutexattr_getrobust" >&5 +! printf '%s\n' "$gl_cv_func_pthread_mutexattr_getrobust" >&6; } + if test $gl_cv_func_pthread_mutexattr_getrobust = no; then + HAVE_PTHREAD_MUTEXATTR_GETROBUST=0 + HAVE_PTHREAD_MUTEXATTR_SETROBUST=0 + +! printf '%s\n' "#define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1" >>confdefs.h + + fi + fi +--- 53190,53202 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_pthread_mutexattr_getrobust" >&5 +! printf "%s\n" "$gl_cv_func_pthread_mutexattr_getrobust" >&6; } + if test $gl_cv_func_pthread_mutexattr_getrobust = no; then + HAVE_PTHREAD_MUTEXATTR_GETROBUST=0 + HAVE_PTHREAD_MUTEXATTR_SETROBUST=0 + +! printf "%s\n" "#define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1" >>confdefs.h + + fi + fi +*************** +*** 53384,53390 **** + + + +! printf '%s\n' "#define GNULIB_TEST_PTHREAD_MUTEX 1" >>confdefs.h + + + +--- 53237,53243 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_PTHREAD_MUTEX 1" >>confdefs.h + + + +*************** +*** 53423,53429 **** + HAVE_PTHREAD_RWLOCK_UNLOCK=0 + HAVE_PTHREAD_RWLOCK_DESTROY=0 + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for pthread_rwlock_init" >&5 + printf %s "checking for pthread_rwlock_init... " >&6; } + if test ${gl_cv_func_pthread_rwlock_init+y} + then : +--- 53276,53282 ---- + HAVE_PTHREAD_RWLOCK_UNLOCK=0 + HAVE_PTHREAD_RWLOCK_DESTROY=0 + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_rwlock_init" >&5 + printf %s "checking for pthread_rwlock_init... " >&6; } + if test ${gl_cv_func_pthread_rwlock_init+y} + then : +*************** +*** 53477,53484 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_pthread_rwlock_init" >&5 +! printf '%s\n' "$gl_cv_func_pthread_rwlock_init" >&6; } + if test $gl_cv_func_pthread_rwlock_init = no; then + REPLACE_PTHREAD_RWLOCK_INIT=1 + REPLACE_PTHREAD_RWLOCKATTR_INIT=1 +--- 53330,53337 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_pthread_rwlock_init" >&5 +! printf "%s\n" "$gl_cv_func_pthread_rwlock_init" >&6; } + if test $gl_cv_func_pthread_rwlock_init = no; then + REPLACE_PTHREAD_RWLOCK_INIT=1 + REPLACE_PTHREAD_RWLOCKATTR_INIT=1 +*************** +*** 53492,53498 **** + REPLACE_PTHREAD_RWLOCK_UNLOCK=1 + REPLACE_PTHREAD_RWLOCK_DESTROY=1 + +! printf '%s\n' "#define PTHREAD_RWLOCK_UNIMPLEMENTED 1" >>confdefs.h + + else + ac_fn_check_decl "$LINENO" "pthread_rwlock_timedrdlock" "ac_cv_have_decl_pthread_rwlock_timedrdlock" "#include +--- 53345,53351 ---- + REPLACE_PTHREAD_RWLOCK_UNLOCK=1 + REPLACE_PTHREAD_RWLOCK_DESTROY=1 + +! printf "%s\n" "#define PTHREAD_RWLOCK_UNIMPLEMENTED 1" >>confdefs.h + + else + ac_fn_check_decl "$LINENO" "pthread_rwlock_timedrdlock" "ac_cv_have_decl_pthread_rwlock_timedrdlock" "#include +*************** +*** 53504,53515 **** + e) HAVE_PTHREAD_RWLOCK_TIMEDRDLOCK=0 + HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK=0 + +! printf '%s\n' "#define PTHREAD_RWLOCK_LACKS_TIMEOUT 1" >>confdefs.h + + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for reasonable pthread_rwlock wait queue handling" >&5 + printf %s "checking for reasonable pthread_rwlock wait queue handling... " >&6; } + if test ${gl_cv_func_pthread_rwlock_good_waitqueue+y} + then : +--- 53357,53368 ---- + e) HAVE_PTHREAD_RWLOCK_TIMEDRDLOCK=0 + HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK=0 + +! printf "%s\n" "#define PTHREAD_RWLOCK_LACKS_TIMEOUT 1" >>confdefs.h + + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for reasonable pthread_rwlock wait queue handling" >&5 + printf %s "checking for reasonable pthread_rwlock wait queue handling... " >&6; } + if test ${gl_cv_func_pthread_rwlock_good_waitqueue+y} + then : +*************** +*** 53865,53879 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_pthread_rwlock_good_waitqueue" >&5 +! printf '%s\n' "$gl_cv_func_pthread_rwlock_good_waitqueue" >&6; } + case "$gl_cv_func_pthread_rwlock_good_waitqueue" in + *yes) ;; + *no) + REPLACE_PTHREAD_RWLOCK_INIT=1 + REPLACE_PTHREAD_RWLOCKATTR_INIT=1 + +! printf '%s\n' "#define PTHREAD_RWLOCK_BAD_WAITQUEUE 1" >>confdefs.h + + ;; + esac +--- 53718,53732 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_pthread_rwlock_good_waitqueue" >&5 +! printf "%s\n" "$gl_cv_func_pthread_rwlock_good_waitqueue" >&6; } + case "$gl_cv_func_pthread_rwlock_good_waitqueue" in + *yes) ;; + *no) + REPLACE_PTHREAD_RWLOCK_INIT=1 + REPLACE_PTHREAD_RWLOCKATTR_INIT=1 + +! printf "%s\n" "#define PTHREAD_RWLOCK_BAD_WAITQUEUE 1" >>confdefs.h + + ;; + esac +*************** +*** 53916,53922 **** + + + +! printf '%s\n' "#define GNULIB_TEST_PTHREAD_RWLOCK 1" >>confdefs.h + + + +--- 53769,53775 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_PTHREAD_RWLOCK 1" >>confdefs.h + + + +*************** +*** 53952,53958 **** + HAVE_PTHREAD_JOIN=0 + HAVE_PTHREAD_EXIT=0 + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether pthread_create exists as a global function" >&5 + printf %s "checking whether pthread_create exists as a global function... " >&6; } + if test ${gl_cv_func_pthread_create+y} + then : +--- 53805,53811 ---- + HAVE_PTHREAD_JOIN=0 + HAVE_PTHREAD_EXIT=0 + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether pthread_create exists as a global function" >&5 + printf %s "checking whether pthread_create exists as a global function... " >&6; } + if test ${gl_cv_func_pthread_create+y} + then : +*************** +*** 53986,53998 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_pthread_create" >&5 +! printf '%s\n' "$gl_cv_func_pthread_create" >&6; } + if test $gl_cv_func_pthread_create = no; then + REPLACE_PTHREAD_CREATE=1 + REPLACE_PTHREAD_ATTR_INIT=1 + +! printf '%s\n' "#define PTHREAD_CREATE_IS_INLINE 1" >>confdefs.h + + fi + fi +--- 53839,53851 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_pthread_create" >&5 +! printf "%s\n" "$gl_cv_func_pthread_create" >&6; } + if test $gl_cv_func_pthread_create = no; then + REPLACE_PTHREAD_CREATE=1 + REPLACE_PTHREAD_ATTR_INIT=1 + +! printf "%s\n" "#define PTHREAD_CREATE_IS_INLINE 1" >>confdefs.h + + fi + fi +*************** +*** 54033,54039 **** + + + +! printf '%s\n' "#define GNULIB_TEST_PTHREAD_THREAD 1" >>confdefs.h + + + +--- 53886,53892 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_PTHREAD_THREAD 1" >>confdefs.h + + + +*************** +*** 54046,54052 **** + then : + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for pthread_mutex_timedlock" >&5 + printf %s "checking for pthread_mutex_timedlock... " >&6; } + if test ${gl_cv_func_pthread_mutex_timedlock_in_LIBMULTITHREAD+y} + then : +--- 53899,53905 ---- + then : + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_mutex_timedlock" >&5 + printf %s "checking for pthread_mutex_timedlock... " >&6; } + if test ${gl_cv_func_pthread_mutex_timedlock_in_LIBMULTITHREAD+y} + then : +*************** +*** 54084,54091 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_pthread_mutex_timedlock_in_LIBMULTITHREAD" >&5 +! printf '%s\n' "$gl_cv_func_pthread_mutex_timedlock_in_LIBMULTITHREAD" >&6; } + if test $gl_cv_func_pthread_mutex_timedlock_in_LIBMULTITHREAD != yes; then + HAVE_PTHREAD_MUTEX_TIMEDLOCK=0 + fi +--- 53937,53944 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_pthread_mutex_timedlock_in_LIBMULTITHREAD" >&5 +! printf "%s\n" "$gl_cv_func_pthread_mutex_timedlock_in_LIBMULTITHREAD" >&6; } + if test $gl_cv_func_pthread_mutex_timedlock_in_LIBMULTITHREAD != yes; then + HAVE_PTHREAD_MUTEX_TIMEDLOCK=0 + fi +*************** +*** 54131,54137 **** + + + +! printf '%s\n' "#define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1" >>confdefs.h + + + +--- 53984,53990 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1" >>confdefs.h + + + +*************** +*** 54140,54146 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether pthread_sigmask is a macro" >&5 + printf %s "checking whether pthread_sigmask is a macro... " >&6; } + if test ${gl_cv_func_pthread_sigmask_macro+y} + then : +--- 53993,53999 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether pthread_sigmask is a macro" >&5 + printf %s "checking whether pthread_sigmask is a macro... " >&6; } + if test ${gl_cv_func_pthread_sigmask_macro+y} + then : +*************** +*** 54168,54175 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_pthread_sigmask_macro" >&5 +! printf '%s\n' "$gl_cv_func_pthread_sigmask_macro" >&6; } + + PTHREAD_SIGMASK_LIB= + +--- 54021,54028 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_pthread_sigmask_macro" >&5 +! printf "%s\n" "$gl_cv_func_pthread_sigmask_macro" >&6; } + + PTHREAD_SIGMASK_LIB= + +*************** +*** 54185,54191 **** + : + else + if test -n "$LIBMULTITHREAD"; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for pthread_sigmask in $LIBMULTITHREAD" >&5 + printf %s "checking for pthread_sigmask in $LIBMULTITHREAD... " >&6; } + if test ${gl_cv_func_pthread_sigmask_in_LIBMULTITHREAD+y} + then : +--- 54038,54044 ---- + : + else + if test -n "$LIBMULTITHREAD"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_sigmask in $LIBMULTITHREAD" >&5 + printf %s "checking for pthread_sigmask in $LIBMULTITHREAD... " >&6; } + if test ${gl_cv_func_pthread_sigmask_in_LIBMULTITHREAD+y} + then : +*************** +*** 54220,54227 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_pthread_sigmask_in_LIBMULTITHREAD" >&5 +! printf '%s\n' "$gl_cv_func_pthread_sigmask_in_LIBMULTITHREAD" >&6; } + if test $gl_cv_func_pthread_sigmask_in_LIBMULTITHREAD = yes; then + PTHREAD_SIGMASK_LIB="$LIBMULTITHREAD" + else +--- 54073,54080 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_pthread_sigmask_in_LIBMULTITHREAD" >&5 +! printf "%s\n" "$gl_cv_func_pthread_sigmask_in_LIBMULTITHREAD" >&6; } + if test $gl_cv_func_pthread_sigmask_in_LIBMULTITHREAD = yes; then + PTHREAD_SIGMASK_LIB="$LIBMULTITHREAD" + else +*************** +*** 54253,54259 **** + *' -pthread '*) ;; + *' -lpthread '*) ;; + *) +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether pthread_sigmask works without -lpthread" >&5 + printf %s "checking whether pthread_sigmask works without -lpthread... " >&6; } + if test ${gl_cv_func_pthread_sigmask_in_libc_works+y} + then : +--- 54106,54112 ---- + *' -pthread '*) ;; + *' -lpthread '*) ;; + *) +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether pthread_sigmask works without -lpthread" >&5 + printf %s "checking whether pthread_sigmask works without -lpthread... " >&6; } + if test ${gl_cv_func_pthread_sigmask_in_libc_works+y} + then : +*************** +*** 54299,54318 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_pthread_sigmask_in_libc_works" >&5 +! printf '%s\n' "$gl_cv_func_pthread_sigmask_in_libc_works" >&6; } + case "$gl_cv_func_pthread_sigmask_in_libc_works" in + *no) + REPLACE_PTHREAD_SIGMASK=1 + +! printf '%s\n' "#define PTHREAD_SIGMASK_INEFFECTIVE 1" >>confdefs.h + + ;; + esac;; + esac + fi + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether pthread_sigmask returns error numbers" >&5 + printf %s "checking whether pthread_sigmask returns error numbers... " >&6; } + if test ${gl_cv_func_pthread_sigmask_return_works+y} + then : +--- 54152,54171 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_pthread_sigmask_in_libc_works" >&5 +! printf "%s\n" "$gl_cv_func_pthread_sigmask_in_libc_works" >&6; } + case "$gl_cv_func_pthread_sigmask_in_libc_works" in + *no) + REPLACE_PTHREAD_SIGMASK=1 + +! printf "%s\n" "#define PTHREAD_SIGMASK_INEFFECTIVE 1" >>confdefs.h + + ;; + esac;; + esac + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether pthread_sigmask returns error numbers" >&5 + printf %s "checking whether pthread_sigmask returns error numbers... " >&6; } + if test ${gl_cv_func_pthread_sigmask_return_works+y} + then : +*************** +*** 54362,54379 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_pthread_sigmask_return_works" >&5 +! printf '%s\n' "$gl_cv_func_pthread_sigmask_return_works" >&6; } + case "$gl_cv_func_pthread_sigmask_return_works" in + *no) + REPLACE_PTHREAD_SIGMASK=1 + +! printf '%s\n' "#define PTHREAD_SIGMASK_FAILS_WITH_ERRNO 1" >>confdefs.h + + ;; + esac + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether pthread_sigmask unblocks signals correctly" >&5 + printf %s "checking whether pthread_sigmask unblocks signals correctly... " >&6; } + if test ${gl_cv_func_pthread_sigmask_unblock_works+y} + then : +--- 54215,54232 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_pthread_sigmask_return_works" >&5 +! printf "%s\n" "$gl_cv_func_pthread_sigmask_return_works" >&6; } + case "$gl_cv_func_pthread_sigmask_return_works" in + *no) + REPLACE_PTHREAD_SIGMASK=1 + +! printf "%s\n" "#define PTHREAD_SIGMASK_FAILS_WITH_ERRNO 1" >>confdefs.h + + ;; + esac + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether pthread_sigmask unblocks signals correctly" >&5 + printf %s "checking whether pthread_sigmask unblocks signals correctly... " >&6; } + if test ${gl_cv_func_pthread_sigmask_unblock_works+y} + then : +*************** +*** 54452,54464 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_pthread_sigmask_unblock_works" >&5 +! printf '%s\n' "$gl_cv_func_pthread_sigmask_unblock_works" >&6; } + case "$gl_cv_func_pthread_sigmask_unblock_works" in + *no) + REPLACE_PTHREAD_SIGMASK=1 + +! printf '%s\n' "#define PTHREAD_SIGMASK_UNBLOCK_BUG 1" >>confdefs.h + + ;; + esac +--- 54305,54317 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_pthread_sigmask_unblock_works" >&5 +! printf "%s\n" "$gl_cv_func_pthread_sigmask_unblock_works" >&6; } + case "$gl_cv_func_pthread_sigmask_unblock_works" in + *no) + REPLACE_PTHREAD_SIGMASK=1 + +! printf "%s\n" "#define PTHREAD_SIGMASK_UNBLOCK_BUG 1" >>confdefs.h + + ;; + esac +*************** +*** 54483,54489 **** + + if test $HAVE_PTHREAD_SIGMASK = 1; then + +! printf '%s\n' "#define HAVE_PTHREAD_SIGMASK 1" >>confdefs.h + + fi + +--- 54336,54342 ---- + + if test $HAVE_PTHREAD_SIGMASK = 1; then + +! printf "%s\n" "#define HAVE_PTHREAD_SIGMASK 1" >>confdefs.h + + fi + +*************** +*** 54510,54522 **** + + + +! printf '%s\n' "#define GNULIB_TEST_PTHREAD_SIGMASK 1" >>confdefs.h + + + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for putenv compatible with GNU and SVID" >&5 + printf %s "checking for putenv compatible with GNU and SVID... " >&6; } + if test ${gl_cv_func_svid_putenv+y} + then : +--- 54363,54375 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_PTHREAD_SIGMASK 1" >>confdefs.h + + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for putenv compatible with GNU and SVID" >&5 + printf %s "checking for putenv compatible with GNU and SVID... " >&6; } + if test ${gl_cv_func_svid_putenv+y} + then : +*************** +*** 54580,54587 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_svid_putenv" >&5 +! printf '%s\n' "$gl_cv_func_svid_putenv" >&6; } + case "$gl_cv_func_svid_putenv" in + *yes) ;; + *) +--- 54433,54440 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_svid_putenv" >&5 +! printf "%s\n" "$gl_cv_func_svid_putenv" >&6; } + case "$gl_cv_func_svid_putenv" in + *yes) ;; + *) +*************** +*** 54631,54637 **** + + + +! printf '%s\n' "#define GNULIB_TEST_PUTENV 1" >>confdefs.h + + + +--- 54484,54490 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_PUTENV 1" >>confdefs.h + + + +*************** +*** 54642,54648 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for random" >&5 + printf %s "checking for random... " >&6; } + if test ${gl_cv_func_random+y} + then : +--- 54495,54501 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for random" >&5 + printf %s "checking for random... " >&6; } + if test ${gl_cv_func_random+y} + then : +*************** +*** 54672,54682 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_random" >&5 +! printf '%s\n' "$gl_cv_func_random" >&6; } + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for initstate" >&5 + printf %s "checking for initstate... " >&6; } + if test ${gl_cv_onwards_func_initstate+y} + then : +--- 54525,54535 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_random" >&5 +! printf "%s\n" "$gl_cv_func_random" >&6; } + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for initstate" >&5 + printf %s "checking for initstate... " >&6; } + if test ${gl_cv_onwards_func_initstate+y} + then : +*************** +*** 54729,54736 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_initstate" >&5 +! printf '%s\n' "$gl_cv_onwards_func_initstate" >&6; } + + case "$gl_cv_onwards_func_initstate" in + future*) ac_cv_func_initstate=no ;; +--- 54582,54589 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_initstate" >&5 +! printf "%s\n" "$gl_cv_onwards_func_initstate" >&6; } + + case "$gl_cv_onwards_func_initstate" in + future*) ac_cv_func_initstate=no ;; +*************** +*** 54738,54751 **** + esac + if test $ac_cv_func_initstate = yes; then + +! printf '%s\n' "#define HAVE_INITSTATE 1" >>confdefs.h + + fi + + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for setstate" >&5 + printf %s "checking for setstate... " >&6; } + if test ${gl_cv_onwards_func_setstate+y} + then : +--- 54591,54604 ---- + esac + if test $ac_cv_func_initstate = yes; then + +! printf "%s\n" "#define HAVE_INITSTATE 1" >>confdefs.h + + fi + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for setstate" >&5 + printf %s "checking for setstate... " >&6; } + if test ${gl_cv_onwards_func_setstate+y} + then : +*************** +*** 54798,54805 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_setstate" >&5 +! printf '%s\n' "$gl_cv_onwards_func_setstate" >&6; } + + case "$gl_cv_onwards_func_setstate" in + future*) ac_cv_func_setstate=no ;; +--- 54651,54658 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_setstate" >&5 +! printf "%s\n" "$gl_cv_onwards_func_setstate" >&6; } + + case "$gl_cv_onwards_func_setstate" in + future*) ac_cv_func_setstate=no ;; +*************** +*** 54807,54813 **** + esac + if test $ac_cv_func_setstate = yes; then + +! printf '%s\n' "#define HAVE_SETSTATE 1" >>confdefs.h + + fi + +--- 54660,54666 ---- + esac + if test $ac_cv_func_setstate = yes; then + +! printf "%s\n" "#define HAVE_SETSTATE 1" >>confdefs.h + + fi + +*************** +*** 54901,54907 **** + + + +! printf '%s\n' "#define GNULIB_TEST_RANDOM 1" >>confdefs.h + + + +--- 54754,54760 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_RANDOM 1" >>confdefs.h + + + +*************** +*** 54913,54919 **** + " + if test "x$ac_cv_header_random_h" = xyes + then : +! printf '%s\n' "#define HAVE_RANDOM_H 1" >>confdefs.h + + fi + +--- 54766,54772 ---- + " + if test "x$ac_cv_header_random_h" = xyes + then : +! printf "%s\n" "#define HAVE_RANDOM_H 1" >>confdefs.h + + fi + +*************** +*** 54930,54936 **** + if test "x$ac_cv_type_struct_random_data" = xyes + then : + +! printf '%s\n' "#define HAVE_STRUCT_RANDOM_DATA 1" >>confdefs.h + + + else case e in #( +--- 54783,54789 ---- + if test "x$ac_cv_type_struct_random_data" = xyes + then : + +! printf "%s\n" "#define HAVE_STRUCT_RANDOM_DATA 1" >>confdefs.h + + + else case e in #( +*************** +*** 54947,54953 **** + ac_fn_c_check_func "$LINENO" "random_r" "ac_cv_func_random_r" + if test "x$ac_cv_func_random_r" = xyes + then : +! printf '%s\n' "#define HAVE_RANDOM_R 1" >>confdefs.h + + fi + +--- 54800,54806 ---- + ac_fn_c_check_func "$LINENO" "random_r" "ac_cv_func_random_r" + if test "x$ac_cv_func_random_r" = xyes + then : +! printf "%s\n" "#define HAVE_RANDOM_R 1" >>confdefs.h + + fi + +*************** +*** 54999,55005 **** + + + +! printf '%s\n' "#define GNULIB_TEST_RANDOM_R 1" >>confdefs.h + + + +--- 54852,54858 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_RANDOM_R 1" >>confdefs.h + + + +*************** +*** 55010,55016 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether rmdir works" >&5 + printf %s "checking whether rmdir works... " >&6; } + if test ${gl_cv_func_rmdir_works+y} + then : +--- 54863,54869 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether rmdir works" >&5 + printf %s "checking whether rmdir works... " >&6; } + if test ${gl_cv_func_rmdir_works+y} + then : +*************** +*** 55078,55085 **** + rm -rf conftest.dir conftest.file ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_rmdir_works" >&5 +! printf '%s\n' "$gl_cv_func_rmdir_works" >&6; } + case "$gl_cv_func_rmdir_works" in + *yes) ;; + *) +--- 54931,54938 ---- + rm -rf conftest.dir conftest.file ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_rmdir_works" >&5 +! printf "%s\n" "$gl_cv_func_rmdir_works" >&6; } + case "$gl_cv_func_rmdir_works" in + *yes) ;; + *) +*************** +*** 55122,55128 **** + + + +! printf '%s\n' "#define GNULIB_TEST_RMDIR 1" >>confdefs.h + + + +--- 54975,54981 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_RMDIR 1" >>confdefs.h + + + +*************** +*** 55181,55187 **** + + + +! printf '%s\n' "#define GNULIB_TEST_SCHED_YIELD 1" >>confdefs.h + + + +--- 55034,55040 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_SCHED_YIELD 1" >>confdefs.h + + + +*************** +*** 55193,55199 **** + REPLACE_SELECT=1 + else + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether select supports a 0 argument" >&5 + printf %s "checking whether select supports a 0 argument... " >&6; } + if test ${gl_cv_func_select_supports0+y} + then : +--- 55046,55052 ---- + REPLACE_SELECT=1 + else + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether select supports a 0 argument" >&5 + printf %s "checking whether select supports a 0 argument... " >&6; } + if test ${gl_cv_func_select_supports0+y} + then : +*************** +*** 55242,55255 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_select_supports0" >&5 +! printf '%s\n' "$gl_cv_func_select_supports0" >&6; } + case "$gl_cv_func_select_supports0" in + *yes) ;; + *) REPLACE_SELECT=1 ;; + esac + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether select detects invalid fds" >&5 + printf %s "checking whether select detects invalid fds... " >&6; } + if test ${gl_cv_func_select_detects_ebadf+y} + then : +--- 55095,55108 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_select_supports0" >&5 +! printf "%s\n" "$gl_cv_func_select_supports0" >&6; } + case "$gl_cv_func_select_supports0" in + *yes) ;; + *) REPLACE_SELECT=1 ;; + esac + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether select detects invalid fds" >&5 + printf %s "checking whether select detects invalid fds... " >&6; } + if test ${gl_cv_func_select_detects_ebadf+y} + then : +*************** +*** 55318,55325 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_select_detects_ebadf" >&5 +! printf '%s\n' "$gl_cv_func_select_detects_ebadf" >&6; } + case $gl_cv_func_select_detects_ebadf in + *yes) ;; + *) REPLACE_SELECT=1 ;; +--- 55171,55178 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_select_detects_ebadf" >&5 +! printf "%s\n" "$gl_cv_func_select_detects_ebadf" >&6; } + case $gl_cv_func_select_detects_ebadf in + *yes) ;; + *) REPLACE_SELECT=1 ;; +*************** +*** 55393,55405 **** + + + +! printf '%s\n' "#define GNULIB_TEST_SELECT 1" >>confdefs.h + + + + + +! printf '%s\n' "#define GNULIB_SELECT $gl_module_indicator_condition" >>confdefs.h + + + +--- 55246,55258 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_SELECT 1" >>confdefs.h + + + + + +! printf "%s\n" "#define GNULIB_SELECT $gl_module_indicator_condition" >>confdefs.h + + + +*************** +*** 55439,55457 **** + + + +! printf '%s\n' "#define GNULIB_TEST_SETSOCKOPT 1" >>confdefs.h + + + + + +! printf '%s\n' "#define GNULIB_SETSOCKOPT $gl_module_indicator_condition" >>confdefs.h + + + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for signbit macro" >&5 + printf %s "checking for signbit macro... " >&6; } + if test ${gl_cv_func_signbit+y} + then : +--- 55292,55310 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_SETSOCKOPT 1" >>confdefs.h + + + + + +! printf "%s\n" "#define GNULIB_SETSOCKOPT $gl_module_indicator_condition" >>confdefs.h + + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for signbit macro" >&5 + printf %s "checking for signbit macro... " >&6; } + if test ${gl_cv_func_signbit+y} + then : +*************** +*** 55577,55585 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_signbit" >&5 +! printf '%s\n' "$gl_cv_func_signbit" >&6; } +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for signbit compiler built-ins" >&5 + printf %s "checking for signbit compiler built-ins... " >&6; } + if test ${gl_cv_func_signbit_builtins+y} + then : +--- 55430,55438 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_signbit" >&5 +! printf "%s\n" "$gl_cv_func_signbit" >&6; } +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for signbit compiler built-ins" >&5 + printf %s "checking for signbit compiler built-ins... " >&6; } + if test ${gl_cv_func_signbit_builtins+y} + then : +*************** +*** 55707,55714 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_signbit_builtins" >&5 +! printf '%s\n' "$gl_cv_func_signbit_builtins" >&6; } + case "$gl_cv_func_signbit_builtins" in + *yes) + REPLACE_SIGNBIT_USING_BUILTINS=1 +--- 55560,55567 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_signbit_builtins" >&5 +! printf "%s\n" "$gl_cv_func_signbit_builtins" >&6; } + case "$gl_cv_func_signbit_builtins" in + *yes) + REPLACE_SIGNBIT_USING_BUILTINS=1 +*************** +*** 55730,55736 **** + if test $REPLACE_SIGNBIT = 1; then + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking where to find the sign bit in a 'float'" >&5 + printf %s "checking where to find the sign bit in a 'float'... " >&6; } + if test ${gl_cv_cc_float_signbit+y} + then : +--- 55583,55589 ---- + if test $REPLACE_SIGNBIT = 1; then + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking where to find the sign bit in a 'float'" >&5 + printf %s "checking where to find the sign bit in a 'float'... " >&6; } + if test ${gl_cv_cc_float_signbit+y} + then : +*************** +*** 55821,55837 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_float_signbit" >&5 +! printf '%s\n' "$gl_cv_cc_float_signbit" >&6; } + case "$gl_cv_cc_float_signbit" in + word*bit*) + word=`echo "$gl_cv_cc_float_signbit" | sed -e 's/word //' -e 's/ bit.*//'` + bit=`echo "$gl_cv_cc_float_signbit" | sed -e 's/word.*bit //'` + +! printf '%s\n' "#define FLT_SIGNBIT_WORD $word" >>confdefs.h + + +! printf '%s\n' "#define FLT_SIGNBIT_BIT $bit" >>confdefs.h + + ;; + esac +--- 55674,55690 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_float_signbit" >&5 +! printf "%s\n" "$gl_cv_cc_float_signbit" >&6; } + case "$gl_cv_cc_float_signbit" in + word*bit*) + word=`echo "$gl_cv_cc_float_signbit" | sed -e 's/word //' -e 's/ bit.*//'` + bit=`echo "$gl_cv_cc_float_signbit" | sed -e 's/word.*bit //'` + +! printf "%s\n" "#define FLT_SIGNBIT_WORD $word" >>confdefs.h + + +! printf "%s\n" "#define FLT_SIGNBIT_BIT $bit" >>confdefs.h + + ;; + esac +*************** +*** 55839,55845 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking where to find the sign bit in a 'double'" >&5 + printf %s "checking where to find the sign bit in a 'double'... " >&6; } + if test ${gl_cv_cc_double_signbit+y} + then : +--- 55692,55698 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking where to find the sign bit in a 'double'" >&5 + printf %s "checking where to find the sign bit in a 'double'... " >&6; } + if test ${gl_cv_cc_double_signbit+y} + then : +*************** +*** 55930,55946 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_double_signbit" >&5 +! printf '%s\n' "$gl_cv_cc_double_signbit" >&6; } + case "$gl_cv_cc_double_signbit" in + word*bit*) + word=`echo "$gl_cv_cc_double_signbit" | sed -e 's/word //' -e 's/ bit.*//'` + bit=`echo "$gl_cv_cc_double_signbit" | sed -e 's/word.*bit //'` + +! printf '%s\n' "#define DBL_SIGNBIT_WORD $word" >>confdefs.h + + +! printf '%s\n' "#define DBL_SIGNBIT_BIT $bit" >>confdefs.h + + ;; + esac +--- 55783,55799 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_double_signbit" >&5 +! printf "%s\n" "$gl_cv_cc_double_signbit" >&6; } + case "$gl_cv_cc_double_signbit" in + word*bit*) + word=`echo "$gl_cv_cc_double_signbit" | sed -e 's/word //' -e 's/ bit.*//'` + bit=`echo "$gl_cv_cc_double_signbit" | sed -e 's/word.*bit //'` + +! printf "%s\n" "#define DBL_SIGNBIT_WORD $word" >>confdefs.h + + +! printf "%s\n" "#define DBL_SIGNBIT_BIT $bit" >>confdefs.h + + ;; + esac +*************** +*** 55948,55954 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking where to find the sign bit in a 'long double'" >&5 + printf %s "checking where to find the sign bit in a 'long double'... " >&6; } + if test ${gl_cv_cc_long_double_signbit+y} + then : +--- 55801,55807 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking where to find the sign bit in a 'long double'" >&5 + printf %s "checking where to find the sign bit in a 'long double'... " >&6; } + if test ${gl_cv_cc_long_double_signbit+y} + then : +*************** +*** 56039,56055 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_long_double_signbit" >&5 +! printf '%s\n' "$gl_cv_cc_long_double_signbit" >&6; } + case "$gl_cv_cc_long_double_signbit" in + word*bit*) + word=`echo "$gl_cv_cc_long_double_signbit" | sed -e 's/word //' -e 's/ bit.*//'` + bit=`echo "$gl_cv_cc_long_double_signbit" | sed -e 's/word.*bit //'` + +! printf '%s\n' "#define LDBL_SIGNBIT_WORD $word" >>confdefs.h + + +! printf '%s\n' "#define LDBL_SIGNBIT_BIT $bit" >>confdefs.h + + ;; + esac +--- 55892,55908 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_long_double_signbit" >&5 +! printf "%s\n" "$gl_cv_cc_long_double_signbit" >&6; } + case "$gl_cv_cc_long_double_signbit" in + word*bit*) + word=`echo "$gl_cv_cc_long_double_signbit" | sed -e 's/word //' -e 's/ bit.*//'` + bit=`echo "$gl_cv_cc_long_double_signbit" | sed -e 's/word.*bit //'` + +! printf "%s\n" "#define LDBL_SIGNBIT_WORD $word" >>confdefs.h + + +! printf "%s\n" "#define LDBL_SIGNBIT_BIT $bit" >>confdefs.h + + ;; + esac +*************** +*** 56065,56074 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_COPYSIGNF $ac_have_decl" >>confdefs.h + + if test "$ac_cv_have_decl_copysignf" = yes; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether copysignf can be used without linking with libm" >&5 + printf %s "checking whether copysignf can be used without linking with libm... " >&6; } + if test ${gl_cv_func_copysignf_no_libm+y} + then : +--- 55918,55927 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_COPYSIGNF $ac_have_decl" >>confdefs.h + + if test "$ac_cv_have_decl_copysignf" = yes; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether copysignf can be used without linking with libm" >&5 + printf %s "checking whether copysignf can be used without linking with libm... " >&6; } + if test ${gl_cv_func_copysignf_no_libm+y} + then : +*************** +*** 56099,56109 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_copysignf_no_libm" >&5 +! printf '%s\n' "$gl_cv_func_copysignf_no_libm" >&6; } + if test $gl_cv_func_copysignf_no_libm = yes; then + +! printf '%s\n' "#define HAVE_COPYSIGNF_IN_LIBC 1" >>confdefs.h + + fi + fi +--- 55952,55962 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_copysignf_no_libm" >&5 +! printf "%s\n" "$gl_cv_func_copysignf_no_libm" >&6; } + if test $gl_cv_func_copysignf_no_libm = yes; then + +! printf "%s\n" "#define HAVE_COPYSIGNF_IN_LIBC 1" >>confdefs.h + + fi + fi +*************** +*** 56118,56127 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_COPYSIGN $ac_have_decl" >>confdefs.h + + if test "$ac_cv_have_decl_copysign" = yes; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether copysign can be used without linking with libm" >&5 + printf %s "checking whether copysign can be used without linking with libm... " >&6; } + if test ${gl_cv_func_copysign_no_libm+y} + then : +--- 55971,55980 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_COPYSIGN $ac_have_decl" >>confdefs.h + + if test "$ac_cv_have_decl_copysign" = yes; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether copysign can be used without linking with libm" >&5 + printf %s "checking whether copysign can be used without linking with libm... " >&6; } + if test ${gl_cv_func_copysign_no_libm+y} + then : +*************** +*** 56152,56162 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_copysign_no_libm" >&5 +! printf '%s\n' "$gl_cv_func_copysign_no_libm" >&6; } + if test $gl_cv_func_copysign_no_libm = yes; then + +! printf '%s\n' "#define HAVE_COPYSIGN_IN_LIBC 1" >>confdefs.h + + fi + fi +--- 56005,56015 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_copysign_no_libm" >&5 +! printf "%s\n" "$gl_cv_func_copysign_no_libm" >&6; } + if test $gl_cv_func_copysign_no_libm = yes; then + +! printf "%s\n" "#define HAVE_COPYSIGN_IN_LIBC 1" >>confdefs.h + + fi + fi +*************** +*** 56171,56180 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_COPYSIGNL $ac_have_decl" >>confdefs.h + + if test "$ac_cv_have_decl_copysignl" = yes; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether copysignl can be used without linking with libm" >&5 + printf %s "checking whether copysignl can be used without linking with libm... " >&6; } + if test ${gl_cv_func_copysignl_no_libm+y} + then : +--- 56024,56033 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_COPYSIGNL $ac_have_decl" >>confdefs.h + + if test "$ac_cv_have_decl_copysignl" = yes; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether copysignl can be used without linking with libm" >&5 + printf %s "checking whether copysignl can be used without linking with libm... " >&6; } + if test ${gl_cv_func_copysignl_no_libm+y} + then : +*************** +*** 56205,56215 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_copysignl_no_libm" >&5 +! printf '%s\n' "$gl_cv_func_copysignl_no_libm" >&6; } + if test $gl_cv_func_copysignl_no_libm = yes; then + +! printf '%s\n' "#define HAVE_COPYSIGNL_IN_LIBC 1" >>confdefs.h + + fi + fi +--- 56058,56068 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_copysignl_no_libm" >&5 +! printf "%s\n" "$gl_cv_func_copysignl_no_libm" >&6; } + if test $gl_cv_func_copysignl_no_libm = yes; then + +! printf "%s\n" "#define HAVE_COPYSIGNL_IN_LIBC 1" >>confdefs.h + + fi + fi +*************** +*** 56251,56257 **** + + + +! printf '%s\n' "#define GNULIB_TEST_SIGNBIT 1" >>confdefs.h + + + +--- 56104,56110 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_SIGNBIT 1" >>confdefs.h + + + +*************** +*** 56261,56271 **** + ac_fn_c_check_header_compile "$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default" + if test "x$ac_cv_header_stdint_h" = xyes + then : +! printf '%s\n' "#define HAVE_STDINT_H 1" >>confdefs.h + + fi + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for SIZE_MAX" >&5 + printf %s "checking for SIZE_MAX... " >&6; } + if test ${gl_cv_size_max+y} + then : +--- 56114,56124 ---- + ac_fn_c_check_header_compile "$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default" + if test "x$ac_cv_header_stdint_h" = xyes + then : +! printf "%s\n" "#define HAVE_STDINT_H 1" >>confdefs.h + + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for SIZE_MAX" >&5 + printf %s "checking for SIZE_MAX... " >&6; } + if test ${gl_cv_size_max+y} + then : +*************** +*** 56344,56354 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_size_max" >&5 +! printf '%s\n' "$gl_cv_size_max" >&6; } + if test "$gl_cv_size_max" != yes; then + +! printf '%s\n' "#define SIZE_MAX $gl_cv_size_max" >>confdefs.h + + fi + +--- 56197,56207 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_size_max" >&5 +! printf "%s\n" "$gl_cv_size_max" >&6; } + if test "$gl_cv_size_max" != yes; then + +! printf "%s\n" "#define SIZE_MAX $gl_cv_size_max" >>confdefs.h + + fi + +*************** +*** 56364,56376 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_SLEEP $ac_have_decl" >>confdefs.h + + + if test $ac_cv_have_decl_sleep != yes; then + HAVE_SLEEP=0 + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for working sleep" >&5 + printf %s "checking for working sleep... " >&6; } + if test ${gl_cv_func_sleep_works+y} + then : +--- 56217,56229 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_SLEEP $ac_have_decl" >>confdefs.h + + + if test $ac_cv_have_decl_sleep != yes; then + HAVE_SLEEP=0 + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for working sleep" >&5 + printf %s "checking for working sleep... " >&6; } + if test ${gl_cv_func_sleep_works+y} + then : +*************** +*** 56440,56447 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_sleep_works" >&5 +! printf '%s\n' "$gl_cv_func_sleep_works" >&6; } + case "$gl_cv_func_sleep_works" in + *yes) ;; + *) +--- 56293,56300 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_sleep_works" >&5 +! printf "%s\n" "$gl_cv_func_sleep_works" >&6; } + case "$gl_cv_func_sleep_works" in + *yes) ;; + *) +*************** +*** 56485,56491 **** + + + +! printf '%s\n' "#define GNULIB_TEST_SLEEP 1" >>confdefs.h + + + +--- 56338,56344 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_SLEEP 1" >>confdefs.h + + + +*************** +*** 56498,56504 **** + ac_fn_c_check_func "$LINENO" "snprintf" "ac_cv_func_snprintf" + if test "x$ac_cv_func_snprintf" = xyes + then : +! printf '%s\n' "#define HAVE_SNPRINTF 1" >>confdefs.h + + fi + +--- 56351,56357 ---- + ac_fn_c_check_func "$LINENO" "snprintf" "ac_cv_func_snprintf" + if test "x$ac_cv_func_snprintf" = xyes + then : +! printf "%s\n" "#define HAVE_SNPRINTF 1" >>confdefs.h + + fi + +*************** +*** 56506,56512 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether snprintf respects a size of 1" >&5 + printf %s "checking whether snprintf respects a size of 1... " >&6; } + if test ${gl_cv_func_snprintf_size1+y} + then : +--- 56359,56365 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether snprintf respects a size of 1" >&5 + printf %s "checking whether snprintf respects a size of 1... " >&6; } + if test ${gl_cv_func_snprintf_size1+y} + then : +*************** +*** 56564,56571 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_snprintf_size1" >&5 +! printf '%s\n' "$gl_cv_func_snprintf_size1" >&6; } + + case "$gl_cv_func_snprintf_size1" in + *yes) +--- 56417,56424 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_snprintf_size1" >&5 +! printf "%s\n" "$gl_cv_func_snprintf_size1" >&6; } + + case "$gl_cv_func_snprintf_size1" in + *yes) +*************** +*** 56633,56645 **** + + + +! printf '%s\n' "#define GNULIB_TEST_SNPRINTF 1" >>confdefs.h + + + + + +! printf '%s\n' "#define GNULIB_SNPRINTF $gl_module_indicator_condition" >>confdefs.h + + + +--- 56486,56498 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_SNPRINTF 1" >>confdefs.h + + + + + +! printf "%s\n" "#define GNULIB_SNPRINTF $gl_module_indicator_condition" >>confdefs.h + + + +*************** +*** 56695,56707 **** + + + +! printf '%s\n' "#define GNULIB_TEST_SOCKET 1" >>confdefs.h + + + + + +! printf '%s\n' "#define GNULIB_SOCKET $gl_module_indicator_condition" >>confdefs.h + + + +--- 56548,56560 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_SOCKET 1" >>confdefs.h + + + + + +! printf "%s\n" "#define GNULIB_SOCKET $gl_module_indicator_condition" >>confdefs.h + + + +*************** +*** 56722,56728 **** + then : + + else case e in #( +! e) { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for socklen_t equivalent" >&5 + printf %s "checking for socklen_t equivalent... " >&6; } + if test ${gl_cv_socklen_t_equiv+y} + then : +--- 56575,56581 ---- + then : + + else case e in #( +! e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for socklen_t equivalent" >&5 + printf %s "checking for socklen_t equivalent... " >&6; } + if test ${gl_cv_socklen_t_equiv+y} + then : +*************** +*** 56763,56772 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_socklen_t_equiv" >&5 +! printf '%s\n' "$gl_cv_socklen_t_equiv" >&6; } + +! printf '%s\n' "#define socklen_t $gl_cv_socklen_t_equiv" >>confdefs.h + ;; + esac + fi +--- 56616,56625 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_socklen_t_equiv" >&5 +! printf "%s\n" "$gl_cv_socklen_t_equiv" >&6; } + +! printf "%s\n" "#define socklen_t $gl_cv_socklen_t_equiv" >>confdefs.h + ;; + esac + fi +*************** +*** 56799,56805 **** + + + +! printf '%s\n' "#define GNULIB_TEST_STR_STARTSWITH 1" >>confdefs.h + + + +--- 56652,56658 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_STR_STARTSWITH 1" >>confdefs.h + + + +*************** +*** 56844,56850 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for catgets" >&5 + printf %s "checking for catgets... " >&6; } + if test ${gl_cv_onwards_func_catgets+y} + then : +--- 56697,56703 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for catgets" >&5 + printf %s "checking for catgets... " >&6; } + if test ${gl_cv_onwards_func_catgets+y} + then : +*************** +*** 56897,56904 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_catgets" >&5 +! printf '%s\n' "$gl_cv_onwards_func_catgets" >&6; } + + case "$gl_cv_onwards_func_catgets" in + future*) ac_cv_func_catgets=no ;; +--- 56750,56757 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_catgets" >&5 +! printf "%s\n" "$gl_cv_onwards_func_catgets" >&6; } + + case "$gl_cv_onwards_func_catgets" in + future*) ac_cv_func_catgets=no ;; +*************** +*** 56906,56912 **** + esac + if test $ac_cv_func_catgets = yes; then + +! printf '%s\n' "#define HAVE_CATGETS 1" >>confdefs.h + + fi + +--- 56759,56765 ---- + esac + if test $ac_cv_func_catgets = yes; then + +! printf "%s\n" "#define HAVE_CATGETS 1" >>confdefs.h + + fi + +*************** +*** 56941,56953 **** + + + +! printf '%s\n' "#define GNULIB_TEST_STRERROR_R 1" >>confdefs.h + + + + + +! printf '%s\n' "#define GNULIB_STRERROR_R_POSIX $gl_module_indicator_condition" >>confdefs.h + + + +--- 56794,56806 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_STRERROR_R 1" >>confdefs.h + + + + + +! printf "%s\n" "#define GNULIB_STRERROR_R_POSIX $gl_module_indicator_condition" >>confdefs.h + + + +*************** +*** 56959,56965 **** + if test $ac_cv_func_symlink = no; then + HAVE_SYMLINK=0 + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether symlink handles trailing slash correctly" >&5 + printf %s "checking whether symlink handles trailing slash correctly... " >&6; } + if test ${gl_cv_func_symlink_works+y} + then : +--- 56812,56818 ---- + if test $ac_cv_func_symlink = no; then + HAVE_SYMLINK=0 + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether symlink handles trailing slash correctly" >&5 + printf %s "checking whether symlink handles trailing slash correctly... " >&6; } + if test ${gl_cv_func_symlink_works+y} + then : +*************** +*** 57014,57021 **** + rm -f conftest.f conftest.link conftest.lnk2 ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_symlink_works" >&5 +! printf '%s\n' "$gl_cv_func_symlink_works" >&6; } + case "$gl_cv_func_symlink_works" in + *yes) ;; + *) +--- 56867,56874 ---- + rm -f conftest.f conftest.link conftest.lnk2 ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_symlink_works" >&5 +! printf "%s\n" "$gl_cv_func_symlink_works" >&6; } + case "$gl_cv_func_symlink_works" in + *yes) ;; + *) +*************** +*** 57059,57065 **** + + + +! printf '%s\n' "#define GNULIB_TEST_SYMLINK 1" >>confdefs.h + + + +--- 56912,56918 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_SYMLINK 1" >>confdefs.h + + + +*************** +*** 57069,57075 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for symlinkat" >&5 + printf %s "checking for symlinkat... " >&6; } + if test ${gl_cv_onwards_func_symlinkat+y} + then : +--- 56922,56928 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for symlinkat" >&5 + printf %s "checking for symlinkat... " >&6; } + if test ${gl_cv_onwards_func_symlinkat+y} + then : +*************** +*** 57122,57129 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_symlinkat" >&5 +! printf '%s\n' "$gl_cv_onwards_func_symlinkat" >&6; } + + case "$gl_cv_onwards_func_symlinkat" in + future*) ac_cv_func_symlinkat=no ;; +--- 56975,56982 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_symlinkat" >&5 +! printf "%s\n" "$gl_cv_onwards_func_symlinkat" >&6; } + + case "$gl_cv_onwards_func_symlinkat" in + future*) ac_cv_func_symlinkat=no ;; +*************** +*** 57131,57137 **** + esac + if test $ac_cv_func_symlinkat = yes; then + +! printf '%s\n' "#define HAVE_SYMLINKAT 1" >>confdefs.h + + fi + +--- 56984,56990 ---- + esac + if test $ac_cv_func_symlinkat = yes; then + +! printf "%s\n" "#define HAVE_SYMLINKAT 1" >>confdefs.h + + fi + +*************** +*** 57142,57148 **** + future*) REPLACE_SYMLINKAT=1 ;; + esac + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether symlinkat handles trailing slash correctly" >&5 + printf %s "checking whether symlinkat handles trailing slash correctly... " >&6; } + if test ${gl_cv_func_symlinkat_works+y} + then : +--- 56995,57001 ---- + future*) REPLACE_SYMLINKAT=1 ;; + esac + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether symlinkat handles trailing slash correctly" >&5 + printf %s "checking whether symlinkat handles trailing slash correctly... " >&6; } + if test ${gl_cv_func_symlinkat_works+y} + then : +*************** +*** 57198,57205 **** + rm -f conftest.f conftest.link conftest.lnk2 ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_symlinkat_works" >&5 +! printf '%s\n' "$gl_cv_func_symlinkat_works" >&6; } + case "$gl_cv_func_symlinkat_works" in + *yes) ;; + *) +--- 57051,57058 ---- + rm -f conftest.f conftest.link conftest.lnk2 ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_symlinkat_works" >&5 +! printf "%s\n" "$gl_cv_func_symlinkat_works" >&6; } + case "$gl_cv_func_symlinkat_works" in + *yes) ;; + *) +*************** +*** 57243,57249 **** + + + +! printf '%s\n' "#define GNULIB_TEST_SYMLINKAT 1" >>confdefs.h + + + +--- 57096,57102 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_SYMLINKAT 1" >>confdefs.h + + + +*************** +*** 57273,57279 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for IPv4 sockets" >&5 + printf %s "checking for IPv4 sockets... " >&6; } + if test ${gl_cv_socket_ipv4+y} + then : +--- 57126,57132 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for IPv4 sockets" >&5 + printf %s "checking for IPv4 sockets... " >&6; } + if test ${gl_cv_socket_ipv4+y} + then : +*************** +*** 57310,57324 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_socket_ipv4" >&5 +! printf '%s\n' "$gl_cv_socket_ipv4" >&6; } + if test $gl_cv_socket_ipv4 = yes; then + +! printf '%s\n' "#define HAVE_IPV4 1" >>confdefs.h + + fi + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for IPv6 sockets" >&5 + printf %s "checking for IPv6 sockets... " >&6; } + if test ${gl_cv_socket_ipv6+y} + then : +--- 57163,57177 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_socket_ipv4" >&5 +! printf "%s\n" "$gl_cv_socket_ipv4" >&6; } + if test $gl_cv_socket_ipv4 = yes; then + +! printf "%s\n" "#define HAVE_IPV4 1" >>confdefs.h + + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for IPv6 sockets" >&5 + printf %s "checking for IPv6 sockets... " >&6; } + if test ${gl_cv_socket_ipv6+y} + then : +*************** +*** 57358,57368 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_socket_ipv6" >&5 +! printf '%s\n' "$gl_cv_socket_ipv6" >&6; } + if test $gl_cv_socket_ipv6 = yes; then + +! printf '%s\n' "#define HAVE_IPV6 1" >>confdefs.h + + fi + +--- 57211,57221 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_socket_ipv6" >&5 +! printf "%s\n" "$gl_cv_socket_ipv6" >&6; } + if test $gl_cv_socket_ipv6 = yes; then + +! printf "%s\n" "#define HAVE_IPV6 1" >>confdefs.h + + fi + +*************** +*** 57375,57387 **** + " + if test "x$ac_cv_header_afunix_h" = xyes + then : +! printf '%s\n' "#define HAVE_AFUNIX_H 1" >>confdefs.h + + fi + + fi + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for UNIX domain sockets" >&5 + printf %s "checking for UNIX domain sockets... " >&6; } + if test ${gl_cv_socket_unix+y} + then : +--- 57228,57240 ---- + " + if test "x$ac_cv_header_afunix_h" = xyes + then : +! printf "%s\n" "#define HAVE_AFUNIX_H 1" >>confdefs.h + + fi + + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for UNIX domain sockets" >&5 + printf %s "checking for UNIX domain sockets... " >&6; } + if test ${gl_cv_socket_unix+y} + then : +*************** +*** 57421,57431 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_socket_unix" >&5 +! printf '%s\n' "$gl_cv_socket_unix" >&6; } + if test $gl_cv_socket_unix = yes; then + +! printf '%s\n' "#define HAVE_UNIXSOCKET 1" >>confdefs.h + + fi + +--- 57274,57284 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_socket_unix" >&5 +! printf "%s\n" "$gl_cv_socket_unix" >&6; } + if test $gl_cv_socket_unix = yes; then + +! printf "%s\n" "#define HAVE_UNIXSOCKET 1" >>confdefs.h + + fi + +*************** +*** 57707,57713 **** + LIBS="$LIBS $LIBMULTITHREAD" + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for pthread_atfork" >&5 + printf %s "checking for pthread_atfork... " >&6; } + if test ${gl_cv_onwards_func_pthread_atfork+y} + then : +--- 57560,57566 ---- + LIBS="$LIBS $LIBMULTITHREAD" + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_atfork" >&5 + printf %s "checking for pthread_atfork... " >&6; } + if test ${gl_cv_onwards_func_pthread_atfork+y} + then : +*************** +*** 57760,57767 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_pthread_atfork" >&5 +! printf '%s\n' "$gl_cv_onwards_func_pthread_atfork" >&6; } + + case "$gl_cv_onwards_func_pthread_atfork" in + future*) ac_cv_func_pthread_atfork=no ;; +--- 57613,57620 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_onwards_func_pthread_atfork" >&5 +! printf "%s\n" "$gl_cv_onwards_func_pthread_atfork" >&6; } + + case "$gl_cv_onwards_func_pthread_atfork" in + future*) ac_cv_func_pthread_atfork=no ;; +*************** +*** 57769,57775 **** + esac + if test $ac_cv_func_pthread_atfork = yes; then + +! printf '%s\n' "#define HAVE_PTHREAD_ATFORK 1" >>confdefs.h + + fi + +--- 57622,57628 ---- + esac + if test $ac_cv_func_pthread_atfork = yes; then + +! printf "%s\n" "#define HAVE_PTHREAD_ATFORK 1" >>confdefs.h + + fi + +*************** +*** 57779,57785 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether time() works" >&5 + printf %s "checking whether time() works... " >&6; } + if test ${gl_cv_func_time_works+y} + then : +--- 57632,57638 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether time() works" >&5 + printf %s "checking whether time() works... " >&6; } + if test ${gl_cv_func_time_works+y} + then : +*************** +*** 57817,57824 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_time_works" >&5 +! printf '%s\n' "$gl_cv_func_time_works" >&6; } + case "$gl_cv_func_time_works" in + *no) REPLACE_TIME=1 ;; + esac +--- 57670,57677 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_time_works" >&5 +! printf "%s\n" "$gl_cv_func_time_works" >&6; } + case "$gl_cv_func_time_works" in + *no) REPLACE_TIME=1 ;; + esac +*************** +*** 57865,57871 **** + + + +! printf '%s\n' "#define GNULIB_TEST_TIME 1" >>confdefs.h + + + +--- 57718,57724 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_TIME 1" >>confdefs.h + + + +*************** +*** 57876,57882 **** + if test "x$ac_cv_member_struct_tm_tm_gmtoff" = xyes + then : + +! printf '%s\n' "#define HAVE_STRUCT_TM_TM_GMTOFF 1" >>confdefs.h + + + fi +--- 57729,57735 ---- + if test "x$ac_cv_member_struct_tm_tm_gmtoff" = xyes + then : + +! printf "%s\n" "#define HAVE_STRUCT_TM_TM_GMTOFF 1" >>confdefs.h + + + fi +*************** +*** 57886,57892 **** + if test "x$ac_cv_member_struct_tm_tm_zone" = xyes + then : + +! printf '%s\n' "#define HAVE_STRUCT_TM_TM_ZONE 1" >>confdefs.h + + + fi +--- 57739,57745 ---- + if test "x$ac_cv_member_struct_tm_tm_zone" = xyes + then : + +! printf "%s\n" "#define HAVE_STRUCT_TM_TM_ZONE 1" >>confdefs.h + + + fi +*************** +*** 57895,57901 **** + if test "$ac_cv_member_struct_tm_tm_gmtoff" = yes + then : + +! printf '%s\n' "#define HAVE_TM_GMTOFF 1" >>confdefs.h + + fi + +--- 57748,57754 ---- + if test "$ac_cv_member_struct_tm_tm_gmtoff" = yes + then : + +! printf "%s\n" "#define HAVE_TM_GMTOFF 1" >>confdefs.h + + fi + +*************** +*** 57942,57948 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether unlink honors trailing slashes" >&5 + printf %s "checking whether unlink honors trailing slashes... " >&6; } + if test ${gl_cv_func_unlink_honors_slashes+y} + then : +--- 57795,57801 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether unlink honors trailing slashes" >&5 + printf %s "checking whether unlink honors trailing slashes... " >&6; } + if test ${gl_cv_func_unlink_honors_slashes+y} + then : +*************** +*** 58016,58030 **** + rm -f conftest.file conftest.lnk ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_unlink_honors_slashes" >&5 +! printf '%s\n' "$gl_cv_func_unlink_honors_slashes" >&6; } + case "$gl_cv_func_unlink_honors_slashes" in + *no) + REPLACE_UNLINK=1 + ;; + esac + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether unlink of a parent directory fails as it should" >&5 + printf %s "checking whether unlink of a parent directory fails as it should... " >&6; } + if test ${gl_cv_func_unlink_parent_fails+y} + then : +--- 57869,57883 ---- + rm -f conftest.file conftest.lnk ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_unlink_honors_slashes" >&5 +! printf "%s\n" "$gl_cv_func_unlink_honors_slashes" >&6; } + case "$gl_cv_func_unlink_honors_slashes" in + *no) + REPLACE_UNLINK=1 + ;; + esac + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether unlink of a parent directory fails as it should" >&5 + printf %s "checking whether unlink of a parent directory fails as it should... " >&6; } + if test ${gl_cv_func_unlink_parent_fails+y} + then : +*************** +*** 58106,58118 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_unlink_parent_fails" >&5 +! printf '%s\n' "$gl_cv_func_unlink_parent_fails" >&6; } + case "$gl_cv_func_unlink_parent_fails" in + *no) + REPLACE_UNLINK=1 + +! printf '%s\n' "#define UNLINK_PARENT_BUG 1" >>confdefs.h + + ;; + esac +--- 57959,57971 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_unlink_parent_fails" >&5 +! printf "%s\n" "$gl_cv_func_unlink_parent_fails" >&6; } + case "$gl_cv_func_unlink_parent_fails" in + *no) + REPLACE_UNLINK=1 + +! printf "%s\n" "#define UNLINK_PARENT_BUG 1" >>confdefs.h + + ;; + esac +*************** +*** 58152,58158 **** + + + +! printf '%s\n' "#define GNULIB_TEST_UNLINK 1" >>confdefs.h + + + +--- 58005,58011 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_UNLINK 1" >>confdefs.h + + + +*************** +*** 58216,58222 **** + + + +! printf '%s\n' "#define GNULIB_TEST_UNLINKAT 1" >>confdefs.h + + + +--- 58069,58075 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_UNLINKAT 1" >>confdefs.h + + + +*************** +*** 58238,58244 **** + cygwin | \ + mingw* | windows*) + +! printf '%s\n' "#define UNLINK_CANNOT_UNLINK_DIR 1" >>confdefs.h + ;; + esac + +--- 58091,58097 ---- + cygwin | \ + mingw* | windows*) + +! printf "%s\n" "#define UNLINK_CANNOT_UNLINK_DIR 1" >>confdefs.h + ;; + esac + +*************** +*** 58248,58254 **** + + + if test $ac_cv_func_vasnprintf = yes; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether vasnprintf works" >&5 + printf %s "checking whether vasnprintf works... " >&6; } + if test ${gl_cv_func_vasnprintf_works+y} + then : +--- 58101,58107 ---- + + + if test $ac_cv_func_vasnprintf = yes; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether vasnprintf works" >&5 + printf %s "checking whether vasnprintf works... " >&6; } + if test ${gl_cv_func_vasnprintf_works+y} + then : +*************** +*** 58285,58292 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_vasnprintf_works" >&5 +! printf '%s\n' "$gl_cv_func_vasnprintf_works" >&6; } + fi + if test $ac_cv_func_vasnprintf != yes \ + || case "$gl_cv_func_vasnprintf_works" in +--- 58138,58145 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_vasnprintf_works" >&5 +! printf "%s\n" "$gl_cv_func_vasnprintf_works" >&6; } + fi + if test $ac_cv_func_vasnprintf != yes \ + || case "$gl_cv_func_vasnprintf_works" in +*************** +*** 58338,58344 **** + + if test $ac_cv_func_vasnprintf = yes; then + +! printf '%s\n' "#define REPLACE_VASNPRINTF 1" >>confdefs.h + + fi + +--- 58191,58197 ---- + + if test $ac_cv_func_vasnprintf = yes; then + +! printf "%s\n" "#define REPLACE_VASNPRINTF 1" >>confdefs.h + + fi + +*************** +*** 58354,58360 **** + + else case e in #( + e) +! printf '%s\n' "#define ptrdiff_t long" >>confdefs.h + + ;; + esac +--- 58207,58213 ---- + + else case e in #( + e) +! printf "%s\n" "#define ptrdiff_t long" >>confdefs.h + + ;; + esac +*************** +*** 58391,58397 **** + + + +! printf '%s\n' "#define GNULIB_TEST_VSNZPRINTF 1" >>confdefs.h + + + +--- 58244,58250 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_VSNZPRINTF 1" >>confdefs.h + + + +*************** +*** 58412,58418 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether wctob works" >&5 + printf %s "checking whether wctob works... " >&6; } + if test ${gl_cv_func_wctob_works+y} + then : +--- 58265,58271 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether wctob works" >&5 + printf %s "checking whether wctob works... " >&6; } + if test ${gl_cv_func_wctob_works+y} + then : +*************** +*** 58509,58516 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_wctob_works" >&5 +! printf '%s\n' "$gl_cv_func_wctob_works" >&6; } + case "$gl_cv_func_wctob_works" in + *yes) ;; + *) REPLACE_WCTOB=1 ;; +--- 58362,58369 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_wctob_works" >&5 +! printf "%s\n" "$gl_cv_func_wctob_works" >&6; } + case "$gl_cv_func_wctob_works" in + *yes) ;; + *) REPLACE_WCTOB=1 ;; +*************** +*** 58528,58534 **** + e) ac_have_decl=0 ;; + esac + fi +! printf '%s\n' "#define HAVE_DECL_WCTOB $ac_have_decl" >>confdefs.h + + if test $ac_cv_have_decl_wctob != yes; then + HAVE_DECL_WCTOB=0 +--- 58381,58387 ---- + e) ac_have_decl=0 ;; + esac + fi +! printf "%s\n" "#define HAVE_DECL_WCTOB $ac_have_decl" >>confdefs.h + + if test $ac_cv_have_decl_wctob != yes; then + HAVE_DECL_WCTOB=0 +*************** +*** 58583,58589 **** + + + +! printf '%s\n' "#define GNULIB_TEST_WCTOB 1" >>confdefs.h + + + +--- 58436,58442 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_WCTOB 1" >>confdefs.h + + + +*************** +*** 58636,58642 **** + + + +! printf '%s\n' "#define GNULIB_TEST_WCTOMB 1" >>confdefs.h + + + +--- 58489,58495 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_WCTOMB 1" >>confdefs.h + + + +*************** +*** 58738,58744 **** + ac_fn_c_check_header_compile "$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default" + if test "x$ac_cv_header_stdint_h" = xyes + then : +! printf '%s\n' "#define HAVE_STDINT_H 1" >>confdefs.h + + fi + +--- 58591,58597 ---- + ac_fn_c_check_header_compile "$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default" + if test "x$ac_cv_header_stdint_h" = xyes + then : +! printf "%s\n" "#define HAVE_STDINT_H 1" >>confdefs.h + + fi + +*************** +*** 58768,58795 **** + # Ensure VLAs are not used. + # Note -Wvla is implicitly added by gl_MANYWARN_ALL_GCC + +! printf '%s\n' "#define GNULIB_NO_VLA 1" >>confdefs.h + + + # diffutils is single-threaded; optimize for this. + +! printf '%s\n' "#define GNULIB_EXCLUDE_SINGLE_THREAD 1" >>confdefs.h + + +! printf '%s\n' "#define GNULIB_MBRTOWC_SINGLE_THREAD 1" >>confdefs.h + + +! printf '%s\n' "#define GNULIB_REGEX_SINGLE_THREAD 1" >>confdefs.h + + +! printf '%s\n' "#define GNULIB_WCHAR_SINGLE_LOCALE 1" >>confdefs.h + + + +! printf '%s\n' "#define GNULIB_MBRTOC32_REGULAR 1" >>confdefs.h + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for inline" >&5 + printf %s "checking for inline... " >&6; } + if test ${ac_cv_c_inline+y} + then : +--- 58621,58648 ---- + # Ensure VLAs are not used. + # Note -Wvla is implicitly added by gl_MANYWARN_ALL_GCC + +! printf "%s\n" "#define GNULIB_NO_VLA 1" >>confdefs.h + + + # diffutils is single-threaded; optimize for this. + +! printf "%s\n" "#define GNULIB_EXCLUDE_SINGLE_THREAD 1" >>confdefs.h + + +! printf "%s\n" "#define GNULIB_MBRTOWC_SINGLE_THREAD 1" >>confdefs.h + + +! printf "%s\n" "#define GNULIB_REGEX_SINGLE_THREAD 1" >>confdefs.h + + +! printf "%s\n" "#define GNULIB_WCHAR_SINGLE_LOCALE 1" >>confdefs.h + + + +! printf "%s\n" "#define GNULIB_MBRTOC32_REGULAR 1" >>confdefs.h + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for inline" >&5 + printf %s "checking for inline... " >&6; } + if test ${ac_cv_c_inline+y} + then : +*************** +*** 58816,58823 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5 +! printf '%s\n' "$ac_cv_c_inline" >&6; } + + case $ac_cv_c_inline in + inline | yes) ;; +--- 58669,58676 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5 +! printf "%s\n" "$ac_cv_c_inline" >&6; } + + case $ac_cv_c_inline in + inline | yes) ;; +*************** +*** 58839,58853 **** + if test "x$ac_cv_member_struct_stat_st_rdev" = xyes + then : + +! printf '%s\n' "#define HAVE_STRUCT_STAT_ST_RDEV 1" >>confdefs.h + + + fi + + ac_header_dirent=no + for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do +! as_ac_Header=`printf '%s\n' "ac_cv_header_dirent_$ac_hdr" | sed "$as_sed_sh"` +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5 + printf %s "checking for $ac_hdr that defines DIR... " >&6; } + if eval test \${$as_ac_Header+y} + then : +--- 58692,58706 ---- + if test "x$ac_cv_member_struct_stat_st_rdev" = xyes + then : + +! printf "%s\n" "#define HAVE_STRUCT_STAT_ST_RDEV 1" >>confdefs.h + + + fi + + ac_header_dirent=no + for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do +! as_ac_Header=`printf "%s\n" "ac_cv_header_dirent_$ac_hdr" | sed "$as_sed_sh"` +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5 + printf %s "checking for $ac_hdr that defines DIR... " >&6; } + if eval test \${$as_ac_Header+y} + then : +*************** +*** 58878,58889 **** + esac + fi + eval ac_res=\$$as_ac_Header +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf '%s\n' "$ac_res" >&6; } + if eval test \"x\$"$as_ac_Header"\" = x"yes" + then : + cat >>confdefs.h <<_ACEOF +! #define `printf '%s\n' "HAVE_$ac_hdr" | sed "$as_sed_cpp"` 1 + _ACEOF + + ac_header_dirent=$ac_hdr; break +--- 58731,58742 ---- + esac + fi + eval ac_res=\$$as_ac_Header +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf "%s\n" "$ac_res" >&6; } + if eval test \"x\$"$as_ac_Header"\" = x"yes" + then : + cat >>confdefs.h <<_ACEOF +! #define `printf "%s\n" "HAVE_$ac_hdr" | sed "$as_sed_cpp"` 1 + _ACEOF + + ac_header_dirent=$ac_hdr; break +*************** +*** 58892,58898 **** + done + # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. + if test $ac_header_dirent = dirent.h; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5 + printf %s "checking for library containing opendir... " >&6; } + if test ${ac_cv_search_opendir+y} + then : +--- 58745,58751 ---- + done + # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. + if test $ac_header_dirent = dirent.h; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5 + printf %s "checking for library containing opendir... " >&6; } + if test ${ac_cv_search_opendir+y} + then : +*************** +*** 58950,58957 **** + LIBS=$ac_func_search_save_LIBS ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5 +! printf '%s\n' "$ac_cv_search_opendir" >&6; } + ac_res=$ac_cv_search_opendir + if test "$ac_res" != no + then : +--- 58803,58810 ---- + LIBS=$ac_func_search_save_LIBS ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5 +! printf "%s\n" "$ac_cv_search_opendir" >&6; } + ac_res=$ac_cv_search_opendir + if test "$ac_res" != no + then : +*************** +*** 58960,58966 **** + fi + + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5 + printf %s "checking for library containing opendir... " >&6; } + if test ${ac_cv_search_opendir+y} + then : +--- 58813,58819 ---- + fi + + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5 + printf %s "checking for library containing opendir... " >&6; } + if test ${ac_cv_search_opendir+y} + then : +*************** +*** 59018,59025 **** + LIBS=$ac_func_search_save_LIBS ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5 +! printf '%s\n' "$ac_cv_search_opendir" >&6; } + ac_res=$ac_cv_search_opendir + if test "$ac_res" != no + then : +--- 58871,58878 ---- + LIBS=$ac_func_search_save_LIBS ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5 +! printf "%s\n" "$ac_cv_search_opendir" >&6; } + ac_res=$ac_cv_search_opendir + if test "$ac_res" != no + then : +*************** +*** 59029,59035 **** + + fi + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5 + printf %s "checking for sys/wait.h that is POSIX.1 compatible... " >&6; } + if test ${ac_cv_header_sys_wait_h+y} + then : +--- 58882,58888 ---- + + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5 + printf %s "checking for sys/wait.h that is POSIX.1 compatible... " >&6; } + if test ${ac_cv_header_sys_wait_h+y} + then : +*************** +*** 59066,59076 **** + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5 +! printf '%s\n' "$ac_cv_header_sys_wait_h" >&6; } + if test $ac_cv_header_sys_wait_h = yes; then + +! printf '%s\n' "#define HAVE_SYS_WAIT_H 1" >>confdefs.h + + fi + +--- 58919,58929 ---- + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5 +! printf "%s\n" "$ac_cv_header_sys_wait_h" >&6; } + if test $ac_cv_header_sys_wait_h = yes; then + +! printf "%s\n" "#define HAVE_SYS_WAIT_H 1" >>confdefs.h + + fi + +*************** +*** 59106,59112 **** + fi + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + +! printf '%s\n' "#define pid_t $ac_pid_type" >>confdefs.h + + ;; + esac +--- 58959,58965 ---- + fi + rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + +! printf "%s\n" "#define pid_t $ac_pid_type" >>confdefs.h + + ;; + esac +*************** +*** 59120,59126 **** + ac_fn_c_check_func "$LINENO" "sigblock" "ac_cv_func_sigblock" + if test "x$ac_cv_func_sigblock" = xyes + then : +! printf '%s\n' "#define HAVE_SIGBLOCK 1" >>confdefs.h + + fi + +--- 58973,58979 ---- + ac_fn_c_check_func "$LINENO" "sigblock" "ac_cv_func_sigblock" + if test "x$ac_cv_func_sigblock" = xyes + then : +! printf "%s\n" "#define HAVE_SIGBLOCK 1" >>confdefs.h + + fi + +*************** +*** 59131,59137 **** + + + if test "x$ac_cv_func_fork" = xyes; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5 + printf %s "checking for working fork... " >&6; } + if test ${ac_cv_func_fork_works+y} + then : +--- 58984,58990 ---- + + + if test "x$ac_cv_func_fork" = xyes; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5 + printf %s "checking for working fork... " >&6; } + if test ${ac_cv_func_fork_works+y} + then : +*************** +*** 59169,59176 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_fork_works" >&5 +! printf '%s\n' "$ac_cv_func_fork_works" >&6; } + + else + ac_cv_func_fork_works=$ac_cv_func_fork +--- 59022,59029 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_fork_works" >&5 +! printf "%s\n" "$ac_cv_func_fork_works" >&6; } + + else + ac_cv_func_fork_works=$ac_cv_func_fork +*************** +*** 59185,59196 **** + ac_cv_func_fork_works=yes + ;; + esac +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&5 +! printf '%s\n' "$as_me: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&2;} + fi + ac_cv_func_vfork_works=$ac_cv_func_vfork + if test "x$ac_cv_func_vfork" = xyes; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5 + printf %s "checking for working vfork... " >&6; } + if test ${ac_cv_func_vfork_works+y} + then : +--- 59038,59049 ---- + ac_cv_func_fork_works=yes + ;; + esac +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&5 +! printf "%s\n" "$as_me: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&2;} + fi + ac_cv_func_vfork_works=$ac_cv_func_vfork + if test "x$ac_cv_func_vfork" = xyes; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5 + printf %s "checking for working vfork... " >&6; } + if test ${ac_cv_func_vfork_works+y} + then : +*************** +*** 59322,59354 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_vfork_works" >&5 +! printf '%s\n' "$ac_cv_func_vfork_works" >&6; } + + fi; + if test "x$ac_cv_func_fork_works" = xcross; then + ac_cv_func_vfork_works=$ac_cv_func_vfork +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5 +! printf '%s\n' "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;} + fi + + if test "x$ac_cv_func_vfork_works" = xyes; then + +! printf '%s\n' "#define HAVE_WORKING_VFORK 1" >>confdefs.h + + else + +! printf '%s\n' "#define vfork fork" >>confdefs.h + + fi + if test "x$ac_cv_func_fork_works" = xyes; then + +! printf '%s\n' "#define HAVE_WORKING_FORK 1" >>confdefs.h + + fi + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether O_PATH supports fstat" >&5 + printf %s "checking whether O_PATH supports fstat... " >&6; } + if test ${du_cv_O_PATH_fstat+y} + then : +--- 59175,59207 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_vfork_works" >&5 +! printf "%s\n" "$ac_cv_func_vfork_works" >&6; } + + fi; + if test "x$ac_cv_func_fork_works" = xcross; then + ac_cv_func_vfork_works=$ac_cv_func_vfork +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5 +! printf "%s\n" "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;} + fi + + if test "x$ac_cv_func_vfork_works" = xyes; then + +! printf "%s\n" "#define HAVE_WORKING_VFORK 1" >>confdefs.h + + else + +! printf "%s\n" "#define vfork fork" >>confdefs.h + + fi + if test "x$ac_cv_func_fork_works" = xyes; then + +! printf "%s\n" "#define HAVE_WORKING_FORK 1" >>confdefs.h + + fi + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether O_PATH supports fstat" >&5 + printf %s "checking whether O_PATH supports fstat... " >&6; } + if test ${du_cv_O_PATH_fstat+y} + then : +*************** +*** 59393,59404 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $du_cv_O_PATH_fstat" >&5 +! printf '%s\n' "$du_cv_O_PATH_fstat" >&6; } + case "$du_cv_O_PATH_fstat" in + yes) + +! printf '%s\n' "#define O_PATH_SUPPORTS_FSTAT 1" >>confdefs.h + + ;; + esac +--- 59246,59257 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $du_cv_O_PATH_fstat" >&5 +! printf "%s\n" "$du_cv_O_PATH_fstat" >&6; } + case "$du_cv_O_PATH_fstat" in + yes) + +! printf "%s\n" "#define O_PATH_SUPPORTS_FSTAT 1" >>confdefs.h + + ;; + esac +*************** +*** 59465,59471 **** + ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Werror -Wunknown-warning-option" >&5 + printf %s "checking whether C compiler handles -Werror -Wunknown-warning-option... " >&6; } + if test ${gl_cv_warn_c__Werror__Wunknown_warning_option+y} + then : +--- 59318,59324 ---- + ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Werror -Wunknown-warning-option" >&5 + printf %s "checking whether C compiler handles -Werror -Wunknown-warning-option... " >&6; } + if test ${gl_cv_warn_c__Werror__Wunknown_warning_option+y} + then : +*************** +*** 59498,59505 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Werror__Wunknown_warning_option" >&5 +! printf '%s\n' "$gl_cv_warn_c__Werror__Wunknown_warning_option" >&6; } + if test "x$gl_cv_warn_c__Werror__Wunknown_warning_option" = xyes + then : + gl_unknown_warnings_are_errors='-Wunknown-warning-option -Werror' +--- 59351,59358 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Werror__Wunknown_warning_option" >&5 +! printf "%s\n" "$gl_cv_warn_c__Werror__Wunknown_warning_option" >&6; } + if test "x$gl_cv_warn_c__Werror__Wunknown_warning_option" = xyes + then : + gl_unknown_warnings_are_errors='-Wunknown-warning-option -Werror' +*************** +*** 59517,59523 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Werror" >&5 + printf %s "checking whether C compiler handles -Werror... " >&6; } + if test ${gl_cv_warn_c__Werror+y} + then : +--- 59370,59376 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Werror" >&5 + printf %s "checking whether C compiler handles -Werror... " >&6; } + if test ${gl_cv_warn_c__Werror+y} + then : +*************** +*** 59550,59557 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Werror" >&5 +! printf '%s\n' "$gl_cv_warn_c__Werror" >&6; } + if test "x$gl_cv_warn_c__Werror" = xyes + then : + as_fn_append WERROR_CFLAGS " -Werror" +--- 59403,59410 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Werror" >&5 +! printf "%s\n" "$gl_cv_warn_c__Werror" >&6; } + if test "x$gl_cv_warn_c__Werror" = xyes + then : + as_fn_append WERROR_CFLAGS " -Werror" +*************** +*** 59584,59590 **** + if test -n "$GCC" + then : + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether -Wno-missing-field-initializers is needed" >&5 + printf %s "checking whether -Wno-missing-field-initializers is needed... " >&6; } + if test ${gl_cv_cc_nomfi_needed+y} + then : +--- 59437,59443 ---- + if test -n "$GCC" + then : + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether -Wno-missing-field-initializers is needed" >&5 + printf %s "checking whether -Wno-missing-field-initializers is needed... " >&6; } + if test ${gl_cv_cc_nomfi_needed+y} + then : +*************** +*** 59630,59639 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_nomfi_needed" >&5 +! printf '%s\n' "$gl_cv_cc_nomfi_needed" >&6; } + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether -Wuninitialized is supported" >&5 + printf %s "checking whether -Wuninitialized is supported... " >&6; } + if test ${gl_cv_cc_uninitialized_supported+y} + then : +--- 59483,59492 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_nomfi_needed" >&5 +! printf "%s\n" "$gl_cv_cc_nomfi_needed" >&6; } + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether -Wuninitialized is supported" >&5 + printf %s "checking whether -Wuninitialized is supported... " >&6; } + if test ${gl_cv_cc_uninitialized_supported+y} + then : +*************** +*** 59664,59671 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_uninitialized_supported" >&5 +! printf '%s\n' "$gl_cv_cc_uninitialized_supported" >&6; } + + fi + +--- 59517,59524 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_uninitialized_supported" >&5 +! printf "%s\n" "$gl_cv_cc_uninitialized_supported" >&6; } + + fi + +*************** +*** 59805,59816 **** + for w in $ws; do + + +! as_gl_Warn=`printf '%s\n' "gl_cv_warn_c_$w" | sed "$as_sed_sh"` + gl_positive="$w" + case $gl_positive in + -Wno-*) gl_positive=-W`expr "X$gl_positive" : 'X-Wno-\(.*\)'` ;; + esac +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles $w" >&5 + printf %s "checking whether C compiler handles $w... " >&6; } + if eval test \${$as_gl_Warn+y} + then : +--- 59658,59669 ---- + for w in $ws; do + + +! as_gl_Warn=`printf "%s\n" "gl_cv_warn_c_$w" | sed "$as_sed_sh"` + gl_positive="$w" + case $gl_positive in + -Wno-*) gl_positive=-W`expr "X$gl_positive" : 'X-Wno-\(.*\)'` ;; + esac +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles $w" >&5 + printf %s "checking whether C compiler handles $w... " >&6; } + if eval test \${$as_gl_Warn+y} + then : +*************** +*** 59844,59851 **** + esac + fi + eval ac_res=\$$as_gl_Warn +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf '%s\n' "$ac_res" >&6; } + if eval test \"x\$"$as_gl_Warn"\" = x"yes" + then : + as_fn_append WARN_CFLAGS " $w" +--- 59697,59704 ---- + esac + fi + eval ac_res=\$$as_gl_Warn +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf "%s\n" "$ac_res" >&6; } + if eval test \"x\$"$as_gl_Warn"\" = x"yes" + then : + as_fn_append WARN_CFLAGS " $w" +*************** +*** 59855,59861 **** + done + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-sign-compare" >&5 + printf %s "checking whether C compiler handles -Wno-sign-compare... " >&6; } + if test ${gl_cv_warn_c__Wno_sign_compare+y} + then : +--- 59708,59714 ---- + done + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-sign-compare" >&5 + printf %s "checking whether C compiler handles -Wno-sign-compare... " >&6; } + if test ${gl_cv_warn_c__Wno_sign_compare+y} + then : +*************** +*** 59888,59895 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_sign_compare" >&5 +! printf '%s\n' "$gl_cv_warn_c__Wno_sign_compare" >&6; } + if test "x$gl_cv_warn_c__Wno_sign_compare" = xyes + then : + as_fn_append WARN_CFLAGS " -Wno-sign-compare" +--- 59741,59748 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_sign_compare" >&5 +! printf "%s\n" "$gl_cv_warn_c__Wno_sign_compare" >&6; } + if test "x$gl_cv_warn_c__Wno_sign_compare" = xyes + then : + as_fn_append WARN_CFLAGS " -Wno-sign-compare" +*************** +*** 59898,59904 **** + # Too many false positives + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-format-nonliteral" >&5 + printf %s "checking whether C compiler handles -Wno-format-nonliteral... " >&6; } + if test ${gl_cv_warn_c__Wno_format_nonliteral+y} + then : +--- 59751,59757 ---- + # Too many false positives + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-format-nonliteral" >&5 + printf %s "checking whether C compiler handles -Wno-format-nonliteral... " >&6; } + if test ${gl_cv_warn_c__Wno_format_nonliteral+y} + then : +*************** +*** 59931,59938 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_format_nonliteral" >&5 +! printf '%s\n' "$gl_cv_warn_c__Wno_format_nonliteral" >&6; } + if test "x$gl_cv_warn_c__Wno_format_nonliteral" = xyes + then : + as_fn_append WARN_CFLAGS " -Wno-format-nonliteral" +--- 59784,59791 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_format_nonliteral" >&5 +! printf "%s\n" "$gl_cv_warn_c__Wno_format_nonliteral" >&6; } + if test "x$gl_cv_warn_c__Wno_format_nonliteral" = xyes + then : + as_fn_append WARN_CFLAGS " -Wno-format-nonliteral" +*************** +*** 59944,59960 **** + + + +! printf '%s\n' "#define GNULIB_PORTCHECK 1" >>confdefs.h + + fi + + +! printf '%s\n' "#define DEFAULT_EDITOR_PROGRAM \"ed\"" >>confdefs.h + + + # Extract the first word of "pr", so it can be a program name with args. + set dummy pr; ac_word=$2 +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_path_PR_PROGRAM+y} + then : +--- 59797,59813 ---- + + + +! printf "%s\n" "#define GNULIB_PORTCHECK 1" >>confdefs.h + + fi + + +! printf "%s\n" "#define DEFAULT_EDITOR_PROGRAM \"ed\"" >>confdefs.h + + + # Extract the first word of "pr", so it can be a program name with args. + set dummy pr; ac_word=$2 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_path_PR_PROGRAM+y} + then : +*************** +*** 59977,59983 **** + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_path_PR_PROGRAM="$as_dir$ac_word$ac_exec_ext" +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +--- 59830,59836 ---- + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_path_PR_PROGRAM="$as_dir$ac_word$ac_exec_ext" +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +*************** +*** 59991,60006 **** + fi + PR_PROGRAM=$ac_cv_path_PR_PROGRAM + if test -n "$PR_PROGRAM"; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $PR_PROGRAM" >&5 +! printf '%s\n' "$PR_PROGRAM" >&6; } + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf '%s\n' "no" >&6; } + fi + + + +! printf '%s\n' "#define PR_PROGRAM \"$PR_PROGRAM\"" >>confdefs.h + + + # When .tarball-version exists, we're building from a tarball +--- 59844,59859 ---- + fi + PR_PROGRAM=$ac_cv_path_PR_PROGRAM + if test -n "$PR_PROGRAM"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PR_PROGRAM" >&5 +! printf "%s\n" "$PR_PROGRAM" >&6; } + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + fi + + + +! printf "%s\n" "#define PR_PROGRAM \"$PR_PROGRAM\"" >>confdefs.h + + + # When .tarball-version exists, we're building from a tarball +*************** +*** 60017,60023 **** + || SRC_VERSION_C=../src/version.c + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5 + printf %s "checking whether NLS is requested... " >&6; } + # Check whether --enable-nls was given. + if test ${enable_nls+y} +--- 59870,59876 ---- + || SRC_VERSION_C=../src/version.c + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5 + printf %s "checking whether NLS is requested... " >&6; } + # Check whether --enable-nls was given. + if test ${enable_nls+y} +*************** +*** 60028,60035 **** + esac + fi + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5 +! printf '%s\n' "$USE_NLS" >&6; } + + + +--- 59881,59888 ---- + esac + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5 +! printf "%s\n" "$USE_NLS" >&6; } + + + +*************** +*** 60068,60074 **** + + # Extract the first word of "msgfmt", so it can be a program name with args. + set dummy msgfmt; ac_word=$2 +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_path_MSGFMT+y} + then : +--- 59921,59927 ---- + + # Extract the first word of "msgfmt", so it can be a program name with args. + set dummy msgfmt; ac_word=$2 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_path_MSGFMT+y} + then : +*************** +*** 60102,60117 **** + fi + MSGFMT="$ac_cv_path_MSGFMT" + if test "$MSGFMT" != ":"; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5 +! printf '%s\n' "$MSGFMT" >&6; } + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf '%s\n' "no" >&6; } + fi + + # Extract the first word of "gmsgfmt", so it can be a program name with args. + set dummy gmsgfmt; ac_word=$2 +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_path_GMSGFMT+y} + then : +--- 59955,59970 ---- + fi + MSGFMT="$ac_cv_path_MSGFMT" + if test "$MSGFMT" != ":"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5 +! printf "%s\n" "$MSGFMT" >&6; } + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + fi + + # Extract the first word of "gmsgfmt", so it can be a program name with args. + set dummy gmsgfmt; ac_word=$2 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_path_GMSGFMT+y} + then : +*************** +*** 60134,60140 **** + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_path_GMSGFMT="$as_dir$ac_word$ac_exec_ext" +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +--- 59987,59993 ---- + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_path_GMSGFMT="$as_dir$ac_word$ac_exec_ext" +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +*************** +*** 60148,60158 **** + fi + GMSGFMT=$ac_cv_path_GMSGFMT + if test -n "$GMSGFMT"; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5 +! printf '%s\n' "$GMSGFMT" >&6; } + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf '%s\n' "no" >&6; } + fi + + +--- 60001,60011 ---- + fi + GMSGFMT=$ac_cv_path_GMSGFMT + if test -n "$GMSGFMT"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5 +! printf "%s\n" "$GMSGFMT" >&6; } + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + fi + + +*************** +*** 60198,60204 **** + + # Extract the first word of "xgettext", so it can be a program name with args. + set dummy xgettext; ac_word=$2 +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_path_XGETTEXT+y} + then : +--- 60051,60057 ---- + + # Extract the first word of "xgettext", so it can be a program name with args. + set dummy xgettext; ac_word=$2 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_path_XGETTEXT+y} + then : +*************** +*** 60232,60242 **** + fi + XGETTEXT="$ac_cv_path_XGETTEXT" + if test "$XGETTEXT" != ":"; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5 +! printf '%s\n' "$XGETTEXT" >&6; } + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf '%s\n' "no" >&6; } + fi + + rm -f messages.po +--- 60085,60095 ---- + fi + XGETTEXT="$ac_cv_path_XGETTEXT" + if test "$XGETTEXT" != ":"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5 +! printf "%s\n" "$XGETTEXT" >&6; } + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + fi + + rm -f messages.po +*************** +*** 60277,60283 **** + + # Extract the first word of "msgmerge", so it can be a program name with args. + set dummy msgmerge; ac_word=$2 +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_path_MSGMERGE+y} + then : +--- 60130,60136 ---- + + # Extract the first word of "msgmerge", so it can be a program name with args. + set dummy msgmerge; ac_word=$2 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 + printf %s "checking for $ac_word... " >&6; } + if test ${ac_cv_path_MSGMERGE+y} + then : +*************** +*** 60310,60320 **** + fi + MSGMERGE="$ac_cv_path_MSGMERGE" + if test "$MSGMERGE" != ":"; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5 +! printf '%s\n' "$MSGMERGE" >&6; } + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf '%s\n' "no" >&6; } + fi + + +--- 60163,60173 ---- + fi + MSGMERGE="$ac_cv_path_MSGMERGE" + if test "$MSGMERGE" != ":"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5 +! printf "%s\n" "$MSGMERGE" >&6; } + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + fi + + +*************** +*** 60847,60853 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for CFPreferencesCopyAppValue" >&5 + printf %s "checking for CFPreferencesCopyAppValue... " >&6; } + if test ${gt_cv_func_CFPreferencesCopyAppValue+y} + then : +--- 60700,60706 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for CFPreferencesCopyAppValue" >&5 + printf %s "checking for CFPreferencesCopyAppValue... " >&6; } + if test ${gt_cv_func_CFPreferencesCopyAppValue+y} + then : +*************** +*** 60878,60891 **** + LIBS="$gt_save_LIBS" ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFPreferencesCopyAppValue" >&5 +! printf '%s\n' "$gt_cv_func_CFPreferencesCopyAppValue" >&6; } + if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then + +! printf '%s\n' "#define HAVE_CFPREFERENCESCOPYAPPVALUE 1" >>confdefs.h + + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for CFLocaleCopyCurrent" >&5 + printf %s "checking for CFLocaleCopyCurrent... " >&6; } + if test ${gt_cv_func_CFLocaleCopyCurrent+y} + then : +--- 60731,60744 ---- + LIBS="$gt_save_LIBS" ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFPreferencesCopyAppValue" >&5 +! printf "%s\n" "$gt_cv_func_CFPreferencesCopyAppValue" >&6; } + if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then + +! printf "%s\n" "#define HAVE_CFPREFERENCESCOPYAPPVALUE 1" >>confdefs.h + + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for CFLocaleCopyCurrent" >&5 + printf %s "checking for CFLocaleCopyCurrent... " >&6; } + if test ${gt_cv_func_CFLocaleCopyCurrent+y} + then : +*************** +*** 60916,60926 **** + LIBS="$gt_save_LIBS" ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFLocaleCopyCurrent" >&5 +! printf '%s\n' "$gt_cv_func_CFLocaleCopyCurrent" >&6; } + if test $gt_cv_func_CFLocaleCopyCurrent = yes; then + +! printf '%s\n' "#define HAVE_CFLOCALECOPYCURRENT 1" >>confdefs.h + + fi + INTL_MACOSX_LIBS= +--- 60769,60779 ---- + LIBS="$gt_save_LIBS" ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFLocaleCopyCurrent" >&5 +! printf "%s\n" "$gt_cv_func_CFLocaleCopyCurrent" >&6; } + if test $gt_cv_func_CFLocaleCopyCurrent = yes; then + +! printf "%s\n" "#define HAVE_CFLOCALECOPYCURRENT 1" >>confdefs.h + + fi + INTL_MACOSX_LIBS= +*************** +*** 60965,60971 **** + gt_expression_test_code= + fi + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libc" >&5 + printf %s "checking for GNU gettext in libc... " >&6; } + if eval test \${$gt_func_gnugettext_libc+y} + then : +--- 60818,60824 ---- + gt_expression_test_code= + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libc" >&5 + printf %s "checking for GNU gettext in libc... " >&6; } + if eval test \${$gt_func_gnugettext_libc+y} + then : +*************** +*** 61002,61009 **** + esac + fi + eval ac_res=\$$gt_func_gnugettext_libc +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf '%s\n' "$ac_res" >&6; } + + if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then + +--- 60855,60862 ---- + esac + fi + eval ac_res=\$$gt_func_gnugettext_libc +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf "%s\n" "$ac_res" >&6; } + + if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then + +*************** +*** 61036,61042 **** + done + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5 + printf %s "checking for iconv... " >&6; } + if test ${am_cv_func_iconv+y} + then : +--- 60889,60895 ---- + done + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5 + printf %s "checking for iconv... " >&6; } + if test ${am_cv_func_iconv+y} + then : +*************** +*** 61098,61107 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5 +! printf '%s\n' "$am_cv_func_iconv" >&6; } + if test "$am_cv_func_iconv" = yes; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for working iconv" >&5 + printf %s "checking for working iconv... " >&6; } + if test ${am_cv_func_iconv_works+y} + then : +--- 60951,60960 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5 +! printf "%s\n" "$am_cv_func_iconv" >&6; } + if test "$am_cv_func_iconv" = yes; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for working iconv" >&5 + printf %s "checking for working iconv... " >&6; } + if test ${am_cv_func_iconv_works+y} + then : +*************** +*** 61239,61246 **** + ;; + esac + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv_works" >&5 +! printf '%s\n' "$am_cv_func_iconv_works" >&6; } + case "$am_cv_func_iconv_works" in + *no) am_func_iconv=no am_cv_lib_iconv=no ;; + *) am_func_iconv=yes ;; +--- 61092,61099 ---- + ;; + esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv_works" >&5 +! printf "%s\n" "$am_cv_func_iconv_works" >&6; } + case "$am_cv_func_iconv_works" in + *no) am_func_iconv=no am_cv_lib_iconv=no ;; + *) am_func_iconv=yes ;; +*************** +*** 61250,61263 **** + fi + if test "$am_func_iconv" = yes; then + +! printf '%s\n' "#define HAVE_ICONV 1" >>confdefs.h + + fi + if test "$am_cv_lib_iconv" = yes; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5 + printf %s "checking how to link with libiconv... " >&6; } +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5 +! printf '%s\n' "$LIBICONV" >&6; } + else + CPPFLAGS="$am_save_CPPFLAGS" + LIBICONV= +--- 61103,61116 ---- + fi + if test "$am_func_iconv" = yes; then + +! printf "%s\n" "#define HAVE_ICONV 1" >>confdefs.h + + fi + if test "$am_cv_lib_iconv" = yes; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5 + printf %s "checking how to link with libiconv... " >&6; } +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5 +! printf "%s\n" "$LIBICONV" >&6; } + else + CPPFLAGS="$am_save_CPPFLAGS" + LIBICONV= +*************** +*** 61758,61764 **** + + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libintl" >&5 + printf %s "checking for GNU gettext in libintl... " >&6; } + if eval test \${$gt_func_gnugettext_libintl+y} + then : +--- 61611,61617 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libintl" >&5 + printf %s "checking for GNU gettext in libintl... " >&6; } + if eval test \${$gt_func_gnugettext_libintl+y} + then : +*************** +*** 61840,61847 **** + esac + fi + eval ac_res=\$$gt_func_gnugettext_libintl +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf '%s\n' "$ac_res" >&6; } + fi + + if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \ +--- 61693,61700 ---- + esac + fi + eval ac_res=\$$gt_func_gnugettext_libintl +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf "%s\n" "$ac_res" >&6; } + fi + + if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \ +*************** +*** 61868,61886 **** + if test "$gt_use_preinstalled_gnugettext" = "yes" \ + || test "$nls_cv_use_gnu_gettext" = "yes"; then + +! printf '%s\n' "#define ENABLE_NLS 1" >>confdefs.h + + else + USE_NLS=no + fi + fi + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking whether to use NLS" >&5 + printf %s "checking whether to use NLS... " >&6; } +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5 +! printf '%s\n' "$USE_NLS" >&6; } + if test "$USE_NLS" = "yes"; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking where the gettext function comes from" >&5 + printf %s "checking where the gettext function comes from... " >&6; } + if test "$gt_use_preinstalled_gnugettext" = "yes"; then + if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then +--- 61721,61739 ---- + if test "$gt_use_preinstalled_gnugettext" = "yes" \ + || test "$nls_cv_use_gnu_gettext" = "yes"; then + +! printf "%s\n" "#define ENABLE_NLS 1" >>confdefs.h + + else + USE_NLS=no + fi + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to use NLS" >&5 + printf %s "checking whether to use NLS... " >&6; } +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5 +! printf "%s\n" "$USE_NLS" >&6; } + if test "$USE_NLS" = "yes"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking where the gettext function comes from" >&5 + printf %s "checking where the gettext function comes from... " >&6; } + if test "$gt_use_preinstalled_gnugettext" = "yes"; then + if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then +*************** +*** 61891,61908 **** + else + gt_source="included intl directory" + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $gt_source" >&5 +! printf '%s\n' "$gt_source" >&6; } + fi + + if test "$USE_NLS" = "yes"; then + + if test "$gt_use_preinstalled_gnugettext" = "yes"; then + if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking how to link with libintl" >&5 + printf %s "checking how to link with libintl... " >&6; } +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: $LIBINTL" >&5 +! printf '%s\n' "$LIBINTL" >&6; } + + for element in $INCINTL; do + haveit= +--- 61744,61761 ---- + else + gt_source="included intl directory" + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gt_source" >&5 +! printf "%s\n" "$gt_source" >&6; } + fi + + if test "$USE_NLS" = "yes"; then + + if test "$gt_use_preinstalled_gnugettext" = "yes"; then + if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to link with libintl" >&5 + printf %s "checking how to link with libintl... " >&6; } +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBINTL" >&5 +! printf "%s\n" "$LIBINTL" >&6; } + + for element in $INCINTL; do + haveit= +*************** +*** 61929,61938 **** + fi + + +! printf '%s\n' "#define HAVE_GETTEXT 1" >>confdefs.h + + +! printf '%s\n' "#define HAVE_DCGETTEXT 1" >>confdefs.h + + fi + +--- 61782,61791 ---- + fi + + +! printf "%s\n" "#define HAVE_GETTEXT 1" >>confdefs.h + + +! printf "%s\n" "#define HAVE_DCGETTEXT 1" >>confdefs.h + + fi + +*************** +*** 61980,61987 **** + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( +! *_cv_*) { printf '%s\n' "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +! printf '%s\n' "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( +--- 61833,61840 ---- + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( +! *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +! printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( +*************** +*** 62018,62025 **** + if diff "$cache_file" confcache >/dev/null 2>&1; then :; else + if test -w "$cache_file"; then + if test "x$cache_file" != "x/dev/null"; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 +! printf '%s\n' "$as_me: updating cache $cache_file" >&6;} + if test ! -f "$cache_file" || test -h "$cache_file"; then + cat confcache >"$cache_file" + else +--- 61871,61878 ---- + if diff "$cache_file" confcache >/dev/null 2>&1; then :; else + if test -w "$cache_file"; then + if test "x$cache_file" != "x/dev/null"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 +! printf "%s\n" "$as_me: updating cache $cache_file" >&6;} + if test ! -f "$cache_file" || test -h "$cache_file"; then + cat confcache >"$cache_file" + else +*************** +*** 62033,62040 **** + fi + fi + else +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 +! printf '%s\n' "$as_me: not updating unwritable cache $cache_file" >&6;} + fi + fi + rm -f confcache +--- 61886,61893 ---- + fi + fi + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 +! printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;} + fi + fi + rm -f confcache +*************** +*** 62051,62057 **** + for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue + # 1. Remove the extension, and $U if already installed. + ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' +! ac_i=`printf '%s\n' "$ac_i" | sed "$ac_script"` + # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR + # will be set to the directory where LIBOBJS objects are built. + as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" +--- 61904,61910 ---- + for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue + # 1. Remove the extension, and $U if already installed. + ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' +! ac_i=`printf "%s\n" "$ac_i" | sed "$ac_script"` + # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR + # will be set to the directory where LIBOBJS objects are built. + as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" +*************** +*** 62062,62075 **** + LTLIBOBJS=$ac_ltlibobjs + + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 + printf %s "checking that generated files are newer than configure... " >&6; } + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: result: done" >&5 +! printf '%s\n' "done" >&6; } + case $enable_silent_rules in # ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; +--- 61915,61928 ---- + LTLIBOBJS=$ac_ltlibobjs + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 + printf %s "checking that generated files are newer than configure... " >&6; } + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: done" >&5 +! printf "%s\n" "done" >&6; } + case $enable_silent_rules in # ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; +*************** +*** 62174,62194 **** + + + : "${CONFIG_STATUS=./config.status}" +- case $CONFIG_STATUS in #( +- -*) : +- CONFIG_STATUS=./$CONFIG_STATUS ;; #( +- */*) : +- ;; #( +- *) : +- CONFIG_STATUS=./$CONFIG_STATUS ;; +- esac +- + ac_write_fail=0 +! ac_clean_CONFIG_STATUS='"$CONFIG_STATUS"' +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 +! printf '%s\n' "$as_me: creating $CONFIG_STATUS" >&6;} + as_write_fail=0 +! cat >"$CONFIG_STATUS" <<_ASEOF || as_write_fail=1 + #! $SHELL + # Generated by $as_me. + # Run this file to recreate the current configuration. +--- 62027,62039 ---- + + + : "${CONFIG_STATUS=./config.status}" + ac_write_fail=0 +! ac_clean_files_save=$ac_clean_files +! ac_clean_files="$ac_clean_files $CONFIG_STATUS" +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 +! printf "%s\n" "$as_me: creating $CONFIG_STATUS" >&6;} + as_write_fail=0 +! cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 + #! $SHELL + # Generated by $as_me. + # Run this file to recreate the current configuration. +*************** +*** 62202,62208 **** + SHELL=\${CONFIG_SHELL-$SHELL} + export SHELL + _ASEOF +! cat >>"$CONFIG_STATUS" <<\_ASEOF || as_write_fail=1 + ## -------------------- ## + ## M4sh Initialization. ## + ## -------------------- ## +--- 62047,62053 ---- + SHELL=\${CONFIG_SHELL-$SHELL} + export SHELL + _ASEOF +! cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 + ## -------------------- ## + ## M4sh Initialization. ## + ## -------------------- ## +*************** +*** 62214,62220 **** + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which +! # contradicts POSIX and common usage. Disable this. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST + else case e in #( +--- 62059,62065 ---- + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which +! # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST + else case e in #( +*************** +*** 62301,62307 **** + as_myself=$0 + fi + if test ! -f "$as_myself"; then +! printf '%s\n' "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 + fi + +--- 62146,62152 ---- + as_myself=$0 + fi + if test ! -f "$as_myself"; then +! printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 + fi + +*************** +*** 62317,62325 **** + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack +! printf '%s\n' "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi +! printf '%s\n' "$as_me: error: $2" >&2 + as_fn_exit $as_status + } # as_fn_error + +--- 62162,62170 ---- + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi +! printf "%s\n" "$as_me: error: $2" >&2 + as_fn_exit $as_status + } # as_fn_error + +*************** +*** 62414,62420 **** + $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +! printf '%s\n' X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q +--- 62259,62265 ---- + $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +! printf "%s\n" X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q +*************** +*** 62436,62441 **** +--- 62281,62309 ---- + as_cr_digits='0123456789' + as_cr_alnum=$as_cr_Letters$as_cr_digits + ++ ++ # Determine whether it's possible to make 'echo' print without a newline. ++ # These variables are no longer used directly by Autoconf, but are AC_SUBSTed ++ # for compatibility with existing Makefiles. ++ ECHO_C= ECHO_N= ECHO_T= ++ case `echo -n x` in #((((( ++ -n*) ++ case `echo 'xy\c'` in ++ *c*) ECHO_T=' ';; # ECHO_T is single tab character. ++ xy) ECHO_C='\c';; ++ *) echo `echo ksh88 bug on AIX 6.1` > /dev/null ++ ECHO_T=' ';; ++ esac;; ++ *) ++ ECHO_N='-n';; ++ esac ++ ++ # For backward compatibility with old third-party macros, we provide ++ # the shell variables $as_echo and $as_echo_n. New code should use ++ # AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively. ++ as_echo='printf %s\n' ++ as_echo_n='printf %s' ++ + rm -f conf$$ conf$$.exe conf$$.file + if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +*************** +*** 62477,62483 **** + as_dirs= + while :; do + case $as_dir in #( +! *\'*) as_qdir=`printf '%s\n' "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" +--- 62345,62351 ---- + as_dirs= + while :; do + case $as_dir in #( +! *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" +*************** +*** 62486,62492 **** + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +! printf '%s\n' X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q +--- 62354,62360 ---- + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +! printf "%s\n" X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q +*************** +*** 62539,62557 **** + + + exec 6>&1 +! ## ------------------------------------- ## +! ## Main body of "$CONFIG_STATUS" script. ## +! ## ------------------------------------- ## + _ASEOF +! test $as_write_fail = 0 && chmod +x "$CONFIG_STATUS" || ac_write_fail=1 + +! cat >>"$CONFIG_STATUS" <<\_ACEOF || ac_write_fail=1 + # Save the log message, to keep $0 and so on meaningful, and to + # report actual input values of CONFIG_FILES etc. instead of their + # values after options handling. + ac_log=" + This file was extended by GNU diffutils $as_me 3.11, which was +! generated by GNU Autoconf 2.72.47-21cb. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS +--- 62407,62425 ---- + + + exec 6>&1 +! ## ----------------------------------- ## +! ## Main body of $CONFIG_STATUS script. ## +! ## ----------------------------------- ## + _ASEOF +! test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 + +! cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + # Save the log message, to keep $0 and so on meaningful, and to + # report actual input values of CONFIG_FILES etc. instead of their + # values after options handling. + ac_log=" + This file was extended by GNU diffutils $as_me 3.11, which was +! generated by GNU Autoconf 2.72. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS +*************** +*** 62573,62579 **** + esac + + +! cat >>"$CONFIG_STATUS" <<_ACEOF || ac_write_fail=1 + # Files that config.status was made for. + config_files="$ac_config_files" + config_headers="$ac_config_headers" +--- 62441,62447 ---- + esac + + +! cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + # Files that config.status was made for. + config_files="$ac_config_files" + config_headers="$ac_config_headers" +*************** +*** 62582,62588 **** + + _ACEOF + +! cat >>"$CONFIG_STATUS" <<\_ACEOF || ac_write_fail=1 + ac_cs_usage="\ + '$as_me' instantiates files and other configuration actions + from templates according to the current configuration. Unless the files +--- 62450,62456 ---- + + _ACEOF + +! cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + ac_cs_usage="\ + '$as_me' instantiates files and other configuration actions + from templates according to the current configuration. Unless the files +*************** +*** 62619,62634 **** + General help using GNU software: ." + + _ACEOF +! ac_cs_config=`printf '%s\n' "$ac_configure_args" | sed "$ac_safe_unquote"` +! ac_cs_config_escaped=`printf '%s\n' "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"` +! cat >>"$CONFIG_STATUS" <<_ACEOF || ac_write_fail=1 + ac_cs_config='$ac_cs_config_escaped' + ac_cs_version="\\ + GNU diffutils config.status 3.11 +! configured by $0, generated by GNU Autoconf 2.72.47-21cb, + with options \\"\$ac_cs_config\\" + +! Copyright (C) 2024 Free Software Foundation, Inc. + This config.status script is free software; the Free Software Foundation + gives unlimited permission to copy, distribute and modify it." + +--- 62487,62502 ---- + General help using GNU software: ." + + _ACEOF +! ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"` +! ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"` +! cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_cs_config='$ac_cs_config_escaped' + ac_cs_version="\\ + GNU diffutils config.status 3.11 +! configured by $0, generated by GNU Autoconf 2.72, + with options \\"\$ac_cs_config\\" + +! Copyright (C) 2023 Free Software Foundation, Inc. + This config.status script is free software; the Free Software Foundation + gives unlimited permission to copy, distribute and modify it." + +*************** +*** 62640,62646 **** + test -n "\$AWK" || AWK=awk + _ACEOF + +! cat >>"$CONFIG_STATUS" <<\_ACEOF || ac_write_fail=1 + # The default lists apply if the user does not specify any file. + ac_need_defaults=: + while test $# != 0 +--- 62508,62514 ---- + test -n "\$AWK" || AWK=awk + _ACEOF + +! cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + # The default lists apply if the user does not specify any file. + ac_need_defaults=: + while test $# != 0 +*************** +*** 62668,62682 **** + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) +! printf '%s\n' "$ac_cs_version"; exit ;; + --config | --confi | --conf | --con | --co | --c ) +! printf '%s\n' "$ac_cs_config"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + case $ac_optarg in +! *\'*) ac_optarg=`printf '%s\n' "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + '') as_fn_error $? "missing file argument" ;; + esac + as_fn_append CONFIG_FILES " '$ac_optarg'" +--- 62536,62550 ---- + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) +! printf "%s\n" "$ac_cs_version"; exit ;; + --config | --confi | --conf | --con | --co | --c ) +! printf "%s\n" "$ac_cs_config"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + case $ac_optarg in +! *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + '') as_fn_error $? "missing file argument" ;; + esac + as_fn_append CONFIG_FILES " '$ac_optarg'" +*************** +*** 62684,62690 **** + --header | --heade | --head | --hea ) + $ac_shift + case $ac_optarg in +! *\'*) ac_optarg=`printf '%s\n' "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append CONFIG_HEADERS " '$ac_optarg'" + ac_need_defaults=false;; +--- 62552,62558 ---- + --header | --heade | --head | --hea ) + $ac_shift + case $ac_optarg in +! *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append CONFIG_HEADERS " '$ac_optarg'" + ac_need_defaults=false;; +*************** +*** 62693,62699 **** + as_fn_error $? "ambiguous option: '$1' + Try '$0 --help' for more information.";; + --help | --hel | -h ) +! printf '%s\n' "$ac_cs_usage"; exit ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; +--- 62561,62567 ---- + as_fn_error $? "ambiguous option: '$1' + Try '$0 --help' for more information.";; + --help | --hel | -h ) +! printf "%s\n" "$ac_cs_usage"; exit ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; +*************** +*** 62717,62745 **** + fi + + _ACEOF +! cat >>"$CONFIG_STATUS" <<_ACEOF || ac_write_fail=1 + if \$ac_cs_recheck; then + set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + shift +! \printf '%s\n' "running CONFIG_SHELL=$SHELL \$*" >&6 + CONFIG_SHELL='$SHELL' + export CONFIG_SHELL + exec "\$@" + fi + + _ACEOF +! cat >>"$CONFIG_STATUS" <<\_ACEOF || ac_write_fail=1 + exec 5>>config.log + { + echo + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX + ## Running $as_me. ## + _ASBOX +! printf '%s\n' "$ac_log" + } >&5 + + _ACEOF +! cat >>"$CONFIG_STATUS" <<_ACEOF || ac_write_fail=1 + # + # INIT-COMMANDS + # +--- 62585,62613 ---- + fi + + _ACEOF +! cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + if \$ac_cs_recheck; then + set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + shift +! \printf "%s\n" "running CONFIG_SHELL=$SHELL \$*" >&6 + CONFIG_SHELL='$SHELL' + export CONFIG_SHELL + exec "\$@" + fi + + _ACEOF +! cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + exec 5>>config.log + { + echo + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX + ## Running $as_me. ## + _ASBOX +! printf "%s\n" "$ac_log" + } >&5 + + _ACEOF +! cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + # + # INIT-COMMANDS + # +*************** +*** 62755,62761 **** + + _ACEOF + +! cat >>"$CONFIG_STATUS" <<\_ACEOF || ac_write_fail=1 + + # Handling of arguments. + for ac_config_target in $ac_config_targets +--- 62623,62629 ---- + + _ACEOF + +! cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + + # Handling of arguments. + for ac_config_target in $ac_config_targets +*************** +*** 62864,62870 **** + done + rm -f conf$$subs.sh + +! cat >>"$CONFIG_STATUS" <<_ACEOF || ac_write_fail=1 + cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && + _ACEOF + sed -n ' +--- 62732,62738 ---- + done + rm -f conf$$subs.sh + +! cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && + _ACEOF + sed -n ' +*************** +*** 62909,62917 **** + N + s/\n// + } +! ' >>"$CONFIG_STATUS" || ac_write_fail=1 + rm -f conf$$subs.awk +! cat >>"$CONFIG_STATUS" <<_ACEOF || ac_write_fail=1 + _ACAWK + cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && + for (key in S) S_is_set[key] = 1 +--- 62777,62785 ---- + N + s/\n// + } +! ' >>$CONFIG_STATUS || ac_write_fail=1 + rm -f conf$$subs.awk +! cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + _ACAWK + cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && + for (key in S) S_is_set[key] = 1 +*************** +*** 62940,62946 **** + + _ACAWK + _ACEOF +! cat >>"$CONFIG_STATUS" <<\_ACEOF || ac_write_fail=1 + if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then + sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" + else +--- 62808,62814 ---- + + _ACAWK + _ACEOF +! cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then + sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" + else +*************** +*** 62972,62978 **** + }' + fi + +! cat >>"$CONFIG_STATUS" <<\_ACEOF || ac_write_fail=1 + fi # test -n "$CONFIG_FILES" + + # Set up the scripts for CONFIG_HEADERS section. +--- 62840,62846 ---- + }' + fi + +! cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + fi # test -n "$CONFIG_FILES" + + # Set up the scripts for CONFIG_HEADERS section. +*************** +*** 63043,63051 **** + b cont + ' >"$CONFIG_STATUS" || ac_write_fail=1 + +! cat >>"$CONFIG_STATUS" <<_ACEOF || ac_write_fail=1 + for (key in D) D_is_set[key] = 1 + FS = "" + } +--- 62911,62919 ---- + b cont + ' >$CONFIG_STATUS || ac_write_fail=1 + +! cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + for (key in D) D_is_set[key] = 1 + FS = "" + } +*************** +*** 63079,63085 **** + { print } + _ACAWK + _ACEOF +! cat >>"$CONFIG_STATUS" <<\_ACEOF || ac_write_fail=1 + as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 + fi # test -n "$CONFIG_HEADERS" + +--- 62947,62953 ---- + { print } + _ACAWK + _ACEOF +! cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 + fi # test -n "$CONFIG_HEADERS" + +*************** +*** 63123,63129 **** + esac || + as_fn_error 1 "cannot find input file: '$ac_f'" "$LINENO" 5;; + esac +! case $ac_f in *\'*) ac_f=`printf '%s\n' "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac + as_fn_append ac_file_inputs " '$ac_f'" + done + +--- 62991,62997 ---- + esac || + as_fn_error 1 "cannot find input file: '$ac_f'" "$LINENO" 5;; + esac +! case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac + as_fn_append ac_file_inputs " '$ac_f'" + done + +*************** +*** 63131,63147 **** + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + configure_input='Generated from '` +! printf '%s\n' "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' + `' by configure.' + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 +! printf '%s\n' "$as_me: creating $ac_file" >&6;} + fi + # Neutralize special characters interpreted by sed in replacement strings. + case $configure_input in #( + *\&* | *\|* | *\\* ) +! ac_sed_conf_input=`printf '%s\n' "$configure_input" | + sed 's/[\\\\&|]/\\\\&/g'`;; #( + *) ac_sed_conf_input=$configure_input;; + esac +--- 62999,63015 ---- + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + configure_input='Generated from '` +! printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' + `' by configure.' + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 +! printf "%s\n" "$as_me: creating $ac_file" >&6;} + fi + # Neutralize special characters interpreted by sed in replacement strings. + case $configure_input in #( + *\&* | *\|* | *\\* ) +! ac_sed_conf_input=`printf "%s\n" "$configure_input" | + sed 's/[\\\\&|]/\\\\&/g'`;; #( + *) ac_sed_conf_input=$configure_input;; + esac +*************** +*** 63158,63164 **** + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || +! printf '%s\n' X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q +--- 63026,63032 ---- + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || +! printf "%s\n" X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q +*************** +*** 63182,63190 **** + case "$ac_dir" in + .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) +! ac_dir_suffix=/`printf '%s\n' "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. +! ac_top_builddir_sub=`printf '%s\n' "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; +--- 63050,63058 ---- + case "$ac_dir" in + .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) +! ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. +! ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; +*************** +*** 63229,63235 **** + esac + _ACEOF + +! cat >>"$CONFIG_STATUS" <<\_ACEOF || ac_write_fail=1 + # If the template does not know about datarootdir, expand it. + # FIXME: This hack should be removed a few years after 2.60. + ac_datarootdir_hack=; ac_datarootdir_seen= +--- 63097,63103 ---- + esac + _ACEOF + +! cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + # If the template does not know about datarootdir, expand it. + # FIXME: This hack should be removed a few years after 2.60. + ac_datarootdir_hack=; ac_datarootdir_seen= +*************** +*** 63246,63255 **** + case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in + *datarootdir*) ac_datarootdir_seen=yes;; + *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +! printf '%s\n' "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} + _ACEOF +! cat >>"$CONFIG_STATUS" <<_ACEOF || ac_write_fail=1 + ac_datarootdir_hack=' + s&@datadir@&$datadir&g + s&@docdir@&$docdir&g +--- 63114,63123 ---- + case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in + *datarootdir*) ac_datarootdir_seen=yes;; + *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +! printf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} + _ACEOF +! cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_datarootdir_hack=' + s&@datadir@&$datadir&g + s&@docdir@&$docdir&g +*************** +*** 63263,63273 **** + # Neutralize VPATH when '$srcdir' = '.'. + # Shell code in configure.ac might set extrasub. + # FIXME: do we really want to maintain this feature? +! cat >>"$CONFIG_STATUS" <<_ACEOF || ac_write_fail=1 + ac_sed_extra="$ac_vpsub + $extrasub + _ACEOF +! cat >>"$CONFIG_STATUS" <<\_ACEOF || ac_write_fail=1 + :t + /@[a-zA-Z_][a-zA-Z_0-9]*@/!b + s|@configure_input@|$ac_sed_conf_input|;t t +--- 63131,63141 ---- + # Neutralize VPATH when '$srcdir' = '.'. + # Shell code in configure.ac might set extrasub. + # FIXME: do we really want to maintain this feature? +! cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_sed_extra="$ac_vpsub + $extrasub + _ACEOF +! cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + :t + /@[a-zA-Z_][a-zA-Z_0-9]*@/!b + s|@configure_input@|$ac_sed_conf_input|;t t +*************** +*** 63291,63299 **** + { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ + "$ac_tmp/out"`; test -z "$ac_out"; } && +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable 'datarootdir' + which seems to be undefined. Please make sure it is defined" >&5 +! printf '%s\n' "$as_me: WARNING: $ac_file contains a reference to the variable 'datarootdir' + which seems to be undefined. Please make sure it is defined" >&2;} + + rm -f "$ac_tmp/stdin" +--- 63159,63167 ---- + { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ + "$ac_tmp/out"`; test -z "$ac_out"; } && +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable 'datarootdir' + which seems to be undefined. Please make sure it is defined" >&5 +! printf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable 'datarootdir' + which seems to be undefined. Please make sure it is defined" >&2;} + + rm -f "$ac_tmp/stdin" +*************** +*** 63309,63328 **** + # + if test x"$ac_file" != x-; then + { +! printf '%s\n' "/* $configure_input */" >&1 \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" + } >"$ac_tmp/config.h" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 +! printf '%s\n' "$as_me: $ac_file is unchanged" >&6;} + else + rm -f "$ac_file" + mv "$ac_tmp/config.h" "$ac_file" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + fi + else +! printf '%s\n' "/* $configure_input */" >&1 \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ + || as_fn_error $? "could not create -" "$LINENO" 5 + fi +--- 63177,63196 ---- + # + if test x"$ac_file" != x-; then + { +! printf "%s\n" "/* $configure_input */" >&1 \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" + } >"$ac_tmp/config.h" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 +! printf "%s\n" "$as_me: $ac_file is unchanged" >&6;} + else + rm -f "$ac_file" + mv "$ac_tmp/config.h" "$ac_file" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + fi + else +! printf "%s\n" "/* $configure_input */" >&1 \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ + || as_fn_error $? "could not create -" "$LINENO" 5 + fi +*************** +*** 63342,63348 **** + X"$_am_arg" : 'X\(//\)[^/]' \| \ + X"$_am_arg" : 'X\(//\)$' \| \ + X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || +! printf '%s\n' X"$_am_arg" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q +--- 63210,63216 ---- + X"$_am_arg" : 'X\(//\)[^/]' \| \ + X"$_am_arg" : 'X\(//\)$' \| \ + X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || +! printf "%s\n" X"$_am_arg" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q +*************** +*** 63374,63381 **** + ac_source=$srcdir/$ac_source + fi + +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5 +! printf '%s\n' "$as_me: linking $ac_source to $ac_file" >&6;} + + if test ! -r "$ac_source"; then + as_fn_error $? "$ac_source: file not found" "$LINENO" 5 +--- 63242,63249 ---- + ac_source=$srcdir/$ac_source + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5 +! printf "%s\n" "$as_me: linking $ac_source to $ac_file" >&6;} + + if test ! -r "$ac_source"; then + as_fn_error $? "$ac_source: file not found" "$LINENO" 5 +*************** +*** 63393,63400 **** + as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5 + fi + ;; +! :C) { printf '%s\n' "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 +! printf '%s\n' "$as_me: executing $ac_file commands" >&6;} + ;; + esac + +--- 63261,63268 ---- + as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5 + fi + ;; +! :C) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 +! printf "%s\n" "$as_me: executing $ac_file commands" >&6;} + ;; + esac + +*************** +*** 63420,63426 **** + for am_mf + do + # Strip MF so we end up with the name of the file. +! am_mf=`printf '%s\n' "$am_mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile which includes + # dependency-tracking related rules and includes. + # Grep'ing the whole file directly is not great: AIX grep has a line +--- 63288,63294 ---- + for am_mf + do + # Strip MF so we end up with the name of the file. +! am_mf=`printf "%s\n" "$am_mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile which includes + # dependency-tracking related rules and includes. + # Grep'ing the whole file directly is not great: AIX grep has a line +*************** +*** 63432,63438 **** + X"$am_mf" : 'X\(//\)[^/]' \| \ + X"$am_mf" : 'X\(//\)$' \| \ + X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || +! printf '%s\n' X"$am_mf" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q +--- 63300,63306 ---- + X"$am_mf" : 'X\(//\)[^/]' \| \ + X"$am_mf" : 'X\(//\)$' \| \ + X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || +! printf "%s\n" X"$am_mf" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q +*************** +*** 63454,63460 **** + $as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \ + X"$am_mf" : 'X\(//\)$' \| \ + X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || +! printf '%s\n' X/"$am_mf" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q +--- 63322,63328 ---- + $as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \ + X"$am_mf" : 'X\(//\)$' \| \ + X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || +! printf "%s\n" X/"$am_mf" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q +*************** +*** 63479,63486 **** + (exit $ac_status); } || am_rc=$? + done + if test $am_rc -ne 0; then +! { { printf '%s\n' "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf '%s\n' "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error $? "Something went wrong bootstrapping makefile fragments + for automatic dependency tracking. If GNU make was not used, consider + re-running the configure script with MAKE=\"gmake\" (or whatever is +--- 63347,63354 ---- + (exit $ac_status); } || am_rc=$? + done + if test $am_rc -ne 0; then +! { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error $? "Something went wrong bootstrapping makefile fragments + for automatic dependency tracking. If GNU make was not used, consider + re-running the configure script with MAKE=\"gmake\" (or whatever is +*************** +*** 63617,63623 **** + + as_fn_exit 0 + _ACEOF +! ac_clean_CONFIG_STATUS= + + test $ac_write_fail = 0 || + as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 +--- 63485,63491 ---- + + as_fn_exit 0 + _ACEOF +! ac_clean_files=$ac_clean_files_save + + test $ac_write_fail = 0 || + as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 +*************** +*** 63633,63658 **** + # need to make the FD available again. + if test "$no_create" != yes; then + ac_cs_success=: +- case $CONFIG_STATUS in #( +- -*) : +- ac_no_opts=-- ;; #( +- *) : +- ac_no_opts= ;; +- esac + ac_config_status_args= + test "$silent" = yes && + ac_config_status_args="$ac_config_status_args --quiet" + exec 5>/dev/null +! $SHELL $ac_no_opts "$CONFIG_STATUS" $ac_config_status_args || +! ac_cs_success=false + exec 5>>config.log + # Use ||, not &&, to avoid exiting from the if with $? = 1, which + # would make configure fail if this is the last instruction. + $ac_cs_success || as_fn_exit 1 + fi + if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then +! { printf '%s\n' "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 +! printf '%s\n' "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} + fi + + +--- 63501,63519 ---- + # need to make the FD available again. + if test "$no_create" != yes; then + ac_cs_success=: + ac_config_status_args= + test "$silent" = yes && + ac_config_status_args="$ac_config_status_args --quiet" + exec 5>/dev/null +! $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false + exec 5>>config.log + # Use ||, not &&, to avoid exiting from the if with $? = 1, which + # would make configure fail if this is the last instruction. + $ac_cs_success || as_fn_exit 1 + fi + if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 +! printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} + fi + + +Only in diffutils-3.11: configure~ +diff -x '*.o' -crB diffutils-3.11-orig/doc/Makefile.in diffutils-3.11/doc/Makefile.in +*** diffutils-3.11-orig/doc/Makefile.in 2025-02-03 04:15:11.000000000 +0200 +--- diffutils-3.11/doc/Makefile.in 2025-03-08 22:17:50.559258207 +0200 +*************** +*** 1,7 **** +! # Makefile.in generated by automake 1.17.0.91 from Makefile.am. + # @configure_input@ + +! # Copyright (C) 1994-2025 Free Software Foundation, Inc. + + # This Makefile.in is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 1,7 ---- +! # Makefile.in generated by automake 1.17 from Makefile.am. + # @configure_input@ + +! # Copyright (C) 1994-2024 Free Software Foundation, Inc. + + # This Makefile.in is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +diff -x '*.o' -crB diffutils-3.11-orig/gnulib-tests/Makefile.am diffutils-3.11/gnulib-tests/Makefile.am +*** diffutils-3.11-orig/gnulib-tests/Makefile.am 2024-09-11 01:21:55.000000000 +0300 +--- diffutils-3.11/gnulib-tests/Makefile.am 2025-03-08 22:18:57.528358258 +0200 +*************** +*** 1 **** +! include gnulib.mk +--- 1 ---- +! # include gnulib.mk +diff -x '*.o' -crB diffutils-3.11-orig/gnulib-tests/Makefile.in diffutils-3.11/gnulib-tests/Makefile.in +*** diffutils-3.11-orig/gnulib-tests/Makefile.in 2025-02-03 04:15:11.000000000 +0200 +--- diffutils-3.11/gnulib-tests/Makefile.in 2025-03-08 22:19:09.524913575 +0200 +*************** +*** 1,7 **** +! # Makefile.in generated by automake 1.17.0.91 from Makefile.am. + # @configure_input@ + +! # Copyright (C) 1994-2025 Free Software Foundation, Inc. + + # This Makefile.in is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 1,7 ---- +! # Makefile.in generated by automake 1.17 from Makefile.am. + # @configure_input@ + +! # Copyright (C) 1994-2024 Free Software Foundation, Inc. + + # This Makefile.in is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 13,44 **** + # PARTICULAR PURPOSE. + + @SET_MAKE@ +- +- # Copyright (C) 2002-2025 Free Software Foundation, Inc. +- # +- # This file is free software; you can redistribute it and/or modify +- # it under the terms of the GNU General Public License as published by +- # the Free Software Foundation, either version 3 of the License, or +- # (at your option) any later version. +- # +- # This file is distributed in the hope that it will be useful, +- # but WITHOUT ANY WARRANTY; without even the implied warranty of +- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +- # GNU General Public License for more details. +- # +- # You should have received a copy of the GNU General Public License +- # along with this file. If not, see . +- # +- # As a special exception to the GNU General Public License, +- # this file may be distributed as part of a program that +- # contains a configuration script generated by Autoconf, under +- # the same distribution terms as the rest of that program. +- # +- # Generated by gnulib-tool. +- +- +- +- + VPATH = @srcdir@ + am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ +--- 13,18 ---- +*************** +*** 115,469 **** + POST_UNINSTALL = : + build_triplet = @build@ + host_triplet = @host@ +- TESTS = test-accept$(EXEEXT) test-alignasof$(EXEEXT) \ +- test-alloca-opt$(EXEEXT) test-argmatch$(EXEEXT) \ +- test-arpa_inet-h$(EXEEXT) test-assert$(EXEEXT) \ +- test-binary-io.sh test-bind$(EXEEXT) test-bitrotate$(EXEEXT) \ +- test-bool$(EXEEXT) test-btoc32-1.sh test-btoc32-2.sh \ +- test-btoc32-3.sh test-btowc-1.sh test-btowc-2.sh \ +- test-btowc-3.sh test-c-ctype$(EXEEXT) test-c-stack.sh \ +- test-c-stack2.sh test-c-strcase.sh test-c-strcasestr$(EXEEXT) \ +- test-c32_apply_type_test$(EXEEXT) \ +- test-c32_get_type_test$(EXEEXT) test-c32isalnum.sh \ +- test-c32isalpha.sh test-c32isblank.sh test-c32iscntrl.sh \ +- test-c32isdigit.sh test-c32isgraph.sh test-c32islower.sh \ +- test-c32isprint.sh test-c32ispunct.sh test-c32isspace.sh \ +- test-c32isupper.sh test-c32isxdigit.sh test-c32rtomb.sh \ +- test-c32rtomb-w32-2.sh test-c32rtomb-w32-3.sh \ +- test-c32rtomb-w32-4.sh test-c32rtomb-w32-5.sh \ +- test-c32rtomb-w32-6.sh test-c32rtomb-w32-7.sh \ +- test-c32rtomb-w32-8.sh test-c32tolower.sh \ +- test-c32width$(EXEEXT) test-calloc-gnu$(EXEEXT) \ +- test-calloc-posix$(EXEEXT) test-chdir$(EXEEXT) \ +- test-cloexec$(EXEEXT) test-close$(EXEEXT) \ +- test-connect$(EXEEXT) test-ctype$(EXEEXT) \ +- test-dirent-h$(EXEEXT) test-dirfd$(EXEEXT) \ +- test-dirname$(EXEEXT) test-dup$(EXEEXT) test-dup2$(EXEEXT) \ +- test-environ$(EXEEXT) test-errno-h$(EXEEXT) test-error.sh \ +- test-exclude1.sh test-exclude2.sh test-exclude3.sh \ +- test-exclude4.sh test-exclude5.sh test-exclude6.sh \ +- test-exclude7.sh test-exclude8.sh test-fchdir$(EXEEXT) \ +- test-fcntl-h$(EXEEXT) test-fcntl$(EXEEXT) test-fdopen$(EXEEXT) \ +- test-fdopendir$(EXEEXT) test-fgetc$(EXEEXT) \ +- test-filenamecat$(EXEEXT) test-float-h$(EXEEXT) \ +- test-fnmatch-h$(EXEEXT) test-fnmatch-1.sh test-fnmatch-2.sh \ +- test-fnmatch-3.sh test-fnmatch-4.sh test-fnmatch-5.sh \ +- test-fnmatch-w32-2.sh test-fnmatch-w32-3.sh \ +- test-fnmatch-w32-4.sh test-fnmatch-w32-5.sh \ +- test-fnmatch-w32-6.sh test-fnmatch-w32-7.sh \ +- test-fnmatch-w32-8.sh test-fopen-gnu$(EXEEXT) \ +- test-fopen$(EXEEXT) test-fputc$(EXEEXT) test-fread$(EXEEXT) \ +- test-free$(EXEEXT) test-freopen$(EXEEXT) test-fstat$(EXEEXT) \ +- test-fstatat$(EXEEXT) test-ftruncate.sh test-fwrite$(EXEEXT) \ +- test-getcwd-lgpl$(EXEEXT) test-getdtablesize$(EXEEXT) \ +- test-getopt-gnu$(EXEEXT) test-getopt-posix$(EXEEXT) \ +- test-getprogname$(EXEEXT) test-getrandom$(EXEEXT) \ +- test-gettext-h$(EXEEXT) test-gettimeofday$(EXEEXT) \ +- test-dynarray$(EXEEXT) test-hard-locale$(EXEEXT) \ +- test-hash$(EXEEXT) test-ignore-value$(EXEEXT) \ +- test-inet_pton$(EXEEXT) test-intprops$(EXEEXT) \ +- test-inttostr$(EXEEXT) test-inttypes-h$(EXEEXT) \ +- test-ioctl$(EXEEXT) test-isblank$(EXEEXT) \ +- test-isnand-nolibm$(EXEEXT) test-isnanf-nolibm$(EXEEXT) \ +- test-isnanl-nolibm$(EXEEXT) test-iswblank$(EXEEXT) \ +- test-iswctype$(EXEEXT) test-iswdigit.sh test-iswpunct.sh \ +- test-iswxdigit.sh test-langinfo-h$(EXEEXT) \ +- test-largefile$(EXEEXT) test-limits-h$(EXEEXT) \ +- test-listen$(EXEEXT) $(am__append_13) test-locale-h$(EXEEXT) \ +- test-localeconv$(EXEEXT) test-lstat$(EXEEXT) \ +- test-malloc-gnu$(EXEEXT) test-malloc-posix$(EXEEXT) \ +- test-malloca$(EXEEXT) test-math-h$(EXEEXT) test-mbrtoc32-1.sh \ +- test-mbrtoc32-2.sh test-mbrtoc32-3.sh test-mbrtoc32-4.sh \ +- test-mbrtoc32-5.sh test-mbrtoc32-w32-2.sh \ +- test-mbrtoc32-w32-3.sh test-mbrtoc32-w32-4.sh \ +- test-mbrtoc32-w32-5.sh test-mbrtoc32-w32-6.sh \ +- test-mbrtoc32-w32-7.sh test-mbrtoc32-w32-8.sh \ +- test-mbrtowc-1.sh test-mbrtowc-2.sh test-mbrtowc-3.sh \ +- test-mbrtowc-4.sh test-mbrtowc-5.sh test-mbrtowc-w32-2.sh \ +- test-mbrtowc-w32-3.sh test-mbrtowc-w32-4.sh \ +- test-mbrtowc-w32-5.sh test-mbrtowc-w32-6.sh \ +- test-mbrtowc-w32-7.sh test-mbrtowc-w32-8.sh $(am__append_16) \ +- test-mbscasecmp.sh test-mbsinit.sh test-mbsrtoc32s-1.sh \ +- test-mbsrtoc32s-2.sh test-mbsrtoc32s-3.sh test-mbsrtoc32s-4.sh \ +- test-mbsrtoc32s-5.sh test-mbsrtowcs-1.sh test-mbsrtowcs-2.sh \ +- test-mbsrtowcs-3.sh test-mbsrtowcs-4.sh test-mbsrtowcs-5.sh \ +- test-mcel-1.sh test-mcel-2.sh test-mcel-3.sh test-mcel-4.sh \ +- test-mcel-5.sh test-memchr$(EXEEXT) test-memrchr$(EXEEXT) \ +- test-mkdir$(EXEEXT) test-nanosleep$(EXEEXT) \ +- test-netinet_in-h$(EXEEXT) test-nl_langinfo1.sh \ +- test-nl_langinfo2.sh test-nl_langinfo-mt$(EXEEXT) \ +- test-nstrftime-1.sh test-nstrftime-2.sh test-nullptr$(EXEEXT) \ +- test-once1$(EXEEXT) test-once2$(EXEEXT) test-open$(EXEEXT) \ +- test-openat$(EXEEXT) test-pathmax$(EXEEXT) test-perror.sh \ +- test-perror2$(EXEEXT) test-pipe$(EXEEXT) test-popen$(EXEEXT) \ +- test-priv-set$(EXEEXT) test-pselect$(EXEEXT) \ +- test-pthread-cond$(EXEEXT) test-pthread$(EXEEXT) \ +- test-pthread-mutex$(EXEEXT) test-pthread-mutex-type$(EXEEXT) \ +- test-pthread-once1$(EXEEXT) test-pthread-once2$(EXEEXT) \ +- test-pthread-rwlock$(EXEEXT) test-pthread-thread$(EXEEXT) \ +- $(am__EXEEXT_2) test-pthread_sigmask2$(EXEEXT) \ +- test-putenv$(EXEEXT) test-quotearg-simple$(EXEEXT) \ +- test-raise$(EXEEXT) test-random$(EXEEXT) \ +- test-random-mt$(EXEEXT) test-random_r$(EXEEXT) \ +- test-rawmemchr$(EXEEXT) test-readlink$(EXEEXT) \ +- test-readlinkat$(EXEEXT) test-realloc-posix$(EXEEXT) \ +- test-reallocarray$(EXEEXT) test-regex$(EXEEXT) \ +- test-rmdir$(EXEEXT) test-sched-h$(EXEEXT) test-select$(EXEEXT) \ +- test-select-in.sh test-select-out.sh test-setenv$(EXEEXT) \ +- test-setlocale_null$(EXEEXT) \ +- test-setlocale_null-mt-one$(EXEEXT) \ +- test-setlocale_null-mt-all$(EXEEXT) \ +- test-setlocale_null-unlocked$(EXEEXT) test-setsockopt$(EXEEXT) \ +- test-sh-quote$(EXEEXT) test-sigaction$(EXEEXT) \ +- test-signal-h$(EXEEXT) test-signbit$(EXEEXT) $(am__EXEEXT_3) \ +- test-sigsegv-catch-segv1$(EXEEXT) \ +- test-sigsegv-catch-segv2$(EXEEXT) \ +- test-sigsegv-catch-stackoverflow1$(EXEEXT) \ +- test-sigsegv-catch-stackoverflow2$(EXEEXT) test-sleep$(EXEEXT) \ +- test-snprintf$(EXEEXT) test-sockets$(EXEEXT) \ +- test-stat$(EXEEXT) test-stat-time$(EXEEXT) \ +- test-stdbit-h$(EXEEXT) test-stdc_bit_width$(EXEEXT) \ +- test-stdc_leading_zeros$(EXEEXT) test-stdckdint-h$(EXEEXT) \ +- test-stddef-h$(EXEEXT) test-stdint-h$(EXEEXT) \ +- test-stdio-h$(EXEEXT) test-stdlib-h$(EXEEXT) \ +- test-str_startswith$(EXEEXT) test-strerror$(EXEEXT) \ +- test-strerror_r$(EXEEXT) test-string-h$(EXEEXT) \ +- test-strings-h$(EXEEXT) test-strnlen$(EXEEXT) \ +- test-strtoimax$(EXEEXT) test-strtoll$(EXEEXT) \ +- test-symlink$(EXEEXT) test-symlinkat$(EXEEXT) \ +- test-sys_ioctl-h$(EXEEXT) test-sys_random-h$(EXEEXT) \ +- test-sys_select-h$(EXEEXT) test-sys_socket-h$(EXEEXT) \ +- test-sys_stat-h$(EXEEXT) test-sys_time-h$(EXEEXT) \ +- test-sys_types-h$(EXEEXT) test-sys_uio-h$(EXEEXT) \ +- test-sys_wait-h$(EXEEXT) test-init.sh \ +- test-thread_self$(EXEEXT) test-thread_create$(EXEEXT) \ +- test-time-h$(EXEEXT) test-time$(EXEEXT) test-gmtime_r$(EXEEXT) \ +- test-gmtime_r-mt$(EXEEXT) test-localtime_r$(EXEEXT) \ +- test-localtime_r-mt$(EXEEXT) test-timespec$(EXEEXT) \ +- test-timespec_get$(EXEEXT) test-uchar-h$(EXEEXT) \ +- test-uc_tolower$(EXEEXT) test-ctype_alnum$(EXEEXT) \ +- test-ctype_alpha$(EXEEXT) test-ctype_blank$(EXEEXT) \ +- test-ctype_cntrl$(EXEEXT) test-ctype_digit$(EXEEXT) \ +- test-ctype_graph$(EXEEXT) test-ctype_lower$(EXEEXT) \ +- test-ctype_print$(EXEEXT) test-ctype_punct$(EXEEXT) \ +- test-ctype_space$(EXEEXT) test-ctype_upper$(EXEEXT) \ +- test-ctype_xdigit$(EXEEXT) test-unistd-h$(EXEEXT) \ +- test-u32-chr$(EXEEXT) test-u32-cpy$(EXEEXT) \ +- test-u32-pcpy$(EXEEXT) test-u32-set$(EXEEXT) \ +- test-u32-strcat$(EXEEXT) test-u32-strlen$(EXEEXT) \ +- test-uc_width$(EXEEXT) uniwidth/test-uc_width2.sh \ +- test-unlink$(EXEEXT) test-unlinkat$(EXEEXT) \ +- test-unsetenv$(EXEEXT) test-update-copyright.sh \ +- test-vasnprintf$(EXEEXT) test-vc-list-files-git.sh \ +- test-vc-list-files-cvs.sh test-verify$(EXEEXT) test-verify.sh \ +- test-version-etc.sh test-wchar-h$(EXEEXT) test-wcrtomb.sh \ +- test-wcrtomb-w32-2.sh test-wcrtomb-w32-3.sh \ +- test-wcrtomb-w32-4.sh test-wcrtomb-w32-5.sh \ +- test-wcrtomb-w32-6.sh test-wcrtomb-w32-7.sh \ +- test-wcrtomb-w32-8.sh test-wctype-h$(EXEEXT) \ +- test-wctype$(EXEEXT) test-wcwidth$(EXEEXT) \ +- test-windows-mutex-type$(EXEEXT) \ +- test-windows-recmutex-type$(EXEEXT) \ +- test-windows-timedmutex-type$(EXEEXT) \ +- test-windows-timedrecmutex-type$(EXEEXT) test-wmemchr$(EXEEXT) \ +- test-xalloc-die.sh test-xstdopen.sh test-xstrtoimax.sh \ +- test-xstrtol.sh test-year2038$(EXEEXT) +- XFAIL_TESTS = +- noinst_PROGRAMS = current-locale$(EXEEXT) test-localcharset$(EXEEXT) \ +- $(am__EXEEXT_1) +- check_PROGRAMS = test-accept$(EXEEXT) test-alignasof$(EXEEXT) \ +- test-alloca-opt$(EXEEXT) test-argmatch$(EXEEXT) \ +- test-arpa_inet-h$(EXEEXT) test-assert$(EXEEXT) \ +- test-binary-io$(EXEEXT) test-bind$(EXEEXT) \ +- test-bitrotate$(EXEEXT) test-bool$(EXEEXT) \ +- test-btoc32$(EXEEXT) test-btowc$(EXEEXT) test-c-ctype$(EXEEXT) \ +- test-c-stack$(EXEEXT) test-c-strcasecmp$(EXEEXT) \ +- test-c-strncasecmp$(EXEEXT) test-c-strcasestr$(EXEEXT) \ +- test-c32_apply_type_test$(EXEEXT) \ +- test-c32_get_type_test$(EXEEXT) test-c32isalnum$(EXEEXT) \ +- test-c32isalpha$(EXEEXT) test-c32isblank$(EXEEXT) \ +- test-c32iscntrl$(EXEEXT) test-c32isdigit$(EXEEXT) \ +- test-c32isgraph$(EXEEXT) test-c32islower$(EXEEXT) \ +- test-c32isprint$(EXEEXT) test-c32ispunct$(EXEEXT) \ +- test-c32isspace$(EXEEXT) test-c32isupper$(EXEEXT) \ +- test-c32isxdigit$(EXEEXT) test-c32rtomb$(EXEEXT) \ +- test-c32rtomb-w32$(EXEEXT) test-c32tolower$(EXEEXT) \ +- test-c32width$(EXEEXT) test-calloc-gnu$(EXEEXT) \ +- test-calloc-posix$(EXEEXT) test-chdir$(EXEEXT) \ +- test-cloexec$(EXEEXT) test-close$(EXEEXT) \ +- test-connect$(EXEEXT) test-ctype$(EXEEXT) \ +- test-dirent-h$(EXEEXT) test-dirfd$(EXEEXT) \ +- test-dirname$(EXEEXT) test-dup$(EXEEXT) test-dup2$(EXEEXT) \ +- test-environ$(EXEEXT) test-errno-h$(EXEEXT) \ +- test-error$(EXEEXT) test-exclude$(EXEEXT) test-fchdir$(EXEEXT) \ +- test-fcntl-h$(EXEEXT) test-fcntl$(EXEEXT) test-fdopen$(EXEEXT) \ +- test-fdopendir$(EXEEXT) test-fgetc$(EXEEXT) \ +- test-filenamecat$(EXEEXT) test-float-h$(EXEEXT) \ +- test-fnmatch-h$(EXEEXT) test-fnmatch$(EXEEXT) \ +- test-fnmatch-w32$(EXEEXT) test-fopen-gnu$(EXEEXT) \ +- test-fopen$(EXEEXT) test-fputc$(EXEEXT) test-fread$(EXEEXT) \ +- test-free$(EXEEXT) test-freopen$(EXEEXT) test-fstat$(EXEEXT) \ +- test-fstatat$(EXEEXT) test-ftruncate$(EXEEXT) \ +- test-fwrite$(EXEEXT) test-getcwd-lgpl$(EXEEXT) \ +- test-getdtablesize$(EXEEXT) test-getopt-gnu$(EXEEXT) \ +- test-getopt-posix$(EXEEXT) test-getprogname$(EXEEXT) \ +- test-getrandom$(EXEEXT) test-gettext-h$(EXEEXT) \ +- test-gettimeofday$(EXEEXT) test-dynarray$(EXEEXT) \ +- test-hard-locale$(EXEEXT) test-hash$(EXEEXT) \ +- test-ignore-value$(EXEEXT) test-inet_pton$(EXEEXT) \ +- test-intprops$(EXEEXT) test-inttostr$(EXEEXT) \ +- test-inttypes-h$(EXEEXT) test-ioctl$(EXEEXT) \ +- test-isblank$(EXEEXT) test-isnand-nolibm$(EXEEXT) \ +- test-isnanf-nolibm$(EXEEXT) test-isnanl-nolibm$(EXEEXT) \ +- test-iswblank$(EXEEXT) test-iswctype$(EXEEXT) \ +- test-iswdigit$(EXEEXT) test-iswpunct$(EXEEXT) \ +- test-iswxdigit$(EXEEXT) test-langinfo-h$(EXEEXT) \ +- test-largefile$(EXEEXT) test-limits-h$(EXEEXT) \ +- test-listen$(EXEEXT) test-locale-h$(EXEEXT) \ +- test-localeconv$(EXEEXT) test-lstat$(EXEEXT) \ +- test-malloc-gnu$(EXEEXT) test-malloc-posix$(EXEEXT) \ +- test-malloca$(EXEEXT) test-math-h$(EXEEXT) \ +- test-mbrtoc32$(EXEEXT) test-mbrtoc32-w32$(EXEEXT) \ +- test-mbrtowc$(EXEEXT) test-mbrtowc-w32$(EXEEXT) \ +- test-mbscasecmp$(EXEEXT) test-mbsinit$(EXEEXT) \ +- test-mbsrtoc32s$(EXEEXT) test-mbsrtowcs$(EXEEXT) \ +- test-mcel$(EXEEXT) test-memchr$(EXEEXT) test-memrchr$(EXEEXT) \ +- test-mkdir$(EXEEXT) test-nanosleep$(EXEEXT) \ +- test-netinet_in-h$(EXEEXT) test-nl_langinfo1$(EXEEXT) \ +- test-nl_langinfo2$(EXEEXT) test-nl_langinfo-mt$(EXEEXT) \ +- test-nstrftime$(EXEEXT) test-nullptr$(EXEEXT) \ +- test-once1$(EXEEXT) test-once2$(EXEEXT) test-open$(EXEEXT) \ +- test-openat$(EXEEXT) test-pathmax$(EXEEXT) \ +- test-perror$(EXEEXT) test-perror2$(EXEEXT) test-pipe$(EXEEXT) \ +- test-popen$(EXEEXT) test-priv-set$(EXEEXT) \ +- test-pselect$(EXEEXT) test-pthread-cond$(EXEEXT) \ +- test-pthread$(EXEEXT) test-pthread-mutex$(EXEEXT) \ +- test-pthread-mutex-type$(EXEEXT) test-pthread-once1$(EXEEXT) \ +- test-pthread-once2$(EXEEXT) test-pthread-rwlock$(EXEEXT) \ +- test-pthread-thread$(EXEEXT) test-pthread_sigmask1$(EXEEXT) \ +- test-pthread_sigmask2$(EXEEXT) test-putenv$(EXEEXT) \ +- test-quotearg-simple$(EXEEXT) test-raise$(EXEEXT) \ +- test-random$(EXEEXT) test-random-mt$(EXEEXT) \ +- test-random_r$(EXEEXT) test-rawmemchr$(EXEEXT) \ +- test-readlink$(EXEEXT) test-readlinkat$(EXEEXT) \ +- test-realloc-posix$(EXEEXT) test-reallocarray$(EXEEXT) \ +- test-regex$(EXEEXT) test-rmdir$(EXEEXT) test-sched-h$(EXEEXT) \ +- test-select$(EXEEXT) test-select-fd$(EXEEXT) \ +- test-select-stdin$(EXEEXT) test-setenv$(EXEEXT) \ +- test-setlocale_null$(EXEEXT) \ +- test-setlocale_null-mt-one$(EXEEXT) \ +- test-setlocale_null-mt-all$(EXEEXT) \ +- test-setlocale_null-unlocked$(EXEEXT) test-setsockopt$(EXEEXT) \ +- test-sh-quote$(EXEEXT) test-sigaction$(EXEEXT) \ +- test-signal-h$(EXEEXT) test-signbit$(EXEEXT) \ +- test-sigprocmask$(EXEEXT) test-sigsegv-catch-segv1$(EXEEXT) \ +- test-sigsegv-catch-segv2$(EXEEXT) \ +- test-sigsegv-catch-stackoverflow1$(EXEEXT) \ +- test-sigsegv-catch-stackoverflow2$(EXEEXT) test-sleep$(EXEEXT) \ +- test-snprintf$(EXEEXT) test-sockets$(EXEEXT) \ +- test-stat$(EXEEXT) test-stat-time$(EXEEXT) \ +- test-stdbit-h$(EXEEXT) test-stdc_bit_width$(EXEEXT) \ +- test-stdc_leading_zeros$(EXEEXT) test-stdckdint-h$(EXEEXT) \ +- test-stddef-h$(EXEEXT) test-stdint-h$(EXEEXT) \ +- test-stdio-h$(EXEEXT) test-stdlib-h$(EXEEXT) \ +- test-str_startswith$(EXEEXT) test-strerror$(EXEEXT) \ +- test-strerror_r$(EXEEXT) test-string-h$(EXEEXT) \ +- test-strings-h$(EXEEXT) test-strnlen$(EXEEXT) \ +- test-strtoimax$(EXEEXT) test-strtoll$(EXEEXT) \ +- test-symlink$(EXEEXT) test-symlinkat$(EXEEXT) \ +- test-sys_ioctl-h$(EXEEXT) test-sys_random-h$(EXEEXT) \ +- test-sys_select-h$(EXEEXT) test-sys_socket-h$(EXEEXT) \ +- test-sys_stat-h$(EXEEXT) test-sys_time-h$(EXEEXT) \ +- test-sys_types-h$(EXEEXT) test-sys_uio-h$(EXEEXT) \ +- test-sys_wait-h$(EXEEXT) test-thread_self$(EXEEXT) \ +- test-thread_create$(EXEEXT) test-time-h$(EXEEXT) \ +- test-time$(EXEEXT) test-gmtime_r$(EXEEXT) \ +- test-gmtime_r-mt$(EXEEXT) test-localtime_r$(EXEEXT) \ +- test-localtime_r-mt$(EXEEXT) test-timespec$(EXEEXT) \ +- test-timespec_get$(EXEEXT) test-uchar-h$(EXEEXT) \ +- test-uc_tolower$(EXEEXT) test-ctype_alnum$(EXEEXT) \ +- test-ctype_alpha$(EXEEXT) test-ctype_blank$(EXEEXT) \ +- test-ctype_cntrl$(EXEEXT) test-ctype_digit$(EXEEXT) \ +- test-ctype_graph$(EXEEXT) test-ctype_lower$(EXEEXT) \ +- test-ctype_print$(EXEEXT) test-ctype_punct$(EXEEXT) \ +- test-ctype_space$(EXEEXT) test-ctype_upper$(EXEEXT) \ +- test-ctype_xdigit$(EXEEXT) test-unistd-h$(EXEEXT) \ +- test-u32-chr$(EXEEXT) test-u32-cpy$(EXEEXT) \ +- test-u32-pcpy$(EXEEXT) test-u32-set$(EXEEXT) \ +- test-u32-strcat$(EXEEXT) test-u32-strlen$(EXEEXT) \ +- test-uc_width$(EXEEXT) test-uc_width2$(EXEEXT) \ +- test-unlink$(EXEEXT) test-unlinkat$(EXEEXT) \ +- test-unsetenv$(EXEEXT) test-vasnprintf$(EXEEXT) \ +- test-verify$(EXEEXT) test-version-etc$(EXEEXT) \ +- test-wchar-h$(EXEEXT) test-wcrtomb$(EXEEXT) \ +- test-wcrtomb-w32$(EXEEXT) test-wctype-h$(EXEEXT) \ +- test-wctype$(EXEEXT) test-wcwidth$(EXEEXT) \ +- test-windows-mutex-type$(EXEEXT) \ +- test-windows-recmutex-type$(EXEEXT) \ +- test-windows-timedmutex-type$(EXEEXT) \ +- test-windows-timedrecmutex-type$(EXEEXT) test-wmemchr$(EXEEXT) \ +- test-xalloc-die$(EXEEXT) test-xstdopen$(EXEEXT) \ +- test-xstrtoimax$(EXEEXT) test-xstrtol$(EXEEXT) \ +- test-xstrtoul$(EXEEXT) test-year2038$(EXEEXT) +- EXTRA_PROGRAMS = test-verify-try$(EXEEXT) +- @GL_COND_OBJ_ACCEPT_TRUE@am__append_1 = accept.c +- @GL_COND_OBJ_ATOLL_TRUE@am__append_2 = atoll.c +- @GL_COND_OBJ_BIND_TRUE@am__append_3 = bind.c +- @GL_COND_OBJ_C32RTOMB_TRUE@am__append_4 = c32rtomb.c +- @GL_COND_OBJ_CONNECT_TRUE@am__append_5 = connect.c +- @GL_COND_OBJ_FDOPEN_TRUE@am__append_6 = fdopen.c +- @GL_COND_OBJ_FLOAT_TRUE@am__append_7 = float.c +- @GL_COND_OBJ_ITOLD_TRUE@am__append_8 = itold.c +- @GL_COND_OBJ_FTRUNCATE_TRUE@am__append_9 = ftruncate.c +- @GL_COND_OBJ_INET_PTON_TRUE@am__append_10 = inet_pton.c +- @GL_COND_OBJ_IOCTL_TRUE@am__append_11 = ioctl.c +- @GL_COND_OBJ_LISTEN_TRUE@am__append_12 = listen.c +- @OS_IS_NATIVE_WINDOWS_TRUE@am__append_13 = test-localcharset-w32utf8.sh +- @OS_IS_NATIVE_WINDOWS_TRUE@am__append_14 = test-localcharset-w32utf8 \ +- @OS_IS_NATIVE_WINDOWS_TRUE@ test-mbrtowc-w32utf8 +- @OS_IS_NATIVE_WINDOWS_TRUE@am__append_15 = test-localcharset-windows-utf8.res +- @OS_IS_NATIVE_WINDOWS_TRUE@am__append_16 = test-mbrtowc-w32utf8.sh +- @OS_IS_NATIVE_WINDOWS_TRUE@am__append_17 = test-mbrtowc-windows-utf8.res +- @GL_COND_OBJ_NANOSLEEP_TRUE@am__append_18 = nanosleep.c +- @GL_COND_OBJ_PERROR_TRUE@am__append_19 = perror.c +- @GL_COND_OBJ_PIPE_TRUE@am__append_20 = pipe.c +- @GL_COND_OBJ_PSELECT_TRUE@am__append_21 = pselect.c +- @GL_COND_OBJ_PTHREAD_COND_TRUE@am__append_22 = pthread-cond.c +- @GL_COND_OBJ_PTHREAD_MUTEX_TRUE@am__append_23 = pthread-mutex.c +- @GL_COND_OBJ_PTHREAD_RWLOCK_TRUE@am__append_24 = pthread-rwlock.c +- @GL_COND_OBJ_PTHREAD_THREAD_TRUE@am__append_25 = pthread-thread.c +- @GL_COND_OBJ_PTHREAD_MUTEX_TIMEDLOCK_TRUE@am__append_26 = pthread_mutex_timedlock.c +- @GL_COND_OBJ_PTHREAD_SIGMASK_TRUE@am__append_27 = pthread_sigmask.c +- +- # Work around https://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=57214 +- @OS_IS_NETBSD_FALSE@am__append_28 = test-pthread_sigmask1 +- @GL_COND_OBJ_PUTENV_TRUE@am__append_29 = putenv.c +- @GL_COND_OBJ_RANDOM_TRUE@am__append_30 = random.c +- @GL_COND_OBJ_RANDOM_R_TRUE@am__append_31 = random_r.c +- @GL_COND_OBJ_RMDIR_TRUE@am__append_32 = rmdir.c +- @GL_COND_OBJ_SCHED_YIELD_TRUE@am__append_33 = sched_yield.c +- @GL_COND_OBJ_SELECT_TRUE@am__append_34 = select.c +- @GL_COND_OBJ_SETSOCKOPT_TRUE@am__append_35 = setsockopt.c +- @GL_COND_OBJ_SIGNBIT3_TRUE@am__append_36 = signbitf.c signbitd.c signbitl.c +- +- # Work around https://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=57213 +- @OS_IS_NETBSD_FALSE@am__append_37 = test-sigprocmask +- @GL_COND_OBJ_SLEEP_TRUE@am__append_38 = sleep.c +- @GL_COND_OBJ_SOCKET_TRUE@am__append_39 = socket.c +- @GL_COND_OBJ_SYMLINK_TRUE@am__append_40 = symlink.c +- @GL_COND_OBJ_SYMLINKAT_TRUE@am__append_41 = symlinkat.c +- @GL_COND_OBJ_TIME_TRUE@am__append_42 = time.c +- @LIBUNISTRING_COMPILE_UNISTR_U32_SET_TRUE@am__append_43 = unistr/u32-set.c +- @GL_COND_OBJ_UNLINK_TRUE@am__append_44 = unlink.c +- @GL_COND_OBJ_UNLINKAT_TRUE@am__append_45 = unlinkat.c +- @GL_COND_OBJ_WCTOB_TRUE@am__append_46 = wctob.c +- @GL_COND_OBJ_WCTOMB_TRUE@am__append_47 = wctomb.c +- @GL_COND_OBJ_WINDOWS_COND_TRUE@am__append_48 = windows-cond.c +- @GL_COND_OBJ_WINDOWS_THREAD_TRUE@am__append_49 = windows-thread.c +- @GL_COND_OBJ_WINDOWS_TIMEDMUTEX_TRUE@am__append_50 = windows-timedmutex.c +- @GL_COND_OBJ_WINDOWS_TIMEDRECMUTEX_TRUE@am__append_51 = windows-timedrecmutex.c +- @GL_COND_OBJ_WINDOWS_TIMEDRWLOCK_TRUE@am__append_52 = windows-timedrwlock.c +- @GL_COND_OBJ_WINDOWS_TLS_TRUE@am__append_53 = windows-tls.c + subdir = gnulib-tests + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \ +--- 89,94 ---- +*************** +*** 627,2033 **** + $(top_srcdir)/configure.ac + am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +! DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ +! $(am__DIST_COMMON) + mkinstalldirs = $(install_sh) -d + CONFIG_HEADER = $(top_builddir)/lib/config.h + CONFIG_CLEAN_FILES = + CONFIG_CLEAN_VPATH_FILES = +- @OS_IS_NATIVE_WINDOWS_TRUE@am__EXEEXT_1 = \ +- @OS_IS_NATIVE_WINDOWS_TRUE@ test-localcharset-w32utf8$(EXEEXT) \ +- @OS_IS_NATIVE_WINDOWS_TRUE@ test-mbrtowc-w32utf8$(EXEEXT) +- PROGRAMS = $(noinst_PROGRAMS) +- LIBRARIES = $(noinst_LIBRARIES) +- AM_V_AR = $(am__v_AR_@AM_V@) +- am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@) +- am__v_AR_0 = @echo " AR " $@; +- am__v_AR_1 = +- libtests_a_AR = $(AR) $(ARFLAGS) +- libtests_a_RANLIB = $(RANLIB) +- am__DEPENDENCIES_1 = +- am__libtests_a_SOURCES_DIST = accept.c arpa_inet.c atoll.c bind.c \ +- c-strcasestr.h c-strcasestr.c c32rtomb.c c32tob.c \ +- concat-filename.c connect.c dtotimespec.c fdopen.c float.c \ +- itold.c ftruncate.c hash-pjw.h hash-pjw.c inet_pton.c \ +- imaxtostr.c inttostr.c offtostr.c uinttostr.c umaxtostr.c \ +- ioctl.c listen.c math.c nan.h nanosleep.c perror.c pipe.c \ +- priv-set.c pselect.c pthread-cond.c pthread-mutex.c \ +- pthread-rwlock.c pthread-thread.c pthread_mutex_timedlock.c \ +- pthread_sigmask.c putenv.c random.c random_r.c rmdir.c \ +- sched_yield.c select.c setsockopt.c signbitf.c signbitd.c \ +- signbitl.c signed-nan.h signed-snan.h size_max.h sleep.c \ +- snan.h socket.c sockets.h sockets.c str_startswith.c symlink.c \ +- symlinkat.c sys_socket.c glthread/thread.h glthread/thread.c \ +- time.c timespec-add.c timespec-sub.c unistr/u32-set.c unlink.c \ +- unlinkat.c unlinkdir.c vsnzprintf.c wctob.c wctomb.c \ +- windows-cond.c windows-thread.c windows-timedmutex.c \ +- windows-timedrecmutex.c windows-timedrwlock.c windows-tls.c \ +- xconcat-filename.c xgetcwd.c xsize.h xsize.c xstrtol-error.c \ +- glthread/yield.h +- @GL_COND_OBJ_ACCEPT_TRUE@am__objects_1 = accept.$(OBJEXT) +- @GL_COND_OBJ_ATOLL_TRUE@am__objects_2 = atoll.$(OBJEXT) +- @GL_COND_OBJ_BIND_TRUE@am__objects_3 = bind.$(OBJEXT) +- @GL_COND_OBJ_C32RTOMB_TRUE@am__objects_4 = c32rtomb.$(OBJEXT) +- @GL_COND_OBJ_CONNECT_TRUE@am__objects_5 = connect.$(OBJEXT) +- @GL_COND_OBJ_FDOPEN_TRUE@am__objects_6 = fdopen.$(OBJEXT) +- @GL_COND_OBJ_FLOAT_TRUE@am__objects_7 = float.$(OBJEXT) +- @GL_COND_OBJ_ITOLD_TRUE@am__objects_8 = itold.$(OBJEXT) +- @GL_COND_OBJ_FTRUNCATE_TRUE@am__objects_9 = ftruncate.$(OBJEXT) +- @GL_COND_OBJ_INET_PTON_TRUE@am__objects_10 = inet_pton.$(OBJEXT) +- @GL_COND_OBJ_IOCTL_TRUE@am__objects_11 = ioctl.$(OBJEXT) +- @GL_COND_OBJ_LISTEN_TRUE@am__objects_12 = listen.$(OBJEXT) +- @GL_COND_OBJ_NANOSLEEP_TRUE@am__objects_13 = nanosleep.$(OBJEXT) +- @GL_COND_OBJ_PERROR_TRUE@am__objects_14 = perror.$(OBJEXT) +- @GL_COND_OBJ_PIPE_TRUE@am__objects_15 = pipe.$(OBJEXT) +- @GL_COND_OBJ_PSELECT_TRUE@am__objects_16 = pselect.$(OBJEXT) +- @GL_COND_OBJ_PTHREAD_COND_TRUE@am__objects_17 = \ +- @GL_COND_OBJ_PTHREAD_COND_TRUE@ pthread-cond.$(OBJEXT) +- @GL_COND_OBJ_PTHREAD_MUTEX_TRUE@am__objects_18 = \ +- @GL_COND_OBJ_PTHREAD_MUTEX_TRUE@ pthread-mutex.$(OBJEXT) +- @GL_COND_OBJ_PTHREAD_RWLOCK_TRUE@am__objects_19 = \ +- @GL_COND_OBJ_PTHREAD_RWLOCK_TRUE@ pthread-rwlock.$(OBJEXT) +- @GL_COND_OBJ_PTHREAD_THREAD_TRUE@am__objects_20 = \ +- @GL_COND_OBJ_PTHREAD_THREAD_TRUE@ pthread-thread.$(OBJEXT) +- @GL_COND_OBJ_PTHREAD_MUTEX_TIMEDLOCK_TRUE@am__objects_21 = pthread_mutex_timedlock.$(OBJEXT) +- @GL_COND_OBJ_PTHREAD_SIGMASK_TRUE@am__objects_22 = \ +- @GL_COND_OBJ_PTHREAD_SIGMASK_TRUE@ pthread_sigmask.$(OBJEXT) +- @GL_COND_OBJ_PUTENV_TRUE@am__objects_23 = putenv.$(OBJEXT) +- @GL_COND_OBJ_RANDOM_TRUE@am__objects_24 = random.$(OBJEXT) +- @GL_COND_OBJ_RANDOM_R_TRUE@am__objects_25 = random_r.$(OBJEXT) +- @GL_COND_OBJ_RMDIR_TRUE@am__objects_26 = rmdir.$(OBJEXT) +- @GL_COND_OBJ_SCHED_YIELD_TRUE@am__objects_27 = sched_yield.$(OBJEXT) +- @GL_COND_OBJ_SELECT_TRUE@am__objects_28 = select.$(OBJEXT) +- @GL_COND_OBJ_SETSOCKOPT_TRUE@am__objects_29 = setsockopt.$(OBJEXT) +- @GL_COND_OBJ_SIGNBIT3_TRUE@am__objects_30 = signbitf.$(OBJEXT) \ +- @GL_COND_OBJ_SIGNBIT3_TRUE@ signbitd.$(OBJEXT) \ +- @GL_COND_OBJ_SIGNBIT3_TRUE@ signbitl.$(OBJEXT) +- @GL_COND_OBJ_SLEEP_TRUE@am__objects_31 = sleep.$(OBJEXT) +- @GL_COND_OBJ_SOCKET_TRUE@am__objects_32 = socket.$(OBJEXT) +- @GL_COND_OBJ_SYMLINK_TRUE@am__objects_33 = symlink.$(OBJEXT) +- @GL_COND_OBJ_SYMLINKAT_TRUE@am__objects_34 = symlinkat.$(OBJEXT) +- am__dirstamp = $(am__leading_dot)dirstamp +- @GL_COND_OBJ_TIME_TRUE@am__objects_35 = time.$(OBJEXT) +- @LIBUNISTRING_COMPILE_UNISTR_U32_SET_TRUE@am__objects_36 = unistr/u32-set.$(OBJEXT) +- @GL_COND_OBJ_UNLINK_TRUE@am__objects_37 = unlink.$(OBJEXT) +- @GL_COND_OBJ_UNLINKAT_TRUE@am__objects_38 = unlinkat.$(OBJEXT) +- @GL_COND_OBJ_WCTOB_TRUE@am__objects_39 = wctob.$(OBJEXT) +- @GL_COND_OBJ_WCTOMB_TRUE@am__objects_40 = wctomb.$(OBJEXT) +- @GL_COND_OBJ_WINDOWS_COND_TRUE@am__objects_41 = \ +- @GL_COND_OBJ_WINDOWS_COND_TRUE@ windows-cond.$(OBJEXT) +- @GL_COND_OBJ_WINDOWS_THREAD_TRUE@am__objects_42 = \ +- @GL_COND_OBJ_WINDOWS_THREAD_TRUE@ windows-thread.$(OBJEXT) +- @GL_COND_OBJ_WINDOWS_TIMEDMUTEX_TRUE@am__objects_43 = windows-timedmutex.$(OBJEXT) +- @GL_COND_OBJ_WINDOWS_TIMEDRECMUTEX_TRUE@am__objects_44 = windows-timedrecmutex.$(OBJEXT) +- @GL_COND_OBJ_WINDOWS_TIMEDRWLOCK_TRUE@am__objects_45 = windows-timedrwlock.$(OBJEXT) +- @GL_COND_OBJ_WINDOWS_TLS_TRUE@am__objects_46 = windows-tls.$(OBJEXT) +- am_libtests_a_OBJECTS = $(am__objects_1) arpa_inet.$(OBJEXT) \ +- $(am__objects_2) $(am__objects_3) c-strcasestr.$(OBJEXT) \ +- $(am__objects_4) c32tob.$(OBJEXT) concat-filename.$(OBJEXT) \ +- $(am__objects_5) dtotimespec.$(OBJEXT) $(am__objects_6) \ +- $(am__objects_7) $(am__objects_8) $(am__objects_9) \ +- hash-pjw.$(OBJEXT) $(am__objects_10) imaxtostr.$(OBJEXT) \ +- inttostr.$(OBJEXT) offtostr.$(OBJEXT) uinttostr.$(OBJEXT) \ +- umaxtostr.$(OBJEXT) $(am__objects_11) $(am__objects_12) \ +- math.$(OBJEXT) $(am__objects_13) $(am__objects_14) \ +- $(am__objects_15) priv-set.$(OBJEXT) $(am__objects_16) \ +- $(am__objects_17) $(am__objects_18) $(am__objects_19) \ +- $(am__objects_20) $(am__objects_21) $(am__objects_22) \ +- $(am__objects_23) $(am__objects_24) $(am__objects_25) \ +- $(am__objects_26) $(am__objects_27) $(am__objects_28) \ +- $(am__objects_29) $(am__objects_30) $(am__objects_31) \ +- $(am__objects_32) sockets.$(OBJEXT) str_startswith.$(OBJEXT) \ +- $(am__objects_33) $(am__objects_34) sys_socket.$(OBJEXT) \ +- glthread/thread.$(OBJEXT) $(am__objects_35) \ +- timespec-add.$(OBJEXT) timespec-sub.$(OBJEXT) \ +- $(am__objects_36) $(am__objects_37) $(am__objects_38) \ +- unlinkdir.$(OBJEXT) vsnzprintf.$(OBJEXT) $(am__objects_39) \ +- $(am__objects_40) $(am__objects_41) $(am__objects_42) \ +- $(am__objects_43) $(am__objects_44) $(am__objects_45) \ +- $(am__objects_46) xconcat-filename.$(OBJEXT) xgetcwd.$(OBJEXT) \ +- xsize.$(OBJEXT) xstrtol-error.$(OBJEXT) +- libtests_a_OBJECTS = $(am_libtests_a_OBJECTS) +- am_current_locale_OBJECTS = locale.$(OBJEXT) +- current_locale_OBJECTS = $(am_current_locale_OBJECTS) +- current_locale_LDADD = $(LDADD) +- current_locale_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_accept_SOURCES = test-accept.c +- test_accept_OBJECTS = test-accept.$(OBJEXT) +- am__DEPENDENCIES_2 = libtests.a ../lib/libdiffutils.a libtests.a \ +- ../lib/libdiffutils.a libtests.a $(am__DEPENDENCIES_1) +- test_accept_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_alignasof_SOURCES = test-alignasof.c +- test_alignasof_OBJECTS = test-alignasof.$(OBJEXT) +- test_alignasof_LDADD = $(LDADD) +- test_alignasof_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_alloca_opt_SOURCES = test-alloca-opt.c +- test_alloca_opt_OBJECTS = test-alloca-opt.$(OBJEXT) +- test_alloca_opt_LDADD = $(LDADD) +- test_alloca_opt_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_argmatch_SOURCES = test-argmatch.c +- test_argmatch_OBJECTS = test-argmatch.$(OBJEXT) +- test_argmatch_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +- $(am__DEPENDENCIES_1) +- test_arpa_inet_h_SOURCES = test-arpa_inet-h.c +- test_arpa_inet_h_OBJECTS = test-arpa_inet-h.$(OBJEXT) +- test_arpa_inet_h_LDADD = $(LDADD) +- test_arpa_inet_h_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_assert_SOURCES = test-assert.c +- test_assert_OBJECTS = test-assert.$(OBJEXT) +- test_assert_LDADD = $(LDADD) +- test_assert_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \ +- ../lib/libdiffutils.a libtests.a $(am__DEPENDENCIES_1) +- test_binary_io_SOURCES = test-binary-io.c +- test_binary_io_OBJECTS = test-binary-io.$(OBJEXT) +- test_binary_io_LDADD = $(LDADD) +- test_binary_io_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_bind_SOURCES = test-bind.c +- test_bind_OBJECTS = test-bind.$(OBJEXT) +- test_bind_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) +- test_bitrotate_SOURCES = test-bitrotate.c +- test_bitrotate_OBJECTS = test-bitrotate.$(OBJEXT) +- test_bitrotate_LDADD = $(LDADD) +- test_bitrotate_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_bool_SOURCES = test-bool.c +- test_bool_OBJECTS = test-bool.$(OBJEXT) +- test_bool_LDADD = $(LDADD) +- test_bool_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \ +- ../lib/libdiffutils.a libtests.a $(am__DEPENDENCIES_1) +- test_btoc32_SOURCES = test-btoc32.c +- test_btoc32_OBJECTS = test-btoc32.$(OBJEXT) +- test_btoc32_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_btowc_SOURCES = test-btowc.c +- test_btowc_OBJECTS = test-btowc.$(OBJEXT) +- test_btowc_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_c_ctype_SOURCES = test-c-ctype.c +- test_c_ctype_OBJECTS = test-c-ctype.$(OBJEXT) +- test_c_ctype_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_c_stack_SOURCES = test-c-stack.c +- test_c_stack_OBJECTS = test-c-stack.$(OBJEXT) +- test_c_stack_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +- $(am__DEPENDENCIES_1) +- test_c_strcasecmp_SOURCES = test-c-strcasecmp.c +- test_c_strcasecmp_OBJECTS = test-c-strcasecmp.$(OBJEXT) +- test_c_strcasecmp_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_c_strcasestr_SOURCES = test-c-strcasestr.c +- test_c_strcasestr_OBJECTS = test-c-strcasestr.$(OBJEXT) +- test_c_strcasestr_LDADD = $(LDADD) +- test_c_strcasestr_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_c_strncasecmp_SOURCES = test-c-strncasecmp.c +- test_c_strncasecmp_OBJECTS = test-c-strncasecmp.$(OBJEXT) +- test_c_strncasecmp_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_c32_apply_type_test_SOURCES = test-c32_apply_type_test.c +- test_c32_apply_type_test_OBJECTS = test-c32_apply_type_test.$(OBJEXT) +- test_c32_apply_type_test_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_c32_get_type_test_SOURCES = test-c32_get_type_test.c +- test_c32_get_type_test_OBJECTS = test-c32_get_type_test.$(OBJEXT) +- test_c32_get_type_test_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_c32isalnum_SOURCES = test-c32isalnum.c +- test_c32isalnum_OBJECTS = test-c32isalnum.$(OBJEXT) +- test_c32isalnum_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +- $(am__DEPENDENCIES_1) +- test_c32isalpha_SOURCES = test-c32isalpha.c +- test_c32isalpha_OBJECTS = test-c32isalpha.$(OBJEXT) +- test_c32isalpha_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +- $(am__DEPENDENCIES_1) +- test_c32isblank_SOURCES = test-c32isblank.c +- test_c32isblank_OBJECTS = test-c32isblank.$(OBJEXT) +- test_c32isblank_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +- $(am__DEPENDENCIES_1) +- test_c32iscntrl_SOURCES = test-c32iscntrl.c +- test_c32iscntrl_OBJECTS = test-c32iscntrl.$(OBJEXT) +- test_c32iscntrl_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +- $(am__DEPENDENCIES_1) +- test_c32isdigit_SOURCES = test-c32isdigit.c +- test_c32isdigit_OBJECTS = test-c32isdigit.$(OBJEXT) +- test_c32isdigit_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +- $(am__DEPENDENCIES_1) +- test_c32isgraph_SOURCES = test-c32isgraph.c +- test_c32isgraph_OBJECTS = test-c32isgraph.$(OBJEXT) +- test_c32isgraph_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +- $(am__DEPENDENCIES_1) +- test_c32islower_SOURCES = test-c32islower.c +- test_c32islower_OBJECTS = test-c32islower.$(OBJEXT) +- test_c32islower_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +- $(am__DEPENDENCIES_1) +- test_c32isprint_SOURCES = test-c32isprint.c +- test_c32isprint_OBJECTS = test-c32isprint.$(OBJEXT) +- test_c32isprint_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +- $(am__DEPENDENCIES_1) +- test_c32ispunct_SOURCES = test-c32ispunct.c +- test_c32ispunct_OBJECTS = test-c32ispunct.$(OBJEXT) +- test_c32ispunct_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +- $(am__DEPENDENCIES_1) +- test_c32isspace_SOURCES = test-c32isspace.c +- test_c32isspace_OBJECTS = test-c32isspace.$(OBJEXT) +- test_c32isspace_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +- $(am__DEPENDENCIES_1) +- test_c32isupper_SOURCES = test-c32isupper.c +- test_c32isupper_OBJECTS = test-c32isupper.$(OBJEXT) +- test_c32isupper_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +- $(am__DEPENDENCIES_1) +- test_c32isxdigit_SOURCES = test-c32isxdigit.c +- test_c32isxdigit_OBJECTS = test-c32isxdigit.$(OBJEXT) +- test_c32isxdigit_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +- $(am__DEPENDENCIES_1) +- test_c32rtomb_SOURCES = test-c32rtomb.c +- test_c32rtomb_OBJECTS = test-c32rtomb.$(OBJEXT) +- test_c32rtomb_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_c32rtomb_w32_SOURCES = test-c32rtomb-w32.c +- test_c32rtomb_w32_OBJECTS = test-c32rtomb-w32.$(OBJEXT) +- test_c32rtomb_w32_LDADD = $(LDADD) +- test_c32rtomb_w32_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_c32tolower_SOURCES = test-c32tolower.c +- test_c32tolower_OBJECTS = test-c32tolower.$(OBJEXT) +- test_c32tolower_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +- $(am__DEPENDENCIES_1) +- test_c32width_SOURCES = test-c32width.c +- test_c32width_OBJECTS = test-c32width.$(OBJEXT) +- test_c32width_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_calloc_gnu_SOURCES = test-calloc-gnu.c +- test_calloc_gnu_OBJECTS = test-calloc-gnu.$(OBJEXT) +- test_calloc_gnu_LDADD = $(LDADD) +- test_calloc_gnu_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_calloc_posix_SOURCES = test-calloc-posix.c +- test_calloc_posix_OBJECTS = test-calloc-posix.$(OBJEXT) +- test_calloc_posix_LDADD = $(LDADD) +- test_calloc_posix_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_chdir_SOURCES = test-chdir.c +- test_chdir_OBJECTS = test-chdir.$(OBJEXT) +- test_chdir_LDADD = $(LDADD) +- test_chdir_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \ +- ../lib/libdiffutils.a libtests.a $(am__DEPENDENCIES_1) +- test_cloexec_SOURCES = test-cloexec.c +- test_cloexec_OBJECTS = test-cloexec.$(OBJEXT) +- test_cloexec_LDADD = $(LDADD) +- test_cloexec_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_close_SOURCES = test-close.c +- test_close_OBJECTS = test-close.$(OBJEXT) +- test_close_LDADD = $(LDADD) +- test_close_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \ +- ../lib/libdiffutils.a libtests.a $(am__DEPENDENCIES_1) +- test_connect_SOURCES = test-connect.c +- test_connect_OBJECTS = test-connect.$(OBJEXT) +- test_connect_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +- $(am__DEPENDENCIES_1) +- test_ctype_SOURCES = test-ctype.c +- test_ctype_OBJECTS = test-ctype.$(OBJEXT) +- test_ctype_LDADD = $(LDADD) +- test_ctype_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \ +- ../lib/libdiffutils.a libtests.a $(am__DEPENDENCIES_1) +- am_test_ctype_alnum_OBJECTS = unictype/test-ctype_alnum.$(OBJEXT) +- test_ctype_alnum_OBJECTS = $(am_test_ctype_alnum_OBJECTS) +- test_ctype_alnum_DEPENDENCIES = $(am__DEPENDENCIES_2) +- am_test_ctype_alpha_OBJECTS = unictype/test-ctype_alpha.$(OBJEXT) +- test_ctype_alpha_OBJECTS = $(am_test_ctype_alpha_OBJECTS) +- test_ctype_alpha_DEPENDENCIES = $(am__DEPENDENCIES_2) +- am_test_ctype_blank_OBJECTS = unictype/test-ctype_blank.$(OBJEXT) +- test_ctype_blank_OBJECTS = $(am_test_ctype_blank_OBJECTS) +- test_ctype_blank_DEPENDENCIES = $(am__DEPENDENCIES_2) +- am_test_ctype_cntrl_OBJECTS = unictype/test-ctype_cntrl.$(OBJEXT) +- test_ctype_cntrl_OBJECTS = $(am_test_ctype_cntrl_OBJECTS) +- test_ctype_cntrl_DEPENDENCIES = $(am__DEPENDENCIES_2) +- am_test_ctype_digit_OBJECTS = unictype/test-ctype_digit.$(OBJEXT) +- test_ctype_digit_OBJECTS = $(am_test_ctype_digit_OBJECTS) +- test_ctype_digit_DEPENDENCIES = $(am__DEPENDENCIES_2) +- am_test_ctype_graph_OBJECTS = unictype/test-ctype_graph.$(OBJEXT) +- test_ctype_graph_OBJECTS = $(am_test_ctype_graph_OBJECTS) +- test_ctype_graph_DEPENDENCIES = $(am__DEPENDENCIES_2) +- am_test_ctype_lower_OBJECTS = unictype/test-ctype_lower.$(OBJEXT) +- test_ctype_lower_OBJECTS = $(am_test_ctype_lower_OBJECTS) +- test_ctype_lower_DEPENDENCIES = $(am__DEPENDENCIES_2) +- am_test_ctype_print_OBJECTS = unictype/test-ctype_print.$(OBJEXT) +- test_ctype_print_OBJECTS = $(am_test_ctype_print_OBJECTS) +- test_ctype_print_DEPENDENCIES = $(am__DEPENDENCIES_2) +- am_test_ctype_punct_OBJECTS = unictype/test-ctype_punct.$(OBJEXT) +- test_ctype_punct_OBJECTS = $(am_test_ctype_punct_OBJECTS) +- test_ctype_punct_DEPENDENCIES = $(am__DEPENDENCIES_2) +- am_test_ctype_space_OBJECTS = unictype/test-ctype_space.$(OBJEXT) +- test_ctype_space_OBJECTS = $(am_test_ctype_space_OBJECTS) +- test_ctype_space_DEPENDENCIES = $(am__DEPENDENCIES_2) +- am_test_ctype_upper_OBJECTS = unictype/test-ctype_upper.$(OBJEXT) +- test_ctype_upper_OBJECTS = $(am_test_ctype_upper_OBJECTS) +- test_ctype_upper_DEPENDENCIES = $(am__DEPENDENCIES_2) +- am_test_ctype_xdigit_OBJECTS = unictype/test-ctype_xdigit.$(OBJEXT) +- test_ctype_xdigit_OBJECTS = $(am_test_ctype_xdigit_OBJECTS) +- test_ctype_xdigit_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_dirent_h_SOURCES = test-dirent-h.c +- test_dirent_h_OBJECTS = test-dirent-h.$(OBJEXT) +- test_dirent_h_LDADD = $(LDADD) +- test_dirent_h_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_dirfd_SOURCES = test-dirfd.c +- test_dirfd_OBJECTS = test-dirfd.$(OBJEXT) +- test_dirfd_LDADD = $(LDADD) +- test_dirfd_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \ +- ../lib/libdiffutils.a libtests.a $(am__DEPENDENCIES_1) +- test_dirname_SOURCES = test-dirname.c +- test_dirname_OBJECTS = test-dirname.$(OBJEXT) +- test_dirname_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_dup_SOURCES = test-dup.c +- test_dup_OBJECTS = test-dup.$(OBJEXT) +- test_dup_LDADD = $(LDADD) +- test_dup_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \ +- ../lib/libdiffutils.a libtests.a $(am__DEPENDENCIES_1) +- test_dup2_SOURCES = test-dup2.c +- test_dup2_OBJECTS = test-dup2.$(OBJEXT) +- test_dup2_LDADD = $(LDADD) +- test_dup2_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \ +- ../lib/libdiffutils.a libtests.a $(am__DEPENDENCIES_1) +- test_dynarray_SOURCES = test-dynarray.c +- test_dynarray_OBJECTS = test-dynarray.$(OBJEXT) +- test_dynarray_LDADD = $(LDADD) +- test_dynarray_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_environ_SOURCES = test-environ.c +- test_environ_OBJECTS = test-environ.$(OBJEXT) +- test_environ_LDADD = $(LDADD) +- test_environ_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_errno_h_SOURCES = test-errno-h.c +- test_errno_h_OBJECTS = test-errno-h.$(OBJEXT) +- test_errno_h_LDADD = $(LDADD) +- test_errno_h_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_error_SOURCES = test-error.c +- test_error_OBJECTS = test-error.$(OBJEXT) +- test_error_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) +- test_exclude_SOURCES = test-exclude.c +- test_exclude_OBJECTS = test-exclude.$(OBJEXT) +- test_exclude_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +- test_fchdir_SOURCES = test-fchdir.c +- test_fchdir_OBJECTS = test-fchdir.$(OBJEXT) +- test_fchdir_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) +- test_fcntl_SOURCES = test-fcntl.c +- test_fcntl_OBJECTS = test-fcntl.$(OBJEXT) +- test_fcntl_LDADD = $(LDADD) +- test_fcntl_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \ +- ../lib/libdiffutils.a libtests.a $(am__DEPENDENCIES_1) +- test_fcntl_h_SOURCES = test-fcntl-h.c +- test_fcntl_h_OBJECTS = test-fcntl-h.$(OBJEXT) +- test_fcntl_h_LDADD = $(LDADD) +- test_fcntl_h_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_fdopen_SOURCES = test-fdopen.c +- test_fdopen_OBJECTS = test-fdopen.$(OBJEXT) +- test_fdopen_LDADD = $(LDADD) +- test_fdopen_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \ +- ../lib/libdiffutils.a libtests.a $(am__DEPENDENCIES_1) +- test_fdopendir_SOURCES = test-fdopendir.c +- test_fdopendir_OBJECTS = test-fdopendir.$(OBJEXT) +- test_fdopendir_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_fgetc_SOURCES = test-fgetc.c +- test_fgetc_OBJECTS = test-fgetc.$(OBJEXT) +- test_fgetc_LDADD = $(LDADD) +- test_fgetc_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \ +- ../lib/libdiffutils.a libtests.a $(am__DEPENDENCIES_1) +- test_filenamecat_SOURCES = test-filenamecat.c +- test_filenamecat_OBJECTS = test-filenamecat.$(OBJEXT) +- test_filenamecat_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_float_h_SOURCES = test-float-h.c +- test_float_h_OBJECTS = test-float-h.$(OBJEXT) +- test_float_h_LDADD = $(LDADD) +- test_float_h_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_fnmatch_SOURCES = test-fnmatch.c +- test_fnmatch_OBJECTS = test-fnmatch.$(OBJEXT) +- test_fnmatch_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +- $(am__DEPENDENCIES_1) +- test_fnmatch_h_SOURCES = test-fnmatch-h.c +- test_fnmatch_h_OBJECTS = test-fnmatch-h.$(OBJEXT) +- test_fnmatch_h_LDADD = $(LDADD) +- test_fnmatch_h_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_fnmatch_w32_SOURCES = test-fnmatch-w32.c +- test_fnmatch_w32_OBJECTS = test-fnmatch-w32.$(OBJEXT) +- test_fnmatch_w32_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +- $(am__DEPENDENCIES_1) +- test_fopen_SOURCES = test-fopen.c +- test_fopen_OBJECTS = test-fopen.$(OBJEXT) +- test_fopen_LDADD = $(LDADD) +- test_fopen_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \ +- ../lib/libdiffutils.a libtests.a $(am__DEPENDENCIES_1) +- test_fopen_gnu_SOURCES = test-fopen-gnu.c +- test_fopen_gnu_OBJECTS = test-fopen-gnu.$(OBJEXT) +- test_fopen_gnu_LDADD = $(LDADD) +- test_fopen_gnu_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_fputc_SOURCES = test-fputc.c +- test_fputc_OBJECTS = test-fputc.$(OBJEXT) +- test_fputc_LDADD = $(LDADD) +- test_fputc_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \ +- ../lib/libdiffutils.a libtests.a $(am__DEPENDENCIES_1) +- test_fread_SOURCES = test-fread.c +- test_fread_OBJECTS = test-fread.$(OBJEXT) +- test_fread_LDADD = $(LDADD) +- test_fread_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \ +- ../lib/libdiffutils.a libtests.a $(am__DEPENDENCIES_1) +- test_free_SOURCES = test-free.c +- test_free_OBJECTS = test-free.$(OBJEXT) +- test_free_LDADD = $(LDADD) +- test_free_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \ +- ../lib/libdiffutils.a libtests.a $(am__DEPENDENCIES_1) +- test_freopen_SOURCES = test-freopen.c +- test_freopen_OBJECTS = test-freopen.$(OBJEXT) +- test_freopen_LDADD = $(LDADD) +- test_freopen_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_fstat_SOURCES = test-fstat.c +- test_fstat_OBJECTS = test-fstat.$(OBJEXT) +- test_fstat_LDADD = $(LDADD) +- test_fstat_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \ +- ../lib/libdiffutils.a libtests.a $(am__DEPENDENCIES_1) +- test_fstatat_SOURCES = test-fstatat.c +- test_fstatat_OBJECTS = test-fstatat.$(OBJEXT) +- test_fstatat_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_ftruncate_SOURCES = test-ftruncate.c +- test_ftruncate_OBJECTS = test-ftruncate.$(OBJEXT) +- test_ftruncate_LDADD = $(LDADD) +- test_ftruncate_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_fwrite_SOURCES = test-fwrite.c +- test_fwrite_OBJECTS = test-fwrite.$(OBJEXT) +- test_fwrite_LDADD = $(LDADD) +- test_fwrite_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \ +- ../lib/libdiffutils.a libtests.a $(am__DEPENDENCIES_1) +- test_getcwd_lgpl_SOURCES = test-getcwd-lgpl.c +- test_getcwd_lgpl_OBJECTS = test-getcwd-lgpl.$(OBJEXT) +- test_getcwd_lgpl_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +- $(am__DEPENDENCIES_1) +- test_getdtablesize_SOURCES = test-getdtablesize.c +- test_getdtablesize_OBJECTS = test-getdtablesize.$(OBJEXT) +- test_getdtablesize_LDADD = $(LDADD) +- test_getdtablesize_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_getopt_gnu_SOURCES = test-getopt-gnu.c +- test_getopt_gnu_OBJECTS = test-getopt-gnu.$(OBJEXT) +- test_getopt_gnu_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +- $(am__DEPENDENCIES_1) +- test_getopt_posix_SOURCES = test-getopt-posix.c +- test_getopt_posix_OBJECTS = test-getopt-posix.$(OBJEXT) +- test_getopt_posix_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +- $(am__DEPENDENCIES_1) +- test_getprogname_SOURCES = test-getprogname.c +- test_getprogname_OBJECTS = test-getprogname.$(OBJEXT) +- test_getprogname_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_getrandom_SOURCES = test-getrandom.c +- test_getrandom_OBJECTS = test-getrandom.$(OBJEXT) +- test_getrandom_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_gettext_h_SOURCES = test-gettext-h.c +- test_gettext_h_OBJECTS = test-gettext-h.$(OBJEXT) +- test_gettext_h_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +- $(am__DEPENDENCIES_1) +- test_gettimeofday_SOURCES = test-gettimeofday.c +- test_gettimeofday_OBJECTS = test-gettimeofday.$(OBJEXT) +- test_gettimeofday_LDADD = $(LDADD) +- test_gettimeofday_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_gmtime_r_SOURCES = test-gmtime_r.c +- test_gmtime_r_OBJECTS = test-gmtime_r.$(OBJEXT) +- test_gmtime_r_LDADD = $(LDADD) +- test_gmtime_r_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_gmtime_r_mt_SOURCES = test-gmtime_r-mt.c +- test_gmtime_r_mt_OBJECTS = test-gmtime_r-mt.$(OBJEXT) +- test_gmtime_r_mt_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +- test_hard_locale_SOURCES = test-hard-locale.c +- test_hard_locale_OBJECTS = test-hard-locale.$(OBJEXT) +- test_hard_locale_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_hash_SOURCES = test-hash.c +- test_hash_OBJECTS = test-hash.$(OBJEXT) +- test_hash_LDADD = $(LDADD) +- test_hash_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \ +- ../lib/libdiffutils.a libtests.a $(am__DEPENDENCIES_1) +- test_ignore_value_SOURCES = test-ignore-value.c +- test_ignore_value_OBJECTS = test-ignore-value.$(OBJEXT) +- test_ignore_value_LDADD = $(LDADD) +- test_ignore_value_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_inet_pton_SOURCES = test-inet_pton.c +- test_inet_pton_OBJECTS = test-inet_pton.$(OBJEXT) +- test_inet_pton_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_intprops_SOURCES = test-intprops.c +- test_intprops_OBJECTS = test-intprops.$(OBJEXT) +- test_intprops_LDADD = $(LDADD) +- test_intprops_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_inttostr_SOURCES = test-inttostr.c +- test_inttostr_OBJECTS = test-inttostr.$(OBJEXT) +- test_inttostr_LDADD = $(LDADD) +- test_inttostr_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_inttypes_h_SOURCES = test-inttypes-h.c +- test_inttypes_h_OBJECTS = test-inttypes-h.$(OBJEXT) +- test_inttypes_h_LDADD = $(LDADD) +- test_inttypes_h_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_ioctl_SOURCES = test-ioctl.c +- test_ioctl_OBJECTS = test-ioctl.$(OBJEXT) +- test_ioctl_LDADD = $(LDADD) +- test_ioctl_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \ +- ../lib/libdiffutils.a libtests.a $(am__DEPENDENCIES_1) +- test_isblank_SOURCES = test-isblank.c +- test_isblank_OBJECTS = test-isblank.$(OBJEXT) +- test_isblank_LDADD = $(LDADD) +- test_isblank_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_isnand_nolibm_SOURCES = test-isnand-nolibm.c +- test_isnand_nolibm_OBJECTS = test-isnand-nolibm.$(OBJEXT) +- test_isnand_nolibm_LDADD = $(LDADD) +- test_isnand_nolibm_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_isnanf_nolibm_SOURCES = test-isnanf-nolibm.c +- test_isnanf_nolibm_OBJECTS = test-isnanf-nolibm.$(OBJEXT) +- test_isnanf_nolibm_LDADD = $(LDADD) +- test_isnanf_nolibm_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_isnanl_nolibm_SOURCES = test-isnanl-nolibm.c +- test_isnanl_nolibm_OBJECTS = test-isnanl-nolibm.$(OBJEXT) +- test_isnanl_nolibm_LDADD = $(LDADD) +- test_isnanl_nolibm_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_iswblank_SOURCES = test-iswblank.c +- test_iswblank_OBJECTS = test-iswblank.$(OBJEXT) +- test_iswblank_LDADD = $(LDADD) +- test_iswblank_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_iswctype_SOURCES = test-iswctype.c +- test_iswctype_OBJECTS = test-iswctype.$(OBJEXT) +- test_iswctype_LDADD = $(LDADD) +- test_iswctype_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_iswdigit_SOURCES = test-iswdigit.c +- test_iswdigit_OBJECTS = test-iswdigit.$(OBJEXT) +- test_iswdigit_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +- $(am__DEPENDENCIES_1) +- test_iswpunct_SOURCES = test-iswpunct.c +- test_iswpunct_OBJECTS = test-iswpunct.$(OBJEXT) +- test_iswpunct_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +- $(am__DEPENDENCIES_1) +- test_iswxdigit_SOURCES = test-iswxdigit.c +- test_iswxdigit_OBJECTS = test-iswxdigit.$(OBJEXT) +- test_iswxdigit_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +- $(am__DEPENDENCIES_1) +- test_langinfo_h_SOURCES = test-langinfo-h.c +- test_langinfo_h_OBJECTS = test-langinfo-h.$(OBJEXT) +- test_langinfo_h_LDADD = $(LDADD) +- test_langinfo_h_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_largefile_SOURCES = test-largefile.c +- test_largefile_OBJECTS = test-largefile.$(OBJEXT) +- test_largefile_LDADD = $(LDADD) +- test_largefile_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_limits_h_SOURCES = test-limits-h.c +- test_limits_h_OBJECTS = test-limits-h.$(OBJEXT) +- test_limits_h_LDADD = $(LDADD) +- test_limits_h_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_listen_SOURCES = test-listen.c +- test_listen_OBJECTS = test-listen.$(OBJEXT) +- test_listen_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_localcharset_SOURCES = test-localcharset.c +- test_localcharset_OBJECTS = test-localcharset.$(OBJEXT) +- test_localcharset_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_localcharset_w32utf8_SOURCES = test-localcharset-w32utf8.c +- test_localcharset_w32utf8_OBJECTS = \ +- test-localcharset-w32utf8.$(OBJEXT) +- @OS_IS_NATIVE_WINDOWS_TRUE@test_localcharset_w32utf8_DEPENDENCIES = \ +- @OS_IS_NATIVE_WINDOWS_TRUE@ $(am__DEPENDENCIES_2) \ +- @OS_IS_NATIVE_WINDOWS_TRUE@ test-localcharset-windows-utf8.res +- test_locale_h_SOURCES = test-locale-h.c +- test_locale_h_OBJECTS = test-locale-h.$(OBJEXT) +- test_locale_h_LDADD = $(LDADD) +- test_locale_h_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_localeconv_SOURCES = test-localeconv.c +- test_localeconv_OBJECTS = test-localeconv.$(OBJEXT) +- test_localeconv_LDADD = $(LDADD) +- test_localeconv_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_localtime_r_SOURCES = test-localtime_r.c +- test_localtime_r_OBJECTS = test-localtime_r.$(OBJEXT) +- test_localtime_r_LDADD = $(LDADD) +- test_localtime_r_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_localtime_r_mt_SOURCES = test-localtime_r-mt.c +- test_localtime_r_mt_OBJECTS = test-localtime_r-mt.$(OBJEXT) +- test_localtime_r_mt_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +- test_lstat_SOURCES = test-lstat.c +- test_lstat_OBJECTS = test-lstat.$(OBJEXT) +- test_lstat_LDADD = $(LDADD) +- test_lstat_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \ +- ../lib/libdiffutils.a libtests.a $(am__DEPENDENCIES_1) +- test_malloc_gnu_SOURCES = test-malloc-gnu.c +- test_malloc_gnu_OBJECTS = test-malloc-gnu.$(OBJEXT) +- test_malloc_gnu_LDADD = $(LDADD) +- test_malloc_gnu_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_malloc_posix_SOURCES = test-malloc-posix.c +- test_malloc_posix_OBJECTS = test-malloc-posix.$(OBJEXT) +- test_malloc_posix_LDADD = $(LDADD) +- test_malloc_posix_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_malloca_SOURCES = test-malloca.c +- test_malloca_OBJECTS = test-malloca.$(OBJEXT) +- test_malloca_LDADD = $(LDADD) +- test_malloca_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_math_h_SOURCES = test-math-h.c +- test_math_h_OBJECTS = test-math-h.$(OBJEXT) +- test_math_h_LDADD = $(LDADD) +- test_math_h_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \ +- ../lib/libdiffutils.a libtests.a $(am__DEPENDENCIES_1) +- test_mbrtoc32_SOURCES = test-mbrtoc32.c +- test_mbrtoc32_OBJECTS = test-mbrtoc32.$(OBJEXT) +- test_mbrtoc32_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +- $(am__DEPENDENCIES_1) +- test_mbrtoc32_w32_SOURCES = test-mbrtoc32-w32.c +- test_mbrtoc32_w32_OBJECTS = test-mbrtoc32-w32.$(OBJEXT) +- test_mbrtoc32_w32_LDADD = $(LDADD) +- test_mbrtoc32_w32_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_mbrtowc_SOURCES = test-mbrtowc.c +- test_mbrtowc_OBJECTS = test-mbrtowc.$(OBJEXT) +- test_mbrtowc_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +- $(am__DEPENDENCIES_1) +- test_mbrtowc_w32_SOURCES = test-mbrtowc-w32.c +- test_mbrtowc_w32_OBJECTS = test-mbrtowc-w32.$(OBJEXT) +- test_mbrtowc_w32_LDADD = $(LDADD) +- test_mbrtowc_w32_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_mbrtowc_w32utf8_SOURCES = test-mbrtowc-w32utf8.c +- test_mbrtowc_w32utf8_OBJECTS = test-mbrtowc-w32utf8.$(OBJEXT) +- @OS_IS_NATIVE_WINDOWS_TRUE@test_mbrtowc_w32utf8_DEPENDENCIES = \ +- @OS_IS_NATIVE_WINDOWS_TRUE@ $(am__DEPENDENCIES_2) \ +- @OS_IS_NATIVE_WINDOWS_TRUE@ test-mbrtowc-windows-utf8.res +- test_mbscasecmp_SOURCES = test-mbscasecmp.c +- test_mbscasecmp_OBJECTS = test-mbscasecmp.$(OBJEXT) +- test_mbscasecmp_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +- $(am__DEPENDENCIES_1) +- test_mbsinit_SOURCES = test-mbsinit.c +- test_mbsinit_OBJECTS = test-mbsinit.$(OBJEXT) +- test_mbsinit_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +- $(am__DEPENDENCIES_1) +- test_mbsrtoc32s_SOURCES = test-mbsrtoc32s.c +- test_mbsrtoc32s_OBJECTS = test-mbsrtoc32s.$(OBJEXT) +- test_mbsrtoc32s_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +- $(am__DEPENDENCIES_1) +- test_mbsrtowcs_SOURCES = test-mbsrtowcs.c +- test_mbsrtowcs_OBJECTS = test-mbsrtowcs.$(OBJEXT) +- test_mbsrtowcs_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +- $(am__DEPENDENCIES_1) +- test_mcel_SOURCES = test-mcel.c +- test_mcel_OBJECTS = test-mcel.$(OBJEXT) +- test_mcel_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) +- test_memchr_SOURCES = test-memchr.c +- test_memchr_OBJECTS = test-memchr.$(OBJEXT) +- test_memchr_LDADD = $(LDADD) +- test_memchr_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \ +- ../lib/libdiffutils.a libtests.a $(am__DEPENDENCIES_1) +- test_memrchr_SOURCES = test-memrchr.c +- test_memrchr_OBJECTS = test-memrchr.$(OBJEXT) +- test_memrchr_LDADD = $(LDADD) +- test_memrchr_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_mkdir_SOURCES = test-mkdir.c +- test_mkdir_OBJECTS = test-mkdir.$(OBJEXT) +- test_mkdir_LDADD = $(LDADD) +- test_mkdir_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \ +- ../lib/libdiffutils.a libtests.a $(am__DEPENDENCIES_1) +- test_nanosleep_SOURCES = test-nanosleep.c +- test_nanosleep_OBJECTS = test-nanosleep.$(OBJEXT) +- test_nanosleep_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +- $(am__DEPENDENCIES_1) +- test_netinet_in_h_SOURCES = test-netinet_in-h.c +- test_netinet_in_h_OBJECTS = test-netinet_in-h.$(OBJEXT) +- test_netinet_in_h_LDADD = $(LDADD) +- test_netinet_in_h_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_nl_langinfo_mt_SOURCES = test-nl_langinfo-mt.c +- test_nl_langinfo_mt_OBJECTS = test-nl_langinfo-mt.$(OBJEXT) +- test_nl_langinfo_mt_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +- test_nl_langinfo1_SOURCES = test-nl_langinfo1.c +- test_nl_langinfo1_OBJECTS = test-nl_langinfo1.$(OBJEXT) +- test_nl_langinfo1_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_nl_langinfo2_SOURCES = test-nl_langinfo2.c +- test_nl_langinfo2_OBJECTS = test-nl_langinfo2.$(OBJEXT) +- test_nl_langinfo2_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_nstrftime_SOURCES = test-nstrftime.c +- test_nstrftime_OBJECTS = test-nstrftime.$(OBJEXT) +- test_nstrftime_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_nullptr_SOURCES = test-nullptr.c +- test_nullptr_OBJECTS = test-nullptr.$(OBJEXT) +- test_nullptr_LDADD = $(LDADD) +- test_nullptr_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- am_test_once1_OBJECTS = test-once.$(OBJEXT) +- test_once1_OBJECTS = $(am_test_once1_OBJECTS) +- test_once1_DEPENDENCIES = $(am__DEPENDENCIES_2) +- am_test_once2_OBJECTS = test-once.$(OBJEXT) +- test_once2_OBJECTS = $(am_test_once2_OBJECTS) +- test_once2_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_open_SOURCES = test-open.c +- test_open_OBJECTS = test-open.$(OBJEXT) +- test_open_LDADD = $(LDADD) +- test_open_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \ +- ../lib/libdiffutils.a libtests.a $(am__DEPENDENCIES_1) +- test_openat_SOURCES = test-openat.c +- test_openat_OBJECTS = test-openat.$(OBJEXT) +- test_openat_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_pathmax_SOURCES = test-pathmax.c +- test_pathmax_OBJECTS = test-pathmax.$(OBJEXT) +- test_pathmax_LDADD = $(LDADD) +- test_pathmax_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_perror_SOURCES = test-perror.c +- test_perror_OBJECTS = test-perror.$(OBJEXT) +- test_perror_LDADD = $(LDADD) +- test_perror_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \ +- ../lib/libdiffutils.a libtests.a $(am__DEPENDENCIES_1) +- test_perror2_SOURCES = test-perror2.c +- test_perror2_OBJECTS = test-perror2.$(OBJEXT) +- test_perror2_LDADD = $(LDADD) +- test_perror2_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_pipe_SOURCES = test-pipe.c +- test_pipe_OBJECTS = test-pipe.$(OBJEXT) +- test_pipe_LDADD = $(LDADD) +- test_pipe_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \ +- ../lib/libdiffutils.a libtests.a $(am__DEPENDENCIES_1) +- test_popen_SOURCES = test-popen.c +- test_popen_OBJECTS = test-popen.$(OBJEXT) +- test_popen_LDADD = $(LDADD) +- test_popen_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \ +- ../lib/libdiffutils.a libtests.a $(am__DEPENDENCIES_1) +- test_priv_set_SOURCES = test-priv-set.c +- test_priv_set_OBJECTS = test-priv-set.$(OBJEXT) +- test_priv_set_LDADD = $(LDADD) +- test_priv_set_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_pselect_SOURCES = test-pselect.c +- test_pselect_OBJECTS = test-pselect.$(OBJEXT) +- test_pselect_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +- $(am__DEPENDENCIES_1) +- test_pthread_SOURCES = test-pthread.c +- test_pthread_OBJECTS = test-pthread.$(OBJEXT) +- test_pthread_LDADD = $(LDADD) +- test_pthread_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_pthread_cond_SOURCES = test-pthread-cond.c +- test_pthread_cond_OBJECTS = test-pthread-cond.$(OBJEXT) +- test_pthread_cond_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_pthread_mutex_SOURCES = test-pthread-mutex.c +- test_pthread_mutex_OBJECTS = test-pthread-mutex.$(OBJEXT) +- test_pthread_mutex_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_pthread_mutex_type_SOURCES = test-pthread-mutex-type.c +- test_pthread_mutex_type_OBJECTS = test-pthread-mutex-type.$(OBJEXT) +- test_pthread_mutex_type_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_pthread_once1_SOURCES = test-pthread-once1.c +- test_pthread_once1_OBJECTS = test-pthread-once1.$(OBJEXT) +- test_pthread_once1_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_pthread_once2_SOURCES = test-pthread-once2.c +- test_pthread_once2_OBJECTS = test-pthread-once2.$(OBJEXT) +- test_pthread_once2_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_pthread_rwlock_SOURCES = test-pthread-rwlock.c +- test_pthread_rwlock_OBJECTS = test-pthread-rwlock.$(OBJEXT) +- test_pthread_rwlock_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_pthread_thread_SOURCES = test-pthread-thread.c +- test_pthread_thread_OBJECTS = test-pthread-thread.$(OBJEXT) +- test_pthread_thread_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_pthread_sigmask1_SOURCES = test-pthread_sigmask1.c +- test_pthread_sigmask1_OBJECTS = test-pthread_sigmask1.$(OBJEXT) +- test_pthread_sigmask1_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_pthread_sigmask2_SOURCES = test-pthread_sigmask2.c +- test_pthread_sigmask2_OBJECTS = test-pthread_sigmask2.$(OBJEXT) +- test_pthread_sigmask2_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_putenv_SOURCES = test-putenv.c +- test_putenv_OBJECTS = test-putenv.$(OBJEXT) +- test_putenv_LDADD = $(LDADD) +- test_putenv_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \ +- ../lib/libdiffutils.a libtests.a $(am__DEPENDENCIES_1) +- test_quotearg_simple_SOURCES = test-quotearg-simple.c +- test_quotearg_simple_OBJECTS = test-quotearg-simple.$(OBJEXT) +- test_quotearg_simple_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +- $(am__DEPENDENCIES_1) +- test_raise_SOURCES = test-raise.c +- test_raise_OBJECTS = test-raise.$(OBJEXT) +- test_raise_LDADD = $(LDADD) +- test_raise_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \ +- ../lib/libdiffutils.a libtests.a $(am__DEPENDENCIES_1) +- test_random_SOURCES = test-random.c +- test_random_OBJECTS = test-random.$(OBJEXT) +- test_random_LDADD = $(LDADD) +- test_random_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \ +- ../lib/libdiffutils.a libtests.a $(am__DEPENDENCIES_1) +- test_random_mt_SOURCES = test-random-mt.c +- test_random_mt_OBJECTS = test-random-mt.$(OBJEXT) +- test_random_mt_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ +- $(am__DEPENDENCIES_1) +- test_random_r_SOURCES = test-random_r.c +- test_random_r_OBJECTS = test-random_r.$(OBJEXT) +- test_random_r_LDADD = $(LDADD) +- test_random_r_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_rawmemchr_SOURCES = test-rawmemchr.c +- test_rawmemchr_OBJECTS = test-rawmemchr.$(OBJEXT) +- test_rawmemchr_LDADD = $(LDADD) +- test_rawmemchr_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_readlink_SOURCES = test-readlink.c +- test_readlink_OBJECTS = test-readlink.$(OBJEXT) +- test_readlink_LDADD = $(LDADD) +- test_readlink_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_readlinkat_SOURCES = test-readlinkat.c +- test_readlinkat_OBJECTS = test-readlinkat.$(OBJEXT) +- test_readlinkat_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_realloc_posix_SOURCES = test-realloc-posix.c +- test_realloc_posix_OBJECTS = test-realloc-posix.$(OBJEXT) +- test_realloc_posix_LDADD = $(LDADD) +- test_realloc_posix_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_reallocarray_SOURCES = test-reallocarray.c +- test_reallocarray_OBJECTS = test-reallocarray.$(OBJEXT) +- test_reallocarray_LDADD = $(LDADD) +- test_reallocarray_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_regex_SOURCES = test-regex.c +- test_regex_OBJECTS = test-regex.$(OBJEXT) +- test_regex_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \ +- $(am__DEPENDENCIES_1) +- test_rmdir_SOURCES = test-rmdir.c +- test_rmdir_OBJECTS = test-rmdir.$(OBJEXT) +- test_rmdir_LDADD = $(LDADD) +- test_rmdir_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \ +- ../lib/libdiffutils.a libtests.a $(am__DEPENDENCIES_1) +- test_sched_h_SOURCES = test-sched-h.c +- test_sched_h_OBJECTS = test-sched-h.$(OBJEXT) +- test_sched_h_LDADD = $(LDADD) +- test_sched_h_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_select_SOURCES = test-select.c +- test_select_OBJECTS = test-select.$(OBJEXT) +- test_select_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) +- test_select_fd_SOURCES = test-select-fd.c +- test_select_fd_OBJECTS = test-select-fd.$(OBJEXT) +- test_select_fd_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_select_stdin_SOURCES = test-select-stdin.c +- test_select_stdin_OBJECTS = test-select-stdin.$(OBJEXT) +- test_select_stdin_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_setenv_SOURCES = test-setenv.c +- test_setenv_OBJECTS = test-setenv.$(OBJEXT) +- test_setenv_LDADD = $(LDADD) +- test_setenv_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \ +- ../lib/libdiffutils.a libtests.a $(am__DEPENDENCIES_1) +- test_setlocale_null_SOURCES = test-setlocale_null.c +- test_setlocale_null_OBJECTS = test-setlocale_null.$(OBJEXT) +- test_setlocale_null_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_setlocale_null_mt_all_SOURCES = test-setlocale_null-mt-all.c +- test_setlocale_null_mt_all_OBJECTS = \ +- test-setlocale_null-mt-all.$(OBJEXT) +- test_setlocale_null_mt_all_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +- test_setlocale_null_mt_one_SOURCES = test-setlocale_null-mt-one.c +- test_setlocale_null_mt_one_OBJECTS = \ +- test-setlocale_null-mt-one.$(OBJEXT) +- test_setlocale_null_mt_one_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +- test_setlocale_null_unlocked_SOURCES = test-setlocale_null-unlocked.c +- test_setlocale_null_unlocked_OBJECTS = \ +- test-setlocale_null-unlocked.$(OBJEXT) +- test_setlocale_null_unlocked_LDADD = $(LDADD) +- test_setlocale_null_unlocked_DEPENDENCIES = libtests.a \ +- ../lib/libdiffutils.a libtests.a ../lib/libdiffutils.a \ +- libtests.a $(am__DEPENDENCIES_1) +- test_setsockopt_SOURCES = test-setsockopt.c +- test_setsockopt_OBJECTS = test-setsockopt.$(OBJEXT) +- test_setsockopt_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_sh_quote_SOURCES = test-sh-quote.c +- test_sh_quote_OBJECTS = test-sh-quote.$(OBJEXT) +- test_sh_quote_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +- $(am__DEPENDENCIES_1) +- test_sigaction_SOURCES = test-sigaction.c +- test_sigaction_OBJECTS = test-sigaction.$(OBJEXT) +- test_sigaction_LDADD = $(LDADD) +- test_sigaction_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_signal_h_SOURCES = test-signal-h.c +- test_signal_h_OBJECTS = test-signal-h.$(OBJEXT) +- test_signal_h_LDADD = $(LDADD) +- test_signal_h_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_signbit_SOURCES = test-signbit.c +- test_signbit_OBJECTS = test-signbit.$(OBJEXT) +- test_signbit_LDADD = $(LDADD) +- test_signbit_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_sigprocmask_SOURCES = test-sigprocmask.c +- test_sigprocmask_OBJECTS = test-sigprocmask.$(OBJEXT) +- test_sigprocmask_LDADD = $(LDADD) +- test_sigprocmask_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_sigsegv_catch_segv1_SOURCES = test-sigsegv-catch-segv1.c +- test_sigsegv_catch_segv1_OBJECTS = test-sigsegv-catch-segv1.$(OBJEXT) +- test_sigsegv_catch_segv1_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +- $(am__DEPENDENCIES_1) +- test_sigsegv_catch_segv2_SOURCES = test-sigsegv-catch-segv2.c +- test_sigsegv_catch_segv2_OBJECTS = test-sigsegv-catch-segv2.$(OBJEXT) +- test_sigsegv_catch_segv2_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +- $(am__DEPENDENCIES_1) +- test_sigsegv_catch_stackoverflow1_SOURCES = \ +- test-sigsegv-catch-stackoverflow1.c +- test_sigsegv_catch_stackoverflow1_OBJECTS = \ +- test-sigsegv-catch-stackoverflow1.$(OBJEXT) +- test_sigsegv_catch_stackoverflow1_DEPENDENCIES = \ +- $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) +- test_sigsegv_catch_stackoverflow2_SOURCES = \ +- test-sigsegv-catch-stackoverflow2.c +- test_sigsegv_catch_stackoverflow2_OBJECTS = \ +- test-sigsegv-catch-stackoverflow2.$(OBJEXT) +- test_sigsegv_catch_stackoverflow2_DEPENDENCIES = \ +- $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) +- test_sleep_SOURCES = test-sleep.c +- test_sleep_OBJECTS = test-sleep.$(OBJEXT) +- test_sleep_LDADD = $(LDADD) +- test_sleep_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \ +- ../lib/libdiffutils.a libtests.a $(am__DEPENDENCIES_1) +- test_snprintf_SOURCES = test-snprintf.c +- test_snprintf_OBJECTS = test-snprintf.$(OBJEXT) +- test_snprintf_LDADD = $(LDADD) +- test_snprintf_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_sockets_SOURCES = test-sockets.c +- test_sockets_OBJECTS = test-sockets.$(OBJEXT) +- test_sockets_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_stat_SOURCES = test-stat.c +- test_stat_OBJECTS = test-stat.$(OBJEXT) +- test_stat_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) +- test_stat_time_SOURCES = test-stat-time.c +- test_stat_time_OBJECTS = test-stat-time.$(OBJEXT) +- test_stat_time_DEPENDENCIES = $(am__DEPENDENCIES_2) \ +- $(am__DEPENDENCIES_1) +- test_stdbit_h_SOURCES = test-stdbit-h.c +- test_stdbit_h_OBJECTS = test-stdbit-h.$(OBJEXT) +- test_stdbit_h_LDADD = $(LDADD) +- test_stdbit_h_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- am_test_stdc_bit_width_OBJECTS = \ +- from-glibc/test_stdc_bit_width-tst-stdc_bit_width.$(OBJEXT) +- test_stdc_bit_width_OBJECTS = $(am_test_stdc_bit_width_OBJECTS) +- test_stdc_bit_width_LDADD = $(LDADD) +- test_stdc_bit_width_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- am_test_stdc_leading_zeros_OBJECTS = from-glibc/test_stdc_leading_zeros-tst-stdc_leading_zeros.$(OBJEXT) +- test_stdc_leading_zeros_OBJECTS = \ +- $(am_test_stdc_leading_zeros_OBJECTS) +- test_stdc_leading_zeros_LDADD = $(LDADD) +- test_stdc_leading_zeros_DEPENDENCIES = libtests.a \ +- ../lib/libdiffutils.a libtests.a ../lib/libdiffutils.a \ +- libtests.a $(am__DEPENDENCIES_1) +- test_stdckdint_h_SOURCES = test-stdckdint-h.c +- test_stdckdint_h_OBJECTS = test-stdckdint-h.$(OBJEXT) +- test_stdckdint_h_LDADD = $(LDADD) +- test_stdckdint_h_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_stddef_h_SOURCES = test-stddef-h.c +- test_stddef_h_OBJECTS = test-stddef-h.$(OBJEXT) +- test_stddef_h_LDADD = $(LDADD) +- test_stddef_h_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_stdint_h_SOURCES = test-stdint-h.c +- test_stdint_h_OBJECTS = test-stdint-h.$(OBJEXT) +- test_stdint_h_LDADD = $(LDADD) +- test_stdint_h_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_stdio_h_SOURCES = test-stdio-h.c +- test_stdio_h_OBJECTS = test-stdio-h.$(OBJEXT) +- test_stdio_h_LDADD = $(LDADD) +- test_stdio_h_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_stdlib_h_SOURCES = test-stdlib-h.c +- test_stdlib_h_OBJECTS = test-stdlib-h.$(OBJEXT) +- test_stdlib_h_LDADD = $(LDADD) +- test_stdlib_h_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_str_startswith_SOURCES = test-str_startswith.c +- test_str_startswith_OBJECTS = test-str_startswith.$(OBJEXT) +- test_str_startswith_LDADD = $(LDADD) +- test_str_startswith_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_strerror_SOURCES = test-strerror.c +- test_strerror_OBJECTS = test-strerror.$(OBJEXT) +- test_strerror_LDADD = $(LDADD) +- test_strerror_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_strerror_r_SOURCES = test-strerror_r.c +- test_strerror_r_OBJECTS = test-strerror_r.$(OBJEXT) +- test_strerror_r_LDADD = $(LDADD) +- test_strerror_r_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_string_h_SOURCES = test-string-h.c +- test_string_h_OBJECTS = test-string-h.$(OBJEXT) +- test_string_h_LDADD = $(LDADD) +- test_string_h_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_strings_h_SOURCES = test-strings-h.c +- test_strings_h_OBJECTS = test-strings-h.$(OBJEXT) +- test_strings_h_LDADD = $(LDADD) +- test_strings_h_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_strnlen_SOURCES = test-strnlen.c +- test_strnlen_OBJECTS = test-strnlen.$(OBJEXT) +- test_strnlen_LDADD = $(LDADD) +- test_strnlen_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_strtoimax_SOURCES = test-strtoimax.c +- test_strtoimax_OBJECTS = test-strtoimax.$(OBJEXT) +- test_strtoimax_LDADD = $(LDADD) +- test_strtoimax_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_strtoll_SOURCES = test-strtoll.c +- test_strtoll_OBJECTS = test-strtoll.$(OBJEXT) +- test_strtoll_LDADD = $(LDADD) +- test_strtoll_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_symlink_SOURCES = test-symlink.c +- test_symlink_OBJECTS = test-symlink.$(OBJEXT) +- test_symlink_LDADD = $(LDADD) +- test_symlink_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_symlinkat_SOURCES = test-symlinkat.c +- test_symlinkat_OBJECTS = test-symlinkat.$(OBJEXT) +- test_symlinkat_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_sys_ioctl_h_SOURCES = test-sys_ioctl-h.c +- test_sys_ioctl_h_OBJECTS = test-sys_ioctl-h.$(OBJEXT) +- test_sys_ioctl_h_LDADD = $(LDADD) +- test_sys_ioctl_h_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_sys_random_h_SOURCES = test-sys_random-h.c +- test_sys_random_h_OBJECTS = test-sys_random-h.$(OBJEXT) +- test_sys_random_h_LDADD = $(LDADD) +- test_sys_random_h_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_sys_select_h_SOURCES = test-sys_select-h.c +- test_sys_select_h_OBJECTS = test-sys_select-h.$(OBJEXT) +- test_sys_select_h_LDADD = $(LDADD) +- test_sys_select_h_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_sys_socket_h_SOURCES = test-sys_socket-h.c +- test_sys_socket_h_OBJECTS = test-sys_socket-h.$(OBJEXT) +- test_sys_socket_h_LDADD = $(LDADD) +- test_sys_socket_h_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_sys_stat_h_SOURCES = test-sys_stat-h.c +- test_sys_stat_h_OBJECTS = test-sys_stat-h.$(OBJEXT) +- test_sys_stat_h_LDADD = $(LDADD) +- test_sys_stat_h_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_sys_time_h_SOURCES = test-sys_time-h.c +- test_sys_time_h_OBJECTS = test-sys_time-h.$(OBJEXT) +- test_sys_time_h_LDADD = $(LDADD) +- test_sys_time_h_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_sys_types_h_SOURCES = test-sys_types-h.c +- test_sys_types_h_OBJECTS = test-sys_types-h.$(OBJEXT) +- test_sys_types_h_LDADD = $(LDADD) +- test_sys_types_h_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_sys_uio_h_SOURCES = test-sys_uio-h.c +- test_sys_uio_h_OBJECTS = test-sys_uio-h.$(OBJEXT) +- test_sys_uio_h_LDADD = $(LDADD) +- test_sys_uio_h_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_sys_wait_h_SOURCES = test-sys_wait-h.c +- test_sys_wait_h_OBJECTS = test-sys_wait-h.$(OBJEXT) +- test_sys_wait_h_LDADD = $(LDADD) +- test_sys_wait_h_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_thread_create_SOURCES = test-thread_create.c +- test_thread_create_OBJECTS = test-thread_create.$(OBJEXT) +- test_thread_create_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_thread_self_SOURCES = test-thread_self.c +- test_thread_self_OBJECTS = test-thread_self.$(OBJEXT) +- test_thread_self_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_time_SOURCES = test-time.c +- test_time_OBJECTS = test-time.$(OBJEXT) +- test_time_LDADD = $(LDADD) +- test_time_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \ +- ../lib/libdiffutils.a libtests.a $(am__DEPENDENCIES_1) +- test_time_h_SOURCES = test-time-h.c +- test_time_h_OBJECTS = test-time-h.$(OBJEXT) +- test_time_h_LDADD = $(LDADD) +- test_time_h_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \ +- ../lib/libdiffutils.a libtests.a $(am__DEPENDENCIES_1) +- test_timespec_SOURCES = test-timespec.c +- test_timespec_OBJECTS = test-timespec.$(OBJEXT) +- test_timespec_LDADD = $(LDADD) +- test_timespec_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_timespec_get_SOURCES = test-timespec_get.c +- test_timespec_get_OBJECTS = test-timespec_get.$(OBJEXT) +- test_timespec_get_DEPENDENCIES = $(am__DEPENDENCIES_2) +- am_test_u32_chr_OBJECTS = unistr/test-u32-chr.$(OBJEXT) +- test_u32_chr_OBJECTS = $(am_test_u32_chr_OBJECTS) +- test_u32_chr_DEPENDENCIES = $(am__DEPENDENCIES_2) +- am_test_u32_cpy_OBJECTS = unistr/test-u32-cpy.$(OBJEXT) +- test_u32_cpy_OBJECTS = $(am_test_u32_cpy_OBJECTS) +- test_u32_cpy_DEPENDENCIES = $(am__DEPENDENCIES_2) +- am_test_u32_pcpy_OBJECTS = unistr/test-u32-pcpy.$(OBJEXT) +- test_u32_pcpy_OBJECTS = $(am_test_u32_pcpy_OBJECTS) +- test_u32_pcpy_DEPENDENCIES = $(am__DEPENDENCIES_2) +- am_test_u32_set_OBJECTS = unistr/test-u32-set.$(OBJEXT) +- test_u32_set_OBJECTS = $(am_test_u32_set_OBJECTS) +- test_u32_set_DEPENDENCIES = $(am__DEPENDENCIES_2) +- am_test_u32_strcat_OBJECTS = unistr/test-u32-strcat.$(OBJEXT) +- test_u32_strcat_OBJECTS = $(am_test_u32_strcat_OBJECTS) +- test_u32_strcat_DEPENDENCIES = $(am__DEPENDENCIES_2) +- am_test_u32_strlen_OBJECTS = unistr/test-u32-strlen.$(OBJEXT) +- test_u32_strlen_OBJECTS = $(am_test_u32_strlen_OBJECTS) +- test_u32_strlen_DEPENDENCIES = $(am__DEPENDENCIES_2) +- am_test_uc_tolower_OBJECTS = unicase/test-uc_tolower.$(OBJEXT) +- test_uc_tolower_OBJECTS = $(am_test_uc_tolower_OBJECTS) +- test_uc_tolower_DEPENDENCIES = $(am__DEPENDENCIES_2) +- am_test_uc_width_OBJECTS = uniwidth/test-uc_width.$(OBJEXT) +- test_uc_width_OBJECTS = $(am_test_uc_width_OBJECTS) +- test_uc_width_DEPENDENCIES = $(am__DEPENDENCIES_2) +- am_test_uc_width2_OBJECTS = uniwidth/test-uc_width2.$(OBJEXT) +- test_uc_width2_OBJECTS = $(am_test_uc_width2_OBJECTS) +- test_uc_width2_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_uchar_h_SOURCES = test-uchar-h.c +- test_uchar_h_OBJECTS = test-uchar-h.$(OBJEXT) +- test_uchar_h_LDADD = $(LDADD) +- test_uchar_h_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_unistd_h_SOURCES = test-unistd-h.c +- test_unistd_h_OBJECTS = test-unistd-h.$(OBJEXT) +- test_unistd_h_LDADD = $(LDADD) +- test_unistd_h_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_unlink_SOURCES = test-unlink.c +- test_unlink_OBJECTS = test-unlink.$(OBJEXT) +- test_unlink_LDADD = $(LDADD) +- test_unlink_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \ +- ../lib/libdiffutils.a libtests.a $(am__DEPENDENCIES_1) +- test_unlinkat_SOURCES = test-unlinkat.c +- test_unlinkat_OBJECTS = test-unlinkat.$(OBJEXT) +- test_unlinkat_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_unsetenv_SOURCES = test-unsetenv.c +- test_unsetenv_OBJECTS = test-unsetenv.$(OBJEXT) +- test_unsetenv_LDADD = $(LDADD) +- test_unsetenv_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_vasnprintf_SOURCES = test-vasnprintf.c +- test_vasnprintf_OBJECTS = test-vasnprintf.$(OBJEXT) +- test_vasnprintf_LDADD = $(LDADD) +- test_vasnprintf_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_verify_SOURCES = test-verify.c +- test_verify_OBJECTS = test-verify.$(OBJEXT) +- test_verify_LDADD = $(LDADD) +- test_verify_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \ +- ../lib/libdiffutils.a libtests.a $(am__DEPENDENCIES_1) +- test_verify_try_SOURCES = test-verify-try.c +- test_verify_try_OBJECTS = test-verify-try.$(OBJEXT) +- test_verify_try_LDADD = $(LDADD) +- test_verify_try_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_version_etc_SOURCES = test-version-etc.c +- test_version_etc_OBJECTS = test-version-etc.$(OBJEXT) +- test_version_etc_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_wchar_h_SOURCES = test-wchar-h.c +- test_wchar_h_OBJECTS = test-wchar-h.$(OBJEXT) +- test_wchar_h_LDADD = $(LDADD) +- test_wchar_h_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_wcrtomb_SOURCES = test-wcrtomb.c +- test_wcrtomb_OBJECTS = test-wcrtomb.$(OBJEXT) +- test_wcrtomb_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_wcrtomb_w32_SOURCES = test-wcrtomb-w32.c +- test_wcrtomb_w32_OBJECTS = test-wcrtomb-w32.$(OBJEXT) +- test_wcrtomb_w32_LDADD = $(LDADD) +- test_wcrtomb_w32_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_wctype_SOURCES = test-wctype.c +- test_wctype_OBJECTS = test-wctype.$(OBJEXT) +- test_wctype_LDADD = $(LDADD) +- test_wctype_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \ +- ../lib/libdiffutils.a libtests.a $(am__DEPENDENCIES_1) +- test_wctype_h_SOURCES = test-wctype-h.c +- test_wctype_h_OBJECTS = test-wctype-h.$(OBJEXT) +- test_wctype_h_LDADD = $(LDADD) +- test_wctype_h_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_wcwidth_SOURCES = test-wcwidth.c +- test_wcwidth_OBJECTS = test-wcwidth.$(OBJEXT) +- test_wcwidth_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_windows_mutex_type_SOURCES = test-windows-mutex-type.c +- test_windows_mutex_type_OBJECTS = test-windows-mutex-type.$(OBJEXT) +- test_windows_mutex_type_LDADD = $(LDADD) +- test_windows_mutex_type_DEPENDENCIES = libtests.a \ +- ../lib/libdiffutils.a libtests.a ../lib/libdiffutils.a \ +- libtests.a $(am__DEPENDENCIES_1) +- test_windows_recmutex_type_SOURCES = test-windows-recmutex-type.c +- test_windows_recmutex_type_OBJECTS = \ +- test-windows-recmutex-type.$(OBJEXT) +- test_windows_recmutex_type_LDADD = $(LDADD) +- test_windows_recmutex_type_DEPENDENCIES = libtests.a \ +- ../lib/libdiffutils.a libtests.a ../lib/libdiffutils.a \ +- libtests.a $(am__DEPENDENCIES_1) +- test_windows_timedmutex_type_SOURCES = test-windows-timedmutex-type.c +- test_windows_timedmutex_type_OBJECTS = \ +- test-windows-timedmutex-type.$(OBJEXT) +- test_windows_timedmutex_type_LDADD = $(LDADD) +- test_windows_timedmutex_type_DEPENDENCIES = libtests.a \ +- ../lib/libdiffutils.a libtests.a ../lib/libdiffutils.a \ +- libtests.a $(am__DEPENDENCIES_1) +- test_windows_timedrecmutex_type_SOURCES = \ +- test-windows-timedrecmutex-type.c +- test_windows_timedrecmutex_type_OBJECTS = \ +- test-windows-timedrecmutex-type.$(OBJEXT) +- test_windows_timedrecmutex_type_LDADD = $(LDADD) +- test_windows_timedrecmutex_type_DEPENDENCIES = libtests.a \ +- ../lib/libdiffutils.a libtests.a ../lib/libdiffutils.a \ +- libtests.a $(am__DEPENDENCIES_1) +- test_wmemchr_SOURCES = test-wmemchr.c +- test_wmemchr_OBJECTS = test-wmemchr.$(OBJEXT) +- test_wmemchr_LDADD = $(LDADD) +- test_wmemchr_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) +- test_xalloc_die_SOURCES = test-xalloc-die.c +- test_xalloc_die_OBJECTS = test-xalloc-die.$(OBJEXT) +- test_xalloc_die_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_xstdopen_SOURCES = test-xstdopen.c +- test_xstdopen_OBJECTS = test-xstdopen.$(OBJEXT) +- test_xstdopen_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_xstrtoimax_SOURCES = test-xstrtoimax.c +- test_xstrtoimax_OBJECTS = test-xstrtoimax.$(OBJEXT) +- test_xstrtoimax_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_xstrtol_SOURCES = test-xstrtol.c +- test_xstrtol_OBJECTS = test-xstrtol.$(OBJEXT) +- test_xstrtol_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_xstrtoul_SOURCES = test-xstrtoul.c +- test_xstrtoul_OBJECTS = test-xstrtoul.$(OBJEXT) +- test_xstrtoul_DEPENDENCIES = $(am__DEPENDENCIES_2) +- test_year2038_SOURCES = test-year2038.c +- test_year2038_OBJECTS = test-year2038.$(OBJEXT) +- test_year2038_LDADD = $(LDADD) +- test_year2038_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \ +- libtests.a ../lib/libdiffutils.a libtests.a \ +- $(am__DEPENDENCIES_1) + AM_V_P = $(am__v_P_@AM_V@) + am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) + am__v_P_0 = false +--- 252,262 ---- + $(top_srcdir)/configure.ac + am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +! DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) + mkinstalldirs = $(install_sh) -d + CONFIG_HEADER = $(top_builddir)/lib/config.h + CONFIG_CLEAN_FILES = + CONFIG_CLEAN_VPATH_FILES = + AM_V_P = $(am__v_P_@AM_V@) + am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) + am__v_P_0 = false +*************** +*** 2040,2753 **** + am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) + am__v_at_0 = @ + am__v_at_1 = +! DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/lib +! depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp +! am__maybe_remake_depfiles = depfiles +! am__depfiles_remade = ./$(DEPDIR)/accept.Po ./$(DEPDIR)/alloca.Po \ +! ./$(DEPDIR)/anytostr.Po ./$(DEPDIR)/arpa_inet.Po \ +! ./$(DEPDIR)/asnprintf.Po ./$(DEPDIR)/at-func.Po \ +! ./$(DEPDIR)/atoll.Po ./$(DEPDIR)/bind.Po \ +! ./$(DEPDIR)/c-strcasestr.Po ./$(DEPDIR)/c32rtomb.Po \ +! ./$(DEPDIR)/c32tob.Po ./$(DEPDIR)/concat-filename.Po \ +! ./$(DEPDIR)/connect.Po ./$(DEPDIR)/dtotimespec.Po \ +! ./$(DEPDIR)/fdopen.Po ./$(DEPDIR)/float.Po \ +! ./$(DEPDIR)/ftruncate.Po ./$(DEPDIR)/hash-pjw.Po \ +! ./$(DEPDIR)/imaxtostr.Po ./$(DEPDIR)/inet_pton.Po \ +! ./$(DEPDIR)/inttostr.Po ./$(DEPDIR)/ioctl.Po \ +! ./$(DEPDIR)/isnan.Po ./$(DEPDIR)/isnand.Po \ +! ./$(DEPDIR)/isnanf.Po ./$(DEPDIR)/isnanl.Po \ +! ./$(DEPDIR)/itold.Po ./$(DEPDIR)/listen.Po \ +! ./$(DEPDIR)/locale.Po ./$(DEPDIR)/math.Po \ +! ./$(DEPDIR)/nanosleep.Po ./$(DEPDIR)/offtostr.Po \ +! ./$(DEPDIR)/perror.Po ./$(DEPDIR)/pipe.Po \ +! ./$(DEPDIR)/printf-args.Po ./$(DEPDIR)/printf-parse.Po \ +! ./$(DEPDIR)/priv-set.Po ./$(DEPDIR)/pselect.Po \ +! ./$(DEPDIR)/pthread-cond.Po ./$(DEPDIR)/pthread-mutex.Po \ +! ./$(DEPDIR)/pthread-rwlock.Po ./$(DEPDIR)/pthread-thread.Po \ +! ./$(DEPDIR)/pthread_mutex_timedlock.Po \ +! ./$(DEPDIR)/pthread_sigmask.Po ./$(DEPDIR)/putenv.Po \ +! ./$(DEPDIR)/random.Po ./$(DEPDIR)/random_r.Po \ +! ./$(DEPDIR)/rmdir.Po ./$(DEPDIR)/sched_yield.Po \ +! ./$(DEPDIR)/select.Po ./$(DEPDIR)/setsockopt.Po \ +! ./$(DEPDIR)/signbitd.Po ./$(DEPDIR)/signbitf.Po \ +! ./$(DEPDIR)/signbitl.Po ./$(DEPDIR)/sleep.Po \ +! ./$(DEPDIR)/snprintf.Po ./$(DEPDIR)/socket.Po \ +! ./$(DEPDIR)/sockets.Po ./$(DEPDIR)/str_startswith.Po \ +! ./$(DEPDIR)/strerror_r.Po ./$(DEPDIR)/symlink.Po \ +! ./$(DEPDIR)/symlinkat.Po ./$(DEPDIR)/sys_socket.Po \ +! ./$(DEPDIR)/test-accept.Po ./$(DEPDIR)/test-alignasof.Po \ +! ./$(DEPDIR)/test-alloca-opt.Po ./$(DEPDIR)/test-argmatch.Po \ +! ./$(DEPDIR)/test-arpa_inet-h.Po ./$(DEPDIR)/test-assert.Po \ +! ./$(DEPDIR)/test-binary-io.Po ./$(DEPDIR)/test-bind.Po \ +! ./$(DEPDIR)/test-bitrotate.Po ./$(DEPDIR)/test-bool.Po \ +! ./$(DEPDIR)/test-btoc32.Po ./$(DEPDIR)/test-btowc.Po \ +! ./$(DEPDIR)/test-c-ctype.Po ./$(DEPDIR)/test-c-stack.Po \ +! ./$(DEPDIR)/test-c-strcasecmp.Po \ +! ./$(DEPDIR)/test-c-strcasestr.Po \ +! ./$(DEPDIR)/test-c-strncasecmp.Po \ +! ./$(DEPDIR)/test-c32_apply_type_test.Po \ +! ./$(DEPDIR)/test-c32_get_type_test.Po \ +! ./$(DEPDIR)/test-c32isalnum.Po ./$(DEPDIR)/test-c32isalpha.Po \ +! ./$(DEPDIR)/test-c32isblank.Po ./$(DEPDIR)/test-c32iscntrl.Po \ +! ./$(DEPDIR)/test-c32isdigit.Po ./$(DEPDIR)/test-c32isgraph.Po \ +! ./$(DEPDIR)/test-c32islower.Po ./$(DEPDIR)/test-c32isprint.Po \ +! ./$(DEPDIR)/test-c32ispunct.Po ./$(DEPDIR)/test-c32isspace.Po \ +! ./$(DEPDIR)/test-c32isupper.Po ./$(DEPDIR)/test-c32isxdigit.Po \ +! ./$(DEPDIR)/test-c32rtomb-w32.Po ./$(DEPDIR)/test-c32rtomb.Po \ +! ./$(DEPDIR)/test-c32tolower.Po ./$(DEPDIR)/test-c32width.Po \ +! ./$(DEPDIR)/test-calloc-gnu.Po \ +! ./$(DEPDIR)/test-calloc-posix.Po ./$(DEPDIR)/test-chdir.Po \ +! ./$(DEPDIR)/test-cloexec.Po ./$(DEPDIR)/test-close.Po \ +! ./$(DEPDIR)/test-connect.Po ./$(DEPDIR)/test-ctype.Po \ +! ./$(DEPDIR)/test-dirent-h.Po ./$(DEPDIR)/test-dirfd.Po \ +! ./$(DEPDIR)/test-dirname.Po ./$(DEPDIR)/test-dup.Po \ +! ./$(DEPDIR)/test-dup2.Po ./$(DEPDIR)/test-dynarray.Po \ +! ./$(DEPDIR)/test-environ.Po ./$(DEPDIR)/test-errno-h.Po \ +! ./$(DEPDIR)/test-error.Po ./$(DEPDIR)/test-exclude.Po \ +! ./$(DEPDIR)/test-fchdir.Po ./$(DEPDIR)/test-fcntl-h.Po \ +! ./$(DEPDIR)/test-fcntl.Po ./$(DEPDIR)/test-fdopen.Po \ +! ./$(DEPDIR)/test-fdopendir.Po ./$(DEPDIR)/test-fgetc.Po \ +! ./$(DEPDIR)/test-filenamecat.Po ./$(DEPDIR)/test-float-h.Po \ +! ./$(DEPDIR)/test-fnmatch-h.Po ./$(DEPDIR)/test-fnmatch-w32.Po \ +! ./$(DEPDIR)/test-fnmatch.Po ./$(DEPDIR)/test-fopen-gnu.Po \ +! ./$(DEPDIR)/test-fopen.Po ./$(DEPDIR)/test-fputc.Po \ +! ./$(DEPDIR)/test-fread.Po ./$(DEPDIR)/test-free.Po \ +! ./$(DEPDIR)/test-freopen.Po ./$(DEPDIR)/test-fstat.Po \ +! ./$(DEPDIR)/test-fstatat.Po ./$(DEPDIR)/test-ftruncate.Po \ +! ./$(DEPDIR)/test-fwrite.Po ./$(DEPDIR)/test-getcwd-lgpl.Po \ +! ./$(DEPDIR)/test-getdtablesize.Po \ +! ./$(DEPDIR)/test-getopt-gnu.Po \ +! ./$(DEPDIR)/test-getopt-posix.Po \ +! ./$(DEPDIR)/test-getprogname.Po ./$(DEPDIR)/test-getrandom.Po \ +! ./$(DEPDIR)/test-gettext-h.Po ./$(DEPDIR)/test-gettimeofday.Po \ +! ./$(DEPDIR)/test-gmtime_r-mt.Po ./$(DEPDIR)/test-gmtime_r.Po \ +! ./$(DEPDIR)/test-hard-locale.Po ./$(DEPDIR)/test-hash.Po \ +! ./$(DEPDIR)/test-ignore-value.Po ./$(DEPDIR)/test-inet_pton.Po \ +! ./$(DEPDIR)/test-intprops.Po ./$(DEPDIR)/test-inttostr.Po \ +! ./$(DEPDIR)/test-inttypes-h.Po ./$(DEPDIR)/test-ioctl.Po \ +! ./$(DEPDIR)/test-isblank.Po ./$(DEPDIR)/test-isnand-nolibm.Po \ +! ./$(DEPDIR)/test-isnanf-nolibm.Po \ +! ./$(DEPDIR)/test-isnanl-nolibm.Po ./$(DEPDIR)/test-iswblank.Po \ +! ./$(DEPDIR)/test-iswctype.Po ./$(DEPDIR)/test-iswdigit.Po \ +! ./$(DEPDIR)/test-iswpunct.Po ./$(DEPDIR)/test-iswxdigit.Po \ +! ./$(DEPDIR)/test-langinfo-h.Po ./$(DEPDIR)/test-largefile.Po \ +! ./$(DEPDIR)/test-limits-h.Po ./$(DEPDIR)/test-listen.Po \ +! ./$(DEPDIR)/test-localcharset-w32utf8.Po \ +! ./$(DEPDIR)/test-localcharset.Po ./$(DEPDIR)/test-locale-h.Po \ +! ./$(DEPDIR)/test-localeconv.Po \ +! ./$(DEPDIR)/test-localtime_r-mt.Po \ +! ./$(DEPDIR)/test-localtime_r.Po ./$(DEPDIR)/test-lstat.Po \ +! ./$(DEPDIR)/test-malloc-gnu.Po \ +! ./$(DEPDIR)/test-malloc-posix.Po ./$(DEPDIR)/test-malloca.Po \ +! ./$(DEPDIR)/test-math-h.Po ./$(DEPDIR)/test-mbrtoc32-w32.Po \ +! ./$(DEPDIR)/test-mbrtoc32.Po ./$(DEPDIR)/test-mbrtowc-w32.Po \ +! ./$(DEPDIR)/test-mbrtowc-w32utf8.Po \ +! ./$(DEPDIR)/test-mbrtowc.Po ./$(DEPDIR)/test-mbscasecmp.Po \ +! ./$(DEPDIR)/test-mbsinit.Po ./$(DEPDIR)/test-mbsrtoc32s.Po \ +! ./$(DEPDIR)/test-mbsrtowcs.Po ./$(DEPDIR)/test-mcel.Po \ +! ./$(DEPDIR)/test-memchr.Po ./$(DEPDIR)/test-memrchr.Po \ +! ./$(DEPDIR)/test-mkdir.Po ./$(DEPDIR)/test-nanosleep.Po \ +! ./$(DEPDIR)/test-netinet_in-h.Po \ +! ./$(DEPDIR)/test-nl_langinfo-mt.Po \ +! ./$(DEPDIR)/test-nl_langinfo1.Po \ +! ./$(DEPDIR)/test-nl_langinfo2.Po ./$(DEPDIR)/test-nstrftime.Po \ +! ./$(DEPDIR)/test-nullptr.Po ./$(DEPDIR)/test-once.Po \ +! ./$(DEPDIR)/test-open.Po ./$(DEPDIR)/test-openat.Po \ +! ./$(DEPDIR)/test-pathmax.Po ./$(DEPDIR)/test-perror.Po \ +! ./$(DEPDIR)/test-perror2.Po ./$(DEPDIR)/test-pipe.Po \ +! ./$(DEPDIR)/test-popen.Po ./$(DEPDIR)/test-priv-set.Po \ +! ./$(DEPDIR)/test-pselect.Po ./$(DEPDIR)/test-pthread-cond.Po \ +! ./$(DEPDIR)/test-pthread-mutex-type.Po \ +! ./$(DEPDIR)/test-pthread-mutex.Po \ +! ./$(DEPDIR)/test-pthread-once1.Po \ +! ./$(DEPDIR)/test-pthread-once2.Po \ +! ./$(DEPDIR)/test-pthread-rwlock.Po \ +! ./$(DEPDIR)/test-pthread-thread.Po ./$(DEPDIR)/test-pthread.Po \ +! ./$(DEPDIR)/test-pthread_sigmask1.Po \ +! ./$(DEPDIR)/test-pthread_sigmask2.Po \ +! ./$(DEPDIR)/test-putenv.Po ./$(DEPDIR)/test-quotearg-simple.Po \ +! ./$(DEPDIR)/test-raise.Po ./$(DEPDIR)/test-random-mt.Po \ +! ./$(DEPDIR)/test-random.Po ./$(DEPDIR)/test-random_r.Po \ +! ./$(DEPDIR)/test-rawmemchr.Po ./$(DEPDIR)/test-readlink.Po \ +! ./$(DEPDIR)/test-readlinkat.Po \ +! ./$(DEPDIR)/test-realloc-posix.Po \ +! ./$(DEPDIR)/test-reallocarray.Po ./$(DEPDIR)/test-regex.Po \ +! ./$(DEPDIR)/test-rmdir.Po ./$(DEPDIR)/test-sched-h.Po \ +! ./$(DEPDIR)/test-select-fd.Po ./$(DEPDIR)/test-select-stdin.Po \ +! ./$(DEPDIR)/test-select.Po ./$(DEPDIR)/test-setenv.Po \ +! ./$(DEPDIR)/test-setlocale_null-mt-all.Po \ +! ./$(DEPDIR)/test-setlocale_null-mt-one.Po \ +! ./$(DEPDIR)/test-setlocale_null-unlocked.Po \ +! ./$(DEPDIR)/test-setlocale_null.Po \ +! ./$(DEPDIR)/test-setsockopt.Po ./$(DEPDIR)/test-sh-quote.Po \ +! ./$(DEPDIR)/test-sigaction.Po ./$(DEPDIR)/test-signal-h.Po \ +! ./$(DEPDIR)/test-signbit.Po ./$(DEPDIR)/test-sigprocmask.Po \ +! ./$(DEPDIR)/test-sigsegv-catch-segv1.Po \ +! ./$(DEPDIR)/test-sigsegv-catch-segv2.Po \ +! ./$(DEPDIR)/test-sigsegv-catch-stackoverflow1.Po \ +! ./$(DEPDIR)/test-sigsegv-catch-stackoverflow2.Po \ +! ./$(DEPDIR)/test-sleep.Po ./$(DEPDIR)/test-snprintf.Po \ +! ./$(DEPDIR)/test-sockets.Po ./$(DEPDIR)/test-stat-time.Po \ +! ./$(DEPDIR)/test-stat.Po ./$(DEPDIR)/test-stdbit-h.Po \ +! ./$(DEPDIR)/test-stdckdint-h.Po ./$(DEPDIR)/test-stddef-h.Po \ +! ./$(DEPDIR)/test-stdint-h.Po ./$(DEPDIR)/test-stdio-h.Po \ +! ./$(DEPDIR)/test-stdlib-h.Po \ +! ./$(DEPDIR)/test-str_startswith.Po \ +! ./$(DEPDIR)/test-strerror.Po ./$(DEPDIR)/test-strerror_r.Po \ +! ./$(DEPDIR)/test-string-h.Po ./$(DEPDIR)/test-strings-h.Po \ +! ./$(DEPDIR)/test-strnlen.Po ./$(DEPDIR)/test-strtoimax.Po \ +! ./$(DEPDIR)/test-strtoll.Po ./$(DEPDIR)/test-symlink.Po \ +! ./$(DEPDIR)/test-symlinkat.Po ./$(DEPDIR)/test-sys_ioctl-h.Po \ +! ./$(DEPDIR)/test-sys_random-h.Po \ +! ./$(DEPDIR)/test-sys_select-h.Po \ +! ./$(DEPDIR)/test-sys_socket-h.Po \ +! ./$(DEPDIR)/test-sys_stat-h.Po ./$(DEPDIR)/test-sys_time-h.Po \ +! ./$(DEPDIR)/test-sys_types-h.Po ./$(DEPDIR)/test-sys_uio-h.Po \ +! ./$(DEPDIR)/test-sys_wait-h.Po \ +! ./$(DEPDIR)/test-thread_create.Po \ +! ./$(DEPDIR)/test-thread_self.Po ./$(DEPDIR)/test-time-h.Po \ +! ./$(DEPDIR)/test-time.Po ./$(DEPDIR)/test-timespec.Po \ +! ./$(DEPDIR)/test-timespec_get.Po ./$(DEPDIR)/test-uchar-h.Po \ +! ./$(DEPDIR)/test-unistd-h.Po ./$(DEPDIR)/test-unlink.Po \ +! ./$(DEPDIR)/test-unlinkat.Po ./$(DEPDIR)/test-unsetenv.Po \ +! ./$(DEPDIR)/test-vasnprintf.Po ./$(DEPDIR)/test-verify-try.Po \ +! ./$(DEPDIR)/test-verify.Po ./$(DEPDIR)/test-version-etc.Po \ +! ./$(DEPDIR)/test-wchar-h.Po ./$(DEPDIR)/test-wcrtomb-w32.Po \ +! ./$(DEPDIR)/test-wcrtomb.Po ./$(DEPDIR)/test-wctype-h.Po \ +! ./$(DEPDIR)/test-wctype.Po ./$(DEPDIR)/test-wcwidth.Po \ +! ./$(DEPDIR)/test-windows-mutex-type.Po \ +! ./$(DEPDIR)/test-windows-recmutex-type.Po \ +! ./$(DEPDIR)/test-windows-timedmutex-type.Po \ +! ./$(DEPDIR)/test-windows-timedrecmutex-type.Po \ +! ./$(DEPDIR)/test-wmemchr.Po ./$(DEPDIR)/test-xalloc-die.Po \ +! ./$(DEPDIR)/test-xstdopen.Po ./$(DEPDIR)/test-xstrtoimax.Po \ +! ./$(DEPDIR)/test-xstrtol.Po ./$(DEPDIR)/test-xstrtoul.Po \ +! ./$(DEPDIR)/test-year2038.Po ./$(DEPDIR)/time.Po \ +! ./$(DEPDIR)/timespec-add.Po ./$(DEPDIR)/timespec-sub.Po \ +! ./$(DEPDIR)/uinttostr.Po ./$(DEPDIR)/umaxtostr.Po \ +! ./$(DEPDIR)/unlink.Po ./$(DEPDIR)/unlinkat.Po \ +! ./$(DEPDIR)/unlinkdir.Po ./$(DEPDIR)/vasnprintf.Po \ +! ./$(DEPDIR)/vsnzprintf.Po ./$(DEPDIR)/wctob.Po \ +! ./$(DEPDIR)/wctomb.Po ./$(DEPDIR)/windows-cond.Po \ +! ./$(DEPDIR)/windows-thread.Po \ +! ./$(DEPDIR)/windows-timedmutex.Po \ +! ./$(DEPDIR)/windows-timedrecmutex.Po \ +! ./$(DEPDIR)/windows-timedrwlock.Po ./$(DEPDIR)/windows-tls.Po \ +! ./$(DEPDIR)/xconcat-filename.Po ./$(DEPDIR)/xgetcwd.Po \ +! ./$(DEPDIR)/xsize.Po ./$(DEPDIR)/xstrtol-error.Po \ +! from-glibc/$(DEPDIR)/test_stdc_bit_width-tst-stdc_bit_width.Po \ +! from-glibc/$(DEPDIR)/test_stdc_leading_zeros-tst-stdc_leading_zeros.Po \ +! glthread/$(DEPDIR)/thread.Po \ +! unicase/$(DEPDIR)/test-uc_tolower.Po \ +! unictype/$(DEPDIR)/test-ctype_alnum.Po \ +! unictype/$(DEPDIR)/test-ctype_alpha.Po \ +! unictype/$(DEPDIR)/test-ctype_blank.Po \ +! unictype/$(DEPDIR)/test-ctype_cntrl.Po \ +! unictype/$(DEPDIR)/test-ctype_digit.Po \ +! unictype/$(DEPDIR)/test-ctype_graph.Po \ +! unictype/$(DEPDIR)/test-ctype_lower.Po \ +! unictype/$(DEPDIR)/test-ctype_print.Po \ +! unictype/$(DEPDIR)/test-ctype_punct.Po \ +! unictype/$(DEPDIR)/test-ctype_space.Po \ +! unictype/$(DEPDIR)/test-ctype_upper.Po \ +! unictype/$(DEPDIR)/test-ctype_xdigit.Po \ +! unistr/$(DEPDIR)/test-u32-chr.Po \ +! unistr/$(DEPDIR)/test-u32-cpy.Po \ +! unistr/$(DEPDIR)/test-u32-pcpy.Po \ +! unistr/$(DEPDIR)/test-u32-set.Po \ +! unistr/$(DEPDIR)/test-u32-strcat.Po \ +! unistr/$(DEPDIR)/test-u32-strlen.Po \ +! unistr/$(DEPDIR)/u32-set.Po \ +! uniwidth/$(DEPDIR)/test-uc_width.Po \ +! uniwidth/$(DEPDIR)/test-uc_width2.Po +! am__mv = mv -f +! AM_V_lt = $(am__v_lt_@AM_V@) +! am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +! am__v_lt_0 = --silent +! am__v_lt_1 = +! COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ +! $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +! AM_V_CC = $(am__v_CC_@AM_V@) +! am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) +! am__v_CC_0 = @echo " CC " $@; +! am__v_CC_1 = +! CCLD = $(CC) +! LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +! AM_V_CCLD = $(am__v_CCLD_@AM_V@) +! am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) +! am__v_CCLD_0 = @echo " CCLD " $@; +! am__v_CCLD_1 = +! SOURCES = $(libtests_a_SOURCES) $(EXTRA_libtests_a_SOURCES) \ +! $(current_locale_SOURCES) test-accept.c test-alignasof.c \ +! test-alloca-opt.c test-argmatch.c test-arpa_inet-h.c \ +! test-assert.c test-binary-io.c test-bind.c test-bitrotate.c \ +! test-bool.c test-btoc32.c test-btowc.c test-c-ctype.c \ +! test-c-stack.c test-c-strcasecmp.c test-c-strcasestr.c \ +! test-c-strncasecmp.c test-c32_apply_type_test.c \ +! test-c32_get_type_test.c test-c32isalnum.c test-c32isalpha.c \ +! test-c32isblank.c test-c32iscntrl.c test-c32isdigit.c \ +! test-c32isgraph.c test-c32islower.c test-c32isprint.c \ +! test-c32ispunct.c test-c32isspace.c test-c32isupper.c \ +! test-c32isxdigit.c test-c32rtomb.c test-c32rtomb-w32.c \ +! test-c32tolower.c test-c32width.c test-calloc-gnu.c \ +! test-calloc-posix.c test-chdir.c test-cloexec.c test-close.c \ +! test-connect.c test-ctype.c $(test_ctype_alnum_SOURCES) \ +! $(test_ctype_alpha_SOURCES) $(test_ctype_blank_SOURCES) \ +! $(test_ctype_cntrl_SOURCES) $(test_ctype_digit_SOURCES) \ +! $(test_ctype_graph_SOURCES) $(test_ctype_lower_SOURCES) \ +! $(test_ctype_print_SOURCES) $(test_ctype_punct_SOURCES) \ +! $(test_ctype_space_SOURCES) $(test_ctype_upper_SOURCES) \ +! $(test_ctype_xdigit_SOURCES) test-dirent-h.c test-dirfd.c \ +! test-dirname.c test-dup.c test-dup2.c test-dynarray.c \ +! test-environ.c test-errno-h.c test-error.c test-exclude.c \ +! test-fchdir.c test-fcntl.c test-fcntl-h.c test-fdopen.c \ +! test-fdopendir.c test-fgetc.c test-filenamecat.c \ +! test-float-h.c test-fnmatch.c test-fnmatch-h.c \ +! test-fnmatch-w32.c test-fopen.c test-fopen-gnu.c test-fputc.c \ +! test-fread.c test-free.c test-freopen.c test-fstat.c \ +! test-fstatat.c test-ftruncate.c test-fwrite.c \ +! test-getcwd-lgpl.c test-getdtablesize.c test-getopt-gnu.c \ +! test-getopt-posix.c test-getprogname.c test-getrandom.c \ +! test-gettext-h.c test-gettimeofday.c test-gmtime_r.c \ +! test-gmtime_r-mt.c test-hard-locale.c test-hash.c \ +! test-ignore-value.c test-inet_pton.c test-intprops.c \ +! test-inttostr.c test-inttypes-h.c test-ioctl.c test-isblank.c \ +! test-isnand-nolibm.c test-isnanf-nolibm.c test-isnanl-nolibm.c \ +! test-iswblank.c test-iswctype.c test-iswdigit.c \ +! test-iswpunct.c test-iswxdigit.c test-langinfo-h.c \ +! test-largefile.c test-limits-h.c test-listen.c \ +! test-localcharset.c test-localcharset-w32utf8.c \ +! test-locale-h.c test-localeconv.c test-localtime_r.c \ +! test-localtime_r-mt.c test-lstat.c test-malloc-gnu.c \ +! test-malloc-posix.c test-malloca.c test-math-h.c \ +! test-mbrtoc32.c test-mbrtoc32-w32.c test-mbrtowc.c \ +! test-mbrtowc-w32.c test-mbrtowc-w32utf8.c test-mbscasecmp.c \ +! test-mbsinit.c test-mbsrtoc32s.c test-mbsrtowcs.c test-mcel.c \ +! test-memchr.c test-memrchr.c test-mkdir.c test-nanosleep.c \ +! test-netinet_in-h.c test-nl_langinfo-mt.c test-nl_langinfo1.c \ +! test-nl_langinfo2.c test-nstrftime.c test-nullptr.c \ +! $(test_once1_SOURCES) $(test_once2_SOURCES) test-open.c \ +! test-openat.c test-pathmax.c test-perror.c test-perror2.c \ +! test-pipe.c test-popen.c test-priv-set.c test-pselect.c \ +! test-pthread.c test-pthread-cond.c test-pthread-mutex.c \ +! test-pthread-mutex-type.c test-pthread-once1.c \ +! test-pthread-once2.c test-pthread-rwlock.c \ +! test-pthread-thread.c test-pthread_sigmask1.c \ +! test-pthread_sigmask2.c test-putenv.c test-quotearg-simple.c \ +! test-raise.c test-random.c test-random-mt.c test-random_r.c \ +! test-rawmemchr.c test-readlink.c test-readlinkat.c \ +! test-realloc-posix.c test-reallocarray.c test-regex.c \ +! test-rmdir.c test-sched-h.c test-select.c test-select-fd.c \ +! test-select-stdin.c test-setenv.c test-setlocale_null.c \ +! test-setlocale_null-mt-all.c test-setlocale_null-mt-one.c \ +! test-setlocale_null-unlocked.c test-setsockopt.c \ +! test-sh-quote.c test-sigaction.c test-signal-h.c \ +! test-signbit.c test-sigprocmask.c test-sigsegv-catch-segv1.c \ +! test-sigsegv-catch-segv2.c test-sigsegv-catch-stackoverflow1.c \ +! test-sigsegv-catch-stackoverflow2.c test-sleep.c \ +! test-snprintf.c test-sockets.c test-stat.c test-stat-time.c \ +! test-stdbit-h.c $(test_stdc_bit_width_SOURCES) \ +! $(test_stdc_leading_zeros_SOURCES) test-stdckdint-h.c \ +! test-stddef-h.c test-stdint-h.c test-stdio-h.c test-stdlib-h.c \ +! test-str_startswith.c test-strerror.c test-strerror_r.c \ +! test-string-h.c test-strings-h.c test-strnlen.c \ +! test-strtoimax.c test-strtoll.c test-symlink.c \ +! test-symlinkat.c test-sys_ioctl-h.c test-sys_random-h.c \ +! test-sys_select-h.c test-sys_socket-h.c test-sys_stat-h.c \ +! test-sys_time-h.c test-sys_types-h.c test-sys_uio-h.c \ +! test-sys_wait-h.c test-thread_create.c test-thread_self.c \ +! test-time.c test-time-h.c test-timespec.c test-timespec_get.c \ +! $(test_u32_chr_SOURCES) $(test_u32_cpy_SOURCES) \ +! $(test_u32_pcpy_SOURCES) $(test_u32_set_SOURCES) \ +! $(test_u32_strcat_SOURCES) $(test_u32_strlen_SOURCES) \ +! $(test_uc_tolower_SOURCES) $(test_uc_width_SOURCES) \ +! $(test_uc_width2_SOURCES) test-uchar-h.c test-unistd-h.c \ +! test-unlink.c test-unlinkat.c test-unsetenv.c \ +! test-vasnprintf.c test-verify.c test-verify-try.c \ +! test-version-etc.c test-wchar-h.c test-wcrtomb.c \ +! test-wcrtomb-w32.c test-wctype.c test-wctype-h.c \ +! test-wcwidth.c test-windows-mutex-type.c \ +! test-windows-recmutex-type.c test-windows-timedmutex-type.c \ +! test-windows-timedrecmutex-type.c test-wmemchr.c \ +! test-xalloc-die.c test-xstdopen.c test-xstrtoimax.c \ +! test-xstrtol.c test-xstrtoul.c test-year2038.c +! DIST_SOURCES = $(am__libtests_a_SOURCES_DIST) \ +! $(EXTRA_libtests_a_SOURCES) $(current_locale_SOURCES) \ +! test-accept.c test-alignasof.c test-alloca-opt.c \ +! test-argmatch.c test-arpa_inet-h.c test-assert.c \ +! test-binary-io.c test-bind.c test-bitrotate.c test-bool.c \ +! test-btoc32.c test-btowc.c test-c-ctype.c test-c-stack.c \ +! test-c-strcasecmp.c test-c-strcasestr.c test-c-strncasecmp.c \ +! test-c32_apply_type_test.c test-c32_get_type_test.c \ +! test-c32isalnum.c test-c32isalpha.c test-c32isblank.c \ +! test-c32iscntrl.c test-c32isdigit.c test-c32isgraph.c \ +! test-c32islower.c test-c32isprint.c test-c32ispunct.c \ +! test-c32isspace.c test-c32isupper.c test-c32isxdigit.c \ +! test-c32rtomb.c test-c32rtomb-w32.c test-c32tolower.c \ +! test-c32width.c test-calloc-gnu.c test-calloc-posix.c \ +! test-chdir.c test-cloexec.c test-close.c test-connect.c \ +! test-ctype.c $(test_ctype_alnum_SOURCES) \ +! $(test_ctype_alpha_SOURCES) $(test_ctype_blank_SOURCES) \ +! $(test_ctype_cntrl_SOURCES) $(test_ctype_digit_SOURCES) \ +! $(test_ctype_graph_SOURCES) $(test_ctype_lower_SOURCES) \ +! $(test_ctype_print_SOURCES) $(test_ctype_punct_SOURCES) \ +! $(test_ctype_space_SOURCES) $(test_ctype_upper_SOURCES) \ +! $(test_ctype_xdigit_SOURCES) test-dirent-h.c test-dirfd.c \ +! test-dirname.c test-dup.c test-dup2.c test-dynarray.c \ +! test-environ.c test-errno-h.c test-error.c test-exclude.c \ +! test-fchdir.c test-fcntl.c test-fcntl-h.c test-fdopen.c \ +! test-fdopendir.c test-fgetc.c test-filenamecat.c \ +! test-float-h.c test-fnmatch.c test-fnmatch-h.c \ +! test-fnmatch-w32.c test-fopen.c test-fopen-gnu.c test-fputc.c \ +! test-fread.c test-free.c test-freopen.c test-fstat.c \ +! test-fstatat.c test-ftruncate.c test-fwrite.c \ +! test-getcwd-lgpl.c test-getdtablesize.c test-getopt-gnu.c \ +! test-getopt-posix.c test-getprogname.c test-getrandom.c \ +! test-gettext-h.c test-gettimeofday.c test-gmtime_r.c \ +! test-gmtime_r-mt.c test-hard-locale.c test-hash.c \ +! test-ignore-value.c test-inet_pton.c test-intprops.c \ +! test-inttostr.c test-inttypes-h.c test-ioctl.c test-isblank.c \ +! test-isnand-nolibm.c test-isnanf-nolibm.c test-isnanl-nolibm.c \ +! test-iswblank.c test-iswctype.c test-iswdigit.c \ +! test-iswpunct.c test-iswxdigit.c test-langinfo-h.c \ +! test-largefile.c test-limits-h.c test-listen.c \ +! test-localcharset.c test-localcharset-w32utf8.c \ +! test-locale-h.c test-localeconv.c test-localtime_r.c \ +! test-localtime_r-mt.c test-lstat.c test-malloc-gnu.c \ +! test-malloc-posix.c test-malloca.c test-math-h.c \ +! test-mbrtoc32.c test-mbrtoc32-w32.c test-mbrtowc.c \ +! test-mbrtowc-w32.c test-mbrtowc-w32utf8.c test-mbscasecmp.c \ +! test-mbsinit.c test-mbsrtoc32s.c test-mbsrtowcs.c test-mcel.c \ +! test-memchr.c test-memrchr.c test-mkdir.c test-nanosleep.c \ +! test-netinet_in-h.c test-nl_langinfo-mt.c test-nl_langinfo1.c \ +! test-nl_langinfo2.c test-nstrftime.c test-nullptr.c \ +! $(test_once1_SOURCES) $(test_once2_SOURCES) test-open.c \ +! test-openat.c test-pathmax.c test-perror.c test-perror2.c \ +! test-pipe.c test-popen.c test-priv-set.c test-pselect.c \ +! test-pthread.c test-pthread-cond.c test-pthread-mutex.c \ +! test-pthread-mutex-type.c test-pthread-once1.c \ +! test-pthread-once2.c test-pthread-rwlock.c \ +! test-pthread-thread.c test-pthread_sigmask1.c \ +! test-pthread_sigmask2.c test-putenv.c test-quotearg-simple.c \ +! test-raise.c test-random.c test-random-mt.c test-random_r.c \ +! test-rawmemchr.c test-readlink.c test-readlinkat.c \ +! test-realloc-posix.c test-reallocarray.c test-regex.c \ +! test-rmdir.c test-sched-h.c test-select.c test-select-fd.c \ +! test-select-stdin.c test-setenv.c test-setlocale_null.c \ +! test-setlocale_null-mt-all.c test-setlocale_null-mt-one.c \ +! test-setlocale_null-unlocked.c test-setsockopt.c \ +! test-sh-quote.c test-sigaction.c test-signal-h.c \ +! test-signbit.c test-sigprocmask.c test-sigsegv-catch-segv1.c \ +! test-sigsegv-catch-segv2.c test-sigsegv-catch-stackoverflow1.c \ +! test-sigsegv-catch-stackoverflow2.c test-sleep.c \ +! test-snprintf.c test-sockets.c test-stat.c test-stat-time.c \ +! test-stdbit-h.c $(test_stdc_bit_width_SOURCES) \ +! $(test_stdc_leading_zeros_SOURCES) test-stdckdint-h.c \ +! test-stddef-h.c test-stdint-h.c test-stdio-h.c test-stdlib-h.c \ +! test-str_startswith.c test-strerror.c test-strerror_r.c \ +! test-string-h.c test-strings-h.c test-strnlen.c \ +! test-strtoimax.c test-strtoll.c test-symlink.c \ +! test-symlinkat.c test-sys_ioctl-h.c test-sys_random-h.c \ +! test-sys_select-h.c test-sys_socket-h.c test-sys_stat-h.c \ +! test-sys_time-h.c test-sys_types-h.c test-sys_uio-h.c \ +! test-sys_wait-h.c test-thread_create.c test-thread_self.c \ +! test-time.c test-time-h.c test-timespec.c test-timespec_get.c \ +! $(test_u32_chr_SOURCES) $(test_u32_cpy_SOURCES) \ +! $(test_u32_pcpy_SOURCES) $(test_u32_set_SOURCES) \ +! $(test_u32_strcat_SOURCES) $(test_u32_strlen_SOURCES) \ +! $(test_uc_tolower_SOURCES) $(test_uc_width_SOURCES) \ +! $(test_uc_width2_SOURCES) test-uchar-h.c test-unistd-h.c \ +! test-unlink.c test-unlinkat.c test-unsetenv.c \ +! test-vasnprintf.c test-verify.c test-verify-try.c \ +! test-version-etc.c test-wchar-h.c test-wcrtomb.c \ +! test-wcrtomb-w32.c test-wctype.c test-wctype-h.c \ +! test-wcwidth.c test-windows-mutex-type.c \ +! test-windows-recmutex-type.c test-windows-timedmutex-type.c \ +! test-windows-timedrecmutex-type.c test-wmemchr.c \ +! test-xalloc-die.c test-xstdopen.c test-xstrtoimax.c \ +! test-xstrtol.c test-xstrtoul.c test-year2038.c +! RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ +! ctags-recursive dvi-recursive html-recursive info-recursive \ +! install-data-recursive install-dvi-recursive \ +! install-exec-recursive install-html-recursive \ +! install-info-recursive install-pdf-recursive \ +! install-ps-recursive install-recursive installcheck-recursive \ +! installdirs-recursive pdf-recursive ps-recursive \ +! tags-recursive uninstall-recursive + am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +- am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +- am__vpath_adj = case $$p in \ +- $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ +- *) f=$$p;; \ +- esac; +- am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +- am__install_max = 40 +- am__nobase_strip_setup = \ +- srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +- am__nobase_strip = \ +- for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +- am__nobase_list = $(am__nobase_strip_setup); \ +- for p in $$list; do echo "$$p $$p"; done | \ +- sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ +- $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ +- if (++n[$$2] == $(am__install_max)) \ +- { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ +- END { for (dir in files) print dir, files[dir] }' +- am__base_list = \ +- sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ +- sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +- am__uninstall_files_from_dir = { \ +- { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ +- || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ +- $(am__cd) "$$dir" && echo $$files | $(am__xargs_n) 40 $(am__rm_f); }; \ +- } +- am__installdirs = "$(DESTDIR)$(pkgdatadir)" +- DATA = $(pkgdata_DATA) +- HEADERS = $(noinst_HEADERS) +- RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ +- distclean-recursive maintainer-clean-recursive +- am__recursive_targets = \ +- $(RECURSIVE_TARGETS) \ +- $(RECURSIVE_CLEAN_TARGETS) \ +- $(am__extra_recursive_targets) +- AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ +- check recheck distdir distdir-am + am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +! # Read a list of newline-separated strings from the standard input, +! # and print each of them once, without duplicates. Input order is +! # *not* preserved. +! am__uniquify_input = $(AWK) '\ +! BEGIN { nonempty = 0; } \ +! { items[$$0] = 1; nonempty = 1; } \ +! END { if (nonempty) { for (i in items) print i; }; } \ +! ' +! # Make sure the list of sources is unique. This is necessary because, +! # e.g., the same source file might be shared among _SOURCES variables +! # for different programs/libraries. +! am__define_uniq_tagged_files = \ +! list='$(am__tagged_files)'; \ +! unique=`for i in $$list; do \ +! if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ +! done | $(am__uniquify_input)` +! am__tty_colors_dummy = \ +! mgn= red= grn= lgn= blu= brg= std=; \ +! am__color_tests=no +! am__tty_colors = { \ +! $(am__tty_colors_dummy); \ +! if test "X$(AM_COLOR_TESTS)" = Xno; then \ +! am__color_tests=no; \ +! elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ +! am__color_tests=yes; \ +! elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ +! am__color_tests=yes; \ +! fi; \ +! if test $$am__color_tests = yes; then \ +! red=''; \ +! grn=''; \ +! lgn=''; \ +! blu=''; \ +! mgn=''; \ +! brg=''; \ +! std=''; \ +! fi; \ +! } +! am__recheck_rx = ^[ ]*:recheck:[ ]* +! am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* +! am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* +! # A command that, given a newline-separated list of test names on the +! # standard input, print the name of the tests that are to be re-run +! # upon "make recheck". +! am__list_recheck_tests = $(AWK) '{ \ +! recheck = 1; \ +! while ((rc = (getline line < ($$0 ".trs"))) != 0) \ +! { \ +! if (rc < 0) \ +! { \ +! if ((getline line2 < ($$0 ".log")) < 0) \ +! recheck = 0; \ +! break; \ +! } \ +! else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ +! { \ +! recheck = 0; \ +! break; \ +! } \ +! else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ +! { \ +! break; \ +! } \ +! }; \ +! if (recheck) \ +! print $$0; \ +! close ($$0 ".trs"); \ +! close ($$0 ".log"); \ +! }' +! # A command that, given a newline-separated list of test names on the +! # standard input, create the global log from their .trs and .log files. +! am__create_global_log = $(AWK) ' \ +! function fatal(msg) \ +! { \ +! print "fatal: making $@: " msg | "cat >&2"; \ +! exit 1; \ +! } \ +! function rst_section(header) \ +! { \ +! print header; \ +! len = length(header); \ +! for (i = 1; i <= len; i = i + 1) \ +! printf "="; \ +! printf "\n\n"; \ +! } \ +! { \ +! copy_in_global_log = 1; \ +! global_test_result = "RUN"; \ +! while ((rc = (getline line < ($$0 ".trs"))) != 0) \ +! { \ +! if (rc < 0) \ +! fatal("failed to read from " $$0 ".trs"); \ +! if (line ~ /$(am__global_test_result_rx)/) \ +! { \ +! sub("$(am__global_test_result_rx)", "", line); \ +! sub("[ ]*$$", "", line); \ +! global_test_result = line; \ +! } \ +! else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ +! copy_in_global_log = 0; \ +! }; \ +! if (copy_in_global_log) \ +! { \ +! rst_section(global_test_result ": " $$0); \ +! while ((rc = (getline line < ($$0 ".log"))) != 0) \ +! { \ +! if (rc < 0) \ +! fatal("failed to read from " $$0 ".log"); \ +! print line; \ +! }; \ +! printf "\n"; \ +! }; \ +! close ($$0 ".trs"); \ +! close ($$0 ".log"); \ +! }' +! # Restructured Text title. +! am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } +! # Solaris 10 'make', and several other traditional 'make' implementations, +! # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it +! # by disabling -e (using the XSI extension "set +e") if it's set. +! am__sh_e_setup = case $$- in *e*) set +e;; esac +! # Default flags passed to test drivers. +! am__common_driver_flags = \ +! --color-tests "$$am__color_tests" \ +! $$am__collect_skipped_logs \ +! --enable-hard-errors "$$am__enable_hard_errors" \ +! --expect-failure "$$am__expect_failure" +! # To be inserted before the command running the test. Creates the +! # directory for the log if needed. Stores in $dir the directory +! # containing $f, in $tst the test, in $log the log. Executes the +! # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and +! # passes TESTS_ENVIRONMENT. Set up options for the wrapper that +! # will run the test scripts (or their associated LOG_COMPILER, if +! # thy have one). +! am__check_pre = \ +! $(am__sh_e_setup); \ +! $(am__vpath_adj_setup) $(am__vpath_adj) \ +! $(am__tty_colors); \ +! srcdir=$(srcdir); export srcdir; \ +! case "$@" in \ +! */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ +! *) am__odir=.;; \ +! esac; \ +! test "x$$am__odir" = x"." || test -d "$$am__odir" \ +! || $(MKDIR_P) "$$am__odir" || exit $$?; \ +! if test -f "./$$f"; then dir=./; \ +! elif test -f "$$f"; then dir=; \ +! else dir="$(srcdir)/"; fi; \ +! tst=$$dir$$f; log='$@'; \ +! if test -n '$(IGNORE_SKIPPED_LOGS)'; then \ +! am__collect_skipped_logs='--collect-skipped-logs no'; \ +! else \ +! am__collect_skipped_logs=''; \ +! fi; \ +! if test -n '$(DISABLE_HARD_ERRORS)'; then \ +! am__enable_hard_errors=no; \ +! else \ +! am__enable_hard_errors=yes; \ +! fi; \ +! case " $(XFAIL_TESTS) " in \ +! *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ +! am__expect_failure=yes;; \ +! *) \ +! am__expect_failure=no;; \ +! esac; \ +! $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) +! # A shell command to get the names of the tests scripts with any registered +! # extension removed (i.e., equivalently, the names of the test logs, with +! # the '.log' extension removed). The result is saved in the shell variable +! # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, +! # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", +! # since that might cause problem with VPATH rewrites for suffix-less tests. +! # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. +! am__set_TESTS_bases = \ +! bases='$(TEST_LOGS)'; \ +! bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ +! bases=`echo $$bases` +! AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' +! RECHECK_LOGS = $(TEST_LOGS) +! @OS_IS_NETBSD_FALSE@am__EXEEXT_2 = test-pthread_sigmask1$(EXEEXT) +! @OS_IS_NETBSD_FALSE@am__EXEEXT_3 = test-sigprocmask$(EXEEXT) +! TEST_SUITE_LOG = test-suite.log +! TEST_EXTENSIONS = @EXEEXT@ .test +! LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver +! LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) +! am__set_b = \ +! case '$@' in \ +! */*) \ +! case '$*' in \ +! */*) b='$*';; \ +! *) b=`echo '$@' | sed 's/\.log$$//'`; \ +! esac;; \ +! *) \ +! b='$*';; \ +! esac +! am__test_logs1 = $(TESTS:=.log) +! am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) +! TEST_LOGS = $(am__test_logs2:.test.log=.log) +! TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver +! TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ +! $(TEST_LOG_FLAGS) +! DIST_SUBDIRS = $(SUBDIRS) +! am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/gnulib.mk \ +! $(top_srcdir)/build-aux/depcomp \ +! $(top_srcdir)/build-aux/test-driver alloca.c + DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +- am__relativize = \ +- dir0=`pwd`; \ +- sed_first='s,^\([^/]*\)/.*$$,\1,'; \ +- sed_rest='s,^[^/]*/*,,'; \ +- sed_last='s,^.*/\([^/]*\)$$,\1,'; \ +- sed_butlast='s,/*[^/]*$$,,'; \ +- while test -n "$$dir1"; do \ +- first=`echo "$$dir1" | sed -e "$$sed_first"`; \ +- if test "$$first" != "."; then \ +- if test "$$first" = ".."; then \ +- dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ +- dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ +- else \ +- first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ +- if test "$$first2" = "$$first"; then \ +- dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ +- else \ +- dir2="../$$dir2"; \ +- fi; \ +- dir0="$$dir0"/"$$first"; \ +- fi; \ +- fi; \ +- dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ +- done; \ +- reldir="$$dir2" + ACLOCAL = @ACLOCAL@ + ALLOCA = @ALLOCA@ + ALLOCA_H = @ALLOCA_H@ +--- 269,284 ---- + am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) + am__v_at_0 = @ + am__v_at_1 = +! SOURCES = +! DIST_SOURCES = + am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac + am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +! am__DIST_COMMON = $(srcdir)/Makefile.in + DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + ACLOCAL = @ACLOCAL@ + ALLOCA = @ALLOCA@ + ALLOCA_H = @ALLOCA_H@ +*************** +*** 2769,2775 **** + CAN_PRINT_STACK_TRACE = @CAN_PRINT_STACK_TRACE@ + CC = @CC@ + CCDEPMODE = @CCDEPMODE@ +! CFLAGS = @GL_CFLAG_ALLOW_WARNINGS@ $(GL_CFLAG_GNULIB_WARNINGS) @CFLAGS@ + CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ + CLOCK_TIME_LIB = @CLOCK_TIME_LIB@ + CONFIG_INCLUDE = @CONFIG_INCLUDE@ +--- 300,306 ---- + CAN_PRINT_STACK_TRACE = @CAN_PRINT_STACK_TRACE@ + CC = @CC@ + CCDEPMODE = @CCDEPMODE@ +! CFLAGS = @CFLAGS@ + CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ + CLOCK_TIME_LIB = @CLOCK_TIME_LIB@ + CONFIG_INCLUDE = @CONFIG_INCLUDE@ +*************** +*** 2780,2786 **** + CXX_HAS_CHAR8_TYPE = @CXX_HAS_CHAR8_TYPE@ + CXX_HAS_UCHAR_TYPES = @CXX_HAS_UCHAR_TYPES@ + CYGPATH_W = @CYGPATH_W@ +! DEFS = @DEFS@ -DEXEEXT=\"@EXEEXT@\" + DEPDIR = @DEPDIR@ + DIR_HAS_FD_MEMBER = @DIR_HAS_FD_MEMBER@ + ECHO_C = @ECHO_C@ +--- 311,317 ---- + CXX_HAS_CHAR8_TYPE = @CXX_HAS_CHAR8_TYPE@ + CXX_HAS_UCHAR_TYPES = @CXX_HAS_UCHAR_TYPES@ + CYGPATH_W = @CYGPATH_W@ +! DEFS = @DEFS@ + DEPDIR = @DEPDIR@ + DIR_HAS_FD_MEMBER = @DIR_HAS_FD_MEMBER@ + ECHO_C = @ECHO_C@ +*************** +*** 4686,5277 **** + top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ +! AUTOMAKE_OPTIONS = 1.14 foreign subdir-objects +! SUBDIRS = . +! TESTS_ENVIRONMENT = EXEEXT='@EXEEXT@' srcdir='$(srcdir)' \ +! LOCALE_EN_UTF8='@LOCALE_EN_UTF8@' LOCALE_FR='@LOCALE_FR@' \ +! LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \ +! LOCALE_EN_UTF8='@LOCALE_EN_UTF8@' LOCALE_FR='@LOCALE_FR@' \ +! LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' LIBSIGSEGV='@LIBSIGSEGV@' \ +! LOCALE_FR='@LOCALE_FR@' LOCALE_TR_UTF8='@LOCALE_TR_UTF8@' \ +! LOCALE_EN_UTF8='@LOCALE_EN_UTF8@' LOCALE_FR='@LOCALE_FR@' \ +! LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' LOCALE_JA='@LOCALE_JA@' \ +! LOCALE_ZH_CN='@LOCALE_ZH_CN@' \ +! LOCALE_EN_UTF8='@LOCALE_EN_UTF8@' LOCALE_FR='@LOCALE_FR@' \ +! LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' LOCALE_JA='@LOCALE_JA@' \ +! LOCALE_ZH_CN='@LOCALE_ZH_CN@' \ +! LOCALE_EN_UTF8='@LOCALE_EN_UTF8@' LOCALE_FR='@LOCALE_FR@' \ +! LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' LOCALE_JA='@LOCALE_JA@' \ +! LOCALE_ZH_CN='@LOCALE_ZH_CN@' \ +! LOCALE_EN_UTF8='@LOCALE_EN_UTF8@' LOCALE_FR='@LOCALE_FR@' \ +! LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' LOCALE_JA='@LOCALE_JA@' \ +! LOCALE_ZH_CN='@LOCALE_ZH_CN@' \ +! LOCALE_EN_UTF8='@LOCALE_EN_UTF8@' LOCALE_FR='@LOCALE_FR@' \ +! LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' LOCALE_JA='@LOCALE_JA@' \ +! LOCALE_ZH_CN='@LOCALE_ZH_CN@' \ +! LOCALE_EN_UTF8='@LOCALE_EN_UTF8@' LOCALE_FR='@LOCALE_FR@' \ +! LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' LOCALE_JA='@LOCALE_JA@' \ +! LOCALE_ZH_CN='@LOCALE_ZH_CN@' \ +! LOCALE_EN_UTF8='@LOCALE_EN_UTF8@' LOCALE_FR='@LOCALE_FR@' \ +! LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' LOCALE_JA='@LOCALE_JA@' \ +! LOCALE_ZH_CN='@LOCALE_ZH_CN@' \ +! LOCALE_EN_UTF8='@LOCALE_EN_UTF8@' LOCALE_FR='@LOCALE_FR@' \ +! LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' LOCALE_JA='@LOCALE_JA@' \ +! LOCALE_ZH_CN='@LOCALE_ZH_CN@' \ +! LOCALE_EN_UTF8='@LOCALE_EN_UTF8@' LOCALE_FR='@LOCALE_FR@' \ +! LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' LOCALE_JA='@LOCALE_JA@' \ +! LOCALE_ZH_CN='@LOCALE_ZH_CN@' \ +! LOCALE_EN_UTF8='@LOCALE_EN_UTF8@' LOCALE_FR='@LOCALE_FR@' \ +! LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' LOCALE_JA='@LOCALE_JA@' \ +! LOCALE_ZH_CN='@LOCALE_ZH_CN@' \ +! LOCALE_EN_UTF8='@LOCALE_EN_UTF8@' LOCALE_FR='@LOCALE_FR@' \ +! LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' LOCALE_JA='@LOCALE_JA@' \ +! LOCALE_ZH_CN='@LOCALE_ZH_CN@' \ +! LOCALE_EN_UTF8='@LOCALE_EN_UTF8@' LOCALE_FR='@LOCALE_FR@' \ +! LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' LOCALE_JA='@LOCALE_JA@' \ +! LOCALE_ZH_CN='@LOCALE_ZH_CN@' \ +! LOCALE_EN_UTF8='@LOCALE_EN_UTF8@' LOCALE_FR='@LOCALE_FR@' \ +! LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' LOCALE_JA='@LOCALE_JA@' \ +! LOCALE_ZH_CN='@LOCALE_ZH_CN@' \ +! LOCALE_EN_UTF8='@LOCALE_EN_UTF8@' LOCALE_FR='@LOCALE_FR@' \ +! LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' LOCALE_JA='@LOCALE_JA@' \ +! LOCALE_ZH_CN='@LOCALE_ZH_CN@' \ +! LOCALE_EN_UTF8='@LOCALE_EN_UTF8@' LOCALE_FR='@LOCALE_FR@' \ +! LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' LOCALE_JA='@LOCALE_JA@' \ +! LOCALE_ZH_CN='@LOCALE_ZH_CN@' \ +! LOCALE_EN_UTF8='@LOCALE_EN_UTF8@' LOCALE_FR='@LOCALE_FR@' \ +! LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' LOCALE_JA='@LOCALE_JA@' \ +! LOCALE_ZH_CN='@LOCALE_ZH_CN@' \ +! LOCALE_EN_UTF8='@LOCALE_EN_UTF8@' LOCALE_FR='@LOCALE_FR@' \ +! LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' LOCALE_JA='@LOCALE_JA@' \ +! LOCALE_ZH_CN='@LOCALE_ZH_CN@' \ +! LOCALE_EN_UTF8='@LOCALE_EN_UTF8@' LOCALE_FR='@LOCALE_FR@' \ +! LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' LOCALE_JA='@LOCALE_JA@' \ +! LOCALE_ZH_CN='@LOCALE_ZH_CN@' \ +! LOCALE_EN_UTF8='@LOCALE_EN_UTF8@' LOCALE_FR='@LOCALE_FR@' \ +! LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' LOCALE_JA='@LOCALE_JA@' \ +! LOCALE_ZH_CN='@LOCALE_ZH_CN@' \ +! LOCALE_TR_UTF8='@LOCALE_TR_UTF8@' \ +! LOCALE_EN_UTF8='@LOCALE_EN_UTF8@' \ +! LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \ +! LOCALE_EN_UTF8='@LOCALE_EN_UTF8@' LOCALE_FR='@LOCALE_FR@' \ +! LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' LOCALE_JA='@LOCALE_JA@' \ +! LOCALE_ZH_CN='@LOCALE_ZH_CN@' \ +! LOCALE_EN_UTF8='@LOCALE_EN_UTF8@' LOCALE_FR='@LOCALE_FR@' \ +! LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' LOCALE_JA='@LOCALE_JA@' \ +! LOCALE_ZH_CN='@LOCALE_ZH_CN@' \ +! LOCALE_EN_UTF8='@LOCALE_EN_UTF8@' LOCALE_FR='@LOCALE_FR@' \ +! LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' LOCALE_JA='@LOCALE_JA@' \ +! LOCALE_ZH_CN='@LOCALE_ZH_CN@' LOCALE_FR='@LOCALE_FR@' \ +! LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' LOCALE_FR='@LOCALE_FR@' \ +! LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' abs_aux_dir='$(abs_aux_dir)' \ +! abs_aux_dir='$(abs_aux_dir)' MAKE='$(MAKE)' \ +! LOCALE_EN_UTF8='@LOCALE_EN_UTF8@' LOCALE_FR='@LOCALE_FR@' \ +! LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' LOCALE_JA='@LOCALE_JA@' \ +! LOCALE_ZH_CN='@LOCALE_ZH_CN@' +! noinst_HEADERS = +! noinst_LIBRARIES = +! check_LIBRARIES = libtests.a +! pkgdata_DATA = +! EXTRA_DIST = w32sock.h test-accept.c signature.h macros.h \ +! test-alignasof.c macros.h alloca.c test-alloca-opt.c \ +! test-argmatch.c macros.h arpa_inet.in.h test-arpa_inet-h.c \ +! test-assert.c test-binary-io.sh test-binary-io.c macros.h \ +! w32sock.h test-bind.c signature.h macros.h test-bitrotate.c \ +! macros.h test-bool.c test-btoc32-1.sh test-btoc32-2.sh \ +! test-btoc32-3.sh test-btoc32.c signature.h macros.h \ +! test-btowc-1.sh test-btowc-2.sh test-btowc-3.sh test-btowc.c \ +! signature.h macros.h test-c-ctype.c macros.h test-c-stack.c \ +! test-c-stack.sh test-c-stack2.sh macros.h test-c-strcase.sh \ +! test-c-strcasecmp.c test-c-strncasecmp.c macros.h \ +! str-two-way.h test-c-strcasestr.c macros.h \ +! test-c32_apply_type_test.c signature.h macros.h \ +! test-c32_get_type_test.c signature.h macros.h \ +! test-c32isalnum.sh test-c32isalnum.c signature.h macros.h \ +! test-c32isalpha.sh test-c32isalpha.c signature.h macros.h \ +! test-c32isblank.sh test-c32isblank.c signature.h macros.h \ +! test-c32iscntrl.sh test-c32iscntrl.c signature.h macros.h \ +! test-c32isdigit.sh test-c32isdigit.c signature.h macros.h \ +! test-c32isgraph.sh test-c32isgraph.c signature.h macros.h \ +! test-c32islower.sh test-c32islower.c signature.h macros.h \ +! test-c32isprint.sh test-c32isprint.c signature.h macros.h \ +! test-c32ispunct.sh test-c32ispunct.c signature.h macros.h \ +! test-c32isspace.sh test-c32isspace.c signature.h macros.h \ +! test-c32isupper.sh test-c32isupper.c signature.h macros.h \ +! test-c32isxdigit.sh test-c32isxdigit.c signature.h macros.h \ +! test-c32rtomb.sh test-c32rtomb.c test-c32rtomb-w32-2.sh \ +! test-c32rtomb-w32-3.sh test-c32rtomb-w32-4.sh \ +! test-c32rtomb-w32-5.sh test-c32rtomb-w32-6.sh \ +! test-c32rtomb-w32-7.sh test-c32rtomb-w32-8.sh \ +! test-c32rtomb-w32.c signature.h macros.h test-c32tolower.sh \ +! test-c32tolower.c signature.h macros.h test-c32width.c \ +! signature.h macros.h test-calloc-gnu.c macros.h \ +! test-calloc-posix.c macros.h test-chdir.c signature.h macros.h \ +! test-cloexec.c macros.h test-close.c signature.h macros.h \ +! concat-filename.h w32sock.h test-connect.c signature.h \ +! macros.h test-ctype.c test-dirent-h.c test-dirfd.c macros.h \ +! test-dirname.c test-dup.c signature.h macros.h test-dup2.c \ +! signature.h macros.h test-environ.c test-errno-h.c \ +! test-error.sh test-error.c macros.h test-exclude.c \ +! test-exclude1.sh test-exclude2.sh test-exclude3.sh \ +! test-exclude4.sh test-exclude5.sh test-exclude6.sh \ +! test-exclude7.sh test-exclude8.sh test-fchdir.c signature.h \ +! macros.h test-fcntl-h.c test-fcntl.c signature.h macros.h \ +! test-fdopen.c signature.h macros.h test-fdopendir.c \ +! signature.h macros.h test-fgetc.c signature.h macros.h \ +! test-filenamecat.c float.in.h test-float-h.c macros.h \ +! test-fnmatch-h.c test-fnmatch-1.sh test-fnmatch-2.sh \ +! test-fnmatch-3.sh test-fnmatch-4.sh test-fnmatch-5.sh \ +! test-fnmatch.c test-fnmatch-w32-2.sh test-fnmatch-w32-3.sh \ +! test-fnmatch-w32-4.sh test-fnmatch-w32-5.sh \ +! test-fnmatch-w32-6.sh test-fnmatch-w32-7.sh \ +! test-fnmatch-w32-8.sh test-fnmatch-w32.c signature.h macros.h \ +! test-fopen-gnu.c macros.h test-fopen.h test-fopen.c \ +! signature.h macros.h fpucw.h test-fputc.c signature.h macros.h \ +! test-fread.c signature.h macros.h test-free.c macros.h \ +! test-freopen.c signature.h macros.h test-fstat.c signature.h \ +! macros.h test-fstatat.c test-lstat.h test-stat.h signature.h \ +! macros.h test-ftruncate.c test-ftruncate.sh signature.h \ +! macros.h test-fwrite.c signature.h macros.h test-getcwd-lgpl.c \ +! signature.h macros.h test-getdtablesize.c signature.h macros.h \ +! macros.h signature.h test-getopt-gnu.c test-getopt-main.h \ +! test-getopt.h test-getopt_long.h macros.h signature.h \ +! test-getopt-posix.c test-getopt-main.h test-getopt.h \ +! test-getprogname.c test-getrandom.c signature.h macros.h \ +! test-gettext-h.c test-gettimeofday.c signature.h macros.h \ +! test-dynarray.c macros.h test-hard-locale.c locale.c \ +! test-hash.c macros.h test-ignore-value.c test-inet_pton.c \ +! signature.h macros.h test-intprops.c macros.h anytostr.c \ +! inttostr.h macros.h test-inttostr.c test-inttypes-h.c \ +! w32sock.h test-ioctl.c signature.h macros.h test-isblank.c \ +! signature.h macros.h float+.h isnan.c isnand-nolibm.h isnand.c \ +! test-isnand-nolibm.c test-isnand.h minus-zero.h infinity.h \ +! macros.h float+.h isnan.c isnanf-nolibm.h isnanf.c \ +! test-isnanf-nolibm.c test-isnanf.h minus-zero.h infinity.h \ +! macros.h float+.h isnan.c isnanl-nolibm.h isnanl.c \ +! test-isnanl-nolibm.c test-isnanl.h minus-zero.h infinity.h \ +! macros.h test-iswblank.c macros.h test-iswctype.c signature.h \ +! macros.h test-iswdigit.sh test-iswdigit.c signature.h macros.h \ +! test-iswpunct.sh test-iswpunct.c signature.h macros.h \ +! test-iswxdigit.sh test-iswxdigit.c signature.h macros.h \ +! test-langinfo-h.c test-largefile.c test-limits-h.c w32sock.h \ +! test-listen.c signature.h macros.h test-localcharset.c \ +! test-localcharset-w32utf8.sh test-localcharset-w32utf8.c \ +! windows-utf8.rc windows-utf8.manifest test-locale-h.c \ +! test-localeconv.c signature.h macros.h test-lstat.h \ +! test-lstat.c signature.h macros.h test-malloc-gnu.c macros.h \ +! test-malloc-posix.c macros.h test-malloca.c math.in.h \ +! test-math-h.c macros.h test-mbrtoc32-1.sh test-mbrtoc32-2.sh \ +! test-mbrtoc32-3.sh test-mbrtoc32-4.sh test-mbrtoc32-5.sh \ +! test-mbrtoc32.c test-mbrtoc32-w32-2.sh test-mbrtoc32-w32-3.sh \ +! test-mbrtoc32-w32-4.sh test-mbrtoc32-w32-5.sh \ +! test-mbrtoc32-w32-6.sh test-mbrtoc32-w32-7.sh \ +! test-mbrtoc32-w32-8.sh test-mbrtoc32-w32.c signature.h \ +! macros.h test-mbrtowc-1.sh test-mbrtowc-2.sh test-mbrtowc-3.sh \ +! test-mbrtowc-4.sh test-mbrtowc-5.sh test-mbrtowc.c \ +! test-mbrtowc-w32-2.sh test-mbrtowc-w32-3.sh \ +! test-mbrtowc-w32-4.sh test-mbrtowc-w32-5.sh \ +! test-mbrtowc-w32-6.sh test-mbrtowc-w32-7.sh \ +! test-mbrtowc-w32-8.sh test-mbrtowc-w32.c \ +! test-mbrtowc-w32utf8.sh test-mbrtowc-w32utf8.c windows-utf8.rc \ +! windows-utf8.manifest signature.h macros.h test-mbscasecmp.sh \ +! test-mbscasecmp.c macros.h test-mbsinit.sh test-mbsinit.c \ +! signature.h macros.h test-mbsrtoc32s-1.sh test-mbsrtoc32s-2.sh \ +! test-mbsrtoc32s-3.sh test-mbsrtoc32s-4.sh test-mbsrtoc32s-5.sh \ +! test-mbsrtoc32s.c signature.h macros.h test-mbsrtowcs-1.sh \ +! test-mbsrtowcs-2.sh test-mbsrtowcs-3.sh test-mbsrtowcs-4.sh \ +! test-mbsrtowcs-5.sh test-mbsrtowcs.c signature.h macros.h \ +! test-mcel-1.sh test-mcel-2.sh test-mcel-3.sh test-mcel-4.sh \ +! test-mcel-5.sh test-mcel.c macros.h test-memchr.c \ +! zerosize-ptr.h signature.h macros.h test-memrchr.c \ +! zerosize-ptr.h signature.h macros.h test-mkdir.h test-mkdir.c \ +! signature.h macros.h test-nanosleep.c signature.h macros.h \ +! netinet_in.in.h test-netinet_in-h.c test-nl_langinfo1.sh \ +! test-nl_langinfo2.sh test-nl_langinfo1.c test-nl_langinfo2.c \ +! test-nl_langinfo-mt.c signature.h macros.h test-nstrftime-1.sh \ +! test-nstrftime-2.sh test-nstrftime.c test-nstrftime.h macros.h \ +! test-nullptr.c macros.h test-once.c macros.h test-open.h \ +! test-open.c signature.h macros.h test-openat.c test-open.h \ +! signature.h macros.h test-pathmax.c macros.h signature.h \ +! test-perror.c test-perror2.c test-perror.sh test-pipe.c \ +! signature.h macros.h test-popen.h test-popen.c signature.h \ +! macros.h priv-set.h test-priv-set.c macros.h test-pselect.c \ +! test-select.h macros.h signature.h test-pthread-cond.c \ +! virtualbox.h macros.h test-pthread.c test-pthread-mutex.c \ +! test-pthread-mutex-type.c atomic-int-posix.h macros.h \ +! test-pthread-once1.c test-pthread-once2.c macros.h \ +! test-pthread-rwlock.c atomic-int-posix.h macros.h \ +! test-pthread-thread.c macros.h test-pthread_sigmask1.c \ +! test-pthread_sigmask2.c signature.h virtualbox.h macros.h \ +! test-putenv.c macros.h signature.h test-quotearg-simple.c \ +! test-quotearg.h macros.h zerosize-ptr.h test-raise.c \ +! signature.h macros.h test-random.c test-random-mt.c \ +! signature.h macros.h test-random_r.c signature.h macros.h \ +! test-rawmemchr.c zerosize-ptr.h signature.h macros.h \ +! test-readlink.h test-readlink.c signature.h macros.h \ +! test-readlink.h test-readlinkat.c signature.h macros.h \ +! test-realloc-posix.c macros.h test-reallocarray.c signature.h \ +! macros.h test-regex.c macros.h test-rmdir.h test-rmdir.c \ +! signature.h macros.h root-uid.h test-sched-h.c macros.h \ +! signature.h test-select.c test-select.h test-select-fd.c \ +! test-select-in.sh test-select-out.sh test-select-stdin.c \ +! test-setenv.c signature.h macros.h test-setlocale_null.c \ +! test-setlocale_null-mt-one.c test-setlocale_null-mt-all.c \ +! test-setlocale_null-unlocked.c w32sock.h test-setsockopt.c \ +! signature.h macros.h test-sh-quote.c macros.h test-sigaction.c \ +! signature.h macros.h test-signal-h.c float+.h test-signbit.c \ +! minus-zero.h infinity.h macros.h test-sigprocmask.c \ +! signature.h virtualbox.h macros.h test-sigsegv-catch-segv1.c \ +! test-sigsegv-catch-segv2.c test-sigsegv-catch-stackoverflow1.c \ +! test-sigsegv-catch-stackoverflow2.c altstack-util.h \ +! mmap-anon-util.h test-sleep.c signature.h macros.h _Noreturn.h \ +! arg-nonnull.h c++defs.h warn-on-use.h snprintf.c \ +! test-snprintf.c signature.h macros.h w32sock.h w32sock.h \ +! test-sockets.c test-stat.h test-stat.c signature.h macros.h \ +! test-stat-time.c macros.h nap.h test-stdbit-h.c macros.h \ +! from-glibc/tst-stdc_bit_width.c from-glibc/tst-stdbit.h \ +! from-glibc/support/test-driver.c macros.h \ +! from-glibc/tst-stdc_leading_zeros.c from-glibc/tst-stdbit.h \ +! from-glibc/support/test-driver.c macros.h macros.h \ +! test-intprops.c test-stdckdint-h.c test-stddef-h.c \ +! test-stdint-h.c test-stdio-h.c macros.h test-stdlib-h.c \ +! test-sys_wait-h.h test-str_startswith.c macros.h \ +! test-strerror.c signature.h macros.h strerror_r.c \ +! test-strerror_r.c signature.h macros.h test-string-h.c \ +! test-strings-h.c test-strnlen.c zerosize-ptr.h signature.h \ +! macros.h test-strtoimax.c signature.h macros.h test-strtoll.c \ +! signature.h macros.h test-symlink.h test-symlink.c signature.h \ +! macros.h at-func.c test-symlink.h test-symlinkat.c signature.h \ +! macros.h sys_ioctl.in.h test-sys_ioctl-h.c test-sys_random-h.c \ +! sys_select.in.h test-sys_select-h.c signature.h \ +! sys_socket.in.h test-sys_socket-h.c macros.h test-sys_stat-h.c \ +! test-sys_time-h.c test-sys_types-h.c sys_uio.in.h \ +! test-sys_uio-h.c test-sys_wait-h.c test-sys_wait-h.h init.sh \ +! test-init.sh test-thread_self.c test-thread_create.c macros.h \ +! test-time-h.c test-time.c signature.h macros.h test-gmtime_r.c \ +! test-gmtime_r-mt.c test-localtime_r.c test-localtime_r-mt.c \ +! macros.h test-timespec.c macros.h test-timespec_get.c \ +! signature.h macros.h test-uchar-h.c unicase/test-uc_tolower.c \ +! unicase/test-mapping-part1.h unicase/test-mapping-part2.h \ +! macros.h unictype/test-ctype_alnum.c \ +! unictype/test-predicate-part1.h \ +! unictype/test-predicate-part2.h macros.h \ +! unictype/test-ctype_alpha.c unictype/test-predicate-part1.h \ +! unictype/test-predicate-part2.h macros.h \ +! unictype/test-ctype_blank.c unictype/test-predicate-part1.h \ +! unictype/test-predicate-part2.h macros.h \ +! unictype/test-ctype_cntrl.c unictype/test-predicate-part1.h \ +! unictype/test-predicate-part2.h macros.h \ +! unictype/test-ctype_digit.c unictype/test-predicate-part1.h \ +! unictype/test-predicate-part2.h macros.h \ +! unictype/test-ctype_graph.c unictype/test-predicate-part1.h \ +! unictype/test-predicate-part2.h macros.h \ +! unictype/test-ctype_lower.c unictype/test-predicate-part1.h \ +! unictype/test-predicate-part2.h macros.h \ +! unictype/test-ctype_print.c unictype/test-predicate-part1.h \ +! unictype/test-predicate-part2.h macros.h \ +! unictype/test-ctype_punct.c unictype/test-predicate-part1.h \ +! unictype/test-predicate-part2.h macros.h \ +! unictype/test-ctype_space.c unictype/test-predicate-part1.h \ +! unictype/test-predicate-part2.h macros.h \ +! unictype/test-ctype_upper.c unictype/test-predicate-part1.h \ +! unictype/test-predicate-part2.h macros.h \ +! unictype/test-ctype_xdigit.c unictype/test-predicate-part1.h \ +! unictype/test-predicate-part2.h macros.h test-unistd-h.c \ +! unistr/test-u32-chr.c unistr/test-chr.h zerosize-ptr.h \ +! macros.h unistr/test-u32-cpy.c unistr/test-cpy.h macros.h \ +! unistr/test-u32-pcpy.c unistr/test-pcpy.h macros.h \ +! unistr/u-set.h unistr/test-u32-set.c unistr/test-set.h \ +! macros.h unistr/test-u32-strcat.c unistr/test-strcat.h \ +! macros.h unistr/test-u32-strlen.c macros.h \ +! uniwidth/test-uc_width.c uniwidth/test-uc_width2.c \ +! uniwidth/test-uc_width2.sh macros.h test-unlink.h \ +! test-unlink.c signature.h macros.h at-func.c test-unlinkat.c \ +! test-rmdir.h test-unlink.h signature.h macros.h unlinkdir.h \ +! test-unsetenv.c signature.h macros.h test-update-copyright.sh \ +! asnprintf.c float+.h printf-args.c printf-args.h \ +! printf-parse.c printf-parse.h vasnprintf.c vasnprintf.h \ +! test-vasnprintf.c macros.h test-vc-list-files-git.sh \ +! test-vc-list-files-cvs.sh test-verify.c test-verify-try.c \ +! test-verify.sh test-version-etc.c test-version-etc.sh \ +! test-wchar-h.c test-wcrtomb.sh test-wcrtomb.c \ +! test-wcrtomb-w32-2.sh test-wcrtomb-w32-3.sh \ +! test-wcrtomb-w32-4.sh test-wcrtomb-w32-5.sh \ +! test-wcrtomb-w32-6.sh test-wcrtomb-w32-7.sh \ +! test-wcrtomb-w32-8.sh test-wcrtomb-w32.c signature.h macros.h \ +! wctomb-impl.h test-wctype-h.c macros.h test-wctype.c \ +! signature.h macros.h test-wcwidth.c signature.h macros.h \ +! windows-cond.h windows-initguard.h test-windows-mutex-type.c \ +! macros.h test-windows-recmutex-type.c macros.h \ +! windows-thread.h windows-initguard.h windows-timedmutex.h \ +! test-windows-timedmutex-type.c macros.h windows-initguard.h \ +! windows-timedrecmutex.h test-windows-timedrecmutex-type.c \ +! macros.h windows-initguard.h windows-timedrwlock.h \ +! windows-tls.h test-wmemchr.c macros.h test-xalloc-die.c \ +! test-xalloc-die.sh concat-filename.h xgetcwd.h test-xstdopen.c \ +! test-xstdopen.sh macros.h test-xstrtoimax.c test-xstrtoimax.sh \ +! xstrtol-error.h test-xstrtol.c test-xstrtoul.c test-xstrtol.sh \ +! macros.h test-year2038.c +! BUILT_SOURCES = arpa/inet.h $(FLOAT_H) math.h $(NETINET_IN_H) \ +! sys/ioctl.h sys/select.h sys/socket.h sys/uio.h +! SUFFIXES = +! +! # This test expects compilation of test-verify-try.c to fail, and +! # each time it fails, the makefile rule does not perform the usual +! # "mv -f $name.Tpo $name.po, so tell make clean to remove that file. +! MOSTLYCLEANFILES = core *.stackdump arpa/inet.h arpa/inet.h-t \ +! t-c-stack.tmp t-c-stack2.tmp float.h float.h-t \ +! $(am__append_15) math.h math.h-t1 math.h-t2 math.h-t3 \ +! math.h-t4 math.h-t5 math.h-t6 $(am__append_17) netinet/in.h \ +! netinet/in.h-t sys/ioctl.h sys/ioctl.h-t sys/select.h \ +! sys/select.h-t sys/socket.h sys/socket.h-t sys/uio.h \ +! sys/uio.h-t .deps/test-verify-try.Tpo +! MOSTLYCLEANDIRS = arpa netinet sys sys sys sys +! CLEANFILES = +! DISTCLEANFILES = +! MAINTAINERCLEANFILES = +! CXXFLAGS = @GL_CXXFLAG_ALLOW_WARNINGS@ @CXXFLAGS@ +! AM_CPPFLAGS = \ +! -D@gltests_WITNESS@=1 \ +! -I. -I$(srcdir) \ +! -I.. -I$(srcdir)/.. \ +! -I../lib -I$(srcdir)/../lib +! +! LDADD = libtests.a ../lib/libdiffutils.a libtests.a ../lib/libdiffutils.a libtests.a $(LIBTESTS_LIBDEPS) +! libtests_a_SOURCES = $(am__append_1) arpa_inet.c $(am__append_2) \ +! $(am__append_3) c-strcasestr.h c-strcasestr.c $(am__append_4) \ +! c32tob.c concat-filename.c $(am__append_5) dtotimespec.c \ +! $(am__append_6) $(am__append_7) $(am__append_8) \ +! $(am__append_9) hash-pjw.h hash-pjw.c $(am__append_10) \ +! imaxtostr.c inttostr.c offtostr.c uinttostr.c umaxtostr.c \ +! $(am__append_11) $(am__append_12) math.c nan.h \ +! $(am__append_18) $(am__append_19) $(am__append_20) priv-set.c \ +! $(am__append_21) $(am__append_22) $(am__append_23) \ +! $(am__append_24) $(am__append_25) $(am__append_26) \ +! $(am__append_27) $(am__append_29) $(am__append_30) \ +! $(am__append_31) $(am__append_32) $(am__append_33) \ +! $(am__append_34) $(am__append_35) $(am__append_36) \ +! signed-nan.h signed-snan.h size_max.h $(am__append_38) snan.h \ +! $(am__append_39) sockets.h sockets.c str_startswith.c \ +! $(am__append_40) $(am__append_41) sys_socket.c \ +! glthread/thread.h glthread/thread.c $(am__append_42) \ +! timespec-add.c timespec-sub.c $(am__append_43) \ +! $(am__append_44) $(am__append_45) unlinkdir.c vsnzprintf.c \ +! $(am__append_46) $(am__append_47) $(am__append_48) \ +! $(am__append_49) $(am__append_50) $(am__append_51) \ +! $(am__append_52) $(am__append_53) xconcat-filename.c xgetcwd.c \ +! xsize.h xsize.c xstrtol-error.c glthread/yield.h +! libtests_a_LIBADD = $(gltests_LIBOBJS) @ALLOCA@ +! libtests_a_DEPENDENCIES = $(gltests_LIBOBJS) @ALLOCA@ +! EXTRA_libtests_a_SOURCES = alloca.c anytostr.c isnan.c isnand.c \ +! isnan.c isnanf.c isnan.c isnanl.c snprintf.c strerror_r.c \ +! at-func.c at-func.c asnprintf.c printf-args.c printf-parse.c \ +! vasnprintf.c +! AM_LIBTOOLFLAGS = --preserve-dup-deps +! IGNORE_SKIPPED_LOGS = 1 +! test_accept_LDADD = $(LDADD) @LIBSOCKET@ +! test_argmatch_LDADD = $(LDADD) $(LIBUNISTRING) @LIBINTL@ $(MBRTOWC_LIB) $(LIBC32CONV) +! test_bind_LDADD = $(LDADD) @LIBSOCKET@ $(INET_PTON_LIB) +! test_btoc32_LDADD = $(LDADD) $(LIBUNISTRING) $(SETLOCALE_LIB) $(LIBC32CONV) +! test_btowc_LDADD = $(LDADD) $(SETLOCALE_LIB) +! test_c_ctype_LDADD = $(LDADD) $(SETLOCALE_LIB) +! test_c_stack_LDADD = $(LDADD) $(LIBCSTACK) @LIBINTL@ +! test_c_strcasecmp_LDADD = $(LDADD) $(SETLOCALE_LIB) +! test_c_strncasecmp_LDADD = $(LDADD) $(SETLOCALE_LIB) +! test_c32_apply_type_test_LDADD = $(LDADD) $(LIBUNISTRING) $(LIBC32CONV) +! test_c32_get_type_test_LDADD = $(LDADD) $(LIBUNISTRING) $(LIBC32CONV) +! test_c32isalnum_LDADD = $(LDADD) $(SETLOCALE_LIB) $(MBRTOWC_LIB) $(LIBUNISTRING) $(LIBC32CONV) +! test_c32isalpha_LDADD = $(LDADD) $(SETLOCALE_LIB) $(MBRTOWC_LIB) $(LIBUNISTRING) $(LIBC32CONV) +! test_c32isblank_LDADD = $(LDADD) $(SETLOCALE_LIB) $(MBRTOWC_LIB) $(LIBUNISTRING) $(LIBC32CONV) +! test_c32iscntrl_LDADD = $(LDADD) $(SETLOCALE_LIB) $(MBRTOWC_LIB) $(LIBUNISTRING) $(LIBC32CONV) +! test_c32isdigit_LDADD = $(LDADD) $(SETLOCALE_LIB) $(MBRTOWC_LIB) $(LIBUNISTRING) $(LIBC32CONV) +! test_c32isgraph_LDADD = $(LDADD) $(SETLOCALE_LIB) $(MBRTOWC_LIB) $(LIBUNISTRING) $(LIBC32CONV) +! test_c32islower_LDADD = $(LDADD) $(SETLOCALE_LIB) $(MBRTOWC_LIB) $(LIBUNISTRING) $(LIBC32CONV) +! test_c32isprint_LDADD = $(LDADD) $(SETLOCALE_LIB) $(MBRTOWC_LIB) $(LIBUNISTRING) $(LIBC32CONV) +! test_c32ispunct_LDADD = $(LDADD) $(SETLOCALE_LIB) $(MBRTOWC_LIB) $(LIBUNISTRING) $(LIBC32CONV) +! test_c32isspace_LDADD = $(LDADD) $(SETLOCALE_LIB) $(MBRTOWC_LIB) $(LIBUNISTRING) $(LIBC32CONV) +! test_c32isupper_LDADD = $(LDADD) $(SETLOCALE_LIB) $(MBRTOWC_LIB) $(LIBUNISTRING) $(LIBC32CONV) +! test_c32isxdigit_LDADD = $(LDADD) $(SETLOCALE_LIB) $(MBRTOWC_LIB) $(LIBUNISTRING) $(LIBC32CONV) +! test_c32rtomb_LDADD = $(LDADD) $(LIBUNISTRING) $(SETLOCALE_LIB) $(LIBC32CONV) +! test_c32tolower_LDADD = $(LDADD) $(SETLOCALE_LIB) $(MBRTOWC_LIB) $(LIBUNISTRING) $(LIBC32CONV) +! test_c32width_LDADD = $(LDADD) $(SETLOCALE_LIB) $(LIBUNISTRING) $(LIBC32CONV) +! test_connect_LDADD = $(LDADD) @LIBSOCKET@ $(INET_PTON_LIB) +! test_dirname_LDADD = $(LDADD) @LIBINTL@ +! test_error_LDADD = $(LDADD) $(LIBINTL) +! test_exclude_LDADD = $(LDADD) $(LIBUNISTRING) @LIBINTL@ $(MBRTOWC_LIB) $(LIBTHREAD) $(LIBC32CONV) +! test_fchdir_LDADD = $(LDADD) $(LIBINTL) +! test_fdopendir_LDADD = $(LDADD) @LIBINTL@ +! test_filenamecat_LDADD = $(LDADD) @LIBINTL@ +! test_fnmatch_LDADD = $(LDADD) $(SETLOCALE_LIB) $(LIBUNISTRING) $(MBRTOWC_LIB) +! test_fnmatch_w32_LDADD = $(LDADD) $(SETLOCALE_LIB) $(LIBUNISTRING) $(MBRTOWC_LIB) +! test_fstatat_LDADD = $(LDADD) @LIBINTL@ +! +! # In 'sed', replace the pattern space with a "DO NOT EDIT" comment. +! SED_HEADER_NOEDIT = s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */, +! +! # '$(SED_HEADER_STDOUT) -e "..."' runs 'sed' but first outputs "DO NOT EDIT". +! SED_HEADER_STDOUT = sed -e 1h -e '1$(SED_HEADER_NOEDIT)' -e 1G +! +! # '$(SED_HEADER_TO_AT_t) FILE' copies FILE to $@-t, prepending a leading +! # "DO_NOT_EDIT". Although this could be done more simply via: +! # SED_HEADER_TO_AT_t = $(SED_HEADER_STDOUT) > $@-t +! # the -n and 'w' avoid a fork+exec, at least when GNU Make is used. +! SED_HEADER_TO_AT_t = $(SED_HEADER_STDOUT) -n -e 'w $@-t' +! +! # Use $(gl_V_at) instead of $(AM_V_GEN) or $(AM_V_at) on a line that +! # is its recipe's first line if and only if @NMD@ lines are absent. +! gl_V_at = $(AM_V_GEN) +! test_getcwd_lgpl_LDADD = $(LDADD) $(LIBINTL) +! test_getopt_gnu_LDADD = $(LDADD) $(LIBINTL) +! test_getopt_posix_LDADD = $(LDADD) $(LIBINTL) +! test_getprogname_LDADD = $(LDADD) +! test_getrandom_LDADD = $(LDADD) @GETRANDOM_LIB@ +! test_gettext_h_LDADD = $(LDADD) $(LIBINTL) +! test_hard_locale_LDADD = $(LDADD) $(SETLOCALE_LIB) @HARD_LOCALE_LIB@ +! current_locale_SOURCES = locale.c +! test_inet_pton_LDADD = $(LDADD) @INET_PTON_LIB@ +! test_iswdigit_LDADD = $(LDADD) $(SETLOCALE_LIB) $(MBRTOWC_LIB) +! test_iswpunct_LDADD = $(LDADD) $(SETLOCALE_LIB) $(MBRTOWC_LIB) +! test_iswxdigit_LDADD = $(LDADD) $(SETLOCALE_LIB) $(MBRTOWC_LIB) +! test_listen_LDADD = $(LDADD) @LIBSOCKET@ +! test_localcharset_LDADD = $(LDADD) $(SETLOCALE_LIB) +! @OS_IS_NATIVE_WINDOWS_TRUE@test_localcharset_w32utf8_LDADD = $(LDADD) test-localcharset-windows-utf8.res $(SETLOCALE_LIB) +! test_mbrtoc32_LDADD = $(LDADD) $(LIBUNISTRING) $(SETLOCALE_LIB) $(MBRTOWC_LIB) $(LIBC32CONV) +! test_mbrtowc_LDADD = $(LDADD) $(SETLOCALE_LIB) $(MBRTOWC_LIB) +! @OS_IS_NATIVE_WINDOWS_TRUE@test_mbrtowc_w32utf8_LDADD = $(LDADD) test-mbrtowc-windows-utf8.res $(SETLOCALE_LIB) +! test_mbscasecmp_LDADD = $(LDADD) $(LIBUNISTRING) $(SETLOCALE_LIB) $(MBRTOWC_LIB) $(LIBC32CONV) +! test_mbsinit_LDADD = $(LDADD) $(SETLOCALE_LIB) $(MBRTOWC_LIB) +! test_mbsrtoc32s_LDADD = $(LDADD) $(LIBUNISTRING) $(SETLOCALE_LIB) $(MBRTOWC_LIB) $(LIBC32CONV) +! test_mbsrtowcs_LDADD = $(LDADD) $(SETLOCALE_LIB) $(MBRTOWC_LIB) +! test_mcel_LDADD = $(LDADD) $(LIBUNISTRING) $(SETLOCALE_LIB) $(MBRTOWC_LIB) $(LIBC32CONV) +! test_nanosleep_LDADD = $(LDADD) $(NANOSLEEP_LIB) +! test_nl_langinfo1_LDADD = $(LDADD) $(SETLOCALE_LIB) +! test_nl_langinfo2_LDADD = $(LDADD) $(SETLOCALE_LIB) +! test_nl_langinfo_mt_LDADD = $(LDADD) $(SETLOCALE_LIB) $(LIBMULTITHREAD) $(NANOSLEEP_LIB) +! test_nstrftime_LDADD = $(LDADD) $(SETLOCALE_LIB) +! test_once1_SOURCES = test-once.c +! test_once1_LDADD = $(LDADD) @LIBTHREAD@ +! test_once2_SOURCES = test-once.c +! test_once2_LDADD = $(LDADD) @LIBMULTITHREAD@ +! test_openat_LDADD = $(LDADD) @LIBINTL@ +! test_pselect_LDADD = $(LDADD) @SELECT_LIB@ @LIBSOCKET@ @PTHREAD_SIGMASK_LIB@ $(INET_PTON_LIB) +! test_pthread_cond_LDADD = $(LDADD) @LIBPMULTITHREAD@ @SCHED_YIELD_LIB@ +! test_pthread_mutex_LDADD = $(LDADD) @LIBPMULTITHREAD@ @SCHED_YIELD_LIB@ @LIB_SEMAPHORE@ +! # If we were to link test-pthread-mutex-type only with @LIBPTHREAD@ instead of +! # @LIBPMULTITHREAD@, this test would fail on FreeBSD and NetBSD. +! test_pthread_mutex_type_LDADD = $(LDADD) @LIBPMULTITHREAD@ +! test_pthread_once1_LDADD = $(LDADD) @LIBPMULTITHREAD@ +! test_pthread_once2_LDADD = $(LDADD) @LIBPMULTITHREAD@ @SCHED_YIELD_LIB@ +! test_pthread_rwlock_LDADD = $(LDADD) @LIBPMULTITHREAD@ @SCHED_YIELD_LIB@ @LIB_SEMAPHORE@ +! test_pthread_thread_LDADD = $(LDADD) @LIBPMULTITHREAD@ +! test_pthread_sigmask1_LDADD = $(LDADD) @PTHREAD_SIGMASK_LIB@ +! test_pthread_sigmask2_LDADD = $(LDADD) @PTHREAD_SIGMASK_LIB@ @LIBMULTITHREAD@ +! test_quotearg_simple_LDADD = $(LDADD) $(LIBUNISTRING) @LIBINTL@ $(MBRTOWC_LIB) $(LIBC32CONV) +! test_random_mt_LDADD = $(LDADD) $(LIBINTL) $(LIBMULTITHREAD) $(YIELD_LIB) +! test_readlinkat_LDADD = $(LDADD) @LIBINTL@ +! test_regex_LDADD = $(LDADD) $(SETLOCALE_LIB) $(MBRTOWC_LIB) @LIBINTL@ $(LIBTHREAD) +! test_select_LDADD = $(LDADD) @SELECT_LIB@ @LIBSOCKET@ $(INET_PTON_LIB) +! test_select_fd_LDADD = $(LDADD) @SELECT_LIB@ +! test_select_stdin_LDADD = $(LDADD) @SELECT_LIB@ +! test_setlocale_null_LDADD = $(LDADD) @SETLOCALE_NULL_LIB@ +! test_setlocale_null_mt_one_LDADD = $(LDADD) @SETLOCALE_NULL_LIB@ $(LIBMULTITHREAD) $(NANOSLEEP_LIB) +! test_setlocale_null_mt_all_LDADD = $(LDADD) @SETLOCALE_NULL_LIB@ $(LIBMULTITHREAD) $(NANOSLEEP_LIB) +! test_setsockopt_LDADD = $(LDADD) @LIBSOCKET@ +! test_sh_quote_LDADD = $(LDADD) $(LIBUNISTRING) @LIBINTL@ $(MBRTOWC_LIB) $(LIBC32CONV) +! test_sigsegv_catch_segv1_LDADD = $(LDADD) $(LIBSIGSEGV) +! test_sigsegv_catch_segv2_LDADD = $(LDADD) $(LIBSIGSEGV) +! test_sigsegv_catch_stackoverflow1_LDADD = $(LDADD) $(LIBSIGSEGV) +! test_sigsegv_catch_stackoverflow2_LDADD = $(LDADD) $(LIBSIGSEGV) +! +! # Because this Makefile snippet defines a variable used by other +! # gnulib Makefile snippets, it must be present in all makefiles that +! # need it. This is ensured by the applicability 'all' defined above. +! _NORETURN_H = $(srcdir)/_Noreturn.h +! +! # Because this Makefile snippet defines a variable used by other +! # gnulib Makefile snippets, it must be present in all makefiles that +! # need it. This is ensured by the applicability 'all' defined above. +! ARG_NONNULL_H = $(srcdir)/arg-nonnull.h +! +! # Because this Makefile snippet defines a variable used by other +! # gnulib Makefile snippets, it must be present in all makefiles that +! # need it. This is ensured by the applicability 'all' defined above. +! CXXDEFS_H = $(srcdir)/c++defs.h +! +! # Because this Makefile snippet defines a variable used by other +! # gnulib Makefile snippets, it must be present in all makefiles that +! # need it. This is ensured by the applicability 'all' defined above. +! WARN_ON_USE_H = $(srcdir)/warn-on-use.h +! test_sockets_LDADD = $(LDADD) @LIBSOCKET@ +! test_stat_LDADD = $(LDADD) $(LIBINTL) +! test_stat_time_LDADD = $(LDADD) $(NANOSLEEP_LIB) @LIBINTL@ +! test_stdc_bit_width_SOURCES = from-glibc/tst-stdc_bit_width.c +! test_stdc_bit_width_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/from-glibc -DGNULIB_TEST_STDBIT +! test_stdc_leading_zeros_SOURCES = from-glibc/tst-stdc_leading_zeros.c +! test_stdc_leading_zeros_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/from-glibc -DGNULIB_TEST_STDBIT +! test_symlinkat_LDADD = $(LDADD) @LIBINTL@ +! test_thread_self_LDADD = $(LDADD) @LIBTHREAD@ +! test_thread_create_LDADD = $(LDADD) @LIBMULTITHREAD@ +! test_gmtime_r_mt_LDADD = $(LDADD) $(LIBMULTITHREAD) $(NANOSLEEP_LIB) +! test_localtime_r_mt_LDADD = $(LDADD) $(LIBMULTITHREAD) $(NANOSLEEP_LIB) +! test_timespec_get_LDADD = $(LDADD) @CLOCK_TIME_LIB@ +! test_uc_tolower_SOURCES = unicase/test-uc_tolower.c +! test_uc_tolower_LDADD = $(LDADD) $(LIBUNISTRING) +! test_ctype_alnum_SOURCES = unictype/test-ctype_alnum.c +! test_ctype_alnum_LDADD = $(LDADD) $(LIBUNISTRING) +! test_ctype_alpha_SOURCES = unictype/test-ctype_alpha.c +! test_ctype_alpha_LDADD = $(LDADD) $(LIBUNISTRING) +! test_ctype_blank_SOURCES = unictype/test-ctype_blank.c +! test_ctype_blank_LDADD = $(LDADD) $(LIBUNISTRING) +! test_ctype_cntrl_SOURCES = unictype/test-ctype_cntrl.c +! test_ctype_cntrl_LDADD = $(LDADD) $(LIBUNISTRING) +! test_ctype_digit_SOURCES = unictype/test-ctype_digit.c +! test_ctype_digit_LDADD = $(LDADD) $(LIBUNISTRING) +! test_ctype_graph_SOURCES = unictype/test-ctype_graph.c +! test_ctype_graph_LDADD = $(LDADD) $(LIBUNISTRING) +! test_ctype_lower_SOURCES = unictype/test-ctype_lower.c +! test_ctype_lower_LDADD = $(LDADD) $(LIBUNISTRING) +! test_ctype_print_SOURCES = unictype/test-ctype_print.c +! test_ctype_print_LDADD = $(LDADD) $(LIBUNISTRING) +! test_ctype_punct_SOURCES = unictype/test-ctype_punct.c +! test_ctype_punct_LDADD = $(LDADD) $(LIBUNISTRING) +! test_ctype_space_SOURCES = unictype/test-ctype_space.c +! test_ctype_space_LDADD = $(LDADD) $(LIBUNISTRING) +! test_ctype_upper_SOURCES = unictype/test-ctype_upper.c +! test_ctype_upper_LDADD = $(LDADD) $(LIBUNISTRING) +! test_ctype_xdigit_SOURCES = unictype/test-ctype_xdigit.c +! test_ctype_xdigit_LDADD = $(LDADD) $(LIBUNISTRING) +! test_u32_chr_SOURCES = unistr/test-u32-chr.c +! test_u32_chr_LDADD = $(LDADD) $(LIBUNISTRING) +! test_u32_cpy_SOURCES = unistr/test-u32-cpy.c +! test_u32_cpy_LDADD = $(LDADD) $(LIBUNISTRING) +! test_u32_pcpy_SOURCES = unistr/test-u32-pcpy.c +! test_u32_pcpy_LDADD = $(LDADD) $(LIBUNISTRING) +! test_u32_set_SOURCES = unistr/test-u32-set.c +! test_u32_set_LDADD = $(LDADD) $(LIBUNISTRING) +! test_u32_strcat_SOURCES = unistr/test-u32-strcat.c +! test_u32_strcat_LDADD = $(LDADD) $(LIBUNISTRING) +! test_u32_strlen_SOURCES = unistr/test-u32-strlen.c +! test_u32_strlen_LDADD = $(LDADD) $(LIBUNISTRING) +! test_uc_width_SOURCES = uniwidth/test-uc_width.c +! test_uc_width_LDADD = $(LDADD) $(LIBUNISTRING) +! test_uc_width2_SOURCES = uniwidth/test-uc_width2.c +! test_uc_width2_LDADD = $(LDADD) $(LIBUNISTRING) +! test_unlinkat_LDADD = $(LDADD) @LIBINTL@ +! test_version_etc_LDADD = $(LDADD) @LIBINTL@ +! test_wcrtomb_LDADD = $(LDADD) $(SETLOCALE_LIB) +! test_wcwidth_LDADD = $(LDADD) $(SETLOCALE_LIB) $(LIBUNISTRING) +! test_xalloc_die_LDADD = $(LDADD) @LIBINTL@ +! test_xstdopen_LDADD = $(LDADD) @LIBINTL@ +! test_xstrtoimax_LDADD = $(LDADD) @LIBINTL@ +! test_xstrtol_LDADD = $(LDADD) @LIBINTL@ +! test_xstrtoul_LDADD = $(LDADD) @LIBINTL@ +! all: $(BUILT_SOURCES) +! $(MAKE) $(AM_MAKEFLAGS) all-recursive + + .SUFFIXES: +! .SUFFIXES: .c .log .o .obj .test .test$(EXEEXT) .trs +! $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/gnulib.mk $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ +--- 2217,2226 ---- + top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ +! all: all-am + + .SUFFIXES: +! $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ +*************** +*** 5280,5288 **** + exit 1;; \ + esac; \ + done; \ +! echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gnulib-tests/Makefile'; \ + $(am__cd) $(top_srcdir) && \ +! $(AUTOMAKE) --foreign gnulib-tests/Makefile + Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ +--- 2229,2237 ---- + exit 1;; \ + esac; \ + done; \ +! echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu gnulib-tests/Makefile'; \ + $(am__cd) $(top_srcdir) && \ +! $(AUTOMAKE) --gnu gnulib-tests/Makefile + Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ +*************** +*** 5291,5297 **** + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + esac; +- $(srcdir)/gnulib.mk $(am__empty): + + $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +--- 2240,2245 ---- +*************** +*** 5301,9617 **** + $(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + $(am__aclocal_m4_deps): + +! clean-checkPROGRAMS: +! -$(am__rm_f) $(check_PROGRAMS) +! +! clean-noinstPROGRAMS: +! -$(am__rm_f) $(noinst_PROGRAMS) +! +! clean-checkLIBRARIES: +! -$(am__rm_f) $(check_LIBRARIES) +! +! clean-noinstLIBRARIES: +! -$(am__rm_f) $(noinst_LIBRARIES) +! glthread/$(am__dirstamp): +! @$(MKDIR_P) glthread +! @: >>glthread/$(am__dirstamp) +! glthread/$(DEPDIR)/$(am__dirstamp): +! @$(MKDIR_P) glthread/$(DEPDIR) +! @: >>glthread/$(DEPDIR)/$(am__dirstamp) +! glthread/thread.$(OBJEXT): glthread/$(am__dirstamp) \ +! glthread/$(DEPDIR)/$(am__dirstamp) +! unistr/$(am__dirstamp): +! @$(MKDIR_P) unistr +! @: >>unistr/$(am__dirstamp) +! unistr/$(DEPDIR)/$(am__dirstamp): +! @$(MKDIR_P) unistr/$(DEPDIR) +! @: >>unistr/$(DEPDIR)/$(am__dirstamp) +! unistr/u32-set.$(OBJEXT): unistr/$(am__dirstamp) \ +! unistr/$(DEPDIR)/$(am__dirstamp) +! +! libtests.a: $(libtests_a_OBJECTS) $(libtests_a_DEPENDENCIES) $(EXTRA_libtests_a_DEPENDENCIES) +! $(AM_V_at)-rm -f libtests.a +! $(AM_V_AR)$(libtests_a_AR) libtests.a $(libtests_a_OBJECTS) $(libtests_a_LIBADD) +! $(AM_V_at)$(libtests_a_RANLIB) libtests.a +! +! current-locale$(EXEEXT): $(current_locale_OBJECTS) $(current_locale_DEPENDENCIES) $(EXTRA_current_locale_DEPENDENCIES) +! @rm -f current-locale$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(current_locale_OBJECTS) $(current_locale_LDADD) $(LIBS) +! +! test-accept$(EXEEXT): $(test_accept_OBJECTS) $(test_accept_DEPENDENCIES) $(EXTRA_test_accept_DEPENDENCIES) +! @rm -f test-accept$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_accept_OBJECTS) $(test_accept_LDADD) $(LIBS) +! +! test-alignasof$(EXEEXT): $(test_alignasof_OBJECTS) $(test_alignasof_DEPENDENCIES) $(EXTRA_test_alignasof_DEPENDENCIES) +! @rm -f test-alignasof$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_alignasof_OBJECTS) $(test_alignasof_LDADD) $(LIBS) +! +! test-alloca-opt$(EXEEXT): $(test_alloca_opt_OBJECTS) $(test_alloca_opt_DEPENDENCIES) $(EXTRA_test_alloca_opt_DEPENDENCIES) +! @rm -f test-alloca-opt$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_alloca_opt_OBJECTS) $(test_alloca_opt_LDADD) $(LIBS) +! +! test-argmatch$(EXEEXT): $(test_argmatch_OBJECTS) $(test_argmatch_DEPENDENCIES) $(EXTRA_test_argmatch_DEPENDENCIES) +! @rm -f test-argmatch$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_argmatch_OBJECTS) $(test_argmatch_LDADD) $(LIBS) +! +! test-arpa_inet-h$(EXEEXT): $(test_arpa_inet_h_OBJECTS) $(test_arpa_inet_h_DEPENDENCIES) $(EXTRA_test_arpa_inet_h_DEPENDENCIES) +! @rm -f test-arpa_inet-h$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_arpa_inet_h_OBJECTS) $(test_arpa_inet_h_LDADD) $(LIBS) +! +! test-assert$(EXEEXT): $(test_assert_OBJECTS) $(test_assert_DEPENDENCIES) $(EXTRA_test_assert_DEPENDENCIES) +! @rm -f test-assert$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_assert_OBJECTS) $(test_assert_LDADD) $(LIBS) +! +! test-binary-io$(EXEEXT): $(test_binary_io_OBJECTS) $(test_binary_io_DEPENDENCIES) $(EXTRA_test_binary_io_DEPENDENCIES) +! @rm -f test-binary-io$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_binary_io_OBJECTS) $(test_binary_io_LDADD) $(LIBS) +! +! test-bind$(EXEEXT): $(test_bind_OBJECTS) $(test_bind_DEPENDENCIES) $(EXTRA_test_bind_DEPENDENCIES) +! @rm -f test-bind$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_bind_OBJECTS) $(test_bind_LDADD) $(LIBS) +! +! test-bitrotate$(EXEEXT): $(test_bitrotate_OBJECTS) $(test_bitrotate_DEPENDENCIES) $(EXTRA_test_bitrotate_DEPENDENCIES) +! @rm -f test-bitrotate$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_bitrotate_OBJECTS) $(test_bitrotate_LDADD) $(LIBS) +! +! test-bool$(EXEEXT): $(test_bool_OBJECTS) $(test_bool_DEPENDENCIES) $(EXTRA_test_bool_DEPENDENCIES) +! @rm -f test-bool$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_bool_OBJECTS) $(test_bool_LDADD) $(LIBS) +! +! test-btoc32$(EXEEXT): $(test_btoc32_OBJECTS) $(test_btoc32_DEPENDENCIES) $(EXTRA_test_btoc32_DEPENDENCIES) +! @rm -f test-btoc32$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_btoc32_OBJECTS) $(test_btoc32_LDADD) $(LIBS) +! +! test-btowc$(EXEEXT): $(test_btowc_OBJECTS) $(test_btowc_DEPENDENCIES) $(EXTRA_test_btowc_DEPENDENCIES) +! @rm -f test-btowc$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_btowc_OBJECTS) $(test_btowc_LDADD) $(LIBS) +! +! test-c-ctype$(EXEEXT): $(test_c_ctype_OBJECTS) $(test_c_ctype_DEPENDENCIES) $(EXTRA_test_c_ctype_DEPENDENCIES) +! @rm -f test-c-ctype$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_c_ctype_OBJECTS) $(test_c_ctype_LDADD) $(LIBS) +! +! test-c-stack$(EXEEXT): $(test_c_stack_OBJECTS) $(test_c_stack_DEPENDENCIES) $(EXTRA_test_c_stack_DEPENDENCIES) +! @rm -f test-c-stack$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_c_stack_OBJECTS) $(test_c_stack_LDADD) $(LIBS) +! +! test-c-strcasecmp$(EXEEXT): $(test_c_strcasecmp_OBJECTS) $(test_c_strcasecmp_DEPENDENCIES) $(EXTRA_test_c_strcasecmp_DEPENDENCIES) +! @rm -f test-c-strcasecmp$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_c_strcasecmp_OBJECTS) $(test_c_strcasecmp_LDADD) $(LIBS) +! +! test-c-strcasestr$(EXEEXT): $(test_c_strcasestr_OBJECTS) $(test_c_strcasestr_DEPENDENCIES) $(EXTRA_test_c_strcasestr_DEPENDENCIES) +! @rm -f test-c-strcasestr$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_c_strcasestr_OBJECTS) $(test_c_strcasestr_LDADD) $(LIBS) +! +! test-c-strncasecmp$(EXEEXT): $(test_c_strncasecmp_OBJECTS) $(test_c_strncasecmp_DEPENDENCIES) $(EXTRA_test_c_strncasecmp_DEPENDENCIES) +! @rm -f test-c-strncasecmp$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_c_strncasecmp_OBJECTS) $(test_c_strncasecmp_LDADD) $(LIBS) +! +! test-c32_apply_type_test$(EXEEXT): $(test_c32_apply_type_test_OBJECTS) $(test_c32_apply_type_test_DEPENDENCIES) $(EXTRA_test_c32_apply_type_test_DEPENDENCIES) +! @rm -f test-c32_apply_type_test$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_c32_apply_type_test_OBJECTS) $(test_c32_apply_type_test_LDADD) $(LIBS) +! +! test-c32_get_type_test$(EXEEXT): $(test_c32_get_type_test_OBJECTS) $(test_c32_get_type_test_DEPENDENCIES) $(EXTRA_test_c32_get_type_test_DEPENDENCIES) +! @rm -f test-c32_get_type_test$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_c32_get_type_test_OBJECTS) $(test_c32_get_type_test_LDADD) $(LIBS) +! +! test-c32isalnum$(EXEEXT): $(test_c32isalnum_OBJECTS) $(test_c32isalnum_DEPENDENCIES) $(EXTRA_test_c32isalnum_DEPENDENCIES) +! @rm -f test-c32isalnum$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_c32isalnum_OBJECTS) $(test_c32isalnum_LDADD) $(LIBS) +! +! test-c32isalpha$(EXEEXT): $(test_c32isalpha_OBJECTS) $(test_c32isalpha_DEPENDENCIES) $(EXTRA_test_c32isalpha_DEPENDENCIES) +! @rm -f test-c32isalpha$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_c32isalpha_OBJECTS) $(test_c32isalpha_LDADD) $(LIBS) +! +! test-c32isblank$(EXEEXT): $(test_c32isblank_OBJECTS) $(test_c32isblank_DEPENDENCIES) $(EXTRA_test_c32isblank_DEPENDENCIES) +! @rm -f test-c32isblank$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_c32isblank_OBJECTS) $(test_c32isblank_LDADD) $(LIBS) +! +! test-c32iscntrl$(EXEEXT): $(test_c32iscntrl_OBJECTS) $(test_c32iscntrl_DEPENDENCIES) $(EXTRA_test_c32iscntrl_DEPENDENCIES) +! @rm -f test-c32iscntrl$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_c32iscntrl_OBJECTS) $(test_c32iscntrl_LDADD) $(LIBS) +! +! test-c32isdigit$(EXEEXT): $(test_c32isdigit_OBJECTS) $(test_c32isdigit_DEPENDENCIES) $(EXTRA_test_c32isdigit_DEPENDENCIES) +! @rm -f test-c32isdigit$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_c32isdigit_OBJECTS) $(test_c32isdigit_LDADD) $(LIBS) +! +! test-c32isgraph$(EXEEXT): $(test_c32isgraph_OBJECTS) $(test_c32isgraph_DEPENDENCIES) $(EXTRA_test_c32isgraph_DEPENDENCIES) +! @rm -f test-c32isgraph$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_c32isgraph_OBJECTS) $(test_c32isgraph_LDADD) $(LIBS) +! +! test-c32islower$(EXEEXT): $(test_c32islower_OBJECTS) $(test_c32islower_DEPENDENCIES) $(EXTRA_test_c32islower_DEPENDENCIES) +! @rm -f test-c32islower$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_c32islower_OBJECTS) $(test_c32islower_LDADD) $(LIBS) +! +! test-c32isprint$(EXEEXT): $(test_c32isprint_OBJECTS) $(test_c32isprint_DEPENDENCIES) $(EXTRA_test_c32isprint_DEPENDENCIES) +! @rm -f test-c32isprint$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_c32isprint_OBJECTS) $(test_c32isprint_LDADD) $(LIBS) +! +! test-c32ispunct$(EXEEXT): $(test_c32ispunct_OBJECTS) $(test_c32ispunct_DEPENDENCIES) $(EXTRA_test_c32ispunct_DEPENDENCIES) +! @rm -f test-c32ispunct$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_c32ispunct_OBJECTS) $(test_c32ispunct_LDADD) $(LIBS) +! +! test-c32isspace$(EXEEXT): $(test_c32isspace_OBJECTS) $(test_c32isspace_DEPENDENCIES) $(EXTRA_test_c32isspace_DEPENDENCIES) +! @rm -f test-c32isspace$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_c32isspace_OBJECTS) $(test_c32isspace_LDADD) $(LIBS) +! +! test-c32isupper$(EXEEXT): $(test_c32isupper_OBJECTS) $(test_c32isupper_DEPENDENCIES) $(EXTRA_test_c32isupper_DEPENDENCIES) +! @rm -f test-c32isupper$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_c32isupper_OBJECTS) $(test_c32isupper_LDADD) $(LIBS) +! +! test-c32isxdigit$(EXEEXT): $(test_c32isxdigit_OBJECTS) $(test_c32isxdigit_DEPENDENCIES) $(EXTRA_test_c32isxdigit_DEPENDENCIES) +! @rm -f test-c32isxdigit$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_c32isxdigit_OBJECTS) $(test_c32isxdigit_LDADD) $(LIBS) +! +! test-c32rtomb$(EXEEXT): $(test_c32rtomb_OBJECTS) $(test_c32rtomb_DEPENDENCIES) $(EXTRA_test_c32rtomb_DEPENDENCIES) +! @rm -f test-c32rtomb$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_c32rtomb_OBJECTS) $(test_c32rtomb_LDADD) $(LIBS) +! +! test-c32rtomb-w32$(EXEEXT): $(test_c32rtomb_w32_OBJECTS) $(test_c32rtomb_w32_DEPENDENCIES) $(EXTRA_test_c32rtomb_w32_DEPENDENCIES) +! @rm -f test-c32rtomb-w32$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_c32rtomb_w32_OBJECTS) $(test_c32rtomb_w32_LDADD) $(LIBS) +! +! test-c32tolower$(EXEEXT): $(test_c32tolower_OBJECTS) $(test_c32tolower_DEPENDENCIES) $(EXTRA_test_c32tolower_DEPENDENCIES) +! @rm -f test-c32tolower$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_c32tolower_OBJECTS) $(test_c32tolower_LDADD) $(LIBS) +! +! test-c32width$(EXEEXT): $(test_c32width_OBJECTS) $(test_c32width_DEPENDENCIES) $(EXTRA_test_c32width_DEPENDENCIES) +! @rm -f test-c32width$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_c32width_OBJECTS) $(test_c32width_LDADD) $(LIBS) +! +! test-calloc-gnu$(EXEEXT): $(test_calloc_gnu_OBJECTS) $(test_calloc_gnu_DEPENDENCIES) $(EXTRA_test_calloc_gnu_DEPENDENCIES) +! @rm -f test-calloc-gnu$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_calloc_gnu_OBJECTS) $(test_calloc_gnu_LDADD) $(LIBS) +! +! test-calloc-posix$(EXEEXT): $(test_calloc_posix_OBJECTS) $(test_calloc_posix_DEPENDENCIES) $(EXTRA_test_calloc_posix_DEPENDENCIES) +! @rm -f test-calloc-posix$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_calloc_posix_OBJECTS) $(test_calloc_posix_LDADD) $(LIBS) +! +! test-chdir$(EXEEXT): $(test_chdir_OBJECTS) $(test_chdir_DEPENDENCIES) $(EXTRA_test_chdir_DEPENDENCIES) +! @rm -f test-chdir$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_chdir_OBJECTS) $(test_chdir_LDADD) $(LIBS) +! +! test-cloexec$(EXEEXT): $(test_cloexec_OBJECTS) $(test_cloexec_DEPENDENCIES) $(EXTRA_test_cloexec_DEPENDENCIES) +! @rm -f test-cloexec$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_cloexec_OBJECTS) $(test_cloexec_LDADD) $(LIBS) +! +! test-close$(EXEEXT): $(test_close_OBJECTS) $(test_close_DEPENDENCIES) $(EXTRA_test_close_DEPENDENCIES) +! @rm -f test-close$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_close_OBJECTS) $(test_close_LDADD) $(LIBS) +! +! test-connect$(EXEEXT): $(test_connect_OBJECTS) $(test_connect_DEPENDENCIES) $(EXTRA_test_connect_DEPENDENCIES) +! @rm -f test-connect$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_connect_OBJECTS) $(test_connect_LDADD) $(LIBS) +! +! test-ctype$(EXEEXT): $(test_ctype_OBJECTS) $(test_ctype_DEPENDENCIES) $(EXTRA_test_ctype_DEPENDENCIES) +! @rm -f test-ctype$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_ctype_OBJECTS) $(test_ctype_LDADD) $(LIBS) +! unictype/$(am__dirstamp): +! @$(MKDIR_P) unictype +! @: >>unictype/$(am__dirstamp) +! unictype/$(DEPDIR)/$(am__dirstamp): +! @$(MKDIR_P) unictype/$(DEPDIR) +! @: >>unictype/$(DEPDIR)/$(am__dirstamp) +! unictype/test-ctype_alnum.$(OBJEXT): unictype/$(am__dirstamp) \ +! unictype/$(DEPDIR)/$(am__dirstamp) +! +! test-ctype_alnum$(EXEEXT): $(test_ctype_alnum_OBJECTS) $(test_ctype_alnum_DEPENDENCIES) $(EXTRA_test_ctype_alnum_DEPENDENCIES) +! @rm -f test-ctype_alnum$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_ctype_alnum_OBJECTS) $(test_ctype_alnum_LDADD) $(LIBS) +! unictype/test-ctype_alpha.$(OBJEXT): unictype/$(am__dirstamp) \ +! unictype/$(DEPDIR)/$(am__dirstamp) +! +! test-ctype_alpha$(EXEEXT): $(test_ctype_alpha_OBJECTS) $(test_ctype_alpha_DEPENDENCIES) $(EXTRA_test_ctype_alpha_DEPENDENCIES) +! @rm -f test-ctype_alpha$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_ctype_alpha_OBJECTS) $(test_ctype_alpha_LDADD) $(LIBS) +! unictype/test-ctype_blank.$(OBJEXT): unictype/$(am__dirstamp) \ +! unictype/$(DEPDIR)/$(am__dirstamp) +! +! test-ctype_blank$(EXEEXT): $(test_ctype_blank_OBJECTS) $(test_ctype_blank_DEPENDENCIES) $(EXTRA_test_ctype_blank_DEPENDENCIES) +! @rm -f test-ctype_blank$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_ctype_blank_OBJECTS) $(test_ctype_blank_LDADD) $(LIBS) +! unictype/test-ctype_cntrl.$(OBJEXT): unictype/$(am__dirstamp) \ +! unictype/$(DEPDIR)/$(am__dirstamp) +! +! test-ctype_cntrl$(EXEEXT): $(test_ctype_cntrl_OBJECTS) $(test_ctype_cntrl_DEPENDENCIES) $(EXTRA_test_ctype_cntrl_DEPENDENCIES) +! @rm -f test-ctype_cntrl$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_ctype_cntrl_OBJECTS) $(test_ctype_cntrl_LDADD) $(LIBS) +! unictype/test-ctype_digit.$(OBJEXT): unictype/$(am__dirstamp) \ +! unictype/$(DEPDIR)/$(am__dirstamp) +! +! test-ctype_digit$(EXEEXT): $(test_ctype_digit_OBJECTS) $(test_ctype_digit_DEPENDENCIES) $(EXTRA_test_ctype_digit_DEPENDENCIES) +! @rm -f test-ctype_digit$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_ctype_digit_OBJECTS) $(test_ctype_digit_LDADD) $(LIBS) +! unictype/test-ctype_graph.$(OBJEXT): unictype/$(am__dirstamp) \ +! unictype/$(DEPDIR)/$(am__dirstamp) +! +! test-ctype_graph$(EXEEXT): $(test_ctype_graph_OBJECTS) $(test_ctype_graph_DEPENDENCIES) $(EXTRA_test_ctype_graph_DEPENDENCIES) +! @rm -f test-ctype_graph$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_ctype_graph_OBJECTS) $(test_ctype_graph_LDADD) $(LIBS) +! unictype/test-ctype_lower.$(OBJEXT): unictype/$(am__dirstamp) \ +! unictype/$(DEPDIR)/$(am__dirstamp) +! +! test-ctype_lower$(EXEEXT): $(test_ctype_lower_OBJECTS) $(test_ctype_lower_DEPENDENCIES) $(EXTRA_test_ctype_lower_DEPENDENCIES) +! @rm -f test-ctype_lower$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_ctype_lower_OBJECTS) $(test_ctype_lower_LDADD) $(LIBS) +! unictype/test-ctype_print.$(OBJEXT): unictype/$(am__dirstamp) \ +! unictype/$(DEPDIR)/$(am__dirstamp) +! +! test-ctype_print$(EXEEXT): $(test_ctype_print_OBJECTS) $(test_ctype_print_DEPENDENCIES) $(EXTRA_test_ctype_print_DEPENDENCIES) +! @rm -f test-ctype_print$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_ctype_print_OBJECTS) $(test_ctype_print_LDADD) $(LIBS) +! unictype/test-ctype_punct.$(OBJEXT): unictype/$(am__dirstamp) \ +! unictype/$(DEPDIR)/$(am__dirstamp) +! +! test-ctype_punct$(EXEEXT): $(test_ctype_punct_OBJECTS) $(test_ctype_punct_DEPENDENCIES) $(EXTRA_test_ctype_punct_DEPENDENCIES) +! @rm -f test-ctype_punct$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_ctype_punct_OBJECTS) $(test_ctype_punct_LDADD) $(LIBS) +! unictype/test-ctype_space.$(OBJEXT): unictype/$(am__dirstamp) \ +! unictype/$(DEPDIR)/$(am__dirstamp) +! +! test-ctype_space$(EXEEXT): $(test_ctype_space_OBJECTS) $(test_ctype_space_DEPENDENCIES) $(EXTRA_test_ctype_space_DEPENDENCIES) +! @rm -f test-ctype_space$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_ctype_space_OBJECTS) $(test_ctype_space_LDADD) $(LIBS) +! unictype/test-ctype_upper.$(OBJEXT): unictype/$(am__dirstamp) \ +! unictype/$(DEPDIR)/$(am__dirstamp) +! +! test-ctype_upper$(EXEEXT): $(test_ctype_upper_OBJECTS) $(test_ctype_upper_DEPENDENCIES) $(EXTRA_test_ctype_upper_DEPENDENCIES) +! @rm -f test-ctype_upper$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_ctype_upper_OBJECTS) $(test_ctype_upper_LDADD) $(LIBS) +! unictype/test-ctype_xdigit.$(OBJEXT): unictype/$(am__dirstamp) \ +! unictype/$(DEPDIR)/$(am__dirstamp) +! +! test-ctype_xdigit$(EXEEXT): $(test_ctype_xdigit_OBJECTS) $(test_ctype_xdigit_DEPENDENCIES) $(EXTRA_test_ctype_xdigit_DEPENDENCIES) +! @rm -f test-ctype_xdigit$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_ctype_xdigit_OBJECTS) $(test_ctype_xdigit_LDADD) $(LIBS) +! +! test-dirent-h$(EXEEXT): $(test_dirent_h_OBJECTS) $(test_dirent_h_DEPENDENCIES) $(EXTRA_test_dirent_h_DEPENDENCIES) +! @rm -f test-dirent-h$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_dirent_h_OBJECTS) $(test_dirent_h_LDADD) $(LIBS) +! +! test-dirfd$(EXEEXT): $(test_dirfd_OBJECTS) $(test_dirfd_DEPENDENCIES) $(EXTRA_test_dirfd_DEPENDENCIES) +! @rm -f test-dirfd$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_dirfd_OBJECTS) $(test_dirfd_LDADD) $(LIBS) +! +! test-dirname$(EXEEXT): $(test_dirname_OBJECTS) $(test_dirname_DEPENDENCIES) $(EXTRA_test_dirname_DEPENDENCIES) +! @rm -f test-dirname$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_dirname_OBJECTS) $(test_dirname_LDADD) $(LIBS) +! +! test-dup$(EXEEXT): $(test_dup_OBJECTS) $(test_dup_DEPENDENCIES) $(EXTRA_test_dup_DEPENDENCIES) +! @rm -f test-dup$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_dup_OBJECTS) $(test_dup_LDADD) $(LIBS) +! +! test-dup2$(EXEEXT): $(test_dup2_OBJECTS) $(test_dup2_DEPENDENCIES) $(EXTRA_test_dup2_DEPENDENCIES) +! @rm -f test-dup2$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_dup2_OBJECTS) $(test_dup2_LDADD) $(LIBS) +! +! test-dynarray$(EXEEXT): $(test_dynarray_OBJECTS) $(test_dynarray_DEPENDENCIES) $(EXTRA_test_dynarray_DEPENDENCIES) +! @rm -f test-dynarray$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_dynarray_OBJECTS) $(test_dynarray_LDADD) $(LIBS) +! +! test-environ$(EXEEXT): $(test_environ_OBJECTS) $(test_environ_DEPENDENCIES) $(EXTRA_test_environ_DEPENDENCIES) +! @rm -f test-environ$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_environ_OBJECTS) $(test_environ_LDADD) $(LIBS) +! +! test-errno-h$(EXEEXT): $(test_errno_h_OBJECTS) $(test_errno_h_DEPENDENCIES) $(EXTRA_test_errno_h_DEPENDENCIES) +! @rm -f test-errno-h$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_errno_h_OBJECTS) $(test_errno_h_LDADD) $(LIBS) +! +! test-error$(EXEEXT): $(test_error_OBJECTS) $(test_error_DEPENDENCIES) $(EXTRA_test_error_DEPENDENCIES) +! @rm -f test-error$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_error_OBJECTS) $(test_error_LDADD) $(LIBS) +! +! test-exclude$(EXEEXT): $(test_exclude_OBJECTS) $(test_exclude_DEPENDENCIES) $(EXTRA_test_exclude_DEPENDENCIES) +! @rm -f test-exclude$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_exclude_OBJECTS) $(test_exclude_LDADD) $(LIBS) +! +! test-fchdir$(EXEEXT): $(test_fchdir_OBJECTS) $(test_fchdir_DEPENDENCIES) $(EXTRA_test_fchdir_DEPENDENCIES) +! @rm -f test-fchdir$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_fchdir_OBJECTS) $(test_fchdir_LDADD) $(LIBS) +! +! test-fcntl$(EXEEXT): $(test_fcntl_OBJECTS) $(test_fcntl_DEPENDENCIES) $(EXTRA_test_fcntl_DEPENDENCIES) +! @rm -f test-fcntl$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_fcntl_OBJECTS) $(test_fcntl_LDADD) $(LIBS) +! +! test-fcntl-h$(EXEEXT): $(test_fcntl_h_OBJECTS) $(test_fcntl_h_DEPENDENCIES) $(EXTRA_test_fcntl_h_DEPENDENCIES) +! @rm -f test-fcntl-h$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_fcntl_h_OBJECTS) $(test_fcntl_h_LDADD) $(LIBS) +! +! test-fdopen$(EXEEXT): $(test_fdopen_OBJECTS) $(test_fdopen_DEPENDENCIES) $(EXTRA_test_fdopen_DEPENDENCIES) +! @rm -f test-fdopen$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_fdopen_OBJECTS) $(test_fdopen_LDADD) $(LIBS) +! +! test-fdopendir$(EXEEXT): $(test_fdopendir_OBJECTS) $(test_fdopendir_DEPENDENCIES) $(EXTRA_test_fdopendir_DEPENDENCIES) +! @rm -f test-fdopendir$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_fdopendir_OBJECTS) $(test_fdopendir_LDADD) $(LIBS) +! +! test-fgetc$(EXEEXT): $(test_fgetc_OBJECTS) $(test_fgetc_DEPENDENCIES) $(EXTRA_test_fgetc_DEPENDENCIES) +! @rm -f test-fgetc$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_fgetc_OBJECTS) $(test_fgetc_LDADD) $(LIBS) +! +! test-filenamecat$(EXEEXT): $(test_filenamecat_OBJECTS) $(test_filenamecat_DEPENDENCIES) $(EXTRA_test_filenamecat_DEPENDENCIES) +! @rm -f test-filenamecat$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_filenamecat_OBJECTS) $(test_filenamecat_LDADD) $(LIBS) +! +! test-float-h$(EXEEXT): $(test_float_h_OBJECTS) $(test_float_h_DEPENDENCIES) $(EXTRA_test_float_h_DEPENDENCIES) +! @rm -f test-float-h$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_float_h_OBJECTS) $(test_float_h_LDADD) $(LIBS) +! +! test-fnmatch$(EXEEXT): $(test_fnmatch_OBJECTS) $(test_fnmatch_DEPENDENCIES) $(EXTRA_test_fnmatch_DEPENDENCIES) +! @rm -f test-fnmatch$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_fnmatch_OBJECTS) $(test_fnmatch_LDADD) $(LIBS) +! +! test-fnmatch-h$(EXEEXT): $(test_fnmatch_h_OBJECTS) $(test_fnmatch_h_DEPENDENCIES) $(EXTRA_test_fnmatch_h_DEPENDENCIES) +! @rm -f test-fnmatch-h$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_fnmatch_h_OBJECTS) $(test_fnmatch_h_LDADD) $(LIBS) +! +! test-fnmatch-w32$(EXEEXT): $(test_fnmatch_w32_OBJECTS) $(test_fnmatch_w32_DEPENDENCIES) $(EXTRA_test_fnmatch_w32_DEPENDENCIES) +! @rm -f test-fnmatch-w32$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_fnmatch_w32_OBJECTS) $(test_fnmatch_w32_LDADD) $(LIBS) +! +! test-fopen$(EXEEXT): $(test_fopen_OBJECTS) $(test_fopen_DEPENDENCIES) $(EXTRA_test_fopen_DEPENDENCIES) +! @rm -f test-fopen$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_fopen_OBJECTS) $(test_fopen_LDADD) $(LIBS) +! +! test-fopen-gnu$(EXEEXT): $(test_fopen_gnu_OBJECTS) $(test_fopen_gnu_DEPENDENCIES) $(EXTRA_test_fopen_gnu_DEPENDENCIES) +! @rm -f test-fopen-gnu$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_fopen_gnu_OBJECTS) $(test_fopen_gnu_LDADD) $(LIBS) +! +! test-fputc$(EXEEXT): $(test_fputc_OBJECTS) $(test_fputc_DEPENDENCIES) $(EXTRA_test_fputc_DEPENDENCIES) +! @rm -f test-fputc$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_fputc_OBJECTS) $(test_fputc_LDADD) $(LIBS) +! +! test-fread$(EXEEXT): $(test_fread_OBJECTS) $(test_fread_DEPENDENCIES) $(EXTRA_test_fread_DEPENDENCIES) +! @rm -f test-fread$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_fread_OBJECTS) $(test_fread_LDADD) $(LIBS) +! +! test-free$(EXEEXT): $(test_free_OBJECTS) $(test_free_DEPENDENCIES) $(EXTRA_test_free_DEPENDENCIES) +! @rm -f test-free$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_free_OBJECTS) $(test_free_LDADD) $(LIBS) +! +! test-freopen$(EXEEXT): $(test_freopen_OBJECTS) $(test_freopen_DEPENDENCIES) $(EXTRA_test_freopen_DEPENDENCIES) +! @rm -f test-freopen$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_freopen_OBJECTS) $(test_freopen_LDADD) $(LIBS) +! +! test-fstat$(EXEEXT): $(test_fstat_OBJECTS) $(test_fstat_DEPENDENCIES) $(EXTRA_test_fstat_DEPENDENCIES) +! @rm -f test-fstat$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_fstat_OBJECTS) $(test_fstat_LDADD) $(LIBS) +! +! test-fstatat$(EXEEXT): $(test_fstatat_OBJECTS) $(test_fstatat_DEPENDENCIES) $(EXTRA_test_fstatat_DEPENDENCIES) +! @rm -f test-fstatat$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_fstatat_OBJECTS) $(test_fstatat_LDADD) $(LIBS) +! +! test-ftruncate$(EXEEXT): $(test_ftruncate_OBJECTS) $(test_ftruncate_DEPENDENCIES) $(EXTRA_test_ftruncate_DEPENDENCIES) +! @rm -f test-ftruncate$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_ftruncate_OBJECTS) $(test_ftruncate_LDADD) $(LIBS) +! +! test-fwrite$(EXEEXT): $(test_fwrite_OBJECTS) $(test_fwrite_DEPENDENCIES) $(EXTRA_test_fwrite_DEPENDENCIES) +! @rm -f test-fwrite$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_fwrite_OBJECTS) $(test_fwrite_LDADD) $(LIBS) +! +! test-getcwd-lgpl$(EXEEXT): $(test_getcwd_lgpl_OBJECTS) $(test_getcwd_lgpl_DEPENDENCIES) $(EXTRA_test_getcwd_lgpl_DEPENDENCIES) +! @rm -f test-getcwd-lgpl$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_getcwd_lgpl_OBJECTS) $(test_getcwd_lgpl_LDADD) $(LIBS) +! +! test-getdtablesize$(EXEEXT): $(test_getdtablesize_OBJECTS) $(test_getdtablesize_DEPENDENCIES) $(EXTRA_test_getdtablesize_DEPENDENCIES) +! @rm -f test-getdtablesize$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_getdtablesize_OBJECTS) $(test_getdtablesize_LDADD) $(LIBS) +! +! test-getopt-gnu$(EXEEXT): $(test_getopt_gnu_OBJECTS) $(test_getopt_gnu_DEPENDENCIES) $(EXTRA_test_getopt_gnu_DEPENDENCIES) +! @rm -f test-getopt-gnu$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_getopt_gnu_OBJECTS) $(test_getopt_gnu_LDADD) $(LIBS) +! +! test-getopt-posix$(EXEEXT): $(test_getopt_posix_OBJECTS) $(test_getopt_posix_DEPENDENCIES) $(EXTRA_test_getopt_posix_DEPENDENCIES) +! @rm -f test-getopt-posix$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_getopt_posix_OBJECTS) $(test_getopt_posix_LDADD) $(LIBS) +! +! test-getprogname$(EXEEXT): $(test_getprogname_OBJECTS) $(test_getprogname_DEPENDENCIES) $(EXTRA_test_getprogname_DEPENDENCIES) +! @rm -f test-getprogname$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_getprogname_OBJECTS) $(test_getprogname_LDADD) $(LIBS) +! +! test-getrandom$(EXEEXT): $(test_getrandom_OBJECTS) $(test_getrandom_DEPENDENCIES) $(EXTRA_test_getrandom_DEPENDENCIES) +! @rm -f test-getrandom$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_getrandom_OBJECTS) $(test_getrandom_LDADD) $(LIBS) +! +! test-gettext-h$(EXEEXT): $(test_gettext_h_OBJECTS) $(test_gettext_h_DEPENDENCIES) $(EXTRA_test_gettext_h_DEPENDENCIES) +! @rm -f test-gettext-h$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_gettext_h_OBJECTS) $(test_gettext_h_LDADD) $(LIBS) +! +! test-gettimeofday$(EXEEXT): $(test_gettimeofday_OBJECTS) $(test_gettimeofday_DEPENDENCIES) $(EXTRA_test_gettimeofday_DEPENDENCIES) +! @rm -f test-gettimeofday$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_gettimeofday_OBJECTS) $(test_gettimeofday_LDADD) $(LIBS) +! +! test-gmtime_r$(EXEEXT): $(test_gmtime_r_OBJECTS) $(test_gmtime_r_DEPENDENCIES) $(EXTRA_test_gmtime_r_DEPENDENCIES) +! @rm -f test-gmtime_r$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_gmtime_r_OBJECTS) $(test_gmtime_r_LDADD) $(LIBS) +! +! test-gmtime_r-mt$(EXEEXT): $(test_gmtime_r_mt_OBJECTS) $(test_gmtime_r_mt_DEPENDENCIES) $(EXTRA_test_gmtime_r_mt_DEPENDENCIES) +! @rm -f test-gmtime_r-mt$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_gmtime_r_mt_OBJECTS) $(test_gmtime_r_mt_LDADD) $(LIBS) +! +! test-hard-locale$(EXEEXT): $(test_hard_locale_OBJECTS) $(test_hard_locale_DEPENDENCIES) $(EXTRA_test_hard_locale_DEPENDENCIES) +! @rm -f test-hard-locale$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_hard_locale_OBJECTS) $(test_hard_locale_LDADD) $(LIBS) +! +! test-hash$(EXEEXT): $(test_hash_OBJECTS) $(test_hash_DEPENDENCIES) $(EXTRA_test_hash_DEPENDENCIES) +! @rm -f test-hash$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_hash_OBJECTS) $(test_hash_LDADD) $(LIBS) +! +! test-ignore-value$(EXEEXT): $(test_ignore_value_OBJECTS) $(test_ignore_value_DEPENDENCIES) $(EXTRA_test_ignore_value_DEPENDENCIES) +! @rm -f test-ignore-value$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_ignore_value_OBJECTS) $(test_ignore_value_LDADD) $(LIBS) +! +! test-inet_pton$(EXEEXT): $(test_inet_pton_OBJECTS) $(test_inet_pton_DEPENDENCIES) $(EXTRA_test_inet_pton_DEPENDENCIES) +! @rm -f test-inet_pton$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_inet_pton_OBJECTS) $(test_inet_pton_LDADD) $(LIBS) +! +! test-intprops$(EXEEXT): $(test_intprops_OBJECTS) $(test_intprops_DEPENDENCIES) $(EXTRA_test_intprops_DEPENDENCIES) +! @rm -f test-intprops$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_intprops_OBJECTS) $(test_intprops_LDADD) $(LIBS) +! +! test-inttostr$(EXEEXT): $(test_inttostr_OBJECTS) $(test_inttostr_DEPENDENCIES) $(EXTRA_test_inttostr_DEPENDENCIES) +! @rm -f test-inttostr$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_inttostr_OBJECTS) $(test_inttostr_LDADD) $(LIBS) +! +! test-inttypes-h$(EXEEXT): $(test_inttypes_h_OBJECTS) $(test_inttypes_h_DEPENDENCIES) $(EXTRA_test_inttypes_h_DEPENDENCIES) +! @rm -f test-inttypes-h$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_inttypes_h_OBJECTS) $(test_inttypes_h_LDADD) $(LIBS) +! +! test-ioctl$(EXEEXT): $(test_ioctl_OBJECTS) $(test_ioctl_DEPENDENCIES) $(EXTRA_test_ioctl_DEPENDENCIES) +! @rm -f test-ioctl$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_ioctl_OBJECTS) $(test_ioctl_LDADD) $(LIBS) +! +! test-isblank$(EXEEXT): $(test_isblank_OBJECTS) $(test_isblank_DEPENDENCIES) $(EXTRA_test_isblank_DEPENDENCIES) +! @rm -f test-isblank$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_isblank_OBJECTS) $(test_isblank_LDADD) $(LIBS) +! +! test-isnand-nolibm$(EXEEXT): $(test_isnand_nolibm_OBJECTS) $(test_isnand_nolibm_DEPENDENCIES) $(EXTRA_test_isnand_nolibm_DEPENDENCIES) +! @rm -f test-isnand-nolibm$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_isnand_nolibm_OBJECTS) $(test_isnand_nolibm_LDADD) $(LIBS) +! +! test-isnanf-nolibm$(EXEEXT): $(test_isnanf_nolibm_OBJECTS) $(test_isnanf_nolibm_DEPENDENCIES) $(EXTRA_test_isnanf_nolibm_DEPENDENCIES) +! @rm -f test-isnanf-nolibm$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_isnanf_nolibm_OBJECTS) $(test_isnanf_nolibm_LDADD) $(LIBS) +! +! test-isnanl-nolibm$(EXEEXT): $(test_isnanl_nolibm_OBJECTS) $(test_isnanl_nolibm_DEPENDENCIES) $(EXTRA_test_isnanl_nolibm_DEPENDENCIES) +! @rm -f test-isnanl-nolibm$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_isnanl_nolibm_OBJECTS) $(test_isnanl_nolibm_LDADD) $(LIBS) +! +! test-iswblank$(EXEEXT): $(test_iswblank_OBJECTS) $(test_iswblank_DEPENDENCIES) $(EXTRA_test_iswblank_DEPENDENCIES) +! @rm -f test-iswblank$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_iswblank_OBJECTS) $(test_iswblank_LDADD) $(LIBS) +! +! test-iswctype$(EXEEXT): $(test_iswctype_OBJECTS) $(test_iswctype_DEPENDENCIES) $(EXTRA_test_iswctype_DEPENDENCIES) +! @rm -f test-iswctype$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_iswctype_OBJECTS) $(test_iswctype_LDADD) $(LIBS) +! +! test-iswdigit$(EXEEXT): $(test_iswdigit_OBJECTS) $(test_iswdigit_DEPENDENCIES) $(EXTRA_test_iswdigit_DEPENDENCIES) +! @rm -f test-iswdigit$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_iswdigit_OBJECTS) $(test_iswdigit_LDADD) $(LIBS) +! +! test-iswpunct$(EXEEXT): $(test_iswpunct_OBJECTS) $(test_iswpunct_DEPENDENCIES) $(EXTRA_test_iswpunct_DEPENDENCIES) +! @rm -f test-iswpunct$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_iswpunct_OBJECTS) $(test_iswpunct_LDADD) $(LIBS) +! +! test-iswxdigit$(EXEEXT): $(test_iswxdigit_OBJECTS) $(test_iswxdigit_DEPENDENCIES) $(EXTRA_test_iswxdigit_DEPENDENCIES) +! @rm -f test-iswxdigit$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_iswxdigit_OBJECTS) $(test_iswxdigit_LDADD) $(LIBS) +! +! test-langinfo-h$(EXEEXT): $(test_langinfo_h_OBJECTS) $(test_langinfo_h_DEPENDENCIES) $(EXTRA_test_langinfo_h_DEPENDENCIES) +! @rm -f test-langinfo-h$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_langinfo_h_OBJECTS) $(test_langinfo_h_LDADD) $(LIBS) +! +! test-largefile$(EXEEXT): $(test_largefile_OBJECTS) $(test_largefile_DEPENDENCIES) $(EXTRA_test_largefile_DEPENDENCIES) +! @rm -f test-largefile$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_largefile_OBJECTS) $(test_largefile_LDADD) $(LIBS) +! +! test-limits-h$(EXEEXT): $(test_limits_h_OBJECTS) $(test_limits_h_DEPENDENCIES) $(EXTRA_test_limits_h_DEPENDENCIES) +! @rm -f test-limits-h$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_limits_h_OBJECTS) $(test_limits_h_LDADD) $(LIBS) +! +! test-listen$(EXEEXT): $(test_listen_OBJECTS) $(test_listen_DEPENDENCIES) $(EXTRA_test_listen_DEPENDENCIES) +! @rm -f test-listen$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_listen_OBJECTS) $(test_listen_LDADD) $(LIBS) +! +! test-localcharset$(EXEEXT): $(test_localcharset_OBJECTS) $(test_localcharset_DEPENDENCIES) $(EXTRA_test_localcharset_DEPENDENCIES) +! @rm -f test-localcharset$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_localcharset_OBJECTS) $(test_localcharset_LDADD) $(LIBS) +! +! test-localcharset-w32utf8$(EXEEXT): $(test_localcharset_w32utf8_OBJECTS) $(test_localcharset_w32utf8_DEPENDENCIES) $(EXTRA_test_localcharset_w32utf8_DEPENDENCIES) +! @rm -f test-localcharset-w32utf8$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_localcharset_w32utf8_OBJECTS) $(test_localcharset_w32utf8_LDADD) $(LIBS) +! +! test-locale-h$(EXEEXT): $(test_locale_h_OBJECTS) $(test_locale_h_DEPENDENCIES) $(EXTRA_test_locale_h_DEPENDENCIES) +! @rm -f test-locale-h$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_locale_h_OBJECTS) $(test_locale_h_LDADD) $(LIBS) +! +! test-localeconv$(EXEEXT): $(test_localeconv_OBJECTS) $(test_localeconv_DEPENDENCIES) $(EXTRA_test_localeconv_DEPENDENCIES) +! @rm -f test-localeconv$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_localeconv_OBJECTS) $(test_localeconv_LDADD) $(LIBS) +! +! test-localtime_r$(EXEEXT): $(test_localtime_r_OBJECTS) $(test_localtime_r_DEPENDENCIES) $(EXTRA_test_localtime_r_DEPENDENCIES) +! @rm -f test-localtime_r$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_localtime_r_OBJECTS) $(test_localtime_r_LDADD) $(LIBS) +! +! test-localtime_r-mt$(EXEEXT): $(test_localtime_r_mt_OBJECTS) $(test_localtime_r_mt_DEPENDENCIES) $(EXTRA_test_localtime_r_mt_DEPENDENCIES) +! @rm -f test-localtime_r-mt$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_localtime_r_mt_OBJECTS) $(test_localtime_r_mt_LDADD) $(LIBS) +! +! test-lstat$(EXEEXT): $(test_lstat_OBJECTS) $(test_lstat_DEPENDENCIES) $(EXTRA_test_lstat_DEPENDENCIES) +! @rm -f test-lstat$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_lstat_OBJECTS) $(test_lstat_LDADD) $(LIBS) +! +! test-malloc-gnu$(EXEEXT): $(test_malloc_gnu_OBJECTS) $(test_malloc_gnu_DEPENDENCIES) $(EXTRA_test_malloc_gnu_DEPENDENCIES) +! @rm -f test-malloc-gnu$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_malloc_gnu_OBJECTS) $(test_malloc_gnu_LDADD) $(LIBS) +! +! test-malloc-posix$(EXEEXT): $(test_malloc_posix_OBJECTS) $(test_malloc_posix_DEPENDENCIES) $(EXTRA_test_malloc_posix_DEPENDENCIES) +! @rm -f test-malloc-posix$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_malloc_posix_OBJECTS) $(test_malloc_posix_LDADD) $(LIBS) +! +! test-malloca$(EXEEXT): $(test_malloca_OBJECTS) $(test_malloca_DEPENDENCIES) $(EXTRA_test_malloca_DEPENDENCIES) +! @rm -f test-malloca$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_malloca_OBJECTS) $(test_malloca_LDADD) $(LIBS) +! +! test-math-h$(EXEEXT): $(test_math_h_OBJECTS) $(test_math_h_DEPENDENCIES) $(EXTRA_test_math_h_DEPENDENCIES) +! @rm -f test-math-h$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_math_h_OBJECTS) $(test_math_h_LDADD) $(LIBS) +! +! test-mbrtoc32$(EXEEXT): $(test_mbrtoc32_OBJECTS) $(test_mbrtoc32_DEPENDENCIES) $(EXTRA_test_mbrtoc32_DEPENDENCIES) +! @rm -f test-mbrtoc32$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_mbrtoc32_OBJECTS) $(test_mbrtoc32_LDADD) $(LIBS) +! +! test-mbrtoc32-w32$(EXEEXT): $(test_mbrtoc32_w32_OBJECTS) $(test_mbrtoc32_w32_DEPENDENCIES) $(EXTRA_test_mbrtoc32_w32_DEPENDENCIES) +! @rm -f test-mbrtoc32-w32$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_mbrtoc32_w32_OBJECTS) $(test_mbrtoc32_w32_LDADD) $(LIBS) +! +! test-mbrtowc$(EXEEXT): $(test_mbrtowc_OBJECTS) $(test_mbrtowc_DEPENDENCIES) $(EXTRA_test_mbrtowc_DEPENDENCIES) +! @rm -f test-mbrtowc$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_mbrtowc_OBJECTS) $(test_mbrtowc_LDADD) $(LIBS) +! +! test-mbrtowc-w32$(EXEEXT): $(test_mbrtowc_w32_OBJECTS) $(test_mbrtowc_w32_DEPENDENCIES) $(EXTRA_test_mbrtowc_w32_DEPENDENCIES) +! @rm -f test-mbrtowc-w32$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_mbrtowc_w32_OBJECTS) $(test_mbrtowc_w32_LDADD) $(LIBS) +! +! test-mbrtowc-w32utf8$(EXEEXT): $(test_mbrtowc_w32utf8_OBJECTS) $(test_mbrtowc_w32utf8_DEPENDENCIES) $(EXTRA_test_mbrtowc_w32utf8_DEPENDENCIES) +! @rm -f test-mbrtowc-w32utf8$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_mbrtowc_w32utf8_OBJECTS) $(test_mbrtowc_w32utf8_LDADD) $(LIBS) +! +! test-mbscasecmp$(EXEEXT): $(test_mbscasecmp_OBJECTS) $(test_mbscasecmp_DEPENDENCIES) $(EXTRA_test_mbscasecmp_DEPENDENCIES) +! @rm -f test-mbscasecmp$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_mbscasecmp_OBJECTS) $(test_mbscasecmp_LDADD) $(LIBS) +! +! test-mbsinit$(EXEEXT): $(test_mbsinit_OBJECTS) $(test_mbsinit_DEPENDENCIES) $(EXTRA_test_mbsinit_DEPENDENCIES) +! @rm -f test-mbsinit$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_mbsinit_OBJECTS) $(test_mbsinit_LDADD) $(LIBS) +! +! test-mbsrtoc32s$(EXEEXT): $(test_mbsrtoc32s_OBJECTS) $(test_mbsrtoc32s_DEPENDENCIES) $(EXTRA_test_mbsrtoc32s_DEPENDENCIES) +! @rm -f test-mbsrtoc32s$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_mbsrtoc32s_OBJECTS) $(test_mbsrtoc32s_LDADD) $(LIBS) +! +! test-mbsrtowcs$(EXEEXT): $(test_mbsrtowcs_OBJECTS) $(test_mbsrtowcs_DEPENDENCIES) $(EXTRA_test_mbsrtowcs_DEPENDENCIES) +! @rm -f test-mbsrtowcs$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_mbsrtowcs_OBJECTS) $(test_mbsrtowcs_LDADD) $(LIBS) +! +! test-mcel$(EXEEXT): $(test_mcel_OBJECTS) $(test_mcel_DEPENDENCIES) $(EXTRA_test_mcel_DEPENDENCIES) +! @rm -f test-mcel$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_mcel_OBJECTS) $(test_mcel_LDADD) $(LIBS) +! +! test-memchr$(EXEEXT): $(test_memchr_OBJECTS) $(test_memchr_DEPENDENCIES) $(EXTRA_test_memchr_DEPENDENCIES) +! @rm -f test-memchr$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_memchr_OBJECTS) $(test_memchr_LDADD) $(LIBS) +! +! test-memrchr$(EXEEXT): $(test_memrchr_OBJECTS) $(test_memrchr_DEPENDENCIES) $(EXTRA_test_memrchr_DEPENDENCIES) +! @rm -f test-memrchr$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_memrchr_OBJECTS) $(test_memrchr_LDADD) $(LIBS) +! +! test-mkdir$(EXEEXT): $(test_mkdir_OBJECTS) $(test_mkdir_DEPENDENCIES) $(EXTRA_test_mkdir_DEPENDENCIES) +! @rm -f test-mkdir$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_mkdir_OBJECTS) $(test_mkdir_LDADD) $(LIBS) +! +! test-nanosleep$(EXEEXT): $(test_nanosleep_OBJECTS) $(test_nanosleep_DEPENDENCIES) $(EXTRA_test_nanosleep_DEPENDENCIES) +! @rm -f test-nanosleep$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_nanosleep_OBJECTS) $(test_nanosleep_LDADD) $(LIBS) +! +! test-netinet_in-h$(EXEEXT): $(test_netinet_in_h_OBJECTS) $(test_netinet_in_h_DEPENDENCIES) $(EXTRA_test_netinet_in_h_DEPENDENCIES) +! @rm -f test-netinet_in-h$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_netinet_in_h_OBJECTS) $(test_netinet_in_h_LDADD) $(LIBS) +! +! test-nl_langinfo-mt$(EXEEXT): $(test_nl_langinfo_mt_OBJECTS) $(test_nl_langinfo_mt_DEPENDENCIES) $(EXTRA_test_nl_langinfo_mt_DEPENDENCIES) +! @rm -f test-nl_langinfo-mt$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_nl_langinfo_mt_OBJECTS) $(test_nl_langinfo_mt_LDADD) $(LIBS) +! +! test-nl_langinfo1$(EXEEXT): $(test_nl_langinfo1_OBJECTS) $(test_nl_langinfo1_DEPENDENCIES) $(EXTRA_test_nl_langinfo1_DEPENDENCIES) +! @rm -f test-nl_langinfo1$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_nl_langinfo1_OBJECTS) $(test_nl_langinfo1_LDADD) $(LIBS) +! +! test-nl_langinfo2$(EXEEXT): $(test_nl_langinfo2_OBJECTS) $(test_nl_langinfo2_DEPENDENCIES) $(EXTRA_test_nl_langinfo2_DEPENDENCIES) +! @rm -f test-nl_langinfo2$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_nl_langinfo2_OBJECTS) $(test_nl_langinfo2_LDADD) $(LIBS) +! +! test-nstrftime$(EXEEXT): $(test_nstrftime_OBJECTS) $(test_nstrftime_DEPENDENCIES) $(EXTRA_test_nstrftime_DEPENDENCIES) +! @rm -f test-nstrftime$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_nstrftime_OBJECTS) $(test_nstrftime_LDADD) $(LIBS) +! +! test-nullptr$(EXEEXT): $(test_nullptr_OBJECTS) $(test_nullptr_DEPENDENCIES) $(EXTRA_test_nullptr_DEPENDENCIES) +! @rm -f test-nullptr$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_nullptr_OBJECTS) $(test_nullptr_LDADD) $(LIBS) +! +! test-once1$(EXEEXT): $(test_once1_OBJECTS) $(test_once1_DEPENDENCIES) $(EXTRA_test_once1_DEPENDENCIES) +! @rm -f test-once1$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_once1_OBJECTS) $(test_once1_LDADD) $(LIBS) +! +! test-once2$(EXEEXT): $(test_once2_OBJECTS) $(test_once2_DEPENDENCIES) $(EXTRA_test_once2_DEPENDENCIES) +! @rm -f test-once2$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_once2_OBJECTS) $(test_once2_LDADD) $(LIBS) +! +! test-open$(EXEEXT): $(test_open_OBJECTS) $(test_open_DEPENDENCIES) $(EXTRA_test_open_DEPENDENCIES) +! @rm -f test-open$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_open_OBJECTS) $(test_open_LDADD) $(LIBS) +! +! test-openat$(EXEEXT): $(test_openat_OBJECTS) $(test_openat_DEPENDENCIES) $(EXTRA_test_openat_DEPENDENCIES) +! @rm -f test-openat$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_openat_OBJECTS) $(test_openat_LDADD) $(LIBS) +! +! test-pathmax$(EXEEXT): $(test_pathmax_OBJECTS) $(test_pathmax_DEPENDENCIES) $(EXTRA_test_pathmax_DEPENDENCIES) +! @rm -f test-pathmax$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_pathmax_OBJECTS) $(test_pathmax_LDADD) $(LIBS) +! +! test-perror$(EXEEXT): $(test_perror_OBJECTS) $(test_perror_DEPENDENCIES) $(EXTRA_test_perror_DEPENDENCIES) +! @rm -f test-perror$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_perror_OBJECTS) $(test_perror_LDADD) $(LIBS) +! +! test-perror2$(EXEEXT): $(test_perror2_OBJECTS) $(test_perror2_DEPENDENCIES) $(EXTRA_test_perror2_DEPENDENCIES) +! @rm -f test-perror2$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_perror2_OBJECTS) $(test_perror2_LDADD) $(LIBS) +! +! test-pipe$(EXEEXT): $(test_pipe_OBJECTS) $(test_pipe_DEPENDENCIES) $(EXTRA_test_pipe_DEPENDENCIES) +! @rm -f test-pipe$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_pipe_OBJECTS) $(test_pipe_LDADD) $(LIBS) +! +! test-popen$(EXEEXT): $(test_popen_OBJECTS) $(test_popen_DEPENDENCIES) $(EXTRA_test_popen_DEPENDENCIES) +! @rm -f test-popen$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_popen_OBJECTS) $(test_popen_LDADD) $(LIBS) +! +! test-priv-set$(EXEEXT): $(test_priv_set_OBJECTS) $(test_priv_set_DEPENDENCIES) $(EXTRA_test_priv_set_DEPENDENCIES) +! @rm -f test-priv-set$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_priv_set_OBJECTS) $(test_priv_set_LDADD) $(LIBS) +! +! test-pselect$(EXEEXT): $(test_pselect_OBJECTS) $(test_pselect_DEPENDENCIES) $(EXTRA_test_pselect_DEPENDENCIES) +! @rm -f test-pselect$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_pselect_OBJECTS) $(test_pselect_LDADD) $(LIBS) +! +! test-pthread$(EXEEXT): $(test_pthread_OBJECTS) $(test_pthread_DEPENDENCIES) $(EXTRA_test_pthread_DEPENDENCIES) +! @rm -f test-pthread$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_pthread_OBJECTS) $(test_pthread_LDADD) $(LIBS) +! +! test-pthread-cond$(EXEEXT): $(test_pthread_cond_OBJECTS) $(test_pthread_cond_DEPENDENCIES) $(EXTRA_test_pthread_cond_DEPENDENCIES) +! @rm -f test-pthread-cond$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_pthread_cond_OBJECTS) $(test_pthread_cond_LDADD) $(LIBS) +! +! test-pthread-mutex$(EXEEXT): $(test_pthread_mutex_OBJECTS) $(test_pthread_mutex_DEPENDENCIES) $(EXTRA_test_pthread_mutex_DEPENDENCIES) +! @rm -f test-pthread-mutex$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_pthread_mutex_OBJECTS) $(test_pthread_mutex_LDADD) $(LIBS) +! +! test-pthread-mutex-type$(EXEEXT): $(test_pthread_mutex_type_OBJECTS) $(test_pthread_mutex_type_DEPENDENCIES) $(EXTRA_test_pthread_mutex_type_DEPENDENCIES) +! @rm -f test-pthread-mutex-type$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_pthread_mutex_type_OBJECTS) $(test_pthread_mutex_type_LDADD) $(LIBS) +! +! test-pthread-once1$(EXEEXT): $(test_pthread_once1_OBJECTS) $(test_pthread_once1_DEPENDENCIES) $(EXTRA_test_pthread_once1_DEPENDENCIES) +! @rm -f test-pthread-once1$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_pthread_once1_OBJECTS) $(test_pthread_once1_LDADD) $(LIBS) +! +! test-pthread-once2$(EXEEXT): $(test_pthread_once2_OBJECTS) $(test_pthread_once2_DEPENDENCIES) $(EXTRA_test_pthread_once2_DEPENDENCIES) +! @rm -f test-pthread-once2$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_pthread_once2_OBJECTS) $(test_pthread_once2_LDADD) $(LIBS) +! +! test-pthread-rwlock$(EXEEXT): $(test_pthread_rwlock_OBJECTS) $(test_pthread_rwlock_DEPENDENCIES) $(EXTRA_test_pthread_rwlock_DEPENDENCIES) +! @rm -f test-pthread-rwlock$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_pthread_rwlock_OBJECTS) $(test_pthread_rwlock_LDADD) $(LIBS) +! +! test-pthread-thread$(EXEEXT): $(test_pthread_thread_OBJECTS) $(test_pthread_thread_DEPENDENCIES) $(EXTRA_test_pthread_thread_DEPENDENCIES) +! @rm -f test-pthread-thread$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_pthread_thread_OBJECTS) $(test_pthread_thread_LDADD) $(LIBS) +! +! test-pthread_sigmask1$(EXEEXT): $(test_pthread_sigmask1_OBJECTS) $(test_pthread_sigmask1_DEPENDENCIES) $(EXTRA_test_pthread_sigmask1_DEPENDENCIES) +! @rm -f test-pthread_sigmask1$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_pthread_sigmask1_OBJECTS) $(test_pthread_sigmask1_LDADD) $(LIBS) +! +! test-pthread_sigmask2$(EXEEXT): $(test_pthread_sigmask2_OBJECTS) $(test_pthread_sigmask2_DEPENDENCIES) $(EXTRA_test_pthread_sigmask2_DEPENDENCIES) +! @rm -f test-pthread_sigmask2$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_pthread_sigmask2_OBJECTS) $(test_pthread_sigmask2_LDADD) $(LIBS) +! +! test-putenv$(EXEEXT): $(test_putenv_OBJECTS) $(test_putenv_DEPENDENCIES) $(EXTRA_test_putenv_DEPENDENCIES) +! @rm -f test-putenv$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_putenv_OBJECTS) $(test_putenv_LDADD) $(LIBS) +! +! test-quotearg-simple$(EXEEXT): $(test_quotearg_simple_OBJECTS) $(test_quotearg_simple_DEPENDENCIES) $(EXTRA_test_quotearg_simple_DEPENDENCIES) +! @rm -f test-quotearg-simple$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_quotearg_simple_OBJECTS) $(test_quotearg_simple_LDADD) $(LIBS) +! +! test-raise$(EXEEXT): $(test_raise_OBJECTS) $(test_raise_DEPENDENCIES) $(EXTRA_test_raise_DEPENDENCIES) +! @rm -f test-raise$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_raise_OBJECTS) $(test_raise_LDADD) $(LIBS) +! +! test-random$(EXEEXT): $(test_random_OBJECTS) $(test_random_DEPENDENCIES) $(EXTRA_test_random_DEPENDENCIES) +! @rm -f test-random$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_random_OBJECTS) $(test_random_LDADD) $(LIBS) +! +! test-random-mt$(EXEEXT): $(test_random_mt_OBJECTS) $(test_random_mt_DEPENDENCIES) $(EXTRA_test_random_mt_DEPENDENCIES) +! @rm -f test-random-mt$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_random_mt_OBJECTS) $(test_random_mt_LDADD) $(LIBS) +! +! test-random_r$(EXEEXT): $(test_random_r_OBJECTS) $(test_random_r_DEPENDENCIES) $(EXTRA_test_random_r_DEPENDENCIES) +! @rm -f test-random_r$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_random_r_OBJECTS) $(test_random_r_LDADD) $(LIBS) +! +! test-rawmemchr$(EXEEXT): $(test_rawmemchr_OBJECTS) $(test_rawmemchr_DEPENDENCIES) $(EXTRA_test_rawmemchr_DEPENDENCIES) +! @rm -f test-rawmemchr$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_rawmemchr_OBJECTS) $(test_rawmemchr_LDADD) $(LIBS) +! +! test-readlink$(EXEEXT): $(test_readlink_OBJECTS) $(test_readlink_DEPENDENCIES) $(EXTRA_test_readlink_DEPENDENCIES) +! @rm -f test-readlink$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_readlink_OBJECTS) $(test_readlink_LDADD) $(LIBS) +! +! test-readlinkat$(EXEEXT): $(test_readlinkat_OBJECTS) $(test_readlinkat_DEPENDENCIES) $(EXTRA_test_readlinkat_DEPENDENCIES) +! @rm -f test-readlinkat$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_readlinkat_OBJECTS) $(test_readlinkat_LDADD) $(LIBS) +! +! test-realloc-posix$(EXEEXT): $(test_realloc_posix_OBJECTS) $(test_realloc_posix_DEPENDENCIES) $(EXTRA_test_realloc_posix_DEPENDENCIES) +! @rm -f test-realloc-posix$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_realloc_posix_OBJECTS) $(test_realloc_posix_LDADD) $(LIBS) +! +! test-reallocarray$(EXEEXT): $(test_reallocarray_OBJECTS) $(test_reallocarray_DEPENDENCIES) $(EXTRA_test_reallocarray_DEPENDENCIES) +! @rm -f test-reallocarray$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_reallocarray_OBJECTS) $(test_reallocarray_LDADD) $(LIBS) +! +! test-regex$(EXEEXT): $(test_regex_OBJECTS) $(test_regex_DEPENDENCIES) $(EXTRA_test_regex_DEPENDENCIES) +! @rm -f test-regex$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_regex_OBJECTS) $(test_regex_LDADD) $(LIBS) +! +! test-rmdir$(EXEEXT): $(test_rmdir_OBJECTS) $(test_rmdir_DEPENDENCIES) $(EXTRA_test_rmdir_DEPENDENCIES) +! @rm -f test-rmdir$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_rmdir_OBJECTS) $(test_rmdir_LDADD) $(LIBS) +! +! test-sched-h$(EXEEXT): $(test_sched_h_OBJECTS) $(test_sched_h_DEPENDENCIES) $(EXTRA_test_sched_h_DEPENDENCIES) +! @rm -f test-sched-h$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_sched_h_OBJECTS) $(test_sched_h_LDADD) $(LIBS) +! +! test-select$(EXEEXT): $(test_select_OBJECTS) $(test_select_DEPENDENCIES) $(EXTRA_test_select_DEPENDENCIES) +! @rm -f test-select$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_select_OBJECTS) $(test_select_LDADD) $(LIBS) +! +! test-select-fd$(EXEEXT): $(test_select_fd_OBJECTS) $(test_select_fd_DEPENDENCIES) $(EXTRA_test_select_fd_DEPENDENCIES) +! @rm -f test-select-fd$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_select_fd_OBJECTS) $(test_select_fd_LDADD) $(LIBS) +! +! test-select-stdin$(EXEEXT): $(test_select_stdin_OBJECTS) $(test_select_stdin_DEPENDENCIES) $(EXTRA_test_select_stdin_DEPENDENCIES) +! @rm -f test-select-stdin$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_select_stdin_OBJECTS) $(test_select_stdin_LDADD) $(LIBS) +! +! test-setenv$(EXEEXT): $(test_setenv_OBJECTS) $(test_setenv_DEPENDENCIES) $(EXTRA_test_setenv_DEPENDENCIES) +! @rm -f test-setenv$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_setenv_OBJECTS) $(test_setenv_LDADD) $(LIBS) +! +! test-setlocale_null$(EXEEXT): $(test_setlocale_null_OBJECTS) $(test_setlocale_null_DEPENDENCIES) $(EXTRA_test_setlocale_null_DEPENDENCIES) +! @rm -f test-setlocale_null$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_setlocale_null_OBJECTS) $(test_setlocale_null_LDADD) $(LIBS) +! +! test-setlocale_null-mt-all$(EXEEXT): $(test_setlocale_null_mt_all_OBJECTS) $(test_setlocale_null_mt_all_DEPENDENCIES) $(EXTRA_test_setlocale_null_mt_all_DEPENDENCIES) +! @rm -f test-setlocale_null-mt-all$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_setlocale_null_mt_all_OBJECTS) $(test_setlocale_null_mt_all_LDADD) $(LIBS) +! +! test-setlocale_null-mt-one$(EXEEXT): $(test_setlocale_null_mt_one_OBJECTS) $(test_setlocale_null_mt_one_DEPENDENCIES) $(EXTRA_test_setlocale_null_mt_one_DEPENDENCIES) +! @rm -f test-setlocale_null-mt-one$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_setlocale_null_mt_one_OBJECTS) $(test_setlocale_null_mt_one_LDADD) $(LIBS) +! +! test-setlocale_null-unlocked$(EXEEXT): $(test_setlocale_null_unlocked_OBJECTS) $(test_setlocale_null_unlocked_DEPENDENCIES) $(EXTRA_test_setlocale_null_unlocked_DEPENDENCIES) +! @rm -f test-setlocale_null-unlocked$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_setlocale_null_unlocked_OBJECTS) $(test_setlocale_null_unlocked_LDADD) $(LIBS) +! +! test-setsockopt$(EXEEXT): $(test_setsockopt_OBJECTS) $(test_setsockopt_DEPENDENCIES) $(EXTRA_test_setsockopt_DEPENDENCIES) +! @rm -f test-setsockopt$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_setsockopt_OBJECTS) $(test_setsockopt_LDADD) $(LIBS) +! +! test-sh-quote$(EXEEXT): $(test_sh_quote_OBJECTS) $(test_sh_quote_DEPENDENCIES) $(EXTRA_test_sh_quote_DEPENDENCIES) +! @rm -f test-sh-quote$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_sh_quote_OBJECTS) $(test_sh_quote_LDADD) $(LIBS) +! +! test-sigaction$(EXEEXT): $(test_sigaction_OBJECTS) $(test_sigaction_DEPENDENCIES) $(EXTRA_test_sigaction_DEPENDENCIES) +! @rm -f test-sigaction$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_sigaction_OBJECTS) $(test_sigaction_LDADD) $(LIBS) +! +! test-signal-h$(EXEEXT): $(test_signal_h_OBJECTS) $(test_signal_h_DEPENDENCIES) $(EXTRA_test_signal_h_DEPENDENCIES) +! @rm -f test-signal-h$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_signal_h_OBJECTS) $(test_signal_h_LDADD) $(LIBS) +! +! test-signbit$(EXEEXT): $(test_signbit_OBJECTS) $(test_signbit_DEPENDENCIES) $(EXTRA_test_signbit_DEPENDENCIES) +! @rm -f test-signbit$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_signbit_OBJECTS) $(test_signbit_LDADD) $(LIBS) +! +! test-sigprocmask$(EXEEXT): $(test_sigprocmask_OBJECTS) $(test_sigprocmask_DEPENDENCIES) $(EXTRA_test_sigprocmask_DEPENDENCIES) +! @rm -f test-sigprocmask$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_sigprocmask_OBJECTS) $(test_sigprocmask_LDADD) $(LIBS) +! +! test-sigsegv-catch-segv1$(EXEEXT): $(test_sigsegv_catch_segv1_OBJECTS) $(test_sigsegv_catch_segv1_DEPENDENCIES) $(EXTRA_test_sigsegv_catch_segv1_DEPENDENCIES) +! @rm -f test-sigsegv-catch-segv1$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_sigsegv_catch_segv1_OBJECTS) $(test_sigsegv_catch_segv1_LDADD) $(LIBS) +! +! test-sigsegv-catch-segv2$(EXEEXT): $(test_sigsegv_catch_segv2_OBJECTS) $(test_sigsegv_catch_segv2_DEPENDENCIES) $(EXTRA_test_sigsegv_catch_segv2_DEPENDENCIES) +! @rm -f test-sigsegv-catch-segv2$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_sigsegv_catch_segv2_OBJECTS) $(test_sigsegv_catch_segv2_LDADD) $(LIBS) +! +! test-sigsegv-catch-stackoverflow1$(EXEEXT): $(test_sigsegv_catch_stackoverflow1_OBJECTS) $(test_sigsegv_catch_stackoverflow1_DEPENDENCIES) $(EXTRA_test_sigsegv_catch_stackoverflow1_DEPENDENCIES) +! @rm -f test-sigsegv-catch-stackoverflow1$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_sigsegv_catch_stackoverflow1_OBJECTS) $(test_sigsegv_catch_stackoverflow1_LDADD) $(LIBS) +! +! test-sigsegv-catch-stackoverflow2$(EXEEXT): $(test_sigsegv_catch_stackoverflow2_OBJECTS) $(test_sigsegv_catch_stackoverflow2_DEPENDENCIES) $(EXTRA_test_sigsegv_catch_stackoverflow2_DEPENDENCIES) +! @rm -f test-sigsegv-catch-stackoverflow2$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_sigsegv_catch_stackoverflow2_OBJECTS) $(test_sigsegv_catch_stackoverflow2_LDADD) $(LIBS) +! +! test-sleep$(EXEEXT): $(test_sleep_OBJECTS) $(test_sleep_DEPENDENCIES) $(EXTRA_test_sleep_DEPENDENCIES) +! @rm -f test-sleep$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_sleep_OBJECTS) $(test_sleep_LDADD) $(LIBS) +! +! test-snprintf$(EXEEXT): $(test_snprintf_OBJECTS) $(test_snprintf_DEPENDENCIES) $(EXTRA_test_snprintf_DEPENDENCIES) +! @rm -f test-snprintf$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_snprintf_OBJECTS) $(test_snprintf_LDADD) $(LIBS) +! +! test-sockets$(EXEEXT): $(test_sockets_OBJECTS) $(test_sockets_DEPENDENCIES) $(EXTRA_test_sockets_DEPENDENCIES) +! @rm -f test-sockets$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_sockets_OBJECTS) $(test_sockets_LDADD) $(LIBS) +! +! test-stat$(EXEEXT): $(test_stat_OBJECTS) $(test_stat_DEPENDENCIES) $(EXTRA_test_stat_DEPENDENCIES) +! @rm -f test-stat$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_stat_OBJECTS) $(test_stat_LDADD) $(LIBS) +! +! test-stat-time$(EXEEXT): $(test_stat_time_OBJECTS) $(test_stat_time_DEPENDENCIES) $(EXTRA_test_stat_time_DEPENDENCIES) +! @rm -f test-stat-time$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_stat_time_OBJECTS) $(test_stat_time_LDADD) $(LIBS) +! +! test-stdbit-h$(EXEEXT): $(test_stdbit_h_OBJECTS) $(test_stdbit_h_DEPENDENCIES) $(EXTRA_test_stdbit_h_DEPENDENCIES) +! @rm -f test-stdbit-h$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_stdbit_h_OBJECTS) $(test_stdbit_h_LDADD) $(LIBS) +! from-glibc/$(am__dirstamp): +! @$(MKDIR_P) from-glibc +! @: >>from-glibc/$(am__dirstamp) +! from-glibc/$(DEPDIR)/$(am__dirstamp): +! @$(MKDIR_P) from-glibc/$(DEPDIR) +! @: >>from-glibc/$(DEPDIR)/$(am__dirstamp) +! from-glibc/test_stdc_bit_width-tst-stdc_bit_width.$(OBJEXT): \ +! from-glibc/$(am__dirstamp) \ +! from-glibc/$(DEPDIR)/$(am__dirstamp) +! +! test-stdc_bit_width$(EXEEXT): $(test_stdc_bit_width_OBJECTS) $(test_stdc_bit_width_DEPENDENCIES) $(EXTRA_test_stdc_bit_width_DEPENDENCIES) +! @rm -f test-stdc_bit_width$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_stdc_bit_width_OBJECTS) $(test_stdc_bit_width_LDADD) $(LIBS) +! from-glibc/test_stdc_leading_zeros-tst-stdc_leading_zeros.$(OBJEXT): \ +! from-glibc/$(am__dirstamp) \ +! from-glibc/$(DEPDIR)/$(am__dirstamp) +! +! test-stdc_leading_zeros$(EXEEXT): $(test_stdc_leading_zeros_OBJECTS) $(test_stdc_leading_zeros_DEPENDENCIES) $(EXTRA_test_stdc_leading_zeros_DEPENDENCIES) +! @rm -f test-stdc_leading_zeros$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_stdc_leading_zeros_OBJECTS) $(test_stdc_leading_zeros_LDADD) $(LIBS) +! +! test-stdckdint-h$(EXEEXT): $(test_stdckdint_h_OBJECTS) $(test_stdckdint_h_DEPENDENCIES) $(EXTRA_test_stdckdint_h_DEPENDENCIES) +! @rm -f test-stdckdint-h$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_stdckdint_h_OBJECTS) $(test_stdckdint_h_LDADD) $(LIBS) +! +! test-stddef-h$(EXEEXT): $(test_stddef_h_OBJECTS) $(test_stddef_h_DEPENDENCIES) $(EXTRA_test_stddef_h_DEPENDENCIES) +! @rm -f test-stddef-h$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_stddef_h_OBJECTS) $(test_stddef_h_LDADD) $(LIBS) +! +! test-stdint-h$(EXEEXT): $(test_stdint_h_OBJECTS) $(test_stdint_h_DEPENDENCIES) $(EXTRA_test_stdint_h_DEPENDENCIES) +! @rm -f test-stdint-h$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_stdint_h_OBJECTS) $(test_stdint_h_LDADD) $(LIBS) +! +! test-stdio-h$(EXEEXT): $(test_stdio_h_OBJECTS) $(test_stdio_h_DEPENDENCIES) $(EXTRA_test_stdio_h_DEPENDENCIES) +! @rm -f test-stdio-h$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_stdio_h_OBJECTS) $(test_stdio_h_LDADD) $(LIBS) +! +! test-stdlib-h$(EXEEXT): $(test_stdlib_h_OBJECTS) $(test_stdlib_h_DEPENDENCIES) $(EXTRA_test_stdlib_h_DEPENDENCIES) +! @rm -f test-stdlib-h$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_stdlib_h_OBJECTS) $(test_stdlib_h_LDADD) $(LIBS) +! +! test-str_startswith$(EXEEXT): $(test_str_startswith_OBJECTS) $(test_str_startswith_DEPENDENCIES) $(EXTRA_test_str_startswith_DEPENDENCIES) +! @rm -f test-str_startswith$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_str_startswith_OBJECTS) $(test_str_startswith_LDADD) $(LIBS) +! +! test-strerror$(EXEEXT): $(test_strerror_OBJECTS) $(test_strerror_DEPENDENCIES) $(EXTRA_test_strerror_DEPENDENCIES) +! @rm -f test-strerror$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_strerror_OBJECTS) $(test_strerror_LDADD) $(LIBS) +! +! test-strerror_r$(EXEEXT): $(test_strerror_r_OBJECTS) $(test_strerror_r_DEPENDENCIES) $(EXTRA_test_strerror_r_DEPENDENCIES) +! @rm -f test-strerror_r$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_strerror_r_OBJECTS) $(test_strerror_r_LDADD) $(LIBS) +! +! test-string-h$(EXEEXT): $(test_string_h_OBJECTS) $(test_string_h_DEPENDENCIES) $(EXTRA_test_string_h_DEPENDENCIES) +! @rm -f test-string-h$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_string_h_OBJECTS) $(test_string_h_LDADD) $(LIBS) +! +! test-strings-h$(EXEEXT): $(test_strings_h_OBJECTS) $(test_strings_h_DEPENDENCIES) $(EXTRA_test_strings_h_DEPENDENCIES) +! @rm -f test-strings-h$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_strings_h_OBJECTS) $(test_strings_h_LDADD) $(LIBS) +! +! test-strnlen$(EXEEXT): $(test_strnlen_OBJECTS) $(test_strnlen_DEPENDENCIES) $(EXTRA_test_strnlen_DEPENDENCIES) +! @rm -f test-strnlen$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_strnlen_OBJECTS) $(test_strnlen_LDADD) $(LIBS) +! +! test-strtoimax$(EXEEXT): $(test_strtoimax_OBJECTS) $(test_strtoimax_DEPENDENCIES) $(EXTRA_test_strtoimax_DEPENDENCIES) +! @rm -f test-strtoimax$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_strtoimax_OBJECTS) $(test_strtoimax_LDADD) $(LIBS) +! +! test-strtoll$(EXEEXT): $(test_strtoll_OBJECTS) $(test_strtoll_DEPENDENCIES) $(EXTRA_test_strtoll_DEPENDENCIES) +! @rm -f test-strtoll$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_strtoll_OBJECTS) $(test_strtoll_LDADD) $(LIBS) +! +! test-symlink$(EXEEXT): $(test_symlink_OBJECTS) $(test_symlink_DEPENDENCIES) $(EXTRA_test_symlink_DEPENDENCIES) +! @rm -f test-symlink$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_symlink_OBJECTS) $(test_symlink_LDADD) $(LIBS) +! +! test-symlinkat$(EXEEXT): $(test_symlinkat_OBJECTS) $(test_symlinkat_DEPENDENCIES) $(EXTRA_test_symlinkat_DEPENDENCIES) +! @rm -f test-symlinkat$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_symlinkat_OBJECTS) $(test_symlinkat_LDADD) $(LIBS) +! +! test-sys_ioctl-h$(EXEEXT): $(test_sys_ioctl_h_OBJECTS) $(test_sys_ioctl_h_DEPENDENCIES) $(EXTRA_test_sys_ioctl_h_DEPENDENCIES) +! @rm -f test-sys_ioctl-h$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_sys_ioctl_h_OBJECTS) $(test_sys_ioctl_h_LDADD) $(LIBS) +! +! test-sys_random-h$(EXEEXT): $(test_sys_random_h_OBJECTS) $(test_sys_random_h_DEPENDENCIES) $(EXTRA_test_sys_random_h_DEPENDENCIES) +! @rm -f test-sys_random-h$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_sys_random_h_OBJECTS) $(test_sys_random_h_LDADD) $(LIBS) +! +! test-sys_select-h$(EXEEXT): $(test_sys_select_h_OBJECTS) $(test_sys_select_h_DEPENDENCIES) $(EXTRA_test_sys_select_h_DEPENDENCIES) +! @rm -f test-sys_select-h$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_sys_select_h_OBJECTS) $(test_sys_select_h_LDADD) $(LIBS) +! +! test-sys_socket-h$(EXEEXT): $(test_sys_socket_h_OBJECTS) $(test_sys_socket_h_DEPENDENCIES) $(EXTRA_test_sys_socket_h_DEPENDENCIES) +! @rm -f test-sys_socket-h$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_sys_socket_h_OBJECTS) $(test_sys_socket_h_LDADD) $(LIBS) +! +! test-sys_stat-h$(EXEEXT): $(test_sys_stat_h_OBJECTS) $(test_sys_stat_h_DEPENDENCIES) $(EXTRA_test_sys_stat_h_DEPENDENCIES) +! @rm -f test-sys_stat-h$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_sys_stat_h_OBJECTS) $(test_sys_stat_h_LDADD) $(LIBS) +! +! test-sys_time-h$(EXEEXT): $(test_sys_time_h_OBJECTS) $(test_sys_time_h_DEPENDENCIES) $(EXTRA_test_sys_time_h_DEPENDENCIES) +! @rm -f test-sys_time-h$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_sys_time_h_OBJECTS) $(test_sys_time_h_LDADD) $(LIBS) +! +! test-sys_types-h$(EXEEXT): $(test_sys_types_h_OBJECTS) $(test_sys_types_h_DEPENDENCIES) $(EXTRA_test_sys_types_h_DEPENDENCIES) +! @rm -f test-sys_types-h$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_sys_types_h_OBJECTS) $(test_sys_types_h_LDADD) $(LIBS) +! +! test-sys_uio-h$(EXEEXT): $(test_sys_uio_h_OBJECTS) $(test_sys_uio_h_DEPENDENCIES) $(EXTRA_test_sys_uio_h_DEPENDENCIES) +! @rm -f test-sys_uio-h$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_sys_uio_h_OBJECTS) $(test_sys_uio_h_LDADD) $(LIBS) +! +! test-sys_wait-h$(EXEEXT): $(test_sys_wait_h_OBJECTS) $(test_sys_wait_h_DEPENDENCIES) $(EXTRA_test_sys_wait_h_DEPENDENCIES) +! @rm -f test-sys_wait-h$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_sys_wait_h_OBJECTS) $(test_sys_wait_h_LDADD) $(LIBS) +! +! test-thread_create$(EXEEXT): $(test_thread_create_OBJECTS) $(test_thread_create_DEPENDENCIES) $(EXTRA_test_thread_create_DEPENDENCIES) +! @rm -f test-thread_create$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_thread_create_OBJECTS) $(test_thread_create_LDADD) $(LIBS) +! +! test-thread_self$(EXEEXT): $(test_thread_self_OBJECTS) $(test_thread_self_DEPENDENCIES) $(EXTRA_test_thread_self_DEPENDENCIES) +! @rm -f test-thread_self$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_thread_self_OBJECTS) $(test_thread_self_LDADD) $(LIBS) +! +! test-time$(EXEEXT): $(test_time_OBJECTS) $(test_time_DEPENDENCIES) $(EXTRA_test_time_DEPENDENCIES) +! @rm -f test-time$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_time_OBJECTS) $(test_time_LDADD) $(LIBS) +! +! test-time-h$(EXEEXT): $(test_time_h_OBJECTS) $(test_time_h_DEPENDENCIES) $(EXTRA_test_time_h_DEPENDENCIES) +! @rm -f test-time-h$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_time_h_OBJECTS) $(test_time_h_LDADD) $(LIBS) +! +! test-timespec$(EXEEXT): $(test_timespec_OBJECTS) $(test_timespec_DEPENDENCIES) $(EXTRA_test_timespec_DEPENDENCIES) +! @rm -f test-timespec$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_timespec_OBJECTS) $(test_timespec_LDADD) $(LIBS) +! +! test-timespec_get$(EXEEXT): $(test_timespec_get_OBJECTS) $(test_timespec_get_DEPENDENCIES) $(EXTRA_test_timespec_get_DEPENDENCIES) +! @rm -f test-timespec_get$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_timespec_get_OBJECTS) $(test_timespec_get_LDADD) $(LIBS) +! unistr/test-u32-chr.$(OBJEXT): unistr/$(am__dirstamp) \ +! unistr/$(DEPDIR)/$(am__dirstamp) +! +! test-u32-chr$(EXEEXT): $(test_u32_chr_OBJECTS) $(test_u32_chr_DEPENDENCIES) $(EXTRA_test_u32_chr_DEPENDENCIES) +! @rm -f test-u32-chr$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_u32_chr_OBJECTS) $(test_u32_chr_LDADD) $(LIBS) +! unistr/test-u32-cpy.$(OBJEXT): unistr/$(am__dirstamp) \ +! unistr/$(DEPDIR)/$(am__dirstamp) +! +! test-u32-cpy$(EXEEXT): $(test_u32_cpy_OBJECTS) $(test_u32_cpy_DEPENDENCIES) $(EXTRA_test_u32_cpy_DEPENDENCIES) +! @rm -f test-u32-cpy$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_u32_cpy_OBJECTS) $(test_u32_cpy_LDADD) $(LIBS) +! unistr/test-u32-pcpy.$(OBJEXT): unistr/$(am__dirstamp) \ +! unistr/$(DEPDIR)/$(am__dirstamp) +! +! test-u32-pcpy$(EXEEXT): $(test_u32_pcpy_OBJECTS) $(test_u32_pcpy_DEPENDENCIES) $(EXTRA_test_u32_pcpy_DEPENDENCIES) +! @rm -f test-u32-pcpy$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_u32_pcpy_OBJECTS) $(test_u32_pcpy_LDADD) $(LIBS) +! unistr/test-u32-set.$(OBJEXT): unistr/$(am__dirstamp) \ +! unistr/$(DEPDIR)/$(am__dirstamp) +! +! test-u32-set$(EXEEXT): $(test_u32_set_OBJECTS) $(test_u32_set_DEPENDENCIES) $(EXTRA_test_u32_set_DEPENDENCIES) +! @rm -f test-u32-set$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_u32_set_OBJECTS) $(test_u32_set_LDADD) $(LIBS) +! unistr/test-u32-strcat.$(OBJEXT): unistr/$(am__dirstamp) \ +! unistr/$(DEPDIR)/$(am__dirstamp) +! +! test-u32-strcat$(EXEEXT): $(test_u32_strcat_OBJECTS) $(test_u32_strcat_DEPENDENCIES) $(EXTRA_test_u32_strcat_DEPENDENCIES) +! @rm -f test-u32-strcat$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_u32_strcat_OBJECTS) $(test_u32_strcat_LDADD) $(LIBS) +! unistr/test-u32-strlen.$(OBJEXT): unistr/$(am__dirstamp) \ +! unistr/$(DEPDIR)/$(am__dirstamp) +! +! test-u32-strlen$(EXEEXT): $(test_u32_strlen_OBJECTS) $(test_u32_strlen_DEPENDENCIES) $(EXTRA_test_u32_strlen_DEPENDENCIES) +! @rm -f test-u32-strlen$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_u32_strlen_OBJECTS) $(test_u32_strlen_LDADD) $(LIBS) +! unicase/$(am__dirstamp): +! @$(MKDIR_P) unicase +! @: >>unicase/$(am__dirstamp) +! unicase/$(DEPDIR)/$(am__dirstamp): +! @$(MKDIR_P) unicase/$(DEPDIR) +! @: >>unicase/$(DEPDIR)/$(am__dirstamp) +! unicase/test-uc_tolower.$(OBJEXT): unicase/$(am__dirstamp) \ +! unicase/$(DEPDIR)/$(am__dirstamp) +! +! test-uc_tolower$(EXEEXT): $(test_uc_tolower_OBJECTS) $(test_uc_tolower_DEPENDENCIES) $(EXTRA_test_uc_tolower_DEPENDENCIES) +! @rm -f test-uc_tolower$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_uc_tolower_OBJECTS) $(test_uc_tolower_LDADD) $(LIBS) +! uniwidth/$(am__dirstamp): +! @$(MKDIR_P) uniwidth +! @: >>uniwidth/$(am__dirstamp) +! uniwidth/$(DEPDIR)/$(am__dirstamp): +! @$(MKDIR_P) uniwidth/$(DEPDIR) +! @: >>uniwidth/$(DEPDIR)/$(am__dirstamp) +! uniwidth/test-uc_width.$(OBJEXT): uniwidth/$(am__dirstamp) \ +! uniwidth/$(DEPDIR)/$(am__dirstamp) +! +! test-uc_width$(EXEEXT): $(test_uc_width_OBJECTS) $(test_uc_width_DEPENDENCIES) $(EXTRA_test_uc_width_DEPENDENCIES) +! @rm -f test-uc_width$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_uc_width_OBJECTS) $(test_uc_width_LDADD) $(LIBS) +! uniwidth/test-uc_width2.$(OBJEXT): uniwidth/$(am__dirstamp) \ +! uniwidth/$(DEPDIR)/$(am__dirstamp) +! +! test-uc_width2$(EXEEXT): $(test_uc_width2_OBJECTS) $(test_uc_width2_DEPENDENCIES) $(EXTRA_test_uc_width2_DEPENDENCIES) +! @rm -f test-uc_width2$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_uc_width2_OBJECTS) $(test_uc_width2_LDADD) $(LIBS) +! +! test-uchar-h$(EXEEXT): $(test_uchar_h_OBJECTS) $(test_uchar_h_DEPENDENCIES) $(EXTRA_test_uchar_h_DEPENDENCIES) +! @rm -f test-uchar-h$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_uchar_h_OBJECTS) $(test_uchar_h_LDADD) $(LIBS) +! +! test-unistd-h$(EXEEXT): $(test_unistd_h_OBJECTS) $(test_unistd_h_DEPENDENCIES) $(EXTRA_test_unistd_h_DEPENDENCIES) +! @rm -f test-unistd-h$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_unistd_h_OBJECTS) $(test_unistd_h_LDADD) $(LIBS) +! +! test-unlink$(EXEEXT): $(test_unlink_OBJECTS) $(test_unlink_DEPENDENCIES) $(EXTRA_test_unlink_DEPENDENCIES) +! @rm -f test-unlink$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_unlink_OBJECTS) $(test_unlink_LDADD) $(LIBS) +! +! test-unlinkat$(EXEEXT): $(test_unlinkat_OBJECTS) $(test_unlinkat_DEPENDENCIES) $(EXTRA_test_unlinkat_DEPENDENCIES) +! @rm -f test-unlinkat$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_unlinkat_OBJECTS) $(test_unlinkat_LDADD) $(LIBS) +! +! test-unsetenv$(EXEEXT): $(test_unsetenv_OBJECTS) $(test_unsetenv_DEPENDENCIES) $(EXTRA_test_unsetenv_DEPENDENCIES) +! @rm -f test-unsetenv$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_unsetenv_OBJECTS) $(test_unsetenv_LDADD) $(LIBS) +! +! test-vasnprintf$(EXEEXT): $(test_vasnprintf_OBJECTS) $(test_vasnprintf_DEPENDENCIES) $(EXTRA_test_vasnprintf_DEPENDENCIES) +! @rm -f test-vasnprintf$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_vasnprintf_OBJECTS) $(test_vasnprintf_LDADD) $(LIBS) +! +! test-verify$(EXEEXT): $(test_verify_OBJECTS) $(test_verify_DEPENDENCIES) $(EXTRA_test_verify_DEPENDENCIES) +! @rm -f test-verify$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_verify_OBJECTS) $(test_verify_LDADD) $(LIBS) +! +! test-verify-try$(EXEEXT): $(test_verify_try_OBJECTS) $(test_verify_try_DEPENDENCIES) $(EXTRA_test_verify_try_DEPENDENCIES) +! @rm -f test-verify-try$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_verify_try_OBJECTS) $(test_verify_try_LDADD) $(LIBS) +! +! test-version-etc$(EXEEXT): $(test_version_etc_OBJECTS) $(test_version_etc_DEPENDENCIES) $(EXTRA_test_version_etc_DEPENDENCIES) +! @rm -f test-version-etc$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_version_etc_OBJECTS) $(test_version_etc_LDADD) $(LIBS) +! +! test-wchar-h$(EXEEXT): $(test_wchar_h_OBJECTS) $(test_wchar_h_DEPENDENCIES) $(EXTRA_test_wchar_h_DEPENDENCIES) +! @rm -f test-wchar-h$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_wchar_h_OBJECTS) $(test_wchar_h_LDADD) $(LIBS) +! +! test-wcrtomb$(EXEEXT): $(test_wcrtomb_OBJECTS) $(test_wcrtomb_DEPENDENCIES) $(EXTRA_test_wcrtomb_DEPENDENCIES) +! @rm -f test-wcrtomb$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_wcrtomb_OBJECTS) $(test_wcrtomb_LDADD) $(LIBS) +! +! test-wcrtomb-w32$(EXEEXT): $(test_wcrtomb_w32_OBJECTS) $(test_wcrtomb_w32_DEPENDENCIES) $(EXTRA_test_wcrtomb_w32_DEPENDENCIES) +! @rm -f test-wcrtomb-w32$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_wcrtomb_w32_OBJECTS) $(test_wcrtomb_w32_LDADD) $(LIBS) +! +! test-wctype$(EXEEXT): $(test_wctype_OBJECTS) $(test_wctype_DEPENDENCIES) $(EXTRA_test_wctype_DEPENDENCIES) +! @rm -f test-wctype$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_wctype_OBJECTS) $(test_wctype_LDADD) $(LIBS) +! +! test-wctype-h$(EXEEXT): $(test_wctype_h_OBJECTS) $(test_wctype_h_DEPENDENCIES) $(EXTRA_test_wctype_h_DEPENDENCIES) +! @rm -f test-wctype-h$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_wctype_h_OBJECTS) $(test_wctype_h_LDADD) $(LIBS) +! +! test-wcwidth$(EXEEXT): $(test_wcwidth_OBJECTS) $(test_wcwidth_DEPENDENCIES) $(EXTRA_test_wcwidth_DEPENDENCIES) +! @rm -f test-wcwidth$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_wcwidth_OBJECTS) $(test_wcwidth_LDADD) $(LIBS) +! +! test-windows-mutex-type$(EXEEXT): $(test_windows_mutex_type_OBJECTS) $(test_windows_mutex_type_DEPENDENCIES) $(EXTRA_test_windows_mutex_type_DEPENDENCIES) +! @rm -f test-windows-mutex-type$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_windows_mutex_type_OBJECTS) $(test_windows_mutex_type_LDADD) $(LIBS) +! +! test-windows-recmutex-type$(EXEEXT): $(test_windows_recmutex_type_OBJECTS) $(test_windows_recmutex_type_DEPENDENCIES) $(EXTRA_test_windows_recmutex_type_DEPENDENCIES) +! @rm -f test-windows-recmutex-type$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_windows_recmutex_type_OBJECTS) $(test_windows_recmutex_type_LDADD) $(LIBS) +! +! test-windows-timedmutex-type$(EXEEXT): $(test_windows_timedmutex_type_OBJECTS) $(test_windows_timedmutex_type_DEPENDENCIES) $(EXTRA_test_windows_timedmutex_type_DEPENDENCIES) +! @rm -f test-windows-timedmutex-type$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_windows_timedmutex_type_OBJECTS) $(test_windows_timedmutex_type_LDADD) $(LIBS) +! +! test-windows-timedrecmutex-type$(EXEEXT): $(test_windows_timedrecmutex_type_OBJECTS) $(test_windows_timedrecmutex_type_DEPENDENCIES) $(EXTRA_test_windows_timedrecmutex_type_DEPENDENCIES) +! @rm -f test-windows-timedrecmutex-type$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_windows_timedrecmutex_type_OBJECTS) $(test_windows_timedrecmutex_type_LDADD) $(LIBS) +! +! test-wmemchr$(EXEEXT): $(test_wmemchr_OBJECTS) $(test_wmemchr_DEPENDENCIES) $(EXTRA_test_wmemchr_DEPENDENCIES) +! @rm -f test-wmemchr$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_wmemchr_OBJECTS) $(test_wmemchr_LDADD) $(LIBS) +! +! test-xalloc-die$(EXEEXT): $(test_xalloc_die_OBJECTS) $(test_xalloc_die_DEPENDENCIES) $(EXTRA_test_xalloc_die_DEPENDENCIES) +! @rm -f test-xalloc-die$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_xalloc_die_OBJECTS) $(test_xalloc_die_LDADD) $(LIBS) +! +! test-xstdopen$(EXEEXT): $(test_xstdopen_OBJECTS) $(test_xstdopen_DEPENDENCIES) $(EXTRA_test_xstdopen_DEPENDENCIES) +! @rm -f test-xstdopen$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_xstdopen_OBJECTS) $(test_xstdopen_LDADD) $(LIBS) +! +! test-xstrtoimax$(EXEEXT): $(test_xstrtoimax_OBJECTS) $(test_xstrtoimax_DEPENDENCIES) $(EXTRA_test_xstrtoimax_DEPENDENCIES) +! @rm -f test-xstrtoimax$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_xstrtoimax_OBJECTS) $(test_xstrtoimax_LDADD) $(LIBS) +! +! test-xstrtol$(EXEEXT): $(test_xstrtol_OBJECTS) $(test_xstrtol_DEPENDENCIES) $(EXTRA_test_xstrtol_DEPENDENCIES) +! @rm -f test-xstrtol$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_xstrtol_OBJECTS) $(test_xstrtol_LDADD) $(LIBS) +! +! test-xstrtoul$(EXEEXT): $(test_xstrtoul_OBJECTS) $(test_xstrtoul_DEPENDENCIES) $(EXTRA_test_xstrtoul_DEPENDENCIES) +! @rm -f test-xstrtoul$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_xstrtoul_OBJECTS) $(test_xstrtoul_LDADD) $(LIBS) +! +! test-year2038$(EXEEXT): $(test_year2038_OBJECTS) $(test_year2038_DEPENDENCIES) $(EXTRA_test_year2038_DEPENDENCIES) +! @rm -f test-year2038$(EXEEXT) +! $(AM_V_CCLD)$(LINK) $(test_year2038_OBJECTS) $(test_year2038_LDADD) $(LIBS) +! +! mostlyclean-compile: +! -rm -f *.$(OBJEXT) +! -rm -f from-glibc/*.$(OBJEXT) +! -rm -f glthread/*.$(OBJEXT) +! -rm -f unicase/*.$(OBJEXT) +! -rm -f unictype/*.$(OBJEXT) +! -rm -f unistr/*.$(OBJEXT) +! -rm -f uniwidth/*.$(OBJEXT) +! +! distclean-compile: +! -rm -f *.tab.c +! +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/accept.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloca.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/anytostr.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arpa_inet.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asnprintf.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/at-func.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atoll.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bind.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-strcasestr.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c32rtomb.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c32tob.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/concat-filename.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connect.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dtotimespec.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fdopen.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/float.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ftruncate.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash-pjw.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imaxtostr.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inet_pton.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inttostr.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ioctl.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isnan.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isnand.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isnanf.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isnanl.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/itold.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listen.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/locale.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/math.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nanosleep.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/offtostr.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/perror.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pipe.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printf-args.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printf-parse.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/priv-set.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pselect.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pthread-cond.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pthread-mutex.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pthread-rwlock.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pthread-thread.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pthread_mutex_timedlock.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pthread_sigmask.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/putenv.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/random.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/random_r.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rmdir.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sched_yield.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/select.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/setsockopt.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signbitd.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signbitf.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signbitl.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sleep.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snprintf.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socket.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sockets.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/str_startswith.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strerror_r.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symlink.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symlinkat.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sys_socket.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-accept.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-alignasof.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-alloca-opt.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-argmatch.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-arpa_inet-h.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-assert.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-binary-io.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-bind.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-bitrotate.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-bool.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-btoc32.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-btowc.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-c-ctype.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-c-stack.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-c-strcasecmp.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-c-strcasestr.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-c-strncasecmp.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-c32_apply_type_test.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-c32_get_type_test.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-c32isalnum.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-c32isalpha.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-c32isblank.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-c32iscntrl.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-c32isdigit.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-c32isgraph.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-c32islower.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-c32isprint.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-c32ispunct.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-c32isspace.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-c32isupper.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-c32isxdigit.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-c32rtomb-w32.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-c32rtomb.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-c32tolower.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-c32width.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-calloc-gnu.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-calloc-posix.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-chdir.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-cloexec.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-close.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-connect.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-ctype.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-dirent-h.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-dirfd.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-dirname.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-dup.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-dup2.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-dynarray.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-environ.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-errno-h.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-error.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-exclude.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-fchdir.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-fcntl-h.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-fcntl.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-fdopen.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-fdopendir.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-fgetc.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-filenamecat.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-float-h.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-fnmatch-h.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-fnmatch-w32.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-fnmatch.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-fopen-gnu.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-fopen.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-fputc.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-fread.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-free.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-freopen.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-fstat.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-fstatat.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-ftruncate.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-fwrite.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-getcwd-lgpl.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-getdtablesize.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-getopt-gnu.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-getopt-posix.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-getprogname.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-getrandom.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-gettext-h.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-gettimeofday.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-gmtime_r-mt.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-gmtime_r.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-hard-locale.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-hash.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-ignore-value.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-inet_pton.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-intprops.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-inttostr.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-inttypes-h.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-ioctl.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-isblank.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-isnand-nolibm.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-isnanf-nolibm.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-isnanl-nolibm.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-iswblank.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-iswctype.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-iswdigit.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-iswpunct.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-iswxdigit.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-langinfo-h.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-largefile.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-limits-h.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-listen.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-localcharset-w32utf8.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-localcharset.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-locale-h.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-localeconv.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-localtime_r-mt.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-localtime_r.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-lstat.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-malloc-gnu.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-malloc-posix.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-malloca.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-math-h.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-mbrtoc32-w32.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-mbrtoc32.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-mbrtowc-w32.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-mbrtowc-w32utf8.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-mbrtowc.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-mbscasecmp.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-mbsinit.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-mbsrtoc32s.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-mbsrtowcs.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-mcel.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-memchr.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-memrchr.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-mkdir.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-nanosleep.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-netinet_in-h.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-nl_langinfo-mt.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-nl_langinfo1.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-nl_langinfo2.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-nstrftime.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-nullptr.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-once.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-open.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-openat.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-pathmax.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-perror.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-perror2.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-pipe.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-popen.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-priv-set.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-pselect.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-pthread-cond.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-pthread-mutex-type.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-pthread-mutex.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-pthread-once1.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-pthread-once2.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-pthread-rwlock.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-pthread-thread.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-pthread.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-pthread_sigmask1.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-pthread_sigmask2.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-putenv.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-quotearg-simple.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-raise.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-random-mt.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-random.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-random_r.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-rawmemchr.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-readlink.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-readlinkat.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-realloc-posix.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-reallocarray.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-regex.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-rmdir.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sched-h.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-select-fd.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-select-stdin.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-select.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-setenv.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-setlocale_null-mt-all.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-setlocale_null-mt-one.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-setlocale_null-unlocked.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-setlocale_null.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-setsockopt.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sh-quote.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sigaction.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-signal-h.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-signbit.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sigprocmask.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sigsegv-catch-segv1.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sigsegv-catch-segv2.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sigsegv-catch-stackoverflow1.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sigsegv-catch-stackoverflow2.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sleep.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-snprintf.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sockets.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-stat-time.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-stat.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-stdbit-h.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-stdckdint-h.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-stddef-h.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-stdint-h.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-stdio-h.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-stdlib-h.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-str_startswith.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-strerror.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-strerror_r.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-string-h.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-strings-h.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-strnlen.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-strtoimax.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-strtoll.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-symlink.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-symlinkat.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sys_ioctl-h.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sys_random-h.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sys_select-h.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sys_socket-h.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sys_stat-h.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sys_time-h.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sys_types-h.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sys_uio-h.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sys_wait-h.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-thread_create.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-thread_self.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-time-h.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-time.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-timespec.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-timespec_get.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-uchar-h.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-unistd-h.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-unlink.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-unlinkat.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-unsetenv.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-vasnprintf.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-verify-try.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-verify.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-version-etc.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-wchar-h.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-wcrtomb-w32.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-wcrtomb.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-wctype-h.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-wctype.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-wcwidth.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-windows-mutex-type.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-windows-recmutex-type.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-windows-timedmutex-type.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-windows-timedrecmutex-type.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-wmemchr.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-xalloc-die.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-xstdopen.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-xstrtoimax.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-xstrtol.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-xstrtoul.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-year2038.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timespec-add.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timespec-sub.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uinttostr.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/umaxtostr.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unlink.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unlinkat.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unlinkdir.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vasnprintf.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vsnzprintf.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wctob.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wctomb.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/windows-cond.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/windows-thread.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/windows-timedmutex.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/windows-timedrecmutex.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/windows-timedrwlock.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/windows-tls.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xconcat-filename.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xgetcwd.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsize.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstrtol-error.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@from-glibc/$(DEPDIR)/test_stdc_bit_width-tst-stdc_bit_width.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@from-glibc/$(DEPDIR)/test_stdc_leading_zeros-tst-stdc_leading_zeros.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@glthread/$(DEPDIR)/thread.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@unicase/$(DEPDIR)/test-uc_tolower.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@unictype/$(DEPDIR)/test-ctype_alnum.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@unictype/$(DEPDIR)/test-ctype_alpha.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@unictype/$(DEPDIR)/test-ctype_blank.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@unictype/$(DEPDIR)/test-ctype_cntrl.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@unictype/$(DEPDIR)/test-ctype_digit.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@unictype/$(DEPDIR)/test-ctype_graph.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@unictype/$(DEPDIR)/test-ctype_lower.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@unictype/$(DEPDIR)/test-ctype_print.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@unictype/$(DEPDIR)/test-ctype_punct.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@unictype/$(DEPDIR)/test-ctype_space.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@unictype/$(DEPDIR)/test-ctype_upper.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@unictype/$(DEPDIR)/test-ctype_xdigit.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@unistr/$(DEPDIR)/test-u32-chr.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@unistr/$(DEPDIR)/test-u32-cpy.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@unistr/$(DEPDIR)/test-u32-pcpy.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@unistr/$(DEPDIR)/test-u32-set.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@unistr/$(DEPDIR)/test-u32-strcat.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@unistr/$(DEPDIR)/test-u32-strlen.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@unistr/$(DEPDIR)/u32-set.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@uniwidth/$(DEPDIR)/test-uc_width.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@uniwidth/$(DEPDIR)/test-uc_width2.Po@am__quote@ # am--include-marker +! +! $(am__depfiles_remade): +! @$(MKDIR_P) $(@D) +! @: >>$@ +! +! am--depfiles: $(am__depfiles_remade) +! +! .c.o: +! @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +! @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +! @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +! @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +! @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +! @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< +! +! .c.obj: +! @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +! @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +! @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +! @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +! @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +! @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` +! +! from-glibc/test_stdc_bit_width-tst-stdc_bit_width.o: from-glibc/tst-stdc_bit_width.c +! @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_stdc_bit_width_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT from-glibc/test_stdc_bit_width-tst-stdc_bit_width.o -MD -MP -MF from-glibc/$(DEPDIR)/test_stdc_bit_width-tst-stdc_bit_width.Tpo -c -o from-glibc/test_stdc_bit_width-tst-stdc_bit_width.o `test -f 'from-glibc/tst-stdc_bit_width.c' || echo '$(srcdir)/'`from-glibc/tst-stdc_bit_width.c +! @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) from-glibc/$(DEPDIR)/test_stdc_bit_width-tst-stdc_bit_width.Tpo from-glibc/$(DEPDIR)/test_stdc_bit_width-tst-stdc_bit_width.Po +! @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='from-glibc/tst-stdc_bit_width.c' object='from-glibc/test_stdc_bit_width-tst-stdc_bit_width.o' libtool=no @AMDEPBACKSLASH@ +! @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +! @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_stdc_bit_width_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o from-glibc/test_stdc_bit_width-tst-stdc_bit_width.o `test -f 'from-glibc/tst-stdc_bit_width.c' || echo '$(srcdir)/'`from-glibc/tst-stdc_bit_width.c +! +! from-glibc/test_stdc_bit_width-tst-stdc_bit_width.obj: from-glibc/tst-stdc_bit_width.c +! @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_stdc_bit_width_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT from-glibc/test_stdc_bit_width-tst-stdc_bit_width.obj -MD -MP -MF from-glibc/$(DEPDIR)/test_stdc_bit_width-tst-stdc_bit_width.Tpo -c -o from-glibc/test_stdc_bit_width-tst-stdc_bit_width.obj `if test -f 'from-glibc/tst-stdc_bit_width.c'; then $(CYGPATH_W) 'from-glibc/tst-stdc_bit_width.c'; else $(CYGPATH_W) '$(srcdir)/from-glibc/tst-stdc_bit_width.c'; fi` +! @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) from-glibc/$(DEPDIR)/test_stdc_bit_width-tst-stdc_bit_width.Tpo from-glibc/$(DEPDIR)/test_stdc_bit_width-tst-stdc_bit_width.Po +! @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='from-glibc/tst-stdc_bit_width.c' object='from-glibc/test_stdc_bit_width-tst-stdc_bit_width.obj' libtool=no @AMDEPBACKSLASH@ +! @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +! @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_stdc_bit_width_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o from-glibc/test_stdc_bit_width-tst-stdc_bit_width.obj `if test -f 'from-glibc/tst-stdc_bit_width.c'; then $(CYGPATH_W) 'from-glibc/tst-stdc_bit_width.c'; else $(CYGPATH_W) '$(srcdir)/from-glibc/tst-stdc_bit_width.c'; fi` +! +! from-glibc/test_stdc_leading_zeros-tst-stdc_leading_zeros.o: from-glibc/tst-stdc_leading_zeros.c +! @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_stdc_leading_zeros_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT from-glibc/test_stdc_leading_zeros-tst-stdc_leading_zeros.o -MD -MP -MF from-glibc/$(DEPDIR)/test_stdc_leading_zeros-tst-stdc_leading_zeros.Tpo -c -o from-glibc/test_stdc_leading_zeros-tst-stdc_leading_zeros.o `test -f 'from-glibc/tst-stdc_leading_zeros.c' || echo '$(srcdir)/'`from-glibc/tst-stdc_leading_zeros.c +! @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) from-glibc/$(DEPDIR)/test_stdc_leading_zeros-tst-stdc_leading_zeros.Tpo from-glibc/$(DEPDIR)/test_stdc_leading_zeros-tst-stdc_leading_zeros.Po +! @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='from-glibc/tst-stdc_leading_zeros.c' object='from-glibc/test_stdc_leading_zeros-tst-stdc_leading_zeros.o' libtool=no @AMDEPBACKSLASH@ +! @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +! @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_stdc_leading_zeros_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o from-glibc/test_stdc_leading_zeros-tst-stdc_leading_zeros.o `test -f 'from-glibc/tst-stdc_leading_zeros.c' || echo '$(srcdir)/'`from-glibc/tst-stdc_leading_zeros.c +! +! from-glibc/test_stdc_leading_zeros-tst-stdc_leading_zeros.obj: from-glibc/tst-stdc_leading_zeros.c +! @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_stdc_leading_zeros_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT from-glibc/test_stdc_leading_zeros-tst-stdc_leading_zeros.obj -MD -MP -MF from-glibc/$(DEPDIR)/test_stdc_leading_zeros-tst-stdc_leading_zeros.Tpo -c -o from-glibc/test_stdc_leading_zeros-tst-stdc_leading_zeros.obj `if test -f 'from-glibc/tst-stdc_leading_zeros.c'; then $(CYGPATH_W) 'from-glibc/tst-stdc_leading_zeros.c'; else $(CYGPATH_W) '$(srcdir)/from-glibc/tst-stdc_leading_zeros.c'; fi` +! @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) from-glibc/$(DEPDIR)/test_stdc_leading_zeros-tst-stdc_leading_zeros.Tpo from-glibc/$(DEPDIR)/test_stdc_leading_zeros-tst-stdc_leading_zeros.Po +! @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='from-glibc/tst-stdc_leading_zeros.c' object='from-glibc/test_stdc_leading_zeros-tst-stdc_leading_zeros.obj' libtool=no @AMDEPBACKSLASH@ +! @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +! @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_stdc_leading_zeros_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o from-glibc/test_stdc_leading_zeros-tst-stdc_leading_zeros.obj `if test -f 'from-glibc/tst-stdc_leading_zeros.c'; then $(CYGPATH_W) 'from-glibc/tst-stdc_leading_zeros.c'; else $(CYGPATH_W) '$(srcdir)/from-glibc/tst-stdc_leading_zeros.c'; fi` +! install-pkgdataDATA: $(pkgdata_DATA) +! @$(NORMAL_INSTALL) +! @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ +! if test -n "$$list"; then \ +! echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ +! $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ +! fi; \ +! for p in $$list; do \ +! if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ +! echo "$$d$$p"; \ +! done | $(am__base_list) | \ +! while read files; do \ +! echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ +! $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ +! done +! +! uninstall-pkgdataDATA: +! @$(NORMAL_UNINSTALL) +! @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ +! files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ +! dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +! +! # This directory's subdirectories are mostly independent; you can cd +! # into them and run 'make' without going through this Makefile. +! # To change the values of 'make' variables: instead of editing Makefiles, +! # (1) if the variable is set in 'config.status', edit 'config.status' +! # (which will cause the Makefiles to be regenerated when you run 'make'); +! # (2) otherwise, pass the desired values on the 'make' command line. +! $(am__recursive_targets): +! @fail=; \ +! if $(am__make_keepgoing); then \ +! failcom='fail=yes'; \ +! else \ +! failcom='exit 1'; \ +! fi; \ +! dot_seen=no; \ +! target=`echo $@ | sed s/-recursive//`; \ +! case "$@" in \ +! distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ +! *) list='$(SUBDIRS)' ;; \ +! esac; \ +! for subdir in $$list; do \ +! echo "Making $$target in $$subdir"; \ +! if test "$$subdir" = "."; then \ +! dot_seen=yes; \ +! local_target="$$target-am"; \ +! else \ +! local_target="$$target"; \ +! fi; \ +! ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ +! || eval $$failcom; \ +! done; \ +! if test "$$dot_seen" = "no"; then \ +! $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ +! fi; test -z "$$fail" +! +! ID: $(am__tagged_files) +! $(am__define_uniq_tagged_files); mkid -fID $$unique +! tags: tags-recursive +! TAGS: tags +! +! tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) +! set x; \ +! here=`pwd`; \ +! if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ +! include_option=--etags-include; \ +! empty_fix=.; \ +! else \ +! include_option=--include; \ +! empty_fix=; \ +! fi; \ +! list='$(SUBDIRS)'; for subdir in $$list; do \ +! if test "$$subdir" = .; then :; else \ +! test ! -f $$subdir/TAGS || \ +! set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ +! fi; \ +! done; \ +! $(am__define_uniq_tagged_files); \ +! shift; \ +! if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ +! test -n "$$unique" || unique=$$empty_fix; \ +! if test $$# -gt 0; then \ +! $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ +! "$$@" $$unique; \ +! else \ +! $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ +! $$unique; \ +! fi; \ +! fi +! ctags: ctags-recursive +! +! CTAGS: ctags +! ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) +! $(am__define_uniq_tagged_files); \ +! test -z "$(CTAGS_ARGS)$$unique" \ +! || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ +! $$unique +! +! GTAGS: +! here=`$(am__cd) $(top_builddir) && pwd` \ +! && $(am__cd) $(top_srcdir) \ +! && gtags -i $(GTAGS_ARGS) "$$here" +! cscopelist: cscopelist-recursive +! +! cscopelist-am: $(am__tagged_files) +! list='$(am__tagged_files)'; \ +! case "$(srcdir)" in \ +! [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ +! *) sdir=$(subdir)/$(srcdir) ;; \ +! esac; \ +! for i in $$list; do \ +! if test -f "$$i"; then \ +! echo "$(subdir)/$$i"; \ +! else \ +! echo "$$sdir/$$i"; \ +! fi; \ +! done >> $(top_builddir)/cscope.files + +! distclean-tags: +! -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +- # Recover from deleted '.trs' file; this should ensure that +- # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create +- # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells +- # to avoid problems with "make -n". +- .log.trs: +- rm -f $< $@ +- $(MAKE) $(AM_MAKEFLAGS) $< +- +- # Leading 'am--fnord' is there to ensure the list of targets does not +- # expand to empty, as could happen e.g. with make check TESTS=''. +- am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) +- am--force-recheck: +- @: +- $(TEST_SUITE_LOG): $(TEST_LOGS) +- @$(am__set_TESTS_bases); \ +- am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ +- redo_bases=`for i in $$bases; do \ +- am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ +- done`; \ +- if test -n "$$redo_bases"; then \ +- redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ +- redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ +- if $(am__make_dryrun); then :; else \ +- rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ +- fi; \ +- fi; \ +- if test -n "$$am__remaking_logs"; then \ +- echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ +- "recursion detected" >&2; \ +- elif test -n "$$redo_logs"; then \ +- am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ +- fi; \ +- if $(am__make_dryrun); then :; else \ +- st=0; \ +- errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ +- for i in $$redo_bases; do \ +- test -f $$i.trs && test -r $$i.trs \ +- || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ +- test -f $$i.log && test -r $$i.log \ +- || { echo "$$errmsg $$i.log" >&2; st=1; }; \ +- done; \ +- test $$st -eq 0 || exit 1; \ +- fi +- @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ +- ws='[ ]'; \ +- results=`for b in $$bases; do echo $$b.trs; done`; \ +- test -n "$$results" || results=/dev/null; \ +- all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ +- pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ +- fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ +- skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ +- xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ +- xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ +- error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ +- if test `expr $$fail + $$xpass + $$error` -eq 0; then \ +- success=true; \ +- else \ +- success=false; \ +- fi; \ +- br='==================='; br=$$br$$br$$br$$br; \ +- result_count () \ +- { \ +- if test x"$$1" = x"--maybe-color"; then \ +- maybe_colorize=yes; \ +- elif test x"$$1" = x"--no-color"; then \ +- maybe_colorize=no; \ +- else \ +- echo "$@: invalid 'result_count' usage" >&2; exit 4; \ +- fi; \ +- shift; \ +- desc=$$1 count=$$2; \ +- if test $$maybe_colorize = yes && test $$count -gt 0; then \ +- color_start=$$3 color_end=$$std; \ +- else \ +- color_start= color_end=; \ +- fi; \ +- echo "$${color_start}# $$desc $$count$${color_end}"; \ +- }; \ +- create_testsuite_report () \ +- { \ +- result_count $$1 "TOTAL:" $$all "$$brg"; \ +- result_count $$1 "PASS: " $$pass "$$grn"; \ +- result_count $$1 "SKIP: " $$skip "$$blu"; \ +- result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ +- result_count $$1 "FAIL: " $$fail "$$red"; \ +- result_count $$1 "XPASS:" $$xpass "$$red"; \ +- result_count $$1 "ERROR:" $$error "$$mgn"; \ +- }; \ +- output_system_information () \ +- { \ +- echo; \ +- { uname -a | $(AWK) '{ \ +- printf "System information (uname -a):"; \ +- for (i = 1; i < NF; ++i) \ +- { \ +- if (i != 2) \ +- printf " %s", $$i; \ +- } \ +- printf "\n"; \ +- }'; } 2>&1; \ +- if test -r /etc/os-release; then \ +- echo "Distribution information (/etc/os-release):"; \ +- sed 8q /etc/os-release; \ +- elif test -r /etc/issue; then \ +- echo "Distribution information (/etc/issue):"; \ +- cat /etc/issue; \ +- fi; \ +- }; \ +- please_report () \ +- { \ +- echo "Some test(s) failed. Please report this to $(PACKAGE_BUGREPORT),"; \ +- echo "together with the test-suite.log file (gzipped) and your system"; \ +- echo "information. Thanks."; \ +- }; \ +- { \ +- echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ +- $(am__rst_title); \ +- create_testsuite_report --no-color; \ +- output_system_information; \ +- echo; \ +- echo ".. contents:: :depth: 2"; \ +- echo; \ +- for b in $$bases; do echo $$b; done \ +- | $(am__create_global_log); \ +- } >$(TEST_SUITE_LOG).tmp || exit 1; \ +- mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ +- if $$success; then \ +- col="$$grn"; \ +- else \ +- col="$$red"; \ +- test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ +- fi; \ +- echo "$${col}$$br$${std}"; \ +- echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ +- echo "$${col}$$br$${std}"; \ +- create_testsuite_report --maybe-color; \ +- echo "$$col$$br$$std"; \ +- if $$success; then :; else \ +- echo "$${col}See $(subdir)/$(TEST_SUITE_LOG) for debugging.$${std}";\ +- if test -n "$(PACKAGE_BUGREPORT)"; then \ +- please_report | sed -e "s/^/$${col}/" -e s/'$$'/"$${std}"/; \ +- fi; \ +- echo "$$col$$br$$std"; \ +- fi; \ +- $$success || exit 1 +- +- check-TESTS: $(check_PROGRAMS) $(check_LIBRARIES) +- @$(am__rm_f) $(RECHECK_LOGS) +- @$(am__rm_f) $(RECHECK_LOGS:.log=.trs) +- @$(am__rm_f) $(TEST_SUITE_LOG) +- @set +e; $(am__set_TESTS_bases); \ +- log_list=`for i in $$bases; do echo $$i.log; done`; \ +- log_list=`echo $$log_list`; \ +- $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ +- exit $$?; +- recheck: all $(check_PROGRAMS) $(check_LIBRARIES) +- @$(am__rm_f) $(TEST_SUITE_LOG) +- @set +e; $(am__set_TESTS_bases); \ +- bases=`for i in $$bases; do echo $$i; done \ +- | $(am__list_recheck_tests)` || exit 1; \ +- log_list=`for i in $$bases; do echo $$i.log; done`; \ +- log_list=`echo $$log_list`; \ +- $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ +- am__force_recheck=am--force-recheck \ +- TEST_LOGS="$$log_list"; \ +- exit $$? +- test-accept.log: test-accept$(EXEEXT) +- @p='test-accept$(EXEEXT)'; \ +- b='test-accept'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-alignasof.log: test-alignasof$(EXEEXT) +- @p='test-alignasof$(EXEEXT)'; \ +- b='test-alignasof'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-alloca-opt.log: test-alloca-opt$(EXEEXT) +- @p='test-alloca-opt$(EXEEXT)'; \ +- b='test-alloca-opt'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-argmatch.log: test-argmatch$(EXEEXT) +- @p='test-argmatch$(EXEEXT)'; \ +- b='test-argmatch'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-arpa_inet-h.log: test-arpa_inet-h$(EXEEXT) +- @p='test-arpa_inet-h$(EXEEXT)'; \ +- b='test-arpa_inet-h'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-assert.log: test-assert$(EXEEXT) +- @p='test-assert$(EXEEXT)'; \ +- b='test-assert'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-binary-io.sh.log: test-binary-io.sh +- @p='test-binary-io.sh'; \ +- b='test-binary-io.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-bind.log: test-bind$(EXEEXT) +- @p='test-bind$(EXEEXT)'; \ +- b='test-bind'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-bitrotate.log: test-bitrotate$(EXEEXT) +- @p='test-bitrotate$(EXEEXT)'; \ +- b='test-bitrotate'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-bool.log: test-bool$(EXEEXT) +- @p='test-bool$(EXEEXT)'; \ +- b='test-bool'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-btoc32-1.sh.log: test-btoc32-1.sh +- @p='test-btoc32-1.sh'; \ +- b='test-btoc32-1.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-btoc32-2.sh.log: test-btoc32-2.sh +- @p='test-btoc32-2.sh'; \ +- b='test-btoc32-2.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-btoc32-3.sh.log: test-btoc32-3.sh +- @p='test-btoc32-3.sh'; \ +- b='test-btoc32-3.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-btowc-1.sh.log: test-btowc-1.sh +- @p='test-btowc-1.sh'; \ +- b='test-btowc-1.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-btowc-2.sh.log: test-btowc-2.sh +- @p='test-btowc-2.sh'; \ +- b='test-btowc-2.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-btowc-3.sh.log: test-btowc-3.sh +- @p='test-btowc-3.sh'; \ +- b='test-btowc-3.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-c-ctype.log: test-c-ctype$(EXEEXT) +- @p='test-c-ctype$(EXEEXT)'; \ +- b='test-c-ctype'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-c-stack.sh.log: test-c-stack.sh +- @p='test-c-stack.sh'; \ +- b='test-c-stack.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-c-stack2.sh.log: test-c-stack2.sh +- @p='test-c-stack2.sh'; \ +- b='test-c-stack2.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-c-strcase.sh.log: test-c-strcase.sh +- @p='test-c-strcase.sh'; \ +- b='test-c-strcase.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-c-strcasestr.log: test-c-strcasestr$(EXEEXT) +- @p='test-c-strcasestr$(EXEEXT)'; \ +- b='test-c-strcasestr'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-c32_apply_type_test.log: test-c32_apply_type_test$(EXEEXT) +- @p='test-c32_apply_type_test$(EXEEXT)'; \ +- b='test-c32_apply_type_test'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-c32_get_type_test.log: test-c32_get_type_test$(EXEEXT) +- @p='test-c32_get_type_test$(EXEEXT)'; \ +- b='test-c32_get_type_test'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-c32isalnum.sh.log: test-c32isalnum.sh +- @p='test-c32isalnum.sh'; \ +- b='test-c32isalnum.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-c32isalpha.sh.log: test-c32isalpha.sh +- @p='test-c32isalpha.sh'; \ +- b='test-c32isalpha.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-c32isblank.sh.log: test-c32isblank.sh +- @p='test-c32isblank.sh'; \ +- b='test-c32isblank.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-c32iscntrl.sh.log: test-c32iscntrl.sh +- @p='test-c32iscntrl.sh'; \ +- b='test-c32iscntrl.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-c32isdigit.sh.log: test-c32isdigit.sh +- @p='test-c32isdigit.sh'; \ +- b='test-c32isdigit.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-c32isgraph.sh.log: test-c32isgraph.sh +- @p='test-c32isgraph.sh'; \ +- b='test-c32isgraph.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-c32islower.sh.log: test-c32islower.sh +- @p='test-c32islower.sh'; \ +- b='test-c32islower.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-c32isprint.sh.log: test-c32isprint.sh +- @p='test-c32isprint.sh'; \ +- b='test-c32isprint.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-c32ispunct.sh.log: test-c32ispunct.sh +- @p='test-c32ispunct.sh'; \ +- b='test-c32ispunct.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-c32isspace.sh.log: test-c32isspace.sh +- @p='test-c32isspace.sh'; \ +- b='test-c32isspace.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-c32isupper.sh.log: test-c32isupper.sh +- @p='test-c32isupper.sh'; \ +- b='test-c32isupper.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-c32isxdigit.sh.log: test-c32isxdigit.sh +- @p='test-c32isxdigit.sh'; \ +- b='test-c32isxdigit.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-c32rtomb.sh.log: test-c32rtomb.sh +- @p='test-c32rtomb.sh'; \ +- b='test-c32rtomb.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-c32rtomb-w32-2.sh.log: test-c32rtomb-w32-2.sh +- @p='test-c32rtomb-w32-2.sh'; \ +- b='test-c32rtomb-w32-2.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-c32rtomb-w32-3.sh.log: test-c32rtomb-w32-3.sh +- @p='test-c32rtomb-w32-3.sh'; \ +- b='test-c32rtomb-w32-3.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-c32rtomb-w32-4.sh.log: test-c32rtomb-w32-4.sh +- @p='test-c32rtomb-w32-4.sh'; \ +- b='test-c32rtomb-w32-4.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-c32rtomb-w32-5.sh.log: test-c32rtomb-w32-5.sh +- @p='test-c32rtomb-w32-5.sh'; \ +- b='test-c32rtomb-w32-5.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-c32rtomb-w32-6.sh.log: test-c32rtomb-w32-6.sh +- @p='test-c32rtomb-w32-6.sh'; \ +- b='test-c32rtomb-w32-6.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-c32rtomb-w32-7.sh.log: test-c32rtomb-w32-7.sh +- @p='test-c32rtomb-w32-7.sh'; \ +- b='test-c32rtomb-w32-7.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-c32rtomb-w32-8.sh.log: test-c32rtomb-w32-8.sh +- @p='test-c32rtomb-w32-8.sh'; \ +- b='test-c32rtomb-w32-8.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-c32tolower.sh.log: test-c32tolower.sh +- @p='test-c32tolower.sh'; \ +- b='test-c32tolower.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-c32width.log: test-c32width$(EXEEXT) +- @p='test-c32width$(EXEEXT)'; \ +- b='test-c32width'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-calloc-gnu.log: test-calloc-gnu$(EXEEXT) +- @p='test-calloc-gnu$(EXEEXT)'; \ +- b='test-calloc-gnu'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-calloc-posix.log: test-calloc-posix$(EXEEXT) +- @p='test-calloc-posix$(EXEEXT)'; \ +- b='test-calloc-posix'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-chdir.log: test-chdir$(EXEEXT) +- @p='test-chdir$(EXEEXT)'; \ +- b='test-chdir'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-cloexec.log: test-cloexec$(EXEEXT) +- @p='test-cloexec$(EXEEXT)'; \ +- b='test-cloexec'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-close.log: test-close$(EXEEXT) +- @p='test-close$(EXEEXT)'; \ +- b='test-close'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-connect.log: test-connect$(EXEEXT) +- @p='test-connect$(EXEEXT)'; \ +- b='test-connect'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-ctype.log: test-ctype$(EXEEXT) +- @p='test-ctype$(EXEEXT)'; \ +- b='test-ctype'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-dirent-h.log: test-dirent-h$(EXEEXT) +- @p='test-dirent-h$(EXEEXT)'; \ +- b='test-dirent-h'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-dirfd.log: test-dirfd$(EXEEXT) +- @p='test-dirfd$(EXEEXT)'; \ +- b='test-dirfd'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-dirname.log: test-dirname$(EXEEXT) +- @p='test-dirname$(EXEEXT)'; \ +- b='test-dirname'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-dup.log: test-dup$(EXEEXT) +- @p='test-dup$(EXEEXT)'; \ +- b='test-dup'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-dup2.log: test-dup2$(EXEEXT) +- @p='test-dup2$(EXEEXT)'; \ +- b='test-dup2'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-environ.log: test-environ$(EXEEXT) +- @p='test-environ$(EXEEXT)'; \ +- b='test-environ'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-errno-h.log: test-errno-h$(EXEEXT) +- @p='test-errno-h$(EXEEXT)'; \ +- b='test-errno-h'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-error.sh.log: test-error.sh +- @p='test-error.sh'; \ +- b='test-error.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-exclude1.sh.log: test-exclude1.sh +- @p='test-exclude1.sh'; \ +- b='test-exclude1.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-exclude2.sh.log: test-exclude2.sh +- @p='test-exclude2.sh'; \ +- b='test-exclude2.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-exclude3.sh.log: test-exclude3.sh +- @p='test-exclude3.sh'; \ +- b='test-exclude3.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-exclude4.sh.log: test-exclude4.sh +- @p='test-exclude4.sh'; \ +- b='test-exclude4.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-exclude5.sh.log: test-exclude5.sh +- @p='test-exclude5.sh'; \ +- b='test-exclude5.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-exclude6.sh.log: test-exclude6.sh +- @p='test-exclude6.sh'; \ +- b='test-exclude6.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-exclude7.sh.log: test-exclude7.sh +- @p='test-exclude7.sh'; \ +- b='test-exclude7.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-exclude8.sh.log: test-exclude8.sh +- @p='test-exclude8.sh'; \ +- b='test-exclude8.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-fchdir.log: test-fchdir$(EXEEXT) +- @p='test-fchdir$(EXEEXT)'; \ +- b='test-fchdir'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-fcntl-h.log: test-fcntl-h$(EXEEXT) +- @p='test-fcntl-h$(EXEEXT)'; \ +- b='test-fcntl-h'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-fcntl.log: test-fcntl$(EXEEXT) +- @p='test-fcntl$(EXEEXT)'; \ +- b='test-fcntl'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-fdopen.log: test-fdopen$(EXEEXT) +- @p='test-fdopen$(EXEEXT)'; \ +- b='test-fdopen'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-fdopendir.log: test-fdopendir$(EXEEXT) +- @p='test-fdopendir$(EXEEXT)'; \ +- b='test-fdopendir'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-fgetc.log: test-fgetc$(EXEEXT) +- @p='test-fgetc$(EXEEXT)'; \ +- b='test-fgetc'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-filenamecat.log: test-filenamecat$(EXEEXT) +- @p='test-filenamecat$(EXEEXT)'; \ +- b='test-filenamecat'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-float-h.log: test-float-h$(EXEEXT) +- @p='test-float-h$(EXEEXT)'; \ +- b='test-float-h'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-fnmatch-h.log: test-fnmatch-h$(EXEEXT) +- @p='test-fnmatch-h$(EXEEXT)'; \ +- b='test-fnmatch-h'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-fnmatch-1.sh.log: test-fnmatch-1.sh +- @p='test-fnmatch-1.sh'; \ +- b='test-fnmatch-1.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-fnmatch-2.sh.log: test-fnmatch-2.sh +- @p='test-fnmatch-2.sh'; \ +- b='test-fnmatch-2.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-fnmatch-3.sh.log: test-fnmatch-3.sh +- @p='test-fnmatch-3.sh'; \ +- b='test-fnmatch-3.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-fnmatch-4.sh.log: test-fnmatch-4.sh +- @p='test-fnmatch-4.sh'; \ +- b='test-fnmatch-4.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-fnmatch-5.sh.log: test-fnmatch-5.sh +- @p='test-fnmatch-5.sh'; \ +- b='test-fnmatch-5.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-fnmatch-w32-2.sh.log: test-fnmatch-w32-2.sh +- @p='test-fnmatch-w32-2.sh'; \ +- b='test-fnmatch-w32-2.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-fnmatch-w32-3.sh.log: test-fnmatch-w32-3.sh +- @p='test-fnmatch-w32-3.sh'; \ +- b='test-fnmatch-w32-3.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-fnmatch-w32-4.sh.log: test-fnmatch-w32-4.sh +- @p='test-fnmatch-w32-4.sh'; \ +- b='test-fnmatch-w32-4.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-fnmatch-w32-5.sh.log: test-fnmatch-w32-5.sh +- @p='test-fnmatch-w32-5.sh'; \ +- b='test-fnmatch-w32-5.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-fnmatch-w32-6.sh.log: test-fnmatch-w32-6.sh +- @p='test-fnmatch-w32-6.sh'; \ +- b='test-fnmatch-w32-6.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-fnmatch-w32-7.sh.log: test-fnmatch-w32-7.sh +- @p='test-fnmatch-w32-7.sh'; \ +- b='test-fnmatch-w32-7.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-fnmatch-w32-8.sh.log: test-fnmatch-w32-8.sh +- @p='test-fnmatch-w32-8.sh'; \ +- b='test-fnmatch-w32-8.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-fopen-gnu.log: test-fopen-gnu$(EXEEXT) +- @p='test-fopen-gnu$(EXEEXT)'; \ +- b='test-fopen-gnu'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-fopen.log: test-fopen$(EXEEXT) +- @p='test-fopen$(EXEEXT)'; \ +- b='test-fopen'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-fputc.log: test-fputc$(EXEEXT) +- @p='test-fputc$(EXEEXT)'; \ +- b='test-fputc'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-fread.log: test-fread$(EXEEXT) +- @p='test-fread$(EXEEXT)'; \ +- b='test-fread'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-free.log: test-free$(EXEEXT) +- @p='test-free$(EXEEXT)'; \ +- b='test-free'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-freopen.log: test-freopen$(EXEEXT) +- @p='test-freopen$(EXEEXT)'; \ +- b='test-freopen'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-fstat.log: test-fstat$(EXEEXT) +- @p='test-fstat$(EXEEXT)'; \ +- b='test-fstat'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-fstatat.log: test-fstatat$(EXEEXT) +- @p='test-fstatat$(EXEEXT)'; \ +- b='test-fstatat'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-ftruncate.sh.log: test-ftruncate.sh +- @p='test-ftruncate.sh'; \ +- b='test-ftruncate.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-fwrite.log: test-fwrite$(EXEEXT) +- @p='test-fwrite$(EXEEXT)'; \ +- b='test-fwrite'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-getcwd-lgpl.log: test-getcwd-lgpl$(EXEEXT) +- @p='test-getcwd-lgpl$(EXEEXT)'; \ +- b='test-getcwd-lgpl'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-getdtablesize.log: test-getdtablesize$(EXEEXT) +- @p='test-getdtablesize$(EXEEXT)'; \ +- b='test-getdtablesize'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-getopt-gnu.log: test-getopt-gnu$(EXEEXT) +- @p='test-getopt-gnu$(EXEEXT)'; \ +- b='test-getopt-gnu'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-getopt-posix.log: test-getopt-posix$(EXEEXT) +- @p='test-getopt-posix$(EXEEXT)'; \ +- b='test-getopt-posix'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-getprogname.log: test-getprogname$(EXEEXT) +- @p='test-getprogname$(EXEEXT)'; \ +- b='test-getprogname'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-getrandom.log: test-getrandom$(EXEEXT) +- @p='test-getrandom$(EXEEXT)'; \ +- b='test-getrandom'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-gettext-h.log: test-gettext-h$(EXEEXT) +- @p='test-gettext-h$(EXEEXT)'; \ +- b='test-gettext-h'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-gettimeofday.log: test-gettimeofday$(EXEEXT) +- @p='test-gettimeofday$(EXEEXT)'; \ +- b='test-gettimeofday'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-dynarray.log: test-dynarray$(EXEEXT) +- @p='test-dynarray$(EXEEXT)'; \ +- b='test-dynarray'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-hard-locale.log: test-hard-locale$(EXEEXT) +- @p='test-hard-locale$(EXEEXT)'; \ +- b='test-hard-locale'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-hash.log: test-hash$(EXEEXT) +- @p='test-hash$(EXEEXT)'; \ +- b='test-hash'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-ignore-value.log: test-ignore-value$(EXEEXT) +- @p='test-ignore-value$(EXEEXT)'; \ +- b='test-ignore-value'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-inet_pton.log: test-inet_pton$(EXEEXT) +- @p='test-inet_pton$(EXEEXT)'; \ +- b='test-inet_pton'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-intprops.log: test-intprops$(EXEEXT) +- @p='test-intprops$(EXEEXT)'; \ +- b='test-intprops'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-inttostr.log: test-inttostr$(EXEEXT) +- @p='test-inttostr$(EXEEXT)'; \ +- b='test-inttostr'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-inttypes-h.log: test-inttypes-h$(EXEEXT) +- @p='test-inttypes-h$(EXEEXT)'; \ +- b='test-inttypes-h'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-ioctl.log: test-ioctl$(EXEEXT) +- @p='test-ioctl$(EXEEXT)'; \ +- b='test-ioctl'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-isblank.log: test-isblank$(EXEEXT) +- @p='test-isblank$(EXEEXT)'; \ +- b='test-isblank'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-isnand-nolibm.log: test-isnand-nolibm$(EXEEXT) +- @p='test-isnand-nolibm$(EXEEXT)'; \ +- b='test-isnand-nolibm'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-isnanf-nolibm.log: test-isnanf-nolibm$(EXEEXT) +- @p='test-isnanf-nolibm$(EXEEXT)'; \ +- b='test-isnanf-nolibm'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-isnanl-nolibm.log: test-isnanl-nolibm$(EXEEXT) +- @p='test-isnanl-nolibm$(EXEEXT)'; \ +- b='test-isnanl-nolibm'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-iswblank.log: test-iswblank$(EXEEXT) +- @p='test-iswblank$(EXEEXT)'; \ +- b='test-iswblank'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-iswctype.log: test-iswctype$(EXEEXT) +- @p='test-iswctype$(EXEEXT)'; \ +- b='test-iswctype'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-iswdigit.sh.log: test-iswdigit.sh +- @p='test-iswdigit.sh'; \ +- b='test-iswdigit.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-iswpunct.sh.log: test-iswpunct.sh +- @p='test-iswpunct.sh'; \ +- b='test-iswpunct.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-iswxdigit.sh.log: test-iswxdigit.sh +- @p='test-iswxdigit.sh'; \ +- b='test-iswxdigit.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-langinfo-h.log: test-langinfo-h$(EXEEXT) +- @p='test-langinfo-h$(EXEEXT)'; \ +- b='test-langinfo-h'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-largefile.log: test-largefile$(EXEEXT) +- @p='test-largefile$(EXEEXT)'; \ +- b='test-largefile'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-limits-h.log: test-limits-h$(EXEEXT) +- @p='test-limits-h$(EXEEXT)'; \ +- b='test-limits-h'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-listen.log: test-listen$(EXEEXT) +- @p='test-listen$(EXEEXT)'; \ +- b='test-listen'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-localcharset-w32utf8.sh.log: test-localcharset-w32utf8.sh +- @p='test-localcharset-w32utf8.sh'; \ +- b='test-localcharset-w32utf8.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-locale-h.log: test-locale-h$(EXEEXT) +- @p='test-locale-h$(EXEEXT)'; \ +- b='test-locale-h'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-localeconv.log: test-localeconv$(EXEEXT) +- @p='test-localeconv$(EXEEXT)'; \ +- b='test-localeconv'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-lstat.log: test-lstat$(EXEEXT) +- @p='test-lstat$(EXEEXT)'; \ +- b='test-lstat'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-malloc-gnu.log: test-malloc-gnu$(EXEEXT) +- @p='test-malloc-gnu$(EXEEXT)'; \ +- b='test-malloc-gnu'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-malloc-posix.log: test-malloc-posix$(EXEEXT) +- @p='test-malloc-posix$(EXEEXT)'; \ +- b='test-malloc-posix'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-malloca.log: test-malloca$(EXEEXT) +- @p='test-malloca$(EXEEXT)'; \ +- b='test-malloca'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-math-h.log: test-math-h$(EXEEXT) +- @p='test-math-h$(EXEEXT)'; \ +- b='test-math-h'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-mbrtoc32-1.sh.log: test-mbrtoc32-1.sh +- @p='test-mbrtoc32-1.sh'; \ +- b='test-mbrtoc32-1.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-mbrtoc32-2.sh.log: test-mbrtoc32-2.sh +- @p='test-mbrtoc32-2.sh'; \ +- b='test-mbrtoc32-2.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-mbrtoc32-3.sh.log: test-mbrtoc32-3.sh +- @p='test-mbrtoc32-3.sh'; \ +- b='test-mbrtoc32-3.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-mbrtoc32-4.sh.log: test-mbrtoc32-4.sh +- @p='test-mbrtoc32-4.sh'; \ +- b='test-mbrtoc32-4.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-mbrtoc32-5.sh.log: test-mbrtoc32-5.sh +- @p='test-mbrtoc32-5.sh'; \ +- b='test-mbrtoc32-5.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-mbrtoc32-w32-2.sh.log: test-mbrtoc32-w32-2.sh +- @p='test-mbrtoc32-w32-2.sh'; \ +- b='test-mbrtoc32-w32-2.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-mbrtoc32-w32-3.sh.log: test-mbrtoc32-w32-3.sh +- @p='test-mbrtoc32-w32-3.sh'; \ +- b='test-mbrtoc32-w32-3.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-mbrtoc32-w32-4.sh.log: test-mbrtoc32-w32-4.sh +- @p='test-mbrtoc32-w32-4.sh'; \ +- b='test-mbrtoc32-w32-4.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-mbrtoc32-w32-5.sh.log: test-mbrtoc32-w32-5.sh +- @p='test-mbrtoc32-w32-5.sh'; \ +- b='test-mbrtoc32-w32-5.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-mbrtoc32-w32-6.sh.log: test-mbrtoc32-w32-6.sh +- @p='test-mbrtoc32-w32-6.sh'; \ +- b='test-mbrtoc32-w32-6.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-mbrtoc32-w32-7.sh.log: test-mbrtoc32-w32-7.sh +- @p='test-mbrtoc32-w32-7.sh'; \ +- b='test-mbrtoc32-w32-7.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-mbrtoc32-w32-8.sh.log: test-mbrtoc32-w32-8.sh +- @p='test-mbrtoc32-w32-8.sh'; \ +- b='test-mbrtoc32-w32-8.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-mbrtowc-1.sh.log: test-mbrtowc-1.sh +- @p='test-mbrtowc-1.sh'; \ +- b='test-mbrtowc-1.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-mbrtowc-2.sh.log: test-mbrtowc-2.sh +- @p='test-mbrtowc-2.sh'; \ +- b='test-mbrtowc-2.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-mbrtowc-3.sh.log: test-mbrtowc-3.sh +- @p='test-mbrtowc-3.sh'; \ +- b='test-mbrtowc-3.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-mbrtowc-4.sh.log: test-mbrtowc-4.sh +- @p='test-mbrtowc-4.sh'; \ +- b='test-mbrtowc-4.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-mbrtowc-5.sh.log: test-mbrtowc-5.sh +- @p='test-mbrtowc-5.sh'; \ +- b='test-mbrtowc-5.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-mbrtowc-w32-2.sh.log: test-mbrtowc-w32-2.sh +- @p='test-mbrtowc-w32-2.sh'; \ +- b='test-mbrtowc-w32-2.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-mbrtowc-w32-3.sh.log: test-mbrtowc-w32-3.sh +- @p='test-mbrtowc-w32-3.sh'; \ +- b='test-mbrtowc-w32-3.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-mbrtowc-w32-4.sh.log: test-mbrtowc-w32-4.sh +- @p='test-mbrtowc-w32-4.sh'; \ +- b='test-mbrtowc-w32-4.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-mbrtowc-w32-5.sh.log: test-mbrtowc-w32-5.sh +- @p='test-mbrtowc-w32-5.sh'; \ +- b='test-mbrtowc-w32-5.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-mbrtowc-w32-6.sh.log: test-mbrtowc-w32-6.sh +- @p='test-mbrtowc-w32-6.sh'; \ +- b='test-mbrtowc-w32-6.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-mbrtowc-w32-7.sh.log: test-mbrtowc-w32-7.sh +- @p='test-mbrtowc-w32-7.sh'; \ +- b='test-mbrtowc-w32-7.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-mbrtowc-w32-8.sh.log: test-mbrtowc-w32-8.sh +- @p='test-mbrtowc-w32-8.sh'; \ +- b='test-mbrtowc-w32-8.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-mbrtowc-w32utf8.sh.log: test-mbrtowc-w32utf8.sh +- @p='test-mbrtowc-w32utf8.sh'; \ +- b='test-mbrtowc-w32utf8.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-mbscasecmp.sh.log: test-mbscasecmp.sh +- @p='test-mbscasecmp.sh'; \ +- b='test-mbscasecmp.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-mbsinit.sh.log: test-mbsinit.sh +- @p='test-mbsinit.sh'; \ +- b='test-mbsinit.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-mbsrtoc32s-1.sh.log: test-mbsrtoc32s-1.sh +- @p='test-mbsrtoc32s-1.sh'; \ +- b='test-mbsrtoc32s-1.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-mbsrtoc32s-2.sh.log: test-mbsrtoc32s-2.sh +- @p='test-mbsrtoc32s-2.sh'; \ +- b='test-mbsrtoc32s-2.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-mbsrtoc32s-3.sh.log: test-mbsrtoc32s-3.sh +- @p='test-mbsrtoc32s-3.sh'; \ +- b='test-mbsrtoc32s-3.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-mbsrtoc32s-4.sh.log: test-mbsrtoc32s-4.sh +- @p='test-mbsrtoc32s-4.sh'; \ +- b='test-mbsrtoc32s-4.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-mbsrtoc32s-5.sh.log: test-mbsrtoc32s-5.sh +- @p='test-mbsrtoc32s-5.sh'; \ +- b='test-mbsrtoc32s-5.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-mbsrtowcs-1.sh.log: test-mbsrtowcs-1.sh +- @p='test-mbsrtowcs-1.sh'; \ +- b='test-mbsrtowcs-1.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-mbsrtowcs-2.sh.log: test-mbsrtowcs-2.sh +- @p='test-mbsrtowcs-2.sh'; \ +- b='test-mbsrtowcs-2.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-mbsrtowcs-3.sh.log: test-mbsrtowcs-3.sh +- @p='test-mbsrtowcs-3.sh'; \ +- b='test-mbsrtowcs-3.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-mbsrtowcs-4.sh.log: test-mbsrtowcs-4.sh +- @p='test-mbsrtowcs-4.sh'; \ +- b='test-mbsrtowcs-4.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-mbsrtowcs-5.sh.log: test-mbsrtowcs-5.sh +- @p='test-mbsrtowcs-5.sh'; \ +- b='test-mbsrtowcs-5.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-mcel-1.sh.log: test-mcel-1.sh +- @p='test-mcel-1.sh'; \ +- b='test-mcel-1.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-mcel-2.sh.log: test-mcel-2.sh +- @p='test-mcel-2.sh'; \ +- b='test-mcel-2.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-mcel-3.sh.log: test-mcel-3.sh +- @p='test-mcel-3.sh'; \ +- b='test-mcel-3.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-mcel-4.sh.log: test-mcel-4.sh +- @p='test-mcel-4.sh'; \ +- b='test-mcel-4.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-mcel-5.sh.log: test-mcel-5.sh +- @p='test-mcel-5.sh'; \ +- b='test-mcel-5.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-memchr.log: test-memchr$(EXEEXT) +- @p='test-memchr$(EXEEXT)'; \ +- b='test-memchr'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-memrchr.log: test-memrchr$(EXEEXT) +- @p='test-memrchr$(EXEEXT)'; \ +- b='test-memrchr'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-mkdir.log: test-mkdir$(EXEEXT) +- @p='test-mkdir$(EXEEXT)'; \ +- b='test-mkdir'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-nanosleep.log: test-nanosleep$(EXEEXT) +- @p='test-nanosleep$(EXEEXT)'; \ +- b='test-nanosleep'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-netinet_in-h.log: test-netinet_in-h$(EXEEXT) +- @p='test-netinet_in-h$(EXEEXT)'; \ +- b='test-netinet_in-h'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-nl_langinfo1.sh.log: test-nl_langinfo1.sh +- @p='test-nl_langinfo1.sh'; \ +- b='test-nl_langinfo1.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-nl_langinfo2.sh.log: test-nl_langinfo2.sh +- @p='test-nl_langinfo2.sh'; \ +- b='test-nl_langinfo2.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-nl_langinfo-mt.log: test-nl_langinfo-mt$(EXEEXT) +- @p='test-nl_langinfo-mt$(EXEEXT)'; \ +- b='test-nl_langinfo-mt'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-nstrftime-1.sh.log: test-nstrftime-1.sh +- @p='test-nstrftime-1.sh'; \ +- b='test-nstrftime-1.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-nstrftime-2.sh.log: test-nstrftime-2.sh +- @p='test-nstrftime-2.sh'; \ +- b='test-nstrftime-2.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-nullptr.log: test-nullptr$(EXEEXT) +- @p='test-nullptr$(EXEEXT)'; \ +- b='test-nullptr'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-once1.log: test-once1$(EXEEXT) +- @p='test-once1$(EXEEXT)'; \ +- b='test-once1'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-once2.log: test-once2$(EXEEXT) +- @p='test-once2$(EXEEXT)'; \ +- b='test-once2'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-open.log: test-open$(EXEEXT) +- @p='test-open$(EXEEXT)'; \ +- b='test-open'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-openat.log: test-openat$(EXEEXT) +- @p='test-openat$(EXEEXT)'; \ +- b='test-openat'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-pathmax.log: test-pathmax$(EXEEXT) +- @p='test-pathmax$(EXEEXT)'; \ +- b='test-pathmax'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-perror.sh.log: test-perror.sh +- @p='test-perror.sh'; \ +- b='test-perror.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-perror2.log: test-perror2$(EXEEXT) +- @p='test-perror2$(EXEEXT)'; \ +- b='test-perror2'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-pipe.log: test-pipe$(EXEEXT) +- @p='test-pipe$(EXEEXT)'; \ +- b='test-pipe'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-popen.log: test-popen$(EXEEXT) +- @p='test-popen$(EXEEXT)'; \ +- b='test-popen'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-priv-set.log: test-priv-set$(EXEEXT) +- @p='test-priv-set$(EXEEXT)'; \ +- b='test-priv-set'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-pselect.log: test-pselect$(EXEEXT) +- @p='test-pselect$(EXEEXT)'; \ +- b='test-pselect'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-pthread-cond.log: test-pthread-cond$(EXEEXT) +- @p='test-pthread-cond$(EXEEXT)'; \ +- b='test-pthread-cond'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-pthread.log: test-pthread$(EXEEXT) +- @p='test-pthread$(EXEEXT)'; \ +- b='test-pthread'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-pthread-mutex.log: test-pthread-mutex$(EXEEXT) +- @p='test-pthread-mutex$(EXEEXT)'; \ +- b='test-pthread-mutex'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-pthread-mutex-type.log: test-pthread-mutex-type$(EXEEXT) +- @p='test-pthread-mutex-type$(EXEEXT)'; \ +- b='test-pthread-mutex-type'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-pthread-once1.log: test-pthread-once1$(EXEEXT) +- @p='test-pthread-once1$(EXEEXT)'; \ +- b='test-pthread-once1'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-pthread-once2.log: test-pthread-once2$(EXEEXT) +- @p='test-pthread-once2$(EXEEXT)'; \ +- b='test-pthread-once2'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-pthread-rwlock.log: test-pthread-rwlock$(EXEEXT) +- @p='test-pthread-rwlock$(EXEEXT)'; \ +- b='test-pthread-rwlock'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-pthread-thread.log: test-pthread-thread$(EXEEXT) +- @p='test-pthread-thread$(EXEEXT)'; \ +- b='test-pthread-thread'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-pthread_sigmask1.log: test-pthread_sigmask1$(EXEEXT) +- @p='test-pthread_sigmask1$(EXEEXT)'; \ +- b='test-pthread_sigmask1'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-pthread_sigmask2.log: test-pthread_sigmask2$(EXEEXT) +- @p='test-pthread_sigmask2$(EXEEXT)'; \ +- b='test-pthread_sigmask2'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-putenv.log: test-putenv$(EXEEXT) +- @p='test-putenv$(EXEEXT)'; \ +- b='test-putenv'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-quotearg-simple.log: test-quotearg-simple$(EXEEXT) +- @p='test-quotearg-simple$(EXEEXT)'; \ +- b='test-quotearg-simple'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-raise.log: test-raise$(EXEEXT) +- @p='test-raise$(EXEEXT)'; \ +- b='test-raise'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-random.log: test-random$(EXEEXT) +- @p='test-random$(EXEEXT)'; \ +- b='test-random'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-random-mt.log: test-random-mt$(EXEEXT) +- @p='test-random-mt$(EXEEXT)'; \ +- b='test-random-mt'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-random_r.log: test-random_r$(EXEEXT) +- @p='test-random_r$(EXEEXT)'; \ +- b='test-random_r'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-rawmemchr.log: test-rawmemchr$(EXEEXT) +- @p='test-rawmemchr$(EXEEXT)'; \ +- b='test-rawmemchr'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-readlink.log: test-readlink$(EXEEXT) +- @p='test-readlink$(EXEEXT)'; \ +- b='test-readlink'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-readlinkat.log: test-readlinkat$(EXEEXT) +- @p='test-readlinkat$(EXEEXT)'; \ +- b='test-readlinkat'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-realloc-posix.log: test-realloc-posix$(EXEEXT) +- @p='test-realloc-posix$(EXEEXT)'; \ +- b='test-realloc-posix'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-reallocarray.log: test-reallocarray$(EXEEXT) +- @p='test-reallocarray$(EXEEXT)'; \ +- b='test-reallocarray'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-regex.log: test-regex$(EXEEXT) +- @p='test-regex$(EXEEXT)'; \ +- b='test-regex'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-rmdir.log: test-rmdir$(EXEEXT) +- @p='test-rmdir$(EXEEXT)'; \ +- b='test-rmdir'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-sched-h.log: test-sched-h$(EXEEXT) +- @p='test-sched-h$(EXEEXT)'; \ +- b='test-sched-h'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-select.log: test-select$(EXEEXT) +- @p='test-select$(EXEEXT)'; \ +- b='test-select'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-select-in.sh.log: test-select-in.sh +- @p='test-select-in.sh'; \ +- b='test-select-in.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-select-out.sh.log: test-select-out.sh +- @p='test-select-out.sh'; \ +- b='test-select-out.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-setenv.log: test-setenv$(EXEEXT) +- @p='test-setenv$(EXEEXT)'; \ +- b='test-setenv'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-setlocale_null.log: test-setlocale_null$(EXEEXT) +- @p='test-setlocale_null$(EXEEXT)'; \ +- b='test-setlocale_null'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-setlocale_null-mt-one.log: test-setlocale_null-mt-one$(EXEEXT) +- @p='test-setlocale_null-mt-one$(EXEEXT)'; \ +- b='test-setlocale_null-mt-one'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-setlocale_null-mt-all.log: test-setlocale_null-mt-all$(EXEEXT) +- @p='test-setlocale_null-mt-all$(EXEEXT)'; \ +- b='test-setlocale_null-mt-all'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-setlocale_null-unlocked.log: test-setlocale_null-unlocked$(EXEEXT) +- @p='test-setlocale_null-unlocked$(EXEEXT)'; \ +- b='test-setlocale_null-unlocked'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-setsockopt.log: test-setsockopt$(EXEEXT) +- @p='test-setsockopt$(EXEEXT)'; \ +- b='test-setsockopt'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-sh-quote.log: test-sh-quote$(EXEEXT) +- @p='test-sh-quote$(EXEEXT)'; \ +- b='test-sh-quote'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-sigaction.log: test-sigaction$(EXEEXT) +- @p='test-sigaction$(EXEEXT)'; \ +- b='test-sigaction'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-signal-h.log: test-signal-h$(EXEEXT) +- @p='test-signal-h$(EXEEXT)'; \ +- b='test-signal-h'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-signbit.log: test-signbit$(EXEEXT) +- @p='test-signbit$(EXEEXT)'; \ +- b='test-signbit'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-sigprocmask.log: test-sigprocmask$(EXEEXT) +- @p='test-sigprocmask$(EXEEXT)'; \ +- b='test-sigprocmask'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-sigsegv-catch-segv1.log: test-sigsegv-catch-segv1$(EXEEXT) +- @p='test-sigsegv-catch-segv1$(EXEEXT)'; \ +- b='test-sigsegv-catch-segv1'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-sigsegv-catch-segv2.log: test-sigsegv-catch-segv2$(EXEEXT) +- @p='test-sigsegv-catch-segv2$(EXEEXT)'; \ +- b='test-sigsegv-catch-segv2'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-sigsegv-catch-stackoverflow1.log: test-sigsegv-catch-stackoverflow1$(EXEEXT) +- @p='test-sigsegv-catch-stackoverflow1$(EXEEXT)'; \ +- b='test-sigsegv-catch-stackoverflow1'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-sigsegv-catch-stackoverflow2.log: test-sigsegv-catch-stackoverflow2$(EXEEXT) +- @p='test-sigsegv-catch-stackoverflow2$(EXEEXT)'; \ +- b='test-sigsegv-catch-stackoverflow2'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-sleep.log: test-sleep$(EXEEXT) +- @p='test-sleep$(EXEEXT)'; \ +- b='test-sleep'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-snprintf.log: test-snprintf$(EXEEXT) +- @p='test-snprintf$(EXEEXT)'; \ +- b='test-snprintf'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-sockets.log: test-sockets$(EXEEXT) +- @p='test-sockets$(EXEEXT)'; \ +- b='test-sockets'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-stat.log: test-stat$(EXEEXT) +- @p='test-stat$(EXEEXT)'; \ +- b='test-stat'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-stat-time.log: test-stat-time$(EXEEXT) +- @p='test-stat-time$(EXEEXT)'; \ +- b='test-stat-time'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-stdbit-h.log: test-stdbit-h$(EXEEXT) +- @p='test-stdbit-h$(EXEEXT)'; \ +- b='test-stdbit-h'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-stdc_bit_width.log: test-stdc_bit_width$(EXEEXT) +- @p='test-stdc_bit_width$(EXEEXT)'; \ +- b='test-stdc_bit_width'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-stdc_leading_zeros.log: test-stdc_leading_zeros$(EXEEXT) +- @p='test-stdc_leading_zeros$(EXEEXT)'; \ +- b='test-stdc_leading_zeros'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-stdckdint-h.log: test-stdckdint-h$(EXEEXT) +- @p='test-stdckdint-h$(EXEEXT)'; \ +- b='test-stdckdint-h'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-stddef-h.log: test-stddef-h$(EXEEXT) +- @p='test-stddef-h$(EXEEXT)'; \ +- b='test-stddef-h'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-stdint-h.log: test-stdint-h$(EXEEXT) +- @p='test-stdint-h$(EXEEXT)'; \ +- b='test-stdint-h'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-stdio-h.log: test-stdio-h$(EXEEXT) +- @p='test-stdio-h$(EXEEXT)'; \ +- b='test-stdio-h'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-stdlib-h.log: test-stdlib-h$(EXEEXT) +- @p='test-stdlib-h$(EXEEXT)'; \ +- b='test-stdlib-h'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-str_startswith.log: test-str_startswith$(EXEEXT) +- @p='test-str_startswith$(EXEEXT)'; \ +- b='test-str_startswith'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-strerror.log: test-strerror$(EXEEXT) +- @p='test-strerror$(EXEEXT)'; \ +- b='test-strerror'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-strerror_r.log: test-strerror_r$(EXEEXT) +- @p='test-strerror_r$(EXEEXT)'; \ +- b='test-strerror_r'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-string-h.log: test-string-h$(EXEEXT) +- @p='test-string-h$(EXEEXT)'; \ +- b='test-string-h'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-strings-h.log: test-strings-h$(EXEEXT) +- @p='test-strings-h$(EXEEXT)'; \ +- b='test-strings-h'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-strnlen.log: test-strnlen$(EXEEXT) +- @p='test-strnlen$(EXEEXT)'; \ +- b='test-strnlen'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-strtoimax.log: test-strtoimax$(EXEEXT) +- @p='test-strtoimax$(EXEEXT)'; \ +- b='test-strtoimax'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-strtoll.log: test-strtoll$(EXEEXT) +- @p='test-strtoll$(EXEEXT)'; \ +- b='test-strtoll'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-symlink.log: test-symlink$(EXEEXT) +- @p='test-symlink$(EXEEXT)'; \ +- b='test-symlink'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-symlinkat.log: test-symlinkat$(EXEEXT) +- @p='test-symlinkat$(EXEEXT)'; \ +- b='test-symlinkat'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-sys_ioctl-h.log: test-sys_ioctl-h$(EXEEXT) +- @p='test-sys_ioctl-h$(EXEEXT)'; \ +- b='test-sys_ioctl-h'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-sys_random-h.log: test-sys_random-h$(EXEEXT) +- @p='test-sys_random-h$(EXEEXT)'; \ +- b='test-sys_random-h'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-sys_select-h.log: test-sys_select-h$(EXEEXT) +- @p='test-sys_select-h$(EXEEXT)'; \ +- b='test-sys_select-h'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-sys_socket-h.log: test-sys_socket-h$(EXEEXT) +- @p='test-sys_socket-h$(EXEEXT)'; \ +- b='test-sys_socket-h'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-sys_stat-h.log: test-sys_stat-h$(EXEEXT) +- @p='test-sys_stat-h$(EXEEXT)'; \ +- b='test-sys_stat-h'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-sys_time-h.log: test-sys_time-h$(EXEEXT) +- @p='test-sys_time-h$(EXEEXT)'; \ +- b='test-sys_time-h'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-sys_types-h.log: test-sys_types-h$(EXEEXT) +- @p='test-sys_types-h$(EXEEXT)'; \ +- b='test-sys_types-h'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-sys_uio-h.log: test-sys_uio-h$(EXEEXT) +- @p='test-sys_uio-h$(EXEEXT)'; \ +- b='test-sys_uio-h'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-sys_wait-h.log: test-sys_wait-h$(EXEEXT) +- @p='test-sys_wait-h$(EXEEXT)'; \ +- b='test-sys_wait-h'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-init.sh.log: test-init.sh +- @p='test-init.sh'; \ +- b='test-init.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-thread_self.log: test-thread_self$(EXEEXT) +- @p='test-thread_self$(EXEEXT)'; \ +- b='test-thread_self'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-thread_create.log: test-thread_create$(EXEEXT) +- @p='test-thread_create$(EXEEXT)'; \ +- b='test-thread_create'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-time-h.log: test-time-h$(EXEEXT) +- @p='test-time-h$(EXEEXT)'; \ +- b='test-time-h'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-time.log: test-time$(EXEEXT) +- @p='test-time$(EXEEXT)'; \ +- b='test-time'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-gmtime_r.log: test-gmtime_r$(EXEEXT) +- @p='test-gmtime_r$(EXEEXT)'; \ +- b='test-gmtime_r'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-gmtime_r-mt.log: test-gmtime_r-mt$(EXEEXT) +- @p='test-gmtime_r-mt$(EXEEXT)'; \ +- b='test-gmtime_r-mt'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-localtime_r.log: test-localtime_r$(EXEEXT) +- @p='test-localtime_r$(EXEEXT)'; \ +- b='test-localtime_r'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-localtime_r-mt.log: test-localtime_r-mt$(EXEEXT) +- @p='test-localtime_r-mt$(EXEEXT)'; \ +- b='test-localtime_r-mt'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-timespec.log: test-timespec$(EXEEXT) +- @p='test-timespec$(EXEEXT)'; \ +- b='test-timespec'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-timespec_get.log: test-timespec_get$(EXEEXT) +- @p='test-timespec_get$(EXEEXT)'; \ +- b='test-timespec_get'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-uchar-h.log: test-uchar-h$(EXEEXT) +- @p='test-uchar-h$(EXEEXT)'; \ +- b='test-uchar-h'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-uc_tolower.log: test-uc_tolower$(EXEEXT) +- @p='test-uc_tolower$(EXEEXT)'; \ +- b='test-uc_tolower'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-ctype_alnum.log: test-ctype_alnum$(EXEEXT) +- @p='test-ctype_alnum$(EXEEXT)'; \ +- b='test-ctype_alnum'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-ctype_alpha.log: test-ctype_alpha$(EXEEXT) +- @p='test-ctype_alpha$(EXEEXT)'; \ +- b='test-ctype_alpha'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-ctype_blank.log: test-ctype_blank$(EXEEXT) +- @p='test-ctype_blank$(EXEEXT)'; \ +- b='test-ctype_blank'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-ctype_cntrl.log: test-ctype_cntrl$(EXEEXT) +- @p='test-ctype_cntrl$(EXEEXT)'; \ +- b='test-ctype_cntrl'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-ctype_digit.log: test-ctype_digit$(EXEEXT) +- @p='test-ctype_digit$(EXEEXT)'; \ +- b='test-ctype_digit'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-ctype_graph.log: test-ctype_graph$(EXEEXT) +- @p='test-ctype_graph$(EXEEXT)'; \ +- b='test-ctype_graph'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-ctype_lower.log: test-ctype_lower$(EXEEXT) +- @p='test-ctype_lower$(EXEEXT)'; \ +- b='test-ctype_lower'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-ctype_print.log: test-ctype_print$(EXEEXT) +- @p='test-ctype_print$(EXEEXT)'; \ +- b='test-ctype_print'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-ctype_punct.log: test-ctype_punct$(EXEEXT) +- @p='test-ctype_punct$(EXEEXT)'; \ +- b='test-ctype_punct'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-ctype_space.log: test-ctype_space$(EXEEXT) +- @p='test-ctype_space$(EXEEXT)'; \ +- b='test-ctype_space'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-ctype_upper.log: test-ctype_upper$(EXEEXT) +- @p='test-ctype_upper$(EXEEXT)'; \ +- b='test-ctype_upper'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-ctype_xdigit.log: test-ctype_xdigit$(EXEEXT) +- @p='test-ctype_xdigit$(EXEEXT)'; \ +- b='test-ctype_xdigit'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-unistd-h.log: test-unistd-h$(EXEEXT) +- @p='test-unistd-h$(EXEEXT)'; \ +- b='test-unistd-h'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-u32-chr.log: test-u32-chr$(EXEEXT) +- @p='test-u32-chr$(EXEEXT)'; \ +- b='test-u32-chr'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-u32-cpy.log: test-u32-cpy$(EXEEXT) +- @p='test-u32-cpy$(EXEEXT)'; \ +- b='test-u32-cpy'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-u32-pcpy.log: test-u32-pcpy$(EXEEXT) +- @p='test-u32-pcpy$(EXEEXT)'; \ +- b='test-u32-pcpy'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-u32-set.log: test-u32-set$(EXEEXT) +- @p='test-u32-set$(EXEEXT)'; \ +- b='test-u32-set'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-u32-strcat.log: test-u32-strcat$(EXEEXT) +- @p='test-u32-strcat$(EXEEXT)'; \ +- b='test-u32-strcat'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-u32-strlen.log: test-u32-strlen$(EXEEXT) +- @p='test-u32-strlen$(EXEEXT)'; \ +- b='test-u32-strlen'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-uc_width.log: test-uc_width$(EXEEXT) +- @p='test-uc_width$(EXEEXT)'; \ +- b='test-uc_width'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- uniwidth/test-uc_width2.sh.log: uniwidth/test-uc_width2.sh +- @p='uniwidth/test-uc_width2.sh'; \ +- b='uniwidth/test-uc_width2.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-unlink.log: test-unlink$(EXEEXT) +- @p='test-unlink$(EXEEXT)'; \ +- b='test-unlink'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-unlinkat.log: test-unlinkat$(EXEEXT) +- @p='test-unlinkat$(EXEEXT)'; \ +- b='test-unlinkat'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-unsetenv.log: test-unsetenv$(EXEEXT) +- @p='test-unsetenv$(EXEEXT)'; \ +- b='test-unsetenv'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-update-copyright.sh.log: test-update-copyright.sh +- @p='test-update-copyright.sh'; \ +- b='test-update-copyright.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-vasnprintf.log: test-vasnprintf$(EXEEXT) +- @p='test-vasnprintf$(EXEEXT)'; \ +- b='test-vasnprintf'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-vc-list-files-git.sh.log: test-vc-list-files-git.sh +- @p='test-vc-list-files-git.sh'; \ +- b='test-vc-list-files-git.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-vc-list-files-cvs.sh.log: test-vc-list-files-cvs.sh +- @p='test-vc-list-files-cvs.sh'; \ +- b='test-vc-list-files-cvs.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-verify.log: test-verify$(EXEEXT) +- @p='test-verify$(EXEEXT)'; \ +- b='test-verify'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-verify.sh.log: test-verify.sh +- @p='test-verify.sh'; \ +- b='test-verify.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-version-etc.sh.log: test-version-etc.sh +- @p='test-version-etc.sh'; \ +- b='test-version-etc.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-wchar-h.log: test-wchar-h$(EXEEXT) +- @p='test-wchar-h$(EXEEXT)'; \ +- b='test-wchar-h'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-wcrtomb.sh.log: test-wcrtomb.sh +- @p='test-wcrtomb.sh'; \ +- b='test-wcrtomb.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-wcrtomb-w32-2.sh.log: test-wcrtomb-w32-2.sh +- @p='test-wcrtomb-w32-2.sh'; \ +- b='test-wcrtomb-w32-2.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-wcrtomb-w32-3.sh.log: test-wcrtomb-w32-3.sh +- @p='test-wcrtomb-w32-3.sh'; \ +- b='test-wcrtomb-w32-3.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-wcrtomb-w32-4.sh.log: test-wcrtomb-w32-4.sh +- @p='test-wcrtomb-w32-4.sh'; \ +- b='test-wcrtomb-w32-4.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-wcrtomb-w32-5.sh.log: test-wcrtomb-w32-5.sh +- @p='test-wcrtomb-w32-5.sh'; \ +- b='test-wcrtomb-w32-5.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-wcrtomb-w32-6.sh.log: test-wcrtomb-w32-6.sh +- @p='test-wcrtomb-w32-6.sh'; \ +- b='test-wcrtomb-w32-6.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-wcrtomb-w32-7.sh.log: test-wcrtomb-w32-7.sh +- @p='test-wcrtomb-w32-7.sh'; \ +- b='test-wcrtomb-w32-7.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-wcrtomb-w32-8.sh.log: test-wcrtomb-w32-8.sh +- @p='test-wcrtomb-w32-8.sh'; \ +- b='test-wcrtomb-w32-8.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-wctype-h.log: test-wctype-h$(EXEEXT) +- @p='test-wctype-h$(EXEEXT)'; \ +- b='test-wctype-h'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-wctype.log: test-wctype$(EXEEXT) +- @p='test-wctype$(EXEEXT)'; \ +- b='test-wctype'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-wcwidth.log: test-wcwidth$(EXEEXT) +- @p='test-wcwidth$(EXEEXT)'; \ +- b='test-wcwidth'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-windows-mutex-type.log: test-windows-mutex-type$(EXEEXT) +- @p='test-windows-mutex-type$(EXEEXT)'; \ +- b='test-windows-mutex-type'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-windows-recmutex-type.log: test-windows-recmutex-type$(EXEEXT) +- @p='test-windows-recmutex-type$(EXEEXT)'; \ +- b='test-windows-recmutex-type'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-windows-timedmutex-type.log: test-windows-timedmutex-type$(EXEEXT) +- @p='test-windows-timedmutex-type$(EXEEXT)'; \ +- b='test-windows-timedmutex-type'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-windows-timedrecmutex-type.log: test-windows-timedrecmutex-type$(EXEEXT) +- @p='test-windows-timedrecmutex-type$(EXEEXT)'; \ +- b='test-windows-timedrecmutex-type'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-wmemchr.log: test-wmemchr$(EXEEXT) +- @p='test-wmemchr$(EXEEXT)'; \ +- b='test-wmemchr'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-xalloc-die.sh.log: test-xalloc-die.sh +- @p='test-xalloc-die.sh'; \ +- b='test-xalloc-die.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-xstdopen.sh.log: test-xstdopen.sh +- @p='test-xstdopen.sh'; \ +- b='test-xstdopen.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-xstrtoimax.sh.log: test-xstrtoimax.sh +- @p='test-xstrtoimax.sh'; \ +- b='test-xstrtoimax.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-xstrtol.sh.log: test-xstrtol.sh +- @p='test-xstrtol.sh'; \ +- b='test-xstrtol.sh'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- test-year2038.log: test-year2038$(EXEEXT) +- @p='test-year2038$(EXEEXT)'; \ +- b='test-year2038'; \ +- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- .test.log: +- @p='$<'; \ +- $(am__set_b); \ +- $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ +- --log-file $$b.log --trs-file $$b.trs \ +- $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ +- "$$tst" $(AM_TESTS_FD_REDIRECT) +- @am__EXEEXT_TRUE@.test$(EXEEXT).log: +- @am__EXEEXT_TRUE@ @p='$<'; \ +- @am__EXEEXT_TRUE@ $(am__set_b); \ +- @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ +- @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ +- @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ +- @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) + distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +--- 2249,2260 ---- + $(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + $(am__aclocal_m4_deps): ++ tags TAGS: + +! ctags CTAGS: + +! cscope cscopelist: + + distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +*************** +*** 9645,9697 **** + || exit 1; \ + fi; \ + done +- @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ +- if test "$$subdir" = .; then :; else \ +- $(am__make_dryrun) \ +- || test -d "$(distdir)/$$subdir" \ +- || $(MKDIR_P) "$(distdir)/$$subdir" \ +- || exit 1; \ +- dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ +- $(am__relativize); \ +- new_distdir=$$reldir; \ +- dir1=$$subdir; dir2="$(top_distdir)"; \ +- $(am__relativize); \ +- new_top_distdir=$$reldir; \ +- echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ +- echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ +- ($(am__cd) $$subdir && \ +- $(MAKE) $(AM_MAKEFLAGS) \ +- top_distdir="$$new_top_distdir" \ +- distdir="$$new_distdir" \ +- am__remove_distdir=: \ +- am__skip_length_check=: \ +- am__skip_mode_fix=: \ +- distdir) \ +- || exit 1; \ +- fi; \ +- done + check-am: all-am +! $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) $(check_LIBRARIES) +! $(MAKE) $(AM_MAKEFLAGS) check-TESTS +! check: $(BUILT_SOURCES) +! $(MAKE) $(AM_MAKEFLAGS) check-recursive +! all-am: Makefile $(PROGRAMS) $(LIBRARIES) $(DATA) $(HEADERS) +! installdirs: installdirs-recursive +! installdirs-am: +! for dir in "$(DESTDIR)$(pkgdatadir)"; do \ +! test -z "$$dir" || $(MKDIR_P) "$$dir"; \ +! done +! install: $(BUILT_SOURCES) +! $(MAKE) $(AM_MAKEFLAGS) install-recursive +! install-exec: $(BUILT_SOURCES) +! $(MAKE) $(AM_MAKEFLAGS) install-exec-recursive +! install-data: install-data-recursive +! uninstall: uninstall-recursive + + install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +! installcheck: installcheck-recursive + install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ +--- 2288,2306 ---- + || exit 1; \ + fi; \ + done + check-am: all-am +! check: check-am +! all-am: Makefile +! installdirs: +! install: install-am +! install-exec: install-exec-am +! install-data: install-data-am +! uninstall: uninstall-am + + install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +! installcheck: installcheck-am + install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ +*************** +*** 9703,11083 **** + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi + mostlyclean-generic: +- -$(am__rm_f) $(MOSTLYCLEANFILES) +- -$(am__rm_f) $(TEST_LOGS) +- -$(am__rm_f) $(TEST_LOGS:.log=.trs) +- -$(am__rm_f) $(TEST_SUITE_LOG) + + clean-generic: +- -$(am__rm_f) $(CLEANFILES) + + distclean-generic: + -$(am__rm_f) $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES) +- -$(am__rm_f) $(DISTCLEANFILES) +- -$(am__rm_f) from-glibc/$(DEPDIR)/$(am__dirstamp) +- -$(am__rm_f) from-glibc/$(am__dirstamp) +- -$(am__rm_f) glthread/$(DEPDIR)/$(am__dirstamp) +- -$(am__rm_f) glthread/$(am__dirstamp) +- -$(am__rm_f) unicase/$(DEPDIR)/$(am__dirstamp) +- -$(am__rm_f) unicase/$(am__dirstamp) +- -$(am__rm_f) unictype/$(DEPDIR)/$(am__dirstamp) +- -$(am__rm_f) unictype/$(am__dirstamp) +- -$(am__rm_f) unistr/$(DEPDIR)/$(am__dirstamp) +- -$(am__rm_f) unistr/$(am__dirstamp) +- -$(am__rm_f) uniwidth/$(DEPDIR)/$(am__dirstamp) +- -$(am__rm_f) uniwidth/$(am__dirstamp) + + maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +! -$(am__rm_f) $(BUILT_SOURCES) +! -$(am__rm_f) $(MAINTAINERCLEANFILES) +! clean: clean-recursive +! +! clean-am: clean-checkLIBRARIES clean-checkPROGRAMS clean-generic \ +! clean-local clean-noinstLIBRARIES clean-noinstPROGRAMS \ +! mostlyclean-am +! +! distclean: distclean-recursive +! -rm -f ./$(DEPDIR)/accept.Po +! -rm -f ./$(DEPDIR)/alloca.Po +! -rm -f ./$(DEPDIR)/anytostr.Po +! -rm -f ./$(DEPDIR)/arpa_inet.Po +! -rm -f ./$(DEPDIR)/asnprintf.Po +! -rm -f ./$(DEPDIR)/at-func.Po +! -rm -f ./$(DEPDIR)/atoll.Po +! -rm -f ./$(DEPDIR)/bind.Po +! -rm -f ./$(DEPDIR)/c-strcasestr.Po +! -rm -f ./$(DEPDIR)/c32rtomb.Po +! -rm -f ./$(DEPDIR)/c32tob.Po +! -rm -f ./$(DEPDIR)/concat-filename.Po +! -rm -f ./$(DEPDIR)/connect.Po +! -rm -f ./$(DEPDIR)/dtotimespec.Po +! -rm -f ./$(DEPDIR)/fdopen.Po +! -rm -f ./$(DEPDIR)/float.Po +! -rm -f ./$(DEPDIR)/ftruncate.Po +! -rm -f ./$(DEPDIR)/hash-pjw.Po +! -rm -f ./$(DEPDIR)/imaxtostr.Po +! -rm -f ./$(DEPDIR)/inet_pton.Po +! -rm -f ./$(DEPDIR)/inttostr.Po +! -rm -f ./$(DEPDIR)/ioctl.Po +! -rm -f ./$(DEPDIR)/isnan.Po +! -rm -f ./$(DEPDIR)/isnand.Po +! -rm -f ./$(DEPDIR)/isnanf.Po +! -rm -f ./$(DEPDIR)/isnanl.Po +! -rm -f ./$(DEPDIR)/itold.Po +! -rm -f ./$(DEPDIR)/listen.Po +! -rm -f ./$(DEPDIR)/locale.Po +! -rm -f ./$(DEPDIR)/math.Po +! -rm -f ./$(DEPDIR)/nanosleep.Po +! -rm -f ./$(DEPDIR)/offtostr.Po +! -rm -f ./$(DEPDIR)/perror.Po +! -rm -f ./$(DEPDIR)/pipe.Po +! -rm -f ./$(DEPDIR)/printf-args.Po +! -rm -f ./$(DEPDIR)/printf-parse.Po +! -rm -f ./$(DEPDIR)/priv-set.Po +! -rm -f ./$(DEPDIR)/pselect.Po +! -rm -f ./$(DEPDIR)/pthread-cond.Po +! -rm -f ./$(DEPDIR)/pthread-mutex.Po +! -rm -f ./$(DEPDIR)/pthread-rwlock.Po +! -rm -f ./$(DEPDIR)/pthread-thread.Po +! -rm -f ./$(DEPDIR)/pthread_mutex_timedlock.Po +! -rm -f ./$(DEPDIR)/pthread_sigmask.Po +! -rm -f ./$(DEPDIR)/putenv.Po +! -rm -f ./$(DEPDIR)/random.Po +! -rm -f ./$(DEPDIR)/random_r.Po +! -rm -f ./$(DEPDIR)/rmdir.Po +! -rm -f ./$(DEPDIR)/sched_yield.Po +! -rm -f ./$(DEPDIR)/select.Po +! -rm -f ./$(DEPDIR)/setsockopt.Po +! -rm -f ./$(DEPDIR)/signbitd.Po +! -rm -f ./$(DEPDIR)/signbitf.Po +! -rm -f ./$(DEPDIR)/signbitl.Po +! -rm -f ./$(DEPDIR)/sleep.Po +! -rm -f ./$(DEPDIR)/snprintf.Po +! -rm -f ./$(DEPDIR)/socket.Po +! -rm -f ./$(DEPDIR)/sockets.Po +! -rm -f ./$(DEPDIR)/str_startswith.Po +! -rm -f ./$(DEPDIR)/strerror_r.Po +! -rm -f ./$(DEPDIR)/symlink.Po +! -rm -f ./$(DEPDIR)/symlinkat.Po +! -rm -f ./$(DEPDIR)/sys_socket.Po +! -rm -f ./$(DEPDIR)/test-accept.Po +! -rm -f ./$(DEPDIR)/test-alignasof.Po +! -rm -f ./$(DEPDIR)/test-alloca-opt.Po +! -rm -f ./$(DEPDIR)/test-argmatch.Po +! -rm -f ./$(DEPDIR)/test-arpa_inet-h.Po +! -rm -f ./$(DEPDIR)/test-assert.Po +! -rm -f ./$(DEPDIR)/test-binary-io.Po +! -rm -f ./$(DEPDIR)/test-bind.Po +! -rm -f ./$(DEPDIR)/test-bitrotate.Po +! -rm -f ./$(DEPDIR)/test-bool.Po +! -rm -f ./$(DEPDIR)/test-btoc32.Po +! -rm -f ./$(DEPDIR)/test-btowc.Po +! -rm -f ./$(DEPDIR)/test-c-ctype.Po +! -rm -f ./$(DEPDIR)/test-c-stack.Po +! -rm -f ./$(DEPDIR)/test-c-strcasecmp.Po +! -rm -f ./$(DEPDIR)/test-c-strcasestr.Po +! -rm -f ./$(DEPDIR)/test-c-strncasecmp.Po +! -rm -f ./$(DEPDIR)/test-c32_apply_type_test.Po +! -rm -f ./$(DEPDIR)/test-c32_get_type_test.Po +! -rm -f ./$(DEPDIR)/test-c32isalnum.Po +! -rm -f ./$(DEPDIR)/test-c32isalpha.Po +! -rm -f ./$(DEPDIR)/test-c32isblank.Po +! -rm -f ./$(DEPDIR)/test-c32iscntrl.Po +! -rm -f ./$(DEPDIR)/test-c32isdigit.Po +! -rm -f ./$(DEPDIR)/test-c32isgraph.Po +! -rm -f ./$(DEPDIR)/test-c32islower.Po +! -rm -f ./$(DEPDIR)/test-c32isprint.Po +! -rm -f ./$(DEPDIR)/test-c32ispunct.Po +! -rm -f ./$(DEPDIR)/test-c32isspace.Po +! -rm -f ./$(DEPDIR)/test-c32isupper.Po +! -rm -f ./$(DEPDIR)/test-c32isxdigit.Po +! -rm -f ./$(DEPDIR)/test-c32rtomb-w32.Po +! -rm -f ./$(DEPDIR)/test-c32rtomb.Po +! -rm -f ./$(DEPDIR)/test-c32tolower.Po +! -rm -f ./$(DEPDIR)/test-c32width.Po +! -rm -f ./$(DEPDIR)/test-calloc-gnu.Po +! -rm -f ./$(DEPDIR)/test-calloc-posix.Po +! -rm -f ./$(DEPDIR)/test-chdir.Po +! -rm -f ./$(DEPDIR)/test-cloexec.Po +! -rm -f ./$(DEPDIR)/test-close.Po +! -rm -f ./$(DEPDIR)/test-connect.Po +! -rm -f ./$(DEPDIR)/test-ctype.Po +! -rm -f ./$(DEPDIR)/test-dirent-h.Po +! -rm -f ./$(DEPDIR)/test-dirfd.Po +! -rm -f ./$(DEPDIR)/test-dirname.Po +! -rm -f ./$(DEPDIR)/test-dup.Po +! -rm -f ./$(DEPDIR)/test-dup2.Po +! -rm -f ./$(DEPDIR)/test-dynarray.Po +! -rm -f ./$(DEPDIR)/test-environ.Po +! -rm -f ./$(DEPDIR)/test-errno-h.Po +! -rm -f ./$(DEPDIR)/test-error.Po +! -rm -f ./$(DEPDIR)/test-exclude.Po +! -rm -f ./$(DEPDIR)/test-fchdir.Po +! -rm -f ./$(DEPDIR)/test-fcntl-h.Po +! -rm -f ./$(DEPDIR)/test-fcntl.Po +! -rm -f ./$(DEPDIR)/test-fdopen.Po +! -rm -f ./$(DEPDIR)/test-fdopendir.Po +! -rm -f ./$(DEPDIR)/test-fgetc.Po +! -rm -f ./$(DEPDIR)/test-filenamecat.Po +! -rm -f ./$(DEPDIR)/test-float-h.Po +! -rm -f ./$(DEPDIR)/test-fnmatch-h.Po +! -rm -f ./$(DEPDIR)/test-fnmatch-w32.Po +! -rm -f ./$(DEPDIR)/test-fnmatch.Po +! -rm -f ./$(DEPDIR)/test-fopen-gnu.Po +! -rm -f ./$(DEPDIR)/test-fopen.Po +! -rm -f ./$(DEPDIR)/test-fputc.Po +! -rm -f ./$(DEPDIR)/test-fread.Po +! -rm -f ./$(DEPDIR)/test-free.Po +! -rm -f ./$(DEPDIR)/test-freopen.Po +! -rm -f ./$(DEPDIR)/test-fstat.Po +! -rm -f ./$(DEPDIR)/test-fstatat.Po +! -rm -f ./$(DEPDIR)/test-ftruncate.Po +! -rm -f ./$(DEPDIR)/test-fwrite.Po +! -rm -f ./$(DEPDIR)/test-getcwd-lgpl.Po +! -rm -f ./$(DEPDIR)/test-getdtablesize.Po +! -rm -f ./$(DEPDIR)/test-getopt-gnu.Po +! -rm -f ./$(DEPDIR)/test-getopt-posix.Po +! -rm -f ./$(DEPDIR)/test-getprogname.Po +! -rm -f ./$(DEPDIR)/test-getrandom.Po +! -rm -f ./$(DEPDIR)/test-gettext-h.Po +! -rm -f ./$(DEPDIR)/test-gettimeofday.Po +! -rm -f ./$(DEPDIR)/test-gmtime_r-mt.Po +! -rm -f ./$(DEPDIR)/test-gmtime_r.Po +! -rm -f ./$(DEPDIR)/test-hard-locale.Po +! -rm -f ./$(DEPDIR)/test-hash.Po +! -rm -f ./$(DEPDIR)/test-ignore-value.Po +! -rm -f ./$(DEPDIR)/test-inet_pton.Po +! -rm -f ./$(DEPDIR)/test-intprops.Po +! -rm -f ./$(DEPDIR)/test-inttostr.Po +! -rm -f ./$(DEPDIR)/test-inttypes-h.Po +! -rm -f ./$(DEPDIR)/test-ioctl.Po +! -rm -f ./$(DEPDIR)/test-isblank.Po +! -rm -f ./$(DEPDIR)/test-isnand-nolibm.Po +! -rm -f ./$(DEPDIR)/test-isnanf-nolibm.Po +! -rm -f ./$(DEPDIR)/test-isnanl-nolibm.Po +! -rm -f ./$(DEPDIR)/test-iswblank.Po +! -rm -f ./$(DEPDIR)/test-iswctype.Po +! -rm -f ./$(DEPDIR)/test-iswdigit.Po +! -rm -f ./$(DEPDIR)/test-iswpunct.Po +! -rm -f ./$(DEPDIR)/test-iswxdigit.Po +! -rm -f ./$(DEPDIR)/test-langinfo-h.Po +! -rm -f ./$(DEPDIR)/test-largefile.Po +! -rm -f ./$(DEPDIR)/test-limits-h.Po +! -rm -f ./$(DEPDIR)/test-listen.Po +! -rm -f ./$(DEPDIR)/test-localcharset-w32utf8.Po +! -rm -f ./$(DEPDIR)/test-localcharset.Po +! -rm -f ./$(DEPDIR)/test-locale-h.Po +! -rm -f ./$(DEPDIR)/test-localeconv.Po +! -rm -f ./$(DEPDIR)/test-localtime_r-mt.Po +! -rm -f ./$(DEPDIR)/test-localtime_r.Po +! -rm -f ./$(DEPDIR)/test-lstat.Po +! -rm -f ./$(DEPDIR)/test-malloc-gnu.Po +! -rm -f ./$(DEPDIR)/test-malloc-posix.Po +! -rm -f ./$(DEPDIR)/test-malloca.Po +! -rm -f ./$(DEPDIR)/test-math-h.Po +! -rm -f ./$(DEPDIR)/test-mbrtoc32-w32.Po +! -rm -f ./$(DEPDIR)/test-mbrtoc32.Po +! -rm -f ./$(DEPDIR)/test-mbrtowc-w32.Po +! -rm -f ./$(DEPDIR)/test-mbrtowc-w32utf8.Po +! -rm -f ./$(DEPDIR)/test-mbrtowc.Po +! -rm -f ./$(DEPDIR)/test-mbscasecmp.Po +! -rm -f ./$(DEPDIR)/test-mbsinit.Po +! -rm -f ./$(DEPDIR)/test-mbsrtoc32s.Po +! -rm -f ./$(DEPDIR)/test-mbsrtowcs.Po +! -rm -f ./$(DEPDIR)/test-mcel.Po +! -rm -f ./$(DEPDIR)/test-memchr.Po +! -rm -f ./$(DEPDIR)/test-memrchr.Po +! -rm -f ./$(DEPDIR)/test-mkdir.Po +! -rm -f ./$(DEPDIR)/test-nanosleep.Po +! -rm -f ./$(DEPDIR)/test-netinet_in-h.Po +! -rm -f ./$(DEPDIR)/test-nl_langinfo-mt.Po +! -rm -f ./$(DEPDIR)/test-nl_langinfo1.Po +! -rm -f ./$(DEPDIR)/test-nl_langinfo2.Po +! -rm -f ./$(DEPDIR)/test-nstrftime.Po +! -rm -f ./$(DEPDIR)/test-nullptr.Po +! -rm -f ./$(DEPDIR)/test-once.Po +! -rm -f ./$(DEPDIR)/test-open.Po +! -rm -f ./$(DEPDIR)/test-openat.Po +! -rm -f ./$(DEPDIR)/test-pathmax.Po +! -rm -f ./$(DEPDIR)/test-perror.Po +! -rm -f ./$(DEPDIR)/test-perror2.Po +! -rm -f ./$(DEPDIR)/test-pipe.Po +! -rm -f ./$(DEPDIR)/test-popen.Po +! -rm -f ./$(DEPDIR)/test-priv-set.Po +! -rm -f ./$(DEPDIR)/test-pselect.Po +! -rm -f ./$(DEPDIR)/test-pthread-cond.Po +! -rm -f ./$(DEPDIR)/test-pthread-mutex-type.Po +! -rm -f ./$(DEPDIR)/test-pthread-mutex.Po +! -rm -f ./$(DEPDIR)/test-pthread-once1.Po +! -rm -f ./$(DEPDIR)/test-pthread-once2.Po +! -rm -f ./$(DEPDIR)/test-pthread-rwlock.Po +! -rm -f ./$(DEPDIR)/test-pthread-thread.Po +! -rm -f ./$(DEPDIR)/test-pthread.Po +! -rm -f ./$(DEPDIR)/test-pthread_sigmask1.Po +! -rm -f ./$(DEPDIR)/test-pthread_sigmask2.Po +! -rm -f ./$(DEPDIR)/test-putenv.Po +! -rm -f ./$(DEPDIR)/test-quotearg-simple.Po +! -rm -f ./$(DEPDIR)/test-raise.Po +! -rm -f ./$(DEPDIR)/test-random-mt.Po +! -rm -f ./$(DEPDIR)/test-random.Po +! -rm -f ./$(DEPDIR)/test-random_r.Po +! -rm -f ./$(DEPDIR)/test-rawmemchr.Po +! -rm -f ./$(DEPDIR)/test-readlink.Po +! -rm -f ./$(DEPDIR)/test-readlinkat.Po +! -rm -f ./$(DEPDIR)/test-realloc-posix.Po +! -rm -f ./$(DEPDIR)/test-reallocarray.Po +! -rm -f ./$(DEPDIR)/test-regex.Po +! -rm -f ./$(DEPDIR)/test-rmdir.Po +! -rm -f ./$(DEPDIR)/test-sched-h.Po +! -rm -f ./$(DEPDIR)/test-select-fd.Po +! -rm -f ./$(DEPDIR)/test-select-stdin.Po +! -rm -f ./$(DEPDIR)/test-select.Po +! -rm -f ./$(DEPDIR)/test-setenv.Po +! -rm -f ./$(DEPDIR)/test-setlocale_null-mt-all.Po +! -rm -f ./$(DEPDIR)/test-setlocale_null-mt-one.Po +! -rm -f ./$(DEPDIR)/test-setlocale_null-unlocked.Po +! -rm -f ./$(DEPDIR)/test-setlocale_null.Po +! -rm -f ./$(DEPDIR)/test-setsockopt.Po +! -rm -f ./$(DEPDIR)/test-sh-quote.Po +! -rm -f ./$(DEPDIR)/test-sigaction.Po +! -rm -f ./$(DEPDIR)/test-signal-h.Po +! -rm -f ./$(DEPDIR)/test-signbit.Po +! -rm -f ./$(DEPDIR)/test-sigprocmask.Po +! -rm -f ./$(DEPDIR)/test-sigsegv-catch-segv1.Po +! -rm -f ./$(DEPDIR)/test-sigsegv-catch-segv2.Po +! -rm -f ./$(DEPDIR)/test-sigsegv-catch-stackoverflow1.Po +! -rm -f ./$(DEPDIR)/test-sigsegv-catch-stackoverflow2.Po +! -rm -f ./$(DEPDIR)/test-sleep.Po +! -rm -f ./$(DEPDIR)/test-snprintf.Po +! -rm -f ./$(DEPDIR)/test-sockets.Po +! -rm -f ./$(DEPDIR)/test-stat-time.Po +! -rm -f ./$(DEPDIR)/test-stat.Po +! -rm -f ./$(DEPDIR)/test-stdbit-h.Po +! -rm -f ./$(DEPDIR)/test-stdckdint-h.Po +! -rm -f ./$(DEPDIR)/test-stddef-h.Po +! -rm -f ./$(DEPDIR)/test-stdint-h.Po +! -rm -f ./$(DEPDIR)/test-stdio-h.Po +! -rm -f ./$(DEPDIR)/test-stdlib-h.Po +! -rm -f ./$(DEPDIR)/test-str_startswith.Po +! -rm -f ./$(DEPDIR)/test-strerror.Po +! -rm -f ./$(DEPDIR)/test-strerror_r.Po +! -rm -f ./$(DEPDIR)/test-string-h.Po +! -rm -f ./$(DEPDIR)/test-strings-h.Po +! -rm -f ./$(DEPDIR)/test-strnlen.Po +! -rm -f ./$(DEPDIR)/test-strtoimax.Po +! -rm -f ./$(DEPDIR)/test-strtoll.Po +! -rm -f ./$(DEPDIR)/test-symlink.Po +! -rm -f ./$(DEPDIR)/test-symlinkat.Po +! -rm -f ./$(DEPDIR)/test-sys_ioctl-h.Po +! -rm -f ./$(DEPDIR)/test-sys_random-h.Po +! -rm -f ./$(DEPDIR)/test-sys_select-h.Po +! -rm -f ./$(DEPDIR)/test-sys_socket-h.Po +! -rm -f ./$(DEPDIR)/test-sys_stat-h.Po +! -rm -f ./$(DEPDIR)/test-sys_time-h.Po +! -rm -f ./$(DEPDIR)/test-sys_types-h.Po +! -rm -f ./$(DEPDIR)/test-sys_uio-h.Po +! -rm -f ./$(DEPDIR)/test-sys_wait-h.Po +! -rm -f ./$(DEPDIR)/test-thread_create.Po +! -rm -f ./$(DEPDIR)/test-thread_self.Po +! -rm -f ./$(DEPDIR)/test-time-h.Po +! -rm -f ./$(DEPDIR)/test-time.Po +! -rm -f ./$(DEPDIR)/test-timespec.Po +! -rm -f ./$(DEPDIR)/test-timespec_get.Po +! -rm -f ./$(DEPDIR)/test-uchar-h.Po +! -rm -f ./$(DEPDIR)/test-unistd-h.Po +! -rm -f ./$(DEPDIR)/test-unlink.Po +! -rm -f ./$(DEPDIR)/test-unlinkat.Po +! -rm -f ./$(DEPDIR)/test-unsetenv.Po +! -rm -f ./$(DEPDIR)/test-vasnprintf.Po +! -rm -f ./$(DEPDIR)/test-verify-try.Po +! -rm -f ./$(DEPDIR)/test-verify.Po +! -rm -f ./$(DEPDIR)/test-version-etc.Po +! -rm -f ./$(DEPDIR)/test-wchar-h.Po +! -rm -f ./$(DEPDIR)/test-wcrtomb-w32.Po +! -rm -f ./$(DEPDIR)/test-wcrtomb.Po +! -rm -f ./$(DEPDIR)/test-wctype-h.Po +! -rm -f ./$(DEPDIR)/test-wctype.Po +! -rm -f ./$(DEPDIR)/test-wcwidth.Po +! -rm -f ./$(DEPDIR)/test-windows-mutex-type.Po +! -rm -f ./$(DEPDIR)/test-windows-recmutex-type.Po +! -rm -f ./$(DEPDIR)/test-windows-timedmutex-type.Po +! -rm -f ./$(DEPDIR)/test-windows-timedrecmutex-type.Po +! -rm -f ./$(DEPDIR)/test-wmemchr.Po +! -rm -f ./$(DEPDIR)/test-xalloc-die.Po +! -rm -f ./$(DEPDIR)/test-xstdopen.Po +! -rm -f ./$(DEPDIR)/test-xstrtoimax.Po +! -rm -f ./$(DEPDIR)/test-xstrtol.Po +! -rm -f ./$(DEPDIR)/test-xstrtoul.Po +! -rm -f ./$(DEPDIR)/test-year2038.Po +! -rm -f ./$(DEPDIR)/time.Po +! -rm -f ./$(DEPDIR)/timespec-add.Po +! -rm -f ./$(DEPDIR)/timespec-sub.Po +! -rm -f ./$(DEPDIR)/uinttostr.Po +! -rm -f ./$(DEPDIR)/umaxtostr.Po +! -rm -f ./$(DEPDIR)/unlink.Po +! -rm -f ./$(DEPDIR)/unlinkat.Po +! -rm -f ./$(DEPDIR)/unlinkdir.Po +! -rm -f ./$(DEPDIR)/vasnprintf.Po +! -rm -f ./$(DEPDIR)/vsnzprintf.Po +! -rm -f ./$(DEPDIR)/wctob.Po +! -rm -f ./$(DEPDIR)/wctomb.Po +! -rm -f ./$(DEPDIR)/windows-cond.Po +! -rm -f ./$(DEPDIR)/windows-thread.Po +! -rm -f ./$(DEPDIR)/windows-timedmutex.Po +! -rm -f ./$(DEPDIR)/windows-timedrecmutex.Po +! -rm -f ./$(DEPDIR)/windows-timedrwlock.Po +! -rm -f ./$(DEPDIR)/windows-tls.Po +! -rm -f ./$(DEPDIR)/xconcat-filename.Po +! -rm -f ./$(DEPDIR)/xgetcwd.Po +! -rm -f ./$(DEPDIR)/xsize.Po +! -rm -f ./$(DEPDIR)/xstrtol-error.Po +! -rm -f from-glibc/$(DEPDIR)/test_stdc_bit_width-tst-stdc_bit_width.Po +! -rm -f from-glibc/$(DEPDIR)/test_stdc_leading_zeros-tst-stdc_leading_zeros.Po +! -rm -f glthread/$(DEPDIR)/thread.Po +! -rm -f unicase/$(DEPDIR)/test-uc_tolower.Po +! -rm -f unictype/$(DEPDIR)/test-ctype_alnum.Po +! -rm -f unictype/$(DEPDIR)/test-ctype_alpha.Po +! -rm -f unictype/$(DEPDIR)/test-ctype_blank.Po +! -rm -f unictype/$(DEPDIR)/test-ctype_cntrl.Po +! -rm -f unictype/$(DEPDIR)/test-ctype_digit.Po +! -rm -f unictype/$(DEPDIR)/test-ctype_graph.Po +! -rm -f unictype/$(DEPDIR)/test-ctype_lower.Po +! -rm -f unictype/$(DEPDIR)/test-ctype_print.Po +! -rm -f unictype/$(DEPDIR)/test-ctype_punct.Po +! -rm -f unictype/$(DEPDIR)/test-ctype_space.Po +! -rm -f unictype/$(DEPDIR)/test-ctype_upper.Po +! -rm -f unictype/$(DEPDIR)/test-ctype_xdigit.Po +! -rm -f unistr/$(DEPDIR)/test-u32-chr.Po +! -rm -f unistr/$(DEPDIR)/test-u32-cpy.Po +! -rm -f unistr/$(DEPDIR)/test-u32-pcpy.Po +! -rm -f unistr/$(DEPDIR)/test-u32-set.Po +! -rm -f unistr/$(DEPDIR)/test-u32-strcat.Po +! -rm -f unistr/$(DEPDIR)/test-u32-strlen.Po +! -rm -f unistr/$(DEPDIR)/u32-set.Po +! -rm -f uniwidth/$(DEPDIR)/test-uc_width.Po +! -rm -f uniwidth/$(DEPDIR)/test-uc_width2.Po + -rm -f Makefile +! distclean-am: clean-am distclean-compile distclean-generic \ +! distclean-tags + +! dvi: dvi-recursive + + dvi-am: + +! html: html-recursive + + html-am: + +! info: info-recursive + + info-am: + +! install-data-am: install-pkgdataDATA + +! install-dvi: install-dvi-recursive + + install-dvi-am: + + install-exec-am: + +! install-html: install-html-recursive + + install-html-am: + +! install-info: install-info-recursive + + install-info-am: + + install-man: + +! install-pdf: install-pdf-recursive + + install-pdf-am: + +! install-ps: install-ps-recursive + + install-ps-am: + + installcheck-am: + +! maintainer-clean: maintainer-clean-recursive +! -rm -f ./$(DEPDIR)/accept.Po +! -rm -f ./$(DEPDIR)/alloca.Po +! -rm -f ./$(DEPDIR)/anytostr.Po +! -rm -f ./$(DEPDIR)/arpa_inet.Po +! -rm -f ./$(DEPDIR)/asnprintf.Po +! -rm -f ./$(DEPDIR)/at-func.Po +! -rm -f ./$(DEPDIR)/atoll.Po +! -rm -f ./$(DEPDIR)/bind.Po +! -rm -f ./$(DEPDIR)/c-strcasestr.Po +! -rm -f ./$(DEPDIR)/c32rtomb.Po +! -rm -f ./$(DEPDIR)/c32tob.Po +! -rm -f ./$(DEPDIR)/concat-filename.Po +! -rm -f ./$(DEPDIR)/connect.Po +! -rm -f ./$(DEPDIR)/dtotimespec.Po +! -rm -f ./$(DEPDIR)/fdopen.Po +! -rm -f ./$(DEPDIR)/float.Po +! -rm -f ./$(DEPDIR)/ftruncate.Po +! -rm -f ./$(DEPDIR)/hash-pjw.Po +! -rm -f ./$(DEPDIR)/imaxtostr.Po +! -rm -f ./$(DEPDIR)/inet_pton.Po +! -rm -f ./$(DEPDIR)/inttostr.Po +! -rm -f ./$(DEPDIR)/ioctl.Po +! -rm -f ./$(DEPDIR)/isnan.Po +! -rm -f ./$(DEPDIR)/isnand.Po +! -rm -f ./$(DEPDIR)/isnanf.Po +! -rm -f ./$(DEPDIR)/isnanl.Po +! -rm -f ./$(DEPDIR)/itold.Po +! -rm -f ./$(DEPDIR)/listen.Po +! -rm -f ./$(DEPDIR)/locale.Po +! -rm -f ./$(DEPDIR)/math.Po +! -rm -f ./$(DEPDIR)/nanosleep.Po +! -rm -f ./$(DEPDIR)/offtostr.Po +! -rm -f ./$(DEPDIR)/perror.Po +! -rm -f ./$(DEPDIR)/pipe.Po +! -rm -f ./$(DEPDIR)/printf-args.Po +! -rm -f ./$(DEPDIR)/printf-parse.Po +! -rm -f ./$(DEPDIR)/priv-set.Po +! -rm -f ./$(DEPDIR)/pselect.Po +! -rm -f ./$(DEPDIR)/pthread-cond.Po +! -rm -f ./$(DEPDIR)/pthread-mutex.Po +! -rm -f ./$(DEPDIR)/pthread-rwlock.Po +! -rm -f ./$(DEPDIR)/pthread-thread.Po +! -rm -f ./$(DEPDIR)/pthread_mutex_timedlock.Po +! -rm -f ./$(DEPDIR)/pthread_sigmask.Po +! -rm -f ./$(DEPDIR)/putenv.Po +! -rm -f ./$(DEPDIR)/random.Po +! -rm -f ./$(DEPDIR)/random_r.Po +! -rm -f ./$(DEPDIR)/rmdir.Po +! -rm -f ./$(DEPDIR)/sched_yield.Po +! -rm -f ./$(DEPDIR)/select.Po +! -rm -f ./$(DEPDIR)/setsockopt.Po +! -rm -f ./$(DEPDIR)/signbitd.Po +! -rm -f ./$(DEPDIR)/signbitf.Po +! -rm -f ./$(DEPDIR)/signbitl.Po +! -rm -f ./$(DEPDIR)/sleep.Po +! -rm -f ./$(DEPDIR)/snprintf.Po +! -rm -f ./$(DEPDIR)/socket.Po +! -rm -f ./$(DEPDIR)/sockets.Po +! -rm -f ./$(DEPDIR)/str_startswith.Po +! -rm -f ./$(DEPDIR)/strerror_r.Po +! -rm -f ./$(DEPDIR)/symlink.Po +! -rm -f ./$(DEPDIR)/symlinkat.Po +! -rm -f ./$(DEPDIR)/sys_socket.Po +! -rm -f ./$(DEPDIR)/test-accept.Po +! -rm -f ./$(DEPDIR)/test-alignasof.Po +! -rm -f ./$(DEPDIR)/test-alloca-opt.Po +! -rm -f ./$(DEPDIR)/test-argmatch.Po +! -rm -f ./$(DEPDIR)/test-arpa_inet-h.Po +! -rm -f ./$(DEPDIR)/test-assert.Po +! -rm -f ./$(DEPDIR)/test-binary-io.Po +! -rm -f ./$(DEPDIR)/test-bind.Po +! -rm -f ./$(DEPDIR)/test-bitrotate.Po +! -rm -f ./$(DEPDIR)/test-bool.Po +! -rm -f ./$(DEPDIR)/test-btoc32.Po +! -rm -f ./$(DEPDIR)/test-btowc.Po +! -rm -f ./$(DEPDIR)/test-c-ctype.Po +! -rm -f ./$(DEPDIR)/test-c-stack.Po +! -rm -f ./$(DEPDIR)/test-c-strcasecmp.Po +! -rm -f ./$(DEPDIR)/test-c-strcasestr.Po +! -rm -f ./$(DEPDIR)/test-c-strncasecmp.Po +! -rm -f ./$(DEPDIR)/test-c32_apply_type_test.Po +! -rm -f ./$(DEPDIR)/test-c32_get_type_test.Po +! -rm -f ./$(DEPDIR)/test-c32isalnum.Po +! -rm -f ./$(DEPDIR)/test-c32isalpha.Po +! -rm -f ./$(DEPDIR)/test-c32isblank.Po +! -rm -f ./$(DEPDIR)/test-c32iscntrl.Po +! -rm -f ./$(DEPDIR)/test-c32isdigit.Po +! -rm -f ./$(DEPDIR)/test-c32isgraph.Po +! -rm -f ./$(DEPDIR)/test-c32islower.Po +! -rm -f ./$(DEPDIR)/test-c32isprint.Po +! -rm -f ./$(DEPDIR)/test-c32ispunct.Po +! -rm -f ./$(DEPDIR)/test-c32isspace.Po +! -rm -f ./$(DEPDIR)/test-c32isupper.Po +! -rm -f ./$(DEPDIR)/test-c32isxdigit.Po +! -rm -f ./$(DEPDIR)/test-c32rtomb-w32.Po +! -rm -f ./$(DEPDIR)/test-c32rtomb.Po +! -rm -f ./$(DEPDIR)/test-c32tolower.Po +! -rm -f ./$(DEPDIR)/test-c32width.Po +! -rm -f ./$(DEPDIR)/test-calloc-gnu.Po +! -rm -f ./$(DEPDIR)/test-calloc-posix.Po +! -rm -f ./$(DEPDIR)/test-chdir.Po +! -rm -f ./$(DEPDIR)/test-cloexec.Po +! -rm -f ./$(DEPDIR)/test-close.Po +! -rm -f ./$(DEPDIR)/test-connect.Po +! -rm -f ./$(DEPDIR)/test-ctype.Po +! -rm -f ./$(DEPDIR)/test-dirent-h.Po +! -rm -f ./$(DEPDIR)/test-dirfd.Po +! -rm -f ./$(DEPDIR)/test-dirname.Po +! -rm -f ./$(DEPDIR)/test-dup.Po +! -rm -f ./$(DEPDIR)/test-dup2.Po +! -rm -f ./$(DEPDIR)/test-dynarray.Po +! -rm -f ./$(DEPDIR)/test-environ.Po +! -rm -f ./$(DEPDIR)/test-errno-h.Po +! -rm -f ./$(DEPDIR)/test-error.Po +! -rm -f ./$(DEPDIR)/test-exclude.Po +! -rm -f ./$(DEPDIR)/test-fchdir.Po +! -rm -f ./$(DEPDIR)/test-fcntl-h.Po +! -rm -f ./$(DEPDIR)/test-fcntl.Po +! -rm -f ./$(DEPDIR)/test-fdopen.Po +! -rm -f ./$(DEPDIR)/test-fdopendir.Po +! -rm -f ./$(DEPDIR)/test-fgetc.Po +! -rm -f ./$(DEPDIR)/test-filenamecat.Po +! -rm -f ./$(DEPDIR)/test-float-h.Po +! -rm -f ./$(DEPDIR)/test-fnmatch-h.Po +! -rm -f ./$(DEPDIR)/test-fnmatch-w32.Po +! -rm -f ./$(DEPDIR)/test-fnmatch.Po +! -rm -f ./$(DEPDIR)/test-fopen-gnu.Po +! -rm -f ./$(DEPDIR)/test-fopen.Po +! -rm -f ./$(DEPDIR)/test-fputc.Po +! -rm -f ./$(DEPDIR)/test-fread.Po +! -rm -f ./$(DEPDIR)/test-free.Po +! -rm -f ./$(DEPDIR)/test-freopen.Po +! -rm -f ./$(DEPDIR)/test-fstat.Po +! -rm -f ./$(DEPDIR)/test-fstatat.Po +! -rm -f ./$(DEPDIR)/test-ftruncate.Po +! -rm -f ./$(DEPDIR)/test-fwrite.Po +! -rm -f ./$(DEPDIR)/test-getcwd-lgpl.Po +! -rm -f ./$(DEPDIR)/test-getdtablesize.Po +! -rm -f ./$(DEPDIR)/test-getopt-gnu.Po +! -rm -f ./$(DEPDIR)/test-getopt-posix.Po +! -rm -f ./$(DEPDIR)/test-getprogname.Po +! -rm -f ./$(DEPDIR)/test-getrandom.Po +! -rm -f ./$(DEPDIR)/test-gettext-h.Po +! -rm -f ./$(DEPDIR)/test-gettimeofday.Po +! -rm -f ./$(DEPDIR)/test-gmtime_r-mt.Po +! -rm -f ./$(DEPDIR)/test-gmtime_r.Po +! -rm -f ./$(DEPDIR)/test-hard-locale.Po +! -rm -f ./$(DEPDIR)/test-hash.Po +! -rm -f ./$(DEPDIR)/test-ignore-value.Po +! -rm -f ./$(DEPDIR)/test-inet_pton.Po +! -rm -f ./$(DEPDIR)/test-intprops.Po +! -rm -f ./$(DEPDIR)/test-inttostr.Po +! -rm -f ./$(DEPDIR)/test-inttypes-h.Po +! -rm -f ./$(DEPDIR)/test-ioctl.Po +! -rm -f ./$(DEPDIR)/test-isblank.Po +! -rm -f ./$(DEPDIR)/test-isnand-nolibm.Po +! -rm -f ./$(DEPDIR)/test-isnanf-nolibm.Po +! -rm -f ./$(DEPDIR)/test-isnanl-nolibm.Po +! -rm -f ./$(DEPDIR)/test-iswblank.Po +! -rm -f ./$(DEPDIR)/test-iswctype.Po +! -rm -f ./$(DEPDIR)/test-iswdigit.Po +! -rm -f ./$(DEPDIR)/test-iswpunct.Po +! -rm -f ./$(DEPDIR)/test-iswxdigit.Po +! -rm -f ./$(DEPDIR)/test-langinfo-h.Po +! -rm -f ./$(DEPDIR)/test-largefile.Po +! -rm -f ./$(DEPDIR)/test-limits-h.Po +! -rm -f ./$(DEPDIR)/test-listen.Po +! -rm -f ./$(DEPDIR)/test-localcharset-w32utf8.Po +! -rm -f ./$(DEPDIR)/test-localcharset.Po +! -rm -f ./$(DEPDIR)/test-locale-h.Po +! -rm -f ./$(DEPDIR)/test-localeconv.Po +! -rm -f ./$(DEPDIR)/test-localtime_r-mt.Po +! -rm -f ./$(DEPDIR)/test-localtime_r.Po +! -rm -f ./$(DEPDIR)/test-lstat.Po +! -rm -f ./$(DEPDIR)/test-malloc-gnu.Po +! -rm -f ./$(DEPDIR)/test-malloc-posix.Po +! -rm -f ./$(DEPDIR)/test-malloca.Po +! -rm -f ./$(DEPDIR)/test-math-h.Po +! -rm -f ./$(DEPDIR)/test-mbrtoc32-w32.Po +! -rm -f ./$(DEPDIR)/test-mbrtoc32.Po +! -rm -f ./$(DEPDIR)/test-mbrtowc-w32.Po +! -rm -f ./$(DEPDIR)/test-mbrtowc-w32utf8.Po +! -rm -f ./$(DEPDIR)/test-mbrtowc.Po +! -rm -f ./$(DEPDIR)/test-mbscasecmp.Po +! -rm -f ./$(DEPDIR)/test-mbsinit.Po +! -rm -f ./$(DEPDIR)/test-mbsrtoc32s.Po +! -rm -f ./$(DEPDIR)/test-mbsrtowcs.Po +! -rm -f ./$(DEPDIR)/test-mcel.Po +! -rm -f ./$(DEPDIR)/test-memchr.Po +! -rm -f ./$(DEPDIR)/test-memrchr.Po +! -rm -f ./$(DEPDIR)/test-mkdir.Po +! -rm -f ./$(DEPDIR)/test-nanosleep.Po +! -rm -f ./$(DEPDIR)/test-netinet_in-h.Po +! -rm -f ./$(DEPDIR)/test-nl_langinfo-mt.Po +! -rm -f ./$(DEPDIR)/test-nl_langinfo1.Po +! -rm -f ./$(DEPDIR)/test-nl_langinfo2.Po +! -rm -f ./$(DEPDIR)/test-nstrftime.Po +! -rm -f ./$(DEPDIR)/test-nullptr.Po +! -rm -f ./$(DEPDIR)/test-once.Po +! -rm -f ./$(DEPDIR)/test-open.Po +! -rm -f ./$(DEPDIR)/test-openat.Po +! -rm -f ./$(DEPDIR)/test-pathmax.Po +! -rm -f ./$(DEPDIR)/test-perror.Po +! -rm -f ./$(DEPDIR)/test-perror2.Po +! -rm -f ./$(DEPDIR)/test-pipe.Po +! -rm -f ./$(DEPDIR)/test-popen.Po +! -rm -f ./$(DEPDIR)/test-priv-set.Po +! -rm -f ./$(DEPDIR)/test-pselect.Po +! -rm -f ./$(DEPDIR)/test-pthread-cond.Po +! -rm -f ./$(DEPDIR)/test-pthread-mutex-type.Po +! -rm -f ./$(DEPDIR)/test-pthread-mutex.Po +! -rm -f ./$(DEPDIR)/test-pthread-once1.Po +! -rm -f ./$(DEPDIR)/test-pthread-once2.Po +! -rm -f ./$(DEPDIR)/test-pthread-rwlock.Po +! -rm -f ./$(DEPDIR)/test-pthread-thread.Po +! -rm -f ./$(DEPDIR)/test-pthread.Po +! -rm -f ./$(DEPDIR)/test-pthread_sigmask1.Po +! -rm -f ./$(DEPDIR)/test-pthread_sigmask2.Po +! -rm -f ./$(DEPDIR)/test-putenv.Po +! -rm -f ./$(DEPDIR)/test-quotearg-simple.Po +! -rm -f ./$(DEPDIR)/test-raise.Po +! -rm -f ./$(DEPDIR)/test-random-mt.Po +! -rm -f ./$(DEPDIR)/test-random.Po +! -rm -f ./$(DEPDIR)/test-random_r.Po +! -rm -f ./$(DEPDIR)/test-rawmemchr.Po +! -rm -f ./$(DEPDIR)/test-readlink.Po +! -rm -f ./$(DEPDIR)/test-readlinkat.Po +! -rm -f ./$(DEPDIR)/test-realloc-posix.Po +! -rm -f ./$(DEPDIR)/test-reallocarray.Po +! -rm -f ./$(DEPDIR)/test-regex.Po +! -rm -f ./$(DEPDIR)/test-rmdir.Po +! -rm -f ./$(DEPDIR)/test-sched-h.Po +! -rm -f ./$(DEPDIR)/test-select-fd.Po +! -rm -f ./$(DEPDIR)/test-select-stdin.Po +! -rm -f ./$(DEPDIR)/test-select.Po +! -rm -f ./$(DEPDIR)/test-setenv.Po +! -rm -f ./$(DEPDIR)/test-setlocale_null-mt-all.Po +! -rm -f ./$(DEPDIR)/test-setlocale_null-mt-one.Po +! -rm -f ./$(DEPDIR)/test-setlocale_null-unlocked.Po +! -rm -f ./$(DEPDIR)/test-setlocale_null.Po +! -rm -f ./$(DEPDIR)/test-setsockopt.Po +! -rm -f ./$(DEPDIR)/test-sh-quote.Po +! -rm -f ./$(DEPDIR)/test-sigaction.Po +! -rm -f ./$(DEPDIR)/test-signal-h.Po +! -rm -f ./$(DEPDIR)/test-signbit.Po +! -rm -f ./$(DEPDIR)/test-sigprocmask.Po +! -rm -f ./$(DEPDIR)/test-sigsegv-catch-segv1.Po +! -rm -f ./$(DEPDIR)/test-sigsegv-catch-segv2.Po +! -rm -f ./$(DEPDIR)/test-sigsegv-catch-stackoverflow1.Po +! -rm -f ./$(DEPDIR)/test-sigsegv-catch-stackoverflow2.Po +! -rm -f ./$(DEPDIR)/test-sleep.Po +! -rm -f ./$(DEPDIR)/test-snprintf.Po +! -rm -f ./$(DEPDIR)/test-sockets.Po +! -rm -f ./$(DEPDIR)/test-stat-time.Po +! -rm -f ./$(DEPDIR)/test-stat.Po +! -rm -f ./$(DEPDIR)/test-stdbit-h.Po +! -rm -f ./$(DEPDIR)/test-stdckdint-h.Po +! -rm -f ./$(DEPDIR)/test-stddef-h.Po +! -rm -f ./$(DEPDIR)/test-stdint-h.Po +! -rm -f ./$(DEPDIR)/test-stdio-h.Po +! -rm -f ./$(DEPDIR)/test-stdlib-h.Po +! -rm -f ./$(DEPDIR)/test-str_startswith.Po +! -rm -f ./$(DEPDIR)/test-strerror.Po +! -rm -f ./$(DEPDIR)/test-strerror_r.Po +! -rm -f ./$(DEPDIR)/test-string-h.Po +! -rm -f ./$(DEPDIR)/test-strings-h.Po +! -rm -f ./$(DEPDIR)/test-strnlen.Po +! -rm -f ./$(DEPDIR)/test-strtoimax.Po +! -rm -f ./$(DEPDIR)/test-strtoll.Po +! -rm -f ./$(DEPDIR)/test-symlink.Po +! -rm -f ./$(DEPDIR)/test-symlinkat.Po +! -rm -f ./$(DEPDIR)/test-sys_ioctl-h.Po +! -rm -f ./$(DEPDIR)/test-sys_random-h.Po +! -rm -f ./$(DEPDIR)/test-sys_select-h.Po +! -rm -f ./$(DEPDIR)/test-sys_socket-h.Po +! -rm -f ./$(DEPDIR)/test-sys_stat-h.Po +! -rm -f ./$(DEPDIR)/test-sys_time-h.Po +! -rm -f ./$(DEPDIR)/test-sys_types-h.Po +! -rm -f ./$(DEPDIR)/test-sys_uio-h.Po +! -rm -f ./$(DEPDIR)/test-sys_wait-h.Po +! -rm -f ./$(DEPDIR)/test-thread_create.Po +! -rm -f ./$(DEPDIR)/test-thread_self.Po +! -rm -f ./$(DEPDIR)/test-time-h.Po +! -rm -f ./$(DEPDIR)/test-time.Po +! -rm -f ./$(DEPDIR)/test-timespec.Po +! -rm -f ./$(DEPDIR)/test-timespec_get.Po +! -rm -f ./$(DEPDIR)/test-uchar-h.Po +! -rm -f ./$(DEPDIR)/test-unistd-h.Po +! -rm -f ./$(DEPDIR)/test-unlink.Po +! -rm -f ./$(DEPDIR)/test-unlinkat.Po +! -rm -f ./$(DEPDIR)/test-unsetenv.Po +! -rm -f ./$(DEPDIR)/test-vasnprintf.Po +! -rm -f ./$(DEPDIR)/test-verify-try.Po +! -rm -f ./$(DEPDIR)/test-verify.Po +! -rm -f ./$(DEPDIR)/test-version-etc.Po +! -rm -f ./$(DEPDIR)/test-wchar-h.Po +! -rm -f ./$(DEPDIR)/test-wcrtomb-w32.Po +! -rm -f ./$(DEPDIR)/test-wcrtomb.Po +! -rm -f ./$(DEPDIR)/test-wctype-h.Po +! -rm -f ./$(DEPDIR)/test-wctype.Po +! -rm -f ./$(DEPDIR)/test-wcwidth.Po +! -rm -f ./$(DEPDIR)/test-windows-mutex-type.Po +! -rm -f ./$(DEPDIR)/test-windows-recmutex-type.Po +! -rm -f ./$(DEPDIR)/test-windows-timedmutex-type.Po +! -rm -f ./$(DEPDIR)/test-windows-timedrecmutex-type.Po +! -rm -f ./$(DEPDIR)/test-wmemchr.Po +! -rm -f ./$(DEPDIR)/test-xalloc-die.Po +! -rm -f ./$(DEPDIR)/test-xstdopen.Po +! -rm -f ./$(DEPDIR)/test-xstrtoimax.Po +! -rm -f ./$(DEPDIR)/test-xstrtol.Po +! -rm -f ./$(DEPDIR)/test-xstrtoul.Po +! -rm -f ./$(DEPDIR)/test-year2038.Po +! -rm -f ./$(DEPDIR)/time.Po +! -rm -f ./$(DEPDIR)/timespec-add.Po +! -rm -f ./$(DEPDIR)/timespec-sub.Po +! -rm -f ./$(DEPDIR)/uinttostr.Po +! -rm -f ./$(DEPDIR)/umaxtostr.Po +! -rm -f ./$(DEPDIR)/unlink.Po +! -rm -f ./$(DEPDIR)/unlinkat.Po +! -rm -f ./$(DEPDIR)/unlinkdir.Po +! -rm -f ./$(DEPDIR)/vasnprintf.Po +! -rm -f ./$(DEPDIR)/vsnzprintf.Po +! -rm -f ./$(DEPDIR)/wctob.Po +! -rm -f ./$(DEPDIR)/wctomb.Po +! -rm -f ./$(DEPDIR)/windows-cond.Po +! -rm -f ./$(DEPDIR)/windows-thread.Po +! -rm -f ./$(DEPDIR)/windows-timedmutex.Po +! -rm -f ./$(DEPDIR)/windows-timedrecmutex.Po +! -rm -f ./$(DEPDIR)/windows-timedrwlock.Po +! -rm -f ./$(DEPDIR)/windows-tls.Po +! -rm -f ./$(DEPDIR)/xconcat-filename.Po +! -rm -f ./$(DEPDIR)/xgetcwd.Po +! -rm -f ./$(DEPDIR)/xsize.Po +! -rm -f ./$(DEPDIR)/xstrtol-error.Po +! -rm -f from-glibc/$(DEPDIR)/test_stdc_bit_width-tst-stdc_bit_width.Po +! -rm -f from-glibc/$(DEPDIR)/test_stdc_leading_zeros-tst-stdc_leading_zeros.Po +! -rm -f glthread/$(DEPDIR)/thread.Po +! -rm -f unicase/$(DEPDIR)/test-uc_tolower.Po +! -rm -f unictype/$(DEPDIR)/test-ctype_alnum.Po +! -rm -f unictype/$(DEPDIR)/test-ctype_alpha.Po +! -rm -f unictype/$(DEPDIR)/test-ctype_blank.Po +! -rm -f unictype/$(DEPDIR)/test-ctype_cntrl.Po +! -rm -f unictype/$(DEPDIR)/test-ctype_digit.Po +! -rm -f unictype/$(DEPDIR)/test-ctype_graph.Po +! -rm -f unictype/$(DEPDIR)/test-ctype_lower.Po +! -rm -f unictype/$(DEPDIR)/test-ctype_print.Po +! -rm -f unictype/$(DEPDIR)/test-ctype_punct.Po +! -rm -f unictype/$(DEPDIR)/test-ctype_space.Po +! -rm -f unictype/$(DEPDIR)/test-ctype_upper.Po +! -rm -f unictype/$(DEPDIR)/test-ctype_xdigit.Po +! -rm -f unistr/$(DEPDIR)/test-u32-chr.Po +! -rm -f unistr/$(DEPDIR)/test-u32-cpy.Po +! -rm -f unistr/$(DEPDIR)/test-u32-pcpy.Po +! -rm -f unistr/$(DEPDIR)/test-u32-set.Po +! -rm -f unistr/$(DEPDIR)/test-u32-strcat.Po +! -rm -f unistr/$(DEPDIR)/test-u32-strlen.Po +! -rm -f unistr/$(DEPDIR)/u32-set.Po +! -rm -f uniwidth/$(DEPDIR)/test-uc_width.Po +! -rm -f uniwidth/$(DEPDIR)/test-uc_width2.Po + -rm -f Makefile + maintainer-clean-am: distclean-am maintainer-clean-generic + +! mostlyclean: mostlyclean-recursive + +! mostlyclean-am: mostlyclean-compile mostlyclean-generic \ +! mostlyclean-local + +! pdf: pdf-recursive + + pdf-am: + +! ps: ps-recursive + + ps-am: + +! uninstall-am: uninstall-pkgdataDATA + +! .MAKE: $(am__recursive_targets) all check check-am install install-am \ +! install-exec install-strip + +! .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ +! am--depfiles check check-TESTS check-am clean \ +! clean-checkLIBRARIES clean-checkPROGRAMS clean-generic \ +! clean-local clean-noinstLIBRARIES clean-noinstPROGRAMS \ +! cscopelist-am ctags ctags-am distclean distclean-compile \ +! distclean-generic distclean-tags distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-info \ + install-info-am install-man install-pdf install-pdf-am \ +! install-pkgdataDATA install-ps install-ps-am install-strip \ +! installcheck installcheck-am installdirs installdirs-am \ +! maintainer-clean maintainer-clean-generic mostlyclean \ +! mostlyclean-compile mostlyclean-generic mostlyclean-local pdf \ +! pdf-am ps ps-am recheck tags tags-am uninstall uninstall-am \ +! uninstall-pkgdataDATA + + .PRECIOUS: Makefile + + +! # We need the following in order to create when the system +! # doesn't have one. +! arpa/inet.h: arpa_inet.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H) +! $(AM_V_GEN)$(MKDIR_P) 'arpa' +! $(AM_V_at)$(SED_HEADER_STDOUT) \ +! -e 's|@''GUARD_PREFIX''@|GL|g' \ +! -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ +! -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ +! -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ +! -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \ +! -e 's|@''NEXT_ARPA_INET_H''@|$(NEXT_ARPA_INET_H)|g' \ +! -e 's|@''HAVE_ARPA_INET_H''@|$(HAVE_ARPA_INET_H)|g' \ +! -e 's/@''GNULIB_INET_NTOP''@/$(GL_GNULIB_INET_NTOP)/g' \ +! -e 's/@''GNULIB_INET_PTON''@/$(GL_GNULIB_INET_PTON)/g' \ +! -e 's|@''HAVE_WS2TCPIP_H''@|$(HAVE_WS2TCPIP_H)|g' \ +! -e 's|@''HAVE_DECL_HTONL''@|$(HAVE_DECL_HTONL)|g' \ +! -e 's|@''HAVE_DECL_HTONS''@|$(HAVE_DECL_HTONS)|g' \ +! -e 's|@''HAVE_DECL_INET_NTOP''@|$(HAVE_DECL_INET_NTOP)|g' \ +! -e 's|@''HAVE_DECL_INET_PTON''@|$(HAVE_DECL_INET_PTON)|g' \ +! -e 's|@''HAVE_DECL_NTOHL''@|$(HAVE_DECL_NTOHL)|g' \ +! -e 's|@''HAVE_DECL_NTOHS''@|$(HAVE_DECL_NTOHS)|g' \ +! -e 's|@''REPLACE_INET_NTOP''@|$(REPLACE_INET_NTOP)|g' \ +! -e 's|@''REPLACE_INET_PTON''@|$(REPLACE_INET_PTON)|g' \ +! -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ +! -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ +! -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ +! $(srcdir)/arpa_inet.in.h > $@-t +! $(AM_V_at)mv $@-t $@ +! +! # We need the following in order to create when the system +! # doesn't have one that works with the given compiler. +! @GL_GENERATE_FLOAT_H_TRUE@float.h: float.in.h $(top_builddir)/config.status +! @GL_GENERATE_FLOAT_H_TRUE@ $(gl_V_at)$(SED_HEADER_STDOUT) \ +! @GL_GENERATE_FLOAT_H_TRUE@ -e 's|@''GUARD_PREFIX''@|GL|g' \ +! @GL_GENERATE_FLOAT_H_TRUE@ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ +! @GL_GENERATE_FLOAT_H_TRUE@ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ +! @GL_GENERATE_FLOAT_H_TRUE@ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ +! @GL_GENERATE_FLOAT_H_TRUE@ -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \ +! @GL_GENERATE_FLOAT_H_TRUE@ -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \ +! @GL_GENERATE_FLOAT_H_TRUE@ $(srcdir)/float.in.h > $@-t +! @GL_GENERATE_FLOAT_H_TRUE@ $(AM_V_at)mv $@-t $@ +! @GL_GENERATE_FLOAT_H_FALSE@float.h: $(top_builddir)/config.status +! @GL_GENERATE_FLOAT_H_FALSE@ rm -f $@ +! @OS_IS_NATIVE_WINDOWS_TRUE@test-localcharset-windows-utf8.res : $(srcdir)/windows-utf8.rc +! @OS_IS_NATIVE_WINDOWS_TRUE@ $(WINDRES) -i $(srcdir)/windows-utf8.rc -o test-localcharset-windows-utf8.res --output-format=coff +! +! # We need the following in order to create when the system +! # doesn't have one that works with the given compiler. +! math.h: math.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) +! $(gl_V_at)$(SED_HEADER_STDOUT) \ +! -e 's|@''GUARD_PREFIX''@|GL|g' \ +! -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|$(INCLUDE_NEXT_AS_FIRST_DIRECTIVE)|g' \ +! -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ +! -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ +! -e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@|$(NEXT_AS_FIRST_DIRECTIVE_MATH_H)|g' \ +! -e 's/@''GNULIB_ACOSF''@/$(GL_GNULIB_ACOSF)/g' \ +! -e 's/@''GNULIB_ACOSL''@/$(GL_GNULIB_ACOSL)/g' \ +! -e 's/@''GNULIB_ASINF''@/$(GL_GNULIB_ASINF)/g' \ +! -e 's/@''GNULIB_ASINL''@/$(GL_GNULIB_ASINL)/g' \ +! -e 's/@''GNULIB_ATANF''@/$(GL_GNULIB_ATANF)/g' \ +! -e 's/@''GNULIB_ATANL''@/$(GL_GNULIB_ATANL)/g' \ +! -e 's/@''GNULIB_ATAN2F''@/$(GL_GNULIB_ATAN2F)/g' \ +! -e 's/@''GNULIB_CBRT''@/$(GL_GNULIB_CBRT)/g' \ +! -e 's/@''GNULIB_CBRTF''@/$(GL_GNULIB_CBRTF)/g' \ +! -e 's/@''GNULIB_CBRTL''@/$(GL_GNULIB_CBRTL)/g' \ +! -e 's/@''GNULIB_CEIL''@/$(GL_GNULIB_CEIL)/g' \ +! -e 's/@''GNULIB_CEILF''@/$(GL_GNULIB_CEILF)/g' \ +! -e 's/@''GNULIB_CEILL''@/$(GL_GNULIB_CEILL)/g' \ +! -e 's/@''GNULIB_COPYSIGN''@/$(GL_GNULIB_COPYSIGN)/g' \ +! -e 's/@''GNULIB_COPYSIGNF''@/$(GL_GNULIB_COPYSIGNF)/g' \ +! -e 's/@''GNULIB_COPYSIGNL''@/$(GL_GNULIB_COPYSIGNL)/g' \ +! -e 's/@''GNULIB_COSF''@/$(GL_GNULIB_COSF)/g' \ +! -e 's/@''GNULIB_COSL''@/$(GL_GNULIB_COSL)/g' \ +! -e 's/@''GNULIB_COSHF''@/$(GL_GNULIB_COSHF)/g' \ +! -e 's/@''GNULIB_EXPF''@/$(GL_GNULIB_EXPF)/g' \ +! -e 's/@''GNULIB_EXPL''@/$(GL_GNULIB_EXPL)/g' \ +! -e 's/@''GNULIB_EXP2''@/$(GL_GNULIB_EXP2)/g' \ +! -e 's/@''GNULIB_EXP2F''@/$(GL_GNULIB_EXP2F)/g' \ +! -e 's/@''GNULIB_EXP2L''@/$(GL_GNULIB_EXP2L)/g' \ +! -e 's/@''GNULIB_EXPM1''@/$(GL_GNULIB_EXPM1)/g' \ +! -e 's/@''GNULIB_EXPM1F''@/$(GL_GNULIB_EXPM1F)/g' \ +! -e 's/@''GNULIB_EXPM1L''@/$(GL_GNULIB_EXPM1L)/g' \ +! -e 's/@''GNULIB_FABSF''@/$(GL_GNULIB_FABSF)/g' \ +! -e 's/@''GNULIB_FABSL''@/$(GL_GNULIB_FABSL)/g' \ +! -e 's/@''GNULIB_FLOOR''@/$(GL_GNULIB_FLOOR)/g' \ +! -e 's/@''GNULIB_FLOORF''@/$(GL_GNULIB_FLOORF)/g' \ +! -e 's/@''GNULIB_FLOORL''@/$(GL_GNULIB_FLOORL)/g' \ +! -e 's/@''GNULIB_FMA''@/$(GL_GNULIB_FMA)/g' \ +! -e 's/@''GNULIB_FMAF''@/$(GL_GNULIB_FMAF)/g' \ +! -e 's/@''GNULIB_FMAL''@/$(GL_GNULIB_FMAL)/g' \ +! -e 's/@''GNULIB_FMOD''@/$(GL_GNULIB_FMOD)/g' \ +! -e 's/@''GNULIB_FMODF''@/$(GL_GNULIB_FMODF)/g' \ +! -e 's/@''GNULIB_FMODL''@/$(GL_GNULIB_FMODL)/g' \ +! -e 's/@''GNULIB_FREXPF''@/$(GL_GNULIB_FREXPF)/g' \ +! -e 's/@''GNULIB_FREXP''@/$(GL_GNULIB_FREXP)/g' \ +! -e 's/@''GNULIB_FREXPL''@/$(GL_GNULIB_FREXPL)/g' \ +! -e 's/@''GNULIB_GETPAYLOAD''@/$(GL_GNULIB_GETPAYLOAD)/g' \ +! -e 's/@''GNULIB_GETPAYLOADF''@/$(GL_GNULIB_GETPAYLOADF)/g' \ +! -e 's/@''GNULIB_GETPAYLOADL''@/$(GL_GNULIB_GETPAYLOADL)/g' \ +! -e 's/@''GNULIB_HYPOT''@/$(GL_GNULIB_HYPOT)/g' \ +! -e 's/@''GNULIB_HYPOTF''@/$(GL_GNULIB_HYPOTF)/g' \ +! -e 's/@''GNULIB_HYPOTL''@/$(GL_GNULIB_HYPOTL)/g' \ +! < $(srcdir)/math.in.h > $@-t1 +! $(AM_V_at)sed \ +! -e 's/@''GNULIB_ILOGB''@/$(GL_GNULIB_ILOGB)/g' \ +! -e 's/@''GNULIB_ILOGBF''@/$(GL_GNULIB_ILOGBF)/g' \ +! -e 's/@''GNULIB_ILOGBL''@/$(GL_GNULIB_ILOGBL)/g' \ +! -e 's/@''GNULIB_ISFINITE''@/$(GL_GNULIB_ISFINITE)/g' \ +! -e 's/@''GNULIB_ISINF''@/$(GL_GNULIB_ISINF)/g' \ +! -e 's/@''GNULIB_ISNAN''@/$(GL_GNULIB_ISNAN)/g' \ +! -e 's/@''GNULIB_ISNANF''@/$(GL_GNULIB_ISNANF)/g' \ +! -e 's/@''GNULIB_ISNAND''@/$(GL_GNULIB_ISNAND)/g' \ +! -e 's/@''GNULIB_ISNANL''@/$(GL_GNULIB_ISNANL)/g' \ +! -e 's/@''GNULIB_LDEXP''@/$(GL_GNULIB_LDEXP)/g' \ +! -e 's/@''GNULIB_LDEXPF''@/$(GL_GNULIB_LDEXPF)/g' \ +! -e 's/@''GNULIB_LDEXPL''@/$(GL_GNULIB_LDEXPL)/g' \ +! -e 's/@''GNULIB_LOG''@/$(GL_GNULIB_LOG)/g' \ +! -e 's/@''GNULIB_LOGF''@/$(GL_GNULIB_LOGF)/g' \ +! -e 's/@''GNULIB_LOGL''@/$(GL_GNULIB_LOGL)/g' \ +! -e 's/@''GNULIB_LOG10''@/$(GL_GNULIB_LOG10)/g' \ +! -e 's/@''GNULIB_LOG10F''@/$(GL_GNULIB_LOG10F)/g' \ +! -e 's/@''GNULIB_LOG10L''@/$(GL_GNULIB_LOG10L)/g' \ +! -e 's/@''GNULIB_LOG1P''@/$(GL_GNULIB_LOG1P)/g' \ +! -e 's/@''GNULIB_LOG1PF''@/$(GL_GNULIB_LOG1PF)/g' \ +! -e 's/@''GNULIB_LOG1PL''@/$(GL_GNULIB_LOG1PL)/g' \ +! -e 's/@''GNULIB_LOG2''@/$(GL_GNULIB_LOG2)/g' \ +! -e 's/@''GNULIB_LOG2F''@/$(GL_GNULIB_LOG2F)/g' \ +! -e 's/@''GNULIB_LOG2L''@/$(GL_GNULIB_LOG2L)/g' \ +! -e 's/@''GNULIB_LOGB''@/$(GL_GNULIB_LOGB)/g' \ +! -e 's/@''GNULIB_LOGBF''@/$(GL_GNULIB_LOGBF)/g' \ +! -e 's/@''GNULIB_LOGBL''@/$(GL_GNULIB_LOGBL)/g' \ +! -e 's/@''GNULIB_LOGP1''@/$(GL_GNULIB_LOGP1)/g' \ +! -e 's/@''GNULIB_LOGP1F''@/$(GL_GNULIB_LOGP1F)/g' \ +! -e 's/@''GNULIB_LOGP1L''@/$(GL_GNULIB_LOGP1L)/g' \ +! -e 's/@''GNULIB_MODF''@/$(GL_GNULIB_MODF)/g' \ +! -e 's/@''GNULIB_MODFF''@/$(GL_GNULIB_MODFF)/g' \ +! -e 's/@''GNULIB_MODFL''@/$(GL_GNULIB_MODFL)/g' \ +! -e 's/@''GNULIB_POWF''@/$(GL_GNULIB_POWF)/g' \ +! -e 's/@''GNULIB_REMAINDER''@/$(GL_GNULIB_REMAINDER)/g' \ +! -e 's/@''GNULIB_REMAINDERF''@/$(GL_GNULIB_REMAINDERF)/g' \ +! -e 's/@''GNULIB_REMAINDERL''@/$(GL_GNULIB_REMAINDERL)/g' \ +! -e 's/@''GNULIB_RINT''@/$(GL_GNULIB_RINT)/g' \ +! -e 's/@''GNULIB_RINTF''@/$(GL_GNULIB_RINTF)/g' \ +! -e 's/@''GNULIB_RINTL''@/$(GL_GNULIB_RINTL)/g' \ +! -e 's/@''GNULIB_ROUND''@/$(GL_GNULIB_ROUND)/g' \ +! -e 's/@''GNULIB_ROUNDF''@/$(GL_GNULIB_ROUNDF)/g' \ +! -e 's/@''GNULIB_ROUNDL''@/$(GL_GNULIB_ROUNDL)/g' \ +! -e 's/@''GNULIB_SETPAYLOAD''@/$(GL_GNULIB_SETPAYLOAD)/g' \ +! -e 's/@''GNULIB_SETPAYLOADF''@/$(GL_GNULIB_SETPAYLOADF)/g' \ +! -e 's/@''GNULIB_SETPAYLOADL''@/$(GL_GNULIB_SETPAYLOADL)/g' \ +! -e 's/@''GNULIB_SETPAYLOADSIG''@/$(GL_GNULIB_SETPAYLOADSIG)/g' \ +! -e 's/@''GNULIB_SETPAYLOADSIGF''@/$(GL_GNULIB_SETPAYLOADSIGF)/g' \ +! -e 's/@''GNULIB_SETPAYLOADSIGL''@/$(GL_GNULIB_SETPAYLOADSIGL)/g' \ +! -e 's/@''GNULIB_SIGNBIT''@/$(GL_GNULIB_SIGNBIT)/g' \ +! -e 's/@''GNULIB_SINF''@/$(GL_GNULIB_SINF)/g' \ +! -e 's/@''GNULIB_SINL''@/$(GL_GNULIB_SINL)/g' \ +! -e 's/@''GNULIB_SINHF''@/$(GL_GNULIB_SINHF)/g' \ +! -e 's/@''GNULIB_SQRTF''@/$(GL_GNULIB_SQRTF)/g' \ +! -e 's/@''GNULIB_SQRTL''@/$(GL_GNULIB_SQRTL)/g' \ +! -e 's/@''GNULIB_TANF''@/$(GL_GNULIB_TANF)/g' \ +! -e 's/@''GNULIB_TANL''@/$(GL_GNULIB_TANL)/g' \ +! -e 's/@''GNULIB_TANHF''@/$(GL_GNULIB_TANHF)/g' \ +! -e 's/@''GNULIB_TRUNC''@/$(GL_GNULIB_TRUNC)/g' \ +! -e 's/@''GNULIB_TRUNCF''@/$(GL_GNULIB_TRUNCF)/g' \ +! -e 's/@''GNULIB_TRUNCL''@/$(GL_GNULIB_TRUNCL)/g' \ +! -e 's/@''GNULIB_TOTALORDER''@/$(GL_GNULIB_TOTALORDER)/g' \ +! -e 's/@''GNULIB_TOTALORDERF''@/$(GL_GNULIB_TOTALORDERF)/g' \ +! -e 's/@''GNULIB_TOTALORDERL''@/$(GL_GNULIB_TOTALORDERL)/g' \ +! -e 's/@''GNULIB_TOTALORDERMAG''@/$(GL_GNULIB_TOTALORDERMAG)/g' \ +! -e 's/@''GNULIB_TOTALORDERMAGF''@/$(GL_GNULIB_TOTALORDERMAGF)/g' \ +! -e 's/@''GNULIB_TOTALORDERMAGL''@/$(GL_GNULIB_TOTALORDERMAGL)/g' \ +! -e 's/@''GNULIB_MDA_J0''@/$(GL_GNULIB_MDA_J0)/g' \ +! -e 's/@''GNULIB_MDA_J1''@/$(GL_GNULIB_MDA_J1)/g' \ +! -e 's/@''GNULIB_MDA_JN''@/$(GL_GNULIB_MDA_JN)/g' \ +! -e 's/@''GNULIB_MDA_Y0''@/$(GL_GNULIB_MDA_Y0)/g' \ +! -e 's/@''GNULIB_MDA_Y1''@/$(GL_GNULIB_MDA_Y1)/g' \ +! -e 's/@''GNULIB_MDA_YN''@/$(GL_GNULIB_MDA_YN)/g' \ +! < $@-t1 > $@-t2 +! $(AM_V_at)sed \ +! -e 's|@''HAVE_ACOSF''@|$(HAVE_ACOSF)|g' \ +! -e 's|@''HAVE_ACOSL''@|$(HAVE_ACOSL)|g' \ +! -e 's|@''HAVE_ASINF''@|$(HAVE_ASINF)|g' \ +! -e 's|@''HAVE_ASINL''@|$(HAVE_ASINL)|g' \ +! -e 's|@''HAVE_ATANF''@|$(HAVE_ATANF)|g' \ +! -e 's|@''HAVE_ATANL''@|$(HAVE_ATANL)|g' \ +! -e 's|@''HAVE_ATAN2F''@|$(HAVE_ATAN2F)|g' \ +! -e 's|@''HAVE_CBRT''@|$(HAVE_CBRT)|g' \ +! -e 's|@''HAVE_CBRTF''@|$(HAVE_CBRTF)|g' \ +! -e 's|@''HAVE_CBRTL''@|$(HAVE_CBRTL)|g' \ +! -e 's|@''HAVE_COPYSIGN''@|$(HAVE_COPYSIGN)|g' \ +! -e 's|@''HAVE_COPYSIGNL''@|$(HAVE_COPYSIGNL)|g' \ +! -e 's|@''HAVE_COSF''@|$(HAVE_COSF)|g' \ +! -e 's|@''HAVE_COSL''@|$(HAVE_COSL)|g' \ +! -e 's|@''HAVE_COSHF''@|$(HAVE_COSHF)|g' \ +! -e 's|@''HAVE_EXPF''@|$(HAVE_EXPF)|g' \ +! -e 's|@''HAVE_EXPL''@|$(HAVE_EXPL)|g' \ +! -e 's|@''HAVE_EXPM1''@|$(HAVE_EXPM1)|g' \ +! -e 's|@''HAVE_EXPM1F''@|$(HAVE_EXPM1F)|g' \ +! -e 's|@''HAVE_FABSF''@|$(HAVE_FABSF)|g' \ +! -e 's|@''HAVE_FABSL''@|$(HAVE_FABSL)|g' \ +! -e 's|@''HAVE_FMA''@|$(HAVE_FMA)|g' \ +! -e 's|@''HAVE_FMAF''@|$(HAVE_FMAF)|g' \ +! -e 's|@''HAVE_FMAL''@|$(HAVE_FMAL)|g' \ +! -e 's|@''HAVE_FMODF''@|$(HAVE_FMODF)|g' \ +! -e 's|@''HAVE_FMODL''@|$(HAVE_FMODL)|g' \ +! -e 's|@''HAVE_FREXPF''@|$(HAVE_FREXPF)|g' \ +! -e 's|@''HAVE_GETPAYLOAD''@|$(HAVE_GETPAYLOAD)|g' \ +! -e 's|@''HAVE_GETPAYLOADF''@|$(HAVE_GETPAYLOADF)|g' \ +! -e 's|@''HAVE_GETPAYLOADL''@|$(HAVE_GETPAYLOADL)|g' \ +! -e 's|@''HAVE_HYPOTF''@|$(HAVE_HYPOTF)|g' \ +! -e 's|@''HAVE_HYPOTL''@|$(HAVE_HYPOTL)|g' \ +! -e 's|@''HAVE_ILOGB''@|$(HAVE_ILOGB)|g' \ +! -e 's|@''HAVE_ILOGBF''@|$(HAVE_ILOGBF)|g' \ +! -e 's|@''HAVE_ILOGBL''@|$(HAVE_ILOGBL)|g' \ +! -e 's|@''HAVE_ISNANF''@|$(HAVE_ISNANF)|g' \ +! -e 's|@''HAVE_ISNAND''@|$(HAVE_ISNAND)|g' \ +! -e 's|@''HAVE_ISNANL''@|$(HAVE_ISNANL)|g' \ +! -e 's|@''HAVE_LDEXPF''@|$(HAVE_LDEXPF)|g' \ +! -e 's|@''HAVE_LOGF''@|$(HAVE_LOGF)|g' \ +! -e 's|@''HAVE_LOGL''@|$(HAVE_LOGL)|g' \ +! -e 's|@''HAVE_LOG10F''@|$(HAVE_LOG10F)|g' \ +! -e 's|@''HAVE_LOG10L''@|$(HAVE_LOG10L)|g' \ +! -e 's|@''HAVE_LOG1P''@|$(HAVE_LOG1P)|g' \ +! -e 's|@''HAVE_LOG1PF''@|$(HAVE_LOG1PF)|g' \ +! -e 's|@''HAVE_LOG1PL''@|$(HAVE_LOG1PL)|g' \ +! -e 's|@''HAVE_LOGBF''@|$(HAVE_LOGBF)|g' \ +! -e 's|@''HAVE_LOGBL''@|$(HAVE_LOGBL)|g' \ +! -e 's|@''HAVE_LOGP1''@|$(HAVE_LOGP1)|g' \ +! -e 's|@''HAVE_LOGP1F''@|$(HAVE_LOGP1F)|g' \ +! -e 's|@''HAVE_LOGP1L''@|$(HAVE_LOGP1L)|g' \ +! -e 's|@''HAVE_MODFF''@|$(HAVE_MODFF)|g' \ +! -e 's|@''HAVE_MODFL''@|$(HAVE_MODFL)|g' \ +! -e 's|@''HAVE_POWF''@|$(HAVE_POWF)|g' \ +! -e 's|@''HAVE_REMAINDER''@|$(HAVE_REMAINDER)|g' \ +! -e 's|@''HAVE_REMAINDERF''@|$(HAVE_REMAINDERF)|g' \ +! -e 's|@''HAVE_RINT''@|$(HAVE_RINT)|g' \ +! -e 's|@''HAVE_RINTL''@|$(HAVE_RINTL)|g' \ +! -e 's|@''HAVE_SETPAYLOAD''@|$(HAVE_SETPAYLOAD)|g' \ +! -e 's|@''HAVE_SETPAYLOADF''@|$(HAVE_SETPAYLOADF)|g' \ +! -e 's|@''HAVE_SETPAYLOADL''@|$(HAVE_SETPAYLOADL)|g' \ +! -e 's|@''HAVE_SETPAYLOADSIG''@|$(HAVE_SETPAYLOADSIG)|g' \ +! -e 's|@''HAVE_SETPAYLOADSIGF''@|$(HAVE_SETPAYLOADSIGF)|g' \ +! -e 's|@''HAVE_SETPAYLOADSIGL''@|$(HAVE_SETPAYLOADSIGL)|g' \ +! -e 's|@''HAVE_SINF''@|$(HAVE_SINF)|g' \ +! -e 's|@''HAVE_SINL''@|$(HAVE_SINL)|g' \ +! -e 's|@''HAVE_SINHF''@|$(HAVE_SINHF)|g' \ +! -e 's|@''HAVE_SQRTF''@|$(HAVE_SQRTF)|g' \ +! -e 's|@''HAVE_SQRTL''@|$(HAVE_SQRTL)|g' \ +! -e 's|@''HAVE_TANF''@|$(HAVE_TANF)|g' \ +! -e 's|@''HAVE_TANL''@|$(HAVE_TANL)|g' \ +! -e 's|@''HAVE_TANHF''@|$(HAVE_TANHF)|g' \ +! -e 's|@''HAVE_TOTALORDER''@|$(HAVE_TOTALORDER)|g' \ +! -e 's|@''HAVE_TOTALORDERF''@|$(HAVE_TOTALORDERF)|g' \ +! -e 's|@''HAVE_TOTALORDERL''@|$(HAVE_TOTALORDERL)|g' \ +! -e 's|@''HAVE_TOTALORDERMAG''@|$(HAVE_TOTALORDERMAG)|g' \ +! -e 's|@''HAVE_TOTALORDERMAGF''@|$(HAVE_TOTALORDERMAGF)|g' \ +! -e 's|@''HAVE_TOTALORDERMAGL''@|$(HAVE_TOTALORDERMAGL)|g' \ +! < $@-t2 > $@-t3 +! $(AM_V_at)sed \ +! -e 's|@''HAVE_DECL_ACOSL''@|$(HAVE_DECL_ACOSL)|g' \ +! -e 's|@''HAVE_DECL_ASINL''@|$(HAVE_DECL_ASINL)|g' \ +! -e 's|@''HAVE_DECL_ATANL''@|$(HAVE_DECL_ATANL)|g' \ +! -e 's|@''HAVE_DECL_CBRTF''@|$(HAVE_DECL_CBRTF)|g' \ +! -e 's|@''HAVE_DECL_CBRTL''@|$(HAVE_DECL_CBRTL)|g' \ +! -e 's|@''HAVE_DECL_CEILF''@|$(HAVE_DECL_CEILF)|g' \ +! -e 's|@''HAVE_DECL_CEILL''@|$(HAVE_DECL_CEILL)|g' \ +! -e 's|@''HAVE_DECL_COPYSIGNF''@|$(HAVE_DECL_COPYSIGNF)|g' \ +! -e 's|@''HAVE_DECL_COSL''@|$(HAVE_DECL_COSL)|g' \ +! -e 's|@''HAVE_DECL_EXPL''@|$(HAVE_DECL_EXPL)|g' \ +! -e 's|@''HAVE_DECL_EXP2''@|$(HAVE_DECL_EXP2)|g' \ +! -e 's|@''HAVE_DECL_EXP2F''@|$(HAVE_DECL_EXP2F)|g' \ +! -e 's|@''HAVE_DECL_EXP2L''@|$(HAVE_DECL_EXP2L)|g' \ +! -e 's|@''HAVE_DECL_EXPM1L''@|$(HAVE_DECL_EXPM1L)|g' \ +! -e 's|@''HAVE_DECL_FLOORF''@|$(HAVE_DECL_FLOORF)|g' \ +! -e 's|@''HAVE_DECL_FLOORL''@|$(HAVE_DECL_FLOORL)|g' \ +! -e 's|@''HAVE_DECL_FREXPL''@|$(HAVE_DECL_FREXPL)|g' \ +! -e 's|@''HAVE_DECL_LDEXPL''@|$(HAVE_DECL_LDEXPL)|g' \ +! -e 's|@''HAVE_DECL_LOGL''@|$(HAVE_DECL_LOGL)|g' \ +! -e 's|@''HAVE_DECL_LOG10L''@|$(HAVE_DECL_LOG10L)|g' \ +! -e 's|@''HAVE_DECL_LOG2''@|$(HAVE_DECL_LOG2)|g' \ +! -e 's|@''HAVE_DECL_LOG2F''@|$(HAVE_DECL_LOG2F)|g' \ +! -e 's|@''HAVE_DECL_LOG2L''@|$(HAVE_DECL_LOG2L)|g' \ +! -e 's|@''HAVE_DECL_LOGB''@|$(HAVE_DECL_LOGB)|g' \ +! -e 's|@''HAVE_DECL_REMAINDER''@|$(HAVE_DECL_REMAINDER)|g' \ +! -e 's|@''HAVE_DECL_REMAINDERL''@|$(HAVE_DECL_REMAINDERL)|g' \ +! -e 's|@''HAVE_DECL_RINTF''@|$(HAVE_DECL_RINTF)|g' \ +! -e 's|@''HAVE_DECL_ROUND''@|$(HAVE_DECL_ROUND)|g' \ +! -e 's|@''HAVE_DECL_ROUNDF''@|$(HAVE_DECL_ROUNDF)|g' \ +! -e 's|@''HAVE_DECL_ROUNDL''@|$(HAVE_DECL_ROUNDL)|g' \ +! -e 's|@''HAVE_DECL_SINL''@|$(HAVE_DECL_SINL)|g' \ +! -e 's|@''HAVE_DECL_SQRTL''@|$(HAVE_DECL_SQRTL)|g' \ +! -e 's|@''HAVE_DECL_TANL''@|$(HAVE_DECL_TANL)|g' \ +! -e 's|@''HAVE_DECL_TRUNC''@|$(HAVE_DECL_TRUNC)|g' \ +! -e 's|@''HAVE_DECL_TRUNCF''@|$(HAVE_DECL_TRUNCF)|g' \ +! -e 's|@''HAVE_DECL_TRUNCL''@|$(HAVE_DECL_TRUNCL)|g' \ +! < $@-t3 > $@-t4 +! $(AM_V_at)sed \ +! -e 's|@''REPLACE_ACOSF''@|$(REPLACE_ACOSF)|g' \ +! -e 's|@''REPLACE_ASINF''@|$(REPLACE_ASINF)|g' \ +! -e 's|@''REPLACE_ATANF''@|$(REPLACE_ATANF)|g' \ +! -e 's|@''REPLACE_ATAN2F''@|$(REPLACE_ATAN2F)|g' \ +! -e 's|@''REPLACE_CBRTF''@|$(REPLACE_CBRTF)|g' \ +! -e 's|@''REPLACE_CBRTL''@|$(REPLACE_CBRTL)|g' \ +! -e 's|@''REPLACE_CEIL''@|$(REPLACE_CEIL)|g' \ +! -e 's|@''REPLACE_CEILF''@|$(REPLACE_CEILF)|g' \ +! -e 's|@''REPLACE_CEILL''@|$(REPLACE_CEILL)|g' \ +! -e 's|@''REPLACE_COSF''@|$(REPLACE_COSF)|g' \ +! -e 's|@''REPLACE_COSHF''@|$(REPLACE_COSHF)|g' \ +! -e 's|@''REPLACE_EXPF''@|$(REPLACE_EXPF)|g' \ +! -e 's|@''REPLACE_EXPL''@|$(REPLACE_EXPL)|g' \ +! -e 's|@''REPLACE_EXPM1''@|$(REPLACE_EXPM1)|g' \ +! -e 's|@''REPLACE_EXPM1F''@|$(REPLACE_EXPM1F)|g' \ +! -e 's|@''REPLACE_EXPM1L''@|$(REPLACE_EXPM1L)|g' \ +! -e 's|@''REPLACE_EXP2''@|$(REPLACE_EXP2)|g' \ +! -e 's|@''REPLACE_EXP2L''@|$(REPLACE_EXP2L)|g' \ +! -e 's|@''REPLACE_FABSL''@|$(REPLACE_FABSL)|g' \ +! -e 's|@''REPLACE_FLOOR''@|$(REPLACE_FLOOR)|g' \ +! -e 's|@''REPLACE_FLOORF''@|$(REPLACE_FLOORF)|g' \ +! -e 's|@''REPLACE_FLOORL''@|$(REPLACE_FLOORL)|g' \ +! -e 's|@''REPLACE_FMA''@|$(REPLACE_FMA)|g' \ +! -e 's|@''REPLACE_FMAF''@|$(REPLACE_FMAF)|g' \ +! -e 's|@''REPLACE_FMAL''@|$(REPLACE_FMAL)|g' \ +! -e 's|@''REPLACE_FMOD''@|$(REPLACE_FMOD)|g' \ +! -e 's|@''REPLACE_FMODF''@|$(REPLACE_FMODF)|g' \ +! -e 's|@''REPLACE_FMODL''@|$(REPLACE_FMODL)|g' \ +! -e 's|@''REPLACE_FREXPF''@|$(REPLACE_FREXPF)|g' \ +! -e 's|@''REPLACE_FREXP''@|$(REPLACE_FREXP)|g' \ +! -e 's|@''REPLACE_FREXPL''@|$(REPLACE_FREXPL)|g' \ +! -e 's|@''REPLACE_GETPAYLOAD''@|$(REPLACE_GETPAYLOAD)|g' \ +! -e 's|@''REPLACE_GETPAYLOADF''@|$(REPLACE_GETPAYLOADF)|g' \ +! -e 's|@''REPLACE_GETPAYLOADL''@|$(REPLACE_GETPAYLOADL)|g' \ +! -e 's|@''REPLACE_HUGE_VAL''@|$(REPLACE_HUGE_VAL)|g' \ +! -e 's|@''REPLACE_HYPOT''@|$(REPLACE_HYPOT)|g' \ +! -e 's|@''REPLACE_HYPOTF''@|$(REPLACE_HYPOTF)|g' \ +! -e 's|@''REPLACE_HYPOTL''@|$(REPLACE_HYPOTL)|g' \ +! -e 's|@''REPLACE_ILOGB''@|$(REPLACE_ILOGB)|g' \ +! -e 's|@''REPLACE_ILOGBF''@|$(REPLACE_ILOGBF)|g' \ +! -e 's|@''REPLACE_ILOGBL''@|$(REPLACE_ILOGBL)|g' \ +! -e 's|@''REPLACE_ISFINITE''@|$(REPLACE_ISFINITE)|g' \ +! -e 's|@''REPLACE_ISINF''@|$(REPLACE_ISINF)|g' \ +! -e 's|@''REPLACE_ISNAN''@|$(REPLACE_ISNAN)|g' \ +! -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \ +! < $@-t4 > $@-t5 +! $(AM_V_at)sed \ +! -e 's|@''REPLACE_LDEXP''@|$(REPLACE_LDEXP)|g' \ +! -e 's|@''REPLACE_LDEXPL''@|$(REPLACE_LDEXPL)|g' \ +! -e 's|@''REPLACE_LOG''@|$(REPLACE_LOG)|g' \ +! -e 's|@''REPLACE_LOGF''@|$(REPLACE_LOGF)|g' \ +! -e 's|@''REPLACE_LOGL''@|$(REPLACE_LOGL)|g' \ +! -e 's|@''REPLACE_LOG10''@|$(REPLACE_LOG10)|g' \ +! -e 's|@''REPLACE_LOG10F''@|$(REPLACE_LOG10F)|g' \ +! -e 's|@''REPLACE_LOG10L''@|$(REPLACE_LOG10L)|g' \ +! -e 's|@''REPLACE_LOG1P''@|$(REPLACE_LOG1P)|g' \ +! -e 's|@''REPLACE_LOG1PF''@|$(REPLACE_LOG1PF)|g' \ +! -e 's|@''REPLACE_LOG1PL''@|$(REPLACE_LOG1PL)|g' \ +! -e 's|@''REPLACE_LOG2''@|$(REPLACE_LOG2)|g' \ +! -e 's|@''REPLACE_LOG2F''@|$(REPLACE_LOG2F)|g' \ +! -e 's|@''REPLACE_LOG2L''@|$(REPLACE_LOG2L)|g' \ +! -e 's|@''REPLACE_LOGB''@|$(REPLACE_LOGB)|g' \ +! -e 's|@''REPLACE_LOGBF''@|$(REPLACE_LOGBF)|g' \ +! -e 's|@''REPLACE_LOGBL''@|$(REPLACE_LOGBL)|g' \ +! -e 's|@''REPLACE_MODF''@|$(REPLACE_MODF)|g' \ +! -e 's|@''REPLACE_MODFF''@|$(REPLACE_MODFF)|g' \ +! -e 's|@''REPLACE_MODFL''@|$(REPLACE_MODFL)|g' \ +! -e 's|@''REPLACE_NAN''@|$(REPLACE_NAN)|g' \ +! -e 's|@''REPLACE_REMAINDER''@|$(REPLACE_REMAINDER)|g' \ +! -e 's|@''REPLACE_REMAINDERF''@|$(REPLACE_REMAINDERF)|g' \ +! -e 's|@''REPLACE_REMAINDERL''@|$(REPLACE_REMAINDERL)|g' \ +! -e 's|@''REPLACE_RINTL''@|$(REPLACE_RINTL)|g' \ +! -e 's|@''REPLACE_ROUND''@|$(REPLACE_ROUND)|g' \ +! -e 's|@''REPLACE_ROUNDF''@|$(REPLACE_ROUNDF)|g' \ +! -e 's|@''REPLACE_ROUNDL''@|$(REPLACE_ROUNDL)|g' \ +! -e 's|@''REPLACE_SIGNBIT''@|$(REPLACE_SIGNBIT)|g' \ +! -e 's|@''REPLACE_SIGNBIT_USING_BUILTINS''@|$(REPLACE_SIGNBIT_USING_BUILTINS)|g' \ +! -e 's|@''REPLACE_SINF''@|$(REPLACE_SINF)|g' \ +! -e 's|@''REPLACE_SINHF''@|$(REPLACE_SINHF)|g' \ +! -e 's|@''REPLACE_SQRTF''@|$(REPLACE_SQRTF)|g' \ +! -e 's|@''REPLACE_SQRTL''@|$(REPLACE_SQRTL)|g' \ +! -e 's|@''REPLACE_TANF''@|$(REPLACE_TANF)|g' \ +! -e 's|@''REPLACE_TANHF''@|$(REPLACE_TANHF)|g' \ +! -e 's|@''REPLACE_TOTALORDER''@|$(REPLACE_TOTALORDER)|g' \ +! -e 's|@''REPLACE_TOTALORDERF''@|$(REPLACE_TOTALORDERF)|g' \ +! -e 's|@''REPLACE_TOTALORDERL''@|$(REPLACE_TOTALORDERL)|g' \ +! -e 's|@''REPLACE_TOTALORDERMAG''@|$(REPLACE_TOTALORDERMAG)|g' \ +! -e 's|@''REPLACE_TOTALORDERMAGF''@|$(REPLACE_TOTALORDERMAGF)|g' \ +! -e 's|@''REPLACE_TOTALORDERMAGL''@|$(REPLACE_TOTALORDERMAGL)|g' \ +! -e 's|@''REPLACE_TRUNC''@|$(REPLACE_TRUNC)|g' \ +! -e 's|@''REPLACE_TRUNCF''@|$(REPLACE_TRUNCF)|g' \ +! -e 's|@''REPLACE_TRUNCL''@|$(REPLACE_TRUNCL)|g' \ +! -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ +! -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ +! -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ +! < $@-t5 > $@-t6 +! $(AM_V_at)rm -f $@-t1 $@-t2 $@-t3 $@-t4 $@-t5 +! $(AM_V_at)mv $@-t6 $@ +! @OS_IS_NATIVE_WINDOWS_TRUE@test-mbrtowc-windows-utf8.res : $(srcdir)/windows-utf8.rc +! @OS_IS_NATIVE_WINDOWS_TRUE@ $(WINDRES) -i $(srcdir)/windows-utf8.rc -o test-mbrtowc-windows-utf8.res --output-format=coff +! +! # We need the following in order to create when the system +! # doesn't have one. +! @GL_GENERATE_NETINET_IN_H_TRUE@netinet/in.h: netinet_in.in.h $(top_builddir)/config.status +! @GL_GENERATE_NETINET_IN_H_TRUE@ $(AM_V_GEN)$(MKDIR_P) 'netinet' +! @GL_GENERATE_NETINET_IN_H_TRUE@ $(AM_V_at)$(SED_HEADER_STDOUT) \ +! @GL_GENERATE_NETINET_IN_H_TRUE@ -e 's|@''GUARD_PREFIX''@|GL|g' \ +! @GL_GENERATE_NETINET_IN_H_TRUE@ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ +! @GL_GENERATE_NETINET_IN_H_TRUE@ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ +! @GL_GENERATE_NETINET_IN_H_TRUE@ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ +! @GL_GENERATE_NETINET_IN_H_TRUE@ -e 's|@''NEXT_NETINET_IN_H''@|$(NEXT_NETINET_IN_H)|g' \ +! @GL_GENERATE_NETINET_IN_H_TRUE@ -e 's|@''HAVE_NETINET_IN_H''@|$(HAVE_NETINET_IN_H)|g' \ +! @GL_GENERATE_NETINET_IN_H_TRUE@ $(srcdir)/netinet_in.in.h > $@-t +! @GL_GENERATE_NETINET_IN_H_TRUE@ $(AM_V_at)mv $@-t $@ +! @GL_GENERATE_NETINET_IN_H_FALSE@netinet/in.h: $(top_builddir)/config.status +! @GL_GENERATE_NETINET_IN_H_FALSE@ rm -f $@ +! +! # We need the following in order to create when the system +! # does not have a complete one. +! sys/ioctl.h: sys_ioctl.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) +! $(AM_V_GEN)$(MKDIR_P) 'sys' +! $(AM_V_at)$(SED_HEADER_STDOUT) \ +! -e 's|@''GUARD_PREFIX''@|GL|g' \ +! -e 's|@''HAVE_SYS_IOCTL_H''@|$(HAVE_SYS_IOCTL_H)|g' \ +! -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ +! -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ +! -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ +! -e 's|@''NEXT_SYS_IOCTL_H''@|$(NEXT_SYS_IOCTL_H)|g' \ +! -e 's/@''GNULIB_IOCTL''@/$(GL_GNULIB_IOCTL)/g' \ +! -e 's|@''SYS_IOCTL_H_HAVE_WINSOCK2_H''@|$(SYS_IOCTL_H_HAVE_WINSOCK2_H)|g' \ +! -e 's|@''SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \ +! -e 's|@''REPLACE_IOCTL''@|$(REPLACE_IOCTL)|g' \ +! -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ +! -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ +! $(srcdir)/sys_ioctl.in.h > $@-t +! $(AM_V_at)mv $@-t $@ +! +! # We need the following in order to create when the system +! # doesn't have one that works with the given compiler. +! sys/select.h: sys_select.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) +! $(AM_V_GEN)$(MKDIR_P) 'sys' +! $(AM_V_at)$(SED_HEADER_STDOUT) \ +! -e 's|@''GUARD_PREFIX''@|GL|g' \ +! -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ +! -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ +! -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ +! -e 's|@''NEXT_SYS_SELECT_H''@|$(NEXT_SYS_SELECT_H)|g' \ +! -e 's|@''HAVE_SYS_SELECT_H''@|$(HAVE_SYS_SELECT_H)|g' \ +! -e 's/@''GNULIB_PSELECT''@/$(GL_GNULIB_PSELECT)/g' \ +! -e 's/@''GNULIB_SELECT''@/$(GL_GNULIB_SELECT)/g' \ +! -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \ +! -e 's|@''HAVE_PSELECT''@|$(HAVE_PSELECT)|g' \ +! -e 's|@''REPLACE_PSELECT''@|$(REPLACE_PSELECT)|g' \ +! -e 's|@''REPLACE_SELECT''@|$(REPLACE_SELECT)|g' \ +! -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ +! -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ +! $(srcdir)/sys_select.in.h > $@-t +! $(AM_V_at)mv $@-t $@ +! +! # We need the following in order to create when the system +! # doesn't have one that works with the given compiler. +! sys/socket.h: sys_socket.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H) +! $(AM_V_GEN)$(MKDIR_P) 'sys' +! $(AM_V_at)$(SED_HEADER_STDOUT) \ +! -e 's|@''GUARD_PREFIX''@|GL|g' \ +! -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ +! -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ +! -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ +! -e 's|@''NEXT_SYS_SOCKET_H''@|$(NEXT_SYS_SOCKET_H)|g' \ +! -e 's|@''HAVE_SYS_SOCKET_H''@|$(HAVE_SYS_SOCKET_H)|g' \ +! -e 's/@''GNULIB_CLOSE''@/$(GL_GNULIB_CLOSE)/g' \ +! -e 's/@''GNULIB_SOCKET''@/$(GL_GNULIB_SOCKET)/g' \ +! -e 's/@''GNULIB_CONNECT''@/$(GL_GNULIB_CONNECT)/g' \ +! -e 's/@''GNULIB_ACCEPT''@/$(GL_GNULIB_ACCEPT)/g' \ +! -e 's/@''GNULIB_BIND''@/$(GL_GNULIB_BIND)/g' \ +! -e 's/@''GNULIB_GETPEERNAME''@/$(GL_GNULIB_GETPEERNAME)/g' \ +! -e 's/@''GNULIB_GETSOCKNAME''@/$(GL_GNULIB_GETSOCKNAME)/g' \ +! -e 's/@''GNULIB_GETSOCKOPT''@/$(GL_GNULIB_GETSOCKOPT)/g' \ +! -e 's/@''GNULIB_LISTEN''@/$(GL_GNULIB_LISTEN)/g' \ +! -e 's/@''GNULIB_RECV''@/$(GL_GNULIB_RECV)/g' \ +! -e 's/@''GNULIB_SEND''@/$(GL_GNULIB_SEND)/g' \ +! -e 's/@''GNULIB_RECVFROM''@/$(GL_GNULIB_RECVFROM)/g' \ +! -e 's/@''GNULIB_SENDTO''@/$(GL_GNULIB_SENDTO)/g' \ +! -e 's/@''GNULIB_SETSOCKOPT''@/$(GL_GNULIB_SETSOCKOPT)/g' \ +! -e 's/@''GNULIB_SHUTDOWN''@/$(GL_GNULIB_SHUTDOWN)/g' \ +! -e 's/@''GNULIB_ACCEPT4''@/$(GL_GNULIB_ACCEPT4)/g' \ +! -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \ +! -e 's|@''HAVE_WS2TCPIP_H''@|$(HAVE_WS2TCPIP_H)|g' \ +! -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE''@|$(HAVE_STRUCT_SOCKADDR_STORAGE)|g' \ +! -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY''@|$(HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY)|g' \ +! -e 's|@''HAVE_SA_FAMILY_T''@|$(HAVE_SA_FAMILY_T)|g' \ +! -e 's|@''HAVE_ACCEPT4''@|$(HAVE_ACCEPT4)|g' \ +! -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ +! -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ +! -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ +! $(srcdir)/sys_socket.in.h > $@-t +! $(AM_V_at)mv $@-t $@ +! +! # We need the following in order to create when the system +! # doesn't have one that works with the given compiler. +! sys/uio.h: sys_uio.in.h $(top_builddir)/config.status +! $(AM_V_GEN)$(MKDIR_P) 'sys' +! $(AM_V_at)$(SED_HEADER_STDOUT) \ +! -e 's|@''GUARD_PREFIX''@|GL|g' \ +! -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ +! -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ +! -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ +! -e 's|@''NEXT_SYS_UIO_H''@|$(NEXT_SYS_UIO_H)|g' \ +! -e 's|@''HAVE_SYS_UIO_H''@|$(HAVE_SYS_UIO_H)|g' \ +! $(srcdir)/sys_uio.in.h > $@-t +! $(AM_V_at)mv $@-t $@ +! +! all: all-notice +! all-notice: +! @echo '## ---------------------------------------------------- ##' +! @echo '## ------------------- Gnulib tests ------------------- ##' +! @echo '## You can ignore compiler warnings in this directory. ##' +! @echo '## ---------------------------------------------------- ##' +! +! check-am: check-notice +! check-notice: +! @echo '## ---------------------------------------------------------------------- ##' +! @echo '## ---------------------------- Gnulib tests ---------------------------- ##' +! @echo '## Please report test failures in this directory to . ##' +! @echo '## ---------------------------------------------------------------------- ##' +! +! # Clean up after Solaris cc. +! clean-local: +! rm -rf SunWS_cache +! +! mostlyclean-local: mostlyclean-generic +! @for dir in '' $(MOSTLYCLEANDIRS); do \ +! if test -n "$$dir" && test -d $$dir; then \ +! echo "rmdir $$dir"; rmdir $$dir; \ +! fi; \ +! done; \ +! : + + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. +--- 2312,2410 ---- + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi + mostlyclean-generic: + + clean-generic: + + distclean-generic: + -$(am__rm_f) $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES) + + maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +! clean: clean-am +! +! clean-am: clean-generic mostlyclean-am +! +! distclean: distclean-am + -rm -f Makefile +! distclean-am: clean-am distclean-generic + +! dvi: dvi-am + + dvi-am: + +! html: html-am + + html-am: + +! info: info-am + + info-am: + +! install-data-am: + +! install-dvi: install-dvi-am + + install-dvi-am: + + install-exec-am: + +! install-html: install-html-am + + install-html-am: + +! install-info: install-info-am + + install-info-am: + + install-man: + +! install-pdf: install-pdf-am + + install-pdf-am: + +! install-ps: install-ps-am + + install-ps-am: + + installcheck-am: + +! maintainer-clean: maintainer-clean-am + -rm -f Makefile + maintainer-clean-am: distclean-am maintainer-clean-generic + +! mostlyclean: mostlyclean-am + +! mostlyclean-am: mostlyclean-generic + +! pdf: pdf-am + + pdf-am: + +! ps: ps-am + + ps-am: + +! uninstall-am: + +! .MAKE: install-am install-strip + +! .PHONY: all all-am check check-am clean clean-generic cscopelist-am \ +! ctags-am distclean distclean-generic distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-info \ + install-info-am install-man install-pdf install-pdf-am \ +! install-ps install-ps-am install-strip installcheck \ +! installcheck-am installdirs maintainer-clean \ +! maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ +! pdf-am ps ps-am tags-am uninstall uninstall-am + + .PRECIOUS: Makefile + + +! # include gnulib.mk + + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. +diff -x '*.o' -crB diffutils-3.11-orig/lib/Makefile.in diffutils-3.11/lib/Makefile.in +*** diffutils-3.11-orig/lib/Makefile.in 2025-02-03 04:15:12.000000000 +0200 +--- diffutils-3.11/lib/Makefile.in 2025-03-08 22:17:51.088006424 +0200 +*************** +*** 1,7 **** +! # Makefile.in generated by automake 1.17.0.91 from Makefile.am. + # @configure_input@ + +! # Copyright (C) 1994-2025 Free Software Foundation, Inc. + + # This Makefile.in is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 1,7 ---- +! # Makefile.in generated by automake 1.17 from Makefile.am. + # @configure_input@ + +! # Copyright (C) 1994-2024 Free Software Foundation, Inc. + + # This Makefile.in is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +diff -x '*.o' -crB diffutils-3.11-orig/m4/fcntl.m4 diffutils-3.11/m4/fcntl.m4 +*** diffutils-3.11-orig/m4/fcntl.m4 2025-01-02 04:33:12.000000000 +0200 +--- diffutils-3.11/m4/fcntl.m4 2025-03-08 22:13:54.785570936 +0200 +*************** +*** 119,124 **** +--- 119,125 ---- + [gl_cv_func_fcntl_f_dupfd_cloexec=no], + [case "$host_os" in + # Guess no on NetBSD. ++ yggdrasil*) gl_cv_func_fcntl_f_dupfd_cloexec="guessing yes" ;; + netbsd*) gl_cv_func_fcntl_f_dupfd_cloexec="guessing no" ;; + *) gl_cv_func_fcntl_f_dupfd_cloexec="$gl_cross_guess_normal" ;; + esac +diff -x '*.o' -crB diffutils-3.11-orig/m4/ioctl.m4 diffutils-3.11/m4/ioctl.m4 +*** diffutils-3.11-orig/m4/ioctl.m4 2025-01-02 04:33:12.000000000 +0200 +--- diffutils-3.11/m4/ioctl.m4 2025-03-08 22:17:17.014426430 +0200 +*************** +*** 39,46 **** + [gl_cv_func_ioctl_posix_signature=yes], + [gl_cv_func_ioctl_posix_signature=no]) + ]) +! if test $gl_cv_func_ioctl_posix_signature != yes; then +! REPLACE_IOCTL=1 +! fi + fi + ]) +--- 39,52 ---- + [gl_cv_func_ioctl_posix_signature=yes], + [gl_cv_func_ioctl_posix_signature=no]) + ]) +! case "$host_os" in +! yggdrasil*) +! ;; +! **) +! if test $gl_cv_func_ioctl_posix_signature != yes; then +! REPLACE_IOCTL=1 +! fi +! ;; +! esac + fi + ]) +diff -x '*.o' -crB diffutils-3.11-orig/Makefile.in diffutils-3.11/Makefile.in +*** diffutils-3.11-orig/Makefile.in 2025-02-03 04:15:11.000000000 +0200 +--- diffutils-3.11/Makefile.in 2025-03-08 22:17:50.506952748 +0200 +*************** +*** 1,7 **** +! # Makefile.in generated by automake 1.17.0.91 from Makefile.am. + # @configure_input@ + +! # Copyright (C) 1994-2025 Free Software Foundation, Inc. + + # This Makefile.in is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 1,7 ---- +! # Makefile.in generated by automake 1.17 from Makefile.am. + # @configure_input@ + +! # Copyright (C) 1994-2024 Free Software Foundation, Inc. + + # This Makefile.in is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +diff -x '*.o' -crB diffutils-3.11-orig/man/Makefile.in diffutils-3.11/man/Makefile.in +*** diffutils-3.11-orig/man/Makefile.in 2025-02-03 04:15:12.000000000 +0200 +--- diffutils-3.11/man/Makefile.in 2025-03-08 22:17:51.139391715 +0200 +*************** +*** 1,7 **** +! # Makefile.in generated by automake 1.17.0.91 from Makefile.am. + # @configure_input@ + +! # Copyright (C) 1994-2025 Free Software Foundation, Inc. + + # This Makefile.in is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 1,7 ---- +! # Makefile.in generated by automake 1.17 from Makefile.am. + # @configure_input@ + +! # Copyright (C) 1994-2024 Free Software Foundation, Inc. + + # This Makefile.in is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +diff -x '*.o' -crB diffutils-3.11-orig/src/Makefile.in diffutils-3.11/src/Makefile.in +*** diffutils-3.11-orig/src/Makefile.in 2025-02-03 04:15:12.000000000 +0200 +--- diffutils-3.11/src/Makefile.in 2025-03-08 22:17:51.197221690 +0200 +*************** +*** 1,7 **** +! # Makefile.in generated by automake 1.17.0.91 from Makefile.am. + # @configure_input@ + +! # Copyright (C) 1994-2025 Free Software Foundation, Inc. + + # This Makefile.in is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 1,7 ---- +! # Makefile.in generated by automake 1.17 from Makefile.am. + # @configure_input@ + +! # Copyright (C) 1994-2024 Free Software Foundation, Inc. + + # This Makefile.in is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +diff -x '*.o' -crB diffutils-3.11-orig/tests/Makefile.in diffutils-3.11/tests/Makefile.in +*** diffutils-3.11-orig/tests/Makefile.in 2025-02-03 04:15:12.000000000 +0200 +--- diffutils-3.11/tests/Makefile.in 2025-03-08 22:17:51.253385421 +0200 +*************** +*** 1,7 **** +! # Makefile.in generated by automake 1.17.0.91 from Makefile.am. + # @configure_input@ + +! # Copyright (C) 1994-2025 Free Software Foundation, Inc. + + # This Makefile.in is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 1,7 ---- +! # Makefile.in generated by automake 1.17 from Makefile.am. + # @configure_input@ + +! # Copyright (C) 1994-2024 Free Software Foundation, Inc. + + # This Makefile.in is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, diff --git a/ports/gnu-diffutils/port.toml b/ports/gnu-diffutils/port.toml new file mode 100644 index 00000000..018145c8 --- /dev/null +++ b/ports/gnu-diffutils/port.toml @@ -0,0 +1,2 @@ +description = "GNU utilities to generate patch files" +version = "3.11" diff --git a/ports/gnu-gzip/compile.sh b/ports/gnu-gzip/compile.sh new file mode 120000 index 00000000..d5f3b6cc --- /dev/null +++ b/ports/gnu-gzip/compile.sh @@ -0,0 +1 @@ +../meta-port-scripts/gnu-compile.sh \ No newline at end of file diff --git a/ports/gnu-gzip/fetch.sh b/ports/gnu-gzip/fetch.sh new file mode 120000 index 00000000..5a8fa3a0 --- /dev/null +++ b/ports/gnu-gzip/fetch.sh @@ -0,0 +1 @@ +../meta-port-scripts/gnu-fetch.sh \ No newline at end of file diff --git a/ports/gnu-gzip/gnu-project.sh b/ports/gnu-gzip/gnu-project.sh new file mode 100755 index 00000000..5c34d81f --- /dev/null +++ b/ports/gnu-gzip/gnu-project.sh @@ -0,0 +1,4 @@ +#!/bin/sh +export GNU_PROJECT=gzip +export SRC_SHA256=20fc818aeebae87cdbf209d35141ad9d3cf312b35a5e6be61bfcfbf9eddd212a +export GNU_CONFIGURE_OPTIONS= diff --git a/ports/gnu-gzip/install.sh b/ports/gnu-gzip/install.sh new file mode 120000 index 00000000..8a6ebf0d --- /dev/null +++ b/ports/gnu-gzip/install.sh @@ -0,0 +1 @@ +../meta-port-scripts/gnu-install.sh \ No newline at end of file diff --git a/ports/gnu-gzip/patches/1.13/0001-gzip-1.13-add-yggdrasil-support.patch b/ports/gnu-gzip/patches/1.13/0001-gzip-1.13-add-yggdrasil-support.patch new file mode 100644 index 00000000..6cc2232c --- /dev/null +++ b/ports/gnu-gzip/patches/1.13/0001-gzip-1.13-add-yggdrasil-support.patch @@ -0,0 +1,2134 @@ +diff -x '*.o' -crB gzip-1.13-orig/aclocal.m4 gzip-1.13/aclocal.m4 +*** gzip-1.13-orig/aclocal.m4 2023-08-20 02:32:46.000000000 +0300 +--- gzip-1.13/aclocal.m4 2025-03-08 22:10:53.846464247 +0200 +*************** +*** 1,6 **** +! # generated automatically by aclocal 1.16i -*- Autoconf -*- + +! # Copyright (C) 1996-2023 Free Software Foundation, Inc. + + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 1,6 ---- +! # generated automatically by aclocal 1.17 -*- Autoconf -*- + +! # Copyright (C) 1996-2024 Free Software Foundation, Inc. + + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 14,30 **** + m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) + m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +! m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.72c.32-cb6fb],, +! [m4_warning([this file was generated for autoconf 2.72c.32-cb6fb. + You have another version of autoconf. It may work, but is not guaranteed to. + If you have problems, you may need to regenerate the build system entirely. + To do so, use the procedure documented by the package, typically 'autoreconf'.])]) + +! # po.m4 serial 32 (gettext-0.21.1) +! dnl Copyright (C) 1995-2014, 2016, 2018-2022 Free Software Foundation, Inc. + dnl This file is free software; the Free Software Foundation + dnl gives unlimited permission to copy and/or distribute it, + dnl with or without modifications, as long as this notice is preserved. + dnl + dnl This file can be used in projects which are not available under + dnl the GNU General Public License or the GNU Lesser General Public +--- 14,32 ---- + m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) + m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +! m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.72],, +! [m4_warning([this file was generated for autoconf 2.72. + You have another version of autoconf. It may work, but is not guaranteed to. + If you have problems, you may need to regenerate the build system entirely. + To do so, use the procedure documented by the package, typically 'autoreconf'.])]) + +! # po.m4 +! # serial 34 (gettext-0.24) +! dnl Copyright (C) 1995-2024 Free Software Foundation, Inc. + dnl This file is free software; the Free Software Foundation + dnl gives unlimited permission to copy and/or distribute it, + dnl with or without modifications, as long as this notice is preserved. ++ dnl This file is offered as-is, without any warranty. + dnl + dnl This file can be used in projects which are not available under + dnl the GNU General Public License or the GNU Lesser General Public +*************** +*** 37,43 **** + + dnl Authors: + dnl Ulrich Drepper , 1995-2000. +! dnl Bruno Haible , 2000-2003. + + AC_PREREQ([2.60]) + +--- 39,45 ---- + + dnl Authors: + dnl Ulrich Drepper , 1995-2000. +! dnl Bruno Haible , 2000-2024. + + AC_PREREQ([2.60]) + +*************** +*** 52,58 **** + + dnl Release version of the gettext macros. This is used to ensure that + dnl the gettext macros and po/Makefile.in.in are in sync. +! AC_SUBST([GETTEXT_MACRO_VERSION], [0.20]) + + dnl Perform the following tests also if --disable-nls has been given, + dnl because they are needed for "make dist" to work. +--- 54,60 ---- + + dnl Release version of the gettext macros. This is used to ensure that + dnl the gettext macros and po/Makefile.in.in are in sync. +! AC_SUBST([GETTEXT_MACRO_VERSION], [0.24]) + + dnl Perform the following tests also if --disable-nls has been given, + dnl because they are needed for "make dist" to work. +*************** +*** 118,123 **** +--- 120,135 ---- + test -n "${XGETTEXT_EXTRA_OPTIONS+set}" || XGETTEXT_EXTRA_OPTIONS= + AC_SUBST([XGETTEXT_EXTRA_OPTIONS]) + ++ if test -n "$ALL_LINGUAS"; then ++ test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete" ++ fi ++ ++ dnl Capture the value of LINGUAS because we need it to compute CATALOGS. ++ dnl In the Makefile, call it DESIRED_LINGUAS (because there, LINGUAS denotes ++ dnl the set of available translations, given by the developer). ++ DESIRED_LINGUAS="${LINGUAS-\$(ALL_LINGUAS)}" ++ AC_SUBST([DESIRED_LINGUAS]) ++ + AC_CONFIG_COMMANDS([po-directories], [[ + for ac_file in $CONFIG_FILES; do + # Support "outfile[:infile[:infile...]]" +*************** +*** 133,464 **** + # In autoconf-2.13 it is called $ac_given_srcdir. + # In autoconf-2.50 it is called $srcdir. + test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" +- case "$ac_given_srcdir" in +- .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; +- /*) top_srcdir="$ac_given_srcdir" ;; +- *) top_srcdir="$ac_dots$ac_given_srcdir" ;; +- esac + # Treat a directory as a PO directory if and only if it has a + # POTFILES.in file. This allows packages to have multiple PO + # directories under different names or in different locations. + if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then +- rm -f "$ac_dir/POTFILES" +- test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES" +- gt_tab=`printf '\t'` +- cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ${gt_tab}]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES" +- POMAKEFILEDEPS="POTFILES.in" +- # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend +- # on $ac_dir but don't depend on user-specified configuration +- # parameters. +- if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then +- # The LINGUAS file contains the set of available languages. +- if test -n "$OBSOLETE_ALL_LINGUAS"; then +- test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete" +- fi +- ALL_LINGUAS=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` +- POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" +- else +- # The set of available languages was given in configure.in. +- ALL_LINGUAS=$OBSOLETE_ALL_LINGUAS +- fi +- # Compute POFILES +- # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po) +- # Compute UPDATEPOFILES +- # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update) +- # Compute DUMMYPOFILES +- # as $(foreach lang, $(ALL_LINGUAS), $(lang).nop) +- # Compute GMOFILES +- # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo) +- case "$ac_given_srcdir" in +- .) srcdirpre= ;; +- *) srcdirpre='$(srcdir)/' ;; +- esac +- POFILES= +- UPDATEPOFILES= +- DUMMYPOFILES= +- GMOFILES= +- for lang in $ALL_LINGUAS; do +- POFILES="$POFILES $srcdirpre$lang.po" +- UPDATEPOFILES="$UPDATEPOFILES $lang.po-update" +- DUMMYPOFILES="$DUMMYPOFILES $lang.nop" +- GMOFILES="$GMOFILES $srcdirpre$lang.gmo" +- done +- # CATALOGS depends on both $ac_dir and the user's LINGUAS +- # environment variable. +- INST_LINGUAS= +- if test -n "$ALL_LINGUAS"; then +- for presentlang in $ALL_LINGUAS; do +- useit=no +- if test "%UNSET%" != "$LINGUAS"; then +- desiredlanguages="$LINGUAS" +- else +- desiredlanguages="$ALL_LINGUAS" +- fi +- for desiredlang in $desiredlanguages; do +- # Use the presentlang catalog if desiredlang is +- # a. equal to presentlang, or +- # b. a variant of presentlang (because in this case, +- # presentlang can be used as a fallback for messages +- # which are not translated in the desiredlang catalog). +- case "$desiredlang" in +- "$presentlang" | "$presentlang"_* | "$presentlang".* | "$presentlang"@*) +- useit=yes +- ;; +- esac +- done +- if test $useit = yes; then +- INST_LINGUAS="$INST_LINGUAS $presentlang" +- fi +- done +- fi +- CATALOGS= +- if test -n "$INST_LINGUAS"; then +- for lang in $INST_LINGUAS; do +- CATALOGS="$CATALOGS $lang.gmo" +- done +- fi + test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile" +! sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile" +! for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do +! if test -f "$f"; then +! case "$f" in +! *.orig | *.bak | *~) ;; +! *) cat "$f" >> "$ac_dir/Makefile" ;; +! esac +! fi +! done + fi + ;; + esac + done]], +! [# Capture the value of obsolete ALL_LINGUAS because we need it to compute +! # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. +! OBSOLETE_ALL_LINGUAS="$ALL_LINGUAS" +! # Capture the value of LINGUAS because we need it to compute CATALOGS. +! LINGUAS="${LINGUAS-%UNSET%}" +! ]) + ]) + + dnl Postprocesses a Makefile in a directory containing PO files. + AC_DEFUN([AM_POSTPROCESS_PO_MAKEFILE], + [ +! # When this code is run, in config.status, two variables have already been +! # set: +! # - OBSOLETE_ALL_LINGUAS is the value of LINGUAS set in configure.in, +! # - LINGUAS is the value of the environment variable LINGUAS at configure +! # time. +! +! changequote(,)dnl +! # Adjust a relative srcdir. +! ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` +! ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'` +! ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` +! # In autoconf-2.13 it is called $ac_given_srcdir. +! # In autoconf-2.50 it is called $srcdir. +! test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" +! case "$ac_given_srcdir" in +! .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; +! /*) top_srcdir="$ac_given_srcdir" ;; +! *) top_srcdir="$ac_dots$ac_given_srcdir" ;; +! esac +! +! # Find a way to echo strings without interpreting backslash. +! if test "X`(echo '\t') 2>/dev/null`" = 'X\t'; then +! gt_echo='echo' +! else +! if test "X`(printf '%s\n' '\t') 2>/dev/null`" = 'X\t'; then +! gt_echo='printf %s\n' +! else +! echo_func () { +! cat < "$ac_file.tmp" +! tab=`printf '\t'` +! if grep -l '@TCLCATALOGS@' "$ac_file" > /dev/null; then +! # Add dependencies that cannot be formulated as a simple suffix rule. +! for lang in $ALL_LINGUAS; do +! frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'` +! cat >> "$ac_file.tmp" < /dev/null; then +! # Add dependencies that cannot be formulated as a simple suffix rule. +! for lang in $ALL_LINGUAS; do +! frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'` +! cat >> "$ac_file.tmp" <> "$ac_file.tmp" < "$ac_dir/Makefile" + fi + ;; + esac + done]], +! []) + ]) + + dnl Postprocesses a Makefile in a directory containing PO files. + AC_DEFUN([AM_POSTPROCESS_PO_MAKEFILE], + [ +! sed -e 's,^#distdir:,distdir:,' < "$ac_file" > "$ac_file.tmp" + mv "$ac_file.tmp" "$ac_file" + ]) + +*************** +*** 475,481 **** + XGETTEXT_EXTRA_OPTIONS="$XGETTEXT_EXTRA_OPTIONS $1" + ]) + +! # Copyright (C) 2002-2023 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 178,184 ---- + XGETTEXT_EXTRA_OPTIONS="$XGETTEXT_EXTRA_OPTIONS $1" + ]) + +! # Copyright (C) 2002-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 487,496 **** + # generated from the m4 files accompanying Automake X.Y. + # (This private macro should not be called outside this file.) + AC_DEFUN([AM_AUTOMAKE_VERSION], +! [am__api_version='1.16' + dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to + dnl require some minimum version. Point them to the right macro. +! m4_if([$1], [1.16i], [], + [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl + ]) + +--- 190,199 ---- + # generated from the m4 files accompanying Automake X.Y. + # (This private macro should not be called outside this file.) + AC_DEFUN([AM_AUTOMAKE_VERSION], +! [am__api_version='1.17' + dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to + dnl require some minimum version. Point them to the right macro. +! m4_if([$1], [1.17], [], + [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl + ]) + +*************** +*** 506,519 **** + # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. + # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. + AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], +! [AM_AUTOMAKE_VERSION([1.16i])dnl + m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl + _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) + + # AM_AUX_DIR_EXPAND -*- Autoconf -*- + +! # Copyright (C) 2001-2023 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 209,222 ---- + # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. + # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. + AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], +! [AM_AUTOMAKE_VERSION([1.17])dnl + m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl + _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) + + # AM_AUX_DIR_EXPAND -*- Autoconf -*- + +! # Copyright (C) 2001-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 565,571 **** + + # AM_COND_IF -*- Autoconf -*- + +! # Copyright (C) 2008-2023 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 268,274 ---- + + # AM_COND_IF -*- Autoconf -*- + +! # Copyright (C) 2008-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 602,608 **** + + # AM_CONDITIONAL -*- Autoconf -*- + +! # Copyright (C) 1997-2023 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 305,311 ---- + + # AM_CONDITIONAL -*- Autoconf -*- + +! # Copyright (C) 1997-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 633,639 **** + Usually this means the macro was only invoked conditionally.]]) + fi])]) + +! # Copyright (C) 1999-2023 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 336,342 ---- + Usually this means the macro was only invoked conditionally.]]) + fi])]) + +! # Copyright (C) 1999-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 765,771 **** + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. +! # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported +--- 468,474 ---- + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. +! # When given -MP, icc 7.0 and 7.1 complain thus: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported +*************** +*** 824,830 **** + + # Generate code to set up dependency tracking. -*- Autoconf -*- + +! # Copyright (C) 1999-2023 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 527,533 ---- + + # Generate code to set up dependency tracking. -*- Autoconf -*- + +! # Copyright (C) 1999-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 892,898 **** + + # Do all the work for Automake. -*- Autoconf -*- + +! # Copyright (C) 1996-2023 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 595,601 ---- + + # Do all the work for Automake. -*- Autoconf -*- + +! # Copyright (C) 1996-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 1069,1075 **** + done + echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) + +! # Copyright (C) 2001-2023 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 772,778 ---- + done + echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) + +! # Copyright (C) 2001-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 1090,1096 **** + fi + AC_SUBST([install_sh])]) + +! # Copyright (C) 2003-2023 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 793,799 ---- + fi + AC_SUBST([install_sh])]) + +! # Copyright (C) 2003-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 1111,1117 **** + + # Check to see how 'make' treats includes. -*- Autoconf -*- + +! # Copyright (C) 2001-2023 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 814,820 ---- + + # Check to see how 'make' treats includes. -*- Autoconf -*- + +! # Copyright (C) 2001-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 1154,1160 **** + + # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- + +! # Copyright (C) 1997-2023 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 857,863 ---- + + # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- + +! # Copyright (C) 1997-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 1188,1194 **** + + # Helper functions for option handling. -*- Autoconf -*- + +! # Copyright (C) 2001-2023 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 891,897 ---- + + # Helper functions for option handling. -*- Autoconf -*- + +! # Copyright (C) 2001-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 1217,1223 **** + AC_DEFUN([_AM_IF_OPTION], + [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) + +! # Copyright (C) 1999-2023 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 920,926 ---- + AC_DEFUN([_AM_IF_OPTION], + [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) + +! # Copyright (C) 1999-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 1264,1270 **** + # For backward compatibility. + AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) + +! # Copyright (C) 2022-2023 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 967,973 ---- + # For backward compatibility. + AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) + +! # Copyright (C) 2022-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 1280,1286 **** + AC_SUBST(am__rm_f_notfound) + ]) + +! # Copyright (C) 2001-2023 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 983,989 ---- + AC_SUBST(am__rm_f_notfound) + ]) + +! # Copyright (C) 2001-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 1299,1305 **** + + # Check to make sure that the build environment is sane. -*- Autoconf -*- + +! # Copyright (C) 1996-2023 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 1002,1008 ---- + + # Check to make sure that the build environment is sane. -*- Autoconf -*- + +! # Copyright (C) 1996-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 1308,1358 **** + # _AM_SLEEP_FRACTIONAL_SECONDS + # ---------------------------- + AC_DEFUN([_AM_SLEEP_FRACTIONAL_SECONDS], [dnl +! AC_CACHE_CHECK([whether sleep supports fractional seconds], am_cv_sleep_fractional_seconds, [dnl +! AS_IF([sleep 0.001 2>/dev/null], [am_cv_sleep_fractional_seconds=true], [am_cv_sleep_fractional_seconds=false]) + ])]) + + # _AM_FILESYSTEM_TIMESTAMP_RESOLUTION + # ----------------------------------- +! # Determine the filesystem timestamp resolution. Modern systems are nanosecond +! # capable, but historical systems could be millisecond, second, or even 2-second +! # resolution. + AC_DEFUN([_AM_FILESYSTEM_TIMESTAMP_RESOLUTION], [dnl + AC_REQUIRE([_AM_SLEEP_FRACTIONAL_SECONDS]) +! AC_CACHE_CHECK([the filesystem timestamp resolution], am_cv_filesystem_timestamp_resolution, [dnl +! # Use names that lexically sort older-first when the timestamps are equal. +! rm -f conftest.file.a conftest.file.b +! : > conftest.file.a +! AS_IF([$am_cv_sleep_fractional_seconds], [dnl +! am_try_sleep=0.1 am_try_loops=20 +! ], [dnl +! am_try_sleep=1 am_try_loops=2 +! ]) +! am_try=0 +! while :; do +! AS_VAR_ARITH([am_try], [$am_try + 1]) +! echo "timestamp $am_try" > conftest.file.b +! set X `ls -t conftest.file.a conftest.file.b` +! if test "$[2]" = conftest.file.b || test $am_try -eq $am_try_loops; then +! break + fi +- sleep $am_try_sleep + done +! rm -f conftest.file.a conftest.file.b +! am_cv_filesystem_timestamp_resolution=$am_try +! AS_IF([$am_cv_sleep_fractional_seconds], [dnl +! AS_VAR_ARITH([am_cv_filesystem_timestamp_resolution], [$am_try / 10]) +! AS_VAR_ARITH([am_fraction], [$am_try % 10]) +! AS_VAR_APPEND([am_cv_filesystem_timestamp_resolution], [.$am_fraction]) +! ]) + ])]) + + # AM_SANITY_CHECK + # --------------- + AC_DEFUN([AM_SANITY_CHECK], + [AC_REQUIRE([_AM_FILESYSTEM_TIMESTAMP_RESOLUTION]) +! rm -f conftest.file +! AC_CACHE_CHECK([whether build environment is sane], am_cv_build_env_is_sane, [dnl + # Reject unsafe characters in $srcdir or the absolute working directory + # name. Accept space and tab only in the latter. + am_lf=' +--- 1011,1170 ---- + # _AM_SLEEP_FRACTIONAL_SECONDS + # ---------------------------- + AC_DEFUN([_AM_SLEEP_FRACTIONAL_SECONDS], [dnl +! AC_CACHE_CHECK([whether sleep supports fractional seconds], +! am_cv_sleep_fractional_seconds, [dnl +! AS_IF([sleep 0.001 2>/dev/null], [am_cv_sleep_fractional_seconds=yes], +! [am_cv_sleep_fractional_seconds=no]) + ])]) + + # _AM_FILESYSTEM_TIMESTAMP_RESOLUTION + # ----------------------------------- +! # Determine the filesystem's resolution for file modification +! # timestamps. The coarsest we know of is FAT, with a resolution +! # of only two seconds, even with the most recent "exFAT" extensions. +! # The finest (e.g. ext4 with large inodes, XFS, ZFS) is one +! # nanosecond, matching clock_gettime. However, it is probably not +! # possible to delay execution of a shell script for less than one +! # millisecond, due to process creation overhead and scheduling +! # granularity, so we don't check for anything finer than that. (See below.) + AC_DEFUN([_AM_FILESYSTEM_TIMESTAMP_RESOLUTION], [dnl + AC_REQUIRE([_AM_SLEEP_FRACTIONAL_SECONDS]) +! AC_CACHE_CHECK([filesystem timestamp resolution], +! am_cv_filesystem_timestamp_resolution, [dnl +! # Default to the worst case. +! am_cv_filesystem_timestamp_resolution=2 +! +! # Only try to go finer than 1 sec if sleep can do it. +! # Don't try 1 sec, because if 0.01 sec and 0.1 sec don't work, +! # - 1 sec is not much of a win compared to 2 sec, and +! # - it takes 2 seconds to perform the test whether 1 sec works. +! # +! # Instead, just use the default 2s on platforms that have 1s resolution, +! # accept the extra 1s delay when using $sleep in the Automake tests, in +! # exchange for not incurring the 2s delay for running the test for all +! # packages. +! # +! am_try_resolutions= +! if test "$am_cv_sleep_fractional_seconds" = yes; then +! # Even a millisecond often causes a bunch of false positives, +! # so just try a hundredth of a second. The time saved between .001 and +! # .01 is not terribly consequential. +! am_try_resolutions="0.01 0.1 $am_try_resolutions" +! fi +! +! # In order to catch current-generation FAT out, we must *modify* files +! # that already exist; the *creation* timestamp is finer. Use names +! # that make ls -t sort them differently when they have equal +! # timestamps than when they have distinct timestamps, keeping +! # in mind that ls -t prints the *newest* file first. +! rm -f conftest.ts? +! : > conftest.ts1 +! : > conftest.ts2 +! : > conftest.ts3 +! +! # Make sure ls -t actually works. Do 'set' in a subshell so we don't +! # clobber the current shell's arguments. (Outer-level square brackets +! # are removed by m4; they're present so that m4 does not expand +! # ; be careful, easy to get confused.) +! if ( +! set X `[ls -t conftest.ts[12]]` && +! { +! test "$[]*" != "X conftest.ts1 conftest.ts2" || +! test "$[]*" != "X conftest.ts2 conftest.ts1"; +! } +! ); then :; else +! # If neither matched, then we have a broken ls. This can happen +! # if, for instance, CONFIG_SHELL is bash and it inherits a +! # broken ls alias from the environment. This has actually +! # happened. Such a system could not be considered "sane". +! _AS_ECHO_UNQUOTED( +! ["Bad output from ls -t: \"`[ls -t conftest.ts[12]]`\""], +! [AS_MESSAGE_LOG_FD]) +! AC_MSG_FAILURE([ls -t produces unexpected output. +! Make sure there is not a broken ls alias in your environment.]) +! fi +! +! for am_try_res in $am_try_resolutions; do +! # Any one fine-grained sleep might happen to cross the boundary +! # between two values of a coarser actual resolution, but if we do +! # two fine-grained sleeps in a row, at least one of them will fall +! # entirely within a coarse interval. +! echo alpha > conftest.ts1 +! sleep $am_try_res +! echo beta > conftest.ts2 +! sleep $am_try_res +! echo gamma > conftest.ts3 +! +! # We assume that 'ls -t' will make use of high-resolution +! # timestamps if the operating system supports them at all. +! if (set X `ls -t conftest.ts?` && +! test "$[]2" = conftest.ts3 && +! test "$[]3" = conftest.ts2 && +! test "$[]4" = conftest.ts1); then +! # +! # Ok, ls -t worked. If we're at a resolution of 1 second, we're done, +! # because we don't need to test make. +! make_ok=true +! if test $am_try_res != 1; then +! # But if we've succeeded so far with a subsecond resolution, we +! # have one more thing to check: make. It can happen that +! # everything else supports the subsecond mtimes, but make doesn't; +! # notably on macOS, which ships make 3.81 from 2006 (the last one +! # released under GPLv2). https://bugs.gnu.org/68808 +! # +! # We test $MAKE if it is defined in the environment, else "make". +! # It might get overridden later, but our hope is that in practice +! # it does not matter: it is the system "make" which is (by far) +! # the most likely to be broken, whereas if the user overrides it, +! # probably they did so with a better, or at least not worse, make. +! # https://lists.gnu.org/archive/html/automake/2024-06/msg00051.html +! # +! # Create a Makefile (real tab character here): +! rm -f conftest.mk +! echo 'conftest.ts1: conftest.ts2' >conftest.mk +! echo ' touch conftest.ts2' >>conftest.mk +! # +! # Now, running +! # touch conftest.ts1; touch conftest.ts2; make +! # should touch ts1 because ts2 is newer. This could happen by luck, +! # but most often, it will fail if make's support is insufficient. So +! # test for several consecutive successes. +! # +! # (We reuse conftest.ts[12] because we still want to modify existing +! # files, not create new ones, per above.) +! n=0 +! make=${MAKE-make} +! until test $n -eq 3; do +! echo one > conftest.ts1 +! sleep $am_try_res +! echo two > conftest.ts2 # ts2 should now be newer than ts1 +! if $make -f conftest.mk | grep 'up to date' >/dev/null; then +! make_ok=false +! break # out of $n loop +! fi +! n=`expr $n + 1` +! done +! fi +! # +! if $make_ok; then +! # Everything we know to check worked out, so call this resolution good. +! am_cv_filesystem_timestamp_resolution=$am_try_res +! break # out of $am_try_res loop +! fi +! # Otherwise, we'll go on to check the next resolution. + fi + done +! rm -f conftest.ts? +! # (end _am_filesystem_timestamp_resolution) + ])]) + + # AM_SANITY_CHECK + # --------------- + AC_DEFUN([AM_SANITY_CHECK], + [AC_REQUIRE([_AM_FILESYSTEM_TIMESTAMP_RESOLUTION]) +! # This check should not be cached, as it may vary across builds of +! # different projects. +! AC_MSG_CHECKING([whether build environment is sane]) + # Reject unsafe characters in $srcdir or the absolute working directory + # name. Accept space and tab only in the latter. + am_lf=' +*************** +*** 1371,1418 **** + # symlink; some systems play weird games with the mod time of symlinks + # (eg FreeBSD returns the mod time of the symlink's containing + # directory). +! if ( +! am_has_slept=no +! for am_try in 1 2; do +! echo "timestamp, slept: $am_has_slept" > conftest.file +! set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` +! if test "$[*]" = "X"; then +! # -L didn't work. +! set X `ls -t "$srcdir/configure" conftest.file` +! fi +! if test "$[*]" != "X $srcdir/configure conftest.file" \ +! && test "$[*]" != "X conftest.file $srcdir/configure"; then +! +! # If neither matched, then we have a broken ls. This can happen +! # if, for instance, CONFIG_SHELL is bash and it inherits a +! # broken ls alias from the environment. This has actually +! # happened. Such a system could not be considered "sane". +! AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken +! alias in your environment]) +! fi +! if test "$[2]" = conftest.file || test $am_try -eq 2; then +! break +! fi +! # Just in case. +! sleep $am_cv_filesystem_timestamp_resolution +! am_has_slept=yes +! done +! test "$[2]" = conftest.file +! ) +! then +! am_cv_build_env_is_sane=yes +! else +! AC_MSG_ERROR([newly created file is older than distributed files! + Check your system clock]) + fi +! ]) + # If we didn't sleep, we still need to ensure time stamps of config.status and + # generated files are strictly newer. + am_sleep_pid= +! if ! test -e conftest.file || grep 'slept: no' conftest.file >/dev/null 2>&1; then +! ( sleep $am_cv_filesystem_timestamp_resolution ) & + am_sleep_pid=$! +! fi + AC_CONFIG_COMMANDS_PRE( + [AC_MSG_CHECKING([that generated files are newer than configure]) + if test -n "$am_sleep_pid"; then +--- 1183,1222 ---- + # symlink; some systems play weird games with the mod time of symlinks + # (eg FreeBSD returns the mod time of the symlink's containing + # directory). +! am_build_env_is_sane=no +! am_has_slept=no +! rm -f conftest.file +! for am_try in 1 2; do +! echo "timestamp, slept: $am_has_slept" > conftest.file +! if ( +! set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` +! if test "$[]*" = "X"; then +! # -L didn't work. +! set X `ls -t "$srcdir/configure" conftest.file` +! fi +! test "$[]2" = conftest.file +! ); then +! am_build_env_is_sane=yes +! break +! fi +! # Just in case. +! sleep "$am_cv_filesystem_timestamp_resolution" +! am_has_slept=yes +! done +! +! AC_MSG_RESULT([$am_build_env_is_sane]) +! if test "$am_build_env_is_sane" = no; then +! AC_MSG_ERROR([newly created file is older than distributed files! + Check your system clock]) + fi +! + # If we didn't sleep, we still need to ensure time stamps of config.status and + # generated files are strictly newer. + am_sleep_pid= +! AS_IF([test -e conftest.file || grep 'slept: no' conftest.file >/dev/null 2>&1],, [dnl +! ( sleep "$am_cv_filesystem_timestamp_resolution" ) & + am_sleep_pid=$! +! ]) + AC_CONFIG_COMMANDS_PRE( + [AC_MSG_CHECKING([that generated files are newer than configure]) + if test -n "$am_sleep_pid"; then +*************** +*** 1423,1429 **** + rm -f conftest.file + ]) + +! # Copyright (C) 2009-2023 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 1227,1233 ---- + rm -f conftest.file + ]) + +! # Copyright (C) 2009-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 1494,1500 **** + [AC_REQUIRE([_AM_SILENT_RULES]) + AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1])]) + +! # Copyright (C) 2001-2023 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 1298,1304 ---- + [AC_REQUIRE([_AM_SILENT_RULES]) + AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1])]) + +! # Copyright (C) 2001-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 1522,1528 **** + INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" + AC_SUBST([INSTALL_STRIP_PROGRAM])]) + +! # Copyright (C) 2006-2023 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 1326,1332 ---- + INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" + AC_SUBST([INSTALL_STRIP_PROGRAM])]) + +! # Copyright (C) 2006-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 1541,1547 **** + + # Check how to create a tarball. -*- Autoconf -*- + +! # Copyright (C) 2004-2023 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 1345,1351 ---- + + # Check how to create a tarball. -*- Autoconf -*- + +! # Copyright (C) 2004-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 1676,1682 **** + AC_SUBST([am__untar]) + ]) # _AM_PROG_TAR + +! # Copyright (C) 2022-2023 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 1480,1486 ---- + AC_SUBST([am__untar]) + ]) # _AM_PROG_TAR + +! # Copyright (C) 2022-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +Only in gzip-1.13: autom4te.cache +diff -x '*.o' -crB gzip-1.13-orig/build-aux/config.sub gzip-1.13/build-aux/config.sub +*** gzip-1.13-orig/build-aux/config.sub 2023-08-17 02:47:32.000000000 +0300 +--- gzip-1.13/build-aux/config.sub 2025-03-08 22:10:42.193220118 +0200 +*************** +*** 1736,1742 **** + | onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \ + | midnightbsd* | amdhsa* | unleashed* | emscripten* | wasi* \ + | nsk* | powerunix* | genode* | zvmoe* | qnx* | emx* | zephyr* \ +! | fiwix* | mlibc* | cos* | mbr* ) + ;; + # This one is extra strict with allowed versions + sco3.2v2 | sco3.2v[4-9]* | sco5v6*) +--- 1736,1742 ---- + | onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \ + | midnightbsd* | amdhsa* | unleashed* | emscripten* | wasi* \ + | nsk* | powerunix* | genode* | zvmoe* | qnx* | emx* | zephyr* \ +! | fiwix* | mlibc* | cos* | mbr* | yggdrasil* ) + ;; + # This one is extra strict with allowed versions + sco3.2v2 | sco3.2v[4-9]* | sco5v6*) +diff -x '*.o' -crB gzip-1.13-orig/configure gzip-1.13/configure +*** gzip-1.13-orig/configure 2023-08-20 03:13:40.000000000 +0300 +--- gzip-1.13/configure 2025-03-08 22:10:54.847323213 +0200 +*************** +*** 1,6 **** + #! /bin/sh + # Guess values for system-dependent variables and create Makefiles. +! # Generated by GNU Autoconf 2.72c.32-cb6fb for gzip 1.13. + # + # Report bugs to . + # +--- 1,6 ---- + #! /bin/sh + # Guess values for system-dependent variables and create Makefiles. +! # Generated by GNU Autoconf 2.72 for gzip 1.13. + # + # Report bugs to . + # +*************** +*** 2865,2871 **** + if $ac_init_version; then + cat <<\_ACEOF + gzip configure 1.13 +! generated by GNU Autoconf 2.72c.32-cb6fb + + Copyright (C) 2023 Free Software Foundation, Inc. + This configure script is free software; the Free Software Foundation +--- 2865,2871 ---- + if $ac_init_version; then + cat <<\_ACEOF + gzip configure 1.13 +! generated by GNU Autoconf 2.72 + + Copyright (C) 2023 Free Software Foundation, Inc. + This configure script is free software; the Free Software Foundation +*************** +*** 3548,3554 **** + running configure, to aid debugging if configure makes a mistake. + + It was created by gzip $as_me 1.13, which was +! generated by GNU Autoconf 2.72c.32-cb6fb. Invocation command line was + + $ $0$ac_configure_args_raw + +--- 3548,3554 ---- + running configure, to aid debugging if configure makes a mistake. + + It was created by gzip $as_me 1.13, which was +! generated by GNU Autoconf 2.72. Invocation command line was + + $ $0$ac_configure_args_raw + +*************** +*** 3889,3899 **** + + # Test code for whether the C compiler supports C99 (global declarations) + ac_c_conftest_c99_globals=' +! // Does the compiler advertise C99 conformance? + #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L + # error "Compiler does not advertise C99 conformance" + #endif + + #include + extern int puts (const char *); + extern int printf (const char *, ...); +--- 3889,3901 ---- + + # Test code for whether the C compiler supports C99 (global declarations) + ac_c_conftest_c99_globals=' +! /* Does the compiler advertise C99 conformance? */ + #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L + # error "Compiler does not advertise C99 conformance" + #endif + ++ // See if C++-style comments work. ++ + #include + extern int puts (const char *); + extern int printf (const char *, ...); +*************** +*** 3949,3955 **** + static inline int + test_restrict (ccp restrict text) + { +- // See if C++-style comments work. + // Iterate through items via the restricted pointer. + // Also check for declarations in for loops. + for (unsigned int i = 0; *(text+i) != '\''\0'\''; ++i) +--- 3951,3956 ---- +*************** +*** 4038,4044 **** + + # Test code for whether the C compiler supports C11 (global declarations) + ac_c_conftest_c11_globals=' +! // Does the compiler advertise C11 conformance? + #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L + # error "Compiler does not advertise C11 conformance" + #endif +--- 4039,4045 ---- + + # Test code for whether the C compiler supports C11 (global declarations) + ac_c_conftest_c11_globals=' +! /* Does the compiler advertise C11 conformance? */ + #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L + # error "Compiler does not advertise C11 conformance" + #endif +*************** +*** 4374,4380 **** + + ac_config_headers="$ac_config_headers lib/config.h:lib/config.hin" + +! am__api_version='1.16' + + + +--- 4375,4381 ---- + + ac_config_headers="$ac_config_headers lib/config.h:lib/config.hin" + +! am__api_version='1.17' + + + +*************** +*** 4485,4493 **** + else case e in #( + e) if sleep 0.001 2>/dev/null + then : +! am_cv_sleep_fractional_seconds=true + else case e in #( +! e) am_cv_sleep_fractional_seconds=false ;; + esac + fi + ;; +--- 4486,4494 ---- + else case e in #( + e) if sleep 0.001 2>/dev/null + then : +! am_cv_sleep_fractional_seconds=yes + else case e in #( +! e) am_cv_sleep_fractional_seconds=no ;; + esac + fi + ;; +*************** +*** 4496,4552 **** + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_sleep_fractional_seconds" >&5 + printf "%s\n" "$am_cv_sleep_fractional_seconds" >&6; } + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking the filesystem timestamp resolution" >&5 +! printf %s "checking the filesystem timestamp resolution... " >&6; } + if test ${am_cv_filesystem_timestamp_resolution+y} + then : + printf %s "(cached) " >&6 + else case e in #( +! e) # Use names that lexically sort older-first when the timestamps are equal. +! rm -f conftest.file.a conftest.file.b +! : > conftest.file.a +! if $am_cv_sleep_fractional_seconds +! then : +! am_try_sleep=0.1 am_try_loops=20 + +! else case e in #( +! e) am_try_sleep=1 am_try_loops=2 +! ;; +! esac + fi +! am_try=0 +! while :; do +! as_fn_arith $am_try + 1 && am_try=$as_val +! echo "timestamp $am_try" > conftest.file.b +! set X `ls -t conftest.file.a conftest.file.b` +! if test "$2" = conftest.file.b || test $am_try -eq $am_try_loops; then +! break + fi +- sleep $am_try_sleep + done +! rm -f conftest.file.a conftest.file.b +! am_cv_filesystem_timestamp_resolution=$am_try +! if $am_cv_sleep_fractional_seconds +! then : +! as_fn_arith $am_try / 10 && am_cv_filesystem_timestamp_resolution=$as_val +! as_fn_arith $am_try % 10 && am_fraction=$as_val +! as_fn_append am_cv_filesystem_timestamp_resolution .$am_fraction +! +! fi + ;; + esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_filesystem_timestamp_resolution" >&5 + printf "%s\n" "$am_cv_filesystem_timestamp_resolution" >&6; } + +! rm -f conftest.file + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 + printf %s "checking whether build environment is sane... " >&6; } +! if test ${am_cv_build_env_is_sane+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) # Reject unsafe characters in $srcdir or the absolute working directory + # name. Accept space and tab only in the latter. + am_lf=' + ' +--- 4497,4645 ---- + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_sleep_fractional_seconds" >&5 + printf "%s\n" "$am_cv_sleep_fractional_seconds" >&6; } + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking filesystem timestamp resolution" >&5 +! printf %s "checking filesystem timestamp resolution... " >&6; } + if test ${am_cv_filesystem_timestamp_resolution+y} + then : + printf %s "(cached) " >&6 + else case e in #( +! e) # Default to the worst case. +! am_cv_filesystem_timestamp_resolution=2 + +! # Only try to go finer than 1 sec if sleep can do it. +! # Don't try 1 sec, because if 0.01 sec and 0.1 sec don't work, +! # - 1 sec is not much of a win compared to 2 sec, and +! # - it takes 2 seconds to perform the test whether 1 sec works. +! # +! # Instead, just use the default 2s on platforms that have 1s resolution, +! # accept the extra 1s delay when using $sleep in the Automake tests, in +! # exchange for not incurring the 2s delay for running the test for all +! # packages. +! # +! am_try_resolutions= +! if test "$am_cv_sleep_fractional_seconds" = yes; then +! # Even a millisecond often causes a bunch of false positives, +! # so just try a hundredth of a second. The time saved between .001 and +! # .01 is not terribly consequential. +! am_try_resolutions="0.01 0.1 $am_try_resolutions" +! fi +! +! # In order to catch current-generation FAT out, we must *modify* files +! # that already exist; the *creation* timestamp is finer. Use names +! # that make ls -t sort them differently when they have equal +! # timestamps than when they have distinct timestamps, keeping +! # in mind that ls -t prints the *newest* file first. +! rm -f conftest.ts? +! : > conftest.ts1 +! : > conftest.ts2 +! : > conftest.ts3 +! +! # Make sure ls -t actually works. Do 'set' in a subshell so we don't +! # clobber the current shell's arguments. (Outer-level square brackets +! # are removed by m4; they're present so that m4 does not expand +! # ; be careful, easy to get confused.) +! if ( +! set X `ls -t conftest.ts[12]` && +! { +! test "$*" != "X conftest.ts1 conftest.ts2" || +! test "$*" != "X conftest.ts2 conftest.ts1"; +! } +! ); then :; else +! # If neither matched, then we have a broken ls. This can happen +! # if, for instance, CONFIG_SHELL is bash and it inherits a +! # broken ls alias from the environment. This has actually +! # happened. Such a system could not be considered "sane". +! printf "%s\n" ""Bad output from ls -t: \"`ls -t conftest.ts[12]`\""" >&5 +! { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} +! as_fn_error $? "ls -t produces unexpected output. +! Make sure there is not a broken ls alias in your environment. +! See 'config.log' for more details" "$LINENO" 5; } + fi +! +! for am_try_res in $am_try_resolutions; do +! # Any one fine-grained sleep might happen to cross the boundary +! # between two values of a coarser actual resolution, but if we do +! # two fine-grained sleeps in a row, at least one of them will fall +! # entirely within a coarse interval. +! echo alpha > conftest.ts1 +! sleep $am_try_res +! echo beta > conftest.ts2 +! sleep $am_try_res +! echo gamma > conftest.ts3 +! +! # We assume that 'ls -t' will make use of high-resolution +! # timestamps if the operating system supports them at all. +! if (set X `ls -t conftest.ts?` && +! test "$2" = conftest.ts3 && +! test "$3" = conftest.ts2 && +! test "$4" = conftest.ts1); then +! # +! # Ok, ls -t worked. If we're at a resolution of 1 second, we're done, +! # because we don't need to test make. +! make_ok=true +! if test $am_try_res != 1; then +! # But if we've succeeded so far with a subsecond resolution, we +! # have one more thing to check: make. It can happen that +! # everything else supports the subsecond mtimes, but make doesn't; +! # notably on macOS, which ships make 3.81 from 2006 (the last one +! # released under GPLv2). https://bugs.gnu.org/68808 +! # +! # We test $MAKE if it is defined in the environment, else "make". +! # It might get overridden later, but our hope is that in practice +! # it does not matter: it is the system "make" which is (by far) +! # the most likely to be broken, whereas if the user overrides it, +! # probably they did so with a better, or at least not worse, make. +! # https://lists.gnu.org/archive/html/automake/2024-06/msg00051.html +! # +! # Create a Makefile (real tab character here): +! rm -f conftest.mk +! echo 'conftest.ts1: conftest.ts2' >conftest.mk +! echo ' touch conftest.ts2' >>conftest.mk +! # +! # Now, running +! # touch conftest.ts1; touch conftest.ts2; make +! # should touch ts1 because ts2 is newer. This could happen by luck, +! # but most often, it will fail if make's support is insufficient. So +! # test for several consecutive successes. +! # +! # (We reuse conftest.ts[12] because we still want to modify existing +! # files, not create new ones, per above.) +! n=0 +! make=${MAKE-make} +! until test $n -eq 3; do +! echo one > conftest.ts1 +! sleep $am_try_res +! echo two > conftest.ts2 # ts2 should now be newer than ts1 +! if $make -f conftest.mk | grep 'up to date' >/dev/null; then +! make_ok=false +! break # out of $n loop +! fi +! n=`expr $n + 1` +! done +! fi +! # +! if $make_ok; then +! # Everything we know to check worked out, so call this resolution good. +! am_cv_filesystem_timestamp_resolution=$am_try_res +! break # out of $am_try_res loop +! fi +! # Otherwise, we'll go on to check the next resolution. + fi + done +! rm -f conftest.ts? +! # (end _am_filesystem_timestamp_resolution) + ;; + esac + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_filesystem_timestamp_resolution" >&5 + printf "%s\n" "$am_cv_filesystem_timestamp_resolution" >&6; } + +! # This check should not be cached, as it may vary across builds of +! # different projects. + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 + printf %s "checking whether build environment is sane... " >&6; } +! # Reject unsafe characters in $srcdir or the absolute working directory + # name. Accept space and tab only in the latter. + am_lf=' + ' +*************** +*** 4564,4614 **** + # symlink; some systems play weird games with the mod time of symlinks + # (eg FreeBSD returns the mod time of the symlink's containing + # directory). +! if ( +! am_has_slept=no +! for am_try in 1 2; do +! echo "timestamp, slept: $am_has_slept" > conftest.file +! set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` +! if test "$*" = "X"; then +! # -L didn't work. +! set X `ls -t "$srcdir/configure" conftest.file` +! fi +! if test "$*" != "X $srcdir/configure conftest.file" \ +! && test "$*" != "X conftest.file $srcdir/configure"; then + +! # If neither matched, then we have a broken ls. This can happen +! # if, for instance, CONFIG_SHELL is bash and it inherits a +! # broken ls alias from the environment. This has actually +! # happened. Such a system could not be considered "sane". +! as_fn_error $? "ls -t appears to fail. Make sure there is not a broken +! alias in your environment" "$LINENO" 5 +! fi +! if test "$2" = conftest.file || test $am_try -eq 2; then +! break +! fi +! # Just in case. +! sleep $am_cv_filesystem_timestamp_resolution +! am_has_slept=yes +! done +! test "$2" = conftest.file +! ) +! then +! am_cv_build_env_is_sane=yes +! else +! as_fn_error $? "newly created file is older than distributed files! + Check your system clock" "$LINENO" 5 + fi +! ;; +! esac +! fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_build_env_is_sane" >&5 +! printf "%s\n" "$am_cv_build_env_is_sane" >&6; } + # If we didn't sleep, we still need to ensure time stamps of config.status and + # generated files are strictly newer. + am_sleep_pid= +! if ! test -e conftest.file || grep 'slept: no' conftest.file >/dev/null 2>&1; then +! ( sleep $am_cv_filesystem_timestamp_resolution ) & + am_sleep_pid=$! + fi + + rm -f conftest.file +--- 4657,4701 ---- + # symlink; some systems play weird games with the mod time of symlinks + # (eg FreeBSD returns the mod time of the symlink's containing + # directory). +! am_build_env_is_sane=no +! am_has_slept=no +! rm -f conftest.file +! for am_try in 1 2; do +! echo "timestamp, slept: $am_has_slept" > conftest.file +! if ( +! set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` +! if test "$*" = "X"; then +! # -L didn't work. +! set X `ls -t "$srcdir/configure" conftest.file` +! fi +! test "$2" = conftest.file +! ); then +! am_build_env_is_sane=yes +! break +! fi +! # Just in case. +! sleep "$am_cv_filesystem_timestamp_resolution" +! am_has_slept=yes +! done + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_build_env_is_sane" >&5 +! printf "%s\n" "$am_build_env_is_sane" >&6; } +! if test "$am_build_env_is_sane" = no; then +! as_fn_error $? "newly created file is older than distributed files! + Check your system clock" "$LINENO" 5 + fi +! + # If we didn't sleep, we still need to ensure time stamps of config.status and + # generated files are strictly newer. + am_sleep_pid= +! if test -e conftest.file || grep 'slept: no' conftest.file >/dev/null 2>&1 +! then : +! +! else case e in #( +! e) ( sleep "$am_cv_filesystem_timestamp_resolution" ) & + am_sleep_pid=$! ++ ;; ++ esac + fi + + rm -f conftest.file +*************** +*** 4783,4789 **** + as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext" || continue + case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #( + 'mkdir ('*'coreutils) '* | \ +! 'BusyBox '* | \ + 'mkdir (fileutils) '4.1*) + ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext + break 3;; +--- 4870,4876 ---- + as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext" || continue + case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #( + 'mkdir ('*'coreutils) '* | \ +! *'BusyBox '* | \ + 'mkdir (fileutils) '4.1*) + ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext + break 3;; +*************** +*** 6389,6395 **** + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. +! # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported +--- 6476,6482 ---- + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. +! # When given -MP, icc 7.0 and 7.1 complain thus: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported +*************** +*** 7761,7767 **** + + if test $ac_opt_found != yes; then + case $host_os in #( +! mingw*) : + ac_cv_sys_largefile_opts="supported through gnulib" + ac_opt_found=yes + ;; #( +--- 7848,7854 ---- + + if test $ac_opt_found != yes; then + case $host_os in #( +! mingw* | windows*) : + ac_cv_sys_largefile_opts="supported through gnulib" + ac_opt_found=yes + ;; #( +*************** +*** 15610,15615 **** +--- 15697,15706 ---- + if test $gl_cv_var_stdin_large_offset = no; then + REPLACE_FSEEKO=1 + fi ++ case "$host_os" in ++ yggdrasil*) ++ ;; ++ **) + + + +*************** +*** 15713,15723 **** + printf "%s\n" "#define FUNC_FFLUSH_STDIN $gl_func_fflush_stdin" >>confdefs.h + + +! case "$gl_cv_func_fflush_stdin" in +! *yes) ;; +! *) REPLACE_FSEEKO=1 ;; +! esac + + fi + + +--- 15804,15816 ---- + printf "%s\n" "#define FUNC_FFLUSH_STDIN $gl_func_fflush_stdin" >>confdefs.h + + +! case "$gl_cv_func_fflush_stdin" in +! *yes) ;; +! *) REPLACE_FSEEKO=1 ;; +! esac + ++ ;; ++ esac + fi + + +*************** +*** 24534,24539 **** +--- 24627,24633 ---- + then : + case "$host_os" in + # Guess no on NetBSD. ++ yggdrasil*) gl_cv_func_fcntl_f_dupfd_cloexec="guessing yes" ;; + netbsd*) gl_cv_func_fcntl_f_dupfd_cloexec="guessing no" ;; + *) gl_cv_func_fcntl_f_dupfd_cloexec="$gl_cross_guess_normal" ;; + esac +*************** +*** 26855,26860 **** +--- 26949,26958 ---- + if test $gl_cv_var_stdin_large_offset = no; then + REPLACE_FSEEKO=1 + fi ++ case "$host_os" in ++ yggdrasil*) ++ ;; ++ **) + + + +*************** +*** 26958,26968 **** + printf "%s\n" "#define FUNC_FFLUSH_STDIN $gl_func_fflush_stdin" >>confdefs.h + + +! case "$gl_cv_func_fflush_stdin" in +! *yes) ;; +! *) REPLACE_FSEEKO=1 ;; +! esac + + fi + + +--- 27056,27068 ---- + printf "%s\n" "#define FUNC_FFLUSH_STDIN $gl_func_fflush_stdin" >>confdefs.h + + +! case "$gl_cv_func_fflush_stdin" in +! *yes) ;; +! *) REPLACE_FSEEKO=1 ;; +! esac + ++ ;; ++ esac + fi + + +*************** +*** 37068,37074 **** + # values after options handling. + ac_log=" + This file was extended by gzip $as_me 1.13, which was +! generated by GNU Autoconf 2.72c.32-cb6fb. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS +--- 37168,37174 ---- + # values after options handling. + ac_log=" + This file was extended by gzip $as_me 1.13, which was +! generated by GNU Autoconf 2.72. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS +*************** +*** 37140,37146 **** + ac_cs_config='$ac_cs_config_escaped' + ac_cs_version="\\ + gzip config.status 1.13 +! configured by $0, generated by GNU Autoconf 2.72c.32-cb6fb, + with options \\"\$ac_cs_config\\" + + Copyright (C) 2023 Free Software Foundation, Inc. +--- 37240,37246 ---- + ac_cs_config='$ac_cs_config_escaped' + ac_cs_version="\\ + gzip config.status 1.13 +! configured by $0, generated by GNU Autoconf 2.72, + with options \\"\$ac_cs_config\\" + + Copyright (C) 2023 Free Software Foundation, Inc. +Only in gzip-1.13: configure~ +diff -x '*.o' -crB gzip-1.13-orig/doc/Makefile.in gzip-1.13/doc/Makefile.in +*** gzip-1.13-orig/doc/Makefile.in 2023-08-20 02:32:50.000000000 +0300 +--- gzip-1.13/doc/Makefile.in 2025-03-08 22:10:55.295211374 +0200 +*************** +*** 1,7 **** +! # Makefile.in generated by automake 1.16i from Makefile.am. + # @configure_input@ + +! # Copyright (C) 1994-2023 Free Software Foundation, Inc. + + # This Makefile.in is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 1,7 ---- +! # Makefile.in generated by automake 1.17 from Makefile.am. + # @configure_input@ + +! # Copyright (C) 1994-2024 Free Software Foundation, Inc. + + # This Makefile.in is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +diff -x '*.o' -crB gzip-1.13-orig/lib/fseterr.h gzip-1.13/lib/fseterr.h +*** gzip-1.13-orig/lib/fseterr.h 2023-05-28 04:10:34.000000000 +0300 +--- gzip-1.13/lib/fseterr.h 2025-03-08 22:10:18.772029233 +0200 +*************** +*** 30,36 **** +--- 30,38 ---- + + #if HAVE___FSETERR /* musl libc */ + ++ #if !defined(__yggdrasil__) + # include ++ #endif + # define fseterr(fp) __fseterr (fp) + + #else +diff -x '*.o' -crB gzip-1.13-orig/lib/Makefile.in gzip-1.13/lib/Makefile.in +*** gzip-1.13-orig/lib/Makefile.in 2023-08-20 02:32:50.000000000 +0300 +--- gzip-1.13/lib/Makefile.in 2025-03-08 22:10:55.455531247 +0200 +*************** +*** 1,7 **** +! # Makefile.in generated by automake 1.16i from Makefile.am. + # @configure_input@ + +! # Copyright (C) 1994-2023 Free Software Foundation, Inc. + + # This Makefile.in is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 1,7 ---- +! # Makefile.in generated by automake 1.17 from Makefile.am. + # @configure_input@ + +! # Copyright (C) 1994-2024 Free Software Foundation, Inc. + + # This Makefile.in is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +diff -x '*.o' -crB gzip-1.13-orig/m4/fcntl.m4 gzip-1.13/m4/fcntl.m4 +*** gzip-1.13-orig/m4/fcntl.m4 2023-01-02 03:20:46.000000000 +0200 +--- gzip-1.13/m4/fcntl.m4 2025-03-08 22:09:35.326306160 +0200 +*************** +*** 117,122 **** +--- 117,123 ---- + [gl_cv_func_fcntl_f_dupfd_cloexec=no], + [case "$host_os" in + # Guess no on NetBSD. ++ yggdrasil*) gl_cv_func_fcntl_f_dupfd_cloexec="guessing yes" ;; + netbsd*) gl_cv_func_fcntl_f_dupfd_cloexec="guessing no" ;; + *) gl_cv_func_fcntl_f_dupfd_cloexec="$gl_cross_guess_normal" ;; + esac +diff -x '*.o' -crB gzip-1.13-orig/m4/fseeko.m4 gzip-1.13/m4/fseeko.m4 +*** gzip-1.13-orig/m4/fseeko.m4 2023-01-02 03:20:46.000000000 +0200 +--- gzip-1.13/m4/fseeko.m4 2025-03-08 22:10:04.170910183 +0200 +*************** +*** 35,47 **** + if test $gl_cv_var_stdin_large_offset = no; then + REPLACE_FSEEKO=1 + fi +! m4_ifdef([gl_FUNC_FFLUSH_STDIN], [ +! gl_FUNC_FFLUSH_STDIN +! case "$gl_cv_func_fflush_stdin" in +! *yes) ;; +! *) REPLACE_FSEEKO=1 ;; +! esac +! ]) + fi + ]) + +--- 35,53 ---- + if test $gl_cv_var_stdin_large_offset = no; then + REPLACE_FSEEKO=1 + fi +! case "$host_os" in +! yggdrasil*) +! ;; +! **) +! m4_ifdef([gl_FUNC_FFLUSH_STDIN], [ +! gl_FUNC_FFLUSH_STDIN +! case "$gl_cv_func_fflush_stdin" in +! *yes) ;; +! *) REPLACE_FSEEKO=1 ;; +! esac +! ]) +! ;; +! esac + fi + ]) + +diff -x '*.o' -crB gzip-1.13-orig/Makefile.in gzip-1.13/Makefile.in +*** gzip-1.13-orig/Makefile.in 2023-08-20 02:32:50.000000000 +0300 +--- gzip-1.13/Makefile.in 2025-03-08 22:10:55.257576336 +0200 +*************** +*** 1,7 **** +! # Makefile.in generated by automake 1.16i from Makefile.am. + # @configure_input@ + +! # Copyright (C) 1994-2023 Free Software Foundation, Inc. + + # This Makefile.in is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 1,7 ---- +! # Makefile.in generated by automake 1.17 from Makefile.am. + # @configure_input@ + +! # Copyright (C) 1994-2024 Free Software Foundation, Inc. + + # This Makefile.in is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 370,377 **** + top_distdir = $(distdir) + am__remove_distdir = \ + if test -d "$(distdir)"; then \ +! find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ +! && rm -rf "$(distdir)" \ + || { sleep 5 && rm -rf "$(distdir)"; }; \ + else :; fi + am__post_remove_distdir = $(am__remove_distdir) +--- 370,377 ---- + top_distdir = $(distdir) + am__remove_distdir = \ + if test -d "$(distdir)"; then \ +! find "$(distdir)" -type d ! -perm -700 -exec chmod u+rwx {} ';' \ +! ; rm -rf "$(distdir)" \ + || { sleep 5 && rm -rf "$(distdir)"; }; \ + else :; fi + am__post_remove_distdir = $(am__remove_distdir) +*************** +*** 401,407 **** + done; \ + reldir="$$dir2" + DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz $(distdir).zip +! GZIP_ENV = --best + DIST_TARGETS = dist-xz dist-gzip dist-zip + # Exists only to be overridden by the user if desired. + AM_DISTCHECK_DVI_TARGET = dvi +--- 401,407 ---- + done; \ + reldir="$$dir2" + DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz $(distdir).zip +! GZIP_ENV = -9 + DIST_TARGETS = dist-xz dist-gzip dist-zip + # Exists only to be overridden by the user if desired. + AM_DISTCHECK_DVI_TARGET = dvi +*************** +*** 2223,2229 **** + distcheck: dist + case '$(DIST_ARCHIVES)' in \ + *.tar.gz*) \ +! eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ + *.tar.bz2*) \ + bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ + *.tar.lz*) \ +--- 2223,2229 ---- + distcheck: dist + case '$(DIST_ARCHIVES)' in \ + *.tar.gz*) \ +! eval GZIP= gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ + *.tar.bz2*) \ + bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ + *.tar.lz*) \ +*************** +*** 2233,2239 **** + *.tar.Z*) \ + uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ + *.shar.gz*) \ +! eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ + *.zip*) \ + unzip $(distdir).zip ;;\ + *.tar.zst*) \ +--- 2233,2239 ---- + *.tar.Z*) \ + uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ + *.shar.gz*) \ +! eval GZIP= gzip -dc $(distdir).shar.gz | unshar ;;\ + *.zip*) \ + unzip $(distdir).zip ;;\ + *.tar.zst*) \ +diff -x '*.o' -crB gzip-1.13-orig/tests/Makefile.in gzip-1.13/tests/Makefile.in +*** gzip-1.13-orig/tests/Makefile.in 2023-08-20 02:32:50.000000000 +0300 +--- gzip-1.13/tests/Makefile.in 2025-03-08 22:10:55.496675504 +0200 +*************** +*** 1,7 **** +! # Makefile.in generated by automake 1.16i from Makefile.am. + # @configure_input@ + +! # Copyright (C) 1994-2023 Free Software Foundation, Inc. + + # This Makefile.in is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 1,7 ---- +! # Makefile.in generated by automake 1.17 from Makefile.am. + # @configure_input@ + +! # Copyright (C) 1994-2024 Free Software Foundation, Inc. + + # This Makefile.in is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 352,357 **** +--- 352,358 ---- + # Default flags passed to test drivers. + am__common_driver_flags = \ + --color-tests "$$am__color_tests" \ ++ $$am__collect_skipped_logs \ + --enable-hard-errors "$$am__enable_hard_errors" \ + --expect-failure "$$am__expect_failure" + # To be inserted before the command running the test. Creates the +*************** +*** 376,381 **** +--- 377,387 ---- + elif test -f "$$f"; then dir=; \ + else dir="$(srcdir)/"; fi; \ + tst=$$dir$$f; log='$@'; \ ++ if test -n '$(IGNORE_SKIPPED_LOGS)'; then \ ++ am__collect_skipped_logs='--collect-skipped-logs no'; \ ++ else \ ++ am__collect_skipped_logs=''; \ ++ fi; \ + if test -n '$(DISABLE_HARD_ERRORS)'; then \ + am__enable_hard_errors=no; \ + else \ +*************** +*** 1972,1981 **** +--- 1977,2013 ---- + result_count $$1 "XPASS:" $$xpass "$$red"; \ + result_count $$1 "ERROR:" $$error "$$mgn"; \ + }; \ ++ output_system_information () \ ++ { \ ++ echo; \ ++ { uname -a | $(AWK) '{ \ ++ printf "System information (uname -a):"; \ ++ for (i = 1; i < NF; ++i) \ ++ { \ ++ if (i != 2) \ ++ printf " %s", $$i; \ ++ } \ ++ printf "\n"; \ ++ }'; } 2>&1; \ ++ if test -r /etc/os-release; then \ ++ echo "Distribution information (/etc/os-release):"; \ ++ sed 8q /etc/os-release; \ ++ elif test -r /etc/issue; then \ ++ echo "Distribution information (/etc/issue):"; \ ++ cat /etc/issue; \ ++ fi; \ ++ }; \ ++ please_report () \ ++ { \ ++ echo "Some test(s) failed. Please report this to $(PACKAGE_BUGREPORT),"; \ ++ echo "together with the test-suite.log file (gzipped) and your system"; \ ++ echo "information. Thanks."; \ ++ }; \ + { \ + echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ + $(am__rst_title); \ + create_testsuite_report --no-color; \ ++ output_system_information; \ + echo; \ + echo ".. contents:: :depth: 2"; \ + echo; \ +*************** +*** 1995,2003 **** + create_testsuite_report --maybe-color; \ + echo "$$col$$br$$std"; \ + if $$success; then :; else \ +! echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ + if test -n "$(PACKAGE_BUGREPORT)"; then \ +! echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ + fi; \ + echo "$$col$$br$$std"; \ + fi; \ +--- 2027,2035 ---- + create_testsuite_report --maybe-color; \ + echo "$$col$$br$$std"; \ + if $$success; then :; else \ +! echo "$${col}See $(subdir)/$(TEST_SUITE_LOG) for debugging.$${std}";\ + if test -n "$(PACKAGE_BUGREPORT)"; then \ +! please_report | sed -e "s/^/$${col}/" -e s/'$$'/"$${std}"/; \ + fi; \ + echo "$$col$$br$$std"; \ + fi; \ diff --git a/ports/gnu-gzip/port.toml b/ports/gnu-gzip/port.toml new file mode 100644 index 00000000..5a450504 --- /dev/null +++ b/ports/gnu-gzip/port.toml @@ -0,0 +1,2 @@ +description = "GNU compression utilities" +version = "1.13" diff --git a/ports/gnu-make/compile.sh b/ports/gnu-make/compile.sh deleted file mode 100755 index e445ee58..00000000 --- a/ports/gnu-make/compile.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh - -source_dir=$2 -build_dir=$3 - -mkdir -p $build_dir -cd $build_dir - -if [ ! -f Makefile ]; then - CC="clang" CFLAGS="-DNO_ARCHIVES -fPIC -target $Y_TRIPLE --sysroot $Y_SYSROOT" \ - $source_dir/make-${Y_PORT_VERSION}/configure \ - --prefix=/usr \ - --build=x86_64-pc-linux-gnu \ - --host=x86_64-unknown-yggdrasil \ - --disable-job-server -fi - -make -j diff --git a/ports/gnu-make/compile.sh b/ports/gnu-make/compile.sh new file mode 120000 index 00000000..d5f3b6cc --- /dev/null +++ b/ports/gnu-make/compile.sh @@ -0,0 +1 @@ +../meta-port-scripts/gnu-compile.sh \ No newline at end of file diff --git a/ports/gnu-make/fetch.sh b/ports/gnu-make/fetch.sh deleted file mode 100755 index d917834c..00000000 --- a/ports/gnu-make/fetch.sh +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh - -. $Y_PORT_UTILS/sig.sh - -set -e - -SRC_FILENAME="make-${Y_PORT_VERSION}.tar.gz" -SRC_SHA256="dd16fb1d67bfab79a72f5e8390735c49e3e8e70b4945a15ab1f81ddb78658fb3" -RELEASE_BASE="https://ftp.gnu.org/gnu/make" -RELEASE_URL="$RELEASE_BASE/$SRC_FILENAME" - -source_dir=$2 -build_dir=$3 - -mkdir -p $source_dir -cd $source_dir - -if [ ! -f .source-ready ]; then - curl -LO $RELEASE_URL - verify_sha256 $SRC_SHA256 $SRC_FILENAME - - tar xf $SRC_FILENAME - - cd make-${Y_PORT_VERSION} - for patch in $1/patches/*.patch; do - echo Apply $patch - patch -p1 <$patch - done - - touch $source_dir/.source-ready -fi diff --git a/ports/gnu-make/fetch.sh b/ports/gnu-make/fetch.sh new file mode 120000 index 00000000..5a8fa3a0 --- /dev/null +++ b/ports/gnu-make/fetch.sh @@ -0,0 +1 @@ +../meta-port-scripts/gnu-fetch.sh \ No newline at end of file diff --git a/ports/gnu-make/gnu-project.sh b/ports/gnu-make/gnu-project.sh new file mode 100644 index 00000000..1025e0d4 --- /dev/null +++ b/ports/gnu-make/gnu-project.sh @@ -0,0 +1,4 @@ +#!/bin/sh +export GNU_PROJECT=make +export SRC_SHA256=dd16fb1d67bfab79a72f5e8390735c49e3e8e70b4945a15ab1f81ddb78658fb3 +export GNU_CONFIGURE_OPTIONS=--disable-job-server diff --git a/ports/gnu-make/install.sh b/ports/gnu-make/install.sh deleted file mode 100755 index b8d6f327..00000000 --- a/ports/gnu-make/install.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -build_dir=$3 -cd $build_dir -make -j install DESTDIR=$Y_SYSROOT >/dev/null diff --git a/ports/gnu-make/install.sh b/ports/gnu-make/install.sh new file mode 120000 index 00000000..8a6ebf0d --- /dev/null +++ b/ports/gnu-make/install.sh @@ -0,0 +1 @@ +../meta-port-scripts/gnu-install.sh \ No newline at end of file diff --git a/ports/gnu-make/patches/0001-add-yggdrasil-support.patch b/ports/gnu-make/patches/4.4.1/0001-add-yggdrasil-support.patch similarity index 100% rename from ports/gnu-make/patches/0001-add-yggdrasil-support.patch rename to ports/gnu-make/patches/4.4.1/0001-add-yggdrasil-support.patch diff --git a/ports/gnu-patch/compile.sh b/ports/gnu-patch/compile.sh new file mode 120000 index 00000000..d5f3b6cc --- /dev/null +++ b/ports/gnu-patch/compile.sh @@ -0,0 +1 @@ +../meta-port-scripts/gnu-compile.sh \ No newline at end of file diff --git a/ports/gnu-patch/fetch.sh b/ports/gnu-patch/fetch.sh new file mode 120000 index 00000000..5a8fa3a0 --- /dev/null +++ b/ports/gnu-patch/fetch.sh @@ -0,0 +1 @@ +../meta-port-scripts/gnu-fetch.sh \ No newline at end of file diff --git a/ports/gnu-patch/gnu-project.sh b/ports/gnu-patch/gnu-project.sh new file mode 100644 index 00000000..aa6e1e35 --- /dev/null +++ b/ports/gnu-patch/gnu-project.sh @@ -0,0 +1,4 @@ +#!/bin/sh +GNU_PROJECT=patch +SRC_SHA256=8cf86e00ad3aaa6d26aca30640e86b0e3e1f395ed99f189b06d4c9f74bc58a4e +GNU_CONFIGURE_OPTIONS= diff --git a/ports/gnu-patch/install.sh b/ports/gnu-patch/install.sh new file mode 120000 index 00000000..8a6ebf0d --- /dev/null +++ b/ports/gnu-patch/install.sh @@ -0,0 +1 @@ +../meta-port-scripts/gnu-install.sh \ No newline at end of file diff --git a/ports/gnu-patch/patches/2.7.6/0001-patch-2.7.6-add-yggdrasil-support.patch b/ports/gnu-patch/patches/2.7.6/0001-patch-2.7.6-add-yggdrasil-support.patch new file mode 100644 index 00000000..36f688ec --- /dev/null +++ b/ports/gnu-patch/patches/2.7.6/0001-patch-2.7.6-add-yggdrasil-support.patch @@ -0,0 +1,41456 @@ +diff -x '*.o' -crB patch-2.7.6-orig/aclocal.m4 patch-2.7.6/aclocal.m4 +*** patch-2.7.6-orig/aclocal.m4 2018-02-03 15:33:50.000000000 +0200 +--- patch-2.7.6/aclocal.m4 2025-03-08 23:58:48.280369765 +0200 +*************** +*** 1,6 **** +! # generated automatically by aclocal 1.15.1 -*- Autoconf -*- + +! # Copyright (C) 1996-2017 Free Software Foundation, Inc. + + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 1,6 ---- +! # generated automatically by aclocal 1.17 -*- Autoconf -*- + +! # Copyright (C) 1996-2024 Free Software Foundation, Inc. + + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 14,43 **** + m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) + m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +! m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],, +! [m4_warning([this file was generated for autoconf 2.69. + You have another version of autoconf. It may work, but is not guaranteed to. + If you have problems, you may need to regenerate the build system entirely. + To do so, use the procedure documented by the package, typically 'autoreconf'.])]) + +! # po.m4 serial 24 (gettext-0.19) +! dnl Copyright (C) 1995-2014, 2016 Free Software Foundation, Inc. + dnl This file is free software; the Free Software Foundation + dnl gives unlimited permission to copy and/or distribute it, + dnl with or without modifications, as long as this notice is preserved. + dnl + dnl This file can be used in projects which are not available under +! dnl the GNU General Public License or the GNU Library General Public + dnl License but which still want to provide support for the GNU gettext + dnl functionality. + dnl Please note that the actual code of the GNU gettext library is covered +! dnl by the GNU Library General Public License, and the rest of the GNU + dnl gettext package is covered by the GNU General Public License. + dnl They are *not* in the public domain. + + dnl Authors: + dnl Ulrich Drepper , 1995-2000. +! dnl Bruno Haible , 2000-2003. + + AC_PREREQ([2.60]) + +--- 14,45 ---- + m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) + m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +! m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.72],, +! [m4_warning([this file was generated for autoconf 2.72. + You have another version of autoconf. It may work, but is not guaranteed to. + If you have problems, you may need to regenerate the build system entirely. + To do so, use the procedure documented by the package, typically 'autoreconf'.])]) + +! # po.m4 +! # serial 34 (gettext-0.24) +! dnl Copyright (C) 1995-2024 Free Software Foundation, Inc. + dnl This file is free software; the Free Software Foundation + dnl gives unlimited permission to copy and/or distribute it, + dnl with or without modifications, as long as this notice is preserved. ++ dnl This file is offered as-is, without any warranty. + dnl + dnl This file can be used in projects which are not available under +! dnl the GNU General Public License or the GNU Lesser General Public + dnl License but which still want to provide support for the GNU gettext + dnl functionality. + dnl Please note that the actual code of the GNU gettext library is covered +! dnl by the GNU Lesser General Public License, and the rest of the GNU + dnl gettext package is covered by the GNU General Public License. + dnl They are *not* in the public domain. + + dnl Authors: + dnl Ulrich Drepper , 1995-2000. +! dnl Bruno Haible , 2000-2024. + + AC_PREREQ([2.60]) + +*************** +*** 52,58 **** + + dnl Release version of the gettext macros. This is used to ensure that + dnl the gettext macros and po/Makefile.in.in are in sync. +! AC_SUBST([GETTEXT_MACRO_VERSION], [0.19]) + + dnl Perform the following tests also if --disable-nls has been given, + dnl because they are needed for "make dist" to work. +--- 54,60 ---- + + dnl Release version of the gettext macros. This is used to ensure that + dnl the gettext macros and po/Makefile.in.in are in sync. +! AC_SUBST([GETTEXT_MACRO_VERSION], [0.24]) + + dnl Perform the following tests also if --disable-nls has been given, + dnl because they are needed for "make dist" to work. +*************** +*** 68,80 **** + + dnl Test whether it is GNU msgfmt >= 0.15. + changequote(,)dnl +- case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in +- '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;; +- *) MSGFMT_015=$MSGFMT ;; +- esac +- changequote([,])dnl +- AC_SUBST([MSGFMT_015]) +- changequote(,)dnl + case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in + '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;; + *) GMSGFMT_015=$GMSGFMT ;; +--- 70,75 ---- +*************** +*** 105,120 **** + AM_PATH_PROG_WITH_TEST(MSGMERGE, msgmerge, + [$ac_dir/$ac_word --update -q /dev/null /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1], :) + +! dnl Installation directories. +! dnl Autoconf >= 2.60 defines localedir. For older versions of autoconf, we +! dnl have to define it here, so that it can be used in po/Makefile. +! test -n "$localedir" || localedir='${datadir}/locale' +! AC_SUBST([localedir]) + + dnl Support for AM_XGETTEXT_OPTION. + test -n "${XGETTEXT_EXTRA_OPTIONS+set}" || XGETTEXT_EXTRA_OPTIONS= + AC_SUBST([XGETTEXT_EXTRA_OPTIONS]) + + AC_CONFIG_COMMANDS([po-directories], [[ + for ac_file in $CONFIG_FILES; do + # Support "outfile[:infile[:infile...]]" +--- 100,135 ---- + AM_PATH_PROG_WITH_TEST(MSGMERGE, msgmerge, + [$ac_dir/$ac_word --update -q /dev/null /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1], :) + +! dnl Test whether it is GNU msgmerge >= 0.20. +! if LC_ALL=C $MSGMERGE --help | grep ' --for-msgfmt ' >/dev/null; then +! MSGMERGE_FOR_MSGFMT_OPTION='--for-msgfmt' +! else +! dnl Test whether it is GNU msgmerge >= 0.12. +! if LC_ALL=C $MSGMERGE --help | grep ' --no-fuzzy-matching ' >/dev/null; then +! MSGMERGE_FOR_MSGFMT_OPTION='--no-fuzzy-matching --no-location --quiet' +! else +! dnl With these old versions, $(MSGMERGE) $(MSGMERGE_FOR_MSGFMT_OPTION) is +! dnl slow. But this is not a big problem, as such old gettext versions are +! dnl hardly in use any more. +! MSGMERGE_FOR_MSGFMT_OPTION='--no-location --quiet' +! fi +! fi +! AC_SUBST([MSGMERGE_FOR_MSGFMT_OPTION]) + + dnl Support for AM_XGETTEXT_OPTION. + test -n "${XGETTEXT_EXTRA_OPTIONS+set}" || XGETTEXT_EXTRA_OPTIONS= + AC_SUBST([XGETTEXT_EXTRA_OPTIONS]) + ++ if test -n "$ALL_LINGUAS"; then ++ test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete" ++ fi ++ ++ dnl Capture the value of LINGUAS because we need it to compute CATALOGS. ++ dnl In the Makefile, call it DESIRED_LINGUAS (because there, LINGUAS denotes ++ dnl the set of available translations, given by the developer). ++ DESIRED_LINGUAS="${LINGUAS-\$(ALL_LINGUAS)}" ++ AC_SUBST([DESIRED_LINGUAS]) ++ + AC_CONFIG_COMMANDS([po-directories], [[ + for ac_file in $CONFIG_FILES; do + # Support "outfile[:infile[:infile...]]" +*************** +*** 130,463 **** + # In autoconf-2.13 it is called $ac_given_srcdir. + # In autoconf-2.50 it is called $srcdir. + test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" +- case "$ac_given_srcdir" in +- .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; +- /*) top_srcdir="$ac_given_srcdir" ;; +- *) top_srcdir="$ac_dots$ac_given_srcdir" ;; +- esac + # Treat a directory as a PO directory if and only if it has a + # POTFILES.in file. This allows packages to have multiple PO + # directories under different names or in different locations. + if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then +- rm -f "$ac_dir/POTFILES" +- test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES" +- gt_tab=`printf '\t'` +- cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ${gt_tab}]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES" +- POMAKEFILEDEPS="POTFILES.in" +- # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend +- # on $ac_dir but don't depend on user-specified configuration +- # parameters. +- if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then +- # The LINGUAS file contains the set of available languages. +- if test -n "$OBSOLETE_ALL_LINGUAS"; then +- test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete" +- fi +- ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` +- # Hide the ALL_LINGUAS assignment from automake < 1.5. +- eval 'ALL_LINGUAS''=$ALL_LINGUAS_' +- POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" +- else +- # The set of available languages was given in configure.in. +- # Hide the ALL_LINGUAS assignment from automake < 1.5. +- eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS' +- fi +- # Compute POFILES +- # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po) +- # Compute UPDATEPOFILES +- # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update) +- # Compute DUMMYPOFILES +- # as $(foreach lang, $(ALL_LINGUAS), $(lang).nop) +- # Compute GMOFILES +- # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo) +- case "$ac_given_srcdir" in +- .) srcdirpre= ;; +- *) srcdirpre='$(srcdir)/' ;; +- esac +- POFILES= +- UPDATEPOFILES= +- DUMMYPOFILES= +- GMOFILES= +- for lang in $ALL_LINGUAS; do +- POFILES="$POFILES $srcdirpre$lang.po" +- UPDATEPOFILES="$UPDATEPOFILES $lang.po-update" +- DUMMYPOFILES="$DUMMYPOFILES $lang.nop" +- GMOFILES="$GMOFILES $srcdirpre$lang.gmo" +- done +- # CATALOGS depends on both $ac_dir and the user's LINGUAS +- # environment variable. +- INST_LINGUAS= +- if test -n "$ALL_LINGUAS"; then +- for presentlang in $ALL_LINGUAS; do +- useit=no +- if test "%UNSET%" != "$LINGUAS"; then +- desiredlanguages="$LINGUAS" +- else +- desiredlanguages="$ALL_LINGUAS" +- fi +- for desiredlang in $desiredlanguages; do +- # Use the presentlang catalog if desiredlang is +- # a. equal to presentlang, or +- # b. a variant of presentlang (because in this case, +- # presentlang can be used as a fallback for messages +- # which are not translated in the desiredlang catalog). +- case "$desiredlang" in +- "$presentlang"*) useit=yes;; +- esac +- done +- if test $useit = yes; then +- INST_LINGUAS="$INST_LINGUAS $presentlang" +- fi +- done +- fi +- CATALOGS= +- if test -n "$INST_LINGUAS"; then +- for lang in $INST_LINGUAS; do +- CATALOGS="$CATALOGS $lang.gmo" +- done +- fi + test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile" +! sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile" +! for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do +! if test -f "$f"; then +! case "$f" in +! *.orig | *.bak | *~) ;; +! *) cat "$f" >> "$ac_dir/Makefile" ;; +! esac +! fi +! done + fi + ;; + esac + done]], +! [# Capture the value of obsolete ALL_LINGUAS because we need it to compute +! # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it +! # from automake < 1.5. +! eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"' +! # Capture the value of LINGUAS because we need it to compute CATALOGS. +! LINGUAS="${LINGUAS-%UNSET%}" +! ]) + ]) + + dnl Postprocesses a Makefile in a directory containing PO files. + AC_DEFUN([AM_POSTPROCESS_PO_MAKEFILE], + [ +! # When this code is run, in config.status, two variables have already been +! # set: +! # - OBSOLETE_ALL_LINGUAS is the value of LINGUAS set in configure.in, +! # - LINGUAS is the value of the environment variable LINGUAS at configure +! # time. +! +! changequote(,)dnl +! # Adjust a relative srcdir. +! ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` +! ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'` +! ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` +! # In autoconf-2.13 it is called $ac_given_srcdir. +! # In autoconf-2.50 it is called $srcdir. +! test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" +! case "$ac_given_srcdir" in +! .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; +! /*) top_srcdir="$ac_given_srcdir" ;; +! *) top_srcdir="$ac_dots$ac_given_srcdir" ;; +! esac +! +! # Find a way to echo strings without interpreting backslash. +! if test "X`(echo '\t') 2>/dev/null`" = 'X\t'; then +! gt_echo='echo' +! else +! if test "X`(printf '%s\n' '\t') 2>/dev/null`" = 'X\t'; then +! gt_echo='printf %s\n' +! else +! echo_func () { +! cat < "$ac_file.tmp" +! tab=`printf '\t'` +! if grep -l '@TCLCATALOGS@' "$ac_file" > /dev/null; then +! # Add dependencies that cannot be formulated as a simple suffix rule. +! for lang in $ALL_LINGUAS; do +! frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'` +! cat >> "$ac_file.tmp" < /dev/null; then +! # Add dependencies that cannot be formulated as a simple suffix rule. +! for lang in $ALL_LINGUAS; do +! frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'` +! cat >> "$ac_file.tmp" <> "$ac_file.tmp" < "$ac_dir/Makefile" + fi + ;; + esac + done]], +! []) + ]) + + dnl Postprocesses a Makefile in a directory containing PO files. + AC_DEFUN([AM_POSTPROCESS_PO_MAKEFILE], + [ +! sed -e 's,^#distdir:,distdir:,' < "$ac_file" > "$ac_file.tmp" + mv "$ac_file.tmp" "$ac_file" + ]) + +*************** +*** 474,480 **** + XGETTEXT_EXTRA_OPTIONS="$XGETTEXT_EXTRA_OPTIONS $1" + ]) + +! # Copyright (C) 2002-2017 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 178,184 ---- + XGETTEXT_EXTRA_OPTIONS="$XGETTEXT_EXTRA_OPTIONS $1" + ]) + +! # Copyright (C) 2002-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 486,495 **** + # generated from the m4 files accompanying Automake X.Y. + # (This private macro should not be called outside this file.) + AC_DEFUN([AM_AUTOMAKE_VERSION], +! [am__api_version='1.15' + dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to + dnl require some minimum version. Point them to the right macro. +! m4_if([$1], [1.15.1], [], + [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl + ]) + +--- 190,199 ---- + # generated from the m4 files accompanying Automake X.Y. + # (This private macro should not be called outside this file.) + AC_DEFUN([AM_AUTOMAKE_VERSION], +! [am__api_version='1.17' + dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to + dnl require some minimum version. Point them to the right macro. +! m4_if([$1], [1.17], [], + [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl + ]) + +*************** +*** 505,516 **** + # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. + # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. + AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], +! [AM_AUTOMAKE_VERSION([1.15.1])dnl + m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl + _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) + +! # Copyright (C) 2011-2017 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 209,220 ---- + # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. + # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. + AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], +! [AM_AUTOMAKE_VERSION([1.17])dnl + m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl + _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) + +! # Copyright (C) 2011-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 524,539 **** + AC_DEFUN([AM_PROG_AR], + [AC_BEFORE([$0], [LT_INIT])dnl + AC_BEFORE([$0], [AC_PROG_LIBTOOL])dnl + AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl + AC_REQUIRE_AUX_FILE([ar-lib])dnl + AC_CHECK_TOOLS([AR], [ar lib "link -lib"], [false]) + : ${AR=ar} + + AC_CACHE_CHECK([the archiver ($AR) interface], [am_cv_ar_interface], + [AC_LANG_PUSH([C]) + am_cv_ar_interface=ar + AC_COMPILE_IFELSE([AC_LANG_SOURCE([[int some_variable = 0;]])], +! [am_ar_try='$AR cru libconftest.a conftest.$ac_objext >&AS_MESSAGE_LOG_FD' + AC_TRY_EVAL([am_ar_try]) + if test "$ac_status" -eq 0; then + am_cv_ar_interface=ar +--- 228,245 ---- + AC_DEFUN([AM_PROG_AR], + [AC_BEFORE([$0], [LT_INIT])dnl + AC_BEFORE([$0], [AC_PROG_LIBTOOL])dnl ++ AC_BEFORE([$0], [AC_PROG_AR])dnl + AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl + AC_REQUIRE_AUX_FILE([ar-lib])dnl + AC_CHECK_TOOLS([AR], [ar lib "link -lib"], [false]) + : ${AR=ar} ++ : ${ARFLAGS=cr} + + AC_CACHE_CHECK([the archiver ($AR) interface], [am_cv_ar_interface], + [AC_LANG_PUSH([C]) + am_cv_ar_interface=ar + AC_COMPILE_IFELSE([AC_LANG_SOURCE([[int some_variable = 0;]])], +! [am_ar_try='$AR $ARFLAGS libconftest.a conftest.$ac_objext >&AS_MESSAGE_LOG_FD' + AC_TRY_EVAL([am_ar_try]) + if test "$ac_status" -eq 0; then + am_cv_ar_interface=ar +*************** +*** 572,578 **** + + # AM_AUX_DIR_EXPAND -*- Autoconf -*- + +! # Copyright (C) 2001-2017 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 278,284 ---- + + # AM_AUX_DIR_EXPAND -*- Autoconf -*- + +! # Copyright (C) 2001-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 624,630 **** + + # AM_CONDITIONAL -*- Autoconf -*- + +! # Copyright (C) 1997-2017 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 330,336 ---- + + # AM_CONDITIONAL -*- Autoconf -*- + +! # Copyright (C) 1997-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 655,661 **** + Usually this means the macro was only invoked conditionally.]]) + fi])]) + +! # Copyright (C) 1999-2017 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 361,367 ---- + Usually this means the macro was only invoked conditionally.]]) + fi])]) + +! # Copyright (C) 1999-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 787,793 **** + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. +! # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported +--- 493,499 ---- + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. +! # When given -MP, icc 7.0 and 7.1 complain thus: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported +*************** +*** 846,852 **** + + # Generate code to set up dependency tracking. -*- Autoconf -*- + +! # Copyright (C) 1999-2017 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 552,558 ---- + + # Generate code to set up dependency tracking. -*- Autoconf -*- + +! # Copyright (C) 1999-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 860,908 **** + # Older Autoconf quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. +! case $CONFIG_FILES in +! *\'*) eval set x "$CONFIG_FILES" ;; +! *) set x $CONFIG_FILES ;; +! esac + shift +! for mf + do + # Strip MF so we end up with the name of the file. +! mf=`echo "$mf" | sed -e 's/:.*$//'` +! # Check whether this is an Automake generated Makefile or not. +! # We used to match only the files named 'Makefile.in', but +! # some people rename them; so instead we look at the file content. +! # Grep'ing the first line is not enough: some people post-process +! # each Makefile.in and add a new line on top of each file to say so. +! # Grep'ing the whole file is not good either: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. +! if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then +! dirpart=`AS_DIRNAME("$mf")` +! else +! continue +! fi +! # Extract the definition of DEPDIR, am__include, and am__quote +! # from the Makefile without running 'make'. +! DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` +! test -z "$DEPDIR" && continue +! am__include=`sed -n 's/^am__include = //p' < "$mf"` +! test -z "$am__include" && continue +! am__quote=`sed -n 's/^am__quote = //p' < "$mf"` +! # Find all dependency output files, they are included files with +! # $(DEPDIR) in their names. We invoke sed twice because it is the +! # simplest approach to changing $(DEPDIR) to its actual value in the +! # expansion. +! for file in `sed -n " +! s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ +! sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do +! # Make sure the directory exists. +! test -f "$dirpart/$file" && continue +! fdir=`AS_DIRNAME(["$file"])` +! AS_MKDIR_P([$dirpart/$fdir]) +! # echo "creating $dirpart/$file" +! echo '# dummy' > "$dirpart/$file" +! done + done + } + ])# _AM_OUTPUT_DEPENDENCY_COMMANDS + +--- 565,607 ---- + # Older Autoconf quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. +! # TODO: see whether this extra hack can be removed once we start +! # requiring Autoconf 2.70 or later. +! AS_CASE([$CONFIG_FILES], +! [*\'*], [eval set x "$CONFIG_FILES"], +! [*], [set x $CONFIG_FILES]) + shift +! # Used to flag and report bootstrapping failures. +! am_rc=0 +! for am_mf + do + # Strip MF so we end up with the name of the file. +! am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'` +! # Check whether this is an Automake generated Makefile which includes +! # dependency-tracking related rules and includes. +! # Grep'ing the whole file directly is not great: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. +! sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ +! || continue +! am_dirpart=`AS_DIRNAME(["$am_mf"])` +! am_filepart=`AS_BASENAME(["$am_mf"])` +! AM_RUN_LOG([cd "$am_dirpart" \ +! && sed -e '/# am--include-marker/d' "$am_filepart" \ +! | $MAKE -f - am--depfiles]) || am_rc=$? + done ++ if test $am_rc -ne 0; then ++ AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments ++ for automatic dependency tracking. If GNU make was not used, consider ++ re-running the configure script with MAKE="gmake" (or whatever is ++ necessary). You can also try re-running configure with the ++ '--disable-dependency-tracking' option to at least be able to build ++ the package (albeit without support for automatic dependency tracking).]) ++ fi ++ AS_UNSET([am_dirpart]) ++ AS_UNSET([am_filepart]) ++ AS_UNSET([am_mf]) ++ AS_UNSET([am_rc]) ++ rm -f conftest-deps.mk + } + ])# _AM_OUTPUT_DEPENDENCY_COMMANDS + +*************** +*** 911,928 **** + # ----------------------------- + # This macro should only be invoked once -- use via AC_REQUIRE. + # +! # This code is only required when automatic dependency tracking +! # is enabled. FIXME. This creates each '.P' file that we will +! # need in order to bootstrap the dependency handling code. + AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], + [AC_CONFIG_COMMANDS([depfiles], + [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], +! [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) +! ]) + + # Do all the work for Automake. -*- Autoconf -*- + +! # Copyright (C) 1996-2017 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 610,626 ---- + # ----------------------------- + # This macro should only be invoked once -- use via AC_REQUIRE. + # +! # This code is only required when automatic dependency tracking is enabled. +! # This creates each '.Po' and '.Plo' makefile fragment that we'll need in +! # order to bootstrap the dependency handling code. + AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], + [AC_CONFIG_COMMANDS([depfiles], + [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], +! [AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])]) + + # Do all the work for Automake. -*- Autoconf -*- + +! # Copyright (C) 1996-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 950,955 **** +--- 648,657 ---- + # release and drop the old call support. + AC_DEFUN([AM_INIT_AUTOMAKE], + [AC_PREREQ([2.65])dnl ++ m4_ifdef([_$0_ALREADY_INIT], ++ [m4_fatal([$0 expanded multiple times ++ ]m4_defn([_$0_ALREADY_INIT]))], ++ [m4_define([_$0_ALREADY_INIT], m4_expansion_stack)])dnl + dnl Autoconf wants to disallow AM_ names. We explicitly allow + dnl the ones we care about. + m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl +*************** +*** 986,992 **** + [_AM_SET_OPTIONS([$1])dnl + dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. + m4_if( +! m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]), + [ok:ok],, + [m4_fatal([AC_INIT should be called with package and version arguments])])dnl + AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl +--- 688,694 ---- + [_AM_SET_OPTIONS([$1])dnl + dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. + m4_if( +! m4_ifset([AC_PACKAGE_NAME], [ok]):m4_ifset([AC_PACKAGE_VERSION], [ok]), + [ok:ok],, + [m4_fatal([AC_INIT should be called with package and version arguments])])dnl + AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl +*************** +*** 1009,1016 **** + AC_REQUIRE([AC_PROG_MKDIR_P])dnl + # For better backward compatibility. To be removed once Automake 1.9.x + # dies out for good. For more background, see: +! # +! # + AC_SUBST([mkdir_p], ['$(MKDIR_P)']) + # We need awk for the "check" target (and possibly the TAP driver). The + # system "awk" is bad on some platforms. +--- 711,718 ---- + AC_REQUIRE([AC_PROG_MKDIR_P])dnl + # For better backward compatibility. To be removed once Automake 1.9.x + # dies out for good. For more background, see: +! # +! # + AC_SUBST([mkdir_p], ['$(MKDIR_P)']) + # We need awk for the "check" target (and possibly the TAP driver). The + # system "awk" is bad on some platforms. +*************** +*** 1038,1044 **** + [m4_define([AC_PROG_OBJCXX], + m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl + ]) +! AC_REQUIRE([AM_SILENT_RULES])dnl + dnl The testsuite driver may need to know about EXEEXT, so add the + dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This + dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. +--- 740,760 ---- + [m4_define([AC_PROG_OBJCXX], + m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl + ]) +! # Variables for tags utilities; see am/tags.am +! if test -z "$CTAGS"; then +! CTAGS=ctags +! fi +! AC_SUBST([CTAGS]) +! if test -z "$ETAGS"; then +! ETAGS=etags +! fi +! AC_SUBST([ETAGS]) +! if test -z "$CSCOPE"; then +! CSCOPE=cscope +! fi +! AC_SUBST([CSCOPE]) +! +! AC_REQUIRE([_AM_SILENT_RULES])dnl + dnl The testsuite driver may need to know about EXEEXT, so add the + dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This + dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. +*************** +*** 1046,1092 **** + [m4_provide_if([_AM_COMPILER_EXEEXT], + [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl + +! # POSIX will say in a future version that running "rm -f" with no argument +! # is OK; and we want to be able to make that assumption in our Makefile +! # recipes. So use an aggressive probe to check that the usage we want is +! # actually supported "in the wild" to an acceptable degree. +! # See automake bug#10828. +! # To make any issue more visible, cause the running configure to be aborted +! # by default if the 'rm' program in use doesn't match our expectations; the +! # user can still override this though. +! if rm -f && rm -fr && rm -rf; then : OK; else +! cat >&2 <<'END' +! Oops! +! +! Your 'rm' program seems unable to run without file operands specified +! on the command line, even when the '-f' option is present. This is contrary +! to the behaviour of most rm programs out there, and not conforming with +! the upcoming POSIX standard: +! +! Please tell bug-automake@gnu.org about your system, including the value +! of your $PATH and any error possibly output before this message. This +! can help us improve future automake versions. +! +! END +! if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then +! echo 'Configuration will proceed anyway, since you have set the' >&2 +! echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 +! echo >&2 +! else +! cat >&2 <<'END' +! Aborting the configuration process, to ensure you take notice of the issue. + +- You can download and install GNU coreutils to get an 'rm' implementation +- that behaves properly: . +- +- If you want to complete the configuration process using your problematic +- 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +- to "yes", and re-run configure. +- +- END +- AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) +- fi +- fi + dnl The trailing newline in this macro's definition is deliberate, for + dnl backward compatibility and to allow trailing 'dnl'-style comments + dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. +--- 762,770 ---- + [m4_provide_if([_AM_COMPILER_EXEEXT], + [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl + +! AC_REQUIRE([_AM_PROG_RM_F]) +! AC_REQUIRE([_AM_PROG_XARGS_N]) + + dnl The trailing newline in this macro's definition is deliberate, for + dnl backward compatibility and to allow trailing 'dnl'-style comments + dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. +*************** +*** 1119,1125 **** + done + echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) + +! # Copyright (C) 2001-2017 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 797,803 ---- + done + echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) + +! # Copyright (C) 2001-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 1140,1146 **** + fi + AC_SUBST([install_sh])]) + +! # Copyright (C) 2003-2017 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 818,824 ---- + fi + AC_SUBST([install_sh])]) + +! # Copyright (C) 2003-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 1161,1167 **** + + # Check to see how 'make' treats includes. -*- Autoconf -*- + +! # Copyright (C) 2001-2017 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 839,845 ---- + + # Check to see how 'make' treats includes. -*- Autoconf -*- + +! # Copyright (C) 2001-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 1169,1217 **** + + # AM_MAKE_INCLUDE() + # ----------------- +! # Check to see how make treats includes. + AC_DEFUN([AM_MAKE_INCLUDE], +! [am_make=${MAKE-make} +! cat > confinc << 'END' + am__doit: +! @echo this is the am__doit target + .PHONY: am__doit + END +- # If we don't find an include directive, just comment out the code. +- AC_MSG_CHECKING([for style of include used by $am_make]) + am__include="#" + am__quote= +! _am_result=none +! # First try GNU make style include. +! echo "include confinc" > confmf +! # Ignore all kinds of additional output from 'make'. +! case `$am_make -s -f confmf 2> /dev/null` in #( +! *the\ am__doit\ target*) +! am__include=include +! am__quote= +! _am_result=GNU +! ;; +! esac +! # Now try BSD make style include. +! if test "$am__include" = "#"; then +! echo '.include "confinc"' > confmf +! case `$am_make -s -f confmf 2> /dev/null` in #( +! *the\ am__doit\ target*) +! am__include=.include +! am__quote="\"" +! _am_result=BSD +! ;; +! esac +! fi +! AC_SUBST([am__include]) +! AC_SUBST([am__quote]) +! AC_MSG_RESULT([$_am_result]) +! rm -f confinc confmf +! ]) + + # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- + +! # Copyright (C) 1997-2017 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 847,888 ---- + + # AM_MAKE_INCLUDE() + # ----------------- +! # Check whether make has an 'include' directive that can support all +! # the idioms we need for our automatic dependency tracking code. + AC_DEFUN([AM_MAKE_INCLUDE], +! [AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive]) +! cat > confinc.mk << 'END' + am__doit: +! @echo this is the am__doit target >confinc.out + .PHONY: am__doit + END + am__include="#" + am__quote= +! # BSD make does it like this. +! echo '.include "confinc.mk" # ignored' > confmf.BSD +! # Other make implementations (GNU, Solaris 10, AIX) do it like this. +! echo 'include confinc.mk # ignored' > confmf.GNU +! _am_result=no +! for s in GNU BSD; do +! AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out]) +! AS_CASE([$?:`cat confinc.out 2>/dev/null`], +! ['0:this is the am__doit target'], +! [AS_CASE([$s], +! [BSD], [am__include='.include' am__quote='"'], +! [am__include='include' am__quote=''])]) +! if test "$am__include" != "#"; then +! _am_result="yes ($s style)" +! break +! fi +! done +! rm -f confinc.* confmf.* +! AC_MSG_RESULT([${_am_result}]) +! AC_SUBST([am__include])]) +! AC_SUBST([am__quote])]) + + # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- + +! # Copyright (C) 1997-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 1232,1243 **** + [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl + AC_REQUIRE_AUX_FILE([missing])dnl + if test x"${MISSING+set}" != xset; then +! case $am_aux_dir in +! *\ * | *\ *) +! MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; +! *) +! MISSING="\${SHELL} $am_aux_dir/missing" ;; +! esac + fi + # Use eval to expand $SHELL + if eval "$MISSING --is-lightweight"; then +--- 903,909 ---- + [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl + AC_REQUIRE_AUX_FILE([missing])dnl + if test x"${MISSING+set}" != xset; then +! MISSING="\${SHELL} '$am_aux_dir/missing'" + fi + # Use eval to expand $SHELL + if eval "$MISSING --is-lightweight"; then +*************** +*** 1250,1256 **** + + # Helper functions for option handling. -*- Autoconf -*- + +! # Copyright (C) 2001-2017 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 916,922 ---- + + # Helper functions for option handling. -*- Autoconf -*- + +! # Copyright (C) 2001-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 1279,1285 **** + AC_DEFUN([_AM_IF_OPTION], + [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) + +! # Copyright (C) 1999-2017 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 945,951 ---- + AC_DEFUN([_AM_IF_OPTION], + [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) + +! # Copyright (C) 1999-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 1326,1332 **** + # For backward compatibility. + AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) + +! # Copyright (C) 2001-2017 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 992,1014 ---- + # For backward compatibility. + AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) + +! # Copyright (C) 2022-2024 Free Software Foundation, Inc. +! # +! # This file is free software; the Free Software Foundation +! # gives unlimited permission to copy and/or distribute it, +! # with or without modifications, as long as this notice is preserved. +! +! # _AM_PROG_RM_F +! # --------------- +! # Check whether 'rm -f' without any arguments works. +! # https://bugs.gnu.org/10828 +! AC_DEFUN([_AM_PROG_RM_F], +! [am__rm_f_notfound= +! AS_IF([(rm -f && rm -fr && rm -rf) 2>/dev/null], [], [am__rm_f_notfound='""']) +! AC_SUBST(am__rm_f_notfound) +! ]) +! +! # Copyright (C) 2001-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 1345,1360 **** + + # Check to make sure that the build environment is sane. -*- Autoconf -*- + +! # Copyright (C) 1996-2017 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, + # with or without modifications, as long as this notice is preserved. + + # AM_SANITY_CHECK + # --------------- + AC_DEFUN([AM_SANITY_CHECK], +! [AC_MSG_CHECKING([whether build environment is sane]) + # Reject unsafe characters in $srcdir or the absolute working directory + # name. Accept space and tab only in the latter. + am_lf=' +--- 1027,1195 ---- + + # Check to make sure that the build environment is sane. -*- Autoconf -*- + +! # Copyright (C) 1996-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, + # with or without modifications, as long as this notice is preserved. + ++ # _AM_SLEEP_FRACTIONAL_SECONDS ++ # ---------------------------- ++ AC_DEFUN([_AM_SLEEP_FRACTIONAL_SECONDS], [dnl ++ AC_CACHE_CHECK([whether sleep supports fractional seconds], ++ am_cv_sleep_fractional_seconds, [dnl ++ AS_IF([sleep 0.001 2>/dev/null], [am_cv_sleep_fractional_seconds=yes], ++ [am_cv_sleep_fractional_seconds=no]) ++ ])]) ++ ++ # _AM_FILESYSTEM_TIMESTAMP_RESOLUTION ++ # ----------------------------------- ++ # Determine the filesystem's resolution for file modification ++ # timestamps. The coarsest we know of is FAT, with a resolution ++ # of only two seconds, even with the most recent "exFAT" extensions. ++ # The finest (e.g. ext4 with large inodes, XFS, ZFS) is one ++ # nanosecond, matching clock_gettime. However, it is probably not ++ # possible to delay execution of a shell script for less than one ++ # millisecond, due to process creation overhead and scheduling ++ # granularity, so we don't check for anything finer than that. (See below.) ++ AC_DEFUN([_AM_FILESYSTEM_TIMESTAMP_RESOLUTION], [dnl ++ AC_REQUIRE([_AM_SLEEP_FRACTIONAL_SECONDS]) ++ AC_CACHE_CHECK([filesystem timestamp resolution], ++ am_cv_filesystem_timestamp_resolution, [dnl ++ # Default to the worst case. ++ am_cv_filesystem_timestamp_resolution=2 ++ ++ # Only try to go finer than 1 sec if sleep can do it. ++ # Don't try 1 sec, because if 0.01 sec and 0.1 sec don't work, ++ # - 1 sec is not much of a win compared to 2 sec, and ++ # - it takes 2 seconds to perform the test whether 1 sec works. ++ # ++ # Instead, just use the default 2s on platforms that have 1s resolution, ++ # accept the extra 1s delay when using $sleep in the Automake tests, in ++ # exchange for not incurring the 2s delay for running the test for all ++ # packages. ++ # ++ am_try_resolutions= ++ if test "$am_cv_sleep_fractional_seconds" = yes; then ++ # Even a millisecond often causes a bunch of false positives, ++ # so just try a hundredth of a second. The time saved between .001 and ++ # .01 is not terribly consequential. ++ am_try_resolutions="0.01 0.1 $am_try_resolutions" ++ fi ++ ++ # In order to catch current-generation FAT out, we must *modify* files ++ # that already exist; the *creation* timestamp is finer. Use names ++ # that make ls -t sort them differently when they have equal ++ # timestamps than when they have distinct timestamps, keeping ++ # in mind that ls -t prints the *newest* file first. ++ rm -f conftest.ts? ++ : > conftest.ts1 ++ : > conftest.ts2 ++ : > conftest.ts3 ++ ++ # Make sure ls -t actually works. Do 'set' in a subshell so we don't ++ # clobber the current shell's arguments. (Outer-level square brackets ++ # are removed by m4; they're present so that m4 does not expand ++ # ; be careful, easy to get confused.) ++ if ( ++ set X `[ls -t conftest.ts[12]]` && ++ { ++ test "$[]*" != "X conftest.ts1 conftest.ts2" || ++ test "$[]*" != "X conftest.ts2 conftest.ts1"; ++ } ++ ); then :; else ++ # If neither matched, then we have a broken ls. This can happen ++ # if, for instance, CONFIG_SHELL is bash and it inherits a ++ # broken ls alias from the environment. This has actually ++ # happened. Such a system could not be considered "sane". ++ _AS_ECHO_UNQUOTED( ++ ["Bad output from ls -t: \"`[ls -t conftest.ts[12]]`\""], ++ [AS_MESSAGE_LOG_FD]) ++ AC_MSG_FAILURE([ls -t produces unexpected output. ++ Make sure there is not a broken ls alias in your environment.]) ++ fi ++ ++ for am_try_res in $am_try_resolutions; do ++ # Any one fine-grained sleep might happen to cross the boundary ++ # between two values of a coarser actual resolution, but if we do ++ # two fine-grained sleeps in a row, at least one of them will fall ++ # entirely within a coarse interval. ++ echo alpha > conftest.ts1 ++ sleep $am_try_res ++ echo beta > conftest.ts2 ++ sleep $am_try_res ++ echo gamma > conftest.ts3 ++ ++ # We assume that 'ls -t' will make use of high-resolution ++ # timestamps if the operating system supports them at all. ++ if (set X `ls -t conftest.ts?` && ++ test "$[]2" = conftest.ts3 && ++ test "$[]3" = conftest.ts2 && ++ test "$[]4" = conftest.ts1); then ++ # ++ # Ok, ls -t worked. If we're at a resolution of 1 second, we're done, ++ # because we don't need to test make. ++ make_ok=true ++ if test $am_try_res != 1; then ++ # But if we've succeeded so far with a subsecond resolution, we ++ # have one more thing to check: make. It can happen that ++ # everything else supports the subsecond mtimes, but make doesn't; ++ # notably on macOS, which ships make 3.81 from 2006 (the last one ++ # released under GPLv2). https://bugs.gnu.org/68808 ++ # ++ # We test $MAKE if it is defined in the environment, else "make". ++ # It might get overridden later, but our hope is that in practice ++ # it does not matter: it is the system "make" which is (by far) ++ # the most likely to be broken, whereas if the user overrides it, ++ # probably they did so with a better, or at least not worse, make. ++ # https://lists.gnu.org/archive/html/automake/2024-06/msg00051.html ++ # ++ # Create a Makefile (real tab character here): ++ rm -f conftest.mk ++ echo 'conftest.ts1: conftest.ts2' >conftest.mk ++ echo ' touch conftest.ts2' >>conftest.mk ++ # ++ # Now, running ++ # touch conftest.ts1; touch conftest.ts2; make ++ # should touch ts1 because ts2 is newer. This could happen by luck, ++ # but most often, it will fail if make's support is insufficient. So ++ # test for several consecutive successes. ++ # ++ # (We reuse conftest.ts[12] because we still want to modify existing ++ # files, not create new ones, per above.) ++ n=0 ++ make=${MAKE-make} ++ until test $n -eq 3; do ++ echo one > conftest.ts1 ++ sleep $am_try_res ++ echo two > conftest.ts2 # ts2 should now be newer than ts1 ++ if $make -f conftest.mk | grep 'up to date' >/dev/null; then ++ make_ok=false ++ break # out of $n loop ++ fi ++ n=`expr $n + 1` ++ done ++ fi ++ # ++ if $make_ok; then ++ # Everything we know to check worked out, so call this resolution good. ++ am_cv_filesystem_timestamp_resolution=$am_try_res ++ break # out of $am_try_res loop ++ fi ++ # Otherwise, we'll go on to check the next resolution. ++ fi ++ done ++ rm -f conftest.ts? ++ # (end _am_filesystem_timestamp_resolution) ++ ])]) ++ + # AM_SANITY_CHECK + # --------------- + AC_DEFUN([AM_SANITY_CHECK], +! [AC_REQUIRE([_AM_FILESYSTEM_TIMESTAMP_RESOLUTION]) +! # This check should not be cached, as it may vary across builds of +! # different projects. +! AC_MSG_CHECKING([whether build environment is sane]) + # Reject unsafe characters in $srcdir or the absolute working directory + # name. Accept space and tab only in the latter. + am_lf=' +*************** +*** 1373,1421 **** + # symlink; some systems play weird games with the mod time of symlinks + # (eg FreeBSD returns the mod time of the symlink's containing + # directory). +! if ( +! am_has_slept=no +! for am_try in 1 2; do +! echo "timestamp, slept: $am_has_slept" > conftest.file +! set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` +! if test "$[*]" = "X"; then +! # -L didn't work. +! set X `ls -t "$srcdir/configure" conftest.file` +! fi +! if test "$[*]" != "X $srcdir/configure conftest.file" \ +! && test "$[*]" != "X conftest.file $srcdir/configure"; then +! +! # If neither matched, then we have a broken ls. This can happen +! # if, for instance, CONFIG_SHELL is bash and it inherits a +! # broken ls alias from the environment. This has actually +! # happened. Such a system could not be considered "sane". +! AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken +! alias in your environment]) +! fi +! if test "$[2]" = conftest.file || test $am_try -eq 2; then +! break +! fi +! # Just in case. +! sleep 1 +! am_has_slept=yes +! done +! test "$[2]" = conftest.file +! ) +! then +! # Ok. +! : +! else +! AC_MSG_ERROR([newly created file is older than distributed files! + Check your system clock]) + fi +! AC_MSG_RESULT([yes]) + # If we didn't sleep, we still need to ensure time stamps of config.status and + # generated files are strictly newer. + am_sleep_pid= +! if grep 'slept: no' conftest.file >/dev/null 2>&1; then +! ( sleep 1 ) & + am_sleep_pid=$! +! fi + AC_CONFIG_COMMANDS_PRE( + [AC_MSG_CHECKING([that generated files are newer than configure]) + if test -n "$am_sleep_pid"; then +--- 1208,1247 ---- + # symlink; some systems play weird games with the mod time of symlinks + # (eg FreeBSD returns the mod time of the symlink's containing + # directory). +! am_build_env_is_sane=no +! am_has_slept=no +! rm -f conftest.file +! for am_try in 1 2; do +! echo "timestamp, slept: $am_has_slept" > conftest.file +! if ( +! set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` +! if test "$[]*" = "X"; then +! # -L didn't work. +! set X `ls -t "$srcdir/configure" conftest.file` +! fi +! test "$[]2" = conftest.file +! ); then +! am_build_env_is_sane=yes +! break +! fi +! # Just in case. +! sleep "$am_cv_filesystem_timestamp_resolution" +! am_has_slept=yes +! done +! +! AC_MSG_RESULT([$am_build_env_is_sane]) +! if test "$am_build_env_is_sane" = no; then +! AC_MSG_ERROR([newly created file is older than distributed files! + Check your system clock]) + fi +! + # If we didn't sleep, we still need to ensure time stamps of config.status and + # generated files are strictly newer. + am_sleep_pid= +! AS_IF([test -e conftest.file || grep 'slept: no' conftest.file >/dev/null 2>&1],, [dnl +! ( sleep "$am_cv_filesystem_timestamp_resolution" ) & + am_sleep_pid=$! +! ]) + AC_CONFIG_COMMANDS_PRE( + [AC_MSG_CHECKING([that generated files are newer than configure]) + if test -n "$am_sleep_pid"; then +*************** +*** 1426,1443 **** + rm -f conftest.file + ]) + +! # Copyright (C) 2009-2017 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, + # with or without modifications, as long as this notice is preserved. + +! # AM_SILENT_RULES([DEFAULT]) +! # -------------------------- +! # Enable less verbose build rules; with the default set to DEFAULT +! # ("yes" being less verbose, "no" or empty being verbose). +! AC_DEFUN([AM_SILENT_RULES], +! [AC_ARG_ENABLE([silent-rules], [dnl + AS_HELP_STRING( + [--enable-silent-rules], + [less verbose build output (undo: "make V=1")]) +--- 1252,1269 ---- + rm -f conftest.file + ]) + +! # Copyright (C) 2009-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, + # with or without modifications, as long as this notice is preserved. + +! # _AM_SILENT_RULES +! # ---------------- +! # Enable less verbose build rules support. +! AC_DEFUN([_AM_SILENT_RULES], +! [AM_DEFAULT_VERBOSITY=1 +! AC_ARG_ENABLE([silent-rules], [dnl + AS_HELP_STRING( + [--enable-silent-rules], + [less verbose build output (undo: "make V=1")]) +*************** +*** 1445,1455 **** + [--disable-silent-rules], + [verbose build output (undo: "make V=0")])dnl + ]) +- case $enable_silent_rules in @%:@ ((( +- yes) AM_DEFAULT_VERBOSITY=0;; +- no) AM_DEFAULT_VERBOSITY=1;; +- *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; +- esac + dnl + dnl A few 'make' implementations (e.g., NonStop OS and NextStep) + dnl do not support nested variable expansions. +--- 1271,1276 ---- +*************** +*** 1468,1481 **** + else + am_cv_make_support_nested_variables=no + fi]) +- if test $am_cv_make_support_nested_variables = yes; then +- dnl Using '$V' instead of '$(V)' breaks IRIX make. +- AM_V='$(V)' +- AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +- else +- AM_V=$AM_DEFAULT_VERBOSITY +- AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +- fi + AC_SUBST([AM_V])dnl + AM_SUBST_NOTMAKE([AM_V])dnl + AC_SUBST([AM_DEFAULT_V])dnl +--- 1289,1294 ---- +*************** +*** 1484,1492 **** + AM_BACKSLASH='\' + AC_SUBST([AM_BACKSLASH])dnl + _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl + ]) + +! # Copyright (C) 2001-2017 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 1297,1329 ---- + AM_BACKSLASH='\' + AC_SUBST([AM_BACKSLASH])dnl + _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ++ dnl Delay evaluation of AM_DEFAULT_VERBOSITY to the end to allow multiple calls ++ dnl to AM_SILENT_RULES to change the default value. ++ AC_CONFIG_COMMANDS_PRE([dnl ++ case $enable_silent_rules in @%:@ ((( ++ yes) AM_DEFAULT_VERBOSITY=0;; ++ no) AM_DEFAULT_VERBOSITY=1;; ++ esac ++ if test $am_cv_make_support_nested_variables = yes; then ++ dnl Using '$V' instead of '$(V)' breaks IRIX make. ++ AM_V='$(V)' ++ AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' ++ else ++ AM_V=$AM_DEFAULT_VERBOSITY ++ AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY ++ fi ++ ])dnl + ]) + +! # AM_SILENT_RULES([DEFAULT]) +! # -------------------------- +! # Set the default verbosity level to DEFAULT ("yes" being less verbose, "no" or +! # empty being verbose). +! AC_DEFUN([AM_SILENT_RULES], +! [AC_REQUIRE([_AM_SILENT_RULES]) +! AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1])]) +! +! # Copyright (C) 2001-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 1514,1520 **** + INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" + AC_SUBST([INSTALL_STRIP_PROGRAM])]) + +! # Copyright (C) 2006-2017 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 1351,1357 ---- + INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" + AC_SUBST([INSTALL_STRIP_PROGRAM])]) + +! # Copyright (C) 2006-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 1533,1539 **** + + # Check how to create a tarball. -*- Autoconf -*- + +! # Copyright (C) 2004-2017 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 1370,1376 ---- + + # Check how to create a tarball. -*- Autoconf -*- + +! # Copyright (C) 2004-2024 Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 1579,1593 **** + am_uid=`id -u || echo unknown` + am_gid=`id -g || echo unknown` + AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) +! if test $am_uid -le $am_max_uid; then +! AC_MSG_RESULT([yes]) + else +! AC_MSG_RESULT([no]) +! _am_tools=none + fi + AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) +! if test $am_gid -le $am_max_gid; then +! AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none +--- 1416,1434 ---- + am_uid=`id -u || echo unknown` + am_gid=`id -g || echo unknown` + AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) +! if test x$am_uid = xunknown; then +! AC_MSG_WARN([ancient id detected; assuming current UID is ok, but dist-ustar might not work]) +! elif test $am_uid -le $am_max_uid; then +! AC_MSG_RESULT([yes]) + else +! AC_MSG_RESULT([no]) +! _am_tools=none + fi + AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) +! if test x$gm_gid = xunknown; then +! AC_MSG_WARN([ancient id detected; assuming current GID is ok, but dist-ustar might not work]) +! elif test $am_gid -le $am_max_gid; then +! AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none +*************** +*** 1664,1669 **** +--- 1505,1530 ---- + AC_SUBST([am__untar]) + ]) # _AM_PROG_TAR + ++ # Copyright (C) 2022-2024 Free Software Foundation, Inc. ++ # ++ # This file is free software; the Free Software Foundation ++ # gives unlimited permission to copy and/or distribute it, ++ # with or without modifications, as long as this notice is preserved. ++ ++ # _AM_PROG_XARGS_N ++ # ---------------- ++ # Check whether 'xargs -n' works. It should work everywhere, so the fallback ++ # is not optimized at all as we never expect to use it. ++ AC_DEFUN([_AM_PROG_XARGS_N], ++ [AC_CACHE_CHECK([xargs -n works], am_cv_xargs_n_works, [dnl ++ AS_IF([test "`echo 1 2 3 | xargs -n2 echo`" = "1 2 ++ 3"], [am_cv_xargs_n_works=yes], [am_cv_xargs_n_works=no])]) ++ AS_IF([test "$am_cv_xargs_n_works" = yes], [am__xargs_n='xargs -n'], [dnl ++ am__xargs_n='am__xargs_n () { shift; sed "s/ /\\n/g" | while read am__xargs_n_arg; do "$@" "$am__xargs_n_arg"; done; }' ++ ])dnl ++ AC_SUBST(am__xargs_n) ++ ]) ++ + m4_include([m4/00gnulib.m4]) + m4_include([m4/absolute-header.m4]) + m4_include([m4/alloca.m4]) +Only in patch-2.7.6: autom4te.cache +diff -x '*.o' -crB patch-2.7.6-orig/build-aux/config.sub patch-2.7.6/build-aux/config.sub +*** patch-2.7.6-orig/build-aux/config.sub 2018-02-03 14:41:53.000000000 +0200 +--- patch-2.7.6/build-aux/config.sub 2025-03-08 23:57:11.296882064 +0200 +*************** +*** 1389,1395 **** + | -morphos* | -superux* | -rtmk* | -windiss* \ + | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ + | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \ +! | -onefs* | -tirtos* | -phoenix* | -fuchsia* | -redox* | -bme*) + # Remember, each alternative MUST END IN *, to match a version number. + ;; + -qnx*) +--- 1389,1395 ---- + | -morphos* | -superux* | -rtmk* | -windiss* \ + | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ + | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \ +! | -onefs* | -tirtos* | -phoenix* | -fuchsia* | -redox* | -bme* | -yggdrasil*) + # Remember, each alternative MUST END IN *, to match a version number. + ;; + -qnx*) +diff -x '*.o' -crB patch-2.7.6-orig/config.hin patch-2.7.6/config.hin +*** patch-2.7.6-orig/config.hin 2018-02-03 15:33:54.000000000 +0200 +--- patch-2.7.6/config.hin 2025-03-08 23:58:49.315049410 +0200 +*************** +*** 31,42 **** + /* Define to 1 if chown mishandles trailing slash. */ + #undef CHOWN_TRAILING_SLASH_BUG + +! /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP +! systems. This function is required for `alloca.c' support on those systems. +! */ +! #undef CRAY_STACKSEG_END +! +! /* Define to 1 if using `alloca.c'. */ + #undef C_ALLOCA + + /* Define to 1 if the C locale may have encoding errors. */ +--- 31,37 ---- + /* Define to 1 if chown mishandles trailing slash. */ + #undef CHOWN_TRAILING_SLASH_BUG + +! /* Define to 1 if using 'alloca.c'. */ + #undef C_ALLOCA + + /* Define to 1 if the C locale may have encoding errors. */ +*************** +*** 99,106 **** + /* Define to 1 if futimesat mishandles a NULL file name. */ + #undef FUTIMESAT_NULL_BUG + +! /* Define to the type of elements in the array set by `getgroups'. Usually +! this is either `int' or `gid_t'. */ + #undef GETGROUPS_T + + /* Define this to 1 if getgroups(0,NULL) does not return the number of groups. +--- 94,101 ---- + /* Define to 1 if futimesat mishandles a NULL file name. */ + #undef FUTIMESAT_NULL_BUG + +! /* Define to the type of elements in the array argument to 'getgroups'. +! Usually this is either 'int' or 'gid_t'. */ + #undef GETGROUPS_T + + /* Define this to 1 if getgroups(0,NULL) does not return the number of groups. +*************** +*** 371,391 **** + /* Define to 1 when the gnulib module write should be tested. */ + #undef GNULIB_TEST_WRITE + +! /* Define to 1 if you have the `access' function. */ + #undef HAVE_ACCESS + + /* Define to 1 if you have 'alloca' after including , a header that + may be supplied by this distribution. */ + #undef HAVE_ALLOCA + +! /* Define to 1 if you have and it should be used (not on Ultrix). +! */ + #undef HAVE_ALLOCA_H + +! /* Define to 1 if you have the `attr_copy_action' function. */ + #undef HAVE_ATTR_COPY_ACTION + +! /* Define to 1 if you have the `attr_copy_file' function. */ + #undef HAVE_ATTR_COPY_FILE + + /* Define to 1 if you have the header file. */ +--- 366,385 ---- + /* Define to 1 when the gnulib module write should be tested. */ + #undef GNULIB_TEST_WRITE + +! /* Define to 1 if you have the 'access' function. */ + #undef HAVE_ACCESS + + /* Define to 1 if you have 'alloca' after including , a header that + may be supplied by this distribution. */ + #undef HAVE_ALLOCA + +! /* Define to 1 if works. */ + #undef HAVE_ALLOCA_H + +! /* Define to 1 if you have the 'attr_copy_action' function. */ + #undef HAVE_ATTR_COPY_ACTION + +! /* Define to 1 if you have the 'attr_copy_file' function. */ + #undef HAVE_ATTR_COPY_FILE + + /* Define to 1 if you have the header file. */ +*************** +*** 397,415 **** + /* Define to 1 if you have the header file. */ + #undef HAVE_BP_SYM_H + +! /* Define to 1 if you have the `canonicalize_file_name' function. */ + #undef HAVE_CANONICALIZE_FILE_NAME + +! /* Define to 1 if you have the `chown' function. */ + #undef HAVE_CHOWN + +! /* Define to 1 if you have the `clock_gettime' function. */ + #undef HAVE_CLOCK_GETTIME + +! /* Define to 1 if you have the `clock_settime' function. */ + #undef HAVE_CLOCK_SETTIME + +! /* Define to 1 if you have the `closedir' function. */ + #undef HAVE_CLOSEDIR + + /* Define if you have compound literals. */ +--- 391,409 ---- + /* Define to 1 if you have the header file. */ + #undef HAVE_BP_SYM_H + +! /* Define to 1 if you have the 'canonicalize_file_name' function. */ + #undef HAVE_CANONICALIZE_FILE_NAME + +! /* Define to 1 if you have the 'chown' function. */ + #undef HAVE_CHOWN + +! /* Define to 1 if you have the 'clock_gettime' function. */ + #undef HAVE_CLOCK_GETTIME + +! /* Define to 1 if you have the 'clock_settime' function. */ + #undef HAVE_CLOCK_SETTIME + +! /* Define to 1 if you have the 'closedir' function. */ + #undef HAVE_CLOSEDIR + + /* Define if you have compound literals. */ +*************** +*** 418,589 **** + /* Define to 1 if you have the header file. */ + #undef HAVE_CRTDEFS_H + +! /* Define to 1 if you have the declaration of `alarm', and to 0 if you don't. + */ + #undef HAVE_DECL_ALARM + +! /* Define to 1 if you have the declaration of `dirfd', and to 0 if you don't. + */ + #undef HAVE_DECL_DIRFD + +! /* Define to 1 if you have the declaration of `fchdir', and to 0 if you don't. + */ + #undef HAVE_DECL_FCHDIR + +! /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you + don't. */ + #undef HAVE_DECL_GETC_UNLOCKED + +! /* Define to 1 if you have the declaration of `getdtablesize', and to 0 if you + don't. */ + #undef HAVE_DECL_GETDTABLESIZE + +! /* Define to 1 if you have the declaration of `localtime_r', and to 0 if you + don't. */ + #undef HAVE_DECL_LOCALTIME_R + +! /* Define to 1 if you have the declaration of `mbrtowc', and to 0 if you + don't. */ + #undef HAVE_DECL_MBRTOWC + +! /* Define to 1 if you have the declaration of `mbsinit', and to 0 if you + don't. */ + #undef HAVE_DECL_MBSINIT + +! /* Define to 1 if you have the declaration of `memrchr', and to 0 if you + don't. */ + #undef HAVE_DECL_MEMRCHR + +! /* Define to 1 if you have the declaration of `program_invocation_name', and + to 0 if you don't. */ + #undef HAVE_DECL_PROGRAM_INVOCATION_NAME + +! /* Define to 1 if you have the declaration of `program_invocation_short_name', + and to 0 if you don't. */ + #undef HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME + +! /* Define to 1 if you have the declaration of `setenv', and to 0 if you don't. + */ + #undef HAVE_DECL_SETENV + +! /* Define to 1 if you have the declaration of `strdup', and to 0 if you don't. + */ + #undef HAVE_DECL_STRDUP + +! /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you + don't. */ + #undef HAVE_DECL_STRERROR_R + +! /* Define to 1 if you have the declaration of `strndup', and to 0 if you + don't. */ + #undef HAVE_DECL_STRNDUP + +! /* Define to 1 if you have the declaration of `strnlen', and to 0 if you + don't. */ + #undef HAVE_DECL_STRNLEN + +! /* Define to 1 if you have the declaration of `towlower', and to 0 if you + don't. */ + #undef HAVE_DECL_TOWLOWER + +! /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't. + */ + #undef HAVE_DECL_TZNAME + +! /* Define to 1 if you have the declaration of `unsetenv', and to 0 if you + don't. */ + #undef HAVE_DECL_UNSETENV + +! /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you + don't. */ + #undef HAVE_DECL__SNPRINTF + +! /* Define to 1 if you have the declaration of `__argv', and to 0 if you don't. + */ + #undef HAVE_DECL___ARGV + + /* Define to 1 if you have the header file. */ + #undef HAVE_DIRENT_H + +! /* Define to 1 if you have the `dirfd' function. */ + #undef HAVE_DIRFD + + /* Define to 1 if you have the 'dup2' function. */ + #undef HAVE_DUP2 + +! /* Define to 1 if you have the `eaccess' function. */ + #undef HAVE_EACCESS + + /* Define if you have the declaration of environ. */ + #undef HAVE_ENVIRON_DECL + +! /* Define to 1 if you have the `euidaccess' function. */ + #undef HAVE_EUIDACCESS + +! /* Define to 1 if you have the `faccessat' function. */ + #undef HAVE_FACCESSAT + +! /* Define to 1 if you have the `fchdir' function. */ + #undef HAVE_FCHDIR + +! /* Define to 1 if you have the `fchmodat' function. */ + #undef HAVE_FCHMODAT + +! /* Define to 1 if you have the `fchown' function. */ + #undef HAVE_FCHOWN + +! /* Define to 1 if you have the `fcntl' function. */ + #undef HAVE_FCNTL + + /* Define to 1 if you have the header file. */ + #undef HAVE_FCNTL_H + +! /* Define to 1 if you have the `fdopendir' function. */ + #undef HAVE_FDOPENDIR + + /* Define to 1 if you have the header file. */ + #undef HAVE_FEATURES_H + +! /* Define to 1 if you have the `fstatat' function. */ + #undef HAVE_FSTATAT + +! /* Define to 1 if you have the `futimens' function. */ + #undef HAVE_FUTIMENS + +! /* Define to 1 if you have the `futimes' function. */ + #undef HAVE_FUTIMES + +! /* Define to 1 if you have the `futimesat' function. */ + #undef HAVE_FUTIMESAT + +! /* Define to 1 if you have the `getcwd' function. */ + #undef HAVE_GETCWD + +! /* Define to 1 if you have the `getdtablesize' function. */ + #undef HAVE_GETDTABLESIZE + +! /* Define to 1 if you have the `geteuid' function. */ + #undef HAVE_GETEUID + +! /* Define to 1 if you have the `getexecname' function. */ + #undef HAVE_GETEXECNAME + +! /* Define to 1 if your system has a working `getgroups' function. */ + #undef HAVE_GETGROUPS + + /* Define to 1 if you have the header file. */ + #undef HAVE_GETOPT_H + +! /* Define to 1 if you have the `getopt_long_only' function. */ + #undef HAVE_GETOPT_LONG_ONLY + +! /* Define to 1 if you have the `getprogname' function. */ + #undef HAVE_GETPROGNAME + +! /* Define to 1 if you have the `gettimeofday' function. */ + #undef HAVE_GETTIMEOFDAY + +! /* Define to 1 if you have the `getuid' function. */ + #undef HAVE_GETUID + + /* Define if you have the 'intmax_t' type in or . */ +--- 412,583 ---- + /* Define to 1 if you have the header file. */ + #undef HAVE_CRTDEFS_H + +! /* Define to 1 if you have the declaration of 'alarm', and to 0 if you don't. + */ + #undef HAVE_DECL_ALARM + +! /* Define to 1 if you have the declaration of 'dirfd', and to 0 if you don't. + */ + #undef HAVE_DECL_DIRFD + +! /* Define to 1 if you have the declaration of 'fchdir', and to 0 if you don't. + */ + #undef HAVE_DECL_FCHDIR + +! /* Define to 1 if you have the declaration of 'getc_unlocked', and to 0 if you + don't. */ + #undef HAVE_DECL_GETC_UNLOCKED + +! /* Define to 1 if you have the declaration of 'getdtablesize', and to 0 if you + don't. */ + #undef HAVE_DECL_GETDTABLESIZE + +! /* Define to 1 if you have the declaration of 'localtime_r', and to 0 if you + don't. */ + #undef HAVE_DECL_LOCALTIME_R + +! /* Define to 1 if you have the declaration of 'mbrtowc', and to 0 if you + don't. */ + #undef HAVE_DECL_MBRTOWC + +! /* Define to 1 if you have the declaration of 'mbsinit', and to 0 if you + don't. */ + #undef HAVE_DECL_MBSINIT + +! /* Define to 1 if you have the declaration of 'memrchr', and to 0 if you + don't. */ + #undef HAVE_DECL_MEMRCHR + +! /* Define to 1 if you have the declaration of 'program_invocation_name', and + to 0 if you don't. */ + #undef HAVE_DECL_PROGRAM_INVOCATION_NAME + +! /* Define to 1 if you have the declaration of 'program_invocation_short_name', + and to 0 if you don't. */ + #undef HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME + +! /* Define to 1 if you have the declaration of 'setenv', and to 0 if you don't. + */ + #undef HAVE_DECL_SETENV + +! /* Define to 1 if you have the declaration of 'strdup', and to 0 if you don't. + */ + #undef HAVE_DECL_STRDUP + +! /* Define to 1 if you have the declaration of 'strerror_r', and to 0 if you + don't. */ + #undef HAVE_DECL_STRERROR_R + +! /* Define to 1 if you have the declaration of 'strndup', and to 0 if you + don't. */ + #undef HAVE_DECL_STRNDUP + +! /* Define to 1 if you have the declaration of 'strnlen', and to 0 if you + don't. */ + #undef HAVE_DECL_STRNLEN + +! /* Define to 1 if you have the declaration of 'towlower', and to 0 if you + don't. */ + #undef HAVE_DECL_TOWLOWER + +! /* Define to 1 if you have the declaration of 'tzname', and to 0 if you don't. + */ + #undef HAVE_DECL_TZNAME + +! /* Define to 1 if you have the declaration of 'unsetenv', and to 0 if you + don't. */ + #undef HAVE_DECL_UNSETENV + +! /* Define to 1 if you have the declaration of '_snprintf', and to 0 if you + don't. */ + #undef HAVE_DECL__SNPRINTF + +! /* Define to 1 if you have the declaration of '__argv', and to 0 if you don't. + */ + #undef HAVE_DECL___ARGV + + /* Define to 1 if you have the header file. */ + #undef HAVE_DIRENT_H + +! /* Define to 1 if you have the 'dirfd' function. */ + #undef HAVE_DIRFD + + /* Define to 1 if you have the 'dup2' function. */ + #undef HAVE_DUP2 + +! /* Define to 1 if you have the 'eaccess' function. */ + #undef HAVE_EACCESS + + /* Define if you have the declaration of environ. */ + #undef HAVE_ENVIRON_DECL + +! /* Define to 1 if you have the 'euidaccess' function. */ + #undef HAVE_EUIDACCESS + +! /* Define to 1 if you have the 'faccessat' function. */ + #undef HAVE_FACCESSAT + +! /* Define to 1 if you have the 'fchdir' function. */ + #undef HAVE_FCHDIR + +! /* Define to 1 if you have the 'fchmodat' function. */ + #undef HAVE_FCHMODAT + +! /* Define to 1 if you have the 'fchown' function. */ + #undef HAVE_FCHOWN + +! /* Define to 1 if you have the 'fcntl' function. */ + #undef HAVE_FCNTL + + /* Define to 1 if you have the header file. */ + #undef HAVE_FCNTL_H + +! /* Define to 1 if you have the 'fdopendir' function. */ + #undef HAVE_FDOPENDIR + + /* Define to 1 if you have the header file. */ + #undef HAVE_FEATURES_H + +! /* Define to 1 if you have the 'fstatat' function. */ + #undef HAVE_FSTATAT + +! /* Define to 1 if you have the 'futimens' function. */ + #undef HAVE_FUTIMENS + +! /* Define to 1 if you have the 'futimes' function. */ + #undef HAVE_FUTIMES + +! /* Define to 1 if you have the 'futimesat' function. */ + #undef HAVE_FUTIMESAT + +! /* Define to 1 if you have the 'getcwd' function. */ + #undef HAVE_GETCWD + +! /* Define to 1 if you have the 'getdtablesize' function. */ + #undef HAVE_GETDTABLESIZE + +! /* Define to 1 if you have the 'geteuid' function. */ + #undef HAVE_GETEUID + +! /* Define to 1 if you have the 'getexecname' function. */ + #undef HAVE_GETEXECNAME + +! /* Define to 1 if your system has a working 'getgroups' function. */ + #undef HAVE_GETGROUPS + + /* Define to 1 if you have the header file. */ + #undef HAVE_GETOPT_H + +! /* Define to 1 if you have the 'getopt_long_only' function. */ + #undef HAVE_GETOPT_LONG_ONLY + +! /* Define to 1 if you have the 'getprogname' function. */ + #undef HAVE_GETPROGNAME + +! /* Define to 1 if you have the 'gettimeofday' function. */ + #undef HAVE_GETTIMEOFDAY + +! /* Define to 1 if you have the 'getuid' function. */ + #undef HAVE_GETUID + + /* Define if you have the 'intmax_t' type in or . */ +*************** +*** 596,611 **** + declares uintmax_t. */ + #undef HAVE_INTTYPES_H_WITH_UINTMAX + +! /* Define to 1 if you have the `iswcntrl' function. */ + #undef HAVE_ISWCNTRL + + /* Define if you have and nl_langinfo(CODESET). */ + #undef HAVE_LANGINFO_CODESET + +! /* Define to 1 if you have the `lchmod' function. */ + #undef HAVE_LCHMOD + +! /* Define to 1 if you have the `lchown' function. */ + #undef HAVE_LCHOWN + + /* Define to 1 if you have the header file. */ +--- 590,605 ---- + declares uintmax_t. */ + #undef HAVE_INTTYPES_H_WITH_UINTMAX + +! /* Define to 1 if you have the 'iswcntrl' function. */ + #undef HAVE_ISWCNTRL + + /* Define if you have and nl_langinfo(CODESET). */ + #undef HAVE_LANGINFO_CODESET + +! /* Define to 1 if you have the 'lchmod' function. */ + #undef HAVE_LCHMOD + +! /* Define to 1 if you have the 'lchown' function. */ + #undef HAVE_LCHOWN + + /* Define to 1 if you have the header file. */ +*************** +*** 614,626 **** + /* Define to 1 if you have the header file. */ + #undef HAVE_LIMITS_H + +! /* Define to 1 if you have the `link' function. */ + #undef HAVE_LINK + + /* Define to 1 if you have the header file. */ + #undef HAVE_LINUX_FS_H + +! /* Define to 1 if you have the `localtime_r' function. */ + #undef HAVE_LOCALTIME_R + + /* Define to 1 if you support file names longer than 14 characters. */ +--- 608,620 ---- + /* Define to 1 if you have the header file. */ + #undef HAVE_LIMITS_H + +! /* Define to 1 if you have the 'link' function. */ + #undef HAVE_LINK + + /* Define to 1 if you have the header file. */ + #undef HAVE_LINUX_FS_H + +! /* Define to 1 if you have the 'localtime_r' function. */ + #undef HAVE_LOCALTIME_R + + /* Define to 1 if you support file names longer than 14 characters. */ +*************** +*** 629,638 **** + /* Define to 1 if the system has the type 'long long int'. */ + #undef HAVE_LONG_LONG_INT + +! /* Define to 1 if you have the `lstat' function. */ + #undef HAVE_LSTAT + +! /* Define to 1 if you have the `lutimes' function. */ + #undef HAVE_LUTIMES + + /* Define to 1 if your system has a GNU libc compatible 'malloc' function, and +--- 623,632 ---- + /* Define to 1 if the system has the type 'long long int'. */ + #undef HAVE_LONG_LONG_INT + +! /* Define to 1 if you have the 'lstat' function. */ + #undef HAVE_LSTAT + +! /* Define to 1 if you have the 'lutimes' function. */ + #undef HAVE_LUTIMES + + /* Define to 1 if your system has a GNU libc compatible 'malloc' function, and +*************** +*** 646,667 **** + config.h and . */ + #undef HAVE_MAP_ANONYMOUS + +! /* Define to 1 if you have the `mbrtowc' function. */ + #undef HAVE_MBRTOWC + +! /* Define to 1 if you have the `mbsinit' function. */ + #undef HAVE_MBSINIT + + /* Define to 1 if declares mbstate_t. */ + #undef HAVE_MBSTATE_T + +! /* Define to 1 if you have the header file. */ +! #undef HAVE_MEMORY_H +! +! /* Define to 1 if you have the `mempcpy' function. */ + #undef HAVE_MEMPCPY + +! /* Define to 1 if you have the `memrchr' function. */ + #undef HAVE_MEMRCHR + + /* Define to 1 if defines the MIN and MAX macros. */ +--- 640,658 ---- + config.h and . */ + #undef HAVE_MAP_ANONYMOUS + +! /* Define to 1 if you have the 'mbrtowc' function. */ + #undef HAVE_MBRTOWC + +! /* Define to 1 if you have the 'mbsinit' function. */ + #undef HAVE_MBSINIT + + /* Define to 1 if declares mbstate_t. */ + #undef HAVE_MBSTATE_T + +! /* Define to 1 if you have the 'mempcpy' function. */ + #undef HAVE_MEMPCPY + +! /* Define to 1 if you have the 'memrchr' function. */ + #undef HAVE_MEMRCHR + + /* Define to 1 if defines the MIN and MAX macros. */ +*************** +*** 670,701 **** + /* Define to 1 if defines the MIN and MAX macros. */ + #undef HAVE_MINMAX_IN_SYS_PARAM_H + +! /* Define to 1 if you have the `mkdirat' function. */ + #undef HAVE_MKDIRAT + +! /* Define to 1 if you have the `mprotect' function. */ + #undef HAVE_MPROTECT + + /* Define to 1 on MSVC platforms that have the "invalid parameter handler" + concept. */ + #undef HAVE_MSVC_INVALID_PARAMETER_HANDLER + +! /* Define to 1 if you have the `nanotime' function. */ + #undef HAVE_NANOTIME + +! /* Define to 1 if you have the `openat' function. */ + #undef HAVE_OPENAT + +! /* Define to 1 if you have the `opendir' function. */ + #undef HAVE_OPENDIR + +! /* Define to 1 if you have the `pathconf' function. */ + #undef HAVE_PATHCONF + +! /* Define to 1 if you have the `pipe' function. */ + #undef HAVE_PIPE + +! /* Define to 1 if you have the `raise' function. */ + #undef HAVE_RAISE + + /* Define to 1 if alphasort is declared even after undefining macros. */ +--- 661,692 ---- + /* Define to 1 if defines the MIN and MAX macros. */ + #undef HAVE_MINMAX_IN_SYS_PARAM_H + +! /* Define to 1 if you have the 'mkdirat' function. */ + #undef HAVE_MKDIRAT + +! /* Define to 1 if you have the 'mprotect' function. */ + #undef HAVE_MPROTECT + + /* Define to 1 on MSVC platforms that have the "invalid parameter handler" + concept. */ + #undef HAVE_MSVC_INVALID_PARAMETER_HANDLER + +! /* Define to 1 if you have the 'nanotime' function. */ + #undef HAVE_NANOTIME + +! /* Define to 1 if you have the 'openat' function. */ + #undef HAVE_OPENAT + +! /* Define to 1 if you have the 'opendir' function. */ + #undef HAVE_OPENDIR + +! /* Define to 1 if you have the 'pathconf' function. */ + #undef HAVE_PATHCONF + +! /* Define to 1 if you have the 'pipe' function. */ + #undef HAVE_PIPE + +! /* Define to 1 if you have the 'raise' function. */ + #undef HAVE_RAISE + + /* Define to 1 if alphasort is declared even after undefining macros. */ +*************** +*** 1284,1296 **** + /* Define to 1 if _Exit is declared even after undefining macros. */ + #undef HAVE_RAW_DECL__EXIT + +! /* Define to 1 if you have the `readdir' function. */ + #undef HAVE_READDIR + +! /* Define to 1 if you have the `readlink' function. */ + #undef HAVE_READLINK + +! /* Define to 1 if you have the `readlinkat' function. */ + #undef HAVE_READLINKAT + + /* Define to 1 if your system has a GNU libc compatible 'realloc' function, +--- 1275,1287 ---- + /* Define to 1 if _Exit is declared even after undefining macros. */ + #undef HAVE_RAW_DECL__EXIT + +! /* Define to 1 if you have the 'readdir' function. */ + #undef HAVE_READDIR + +! /* Define to 1 if you have the 'readlink' function. */ + #undef HAVE_READLINK + +! /* Define to 1 if you have the 'readlinkat' function. */ + #undef HAVE_READLINKAT + + /* Define to 1 if your system has a GNU libc compatible 'realloc' function, +*************** +*** 1300,1309 **** + /* Define if the 'realloc' function is POSIX compliant. */ + #undef HAVE_REALLOC_POSIX + +! /* Define to 1 if you have the `realpath' function. */ + #undef HAVE_REALPATH + +! /* Define to 1 if you have the `renameat' function. */ + #undef HAVE_RENAMEAT + + /* Define to 1 if you have run the test for working tzset. */ +--- 1291,1300 ---- + /* Define if the 'realloc' function is POSIX compliant. */ + #undef HAVE_REALLOC_POSIX + +! /* Define to 1 if you have the 'realpath' function. */ + #undef HAVE_REALPATH + +! /* Define to 1 if you have the 'renameat' function. */ + #undef HAVE_RENAMEAT + + /* Define to 1 if you have run the test for working tzset. */ +*************** +*** 1312,1327 **** + /* Define to 1 if you have the header file. */ + #undef HAVE_SEARCH_H + +! /* Define to 1 if you have the `setdtablesize' function. */ + #undef HAVE_SETDTABLESIZE + +! /* Define to 1 if you have the `setenv' function. */ + #undef HAVE_SETENV + + /* Define to 1 if you have the DOS-style `setmode' function. */ + #undef HAVE_SETMODE_DOS + +! /* Define to 1 if you have the `sigaction' function. */ + #undef HAVE_SIGACTION + + /* Define to 1 if 'sig_atomic_t' is a signed integer type. */ +--- 1303,1318 ---- + /* Define to 1 if you have the header file. */ + #undef HAVE_SEARCH_H + +! /* Define to 1 if you have the 'setdtablesize' function. */ + #undef HAVE_SETDTABLESIZE + +! /* Define to 1 if you have the 'setenv' function. */ + #undef HAVE_SETENV + + /* Define to 1 if you have the DOS-style `setmode' function. */ + #undef HAVE_SETMODE_DOS + +! /* Define to 1 if you have the 'sigaction' function. */ + #undef HAVE_SIGACTION + + /* Define to 1 if 'sig_atomic_t' is a signed integer type. */ +*************** +*** 1333,1348 **** + /* Define to 1 if 'wint_t' is a signed integer type. */ + #undef HAVE_SIGNED_WINT_T + +! /* Define to 1 if you have the `sigprocmask' function. */ + #undef HAVE_SIGPROCMASK + +! /* Define to 1 if you have the `sigsetmask' function. */ + #undef HAVE_SIGSETMASK + +! /* Define to 1 if the system has the type `sigset_t'. */ + #undef HAVE_SIGSET_T + +! /* Define to 1 if you have the `snprintf' function. */ + #undef HAVE_SNPRINTF + + /* Define if the return value of the snprintf function is the number of of +--- 1324,1339 ---- + /* Define to 1 if 'wint_t' is a signed integer type. */ + #undef HAVE_SIGNED_WINT_T + +! /* Define to 1 if you have the 'sigprocmask' function. */ + #undef HAVE_SIGPROCMASK + +! /* Define to 1 if you have the 'sigsetmask' function. */ + #undef HAVE_SIGSETMASK + +! /* Define to 1 if the system has the type 'sigset_t'. */ + #undef HAVE_SIGSET_T + +! /* Define to 1 if you have the 'snprintf' function. */ + #undef HAVE_SNPRINTF + + /* Define if the return value of the snprintf function is the number of of +*************** +*** 1357,1369 **** + uintmax_t. */ + #undef HAVE_STDINT_H_WITH_UINTMAX + + /* Define to 1 if you have the header file. */ + #undef HAVE_STDLIB_H + +! /* Define to 1 if you have the `strdup' function. */ + #undef HAVE_STRDUP + +! /* Define to 1 if you have the `strerror_r' function. */ + #undef HAVE_STRERROR_R + + /* Define to 1 if you have the header file. */ +--- 1348,1363 ---- + uintmax_t. */ + #undef HAVE_STDINT_H_WITH_UINTMAX + ++ /* Define to 1 if you have the header file. */ ++ #undef HAVE_STDIO_H ++ + /* Define to 1 if you have the header file. */ + #undef HAVE_STDLIB_H + +! /* Define to 1 if you have the 'strdup' function. */ + #undef HAVE_STRDUP + +! /* Define if you have 'strerror_r'. */ + #undef HAVE_STRERROR_R + + /* Define to 1 if you have the header file. */ +*************** +*** 1372,1411 **** + /* Define to 1 if you have the header file. */ + #undef HAVE_STRING_H + +! /* Define to 1 if you have the `strndup' function. */ + #undef HAVE_STRNDUP + +! /* Define to 1 if you have the `strnlen' function. */ + #undef HAVE_STRNLEN + +! /* Define to 1 if `st_atimensec' is a member of `struct stat'. */ + #undef HAVE_STRUCT_STAT_ST_ATIMENSEC + +! /* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */ + #undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC + +! /* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */ + #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC + +! /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */ + #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC + +! /* Define to 1 if `st_birthtimensec' is a member of `struct stat'. */ + #undef HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC + +! /* Define to 1 if `st_birthtimespec.tv_nsec' is a member of `struct stat'. */ + #undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC + +! /* Define to 1 if `st_birthtim.tv_nsec' is a member of `struct stat'. */ + #undef HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC + +! /* Define to 1 if `tm_zone' is a member of `struct tm'. */ + #undef HAVE_STRUCT_TM_TM_ZONE + +! /* Define to 1 if you have the `symlink' function. */ + #undef HAVE_SYMLINK + +! /* Define to 1 if you have the `symlinkat' function. */ + #undef HAVE_SYMLINKAT + + /* Define to 1 if you have the header file. */ +--- 1366,1405 ---- + /* Define to 1 if you have the header file. */ + #undef HAVE_STRING_H + +! /* Define to 1 if you have the 'strndup' function. */ + #undef HAVE_STRNDUP + +! /* Define to 1 if you have the 'strnlen' function. */ + #undef HAVE_STRNLEN + +! /* Define to 1 if 'st_atimensec' is a member of 'struct stat'. */ + #undef HAVE_STRUCT_STAT_ST_ATIMENSEC + +! /* Define to 1 if 'st_atimespec.tv_nsec' is a member of 'struct stat'. */ + #undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC + +! /* Define to 1 if 'st_atim.st__tim.tv_nsec' is a member of 'struct stat'. */ + #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC + +! /* Define to 1 if 'st_atim.tv_nsec' is a member of 'struct stat'. */ + #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC + +! /* Define to 1 if 'st_birthtimensec' is a member of 'struct stat'. */ + #undef HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC + +! /* Define to 1 if 'st_birthtimespec.tv_nsec' is a member of 'struct stat'. */ + #undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC + +! /* Define to 1 if 'st_birthtim.tv_nsec' is a member of 'struct stat'. */ + #undef HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC + +! /* Define to 1 if 'tm_zone' is a member of 'struct tm'. */ + #undef HAVE_STRUCT_TM_TM_ZONE + +! /* Define to 1 if you have the 'symlink' function. */ + #undef HAVE_SYMLINK + +! /* Define to 1 if you have the 'symlinkat' function. */ + #undef HAVE_SYMLINKAT + + /* Define to 1 if you have the header file. */ +*************** +*** 1435,1482 **** + /* Define to 1 if you have the header file. */ + #undef HAVE_SYS_TYPES_H + +! /* Define to 1 if you have the `timegm' function. */ + #undef HAVE_TIMEGM + +! /* Define to 1 if the system has the type `timezone_t'. */ + #undef HAVE_TIMEZONE_T + + /* Define if struct tm has the tm_gmtoff member. */ + #undef HAVE_TM_GMTOFF + +! /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use +! `HAVE_STRUCT_TM_TM_ZONE' instead. */ + #undef HAVE_TM_ZONE + +! /* Define to 1 if you have the `towlower' function. */ + #undef HAVE_TOWLOWER + +! /* Define to 1 if you have the `tsearch' function. */ + #undef HAVE_TSEARCH + +! /* Define to 1 if you don't have `tm_zone' but do have the external array +! `tzname'. */ + #undef HAVE_TZNAME + +! /* Define to 1 if you have the `tzset' function. */ + #undef HAVE_TZSET + + /* Define to 1 if you have the header file. */ + #undef HAVE_UNISTD_H + +! /* Define to 1 if you have the `unlinkat' function. */ + #undef HAVE_UNLINKAT + +! /* Define to 1 if you have the `unsetenv' function. */ + #undef HAVE_UNSETENV + + /* Define to 1 if the system has the type 'unsigned long long int'. */ + #undef HAVE_UNSIGNED_LONG_LONG_INT + +! /* Define to 1 if you have the `utime' function. */ + #undef HAVE_UTIME + +! /* Define to 1 if you have the `utimensat' function. */ + #undef HAVE_UTIMENSAT + + /* Define to 1 if you have the header file. */ +--- 1429,1476 ---- + /* Define to 1 if you have the header file. */ + #undef HAVE_SYS_TYPES_H + +! /* Define to 1 if you have the 'timegm' function. */ + #undef HAVE_TIMEGM + +! /* Define to 1 if the system has the type 'timezone_t'. */ + #undef HAVE_TIMEZONE_T + + /* Define if struct tm has the tm_gmtoff member. */ + #undef HAVE_TM_GMTOFF + +! /* Define to 1 if your 'struct tm' has 'tm_zone'. Deprecated, use +! 'HAVE_STRUCT_TM_TM_ZONE' instead. */ + #undef HAVE_TM_ZONE + +! /* Define to 1 if you have the 'towlower' function. */ + #undef HAVE_TOWLOWER + +! /* Define to 1 if you have the 'tsearch' function. */ + #undef HAVE_TSEARCH + +! /* Define to 1 if you don't have 'tm_zone' but do have the external array +! 'tzname'. */ + #undef HAVE_TZNAME + +! /* Define to 1 if you have the 'tzset' function. */ + #undef HAVE_TZSET + + /* Define to 1 if you have the header file. */ + #undef HAVE_UNISTD_H + +! /* Define to 1 if you have the 'unlinkat' function. */ + #undef HAVE_UNLINKAT + +! /* Define to 1 if you have the 'unsetenv' function. */ + #undef HAVE_UNSETENV + + /* Define to 1 if the system has the type 'unsigned long long int'. */ + #undef HAVE_UNSIGNED_LONG_LONG_INT + +! /* Define to 1 if you have the 'utime' function. */ + #undef HAVE_UTIME + +! /* Define to 1 if you have the 'utimensat' function. */ + #undef HAVE_UTIMENSAT + + /* Define to 1 if you have the header file. */ +*************** +*** 1485,1494 **** + /* Define if you have a global __progname variable */ + #undef HAVE_VAR___PROGNAME + +! /* Define to 1 if you have the `vasnprintf' function. */ + #undef HAVE_VASNPRINTF + +! /* Define to 1 if you have the `vasprintf' function. */ + #undef HAVE_VASPRINTF + + /* Define to 1 if you have the header file. */ +--- 1479,1488 ---- + /* Define if you have a global __progname variable */ + #undef HAVE_VAR___PROGNAME + +! /* Define to 1 if you have the 'vasnprintf' function. */ + #undef HAVE_VASNPRINTF + +! /* Define to 1 if you have the 'vasprintf' function. */ + #undef HAVE_VASPRINTF + + /* Define to 1 if you have the header file. */ +*************** +*** 1497,1509 **** + /* Define if you have the 'wchar_t' type. */ + #undef HAVE_WCHAR_T + +! /* Define to 1 if you have the `wcrtomb' function. */ + #undef HAVE_WCRTOMB + +! /* Define to 1 if you have the `wcslen' function. */ + #undef HAVE_WCSLEN + +! /* Define to 1 if you have the `wcsnlen' function. */ + #undef HAVE_WCSNLEN + + /* Define to 1 if you have the header file. */ +--- 1491,1503 ---- + /* Define if you have the 'wchar_t' type. */ + #undef HAVE_WCHAR_T + +! /* Define to 1 if you have the 'wcrtomb' function. */ + #undef HAVE_WCRTOMB + +! /* Define to 1 if you have the 'wcslen' function. */ + #undef HAVE_WCSLEN + +! /* Define to 1 if you have the 'wcsnlen' function. */ + #undef HAVE_WCSNLEN + + /* Define to 1 if you have the header file. */ +*************** +*** 1528,1537 **** + /* Define if utimes works properly. */ + #undef HAVE_WORKING_UTIMES + +! /* Define to 1 if the system has the type `_Bool'. */ + #undef HAVE__BOOL + +! /* Define to 1 if you have the `_set_invalid_parameter_handler' function. */ + #undef HAVE__SET_INVALID_PARAMETER_HANDLER + + /* Define to 1 if 'lstat' dereferences a symlink specified with a trailing +--- 1522,1531 ---- + /* Define if utimes works properly. */ + #undef HAVE_WORKING_UTIMES + +! /* Define to 1 if the system has the type '_Bool'. */ + #undef HAVE__BOOL + +! /* Define to 1 if you have the '_set_invalid_parameter_handler' function. */ + #undef HAVE__SET_INVALID_PARAMETER_HANDLER + + /* Define to 1 if 'lstat' dereferences a symlink specified with a trailing +*************** +*** 1673,1682 **** + STACK_DIRECTION = 0 => direction of growth unknown */ + #undef STACK_DIRECTION + +! /* Define to 1 if the `S_IS*' macros in do not work properly. */ + #undef STAT_MACROS_BROKEN + +! /* Define to 1 if you have the ANSI C header files. */ + #undef STDC_HEADERS + + /* Define to 1 if strerror_r returns char *. */ +--- 1667,1678 ---- + STACK_DIRECTION = 0 => direction of growth unknown */ + #undef STACK_DIRECTION + +! /* Define to 1 if the 'S_IS*' macros in do not work properly. */ + #undef STAT_MACROS_BROKEN + +! /* Define to 1 if all of the C89 standard headers exist (not just the ones +! required in a freestanding environment). This macro is provided for +! backward compatibility; new code need not use it. */ + #undef STDC_HEADERS + + /* Define to 1 if strerror_r returns char *. */ +*************** +*** 1685,1691 **** + /* Define to 1 if time_t is signed. */ + #undef TIME_T_IS_SIGNED + +! /* Define to 1 if your declares `struct tm'. */ + #undef TM_IN_SYS_TIME + + /* Define to 1 if the type of the st_atim member of a struct stat is struct +--- 1681,1687 ---- + /* Define to 1 if time_t is signed. */ + #undef TIME_T_IS_SIGNED + +! /* Define to 1 if your declares 'struct tm'. */ + #undef TM_IN_SYS_TIME + + /* Define to 1 if the type of the st_atim member of a struct stat is struct +*************** +*** 1800,1815 **** + # endif + #endif + +- /* Enable large inode numbers on Mac OS X 10.5. */ +- #undef _DARWIN_USE_64_BIT_INODE +- + /* Number of bits in a file offset, on hosts where this is settable. */ + #undef _FILE_OFFSET_BITS + + /* enable compile-time and run-time bounds-checking, and some warnings */ + #undef _FORTIFY_SOURCE + +! /* Define for large files, on AIX-style hosts. */ + #undef _LARGE_FILES + + /* Define to 1 if on MINIX. */ +--- 1796,1808 ---- + # endif + #endif + + /* Number of bits in a file offset, on hosts where this is settable. */ + #undef _FILE_OFFSET_BITS + + /* enable compile-time and run-time bounds-checking, and some warnings */ + #undef _FORTIFY_SOURCE + +! /* Define to 1 on platforms where this makes off_t a 64-bit type. */ + #undef _LARGE_FILES + + /* Define to 1 if on MINIX. */ +*************** +*** 1839,1844 **** +--- 1832,1840 ---- + /* Define to 1 if you need to in order for 'stat' and other things to work. */ + #undef _POSIX_SOURCE + ++ /* Number of bits in time_t, on hosts where this is settable. */ ++ #undef _TIME_BITS ++ + /* For standard stat data types on VMS. */ + #undef _USE_STD_STAT + +*************** +*** 1846,1851 **** +--- 1842,1850 ---- + used. */ + #undef __GETOPT_PREFIX + ++ /* Define to 1 on platforms where this makes time_t a 64-bit type. */ ++ #undef __MINGW_USE_VC2005_COMPAT ++ + /* Define to 1 if the system predates C++11. */ + #undef __STDC_CONSTANT_MACROS + +*************** +*** 1944,1950 **** + # define _GL_INLINE_HEADER_END + #endif + +! /* Define to `int' if doesn't define. */ + #undef gid_t + + /* A replacement for va_copy, if needed. */ +--- 1943,1949 ---- + # define _GL_INLINE_HEADER_END + #endif + +! /* Define as 'int' if doesn't define. */ + #undef gid_t + + /* A replacement for va_copy, if needed. */ +*************** +*** 1972,1978 **** + /* Define to the real name of the mktime_internal function. */ + #undef mktime_internal + +! /* Define to `int' if does not define. */ + #undef mode_t + + /* Define to the name of the strftime replacement function. */ +--- 1971,1977 ---- + /* Define to the real name of the mktime_internal function. */ + #undef mktime_internal + +! /* Define to 'int' if does not define. */ + #undef mode_t + + /* Define to the name of the strftime replacement function. */ +*************** +*** 1981,1990 **** + /* Define to the type of st_nlink in struct stat, or a supertype. */ + #undef nlink_t + +! /* Define to `long int' if does not define. */ + #undef off_t + +! /* Define to `int' if does not define. */ + #undef pid_t + + /* Define as the type of the result of subtracting two pointers, if the system +--- 1980,1989 ---- + /* Define to the type of st_nlink in struct stat, or a supertype. */ + #undef nlink_t + +! /* Define to 'long int' if does not define. */ + #undef off_t + +! /* Define as a signed integer type capable of holding a process identifier. */ + #undef pid_t + + /* Define as the type of the result of subtracting two pointers, if the system +*************** +*** 2005,2017 **** + # define __restrict__ + #endif + +! /* Define to `unsigned int' if does not define. */ + #undef size_t + + /* Define as a signed type of the same size as size_t. */ + #undef ssize_t + +! /* Define to `int' if doesn't define. */ + #undef uid_t + + /* Define as a marker that can be attached to declarations that might not +--- 2004,2016 ---- + # define __restrict__ + #endif + +! /* Define as 'unsigned int' if doesn't define. */ + #undef size_t + + /* Define as a signed type of the same size as size_t. */ + #undef ssize_t + +! /* Define as 'int' if doesn't define. */ + #undef uid_t + + /* Define as a marker that can be attached to declarations that might not +Only in patch-2.7.6: config.hin~ +diff -x '*.o' -crB patch-2.7.6-orig/configure patch-2.7.6/configure +*** patch-2.7.6-orig/configure 2018-02-03 15:41:50.000000000 +0200 +--- patch-2.7.6/configure 2025-03-08 23:58:49.180074513 +0200 +*************** +*** 1,11 **** + #! /bin/sh + # Guess values for system-dependent variables and create Makefiles. +! # Generated by GNU Autoconf 2.69 for GNU patch 2.7.6. + # + # Report bugs to . + # + # +! # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. + # + # + # This configure script is free software; the Free Software Foundation +--- 1,12 ---- + #! /bin/sh + # Guess values for system-dependent variables and create Makefiles. +! # Generated by GNU Autoconf 2.72 for GNU patch 2.7.6. + # + # Report bugs to . + # + # +! # Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software Foundation, +! # Inc. + # + # + # This configure script is free software; the Free Software Foundation +*************** +*** 16,78 **** + + # Be more Bourne compatible + DUALCASE=1; export DUALCASE # for MKS sh +! if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +! else +! case `(set -o) 2>/dev/null` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; + esac + fi + + + as_nl=' + ' + export as_nl +! # Printing a long string crashes Solaris 7 /usr/bin/printf. +! as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +! as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +! as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +! # Prefer a ksh shell builtin over an external printf program on Solaris, +! # but without wasting forks for bash or zsh. +! if test -z "$BASH_VERSION$ZSH_VERSION" \ +! && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then +! as_echo='print -r --' +! as_echo_n='print -rn --' +! elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then +! as_echo='printf %s\n' +! as_echo_n='printf %s' +! else +! if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then +! as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' +! as_echo_n='/usr/ucb/echo -n' +! else +! as_echo_body='eval expr "X$1" : "X\\(.*\\)"' +! as_echo_n_body='eval +! arg=$1; +! case $arg in #( +! *"$as_nl"*) +! expr "X$arg" : "X\\(.*\\)$as_nl"; +! arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; +! esac; +! expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" +! ' +! export as_echo_n_body +! as_echo_n='sh -c $as_echo_n_body as_echo' +! fi +! export as_echo_body +! as_echo='sh -c $as_echo_body as_echo' +! fi + + # The user is always right. +! if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || +--- 17,81 ---- + + # Be more Bourne compatible + DUALCASE=1; export DUALCASE # for MKS sh +! if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 +! then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +! else case e in #( +! e) case `(set -o) 2>/dev/null` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; ++ esac ;; + esac + fi + + ++ ++ # Reset variables that may have inherited troublesome values from ++ # the environment. ++ ++ # IFS needs to be set, to space, tab, and newline, in precisely that order. ++ # (If _AS_PATH_WALK were called with IFS unset, it would have the ++ # side effect of setting IFS to empty, thus disabling word splitting.) ++ # Quoting is to prevent editors from complaining about space-tab. + as_nl=' + ' + export as_nl +! IFS=" "" $as_nl" +! +! PS1='$ ' +! PS2='> ' +! PS4='+ ' +! +! # Ensure predictable behavior from utilities with locale-dependent output. +! LC_ALL=C +! export LC_ALL +! LANGUAGE=C +! export LANGUAGE +! +! # We cannot yet rely on "unset" to work, but we need these variables +! # to be unset--not just set to an empty or harmless value--now, to +! # avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct +! # also avoids known problems related to "unset" and subshell syntax +! # in other old shells (e.g. bash 2.01 and pdksh 5.2.14). +! for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH +! do eval test \${$as_var+y} \ +! && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +! done +! +! # Ensure that fds 0, 1, and 2 are open. +! if (exec 3>&0) 2>/dev/null; then :; else exec 0&1) 2>/dev/null; then :; else exec 1>/dev/null; fi +! if (exec 3>&2) ; then :; else exec 2>/dev/null; fi + + # The user is always right. +! if ${PATH_SEPARATOR+false} :; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || +*************** +*** 81,93 **** + fi + + +- # IFS +- # We need space, tab and new line, in precisely that order. Quoting is +- # there to prevent editors from complaining about space-tab. +- # (If _AS_PATH_WALK were called with IFS unset, it would disable word +- # splitting by setting IFS to empty value.) +- IFS=" "" $as_nl" +- + # Find who we are. Look in the path if we contain no directory separator. + as_myself= + case $0 in #(( +--- 84,89 ---- +*************** +*** 96,138 **** + for as_dir in $PATH + do + IFS=$as_save_IFS +! test -z "$as_dir" && as_dir=. +! test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break + done + IFS=$as_save_IFS + + ;; + esac +! # We did not find ourselves, most probably we were run as `sh COMMAND' + # in which case we are not to be found in the path. + if test "x$as_myself" = x; then + as_myself=$0 + fi + if test ! -f "$as_myself"; then +! $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 + fi + +- # Unset variables that we do not need and which cause bugs (e.g. in +- # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" +- # suppresses any "Segmentation fault" message there. '((' could +- # trigger a bug in pdksh 5.2.14. +- for as_var in BASH_ENV ENV MAIL MAILPATH +- do eval test x\${$as_var+set} = xset \ +- && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +- done +- PS1='$ ' +- PS2='> ' +- PS4='+ ' +- +- # NLS nuisances. +- LC_ALL=C +- export LC_ALL +- LANGUAGE=C +- export LANGUAGE +- +- # CDPATH. +- (unset CDPATH) >/dev/null 2>&1 && unset CDPATH + + # Use a proper internal environment variable to ensure we don't fall + # into an infinite loop, continuously re-executing ourselves. +--- 92,118 ---- + for as_dir in $PATH + do + IFS=$as_save_IFS +! case $as_dir in #((( +! '') as_dir=./ ;; +! */) ;; +! *) as_dir=$as_dir/ ;; +! esac +! test -r "$as_dir$0" && as_myself=$as_dir$0 && break + done + IFS=$as_save_IFS + + ;; + esac +! # We did not find ourselves, most probably we were run as 'sh COMMAND' + # in which case we are not to be found in the path. + if test "x$as_myself" = x; then + as_myself=$0 + fi + if test ! -f "$as_myself"; then +! printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 + fi + + + # Use a proper internal environment variable to ensure we don't fall + # into an infinite loop, continuously re-executing ourselves. +*************** +*** 153,178 **** + esac + exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} + # Admittedly, this is quite paranoid, since all the known shells bail +! # out after a failed `exec'. +! $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 +! as_fn_exit 255 + fi + # We don't want this to propagate to other subprocesses. + { _as_can_reexec=; unset _as_can_reexec;} + if test "x$CONFIG_SHELL" = x; then +! as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which + # is contrary to our usage. Disable this feature. + alias -g '\${1+\"\$@\"}'='\"\$@\"' + setopt NO_GLOB_SUBST +! else +! case \`(set -o) 2>/dev/null\` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; + esac + fi + " +--- 133,160 ---- + esac + exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} + # Admittedly, this is quite paranoid, since all the known shells bail +! # out after a failed 'exec'. +! printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 +! exit 255 + fi + # We don't want this to propagate to other subprocesses. + { _as_can_reexec=; unset _as_can_reexec;} + if test "x$CONFIG_SHELL" = x; then +! as_bourne_compatible="if test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 +! then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which + # is contrary to our usage. Disable this feature. + alias -g '\${1+\"\$@\"}'='\"\$@\"' + setopt NO_GLOB_SUBST +! else case e in #( +! e) case \`(set -o) 2>/dev/null\` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; ++ esac ;; + esac + fi + " +*************** +*** 187,228 **** + as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } + as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } + as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } +! if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : + +! else +! exitcode=1; echo positional parameters were not saved. + fi + test x\$exitcode = x0 || exit 1 + test -x / || exit 1" + as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO + as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO + eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && + test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 + test \$(( 1 + 1 )) = 2 || exit 1" +! if (eval "$as_required") 2>/dev/null; then : + as_have_required=yes +! else +! as_have_required=no + fi +! if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : + +! else +! as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + as_found=false + for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH + do + IFS=$as_save_IFS +! test -z "$as_dir" && as_dir=. + as_found=: + case $as_dir in #( + /*) + for as_base in sh bash ksh sh5; do + # Try only shells that exist, to save several forks. +! as_shell=$as_dir/$as_base + if { test -f "$as_shell" || test -f "$as_shell.exe"; } && +! { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : + CONFIG_SHELL=$as_shell as_have_required=yes +! if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : + break 2 + fi + fi +--- 169,223 ---- + as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } + as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } + as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } +! if ( set x; as_fn_ret_success y && test x = \"\$1\" ) +! then : + +! else case e in #( +! e) exitcode=1; echo positional parameters were not saved. ;; +! esac + fi + test x\$exitcode = x0 || exit 1 ++ blah=\$(echo \$(echo blah)) ++ test x\"\$blah\" = xblah || exit 1 + test -x / || exit 1" + as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO + as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO + eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && + test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 + test \$(( 1 + 1 )) = 2 || exit 1" +! if (eval "$as_required") 2>/dev/null +! then : + as_have_required=yes +! else case e in #( +! e) as_have_required=no ;; +! esac + fi +! if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null +! then : + +! else case e in #( +! e) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + as_found=false + for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH + do + IFS=$as_save_IFS +! case $as_dir in #((( +! '') as_dir=./ ;; +! */) ;; +! *) as_dir=$as_dir/ ;; +! esac + as_found=: + case $as_dir in #( + /*) + for as_base in sh bash ksh sh5; do + # Try only shells that exist, to save several forks. +! as_shell=$as_dir$as_base + if { test -f "$as_shell" || test -f "$as_shell.exe"; } && +! as_run=a "$as_shell" -c "$as_bourne_compatible""$as_required" 2>/dev/null +! then : + CONFIG_SHELL=$as_shell as_have_required=yes +! if as_run=a "$as_shell" -c "$as_bourne_compatible""$as_suggested" 2>/dev/null +! then : + break 2 + fi + fi +*************** +*** 230,243 **** + esac + as_found=false + done +- $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && +- { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : +- CONFIG_SHELL=$SHELL as_have_required=yes +- fi; } + IFS=$as_save_IFS + + +! if test "x$CONFIG_SHELL" != x; then : + export CONFIG_SHELL + # We cannot yet assume a decent shell, so we have to provide a + # neutralization value for shells without unset; and this also +--- 225,246 ---- + esac + as_found=false + done + IFS=$as_save_IFS ++ if $as_found ++ then : ++ ++ else case e in #( ++ e) if { test -f "$SHELL" || test -f "$SHELL.exe"; } && ++ as_run=a "$SHELL" -c "$as_bourne_compatible""$as_required" 2>/dev/null ++ then : ++ CONFIG_SHELL=$SHELL as_have_required=yes ++ fi ;; ++ esac ++ fi + + +! if test "x$CONFIG_SHELL" != x +! then : + export CONFIG_SHELL + # We cannot yet assume a decent shell, so we have to provide a + # neutralization value for shells without unset; and this also +*************** +*** 254,279 **** + esac + exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} + # Admittedly, this is quite paranoid, since all the known shells bail +! # out after a failed `exec'. +! $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 + exit 255 + fi + +! if test x$as_have_required = xno; then : +! $as_echo "$0: This script requires a shell more modern than all" +! $as_echo "$0: the shells that I found on your system." +! if test x${ZSH_VERSION+set} = xset ; then +! $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" +! $as_echo "$0: be upgraded to zsh 4.3.4 or later." + else +! $as_echo "$0: Please tell bug-autoconf@gnu.org and bug-patch@gnu.org + $0: about your system, including any error possibly output + $0: before this message. Then install a modern shell, or + $0: manually run the script under such a shell if you do + $0: have one." + fi + exit 1 +! fi + fi + fi + SHELL=${CONFIG_SHELL-/bin/sh} +--- 257,284 ---- + esac + exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} + # Admittedly, this is quite paranoid, since all the known shells bail +! # out after a failed 'exec'. +! printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 + exit 255 + fi + +! if test x$as_have_required = xno +! then : +! printf "%s\n" "$0: This script requires a shell more modern than all" +! printf "%s\n" "$0: the shells that I found on your system." +! if test ${ZSH_VERSION+y} ; then +! printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should" +! printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later." + else +! printf "%s\n" "$0: Please tell bug-autoconf@gnu.org and bug-patch@gnu.org + $0: about your system, including any error possibly output + $0: before this message. Then install a modern shell, or + $0: manually run the script under such a shell if you do + $0: have one." + fi + exit 1 +! fi ;; +! esac + fi + fi + SHELL=${CONFIG_SHELL-/bin/sh} +*************** +*** 325,331 **** + as_dirs= + while :; do + case $as_dir in #( +! *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" +--- 331,337 ---- + as_dirs= + while :; do + case $as_dir in #( +! *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" +*************** +*** 334,340 **** + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +! $as_echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q +--- 340,346 ---- + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +! printf "%s\n" X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q +*************** +*** 373,388 **** + # advantage of any shell optimizations that allow amortized linear growth over + # repeated appends, instead of the typical quadratic growth present in naive + # implementations. +! if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +! else +! as_fn_append () + { + eval $1=\$$1\$2 +! } + fi # as_fn_append + + # as_fn_arith ARG... +--- 379,396 ---- + # advantage of any shell optimizations that allow amortized linear growth over + # repeated appends, instead of the typical quadratic growth present in naive + # implementations. +! if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null +! then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +! else case e in #( +! e) as_fn_append () + { + eval $1=\$$1\$2 +! } ;; +! esac + fi # as_fn_append + + # as_fn_arith ARG... +*************** +*** 390,405 **** + # Perform arithmetic evaluation on the ARGs, and store the result in the + # global $as_val. Take advantage of shells that can avoid forks. The arguments + # must be portable across $(()) and expr. +! if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +! else +! as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` +! } + fi # as_fn_arith + + +--- 398,415 ---- + # Perform arithmetic evaluation on the ARGs, and store the result in the + # global $as_val. Take advantage of shells that can avoid forks. The arguments + # must be portable across $(()) and expr. +! if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null +! then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +! else case e in #( +! e) as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` +! } ;; +! esac + fi # as_fn_arith + + +*************** +*** 413,421 **** + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack +! $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi +! $as_echo "$as_me: error: $2" >&2 + as_fn_exit $as_status + } # as_fn_error + +--- 423,431 ---- + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi +! printf "%s\n" "$as_me: error: $2" >&2 + as_fn_exit $as_status + } # as_fn_error + +*************** +*** 442,448 **** + $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +! $as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q +--- 452,458 ---- + $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +! printf "%s\n" X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q +*************** +*** 475,480 **** +--- 485,492 ---- + /[$]LINENO/= + ' <$as_myself | + sed ' ++ t clear ++ :clear + s/[$]LINENO.*/&-/ + t lineno + b +*************** +*** 486,492 **** + s/-\n.*// + ' >$as_me.lineno && + chmod +x "$as_me.lineno" || +! { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } + + # If we had to re-execute with $CONFIG_SHELL, we're ensured to have + # already done that, so ensure we don't try to do so again and fall +--- 498,504 ---- + s/-\n.*// + ' >$as_me.lineno && + chmod +x "$as_me.lineno" || +! { printf "%s\n" "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } + + # If we had to re-execute with $CONFIG_SHELL, we're ensured to have + # already done that, so ensure we don't try to do so again and fall +*************** +*** 500,505 **** +--- 512,521 ---- + exit + } + ++ ++ # Determine whether it's possible to make 'echo' print without a newline. ++ # These variables are no longer used directly by Autoconf, but are AC_SUBSTed ++ # for compatibility with existing Makefiles. + ECHO_C= ECHO_N= ECHO_T= + case `echo -n x` in #((((( + -n*) +*************** +*** 513,518 **** +--- 529,540 ---- + ECHO_N='-n';; + esac + ++ # For backward compatibility with old third-party macros, we provide ++ # the shell variables $as_echo and $as_echo_n. New code should use ++ # AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively. ++ as_echo='printf %s\n' ++ as_echo_n='printf %s' ++ + rm -f conf$$ conf$$.exe conf$$.file + if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +*************** +*** 524,532 **** + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: +! # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. +! # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. +! # In both cases, we have to default to `cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then +--- 546,554 ---- + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: +! # 1) On MSYS, both 'ln -s file dir' and 'ln file dir' fail. +! # 2) DJGPP < 2.04 has no symlinks; 'ln -s' creates a wrapper executable. +! # In both cases, we have to default to 'cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then +*************** +*** 551,560 **** + as_executable_p=as_fn_executable_p + + # Sed expression to map a string onto a valid CPP name. +! as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + + # Sed expression to map a string onto a valid variable name. +! as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + + test -n "$DJDIR" || exec 7<&0 /dev/null && +! as_fn_error $? "invalid feature name: $ac_useropt" + ac_useropt_orig=$ac_useropt +! ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" + "enable_$ac_useropt" +--- 1673,1681 ---- + ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && +! as_fn_error $? "invalid feature name: '$ac_useropt'" + ac_useropt_orig=$ac_useropt +! ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" + "enable_$ac_useropt" +*************** +*** 1673,1681 **** + ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && +! as_fn_error $? "invalid feature name: $ac_useropt" + ac_useropt_orig=$ac_useropt +! ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" + "enable_$ac_useropt" +--- 1699,1707 ---- + ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && +! as_fn_error $? "invalid feature name: '$ac_useropt'" + ac_useropt_orig=$ac_useropt +! ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" + "enable_$ac_useropt" +*************** +*** 1828,1833 **** +--- 1854,1868 ---- + | -silent | --silent | --silen | --sile | --sil) + silent=yes ;; + ++ -runstatedir | --runstatedir | --runstatedi | --runstated \ ++ | --runstate | --runstat | --runsta | --runst | --runs \ ++ | --run | --ru | --r) ++ ac_prev=runstatedir ;; ++ -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ ++ | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ ++ | --run=* | --ru=* | --r=*) ++ runstatedir=$ac_optarg ;; ++ + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) + ac_prev=sbindir ;; + -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ +*************** +*** 1877,1885 **** + ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && +! as_fn_error $? "invalid package name: $ac_useropt" + ac_useropt_orig=$ac_useropt +! ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" + "with_$ac_useropt" +--- 1912,1920 ---- + ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && +! as_fn_error $? "invalid package name: '$ac_useropt'" + ac_useropt_orig=$ac_useropt +! ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" + "with_$ac_useropt" +*************** +*** 1893,1901 **** + ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && +! as_fn_error $? "invalid package name: $ac_useropt" + ac_useropt_orig=$ac_useropt +! ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" + "with_$ac_useropt" +--- 1928,1936 ---- + ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && +! as_fn_error $? "invalid package name: '$ac_useropt'" + ac_useropt_orig=$ac_useropt +! ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" + "with_$ac_useropt" +*************** +*** 1923,1930 **** + | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) + x_libraries=$ac_optarg ;; + +! -*) as_fn_error $? "unrecognized option: \`$ac_option' +! Try \`$0 --help' for more information" + ;; + + *=*) +--- 1958,1965 ---- + | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) + x_libraries=$ac_optarg ;; + +! -*) as_fn_error $? "unrecognized option: '$ac_option' +! Try '$0 --help' for more information" + ;; + + *=*) +*************** +*** 1932,1947 **** + # Reject names that are not valid shell variable names. + case $ac_envvar in #( + '' | [0-9]* | *[!_$as_cr_alnum]* ) +! as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; + esac + eval $ac_envvar=\$ac_optarg + export $ac_envvar ;; + + *) + # FIXME: should be removed in autoconf 3.0. +! $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 + expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && +! $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 + : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" + ;; + +--- 1967,1982 ---- + # Reject names that are not valid shell variable names. + case $ac_envvar in #( + '' | [0-9]* | *[!_$as_cr_alnum]* ) +! as_fn_error $? "invalid variable name: '$ac_envvar'" ;; + esac + eval $ac_envvar=\$ac_optarg + export $ac_envvar ;; + + *) + # FIXME: should be removed in autoconf 3.0. +! printf "%s\n" "$as_me: WARNING: you should use --build, --host, --target" >&2 + expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && +! printf "%s\n" "$as_me: WARNING: invalid host type: $ac_option" >&2 + : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" + ;; + +*************** +*** 1957,1963 **** + case $enable_option_checking in + no) ;; + fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; +! *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; + esac + fi + +--- 1992,1998 ---- + case $enable_option_checking in + no) ;; + fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; +! *) printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; + esac + fi + +*************** +*** 1965,1971 **** + for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ + datadir sysconfdir sharedstatedir localstatedir includedir \ + oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ +! libdir localedir mandir + do + eval ac_val=\$$ac_var + # Remove trailing slashes. +--- 2000,2006 ---- + for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ + datadir sysconfdir sharedstatedir localstatedir includedir \ + oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ +! libdir localedir mandir runstatedir + do + eval ac_val=\$$ac_var + # Remove trailing slashes. +*************** +*** 1982,1988 **** + as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" + done + +! # There might be people who depend on the old broken behavior: `$host' + # used to hold the argument of --host etc. + # FIXME: To remove some day. + build=$build_alias +--- 2017,2023 ---- + as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" + done + +! # There might be people who depend on the old broken behavior: '$host' + # used to hold the argument of --host etc. + # FIXME: To remove some day. + build=$build_alias +*************** +*** 2021,2027 **** + X"$as_myself" : 'X\(//\)[^/]' \| \ + X"$as_myself" : 'X\(//\)$' \| \ + X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || +! $as_echo X"$as_myself" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q +--- 2056,2062 ---- + X"$as_myself" : 'X\(//\)[^/]' \| \ + X"$as_myself" : 'X\(//\)$' \| \ + X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || +! printf "%s\n" X"$as_myself" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q +*************** +*** 2050,2056 **** + test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." + as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" + fi +! ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" + ac_abs_confdir=`( + cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" + pwd)` +--- 2085,2091 ---- + test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." + as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" + fi +! ac_msg="sources are in $srcdir, but 'cd $srcdir' does not work" + ac_abs_confdir=`( + cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" + pwd)` +*************** +*** 2078,2084 **** + # 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 patch 2.7.6 to adapt to many kinds of systems. + + Usage: $0 [OPTION]... [VAR=VALUE]... + +--- 2113,2119 ---- + # 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 patch 2.7.6 to adapt to many kinds of systems. + + Usage: $0 [OPTION]... [VAR=VALUE]... + +*************** +*** 2092,2102 **** + --help=short display options specific to this package + --help=recursive display the short help of all the included packages + -V, --version display version information and exit +! -q, --quiet, --silent do not print \`checking ...' messages + --cache-file=FILE cache test results in FILE [disabled] +! -C, --config-cache alias for \`--cache-file=config.cache' + -n, --no-create do not create output files +! --srcdir=DIR find the sources in DIR [configure dir or \`..'] + + Installation directories: + --prefix=PREFIX install architecture-independent files in PREFIX +--- 2127,2137 ---- + --help=short display options specific to this package + --help=recursive display the short help of all the included packages + -V, --version display version information and exit +! -q, --quiet, --silent do not print 'checking ...' messages + --cache-file=FILE cache test results in FILE [disabled] +! -C, --config-cache alias for '--cache-file=config.cache' + -n, --no-create do not create output files +! --srcdir=DIR find the sources in DIR [configure dir or '..'] + + Installation directories: + --prefix=PREFIX install architecture-independent files in PREFIX +*************** +*** 2104,2113 **** + --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX + [PREFIX] + +! By default, \`make install' will install all the files in +! \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify +! an installation prefix other than \`$ac_default_prefix' using \`--prefix', +! for instance \`--prefix=\$HOME'. + + For better control, use the options below. + +--- 2139,2148 ---- + --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX + [PREFIX] + +! By default, 'make install' will install all the files in +! '$ac_default_prefix/bin', '$ac_default_prefix/lib' etc. You can specify +! an installation prefix other than '$ac_default_prefix' using '--prefix', +! for instance '--prefix=\$HOME'. + + For better control, use the options below. + +*************** +*** 2118,2123 **** +--- 2153,2159 ---- + --sysconfdir=DIR read-only single-machine data [PREFIX/etc] + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] + --localstatedir=DIR modifiable single-machine data [PREFIX/var] ++ --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] + --libdir=DIR object code libraries [EPREFIX/lib] + --includedir=DIR C header files [PREFIX/include] + --oldincludedir=DIR C header files for non-gcc [/usr/include] +*************** +*** 2166,2171 **** +--- 2202,2208 ---- + --disable-largefile omit support for large files + --enable-gcc-warnings turn on lots of GCC warnings (for developers) + --disable-xattr do not support extended attributes ++ --enable-year2038 support timestamps after 2038 + + Some influential environment variables: + CC C compiler command +*************** +*** 2184,2195 **** + string to avoid a default value of '-d' given by some make + applications. + +! Use these variables to override the choices made by `configure' or to help + it to find libraries and programs with nonstandard names/locations. + + Report bugs to . +! GNU patch home page: . +! General help using GNU software: . + _ACEOF + ac_status=$? + fi +--- 2221,2232 ---- + string to avoid a default value of '-d' given by some make + applications. + +! Use these variables to override the choices made by 'configure' or to help + it to find libraries and programs with nonstandard names/locations. + + Report bugs to . +! GNU patch home page: . +! General help using GNU software: . + _ACEOF + ac_status=$? + fi +*************** +*** 2205,2213 **** + case "$ac_dir" in + .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) +! ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. +! ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; +--- 2242,2250 ---- + case "$ac_dir" in + .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) +! ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. +! ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; +*************** +*** 2235,2241 **** + ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + cd "$ac_dir" || { ac_status=$?; continue; } +! # Check for guested configure. + if test -f "$ac_srcdir/configure.gnu"; then + echo && + $SHELL "$ac_srcdir/configure.gnu" --help=recursive +--- 2272,2279 ---- + ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + cd "$ac_dir" || { ac_status=$?; continue; } +! # Check for configure.gnu first; this name is used for a wrapper for +! # Metaconfig's "Configure" on case-insensitive file systems. + if test -f "$ac_srcdir/configure.gnu"; then + echo && + $SHELL "$ac_srcdir/configure.gnu" --help=recursive +*************** +*** 2243,2249 **** + echo && + $SHELL "$ac_srcdir/configure" --help=recursive + else +! $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + fi || ac_status=$? + cd "$ac_pwd" || { ac_status=$?; break; } + done +--- 2281,2287 ---- + echo && + $SHELL "$ac_srcdir/configure" --help=recursive + else +! printf "%s\n" "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + fi || ac_status=$? + cd "$ac_pwd" || { ac_status=$?; break; } + done +*************** +*** 2253,2261 **** + if $ac_init_version; then + cat <<\_ACEOF + GNU patch configure 2.7.6 +! generated by GNU Autoconf 2.69 + +! Copyright (C) 2012 Free Software Foundation, Inc. + This configure script is free software; the Free Software Foundation + gives unlimited permission to copy, distribute and modify it. + _ACEOF +--- 2291,2299 ---- + if $ac_init_version; then + cat <<\_ACEOF + GNU patch configure 2.7.6 +! generated by GNU Autoconf 2.72 + +! Copyright (C) 2023 Free Software Foundation, Inc. + This configure script is free software; the Free Software Foundation + gives unlimited permission to copy, distribute and modify it. + _ACEOF +*************** +*** 2272,2285 **** + ac_fn_c_try_compile () + { + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack +! rm -f conftest.$ac_objext + if { { ac_try="$ac_compile" + case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; + esac + eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +! $as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>conftest.err + ac_status=$? + if test -s conftest.err; then +--- 2310,2323 ---- + ac_fn_c_try_compile () + { + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack +! rm -f conftest.$ac_objext conftest.beam + if { { ac_try="$ac_compile" + case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; + esac + eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +! printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>conftest.err + ac_status=$? + if test -s conftest.err; then +*************** +*** 2287,2509 **** + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi +! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err +! } && test -s conftest.$ac_objext; then : + ac_retval=0 +! else +! $as_echo "$as_me: failed program was:" >&5 + sed 's/^/| /' conftest.$ac_ext >&5 + +! ac_retval=1 +! fi +! eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno +! as_fn_set_status $ac_retval +! +! } # ac_fn_c_try_compile +! +! # ac_fn_c_try_cpp LINENO +! # ---------------------- +! # Try to preprocess conftest.$ac_ext, and return whether this succeeded. +! ac_fn_c_try_cpp () +! { +! as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack +! if { { ac_try="$ac_cpp conftest.$ac_ext" +! case "(($ac_try" in +! *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +! *) ac_try_echo=$ac_try;; + esac +- eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +- $as_echo "$ac_try_echo"; } >&5 +- (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err +- ac_status=$? +- if test -s conftest.err; then +- grep -v '^ *+' conftest.err >conftest.er1 +- cat conftest.er1 >&5 +- mv -f conftest.er1 conftest.err +- fi +- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 +- test $ac_status = 0; } > conftest.i && { +- test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || +- test ! -s conftest.err +- }; then : +- ac_retval=0 +- else +- $as_echo "$as_me: failed program was:" >&5 +- sed 's/^/| /' conftest.$ac_ext >&5 +- +- ac_retval=1 + fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +! } # ac_fn_c_try_cpp + +! # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES + # ------------------------------------------------------- +! # Tests whether HEADER exists, giving a warning if it cannot be compiled using +! # the include files in INCLUDES and setting the cache variable VAR +! # accordingly. +! ac_fn_c_check_header_mongrel () + { + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack +! if eval \${$3+:} false; then : +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +! $as_echo_n "checking for $2... " >&6; } +! if eval \${$3+:} false; then : +! $as_echo_n "(cached) " >&6 +! fi +! eval ac_res=\$$3 +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! $as_echo "$ac_res" >&6; } +! else +! # Is the header compilable? +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 +! $as_echo_n "checking $2 usability... " >&6; } +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + $4 + #include <$2> + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : +! ac_header_compiler=yes +! else +! ac_header_compiler=no +! fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 +! $as_echo "$ac_header_compiler" >&6; } +! +! # Is the header present? +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 +! $as_echo_n "checking $2 presence... " >&6; } +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext +! /* end confdefs.h. */ +! #include <$2> +! _ACEOF +! if ac_fn_c_try_cpp "$LINENO"; then : +! ac_header_preproc=yes +! else +! ac_header_preproc=no + fi +! rm -f conftest.err conftest.i conftest.$ac_ext +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 +! $as_echo "$ac_header_preproc" >&6; } +! +! # So? What about this header? +! case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( +! yes:no: ) +! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 +! $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} +! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 +! $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} +! ;; +! no:yes:* ) +! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 +! $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} +! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 +! $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} +! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 +! $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} +! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 +! $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} +! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 +! $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} +! ( $as_echo "## -------------------------------- ## +! ## Report this to bug-patch@gnu.org ## +! ## -------------------------------- ##" +! ) | sed "s/^/$as_me: WARNING: /" >&2 +! ;; + esac +- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +- $as_echo_n "checking for $2... " >&6; } +- if eval \${$3+:} false; then : +- $as_echo_n "(cached) " >&6 +- else +- eval "$3=\$ac_header_compiler" + fi + eval ac_res=\$$3 +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! $as_echo "$ac_res" >&6; } +! fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +! } # ac_fn_c_check_header_mongrel + +! # ac_fn_c_try_run LINENO + # ---------------------- +! # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes +! # that executables *can* be run. +! ac_fn_c_try_run () + { + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack +! if { { ac_try="$ac_link" + case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; + esac + eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +! $as_echo "$ac_try_echo"; } >&5 +! (eval "$ac_link") 2>&5 +! ac_status=$? +! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 +! test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' +! { { case "(($ac_try" in +! *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +! *) ac_try_echo=$ac_try;; +! esac +! eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +! $as_echo "$ac_try_echo"; } >&5 +! (eval "$ac_try") 2>&5 + ac_status=$? +! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 +! test $ac_status = 0; }; }; then : + ac_retval=0 +! else +! $as_echo "$as_me: program exited with status $ac_status" >&5 +! $as_echo "$as_me: failed program was:" >&5 + sed 's/^/| /' conftest.$ac_ext >&5 + +! ac_retval=$ac_status + fi +- rm -rf conftest.dSYM conftest_ipa8_conftest.oo + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +! } # ac_fn_c_try_run +! +! # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES +! # ------------------------------------------------------- +! # Tests whether HEADER exists and can be compiled using the include files in +! # INCLUDES, setting the cache variable VAR accordingly. +! ac_fn_c_check_header_compile () +! { +! as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +! $as_echo_n "checking for $2... " >&6; } +! if eval \${$3+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext +! /* end confdefs.h. */ +! $4 +! #include <$2> +! _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : +! eval "$3=yes" +! else +! eval "$3=no" +! fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +! fi +! eval ac_res=\$$3 +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! $as_echo "$ac_res" >&6; } +! eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno +! +! } # ac_fn_c_check_header_compile + + # ac_fn_c_check_type LINENO TYPE VAR INCLUDES + # ------------------------------------------- +--- 2325,2422 ---- + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err +! } && test -s conftest.$ac_objext +! then : + ac_retval=0 +! else case e in #( +! e) printf "%s\n" "$as_me: failed program was:" >&5 + sed 's/^/| /' conftest.$ac_ext >&5 + +! ac_retval=1 ;; + esac + fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +! } # ac_fn_c_try_compile + +! # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES + # ------------------------------------------------------- +! # Tests whether HEADER exists and can be compiled using the include files in +! # INCLUDES, setting the cache variable VAR accordingly. +! ac_fn_c_check_header_compile () + { + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +! printf %s "checking for $2... " >&6; } +! if eval test \${$3+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + $4 + #include <$2> + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : +! eval "$3=yes" +! else case e in #( +! e) eval "$3=no" ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi + eval ac_res=\$$3 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +! } # ac_fn_c_check_header_compile + +! # ac_fn_c_try_cpp LINENO + # ---------------------- +! # Try to preprocess conftest.$ac_ext, and return whether this succeeded. +! ac_fn_c_try_cpp () + { + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack +! if { { ac_try="$ac_cpp conftest.$ac_ext" + case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; + esac + eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +! printf "%s\n" "$ac_try_echo"; } >&5 +! (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err + ac_status=$? +! if test -s conftest.err; then +! grep -v '^ *+' conftest.err >conftest.er1 +! cat conftest.er1 >&5 +! mv -f conftest.er1 conftest.err +! fi +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 +! test $ac_status = 0; } > conftest.i && { +! test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || +! test ! -s conftest.err +! } +! then : + ac_retval=0 +! else case e in #( +! e) printf "%s\n" "$as_me: failed program was:" >&5 + sed 's/^/| /' conftest.$ac_ext >&5 + +! ac_retval=1 ;; +! esac + fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +! } # ac_fn_c_try_cpp + + # ac_fn_c_check_type LINENO TYPE VAR INCLUDES + # ------------------------------------------- +*************** +*** 2512,2528 **** + ac_fn_c_check_type () + { + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +! $as_echo_n "checking for $2... " >&6; } +! if eval \${$3+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! eval "$3=no" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + $4 + int +! main () + { + if (sizeof ($2)) + return 0; +--- 2425,2442 ---- + ac_fn_c_check_type () + { + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +! printf %s "checking for $2... " >&6; } +! if eval test \${$3+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) eval "$3=no" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + $4 + int +! main (void) + { + if (sizeof ($2)) + return 0; +*************** +*** 2530,2541 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + $4 + int +! main () + { + if (sizeof (($2))) + return 0; +--- 2444,2456 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + $4 + int +! main (void) + { + if (sizeof (($2))) + return 0; +*************** +*** 2543,2560 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + +! else +! eval "$3=yes" + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + eval ac_res=\$$3 +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! $as_echo "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + + } # ac_fn_c_check_type +--- 2458,2478 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + +! else case e in #( +! e) eval "$3=yes" ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + eval ac_res=\$$3 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + + } # ac_fn_c_check_type +*************** +*** 2565,2578 **** + ac_fn_c_try_link () + { + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack +! rm -f conftest.$ac_objext conftest$ac_exeext + if { { ac_try="$ac_link" + case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; + esac + eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +! $as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>conftest.err + ac_status=$? + if test -s conftest.err; then +--- 2483,2496 ---- + ac_fn_c_try_link () + { + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack +! rm -f conftest.$ac_objext conftest.beam conftest$ac_exeext + if { { ac_try="$ac_link" + case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; + esac + eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +! printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>conftest.err + ac_status=$? + if test -s conftest.err; then +*************** +*** 2580,2599 **** + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi +! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + test -x conftest$ac_exeext +! }; then : + ac_retval=0 +! else +! $as_echo "$as_me: failed program was:" >&5 + sed 's/^/| /' conftest.$ac_ext >&5 + +! ac_retval=1 + fi + # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information + # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would +--- 2498,2519 ---- + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + test -x conftest$ac_exeext +! } +! then : + ac_retval=0 +! else case e in #( +! e) printf "%s\n" "$as_me: failed program was:" >&5 + sed 's/^/| /' conftest.$ac_ext >&5 + +! ac_retval=1 ;; +! esac + fi + # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information + # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would +*************** +*** 2605,2638 **** + + } # ac_fn_c_try_link + + # ac_fn_c_check_func LINENO FUNC VAR + # ---------------------------------- + # Tests whether FUNC exists, setting the cache variable VAR accordingly + ac_fn_c_check_func () + { + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +! $as_echo_n "checking for $2... " >&6; } +! if eval \${$3+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + /* Define $2 to an innocuous variant, in case declares $2. + For example, HP-UX 11i declares gettimeofday. */ + #define $2 innocuous_$2 + + /* System header to define __stub macros and hopefully few prototypes, +! which can conflict with char $2 (); below. +! Prefer to if __STDC__ is defined, since +! exists even on freestanding compilers. */ +! +! #ifdef __STDC__ +! # include +! #else +! # include +! #endif + + #undef $2 + + /* Override any GCC internal prototype to avoid an error. +--- 2525,2596 ---- + + } # ac_fn_c_try_link + ++ # ac_fn_c_try_run LINENO ++ # ---------------------- ++ # Try to run conftest.$ac_ext, and return whether this succeeded. Assumes that ++ # executables *can* be run. ++ ac_fn_c_try_run () ++ { ++ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack ++ if { { ac_try="$ac_link" ++ case "(($ac_try" in ++ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; ++ *) ac_try_echo=$ac_try;; ++ esac ++ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" ++ printf "%s\n" "$ac_try_echo"; } >&5 ++ (eval "$ac_link") 2>&5 ++ ac_status=$? ++ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 ++ test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' ++ { { case "(($ac_try" in ++ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; ++ *) ac_try_echo=$ac_try;; ++ esac ++ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" ++ printf "%s\n" "$ac_try_echo"; } >&5 ++ (eval "$ac_try") 2>&5 ++ ac_status=$? ++ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 ++ test $ac_status = 0; }; } ++ then : ++ ac_retval=0 ++ else case e in #( ++ e) printf "%s\n" "$as_me: program exited with status $ac_status" >&5 ++ printf "%s\n" "$as_me: failed program was:" >&5 ++ sed 's/^/| /' conftest.$ac_ext >&5 ++ ++ ac_retval=$ac_status ;; ++ esac ++ fi ++ rm -rf conftest.dSYM conftest_ipa8_conftest.oo ++ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno ++ as_fn_set_status $ac_retval ++ ++ } # ac_fn_c_try_run ++ + # ac_fn_c_check_func LINENO FUNC VAR + # ---------------------------------- + # Tests whether FUNC exists, setting the cache variable VAR accordingly + ac_fn_c_check_func () + { + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +! printf %s "checking for $2... " >&6; } +! if eval test \${$3+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + /* Define $2 to an innocuous variant, in case declares $2. + For example, HP-UX 11i declares gettimeofday. */ + #define $2 innocuous_$2 + + /* System header to define __stub macros and hopefully few prototypes, +! which can conflict with char $2 (void); below. */ + ++ #include + #undef $2 + + /* Override any GCC internal prototype to avoid an error. +*************** +*** 2641,2647 **** + #ifdef __cplusplus + extern "C" + #endif +! char $2 (); + /* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +--- 2599,2605 ---- + #ifdef __cplusplus + extern "C" + #endif +! char $2 (void); + /* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +*************** +*** 2650,2696 **** + #endif + + int +! main () + { + return $2 (); + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_link "$LINENO"; then : + eval "$3=yes" +! else +! eval "$3=no" + fi +! rm -f core conftest.err conftest.$ac_objext \ +! conftest$ac_exeext conftest.$ac_ext + fi + eval ac_res=\$$3 +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! $as_echo "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + + } # ac_fn_c_check_func + +! # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES +! # --------------------------------------------- + # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR +! # accordingly. +! ac_fn_c_check_decl () + { + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + as_decl_name=`echo $2|sed 's/ *(.*//'` +! as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'` +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 +! $as_echo_n "checking whether $as_decl_name is declared... " >&6; } +! if eval \${$3+:} false; then : +! $as_echo_n "(cached) " >&6 +! else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + $4 + int +! main () + { + #ifndef $as_decl_name + #ifdef __cplusplus +--- 2608,2660 ---- + #endif + + int +! main (void) + { + return $2 (); + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_link "$LINENO" +! then : + eval "$3=yes" +! else case e in #( +! e) eval "$3=no" ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam \ +! conftest$ac_exeext conftest.$ac_ext ;; +! esac + fi + eval ac_res=\$$3 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + + } # ac_fn_c_check_func + +! # ac_fn_check_decl LINENO SYMBOL VAR INCLUDES EXTRA-OPTIONS FLAG-VAR +! # ------------------------------------------------------------------ + # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR +! # accordingly. Pass EXTRA-OPTIONS to the compiler, using FLAG-VAR. +! ac_fn_check_decl () + { + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + as_decl_name=`echo $2|sed 's/ *(.*//'` +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 +! printf %s "checking whether $as_decl_name is declared... " >&6; } +! if eval test \${$3+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'` +! eval ac_save_FLAGS=\$$6 +! as_fn_append $6 " $5" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + $4 + int +! main (void) + { + #ifndef $as_decl_name + #ifdef __cplusplus +*************** +*** 2704,2722 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + eval "$3=yes" +! else +! eval "$3=no" + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + eval ac_res=\$$3 +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! $as_echo "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +! } # ac_fn_c_check_decl + + # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES + # -------------------------------------------- +--- 2668,2691 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + eval "$3=yes" +! else case e in #( +! e) eval "$3=no" ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +! eval $6=\$ac_save_FLAGS +! ;; +! esac + fi + eval ac_res=\$$3 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +! } # ac_fn_check_decl + + # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES + # -------------------------------------------- +*************** +*** 2732,2738 **** + /* end confdefs.h. */ + $4 + int +! main () + { + static int test_array [1 - 2 * !(($2) >= 0)]; + test_array [0] = 0; +--- 2701,2707 ---- + /* end confdefs.h. */ + $4 + int +! main (void) + { + static int test_array [1 - 2 * !(($2) >= 0)]; + test_array [0] = 0; +*************** +*** 2742,2755 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + ac_lo=0 ac_mid=0 + while :; do + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + $4 + int +! main () + { + static int test_array [1 - 2 * !(($2) <= $ac_mid)]; + test_array [0] = 0; +--- 2711,2725 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + ac_lo=0 ac_mid=0 + while :; do + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + $4 + int +! main (void) + { + static int test_array [1 - 2 * !(($2) <= $ac_mid)]; + test_array [0] = 0; +*************** +*** 2759,2782 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + ac_hi=$ac_mid; break +! else +! as_fn_arith $ac_mid + 1 && ac_lo=$as_val + if test $ac_lo -le $ac_mid; then + ac_lo= ac_hi= + break + fi +! as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + done +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + $4 + int +! main () + { + static int test_array [1 - 2 * !(($2) < 0)]; + test_array [0] = 0; +--- 2729,2754 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + ac_hi=$ac_mid; break +! else case e in #( +! e) as_fn_arith $ac_mid + 1 && ac_lo=$as_val + if test $ac_lo -le $ac_mid; then + ac_lo= ac_hi= + break + fi +! as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + done +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + $4 + int +! main (void) + { + static int test_array [1 - 2 * !(($2) < 0)]; + test_array [0] = 0; +*************** +*** 2786,2799 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + ac_hi=-1 ac_mid=-1 + while :; do + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + $4 + int +! main () + { + static int test_array [1 - 2 * !(($2) >= $ac_mid)]; + test_array [0] = 0; +--- 2758,2772 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + ac_hi=-1 ac_mid=-1 + while :; do + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + $4 + int +! main (void) + { + static int test_array [1 - 2 * !(($2) >= $ac_mid)]; + test_array [0] = 0; +*************** +*** 2803,2826 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + ac_lo=$ac_mid; break +! else +! as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val + if test $ac_mid -le $ac_hi; then + ac_lo= ac_hi= + break + fi +! as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + done +! else +! ac_lo= ac_hi= + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + # Binary search between lo and hi bounds. + while test "x$ac_lo" != "x$ac_hi"; do + as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val +--- 2776,2803 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + ac_lo=$ac_mid; break +! else case e in #( +! e) as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val + if test $ac_mid -le $ac_hi; then + ac_lo= ac_hi= + break + fi +! as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + done +! else case e in #( +! e) ac_lo= ac_hi= ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + # Binary search between lo and hi bounds. + while test "x$ac_lo" != "x$ac_hi"; do + as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val +*************** +*** 2828,2834 **** + /* end confdefs.h. */ + $4 + int +! main () + { + static int test_array [1 - 2 * !(($2) <= $ac_mid)]; + test_array [0] = 0; +--- 2805,2811 ---- + /* end confdefs.h. */ + $4 + int +! main (void) + { + static int test_array [1 - 2 * !(($2) <= $ac_mid)]; + test_array [0] = 0; +*************** +*** 2838,2849 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + ac_hi=$ac_mid +! else +! as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + done + case $ac_lo in #(( + ?*) eval "$3=\$ac_lo"; ac_retval=0 ;; +--- 2815,2828 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + ac_hi=$ac_mid +! else case e in #( +! e) as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + done + case $ac_lo in #(( + ?*) eval "$3=\$ac_lo"; ac_retval=0 ;; +*************** +*** 2853,2864 **** + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + $4 +! static long int longval () { return $2; } +! static unsigned long int ulongval () { return $2; } + #include + #include + int +! main () + { + + FILE *f = fopen ("conftest.val", "w"); +--- 2832,2843 ---- + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + $4 +! static long int longval (void) { return $2; } +! static unsigned long int ulongval (void) { return $2; } + #include + #include + int +! main (void) + { + + FILE *f = fopen ("conftest.val", "w"); +*************** +*** 2886,2895 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + echo >>conftest.val; read $3 >conftest.val; read $3 &5 +! $as_echo_n "checking for $2.$3... " >&6; } +! if eval \${$4+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + $5 + int +! main () + { + static $2 ac_aggr; + if (ac_aggr.$3) +--- 2889,2905 ---- + ac_fn_c_check_member () + { + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5 +! printf %s "checking for $2.$3... " >&6; } +! if eval test \${$4+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + $5 + int +! main (void) + { + static $2 ac_aggr; + if (ac_aggr.$3) +*************** +*** 2926,2939 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + eval "$4=yes" +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + $5 + int +! main () + { + static $2 ac_aggr; + if (sizeof ac_aggr.$3) +--- 2908,2922 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + eval "$4=yes" +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + $5 + int +! main (void) + { + static $2 ac_aggr; + if (sizeof ac_aggr.$3) +*************** +*** 2942,2970 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + eval "$4=yes" +! else +! eval "$4=no" + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + eval ac_res=\$$4 +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! $as_echo "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + + } # ac_fn_c_check_member + 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 patch $as_me 2.7.6, which was +! generated by GNU Autoconf 2.69. Invocation command line was + +! $ $0 $@ + + _ACEOF + exec 5>>config.log +--- 2925,2977 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + eval "$4=yes" +! else case e in #( +! e) eval "$4=no" ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + eval ac_res=\$$4 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + + } # ac_fn_c_check_member ++ ac_configure_args_raw= ++ for ac_arg ++ do ++ case $ac_arg in ++ *\'*) ++ ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; ++ esac ++ as_fn_append ac_configure_args_raw " '$ac_arg'" ++ done ++ ++ case $ac_configure_args_raw in ++ *$as_nl*) ++ ac_safe_unquote= ;; ++ *) ++ ac_unsafe_z='|&;<>()$`\\"*?[ '' ' # This string ends in space, tab. ++ ac_unsafe_a="$ac_unsafe_z#~" ++ ac_safe_unquote="s/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g" ++ ac_configure_args_raw=` printf "%s\n" "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;; ++ esac ++ + 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 patch $as_me 2.7.6, which was +! generated by GNU Autoconf 2.72. Invocation command line was + +! $ $0$ac_configure_args_raw + + _ACEOF + exec 5>>config.log +*************** +*** 2997,3004 **** + for as_dir in $PATH + do + IFS=$as_save_IFS +! test -z "$as_dir" && as_dir=. +! $as_echo "PATH: $as_dir" + done + IFS=$as_save_IFS + +--- 3004,3015 ---- + for as_dir in $PATH + do + IFS=$as_save_IFS +! case $as_dir in #((( +! '') as_dir=./ ;; +! */) ;; +! *) as_dir=$as_dir/ ;; +! esac +! printf "%s\n" "PATH: $as_dir" + done + IFS=$as_save_IFS + +*************** +*** 3033,3039 **** + | -silent | --silent | --silen | --sile | --sil) + continue ;; + *\'*) +! ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + case $ac_pass in + 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; +--- 3044,3050 ---- + | -silent | --silent | --silen | --sile | --sil) + continue ;; + *\'*) +! ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + case $ac_pass in + 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; +*************** +*** 3068,3078 **** + # WARNING: Use '\'' to represent an apostrophe within the trap. + # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. + trap 'exit_status=$? + # Save into config.log some information that might help in debugging. + { + echo + +! $as_echo "## ---------------- ## + ## Cache variables. ## + ## ---------------- ##" + echo +--- 3079,3091 ---- + # WARNING: Use '\'' to represent an apostrophe within the trap. + # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. + trap 'exit_status=$? ++ # Sanitize IFS. ++ IFS=" "" $as_nl" + # Save into config.log some information that might help in debugging. + { + echo + +! printf "%s\n" "## ---------------- ## + ## Cache variables. ## + ## ---------------- ##" + echo +*************** +*** 3083,3090 **** + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( +! *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +! $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( +--- 3096,3103 ---- + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( +! *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +! printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( +*************** +*** 3108,3114 **** + ) + echo + +! $as_echo "## ----------------- ## + ## Output variables. ## + ## ----------------- ##" + echo +--- 3121,3127 ---- + ) + echo + +! printf "%s\n" "## ----------------- ## + ## Output variables. ## + ## ----------------- ##" + echo +*************** +*** 3116,3129 **** + do + eval ac_val=\$$ac_var + case $ac_val in +! *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac +! $as_echo "$ac_var='\''$ac_val'\''" + done | sort + echo + + if test -n "$ac_subst_files"; then +! $as_echo "## ------------------- ## + ## File substitutions. ## + ## ------------------- ##" + echo +--- 3129,3142 ---- + do + eval ac_val=\$$ac_var + case $ac_val in +! *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac +! printf "%s\n" "$ac_var='\''$ac_val'\''" + done | sort + echo + + if test -n "$ac_subst_files"; then +! printf "%s\n" "## ------------------- ## + ## File substitutions. ## + ## ------------------- ##" + echo +*************** +*** 3131,3145 **** + do + eval ac_val=\$$ac_var + case $ac_val in +! *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac +! $as_echo "$ac_var='\''$ac_val'\''" + done | sort + echo + fi + + if test -s confdefs.h; then +! $as_echo "## ----------- ## + ## confdefs.h. ## + ## ----------- ##" + echo +--- 3144,3158 ---- + do + eval ac_val=\$$ac_var + case $ac_val in +! *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac +! printf "%s\n" "$ac_var='\''$ac_val'\''" + done | sort + echo + fi + + if test -s confdefs.h; then +! printf "%s\n" "## ----------- ## + ## confdefs.h. ## + ## ----------- ##" + echo +*************** +*** 3147,3154 **** + echo + fi + test "$ac_signal" != 0 && +! $as_echo "$as_me: caught signal $ac_signal" +! $as_echo "$as_me: exit $exit_status" + } >&5 + rm -f core *.core core.conftest.* && + rm -f -r conftest* confdefs* conf$$* $ac_clean_files && +--- 3160,3167 ---- + echo + fi + test "$ac_signal" != 0 && +! printf "%s\n" "$as_me: caught signal $ac_signal" +! printf "%s\n" "$as_me: exit $exit_status" + } >&5 + rm -f core *.core core.conftest.* && + rm -f -r conftest* confdefs* conf$$* $ac_clean_files && +*************** +*** 3162,3226 **** + # confdefs.h avoids OS command line length limits that DEFS can exceed. + rm -f -r conftest* confdefs.h + +! $as_echo "/* confdefs.h */" > confdefs.h + + # Predefined preprocessor variables. + +! cat >>confdefs.h <<_ACEOF +! #define PACKAGE_NAME "$PACKAGE_NAME" +! _ACEOF + +! cat >>confdefs.h <<_ACEOF +! #define PACKAGE_TARNAME "$PACKAGE_TARNAME" +! _ACEOF + +! cat >>confdefs.h <<_ACEOF +! #define PACKAGE_VERSION "$PACKAGE_VERSION" +! _ACEOF + +! cat >>confdefs.h <<_ACEOF +! #define PACKAGE_STRING "$PACKAGE_STRING" +! _ACEOF + +! cat >>confdefs.h <<_ACEOF +! #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" +! _ACEOF + +! cat >>confdefs.h <<_ACEOF +! #define PACKAGE_URL "$PACKAGE_URL" +! _ACEOF + + + # Let the site file select an alternate cache file if it wants to. + # Prefer an explicitly selected file to automatically selected ones. +- ac_site_file1=NONE +- ac_site_file2=NONE + if test -n "$CONFIG_SITE"; then +! # We do not want a PATH search for config.site. +! case $CONFIG_SITE in #(( +! -*) ac_site_file1=./$CONFIG_SITE;; +! */*) ac_site_file1=$CONFIG_SITE;; +! *) ac_site_file1=./$CONFIG_SITE;; +! esac + elif test "x$prefix" != xNONE; then +! ac_site_file1=$prefix/share/config.site +! ac_site_file2=$prefix/etc/config.site + else +! ac_site_file1=$ac_default_prefix/share/config.site +! ac_site_file2=$ac_default_prefix/etc/config.site + fi +! for ac_site_file in "$ac_site_file1" "$ac_site_file2" + do +! test "x$ac_site_file" = xNONE && continue +! if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 +! $as_echo "$as_me: loading site script $ac_site_file" >&6;} + sed 's/^/| /' "$ac_site_file" >&5 + . "$ac_site_file" \ +! || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +! $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} + as_fn_error $? "failed to load site script $ac_site_file +! See \`config.log' for more details" "$LINENO" 5; } + fi + done + +--- 3175,3224 ---- + # confdefs.h avoids OS command line length limits that DEFS can exceed. + rm -f -r conftest* confdefs.h + +! printf "%s\n" "/* confdefs.h */" > confdefs.h + + # Predefined preprocessor variables. + +! printf "%s\n" "#define PACKAGE_NAME \"$PACKAGE_NAME\"" >>confdefs.h + +! printf "%s\n" "#define PACKAGE_TARNAME \"$PACKAGE_TARNAME\"" >>confdefs.h + +! printf "%s\n" "#define PACKAGE_VERSION \"$PACKAGE_VERSION\"" >>confdefs.h + +! printf "%s\n" "#define PACKAGE_STRING \"$PACKAGE_STRING\"" >>confdefs.h + +! printf "%s\n" "#define PACKAGE_BUGREPORT \"$PACKAGE_BUGREPORT\"" >>confdefs.h + +! printf "%s\n" "#define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h + + + # Let the site file select an alternate cache file if it wants to. + # Prefer an explicitly selected file to automatically selected ones. + if test -n "$CONFIG_SITE"; then +! ac_site_files="$CONFIG_SITE" + elif test "x$prefix" != xNONE; then +! ac_site_files="$prefix/share/config.site $prefix/etc/config.site" + else +! ac_site_files="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" + fi +! +! for ac_site_file in $ac_site_files + do +! case $ac_site_file in #( +! */*) : +! ;; #( +! *) : +! ac_site_file=./$ac_site_file ;; +! esac +! if test -f "$ac_site_file" && test -r "$ac_site_file"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 +! printf "%s\n" "$as_me: loading site script $ac_site_file" >&6;} + sed 's/^/| /' "$ac_site_file" >&5 + . "$ac_site_file" \ +! || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error $? "failed to load site script $ac_site_file +! See 'config.log' for more details" "$LINENO" 5; } + fi + done + +*************** +*** 3228,3313 **** + # Some versions of bash will fail to source /dev/null (special files + # actually), so we avoid doing that. DJGPP emulates it as a regular file. + if test /dev/null != "$cache_file" && test -f "$cache_file"; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 +! $as_echo "$as_me: loading cache $cache_file" >&6;} + case $cache_file in + [\\/]* | ?:[\\/]* ) . "$cache_file";; + *) . "./$cache_file";; + esac + fi + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 +! $as_echo "$as_me: creating cache $cache_file" >&6;} + >$cache_file + fi + +! as_fn_append ac_func_list " pathconf" +! as_fn_append ac_func_list " canonicalize_file_name" +! as_fn_append ac_func_list " getcwd" +! as_fn_append ac_func_list " readlink" +! as_fn_append ac_func_list " realpath" +! as_fn_append ac_header_list " sys/param.h" +! as_fn_append ac_header_list " unistd.h" +! as_fn_append ac_func_list " chown" +! as_fn_append ac_func_list " fchown" +! as_fn_append ac_func_list " _set_invalid_parameter_handler" +! as_fn_append ac_header_list " sys/socket.h" +! as_fn_append ac_func_list " fchdir" +! as_fn_append ac_header_list " dirent.h" +! as_fn_append ac_func_list " fdopendir" +! as_fn_append ac_func_list " faccessat" +! as_fn_append ac_func_list " fchmodat" +! as_fn_append ac_func_list " lchmod" +! as_fn_append ac_func_list " fcntl" +! as_fn_append ac_func_list " symlink" +! as_fn_append ac_func_list " mempcpy" +! as_fn_append ac_header_list " sys/stat.h" +! as_fn_append ac_func_list " fstatat" +! as_fn_append ac_func_list " getdtablesize" + gl_getopt_required=GNU +! as_fn_append ac_header_list " getopt.h" +! as_fn_append ac_header_list " sys/cdefs.h" +! as_fn_append ac_func_list " getprogname" +! as_fn_append ac_func_list " getexecname" +! as_fn_append ac_func_list " gettimeofday" +! as_fn_append ac_func_list " nanotime" +! as_fn_append ac_header_list " sys/time.h" +! as_fn_append ac_header_list " limits.h" +! as_fn_append ac_header_list " wchar.h" +! as_fn_append ac_header_list " stdint.h" +! as_fn_append ac_header_list " inttypes.h" +! as_fn_append ac_func_list " lstat" +! as_fn_append ac_func_list " mbsinit" +! as_fn_append ac_func_list " mbrtowc" +! as_fn_append ac_header_list " sys/mman.h" +! as_fn_append ac_func_list " mprotect" +! as_fn_append ac_func_list " mkdirat" +! as_fn_append ac_func_list " tzset" +! as_fn_append ac_func_list " openat" +! as_fn_append ac_func_list " readlinkat" +! as_fn_append ac_func_list " link" +! as_fn_append ac_func_list " renameat" +! as_fn_append ac_func_list " setenv" +! as_fn_append ac_func_list " strdup" +! as_fn_append ac_func_list " strndup" +! as_fn_append ac_func_list " symlinkat" +! as_fn_append ac_func_list " localtime_r" +! as_fn_append ac_func_list " timegm" +! as_fn_append ac_func_list " pipe" +! as_fn_append ac_func_list " unlinkat" +! as_fn_append ac_func_list " utime" +! as_fn_append ac_header_list " utime.h" +! as_fn_append ac_func_list " futimes" +! as_fn_append ac_func_list " futimesat" +! as_fn_append ac_func_list " futimens" +! as_fn_append ac_func_list " utimensat" +! as_fn_append ac_func_list " lutimes" +! as_fn_append ac_func_list " vasnprintf" +! as_fn_append ac_header_list " features.h" +! as_fn_append ac_func_list " snprintf" +! as_fn_append ac_header_list " crtdefs.h" +! as_fn_append ac_func_list " iswcntrl" +! as_fn_append ac_header_list " wctype.h" + # Check that the precious variables saved in the cache have kept the same + # value. + ac_cache_corrupted=false +--- 3226,3740 ---- + # Some versions of bash will fail to source /dev/null (special files + # actually), so we avoid doing that. DJGPP emulates it as a regular file. + if test /dev/null != "$cache_file" && test -f "$cache_file"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 +! printf "%s\n" "$as_me: loading cache $cache_file" >&6;} + case $cache_file in + [\\/]* | ?:[\\/]* ) . "$cache_file";; + *) . "./$cache_file";; + esac + fi + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 +! printf "%s\n" "$as_me: creating cache $cache_file" >&6;} + >$cache_file + fi + +! # Test code for whether the C compiler supports C89 (global declarations) +! ac_c_conftest_c89_globals=' +! /* Does the compiler advertise C89 conformance? +! Do not test the value of __STDC__, because some compilers set it to 0 +! while being otherwise adequately conformant. */ +! #if !defined __STDC__ +! # error "Compiler does not advertise C89 conformance" +! #endif +! +! #include +! #include +! struct stat; +! /* Most of the following tests are stolen from RCS 5.7 src/conf.sh. */ +! struct buf { int x; }; +! struct buf * (*rcsopen) (struct buf *, struct stat *, int); +! static char *e (char **p, int i) +! { +! return p[i]; +! } +! static char *f (char * (*g) (char **, int), char **p, ...) +! { +! char *s; +! va_list v; +! va_start (v,p); +! s = g (p, va_arg (v,int)); +! va_end (v); +! return s; +! } +! +! /* C89 style stringification. */ +! #define noexpand_stringify(a) #a +! const char *stringified = noexpand_stringify(arbitrary+token=sequence); +! +! /* C89 style token pasting. Exercises some of the corner cases that +! e.g. old MSVC gets wrong, but not very hard. */ +! #define noexpand_concat(a,b) a##b +! #define expand_concat(a,b) noexpand_concat(a,b) +! extern int vA; +! extern int vbee; +! #define aye A +! #define bee B +! int *pvA = &expand_concat(v,aye); +! int *pvbee = &noexpand_concat(v,bee); +! +! /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has +! function prototypes and stuff, but not \xHH hex character constants. +! These do not provoke an error unfortunately, instead are silently treated +! as an "x". The following induces an error, until -std is added to get +! proper ANSI mode. Curiously \x00 != x always comes out true, for an +! array size at least. It is necessary to write \x00 == 0 to get something +! that is true only with -std. */ +! int osf4_cc_array ['\''\x00'\'' == 0 ? 1 : -1]; +! +! /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters +! inside strings and character constants. */ +! #define FOO(x) '\''x'\'' +! int xlc6_cc_array[FOO(a) == '\''x'\'' ? 1 : -1]; +! +! int test (int i, double x); +! struct s1 {int (*f) (int a);}; +! struct s2 {int (*f) (double a);}; +! int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int), +! int, int);' +! +! # Test code for whether the C compiler supports C89 (body of main). +! ac_c_conftest_c89_main=' +! ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]); +! ' +! +! # Test code for whether the C compiler supports C99 (global declarations) +! ac_c_conftest_c99_globals=' +! /* Does the compiler advertise C99 conformance? */ +! #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L +! # error "Compiler does not advertise C99 conformance" +! #endif +! +! // See if C++-style comments work. +! +! #include +! extern int puts (const char *); +! extern int printf (const char *, ...); +! extern int dprintf (int, const char *, ...); +! extern void *malloc (size_t); +! extern void free (void *); +! +! // Check varargs macros. These examples are taken from C99 6.10.3.5. +! // dprintf is used instead of fprintf to avoid needing to declare +! // FILE and stderr. +! #define debug(...) dprintf (2, __VA_ARGS__) +! #define showlist(...) puts (#__VA_ARGS__) +! #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) +! static void +! test_varargs_macros (void) +! { +! int x = 1234; +! int y = 5678; +! debug ("Flag"); +! debug ("X = %d\n", x); +! showlist (The first, second, and third items.); +! report (x>y, "x is %d but y is %d", x, y); +! } +! +! // Check long long types. +! #define BIG64 18446744073709551615ull +! #define BIG32 4294967295ul +! #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) +! #if !BIG_OK +! #error "your preprocessor is broken" +! #endif +! #if BIG_OK +! #else +! #error "your preprocessor is broken" +! #endif +! static long long int bignum = -9223372036854775807LL; +! static unsigned long long int ubignum = BIG64; +! +! struct incomplete_array +! { +! int datasize; +! double data[]; +! }; +! +! struct named_init { +! int number; +! const wchar_t *name; +! double average; +! }; +! +! typedef const char *ccp; +! +! static inline int +! test_restrict (ccp restrict text) +! { +! // Iterate through items via the restricted pointer. +! // Also check for declarations in for loops. +! for (unsigned int i = 0; *(text+i) != '\''\0'\''; ++i) +! continue; +! return 0; +! } +! +! // Check varargs and va_copy. +! static bool +! test_varargs (const char *format, ...) +! { +! va_list args; +! va_start (args, format); +! va_list args_copy; +! va_copy (args_copy, args); +! +! const char *str = ""; +! int number = 0; +! float fnumber = 0; +! +! while (*format) +! { +! switch (*format++) +! { +! case '\''s'\'': // string +! str = va_arg (args_copy, const char *); +! break; +! case '\''d'\'': // int +! number = va_arg (args_copy, int); +! break; +! case '\''f'\'': // float +! fnumber = va_arg (args_copy, double); +! break; +! default: +! break; +! } +! } +! va_end (args_copy); +! va_end (args); +! +! return *str && number && fnumber; +! } +! ' +! +! # Test code for whether the C compiler supports C99 (body of main). +! ac_c_conftest_c99_main=' +! // Check bool. +! _Bool success = false; +! success |= (argc != 0); +! +! // Check restrict. +! if (test_restrict ("String literal") == 0) +! success = true; +! char *restrict newvar = "Another string"; +! +! // Check varargs. +! success &= test_varargs ("s, d'\'' f .", "string", 65, 34.234); +! test_varargs_macros (); +! +! // Check flexible array members. +! struct incomplete_array *ia = +! malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); +! ia->datasize = 10; +! for (int i = 0; i < ia->datasize; ++i) +! ia->data[i] = i * 1.234; +! // Work around memory leak warnings. +! free (ia); +! +! // Check named initializers. +! struct named_init ni = { +! .number = 34, +! .name = L"Test wide string", +! .average = 543.34343, +! }; +! +! ni.number = 58; +! +! int dynamic_array[ni.number]; +! dynamic_array[0] = argv[0][0]; +! dynamic_array[ni.number - 1] = 543; +! +! // work around unused variable warnings +! ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == '\''x'\'' +! || dynamic_array[ni.number - 1] != 543); +! ' +! +! # Test code for whether the C compiler supports C11 (global declarations) +! ac_c_conftest_c11_globals=' +! /* Does the compiler advertise C11 conformance? */ +! #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L +! # error "Compiler does not advertise C11 conformance" +! #endif +! +! // Check _Alignas. +! char _Alignas (double) aligned_as_double; +! char _Alignas (0) no_special_alignment; +! extern char aligned_as_int; +! char _Alignas (0) _Alignas (int) aligned_as_int; +! +! // Check _Alignof. +! enum +! { +! int_alignment = _Alignof (int), +! int_array_alignment = _Alignof (int[100]), +! char_alignment = _Alignof (char) +! }; +! _Static_assert (0 < -_Alignof (int), "_Alignof is signed"); +! +! // Check _Noreturn. +! int _Noreturn does_not_return (void) { for (;;) continue; } +! +! // Check _Static_assert. +! struct test_static_assert +! { +! int x; +! _Static_assert (sizeof (int) <= sizeof (long int), +! "_Static_assert does not work in struct"); +! long int y; +! }; +! +! // Check UTF-8 literals. +! #define u8 syntax error! +! char const utf8_literal[] = u8"happens to be ASCII" "another string"; +! +! // Check duplicate typedefs. +! typedef long *long_ptr; +! typedef long int *long_ptr; +! typedef long_ptr long_ptr; +! +! // Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1. +! struct anonymous +! { +! union { +! struct { int i; int j; }; +! struct { int k; long int l; } w; +! }; +! int m; +! } v1; +! ' +! +! # Test code for whether the C compiler supports C11 (body of main). +! ac_c_conftest_c11_main=' +! _Static_assert ((offsetof (struct anonymous, i) +! == offsetof (struct anonymous, w.k)), +! "Anonymous union alignment botch"); +! v1.i = 2; +! v1.w.k = 5; +! ok |= v1.i != 5; +! ' +! +! # Test code for whether the C compiler supports C11 (complete). +! ac_c_conftest_c11_program="${ac_c_conftest_c89_globals} +! ${ac_c_conftest_c99_globals} +! ${ac_c_conftest_c11_globals} +! +! int +! main (int argc, char **argv) +! { +! int ok = 0; +! ${ac_c_conftest_c89_main} +! ${ac_c_conftest_c99_main} +! ${ac_c_conftest_c11_main} +! return ok; +! } +! " +! +! # Test code for whether the C compiler supports C99 (complete). +! ac_c_conftest_c99_program="${ac_c_conftest_c89_globals} +! ${ac_c_conftest_c99_globals} +! +! int +! main (int argc, char **argv) +! { +! int ok = 0; +! ${ac_c_conftest_c89_main} +! ${ac_c_conftest_c99_main} +! return ok; +! } +! " +! +! # Test code for whether the C compiler supports C89 (complete). +! ac_c_conftest_c89_program="${ac_c_conftest_c89_globals} +! +! int +! main (int argc, char **argv) +! { +! int ok = 0; +! ${ac_c_conftest_c89_main} +! return ok; +! } +! " +! +! as_fn_append ac_header_c_list " stdio.h stdio_h HAVE_STDIO_H" +! as_fn_append ac_header_c_list " stdlib.h stdlib_h HAVE_STDLIB_H" +! as_fn_append ac_header_c_list " string.h string_h HAVE_STRING_H" +! as_fn_append ac_header_c_list " inttypes.h inttypes_h HAVE_INTTYPES_H" +! as_fn_append ac_header_c_list " stdint.h stdint_h HAVE_STDINT_H" +! as_fn_append ac_header_c_list " strings.h strings_h HAVE_STRINGS_H" +! as_fn_append ac_header_c_list " sys/stat.h sys_stat_h HAVE_SYS_STAT_H" +! as_fn_append ac_header_c_list " sys/types.h sys_types_h HAVE_SYS_TYPES_H" +! as_fn_append ac_header_c_list " unistd.h unistd_h HAVE_UNISTD_H" +! as_fn_append ac_func_c_list " pathconf HAVE_PATHCONF" +! as_fn_append ac_func_c_list " canonicalize_file_name HAVE_CANONICALIZE_FILE_NAME" +! as_fn_append ac_func_c_list " getcwd HAVE_GETCWD" +! as_fn_append ac_func_c_list " readlink HAVE_READLINK" +! as_fn_append ac_func_c_list " realpath HAVE_REALPATH" +! as_fn_append ac_header_c_list " sys/param.h sys_param_h HAVE_SYS_PARAM_H" +! as_fn_append ac_func_c_list " chown HAVE_CHOWN" +! as_fn_append ac_func_c_list " fchown HAVE_FCHOWN" +! as_fn_append ac_func_c_list " _set_invalid_parameter_handler HAVE__SET_INVALID_PARAMETER_HANDLER" +! as_fn_append ac_header_c_list " sys/socket.h sys_socket_h HAVE_SYS_SOCKET_H" +! as_fn_append ac_func_c_list " fchdir HAVE_FCHDIR" +! as_fn_append ac_header_c_list " dirent.h dirent_h HAVE_DIRENT_H" +! as_fn_append ac_func_c_list " fdopendir HAVE_FDOPENDIR" +! as_fn_append ac_func_c_list " faccessat HAVE_FACCESSAT" +! as_fn_append ac_func_c_list " fchmodat HAVE_FCHMODAT" +! as_fn_append ac_func_c_list " lchmod HAVE_LCHMOD" +! as_fn_append ac_func_c_list " fcntl HAVE_FCNTL" +! as_fn_append ac_func_c_list " symlink HAVE_SYMLINK" +! as_fn_append ac_func_c_list " mempcpy HAVE_MEMPCPY" +! as_fn_append ac_func_c_list " fstatat HAVE_FSTATAT" +! as_fn_append ac_func_c_list " getdtablesize HAVE_GETDTABLESIZE" + gl_getopt_required=GNU +! as_fn_append ac_header_c_list " getopt.h getopt_h HAVE_GETOPT_H" +! as_fn_append ac_header_c_list " sys/cdefs.h sys_cdefs_h HAVE_SYS_CDEFS_H" +! as_fn_append ac_func_c_list " getprogname HAVE_GETPROGNAME" +! as_fn_append ac_func_c_list " getexecname HAVE_GETEXECNAME" +! as_fn_append ac_func_c_list " gettimeofday HAVE_GETTIMEOFDAY" +! as_fn_append ac_func_c_list " nanotime HAVE_NANOTIME" +! as_fn_append ac_header_c_list " sys/time.h sys_time_h HAVE_SYS_TIME_H" +! as_fn_append ac_header_c_list " limits.h limits_h HAVE_LIMITS_H" +! as_fn_append ac_header_c_list " wchar.h wchar_h HAVE_WCHAR_H" +! as_fn_append ac_func_c_list " lstat HAVE_LSTAT" +! as_fn_append ac_func_c_list " mbsinit HAVE_MBSINIT" +! as_fn_append ac_func_c_list " mbrtowc HAVE_MBRTOWC" +! as_fn_append ac_header_c_list " sys/mman.h sys_mman_h HAVE_SYS_MMAN_H" +! as_fn_append ac_func_c_list " mprotect HAVE_MPROTECT" +! as_fn_append ac_func_c_list " mkdirat HAVE_MKDIRAT" +! as_fn_append ac_func_c_list " tzset HAVE_TZSET" +! as_fn_append ac_func_c_list " openat HAVE_OPENAT" +! as_fn_append ac_func_c_list " readlinkat HAVE_READLINKAT" +! as_fn_append ac_func_c_list " link HAVE_LINK" +! as_fn_append ac_func_c_list " renameat HAVE_RENAMEAT" +! as_fn_append ac_func_c_list " setenv HAVE_SETENV" +! as_fn_append ac_func_c_list " strdup HAVE_STRDUP" +! as_fn_append ac_func_c_list " strndup HAVE_STRNDUP" +! as_fn_append ac_func_c_list " symlinkat HAVE_SYMLINKAT" +! as_fn_append ac_func_c_list " localtime_r HAVE_LOCALTIME_R" +! as_fn_append ac_func_c_list " timegm HAVE_TIMEGM" +! as_fn_append ac_func_c_list " pipe HAVE_PIPE" +! as_fn_append ac_func_c_list " unlinkat HAVE_UNLINKAT" +! as_fn_append ac_func_c_list " utime HAVE_UTIME" +! as_fn_append ac_header_c_list " utime.h utime_h HAVE_UTIME_H" +! as_fn_append ac_func_c_list " futimes HAVE_FUTIMES" +! as_fn_append ac_func_c_list " futimesat HAVE_FUTIMESAT" +! as_fn_append ac_func_c_list " futimens HAVE_FUTIMENS" +! as_fn_append ac_func_c_list " utimensat HAVE_UTIMENSAT" +! as_fn_append ac_func_c_list " lutimes HAVE_LUTIMES" +! as_fn_append ac_func_c_list " vasnprintf HAVE_VASNPRINTF" +! as_fn_append ac_header_c_list " features.h features_h HAVE_FEATURES_H" +! as_fn_append ac_func_c_list " snprintf HAVE_SNPRINTF" +! as_fn_append ac_header_c_list " crtdefs.h crtdefs_h HAVE_CRTDEFS_H" +! as_fn_append ac_func_c_list " iswcntrl HAVE_ISWCNTRL" +! as_fn_append ac_header_c_list " wctype.h wctype_h HAVE_WCTYPE_H" +! +! # Auxiliary files required by this configure script. +! ac_aux_files="config.guess config.sub ar-lib compile missing install-sh" +! +! # Locations in which to look for auxiliary files. +! ac_aux_dir_candidates="${srcdir}/build-aux" +! +! # Search for a directory containing all of the required auxiliary files, +! # $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates. +! # If we don't find one directory that contains all the files we need, +! # we report the set of missing files from the *first* directory in +! # $ac_aux_dir_candidates and give up. +! ac_missing_aux_files="" +! ac_first_candidate=: +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: looking for aux files: $ac_aux_files" >&5 +! as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +! as_found=false +! for as_dir in $ac_aux_dir_candidates +! do +! IFS=$as_save_IFS +! case $as_dir in #((( +! '') as_dir=./ ;; +! */) ;; +! *) as_dir=$as_dir/ ;; +! esac +! as_found=: +! +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: trying $as_dir" >&5 +! ac_aux_dir_found=yes +! ac_install_sh= +! for ac_aux in $ac_aux_files +! do +! # As a special case, if "install-sh" is required, that requirement +! # can be satisfied by any of "install-sh", "install.sh", or "shtool", +! # and $ac_install_sh is set appropriately for whichever one is found. +! if test x"$ac_aux" = x"install-sh" +! then +! if test -f "${as_dir}install-sh"; then +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install-sh found" >&5 +! ac_install_sh="${as_dir}install-sh -c" +! elif test -f "${as_dir}install.sh"; then +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install.sh found" >&5 +! ac_install_sh="${as_dir}install.sh -c" +! elif test -f "${as_dir}shtool"; then +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}shtool found" >&5 +! ac_install_sh="${as_dir}shtool install -c" +! else +! ac_aux_dir_found=no +! if $ac_first_candidate; then +! ac_missing_aux_files="${ac_missing_aux_files} install-sh" +! else +! break +! fi +! fi +! else +! if test -f "${as_dir}${ac_aux}"; then +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}${ac_aux} found" >&5 +! else +! ac_aux_dir_found=no +! if $ac_first_candidate; then +! ac_missing_aux_files="${ac_missing_aux_files} ${ac_aux}" +! else +! break +! fi +! fi +! fi +! done +! if test "$ac_aux_dir_found" = yes; then +! ac_aux_dir="$as_dir" +! break +! fi +! ac_first_candidate=false +! +! as_found=false +! done +! IFS=$as_save_IFS +! if $as_found +! then : +! +! else case e in #( +! e) as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5 ;; +! esac +! fi +! +! +! # These three variables are undocumented and unsupported, +! # and are intended to be withdrawn in a future Autoconf release. +! # They can cause serious problems if a builder's source tree is in a directory +! # whose full name contains unusual characters. +! if test -f "${ac_aux_dir}config.guess"; then +! ac_config_guess="$SHELL ${ac_aux_dir}config.guess" +! fi +! if test -f "${ac_aux_dir}config.sub"; then +! ac_config_sub="$SHELL ${ac_aux_dir}config.sub" +! fi +! if test -f "$ac_aux_dir/configure"; then +! ac_configure="$SHELL ${ac_aux_dir}configure" +! fi +! + # Check that the precious variables saved in the cache have kept the same + # value. + ac_cache_corrupted=false +*************** +*** 3318,3329 **** + eval ac_new_val=\$ac_env_${ac_var}_value + case $ac_old_set,$ac_new_set in + set,) +! { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +! $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,set) +! { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 +! $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,);; + *) +--- 3745,3756 ---- + eval ac_new_val=\$ac_env_${ac_var}_value + case $ac_old_set,$ac_new_set in + set,) +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: '$ac_var' was set to '$ac_old_val' in the previous run" >&5 +! printf "%s\n" "$as_me: error: '$ac_var' was set to '$ac_old_val' in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,set) +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: '$ac_var' was not set in the previous run" >&5 +! printf "%s\n" "$as_me: error: '$ac_var' was not set in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,);; + *) +*************** +*** 3332,3355 **** + ac_old_val_w=`echo x $ac_old_val` + ac_new_val_w=`echo x $ac_new_val` + if test "$ac_old_val_w" != "$ac_new_val_w"; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 +! $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + ac_cache_corrupted=: + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 +! $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} + eval $ac_var=\$ac_old_val + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 +! $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} +! { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 +! $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} + fi;; + esac + # Pass precious variables to config.status. + if test "$ac_new_set" = set; then + case $ac_new_val in +! *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *) ac_arg=$ac_var=$ac_new_val ;; + esac + case " $ac_configure_args " in +--- 3759,3782 ---- + ac_old_val_w=`echo x $ac_old_val` + ac_new_val_w=`echo x $ac_new_val` + if test "$ac_old_val_w" != "$ac_new_val_w"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: '$ac_var' has changed since the previous run:" >&5 +! printf "%s\n" "$as_me: error: '$ac_var' has changed since the previous run:" >&2;} + ac_cache_corrupted=: + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in '$ac_var' since the previous run:" >&5 +! printf "%s\n" "$as_me: warning: ignoring whitespace changes in '$ac_var' since the previous run:" >&2;} + eval $ac_var=\$ac_old_val + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: '$ac_old_val'" >&5 +! printf "%s\n" "$as_me: former value: '$ac_old_val'" >&2;} +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: current value: '$ac_new_val'" >&5 +! printf "%s\n" "$as_me: current value: '$ac_new_val'" >&2;} + fi;; + esac + # Pass precious variables to config.status. + if test "$ac_new_set" = set; then + case $ac_new_val in +! *\'*) ac_arg=$ac_var=`printf "%s\n" "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *) ac_arg=$ac_var=$ac_new_val ;; + esac + case " $ac_configure_args " in +*************** +*** 3359,3369 **** + fi + done + if $ac_cache_corrupted; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +! $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +! { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 +! $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} +! as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 + fi + ## -------------------- ## + ## Main body of script. ## +--- 3786,3797 ---- + fi + done + if $ac_cache_corrupted; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 +! printf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;} +! as_fn_error $? "run '${MAKE-make} distclean' and/or 'rm $cache_file' +! and start over" "$LINENO" 5 + fi + ## -------------------- ## + ## Main body of script. ## +*************** +*** 3378,3416 **** + + + +- ac_aux_dir= +- for ac_dir in build-aux "$srcdir"/build-aux; do +- if test -f "$ac_dir/install-sh"; then +- ac_aux_dir=$ac_dir +- ac_install_sh="$ac_aux_dir/install-sh -c" +- break +- elif test -f "$ac_dir/install.sh"; then +- ac_aux_dir=$ac_dir +- ac_install_sh="$ac_aux_dir/install.sh -c" +- break +- elif test -f "$ac_dir/shtool"; then +- ac_aux_dir=$ac_dir +- ac_install_sh="$ac_aux_dir/shtool install -c" +- break +- fi +- done +- if test -z "$ac_aux_dir"; then +- as_fn_error $? "cannot find install-sh, install.sh, or shtool in build-aux \"$srcdir\"/build-aux" "$LINENO" 5 +- fi +- +- # These three variables are undocumented and unsupported, +- # and are intended to be withdrawn in a future Autoconf release. +- # They can cause serious problems if a builder's source tree is in a directory +- # whose full name contains unusual characters. +- ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. +- ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. +- ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. +- + + + + # Check whether --enable-merge was given. +! if test "${enable_merge+set}" = set; then : + enableval=$enable_merge; + fi + +--- 3806,3817 ---- + + + + + + + # Check whether --enable-merge was given. +! if test ${enable_merge+y} +! then : + enableval=$enable_merge; + fi + +*************** +*** 3431,3439 **** + fi + + +! am__api_version='1.15' + +! # Find a good install program. We prefer a C program (faster), + # so one script is as good as another. But avoid the broken or + # incompatible versions: + # SysV /etc/install, /usr/sbin/install +--- 3832,3842 ---- + fi + + +! am__api_version='1.17' + +! +! +! # Find a good install program. We prefer a C program (faster), + # so one script is as good as another. But avoid the broken or + # incompatible versions: + # SysV /etc/install, /usr/sbin/install +*************** +*** 3447,3466 **** + # OS/2's system install, which has a completely different semantic + # ./install, which can be erroneously created by make from ./install.sh. + # Reject install programs that cannot install multiple files. +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 +! $as_echo_n "checking for a BSD-compatible install... " >&6; } + if test -z "$INSTALL"; then +! if ${ac_cv_path_install+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for as_dir in $PATH + do + IFS=$as_save_IFS +! test -z "$as_dir" && as_dir=. +! # Account for people who put trailing slashes in PATH elements. +! case $as_dir/ in #(( +! ./ | .// | /[cC]/* | \ + /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ + ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ + /usr/ucb/* ) ;; +--- 3850,3874 ---- + # OS/2's system install, which has a completely different semantic + # ./install, which can be erroneously created by make from ./install.sh. + # Reject install programs that cannot install multiple files. +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 +! printf %s "checking for a BSD-compatible install... " >&6; } + if test -z "$INSTALL"; then +! if test ${ac_cv_path_install+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for as_dir in $PATH + do + IFS=$as_save_IFS +! case $as_dir in #((( +! '') as_dir=./ ;; +! */) ;; +! *) as_dir=$as_dir/ ;; +! esac +! # Account for fact that we put trailing slashes in our PATH walk. +! case $as_dir in #(( +! ./ | /[cC]/* | \ + /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ + ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ + /usr/ucb/* ) ;; +*************** +*** 3470,3482 **** + # by default. + for ac_prog in ginstall scoinst install; do + for ac_exec_ext in '' $ac_executable_extensions; do +! if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then + if test $ac_prog = install && +! grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # AIX install. It has an incompatible calling convention. + : + elif test $ac_prog = install && +! grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # program-specific install script used by HP pwplus--don't use. + : + else +--- 3878,3890 ---- + # by default. + for ac_prog in ginstall scoinst install; do + for ac_exec_ext in '' $ac_executable_extensions; do +! if as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext"; then + if test $ac_prog = install && +! grep dspmsg "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # AIX install. It has an incompatible calling convention. + : + elif test $ac_prog = install && +! grep pwplus "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # program-specific install script used by HP pwplus--don't use. + : + else +*************** +*** 3484,3495 **** + echo one > conftest.one + echo two > conftest.two + mkdir conftest.dir +! if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && + test -s conftest.one && test -s conftest.two && + test -s conftest.dir/conftest.one && + test -s conftest.dir/conftest.two + then +! ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" + break 3 + fi + fi +--- 3892,3903 ---- + echo one > conftest.one + echo two > conftest.two + mkdir conftest.dir +! if "$as_dir$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir/" && + test -s conftest.one && test -s conftest.two && + test -s conftest.dir/conftest.one && + test -s conftest.dir/conftest.two + then +! ac_cv_path_install="$as_dir$ac_prog$ac_exec_ext -c" + break 3 + fi + fi +*************** +*** 3503,3511 **** + IFS=$as_save_IFS + + rm -rf conftest.one conftest.two conftest.dir +! + fi +! if test "${ac_cv_path_install+set}" = set; then + INSTALL=$ac_cv_path_install + else + # As a last resort, use the slow shell script. Don't cache a +--- 3911,3920 ---- + IFS=$as_save_IFS + + rm -rf conftest.one conftest.two conftest.dir +! ;; +! esac + fi +! if test ${ac_cv_path_install+y}; then + INSTALL=$ac_cv_path_install + else + # As a last resort, use the slow shell script. Don't cache a +*************** +*** 3515,3522 **** + INSTALL=$ac_install_sh + fi + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 +! $as_echo "$INSTALL" >&6; } + + # Use test -z because SunOS4 sh mishandles braces in ${var-val}. + # It thinks the first close brace ends the variable substitution. +--- 3924,3931 ---- + INSTALL=$ac_install_sh + fi + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 +! printf "%s\n" "$INSTALL" >&6; } + + # Use test -z because SunOS4 sh mishandles braces in ${var-val}. + # It thinks the first close brace ends the variable substitution. +*************** +*** 3526,3533 **** + + test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 +! $as_echo_n "checking whether build environment is sane... " >&6; } + # Reject unsafe characters in $srcdir or the absolute working directory + # name. Accept space and tab only in the latter. + am_lf=' +--- 3935,4101 ---- + + test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether sleep supports fractional seconds" >&5 +! printf %s "checking whether sleep supports fractional seconds... " >&6; } +! if test ${am_cv_sleep_fractional_seconds+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if sleep 0.001 2>/dev/null +! then : +! am_cv_sleep_fractional_seconds=yes +! else case e in #( +! e) am_cv_sleep_fractional_seconds=no ;; +! esac +! fi +! ;; +! esac +! fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_sleep_fractional_seconds" >&5 +! printf "%s\n" "$am_cv_sleep_fractional_seconds" >&6; } +! +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking filesystem timestamp resolution" >&5 +! printf %s "checking filesystem timestamp resolution... " >&6; } +! if test ${am_cv_filesystem_timestamp_resolution+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) # Default to the worst case. +! am_cv_filesystem_timestamp_resolution=2 +! +! # Only try to go finer than 1 sec if sleep can do it. +! # Don't try 1 sec, because if 0.01 sec and 0.1 sec don't work, +! # - 1 sec is not much of a win compared to 2 sec, and +! # - it takes 2 seconds to perform the test whether 1 sec works. +! # +! # Instead, just use the default 2s on platforms that have 1s resolution, +! # accept the extra 1s delay when using $sleep in the Automake tests, in +! # exchange for not incurring the 2s delay for running the test for all +! # packages. +! # +! am_try_resolutions= +! if test "$am_cv_sleep_fractional_seconds" = yes; then +! # Even a millisecond often causes a bunch of false positives, +! # so just try a hundredth of a second. The time saved between .001 and +! # .01 is not terribly consequential. +! am_try_resolutions="0.01 0.1 $am_try_resolutions" +! fi +! +! # In order to catch current-generation FAT out, we must *modify* files +! # that already exist; the *creation* timestamp is finer. Use names +! # that make ls -t sort them differently when they have equal +! # timestamps than when they have distinct timestamps, keeping +! # in mind that ls -t prints the *newest* file first. +! rm -f conftest.ts? +! : > conftest.ts1 +! : > conftest.ts2 +! : > conftest.ts3 +! +! # Make sure ls -t actually works. Do 'set' in a subshell so we don't +! # clobber the current shell's arguments. (Outer-level square brackets +! # are removed by m4; they're present so that m4 does not expand +! # ; be careful, easy to get confused.) +! if ( +! set X `ls -t conftest.ts[12]` && +! { +! test "$*" != "X conftest.ts1 conftest.ts2" || +! test "$*" != "X conftest.ts2 conftest.ts1"; +! } +! ); then :; else +! # If neither matched, then we have a broken ls. This can happen +! # if, for instance, CONFIG_SHELL is bash and it inherits a +! # broken ls alias from the environment. This has actually +! # happened. Such a system could not be considered "sane". +! printf "%s\n" ""Bad output from ls -t: \"`ls -t conftest.ts[12]`\""" >&5 +! { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} +! as_fn_error $? "ls -t produces unexpected output. +! Make sure there is not a broken ls alias in your environment. +! See 'config.log' for more details" "$LINENO" 5; } +! fi +! +! for am_try_res in $am_try_resolutions; do +! # Any one fine-grained sleep might happen to cross the boundary +! # between two values of a coarser actual resolution, but if we do +! # two fine-grained sleeps in a row, at least one of them will fall +! # entirely within a coarse interval. +! echo alpha > conftest.ts1 +! sleep $am_try_res +! echo beta > conftest.ts2 +! sleep $am_try_res +! echo gamma > conftest.ts3 +! +! # We assume that 'ls -t' will make use of high-resolution +! # timestamps if the operating system supports them at all. +! if (set X `ls -t conftest.ts?` && +! test "$2" = conftest.ts3 && +! test "$3" = conftest.ts2 && +! test "$4" = conftest.ts1); then +! # +! # Ok, ls -t worked. If we're at a resolution of 1 second, we're done, +! # because we don't need to test make. +! make_ok=true +! if test $am_try_res != 1; then +! # But if we've succeeded so far with a subsecond resolution, we +! # have one more thing to check: make. It can happen that +! # everything else supports the subsecond mtimes, but make doesn't; +! # notably on macOS, which ships make 3.81 from 2006 (the last one +! # released under GPLv2). https://bugs.gnu.org/68808 +! # +! # We test $MAKE if it is defined in the environment, else "make". +! # It might get overridden later, but our hope is that in practice +! # it does not matter: it is the system "make" which is (by far) +! # the most likely to be broken, whereas if the user overrides it, +! # probably they did so with a better, or at least not worse, make. +! # https://lists.gnu.org/archive/html/automake/2024-06/msg00051.html +! # +! # Create a Makefile (real tab character here): +! rm -f conftest.mk +! echo 'conftest.ts1: conftest.ts2' >conftest.mk +! echo ' touch conftest.ts2' >>conftest.mk +! # +! # Now, running +! # touch conftest.ts1; touch conftest.ts2; make +! # should touch ts1 because ts2 is newer. This could happen by luck, +! # but most often, it will fail if make's support is insufficient. So +! # test for several consecutive successes. +! # +! # (We reuse conftest.ts[12] because we still want to modify existing +! # files, not create new ones, per above.) +! n=0 +! make=${MAKE-make} +! until test $n -eq 3; do +! echo one > conftest.ts1 +! sleep $am_try_res +! echo two > conftest.ts2 # ts2 should now be newer than ts1 +! if $make -f conftest.mk | grep 'up to date' >/dev/null; then +! make_ok=false +! break # out of $n loop +! fi +! n=`expr $n + 1` +! done +! fi +! # +! if $make_ok; then +! # Everything we know to check worked out, so call this resolution good. +! am_cv_filesystem_timestamp_resolution=$am_try_res +! break # out of $am_try_res loop +! fi +! # Otherwise, we'll go on to check the next resolution. +! fi +! done +! rm -f conftest.ts? +! # (end _am_filesystem_timestamp_resolution) +! ;; +! esac +! fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_filesystem_timestamp_resolution" >&5 +! printf "%s\n" "$am_cv_filesystem_timestamp_resolution" >&6; } +! +! # This check should not be cached, as it may vary across builds of +! # different projects. +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 +! printf %s "checking whether build environment is sane... " >&6; } + # Reject unsafe characters in $srcdir or the absolute working directory + # name. Accept space and tab only in the latter. + am_lf=' +*************** +*** 3546,3594 **** + # symlink; some systems play weird games with the mod time of symlinks + # (eg FreeBSD returns the mod time of the symlink's containing + # directory). +! if ( +! am_has_slept=no +! for am_try in 1 2; do +! echo "timestamp, slept: $am_has_slept" > conftest.file +! set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` +! if test "$*" = "X"; then +! # -L didn't work. +! set X `ls -t "$srcdir/configure" conftest.file` +! fi +! if test "$*" != "X $srcdir/configure conftest.file" \ +! && test "$*" != "X conftest.file $srcdir/configure"; then + +! # If neither matched, then we have a broken ls. This can happen +! # if, for instance, CONFIG_SHELL is bash and it inherits a +! # broken ls alias from the environment. This has actually +! # happened. Such a system could not be considered "sane". +! as_fn_error $? "ls -t appears to fail. Make sure there is not a broken +! alias in your environment" "$LINENO" 5 +! fi +! if test "$2" = conftest.file || test $am_try -eq 2; then +! break +! fi +! # Just in case. +! sleep 1 +! am_has_slept=yes +! done +! test "$2" = conftest.file +! ) +! then +! # Ok. +! : +! else +! as_fn_error $? "newly created file is older than distributed files! + Check your system clock" "$LINENO" 5 + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +! $as_echo "yes" >&6; } + # If we didn't sleep, we still need to ensure time stamps of config.status and + # generated files are strictly newer. + am_sleep_pid= +! if grep 'slept: no' conftest.file >/dev/null 2>&1; then +! ( sleep 1 ) & + am_sleep_pid=$! + fi + + rm -f conftest.file +--- 4114,4158 ---- + # symlink; some systems play weird games with the mod time of symlinks + # (eg FreeBSD returns the mod time of the symlink's containing + # directory). +! am_build_env_is_sane=no +! am_has_slept=no +! rm -f conftest.file +! for am_try in 1 2; do +! echo "timestamp, slept: $am_has_slept" > conftest.file +! if ( +! set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` +! if test "$*" = "X"; then +! # -L didn't work. +! set X `ls -t "$srcdir/configure" conftest.file` +! fi +! test "$2" = conftest.file +! ); then +! am_build_env_is_sane=yes +! break +! fi +! # Just in case. +! sleep "$am_cv_filesystem_timestamp_resolution" +! am_has_slept=yes +! done + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_build_env_is_sane" >&5 +! printf "%s\n" "$am_build_env_is_sane" >&6; } +! if test "$am_build_env_is_sane" = no; then +! as_fn_error $? "newly created file is older than distributed files! + Check your system clock" "$LINENO" 5 + fi +! + # If we didn't sleep, we still need to ensure time stamps of config.status and + # generated files are strictly newer. + am_sleep_pid= +! if test -e conftest.file || grep 'slept: no' conftest.file >/dev/null 2>&1 +! then : +! +! else case e in #( +! e) ( sleep "$am_cv_filesystem_timestamp_resolution" ) & + am_sleep_pid=$! ++ ;; ++ esac + fi + + rm -f conftest.file +*************** +*** 3599,3626 **** + test "$program_suffix" != NONE && + program_transform_name="s&\$&$program_suffix&;$program_transform_name" + # Double any \ or $. +! # By default was `s,x,x', remove it if useless. + ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' +! program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` + + # Expand $ac_aux_dir to an absolute path. + am_aux_dir=`cd "$ac_aux_dir" && pwd` + +! if test x"${MISSING+set}" != xset; then +! case $am_aux_dir in +! *\ * | *\ *) +! MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; +! *) +! MISSING="\${SHELL} $am_aux_dir/missing" ;; +! esac + fi + # Use eval to expand $SHELL + if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " + else + am_missing_run= +! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 +! $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} + fi + + if test x"${install_sh+set}" != xset; then +--- 4163,4187 ---- + test "$program_suffix" != NONE && + program_transform_name="s&\$&$program_suffix&;$program_transform_name" + # Double any \ or $. +! # By default was 's,x,x', remove it if useless. + ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' +! program_transform_name=`printf "%s\n" "$program_transform_name" | sed "$ac_script"` +! + + # Expand $ac_aux_dir to an absolute path. + am_aux_dir=`cd "$ac_aux_dir" && pwd` + +! +! if test x"${MISSING+set}" != xset; then +! MISSING="\${SHELL} '$am_aux_dir/missing'" + fi + # Use eval to expand $SHELL + if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " + else + am_missing_run= +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 +! printf "%s\n" "$as_me: WARNING: 'missing' script is too old or missing" >&2;} + fi + + if test x"${install_sh+set}" != xset; then +*************** +*** 3640,3677 **** + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. + set dummy ${ac_tool_prefix}strip; ac_word=$2 +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +! $as_echo_n "checking for $ac_word... " >&6; } +! if ${ac_cv_prog_STRIP+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for as_dir in $PATH + do + IFS=$as_save_IFS +! test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do +! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" +! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi + done + done + IFS=$as_save_IFS + +! fi + fi + STRIP=$ac_cv_prog_STRIP + if test -n "$STRIP"; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +! $as_echo "$STRIP" >&6; } + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! $as_echo "no" >&6; } + fi + + +--- 4201,4244 ---- + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. + set dummy ${ac_tool_prefix}strip; ac_word=$2 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +! printf %s "checking for $ac_word... " >&6; } +! if test ${ac_cv_prog_STRIP+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for as_dir in $PATH + do + IFS=$as_save_IFS +! case $as_dir in #((( +! '') as_dir=./ ;; +! */) ;; +! *) as_dir=$as_dir/ ;; +! esac + for ac_exec_ext in '' $ac_executable_extensions; do +! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done + done + IFS=$as_save_IFS + +! fi ;; +! esac + fi + STRIP=$ac_cv_prog_STRIP + if test -n "$STRIP"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +! printf "%s\n" "$STRIP" >&6; } + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + fi + + +*************** +*** 3680,3717 **** + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. + set dummy strip; ac_word=$2 +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +! $as_echo_n "checking for $ac_word... " >&6; } +! if ${ac_cv_prog_ac_ct_STRIP+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for as_dir in $PATH + do + IFS=$as_save_IFS +! test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do +! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_STRIP="strip" +! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi + done + done + IFS=$as_save_IFS + +! fi + fi + ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP + if test -n "$ac_ct_STRIP"; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 +! $as_echo "$ac_ct_STRIP" >&6; } + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! $as_echo "no" >&6; } + fi + + if test "x$ac_ct_STRIP" = x; then +--- 4247,4290 ---- + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. + set dummy strip; ac_word=$2 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +! printf %s "checking for $ac_word... " >&6; } +! if test ${ac_cv_prog_ac_ct_STRIP+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for as_dir in $PATH + do + IFS=$as_save_IFS +! case $as_dir in #((( +! '') as_dir=./ ;; +! */) ;; +! *) as_dir=$as_dir/ ;; +! esac + for ac_exec_ext in '' $ac_executable_extensions; do +! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_STRIP="strip" +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done + done + IFS=$as_save_IFS + +! fi ;; +! esac + fi + ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP + if test -n "$ac_ct_STRIP"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 +! printf "%s\n" "$ac_ct_STRIP" >&6; } + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + fi + + if test "x$ac_ct_STRIP" = x; then +*************** +*** 3719,3726 **** + else + case $cross_compiling:$ac_tool_warned in + yes:) +! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +! $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} + ac_tool_warned=yes ;; + esac + STRIP=$ac_ct_STRIP +--- 4292,4299 ---- + else + case $cross_compiling:$ac_tool_warned in + yes:) +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +! printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} + ac_tool_warned=yes ;; + esac + STRIP=$ac_ct_STRIP +*************** +*** 3732,3829 **** + fi + INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 +! $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } + if test -z "$MKDIR_P"; then +! if ${ac_cv_path_mkdir+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin + do + IFS=$as_save_IFS +! test -z "$as_dir" && as_dir=. + for ac_prog in mkdir gmkdir; do + for ac_exec_ext in '' $ac_executable_extensions; do +! as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue +! case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( +! 'mkdir (GNU coreutils) '* | \ +! 'mkdir (coreutils) '* | \ + 'mkdir (fileutils) '4.1*) +! ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext + break 3;; + esac + done + done + done + IFS=$as_save_IFS +! + fi + + test -d ./--version && rmdir ./--version +! if test "${ac_cv_path_mkdir+set}" = set; then + MKDIR_P="$ac_cv_path_mkdir -p" + else +! # As a last resort, use the slow shell script. Don't cache a +! # value for MKDIR_P within a source directory, because that will +! # break other packages using the cache if that directory is +! # removed, or if the value is a relative name. +! MKDIR_P="$ac_install_sh -d" + fi + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 +! $as_echo "$MKDIR_P" >&6; } + + for ac_prog in gawk mawk nawk awk + do + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +! $as_echo_n "checking for $ac_word... " >&6; } +! if ${ac_cv_prog_AWK+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test -n "$AWK"; then + ac_cv_prog_AWK="$AWK" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for as_dir in $PATH + do + IFS=$as_save_IFS +! test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do +! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_AWK="$ac_prog" +! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi + done + done + IFS=$as_save_IFS + +! fi + fi + AWK=$ac_cv_prog_AWK + if test -n "$AWK"; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 +! $as_echo "$AWK" >&6; } + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! $as_echo "no" >&6; } + fi + + + test -n "$AWK" && break + done + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +! $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } + set x ${MAKE-make} +! ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +! if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat >conftest.make <<\_ACEOF + SHELL = /bin/sh + all: + @echo '@@@%%%=$(MAKE)=@@@%%%' +--- 4305,4414 ---- + fi + INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" + +! +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a race-free mkdir -p" >&5 +! printf %s "checking for a race-free mkdir -p... " >&6; } + if test -z "$MKDIR_P"; then +! if test ${ac_cv_path_mkdir+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin + do + IFS=$as_save_IFS +! case $as_dir in #((( +! '') as_dir=./ ;; +! */) ;; +! *) as_dir=$as_dir/ ;; +! esac + for ac_prog in mkdir gmkdir; do + for ac_exec_ext in '' $ac_executable_extensions; do +! as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext" || continue +! case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #( +! 'mkdir ('*'coreutils) '* | \ +! *'BusyBox '* | \ + 'mkdir (fileutils) '4.1*) +! ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext + break 3;; + esac + done + done + done + IFS=$as_save_IFS +! ;; +! esac + fi + + test -d ./--version && rmdir ./--version +! if test ${ac_cv_path_mkdir+y}; then + MKDIR_P="$ac_cv_path_mkdir -p" + else +! # As a last resort, use plain mkdir -p, +! # in the hope it doesn't have the bugs of ancient mkdir. +! MKDIR_P='mkdir -p' + fi + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 +! printf "%s\n" "$MKDIR_P" >&6; } + + for ac_prog in gawk mawk nawk awk + do + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +! printf %s "checking for $ac_word... " >&6; } +! if test ${ac_cv_prog_AWK+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test -n "$AWK"; then + ac_cv_prog_AWK="$AWK" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for as_dir in $PATH + do + IFS=$as_save_IFS +! case $as_dir in #((( +! '') as_dir=./ ;; +! */) ;; +! *) as_dir=$as_dir/ ;; +! esac + for ac_exec_ext in '' $ac_executable_extensions; do +! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_AWK="$ac_prog" +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done + done + IFS=$as_save_IFS + +! fi ;; +! esac + fi + AWK=$ac_cv_prog_AWK + if test -n "$AWK"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 +! printf "%s\n" "$AWK" >&6; } + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + fi + + + test -n "$AWK" && break + done + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +! printf %s "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } + set x ${MAKE-make} +! ac_make=`printf "%s\n" "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +! if eval test \${ac_cv_prog_make_${ac_make}_set+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat >conftest.make <<\_ACEOF + SHELL = /bin/sh + all: + @echo '@@@%%%=$(MAKE)=@@@%%%' +*************** +*** 3835,3849 **** + *) + eval ac_cv_prog_make_${ac_make}_set=no;; + esac +! rm -f conftest.make + fi + if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +! $as_echo "yes" >&6; } + SET_MAKE= + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! $as_echo "no" >&6; } + SET_MAKE="MAKE=${MAKE-make}" + fi + +--- 4420,4435 ---- + *) + eval ac_cv_prog_make_${ac_make}_set=no;; + esac +! rm -f conftest.make ;; +! esac + fi + if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +! printf "%s\n" "yes" >&6; } + SET_MAKE= + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + SET_MAKE="MAKE=${MAKE-make}" + fi + +*************** +*** 3856,3878 **** + fi + rmdir .tst 2>/dev/null + + # Check whether --enable-silent-rules was given. +! if test "${enable_silent_rules+set}" = set; then : + enableval=$enable_silent_rules; + fi + +- case $enable_silent_rules in # ((( +- yes) AM_DEFAULT_VERBOSITY=0;; +- no) AM_DEFAULT_VERBOSITY=1;; +- *) AM_DEFAULT_VERBOSITY=1;; +- esac + am_make=${MAKE-make} +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +! $as_echo_n "checking whether $am_make supports nested variables... " >&6; } +! if ${am_cv_make_support_nested_variables+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if $as_echo 'TRUE=$(BAR$(V)) + BAR0=false + BAR1=true + V=1 +--- 4442,4462 ---- + fi + rmdir .tst 2>/dev/null + ++ AM_DEFAULT_VERBOSITY=1 + # Check whether --enable-silent-rules was given. +! if test ${enable_silent_rules+y} +! then : + enableval=$enable_silent_rules; + fi + + am_make=${MAKE-make} +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +! printf %s "checking whether $am_make supports nested variables... " >&6; } +! if test ${am_cv_make_support_nested_variables+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if printf "%s\n" 'TRUE=$(BAR$(V)) + BAR0=false + BAR1=true + V=1 +*************** +*** 3882,3899 **** + am_cv_make_support_nested_variables=yes + else + am_cv_make_support_nested_variables=no + fi + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +! $as_echo "$am_cv_make_support_nested_variables" >&6; } +! if test $am_cv_make_support_nested_variables = yes; then +! AM_V='$(V)' +! AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +! else +! AM_V=$AM_DEFAULT_VERBOSITY +! AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY + fi +- AM_BACKSLASH='\' + + if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output +--- 4466,4514 ---- + am_cv_make_support_nested_variables=yes + else + am_cv_make_support_nested_variables=no ++ fi ;; ++ esac + fi ++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 ++ printf "%s\n" "$am_cv_make_support_nested_variables" >&6; } ++ AM_BACKSLASH='\' ++ ++ am__rm_f_notfound= ++ if (rm -f && rm -fr && rm -rf) 2>/dev/null ++ then : ++ ++ else case e in #( ++ e) am__rm_f_notfound='""' ;; ++ esac + fi +! +! +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking xargs -n works" >&5 +! printf %s "checking xargs -n works... " >&6; } +! if test ${am_cv_xargs_n_works+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test "`echo 1 2 3 | xargs -n2 echo`" = "1 2 +! 3" +! then : +! am_cv_xargs_n_works=yes +! else case e in #( +! e) am_cv_xargs_n_works=no ;; +! esac +! fi ;; +! esac +! fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_xargs_n_works" >&5 +! printf "%s\n" "$am_cv_xargs_n_works" >&6; } +! if test "$am_cv_xargs_n_works" = yes +! then : +! am__xargs_n='xargs -n' +! else case e in #( +! e) am__xargs_n='am__xargs_n () { shift; sed "s/ /\\n/g" | while read am__xargs_n_arg; do "" "$am__xargs_n_arg"; done; }' +! ;; +! esac + fi + + if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output +*************** +*** 3920,3933 **** + VERSION='2.7.6' + + +! cat >>confdefs.h <<_ACEOF +! #define PACKAGE "$PACKAGE" +! _ACEOF + + +! cat >>confdefs.h <<_ACEOF +! #define VERSION "$VERSION" +! _ACEOF + + # Some tools Automake needs. + +--- 4535,4544 ---- + VERSION='2.7.6' + + +! printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h + + +! printf "%s\n" "#define VERSION \"$VERSION\"" >>confdefs.h + + # Some tools Automake needs. + +*************** +*** 3947,3954 **** + + # For better backward compatibility. To be removed once Automake 1.9.x + # dies out for good. For more background, see: +! # +! # + mkdir_p='$(MKDIR_P)' + + # We need awk for the "check" target (and possibly the TAP driver). The +--- 4558,4565 ---- + + # For better backward compatibility. To be removed once Automake 1.9.x + # dies out for good. For more background, see: +! # +! # + mkdir_p='$(MKDIR_P)' + + # We need awk for the "check" target (and possibly the TAP driver). The +*************** +*** 3967,4055 **** + + + +! +! # POSIX will say in a future version that running "rm -f" with no argument +! # is OK; and we want to be able to make that assumption in our Makefile +! # recipes. So use an aggressive probe to check that the usage we want is +! # actually supported "in the wild" to an acceptable degree. +! # See automake bug#10828. +! # To make any issue more visible, cause the running configure to be aborted +! # by default if the 'rm' program in use doesn't match our expectations; the +! # user can still override this though. +! if rm -f && rm -fr && rm -rf; then : OK; else +! cat >&2 <<'END' +! Oops! +! +! Your 'rm' program seems unable to run without file operands specified +! on the command line, even when the '-f' option is present. This is contrary +! to the behaviour of most rm programs out there, and not conforming with +! the upcoming POSIX standard: +! +! Please tell bug-automake@gnu.org about your system, including the value +! of your $PATH and any error possibly output before this message. This +! can help us improve future automake versions. +! +! END +! if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then +! echo 'Configuration will proceed anyway, since you have set the' >&2 +! echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 +! echo >&2 +! else +! cat >&2 <<'END' +! Aborting the configuration process, to ensure you take notice of the issue. +! +! You can download and install GNU coreutils to get an 'rm' implementation +! that behaves properly: . +! +! If you want to complete the configuration process using your problematic +! 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +! to "yes", and re-run configure. +! +! END +! as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 +! fi + fi + +! # Check whether --enable-silent-rules was given. +! if test "${enable_silent_rules+set}" = set; then : +! enableval=$enable_silent_rules; + fi + +! case $enable_silent_rules in # ((( +! yes) AM_DEFAULT_VERBOSITY=0;; +! no) AM_DEFAULT_VERBOSITY=1;; +! *) AM_DEFAULT_VERBOSITY=0;; +! esac +! am_make=${MAKE-make} +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +! $as_echo_n "checking whether $am_make supports nested variables... " >&6; } +! if ${am_cv_make_support_nested_variables+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if $as_echo 'TRUE=$(BAR$(V)) +! BAR0=false +! BAR1=true +! V=1 +! am__doit: +! @$(TRUE) +! .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then +! am_cv_make_support_nested_variables=yes +! else +! am_cv_make_support_nested_variables=no +! fi +! fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +! $as_echo "$am_cv_make_support_nested_variables" >&6; } +! if test $am_cv_make_support_nested_variables = yes; then +! AM_V='$(V)' +! AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +! else +! AM_V=$AM_DEFAULT_VERBOSITY +! AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY + fi +- AM_BACKSLASH='\' + + + ac_config_headers="$ac_config_headers config.h:config.hin" + + +--- 4578,4605 ---- + + + +! # Variables for tags utilities; see am/tags.am +! if test -z "$CTAGS"; then +! CTAGS=ctags + fi + +! if test -z "$ETAGS"; then +! ETAGS=etags + fi + +! if test -z "$CSCOPE"; then +! CSCOPE=cscope + fi + + ++ ++ ++ ++ ++ ++ ++ AM_DEFAULT_VERBOSITY=0 ++ + ac_config_headers="$ac_config_headers config.h:config.hin" + + +*************** +*** 4061,4098 **** + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. + set dummy ${ac_tool_prefix}gcc; ac_word=$2 +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +! $as_echo_n "checking for $ac_word... " >&6; } +! if ${ac_cv_prog_CC+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for as_dir in $PATH + do + IFS=$as_save_IFS +! test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do +! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}gcc" +! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi + done + done + IFS=$as_save_IFS + +! fi + fi + CC=$ac_cv_prog_CC + if test -n "$CC"; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +! $as_echo "$CC" >&6; } + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! $as_echo "no" >&6; } + fi + + +--- 4620,4663 ---- + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. + set dummy ${ac_tool_prefix}gcc; ac_word=$2 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +! printf %s "checking for $ac_word... " >&6; } +! if test ${ac_cv_prog_CC+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for as_dir in $PATH + do + IFS=$as_save_IFS +! case $as_dir in #((( +! '') as_dir=./ ;; +! */) ;; +! *) as_dir=$as_dir/ ;; +! esac + for ac_exec_ext in '' $ac_executable_extensions; do +! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}gcc" +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done + done + IFS=$as_save_IFS + +! fi ;; +! esac + fi + CC=$ac_cv_prog_CC + if test -n "$CC"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +! printf "%s\n" "$CC" >&6; } + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + fi + + +*************** +*** 4101,4138 **** + ac_ct_CC=$CC + # Extract the first word of "gcc", so it can be a program name with args. + set dummy gcc; ac_word=$2 +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +! $as_echo_n "checking for $ac_word... " >&6; } +! if ${ac_cv_prog_ac_ct_CC+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for as_dir in $PATH + do + IFS=$as_save_IFS +! test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do +! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="gcc" +! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi + done + done + IFS=$as_save_IFS + +! fi + fi + ac_ct_CC=$ac_cv_prog_ac_ct_CC + if test -n "$ac_ct_CC"; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +! $as_echo "$ac_ct_CC" >&6; } + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! $as_echo "no" >&6; } + fi + + if test "x$ac_ct_CC" = x; then +--- 4666,4709 ---- + ac_ct_CC=$CC + # Extract the first word of "gcc", so it can be a program name with args. + set dummy gcc; ac_word=$2 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +! printf %s "checking for $ac_word... " >&6; } +! if test ${ac_cv_prog_ac_ct_CC+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for as_dir in $PATH + do + IFS=$as_save_IFS +! case $as_dir in #((( +! '') as_dir=./ ;; +! */) ;; +! *) as_dir=$as_dir/ ;; +! esac + for ac_exec_ext in '' $ac_executable_extensions; do +! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="gcc" +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done + done + IFS=$as_save_IFS + +! fi ;; +! esac + fi + ac_ct_CC=$ac_cv_prog_ac_ct_CC + if test -n "$ac_ct_CC"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +! printf "%s\n" "$ac_ct_CC" >&6; } + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + fi + + if test "x$ac_ct_CC" = x; then +*************** +*** 4140,4147 **** + else + case $cross_compiling:$ac_tool_warned in + yes:) +! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +! $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} + ac_tool_warned=yes ;; + esac + CC=$ac_ct_CC +--- 4711,4718 ---- + else + case $cross_compiling:$ac_tool_warned in + yes:) +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +! printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} + ac_tool_warned=yes ;; + esac + CC=$ac_ct_CC +*************** +*** 4154,4191 **** + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. + set dummy ${ac_tool_prefix}cc; ac_word=$2 +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +! $as_echo_n "checking for $ac_word... " >&6; } +! if ${ac_cv_prog_CC+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for as_dir in $PATH + do + IFS=$as_save_IFS +! test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do +! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}cc" +! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi + done + done + IFS=$as_save_IFS + +! fi + fi + CC=$ac_cv_prog_CC + if test -n "$CC"; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +! $as_echo "$CC" >&6; } + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! $as_echo "no" >&6; } + fi + + +--- 4725,4768 ---- + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. + set dummy ${ac_tool_prefix}cc; ac_word=$2 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +! printf %s "checking for $ac_word... " >&6; } +! if test ${ac_cv_prog_CC+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for as_dir in $PATH + do + IFS=$as_save_IFS +! case $as_dir in #((( +! '') as_dir=./ ;; +! */) ;; +! *) as_dir=$as_dir/ ;; +! esac + for ac_exec_ext in '' $ac_executable_extensions; do +! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}cc" +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done + done + IFS=$as_save_IFS + +! fi ;; +! esac + fi + CC=$ac_cv_prog_CC + if test -n "$CC"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +! printf "%s\n" "$CC" >&6; } + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + fi + + +*************** +*** 4194,4205 **** + if test -z "$CC"; then + # Extract the first word of "cc", so it can be a program name with args. + set dummy cc; ac_word=$2 +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +! $as_echo_n "checking for $ac_word... " >&6; } +! if ${ac_cv_prog_CC+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. + else + ac_prog_rejected=no +--- 4771,4783 ---- + if test -z "$CC"; then + # Extract the first word of "cc", so it can be a program name with args. + set dummy cc; ac_word=$2 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +! printf %s "checking for $ac_word... " >&6; } +! if test ${ac_cv_prog_CC+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. + else + ac_prog_rejected=no +*************** +*** 4207,4221 **** + for as_dir in $PATH + do + IFS=$as_save_IFS +! test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do +! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then +! if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then + ac_prog_rejected=yes + continue + fi + ac_cv_prog_CC="cc" +! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +--- 4785,4803 ---- + for as_dir in $PATH + do + IFS=$as_save_IFS +! case $as_dir in #((( +! '') as_dir=./ ;; +! */) ;; +! *) as_dir=$as_dir/ ;; +! esac + for ac_exec_ext in '' $ac_executable_extensions; do +! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then +! if test "$as_dir$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then + ac_prog_rejected=yes + continue + fi + ac_cv_prog_CC="cc" +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +*************** +*** 4231,4248 **** + # However, it has the same basename, so the bogon will be chosen + # first if we set CC to just the basename; use the full file name. + shift +! ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" + fi + fi +! fi + fi + CC=$ac_cv_prog_CC + if test -n "$CC"; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +! $as_echo "$CC" >&6; } + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! $as_echo "no" >&6; } + fi + + +--- 4813,4831 ---- + # However, it has the same basename, so the bogon will be chosen + # first if we set CC to just the basename; use the full file name. + shift +! ac_cv_prog_CC="$as_dir$ac_word${1+' '}$@" + fi + fi +! fi ;; +! esac + fi + CC=$ac_cv_prog_CC + if test -n "$CC"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +! printf "%s\n" "$CC" >&6; } + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + fi + + +*************** +*** 4253,4290 **** + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. + set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +! $as_echo_n "checking for $ac_word... " >&6; } +! if ${ac_cv_prog_CC+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for as_dir in $PATH + do + IFS=$as_save_IFS +! test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do +! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="$ac_tool_prefix$ac_prog" +! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi + done + done + IFS=$as_save_IFS + +! fi + fi + CC=$ac_cv_prog_CC + if test -n "$CC"; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +! $as_echo "$CC" >&6; } + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! $as_echo "no" >&6; } + fi + + +--- 4836,4879 ---- + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. + set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +! printf %s "checking for $ac_word... " >&6; } +! if test ${ac_cv_prog_CC+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for as_dir in $PATH + do + IFS=$as_save_IFS +! case $as_dir in #((( +! '') as_dir=./ ;; +! */) ;; +! *) as_dir=$as_dir/ ;; +! esac + for ac_exec_ext in '' $ac_executable_extensions; do +! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="$ac_tool_prefix$ac_prog" +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done + done + IFS=$as_save_IFS + +! fi ;; +! esac + fi + CC=$ac_cv_prog_CC + if test -n "$CC"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +! printf "%s\n" "$CC" >&6; } + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + fi + + +*************** +*** 4297,4334 **** + do + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +! $as_echo_n "checking for $ac_word... " >&6; } +! if ${ac_cv_prog_ac_ct_CC+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for as_dir in $PATH + do + IFS=$as_save_IFS +! test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do +! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="$ac_prog" +! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi + done + done + IFS=$as_save_IFS + +! fi + fi + ac_ct_CC=$ac_cv_prog_ac_ct_CC + if test -n "$ac_ct_CC"; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +! $as_echo "$ac_ct_CC" >&6; } + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! $as_echo "no" >&6; } + fi + + +--- 4886,4929 ---- + do + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +! printf %s "checking for $ac_word... " >&6; } +! if test ${ac_cv_prog_ac_ct_CC+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for as_dir in $PATH + do + IFS=$as_save_IFS +! case $as_dir in #((( +! '') as_dir=./ ;; +! */) ;; +! *) as_dir=$as_dir/ ;; +! esac + for ac_exec_ext in '' $ac_executable_extensions; do +! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="$ac_prog" +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done + done + IFS=$as_save_IFS + +! fi ;; +! esac + fi + ac_ct_CC=$ac_cv_prog_ac_ct_CC + if test -n "$ac_ct_CC"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +! printf "%s\n" "$ac_ct_CC" >&6; } + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + fi + + +*************** +*** 4340,4347 **** + else + case $cross_compiling:$ac_tool_warned in + yes:) +! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +! $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} + ac_tool_warned=yes ;; + esac + CC=$ac_ct_CC +--- 4935,4942 ---- + else + case $cross_compiling:$ac_tool_warned in + yes:) +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +! printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} + ac_tool_warned=yes ;; + esac + CC=$ac_ct_CC +*************** +*** 4349,4373 **** + fi + + fi + + +! test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +! $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} + as_fn_error $? "no acceptable C compiler found in \$PATH +! See \`config.log' for more details" "$LINENO" 5; } + + # Provide some information about the compiler. +! $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 + set X $ac_compile + ac_compiler=$2 +! for ac_option in --version -v -V -qversion; do + { { ac_try="$ac_compiler $ac_option >&5" + case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; + esac + eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +! $as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compiler $ac_option >&5") 2>conftest.err + ac_status=$? + if test -s conftest.err; then +--- 4944,5074 ---- + fi + + fi ++ if test -z "$CC"; then ++ if test -n "$ac_tool_prefix"; then ++ # Extract the first word of "${ac_tool_prefix}clang", so it can be a program name with args. ++ set dummy ${ac_tool_prefix}clang; ac_word=$2 ++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 ++ printf %s "checking for $ac_word... " >&6; } ++ if test ${ac_cv_prog_CC+y} ++ then : ++ printf %s "(cached) " >&6 ++ else case e in #( ++ e) if test -n "$CC"; then ++ ac_cv_prog_CC="$CC" # Let the user override the test. ++ else ++ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR ++ for as_dir in $PATH ++ do ++ IFS=$as_save_IFS ++ case $as_dir in #((( ++ '') as_dir=./ ;; ++ */) ;; ++ *) as_dir=$as_dir/ ;; ++ esac ++ for ac_exec_ext in '' $ac_executable_extensions; do ++ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then ++ ac_cv_prog_CC="${ac_tool_prefix}clang" ++ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 ++ break 2 ++ fi ++ done ++ done ++ IFS=$as_save_IFS ++ ++ fi ;; ++ esac ++ fi ++ CC=$ac_cv_prog_CC ++ if test -n "$CC"; then ++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 ++ printf "%s\n" "$CC" >&6; } ++ else ++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 ++ printf "%s\n" "no" >&6; } ++ fi + + +! fi +! if test -z "$ac_cv_prog_CC"; then +! ac_ct_CC=$CC +! # Extract the first word of "clang", so it can be a program name with args. +! set dummy clang; ac_word=$2 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +! printf %s "checking for $ac_word... " >&6; } +! if test ${ac_cv_prog_ac_ct_CC+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test -n "$ac_ct_CC"; then +! ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +! else +! as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +! for as_dir in $PATH +! do +! IFS=$as_save_IFS +! case $as_dir in #((( +! '') as_dir=./ ;; +! */) ;; +! *) as_dir=$as_dir/ ;; +! esac +! for ac_exec_ext in '' $ac_executable_extensions; do +! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then +! ac_cv_prog_ac_ct_CC="clang" +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 +! break 2 +! fi +! done +! done +! IFS=$as_save_IFS +! +! fi ;; +! esac +! fi +! ac_ct_CC=$ac_cv_prog_ac_ct_CC +! if test -n "$ac_ct_CC"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +! printf "%s\n" "$ac_ct_CC" >&6; } +! else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } +! fi +! +! if test "x$ac_ct_CC" = x; then +! CC="" +! else +! case $cross_compiling:$ac_tool_warned in +! yes:) +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +! printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +! ac_tool_warned=yes ;; +! esac +! CC=$ac_ct_CC +! fi +! else +! CC="$ac_cv_prog_CC" +! fi +! +! fi +! +! +! test -z "$CC" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error $? "no acceptable C compiler found in \$PATH +! See 'config.log' for more details" "$LINENO" 5; } + + # Provide some information about the compiler. +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 + set X $ac_compile + ac_compiler=$2 +! for ac_option in --version -v -V -qversion -version; do + { { ac_try="$ac_compiler $ac_option >&5" + case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; + esac + eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +! printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_compiler $ac_option >&5") 2>conftest.err + ac_status=$? + if test -s conftest.err; then +*************** +*** 4377,4383 **** + cat conftest.er1 >&5 + fi + rm -f conftest.er1 conftest.err +! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + done + +--- 5078,5084 ---- + cat conftest.er1 >&5 + fi + rm -f conftest.er1 conftest.err +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + done + +*************** +*** 4385,4391 **** + /* end confdefs.h. */ + + int +! main () + { + + ; +--- 5086,5092 ---- + /* end confdefs.h. */ + + int +! main (void) + { + + ; +*************** +*** 4397,4405 **** + # Try to create an executable without -o first, disregard a.out. + # It will help us diagnose broken compilers, and finding out an intuition + # of exeext. +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 +! $as_echo_n "checking whether the C compiler works... " >&6; } +! ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` + + # The possible output files: + ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" +--- 5098,5106 ---- + # Try to create an executable without -o first, disregard a.out. + # It will help us diagnose broken compilers, and finding out an intuition + # of exeext. +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 +! printf %s "checking whether the C compiler works... " >&6; } +! ac_link_default=`printf "%s\n" "$ac_link" | sed 's/ -o *conftest[^ ]*//'` + + # The possible output files: + ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" +*************** +*** 4420,4432 **** + *) ac_try_echo=$ac_try;; + esac + eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +! $as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link_default") 2>&5 + ac_status=$? +! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 +! test $ac_status = 0; }; then : +! # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. +! # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' + # in a Makefile. We should not override ac_cv_exeext if it was cached, + # so that the user can short-circuit this test for compilers unknown to + # Autoconf. +--- 5121,5134 ---- + *) ac_try_echo=$ac_try;; + esac + eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +! printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link_default") 2>&5 + ac_status=$? +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 +! test $ac_status = 0; } +! then : +! # Autoconf-2.13 could set the ac_cv_exeext variable to 'no'. +! # So ignore a value of 'no', otherwise this would lead to 'EXEEXT = no' + # in a Makefile. We should not override ac_cv_exeext if it was cached, + # so that the user can short-circuit this test for compilers unknown to + # Autoconf. +*************** +*** 4441,4452 **** + # certainly right. + break;; + *.* ) +! if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; + then :; else + ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + fi + # We set ac_cv_exeext here because the later test for it is not +! # safe: cross compilers may not add the suffix if given an `-o' + # argument, so we may need to know it at that point already. + # Even if this section looks crufty: it has the advantage of + # actually working. +--- 5143,5154 ---- + # certainly right. + break;; + *.* ) +! if test ${ac_cv_exeext+y} && test "$ac_cv_exeext" != no; + then :; else + ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + fi + # We set ac_cv_exeext here because the later test for it is not +! # safe: cross compilers may not add the suffix if given an '-o' + # argument, so we may need to know it at that point already. + # Even if this section looks crufty: it has the advantage of + # actually working. +*************** +*** 4457,4504 **** + done + test "$ac_cv_exeext" = no && ac_cv_exeext= + +! else +! ac_file='' + fi +! if test -z "$ac_file"; then : +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! $as_echo "no" >&6; } +! $as_echo "$as_me: failed program was:" >&5 + sed 's/^/| /' conftest.$ac_ext >&5 + +! { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +! $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} + as_fn_error 77 "C compiler cannot create executables +! See \`config.log' for more details" "$LINENO" 5; } +! else +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +! $as_echo "yes" >&6; } + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 +! $as_echo_n "checking for C compiler default output file name... " >&6; } +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 +! $as_echo "$ac_file" >&6; } + ac_exeext=$ac_cv_exeext + + rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out + ac_clean_files=$ac_clean_files_save +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 +! $as_echo_n "checking for suffix of executables... " >&6; } + if { { ac_try="$ac_link" + case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; + esac + eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +! $as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? +! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 +! test $ac_status = 0; }; then : +! # If both `conftest.exe' and `conftest' are `present' (well, observable) +! # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will +! # work properly (i.e., refer to `conftest.exe'), while it won't with +! # `rm'. + for ac_file in conftest.exe conftest conftest.*; do + test -f "$ac_file" || continue + case $ac_file in +--- 5159,5210 ---- + done + test "$ac_cv_exeext" = no && ac_cv_exeext= + +! else case e in #( +! e) ac_file='' ;; +! esac + fi +! if test -z "$ac_file" +! then : +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } +! printf "%s\n" "$as_me: failed program was:" >&5 + sed 's/^/| /' conftest.$ac_ext >&5 + +! { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error 77 "C compiler cannot create executables +! See 'config.log' for more details" "$LINENO" 5; } +! else case e in #( +! e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +! printf "%s\n" "yes" >&6; } ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 +! printf %s "checking for C compiler default output file name... " >&6; } +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 +! printf "%s\n" "$ac_file" >&6; } + ac_exeext=$ac_cv_exeext + + rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out + ac_clean_files=$ac_clean_files_save +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 +! printf %s "checking for suffix of executables... " >&6; } + if { { ac_try="$ac_link" + case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; + esac + eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +! printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 +! test $ac_status = 0; } +! then : +! # If both 'conftest.exe' and 'conftest' are 'present' (well, observable) +! # catch 'conftest.exe'. For instance with Cygwin, 'ls conftest' will +! # work properly (i.e., refer to 'conftest.exe'), while it won't with +! # 'rm'. + for ac_file in conftest.exe conftest conftest.*; do + test -f "$ac_file" || continue + case $ac_file in +*************** +*** 4508,4522 **** + * ) break;; + esac + done +! else +! { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +! $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} + as_fn_error $? "cannot compute suffix of executables: cannot compile and link +! See \`config.log' for more details" "$LINENO" 5; } + fi + rm -f conftest conftest$ac_cv_exeext +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 +! $as_echo "$ac_cv_exeext" >&6; } + + rm -f conftest.$ac_ext + EXEEXT=$ac_cv_exeext +--- 5214,5229 ---- + * ) break;; + esac + done +! else case e in #( +! e) { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error $? "cannot compute suffix of executables: cannot compile and link +! See 'config.log' for more details" "$LINENO" 5; } ;; +! esac + fi + rm -f conftest conftest$ac_cv_exeext +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 +! printf "%s\n" "$ac_cv_exeext" >&6; } + + rm -f conftest.$ac_ext + EXEEXT=$ac_cv_exeext +*************** +*** 4525,4533 **** + /* end confdefs.h. */ + #include + int +! main () + { + FILE *f = fopen ("conftest.out", "w"); + return ferror (f) || fclose (f) != 0; + + ; +--- 5232,5242 ---- + /* end confdefs.h. */ + #include + int +! main (void) + { + FILE *f = fopen ("conftest.out", "w"); ++ if (!f) ++ return 1; + return ferror (f) || fclose (f) != 0; + + ; +*************** +*** 4537,4544 **** + ac_clean_files="$ac_clean_files conftest.out" + # Check that the compiler produces executables we can run. If not, either + # the compiler is broken, or we cross compile. +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 +! $as_echo_n "checking whether we are cross compiling... " >&6; } + if test "$cross_compiling" != yes; then + { { ac_try="$ac_link" + case "(($ac_try" in +--- 5246,5253 ---- + ac_clean_files="$ac_clean_files conftest.out" + # Check that the compiler produces executables we can run. If not, either + # the compiler is broken, or we cross compile. +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 +! printf %s "checking whether we are cross compiling... " >&6; } + if test "$cross_compiling" != yes; then + { { ac_try="$ac_link" + case "(($ac_try" in +*************** +*** 4546,4555 **** + *) ac_try_echo=$ac_try;; + esac + eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +! $as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? +! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if { ac_try='./conftest$ac_cv_exeext' + { { case "(($ac_try" in +--- 5255,5264 ---- + *) ac_try_echo=$ac_try;; + esac + eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +! printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if { ac_try='./conftest$ac_cv_exeext' + { { case "(($ac_try" in +*************** +*** 4557,4595 **** + *) ac_try_echo=$ac_try;; + esac + eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +! $as_echo "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? +! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; }; then + cross_compiling=no + else + if test "$cross_compiling" = maybe; then + cross_compiling=yes + else +! { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +! $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +! as_fn_error $? "cannot run C compiled programs. +! If you meant to cross compile, use \`--host'. +! See \`config.log' for more details" "$LINENO" 5; } + fi + fi + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 +! $as_echo "$cross_compiling" >&6; } + +! rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out + ac_clean_files=$ac_clean_files_save +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 +! $as_echo_n "checking for suffix of object files... " >&6; } +! if ${ac_cv_objext+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + int +! main () + { + + ; +--- 5266,5306 ---- + *) ac_try_echo=$ac_try;; + esac + eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +! printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; }; then + cross_compiling=no + else + if test "$cross_compiling" = maybe; then + cross_compiling=yes + else +! { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} +! as_fn_error 77 "cannot run C compiled programs. +! If you meant to cross compile, use '--host'. +! See 'config.log' for more details" "$LINENO" 5; } + fi + fi + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 +! printf "%s\n" "$cross_compiling" >&6; } + +! rm -f conftest.$ac_ext conftest$ac_cv_exeext \ +! conftest.o conftest.obj conftest.out + ac_clean_files=$ac_clean_files_save +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 +! printf %s "checking for suffix of object files... " >&6; } +! if test ${ac_cv_objext+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + int +! main (void) + { + + ; +*************** +*** 4603,4613 **** + *) ac_try_echo=$ac_try;; + esac + eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +! $as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>&5 + ac_status=$? +! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 +! test $ac_status = 0; }; then : + for ac_file in conftest.o conftest.obj conftest.*; do + test -f "$ac_file" || continue; + case $ac_file in +--- 5314,5325 ---- + *) ac_try_echo=$ac_try;; + esac + eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +! printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>&5 + ac_status=$? +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 +! test $ac_status = 0; } +! then : + for ac_file in conftest.o conftest.obj conftest.*; do + test -f "$ac_file" || continue; + case $ac_file in +*************** +*** 4616,4646 **** + break;; + esac + done +! else +! $as_echo "$as_me: failed program was:" >&5 + sed 's/^/| /' conftest.$ac_ext >&5 + +! { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +! $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} + as_fn_error $? "cannot compute suffix of object files: cannot compile +! See \`config.log' for more details" "$LINENO" 5; } + fi +! rm -f conftest.$ac_cv_objext conftest.$ac_ext + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 +! $as_echo "$ac_cv_objext" >&6; } + OBJEXT=$ac_cv_objext + ac_objext=$OBJEXT +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 +! $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } +! if ${ac_cv_c_compiler_gnu+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + int +! main () + { + #ifndef __GNUC__ + choke me +--- 5328,5361 ---- + break;; + esac + done +! else case e in #( +! e) printf "%s\n" "$as_me: failed program was:" >&5 + sed 's/^/| /' conftest.$ac_ext >&5 + +! { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error $? "cannot compute suffix of object files: cannot compile +! See 'config.log' for more details" "$LINENO" 5; } ;; +! esac + fi +! rm -f conftest.$ac_cv_objext conftest.$ac_ext ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 +! printf "%s\n" "$ac_cv_objext" >&6; } + OBJEXT=$ac_cv_objext + ac_objext=$OBJEXT +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C" >&5 +! printf %s "checking whether the compiler supports GNU C... " >&6; } +! if test ${ac_cv_c_compiler_gnu+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + int +! main (void) + { + #ifndef __GNUC__ + choke me +*************** +*** 4650,4679 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + ac_compiler_gnu=yes +! else +! ac_compiler_gnu=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ac_cv_c_compiler_gnu=$ac_compiler_gnu +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 +! $as_echo "$ac_cv_c_compiler_gnu" >&6; } + if test $ac_compiler_gnu = yes; then + GCC=yes + else + GCC= + fi +! ac_test_CFLAGS=${CFLAGS+set} + ac_save_CFLAGS=$CFLAGS +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 +! $as_echo_n "checking whether $CC accepts -g... " >&6; } +! if ${ac_cv_prog_cc_g+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! ac_save_c_werror_flag=$ac_c_werror_flag + ac_c_werror_flag=yes + ac_cv_prog_cc_g=no + CFLAGS="-g" +--- 5365,5400 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + ac_compiler_gnu=yes +! else case e in #( +! e) ac_compiler_gnu=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + ac_cv_c_compiler_gnu=$ac_compiler_gnu +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 +! printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; } +! ac_compiler_gnu=$ac_cv_c_compiler_gnu +! + if test $ac_compiler_gnu = yes; then + GCC=yes + else + GCC= + fi +! ac_test_CFLAGS=${CFLAGS+y} + ac_save_CFLAGS=$CFLAGS +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 +! printf %s "checking whether $CC accepts -g... " >&6; } +! if test ${ac_cv_prog_cc_g+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) ac_save_c_werror_flag=$ac_c_werror_flag + ac_c_werror_flag=yes + ac_cv_prog_cc_g=no + CFLAGS="-g" +*************** +*** 4681,4737 **** + /* end confdefs.h. */ + + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_prog_cc_g=yes +! else +! CFLAGS="" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + +! else +! ac_c_werror_flag=$ac_save_c_werror_flag + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_prog_cc_g=yes + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +! ac_c_werror_flag=$ac_save_c_werror_flag + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 +! $as_echo "$ac_cv_prog_cc_g" >&6; } +! if test "$ac_test_CFLAGS" = set; then + CFLAGS=$ac_save_CFLAGS + elif test $ac_cv_prog_cc_g = yes; then + if test "$GCC" = yes; then +--- 5402,5464 ---- + /* end confdefs.h. */ + + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + ac_cv_prog_cc_g=yes +! else case e in #( +! e) CFLAGS="" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + +! else case e in #( +! e) ac_c_werror_flag=$ac_save_c_werror_flag + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + ac_cv_prog_cc_g=yes + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +! ac_c_werror_flag=$ac_save_c_werror_flag ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 +! printf "%s\n" "$ac_cv_prog_cc_g" >&6; } +! if test $ac_test_CFLAGS; then + CFLAGS=$ac_save_CFLAGS + elif test $ac_cv_prog_cc_g = yes; then + if test "$GCC" = yes; then +*************** +*** 4746,4839 **** + CFLAGS= + fi + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 +! $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } +! if ${ac_cv_prog_cc_c89+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! ac_cv_prog_cc_c89=no + ac_save_CC=$CC + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +! #include +! #include +! struct stat; +! /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ +! struct buf { int x; }; +! FILE * (*rcsopen) (struct buf *, struct stat *, int); +! static char *e (p, i) +! char **p; +! int i; +! { +! return p[i]; +! } +! static char *f (char * (*g) (char **, int), char **p, ...) +! { +! char *s; +! va_list v; +! va_start (v,p); +! s = g (p, va_arg (v,int)); +! va_end (v); +! return s; +! } +! +! /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has +! function prototypes and stuff, but not '\xHH' hex character constants. +! These don't provoke an error unfortunately, instead are silently treated +! as 'x'. The following induces an error, until -std is added to get +! proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an +! array size at least. It's necessary to write '\x00'==0 to get something +! that's true only with -std. */ +! int osf4_cc_array ['\x00' == 0 ? 1 : -1]; + +! /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters +! inside strings and character constants. */ +! #define FOO(x) 'x' +! int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; + +! int test (int i, double x); +! struct s1 {int (*f) (int a);}; +! struct s2 {int (*f) (double a);}; +! int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); +! int argc; +! char **argv; +! int +! main () +! { +! return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; +! ; +! return 0; +! } + _ACEOF +! for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ +! -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" + do + CC="$ac_save_CC $ac_arg" +! if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_prog_cc_c89=$ac_arg + fi +! rm -f core conftest.err conftest.$ac_objext + test "x$ac_cv_prog_cc_c89" != "xno" && break + done + rm -f conftest.$ac_ext +! CC=$ac_save_CC + + fi +! # AC_CACHE_VAL +! case "x$ac_cv_prog_cc_c89" in +! x) +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +! $as_echo "none needed" >&6; } ;; +! xno) +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +! $as_echo "unsupported" >&6; } ;; +! *) +! CC="$CC $ac_cv_prog_cc_c89" +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 +! $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; + esac +! if test "x$ac_cv_prog_cc_c89" != xno; then : +! + fi + + ac_ext=c +--- 5473,5625 ---- + CFLAGS= + fi + fi +! ac_prog_cc_stdc=no +! if test x$ac_prog_cc_stdc = xno +! then : +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C11 features" >&5 +! printf %s "checking for $CC option to enable C11 features... " >&6; } +! if test ${ac_cv_prog_cc_c11+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) ac_cv_prog_cc_c11=no + ac_save_CC=$CC + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +! $ac_c_conftest_c11_program +! _ACEOF +! for ac_arg in '' -std=gnu11 +! do +! CC="$ac_save_CC $ac_arg" +! if ac_fn_c_try_compile "$LINENO" +! then : +! ac_cv_prog_cc_c11=$ac_arg +! fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam +! test "x$ac_cv_prog_cc_c11" != "xno" && break +! done +! rm -f conftest.$ac_ext +! CC=$ac_save_CC ;; +! esac +! fi + +! if test "x$ac_cv_prog_cc_c11" = xno +! then : +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +! printf "%s\n" "unsupported" >&6; } +! else case e in #( +! e) if test "x$ac_cv_prog_cc_c11" = x +! then : +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +! printf "%s\n" "none needed" >&6; } +! else case e in #( +! e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5 +! printf "%s\n" "$ac_cv_prog_cc_c11" >&6; } +! CC="$CC $ac_cv_prog_cc_c11" ;; +! esac +! fi +! ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c11 +! ac_prog_cc_stdc=c11 ;; +! esac +! fi +! fi +! if test x$ac_prog_cc_stdc = xno +! then : +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C99 features" >&5 +! printf %s "checking for $CC option to enable C99 features... " >&6; } +! if test ${ac_cv_prog_cc_c99+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) ac_cv_prog_cc_c99=no +! ac_save_CC=$CC +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext +! /* end confdefs.h. */ +! $ac_c_conftest_c99_program +! _ACEOF +! for ac_arg in '' -std=gnu99 -std=c99 -c99 -qlanglvl=extc1x -qlanglvl=extc99 -AC99 -D_STDC_C99= +! do +! CC="$ac_save_CC $ac_arg" +! if ac_fn_c_try_compile "$LINENO" +! then : +! ac_cv_prog_cc_c99=$ac_arg +! fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam +! test "x$ac_cv_prog_cc_c99" != "xno" && break +! done +! rm -f conftest.$ac_ext +! CC=$ac_save_CC ;; +! esac +! fi + +! if test "x$ac_cv_prog_cc_c99" = xno +! then : +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +! printf "%s\n" "unsupported" >&6; } +! else case e in #( +! e) if test "x$ac_cv_prog_cc_c99" = x +! then : +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +! printf "%s\n" "none needed" >&6; } +! else case e in #( +! e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5 +! printf "%s\n" "$ac_cv_prog_cc_c99" >&6; } +! CC="$CC $ac_cv_prog_cc_c99" ;; +! esac +! fi +! ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99 +! ac_prog_cc_stdc=c99 ;; +! esac +! fi +! fi +! if test x$ac_prog_cc_stdc = xno +! then : +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C89 features" >&5 +! printf %s "checking for $CC option to enable C89 features... " >&6; } +! if test ${ac_cv_prog_cc_c89+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) ac_cv_prog_cc_c89=no +! ac_save_CC=$CC +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext +! /* end confdefs.h. */ +! $ac_c_conftest_c89_program + _ACEOF +! for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" + do + CC="$ac_save_CC $ac_arg" +! if ac_fn_c_try_compile "$LINENO" +! then : + ac_cv_prog_cc_c89=$ac_arg + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam + test "x$ac_cv_prog_cc_c89" != "xno" && break + done + rm -f conftest.$ac_ext +! CC=$ac_save_CC ;; +! esac +! fi + ++ if test "x$ac_cv_prog_cc_c89" = xno ++ then : ++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 ++ printf "%s\n" "unsupported" >&6; } ++ else case e in #( ++ e) if test "x$ac_cv_prog_cc_c89" = x ++ then : ++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 ++ printf "%s\n" "none needed" >&6; } ++ else case e in #( ++ e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 ++ printf "%s\n" "$ac_cv_prog_cc_c89" >&6; } ++ CC="$CC $ac_cv_prog_cc_c89" ;; ++ esac + fi +! ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89 +! ac_prog_cc_stdc=c89 ;; + esac +! fi + fi + + ac_ext=c +*************** +*** 4842,4862 **** + ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' + ac_compiler_gnu=$ac_cv_c_compiler_gnu + +! ac_ext=c + ac_cpp='$CPP $CPPFLAGS' + ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' + ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' + ac_compiler_gnu=$ac_cv_c_compiler_gnu +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 +! $as_echo_n "checking whether $CC understands -c and -o together... " >&6; } +! if ${am_cv_prog_cc_c_o+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + int +! main () + { + + ; +--- 5628,5650 ---- + ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' + ac_compiler_gnu=$ac_cv_c_compiler_gnu + +! +! ac_ext=c + ac_cpp='$CPP $CPPFLAGS' + ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' + ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' + ac_compiler_gnu=$ac_cv_c_compiler_gnu +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 +! printf %s "checking whether $CC understands -c and -o together... " >&6; } +! if test ${am_cv_prog_cc_c_o+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + int +! main (void) + { + + ; +*************** +*** 4882,4891 **** + fi + done + rm -f core conftest* +! unset am_i + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 +! $as_echo "$am_cv_prog_cc_c_o" >&6; } + if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. +--- 5670,5680 ---- + fi + done + rm -f core conftest* +! unset am_i ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 +! printf "%s\n" "$am_cv_prog_cc_c_o" >&6; } + if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. +*************** +*** 4904,4951 **** + + ac_config_commands="$ac_config_commands depfiles" + +! +! am_make=${MAKE-make} +! cat > confinc << 'END' + am__doit: +! @echo this is the am__doit target + .PHONY: am__doit + END +- # If we don't find an include directive, just comment out the code. +- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 +- $as_echo_n "checking for style of include used by $am_make... " >&6; } + am__include="#" + am__quote= +! _am_result=none +! # First try GNU make style include. +! echo "include confinc" > confmf +! # Ignore all kinds of additional output from 'make'. +! case `$am_make -s -f confmf 2> /dev/null` in #( +! *the\ am__doit\ target*) +! am__include=include +! am__quote= +! _am_result=GNU +! ;; +! esac +! # Now try BSD make style include. +! if test "$am__include" = "#"; then +! echo '.include "confinc"' > confmf +! case `$am_make -s -f confmf 2> /dev/null` in #( +! *the\ am__doit\ target*) +! am__include=.include +! am__quote="\"" +! _am_result=BSD + ;; +! esac +! fi +! +! +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 +! $as_echo "$_am_result" >&6; } +! rm -f confinc confmf + + # Check whether --enable-dependency-tracking was given. +! if test "${enable_dependency_tracking+set}" = set; then : + enableval=$enable_dependency_tracking; + fi + +--- 5693,5741 ---- + + ac_config_commands="$ac_config_commands depfiles" + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5 +! printf %s "checking whether ${MAKE-make} supports the include directive... " >&6; } +! cat > confinc.mk << 'END' + am__doit: +! @echo this is the am__doit target >confinc.out + .PHONY: am__doit + END + am__include="#" + am__quote= +! # BSD make does it like this. +! echo '.include "confinc.mk" # ignored' > confmf.BSD +! # Other make implementations (GNU, Solaris 10, AIX) do it like this. +! echo 'include confinc.mk # ignored' > confmf.GNU +! _am_result=no +! for s in GNU BSD; do +! { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5 +! (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5 +! ac_status=$? +! echo "$as_me:$LINENO: \$? = $ac_status" >&5 +! (exit $ac_status); } +! case $?:`cat confinc.out 2>/dev/null` in #( +! '0:this is the am__doit target') : +! case $s in #( +! BSD) : +! am__include='.include' am__quote='"' ;; #( +! *) : +! am__include='include' am__quote='' ;; +! esac ;; #( +! *) : + ;; +! esac +! if test "$am__include" != "#"; then +! _am_result="yes ($s style)" +! break +! fi +! done +! rm -f confinc.* confmf.* +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5 +! printf "%s\n" "${_am_result}" >&6; } + + # Check whether --enable-dependency-tracking was given. +! if test ${enable_dependency_tracking+y} +! then : + enableval=$enable_dependency_tracking; + fi + +*************** +*** 4966,4977 **** + + depcc="$CC" am_compiler_list= + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 +! $as_echo_n "checking dependency style of $depcc... " >&6; } +! if ${am_cv_CC_dependencies_compiler_type+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up +--- 5756,5768 ---- + + depcc="$CC" am_compiler_list= + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 +! printf %s "checking dependency style of $depcc... " >&6; } +! if test ${am_cv_CC_dependencies_compiler_type+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up +*************** +*** 5058,5064 **** + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. +! # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported +--- 5849,5855 ---- + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. +! # When given -MP, icc 7.0 and 7.1 complain thus: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported +*************** +*** 5075,5084 **** + else + am_cv_CC_dependencies_compiler_type=none + fi +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 +! $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } + CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type + + if +--- 5866,5876 ---- + else + am_cv_CC_dependencies_compiler_type=none + fi +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 +! printf "%s\n" "$am_cv_CC_dependencies_compiler_type" >&6; } + CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type + + if +*************** +*** 5092,5388 **** + fi + + +- case $ac_cv_prog_cc_stdc in #( +- no) : +- ac_cv_prog_cc_c99=no; ac_cv_prog_cc_c89=no ;; #( +- *) : +- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C99" >&5 +- $as_echo_n "checking for $CC option to accept ISO C99... " >&6; } +- if ${ac_cv_prog_cc_c99+:} false; then : +- $as_echo_n "(cached) " >&6 +- else +- ac_cv_prog_cc_c99=no +- ac_save_CC=$CC +- cat confdefs.h - <<_ACEOF >conftest.$ac_ext +- /* end confdefs.h. */ +- #include +- #include +- #include +- #include +- #include + +- // Check varargs macros. These examples are taken from C99 6.10.3.5. +- #define debug(...) fprintf (stderr, __VA_ARGS__) +- #define showlist(...) puts (#__VA_ARGS__) +- #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) +- static void +- test_varargs_macros (void) +- { +- int x = 1234; +- int y = 5678; +- debug ("Flag"); +- debug ("X = %d\n", x); +- showlist (The first, second, and third items.); +- report (x>y, "x is %d but y is %d", x, y); +- } + +! // Check long long types. +! #define BIG64 18446744073709551615ull +! #define BIG32 4294967295ul +! #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) +! #if !BIG_OK +! your preprocessor is broken; +! #endif +! #if BIG_OK +! #else +! your preprocessor is broken; +! #endif +! static long long int bignum = -9223372036854775807LL; +! static unsigned long long int ubignum = BIG64; + +- struct incomplete_array +- { +- int datasize; +- double data[]; +- }; + +- struct named_init { +- int number; +- const wchar_t *name; +- double average; +- }; + +- typedef const char *ccp; + +- static inline int +- test_restrict (ccp restrict text) +- { +- // See if C++-style comments work. +- // Iterate through items via the restricted pointer. +- // Also check for declarations in for loops. +- for (unsigned int i = 0; *(text+i) != '\0'; ++i) +- continue; +- return 0; +- } + +- // Check varargs and va_copy. +- static void +- test_varargs (const char *format, ...) +- { +- va_list args; +- va_start (args, format); +- va_list args_copy; +- va_copy (args_copy, args); + +- const char *str; +- int number; +- float fnumber; + +- while (*format) +- { +- switch (*format++) +- { +- case 's': // string +- str = va_arg (args_copy, const char *); +- break; +- case 'd': // int +- number = va_arg (args_copy, int); +- break; +- case 'f': // float +- fnumber = va_arg (args_copy, double); +- break; +- default: +- break; +- } +- } +- va_end (args_copy); +- va_end (args); +- } + +! int +! main () +! { + +! // Check bool. +! _Bool success = false; + +! // Check restrict. +! if (test_restrict ("String literal") == 0) +! success = true; +! char *restrict newvar = "Another string"; + +! // Check varargs. +! test_varargs ("s, d' f .", "string", 65, 34.234); +! test_varargs_macros (); + +! // Check flexible array members. +! struct incomplete_array *ia = +! malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); +! ia->datasize = 10; +! for (int i = 0; i < ia->datasize; ++i) +! ia->data[i] = i * 1.234; + +! // Check named initializers. +! struct named_init ni = { +! .number = 34, +! .name = L"Test wide string", +! .average = 543.34343, +! }; + +- ni.number = 58; + +! int dynamic_array[ni.number]; +! dynamic_array[ni.number - 1] = 543; + +! // work around unused variable warnings +! return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' +! || dynamic_array[ni.number - 1] != 543); + + ; + return 0; + } + _ACEOF +! for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -D_STDC_C99= -qlanglvl=extc99 +! do +! CC="$ac_save_CC $ac_arg" +! if ac_fn_c_try_compile "$LINENO"; then : +! ac_cv_prog_cc_c99=$ac_arg +! fi +! rm -f core conftest.err conftest.$ac_objext +! test "x$ac_cv_prog_cc_c99" != "xno" && break +! done +! rm -f conftest.$ac_ext +! CC=$ac_save_CC +! + fi +! # AC_CACHE_VAL +! case "x$ac_cv_prog_cc_c99" in +! x) +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +! $as_echo "none needed" >&6; } ;; +! xno) +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +! $as_echo "unsupported" >&6; } ;; +! *) +! CC="$CC $ac_cv_prog_cc_c99" +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5 +! $as_echo "$ac_cv_prog_cc_c99" >&6; } ;; + esac +! if test "x$ac_cv_prog_cc_c99" != xno; then : +! ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99 +! else +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 +! $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } +! if ${ac_cv_prog_cc_c89+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! ac_cv_prog_cc_c89=no +! ac_save_CC=$CC +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +! #include +! #include +! struct stat; +! /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ +! struct buf { int x; }; +! FILE * (*rcsopen) (struct buf *, struct stat *, int); +! static char *e (p, i) +! char **p; +! int i; +! { +! return p[i]; +! } +! static char *f (char * (*g) (char **, int), char **p, ...) + { +- char *s; +- va_list v; +- va_start (v,p); +- s = g (p, va_arg (v,int)); +- va_end (v); +- return s; +- } + +! /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has +! function prototypes and stuff, but not '\xHH' hex character constants. +! These don't provoke an error unfortunately, instead are silently treated +! as 'x'. The following induces an error, until -std is added to get +! proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an +! array size at least. It's necessary to write '\x00'==0 to get something +! that's true only with -std. */ +! int osf4_cc_array ['\x00' == 0 ? 1 : -1]; + +! /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters +! inside strings and character constants. */ +! #define FOO(x) 'x' +! int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; + +! int test (int i, double x); +! struct s1 {int (*f) (int a);}; +! struct s2 {int (*f) (double a);}; +! int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); +! int argc; +! char **argv; + int +! main () + { +! return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; + ; + return 0; + } + _ACEOF +! for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ +! -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" +! do +! CC="$ac_save_CC $ac_arg" +! if ac_fn_c_try_compile "$LINENO"; then : +! ac_cv_prog_cc_c89=$ac_arg +! fi +! rm -f core conftest.err conftest.$ac_objext +! test "x$ac_cv_prog_cc_c89" != "xno" && break +! done +! rm -f conftest.$ac_ext +! CC=$ac_save_CC +! + fi +! # AC_CACHE_VAL +! case "x$ac_cv_prog_cc_c89" in +! x) +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +! $as_echo "none needed" >&6; } ;; +! xno) +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +! $as_echo "unsupported" >&6; } ;; +! *) +! CC="$CC $ac_cv_prog_cc_c89" +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 +! $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; + esac +- if test "x$ac_cv_prog_cc_c89" != xno; then : +- ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89 +- else +- ac_cv_prog_cc_stdc=no +- fi +- + fi +! ;; + esac +- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO Standard C" >&5 +- $as_echo_n "checking for $CC option to accept ISO Standard C... " >&6; } +- if ${ac_cv_prog_cc_stdc+:} false; then : +- $as_echo_n "(cached) " >&6 + fi + +- case $ac_cv_prog_cc_stdc in #( +- no) : +- { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +- $as_echo "unsupported" >&6; } ;; #( +- '') : +- { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +- $as_echo "none needed" >&6; } ;; #( +- *) : +- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_stdc" >&5 +- $as_echo "$ac_cv_prog_cc_stdc" >&6; } ;; +- esac + + + ac_ext=c +--- 5884,6068 ---- + fi + + + + +! ac_header= ac_cache= +! for ac_item in $ac_header_c_list +! do +! if test $ac_cache; then +! ac_fn_c_check_header_compile "$LINENO" $ac_header ac_cv_header_$ac_cache "$ac_includes_default" +! if eval test \"x\$ac_cv_header_$ac_cache\" = xyes; then +! printf "%s\n" "#define $ac_item 1" >> confdefs.h +! fi +! ac_header= ac_cache= +! elif test $ac_header; then +! ac_cache=$ac_item +! else +! ac_header=$ac_item +! fi +! done + + + + + + + + +! if test $ac_cv_header_stdlib_h = yes && test $ac_cv_header_string_h = yes +! then : + +! printf "%s\n" "#define STDC_HEADERS 1" >>confdefs.h + +! fi + +! ac_fn_c_check_header_compile "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default" +! if test "x$ac_cv_header_minix_config_h" = xyes +! then : +! MINIX=yes +! else case e in #( +! e) MINIX= ;; +! esac +! fi + +! if test "$MINIX" = yes; then + +! printf "%s\n" "#define _POSIX_SOURCE 1" >>confdefs.h + + +! printf "%s\n" "#define _POSIX_1_SOURCE 2" >>confdefs.h +! +! +! printf "%s\n" "#define _MINIX 1" >>confdefs.h +! +! +! printf "%s\n" "#define _NETBSD_SOURCE 1" >>confdefs.h +! +! fi + +! +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5 +! printf %s "checking whether it is safe to define __EXTENSIONS__... " >&6; } +! if test ${ac_cv_safe_to_define___extensions__+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext +! /* end confdefs.h. */ +! +! # define __EXTENSIONS__ 1 +! $ac_includes_default +! int +! main (void) +! { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : +! ac_cv_safe_to_define___extensions__=yes +! else case e in #( +! e) ac_cv_safe_to_define___extensions__=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac +! fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5 +! printf "%s\n" "$ac_cv_safe_to_define___extensions__" >&6; } +! test $ac_cv_safe_to_define___extensions__ = yes && +! printf "%s\n" "#define __EXTENSIONS__ 1" >>confdefs.h +! +! printf "%s\n" "#define _ALL_SOURCE 1" >>confdefs.h +! +! printf "%s\n" "#define _DARWIN_C_SOURCE 1" >>confdefs.h +! +! printf "%s\n" "#define _GNU_SOURCE 1" >>confdefs.h +! +! printf "%s\n" "#define _NETBSD_SOURCE 1" >>confdefs.h +! +! printf "%s\n" "#define _OPENBSD_SOURCE 1" >>confdefs.h +! +! printf "%s\n" "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h +! +! printf "%s\n" "#define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1" >>confdefs.h +! +! printf "%s\n" "#define __STDC_WANT_IEC_60559_BFP_EXT__ 1" >>confdefs.h +! +! printf "%s\n" "#define __STDC_WANT_IEC_60559_DFP_EXT__ 1" >>confdefs.h +! +! printf "%s\n" "#define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1" >>confdefs.h +! +! printf "%s\n" "#define __STDC_WANT_IEC_60559_TYPES_EXT__ 1" >>confdefs.h +! +! printf "%s\n" "#define __STDC_WANT_LIB_EXT2__ 1" >>confdefs.h +! +! printf "%s\n" "#define __STDC_WANT_MATH_SPEC_FUNCS__ 1" >>confdefs.h +! +! printf "%s\n" "#define _TANDEM_SOURCE 1" >>confdefs.h +! +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether _XOPEN_SOURCE should be defined" >&5 +! printf %s "checking whether _XOPEN_SOURCE should be defined... " >&6; } +! if test ${ac_cv_should_define__xopen_source+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) ac_cv_should_define__xopen_source=no +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +! +! #include +! mbstate_t x; +! int +! main (void) + { + +! ; +! return 0; +! } +! _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext +! /* end confdefs.h. */ + +! #define _XOPEN_SOURCE 500 +! #include +! mbstate_t x; + int +! main (void) + { +! + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : +! ac_cv_should_define__xopen_source=yes + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; + esac + fi ++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_should_define__xopen_source" >&5 ++ printf "%s\n" "$ac_cv_should_define__xopen_source" >&6; } ++ test $ac_cv_should_define__xopen_source = yes && ++ printf "%s\n" "#define _XOPEN_SOURCE 500" >>confdefs.h ++ ++ printf "%s\n" "#define _HPUX_ALT_XOPEN_SOCKET_API 1" >>confdefs.h ++ ++ ++ ++ ++ + + + + ac_ext=c +*************** +*** 5390,5431 **** + ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' + ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' + ac_compiler_gnu=$ac_cv_c_compiler_gnu +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 +! $as_echo_n "checking how to run the C preprocessor... " >&6; } + # On Suns, sometimes $CPP names a directory. + if test -n "$CPP" && test -d "$CPP"; then + CPP= + fi + if test -z "$CPP"; then +! if ${ac_cv_prog_CPP+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! # Double quotes because CPP needs to be expanded +! for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" + do + ac_preproc_ok=false + for ac_c_preproc_warn_flag in '' yes + do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. +- # Prefer to if __STDC__ is defined, since +- # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +! #ifdef __STDC__ +! # include +! #else +! # include +! #endif + Syntax error + _ACEOF +! if ac_fn_c_try_cpp "$LINENO"; then : + +! else +! # Broken: fails on valid input. +! continue + fi + rm -f conftest.err conftest.i conftest.$ac_ext + +--- 6070,6108 ---- + ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' + ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' + ac_compiler_gnu=$ac_cv_c_compiler_gnu +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 +! printf %s "checking how to run the C preprocessor... " >&6; } + # On Suns, sometimes $CPP names a directory. + if test -n "$CPP" && test -d "$CPP"; then + CPP= + fi + if test -z "$CPP"; then +! if test ${ac_cv_prog_CPP+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) # Double quotes because $CC needs to be expanded +! for CPP in "$CC -E" "$CC -E -traditional-cpp" cpp /lib/cpp + do + ac_preproc_ok=false + for ac_c_preproc_warn_flag in '' yes + do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +! #include + Syntax error + _ACEOF +! if ac_fn_c_try_cpp "$LINENO" +! then : + +! else case e in #( +! e) # Broken: fails on valid input. +! continue ;; +! esac + fi + rm -f conftest.err conftest.i conftest.$ac_ext + +*************** +*** 5435,5490 **** + /* end confdefs.h. */ + #include + _ACEOF +! if ac_fn_c_try_cpp "$LINENO"; then : + # Broken: success on invalid input. + continue +! else +! # Passes both tests. + ac_preproc_ok=: +! break + fi + rm -f conftest.err conftest.i conftest.$ac_ext + + done +! # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. + rm -f conftest.i conftest.err conftest.$ac_ext +! if $ac_preproc_ok; then : + break + fi + + done + ac_cv_prog_CPP=$CPP +! + fi + CPP=$ac_cv_prog_CPP + else + ac_cv_prog_CPP=$CPP + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 +! $as_echo "$CPP" >&6; } + ac_preproc_ok=false + for ac_c_preproc_warn_flag in '' yes + do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. +- # Prefer to if __STDC__ is defined, since +- # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +! #ifdef __STDC__ +! # include +! #else +! # include +! #endif + Syntax error + _ACEOF +! if ac_fn_c_try_cpp "$LINENO"; then : + +! else +! # Broken: fails on valid input. +! continue + fi + rm -f conftest.err conftest.i conftest.$ac_ext + +--- 6112,6167 ---- + /* end confdefs.h. */ + #include + _ACEOF +! if ac_fn_c_try_cpp "$LINENO" +! then : + # Broken: success on invalid input. + continue +! else case e in #( +! e) # Passes both tests. + ac_preproc_ok=: +! break ;; +! esac + fi + rm -f conftest.err conftest.i conftest.$ac_ext + + done +! # Because of 'break', _AC_PREPROC_IFELSE's cleaning code was skipped. + rm -f conftest.i conftest.err conftest.$ac_ext +! if $ac_preproc_ok +! then : + break + fi + + done + ac_cv_prog_CPP=$CPP +! ;; +! esac + fi + CPP=$ac_cv_prog_CPP + else + ac_cv_prog_CPP=$CPP + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 +! printf "%s\n" "$CPP" >&6; } + ac_preproc_ok=false + for ac_c_preproc_warn_flag in '' yes + do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +! #include + Syntax error + _ACEOF +! if ac_fn_c_try_cpp "$LINENO" +! then : + +! else case e in #( +! e) # Broken: fails on valid input. +! continue ;; +! esac + fi + rm -f conftest.err conftest.i conftest.$ac_ext + +*************** +*** 5494,5519 **** + /* end confdefs.h. */ + #include + _ACEOF +! if ac_fn_c_try_cpp "$LINENO"; then : + # Broken: success on invalid input. + continue +! else +! # Passes both tests. + ac_preproc_ok=: +! break + fi + rm -f conftest.err conftest.i conftest.$ac_ext + + done +! # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. + rm -f conftest.i conftest.err conftest.$ac_ext +! if $ac_preproc_ok; then : + +! else +! { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +! $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} + as_fn_error $? "C preprocessor \"$CPP\" fails sanity check +! See \`config.log' for more details" "$LINENO" 5; } + fi + + ac_ext=c +--- 6171,6200 ---- + /* end confdefs.h. */ + #include + _ACEOF +! if ac_fn_c_try_cpp "$LINENO" +! then : + # Broken: success on invalid input. + continue +! else case e in #( +! e) # Passes both tests. + ac_preproc_ok=: +! break ;; +! esac + fi + rm -f conftest.err conftest.i conftest.$ac_ext + + done +! # Because of 'break', _AC_PREPROC_IFELSE's cleaning code was skipped. + rm -f conftest.i conftest.err conftest.$ac_ext +! if $ac_preproc_ok +! then : + +! else case e in #( +! e) { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error $? "C preprocessor \"$CPP\" fails sanity check +! See 'config.log' for more details" "$LINENO" 5; } ;; +! esac + fi + + ac_ext=c +*************** +*** 5523,5566 **** + ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 +! $as_echo_n "checking for grep that handles long lines and -e... " >&6; } +! if ${ac_cv_path_GREP+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test -z "$GREP"; then +! ac_path_GREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin + do + IFS=$as_save_IFS +! test -z "$as_dir" && as_dir=. +! for ac_prog in grep ggrep; do + for ac_exec_ext in '' $ac_executable_extensions; do +! ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" +! as_fn_executable_p "$ac_path_GREP" || continue +! # Check for GNU ac_path_GREP and select it if it is found. +! # Check for GNU $ac_path_GREP +! case `"$ac_path_GREP" --version 2>&1` in + *GNU*) +! ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; + *) + ac_count=0 +! $as_echo_n 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" +! $as_echo 'GREP' >> "conftest.nl" +! "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val +! if test $ac_count -gt ${ac_path_GREP_max-0}; then + # Best one so far, save it but keep looking for a better one +! ac_cv_path_GREP="$ac_path_GREP" +! ac_path_GREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break +--- 6204,6254 ---- + ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for egrep -e" >&5 +! printf %s "checking for egrep -e... " >&6; } +! if test ${ac_cv_path_EGREP_TRADITIONAL+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test -z "$EGREP_TRADITIONAL"; then +! ac_path_EGREP_TRADITIONAL_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin + do + IFS=$as_save_IFS +! case $as_dir in #((( +! '') as_dir=./ ;; +! */) ;; +! *) as_dir=$as_dir/ ;; +! esac +! for ac_prog in grep ggrep +! do + for ac_exec_ext in '' $ac_executable_extensions; do +! ac_path_EGREP_TRADITIONAL="$as_dir$ac_prog$ac_exec_ext" +! as_fn_executable_p "$ac_path_EGREP_TRADITIONAL" || continue +! # Check for GNU ac_path_EGREP_TRADITIONAL and select it if it is found. +! # Check for GNU $ac_path_EGREP_TRADITIONAL +! case `"$ac_path_EGREP_TRADITIONAL" --version 2>&1` in #( + *GNU*) +! ac_cv_path_EGREP_TRADITIONAL="$ac_path_EGREP_TRADITIONAL" ac_path_EGREP_TRADITIONAL_found=:;; +! #( + *) + ac_count=0 +! printf %s 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" +! printf "%s\n" 'EGREP_TRADITIONAL' >> "conftest.nl" +! "$ac_path_EGREP_TRADITIONAL" -E 'EGR(EP|AC)_TRADITIONAL$' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val +! if test $ac_count -gt ${ac_path_EGREP_TRADITIONAL_max-0}; then + # Best one so far, save it but keep looking for a better one +! ac_cv_path_EGREP_TRADITIONAL="$ac_path_EGREP_TRADITIONAL" +! ac_path_EGREP_TRADITIONAL_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break +*************** +*** 5568,5632 **** + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; + esac + +! $ac_path_GREP_found && break 3 + done + done + done + IFS=$as_save_IFS +! if test -z "$ac_cv_path_GREP"; then +! as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi + else +! ac_cv_path_GREP=$GREP + fi + +! fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 +! $as_echo "$ac_cv_path_GREP" >&6; } +! GREP="$ac_cv_path_GREP" +! +! +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 +! $as_echo_n "checking for egrep... " >&6; } +! if ${ac_cv_path_EGREP+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 +! then ac_cv_path_EGREP="$GREP -E" +! else +! if test -z "$EGREP"; then +! ac_path_EGREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin + do + IFS=$as_save_IFS +! test -z "$as_dir" && as_dir=. +! for ac_prog in egrep; do + for ac_exec_ext in '' $ac_executable_extensions; do +! ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" +! as_fn_executable_p "$ac_path_EGREP" || continue +! # Check for GNU ac_path_EGREP and select it if it is found. +! # Check for GNU $ac_path_EGREP +! case `"$ac_path_EGREP" --version 2>&1` in + *GNU*) +! ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; + *) + ac_count=0 +! $as_echo_n 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" +! $as_echo 'EGREP' >> "conftest.nl" +! "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val +! if test $ac_count -gt ${ac_path_EGREP_max-0}; then + # Best one so far, save it but keep looking for a better one +! ac_cv_path_EGREP="$ac_path_EGREP" +! ac_path_EGREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break +--- 6256,6316 ---- + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; + esac + +! $ac_path_EGREP_TRADITIONAL_found && break 3 + done + done + done + IFS=$as_save_IFS +! if test -z "$ac_cv_path_EGREP_TRADITIONAL"; then +! : + fi + else +! ac_cv_path_EGREP_TRADITIONAL=$EGREP_TRADITIONAL + fi + +! if test "$ac_cv_path_EGREP_TRADITIONAL" +! then : +! ac_cv_path_EGREP_TRADITIONAL="$ac_cv_path_EGREP_TRADITIONAL -E" +! else case e in #( +! e) if test -z "$EGREP_TRADITIONAL"; then +! ac_path_EGREP_TRADITIONAL_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin + do + IFS=$as_save_IFS +! case $as_dir in #((( +! '') as_dir=./ ;; +! */) ;; +! *) as_dir=$as_dir/ ;; +! esac +! for ac_prog in egrep +! do + for ac_exec_ext in '' $ac_executable_extensions; do +! ac_path_EGREP_TRADITIONAL="$as_dir$ac_prog$ac_exec_ext" +! as_fn_executable_p "$ac_path_EGREP_TRADITIONAL" || continue +! # Check for GNU ac_path_EGREP_TRADITIONAL and select it if it is found. +! # Check for GNU $ac_path_EGREP_TRADITIONAL +! case `"$ac_path_EGREP_TRADITIONAL" --version 2>&1` in #( + *GNU*) +! ac_cv_path_EGREP_TRADITIONAL="$ac_path_EGREP_TRADITIONAL" ac_path_EGREP_TRADITIONAL_found=:;; +! #( + *) + ac_count=0 +! printf %s 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" +! printf "%s\n" 'EGREP_TRADITIONAL' >> "conftest.nl" +! "$ac_path_EGREP_TRADITIONAL" 'EGR(EP|AC)_TRADITIONAL$' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val +! if test $ac_count -gt ${ac_path_EGREP_TRADITIONAL_max-0}; then + # Best one so far, save it but keep looking for a better one +! ac_cv_path_EGREP_TRADITIONAL="$ac_path_EGREP_TRADITIONAL" +! ac_path_EGREP_TRADITIONAL_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break +*************** +*** 5634,5936 **** + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; + esac + +! $ac_path_EGREP_found && break 3 + done + done + done + IFS=$as_save_IFS +! if test -z "$ac_cv_path_EGREP"; then + as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi + else +! ac_cv_path_EGREP=$EGREP +! fi +! +! fi +! fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 +! $as_echo "$ac_cv_path_EGREP" >&6; } +! EGREP="$ac_cv_path_EGREP" +! +! +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 +! $as_echo_n "checking for ANSI C header files... " >&6; } +! if ${ac_cv_header_stdc+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext +! /* end confdefs.h. */ +! #include +! #include +! #include +! #include +! +! int +! main () +! { +! +! ; +! return 0; +! } +! _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : +! ac_cv_header_stdc=yes +! else +! ac_cv_header_stdc=no +! fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +! +! if test $ac_cv_header_stdc = yes; then +! # SunOS 4.x string.h does not declare mem*, contrary to ANSI. +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext +! /* end confdefs.h. */ +! #include +! +! _ACEOF +! if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP "memchr" >/dev/null 2>&1; then : +! +! else +! ac_cv_header_stdc=no +! fi +! rm -f conftest* +! +! fi +! +! if test $ac_cv_header_stdc = yes; then +! # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext +! /* end confdefs.h. */ +! #include +! +! _ACEOF +! if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP "free" >/dev/null 2>&1; then : +! +! else +! ac_cv_header_stdc=no +! fi +! rm -f conftest* +! +! fi +! +! if test $ac_cv_header_stdc = yes; then +! # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. +! if test "$cross_compiling" = yes; then : +! : +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext +! /* end confdefs.h. */ +! #include +! #include +! #if ((' ' & 0x0FF) == 0x020) +! # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') +! # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) +! #else +! # define ISLOWER(c) \ +! (('a' <= (c) && (c) <= 'i') \ +! || ('j' <= (c) && (c) <= 'r') \ +! || ('s' <= (c) && (c) <= 'z')) +! # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) +! #endif +! +! #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) +! int +! main () +! { +! int i; +! for (i = 0; i < 256; i++) +! if (XOR (islower (i), ISLOWER (i)) +! || toupper (i) != TOUPPER (i)) +! return 2; +! return 0; +! } +! _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : +! +! else +! ac_cv_header_stdc=no +! fi +! rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext +! fi +! +! fi +! fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 +! $as_echo "$ac_cv_header_stdc" >&6; } +! if test $ac_cv_header_stdc = yes; then +! +! $as_echo "#define STDC_HEADERS 1" >>confdefs.h +! +! fi +! +! # On IRIX 5.3, sys/types and inttypes.h are conflicting. +! for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ +! inttypes.h stdint.h unistd.h +! do : +! as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +! ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default +! " +! if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : +! cat >>confdefs.h <<_ACEOF +! #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 +! _ACEOF +! +! fi +! +! done +! +! +! +! ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default" +! if test "x$ac_cv_header_minix_config_h" = xyes; then : +! MINIX=yes +! else +! MINIX= +! fi +! +! +! if test "$MINIX" = yes; then +! +! $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h +! +! +! $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h +! +! +! $as_echo "#define _MINIX 1" >>confdefs.h +! +! +! $as_echo "#define _NETBSD_SOURCE 1" >>confdefs.h +! +! fi +! +! +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5 +! $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; } +! if ${ac_cv_safe_to_define___extensions__+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext +! /* end confdefs.h. */ +! +! # define __EXTENSIONS__ 1 +! $ac_includes_default +! int +! main () +! { +! +! ; +! return 0; +! } +! _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : +! ac_cv_safe_to_define___extensions__=yes +! else +! ac_cv_safe_to_define___extensions__=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +! fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5 +! $as_echo "$ac_cv_safe_to_define___extensions__" >&6; } +! test $ac_cv_safe_to_define___extensions__ = yes && +! $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h +! +! $as_echo "#define _ALL_SOURCE 1" >>confdefs.h +! +! $as_echo "#define _DARWIN_C_SOURCE 1" >>confdefs.h +! +! $as_echo "#define _GNU_SOURCE 1" >>confdefs.h +! +! $as_echo "#define _NETBSD_SOURCE 1" >>confdefs.h +! +! $as_echo "#define _OPENBSD_SOURCE 1" >>confdefs.h +! +! $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h +! +! $as_echo "#define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1" >>confdefs.h +! +! $as_echo "#define __STDC_WANT_IEC_60559_BFP_EXT__ 1" >>confdefs.h +! +! $as_echo "#define __STDC_WANT_IEC_60559_DFP_EXT__ 1" >>confdefs.h +! +! $as_echo "#define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1" >>confdefs.h +! +! $as_echo "#define __STDC_WANT_IEC_60559_TYPES_EXT__ 1" >>confdefs.h +! +! $as_echo "#define __STDC_WANT_LIB_EXT2__ 1" >>confdefs.h +! +! $as_echo "#define __STDC_WANT_MATH_SPEC_FUNCS__ 1" >>confdefs.h +! +! $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h +! +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether _XOPEN_SOURCE should be defined" >&5 +! $as_echo_n "checking whether _XOPEN_SOURCE should be defined... " >&6; } +! if ${ac_cv_should_define__xopen_source+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! ac_cv_should_define__xopen_source=no +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext +! /* end confdefs.h. */ +! +! #include +! mbstate_t x; +! int +! main () +! { +! +! ; +! return 0; +! } +! _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : +! +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext +! /* end confdefs.h. */ +! +! #define _XOPEN_SOURCE 500 +! #include +! mbstate_t x; +! int +! main () +! { +! +! ; +! return 0; +! } +! _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : +! ac_cv_should_define__xopen_source=yes +! fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +! fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_should_define__xopen_source" >&5 +! $as_echo "$ac_cv_should_define__xopen_source" >&6; } +! test $ac_cv_should_define__xopen_source = yes && +! $as_echo "#define _XOPEN_SOURCE 500" >>confdefs.h + +- $as_echo "#define _HPUX_ALT_XOPEN_SOCKET_API 1" >>confdefs.h + + + +! +! +! +! +! +! +! +! +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Minix Amsterdam compiler" >&5 +! $as_echo_n "checking for Minix Amsterdam compiler... " >&6; } +! if ${gl_cv_c_amsterdam_compiler+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +--- 6318,6353 ---- + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; + esac + +! $ac_path_EGREP_TRADITIONAL_found && break 3 + done + done + done + IFS=$as_save_IFS +! if test -z "$ac_cv_path_EGREP_TRADITIONAL"; then + as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi + else +! ac_cv_path_EGREP_TRADITIONAL=$EGREP_TRADITIONAL + fi +! ;; +! esac +! fi ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP_TRADITIONAL" >&5 +! printf "%s\n" "$ac_cv_path_EGREP_TRADITIONAL" >&6; } +! EGREP_TRADITIONAL=$ac_cv_path_EGREP_TRADITIONAL + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for Minix Amsterdam compiler" >&5 +! printf %s "checking for Minix Amsterdam compiler... " >&6; } +! if test ${gl_cv_c_amsterdam_compiler+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +*************** +*** 5940,5956 **** + + _ACEOF + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP "Amsterdam" >/dev/null 2>&1; then : + gl_cv_c_amsterdam_compiler=yes +! else +! gl_cv_c_amsterdam_compiler=no + fi +! rm -f conftest* +! + + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_c_amsterdam_compiler" >&5 +! $as_echo "$gl_cv_c_amsterdam_compiler" >&6; } + + if test $gl_cv_c_amsterdam_compiler = yes; then + if test -z "$AR"; then +--- 6357,6376 ---- + + _ACEOF + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP_TRADITIONAL "Amsterdam" >/dev/null 2>&1 +! then : + gl_cv_c_amsterdam_compiler=yes +! else case e in #( +! e) gl_cv_c_amsterdam_compiler=no ;; +! esac + fi +! rm -rf conftest* + ++ ;; ++ esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_c_amsterdam_compiler" >&5 +! printf "%s\n" "$gl_cv_c_amsterdam_compiler" >&6; } + + if test $gl_cv_c_amsterdam_compiler = yes; then + if test -z "$AR"; then +*************** +*** 5960,6002 **** + ARFLAGS='-o' + fi + else +! if test -n "$ac_tool_prefix"; then + for ac_prog in ar lib "link -lib" + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. + set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +! $as_echo_n "checking for $ac_word... " >&6; } +! if ${ac_cv_prog_AR+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test -n "$AR"; then + ac_cv_prog_AR="$AR" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for as_dir in $PATH + do + IFS=$as_save_IFS +! test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do +! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_AR="$ac_tool_prefix$ac_prog" +! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi + done + done + IFS=$as_save_IFS + +! fi + fi + AR=$ac_cv_prog_AR + if test -n "$AR"; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 +! $as_echo "$AR" >&6; } + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! $as_echo "no" >&6; } + fi + + +--- 6380,6429 ---- + ARFLAGS='-o' + fi + else +! +! if test -n "$ac_tool_prefix"; then + for ac_prog in ar lib "link -lib" + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. + set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +! printf %s "checking for $ac_word... " >&6; } +! if test ${ac_cv_prog_AR+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test -n "$AR"; then + ac_cv_prog_AR="$AR" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for as_dir in $PATH + do + IFS=$as_save_IFS +! case $as_dir in #((( +! '') as_dir=./ ;; +! */) ;; +! *) as_dir=$as_dir/ ;; +! esac + for ac_exec_ext in '' $ac_executable_extensions; do +! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_AR="$ac_tool_prefix$ac_prog" +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done + done + IFS=$as_save_IFS + +! fi ;; +! esac + fi + AR=$ac_cv_prog_AR + if test -n "$AR"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 +! printf "%s\n" "$AR" >&6; } + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + fi + + +*************** +*** 6009,6046 **** + do + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +! $as_echo_n "checking for $ac_word... " >&6; } +! if ${ac_cv_prog_ac_ct_AR+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test -n "$ac_ct_AR"; then + ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for as_dir in $PATH + do + IFS=$as_save_IFS +! test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do +! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_AR="$ac_prog" +! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi + done + done + IFS=$as_save_IFS + +! fi + fi + ac_ct_AR=$ac_cv_prog_ac_ct_AR + if test -n "$ac_ct_AR"; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 +! $as_echo "$ac_ct_AR" >&6; } + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! $as_echo "no" >&6; } + fi + + +--- 6436,6479 ---- + do + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +! printf %s "checking for $ac_word... " >&6; } +! if test ${ac_cv_prog_ac_ct_AR+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test -n "$ac_ct_AR"; then + ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for as_dir in $PATH + do + IFS=$as_save_IFS +! case $as_dir in #((( +! '') as_dir=./ ;; +! */) ;; +! *) as_dir=$as_dir/ ;; +! esac + for ac_exec_ext in '' $ac_executable_extensions; do +! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_AR="$ac_prog" +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done + done + IFS=$as_save_IFS + +! fi ;; +! esac + fi + ac_ct_AR=$ac_cv_prog_ac_ct_AR + if test -n "$ac_ct_AR"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 +! printf "%s\n" "$ac_ct_AR" >&6; } + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + fi + + +*************** +*** 6052,6059 **** + else + case $cross_compiling:$ac_tool_warned in + yes:) +! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +! $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} + ac_tool_warned=yes ;; + esac + AR=$ac_ct_AR +--- 6485,6492 ---- + else + case $cross_compiling:$ac_tool_warned in + yes:) +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +! printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} + ac_tool_warned=yes ;; + esac + AR=$ac_ct_AR +*************** +*** 6061,6073 **** + fi + + : ${AR=ar} + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking the archiver ($AR) interface" >&5 +! $as_echo_n "checking the archiver ($AR) interface... " >&6; } +! if ${am_cv_ar_interface+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! ac_ext=c + ac_cpp='$CPP $CPPFLAGS' + ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' + ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +--- 6494,6508 ---- + fi + + : ${AR=ar} ++ : ${ARFLAGS=cr} + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking the archiver ($AR) interface" >&5 +! printf %s "checking the archiver ($AR) interface... " >&6; } +! if test ${am_cv_ar_interface+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) ac_ext=c + ac_cpp='$CPP $CPPFLAGS' + ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' + ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +*************** +*** 6078,6089 **** + /* end confdefs.h. */ + int some_variable = 0; + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : +! am_ar_try='$AR cru libconftest.a conftest.$ac_objext >&5' + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$am_ar_try\""; } >&5 + (eval $am_ar_try) 2>&5 + ac_status=$? +! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if test "$ac_status" -eq 0; then + am_cv_ar_interface=ar +--- 6513,6525 ---- + /* end confdefs.h. */ + int some_variable = 0; + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : +! am_ar_try='$AR $ARFLAGS libconftest.a conftest.$ac_objext >&5' + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$am_ar_try\""; } >&5 + (eval $am_ar_try) 2>&5 + ac_status=$? +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if test "$ac_status" -eq 0; then + am_cv_ar_interface=ar +*************** +*** 6092,6098 **** + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$am_ar_try\""; } >&5 + (eval $am_ar_try) 2>&5 + ac_status=$? +! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if test "$ac_status" -eq 0; then + am_cv_ar_interface=lib +--- 6528,6534 ---- + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$am_ar_try\""; } >&5 + (eval $am_ar_try) 2>&5 + ac_status=$? +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if test "$ac_status" -eq 0; then + am_cv_ar_interface=lib +*************** +*** 6103,6118 **** + rm -f conftest.lib libconftest.a + + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ac_ext=c + ac_cpp='$CPP $CPPFLAGS' + ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' + ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' + ac_compiler_gnu=$ac_cv_c_compiler_gnu +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_ar_interface" >&5 +! $as_echo "$am_cv_ar_interface" >&6; } + + case $am_cv_ar_interface in + ar) +--- 6539,6555 ---- + rm -f conftest.lib libconftest.a + + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + ac_ext=c + ac_cpp='$CPP $CPPFLAGS' + ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' + ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' + ac_compiler_gnu=$ac_cv_c_compiler_gnu +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_ar_interface" >&5 +! printf "%s\n" "$am_cv_ar_interface" >&6; } + + case $am_cv_ar_interface in + ar) +*************** +*** 6136,6173 **** + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. + set dummy ${ac_tool_prefix}ar; ac_word=$2 +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +! $as_echo_n "checking for $ac_word... " >&6; } +! if ${ac_cv_prog_AR+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test -n "$AR"; then + ac_cv_prog_AR="$AR" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for as_dir in $PATH + do + IFS=$as_save_IFS +! test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do +! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_AR="${ac_tool_prefix}ar" +! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi + done + done + IFS=$as_save_IFS + +! fi + fi + AR=$ac_cv_prog_AR + if test -n "$AR"; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 +! $as_echo "$AR" >&6; } + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! $as_echo "no" >&6; } + fi + + +--- 6573,6616 ---- + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. + set dummy ${ac_tool_prefix}ar; ac_word=$2 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +! printf %s "checking for $ac_word... " >&6; } +! if test ${ac_cv_prog_AR+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test -n "$AR"; then + ac_cv_prog_AR="$AR" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for as_dir in $PATH + do + IFS=$as_save_IFS +! case $as_dir in #((( +! '') as_dir=./ ;; +! */) ;; +! *) as_dir=$as_dir/ ;; +! esac + for ac_exec_ext in '' $ac_executable_extensions; do +! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_AR="${ac_tool_prefix}ar" +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done + done + IFS=$as_save_IFS + +! fi ;; +! esac + fi + AR=$ac_cv_prog_AR + if test -n "$AR"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 +! printf "%s\n" "$AR" >&6; } + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + fi + + +*************** +*** 6176,6213 **** + ac_ct_AR=$AR + # Extract the first word of "ar", so it can be a program name with args. + set dummy ar; ac_word=$2 +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +! $as_echo_n "checking for $ac_word... " >&6; } +! if ${ac_cv_prog_ac_ct_AR+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test -n "$ac_ct_AR"; then + ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for as_dir in $PATH + do + IFS=$as_save_IFS +! test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do +! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_AR="ar" +! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi + done + done + IFS=$as_save_IFS + +! fi + fi + ac_ct_AR=$ac_cv_prog_ac_ct_AR + if test -n "$ac_ct_AR"; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 +! $as_echo "$ac_ct_AR" >&6; } + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! $as_echo "no" >&6; } + fi + + if test "x$ac_ct_AR" = x; then +--- 6619,6662 ---- + ac_ct_AR=$AR + # Extract the first word of "ar", so it can be a program name with args. + set dummy ar; ac_word=$2 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +! printf %s "checking for $ac_word... " >&6; } +! if test ${ac_cv_prog_ac_ct_AR+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test -n "$ac_ct_AR"; then + ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for as_dir in $PATH + do + IFS=$as_save_IFS +! case $as_dir in #((( +! '') as_dir=./ ;; +! */) ;; +! *) as_dir=$as_dir/ ;; +! esac + for ac_exec_ext in '' $ac_executable_extensions; do +! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_AR="ar" +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done + done + IFS=$as_save_IFS + +! fi ;; +! esac + fi + ac_ct_AR=$ac_cv_prog_ac_ct_AR + if test -n "$ac_ct_AR"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 +! printf "%s\n" "$ac_ct_AR" >&6; } + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + fi + + if test "x$ac_ct_AR" = x; then +*************** +*** 6215,6222 **** + else + case $cross_compiling:$ac_tool_warned in + yes:) +! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +! $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} + ac_tool_warned=yes ;; + esac + AR=$ac_ct_AR +--- 6664,6671 ---- + else + case $cross_compiling:$ac_tool_warned in + yes:) +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +! printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} + ac_tool_warned=yes ;; + esac + AR=$ac_ct_AR +*************** +*** 6238,6275 **** + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. + set dummy ${ac_tool_prefix}ranlib; ac_word=$2 +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +! $as_echo_n "checking for $ac_word... " >&6; } +! if ${ac_cv_prog_RANLIB+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test -n "$RANLIB"; then + ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for as_dir in $PATH + do + IFS=$as_save_IFS +! test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do +! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" +! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi + done + done + IFS=$as_save_IFS + +! fi + fi + RANLIB=$ac_cv_prog_RANLIB + if test -n "$RANLIB"; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 +! $as_echo "$RANLIB" >&6; } + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! $as_echo "no" >&6; } + fi + + +--- 6687,6730 ---- + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. + set dummy ${ac_tool_prefix}ranlib; ac_word=$2 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +! printf %s "checking for $ac_word... " >&6; } +! if test ${ac_cv_prog_RANLIB+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test -n "$RANLIB"; then + ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for as_dir in $PATH + do + IFS=$as_save_IFS +! case $as_dir in #((( +! '') as_dir=./ ;; +! */) ;; +! *) as_dir=$as_dir/ ;; +! esac + for ac_exec_ext in '' $ac_executable_extensions; do +! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done + done + IFS=$as_save_IFS + +! fi ;; +! esac + fi + RANLIB=$ac_cv_prog_RANLIB + if test -n "$RANLIB"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 +! printf "%s\n" "$RANLIB" >&6; } + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + fi + + +*************** +*** 6278,6315 **** + ac_ct_RANLIB=$RANLIB + # Extract the first word of "ranlib", so it can be a program name with args. + set dummy ranlib; ac_word=$2 +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +! $as_echo_n "checking for $ac_word... " >&6; } +! if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test -n "$ac_ct_RANLIB"; then + ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for as_dir in $PATH + do + IFS=$as_save_IFS +! test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do +! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_RANLIB="ranlib" +! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi + done + done + IFS=$as_save_IFS + +! fi + fi + ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB + if test -n "$ac_ct_RANLIB"; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 +! $as_echo "$ac_ct_RANLIB" >&6; } + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! $as_echo "no" >&6; } + fi + + if test "x$ac_ct_RANLIB" = x; then +--- 6733,6776 ---- + ac_ct_RANLIB=$RANLIB + # Extract the first word of "ranlib", so it can be a program name with args. + set dummy ranlib; ac_word=$2 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +! printf %s "checking for $ac_word... " >&6; } +! if test ${ac_cv_prog_ac_ct_RANLIB+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test -n "$ac_ct_RANLIB"; then + ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for as_dir in $PATH + do + IFS=$as_save_IFS +! case $as_dir in #((( +! '') as_dir=./ ;; +! */) ;; +! *) as_dir=$as_dir/ ;; +! esac + for ac_exec_ext in '' $ac_executable_extensions; do +! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_RANLIB="ranlib" +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done + done + IFS=$as_save_IFS + +! fi ;; +! esac + fi + ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB + if test -n "$ac_ct_RANLIB"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 +! printf "%s\n" "$ac_ct_RANLIB" >&6; } + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + fi + + if test "x$ac_ct_RANLIB" = x; then +*************** +*** 6317,6324 **** + else + case $cross_compiling:$ac_tool_warned in + yes:) +! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +! $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} + ac_tool_warned=yes ;; + esac + RANLIB=$ac_ct_RANLIB +--- 6778,6785 ---- + else + case $cross_compiling:$ac_tool_warned in + yes:) +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +! printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} + ac_tool_warned=yes ;; + esac + RANLIB=$ac_ct_RANLIB +*************** +*** 6331,6538 **** + fi + + +- # Check whether --enable-largefile was given. +- if test "${enable_largefile+set}" = set; then : +- enableval=$enable_largefile; +- fi +- +- if test "$enable_largefile" != no; then + +- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5 +- $as_echo_n "checking for special C compiler options needed for large files... " >&6; } +- if ${ac_cv_sys_largefile_CC+:} false; then : +- $as_echo_n "(cached) " >&6 +- else +- ac_cv_sys_largefile_CC=no +- if test "$GCC" != yes; then +- ac_save_CC=$CC +- while :; do +- # IRIX 6.2 and later do not support large files by default, +- # so use the C compiler's -n32 option if that helps. +- cat confdefs.h - <<_ACEOF >conftest.$ac_ext +- /* end confdefs.h. */ +- #include +- /* Check that off_t can represent 2**63 - 1 correctly. +- We can't simply define LARGE_OFF_T to be 9223372036854775807, +- since some C++ compilers masquerading as C compilers +- incorrectly reject 9223372036854775807. */ +- #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) +- int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 +- && LARGE_OFF_T % 2147483647 == 1) +- ? 1 : -1]; +- int +- main () +- { + +! ; +! return 0; +! } +! _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : +! break + fi +! rm -f core conftest.err conftest.$ac_objext +! CC="$CC -n32" +! if ac_fn_c_try_compile "$LINENO"; then : +! ac_cv_sys_largefile_CC=' -n32'; break + fi +! rm -f core conftest.err conftest.$ac_objext +! break +! done +! CC=$ac_save_CC +! rm -f conftest.$ac_ext +! fi + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5 +! $as_echo "$ac_cv_sys_largefile_CC" >&6; } +! if test "$ac_cv_sys_largefile_CC" != no; then +! CC=$CC$ac_cv_sys_largefile_CC +! fi + +- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5 +- $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; } +- if ${ac_cv_sys_file_offset_bits+:} false; then : +- $as_echo_n "(cached) " >&6 +- else +- while :; do +- cat confdefs.h - <<_ACEOF >conftest.$ac_ext +- /* end confdefs.h. */ +- #include +- /* Check that off_t can represent 2**63 - 1 correctly. +- We can't simply define LARGE_OFF_T to be 9223372036854775807, +- since some C++ compilers masquerading as C compilers +- incorrectly reject 9223372036854775807. */ +- #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) +- int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 +- && LARGE_OFF_T % 2147483647 == 1) +- ? 1 : -1]; +- int +- main () +- { + +! ; +! return 0; +! } +! _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : +! ac_cv_sys_file_offset_bits=no; break + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +- #define _FILE_OFFSET_BITS 64 + #include +! /* Check that off_t can represent 2**63 - 1 correctly. +! We can't simply define LARGE_OFF_T to be 9223372036854775807, + since some C++ compilers masquerading as C compilers + incorrectly reject 9223372036854775807. */ +! #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) +! int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 +! && LARGE_OFF_T % 2147483647 == 1) +! ? 1 : -1]; + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : +! ac_cv_sys_file_offset_bits=64; break + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +! ac_cv_sys_file_offset_bits=unknown +! break +! done + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5 +! $as_echo "$ac_cv_sys_file_offset_bits" >&6; } +! case $ac_cv_sys_file_offset_bits in #( +! no | unknown) ;; +! *) +! cat >>confdefs.h <<_ACEOF +! #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits +! _ACEOF +! ;; + esac +! rm -rf conftest* +! if test $ac_cv_sys_file_offset_bits = unknown; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5 +! $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; } +! if ${ac_cv_sys_large_files+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! while :; do +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext +! /* end confdefs.h. */ +! #include +! /* Check that off_t can represent 2**63 - 1 correctly. +! We can't simply define LARGE_OFF_T to be 9223372036854775807, +! since some C++ compilers masquerading as C compilers +! incorrectly reject 9223372036854775807. */ +! #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) +! int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 +! && LARGE_OFF_T % 2147483647 == 1) +! ? 1 : -1]; +! int +! main () +! { + +! ; +! return 0; +! } +! _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : +! ac_cv_sys_large_files=no; break + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +! #define _LARGE_FILES 1 +! #include +! /* Check that off_t can represent 2**63 - 1 correctly. +! We can't simply define LARGE_OFF_T to be 9223372036854775807, +! since some C++ compilers masquerading as C compilers +! incorrectly reject 9223372036854775807. */ +! #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) +! int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 +! && LARGE_OFF_T % 2147483647 == 1) +! ? 1 : -1]; + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : +! ac_cv_sys_large_files=1; break +! fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +! ac_cv_sys_large_files=unknown +! break +! done + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5 +! $as_echo "$ac_cv_sys_large_files" >&6; } +! case $ac_cv_sys_large_files in #( +! no | unknown) ;; +! *) +! cat >>confdefs.h <<_ACEOF +! #define _LARGE_FILES $ac_cv_sys_large_files +! _ACEOF +! ;; + esac +! rm -rf conftest* +! fi +! + +! $as_echo "#define _DARWIN_USE_64_BIT_INODE 1" >>confdefs.h + + fi + + + + # Pre-early section. +--- 6792,7061 ---- + fi + + + + +! # Make sure we can run config.sub. +! $SHELL "${ac_aux_dir}config.sub" sun4 >/dev/null 2>&1 || +! as_fn_error $? "cannot run $SHELL ${ac_aux_dir}config.sub" "$LINENO" 5 +! +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 +! printf %s "checking build system type... " >&6; } +! if test ${ac_cv_build+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) ac_build_alias=$build_alias +! test "x$ac_build_alias" = x && +! ac_build_alias=`$SHELL "${ac_aux_dir}config.guess"` +! test "x$ac_build_alias" = x && +! as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 +! ac_cv_build=`$SHELL "${ac_aux_dir}config.sub" $ac_build_alias` || +! as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $ac_build_alias failed" "$LINENO" 5 +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 +! printf "%s\n" "$ac_cv_build" >&6; } +! case $ac_cv_build in +! *-*-*) ;; +! *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; +! esac +! build=$ac_cv_build +! ac_save_IFS=$IFS; IFS='-' +! set x $ac_cv_build +! shift +! build_cpu=$1 +! build_vendor=$2 +! shift; shift +! # Remember, the first character of IFS is used to create $*, +! # except with old shells: +! build_os=$* +! IFS=$ac_save_IFS +! case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac +! +! +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 +! printf %s "checking host system type... " >&6; } +! if test ${ac_cv_host+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test "x$host_alias" = x; then +! ac_cv_host=$ac_cv_build +! else +! ac_cv_host=`$SHELL "${ac_aux_dir}config.sub" $host_alias` || +! as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $host_alias failed" "$LINENO" 5 + fi +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 +! printf "%s\n" "$ac_cv_host" >&6; } +! case $ac_cv_host in +! *-*-*) ;; +! *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; +! esac +! host=$ac_cv_host +! ac_save_IFS=$IFS; IFS='-' +! set x $ac_cv_host +! shift +! host_cpu=$1 +! host_vendor=$2 +! shift; shift +! # Remember, the first character of IFS is used to create $*, +! # except with old shells: +! host_os=$* +! IFS=$ac_save_IFS +! case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac + + +! # Check whether --enable-largefile was given. +! if test ${enable_largefile+y} +! then : +! enableval=$enable_largefile; + fi +! if test "$enable_largefile,$enable_year2038" != no,no +! then : +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable large file support" >&5 +! printf %s "checking for $CC option to enable large file support... " >&6; } +! if test ${ac_cv_sys_largefile_opts+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) ac_save_CC="$CC" +! ac_opt_found=no +! for ac_opt in "none needed" "-D_FILE_OFFSET_BITS=64" "-D_LARGE_FILES=1" "-n32"; do +! if test x"$ac_opt" != x"none needed" +! then : +! CC="$ac_save_CC $ac_opt" +! fi +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include +! #ifndef FTYPE +! # define FTYPE off_t +! #endif +! /* Check that FTYPE can represent 2**63 - 1 correctly. +! We can't simply define LARGE_FTYPE to be 9223372036854775807, + since some C++ compilers masquerading as C compilers + incorrectly reject 9223372036854775807. */ +! #define LARGE_FTYPE (((FTYPE) 1 << 31 << 31) - 1 + ((FTYPE) 1 << 31 << 31)) +! int FTYPE_is_large[(LARGE_FTYPE % 2147483629 == 721 +! && LARGE_FTYPE % 2147483647 == 1) +! ? 1 : -1]; + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : +! if test x"$ac_opt" = x"none needed" +! then : +! # GNU/Linux s390x and alpha need _FILE_OFFSET_BITS=64 for wide ino_t. +! CC="$CC -DFTYPE=ino_t" +! if ac_fn_c_try_compile "$LINENO" +! then : +! +! else case e in #( +! e) CC="$CC -D_FILE_OFFSET_BITS=64" +! if ac_fn_c_try_compile "$LINENO" +! then : +! ac_opt='-D_FILE_OFFSET_BITS=64' + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam +! fi +! ac_cv_sys_largefile_opts=$ac_opt +! ac_opt_found=yes +! fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +! test $ac_opt_found = no || break +! done +! CC="$ac_save_CC" +! +! +! if test $ac_opt_found != yes; then +! case $host_os in #( +! mingw* | windows*) : +! ac_cv_sys_largefile_opts="supported through gnulib" +! ac_opt_found=yes +! ;; #( +! *) : +! ;; + esac +! fi + +! test $ac_opt_found = yes || ac_cv_sys_largefile_opts="support not detected" ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_opts" >&5 +! printf "%s\n" "$ac_cv_sys_largefile_opts" >&6; } +! +! ac_have_largefile=yes +! case $ac_cv_sys_largefile_opts in #( +! "none needed") : +! ;; #( +! "supported through gnulib") : +! ;; #( +! "support not detected") : +! ac_have_largefile=no ;; #( +! "-D_FILE_OFFSET_BITS=64") : +! +! printf "%s\n" "#define _FILE_OFFSET_BITS 64" >>confdefs.h +! ;; #( +! "-D_LARGE_FILES=1") : +! +! printf "%s\n" "#define _LARGE_FILES 1" >>confdefs.h +! ;; #( +! "-n32") : +! CC="$CC -n32" ;; #( +! *) : +! as_fn_error $? "internal error: bad value for \$ac_cv_sys_largefile_opts" "$LINENO" 5 ;; +! esac +! +! if test "$enable_year2038" != no +! then : +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option for timestamps after 2038" >&5 +! printf %s "checking for $CC option for timestamps after 2038... " >&6; } +! if test ${ac_cv_sys_year2038_opts+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) ac_save_CPPFLAGS="$CPPFLAGS" +! ac_opt_found=no +! for ac_opt in "none needed" "-D_TIME_BITS=64" "-D__MINGW_USE_VC2005_COMPAT" "-U_USE_32_BIT_TIME_T -D__MINGW_USE_VC2005_COMPAT"; do +! if test x"$ac_opt" != x"none needed" +! then : +! CPPFLAGS="$ac_save_CPPFLAGS $ac_opt" +! fi +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +! +! #include +! /* Check that time_t can represent 2**32 - 1 correctly. */ +! #define LARGE_TIME_T \\ +! ((time_t) (((time_t) 1 << 30) - 1 + 3 * ((time_t) 1 << 30))) +! int verify_time_t_range[(LARGE_TIME_T / 65537 == 65535 +! && LARGE_TIME_T % 65537 == 0) +! ? 1 : -1]; +! + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : +! ac_cv_sys_year2038_opts="$ac_opt" +! ac_opt_found=yes + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +! test $ac_opt_found = no || break +! done +! CPPFLAGS="$ac_save_CPPFLAGS" +! test $ac_opt_found = yes || ac_cv_sys_year2038_opts="support not detected" ;; + esac +! fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_year2038_opts" >&5 +! printf "%s\n" "$ac_cv_sys_year2038_opts" >&6; } + +! ac_have_year2038=yes +! case $ac_cv_sys_year2038_opts in #( +! "none needed") : +! ;; #( +! "support not detected") : +! ac_have_year2038=no ;; #( +! "-D_TIME_BITS=64") : +! +! printf "%s\n" "#define _TIME_BITS 64" >>confdefs.h +! ;; #( +! "-D__MINGW_USE_VC2005_COMPAT") : +! +! printf "%s\n" "#define __MINGW_USE_VC2005_COMPAT 1" >>confdefs.h +! ;; #( +! "-U_USE_32_BIT_TIME_T"*) : +! { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} +! as_fn_error $? "the 'time_t' type is currently forced to be 32-bit. It +! will stop working after mid-January 2038. Remove +! _USE_32BIT_TIME_T from the compiler flags. +! See 'config.log' for more details" "$LINENO" 5; } ;; #( +! *) : +! as_fn_error $? "internal error: bad value for \$ac_cv_sys_year2038_opts" "$LINENO" 5 ;; +! esac + + fi + ++ fi + + + # Pre-early section. +*************** +*** 6738,6854 **** + # Code from module xvasprintf: + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 +! $as_echo_n "checking for ANSI C header files... " >&6; } +! if ${ac_cv_header_stdc+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext +! /* end confdefs.h. */ +! #include +! #include +! #include +! #include +! +! int +! main () +! { +! +! ; +! return 0; +! } +! _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : +! ac_cv_header_stdc=yes +! else +! ac_cv_header_stdc=no +! fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +! +! if test $ac_cv_header_stdc = yes; then +! # SunOS 4.x string.h does not declare mem*, contrary to ANSI. +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext +! /* end confdefs.h. */ +! #include +! +! _ACEOF +! if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP "memchr" >/dev/null 2>&1; then : + + else +! ac_cv_header_stdc=no +! fi +! rm -f conftest* +! + fi +! +! if test $ac_cv_header_stdc = yes; then +! # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext +! /* end confdefs.h. */ +! #include +! +! _ACEOF +! if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP "free" >/dev/null 2>&1; then : +! +! else +! ac_cv_header_stdc=no + fi +! rm -f conftest* + +- fi + +! if test $ac_cv_header_stdc = yes; then +! # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. +! if test "$cross_compiling" = yes; then : +! : +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext +! /* end confdefs.h. */ +! #include +! #include +! #if ((' ' & 0x0FF) == 0x020) +! # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') +! # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) +! #else +! # define ISLOWER(c) \ +! (('a' <= (c) && (c) <= 'i') \ +! || ('j' <= (c) && (c) <= 'r') \ +! || ('s' <= (c) && (c) <= 'z')) +! # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) +! #endif + +! #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) +! int +! main () +! { +! int i; +! for (i = 0; i < 256; i++) +! if (XOR (islower (i), ISLOWER (i)) +! || toupper (i) != TOUPPER (i)) +! return 2; +! return 0; +! } +! _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + + else +! ac_cv_header_stdc=no +! fi +! rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + + fi +! fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 +! $as_echo "$ac_cv_header_stdc" >&6; } +! if test $ac_cv_header_stdc = yes; then + +! $as_echo "#define STDC_HEADERS 1" >>confdefs.h + +- fi + + + +--- 7261,7417 ---- + # Code from module xvasprintf: + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 +! printf %s "checking for grep that handles long lines and -e... " >&6; } +! if test ${ac_cv_path_GREP+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test -z "$GREP"; then +! ac_path_GREP_found=false +! # Loop through the user's path and test for each of PROGNAME-LIST +! as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +! for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +! do +! IFS=$as_save_IFS +! case $as_dir in #((( +! '') as_dir=./ ;; +! */) ;; +! *) as_dir=$as_dir/ ;; +! esac +! for ac_prog in grep ggrep +! do +! for ac_exec_ext in '' $ac_executable_extensions; do +! ac_path_GREP="$as_dir$ac_prog$ac_exec_ext" +! as_fn_executable_p "$ac_path_GREP" || continue +! # Check for GNU ac_path_GREP and select it if it is found. +! # Check for GNU $ac_path_GREP +! case `"$ac_path_GREP" --version 2>&1` in #( +! *GNU*) +! ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; +! #( +! *) +! ac_count=0 +! printf %s 0123456789 >"conftest.in" +! while : +! do +! cat "conftest.in" "conftest.in" >"conftest.tmp" +! mv "conftest.tmp" "conftest.in" +! cp "conftest.in" "conftest.nl" +! printf "%s\n" 'GREP' >> "conftest.nl" +! "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break +! diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break +! as_fn_arith $ac_count + 1 && ac_count=$as_val +! if test $ac_count -gt ${ac_path_GREP_max-0}; then +! # Best one so far, save it but keep looking for a better one +! ac_cv_path_GREP="$ac_path_GREP" +! ac_path_GREP_max=$ac_count +! fi +! # 10*(2^10) chars as input seems more than enough +! test $ac_count -gt 10 && break +! done +! rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +! esac + ++ $ac_path_GREP_found && break 3 ++ done ++ done ++ done ++ IFS=$as_save_IFS ++ if test -z "$ac_cv_path_GREP"; then ++ as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 ++ fi + else +! ac_cv_path_GREP=$GREP + fi +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 +! printf "%s\n" "$ac_cv_path_GREP" >&6; } +! GREP="$ac_cv_path_GREP" + + +! # Autoupdate added the next two lines to ensure that your configure +! # script's behavior did not change. They are probably safe to remove. + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 +! printf %s "checking for egrep... " >&6; } +! if test ${ac_cv_path_EGREP+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 +! then ac_cv_path_EGREP="$GREP -E" +! else +! if test -z "$EGREP"; then +! ac_path_EGREP_found=false +! # Loop through the user's path and test for each of PROGNAME-LIST +! as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +! for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +! do +! IFS=$as_save_IFS +! case $as_dir in #((( +! '') as_dir=./ ;; +! */) ;; +! *) as_dir=$as_dir/ ;; +! esac +! for ac_prog in egrep +! do +! for ac_exec_ext in '' $ac_executable_extensions; do +! ac_path_EGREP="$as_dir$ac_prog$ac_exec_ext" +! as_fn_executable_p "$ac_path_EGREP" || continue +! # Check for GNU ac_path_EGREP and select it if it is found. +! # Check for GNU $ac_path_EGREP +! case `"$ac_path_EGREP" --version 2>&1` in #( +! *GNU*) +! ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; +! #( +! *) +! ac_count=0 +! printf %s 0123456789 >"conftest.in" +! while : +! do +! cat "conftest.in" "conftest.in" >"conftest.tmp" +! mv "conftest.tmp" "conftest.in" +! cp "conftest.in" "conftest.nl" +! printf "%s\n" 'EGREP' >> "conftest.nl" +! "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break +! diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break +! as_fn_arith $ac_count + 1 && ac_count=$as_val +! if test $ac_count -gt ${ac_path_EGREP_max-0}; then +! # Best one so far, save it but keep looking for a better one +! ac_cv_path_EGREP="$ac_path_EGREP" +! ac_path_EGREP_max=$ac_count +! fi +! # 10*(2^10) chars as input seems more than enough +! test $ac_count -gt 10 && break +! done +! rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +! esac + ++ $ac_path_EGREP_found && break 3 ++ done ++ done ++ done ++ IFS=$as_save_IFS ++ if test -z "$ac_cv_path_EGREP"; then ++ as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 ++ fi + else +! ac_cv_path_EGREP=$EGREP + fi + ++ fi ;; ++ esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 +! printf "%s\n" "$ac_cv_path_EGREP" >&6; } +! EGREP="$ac_cv_path_EGREP" + +! EGREP_TRADITIONAL=$EGREP +! ac_cv_path_EGREP_TRADITIONAL=$EGREP + + + + +*************** +*** 6859,6886 **** + export LIBC_FATAL_STDERR_ + + ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" +! if test "x$ac_cv_type_size_t" = xyes; then : +! +! else +! +! cat >>confdefs.h <<_ACEOF +! #define size_t unsigned int +! _ACEOF + + fi + + # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works + # for constant arguments. Useless! +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5 +! $as_echo_n "checking for working alloca.h... " >&6; } +! if ${ac_cv_working_alloca_h+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + int +! main () + { + char *p = (char *) alloca (2 * sizeof (int)); + if (p) return 0; +--- 7422,7450 ---- + export LIBC_FATAL_STDERR_ + + ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" +! if test "x$ac_cv_type_size_t" = xyes +! then : + ++ else case e in #( ++ e) ++ printf "%s\n" "#define size_t unsigned int" >>confdefs.h ++ ;; ++ esac + fi + + # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works + # for constant arguments. Useless! +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5 +! printf %s "checking for working alloca.h... " >&6; } +! if test ${ac_cv_working_alloca_h+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + int +! main (void) + { + char *p = (char *) alloca (2 * sizeof (int)); + if (p) return 0; +*************** +*** 6888,6939 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_link "$LINENO"; then : + ac_cv_working_alloca_h=yes +! else +! ac_cv_working_alloca_h=no + fi +! rm -f core conftest.err conftest.$ac_objext \ +! conftest$ac_exeext conftest.$ac_ext + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5 +! $as_echo "$ac_cv_working_alloca_h" >&6; } + if test $ac_cv_working_alloca_h = yes; then + +! $as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h + + fi + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5 +! $as_echo_n "checking for alloca... " >&6; } +! if ${ac_cv_func_alloca_works+:} false; then : +! $as_echo_n "(cached) " >&6 +! else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +! #ifdef __GNUC__ +! # define alloca __builtin_alloca +! #else +! # ifdef _MSC_VER + # include + # define alloca _alloca + # else +! # ifdef HAVE_ALLOCA_H +! # include +! # else +! # ifdef _AIX +! #pragma alloca +! # else +! # ifndef alloca /* predefined by HP cc +Olibcalls */ +! void *alloca (size_t); +! # endif +! # endif + # endif + # endif + #endif + + int +! main () + { + char *p = (char *) alloca (1); + if (p) return 0; +--- 7452,7505 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_link "$LINENO" +! then : + ac_cv_working_alloca_h=yes +! else case e in #( +! e) ac_cv_working_alloca_h=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam \ +! conftest$ac_exeext conftest.$ac_ext ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5 +! printf "%s\n" "$ac_cv_working_alloca_h" >&6; } + if test $ac_cv_working_alloca_h = yes; then + +! printf "%s\n" "#define HAVE_ALLOCA_H 1" >>confdefs.h + + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5 +! printf %s "checking for alloca... " >&6; } +! if test ${ac_cv_func_alloca_works+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) ac_cv_func_alloca_works=$ac_cv_working_alloca_h +! if test "$ac_cv_func_alloca_works" != yes +! then : + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +! #include +! #include +! #ifndef alloca +! # ifdef __GNUC__ +! # define alloca __builtin_alloca +! # elif defined _MSC_VER + # include + # define alloca _alloca + # else +! # ifdef __cplusplus +! extern "C" + # endif ++ void *alloca (size_t); + # endif + #endif + + int +! main (void) + { + char *p = (char *) alloca (1); + if (p) return 0; +*************** +*** 6941,6960 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_link "$LINENO"; then : + ac_cv_func_alloca_works=yes +- else +- ac_cv_func_alloca_works=no + fi +! rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5 +! $as_echo "$ac_cv_func_alloca_works" >&6; } + + if test $ac_cv_func_alloca_works = yes; then + +! $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h + + else + # The SVR3 libPW and SVR4 libucb both contain incompatible functions +--- 7507,7527 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_link "$LINENO" +! then : + ac_cv_func_alloca_works=yes + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext ++ fi ;; ++ esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5 +! printf "%s\n" "$ac_cv_func_alloca_works" >&6; } + + if test $ac_cv_func_alloca_works = yes; then + +! printf "%s\n" "#define HAVE_ALLOCA 1" >>confdefs.h + + else + # The SVR3 libPW and SVR4 libucb both contain incompatible functions +*************** +*** 6968,7026 **** + + ALLOCA=\${LIBOBJDIR}alloca.$ac_objext + +! $as_echo "#define C_ALLOCA 1" >>confdefs.h +! + +- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5 +- $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; } +- if ${ac_cv_os_cray+:} false; then : +- $as_echo_n "(cached) " >&6 +- else +- cat confdefs.h - <<_ACEOF >conftest.$ac_ext +- /* end confdefs.h. */ +- #if defined CRAY && ! defined CRAY2 +- webecray +- #else +- wenotbecray +- #endif +- +- _ACEOF +- if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +- $EGREP "webecray" >/dev/null 2>&1; then : +- ac_cv_os_cray=yes +- else +- ac_cv_os_cray=no +- fi +- rm -f conftest* +- +- fi +- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5 +- $as_echo "$ac_cv_os_cray" >&6; } +- if test $ac_cv_os_cray = yes; then +- for ac_func in _getb67 GETB67 getb67; do +- as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +- ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" +- if eval test \"x\$"$as_ac_var"\" = x"yes"; then : + +! cat >>confdefs.h <<_ACEOF +! #define CRAY_STACKSEG_END $ac_func +! _ACEOF +! +! break +! fi +! +! done +! fi +! +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5 +! $as_echo_n "checking stack direction for C alloca... " >&6; } +! if ${ac_cv_c_stack_direction+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test "$cross_compiling" = yes; then : + ac_cv_c_stack_direction=0 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + $ac_includes_default + int +--- 7535,7554 ---- + + ALLOCA=\${LIBOBJDIR}alloca.$ac_objext + +! printf "%s\n" "#define C_ALLOCA 1" >>confdefs.h + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5 +! printf %s "checking stack direction for C alloca... " >&6; } +! if test ${ac_cv_c_stack_direction+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test "$cross_compiling" = yes +! then : + ac_cv_c_stack_direction=0 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + $ac_includes_default + int +*************** +*** 7040,7141 **** + return find_stack_direction (0, argc + !argv + 20) < 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + ac_cv_c_stack_direction=1 +! else +! ac_cv_c_stack_direction=-1 + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext +! fi +! +! fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5 +! $as_echo "$ac_cv_c_stack_direction" >&6; } +! cat >>confdefs.h <<_ACEOF +! #define STACK_DIRECTION $ac_cv_c_stack_direction +! _ACEOF +! +! +! fi +! +! # Make sure we can run config.sub. +! $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || +! as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 +! +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 +! $as_echo_n "checking build system type... " >&6; } +! if ${ac_cv_build+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! ac_build_alias=$build_alias +! test "x$ac_build_alias" = x && +! ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` +! test "x$ac_build_alias" = x && +! as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 +! ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || +! as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 +! $as_echo "$ac_cv_build" >&6; } +! case $ac_cv_build in +! *-*-*) ;; +! *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; + esac +- build=$ac_cv_build +- ac_save_IFS=$IFS; IFS='-' +- set x $ac_cv_build +- shift +- build_cpu=$1 +- build_vendor=$2 +- shift; shift +- # Remember, the first character of IFS is used to create $*, +- # except with old shells: +- build_os=$* +- IFS=$ac_save_IFS +- case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac +- +- +- { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 +- $as_echo_n "checking host system type... " >&6; } +- if ${ac_cv_host+:} false; then : +- $as_echo_n "(cached) " >&6 +- else +- if test "x$host_alias" = x; then +- ac_cv_host=$ac_cv_build +- else +- ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || +- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 + fi + +- fi +- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 +- $as_echo "$ac_cv_host" >&6; } +- case $ac_cv_host in +- *-*-*) ;; +- *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; +- esac +- host=$ac_cv_host +- ac_save_IFS=$IFS; IFS='-' +- set x $ac_cv_host +- shift +- host_cpu=$1 +- host_vendor=$2 +- shift; shift +- # Remember, the first character of IFS is used to create $*, +- # except with old shells: +- host_os=$* +- IFS=$ac_save_IFS +- case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for d_ino member in directory struct" >&5 +! $as_echo_n "checking for d_ino member in directory struct... " >&6; } +! if ${gl_cv_struct_dirent_d_ino+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test "$cross_compiling" = yes; then : + case "$host_os" in + # Guess yes on glibc systems with Linux kernel. + linux*-gnu*) gl_cv_struct_dirent_d_ino="guessing yes" ;; +--- 7568,7602 ---- + return find_stack_direction (0, argc + !argv + 20) < 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + ac_cv_c_stack_direction=1 +! else case e in #( +! e) ac_cv_c_stack_direction=-1 ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! ;; + esac + fi ++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5 ++ printf "%s\n" "$ac_cv_c_stack_direction" >&6; } ++ printf "%s\n" "#define STACK_DIRECTION $ac_cv_c_stack_direction" >>confdefs.h + + ++ fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for d_ino member in directory struct" >&5 +! printf %s "checking for d_ino member in directory struct... " >&6; } +! if test ${gl_cv_struct_dirent_d_ino+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test "$cross_compiling" = yes +! then : + case "$host_os" in + # Guess yes on glibc systems with Linux kernel. + linux*-gnu*) gl_cv_struct_dirent_d_ino="guessing yes" ;; +*************** +*** 7145,7159 **** + *) gl_cv_struct_dirent_d_ino="guessing no" ;; + esac + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + #include + #include + + int +! main () + { + DIR *dp = opendir ("."); + struct dirent *e; +--- 7606,7620 ---- + *) gl_cv_struct_dirent_d_ino="guessing no" ;; + esac + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + #include + #include + + int +! main (void) + { + DIR *dp = opendir ("."); + struct dirent *e; +*************** +*** 7174,7206 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_struct_dirent_d_ino=yes +! else +! gl_cv_struct_dirent_d_ino=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_struct_dirent_d_ino" >&5 +! $as_echo "$gl_cv_struct_dirent_d_ino" >&6; } + case "$gl_cv_struct_dirent_d_ino" in + *yes) + +! $as_echo "#define D_INO_IN_DIRENT 1" >>confdefs.h + + ;; + esac + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long file names" >&5 +! $as_echo_n "checking for long file names... " >&6; } +! if ${ac_cv_sys_long_file_names+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! ac_cv_sys_long_file_names=yes + # Test for long file names in all the places we know might matter: + # . the current directory, where building will happen + # $prefix/lib where we will be installing things +--- 7635,7672 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_struct_dirent_d_ino=yes +! else case e in #( +! e) gl_cv_struct_dirent_d_ino=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_struct_dirent_d_ino" >&5 +! printf "%s\n" "$gl_cv_struct_dirent_d_ino" >&6; } + case "$gl_cv_struct_dirent_d_ino" in + *yes) + +! printf "%s\n" "#define D_INO_IN_DIRENT 1" >>confdefs.h + + ;; + esac + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for long file names" >&5 +! printf %s "checking for long file names... " >&6; } +! if test ${ac_cv_sys_long_file_names+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) ac_cv_sys_long_file_names=yes + # Test for long file names in all the places we know might matter: + # . the current directory, where building will happen + # $prefix/lib where we will be installing things +*************** +*** 7225,7258 **** + ac_cv_sys_long_file_names=no + rm -f -r "$ac_xdir" 2>/dev/null + test $ac_cv_sys_long_file_names = no && break +! done + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_long_file_names" >&5 +! $as_echo "$ac_cv_sys_long_file_names" >&6; } + if test $ac_cv_sys_long_file_names = yes; then + +! $as_echo "#define HAVE_LONG_FILE_NAMES 1" >>confdefs.h + + fi + +! +! +! +! for ac_func in $ac_func_list +! do : +! as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +! ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" +! if eval test \"x\$"$as_ac_var"\" = x"yes"; then : +! cat >>confdefs.h <<_ACEOF +! #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 +! _ACEOF +! +! fi + done + +- +- +- + GNULIB__EXIT=0; + GNULIB_ATOLL=0; + GNULIB_CALLOC_POSIX=0; +--- 7691,7721 ---- + ac_cv_sys_long_file_names=no + rm -f -r "$ac_xdir" 2>/dev/null + test $ac_cv_sys_long_file_names = no && break +! done ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_long_file_names" >&5 +! printf "%s\n" "$ac_cv_sys_long_file_names" >&6; } + if test $ac_cv_sys_long_file_names = yes; then + +! printf "%s\n" "#define HAVE_LONG_FILE_NAMES 1" >>confdefs.h + + fi + +! ac_func= +! for ac_item in $ac_func_c_list +! do +! if test $ac_func; then +! ac_fn_c_check_func "$LINENO" $ac_func ac_cv_func_$ac_func +! if eval test \"x\$ac_cv_func_$ac_func\" = xyes; then +! echo "#define $ac_item 1" >> confdefs.h +! fi +! ac_func= +! else +! ac_func=$ac_item +! fi + done + + GNULIB__EXIT=0; + GNULIB_ATOLL=0; + GNULIB_CALLOC_POSIX=0; +*************** +*** 7342,7356 **** + + + +! +! +! +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether // is distinct from /" >&5 +! $as_echo_n "checking whether // is distinct from /... " >&6; } +! if ${gl_cv_double_slash_root+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test x"$cross_compiling" = xyes ; then + # When cross-compiling, there is no way to tell whether // is special + # short of a list of hosts. However, the only known hosts to date + # that have a distinct // are Apollo DomainOS (too old to port to), +--- 7805,7817 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether // is distinct from /" >&5 +! printf %s "checking whether // is distinct from /... " >&6; } +! if test ${gl_cv_double_slash_root+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test x"$cross_compiling" = xyes ; then + # When cross-compiling, there is no way to tell whether // is special + # short of a list of hosts. However, the only known hosts to date + # that have a distinct // are Apollo DomainOS (too old to port to), +*************** +*** 7372,7400 **** + else + gl_cv_double_slash_root=yes + fi +! fi + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_double_slash_root" >&5 +! $as_echo "$gl_cv_double_slash_root" >&6; } + if test "$gl_cv_double_slash_root" = yes; then + +! $as_echo "#define DOUBLE_SLASH_IS_DISTINCT_ROOT 1" >>confdefs.h + + fi + + + + +! +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether realpath works" >&5 +! $as_echo_n "checking whether realpath works... " >&6; } +! if ${gl_cv_func_realpath_works+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + touch conftest.a + mkdir conftest.d +! if test "$cross_compiling" = yes; then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu* | gnu*) gl_cv_func_realpath_works="guessing yes" ;; +--- 7833,7863 ---- + else + gl_cv_double_slash_root=yes + fi +! fi ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_double_slash_root" >&5 +! printf "%s\n" "$gl_cv_double_slash_root" >&6; } + if test "$gl_cv_double_slash_root" = yes; then + +! printf "%s\n" "#define DOUBLE_SLASH_IS_DISTINCT_ROOT 1" >>confdefs.h + + fi + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether realpath works" >&5 +! printf %s "checking whether realpath works... " >&6; } +! if test ${gl_cv_func_realpath_works+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + touch conftest.a + mkdir conftest.d +! if test "$cross_compiling" = yes +! then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu* | gnu*) gl_cv_func_realpath_works="guessing yes" ;; +*************** +*** 7404,7411 **** + *) gl_cv_func_realpath_works="guessing no" ;; + esac + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + +--- 7867,7874 ---- + *) gl_cv_func_realpath_works="guessing no" ;; + esac + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + +*************** +*** 7527,7533 **** + #include + + int +! main () + { + + int result = 0; +--- 7990,7996 ---- + #include + + int +! main (void) + { + + int result = 0; +*************** +*** 7564,7587 **** + } + + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_realpath_works=yes +! else +! gl_cv_func_realpath_works=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + + rm -rf conftest.a conftest.d +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_realpath_works" >&5 +! $as_echo "$gl_cv_func_realpath_works" >&6; } + case "$gl_cv_func_realpath_works" in + *yes) + +! $as_echo "#define FUNC_REALPATH_WORKS 1" >>confdefs.h + + ;; + esac +--- 8027,8054 ---- + } + + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_realpath_works=yes +! else case e in #( +! e) gl_cv_func_realpath_works=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + + rm -rf conftest.a conftest.d +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_realpath_works" >&5 +! printf "%s\n" "$gl_cv_func_realpath_works" >&6; } + case "$gl_cv_func_realpath_works" in + *yes) + +! printf "%s\n" "#define FUNC_REALPATH_WORKS 1" >>confdefs.h + + ;; + esac +*************** +*** 7589,7612 **** + + + +- for ac_header in $ac_header_list +- do : +- as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +- ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default +- " +- if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : +- cat >>confdefs.h <<_ACEOF +- #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 +- _ACEOF +- +- fi +- +- done +- +- +- +- +- + + + +--- 8056,8061 ---- +*************** +*** 7746,7802 **** + + + +! +! +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uid_t in sys/types.h" >&5 +! $as_echo_n "checking for uid_t in sys/types.h... " >&6; } +! if ${ac_cv_type_uid_t+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext +! /* end confdefs.h. */ +! #include +! +! _ACEOF +! if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP "uid_t" >/dev/null 2>&1; then : +! ac_cv_type_uid_t=yes +! else +! ac_cv_type_uid_t=no +! fi +! rm -f conftest* +! + fi +- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_uid_t" >&5 +- $as_echo "$ac_cv_type_uid_t" >&6; } +- if test $ac_cv_type_uid_t = no; then +- +- $as_echo "#define uid_t int" >>confdefs.h +- +- +- $as_echo "#define gid_t int" >>confdefs.h + + fi + + +! for ac_header in unistd.h +! do : +! ac_fn_c_check_header_mongrel "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default" +! if test "x$ac_cv_header_unistd_h" = xyes; then : +! cat >>confdefs.h <<_ACEOF +! #define HAVE_UNISTD_H 1 +! _ACEOF + + fi + +! done +! +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working chown" >&5 +! $as_echo_n "checking for working chown... " >&6; } +! if ${ac_cv_func_chown_works+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test "$cross_compiling" = yes; then : + case "$host_os" in # (( + # Guess yes on glibc systems. + *-gnu* | gnu*) ac_cv_func_chown_works="guessing yes" ;; +--- 8195,8238 ---- + + + +! ac_fn_c_check_type "$LINENO" "uid_t" "ac_cv_type_uid_t" "$ac_includes_default" +! if test "x$ac_cv_type_uid_t" = xyes +! then : +! +! else case e in #( +! e) +! printf "%s\n" "#define uid_t int" >>confdefs.h +! ;; +! esac + fi + ++ ac_fn_c_check_type "$LINENO" "gid_t" "ac_cv_type_gid_t" "$ac_includes_default" ++ if test "x$ac_cv_type_gid_t" = xyes ++ then : ++ ++ else case e in #( ++ e) ++ printf "%s\n" "#define gid_t int" >>confdefs.h ++ ;; ++ esac + fi + + +! ac_fn_c_check_header_compile "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default" +! if test "x$ac_cv_header_unistd_h" = xyes +! then : +! printf "%s\n" "#define HAVE_UNISTD_H 1" >>confdefs.h + + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for working chown" >&5 +! printf %s "checking for working chown... " >&6; } +! if test ${ac_cv_func_chown_works+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test "$cross_compiling" = yes +! then : + case "$host_os" in # (( + # Guess yes on glibc systems. + *-gnu* | gnu*) ac_cv_func_chown_works="guessing yes" ;; +*************** +*** 7806,7819 **** + *) ac_cv_func_chown_works="guessing no" ;; + esac + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + $ac_includes_default + #include + + int +! main () + { + + char *f = "conftest.chown"; +--- 8242,8255 ---- + *) ac_cv_func_chown_works="guessing no" ;; + esac + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + $ac_includes_default + #include + + int +! main (void) + { + + char *f = "conftest.chown"; +*************** +*** 7834,7873 **** + } + + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + ac_cv_func_chown_works=yes +! else +! ac_cv_func_chown_works=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + + rm -f conftest.chown +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_chown_works" >&5 +! $as_echo "$ac_cv_func_chown_works" >&6; } + case "$ac_cv_func_chown_works" in + *yes) + +! $as_echo "#define HAVE_CHOWN 1" >>confdefs.h + + ;; + esac + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether chown dereferences symlinks" >&5 +! $as_echo_n "checking whether chown dereferences symlinks... " >&6; } +! if ${gl_cv_func_chown_follows_symlink+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! +! if test "$cross_compiling" = yes; then : + gl_cv_func_chown_follows_symlink=yes + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +--- 8270,8315 ---- + } + + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + ac_cv_func_chown_works=yes +! else case e in #( +! e) ac_cv_func_chown_works=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + + rm -f conftest.chown +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_chown_works" >&5 +! printf "%s\n" "$ac_cv_func_chown_works" >&6; } + case "$ac_cv_func_chown_works" in + *yes) + +! printf "%s\n" "#define HAVE_CHOWN 1" >>confdefs.h + + ;; + esac + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether chown dereferences symlinks" >&5 +! printf %s "checking whether chown dereferences symlinks... " >&6; } +! if test ${gl_cv_func_chown_follows_symlink+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) +! if test "$cross_compiling" = yes +! then : + gl_cv_func_chown_follows_symlink=yes + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +*************** +*** 7894,7917 **** + } + + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_chown_follows_symlink=yes +! else +! gl_cv_func_chown_follows_symlink=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + + +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_chown_follows_symlink" >&5 +! $as_echo "$gl_cv_func_chown_follows_symlink" >&6; } + + if test $gl_cv_func_chown_follows_symlink = no; then + +! $as_echo "#define CHOWN_MODIFIES_SYMLINK 1" >>confdefs.h + + fi + +--- 8336,8363 ---- + } + + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_chown_follows_symlink=yes +! else case e in #( +! e) gl_cv_func_chown_follows_symlink=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + + +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_chown_follows_symlink" >&5 +! printf "%s\n" "$gl_cv_func_chown_follows_symlink" >&6; } + + if test $gl_cv_func_chown_follows_symlink = no; then + +! printf "%s\n" "#define CHOWN_MODIFIES_SYMLINK 1" >>confdefs.h + + fi + +*************** +*** 7936,7954 **** + case "$ac_cv_func_chown_works" in + *no) + +! $as_echo "#define CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE 1" >>confdefs.h + + REPLACE_CHOWN=1 + ;; + esac + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether chown honors trailing slash" >&5 +! $as_echo_n "checking whether chown honors trailing slash... " >&6; } +! if ${gl_cv_func_chown_slash_works+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! touch conftest.file && rm -f conftest.link +! if test "$cross_compiling" = yes; then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu*) gl_cv_func_chown_slash_works="guessing yes" ;; +--- 8380,8400 ---- + case "$ac_cv_func_chown_works" in + *no) + +! printf "%s\n" "#define CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE 1" >>confdefs.h + + REPLACE_CHOWN=1 + ;; + esac + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether chown honors trailing slash" >&5 +! printf %s "checking whether chown honors trailing slash... " >&6; } +! if test ${gl_cv_func_chown_slash_works+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) touch conftest.file && rm -f conftest.link +! if test "$cross_compiling" = yes +! then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu*) gl_cv_func_chown_slash_works="guessing yes" ;; +*************** +*** 7956,7963 **** + *) gl_cv_func_chown_slash_works="guessing no" ;; + esac + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +--- 8402,8409 ---- + *) gl_cv_func_chown_slash_works="guessing no" ;; + esac + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +*************** +*** 7965,7971 **** + #include + + int +! main () + { + if (symlink ("conftest.file", "conftest.link")) return 1; + if (chown ("conftest.link/", getuid (), getgid ()) == 0) return 2; +--- 8411,8417 ---- + #include + + int +! main (void) + { + if (symlink ("conftest.file", "conftest.link")) return 1; + if (chown ("conftest.link/", getuid (), getgid ()) == 0) return 2; +*************** +*** 7974,8008 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_chown_slash_works=yes +! else +! gl_cv_func_chown_slash_works=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + +! rm -f conftest.link conftest.file + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_chown_slash_works" >&5 +! $as_echo "$gl_cv_func_chown_slash_works" >&6; } + case "$gl_cv_func_chown_slash_works" in + *yes) ;; + *) + +! $as_echo "#define CHOWN_TRAILING_SLASH_BUG 1" >>confdefs.h + + REPLACE_CHOWN=1 + ;; + esac + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether chown always updates ctime" >&5 +! $as_echo_n "checking whether chown always updates ctime... " >&6; } +! if ${gl_cv_func_chown_ctime_works+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test "$cross_compiling" = yes; then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu*) gl_cv_func_chown_ctime_works="guessing yes" ;; +--- 8420,8460 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_chown_slash_works=yes +! else case e in #( +! e) gl_cv_func_chown_slash_works=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + +! rm -f conftest.link conftest.file ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_chown_slash_works" >&5 +! printf "%s\n" "$gl_cv_func_chown_slash_works" >&6; } + case "$gl_cv_func_chown_slash_works" in + *yes) ;; + *) + +! printf "%s\n" "#define CHOWN_TRAILING_SLASH_BUG 1" >>confdefs.h + + REPLACE_CHOWN=1 + ;; + esac + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether chown always updates ctime" >&5 +! printf %s "checking whether chown always updates ctime... " >&6; } +! if test ${gl_cv_func_chown_ctime_works+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test "$cross_compiling" = yes +! then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu*) gl_cv_func_chown_ctime_works="guessing yes" ;; +*************** +*** 8010,8017 **** + *) gl_cv_func_chown_ctime_works="guessing no" ;; + esac + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +--- 8462,8469 ---- + *) gl_cv_func_chown_ctime_works="guessing no" ;; + esac + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +*************** +*** 8021,8027 **** + #include + + int +! main () + { + struct stat st1, st2; + if (close (creat ("conftest.file", 0600))) return 1; +--- 8473,8479 ---- + #include + + int +! main (void) + { + struct stat st1, st2; + if (close (creat ("conftest.file", 0600))) return 1; +*************** +*** 8035,8058 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_chown_ctime_works=yes +! else +! gl_cv_func_chown_ctime_works=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + +! rm -f conftest.file + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_chown_ctime_works" >&5 +! $as_echo "$gl_cv_func_chown_ctime_works" >&6; } + case "$gl_cv_func_chown_ctime_works" in + *yes) ;; + *) + +! $as_echo "#define CHOWN_CHANGE_TIME_BUG 1" >>confdefs.h + + REPLACE_CHOWN=1 + ;; +--- 8487,8514 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_chown_ctime_works=yes +! else case e in #( +! e) gl_cv_func_chown_ctime_works=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + +! rm -f conftest.file ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_chown_ctime_works" >&5 +! printf "%s\n" "$gl_cv_func_chown_ctime_works" >&6; } + case "$gl_cv_func_chown_ctime_works" in + *yes) ;; + *) + +! printf "%s\n" "#define CHOWN_CHANGE_TIME_BUG 1" >>confdefs.h + + REPLACE_CHOWN=1 + ;; +*************** +*** 8062,8072 **** + + + +- + if test $ac_cv_func__set_invalid_parameter_handler = yes; then + HAVE_MSVC_INVALID_PARAMETER_HANDLER=1 + +! $as_echo "#define HAVE_MSVC_INVALID_PARAMETER_HANDLER 1" >>confdefs.h + + else + HAVE_MSVC_INVALID_PARAMETER_HANDLER=0 +--- 8518,8527 ---- + + + + if test $ac_cv_func__set_invalid_parameter_handler = yes; then + HAVE_MSVC_INVALID_PARAMETER_HANDLER=1 + +! printf "%s\n" "#define HAVE_MSVC_INVALID_PARAMETER_HANDLER 1" >>confdefs.h + + else + HAVE_MSVC_INVALID_PARAMETER_HANDLER=0 +*************** +*** 8102,8113 **** + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the preprocessor supports include_next" >&5 +! $as_echo_n "checking whether the preprocessor supports include_next... " >&6; } +! if ${gl_cv_have_include_next+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! rm -rf conftestd1a conftestd1b conftestd2 + mkdir conftestd1a conftestd1b conftestd2 + cat < conftestd1a/conftest.h + #define DEFINED_IN_CONFTESTD1 +--- 8555,8567 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the preprocessor supports include_next" >&5 +! printf %s "checking whether the preprocessor supports include_next... " >&6; } +! if test ${gl_cv_have_include_next+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) rm -rf conftestd1a conftestd1b conftestd2 + mkdir conftestd1a conftestd1b conftestd2 + cat < conftestd1a/conftest.h + #define DEFINED_IN_CONFTESTD1 +*************** +*** 8140,8168 **** + /* end confdefs.h. */ + #include + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gl_cv_have_include_next=yes +! else +! CPPFLAGS="$gl_save_CPPFLAGS -Iconftestd1a -Iconftestd2" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gl_cv_have_include_next=buggy +! else +! gl_cv_have_include_next=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +! + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + CPPFLAGS="$gl_save_CPPFLAGS" + rm -rf conftestd1a conftestd1b conftestd2 +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_have_include_next" >&5 +! $as_echo "$gl_cv_have_include_next" >&6; } + PRAGMA_SYSTEM_HEADER= + if test $gl_cv_have_include_next = yes; then + INCLUDE_NEXT=include_next +--- 8594,8627 ---- + /* end confdefs.h. */ + #include + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gl_cv_have_include_next=yes +! else case e in #( +! e) CPPFLAGS="$gl_save_CPPFLAGS -Iconftestd1a -Iconftestd2" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gl_cv_have_include_next=buggy +! else case e in #( +! e) gl_cv_have_include_next=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +! ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + CPPFLAGS="$gl_save_CPPFLAGS" + rm -rf conftestd1a conftestd1b conftestd2 +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_have_include_next" >&5 +! printf "%s\n" "$gl_cv_have_include_next" >&6; } + PRAGMA_SYSTEM_HEADER= + if test $gl_cv_have_include_next = yes; then + INCLUDE_NEXT=include_next +*************** +*** 8182,8193 **** + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether system header files limit the line length" >&5 +! $as_echo_n "checking whether system header files limit the line length... " >&6; } +! if ${gl_cv_pragma_columns+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #ifdef __TANDEM +--- 8641,8653 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether system header files limit the line length" >&5 +! printf %s "checking whether system header files limit the line length... " >&6; } +! if test ${gl_cv_pragma_columns+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #ifdef __TANDEM +*************** +*** 8196,8212 **** + + _ACEOF + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP "choke me" >/dev/null 2>&1; then : + gl_cv_pragma_columns=yes +! else +! gl_cv_pragma_columns=no + fi +! rm -f conftest* +! + + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_pragma_columns" >&5 +! $as_echo "$gl_cv_pragma_columns" >&6; } + if test $gl_cv_pragma_columns = yes; then + PRAGMA_COLUMNS="#pragma COLUMNS 10000" + else +--- 8656,8675 ---- + + _ACEOF + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP_TRADITIONAL "choke me" >/dev/null 2>&1 +! then : + gl_cv_pragma_columns=yes +! else case e in #( +! e) gl_cv_pragma_columns=no ;; +! esac + fi +! rm -rf conftest* + ++ ;; ++ esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_pragma_columns" >&5 +! printf "%s\n" "$gl_cv_pragma_columns" >&6; } + if test $gl_cv_pragma_columns = yes; then + PRAGMA_COLUMNS="#pragma COLUMNS 10000" + else +*************** +*** 8216,8225 **** +--- 8679,8766 ---- + + + ++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC options needed to detect all undeclared functions" >&5 ++ printf %s "checking for $CC options needed to detect all undeclared functions... " >&6; } ++ if test ${ac_cv_c_undeclared_builtin_options+y} ++ then : ++ printf %s "(cached) " >&6 ++ else case e in #( ++ e) ac_save_CFLAGS=$CFLAGS ++ ac_cv_c_undeclared_builtin_options='cannot detect' ++ for ac_arg in '' -fno-builtin; do ++ CFLAGS="$ac_save_CFLAGS $ac_arg" ++ # This test program should *not* compile successfully. ++ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ++ /* end confdefs.h. */ + ++ int ++ main (void) ++ { ++ (void) strchr; ++ ; ++ return 0; ++ } ++ _ACEOF ++ if ac_fn_c_try_compile "$LINENO" ++ then : + ++ else case e in #( ++ e) # This test program should compile successfully. ++ # No library function is consistently available on ++ # freestanding implementations, so test against a dummy ++ # declaration. Include always-available headers on the ++ # off chance that they somehow elicit warnings. ++ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ++ /* end confdefs.h. */ ++ #include ++ #include ++ #include ++ #include ++ extern void ac_decl (int, char *); + ++ int ++ main (void) ++ { ++ (void) ac_decl (0, (char *) 0); ++ (void) ac_decl; + ++ ; ++ return 0; ++ } ++ _ACEOF ++ if ac_fn_c_try_compile "$LINENO" ++ then : ++ if test x"$ac_arg" = x ++ then : ++ ac_cv_c_undeclared_builtin_options='none needed' ++ else case e in #( ++ e) ac_cv_c_undeclared_builtin_options=$ac_arg ;; ++ esac ++ fi ++ break ++ fi ++ rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; ++ esac ++ fi ++ rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ++ done ++ CFLAGS=$ac_save_CFLAGS ++ ;; ++ esac ++ fi ++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_undeclared_builtin_options" >&5 ++ printf "%s\n" "$ac_cv_c_undeclared_builtin_options" >&6; } ++ case $ac_cv_c_undeclared_builtin_options in #( ++ 'cannot detect') : ++ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 ++ printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} ++ as_fn_error $? "cannot make $CC report undeclared builtins ++ See 'config.log' for more details" "$LINENO" 5; } ;; #( ++ 'none needed') : ++ ac_c_undeclared_builtin_options='' ;; #( ++ *) : ++ ac_c_undeclared_builtin_options=$ac_cv_c_undeclared_builtin_options ;; ++ esac + + + +*************** +*** 8229,8240 **** + + + +- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if environ is properly declared" >&5 +- $as_echo_n "checking if environ is properly declared... " >&6; } +- if ${gt_cv_var_environ_declaration+:} false; then : +- $as_echo_n "(cached) " >&6 +- else + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #if HAVE_UNISTD_H +--- 8770,8785 ---- + + + + ++ ++ ++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if environ is properly declared" >&5 ++ printf %s "checking if environ is properly declared... " >&6; } ++ if test ${gt_cv_var_environ_declaration+y} ++ then : ++ printf %s "(cached) " >&6 ++ else case e in #( ++ e) + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #if HAVE_UNISTD_H +*************** +*** 8245,8270 **** + + extern struct { int foo; } environ; + int +! main () + { + environ.foo = 1; + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gt_cv_var_environ_declaration=no +! else +! gt_cv_var_environ_declaration=yes + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_var_environ_declaration" >&5 +! $as_echo "$gt_cv_var_environ_declaration" >&6; } + if test $gt_cv_var_environ_declaration = yes; then + +! $as_echo "#define HAVE_ENVIRON_DECL 1" >>confdefs.h + + fi + +--- 8790,8818 ---- + + extern struct { int foo; } environ; + int +! main (void) + { + environ.foo = 1; + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gt_cv_var_environ_declaration=no +! else case e in #( +! e) gt_cv_var_environ_declaration=yes ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gt_cv_var_environ_declaration" >&5 +! printf "%s\n" "$gt_cv_var_environ_declaration" >&6; } + if test $gt_cv_var_environ_declaration = yes; then + +! printf "%s\n" "#define HAVE_ENVIRON_DECL 1" >>confdefs.h + + fi + +*************** +*** 8275,8286 **** + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for complete errno.h" >&5 +! $as_echo_n "checking for complete errno.h... " >&6; } +! if ${gl_cv_header_errno_h_complete+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +--- 8823,8835 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for complete errno.h" >&5 +! printf %s "checking for complete errno.h... " >&6; } +! if test ${gl_cv_header_errno_h_complete+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +*************** +*** 8339,8355 **** + + _ACEOF + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP "booboo" >/dev/null 2>&1; then : + gl_cv_header_errno_h_complete=no +! else +! gl_cv_header_errno_h_complete=yes + fi +! rm -f conftest* +! + + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_errno_h_complete" >&5 +! $as_echo "$gl_cv_header_errno_h_complete" >&6; } + if test $gl_cv_header_errno_h_complete = yes; then + ERRNO_H='' + else +--- 8888,8907 ---- + + _ACEOF + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP_TRADITIONAL "booboo" >/dev/null 2>&1 +! then : + gl_cv_header_errno_h_complete=no +! else case e in #( +! e) gl_cv_header_errno_h_complete=yes ;; +! esac + fi +! rm -rf conftest* + ++ ;; ++ esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_errno_h_complete" >&5 +! printf "%s\n" "$gl_cv_header_errno_h_complete" >&6; } + if test $gl_cv_header_errno_h_complete = yes; then + ERRNO_H='' + else +*************** +*** 8364,8375 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_errno_h='<'errno.h'>' + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! $as_echo_n "checking absolute name of ... " >&6; } +! if ${gl_cv_next_errno_h+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +--- 8916,8928 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_errno_h='<'errno.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! printf %s "checking absolute name of ... " >&6; } +! if test ${gl_cv_next_errno_h+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +*************** +*** 8405,8414 **** + gl_header=$gl_cv_absolute_errno_h + gl_cv_next_errno_h='"'$gl_header'"' + +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_errno_h" >&5 +! $as_echo "$gl_cv_next_errno_h" >&6; } + fi + NEXT_ERRNO_H=$gl_cv_next_errno_h + +--- 8958,8968 ---- + gl_header=$gl_cv_absolute_errno_h + gl_cv_next_errno_h='"'$gl_header'"' + +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_errno_h" >&5 +! printf "%s\n" "$gl_cv_next_errno_h" >&6; } + fi + NEXT_ERRNO_H=$gl_cv_next_errno_h + +*************** +*** 8437,8448 **** + + + if test -n "$ERRNO_H"; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EMULTIHOP value" >&5 +! $as_echo_n "checking for EMULTIHOP value... " >&6; } +! if ${gl_cv_header_errno_h_EMULTIHOP+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +--- 8991,9003 ---- + + + if test -n "$ERRNO_H"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for EMULTIHOP value" >&5 +! printf %s "checking for EMULTIHOP value... " >&6; } +! if test ${gl_cv_header_errno_h_EMULTIHOP+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +*************** +*** 8453,8464 **** + + _ACEOF + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP "yes" >/dev/null 2>&1; then : + gl_cv_header_errno_h_EMULTIHOP=yes +! else +! gl_cv_header_errno_h_EMULTIHOP=no + fi +! rm -f conftest* + + if test $gl_cv_header_errno_h_EMULTIHOP = no; then + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +--- 9008,9021 ---- + + _ACEOF + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP_TRADITIONAL "yes" >/dev/null 2>&1 +! then : + gl_cv_header_errno_h_EMULTIHOP=yes +! else case e in #( +! e) gl_cv_header_errno_h_EMULTIHOP=no ;; +! esac + fi +! rm -rf conftest* + + if test $gl_cv_header_errno_h_EMULTIHOP = no; then + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +*************** +*** 8472,8481 **** + + _ACEOF + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP "yes" >/dev/null 2>&1; then : + gl_cv_header_errno_h_EMULTIHOP=hidden + fi +! rm -f conftest* + + if test $gl_cv_header_errno_h_EMULTIHOP = hidden; then + if ac_fn_c_compute_int "$LINENO" "EMULTIHOP" "gl_cv_header_errno_h_EMULTIHOP" " +--- 9029,9039 ---- + + _ACEOF + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP_TRADITIONAL "yes" >/dev/null 2>&1 +! then : + gl_cv_header_errno_h_EMULTIHOP=hidden + fi +! rm -rf conftest* + + if test $gl_cv_header_errno_h_EMULTIHOP = hidden; then + if ac_fn_c_compute_int "$LINENO" "EMULTIHOP" "gl_cv_header_errno_h_EMULTIHOP" " +*************** +*** 8484,8499 **** + /* The following two lines are a workaround against an autoconf-2.52 bug. */ + #include + #include +! "; then : + + fi + + fi + fi +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_errno_h_EMULTIHOP" >&5 +! $as_echo "$gl_cv_header_errno_h_EMULTIHOP" >&6; } + case $gl_cv_header_errno_h_EMULTIHOP in + yes | no) + EMULTIHOP_HIDDEN=0; EMULTIHOP_VALUE= +--- 9042,9059 ---- + /* The following two lines are a workaround against an autoconf-2.52 bug. */ + #include + #include +! " +! then : + + fi + + fi + fi +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_errno_h_EMULTIHOP" >&5 +! printf "%s\n" "$gl_cv_header_errno_h_EMULTIHOP" >&6; } + case $gl_cv_header_errno_h_EMULTIHOP in + yes | no) + EMULTIHOP_HIDDEN=0; EMULTIHOP_VALUE= +*************** +*** 8508,8519 **** + + + if test -n "$ERRNO_H"; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ENOLINK value" >&5 +! $as_echo_n "checking for ENOLINK value... " >&6; } +! if ${gl_cv_header_errno_h_ENOLINK+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +--- 9068,9080 ---- + + + if test -n "$ERRNO_H"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ENOLINK value" >&5 +! printf %s "checking for ENOLINK value... " >&6; } +! if test ${gl_cv_header_errno_h_ENOLINK+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +*************** +*** 8524,8535 **** + + _ACEOF + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP "yes" >/dev/null 2>&1; then : + gl_cv_header_errno_h_ENOLINK=yes +! else +! gl_cv_header_errno_h_ENOLINK=no + fi +! rm -f conftest* + + if test $gl_cv_header_errno_h_ENOLINK = no; then + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +--- 9085,9098 ---- + + _ACEOF + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP_TRADITIONAL "yes" >/dev/null 2>&1 +! then : + gl_cv_header_errno_h_ENOLINK=yes +! else case e in #( +! e) gl_cv_header_errno_h_ENOLINK=no ;; +! esac + fi +! rm -rf conftest* + + if test $gl_cv_header_errno_h_ENOLINK = no; then + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +*************** +*** 8543,8552 **** + + _ACEOF + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP "yes" >/dev/null 2>&1; then : + gl_cv_header_errno_h_ENOLINK=hidden + fi +! rm -f conftest* + + if test $gl_cv_header_errno_h_ENOLINK = hidden; then + if ac_fn_c_compute_int "$LINENO" "ENOLINK" "gl_cv_header_errno_h_ENOLINK" " +--- 9106,9116 ---- + + _ACEOF + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP_TRADITIONAL "yes" >/dev/null 2>&1 +! then : + gl_cv_header_errno_h_ENOLINK=hidden + fi +! rm -rf conftest* + + if test $gl_cv_header_errno_h_ENOLINK = hidden; then + if ac_fn_c_compute_int "$LINENO" "ENOLINK" "gl_cv_header_errno_h_ENOLINK" " +*************** +*** 8555,8570 **** + /* The following two lines are a workaround against an autoconf-2.52 bug. */ + #include + #include +! "; then : + + fi + + fi + fi +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_errno_h_ENOLINK" >&5 +! $as_echo "$gl_cv_header_errno_h_ENOLINK" >&6; } + case $gl_cv_header_errno_h_ENOLINK in + yes | no) + ENOLINK_HIDDEN=0; ENOLINK_VALUE= +--- 9119,9136 ---- + /* The following two lines are a workaround against an autoconf-2.52 bug. */ + #include + #include +! " +! then : + + fi + + fi + fi +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_errno_h_ENOLINK" >&5 +! printf "%s\n" "$gl_cv_header_errno_h_ENOLINK" >&6; } + case $gl_cv_header_errno_h_ENOLINK in + yes | no) + ENOLINK_HIDDEN=0; ENOLINK_VALUE= +*************** +*** 8579,8590 **** + + + if test -n "$ERRNO_H"; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EOVERFLOW value" >&5 +! $as_echo_n "checking for EOVERFLOW value... " >&6; } +! if ${gl_cv_header_errno_h_EOVERFLOW+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +--- 9145,9157 ---- + + + if test -n "$ERRNO_H"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for EOVERFLOW value" >&5 +! printf %s "checking for EOVERFLOW value... " >&6; } +! if test ${gl_cv_header_errno_h_EOVERFLOW+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +*************** +*** 8595,8606 **** + + _ACEOF + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP "yes" >/dev/null 2>&1; then : + gl_cv_header_errno_h_EOVERFLOW=yes +! else +! gl_cv_header_errno_h_EOVERFLOW=no + fi +! rm -f conftest* + + if test $gl_cv_header_errno_h_EOVERFLOW = no; then + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +--- 9162,9175 ---- + + _ACEOF + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP_TRADITIONAL "yes" >/dev/null 2>&1 +! then : + gl_cv_header_errno_h_EOVERFLOW=yes +! else case e in #( +! e) gl_cv_header_errno_h_EOVERFLOW=no ;; +! esac + fi +! rm -rf conftest* + + if test $gl_cv_header_errno_h_EOVERFLOW = no; then + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +*************** +*** 8614,8623 **** + + _ACEOF + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP "yes" >/dev/null 2>&1; then : + gl_cv_header_errno_h_EOVERFLOW=hidden + fi +! rm -f conftest* + + if test $gl_cv_header_errno_h_EOVERFLOW = hidden; then + if ac_fn_c_compute_int "$LINENO" "EOVERFLOW" "gl_cv_header_errno_h_EOVERFLOW" " +--- 9183,9193 ---- + + _ACEOF + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP_TRADITIONAL "yes" >/dev/null 2>&1 +! then : + gl_cv_header_errno_h_EOVERFLOW=hidden + fi +! rm -rf conftest* + + if test $gl_cv_header_errno_h_EOVERFLOW = hidden; then + if ac_fn_c_compute_int "$LINENO" "EOVERFLOW" "gl_cv_header_errno_h_EOVERFLOW" " +*************** +*** 8626,8641 **** + /* The following two lines are a workaround against an autoconf-2.52 bug. */ + #include + #include +! "; then : + + fi + + fi + fi +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_errno_h_EOVERFLOW" >&5 +! $as_echo "$gl_cv_header_errno_h_EOVERFLOW" >&6; } + case $gl_cv_header_errno_h_EOVERFLOW in + yes | no) + EOVERFLOW_HIDDEN=0; EOVERFLOW_VALUE= +--- 9196,9213 ---- + /* The following two lines are a workaround against an autoconf-2.52 bug. */ + #include + #include +! " +! then : + + fi + + fi + fi +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_errno_h_EOVERFLOW" >&5 +! printf "%s\n" "$gl_cv_header_errno_h_EOVERFLOW" >&6; } + case $gl_cv_header_errno_h_EOVERFLOW in + yes | no) + EOVERFLOW_HIDDEN=0; EOVERFLOW_VALUE= +*************** +*** 8649,8689 **** + fi + + +! ac_fn_c_check_decl "$LINENO" "strerror_r" "ac_cv_have_decl_strerror_r" "$ac_includes_default" +! if test "x$ac_cv_have_decl_strerror_r" = xyes; then : + ac_have_decl=1 +! else +! ac_have_decl=0 + fi + +- cat >>confdefs.h <<_ACEOF +- #define HAVE_DECL_STRERROR_R $ac_have_decl +- _ACEOF + +! for ac_func in strerror_r +! do : +! ac_fn_c_check_func "$LINENO" "strerror_r" "ac_cv_func_strerror_r" +! if test "x$ac_cv_func_strerror_r" = xyes; then : +! cat >>confdefs.h <<_ACEOF +! #define HAVE_STRERROR_R 1 +! _ACEOF + +! fi +! done + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether strerror_r returns char *" >&5 +! $as_echo_n "checking whether strerror_r returns char *... " >&6; } +! if ${ac_cv_func_strerror_r_char_p+:} false; then : +! $as_echo_n "(cached) " >&6 +! else + + ac_cv_func_strerror_r_char_p=no + if test $ac_cv_have_decl_strerror_r = yes; then + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +! $ac_includes_default + int +! main () + { + + char buf[100]; +--- 9221,9260 ---- + fi + + +! ac_fn_check_decl "$LINENO" "strerror_r" "ac_cv_have_decl_strerror_r" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" +! if test "x$ac_cv_have_decl_strerror_r" = xyes +! then : + ac_have_decl=1 +! else case e in #( +! e) ac_have_decl=0 ;; +! esac + fi ++ printf "%s\n" "#define HAVE_DECL_STRERROR_R $ac_have_decl" >>confdefs.h + + +! if test $ac_cv_have_decl_strerror_r = yes; then +! # For backward compatibility's sake, define HAVE_STRERROR_R. +! # (We used to run AC_CHECK_FUNCS_ONCE for strerror_r, as well +! # as AC_CHECK_DECLS_ONCE.) + +! printf "%s\n" "#define HAVE_STRERROR_R 1" >>confdefs.h + +! fi + ++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether strerror_r returns char *" >&5 ++ printf %s "checking whether strerror_r returns char *... " >&6; } ++ if test ${ac_cv_func_strerror_r_char_p+y} ++ then : ++ printf %s "(cached) " >&6 ++ else case e in #( ++ e) + ac_cv_func_strerror_r_char_p=no + if test $ac_cv_have_decl_strerror_r = yes; then + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +! #include + int +! main (void) + { + + char buf[100]; +*************** +*** 8695,8743 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : +! ac_cv_func_strerror_r_char_p=yes +! fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +! else +! # strerror_r is not declared. Choose between +! # systems that have relatively inaccessible declarations for the +! # function. BeOS and DEC UNIX 4.0 fall in this category, but the +! # former has a strerror_r that returns char*, while the latter +! # has a strerror_r that returns `int'. +! # This test should segfault on the DEC system. +! if test "$cross_compiling" = yes; then : +! : +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext +! /* end confdefs.h. */ +! $ac_includes_default +! extern char *strerror_r (); +! int +! main () +! { +! char buf[100]; +! char x = *strerror_r (0, buf, sizeof buf); +! return ! isalpha (x); +! ; +! return 0; +! } +! _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + ac_cv_func_strerror_r_char_p=yes + fi +! rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext +! fi + + fi +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_strerror_r_char_p" >&5 +! $as_echo "$ac_cv_func_strerror_r_char_p" >&6; } + if test $ac_cv_func_strerror_r_char_p = yes; then + +! $as_echo "#define STRERROR_R_CHAR_P 1" >>confdefs.h + + fi + +--- 9266,9286 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + ac_cv_func_strerror_r_char_p=yes + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + + fi +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_strerror_r_char_p" >&5 +! printf "%s\n" "$ac_cv_func_strerror_r_char_p" >&6; } + if test $ac_cv_func_strerror_r_char_p = yes; then + +! printf "%s\n" "#define STRERROR_R_CHAR_P 1" >>confdefs.h + + fi + +*************** +*** 8745,8830 **** + XGETTEXT_EXTRA_OPTIONS= + + +! +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking type of array argument to getgroups" >&5 +! $as_echo_n "checking type of array argument to getgroups... " >&6; } +! if ${ac_cv_type_getgroups+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test "$cross_compiling" = yes; then : +! ac_cv_type_getgroups=cross +! else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +- /* Thanks to Mike Rendell for this test. */ + $ac_includes_default +! #define NGID 256 +! #undef MAX +! #define MAX(x, y) ((x) > (y) ? (x) : (y)) +! + int +! main () + { +! gid_t gidset[NGID]; +! int i, n; +! union { gid_t gval; long int lval; } val; +! +! val.lval = -1; +! for (i = 0; i < NGID; i++) +! gidset[i] = val.gval; +! n = getgroups (sizeof (gidset) / MAX (sizeof (int), sizeof (gid_t)) - 1, +! gidset); +! /* Exit non-zero if getgroups seems to require an array of ints. This +! happens when gid_t is short int but getgroups modifies an array +! of ints. */ +! return n > 0 && gidset[n] != val.gval; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : +! ac_cv_type_getgroups=gid_t +! else +! ac_cv_type_getgroups=int + fi +! rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + +! if test $ac_cv_type_getgroups = cross; then +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +! #include +! + _ACEOF +! if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP "getgroups.*int.*gid_t" >/dev/null 2>&1; then : +! ac_cv_type_getgroups=gid_t +! else +! ac_cv_type_getgroups=int + fi +! rm -f conftest* + + fi + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_getgroups" >&5 +! $as_echo "$ac_cv_type_getgroups" >&6; } + +- cat >>confdefs.h <<_ACEOF +- #define GETGROUPS_T $ac_cv_type_getgroups +- _ACEOF + + + + + +! +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether lstat correctly handles trailing slash" >&5 +! $as_echo_n "checking whether lstat correctly handles trailing slash... " >&6; } +! if ${gl_cv_func_lstat_dereferences_slashed_symlink+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! rm -f conftest.sym conftest.file + echo >conftest.file +! if test "$cross_compiling" = yes; then : + case "$host_os" in + *-gnu* | gnu*) + # Guess yes on glibc systems. +--- 9288,9427 ---- + XGETTEXT_EXTRA_OPTIONS= + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking type of array argument to getgroups" >&5 +! printf %s "checking type of array argument to getgroups... " >&6; } +! if test ${ac_cv_type_getgroups+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) # If AC_TYPE_UID_T says there isn't any gid_t typedef, then we can skip +! # everything below. +! if test $ac_cv_type_gid_t = no +! then : +! ac_cv_type_getgroups=int +! else case e in #( +! e) # Test programs below rely on strict type checking of extern declarations: +! # 'extern int getgroups(int, int *); extern int getgroups(int, pid_t *);' +! # is valid in C89 if and only if pid_t is a typedef for int. Unlike +! # anything involving either an assignment or a function call, compilers +! # tend to make this kind of type mismatch a hard error, not just an +! # "incompatible pointer types" warning. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + $ac_includes_default +! extern int getgroups(int, gid_t *); + int +! main (void) + { +! return !(getgroups(0, 0) >= 0); +! ; +! return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : +! ac_getgroups_gidarray=yes +! else case e in #( +! e) ac_getgroups_gidarray=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext +! /* end confdefs.h. */ +! $ac_includes_default +! extern int getgroups(int, int *); +! int +! main (void) +! { +! return !(getgroups(0, 0) >= 0); +! ; +! return 0; +! } +! _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : +! ac_getgroups_intarray=yes +! else case e in #( +! e) ac_getgroups_intarray=no ;; +! esac + fi ++ rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + +! case int:$ac_getgroups_intarray,gid:$ac_getgroups_gidarray in #( +! int:yes,gid:no) : +! ac_cv_type_getgroups=int ;; #( +! int:no,gid:yes) : +! ac_cv_type_getgroups=gid_t ;; #( +! int:yes,gid:yes) : +! +! # Both programs compiled - this means *either* that getgroups +! # was declared with no prototype, in which case we should use int, +! # or that it was declared prototyped but gid_t is a typedef for int, +! # in which case we should use gid_t. Distinguish the two cases +! # by testing if the compiler catches a blatantly incorrect function +! # signature for getgroups. +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +! $ac_includes_default +! extern int getgroups(int, float); +! int +! main (void) +! { +! return !(getgroups(0, 0) >= 0); +! ; +! return 0; +! } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : +! +! # Compiler did not catch incorrect argument list; +! # getgroups is unprototyped. +! ac_cv_type_getgroups=int +! +! else case e in #( +! e) +! # Compiler caught incorrect argument list; +! # gid_t is a typedef for int. +! ac_cv_type_getgroups=gid_t +! ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +! ;; #( +! *) : + ++ # Both programs failed to compile - this probably means getgroups ++ # wasn't declared at all. Use 'int', as this is probably a very ++ # old system where the type _would have been_ int. ++ ac_cv_type_getgroups=int ++ ;; ++ esac ++ ;; ++ esac + fi ++ ;; ++ esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_getgroups" >&5 +! printf "%s\n" "$ac_cv_type_getgroups" >&6; } +! printf "%s\n" "#define GETGROUPS_T $ac_cv_type_getgroups" >>confdefs.h + + + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether lstat correctly handles trailing slash" >&5 +! printf %s "checking whether lstat correctly handles trailing slash... " >&6; } +! if test ${gl_cv_func_lstat_dereferences_slashed_symlink+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) rm -f conftest.sym conftest.file + echo >conftest.file +! if test "$cross_compiling" = yes +! then : + case "$host_os" in + *-gnu* | gnu*) + # Guess yes on glibc systems. +*************** +*** 8837,8848 **** + gl_cv_func_lstat_dereferences_slashed_symlink="guessing no" ;; + esac + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + $ac_includes_default + int +! main () + { + struct stat sbuf; + if (symlink ("conftest.file", "conftest.sym") != 0) +--- 9434,9445 ---- + gl_cv_func_lstat_dereferences_slashed_symlink="guessing no" ;; + esac + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + $ac_includes_default + int +! main (void) + { + struct stat sbuf; + if (symlink ("conftest.file", "conftest.sym") != 0) +*************** +*** 8856,8895 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_lstat_dereferences_slashed_symlink=yes +! else +! gl_cv_func_lstat_dereferences_slashed_symlink=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + + rm -f conftest.sym conftest.file +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_lstat_dereferences_slashed_symlink" >&5 +! $as_echo "$gl_cv_func_lstat_dereferences_slashed_symlink" >&6; } + case "$gl_cv_func_lstat_dereferences_slashed_symlink" in + *yes) + +! cat >>confdefs.h <<_ACEOF +! #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 +! _ACEOF + + ;; + esac + +! ac_fn_c_check_decl "$LINENO" "fchdir" "ac_cv_have_decl_fchdir" "$ac_includes_default" +! if test "x$ac_cv_have_decl_fchdir" = xyes; then : + ac_have_decl=1 +! else +! ac_have_decl=0 + fi +! +! cat >>confdefs.h <<_ACEOF +! #define HAVE_DECL_FCHDIR $ac_have_decl +! _ACEOF + + + GNULIB_FCHMODAT=0; +--- 9453,9493 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_lstat_dereferences_slashed_symlink=yes +! else case e in #( +! e) gl_cv_func_lstat_dereferences_slashed_symlink=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + + rm -f conftest.sym conftest.file +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_lstat_dereferences_slashed_symlink" >&5 +! printf "%s\n" "$gl_cv_func_lstat_dereferences_slashed_symlink" >&6; } + case "$gl_cv_func_lstat_dereferences_slashed_symlink" in + *yes) + +! printf "%s\n" "#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1" >>confdefs.h + + ;; + esac + +! ac_fn_check_decl "$LINENO" "fchdir" "ac_cv_have_decl_fchdir" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" +! if test "x$ac_cv_have_decl_fchdir" = xyes +! then : + ac_have_decl=1 +! else case e in #( +! e) ac_have_decl=0 ;; +! esac + fi +! printf "%s\n" "#define HAVE_DECL_FCHDIR $ac_have_decl" >>confdefs.h + + + GNULIB_FCHMODAT=0; +*************** +*** 8949,8970 **** + + + +! +! +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fcntl.h" >&5 +! $as_echo_n "checking for working fcntl.h... " >&6; } +! if ${gl_cv_header_working_fcntl_h+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test "$cross_compiling" = yes; then : + case "$host_os" in + # Guess 'no' on native Windows. + mingw*) gl_cv_header_working_fcntl_h='no' ;; + *) gl_cv_header_working_fcntl_h=cross-compiling ;; + esac + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + #include +--- 9545,9566 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for working fcntl.h" >&5 +! printf %s "checking for working fcntl.h... " >&6; } +! if test ${gl_cv_header_working_fcntl_h+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test "$cross_compiling" = yes +! then : + case "$host_os" in + # Guess 'no' on native Windows. + mingw*) gl_cv_header_working_fcntl_h='no' ;; + *) gl_cv_header_working_fcntl_h=cross-compiling ;; + esac + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + #include +*************** +*** 8989,8995 **** + }; + + int +! main () + { + + int result = !constants; +--- 9585,9591 ---- + }; + + int +! main (void) + { + + int result = !constants; +*************** +*** 9059,9091 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_header_working_fcntl_h=yes +! else +! case $? in #( + 4) gl_cv_header_working_fcntl_h='no (bad O_NOFOLLOW)';; #( + 64) gl_cv_header_working_fcntl_h='no (bad O_NOATIME)';; #( + 68) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #( + *) gl_cv_header_working_fcntl_h='no';; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_working_fcntl_h" >&5 +! $as_echo "$gl_cv_header_working_fcntl_h" >&6; } + + case $gl_cv_header_working_fcntl_h in #( + *O_NOATIME* | no | cross-compiling) ac_val=0;; #( + *) ac_val=1;; + esac + +! cat >>confdefs.h <<_ACEOF +! #define HAVE_WORKING_O_NOATIME $ac_val +! _ACEOF + + + case $gl_cv_header_working_fcntl_h in #( +--- 9655,9689 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_header_working_fcntl_h=yes +! else case e in #( +! e) case $? in #( + 4) gl_cv_header_working_fcntl_h='no (bad O_NOFOLLOW)';; #( + 64) gl_cv_header_working_fcntl_h='no (bad O_NOATIME)';; #( + 68) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #( + *) gl_cv_header_working_fcntl_h='no';; +! esac ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_working_fcntl_h" >&5 +! printf "%s\n" "$gl_cv_header_working_fcntl_h" >&6; } + + case $gl_cv_header_working_fcntl_h in #( + *O_NOATIME* | no | cross-compiling) ac_val=0;; #( + *) ac_val=1;; + esac + +! printf "%s\n" "#define HAVE_WORKING_O_NOATIME $ac_val" >>confdefs.h + + + case $gl_cv_header_working_fcntl_h in #( +*************** +*** 9093,9133 **** + *) ac_val=1;; + esac + +! cat >>confdefs.h <<_ACEOF +! #define HAVE_WORKING_O_NOFOLLOW $ac_val +! _ACEOF + + +- ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default" +- if test "x$ac_cv_type_pid_t" = xyes; then : + +! else + +! cat >>confdefs.h <<_ACEOF +! #define pid_t int +! _ACEOF + +! fi + +! ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default" +! if test "x$ac_cv_type_mode_t" = xyes; then : + +! else + +- cat >>confdefs.h <<_ACEOF +- #define mode_t int + _ACEOF + + fi + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5 +! $as_echo_n "checking whether stat file-mode macros are broken... " >&6; } +! if ${ac_cv_header_stat_broken+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + #include +--- 9691,9757 ---- + *) ac_val=1;; + esac + +! printf "%s\n" "#define HAVE_WORKING_O_NOFOLLOW $ac_val" >>confdefs.h + + + +! ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default +! " +! if test "x$ac_cv_type_pid_t" = xyes +! then : + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext +! /* end confdefs.h. */ + +! #if defined _WIN64 && !defined __CYGWIN__ +! LLP64 +! #endif + +! int +! main (void) +! { + +! ; +! return 0; +! } + + _ACEOF ++ if ac_fn_c_try_compile "$LINENO" ++ then : ++ ac_pid_type='int' ++ else case e in #( ++ e) ac_pid_type='__int64' ;; ++ esac ++ fi ++ rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ++ ++ printf "%s\n" "#define pid_t $ac_pid_type" >>confdefs.h + ++ ;; ++ esac + fi + + ++ ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default" ++ if test "x$ac_cv_type_mode_t" = xyes ++ then : + +! else case e in #( +! e) +! printf "%s\n" "#define mode_t int" >>confdefs.h +! ;; +! esac +! fi +! +! +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5 +! printf %s "checking whether stat file-mode macros are broken... " >&6; } +! if test ${ac_cv_header_stat_broken+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + #include +*************** +*** 9149,9166 **** + #endif + + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_header_stat_broken=no +! else +! ac_cv_header_stat_broken=yes + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5 +! $as_echo "$ac_cv_header_stat_broken" >&6; } + if test $ac_cv_header_stat_broken = yes; then + +! $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h + + fi + +--- 9773,9793 ---- + #endif + + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + ac_cv_header_stat_broken=no +! else case e in #( +! e) ac_cv_header_stat_broken=yes ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5 +! printf "%s\n" "$ac_cv_header_stat_broken" >&6; } + if test $ac_cv_header_stat_broken = yes; then + +! printf "%s\n" "#define STAT_MACROS_BROKEN 1" >>confdefs.h + + fi + +*************** +*** 9166,9237 **** + + + +- +- + case "$host_os" in + mingw*) +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 64-bit off_t" >&5 +! $as_echo_n "checking for 64-bit off_t... " >&6; } +! if ${gl_cv_type_off_t_64+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + int verify_off_t_size[sizeof (off_t) >= 8 ? 1 : -1]; + + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gl_cv_type_off_t_64=yes +! else +! gl_cv_type_off_t_64=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_type_off_t_64" >&5 +! $as_echo "$gl_cv_type_off_t_64" >&6; } + if test $gl_cv_type_off_t_64 = no; then + WINDOWS_64_BIT_OFF_T=1 + else + WINDOWS_64_BIT_OFF_T=0 + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 64-bit st_size" >&5 +! $as_echo_n "checking for 64-bit st_size... " >&6; } +! if ${gl_cv_member_st_size_64+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + struct stat buf; + int verify_st_size_size[sizeof (buf.st_size) >= 8 ? 1 : -1]; + + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gl_cv_member_st_size_64=yes +! else +! gl_cv_member_st_size_64=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_member_st_size_64" >&5 +! $as_echo "$gl_cv_member_st_size_64" >&6; } + if test $gl_cv_member_st_size_64 = no; then + WINDOWS_64_BIT_ST_SIZE=1 + else +--- 9793,9870 ---- + + + + case "$host_os" in + mingw*) +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for 64-bit off_t" >&5 +! printf %s "checking for 64-bit off_t... " >&6; } +! if test ${gl_cv_type_off_t_64+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + int verify_off_t_size[sizeof (off_t) >= 8 ? 1 : -1]; + + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gl_cv_type_off_t_64=yes +! else case e in #( +! e) gl_cv_type_off_t_64=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_type_off_t_64" >&5 +! printf "%s\n" "$gl_cv_type_off_t_64" >&6; } + if test $gl_cv_type_off_t_64 = no; then + WINDOWS_64_BIT_OFF_T=1 + else + WINDOWS_64_BIT_OFF_T=0 + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for 64-bit st_size" >&5 +! printf %s "checking for 64-bit st_size... " >&6; } +! if test ${gl_cv_member_st_size_64+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + struct stat buf; + int verify_st_size_size[sizeof (buf.st_size) >= 8 ? 1 : -1]; + + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gl_cv_member_st_size_64=yes +! else case e in #( +! e) gl_cv_member_st_size_64=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_member_st_size_64" >&5 +! printf "%s\n" "$gl_cv_member_st_size_64" >&6; } + if test $gl_cv_member_st_size_64 = no; then + WINDOWS_64_BIT_ST_SIZE=1 + else +*************** +*** 9261,9272 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_sys_stat_h='<'sys/stat.h'>' + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! $as_echo_n "checking absolute name of ... " >&6; } +! if ${gl_cv_next_sys_stat_h+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + if test $ac_cv_header_sys_stat_h = yes; then + + +--- 9894,9906 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_sys_stat_h='<'sys/stat.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! printf %s "checking absolute name of ... " >&6; } +! if test ${gl_cv_next_sys_stat_h+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + if test $ac_cv_header_sys_stat_h = yes; then + + +*************** +*** 9308,9317 **** + gl_cv_next_sys_stat_h='<'sys/stat.h'>' + fi + +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_stat_h" >&5 +! $as_echo "$gl_cv_next_sys_stat_h" >&6; } + fi + NEXT_SYS_STAT_H=$gl_cv_next_sys_stat_h + +--- 9942,9952 ---- + gl_cv_next_sys_stat_h='<'sys/stat.h'>' + fi + +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_stat_h" >&5 +! printf "%s\n" "$gl_cv_next_sys_stat_h" >&6; } + fi + NEXT_SYS_STAT_H=$gl_cv_next_sys_stat_h + +*************** +*** 9343,9371 **** + ac_fn_c_check_type "$LINENO" "nlink_t" "ac_cv_type_nlink_t" "#include + #include + " +! if test "x$ac_cv_type_nlink_t" = xyes; then : +! +! else +! +! $as_echo "#define nlink_t int" >>confdefs.h + + fi + + + + for gl_func in fchmodat fstat fstatat futimens lchmod lstat mkdirat mkfifo mkfifoat mknod mknodat stat utimensat; do +! as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 +! $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } +! if eval \${$as_gl_Symbol+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + + int +! main () + { + #undef $gl_func + (void) $gl_func; +--- 9978,10009 ---- + ac_fn_c_check_type "$LINENO" "nlink_t" "ac_cv_type_nlink_t" "#include + #include + " +! if test "x$ac_cv_type_nlink_t" = xyes +! then : + ++ else case e in #( ++ e) ++ printf "%s\n" "#define nlink_t int" >>confdefs.h ++ ;; ++ esac + fi + + + + for gl_func in fchmodat fstat fstatat futimens lchmod lstat mkdirat mkfifo mkfifoat mknod mknodat stat utimensat; do +! as_gl_Symbol=`printf "%s\n" "gl_cv_have_raw_decl_$gl_func" | sed "$as_sed_sh"` +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 +! printf %s "checking whether $gl_func is declared without a macro... " >&6; } +! if eval test \${$as_gl_Symbol+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + + int +! main (void) + { + #undef $gl_func + (void) $gl_func; +*************** +*** 9373,9391 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + eval "$as_gl_Symbol=yes" +! else +! eval "$as_gl_Symbol=no" + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + eval ac_res=\$$as_gl_Symbol +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! $as_echo "$ac_res" >&6; } +! if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +! #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 + _ACEOF + + eval ac_cv_have_decl_$gl_func=yes +--- 10011,10033 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + eval "$as_gl_Symbol=yes" +! else case e in #( +! e) eval "$as_gl_Symbol=no" ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + eval ac_res=\$$as_gl_Symbol +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf "%s\n" "$ac_res" >&6; } +! if eval test \"x\$"$as_gl_Symbol"\" = x"yes" +! then : + cat >>confdefs.h <<_ACEOF +! #define `printf "%s\n" "HAVE_RAW_DECL_$gl_func" | sed "$as_sed_cpp"` 1 + _ACEOF + + eval ac_cv_have_decl_$gl_func=yes +*************** +*** 9396,9408 **** + + + +! +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getcwd (NULL, 0) allocates memory for result" >&5 +! $as_echo_n "checking whether getcwd (NULL, 0) allocates memory for result... " >&6; } +! if ${gl_cv_func_getcwd_null+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test "$cross_compiling" = yes; then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu* | gnu*) gl_cv_func_getcwd_null="guessing yes";; +--- 10038,10051 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether getcwd (NULL, 0) allocates memory for result" >&5 +! printf %s "checking whether getcwd (NULL, 0) allocates memory for result... " >&6; } +! if test ${gl_cv_func_getcwd_null+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test "$cross_compiling" = yes +! then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu* | gnu*) gl_cv_func_getcwd_null="guessing yes";; +*************** +*** 9412,9419 **** + *) gl_cv_func_getcwd_null="guessing no";; + esac + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + # include +--- 10055,10062 ---- + *) gl_cv_func_getcwd_null="guessing no";; + esac + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + # include +*************** +*** 9427,9433 **** + # endif + + int +! main () + { + + #if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ +--- 10070,10076 ---- + # endif + + int +! main (void) + { + + #if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ +*************** +*** 9454,9483 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_getcwd_null=yes +! else +! gl_cv_func_getcwd_null=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getcwd_null" >&5 +! $as_echo "$gl_cv_func_getcwd_null" >&6; } + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getcwd with POSIX signature" >&5 +! $as_echo_n "checking for getcwd with POSIX signature... " >&6; } +! if ${gl_cv_func_getcwd_posix_signature+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + int +! main () + { + extern + #ifdef __cplusplus +--- 10097,10131 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_getcwd_null=yes +! else case e in #( +! e) gl_cv_func_getcwd_null=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getcwd_null" >&5 +! printf "%s\n" "$gl_cv_func_getcwd_null" >&6; } + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for getcwd with POSIX signature" >&5 +! printf %s "checking for getcwd with POSIX signature... " >&6; } +! if test ${gl_cv_func_getcwd_posix_signature+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + int +! main (void) + { + extern + #ifdef __cplusplus +*************** +*** 9490,9519 **** + } + + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gl_cv_func_getcwd_posix_signature=yes +! else +! gl_cv_func_getcwd_posix_signature=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getcwd_posix_signature" >&5 +! $as_echo "$gl_cv_func_getcwd_posix_signature" >&6; } +! + + +! ac_fn_c_check_decl "$LINENO" "getdtablesize" "ac_cv_have_decl_getdtablesize" "$ac_includes_default" +! if test "x$ac_cv_have_decl_getdtablesize" = xyes; then : + ac_have_decl=1 +! else +! ac_have_decl=0 + fi +! +! cat >>confdefs.h <<_ACEOF +! #define HAVE_DECL_GETDTABLESIZE $ac_have_decl +! _ACEOF +! + + + +--- 10138,10167 ---- + } + + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gl_cv_func_getcwd_posix_signature=yes +! else case e in #( +! e) gl_cv_func_getcwd_posix_signature=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getcwd_posix_signature" >&5 +! printf "%s\n" "$gl_cv_func_getcwd_posix_signature" >&6; } + + +! ac_fn_check_decl "$LINENO" "getdtablesize" "ac_cv_have_decl_getdtablesize" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" +! if test "x$ac_cv_have_decl_getdtablesize" = xyes +! then : + ac_have_decl=1 +! else case e in #( +! e) ac_have_decl=0 ;; +! esac + fi +! printf "%s\n" "#define HAVE_DECL_GETDTABLESIZE $ac_have_decl" >>confdefs.h + + + +*************** +*** 9532,9543 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_getopt_h='<'getopt.h'>' + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! $as_echo_n "checking absolute name of ... " >&6; } +! if ${gl_cv_next_getopt_h+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + if test $ac_cv_header_getopt_h = yes; then + + +--- 10180,10192 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_getopt_h='<'getopt.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! printf %s "checking absolute name of ... " >&6; } +! if test ${gl_cv_next_getopt_h+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + if test $ac_cv_header_getopt_h = yes; then + + +*************** +*** 9579,9588 **** + gl_cv_next_getopt_h='<'getopt.h'>' + fi + +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_getopt_h" >&5 +! $as_echo "$gl_cv_next_getopt_h" >&6; } + fi + NEXT_GETOPT_H=$gl_cv_next_getopt_h + +--- 10228,10238 ---- + gl_cv_next_getopt_h='<'getopt.h'>' + fi + +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_getopt_h" >&5 +! printf "%s\n" "$gl_cv_next_getopt_h" >&6; } + fi + NEXT_GETOPT_H=$gl_cv_next_getopt_h + +*************** +*** 9608,9623 **** + gl_replace_getopt= + + if test -z "$gl_replace_getopt" && test $gl_getopt_required = GNU; then +! for ac_header in getopt.h + do : +! ac_fn_c_check_header_mongrel "$LINENO" "getopt.h" "ac_cv_header_getopt_h" "$ac_includes_default" +! if test "x$ac_cv_header_getopt_h" = xyes; then : +! cat >>confdefs.h <<_ACEOF +! #define HAVE_GETOPT_H 1 +! _ACEOF + +! else +! gl_replace_getopt=yes + fi + + done +--- 10258,10273 ---- + gl_replace_getopt= + + if test -z "$gl_replace_getopt" && test $gl_getopt_required = GNU; then +! for ac_header in getopt.h + do : +! ac_fn_c_check_header_compile "$LINENO" "getopt.h" "ac_cv_header_getopt_h" "$ac_includes_default" +! if test "x$ac_cv_header_getopt_h" = xyes +! then : +! printf "%s\n" "#define HAVE_GETOPT_H 1" >>confdefs.h + +! else case e in #( +! e) gl_replace_getopt=yes ;; +! esac + fi + + done +*************** +*** 9621,9660 **** + fi + + done +- + fi + + if test -z "$gl_replace_getopt" && test $gl_getopt_required = GNU; then +! for ac_func in getopt_long_only + do : + ac_fn_c_check_func "$LINENO" "getopt_long_only" "ac_cv_func_getopt_long_only" +! if test "x$ac_cv_func_getopt_long_only" = xyes; then : +! cat >>confdefs.h <<_ACEOF +! #define HAVE_GETOPT_LONG_ONLY 1 +! _ACEOF + +! else +! gl_replace_getopt=yes + fi +- done + + fi + + if test -z "$gl_replace_getopt"; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getopt is POSIX compatible" >&5 +! $as_echo_n "checking whether getopt is POSIX compatible... " >&6; } +! if ${gl_cv_func_getopt_posix+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + if test $cross_compiling = no; then +! if test "$cross_compiling" = yes; then : +! { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +! $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} + as_fn_error $? "cannot run test program while cross compiling +! See \`config.log' for more details" "$LINENO" 5; } +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +--- 10271,10312 ---- + fi + + done + fi + + if test -z "$gl_replace_getopt" && test $gl_getopt_required = GNU; then +! +! for ac_func in getopt_long_only + do : + ac_fn_c_check_func "$LINENO" "getopt_long_only" "ac_cv_func_getopt_long_only" +! if test "x$ac_cv_func_getopt_long_only" = xyes +! then : +! printf "%s\n" "#define HAVE_GETOPT_LONG_ONLY 1" >>confdefs.h + +! else case e in #( +! e) gl_replace_getopt=yes ;; +! esac + fi + ++ done + fi + + if test -z "$gl_replace_getopt"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether getopt is POSIX compatible" >&5 +! printf %s "checking whether getopt is POSIX compatible... " >&6; } +! if test ${gl_cv_func_getopt_posix+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + if test $cross_compiling = no; then +! if test "$cross_compiling" = yes +! then : +! { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error $? "cannot run test program while cross compiling +! See 'config.log' for more details" "$LINENO" 5; } +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +*************** +*** 9683,9705 **** + } + + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_getopt_posix=maybe +! else +! gl_cv_func_getopt_posix=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + + if test $gl_cv_func_getopt_posix = maybe; then +! if test "$cross_compiling" = yes; then : +! { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +! $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} + as_fn_error $? "cannot run test program while cross compiling +! See \`config.log' for more details" "$LINENO" 5; } +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +--- 10335,10361 ---- + } + + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_getopt_posix=maybe +! else case e in #( +! e) gl_cv_func_getopt_posix=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + + if test $gl_cv_func_getopt_posix = maybe; then +! if test "$cross_compiling" = yes +! then : +! { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error $? "cannot run test program while cross compiling +! See 'config.log' for more details" "$LINENO" 5; } +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +*************** +*** 9742,9765 **** + } + + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_getopt_posix=maybe +! else +! gl_cv_func_getopt_posix=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + + fi + if test $gl_cv_func_getopt_posix = maybe; then +! if test "$cross_compiling" = yes; then : +! { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +! $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} + as_fn_error $? "cannot run test program while cross compiling +! See \`config.log' for more details" "$LINENO" 5; } +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +--- 10398,10425 ---- + } + + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_getopt_posix=maybe +! else case e in #( +! e) gl_cv_func_getopt_posix=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + + fi + if test $gl_cv_func_getopt_posix = maybe; then +! if test "$cross_compiling" = yes +! then : +! { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 +! printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} + as_fn_error $? "cannot run test program while cross compiling +! See 'config.log' for more details" "$LINENO" 5; } +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +*************** +*** 9784,9796 **** + } + + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_getopt_posix=yes +! else +! gl_cv_func_getopt_posix=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + + fi +--- 10444,10459 ---- + } + + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_getopt_posix=yes +! else case e in #( +! e) gl_cv_func_getopt_posix=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + + fi +*************** +*** 9800,9821 **** + *) gl_cv_func_getopt_posix="guessing yes";; + esac + fi +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getopt_posix" >&5 +! $as_echo "$gl_cv_func_getopt_posix" >&6; } + case "$gl_cv_func_getopt_posix" in + *no) gl_replace_getopt=yes ;; + esac + fi + + if test -z "$gl_replace_getopt" && test $gl_getopt_required = GNU; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working GNU getopt function" >&5 +! $as_echo_n "checking for working GNU getopt function... " >&6; } +! if ${gl_cv_func_getopt_gnu+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! # Even with POSIXLY_CORRECT, the GNU extension of leading '-' in the + # optstring is necessary for programs like m4 that have POSIX-mandated + # semantics for supporting options interspersed with files. + # Also, since getopt_long is a GNU extension, we require optind=0. +--- 10463,10486 ---- + *) gl_cv_func_getopt_posix="guessing yes";; + esac + fi +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getopt_posix" >&5 +! printf "%s\n" "$gl_cv_func_getopt_posix" >&6; } + case "$gl_cv_func_getopt_posix" in + *no) gl_replace_getopt=yes ;; + esac + fi + + if test -z "$gl_replace_getopt" && test $gl_getopt_required = GNU; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for working GNU getopt function" >&5 +! printf %s "checking for working GNU getopt function... " >&6; } +! if test ${gl_cv_func_getopt_gnu+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) # Even with POSIXLY_CORRECT, the GNU extension of leading '-' in the + # optstring is necessary for programs like m4 that have POSIX-mandated + # semantics for supporting options interspersed with files. + # Also, since getopt_long is a GNU extension, we require optind=0. +*************** +*** 9829,9839 **** + esac + POSIXLY_CORRECT=1 + export POSIXLY_CORRECT +! if test "$cross_compiling" = yes; then : + gl_cv_func_getopt_gnu="guessing no" + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + #include +--- 10494,10505 ---- + esac + POSIXLY_CORRECT=1 + export POSIXLY_CORRECT +! if test "$cross_compiling" = yes +! then : + gl_cv_func_getopt_gnu="guessing no" + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + #include +*************** +*** 9954,9960 **** + + + int +! main () + { + + int result = 0; +--- 10620,10626 ---- + + + int +! main (void) + { + + int result = 0; +*************** +*** 10032,10044 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_getopt_gnu=yes +! else +! gl_cv_func_getopt_gnu=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + + case $gl_had_POSIXLY_CORRECT in +--- 10698,10713 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_getopt_gnu=yes +! else case e in #( +! e) gl_cv_func_getopt_gnu=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + + case $gl_had_POSIXLY_CORRECT in +*************** +*** 10046,10078 **** + yes) { POSIXLY_CORRECT=; unset POSIXLY_CORRECT;}; POSIXLY_CORRECT=1 ;; + *) { POSIXLY_CORRECT=; unset POSIXLY_CORRECT;} ;; + esac +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getopt_gnu" >&5 +! $as_echo "$gl_cv_func_getopt_gnu" >&6; } + if test "$gl_cv_func_getopt_gnu" != yes; then + gl_replace_getopt=yes + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working GNU getopt_long function" >&5 +! $as_echo_n "checking for working GNU getopt_long function... " >&6; } +! if ${gl_cv_func_getopt_long_gnu+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test "$cross_compiling" = yes; then : + case "$host_os" in + openbsd*) gl_cv_func_getopt_long_gnu="guessing no";; + *) gl_cv_func_getopt_long_gnu="guessing yes";; + esac + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + #include + #include + + int +! main () + { + static const struct option long_options[] = + { +--- 10715,10750 ---- + yes) { POSIXLY_CORRECT=; unset POSIXLY_CORRECT;}; POSIXLY_CORRECT=1 ;; + *) { POSIXLY_CORRECT=; unset POSIXLY_CORRECT;} ;; + esac +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getopt_gnu" >&5 +! printf "%s\n" "$gl_cv_func_getopt_gnu" >&6; } + if test "$gl_cv_func_getopt_gnu" != yes; then + gl_replace_getopt=yes + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for working GNU getopt_long function" >&5 +! printf %s "checking for working GNU getopt_long function... " >&6; } +! if test ${gl_cv_func_getopt_long_gnu+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test "$cross_compiling" = yes +! then : + case "$host_os" in + openbsd*) gl_cv_func_getopt_long_gnu="guessing no";; + *) gl_cv_func_getopt_long_gnu="guessing yes";; + esac + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + #include + #include + + int +! main (void) + { + static const struct option long_options[] = + { +*************** +*** 10098,10116 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_getopt_long_gnu=yes +! else +! gl_cv_func_getopt_long_gnu=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getopt_long_gnu" >&5 +! $as_echo "$gl_cv_func_getopt_long_gnu" >&6; } + case "$gl_cv_func_getopt_long_gnu" in + *yes) ;; + *) gl_replace_getopt=yes ;; +--- 10770,10792 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_getopt_long_gnu=yes +! else case e in #( +! e) gl_cv_func_getopt_long_gnu=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getopt_long_gnu" >&5 +! printf "%s\n" "$gl_cv_func_getopt_long_gnu" >&6; } + case "$gl_cv_func_getopt_long_gnu" in + *yes) ;; + *) gl_replace_getopt=yes ;; +*************** +*** 10137,10148 **** + REPLACE_GETTIMEOFDAY=0; + REPLACE_STRUCT_TIMEVAL=0; + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C/C++ restrict keyword" >&5 +! $as_echo_n "checking for C/C++ restrict keyword... " >&6; } +! if ${ac_cv_c_restrict+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! ac_cv_c_restrict=no + # The order here caters to the fact that C++ does not require restrict. + for ac_kw in __restrict __restrict__ _Restrict restrict; do + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +--- 10808,10820 ---- + REPLACE_GETTIMEOFDAY=0; + REPLACE_STRUCT_TIMEVAL=0; + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C/C++ restrict keyword" >&5 +! printf %s "checking for C/C++ restrict keyword... " >&6; } +! if test ${ac_cv_c_restrict+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) ac_cv_c_restrict=no + # The order here caters to the fact that C++ does not require restrict. + for ac_kw in __restrict __restrict__ _Restrict restrict; do + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +*************** +*** 10153,10159 **** + int bar (int ip[$ac_kw]) { return ip[0]; } + + int +! main () + { + int s[1]; + int *$ac_kw t = s; +--- 10825,10831 ---- + int bar (int ip[$ac_kw]) { return ip[0]; } + + int +! main (void) + { + int s[1]; + int *$ac_kw t = s; +*************** +*** 10164,10187 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_c_restrict=$ac_kw + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + test "$ac_cv_c_restrict" != no && break + done +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_restrict" >&5 +! $as_echo "$ac_cv_c_restrict" >&6; } + + case $ac_cv_c_restrict in + restrict) ;; +! no) $as_echo "#define restrict /**/" >>confdefs.h + ;; +! *) cat >>confdefs.h <<_ACEOF +! #define restrict $ac_cv_c_restrict +! _ACEOF + ;; + esac + +--- 10836,10859 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + ac_cv_c_restrict=$ac_kw + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + test "$ac_cv_c_restrict" != no && break + done +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_restrict" >&5 +! printf "%s\n" "$ac_cv_c_restrict" >&6; } + + case $ac_cv_c_restrict in + restrict) ;; +! no) printf "%s\n" "#define restrict /**/" >>confdefs.h + ;; +! *) printf "%s\n" "#define restrict $ac_cv_c_restrict" >>confdefs.h + ;; + esac + +*************** +*** 10199,10214 **** + + + +- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_sys_time_h='<'sys/time.h'>' + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! $as_echo_n "checking absolute name of ... " >&6; } +! if ${gl_cv_next_sys_time_h+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + if test $ac_cv_header_sys_time_h = yes; then + + +--- 10871,10886 ---- + + + + if test $gl_cv_have_include_next = yes; then + gl_cv_next_sys_time_h='<'sys/time.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! printf %s "checking absolute name of ... " >&6; } +! if test ${gl_cv_next_sys_time_h+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + if test $ac_cv_header_sys_time_h = yes; then + + +*************** +*** 10250,10259 **** + gl_cv_next_sys_time_h='<'sys/time.h'>' + fi + +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_time_h" >&5 +! $as_echo "$gl_cv_next_sys_time_h" >&6; } + fi + NEXT_SYS_TIME_H=$gl_cv_next_sys_time_h + +--- 10922,10932 ---- + gl_cv_next_sys_time_h='<'sys/time.h'>' + fi + +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_time_h" >&5 +! printf "%s\n" "$gl_cv_next_sys_time_h" >&6; } + fi + NEXT_SYS_TIME_H=$gl_cv_next_sys_time_h + +*************** +*** 10279,10296 **** + + + if test $ac_cv_header_sys_socket_h != yes; then +! for ac_header in winsock2.h +! do : +! ac_fn_c_check_header_mongrel "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default" +! if test "x$ac_cv_header_winsock2_h" = xyes; then : +! cat >>confdefs.h <<_ACEOF +! #define HAVE_WINSOCK2_H 1 +! _ACEOF + + fi + +- done +- + fi + if test "$ac_cv_header_winsock2_h" = yes; then + HAVE_WINSOCK2_H=1 +--- 10952,10964 ---- + + + if test $ac_cv_header_sys_socket_h != yes; then +! ac_fn_c_check_header_compile "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default" +! if test "x$ac_cv_header_winsock2_h" = xyes +! then : +! printf "%s\n" "#define HAVE_WINSOCK2_H 1" >>confdefs.h + + fi + + fi + if test "$ac_cv_header_winsock2_h" = yes; then + HAVE_WINSOCK2_H=1 +*************** +*** 10301,10312 **** + fi + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timeval" >&5 +! $as_echo_n "checking for struct timeval... " >&6; } +! if ${gl_cv_sys_struct_timeval+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #if HAVE_SYS_TIME_H + #include +--- 10969,10981 ---- + fi + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for struct timeval" >&5 +! printf %s "checking for struct timeval... " >&6; } +! if test ${gl_cv_sys_struct_timeval+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #if HAVE_SYS_TIME_H + #include +*************** +*** 10317,10348 **** + #endif + + int +! main () + { + static struct timeval x; x.tv_sec = x.tv_usec; + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gl_cv_sys_struct_timeval=yes +! else +! gl_cv_sys_struct_timeval=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_timeval" >&5 +! $as_echo "$gl_cv_sys_struct_timeval" >&6; } + if test $gl_cv_sys_struct_timeval != yes; then + HAVE_STRUCT_TIMEVAL=0 + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wide-enough struct timeval.tv_sec member" >&5 +! $as_echo_n "checking for wide-enough struct timeval.tv_sec member... " >&6; } +! if ${gl_cv_sys_struct_timeval_tv_sec+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #if HAVE_SYS_TIME_H + #include +--- 10986,11021 ---- + #endif + + int +! main (void) + { + static struct timeval x; x.tv_sec = x.tv_usec; + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gl_cv_sys_struct_timeval=yes +! else case e in #( +! e) gl_cv_sys_struct_timeval=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_timeval" >&5 +! printf "%s\n" "$gl_cv_sys_struct_timeval" >&6; } + if test $gl_cv_sys_struct_timeval != yes; then + HAVE_STRUCT_TIMEVAL=0 + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for wide-enough struct timeval.tv_sec member" >&5 +! printf %s "checking for wide-enough struct timeval.tv_sec member... " >&6; } +! if test ${gl_cv_sys_struct_timeval_tv_sec+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #if HAVE_SYS_TIME_H + #include +*************** +*** 10353,10359 **** + #endif + + int +! main () + { + static struct timeval x; + typedef int verify_tv_sec_type[ +--- 11026,11032 ---- + #endif + + int +! main (void) + { + static struct timeval x; + typedef int verify_tv_sec_type[ +*************** +*** 10364,10379 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gl_cv_sys_struct_timeval_tv_sec=yes +! else +! gl_cv_sys_struct_timeval_tv_sec=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_timeval_tv_sec" >&5 +! $as_echo "$gl_cv_sys_struct_timeval_tv_sec" >&6; } + if test $gl_cv_sys_struct_timeval_tv_sec != yes; then + REPLACE_STRUCT_TIMEVAL=1 + fi +--- 11037,11055 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gl_cv_sys_struct_timeval_tv_sec=yes +! else case e in #( +! e) gl_cv_sys_struct_timeval_tv_sec=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_timeval_tv_sec" >&5 +! printf "%s\n" "$gl_cv_sys_struct_timeval_tv_sec" >&6; } + if test $gl_cv_sys_struct_timeval_tv_sec != yes; then + REPLACE_STRUCT_TIMEVAL=1 + fi +*************** +*** 10381,10393 **** + + + for gl_func in gettimeofday; do +! as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 +! $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } +! if eval \${$as_gl_Symbol+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #if HAVE_SYS_TIME_H +--- 11057,11070 ---- + + + for gl_func in gettimeofday; do +! as_gl_Symbol=`printf "%s\n" "gl_cv_have_raw_decl_$gl_func" | sed "$as_sed_sh"` +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 +! printf %s "checking whether $gl_func is declared without a macro... " >&6; } +! if eval test \${$as_gl_Symbol+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #if HAVE_SYS_TIME_H +*************** +*** 10396,10402 **** + #include + + int +! main () + { + #undef $gl_func + (void) $gl_func; +--- 11073,11079 ---- + #include + + int +! main (void) + { + #undef $gl_func + (void) $gl_func; +*************** +*** 10404,10422 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + eval "$as_gl_Symbol=yes" +! else +! eval "$as_gl_Symbol=no" + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + eval ac_res=\$$as_gl_Symbol +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! $as_echo "$ac_res" >&6; } +! if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +! #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 + _ACEOF + + eval ac_cv_have_decl_$gl_func=yes +--- 11081,11103 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + eval "$as_gl_Symbol=yes" +! else case e in #( +! e) eval "$as_gl_Symbol=no" ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + eval ac_res=\$$as_gl_Symbol +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf "%s\n" "$ac_res" >&6; } +! if eval test \"x\$"$as_gl_Symbol"\" = x"yes" +! then : + cat >>confdefs.h <<_ACEOF +! #define `printf "%s\n" "HAVE_RAW_DECL_$gl_func" | sed "$as_sed_cpp"` 1 + _ACEOF + + eval ac_cv_have_decl_$gl_func=yes +*************** +*** 10470,10485 **** + + + +- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_limits_h='<'limits.h'>' + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! $as_echo_n "checking absolute name of ... " >&6; } +! if ${gl_cv_next_limits_h+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + if test $ac_cv_header_limits_h = yes; then + + +--- 11151,11166 ---- + + + + if test $gl_cv_have_include_next = yes; then + gl_cv_next_limits_h='<'limits.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! printf %s "checking absolute name of ... " >&6; } +! if test ${gl_cv_next_limits_h+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + if test $ac_cv_header_limits_h = yes; then + + +*************** +*** 10521,10530 **** + gl_cv_next_limits_h='<'limits.h'>' + fi + +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_limits_h" >&5 +! $as_echo "$gl_cv_next_limits_h" >&6; } + fi + NEXT_LIMITS_H=$gl_cv_next_limits_h + +--- 11202,11212 ---- + gl_cv_next_limits_h='<'limits.h'>' + fi + +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_limits_h" >&5 +! printf "%s\n" "$gl_cv_next_limits_h" >&6; } + fi + NEXT_LIMITS_H=$gl_cv_next_limits_h + +*************** +*** 10541,10552 **** + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether limits.h has ULLONG_WIDTH etc." >&5 +! $as_echo_n "checking whether limits.h has ULLONG_WIDTH etc.... " >&6; } +! if ${gl_cv_header_limits_width+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #ifndef __STDC_WANT_IEC_60559_BFP_EXT__ + #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 +--- 11223,11235 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether limits.h has ULLONG_WIDTH etc." >&5 +! printf %s "checking whether limits.h has ULLONG_WIDTH etc.... " >&6; } +! if test ${gl_cv_header_limits_width+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #ifndef __STDC_WANT_IEC_60559_BFP_EXT__ + #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 +*************** +*** 10554,10575 **** + #include + int ullw = ULLONG_WIDTH; + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gl_cv_header_limits_width=yes +! else +! gl_cv_header_limits_width=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_limits_width" >&5 +! $as_echo "$gl_cv_header_limits_width" >&6; } + if test "$gl_cv_header_limits_width" = yes; then + LIMITS_H= + else +--- 11237,11261 ---- + #include + int ullw = ULLONG_WIDTH; + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gl_cv_header_limits_width=yes +! else case e in #( +! e) gl_cv_header_limits_width=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_limits_width" >&5 +! printf "%s\n" "$gl_cv_header_limits_width" >&6; } + if test "$gl_cv_header_limits_width" = yes; then + LIMITS_H= + else +*************** +*** 10586,10597 **** + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wint_t" >&5 +! $as_echo_n "checking for wint_t... " >&6; } +! if ${gt_cv_c_wint_t+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + /* Tru64 with Desktop Toolkit C has a bug: must be included before +--- 11272,11284 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for wint_t" >&5 +! printf %s "checking for wint_t... " >&6; } +! if test ${gt_cv_c_wint_t+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + /* Tru64 with Desktop Toolkit C has a bug: must be included before +*************** +*** 10604,10636 **** + #include + wint_t foo = (wchar_t)'\0'; + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gt_cv_c_wint_t=yes +! else +! gt_cv_c_wint_t=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_c_wint_t" >&5 +! $as_echo "$gt_cv_c_wint_t" >&6; } + if test $gt_cv_c_wint_t = yes; then + +! $as_echo "#define HAVE_WINT_T 1" >>confdefs.h + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether wint_t is too small" >&5 +! $as_echo_n "checking whether wint_t is too small... " >&6; } +! if ${gl_cv_type_wint_t_too_small+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + /* Tru64 with Desktop Toolkit C has a bug: must be included before +--- 11291,11327 ---- + #include + wint_t foo = (wchar_t)'\0'; + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gt_cv_c_wint_t=yes +! else case e in #( +! e) gt_cv_c_wint_t=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gt_cv_c_wint_t" >&5 +! printf "%s\n" "$gt_cv_c_wint_t" >&6; } + if test $gt_cv_c_wint_t = yes; then + +! printf "%s\n" "#define HAVE_WINT_T 1" >>confdefs.h + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether wint_t is too small" >&5 +! printf %s "checking whether wint_t is too small... " >&6; } +! if test ${gl_cv_type_wint_t_too_small+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + /* Tru64 with Desktop Toolkit C has a bug: must be included before +*************** +*** 10646,10667 **** + int verify[sizeof (wint_t) < sizeof (int) ? -1 : 1]; + + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gl_cv_type_wint_t_too_small=no +! else +! gl_cv_type_wint_t_too_small=yes + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_type_wint_t_too_small" >&5 +! $as_echo "$gl_cv_type_wint_t_too_small" >&6; } + if test $gl_cv_type_wint_t_too_small = yes; then + GNULIB_OVERRIDES_WINT_T=1 + else +--- 11337,11361 ---- + int verify[sizeof (wint_t) < sizeof (int) ? -1 : 1]; + + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gl_cv_type_wint_t_too_small=no +! else case e in #( +! e) gl_cv_type_wint_t_too_small=yes ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_type_wint_t_too_small" >&5 +! printf "%s\n" "$gl_cv_type_wint_t_too_small" >&6; } + if test $gl_cv_type_wint_t_too_small = yes; then + GNULIB_OVERRIDES_WINT_T=1 + else +*************** +*** 10673,10684 **** + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unsigned long long int" >&5 +! $as_echo_n "checking for unsigned long long int... " >&6; } +! if ${ac_cv_type_unsigned_long_long_int+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! ac_cv_type_unsigned_long_long_int=yes + if test "x${ac_cv_prog_cc_c99-no}" = xno; then + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +--- 11367,11379 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for unsigned long long int" >&5 +! printf %s "checking for unsigned long long int... " >&6; } +! if test ${ac_cv_type_unsigned_long_long_int+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) ac_cv_type_unsigned_long_long_int=yes + if test "x${ac_cv_prog_cc_c99-no}" = xno; then + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +*************** +*** 10698,10704 **** + ? 1 : -1)]; + int i = 63; + int +! main () + { + /* Test availability of runtime routines for shift and division. */ + long long int llmax = 9223372036854775807ll; +--- 11393,11399 ---- + ? 1 : -1)]; + int i = 63; + int +! main (void) + { + /* Test availability of runtime routines for shift and division. */ + long long int llmax = 9223372036854775807ll; +*************** +*** 10712,10749 **** + } + + _ACEOF +! if ac_fn_c_try_link "$LINENO"; then : + +! else +! ac_cv_type_unsigned_long_long_int=no + fi +! rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +! fi + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_unsigned_long_long_int" >&5 +! $as_echo "$ac_cv_type_unsigned_long_long_int" >&6; } + if test $ac_cv_type_unsigned_long_long_int = yes; then + +! $as_echo "#define HAVE_UNSIGNED_LONG_LONG_INT 1" >>confdefs.h + + fi + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long int" >&5 +! $as_echo_n "checking for long long int... " >&6; } +! if ${ac_cv_type_long_long_int+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! ac_cv_type_long_long_int=yes + if test "x${ac_cv_prog_cc_c99-no}" = xno; then + ac_cv_type_long_long_int=$ac_cv_type_unsigned_long_long_int + if test $ac_cv_type_long_long_int = yes; then +! if test "$cross_compiling" = yes; then : + : +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + #ifndef LLONG_MAX +--- 11407,11449 ---- + } + + _ACEOF +! if ac_fn_c_try_link "$LINENO" +! then : + +! else case e in #( +! e) ac_cv_type_unsigned_long_long_int=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +! fi ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_unsigned_long_long_int" >&5 +! printf "%s\n" "$ac_cv_type_unsigned_long_long_int" >&6; } + if test $ac_cv_type_unsigned_long_long_int = yes; then + +! printf "%s\n" "#define HAVE_UNSIGNED_LONG_LONG_INT 1" >>confdefs.h + + fi + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for long long int" >&5 +! printf %s "checking for long long int... " >&6; } +! if test ${ac_cv_type_long_long_int+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) ac_cv_type_long_long_int=yes + if test "x${ac_cv_prog_cc_c99-no}" = xno; then + ac_cv_type_long_long_int=$ac_cv_type_unsigned_long_long_int + if test $ac_cv_type_long_long_int = yes; then +! if test "$cross_compiling" = yes +! then : + : +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + #ifndef LLONG_MAX +*************** +*** 10752,10758 **** + # define LLONG_MAX (HALF - 1 + HALF) + #endif + int +! main () + { + long long int n = 1; + int i; +--- 11452,11458 ---- + # define LLONG_MAX (HALF - 1 + HALF) + #endif + int +! main (void) + { + long long int n = 1; + int i; +*************** +*** 10769,10791 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + +! else +! ac_cv_type_long_long_int=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + + fi +! fi + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_long_long_int" >&5 +! $as_echo "$ac_cv_type_long_long_int" >&6; } + if test $ac_cv_type_long_long_int = yes; then + +! $as_echo "#define HAVE_LONG_LONG_INT 1" >>confdefs.h + + fi + +--- 11469,11495 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + +! else case e in #( +! e) ac_cv_type_long_long_int=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + + fi +! fi ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_long_long_int" >&5 +! printf "%s\n" "$ac_cv_type_long_long_int" >&6; } + if test $ac_cv_type_long_long_int = yes; then + +! printf "%s\n" "#define HAVE_LONG_LONG_INT 1" >>confdefs.h + + fi + +*************** +*** 10803,10809 **** + typedef int dummy; + + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + + arch= + prev= +--- 11504,11511 ---- + typedef int dummy; + + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + + arch= + prev= +*************** +*** 10827,10833 **** + done + + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + if test $gl_cv_c_multiarch = yes; then + APPLE_UNIVERSAL_BUILD=1 + else +--- 11529,11535 ---- + done + + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + if test $gl_cv_c_multiarch = yes; then + APPLE_UNIVERSAL_BUILD=1 + else +*************** +*** 10889,10900 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_stdint_h='<'stdint.h'>' + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! $as_echo_n "checking absolute name of ... " >&6; } +! if ${gl_cv_next_stdint_h+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + if test $ac_cv_header_stdint_h = yes; then + + +--- 11591,11603 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_stdint_h='<'stdint.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! printf %s "checking absolute name of ... " >&6; } +! if test ${gl_cv_next_stdint_h+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + if test $ac_cv_header_stdint_h = yes; then + + +*************** +*** 10936,10945 **** + gl_cv_next_stdint_h='<'stdint.h'>' + fi + +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stdint_h" >&5 +! $as_echo "$gl_cv_next_stdint_h" >&6; } + fi + NEXT_STDINT_H=$gl_cv_next_stdint_h + +--- 11639,11649 ---- + gl_cv_next_stdint_h='<'stdint.h'>' + fi + +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stdint_h" >&5 +! printf "%s\n" "$gl_cv_next_stdint_h" >&6; } + fi + NEXT_STDINT_H=$gl_cv_next_stdint_h + +*************** +*** 10963,10974 **** + + + if test $ac_cv_header_stdint_h = yes; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stdint.h conforms to C99" >&5 +! $as_echo_n "checking whether stdint.h conforms to C99... " >&6; } +! if ${gl_cv_header_working_stdint_h+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! gl_cv_header_working_stdint_h=no + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +--- 11667,11679 ---- + + + if test $ac_cv_header_stdint_h = yes; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether stdint.h conforms to C99" >&5 +! printf %s "checking whether stdint.h conforms to C99... " >&6; } +! if test ${gl_cv_header_working_stdint_h+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) gl_cv_header_working_stdint_h=no + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +*************** +*** 11136,11150 **** + }; + + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : +! if test "$cross_compiling" = yes; then : + case "$host_os" in + # Guess yes on native Windows. + mingw*) gl_cv_header_working_stdint_h="guessing yes" ;; +--- 11841,11857 ---- + }; + + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : +! if test "$cross_compiling" = yes +! then : + case "$host_os" in + # Guess yes on native Windows. + mingw*) gl_cv_header_working_stdint_h="guessing yes" ;; +*************** +*** 11152,11159 **** + *) gl_cv_header_working_stdint_h="guessing yes" ;; + esac + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + +--- 11859,11866 ---- + *) gl_cv_header_working_stdint_h="guessing yes" ;; + esac + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + +*************** +*** 11208,11214 **** + }; + + int +! main () + { + + const char **mv; +--- 11915,11921 ---- + }; + + int +! main (void) + { + + const char **mv; +*************** +*** 11230,11249 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_header_working_stdint_h=yes + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + + + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_working_stdint_h" >&5 +! $as_echo "$gl_cv_header_working_stdint_h" >&6; } + fi + + HAVE_C99_STDINT_H=0 +--- 11937,11959 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_header_working_stdint_h=yes + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + + + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_working_stdint_h" >&5 +! printf "%s\n" "$gl_cv_header_working_stdint_h" >&6; } + fi + + HAVE_C99_STDINT_H=0 +*************** +*** 11253,11264 **** + case "$gl_cv_header_working_stdint_h" in + *yes) + HAVE_C99_STDINT_H=1 +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stdint.h predates C++11" >&5 +! $as_echo_n "checking whether stdint.h predates C++11... " >&6; } +! if ${gl_cv_header_stdint_predates_cxx11_h+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! gl_cv_header_stdint_predates_cxx11_h=yes + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +--- 11963,11975 ---- + case "$gl_cv_header_working_stdint_h" in + *yes) + HAVE_C99_STDINT_H=1 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether stdint.h predates C++11" >&5 +! printf %s "checking whether stdint.h predates C++11... " >&6; } +! if test ${gl_cv_header_stdint_predates_cxx11_h+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) gl_cv_header_stdint_predates_cxx11_h=yes + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +*************** +*** 11282,11316 **** + int32_t i32 = INT32_C (0x7fffffff); + + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gl_cv_header_stdint_predates_cxx11_h=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_stdint_predates_cxx11_h" >&5 +! $as_echo "$gl_cv_header_stdint_predates_cxx11_h" >&6; } + + if test "$gl_cv_header_stdint_predates_cxx11_h" = yes; then + +! $as_echo "#define __STDC_CONSTANT_MACROS 1" >>confdefs.h + + +! $as_echo "#define __STDC_LIMIT_MACROS 1" >>confdefs.h + + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stdint.h has UINTMAX_WIDTH etc." >&5 +! $as_echo_n "checking whether stdint.h has UINTMAX_WIDTH etc.... " >&6; } +! if ${gl_cv_header_stdint_width+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! gl_cv_header_stdint_width=no + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +--- 11993,12030 ---- + int32_t i32 = INT32_C (0x7fffffff); + + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gl_cv_header_stdint_predates_cxx11_h=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_stdint_predates_cxx11_h" >&5 +! printf "%s\n" "$gl_cv_header_stdint_predates_cxx11_h" >&6; } + + if test "$gl_cv_header_stdint_predates_cxx11_h" = yes; then + +! printf "%s\n" "#define __STDC_CONSTANT_MACROS 1" >>confdefs.h + + +! printf "%s\n" "#define __STDC_LIMIT_MACROS 1" >>confdefs.h + + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether stdint.h has UINTMAX_WIDTH etc." >&5 +! printf %s "checking whether stdint.h has UINTMAX_WIDTH etc.... " >&6; } +! if test ${gl_cv_header_stdint_width+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) gl_cv_header_stdint_width=no + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +*************** +*** 11334,11370 **** + int iw = UINTMAX_WIDTH; + + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gl_cv_header_stdint_width=yes + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_stdint_width" >&5 +! $as_echo "$gl_cv_header_stdint_width" >&6; } + if test "$gl_cv_header_stdint_width" = yes; then + STDINT_H= + fi + ;; + *) +! for ac_header in sys/inttypes.h sys/bitypes.h +! do : +! as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +! ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" +! if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : +! cat >>confdefs.h <<_ACEOF +! #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 +! _ACEOF + + fi + +! done + + if test $ac_cv_header_sys_inttypes_h = yes; then + HAVE_SYS_INTTYPES_H=1 +--- 12048,12086 ---- + int iw = UINTMAX_WIDTH; + + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gl_cv_header_stdint_width=yes + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_stdint_width" >&5 +! printf "%s\n" "$gl_cv_header_stdint_width" >&6; } + if test "$gl_cv_header_stdint_width" = yes; then + STDINT_H= + fi + ;; + *) +! ac_fn_c_check_header_compile "$LINENO" "sys/inttypes.h" "ac_cv_header_sys_inttypes_h" "$ac_includes_default" +! if test "x$ac_cv_header_sys_inttypes_h" = xyes +! then : +! printf "%s\n" "#define HAVE_SYS_INTTYPES_H 1" >>confdefs.h + + fi ++ ac_fn_c_check_header_compile "$LINENO" "sys/bitypes.h" "ac_cv_header_sys_bitypes_h" "$ac_includes_default" ++ if test "x$ac_cv_header_sys_bitypes_h" = xyes ++ then : ++ printf "%s\n" "#define HAVE_SYS_BITYPES_H 1" >>confdefs.h + +! fi + + if test $ac_cv_header_sys_inttypes_h = yes; then + HAVE_SYS_INTTYPES_H=1 +*************** +*** 11378,11389 **** + + + for gltype in ptrdiff_t size_t ; do +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5 +! $as_echo_n "checking for bit size of $gltype... " >&6; } +! if eval \${gl_cv_bitsizeof_${gltype}+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if ac_fn_c_compute_int "$LINENO" "sizeof ($gltype) * CHAR_BIT" "result" " + /* BSD/OS 4.0.1 has a bug: , and must be + included before . */ + #include +--- 12094,12106 ---- + + + for gltype in ptrdiff_t size_t ; do +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5 +! printf %s "checking for bit size of $gltype... " >&6; } +! if eval test \${gl_cv_bitsizeof_${gltype}+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if ac_fn_c_compute_int "$LINENO" "sizeof ($gltype) * CHAR_BIT" "result" " + /* BSD/OS 4.0.1 has a bug: , and must be + included before . */ + #include +*************** +*** 11394,11419 **** + # include + #endif + +! #include "; then : + +! else +! result=unknown + fi + + eval gl_cv_bitsizeof_${gltype}=\$result +! + fi + eval ac_res=\$gl_cv_bitsizeof_${gltype} +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! $as_echo "$ac_res" >&6; } + eval result=\$gl_cv_bitsizeof_${gltype} + if test $result = unknown; then + result=0 + fi + GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` +! cat >>confdefs.h <<_ACEOF +! #define BITSIZEOF_${GLTYPE} $result +! _ACEOF + + eval BITSIZEOF_${GLTYPE}=\$result + done +--- 12111,12137 ---- + # include + #endif + +! #include " +! then : + +! else case e in #( +! e) result=unknown ;; +! esac + fi + + eval gl_cv_bitsizeof_${gltype}=\$result +! ;; +! esac + fi + eval ac_res=\$gl_cv_bitsizeof_${gltype} +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf "%s\n" "$ac_res" >&6; } + eval result=\$gl_cv_bitsizeof_${gltype} + if test $result = unknown; then + result=0 + fi + GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` +! printf "%s\n" "#define BITSIZEOF_${GLTYPE} $result" >>confdefs.h + + eval BITSIZEOF_${GLTYPE}=\$result + done +*************** +*** 11423,11434 **** + + + for gltype in sig_atomic_t wchar_t wint_t ; do +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5 +! $as_echo_n "checking for bit size of $gltype... " >&6; } +! if eval \${gl_cv_bitsizeof_${gltype}+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if ac_fn_c_compute_int "$LINENO" "sizeof ($gltype) * CHAR_BIT" "result" " + /* BSD/OS 4.0.1 has a bug: , and must be + included before . */ + #include +--- 12141,12153 ---- + + + for gltype in sig_atomic_t wchar_t wint_t ; do +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5 +! printf %s "checking for bit size of $gltype... " >&6; } +! if eval test \${gl_cv_bitsizeof_${gltype}+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if ac_fn_c_compute_int "$LINENO" "sizeof ($gltype) * CHAR_BIT" "result" " + /* BSD/OS 4.0.1 has a bug: , and must be + included before . */ + #include +*************** +*** 11439,11464 **** + # include + #endif + +! #include "; then : + +! else +! result=unknown + fi + + eval gl_cv_bitsizeof_${gltype}=\$result +! + fi + eval ac_res=\$gl_cv_bitsizeof_${gltype} +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! $as_echo "$ac_res" >&6; } + eval result=\$gl_cv_bitsizeof_${gltype} + if test $result = unknown; then + result=0 + fi + GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` +! cat >>confdefs.h <<_ACEOF +! #define BITSIZEOF_${GLTYPE} $result +! _ACEOF + + eval BITSIZEOF_${GLTYPE}=\$result + done +--- 12158,12184 ---- + # include + #endif + +! #include " +! then : + +! else case e in #( +! e) result=unknown ;; +! esac + fi + + eval gl_cv_bitsizeof_${gltype}=\$result +! ;; +! esac + fi + eval ac_res=\$gl_cv_bitsizeof_${gltype} +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf "%s\n" "$ac_res" >&6; } + eval result=\$gl_cv_bitsizeof_${gltype} + if test $result = unknown; then + result=0 + fi + GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` +! printf "%s\n" "#define BITSIZEOF_${GLTYPE} $result" >>confdefs.h + + eval BITSIZEOF_${GLTYPE}=\$result + done +*************** +*** 11467,11478 **** + + + for gltype in sig_atomic_t wchar_t wint_t ; do +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gltype is signed" >&5 +! $as_echo_n "checking whether $gltype is signed... " >&6; } +! if eval \${gl_cv_type_${gltype}_signed+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + /* BSD/OS 4.0.1 has a bug: , and must be +--- 12187,12199 ---- + + + for gltype in sig_atomic_t wchar_t wint_t ; do +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $gltype is signed" >&5 +! printf %s "checking whether $gltype is signed... " >&6; } +! if eval test \${gl_cv_type_${gltype}_signed+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + /* BSD/OS 4.0.1 has a bug: , and must be +*************** +*** 11487,11517 **** + + int verify[2 * (($gltype) -1 < ($gltype) 0) - 1]; + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + result=yes +! else +! result=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + eval gl_cv_type_${gltype}_signed=\$result +! + fi + eval ac_res=\$gl_cv_type_${gltype}_signed +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! $as_echo "$ac_res" >&6; } + eval result=\$gl_cv_type_${gltype}_signed + GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` + if test "$result" = yes; then +! cat >>confdefs.h <<_ACEOF +! #define HAVE_SIGNED_${GLTYPE} 1 +! _ACEOF + + eval HAVE_SIGNED_${GLTYPE}=1 + else +--- 12208,12239 ---- + + int verify[2 * (($gltype) -1 < ($gltype) 0) - 1]; + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + result=yes +! else case e in #( +! e) result=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + eval gl_cv_type_${gltype}_signed=\$result +! ;; +! esac + fi + eval ac_res=\$gl_cv_type_${gltype}_signed +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf "%s\n" "$ac_res" >&6; } + eval result=\$gl_cv_type_${gltype}_signed + GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` + if test "$result" = yes; then +! printf "%s\n" "#define HAVE_SIGNED_${GLTYPE} 1" >>confdefs.h + + eval HAVE_SIGNED_${GLTYPE}=1 + else +*************** +*** 11526,11537 **** + + + for gltype in ptrdiff_t size_t ; do +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $gltype integer literal suffix" >&5 +! $as_echo_n "checking for $gltype integer literal suffix... " >&6; } +! if eval \${gl_cv_type_${gltype}_suffix+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! eval gl_cv_type_${gltype}_suffix=no + eval result=\$gl_cv_type_${gltype}_signed + if test "$result" = yes; then + glsufu= +--- 12248,12260 ---- + + + for gltype in ptrdiff_t size_t ; do +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $gltype integer literal suffix" >&5 +! printf %s "checking for $gltype integer literal suffix... " >&6; } +! if eval test \${gl_cv_type_${gltype}_suffix+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) eval gl_cv_type_${gltype}_suffix=no + eval result=\$gl_cv_type_${gltype}_signed + if test "$result" = yes; then + glsufu= +*************** +*** 11565,11595 **** + extern $gltype foo; + extern $gltype1 foo; + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + eval gl_cv_type_${gltype}_suffix=\$glsuf + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + eval result=\$gl_cv_type_${gltype}_suffix + test "$result" != no && break +! done + fi + eval ac_res=\$gl_cv_type_${gltype}_suffix +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! $as_echo "$ac_res" >&6; } + GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` + eval result=\$gl_cv_type_${gltype}_suffix + test "$result" = no && result= + eval ${GLTYPE}_SUFFIX=\$result +! cat >>confdefs.h <<_ACEOF +! #define ${GLTYPE}_SUFFIX $result +! _ACEOF + + done + +--- 12288,12318 ---- + extern $gltype foo; + extern $gltype1 foo; + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + eval gl_cv_type_${gltype}_suffix=\$glsuf + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + eval result=\$gl_cv_type_${gltype}_suffix + test "$result" != no && break +! done ;; +! esac + fi + eval ac_res=\$gl_cv_type_${gltype}_suffix +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf "%s\n" "$ac_res" >&6; } + GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` + eval result=\$gl_cv_type_${gltype}_suffix + test "$result" = no && result= + eval ${GLTYPE}_SUFFIX=\$result +! printf "%s\n" "#define ${GLTYPE}_SUFFIX $result" >>confdefs.h + + done + +*************** +*** 11598,11609 **** + + + for gltype in sig_atomic_t wchar_t wint_t ; do +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $gltype integer literal suffix" >&5 +! $as_echo_n "checking for $gltype integer literal suffix... " >&6; } +! if eval \${gl_cv_type_${gltype}_suffix+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! eval gl_cv_type_${gltype}_suffix=no + eval result=\$gl_cv_type_${gltype}_signed + if test "$result" = yes; then + glsufu= +--- 12321,12333 ---- + + + for gltype in sig_atomic_t wchar_t wint_t ; do +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $gltype integer literal suffix" >&5 +! printf %s "checking for $gltype integer literal suffix... " >&6; } +! if eval test \${gl_cv_type_${gltype}_suffix+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) eval gl_cv_type_${gltype}_suffix=no + eval result=\$gl_cv_type_${gltype}_signed + if test "$result" = yes; then + glsufu= +*************** +*** 11637,11667 **** + extern $gltype foo; + extern $gltype1 foo; + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + eval gl_cv_type_${gltype}_suffix=\$glsuf + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + eval result=\$gl_cv_type_${gltype}_suffix + test "$result" != no && break +! done + fi + eval ac_res=\$gl_cv_type_${gltype}_suffix +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! $as_echo "$ac_res" >&6; } + GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` + eval result=\$gl_cv_type_${gltype}_suffix + test "$result" = no && result= + eval ${GLTYPE}_SUFFIX=\$result +! cat >>confdefs.h <<_ACEOF +! #define ${GLTYPE}_SUFFIX $result +! _ACEOF + + done + +--- 12361,12391 ---- + extern $gltype foo; + extern $gltype1 foo; + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + eval gl_cv_type_${gltype}_suffix=\$glsuf + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + eval result=\$gl_cv_type_${gltype}_suffix + test "$result" != no && break +! done ;; +! esac + fi + eval ac_res=\$gl_cv_type_${gltype}_suffix +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf "%s\n" "$ac_res" >&6; } + GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` + eval result=\$gl_cv_type_${gltype}_suffix + test "$result" = no && result= + eval ${GLTYPE}_SUFFIX=\$result +! printf "%s\n" "#define ${GLTYPE}_SUFFIX $result" >>confdefs.h + + done + +*************** +*** 11734,11745 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_inttypes_h='<'inttypes.h'>' + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! $as_echo_n "checking absolute name of ... " >&6; } +! if ${gl_cv_next_inttypes_h+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + if test $ac_cv_header_inttypes_h = yes; then + + +--- 12456,12468 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_inttypes_h='<'inttypes.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! printf %s "checking absolute name of ... " >&6; } +! if test ${gl_cv_next_inttypes_h+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + if test $ac_cv_header_inttypes_h = yes; then + + +*************** +*** 11781,11790 **** + gl_cv_next_inttypes_h='<'inttypes.h'>' + fi + +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_inttypes_h" >&5 +! $as_echo "$gl_cv_next_inttypes_h" >&6; } + fi + NEXT_INTTYPES_H=$gl_cv_next_inttypes_h + +--- 12504,12514 ---- + gl_cv_next_inttypes_h='<'inttypes.h'>' + fi + +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_inttypes_h" >&5 +! printf "%s\n" "$gl_cv_next_inttypes_h" >&6; } + fi + NEXT_INTTYPES_H=$gl_cv_next_inttypes_h + +*************** +*** 11805,11822 **** + + + for gl_func in imaxabs imaxdiv strtoimax strtoumax; do +! as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 +! $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } +! if eval \${$as_gl_Symbol+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + + int +! main () + { + #undef $gl_func + (void) $gl_func; +--- 12529,12547 ---- + + + for gl_func in imaxabs imaxdiv strtoimax strtoumax; do +! as_gl_Symbol=`printf "%s\n" "gl_cv_have_raw_decl_$gl_func" | sed "$as_sed_sh"` +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 +! printf %s "checking whether $gl_func is declared without a macro... " >&6; } +! if eval test \${$as_gl_Symbol+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + + int +! main (void) + { + #undef $gl_func + (void) $gl_func; +*************** +*** 11824,11842 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + eval "$as_gl_Symbol=yes" +! else +! eval "$as_gl_Symbol=no" + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + eval ac_res=\$$as_gl_Symbol +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! $as_echo "$ac_res" >&6; } +! if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +! #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 + _ACEOF + + eval ac_cv_have_decl_$gl_func=yes +--- 12549,12571 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + eval "$as_gl_Symbol=yes" +! else case e in #( +! e) eval "$as_gl_Symbol=no" ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + eval ac_res=\$$as_gl_Symbol +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf "%s\n" "$ac_res" >&6; } +! if eval test \"x\$"$as_gl_Symbol"\" = x"yes" +! then : + cat >>confdefs.h <<_ACEOF +! #define `printf "%s\n" "HAVE_RAW_DECL_$gl_func" | sed "$as_sed_cpp"` 1 + _ACEOF + + eval ac_cv_have_decl_$gl_func=yes +*************** +*** 11845,11869 **** + + + +! for ac_header in inttypes.h +! do : +! ac_fn_c_check_header_mongrel "$LINENO" "inttypes.h" "ac_cv_header_inttypes_h" "$ac_includes_default" +! if test "x$ac_cv_header_inttypes_h" = xyes; then : +! cat >>confdefs.h <<_ACEOF +! #define HAVE_INTTYPES_H 1 +! _ACEOF + + fi + +- done +- + if test $ac_cv_header_inttypes_h = yes; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the inttypes.h PRIxNN macros are broken" >&5 +! $as_echo_n "checking whether the inttypes.h PRIxNN macros are broken... " >&6; } +! if ${gt_cv_inttypes_pri_broken+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +--- 12574,12594 ---- + + + +! ac_fn_c_check_header_compile "$LINENO" "inttypes.h" "ac_cv_header_inttypes_h" "$ac_includes_default" +! if test "x$ac_cv_header_inttypes_h" = xyes +! then : +! printf "%s\n" "#define HAVE_INTTYPES_H 1" >>confdefs.h + + fi + + if test $ac_cv_header_inttypes_h = yes; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the inttypes.h PRIxNN macros are broken" >&5 +! printf %s "checking whether the inttypes.h PRIxNN macros are broken... " >&6; } +! if test ${gt_cv_inttypes_pri_broken+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +*************** +*** 11873,11901 **** + #endif + + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gt_cv_inttypes_pri_broken=no +! else +! gt_cv_inttypes_pri_broken=yes + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_inttypes_pri_broken" >&5 +! $as_echo "$gt_cv_inttypes_pri_broken" >&6; } + fi + if test "$gt_cv_inttypes_pri_broken" = yes; then + +! cat >>confdefs.h <<_ACEOF +! #define PRI_MACROS_BROKEN 1 +! _ACEOF + + PRI_MACROS_BROKEN=1 + else +--- 12598,12627 ---- + #endif + + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gt_cv_inttypes_pri_broken=no +! else case e in #( +! e) gt_cv_inttypes_pri_broken=yes ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gt_cv_inttypes_pri_broken" >&5 +! printf "%s\n" "$gt_cv_inttypes_pri_broken" >&6; } + fi + if test "$gt_cv_inttypes_pri_broken" = yes; then + +! printf "%s\n" "#define PRI_MACROS_BROKEN 1" >>confdefs.h + + PRI_MACROS_BROKEN=1 + else +*************** +*** 11904,11960 **** + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5 +! $as_echo_n "checking for nl_langinfo and CODESET... " >&6; } +! if ${am_cv_langinfo_codeset+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + int +! main () + { + char* cs = nl_langinfo(CODESET); return !cs; + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_link "$LINENO"; then : + am_cv_langinfo_codeset=yes +! else +! am_cv_langinfo_codeset=no + fi +! rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_langinfo_codeset" >&5 +! $as_echo "$am_cv_langinfo_codeset" >&6; } + if test $am_cv_langinfo_codeset = yes; then + +! $as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h + + fi + +! ac_fn_c_check_decl "$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "$ac_includes_default" +! if test "x$ac_cv_have_decl_getc_unlocked" = xyes; then : + ac_have_decl=1 +! else +! ac_have_decl=0 + fi + +- cat >>confdefs.h <<_ACEOF +- #define HAVE_DECL_GETC_UNLOCKED $ac_have_decl +- _ACEOF + +! +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C Library >= 2.1 or uClibc" >&5 +! $as_echo_n "checking whether we are using the GNU C Library >= 2.1 or uClibc... " >&6; } +! if ${ac_cv_gnu_library_2_1+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +--- 12630,12690 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5 +! printf %s "checking for nl_langinfo and CODESET... " >&6; } +! if test ${am_cv_langinfo_codeset+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + int +! main (void) + { + char* cs = nl_langinfo(CODESET); return !cs; + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_link "$LINENO" +! then : + am_cv_langinfo_codeset=yes +! else case e in #( +! e) am_cv_langinfo_codeset=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_langinfo_codeset" >&5 +! printf "%s\n" "$am_cv_langinfo_codeset" >&6; } + if test $am_cv_langinfo_codeset = yes; then + +! printf "%s\n" "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h + + fi + +! ac_fn_check_decl "$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" +! if test "x$ac_cv_have_decl_getc_unlocked" = xyes +! then : + ac_have_decl=1 +! else case e in #( +! e) ac_have_decl=0 ;; +! esac + fi ++ printf "%s\n" "#define HAVE_DECL_GETC_UNLOCKED $ac_have_decl" >>confdefs.h + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C Library >= 2.1 or uClibc" >&5 +! printf %s "checking whether we are using the GNU C Library >= 2.1 or uClibc... " >&6; } +! if test ${ac_cv_gnu_library_2_1+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +*************** +*** 11969,11998 **** + + _ACEOF + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP "Lucky" >/dev/null 2>&1; then : + ac_cv_gnu_library_2_1=yes +! else +! ac_cv_gnu_library_2_1=no + fi +! rm -f conftest* +! + + + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_gnu_library_2_1" >&5 +! $as_echo "$ac_cv_gnu_library_2_1" >&6; } + + GLIBC21="$ac_cv_gnu_library_2_1" + + + +! +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 +! $as_echo_n "checking for a sed that does not truncate output... " >&6; } +! if ${ac_cv_path_SED+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ + for ac_i in 1 2 3 4 5 6 7; do + ac_script="$ac_script$as_nl$ac_script" + done +--- 12699,12731 ---- + + _ACEOF + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP_TRADITIONAL "Lucky" >/dev/null 2>&1 +! then : + ac_cv_gnu_library_2_1=yes +! else case e in #( +! e) ac_cv_gnu_library_2_1=no ;; +! esac + fi +! rm -rf conftest* + + ++ ;; ++ esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_gnu_library_2_1" >&5 +! printf "%s\n" "$ac_cv_gnu_library_2_1" >&6; } + + GLIBC21="$ac_cv_gnu_library_2_1" + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 +! printf %s "checking for a sed that does not truncate output... " >&6; } +! if test ${ac_cv_path_SED+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ + for ac_i in 1 2 3 4 5 6 7; do + ac_script="$ac_script$as_nl$ac_script" + done +*************** +*** 12005,12029 **** + for as_dir in $PATH + do + IFS=$as_save_IFS +! test -z "$as_dir" && as_dir=. +! for ac_prog in sed gsed; do + for ac_exec_ext in '' $ac_executable_extensions; do +! ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_SED" || continue + # Check for GNU ac_path_SED and select it if it is found. + # Check for GNU $ac_path_SED +! case `"$ac_path_SED" --version 2>&1` in + *GNU*) + ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; + *) + ac_count=0 +! $as_echo_n 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" +! $as_echo '' >> "conftest.nl" + "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val +--- 12738,12768 ---- + for as_dir in $PATH + do + IFS=$as_save_IFS +! case $as_dir in #((( +! '') as_dir=./ ;; +! */) ;; +! *) as_dir=$as_dir/ ;; +! esac +! for ac_prog in sed gsed +! do + for ac_exec_ext in '' $ac_executable_extensions; do +! ac_path_SED="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_SED" || continue + # Check for GNU ac_path_SED and select it if it is found. + # Check for GNU $ac_path_SED +! case `"$ac_path_SED" --version 2>&1` in #( + *GNU*) + ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; ++ #( + *) + ac_count=0 +! printf %s 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" +! printf "%s\n" '' >> "conftest.nl" + "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val +*************** +*** 12049,12073 **** + else + ac_cv_path_SED=$SED + fi +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 +! $as_echo "$ac_cv_path_SED" >&6; } + SED="$ac_cv_path_SED" + rm -f conftest.sed + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether malloc, realloc, calloc are POSIX compliant" >&5 +! $as_echo_n "checking whether malloc, realloc, calloc are POSIX compliant... " >&6; } +! if ${gl_cv_func_malloc_posix+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + int +! main () + { + #if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ + choke me +--- 12788,12814 ---- + else + ac_cv_path_SED=$SED + fi +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 +! printf "%s\n" "$ac_cv_path_SED" >&6; } + SED="$ac_cv_path_SED" + rm -f conftest.sed + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether malloc, realloc, calloc are POSIX compliant" >&5 +! printf %s "checking whether malloc, realloc, calloc are POSIX compliant... " >&6; } +! if test ${gl_cv_func_malloc_posix+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + int +! main (void) + { + #if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ + choke me +*************** +*** 12077,12138 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gl_cv_func_malloc_posix=yes +! else +! gl_cv_func_malloc_posix=no +! fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_malloc_posix" >&5 +! $as_echo "$gl_cv_func_malloc_posix" >&6; } +! +! +! +! for ac_header in stdlib.h +! do : +! ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default" +! if test "x$ac_cv_header_stdlib_h" = xyes; then : +! cat >>confdefs.h <<_ACEOF +! #define HAVE_STDLIB_H 1 +! _ACEOF +! + fi + +- done +- +- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible malloc" >&5 +- $as_echo_n "checking for GNU libc compatible malloc... " >&6; } +- if ${ac_cv_func_malloc_0_nonnull+:} false; then : +- $as_echo_n "(cached) " >&6 +- else +- if test "$cross_compiling" = yes; then : +- case "$host_os" in +- # Guess yes on platforms where we know the result. +- *-gnu* | gnu* | freebsd* | netbsd* | openbsd* \ +- | hpux* | solaris* | cygwin* | mingw*) +- ac_cv_func_malloc_0_nonnull=yes ;; +- # If we don't know, assume the worst. +- *) ac_cv_func_malloc_0_nonnull=no ;; +- esac + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +! #if defined STDC_HEADERS || defined HAVE_STDLIB_H +! # include +! #else +! char *malloc (); +! #endif + + int +! main () + { +! char *p = malloc (0); +! int result = !p; +! free (p); +! return result; + ; + return 0; + } +--- 12818,12866 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gl_cv_func_malloc_posix=yes +! else case e in #( +! e) gl_cv_func_malloc_posix=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +! ;; +! esac + fi ++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_malloc_posix" >&5 ++ printf "%s\n" "$gl_cv_func_malloc_posix" >&6; } + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible malloc" >&5 +! printf %s "checking for GNU libc compatible malloc... " >&6; } +! if test ${ac_cv_func_malloc_0_nonnull+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test "$cross_compiling" = yes +! then : +! case "$host_os" in # (( +! # Guess yes on platforms where we know the result. +! *-gnu* | freebsd* | netbsd* | openbsd* | bitrig* \ +! | hpux* | solaris* | cygwin* | mingw* | windows* | msys* ) +! ac_cv_func_malloc_0_nonnull=yes ;; +! # If we don't know, assume the worst. +! *) ac_cv_func_malloc_0_nonnull=no ;; +! esac +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +! #include + + int +! main (void) + { +! void *p = malloc (0); +! int result = !p; +! free (p); +! return result; + ; + return 0; + } +*************** +*** 12136,12166 **** + ; + return 0; + } +- + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + ac_cv_func_malloc_0_nonnull=yes +! else +! ac_cv_func_malloc_0_nonnull=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi +! +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_malloc_0_nonnull" >&5 +! $as_echo "$ac_cv_func_malloc_0_nonnull" >&6; } +! if test $ac_cv_func_malloc_0_nonnull = yes; then : + gl_cv_func_malloc_0_nonnull=1 +! else +! gl_cv_func_malloc_0_nonnull=0 + fi + + +! cat >>confdefs.h <<_ACEOF +! #define MALLOC_0_IS_NONNULL $gl_cv_func_malloc_0_nonnull +! _ACEOF + + + +--- 12864,12896 ---- + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + ac_cv_func_malloc_0_nonnull=yes +! else case e in #( +! e) ac_cv_func_malloc_0_nonnull=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_malloc_0_nonnull" >&5 +! printf "%s\n" "$ac_cv_func_malloc_0_nonnull" >&6; } +! if test $ac_cv_func_malloc_0_nonnull = yes +! then : + gl_cv_func_malloc_0_nonnull=1 +! else case e in #( +! e) gl_cv_func_malloc_0_nonnull=0 ;; +! esac + fi + + +! printf "%s\n" "#define MALLOC_0_IS_NONNULL $gl_cv_func_malloc_0_nonnull" >>confdefs.h + + + +*************** +*** 12261,12272 **** + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5 +! $as_echo_n "checking for mbstate_t... " >&6; } +! if ${ac_cv_type_mbstate_t+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + $ac_includes_default + /* Tru64 with Desktop Toolkit C has a bug: must be included before +--- 12991,13003 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5 +! printf %s "checking for mbstate_t... " >&6; } +! if test ${ac_cv_type_mbstate_t+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + $ac_includes_default + /* Tru64 with Desktop Toolkit C has a bug: must be included before +*************** +*** 12278,12306 **** + #include + #include + int +! main () + { + mbstate_t x; return sizeof x; + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_type_mbstate_t=yes +! else +! ac_cv_type_mbstate_t=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_mbstate_t" >&5 +! $as_echo "$ac_cv_type_mbstate_t" >&6; } + if test $ac_cv_type_mbstate_t = yes; then + +! $as_echo "#define HAVE_MBSTATE_T 1" >>confdefs.h + + else + +! $as_echo "#define mbstate_t int" >>confdefs.h + + fi + +--- 13009,13040 ---- + #include + #include + int +! main (void) + { + mbstate_t x; return sizeof x; + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + ac_cv_type_mbstate_t=yes +! else case e in #( +! e) ac_cv_type_mbstate_t=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_mbstate_t" >&5 +! printf "%s\n" "$ac_cv_type_mbstate_t" >&6; } + if test $ac_cv_type_mbstate_t = yes; then + +! printf "%s\n" "#define HAVE_MBSTATE_T 1" >>confdefs.h + + else + +! printf "%s\n" "#define mbstate_t int" >>confdefs.h + + fi + +*************** +*** 12309,12322 **** + + + +! +! +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a traditional japanese locale" >&5 +! $as_echo_n "checking for a traditional japanese locale... " >&6; } +! if ${gt_cv_locale_ja+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +--- 13043,13055 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a traditional japanese locale" >&5 +! printf %s "checking for a traditional japanese locale... " >&6; } +! if test ${gt_cv_locale_ja+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +*************** +*** 12393,12399 **** + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? +! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s conftest$ac_exeext; then + case "$host_os" in + # Handle native Windows specially, because there setlocale() interprets +--- 13126,13132 ---- + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s conftest$ac_exeext; then + case "$host_os" in + # Handle native Windows specially, because there setlocale() interprets +*************** +*** 12449,12470 **** + esac + fi + rm -fr conftest* +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_ja" >&5 +! $as_echo "$gt_cv_locale_ja" >&6; } + LOCALE_JA=$gt_cv_locale_ja + + + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a transitional chinese locale" >&5 +! $as_echo_n "checking for a transitional chinese locale... " >&6; } +! if ${gt_cv_locale_zh_CN+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +--- 13182,13205 ---- + esac + fi + rm -fr conftest* +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_ja" >&5 +! printf "%s\n" "$gt_cv_locale_ja" >&6; } + LOCALE_JA=$gt_cv_locale_ja + + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a transitional chinese locale" >&5 +! printf %s "checking for a transitional chinese locale... " >&6; } +! if test ${gt_cv_locale_zh_CN+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +*************** +*** 12542,12548 **** + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? +! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s conftest$ac_exeext; then + case "$host_os" in + # Handle native Windows specially, because there setlocale() interprets +--- 13277,13283 ---- + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s conftest$ac_exeext; then + case "$host_os" in + # Handle native Windows specially, because there setlocale() interprets +*************** +*** 12591,12611 **** + gt_cv_locale_zh_CN=none + fi + rm -fr conftest* +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_zh_CN" >&5 +! $as_echo "$gt_cv_locale_zh_CN" >&6; } + LOCALE_ZH_CN=$gt_cv_locale_zh_CN + + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a french Unicode locale" >&5 +! $as_echo_n "checking for a french Unicode locale... " >&6; } +! if ${gt_cv_locale_fr_utf8+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +--- 13326,13348 ---- + gt_cv_locale_zh_CN=none + fi + rm -fr conftest* +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_zh_CN" >&5 +! printf "%s\n" "$gt_cv_locale_zh_CN" >&6; } + LOCALE_ZH_CN=$gt_cv_locale_zh_CN + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a french Unicode locale" >&5 +! printf %s "checking for a french Unicode locale... " >&6; } +! if test ${gt_cv_locale_fr_utf8+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +*************** +*** 12675,12681 **** + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? +! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s conftest$ac_exeext; then + case "$host_os" in + # Handle native Windows specially, because there setlocale() interprets +--- 13412,13418 ---- + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s conftest$ac_exeext; then + case "$host_os" in + # Handle native Windows specially, because there setlocale() interprets +*************** +*** 12719,12728 **** + esac + fi + rm -fr conftest* +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_fr_utf8" >&5 +! $as_echo "$gt_cv_locale_fr_utf8" >&6; } + LOCALE_FR_UTF8=$gt_cv_locale_fr_utf8 + + +--- 13456,13466 ---- + esac + fi + rm -fr conftest* +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_fr_utf8" >&5 +! printf "%s\n" "$gt_cv_locale_fr_utf8" >&6; } + LOCALE_FR_UTF8=$gt_cv_locale_fr_utf8 + + +*************** +*** 12816,12833 **** + # fails on HP-UX 11, because MAP_FIXED mappings do not work. But this is + # irrelevant for anonymous mappings. + ac_fn_c_check_func "$LINENO" "mmap" "ac_cv_func_mmap" +! if test "x$ac_cv_func_mmap" = xyes; then : + gl_have_mmap=yes +! else +! gl_have_mmap=no + fi + + + # Try to allow MAP_ANONYMOUS. + gl_have_mmap_anonymous=no + if test $gl_have_mmap = yes; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MAP_ANONYMOUS" >&5 +! $as_echo_n "checking for MAP_ANONYMOUS... " >&6; } + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +--- 13552,13571 ---- + # fails on HP-UX 11, because MAP_FIXED mappings do not work. But this is + # irrelevant for anonymous mappings. + ac_fn_c_check_func "$LINENO" "mmap" "ac_cv_func_mmap" +! if test "x$ac_cv_func_mmap" = xyes +! then : + gl_have_mmap=yes +! else case e in #( +! e) gl_have_mmap=no ;; +! esac + fi + + + # Try to allow MAP_ANONYMOUS. + gl_have_mmap_anonymous=no + if test $gl_have_mmap = yes; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MAP_ANONYMOUS" >&5 +! printf %s "checking for MAP_ANONYMOUS... " >&6; } + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +*************** +*** 12838,12847 **** + + _ACEOF + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP "I cannot identify this map" >/dev/null 2>&1; then : + gl_have_mmap_anonymous=yes + fi +! rm -f conftest* + + if test $gl_have_mmap_anonymous != yes; then + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +--- 13576,13586 ---- + + _ACEOF + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP_TRADITIONAL "I cannot identify this map" >/dev/null 2>&1 +! then : + gl_have_mmap_anonymous=yes + fi +! rm -rf conftest* + + if test $gl_have_mmap_anonymous != yes; then + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +*************** +*** 12854,12873 **** + + _ACEOF + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP "I cannot identify this map" >/dev/null 2>&1; then : + +! $as_echo "#define MAP_ANONYMOUS MAP_ANON" >>confdefs.h + + gl_have_mmap_anonymous=yes + fi +! rm -f conftest* + + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_have_mmap_anonymous" >&5 +! $as_echo "$gl_have_mmap_anonymous" >&6; } + if test $gl_have_mmap_anonymous = yes; then + +! $as_echo "#define HAVE_MAP_ANONYMOUS 1" >>confdefs.h + + fi + fi +--- 13593,13613 ---- + + _ACEOF + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP_TRADITIONAL "I cannot identify this map" >/dev/null 2>&1 +! then : + +! printf "%s\n" "#define MAP_ANONYMOUS MAP_ANON" >>confdefs.h + + gl_have_mmap_anonymous=yes + fi +! rm -rf conftest* + + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_have_mmap_anonymous" >&5 +! printf "%s\n" "$gl_have_mmap_anonymous" >&6; } + if test $gl_have_mmap_anonymous = yes; then + +! printf "%s\n" "#define HAVE_MAP_ANONYMOUS 1" >>confdefs.h + + fi + fi +*************** +*** 12885,12896 **** + # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521737 + # https://sourceware.org/bugzilla/show_bug.cgi?id=10162 + # Assume that memchr works on platforms that lack mprotect. +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether memchr works" >&5 +! $as_echo_n "checking whether memchr works... " >&6; } +! if ${gl_cv_func_memchr_works+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test "$cross_compiling" = yes; then : + case "$host_os" in + # Guess yes on native Windows. + mingw*) gl_cv_func_memchr_works="guessing yes" ;; +--- 13625,13638 ---- + # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521737 + # https://sourceware.org/bugzilla/show_bug.cgi?id=10162 + # Assume that memchr works on platforms that lack mprotect. +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether memchr works" >&5 +! printf %s "checking whether memchr works... " >&6; } +! if test ${gl_cv_func_memchr_works+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test "$cross_compiling" = yes +! then : + case "$host_os" in + # Guess yes on native Windows. + mingw*) gl_cv_func_memchr_works="guessing yes" ;; +*************** +*** 12898,12905 **** + *) gl_cv_func_memchr_works="guessing no" ;; + esac + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +--- 13640,13647 ---- + *) gl_cv_func_memchr_works="guessing no" ;; + esac + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +*************** +*** 12914,12920 **** + #endif + + int +! main () + { + + int result = 0; +--- 13656,13662 ---- + #endif + + int +! main (void) + { + + int result = 0; +*************** +*** 12954,13022 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_memchr_works=yes +! else +! gl_cv_func_memchr_works=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_memchr_works" >&5 +! $as_echo "$gl_cv_func_memchr_works" >&6; } + case "$gl_cv_func_memchr_works" in + *yes) ;; + *) REPLACE_MEMCHR=1 ;; + esac + fi + +! ac_fn_c_check_decl "$LINENO" "memrchr" "ac_cv_have_decl_memrchr" "$ac_includes_default" +! if test "x$ac_cv_have_decl_memrchr" = xyes; then : + ac_have_decl=1 +! else +! ac_have_decl=0 + fi +! +! cat >>confdefs.h <<_ACEOF +! #define HAVE_DECL_MEMRCHR $ac_have_decl +! _ACEOF + + + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether defines MIN and MAX" >&5 +! $as_echo_n "checking whether defines MIN and MAX... " >&6; } +! if ${gl_cv_minmax_in_limits_h+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + int x = MIN (42, 17); + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gl_cv_minmax_in_limits_h=yes +! else +! gl_cv_minmax_in_limits_h=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_minmax_in_limits_h" >&5 +! $as_echo "$gl_cv_minmax_in_limits_h" >&6; } + if test $gl_cv_minmax_in_limits_h = yes; then + +! $as_echo "#define HAVE_MINMAX_IN_LIMITS_H 1" >>confdefs.h + + fi + +--- 13696,13771 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_memchr_works=yes +! else case e in #( +! e) gl_cv_func_memchr_works=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_memchr_works" >&5 +! printf "%s\n" "$gl_cv_func_memchr_works" >&6; } + case "$gl_cv_func_memchr_works" in + *yes) ;; + *) REPLACE_MEMCHR=1 ;; + esac + fi + +! ac_fn_check_decl "$LINENO" "memrchr" "ac_cv_have_decl_memrchr" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" +! if test "x$ac_cv_have_decl_memrchr" = xyes +! then : + ac_have_decl=1 +! else case e in #( +! e) ac_have_decl=0 ;; +! esac + fi +! printf "%s\n" "#define HAVE_DECL_MEMRCHR $ac_have_decl" >>confdefs.h + + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether defines MIN and MAX" >&5 +! printf %s "checking whether defines MIN and MAX... " >&6; } +! if test ${gl_cv_minmax_in_limits_h+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + int x = MIN (42, 17); + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gl_cv_minmax_in_limits_h=yes +! else case e in #( +! e) gl_cv_minmax_in_limits_h=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_minmax_in_limits_h" >&5 +! printf "%s\n" "$gl_cv_minmax_in_limits_h" >&6; } + if test $gl_cv_minmax_in_limits_h = yes; then + +! printf "%s\n" "#define HAVE_MINMAX_IN_LIMITS_H 1" >>confdefs.h + + fi + +*************** +*** 13025,13059 **** + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether defines MIN and MAX" >&5 +! $as_echo_n "checking whether defines MIN and MAX... " >&6; } +! if ${gl_cv_minmax_in_sys_param_h+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + int x = MIN (42, 17); + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gl_cv_minmax_in_sys_param_h=yes +! else +! gl_cv_minmax_in_sys_param_h=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_minmax_in_sys_param_h" >&5 +! $as_echo "$gl_cv_minmax_in_sys_param_h" >&6; } + if test $gl_cv_minmax_in_sys_param_h = yes; then + +! $as_echo "#define HAVE_MINMAX_IN_SYS_PARAM_H 1" >>confdefs.h + + fi + +--- 13774,13812 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether defines MIN and MAX" >&5 +! printf %s "checking whether defines MIN and MAX... " >&6; } +! if test ${gl_cv_minmax_in_sys_param_h+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + int x = MIN (42, 17); + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gl_cv_minmax_in_sys_param_h=yes +! else case e in #( +! e) gl_cv_minmax_in_sys_param_h=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_minmax_in_sys_param_h" >&5 +! printf "%s\n" "$gl_cv_minmax_in_sys_param_h" >&6; } + if test $gl_cv_minmax_in_sys_param_h = yes; then + +! printf "%s\n" "#define HAVE_MINMAX_IN_SYS_PARAM_H 1" >>confdefs.h + + fi + +*************** +*** 13062,13111 **** + + + +! +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time_t is signed" >&5 +! $as_echo_n "checking whether time_t is signed... " >&6; } +! if ${gl_cv_time_t_is_signed+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + char time_t_signed[(time_t) -1 < 0 ? 1 : -1]; + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gl_cv_time_t_is_signed=yes +! else +! gl_cv_time_t_is_signed=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_time_t_is_signed" >&5 +! $as_echo "$gl_cv_time_t_is_signed" >&6; } + if test $gl_cv_time_t_is_signed = yes; then + +! $as_echo "#define TIME_T_IS_SIGNED 1" >>confdefs.h + + fi + +! ac_fn_c_check_decl "$LINENO" "alarm" "ac_cv_have_decl_alarm" "$ac_includes_default" +! if test "x$ac_cv_have_decl_alarm" = xyes; then : + ac_have_decl=1 +! else +! ac_have_decl=0 + fi +! +! cat >>confdefs.h <<_ACEOF +! #define HAVE_DECL_ALARM $ac_have_decl +! _ACEOF +! + + + +--- 13815,13865 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether time_t is signed" >&5 +! printf %s "checking whether time_t is signed... " >&6; } +! if test ${gl_cv_time_t_is_signed+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + char time_t_signed[(time_t) -1 < 0 ? 1 : -1]; + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gl_cv_time_t_is_signed=yes +! else case e in #( +! e) gl_cv_time_t_is_signed=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_time_t_is_signed" >&5 +! printf "%s\n" "$gl_cv_time_t_is_signed" >&6; } + if test $gl_cv_time_t_is_signed = yes; then + +! printf "%s\n" "#define TIME_T_IS_SIGNED 1" >>confdefs.h + + fi + +! ac_fn_check_decl "$LINENO" "alarm" "ac_cv_have_decl_alarm" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" +! if test "x$ac_cv_have_decl_alarm" = xyes +! then : + ac_have_decl=1 +! else case e in #( +! e) ac_have_decl=0 ;; +! esac + fi +! printf "%s\n" "#define HAVE_DECL_ALARM $ac_have_decl" >>confdefs.h + + + +*************** +*** 13121,13140 **** + # But we need a configuration result that is valid in both modes. + gl_cv_func_working_mktime=no + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mktime" >&5 +! $as_echo_n "checking for working mktime... " >&6; } +! if ${gl_cv_func_working_mktime+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test "$cross_compiling" = yes; then : + case "$host_os" in + # Guess no on native Windows. + mingw*) gl_cv_func_working_mktime="guessing no" ;; + *) gl_cv_func_working_mktime="guessing no" ;; + esac + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + /* Test program from Paul Eggert and Tony Leneis. */ + #include +--- 13875,13896 ---- + # But we need a configuration result that is valid in both modes. + gl_cv_func_working_mktime=no + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for working mktime" >&5 +! printf %s "checking for working mktime... " >&6; } +! if test ${gl_cv_func_working_mktime+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test "$cross_compiling" = yes +! then : + case "$host_os" in + # Guess no on native Windows. + mingw*) gl_cv_func_working_mktime="guessing no" ;; + *) gl_cv_func_working_mktime="guessing no" ;; + esac + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + /* Test program from Paul Eggert and Tony Leneis. */ + #include +*************** +*** 13337,13371 **** + return result; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_working_mktime=yes +! else +! gl_cv_func_working_mktime=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_working_mktime" >&5 +! $as_echo "$gl_cv_func_working_mktime" >&6; } + + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5 +! $as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; } +! if ${ac_cv_struct_tm+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + #include + + int +! main () + { + struct tm tm; + int *p = &tm.tm_sec; +--- 14093,14132 ---- + return result; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_working_mktime=yes +! else case e in #( +! e) gl_cv_func_working_mktime=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_working_mktime" >&5 +! printf "%s\n" "$gl_cv_func_working_mktime" >&6; } + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5 +! printf %s "checking whether struct tm is in sys/time.h or time.h... " >&6; } +! if test ${ac_cv_struct_tm+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + #include + + int +! main (void) + { + struct tm tm; + int *p = &tm.tm_sec; +*************** +*** 13374,13391 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_struct_tm=time.h +! else +! ac_cv_struct_tm=sys/time.h + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_struct_tm" >&5 +! $as_echo "$ac_cv_struct_tm" >&6; } + if test $ac_cv_struct_tm = sys/time.h; then + +! $as_echo "#define TM_IN_SYS_TIME 1" >>confdefs.h + + fi + +--- 14135,14155 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + ac_cv_struct_tm=time.h +! else case e in #( +! e) ac_cv_struct_tm=sys/time.h ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_struct_tm" >&5 +! printf "%s\n" "$ac_cv_struct_tm" >&6; } + if test $ac_cv_struct_tm = sys/time.h; then + +! printf "%s\n" "#define TM_IN_SYS_TIME 1" >>confdefs.h + + fi + +*************** +*** 13393,13430 **** + #include <$ac_cv_struct_tm> + + " +! if test "x$ac_cv_member_struct_tm_tm_zone" = xyes; then : + +! cat >>confdefs.h <<_ACEOF +! #define HAVE_STRUCT_TM_TM_ZONE 1 +! _ACEOF + + + fi + + if test "$ac_cv_member_struct_tm_tm_zone" = yes; then + +! $as_echo "#define HAVE_TM_ZONE 1" >>confdefs.h + + else +! ac_fn_c_check_decl "$LINENO" "tzname" "ac_cv_have_decl_tzname" "#include +! " +! if test "x$ac_cv_have_decl_tzname" = xyes; then : + ac_have_decl=1 +! else +! ac_have_decl=0 + fi + +! cat >>confdefs.h <<_ACEOF +! #define HAVE_DECL_TZNAME $ac_have_decl +! _ACEOF +! +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tzname" >&5 +! $as_echo_n "checking for tzname... " >&6; } +! if ${ac_cv_var_tzname+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + #if !HAVE_DECL_TZNAME +--- 14157,14193 ---- + #include <$ac_cv_struct_tm> + + " +! if test "x$ac_cv_member_struct_tm_tm_zone" = xyes +! then : + +! printf "%s\n" "#define HAVE_STRUCT_TM_TM_ZONE 1" >>confdefs.h + + + fi + + if test "$ac_cv_member_struct_tm_tm_zone" = yes; then + +! printf "%s\n" "#define HAVE_TM_ZONE 1" >>confdefs.h + + else +! ac_fn_check_decl "$LINENO" "tzname" "ac_cv_have_decl_tzname" "#include +! " "$ac_c_undeclared_builtin_options" "CFLAGS" +! if test "x$ac_cv_have_decl_tzname" = xyes +! then : + ac_have_decl=1 +! else case e in #( +! e) ac_have_decl=0 ;; +! esac + fi ++ printf "%s\n" "#define HAVE_DECL_TZNAME $ac_have_decl" >>confdefs.h + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for tzname" >&5 +! printf %s "checking for tzname... " >&6; } +! if test ${ac_cv_var_tzname+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + #if !HAVE_DECL_TZNAME +*************** +*** 13432,13457 **** + #endif + + int +! main () + { + return tzname[0][0]; + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_link "$LINENO"; then : + ac_cv_var_tzname=yes +! else +! ac_cv_var_tzname=no + fi +! rm -f core conftest.err conftest.$ac_objext \ +! conftest$ac_exeext conftest.$ac_ext + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_var_tzname" >&5 +! $as_echo "$ac_cv_var_tzname" >&6; } + if test $ac_cv_var_tzname = yes; then + +! $as_echo "#define HAVE_TZNAME 1" >>confdefs.h + + fi + fi +--- 14195,14223 ---- + #endif + + int +! main (void) + { + return tzname[0][0]; + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_link "$LINENO" +! then : + ac_cv_var_tzname=yes +! else case e in #( +! e) ac_cv_var_tzname=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam \ +! conftest$ac_exeext conftest.$ac_ext ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_var_tzname" >&5 +! printf "%s\n" "$ac_cv_var_tzname" >&6; } + if test $ac_cv_var_tzname = yes; then + +! printf "%s\n" "#define HAVE_TZNAME 1" >>confdefs.h + + fi + fi +*************** +*** 13459,13478 **** + + ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include + " +! if test "x$ac_cv_member_struct_tm_tm_gmtoff" = xyes; then : + +! $as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h + + fi + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for O_CLOEXEC" >&5 +! $as_echo_n "checking for O_CLOEXEC... " >&6; } +! if ${gl_cv_macro_O_CLOEXEC+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + #ifndef O_CLOEXEC +--- 14225,14246 ---- + + ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include + " +! if test "x$ac_cv_member_struct_tm_tm_gmtoff" = xyes +! then : + +! printf "%s\n" "#define HAVE_TM_GMTOFF 1" >>confdefs.h + + fi + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for O_CLOEXEC" >&5 +! printf %s "checking for O_CLOEXEC... " >&6; } +! if test ${gl_cv_macro_O_CLOEXEC+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + #ifndef O_CLOEXEC +*************** +*** 13480,13545 **** + #endif + + int +! main () + { + return O_CLOEXEC; + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gl_cv_macro_O_CLOEXEC=yes +! else +! gl_cv_macro_O_CLOEXEC=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_macro_O_CLOEXEC" >&5 +! $as_echo "$gl_cv_macro_O_CLOEXEC" >&6; } + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for promoted mode_t type" >&5 +! $as_echo_n "checking for promoted mode_t type... " >&6; } +! if ${gl_cv_promoted_mode_t+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + int +! main () + { + typedef int array[2 * (sizeof (mode_t) < sizeof (int)) - 1]; + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gl_cv_promoted_mode_t='int' +! else +! gl_cv_promoted_mode_t='mode_t' + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_promoted_mode_t" >&5 +! $as_echo "$gl_cv_promoted_mode_t" >&6; } +! +! cat >>confdefs.h <<_ACEOF +! #define PROMOTED_MODE_T $gl_cv_promoted_mode_t +! _ACEOF + + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5 +! $as_echo_n "checking for stdbool.h that conforms to C99... " >&6; } +! if ${ac_cv_header_stdbool_h+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +--- 14248,14318 ---- + #endif + + int +! main (void) + { + return O_CLOEXEC; + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gl_cv_macro_O_CLOEXEC=yes +! else case e in #( +! e) gl_cv_macro_O_CLOEXEC=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_macro_O_CLOEXEC" >&5 +! printf "%s\n" "$gl_cv_macro_O_CLOEXEC" >&6; } + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for promoted mode_t type" >&5 +! printf %s "checking for promoted mode_t type... " >&6; } +! if test ${gl_cv_promoted_mode_t+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + int +! main (void) + { + typedef int array[2 * (sizeof (mode_t) < sizeof (int)) - 1]; + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gl_cv_promoted_mode_t='int' +! else case e in #( +! e) gl_cv_promoted_mode_t='mode_t' ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_promoted_mode_t" >&5 +! printf "%s\n" "$gl_cv_promoted_mode_t" >&6; } + ++ printf "%s\n" "#define PROMOTED_MODE_T $gl_cv_promoted_mode_t" >>confdefs.h + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5 +! printf %s "checking for stdbool.h that conforms to C99... " >&6; } +! if test ${ac_cv_header_stdbool_h+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +*************** +*** 13595,13601 **** + bool *qq = &q; + + int +! main () + { + + bool e = &s; +--- 14368,14374 ---- + bool *qq = &q; + + int +! main (void) + { + + bool e = &s; +*************** +*** 13609,13629 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_header_stdbool_h=yes +! else +! ac_cv_header_stdbool_h=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5 +! $as_echo "$ac_cv_header_stdbool_h" >&6; } + ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default" +! if test "x$ac_cv_type__Bool" = xyes; then : + +! cat >>confdefs.h <<_ACEOF +! #define HAVE__BOOL 1 +! _ACEOF + + + fi +--- 14382,14404 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + ac_cv_header_stdbool_h=yes +! else case e in #( +! e) ac_cv_header_stdbool_h=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5 +! printf "%s\n" "$ac_cv_header_stdbool_h" >&6; } + ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default" +! if test "x$ac_cv_type__Bool" = xyes +! then : + +! printf "%s\n" "#define HAVE__BOOL 1" >>confdefs.h + + + fi +*************** +*** 13661,13676 **** + : ${YACC='bison -y'} + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compound literals" >&5 +! $as_echo_n "checking for compound literals... " >&6; } +! if ${gl_cv_compound_literals+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + struct s { int i, j; }; + int +! main () + { + struct s t = (struct s) { 3, 4 }; + if (t.i != 0) return 0; +--- 14436,14452 ---- + : ${YACC='bison -y'} + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for compound literals" >&5 +! printf %s "checking for compound literals... " >&6; } +! if test ${gl_cv_compound_literals+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + struct s { int i, j; }; + int +! main (void) + { + struct s t = (struct s) { 3, 4 }; + if (t.i != 0) return 0; +*************** +*** 13678,13695 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gl_cv_compound_literals=yes +! else +! gl_cv_compound_literals=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_compound_literals" >&5 +! $as_echo "$gl_cv_compound_literals" >&6; } + if test $gl_cv_compound_literals = yes; then + +! $as_echo "#define HAVE_COMPOUND_LITERALS 1" >>confdefs.h + + fi + +--- 14454,14474 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gl_cv_compound_literals=yes +! else case e in #( +! e) gl_cv_compound_literals=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_compound_literals" >&5 +! printf "%s\n" "$gl_cv_compound_literals" >&6; } + if test $gl_cv_compound_literals = yes; then + +! printf "%s\n" "#define HAVE_COMPOUND_LITERALS 1" >>confdefs.h + + fi + +*************** +*** 13821,13838 **** + + + +! +! +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ssize_t" >&5 +! $as_echo_n "checking for ssize_t... " >&6; } +! if ${gt_cv_ssize_t+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + int +! main () + { + int x = sizeof (ssize_t *) + sizeof (ssize_t); + return !x; +--- 14599,14615 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ssize_t" >&5 +! printf %s "checking for ssize_t... " >&6; } +! if test ${gt_cv_ssize_t+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + int +! main (void) + { + int x = sizeof (ssize_t *) + sizeof (ssize_t); + return !x; +*************** +*** 13840,13871 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gt_cv_ssize_t=yes +! else +! gt_cv_ssize_t=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_ssize_t" >&5 +! $as_echo "$gt_cv_ssize_t" >&6; } + if test $gt_cv_ssize_t = no; then + +! $as_echo "#define ssize_t int" >>confdefs.h + + fi + +! ac_fn_c_check_decl "$LINENO" "setenv" "ac_cv_have_decl_setenv" "$ac_includes_default" +! if test "x$ac_cv_have_decl_setenv" = xyes; then : + ac_have_decl=1 +! else +! ac_have_decl=0 + fi +! +! cat >>confdefs.h <<_ACEOF +! #define HAVE_DECL_SETENV $ac_have_decl +! _ACEOF +! + + + +--- 14617,14649 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gt_cv_ssize_t=yes +! else case e in #( +! e) gt_cv_ssize_t=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gt_cv_ssize_t" >&5 +! printf "%s\n" "$gt_cv_ssize_t" >&6; } + if test $gt_cv_ssize_t = no; then + +! printf "%s\n" "#define ssize_t int" >>confdefs.h + + fi + +! ac_fn_check_decl "$LINENO" "setenv" "ac_cv_have_decl_setenv" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" +! if test "x$ac_cv_have_decl_setenv" = xyes +! then : + ac_have_decl=1 +! else case e in #( +! e) ac_have_decl=0 ;; +! esac + fi +! printf "%s\n" "#define HAVE_DECL_SETENV $ac_have_decl" >>confdefs.h + + + +*************** +*** 13879,13906 **** + + + +! for ac_header in search.h +! do : +! ac_fn_c_check_header_mongrel "$LINENO" "search.h" "ac_cv_header_search_h" "$ac_includes_default" +! if test "x$ac_cv_header_search_h" = xyes; then : +! cat >>confdefs.h <<_ACEOF +! #define HAVE_SEARCH_H 1 +! _ACEOF + + fi + +- done +- +- for ac_func in tsearch +- do : + ac_fn_c_check_func "$LINENO" "tsearch" "ac_cv_func_tsearch" +! if test "x$ac_cv_func_tsearch" = xyes; then : +! cat >>confdefs.h <<_ACEOF +! #define HAVE_TSEARCH 1 +! _ACEOF + + fi +- done + + + +--- 14657,14675 ---- + + + +! ac_fn_c_check_header_compile "$LINENO" "search.h" "ac_cv_header_search_h" "$ac_includes_default" +! if test "x$ac_cv_header_search_h" = xyes +! then : +! printf "%s\n" "#define HAVE_SEARCH_H 1" >>confdefs.h + + fi + + ac_fn_c_check_func "$LINENO" "tsearch" "ac_cv_func_tsearch" +! if test "x$ac_cv_func_tsearch" = xyes +! then : +! printf "%s\n" "#define HAVE_TSEARCH 1" >>confdefs.h + + fi + + + +*************** +*** 13911,13925 **** + #include + + " +! if test "x$ac_cv_type_sigset_t" = xyes; then : + +! cat >>confdefs.h <<_ACEOF +! #define HAVE_SIGSET_T 1 +! _ACEOF + + gl_cv_type_sigset_t=yes +! else +! gl_cv_type_sigset_t=no + fi + + if test $gl_cv_type_sigset_t != yes; then +--- 14680,14694 ---- + #include + + " +! if test "x$ac_cv_type_sigset_t" = xyes +! then : + +! printf "%s\n" "#define HAVE_SIGSET_T 1" >>confdefs.h + + gl_cv_type_sigset_t=yes +! else case e in #( +! e) gl_cv_type_sigset_t=no ;; +! esac + fi + + if test $gl_cv_type_sigset_t != yes; then +*************** +*** 13932,13990 **** + HAVE_WCHAR_T=1; + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wchar_t" >&5 +! $as_echo_n "checking for wchar_t... " >&6; } +! if ${gt_cv_c_wchar_t+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + wchar_t foo = (wchar_t)'\0'; + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gt_cv_c_wchar_t=yes +! else +! gt_cv_c_wchar_t=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_c_wchar_t" >&5 +! $as_echo "$gt_cv_c_wchar_t" >&6; } + if test $gt_cv_c_wchar_t = yes; then + +! $as_echo "#define HAVE_WCHAR_T 1" >>confdefs.h + + fi + + +! +! ac_fn_c_check_decl "$LINENO" "strdup" "ac_cv_have_decl_strdup" "$ac_includes_default" +! if test "x$ac_cv_have_decl_strdup" = xyes; then : + ac_have_decl=1 +! else +! ac_have_decl=0 + fi +! +! cat >>confdefs.h <<_ACEOF +! #define HAVE_DECL_STRDUP $ac_have_decl +! _ACEOF + + + REPLACE_STRERROR_0=0 +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether strerror(0) succeeds" >&5 +! $as_echo_n "checking whether strerror(0) succeeds... " >&6; } +! if ${gl_cv_func_strerror_0_works+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test "$cross_compiling" = yes; then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu* | gnu*) gl_cv_func_strerror_0_works="guessing yes" ;; +--- 14701,14763 ---- + HAVE_WCHAR_T=1; + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for wchar_t" >&5 +! printf %s "checking for wchar_t... " >&6; } +! if test ${gt_cv_c_wchar_t+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + wchar_t foo = (wchar_t)'\0'; + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gt_cv_c_wchar_t=yes +! else case e in #( +! e) gt_cv_c_wchar_t=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gt_cv_c_wchar_t" >&5 +! printf "%s\n" "$gt_cv_c_wchar_t" >&6; } + if test $gt_cv_c_wchar_t = yes; then + +! printf "%s\n" "#define HAVE_WCHAR_T 1" >>confdefs.h + + fi + + +! ac_fn_check_decl "$LINENO" "strdup" "ac_cv_have_decl_strdup" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" +! if test "x$ac_cv_have_decl_strdup" = xyes +! then : + ac_have_decl=1 +! else case e in #( +! e) ac_have_decl=0 ;; +! esac + fi +! printf "%s\n" "#define HAVE_DECL_STRDUP $ac_have_decl" >>confdefs.h + + + REPLACE_STRERROR_0=0 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether strerror(0) succeeds" >&5 +! printf %s "checking whether strerror(0) succeeds... " >&6; } +! if test ${gl_cv_func_strerror_0_works+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test "$cross_compiling" = yes +! then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu* | gnu*) gl_cv_func_strerror_0_works="guessing yes" ;; +*************** +*** 13994,14007 **** + *) gl_cv_func_strerror_0_works="guessing no" ;; + esac + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + #include + + int +! main () + { + int result = 0; + char *str; +--- 14767,14780 ---- + *) gl_cv_func_strerror_0_works="guessing no" ;; + esac + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + #include + + int +! main (void) + { + int result = 0; + char *str; +*************** +*** 14016,14040 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_strerror_0_works=yes +! else +! gl_cv_func_strerror_0_works=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_strerror_0_works" >&5 +! $as_echo "$gl_cv_func_strerror_0_works" >&6; } + case "$gl_cv_func_strerror_0_works" in + *yes) ;; + *) + REPLACE_STRERROR_0=1 + +! $as_echo "#define REPLACE_STRERROR_0 1" >>confdefs.h + + ;; + esac +--- 14789,14817 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_strerror_0_works=yes +! else case e in #( +! e) gl_cv_func_strerror_0_works=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_strerror_0_works" >&5 +! printf "%s\n" "$gl_cv_func_strerror_0_works" >&6; } + case "$gl_cv_func_strerror_0_works" in + *yes) ;; + *) + REPLACE_STRERROR_0=1 + +! printf "%s\n" "#define REPLACE_STRERROR_0 1" >>confdefs.h + + ;; + esac +*************** +*** 14053,14064 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_string_h='<'string.h'>' + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! $as_echo_n "checking absolute name of ... " >&6; } +! if ${gl_cv_next_string_h+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +--- 14830,14842 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_string_h='<'string.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! printf %s "checking absolute name of ... " >&6; } +! if test ${gl_cv_next_string_h+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +*************** +*** 14094,14103 **** + gl_header=$gl_cv_absolute_string_h + gl_cv_next_string_h='"'$gl_header'"' + +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_string_h" >&5 +! $as_echo "$gl_cv_next_string_h" >&6; } + fi + NEXT_STRING_H=$gl_cv_next_string_h + +--- 14872,14882 ---- + gl_header=$gl_cv_absolute_string_h + gl_cv_next_string_h='"'$gl_header'"' + +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_string_h" >&5 +! printf "%s\n" "$gl_cv_next_string_h" >&6; } + fi + NEXT_STRING_H=$gl_cv_next_string_h + +*************** +*** 14116,14133 **** + + + for gl_func in ffsl ffsll memmem mempcpy memrchr rawmemchr stpcpy stpncpy strchrnul strdup strncat strndup strnlen strpbrk strsep strcasestr strtok_r strerror_r strsignal strverscmp; do +! as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 +! $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } +! if eval \${$as_gl_Symbol+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + + int +! main () + { + #undef $gl_func + (void) $gl_func; +--- 14895,14913 ---- + + + for gl_func in ffsl ffsll memmem mempcpy memrchr rawmemchr stpcpy stpncpy strchrnul strdup strncat strndup strnlen strpbrk strsep strcasestr strtok_r strerror_r strsignal strverscmp; do +! as_gl_Symbol=`printf "%s\n" "gl_cv_have_raw_decl_$gl_func" | sed "$as_sed_sh"` +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 +! printf %s "checking whether $gl_func is declared without a macro... " >&6; } +! if eval test \${$as_gl_Symbol+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + + int +! main (void) + { + #undef $gl_func + (void) $gl_func; +*************** +*** 14135,14153 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + eval "$as_gl_Symbol=yes" +! else +! eval "$as_gl_Symbol=no" + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + eval ac_res=\$$as_gl_Symbol +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! $as_echo "$ac_res" >&6; } +! if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +! #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 + _ACEOF + + eval ac_cv_have_decl_$gl_func=yes +--- 14915,14937 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + eval "$as_gl_Symbol=yes" +! else case e in #( +! e) eval "$as_gl_Symbol=no" ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + eval ac_res=\$$as_gl_Symbol +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf "%s\n" "$ac_res" >&6; } +! if eval test \"x\$"$as_gl_Symbol"\" = x"yes" +! then : + cat >>confdefs.h <<_ACEOF +! #define `printf "%s\n" "HAVE_RAW_DECL_$gl_func" | sed "$as_sed_cpp"` 1 + _ACEOF + + eval ac_cv_have_decl_$gl_func=yes +*************** +*** 14155,14183 **** + done + + +! ac_fn_c_check_decl "$LINENO" "strndup" "ac_cv_have_decl_strndup" "$ac_includes_default" +! if test "x$ac_cv_have_decl_strndup" = xyes; then : + ac_have_decl=1 +! else +! ac_have_decl=0 + fi +! +! cat >>confdefs.h <<_ACEOF +! #define HAVE_DECL_STRNDUP $ac_have_decl +! _ACEOF + + +! +! ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default" +! if test "x$ac_cv_have_decl_strnlen" = xyes; then : + ac_have_decl=1 +! else +! ac_have_decl=0 + fi +! +! cat >>confdefs.h <<_ACEOF +! #define HAVE_DECL_STRNLEN $ac_have_decl +! _ACEOF + + + +--- 14939,14964 ---- + done + + +! ac_fn_check_decl "$LINENO" "strndup" "ac_cv_have_decl_strndup" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" +! if test "x$ac_cv_have_decl_strndup" = xyes +! then : + ac_have_decl=1 +! else case e in #( +! e) ac_have_decl=0 ;; +! esac + fi +! printf "%s\n" "#define HAVE_DECL_STRNDUP $ac_have_decl" >>confdefs.h + + +! ac_fn_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" +! if test "x$ac_cv_have_decl_strnlen" = xyes +! then : + ac_have_decl=1 +! else case e in #( +! e) ac_have_decl=0 ;; +! esac + fi +! printf "%s\n" "#define HAVE_DECL_STRNLEN $ac_have_decl" >>confdefs.h + + + +*************** +*** 14190,14197 **** + + + +! +! $as_echo "#define _USE_STD_STAT 1" >>confdefs.h + + + +--- 14971,14977 ---- + + + +! printf "%s\n" "#define _USE_STD_STAT 1" >>confdefs.h + + + +*************** +*** 14206,14217 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_sys_types_h='<'sys/types.h'>' + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! $as_echo_n "checking absolute name of ... " >&6; } +! if ${gl_cv_next_sys_types_h+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +--- 14986,14998 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_sys_types_h='<'sys/types.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! printf %s "checking absolute name of ... " >&6; } +! if test ${gl_cv_next_sys_types_h+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +*************** +*** 14247,14256 **** + gl_header=$gl_cv_absolute_sys_types_h + gl_cv_next_sys_types_h='"'$gl_header'"' + +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_types_h" >&5 +! $as_echo "$gl_cv_next_sys_types_h" >&6; } + fi + NEXT_SYS_TYPES_H=$gl_cv_next_sys_types_h + +--- 15028,15038 ---- + gl_header=$gl_cv_absolute_sys_types_h + gl_cv_next_sys_types_h='"'$gl_header'"' + +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_types_h" >&5 +! printf "%s\n" "$gl_cv_next_sys_types_h" >&6; } + fi + NEXT_SYS_TYPES_H=$gl_cv_next_sys_types_h + +*************** +*** 14280,14311 **** + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in " >&5 +! $as_echo_n "checking for struct timespec in ... " >&6; } +! if ${gl_cv_sys_struct_timespec_in_time_h+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + + int +! main () + { + static struct timespec x; x.tv_sec = x.tv_nsec; + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gl_cv_sys_struct_timespec_in_time_h=yes +! else +! gl_cv_sys_struct_timespec_in_time_h=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_timespec_in_time_h" >&5 +! $as_echo "$gl_cv_sys_struct_timespec_in_time_h" >&6; } + + TIME_H_DEFINES_STRUCT_TIMESPEC=0 + SYS_TIME_H_DEFINES_STRUCT_TIMESPEC=0 +--- 15062,15097 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for struct timespec in " >&5 +! printf %s "checking for struct timespec in ... " >&6; } +! if test ${gl_cv_sys_struct_timespec_in_time_h+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + + int +! main (void) + { + static struct timespec x; x.tv_sec = x.tv_nsec; + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gl_cv_sys_struct_timespec_in_time_h=yes +! else case e in #( +! e) gl_cv_sys_struct_timespec_in_time_h=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_timespec_in_time_h" >&5 +! printf "%s\n" "$gl_cv_sys_struct_timespec_in_time_h" >&6; } + + TIME_H_DEFINES_STRUCT_TIMESPEC=0 + SYS_TIME_H_DEFINES_STRUCT_TIMESPEC=0 +*************** +*** 14314,14403 **** + if test $gl_cv_sys_struct_timespec_in_time_h = yes; then + TIME_H_DEFINES_STRUCT_TIMESPEC=1 + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in " >&5 +! $as_echo_n "checking for struct timespec in ... " >&6; } +! if ${gl_cv_sys_struct_timespec_in_sys_time_h+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + + int +! main () + { + static struct timespec x; x.tv_sec = x.tv_nsec; + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gl_cv_sys_struct_timespec_in_sys_time_h=yes +! else +! gl_cv_sys_struct_timespec_in_sys_time_h=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_timespec_in_sys_time_h" >&5 +! $as_echo "$gl_cv_sys_struct_timespec_in_sys_time_h" >&6; } + if test $gl_cv_sys_struct_timespec_in_sys_time_h = yes; then + SYS_TIME_H_DEFINES_STRUCT_TIMESPEC=1 + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in " >&5 +! $as_echo_n "checking for struct timespec in ... " >&6; } +! if ${gl_cv_sys_struct_timespec_in_pthread_h+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + + int +! main () + { + static struct timespec x; x.tv_sec = x.tv_nsec; + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gl_cv_sys_struct_timespec_in_pthread_h=yes +! else +! gl_cv_sys_struct_timespec_in_pthread_h=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_timespec_in_pthread_h" >&5 +! $as_echo "$gl_cv_sys_struct_timespec_in_pthread_h" >&6; } + if test $gl_cv_sys_struct_timespec_in_pthread_h = yes; then + PTHREAD_H_DEFINES_STRUCT_TIMESPEC=1 + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in " >&5 +! $as_echo_n "checking for struct timespec in ... " >&6; } +! if ${gl_cv_sys_struct_timespec_in_unistd_h+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + + int +! main () + { + static struct timespec x; x.tv_sec = x.tv_nsec; + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gl_cv_sys_struct_timespec_in_unistd_h=yes +! else +! gl_cv_sys_struct_timespec_in_unistd_h=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_timespec_in_unistd_h" >&5 +! $as_echo "$gl_cv_sys_struct_timespec_in_unistd_h" >&6; } + if test $gl_cv_sys_struct_timespec_in_unistd_h = yes; then + UNISTD_H_DEFINES_STRUCT_TIMESPEC=1 + fi +--- 15100,15201 ---- + if test $gl_cv_sys_struct_timespec_in_time_h = yes; then + TIME_H_DEFINES_STRUCT_TIMESPEC=1 + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for struct timespec in " >&5 +! printf %s "checking for struct timespec in ... " >&6; } +! if test ${gl_cv_sys_struct_timespec_in_sys_time_h+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + + int +! main (void) + { + static struct timespec x; x.tv_sec = x.tv_nsec; + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gl_cv_sys_struct_timespec_in_sys_time_h=yes +! else case e in #( +! e) gl_cv_sys_struct_timespec_in_sys_time_h=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_timespec_in_sys_time_h" >&5 +! printf "%s\n" "$gl_cv_sys_struct_timespec_in_sys_time_h" >&6; } + if test $gl_cv_sys_struct_timespec_in_sys_time_h = yes; then + SYS_TIME_H_DEFINES_STRUCT_TIMESPEC=1 + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for struct timespec in " >&5 +! printf %s "checking for struct timespec in ... " >&6; } +! if test ${gl_cv_sys_struct_timespec_in_pthread_h+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + + int +! main (void) + { + static struct timespec x; x.tv_sec = x.tv_nsec; + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gl_cv_sys_struct_timespec_in_pthread_h=yes +! else case e in #( +! e) gl_cv_sys_struct_timespec_in_pthread_h=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_timespec_in_pthread_h" >&5 +! printf "%s\n" "$gl_cv_sys_struct_timespec_in_pthread_h" >&6; } + if test $gl_cv_sys_struct_timespec_in_pthread_h = yes; then + PTHREAD_H_DEFINES_STRUCT_TIMESPEC=1 + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for struct timespec in " >&5 +! printf %s "checking for struct timespec in ... " >&6; } +! if test ${gl_cv_sys_struct_timespec_in_unistd_h+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + + int +! main (void) + { + static struct timespec x; x.tv_sec = x.tv_nsec; + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gl_cv_sys_struct_timespec_in_unistd_h=yes +! else case e in #( +! e) gl_cv_sys_struct_timespec_in_unistd_h=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_timespec_in_unistd_h" >&5 +! printf "%s\n" "$gl_cv_sys_struct_timespec_in_unistd_h" >&6; } + if test $gl_cv_sys_struct_timespec_in_unistd_h = yes; then + UNISTD_H_DEFINES_STRUCT_TIMESPEC=1 + fi +*************** +*** 14423,14434 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_time_h='<'time.h'>' + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! $as_echo_n "checking absolute name of ... " >&6; } +! if ${gl_cv_next_time_h+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +--- 15221,15233 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_time_h='<'time.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! printf %s "checking absolute name of ... " >&6; } +! if test ${gl_cv_next_time_h+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +*************** +*** 14464,14473 **** + gl_header=$gl_cv_absolute_time_h + gl_cv_next_time_h='"'$gl_header'"' + +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_time_h" >&5 +! $as_echo "$gl_cv_next_time_h" >&6; } + fi + NEXT_TIME_H=$gl_cv_next_time_h + +--- 15263,15273 ---- + gl_header=$gl_cv_absolute_time_h + gl_cv_next_time_h='"'$gl_header'"' + +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_time_h" >&5 +! printf "%s\n" "$gl_cv_next_time_h" >&6; } + fi + NEXT_TIME_H=$gl_cv_next_time_h + +*************** +*** 14489,14508 **** + + + +! +! +! +! +! ac_fn_c_check_decl "$LINENO" "unsetenv" "ac_cv_have_decl_unsetenv" "$ac_includes_default" +! if test "x$ac_cv_have_decl_unsetenv" = xyes; then : + ac_have_decl=1 +! else +! ac_have_decl=0 + fi +! +! cat >>confdefs.h <<_ACEOF +! #define HAVE_DECL_UNSETENV $ac_have_decl +! _ACEOF + + + GNULIB_UTIME=0; +--- 15289,15303 ---- + + + +! ac_fn_check_decl "$LINENO" "unsetenv" "ac_cv_have_decl_unsetenv" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS" +! if test "x$ac_cv_have_decl_unsetenv" = xyes +! then : + ac_have_decl=1 +! else case e in #( +! e) ac_have_decl=0 ;; +! esac + fi +! printf "%s\n" "#define HAVE_DECL_UNSETENV $ac_have_decl" >>confdefs.h + + + GNULIB_UTIME=0; +*************** +*** 14512,14533 **** + + + +! +! +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the utimes function works" >&5 +! $as_echo_n "checking whether the utimes function works... " >&6; } +! if ${gl_cv_func_working_utimes+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test "$cross_compiling" = yes; then : + case "$host_os" in + # Guess no on native Windows. + mingw*) gl_cv_func_working_utimes="guessing no" ;; + *) gl_cv_func_working_utimes="guessing no" ;; + esac + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +--- 15307,15328 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the utimes function works" >&5 +! printf %s "checking whether the utimes function works... " >&6; } +! if test ${gl_cv_func_working_utimes+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test "$cross_compiling" = yes +! then : + case "$host_os" in + # Guess no on native Windows. + mingw*) gl_cv_func_working_utimes="guessing no" ;; + *) gl_cv_func_working_utimes="guessing no" ;; + esac + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +*************** +*** 14647,14670 **** + } + + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_working_utimes=yes +! else +! gl_cv_func_working_utimes=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_working_utimes" >&5 +! $as_echo "$gl_cv_func_working_utimes" >&6; } + + case "$gl_cv_func_working_utimes" in + *yes) + +! $as_echo "#define HAVE_WORKING_UTIMES 1" >>confdefs.h + + ;; + esac +--- 15442,15469 ---- + } + + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_working_utimes=yes +! else case e in #( +! e) gl_cv_func_working_utimes=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_working_utimes" >&5 +! printf "%s\n" "$gl_cv_func_working_utimes" >&6; } + + case "$gl_cv_func_working_utimes" in + *yes) + +! printf "%s\n" "#define HAVE_WORKING_UTIMES 1" >>confdefs.h + + ;; + esac +*************** +*** 14693,14778 **** + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inttypes.h" >&5 +! $as_echo_n "checking for inttypes.h... " >&6; } +! if ${gl_cv_header_inttypes_h+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include + #include + + int +! main () + { + uintmax_t i = (uintmax_t) -1; return !i; + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gl_cv_header_inttypes_h=yes +! else +! gl_cv_header_inttypes_h=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_inttypes_h" >&5 +! $as_echo "$gl_cv_header_inttypes_h" >&6; } + if test $gl_cv_header_inttypes_h = yes; then + +! cat >>confdefs.h <<_ACEOF +! #define HAVE_INTTYPES_H_WITH_UINTMAX 1 +! _ACEOF + + fi + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdint.h" >&5 +! $as_echo_n "checking for stdint.h... " >&6; } +! if ${gl_cv_header_stdint_h+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + #include + int +! main () + { + uintmax_t i = (uintmax_t) -1; return !i; + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gl_cv_header_stdint_h=yes +! else +! gl_cv_header_stdint_h=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_stdint_h" >&5 +! $as_echo "$gl_cv_header_stdint_h" >&6; } + if test $gl_cv_header_stdint_h = yes; then + +! cat >>confdefs.h <<_ACEOF +! #define HAVE_STDINT_H_WITH_UINTMAX 1 +! _ACEOF + + fi + + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for intmax_t" >&5 +! $as_echo_n "checking for intmax_t... " >&6; } +! if ${gt_cv_c_intmax_t+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +--- 15485,15575 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for inttypes.h" >&5 +! printf %s "checking for inttypes.h... " >&6; } +! if test ${gl_cv_header_inttypes_h+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include + #include + + int +! main (void) + { + uintmax_t i = (uintmax_t) -1; return !i; + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gl_cv_header_inttypes_h=yes +! else case e in #( +! e) gl_cv_header_inttypes_h=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_inttypes_h" >&5 +! printf "%s\n" "$gl_cv_header_inttypes_h" >&6; } + if test $gl_cv_header_inttypes_h = yes; then + +! printf "%s\n" "#define HAVE_INTTYPES_H_WITH_UINTMAX 1" >>confdefs.h + + fi + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for stdint.h" >&5 +! printf %s "checking for stdint.h... " >&6; } +! if test ${gl_cv_header_stdint_h+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + #include + int +! main (void) + { + uintmax_t i = (uintmax_t) -1; return !i; + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gl_cv_header_stdint_h=yes +! else case e in #( +! e) gl_cv_header_stdint_h=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_stdint_h" >&5 +! printf "%s\n" "$gl_cv_header_stdint_h" >&6; } + if test $gl_cv_header_stdint_h = yes; then + +! printf "%s\n" "#define HAVE_STDINT_H_WITH_UINTMAX 1" >>confdefs.h + + fi + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for intmax_t" >&5 +! printf %s "checking for intmax_t... " >&6; } +! if test ${gt_cv_c_intmax_t+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +*************** +*** 14785,14809 **** + #endif + + int +! main () + { + intmax_t x = -1; return !x; + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gt_cv_c_intmax_t=yes +! else +! gt_cv_c_intmax_t=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_c_intmax_t" >&5 +! $as_echo "$gt_cv_c_intmax_t" >&6; } + if test $gt_cv_c_intmax_t = yes; then + +! $as_echo "#define HAVE_INTMAX_T 1" >>confdefs.h + + else + +--- 15582,15609 ---- + #endif + + int +! main (void) + { + intmax_t x = -1; return !x; + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gt_cv_c_intmax_t=yes +! else case e in #( +! e) gt_cv_c_intmax_t=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gt_cv_c_intmax_t" >&5 +! printf "%s\n" "$gt_cv_c_intmax_t" >&6; } + if test $gt_cv_c_intmax_t = yes; then + +! printf "%s\n" "#define HAVE_INTMAX_T 1" >>confdefs.h + + else + +*************** +*** 14811,14830 **** + && ac_type='long long' \ + || ac_type='long' + +! cat >>confdefs.h <<_ACEOF +! #define intmax_t $ac_type +! _ACEOF + + fi + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the exponent in a 'double'" >&5 +! $as_echo_n "checking where to find the exponent in a 'double'... " >&6; } +! if ${gl_cv_cc_double_expbit0+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! +! if test "$cross_compiling" = yes; then : + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +--- 15611,15630 ---- + && ac_type='long long' \ + || ac_type='long' + +! printf "%s\n" "#define intmax_t $ac_type" >>confdefs.h + + fi + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking where to find the exponent in a 'double'" >&5 +! printf %s "checking where to find the exponent in a 'double'... " >&6; } +! if test ${gl_cv_cc_double_expbit0+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) +! if test "$cross_compiling" = yes +! then : + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +*************** +*** 14835,14849 **** + + _ACEOF + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP "mixed_endianness" >/dev/null 2>&1; then : + gl_cv_cc_double_expbit0="unknown" +! else +! + : +! if ${ac_cv_c_bigendian+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! ac_cv_c_bigendian=unknown + # See if we're dealing with a universal compiler. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +--- 15635,15651 ---- + + _ACEOF + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP_TRADITIONAL "mixed_endianness" >/dev/null 2>&1 +! then : + gl_cv_cc_double_expbit0="unknown" +! else case e in #( +! e) + : +! if test ${ac_cv_c_bigendian+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) ac_cv_c_bigendian=unknown + # See if we're dealing with a universal compiler. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +*************** +*** 14853,14859 **** + typedef int dummy; + + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + + # Check for potential -arch flags. It is not universal unless + # there are at least two -arch flags with different values. +--- 15655,15662 ---- + typedef int dummy; + + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + + # Check for potential -arch flags. It is not universal unless + # there are at least two -arch flags with different values. +*************** +*** 14877,14883 **** + fi + done + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + if test $ac_cv_c_bigendian = unknown; then + # See if sys/param.h defines the BYTE_ORDER macro. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +--- 15680,15686 ---- + fi + done + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + if test $ac_cv_c_bigendian = unknown; then + # See if sys/param.h defines the BYTE_ORDER macro. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +*************** +*** 14886,14895 **** + #include + + int +! main () + { +! #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \ +! && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \ + && LITTLE_ENDIAN) + bogus endian macros + #endif +--- 15689,15698 ---- + #include + + int +! main (void) + { +! #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \\ +! && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \\ + && LITTLE_ENDIAN) + bogus endian macros + #endif +*************** +*** 14898,14904 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + # It does; now see whether it defined to BIG_ENDIAN or not. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +--- 15701,15708 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + # It does; now see whether it defined to BIG_ENDIAN or not. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +*************** +*** 14906,14912 **** + #include + + int +! main () + { + #if BYTE_ORDER != BIG_ENDIAN + not big endian +--- 15710,15716 ---- + #include + + int +! main (void) + { + #if BYTE_ORDER != BIG_ENDIAN + not big endian +*************** +*** 14916,14929 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_c_bigendian=yes +! else +! ac_cv_c_bigendian=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + if test $ac_cv_c_bigendian = unknown; then + # See if defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris). +--- 15720,15735 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + ac_cv_c_bigendian=yes +! else case e in #( +! e) ac_cv_c_bigendian=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + if test $ac_cv_c_bigendian = unknown; then + # See if defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris). +*************** +*** 14932,14938 **** + #include + + int +! main () + { + #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN) + bogus endian macros +--- 15738,15744 ---- + #include + + int +! main (void) + { + #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN) + bogus endian macros +*************** +*** 14942,14955 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + # It does; now see whether it defined to _BIG_ENDIAN or not. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + + int +! main () + { + #ifndef _BIG_ENDIAN + not big endian +--- 15748,15762 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + # It does; now see whether it defined to _BIG_ENDIAN or not. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + + int +! main (void) + { + #ifndef _BIG_ENDIAN + not big endian +*************** +*** 14959,15008 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_c_bigendian=yes +! else +! ac_cv_c_bigendian=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + if test $ac_cv_c_bigendian = unknown; then + # Compile a test program. +! if test "$cross_compiling" = yes; then : + # Try to guess by grepping values from an object file. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +! short int ascii_mm[] = + { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; +! short int ascii_ii[] = + { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; + int use_ascii (int i) { + return ascii_mm[i] + ascii_ii[i]; + } +! short int ebcdic_ii[] = + { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; +! short int ebcdic_mm[] = + { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; + int use_ebcdic (int i) { + return ebcdic_mm[i] + ebcdic_ii[i]; + } +! extern int foo; +! +! int +! main () +! { +! return use_ascii (foo) == use_ebcdic (foo); +! ; +! return 0; +! } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : +! if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then + ac_cv_c_bigendian=yes + fi +! if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then + if test "$ac_cv_c_bigendian" = unknown; then + ac_cv_c_bigendian=no + else +--- 15766,15820 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + ac_cv_c_bigendian=yes +! else case e in #( +! e) ac_cv_c_bigendian=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + if test $ac_cv_c_bigendian = unknown; then + # Compile a test program. +! if test "$cross_compiling" = yes +! then : + # Try to guess by grepping values from an object file. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +! unsigned short int ascii_mm[] = + { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; +! unsigned short int ascii_ii[] = + { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; + int use_ascii (int i) { + return ascii_mm[i] + ascii_ii[i]; + } +! unsigned short int ebcdic_ii[] = + { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; +! unsigned short int ebcdic_mm[] = + { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; + int use_ebcdic (int i) { + return ebcdic_mm[i] + ebcdic_ii[i]; + } +! int +! main (int argc, char **argv) +! { +! /* Intimidate the compiler so that it does not +! optimize the arrays away. */ +! char *p = argv[0]; +! ascii_mm[1] = *p++; ebcdic_mm[1] = *p++; +! ascii_ii[1] = *p++; ebcdic_ii[1] = *p++; +! return use_ascii (argc) == use_ebcdic (*p); +! } + _ACEOF +! if ac_fn_c_try_link "$LINENO" +! then : +! if grep BIGenDianSyS conftest$ac_exeext >/dev/null; then + ac_cv_c_bigendian=yes + fi +! if grep LiTTleEnDian conftest$ac_exeext >/dev/null ; then + if test "$ac_cv_c_bigendian" = unknown; then + ac_cv_c_bigendian=no + else +*************** +*** 15011,15023 **** + fi + fi + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + $ac_includes_default + int +! main () + { + + /* Are we little or big endian? From Harbison&Steele. */ +--- 15823,15836 ---- + fi + fi + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam \ +! conftest$ac_exeext conftest.$ac_ext +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + $ac_includes_default + int +! main (void) + { + + /* Are we little or big endian? From Harbison&Steele. */ +*************** +*** 15033,15048 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + ac_cv_c_bigendian=no +! else +! ac_cv_c_bigendian=yes + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + +! fi + fi + : + case $ac_cv_c_bigendian in #( +--- 15846,15865 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + ac_cv_c_bigendian=no +! else case e in #( +! e) ac_cv_c_bigendian=yes ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + +! fi ;; +! esac + fi + : + case $ac_cv_c_bigendian in #( +*************** +*** 15052,15071 **** + gl_cv_cc_double_expbit0="word 1 bit 20" ;; #( + universal) + +! $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h + + ;; #( + *) + gl_cv_cc_double_expbit0="unknown" ;; + esac + +! + fi +! rm -f conftest* + + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +--- 15869,15889 ---- + gl_cv_cc_double_expbit0="word 1 bit 20" ;; #( + universal) + +! printf "%s\n" "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h + + ;; #( + *) + gl_cv_cc_double_expbit0="unknown" ;; + esac + +! ;; +! esac + fi +! rm -rf conftest* + + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +*************** +*** 15132,15164 **** + } + + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_cc_double_expbit0=`cat conftest.out` +! else +! gl_cv_cc_double_expbit0="unknown" + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + + rm -f conftest.out +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_double_expbit0" >&5 +! $as_echo "$gl_cv_cc_double_expbit0" >&6; } + case "$gl_cv_cc_double_expbit0" in + word*bit*) + word=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word //' -e 's/ bit.*//'` + bit=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word.*bit //'` + +! cat >>confdefs.h <<_ACEOF +! #define DBL_EXPBIT0_WORD $word +! _ACEOF + + +! cat >>confdefs.h <<_ACEOF +! #define DBL_EXPBIT0_BIT $bit +! _ACEOF + + ;; + esac +--- 15950,15982 ---- + } + + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_cc_double_expbit0=`cat conftest.out` +! else case e in #( +! e) gl_cv_cc_double_expbit0="unknown" ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + + rm -f conftest.out +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_double_expbit0" >&5 +! printf "%s\n" "$gl_cv_cc_double_expbit0" >&6; } + case "$gl_cv_cc_double_expbit0" in + word*bit*) + word=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word //' -e 's/ bit.*//'` + bit=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word.*bit //'` + +! printf "%s\n" "#define DBL_EXPBIT0_WORD $word" >>confdefs.h + + +! printf "%s\n" "#define DBL_EXPBIT0_BIT $bit" >>confdefs.h + + ;; + esac +*************** +*** 15170,15183 **** + + + +! +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether snprintf returns a byte count as in C99" >&5 +! $as_echo_n "checking whether snprintf returns a byte count as in C99... " >&6; } +! if ${gl_cv_func_snprintf_retval_c99+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! +! if test "$cross_compiling" = yes; then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu* | gnu*) gl_cv_func_snprintf_retval_c99="guessing yes";; +--- 15988,16002 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether snprintf returns a byte count as in C99" >&5 +! printf %s "checking whether snprintf returns a byte count as in C99... " >&6; } +! if test ${gl_cv_func_snprintf_retval_c99+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) +! if test "$cross_compiling" = yes +! then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu* | gnu*) gl_cv_func_snprintf_retval_c99="guessing yes";; +*************** +*** 15213,15232 **** + + _ACEOF + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP "Known" >/dev/null 2>&1; then : + gl_cv_func_snprintf_retval_c99="guessing yes" +! else +! gl_cv_func_snprintf_retval_c99="guessing no" + fi +! rm -f conftest* + + ;; + # If we don't know, assume the worst. + *) gl_cv_func_snprintf_retval_c99="guessing no";; + esac + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +--- 16032,16053 ---- + + _ACEOF + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP_TRADITIONAL "Known" >/dev/null 2>&1 +! then : + gl_cv_func_snprintf_retval_c99="guessing yes" +! else case e in #( +! e) gl_cv_func_snprintf_retval_c99="guessing no" ;; +! esac + fi +! rm -rf conftest* + + ;; + # If we don't know, assume the worst. + *) gl_cv_func_snprintf_retval_c99="guessing no";; + esac + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +*************** +*** 15258,15323 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_snprintf_retval_c99=yes +! else +! gl_cv_func_snprintf_retval_c99=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_snprintf_retval_c99" >&5 +! $as_echo "$gl_cv_func_snprintf_retval_c99" >&6; } + + + + + + +! for ac_func in snprintf strnlen wcslen wcsnlen mbrtowc wcrtomb +! do : +! as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +! ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" +! if eval test \"x\$"$as_ac_var"\" = x"yes"; then : +! cat >>confdefs.h <<_ACEOF +! #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 +! _ACEOF + + fi +! done + +- ac_fn_c_check_decl "$LINENO" "_snprintf" "ac_cv_have_decl__snprintf" "#include +- " +- if test "x$ac_cv_have_decl__snprintf" = xyes; then : +- ac_have_decl=1 +- else +- ac_have_decl=0 + fi + +! cat >>confdefs.h <<_ACEOF +! #define HAVE_DECL__SNPRINTF $ac_have_decl +! _ACEOF + + + + case "$gl_cv_func_snprintf_retval_c99" in + *yes) + +! $as_echo "#define HAVE_SNPRINTF_RETVAL_C99 1" >>confdefs.h + + ;; + esac + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether uses 'inline' correctly" >&5 +! $as_echo_n "checking whether uses 'inline' correctly... " >&6; } +! if ${gl_cv_header_wchar_h_correct_inline+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! gl_cv_header_wchar_h_correct_inline=yes + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +--- 16079,16173 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_snprintf_retval_c99=yes +! else case e in #( +! e) gl_cv_func_snprintf_retval_c99=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_snprintf_retval_c99" >&5 +! printf "%s\n" "$gl_cv_func_snprintf_retval_c99" >&6; } + + + + + + +! ac_fn_c_check_func "$LINENO" "snprintf" "ac_cv_func_snprintf" +! if test "x$ac_cv_func_snprintf" = xyes +! then : +! printf "%s\n" "#define HAVE_SNPRINTF 1" >>confdefs.h + + fi +! ac_fn_c_check_func "$LINENO" "strnlen" "ac_cv_func_strnlen" +! if test "x$ac_cv_func_strnlen" = xyes +! then : +! printf "%s\n" "#define HAVE_STRNLEN 1" >>confdefs.h + + fi ++ ac_fn_c_check_func "$LINENO" "wcslen" "ac_cv_func_wcslen" ++ if test "x$ac_cv_func_wcslen" = xyes ++ then : ++ printf "%s\n" "#define HAVE_WCSLEN 1" >>confdefs.h + +! fi +! ac_fn_c_check_func "$LINENO" "wcsnlen" "ac_cv_func_wcsnlen" +! if test "x$ac_cv_func_wcsnlen" = xyes +! then : +! printf "%s\n" "#define HAVE_WCSNLEN 1" >>confdefs.h +! +! fi +! ac_fn_c_check_func "$LINENO" "mbrtowc" "ac_cv_func_mbrtowc" +! if test "x$ac_cv_func_mbrtowc" = xyes +! then : +! printf "%s\n" "#define HAVE_MBRTOWC 1" >>confdefs.h +! +! fi +! ac_fn_c_check_func "$LINENO" "wcrtomb" "ac_cv_func_wcrtomb" +! if test "x$ac_cv_func_wcrtomb" = xyes +! then : +! printf "%s\n" "#define HAVE_WCRTOMB 1" >>confdefs.h +! +! fi +! +! ac_fn_check_decl "$LINENO" "_snprintf" "ac_cv_have_decl__snprintf" "#include +! " "$ac_c_undeclared_builtin_options" "CFLAGS" +! if test "x$ac_cv_have_decl__snprintf" = xyes +! then : +! ac_have_decl=1 +! else case e in #( +! e) ac_have_decl=0 ;; +! esac +! fi +! printf "%s\n" "#define HAVE_DECL__SNPRINTF $ac_have_decl" >>confdefs.h + + + + case "$gl_cv_func_snprintf_retval_c99" in + *yes) + +! printf "%s\n" "#define HAVE_SNPRINTF_RETVAL_C99 1" >>confdefs.h + + ;; + esac + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether uses 'inline' correctly" >&5 +! printf %s "checking whether uses 'inline' correctly... " >&6; } +! if test ${gl_cv_header_wchar_h_correct_inline+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) gl_cv_header_wchar_h_correct_inline=yes + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +*************** +*** 15339,15345 **** + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +--- 16189,16195 ---- + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +*************** +*** 15360,15366 **** + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + if $CC -o conftest$ac_exeext $CFLAGS $LDFLAGS conftest1.$ac_objext conftest2.$ac_objext $LIBS >&5 2>&1; then + : +--- 16210,16216 ---- + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + if $CC -o conftest$ac_exeext $CFLAGS $LDFLAGS conftest1.$ac_objext conftest2.$ac_objext $LIBS >&5 2>&1; then + : +*************** +*** 15371,15380 **** + fi + ac_compile="$save_ac_compile" + rm -f conftest1.$ac_objext conftest2.$ac_objext conftest$ac_exeext +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_wchar_h_correct_inline" >&5 +! $as_echo "$gl_cv_header_wchar_h_correct_inline" >&6; } + if test $gl_cv_header_wchar_h_correct_inline = no; then + as_fn_error $? " cannot be used with this compiler ($CC $CFLAGS $CPPFLAGS). + This is a known interoperability problem of glibc <= 2.5 with gcc >= 4.3 in +--- 16221,16231 ---- + fi + ac_compile="$save_ac_compile" + rm -f conftest1.$ac_objext conftest2.$ac_objext conftest$ac_exeext +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_wchar_h_correct_inline" >&5 +! printf "%s\n" "$gl_cv_header_wchar_h_correct_inline" >&6; } + if test $gl_cv_header_wchar_h_correct_inline = no; then + as_fn_error $? " cannot be used with this compiler ($CC $CFLAGS $CPPFLAGS). + This is a known interoperability problem of glibc <= 2.5 with gcc >= 4.3 in +*************** +*** 15444,15455 **** + + # Define an additional variable used in the Makefile substitution. + if test $ac_cv_working_alloca_h = yes; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca as a compiler built-in" >&5 +! $as_echo_n "checking for alloca as a compiler built-in... " >&6; } +! if ${gl_cv_rpl_alloca+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +--- 16292,16304 ---- + + # Define an additional variable used in the Makefile substitution. + if test $ac_cv_working_alloca_h = yes; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for alloca as a compiler built-in" >&5 +! printf %s "checking for alloca as a compiler built-in... " >&6; } +! if test ${gl_cv_rpl_alloca+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +*************** +*** 15459,15478 **** + + _ACEOF + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP "Need own alloca" >/dev/null 2>&1; then : + gl_cv_rpl_alloca=yes +! else +! gl_cv_rpl_alloca=no + fi +! rm -f conftest* +! + + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_rpl_alloca" >&5 +! $as_echo "$gl_cv_rpl_alloca" >&6; } + if test $gl_cv_rpl_alloca = yes; then + +! $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h + + ALLOCA_H=alloca.h + else +--- 16308,16330 ---- + + _ACEOF + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP_TRADITIONAL "Need own alloca" >/dev/null 2>&1 +! then : + gl_cv_rpl_alloca=yes +! else case e in #( +! e) gl_cv_rpl_alloca=no ;; +! esac + fi +! rm -rf conftest* + ++ ;; ++ esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_rpl_alloca" >&5 +! printf "%s\n" "$gl_cv_rpl_alloca" >&6; } + if test $gl_cv_rpl_alloca = yes; then + +! printf "%s\n" "#define HAVE_ALLOCA 1" >>confdefs.h + + ALLOCA_H=alloca.h + else +*************** +*** 15544,15552 **** + fi + + +! cat >>confdefs.h <<_ACEOF +! #define GNULIB_CANONICALIZE_LGPL 1 +! _ACEOF + + + +--- 16396,16402 ---- + fi + + +! printf "%s\n" "#define GNULIB_CANONICALIZE_LGPL 1" >>confdefs.h + + + +*************** +*** 15560,15566 **** + + + +! $as_echo "#define GNULIB_TEST_CANONICALIZE_FILE_NAME 1" >>confdefs.h + + + +--- 16410,16416 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_CANONICALIZE_FILE_NAME 1" >>confdefs.h + + + +*************** +*** 15575,15581 **** + + + +! $as_echo "#define GNULIB_TEST_REALPATH 1" >>confdefs.h + + + +--- 16425,16431 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_REALPATH 1" >>confdefs.h + + + +*************** +*** 15590,15607 **** + + + +! $as_echo "#define GNULIB_TEST_CHDIR 1" >>confdefs.h + + + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether this system has an arbitrary file name length limit" >&5 +! $as_echo_n "checking whether this system has an arbitrary file name length limit... " >&6; } +! if ${gl_cv_have_arbitrary_file_name_length_limit+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + /* Arrange to define PATH_MAX, like "pathmax.h" does. */ +--- 16440,16458 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_CHDIR 1" >>confdefs.h + + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether this system has an arbitrary file name length limit" >&5 +! printf %s "checking whether this system has an arbitrary file name length limit... " >&6; } +! if test ${gl_cv_have_arbitrary_file_name_length_limit+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + /* Arrange to define PATH_MAX, like "pathmax.h" does. */ +*************** +*** 15629,15644 **** + #endif + _ACEOF + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP "have_arbitrary_file_name_length_limit" >/dev/null 2>&1; then : + gl_cv_have_arbitrary_file_name_length_limit=yes +! else +! gl_cv_have_arbitrary_file_name_length_limit=no + fi +! rm -f conftest* +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_have_arbitrary_file_name_length_limit" >&5 +! $as_echo "$gl_cv_have_arbitrary_file_name_length_limit" >&6; } + + if test $gl_cv_have_arbitrary_file_name_length_limit = yes; then + +--- 16480,16498 ---- + #endif + _ACEOF + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP_TRADITIONAL "have_arbitrary_file_name_length_limit" >/dev/null 2>&1 +! then : + gl_cv_have_arbitrary_file_name_length_limit=yes +! else case e in #( +! e) gl_cv_have_arbitrary_file_name_length_limit=no ;; +! esac + fi +! rm -rf conftest* +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_have_arbitrary_file_name_length_limit" >&5 +! printf "%s\n" "$gl_cv_have_arbitrary_file_name_length_limit" >&6; } + + if test $gl_cv_have_arbitrary_file_name_length_limit = yes; then + +*************** +*** 15689,15695 **** + + + +! $as_echo "#define GNULIB_TEST_CHOWN 1" >>confdefs.h + + + +--- 16543,16549 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_CHOWN 1" >>confdefs.h + + + +*************** +*** 15705,15784 **** + LIB_CLOCK_GETTIME= + + gl_saved_libs=$LIBS +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5 +! $as_echo_n "checking for library containing clock_gettime... " >&6; } +! if ${ac_cv_search_clock_gettime+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! ac_func_search_save_LIBS=$LIBS + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + /* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC +! builtin and then its argument prototype would still apply. */ + #ifdef __cplusplus + extern "C" + #endif +! char clock_gettime (); + int +! main () + { + return clock_gettime (); + ; + return 0; + } + _ACEOF +! for ac_lib in '' rt posix4; do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + fi +! if ac_fn_c_try_link "$LINENO"; then : + ac_cv_search_clock_gettime=$ac_res + fi +! rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext +! if ${ac_cv_search_clock_gettime+:} false; then : + break + fi + done +! if ${ac_cv_search_clock_gettime+:} false; then : + +! else +! ac_cv_search_clock_gettime=no + fi + rm conftest.$ac_ext +! LIBS=$ac_func_search_save_LIBS + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5 +! $as_echo "$ac_cv_search_clock_gettime" >&6; } + ac_res=$ac_cv_search_clock_gettime +! if test "$ac_res" != no; then : + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + test "$ac_cv_search_clock_gettime" = "none required" || + LIB_CLOCK_GETTIME=$ac_cv_search_clock_gettime + fi + +! for ac_func in clock_gettime clock_settime +! do : +! as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +! ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" +! if eval test \"x\$"$as_ac_var"\" = x"yes"; then : +! cat >>confdefs.h <<_ACEOF +! #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 +! _ACEOF + + fi +- done + + LIBS=$gl_saved_libs + + + +! $as_echo "#define GNULIB_TEST_CLOEXEC 1" >>confdefs.h + + + +--- 16559,16650 ---- + LIB_CLOCK_GETTIME= + + gl_saved_libs=$LIBS +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5 +! printf %s "checking for library containing clock_gettime... " >&6; } +! if test ${ac_cv_search_clock_gettime+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) ac_func_search_save_LIBS=$LIBS + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + /* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC +! builtin and then its argument prototype would still apply. +! The 'extern "C"' is for builds by C++ compilers; +! although this is not generally supported in C code supporting it here +! has little cost and some practical benefit (sr 110532). */ + #ifdef __cplusplus + extern "C" + #endif +! char clock_gettime (void); + int +! main (void) + { + return clock_gettime (); + ; + return 0; + } + _ACEOF +! for ac_lib in '' rt posix4 +! do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + fi +! if ac_fn_c_try_link "$LINENO" +! then : + ac_cv_search_clock_gettime=$ac_res + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext +! if test ${ac_cv_search_clock_gettime+y} +! then : + break + fi + done +! if test ${ac_cv_search_clock_gettime+y} +! then : + +! else case e in #( +! e) ac_cv_search_clock_gettime=no ;; +! esac + fi + rm conftest.$ac_ext +! LIBS=$ac_func_search_save_LIBS ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5 +! printf "%s\n" "$ac_cv_search_clock_gettime" >&6; } + ac_res=$ac_cv_search_clock_gettime +! if test "$ac_res" != no +! then : + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + test "$ac_cv_search_clock_gettime" = "none required" || + LIB_CLOCK_GETTIME=$ac_cv_search_clock_gettime + fi + +! ac_fn_c_check_func "$LINENO" "clock_gettime" "ac_cv_func_clock_gettime" +! if test "x$ac_cv_func_clock_gettime" = xyes +! then : +! printf "%s\n" "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h +! +! fi +! ac_fn_c_check_func "$LINENO" "clock_settime" "ac_cv_func_clock_settime" +! if test "x$ac_cv_func_clock_settime" = xyes +! then : +! printf "%s\n" "#define HAVE_CLOCK_SETTIME 1" >>confdefs.h + + fi + + LIBS=$gl_saved_libs + + + +! printf "%s\n" "#define GNULIB_TEST_CLOEXEC 1" >>confdefs.h + + + +*************** +*** 15795,15812 **** + + + if test $ac_cv_header_sys_socket_h != yes; then +! for ac_header in winsock2.h +! do : +! ac_fn_c_check_header_mongrel "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default" +! if test "x$ac_cv_header_winsock2_h" = xyes; then : +! cat >>confdefs.h <<_ACEOF +! #define HAVE_WINSOCK2_H 1 +! _ACEOF + + fi + +- done +- + fi + if test "$ac_cv_header_winsock2_h" = yes; then + HAVE_WINSOCK2_H=1 +--- 16661,16673 ---- + + + if test $ac_cv_header_sys_socket_h != yes; then +! ac_fn_c_check_header_compile "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default" +! if test "x$ac_cv_header_winsock2_h" = xyes +! then : +! printf "%s\n" "#define HAVE_WINSOCK2_H 1" >>confdefs.h + + fi + + fi + if test "$ac_cv_header_winsock2_h" = yes; then + HAVE_WINSOCK2_H=1 +*************** +*** 15859,15881 **** + + + +! $as_echo "#define GNULIB_TEST_CLOSE 1" >>confdefs.h + + + + + + +- for ac_func in closedir +- do : + ac_fn_c_check_func "$LINENO" "closedir" "ac_cv_func_closedir" +! if test "x$ac_cv_func_closedir" = xyes; then : +! cat >>confdefs.h <<_ACEOF +! #define HAVE_CLOSEDIR 1 +! _ACEOF + + fi +- done + + if test $ac_cv_func_closedir = no; then + HAVE_CLOSEDIR=0 +--- 16720,16738 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_CLOSE 1" >>confdefs.h + + + + + + + ac_fn_c_check_func "$LINENO" "closedir" "ac_cv_func_closedir" +! if test "x$ac_cv_func_closedir" = xyes +! then : +! printf "%s\n" "#define HAVE_CLOSEDIR 1" >>confdefs.h + + fi + + if test $ac_cv_func_closedir = no; then + HAVE_CLOSEDIR=0 +*************** +*** 15922,15928 **** + + + +! $as_echo "#define GNULIB_TEST_CLOSEDIR 1" >>confdefs.h + + + +--- 16779,16785 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_CLOSEDIR 1" >>confdefs.h + + + +*************** +*** 15967,15978 **** + pkglibexecdir='${libexecdir}/${PACKAGE}' + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for d_ino member in directory struct" >&5 +! $as_echo_n "checking for d_ino member in directory struct... " >&6; } +! if ${gl_cv_struct_dirent_d_ino+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test "$cross_compiling" = yes; then : + case "$host_os" in + # Guess yes on glibc systems with Linux kernel. + linux*-gnu*) gl_cv_struct_dirent_d_ino="guessing yes" ;; +--- 16824,16837 ---- + pkglibexecdir='${libexecdir}/${PACKAGE}' + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for d_ino member in directory struct" >&5 +! printf %s "checking for d_ino member in directory struct... " >&6; } +! if test ${gl_cv_struct_dirent_d_ino+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test "$cross_compiling" = yes +! then : + case "$host_os" in + # Guess yes on glibc systems with Linux kernel. + linux*-gnu*) gl_cv_struct_dirent_d_ino="guessing yes" ;; +*************** +*** 15982,15996 **** + *) gl_cv_struct_dirent_d_ino="guessing no" ;; + esac + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + #include + #include + + int +! main () + { + DIR *dp = opendir ("."); + struct dirent *e; +--- 16841,16855 ---- + *) gl_cv_struct_dirent_d_ino="guessing no" ;; + esac + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + #include + #include + + int +! main (void) + { + DIR *dp = opendir ("."); + struct dirent *e; +*************** +*** 16011,16032 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_struct_dirent_d_ino=yes +! else +! gl_cv_struct_dirent_d_ino=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_struct_dirent_d_ino" >&5 +! $as_echo "$gl_cv_struct_dirent_d_ino" >&6; } + case "$gl_cv_struct_dirent_d_ino" in + *yes) + +! $as_echo "#define D_INO_IN_DIRENT 1" >>confdefs.h + + ;; + esac +--- 16870,16895 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_struct_dirent_d_ino=yes +! else case e in #( +! e) gl_cv_struct_dirent_d_ino=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_struct_dirent_d_ino" >&5 +! printf "%s\n" "$gl_cv_struct_dirent_d_ino" >&6; } + case "$gl_cv_struct_dirent_d_ino" in + *yes) + +! printf "%s\n" "#define D_INO_IN_DIRENT 1" >>confdefs.h + + ;; + esac +*************** +*** 16047,16058 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_dirent_h='<'dirent.h'>' + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! $as_echo_n "checking absolute name of ... " >&6; } +! if ${gl_cv_next_dirent_h+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + if test $ac_cv_header_dirent_h = yes; then + + +--- 16910,16922 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_dirent_h='<'dirent.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! printf %s "checking absolute name of ... " >&6; } +! if test ${gl_cv_next_dirent_h+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + if test $ac_cv_header_dirent_h = yes; then + + +*************** +*** 16094,16103 **** + gl_cv_next_dirent_h='<'dirent.h'>' + fi + +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_dirent_h" >&5 +! $as_echo "$gl_cv_next_dirent_h" >&6; } + fi + NEXT_DIRENT_H=$gl_cv_next_dirent_h + +--- 16958,16968 ---- + gl_cv_next_dirent_h='<'dirent.h'>' + fi + +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_dirent_h" >&5 +! printf "%s\n" "$gl_cv_next_dirent_h" >&6; } + fi + NEXT_DIRENT_H=$gl_cv_next_dirent_h + +*************** +*** 16122,16139 **** + + + for gl_func in alphasort closedir dirfd fdopendir opendir readdir rewinddir scandir; do +! as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 +! $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } +! if eval \${$as_gl_Symbol+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + + int +! main () + { + #undef $gl_func + (void) $gl_func; +--- 16987,17005 ---- + + + for gl_func in alphasort closedir dirfd fdopendir opendir readdir rewinddir scandir; do +! as_gl_Symbol=`printf "%s\n" "gl_cv_have_raw_decl_$gl_func" | sed "$as_sed_sh"` +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 +! printf %s "checking whether $gl_func is declared without a macro... " >&6; } +! if eval test \${$as_gl_Symbol+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + + int +! main (void) + { + #undef $gl_func + (void) $gl_func; +*************** +*** 16141,16159 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + eval "$as_gl_Symbol=yes" +! else +! eval "$as_gl_Symbol=no" + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + eval ac_res=\$$as_gl_Symbol +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! $as_echo "$ac_res" >&6; } +! if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +! #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 + _ACEOF + + eval ac_cv_have_decl_$gl_func=yes +--- 17007,17029 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + eval "$as_gl_Symbol=yes" +! else case e in #( +! e) eval "$as_gl_Symbol=no" ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + eval ac_res=\$$as_gl_Symbol +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf "%s\n" "$ac_res" >&6; } +! if eval test \"x\$"$as_gl_Symbol"\" = x"yes" +! then : + cat >>confdefs.h <<_ACEOF +! #define `printf "%s\n" "HAVE_RAW_DECL_$gl_func" | sed "$as_sed_cpp"` 1 + _ACEOF + + eval ac_cv_have_decl_$gl_func=yes +*************** +*** 16166,16174 **** + + + +! cat >>confdefs.h <<_ACEOF +! #define GNULIB_DIRENT_SAFER 1 +! _ACEOF + + + +--- 17036,17042 ---- + + + +! printf "%s\n" "#define GNULIB_DIRENT_SAFER 1" >>confdefs.h + + + +*************** +*** 16176,16215 **** + + + +- for ac_func in dirfd +- do : + ac_fn_c_check_func "$LINENO" "dirfd" "ac_cv_func_dirfd" +! if test "x$ac_cv_func_dirfd" = xyes; then : +! cat >>confdefs.h <<_ACEOF +! #define HAVE_DIRFD 1 +! _ACEOF + + fi +- done + +! ac_fn_c_check_decl "$LINENO" "dirfd" "ac_cv_have_decl_dirfd" "#include + #include +! " +! if test "x$ac_cv_have_decl_dirfd" = xyes; then : + ac_have_decl=1 +! else +! ac_have_decl=0 + fi +! +! cat >>confdefs.h <<_ACEOF +! #define HAVE_DECL_DIRFD $ac_have_decl +! _ACEOF + + if test $ac_cv_have_decl_dirfd = no; then + HAVE_DECL_DIRFD=0 + fi + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether dirfd is a macro" >&5 +! $as_echo_n "checking whether dirfd is a macro... " >&6; } +! if ${gl_cv_func_dirfd_macro+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +--- 17044,17079 ---- + + + + ac_fn_c_check_func "$LINENO" "dirfd" "ac_cv_func_dirfd" +! if test "x$ac_cv_func_dirfd" = xyes +! then : +! printf "%s\n" "#define HAVE_DIRFD 1" >>confdefs.h + + fi + +! ac_fn_check_decl "$LINENO" "dirfd" "ac_cv_have_decl_dirfd" "#include + #include +! " "$ac_c_undeclared_builtin_options" "CFLAGS" +! if test "x$ac_cv_have_decl_dirfd" = xyes +! then : + ac_have_decl=1 +! else case e in #( +! e) ac_have_decl=0 ;; +! esac + fi +! printf "%s\n" "#define HAVE_DECL_DIRFD $ac_have_decl" >>confdefs.h + + if test $ac_cv_have_decl_dirfd = no; then + HAVE_DECL_DIRFD=0 + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether dirfd is a macro" >&5 +! printf %s "checking whether dirfd is a macro... " >&6; } +! if test ${gl_cv_func_dirfd_macro+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +*************** +*** 16219,16234 **** + #endif + _ACEOF + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP "dirent_header_defines_dirfd" >/dev/null 2>&1; then : + gl_cv_func_dirfd_macro=yes +! else +! gl_cv_func_dirfd_macro=no + fi +! rm -f conftest* +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_dirfd_macro" >&5 +! $as_echo "$gl_cv_func_dirfd_macro" >&6; } + + # Use the replacement if we have no function or macro with that name, + # or if OS/2 kLIBC whose dirfd() does not work. +--- 17083,17101 ---- + #endif + _ACEOF + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP_TRADITIONAL "dirent_header_defines_dirfd" >/dev/null 2>&1 +! then : + gl_cv_func_dirfd_macro=yes +! else case e in #( +! e) gl_cv_func_dirfd_macro=no ;; +! esac + fi +! rm -rf conftest* +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_dirfd_macro" >&5 +! printf "%s\n" "$gl_cv_func_dirfd_macro" >&6; } + + # Use the replacement if we have no function or macro with that name, + # or if OS/2 kLIBC whose dirfd() does not work. +*************** +*** 16237,16243 **** + no,no,*,yes | *,*,os2*,yes) + REPLACE_DIRFD=1 + +! $as_echo "#define REPLACE_DIRFD 1" >>confdefs.h + ;; + esac + +--- 17104,17110 ---- + no,no,*,yes | *,*,os2*,yes) + REPLACE_DIRFD=1 + +! printf "%s\n" "#define REPLACE_DIRFD 1" >>confdefs.h + ;; + esac + +*************** +*** 16254,16265 **** + gl_LIBOBJS="$gl_LIBOBJS dirfd.$ac_objext" + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to get the file descriptor associated with an open DIR*" >&5 +! $as_echo_n "checking how to get the file descriptor associated with an open DIR*... " >&6; } +! if ${gl_cv_sys_dir_fd_member_name+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + dirfd_save_CFLAGS=$CFLAGS + for ac_expr in d_fd dd_fd; do + +--- 17121,17133 ---- + gl_LIBOBJS="$gl_LIBOBJS dirfd.$ac_objext" + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to get the file descriptor associated with an open DIR*" >&5 +! printf %s "checking how to get the file descriptor associated with an open DIR*... " >&6; } +! if test ${gl_cv_sys_dir_fd_member_name+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + dirfd_save_CFLAGS=$CFLAGS + for ac_expr in d_fd dd_fd; do + +*************** +*** 16270,16287 **** + #include + #include + int +! main () + { + DIR *dir_p = opendir("."); (void) dir_p->DIR_FD_MEMBER_NAME; + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + dir_fd_found=yes + + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + CFLAGS=$dirfd_save_CFLAGS + test "$dir_fd_found" = yes && break + done +--- 17138,17156 ---- + #include + #include + int +! main (void) + { + DIR *dir_p = opendir("."); (void) dir_p->DIR_FD_MEMBER_NAME; + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + dir_fd_found=yes + + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + CFLAGS=$dirfd_save_CFLAGS + test "$dir_fd_found" = yes && break + done +*************** +*** 16289,16303 **** + + gl_cv_sys_dir_fd_member_name=$ac_expr + +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_dir_fd_member_name" >&5 +! $as_echo "$gl_cv_sys_dir_fd_member_name" >&6; } + if test $gl_cv_sys_dir_fd_member_name != no_such_member; then + +! cat >>confdefs.h <<_ACEOF +! #define DIR_FD_MEMBER_NAME $gl_cv_sys_dir_fd_member_name +! _ACEOF + + fi + +--- 17158,17171 ---- + + gl_cv_sys_dir_fd_member_name=$ac_expr + +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_dir_fd_member_name" >&5 +! printf "%s\n" "$gl_cv_sys_dir_fd_member_name" >&6; } + if test $gl_cv_sys_dir_fd_member_name != no_such_member; then + +! printf "%s\n" "#define DIR_FD_MEMBER_NAME $gl_cv_sys_dir_fd_member_name" >>confdefs.h + + fi + +*************** +*** 16314,16320 **** + + + +! $as_echo "#define GNULIB_TEST_DIRFD 1" >>confdefs.h + + + +--- 17182,17188 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_DIRFD 1" >>confdefs.h + + + +*************** +*** 16323,16331 **** + + + +! cat >>confdefs.h <<_ACEOF +! #define GNULIB_DIRNAME 1 +! _ACEOF + + + +--- 17191,17197 ---- + + + +! printf "%s\n" "#define GNULIB_DIRNAME 1" >>confdefs.h + + + +*************** +*** 16334,16345 **** + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether // is distinct from /" >&5 +! $as_echo_n "checking whether // is distinct from /... " >&6; } +! if ${gl_cv_double_slash_root+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test x"$cross_compiling" = xyes ; then + # When cross-compiling, there is no way to tell whether // is special + # short of a list of hosts. However, the only known hosts to date + # that have a distinct // are Apollo DomainOS (too old to port to), +--- 17200,17212 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether // is distinct from /" >&5 +! printf %s "checking whether // is distinct from /... " >&6; } +! if test ${gl_cv_double_slash_root+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test x"$cross_compiling" = xyes ; then + # When cross-compiling, there is no way to tell whether // is special + # short of a list of hosts. However, the only known hosts to date + # that have a distinct // are Apollo DomainOS (too old to port to), +*************** +*** 16361,16373 **** + else + gl_cv_double_slash_root=yes + fi +! fi + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_double_slash_root" >&5 +! $as_echo "$gl_cv_double_slash_root" >&6; } + if test "$gl_cv_double_slash_root" = yes; then + +! $as_echo "#define DOUBLE_SLASH_IS_DISTINCT_ROOT 1" >>confdefs.h + + fi + +--- 17228,17241 ---- + else + gl_cv_double_slash_root=yes + fi +! fi ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_double_slash_root" >&5 +! printf "%s\n" "$gl_cv_double_slash_root" >&6; } + if test "$gl_cv_double_slash_root" = yes; then + +! printf "%s\n" "#define DOUBLE_SLASH_IS_DISTINCT_ROOT 1" >>confdefs.h + + fi + +*************** +*** 16376,16391 **** + + + +! $as_echo "#define HAVE_DUP2 1" >>confdefs.h + + + if test $HAVE_DUP2 = 1; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether dup2 works" >&5 +! $as_echo_n "checking whether dup2 works... " >&6; } +! if ${gl_cv_func_dup2_works+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test "$cross_compiling" = yes; then : + case "$host_os" in + mingw*) # on this platform, dup2 always returns 0 for success + gl_cv_func_dup2_works="guessing no" ;; +--- 17244,17261 ---- + + + +! printf "%s\n" "#define HAVE_DUP2 1" >>confdefs.h + + + if test $HAVE_DUP2 = 1; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether dup2 works" >&5 +! printf %s "checking whether dup2 works... " >&6; } +! if test ${gl_cv_func_dup2_works+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test "$cross_compiling" = yes +! then : + case "$host_os" in + mingw*) # on this platform, dup2 always returns 0 for success + gl_cv_func_dup2_works="guessing no" ;; +*************** +*** 16403,16410 **** + gl_cv_func_dup2_works="guessing no" ;; + *) gl_cv_func_dup2_works="guessing yes" ;; + esac +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +--- 17273,17280 ---- + gl_cv_func_dup2_works="guessing no" ;; + *) gl_cv_func_dup2_works="guessing yes" ;; + esac +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +*************** +*** 16420,16426 **** + #endif + + int +! main () + { + int result = 0; + int bad_fd = INT_MAX; +--- 17290,17296 ---- + #endif + + int +! main (void) + { + int result = 0; + int bad_fd = INT_MAX; +*************** +*** 16468,16500 **** + } + + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_dup2_works=yes +! else +! gl_cv_func_dup2_works=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_dup2_works" >&5 +! $as_echo "$gl_cv_func_dup2_works" >&6; } + case "$gl_cv_func_dup2_works" in + *yes) ;; + *) + REPLACE_DUP2=1 +! for ac_func in setdtablesize +! do : +! ac_fn_c_check_func "$LINENO" "setdtablesize" "ac_cv_func_setdtablesize" +! if test "x$ac_cv_func_setdtablesize" = xyes; then : +! cat >>confdefs.h <<_ACEOF +! #define HAVE_SETDTABLESIZE 1 +! _ACEOF + + fi +- done + + ;; + esac +--- 17338,17370 ---- + } + + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_dup2_works=yes +! else case e in #( +! e) gl_cv_func_dup2_works=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_dup2_works" >&5 +! printf "%s\n" "$gl_cv_func_dup2_works" >&6; } + case "$gl_cv_func_dup2_works" in + *yes) ;; + *) + REPLACE_DUP2=1 +! ac_fn_c_check_func "$LINENO" "setdtablesize" "ac_cv_func_setdtablesize" +! if test "x$ac_cv_func_setdtablesize" = xyes +! then : +! printf "%s\n" "#define HAVE_SETDTABLESIZE 1" >>confdefs.h + + fi + + ;; + esac +*************** +*** 16538,16544 **** + + + +! $as_echo "#define GNULIB_TEST_DUP2 1" >>confdefs.h + + + +--- 17408,17414 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_DUP2 1" >>confdefs.h + + + +*************** +*** 16554,16591 **** + + + +! $as_echo "#define GNULIB_TEST_ENVIRON 1" >>confdefs.h + + + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for error_at_line" >&5 +! $as_echo_n "checking for error_at_line... " >&6; } +! if ${ac_cv_lib_error_at_line+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + int +! main () + { + error_at_line (0, 0, "", 0, "an error occurred"); + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_error_at_line=yes +! else +! ac_cv_lib_error_at_line=no + fi +! rm -f core conftest.err conftest.$ac_objext \ +! conftest$ac_exeext conftest.$ac_ext + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_error_at_line" >&5 +! $as_echo "$ac_cv_lib_error_at_line" >&6; } + + if test $ac_cv_lib_error_at_line = no; then + +--- 17424,17465 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_ENVIRON 1" >>confdefs.h + + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for error_at_line" >&5 +! printf %s "checking for error_at_line... " >&6; } +! if test ${ac_cv_lib_error_at_line+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + int +! main (void) + { + error_at_line (0, 0, "", 0, "an error occurred"); + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_link "$LINENO" +! then : + ac_cv_lib_error_at_line=yes +! else case e in #( +! e) ac_cv_lib_error_at_line=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam \ +! conftest$ac_exeext conftest.$ac_ext ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_error_at_line" >&5 +! printf "%s\n" "$ac_cv_lib_error_at_line" >&6; } + + if test $ac_cv_lib_error_at_line = no; then + +*************** +*** 16616,16631 **** + + + +- for ac_func in euidaccess +- do : + ac_fn_c_check_func "$LINENO" "euidaccess" "ac_cv_func_euidaccess" +! if test "x$ac_cv_func_euidaccess" = xyes; then : +! cat >>confdefs.h <<_ACEOF +! #define HAVE_EUIDACCESS 1 +! _ACEOF + + fi +- done + + if test $ac_cv_func_euidaccess = no; then + HAVE_EUIDACCESS=0 +--- 17490,17501 ---- + + + + ac_fn_c_check_func "$LINENO" "euidaccess" "ac_cv_func_euidaccess" +! if test "x$ac_cv_func_euidaccess" = xyes +! then : +! printf "%s\n" "#define HAVE_EUIDACCESS 1" >>confdefs.h + + fi + + if test $ac_cv_func_euidaccess = no; then + HAVE_EUIDACCESS=0 +*************** +*** 16644,16768 **** + + + +! for ac_header in libgen.h +! do : +! ac_fn_c_check_header_mongrel "$LINENO" "libgen.h" "ac_cv_header_libgen_h" "$ac_includes_default" +! if test "x$ac_cv_header_libgen_h" = xyes; then : +! cat >>confdefs.h <<_ACEOF +! #define HAVE_LIBGEN_H 1 +! _ACEOF + + fi + +- done +- +- +- ac_fn_c_check_func "$LINENO" "getgroups" "ac_cv_func_getgroups" +- if test "x$ac_cv_func_getgroups" = xyes; then : + +! fi +! +! +! # If we don't yet have getgroups, see if it's in -lbsd. +! # This is reported to be necessary on an ITOS 3000WS running SEIUX 3.1. +! ac_save_LIBS=$LIBS +! if test $ac_cv_func_getgroups = no; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getgroups in -lbsd" >&5 +! $as_echo_n "checking for getgroups in -lbsd... " >&6; } +! if ${ac_cv_lib_bsd_getgroups+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! ac_check_lib_save_LIBS=$LIBS +! LIBS="-lbsd $LIBS" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + /* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC +! builtin and then its argument prototype would still apply. */ + #ifdef __cplusplus + extern "C" + #endif +! char getgroups (); + int +! main () + { + return getgroups (); + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_link "$LINENO"; then : +! ac_cv_lib_bsd_getgroups=yes +! else +! ac_cv_lib_bsd_getgroups=no +! fi +! rm -f core conftest.err conftest.$ac_objext \ +! conftest$ac_exeext conftest.$ac_ext +! LIBS=$ac_check_lib_save_LIBS + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_getgroups" >&5 +! $as_echo "$ac_cv_lib_bsd_getgroups" >&6; } +! if test "x$ac_cv_lib_bsd_getgroups" = xyes; then : +! GETGROUPS_LIB=-lbsd + fi + +! fi + +! # Run the program to test the functionality of the system-supplied +! # getgroups function only if there is such a function. +! if test $ac_cv_func_getgroups = yes; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working getgroups" >&5 +! $as_echo_n "checking for working getgroups... " >&6; } +! if ${ac_cv_func_getgroups_works+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test "$cross_compiling" = yes; then : +! case "$host_os" in # (( +! # Guess yes on glibc systems. +! *-gnu* | gnu*) ac_cv_func_getgroups_works="guessing yes" ;; +! # If we don't know, assume the worst. +! *) ac_cv_func_getgroups_works="guessing no" ;; +! esac + +- else +- cat confdefs.h - <<_ACEOF >conftest.$ac_ext +- /* end confdefs.h. */ +- $ac_includes_default +- int +- main () +- { +- /* On Ultrix 4.3, getgroups (0, 0) always fails. */ +- return getgroups (0, 0) == -1; +- ; +- return 0; +- } + +! _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : +! ac_cv_func_getgroups_works=yes + else + ac_cv_func_getgroups_works=no + fi +! rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext +! fi + + + fi +- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_getgroups_works" >&5 +- $as_echo "$ac_cv_func_getgroups_works" >&6; } +- else +- ac_cv_func_getgroups_works=no +- fi +- case "$ac_cv_func_getgroups_works" in +- *yes) +- +- $as_echo "#define HAVE_GETGROUPS 1" >>confdefs.h +- +- ;; +- esac +- LIBS=$ac_save_LIBS + + + # Solaris 9 and 10 need -lgen to get the eaccess function. +--- 17514,17641 ---- + + + +! ac_fn_c_check_header_compile "$LINENO" "libgen.h" "ac_cv_header_libgen_h" "$ac_includes_default" +! if test "x$ac_cv_header_libgen_h" = xyes +! then : +! printf "%s\n" "#define HAVE_LIBGEN_H 1" >>confdefs.h + + fi + + +! # On older systems getgroups might be in -lbsd. +! # This is reported to be necessary on an ITOS 3000WS running SEIUX 3.1. +! ac_save_LIBS=$LIBS +! LIBS= +! GETGROUPS_LIB= +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing getgroups" >&5 +! printf %s "checking for library containing getgroups... " >&6; } +! if test ${ac_cv_search_getgroups+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) ac_func_search_save_LIBS=$LIBS + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + /* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC +! builtin and then its argument prototype would still apply. +! The 'extern "C"' is for builds by C++ compilers; +! although this is not generally supported in C code supporting it here +! has little cost and some practical benefit (sr 110532). */ + #ifdef __cplusplus + extern "C" + #endif +! char getgroups (void); + int +! main (void) + { + return getgroups (); + ; + return 0; + } + _ACEOF +! for ac_lib in '' bsd +! do +! if test -z "$ac_lib"; then +! ac_res="none required" +! else +! ac_res=-l$ac_lib +! LIBS="-l$ac_lib $ac_func_search_save_LIBS" +! fi +! if ac_fn_c_try_link "$LINENO" +! then : +! ac_cv_search_getgroups=$ac_res + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam \ +! conftest$ac_exeext +! if test ${ac_cv_search_getgroups+y} +! then : +! break + fi ++ done ++ if test ${ac_cv_search_getgroups+y} ++ then : + +! else case e in #( +! e) ac_cv_search_getgroups=no ;; +! esac +! fi +! rm conftest.$ac_ext +! LIBS=$ac_func_search_save_LIBS ;; +! esac +! fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getgroups" >&5 +! printf "%s\n" "$ac_cv_search_getgroups" >&6; } +! ac_res=$ac_cv_search_getgroups +! if test "$ac_res" != no +! then : +! test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" +! test "$ac_res" = "none required" || GETGROUPS_LIB="$ac_res" +! ac_cv_func_getgroups=yes +! else case e in #( +! e) ac_cv_func_getgroups=no ;; +! esac +! fi + +! LIBS=$ac_save_LIBS + + +! # Known severe bugs in getgroups on particular systems. +! # - On Ultrix 4.3 and NextSTEP 3.2, getgroups (0, 0) is reported to +! # fail, rather than returning the number of supplementary groups as +! # it ought to. We do not know the exact range of releases affected +! # in either case. +! # We currently reject all versions of the systems with known bugs, and +! # no other systems. Please send corrections to bug-autoconf@gnu.org. +! if test $ac_cv_func_getgroups = yes; then +! # This AC_CACHE_CHECK exists so that one may override an incorrect +! # guess by setting ac_cv_func_getgroups_works in a config.site file. +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for working getgroups" >&5 +! printf %s "checking for working getgroups... " >&6; } +! if test ${ac_cv_func_getgroups_works+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) case $host_os in #( +! ultrix* | nextstep*) : +! ac_cv_func_getgroups_works=no # getgroups(0,0) fails +! ;; #( +! *) : +! ac_cv_func_getgroups_works=yes ;; +! esac ;; +! esac +! fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_getgroups_works" >&5 +! printf "%s\n" "$ac_cv_func_getgroups_works" >&6; } + else + ac_cv_func_getgroups_works=no + fi +! if test $ac_cv_func_getgroups_works = yes; then + ++ printf "%s\n" "#define HAVE_GETGROUPS 1" >>confdefs.h + + fi + + + # Solaris 9 and 10 need -lgen to get the eaccess function. +*************** +*** 16772,16844 **** + LIB_EACCESS= + + gl_saved_libs=$LIBS +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing eaccess" >&5 +! $as_echo_n "checking for library containing eaccess... " >&6; } +! if ${ac_cv_search_eaccess+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! ac_func_search_save_LIBS=$LIBS + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + /* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC +! builtin and then its argument prototype would still apply. */ + #ifdef __cplusplus + extern "C" + #endif +! char eaccess (); + int +! main () + { + return eaccess (); + ; + return 0; + } + _ACEOF +! for ac_lib in '' gen; do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + fi +! if ac_fn_c_try_link "$LINENO"; then : + ac_cv_search_eaccess=$ac_res + fi +! rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext +! if ${ac_cv_search_eaccess+:} false; then : + break + fi + done +! if ${ac_cv_search_eaccess+:} false; then : + +! else +! ac_cv_search_eaccess=no + fi + rm conftest.$ac_ext +! LIBS=$ac_func_search_save_LIBS + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_eaccess" >&5 +! $as_echo "$ac_cv_search_eaccess" >&6; } + ac_res=$ac_cv_search_eaccess +! if test "$ac_res" != no; then : + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + test "$ac_cv_search_eaccess" = "none required" || + LIB_EACCESS=$ac_cv_search_eaccess + fi + +! for ac_func in eaccess +! do : +! ac_fn_c_check_func "$LINENO" "eaccess" "ac_cv_func_eaccess" +! if test "x$ac_cv_func_eaccess" = xyes; then : +! cat >>confdefs.h <<_ACEOF +! #define HAVE_EACCESS 1 +! _ACEOF + + fi +- done + + LIBS=$gl_saved_libs + +--- 17645,17724 ---- + LIB_EACCESS= + + gl_saved_libs=$LIBS +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing eaccess" >&5 +! printf %s "checking for library containing eaccess... " >&6; } +! if test ${ac_cv_search_eaccess+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) ac_func_search_save_LIBS=$LIBS + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + /* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC +! builtin and then its argument prototype would still apply. +! The 'extern "C"' is for builds by C++ compilers; +! although this is not generally supported in C code supporting it here +! has little cost and some practical benefit (sr 110532). */ + #ifdef __cplusplus + extern "C" + #endif +! char eaccess (void); + int +! main (void) + { + return eaccess (); + ; + return 0; + } + _ACEOF +! for ac_lib in '' gen +! do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + fi +! if ac_fn_c_try_link "$LINENO" +! then : + ac_cv_search_eaccess=$ac_res + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext +! if test ${ac_cv_search_eaccess+y} +! then : + break + fi + done +! if test ${ac_cv_search_eaccess+y} +! then : + +! else case e in #( +! e) ac_cv_search_eaccess=no ;; +! esac + fi + rm conftest.$ac_ext +! LIBS=$ac_func_search_save_LIBS ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_eaccess" >&5 +! printf "%s\n" "$ac_cv_search_eaccess" >&6; } + ac_res=$ac_cv_search_eaccess +! if test "$ac_res" != no +! then : + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + test "$ac_cv_search_eaccess" = "none required" || + LIB_EACCESS=$ac_cv_search_eaccess + fi + +! ac_fn_c_check_func "$LINENO" "eaccess" "ac_cv_func_eaccess" +! if test "x$ac_cv_func_eaccess" = xyes +! then : +! printf "%s\n" "#define HAVE_EACCESS 1" >>confdefs.h + + fi + + LIBS=$gl_saved_libs + +*************** +*** 16854,16860 **** + + + +! $as_echo "#define GNULIB_TEST_EUIDACCESS 1" >>confdefs.h + + + +--- 17734,17740 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_EUIDACCESS 1" >>confdefs.h + + + +*************** +*** 16887,16910 **** + gl_LIBOBJS="$gl_LIBOBJS faccessat.$ac_objext" + + +- for ac_func in access +- do : + ac_fn_c_check_func "$LINENO" "access" "ac_cv_func_access" +! if test "x$ac_cv_func_access" = xyes; then : +! cat >>confdefs.h <<_ACEOF +! #define HAVE_ACCESS 1 +! _ACEOF + + fi +- done + + + fi + + +! cat >>confdefs.h <<_ACEOF +! #define GNULIB_FACCESSAT 1 +! _ACEOF + + + +--- 17767,17784 ---- + gl_LIBOBJS="$gl_LIBOBJS faccessat.$ac_objext" + + + ac_fn_c_check_func "$LINENO" "access" "ac_cv_func_access" +! if test "x$ac_cv_func_access" = xyes +! then : +! printf "%s\n" "#define HAVE_ACCESS 1" >>confdefs.h + + fi + + + fi + + +! printf "%s\n" "#define GNULIB_FACCESSAT 1" >>confdefs.h + + + +*************** +*** 16918,16924 **** + + + +! $as_echo "#define GNULIB_TEST_FACCESSAT 1" >>confdefs.h + + + +--- 17792,17798 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_FACCESSAT 1" >>confdefs.h + + + +*************** +*** 16945,16958 **** + + : + +! $as_echo "#define REPLACE_FCHDIR 1" >>confdefs.h + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether open can visit directories" >&5 +! $as_echo_n "checking whether open can visit directories... " >&6; } +! if ${gl_cv_func_open_directory_works+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test "$cross_compiling" = yes; then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu* | gnu*) gl_cv_func_open_directory_works="guessing yes" ;; +--- 17819,17834 ---- + + : + +! printf "%s\n" "#define REPLACE_FCHDIR 1" >>confdefs.h + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether open can visit directories" >&5 +! printf %s "checking whether open can visit directories... " >&6; } +! if test ${gl_cv_func_open_directory_works+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test "$cross_compiling" = yes +! then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu* | gnu*) gl_cv_func_open_directory_works="guessing yes" ;; +*************** +*** 16962,16997 **** + *) gl_cv_func_open_directory_works="guessing no" ;; + esac + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + + int +! main () + { + return open(".", O_RDONLY) < 0; + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_open_directory_works=yes +! else +! gl_cv_func_open_directory_works=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_open_directory_works" >&5 +! $as_echo "$gl_cv_func_open_directory_works" >&6; } + case "$gl_cv_func_open_directory_works" in + *yes) ;; + *) + +! $as_echo "#define REPLACE_OPEN_DIRECTORY 1" >>confdefs.h + + ;; + esac +--- 17838,17877 ---- + *) gl_cv_func_open_directory_works="guessing no" ;; + esac + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + + int +! main (void) + { + return open(".", O_RDONLY) < 0; + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_open_directory_works=yes +! else case e in #( +! e) gl_cv_func_open_directory_works=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_open_directory_works" >&5 +! printf "%s\n" "$gl_cv_func_open_directory_works" >&6; } + case "$gl_cv_func_open_directory_works" in + *yes) ;; + *) + +! printf "%s\n" "#define REPLACE_OPEN_DIRECTORY 1" >>confdefs.h + + ;; + esac +*************** +*** 17008,17014 **** + + + +! $as_echo "#define GNULIB_TEST_FCHDIR 1" >>confdefs.h + + + +--- 17888,17894 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_FCHDIR 1" >>confdefs.h + + + +*************** +*** 17034,17042 **** + fi + + +! cat >>confdefs.h <<_ACEOF +! #define GNULIB_FCHMODAT 1 +! _ACEOF + + + +--- 17914,17920 ---- + fi + + +! printf "%s\n" "#define GNULIB_FCHMODAT 1" >>confdefs.h + + + +*************** +*** 17049,17055 **** + + + +! $as_echo "#define GNULIB_TEST_FCHMODAT 1" >>confdefs.h + + + +--- 17927,17933 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_FCHMODAT 1" >>confdefs.h + + + +*************** +*** 17058,17083 **** + + + ac_fn_c_check_func "$LINENO" "fchownat" "ac_cv_func_fchownat" +! if test "x$ac_cv_func_fchownat" = xyes; then : + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fchownat works with AT_SYMLINK_NOFOLLOW" >&5 +! $as_echo_n "checking whether fchownat works with AT_SYMLINK_NOFOLLOW... " >&6; } +! if ${gl_cv_func_fchownat_nofollow_works+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + gl_dangle=conftest.dangle + # Remove any remnants of a previous test. + rm -f $gl_dangle + # Arrange for deletion of the temporary file this test creates. + ac_clean_files="$ac_clean_files $gl_dangle" + ln -s conftest.no-such $gl_dangle +! if test "$cross_compiling" = yes; then : + gl_cv_func_fchownat_nofollow_works=no +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +--- 17936,17964 ---- + + + ac_fn_c_check_func "$LINENO" "fchownat" "ac_cv_func_fchownat" +! if test "x$ac_cv_func_fchownat" = xyes +! then : + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether fchownat works with AT_SYMLINK_NOFOLLOW" >&5 +! printf %s "checking whether fchownat works with AT_SYMLINK_NOFOLLOW... " >&6; } +! if test ${gl_cv_func_fchownat_nofollow_works+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + gl_dangle=conftest.dangle + # Remove any remnants of a previous test. + rm -f $gl_dangle + # Arrange for deletion of the temporary file this test creates. + ac_clean_files="$ac_clean_files $gl_dangle" + ln -s conftest.no-such $gl_dangle +! if test "$cross_compiling" = yes +! then : + gl_cv_func_fchownat_nofollow_works=no +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +*************** +*** 17094,17116 **** + } + + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_fchownat_nofollow_works=yes +! else +! gl_cv_func_fchownat_nofollow_works=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_fchownat_nofollow_works" >&5 +! $as_echo "$gl_cv_func_fchownat_nofollow_works" >&6; } +! if test $gl_cv_func_fchownat_nofollow_works = no; then : + REPLACE_FCHOWNAT=1 + +! $as_echo "#define FCHOWNAT_NOFOLLOW_BUG 1" >>confdefs.h + + + fi +--- 17975,18002 ---- + } + + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_fchownat_nofollow_works=yes +! else case e in #( +! e) gl_cv_func_fchownat_nofollow_works=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_fchownat_nofollow_works" >&5 +! printf "%s\n" "$gl_cv_func_fchownat_nofollow_works" >&6; } +! if test $gl_cv_func_fchownat_nofollow_works = no +! then : + REPLACE_FCHOWNAT=1 + +! printf "%s\n" "#define FCHOWNAT_NOFOLLOW_BUG 1" >>confdefs.h + + + fi +*************** +*** 17118,17138 **** + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fchownat works with an empty file name" >&5 +! $as_echo_n "checking whether fchownat works with an empty file name... " >&6; } +! if ${gl_cv_func_fchownat_empty_filename_works+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test "$cross_compiling" = yes; then : + gl_cv_func_fchownat_empty_filename_works="guessing no" +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + #include + + int +! main () + { + int fd; + int ret; +--- 18004,18026 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether fchownat works with an empty file name" >&5 +! printf %s "checking whether fchownat works with an empty file name... " >&6; } +! if test ${gl_cv_func_fchownat_empty_filename_works+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test "$cross_compiling" = yes +! then : + gl_cv_func_fchownat_empty_filename_works="guessing no" +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + #include + + int +! main (void) + { + int fd; + int ret; +*************** +*** 17150,17172 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_fchownat_empty_filename_works=yes +! else +! gl_cv_func_fchownat_empty_filename_works=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_fchownat_empty_filename_works" >&5 +! $as_echo "$gl_cv_func_fchownat_empty_filename_works" >&6; } +! if test "$gl_cv_func_fchownat_empty_filename_works" != yes; then : + REPLACE_FCHOWNAT=1 + +! $as_echo "#define FCHOWNAT_EMPTY_FILENAME_BUG 1" >>confdefs.h + + + fi +--- 18038,18065 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_fchownat_empty_filename_works=yes +! else case e in #( +! e) gl_cv_func_fchownat_empty_filename_works=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_fchownat_empty_filename_works" >&5 +! printf "%s\n" "$gl_cv_func_fchownat_empty_filename_works" >&6; } +! if test "$gl_cv_func_fchownat_empty_filename_works" != yes +! then : + REPLACE_FCHOWNAT=1 + +! printf "%s\n" "#define FCHOWNAT_EMPTY_FILENAME_BUG 1" >>confdefs.h + + + fi +*************** +*** 17174,17181 **** + if test $REPLACE_CHOWN = 1; then + REPLACE_FCHOWNAT=1 + fi +! else +! HAVE_FCHOWNAT=0 + fi + + +--- 18067,18075 ---- + if test $REPLACE_CHOWN = 1; then + REPLACE_FCHOWNAT=1 + fi +! else case e in #( +! e) HAVE_FCHOWNAT=0 ;; +! esac + fi + + +*************** +*** 17193,17201 **** + fi + + +! cat >>confdefs.h <<_ACEOF +! #define GNULIB_FCHOWNAT 1 +! _ACEOF + + + +--- 18087,18093 ---- + fi + + +! printf "%s\n" "#define GNULIB_FCHOWNAT 1" >>confdefs.h + + + +*************** +*** 17208,17214 **** + + + +! $as_echo "#define GNULIB_TEST_FCHOWNAT 1" >>confdefs.h + + + +--- 18100,18106 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_FCHOWNAT 1" >>confdefs.h + + + +*************** +*** 17228,17246 **** + fi + + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fcntl handles F_DUPFD correctly" >&5 +! $as_echo_n "checking whether fcntl handles F_DUPFD correctly... " >&6; } +! if ${gl_cv_func_fcntl_f_dupfd_works+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test "$cross_compiling" = yes; then : + case $host_os in + aix* | cygwin* | haiku*) + gl_cv_func_fcntl_f_dupfd_works="guessing no" ;; + *) gl_cv_func_fcntl_f_dupfd_works="guessing yes" ;; + esac +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + #include +--- 18120,18140 ---- + fi + + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether fcntl handles F_DUPFD correctly" >&5 +! printf %s "checking whether fcntl handles F_DUPFD correctly... " >&6; } +! if test ${gl_cv_func_fcntl_f_dupfd_works+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test "$cross_compiling" = yes +! then : + case $host_os in + aix* | cygwin* | haiku*) + gl_cv_func_fcntl_f_dupfd_works="guessing no" ;; + *) gl_cv_func_fcntl_f_dupfd_works="guessing yes" ;; + esac +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + #include +*************** +*** 17255,17261 **** + #endif + + int +! main () + { + int result = 0; + int bad_fd = INT_MAX; +--- 18149,18155 ---- + #endif + + int +! main (void) + { + int result = 0; + int bad_fd = INT_MAX; +*************** +*** 17286,17303 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_fcntl_f_dupfd_works=yes +! else +! gl_cv_func_fcntl_f_dupfd_works=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_fcntl_f_dupfd_works" >&5 +! $as_echo "$gl_cv_func_fcntl_f_dupfd_works" >&6; } + case $gl_cv_func_fcntl_f_dupfd_works in + *yes) ;; + *) +--- 18180,18201 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_fcntl_f_dupfd_works=yes +! else case e in #( +! e) gl_cv_func_fcntl_f_dupfd_works=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_fcntl_f_dupfd_works" >&5 +! printf "%s\n" "$gl_cv_func_fcntl_f_dupfd_works" >&6; } + case $gl_cv_func_fcntl_f_dupfd_works in + *yes) ;; + *) +*************** +*** 17310,17325 **** + fi + + +! $as_echo "#define FCNTL_DUPFD_BUGGY 1" >>confdefs.h + ;; + esac + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fcntl understands F_DUPFD_CLOEXEC" >&5 +! $as_echo_n "checking whether fcntl understands F_DUPFD_CLOEXEC... " >&6; } +! if ${gl_cv_func_fcntl_f_dupfd_cloexec+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +--- 18208,18224 ---- + fi + + +! printf "%s\n" "#define FCNTL_DUPFD_BUGGY 1" >>confdefs.h + ;; + esac + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether fcntl understands F_DUPFD_CLOEXEC" >&5 +! printf %s "checking whether fcntl understands F_DUPFD_CLOEXEC... " >&6; } +! if test ${gl_cv_func_fcntl_f_dupfd_cloexec+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +*************** +*** 17328,17341 **** + #endif + + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +--- 18227,18241 ---- + #endif + + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +*************** +*** 17346,17371 **** + #endif + + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gl_cv_func_fcntl_f_dupfd_cloexec=yes +! else +! gl_cv_func_fcntl_f_dupfd_cloexec="needs runtime check" + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +! else +! gl_cv_func_fcntl_f_dupfd_cloexec=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_fcntl_f_dupfd_cloexec" >&5 +! $as_echo "$gl_cv_func_fcntl_f_dupfd_cloexec" >&6; } + if test "$gl_cv_func_fcntl_f_dupfd_cloexec" != yes; then + + +--- 18246,18275 ---- + #endif + + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gl_cv_func_fcntl_f_dupfd_cloexec=yes +! else case e in #( +! e) gl_cv_func_fcntl_f_dupfd_cloexec="needs runtime check" ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +! else case e in #( +! e) gl_cv_func_fcntl_f_dupfd_cloexec=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_fcntl_f_dupfd_cloexec" >&5 +! printf "%s\n" "$gl_cv_func_fcntl_f_dupfd_cloexec" >&6; } + if test "$gl_cv_func_fcntl_f_dupfd_cloexec" != yes; then + + +*************** +*** 17422,17428 **** + + + +! $as_echo "#define GNULIB_TEST_FCNTL 1" >>confdefs.h + + + +--- 18326,18332 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_FCNTL 1" >>confdefs.h + + + +*************** +*** 17440,17451 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_fcntl_h='<'fcntl.h'>' + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! $as_echo_n "checking absolute name of ... " >&6; } +! if ${gl_cv_next_fcntl_h+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +--- 18344,18356 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_fcntl_h='<'fcntl.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! printf %s "checking absolute name of ... " >&6; } +! if test ${gl_cv_next_fcntl_h+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +*************** +*** 17481,17490 **** + gl_header=$gl_cv_absolute_fcntl_h + gl_cv_next_fcntl_h='"'$gl_header'"' + +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_fcntl_h" >&5 +! $as_echo "$gl_cv_next_fcntl_h" >&6; } + fi + NEXT_FCNTL_H=$gl_cv_next_fcntl_h + +--- 18386,18396 ---- + gl_header=$gl_cv_absolute_fcntl_h + gl_cv_next_fcntl_h='"'$gl_header'"' + +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_fcntl_h" >&5 +! printf "%s\n" "$gl_cv_next_fcntl_h" >&6; } + fi + NEXT_FCNTL_H=$gl_cv_next_fcntl_h + +*************** +*** 17507,17524 **** + + + for gl_func in fcntl openat; do +! as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 +! $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } +! if eval \${$as_gl_Symbol+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + + int +! main () + { + #undef $gl_func + (void) $gl_func; +--- 18413,18431 ---- + + + for gl_func in fcntl openat; do +! as_gl_Symbol=`printf "%s\n" "gl_cv_have_raw_decl_$gl_func" | sed "$as_sed_sh"` +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 +! printf %s "checking whether $gl_func is declared without a macro... " >&6; } +! if eval test \${$as_gl_Symbol+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + + int +! main (void) + { + #undef $gl_func + (void) $gl_func; +*************** +*** 17526,17544 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + eval "$as_gl_Symbol=yes" +! else +! eval "$as_gl_Symbol=no" + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + eval ac_res=\$$as_gl_Symbol +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! $as_echo "$ac_res" >&6; } +! if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +! #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 + _ACEOF + + eval ac_cv_have_decl_$gl_func=yes +--- 18433,18455 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + eval "$as_gl_Symbol=yes" +! else case e in #( +! e) eval "$as_gl_Symbol=no" ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + eval ac_res=\$$as_gl_Symbol +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf "%s\n" "$ac_res" >&6; } +! if eval test \"x\$"$as_gl_Symbol"\" = x"yes" +! then : + cat >>confdefs.h <<_ACEOF +! #define `printf "%s\n" "HAVE_RAW_DECL_$gl_func" | sed "$as_sed_cpp"` 1 + _ACEOF + + eval ac_cv_have_decl_$gl_func=yes +*************** +*** 17548,17568 **** + + + +! cat >>confdefs.h <<_ACEOF +! #define GNULIB_FD_SAFER_FLAG 1 +! _ACEOF + + + + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for flexible array member" >&5 +! $as_echo_n "checking for flexible array member... " >&6; } +! if ${ac_cv_c_flexmember+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + #include +--- 18459,18478 ---- + + + +! printf "%s\n" "#define GNULIB_FD_SAFER_FLAG 1" >>confdefs.h + + + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for flexible array member" >&5 +! printf %s "checking for flexible array member... " >&6; } +! if test ${ac_cv_c_flexmember+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + #include +*************** +*** 17570,17576 **** + struct m { struct m *next, **list; char name[]; }; + struct s { struct s *p; struct m *m; int n; double d[]; }; + int +! main () + { + int m = getchar (); + size_t nbytes = offsetof (struct s, d) + m * sizeof (double); +--- 18480,18486 ---- + struct m { struct m *next, **list; char name[]; }; + struct s { struct s *p; struct m *m; int n; double d[]; }; + int +! main (void) + { + int m = getchar (); + size_t nbytes = offsetof (struct s, d) + m * sizeof (double); +*************** +*** 17585,17605 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_c_flexmember=yes +! else +! ac_cv_c_flexmember=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_flexmember" >&5 +! $as_echo "$ac_cv_c_flexmember" >&6; } + if test $ac_cv_c_flexmember = yes; then + +! $as_echo "#define FLEXIBLE_ARRAY_MEMBER /**/" >>confdefs.h + + else +! $as_echo "#define FLEXIBLE_ARRAY_MEMBER 1" >>confdefs.h + + fi + +--- 18495,18518 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + ac_cv_c_flexmember=yes +! else case e in #( +! e) ac_cv_c_flexmember=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_flexmember" >&5 +! printf "%s\n" "$ac_cv_c_flexmember" >&6; } + if test $ac_cv_c_flexmember = yes; then + +! printf "%s\n" "#define FLEXIBLE_ARRAY_MEMBER /**/" >>confdefs.h + + else +! printf "%s\n" "#define FLEXIBLE_ARRAY_MEMBER 1" >>confdefs.h + + fi + +*************** +*** 17629,17640 **** + #endif + + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + +! else +! FLOAT_H=float.h + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ;; + esac + ;; +--- 18542,18555 ---- + #endif + + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + +! else case e in #( +! e) FLOAT_H=float.h ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + ;; + esac + ;; +*************** +*** 17655,17667 **** + esac + + REPLACE_ITOLD=0 +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether conversion from 'int' to 'long double' works" >&5 +! $as_echo_n "checking whether conversion from 'int' to 'long double' works... " >&6; } +! if ${gl_cv_func_itold_works+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! +! if test "$cross_compiling" = yes; then : + case "$host" in + sparc*-*-linux*) + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +--- 18570,18584 ---- + esac + + REPLACE_ITOLD=0 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether conversion from 'int' to 'long double' works" >&5 +! printf %s "checking whether conversion from 'int' to 'long double' works... " >&6; } +! if test ${gl_cv_func_itold_works+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) +! if test "$cross_compiling" = yes +! then : + case "$host" in + sparc*-*-linux*) + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +*************** +*** 17673,17692 **** + #endif + + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gl_cv_func_itold_works="guessing no" +! else +! gl_cv_func_itold_works="guessing yes" + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ;; + # Guess yes on native Windows. + mingw*) gl_cv_func_itold_works="guessing yes" ;; + *) gl_cv_func_itold_works="guessing yes" ;; + esac + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + int i = -1; +--- 18590,18611 ---- + #endif + + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gl_cv_func_itold_works="guessing no" +! else case e in #( +! e) gl_cv_func_itold_works="guessing yes" ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + ;; + # Guess yes on native Windows. + mingw*) gl_cv_func_itold_works="guessing yes" ;; + *) gl_cv_func_itold_works="guessing yes" ;; + esac + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + int i = -1; +*************** +*** 17699,17717 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_itold_works=yes +! else +! gl_cv_func_itold_works=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_itold_works" >&5 +! $as_echo "$gl_cv_func_itold_works" >&6; } + case "$gl_cv_func_itold_works" in + *no) + REPLACE_ITOLD=1 +--- 18618,18640 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_itold_works=yes +! else case e in #( +! e) gl_cv_func_itold_works=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_itold_works" >&5 +! printf "%s\n" "$gl_cv_func_itold_works" >&6; } + case "$gl_cv_func_itold_works" in + *no) + REPLACE_ITOLD=1 +*************** +*** 17731,17742 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_float_h='<'float.h'>' + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! $as_echo_n "checking absolute name of ... " >&6; } +! if ${gl_cv_next_float_h+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +--- 18654,18666 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_float_h='<'float.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! printf %s "checking absolute name of ... " >&6; } +! if test ${gl_cv_next_float_h+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +*************** +*** 17772,17781 **** + gl_header=$gl_cv_absolute_float_h + gl_cv_next_float_h='"'$gl_header'"' + +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_float_h" >&5 +! $as_echo "$gl_cv_next_float_h" >&6; } + fi + NEXT_FLOAT_H=$gl_cv_next_float_h + +--- 18696,18706 ---- + gl_header=$gl_cv_absolute_float_h + gl_cv_next_float_h='"'$gl_header'"' + +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_float_h" >&5 +! printf "%s\n" "$gl_cv_next_float_h" >&6; } + fi + NEXT_FLOAT_H=$gl_cv_next_float_h + +*************** +*** 17896,17902 **** + + + +! $as_echo "#define GNULIB_TEST_FSTAT 1" >>confdefs.h + + + +--- 18821,18827 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_FSTAT 1" >>confdefs.h + + + +*************** +*** 17910,17928 **** + if test $ac_cv_func_fstatat = no; then + HAVE_FSTATAT=0 + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fstatat (..., 0) works" >&5 +! $as_echo_n "checking whether fstatat (..., 0) works... " >&6; } +! if ${gl_cv_func_fstatat_zero_flag+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test "$cross_compiling" = yes; then : + case "$host_os" in + aix*) gl_cv_func_fstatat_zero_flag="guessing no";; + *) gl_cv_func_fstatat_zero_flag="guessing yes";; + esac + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +--- 18835,18855 ---- + if test $ac_cv_func_fstatat = no; then + HAVE_FSTATAT=0 + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether fstatat (..., 0) works" >&5 +! printf %s "checking whether fstatat (..., 0) works... " >&6; } +! if test ${gl_cv_func_fstatat_zero_flag+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test "$cross_compiling" = yes +! then : + case "$host_os" in + aix*) gl_cv_func_fstatat_zero_flag="guessing no";; + *) gl_cv_func_fstatat_zero_flag="guessing yes";; + esac + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +*************** +*** 17935,17953 **** + } + + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_fstatat_zero_flag=yes +! else +! gl_cv_func_fstatat_zero_flag=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_fstatat_zero_flag" >&5 +! $as_echo "$gl_cv_func_fstatat_zero_flag" >&6; } + + case $gl_cv_func_fstatat_zero_flag+$gl_cv_func_lstat_dereferences_slashed_symlink in + *yes+*yes) ;; +--- 18862,18884 ---- + } + + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_fstatat_zero_flag=yes +! else case e in #( +! e) gl_cv_func_fstatat_zero_flag=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_fstatat_zero_flag" >&5 +! printf "%s\n" "$gl_cv_func_fstatat_zero_flag" >&6; } + + case $gl_cv_func_fstatat_zero_flag+$gl_cv_func_lstat_dereferences_slashed_symlink in + *yes+*yes) ;; +*************** +*** 17962,17968 **** + case $REPLACE_FSTATAT,$gl_cv_func_fstatat_zero_flag in + 1,*yes) + +! $as_echo "#define HAVE_WORKING_FSTATAT_ZERO_FLAG 1" >>confdefs.h + + ;; + esac +--- 18893,18899 ---- + case $REPLACE_FSTATAT,$gl_cv_func_fstatat_zero_flag in + 1,*yes) + +! printf "%s\n" "#define HAVE_WORKING_FSTATAT_ZERO_FLAG 1" >>confdefs.h + + ;; + esac +*************** +*** 17991,17997 **** + + + +! $as_echo "#define GNULIB_TEST_FSTATAT 1" >>confdefs.h + + + +--- 18922,18928 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_FSTATAT 1" >>confdefs.h + + + +*************** +*** 18030,18036 **** + + + +! $as_echo "#define GNULIB_TEST_GETCWD 1" >>confdefs.h + + + +--- 18961,18967 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_GETCWD 1" >>confdefs.h + + + +*************** +*** 18041,18068 **** + + if test $ac_cv_func_getdtablesize = yes && + test $ac_cv_have_decl_getdtablesize = yes; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getdtablesize works" >&5 +! $as_echo_n "checking whether getdtablesize works... " >&6; } +! if ${gl_cv_func_getdtablesize_works+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! case "$host_os" in + vms*) gl_cv_func_getdtablesize_works="no (limitation)" ;; + *) +! if test "$cross_compiling" = yes; then : + case "$host_os" in + cygwin*) # on cygwin 1.5.25, getdtablesize() automatically grows + gl_cv_func_getdtablesize_works="guessing no" ;; + *) gl_cv_func_getdtablesize_works="guessing yes" ;; + esac + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include + int +! main () + { + int size = getdtablesize(); + if (dup2 (0, getdtablesize()) != -1) +--- 18972,19001 ---- + + if test $ac_cv_func_getdtablesize = yes && + test $ac_cv_have_decl_getdtablesize = yes; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether getdtablesize works" >&5 +! printf %s "checking whether getdtablesize works... " >&6; } +! if test ${gl_cv_func_getdtablesize_works+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) case "$host_os" in + vms*) gl_cv_func_getdtablesize_works="no (limitation)" ;; + *) +! if test "$cross_compiling" = yes +! then : + case "$host_os" in + cygwin*) # on cygwin 1.5.25, getdtablesize() automatically grows + gl_cv_func_getdtablesize_works="guessing no" ;; + *) gl_cv_func_getdtablesize_works="guessing yes" ;; + esac + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include + int +! main (void) + { + int size = getdtablesize(); + if (dup2 (0, getdtablesize()) != -1) +*************** +*** 18074,18094 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_getdtablesize_works=yes +! else +! gl_cv_func_getdtablesize_works=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + + ;; + esac +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getdtablesize_works" >&5 +! $as_echo "$gl_cv_func_getdtablesize_works" >&6; } + case "$gl_cv_func_getdtablesize_works" in + *yes | "no (limitation)") ;; + *) REPLACE_GETDTABLESIZE=1 ;; +--- 19007,19031 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_getdtablesize_works=yes +! else case e in #( +! e) gl_cv_func_getdtablesize_works=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + + ;; + esac +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getdtablesize_works" >&5 +! printf "%s\n" "$gl_cv_func_getdtablesize_works" >&6; } + case "$gl_cv_func_getdtablesize_works" in + *yes | "no (limitation)") ;; + *) REPLACE_GETDTABLESIZE=1 ;; +*************** +*** 18121,18127 **** + + + +! $as_echo "#define GNULIB_TEST_GETDTABLESIZE 1" >>confdefs.h + + + +--- 19058,19064 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_GETDTABLESIZE 1" >>confdefs.h + + + +*************** +*** 18130,18241 **** + + + +! ac_fn_c_check_func "$LINENO" "getgroups" "ac_cv_func_getgroups" +! if test "x$ac_cv_func_getgroups" = xyes; then : +! +! fi +! +! +! # If we don't yet have getgroups, see if it's in -lbsd. +! # This is reported to be necessary on an ITOS 3000WS running SEIUX 3.1. +! ac_save_LIBS=$LIBS +! if test $ac_cv_func_getgroups = no; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getgroups in -lbsd" >&5 +! $as_echo_n "checking for getgroups in -lbsd... " >&6; } +! if ${ac_cv_lib_bsd_getgroups+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! ac_check_lib_save_LIBS=$LIBS +! LIBS="-lbsd $LIBS" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + /* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC +! builtin and then its argument prototype would still apply. */ + #ifdef __cplusplus + extern "C" + #endif +! char getgroups (); + int +! main () + { + return getgroups (); + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_link "$LINENO"; then : +! ac_cv_lib_bsd_getgroups=yes +! else +! ac_cv_lib_bsd_getgroups=no +! fi +! rm -f core conftest.err conftest.$ac_objext \ +! conftest$ac_exeext conftest.$ac_ext +! LIBS=$ac_check_lib_save_LIBS + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_getgroups" >&5 +! $as_echo "$ac_cv_lib_bsd_getgroups" >&6; } +! if test "x$ac_cv_lib_bsd_getgroups" = xyes; then : +! GETGROUPS_LIB=-lbsd + fi + +! fi + +! # Run the program to test the functionality of the system-supplied +! # getgroups function only if there is such a function. +! if test $ac_cv_func_getgroups = yes; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working getgroups" >&5 +! $as_echo_n "checking for working getgroups... " >&6; } +! if ${ac_cv_func_getgroups_works+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test "$cross_compiling" = yes; then : +! case "$host_os" in # (( +! # Guess yes on glibc systems. +! *-gnu* | gnu*) ac_cv_func_getgroups_works="guessing yes" ;; +! # If we don't know, assume the worst. +! *) ac_cv_func_getgroups_works="guessing no" ;; +! esac + +- else +- cat confdefs.h - <<_ACEOF >conftest.$ac_ext +- /* end confdefs.h. */ +- $ac_includes_default +- int +- main () +- { +- /* On Ultrix 4.3, getgroups (0, 0) always fails. */ +- return getgroups (0, 0) == -1; +- ; +- return 0; +- } + +! _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : +! ac_cv_func_getgroups_works=yes + else + ac_cv_func_getgroups_works=no + fi +! rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext +! fi + + + fi +- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_getgroups_works" >&5 +- $as_echo "$ac_cv_func_getgroups_works" >&6; } +- else +- ac_cv_func_getgroups_works=no +- fi +- case "$ac_cv_func_getgroups_works" in +- *yes) +- +- $as_echo "#define HAVE_GETGROUPS 1" >>confdefs.h +- +- ;; +- esac +- LIBS=$ac_save_LIBS + + if test $ac_cv_func_getgroups != yes; then + HAVE_GETGROUPS=0 +--- 19067,19186 ---- + + + +! # On older systems getgroups might be in -lbsd. +! # This is reported to be necessary on an ITOS 3000WS running SEIUX 3.1. +! ac_save_LIBS=$LIBS +! LIBS= +! GETGROUPS_LIB= +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing getgroups" >&5 +! printf %s "checking for library containing getgroups... " >&6; } +! if test ${ac_cv_search_getgroups+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) ac_func_search_save_LIBS=$LIBS + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + /* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC +! builtin and then its argument prototype would still apply. +! The 'extern "C"' is for builds by C++ compilers; +! although this is not generally supported in C code supporting it here +! has little cost and some practical benefit (sr 110532). */ + #ifdef __cplusplus + extern "C" + #endif +! char getgroups (void); + int +! main (void) + { + return getgroups (); + ; + return 0; + } + _ACEOF +! for ac_lib in '' bsd +! do +! if test -z "$ac_lib"; then +! ac_res="none required" +! else +! ac_res=-l$ac_lib +! LIBS="-l$ac_lib $ac_func_search_save_LIBS" +! fi +! if ac_fn_c_try_link "$LINENO" +! then : +! ac_cv_search_getgroups=$ac_res + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam \ +! conftest$ac_exeext +! if test ${ac_cv_search_getgroups+y} +! then : +! break + fi ++ done ++ if test ${ac_cv_search_getgroups+y} ++ then : + +! else case e in #( +! e) ac_cv_search_getgroups=no ;; +! esac +! fi +! rm conftest.$ac_ext +! LIBS=$ac_func_search_save_LIBS ;; +! esac +! fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getgroups" >&5 +! printf "%s\n" "$ac_cv_search_getgroups" >&6; } +! ac_res=$ac_cv_search_getgroups +! if test "$ac_res" != no +! then : +! test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" +! test "$ac_res" = "none required" || GETGROUPS_LIB="$ac_res" +! ac_cv_func_getgroups=yes +! else case e in #( +! e) ac_cv_func_getgroups=no ;; +! esac +! fi + +! LIBS=$ac_save_LIBS + + +! # Known severe bugs in getgroups on particular systems. +! # - On Ultrix 4.3 and NextSTEP 3.2, getgroups (0, 0) is reported to +! # fail, rather than returning the number of supplementary groups as +! # it ought to. We do not know the exact range of releases affected +! # in either case. +! # We currently reject all versions of the systems with known bugs, and +! # no other systems. Please send corrections to bug-autoconf@gnu.org. +! if test $ac_cv_func_getgroups = yes; then +! # This AC_CACHE_CHECK exists so that one may override an incorrect +! # guess by setting ac_cv_func_getgroups_works in a config.site file. +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for working getgroups" >&5 +! printf %s "checking for working getgroups... " >&6; } +! if test ${ac_cv_func_getgroups_works+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) case $host_os in #( +! ultrix* | nextstep*) : +! ac_cv_func_getgroups_works=no # getgroups(0,0) fails +! ;; #( +! *) : +! ac_cv_func_getgroups_works=yes ;; +! esac ;; +! esac +! fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_getgroups_works" >&5 +! printf "%s\n" "$ac_cv_func_getgroups_works" >&6; } + else + ac_cv_func_getgroups_works=no + fi +! if test $ac_cv_func_getgroups_works = yes; then + ++ printf "%s\n" "#define HAVE_GETGROUPS 1" >>confdefs.h + + fi + + if test $ac_cv_func_getgroups != yes; then + HAVE_GETGROUPS=0 +*************** +*** 18248,18262 **** + }; then + REPLACE_GETGROUPS=1 + +! $as_echo "#define GETGROUPS_ZERO_BUG 1" >>confdefs.h + + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getgroups handles negative values" >&5 +! $as_echo_n "checking whether getgroups handles negative values... " >&6; } +! if ${gl_cv_func_getgroups_works+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test "$cross_compiling" = yes; then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu* | gnu*) gl_cv_func_getgroups_works="guessing yes" ;; +--- 19193,19209 ---- + }; then + REPLACE_GETGROUPS=1 + +! printf "%s\n" "#define GETGROUPS_ZERO_BUG 1" >>confdefs.h + + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether getgroups handles negative values" >&5 +! printf %s "checking whether getgroups handles negative values... " >&6; } +! if test ${gl_cv_func_getgroups_works+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test "$cross_compiling" = yes +! then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu* | gnu*) gl_cv_func_getgroups_works="guessing yes" ;; +*************** +*** 18264,18275 **** + *) gl_cv_func_getgroups_works="guessing no" ;; + esac + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + $ac_includes_default + int +! main () + { + int size = getgroups (0, 0); + gid_t *list = malloc (size * sizeof *list); +--- 19211,19222 ---- + *) gl_cv_func_getgroups_works="guessing no" ;; + esac + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + $ac_includes_default + int +! main (void) + { + int size = getgroups (0, 0); + gid_t *list = malloc (size * sizeof *list); +*************** +*** 18280,18297 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_getgroups_works=yes +! else +! gl_cv_func_getgroups_works=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getgroups_works" >&5 +! $as_echo "$gl_cv_func_getgroups_works" >&6; } + case "$gl_cv_func_getgroups_works" in + *yes) ;; + *) REPLACE_GETGROUPS=1 ;; +--- 19227,19248 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_getgroups_works=yes +! else case e in #( +! e) gl_cv_func_getgroups_works=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getgroups_works" >&5 +! printf "%s\n" "$gl_cv_func_getgroups_works" >&6; } + case "$gl_cv_func_getgroups_works" in + *yes) ;; + *) REPLACE_GETGROUPS=1 ;; +*************** +*** 18323,18329 **** + + + +! $as_echo "#define GNULIB_TEST_GETGROUPS 1" >>confdefs.h + + + +--- 19274,19280 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_GETGROUPS 1" >>confdefs.h + + + +*************** +*** 18352,18358 **** + + + +! $as_echo "#define __GETOPT_PREFIX rpl_" >>confdefs.h + + GETOPT_H=getopt.h + GETOPT_CDEFS_H=getopt-cdefs.h +--- 19303,19309 ---- + + + +! printf "%s\n" "#define __GETOPT_PREFIX rpl_" >>confdefs.h + + GETOPT_H=getopt.h + GETOPT_CDEFS_H=getopt-cdefs.h +*************** +*** 18389,18436 **** + + + ac_found=0 +! ac_fn_c_check_decl "$LINENO" "program_invocation_name" "ac_cv_have_decl_program_invocation_name" "#include +! " +! if test "x$ac_cv_have_decl_program_invocation_name" = xyes; then : + ac_have_decl=1 +! else +! ac_have_decl=0 + fi +! +! cat >>confdefs.h <<_ACEOF +! #define HAVE_DECL_PROGRAM_INVOCATION_NAME $ac_have_decl +! _ACEOF +! if test $ac_have_decl = 1; then : + ac_found=1 + fi + +! ac_fn_c_check_decl "$LINENO" "program_invocation_short_name" "ac_cv_have_decl_program_invocation_short_name" "#include +! " +! if test "x$ac_cv_have_decl_program_invocation_short_name" = xyes; then : + ac_have_decl=1 +! else +! ac_have_decl=0 + fi +! +! cat >>confdefs.h <<_ACEOF +! #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME $ac_have_decl +! _ACEOF +! if test $ac_have_decl = 1; then : + ac_found=1 + fi + +! ac_fn_c_check_decl "$LINENO" "__argv" "ac_cv_have_decl___argv" "#include +! " +! if test "x$ac_cv_have_decl___argv" = xyes; then : + ac_have_decl=1 +! else +! ac_have_decl=0 + fi +! +! cat >>confdefs.h <<_ACEOF +! #define HAVE_DECL___ARGV $ac_have_decl +! _ACEOF +! if test $ac_have_decl = 1; then : + ac_found=1 + fi + +--- 19340,19387 ---- + + + ac_found=0 +! ac_fn_check_decl "$LINENO" "program_invocation_name" "ac_cv_have_decl_program_invocation_name" "#include +! " "$ac_c_undeclared_builtin_options" "CFLAGS" +! if test "x$ac_cv_have_decl_program_invocation_name" = xyes +! then : + ac_have_decl=1 +! else case e in #( +! e) ac_have_decl=0 ;; +! esac + fi +! printf "%s\n" "#define HAVE_DECL_PROGRAM_INVOCATION_NAME $ac_have_decl" >>confdefs.h +! if test $ac_have_decl = 1 +! then : + ac_found=1 + fi + +! ac_fn_check_decl "$LINENO" "program_invocation_short_name" "ac_cv_have_decl_program_invocation_short_name" "#include +! " "$ac_c_undeclared_builtin_options" "CFLAGS" +! if test "x$ac_cv_have_decl_program_invocation_short_name" = xyes +! then : + ac_have_decl=1 +! else case e in #( +! e) ac_have_decl=0 ;; +! esac + fi +! printf "%s\n" "#define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME $ac_have_decl" >>confdefs.h +! if test $ac_have_decl = 1 +! then : + ac_found=1 + fi + +! ac_fn_check_decl "$LINENO" "__argv" "ac_cv_have_decl___argv" "#include +! " "$ac_c_undeclared_builtin_options" "CFLAGS" +! if test "x$ac_cv_have_decl___argv" = xyes +! then : + ac_have_decl=1 +! else case e in #( +! e) ac_have_decl=0 ;; +! esac + fi +! printf "%s\n" "#define HAVE_DECL___ARGV $ac_have_decl" >>confdefs.h +! if test $ac_have_decl = 1 +! then : + ac_found=1 + fi + +*************** +*** 18439,18456 **** + if test $ac_found = 0; then + # On OpenBSD 5.1, using the global __progname variable appears to be + # the only way to implement getprogname. +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __progname is defined in default libraries" >&5 +! $as_echo_n "checking whether __progname is defined in default libraries... " >&6; } +! if ${gl_cv_var___progname+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + gl_cv_var___progname= + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + extern char *__progname; + int +! main () + { + return *__progname; + +--- 19390,19408 ---- + if test $ac_found = 0; then + # On OpenBSD 5.1, using the global __progname variable appears to be + # the only way to implement getprogname. +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether __progname is defined in default libraries" >&5 +! printf %s "checking whether __progname is defined in default libraries... " >&6; } +! if test ${gl_cv_var___progname+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + gl_cv_var___progname= + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + extern char *__progname; + int +! main (void) + { + return *__progname; + +*************** +*** 18458,18477 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_link "$LINENO"; then : + gl_cv_var___progname=yes + + fi +! rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_var___progname" >&5 +! $as_echo "$gl_cv_var___progname" >&6; } + if test "$gl_cv_var___progname" = yes; then + +! $as_echo "#define HAVE_VAR___PROGNAME 1" >>confdefs.h + + fi + fi +--- 19410,19431 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_link "$LINENO" +! then : + gl_cv_var___progname=yes + + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_var___progname" >&5 +! printf "%s\n" "$gl_cv_var___progname" >&6; } + if test "$gl_cv_var___progname" = yes; then + +! printf "%s\n" "#define HAVE_VAR___PROGNAME 1" >>confdefs.h + + fi + fi +*************** +*** 18498,18509 **** + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gettimeofday clobbers localtime buffer" >&5 +! $as_echo_n "checking whether gettimeofday clobbers localtime buffer... " >&6; } +! if ${gl_cv_func_gettimeofday_clobber+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test "$cross_compiling" = yes; then : + # When cross-compiling: + case "$host_os" in + # Guess all is fine on glibc systems. +--- 19452,19465 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether gettimeofday clobbers localtime buffer" >&5 +! printf %s "checking whether gettimeofday clobbers localtime buffer... " >&6; } +! if test ${gl_cv_func_gettimeofday_clobber+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test "$cross_compiling" = yes +! then : + # When cross-compiling: + case "$host_os" in + # Guess all is fine on glibc systems. +*************** +*** 18514,18521 **** + *) gl_cv_func_gettimeofday_clobber="guessing yes" ;; + esac + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + #include +--- 19470,19477 ---- + *) gl_cv_func_gettimeofday_clobber="guessing yes" ;; + esac + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + #include +*************** +*** 18523,18529 **** + #include + + int +! main () + { + + time_t t = 0; +--- 19479,19485 ---- + #include + + int +! main (void) + { + + time_t t = 0; +*************** +*** 18539,18562 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_gettimeofday_clobber=no +! else +! gl_cv_func_gettimeofday_clobber=yes + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_gettimeofday_clobber" >&5 +! $as_echo "$gl_cv_func_gettimeofday_clobber" >&6; } + + case "$gl_cv_func_gettimeofday_clobber" in + *yes) + REPLACE_GETTIMEOFDAY=1 + +! $as_echo "#define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1" >>confdefs.h + + + +--- 19495,19522 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_gettimeofday_clobber=no +! else case e in #( +! e) gl_cv_func_gettimeofday_clobber=yes ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_gettimeofday_clobber" >&5 +! printf "%s\n" "$gl_cv_func_gettimeofday_clobber" >&6; } + + case "$gl_cv_func_gettimeofday_clobber" in + *yes) + REPLACE_GETTIMEOFDAY=1 + +! printf "%s\n" "#define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1" >>confdefs.h + + + +*************** +*** 18568,18586 **** + ;; + esac + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gettimeofday with POSIX signature" >&5 +! $as_echo_n "checking for gettimeofday with POSIX signature... " >&6; } +! if ${gl_cv_func_gettimeofday_posix_signature+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + struct timeval c; + int gettimeofday (struct timeval *restrict, void *restrict); + + int +! main () + { + /* glibc uses struct timezone * rather than the POSIX void * + if _GNU_SOURCE is defined. However, since the only portable +--- 19528,19547 ---- + ;; + esac + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gettimeofday with POSIX signature" >&5 +! printf %s "checking for gettimeofday with POSIX signature... " >&6; } +! if test ${gl_cv_func_gettimeofday_posix_signature+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + struct timeval c; + int gettimeofday (struct timeval *restrict, void *restrict); + + int +! main (void) + { + /* glibc uses struct timezone * rather than the POSIX void * + if _GNU_SOURCE is defined. However, since the only portable +*************** +*** 18596,18628 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gl_cv_func_gettimeofday_posix_signature=yes +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + int gettimeofday (struct timeval *restrict, struct timezone *restrict); + + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gl_cv_func_gettimeofday_posix_signature=almost +! else +! gl_cv_func_gettimeofday_posix_signature=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_gettimeofday_posix_signature" >&5 +! $as_echo "$gl_cv_func_gettimeofday_posix_signature" >&6; } + if test $gl_cv_func_gettimeofday_posix_signature = almost; then + gl_gettimeofday_timezone='struct timezone' + elif test $gl_cv_func_gettimeofday_posix_signature != yes; then +--- 19557,19594 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gl_cv_func_gettimeofday_posix_signature=yes +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + int gettimeofday (struct timeval *restrict, struct timezone *restrict); + + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gl_cv_func_gettimeofday_posix_signature=almost +! else case e in #( +! e) gl_cv_func_gettimeofday_posix_signature=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_gettimeofday_posix_signature" >&5 +! printf "%s\n" "$gl_cv_func_gettimeofday_posix_signature" >&6; } + if test $gl_cv_func_gettimeofday_posix_signature = almost; then + gl_gettimeofday_timezone='struct timezone' + elif test $gl_cv_func_gettimeofday_posix_signature != yes; then +*************** +*** 18636,18644 **** + esac + fi + +! cat >>confdefs.h <<_ACEOF +! #define GETTIMEOFDAY_TIMEZONE $gl_gettimeofday_timezone +! _ACEOF + + + if test $HAVE_GETTIMEOFDAY = 0 || test $REPLACE_GETTIMEOFDAY = 1; then +--- 19602,19608 ---- + esac + fi + +! printf "%s\n" "#define GETTIMEOFDAY_TIMEZONE $gl_gettimeofday_timezone" >>confdefs.h + + + if test $HAVE_GETTIMEOFDAY = 0 || test $REPLACE_GETTIMEOFDAY = 1; then +*************** +*** 18665,18671 **** + + + +! $as_echo "#define GNULIB_TEST_GETTIMEOFDAY 1" >>confdefs.h + + + +--- 19629,19635 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_GETTIMEOFDAY 1" >>confdefs.h + + + +*************** +*** 18683,18694 **** + + + ac_fn_c_check_func "$LINENO" "group_member" "ac_cv_func_group_member" +! if test "x$ac_cv_func_group_member" = xyes; then : +! +! else + + HAVE_GROUP_MEMBER=0 +! + fi + + +--- 19647,19660 ---- + + + ac_fn_c_check_func "$LINENO" "group_member" "ac_cv_func_group_member" +! if test "x$ac_cv_func_group_member" = xyes +! then : + ++ else case e in #( ++ e) + HAVE_GROUP_MEMBER=0 +! ;; +! esac + fi + + +*************** +*** 18718,18724 **** + + + +! $as_echo "#define GNULIB_TEST_GROUP_MEMBER 1" >>confdefs.h + + + +--- 19684,19690 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_GROUP_MEMBER 1" >>confdefs.h + + + +*************** +*** 18747,18775 **** + extern intptr_t foo; + extern $gltype1 foo; + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + PRIPTR_PREFIX='"'$glpfx'"' + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + test -n "$PRIPTR_PREFIX" && break + done + fi + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether INT32_MAX < INTMAX_MAX" >&5 +! $as_echo_n "checking whether INT32_MAX < INTMAX_MAX... " >&6; } +! if ${gl_cv_test_INT32_MAX_LT_INTMAX_MAX+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + /* Work also in C++ mode. */ + #define __STDC_LIMIT_MACROS 1 +--- 19713,19743 ---- + extern intptr_t foo; + extern $gltype1 foo; + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + PRIPTR_PREFIX='"'$glpfx'"' + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + test -n "$PRIPTR_PREFIX" && break + done + fi + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether INT32_MAX < INTMAX_MAX" >&5 +! printf %s "checking whether INT32_MAX < INTMAX_MAX... " >&6; } +! if test ${gl_cv_test_INT32_MAX_LT_INTMAX_MAX+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + /* Work also in C++ mode. */ + #define __STDC_LIMIT_MACROS 1 +*************** +*** 18791,18812 **** + #endif + int test[CONDITION ? 1 : -1]; + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gl_cv_test_INT32_MAX_LT_INTMAX_MAX=yes +! else +! gl_cv_test_INT32_MAX_LT_INTMAX_MAX=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_test_INT32_MAX_LT_INTMAX_MAX" >&5 +! $as_echo "$gl_cv_test_INT32_MAX_LT_INTMAX_MAX" >&6; } + if test $gl_cv_test_INT32_MAX_LT_INTMAX_MAX = yes; then + INT32_MAX_LT_INTMAX_MAX=1; + else +--- 19759,19783 ---- + #endif + int test[CONDITION ? 1 : -1]; + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gl_cv_test_INT32_MAX_LT_INTMAX_MAX=yes +! else case e in #( +! e) gl_cv_test_INT32_MAX_LT_INTMAX_MAX=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_test_INT32_MAX_LT_INTMAX_MAX" >&5 +! printf "%s\n" "$gl_cv_test_INT32_MAX_LT_INTMAX_MAX" >&6; } + if test $gl_cv_test_INT32_MAX_LT_INTMAX_MAX = yes; then + INT32_MAX_LT_INTMAX_MAX=1; + else +*************** +*** 18816,18827 **** + + if test $APPLE_UNIVERSAL_BUILD = 0; then + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether INT64_MAX == LONG_MAX" >&5 +! $as_echo_n "checking whether INT64_MAX == LONG_MAX... " >&6; } +! if ${gl_cv_test_INT64_MAX_EQ_LONG_MAX+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + /* Work also in C++ mode. */ + #define __STDC_LIMIT_MACROS 1 +--- 19787,19799 ---- + + if test $APPLE_UNIVERSAL_BUILD = 0; then + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether INT64_MAX == LONG_MAX" >&5 +! printf %s "checking whether INT64_MAX == LONG_MAX... " >&6; } +! if test ${gl_cv_test_INT64_MAX_EQ_LONG_MAX+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + /* Work also in C++ mode. */ + #define __STDC_LIMIT_MACROS 1 +*************** +*** 18843,18864 **** + #endif + int test[CONDITION ? 1 : -1]; + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gl_cv_test_INT64_MAX_EQ_LONG_MAX=yes +! else +! gl_cv_test_INT64_MAX_EQ_LONG_MAX=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_test_INT64_MAX_EQ_LONG_MAX" >&5 +! $as_echo "$gl_cv_test_INT64_MAX_EQ_LONG_MAX" >&6; } + if test $gl_cv_test_INT64_MAX_EQ_LONG_MAX = yes; then + INT64_MAX_EQ_LONG_MAX=1; + else +--- 19815,19839 ---- + #endif + int test[CONDITION ? 1 : -1]; + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gl_cv_test_INT64_MAX_EQ_LONG_MAX=yes +! else case e in #( +! e) gl_cv_test_INT64_MAX_EQ_LONG_MAX=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_test_INT64_MAX_EQ_LONG_MAX" >&5 +! printf "%s\n" "$gl_cv_test_INT64_MAX_EQ_LONG_MAX" >&6; } + if test $gl_cv_test_INT64_MAX_EQ_LONG_MAX = yes; then + INT64_MAX_EQ_LONG_MAX=1; + else +*************** +*** 18870,18881 **** + INT64_MAX_EQ_LONG_MAX=-1 + fi + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether UINT32_MAX < UINTMAX_MAX" >&5 +! $as_echo_n "checking whether UINT32_MAX < UINTMAX_MAX... " >&6; } +! if ${gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + /* Work also in C++ mode. */ + #define __STDC_LIMIT_MACROS 1 +--- 19845,19857 ---- + INT64_MAX_EQ_LONG_MAX=-1 + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether UINT32_MAX < UINTMAX_MAX" >&5 +! printf %s "checking whether UINT32_MAX < UINTMAX_MAX... " >&6; } +! if test ${gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + /* Work also in C++ mode. */ + #define __STDC_LIMIT_MACROS 1 +*************** +*** 18897,18918 **** + #endif + int test[CONDITION ? 1 : -1]; + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX=yes +! else +! gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX" >&5 +! $as_echo "$gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX" >&6; } + if test $gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX = yes; then + UINT32_MAX_LT_UINTMAX_MAX=1; + else +--- 19873,19897 ---- + #endif + int test[CONDITION ? 1 : -1]; + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX=yes +! else case e in #( +! e) gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX" >&5 +! printf "%s\n" "$gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX" >&6; } + if test $gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX = yes; then + UINT32_MAX_LT_UINTMAX_MAX=1; + else +*************** +*** 18922,18933 **** + + if test $APPLE_UNIVERSAL_BUILD = 0; then + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether UINT64_MAX == ULONG_MAX" >&5 +! $as_echo_n "checking whether UINT64_MAX == ULONG_MAX... " >&6; } +! if ${gl_cv_test_UINT64_MAX_EQ_ULONG_MAX+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + /* Work also in C++ mode. */ + #define __STDC_LIMIT_MACROS 1 +--- 19901,19913 ---- + + if test $APPLE_UNIVERSAL_BUILD = 0; then + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether UINT64_MAX == ULONG_MAX" >&5 +! printf %s "checking whether UINT64_MAX == ULONG_MAX... " >&6; } +! if test ${gl_cv_test_UINT64_MAX_EQ_ULONG_MAX+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + /* Work also in C++ mode. */ + #define __STDC_LIMIT_MACROS 1 +*************** +*** 18949,18970 **** + #endif + int test[CONDITION ? 1 : -1]; + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gl_cv_test_UINT64_MAX_EQ_ULONG_MAX=yes +! else +! gl_cv_test_UINT64_MAX_EQ_ULONG_MAX=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_test_UINT64_MAX_EQ_ULONG_MAX" >&5 +! $as_echo "$gl_cv_test_UINT64_MAX_EQ_ULONG_MAX" >&6; } + if test $gl_cv_test_UINT64_MAX_EQ_ULONG_MAX = yes; then + UINT64_MAX_EQ_ULONG_MAX=1; + else +--- 19929,19953 ---- + #endif + int test[CONDITION ? 1 : -1]; + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gl_cv_test_UINT64_MAX_EQ_ULONG_MAX=yes +! else case e in #( +! e) gl_cv_test_UINT64_MAX_EQ_ULONG_MAX=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_test_UINT64_MAX_EQ_ULONG_MAX" >&5 +! printf "%s\n" "$gl_cv_test_UINT64_MAX_EQ_ULONG_MAX" >&6; } + if test $gl_cv_test_UINT64_MAX_EQ_ULONG_MAX = yes; then + UINT64_MAX_EQ_ULONG_MAX=1; + else +*************** +*** 18983,18998 **** + + + +- for ac_func in lchown +- do : + ac_fn_c_check_func "$LINENO" "lchown" "ac_cv_func_lchown" +! if test "x$ac_cv_func_lchown" = xyes; then : +! cat >>confdefs.h <<_ACEOF +! #define HAVE_LCHOWN 1 +! _ACEOF + + fi +- done + + if test $ac_cv_func_lchown = no; then + HAVE_LCHOWN=0 +--- 19966,19977 ---- + + + + ac_fn_c_check_func "$LINENO" "lchown" "ac_cv_func_lchown" +! if test "x$ac_cv_func_lchown" = xyes +! then : +! printf "%s\n" "#define HAVE_LCHOWN 1" >>confdefs.h + + fi + + if test $ac_cv_func_lchown = no; then + HAVE_LCHOWN=0 +*************** +*** 19034,19040 **** + + + +! $as_echo "#define GNULIB_TEST_LCHOWN 1" >>confdefs.h + + + +--- 20013,20019 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_LCHOWN 1" >>confdefs.h + + + +*************** +*** 19099,19106 **** + + + +! $as_echo "#define GNULIB_TEST_LSTAT 1" >>confdefs.h +! + + + +--- 20078,20084 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_LSTAT 1" >>confdefs.h + + + +*************** +*** 19108,19156 **** + + + +! for ac_header in stdlib.h +! do : +! ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default" +! if test "x$ac_cv_header_stdlib_h" = xyes; then : +! cat >>confdefs.h <<_ACEOF +! #define HAVE_STDLIB_H 1 +! _ACEOF +! +! fi +! +! done +! +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible malloc" >&5 +! $as_echo_n "checking for GNU libc compatible malloc... " >&6; } +! if ${ac_cv_func_malloc_0_nonnull+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test "$cross_compiling" = yes; then : +! case "$host_os" in +! # Guess yes on platforms where we know the result. +! *-gnu* | gnu* | freebsd* | netbsd* | openbsd* \ +! | hpux* | solaris* | cygwin* | mingw*) +! ac_cv_func_malloc_0_nonnull=yes ;; +! # If we don't know, assume the worst. +! *) ac_cv_func_malloc_0_nonnull=no ;; +! esac +! +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +! #if defined STDC_HEADERS || defined HAVE_STDLIB_H +! # include +! #else +! char *malloc (); +! #endif + + int +! main () + { +! char *p = malloc (0); +! int result = !p; +! free (p); +! return result; + ; + return 0; + } +--- 20086,20119 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible malloc" >&5 +! printf %s "checking for GNU libc compatible malloc... " >&6; } +! if test ${ac_cv_func_malloc_0_nonnull+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test "$cross_compiling" = yes +! then : +! case "$host_os" in # (( +! # Guess yes on platforms where we know the result. +! *-gnu* | freebsd* | netbsd* | openbsd* | bitrig* \ +! | hpux* | solaris* | cygwin* | mingw* | windows* | msys* ) +! ac_cv_func_malloc_0_nonnull=yes ;; +! # If we don't know, assume the worst. +! *) ac_cv_func_malloc_0_nonnull=no ;; +! esac +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +! #include + + int +! main (void) + { +! void *p = malloc (0); +! int result = !p; +! free (p); +! return result; + ; + return 0; + } +*************** +*** 19154,19183 **** + ; + return 0; + } +- + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + ac_cv_func_malloc_0_nonnull=yes +! else +! ac_cv_func_malloc_0_nonnull=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi +! +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_malloc_0_nonnull" >&5 +! $as_echo "$ac_cv_func_malloc_0_nonnull" >&6; } +! if test $ac_cv_func_malloc_0_nonnull = yes; then : + +! $as_echo "#define HAVE_MALLOC_GNU 1" >>confdefs.h + +! else +! $as_echo "#define HAVE_MALLOC_GNU 0" >>confdefs.h + + REPLACE_MALLOC=1 +! + fi + + +--- 20117,20150 ---- + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + ac_cv_func_malloc_0_nonnull=yes +! else case e in #( +! e) ac_cv_func_malloc_0_nonnull=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_malloc_0_nonnull" >&5 +! printf "%s\n" "$ac_cv_func_malloc_0_nonnull" >&6; } +! if test $ac_cv_func_malloc_0_nonnull = yes +! then : + +! printf "%s\n" "#define HAVE_MALLOC_GNU 1" >>confdefs.h + +! else case e in #( +! e) printf "%s\n" "#define HAVE_MALLOC_GNU 0" >>confdefs.h + + REPLACE_MALLOC=1 +! ;; +! esac + fi + + +*************** +*** 19195,19203 **** + fi + + +! cat >>confdefs.h <<_ACEOF +! #define GNULIB_MALLOC_GNU 1 +! _ACEOF + + + +--- 20162,20168 ---- + fi + + +! printf "%s\n" "#define GNULIB_MALLOC_GNU 1" >>confdefs.h + + + +*************** +*** 19205,19211 **** + + if test $gl_cv_func_malloc_posix = yes; then + +! $as_echo "#define HAVE_MALLOC_POSIX 1" >>confdefs.h + + else + REPLACE_MALLOC=1 +--- 20170,20176 ---- + + if test $gl_cv_func_malloc_posix = yes; then + +! printf "%s\n" "#define HAVE_MALLOC_POSIX 1" >>confdefs.h + + else + REPLACE_MALLOC=1 +*************** +*** 19234,19240 **** + + + +! $as_echo "#define GNULIB_TEST_MALLOC_POSIX 1" >>confdefs.h + + + +--- 20199,20205 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_MALLOC_POSIX 1" >>confdefs.h + + + +*************** +*** 19256,19267 **** + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc handles incomplete characters" >&5 +! $as_echo_n "checking whether mbrtowc handles incomplete characters... " >&6; } +! if ${gl_cv_func_mbrtowc_incomplete_state+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + case "$host_os" in + # Guess no on AIX and OSF/1. + aix* | osf*) gl_cv_func_mbrtowc_incomplete_state="guessing no" ;; +--- 20221,20233 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc handles incomplete characters" >&5 +! printf %s "checking whether mbrtowc handles incomplete characters... " >&6; } +! if test ${gl_cv_func_mbrtowc_incomplete_state+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + case "$host_os" in + # Guess no on AIX and OSF/1. + aix* | osf*) gl_cv_func_mbrtowc_incomplete_state="guessing no" ;; +*************** +*** 19269,19278 **** + *) gl_cv_func_mbrtowc_incomplete_state="guessing yes" ;; + esac + if test $LOCALE_JA != none; then +! if test "$cross_compiling" = yes; then : + : +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +--- 20235,20245 ---- + *) gl_cv_func_mbrtowc_incomplete_state="guessing yes" ;; + esac + if test $LOCALE_JA != none; then +! if test "$cross_compiling" = yes +! then : + : +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +*************** +*** 19301,19330 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_mbrtowc_incomplete_state=yes +! else +! gl_cv_func_mbrtowc_incomplete_state=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + + fi +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_incomplete_state" >&5 +! $as_echo "$gl_cv_func_mbrtowc_incomplete_state" >&6; } + + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc works as well as mbtowc" >&5 +! $as_echo_n "checking whether mbrtowc works as well as mbtowc... " >&6; } +! if ${gl_cv_func_mbrtowc_sanitycheck+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + case "$host_os" in + # Guess no on Solaris 8. + solaris2.8) gl_cv_func_mbrtowc_sanitycheck="guessing no" ;; +--- 20268,20302 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_mbrtowc_incomplete_state=yes +! else case e in #( +! e) gl_cv_func_mbrtowc_incomplete_state=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + + fi +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_incomplete_state" >&5 +! printf "%s\n" "$gl_cv_func_mbrtowc_incomplete_state" >&6; } + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc works as well as mbtowc" >&5 +! printf %s "checking whether mbrtowc works as well as mbtowc... " >&6; } +! if test ${gl_cv_func_mbrtowc_sanitycheck+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + case "$host_os" in + # Guess no on Solaris 8. + solaris2.8) gl_cv_func_mbrtowc_sanitycheck="guessing no" ;; +*************** +*** 19332,19341 **** + *) gl_cv_func_mbrtowc_sanitycheck="guessing yes" ;; + esac + if test $LOCALE_ZH_CN != none; then +! if test "$cross_compiling" = yes; then : + : +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +--- 20304,20314 ---- + *) gl_cv_func_mbrtowc_sanitycheck="guessing yes" ;; + esac + if test $LOCALE_ZH_CN != none; then +! if test "$cross_compiling" = yes +! then : + : +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +*************** +*** 19368,19387 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_mbrtowc_sanitycheck=yes +! else +! gl_cv_func_mbrtowc_sanitycheck=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + + fi +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_sanitycheck" >&5 +! $as_echo "$gl_cv_func_mbrtowc_sanitycheck" >&6; } + + REPLACE_MBSTATE_T=0 + case "$gl_cv_func_mbrtowc_incomplete_state" in +--- 20341,20364 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_mbrtowc_sanitycheck=yes +! else case e in #( +! e) gl_cv_func_mbrtowc_sanitycheck=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + + fi +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_sanitycheck" >&5 +! printf "%s\n" "$gl_cv_func_mbrtowc_sanitycheck" >&6; } + + REPLACE_MBSTATE_T=0 + case "$gl_cv_func_mbrtowc_incomplete_state" in +*************** +*** 19400,19406 **** + + if test $ac_cv_func_mbrtowc = no; then + HAVE_MBRTOWC=0 +! ac_fn_c_check_decl "$LINENO" "mbrtowc" "ac_cv_have_decl_mbrtowc" " + /* Tru64 with Desktop Toolkit C has a bug: must be included before + . + BSD/OS 4.0.1 has a bug: , and must be +--- 20377,20383 ---- + + if test $ac_cv_func_mbrtowc = no; then + HAVE_MBRTOWC=0 +! ac_fn_check_decl "$LINENO" "mbrtowc" "ac_cv_have_decl_mbrtowc" " + /* Tru64 with Desktop Toolkit C has a bug: must be included before + . + BSD/OS 4.0.1 has a bug: , and must be +*************** +*** 19410,19425 **** + #include + #include + +! " +! if test "x$ac_cv_have_decl_mbrtowc" = xyes; then : + ac_have_decl=1 +! else +! ac_have_decl=0 + fi +! +! cat >>confdefs.h <<_ACEOF +! #define HAVE_DECL_MBRTOWC $ac_have_decl +! _ACEOF + + if test $ac_cv_have_decl_mbrtowc = yes; then + REPLACE_MBRTOWC=1 +--- 20387,20401 ---- + #include + #include + +! " "$ac_c_undeclared_builtin_options" "CFLAGS" +! if test "x$ac_cv_have_decl_mbrtowc" = xyes +! then : + ac_have_decl=1 +! else case e in #( +! e) ac_have_decl=0 ;; +! esac + fi +! printf "%s\n" "#define HAVE_DECL_MBRTOWC $ac_have_decl" >>confdefs.h + + if test $ac_cv_have_decl_mbrtowc = yes; then + REPLACE_MBRTOWC=1 +*************** +*** 19431,19442 **** + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc handles a NULL pwc argument" >&5 +! $as_echo_n "checking whether mbrtowc handles a NULL pwc argument... " >&6; } +! if ${gl_cv_func_mbrtowc_null_arg1+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + case "$host_os" in + # Guess no on Solaris. + solaris*) gl_cv_func_mbrtowc_null_arg1="guessing no" ;; +--- 20407,20419 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc handles a NULL pwc argument" >&5 +! printf %s "checking whether mbrtowc handles a NULL pwc argument... " >&6; } +! if test ${gl_cv_func_mbrtowc_null_arg1+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + case "$host_os" in + # Guess no on Solaris. + solaris*) gl_cv_func_mbrtowc_null_arg1="guessing no" ;; +*************** +*** 19444,19453 **** + *) gl_cv_func_mbrtowc_null_arg1="guessing yes" ;; + esac + if test $LOCALE_FR_UTF8 != none; then +! if test "$cross_compiling" = yes; then : + : +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +--- 20421,20431 ---- + *) gl_cv_func_mbrtowc_null_arg1="guessing yes" ;; + esac + if test $LOCALE_FR_UTF8 != none; then +! if test "$cross_compiling" = yes +! then : + : +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +*************** +*** 19490,19519 **** + return result; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_mbrtowc_null_arg1=yes +! else +! gl_cv_func_mbrtowc_null_arg1=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + + fi +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_null_arg1" >&5 +! $as_echo "$gl_cv_func_mbrtowc_null_arg1" >&6; } + + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc handles a NULL string argument" >&5 +! $as_echo_n "checking whether mbrtowc handles a NULL string argument... " >&6; } +! if ${gl_cv_func_mbrtowc_null_arg2+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + case "$host_os" in + # Guess no on OSF/1. + osf*) gl_cv_func_mbrtowc_null_arg2="guessing no" ;; +--- 20468,20502 ---- + return result; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_mbrtowc_null_arg1=yes +! else case e in #( +! e) gl_cv_func_mbrtowc_null_arg1=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + + fi +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_null_arg1" >&5 +! printf "%s\n" "$gl_cv_func_mbrtowc_null_arg1" >&6; } + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc handles a NULL string argument" >&5 +! printf %s "checking whether mbrtowc handles a NULL string argument... " >&6; } +! if test ${gl_cv_func_mbrtowc_null_arg2+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + case "$host_os" in + # Guess no on OSF/1. + osf*) gl_cv_func_mbrtowc_null_arg2="guessing no" ;; +*************** +*** 19521,19530 **** + *) gl_cv_func_mbrtowc_null_arg2="guessing yes" ;; + esac + if test $LOCALE_FR_UTF8 != none; then +! if test "$cross_compiling" = yes; then : + : +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +--- 20504,20514 ---- + *) gl_cv_func_mbrtowc_null_arg2="guessing yes" ;; + esac + if test $LOCALE_FR_UTF8 != none; then +! if test "$cross_compiling" = yes +! then : + : +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +*************** +*** 19555,19586 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_mbrtowc_null_arg2=yes +! else +! gl_cv_func_mbrtowc_null_arg2=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + + fi +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_null_arg2" >&5 +! $as_echo "$gl_cv_func_mbrtowc_null_arg2" >&6; } + + + + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc has a correct return value" >&5 +! $as_echo_n "checking whether mbrtowc has a correct return value... " >&6; } +! if ${gl_cv_func_mbrtowc_retval+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + case "$host_os" in + # Guess no on HP-UX, Solaris, native Windows. + hpux* | solaris* | mingw*) gl_cv_func_mbrtowc_retval="guessing no" ;; +--- 20539,20575 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_mbrtowc_null_arg2=yes +! else case e in #( +! e) gl_cv_func_mbrtowc_null_arg2=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + + fi +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_null_arg2" >&5 +! printf "%s\n" "$gl_cv_func_mbrtowc_null_arg2" >&6; } + + + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc has a correct return value" >&5 +! printf %s "checking whether mbrtowc has a correct return value... " >&6; } +! if test ${gl_cv_func_mbrtowc_retval+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + case "$host_os" in + # Guess no on HP-UX, Solaris, native Windows. + hpux* | solaris* | mingw*) gl_cv_func_mbrtowc_retval="guessing no" ;; +*************** +*** 19589,19598 **** + esac + if test $LOCALE_FR_UTF8 != none || test $LOCALE_JA != none \ + || { case "$host_os" in mingw*) true;; *) false;; esac; }; then +! if test "$cross_compiling" = yes; then : + : +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +--- 20578,20588 ---- + esac + if test $LOCALE_FR_UTF8 != none || test $LOCALE_JA != none \ + || { case "$host_os" in mingw*) true;; *) false;; esac; }; then +! if test "$cross_compiling" = yes +! then : + : +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +*************** +*** 19690,19722 **** + return (found_some_locale ? result : 77); + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_mbrtowc_retval=yes +! else +! if test $? != 77; then + gl_cv_func_mbrtowc_retval=no + fi +! + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + + fi +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_retval" >&5 +! $as_echo "$gl_cv_func_mbrtowc_retval" >&6; } + + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc returns 0 when parsing a NUL character" >&5 +! $as_echo_n "checking whether mbrtowc returns 0 when parsing a NUL character... " >&6; } +! if ${gl_cv_func_mbrtowc_nul_retval+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + case "$host_os" in + # Guess no on Solaris 8 and 9. + solaris2.[89]) gl_cv_func_mbrtowc_nul_retval="guessing no" ;; +--- 20680,20717 ---- + return (found_some_locale ? result : 77); + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_mbrtowc_retval=yes +! else case e in #( +! e) if test $? != 77; then + gl_cv_func_mbrtowc_retval=no + fi +! ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + + fi +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_retval" >&5 +! printf "%s\n" "$gl_cv_func_mbrtowc_retval" >&6; } + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc returns 0 when parsing a NUL character" >&5 +! printf %s "checking whether mbrtowc returns 0 when parsing a NUL character... " >&6; } +! if test ${gl_cv_func_mbrtowc_nul_retval+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + case "$host_os" in + # Guess no on Solaris 8 and 9. + solaris2.[89]) gl_cv_func_mbrtowc_nul_retval="guessing no" ;; +*************** +*** 19724,19733 **** + *) gl_cv_func_mbrtowc_nul_retval="guessing yes" ;; + esac + if test $LOCALE_ZH_CN != none; then +! if test "$cross_compiling" = yes; then : + : +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +--- 20719,20729 ---- + *) gl_cv_func_mbrtowc_nul_retval="guessing yes" ;; + esac + if test $LOCALE_ZH_CN != none; then +! if test "$cross_compiling" = yes +! then : + : +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +*************** +*** 19755,19783 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_mbrtowc_nul_retval=yes +! else +! gl_cv_func_mbrtowc_nul_retval=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + + fi +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_nul_retval" >&5 +! $as_echo "$gl_cv_func_mbrtowc_nul_retval" >&6; } + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc works on empty input" >&5 +! $as_echo_n "checking whether mbrtowc works on empty input... " >&6; } +! if ${gl_cv_func_mbrtowc_empty_input+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + case "$host_os" in + # Guess no on AIX and glibc systems. + aix* | *-gnu* | gnu*) gl_cv_func_mbrtowc_empty_input="guessing no" ;; +--- 20751,20784 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_mbrtowc_nul_retval=yes +! else case e in #( +! e) gl_cv_func_mbrtowc_nul_retval=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + + fi +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_nul_retval" >&5 +! printf "%s\n" "$gl_cv_func_mbrtowc_nul_retval" >&6; } + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc works on empty input" >&5 +! printf %s "checking whether mbrtowc works on empty input... " >&6; } +! if test ${gl_cv_func_mbrtowc_empty_input+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + case "$host_os" in + # Guess no on AIX and glibc systems. + aix* | *-gnu* | gnu*) gl_cv_func_mbrtowc_empty_input="guessing no" ;; +*************** +*** 19785,19794 **** + mingw*) gl_cv_func_mbrtowc_empty_input="guessing yes" ;; + *) gl_cv_func_mbrtowc_empty_input="guessing yes" ;; + esac +! if test "$cross_compiling" = yes; then : + : +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +--- 20786,20796 ---- + mingw*) gl_cv_func_mbrtowc_empty_input="guessing yes" ;; + *) gl_cv_func_mbrtowc_empty_input="guessing yes" ;; + esac +! if test "$cross_compiling" = yes +! then : + : +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +*************** +*** 19800,19843 **** + return mbrtowc (&wc, "", 0, &mbs) != (size_t) -2; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_mbrtowc_empty_input=yes +! else +! gl_cv_func_mbrtowc_empty_input=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_empty_input" >&5 +! $as_echo "$gl_cv_func_mbrtowc_empty_input" >&6; } + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C locale is free of encoding errors" >&5 +! $as_echo_n "checking whether the C locale is free of encoding errors... " >&6; } +! if ${gl_cv_C_locale_sans_EILSEQ+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + gl_cv_C_locale_sans_EILSEQ="guessing no" + +! if test "$cross_compiling" = yes; then : + case "$host_os" in + # Guess yes on native Windows. + mingw*) gl_cv_C_locale_sans_EILSEQ="guessing yes" ;; + esac + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + #include + #include + + int +! main () + { + + int i; +--- 20802,20851 ---- + return mbrtowc (&wc, "", 0, &mbs) != (size_t) -2; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_mbrtowc_empty_input=yes +! else case e in #( +! e) gl_cv_func_mbrtowc_empty_input=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_empty_input" >&5 +! printf "%s\n" "$gl_cv_func_mbrtowc_empty_input" >&6; } + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C locale is free of encoding errors" >&5 +! printf %s "checking whether the C locale is free of encoding errors... " >&6; } +! if test ${gl_cv_C_locale_sans_EILSEQ+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + gl_cv_C_locale_sans_EILSEQ="guessing no" + +! if test "$cross_compiling" = yes +! then : + case "$host_os" in + # Guess yes on native Windows. + mingw*) gl_cv_C_locale_sans_EILSEQ="guessing yes" ;; + esac + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + #include + #include + + int +! main (void) + { + + int i; +*************** +*** 19859,19882 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_C_locale_sans_EILSEQ=yes +! else +! gl_cv_C_locale_sans_EILSEQ=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_C_locale_sans_EILSEQ" >&5 +! $as_echo "$gl_cv_C_locale_sans_EILSEQ" >&6; } + + case "$gl_cv_func_mbrtowc_null_arg1" in + *yes) ;; + *) +! $as_echo "#define MBRTOWC_NULL_ARG1_BUG 1" >>confdefs.h + + REPLACE_MBRTOWC=1 + ;; +--- 20867,20894 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_C_locale_sans_EILSEQ=yes +! else case e in #( +! e) gl_cv_C_locale_sans_EILSEQ=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_C_locale_sans_EILSEQ" >&5 +! printf "%s\n" "$gl_cv_C_locale_sans_EILSEQ" >&6; } + + case "$gl_cv_func_mbrtowc_null_arg1" in + *yes) ;; + *) +! printf "%s\n" "#define MBRTOWC_NULL_ARG1_BUG 1" >>confdefs.h + + REPLACE_MBRTOWC=1 + ;; +*************** +*** 19884,19890 **** + case "$gl_cv_func_mbrtowc_null_arg2" in + *yes) ;; + *) +! $as_echo "#define MBRTOWC_NULL_ARG2_BUG 1" >>confdefs.h + + REPLACE_MBRTOWC=1 + ;; +--- 20896,20902 ---- + case "$gl_cv_func_mbrtowc_null_arg2" in + *yes) ;; + *) +! printf "%s\n" "#define MBRTOWC_NULL_ARG2_BUG 1" >>confdefs.h + + REPLACE_MBRTOWC=1 + ;; +*************** +*** 19892,19898 **** + case "$gl_cv_func_mbrtowc_retval" in + *yes) ;; + *) +! $as_echo "#define MBRTOWC_RETVAL_BUG 1" >>confdefs.h + + REPLACE_MBRTOWC=1 + ;; +--- 20904,20910 ---- + case "$gl_cv_func_mbrtowc_retval" in + *yes) ;; + *) +! printf "%s\n" "#define MBRTOWC_RETVAL_BUG 1" >>confdefs.h + + REPLACE_MBRTOWC=1 + ;; +*************** +*** 19900,19906 **** + case "$gl_cv_func_mbrtowc_nul_retval" in + *yes) ;; + *) +! $as_echo "#define MBRTOWC_NUL_RETVAL_BUG 1" >>confdefs.h + + REPLACE_MBRTOWC=1 + ;; +--- 20912,20918 ---- + case "$gl_cv_func_mbrtowc_nul_retval" in + *yes) ;; + *) +! printf "%s\n" "#define MBRTOWC_NUL_RETVAL_BUG 1" >>confdefs.h + + REPLACE_MBRTOWC=1 + ;; +*************** +*** 19908,19914 **** + case "$gl_cv_func_mbrtowc_empty_input" in + *yes) ;; + *) +! $as_echo "#define MBRTOWC_EMPTY_INPUT_BUG 1" >>confdefs.h + + REPLACE_MBRTOWC=1 + ;; +--- 20920,20926 ---- + case "$gl_cv_func_mbrtowc_empty_input" in + *yes) ;; + *) +! printf "%s\n" "#define MBRTOWC_EMPTY_INPUT_BUG 1" >>confdefs.h + + REPLACE_MBRTOWC=1 + ;; +*************** +*** 19916,19922 **** + case $gl_cv_C_locale_sans_EILSEQ in + *yes) ;; + *) +! $as_echo "#define C_LOCALE_MAYBE_EILSEQ 1" >>confdefs.h + + REPLACE_MBRTOWC=1 + ;; +--- 20928,20934 ---- + case $gl_cv_C_locale_sans_EILSEQ in + *yes) ;; + *) +! printf "%s\n" "#define C_LOCALE_MAYBE_EILSEQ 1" >>confdefs.h + + REPLACE_MBRTOWC=1 + ;; +*************** +*** 19950,19956 **** + + + +! $as_echo "#define GNULIB_TEST_MBRTOWC 1" >>confdefs.h + + + +--- 20962,20968 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_MBRTOWC 1" >>confdefs.h + + + +*************** +*** 19969,19980 **** + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc handles incomplete characters" >&5 +! $as_echo_n "checking whether mbrtowc handles incomplete characters... " >&6; } +! if ${gl_cv_func_mbrtowc_incomplete_state+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + case "$host_os" in + # Guess no on AIX and OSF/1. + aix* | osf*) gl_cv_func_mbrtowc_incomplete_state="guessing no" ;; +--- 20981,20993 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc handles incomplete characters" >&5 +! printf %s "checking whether mbrtowc handles incomplete characters... " >&6; } +! if test ${gl_cv_func_mbrtowc_incomplete_state+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + case "$host_os" in + # Guess no on AIX and OSF/1. + aix* | osf*) gl_cv_func_mbrtowc_incomplete_state="guessing no" ;; +*************** +*** 19982,19991 **** + *) gl_cv_func_mbrtowc_incomplete_state="guessing yes" ;; + esac + if test $LOCALE_JA != none; then +! if test "$cross_compiling" = yes; then : + : +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +--- 20995,21005 ---- + *) gl_cv_func_mbrtowc_incomplete_state="guessing yes" ;; + esac + if test $LOCALE_JA != none; then +! if test "$cross_compiling" = yes +! then : + : +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +*************** +*** 20014,20043 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_mbrtowc_incomplete_state=yes +! else +! gl_cv_func_mbrtowc_incomplete_state=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + + fi +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_incomplete_state" >&5 +! $as_echo "$gl_cv_func_mbrtowc_incomplete_state" >&6; } + + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc works as well as mbtowc" >&5 +! $as_echo_n "checking whether mbrtowc works as well as mbtowc... " >&6; } +! if ${gl_cv_func_mbrtowc_sanitycheck+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + case "$host_os" in + # Guess no on Solaris 8. + solaris2.8) gl_cv_func_mbrtowc_sanitycheck="guessing no" ;; +--- 21028,21062 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_mbrtowc_incomplete_state=yes +! else case e in #( +! e) gl_cv_func_mbrtowc_incomplete_state=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + + fi +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_incomplete_state" >&5 +! printf "%s\n" "$gl_cv_func_mbrtowc_incomplete_state" >&6; } + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc works as well as mbtowc" >&5 +! printf %s "checking whether mbrtowc works as well as mbtowc... " >&6; } +! if test ${gl_cv_func_mbrtowc_sanitycheck+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + case "$host_os" in + # Guess no on Solaris 8. + solaris2.8) gl_cv_func_mbrtowc_sanitycheck="guessing no" ;; +*************** +*** 20045,20054 **** + *) gl_cv_func_mbrtowc_sanitycheck="guessing yes" ;; + esac + if test $LOCALE_ZH_CN != none; then +! if test "$cross_compiling" = yes; then : + : +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +--- 21064,21074 ---- + *) gl_cv_func_mbrtowc_sanitycheck="guessing yes" ;; + esac + if test $LOCALE_ZH_CN != none; then +! if test "$cross_compiling" = yes +! then : + : +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +*************** +*** 20081,20100 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_mbrtowc_sanitycheck=yes +! else +! gl_cv_func_mbrtowc_sanitycheck=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + + fi +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_sanitycheck" >&5 +! $as_echo "$gl_cv_func_mbrtowc_sanitycheck" >&6; } + + REPLACE_MBSTATE_T=0 + case "$gl_cv_func_mbrtowc_incomplete_state" in +--- 21101,21124 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_mbrtowc_sanitycheck=yes +! else case e in #( +! e) gl_cv_func_mbrtowc_sanitycheck=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + + fi +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_sanitycheck" >&5 +! printf "%s\n" "$gl_cv_func_mbrtowc_sanitycheck" >&6; } + + REPLACE_MBSTATE_T=0 + case "$gl_cv_func_mbrtowc_incomplete_state" in +*************** +*** 20113,20119 **** + + if test $ac_cv_func_mbsinit = no; then + HAVE_MBSINIT=0 +! ac_fn_c_check_decl "$LINENO" "mbsinit" "ac_cv_have_decl_mbsinit" " + /* Tru64 with Desktop Toolkit C has a bug: must be included before + . + BSD/OS 4.0.1 has a bug: , and must be +--- 21137,21143 ---- + + if test $ac_cv_func_mbsinit = no; then + HAVE_MBSINIT=0 +! ac_fn_check_decl "$LINENO" "mbsinit" "ac_cv_have_decl_mbsinit" " + /* Tru64 with Desktop Toolkit C has a bug: must be included before + . + BSD/OS 4.0.1 has a bug: , and must be +*************** +*** 20123,20138 **** + #include + #include + +! " +! if test "x$ac_cv_have_decl_mbsinit" = xyes; then : + ac_have_decl=1 +! else +! ac_have_decl=0 + fi +! +! cat >>confdefs.h <<_ACEOF +! #define HAVE_DECL_MBSINIT $ac_have_decl +! _ACEOF + + if test $ac_cv_have_decl_mbsinit = yes; then + REPLACE_MBSINIT=1 +--- 21147,21161 ---- + #include + #include + +! " "$ac_c_undeclared_builtin_options" "CFLAGS" +! if test "x$ac_cv_have_decl_mbsinit" = xyes +! then : + ac_have_decl=1 +! else case e in #( +! e) ac_have_decl=0 ;; +! esac + fi +! printf "%s\n" "#define HAVE_DECL_MBSINIT $ac_have_decl" >>confdefs.h + + if test $ac_cv_have_decl_mbsinit = yes; then + REPLACE_MBSINIT=1 +*************** +*** 20173,20179 **** + + + +! $as_echo "#define GNULIB_TEST_MBSINIT 1" >>confdefs.h + + + +--- 21196,21202 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_MBSINIT 1" >>confdefs.h + + + +*************** +*** 20190,20207 **** + gl_LIBOBJS="$gl_LIBOBJS memchr.$ac_objext" + + +! for ac_header in bp-sym.h +! do : +! ac_fn_c_check_header_mongrel "$LINENO" "bp-sym.h" "ac_cv_header_bp_sym_h" "$ac_includes_default" +! if test "x$ac_cv_header_bp_sym_h" = xyes; then : +! cat >>confdefs.h <<_ACEOF +! #define HAVE_BP_SYM_H 1 +! _ACEOF + + fi + +- done +- + + fi + +--- 21213,21225 ---- + gl_LIBOBJS="$gl_LIBOBJS memchr.$ac_objext" + + +! ac_fn_c_check_header_compile "$LINENO" "bp-sym.h" "ac_cv_header_bp_sym_h" "$ac_includes_default" +! if test "x$ac_cv_header_bp_sym_h" = xyes +! then : +! printf "%s\n" "#define HAVE_BP_SYM_H 1" >>confdefs.h + + fi + + + fi + +*************** +*** 20215,20221 **** + + + +! $as_echo "#define GNULIB_TEST_MEMCHR 1" >>confdefs.h + + + +--- 21233,21239 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_MEMCHR 1" >>confdefs.h + + + +*************** +*** 20225,20240 **** + + + +- for ac_func in mempcpy +- do : + ac_fn_c_check_func "$LINENO" "mempcpy" "ac_cv_func_mempcpy" +! if test "x$ac_cv_func_mempcpy" = xyes; then : +! cat >>confdefs.h <<_ACEOF +! #define HAVE_MEMPCPY 1 +! _ACEOF + + fi +- done + + if test $ac_cv_func_mempcpy = no; then + HAVE_MEMPCPY=0 +--- 21243,21254 ---- + + + + ac_fn_c_check_func "$LINENO" "mempcpy" "ac_cv_func_mempcpy" +! if test "x$ac_cv_func_mempcpy" = xyes +! then : +! printf "%s\n" "#define HAVE_MEMPCPY 1" >>confdefs.h + + fi + + if test $ac_cv_func_mempcpy = no; then + HAVE_MEMPCPY=0 +*************** +*** 20266,20272 **** + + + +! $as_echo "#define GNULIB_TEST_MEMPCPY 1" >>confdefs.h + + + +--- 21280,21286 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_MEMPCPY 1" >>confdefs.h + + + +*************** +*** 20279,20294 **** + HAVE_DECL_MEMRCHR=0 + fi + +- for ac_func in memrchr +- do : + ac_fn_c_check_func "$LINENO" "memrchr" "ac_cv_func_memrchr" +! if test "x$ac_cv_func_memrchr" = xyes; then : +! cat >>confdefs.h <<_ACEOF +! #define HAVE_MEMRCHR 1 +! _ACEOF + + fi +- done + + + if test $ac_cv_func_memrchr = no; then +--- 21293,21304 ---- + HAVE_DECL_MEMRCHR=0 + fi + + ac_fn_c_check_func "$LINENO" "memrchr" "ac_cv_func_memrchr" +! if test "x$ac_cv_func_memrchr" = xyes +! then : +! printf "%s\n" "#define HAVE_MEMRCHR 1" >>confdefs.h + + fi + + + if test $ac_cv_func_memrchr = no; then +*************** +*** 20315,20321 **** + + + +! $as_echo "#define GNULIB_TEST_MEMRCHR 1" >>confdefs.h + + + +--- 21325,21331 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_MEMRCHR 1" >>confdefs.h + + + +*************** +*** 20324,20336 **** + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir handles trailing slash" >&5 +! $as_echo_n "checking whether mkdir handles trailing slash... " >&6; } +! if ${gl_cv_func_mkdir_trailing_slash_works+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! rm -rf conftest.dir +! if test "$cross_compiling" = yes; then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu* | gnu*) gl_cv_func_mkdir_trailing_slash_works="guessing yes" ;; +--- 21334,21348 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether mkdir handles trailing slash" >&5 +! printf %s "checking whether mkdir handles trailing slash... " >&6; } +! if test ${gl_cv_func_mkdir_trailing_slash_works+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) rm -rf conftest.dir +! if test "$cross_compiling" = yes +! then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu* | gnu*) gl_cv_func_mkdir_trailing_slash_works="guessing yes" ;; +*************** +*** 20344,20391 **** + + _ACEOF + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP "Known" >/dev/null 2>&1; then : + gl_cv_func_mkdir_trailing_slash_works="guessing yes" +! else +! gl_cv_func_mkdir_trailing_slash_works="guessing no" + fi +! rm -f conftest* + + ;; + # If we don't know, assume the worst. + *) gl_cv_func_mkdir_trailing_slash_works="guessing no" ;; + esac + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + # include + # include + + int +! main () + { + return mkdir ("conftest.dir/", 0700); + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_mkdir_trailing_slash_works=yes +! else +! gl_cv_func_mkdir_trailing_slash_works=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + + rm -rf conftest.dir + +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mkdir_trailing_slash_works" >&5 +! $as_echo "$gl_cv_func_mkdir_trailing_slash_works" >&6; } + case "$gl_cv_func_mkdir_trailing_slash_works" in + *yes) ;; + *) +--- 21356,21409 ---- + + _ACEOF + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP_TRADITIONAL "Known" >/dev/null 2>&1 +! then : + gl_cv_func_mkdir_trailing_slash_works="guessing yes" +! else case e in #( +! e) gl_cv_func_mkdir_trailing_slash_works="guessing no" ;; +! esac + fi +! rm -rf conftest* + + ;; + # If we don't know, assume the worst. + *) gl_cv_func_mkdir_trailing_slash_works="guessing no" ;; + esac + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + # include + # include + + int +! main (void) + { + return mkdir ("conftest.dir/", 0700); + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_mkdir_trailing_slash_works=yes +! else case e in #( +! e) gl_cv_func_mkdir_trailing_slash_works=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + + rm -rf conftest.dir + +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mkdir_trailing_slash_works" >&5 +! printf "%s\n" "$gl_cv_func_mkdir_trailing_slash_works" >&6; } + case "$gl_cv_func_mkdir_trailing_slash_works" in + *yes) ;; + *) +*************** +*** 20393,20405 **** + ;; + esac + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir handles trailing dot" >&5 +! $as_echo_n "checking whether mkdir handles trailing dot... " >&6; } +! if ${gl_cv_func_mkdir_trailing_dot_works+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! rm -rf conftest.dir +! if test "$cross_compiling" = yes; then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu* | gnu*) gl_cv_func_mkdir_trailing_dot_works="guessing yes" ;; +--- 21411,21425 ---- + ;; + esac + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether mkdir handles trailing dot" >&5 +! printf %s "checking whether mkdir handles trailing dot... " >&6; } +! if test ${gl_cv_func_mkdir_trailing_dot_works+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) rm -rf conftest.dir +! if test "$cross_compiling" = yes +! then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu* | gnu*) gl_cv_func_mkdir_trailing_dot_works="guessing yes" ;; +*************** +*** 20409,20450 **** + *) gl_cv_func_mkdir_trailing_dot_works="guessing no" ;; + esac + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + # include + # include + + int +! main () + { + return !mkdir ("conftest.dir/./", 0700); + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_mkdir_trailing_dot_works=yes +! else +! gl_cv_func_mkdir_trailing_dot_works=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + + rm -rf conftest.dir + +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mkdir_trailing_dot_works" >&5 +! $as_echo "$gl_cv_func_mkdir_trailing_dot_works" >&6; } + case "$gl_cv_func_mkdir_trailing_dot_works" in + *yes) ;; + *) + REPLACE_MKDIR=1 + +! $as_echo "#define FUNC_MKDIR_DOT_BUG 1" >>confdefs.h + + ;; + esac +--- 21429,21474 ---- + *) gl_cv_func_mkdir_trailing_dot_works="guessing no" ;; + esac + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + # include + # include + + int +! main (void) + { + return !mkdir ("conftest.dir/./", 0700); + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_mkdir_trailing_dot_works=yes +! else case e in #( +! e) gl_cv_func_mkdir_trailing_dot_works=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + + rm -rf conftest.dir + +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mkdir_trailing_dot_works" >&5 +! printf "%s\n" "$gl_cv_func_mkdir_trailing_dot_works" >&6; } + case "$gl_cv_func_mkdir_trailing_dot_works" in + *yes) ;; + *) + REPLACE_MKDIR=1 + +! printf "%s\n" "#define FUNC_MKDIR_DOT_BUG 1" >>confdefs.h + + ;; + esac +*************** +*** 20495,20501 **** + + + +! $as_echo "#define GNULIB_TEST_MKDIRAT 1" >>confdefs.h + + + +--- 21519,21525 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_MKDIRAT 1" >>confdefs.h + + + +*************** +*** 20508,20521 **** + if test "$gl_cv_func_working_mktime" != yes; then + REPLACE_MKTIME=1 + +! $as_echo "#define NEED_MKTIME_WORKING 1" >>confdefs.h + + fi + case "$host_os" in + mingw*) + REPLACE_MKTIME=1 + +! $as_echo "#define NEED_MKTIME_WINDOWS 1" >>confdefs.h + + ;; + esac +--- 21532,21545 ---- + if test "$gl_cv_func_working_mktime" != yes; then + REPLACE_MKTIME=1 + +! printf "%s\n" "#define NEED_MKTIME_WORKING 1" >>confdefs.h + + fi + case "$host_os" in + mingw*) + REPLACE_MKTIME=1 + +! printf "%s\n" "#define NEED_MKTIME_WINDOWS 1" >>confdefs.h + + ;; + esac +*************** +*** 20544,20550 **** + + + +! $as_echo "#define GNULIB_TEST_MKTIME 1" >>confdefs.h + + + +--- 21568,21574 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_MKTIME 1" >>confdefs.h + + + +*************** +*** 20553,20569 **** + + WANT_MKTIME_INTERNAL=0 + ac_fn_c_check_func "$LINENO" "__mktime_internal" "ac_cv_func___mktime_internal" +! if test "x$ac_cv_func___mktime_internal" = xyes; then : +! +! $as_echo "#define mktime_internal __mktime_internal" >>confdefs.h + + +- else +- WANT_MKTIME_INTERNAL=1 + +! $as_echo "#define NEED_MKTIME_INTERNAL 1" >>confdefs.h + + + fi + + +--- 21577,21595 ---- + + WANT_MKTIME_INTERNAL=0 + ac_fn_c_check_func "$LINENO" "__mktime_internal" "ac_cv_func___mktime_internal" +! if test "x$ac_cv_func___mktime_internal" = xyes +! then : + ++ printf "%s\n" "#define mktime_internal __mktime_internal" >>confdefs.h + + +! else case e in #( +! e) WANT_MKTIME_INTERNAL=1 + ++ printf "%s\n" "#define NEED_MKTIME_INTERNAL 1" >>confdefs.h + ++ ;; ++ esac + fi + + +*************** +*** 20608,20616 **** + fi + + +! cat >>confdefs.h <<_ACEOF +! #define GNULIB_MSVC_NOTHROW 1 +! _ACEOF + + + +--- 21634,21640 ---- + fi + + +! printf "%s\n" "#define GNULIB_MSVC_NOTHROW 1" >>confdefs.h + + + +*************** +*** 20623,20629 **** + + + +! $as_echo "#define my_strftime nstrftime" >>confdefs.h + + + +--- 21647,21653 ---- + + + +! printf "%s\n" "#define my_strftime nstrftime" >>confdefs.h + + + +*************** +*** 20638,20654 **** + if test "$gl_cv_macro_O_CLOEXEC" != yes; then + REPLACE_OPEN=1 + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether open recognizes a trailing slash" >&5 +! $as_echo_n "checking whether open recognizes a trailing slash... " >&6; } +! if ${gl_cv_func_open_slash+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! # Assume that if we have lstat, we can also check symlinks. + if test $ac_cv_func_lstat = yes; then + touch conftest.tmp + ln -s conftest.tmp conftest.lnk + fi +! if test "$cross_compiling" = yes; then : + + case "$host_os" in + freebsd* | aix* | hpux* | solaris2.[0-9] | solaris2.[0-9].*) +--- 21662,21680 ---- + if test "$gl_cv_macro_O_CLOEXEC" != yes; then + REPLACE_OPEN=1 + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether open recognizes a trailing slash" >&5 +! printf %s "checking whether open recognizes a trailing slash... " >&6; } +! if test ${gl_cv_func_open_slash+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) # Assume that if we have lstat, we can also check symlinks. + if test $ac_cv_func_lstat = yes; then + touch conftest.tmp + ln -s conftest.tmp conftest.lnk + fi +! if test "$cross_compiling" = yes +! then : + + case "$host_os" in + freebsd* | aix* | hpux* | solaris2.[0-9] | solaris2.[0-9].*) +*************** +*** 20657,20664 **** + gl_cv_func_open_slash="guessing yes" ;; + esac + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +--- 21683,21690 ---- + gl_cv_func_open_slash="guessing yes" ;; + esac + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +*************** +*** 20677,20700 **** + return result; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_open_slash=yes +! else +! gl_cv_func_open_slash=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + + rm -f conftest.sl conftest.tmp conftest.lnk +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_open_slash" >&5 +! $as_echo "$gl_cv_func_open_slash" >&6; } + case "$gl_cv_func_open_slash" in + *no) + +! $as_echo "#define OPEN_TRAILING_SLASH_BUG 1" >>confdefs.h + + REPLACE_OPEN=1 + ;; +--- 21703,21730 ---- + return result; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_open_slash=yes +! else case e in #( +! e) gl_cv_func_open_slash=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + + rm -f conftest.sl conftest.tmp conftest.lnk +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_open_slash" >&5 +! printf "%s\n" "$gl_cv_func_open_slash" >&6; } + case "$gl_cv_func_open_slash" in + *no) + +! printf "%s\n" "#define OPEN_TRAILING_SLASH_BUG 1" >>confdefs.h + + REPLACE_OPEN=1 + ;; +*************** +*** 20744,20750 **** + + + +! $as_echo "#define GNULIB_TEST_OPEN 1" >>confdefs.h + + + +--- 21774,21780 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_OPEN 1" >>confdefs.h + + + +*************** +*** 20786,20794 **** + fi + + +! cat >>confdefs.h <<_ACEOF +! #define GNULIB_OPENAT 1 +! _ACEOF + + + +--- 21816,21822 ---- + fi + + +! printf "%s\n" "#define GNULIB_OPENAT 1" >>confdefs.h + + + +*************** +*** 20801,20823 **** + + + +! $as_echo "#define GNULIB_TEST_OPENAT 1" >>confdefs.h + + + + + + +- for ac_func in opendir +- do : + ac_fn_c_check_func "$LINENO" "opendir" "ac_cv_func_opendir" +! if test "x$ac_cv_func_opendir" = xyes; then : +! cat >>confdefs.h <<_ACEOF +! #define HAVE_OPENDIR 1 +! _ACEOF + + fi +- done + + if test $ac_cv_func_opendir = no; then + HAVE_OPENDIR=0 +--- 21829,21847 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_OPENAT 1" >>confdefs.h + + + + + + + ac_fn_c_check_func "$LINENO" "opendir" "ac_cv_func_opendir" +! if test "x$ac_cv_func_opendir" = xyes +! then : +! printf "%s\n" "#define HAVE_OPENDIR 1" >>confdefs.h + + fi + + if test $ac_cv_func_opendir = no; then + HAVE_OPENDIR=0 +*************** +*** 20864,20870 **** + + + +! $as_echo "#define GNULIB_TEST_OPENDIR 1" >>confdefs.h + + + +--- 21888,21894 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_OPENDIR 1" >>confdefs.h + + + +*************** +*** 20878,20915 **** + #include <$ac_cv_struct_tm> + + " +! if test "x$ac_cv_member_struct_tm_tm_zone" = xyes; then : + +! cat >>confdefs.h <<_ACEOF +! #define HAVE_STRUCT_TM_TM_ZONE 1 +! _ACEOF + + + fi + + if test "$ac_cv_member_struct_tm_tm_zone" = yes; then + +! $as_echo "#define HAVE_TM_ZONE 1" >>confdefs.h + + else +! ac_fn_c_check_decl "$LINENO" "tzname" "ac_cv_have_decl_tzname" "#include +! " +! if test "x$ac_cv_have_decl_tzname" = xyes; then : + ac_have_decl=1 +! else +! ac_have_decl=0 + fi + +! cat >>confdefs.h <<_ACEOF +! #define HAVE_DECL_TZNAME $ac_have_decl +! _ACEOF +! +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tzname" >&5 +! $as_echo_n "checking for tzname... " >&6; } +! if ${ac_cv_var_tzname+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + #if !HAVE_DECL_TZNAME +--- 21902,21938 ---- + #include <$ac_cv_struct_tm> + + " +! if test "x$ac_cv_member_struct_tm_tm_zone" = xyes +! then : + +! printf "%s\n" "#define HAVE_STRUCT_TM_TM_ZONE 1" >>confdefs.h + + + fi + + if test "$ac_cv_member_struct_tm_tm_zone" = yes; then + +! printf "%s\n" "#define HAVE_TM_ZONE 1" >>confdefs.h + + else +! ac_fn_check_decl "$LINENO" "tzname" "ac_cv_have_decl_tzname" "#include +! " "$ac_c_undeclared_builtin_options" "CFLAGS" +! if test "x$ac_cv_have_decl_tzname" = xyes +! then : + ac_have_decl=1 +! else case e in #( +! e) ac_have_decl=0 ;; +! esac + fi ++ printf "%s\n" "#define HAVE_DECL_TZNAME $ac_have_decl" >>confdefs.h + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for tzname" >&5 +! printf %s "checking for tzname... " >&6; } +! if test ${ac_cv_var_tzname+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + #if !HAVE_DECL_TZNAME +*************** +*** 20917,20942 **** + #endif + + int +! main () + { + return tzname[0][0]; + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_link "$LINENO"; then : + ac_cv_var_tzname=yes +! else +! ac_cv_var_tzname=no + fi +! rm -f core conftest.err conftest.$ac_objext \ +! conftest$ac_exeext conftest.$ac_ext + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_var_tzname" >&5 +! $as_echo "$ac_cv_var_tzname" >&6; } + if test $ac_cv_var_tzname = yes; then + +! $as_echo "#define HAVE_TZNAME 1" >>confdefs.h + + fi + fi +--- 21940,21968 ---- + #endif + + int +! main (void) + { + return tzname[0][0]; + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_link "$LINENO" +! then : + ac_cv_var_tzname=yes +! else case e in #( +! e) ac_cv_var_tzname=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam \ +! conftest$ac_exeext conftest.$ac_ext ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_var_tzname" >&5 +! printf "%s\n" "$ac_cv_var_tzname" >&6; } + if test $ac_cv_var_tzname = yes; then + +! printf "%s\n" "#define HAVE_TZNAME 1" >>confdefs.h + + fi + fi +*************** +*** 20947,20975 **** + + + +! ac_fn_c_check_decl "$LINENO" "program_invocation_name" "ac_cv_have_decl_program_invocation_name" "#include +! " +! if test "x$ac_cv_have_decl_program_invocation_name" = xyes; then : + ac_have_decl=1 +! else +! ac_have_decl=0 + fi + +! cat >>confdefs.h <<_ACEOF +! #define HAVE_DECL_PROGRAM_INVOCATION_NAME $ac_have_decl +! _ACEOF +! +! ac_fn_c_check_decl "$LINENO" "program_invocation_short_name" "ac_cv_have_decl_program_invocation_short_name" "#include +! " +! if test "x$ac_cv_have_decl_program_invocation_short_name" = xyes; then : + ac_have_decl=1 +! else +! ac_have_decl=0 + fi +! +! cat >>confdefs.h <<_ACEOF +! #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME $ac_have_decl +! _ACEOF + + + : +--- 21973,21999 ---- + + + +! ac_fn_check_decl "$LINENO" "program_invocation_name" "ac_cv_have_decl_program_invocation_name" "#include +! " "$ac_c_undeclared_builtin_options" "CFLAGS" +! if test "x$ac_cv_have_decl_program_invocation_name" = xyes +! then : + ac_have_decl=1 +! else case e in #( +! e) ac_have_decl=0 ;; +! esac + fi ++ printf "%s\n" "#define HAVE_DECL_PROGRAM_INVOCATION_NAME $ac_have_decl" >>confdefs.h + +! ac_fn_check_decl "$LINENO" "program_invocation_short_name" "ac_cv_have_decl_program_invocation_short_name" "#include +! " "$ac_c_undeclared_builtin_options" "CFLAGS" +! if test "x$ac_cv_have_decl_program_invocation_short_name" = xyes +! then : + ac_have_decl=1 +! else case e in #( +! e) ac_have_decl=0 ;; +! esac + fi +! printf "%s\n" "#define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME $ac_have_decl" >>confdefs.h + + + : +*************** +*** 20980,20995 **** + + + +- for ac_func in raise +- do : + ac_fn_c_check_func "$LINENO" "raise" "ac_cv_func_raise" +! if test "x$ac_cv_func_raise" = xyes; then : +! cat >>confdefs.h <<_ACEOF +! #define HAVE_RAISE 1 +! _ACEOF + + fi +- done + + if test $ac_cv_func_raise = no; then + HAVE_RAISE=0 +--- 22004,22015 ---- + + + + ac_fn_c_check_func "$LINENO" "raise" "ac_cv_func_raise" +! if test "x$ac_cv_func_raise" = xyes +! then : +! printf "%s\n" "#define HAVE_RAISE 1" >>confdefs.h + + fi + + if test $ac_cv_func_raise = no; then + HAVE_RAISE=0 +*************** +*** 21027,21049 **** + + + +! $as_echo "#define GNULIB_TEST_RAISE 1" >>confdefs.h + + + + + + +- for ac_func in readdir +- do : + ac_fn_c_check_func "$LINENO" "readdir" "ac_cv_func_readdir" +! if test "x$ac_cv_func_readdir" = xyes; then : +! cat >>confdefs.h <<_ACEOF +! #define HAVE_READDIR 1 +! _ACEOF + + fi +- done + + if test $ac_cv_func_readdir = no; then + HAVE_READDIR=0 +--- 22047,22065 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_RAISE 1" >>confdefs.h + + + + + + + ac_fn_c_check_func "$LINENO" "readdir" "ac_cv_func_readdir" +! if test "x$ac_cv_func_readdir" = xyes +! then : +! printf "%s\n" "#define HAVE_READDIR 1" >>confdefs.h + + fi + + if test $ac_cv_func_readdir = no; then + HAVE_READDIR=0 +*************** +*** 21072,21078 **** + + + +! $as_echo "#define GNULIB_TEST_READDIR 1" >>confdefs.h + + + +--- 22088,22094 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_READDIR 1" >>confdefs.h + + + +*************** +*** 21082,21123 **** + if test $ac_cv_func_readlink = no; then + HAVE_READLINK=0 + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether readlink signature is correct" >&5 +! $as_echo_n "checking whether readlink signature is correct... " >&6; } +! if ${gl_cv_decl_readlink_works+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + /* Cause compilation failure if original declaration has wrong type. */ + ssize_t readlink (const char *, char *, size_t); + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gl_cv_decl_readlink_works=yes +! else +! gl_cv_decl_readlink_works=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_decl_readlink_works" >&5 +! $as_echo "$gl_cv_decl_readlink_works" >&6; } +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether readlink handles trailing slash correctly" >&5 +! $as_echo_n "checking whether readlink handles trailing slash correctly... " >&6; } +! if ${gl_cv_func_readlink_works+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! # We have readlink, so assume ln -s works. + ln -s conftest.no-such conftest.link + ln -s conftest.link conftest.lnk2 +! if test "$cross_compiling" = yes; then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu* | gnu*) gl_cv_func_readlink_works="guessing yes" ;; +--- 22098,22145 ---- + if test $ac_cv_func_readlink = no; then + HAVE_READLINK=0 + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether readlink signature is correct" >&5 +! printf %s "checking whether readlink signature is correct... " >&6; } +! if test ${gl_cv_decl_readlink_works+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + /* Cause compilation failure if original declaration has wrong type. */ + ssize_t readlink (const char *, char *, size_t); + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gl_cv_decl_readlink_works=yes +! else case e in #( +! e) gl_cv_decl_readlink_works=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_decl_readlink_works" >&5 +! printf "%s\n" "$gl_cv_decl_readlink_works" >&6; } +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether readlink handles trailing slash correctly" >&5 +! printf %s "checking whether readlink handles trailing slash correctly... " >&6; } +! if test ${gl_cv_func_readlink_works+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) # We have readlink, so assume ln -s works. + ln -s conftest.no-such conftest.link + ln -s conftest.link conftest.lnk2 +! if test "$cross_compiling" = yes +! then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu* | gnu*) gl_cv_func_readlink_works="guessing yes" ;; +*************** +*** 21125,21137 **** + *) gl_cv_func_readlink_works="guessing no" ;; + esac + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + + int +! main () + { + char buf[20]; + return readlink ("conftest.lnk2/", buf, sizeof buf) != -1; +--- 22147,22159 ---- + *) gl_cv_func_readlink_works="guessing no" ;; + esac + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + + int +! main (void) + { + char buf[20]; + return readlink ("conftest.lnk2/", buf, sizeof buf) != -1; +*************** +*** 21139,21157 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_readlink_works=yes +! else +! gl_cv_func_readlink_works=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + +! rm -f conftest.link conftest.lnk2 + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_readlink_works" >&5 +! $as_echo "$gl_cv_func_readlink_works" >&6; } + case "$gl_cv_func_readlink_works" in + *yes) + if test "$gl_cv_decl_readlink_works" != yes; then +--- 22161,22183 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_readlink_works=yes +! else case e in #( +! e) gl_cv_func_readlink_works=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + +! rm -f conftest.link conftest.lnk2 ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_readlink_works" >&5 +! printf "%s\n" "$gl_cv_func_readlink_works" >&6; } + case "$gl_cv_func_readlink_works" in + *yes) + if test "$gl_cv_decl_readlink_works" != yes; then +*************** +*** 21160,21166 **** + ;; + *) + +! $as_echo "#define READLINK_TRAILING_SLASH_BUG 1" >>confdefs.h + + REPLACE_READLINK=1 + ;; +--- 22186,22192 ---- + ;; + *) + +! printf "%s\n" "#define READLINK_TRAILING_SLASH_BUG 1" >>confdefs.h + + REPLACE_READLINK=1 + ;; +*************** +*** 21193,21199 **** + + + +! $as_echo "#define GNULIB_TEST_READLINK 1" >>confdefs.h + + + +--- 22219,22225 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_READLINK 1" >>confdefs.h + + + +*************** +*** 21205,21237 **** + if test $ac_cv_func_readlinkat = no; then + HAVE_READLINKAT=0 + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether readlinkat signature is correct" >&5 +! $as_echo_n "checking whether readlinkat signature is correct... " >&6; } +! if ${gl_cv_decl_readlinkat_works+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + /* Check whether original declaration has correct type. */ + ssize_t readlinkat (int, char const *, char *, size_t); + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gl_cv_decl_readlinkat_works=yes +! else +! gl_cv_decl_readlinkat_works=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_decl_readlinkat_works" >&5 +! $as_echo "$gl_cv_decl_readlinkat_works" >&6; } + # Assume readinkat has the same trailing slash bug as readlink, + # as is the case on Mac Os X 10.10 + case "$gl_cv_func_readlink_works" in +--- 22231,22267 ---- + if test $ac_cv_func_readlinkat = no; then + HAVE_READLINKAT=0 + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether readlinkat signature is correct" >&5 +! printf %s "checking whether readlinkat signature is correct... " >&6; } +! if test ${gl_cv_decl_readlinkat_works+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + /* Check whether original declaration has correct type. */ + ssize_t readlinkat (int, char const *, char *, size_t); + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gl_cv_decl_readlinkat_works=yes +! else case e in #( +! e) gl_cv_decl_readlinkat_works=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_decl_readlinkat_works" >&5 +! printf "%s\n" "$gl_cv_decl_readlinkat_works" >&6; } + # Assume readinkat has the same trailing slash bug as readlink, + # as is the case on Mac Os X 10.10 + case "$gl_cv_func_readlink_works" in +*************** +*** 21269,21324 **** + + + +! $as_echo "#define GNULIB_TEST_READLINKAT 1" >>confdefs.h +! +! +! +! +! + +- for ac_header in stdlib.h +- do : +- ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default" +- if test "x$ac_cv_header_stdlib_h" = xyes; then : +- cat >>confdefs.h <<_ACEOF +- #define HAVE_STDLIB_H 1 +- _ACEOF + +- fi + +- done + +- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible realloc" >&5 +- $as_echo_n "checking for GNU libc compatible realloc... " >&6; } +- if ${ac_cv_func_realloc_0_nonnull+:} false; then : +- $as_echo_n "(cached) " >&6 +- else +- if test "$cross_compiling" = yes; then : +- case "$host_os" in +- # Guess yes on platforms where we know the result. +- *-gnu* | gnu* | freebsd* | netbsd* | openbsd* \ +- | hpux* | solaris* | cygwin* | mingw*) +- ac_cv_func_realloc_0_nonnull=yes ;; +- # If we don't know, assume the worst. +- *) ac_cv_func_realloc_0_nonnull=no ;; +- esac + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +! #if defined STDC_HEADERS || defined HAVE_STDLIB_H +! # include +! #else +! char *realloc (); +! #endif + + int +! main () + { +! char *p = realloc (0, 0); +! int result = !p; +! free (p); +! return result; + ; + return 0; + } +--- 22299,22338 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_READLINKAT 1" >>confdefs.h + + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible realloc" >&5 +! printf %s "checking for GNU libc compatible realloc... " >&6; } +! if test ${ac_cv_func_realloc_0_nonnull+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test "$cross_compiling" = yes +! then : +! case "$host_os" in # (( +! # Guess yes on platforms where we know the result. +! *-gnu* | freebsd* | netbsd* | openbsd* | bitrig* \ +! | hpux* | solaris* | cygwin* | mingw* | windows* | msys* ) +! ac_cv_func_realloc_0_nonnull=yes ;; +! # If we don't know, assume the worst. +! *) ac_cv_func_realloc_0_nonnull=no ;; +! esac +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +! #include + + int +! main (void) + { +! void *p = realloc (0, 0); +! int result = !p; +! free (p); +! return result; + ; + return 0; + } +*************** +*** 21322,21351 **** + ; + return 0; + } +- + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + ac_cv_func_realloc_0_nonnull=yes +! else +! ac_cv_func_realloc_0_nonnull=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi +! +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_realloc_0_nonnull" >&5 +! $as_echo "$ac_cv_func_realloc_0_nonnull" >&6; } +! if test $ac_cv_func_realloc_0_nonnull = yes; then : + +! $as_echo "#define HAVE_REALLOC_GNU 1" >>confdefs.h + +! else +! $as_echo "#define HAVE_REALLOC_GNU 0" >>confdefs.h + + REPLACE_REALLOC=1 +! + fi + + +--- 22336,22369 ---- + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + ac_cv_func_realloc_0_nonnull=yes +! else case e in #( +! e) ac_cv_func_realloc_0_nonnull=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_realloc_0_nonnull" >&5 +! printf "%s\n" "$ac_cv_func_realloc_0_nonnull" >&6; } +! if test $ac_cv_func_realloc_0_nonnull = yes +! then : + +! printf "%s\n" "#define HAVE_REALLOC_GNU 1" >>confdefs.h + +! else case e in #( +! e) printf "%s\n" "#define HAVE_REALLOC_GNU 0" >>confdefs.h + + REPLACE_REALLOC=1 +! ;; +! esac + fi + + +*************** +*** 21363,21371 **** + fi + + +! cat >>confdefs.h <<_ACEOF +! #define GNULIB_REALLOC_GNU 1 +! _ACEOF + + + +--- 22381,22387 ---- + fi + + +! printf "%s\n" "#define GNULIB_REALLOC_GNU 1" >>confdefs.h + + + +*************** +*** 21373,21379 **** + + if test $gl_cv_func_malloc_posix = yes; then + +! $as_echo "#define HAVE_REALLOC_POSIX 1" >>confdefs.h + + else + REPLACE_REALLOC=1 +--- 22389,22395 ---- + + if test $gl_cv_func_malloc_posix = yes; then + +! printf "%s\n" "#define HAVE_REALLOC_POSIX 1" >>confdefs.h + + else + REPLACE_REALLOC=1 +*************** +*** 21402,21408 **** + + + +! $as_echo "#define GNULIB_TEST_REALLOC_POSIX 1" >>confdefs.h + + + +--- 22418,22424 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_REALLOC_POSIX 1" >>confdefs.h + + + +*************** +*** 21411,21429 **** + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether rename honors trailing slash on destination" >&5 +! $as_echo_n "checking whether rename honors trailing slash on destination... " >&6; } +! if ${gl_cv_func_rename_slash_dst_works+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! rm -rf conftest.f conftest.f1 conftest.f2 conftest.d1 conftest.d2 conftest.lnk + touch conftest.f && touch conftest.f1 && mkdir conftest.d1 || + as_fn_error $? "cannot create temporary files" "$LINENO" 5 + # Assume that if we have lstat, we can also check symlinks. + if test $ac_cv_func_lstat = yes; then + ln -s conftest.f conftest.lnk + fi +! if test "$cross_compiling" = yes; then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu*) gl_cv_func_rename_slash_dst_works="guessing yes" ;; +--- 22427,22447 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether rename honors trailing slash on destination" >&5 +! printf %s "checking whether rename honors trailing slash on destination... " >&6; } +! if test ${gl_cv_func_rename_slash_dst_works+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) rm -rf conftest.f conftest.f1 conftest.f2 conftest.d1 conftest.d2 conftest.lnk + touch conftest.f && touch conftest.f1 && mkdir conftest.d1 || + as_fn_error $? "cannot create temporary files" "$LINENO" 5 + # Assume that if we have lstat, we can also check symlinks. + if test $ac_cv_func_lstat = yes; then + ln -s conftest.f conftest.lnk + fi +! if test "$cross_compiling" = yes +! then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu*) gl_cv_func_rename_slash_dst_works="guessing yes" ;; +*************** +*** 21433,21447 **** + *) gl_cv_func_rename_slash_dst_works="guessing no" ;; + esac + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + # include + # include + + int +! main () + { + int result = 0; + if (rename ("conftest.f1", "conftest.f2/") == 0) +--- 22451,22465 ---- + *) gl_cv_func_rename_slash_dst_works="guessing no" ;; + esac + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + # include + # include + + int +! main (void) + { + int result = 0; + if (rename ("conftest.f1", "conftest.f2/") == 0) +*************** +*** 21458,21500 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_rename_slash_dst_works=yes +! else +! gl_cv_func_rename_slash_dst_works=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + + rm -rf conftest.f conftest.f1 conftest.f2 conftest.d1 conftest.d2 conftest.lnk +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_rename_slash_dst_works" >&5 +! $as_echo "$gl_cv_func_rename_slash_dst_works" >&6; } + case "$gl_cv_func_rename_slash_dst_works" in + *yes) ;; + *) + REPLACE_RENAME=1 + +! $as_echo "#define RENAME_TRAILING_SLASH_DEST_BUG 1" >>confdefs.h + + ;; + esac + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether rename honors trailing slash on source" >&5 +! $as_echo_n "checking whether rename honors trailing slash on source... " >&6; } +! if ${gl_cv_func_rename_slash_src_works+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! rm -rf conftest.f conftest.f1 conftest.d1 conftest.d2 conftest.d3 conftest.lnk + touch conftest.f && touch conftest.f1 && mkdir conftest.d1 || + as_fn_error $? "cannot create temporary files" "$LINENO" 5 + # Assume that if we have lstat, we can also check symlinks. + if test $ac_cv_func_lstat = yes; then + ln -s conftest.f conftest.lnk + fi +! if test "$cross_compiling" = yes; then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu*) gl_cv_func_rename_slash_src_works="guessing yes" ;; +--- 22476,22524 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_rename_slash_dst_works=yes +! else case e in #( +! e) gl_cv_func_rename_slash_dst_works=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + + rm -rf conftest.f conftest.f1 conftest.f2 conftest.d1 conftest.d2 conftest.lnk +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_rename_slash_dst_works" >&5 +! printf "%s\n" "$gl_cv_func_rename_slash_dst_works" >&6; } + case "$gl_cv_func_rename_slash_dst_works" in + *yes) ;; + *) + REPLACE_RENAME=1 + +! printf "%s\n" "#define RENAME_TRAILING_SLASH_DEST_BUG 1" >>confdefs.h + + ;; + esac + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether rename honors trailing slash on source" >&5 +! printf %s "checking whether rename honors trailing slash on source... " >&6; } +! if test ${gl_cv_func_rename_slash_src_works+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) rm -rf conftest.f conftest.f1 conftest.d1 conftest.d2 conftest.d3 conftest.lnk + touch conftest.f && touch conftest.f1 && mkdir conftest.d1 || + as_fn_error $? "cannot create temporary files" "$LINENO" 5 + # Assume that if we have lstat, we can also check symlinks. + if test $ac_cv_func_lstat = yes; then + ln -s conftest.f conftest.lnk + fi +! if test "$cross_compiling" = yes +! then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu*) gl_cv_func_rename_slash_src_works="guessing yes" ;; +*************** +*** 21504,21518 **** + *) gl_cv_func_rename_slash_src_works="guessing no" ;; + esac + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + # include + # include + + int +! main () + { + int result = 0; + if (rename ("conftest.f1/", "conftest.d3") == 0) +--- 22528,22542 ---- + *) gl_cv_func_rename_slash_src_works="guessing no" ;; + esac + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + # include + # include + + int +! main (void) + { + int result = 0; + if (rename ("conftest.f1/", "conftest.d3") == 0) +*************** +*** 21529,21569 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_rename_slash_src_works=yes +! else +! gl_cv_func_rename_slash_src_works=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + + rm -rf conftest.f conftest.f1 conftest.d1 conftest.d2 conftest.d3 conftest.lnk +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_rename_slash_src_works" >&5 +! $as_echo "$gl_cv_func_rename_slash_src_works" >&6; } + case "$gl_cv_func_rename_slash_src_works" in + *yes) ;; + *) + REPLACE_RENAME=1 + +! $as_echo "#define RENAME_TRAILING_SLASH_SOURCE_BUG 1" >>confdefs.h + + ;; + esac + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether rename manages hard links correctly" >&5 +! $as_echo_n "checking whether rename manages hard links correctly... " >&6; } +! if ${gl_cv_func_rename_link_works+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test $ac_cv_func_link = yes; then + rm -rf conftest.f conftest.f1 conftest.f2 + if touch conftest.f conftest.f2 && ln conftest.f conftest.f1 && + set x `ls -i conftest.f conftest.f1` && test "" = ""; then +! if test "$cross_compiling" = yes; then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu*) gl_cv_func_rename_link_works="guessing yes" ;; +--- 22553,22599 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_rename_slash_src_works=yes +! else case e in #( +! e) gl_cv_func_rename_slash_src_works=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + + rm -rf conftest.f conftest.f1 conftest.d1 conftest.d2 conftest.d3 conftest.lnk +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_rename_slash_src_works" >&5 +! printf "%s\n" "$gl_cv_func_rename_slash_src_works" >&6; } + case "$gl_cv_func_rename_slash_src_works" in + *yes) ;; + *) + REPLACE_RENAME=1 + +! printf "%s\n" "#define RENAME_TRAILING_SLASH_SOURCE_BUG 1" >>confdefs.h + + ;; + esac + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether rename manages hard links correctly" >&5 +! printf %s "checking whether rename manages hard links correctly... " >&6; } +! if test ${gl_cv_func_rename_link_works+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test $ac_cv_func_link = yes; then + rm -rf conftest.f conftest.f1 conftest.f2 + if touch conftest.f conftest.f2 && ln conftest.f conftest.f1 && + set x `ls -i conftest.f conftest.f1` && test "" = ""; then +! if test "$cross_compiling" = yes +! then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu*) gl_cv_func_rename_link_works="guessing yes" ;; +*************** +*** 21573,21580 **** + *) gl_cv_func_rename_link_works="guessing no" ;; + esac + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + # include +--- 22603,22610 ---- + *) gl_cv_func_rename_link_works="guessing no" ;; + esac + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + # include +*************** +*** 21583,21589 **** + # include + + int +! main () + { + int result = 0; + if (rename ("conftest.f", "conftest.f1")) +--- 22613,22619 ---- + # include + + int +! main (void) + { + int result = 0; + if (rename ("conftest.f", "conftest.f1")) +*************** +*** 21608,21620 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_rename_link_works=yes +! else +! gl_cv_func_rename_link_works=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + + else +--- 22638,22653 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_rename_link_works=yes +! else case e in #( +! e) gl_cv_func_rename_link_works=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + + else +*************** +*** 21624,21652 **** + else + gl_cv_func_rename_link_works=yes + fi +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_rename_link_works" >&5 +! $as_echo "$gl_cv_func_rename_link_works" >&6; } + case "$gl_cv_func_rename_link_works" in + *yes) ;; + *) + REPLACE_RENAME=1 + +! $as_echo "#define RENAME_HARD_LINK_BUG 1" >>confdefs.h + + ;; + esac + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether rename manages existing destinations correctly" >&5 +! $as_echo_n "checking whether rename manages existing destinations correctly... " >&6; } +! if ${gl_cv_func_rename_dest_works+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! rm -rf conftest.f conftest.d1 conftest.d2 + touch conftest.f && mkdir conftest.d1 conftest.d2 || + as_fn_error $? "cannot create temporary files" "$LINENO" 5 +! if test "$cross_compiling" = yes; then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu*) gl_cv_func_rename_dest_works="guessing yes" ;; +--- 22657,22688 ---- + else + gl_cv_func_rename_link_works=yes + fi +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_rename_link_works" >&5 +! printf "%s\n" "$gl_cv_func_rename_link_works" >&6; } + case "$gl_cv_func_rename_link_works" in + *yes) ;; + *) + REPLACE_RENAME=1 + +! printf "%s\n" "#define RENAME_HARD_LINK_BUG 1" >>confdefs.h + + ;; + esac + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether rename manages existing destinations correctly" >&5 +! printf %s "checking whether rename manages existing destinations correctly... " >&6; } +! if test ${gl_cv_func_rename_dest_works+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) rm -rf conftest.f conftest.d1 conftest.d2 + touch conftest.f && mkdir conftest.d1 conftest.d2 || + as_fn_error $? "cannot create temporary files" "$LINENO" 5 +! if test "$cross_compiling" = yes +! then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu*) gl_cv_func_rename_dest_works="guessing yes" ;; +*************** +*** 21656,21670 **** + *) gl_cv_func_rename_dest_works="guessing no" ;; + esac + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + # include + # include + + int +! main () + { + int result = 0; + if (rename ("conftest.d1", "conftest.d2") != 0) +--- 22692,22706 ---- + *) gl_cv_func_rename_dest_works="guessing no" ;; + esac + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + # include + # include + + int +! main (void) + { + int result = 0; + if (rename ("conftest.d1", "conftest.d2") != 0) +*************** +*** 21677,21702 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_rename_dest_works=yes +! else +! gl_cv_func_rename_dest_works=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + + rm -rf conftest.f conftest.d1 conftest.d2 +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_rename_dest_works" >&5 +! $as_echo "$gl_cv_func_rename_dest_works" >&6; } + case "$gl_cv_func_rename_dest_works" in + *yes) ;; + *) + REPLACE_RENAME=1 + +! $as_echo "#define RENAME_DEST_EXISTS_BUG 1" >>confdefs.h + + ;; + esac +--- 22713,22742 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_rename_dest_works=yes +! else case e in #( +! e) gl_cv_func_rename_dest_works=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + + rm -rf conftest.f conftest.d1 conftest.d2 +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_rename_dest_works" >&5 +! printf "%s\n" "$gl_cv_func_rename_dest_works" >&6; } + case "$gl_cv_func_rename_dest_works" in + *yes) ;; + *) + REPLACE_RENAME=1 + +! printf "%s\n" "#define RENAME_DEST_EXISTS_BUG 1" >>confdefs.h + + ;; + esac +*************** +*** 21724,21730 **** + + + +! $as_echo "#define GNULIB_TEST_RENAME 1" >>confdefs.h + + + +--- 22764,22770 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_RENAME 1" >>confdefs.h + + + +*************** +*** 21733,21750 **** + + + +! for ac_header in linux/fs.h +! do : +! ac_fn_c_check_header_mongrel "$LINENO" "linux/fs.h" "ac_cv_header_linux_fs_h" "$ac_includes_default" +! if test "x$ac_cv_header_linux_fs_h" = xyes; then : +! cat >>confdefs.h <<_ACEOF +! #define HAVE_LINUX_FS_H 1 +! _ACEOF + + fi + +- done +- + + if test $ac_cv_func_renameat = no; then + HAVE_RENAMEAT=0 +--- 22773,22785 ---- + + + +! ac_fn_c_check_header_compile "$LINENO" "linux/fs.h" "ac_cv_header_linux_fs_h" "$ac_includes_default" +! if test "x$ac_cv_header_linux_fs_h" = xyes +! then : +! printf "%s\n" "#define HAVE_LINUX_FS_H 1" >>confdefs.h + + fi + + + if test $ac_cv_func_renameat = no; then + HAVE_RENAMEAT=0 +*************** +*** 21787,21793 **** + + + +! $as_echo "#define GNULIB_TEST_RENAMEAT 1" >>confdefs.h + + + +--- 22822,22828 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_RENAMEAT 1" >>confdefs.h + + + +*************** +*** 21796,21813 **** + + + +! for ac_header in linux/fs.h +! do : +! ac_fn_c_check_header_mongrel "$LINENO" "linux/fs.h" "ac_cv_header_linux_fs_h" "$ac_includes_default" +! if test "x$ac_cv_header_linux_fs_h" = xyes; then : +! cat >>confdefs.h <<_ACEOF +! #define HAVE_LINUX_FS_H 1 +! _ACEOF + + fi + +- done +- + + if test $ac_cv_func_renameat = no; then + HAVE_RENAMEAT=0 +--- 22831,22843 ---- + + + +! ac_fn_c_check_header_compile "$LINENO" "linux/fs.h" "ac_cv_header_linux_fs_h" "$ac_includes_default" +! if test "x$ac_cv_header_linux_fs_h" = xyes +! then : +! printf "%s\n" "#define HAVE_LINUX_FS_H 1" >>confdefs.h + + fi + + + if test $ac_cv_func_renameat = no; then + HAVE_RENAMEAT=0 +*************** +*** 21830,21843 **** + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether rmdir works" >&5 +! $as_echo_n "checking whether rmdir works... " >&6; } +! if ${gl_cv_func_rmdir_works+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! mkdir conftest.dir + touch conftest.file +! if test "$cross_compiling" = yes; then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu* | gnu*) gl_cv_func_rmdir_works="guessing yes" ;; +--- 22860,22875 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether rmdir works" >&5 +! printf %s "checking whether rmdir works... " >&6; } +! if test ${gl_cv_func_rmdir_works+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) mkdir conftest.dir + touch conftest.file +! if test "$cross_compiling" = yes +! then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu* | gnu*) gl_cv_func_rmdir_works="guessing yes" ;; +*************** +*** 21847,21854 **** + *) gl_cv_func_rmdir_works="guessing no" ;; + esac + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + #include +--- 22879,22886 ---- + *) gl_cv_func_rmdir_works="guessing no" ;; + esac + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + #include +*************** +*** 21859,21865 **** + #endif + + int +! main () + { + int result = 0; + if (!rmdir ("conftest.file/")) +--- 22891,22897 ---- + #endif + + int +! main (void) + { + int result = 0; + if (!rmdir ("conftest.file/")) +*************** +*** 21874,21892 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_rmdir_works=yes +! else +! gl_cv_func_rmdir_works=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + +! rm -rf conftest.dir conftest.file + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_rmdir_works" >&5 +! $as_echo "$gl_cv_func_rmdir_works" >&6; } + case "$gl_cv_func_rmdir_works" in + *yes) ;; + *) +--- 22906,22928 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_rmdir_works=yes +! else case e in #( +! e) gl_cv_func_rmdir_works=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + +! rm -rf conftest.dir conftest.file ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_rmdir_works" >&5 +! printf "%s\n" "$gl_cv_func_rmdir_works" >&6; } + case "$gl_cv_func_rmdir_works" in + *yes) ;; + *) +*************** +*** 21917,21923 **** + + + +! $as_echo "#define GNULIB_TEST_RMDIR 1" >>confdefs.h + + + +--- 22953,22959 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_RMDIR 1" >>confdefs.h + + + +*************** +*** 21934,21945 **** + if test $ac_cv_func_setenv = no; then + HAVE_SETENV=0 + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether setenv validates arguments" >&5 +! $as_echo_n "checking whether setenv validates arguments... " >&6; } +! if ${gl_cv_func_setenv_works+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test "$cross_compiling" = yes; then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu* | gnu*) gl_cv_func_setenv_works="guessing yes" ;; +--- 22970,22983 ---- + if test $ac_cv_func_setenv = no; then + HAVE_SETENV=0 + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether setenv validates arguments" >&5 +! printf %s "checking whether setenv validates arguments... " >&6; } +! if test ${gl_cv_func_setenv_works+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test "$cross_compiling" = yes +! then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu* | gnu*) gl_cv_func_setenv_works="guessing yes" ;; +*************** +*** 21947,21954 **** + *) gl_cv_func_setenv_works="guessing no" ;; + esac + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +--- 22985,22992 ---- + *) gl_cv_func_setenv_works="guessing no" ;; + esac + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +*************** +*** 21956,21962 **** + #include + + int +! main () + { + + int result = 0; +--- 22994,23000 ---- + #include + + int +! main (void) + { + + int result = 0; +*************** +*** 21978,21995 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_setenv_works=yes +! else +! gl_cv_func_setenv_works=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_setenv_works" >&5 +! $as_echo "$gl_cv_func_setenv_works" >&6; } + case "$gl_cv_func_setenv_works" in + *yes) ;; + *) +--- 23016,23037 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_setenv_works=yes +! else case e in #( +! e) gl_cv_func_setenv_works=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_setenv_works" >&5 +! printf "%s\n" "$gl_cv_func_setenv_works" >&6; } + case "$gl_cv_func_setenv_works" in + *yes) ;; + *) +*************** +*** 22021,22027 **** + + + +! $as_echo "#define GNULIB_TEST_SETENV 1" >>confdefs.h + + + +--- 23063,23069 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_SETENV 1" >>confdefs.h + + + +*************** +*** 22039,22050 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_signal_h='<'signal.h'>' + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! $as_echo_n "checking absolute name of ... " >&6; } +! if ${gl_cv_next_signal_h+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +--- 23081,23093 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_signal_h='<'signal.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! printf %s "checking absolute name of ... " >&6; } +! if test ${gl_cv_next_signal_h+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +*************** +*** 22080,22089 **** + gl_header=$gl_cv_absolute_signal_h + gl_cv_next_signal_h='"'$gl_header'"' + +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_signal_h" >&5 +! $as_echo "$gl_cv_next_signal_h" >&6; } + fi + NEXT_SIGNAL_H=$gl_cv_next_signal_h + +--- 23123,23133 ---- + gl_header=$gl_cv_absolute_signal_h + gl_cv_next_signal_h='"'$gl_header'"' + +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_signal_h" >&5 +! printf "%s\n" "$gl_cv_next_signal_h" >&6; } + fi + NEXT_SIGNAL_H=$gl_cv_next_signal_h + +*************** +*** 22106,22115 **** + #include + + " +! if test "x$ac_cv_type_volatile_sig_atomic_t" = xyes; then : + +! else +! HAVE_TYPE_VOLATILE_SIG_ATOMIC_T=0 + fi + + +--- 23150,23161 ---- + #include + + " +! if test "x$ac_cv_type_volatile_sig_atomic_t" = xyes +! then : + +! else case e in #( +! e) HAVE_TYPE_VOLATILE_SIG_ATOMIC_T=0 ;; +! esac + fi + + +*************** +*** 22122,22148 **** + #include + + " +! if test "x$ac_cv_type_sighandler_t" = xyes; then : + +! else +! HAVE_SIGHANDLER_T=0 + fi + + + + for gl_func in pthread_sigmask sigaction sigaddset sigdelset sigemptyset sigfillset sigismember sigpending sigprocmask; do +! as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 +! $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } +! if eval \${$as_gl_Symbol+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + + int +! main () + { + #undef $gl_func + (void) $gl_func; +--- 23168,23197 ---- + #include + + " +! if test "x$ac_cv_type_sighandler_t" = xyes +! then : + +! else case e in #( +! e) HAVE_SIGHANDLER_T=0 ;; +! esac + fi + + + + for gl_func in pthread_sigmask sigaction sigaddset sigdelset sigemptyset sigfillset sigismember sigpending sigprocmask; do +! as_gl_Symbol=`printf "%s\n" "gl_cv_have_raw_decl_$gl_func" | sed "$as_sed_sh"` +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 +! printf %s "checking whether $gl_func is declared without a macro... " >&6; } +! if eval test \${$as_gl_Symbol+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + + int +! main (void) + { + #undef $gl_func + (void) $gl_func; +*************** +*** 22150,22168 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + eval "$as_gl_Symbol=yes" +! else +! eval "$as_gl_Symbol=no" + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + eval ac_res=\$$as_gl_Symbol +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! $as_echo "$ac_res" >&6; } +! if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +! #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 + _ACEOF + + eval ac_cv_have_decl_$gl_func=yes +--- 23199,23221 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + eval "$as_gl_Symbol=yes" +! else case e in #( +! e) eval "$as_gl_Symbol=no" ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + eval ac_res=\$$as_gl_Symbol +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf "%s\n" "$ac_res" >&6; } +! if eval test \"x\$"$as_gl_Symbol"\" = x"yes" +! then : + cat >>confdefs.h <<_ACEOF +! #define `printf "%s\n" "HAVE_RAW_DECL_$gl_func" | sed "$as_sed_cpp"` 1 + _ACEOF + + eval ac_cv_have_decl_$gl_func=yes +*************** +*** 22171,22194 **** + + + +! for ac_header in stdint.h +! do : +! ac_fn_c_check_header_mongrel "$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default" +! if test "x$ac_cv_header_stdint_h" = xyes; then : +! cat >>confdefs.h <<_ACEOF +! #define HAVE_STDINT_H 1 +! _ACEOF + + fi + +! done +! +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SIZE_MAX" >&5 +! $as_echo_n "checking for SIZE_MAX... " >&6; } +! if ${gl_cv_size_max+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + gl_cv_size_max= + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +--- 23224,23243 ---- + + + +! ac_fn_c_check_header_compile "$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default" +! if test "x$ac_cv_header_stdint_h" = xyes +! then : +! printf "%s\n" "#define HAVE_STDINT_H 1" >>confdefs.h + + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for SIZE_MAX" >&5 +! printf %s "checking for SIZE_MAX... " >&6; } +! if test ${gl_cv_size_max+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + gl_cv_size_max= + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +*************** +*** 22203,22225 **** + + _ACEOF + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP "Found it" >/dev/null 2>&1; then : + gl_cv_size_max=yes + fi +! rm -f conftest* + + if test -z "$gl_cv_size_max"; then + if ac_fn_c_compute_int "$LINENO" "sizeof (size_t) * CHAR_BIT - 1" "size_t_bits_minus_1" "#include +! #include "; then : + +! else +! size_t_bits_minus_1= + fi + +! if ac_fn_c_compute_int "$LINENO" "sizeof (size_t) <= sizeof (unsigned int)" "fits_in_uint" "#include "; then : + +! else +! fits_in_uint= + fi + + if test -n "$size_t_bits_minus_1" && test -n "$fits_in_uint"; then +--- 23252,23279 ---- + + _ACEOF + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP_TRADITIONAL "Found it" >/dev/null 2>&1 +! then : + gl_cv_size_max=yes + fi +! rm -rf conftest* + + if test -z "$gl_cv_size_max"; then + if ac_fn_c_compute_int "$LINENO" "sizeof (size_t) * CHAR_BIT - 1" "size_t_bits_minus_1" "#include +! #include " +! then : + +! else case e in #( +! e) size_t_bits_minus_1= ;; +! esac + fi + +! if ac_fn_c_compute_int "$LINENO" "sizeof (size_t) <= sizeof (unsigned int)" "fits_in_uint" "#include " +! then : + +! else case e in #( +! e) fits_in_uint= ;; +! esac + fi + + if test -n "$size_t_bits_minus_1" && test -n "$fits_in_uint"; then +*************** +*** 22231,22247 **** + extern unsigned long foo; + + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + fits_in_uint=0 + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + if test $fits_in_uint = 1; then + gl_cv_size_max="(((1U << $size_t_bits_minus_1) - 1) * 2 + 1)" +--- 23285,23302 ---- + extern unsigned long foo; + + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + fits_in_uint=0 + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + if test $fits_in_uint = 1; then + gl_cv_size_max="(((1U << $size_t_bits_minus_1) - 1) * 2 + 1)" +*************** +*** 22252,22281 **** + gl_cv_size_max='((size_t)~(size_t)0)' + fi + fi +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_size_max" >&5 +! $as_echo "$gl_cv_size_max" >&6; } + if test "$gl_cv_size_max" != yes; then + +! cat >>confdefs.h <<_ACEOF +! #define SIZE_MAX $gl_cv_size_max +! _ACEOF + + fi + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ssize_t" >&5 +! $as_echo_n "checking for ssize_t... " >&6; } +! if ${gt_cv_ssize_t+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + int +! main () + { + int x = sizeof (ssize_t *) + sizeof (ssize_t); + return !x; +--- 23307,23336 ---- + gl_cv_size_max='((size_t)~(size_t)0)' + fi + fi +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_size_max" >&5 +! printf "%s\n" "$gl_cv_size_max" >&6; } + if test "$gl_cv_size_max" != yes; then + +! printf "%s\n" "#define SIZE_MAX $gl_cv_size_max" >>confdefs.h + + fi + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ssize_t" >&5 +! printf %s "checking for ssize_t... " >&6; } +! if test ${gt_cv_ssize_t+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + int +! main (void) + { + int x = sizeof (ssize_t *) + sizeof (ssize_t); + return !x; +*************** +*** 22283,22300 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gt_cv_ssize_t=yes +! else +! gt_cv_ssize_t=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_ssize_t" >&5 +! $as_echo "$gt_cv_ssize_t" >&6; } + if test $gt_cv_ssize_t = no; then + +! $as_echo "#define ssize_t int" >>confdefs.h + + fi + +--- 23338,23358 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gt_cv_ssize_t=yes +! else case e in #( +! e) gt_cv_ssize_t=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gt_cv_ssize_t" >&5 +! printf "%s\n" "$gt_cv_ssize_t" >&6; } + if test $gt_cv_ssize_t = no; then + +! printf "%s\n" "#define ssize_t int" >>confdefs.h + + fi + +*************** +*** 22307,22323 **** + REPLACE_STAT=1 + ;; + *) +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat handles trailing slashes on files" >&5 +! $as_echo_n "checking whether stat handles trailing slashes on files... " >&6; } +! if ${gl_cv_func_stat_file_slash+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! touch conftest.tmp + # Assume that if we have lstat, we can also check symlinks. + if test $ac_cv_func_lstat = yes; then + ln -s conftest.tmp conftest.lnk + fi +! if test "$cross_compiling" = yes; then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu* | gnu*) gl_cv_func_stat_file_slash="guessing yes" ;; +--- 23365,23383 ---- + REPLACE_STAT=1 + ;; + *) +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether stat handles trailing slashes on files" >&5 +! printf %s "checking whether stat handles trailing slashes on files... " >&6; } +! if test ${gl_cv_func_stat_file_slash+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) touch conftest.tmp + # Assume that if we have lstat, we can also check symlinks. + if test $ac_cv_func_lstat = yes; then + ln -s conftest.tmp conftest.lnk + fi +! if test "$cross_compiling" = yes +! then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu* | gnu*) gl_cv_func_stat_file_slash="guessing yes" ;; +*************** +*** 22325,22337 **** + *) gl_cv_func_stat_file_slash="guessing no" ;; + esac + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + + int +! main () + { + int result = 0; + struct stat st; +--- 23385,23397 ---- + *) gl_cv_func_stat_file_slash="guessing no" ;; + esac + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + + int +! main (void) + { + int result = 0; + struct stat st; +*************** +*** 22347,22370 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_stat_file_slash=yes +! else +! gl_cv_func_stat_file_slash=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + +! rm -f conftest.tmp conftest.lnk + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_stat_file_slash" >&5 +! $as_echo "$gl_cv_func_stat_file_slash" >&6; } + case $gl_cv_func_stat_file_slash in + *no) + REPLACE_STAT=1 + +! $as_echo "#define REPLACE_FUNC_STAT_FILE 1" >>confdefs.h + ;; + esac + case $host_os in +--- 23407,23434 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_stat_file_slash=yes +! else case e in #( +! e) gl_cv_func_stat_file_slash=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + +! rm -f conftest.tmp conftest.lnk ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_stat_file_slash" >&5 +! printf "%s\n" "$gl_cv_func_stat_file_slash" >&6; } + case $gl_cv_func_stat_file_slash in + *no) + REPLACE_STAT=1 + +! printf "%s\n" "#define REPLACE_FUNC_STAT_FILE 1" >>confdefs.h + ;; + esac + case $host_os in +*************** +*** 22415,22421 **** + + + +! $as_echo "#define GNULIB_TEST_STAT 1" >>confdefs.h + + + +--- 23479,23485 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_STAT 1" >>confdefs.h + + + +*************** +*** 22426,22443 **** + ac_fn_c_check_member "$LINENO" "struct stat" "st_atim.tv_nsec" "ac_cv_member_struct_stat_st_atim_tv_nsec" "#include + #include + " +! if test "x$ac_cv_member_struct_stat_st_atim_tv_nsec" = xyes; then : + +! cat >>confdefs.h <<_ACEOF +! #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 +! _ACEOF + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct stat.st_atim is of type struct timespec" >&5 +! $as_echo_n "checking whether struct stat.st_atim is of type struct timespec... " >&6; } +! if ${ac_cv_typeof_struct_stat_st_atim_is_struct_timespec+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +--- 23490,23507 ---- + ac_fn_c_check_member "$LINENO" "struct stat" "st_atim.tv_nsec" "ac_cv_member_struct_stat_st_atim_tv_nsec" "#include + #include + " +! if test "x$ac_cv_member_struct_stat_st_atim_tv_nsec" = xyes +! then : + +! printf "%s\n" "#define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1" >>confdefs.h + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether struct stat.st_atim is of type struct timespec" >&5 +! printf %s "checking whether struct stat.st_atim is of type struct timespec... " >&6; } +! if test ${ac_cv_typeof_struct_stat_st_atim_is_struct_timespec+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +*************** +*** 22450,22456 **** + struct stat st; + + int +! main () + { + + st.st_atim = ts; +--- 23514,23520 ---- + struct stat st; + + int +! main (void) + { + + st.st_atim = ts; +*************** +*** 22459,22517 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_typeof_struct_stat_st_atim_is_struct_timespec=yes +! else +! ac_cv_typeof_struct_stat_st_atim_is_struct_timespec=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_typeof_struct_stat_st_atim_is_struct_timespec" >&5 +! $as_echo "$ac_cv_typeof_struct_stat_st_atim_is_struct_timespec" >&6; } + if test $ac_cv_typeof_struct_stat_st_atim_is_struct_timespec = yes; then + +! $as_echo "#define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1" >>confdefs.h + + fi +! else +! ac_fn_c_check_member "$LINENO" "struct stat" "st_atimespec.tv_nsec" "ac_cv_member_struct_stat_st_atimespec_tv_nsec" "#include + #include + " +! if test "x$ac_cv_member_struct_stat_st_atimespec_tv_nsec" = xyes; then : + +! cat >>confdefs.h <<_ACEOF +! #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 +! _ACEOF + + +! else +! ac_fn_c_check_member "$LINENO" "struct stat" "st_atimensec" "ac_cv_member_struct_stat_st_atimensec" "#include + #include + " +! if test "x$ac_cv_member_struct_stat_st_atimensec" = xyes; then : + +! cat >>confdefs.h <<_ACEOF +! #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1 +! _ACEOF + + +! else +! ac_fn_c_check_member "$LINENO" "struct stat" "st_atim.st__tim.tv_nsec" "ac_cv_member_struct_stat_st_atim_st__tim_tv_nsec" "#include + #include + " +! if test "x$ac_cv_member_struct_stat_st_atim_st__tim_tv_nsec" = xyes; then : + +! cat >>confdefs.h <<_ACEOF +! #define HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC 1 +! _ACEOF + + + fi +! + fi +! + fi +! + fi + + +--- 23523,23584 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + ac_cv_typeof_struct_stat_st_atim_is_struct_timespec=yes +! else case e in #( +! e) ac_cv_typeof_struct_stat_st_atim_is_struct_timespec=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_typeof_struct_stat_st_atim_is_struct_timespec" >&5 +! printf "%s\n" "$ac_cv_typeof_struct_stat_st_atim_is_struct_timespec" >&6; } + if test $ac_cv_typeof_struct_stat_st_atim_is_struct_timespec = yes; then + +! printf "%s\n" "#define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1" >>confdefs.h + + fi +! else case e in #( +! e) ac_fn_c_check_member "$LINENO" "struct stat" "st_atimespec.tv_nsec" "ac_cv_member_struct_stat_st_atimespec_tv_nsec" "#include + #include + " +! if test "x$ac_cv_member_struct_stat_st_atimespec_tv_nsec" = xyes +! then : + +! printf "%s\n" "#define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1" >>confdefs.h + + +! else case e in #( +! e) ac_fn_c_check_member "$LINENO" "struct stat" "st_atimensec" "ac_cv_member_struct_stat_st_atimensec" "#include + #include + " +! if test "x$ac_cv_member_struct_stat_st_atimensec" = xyes +! then : + +! printf "%s\n" "#define HAVE_STRUCT_STAT_ST_ATIMENSEC 1" >>confdefs.h + + +! else case e in #( +! e) ac_fn_c_check_member "$LINENO" "struct stat" "st_atim.st__tim.tv_nsec" "ac_cv_member_struct_stat_st_atim_st__tim_tv_nsec" "#include + #include + " +! if test "x$ac_cv_member_struct_stat_st_atim_st__tim_tv_nsec" = xyes +! then : + +! printf "%s\n" "#define HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC 1" >>confdefs.h + + + fi +! ;; +! esac + fi +! ;; +! esac + fi +! ;; +! esac + fi + + +*************** +*** 22521,22582 **** + ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtimespec.tv_nsec" "ac_cv_member_struct_stat_st_birthtimespec_tv_nsec" "#include + #include + " +! if test "x$ac_cv_member_struct_stat_st_birthtimespec_tv_nsec" = xyes; then : + +! cat >>confdefs.h <<_ACEOF +! #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1 +! _ACEOF + + +! else +! ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtimensec" "ac_cv_member_struct_stat_st_birthtimensec" "#include + #include + " +! if test "x$ac_cv_member_struct_stat_st_birthtimensec" = xyes; then : + +! cat >>confdefs.h <<_ACEOF +! #define HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC 1 +! _ACEOF + + +! else +! ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtim.tv_nsec" "ac_cv_member_struct_stat_st_birthtim_tv_nsec" "#include + #include + " +! if test "x$ac_cv_member_struct_stat_st_birthtim_tv_nsec" = xyes; then : + +! cat >>confdefs.h <<_ACEOF +! #define HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC 1 +! _ACEOF + + + fi +! + fi +! + fi + + + + +! cat >>confdefs.h <<_ACEOF +! #define GNULIB_STATAT 1 +! _ACEOF + + + STDARG_H='' + NEXT_STDARG_H='' +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for va_copy" >&5 +! $as_echo_n "checking for va_copy... " >&6; } +! if ${gl_cv_func_va_copy+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + int +! main () + { + + #ifndef va_copy +--- 23588,23647 ---- + ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtimespec.tv_nsec" "ac_cv_member_struct_stat_st_birthtimespec_tv_nsec" "#include + #include + " +! if test "x$ac_cv_member_struct_stat_st_birthtimespec_tv_nsec" = xyes +! then : + +! printf "%s\n" "#define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1" >>confdefs.h + + +! else case e in #( +! e) ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtimensec" "ac_cv_member_struct_stat_st_birthtimensec" "#include + #include + " +! if test "x$ac_cv_member_struct_stat_st_birthtimensec" = xyes +! then : + +! printf "%s\n" "#define HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC 1" >>confdefs.h + + +! else case e in #( +! e) ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtim.tv_nsec" "ac_cv_member_struct_stat_st_birthtim_tv_nsec" "#include + #include + " +! if test "x$ac_cv_member_struct_stat_st_birthtim_tv_nsec" = xyes +! then : + +! printf "%s\n" "#define HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC 1" >>confdefs.h + + + fi +! ;; +! esac + fi +! ;; +! esac + fi + + + + +! printf "%s\n" "#define GNULIB_STATAT 1" >>confdefs.h + + + STDARG_H='' + NEXT_STDARG_H='' +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for va_copy" >&5 +! printf %s "checking for va_copy... " >&6; } +! if test ${gl_cv_func_va_copy+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + int +! main (void) + { + + #ifndef va_copy +*************** +*** 22587,22602 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gl_cv_func_va_copy=yes +! else +! gl_cv_func_va_copy=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_va_copy" >&5 +! $as_echo "$gl_cv_func_va_copy" >&6; } + if test $gl_cv_func_va_copy = no; then + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +--- 23652,23670 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gl_cv_func_va_copy=yes +! else case e in #( +! e) gl_cv_func_va_copy=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_va_copy" >&5 +! printf "%s\n" "$gl_cv_func_va_copy" >&6; } + if test $gl_cv_func_va_copy = no; then + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +*************** +*** 22606,22617 **** + + _ACEOF + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP "vaccine" >/dev/null 2>&1; then : + gl_aixcc=yes +! else +! gl_aixcc=no + fi +! rm -f conftest* + + if test $gl_aixcc = yes; then + STDARG_H=stdarg.h +--- 23674,23687 ---- + + _ACEOF + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP_TRADITIONAL "vaccine" >/dev/null 2>&1 +! then : + gl_aixcc=yes +! else case e in #( +! e) gl_aixcc=no ;; +! esac + fi +! rm -rf conftest* + + if test $gl_aixcc = yes; then + STDARG_H=stdarg.h +*************** +*** 22626,22637 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_stdarg_h='<'stdarg.h'>' + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! $as_echo_n "checking absolute name of ... " >&6; } +! if ${gl_cv_next_stdarg_h+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +--- 23696,23708 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_stdarg_h='<'stdarg.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! printf %s "checking absolute name of ... " >&6; } +! if test ${gl_cv_next_stdarg_h+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +*************** +*** 22667,22676 **** + gl_header=$gl_cv_absolute_stdarg_h + gl_cv_next_stdarg_h='"'$gl_header'"' + +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stdarg_h" >&5 +! $as_echo "$gl_cv_next_stdarg_h" >&6; } + fi + NEXT_STDARG_H=$gl_cv_next_stdarg_h + +--- 23738,23748 ---- + gl_header=$gl_cv_absolute_stdarg_h + gl_cv_next_stdarg_h='"'$gl_header'"' + +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stdarg_h" >&5 +! printf "%s\n" "$gl_cv_next_stdarg_h" >&6; } + fi + NEXT_STDARG_H=$gl_cv_next_stdarg_h + +*************** +*** 22694,22708 **** + + saved_as_echo_n="$as_echo_n" + as_echo_n=':' +! if ${gl_cv_func___va_copy+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + int +! main () + { + + #ifndef __va_copy +--- 23766,23781 ---- + + saved_as_echo_n="$as_echo_n" + as_echo_n=':' +! if test ${gl_cv_func___va_copy+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + int +! main (void) + { + + #ifndef __va_copy +*************** +*** 22713,22736 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gl_cv_func___va_copy=yes +! else +! gl_cv_func___va_copy=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + + as_echo_n="$saved_as_echo_n" + + if test $gl_cv_func___va_copy = yes; then + +! $as_echo "#define va_copy __va_copy" >>confdefs.h + + else + + +! $as_echo "#define va_copy gl_va_copy" >>confdefs.h + + fi + fi +--- 23786,23812 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gl_cv_func___va_copy=yes +! else case e in #( +! e) gl_cv_func___va_copy=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + + as_echo_n="$saved_as_echo_n" + + if test $gl_cv_func___va_copy = yes; then + +! printf "%s\n" "#define va_copy __va_copy" >>confdefs.h + + else + + +! printf "%s\n" "#define va_copy gl_va_copy" >>confdefs.h + + fi + fi +*************** +*** 22780,22822 **** + ac_fn_c_check_type "$LINENO" "max_align_t" "ac_cv_type_max_align_t" "#include + + " +! if test "x$ac_cv_type_max_align_t" = xyes; then : + +! else +! HAVE_MAX_ALIGN_T=0; STDDEF_H=stddef.h + fi + + if test $gt_cv_c_wchar_t = no; then + HAVE_WCHAR_T=0 + STDDEF_H=stddef.h + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NULL can be used in arbitrary expressions" >&5 +! $as_echo_n "checking whether NULL can be used in arbitrary expressions... " >&6; } +! if ${gl_cv_decl_null_works+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + int test[2 * (sizeof NULL == sizeof (void *)) -1]; + + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gl_cv_decl_null_works=yes +! else +! gl_cv_decl_null_works=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_decl_null_works" >&5 +! $as_echo "$gl_cv_decl_null_works" >&6; } + if test $gl_cv_decl_null_works = no; then + REPLACE_NULL=1 + STDDEF_H=stddef.h +--- 23856,23904 ---- + ac_fn_c_check_type "$LINENO" "max_align_t" "ac_cv_type_max_align_t" "#include + + " +! if test "x$ac_cv_type_max_align_t" = xyes +! then : + +! else case e in #( +! e) HAVE_MAX_ALIGN_T=0; STDDEF_H=stddef.h ;; +! esac + fi + + if test $gt_cv_c_wchar_t = no; then + HAVE_WCHAR_T=0 + STDDEF_H=stddef.h + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether NULL can be used in arbitrary expressions" >&5 +! printf %s "checking whether NULL can be used in arbitrary expressions... " >&6; } +! if test ${gl_cv_decl_null_works+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + int test[2 * (sizeof NULL == sizeof (void *)) -1]; + + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gl_cv_decl_null_works=yes +! else case e in #( +! e) gl_cv_decl_null_works=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_decl_null_works" >&5 +! printf "%s\n" "$gl_cv_decl_null_works" >&6; } + if test $gl_cv_decl_null_works = no; then + REPLACE_NULL=1 + STDDEF_H=stddef.h +*************** +*** 22842,22853 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_stddef_h='<'stddef.h'>' + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! $as_echo_n "checking absolute name of ... " >&6; } +! if ${gl_cv_next_stddef_h+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +--- 23924,23936 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_stddef_h='<'stddef.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! printf %s "checking absolute name of ... " >&6; } +! if test ${gl_cv_next_stddef_h+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +*************** +*** 22883,22892 **** + gl_header=$gl_cv_absolute_stddef_h + gl_cv_next_stddef_h='"'$gl_header'"' + +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stddef_h" >&5 +! $as_echo "$gl_cv_next_stddef_h" >&6; } + fi + NEXT_STDDEF_H=$gl_cv_next_stddef_h + +--- 23966,23976 ---- + gl_header=$gl_cv_absolute_stddef_h + gl_cv_next_stddef_h='"'$gl_header'"' + +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stddef_h" >&5 +! printf "%s\n" "$gl_cv_next_stddef_h" >&6; } + fi + NEXT_STDDEF_H=$gl_cv_next_stddef_h + +*************** +*** 22907,22913 **** + + + +! $as_echo "#define __USE_MINGW_ANSI_STDIO 1" >>confdefs.h + + + +--- 23991,23997 ---- + + + +! printf "%s\n" "#define __USE_MINGW_ANSI_STDIO 1" >>confdefs.h + + + +*************** +*** 22921,22932 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_stdio_h='<'stdio.h'>' + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! $as_echo_n "checking absolute name of ... " >&6; } +! if ${gl_cv_next_stdio_h+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +--- 24005,24017 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_stdio_h='<'stdio.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! printf %s "checking absolute name of ... " >&6; } +! if test ${gl_cv_next_stdio_h+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +*************** +*** 22962,22971 **** + gl_header=$gl_cv_absolute_stdio_h + gl_cv_next_stdio_h='"'$gl_header'"' + +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stdio_h" >&5 +! $as_echo "$gl_cv_next_stdio_h" >&6; } + fi + NEXT_STDIO_H=$gl_cv_next_stdio_h + +--- 24047,24057 ---- + gl_header=$gl_cv_absolute_stdio_h + gl_cv_next_stdio_h='"'$gl_header'"' + +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stdio_h" >&5 +! printf "%s\n" "$gl_cv_next_stdio_h" >&6; } + fi + NEXT_STDIO_H=$gl_cv_next_stdio_h + +*************** +*** 22982,22993 **** + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking which flavor of printf attribute matches inttypes macros" >&5 +! $as_echo_n "checking which flavor of printf attribute matches inttypes macros... " >&6; } +! if ${gl_cv_func_printf_attribute_flavor+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #define __STDC_FORMAT_MACROS 1 +--- 24068,24080 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking which flavor of printf attribute matches inttypes macros" >&5 +! printf %s "checking which flavor of printf attribute matches inttypes macros... " >&6; } +! if test ${gl_cv_func_printf_attribute_flavor+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #define __STDC_FORMAT_MACROS 1 +*************** +*** 23002,23043 **** + #endif + + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gl_cv_func_printf_attribute_flavor=system +! else +! gl_cv_func_printf_attribute_flavor=gnu + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_printf_attribute_flavor" >&5 +! $as_echo "$gl_cv_func_printf_attribute_flavor" >&6; } + if test "$gl_cv_func_printf_attribute_flavor" = gnu; then + +! $as_echo "#define GNULIB_PRINTF_ATTRIBUTE_FLAVOR_GNU 1" >>confdefs.h + + fi + + GNULIB_FSCANF=1 + + +! cat >>confdefs.h <<_ACEOF +! #define GNULIB_FSCANF 1 +! _ACEOF + + + GNULIB_SCANF=1 + + +! cat >>confdefs.h <<_ACEOF +! #define GNULIB_SCANF 1 +! _ACEOF + + + GNULIB_FGETC=1 +--- 24089,24129 ---- + #endif + + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gl_cv_func_printf_attribute_flavor=system +! else case e in #( +! e) gl_cv_func_printf_attribute_flavor=gnu ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_printf_attribute_flavor" >&5 +! printf "%s\n" "$gl_cv_func_printf_attribute_flavor" >&6; } + if test "$gl_cv_func_printf_attribute_flavor" = gnu; then + +! printf "%s\n" "#define GNULIB_PRINTF_ATTRIBUTE_FLAVOR_GNU 1" >>confdefs.h + + fi + + GNULIB_FSCANF=1 + + +! printf "%s\n" "#define GNULIB_FSCANF 1" >>confdefs.h + + + GNULIB_SCANF=1 + + +! printf "%s\n" "#define GNULIB_SCANF 1" >>confdefs.h + + + GNULIB_FGETC=1 +*************** +*** 23062,23079 **** + + + for gl_func in dprintf fpurge fseeko ftello getdelim getline gets pclose popen renameat snprintf tmpfile vdprintf vsnprintf; do +! as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 +! $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } +! if eval \${$as_gl_Symbol+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + + int +! main () + { + #undef $gl_func + (void) $gl_func; +--- 24148,24166 ---- + + + for gl_func in dprintf fpurge fseeko ftello getdelim getline gets pclose popen renameat snprintf tmpfile vdprintf vsnprintf; do +! as_gl_Symbol=`printf "%s\n" "gl_cv_have_raw_decl_$gl_func" | sed "$as_sed_sh"` +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 +! printf %s "checking whether $gl_func is declared without a macro... " >&6; } +! if eval test \${$as_gl_Symbol+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + + int +! main (void) + { + #undef $gl_func + (void) $gl_func; +*************** +*** 23081,23099 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + eval "$as_gl_Symbol=yes" +! else +! eval "$as_gl_Symbol=no" + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + eval ac_res=\$$as_gl_Symbol +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! $as_echo "$ac_res" >&6; } +! if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +! #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 + _ACEOF + + eval ac_cv_have_decl_$gl_func=yes +--- 24168,24190 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + eval "$as_gl_Symbol=yes" +! else case e in #( +! e) eval "$as_gl_Symbol=no" ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + eval ac_res=\$$as_gl_Symbol +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf "%s\n" "$ac_res" >&6; } +! if eval test \"x\$"$as_gl_Symbol"\" = x"yes" +! then : + cat >>confdefs.h <<_ACEOF +! #define `printf "%s\n" "HAVE_RAW_DECL_$gl_func" | sed "$as_sed_cpp"` 1 + _ACEOF + + eval ac_cv_have_decl_$gl_func=yes +*************** +*** 23114,23125 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_stdlib_h='<'stdlib.h'>' + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! $as_echo_n "checking absolute name of ... " >&6; } +! if ${gl_cv_next_stdlib_h+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +--- 24205,24217 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_stdlib_h='<'stdlib.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! printf %s "checking absolute name of ... " >&6; } +! if test ${gl_cv_next_stdlib_h+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +*************** +*** 23155,23164 **** + gl_header=$gl_cv_absolute_stdlib_h + gl_cv_next_stdlib_h='"'$gl_header'"' + +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stdlib_h" >&5 +! $as_echo "$gl_cv_next_stdlib_h" >&6; } + fi + NEXT_STDLIB_H=$gl_cv_next_stdlib_h + +--- 24247,24257 ---- + gl_header=$gl_cv_absolute_stdlib_h + gl_cv_next_stdlib_h='"'$gl_header'"' + +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stdlib_h" >&5 +! printf "%s\n" "$gl_cv_next_stdlib_h" >&6; } + fi + NEXT_STDLIB_H=$gl_cv_next_stdlib_h + +*************** +*** 23177,23189 **** + + + for gl_func in _Exit atoll canonicalize_file_name getloadavg getsubopt grantpt initstate initstate_r mkdtemp mkostemp mkostemps mkstemp mkstemps posix_openpt ptsname ptsname_r qsort_r random random_r reallocarray realpath rpmatch secure_getenv setenv setstate setstate_r srandom srandom_r strtod strtoll strtoull unlockpt unsetenv; do +! as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 +! $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } +! if eval \${$as_gl_Symbol+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + #if HAVE_SYS_LOADAVG_H +--- 24270,24283 ---- + + + for gl_func in _Exit atoll canonicalize_file_name getloadavg getsubopt grantpt initstate initstate_r mkdtemp mkostemp mkostemps mkstemp mkstemps posix_openpt ptsname ptsname_r qsort_r random random_r reallocarray realpath rpmatch secure_getenv setenv setstate setstate_r srandom srandom_r strtod strtoll strtoull unlockpt unsetenv; do +! as_gl_Symbol=`printf "%s\n" "gl_cv_have_raw_decl_$gl_func" | sed "$as_sed_sh"` +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 +! printf %s "checking whether $gl_func is declared without a macro... " >&6; } +! if eval test \${$as_gl_Symbol+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + #if HAVE_SYS_LOADAVG_H +*************** +*** 23194,23200 **** + #endif + + int +! main () + { + #undef $gl_func + (void) $gl_func; +--- 24288,24294 ---- + #endif + + int +! main (void) + { + #undef $gl_func + (void) $gl_func; +*************** +*** 23202,23220 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + eval "$as_gl_Symbol=yes" +! else +! eval "$as_gl_Symbol=no" + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + eval ac_res=\$$as_gl_Symbol +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! $as_echo "$ac_res" >&6; } +! if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +! #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 + _ACEOF + + eval ac_cv_have_decl_$gl_func=yes +--- 24296,24318 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + eval "$as_gl_Symbol=yes" +! else case e in #( +! e) eval "$as_gl_Symbol=no" ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + eval ac_res=\$$as_gl_Symbol +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf "%s\n" "$ac_res" >&6; } +! if eval test \"x\$"$as_gl_Symbol"\" = x"yes" +! then : + cat >>confdefs.h <<_ACEOF +! #define `printf "%s\n" "HAVE_RAW_DECL_$gl_func" | sed "$as_sed_cpp"` 1 + _ACEOF + + eval ac_cv_have_decl_$gl_func=yes +*************** +*** 23260,23266 **** + + + +! $as_echo "#define GNULIB_TEST_STRDUP 1" >>confdefs.h + + + +--- 24358,24364 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_STRDUP 1" >>confdefs.h + + + +*************** +*** 23270,23281 **** + + + if test "$ERRNO_H:$REPLACE_STRERROR_0" = :0; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working strerror function" >&5 +! $as_echo_n "checking for working strerror function... " >&6; } +! if ${gl_cv_func_working_strerror+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test "$cross_compiling" = yes; then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu* | gnu*) gl_cv_func_working_strerror="guessing yes" ;; +--- 24368,24381 ---- + + + if test "$ERRNO_H:$REPLACE_STRERROR_0" = :0; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for working strerror function" >&5 +! printf %s "checking for working strerror function... " >&6; } +! if test ${gl_cv_func_working_strerror+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test "$cross_compiling" = yes +! then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu* | gnu*) gl_cv_func_working_strerror="guessing yes" ;; +*************** +*** 23283,23314 **** + *) gl_cv_func_working_strerror="guessing no" ;; + esac + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + + int +! main () + { + if (!*strerror (-2)) return 1; + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_working_strerror=yes +! else +! gl_cv_func_working_strerror=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_working_strerror" >&5 +! $as_echo "$gl_cv_func_working_strerror" >&6; } + case "$gl_cv_func_working_strerror" in + *yes) ;; + *) +--- 24383,24418 ---- + *) gl_cv_func_working_strerror="guessing no" ;; + esac + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + + int +! main (void) + { + if (!*strerror (-2)) return 1; + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_working_strerror=yes +! else case e in #( +! e) gl_cv_func_working_strerror=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_working_strerror" >&5 +! printf "%s\n" "$gl_cv_func_working_strerror" >&6; } + case "$gl_cv_func_working_strerror" in + *yes) ;; + *) +*************** +*** 23334,23342 **** + fi + + +! cat >>confdefs.h <<_ACEOF +! #define GNULIB_STRERROR 1 +! _ACEOF + + + +--- 24438,24444 ---- + fi + + +! printf "%s\n" "#define GNULIB_STRERROR 1" >>confdefs.h + + + +*************** +*** 23350,23356 **** + + + +! $as_echo "#define GNULIB_TEST_STRERROR 1" >>confdefs.h + + + +--- 24452,24458 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_STRERROR 1" >>confdefs.h + + + +*************** +*** 23372,23389 **** + + + if test $ac_cv_header_sys_socket_h != yes; then +! for ac_header in winsock2.h +! do : +! ac_fn_c_check_header_mongrel "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default" +! if test "x$ac_cv_header_winsock2_h" = xyes; then : +! cat >>confdefs.h <<_ACEOF +! #define HAVE_WINSOCK2_H 1 +! _ACEOF + + fi + +- done +- + fi + if test "$ac_cv_header_winsock2_h" = yes; then + HAVE_WINSOCK2_H=1 +--- 24474,24486 ---- + + + if test $ac_cv_header_sys_socket_h != yes; then +! ac_fn_c_check_header_compile "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default" +! if test "x$ac_cv_header_winsock2_h" = xyes +! then : +! printf "%s\n" "#define HAVE_WINSOCK2_H 1" >>confdefs.h + + fi + + fi + if test "$ac_cv_header_winsock2_h" = yes; then + HAVE_WINSOCK2_H=1 +*************** +*** 23411,23436 **** + if test $ac_cv_func_strndup = yes; then + HAVE_STRNDUP=1 + # AIX 4.3.3, AIX 5.1 have a function that fails to add the terminating '\0'. +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working strndup" >&5 +! $as_echo_n "checking for working strndup... " >&6; } +! if ${gl_cv_func_strndup_works+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test "$cross_compiling" = yes; then : + + case $host_os in + aix | aix[3-6]*) gl_cv_func_strndup_works="guessing no";; + *) gl_cv_func_strndup_works="guessing yes";; + esac + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include + #include + int +! main () + { + + #if !HAVE_DECL_STRNDUP +--- 24508,24535 ---- + if test $ac_cv_func_strndup = yes; then + HAVE_STRNDUP=1 + # AIX 4.3.3, AIX 5.1 have a function that fails to add the terminating '\0'. +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for working strndup" >&5 +! printf %s "checking for working strndup... " >&6; } +! if test ${gl_cv_func_strndup_works+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test "$cross_compiling" = yes +! then : + + case $host_os in + aix | aix[3-6]*) gl_cv_func_strndup_works="guessing no";; + *) gl_cv_func_strndup_works="guessing yes";; + esac + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include + #include + int +! main (void) + { + + #if !HAVE_DECL_STRNDUP +*************** +*** 23452,23469 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_strndup_works=yes +! else +! gl_cv_func_strndup_works=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_strndup_works" >&5 +! $as_echo "$gl_cv_func_strndup_works" >&6; } + case $gl_cv_func_strndup_works in + *no) REPLACE_STRNDUP=1 ;; + esac +--- 24551,24572 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_strndup_works=yes +! else case e in #( +! e) gl_cv_func_strndup_works=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_strndup_works" >&5 +! printf "%s\n" "$gl_cv_func_strndup_works" >&6; } + case $gl_cv_func_strndup_works in + *no) REPLACE_STRNDUP=1 ;; + esac +*************** +*** 23494,23500 **** + + + +! $as_echo "#define GNULIB_TEST_STRNDUP 1" >>confdefs.h + + + +--- 24597,24603 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_STRNDUP 1" >>confdefs.h + + + +*************** +*** 23508,23530 **** + HAVE_DECL_STRNLEN=0 + else + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working strnlen" >&5 +! $as_echo_n "checking for working strnlen... " >&6; } +! if ${ac_cv_func_strnlen_working+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test "$cross_compiling" = yes; then : + # Guess no on AIX systems, yes otherwise. + case "$host_os" in + aix*) ac_cv_func_strnlen_working=no;; + *) ac_cv_func_strnlen_working=yes;; + esac +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + $ac_includes_default + int +! main () + { + + #define S "foobar" +--- 24611,24635 ---- + HAVE_DECL_STRNLEN=0 + else + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for working strnlen" >&5 +! printf %s "checking for working strnlen... " >&6; } +! if test ${ac_cv_func_strnlen_working+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test "$cross_compiling" = yes +! then : + # Guess no on AIX systems, yes otherwise. + case "$host_os" in + aix*) ac_cv_func_strnlen_working=no;; + *) ac_cv_func_strnlen_working=yes;; + esac +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + $ac_includes_default + int +! main (void) + { + + #define S "foobar" +*************** +*** 23546,23563 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + ac_cv_func_strnlen_working=yes +! else +! ac_cv_func_strnlen_working=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_strnlen_working" >&5 +! $as_echo "$ac_cv_func_strnlen_working" >&6; } + test $ac_cv_func_strnlen_working = no && : + + +--- 24651,24672 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + ac_cv_func_strnlen_working=yes +! else case e in #( +! e) ac_cv_func_strnlen_working=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_strnlen_working" >&5 +! printf "%s\n" "$ac_cv_func_strnlen_working" >&6; } + test $ac_cv_func_strnlen_working = no && : + + +*************** +*** 23590,23596 **** + + + +! $as_echo "#define GNULIB_TEST_STRNLEN 1" >>confdefs.h + + + +--- 24699,24705 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_STRNLEN 1" >>confdefs.h + + + +*************** +*** 23600,23611 **** + if test $ac_cv_func_symlink = no; then + HAVE_SYMLINK=0 + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether symlink handles trailing slash correctly" >&5 +! $as_echo_n "checking whether symlink handles trailing slash correctly... " >&6; } +! if ${gl_cv_func_symlink_works+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test "$cross_compiling" = yes; then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu* | gnu*) gl_cv_func_symlink_works="guessing yes" ;; +--- 24709,24722 ---- + if test $ac_cv_func_symlink = no; then + HAVE_SYMLINK=0 + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether symlink handles trailing slash correctly" >&5 +! printf %s "checking whether symlink handles trailing slash correctly... " >&6; } +! if test ${gl_cv_func_symlink_works+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test "$cross_compiling" = yes +! then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu* | gnu*) gl_cv_func_symlink_works="guessing yes" ;; +*************** +*** 23613,23625 **** + *) gl_cv_func_symlink_works="guessing no" ;; + esac + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + + int +! main () + { + int result = 0; + if (!symlink ("a", "conftest.link/")) +--- 24724,24736 ---- + *) gl_cv_func_symlink_works="guessing no" ;; + esac + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + + int +! main (void) + { + int result = 0; + if (!symlink ("a", "conftest.link/")) +*************** +*** 23634,23652 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_symlink_works=yes +! else +! gl_cv_func_symlink_works=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + +! rm -f conftest.f conftest.link conftest.lnk2 + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_symlink_works" >&5 +! $as_echo "$gl_cv_func_symlink_works" >&6; } + case "$gl_cv_func_symlink_works" in + *yes) ;; + *) +--- 24745,24767 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_symlink_works=yes +! else case e in #( +! e) gl_cv_func_symlink_works=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + +! rm -f conftest.f conftest.link conftest.lnk2 ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_symlink_works" >&5 +! printf "%s\n" "$gl_cv_func_symlink_works" >&6; } + case "$gl_cv_func_symlink_works" in + *yes) ;; + *) +*************** +*** 23678,23684 **** + + + +! $as_echo "#define GNULIB_TEST_SYMLINK 1" >>confdefs.h + + + +--- 24793,24799 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_SYMLINK 1" >>confdefs.h + + + +*************** +*** 23690,23701 **** + if test $ac_cv_func_symlinkat = no; then + HAVE_SYMLINKAT=0 + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether symlinkat handles trailing slash correctly" >&5 +! $as_echo_n "checking whether symlinkat handles trailing slash correctly... " >&6; } +! if ${gl_cv_func_symlinkat_works+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test "$cross_compiling" = yes; then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu* | gnu*) gl_cv_func_symlinkat_works="guessing yes" ;; +--- 24805,24818 ---- + if test $ac_cv_func_symlinkat = no; then + HAVE_SYMLINKAT=0 + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether symlinkat handles trailing slash correctly" >&5 +! printf %s "checking whether symlinkat handles trailing slash correctly... " >&6; } +! if test ${gl_cv_func_symlinkat_works+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test "$cross_compiling" = yes +! then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu* | gnu*) gl_cv_func_symlinkat_works="guessing yes" ;; +*************** +*** 23703,23716 **** + *) gl_cv_func_symlinkat_works="guessing no" ;; + esac + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + #include + + int +! main () + { + int result = 0; + if (!symlinkat ("a", AT_FDCWD, "conftest.link/")) +--- 24820,24833 ---- + *) gl_cv_func_symlinkat_works="guessing no" ;; + esac + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + #include + + int +! main (void) + { + int result = 0; + if (!symlinkat ("a", AT_FDCWD, "conftest.link/")) +*************** +*** 23725,23743 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_symlinkat_works=yes +! else +! gl_cv_func_symlinkat_works=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + +! rm -f conftest.f conftest.link conftest.lnk2 + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_symlinkat_works" >&5 +! $as_echo "$gl_cv_func_symlinkat_works" >&6; } + case "$gl_cv_func_symlinkat_works" in + *yes) ;; + *) +--- 24842,24864 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_symlinkat_works=yes +! else case e in #( +! e) gl_cv_func_symlinkat_works=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + +! rm -f conftest.f conftest.link conftest.lnk2 ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_symlinkat_works" >&5 +! printf "%s\n" "$gl_cv_func_symlinkat_works" >&6; } + case "$gl_cv_func_symlinkat_works" in + *yes) ;; + *) +*************** +*** 23769,23775 **** + + + +! $as_echo "#define GNULIB_TEST_SYMLINKAT 1" >>confdefs.h + + + +--- 24890,24896 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_SYMLINKAT 1" >>confdefs.h + + + +*************** +*** 23790,23801 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_sys_stat_h='<'sys/stat.h'>' + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! $as_echo_n "checking absolute name of ... " >&6; } +! if ${gl_cv_next_sys_stat_h+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + if test $ac_cv_header_sys_stat_h = yes; then + + +--- 24911,24923 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_sys_stat_h='<'sys/stat.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! printf %s "checking absolute name of ... " >&6; } +! if test ${gl_cv_next_sys_stat_h+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + if test $ac_cv_header_sys_stat_h = yes; then + + +*************** +*** 23837,23846 **** + gl_cv_next_sys_stat_h='<'sys/stat.h'>' + fi + +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_stat_h" >&5 +! $as_echo "$gl_cv_next_sys_stat_h" >&6; } + fi + NEXT_SYS_STAT_H=$gl_cv_next_sys_stat_h + +--- 24959,24969 ---- + gl_cv_next_sys_stat_h='<'sys/stat.h'>' + fi + +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_stat_h" >&5 +! printf "%s\n" "$gl_cv_next_sys_stat_h" >&6; } + fi + NEXT_SYS_STAT_H=$gl_cv_next_sys_stat_h + +*************** +*** 23872,23900 **** + ac_fn_c_check_type "$LINENO" "nlink_t" "ac_cv_type_nlink_t" "#include + #include + " +! if test "x$ac_cv_type_nlink_t" = xyes; then : +! +! else +! +! $as_echo "#define nlink_t int" >>confdefs.h + + fi + + + + for gl_func in fchmodat fstat fstatat futimens lchmod lstat mkdirat mkfifo mkfifoat mknod mknodat stat utimensat; do +! as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 +! $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } +! if eval \${$as_gl_Symbol+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + + int +! main () + { + #undef $gl_func + (void) $gl_func; +--- 24995,25026 ---- + ac_fn_c_check_type "$LINENO" "nlink_t" "ac_cv_type_nlink_t" "#include + #include + " +! if test "x$ac_cv_type_nlink_t" = xyes +! then : + ++ else case e in #( ++ e) ++ printf "%s\n" "#define nlink_t int" >>confdefs.h ++ ;; ++ esac + fi + + + + for gl_func in fchmodat fstat fstatat futimens lchmod lstat mkdirat mkfifo mkfifoat mknod mknodat stat utimensat; do +! as_gl_Symbol=`printf "%s\n" "gl_cv_have_raw_decl_$gl_func" | sed "$as_sed_sh"` +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 +! printf %s "checking whether $gl_func is declared without a macro... " >&6; } +! if eval test \${$as_gl_Symbol+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + + int +! main (void) + { + #undef $gl_func + (void) $gl_func; +*************** +*** 23902,23920 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + eval "$as_gl_Symbol=yes" +! else +! eval "$as_gl_Symbol=no" + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + eval ac_res=\$$as_gl_Symbol +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! $as_echo "$ac_res" >&6; } +! if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +! #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 + _ACEOF + + eval ac_cv_have_decl_$gl_func=yes +--- 25028,25050 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + eval "$as_gl_Symbol=yes" +! else case e in #( +! e) eval "$as_gl_Symbol=no" ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + eval ac_res=\$$as_gl_Symbol +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf "%s\n" "$ac_res" >&6; } +! if eval test \"x\$"$as_gl_Symbol"\" = x"yes" +! then : + cat >>confdefs.h <<_ACEOF +! #define `printf "%s\n" "HAVE_RAW_DECL_$gl_func" | sed "$as_sed_cpp"` 1 + _ACEOF + + eval ac_cv_have_decl_$gl_func=yes +*************** +*** 23943,23959 **** + + + +! ac_fn_c_check_decl "$LINENO" "localtime_r" "ac_cv_have_decl_localtime_r" "#include +! " +! if test "x$ac_cv_have_decl_localtime_r" = xyes; then : + ac_have_decl=1 +! else +! ac_have_decl=0 + fi +! +! cat >>confdefs.h <<_ACEOF +! #define HAVE_DECL_LOCALTIME_R $ac_have_decl +! _ACEOF + + if test $ac_cv_have_decl_localtime_r = no; then + HAVE_DECL_LOCALTIME_R=0 +--- 25073,25088 ---- + + + +! ac_fn_check_decl "$LINENO" "localtime_r" "ac_cv_have_decl_localtime_r" "#include +! " "$ac_c_undeclared_builtin_options" "CFLAGS" +! if test "x$ac_cv_have_decl_localtime_r" = xyes +! then : + ac_have_decl=1 +! else case e in #( +! e) ac_have_decl=0 ;; +! esac + fi +! printf "%s\n" "#define HAVE_DECL_LOCALTIME_R $ac_have_decl" >>confdefs.h + + if test $ac_cv_have_decl_localtime_r = no; then + HAVE_DECL_LOCALTIME_R=0 +*************** +*** 23962,23977 **** + + if test $ac_cv_func_localtime_r = yes; then + HAVE_LOCALTIME_R=1 +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime_r is compatible with its POSIX signature" >&5 +! $as_echo_n "checking whether localtime_r is compatible with its POSIX signature... " >&6; } +! if ${gl_cv_time_r_posix+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + int +! main () + { + /* We don't need to append 'restrict's to the argument types, + even though the POSIX signature has the 'restrict's, +--- 25091,25107 ---- + + if test $ac_cv_func_localtime_r = yes; then + HAVE_LOCALTIME_R=1 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether localtime_r is compatible with its POSIX signature" >&5 +! printf %s "checking whether localtime_r is compatible with its POSIX signature... " >&6; } +! if test ${gl_cv_time_r_posix+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + int +! main (void) + { + /* We don't need to append 'restrict's to the argument types, + even though the POSIX signature has the 'restrict's, +*************** +*** 23986,24001 **** + } + + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gl_cv_time_r_posix=yes +! else +! gl_cv_time_r_posix=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_time_r_posix" >&5 +! $as_echo "$gl_cv_time_r_posix" >&6; } + if test $gl_cv_time_r_posix = yes; then + REPLACE_LOCALTIME_R=0 + else +--- 25116,25134 ---- + } + + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gl_cv_time_r_posix=yes +! else case e in #( +! e) gl_cv_time_r_posix=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_time_r_posix" >&5 +! printf "%s\n" "$gl_cv_time_r_posix" >&6; } + if test $gl_cv_time_r_posix = yes; then + REPLACE_LOCALTIME_R=0 + else +*************** +*** 24031,24037 **** + + + +! $as_echo "#define GNULIB_TEST_TIME_R 1" >>confdefs.h + + + +--- 25164,25170 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_TIME_R 1" >>confdefs.h + + + +*************** +*** 24042,24052 **** + + ac_fn_c_check_type "$LINENO" "timezone_t" "ac_cv_type_timezone_t" "#include + " +! if test "x$ac_cv_type_timezone_t" = xyes; then : + +! cat >>confdefs.h <<_ACEOF +! #define HAVE_TIMEZONE_T 1 +! _ACEOF + + + fi +--- 25175,25184 ---- + + ac_fn_c_check_type "$LINENO" "timezone_t" "ac_cv_type_timezone_t" "#include + " +! if test "x$ac_cv_type_timezone_t" = xyes +! then : + +! printf "%s\n" "#define HAVE_TIMEZONE_T 1" >>confdefs.h + + + fi +*************** +*** 24078,24084 **** + + + +! $as_echo "#define GNULIB_TEST_TIME_RZ 1" >>confdefs.h + + + +--- 25210,25216 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_TIME_RZ 1" >>confdefs.h + + + +*************** +*** 24122,24128 **** + + + +! $as_echo "#define GNULIB_TEST_TIMEGM 1" >>confdefs.h + + + +--- 25254,25260 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_TIMEGM 1" >>confdefs.h + + + +*************** +*** 24136,24147 **** + HAVE_TZSET=0 + fi + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether tzset clobbers localtime buffer" >&5 +! $as_echo_n "checking whether tzset clobbers localtime buffer... " >&6; } +! if ${gl_cv_func_tzset_clobber+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test "$cross_compiling" = yes; then : + case "$host_os" in + # Guess all is fine on glibc systems. + *-gnu* | gnu*) gl_cv_func_tzset_clobber="guessing no" ;; +--- 25268,25281 ---- + HAVE_TZSET=0 + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether tzset clobbers localtime buffer" >&5 +! printf %s "checking whether tzset clobbers localtime buffer... " >&6; } +! if test ${gl_cv_func_tzset_clobber+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test "$cross_compiling" = yes +! then : + case "$host_os" in + # Guess all is fine on glibc systems. + *-gnu* | gnu*) gl_cv_func_tzset_clobber="guessing no" ;; +*************** +*** 24151,24158 **** + *) gl_cv_func_tzset_clobber="guessing yes" ;; + esac + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +--- 25285,25292 ---- + *) gl_cv_func_tzset_clobber="guessing yes" ;; + esac + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +*************** +*** 24177,24198 **** + } + + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_tzset_clobber=no +! else +! gl_cv_func_tzset_clobber=yes + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_tzset_clobber" >&5 +! $as_echo "$gl_cv_func_tzset_clobber" >&6; } + + +! $as_echo "#define HAVE_RUN_TZSET_TEST 1" >>confdefs.h + + + REPLACE_TZSET=0 +--- 25311,25336 ---- + } + + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_tzset_clobber=no +! else case e in #( +! e) gl_cv_func_tzset_clobber=yes ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_tzset_clobber" >&5 +! printf "%s\n" "$gl_cv_func_tzset_clobber" >&6; } + + +! printf "%s\n" "#define HAVE_RUN_TZSET_TEST 1" >>confdefs.h + + + REPLACE_TZSET=0 +*************** +*** 24200,24206 **** + *yes) + REPLACE_TZSET=1 + +! $as_echo "#define TZSET_CLOBBERS_LOCALTIME 1" >>confdefs.h + + + +--- 25338,25344 ---- + *yes) + REPLACE_TZSET=1 + +! printf "%s\n" "#define TZSET_CLOBBERS_LOCALTIME 1" >>confdefs.h + + + +*************** +*** 24238,24244 **** + + + +! $as_echo "#define GNULIB_TEST_TZSET 1" >>confdefs.h + + + +--- 25376,25382 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_TZSET 1" >>confdefs.h + + + +*************** +*** 24257,24268 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_unistd_h='<'unistd.h'>' + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! $as_echo_n "checking absolute name of ... " >&6; } +! if ${gl_cv_next_unistd_h+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + if test $ac_cv_header_unistd_h = yes; then + + +--- 25395,25407 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_unistd_h='<'unistd.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! printf %s "checking absolute name of ... " >&6; } +! if test ${gl_cv_next_unistd_h+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + if test $ac_cv_header_unistd_h = yes; then + + +*************** +*** 24304,24313 **** + gl_cv_next_unistd_h='<'unistd.h'>' + fi + +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_unistd_h" >&5 +! $as_echo "$gl_cv_next_unistd_h" >&6; } + fi + NEXT_UNISTD_H=$gl_cv_next_unistd_h + +--- 25443,25453 ---- + gl_cv_next_unistd_h='<'unistd.h'>' + fi + +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_unistd_h" >&5 +! printf "%s\n" "$gl_cv_next_unistd_h" >&6; } + fi + NEXT_UNISTD_H=$gl_cv_next_unistd_h + +*************** +*** 24336,24348 **** + + + for gl_func in chdir chown dup dup2 dup3 environ euidaccess faccessat fchdir fchownat fdatasync fsync ftruncate getcwd getdomainname getdtablesize getgroups gethostname getlogin getlogin_r getpagesize getusershell setusershell endusershell group_member isatty lchown link linkat lseek pipe pipe2 pread pwrite readlink readlinkat rmdir sethostname sleep symlink symlinkat truncate ttyname_r unlink unlinkat usleep; do +! as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 +! $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } +! if eval \${$as_gl_Symbol+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #if HAVE_UNISTD_H +--- 25476,25489 ---- + + + for gl_func in chdir chown dup dup2 dup3 environ euidaccess faccessat fchdir fchownat fdatasync fsync ftruncate getcwd getdomainname getdtablesize getgroups gethostname getlogin getlogin_r getpagesize getusershell setusershell endusershell group_member isatty lchown link linkat lseek pipe pipe2 pread pwrite readlink readlinkat rmdir sethostname sleep symlink symlinkat truncate ttyname_r unlink unlinkat usleep; do +! as_gl_Symbol=`printf "%s\n" "gl_cv_have_raw_decl_$gl_func" | sed "$as_sed_sh"` +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 +! printf %s "checking whether $gl_func is declared without a macro... " >&6; } +! if eval test \${$as_gl_Symbol+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #if HAVE_UNISTD_H +*************** +*** 24359,24365 **** + #endif + + int +! main () + { + #undef $gl_func + (void) $gl_func; +--- 25500,25506 ---- + #endif + + int +! main (void) + { + #undef $gl_func + (void) $gl_func; +*************** +*** 24367,24385 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + eval "$as_gl_Symbol=yes" +! else +! eval "$as_gl_Symbol=no" + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + eval ac_res=\$$as_gl_Symbol +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! $as_echo "$ac_res" >&6; } +! if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +! #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 + _ACEOF + + eval ac_cv_have_decl_$gl_func=yes +--- 25508,25530 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + eval "$as_gl_Symbol=yes" +! else case e in #( +! e) eval "$as_gl_Symbol=no" ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + eval ac_res=\$$as_gl_Symbol +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf "%s\n" "$ac_res" >&6; } +! if eval test \"x\$"$as_gl_Symbol"\" = x"yes" +! then : + cat >>confdefs.h <<_ACEOF +! #define `printf "%s\n" "HAVE_RAW_DECL_$gl_func" | sed "$as_sed_cpp"` 1 + _ACEOF + + eval ac_cv_have_decl_$gl_func=yes +*************** +*** 24395,24411 **** + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether unlink honors trailing slashes" >&5 +! $as_echo_n "checking whether unlink honors trailing slashes... " >&6; } +! if ${gl_cv_func_unlink_honors_slashes+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! touch conftest.file + # Assume that if we have lstat, we can also check symlinks. + if test $ac_cv_func_lstat = yes; then + ln -s conftest.file conftest.lnk + fi +! if test "$cross_compiling" = yes; then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu*) gl_cv_func_unlink_honors_slashes="guessing yes" ;; +--- 25540,25558 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether unlink honors trailing slashes" >&5 +! printf %s "checking whether unlink honors trailing slashes... " >&6; } +! if test ${gl_cv_func_unlink_honors_slashes+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) touch conftest.file + # Assume that if we have lstat, we can also check symlinks. + if test $ac_cv_func_lstat = yes; then + ln -s conftest.file conftest.lnk + fi +! if test "$cross_compiling" = yes +! then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu*) gl_cv_func_unlink_honors_slashes="guessing yes" ;; +*************** +*** 24415,24422 **** + *) gl_cv_func_unlink_honors_slashes="guessing no" ;; + esac + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #if HAVE_UNISTD_H + # include +--- 25562,25569 ---- + *) gl_cv_func_unlink_honors_slashes="guessing no" ;; + esac + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #if HAVE_UNISTD_H + # include +*************** +*** 24426,24432 **** + #include + + int +! main () + { + int result = 0; + if (!unlink ("conftest.file/")) +--- 25573,25579 ---- + #include + + int +! main (void) + { + int result = 0; + if (!unlink ("conftest.file/")) +*************** +*** 24445,24475 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_unlink_honors_slashes=yes +! else +! gl_cv_func_unlink_honors_slashes=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + +! rm -f conftest.file conftest.lnk + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_unlink_honors_slashes" >&5 +! $as_echo "$gl_cv_func_unlink_honors_slashes" >&6; } + case "$gl_cv_func_unlink_honors_slashes" in + *no) + REPLACE_UNLINK=1 + ;; + esac + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether unlink of a parent directory fails as it should" >&5 +! $as_echo_n "checking whether unlink of a parent directory fails as it should... " >&6; } +! if ${gl_cv_func_unlink_parent_fails+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! case "$host_os" in + darwin*) + if { + # Use the mktemp program if available. If not available, hide the error +--- 25592,25627 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_unlink_honors_slashes=yes +! else case e in #( +! e) gl_cv_func_unlink_honors_slashes=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + +! rm -f conftest.file conftest.lnk ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_unlink_honors_slashes" >&5 +! printf "%s\n" "$gl_cv_func_unlink_honors_slashes" >&6; } + case "$gl_cv_func_unlink_honors_slashes" in + *no) + REPLACE_UNLINK=1 + ;; + esac + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether unlink of a parent directory fails as it should" >&5 +! printf %s "checking whether unlink of a parent directory fails as it should... " >&6; } +! if test ${gl_cv_func_unlink_parent_fails+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) case "$host_os" in + darwin*) + if { + # Use the mktemp program if available. If not available, hide the error +*************** +*** 24489,24500 **** + mkdir "$tmp/subdir" + GL_SUBDIR_FOR_UNLINK="$tmp/subdir" + export GL_SUBDIR_FOR_UNLINK +! if test "$cross_compiling" = yes; then : + # If we don't know, assume the worst. + gl_cv_func_unlink_parent_fails="guessing no" + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +--- 25641,25653 ---- + mkdir "$tmp/subdir" + GL_SUBDIR_FOR_UNLINK="$tmp/subdir" + export GL_SUBDIR_FOR_UNLINK +! if test "$cross_compiling" = yes +! then : + # If we don't know, assume the worst. + gl_cv_func_unlink_parent_fails="guessing no" + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +*************** +*** 24515,24527 **** + } + + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_unlink_parent_fails=yes +! else +! gl_cv_func_unlink_parent_fails=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + + unset GL_SUBDIR_FOR_UNLINK +--- 25668,25683 ---- + } + + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_unlink_parent_fails=yes +! else case e in #( +! e) gl_cv_func_unlink_parent_fails=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + + unset GL_SUBDIR_FOR_UNLINK +*************** +*** 24534,24548 **** + gl_cv_func_unlink_parent_fails="guessing yes" + ;; + esac +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_unlink_parent_fails" >&5 +! $as_echo "$gl_cv_func_unlink_parent_fails" >&6; } + case "$gl_cv_func_unlink_parent_fails" in + *no) + REPLACE_UNLINK=1 + +! $as_echo "#define UNLINK_PARENT_BUG 1" >>confdefs.h + + ;; + esac +--- 25690,25705 ---- + gl_cv_func_unlink_parent_fails="guessing yes" + ;; + esac +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_unlink_parent_fails" >&5 +! printf "%s\n" "$gl_cv_func_unlink_parent_fails" >&6; } + case "$gl_cv_func_unlink_parent_fails" in + *no) + REPLACE_UNLINK=1 + +! printf "%s\n" "#define UNLINK_PARENT_BUG 1" >>confdefs.h + + ;; + esac +*************** +*** 24570,24576 **** + + + +! $as_echo "#define GNULIB_TEST_UNLINK 1" >>confdefs.h + + + +--- 25727,25733 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_UNLINK 1" >>confdefs.h + + + +*************** +*** 24622,24628 **** + + + +! $as_echo "#define GNULIB_TEST_UNLINKAT 1" >>confdefs.h + + + +--- 25779,25785 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_UNLINKAT 1" >>confdefs.h + + + +*************** +*** 24632,24658 **** + if test $ac_cv_have_decl_unsetenv = no; then + HAVE_DECL_UNSETENV=0 + fi +- for ac_func in unsetenv +- do : + ac_fn_c_check_func "$LINENO" "unsetenv" "ac_cv_func_unsetenv" +! if test "x$ac_cv_func_unsetenv" = xyes; then : +! cat >>confdefs.h <<_ACEOF +! #define HAVE_UNSETENV 1 +! _ACEOF + + fi +- done + + if test $ac_cv_func_unsetenv = no; then + HAVE_UNSETENV=0 + else + HAVE_UNSETENV=1 +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unsetenv() return type" >&5 +! $as_echo_n "checking for unsetenv() return type... " >&6; } +! if ${gt_cv_func_unsetenv_ret+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #undef _BSD +--- 25789,25812 ---- + if test $ac_cv_have_decl_unsetenv = no; then + HAVE_DECL_UNSETENV=0 + fi + ac_fn_c_check_func "$LINENO" "unsetenv" "ac_cv_func_unsetenv" +! if test "x$ac_cv_func_unsetenv" = xyes +! then : +! printf "%s\n" "#define HAVE_UNSETENV 1" >>confdefs.h + + fi + + if test $ac_cv_func_unsetenv = no; then + HAVE_UNSETENV=0 + else + HAVE_UNSETENV=1 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for unsetenv() return type" >&5 +! printf %s "checking for unsetenv() return type... " >&6; } +! if test ${gt_cv_func_unsetenv_ret+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #undef _BSD +*************** +*** 24665,24699 **** + int unsetenv (const char *name); + + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gt_cv_func_unsetenv_ret='int' +! else +! gt_cv_func_unsetenv_ret='void' + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_unsetenv_ret" >&5 +! $as_echo "$gt_cv_func_unsetenv_ret" >&6; } + if test $gt_cv_func_unsetenv_ret = 'void'; then + +! $as_echo "#define VOID_UNSETENV 1" >>confdefs.h + + REPLACE_UNSETENV=1 + fi + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether unsetenv obeys POSIX" >&5 +! $as_echo_n "checking whether unsetenv obeys POSIX... " >&6; } +! if ${gl_cv_func_unsetenv_works+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test "$cross_compiling" = yes; then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu*) gl_cv_func_unsetenv_works="guessing yes" ;; +--- 25819,25858 ---- + int unsetenv (const char *name); + + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gt_cv_func_unsetenv_ret='int' +! else case e in #( +! e) gt_cv_func_unsetenv_ret='void' ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_unsetenv_ret" >&5 +! printf "%s\n" "$gt_cv_func_unsetenv_ret" >&6; } + if test $gt_cv_func_unsetenv_ret = 'void'; then + +! printf "%s\n" "#define VOID_UNSETENV 1" >>confdefs.h + + REPLACE_UNSETENV=1 + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether unsetenv obeys POSIX" >&5 +! printf %s "checking whether unsetenv obeys POSIX... " >&6; } +! if test ${gl_cv_func_unsetenv_works+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test "$cross_compiling" = yes +! then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu*) gl_cv_func_unsetenv_works="guessing yes" ;; +*************** +*** 24701,24708 **** + *) gl_cv_func_unsetenv_works="guessing no" ;; + esac + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +--- 25860,25867 ---- + *) gl_cv_func_unsetenv_works="guessing no" ;; + esac + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +*************** +*** 24710,24716 **** + extern char **environ; + + int +! main () + { + + char entry1[] = "a=1"; +--- 25869,25875 ---- + extern char **environ; + + int +! main (void) + { + + char entry1[] = "a=1"; +*************** +*** 24733,24750 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_unsetenv_works=yes +! else +! gl_cv_func_unsetenv_works=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_unsetenv_works" >&5 +! $as_echo "$gl_cv_func_unsetenv_works" >&6; } + case "$gl_cv_func_unsetenv_works" in + *yes) ;; + *) +--- 25892,25913 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_unsetenv_works=yes +! else case e in #( +! e) gl_cv_func_unsetenv_works=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_unsetenv_works" >&5 +! printf "%s\n" "$gl_cv_func_unsetenv_works" >&6; } + case "$gl_cv_func_unsetenv_works" in + *yes) ;; + *) +*************** +*** 24780,24786 **** + + + +! $as_echo "#define GNULIB_TEST_UNSETENV 1" >>confdefs.h + + + +--- 25943,25949 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_UNSETENV 1" >>confdefs.h + + + +*************** +*** 24822,24828 **** + + + +! $as_echo "#define GNULIB_TEST_UTIME 1" >>confdefs.h + + + +--- 25985,25991 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_UTIME 1" >>confdefs.h + + + +*************** +*** 24842,24853 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_utime_h='<'utime.h'>' + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! $as_echo_n "checking absolute name of ... " >&6; } +! if ${gl_cv_next_utime_h+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + if test $ac_cv_header_utime_h = yes; then + + +--- 26005,26017 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_utime_h='<'utime.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! printf %s "checking absolute name of ... " >&6; } +! if test ${gl_cv_next_utime_h+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + if test $ac_cv_header_utime_h = yes; then + + +*************** +*** 24889,24898 **** + gl_cv_next_utime_h='<'utime.h'>' + fi + +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_utime_h" >&5 +! $as_echo "$gl_cv_next_utime_h" >&6; } + fi + NEXT_UTIME_H=$gl_cv_next_utime_h + +--- 26053,26063 ---- + gl_cv_next_utime_h='<'utime.h'>' + fi + +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_utime_h" >&5 +! printf "%s\n" "$gl_cv_next_utime_h" >&6; } + fi + NEXT_UTIME_H=$gl_cv_next_utime_h + +*************** +*** 24937,24954 **** + + + for gl_func in utime; do +! as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 +! $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } +! if eval \${$as_gl_Symbol+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + + int +! main () + { + #undef $gl_func + (void) $gl_func; +--- 26102,26120 ---- + + + for gl_func in utime; do +! as_gl_Symbol=`printf "%s\n" "gl_cv_have_raw_decl_$gl_func" | sed "$as_sed_sh"` +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 +! printf %s "checking whether $gl_func is declared without a macro... " >&6; } +! if eval test \${$as_gl_Symbol+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + + int +! main (void) + { + #undef $gl_func + (void) $gl_func; +*************** +*** 24956,24974 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + eval "$as_gl_Symbol=yes" +! else +! eval "$as_gl_Symbol=no" + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + eval ac_res=\$$as_gl_Symbol +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! $as_echo "$ac_res" >&6; } +! if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +! #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 + _ACEOF + + eval ac_cv_have_decl_$gl_func=yes +--- 26122,26144 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + eval "$as_gl_Symbol=yes" +! else case e in #( +! e) eval "$as_gl_Symbol=no" ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + eval ac_res=\$$as_gl_Symbol +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf "%s\n" "$ac_res" >&6; } +! if eval test \"x\$"$as_gl_Symbol"\" = x"yes" +! then : + cat >>confdefs.h <<_ACEOF +! #define `printf "%s\n" "HAVE_RAW_DECL_$gl_func" | sed "$as_sed_cpp"` 1 + _ACEOF + + eval ac_cv_have_decl_$gl_func=yes +*************** +*** 24982,24994 **** + + + if test $ac_cv_func_futimens = no && test $ac_cv_func_futimesat = yes; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether futimesat handles NULL file" >&5 +! $as_echo_n "checking whether futimesat handles NULL file... " >&6; } +! if ${gl_cv_func_futimesat_works+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! touch conftest.file +! if test "$cross_compiling" = yes; then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu*) gl_cv_func_futimesat_works="guessing yes" ;; +--- 26152,26166 ---- + + + if test $ac_cv_func_futimens = no && test $ac_cv_func_futimesat = yes; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether futimesat handles NULL file" >&5 +! printf %s "checking whether futimesat handles NULL file... " >&6; } +! if test ${gl_cv_func_futimesat_works+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) touch conftest.file +! if test "$cross_compiling" = yes +! then : + case "$host_os" in + # Guess yes on glibc systems. + *-gnu*) gl_cv_func_futimesat_works="guessing yes" ;; +*************** +*** 24996,25003 **** + *) gl_cv_func_futimesat_works="guessing no" ;; + esac + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +--- 26168,26175 ---- + *) gl_cv_func_futimesat_works="guessing no" ;; + esac + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +*************** +*** 25005,25011 **** + #include + + int +! main () + { + int fd = open ("conftest.file", O_RDWR); + if (fd < 0) return 1; +--- 26177,26183 ---- + #include + + int +! main (void) + { + int fd = open ("conftest.file", O_RDWR); + if (fd < 0) return 1; +*************** +*** 25015,25038 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_futimesat_works=yes +! else +! gl_cv_func_futimesat_works=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + +! rm -f conftest.file + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_futimesat_works" >&5 +! $as_echo "$gl_cv_func_futimesat_works" >&6; } + case "$gl_cv_func_futimesat_works" in + *yes) ;; + *) + +! $as_echo "#define FUTIMESAT_NULL_BUG 1" >>confdefs.h + + ;; + esac +--- 26187,26214 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_futimesat_works=yes +! else case e in #( +! e) gl_cv_func_futimesat_works=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + +! rm -f conftest.file ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_futimesat_works" >&5 +! printf "%s\n" "$gl_cv_func_futimesat_works" >&6; } + case "$gl_cv_func_futimesat_works" in + *yes) ;; + *) + +! printf "%s\n" "#define FUTIMESAT_NULL_BUG 1" >>confdefs.h + + ;; + esac +*************** +*** 25045,25059 **** + if test $ac_cv_func_utimensat = no; then + HAVE_UTIMENSAT=0 + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether utimensat works" >&5 +! $as_echo_n "checking whether utimensat works... " >&6; } +! if ${gl_cv_func_utimensat_works+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test "$cross_compiling" = yes; then : + gl_cv_func_utimensat_works="guessing yes" +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +--- 26221,26237 ---- + if test $ac_cv_func_utimensat = no; then + HAVE_UTIMENSAT=0 + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether utimensat works" >&5 +! printf %s "checking whether utimensat works... " >&6; } +! if test ${gl_cv_func_utimensat_works+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test "$cross_compiling" = yes +! then : + gl_cv_func_utimensat_works="guessing yes" +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + #include +*************** +*** 25061,25067 **** + #include + + int +! main () + { + int result = 0; + const char *f = "conftest.file"; +--- 26239,26245 ---- + #include + + int +! main (void) + { + int result = 0; + const char *f = "conftest.file"; +*************** +*** 25103,25120 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_utimensat_works=yes +! else +! gl_cv_func_utimensat_works=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_utimensat_works" >&5 +! $as_echo "$gl_cv_func_utimensat_works" >&6; } + if test "$gl_cv_func_utimensat_works" = no; then + REPLACE_UTIMENSAT=1 + fi +--- 26281,26302 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_utimensat_works=yes +! else case e in #( +! e) gl_cv_func_utimensat_works=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_utimensat_works" >&5 +! printf "%s\n" "$gl_cv_func_utimensat_works" >&6; } + if test "$gl_cv_func_utimensat_works" = no; then + REPLACE_UTIMENSAT=1 + fi +*************** +*** 25143,25149 **** + + + +! $as_echo "#define GNULIB_TEST_UTIMENSAT 1" >>confdefs.h + + + +--- 26325,26331 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_UTIMENSAT 1" >>confdefs.h + + + +*************** +*** 25194,25200 **** + + if test $ac_cv_func_vasnprintf = yes; then + +! $as_echo "#define REPLACE_VASNPRINTF 1" >>confdefs.h + + fi + +--- 26376,26382 ---- + + if test $ac_cv_func_vasnprintf = yes; then + +! printf "%s\n" "#define REPLACE_VASNPRINTF 1" >>confdefs.h + + fi + +*************** +*** 25209,25221 **** + + + ac_fn_c_check_type "$LINENO" "ptrdiff_t" "ac_cv_type_ptrdiff_t" "$ac_includes_default" +! if test "x$ac_cv_type_ptrdiff_t" = xyes; then : +! +! else +! +! $as_echo "#define ptrdiff_t long" >>confdefs.h + + + fi + + +--- 26391,26405 ---- + + + ac_fn_c_check_type "$LINENO" "ptrdiff_t" "ac_cv_type_ptrdiff_t" "$ac_includes_default" +! if test "x$ac_cv_type_ptrdiff_t" = xyes +! then : + ++ else case e in #( ++ e) ++ printf "%s\n" "#define ptrdiff_t long" >>confdefs.h + ++ ;; ++ esac + fi + + +*************** +*** 25227,25242 **** + fi + + +- for ac_func in vasprintf +- do : + ac_fn_c_check_func "$LINENO" "vasprintf" "ac_cv_func_vasprintf" +! if test "x$ac_cv_func_vasprintf" = xyes; then : +! cat >>confdefs.h <<_ACEOF +! #define HAVE_VASPRINTF 1 +! _ACEOF + + fi +- done + + if test $ac_cv_func_vasprintf = no; then + +--- 26411,26422 ---- + fi + + + ac_fn_c_check_func "$LINENO" "vasprintf" "ac_cv_func_vasprintf" +! if test "x$ac_cv_func_vasprintf" = xyes +! then : +! printf "%s\n" "#define HAVE_VASPRINTF 1" >>confdefs.h + + fi + + if test $ac_cv_func_vasprintf = no; then + +*************** +*** 25287,25293 **** + + + +! $as_echo "#define GNULIB_TEST_VASPRINTF 1" >>confdefs.h + + + +--- 26467,26473 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_VASPRINTF 1" >>confdefs.h + + + +*************** +*** 25322,25333 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_wchar_h='<'wchar.h'>' + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! $as_echo_n "checking absolute name of ... " >&6; } +! if ${gl_cv_next_wchar_h+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + if test $ac_cv_header_wchar_h = yes; then + + +--- 26502,26514 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_wchar_h='<'wchar.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! printf %s "checking absolute name of ... " >&6; } +! if test ${gl_cv_next_wchar_h+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + if test $ac_cv_header_wchar_h = yes; then + + +*************** +*** 25369,25378 **** + gl_cv_next_wchar_h='<'wchar.h'>' + fi + +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_wchar_h" >&5 +! $as_echo "$gl_cv_next_wchar_h" >&6; } + fi + NEXT_WCHAR_H=$gl_cv_next_wchar_h + +--- 26550,26560 ---- + gl_cv_next_wchar_h='<'wchar.h'>' + fi + +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_wchar_h" >&5 +! printf "%s\n" "$gl_cv_next_wchar_h" >&6; } + fi + NEXT_WCHAR_H=$gl_cv_next_wchar_h + +*************** +*** 25409,25421 **** + + + for gl_func in btowc wctob mbsinit mbrtowc mbrlen mbsrtowcs mbsnrtowcs wcrtomb wcsrtombs wcsnrtombs wcwidth wmemchr wmemcmp wmemcpy wmemmove wmemset wcslen wcsnlen wcscpy wcpcpy wcsncpy wcpncpy wcscat wcsncat wcscmp wcsncmp wcscasecmp wcsncasecmp wcscoll wcsxfrm wcsdup wcschr wcsrchr wcscspn wcsspn wcspbrk wcsstr wcstok wcswidth wcsftime ; do +! as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 +! $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } +! if eval \${$as_gl_Symbol+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + /* Tru64 with Desktop Toolkit C has a bug: must be included before +--- 26591,26604 ---- + + + for gl_func in btowc wctob mbsinit mbrtowc mbrlen mbsrtowcs mbsnrtowcs wcrtomb wcsrtombs wcsnrtombs wcwidth wmemchr wmemcmp wmemcpy wmemmove wmemset wcslen wcsnlen wcscpy wcpcpy wcsncpy wcpncpy wcscat wcsncat wcscmp wcsncmp wcscasecmp wcsncasecmp wcscoll wcsxfrm wcsdup wcschr wcsrchr wcscspn wcsspn wcspbrk wcsstr wcstok wcswidth wcsftime ; do +! as_gl_Symbol=`printf "%s\n" "gl_cv_have_raw_decl_$gl_func" | sed "$as_sed_sh"` +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 +! printf %s "checking whether $gl_func is declared without a macro... " >&6; } +! if eval test \${$as_gl_Symbol+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + /* Tru64 with Desktop Toolkit C has a bug: must be included before +*************** +*** 25430,25436 **** + #include + + int +! main () + { + #undef $gl_func + (void) $gl_func; +--- 26613,26619 ---- + #include + + int +! main (void) + { + #undef $gl_func + (void) $gl_func; +*************** +*** 25438,25456 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + eval "$as_gl_Symbol=yes" +! else +! eval "$as_gl_Symbol=no" + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + eval ac_res=\$$as_gl_Symbol +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! $as_echo "$ac_res" >&6; } +! if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +! #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 + _ACEOF + + eval ac_cv_have_decl_$gl_func=yes +--- 26621,26643 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + eval "$as_gl_Symbol=yes" +! else case e in #( +! e) eval "$as_gl_Symbol=no" ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + eval ac_res=\$$as_gl_Symbol +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf "%s\n" "$ac_res" >&6; } +! if eval test \"x\$"$as_gl_Symbol"\" = x"yes" +! then : + cat >>confdefs.h <<_ACEOF +! #define `printf "%s\n" "HAVE_RAW_DECL_$gl_func" | sed "$as_sed_cpp"` 1 + _ACEOF + + eval ac_cv_have_decl_$gl_func=yes +*************** +*** 25492,25503 **** + if test $gl_cv_have_include_next = yes; then + gl_cv_next_wctype_h='<'wctype.h'>' + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! $as_echo_n "checking absolute name of ... " >&6; } +! if ${gl_cv_next_wctype_h+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + if test $ac_cv_header_wctype_h = yes; then + + +--- 26679,26691 ---- + if test $gl_cv_have_include_next = yes; then + gl_cv_next_wctype_h='<'wctype.h'>' + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 +! printf %s "checking absolute name of ... " >&6; } +! if test ${gl_cv_next_wctype_h+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + if test $ac_cv_header_wctype_h = yes; then + + +*************** +*** 25539,25548 **** + gl_cv_next_wctype_h='<'wctype.h'>' + fi + +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_wctype_h" >&5 +! $as_echo "$gl_cv_next_wctype_h" >&6; } + fi + NEXT_WCTYPE_H=$gl_cv_next_wctype_h + +--- 26727,26737 ---- + gl_cv_next_wctype_h='<'wctype.h'>' + fi + +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_wctype_h" >&5 +! printf "%s\n" "$gl_cv_next_wctype_h" >&6; } + fi + NEXT_WCTYPE_H=$gl_cv_next_wctype_h + +*************** +*** 25560,25572 **** + + if test $ac_cv_header_wctype_h = yes; then + if test $ac_cv_func_iswcntrl = yes; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iswcntrl works" >&5 +! $as_echo_n "checking whether iswcntrl works... " >&6; } +! if ${gl_cv_func_iswcntrl_works+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! +! if test "$cross_compiling" = yes; then : + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include +--- 26749,26763 ---- + + if test $ac_cv_header_wctype_h = yes; then + if test $ac_cv_func_iswcntrl = yes; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether iswcntrl works" >&5 +! printf %s "checking whether iswcntrl works... " >&6; } +! if test ${gl_cv_func_iswcntrl_works+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) +! if test "$cross_compiling" = yes +! then : + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include +*************** +*** 25574,25595 **** + Linux libc5 i18n is broken. + #endif + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gl_cv_func_iswcntrl_works="guessing yes" +! else +! gl_cv_func_iswcntrl_works="guessing no" + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + /* Tru64 with Desktop Toolkit C has a bug: must be +--- 26765,26788 ---- + Linux libc5 i18n is broken. + #endif + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gl_cv_func_iswcntrl_works="guessing yes" +! else case e in #( +! e) gl_cv_func_iswcntrl_works="guessing no" ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + /* Tru64 with Desktop Toolkit C has a bug: must be +*************** +*** 25604,25622 **** + int main () { return iswprint ('x') == 0; } + + _ACEOF +! if ac_fn_c_try_run "$LINENO"; then : + gl_cv_func_iswcntrl_works=yes +! else +! gl_cv_func_iswcntrl_works=no + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_iswcntrl_works" >&5 +! $as_echo "$gl_cv_func_iswcntrl_works" >&6; } + fi + HAVE_WCTYPE_H=1 + else +--- 26797,26819 ---- + int main () { return iswprint ('x') == 0; } + + _ACEOF +! if ac_fn_c_try_run "$LINENO" +! then : + gl_cv_func_iswcntrl_works=yes +! else case e in #( +! e) gl_cv_func_iswcntrl_works=no ;; +! esac + fi + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +! conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_iswcntrl_works" >&5 +! printf "%s\n" "$gl_cv_func_iswcntrl_works" >&6; } + fi + HAVE_WCTYPE_H=1 + else +*************** +*** 25637,25657 **** + if test $REPLACE_ISWCNTRL = 1; then + REPLACE_TOWLOWER=1 + else +! for ac_func in towlower +! do : +! ac_fn_c_check_func "$LINENO" "towlower" "ac_cv_func_towlower" +! if test "x$ac_cv_func_towlower" = xyes; then : +! cat >>confdefs.h <<_ACEOF +! #define HAVE_TOWLOWER 1 +! _ACEOF + + fi +- done + + if test $ac_cv_func_towlower = yes; then + REPLACE_TOWLOWER=0 + else +! ac_fn_c_check_decl "$LINENO" "towlower" "ac_cv_have_decl_towlower" "/* Tru64 with Desktop Toolkit C has a bug: must be + included before . + BSD/OS 4.0.1 has a bug: , and + must be included before . */ +--- 26834,26850 ---- + if test $REPLACE_ISWCNTRL = 1; then + REPLACE_TOWLOWER=1 + else +! ac_fn_c_check_func "$LINENO" "towlower" "ac_cv_func_towlower" +! if test "x$ac_cv_func_towlower" = xyes +! then : +! printf "%s\n" "#define HAVE_TOWLOWER 1" >>confdefs.h + + fi + + if test $ac_cv_func_towlower = yes; then + REPLACE_TOWLOWER=0 + else +! ac_fn_check_decl "$LINENO" "towlower" "ac_cv_have_decl_towlower" "/* Tru64 with Desktop Toolkit C has a bug: must be + included before . + BSD/OS 4.0.1 has a bug: , and + must be included before . */ +*************** +*** 25663,25678 **** + # include + #endif + +! " +! if test "x$ac_cv_have_decl_towlower" = xyes; then : + ac_have_decl=1 +! else +! ac_have_decl=0 + fi +! +! cat >>confdefs.h <<_ACEOF +! #define HAVE_DECL_TOWLOWER $ac_have_decl +! _ACEOF + + if test $ac_cv_have_decl_towlower = yes; then + REPLACE_TOWLOWER=1 +--- 26856,26870 ---- + # include + #endif + +! " "$ac_c_undeclared_builtin_options" "CFLAGS" +! if test "x$ac_cv_have_decl_towlower" = xyes +! then : + ac_have_decl=1 +! else case e in #( +! e) ac_have_decl=0 ;; +! esac + fi +! printf "%s\n" "#define HAVE_DECL_TOWLOWER $ac_have_decl" >>confdefs.h + + if test $ac_cv_have_decl_towlower = yes; then + REPLACE_TOWLOWER=1 +*************** +*** 25687,25698 **** + : + fi + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wctype_t" >&5 +! $as_echo_n "checking for wctype_t... " >&6; } +! if ${gl_cv_type_wctype_t+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + /* Tru64 with Desktop Toolkit C has a bug: must be + included before . +--- 26879,26891 ---- + : + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for wctype_t" >&5 +! printf %s "checking for wctype_t... " >&6; } +! if test ${gl_cv_type_wctype_t+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + /* Tru64 with Desktop Toolkit C has a bug: must be + included before . +*************** +*** 25708,25740 **** + wctype_t a; + + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gl_cv_type_wctype_t=yes +! else +! gl_cv_type_wctype_t=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_type_wctype_t" >&5 +! $as_echo "$gl_cv_type_wctype_t" >&6; } + if test $gl_cv_type_wctype_t = no; then + HAVE_WCTYPE_T=0 + fi + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wctrans_t" >&5 +! $as_echo_n "checking for wctrans_t... " >&6; } +! if ${gl_cv_type_wctrans_t+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + /* Tru64 with Desktop Toolkit C has a bug: must be + included before . +--- 26901,26937 ---- + wctype_t a; + + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gl_cv_type_wctype_t=yes +! else case e in #( +! e) gl_cv_type_wctype_t=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_type_wctype_t" >&5 +! printf "%s\n" "$gl_cv_type_wctype_t" >&6; } + if test $gl_cv_type_wctype_t = no; then + HAVE_WCTYPE_T=0 + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for wctrans_t" >&5 +! printf %s "checking for wctrans_t... " >&6; } +! if test ${gl_cv_type_wctrans_t+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + /* Tru64 with Desktop Toolkit C has a bug: must be + included before . +*************** +*** 25748,25783 **** + wctrans_t a; + + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gl_cv_type_wctrans_t=yes +! else +! gl_cv_type_wctrans_t=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_type_wctrans_t" >&5 +! $as_echo "$gl_cv_type_wctrans_t" >&6; } + if test $gl_cv_type_wctrans_t = no; then + HAVE_WCTRANS_T=0 + fi + + + for gl_func in wctype iswctype wctrans towctrans ; do +! as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 +! $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } +! if eval \${$as_gl_Symbol+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + /* Tru64 with Desktop Toolkit C has a bug: must be included before +--- 26945,26984 ---- + wctrans_t a; + + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gl_cv_type_wctrans_t=yes +! else case e in #( +! e) gl_cv_type_wctrans_t=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_type_wctrans_t" >&5 +! printf "%s\n" "$gl_cv_type_wctrans_t" >&6; } + if test $gl_cv_type_wctrans_t = no; then + HAVE_WCTRANS_T=0 + fi + + + for gl_func in wctype iswctype wctrans towctrans ; do +! as_gl_Symbol=`printf "%s\n" "gl_cv_have_raw_decl_$gl_func" | sed "$as_sed_sh"` +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 +! printf %s "checking whether $gl_func is declared without a macro... " >&6; } +! if eval test \${$as_gl_Symbol+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + /* Tru64 with Desktop Toolkit C has a bug: must be included before +*************** +*** 25793,25799 **** + #include + + int +! main () + { + #undef $gl_func + (void) $gl_func; +--- 26994,27000 ---- + #include + + int +! main (void) + { + #undef $gl_func + (void) $gl_func; +*************** +*** 25801,25819 **** + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + eval "$as_gl_Symbol=yes" +! else +! eval "$as_gl_Symbol=no" + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + eval ac_res=\$$as_gl_Symbol +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! $as_echo "$ac_res" >&6; } +! if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +! #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 + _ACEOF + + eval ac_cv_have_decl_$gl_func=yes +--- 27002,27024 ---- + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + eval "$as_gl_Symbol=yes" +! else case e in #( +! e) eval "$as_gl_Symbol=no" ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;; +! esac + fi + eval ac_res=\$$as_gl_Symbol +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf "%s\n" "$ac_res" >&6; } +! if eval test \"x\$"$as_gl_Symbol"\" = x"yes" +! then : + cat >>confdefs.h <<_ACEOF +! #define `printf "%s\n" "HAVE_RAW_DECL_$gl_func" | sed "$as_sed_cpp"` 1 + _ACEOF + + eval ac_cv_have_decl_$gl_func=yes +*************** +*** 25856,25862 **** + + + +! $as_echo "#define GNULIB_TEST_WRITE 1" >>confdefs.h + + + +--- 27061,27067 ---- + + + +! printf "%s\n" "#define GNULIB_TEST_WRITE 1" >>confdefs.h + + + +*************** +*** 25873,25890 **** + + + +! for ac_header in stdint.h +! do : +! ac_fn_c_check_header_mongrel "$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default" +! if test "x$ac_cv_header_stdint_h" = xyes; then : +! cat >>confdefs.h <<_ACEOF +! #define HAVE_STDINT_H 1 +! _ACEOF + + fi + +- done +- + + + +--- 27078,27090 ---- + + + +! ac_fn_c_check_header_compile "$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default" +! if test "x$ac_cv_header_stdint_h" = xyes +! then : +! printf "%s\n" "#define HAVE_STDINT_H 1" >>confdefs.h + + fi + + + + +*************** +*** 25935,25977 **** + LIBPATCH_LTLIBDEPS="$gl_ltlibdeps" + + +! if test -n "$ac_tool_prefix"; then + for ac_prog in ar lib "link -lib" + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. + set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +! $as_echo_n "checking for $ac_word... " >&6; } +! if ${ac_cv_prog_AR+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test -n "$AR"; then + ac_cv_prog_AR="$AR" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for as_dir in $PATH + do + IFS=$as_save_IFS +! test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do +! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_AR="$ac_tool_prefix$ac_prog" +! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi + done + done + IFS=$as_save_IFS + +! fi + fi + AR=$ac_cv_prog_AR + if test -n "$AR"; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 +! $as_echo "$AR" >&6; } + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! $as_echo "no" >&6; } + fi + + +--- 27135,27184 ---- + LIBPATCH_LTLIBDEPS="$gl_ltlibdeps" + + +! +! if test -n "$ac_tool_prefix"; then + for ac_prog in ar lib "link -lib" + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. + set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +! printf %s "checking for $ac_word... " >&6; } +! if test ${ac_cv_prog_AR+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test -n "$AR"; then + ac_cv_prog_AR="$AR" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for as_dir in $PATH + do + IFS=$as_save_IFS +! case $as_dir in #((( +! '') as_dir=./ ;; +! */) ;; +! *) as_dir=$as_dir/ ;; +! esac + for ac_exec_ext in '' $ac_executable_extensions; do +! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_AR="$ac_tool_prefix$ac_prog" +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done + done + IFS=$as_save_IFS + +! fi ;; +! esac + fi + AR=$ac_cv_prog_AR + if test -n "$AR"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 +! printf "%s\n" "$AR" >&6; } + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + fi + + +*************** +*** 25984,26021 **** + do + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +! $as_echo_n "checking for $ac_word... " >&6; } +! if ${ac_cv_prog_ac_ct_AR+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! if test -n "$ac_ct_AR"; then + ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for as_dir in $PATH + do + IFS=$as_save_IFS +! test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do +! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_AR="$ac_prog" +! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi + done + done + IFS=$as_save_IFS + +! fi + fi + ac_ct_AR=$ac_cv_prog_ac_ct_AR + if test -n "$ac_ct_AR"; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 +! $as_echo "$ac_ct_AR" >&6; } + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! $as_echo "no" >&6; } + fi + + +--- 27191,27234 ---- + do + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +! printf %s "checking for $ac_word... " >&6; } +! if test ${ac_cv_prog_ac_ct_AR+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) if test -n "$ac_ct_AR"; then + ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. + else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for as_dir in $PATH + do + IFS=$as_save_IFS +! case $as_dir in #((( +! '') as_dir=./ ;; +! */) ;; +! *) as_dir=$as_dir/ ;; +! esac + for ac_exec_ext in '' $ac_executable_extensions; do +! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_AR="$ac_prog" +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done + done + IFS=$as_save_IFS + +! fi ;; +! esac + fi + ac_ct_AR=$ac_cv_prog_ac_ct_AR + if test -n "$ac_ct_AR"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 +! printf "%s\n" "$ac_ct_AR" >&6; } + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + fi + + +*************** +*** 26027,26034 **** + else + case $cross_compiling:$ac_tool_warned in + yes:) +! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +! $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} + ac_tool_warned=yes ;; + esac + AR=$ac_ct_AR +--- 27240,27247 ---- + else + case $cross_compiling:$ac_tool_warned in + yes:) +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +! printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} + ac_tool_warned=yes ;; + esac + AR=$ac_ct_AR +*************** +*** 26036,26048 **** + fi + + : ${AR=ar} + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking the archiver ($AR) interface" >&5 +! $as_echo_n "checking the archiver ($AR) interface... " >&6; } +! if ${am_cv_ar_interface+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! ac_ext=c + ac_cpp='$CPP $CPPFLAGS' + ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' + ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +--- 27249,27263 ---- + fi + + : ${AR=ar} ++ : ${ARFLAGS=cr} + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking the archiver ($AR) interface" >&5 +! printf %s "checking the archiver ($AR) interface... " >&6; } +! if test ${am_cv_ar_interface+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) ac_ext=c + ac_cpp='$CPP $CPPFLAGS' + ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' + ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +*************** +*** 26053,26064 **** + /* end confdefs.h. */ + int some_variable = 0; + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : +! am_ar_try='$AR cru libconftest.a conftest.$ac_objext >&5' + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$am_ar_try\""; } >&5 + (eval $am_ar_try) 2>&5 + ac_status=$? +! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if test "$ac_status" -eq 0; then + am_cv_ar_interface=ar +--- 27268,27280 ---- + /* end confdefs.h. */ + int some_variable = 0; + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : +! am_ar_try='$AR $ARFLAGS libconftest.a conftest.$ac_objext >&5' + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$am_ar_try\""; } >&5 + (eval $am_ar_try) 2>&5 + ac_status=$? +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if test "$ac_status" -eq 0; then + am_cv_ar_interface=ar +*************** +*** 26067,26073 **** + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$am_ar_try\""; } >&5 + (eval $am_ar_try) 2>&5 + ac_status=$? +! $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if test "$ac_status" -eq 0; then + am_cv_ar_interface=lib +--- 27283,27289 ---- + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$am_ar_try\""; } >&5 + (eval $am_ar_try) 2>&5 + ac_status=$? +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if test "$ac_status" -eq 0; then + am_cv_ar_interface=lib +*************** +*** 26078,26093 **** + rm -f conftest.lib libconftest.a + + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ac_ext=c + ac_cpp='$CPP $CPPFLAGS' + ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' + ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' + ac_compiler_gnu=$ac_cv_c_compiler_gnu +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_ar_interface" >&5 +! $as_echo "$am_cv_ar_interface" >&6; } + + case $am_cv_ar_interface in + ar) +--- 27294,27310 ---- + rm -f conftest.lib libconftest.a + + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + ac_ext=c + ac_cpp='$CPP $CPPFLAGS' + ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' + ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' + ac_compiler_gnu=$ac_cv_c_compiler_gnu +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_ar_interface" >&5 +! printf "%s\n" "$am_cv_ar_interface" >&6; } + + case $am_cv_ar_interface in + ar) +*************** +*** 26108,26122 **** + + + # Check whether --enable-gcc-warnings was given. +! if test "${enable_gcc_warnings+set}" = set; then : + enableval=$enable_gcc_warnings; case $enableval in + yes|no) ;; + *) as_fn_error $? "bad value $enableval for gcc-warnings option" "$LINENO" 5 ;; + esac + gl_gcc_warnings=$enableval +! else +! gl_gcc_warnings=no +! + fi + + +--- 27325,27341 ---- + + + # Check whether --enable-gcc-warnings was given. +! if test ${enable_gcc_warnings+y} +! then : + enableval=$enable_gcc_warnings; case $enableval in + yes|no) ;; + *) as_fn_error $? "bad value $enableval for gcc-warnings option" "$LINENO" 5 ;; + esac + gl_gcc_warnings=$enableval +! else case e in #( +! e) gl_gcc_warnings=no +! ;; +! esac + fi + + +*************** +*** 26129,26169 **** + ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Werror -Wunknown-warning-option" >&5 +! $as_echo_n "checking whether C compiler handles -Werror -Wunknown-warning-option... " >&6; } +! if ${gl_cv_warn_c__Werror__Wunknown_warning_option+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + gl_save_compiler_FLAGS="$CFLAGS" + as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Werror -Wunknown-warning-option" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_link "$LINENO"; then : + gl_cv_warn_c__Werror__Wunknown_warning_option=yes +! else +! gl_cv_warn_c__Werror__Wunknown_warning_option=no + fi +! rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + CFLAGS="$gl_save_compiler_FLAGS" +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Werror__Wunknown_warning_option" >&5 +! $as_echo "$gl_cv_warn_c__Werror__Wunknown_warning_option" >&6; } +! if test "x$gl_cv_warn_c__Werror__Wunknown_warning_option" = xyes; then : + gl_unknown_warnings_are_errors='-Wunknown-warning-option -Werror' +! else +! gl_unknown_warnings_are_errors= + fi + + ac_ext=c +--- 27348,27394 ---- + ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Werror -Wunknown-warning-option" >&5 +! printf %s "checking whether C compiler handles -Werror -Wunknown-warning-option... " >&6; } +! if test ${gl_cv_warn_c__Werror__Wunknown_warning_option+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + gl_save_compiler_FLAGS="$CFLAGS" + as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Werror -Wunknown-warning-option" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_link "$LINENO" +! then : + gl_cv_warn_c__Werror__Wunknown_warning_option=yes +! else case e in #( +! e) gl_cv_warn_c__Werror__Wunknown_warning_option=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + CFLAGS="$gl_save_compiler_FLAGS" +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Werror__Wunknown_warning_option" >&5 +! printf "%s\n" "$gl_cv_warn_c__Werror__Wunknown_warning_option" >&6; } +! if test "x$gl_cv_warn_c__Werror__Wunknown_warning_option" = xyes +! then : + gl_unknown_warnings_are_errors='-Wunknown-warning-option -Werror' +! else case e in #( +! e) gl_unknown_warnings_are_errors= ;; +! esac + fi + + ac_ext=c +*************** +*** 26175,26212 **** + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Werror" >&5 +! $as_echo_n "checking whether C compiler handles -Werror... " >&6; } +! if ${gl_cv_warn_c__Werror+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + gl_save_compiler_FLAGS="$CFLAGS" + as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Werror" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_link "$LINENO"; then : + gl_cv_warn_c__Werror=yes +! else +! gl_cv_warn_c__Werror=no + fi +! rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + CFLAGS="$gl_save_compiler_FLAGS" +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Werror" >&5 +! $as_echo "$gl_cv_warn_c__Werror" >&6; } +! if test "x$gl_cv_warn_c__Werror" = xyes; then : + as_fn_append WERROR_CFLAGS " -Werror" + fi + +--- 27400,27442 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Werror" >&5 +! printf %s "checking whether C compiler handles -Werror... " >&6; } +! if test ${gl_cv_warn_c__Werror+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + gl_save_compiler_FLAGS="$CFLAGS" + as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Werror" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_link "$LINENO" +! then : + gl_cv_warn_c__Werror=yes +! else case e in #( +! e) gl_cv_warn_c__Werror=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + CFLAGS="$gl_save_compiler_FLAGS" +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Werror" >&5 +! printf "%s\n" "$gl_cv_warn_c__Werror" >&6; } +! if test "x$gl_cv_warn_c__Werror" = xyes +! then : + as_fn_append WERROR_CFLAGS " -Werror" + fi + +*************** +*** 26258,26301 **** + + if test -n "$GCC"; then + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -Wno-missing-field-initializers is supported" >&5 +! $as_echo_n "checking whether -Wno-missing-field-initializers is supported... " >&6; } +! if ${gl_cv_cc_nomfi_supported+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + gl_save_CFLAGS="$CFLAGS" + CFLAGS="$CFLAGS -W -Werror -Wno-missing-field-initializers" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gl_cv_cc_nomfi_supported=yes +! else +! gl_cv_cc_nomfi_supported=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +! CFLAGS="$gl_save_CFLAGS" + fi + +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_nomfi_supported" >&5 +! $as_echo "$gl_cv_cc_nomfi_supported" >&6; } + + if test "$gl_cv_cc_nomfi_supported" = yes; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -Wno-missing-field-initializers is needed" >&5 +! $as_echo_n "checking whether -Wno-missing-field-initializers is needed... " >&6; } +! if ${gl_cv_cc_nomfi_needed+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + gl_save_CFLAGS="$CFLAGS" + CFLAGS="$CFLAGS -W -Werror" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +--- 27488,27536 ---- + + if test -n "$GCC"; then + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether -Wno-missing-field-initializers is supported" >&5 +! printf %s "checking whether -Wno-missing-field-initializers is supported... " >&6; } +! if test ${gl_cv_cc_nomfi_supported+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + gl_save_CFLAGS="$CFLAGS" + CFLAGS="$CFLAGS -W -Werror -Wno-missing-field-initializers" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gl_cv_cc_nomfi_supported=yes +! else case e in #( +! e) gl_cv_cc_nomfi_supported=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +! CFLAGS="$gl_save_CFLAGS" ;; +! esac + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_nomfi_supported" >&5 +! printf "%s\n" "$gl_cv_cc_nomfi_supported" >&6; } + + if test "$gl_cv_cc_nomfi_supported" = yes; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether -Wno-missing-field-initializers is needed" >&5 +! printf %s "checking whether -Wno-missing-field-initializers is needed... " >&6; } +! if test ${gl_cv_cc_nomfi_needed+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + gl_save_CFLAGS="$CFLAGS" + CFLAGS="$CFLAGS -W -Werror" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +*************** +*** 26308,26364 **** + } + + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gl_cv_cc_nomfi_needed=no +! else +! gl_cv_cc_nomfi_needed=yes + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + CFLAGS="$gl_save_CFLAGS" +! + fi + +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_nomfi_needed" >&5 +! $as_echo "$gl_cv_cc_nomfi_needed" >&6; } + fi + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -Wuninitialized is supported" >&5 +! $as_echo_n "checking whether -Wuninitialized is supported... " >&6; } +! if ${gl_cv_cc_uninitialized_supported+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + gl_save_CFLAGS="$CFLAGS" + CFLAGS="$CFLAGS -Werror -Wuninitialized" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + gl_cv_cc_uninitialized_supported=yes +! else +! gl_cv_cc_uninitialized_supported=no + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +! CFLAGS="$gl_save_CFLAGS" + fi + +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_uninitialized_supported" >&5 +! $as_echo "$gl_cv_cc_uninitialized_supported" >&6; } + + fi + +--- 27543,27606 ---- + } + + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gl_cv_cc_nomfi_needed=no +! else case e in #( +! e) gl_cv_cc_nomfi_needed=yes ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + CFLAGS="$gl_save_CFLAGS" +! ;; +! esac + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_nomfi_needed" >&5 +! printf "%s\n" "$gl_cv_cc_nomfi_needed" >&6; } + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether -Wuninitialized is supported" >&5 +! printf %s "checking whether -Wuninitialized is supported... " >&6; } +! if test ${gl_cv_cc_uninitialized_supported+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + gl_save_CFLAGS="$CFLAGS" + CFLAGS="$CFLAGS -Werror -Wuninitialized" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + gl_cv_cc_uninitialized_supported=yes +! else case e in #( +! e) gl_cv_cc_uninitialized_supported=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +! CFLAGS="$gl_save_CFLAGS" ;; +! esac + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_uninitialized_supported" >&5 +! printf "%s\n" "$gl_cv_cc_uninitialized_supported" >&6; } + + fi + +*************** +*** 26531,26554 **** + # Also, AC_COMPUTE_INT requires it to fit in a long; it is 2**63 on + # the only platforms where it does not fit in a long, so make that + # a special case. +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking max safe object size" >&5 +! $as_echo_n "checking max safe object size... " >&6; } + if ac_fn_c_compute_int "$LINENO" "LONG_MAX < (PTRDIFF_MAX < (size_t) -1 ? PTRDIFF_MAX : (size_t) -1) + ? -1 + : PTRDIFF_MAX < (size_t) -1 ? (long) PTRDIFF_MAX : (long) (size_t) -1" "gl_alloc_max" "#include + #include + #include +! "; then : + +! else +! gl_alloc_max=2147483647 + fi + + case $gl_alloc_max in + -1) gl_alloc_max=9223372036854775807;; + esac +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_alloc_max" >&5 +! $as_echo "$gl_alloc_max" >&6; } + gl_manywarn_set="$gl_manywarn_set -Walloc-size-larger-than=$gl_alloc_max" + gl_manywarn_set="$gl_manywarn_set -Warray-bounds=2" + gl_manywarn_set="$gl_manywarn_set -Wformat-overflow=2" +--- 27773,27798 ---- + # Also, AC_COMPUTE_INT requires it to fit in a long; it is 2**63 on + # the only platforms where it does not fit in a long, so make that + # a special case. +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking max safe object size" >&5 +! printf %s "checking max safe object size... " >&6; } + if ac_fn_c_compute_int "$LINENO" "LONG_MAX < (PTRDIFF_MAX < (size_t) -1 ? PTRDIFF_MAX : (size_t) -1) + ? -1 + : PTRDIFF_MAX < (size_t) -1 ? (long) PTRDIFF_MAX : (long) (size_t) -1" "gl_alloc_max" "#include + #include + #include +! " +! then : + +! else case e in #( +! e) gl_alloc_max=2147483647 ;; +! esac + fi + + case $gl_alloc_max in + -1) gl_alloc_max=9223372036854775807;; + esac +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_alloc_max" >&5 +! printf "%s\n" "$gl_alloc_max" >&6; } + gl_manywarn_set="$gl_manywarn_set -Walloc-size-larger-than=$gl_alloc_max" + gl_manywarn_set="$gl_manywarn_set -Warray-bounds=2" + gl_manywarn_set="$gl_manywarn_set -Wformat-overflow=2" +*************** +*** 26607,26650 **** + for w in $ws; do + + +! as_gl_Warn=`$as_echo "gl_cv_warn_c_$w" | $as_tr_sh` + gl_positive="$w" + case $gl_positive in + -Wno-*) gl_positive=-W`expr "X$gl_positive" : 'X-Wno-\(.*\)'` ;; + esac +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles $w" >&5 +! $as_echo_n "checking whether C compiler handles $w... " >&6; } +! if eval \${$as_gl_Warn+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + gl_save_compiler_FLAGS="$CFLAGS" + as_fn_append CFLAGS " $gl_unknown_warnings_are_errors $gl_positive" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_link "$LINENO"; then : + eval "$as_gl_Warn=yes" +! else +! eval "$as_gl_Warn=no" + fi +! rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + CFLAGS="$gl_save_compiler_FLAGS" +! + fi + eval ac_res=\$$as_gl_Warn +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! $as_echo "$ac_res" >&6; } +! if eval test \"x\$"$as_gl_Warn"\" = x"yes"; then : + as_fn_append WARN_CFLAGS " $w" + fi + +--- 27851,27899 ---- + for w in $ws; do + + +! as_gl_Warn=`printf "%s\n" "gl_cv_warn_c_$w" | sed "$as_sed_sh"` + gl_positive="$w" + case $gl_positive in + -Wno-*) gl_positive=-W`expr "X$gl_positive" : 'X-Wno-\(.*\)'` ;; + esac +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles $w" >&5 +! printf %s "checking whether C compiler handles $w... " >&6; } +! if eval test \${$as_gl_Warn+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + gl_save_compiler_FLAGS="$CFLAGS" + as_fn_append CFLAGS " $gl_unknown_warnings_are_errors $gl_positive" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_link "$LINENO" +! then : + eval "$as_gl_Warn=yes" +! else case e in #( +! e) eval "$as_gl_Warn=no" ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + CFLAGS="$gl_save_compiler_FLAGS" +! ;; +! esac + fi + eval ac_res=\$$as_gl_Warn +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +! printf "%s\n" "$ac_res" >&6; } +! if eval test \"x\$"$as_gl_Warn"\" = x"yes" +! then : + as_fn_append WARN_CFLAGS " $w" + fi + +*************** +*** 26652,26765 **** + done + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-missing-field-initializers" >&5 +! $as_echo_n "checking whether C compiler handles -Wno-missing-field-initializers... " >&6; } +! if ${gl_cv_warn_c__Wno_missing_field_initializers+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + gl_save_compiler_FLAGS="$CFLAGS" + as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wmissing-field-initializers" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_link "$LINENO"; then : + gl_cv_warn_c__Wno_missing_field_initializers=yes +! else +! gl_cv_warn_c__Wno_missing_field_initializers=no + fi +! rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + CFLAGS="$gl_save_compiler_FLAGS" +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_missing_field_initializers" >&5 +! $as_echo "$gl_cv_warn_c__Wno_missing_field_initializers" >&6; } +! if test "x$gl_cv_warn_c__Wno_missing_field_initializers" = xyes; then : + as_fn_append WARN_CFLAGS " -Wno-missing-field-initializers" + fi + + # We need this one + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-sign-compare" >&5 +! $as_echo_n "checking whether C compiler handles -Wno-sign-compare... " >&6; } +! if ${gl_cv_warn_c__Wno_sign_compare+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + gl_save_compiler_FLAGS="$CFLAGS" + as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wsign-compare" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_link "$LINENO"; then : + gl_cv_warn_c__Wno_sign_compare=yes +! else +! gl_cv_warn_c__Wno_sign_compare=no + fi +! rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + CFLAGS="$gl_save_compiler_FLAGS" +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_sign_compare" >&5 +! $as_echo "$gl_cv_warn_c__Wno_sign_compare" >&6; } +! if test "x$gl_cv_warn_c__Wno_sign_compare" = xyes; then : + as_fn_append WARN_CFLAGS " -Wno-sign-compare" + fi + + # Too many warnings for now + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-unused-parameter" >&5 +! $as_echo_n "checking whether C compiler handles -Wno-unused-parameter... " >&6; } +! if ${gl_cv_warn_c__Wno_unused_parameter+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + gl_save_compiler_FLAGS="$CFLAGS" + as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wunused-parameter" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_link "$LINENO"; then : + gl_cv_warn_c__Wno_unused_parameter=yes +! else +! gl_cv_warn_c__Wno_unused_parameter=no + fi +! rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + CFLAGS="$gl_save_compiler_FLAGS" +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_unused_parameter" >&5 +! $as_echo "$gl_cv_warn_c__Wno_unused_parameter" >&6; } +! if test "x$gl_cv_warn_c__Wno_unused_parameter" = xyes; then : + as_fn_append WARN_CFLAGS " -Wno-unused-parameter" + fi + +--- 27901,28029 ---- + done + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-missing-field-initializers" >&5 +! printf %s "checking whether C compiler handles -Wno-missing-field-initializers... " >&6; } +! if test ${gl_cv_warn_c__Wno_missing_field_initializers+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + gl_save_compiler_FLAGS="$CFLAGS" + as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wmissing-field-initializers" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_link "$LINENO" +! then : + gl_cv_warn_c__Wno_missing_field_initializers=yes +! else case e in #( +! e) gl_cv_warn_c__Wno_missing_field_initializers=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + CFLAGS="$gl_save_compiler_FLAGS" +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_missing_field_initializers" >&5 +! printf "%s\n" "$gl_cv_warn_c__Wno_missing_field_initializers" >&6; } +! if test "x$gl_cv_warn_c__Wno_missing_field_initializers" = xyes +! then : + as_fn_append WARN_CFLAGS " -Wno-missing-field-initializers" + fi + + # We need this one + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-sign-compare" >&5 +! printf %s "checking whether C compiler handles -Wno-sign-compare... " >&6; } +! if test ${gl_cv_warn_c__Wno_sign_compare+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + gl_save_compiler_FLAGS="$CFLAGS" + as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wsign-compare" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_link "$LINENO" +! then : + gl_cv_warn_c__Wno_sign_compare=yes +! else case e in #( +! e) gl_cv_warn_c__Wno_sign_compare=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + CFLAGS="$gl_save_compiler_FLAGS" +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_sign_compare" >&5 +! printf "%s\n" "$gl_cv_warn_c__Wno_sign_compare" >&6; } +! if test "x$gl_cv_warn_c__Wno_sign_compare" = xyes +! then : + as_fn_append WARN_CFLAGS " -Wno-sign-compare" + fi + + # Too many warnings for now + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-unused-parameter" >&5 +! printf %s "checking whether C compiler handles -Wno-unused-parameter... " >&6; } +! if test ${gl_cv_warn_c__Wno_unused_parameter+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + gl_save_compiler_FLAGS="$CFLAGS" + as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wunused-parameter" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_link "$LINENO" +! then : + gl_cv_warn_c__Wno_unused_parameter=yes +! else case e in #( +! e) gl_cv_warn_c__Wno_unused_parameter=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + CFLAGS="$gl_save_compiler_FLAGS" +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_unused_parameter" >&5 +! printf "%s\n" "$gl_cv_warn_c__Wno_unused_parameter" >&6; } +! if test "x$gl_cv_warn_c__Wno_unused_parameter" = xyes +! then : + as_fn_append WARN_CFLAGS " -Wno-unused-parameter" + fi + +*************** +*** 26769,26806 **** + # gcc 4.5.0 20090517, and it provokes warnings in cat.c, dd.c, truncate.c + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-logical-op" >&5 +! $as_echo_n "checking whether C compiler handles -Wno-logical-op... " >&6; } +! if ${gl_cv_warn_c__Wno_logical_op+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + gl_save_compiler_FLAGS="$CFLAGS" + as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wlogical-op" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_link "$LINENO"; then : + gl_cv_warn_c__Wno_logical_op=yes +! else +! gl_cv_warn_c__Wno_logical_op=no + fi +! rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + CFLAGS="$gl_save_compiler_FLAGS" +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_logical_op" >&5 +! $as_echo "$gl_cv_warn_c__Wno_logical_op" >&6; } +! if test "x$gl_cv_warn_c__Wno_logical_op" = xyes; then : + as_fn_append WARN_CFLAGS " -Wno-logical-op" + fi + +--- 28033,28075 ---- + # gcc 4.5.0 20090517, and it provokes warnings in cat.c, dd.c, truncate.c + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-logical-op" >&5 +! printf %s "checking whether C compiler handles -Wno-logical-op... " >&6; } +! if test ${gl_cv_warn_c__Wno_logical_op+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + gl_save_compiler_FLAGS="$CFLAGS" + as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wlogical-op" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_link "$LINENO" +! then : + gl_cv_warn_c__Wno_logical_op=yes +! else case e in #( +! e) gl_cv_warn_c__Wno_logical_op=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + CFLAGS="$gl_save_compiler_FLAGS" +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_logical_op" >&5 +! printf "%s\n" "$gl_cv_warn_c__Wno_logical_op" >&6; } +! if test "x$gl_cv_warn_c__Wno_logical_op" = xyes +! then : + as_fn_append WARN_CFLAGS " -Wno-logical-op" + fi + +*************** +*** 26808,26921 **** + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -fdiagnostics-show-option" >&5 +! $as_echo_n "checking whether C compiler handles -fdiagnostics-show-option... " >&6; } +! if ${gl_cv_warn_c__fdiagnostics_show_option+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + gl_save_compiler_FLAGS="$CFLAGS" + as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -fdiagnostics-show-option" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_link "$LINENO"; then : + gl_cv_warn_c__fdiagnostics_show_option=yes +! else +! gl_cv_warn_c__fdiagnostics_show_option=no + fi +! rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + CFLAGS="$gl_save_compiler_FLAGS" +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__fdiagnostics_show_option" >&5 +! $as_echo "$gl_cv_warn_c__fdiagnostics_show_option" >&6; } +! if test "x$gl_cv_warn_c__fdiagnostics_show_option" = xyes; then : + as_fn_append WARN_CFLAGS " -fdiagnostics-show-option" + fi + + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -funit-at-a-time" >&5 +! $as_echo_n "checking whether C compiler handles -funit-at-a-time... " >&6; } +! if ${gl_cv_warn_c__funit_at_a_time+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + gl_save_compiler_FLAGS="$CFLAGS" + as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -funit-at-a-time" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_link "$LINENO"; then : + gl_cv_warn_c__funit_at_a_time=yes +! else +! gl_cv_warn_c__funit_at_a_time=no + fi +! rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + CFLAGS="$gl_save_compiler_FLAGS" +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__funit_at_a_time" >&5 +! $as_echo "$gl_cv_warn_c__funit_at_a_time" >&6; } +! if test "x$gl_cv_warn_c__funit_at_a_time" = xyes; then : + as_fn_append WARN_CFLAGS " -funit-at-a-time" + fi + + + + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-format-nonliteral" >&5 +! $as_echo_n "checking whether C compiler handles -Wno-format-nonliteral... " >&6; } +! if ${gl_cv_warn_c__Wno_format_nonliteral+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + gl_save_compiler_FLAGS="$CFLAGS" + as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wformat-nonliteral" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_link "$LINENO"; then : + gl_cv_warn_c__Wno_format_nonliteral=yes +! else +! gl_cv_warn_c__Wno_format_nonliteral=no + fi +! rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + CFLAGS="$gl_save_compiler_FLAGS" +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_format_nonliteral" >&5 +! $as_echo "$gl_cv_warn_c__Wno_format_nonliteral" >&6; } +! if test "x$gl_cv_warn_c__Wno_format_nonliteral" = xyes; then : + as_fn_append WARN_CFLAGS " -Wno-format-nonliteral" + fi + +--- 28077,28205 ---- + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -fdiagnostics-show-option" >&5 +! printf %s "checking whether C compiler handles -fdiagnostics-show-option... " >&6; } +! if test ${gl_cv_warn_c__fdiagnostics_show_option+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + gl_save_compiler_FLAGS="$CFLAGS" + as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -fdiagnostics-show-option" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_link "$LINENO" +! then : + gl_cv_warn_c__fdiagnostics_show_option=yes +! else case e in #( +! e) gl_cv_warn_c__fdiagnostics_show_option=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + CFLAGS="$gl_save_compiler_FLAGS" +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__fdiagnostics_show_option" >&5 +! printf "%s\n" "$gl_cv_warn_c__fdiagnostics_show_option" >&6; } +! if test "x$gl_cv_warn_c__fdiagnostics_show_option" = xyes +! then : + as_fn_append WARN_CFLAGS " -fdiagnostics-show-option" + fi + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -funit-at-a-time" >&5 +! printf %s "checking whether C compiler handles -funit-at-a-time... " >&6; } +! if test ${gl_cv_warn_c__funit_at_a_time+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + gl_save_compiler_FLAGS="$CFLAGS" + as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -funit-at-a-time" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_link "$LINENO" +! then : + gl_cv_warn_c__funit_at_a_time=yes +! else case e in #( +! e) gl_cv_warn_c__funit_at_a_time=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + CFLAGS="$gl_save_compiler_FLAGS" +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__funit_at_a_time" >&5 +! printf "%s\n" "$gl_cv_warn_c__funit_at_a_time" >&6; } +! if test "x$gl_cv_warn_c__funit_at_a_time" = xyes +! then : + as_fn_append WARN_CFLAGS " -funit-at-a-time" + fi + + + + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-format-nonliteral" >&5 +! printf %s "checking whether C compiler handles -Wno-format-nonliteral... " >&6; } +! if test ${gl_cv_warn_c__Wno_format_nonliteral+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + gl_save_compiler_FLAGS="$CFLAGS" + as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wformat-nonliteral" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_link "$LINENO" +! then : + gl_cv_warn_c__Wno_format_nonliteral=yes +! else case e in #( +! e) gl_cv_warn_c__Wno_format_nonliteral=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + CFLAGS="$gl_save_compiler_FLAGS" +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_format_nonliteral" >&5 +! printf "%s\n" "$gl_cv_warn_c__Wno_format_nonliteral" >&6; } +! if test "x$gl_cv_warn_c__Wno_format_nonliteral" = xyes +! then : + as_fn_append WARN_CFLAGS " -Wno-format-nonliteral" + fi + +*************** +*** 26924,26936 **** + + + +! $as_echo "#define lint 1" >>confdefs.h + + +! $as_echo "#define _FORTIFY_SOURCE 2" >>confdefs.h + + +! $as_echo "#define GNULIB_PORTCHECK 1" >>confdefs.h + + + # We use a slightly smaller set of warning options for lib/. +--- 28208,28220 ---- + + + +! printf "%s\n" "#define lint 1" >>confdefs.h + + +! printf "%s\n" "#define _FORTIFY_SOURCE 2" >>confdefs.h + + +! printf "%s\n" "#define GNULIB_PORTCHECK 1" >>confdefs.h + + + # We use a slightly smaller set of warning options for lib/. +*************** +*** 26979,27025 **** + fi + + ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default" +! if test "x$ac_cv_type_mode_t" = xyes; then : +! +! else +! +! cat >>confdefs.h <<_ACEOF +! #define mode_t int +! _ACEOF + + fi + + ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default" +! if test "x$ac_cv_type_off_t" = xyes; then : +! +! else +! +! cat >>confdefs.h <<_ACEOF +! #define off_t long int +! _ACEOF + + fi + + + +! for ac_header in stdint.h +! do : +! ac_fn_c_check_header_mongrel "$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default" +! if test "x$ac_cv_header_stdint_h" = xyes; then : +! cat >>confdefs.h <<_ACEOF +! #define HAVE_STDINT_H 1 +! _ACEOF + + fi + +! done +! +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SIZE_MAX" >&5 +! $as_echo_n "checking for SIZE_MAX... " >&6; } +! if ${gl_cv_size_max+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! + gl_cv_size_max= + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +--- 28263,28305 ---- + fi + + ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default" +! if test "x$ac_cv_type_mode_t" = xyes +! then : + ++ else case e in #( ++ e) ++ printf "%s\n" "#define mode_t int" >>confdefs.h ++ ;; ++ esac + fi + + ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default" +! if test "x$ac_cv_type_off_t" = xyes +! then : + ++ else case e in #( ++ e) ++ printf "%s\n" "#define off_t long int" >>confdefs.h ++ ;; ++ esac + fi + + + +! ac_fn_c_check_header_compile "$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default" +! if test "x$ac_cv_header_stdint_h" = xyes +! then : +! printf "%s\n" "#define HAVE_STDINT_H 1" >>confdefs.h + + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for SIZE_MAX" >&5 +! printf %s "checking for SIZE_MAX... " >&6; } +! if test ${gl_cv_size_max+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) + gl_cv_size_max= + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +*************** +*** 27034,27056 **** + + _ACEOF + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP "Found it" >/dev/null 2>&1; then : + gl_cv_size_max=yes + fi +! rm -f conftest* + + if test -z "$gl_cv_size_max"; then + if ac_fn_c_compute_int "$LINENO" "sizeof (size_t) * CHAR_BIT - 1" "size_t_bits_minus_1" "#include +! #include "; then : + +! else +! size_t_bits_minus_1= + fi + +! if ac_fn_c_compute_int "$LINENO" "sizeof (size_t) <= sizeof (unsigned int)" "fits_in_uint" "#include "; then : + +! else +! fits_in_uint= + fi + + if test -n "$size_t_bits_minus_1" && test -n "$fits_in_uint"; then +--- 28314,28341 ---- + + _ACEOF + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +! $EGREP_TRADITIONAL "Found it" >/dev/null 2>&1 +! then : + gl_cv_size_max=yes + fi +! rm -rf conftest* + + if test -z "$gl_cv_size_max"; then + if ac_fn_c_compute_int "$LINENO" "sizeof (size_t) * CHAR_BIT - 1" "size_t_bits_minus_1" "#include +! #include " +! then : + +! else case e in #( +! e) size_t_bits_minus_1= ;; +! esac + fi + +! if ac_fn_c_compute_int "$LINENO" "sizeof (size_t) <= sizeof (unsigned int)" "fits_in_uint" "#include " +! then : + +! else case e in #( +! e) fits_in_uint= ;; +! esac + fi + + if test -n "$size_t_bits_minus_1" && test -n "$fits_in_uint"; then +*************** +*** 27062,27078 **** + extern unsigned long foo; + + int +! main () + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO"; then : + fits_in_uint=0 + fi +! rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + if test $fits_in_uint = 1; then + gl_cv_size_max="(((1U << $size_t_bits_minus_1) - 1) * 2 + 1)" +--- 28347,28364 ---- + extern unsigned long foo; + + int +! main (void) + { + + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_compile "$LINENO" +! then : + fits_in_uint=0 + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + fi + if test $fits_in_uint = 1; then + gl_cv_size_max="(((1U << $size_t_bits_minus_1) - 1) * 2 + 1)" +*************** +*** 27083,27107 **** + gl_cv_size_max='((size_t)~(size_t)0)' + fi + fi +! + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_size_max" >&5 +! $as_echo "$gl_cv_size_max" >&6; } + if test "$gl_cv_size_max" != yes; then + +! cat >>confdefs.h <<_ACEOF +! #define SIZE_MAX $gl_cv_size_max +! _ACEOF + + fi + + + + # Check whether --enable-xattr was given. +! if test "${enable_xattr+set}" = set; then : + enableval=$enable_xattr; use_xattr=$enableval +! else +! use_xattr=yes + fi + + +--- 28369,28394 ---- + gl_cv_size_max='((size_t)~(size_t)0)' + fi + fi +! ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_size_max" >&5 +! printf "%s\n" "$gl_cv_size_max" >&6; } + if test "$gl_cv_size_max" != yes; then + +! printf "%s\n" "#define SIZE_MAX $gl_cv_size_max" >>confdefs.h + + fi + + + + # Check whether --enable-xattr was given. +! if test ${enable_xattr+y} +! then : + enableval=$enable_xattr; use_xattr=$enableval +! else case e in #( +! e) use_xattr=yes ;; +! esac + fi + + +*************** +*** 27109,27199 **** + + + if test "$use_xattr" = "yes"; then +! for ac_header in attr/error_context.h attr/libattr.h +! do : +! as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +! ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" +! if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : +! cat >>confdefs.h <<_ACEOF +! #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 +! _ACEOF + + fi + +! done + + use_xattr=no + if test $ac_cv_header_attr_libattr_h = yes \ + && test $ac_cv_header_attr_error_context_h = yes; then + xattr_saved_LIBS=$LIBS +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing attr_copy_file" >&5 +! $as_echo_n "checking for library containing attr_copy_file... " >&6; } +! if ${ac_cv_search_attr_copy_file+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! ac_func_search_save_LIBS=$LIBS + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + /* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC +! builtin and then its argument prototype would still apply. */ + #ifdef __cplusplus + extern "C" + #endif +! char attr_copy_file (); + int +! main () + { + return attr_copy_file (); + ; + return 0; + } + _ACEOF +! for ac_lib in '' attr; do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + fi +! if ac_fn_c_try_link "$LINENO"; then : + ac_cv_search_attr_copy_file=$ac_res + fi +! rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext +! if ${ac_cv_search_attr_copy_file+:} false; then : + break + fi + done +! if ${ac_cv_search_attr_copy_file+:} false; then : + +! else +! ac_cv_search_attr_copy_file=no + fi + rm conftest.$ac_ext +! LIBS=$ac_func_search_save_LIBS + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_attr_copy_file" >&5 +! $as_echo "$ac_cv_search_attr_copy_file" >&6; } + ac_res=$ac_cv_search_attr_copy_file +! if test "$ac_res" != no; then : + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + test "$ac_cv_search_attr_copy_file" = "none required" || + LIB_XATTR=$ac_cv_search_attr_copy_file + fi + +! for ac_func in attr_copy_file attr_copy_action +! do : +! as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +! ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" +! if eval test \"x\$"$as_ac_var"\" = x"yes"; then : +! cat >>confdefs.h <<_ACEOF +! #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 +! _ACEOF + + fi +- done + + LIBS=$xattr_saved_LIBS + if test $ac_cv_func_attr_copy_file = yes \ +--- 28396,28498 ---- + + + if test "$use_xattr" = "yes"; then +! ac_fn_c_check_header_compile "$LINENO" "attr/error_context.h" "ac_cv_header_attr_error_context_h" "$ac_includes_default" +! if test "x$ac_cv_header_attr_error_context_h" = xyes +! then : +! printf "%s\n" "#define HAVE_ATTR_ERROR_CONTEXT_H 1" >>confdefs.h + + fi ++ ac_fn_c_check_header_compile "$LINENO" "attr/libattr.h" "ac_cv_header_attr_libattr_h" "$ac_includes_default" ++ if test "x$ac_cv_header_attr_libattr_h" = xyes ++ then : ++ printf "%s\n" "#define HAVE_ATTR_LIBATTR_H 1" >>confdefs.h + +! fi + + use_xattr=no + if test $ac_cv_header_attr_libattr_h = yes \ + && test $ac_cv_header_attr_error_context_h = yes; then + xattr_saved_LIBS=$LIBS +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing attr_copy_file" >&5 +! printf %s "checking for library containing attr_copy_file... " >&6; } +! if test ${ac_cv_search_attr_copy_file+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) ac_func_search_save_LIBS=$LIBS + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + + /* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC +! builtin and then its argument prototype would still apply. +! The 'extern "C"' is for builds by C++ compilers; +! although this is not generally supported in C code supporting it here +! has little cost and some practical benefit (sr 110532). */ + #ifdef __cplusplus + extern "C" + #endif +! char attr_copy_file (void); + int +! main (void) + { + return attr_copy_file (); + ; + return 0; + } + _ACEOF +! for ac_lib in '' attr +! do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + fi +! if ac_fn_c_try_link "$LINENO" +! then : + ac_cv_search_attr_copy_file=$ac_res + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext +! if test ${ac_cv_search_attr_copy_file+y} +! then : + break + fi + done +! if test ${ac_cv_search_attr_copy_file+y} +! then : + +! else case e in #( +! e) ac_cv_search_attr_copy_file=no ;; +! esac + fi + rm conftest.$ac_ext +! LIBS=$ac_func_search_save_LIBS ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_attr_copy_file" >&5 +! printf "%s\n" "$ac_cv_search_attr_copy_file" >&6; } + ac_res=$ac_cv_search_attr_copy_file +! if test "$ac_res" != no +! then : + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + test "$ac_cv_search_attr_copy_file" = "none required" || + LIB_XATTR=$ac_cv_search_attr_copy_file + fi + +! ac_fn_c_check_func "$LINENO" "attr_copy_file" "ac_cv_func_attr_copy_file" +! if test "x$ac_cv_func_attr_copy_file" = xyes +! then : +! printf "%s\n" "#define HAVE_ATTR_COPY_FILE 1" >>confdefs.h +! +! fi +! ac_fn_c_check_func "$LINENO" "attr_copy_action" "ac_cv_func_attr_copy_action" +! if test "x$ac_cv_func_attr_copy_action" = xyes +! then : +! printf "%s\n" "#define HAVE_ATTR_COPY_ACTION 1" >>confdefs.h + + fi + + LIBS=$xattr_saved_LIBS + if test $ac_cv_func_attr_copy_file = yes \ +*************** +*** 27202,27211 **** + fi + fi + if test $use_xattr = no; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libattr development library was not found or not usable." >&5 +! $as_echo "$as_me: WARNING: libattr development library was not found or not usable." >&2;} +! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GNU patch will be built without xattr support." >&5 +! $as_echo "$as_me: WARNING: GNU patch will be built without xattr support." >&2;} + fi + fi + +--- 28501,28510 ---- + fi + fi + if test $use_xattr = no; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: libattr development library was not found or not usable." >&5 +! printf "%s\n" "$as_me: WARNING: libattr development library was not found or not usable." >&2;} +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: GNU patch will be built without xattr support." >&5 +! printf "%s\n" "$as_me: WARNING: GNU patch will be built without xattr support." >&2;} + fi + fi + +*************** +*** 27215,27251 **** + + + +! for ac_func in geteuid getuid raise sigaction sigprocmask sigsetmask +! do : +! as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +! ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" +! if eval test \"x\$"$as_ac_var"\" = x"yes"; then : +! cat >>confdefs.h <<_ACEOF +! #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 +! _ACEOF + + fi +! done + +! for ac_header in fcntl.h unistd.h +! do : +! as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +! ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" +! if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : +! cat >>confdefs.h <<_ACEOF +! #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 +! _ACEOF + + fi + +! done + +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DOS-style setmode" >&5 +! $as_echo_n "checking for DOS-style setmode... " >&6; } +! if ${ac_cv_func_setmode_dos+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + #if HAVE_FCNTL_H +--- 28514,28576 ---- + + + +! ac_fn_c_check_func "$LINENO" "geteuid" "ac_cv_func_geteuid" +! if test "x$ac_cv_func_geteuid" = xyes +! then : +! printf "%s\n" "#define HAVE_GETEUID 1" >>confdefs.h + + fi +! ac_fn_c_check_func "$LINENO" "getuid" "ac_cv_func_getuid" +! if test "x$ac_cv_func_getuid" = xyes +! then : +! printf "%s\n" "#define HAVE_GETUID 1" >>confdefs.h + +! fi +! ac_fn_c_check_func "$LINENO" "raise" "ac_cv_func_raise" +! if test "x$ac_cv_func_raise" = xyes +! then : +! printf "%s\n" "#define HAVE_RAISE 1" >>confdefs.h + + fi ++ ac_fn_c_check_func "$LINENO" "sigaction" "ac_cv_func_sigaction" ++ if test "x$ac_cv_func_sigaction" = xyes ++ then : ++ printf "%s\n" "#define HAVE_SIGACTION 1" >>confdefs.h + +! fi +! ac_fn_c_check_func "$LINENO" "sigprocmask" "ac_cv_func_sigprocmask" +! if test "x$ac_cv_func_sigprocmask" = xyes +! then : +! printf "%s\n" "#define HAVE_SIGPROCMASK 1" >>confdefs.h + +! fi +! ac_fn_c_check_func "$LINENO" "sigsetmask" "ac_cv_func_sigsetmask" +! if test "x$ac_cv_func_sigsetmask" = xyes +! then : +! printf "%s\n" "#define HAVE_SIGSETMASK 1" >>confdefs.h +! +! fi +! +! ac_fn_c_check_header_compile "$LINENO" "fcntl.h" "ac_cv_header_fcntl_h" "$ac_includes_default" +! if test "x$ac_cv_header_fcntl_h" = xyes +! then : +! printf "%s\n" "#define HAVE_FCNTL_H 1" >>confdefs.h +! +! fi +! ac_fn_c_check_header_compile "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default" +! if test "x$ac_cv_header_unistd_h" = xyes +! then : +! printf "%s\n" "#define HAVE_UNISTD_H 1" >>confdefs.h +! +! fi +! +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for DOS-style setmode" >&5 +! printf %s "checking for DOS-style setmode... " >&6; } +! if test ${ac_cv_func_setmode_dos+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + #include + #if HAVE_FCNTL_H +*************** +*** 27255,27291 **** + # include + #endif + int +! main () + { + int ret = setmode && setmode (1, O_BINARY); + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_link "$LINENO"; then : + ac_cv_func_setmode_dos=yes +! else +! ac_cv_func_setmode_dos=no + fi +! rm -f core conftest.err conftest.$ac_objext \ +! conftest$ac_exeext conftest.$ac_ext + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_setmode_dos" >&5 +! $as_echo "$ac_cv_func_setmode_dos" >&6; } + if test $ac_cv_func_setmode_dos = yes; then + +! $as_echo "#define HAVE_SETMODE_DOS 1" >>confdefs.h + + fi + + # Extract the first word of "ed", so it can be a program name with args. + set dummy ed; ac_word=$2 +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +! $as_echo_n "checking for $ac_word... " >&6; } +! if ${ac_cv_path_ED+:} false; then : +! $as_echo_n "(cached) " >&6 +! else +! case $ED in + [\\/]* | ?:[\\/]*) + ac_cv_path_ED="$ED" # Let the user override the test with a path. + ;; +--- 28580,28620 ---- + # include + #endif + int +! main (void) + { + int ret = setmode && setmode (1, O_BINARY); + ; + return 0; + } + _ACEOF +! if ac_fn_c_try_link "$LINENO" +! then : + ac_cv_func_setmode_dos=yes +! else case e in #( +! e) ac_cv_func_setmode_dos=no ;; +! esac + fi +! rm -f core conftest.err conftest.$ac_objext conftest.beam \ +! conftest$ac_exeext conftest.$ac_ext ;; +! esac + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_setmode_dos" >&5 +! printf "%s\n" "$ac_cv_func_setmode_dos" >&6; } + if test $ac_cv_func_setmode_dos = yes; then + +! printf "%s\n" "#define HAVE_SETMODE_DOS 1" >>confdefs.h + + fi + + # Extract the first word of "ed", so it can be a program name with args. + set dummy ed; ac_word=$2 +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +! printf %s "checking for $ac_word... " >&6; } +! if test ${ac_cv_path_ED+y} +! then : +! printf %s "(cached) " >&6 +! else case e in #( +! e) case $ED in + [\\/]* | ?:[\\/]*) + ac_cv_path_ED="$ED" # Let the user override the test with a path. + ;; +*************** +*** 27294,27304 **** + for as_dir in $PATH + do + IFS=$as_save_IFS +! test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do +! if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then +! ac_cv_path_ED="$as_dir/$ac_word$ac_exec_ext" +! $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +--- 28623,28637 ---- + for as_dir in $PATH + do + IFS=$as_save_IFS +! case $as_dir in #((( +! '') as_dir=./ ;; +! */) ;; +! *) as_dir=$as_dir/ ;; +! esac + for ac_exec_ext in '' $ac_executable_extensions; do +! if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then +! ac_cv_path_ED="$as_dir$ac_word$ac_exec_ext" +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +*************** +*** 27307,27328 **** + + test -z "$ac_cv_path_ED" && ac_cv_path_ED="ed" + ;; + esac + fi + ED=$ac_cv_path_ED + if test -n "$ED"; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ED" >&5 +! $as_echo "$ED" >&6; } + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! $as_echo "no" >&6; } + fi + + + +! cat >>confdefs.h <<_ACEOF +! #define EDITOR_PROGRAM "$ED" +! _ACEOF + + + ac_config_files="$ac_config_files Makefile lib/Makefile src/Makefile tests/Makefile" +--- 28640,28660 ---- + + test -z "$ac_cv_path_ED" && ac_cv_path_ED="ed" + ;; ++ esac ;; + esac + fi + ED=$ac_cv_path_ED + if test -n "$ED"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ED" >&5 +! printf "%s\n" "$ED" >&6; } + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +! printf "%s\n" "no" >&6; } + fi + + + +! printf "%s\n" "#define EDITOR_PROGRAM \"$ED\"" >>confdefs.h + + + ac_config_files="$ac_config_files Makefile lib/Makefile src/Makefile tests/Makefile" +*************** +*** 27337,27344 **** + # config.status only pays attention to the cache file if you give it + # the --recheck option to rerun configure. + # +! # `ac_cv_env_foo' variables (set or unset) will be overridden when +! # loading this file, other *unset* `ac_cv_foo' will be assigned the + # following values. + + _ACEOF +--- 28669,28676 ---- + # config.status only pays attention to the cache file if you give it + # the --recheck option to rerun configure. + # +! # 'ac_cv_env_foo' variables (set or unset) will be overridden when +! # loading this file, other *unset* 'ac_cv_foo' will be assigned the + # following values. + + _ACEOF +*************** +*** 27354,27361 **** + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( +! *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +! $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( +--- 28686,28693 ---- + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( +! *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +! printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( +*************** +*** 27368,27381 **** + (set) 2>&1 | + 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 "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | +--- 28700,28713 ---- + (set) 2>&1 | + 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 "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | +*************** +*** 27385,27399 **** + /^ac_cv_env_/b end + t clear + :clear +! s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ + t end + s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ + :end' >>confcache + if diff "$cache_file" confcache >/dev/null 2>&1; then :; else + if test -w "$cache_file"; then + if test "x$cache_file" != "x/dev/null"; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 +! $as_echo "$as_me: updating cache $cache_file" >&6;} + if test ! -f "$cache_file" || test -h "$cache_file"; then + cat confcache >"$cache_file" + else +--- 28717,28731 ---- + /^ac_cv_env_/b end + t clear + :clear +! s/^\([^=]*\)=\(.*[{}].*\)$/test ${\1+y} || &/ + t end + s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ + :end' >>confcache + if diff "$cache_file" confcache >/dev/null 2>&1; then :; else + if test -w "$cache_file"; then + if test "x$cache_file" != "x/dev/null"; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 +! printf "%s\n" "$as_me: updating cache $cache_file" >&6;} + if test ! -f "$cache_file" || test -h "$cache_file"; then + cat confcache >"$cache_file" + else +*************** +*** 27407,27414 **** + fi + fi + else +! { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 +! $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} + fi + fi + rm -f confcache +--- 28739,28746 ---- + fi + fi + else +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 +! printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;} + fi + fi + rm -f confcache +*************** +*** 27425,27431 **** + for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue + # 1. Remove the extension, and $U if already installed. + ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' +! ac_i=`$as_echo "$ac_i" | sed "$ac_script"` + # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR + # will be set to the directory where LIBOBJS objects are built. + as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" +--- 28757,28763 ---- + for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue + # 1. Remove the extension, and $U if already installed. + ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' +! ac_i=`printf "%s\n" "$ac_i" | sed "$ac_script"` + # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR + # will be set to the directory where LIBOBJS objects are built. + as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" +*************** +*** 27444,27457 **** + as_fn_error $? "conditional \"ALPHA_VERSION\" was never defined. + Usually this means the macro was only invoked conditionally." "$LINENO" 5 + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 +! $as_echo_n "checking that generated files are newer than configure... " >&6; } + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi +! { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5 +! $as_echo "done" >&6; } + if test -n "$EXEEXT"; then + am__EXEEXT_TRUE= + am__EXEEXT_FALSE='#' +--- 28776,28801 ---- + as_fn_error $? "conditional \"ALPHA_VERSION\" was never defined. + Usually this means the macro was only invoked conditionally." "$LINENO" 5 + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 +! printf %s "checking that generated files are newer than configure... " >&6; } + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: done" >&5 +! printf "%s\n" "done" >&6; } +! case $enable_silent_rules in # ((( +! yes) AM_DEFAULT_VERBOSITY=0;; +! no) AM_DEFAULT_VERBOSITY=1;; +! esac +! if test $am_cv_make_support_nested_variables = yes; then +! AM_V='$(V)' +! AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +! else +! AM_V=$AM_DEFAULT_VERBOSITY +! AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +! fi +! + if test -n "$EXEEXT"; then + am__EXEEXT_TRUE= + am__EXEEXT_FALSE='#' +*************** +*** 27468,27473 **** +--- 28812,28823 ---- + as_fn_error $? "conditional \"am__fastdepCC\" was never defined. + Usually this means the macro was only invoked conditionally." "$LINENO" 5 + fi ++ # Check whether --enable-year2038 was given. ++ if test ${enable_year2038+y} ++ then : ++ enableval=$enable_year2038; ++ fi ++ + if test -z "${GL_COND_LIBTOOL_TRUE}" && test -z "${GL_COND_LIBTOOL_FALSE}"; then + as_fn_error $? "conditional \"GL_COND_LIBTOOL\" was never defined. + Usually this means the macro was only invoked conditionally." "$LINENO" 5 +*************** +*** 27556,27563 **** + ac_write_fail=0 + ac_clean_files_save=$ac_clean_files + ac_clean_files="$ac_clean_files $CONFIG_STATUS" +! { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 +! $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} + as_write_fail=0 + cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 + #! $SHELL +--- 28906,28913 ---- + ac_write_fail=0 + ac_clean_files_save=$ac_clean_files + ac_clean_files="$ac_clean_files $CONFIG_STATUS" +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 +! printf "%s\n" "$as_me: creating $CONFIG_STATUS" >&6;} + as_write_fail=0 + cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 + #! $SHELL +*************** +*** 27580,27642 **** + + # Be more Bourne compatible + DUALCASE=1; export DUALCASE # for MKS sh +! if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +! else +! case `(set -o) 2>/dev/null` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; + esac + fi + + + as_nl=' + ' + export as_nl +! # Printing a long string crashes Solaris 7 /usr/bin/printf. +! as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +! as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +! as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +! # Prefer a ksh shell builtin over an external printf program on Solaris, +! # but without wasting forks for bash or zsh. +! if test -z "$BASH_VERSION$ZSH_VERSION" \ +! && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then +! as_echo='print -r --' +! as_echo_n='print -rn --' +! elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then +! as_echo='printf %s\n' +! as_echo_n='printf %s' +! else +! if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then +! as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' +! as_echo_n='/usr/ucb/echo -n' +! else +! as_echo_body='eval expr "X$1" : "X\\(.*\\)"' +! as_echo_n_body='eval +! arg=$1; +! case $arg in #( +! *"$as_nl"*) +! expr "X$arg" : "X\\(.*\\)$as_nl"; +! arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; +! esac; +! expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" +! ' +! export as_echo_n_body +! as_echo_n='sh -c $as_echo_n_body as_echo' +! fi +! export as_echo_body +! as_echo='sh -c $as_echo_body as_echo' +! fi + + # The user is always right. +! if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || +--- 28930,28994 ---- + + # Be more Bourne compatible + DUALCASE=1; export DUALCASE # for MKS sh +! if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 +! then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +! else case e in #( +! e) case `(set -o) 2>/dev/null` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; ++ esac ;; + esac + fi + + ++ ++ # Reset variables that may have inherited troublesome values from ++ # the environment. ++ ++ # IFS needs to be set, to space, tab, and newline, in precisely that order. ++ # (If _AS_PATH_WALK were called with IFS unset, it would have the ++ # side effect of setting IFS to empty, thus disabling word splitting.) ++ # Quoting is to prevent editors from complaining about space-tab. + as_nl=' + ' + export as_nl +! IFS=" "" $as_nl" +! +! PS1='$ ' +! PS2='> ' +! PS4='+ ' +! +! # Ensure predictable behavior from utilities with locale-dependent output. +! LC_ALL=C +! export LC_ALL +! LANGUAGE=C +! export LANGUAGE +! +! # We cannot yet rely on "unset" to work, but we need these variables +! # to be unset--not just set to an empty or harmless value--now, to +! # avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct +! # also avoids known problems related to "unset" and subshell syntax +! # in other old shells (e.g. bash 2.01 and pdksh 5.2.14). +! for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH +! do eval test \${$as_var+y} \ +! && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +! done +! +! # Ensure that fds 0, 1, and 2 are open. +! if (exec 3>&0) 2>/dev/null; then :; else exec 0&1) 2>/dev/null; then :; else exec 1>/dev/null; fi +! if (exec 3>&2) ; then :; else exec 2>/dev/null; fi + + # The user is always right. +! if ${PATH_SEPARATOR+false} :; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || +*************** +*** 27645,27657 **** + fi + + +- # IFS +- # We need space, tab and new line, in precisely that order. Quoting is +- # there to prevent editors from complaining about space-tab. +- # (If _AS_PATH_WALK were called with IFS unset, it would disable word +- # splitting by setting IFS to empty value.) +- IFS=" "" $as_nl" +- + # Find who we are. Look in the path if we contain no directory separator. + as_myself= + case $0 in #(( +--- 28997,29002 ---- +*************** +*** 27660,27702 **** + for as_dir in $PATH + do + IFS=$as_save_IFS +! test -z "$as_dir" && as_dir=. +! test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break + done + IFS=$as_save_IFS + + ;; + esac +! # We did not find ourselves, most probably we were run as `sh COMMAND' + # in which case we are not to be found in the path. + if test "x$as_myself" = x; then + as_myself=$0 + fi + if test ! -f "$as_myself"; then +! $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 + fi + +- # Unset variables that we do not need and which cause bugs (e.g. in +- # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" +- # suppresses any "Segmentation fault" message there. '((' could +- # trigger a bug in pdksh 5.2.14. +- for as_var in BASH_ENV ENV MAIL MAILPATH +- do eval test x\${$as_var+set} = xset \ +- && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +- done +- PS1='$ ' +- PS2='> ' +- PS4='+ ' +- +- # NLS nuisances. +- LC_ALL=C +- export LC_ALL +- LANGUAGE=C +- export LANGUAGE +- +- # CDPATH. +- (unset CDPATH) >/dev/null 2>&1 && unset CDPATH + + + # as_fn_error STATUS ERROR [LINENO LOG_FD] +--- 29005,29031 ---- + for as_dir in $PATH + do + IFS=$as_save_IFS +! case $as_dir in #((( +! '') as_dir=./ ;; +! */) ;; +! *) as_dir=$as_dir/ ;; +! esac +! test -r "$as_dir$0" && as_myself=$as_dir$0 && break + done + IFS=$as_save_IFS + + ;; + esac +! # We did not find ourselves, most probably we were run as 'sh COMMAND' + # in which case we are not to be found in the path. + if test "x$as_myself" = x; then + as_myself=$0 + fi + if test ! -f "$as_myself"; then +! printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 + fi + + + + # as_fn_error STATUS ERROR [LINENO LOG_FD] +*************** +*** 27709,27717 **** + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack +! $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi +! $as_echo "$as_me: error: $2" >&2 + as_fn_exit $as_status + } # as_fn_error + +--- 29038,29046 ---- + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack +! printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi +! printf "%s\n" "$as_me: error: $2" >&2 + as_fn_exit $as_status + } # as_fn_error + +*************** +*** 27742,27763 **** + { eval $1=; unset $1;} + } + as_unset=as_fn_unset + # as_fn_append VAR VALUE + # ---------------------- + # Append the text in VALUE to the end of the definition contained in VAR. Take + # advantage of any shell optimizations that allow amortized linear growth over + # repeated appends, instead of the typical quadratic growth present in naive + # implementations. +! if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +! else +! as_fn_append () + { + eval $1=\$$1\$2 +! } + fi # as_fn_append + + # as_fn_arith ARG... +--- 29071,29095 ---- + { eval $1=; unset $1;} + } + as_unset=as_fn_unset ++ + # as_fn_append VAR VALUE + # ---------------------- + # Append the text in VALUE to the end of the definition contained in VAR. Take + # advantage of any shell optimizations that allow amortized linear growth over + # repeated appends, instead of the typical quadratic growth present in naive + # implementations. +! if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null +! then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +! else case e in #( +! e) as_fn_append () + { + eval $1=\$$1\$2 +! } ;; +! esac + fi # as_fn_append + + # as_fn_arith ARG... +*************** +*** 27765,27780 **** + # Perform arithmetic evaluation on the ARGs, and store the result in the + # global $as_val. Take advantage of shells that can avoid forks. The arguments + # must be portable across $(()) and expr. +! if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +! else +! as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` +! } + fi # as_fn_arith + + +--- 29097,29114 ---- + # Perform arithmetic evaluation on the ARGs, and store the result in the + # global $as_val. Take advantage of shells that can avoid forks. The arguments + # must be portable across $(()) and expr. +! if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null +! then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +! else case e in #( +! e) as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` +! } ;; +! esac + fi # as_fn_arith + + +*************** +*** 27801,27807 **** + $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +! $as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q +--- 29135,29141 ---- + $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +! printf "%s\n" X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q +*************** +*** 27823,27828 **** +--- 29157,29166 ---- + as_cr_digits='0123456789' + as_cr_alnum=$as_cr_Letters$as_cr_digits + ++ ++ # Determine whether it's possible to make 'echo' print without a newline. ++ # These variables are no longer used directly by Autoconf, but are AC_SUBSTed ++ # for compatibility with existing Makefiles. + ECHO_C= ECHO_N= ECHO_T= + case `echo -n x` in #((((( + -n*) +*************** +*** 27836,27841 **** +--- 29174,29185 ---- + ECHO_N='-n';; + esac + ++ # For backward compatibility with old third-party macros, we provide ++ # the shell variables $as_echo and $as_echo_n. New code should use ++ # AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively. ++ as_echo='printf %s\n' ++ as_echo_n='printf %s' ++ + rm -f conf$$ conf$$.exe conf$$.file + if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +*************** +*** 27847,27855 **** + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: +! # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. +! # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. +! # In both cases, we have to default to `cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then +--- 29191,29199 ---- + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: +! # 1) On MSYS, both 'ln -s file dir' and 'ln file dir' fail. +! # 2) DJGPP < 2.04 has no symlinks; 'ln -s' creates a wrapper executable. +! # In both cases, we have to default to 'cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then +*************** +*** 27877,27883 **** + as_dirs= + while :; do + case $as_dir in #( +! *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" +--- 29221,29227 ---- + as_dirs= + while :; do + case $as_dir in #( +! *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" +*************** +*** 27886,27892 **** + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +! $as_echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q +--- 29230,29236 ---- + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +! printf "%s\n" X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q +*************** +*** 27930,27939 **** + as_executable_p=as_fn_executable_p + + # Sed expression to map a string onto a valid CPP name. +! as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + + # Sed expression to map a string onto a valid variable name. +! as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + + exec 6>&1 +--- 29274,29285 ---- + as_executable_p=as_fn_executable_p + + # Sed expression to map a string onto a valid CPP name. +! as_sed_cpp="y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g" +! as_tr_cpp="eval sed '$as_sed_cpp'" # deprecated + + # Sed expression to map a string onto a valid variable name. +! as_sed_sh="y%*+%pp%;s%[^_$as_cr_alnum]%_%g" +! as_tr_sh="eval sed '$as_sed_sh'" # deprecated + + + exec 6>&1 +*************** +*** 27949,27955 **** + # values after options handling. + ac_log=" + This file was extended by GNU patch $as_me 2.7.6, which was +! generated by GNU Autoconf 2.69. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS +--- 29295,29301 ---- + # values after options handling. + ac_log=" + This file was extended by GNU patch $as_me 2.7.6, which was +! generated by GNU Autoconf 2.72. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS +*************** +*** 27982,27988 **** + + cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + ac_cs_usage="\ +! \`$as_me' instantiates files and other configuration actions + from templates according to the current configuration. Unless the files + and actions are specified as TAGs, all are instantiated by default. + +--- 29328,29334 ---- + + cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + ac_cs_usage="\ +! '$as_me' instantiates files and other configuration actions + from templates according to the current configuration. Unless the files + and actions are specified as TAGs, all are instantiated by default. + +*************** +*** 28013,28030 **** + $config_commands + + Report bugs to . +! GNU patch home page: . +! General help using GNU software: ." + + _ACEOF + cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +! ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" + ac_cs_version="\\ + GNU patch config.status 2.7.6 +! configured by $0, generated by GNU Autoconf 2.69, + with options \\"\$ac_cs_config\\" + +! Copyright (C) 2012 Free Software Foundation, Inc. + This config.status script is free software; the Free Software Foundation + gives unlimited permission to copy, distribute and modify it." + +--- 29359,29378 ---- + $config_commands + + Report bugs to . +! GNU patch home page: . +! General help using GNU software: ." + + _ACEOF ++ ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"` ++ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"` + cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +! ac_cs_config='$ac_cs_config_escaped' + ac_cs_version="\\ + GNU patch config.status 2.7.6 +! configured by $0, generated by GNU Autoconf 2.72, + with options \\"\$ac_cs_config\\" + +! Copyright (C) 2023 Free Software Foundation, Inc. + This config.status script is free software; the Free Software Foundation + gives unlimited permission to copy, distribute and modify it." + +*************** +*** 28064,28078 **** + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) +! $as_echo "$ac_cs_version"; exit ;; + --config | --confi | --conf | --con | --co | --c ) +! $as_echo "$ac_cs_config"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + case $ac_optarg in +! *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + '') as_fn_error $? "missing file argument" ;; + esac + as_fn_append CONFIG_FILES " '$ac_optarg'" +--- 29412,29426 ---- + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) +! printf "%s\n" "$ac_cs_version"; exit ;; + --config | --confi | --conf | --con | --co | --c ) +! printf "%s\n" "$ac_cs_config"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + case $ac_optarg in +! *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + '') as_fn_error $? "missing file argument" ;; + esac + as_fn_append CONFIG_FILES " '$ac_optarg'" +*************** +*** 28080,28102 **** + --header | --heade | --head | --hea ) + $ac_shift + case $ac_optarg in +! *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append CONFIG_HEADERS " '$ac_optarg'" + ac_need_defaults=false;; + --he | --h) + # Conflict between --help and --header +! as_fn_error $? "ambiguous option: \`$1' +! Try \`$0 --help' for more information.";; + --help | --hel | -h ) +! $as_echo "$ac_cs_usage"; exit ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; + + # This is an error. +! -*) as_fn_error $? "unrecognized option: \`$1' +! Try \`$0 --help' for more information." ;; + + *) as_fn_append ac_config_targets " $1" + ac_need_defaults=false ;; +--- 29428,29450 ---- + --header | --heade | --head | --hea ) + $ac_shift + case $ac_optarg in +! *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append CONFIG_HEADERS " '$ac_optarg'" + ac_need_defaults=false;; + --he | --h) + # Conflict between --help and --header +! as_fn_error $? "ambiguous option: '$1' +! Try '$0 --help' for more information.";; + --help | --hel | -h ) +! printf "%s\n" "$ac_cs_usage"; exit ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; + + # This is an error. +! -*) as_fn_error $? "unrecognized option: '$1' +! Try '$0 --help' for more information." ;; + + *) as_fn_append ac_config_targets " $1" + ac_need_defaults=false ;; +*************** +*** 28117,28123 **** + if \$ac_cs_recheck; then + set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + shift +! \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 + CONFIG_SHELL='$SHELL' + export CONFIG_SHELL + exec "\$@" +--- 29465,29471 ---- + if \$ac_cs_recheck; then + set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + shift +! \printf "%s\n" "running CONFIG_SHELL=$SHELL \$*" >&6 + CONFIG_SHELL='$SHELL' + export CONFIG_SHELL + exec "\$@" +*************** +*** 28131,28137 **** + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX + ## Running $as_me. ## + _ASBOX +! $as_echo "$ac_log" + } >&5 + + _ACEOF +--- 29479,29485 ---- + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX + ## Running $as_me. ## + _ASBOX +! printf "%s\n" "$ac_log" + } >&5 + + _ACEOF +*************** +*** 28139,28145 **** + # + # INIT-COMMANDS + # +! AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" + GNUmakefile=$GNUmakefile + + _ACEOF +--- 29487,29493 ---- + # + # INIT-COMMANDS + # +! AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}" + GNUmakefile=$GNUmakefile + + _ACEOF +*************** +*** 28158,28164 **** + "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; + "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;; + +! *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; + esac + done + +--- 29506,29512 ---- + "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; + "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;; + +! *) as_fn_error $? "invalid argument: '$ac_config_target'" "$LINENO" 5;; + esac + done + +*************** +*** 28168,28177 **** + # We use the long form for the default assignment because of an extremely + # bizarre bug on SunOS 4.1.3. + if $ac_need_defaults; then +! test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files +! test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers +! test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links +! test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands + fi + + # Have a temporary directory for convenience. Make it in the build tree +--- 29516,29525 ---- + # We use the long form for the default assignment because of an extremely + # bizarre bug on SunOS 4.1.3. + if $ac_need_defaults; then +! test ${CONFIG_FILES+y} || CONFIG_FILES=$config_files +! test ${CONFIG_HEADERS+y} || CONFIG_HEADERS=$config_headers +! test ${CONFIG_LINKS+y} || CONFIG_LINKS=$config_links +! test ${CONFIG_COMMANDS+y} || CONFIG_COMMANDS=$config_commands + fi + + # Have a temporary directory for convenience. Make it in the build tree +*************** +*** 28179,28185 **** + # creating and moving files from /tmp can sometimes cause problems. + # Hook for its removal unless debugging. + # Note that there is a small window in which the directory will not be cleaned: +! # after its creation but before its name has been assigned to `$tmp'. + $debug || + { + tmp= ac_tmp= +--- 29527,29533 ---- + # creating and moving files from /tmp can sometimes cause problems. + # Hook for its removal unless debugging. + # Note that there is a small window in which the directory will not be cleaned: +! # after its creation but before its name has been assigned to '$tmp'. + $debug || + { + tmp= ac_tmp= +*************** +*** 28203,28209 **** + + # Set up the scripts for CONFIG_FILES section. + # No need to generate them if there are no CONFIG_FILES. +! # This happens for instance with `./config.status config.h'. + if test -n "$CONFIG_FILES"; then + + +--- 29551,29557 ---- + + # Set up the scripts for CONFIG_FILES section. + # No need to generate them if there are no CONFIG_FILES. +! # This happens for instance with './config.status config.h'. + if test -n "$CONFIG_FILES"; then + + +*************** +*** 28361,28373 **** + + # Set up the scripts for CONFIG_HEADERS section. + # No need to generate them if there are no CONFIG_HEADERS. +! # This happens for instance with `./config.status Makefile'. + if test -n "$CONFIG_HEADERS"; then + cat >"$ac_tmp/defines.awk" <<\_ACAWK || + BEGIN { + _ACEOF + +! # Transform confdefs.h into an awk script `defines.awk', embedded as + # here-document in config.status, that substitutes the proper values into + # config.h.in to produce config.h. + +--- 29709,29721 ---- + + # Set up the scripts for CONFIG_HEADERS section. + # No need to generate them if there are no CONFIG_HEADERS. +! # This happens for instance with './config.status Makefile'. + if test -n "$CONFIG_HEADERS"; then + cat >"$ac_tmp/defines.awk" <<\_ACAWK || + BEGIN { + _ACEOF + +! # Transform confdefs.h into an awk script 'defines.awk', embedded as + # here-document in config.status, that substitutes the proper values into + # config.h.in to produce config.h. + +*************** +*** 28477,28483 **** + esac + case $ac_mode$ac_tag in + :[FHL]*:*);; +! :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; + :[FH]-) ac_tag=-:-;; + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; + esac +--- 29825,29831 ---- + esac + case $ac_mode$ac_tag in + :[FHL]*:*);; +! :L* | :C*:*) as_fn_error $? "invalid tag '$ac_tag'" "$LINENO" 5;; + :[FH]-) ac_tag=-:-;; + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; + esac +*************** +*** 28499,28531 **** + -) ac_f="$ac_tmp/stdin";; + *) # Look for the file first in the build tree, then in the source tree + # (if the path is not absolute). The absolute path cannot be DOS-style, +! # because $ac_f cannot contain `:'. + test -f "$ac_f" || + case $ac_f in + [\\/$]*) false;; + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; + esac || +! as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; + esac +! case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac + as_fn_append ac_file_inputs " '$ac_f'" + done + +! # Let's still pretend it is `configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + configure_input='Generated from '` +! $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' + `' by configure.' + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" +! { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 +! $as_echo "$as_me: creating $ac_file" >&6;} + fi + # Neutralize special characters interpreted by sed in replacement strings. + case $configure_input in #( + *\&* | *\|* | *\\* ) +! ac_sed_conf_input=`$as_echo "$configure_input" | + sed 's/[\\\\&|]/\\\\&/g'`;; #( + *) ac_sed_conf_input=$configure_input;; + esac +--- 29847,29879 ---- + -) ac_f="$ac_tmp/stdin";; + *) # Look for the file first in the build tree, then in the source tree + # (if the path is not absolute). The absolute path cannot be DOS-style, +! # because $ac_f cannot contain ':'. + test -f "$ac_f" || + case $ac_f in + [\\/$]*) false;; + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; + esac || +! as_fn_error 1 "cannot find input file: '$ac_f'" "$LINENO" 5;; + esac +! case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac + as_fn_append ac_file_inputs " '$ac_f'" + done + +! # Let's still pretend it is 'configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + configure_input='Generated from '` +! printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' + `' by configure.' + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 +! printf "%s\n" "$as_me: creating $ac_file" >&6;} + fi + # Neutralize special characters interpreted by sed in replacement strings. + case $configure_input in #( + *\&* | *\|* | *\\* ) +! ac_sed_conf_input=`printf "%s\n" "$configure_input" | + sed 's/[\\\\&|]/\\\\&/g'`;; #( + *) ac_sed_conf_input=$configure_input;; + esac +*************** +*** 28542,28548 **** + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || +! $as_echo X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q +--- 29890,29896 ---- + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || +! printf "%s\n" X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q +*************** +*** 28566,28574 **** + case "$ac_dir" in + .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) +! ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. +! ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; +--- 29914,29922 ---- + case "$ac_dir" in + .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) +! ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. +! ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; +*************** +*** 28630,28637 **** + case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in + *datarootdir*) ac_datarootdir_seen=yes;; + *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) +! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +! $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} + _ACEOF + cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_datarootdir_hack=' +--- 29978,29985 ---- + case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in + *datarootdir*) ac_datarootdir_seen=yes;; + *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +! printf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} + _ACEOF + cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_datarootdir_hack=' +*************** +*** 28644,28650 **** + esac + _ACEOF + +! # Neutralize VPATH when `$srcdir' = `.'. + # Shell code in configure.ac might set extrasub. + # FIXME: do we really want to maintain this feature? + cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +--- 29992,29998 ---- + esac + _ACEOF + +! # Neutralize VPATH when '$srcdir' = '.'. + # Shell code in configure.ac might set extrasub. + # FIXME: do we really want to maintain this feature? + cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +*************** +*** 28675,28683 **** + { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ + "$ac_tmp/out"`; test -z "$ac_out"; } && +! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' + which seems to be undefined. Please make sure it is defined" >&5 +! $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' + which seems to be undefined. Please make sure it is defined" >&2;} + + rm -f "$ac_tmp/stdin" +--- 30023,30031 ---- + { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ + "$ac_tmp/out"`; test -z "$ac_out"; } && +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable 'datarootdir' + which seems to be undefined. Please make sure it is defined" >&5 +! printf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable 'datarootdir' + which seems to be undefined. Please make sure it is defined" >&2;} + + rm -f "$ac_tmp/stdin" +*************** +*** 28693,28712 **** + # + if test x"$ac_file" != x-; then + { +! $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" + } >"$ac_tmp/config.h" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 +! $as_echo "$as_me: $ac_file is unchanged" >&6;} + else + rm -f "$ac_file" + mv "$ac_tmp/config.h" "$ac_file" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + fi + else +! $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ + || as_fn_error $? "could not create -" "$LINENO" 5 + fi +--- 30041,30060 ---- + # + if test x"$ac_file" != x-; then + { +! printf "%s\n" "/* $configure_input */" >&1 \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" + } >"$ac_tmp/config.h" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 +! printf "%s\n" "$as_me: $ac_file is unchanged" >&6;} + else + rm -f "$ac_file" + mv "$ac_tmp/config.h" "$ac_file" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + fi + else +! printf "%s\n" "/* $configure_input */" >&1 \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ + || as_fn_error $? "could not create -" "$LINENO" 5 + fi +*************** +*** 28726,28732 **** + X"$_am_arg" : 'X\(//\)[^/]' \| \ + X"$_am_arg" : 'X\(//\)$' \| \ + X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || +! $as_echo X"$_am_arg" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q +--- 30074,30080 ---- + X"$_am_arg" : 'X\(//\)[^/]' \| \ + X"$_am_arg" : 'X\(//\)$' \| \ + X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || +! printf "%s\n" X"$_am_arg" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q +*************** +*** 28758,28765 **** + ac_source=$srcdir/$ac_source + fi + +! { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5 +! $as_echo "$as_me: linking $ac_source to $ac_file" >&6;} + + if test ! -r "$ac_source"; then + as_fn_error $? "$ac_source: file not found" "$LINENO" 5 +--- 30106,30113 ---- + ac_source=$srcdir/$ac_source + fi + +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5 +! printf "%s\n" "$as_me: linking $ac_source to $ac_file" >&6;} + + if test ! -r "$ac_source"; then + as_fn_error $? "$ac_source: file not found" "$LINENO" 5 +*************** +*** 28777,28784 **** + as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5 + fi + ;; +! :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 +! $as_echo "$as_me: executing $ac_file commands" >&6;} + ;; + esac + +--- 30125,30132 ---- + as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5 + fi + ;; +! :C) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 +! printf "%s\n" "$as_me: executing $ac_file commands" >&6;} + ;; + esac + +*************** +*** 28788,28816 **** + # Older Autoconf quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. +! case $CONFIG_FILES in +! *\'*) eval set x "$CONFIG_FILES" ;; +! *) set x $CONFIG_FILES ;; +! esac + shift +! for mf + do + # Strip MF so we end up with the name of the file. +! mf=`echo "$mf" | sed -e 's/:.*$//'` +! # Check whether this is an Automake generated Makefile or not. +! # We used to match only the files named 'Makefile.in', but +! # some people rename them; so instead we look at the file content. +! # Grep'ing the first line is not enough: some people post-process +! # each Makefile.in and add a new line on top of each file to say so. +! # Grep'ing the whole file is not good either: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. +! if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then +! dirpart=`$as_dirname -- "$mf" || +! $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ +! X"$mf" : 'X\(//\)[^/]' \| \ +! X"$mf" : 'X\(//\)$' \| \ +! X"$mf" : 'X\(/\)' \| . 2>/dev/null || +! $as_echo X"$mf" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q +--- 30136,30170 ---- + # Older Autoconf quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. +! # TODO: see whether this extra hack can be removed once we start +! # requiring Autoconf 2.70 or later. +! case $CONFIG_FILES in #( +! *\'*) : +! eval set x "$CONFIG_FILES" ;; #( +! *) : +! set x $CONFIG_FILES ;; #( +! *) : +! ;; +! esac + shift +! # Used to flag and report bootstrapping failures. +! am_rc=0 +! for am_mf + do + # Strip MF so we end up with the name of the file. +! am_mf=`printf "%s\n" "$am_mf" | sed -e 's/:.*$//'` +! # Check whether this is an Automake generated Makefile which includes +! # dependency-tracking related rules and includes. +! # Grep'ing the whole file directly is not great: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. +! sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ +! || continue +! am_dirpart=`$as_dirname -- "$am_mf" || +! $as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ +! X"$am_mf" : 'X\(//\)[^/]' \| \ +! X"$am_mf" : 'X\(//\)$' \| \ +! X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || +! printf "%s\n" X"$am_mf" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q +*************** +*** 28828,28880 **** + q + } + s/.*/./; q'` +! else +! continue +! fi +! # Extract the definition of DEPDIR, am__include, and am__quote +! # from the Makefile without running 'make'. +! DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` +! test -z "$DEPDIR" && continue +! am__include=`sed -n 's/^am__include = //p' < "$mf"` +! test -z "$am__include" && continue +! am__quote=`sed -n 's/^am__quote = //p' < "$mf"` +! # Find all dependency output files, they are included files with +! # $(DEPDIR) in their names. We invoke sed twice because it is the +! # simplest approach to changing $(DEPDIR) to its actual value in the +! # expansion. +! for file in `sed -n " +! s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ +! sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do +! # Make sure the directory exists. +! test -f "$dirpart/$file" && continue +! fdir=`$as_dirname -- "$file" || +! $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ +! X"$file" : 'X\(//\)[^/]' \| \ +! X"$file" : 'X\(//\)$' \| \ +! X"$file" : 'X\(/\)' \| . 2>/dev/null || +! $as_echo X"$file" | +! sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ +! s//\1/ +! q +! } +! /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } +! /^X\(\/\/\)$/{ + s//\1/ + q + } +! /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` +! as_dir=$dirpart/$fdir; as_fn_mkdir_p +! # echo "creating $dirpart/$file" +! echo '# dummy' > "$dirpart/$file" +! done + done + } + ;; + +--- 30182,30231 ---- + q + } + s/.*/./; q'` +! am_filepart=`$as_basename -- "$am_mf" || +! $as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \ +! X"$am_mf" : 'X\(//\)$' \| \ +! X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || +! printf "%s\n" X/"$am_mf" | +! sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } +! /^X\/\(\/\/\)$/{ + s//\1/ + q + } +! /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` +! { echo "$as_me:$LINENO: cd "$am_dirpart" \ +! && sed -e '/# am--include-marker/d' "$am_filepart" \ +! | $MAKE -f - am--depfiles" >&5 +! (cd "$am_dirpart" \ +! && sed -e '/# am--include-marker/d' "$am_filepart" \ +! | $MAKE -f - am--depfiles) >&5 2>&5 +! ac_status=$? +! echo "$as_me:$LINENO: \$? = $ac_status" >&5 +! (exit $ac_status); } || am_rc=$? + done ++ if test $am_rc -ne 0; then ++ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 ++ printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} ++ as_fn_error $? "Something went wrong bootstrapping makefile fragments ++ for automatic dependency tracking. If GNU make was not used, consider ++ re-running the configure script with MAKE=\"gmake\" (or whatever is ++ necessary). You can also try re-running configure with the ++ '--disable-dependency-tracking' option to at least be able to build ++ the package (albeit without support for automatic dependency tracking). ++ See 'config.log' for more details" "$LINENO" 5; } ++ fi ++ { am_dirpart=; unset am_dirpart;} ++ { am_filepart=; unset am_filepart;} ++ { am_mf=; unset am_mf;} ++ { am_rc=; unset am_rc;} ++ rm -f conftest-deps.mk + } + ;; + +*************** +*** 28911,28917 **** + $ac_cs_success || as_fn_exit 1 + fi + if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then +! { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 +! $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} + fi + +--- 30262,30269 ---- + $ac_cs_success || as_fn_exit 1 + fi + if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then +! { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 +! printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} + fi + ++ +Only in patch-2.7.6: configure~ +diff -x '*.o' -crB patch-2.7.6-orig/lib/Makefile.in patch-2.7.6/lib/Makefile.in +*** patch-2.7.6-orig/lib/Makefile.in 2018-02-03 15:33:56.000000000 +0200 +--- patch-2.7.6/lib/Makefile.in 2025-03-08 23:58:49.573989767 +0200 +*************** +*** 1,7 **** +! # Makefile.in generated by automake 1.15.1 from Makefile.am. + # @configure_input@ + +! # Copyright (C) 1994-2017 Free Software Foundation, Inc. + + # This Makefile.in is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 1,7 ---- +! # Makefile.in generated by automake 1.17 from Makefile.am. + # @configure_input@ + +! # Copyright (C) 1994-2024 Free Software Foundation, Inc. + + # This Makefile.in is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 93,98 **** +--- 93,100 ---- + test $$has_opt = yes + am__make_dryrun = (target_option=n; $(am__make_running_with_option)) + am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) ++ am__rm_f = rm -f $(am__rm_f_notfound) ++ am__rm_rf = rm -rf $(am__rm_f_notfound) + pkgdatadir = $(datadir)/@PACKAGE@ + pkgincludedir = $(includedir)/@PACKAGE@ + pkglibdir = $(libdir)/@PACKAGE@ +*************** +*** 213,218 **** +--- 215,221 ---- + am__v_AR_0 = @echo " AR " $@; + am__v_AR_1 = + libpatch_a_AR = $(AR) $(ARFLAGS) ++ libpatch_a_RANLIB = $(RANLIB) + am__DEPENDENCIES_1 = + am_libpatch_a_OBJECTS = argmatch.$(OBJEXT) backupfile.$(OBJEXT) \ + backup-find.$(OBJEXT) bitrotate.$(OBJEXT) c-ctype.$(OBJEXT) \ +*************** +*** 250,256 **** + am__v_at_1 = + DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) + depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp +! am__depfiles_maybe = depfiles + am__mv = mv -f + COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +--- 253,328 ---- + am__v_at_1 = + DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) + depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp +! am__maybe_remake_depfiles = depfiles +! am__depfiles_remade = ./$(DEPDIR)/argmatch.Po ./$(DEPDIR)/asnprintf.Po \ +! ./$(DEPDIR)/asprintf.Po ./$(DEPDIR)/at-func.Po \ +! ./$(DEPDIR)/at-func2.Po ./$(DEPDIR)/backup-find.Po \ +! ./$(DEPDIR)/backupfile.Po ./$(DEPDIR)/basename-lgpl.Po \ +! ./$(DEPDIR)/basename.Po ./$(DEPDIR)/bitrotate.Po \ +! ./$(DEPDIR)/c-ctype.Po ./$(DEPDIR)/c-strcasecmp.Po \ +! ./$(DEPDIR)/c-strncasecmp.Po ./$(DEPDIR)/canonicalize-lgpl.Po \ +! ./$(DEPDIR)/chdir-long.Po ./$(DEPDIR)/chmodat.Po \ +! ./$(DEPDIR)/chown.Po ./$(DEPDIR)/chownat.Po \ +! ./$(DEPDIR)/cloexec.Po ./$(DEPDIR)/close.Po \ +! ./$(DEPDIR)/closedir.Po ./$(DEPDIR)/dirfd.Po \ +! ./$(DEPDIR)/dirname-lgpl.Po ./$(DEPDIR)/dirname.Po \ +! ./$(DEPDIR)/dup-safer-flag.Po ./$(DEPDIR)/dup-safer.Po \ +! ./$(DEPDIR)/dup2.Po ./$(DEPDIR)/error.Po \ +! ./$(DEPDIR)/euidaccess.Po ./$(DEPDIR)/exitfail.Po \ +! ./$(DEPDIR)/faccessat.Po ./$(DEPDIR)/fchdir.Po \ +! ./$(DEPDIR)/fchmodat.Po ./$(DEPDIR)/fchown-stub.Po \ +! ./$(DEPDIR)/fchownat.Po ./$(DEPDIR)/fcntl.Po \ +! ./$(DEPDIR)/fd-hook.Po ./$(DEPDIR)/fd-safer-flag.Po \ +! ./$(DEPDIR)/fd-safer.Po ./$(DEPDIR)/filenamecat-lgpl.Po \ +! ./$(DEPDIR)/float.Po ./$(DEPDIR)/fstat.Po \ +! ./$(DEPDIR)/fstatat.Po ./$(DEPDIR)/full-write.Po \ +! ./$(DEPDIR)/getcwd-lgpl.Po ./$(DEPDIR)/getdtablesize.Po \ +! ./$(DEPDIR)/getgroups.Po ./$(DEPDIR)/getopt.Po \ +! ./$(DEPDIR)/getopt1.Po ./$(DEPDIR)/getprogname.Po \ +! ./$(DEPDIR)/gettime.Po ./$(DEPDIR)/gettimeofday.Po \ +! ./$(DEPDIR)/gl_linked_list.Po ./$(DEPDIR)/gl_list.Po \ +! ./$(DEPDIR)/gl_xlist.Po ./$(DEPDIR)/group-member.Po \ +! ./$(DEPDIR)/hard-locale.Po ./$(DEPDIR)/hash.Po \ +! ./$(DEPDIR)/itold.Po ./$(DEPDIR)/lchown.Po \ +! ./$(DEPDIR)/localcharset.Po ./$(DEPDIR)/localtime-buffer.Po \ +! ./$(DEPDIR)/lstat.Po ./$(DEPDIR)/malloc.Po \ +! ./$(DEPDIR)/malloca.Po ./$(DEPDIR)/mbrtowc.Po \ +! ./$(DEPDIR)/mbsinit.Po ./$(DEPDIR)/memchr.Po \ +! ./$(DEPDIR)/mempcpy.Po ./$(DEPDIR)/memrchr.Po \ +! ./$(DEPDIR)/mkdir.Po ./$(DEPDIR)/mkdirat.Po \ +! ./$(DEPDIR)/mktime.Po ./$(DEPDIR)/msvc-inval.Po \ +! ./$(DEPDIR)/msvc-nothrow.Po ./$(DEPDIR)/nstrftime.Po \ +! ./$(DEPDIR)/open.Po ./$(DEPDIR)/openat-die.Po \ +! ./$(DEPDIR)/openat-proc.Po ./$(DEPDIR)/openat.Po \ +! ./$(DEPDIR)/opendir-safer.Po ./$(DEPDIR)/opendir.Po \ +! ./$(DEPDIR)/parse-datetime.Po ./$(DEPDIR)/pipe-safer.Po \ +! ./$(DEPDIR)/printf-args.Po ./$(DEPDIR)/printf-parse.Po \ +! ./$(DEPDIR)/progname.Po ./$(DEPDIR)/quotearg.Po \ +! ./$(DEPDIR)/raise.Po ./$(DEPDIR)/readdir.Po \ +! ./$(DEPDIR)/readlink.Po ./$(DEPDIR)/readlinkat.Po \ +! ./$(DEPDIR)/realloc.Po ./$(DEPDIR)/rename.Po \ +! ./$(DEPDIR)/renameat.Po ./$(DEPDIR)/renameat2.Po \ +! ./$(DEPDIR)/rmdir.Po ./$(DEPDIR)/safe-read.Po \ +! ./$(DEPDIR)/safe-write.Po ./$(DEPDIR)/save-cwd.Po \ +! ./$(DEPDIR)/setenv.Po ./$(DEPDIR)/stat-time.Po \ +! ./$(DEPDIR)/stat-w32.Po ./$(DEPDIR)/stat.Po \ +! ./$(DEPDIR)/statat.Po ./$(DEPDIR)/strdup.Po \ +! ./$(DEPDIR)/strerror-override.Po ./$(DEPDIR)/strerror.Po \ +! ./$(DEPDIR)/stripslash.Po ./$(DEPDIR)/strndup.Po \ +! ./$(DEPDIR)/strnlen.Po ./$(DEPDIR)/symlink.Po \ +! ./$(DEPDIR)/symlinkat.Po ./$(DEPDIR)/tempname.Po \ +! ./$(DEPDIR)/time_r.Po ./$(DEPDIR)/time_rz.Po \ +! ./$(DEPDIR)/timegm.Po ./$(DEPDIR)/timespec.Po \ +! ./$(DEPDIR)/tzset.Po ./$(DEPDIR)/unistd.Po \ +! ./$(DEPDIR)/unlink.Po ./$(DEPDIR)/unlinkat.Po \ +! ./$(DEPDIR)/unsetenv.Po ./$(DEPDIR)/utime.Po \ +! ./$(DEPDIR)/utimens.Po ./$(DEPDIR)/utimensat.Po \ +! ./$(DEPDIR)/vasnprintf.Po ./$(DEPDIR)/vasprintf.Po \ +! ./$(DEPDIR)/verror.Po ./$(DEPDIR)/wctype-h.Po \ +! ./$(DEPDIR)/write.Po ./$(DEPDIR)/xalloc-die.Po \ +! ./$(DEPDIR)/xasprintf.Po ./$(DEPDIR)/xmalloc.Po \ +! ./$(DEPDIR)/xmemdup0.Po ./$(DEPDIR)/xsize.Po \ +! ./$(DEPDIR)/xstrndup.Po ./$(DEPDIR)/xvasprintf.Po + am__mv = mv -f + COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +*************** +*** 296,303 **** + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +- ETAGS = etags +- CTAGS = ctags + am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/gnulib.mk \ + $(top_srcdir)/build-aux/depcomp $(top_srcdir)/build-aux/ylwrap \ + parse-datetime.c +--- 368,373 ---- +*************** +*** 326,331 **** +--- 396,403 ---- + CONFIG_INCLUDE = @CONFIG_INCLUDE@ + CPP = @CPP@ + CPPFLAGS = @CPPFLAGS@ ++ CSCOPE = @CSCOPE@ ++ CTAGS = @CTAGS@ + CYGPATH_W = @CYGPATH_W@ + DEFS = @DEFS@ + DEPDIR = @DEPDIR@ +*************** +*** 341,348 **** +--- 413,422 ---- + EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ + EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ + ERRNO_H = @ERRNO_H@ ++ ETAGS = @ETAGS@ + EXEEXT = @EXEEXT@ + FLOAT_H = @FLOAT_H@ ++ GETGROUPS_LIB = @GETGROUPS_LIB@ + GETOPT_CDEFS_H = @GETOPT_CDEFS_H@ + GETOPT_H = @GETOPT_H@ + GLIBC21 = @GLIBC21@ +*************** +*** 1119,1126 **** +--- 1193,1202 ---- + am__include = @am__include@ + am__leading_dot = @am__leading_dot@ + am__quote = @am__quote@ ++ am__rm_f_notfound = @am__rm_f_notfound@ + am__tar = @am__tar@ + am__untar = @am__untar@ ++ am__xargs_n = @am__xargs_n@ + bindir = @bindir@ + build = @build@ + build_alias = @build_alias@ +*************** +*** 1325,1332 **** + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ +! echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ +! cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + $(srcdir)/gnulib.mk $(am__empty): + +--- 1401,1408 ---- + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ +! echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ +! cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + esac; + $(srcdir)/gnulib.mk $(am__empty): + +*************** +*** 1340,1351 **** + $(am__aclocal_m4_deps): + + clean-noinstLIBRARIES: +! -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) + + libpatch.a: $(libpatch_a_OBJECTS) $(libpatch_a_DEPENDENCIES) $(EXTRA_libpatch_a_DEPENDENCIES) + $(AM_V_at)-rm -f libpatch.a + $(AM_V_AR)$(libpatch_a_AR) libpatch.a $(libpatch_a_OBJECTS) $(libpatch_a_LIBADD) +! $(AM_V_at)$(RANLIB) libpatch.a + + mostlyclean-compile: + -rm -f *.$(OBJEXT) +--- 1416,1427 ---- + $(am__aclocal_m4_deps): + + clean-noinstLIBRARIES: +! -$(am__rm_f) $(noinst_LIBRARIES) + + libpatch.a: $(libpatch_a_OBJECTS) $(libpatch_a_DEPENDENCIES) $(EXTRA_libpatch_a_DEPENDENCIES) + $(AM_V_at)-rm -f libpatch.a + $(AM_V_AR)$(libpatch_a_AR) libpatch.a $(libpatch_a_OBJECTS) $(libpatch_a_LIBADD) +! $(AM_V_at)$(libpatch_a_RANLIB) libpatch.a + + mostlyclean-compile: + -rm -f *.$(OBJEXT) +*************** +*** 1353,1496 **** + distclean-compile: + -rm -f *.tab.c + +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/argmatch.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asnprintf.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asprintf.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/at-func.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/at-func2.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/backup-find.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/backupfile.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basename-lgpl.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basename.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitrotate.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-ctype.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-strcasecmp.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-strncasecmp.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/canonicalize-lgpl.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chdir-long.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chmodat.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chown.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chownat.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cloexec.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/close.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/closedir.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dirfd.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dirname-lgpl.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dirname.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dup-safer-flag.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dup-safer.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dup2.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/euidaccess.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exitfail.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/faccessat.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fchdir.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fchmodat.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fchown-stub.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fchownat.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fcntl.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fd-hook.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fd-safer-flag.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fd-safer.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filenamecat-lgpl.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/float.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fstat.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fstatat.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/full-write.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getcwd-lgpl.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getdtablesize.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getgroups.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getprogname.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gettime.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gettimeofday.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gl_linked_list.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gl_list.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gl_xlist.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/group-member.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hard-locale.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/itold.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lchown.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/localcharset.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/localtime-buffer.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lstat.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/malloc.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/malloca.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbrtowc.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbsinit.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memchr.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mempcpy.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memrchr.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mkdir.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mkdirat.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mktime.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msvc-inval.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msvc-nothrow.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nstrftime.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/open.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openat-die.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openat-proc.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openat.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/opendir-safer.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/opendir.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse-datetime.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pipe-safer.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printf-args.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printf-parse.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/progname.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quotearg.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/raise.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readdir.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readlink.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readlinkat.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/realloc.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rename.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/renameat.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/renameat2.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rmdir.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/safe-read.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/safe-write.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/save-cwd.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/setenv.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stat-time.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stat-w32.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stat.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/statat.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strdup.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strerror-override.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strerror.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stripslash.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strndup.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strnlen.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symlink.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symlinkat.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tempname.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time_r.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time_rz.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timegm.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timespec.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tzset.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unistd.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unlink.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unlinkat.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unsetenv.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utime.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utimens.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utimensat.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vasnprintf.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vasprintf.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/verror.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wctype-h.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/write.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xalloc-die.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xasprintf.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmalloc.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmemdup0.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsize.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstrndup.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xvasprintf.Po@am__quote@ + + .c.o: + @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +--- 1429,1578 ---- + distclean-compile: + -rm -f *.tab.c + +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/argmatch.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asnprintf.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asprintf.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/at-func.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/at-func2.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/backup-find.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/backupfile.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basename-lgpl.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basename.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitrotate.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-ctype.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-strcasecmp.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-strncasecmp.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/canonicalize-lgpl.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chdir-long.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chmodat.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chown.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chownat.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cloexec.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/close.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/closedir.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dirfd.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dirname-lgpl.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dirname.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dup-safer-flag.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dup-safer.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dup2.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/euidaccess.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exitfail.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/faccessat.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fchdir.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fchmodat.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fchown-stub.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fchownat.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fcntl.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fd-hook.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fd-safer-flag.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fd-safer.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filenamecat-lgpl.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/float.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fstat.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fstatat.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/full-write.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getcwd-lgpl.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getdtablesize.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getgroups.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getprogname.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gettime.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gettimeofday.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gl_linked_list.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gl_list.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gl_xlist.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/group-member.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hard-locale.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/itold.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lchown.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/localcharset.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/localtime-buffer.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lstat.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/malloc.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/malloca.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbrtowc.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbsinit.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memchr.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mempcpy.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memrchr.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mkdir.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mkdirat.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mktime.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msvc-inval.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msvc-nothrow.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nstrftime.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/open.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openat-die.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openat-proc.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openat.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/opendir-safer.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/opendir.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse-datetime.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pipe-safer.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printf-args.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printf-parse.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/progname.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quotearg.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/raise.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readdir.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readlink.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readlinkat.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/realloc.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rename.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/renameat.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/renameat2.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rmdir.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/safe-read.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/safe-write.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/save-cwd.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/setenv.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stat-time.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stat-w32.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stat.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/statat.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strdup.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strerror-override.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strerror.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stripslash.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strndup.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strnlen.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symlink.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symlinkat.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tempname.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time_r.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time_rz.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timegm.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timespec.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tzset.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unistd.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unlink.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unlinkat.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unsetenv.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utime.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utimens.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utimensat.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vasnprintf.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vasprintf.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/verror.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wctype-h.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/write.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xalloc-die.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xasprintf.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmalloc.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmemdup0.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsize.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstrndup.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xvasprintf.Po@am__quote@ # am--include-marker +! +! $(am__depfiles_remade): +! @$(MKDIR_P) $(@D) +! @: >>$@ +! +! am--depfiles: $(am__depfiles_remade) + + .c.o: + @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +*************** +*** 1560,1567 **** + + distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +! distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ +--- 1642,1651 ---- + + distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags ++ distdir: $(BUILT_SOURCES) ++ $(MAKE) $(AM_MAKEFLAGS) distdir-am + +! distdir-am: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ +*************** +*** 1598,1604 **** + installdirs: + install: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) install-am +! install-exec: install-exec-am + install-data: install-data-am + uninstall: uninstall-am + +--- 1682,1689 ---- + installdirs: + install: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) install-am +! install-exec: $(BUILT_SOURCES) +! $(MAKE) $(AM_MAKEFLAGS) install-exec-am + install-data: install-data-am + uninstall: uninstall-am + +*************** +*** 1617,1643 **** + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi + mostlyclean-generic: +! -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) + + clean-generic: +! -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + + distclean-generic: +! -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) +! -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + + maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +! -rm -f parse-datetime.c +! -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) +! -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) + clean: clean-am + + clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am + + distclean: distclean-am +! -rm -rf ./$(DEPDIR) + -rm -f Makefile + distclean-am: clean-am distclean-compile distclean-generic \ + distclean-local distclean-tags +--- 1702,1865 ---- + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi + mostlyclean-generic: +! -$(am__rm_f) $(MOSTLYCLEANFILES) + + clean-generic: +! -$(am__rm_f) $(CLEANFILES) + + distclean-generic: +! -$(am__rm_f) $(CONFIG_CLEAN_FILES) +! -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES) + + maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +! -$(am__rm_f) $(BUILT_SOURCES) +! -$(am__rm_f) $(MAINTAINERCLEANFILES) +! -$(am__rm_f) parse-datetime.c + clean: clean-am + + clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am + + distclean: distclean-am +! -rm -f ./$(DEPDIR)/argmatch.Po +! -rm -f ./$(DEPDIR)/asnprintf.Po +! -rm -f ./$(DEPDIR)/asprintf.Po +! -rm -f ./$(DEPDIR)/at-func.Po +! -rm -f ./$(DEPDIR)/at-func2.Po +! -rm -f ./$(DEPDIR)/backup-find.Po +! -rm -f ./$(DEPDIR)/backupfile.Po +! -rm -f ./$(DEPDIR)/basename-lgpl.Po +! -rm -f ./$(DEPDIR)/basename.Po +! -rm -f ./$(DEPDIR)/bitrotate.Po +! -rm -f ./$(DEPDIR)/c-ctype.Po +! -rm -f ./$(DEPDIR)/c-strcasecmp.Po +! -rm -f ./$(DEPDIR)/c-strncasecmp.Po +! -rm -f ./$(DEPDIR)/canonicalize-lgpl.Po +! -rm -f ./$(DEPDIR)/chdir-long.Po +! -rm -f ./$(DEPDIR)/chmodat.Po +! -rm -f ./$(DEPDIR)/chown.Po +! -rm -f ./$(DEPDIR)/chownat.Po +! -rm -f ./$(DEPDIR)/cloexec.Po +! -rm -f ./$(DEPDIR)/close.Po +! -rm -f ./$(DEPDIR)/closedir.Po +! -rm -f ./$(DEPDIR)/dirfd.Po +! -rm -f ./$(DEPDIR)/dirname-lgpl.Po +! -rm -f ./$(DEPDIR)/dirname.Po +! -rm -f ./$(DEPDIR)/dup-safer-flag.Po +! -rm -f ./$(DEPDIR)/dup-safer.Po +! -rm -f ./$(DEPDIR)/dup2.Po +! -rm -f ./$(DEPDIR)/error.Po +! -rm -f ./$(DEPDIR)/euidaccess.Po +! -rm -f ./$(DEPDIR)/exitfail.Po +! -rm -f ./$(DEPDIR)/faccessat.Po +! -rm -f ./$(DEPDIR)/fchdir.Po +! -rm -f ./$(DEPDIR)/fchmodat.Po +! -rm -f ./$(DEPDIR)/fchown-stub.Po +! -rm -f ./$(DEPDIR)/fchownat.Po +! -rm -f ./$(DEPDIR)/fcntl.Po +! -rm -f ./$(DEPDIR)/fd-hook.Po +! -rm -f ./$(DEPDIR)/fd-safer-flag.Po +! -rm -f ./$(DEPDIR)/fd-safer.Po +! -rm -f ./$(DEPDIR)/filenamecat-lgpl.Po +! -rm -f ./$(DEPDIR)/float.Po +! -rm -f ./$(DEPDIR)/fstat.Po +! -rm -f ./$(DEPDIR)/fstatat.Po +! -rm -f ./$(DEPDIR)/full-write.Po +! -rm -f ./$(DEPDIR)/getcwd-lgpl.Po +! -rm -f ./$(DEPDIR)/getdtablesize.Po +! -rm -f ./$(DEPDIR)/getgroups.Po +! -rm -f ./$(DEPDIR)/getopt.Po +! -rm -f ./$(DEPDIR)/getopt1.Po +! -rm -f ./$(DEPDIR)/getprogname.Po +! -rm -f ./$(DEPDIR)/gettime.Po +! -rm -f ./$(DEPDIR)/gettimeofday.Po +! -rm -f ./$(DEPDIR)/gl_linked_list.Po +! -rm -f ./$(DEPDIR)/gl_list.Po +! -rm -f ./$(DEPDIR)/gl_xlist.Po +! -rm -f ./$(DEPDIR)/group-member.Po +! -rm -f ./$(DEPDIR)/hard-locale.Po +! -rm -f ./$(DEPDIR)/hash.Po +! -rm -f ./$(DEPDIR)/itold.Po +! -rm -f ./$(DEPDIR)/lchown.Po +! -rm -f ./$(DEPDIR)/localcharset.Po +! -rm -f ./$(DEPDIR)/localtime-buffer.Po +! -rm -f ./$(DEPDIR)/lstat.Po +! -rm -f ./$(DEPDIR)/malloc.Po +! -rm -f ./$(DEPDIR)/malloca.Po +! -rm -f ./$(DEPDIR)/mbrtowc.Po +! -rm -f ./$(DEPDIR)/mbsinit.Po +! -rm -f ./$(DEPDIR)/memchr.Po +! -rm -f ./$(DEPDIR)/mempcpy.Po +! -rm -f ./$(DEPDIR)/memrchr.Po +! -rm -f ./$(DEPDIR)/mkdir.Po +! -rm -f ./$(DEPDIR)/mkdirat.Po +! -rm -f ./$(DEPDIR)/mktime.Po +! -rm -f ./$(DEPDIR)/msvc-inval.Po +! -rm -f ./$(DEPDIR)/msvc-nothrow.Po +! -rm -f ./$(DEPDIR)/nstrftime.Po +! -rm -f ./$(DEPDIR)/open.Po +! -rm -f ./$(DEPDIR)/openat-die.Po +! -rm -f ./$(DEPDIR)/openat-proc.Po +! -rm -f ./$(DEPDIR)/openat.Po +! -rm -f ./$(DEPDIR)/opendir-safer.Po +! -rm -f ./$(DEPDIR)/opendir.Po +! -rm -f ./$(DEPDIR)/parse-datetime.Po +! -rm -f ./$(DEPDIR)/pipe-safer.Po +! -rm -f ./$(DEPDIR)/printf-args.Po +! -rm -f ./$(DEPDIR)/printf-parse.Po +! -rm -f ./$(DEPDIR)/progname.Po +! -rm -f ./$(DEPDIR)/quotearg.Po +! -rm -f ./$(DEPDIR)/raise.Po +! -rm -f ./$(DEPDIR)/readdir.Po +! -rm -f ./$(DEPDIR)/readlink.Po +! -rm -f ./$(DEPDIR)/readlinkat.Po +! -rm -f ./$(DEPDIR)/realloc.Po +! -rm -f ./$(DEPDIR)/rename.Po +! -rm -f ./$(DEPDIR)/renameat.Po +! -rm -f ./$(DEPDIR)/renameat2.Po +! -rm -f ./$(DEPDIR)/rmdir.Po +! -rm -f ./$(DEPDIR)/safe-read.Po +! -rm -f ./$(DEPDIR)/safe-write.Po +! -rm -f ./$(DEPDIR)/save-cwd.Po +! -rm -f ./$(DEPDIR)/setenv.Po +! -rm -f ./$(DEPDIR)/stat-time.Po +! -rm -f ./$(DEPDIR)/stat-w32.Po +! -rm -f ./$(DEPDIR)/stat.Po +! -rm -f ./$(DEPDIR)/statat.Po +! -rm -f ./$(DEPDIR)/strdup.Po +! -rm -f ./$(DEPDIR)/strerror-override.Po +! -rm -f ./$(DEPDIR)/strerror.Po +! -rm -f ./$(DEPDIR)/stripslash.Po +! -rm -f ./$(DEPDIR)/strndup.Po +! -rm -f ./$(DEPDIR)/strnlen.Po +! -rm -f ./$(DEPDIR)/symlink.Po +! -rm -f ./$(DEPDIR)/symlinkat.Po +! -rm -f ./$(DEPDIR)/tempname.Po +! -rm -f ./$(DEPDIR)/time_r.Po +! -rm -f ./$(DEPDIR)/time_rz.Po +! -rm -f ./$(DEPDIR)/timegm.Po +! -rm -f ./$(DEPDIR)/timespec.Po +! -rm -f ./$(DEPDIR)/tzset.Po +! -rm -f ./$(DEPDIR)/unistd.Po +! -rm -f ./$(DEPDIR)/unlink.Po +! -rm -f ./$(DEPDIR)/unlinkat.Po +! -rm -f ./$(DEPDIR)/unsetenv.Po +! -rm -f ./$(DEPDIR)/utime.Po +! -rm -f ./$(DEPDIR)/utimens.Po +! -rm -f ./$(DEPDIR)/utimensat.Po +! -rm -f ./$(DEPDIR)/vasnprintf.Po +! -rm -f ./$(DEPDIR)/vasprintf.Po +! -rm -f ./$(DEPDIR)/verror.Po +! -rm -f ./$(DEPDIR)/wctype-h.Po +! -rm -f ./$(DEPDIR)/write.Po +! -rm -f ./$(DEPDIR)/xalloc-die.Po +! -rm -f ./$(DEPDIR)/xasprintf.Po +! -rm -f ./$(DEPDIR)/xmalloc.Po +! -rm -f ./$(DEPDIR)/xmemdup0.Po +! -rm -f ./$(DEPDIR)/xsize.Po +! -rm -f ./$(DEPDIR)/xstrndup.Po +! -rm -f ./$(DEPDIR)/xvasprintf.Po + -rm -f Makefile + distclean-am: clean-am distclean-compile distclean-generic \ + distclean-local distclean-tags +*************** +*** 1683,1689 **** + installcheck-am: + + maintainer-clean: maintainer-clean-am +! -rm -rf ./$(DEPDIR) + -rm -f Makefile + maintainer-clean-am: distclean-am maintainer-clean-generic + +--- 1905,2048 ---- + installcheck-am: + + maintainer-clean: maintainer-clean-am +! -rm -f ./$(DEPDIR)/argmatch.Po +! -rm -f ./$(DEPDIR)/asnprintf.Po +! -rm -f ./$(DEPDIR)/asprintf.Po +! -rm -f ./$(DEPDIR)/at-func.Po +! -rm -f ./$(DEPDIR)/at-func2.Po +! -rm -f ./$(DEPDIR)/backup-find.Po +! -rm -f ./$(DEPDIR)/backupfile.Po +! -rm -f ./$(DEPDIR)/basename-lgpl.Po +! -rm -f ./$(DEPDIR)/basename.Po +! -rm -f ./$(DEPDIR)/bitrotate.Po +! -rm -f ./$(DEPDIR)/c-ctype.Po +! -rm -f ./$(DEPDIR)/c-strcasecmp.Po +! -rm -f ./$(DEPDIR)/c-strncasecmp.Po +! -rm -f ./$(DEPDIR)/canonicalize-lgpl.Po +! -rm -f ./$(DEPDIR)/chdir-long.Po +! -rm -f ./$(DEPDIR)/chmodat.Po +! -rm -f ./$(DEPDIR)/chown.Po +! -rm -f ./$(DEPDIR)/chownat.Po +! -rm -f ./$(DEPDIR)/cloexec.Po +! -rm -f ./$(DEPDIR)/close.Po +! -rm -f ./$(DEPDIR)/closedir.Po +! -rm -f ./$(DEPDIR)/dirfd.Po +! -rm -f ./$(DEPDIR)/dirname-lgpl.Po +! -rm -f ./$(DEPDIR)/dirname.Po +! -rm -f ./$(DEPDIR)/dup-safer-flag.Po +! -rm -f ./$(DEPDIR)/dup-safer.Po +! -rm -f ./$(DEPDIR)/dup2.Po +! -rm -f ./$(DEPDIR)/error.Po +! -rm -f ./$(DEPDIR)/euidaccess.Po +! -rm -f ./$(DEPDIR)/exitfail.Po +! -rm -f ./$(DEPDIR)/faccessat.Po +! -rm -f ./$(DEPDIR)/fchdir.Po +! -rm -f ./$(DEPDIR)/fchmodat.Po +! -rm -f ./$(DEPDIR)/fchown-stub.Po +! -rm -f ./$(DEPDIR)/fchownat.Po +! -rm -f ./$(DEPDIR)/fcntl.Po +! -rm -f ./$(DEPDIR)/fd-hook.Po +! -rm -f ./$(DEPDIR)/fd-safer-flag.Po +! -rm -f ./$(DEPDIR)/fd-safer.Po +! -rm -f ./$(DEPDIR)/filenamecat-lgpl.Po +! -rm -f ./$(DEPDIR)/float.Po +! -rm -f ./$(DEPDIR)/fstat.Po +! -rm -f ./$(DEPDIR)/fstatat.Po +! -rm -f ./$(DEPDIR)/full-write.Po +! -rm -f ./$(DEPDIR)/getcwd-lgpl.Po +! -rm -f ./$(DEPDIR)/getdtablesize.Po +! -rm -f ./$(DEPDIR)/getgroups.Po +! -rm -f ./$(DEPDIR)/getopt.Po +! -rm -f ./$(DEPDIR)/getopt1.Po +! -rm -f ./$(DEPDIR)/getprogname.Po +! -rm -f ./$(DEPDIR)/gettime.Po +! -rm -f ./$(DEPDIR)/gettimeofday.Po +! -rm -f ./$(DEPDIR)/gl_linked_list.Po +! -rm -f ./$(DEPDIR)/gl_list.Po +! -rm -f ./$(DEPDIR)/gl_xlist.Po +! -rm -f ./$(DEPDIR)/group-member.Po +! -rm -f ./$(DEPDIR)/hard-locale.Po +! -rm -f ./$(DEPDIR)/hash.Po +! -rm -f ./$(DEPDIR)/itold.Po +! -rm -f ./$(DEPDIR)/lchown.Po +! -rm -f ./$(DEPDIR)/localcharset.Po +! -rm -f ./$(DEPDIR)/localtime-buffer.Po +! -rm -f ./$(DEPDIR)/lstat.Po +! -rm -f ./$(DEPDIR)/malloc.Po +! -rm -f ./$(DEPDIR)/malloca.Po +! -rm -f ./$(DEPDIR)/mbrtowc.Po +! -rm -f ./$(DEPDIR)/mbsinit.Po +! -rm -f ./$(DEPDIR)/memchr.Po +! -rm -f ./$(DEPDIR)/mempcpy.Po +! -rm -f ./$(DEPDIR)/memrchr.Po +! -rm -f ./$(DEPDIR)/mkdir.Po +! -rm -f ./$(DEPDIR)/mkdirat.Po +! -rm -f ./$(DEPDIR)/mktime.Po +! -rm -f ./$(DEPDIR)/msvc-inval.Po +! -rm -f ./$(DEPDIR)/msvc-nothrow.Po +! -rm -f ./$(DEPDIR)/nstrftime.Po +! -rm -f ./$(DEPDIR)/open.Po +! -rm -f ./$(DEPDIR)/openat-die.Po +! -rm -f ./$(DEPDIR)/openat-proc.Po +! -rm -f ./$(DEPDIR)/openat.Po +! -rm -f ./$(DEPDIR)/opendir-safer.Po +! -rm -f ./$(DEPDIR)/opendir.Po +! -rm -f ./$(DEPDIR)/parse-datetime.Po +! -rm -f ./$(DEPDIR)/pipe-safer.Po +! -rm -f ./$(DEPDIR)/printf-args.Po +! -rm -f ./$(DEPDIR)/printf-parse.Po +! -rm -f ./$(DEPDIR)/progname.Po +! -rm -f ./$(DEPDIR)/quotearg.Po +! -rm -f ./$(DEPDIR)/raise.Po +! -rm -f ./$(DEPDIR)/readdir.Po +! -rm -f ./$(DEPDIR)/readlink.Po +! -rm -f ./$(DEPDIR)/readlinkat.Po +! -rm -f ./$(DEPDIR)/realloc.Po +! -rm -f ./$(DEPDIR)/rename.Po +! -rm -f ./$(DEPDIR)/renameat.Po +! -rm -f ./$(DEPDIR)/renameat2.Po +! -rm -f ./$(DEPDIR)/rmdir.Po +! -rm -f ./$(DEPDIR)/safe-read.Po +! -rm -f ./$(DEPDIR)/safe-write.Po +! -rm -f ./$(DEPDIR)/save-cwd.Po +! -rm -f ./$(DEPDIR)/setenv.Po +! -rm -f ./$(DEPDIR)/stat-time.Po +! -rm -f ./$(DEPDIR)/stat-w32.Po +! -rm -f ./$(DEPDIR)/stat.Po +! -rm -f ./$(DEPDIR)/statat.Po +! -rm -f ./$(DEPDIR)/strdup.Po +! -rm -f ./$(DEPDIR)/strerror-override.Po +! -rm -f ./$(DEPDIR)/strerror.Po +! -rm -f ./$(DEPDIR)/stripslash.Po +! -rm -f ./$(DEPDIR)/strndup.Po +! -rm -f ./$(DEPDIR)/strnlen.Po +! -rm -f ./$(DEPDIR)/symlink.Po +! -rm -f ./$(DEPDIR)/symlinkat.Po +! -rm -f ./$(DEPDIR)/tempname.Po +! -rm -f ./$(DEPDIR)/time_r.Po +! -rm -f ./$(DEPDIR)/time_rz.Po +! -rm -f ./$(DEPDIR)/timegm.Po +! -rm -f ./$(DEPDIR)/timespec.Po +! -rm -f ./$(DEPDIR)/tzset.Po +! -rm -f ./$(DEPDIR)/unistd.Po +! -rm -f ./$(DEPDIR)/unlink.Po +! -rm -f ./$(DEPDIR)/unlinkat.Po +! -rm -f ./$(DEPDIR)/unsetenv.Po +! -rm -f ./$(DEPDIR)/utime.Po +! -rm -f ./$(DEPDIR)/utimens.Po +! -rm -f ./$(DEPDIR)/utimensat.Po +! -rm -f ./$(DEPDIR)/vasnprintf.Po +! -rm -f ./$(DEPDIR)/vasprintf.Po +! -rm -f ./$(DEPDIR)/verror.Po +! -rm -f ./$(DEPDIR)/wctype-h.Po +! -rm -f ./$(DEPDIR)/write.Po +! -rm -f ./$(DEPDIR)/xalloc-die.Po +! -rm -f ./$(DEPDIR)/xasprintf.Po +! -rm -f ./$(DEPDIR)/xmalloc.Po +! -rm -f ./$(DEPDIR)/xmemdup0.Po +! -rm -f ./$(DEPDIR)/xsize.Po +! -rm -f ./$(DEPDIR)/xstrndup.Po +! -rm -f ./$(DEPDIR)/xvasprintf.Po + -rm -f Makefile + maintainer-clean-am: distclean-am maintainer-clean-generic + +*************** +*** 1702,1722 **** + + uninstall-am: uninstall-local + +! .MAKE: all check install install-am install-strip + +! .PHONY: CTAGS GTAGS TAGS all all-am all-local check check-am clean \ +! clean-generic clean-noinstLIBRARIES cscopelist-am ctags \ +! ctags-am distclean distclean-compile distclean-generic \ +! distclean-local distclean-tags distdir dvi dvi-am html html-am \ +! info info-am install install-am install-data install-data-am \ +! install-dvi install-dvi-am install-exec install-exec-am \ +! install-exec-local install-html install-html-am install-info \ +! install-info-am install-man install-pdf install-pdf-am \ +! install-ps install-ps-am install-strip installcheck \ +! installcheck-am installdirs maintainer-clean \ +! maintainer-clean-generic mostlyclean mostlyclean-compile \ +! mostlyclean-generic mostlyclean-local pdf pdf-am ps ps-am tags \ +! tags-am uninstall uninstall-am uninstall-local + + .PRECIOUS: Makefile + +--- 2061,2082 ---- + + uninstall-am: uninstall-local + +! .MAKE: all check install install-am install-exec install-strip + +! .PHONY: CTAGS GTAGS TAGS all all-am all-local am--depfiles check \ +! check-am clean clean-generic clean-noinstLIBRARIES \ +! cscopelist-am ctags ctags-am distclean distclean-compile \ +! distclean-generic distclean-local distclean-tags distdir dvi \ +! dvi-am html html-am info info-am install install-am \ +! install-data install-data-am install-dvi install-dvi-am \ +! install-exec install-exec-am install-exec-local install-html \ +! install-html-am install-info install-info-am install-man \ +! install-pdf install-pdf-am install-ps install-ps-am \ +! install-strip installcheck installcheck-am installdirs \ +! maintainer-clean maintainer-clean-generic mostlyclean \ +! mostlyclean-compile mostlyclean-generic mostlyclean-local pdf \ +! pdf-am ps ps-am tags tags-am uninstall uninstall-am \ +! uninstall-local + + .PRECIOUS: Makefile + +*************** +*** 2931,2933 **** +--- 3291,3300 ---- + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. + .NOEXPORT: ++ ++ # Tell GNU make to disable its built-in pattern rules. ++ %:: %,v ++ %:: RCS/%,v ++ %:: RCS/% ++ %:: s.% ++ %:: SCCS/s.% +diff -x '*.o' -crB patch-2.7.6-orig/Makefile.in patch-2.7.6/Makefile.in +*** patch-2.7.6-orig/Makefile.in 2018-02-03 15:41:39.000000000 +0200 +--- patch-2.7.6/Makefile.in 2025-03-08 23:58:49.529783206 +0200 +*************** +*** 1,7 **** +! # Makefile.in generated by automake 1.15.1 from Makefile.am. + # @configure_input@ + +! # Copyright (C) 1994-2017 Free Software Foundation, Inc. + + # This Makefile.in is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 1,7 ---- +! # Makefile.in generated by automake 1.17 from Makefile.am. + # @configure_input@ + +! # Copyright (C) 1994-2024 Free Software Foundation, Inc. + + # This Makefile.in is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 85,90 **** +--- 85,92 ---- + test $$has_opt = yes + am__make_dryrun = (target_option=n; $(am__make_running_with_option)) + am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) ++ am__rm_f = rm -f $(am__rm_f_notfound) ++ am__rm_rf = rm -rf $(am__rm_f_notfound) + pkgdatadir = $(datadir)/@PACKAGE@ + pkgincludedir = $(includedir)/@PACKAGE@ + pkglibdir = $(libdir)/@PACKAGE@ +*************** +*** 252,261 **** + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' + am__uninstall_files_from_dir = { \ +! test -z "$$files" \ +! || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ +! || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ +! $(am__cd) "$$dir" && rm -f $$files; }; \ + } + man1dir = $(mandir)/man1 + am__installdirs = "$(DESTDIR)$(man1dir)" +--- 254,262 ---- + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' + am__uninstall_files_from_dir = { \ +! { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ +! || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ +! $(am__cd) "$$dir" && echo $$files | $(am__xargs_n) 40 $(am__rm_f); }; \ + } + man1dir = $(mandir)/man1 + am__installdirs = "$(DESTDIR)$(man1dir)" +*************** +*** 268,276 **** + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) + AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ +! cscope distdir dist dist-all distcheck +! am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ +! $(LISP)config.hin + # Read a list of newline-separated strings from the standard input, + # and print each of them once, without duplicates. Input order is + # *not* preserved. +--- 269,277 ---- + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) + AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ +! cscope distdir distdir-am dist dist-all distcheck +! am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \ +! config.hin + # Read a list of newline-separated strings from the standard input, + # and print each of them once, without duplicates. Input order is + # *not* preserved. +*************** +*** 287,295 **** + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +- ETAGS = etags +- CTAGS = ctags +- CSCOPE = cscope + DIST_SUBDIRS = $(SUBDIRS) + am__DIST_COMMON = $(dist_man1_MANS) $(srcdir)/Makefile.in \ + $(srcdir)/config.hin $(top_srcdir)/build-aux/ar-lib \ +--- 288,293 ---- +*************** +*** 307,314 **** + top_distdir = $(distdir) + am__remove_distdir = \ + if test -d "$(distdir)"; then \ +! find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ +! && rm -rf "$(distdir)" \ + || { sleep 5 && rm -rf "$(distdir)"; }; \ + else :; fi + am__post_remove_distdir = $(am__remove_distdir) +--- 305,312 ---- + top_distdir = $(distdir) + am__remove_distdir = \ + if test -d "$(distdir)"; then \ +! find "$(distdir)" -type d ! -perm -700 -exec chmod u+rwx {} ';' \ +! ; rm -rf "$(distdir)" \ + || { sleep 5 && rm -rf "$(distdir)"; }; \ + else :; fi + am__post_remove_distdir = $(am__remove_distdir) +*************** +*** 338,349 **** + done; \ + reldir="$$dir2" + DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 $(distdir).tar.xz +! GZIP_ENV = --best + DIST_TARGETS = dist-xz dist-bzip2 dist-gzip + distuninstallcheck_listfiles = find . -type f -print + am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ + | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' +! distcleancheck_listfiles = find . -type f -print + pkglibexecdir = @pkglibexecdir@ + ACLOCAL = @ACLOCAL@ + ALLOCA = @ALLOCA@ +--- 336,351 ---- + done; \ + reldir="$$dir2" + DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 $(distdir).tar.xz +! GZIP_ENV = -9 + DIST_TARGETS = dist-xz dist-bzip2 dist-gzip ++ # Exists only to be overridden by the user if desired. ++ AM_DISTCHECK_DVI_TARGET = dvi + distuninstallcheck_listfiles = find . -type f -print + am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ + | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' +! distcleancheck_listfiles = \ +! find . \( -type f -a \! \ +! \( -name .nfs* -o -name .smb* -o -name .__afs* \) \) -print + pkglibexecdir = @pkglibexecdir@ + ACLOCAL = @ACLOCAL@ + ALLOCA = @ALLOCA@ +*************** +*** 368,373 **** +--- 370,377 ---- + CONFIG_INCLUDE = @CONFIG_INCLUDE@ + CPP = @CPP@ + CPPFLAGS = @CPPFLAGS@ ++ CSCOPE = @CSCOPE@ ++ CTAGS = @CTAGS@ + CYGPATH_W = @CYGPATH_W@ + DEFS = @DEFS@ + DEPDIR = @DEPDIR@ +*************** +*** 383,390 **** +--- 387,396 ---- + EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ + EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ + ERRNO_H = @ERRNO_H@ ++ ETAGS = @ETAGS@ + EXEEXT = @EXEEXT@ + FLOAT_H = @FLOAT_H@ ++ GETGROUPS_LIB = @GETGROUPS_LIB@ + GETOPT_CDEFS_H = @GETOPT_CDEFS_H@ + GETOPT_H = @GETOPT_H@ + GLIBC21 = @GLIBC21@ +*************** +*** 1161,1168 **** +--- 1167,1176 ---- + am__include = @am__include@ + am__leading_dot = @am__leading_dot@ + am__quote = @am__quote@ ++ am__rm_f_notfound = @am__rm_f_notfound@ + am__tar = @am__tar@ + am__untar = @am__untar@ ++ am__xargs_n = @am__xargs_n@ + bindir = @bindir@ + build = @build@ + build_alias = @build_alias@ +*************** +*** 1246,1253 **** + echo ' $(SHELL) ./config.status'; \ + $(SHELL) ./config.status;; \ + *) \ +! echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ +! cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ + esac; + + $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) +--- 1254,1261 ---- + echo ' $(SHELL) ./config.status'; \ + $(SHELL) ./config.status;; \ + *) \ +! echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ +! cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ + esac; + + $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) +*************** +*** 1264,1275 **** + @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 + + stamp-h1: $(srcdir)/config.hin $(top_builddir)/config.status +! @rm -f stamp-h1 +! cd $(top_builddir) && $(SHELL) ./config.status config.h + $(srcdir)/config.hin: $(am__configure_deps) +! ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) +! rm -f stamp-h1 +! touch $@ + + distclean-hdr: + -rm -f config.h stamp-h1 +--- 1272,1283 ---- + @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 + + stamp-h1: $(srcdir)/config.hin $(top_builddir)/config.status +! $(AM_V_at)rm -f stamp-h1 +! $(AM_V_GEN)cd $(top_builddir) && $(SHELL) ./config.status config.h + $(srcdir)/config.hin: $(am__configure_deps) +! $(AM_V_GEN)($(am__cd) $(top_srcdir) && $(AUTOHEADER)) +! $(AM_V_at)rm -f stamp-h1 +! $(AM_V_at)touch $@ + + distclean-hdr: + -rm -f config.h stamp-h1 +*************** +*** 1420,1429 **** + distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + -rm -f cscope.out cscope.in.out cscope.po.out cscope.files + +! distdir: $(DISTFILES) + $(am__remove_distdir) +! test -d "$(distdir)" || mkdir "$(distdir)" + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ +--- 1428,1439 ---- + distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + -rm -f cscope.out cscope.in.out cscope.po.out cscope.files ++ distdir: $(BUILT_SOURCES) ++ $(MAKE) $(AM_MAKEFLAGS) distdir-am + +! distdir-am: $(DISTFILES) + $(am__remove_distdir) +! $(AM_V_at)$(MKDIR_P) "$(distdir)" + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ +*************** +*** 1502,1507 **** +--- 1512,1521 ---- + tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz + $(am__post_remove_distdir) + ++ dist-zstd: distdir ++ tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst ++ $(am__post_remove_distdir) ++ + dist-tarZ: distdir + @echo WARNING: "Support for distribution archives compressed with" \ + "legacy program 'compress' is deprecated." >&2 +*************** +*** 1531,1537 **** + distcheck: dist + case '$(DIST_ARCHIVES)' in \ + *.tar.gz*) \ +! eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ + *.tar.bz2*) \ + bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ + *.tar.lz*) \ +--- 1545,1551 ---- + distcheck: dist + case '$(DIST_ARCHIVES)' in \ + *.tar.gz*) \ +! eval GZIP= gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ + *.tar.bz2*) \ + bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ + *.tar.lz*) \ +*************** +*** 1541,1549 **** + *.tar.Z*) \ + uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ + *.shar.gz*) \ +! eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ + *.zip*) \ + unzip $(distdir).zip ;;\ + esac + chmod -R a-w $(distdir) + chmod u+w $(distdir) +--- 1555,1565 ---- + *.tar.Z*) \ + uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ + *.shar.gz*) \ +! eval GZIP= gzip -dc $(distdir).shar.gz | unshar ;;\ + *.zip*) \ + unzip $(distdir).zip ;;\ ++ *.tar.zst*) \ ++ zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ + esac + chmod -R a-w $(distdir) + chmod u+w $(distdir) +*************** +*** 1559,1565 **** + $(DISTCHECK_CONFIGURE_FLAGS) \ + --srcdir=../.. --prefix="$$dc_install_base" \ + && $(MAKE) $(AM_MAKEFLAGS) \ +! && $(MAKE) $(AM_MAKEFLAGS) dvi \ + && $(MAKE) $(AM_MAKEFLAGS) check \ + && $(MAKE) $(AM_MAKEFLAGS) install \ + && $(MAKE) $(AM_MAKEFLAGS) installcheck \ +--- 1575,1581 ---- + $(DISTCHECK_CONFIGURE_FLAGS) \ + --srcdir=../.. --prefix="$$dc_install_base" \ + && $(MAKE) $(AM_MAKEFLAGS) \ +! && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ + && $(MAKE) $(AM_MAKEFLAGS) check \ + && $(MAKE) $(AM_MAKEFLAGS) install \ + && $(MAKE) $(AM_MAKEFLAGS) installcheck \ +*************** +*** 1621,1627 **** + done + install: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) install-recursive +! install-exec: install-exec-recursive + install-data: install-data-recursive + uninstall: uninstall-recursive + +--- 1637,1644 ---- + done + install: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) install-recursive +! install-exec: $(BUILT_SOURCES) +! $(MAKE) $(AM_MAKEFLAGS) install-exec-recursive + install-data: install-data-recursive + uninstall: uninstall-recursive + +*************** +*** 1644,1656 **** + clean-generic: + + distclean-generic: +! -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) +! -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + + maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +! -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) + clean: clean-recursive + + clean-am: clean-generic mostlyclean-am +--- 1661,1673 ---- + clean-generic: + + distclean-generic: +! -$(am__rm_f) $(CONFIG_CLEAN_FILES) +! -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES) + + maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +! -$(am__rm_f) $(BUILT_SOURCES) + clean: clean-recursive + + clean-am: clean-generic mostlyclean-am +*************** +*** 1723,1745 **** + uninstall-man: uninstall-man1 + + .MAKE: $(am__recursive_targets) all check install install-am \ +! install-strip + + .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ + am--refresh check check-am clean clean-cscope clean-generic \ + cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ + dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \ +! dist-zip distcheck distclean distclean-generic distclean-hdr \ +! distclean-tags distcleancheck distdir distuninstallcheck dvi \ +! dvi-am html html-am info info-am install install-am \ +! install-data install-data-am install-dvi install-dvi-am \ +! install-exec install-exec-am install-html install-html-am \ +! install-info install-info-am install-man install-man1 \ +! install-pdf install-pdf-am install-ps install-ps-am \ +! install-strip installcheck installcheck-am installdirs \ +! installdirs-am maintainer-clean maintainer-clean-generic \ +! mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \ +! tags-am uninstall uninstall-am uninstall-man uninstall-man1 + + .PRECIOUS: Makefile + +--- 1740,1763 ---- + uninstall-man: uninstall-man1 + + .MAKE: $(am__recursive_targets) all check install install-am \ +! install-exec install-strip + + .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ + am--refresh check check-am clean clean-cscope clean-generic \ + cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ + dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \ +! dist-zip dist-zstd distcheck distclean distclean-generic \ +! distclean-hdr distclean-tags distcleancheck distdir \ +! distuninstallcheck dvi dvi-am html html-am info info-am \ +! install install-am install-data install-data-am install-dvi \ +! install-dvi-am install-exec install-exec-am install-html \ +! install-html-am install-info install-info-am install-man \ +! install-man1 install-pdf install-pdf-am install-ps \ +! install-ps-am install-strip installcheck installcheck-am \ +! installdirs installdirs-am maintainer-clean \ +! maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ +! pdf-am ps ps-am tags tags-am uninstall uninstall-am \ +! uninstall-man uninstall-man1 + + .PRECIOUS: Makefile + +*************** +*** 1759,1761 **** +--- 1777,1786 ---- + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. + .NOEXPORT: ++ ++ # Tell GNU make to disable its built-in pattern rules. ++ %:: %,v ++ %:: RCS/%,v ++ %:: RCS/% ++ %:: s.% ++ %:: SCCS/s.% +diff -x '*.o' -crB patch-2.7.6-orig/src/Makefile.in patch-2.7.6/src/Makefile.in +*** patch-2.7.6-orig/src/Makefile.in 2018-02-03 15:33:56.000000000 +0200 +--- patch-2.7.6/src/Makefile.in 2025-03-08 23:58:49.600692713 +0200 +*************** +*** 1,7 **** +! # Makefile.in generated by automake 1.15.1 from Makefile.am. + # @configure_input@ + +! # Copyright (C) 1994-2017 Free Software Foundation, Inc. + + # This Makefile.in is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 1,7 ---- +! # Makefile.in generated by automake 1.17 from Makefile.am. + # @configure_input@ + +! # Copyright (C) 1994-2024 Free Software Foundation, Inc. + + # This Makefile.in is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 86,91 **** +--- 86,93 ---- + test $$has_opt = yes + am__make_dryrun = (target_option=n; $(am__make_running_with_option)) + am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) ++ am__rm_f = rm -f $(am__rm_f_notfound) ++ am__rm_rf = rm -rf $(am__rm_f_notfound) + pkgdatadir = $(datadir)/@PACKAGE@ + pkgincludedir = $(includedir)/@PACKAGE@ + pkglibdir = $(libdir)/@PACKAGE@ +*************** +*** 231,237 **** + am__v_at_1 = + DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) + depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp +! am__depfiles_maybe = depfiles + am__mv = mv -f + COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +--- 233,242 ---- + am__v_at_1 = + DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) + depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp +! am__maybe_remake_depfiles = depfiles +! am__depfiles_remade = ./$(DEPDIR)/inp.Po ./$(DEPDIR)/merge.Po \ +! ./$(DEPDIR)/patch.Po ./$(DEPDIR)/pch.Po ./$(DEPDIR)/safe.Po \ +! ./$(DEPDIR)/util.Po ./$(DEPDIR)/version.Po + am__mv = mv -f + COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +*************** +*** 269,276 **** + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +- ETAGS = etags +- CTAGS = ctags + am__DIST_COMMON = $(srcdir)/Makefile.in \ + $(top_srcdir)/build-aux/depcomp + DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +--- 274,279 ---- +*************** +*** 298,303 **** +--- 301,308 ---- + CONFIG_INCLUDE = @CONFIG_INCLUDE@ + CPP = @CPP@ + CPPFLAGS = @CPPFLAGS@ ++ CSCOPE = @CSCOPE@ ++ CTAGS = @CTAGS@ + CYGPATH_W = @CYGPATH_W@ + DEFS = @DEFS@ + DEPDIR = @DEPDIR@ +*************** +*** 313,320 **** +--- 318,327 ---- + EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ + EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ + ERRNO_H = @ERRNO_H@ ++ ETAGS = @ETAGS@ + EXEEXT = @EXEEXT@ + FLOAT_H = @FLOAT_H@ ++ GETGROUPS_LIB = @GETGROUPS_LIB@ + GETOPT_CDEFS_H = @GETOPT_CDEFS_H@ + GETOPT_H = @GETOPT_H@ + GLIBC21 = @GLIBC21@ +*************** +*** 1091,1098 **** +--- 1098,1107 ---- + am__include = @am__include@ + am__leading_dot = @am__leading_dot@ + am__quote = @am__quote@ ++ am__rm_f_notfound = @am__rm_f_notfound@ + am__tar = @am__tar@ + am__untar = @am__untar@ ++ am__xargs_n = @am__xargs_n@ + bindir = @bindir@ + build = @build@ + build_alias = @build_alias@ +*************** +*** 1170,1177 **** + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ +! echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ +! cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + + $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) +--- 1179,1186 ---- + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ +! echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ +! cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + esac; + + $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) +*************** +*** 1220,1229 **** + `; \ + test -n "$$list" || exit 0; \ + echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ +! cd "$(DESTDIR)$(bindir)" && rm -f $$files + + clean-binPROGRAMS: +! -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) + + patch$(EXEEXT): $(patch_OBJECTS) $(patch_DEPENDENCIES) $(EXTRA_patch_DEPENDENCIES) + @rm -f patch$(EXEEXT) +--- 1229,1238 ---- + `; \ + test -n "$$list" || exit 0; \ + echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ +! cd "$(DESTDIR)$(bindir)" && $(am__rm_f) $$files + + clean-binPROGRAMS: +! -$(am__rm_f) $(bin_PROGRAMS) + + patch$(EXEEXT): $(patch_OBJECTS) $(patch_DEPENDENCIES) $(EXTRA_patch_DEPENDENCIES) + @rm -f patch$(EXEEXT) +*************** +*** 1235,1247 **** + distclean-compile: + -rm -f *.tab.c + +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inp.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/merge.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/patch.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pch.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/safe.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@ +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Po@am__quote@ + + .c.o: + @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +--- 1244,1262 ---- + distclean-compile: + -rm -f *.tab.c + +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inp.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/merge.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/patch.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pch.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/safe.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@ # am--include-marker +! @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Po@am__quote@ # am--include-marker +! +! $(am__depfiles_remade): +! @$(MKDIR_P) $(@D) +! @: >>$@ +! +! am--depfiles: $(am__depfiles_remade) + + .c.o: + @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +*************** +*** 1308,1315 **** + + distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +! distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ +--- 1323,1332 ---- + + distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags ++ distdir: $(BUILT_SOURCES) ++ $(MAKE) $(AM_MAKEFLAGS) distdir-am + +! distdir-am: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ +*************** +*** 1370,1377 **** + clean-generic: + + distclean-generic: +! -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) +! -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + + maintainer-clean-generic: + @echo "This command is intended for maintainers to use" +--- 1387,1394 ---- + clean-generic: + + distclean-generic: +! -$(am__rm_f) $(CONFIG_CLEAN_FILES) +! -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES) + + maintainer-clean-generic: + @echo "This command is intended for maintainers to use" +*************** +*** 1381,1387 **** + clean-am: clean-binPROGRAMS clean-generic mostlyclean-am + + distclean: distclean-am +! -rm -rf ./$(DEPDIR) + -rm -f Makefile + distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags +--- 1398,1410 ---- + clean-am: clean-binPROGRAMS clean-generic mostlyclean-am + + distclean: distclean-am +! -rm -f ./$(DEPDIR)/inp.Po +! -rm -f ./$(DEPDIR)/merge.Po +! -rm -f ./$(DEPDIR)/patch.Po +! -rm -f ./$(DEPDIR)/pch.Po +! -rm -f ./$(DEPDIR)/safe.Po +! -rm -f ./$(DEPDIR)/util.Po +! -rm -f ./$(DEPDIR)/version.Po + -rm -f Makefile + distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags +*************** +*** 1427,1433 **** + installcheck-am: + + maintainer-clean: maintainer-clean-am +! -rm -rf ./$(DEPDIR) + -rm -f Makefile + maintainer-clean-am: distclean-am maintainer-clean-generic + +--- 1450,1462 ---- + installcheck-am: + + maintainer-clean: maintainer-clean-am +! -rm -f ./$(DEPDIR)/inp.Po +! -rm -f ./$(DEPDIR)/merge.Po +! -rm -f ./$(DEPDIR)/patch.Po +! -rm -f ./$(DEPDIR)/pch.Po +! -rm -f ./$(DEPDIR)/safe.Po +! -rm -f ./$(DEPDIR)/util.Po +! -rm -f ./$(DEPDIR)/version.Po + -rm -f Makefile + maintainer-clean-am: distclean-am maintainer-clean-generic + +*************** +*** 1447,1453 **** + + .MAKE: install-am install-strip + +! .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ + clean-binPROGRAMS clean-generic cscopelist-am ctags ctags-am \ + distclean distclean-compile distclean-generic distclean-tags \ + distdir dvi dvi-am html html-am info info-am install \ +--- 1476,1482 ---- + + .MAKE: install-am install-strip + +! .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-binPROGRAMS clean-generic cscopelist-am ctags ctags-am \ + distclean distclean-compile distclean-generic distclean-tags \ + distdir dvi dvi-am html html-am info info-am install \ +*************** +*** 1467,1469 **** +--- 1496,1505 ---- + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. + .NOEXPORT: ++ ++ # Tell GNU make to disable its built-in pattern rules. ++ %:: %,v ++ %:: RCS/%,v ++ %:: RCS/% ++ %:: s.% ++ %:: SCCS/s.% +diff -x '*.o' -crB patch-2.7.6-orig/tests/Makefile.in patch-2.7.6/tests/Makefile.in +*** patch-2.7.6-orig/tests/Makefile.in 2018-02-03 15:33:56.000000000 +0200 +--- patch-2.7.6/tests/Makefile.in 2025-03-08 23:58:49.631652707 +0200 +*************** +*** 1,7 **** +! # Makefile.in generated by automake 1.15.1 from Makefile.am. + # @configure_input@ + +! # Copyright (C) 1994-2017 Free Software Foundation, Inc. + + # This Makefile.in is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +--- 1,7 ---- +! # Makefile.in generated by automake 1.17 from Makefile.am. + # @configure_input@ + +! # Copyright (C) 1994-2024 Free Software Foundation, Inc. + + # This Makefile.in is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, +*************** +*** 85,90 **** +--- 85,92 ---- + test $$has_opt = yes + am__make_dryrun = (target_option=n; $(am__make_running_with_option)) + am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) ++ am__rm_f = rm -f $(am__rm_f_notfound) ++ am__rm_rf = rm -rf $(am__rm_f_notfound) + pkgdatadir = $(datadir)/@PACKAGE@ + pkgincludedir = $(includedir)/@PACKAGE@ + pkglibdir = $(libdir)/@PACKAGE@ +*************** +*** 263,272 **** + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' + am__uninstall_files_from_dir = { \ +! test -z "$$files" \ +! || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ +! || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ +! $(am__cd) "$$dir" && rm -f $$files; }; \ + } + am__recheck_rx = ^[ ]*:recheck:[ ]* + am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* +--- 265,273 ---- + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' + am__uninstall_files_from_dir = { \ +! { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ +! || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ +! $(am__cd) "$$dir" && echo $$files | $(am__xargs_n) 40 $(am__rm_f); }; \ + } + am__recheck_rx = ^[ ]*:recheck:[ ]* + am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* +*************** +*** 354,359 **** +--- 355,361 ---- + # Default flags passed to test drivers. + am__common_driver_flags = \ + --color-tests "$$am__color_tests" \ ++ $$am__collect_skipped_logs \ + --enable-hard-errors "$$am__enable_hard_errors" \ + --expect-failure "$$am__expect_failure" + # To be inserted before the command running the test. Creates the +*************** +*** 378,383 **** +--- 380,390 ---- + elif test -f "$$f"; then dir=; \ + else dir="$(srcdir)/"; fi; \ + tst=$$dir$$f; log='$@'; \ ++ if test -n '$(IGNORE_SKIPPED_LOGS)'; then \ ++ am__collect_skipped_logs='--collect-skipped-logs no'; \ ++ else \ ++ am__collect_skipped_logs=''; \ ++ fi; \ + if test -n '$(DISABLE_HARD_ERRORS)'; then \ + am__enable_hard_errors=no; \ + else \ +*************** +*** 401,406 **** +--- 408,414 ---- + bases='$(TEST_LOGS)'; \ + bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ + bases=`echo $$bases` ++ AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' + RECHECK_LOGS = $(TEST_LOGS) + AM_RECURSIVE_TARGETS = check recheck + TEST_SUITE_LOG = test-suite.log +*************** +*** 450,455 **** +--- 458,465 ---- + CONFIG_INCLUDE = @CONFIG_INCLUDE@ + CPP = @CPP@ + CPPFLAGS = @CPPFLAGS@ ++ CSCOPE = @CSCOPE@ ++ CTAGS = @CTAGS@ + CYGPATH_W = @CYGPATH_W@ + DEFS = @DEFS@ + DEPDIR = @DEPDIR@ +*************** +*** 465,472 **** +--- 475,484 ---- + EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ + EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ + ERRNO_H = @ERRNO_H@ ++ ETAGS = @ETAGS@ + EXEEXT = @EXEEXT@ + FLOAT_H = @FLOAT_H@ ++ GETGROUPS_LIB = @GETGROUPS_LIB@ + GETOPT_CDEFS_H = @GETOPT_CDEFS_H@ + GETOPT_H = @GETOPT_H@ + GLIBC21 = @GLIBC21@ +*************** +*** 1243,1250 **** +--- 1255,1264 ---- + am__include = @am__include@ + am__leading_dot = @am__leading_dot@ + am__quote = @am__quote@ ++ am__rm_f_notfound = @am__rm_f_notfound@ + am__tar = @am__tar@ + am__untar = @am__untar@ ++ am__xargs_n = @am__xargs_n@ + bindir = @bindir@ + build = @build@ + build_alias = @build_alias@ +*************** +*** 1374,1381 **** + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ +! echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ +! cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + + $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) +--- 1388,1395 ---- + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ +! echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ +! cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + esac; + + $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) +*************** +*** 1482,1491 **** +--- 1495,1531 ---- + result_count $$1 "XPASS:" $$xpass "$$red"; \ + result_count $$1 "ERROR:" $$error "$$mgn"; \ + }; \ ++ output_system_information () \ ++ { \ ++ echo; \ ++ { uname -a | $(AWK) '{ \ ++ printf "System information (uname -a):"; \ ++ for (i = 1; i < NF; ++i) \ ++ { \ ++ if (i != 2) \ ++ printf " %s", $$i; \ ++ } \ ++ printf "\n"; \ ++ }'; } 2>&1; \ ++ if test -r /etc/os-release; then \ ++ echo "Distribution information (/etc/os-release):"; \ ++ sed 8q /etc/os-release; \ ++ elif test -r /etc/issue; then \ ++ echo "Distribution information (/etc/issue):"; \ ++ cat /etc/issue; \ ++ fi; \ ++ }; \ ++ please_report () \ ++ { \ ++ echo "Some test(s) failed. Please report this to $(PACKAGE_BUGREPORT),"; \ ++ echo "together with the test-suite.log file (gzipped) and your system"; \ ++ echo "information. Thanks."; \ ++ }; \ + { \ + echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ + $(am__rst_title); \ + create_testsuite_report --no-color; \ ++ output_system_information; \ + echo; \ + echo ".. contents:: :depth: 2"; \ + echo; \ +*************** +*** 1500,1530 **** + test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ + fi; \ + echo "$${col}$$br$${std}"; \ +! echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \ + echo "$${col}$$br$${std}"; \ + create_testsuite_report --maybe-color; \ + echo "$$col$$br$$std"; \ + if $$success; then :; else \ +! echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ + if test -n "$(PACKAGE_BUGREPORT)"; then \ +! echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ + fi; \ + echo "$$col$$br$$std"; \ + fi; \ + $$success || exit 1 + +! check-TESTS: +! @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list +! @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list +! @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) + @set +e; $(am__set_TESTS_bases); \ + log_list=`for i in $$bases; do echo $$i.log; done`; \ +! trs_list=`for i in $$bases; do echo $$i.trs; done`; \ +! log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ + $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ + exit $$?; + recheck: all +! @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) + @set +e; $(am__set_TESTS_bases); \ + bases=`for i in $$bases; do echo $$i; done \ + | $(am__list_recheck_tests)` || exit 1; \ +--- 1540,1569 ---- + test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ + fi; \ + echo "$${col}$$br$${std}"; \ +! echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ + echo "$${col}$$br$${std}"; \ + create_testsuite_report --maybe-color; \ + echo "$$col$$br$$std"; \ + if $$success; then :; else \ +! echo "$${col}See $(subdir)/$(TEST_SUITE_LOG) for debugging.$${std}";\ + if test -n "$(PACKAGE_BUGREPORT)"; then \ +! please_report | sed -e "s/^/$${col}/" -e s/'$$'/"$${std}"/; \ + fi; \ + echo "$$col$$br$$std"; \ + fi; \ + $$success || exit 1 + +! check-TESTS: +! @$(am__rm_f) $(RECHECK_LOGS) +! @$(am__rm_f) $(RECHECK_LOGS:.log=.trs) +! @$(am__rm_f) $(TEST_SUITE_LOG) + @set +e; $(am__set_TESTS_bases); \ + log_list=`for i in $$bases; do echo $$i.log; done`; \ +! log_list=`echo $$log_list`; \ + $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ + exit $$?; + recheck: all +! @$(am__rm_f) $(TEST_SUITE_LOG) + @set +e; $(am__set_TESTS_bases); \ + bases=`for i in $$bases; do echo $$i; done \ + | $(am__list_recheck_tests)` || exit 1; \ +*************** +*** 1856,1863 **** + @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ + @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ + @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) + +! distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ +--- 1895,1904 ---- + @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ + @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ + @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) ++ distdir: $(BUILT_SOURCES) ++ $(MAKE) $(AM_MAKEFLAGS) distdir-am + +! distdir-am: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ +*************** +*** 1912,1926 **** + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi + mostlyclean-generic: +! -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) +! -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) +! -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) + + clean-generic: + + distclean-generic: +! -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) +! -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + + maintainer-clean-generic: + @echo "This command is intended for maintainers to use" +--- 1953,1967 ---- + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi + mostlyclean-generic: +! -$(am__rm_f) $(TEST_LOGS) +! -$(am__rm_f) $(TEST_LOGS:.log=.trs) +! -$(am__rm_f) $(TEST_SUITE_LOG) + + clean-generic: + + distclean-generic: +! -$(am__rm_f) $(CONFIG_CLEAN_FILES) +! -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES) + + maintainer-clean-generic: + @echo "This command is intended for maintainers to use" +*************** +*** 2010,2012 **** +--- 2051,2060 ---- + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. + .NOEXPORT: ++ ++ # Tell GNU make to disable its built-in pattern rules. ++ %:: %,v ++ %:: RCS/%,v ++ %:: RCS/% ++ %:: s.% ++ %:: SCCS/s.% diff --git a/ports/gnu-patch/port.toml b/ports/gnu-patch/port.toml new file mode 100644 index 00000000..3531526a --- /dev/null +++ b/ports/gnu-patch/port.toml @@ -0,0 +1,2 @@ +description = "GNU utilities for patching files" +version = "2.7.6" diff --git a/ports/meta-port-scripts/gnu-compile.sh b/ports/meta-port-scripts/gnu-compile.sh new file mode 100755 index 00000000..c0254688 --- /dev/null +++ b/ports/meta-port-scripts/gnu-compile.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +set -e + +. $1/gnu-project.sh +. $Y_PORT_UTILS/gnu.sh +gnu_compile "$@" diff --git a/ports/meta-port-scripts/gnu-fetch.sh b/ports/meta-port-scripts/gnu-fetch.sh new file mode 100755 index 00000000..06dd4fc7 --- /dev/null +++ b/ports/meta-port-scripts/gnu-fetch.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +set -e + +. $1/gnu-project.sh +. $Y_PORT_UTILS/gnu.sh +gnu_fetch "$@" diff --git a/ports/meta-port-scripts/gnu-install.sh b/ports/meta-port-scripts/gnu-install.sh new file mode 100755 index 00000000..b6b61cd9 --- /dev/null +++ b/ports/meta-port-scripts/gnu-install.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +set -e + +. $1/gnu-project.sh +. $Y_PORT_UTILS/gnu.sh +gnu_install "$@" diff --git a/ports/meta-port-scripts/gnu.sh b/ports/meta-port-scripts/gnu.sh new file mode 100755 index 00000000..12a2fb03 --- /dev/null +++ b/ports/meta-port-scripts/gnu.sh @@ -0,0 +1,55 @@ +#!/bin/sh + +. $Y_PORT_UTILS/sig.sh + +SRC_FILENAME="${GNU_PROJECT}-${Y_PORT_VERSION}.tar.gz" +RELEASE_BASE="https://ftp.gnu.org/gnu/${GNU_PROJECT}" +RELEASE_URL="$RELEASE_BASE/$SRC_FILENAME" + +gnu_fetch() { + source_dir=$2 + build_dir=$3 + + mkdir -p $source_dir + cd $source_dir + + if [ ! -f .source-ready ]; then + curl -LO $RELEASE_URL + verify_sha256 $SRC_SHA256 $SRC_FILENAME + + tar xf $SRC_FILENAME + + cd ${GNU_PROJECT}-${Y_PORT_VERSION} + for patch in $1/patches/${Y_PORT_VERSION}/*.patch; do + echo Apply $patch + patch -p1 <$patch + done + + touch $source_dir/.source-ready + fi +} + +gnu_compile() { + source_dir=$2 + build_dir=$3 + + mkdir -p $build_dir + cd $build_dir + + if [ ! -f Makefile ]; then + CC="clang" CFLAGS="-DNO_ARCHIVES -fPIC -target $Y_TRIPLE --sysroot $Y_SYSROOT" \ + $source_dir/${GNU_PROJECT}-${Y_PORT_VERSION}/configure \ + --prefix=/usr \ + --build=x86_64-pc-linux-gnu \ + --host=x86_64-unknown-yggdrasil \ + $GNU_CONFIGURE_OPTIONS + fi + + make -j +} + +gnu_install() { + build_dir=$3 + cd $build_dir + make -j install DESTDIR=$Y_SYSROOT >/dev/null +} diff --git a/ports/meta-port-scripts/sig.sh b/ports/meta-port-scripts/sig.sh old mode 100644 new mode 100755 diff --git a/userspace/lib/ygglibc/src/headers/stdio/util.rs b/userspace/lib/ygglibc/src/headers/stdio/util.rs index 16983c68..c7d67007 100644 --- a/userspace/lib/ygglibc/src/headers/stdio/util.rs +++ b/userspace/lib/ygglibc/src/headers/stdio/util.rs @@ -44,22 +44,24 @@ unsafe extern "C" fn remove(path: *const c_char) -> CIntZeroResult { #[no_mangle] unsafe extern "C" fn rename(src: *const c_char, dst: *const c_char) -> CIntZeroResult { - renameat(AT_FDCWD, src, dst) + renameat(AT_FDCWD, src, AT_FDCWD, dst) } #[no_mangle] unsafe extern "C" fn renameat( - atfd: c_int, + old_atfd: c_int, src: *const c_char, + new_atfd: c_int, dst: *const c_char, ) -> CIntZeroResult { - let at = util::at_fd(atfd)?; + let old_at = util::at_fd(old_atfd)?; + let new_at = util::at_fd(new_atfd)?; let source = src.ensure_str(); let destination = dst.ensure_str(); syscall::rename(&Rename { - source_at: at, - destination_at: at, + source_at: old_at, + destination_at: new_at, source, destination, }) diff --git a/userspace/lib/ygglibc/src/io/managed.rs b/userspace/lib/ygglibc/src/io/managed.rs index baf29938..0a190353 100644 --- a/userspace/lib/ygglibc/src/io/managed.rs +++ b/userspace/lib/ygglibc/src/io/managed.rs @@ -432,15 +432,13 @@ impl FILE { match mode { BufferingMode::None => self.read_buffer = None, BufferingMode::Line | BufferingMode::Full => { - if buffer.is_null() { - if read_capacity == 0 { - read_capacity = BUFSIZ; - } + if read_capacity == 0 { + read_capacity = BUFSIZ; + } + if buffer.is_null() { self.read_buffer = Some(ReadBuffer::owned(read_capacity)); } else { - assert_ne!(read_capacity, 0); - let slice = unsafe { core::slice::from_raw_parts_mut(buffer.cast(), read_capacity) }; self.read_buffer = Some(ReadBuffer::borrowed(slice)); diff --git a/userspace/lib/ygglibc/src/panic.rs b/userspace/lib/ygglibc/src/panic.rs index a1ab2d33..f8d7d9a1 100644 --- a/userspace/lib/ygglibc/src/panic.rs +++ b/userspace/lib/ygglibc/src/panic.rs @@ -74,6 +74,8 @@ fn panic_handler(pi: &core::panic::PanicInfo) -> ! { use crate::{error::EResult, process, thread::Thread}; + yggdrasil_rt::debug_trace!(Error, "{:?}", pi); + match PANIC_COUNT.fetch_add(1, Ordering::Relaxed) { 0 => { let mut printer = PanicPrinter::new();