aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2011-09-07 06:18:28 -0400
committerGlenn Morris2011-09-07 06:18:28 -0400
commita9bec17c465bc95a3ff5790b6b40cb0e110b21a4 (patch)
treead85ab3ee11e87d0d652237b34f1a8c01958b596
parent0f054abcece17599955b8ee34b4f8d7eec134a70 (diff)
downloademacs-a9bec17c465bc95a3ff5790b6b40cb0e110b21a4.tar.gz
emacs-a9bec17c465bc95a3ff5790b6b40cb0e110b21a4.zip
Auto-commit of generated files.
-rw-r--r--autogen/aclocal.m44
-rw-r--r--autogen/config.in3
-rwxr-xr-xautogen/configure1284
3 files changed, 624 insertions, 667 deletions
diff --git a/autogen/aclocal.m4 b/autogen/aclocal.m4
index 1947c35212a..98a0e905b08 100644
--- a/autogen/aclocal.m4
+++ b/autogen/aclocal.m4
@@ -13,8 +13,8 @@
13 13
14m4_ifndef([AC_AUTOCONF_VERSION], 14m4_ifndef([AC_AUTOCONF_VERSION],
15 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl 15 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
16m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],, 16m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],,
17[m4_warning([this file was generated for autoconf 2.68. 17[m4_warning([this file was generated for autoconf 2.65.
18You have another version of autoconf. It may work, but is not guaranteed to. 18You have another version of autoconf. It may work, but is not guaranteed to.
19If you have problems, you may need to regenerate the build system entirely. 19If you have problems, you may need to regenerate the build system entirely.
20To do so, use the procedure documented by the package, typically `autoreconf'.])]) 20To do so, use the procedure documented by the package, typically `autoreconf'.])])
diff --git a/autogen/config.in b/autogen/config.in
index a22b2afb721..bfec2882534 100644
--- a/autogen/config.in
+++ b/autogen/config.in
@@ -369,9 +369,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
369/* Define to 1 if you have the <inttypes.h> header file. */ 369/* Define to 1 if you have the <inttypes.h> header file. */
370#undef HAVE_INTTYPES_H 370#undef HAVE_INTTYPES_H
371 371
372/* Define to 1 if you have the `isnan' function. */
373#undef HAVE_ISNAN
374
375/* Define to 1 if you have the jpeg library (-ljpeg). */ 372/* Define to 1 if you have the jpeg library (-ljpeg). */
376#undef HAVE_JPEG 373#undef HAVE_JPEG
377 374
diff --git a/autogen/configure b/autogen/configure
index 84963b171a3..cd9648bef42 100755
--- a/autogen/configure
+++ b/autogen/configure
@@ -1,11 +1,11 @@
1#! /bin/sh 1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles. 2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.68 for emacs 24.0.50. 3# Generated by GNU Autoconf 2.65 for emacs 24.0.50.
4# 4#
5# 5#
6# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 6# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
7# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software 7# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
8# Foundation, Inc. 8# Inc.
9# 9#
10# 10#
11# This configure script is free software; the Free Software Foundation 11# This configure script is free software; the Free Software Foundation
@@ -89,7 +89,6 @@ fi
89IFS=" "" $as_nl" 89IFS=" "" $as_nl"
90 90
91# Find who we are. Look in the path if we contain no directory separator. 91# Find who we are. Look in the path if we contain no directory separator.
92as_myself=
93case $0 in #(( 92case $0 in #((
94 *[\\/]* ) as_myself=$0 ;; 93 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 94 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -215,18 +214,11 @@ IFS=$as_save_IFS
215 # We cannot yet assume a decent shell, so we have to provide a 214 # We cannot yet assume a decent shell, so we have to provide a
216 # neutralization value for shells without unset; and this also 215 # neutralization value for shells without unset; and this also
217 # works around shells that cannot unset nonexistent variables. 216 # works around shells that cannot unset nonexistent variables.
218 # Preserve -v and -x to the replacement shell.
219 BASH_ENV=/dev/null 217 BASH_ENV=/dev/null
220 ENV=/dev/null 218 ENV=/dev/null
221 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 219 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
222 export CONFIG_SHELL 220 export CONFIG_SHELL
223 case $- in # (((( 221 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
224 *v*x* | *x*v* ) as_opts=-vx ;;
225 *v* ) as_opts=-v ;;
226 *x* ) as_opts=-x ;;
227 * ) as_opts= ;;
228 esac
229 exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
230fi 222fi
231 223
232 if test x$as_have_required = xno; then : 224 if test x$as_have_required = xno; then :
@@ -324,7 +316,7 @@ $as_echo X"$as_dir" |
324 test -d "$as_dir" && break 316 test -d "$as_dir" && break
325 done 317 done
326 test -z "$as_dirs" || eval "mkdir $as_dirs" 318 test -z "$as_dirs" || eval "mkdir $as_dirs"
327 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" 319 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
328 320
329 321
330} # as_fn_mkdir_p 322} # as_fn_mkdir_p
@@ -364,19 +356,19 @@ else
364fi # as_fn_arith 356fi # as_fn_arith
365 357
366 358
367# as_fn_error STATUS ERROR [LINENO LOG_FD] 359# as_fn_error ERROR [LINENO LOG_FD]
368# ---------------------------------------- 360# ---------------------------------
369# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 361# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
370# provided, also output the error to LOG_FD, referencing LINENO. Then exit the 362# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
371# script with STATUS, using 1 if that was 0. 363# script with status $?, using 1 if that was 0.
372as_fn_error () 364as_fn_error ()
373{ 365{
374 as_status=$1; test $as_status -eq 0 && as_status=1 366 as_status=$?; test $as_status -eq 0 && as_status=1
375 if test "$4"; then 367 if test "$3"; then
376 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 368 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
377 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 369 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
378 fi 370 fi
379 $as_echo "$as_me: error: $2" >&2 371 $as_echo "$as_me: error: $1" >&2
380 as_fn_exit $as_status 372 as_fn_exit $as_status
381} # as_fn_error 373} # as_fn_error
382 374
@@ -538,7 +530,7 @@ test -n "$DJDIR" || exec 7<&0 </dev/null
538exec 6>&1 530exec 6>&1
539 531
540# Name of the host. 532# Name of the host.
541# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, 533# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
542# so uname gets run too. 534# so uname gets run too.
543ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 535ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
544 536
@@ -1399,9 +1391,8 @@ do
1399 fi 1391 fi
1400 1392
1401 case $ac_option in 1393 case $ac_option in
1402 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 1394 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1403 *=) ac_optarg= ;; 1395 *) ac_optarg=yes ;;
1404 *) ac_optarg=yes ;;
1405 esac 1396 esac
1406 1397
1407 # Accept the important Cygnus configure options, so we can diagnose typos. 1398 # Accept the important Cygnus configure options, so we can diagnose typos.
@@ -1446,7 +1437,7 @@ do
1446 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 1437 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1447 # Reject names that are not valid shell variable names. 1438 # Reject names that are not valid shell variable names.
1448 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1439 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1449 as_fn_error $? "invalid feature name: $ac_useropt" 1440 as_fn_error "invalid feature name: $ac_useropt"
1450 ac_useropt_orig=$ac_useropt 1441 ac_useropt_orig=$ac_useropt
1451 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1442 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1452 case $ac_user_opts in 1443 case $ac_user_opts in
@@ -1472,7 +1463,7 @@ do
1472 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 1463 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1473 # Reject names that are not valid shell variable names. 1464 # Reject names that are not valid shell variable names.
1474 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1465 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1475 as_fn_error $? "invalid feature name: $ac_useropt" 1466 as_fn_error "invalid feature name: $ac_useropt"
1476 ac_useropt_orig=$ac_useropt 1467 ac_useropt_orig=$ac_useropt
1477 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1468 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1478 case $ac_user_opts in 1469 case $ac_user_opts in
@@ -1676,7 +1667,7 @@ do
1676 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1667 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1677 # Reject names that are not valid shell variable names. 1668 # Reject names that are not valid shell variable names.
1678 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1669 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1679 as_fn_error $? "invalid package name: $ac_useropt" 1670 as_fn_error "invalid package name: $ac_useropt"
1680 ac_useropt_orig=$ac_useropt 1671 ac_useropt_orig=$ac_useropt
1681 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1672 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1682 case $ac_user_opts in 1673 case $ac_user_opts in
@@ -1692,7 +1683,7 @@ do
1692 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1683 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1693 # Reject names that are not valid shell variable names. 1684 # Reject names that are not valid shell variable names.
1694 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1685 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1695 as_fn_error $? "invalid package name: $ac_useropt" 1686 as_fn_error "invalid package name: $ac_useropt"
1696 ac_useropt_orig=$ac_useropt 1687 ac_useropt_orig=$ac_useropt
1697 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1688 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1698 case $ac_user_opts in 1689 case $ac_user_opts in
@@ -1722,8 +1713,8 @@ do
1722 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 1713 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1723 x_libraries=$ac_optarg ;; 1714 x_libraries=$ac_optarg ;;
1724 1715
1725 -*) as_fn_error $? "unrecognized option: \`$ac_option' 1716 -*) as_fn_error "unrecognized option: \`$ac_option'
1726Try \`$0 --help' for more information" 1717Try \`$0 --help' for more information."
1727 ;; 1718 ;;
1728 1719
1729 *=*) 1720 *=*)
@@ -1731,7 +1722,7 @@ Try \`$0 --help' for more information"
1731 # Reject names that are not valid shell variable names. 1722 # Reject names that are not valid shell variable names.
1732 case $ac_envvar in #( 1723 case $ac_envvar in #(
1733 '' | [0-9]* | *[!_$as_cr_alnum]* ) 1724 '' | [0-9]* | *[!_$as_cr_alnum]* )
1734 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; 1725 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1735 esac 1726 esac
1736 eval $ac_envvar=\$ac_optarg 1727 eval $ac_envvar=\$ac_optarg
1737 export $ac_envvar ;; 1728 export $ac_envvar ;;
@@ -1741,7 +1732,7 @@ Try \`$0 --help' for more information"
1741 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1732 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1742 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1733 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1743 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1734 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1744 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" 1735 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1745 ;; 1736 ;;
1746 1737
1747 esac 1738 esac
@@ -1749,13 +1740,13 @@ done
1749 1740
1750if test -n "$ac_prev"; then 1741if test -n "$ac_prev"; then
1751 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1742 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1752 as_fn_error $? "missing argument to $ac_option" 1743 as_fn_error "missing argument to $ac_option"
1753fi 1744fi
1754 1745
1755if test -n "$ac_unrecognized_opts"; then 1746if test -n "$ac_unrecognized_opts"; then
1756 case $enable_option_checking in 1747 case $enable_option_checking in
1757 no) ;; 1748 no) ;;
1758 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; 1749 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1759 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; 1750 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1760 esac 1751 esac
1761fi 1752fi
@@ -1778,7 +1769,7 @@ do
1778 [\\/$]* | ?:[\\/]* ) continue;; 1769 [\\/$]* | ?:[\\/]* ) continue;;
1779 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1770 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1780 esac 1771 esac
1781 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" 1772 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1782done 1773done
1783 1774
1784# There might be people who depend on the old broken behavior: `$host' 1775# There might be people who depend on the old broken behavior: `$host'
@@ -1792,8 +1783,8 @@ target=$target_alias
1792if test "x$host_alias" != x; then 1783if test "x$host_alias" != x; then
1793 if test "x$build_alias" = x; then 1784 if test "x$build_alias" = x; then
1794 cross_compiling=maybe 1785 cross_compiling=maybe
1795 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. 1786 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1796 If a cross compiler is detected then cross compile mode will be used" >&2 1787 If a cross compiler is detected then cross compile mode will be used." >&2
1797 elif test "x$build_alias" != "x$host_alias"; then 1788 elif test "x$build_alias" != "x$host_alias"; then
1798 cross_compiling=yes 1789 cross_compiling=yes
1799 fi 1790 fi
@@ -1808,9 +1799,9 @@ test "$silent" = yes && exec 6>/dev/null
1808ac_pwd=`pwd` && test -n "$ac_pwd" && 1799ac_pwd=`pwd` && test -n "$ac_pwd" &&
1809ac_ls_di=`ls -di .` && 1800ac_ls_di=`ls -di .` &&
1810ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1801ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1811 as_fn_error $? "working directory cannot be determined" 1802 as_fn_error "working directory cannot be determined"
1812test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1803test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1813 as_fn_error $? "pwd does not report name of working directory" 1804 as_fn_error "pwd does not report name of working directory"
1814 1805
1815 1806
1816# Find the source files, if location was not specified. 1807# Find the source files, if location was not specified.
@@ -1849,11 +1840,11 @@ else
1849fi 1840fi
1850if test ! -r "$srcdir/$ac_unique_file"; then 1841if test ! -r "$srcdir/$ac_unique_file"; then
1851 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1842 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1852 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" 1843 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1853fi 1844fi
1854ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1845ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1855ac_abs_confdir=`( 1846ac_abs_confdir=`(
1856 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" 1847 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1857 pwd)` 1848 pwd)`
1858# When building in place, set srcdir=. 1849# When building in place, set srcdir=.
1859if test "$ac_abs_confdir" = "$ac_pwd"; then 1850if test "$ac_abs_confdir" = "$ac_pwd"; then
@@ -1893,7 +1884,7 @@ Configuration:
1893 --help=short display options specific to this package 1884 --help=short display options specific to this package
1894 --help=recursive display the short help of all the included packages 1885 --help=recursive display the short help of all the included packages
1895 -V, --version display version information and exit 1886 -V, --version display version information and exit
1896 -q, --quiet, --silent do not print \`checking ...' messages 1887 -q, --quiet, --silent do not print \`checking...' messages
1897 --cache-file=FILE cache test results in FILE [disabled] 1888 --cache-file=FILE cache test results in FILE [disabled]
1898 -C, --config-cache alias for \`--cache-file=config.cache' 1889 -C, --config-cache alias for \`--cache-file=config.cache'
1899 -n, --no-create do not create output files 1890 -n, --no-create do not create output files
@@ -2117,9 +2108,9 @@ test -n "$ac_init_help" && exit $ac_status
2117if $ac_init_version; then 2108if $ac_init_version; then
2118 cat <<\_ACEOF 2109 cat <<\_ACEOF
2119emacs configure 24.0.50 2110emacs configure 24.0.50
2120generated by GNU Autoconf 2.68 2111generated by GNU Autoconf 2.65
2121 2112
2122Copyright (C) 2010 Free Software Foundation, Inc. 2113Copyright (C) 2009 Free Software Foundation, Inc.
2123This configure script is free software; the Free Software Foundation 2114This configure script is free software; the Free Software Foundation
2124gives unlimited permission to copy, distribute and modify it. 2115gives unlimited permission to copy, distribute and modify it.
2125_ACEOF 2116_ACEOF
@@ -2163,7 +2154,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
2163 2154
2164 ac_retval=1 2155 ac_retval=1
2165fi 2156fi
2166 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 2157 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2167 as_fn_set_status $ac_retval 2158 as_fn_set_status $ac_retval
2168 2159
2169} # ac_fn_c_try_compile 2160} # ac_fn_c_try_compile
@@ -2189,7 +2180,7 @@ $as_echo "$ac_try_echo"; } >&5
2189 mv -f conftest.er1 conftest.err 2180 mv -f conftest.er1 conftest.err
2190 fi 2181 fi
2191 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 2182 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2192 test $ac_status = 0; } > conftest.i && { 2183 test $ac_status = 0; } >/dev/null && {
2193 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 2184 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2194 test ! -s conftest.err 2185 test ! -s conftest.err
2195 }; then : 2186 }; then :
@@ -2200,7 +2191,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
2200 2191
2201 ac_retval=1 2192 ac_retval=1
2202fi 2193fi
2203 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 2194 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2204 as_fn_set_status $ac_retval 2195 as_fn_set_status $ac_retval
2205 2196
2206} # ac_fn_c_try_cpp 2197} # ac_fn_c_try_cpp
@@ -2213,10 +2204,10 @@ fi
2213ac_fn_c_check_header_mongrel () 2204ac_fn_c_check_header_mongrel ()
2214{ 2205{
2215 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2206 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2216 if eval \${$3+:} false; then : 2207 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2218$as_echo_n "checking for $2... " >&6; } 2209$as_echo_n "checking for $2... " >&6; }
2219if eval \${$3+:} false; then : 2210if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2220 $as_echo_n "(cached) " >&6 2211 $as_echo_n "(cached) " >&6
2221fi 2212fi
2222eval ac_res=\$$3 2213eval ac_res=\$$3
@@ -2252,7 +2243,7 @@ if ac_fn_c_try_cpp "$LINENO"; then :
2252else 2243else
2253 ac_header_preproc=no 2244 ac_header_preproc=no
2254fi 2245fi
2255rm -f conftest.err conftest.i conftest.$ac_ext 2246rm -f conftest.err conftest.$ac_ext
2256{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 2247{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2257$as_echo "$ac_header_preproc" >&6; } 2248$as_echo "$ac_header_preproc" >&6; }
2258 2249
@@ -2279,7 +2270,7 @@ $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2279esac 2270esac
2280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2281$as_echo_n "checking for $2... " >&6; } 2272$as_echo_n "checking for $2... " >&6; }
2282if eval \${$3+:} false; then : 2273if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2283 $as_echo_n "(cached) " >&6 2274 $as_echo_n "(cached) " >&6
2284else 2275else
2285 eval "$3=\$ac_header_compiler" 2276 eval "$3=\$ac_header_compiler"
@@ -2288,7 +2279,7 @@ eval ac_res=\$$3
2288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2289$as_echo "$ac_res" >&6; } 2280$as_echo "$ac_res" >&6; }
2290fi 2281fi
2291 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 2282 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2292 2283
2293} # ac_fn_c_check_header_mongrel 2284} # ac_fn_c_check_header_mongrel
2294 2285
@@ -2329,7 +2320,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
2329 ac_retval=$ac_status 2320 ac_retval=$ac_status
2330fi 2321fi
2331 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 2322 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2332 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 2323 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2333 as_fn_set_status $ac_retval 2324 as_fn_set_status $ac_retval
2334 2325
2335} # ac_fn_c_try_run 2326} # ac_fn_c_try_run
@@ -2343,7 +2334,7 @@ ac_fn_c_check_header_compile ()
2343 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2334 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2345$as_echo_n "checking for $2... " >&6; } 2336$as_echo_n "checking for $2... " >&6; }
2346if eval \${$3+:} false; then : 2337if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2347 $as_echo_n "(cached) " >&6 2338 $as_echo_n "(cached) " >&6
2348else 2339else
2349 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2340 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -2361,7 +2352,7 @@ fi
2361eval ac_res=\$$3 2352eval ac_res=\$$3
2362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2363$as_echo "$ac_res" >&6; } 2354$as_echo "$ac_res" >&6; }
2364 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 2355 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2365 2356
2366} # ac_fn_c_check_header_compile 2357} # ac_fn_c_check_header_compile
2367 2358
@@ -2406,23 +2397,20 @@ fi
2406 # interfere with the next link command; also delete a directory that is 2397 # interfere with the next link command; also delete a directory that is
2407 # left behind by Apple's compiler. We do this before executing the actions. 2398 # left behind by Apple's compiler. We do this before executing the actions.
2408 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 2399 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2409 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 2400 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2410 as_fn_set_status $ac_retval 2401 as_fn_set_status $ac_retval
2411 2402
2412} # ac_fn_c_try_link 2403} # ac_fn_c_try_link
2413 2404
2414# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES 2405# ac_fn_c_check_decl LINENO SYMBOL VAR
2415# --------------------------------------------- 2406# ------------------------------------
2416# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR 2407# Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
2417# accordingly.
2418ac_fn_c_check_decl () 2408ac_fn_c_check_decl ()
2419{ 2409{
2420 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2410 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2421 as_decl_name=`echo $2|sed 's/ *(.*//'` 2411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $2 is declared" >&5
2422 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'` 2412$as_echo_n "checking whether $2 is declared... " >&6; }
2423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 2413if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2424$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2425if eval \${$3+:} false; then :
2426 $as_echo_n "(cached) " >&6 2414 $as_echo_n "(cached) " >&6
2427else 2415else
2428 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2416 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -2431,12 +2419,8 @@ $4
2431int 2419int
2432main () 2420main ()
2433{ 2421{
2434#ifndef $as_decl_name 2422#ifndef $2
2435#ifdef __cplusplus 2423 (void) $2;
2436 (void) $as_decl_use;
2437#else
2438 (void) $as_decl_name;
2439#endif
2440#endif 2424#endif
2441 2425
2442 ; 2426 ;
@@ -2453,7 +2437,7 @@ fi
2453eval ac_res=\$$3 2437eval ac_res=\$$3
2454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2455$as_echo "$ac_res" >&6; } 2439$as_echo "$ac_res" >&6; }
2456 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 2440 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2457 2441
2458} # ac_fn_c_check_decl 2442} # ac_fn_c_check_decl
2459 2443
@@ -2465,7 +2449,7 @@ ac_fn_c_check_header_preproc ()
2465 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2449 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2467$as_echo_n "checking for $2... " >&6; } 2451$as_echo_n "checking for $2... " >&6; }
2468if eval \${$3+:} false; then : 2452if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2469 $as_echo_n "(cached) " >&6 2453 $as_echo_n "(cached) " >&6
2470else 2454else
2471 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2455 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -2477,12 +2461,12 @@ if ac_fn_c_try_cpp "$LINENO"; then :
2477else 2461else
2478 eval "$3=no" 2462 eval "$3=no"
2479fi 2463fi
2480rm -f conftest.err conftest.i conftest.$ac_ext 2464rm -f conftest.err conftest.$ac_ext
2481fi 2465fi
2482eval ac_res=\$$3 2466eval ac_res=\$$3
2483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2484$as_echo "$ac_res" >&6; } 2468$as_echo "$ac_res" >&6; }
2485 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 2469 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2486 2470
2487} # ac_fn_c_check_header_preproc 2471} # ac_fn_c_check_header_preproc
2488 2472
@@ -2494,7 +2478,7 @@ ac_fn_c_check_func ()
2494 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2478 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2496$as_echo_n "checking for $2... " >&6; } 2480$as_echo_n "checking for $2... " >&6; }
2497if eval \${$3+:} false; then : 2481if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2498 $as_echo_n "(cached) " >&6 2482 $as_echo_n "(cached) " >&6
2499else 2483else
2500 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2484 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -2549,7 +2533,7 @@ fi
2549eval ac_res=\$$3 2533eval ac_res=\$$3
2550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2551$as_echo "$ac_res" >&6; } 2535$as_echo "$ac_res" >&6; }
2552 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 2536 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2553 2537
2554} # ac_fn_c_check_func 2538} # ac_fn_c_check_func
2555 2539
@@ -2562,7 +2546,7 @@ ac_fn_c_check_member ()
2562 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2546 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5 2547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2564$as_echo_n "checking for $2.$3... " >&6; } 2548$as_echo_n "checking for $2.$3... " >&6; }
2565if eval \${$4+:} false; then : 2549if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
2566 $as_echo_n "(cached) " >&6 2550 $as_echo_n "(cached) " >&6
2567else 2551else
2568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2552 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -2606,7 +2590,7 @@ fi
2606eval ac_res=\$$4 2590eval ac_res=\$$4
2607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2608$as_echo "$ac_res" >&6; } 2592$as_echo "$ac_res" >&6; }
2609 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 2593 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2610 2594
2611} # ac_fn_c_check_member 2595} # ac_fn_c_check_member
2612 2596
@@ -2619,7 +2603,7 @@ ac_fn_c_check_type ()
2619 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2603 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2621$as_echo_n "checking for $2... " >&6; } 2605$as_echo_n "checking for $2... " >&6; }
2622if eval \${$3+:} false; then : 2606if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2623 $as_echo_n "(cached) " >&6 2607 $as_echo_n "(cached) " >&6
2624else 2608else
2625 eval "$3=no" 2609 eval "$3=no"
@@ -2660,7 +2644,7 @@ fi
2660eval ac_res=\$$3 2644eval ac_res=\$$3
2661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2662$as_echo "$ac_res" >&6; } 2646$as_echo "$ac_res" >&6; }
2663 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 2647 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2664 2648
2665} # ac_fn_c_check_type 2649} # ac_fn_c_check_type
2666 2650
@@ -2837,7 +2821,7 @@ rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2837rm -f conftest.val 2821rm -f conftest.val
2838 2822
2839 fi 2823 fi
2840 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 2824 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2841 as_fn_set_status $ac_retval 2825 as_fn_set_status $ac_retval
2842 2826
2843} # ac_fn_c_compute_int 2827} # ac_fn_c_compute_int
@@ -2846,7 +2830,7 @@ This file contains any messages produced by compilers while
2846running configure, to aid debugging if configure makes a mistake. 2830running configure, to aid debugging if configure makes a mistake.
2847 2831
2848It was created by emacs $as_me 24.0.50, which was 2832It was created by emacs $as_me 24.0.50, which was
2849generated by GNU Autoconf 2.68. Invocation command line was 2833generated by GNU Autoconf 2.65. Invocation command line was
2850 2834
2851 $ $0 $@ 2835 $ $0 $@
2852 2836
@@ -2956,9 +2940,11 @@ trap 'exit_status=$?
2956 { 2940 {
2957 echo 2941 echo
2958 2942
2959 $as_echo "## ---------------- ## 2943 cat <<\_ASBOX
2944## ---------------- ##
2960## Cache variables. ## 2945## Cache variables. ##
2961## ---------------- ##" 2946## ---------------- ##
2947_ASBOX
2962 echo 2948 echo
2963 # The following way of writing the cache mishandles newlines in values, 2949 # The following way of writing the cache mishandles newlines in values,
2964( 2950(
@@ -2992,9 +2978,11 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2992) 2978)
2993 echo 2979 echo
2994 2980
2995 $as_echo "## ----------------- ## 2981 cat <<\_ASBOX
2982## ----------------- ##
2996## Output variables. ## 2983## Output variables. ##
2997## ----------------- ##" 2984## ----------------- ##
2985_ASBOX
2998 echo 2986 echo
2999 for ac_var in $ac_subst_vars 2987 for ac_var in $ac_subst_vars
3000 do 2988 do
@@ -3007,9 +2995,11 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3007 echo 2995 echo
3008 2996
3009 if test -n "$ac_subst_files"; then 2997 if test -n "$ac_subst_files"; then
3010 $as_echo "## ------------------- ## 2998 cat <<\_ASBOX
2999## ------------------- ##
3011## File substitutions. ## 3000## File substitutions. ##
3012## ------------------- ##" 3001## ------------------- ##
3002_ASBOX
3013 echo 3003 echo
3014 for ac_var in $ac_subst_files 3004 for ac_var in $ac_subst_files
3015 do 3005 do
@@ -3023,9 +3013,11 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3023 fi 3013 fi
3024 3014
3025 if test -s confdefs.h; then 3015 if test -s confdefs.h; then
3026 $as_echo "## ----------- ## 3016 cat <<\_ASBOX
3017## ----------- ##
3027## confdefs.h. ## 3018## confdefs.h. ##
3028## ----------- ##" 3019## ----------- ##
3020_ASBOX
3029 echo 3021 echo
3030 cat confdefs.h 3022 cat confdefs.h
3031 echo 3023 echo
@@ -3080,12 +3072,7 @@ _ACEOF
3080ac_site_file1=NONE 3072ac_site_file1=NONE
3081ac_site_file2=NONE 3073ac_site_file2=NONE
3082if test -n "$CONFIG_SITE"; then 3074if test -n "$CONFIG_SITE"; then
3083 # We do not want a PATH search for config.site. 3075 ac_site_file1=$CONFIG_SITE
3084 case $CONFIG_SITE in #((
3085 -*) ac_site_file1=./$CONFIG_SITE;;
3086 */*) ac_site_file1=$CONFIG_SITE;;
3087 *) ac_site_file1=./$CONFIG_SITE;;
3088 esac
3089elif test "x$prefix" != xNONE; then 3076elif test "x$prefix" != xNONE; then
3090 ac_site_file1=$prefix/share/config.site 3077 ac_site_file1=$prefix/share/config.site
3091 ac_site_file2=$prefix/etc/config.site 3078 ac_site_file2=$prefix/etc/config.site
@@ -3100,11 +3087,7 @@ do
3100 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 3087 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3101$as_echo "$as_me: loading site script $ac_site_file" >&6;} 3088$as_echo "$as_me: loading site script $ac_site_file" >&6;}
3102 sed 's/^/| /' "$ac_site_file" >&5 3089 sed 's/^/| /' "$ac_site_file" >&5
3103 . "$ac_site_file" \ 3090 . "$ac_site_file"
3104 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3105$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3106as_fn_error $? "failed to load site script $ac_site_file
3107See \`config.log' for more details" "$LINENO" 5; }
3108 fi 3091 fi
3109done 3092done
3110 3093
@@ -3201,7 +3184,7 @@ if $ac_cache_corrupted; then
3201$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3184$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3202 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 3185 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3203$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 3186$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3204 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 3187 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3205fi 3188fi
3206## -------------------- ## 3189## -------------------- ##
3207## Main body of script. ## 3190## Main body of script. ##
@@ -3219,22 +3202,16 @@ ac_config_headers="$ac_config_headers src/config.h:src/config.in"
3219 3202
3220ac_aux_dir= 3203ac_aux_dir=
3221for ac_dir in build-aux "$srcdir"/build-aux; do 3204for ac_dir in build-aux "$srcdir"/build-aux; do
3222 if test -f "$ac_dir/install-sh"; then 3205 for ac_t in install-sh install.sh shtool; do
3223 ac_aux_dir=$ac_dir 3206 if test -f "$ac_dir/$ac_t"; then
3224 ac_install_sh="$ac_aux_dir/install-sh -c" 3207 ac_aux_dir=$ac_dir
3225 break 3208 ac_install_sh="$ac_aux_dir/$ac_t -c"
3226 elif test -f "$ac_dir/install.sh"; then 3209 break 2
3227 ac_aux_dir=$ac_dir 3210 fi
3228 ac_install_sh="$ac_aux_dir/install.sh -c" 3211 done
3229 break
3230 elif test -f "$ac_dir/shtool"; then
3231 ac_aux_dir=$ac_dir
3232 ac_install_sh="$ac_aux_dir/shtool install -c"
3233 break
3234 fi
3235done 3212done
3236if test -z "$ac_aux_dir"; then 3213if test -z "$ac_aux_dir"; then
3237 as_fn_error $? "cannot find install-sh, install.sh, or shtool in build-aux \"$srcdir\"/build-aux" "$LINENO" 5 3214 as_fn_error "cannot find install-sh, install.sh, or shtool in build-aux \"$srcdir\"/build-aux" "$LINENO" 5
3238fi 3215fi
3239 3216
3240# These three variables are undocumented and unsupported, 3217# These three variables are undocumented and unsupported,
@@ -3265,7 +3242,7 @@ am__api_version='1.11'
3265{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 3242{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3266$as_echo_n "checking for a BSD-compatible install... " >&6; } 3243$as_echo_n "checking for a BSD-compatible install... " >&6; }
3267if test -z "$INSTALL"; then 3244if test -z "$INSTALL"; then
3268if ${ac_cv_path_install+:} false; then : 3245if test "${ac_cv_path_install+set}" = set; then :
3269 $as_echo_n "(cached) " >&6 3246 $as_echo_n "(cached) " >&6
3270else 3247else
3271 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3248 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -3352,11 +3329,11 @@ am_lf='
3352' 3329'
3353case `pwd` in 3330case `pwd` in
3354 *[\\\"\#\$\&\'\`$am_lf]*) 3331 *[\\\"\#\$\&\'\`$am_lf]*)
3355 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; 3332 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3356esac 3333esac
3357case $srcdir in 3334case $srcdir in
3358 *[\\\"\#\$\&\'\`$am_lf\ \ ]*) 3335 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3359 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; 3336 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3360esac 3337esac
3361 3338
3362# Do `set' in a subshell so we don't clobber the current shell's 3339# Do `set' in a subshell so we don't clobber the current shell's
@@ -3378,7 +3355,7 @@ if (
3378 # if, for instance, CONFIG_SHELL is bash and it inherits a 3355 # if, for instance, CONFIG_SHELL is bash and it inherits a
3379 # broken ls alias from the environment. This has actually 3356 # broken ls alias from the environment. This has actually
3380 # happened. Such a system could not be considered "sane". 3357 # happened. Such a system could not be considered "sane".
3381 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken 3358 as_fn_error "ls -t appears to fail. Make sure there is not a broken
3382alias in your environment" "$LINENO" 5 3359alias in your environment" "$LINENO" 5
3383 fi 3360 fi
3384 3361
@@ -3388,7 +3365,7 @@ then
3388 # Ok. 3365 # Ok.
3389 : 3366 :
3390else 3367else
3391 as_fn_error $? "newly created file is older than distributed files! 3368 as_fn_error "newly created file is older than distributed files!
3392Check your system clock" "$LINENO" 5 3369Check your system clock" "$LINENO" 5
3393fi 3370fi
3394{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 3371{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
@@ -3442,7 +3419,7 @@ if test "$cross_compiling" != no; then
3442set dummy ${ac_tool_prefix}strip; ac_word=$2 3419set dummy ${ac_tool_prefix}strip; ac_word=$2
3443{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3420{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3444$as_echo_n "checking for $ac_word... " >&6; } 3421$as_echo_n "checking for $ac_word... " >&6; }
3445if ${ac_cv_prog_STRIP+:} false; then : 3422if test "${ac_cv_prog_STRIP+set}" = set; then :
3446 $as_echo_n "(cached) " >&6 3423 $as_echo_n "(cached) " >&6
3447else 3424else
3448 if test -n "$STRIP"; then 3425 if test -n "$STRIP"; then
@@ -3482,7 +3459,7 @@ if test -z "$ac_cv_prog_STRIP"; then
3482set dummy strip; ac_word=$2 3459set dummy strip; ac_word=$2
3483{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3460{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3484$as_echo_n "checking for $ac_word... " >&6; } 3461$as_echo_n "checking for $ac_word... " >&6; }
3485if ${ac_cv_prog_ac_ct_STRIP+:} false; then : 3462if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3486 $as_echo_n "(cached) " >&6 3463 $as_echo_n "(cached) " >&6
3487else 3464else
3488 if test -n "$ac_ct_STRIP"; then 3465 if test -n "$ac_ct_STRIP"; then
@@ -3535,7 +3512,7 @@ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3535{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 3512{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3536$as_echo_n "checking for a thread-safe mkdir -p... " >&6; } 3513$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3537if test -z "$MKDIR_P"; then 3514if test -z "$MKDIR_P"; then
3538 if ${ac_cv_path_mkdir+:} false; then : 3515 if test "${ac_cv_path_mkdir+set}" = set; then :
3539 $as_echo_n "(cached) " >&6 3516 $as_echo_n "(cached) " >&6
3540else 3517else
3541 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3518 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -3587,7 +3564,7 @@ do
3587set dummy $ac_prog; ac_word=$2 3564set dummy $ac_prog; ac_word=$2
3588{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3565{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3589$as_echo_n "checking for $ac_word... " >&6; } 3566$as_echo_n "checking for $ac_word... " >&6; }
3590if ${ac_cv_prog_AWK+:} false; then : 3567if test "${ac_cv_prog_AWK+set}" = set; then :
3591 $as_echo_n "(cached) " >&6 3568 $as_echo_n "(cached) " >&6
3592else 3569else
3593 if test -n "$AWK"; then 3570 if test -n "$AWK"; then
@@ -3627,7 +3604,7 @@ done
3627$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 3604$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3628set x ${MAKE-make} 3605set x ${MAKE-make}
3629ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 3606ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3630if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : 3607if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3631 $as_echo_n "(cached) " >&6 3608 $as_echo_n "(cached) " >&6
3632else 3609else
3633 cat >conftest.make <<\_ACEOF 3610 cat >conftest.make <<\_ACEOF
@@ -3635,7 +3612,7 @@ SHELL = /bin/sh
3635all: 3612all:
3636 @echo '@@@%%%=$(MAKE)=@@@%%%' 3613 @echo '@@@%%%=$(MAKE)=@@@%%%'
3637_ACEOF 3614_ACEOF
3638# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. 3615# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3639case `${MAKE-make} -f conftest.make 2>/dev/null` in 3616case `${MAKE-make} -f conftest.make 2>/dev/null` in
3640 *@@@%%%=?*=@@@%%%*) 3617 *@@@%%%=?*=@@@%%%*)
3641 eval ac_cv_prog_make_${ac_make}_set=yes;; 3618 eval ac_cv_prog_make_${ac_make}_set=yes;;
@@ -3669,7 +3646,7 @@ if test "`cd $srcdir && pwd`" != "`pwd`"; then
3669 am__isrc=' -I$(srcdir)' 3646 am__isrc=' -I$(srcdir)'
3670 # test to see if srcdir already configured 3647 # test to see if srcdir already configured
3671 if test -f $srcdir/config.status; then 3648 if test -f $srcdir/config.status; then
3672 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 3649 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3673 fi 3650 fi
3674fi 3651fi
3675 3652
@@ -3872,7 +3849,7 @@ if test "${with_x_toolkit+set}" = set; then :
3872 g | gt | gtk ) val=gtk ;; 3849 g | gt | gtk ) val=gtk ;;
3873 gtk3 ) val=gtk3 ;; 3850 gtk3 ) val=gtk3 ;;
3874 * ) 3851 * )
3875as_fn_error $? "\`--with-x-toolkit=$withval' is invalid; 3852as_fn_error "\`--with-x-toolkit=$withval' is invalid;
3876this option's value should be \`yes', \`no', \`lucid', \`athena', \`motif', \`gtk' or 3853this option's value should be \`yes', \`no', \`lucid', \`athena', \`motif', \`gtk' or
3877\`gtk3'. \`yes' and \`gtk' are synonyms. \`athena' and \`lucid' are synonyms." "$LINENO" 5 3854\`gtk3'. \`yes' and \`gtk' are synonyms. \`athena' and \`lucid' are synonyms." "$LINENO" 5
3878 ;; 3855 ;;
@@ -4207,7 +4184,7 @@ do
4207 stringfreelist) ac_gc_check_string_free_list=1 ;; 4184 stringfreelist) ac_gc_check_string_free_list=1 ;;
4208 xmallocoverrun) ac_xmalloc_overrun=1 ;; 4185 xmallocoverrun) ac_xmalloc_overrun=1 ;;
4209 conslist) ac_gc_check_cons_list=1 ;; 4186 conslist) ac_gc_check_cons_list=1 ;;
4210 *) as_fn_error $? "unknown check category $check" "$LINENO" 5 ;; 4187 *) as_fn_error "unknown check category $check" "$LINENO" 5 ;;
4211 esac 4188 esac
4212done 4189done
4213IFS="$ac_save_IFS" 4190IFS="$ac_save_IFS"
@@ -4305,27 +4282,27 @@ esac
4305 4282
4306# Make sure we can run config.sub. 4283# Make sure we can run config.sub.
4307$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 4284$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4308 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 4285 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4309 4286
4310{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 4287{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4311$as_echo_n "checking build system type... " >&6; } 4288$as_echo_n "checking build system type... " >&6; }
4312if ${ac_cv_build+:} false; then : 4289if test "${ac_cv_build+set}" = set; then :
4313 $as_echo_n "(cached) " >&6 4290 $as_echo_n "(cached) " >&6
4314else 4291else
4315 ac_build_alias=$build_alias 4292 ac_build_alias=$build_alias
4316test "x$ac_build_alias" = x && 4293test "x$ac_build_alias" = x &&
4317 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 4294 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4318test "x$ac_build_alias" = x && 4295test "x$ac_build_alias" = x &&
4319 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 4296 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4320ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 4297ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4321 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 4298 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4322 4299
4323fi 4300fi
4324{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 4301{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4325$as_echo "$ac_cv_build" >&6; } 4302$as_echo "$ac_cv_build" >&6; }
4326case $ac_cv_build in 4303case $ac_cv_build in
4327*-*-*) ;; 4304*-*-*) ;;
4328*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; 4305*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
4329esac 4306esac
4330build=$ac_cv_build 4307build=$ac_cv_build
4331ac_save_IFS=$IFS; IFS='-' 4308ac_save_IFS=$IFS; IFS='-'
@@ -4343,14 +4320,14 @@ case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4343 4320
4344{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 4321{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4345$as_echo_n "checking host system type... " >&6; } 4322$as_echo_n "checking host system type... " >&6; }
4346if ${ac_cv_host+:} false; then : 4323if test "${ac_cv_host+set}" = set; then :
4347 $as_echo_n "(cached) " >&6 4324 $as_echo_n "(cached) " >&6
4348else 4325else
4349 if test "x$host_alias" = x; then 4326 if test "x$host_alias" = x; then
4350 ac_cv_host=$ac_cv_build 4327 ac_cv_host=$ac_cv_build
4351else 4328else
4352 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || 4329 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4353 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 4330 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4354fi 4331fi
4355 4332
4356fi 4333fi
@@ -4358,7 +4335,7 @@ fi
4358$as_echo "$ac_cv_host" >&6; } 4335$as_echo "$ac_cv_host" >&6; }
4359case $ac_cv_host in 4336case $ac_cv_host in
4360*-*-*) ;; 4337*-*-*) ;;
4361*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; 4338*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
4362esac 4339esac
4363host=$ac_cv_host 4340host=$ac_cv_host
4364ac_save_IFS=$IFS; IFS='-' 4341ac_save_IFS=$IFS; IFS='-'
@@ -4601,7 +4578,7 @@ fi
4601 4578
4602 4579
4603if test $unported = yes; then 4580if test $unported = yes; then
4604 as_fn_error $? "Emacs hasn't been ported to \`${canonical}' systems. 4581 as_fn_error "Emacs hasn't been ported to \`${canonical}' systems.
4605Check \`etc/MACHINES' for recognized configuration names." "$LINENO" 5 4582Check \`etc/MACHINES' for recognized configuration names." "$LINENO" 5
4606fi 4583fi
4607 4584
@@ -4629,7 +4606,7 @@ if test -n "$ac_tool_prefix"; then
4629set dummy ${ac_tool_prefix}gcc; ac_word=$2 4606set dummy ${ac_tool_prefix}gcc; ac_word=$2
4630{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4607{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4631$as_echo_n "checking for $ac_word... " >&6; } 4608$as_echo_n "checking for $ac_word... " >&6; }
4632if ${ac_cv_prog_CC+:} false; then : 4609if test "${ac_cv_prog_CC+set}" = set; then :
4633 $as_echo_n "(cached) " >&6 4610 $as_echo_n "(cached) " >&6
4634else 4611else
4635 if test -n "$CC"; then 4612 if test -n "$CC"; then
@@ -4669,7 +4646,7 @@ if test -z "$ac_cv_prog_CC"; then
4669set dummy gcc; ac_word=$2 4646set dummy gcc; ac_word=$2
4670{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4647{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4671$as_echo_n "checking for $ac_word... " >&6; } 4648$as_echo_n "checking for $ac_word... " >&6; }
4672if ${ac_cv_prog_ac_ct_CC+:} false; then : 4649if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4673 $as_echo_n "(cached) " >&6 4650 $as_echo_n "(cached) " >&6
4674else 4651else
4675 if test -n "$ac_ct_CC"; then 4652 if test -n "$ac_ct_CC"; then
@@ -4722,7 +4699,7 @@ if test -z "$CC"; then
4722set dummy ${ac_tool_prefix}cc; ac_word=$2 4699set dummy ${ac_tool_prefix}cc; ac_word=$2
4723{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4700{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4724$as_echo_n "checking for $ac_word... " >&6; } 4701$as_echo_n "checking for $ac_word... " >&6; }
4725if ${ac_cv_prog_CC+:} false; then : 4702if test "${ac_cv_prog_CC+set}" = set; then :
4726 $as_echo_n "(cached) " >&6 4703 $as_echo_n "(cached) " >&6
4727else 4704else
4728 if test -n "$CC"; then 4705 if test -n "$CC"; then
@@ -4762,7 +4739,7 @@ if test -z "$CC"; then
4762set dummy cc; ac_word=$2 4739set dummy cc; ac_word=$2
4763{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4740{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4764$as_echo_n "checking for $ac_word... " >&6; } 4741$as_echo_n "checking for $ac_word... " >&6; }
4765if ${ac_cv_prog_CC+:} false; then : 4742if test "${ac_cv_prog_CC+set}" = set; then :
4766 $as_echo_n "(cached) " >&6 4743 $as_echo_n "(cached) " >&6
4767else 4744else
4768 if test -n "$CC"; then 4745 if test -n "$CC"; then
@@ -4821,7 +4798,7 @@ if test -z "$CC"; then
4821set dummy $ac_tool_prefix$ac_prog; ac_word=$2 4798set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4822{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4799{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4823$as_echo_n "checking for $ac_word... " >&6; } 4800$as_echo_n "checking for $ac_word... " >&6; }
4824if ${ac_cv_prog_CC+:} false; then : 4801if test "${ac_cv_prog_CC+set}" = set; then :
4825 $as_echo_n "(cached) " >&6 4802 $as_echo_n "(cached) " >&6
4826else 4803else
4827 if test -n "$CC"; then 4804 if test -n "$CC"; then
@@ -4865,7 +4842,7 @@ do
4865set dummy $ac_prog; ac_word=$2 4842set dummy $ac_prog; ac_word=$2
4866{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4843{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4867$as_echo_n "checking for $ac_word... " >&6; } 4844$as_echo_n "checking for $ac_word... " >&6; }
4868if ${ac_cv_prog_ac_ct_CC+:} false; then : 4845if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4869 $as_echo_n "(cached) " >&6 4846 $as_echo_n "(cached) " >&6
4870else 4847else
4871 if test -n "$ac_ct_CC"; then 4848 if test -n "$ac_ct_CC"; then
@@ -4919,8 +4896,8 @@ fi
4919 4896
4920test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 4897test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4921$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 4898$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4922as_fn_error $? "no acceptable C compiler found in \$PATH 4899as_fn_error "no acceptable C compiler found in \$PATH
4923See \`config.log' for more details" "$LINENO" 5; } 4900See \`config.log' for more details." "$LINENO" 5; }
4924 4901
4925# Provide some information about the compiler. 4902# Provide some information about the compiler.
4926$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 4903$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
@@ -5034,8 +5011,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
5034 5011
5035{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 5012{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5036$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 5013$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5037as_fn_error 77 "C compiler cannot create executables 5014{ as_fn_set_status 77
5038See \`config.log' for more details" "$LINENO" 5; } 5015as_fn_error "C compiler cannot create executables
5016See \`config.log' for more details." "$LINENO" 5; }; }
5039else 5017else
5040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 5018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5041$as_echo "yes" >&6; } 5019$as_echo "yes" >&6; }
@@ -5077,8 +5055,8 @@ done
5077else 5055else
5078 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 5056 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5079$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 5057$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5080as_fn_error $? "cannot compute suffix of executables: cannot compile and link 5058as_fn_error "cannot compute suffix of executables: cannot compile and link
5081See \`config.log' for more details" "$LINENO" 5; } 5059See \`config.log' for more details." "$LINENO" 5; }
5082fi 5060fi
5083rm -f conftest conftest$ac_cv_exeext 5061rm -f conftest conftest$ac_cv_exeext
5084{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 5062{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
@@ -5135,9 +5113,9 @@ $as_echo "$ac_try_echo"; } >&5
5135 else 5113 else
5136 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 5114 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5137$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 5115$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5138as_fn_error $? "cannot run C compiled programs. 5116as_fn_error "cannot run C compiled programs.
5139If you meant to cross compile, use \`--host'. 5117If you meant to cross compile, use \`--host'.
5140See \`config.log' for more details" "$LINENO" 5; } 5118See \`config.log' for more details." "$LINENO" 5; }
5141 fi 5119 fi
5142 fi 5120 fi
5143fi 5121fi
@@ -5148,7 +5126,7 @@ rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
5148ac_clean_files=$ac_clean_files_save 5126ac_clean_files=$ac_clean_files_save
5149{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 5127{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
5150$as_echo_n "checking for suffix of object files... " >&6; } 5128$as_echo_n "checking for suffix of object files... " >&6; }
5151if ${ac_cv_objext+:} false; then : 5129if test "${ac_cv_objext+set}" = set; then :
5152 $as_echo_n "(cached) " >&6 5130 $as_echo_n "(cached) " >&6
5153else 5131else
5154 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5132 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -5188,8 +5166,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
5188 5166
5189{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 5167{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5190$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 5168$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5191as_fn_error $? "cannot compute suffix of object files: cannot compile 5169as_fn_error "cannot compute suffix of object files: cannot compile
5192See \`config.log' for more details" "$LINENO" 5; } 5170See \`config.log' for more details." "$LINENO" 5; }
5193fi 5171fi
5194rm -f conftest.$ac_cv_objext conftest.$ac_ext 5172rm -f conftest.$ac_cv_objext conftest.$ac_ext
5195fi 5173fi
@@ -5199,7 +5177,7 @@ OBJEXT=$ac_cv_objext
5199ac_objext=$OBJEXT 5177ac_objext=$OBJEXT
5200{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 5178{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
5201$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 5179$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
5202if ${ac_cv_c_compiler_gnu+:} false; then : 5180if test "${ac_cv_c_compiler_gnu+set}" = set; then :
5203 $as_echo_n "(cached) " >&6 5181 $as_echo_n "(cached) " >&6
5204else 5182else
5205 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5183 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -5236,7 +5214,7 @@ ac_test_CFLAGS=${CFLAGS+set}
5236ac_save_CFLAGS=$CFLAGS 5214ac_save_CFLAGS=$CFLAGS
5237{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 5215{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
5238$as_echo_n "checking whether $CC accepts -g... " >&6; } 5216$as_echo_n "checking whether $CC accepts -g... " >&6; }
5239if ${ac_cv_prog_cc_g+:} false; then : 5217if test "${ac_cv_prog_cc_g+set}" = set; then :
5240 $as_echo_n "(cached) " >&6 5218 $as_echo_n "(cached) " >&6
5241else 5219else
5242 ac_save_c_werror_flag=$ac_c_werror_flag 5220 ac_save_c_werror_flag=$ac_c_werror_flag
@@ -5314,7 +5292,7 @@ else
5314fi 5292fi
5315{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 5293{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
5316$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 5294$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
5317if ${ac_cv_prog_cc_c89+:} false; then : 5295if test "${ac_cv_prog_cc_c89+set}" = set; then :
5318 $as_echo_n "(cached) " >&6 5296 $as_echo_n "(cached) " >&6
5319else 5297else
5320 ac_cv_prog_cc_c89=no 5298 ac_cv_prog_cc_c89=no
@@ -5475,7 +5453,7 @@ depcc="$CC" am_compiler_list=
5475 5453
5476{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 5454{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
5477$as_echo_n "checking dependency style of $depcc... " >&6; } 5455$as_echo_n "checking dependency style of $depcc... " >&6; }
5478if ${am_cv_CC_dependencies_compiler_type+:} false; then : 5456if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
5479 $as_echo_n "(cached) " >&6 5457 $as_echo_n "(cached) " >&6
5480else 5458else
5481 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then 5459 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
@@ -5607,7 +5585,7 @@ $as_echo_n "checking whether cc understands -c and -o together... " >&6; }
5607fi 5585fi
5608set dummy $CC; ac_cc=`$as_echo "$2" | 5586set dummy $CC; ac_cc=`$as_echo "$2" |
5609 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` 5587 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
5610if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then : 5588if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then :
5611 $as_echo_n "(cached) " >&6 5589 $as_echo_n "(cached) " >&6
5612else 5590else
5613 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5591 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -5739,7 +5717,7 @@ if test -n "$CPP" && test -d "$CPP"; then
5739 CPP= 5717 CPP=
5740fi 5718fi
5741if test -z "$CPP"; then 5719if test -z "$CPP"; then
5742 if ${ac_cv_prog_CPP+:} false; then : 5720 if test "${ac_cv_prog_CPP+set}" = set; then :
5743 $as_echo_n "(cached) " >&6 5721 $as_echo_n "(cached) " >&6
5744else 5722else
5745 # Double quotes because CPP needs to be expanded 5723 # Double quotes because CPP needs to be expanded
@@ -5769,7 +5747,7 @@ else
5769 # Broken: fails on valid input. 5747 # Broken: fails on valid input.
5770continue 5748continue
5771fi 5749fi
5772rm -f conftest.err conftest.i conftest.$ac_ext 5750rm -f conftest.err conftest.$ac_ext
5773 5751
5774 # OK, works on sane cases. Now check whether nonexistent headers 5752 # OK, works on sane cases. Now check whether nonexistent headers
5775 # can be detected and how. 5753 # can be detected and how.
@@ -5785,11 +5763,11 @@ else
5785ac_preproc_ok=: 5763ac_preproc_ok=:
5786break 5764break
5787fi 5765fi
5788rm -f conftest.err conftest.i conftest.$ac_ext 5766rm -f conftest.err conftest.$ac_ext
5789 5767
5790done 5768done
5791# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 5769# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5792rm -f conftest.i conftest.err conftest.$ac_ext 5770rm -f conftest.err conftest.$ac_ext
5793if $ac_preproc_ok; then : 5771if $ac_preproc_ok; then :
5794 break 5772 break
5795fi 5773fi
@@ -5828,7 +5806,7 @@ else
5828 # Broken: fails on valid input. 5806 # Broken: fails on valid input.
5829continue 5807continue
5830fi 5808fi
5831rm -f conftest.err conftest.i conftest.$ac_ext 5809rm -f conftest.err conftest.$ac_ext
5832 5810
5833 # OK, works on sane cases. Now check whether nonexistent headers 5811 # OK, works on sane cases. Now check whether nonexistent headers
5834 # can be detected and how. 5812 # can be detected and how.
@@ -5844,18 +5822,18 @@ else
5844ac_preproc_ok=: 5822ac_preproc_ok=:
5845break 5823break
5846fi 5824fi
5847rm -f conftest.err conftest.i conftest.$ac_ext 5825rm -f conftest.err conftest.$ac_ext
5848 5826
5849done 5827done
5850# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 5828# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5851rm -f conftest.i conftest.err conftest.$ac_ext 5829rm -f conftest.err conftest.$ac_ext
5852if $ac_preproc_ok; then : 5830if $ac_preproc_ok; then :
5853 5831
5854else 5832else
5855 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 5833 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5856$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 5834$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5857as_fn_error $? "C preprocessor \"$CPP\" fails sanity check 5835as_fn_error "C preprocessor \"$CPP\" fails sanity check
5858See \`config.log' for more details" "$LINENO" 5; } 5836See \`config.log' for more details." "$LINENO" 5; }
5859fi 5837fi
5860 5838
5861ac_ext=c 5839ac_ext=c
@@ -5867,7 +5845,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
5867 5845
5868{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 5846{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5869$as_echo_n "checking for grep that handles long lines and -e... " >&6; } 5847$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5870if ${ac_cv_path_GREP+:} false; then : 5848if test "${ac_cv_path_GREP+set}" = set; then :
5871 $as_echo_n "(cached) " >&6 5849 $as_echo_n "(cached) " >&6
5872else 5850else
5873 if test -z "$GREP"; then 5851 if test -z "$GREP"; then
@@ -5916,7 +5894,7 @@ esac
5916 done 5894 done
5917IFS=$as_save_IFS 5895IFS=$as_save_IFS
5918 if test -z "$ac_cv_path_GREP"; then 5896 if test -z "$ac_cv_path_GREP"; then
5919 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 5897 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5920 fi 5898 fi
5921else 5899else
5922 ac_cv_path_GREP=$GREP 5900 ac_cv_path_GREP=$GREP
@@ -5930,7 +5908,7 @@ $as_echo "$ac_cv_path_GREP" >&6; }
5930 5908
5931{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 5909{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5932$as_echo_n "checking for egrep... " >&6; } 5910$as_echo_n "checking for egrep... " >&6; }
5933if ${ac_cv_path_EGREP+:} false; then : 5911if test "${ac_cv_path_EGREP+set}" = set; then :
5934 $as_echo_n "(cached) " >&6 5912 $as_echo_n "(cached) " >&6
5935else 5913else
5936 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 5914 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
@@ -5982,7 +5960,7 @@ esac
5982 done 5960 done
5983IFS=$as_save_IFS 5961IFS=$as_save_IFS
5984 if test -z "$ac_cv_path_EGREP"; then 5962 if test -z "$ac_cv_path_EGREP"; then
5985 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 5963 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5986 fi 5964 fi
5987else 5965else
5988 ac_cv_path_EGREP=$EGREP 5966 ac_cv_path_EGREP=$EGREP
@@ -5999,7 +5977,7 @@ $as_echo "$ac_cv_path_EGREP" >&6; }
5999 5977
6000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Minix Amsterdam compiler" >&5 5978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Minix Amsterdam compiler" >&5
6001$as_echo_n "checking for Minix Amsterdam compiler... " >&6; } 5979$as_echo_n "checking for Minix Amsterdam compiler... " >&6; }
6002if ${gl_cv_c_amsterdam_compiler+:} false; then : 5980if test "${gl_cv_c_amsterdam_compiler+set}" = set; then :
6003 $as_echo_n "(cached) " >&6 5981 $as_echo_n "(cached) " >&6
6004else 5982else
6005 5983
@@ -6035,7 +6013,7 @@ $as_echo "$gl_cv_c_amsterdam_compiler" >&6; }
6035set dummy ${ac_tool_prefix}ar; ac_word=$2 6013set dummy ${ac_tool_prefix}ar; ac_word=$2
6036{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6014{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6037$as_echo_n "checking for $ac_word... " >&6; } 6015$as_echo_n "checking for $ac_word... " >&6; }
6038if ${ac_cv_prog_AR+:} false; then : 6016if test "${ac_cv_prog_AR+set}" = set; then :
6039 $as_echo_n "(cached) " >&6 6017 $as_echo_n "(cached) " >&6
6040else 6018else
6041 if test -n "$AR"; then 6019 if test -n "$AR"; then
@@ -6075,7 +6053,7 @@ if test -z "$ac_cv_prog_AR"; then
6075set dummy ar; ac_word=$2 6053set dummy ar; ac_word=$2
6076{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6054{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6077$as_echo_n "checking for $ac_word... " >&6; } 6055$as_echo_n "checking for $ac_word... " >&6; }
6078if ${ac_cv_prog_ac_ct_AR+:} false; then : 6056if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6079 $as_echo_n "(cached) " >&6 6057 $as_echo_n "(cached) " >&6
6080else 6058else
6081 if test -n "$ac_ct_AR"; then 6059 if test -n "$ac_ct_AR"; then
@@ -6142,7 +6120,7 @@ fi
6142set dummy ${ac_tool_prefix}ranlib; ac_word=$2 6120set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6143{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6121{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6144$as_echo_n "checking for $ac_word... " >&6; } 6122$as_echo_n "checking for $ac_word... " >&6; }
6145if ${ac_cv_prog_RANLIB+:} false; then : 6123if test "${ac_cv_prog_RANLIB+set}" = set; then :
6146 $as_echo_n "(cached) " >&6 6124 $as_echo_n "(cached) " >&6
6147else 6125else
6148 if test -n "$RANLIB"; then 6126 if test -n "$RANLIB"; then
@@ -6182,7 +6160,7 @@ if test -z "$ac_cv_prog_RANLIB"; then
6182set dummy ranlib; ac_word=$2 6160set dummy ranlib; ac_word=$2
6183{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6161{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6184$as_echo_n "checking for $ac_word... " >&6; } 6162$as_echo_n "checking for $ac_word... " >&6; }
6185if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : 6163if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6186 $as_echo_n "(cached) " >&6 6164 $as_echo_n "(cached) " >&6
6187else 6165else
6188 if test -n "$ac_ct_RANLIB"; then 6166 if test -n "$ac_ct_RANLIB"; then
@@ -6235,7 +6213,7 @@ fi
6235 6213
6236{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 6214{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6237$as_echo_n "checking for ANSI C header files... " >&6; } 6215$as_echo_n "checking for ANSI C header files... " >&6; }
6238if ${ac_cv_header_stdc+:} false; then : 6216if test "${ac_cv_header_stdc+set}" = set; then :
6239 $as_echo_n "(cached) " >&6 6217 $as_echo_n "(cached) " >&6
6240else 6218else
6241 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6219 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -6352,7 +6330,8 @@ do :
6352 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 6330 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6353ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default 6331ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6354" 6332"
6355if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : 6333eval as_val=\$$as_ac_Header
6334 if test "x$as_val" = x""yes; then :
6356 cat >>confdefs.h <<_ACEOF 6335 cat >>confdefs.h <<_ACEOF
6357#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 6336#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6358_ACEOF 6337_ACEOF
@@ -6366,7 +6345,7 @@ done
6366 6345
6367 6346
6368 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default" 6347 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
6369if test "x$ac_cv_header_minix_config_h" = xyes; then : 6348if test "x$ac_cv_header_minix_config_h" = x""yes; then :
6370 MINIX=yes 6349 MINIX=yes
6371else 6350else
6372 MINIX= 6351 MINIX=
@@ -6396,7 +6375,7 @@ $as_echo "#define _XOPEN_SOURCE 500" >>confdefs.h
6396 6375
6397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5 6376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
6398$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; } 6377$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
6399if ${ac_cv_safe_to_define___extensions__+:} false; then : 6378if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
6400 $as_echo_n "(cached) " >&6 6379 $as_echo_n "(cached) " >&6
6401else 6380else
6402 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6381 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -6450,7 +6429,7 @@ if test "$enable_largefile" != no; then
6450 6429
6451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5 6430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6452$as_echo_n "checking for special C compiler options needed for large files... " >&6; } 6431$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6453if ${ac_cv_sys_largefile_CC+:} false; then : 6432if test "${ac_cv_sys_largefile_CC+set}" = set; then :
6454 $as_echo_n "(cached) " >&6 6433 $as_echo_n "(cached) " >&6
6455else 6434else
6456 ac_cv_sys_largefile_CC=no 6435 ac_cv_sys_largefile_CC=no
@@ -6501,7 +6480,7 @@ $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6501 6480
6502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5 6481 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6503$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; } 6482$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6504if ${ac_cv_sys_file_offset_bits+:} false; then : 6483if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
6505 $as_echo_n "(cached) " >&6 6484 $as_echo_n "(cached) " >&6
6506else 6485else
6507 while :; do 6486 while :; do
@@ -6570,7 +6549,7 @@ rm -rf conftest*
6570 if test $ac_cv_sys_file_offset_bits = unknown; then 6549 if test $ac_cv_sys_file_offset_bits = unknown; then
6571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5 6550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6572$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; } 6551$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6573if ${ac_cv_sys_large_files+:} false; then : 6552if test "${ac_cv_sys_large_files+set}" = set; then :
6574 $as_echo_n "(cached) " >&6 6553 $as_echo_n "(cached) " >&6
6575else 6554else
6576 while :; do 6555 while :; do
@@ -6647,7 +6626,7 @@ fi
6647 *) : 6626 *) :
6648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C99" >&5 6627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C99" >&5
6649$as_echo_n "checking for $CC option to accept ISO C99... " >&6; } 6628$as_echo_n "checking for $CC option to accept ISO C99... " >&6; }
6650if ${ac_cv_prog_cc_c99+:} false; then : 6629if test "${ac_cv_prog_cc_c99+set}" = set; then :
6651 $as_echo_n "(cached) " >&6 6630 $as_echo_n "(cached) " >&6
6652else 6631else
6653 ac_cv_prog_cc_c99=no 6632 ac_cv_prog_cc_c99=no
@@ -6822,7 +6801,7 @@ if test "x$ac_cv_prog_cc_c99" != xno; then :
6822else 6801else
6823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 6802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
6824$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 6803$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
6825if ${ac_cv_prog_cc_c89+:} false; then : 6804if test "${ac_cv_prog_cc_c89+set}" = set; then :
6826 $as_echo_n "(cached) " >&6 6805 $as_echo_n "(cached) " >&6
6827else 6806else
6828 ac_cv_prog_cc_c89=no 6807 ac_cv_prog_cc_c89=no
@@ -6918,7 +6897,7 @@ fi
6918esac 6897esac
6919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO Standard C" >&5 6898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO Standard C" >&5
6920$as_echo_n "checking for $CC option to accept ISO Standard C... " >&6; } 6899$as_echo_n "checking for $CC option to accept ISO Standard C... " >&6; }
6921 if ${ac_cv_prog_cc_stdc+:} false; then : 6900 if test "${ac_cv_prog_cc_stdc+set}" = set; then :
6922 $as_echo_n "(cached) " >&6 6901 $as_echo_n "(cached) " >&6
6923fi 6902fi
6924 6903
@@ -7006,7 +6985,7 @@ if test x"$GCC" != xyes && test x"$emacs_check_sunpro_c" = xyes && \
7006 test x"$CPP" = x; then 6985 test x"$CPP" = x; then
7007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using a Sun C compiler" >&5 6986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using a Sun C compiler" >&5
7008$as_echo_n "checking whether we are using a Sun C compiler... " >&6; } 6987$as_echo_n "checking whether we are using a Sun C compiler... " >&6; }
7009 if ${emacs_cv_sunpro_c+:} false; then : 6988 if test "${emacs_cv_sunpro_c+set}" = set; then :
7010 $as_echo_n "(cached) " >&6 6989 $as_echo_n "(cached) " >&6
7011else 6990else
7012 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6991 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -7174,7 +7153,7 @@ if test -n "$CPP" && test -d "$CPP"; then
7174 CPP= 7153 CPP=
7175fi 7154fi
7176if test -z "$CPP"; then 7155if test -z "$CPP"; then
7177 if ${ac_cv_prog_CPP+:} false; then : 7156 if test "${ac_cv_prog_CPP+set}" = set; then :
7178 $as_echo_n "(cached) " >&6 7157 $as_echo_n "(cached) " >&6
7179else 7158else
7180 # Double quotes because CPP needs to be expanded 7159 # Double quotes because CPP needs to be expanded
@@ -7204,7 +7183,7 @@ else
7204 # Broken: fails on valid input. 7183 # Broken: fails on valid input.
7205continue 7184continue
7206fi 7185fi
7207rm -f conftest.err conftest.i conftest.$ac_ext 7186rm -f conftest.err conftest.$ac_ext
7208 7187
7209 # OK, works on sane cases. Now check whether nonexistent headers 7188 # OK, works on sane cases. Now check whether nonexistent headers
7210 # can be detected and how. 7189 # can be detected and how.
@@ -7220,11 +7199,11 @@ else
7220ac_preproc_ok=: 7199ac_preproc_ok=:
7221break 7200break
7222fi 7201fi
7223rm -f conftest.err conftest.i conftest.$ac_ext 7202rm -f conftest.err conftest.$ac_ext
7224 7203
7225done 7204done
7226# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 7205# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7227rm -f conftest.i conftest.err conftest.$ac_ext 7206rm -f conftest.err conftest.$ac_ext
7228if $ac_preproc_ok; then : 7207if $ac_preproc_ok; then :
7229 break 7208 break
7230fi 7209fi
@@ -7263,7 +7242,7 @@ else
7263 # Broken: fails on valid input. 7242 # Broken: fails on valid input.
7264continue 7243continue
7265fi 7244fi
7266rm -f conftest.err conftest.i conftest.$ac_ext 7245rm -f conftest.err conftest.$ac_ext
7267 7246
7268 # OK, works on sane cases. Now check whether nonexistent headers 7247 # OK, works on sane cases. Now check whether nonexistent headers
7269 # can be detected and how. 7248 # can be detected and how.
@@ -7279,18 +7258,18 @@ else
7279ac_preproc_ok=: 7258ac_preproc_ok=:
7280break 7259break
7281fi 7260fi
7282rm -f conftest.err conftest.i conftest.$ac_ext 7261rm -f conftest.err conftest.$ac_ext
7283 7262
7284done 7263done
7285# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 7264# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7286rm -f conftest.i conftest.err conftest.$ac_ext 7265rm -f conftest.err conftest.$ac_ext
7287if $ac_preproc_ok; then : 7266if $ac_preproc_ok; then :
7288 7267
7289else 7268else
7290 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 7269 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7291$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 7270$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7292as_fn_error $? "C preprocessor \"$CPP\" fails sanity check 7271as_fn_error "C preprocessor \"$CPP\" fails sanity check
7293See \`config.log' for more details" "$LINENO" 5; } 7272See \`config.log' for more details." "$LINENO" 5; }
7294fi 7273fi
7295 7274
7296ac_ext=c 7275ac_ext=c
@@ -7306,7 +7285,7 @@ if test "x$RANLIB" = x; then
7306set dummy ${ac_tool_prefix}ranlib; ac_word=$2 7285set dummy ${ac_tool_prefix}ranlib; ac_word=$2
7307{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7286{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7308$as_echo_n "checking for $ac_word... " >&6; } 7287$as_echo_n "checking for $ac_word... " >&6; }
7309if ${ac_cv_prog_RANLIB+:} false; then : 7288if test "${ac_cv_prog_RANLIB+set}" = set; then :
7310 $as_echo_n "(cached) " >&6 7289 $as_echo_n "(cached) " >&6
7311else 7290else
7312 if test -n "$RANLIB"; then 7291 if test -n "$RANLIB"; then
@@ -7346,7 +7325,7 @@ if test -z "$ac_cv_prog_RANLIB"; then
7346set dummy ranlib; ac_word=$2 7325set dummy ranlib; ac_word=$2
7347{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7326{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7348$as_echo_n "checking for $ac_word... " >&6; } 7327$as_echo_n "checking for $ac_word... " >&6; }
7349if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : 7328if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
7350 $as_echo_n "(cached) " >&6 7329 $as_echo_n "(cached) " >&6
7351else 7330else
7352 if test -n "$ac_ct_RANLIB"; then 7331 if test -n "$ac_ct_RANLIB"; then
@@ -7401,7 +7380,7 @@ fi
7401## is running in i386 mode, we can help them out. 7380## is running in i386 mode, we can help them out.
7402if test "$machine" = "amdx86-64"; then 7381if test "$machine" = "amdx86-64"; then
7403 ac_fn_c_check_decl "$LINENO" "i386" "ac_cv_have_decl_i386" "$ac_includes_default" 7382 ac_fn_c_check_decl "$LINENO" "i386" "ac_cv_have_decl_i386" "$ac_includes_default"
7404if test "x$ac_cv_have_decl_i386" = xyes; then : 7383if test "x$ac_cv_have_decl_i386" = x""yes; then :
7405 7384
7406fi 7385fi
7407 7386
@@ -7416,7 +7395,7 @@ fi
7416set dummy install-info; ac_word=$2 7395set dummy install-info; ac_word=$2
7417{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7396{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7418$as_echo_n "checking for $ac_word... " >&6; } 7397$as_echo_n "checking for $ac_word... " >&6; }
7419if ${ac_cv_path_INSTALL_INFO+:} false; then : 7398if test "${ac_cv_path_INSTALL_INFO+set}" = set; then :
7420 $as_echo_n "(cached) " >&6 7399 $as_echo_n "(cached) " >&6
7421else 7400else
7422 case $INSTALL_INFO in 7401 case $INSTALL_INFO in
@@ -7456,7 +7435,7 @@ fi
7456set dummy install-info; ac_word=$2 7435set dummy install-info; ac_word=$2
7457{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7436{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7458$as_echo_n "checking for $ac_word... " >&6; } 7437$as_echo_n "checking for $ac_word... " >&6; }
7459if ${ac_cv_path_INSTALL_INFO+:} false; then : 7438if test "${ac_cv_path_INSTALL_INFO+set}" = set; then :
7460 $as_echo_n "(cached) " >&6 7439 $as_echo_n "(cached) " >&6
7461else 7440else
7462 case $INSTALL_INFO in 7441 case $INSTALL_INFO in
@@ -7496,7 +7475,7 @@ fi
7496set dummy install-info; ac_word=$2 7475set dummy install-info; ac_word=$2
7497{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7476{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7498$as_echo_n "checking for $ac_word... " >&6; } 7477$as_echo_n "checking for $ac_word... " >&6; }
7499if ${ac_cv_path_INSTALL_INFO+:} false; then : 7478if test "${ac_cv_path_INSTALL_INFO+set}" = set; then :
7500 $as_echo_n "(cached) " >&6 7479 $as_echo_n "(cached) " >&6
7501else 7480else
7502 case $INSTALL_INFO in 7481 case $INSTALL_INFO in
@@ -7537,7 +7516,7 @@ fi
7537set dummy gzip; ac_word=$2 7516set dummy gzip; ac_word=$2
7538{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7517{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7539$as_echo_n "checking for $ac_word... " >&6; } 7518$as_echo_n "checking for $ac_word... " >&6; }
7540if ${ac_cv_path_GZIP_PROG+:} false; then : 7519if test "${ac_cv_path_GZIP_PROG+set}" = set; then :
7541 $as_echo_n "(cached) " >&6 7520 $as_echo_n "(cached) " >&6
7542else 7521else
7543 case $GZIP_PROG in 7522 case $GZIP_PROG in
@@ -7580,7 +7559,7 @@ fi
7580set dummy makeinfo; ac_word=$2 7559set dummy makeinfo; ac_word=$2
7581{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7560{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7582$as_echo_n "checking for $ac_word... " >&6; } 7561$as_echo_n "checking for $ac_word... " >&6; }
7583if ${ac_cv_path_MAKEINFO+:} false; then : 7562if test "${ac_cv_path_MAKEINFO+set}" = set; then :
7584 $as_echo_n "(cached) " >&6 7563 $as_echo_n "(cached) " >&6
7585else 7564else
7586 case $MAKEINFO in 7565 case $MAKEINFO in
@@ -7638,7 +7617,7 @@ if test "$MAKEINFO" = "no"; then
7638 if test "x${with_makeinfo}" = "xno"; then 7617 if test "x${with_makeinfo}" = "xno"; then
7639 HAVE_MAKEINFO=no 7618 HAVE_MAKEINFO=no
7640 elif test ! -e $srcdir/info/emacs; then 7619 elif test ! -e $srcdir/info/emacs; then
7641 as_fn_error $? "You do not seem to have makeinfo >= 4.6, and your 7620 as_fn_error "You do not seem to have makeinfo >= 4.6, and your
7642source tree does not seem to have pre-built manuals in the \`info' directory. 7621source tree does not seem to have pre-built manuals in the \`info' directory.
7643Either install a suitable version of makeinfo, or re-run configure 7622Either install a suitable version of makeinfo, or re-run configure
7644with the \`--without-makeinfo' option to build without the manuals. " "$LINENO" 5 7623with the \`--without-makeinfo' option to build without the manuals. " "$LINENO" 5
@@ -7786,7 +7765,7 @@ esac
7786C_SWITCH_MACHINE= 7765C_SWITCH_MACHINE=
7787if test "$machine" = "alpha"; then 7766if test "$machine" = "alpha"; then
7788 ac_fn_c_check_decl "$LINENO" "__ELF__" "ac_cv_have_decl___ELF__" "$ac_includes_default" 7767 ac_fn_c_check_decl "$LINENO" "__ELF__" "ac_cv_have_decl___ELF__" "$ac_includes_default"
7789if test "x$ac_cv_have_decl___ELF__" = xyes; then : 7768if test "x$ac_cv_have_decl___ELF__" = x""yes; then :
7790 7769
7791fi 7770fi
7792 7771
@@ -7799,7 +7778,7 @@ fi
7799 if test "x$GCC" = "xyes"; then 7778 if test "x$GCC" = "xyes"; then
7800 C_SWITCH_MACHINE="-fno-common" 7779 C_SWITCH_MACHINE="-fno-common"
7801 else 7780 else
7802 as_fn_error $? "What gives? Fix me if DEC Unix supports ELF now." "$LINENO" 5 7781 as_fn_error "What gives? Fix me if DEC Unix supports ELF now." "$LINENO" 5
7803 fi 7782 fi
7804 else 7783 else
7805 UNEXEC_OBJ=unexalpha.o 7784 UNEXEC_OBJ=unexalpha.o
@@ -7859,7 +7838,7 @@ if test "$enable_largefile" != no; then
7859 7838
7860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5 7839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
7861$as_echo_n "checking for special C compiler options needed for large files... " >&6; } 7840$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
7862if ${ac_cv_sys_largefile_CC+:} false; then : 7841if test "${ac_cv_sys_largefile_CC+set}" = set; then :
7863 $as_echo_n "(cached) " >&6 7842 $as_echo_n "(cached) " >&6
7864else 7843else
7865 ac_cv_sys_largefile_CC=no 7844 ac_cv_sys_largefile_CC=no
@@ -7910,7 +7889,7 @@ $as_echo "$ac_cv_sys_largefile_CC" >&6; }
7910 7889
7911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5 7890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
7912$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; } 7891$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
7913if ${ac_cv_sys_file_offset_bits+:} false; then : 7892if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
7914 $as_echo_n "(cached) " >&6 7893 $as_echo_n "(cached) " >&6
7915else 7894else
7916 while :; do 7895 while :; do
@@ -7979,7 +7958,7 @@ rm -rf conftest*
7979 if test $ac_cv_sys_file_offset_bits = unknown; then 7958 if test $ac_cv_sys_file_offset_bits = unknown; then
7980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5 7959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
7981$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; } 7960$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
7982if ${ac_cv_sys_large_files+:} false; then : 7961if test "${ac_cv_sys_large_files+set}" = set; then :
7983 $as_echo_n "(cached) " >&6 7962 $as_echo_n "(cached) " >&6
7984else 7963else
7985 while :; do 7964 while :; do
@@ -8177,7 +8156,7 @@ $as_echo X"$crt_file" |
8177 done # $crt_files 8156 done # $crt_files
8178 8157
8179 test "x$crt_missing" = x || \ 8158 test "x$crt_missing" = x || \
8180 as_fn_error $? "Required file(s) not found:$crt_missing 8159 as_fn_error "Required file(s) not found:$crt_missing
8181Try using the --with-crt-dir option." "$LINENO" 5 8160Try using the --with-crt-dir option." "$LINENO" 5
8182 8161
8183fi # crt_files != "" 8162fi # crt_files != ""
@@ -8194,7 +8173,8 @@ if test "${with_sound}" != "no"; then
8194do : 8173do :
8195 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 8174 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8196ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" 8175ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8197if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : 8176eval as_val=\$$as_ac_Header
8177 if test "x$as_val" = x""yes; then :
8198 cat >>confdefs.h <<_ACEOF 8178 cat >>confdefs.h <<_ACEOF
8199#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 8179#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8200_ACEOF 8180_ACEOF
@@ -8206,7 +8186,7 @@ done
8206 # Emulation library used on NetBSD. 8186 # Emulation library used on NetBSD.
8207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5 8187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
8208$as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; } 8188$as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
8209if ${ac_cv_lib_ossaudio__oss_ioctl+:} false; then : 8189if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
8210 $as_echo_n "(cached) " >&6 8190 $as_echo_n "(cached) " >&6
8211else 8191else
8212 ac_check_lib_save_LIBS=$LIBS 8192 ac_check_lib_save_LIBS=$LIBS
@@ -8240,7 +8220,7 @@ LIBS=$ac_check_lib_save_LIBS
8240fi 8220fi
8241{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5 8221{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
8242$as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; } 8222$as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
8243if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes; then : 8223if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
8244 LIBSOUND=-lossaudio 8224 LIBSOUND=-lossaudio
8245else 8225else
8246 LIBSOUND= 8226 LIBSOUND=
@@ -8257,7 +8237,7 @@ fi
8257set dummy pkg-config; ac_word=$2 8237set dummy pkg-config; ac_word=$2
8258{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 8238{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8259$as_echo_n "checking for $ac_word... " >&6; } 8239$as_echo_n "checking for $ac_word... " >&6; }
8260if ${ac_cv_path_PKG_CONFIG+:} false; then : 8240if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
8261 $as_echo_n "(cached) " >&6 8241 $as_echo_n "(cached) " >&6
8262else 8242else
8263 case $PKG_CONFIG in 8243 case $PKG_CONFIG in
@@ -8385,7 +8365,7 @@ else
8385fi 8365fi
8386rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8366rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8387 if test "$emacs_alsa_subdir" != yes; then 8367 if test "$emacs_alsa_subdir" != yes; then
8388 as_fn_error $? "pkg-config found alsa, but it does not compile. See config.log for error messages." "$LINENO" 5 8368 as_fn_error "pkg-config found alsa, but it does not compile. See config.log for error messages." "$LINENO" 5
8389 fi 8369 fi
8390 ALSA_CFLAGS="$ALSA_CFLAGS -DALSA_SUBDIR_INCLUDE" 8370 ALSA_CFLAGS="$ALSA_CFLAGS -DALSA_SUBDIR_INCLUDE"
8391 fi 8371 fi
@@ -8420,7 +8400,8 @@ for ac_header in sys/select.h sys/time.h unistd.h utime.h \
8420do : 8400do :
8421 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 8401 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8422ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" 8402ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8423if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : 8403eval as_val=\$$as_ac_Header
8404 if test "x$as_val" = x""yes; then :
8424 cat >>confdefs.h <<_ACEOF 8405 cat >>confdefs.h <<_ACEOF
8425#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 8406#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8426_ACEOF 8407_ACEOF
@@ -8461,7 +8442,7 @@ fi
8461for ac_header in term.h 8442for ac_header in term.h
8462do : 8443do :
8463 ac_fn_c_check_header_preproc "$LINENO" "term.h" "ac_cv_header_term_h" 8444 ac_fn_c_check_header_preproc "$LINENO" "term.h" "ac_cv_header_term_h"
8464if test "x$ac_cv_header_term_h" = xyes; then : 8445if test "x$ac_cv_header_term_h" = x""yes; then :
8465 cat >>confdefs.h <<_ACEOF 8446 cat >>confdefs.h <<_ACEOF
8466#define HAVE_TERM_H 1 8447#define HAVE_TERM_H 1
8467_ACEOF 8448_ACEOF
@@ -8472,7 +8453,7 @@ done
8472 8453
8473{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5 8454{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
8474$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } 8455$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
8475if ${ac_cv_header_time+:} false; then : 8456if test "${ac_cv_header_time+set}" = set; then :
8476 $as_echo_n "(cached) " >&6 8457 $as_echo_n "(cached) " >&6
8477else 8458else
8478 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8459 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -8506,7 +8487,7 @@ $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
8506fi 8487fi
8507 8488
8508ac_fn_c_check_decl "$LINENO" "sys_siglist" "ac_cv_have_decl_sys_siglist" "$ac_includes_default" 8489ac_fn_c_check_decl "$LINENO" "sys_siglist" "ac_cv_have_decl_sys_siglist" "$ac_includes_default"
8509if test "x$ac_cv_have_decl_sys_siglist" = xyes; then : 8490if test "x$ac_cv_have_decl_sys_siglist" = x""yes; then :
8510 ac_have_decl=1 8491 ac_have_decl=1
8511else 8492else
8512 ac_have_decl=0 8493 ac_have_decl=0
@@ -8519,7 +8500,7 @@ _ACEOF
8519if test $ac_cv_have_decl_sys_siglist != yes; then 8500if test $ac_cv_have_decl_sys_siglist != yes; then
8520 # For Tru64, at least: 8501 # For Tru64, at least:
8521 ac_fn_c_check_decl "$LINENO" "__sys_siglist" "ac_cv_have_decl___sys_siglist" "$ac_includes_default" 8502 ac_fn_c_check_decl "$LINENO" "__sys_siglist" "ac_cv_have_decl___sys_siglist" "$ac_includes_default"
8522if test "x$ac_cv_have_decl___sys_siglist" = xyes; then : 8503if test "x$ac_cv_have_decl___sys_siglist" = x""yes; then :
8523 ac_have_decl=1 8504 ac_have_decl=1
8524else 8505else
8525 ac_have_decl=0 8506 ac_have_decl=0
@@ -8537,7 +8518,7 @@ $as_echo "#define sys_siglist __sys_siglist" >>confdefs.h
8537fi 8518fi
8538{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5 8519{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
8539$as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; } 8520$as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
8540if ${ac_cv_header_sys_wait_h+:} false; then : 8521if test "${ac_cv_header_sys_wait_h+set}" = set; then :
8541 $as_echo_n "(cached) " >&6 8522 $as_echo_n "(cached) " >&6
8542else 8523else
8543 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -8579,7 +8560,7 @@ fi
8579 8560
8580{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct utimbuf" >&5 8561{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct utimbuf" >&5
8581$as_echo_n "checking for struct utimbuf... " >&6; } 8562$as_echo_n "checking for struct utimbuf... " >&6; }
8582if ${emacs_cv_struct_utimbuf+:} false; then : 8563if test "${emacs_cv_struct_utimbuf+set}" = set; then :
8583 $as_echo_n "(cached) " >&6 8564 $as_echo_n "(cached) " >&6
8584else 8565else
8585 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8566 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -8622,7 +8603,7 @@ fi
8622 8603
8623{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for speed_t" >&5 8604{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for speed_t" >&5
8624$as_echo_n "checking for speed_t... " >&6; } 8605$as_echo_n "checking for speed_t... " >&6; }
8625if ${emacs_cv_speed_t+:} false; then : 8606if test "${emacs_cv_speed_t+set}" = set; then :
8626 $as_echo_n "(cached) " >&6 8607 $as_echo_n "(cached) " >&6
8627else 8608else
8628 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8609 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -8653,7 +8634,7 @@ fi
8653 8634
8654{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timeval" >&5 8635{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timeval" >&5
8655$as_echo_n "checking for struct timeval... " >&6; } 8636$as_echo_n "checking for struct timeval... " >&6; }
8656if ${emacs_cv_struct_timeval+:} false; then : 8637if test "${emacs_cv_struct_timeval+set}" = set; then :
8657 $as_echo_n "(cached) " >&6 8638 $as_echo_n "(cached) " >&6
8658else 8639else
8659 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8640 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -8694,7 +8675,7 @@ fi
8694 8675
8695{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct exception" >&5 8676{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct exception" >&5
8696$as_echo_n "checking for struct exception... " >&6; } 8677$as_echo_n "checking for struct exception... " >&6; }
8697if ${emacs_cv_struct_exception+:} false; then : 8678if test "${emacs_cv_struct_exception+set}" = set; then :
8698 $as_echo_n "(cached) " >&6 8679 $as_echo_n "(cached) " >&6
8699else 8680else
8700 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8681 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -8727,7 +8708,7 @@ fi
8727for ac_header in sys/socket.h 8708for ac_header in sys/socket.h
8728do : 8709do :
8729 ac_fn_c_check_header_mongrel "$LINENO" "sys/socket.h" "ac_cv_header_sys_socket_h" "$ac_includes_default" 8710 ac_fn_c_check_header_mongrel "$LINENO" "sys/socket.h" "ac_cv_header_sys_socket_h" "$ac_includes_default"
8730if test "x$ac_cv_header_sys_socket_h" = xyes; then : 8711if test "x$ac_cv_header_sys_socket_h" = x""yes; then :
8731 cat >>confdefs.h <<_ACEOF 8712 cat >>confdefs.h <<_ACEOF
8732#define HAVE_SYS_SOCKET_H 1 8713#define HAVE_SYS_SOCKET_H 1
8733_ACEOF 8714_ACEOF
@@ -8743,7 +8724,7 @@ do :
8743#include <sys/socket.h> 8724#include <sys/socket.h>
8744#endif 8725#endif
8745" 8726"
8746if test "x$ac_cv_header_net_if_h" = xyes; then : 8727if test "x$ac_cv_header_net_if_h" = x""yes; then :
8747 cat >>confdefs.h <<_ACEOF 8728 cat >>confdefs.h <<_ACEOF
8748#define HAVE_NET_IF_H 1 8729#define HAVE_NET_IF_H 1
8749_ACEOF 8730_ACEOF
@@ -8759,7 +8740,7 @@ do :
8759#include <sys/socket.h> 8740#include <sys/socket.h>
8760#endif 8741#endif
8761" 8742"
8762if test "x$ac_cv_header_ifaddrs_h" = xyes; then : 8743if test "x$ac_cv_header_ifaddrs_h" = x""yes; then :
8763 cat >>confdefs.h <<_ACEOF 8744 cat >>confdefs.h <<_ACEOF
8764#define HAVE_IFADDRS_H 1 8745#define HAVE_IFADDRS_H 1
8765_ACEOF 8746_ACEOF
@@ -8775,7 +8756,7 @@ do :
8775#include <sys/socket.h> 8756#include <sys/socket.h>
8776#endif 8757#endif
8777" 8758"
8778if test "x$ac_cv_header_net_if_dl_h" = xyes; then : 8759if test "x$ac_cv_header_net_if_dl_h" = x""yes; then :
8779 cat >>confdefs.h <<_ACEOF 8760 cat >>confdefs.h <<_ACEOF
8780#define HAVE_NET_IF_DL_H 1 8761#define HAVE_NET_IF_DL_H 1
8781_ACEOF 8762_ACEOF
@@ -8788,7 +8769,8 @@ for ac_func in getifaddrs freeifaddrs
8788do : 8769do :
8789 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 8770 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8790ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 8771ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8791if eval test \"x\$"$as_ac_var"\" = x"yes"; then : 8772eval as_val=\$$as_ac_var
8773 if test "x$as_val" = x""yes; then :
8792 cat >>confdefs.h <<_ACEOF 8774 cat >>confdefs.h <<_ACEOF
8793#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 8775#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8794_ACEOF 8776_ACEOF
@@ -8799,7 +8781,7 @@ done
8799 8781
8800{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5 8782{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5
8801$as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; } 8783$as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; }
8802if ${ac_cv_struct_tm+:} false; then : 8784if test "${ac_cv_struct_tm+set}" = set; then :
8803 $as_echo_n "(cached) " >&6 8785 $as_echo_n "(cached) " >&6
8804else 8786else
8805 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -8836,7 +8818,7 @@ ac_fn_c_check_member "$LINENO" "struct tm" "tm_zone" "ac_cv_member_struct_tm_tm_
8836#include <$ac_cv_struct_tm> 8818#include <$ac_cv_struct_tm>
8837 8819
8838" 8820"
8839if test "x$ac_cv_member_struct_tm_tm_zone" = xyes; then : 8821if test "x$ac_cv_member_struct_tm_tm_zone" = x""yes; then :
8840 8822
8841cat >>confdefs.h <<_ACEOF 8823cat >>confdefs.h <<_ACEOF
8842#define HAVE_STRUCT_TM_TM_ZONE 1 8824#define HAVE_STRUCT_TM_TM_ZONE 1
@@ -8852,7 +8834,7 @@ $as_echo "#define HAVE_TM_ZONE 1" >>confdefs.h
8852else 8834else
8853 ac_fn_c_check_decl "$LINENO" "tzname" "ac_cv_have_decl_tzname" "#include <time.h> 8835 ac_fn_c_check_decl "$LINENO" "tzname" "ac_cv_have_decl_tzname" "#include <time.h>
8854" 8836"
8855if test "x$ac_cv_have_decl_tzname" = xyes; then : 8837if test "x$ac_cv_have_decl_tzname" = x""yes; then :
8856 ac_have_decl=1 8838 ac_have_decl=1
8857else 8839else
8858 ac_have_decl=0 8840 ac_have_decl=0
@@ -8864,7 +8846,7 @@ _ACEOF
8864 8846
8865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tzname" >&5 8847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tzname" >&5
8866$as_echo_n "checking for tzname... " >&6; } 8848$as_echo_n "checking for tzname... " >&6; }
8867if ${ac_cv_var_tzname+:} false; then : 8849if test "${ac_cv_var_tzname+set}" = set; then :
8868 $as_echo_n "(cached) " >&6 8850 $as_echo_n "(cached) " >&6
8869else 8851else
8870 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8852 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -8901,7 +8883,7 @@ fi
8901 8883
8902ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include <time.h> 8884ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include <time.h>
8903" 8885"
8904if test "x$ac_cv_member_struct_tm_tm_gmtoff" = xyes; then : 8886if test "x$ac_cv_member_struct_tm_tm_gmtoff" = x""yes; then :
8905 8887
8906$as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h 8888$as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h
8907 8889
@@ -8915,7 +8897,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_flags" "ac_cv_member_struct_i
8915#include <net/if.h> 8897#include <net/if.h>
8916#endif 8898#endif
8917" 8899"
8918if test "x$ac_cv_member_struct_ifreq_ifr_flags" = xyes; then : 8900if test "x$ac_cv_member_struct_ifreq_ifr_flags" = x""yes; then :
8919 8901
8920cat >>confdefs.h <<_ACEOF 8902cat >>confdefs.h <<_ACEOF
8921#define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 8903#define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
@@ -8931,7 +8913,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_
8931#include <net/if.h> 8913#include <net/if.h>
8932#endif 8914#endif
8933" 8915"
8934if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes; then : 8916if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = x""yes; then :
8935 8917
8936cat >>confdefs.h <<_ACEOF 8918cat >>confdefs.h <<_ACEOF
8937#define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 8919#define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
@@ -8947,7 +8929,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_netmask" "ac_cv_member_struct
8947#include <net/if.h> 8929#include <net/if.h>
8948#endif 8930#endif
8949" 8931"
8950if test "x$ac_cv_member_struct_ifreq_ifr_netmask" = xyes; then : 8932if test "x$ac_cv_member_struct_ifreq_ifr_netmask" = x""yes; then :
8951 8933
8952cat >>confdefs.h <<_ACEOF 8934cat >>confdefs.h <<_ACEOF
8953#define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 8935#define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
@@ -8963,7 +8945,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_broadaddr" "ac_cv_member_stru
8963#include <net/if.h> 8945#include <net/if.h>
8964#endif 8946#endif
8965" 8947"
8966if test "x$ac_cv_member_struct_ifreq_ifr_broadaddr" = xyes; then : 8948if test "x$ac_cv_member_struct_ifreq_ifr_broadaddr" = x""yes; then :
8967 8949
8968cat >>confdefs.h <<_ACEOF 8950cat >>confdefs.h <<_ACEOF
8969#define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 8951#define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
@@ -8979,7 +8961,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_addr" "ac_cv_member_struct_if
8979#include <net/if.h> 8961#include <net/if.h>
8980#endif 8962#endif
8981" 8963"
8982if test "x$ac_cv_member_struct_ifreq_ifr_addr" = xyes; then : 8964if test "x$ac_cv_member_struct_ifreq_ifr_addr" = x""yes; then :
8983 8965
8984cat >>confdefs.h <<_ACEOF 8966cat >>confdefs.h <<_ACEOF
8985#define HAVE_STRUCT_IFREQ_IFR_ADDR 1 8967#define HAVE_STRUCT_IFREQ_IFR_ADDR 1
@@ -8995,7 +8977,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_addr.sa_len" "ac_cv_member_st
8995#include <net/if.h> 8977#include <net/if.h>
8996#endif 8978#endif
8997" 8979"
8998if test "x$ac_cv_member_struct_ifreq_ifr_addr_sa_len" = xyes; then : 8980if test "x$ac_cv_member_struct_ifreq_ifr_addr_sa_len" = x""yes; then :
8999 8981
9000cat >>confdefs.h <<_ACEOF 8982cat >>confdefs.h <<_ACEOF
9001#define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1 8983#define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
@@ -9024,7 +9006,7 @@ fi
9024 9006
9025{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working volatile" >&5 9007{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working volatile" >&5
9026$as_echo_n "checking for working volatile... " >&6; } 9008$as_echo_n "checking for working volatile... " >&6; }
9027if ${ac_cv_c_volatile+:} false; then : 9009if test "${ac_cv_c_volatile+set}" = set; then :
9028 $as_echo_n "(cached) " >&6 9010 $as_echo_n "(cached) " >&6
9029else 9011else
9030 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 9012 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -9058,7 +9040,7 @@ fi
9058 9040
9059{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5 9041{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
9060$as_echo_n "checking for an ANSI C-conforming const... " >&6; } 9042$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
9061if ${ac_cv_c_const+:} false; then : 9043if test "${ac_cv_c_const+set}" = set; then :
9062 $as_echo_n "(cached) " >&6 9044 $as_echo_n "(cached) " >&6
9063else 9045else
9064 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 9046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -9138,7 +9120,7 @@ fi
9138 9120
9139{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for void * support" >&5 9121{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for void * support" >&5
9140$as_echo_n "checking for void * support... " >&6; } 9122$as_echo_n "checking for void * support... " >&6; }
9141if ${emacs_cv_void_star+:} false; then : 9123if test "${emacs_cv_void_star+set}" = set; then :
9142 $as_echo_n "(cached) " >&6 9124 $as_echo_n "(cached) " >&6
9143else 9125else
9144 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 9126 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -9171,7 +9153,7 @@ fi
9171 9153
9172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 9154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
9173$as_echo_n "checking whether byte ordering is bigendian... " >&6; } 9155$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
9174if ${ac_cv_c_bigendian+:} false; then : 9156if test "${ac_cv_c_bigendian+set}" = set; then :
9175 $as_echo_n "(cached) " >&6 9157 $as_echo_n "(cached) " >&6
9176else 9158else
9177 ac_cv_c_bigendian=unknown 9159 ac_cv_c_bigendian=unknown
@@ -9389,14 +9371,14 @@ $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
9389 9371
9390 ;; #( 9372 ;; #(
9391 *) 9373 *)
9392 as_fn_error $? "unknown endianness 9374 as_fn_error "unknown endianness
9393 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; 9375 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
9394 esac 9376 esac
9395 9377
9396 9378
9397{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for __attribute__ ((__aligned__ (expr)))" >&5 9379{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for __attribute__ ((__aligned__ (expr)))" >&5
9398$as_echo_n "checking for __attribute__ ((__aligned__ (expr)))... " >&6; } 9380$as_echo_n "checking for __attribute__ ((__aligned__ (expr)))... " >&6; }
9399if ${emacs_cv_attribute_aligned+:} false; then : 9381if test "${emacs_cv_attribute_aligned+set}" = set; then :
9400 $as_echo_n "(cached) " >&6 9382 $as_echo_n "(cached) " >&6
9401else 9383else
9402 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 9384 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -9429,7 +9411,7 @@ fi
9429$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 9411$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
9430set x ${MAKE-make} 9412set x ${MAKE-make}
9431ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 9413ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
9432if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : 9414if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
9433 $as_echo_n "(cached) " >&6 9415 $as_echo_n "(cached) " >&6
9434else 9416else
9435 cat >conftest.make <<\_ACEOF 9417 cat >conftest.make <<\_ACEOF
@@ -9437,7 +9419,7 @@ SHELL = /bin/sh
9437all: 9419all:
9438 @echo '@@@%%%=$(MAKE)=@@@%%%' 9420 @echo '@@@%%%=$(MAKE)=@@@%%%'
9439_ACEOF 9421_ACEOF
9440# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. 9422# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
9441case `${MAKE-make} -f conftest.make 2>/dev/null` in 9423case `${MAKE-make} -f conftest.make 2>/dev/null` in
9442 *@@@%%%=?*=@@@%%%*) 9424 *@@@%%%=?*=@@@%%%*)
9443 eval ac_cv_prog_make_${ac_make}_set=yes;; 9425 eval ac_cv_prog_make_${ac_make}_set=yes;;
@@ -9521,7 +9503,7 @@ lisp_frag=$srcdir/src/lisp.mk
9521 9503
9522{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for long file names" >&5 9504{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for long file names" >&5
9523$as_echo_n "checking for long file names... " >&6; } 9505$as_echo_n "checking for long file names... " >&6; }
9524if ${ac_cv_sys_long_file_names+:} false; then : 9506if test "${ac_cv_sys_long_file_names+set}" = set; then :
9525 $as_echo_n "(cached) " >&6 9507 $as_echo_n "(cached) " >&6
9526else 9508else
9527 ac_cv_sys_long_file_names=yes 9509 ac_cv_sys_long_file_names=yes
@@ -9577,8 +9559,8 @@ if test "x$with_x" = xno; then
9577 have_x=disabled 9559 have_x=disabled
9578else 9560else
9579 case $x_includes,$x_libraries in #( 9561 case $x_includes,$x_libraries in #(
9580 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #( 9562 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
9581 *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then : 9563 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
9582 $as_echo_n "(cached) " >&6 9564 $as_echo_n "(cached) " >&6
9583else 9565else
9584 # One or both of the vars are not set, and there is no cached value. 9566 # One or both of the vars are not set, and there is no cached value.
@@ -9595,7 +9577,7 @@ libdir:
9595 @echo libdir='${LIBDIR}' 9577 @echo libdir='${LIBDIR}'
9596_ACEOF 9578_ACEOF
9597 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then 9579 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
9598 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. 9580 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
9599 for ac_var in incroot usrlibdir libdir; do 9581 for ac_var in incroot usrlibdir libdir; do
9600 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`" 9582 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
9601 done 9583 done
@@ -9681,7 +9663,7 @@ else
9681 fi 9663 fi
9682done 9664done
9683fi 9665fi
9684rm -f conftest.err conftest.i conftest.$ac_ext 9666rm -f conftest.err conftest.$ac_ext
9685fi # $ac_x_includes = no 9667fi # $ac_x_includes = no
9686 9668
9687if test "$ac_x_libraries" = no; then 9669if test "$ac_x_libraries" = no; then
@@ -9861,10 +9843,10 @@ if test "${with_ns}" != no; then
9861 TEMACS_LDFLAGS2= 9843 TEMACS_LDFLAGS2=
9862 fi 9844 fi
9863 ac_fn_c_check_header_mongrel "$LINENO" "AppKit/AppKit.h" "ac_cv_header_AppKit_AppKit_h" "$ac_includes_default" 9845 ac_fn_c_check_header_mongrel "$LINENO" "AppKit/AppKit.h" "ac_cv_header_AppKit_AppKit_h" "$ac_includes_default"
9864if test "x$ac_cv_header_AppKit_AppKit_h" = xyes; then : 9846if test "x$ac_cv_header_AppKit_AppKit_h" = x""yes; then :
9865 HAVE_NS=yes 9847 HAVE_NS=yes
9866else 9848else
9867 as_fn_error $? "\`--with-ns' was specified, but the include 9849 as_fn_error "\`--with-ns' was specified, but the include
9868 files are missing or cannot be compiled." "$LINENO" 5 9850 files are missing or cannot be compiled." "$LINENO" 5
9869fi 9851fi
9870 9852
@@ -9943,7 +9925,7 @@ if test "$window_system" = none && test "X$with_x" != "Xno"; then
9943set dummy X; ac_word=$2 9925set dummy X; ac_word=$2
9944{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 9926{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9945$as_echo_n "checking for $ac_word... " >&6; } 9927$as_echo_n "checking for $ac_word... " >&6; }
9946if ${ac_cv_prog_HAVE_XSERVER+:} false; then : 9928if test "${ac_cv_prog_HAVE_XSERVER+set}" = set; then :
9947 $as_echo_n "(cached) " >&6 9929 $as_echo_n "(cached) " >&6
9948else 9930else
9949 if test -n "$HAVE_XSERVER"; then 9931 if test -n "$HAVE_XSERVER"; then
@@ -9980,7 +9962,7 @@ fi
9980 if test "$HAVE_XSERVER" = true || 9962 if test "$HAVE_XSERVER" = true ||
9981 test -n "$DISPLAY" || 9963 test -n "$DISPLAY" ||
9982 test "`echo /usr/lib/libX11.*`" != "/usr/lib/libX11.*"; then 9964 test "`echo /usr/lib/libX11.*`" != "/usr/lib/libX11.*"; then
9983 as_fn_error $? "You seem to be running X, but no X development libraries 9965 as_fn_error "You seem to be running X, but no X development libraries
9984were found. You should install the relevant development files for X 9966were found. You should install the relevant development files for X
9985and for the toolkit you want, such as Gtk+, Lesstif or Motif. Also make 9967and for the toolkit you want, such as Gtk+, Lesstif or Motif. Also make
9986sure you have development files for image handling, i.e. 9968sure you have development files for image handling, i.e.
@@ -10002,14 +9984,14 @@ esac
10002GNU_MALLOC=yes 9984GNU_MALLOC=yes
10003doug_lea_malloc=yes 9985doug_lea_malloc=yes
10004ac_fn_c_check_func "$LINENO" "malloc_get_state" "ac_cv_func_malloc_get_state" 9986ac_fn_c_check_func "$LINENO" "malloc_get_state" "ac_cv_func_malloc_get_state"
10005if test "x$ac_cv_func_malloc_get_state" = xyes; then : 9987if test "x$ac_cv_func_malloc_get_state" = x""yes; then :
10006 9988
10007else 9989else
10008 doug_lea_malloc=no 9990 doug_lea_malloc=no
10009fi 9991fi
10010 9992
10011ac_fn_c_check_func "$LINENO" "malloc_set_state" "ac_cv_func_malloc_set_state" 9993ac_fn_c_check_func "$LINENO" "malloc_set_state" "ac_cv_func_malloc_set_state"
10012if test "x$ac_cv_func_malloc_set_state" = xyes; then : 9994if test "x$ac_cv_func_malloc_set_state" = x""yes; then :
10013 9995
10014else 9996else
10015 doug_lea_malloc=no 9997 doug_lea_malloc=no
@@ -10017,7 +9999,7 @@ fi
10017 9999
10018{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __after_morecore_hook exists" >&5 10000{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __after_morecore_hook exists" >&5
10019$as_echo_n "checking whether __after_morecore_hook exists... " >&6; } 10001$as_echo_n "checking whether __after_morecore_hook exists... " >&6; }
10020if ${emacs_cv_var___after_morecore_hook+:} false; then : 10002if test "${emacs_cv_var___after_morecore_hook+set}" = set; then :
10021 $as_echo_n "(cached) " >&6 10003 $as_echo_n "(cached) " >&6
10022else 10004else
10023 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 10005 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -10103,7 +10085,8 @@ do :
10103 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 10085 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10104ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default 10086ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
10105" 10087"
10106if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : 10088eval as_val=\$$as_ac_Header
10089 if test "x$as_val" = x""yes; then :
10107 cat >>confdefs.h <<_ACEOF 10090 cat >>confdefs.h <<_ACEOF
10108#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 10091#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10109_ACEOF 10092_ACEOF
@@ -10122,7 +10105,7 @@ done
10122for ac_func in getpagesize 10105for ac_func in getpagesize
10123do : 10106do :
10124 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize" 10107 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
10125if test "x$ac_cv_func_getpagesize" = xyes; then : 10108if test "x$ac_cv_func_getpagesize" = x""yes; then :
10126 cat >>confdefs.h <<_ACEOF 10109 cat >>confdefs.h <<_ACEOF
10127#define HAVE_GETPAGESIZE 1 10110#define HAVE_GETPAGESIZE 1
10128_ACEOF 10111_ACEOF
@@ -10132,7 +10115,7 @@ done
10132 10115
10133{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5 10116{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
10134$as_echo_n "checking for working mmap... " >&6; } 10117$as_echo_n "checking for working mmap... " >&6; }
10135if ${ac_cv_func_mmap_fixed_mapped+:} false; then : 10118if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then :
10136 $as_echo_n "(cached) " >&6 10119 $as_echo_n "(cached) " >&6
10137else 10120else
10138 if test "$cross_compiling" = yes; then : 10121 if test "$cross_compiling" = yes; then :
@@ -10307,7 +10290,7 @@ LIBS="$LIBS_SYSTEM $LIBS"
10307 10290
10308{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5 10291{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
10309$as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; } 10292$as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
10310if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then : 10293if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
10311 $as_echo_n "(cached) " >&6 10294 $as_echo_n "(cached) " >&6
10312else 10295else
10313 ac_check_lib_save_LIBS=$LIBS 10296 ac_check_lib_save_LIBS=$LIBS
@@ -10341,7 +10324,7 @@ LIBS=$ac_check_lib_save_LIBS
10341fi 10324fi
10342{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 10325{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
10343$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; } 10326$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
10344if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then : 10327if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
10345 cat >>confdefs.h <<_ACEOF 10328 cat >>confdefs.h <<_ACEOF
10346#define HAVE_LIBDNET 1 10329#define HAVE_LIBDNET 1
10347_ACEOF 10330_ACEOF
@@ -10353,7 +10336,7 @@ fi
10353 10336
10354{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lXbsd" >&5 10337{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lXbsd" >&5
10355$as_echo_n "checking for main in -lXbsd... " >&6; } 10338$as_echo_n "checking for main in -lXbsd... " >&6; }
10356if ${ac_cv_lib_Xbsd_main+:} false; then : 10339if test "${ac_cv_lib_Xbsd_main+set}" = set; then :
10357 $as_echo_n "(cached) " >&6 10340 $as_echo_n "(cached) " >&6
10358else 10341else
10359 ac_check_lib_save_LIBS=$LIBS 10342 ac_check_lib_save_LIBS=$LIBS
@@ -10381,7 +10364,7 @@ LIBS=$ac_check_lib_save_LIBS
10381fi 10364fi
10382{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xbsd_main" >&5 10365{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xbsd_main" >&5
10383$as_echo "$ac_cv_lib_Xbsd_main" >&6; } 10366$as_echo "$ac_cv_lib_Xbsd_main" >&6; }
10384if test "x$ac_cv_lib_Xbsd_main" = xyes; then : 10367if test "x$ac_cv_lib_Xbsd_main" = x""yes; then :
10385 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd" 10368 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd"
10386fi 10369fi
10387 10370
@@ -10390,7 +10373,7 @@ LIB_PTHREAD=
10390for ac_header in pthread.h 10373for ac_header in pthread.h
10391do : 10374do :
10392 ac_fn_c_check_header_mongrel "$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default" 10375 ac_fn_c_check_header_mongrel "$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default"
10393if test "x$ac_cv_header_pthread_h" = xyes; then : 10376if test "x$ac_cv_header_pthread_h" = x""yes; then :
10394 cat >>confdefs.h <<_ACEOF 10377 cat >>confdefs.h <<_ACEOF
10395#define HAVE_PTHREAD_H 1 10378#define HAVE_PTHREAD_H 1
10396_ACEOF 10379_ACEOF
@@ -10402,7 +10385,7 @@ done
10402if test "$ac_cv_header_pthread_h"; then 10385if test "$ac_cv_header_pthread_h"; then
10403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_self in -lpthread" >&5 10386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_self in -lpthread" >&5
10404$as_echo_n "checking for pthread_self in -lpthread... " >&6; } 10387$as_echo_n "checking for pthread_self in -lpthread... " >&6; }
10405if ${ac_cv_lib_pthread_pthread_self+:} false; then : 10388if test "${ac_cv_lib_pthread_pthread_self+set}" = set; then :
10406 $as_echo_n "(cached) " >&6 10389 $as_echo_n "(cached) " >&6
10407else 10390else
10408 ac_check_lib_save_LIBS=$LIBS 10391 ac_check_lib_save_LIBS=$LIBS
@@ -10436,7 +10419,7 @@ LIBS=$ac_check_lib_save_LIBS
10436fi 10419fi
10437{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_self" >&5 10420{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_self" >&5
10438$as_echo "$ac_cv_lib_pthread_pthread_self" >&6; } 10421$as_echo "$ac_cv_lib_pthread_pthread_self" >&6; }
10439if test "x$ac_cv_lib_pthread_pthread_self" = xyes; then : 10422if test "x$ac_cv_lib_pthread_pthread_self" = x""yes; then :
10440 HAVE_PTHREAD=yes 10423 HAVE_PTHREAD=yes
10441fi 10424fi
10442 10425
@@ -10454,7 +10437,7 @@ fi
10454 10437
10455{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for cma_open in -lpthreads" >&5 10438{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for cma_open in -lpthreads" >&5
10456$as_echo_n "checking for cma_open in -lpthreads... " >&6; } 10439$as_echo_n "checking for cma_open in -lpthreads... " >&6; }
10457if ${ac_cv_lib_pthreads_cma_open+:} false; then : 10440if test "${ac_cv_lib_pthreads_cma_open+set}" = set; then :
10458 $as_echo_n "(cached) " >&6 10441 $as_echo_n "(cached) " >&6
10459else 10442else
10460 ac_check_lib_save_LIBS=$LIBS 10443 ac_check_lib_save_LIBS=$LIBS
@@ -10488,7 +10471,7 @@ LIBS=$ac_check_lib_save_LIBS
10488fi 10471fi
10489{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthreads_cma_open" >&5 10472{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthreads_cma_open" >&5
10490$as_echo "$ac_cv_lib_pthreads_cma_open" >&6; } 10473$as_echo "$ac_cv_lib_pthreads_cma_open" >&6; }
10491if test "x$ac_cv_lib_pthreads_cma_open" = xyes; then : 10474if test "x$ac_cv_lib_pthreads_cma_open" = x""yes; then :
10492 cat >>confdefs.h <<_ACEOF 10475 cat >>confdefs.h <<_ACEOF
10493#define HAVE_LIBPTHREADS 1 10476#define HAVE_LIBPTHREADS 1
10494_ACEOF 10477_ACEOF
@@ -10515,7 +10498,7 @@ case ${host_os} in
10515aix*) 10498aix*)
10516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -bbigtoc option" >&5 10499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -bbigtoc option" >&5
10517$as_echo_n "checking for -bbigtoc option... " >&6; } 10500$as_echo_n "checking for -bbigtoc option... " >&6; }
10518if ${gdb_cv_bigtoc+:} false; then : 10501if test "${gdb_cv_bigtoc+set}" = set; then :
10519 $as_echo_n "(cached) " >&6 10502 $as_echo_n "(cached) " >&6
10520else 10503else
10521 10504
@@ -10676,7 +10659,8 @@ XScreenNumberOfScreen XSetWMProtocols
10676do : 10659do :
10677 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 10660 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10678ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 10661ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10679if eval test \"x\$"$as_ac_var"\" = x"yes"; then : 10662eval as_val=\$$as_ac_var
10663 if test "x$as_val" = x""yes; then :
10680 cat >>confdefs.h <<_ACEOF 10664 cat >>confdefs.h <<_ACEOF
10681#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 10665#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10682_ACEOF 10666_ACEOF
@@ -10689,7 +10673,7 @@ fi
10689if test "${window_system}" = "x11"; then 10673if test "${window_system}" = "x11"; then
10690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 version 6" >&5 10674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 version 6" >&5
10691$as_echo_n "checking X11 version 6... " >&6; } 10675$as_echo_n "checking X11 version 6... " >&6; }
10692 if ${emacs_cv_x11_version_6+:} false; then : 10676 if test "${emacs_cv_x11_version_6+set}" = set; then :
10693 $as_echo_n "(cached) " >&6 10677 $as_echo_n "(cached) " >&6
10694else 10678else
10695 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 10679 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -10754,7 +10738,7 @@ if test "${HAVE_X11}" = "yes" || test "${HAVE_NS}" = "yes"; then
10754set dummy pkg-config; ac_word=$2 10738set dummy pkg-config; ac_word=$2
10755{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 10739{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10756$as_echo_n "checking for $ac_word... " >&6; } 10740$as_echo_n "checking for $ac_word... " >&6; }
10757if ${ac_cv_path_PKG_CONFIG+:} false; then : 10741if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
10758 $as_echo_n "(cached) " >&6 10742 $as_echo_n "(cached) " >&6
10759else 10743else
10760 case $PKG_CONFIG in 10744 case $PKG_CONFIG in
@@ -10868,7 +10852,7 @@ if test "${HAVE_X11}" = "yes"; then
10868set dummy pkg-config; ac_word=$2 10852set dummy pkg-config; ac_word=$2
10869{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 10853{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10870$as_echo_n "checking for $ac_word... " >&6; } 10854$as_echo_n "checking for $ac_word... " >&6; }
10871if ${ac_cv_path_PKG_CONFIG+:} false; then : 10855if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
10872 $as_echo_n "(cached) " >&6 10856 $as_echo_n "(cached) " >&6
10873else 10857else
10874 case $PKG_CONFIG in 10858 case $PKG_CONFIG in
@@ -10967,7 +10951,7 @@ $as_echo "#define HAVE_IMAGEMAGICK 1" >>confdefs.h
10967 for ac_func in MagickExportImagePixels 10951 for ac_func in MagickExportImagePixels
10968do : 10952do :
10969 ac_fn_c_check_func "$LINENO" "MagickExportImagePixels" "ac_cv_func_MagickExportImagePixels" 10953 ac_fn_c_check_func "$LINENO" "MagickExportImagePixels" "ac_cv_func_MagickExportImagePixels"
10970if test "x$ac_cv_func_MagickExportImagePixels" = xyes; then : 10954if test "x$ac_cv_func_MagickExportImagePixels" = x""yes; then :
10971 cat >>confdefs.h <<_ACEOF 10955 cat >>confdefs.h <<_ACEOF
10972#define HAVE_MAGICKEXPORTIMAGEPIXELS 1 10956#define HAVE_MAGICKEXPORTIMAGEPIXELS 1
10973_ACEOF 10957_ACEOF
@@ -10994,7 +10978,7 @@ if test "${with_gtk3}" = "yes"; then
10994set dummy pkg-config; ac_word=$2 10978set dummy pkg-config; ac_word=$2
10995{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 10979{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10996$as_echo_n "checking for $ac_word... " >&6; } 10980$as_echo_n "checking for $ac_word... " >&6; }
10997if ${ac_cv_path_PKG_CONFIG+:} false; then : 10981if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
10998 $as_echo_n "(cached) " >&6 10982 $as_echo_n "(cached) " >&6
10999else 10983else
11000 case $PKG_CONFIG in 10984 case $PKG_CONFIG in
@@ -11082,7 +11066,7 @@ $as_echo "no" >&6; }
11082 fi 11066 fi
11083 11067
11084 if test "$pkg_check_gtk" = "no" && test "$USE_X_TOOLKIT" != "maybe"; then 11068 if test "$pkg_check_gtk" = "no" && test "$USE_X_TOOLKIT" != "maybe"; then
11085 as_fn_error $? "$GTK_PKG_ERRORS" "$LINENO" 5 11069 as_fn_error "$GTK_PKG_ERRORS" "$LINENO" 5
11086 fi 11070 fi
11087 11071
11088$as_echo "#define HAVE_GTK3 1" >>confdefs.h 11072$as_echo "#define HAVE_GTK3 1" >>confdefs.h
@@ -11104,7 +11088,7 @@ if test "${with_gtk}" = "yes" || test "$USE_X_TOOLKIT" = "maybe"; then
11104set dummy pkg-config; ac_word=$2 11088set dummy pkg-config; ac_word=$2
11105{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 11089{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11106$as_echo_n "checking for $ac_word... " >&6; } 11090$as_echo_n "checking for $ac_word... " >&6; }
11107if ${ac_cv_path_PKG_CONFIG+:} false; then : 11091if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
11108 $as_echo_n "(cached) " >&6 11092 $as_echo_n "(cached) " >&6
11109else 11093else
11110 case $PKG_CONFIG in 11094 case $PKG_CONFIG in
@@ -11192,7 +11176,7 @@ $as_echo "no" >&6; }
11192 fi 11176 fi
11193 11177
11194 if test "$pkg_check_gtk" = "no" && test "$USE_X_TOOLKIT" != "maybe"; then 11178 if test "$pkg_check_gtk" = "no" && test "$USE_X_TOOLKIT" != "maybe"; then
11195 as_fn_error $? "$GTK_PKG_ERRORS" "$LINENO" 5 11179 as_fn_error "$GTK_PKG_ERRORS" "$LINENO" 5
11196 fi 11180 fi
11197fi 11181fi
11198fi 11182fi
@@ -11208,7 +11192,7 @@ if test x"$pkg_check_gtk" = xyes; then
11208 for ac_func in gtk_main 11192 for ac_func in gtk_main
11209do : 11193do :
11210 ac_fn_c_check_func "$LINENO" "gtk_main" "ac_cv_func_gtk_main" 11194 ac_fn_c_check_func "$LINENO" "gtk_main" "ac_cv_func_gtk_main"
11211if test "x$ac_cv_func_gtk_main" = xyes; then : 11195if test "x$ac_cv_func_gtk_main" = x""yes; then :
11212 cat >>confdefs.h <<_ACEOF 11196 cat >>confdefs.h <<_ACEOF
11213#define HAVE_GTK_MAIN 1 11197#define HAVE_GTK_MAIN 1
11214_ACEOF 11198_ACEOF
@@ -11218,7 +11202,7 @@ done
11218 11202
11219 if test "${GTK_COMPILES}" != "yes"; then 11203 if test "${GTK_COMPILES}" != "yes"; then
11220 if test "$USE_X_TOOLKIT" != "maybe"; then 11204 if test "$USE_X_TOOLKIT" != "maybe"; then
11221 as_fn_error $? "Gtk+ wanted, but it does not compile, see config.log. Maybe some x11-devel files missing?" "$LINENO" 5; 11205 as_fn_error "Gtk+ wanted, but it does not compile, see config.log. Maybe some x11-devel files missing?" "$LINENO" 5;
11222 fi 11206 fi
11223 else 11207 else
11224 HAVE_GTK=yes 11208 HAVE_GTK=yes
@@ -11256,7 +11240,7 @@ if test "${HAVE_GTK}" = "yes"; then
11256 ac_fn_c_check_decl "$LINENO" "GTK_TYPE_FILE_SELECTION" "ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" "$ac_includes_default 11240 ac_fn_c_check_decl "$LINENO" "GTK_TYPE_FILE_SELECTION" "ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" "$ac_includes_default
11257#include <gtk/gtk.h> 11241#include <gtk/gtk.h>
11258" 11242"
11259if test "x$ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" = xyes; then : 11243if test "x$ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" = x""yes; then :
11260 HAVE_GTK_FILE_SELECTION=yes 11244 HAVE_GTK_FILE_SELECTION=yes
11261else 11245else
11262 HAVE_GTK_FILE_SELECTION=no 11246 HAVE_GTK_FILE_SELECTION=no
@@ -11266,7 +11250,7 @@ fi
11266 for ac_func in gtk_file_selection_new 11250 for ac_func in gtk_file_selection_new
11267do : 11251do :
11268 ac_fn_c_check_func "$LINENO" "gtk_file_selection_new" "ac_cv_func_gtk_file_selection_new" 11252 ac_fn_c_check_func "$LINENO" "gtk_file_selection_new" "ac_cv_func_gtk_file_selection_new"
11269if test "x$ac_cv_func_gtk_file_selection_new" = xyes; then : 11253if test "x$ac_cv_func_gtk_file_selection_new" = x""yes; then :
11270 cat >>confdefs.h <<_ACEOF 11254 cat >>confdefs.h <<_ACEOF
11271#define HAVE_GTK_FILE_SELECTION_NEW 1 11255#define HAVE_GTK_FILE_SELECTION_NEW 1
11272_ACEOF 11256_ACEOF
@@ -11284,7 +11268,8 @@ done
11284do : 11268do :
11285 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 11269 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11286ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 11270ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
11287if eval test \"x\$"$as_ac_var"\" = x"yes"; then : 11271eval as_val=\$$as_ac_var
11272 if test "x$as_val" = x""yes; then :
11288 cat >>confdefs.h <<_ACEOF 11273 cat >>confdefs.h <<_ACEOF
11289#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 11274#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
11290_ACEOF 11275_ACEOF
@@ -11305,7 +11290,7 @@ if test "${with_dbus}" = "yes"; then
11305set dummy pkg-config; ac_word=$2 11290set dummy pkg-config; ac_word=$2
11306{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 11291{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11307$as_echo_n "checking for $ac_word... " >&6; } 11292$as_echo_n "checking for $ac_word... " >&6; }
11308if ${ac_cv_path_PKG_CONFIG+:} false; then : 11293if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
11309 $as_echo_n "(cached) " >&6 11294 $as_echo_n "(cached) " >&6
11310else 11295else
11311 case $PKG_CONFIG in 11296 case $PKG_CONFIG in
@@ -11400,7 +11385,7 @@ $as_echo "#define HAVE_DBUS 1" >>confdefs.h
11400 for ac_func in dbus_watch_get_unix_fd 11385 for ac_func in dbus_watch_get_unix_fd
11401do : 11386do :
11402 ac_fn_c_check_func "$LINENO" "dbus_watch_get_unix_fd" "ac_cv_func_dbus_watch_get_unix_fd" 11387 ac_fn_c_check_func "$LINENO" "dbus_watch_get_unix_fd" "ac_cv_func_dbus_watch_get_unix_fd"
11403if test "x$ac_cv_func_dbus_watch_get_unix_fd" = xyes; then : 11388if test "x$ac_cv_func_dbus_watch_get_unix_fd" = x""yes; then :
11404 cat >>confdefs.h <<_ACEOF 11389 cat >>confdefs.h <<_ACEOF
11405#define HAVE_DBUS_WATCH_GET_UNIX_FD 1 11390#define HAVE_DBUS_WATCH_GET_UNIX_FD 1
11406_ACEOF 11391_ACEOF
@@ -11422,7 +11407,7 @@ if test "${HAVE_X11}" = "yes" && test "${with_gsettings}" = "yes"; then
11422set dummy pkg-config; ac_word=$2 11407set dummy pkg-config; ac_word=$2
11423{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 11408{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11424$as_echo_n "checking for $ac_word... " >&6; } 11409$as_echo_n "checking for $ac_word... " >&6; }
11425if ${ac_cv_path_PKG_CONFIG+:} false; then : 11410if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
11426 $as_echo_n "(cached) " >&6 11411 $as_echo_n "(cached) " >&6
11427else 11412else
11428 case $PKG_CONFIG in 11413 case $PKG_CONFIG in
@@ -11527,7 +11512,7 @@ if test "${HAVE_X11}" = "yes" && test "${with_gconf}" = "yes"; then
11527set dummy pkg-config; ac_word=$2 11512set dummy pkg-config; ac_word=$2
11528{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 11513{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11529$as_echo_n "checking for $ac_word... " >&6; } 11514$as_echo_n "checking for $ac_word... " >&6; }
11530if ${ac_cv_path_PKG_CONFIG+:} false; then : 11515if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
11531 $as_echo_n "(cached) " >&6 11516 $as_echo_n "(cached) " >&6
11532else 11517else
11533 case $PKG_CONFIG in 11518 case $PKG_CONFIG in
@@ -11631,7 +11616,7 @@ if test "$HAVE_GSETTINGS" = "yes" || test "$HAVE_GCONF" = "yes"; then
11631 for ac_func in g_type_init 11616 for ac_func in g_type_init
11632do : 11617do :
11633 ac_fn_c_check_func "$LINENO" "g_type_init" "ac_cv_func_g_type_init" 11618 ac_fn_c_check_func "$LINENO" "g_type_init" "ac_cv_func_g_type_init"
11634if test "x$ac_cv_func_g_type_init" = xyes; then : 11619if test "x$ac_cv_func_g_type_init" = x""yes; then :
11635 cat >>confdefs.h <<_ACEOF 11620 cat >>confdefs.h <<_ACEOF
11636#define HAVE_G_TYPE_INIT 1 11621#define HAVE_G_TYPE_INIT 1
11637_ACEOF 11622_ACEOF
@@ -11651,7 +11636,7 @@ LIBSELINUX_LIBS=
11651if test "${with_selinux}" = "yes"; then 11636if test "${with_selinux}" = "yes"; then
11652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lgetfilecon in -lselinux" >&5 11637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lgetfilecon in -lselinux" >&5
11653$as_echo_n "checking for lgetfilecon in -lselinux... " >&6; } 11638$as_echo_n "checking for lgetfilecon in -lselinux... " >&6; }
11654if ${ac_cv_lib_selinux_lgetfilecon+:} false; then : 11639if test "${ac_cv_lib_selinux_lgetfilecon+set}" = set; then :
11655 $as_echo_n "(cached) " >&6 11640 $as_echo_n "(cached) " >&6
11656else 11641else
11657 ac_check_lib_save_LIBS=$LIBS 11642 ac_check_lib_save_LIBS=$LIBS
@@ -11685,7 +11670,7 @@ LIBS=$ac_check_lib_save_LIBS
11685fi 11670fi
11686{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_selinux_lgetfilecon" >&5 11671{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_selinux_lgetfilecon" >&5
11687$as_echo "$ac_cv_lib_selinux_lgetfilecon" >&6; } 11672$as_echo "$ac_cv_lib_selinux_lgetfilecon" >&6; }
11688if test "x$ac_cv_lib_selinux_lgetfilecon" = xyes; then : 11673if test "x$ac_cv_lib_selinux_lgetfilecon" = x""yes; then :
11689 HAVE_LIBSELINUX=yes 11674 HAVE_LIBSELINUX=yes
11690else 11675else
11691 HAVE_LIBSELINUX=no 11676 HAVE_LIBSELINUX=no
@@ -11710,7 +11695,7 @@ if test "${with_gnutls}" = "yes" ; then
11710set dummy pkg-config; ac_word=$2 11695set dummy pkg-config; ac_word=$2
11711{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 11696{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11712$as_echo_n "checking for $ac_word... " >&6; } 11697$as_echo_n "checking for $ac_word... " >&6; }
11713if ${ac_cv_path_PKG_CONFIG+:} false; then : 11698if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
11714 $as_echo_n "(cached) " >&6 11699 $as_echo_n "(cached) " >&6
11715else 11700else
11716 case $PKG_CONFIG in 11701 case $PKG_CONFIG in
@@ -11808,7 +11793,7 @@ $as_echo "#define HAVE_GNUTLS 1" >>confdefs.h
11808 for ac_func in gnutls_certificate_set_verify_function 11793 for ac_func in gnutls_certificate_set_verify_function
11809do : 11794do :
11810 ac_fn_c_check_func "$LINENO" "gnutls_certificate_set_verify_function" "ac_cv_func_gnutls_certificate_set_verify_function" 11795 ac_fn_c_check_func "$LINENO" "gnutls_certificate_set_verify_function" "ac_cv_func_gnutls_certificate_set_verify_function"
11811if test "x$ac_cv_func_gnutls_certificate_set_verify_function" = xyes; then : 11796if test "x$ac_cv_func_gnutls_certificate_set_verify_function" = x""yes; then :
11812 cat >>confdefs.h <<_ACEOF 11797 cat >>confdefs.h <<_ACEOF
11813#define HAVE_GNUTLS_CERTIFICATE_SET_VERIFY_FUNCTION 1 11798#define HAVE_GNUTLS_CERTIFICATE_SET_VERIFY_FUNCTION 1
11814_ACEOF 11799_ACEOF
@@ -11833,7 +11818,7 @@ if test x"${USE_X_TOOLKIT}" = xmaybe || test x"${USE_X_TOOLKIT}" = xLUCID; then
11833 if test "$with_xaw3d" != no; then 11818 if test "$with_xaw3d" != no; then
11834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xaw3d" >&5 11819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xaw3d" >&5
11835$as_echo_n "checking for xaw3d... " >&6; } 11820$as_echo_n "checking for xaw3d... " >&6; }
11836 if ${emacs_cv_xaw3d+:} false; then : 11821 if test "${emacs_cv_xaw3d+set}" = set; then :
11837 $as_echo_n "(cached) " >&6 11822 $as_echo_n "(cached) " >&6
11838else 11823else
11839 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 11824 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -11852,7 +11837,7 @@ _ACEOF
11852if ac_fn_c_try_link "$LINENO"; then : 11837if ac_fn_c_try_link "$LINENO"; then :
11853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XawScrollbarSetThumb in -lXaw3d" >&5 11838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XawScrollbarSetThumb in -lXaw3d" >&5
11854$as_echo_n "checking for XawScrollbarSetThumb in -lXaw3d... " >&6; } 11839$as_echo_n "checking for XawScrollbarSetThumb in -lXaw3d... " >&6; }
11855if ${ac_cv_lib_Xaw3d_XawScrollbarSetThumb+:} false; then : 11840if test "${ac_cv_lib_Xaw3d_XawScrollbarSetThumb+set}" = set; then :
11856 $as_echo_n "(cached) " >&6 11841 $as_echo_n "(cached) " >&6
11857else 11842else
11858 ac_check_lib_save_LIBS=$LIBS 11843 ac_check_lib_save_LIBS=$LIBS
@@ -11886,7 +11871,7 @@ LIBS=$ac_check_lib_save_LIBS
11886fi 11871fi
11887{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5 11872{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5
11888$as_echo "$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&6; } 11873$as_echo "$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&6; }
11889if test "x$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" = xyes; then : 11874if test "x$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" = x""yes; then :
11890 emacs_cv_xaw3d=yes 11875 emacs_cv_xaw3d=yes
11891else 11876else
11892 emacs_cv_xaw3d=no 11877 emacs_cv_xaw3d=no
@@ -11916,7 +11901,7 @@ $as_echo "#define HAVE_XAW3D 1" >>confdefs.h
11916$as_echo "no" >&6; } 11901$as_echo "no" >&6; }
11917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libXaw" >&5 11902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libXaw" >&5
11918$as_echo_n "checking for libXaw... " >&6; } 11903$as_echo_n "checking for libXaw... " >&6; }
11919 if ${emacs_cv_xaw+:} false; then : 11904 if test "${emacs_cv_xaw+set}" = set; then :
11920 $as_echo_n "(cached) " >&6 11905 $as_echo_n "(cached) " >&6
11921else 11906else
11922 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 11907 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -11947,9 +11932,9 @@ $as_echo "yes; using Lucid toolkit" >&6; }
11947 USE_X_TOOLKIT=LUCID 11932 USE_X_TOOLKIT=LUCID
11948 LUCID_LIBW=-lXaw 11933 LUCID_LIBW=-lXaw
11949 elif test x"${USE_X_TOOLKIT}" = xLUCID; then 11934 elif test x"${USE_X_TOOLKIT}" = xLUCID; then
11950 as_fn_error $? "Lucid toolkit requires X11/Xaw include files" "$LINENO" 5 11935 as_fn_error "Lucid toolkit requires X11/Xaw include files" "$LINENO" 5
11951 else 11936 else
11952 as_fn_error $? "No X toolkit could be found. 11937 as_fn_error "No X toolkit could be found.
11953If you are sure you want Emacs compiled without an X toolkit, pass 11938If you are sure you want Emacs compiled without an X toolkit, pass
11954 --with-x-toolkit=no 11939 --with-x-toolkit=no
11955to configure. Otherwise, install the development libraries for the toolkit 11940to configure. Otherwise, install the development libraries for the toolkit
@@ -11964,7 +11949,7 @@ LIBXTR6=
11964if test "${USE_X_TOOLKIT}" != "none"; then 11949if test "${USE_X_TOOLKIT}" != "none"; then
11965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 toolkit version" >&5 11950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 toolkit version" >&5
11966$as_echo_n "checking X11 toolkit version... " >&6; } 11951$as_echo_n "checking X11 toolkit version... " >&6; }
11967 if ${emacs_cv_x11_toolkit_version_6+:} false; then : 11952 if test "${emacs_cv_x11_toolkit_version_6+set}" = set; then :
11968 $as_echo_n "(cached) " >&6 11953 $as_echo_n "(cached) " >&6
11969else 11954else
11970 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 11955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -12015,7 +12000,7 @@ $as_echo "before 6" >&6; }
12015 fi 12000 fi
12016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XmuConvertStandardSelection in -lXmu" >&5 12001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XmuConvertStandardSelection in -lXmu" >&5
12017$as_echo_n "checking for XmuConvertStandardSelection in -lXmu... " >&6; } 12002$as_echo_n "checking for XmuConvertStandardSelection in -lXmu... " >&6; }
12018if ${ac_cv_lib_Xmu_XmuConvertStandardSelection+:} false; then : 12003if test "${ac_cv_lib_Xmu_XmuConvertStandardSelection+set}" = set; then :
12019 $as_echo_n "(cached) " >&6 12004 $as_echo_n "(cached) " >&6
12020else 12005else
12021 ac_check_lib_save_LIBS=$LIBS 12006 ac_check_lib_save_LIBS=$LIBS
@@ -12049,7 +12034,7 @@ LIBS=$ac_check_lib_save_LIBS
12049fi 12034fi
12050{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5 12035{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5
12051$as_echo "$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6; } 12036$as_echo "$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6; }
12052if test "x$ac_cv_lib_Xmu_XmuConvertStandardSelection" = xyes; then : 12037if test "x$ac_cv_lib_Xmu_XmuConvertStandardSelection" = x""yes; then :
12053 cat >>confdefs.h <<_ACEOF 12038 cat >>confdefs.h <<_ACEOF
12054#define HAVE_LIBXMU 1 12039#define HAVE_LIBXMU 1
12055_ACEOF 12040_ACEOF
@@ -12076,7 +12061,7 @@ if test "${HAVE_X11}" = "yes"; then
12076 if test "${USE_X_TOOLKIT}" != "none"; then 12061 if test "${USE_X_TOOLKIT}" != "none"; then
12077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5 12062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
12078$as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; } 12063$as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
12079if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false; then : 12064if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
12080 $as_echo_n "(cached) " >&6 12065 $as_echo_n "(cached) " >&6
12081else 12066else
12082 ac_check_lib_save_LIBS=$LIBS 12067 ac_check_lib_save_LIBS=$LIBS
@@ -12110,7 +12095,7 @@ LIBS=$ac_check_lib_save_LIBS
12110fi 12095fi
12111{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5 12096{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
12112$as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; } 12097$as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
12113if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes; then : 12098if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
12114 cat >>confdefs.h <<_ACEOF 12099 cat >>confdefs.h <<_ACEOF
12115#define HAVE_LIBXEXT 1 12100#define HAVE_LIBXEXT 1
12116_ACEOF 12101_ACEOF
@@ -12126,7 +12111,7 @@ LIBXP=
12126if test "${USE_X_TOOLKIT}" = "MOTIF"; then 12111if test "${USE_X_TOOLKIT}" = "MOTIF"; then
12127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Motif version 2.1" >&5 12112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Motif version 2.1" >&5
12128$as_echo_n "checking for Motif version 2.1... " >&6; } 12113$as_echo_n "checking for Motif version 2.1... " >&6; }
12129if ${emacs_cv_motif_version_2_1+:} false; then : 12114if test "${emacs_cv_motif_version_2_1+set}" = set; then :
12130 $as_echo_n "(cached) " >&6 12115 $as_echo_n "(cached) " >&6
12131else 12116else
12132 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 12117 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -12156,7 +12141,7 @@ $as_echo "$emacs_cv_motif_version_2_1" >&6; }
12156 if test $emacs_cv_motif_version_2_1 = yes; then 12141 if test $emacs_cv_motif_version_2_1 = yes; then
12157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpCreateContext in -lXp" >&5 12142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpCreateContext in -lXp" >&5
12158$as_echo_n "checking for XpCreateContext in -lXp... " >&6; } 12143$as_echo_n "checking for XpCreateContext in -lXp... " >&6; }
12159if ${ac_cv_lib_Xp_XpCreateContext+:} false; then : 12144if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then :
12160 $as_echo_n "(cached) " >&6 12145 $as_echo_n "(cached) " >&6
12161else 12146else
12162 ac_check_lib_save_LIBS=$LIBS 12147 ac_check_lib_save_LIBS=$LIBS
@@ -12190,14 +12175,14 @@ LIBS=$ac_check_lib_save_LIBS
12190fi 12175fi
12191{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xp_XpCreateContext" >&5 12176{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xp_XpCreateContext" >&5
12192$as_echo "$ac_cv_lib_Xp_XpCreateContext" >&6; } 12177$as_echo "$ac_cv_lib_Xp_XpCreateContext" >&6; }
12193if test "x$ac_cv_lib_Xp_XpCreateContext" = xyes; then : 12178if test "x$ac_cv_lib_Xp_XpCreateContext" = x""yes; then :
12194 LIBXP=-lXp 12179 LIBXP=-lXp
12195fi 12180fi
12196 12181
12197 else 12182 else
12198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LessTif where some systems put it" >&5 12183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LessTif where some systems put it" >&5
12199$as_echo_n "checking for LessTif where some systems put it... " >&6; } 12184$as_echo_n "checking for LessTif where some systems put it... " >&6; }
12200if ${emacs_cv_lesstif+:} false; then : 12185if test "${emacs_cv_lesstif+set}" = set; then :
12201 $as_echo_n "(cached) " >&6 12186 $as_echo_n "(cached) " >&6
12202else 12187else
12203 # We put this in CFLAGS temporarily to precede other -I options 12188 # We put this in CFLAGS temporarily to precede other -I options
@@ -12356,7 +12341,7 @@ if test "${HAVE_X11}" = "yes"; then
12356set dummy pkg-config; ac_word=$2 12341set dummy pkg-config; ac_word=$2
12357{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 12342{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12358$as_echo_n "checking for $ac_word... " >&6; } 12343$as_echo_n "checking for $ac_word... " >&6; }
12359if ${ac_cv_path_PKG_CONFIG+:} false; then : 12344if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
12360 $as_echo_n "(cached) " >&6 12345 $as_echo_n "(cached) " >&6
12361else 12346else
12362 case $PKG_CONFIG in 12347 case $PKG_CONFIG in
@@ -12458,7 +12443,7 @@ $as_echo "no" >&6; }
12458set dummy pkg-config; ac_word=$2 12443set dummy pkg-config; ac_word=$2
12459{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 12444{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12460$as_echo_n "checking for $ac_word... " >&6; } 12445$as_echo_n "checking for $ac_word... " >&6; }
12461if ${ac_cv_path_PKG_CONFIG+:} false; then : 12446if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
12462 $as_echo_n "(cached) " >&6 12447 $as_echo_n "(cached) " >&6
12463else 12448else
12464 case $PKG_CONFIG in 12449 case $PKG_CONFIG in
@@ -12550,7 +12535,7 @@ $as_echo "no" >&6; }
12550 HAVE_XRENDER=no 12535 HAVE_XRENDER=no
12551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderQueryExtension in -lXrender" >&5 12536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderQueryExtension in -lXrender" >&5
12552$as_echo_n "checking for XRenderQueryExtension in -lXrender... " >&6; } 12537$as_echo_n "checking for XRenderQueryExtension in -lXrender... " >&6; }
12553if ${ac_cv_lib_Xrender_XRenderQueryExtension+:} false; then : 12538if test "${ac_cv_lib_Xrender_XRenderQueryExtension+set}" = set; then :
12554 $as_echo_n "(cached) " >&6 12539 $as_echo_n "(cached) " >&6
12555else 12540else
12556 ac_check_lib_save_LIBS=$LIBS 12541 ac_check_lib_save_LIBS=$LIBS
@@ -12584,7 +12569,7 @@ LIBS=$ac_check_lib_save_LIBS
12584fi 12569fi
12585{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderQueryExtension" >&5 12570{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderQueryExtension" >&5
12586$as_echo "$ac_cv_lib_Xrender_XRenderQueryExtension" >&6; } 12571$as_echo "$ac_cv_lib_Xrender_XRenderQueryExtension" >&6; }
12587if test "x$ac_cv_lib_Xrender_XRenderQueryExtension" = xyes; then : 12572if test "x$ac_cv_lib_Xrender_XRenderQueryExtension" = x""yes; then :
12588 HAVE_XRENDER=yes 12573 HAVE_XRENDER=yes
12589fi 12574fi
12590 12575
@@ -12597,10 +12582,10 @@ fi
12597 XFT_LIBS="-lXrender $XFT_LIBS" 12582 XFT_LIBS="-lXrender $XFT_LIBS"
12598 LIBS="$XFT_LIBS $LIBS" 12583 LIBS="$XFT_LIBS $LIBS"
12599 ac_fn_c_check_header_mongrel "$LINENO" "X11/Xft/Xft.h" "ac_cv_header_X11_Xft_Xft_h" "$ac_includes_default" 12584 ac_fn_c_check_header_mongrel "$LINENO" "X11/Xft/Xft.h" "ac_cv_header_X11_Xft_Xft_h" "$ac_includes_default"
12600if test "x$ac_cv_header_X11_Xft_Xft_h" = xyes; then : 12585if test "x$ac_cv_header_X11_Xft_Xft_h" = x""yes; then :
12601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XftFontOpen in -lXft" >&5 12586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XftFontOpen in -lXft" >&5
12602$as_echo_n "checking for XftFontOpen in -lXft... " >&6; } 12587$as_echo_n "checking for XftFontOpen in -lXft... " >&6; }
12603if ${ac_cv_lib_Xft_XftFontOpen+:} false; then : 12588if test "${ac_cv_lib_Xft_XftFontOpen+set}" = set; then :
12604 $as_echo_n "(cached) " >&6 12589 $as_echo_n "(cached) " >&6
12605else 12590else
12606 ac_check_lib_save_LIBS=$LIBS 12591 ac_check_lib_save_LIBS=$LIBS
@@ -12634,7 +12619,7 @@ LIBS=$ac_check_lib_save_LIBS
12634fi 12619fi
12635{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xft_XftFontOpen" >&5 12620{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xft_XftFontOpen" >&5
12636$as_echo "$ac_cv_lib_Xft_XftFontOpen" >&6; } 12621$as_echo "$ac_cv_lib_Xft_XftFontOpen" >&6; }
12637if test "x$ac_cv_lib_Xft_XftFontOpen" = xyes; then : 12622if test "x$ac_cv_lib_Xft_XftFontOpen" = x""yes; then :
12638 HAVE_XFT=yes 12623 HAVE_XFT=yes
12639fi 12624fi
12640 12625
@@ -12669,7 +12654,7 @@ $as_echo "#define HAVE_XFT 1" >>confdefs.h
12669set dummy pkg-config; ac_word=$2 12654set dummy pkg-config; ac_word=$2
12670{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 12655{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12671$as_echo_n "checking for $ac_word... " >&6; } 12656$as_echo_n "checking for $ac_word... " >&6; }
12672if ${ac_cv_path_PKG_CONFIG+:} false; then : 12657if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
12673 $as_echo_n "(cached) " >&6 12658 $as_echo_n "(cached) " >&6
12674else 12659else
12675 case $PKG_CONFIG in 12660 case $PKG_CONFIG in
@@ -12757,7 +12742,7 @@ $as_echo "no" >&6; }
12757 fi 12742 fi
12758 12743
12759 12744
12760 test "$HAVE_FREETYPE" = "no" && as_fn_error $? "libxft requires libfreetype" "$LINENO" 5 12745 test "$HAVE_FREETYPE" = "no" && as_fn_error "libxft requires libfreetype" "$LINENO" 5
12761 fi 12746 fi
12762 12747
12763 HAVE_LIBOTF=no 12748 HAVE_LIBOTF=no
@@ -12773,7 +12758,7 @@ $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12773set dummy pkg-config; ac_word=$2 12758set dummy pkg-config; ac_word=$2
12774{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 12759{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12775$as_echo_n "checking for $ac_word... " >&6; } 12760$as_echo_n "checking for $ac_word... " >&6; }
12776if ${ac_cv_path_PKG_CONFIG+:} false; then : 12761if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
12777 $as_echo_n "(cached) " >&6 12762 $as_echo_n "(cached) " >&6
12778else 12763else
12779 case $PKG_CONFIG in 12764 case $PKG_CONFIG in
@@ -12866,7 +12851,7 @@ $as_echo "#define HAVE_LIBOTF 1" >>confdefs.h
12866 12851
12867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OTF_get_variation_glyphs in -lotf" >&5 12852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OTF_get_variation_glyphs in -lotf" >&5
12868$as_echo_n "checking for OTF_get_variation_glyphs in -lotf... " >&6; } 12853$as_echo_n "checking for OTF_get_variation_glyphs in -lotf... " >&6; }
12869if ${ac_cv_lib_otf_OTF_get_variation_glyphs+:} false; then : 12854if test "${ac_cv_lib_otf_OTF_get_variation_glyphs+set}" = set; then :
12870 $as_echo_n "(cached) " >&6 12855 $as_echo_n "(cached) " >&6
12871else 12856else
12872 ac_check_lib_save_LIBS=$LIBS 12857 ac_check_lib_save_LIBS=$LIBS
@@ -12900,7 +12885,7 @@ LIBS=$ac_check_lib_save_LIBS
12900fi 12885fi
12901{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_otf_OTF_get_variation_glyphs" >&5 12886{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_otf_OTF_get_variation_glyphs" >&5
12902$as_echo "$ac_cv_lib_otf_OTF_get_variation_glyphs" >&6; } 12887$as_echo "$ac_cv_lib_otf_OTF_get_variation_glyphs" >&6; }
12903if test "x$ac_cv_lib_otf_OTF_get_variation_glyphs" = xyes; then : 12888if test "x$ac_cv_lib_otf_OTF_get_variation_glyphs" = x""yes; then :
12904 HAVE_OTF_GET_VARIATION_GLYPHS=yes 12889 HAVE_OTF_GET_VARIATION_GLYPHS=yes
12905else 12890else
12906 HAVE_OTF_GET_VARIATION_GLYPHS=no 12891 HAVE_OTF_GET_VARIATION_GLYPHS=no
@@ -12925,7 +12910,7 @@ $as_echo "#define HAVE_OTF_GET_VARIATION_GLYPHS 1" >>confdefs.h
12925set dummy pkg-config; ac_word=$2 12910set dummy pkg-config; ac_word=$2
12926{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 12911{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12927$as_echo_n "checking for $ac_word... " >&6; } 12912$as_echo_n "checking for $ac_word... " >&6; }
12928if ${ac_cv_path_PKG_CONFIG+:} false; then : 12913if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
12929 $as_echo_n "(cached) " >&6 12914 $as_echo_n "(cached) " >&6
12930else 12915else
12931 case $PKG_CONFIG in 12916 case $PKG_CONFIG in
@@ -13043,10 +13028,10 @@ LIBXPM=
13043if test "${HAVE_X11}" = "yes"; then 13028if test "${HAVE_X11}" = "yes"; then
13044 if test "${with_xpm}" != "no"; then 13029 if test "${with_xpm}" != "no"; then
13045 ac_fn_c_check_header_mongrel "$LINENO" "X11/xpm.h" "ac_cv_header_X11_xpm_h" "$ac_includes_default" 13030 ac_fn_c_check_header_mongrel "$LINENO" "X11/xpm.h" "ac_cv_header_X11_xpm_h" "$ac_includes_default"
13046if test "x$ac_cv_header_X11_xpm_h" = xyes; then : 13031if test "x$ac_cv_header_X11_xpm_h" = x""yes; then :
13047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpmReadFileToPixmap in -lXpm" >&5 13032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpmReadFileToPixmap in -lXpm" >&5
13048$as_echo_n "checking for XpmReadFileToPixmap in -lXpm... " >&6; } 13033$as_echo_n "checking for XpmReadFileToPixmap in -lXpm... " >&6; }
13049if ${ac_cv_lib_Xpm_XpmReadFileToPixmap+:} false; then : 13034if test "${ac_cv_lib_Xpm_XpmReadFileToPixmap+set}" = set; then :
13050 $as_echo_n "(cached) " >&6 13035 $as_echo_n "(cached) " >&6
13051else 13036else
13052 ac_check_lib_save_LIBS=$LIBS 13037 ac_check_lib_save_LIBS=$LIBS
@@ -13080,7 +13065,7 @@ LIBS=$ac_check_lib_save_LIBS
13080fi 13065fi
13081{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5 13066{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5
13082$as_echo "$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6; } 13067$as_echo "$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6; }
13083if test "x$ac_cv_lib_Xpm_XpmReadFileToPixmap" = xyes; then : 13068if test "x$ac_cv_lib_Xpm_XpmReadFileToPixmap" = x""yes; then :
13084 HAVE_XPM=yes 13069 HAVE_XPM=yes
13085fi 13070fi
13086 13071
@@ -13132,10 +13117,10 @@ LIBJPEG=
13132if test "${HAVE_X11}" = "yes"; then 13117if test "${HAVE_X11}" = "yes"; then
13133 if test "${with_jpeg}" != "no"; then 13118 if test "${with_jpeg}" != "no"; then
13134 ac_fn_c_check_header_mongrel "$LINENO" "jerror.h" "ac_cv_header_jerror_h" "$ac_includes_default" 13119 ac_fn_c_check_header_mongrel "$LINENO" "jerror.h" "ac_cv_header_jerror_h" "$ac_includes_default"
13135if test "x$ac_cv_header_jerror_h" = xyes; then : 13120if test "x$ac_cv_header_jerror_h" = x""yes; then :
13136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jpeg_destroy_compress in -ljpeg" >&5 13121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jpeg_destroy_compress in -ljpeg" >&5
13137$as_echo_n "checking for jpeg_destroy_compress in -ljpeg... " >&6; } 13122$as_echo_n "checking for jpeg_destroy_compress in -ljpeg... " >&6; }
13138if ${ac_cv_lib_jpeg_jpeg_destroy_compress+:} false; then : 13123if test "${ac_cv_lib_jpeg_jpeg_destroy_compress+set}" = set; then :
13139 $as_echo_n "(cached) " >&6 13124 $as_echo_n "(cached) " >&6
13140else 13125else
13141 ac_check_lib_save_LIBS=$LIBS 13126 ac_check_lib_save_LIBS=$LIBS
@@ -13169,7 +13154,7 @@ LIBS=$ac_check_lib_save_LIBS
13169fi 13154fi
13170{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5 13155{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5
13171$as_echo "$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6; } 13156$as_echo "$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6; }
13172if test "x$ac_cv_lib_jpeg_jpeg_destroy_compress" = xyes; then : 13157if test "x$ac_cv_lib_jpeg_jpeg_destroy_compress" = x""yes; then :
13173 HAVE_JPEG=yes 13158 HAVE_JPEG=yes
13174fi 13159fi
13175 13160
@@ -13216,7 +13201,8 @@ if test "${HAVE_X11}" = "yes"; then
13216do : 13201do :
13217 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 13202 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13218ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" 13203ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13219if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : 13204eval as_val=\$$as_ac_Header
13205 if test "x$as_val" = x""yes; then :
13220 cat >>confdefs.h <<_ACEOF 13206 cat >>confdefs.h <<_ACEOF
13221#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 13207#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13222_ACEOF 13208_ACEOF
@@ -13228,7 +13214,7 @@ done
13228 if test "$ac_cv_header_png_h" = yes || test "$ac_cv_header_libpng_png_h" = yes ; then 13214 if test "$ac_cv_header_png_h" = yes || test "$ac_cv_header_libpng_png_h" = yes ; then
13229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_get_channels in -lpng" >&5 13215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_get_channels in -lpng" >&5
13230$as_echo_n "checking for png_get_channels in -lpng... " >&6; } 13216$as_echo_n "checking for png_get_channels in -lpng... " >&6; }
13231if ${ac_cv_lib_png_png_get_channels+:} false; then : 13217if test "${ac_cv_lib_png_png_get_channels+set}" = set; then :
13232 $as_echo_n "(cached) " >&6 13218 $as_echo_n "(cached) " >&6
13233else 13219else
13234 ac_check_lib_save_LIBS=$LIBS 13220 ac_check_lib_save_LIBS=$LIBS
@@ -13262,7 +13248,7 @@ LIBS=$ac_check_lib_save_LIBS
13262fi 13248fi
13263{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_get_channels" >&5 13249{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_get_channels" >&5
13264$as_echo "$ac_cv_lib_png_png_get_channels" >&6; } 13250$as_echo "$ac_cv_lib_png_png_get_channels" >&6; }
13265if test "x$ac_cv_lib_png_png_get_channels" = xyes; then : 13251if test "x$ac_cv_lib_png_png_get_channels" = x""yes; then :
13266 HAVE_PNG=yes 13252 HAVE_PNG=yes
13267fi 13253fi
13268 13254
@@ -13284,13 +13270,13 @@ LIBTIFF=
13284if test "${HAVE_X11}" = "yes"; then 13270if test "${HAVE_X11}" = "yes"; then
13285 if test "${with_tiff}" != "no"; then 13271 if test "${with_tiff}" != "no"; then
13286 ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default" 13272 ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13287if test "x$ac_cv_header_tiffio_h" = xyes; then : 13273if test "x$ac_cv_header_tiffio_h" = x""yes; then :
13288 tifflibs="-lz -lm" 13274 tifflibs="-lz -lm"
13289 # At least one tiff package requires the jpeg library. 13275 # At least one tiff package requires the jpeg library.
13290 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi 13276 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi
13291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFGetVersion in -ltiff" >&5 13277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFGetVersion in -ltiff" >&5
13292$as_echo_n "checking for TIFFGetVersion in -ltiff... " >&6; } 13278$as_echo_n "checking for TIFFGetVersion in -ltiff... " >&6; }
13293if ${ac_cv_lib_tiff_TIFFGetVersion+:} false; then : 13279if test "${ac_cv_lib_tiff_TIFFGetVersion+set}" = set; then :
13294 $as_echo_n "(cached) " >&6 13280 $as_echo_n "(cached) " >&6
13295else 13281else
13296 ac_check_lib_save_LIBS=$LIBS 13282 ac_check_lib_save_LIBS=$LIBS
@@ -13324,7 +13310,7 @@ LIBS=$ac_check_lib_save_LIBS
13324fi 13310fi
13325{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5 13311{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5
13326$as_echo "$ac_cv_lib_tiff_TIFFGetVersion" >&6; } 13312$as_echo "$ac_cv_lib_tiff_TIFFGetVersion" >&6; }
13327if test "x$ac_cv_lib_tiff_TIFFGetVersion" = xyes; then : 13313if test "x$ac_cv_lib_tiff_TIFFGetVersion" = x""yes; then :
13328 HAVE_TIFF=yes 13314 HAVE_TIFF=yes
13329fi 13315fi
13330 13316
@@ -13347,12 +13333,12 @@ HAVE_GIF=no
13347LIBGIF= 13333LIBGIF=
13348if test "${HAVE_X11}" = "yes" && test "${with_gif}" != "no"; then 13334if test "${HAVE_X11}" = "yes" && test "${with_gif}" != "no"; then
13349 ac_fn_c_check_header_mongrel "$LINENO" "gif_lib.h" "ac_cv_header_gif_lib_h" "$ac_includes_default" 13335 ac_fn_c_check_header_mongrel "$LINENO" "gif_lib.h" "ac_cv_header_gif_lib_h" "$ac_includes_default"
13350if test "x$ac_cv_header_gif_lib_h" = xyes; then : 13336if test "x$ac_cv_header_gif_lib_h" = x""yes; then :
13351 # EGifPutExtensionLast only exists from version libungif-4.1.0b1. 13337 # EGifPutExtensionLast only exists from version libungif-4.1.0b1.
13352# Earlier versions can crash Emacs. 13338# Earlier versions can crash Emacs.
13353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lgif" >&5 13339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lgif" >&5
13354$as_echo_n "checking for EGifPutExtensionLast in -lgif... " >&6; } 13340$as_echo_n "checking for EGifPutExtensionLast in -lgif... " >&6; }
13355if ${ac_cv_lib_gif_EGifPutExtensionLast+:} false; then : 13341if test "${ac_cv_lib_gif_EGifPutExtensionLast+set}" = set; then :
13356 $as_echo_n "(cached) " >&6 13342 $as_echo_n "(cached) " >&6
13357else 13343else
13358 ac_check_lib_save_LIBS=$LIBS 13344 ac_check_lib_save_LIBS=$LIBS
@@ -13386,7 +13372,7 @@ LIBS=$ac_check_lib_save_LIBS
13386fi 13372fi
13387{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gif_EGifPutExtensionLast" >&5 13373{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gif_EGifPutExtensionLast" >&5
13388$as_echo "$ac_cv_lib_gif_EGifPutExtensionLast" >&6; } 13374$as_echo "$ac_cv_lib_gif_EGifPutExtensionLast" >&6; }
13389if test "x$ac_cv_lib_gif_EGifPutExtensionLast" = xyes; then : 13375if test "x$ac_cv_lib_gif_EGifPutExtensionLast" = x""yes; then :
13390 HAVE_GIF=yes 13376 HAVE_GIF=yes
13391else 13377else
13392 HAVE_GIF=maybe 13378 HAVE_GIF=maybe
@@ -13402,7 +13388,7 @@ fi
13402# If gif_lib.h but no libgif, try libungif. 13388# If gif_lib.h but no libgif, try libungif.
13403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lungif" >&5 13389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lungif" >&5
13404$as_echo_n "checking for EGifPutExtensionLast in -lungif... " >&6; } 13390$as_echo_n "checking for EGifPutExtensionLast in -lungif... " >&6; }
13405if ${ac_cv_lib_ungif_EGifPutExtensionLast+:} false; then : 13391if test "${ac_cv_lib_ungif_EGifPutExtensionLast+set}" = set; then :
13406 $as_echo_n "(cached) " >&6 13392 $as_echo_n "(cached) " >&6
13407else 13393else
13408 ac_check_lib_save_LIBS=$LIBS 13394 ac_check_lib_save_LIBS=$LIBS
@@ -13436,7 +13422,7 @@ LIBS=$ac_check_lib_save_LIBS
13436fi 13422fi
13437{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5 13423{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5
13438$as_echo "$ac_cv_lib_ungif_EGifPutExtensionLast" >&6; } 13424$as_echo "$ac_cv_lib_ungif_EGifPutExtensionLast" >&6; }
13439if test "x$ac_cv_lib_ungif_EGifPutExtensionLast" = xyes; then : 13425if test "x$ac_cv_lib_ungif_EGifPutExtensionLast" = x""yes; then :
13440 HAVE_GIF=yes 13426 HAVE_GIF=yes
13441else 13427else
13442 HAVE_GIF=no 13428 HAVE_GIF=no
@@ -13468,7 +13454,7 @@ if test "${HAVE_X11}" = "yes"; then
13468 MISSING="$MISSING libtiff" && WITH_NO="$WITH_NO --with-tiff=no" 13454 MISSING="$MISSING libtiff" && WITH_NO="$WITH_NO --with-tiff=no"
13469 13455
13470 if test "X${MISSING}" != X; then 13456 if test "X${MISSING}" != X; then
13471 as_fn_error $? "The following required libraries were not found: 13457 as_fn_error "The following required libraries were not found:
13472 $MISSING 13458 $MISSING
13473Maybe some development libraries/packages are missing? 13459Maybe some development libraries/packages are missing?
13474If you don't want to link with them give 13460If you don't want to link with them give
@@ -13482,10 +13468,10 @@ HAVE_GPM=no
13482LIBGPM= 13468LIBGPM=
13483if test "${with_gpm}" != "no"; then 13469if test "${with_gpm}" != "no"; then
13484 ac_fn_c_check_header_mongrel "$LINENO" "gpm.h" "ac_cv_header_gpm_h" "$ac_includes_default" 13470 ac_fn_c_check_header_mongrel "$LINENO" "gpm.h" "ac_cv_header_gpm_h" "$ac_includes_default"
13485if test "x$ac_cv_header_gpm_h" = xyes; then : 13471if test "x$ac_cv_header_gpm_h" = x""yes; then :
13486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Gpm_Open in -lgpm" >&5 13472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Gpm_Open in -lgpm" >&5
13487$as_echo_n "checking for Gpm_Open in -lgpm... " >&6; } 13473$as_echo_n "checking for Gpm_Open in -lgpm... " >&6; }
13488if ${ac_cv_lib_gpm_Gpm_Open+:} false; then : 13474if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then :
13489 $as_echo_n "(cached) " >&6 13475 $as_echo_n "(cached) " >&6
13490else 13476else
13491 ac_check_lib_save_LIBS=$LIBS 13477 ac_check_lib_save_LIBS=$LIBS
@@ -13519,7 +13505,7 @@ LIBS=$ac_check_lib_save_LIBS
13519fi 13505fi
13520{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gpm_Gpm_Open" >&5 13506{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gpm_Gpm_Open" >&5
13521$as_echo "$ac_cv_lib_gpm_Gpm_Open" >&6; } 13507$as_echo "$ac_cv_lib_gpm_Gpm_Open" >&6; }
13522if test "x$ac_cv_lib_gpm_Gpm_Open" = xyes; then : 13508if test "x$ac_cv_lib_gpm_Gpm_Open" = x""yes; then :
13523 HAVE_GPM=yes 13509 HAVE_GPM=yes
13524fi 13510fi
13525 13511
@@ -13537,7 +13523,7 @@ fi
13537 13523
13538 13524
13539ac_fn_c_check_header_mongrel "$LINENO" "malloc/malloc.h" "ac_cv_header_malloc_malloc_h" "$ac_includes_default" 13525ac_fn_c_check_header_mongrel "$LINENO" "malloc/malloc.h" "ac_cv_header_malloc_malloc_h" "$ac_includes_default"
13540if test "x$ac_cv_header_malloc_malloc_h" = xyes; then : 13526if test "x$ac_cv_header_malloc_malloc_h" = x""yes; then :
13541 13527
13542$as_echo "#define HAVE_MALLOC_MALLOC_H 1" >>confdefs.h 13528$as_echo "#define HAVE_MALLOC_MALLOC_H 1" >>confdefs.h
13543 13529
@@ -13582,10 +13568,10 @@ HAVE_X_SM=no
13582LIBXSM= 13568LIBXSM=
13583if test "${HAVE_X11}" = "yes"; then 13569if test "${HAVE_X11}" = "yes"; then
13584 ac_fn_c_check_header_mongrel "$LINENO" "X11/SM/SMlib.h" "ac_cv_header_X11_SM_SMlib_h" "$ac_includes_default" 13570 ac_fn_c_check_header_mongrel "$LINENO" "X11/SM/SMlib.h" "ac_cv_header_X11_SM_SMlib_h" "$ac_includes_default"
13585if test "x$ac_cv_header_X11_SM_SMlib_h" = xyes; then : 13571if test "x$ac_cv_header_X11_SM_SMlib_h" = x""yes; then :
13586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SmcOpenConnection in -lSM" >&5 13572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SmcOpenConnection in -lSM" >&5
13587$as_echo_n "checking for SmcOpenConnection in -lSM... " >&6; } 13573$as_echo_n "checking for SmcOpenConnection in -lSM... " >&6; }
13588if ${ac_cv_lib_SM_SmcOpenConnection+:} false; then : 13574if test "${ac_cv_lib_SM_SmcOpenConnection+set}" = set; then :
13589 $as_echo_n "(cached) " >&6 13575 $as_echo_n "(cached) " >&6
13590else 13576else
13591 ac_check_lib_save_LIBS=$LIBS 13577 ac_check_lib_save_LIBS=$LIBS
@@ -13619,7 +13605,7 @@ LIBS=$ac_check_lib_save_LIBS
13619fi 13605fi
13620{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_SM_SmcOpenConnection" >&5 13606{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_SM_SmcOpenConnection" >&5
13621$as_echo "$ac_cv_lib_SM_SmcOpenConnection" >&6; } 13607$as_echo "$ac_cv_lib_SM_SmcOpenConnection" >&6; }
13622if test "x$ac_cv_lib_SM_SmcOpenConnection" = xyes; then : 13608if test "x$ac_cv_lib_SM_SmcOpenConnection" = x""yes; then :
13623 HAVE_X_SM=yes 13609 HAVE_X_SM=yes
13624fi 13610fi
13625 13611
@@ -13650,7 +13636,7 @@ if test "${with_xml2}" != "no"; then
13650set dummy pkg-config; ac_word=$2 13636set dummy pkg-config; ac_word=$2
13651{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 13637{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13652$as_echo_n "checking for $ac_word... " >&6; } 13638$as_echo_n "checking for $ac_word... " >&6; }
13653if ${ac_cv_path_PKG_CONFIG+:} false; then : 13639if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
13654 $as_echo_n "(cached) " >&6 13640 $as_echo_n "(cached) " >&6
13655else 13641else
13656 case $PKG_CONFIG in 13642 case $PKG_CONFIG in
@@ -13741,7 +13727,7 @@ $as_echo "no" >&6; }
13741 LIBS="$LIBXML2_LIBS $LIBS" 13727 LIBS="$LIBXML2_LIBS $LIBS"
13742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for htmlReadMemory in -lxml2" >&5 13728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for htmlReadMemory in -lxml2" >&5
13743$as_echo_n "checking for htmlReadMemory in -lxml2... " >&6; } 13729$as_echo_n "checking for htmlReadMemory in -lxml2... " >&6; }
13744if ${ac_cv_lib_xml2_htmlReadMemory+:} false; then : 13730if test "${ac_cv_lib_xml2_htmlReadMemory+set}" = set; then :
13745 $as_echo_n "(cached) " >&6 13731 $as_echo_n "(cached) " >&6
13746else 13732else
13747 ac_check_lib_save_LIBS=$LIBS 13733 ac_check_lib_save_LIBS=$LIBS
@@ -13775,7 +13761,7 @@ LIBS=$ac_check_lib_save_LIBS
13775fi 13761fi
13776{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_htmlReadMemory" >&5 13762{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_htmlReadMemory" >&5
13777$as_echo "$ac_cv_lib_xml2_htmlReadMemory" >&6; } 13763$as_echo "$ac_cv_lib_xml2_htmlReadMemory" >&6; }
13778if test "x$ac_cv_lib_xml2_htmlReadMemory" = xyes; then : 13764if test "x$ac_cv_lib_xml2_htmlReadMemory" = x""yes; then :
13779 HAVE_LIBXML2=yes 13765 HAVE_LIBXML2=yes
13780else 13766else
13781 HAVE_LIBXML2=no 13767 HAVE_LIBXML2=no
@@ -13797,7 +13783,7 @@ fi
13797# If netdb.h doesn't declare h_errno, we must declare it by hand. 13783# If netdb.h doesn't declare h_errno, we must declare it by hand.
13798{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether netdb declares h_errno" >&5 13784{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether netdb declares h_errno" >&5
13799$as_echo_n "checking whether netdb declares h_errno... " >&6; } 13785$as_echo_n "checking whether netdb declares h_errno... " >&6; }
13800if ${emacs_cv_netdb_declares_h_errno+:} false; then : 13786if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then :
13801 $as_echo_n "(cached) " >&6 13787 $as_echo_n "(cached) " >&6
13802else 13788else
13803 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 13789 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -13831,7 +13817,7 @@ fi
13831# On HPUX 9.01, -lm does not contain logb, so check for sqrt. 13817# On HPUX 9.01, -lm does not contain logb, so check for sqrt.
13832{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrt in -lm" >&5 13818{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrt in -lm" >&5
13833$as_echo_n "checking for sqrt in -lm... " >&6; } 13819$as_echo_n "checking for sqrt in -lm... " >&6; }
13834if ${ac_cv_lib_m_sqrt+:} false; then : 13820if test "${ac_cv_lib_m_sqrt+set}" = set; then :
13835 $as_echo_n "(cached) " >&6 13821 $as_echo_n "(cached) " >&6
13836else 13822else
13837 ac_check_lib_save_LIBS=$LIBS 13823 ac_check_lib_save_LIBS=$LIBS
@@ -13865,7 +13851,7 @@ LIBS=$ac_check_lib_save_LIBS
13865fi 13851fi
13866{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sqrt" >&5 13852{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sqrt" >&5
13867$as_echo "$ac_cv_lib_m_sqrt" >&6; } 13853$as_echo "$ac_cv_lib_m_sqrt" >&6; }
13868if test "x$ac_cv_lib_m_sqrt" = xyes; then : 13854if test "x$ac_cv_lib_m_sqrt" = x""yes; then :
13869 cat >>confdefs.h <<_ACEOF 13855 cat >>confdefs.h <<_ACEOF
13870#define HAVE_LIBM 1 13856#define HAVE_LIBM 1
13871_ACEOF 13857_ACEOF
@@ -13879,7 +13865,7 @@ fi
13879# have the same check as for liblockfile below. 13865# have the same check as for liblockfile below.
13880{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -lmail" >&5 13866{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -lmail" >&5
13881$as_echo_n "checking for maillock in -lmail... " >&6; } 13867$as_echo_n "checking for maillock in -lmail... " >&6; }
13882if ${ac_cv_lib_mail_maillock+:} false; then : 13868if test "${ac_cv_lib_mail_maillock+set}" = set; then :
13883 $as_echo_n "(cached) " >&6 13869 $as_echo_n "(cached) " >&6
13884else 13870else
13885 ac_check_lib_save_LIBS=$LIBS 13871 ac_check_lib_save_LIBS=$LIBS
@@ -13913,7 +13899,7 @@ LIBS=$ac_check_lib_save_LIBS
13913fi 13899fi
13914{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mail_maillock" >&5 13900{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mail_maillock" >&5
13915$as_echo "$ac_cv_lib_mail_maillock" >&6; } 13901$as_echo "$ac_cv_lib_mail_maillock" >&6; }
13916if test "x$ac_cv_lib_mail_maillock" = xyes; then : 13902if test "x$ac_cv_lib_mail_maillock" = x""yes; then :
13917 have_mail=yes 13903 have_mail=yes
13918else 13904else
13919 have_mail=no 13905 have_mail=no
@@ -13930,7 +13916,7 @@ else
13930fi 13916fi
13931{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -llockfile" >&5 13917{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -llockfile" >&5
13932$as_echo_n "checking for maillock in -llockfile... " >&6; } 13918$as_echo_n "checking for maillock in -llockfile... " >&6; }
13933if ${ac_cv_lib_lockfile_maillock+:} false; then : 13919if test "${ac_cv_lib_lockfile_maillock+set}" = set; then :
13934 $as_echo_n "(cached) " >&6 13920 $as_echo_n "(cached) " >&6
13935else 13921else
13936 ac_check_lib_save_LIBS=$LIBS 13922 ac_check_lib_save_LIBS=$LIBS
@@ -13964,7 +13950,7 @@ LIBS=$ac_check_lib_save_LIBS
13964fi 13950fi
13965{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lockfile_maillock" >&5 13951{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lockfile_maillock" >&5
13966$as_echo "$ac_cv_lib_lockfile_maillock" >&6; } 13952$as_echo "$ac_cv_lib_lockfile_maillock" >&6; }
13967if test "x$ac_cv_lib_lockfile_maillock" = xyes; then : 13953if test "x$ac_cv_lib_lockfile_maillock" = x""yes; then :
13968 have_lockfile=yes 13954 have_lockfile=yes
13969else 13955else
13970 have_lockfile=no 13956 have_lockfile=no
@@ -13984,7 +13970,7 @@ else
13984set dummy liblockfile.so; ac_word=$2 13970set dummy liblockfile.so; ac_word=$2
13985{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 13971{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13986$as_echo_n "checking for $ac_word... " >&6; } 13972$as_echo_n "checking for $ac_word... " >&6; }
13987if ${ac_cv_prog_liblockfile+:} false; then : 13973if test "${ac_cv_prog_liblockfile+set}" = set; then :
13988 $as_echo_n "(cached) " >&6 13974 $as_echo_n "(cached) " >&6
13989else 13975else
13990 if test -n "$liblockfile"; then 13976 if test -n "$liblockfile"; then
@@ -14020,7 +14006,7 @@ fi
14020 14006
14021 14007
14022 if test $ac_cv_prog_liblockfile = yes; then 14008 if test $ac_cv_prog_liblockfile = yes; then
14023 as_fn_error $? "Shared liblockfile found but can't link against it. 14009 as_fn_error "Shared liblockfile found but can't link against it.
14024This probably means that movemail could lose mail. 14010This probably means that movemail could lose mail.
14025There may be a \`development' package to install containing liblockfile." "$LINENO" 5 14011There may be a \`development' package to install containing liblockfile." "$LINENO" 5
14026 fi 14012 fi
@@ -14028,7 +14014,7 @@ fi
14028for ac_func in touchlock 14014for ac_func in touchlock
14029do : 14015do :
14030 ac_fn_c_check_func "$LINENO" "touchlock" "ac_cv_func_touchlock" 14016 ac_fn_c_check_func "$LINENO" "touchlock" "ac_cv_func_touchlock"
14031if test "x$ac_cv_func_touchlock" = xyes; then : 14017if test "x$ac_cv_func_touchlock" = x""yes; then :
14032 cat >>confdefs.h <<_ACEOF 14018 cat >>confdefs.h <<_ACEOF
14033#define HAVE_TOUCHLOCK 1 14019#define HAVE_TOUCHLOCK 1
14034_ACEOF 14020_ACEOF
@@ -14039,7 +14025,7 @@ done
14039for ac_header in maillock.h 14025for ac_header in maillock.h
14040do : 14026do :
14041 ac_fn_c_check_header_mongrel "$LINENO" "maillock.h" "ac_cv_header_maillock_h" "$ac_includes_default" 14027 ac_fn_c_check_header_mongrel "$LINENO" "maillock.h" "ac_cv_header_maillock_h" "$ac_includes_default"
14042if test "x$ac_cv_header_maillock_h" = xyes; then : 14028if test "x$ac_cv_header_maillock_h" = x""yes; then :
14043 cat >>confdefs.h <<_ACEOF 14029 cat >>confdefs.h <<_ACEOF
14044#define HAVE_MAILLOCK_H 1 14030#define HAVE_MAILLOCK_H 1
14045_ACEOF 14031_ACEOF
@@ -14105,11 +14091,12 @@ __fpending mblen mbrlen mbsinit strsignal setitimer ualarm \
14105sendto recvfrom getsockopt setsockopt getsockname getpeername \ 14091sendto recvfrom getsockopt setsockopt getsockname getpeername \
14106gai_strerror mkstemp getline getdelim mremap fsync sync \ 14092gai_strerror mkstemp getline getdelim mremap fsync sync \
14107difftime mempcpy mblen mbrlen posix_memalign \ 14093difftime mempcpy mblen mbrlen posix_memalign \
14108cfmakeraw cfsetspeed isnan copysign __executable_start 14094cfmakeraw cfsetspeed copysign __executable_start
14109do : 14095do :
14110 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 14096 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14111ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 14097ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14112if eval test \"x\$"$as_ac_var"\" = x"yes"; then : 14098eval as_val=\$$as_ac_var
14099 if test "x$as_val" = x""yes; then :
14113 cat >>confdefs.h <<_ACEOF 14100 cat >>confdefs.h <<_ACEOF
14114#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 14101#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14115_ACEOF 14102_ACEOF
@@ -14120,7 +14107,7 @@ done
14120 14107
14121{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_unwind_init" >&5 14108{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_unwind_init" >&5
14122$as_echo_n "checking for __builtin_unwind_init... " >&6; } 14109$as_echo_n "checking for __builtin_unwind_init... " >&6; }
14123if ${emacs_cv_func___builtin_unwind_init+:} false; then : 14110if test "${emacs_cv_func___builtin_unwind_init+set}" = set; then :
14124 $as_echo_n "(cached) " >&6 14111 $as_echo_n "(cached) " >&6
14125else 14112else
14126 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 14113 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -14153,7 +14140,7 @@ fi
14153for ac_header in sys/un.h 14140for ac_header in sys/un.h
14154do : 14141do :
14155 ac_fn_c_check_header_mongrel "$LINENO" "sys/un.h" "ac_cv_header_sys_un_h" "$ac_includes_default" 14142 ac_fn_c_check_header_mongrel "$LINENO" "sys/un.h" "ac_cv_header_sys_un_h" "$ac_includes_default"
14156if test "x$ac_cv_header_sys_un_h" = xyes; then : 14143if test "x$ac_cv_header_sys_un_h" = x""yes; then :
14157 cat >>confdefs.h <<_ACEOF 14144 cat >>confdefs.h <<_ACEOF
14158#define HAVE_SYS_UN_H 1 14145#define HAVE_SYS_UN_H 1
14159_ACEOF 14146_ACEOF
@@ -14165,7 +14152,7 @@ done
14165 14152
14166{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5 14153{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5
14167$as_echo_n "checking for _LARGEFILE_SOURCE value needed for large files... " >&6; } 14154$as_echo_n "checking for _LARGEFILE_SOURCE value needed for large files... " >&6; }
14168if ${ac_cv_sys_largefile_source+:} false; then : 14155if test "${ac_cv_sys_largefile_source+set}" = set; then :
14169 $as_echo_n "(cached) " >&6 14156 $as_echo_n "(cached) " >&6
14170else 14157else
14171 while :; do 14158 while :; do
@@ -14234,7 +14221,7 @@ fi
14234 14221
14235{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getpgrp requires zero arguments" >&5 14222{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getpgrp requires zero arguments" >&5
14236$as_echo_n "checking whether getpgrp requires zero arguments... " >&6; } 14223$as_echo_n "checking whether getpgrp requires zero arguments... " >&6; }
14237if ${ac_cv_func_getpgrp_void+:} false; then : 14224if test "${ac_cv_func_getpgrp_void+set}" = set; then :
14238 $as_echo_n "(cached) " >&6 14225 $as_echo_n "(cached) " >&6
14239else 14226else
14240 # Use it with a single arg. 14227 # Use it with a single arg.
@@ -14270,7 +14257,7 @@ fi
14270for ac_func in grantpt 14257for ac_func in grantpt
14271do : 14258do :
14272 ac_fn_c_check_func "$LINENO" "grantpt" "ac_cv_func_grantpt" 14259 ac_fn_c_check_func "$LINENO" "grantpt" "ac_cv_func_grantpt"
14273if test "x$ac_cv_func_grantpt" = xyes; then : 14260if test "x$ac_cv_func_grantpt" = x""yes; then :
14274 cat >>confdefs.h <<_ACEOF 14261 cat >>confdefs.h <<_ACEOF
14275#define HAVE_GRANTPT 1 14262#define HAVE_GRANTPT 1
14276_ACEOF 14263_ACEOF
@@ -14283,7 +14270,7 @@ done
14283for ac_func in getpt 14270for ac_func in getpt
14284do : 14271do :
14285 ac_fn_c_check_func "$LINENO" "getpt" "ac_cv_func_getpt" 14272 ac_fn_c_check_func "$LINENO" "getpt" "ac_cv_func_getpt"
14286if test "x$ac_cv_func_getpt" = xyes; then : 14273if test "x$ac_cv_func_getpt" = x""yes; then :
14287 cat >>confdefs.h <<_ACEOF 14274 cat >>confdefs.h <<_ACEOF
14288#define HAVE_GETPT 1 14275#define HAVE_GETPT 1
14289_ACEOF 14276_ACEOF
@@ -14300,7 +14287,7 @@ done
14300have_tputs_et_al=true 14287have_tputs_et_al=true
14301{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tputs" >&5 14288{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tputs" >&5
14302$as_echo_n "checking for library containing tputs... " >&6; } 14289$as_echo_n "checking for library containing tputs... " >&6; }
14303if ${ac_cv_search_tputs+:} false; then : 14290if test "${ac_cv_search_tputs+set}" = set; then :
14304 $as_echo_n "(cached) " >&6 14291 $as_echo_n "(cached) " >&6
14305else 14292else
14306 ac_func_search_save_LIBS=$LIBS 14293 ac_func_search_save_LIBS=$LIBS
@@ -14334,11 +14321,11 @@ for ac_lib in '' ncurses terminfo termcap; do
14334fi 14321fi
14335rm -f core conftest.err conftest.$ac_objext \ 14322rm -f core conftest.err conftest.$ac_objext \
14336 conftest$ac_exeext 14323 conftest$ac_exeext
14337 if ${ac_cv_search_tputs+:} false; then : 14324 if test "${ac_cv_search_tputs+set}" = set; then :
14338 break 14325 break
14339fi 14326fi
14340done 14327done
14341if ${ac_cv_search_tputs+:} false; then : 14328if test "${ac_cv_search_tputs+set}" = set; then :
14342 14329
14343else 14330else
14344 ac_cv_search_tputs=no 14331 ac_cv_search_tputs=no
@@ -14357,7 +14344,7 @@ else
14357fi 14344fi
14358 14345
14359if test "$have_tputs_et_al" != true; then 14346if test "$have_tputs_et_al" != true; then
14360 as_fn_error $? "I couldn't find termcap functions (tputs and friends). 14347 as_fn_error "I couldn't find termcap functions (tputs and friends).
14361Maybe some development libraries/packages are missing? Try installing 14348Maybe some development libraries/packages are missing? Try installing
14362libncurses-dev(el), libterminfo-dev(el) or similar." "$LINENO" 5 14349libncurses-dev(el), libterminfo-dev(el) or similar." "$LINENO" 5
14363fi 14350fi
@@ -14397,7 +14384,7 @@ case "$opsys" in
14397 freebsd) 14384 freebsd)
14398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether FreeBSD is new enough to use terminfo" >&5 14385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether FreeBSD is new enough to use terminfo" >&5
14399$as_echo_n "checking whether FreeBSD is new enough to use terminfo... " >&6; } 14386$as_echo_n "checking whether FreeBSD is new enough to use terminfo... " >&6; }
14400 if ${emacs_cv_freebsd_terminfo+:} false; then : 14387 if test "${emacs_cv_freebsd_terminfo+set}" = set; then :
14401 $as_echo_n "(cached) " >&6 14388 $as_echo_n "(cached) " >&6
14402else 14389else
14403 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 14390 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -14539,16 +14526,16 @@ LIBHESIOD=
14539if test "$with_hesiod" != no ; then 14526if test "$with_hesiod" != no ; then
14540 # Don't set $LIBS here -- see comments above. FIXME which comments? 14527 # Don't set $LIBS here -- see comments above. FIXME which comments?
14541 ac_fn_c_check_func "$LINENO" "res_send" "ac_cv_func_res_send" 14528 ac_fn_c_check_func "$LINENO" "res_send" "ac_cv_func_res_send"
14542if test "x$ac_cv_func_res_send" = xyes; then : 14529if test "x$ac_cv_func_res_send" = x""yes; then :
14543 14530
14544else 14531else
14545 ac_fn_c_check_func "$LINENO" "__res_send" "ac_cv_func___res_send" 14532 ac_fn_c_check_func "$LINENO" "__res_send" "ac_cv_func___res_send"
14546if test "x$ac_cv_func___res_send" = xyes; then : 14533if test "x$ac_cv_func___res_send" = x""yes; then :
14547 14534
14548else 14535else
14549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_send in -lresolv" >&5 14536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_send in -lresolv" >&5
14550$as_echo_n "checking for res_send in -lresolv... " >&6; } 14537$as_echo_n "checking for res_send in -lresolv... " >&6; }
14551if ${ac_cv_lib_resolv_res_send+:} false; then : 14538if test "${ac_cv_lib_resolv_res_send+set}" = set; then :
14552 $as_echo_n "(cached) " >&6 14539 $as_echo_n "(cached) " >&6
14553else 14540else
14554 ac_check_lib_save_LIBS=$LIBS 14541 ac_check_lib_save_LIBS=$LIBS
@@ -14582,12 +14569,12 @@ LIBS=$ac_check_lib_save_LIBS
14582fi 14569fi
14583{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_res_send" >&5 14570{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_res_send" >&5
14584$as_echo "$ac_cv_lib_resolv_res_send" >&6; } 14571$as_echo "$ac_cv_lib_resolv_res_send" >&6; }
14585if test "x$ac_cv_lib_resolv_res_send" = xyes; then : 14572if test "x$ac_cv_lib_resolv_res_send" = x""yes; then :
14586 resolv=yes 14573 resolv=yes
14587else 14574else
14588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __res_send in -lresolv" >&5 14575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __res_send in -lresolv" >&5
14589$as_echo_n "checking for __res_send in -lresolv... " >&6; } 14576$as_echo_n "checking for __res_send in -lresolv... " >&6; }
14590if ${ac_cv_lib_resolv___res_send+:} false; then : 14577if test "${ac_cv_lib_resolv___res_send+set}" = set; then :
14591 $as_echo_n "(cached) " >&6 14578 $as_echo_n "(cached) " >&6
14592else 14579else
14593 ac_check_lib_save_LIBS=$LIBS 14580 ac_check_lib_save_LIBS=$LIBS
@@ -14621,7 +14608,7 @@ LIBS=$ac_check_lib_save_LIBS
14621fi 14608fi
14622{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv___res_send" >&5 14609{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv___res_send" >&5
14623$as_echo "$ac_cv_lib_resolv___res_send" >&6; } 14610$as_echo "$ac_cv_lib_resolv___res_send" >&6; }
14624if test "x$ac_cv_lib_resolv___res_send" = xyes; then : 14611if test "x$ac_cv_lib_resolv___res_send" = x""yes; then :
14625 resolv=yes 14612 resolv=yes
14626fi 14613fi
14627 14614
@@ -14637,12 +14624,12 @@ fi
14637 RESOLVLIB= 14624 RESOLVLIB=
14638 fi 14625 fi
14639 ac_fn_c_check_func "$LINENO" "hes_getmailhost" "ac_cv_func_hes_getmailhost" 14626 ac_fn_c_check_func "$LINENO" "hes_getmailhost" "ac_cv_func_hes_getmailhost"
14640if test "x$ac_cv_func_hes_getmailhost" = xyes; then : 14627if test "x$ac_cv_func_hes_getmailhost" = x""yes; then :
14641 14628
14642else 14629else
14643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hes_getmailhost in -lhesiod" >&5 14630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hes_getmailhost in -lhesiod" >&5
14644$as_echo_n "checking for hes_getmailhost in -lhesiod... " >&6; } 14631$as_echo_n "checking for hes_getmailhost in -lhesiod... " >&6; }
14645if ${ac_cv_lib_hesiod_hes_getmailhost+:} false; then : 14632if test "${ac_cv_lib_hesiod_hes_getmailhost+set}" = set; then :
14646 $as_echo_n "(cached) " >&6 14633 $as_echo_n "(cached) " >&6
14647else 14634else
14648 ac_check_lib_save_LIBS=$LIBS 14635 ac_check_lib_save_LIBS=$LIBS
@@ -14676,7 +14663,7 @@ LIBS=$ac_check_lib_save_LIBS
14676fi 14663fi
14677{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5 14664{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5
14678$as_echo "$ac_cv_lib_hesiod_hes_getmailhost" >&6; } 14665$as_echo "$ac_cv_lib_hesiod_hes_getmailhost" >&6; }
14679if test "x$ac_cv_lib_hesiod_hes_getmailhost" = xyes; then : 14666if test "x$ac_cv_lib_hesiod_hes_getmailhost" = x""yes; then :
14680 hesiod=yes 14667 hesiod=yes
14681else 14668else
14682 : 14669 :
@@ -14715,7 +14702,7 @@ KRB4LIB=
14715if test "${with_kerberos}" != no; then 14702if test "${with_kerberos}" != no; then
14716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for com_err in -lcom_err" >&5 14703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for com_err in -lcom_err" >&5
14717$as_echo_n "checking for com_err in -lcom_err... " >&6; } 14704$as_echo_n "checking for com_err in -lcom_err... " >&6; }
14718if ${ac_cv_lib_com_err_com_err+:} false; then : 14705if test "${ac_cv_lib_com_err_com_err+set}" = set; then :
14719 $as_echo_n "(cached) " >&6 14706 $as_echo_n "(cached) " >&6
14720else 14707else
14721 ac_check_lib_save_LIBS=$LIBS 14708 ac_check_lib_save_LIBS=$LIBS
@@ -14749,7 +14736,7 @@ LIBS=$ac_check_lib_save_LIBS
14749fi 14736fi
14750{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_com_err_com_err" >&5 14737{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_com_err_com_err" >&5
14751$as_echo "$ac_cv_lib_com_err_com_err" >&6; } 14738$as_echo "$ac_cv_lib_com_err_com_err" >&6; }
14752if test "x$ac_cv_lib_com_err_com_err" = xyes; then : 14739if test "x$ac_cv_lib_com_err_com_err" = x""yes; then :
14753 have_com_err=yes 14740 have_com_err=yes
14754else 14741else
14755 have_com_err=no 14742 have_com_err=no
@@ -14764,7 +14751,7 @@ $as_echo "#define HAVE_LIBCOM_ERR 1" >>confdefs.h
14764 fi 14751 fi
14765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lcrypto" >&5 14752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lcrypto" >&5
14766$as_echo_n "checking for mit_des_cbc_encrypt in -lcrypto... " >&6; } 14753$as_echo_n "checking for mit_des_cbc_encrypt in -lcrypto... " >&6; }
14767if ${ac_cv_lib_crypto_mit_des_cbc_encrypt+:} false; then : 14754if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then :
14768 $as_echo_n "(cached) " >&6 14755 $as_echo_n "(cached) " >&6
14769else 14756else
14770 ac_check_lib_save_LIBS=$LIBS 14757 ac_check_lib_save_LIBS=$LIBS
@@ -14798,7 +14785,7 @@ LIBS=$ac_check_lib_save_LIBS
14798fi 14785fi
14799{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5 14786{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5
14800$as_echo "$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6; } 14787$as_echo "$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6; }
14801if test "x$ac_cv_lib_crypto_mit_des_cbc_encrypt" = xyes; then : 14788if test "x$ac_cv_lib_crypto_mit_des_cbc_encrypt" = x""yes; then :
14802 have_crypto=yes 14789 have_crypto=yes
14803else 14790else
14804 have_crypto=no 14791 have_crypto=no
@@ -14813,7 +14800,7 @@ $as_echo "#define HAVE_LIBCRYPTO 1" >>confdefs.h
14813 fi 14800 fi
14814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lk5crypto" >&5 14801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lk5crypto" >&5
14815$as_echo_n "checking for mit_des_cbc_encrypt in -lk5crypto... " >&6; } 14802$as_echo_n "checking for mit_des_cbc_encrypt in -lk5crypto... " >&6; }
14816if ${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+:} false; then : 14803if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then :
14817 $as_echo_n "(cached) " >&6 14804 $as_echo_n "(cached) " >&6
14818else 14805else
14819 ac_check_lib_save_LIBS=$LIBS 14806 ac_check_lib_save_LIBS=$LIBS
@@ -14847,7 +14834,7 @@ LIBS=$ac_check_lib_save_LIBS
14847fi 14834fi
14848{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5 14835{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5
14849$as_echo "$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6; } 14836$as_echo "$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6; }
14850if test "x$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" = xyes; then : 14837if test "x$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" = x""yes; then :
14851 have_k5crypto=yes 14838 have_k5crypto=yes
14852else 14839else
14853 have_k5crypto=no 14840 have_k5crypto=no
@@ -14862,7 +14849,7 @@ $as_echo "#define HAVE_LIBK5CRYPTO 1" >>confdefs.h
14862 fi 14849 fi
14863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb5_init_context in -lkrb5" >&5 14850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb5_init_context in -lkrb5" >&5
14864$as_echo_n "checking for krb5_init_context in -lkrb5... " >&6; } 14851$as_echo_n "checking for krb5_init_context in -lkrb5... " >&6; }
14865if ${ac_cv_lib_krb5_krb5_init_context+:} false; then : 14852if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then :
14866 $as_echo_n "(cached) " >&6 14853 $as_echo_n "(cached) " >&6
14867else 14854else
14868 ac_check_lib_save_LIBS=$LIBS 14855 ac_check_lib_save_LIBS=$LIBS
@@ -14896,7 +14883,7 @@ LIBS=$ac_check_lib_save_LIBS
14896fi 14883fi
14897{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb5_krb5_init_context" >&5 14884{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb5_krb5_init_context" >&5
14898$as_echo "$ac_cv_lib_krb5_krb5_init_context" >&6; } 14885$as_echo "$ac_cv_lib_krb5_krb5_init_context" >&6; }
14899if test "x$ac_cv_lib_krb5_krb5_init_context" = xyes; then : 14886if test "x$ac_cv_lib_krb5_krb5_init_context" = x""yes; then :
14900 have_krb5=yes 14887 have_krb5=yes
14901else 14888else
14902 have_krb5=no 14889 have_krb5=no
@@ -14912,7 +14899,7 @@ $as_echo "#define HAVE_LIBKRB5 1" >>confdefs.h
14912 if test "${with_kerberos5}" = no; then 14899 if test "${with_kerberos5}" = no; then
14913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes425" >&5 14900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes425" >&5
14914$as_echo_n "checking for des_cbc_encrypt in -ldes425... " >&6; } 14901$as_echo_n "checking for des_cbc_encrypt in -ldes425... " >&6; }
14915if ${ac_cv_lib_des425_des_cbc_encrypt+:} false; then : 14902if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then :
14916 $as_echo_n "(cached) " >&6 14903 $as_echo_n "(cached) " >&6
14917else 14904else
14918 ac_check_lib_save_LIBS=$LIBS 14905 ac_check_lib_save_LIBS=$LIBS
@@ -14946,7 +14933,7 @@ LIBS=$ac_check_lib_save_LIBS
14946fi 14933fi
14947{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5 14934{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5
14948$as_echo "$ac_cv_lib_des425_des_cbc_encrypt" >&6; } 14935$as_echo "$ac_cv_lib_des425_des_cbc_encrypt" >&6; }
14949if test "x$ac_cv_lib_des425_des_cbc_encrypt" = xyes; then : 14936if test "x$ac_cv_lib_des425_des_cbc_encrypt" = x""yes; then :
14950 have_des425=yes 14937 have_des425=yes
14951else 14938else
14952 have_des425=no 14939 have_des425=no
@@ -14961,7 +14948,7 @@ $as_echo "#define HAVE_LIBDES425 1" >>confdefs.h
14961 else 14948 else
14962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes" >&5 14949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes" >&5
14963$as_echo_n "checking for des_cbc_encrypt in -ldes... " >&6; } 14950$as_echo_n "checking for des_cbc_encrypt in -ldes... " >&6; }
14964if ${ac_cv_lib_des_des_cbc_encrypt+:} false; then : 14951if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then :
14965 $as_echo_n "(cached) " >&6 14952 $as_echo_n "(cached) " >&6
14966else 14953else
14967 ac_check_lib_save_LIBS=$LIBS 14954 ac_check_lib_save_LIBS=$LIBS
@@ -14995,7 +14982,7 @@ LIBS=$ac_check_lib_save_LIBS
14995fi 14982fi
14996{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des_des_cbc_encrypt" >&5 14983{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des_des_cbc_encrypt" >&5
14997$as_echo "$ac_cv_lib_des_des_cbc_encrypt" >&6; } 14984$as_echo "$ac_cv_lib_des_des_cbc_encrypt" >&6; }
14998if test "x$ac_cv_lib_des_des_cbc_encrypt" = xyes; then : 14985if test "x$ac_cv_lib_des_des_cbc_encrypt" = x""yes; then :
14999 have_des=yes 14986 have_des=yes
15000else 14987else
15001 have_des=no 14988 have_des=no
@@ -15011,7 +14998,7 @@ $as_echo "#define HAVE_LIBDES 1" >>confdefs.h
15011 fi 14998 fi
15012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb4" >&5 14999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb4" >&5
15013$as_echo_n "checking for krb_get_cred in -lkrb4... " >&6; } 15000$as_echo_n "checking for krb_get_cred in -lkrb4... " >&6; }
15014if ${ac_cv_lib_krb4_krb_get_cred+:} false; then : 15001if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then :
15015 $as_echo_n "(cached) " >&6 15002 $as_echo_n "(cached) " >&6
15016else 15003else
15017 ac_check_lib_save_LIBS=$LIBS 15004 ac_check_lib_save_LIBS=$LIBS
@@ -15045,7 +15032,7 @@ LIBS=$ac_check_lib_save_LIBS
15045fi 15032fi
15046{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb4_krb_get_cred" >&5 15033{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb4_krb_get_cred" >&5
15047$as_echo "$ac_cv_lib_krb4_krb_get_cred" >&6; } 15034$as_echo "$ac_cv_lib_krb4_krb_get_cred" >&6; }
15048if test "x$ac_cv_lib_krb4_krb_get_cred" = xyes; then : 15035if test "x$ac_cv_lib_krb4_krb_get_cred" = x""yes; then :
15049 have_krb4=yes 15036 have_krb4=yes
15050else 15037else
15051 have_krb4=no 15038 have_krb4=no
@@ -15060,7 +15047,7 @@ $as_echo "#define HAVE_LIBKRB4 1" >>confdefs.h
15060 else 15047 else
15061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb" >&5 15048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb" >&5
15062$as_echo_n "checking for krb_get_cred in -lkrb... " >&6; } 15049$as_echo_n "checking for krb_get_cred in -lkrb... " >&6; }
15063if ${ac_cv_lib_krb_krb_get_cred+:} false; then : 15050if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then :
15064 $as_echo_n "(cached) " >&6 15051 $as_echo_n "(cached) " >&6
15065else 15052else
15066 ac_check_lib_save_LIBS=$LIBS 15053 ac_check_lib_save_LIBS=$LIBS
@@ -15094,7 +15081,7 @@ LIBS=$ac_check_lib_save_LIBS
15094fi 15081fi
15095{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb_krb_get_cred" >&5 15082{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb_krb_get_cred" >&5
15096$as_echo "$ac_cv_lib_krb_krb_get_cred" >&6; } 15083$as_echo "$ac_cv_lib_krb_krb_get_cred" >&6; }
15097if test "x$ac_cv_lib_krb_krb_get_cred" = xyes; then : 15084if test "x$ac_cv_lib_krb_krb_get_cred" = x""yes; then :
15098 have_krb=yes 15085 have_krb=yes
15099else 15086else
15100 have_krb=no 15087 have_krb=no
@@ -15114,13 +15101,13 @@ $as_echo "#define HAVE_LIBKRB 1" >>confdefs.h
15114 for ac_header in krb5.h 15101 for ac_header in krb5.h
15115do : 15102do :
15116 ac_fn_c_check_header_mongrel "$LINENO" "krb5.h" "ac_cv_header_krb5_h" "$ac_includes_default" 15103 ac_fn_c_check_header_mongrel "$LINENO" "krb5.h" "ac_cv_header_krb5_h" "$ac_includes_default"
15117if test "x$ac_cv_header_krb5_h" = xyes; then : 15104if test "x$ac_cv_header_krb5_h" = x""yes; then :
15118 cat >>confdefs.h <<_ACEOF 15105 cat >>confdefs.h <<_ACEOF
15119#define HAVE_KRB5_H 1 15106#define HAVE_KRB5_H 1
15120_ACEOF 15107_ACEOF
15121 ac_fn_c_check_member "$LINENO" "krb5_error" "text" "ac_cv_member_krb5_error_text" "#include <krb5.h> 15108 ac_fn_c_check_member "$LINENO" "krb5_error" "text" "ac_cv_member_krb5_error_text" "#include <krb5.h>
15122" 15109"
15123if test "x$ac_cv_member_krb5_error_text" = xyes; then : 15110if test "x$ac_cv_member_krb5_error_text" = x""yes; then :
15124 15111
15125cat >>confdefs.h <<_ACEOF 15112cat >>confdefs.h <<_ACEOF
15126#define HAVE_KRB5_ERROR_TEXT 1 15113#define HAVE_KRB5_ERROR_TEXT 1
@@ -15130,7 +15117,7 @@ _ACEOF
15130fi 15117fi
15131ac_fn_c_check_member "$LINENO" "krb5_error" "e_text" "ac_cv_member_krb5_error_e_text" "#include <krb5.h> 15118ac_fn_c_check_member "$LINENO" "krb5_error" "e_text" "ac_cv_member_krb5_error_e_text" "#include <krb5.h>
15132" 15119"
15133if test "x$ac_cv_member_krb5_error_e_text" = xyes; then : 15120if test "x$ac_cv_member_krb5_error_e_text" = x""yes; then :
15134 15121
15135cat >>confdefs.h <<_ACEOF 15122cat >>confdefs.h <<_ACEOF
15136#define HAVE_KRB5_ERROR_E_TEXT 1 15123#define HAVE_KRB5_ERROR_E_TEXT 1
@@ -15147,7 +15134,7 @@ done
15147 for ac_header in des.h 15134 for ac_header in des.h
15148do : 15135do :
15149 ac_fn_c_check_header_mongrel "$LINENO" "des.h" "ac_cv_header_des_h" "$ac_includes_default" 15136 ac_fn_c_check_header_mongrel "$LINENO" "des.h" "ac_cv_header_des_h" "$ac_includes_default"
15150if test "x$ac_cv_header_des_h" = xyes; then : 15137if test "x$ac_cv_header_des_h" = x""yes; then :
15151 cat >>confdefs.h <<_ACEOF 15138 cat >>confdefs.h <<_ACEOF
15152#define HAVE_DES_H 1 15139#define HAVE_DES_H 1
15153_ACEOF 15140_ACEOF
@@ -15156,7 +15143,7 @@ else
15156 for ac_header in kerberosIV/des.h 15143 for ac_header in kerberosIV/des.h
15157do : 15144do :
15158 ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/des.h" "ac_cv_header_kerberosIV_des_h" "$ac_includes_default" 15145 ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/des.h" "ac_cv_header_kerberosIV_des_h" "$ac_includes_default"
15159if test "x$ac_cv_header_kerberosIV_des_h" = xyes; then : 15146if test "x$ac_cv_header_kerberosIV_des_h" = x""yes; then :
15160 cat >>confdefs.h <<_ACEOF 15147 cat >>confdefs.h <<_ACEOF
15161#define HAVE_KERBEROSIV_DES_H 1 15148#define HAVE_KERBEROSIV_DES_H 1
15162_ACEOF 15149_ACEOF
@@ -15165,7 +15152,7 @@ else
15165 for ac_header in kerberos/des.h 15152 for ac_header in kerberos/des.h
15166do : 15153do :
15167 ac_fn_c_check_header_mongrel "$LINENO" "kerberos/des.h" "ac_cv_header_kerberos_des_h" "$ac_includes_default" 15154 ac_fn_c_check_header_mongrel "$LINENO" "kerberos/des.h" "ac_cv_header_kerberos_des_h" "$ac_includes_default"
15168if test "x$ac_cv_header_kerberos_des_h" = xyes; then : 15155if test "x$ac_cv_header_kerberos_des_h" = x""yes; then :
15169 cat >>confdefs.h <<_ACEOF 15156 cat >>confdefs.h <<_ACEOF
15170#define HAVE_KERBEROS_DES_H 1 15157#define HAVE_KERBEROS_DES_H 1
15171_ACEOF 15158_ACEOF
@@ -15185,7 +15172,7 @@ done
15185 for ac_header in krb.h 15172 for ac_header in krb.h
15186do : 15173do :
15187 ac_fn_c_check_header_mongrel "$LINENO" "krb.h" "ac_cv_header_krb_h" "$ac_includes_default" 15174 ac_fn_c_check_header_mongrel "$LINENO" "krb.h" "ac_cv_header_krb_h" "$ac_includes_default"
15188if test "x$ac_cv_header_krb_h" = xyes; then : 15175if test "x$ac_cv_header_krb_h" = x""yes; then :
15189 cat >>confdefs.h <<_ACEOF 15176 cat >>confdefs.h <<_ACEOF
15190#define HAVE_KRB_H 1 15177#define HAVE_KRB_H 1
15191_ACEOF 15178_ACEOF
@@ -15194,7 +15181,7 @@ else
15194 for ac_header in kerberosIV/krb.h 15181 for ac_header in kerberosIV/krb.h
15195do : 15182do :
15196 ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/krb.h" "ac_cv_header_kerberosIV_krb_h" "$ac_includes_default" 15183 ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/krb.h" "ac_cv_header_kerberosIV_krb_h" "$ac_includes_default"
15197if test "x$ac_cv_header_kerberosIV_krb_h" = xyes; then : 15184if test "x$ac_cv_header_kerberosIV_krb_h" = x""yes; then :
15198 cat >>confdefs.h <<_ACEOF 15185 cat >>confdefs.h <<_ACEOF
15199#define HAVE_KERBEROSIV_KRB_H 1 15186#define HAVE_KERBEROSIV_KRB_H 1
15200_ACEOF 15187_ACEOF
@@ -15203,7 +15190,7 @@ else
15203 for ac_header in kerberos/krb.h 15190 for ac_header in kerberos/krb.h
15204do : 15191do :
15205 ac_fn_c_check_header_mongrel "$LINENO" "kerberos/krb.h" "ac_cv_header_kerberos_krb_h" "$ac_includes_default" 15192 ac_fn_c_check_header_mongrel "$LINENO" "kerberos/krb.h" "ac_cv_header_kerberos_krb_h" "$ac_includes_default"
15206if test "x$ac_cv_header_kerberos_krb_h" = xyes; then : 15193if test "x$ac_cv_header_kerberos_krb_h" = x""yes; then :
15207 cat >>confdefs.h <<_ACEOF 15194 cat >>confdefs.h <<_ACEOF
15208#define HAVE_KERBEROS_KRB_H 1 15195#define HAVE_KERBEROS_KRB_H 1
15209_ACEOF 15196_ACEOF
@@ -15224,7 +15211,7 @@ done
15224 for ac_header in com_err.h 15211 for ac_header in com_err.h
15225do : 15212do :
15226 ac_fn_c_check_header_mongrel "$LINENO" "com_err.h" "ac_cv_header_com_err_h" "$ac_includes_default" 15213 ac_fn_c_check_header_mongrel "$LINENO" "com_err.h" "ac_cv_header_com_err_h" "$ac_includes_default"
15227if test "x$ac_cv_header_com_err_h" = xyes; then : 15214if test "x$ac_cv_header_com_err_h" = x""yes; then :
15228 cat >>confdefs.h <<_ACEOF 15215 cat >>confdefs.h <<_ACEOF
15229#define HAVE_COM_ERR_H 1 15216#define HAVE_COM_ERR_H 1
15230_ACEOF 15217_ACEOF
@@ -15245,7 +15232,7 @@ fi
15245# to return localized messages. 15232# to return localized messages.
15246{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgettext in -lintl" >&5 15233{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgettext in -lintl" >&5
15247$as_echo_n "checking for dgettext in -lintl... " >&6; } 15234$as_echo_n "checking for dgettext in -lintl... " >&6; }
15248if ${ac_cv_lib_intl_dgettext+:} false; then : 15235if test "${ac_cv_lib_intl_dgettext+set}" = set; then :
15249 $as_echo_n "(cached) " >&6 15236 $as_echo_n "(cached) " >&6
15250else 15237else
15251 ac_check_lib_save_LIBS=$LIBS 15238 ac_check_lib_save_LIBS=$LIBS
@@ -15279,7 +15266,7 @@ LIBS=$ac_check_lib_save_LIBS
15279fi 15266fi
15280{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dgettext" >&5 15267{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dgettext" >&5
15281$as_echo "$ac_cv_lib_intl_dgettext" >&6; } 15268$as_echo "$ac_cv_lib_intl_dgettext" >&6; }
15282if test "x$ac_cv_lib_intl_dgettext" = xyes; then : 15269if test "x$ac_cv_lib_intl_dgettext" = x""yes; then :
15283 cat >>confdefs.h <<_ACEOF 15270 cat >>confdefs.h <<_ACEOF
15284#define HAVE_LIBINTL 1 15271#define HAVE_LIBINTL 1
15285_ACEOF 15272_ACEOF
@@ -15291,7 +15278,7 @@ fi
15291 15278
15292{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime caches TZ" >&5 15279{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime caches TZ" >&5
15293$as_echo_n "checking whether localtime caches TZ... " >&6; } 15280$as_echo_n "checking whether localtime caches TZ... " >&6; }
15294if ${emacs_cv_localtime_cache+:} false; then : 15281if test "${emacs_cv_localtime_cache+set}" = set; then :
15295 $as_echo_n "(cached) " >&6 15282 $as_echo_n "(cached) " >&6
15296else 15283else
15297 if test x$ac_cv_func_tzset = xyes; then 15284 if test x$ac_cv_func_tzset = xyes; then
@@ -15350,7 +15337,7 @@ if test "x$HAVE_TIMEVAL" = xyes; then
15350 for ac_func in gettimeofday 15337 for ac_func in gettimeofday
15351do : 15338do :
15352 ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday" 15339 ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday"
15353if test "x$ac_cv_func_gettimeofday" = xyes; then : 15340if test "x$ac_cv_func_gettimeofday" = x""yes; then :
15354 cat >>confdefs.h <<_ACEOF 15341 cat >>confdefs.h <<_ACEOF
15355#define HAVE_GETTIMEOFDAY 1 15342#define HAVE_GETTIMEOFDAY 1
15356_ACEOF 15343_ACEOF
@@ -15361,7 +15348,7 @@ done
15361 if test $ac_cv_func_gettimeofday = yes; then 15348 if test $ac_cv_func_gettimeofday = yes; then
15362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gettimeofday can accept two arguments" >&5 15349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gettimeofday can accept two arguments" >&5
15363$as_echo_n "checking whether gettimeofday can accept two arguments... " >&6; } 15350$as_echo_n "checking whether gettimeofday can accept two arguments... " >&6; }
15364if ${emacs_cv_gettimeofday_two_arguments+:} false; then : 15351if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then :
15365 $as_echo_n "(cached) " >&6 15352 $as_echo_n "(cached) " >&6
15366else 15353else
15367 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 15354 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -15405,7 +15392,7 @@ fi
15405 15392
15406ok_so_far=yes 15393ok_so_far=yes
15407ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket" 15394ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket"
15408if test "x$ac_cv_func_socket" = xyes; then : 15395if test "x$ac_cv_func_socket" = x""yes; then :
15409 15396
15410else 15397else
15411 ok_so_far=no 15398 ok_so_far=no
@@ -15413,7 +15400,7 @@ fi
15413 15400
15414if test $ok_so_far = yes; then 15401if test $ok_so_far = yes; then
15415 ac_fn_c_check_header_mongrel "$LINENO" "netinet/in.h" "ac_cv_header_netinet_in_h" "$ac_includes_default" 15402 ac_fn_c_check_header_mongrel "$LINENO" "netinet/in.h" "ac_cv_header_netinet_in_h" "$ac_includes_default"
15416if test "x$ac_cv_header_netinet_in_h" = xyes; then : 15403if test "x$ac_cv_header_netinet_in_h" = x""yes; then :
15417 15404
15418else 15405else
15419 ok_so_far=no 15406 ok_so_far=no
@@ -15423,7 +15410,7 @@ fi
15423fi 15410fi
15424if test $ok_so_far = yes; then 15411if test $ok_so_far = yes; then
15425 ac_fn_c_check_header_mongrel "$LINENO" "arpa/inet.h" "ac_cv_header_arpa_inet_h" "$ac_includes_default" 15412 ac_fn_c_check_header_mongrel "$LINENO" "arpa/inet.h" "ac_cv_header_arpa_inet_h" "$ac_includes_default"
15426if test "x$ac_cv_header_arpa_inet_h" = xyes; then : 15413if test "x$ac_cv_header_arpa_inet_h" = x""yes; then :
15427 15414
15428else 15415else
15429 ok_so_far=no 15416 ok_so_far=no
@@ -15457,7 +15444,7 @@ $as_echo "no" >&6; }
15457fi 15444fi
15458 15445
15459ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default" 15446ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
15460if test "x$ac_cv_type_pid_t" = xyes; then : 15447if test "x$ac_cv_type_pid_t" = x""yes; then :
15461 15448
15462else 15449else
15463 15450
@@ -15470,7 +15457,7 @@ fi
15470for ac_header in vfork.h 15457for ac_header in vfork.h
15471do : 15458do :
15472 ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default" 15459 ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default"
15473if test "x$ac_cv_header_vfork_h" = xyes; then : 15460if test "x$ac_cv_header_vfork_h" = x""yes; then :
15474 cat >>confdefs.h <<_ACEOF 15461 cat >>confdefs.h <<_ACEOF
15475#define HAVE_VFORK_H 1 15462#define HAVE_VFORK_H 1
15476_ACEOF 15463_ACEOF
@@ -15483,7 +15470,8 @@ for ac_func in fork vfork
15483do : 15470do :
15484 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 15471 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15485ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 15472ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15486if eval test \"x\$"$as_ac_var"\" = x"yes"; then : 15473eval as_val=\$$as_ac_var
15474 if test "x$as_val" = x""yes; then :
15487 cat >>confdefs.h <<_ACEOF 15475 cat >>confdefs.h <<_ACEOF
15488#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 15476#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15489_ACEOF 15477_ACEOF
@@ -15494,7 +15482,7 @@ done
15494if test "x$ac_cv_func_fork" = xyes; then 15482if test "x$ac_cv_func_fork" = xyes; then
15495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5 15483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5
15496$as_echo_n "checking for working fork... " >&6; } 15484$as_echo_n "checking for working fork... " >&6; }
15497if ${ac_cv_func_fork_works+:} false; then : 15485if test "${ac_cv_func_fork_works+set}" = set; then :
15498 $as_echo_n "(cached) " >&6 15486 $as_echo_n "(cached) " >&6
15499else 15487else
15500 if test "$cross_compiling" = yes; then : 15488 if test "$cross_compiling" = yes; then :
@@ -15547,7 +15535,7 @@ ac_cv_func_vfork_works=$ac_cv_func_vfork
15547if test "x$ac_cv_func_vfork" = xyes; then 15535if test "x$ac_cv_func_vfork" = xyes; then
15548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5 15536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5
15549$as_echo_n "checking for working vfork... " >&6; } 15537$as_echo_n "checking for working vfork... " >&6; }
15550if ${ac_cv_func_vfork_works+:} false; then : 15538if test "${ac_cv_func_vfork_works+set}" = set; then :
15551 $as_echo_n "(cached) " >&6 15539 $as_echo_n "(cached) " >&6
15552else 15540else
15553 if test "$cross_compiling" = yes; then : 15541 if test "$cross_compiling" = yes; then :
@@ -15684,7 +15672,7 @@ fi
15684for ac_func in snprintf 15672for ac_func in snprintf
15685do : 15673do :
15686 ac_fn_c_check_func "$LINENO" "snprintf" "ac_cv_func_snprintf" 15674 ac_fn_c_check_func "$LINENO" "snprintf" "ac_cv_func_snprintf"
15687if test "x$ac_cv_func_snprintf" = xyes; then : 15675if test "x$ac_cv_func_snprintf" = x""yes; then :
15688 cat >>confdefs.h <<_ACEOF 15676 cat >>confdefs.h <<_ACEOF
15689#define HAVE_SNPRINTF 1 15677#define HAVE_SNPRINTF 1
15690_ACEOF 15678_ACEOF
@@ -15695,7 +15683,7 @@ done
15695 15683
15696{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5 15684{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5
15697$as_echo_n "checking for nl_langinfo and CODESET... " >&6; } 15685$as_echo_n "checking for nl_langinfo and CODESET... " >&6; }
15698if ${emacs_cv_langinfo_codeset+:} false; then : 15686if test "${emacs_cv_langinfo_codeset+set}" = set; then :
15699 $as_echo_n "(cached) " >&6 15687 $as_echo_n "(cached) " >&6
15700else 15688else
15701 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 15689 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -15728,7 +15716,7 @@ fi
15728 15716
15729{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5 15717{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5
15730$as_echo_n "checking for mbstate_t... " >&6; } 15718$as_echo_n "checking for mbstate_t... " >&6; }
15731if ${ac_cv_type_mbstate_t+:} false; then : 15719if test "${ac_cv_type_mbstate_t+set}" = set; then :
15732 $as_echo_n "(cached) " >&6 15720 $as_echo_n "(cached) " >&6
15733else 15721else
15734 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 15722 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -15764,7 +15752,7 @@ $as_echo "#define mbstate_t int" >>confdefs.h
15764 15752
15765{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C restricted array declarations" >&5 15753{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C restricted array declarations" >&5
15766$as_echo_n "checking for C restricted array declarations... " >&6; } 15754$as_echo_n "checking for C restricted array declarations... " >&6; }
15767if ${emacs_cv_c_restrict_arr+:} false; then : 15755if test "${emacs_cv_c_restrict_arr+set}" = set; then :
15768 $as_echo_n "(cached) " >&6 15756 $as_echo_n "(cached) " >&6
15769else 15757else
15770 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 15758 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -15803,7 +15791,7 @@ if test "x$GCC" = xyes \
15803 && test x"`$CC --version 2> /dev/null | grep 'gcc.* 4.5.0'`" != x \ 15791 && test x"`$CC --version 2> /dev/null | grep 'gcc.* 4.5.0'`" != x \
15804 && test x"`echo $CFLAGS | grep '\-O[23]'`" != x \ 15792 && test x"`echo $CFLAGS | grep '\-O[23]'`" != x \
15805 && test x"`echo $CFLAGS | grep '\-fno-optimize-sibling-calls'`" = x; then 15793 && test x"`echo $CFLAGS | grep '\-fno-optimize-sibling-calls'`" = x; then
15806 as_fn_error $? "GCC 4.5.0 has problems compiling Emacs; see etc/PROBLEMS'." "$LINENO" 5 15794 as_fn_error "GCC 4.5.0 has problems compiling Emacs; see etc/PROBLEMS'." "$LINENO" 5
15807fi 15795fi
15808 15796
15809version=$PACKAGE_VERSION 15797version=$PACKAGE_VERSION
@@ -16050,12 +16038,11 @@ fi
16050 LIBC_FATAL_STDERR_=1 16038 LIBC_FATAL_STDERR_=1
16051 export LIBC_FATAL_STDERR_ 16039 export LIBC_FATAL_STDERR_
16052 16040
16053
16054# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works 16041# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
16055# for constant arguments. Useless! 16042# for constant arguments. Useless!
16056{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5 16043{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
16057$as_echo_n "checking for working alloca.h... " >&6; } 16044$as_echo_n "checking for working alloca.h... " >&6; }
16058if ${ac_cv_working_alloca_h+:} false; then : 16045if test "${ac_cv_working_alloca_h+set}" = set; then :
16059 $as_echo_n "(cached) " >&6 16046 $as_echo_n "(cached) " >&6
16060else 16047else
16061 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 16048 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -16088,7 +16075,7 @@ fi
16088 16075
16089{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5 16076{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
16090$as_echo_n "checking for alloca... " >&6; } 16077$as_echo_n "checking for alloca... " >&6; }
16091if ${ac_cv_func_alloca_works+:} false; then : 16078if test "${ac_cv_func_alloca_works+set}" = set; then :
16092 $as_echo_n "(cached) " >&6 16079 $as_echo_n "(cached) " >&6
16093else 16080else
16094 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 16081 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -16107,7 +16094,7 @@ else
16107 #pragma alloca 16094 #pragma alloca
16108# else 16095# else
16109# ifndef alloca /* predefined by HP cc +Olibcalls */ 16096# ifndef alloca /* predefined by HP cc +Olibcalls */
16110void *alloca (size_t); 16097char *alloca ();
16111# endif 16098# endif
16112# endif 16099# endif
16113# endif 16100# endif
@@ -16155,7 +16142,7 @@ $as_echo "#define C_ALLOCA 1" >>confdefs.h
16155 16142
16156{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5 16143{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
16157$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; } 16144$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
16158if ${ac_cv_os_cray+:} false; then : 16145if test "${ac_cv_os_cray+set}" = set; then :
16159 $as_echo_n "(cached) " >&6 16146 $as_echo_n "(cached) " >&6
16160else 16147else
16161 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 16148 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -16182,7 +16169,8 @@ if test $ac_cv_os_cray = yes; then
16182 for ac_func in _getb67 GETB67 getb67; do 16169 for ac_func in _getb67 GETB67 getb67; do
16183 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 16170 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16184ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 16171ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
16185if eval test \"x\$"$as_ac_var"\" = x"yes"; then : 16172eval as_val=\$$as_ac_var
16173 if test "x$as_val" = x""yes; then :
16186 16174
16187cat >>confdefs.h <<_ACEOF 16175cat >>confdefs.h <<_ACEOF
16188#define CRAY_STACKSEG_END $ac_func 16176#define CRAY_STACKSEG_END $ac_func
@@ -16196,7 +16184,7 @@ fi
16196 16184
16197{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5 16185{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
16198$as_echo_n "checking stack direction for C alloca... " >&6; } 16186$as_echo_n "checking stack direction for C alloca... " >&6; }
16199if ${ac_cv_c_stack_direction+:} false; then : 16187if test "${ac_cv_c_stack_direction+set}" = set; then :
16200 $as_echo_n "(cached) " >&6 16188 $as_echo_n "(cached) " >&6
16201else 16189else
16202 if test "$cross_compiling" = yes; then : 16190 if test "$cross_compiling" = yes; then :
@@ -16248,7 +16236,8 @@ fi
16248do : 16236do :
16249 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 16237 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16250ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 16238ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
16251if eval test \"x\$"$as_ac_var"\" = x"yes"; then : 16239eval as_val=\$$as_ac_var
16240 if test "x$as_val" = x""yes; then :
16252 cat >>confdefs.h <<_ACEOF 16241 cat >>confdefs.h <<_ACEOF
16253#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 16242#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16254_ACEOF 16243_ACEOF
@@ -16261,7 +16250,7 @@ done
16261 16250
16262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 16251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
16263$as_echo_n "checking whether byte ordering is bigendian... " >&6; } 16252$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
16264if ${ac_cv_c_bigendian+:} false; then : 16253if test "${ac_cv_c_bigendian+set}" = set; then :
16265 $as_echo_n "(cached) " >&6 16254 $as_echo_n "(cached) " >&6
16266else 16255else
16267 ac_cv_c_bigendian=unknown 16256 ac_cv_c_bigendian=unknown
@@ -16479,14 +16468,14 @@ $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
16479 16468
16480 ;; #( 16469 ;; #(
16481 *) 16470 *)
16482 as_fn_error $? "unknown endianness 16471 as_fn_error "unknown endianness
16483 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; 16472 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
16484 esac 16473 esac
16485 16474
16486 16475
16487{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5 16476{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
16488$as_echo_n "checking for inline... " >&6; } 16477$as_echo_n "checking for inline... " >&6; }
16489if ${ac_cv_c_inline+:} false; then : 16478if test "${ac_cv_c_inline+set}" = set; then :
16490 $as_echo_n "(cached) " >&6 16479 $as_echo_n "(cached) " >&6
16491else 16480else
16492 ac_cv_c_inline=no 16481 ac_cv_c_inline=no
@@ -16529,7 +16518,7 @@ esac
16529 16518
16530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether strtold conforms to C99" >&5 16519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether strtold conforms to C99" >&5
16531$as_echo_n "checking whether strtold conforms to C99... " >&6; } 16520$as_echo_n "checking whether strtold conforms to C99... " >&6; }
16532if ${gl_cv_func_c99_strtold+:} false; then : 16521if test "${gl_cv_func_c99_strtold+set}" = set; then :
16533 $as_echo_n "(cached) " >&6 16522 $as_echo_n "(cached) " >&6
16534else 16523else
16535 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 16524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -16685,7 +16674,7 @@ $as_echo "#define HAVE_C99_STRTOLD 1" >>confdefs.h
16685 16674
16686{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for st_dm_mode in struct stat" >&5 16675{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for st_dm_mode in struct stat" >&5
16687$as_echo_n "checking for st_dm_mode in struct stat... " >&6; } 16676$as_echo_n "checking for st_dm_mode in struct stat... " >&6; }
16688if ${ac_cv_struct_st_dm_mode+:} false; then : 16677if test "${ac_cv_struct_st_dm_mode+set}" = set; then :
16689 $as_echo_n "(cached) " >&6 16678 $as_echo_n "(cached) " >&6
16690else 16679else
16691 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 16680 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -16719,7 +16708,7 @@ $as_echo "#define HAVE_ST_DM_MODE 1" >>confdefs.h
16719 16708
16720 16709
16721ac_fn_c_check_decl "$LINENO" "strmode" "ac_cv_have_decl_strmode" "$ac_includes_default" 16710ac_fn_c_check_decl "$LINENO" "strmode" "ac_cv_have_decl_strmode" "$ac_includes_default"
16722if test "x$ac_cv_have_decl_strmode" = xyes; then : 16711if test "x$ac_cv_have_decl_strmode" = x""yes; then :
16723 ac_have_decl=1 16712 ac_have_decl=1
16724else 16713else
16725 ac_have_decl=0 16714 ac_have_decl=0
@@ -16800,7 +16789,7 @@ _ACEOF
16800 16789
16801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the preprocessor supports include_next" >&5 16790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the preprocessor supports include_next" >&5
16802$as_echo_n "checking whether the preprocessor supports include_next... " >&6; } 16791$as_echo_n "checking whether the preprocessor supports include_next... " >&6; }
16803if ${gl_cv_have_include_next+:} false; then : 16792if test "${gl_cv_have_include_next+set}" = set; then :
16804 $as_echo_n "(cached) " >&6 16793 $as_echo_n "(cached) " >&6
16805else 16794else
16806 rm -rf conftestd1a conftestd1b conftestd2 16795 rm -rf conftestd1a conftestd1b conftestd2
@@ -16880,7 +16869,7 @@ $as_echo "$gl_cv_have_include_next" >&6; }
16880 16869
16881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether system header files limit the line length" >&5 16870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether system header files limit the line length" >&5
16882$as_echo_n "checking whether system header files limit the line length... " >&6; } 16871$as_echo_n "checking whether system header files limit the line length... " >&6; }
16883if ${gl_cv_pragma_columns+:} false; then : 16872if test "${gl_cv_pragma_columns+set}" = set; then :
16884 $as_echo_n "(cached) " >&6 16873 $as_echo_n "(cached) " >&6
16885else 16874else
16886 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 16875 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -16930,7 +16919,7 @@ $as_echo "$gl_cv_pragma_columns" >&6; }
16930 else 16919 else
16931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <getopt.h>" >&5 16920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <getopt.h>" >&5
16932$as_echo_n "checking absolute name of <getopt.h>... " >&6; } 16921$as_echo_n "checking absolute name of <getopt.h>... " >&6; }
16933if ${gl_cv_next_getopt_h+:} false; then : 16922if test "${gl_cv_next_getopt_h+set}" = set; then :
16934 $as_echo_n "(cached) " >&6 16923 $as_echo_n "(cached) " >&6
16935else 16924else
16936 16925
@@ -16989,7 +16978,7 @@ $as_echo "$gl_cv_next_getopt_h" >&6; }
16989 for ac_header in getopt.h 16978 for ac_header in getopt.h
16990do : 16979do :
16991 ac_fn_c_check_header_mongrel "$LINENO" "getopt.h" "ac_cv_header_getopt_h" "$ac_includes_default" 16980 ac_fn_c_check_header_mongrel "$LINENO" "getopt.h" "ac_cv_header_getopt_h" "$ac_includes_default"
16992if test "x$ac_cv_header_getopt_h" = xyes; then : 16981if test "x$ac_cv_header_getopt_h" = x""yes; then :
16993 cat >>confdefs.h <<_ACEOF 16982 cat >>confdefs.h <<_ACEOF
16994#define HAVE_GETOPT_H 1 16983#define HAVE_GETOPT_H 1
16995_ACEOF 16984_ACEOF
@@ -17006,7 +16995,7 @@ done
17006 for ac_func in getopt_long_only 16995 for ac_func in getopt_long_only
17007do : 16996do :
17008 ac_fn_c_check_func "$LINENO" "getopt_long_only" "ac_cv_func_getopt_long_only" 16997 ac_fn_c_check_func "$LINENO" "getopt_long_only" "ac_cv_func_getopt_long_only"
17009if test "x$ac_cv_func_getopt_long_only" = xyes; then : 16998if test "x$ac_cv_func_getopt_long_only" = x""yes; then :
17010 cat >>confdefs.h <<_ACEOF 16999 cat >>confdefs.h <<_ACEOF
17011#define HAVE_GETOPT_LONG_ONLY 1 17000#define HAVE_GETOPT_LONG_ONLY 1
17012_ACEOF 17001_ACEOF
@@ -17021,7 +17010,7 @@ done
17021 if test -z "$gl_replace_getopt"; then 17010 if test -z "$gl_replace_getopt"; then
17022 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getopt is POSIX compatible" >&5 17011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getopt is POSIX compatible" >&5
17023$as_echo_n "checking whether getopt is POSIX compatible... " >&6; } 17012$as_echo_n "checking whether getopt is POSIX compatible... " >&6; }
17024if ${gl_cv_func_getopt_posix+:} false; then : 17013if test "${gl_cv_func_getopt_posix+set}" = set; then :
17025 $as_echo_n "(cached) " >&6 17014 $as_echo_n "(cached) " >&6
17026else 17015else
17027 17016
@@ -17178,7 +17167,7 @@ $as_echo "$gl_cv_func_getopt_posix" >&6; }
17178 if test -z "$gl_replace_getopt" && test $gl_getopt_required = GNU; then 17167 if test -z "$gl_replace_getopt" && test $gl_getopt_required = GNU; then
17179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working GNU getopt function" >&5 17168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working GNU getopt function" >&5
17180$as_echo_n "checking for working GNU getopt function... " >&6; } 17169$as_echo_n "checking for working GNU getopt function... " >&6; }
17181if ${gl_cv_func_getopt_gnu+:} false; then : 17170if test "${gl_cv_func_getopt_gnu+set}" = set; then :
17182 $as_echo_n "(cached) " >&6 17171 $as_echo_n "(cached) " >&6
17183else 17172else
17184 # Even with POSIXLY_CORRECT, the GNU extension of leading '-' in the 17173 # Even with POSIXLY_CORRECT, the GNU extension of leading '-' in the
@@ -17422,7 +17411,7 @@ $as_echo "#define __GETOPT_PREFIX rpl_" >>confdefs.h
17422 fi 17411 fi
17423 17412
17424ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default" 17413ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
17425if test "x$ac_cv_have_decl_getenv" = xyes; then : 17414if test "x$ac_cv_have_decl_getenv" = x""yes; then :
17426 ac_have_decl=1 17415 ac_have_decl=1
17427else 17416else
17428 ac_have_decl=0 17417 ac_have_decl=0
@@ -17435,7 +17424,7 @@ _ACEOF
17435 17424
17436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unsigned long long int" >&5 17425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unsigned long long int" >&5
17437$as_echo_n "checking for unsigned long long int... " >&6; } 17426$as_echo_n "checking for unsigned long long int... " >&6; }
17438if ${ac_cv_type_unsigned_long_long_int+:} false; then : 17427if test "${ac_cv_type_unsigned_long_long_int+set}" = set; then :
17439 $as_echo_n "(cached) " >&6 17428 $as_echo_n "(cached) " >&6
17440else 17429else
17441 ac_cv_type_unsigned_long_long_int=yes 17430 ac_cv_type_unsigned_long_long_int=yes
@@ -17493,7 +17482,7 @@ $as_echo "#define HAVE_UNSIGNED_LONG_LONG_INT 1" >>confdefs.h
17493 17482
17494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long int" >&5 17483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long int" >&5
17495$as_echo_n "checking for long long int... " >&6; } 17484$as_echo_n "checking for long long int... " >&6; }
17496if ${ac_cv_type_long_long_int+:} false; then : 17485if test "${ac_cv_type_long_long_int+set}" = set; then :
17497 $as_echo_n "(cached) " >&6 17486 $as_echo_n "(cached) " >&6
17498else 17487else
17499 ac_cv_type_long_long_int=yes 17488 ac_cv_type_long_long_int=yes
@@ -17648,7 +17637,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17648 else 17637 else
17649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdint.h>" >&5 17638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdint.h>" >&5
17650$as_echo_n "checking absolute name of <stdint.h>... " >&6; } 17639$as_echo_n "checking absolute name of <stdint.h>... " >&6; }
17651if ${gl_cv_next_stdint_h+:} false; then : 17640if test "${gl_cv_next_stdint_h+set}" = set; then :
17652 $as_echo_n "(cached) " >&6 17641 $as_echo_n "(cached) " >&6
17653else 17642else
17654 17643
@@ -17704,7 +17693,7 @@ $as_echo "$gl_cv_next_stdint_h" >&6; }
17704 if test $ac_cv_header_stdint_h = yes; then 17693 if test $ac_cv_header_stdint_h = yes; then
17705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stdint.h conforms to C99" >&5 17694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stdint.h conforms to C99" >&5
17706$as_echo_n "checking whether stdint.h conforms to C99... " >&6; } 17695$as_echo_n "checking whether stdint.h conforms to C99... " >&6; }
17707if ${gl_cv_header_working_stdint_h+:} false; then : 17696if test "${gl_cv_header_working_stdint_h+set}" = set; then :
17708 $as_echo_n "(cached) " >&6 17697 $as_echo_n "(cached) " >&6
17709else 17698else
17710 gl_cv_header_working_stdint_h=no 17699 gl_cv_header_working_stdint_h=no
@@ -17977,7 +17966,8 @@ $as_echo "$gl_cv_header_working_stdint_h" >&6; }
17977do : 17966do :
17978 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 17967 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
17979ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" 17968ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
17980if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : 17969eval as_val=\$$as_ac_Header
17970 if test "x$as_val" = x""yes; then :
17981 cat >>confdefs.h <<_ACEOF 17971 cat >>confdefs.h <<_ACEOF
17982#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 17972#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
17983_ACEOF 17973_ACEOF
@@ -18007,7 +17997,7 @@ done
18007 for gltype in ptrdiff_t size_t ; do 17997 for gltype in ptrdiff_t size_t ; do
18008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5 17998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5
18009$as_echo_n "checking for bit size of $gltype... " >&6; } 17999$as_echo_n "checking for bit size of $gltype... " >&6; }
18010if eval \${gl_cv_bitsizeof_${gltype}+:} false; then : 18000if { as_var=gl_cv_bitsizeof_${gltype}; eval "test \"\${$as_var+set}\" = set"; }; then :
18011 $as_echo_n "(cached) " >&6 18001 $as_echo_n "(cached) " >&6
18012else 18002else
18013 if ac_fn_c_compute_int "$LINENO" "sizeof ($gltype) * CHAR_BIT" "result" " 18003 if ac_fn_c_compute_int "$LINENO" "sizeof ($gltype) * CHAR_BIT" "result" "
@@ -18052,7 +18042,7 @@ _ACEOF
18052 for gltype in sig_atomic_t wchar_t wint_t ; do 18042 for gltype in sig_atomic_t wchar_t wint_t ; do
18053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5 18043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5
18054$as_echo_n "checking for bit size of $gltype... " >&6; } 18044$as_echo_n "checking for bit size of $gltype... " >&6; }
18055if eval \${gl_cv_bitsizeof_${gltype}+:} false; then : 18045if { as_var=gl_cv_bitsizeof_${gltype}; eval "test \"\${$as_var+set}\" = set"; }; then :
18056 $as_echo_n "(cached) " >&6 18046 $as_echo_n "(cached) " >&6
18057else 18047else
18058 if ac_fn_c_compute_int "$LINENO" "sizeof ($gltype) * CHAR_BIT" "result" " 18048 if ac_fn_c_compute_int "$LINENO" "sizeof ($gltype) * CHAR_BIT" "result" "
@@ -18096,7 +18086,7 @@ _ACEOF
18096 for gltype in sig_atomic_t wchar_t wint_t ; do 18086 for gltype in sig_atomic_t wchar_t wint_t ; do
18097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gltype is signed" >&5 18087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gltype is signed" >&5
18098$as_echo_n "checking whether $gltype is signed... " >&6; } 18088$as_echo_n "checking whether $gltype is signed... " >&6; }
18099if eval \${gl_cv_type_${gltype}_signed+:} false; then : 18089if { as_var=gl_cv_type_${gltype}_signed; eval "test \"\${$as_var+set}\" = set"; }; then :
18100 $as_echo_n "(cached) " >&6 18090 $as_echo_n "(cached) " >&6
18101else 18091else
18102 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 18092 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -18155,7 +18145,7 @@ _ACEOF
18155 for gltype in ptrdiff_t size_t ; do 18145 for gltype in ptrdiff_t size_t ; do
18156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $gltype integer literal suffix" >&5 18146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $gltype integer literal suffix" >&5
18157$as_echo_n "checking for $gltype integer literal suffix... " >&6; } 18147$as_echo_n "checking for $gltype integer literal suffix... " >&6; }
18158if eval \${gl_cv_type_${gltype}_suffix+:} false; then : 18148if { as_var=gl_cv_type_${gltype}_suffix; eval "test \"\${$as_var+set}\" = set"; }; then :
18159 $as_echo_n "(cached) " >&6 18149 $as_echo_n "(cached) " >&6
18160else 18150else
18161 eval gl_cv_type_${gltype}_suffix=no 18151 eval gl_cv_type_${gltype}_suffix=no
@@ -18227,7 +18217,7 @@ _ACEOF
18227 for gltype in sig_atomic_t wchar_t wint_t ; do 18217 for gltype in sig_atomic_t wchar_t wint_t ; do
18228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $gltype integer literal suffix" >&5 18218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $gltype integer literal suffix" >&5
18229$as_echo_n "checking for $gltype integer literal suffix... " >&6; } 18219$as_echo_n "checking for $gltype integer literal suffix... " >&6; }
18230if eval \${gl_cv_type_${gltype}_suffix+:} false; then : 18220if { as_var=gl_cv_type_${gltype}_suffix; eval "test \"\${$as_var+set}\" = set"; }; then :
18231 $as_echo_n "(cached) " >&6 18221 $as_echo_n "(cached) " >&6
18232else 18222else
18233 eval gl_cv_type_${gltype}_suffix=no 18223 eval gl_cv_type_${gltype}_suffix=no
@@ -18343,7 +18333,7 @@ fi
18343 else 18333 else
18344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <inttypes.h>" >&5 18334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <inttypes.h>" >&5
18345$as_echo_n "checking absolute name of <inttypes.h>... " >&6; } 18335$as_echo_n "checking absolute name of <inttypes.h>... " >&6; }
18346if ${gl_cv_next_inttypes_h+:} false; then : 18336if test "${gl_cv_next_inttypes_h+set}" = set; then :
18347 $as_echo_n "(cached) " >&6 18337 $as_echo_n "(cached) " >&6
18348else 18338else
18349 18339
@@ -18438,7 +18428,7 @@ $as_echo "#define GL_TRIGGER_STDC_LIMIT_MACROS 1" >>confdefs.h
18438 18428
18439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether lstat correctly handles trailing slash" >&5 18429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether lstat correctly handles trailing slash" >&5
18440$as_echo_n "checking whether lstat correctly handles trailing slash... " >&6; } 18430$as_echo_n "checking whether lstat correctly handles trailing slash... " >&6; }
18441if ${gl_cv_func_lstat_dereferences_slashed_symlink+:} false; then : 18431if test "${gl_cv_func_lstat_dereferences_slashed_symlink+set}" = set; then :
18442 $as_echo_n "(cached) " >&6 18432 $as_echo_n "(cached) " >&6
18443else 18433else
18444 rm -f conftest.sym conftest.file 18434 rm -f conftest.sym conftest.file
@@ -18538,7 +18528,7 @@ _ACEOF
18538 #include <sys/types.h> 18528 #include <sys/types.h>
18539 18529
18540" 18530"
18541if test "x$ac_cv_type_sigset_t" = xyes; then : 18531if test "x$ac_cv_type_sigset_t" = x""yes; then :
18542 18532
18543cat >>confdefs.h <<_ACEOF 18533cat >>confdefs.h <<_ACEOF
18544#define HAVE_SIGSET_T 1 18534#define HAVE_SIGSET_T 1
@@ -18561,7 +18551,7 @@ fi
18561 for ac_header in ws2tcpip.h 18551 for ac_header in ws2tcpip.h
18562do : 18552do :
18563 ac_fn_c_check_header_mongrel "$LINENO" "ws2tcpip.h" "ac_cv_header_ws2tcpip_h" "$ac_includes_default" 18553 ac_fn_c_check_header_mongrel "$LINENO" "ws2tcpip.h" "ac_cv_header_ws2tcpip_h" "$ac_includes_default"
18564if test "x$ac_cv_header_ws2tcpip_h" = xyes; then : 18554if test "x$ac_cv_header_ws2tcpip_h" = x""yes; then :
18565 cat >>confdefs.h <<_ACEOF 18555 cat >>confdefs.h <<_ACEOF
18566#define HAVE_WS2TCPIP_H 1 18556#define HAVE_WS2TCPIP_H 1
18567_ACEOF 18557_ACEOF
@@ -18574,7 +18564,7 @@ done
18574 18564
18575{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5 18565{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5
18576$as_echo_n "checking for stdbool.h that conforms to C99... " >&6; } 18566$as_echo_n "checking for stdbool.h that conforms to C99... " >&6; }
18577if ${ac_cv_header_stdbool_h+:} false; then : 18567if test "${ac_cv_header_stdbool_h+set}" = set; then :
18578 $as_echo_n "(cached) " >&6 18568 $as_echo_n "(cached) " >&6
18579else 18569else
18580 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 18570 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -18649,7 +18639,7 @@ fi
18649{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5 18639{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5
18650$as_echo "$ac_cv_header_stdbool_h" >&6; } 18640$as_echo "$ac_cv_header_stdbool_h" >&6; }
18651 ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default" 18641 ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default"
18652if test "x$ac_cv_type__Bool" = xyes; then : 18642if test "x$ac_cv_type__Bool" = x""yes; then :
18653 18643
18654cat >>confdefs.h <<_ACEOF 18644cat >>confdefs.h <<_ACEOF
18655#define HAVE__BOOL 1 18645#define HAVE__BOOL 1
@@ -18666,7 +18656,7 @@ fi
18666 18656
18667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wchar_t" >&5 18657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wchar_t" >&5
18668$as_echo_n "checking for wchar_t... " >&6; } 18658$as_echo_n "checking for wchar_t... " >&6; }
18669if ${gt_cv_c_wchar_t+:} false; then : 18659if test "${gt_cv_c_wchar_t+set}" = set; then :
18670 $as_echo_n "(cached) " >&6 18660 $as_echo_n "(cached) " >&6
18671else 18661else
18672 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 18662 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -18798,7 +18788,7 @@ $as_echo "#define HAVE_WCHAR_T 1" >>confdefs.h
18798 18788
18799 ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include <time.h> 18789 ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include <time.h>
18800" 18790"
18801if test "x$ac_cv_member_struct_tm_tm_gmtoff" = xyes; then : 18791if test "x$ac_cv_member_struct_tm_tm_gmtoff" = x""yes; then :
18802 18792
18803$as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h 18793$as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h
18804 18794
@@ -18810,7 +18800,7 @@ fi
18810 18800
18811 18801
18812ac_fn_c_check_decl "$LINENO" "strtoimax" "ac_cv_have_decl_strtoimax" "$ac_includes_default" 18802ac_fn_c_check_decl "$LINENO" "strtoimax" "ac_cv_have_decl_strtoimax" "$ac_includes_default"
18813if test "x$ac_cv_have_decl_strtoimax" = xyes; then : 18803if test "x$ac_cv_have_decl_strtoimax" = x""yes; then :
18814 ac_have_decl=1 18804 ac_have_decl=1
18815else 18805else
18816 ac_have_decl=0 18806 ac_have_decl=0
@@ -18823,7 +18813,7 @@ _ACEOF
18823 18813
18824 18814
18825ac_fn_c_check_decl "$LINENO" "strtoumax" "ac_cv_have_decl_strtoumax" "$ac_includes_default" 18815ac_fn_c_check_decl "$LINENO" "strtoumax" "ac_cv_have_decl_strtoumax" "$ac_includes_default"
18826if test "x$ac_cv_have_decl_strtoumax" = xyes; then : 18816if test "x$ac_cv_have_decl_strtoumax" = x""yes; then :
18827 ac_have_decl=1 18817 ac_have_decl=1
18828else 18818else
18829 ac_have_decl=0 18819 ac_have_decl=0
@@ -18837,7 +18827,7 @@ _ACEOF
18837 18827
18838{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5 18828{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
18839$as_echo_n "checking whether stat file-mode macros are broken... " >&6; } 18829$as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
18840if ${ac_cv_header_stat_broken+:} false; then : 18830if test "${ac_cv_header_stat_broken+set}" = set; then :
18841 $as_echo_n "(cached) " >&6 18831 $as_echo_n "(cached) " >&6
18842else 18832else
18843 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 18833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -18881,7 +18871,7 @@ fi
18881 18871
18882{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C/C++ restrict keyword" >&5 18872{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C/C++ restrict keyword" >&5
18883$as_echo_n "checking for C/C++ restrict keyword... " >&6; } 18873$as_echo_n "checking for C/C++ restrict keyword... " >&6; }
18884if ${ac_cv_c_restrict+:} false; then : 18874if test "${ac_cv_c_restrict+set}" = set; then :
18885 $as_echo_n "(cached) " >&6 18875 $as_echo_n "(cached) " >&6
18886else 18876else
18887 ac_cv_c_restrict=no 18877 ac_cv_c_restrict=no
@@ -18931,7 +18921,7 @@ _ACEOF
18931 18921
18932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <time.h>" >&5 18922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <time.h>" >&5
18933$as_echo_n "checking for struct timespec in <time.h>... " >&6; } 18923$as_echo_n "checking for struct timespec in <time.h>... " >&6; }
18934if ${gl_cv_sys_struct_timespec_in_time_h+:} false; then : 18924if test "${gl_cv_sys_struct_timespec_in_time_h+set}" = set; then :
18935 $as_echo_n "(cached) " >&6 18925 $as_echo_n "(cached) " >&6
18936else 18926else
18937 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 18927 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -18964,7 +18954,7 @@ $as_echo "$gl_cv_sys_struct_timespec_in_time_h" >&6; }
18964 else 18954 else
18965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <sys/time.h>" >&5 18955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <sys/time.h>" >&5
18966$as_echo_n "checking for struct timespec in <sys/time.h>... " >&6; } 18956$as_echo_n "checking for struct timespec in <sys/time.h>... " >&6; }
18967if ${gl_cv_sys_struct_timespec_in_sys_time_h+:} false; then : 18957if test "${gl_cv_sys_struct_timespec_in_sys_time_h+set}" = set; then :
18968 $as_echo_n "(cached) " >&6 18958 $as_echo_n "(cached) " >&6
18969else 18959else
18970 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 18960 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -18993,7 +18983,7 @@ $as_echo "$gl_cv_sys_struct_timespec_in_sys_time_h" >&6; }
18993 else 18983 else
18994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <pthread.h>" >&5 18984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <pthread.h>" >&5
18995$as_echo_n "checking for struct timespec in <pthread.h>... " >&6; } 18985$as_echo_n "checking for struct timespec in <pthread.h>... " >&6; }
18996if ${gl_cv_sys_struct_timespec_in_pthread_h+:} false; then : 18986if test "${gl_cv_sys_struct_timespec_in_pthread_h+set}" = set; then :
18997 $as_echo_n "(cached) " >&6 18987 $as_echo_n "(cached) " >&6
18998else 18988else
18999 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 18989 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -19042,7 +19032,7 @@ $as_echo "$gl_cv_sys_struct_timespec_in_pthread_h" >&6; }
19042 else 19032 else
19043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <time.h>" >&5 19033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <time.h>" >&5
19044$as_echo_n "checking absolute name of <time.h>... " >&6; } 19034$as_echo_n "checking absolute name of <time.h>... " >&6; }
19045if ${gl_cv_next_time_h+:} false; then : 19035if test "${gl_cv_next_time_h+set}" = set; then :
19046 $as_echo_n "(cached) " >&6 19036 $as_echo_n "(cached) " >&6
19047else 19037else
19048 19038
@@ -19085,7 +19075,7 @@ $as_echo "$gl_cv_next_time_h" >&6; }
19085 19075
19086 19076
19087ac_fn_c_check_decl "$LINENO" "localtime_r" "ac_cv_have_decl_localtime_r" "$ac_includes_default" 19077ac_fn_c_check_decl "$LINENO" "localtime_r" "ac_cv_have_decl_localtime_r" "$ac_includes_default"
19088if test "x$ac_cv_have_decl_localtime_r" = xyes; then : 19078if test "x$ac_cv_have_decl_localtime_r" = x""yes; then :
19089 ac_have_decl=1 19079 ac_have_decl=1
19090else 19080else
19091 ac_have_decl=0 19081 ac_have_decl=0
@@ -19130,7 +19120,7 @@ fi
19130 if test $ac_cv_working_alloca_h = yes; then 19120 if test $ac_cv_working_alloca_h = yes; then
19131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca as a compiler built-in" >&5 19121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca as a compiler built-in" >&5
19132$as_echo_n "checking for alloca as a compiler built-in... " >&6; } 19122$as_echo_n "checking for alloca as a compiler built-in... " >&6; }
19133if ${gl_cv_rpl_alloca+:} false; then : 19123if test "${gl_cv_rpl_alloca+set}" = set; then :
19134 $as_echo_n "(cached) " >&6 19124 $as_echo_n "(cached) " >&6
19135else 19125else
19136 19126
@@ -19206,7 +19196,7 @@ $as_echo "#define HAVE_DUP2 1" >>confdefs.h
19206 if test $HAVE_DUP2 = 1; then 19196 if test $HAVE_DUP2 = 1; then
19207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether dup2 works" >&5 19197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether dup2 works" >&5
19208$as_echo_n "checking whether dup2 works... " >&6; } 19198$as_echo_n "checking whether dup2 works... " >&6; }
19209if ${gl_cv_func_dup2_works+:} false; then : 19199if test "${gl_cv_func_dup2_works+set}" = set; then :
19210 $as_echo_n "(cached) " >&6 19200 $as_echo_n "(cached) " >&6
19211else 19201else
19212 if test "$cross_compiling" = yes; then : 19202 if test "$cross_compiling" = yes; then :
@@ -19315,7 +19305,7 @@ gl_save_LIBS=$LIBS
19315# NetBSD >= 0.9, OpenBSD >= 2.0, Solaris >= 7. 19305# NetBSD >= 0.9, OpenBSD >= 2.0, Solaris >= 7.
19316HAVE_GETLOADAVG=1 19306HAVE_GETLOADAVG=1
19317ac_fn_c_check_func "$LINENO" "getloadavg" "ac_cv_func_getloadavg" 19307ac_fn_c_check_func "$LINENO" "getloadavg" "ac_cv_func_getloadavg"
19318if test "x$ac_cv_func_getloadavg" = xyes; then : 19308if test "x$ac_cv_func_getloadavg" = x""yes; then :
19319 19309
19320else 19310else
19321 gl_func_getloadavg_done=no 19311 gl_func_getloadavg_done=no
@@ -19328,7 +19318,7 @@ else
19328 if test $gl_func_getloadavg_done = no; then 19318 if test $gl_func_getloadavg_done = no; then
19329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for elf_begin in -lelf" >&5 19319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for elf_begin in -lelf" >&5
19330$as_echo_n "checking for elf_begin in -lelf... " >&6; } 19320$as_echo_n "checking for elf_begin in -lelf... " >&6; }
19331if ${ac_cv_lib_elf_elf_begin+:} false; then : 19321if test "${ac_cv_lib_elf_elf_begin+set}" = set; then :
19332 $as_echo_n "(cached) " >&6 19322 $as_echo_n "(cached) " >&6
19333else 19323else
19334 ac_check_lib_save_LIBS=$LIBS 19324 ac_check_lib_save_LIBS=$LIBS
@@ -19362,13 +19352,13 @@ LIBS=$ac_check_lib_save_LIBS
19362fi 19352fi
19363{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_elf_elf_begin" >&5 19353{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_elf_elf_begin" >&5
19364$as_echo "$ac_cv_lib_elf_elf_begin" >&6; } 19354$as_echo "$ac_cv_lib_elf_elf_begin" >&6; }
19365if test "x$ac_cv_lib_elf_elf_begin" = xyes; then : 19355if test "x$ac_cv_lib_elf_elf_begin" = x""yes; then :
19366 LIBS="-lelf $LIBS" 19356 LIBS="-lelf $LIBS"
19367fi 19357fi
19368 19358
19369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kvm_open in -lkvm" >&5 19359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kvm_open in -lkvm" >&5
19370$as_echo_n "checking for kvm_open in -lkvm... " >&6; } 19360$as_echo_n "checking for kvm_open in -lkvm... " >&6; }
19371if ${ac_cv_lib_kvm_kvm_open+:} false; then : 19361if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then :
19372 $as_echo_n "(cached) " >&6 19362 $as_echo_n "(cached) " >&6
19373else 19363else
19374 ac_check_lib_save_LIBS=$LIBS 19364 ac_check_lib_save_LIBS=$LIBS
@@ -19402,14 +19392,14 @@ LIBS=$ac_check_lib_save_LIBS
19402fi 19392fi
19403{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kvm_kvm_open" >&5 19393{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kvm_kvm_open" >&5
19404$as_echo "$ac_cv_lib_kvm_kvm_open" >&6; } 19394$as_echo "$ac_cv_lib_kvm_kvm_open" >&6; }
19405if test "x$ac_cv_lib_kvm_kvm_open" = xyes; then : 19395if test "x$ac_cv_lib_kvm_kvm_open" = x""yes; then :
19406 LIBS="-lkvm $LIBS" 19396 LIBS="-lkvm $LIBS"
19407fi 19397fi
19408 19398
19409 # Check for the 4.4BSD definition of getloadavg. 19399 # Check for the 4.4BSD definition of getloadavg.
19410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lutil" >&5 19400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lutil" >&5
19411$as_echo_n "checking for getloadavg in -lutil... " >&6; } 19401$as_echo_n "checking for getloadavg in -lutil... " >&6; }
19412if ${ac_cv_lib_util_getloadavg+:} false; then : 19402if test "${ac_cv_lib_util_getloadavg+set}" = set; then :
19413 $as_echo_n "(cached) " >&6 19403 $as_echo_n "(cached) " >&6
19414else 19404else
19415 ac_check_lib_save_LIBS=$LIBS 19405 ac_check_lib_save_LIBS=$LIBS
@@ -19443,7 +19433,7 @@ LIBS=$ac_check_lib_save_LIBS
19443fi 19433fi
19444{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_util_getloadavg" >&5 19434{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_util_getloadavg" >&5
19445$as_echo "$ac_cv_lib_util_getloadavg" >&6; } 19435$as_echo "$ac_cv_lib_util_getloadavg" >&6; }
19446if test "x$ac_cv_lib_util_getloadavg" = xyes; then : 19436if test "x$ac_cv_lib_util_getloadavg" = x""yes; then :
19447 LIBS="-lutil $LIBS" gl_func_getloadavg_done=yes 19437 LIBS="-lutil $LIBS" gl_func_getloadavg_done=yes
19448fi 19438fi
19449 19439
@@ -19456,7 +19446,7 @@ fi
19456 LIBS="-L/usr/local/lib $LIBS" 19446 LIBS="-L/usr/local/lib $LIBS"
19457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lgetloadavg" >&5 19447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lgetloadavg" >&5
19458$as_echo_n "checking for getloadavg in -lgetloadavg... " >&6; } 19448$as_echo_n "checking for getloadavg in -lgetloadavg... " >&6; }
19459if ${ac_cv_lib_getloadavg_getloadavg+:} false; then : 19449if test "${ac_cv_lib_getloadavg_getloadavg+set}" = set; then :
19460 $as_echo_n "(cached) " >&6 19450 $as_echo_n "(cached) " >&6
19461else 19451else
19462 ac_check_lib_save_LIBS=$LIBS 19452 ac_check_lib_save_LIBS=$LIBS
@@ -19490,7 +19480,7 @@ LIBS=$ac_check_lib_save_LIBS
19490fi 19480fi
19491{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_getloadavg_getloadavg" >&5 19481{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_getloadavg_getloadavg" >&5
19492$as_echo "$ac_cv_lib_getloadavg_getloadavg" >&6; } 19482$as_echo "$ac_cv_lib_getloadavg_getloadavg" >&6; }
19493if test "x$ac_cv_lib_getloadavg_getloadavg" = xyes; then : 19483if test "x$ac_cv_lib_getloadavg_getloadavg" = x""yes; then :
19494 LIBS="-lgetloadavg $LIBS" gl_func_getloadavg_done=yes 19484 LIBS="-lgetloadavg $LIBS" gl_func_getloadavg_done=yes
19495else 19485else
19496 LIBS=$gl_getloadavg_LIBS 19486 LIBS=$gl_getloadavg_LIBS
@@ -19505,7 +19495,7 @@ fi
19505 # Solaris has libkstat which does not require root. 19495 # Solaris has libkstat which does not require root.
19506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5 19496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
19507$as_echo_n "checking for kstat_open in -lkstat... " >&6; } 19497$as_echo_n "checking for kstat_open in -lkstat... " >&6; }
19508if ${ac_cv_lib_kstat_kstat_open+:} false; then : 19498if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
19509 $as_echo_n "(cached) " >&6 19499 $as_echo_n "(cached) " >&6
19510else 19500else
19511 ac_check_lib_save_LIBS=$LIBS 19501 ac_check_lib_save_LIBS=$LIBS
@@ -19539,7 +19529,7 @@ LIBS=$ac_check_lib_save_LIBS
19539fi 19529fi
19540{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5 19530{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
19541$as_echo "$ac_cv_lib_kstat_kstat_open" >&6; } 19531$as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
19542if test "x$ac_cv_lib_kstat_kstat_open" = xyes; then : 19532if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
19543 cat >>confdefs.h <<_ACEOF 19533 cat >>confdefs.h <<_ACEOF
19544#define HAVE_LIBKSTAT 1 19534#define HAVE_LIBKSTAT 1
19545_ACEOF 19535_ACEOF
@@ -19554,7 +19544,7 @@ fi
19554 if test $gl_func_getloadavg_done = no; then 19544 if test $gl_func_getloadavg_done = no; then
19555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for perfstat_cpu_total in -lperfstat" >&5 19545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for perfstat_cpu_total in -lperfstat" >&5
19556$as_echo_n "checking for perfstat_cpu_total in -lperfstat... " >&6; } 19546$as_echo_n "checking for perfstat_cpu_total in -lperfstat... " >&6; }
19557if ${ac_cv_lib_perfstat_perfstat_cpu_total+:} false; then : 19547if test "${ac_cv_lib_perfstat_perfstat_cpu_total+set}" = set; then :
19558 $as_echo_n "(cached) " >&6 19548 $as_echo_n "(cached) " >&6
19559else 19549else
19560 ac_check_lib_save_LIBS=$LIBS 19550 ac_check_lib_save_LIBS=$LIBS
@@ -19588,7 +19578,7 @@ LIBS=$ac_check_lib_save_LIBS
19588fi 19578fi
19589{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_perfstat_perfstat_cpu_total" >&5 19579{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_perfstat_perfstat_cpu_total" >&5
19590$as_echo "$ac_cv_lib_perfstat_perfstat_cpu_total" >&6; } 19580$as_echo "$ac_cv_lib_perfstat_perfstat_cpu_total" >&6; }
19591if test "x$ac_cv_lib_perfstat_perfstat_cpu_total" = xyes; then : 19581if test "x$ac_cv_lib_perfstat_perfstat_cpu_total" = x""yes; then :
19592 cat >>confdefs.h <<_ACEOF 19582 cat >>confdefs.h <<_ACEOF
19593#define HAVE_LIBPERFSTAT 1 19583#define HAVE_LIBPERFSTAT 1
19594_ACEOF 19584_ACEOF
@@ -19602,14 +19592,14 @@ fi
19602 19592
19603 if test $gl_func_getloadavg_done = no; then 19593 if test $gl_func_getloadavg_done = no; then
19604 ac_fn_c_check_header_mongrel "$LINENO" "sys/dg_sys_info.h" "ac_cv_header_sys_dg_sys_info_h" "$ac_includes_default" 19594 ac_fn_c_check_header_mongrel "$LINENO" "sys/dg_sys_info.h" "ac_cv_header_sys_dg_sys_info_h" "$ac_includes_default"
19605if test "x$ac_cv_header_sys_dg_sys_info_h" = xyes; then : 19595if test "x$ac_cv_header_sys_dg_sys_info_h" = x""yes; then :
19606 gl_func_getloadavg_done=yes 19596 gl_func_getloadavg_done=yes
19607 19597
19608$as_echo "#define DGUX 1" >>confdefs.h 19598$as_echo "#define DGUX 1" >>confdefs.h
19609 19599
19610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dg_sys_info in -ldgc" >&5 19600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dg_sys_info in -ldgc" >&5
19611$as_echo_n "checking for dg_sys_info in -ldgc... " >&6; } 19601$as_echo_n "checking for dg_sys_info in -ldgc... " >&6; }
19612if ${ac_cv_lib_dgc_dg_sys_info+:} false; then : 19602if test "${ac_cv_lib_dgc_dg_sys_info+set}" = set; then :
19613 $as_echo_n "(cached) " >&6 19603 $as_echo_n "(cached) " >&6
19614else 19604else
19615 ac_check_lib_save_LIBS=$LIBS 19605 ac_check_lib_save_LIBS=$LIBS
@@ -19643,7 +19633,7 @@ LIBS=$ac_check_lib_save_LIBS
19643fi 19633fi
19644{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dgc_dg_sys_info" >&5 19634{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dgc_dg_sys_info" >&5
19645$as_echo "$ac_cv_lib_dgc_dg_sys_info" >&6; } 19635$as_echo "$ac_cv_lib_dgc_dg_sys_info" >&6; }
19646if test "x$ac_cv_lib_dgc_dg_sys_info" = xyes; then : 19636if test "x$ac_cv_lib_dgc_dg_sys_info" = x""yes; then :
19647 cat >>confdefs.h <<_ACEOF 19637 cat >>confdefs.h <<_ACEOF
19648#define HAVE_LIBDGC 1 19638#define HAVE_LIBDGC 1
19649_ACEOF 19639_ACEOF
@@ -19673,7 +19663,7 @@ LIBS=$gl_save_LIBS
19673for ac_header in sys/loadavg.h 19663for ac_header in sys/loadavg.h
19674do : 19664do :
19675 ac_fn_c_check_header_mongrel "$LINENO" "sys/loadavg.h" "ac_cv_header_sys_loadavg_h" "$ac_includes_default" 19665 ac_fn_c_check_header_mongrel "$LINENO" "sys/loadavg.h" "ac_cv_header_sys_loadavg_h" "$ac_includes_default"
19676if test "x$ac_cv_header_sys_loadavg_h" = xyes; then : 19666if test "x$ac_cv_header_sys_loadavg_h" = x""yes; then :
19677 cat >>confdefs.h <<_ACEOF 19667 cat >>confdefs.h <<_ACEOF
19678#define HAVE_SYS_LOADAVG_H 1 19668#define HAVE_SYS_LOADAVG_H 1
19679_ACEOF 19669_ACEOF
@@ -19692,7 +19682,7 @@ ac_fn_c_check_decl "$LINENO" "getloadavg" "ac_cv_have_decl_getloadavg" "#if HAVE
19692 #endif 19682 #endif
19693 #include <stdlib.h> 19683 #include <stdlib.h>
19694" 19684"
19695if test "x$ac_cv_have_decl_getloadavg" = xyes; then : 19685if test "x$ac_cv_have_decl_getloadavg" = x""yes; then :
19696 19686
19697else 19687else
19698 HAVE_DECL_GETLOADAVG=0 19688 HAVE_DECL_GETLOADAVG=0
@@ -19718,7 +19708,7 @@ if test $gl_func_getloadavg_done = no; then
19718 for ac_func in pstat_getdynamic 19708 for ac_func in pstat_getdynamic
19719do : 19709do :
19720 ac_fn_c_check_func "$LINENO" "pstat_getdynamic" "ac_cv_func_pstat_getdynamic" 19710 ac_fn_c_check_func "$LINENO" "pstat_getdynamic" "ac_cv_func_pstat_getdynamic"
19721if test "x$ac_cv_func_pstat_getdynamic" = xyes; then : 19711if test "x$ac_cv_func_pstat_getdynamic" = x""yes; then :
19722 cat >>confdefs.h <<_ACEOF 19712 cat >>confdefs.h <<_ACEOF
19723#define HAVE_PSTAT_GETDYNAMIC 1 19713#define HAVE_PSTAT_GETDYNAMIC 1
19724_ACEOF 19714_ACEOF
@@ -19741,7 +19731,7 @@ fi
19741 19731
19742if test $gl_func_getloadavg_done = no; then 19732if test $gl_func_getloadavg_done = no; then
19743 ac_fn_c_check_header_mongrel "$LINENO" "inq_stats/cpustats.h" "ac_cv_header_inq_stats_cpustats_h" "$ac_includes_default" 19733 ac_fn_c_check_header_mongrel "$LINENO" "inq_stats/cpustats.h" "ac_cv_header_inq_stats_cpustats_h" "$ac_includes_default"
19744if test "x$ac_cv_header_inq_stats_cpustats_h" = xyes; then : 19734if test "x$ac_cv_header_inq_stats_cpustats_h" = x""yes; then :
19745 gl_func_getloadavg_done=yes 19735 gl_func_getloadavg_done=yes
19746 19736
19747$as_echo "#define UMAX 1" >>confdefs.h 19737$as_echo "#define UMAX 1" >>confdefs.h
@@ -19756,7 +19746,7 @@ fi
19756 19746
19757if test $gl_func_getloadavg_done = no; then 19747if test $gl_func_getloadavg_done = no; then
19758 ac_fn_c_check_header_mongrel "$LINENO" "sys/cpustats.h" "ac_cv_header_sys_cpustats_h" "$ac_includes_default" 19748 ac_fn_c_check_header_mongrel "$LINENO" "sys/cpustats.h" "ac_cv_header_sys_cpustats_h" "$ac_includes_default"
19759if test "x$ac_cv_header_sys_cpustats_h" = xyes; then : 19749if test "x$ac_cv_header_sys_cpustats_h" = x""yes; then :
19760 gl_func_getloadavg_done=yes; $as_echo "#define UMAX 1" >>confdefs.h 19750 gl_func_getloadavg_done=yes; $as_echo "#define UMAX 1" >>confdefs.h
19761 19751
19762fi 19752fi
@@ -19768,7 +19758,7 @@ if test $gl_func_getloadavg_done = no; then
19768 for ac_header in mach/mach.h 19758 for ac_header in mach/mach.h
19769do : 19759do :
19770 ac_fn_c_check_header_mongrel "$LINENO" "mach/mach.h" "ac_cv_header_mach_mach_h" "$ac_includes_default" 19760 ac_fn_c_check_header_mongrel "$LINENO" "mach/mach.h" "ac_cv_header_mach_mach_h" "$ac_includes_default"
19771if test "x$ac_cv_header_mach_mach_h" = xyes; then : 19761if test "x$ac_cv_header_mach_mach_h" = x""yes; then :
19772 cat >>confdefs.h <<_ACEOF 19762 cat >>confdefs.h <<_ACEOF
19773#define HAVE_MACH_MACH_H 1 19763#define HAVE_MACH_MACH_H 1
19774_ACEOF 19764_ACEOF
@@ -19782,13 +19772,13 @@ fi
19782for ac_header in nlist.h 19772for ac_header in nlist.h
19783do : 19773do :
19784 ac_fn_c_check_header_mongrel "$LINENO" "nlist.h" "ac_cv_header_nlist_h" "$ac_includes_default" 19774 ac_fn_c_check_header_mongrel "$LINENO" "nlist.h" "ac_cv_header_nlist_h" "$ac_includes_default"
19785if test "x$ac_cv_header_nlist_h" = xyes; then : 19775if test "x$ac_cv_header_nlist_h" = x""yes; then :
19786 cat >>confdefs.h <<_ACEOF 19776 cat >>confdefs.h <<_ACEOF
19787#define HAVE_NLIST_H 1 19777#define HAVE_NLIST_H 1
19788_ACEOF 19778_ACEOF
19789 ac_fn_c_check_member "$LINENO" "struct nlist" "n_un.n_name" "ac_cv_member_struct_nlist_n_un_n_name" "#include <nlist.h> 19779 ac_fn_c_check_member "$LINENO" "struct nlist" "n_un.n_name" "ac_cv_member_struct_nlist_n_un_n_name" "#include <nlist.h>
19790" 19780"
19791if test "x$ac_cv_member_struct_nlist_n_un_n_name" = xyes; then : 19781if test "x$ac_cv_member_struct_nlist_n_un_n_name" = x""yes; then :
19792 19782
19793cat >>confdefs.h <<_ACEOF 19783cat >>confdefs.h <<_ACEOF
19794#define HAVE_STRUCT_NLIST_N_UN_N_NAME 1 19784#define HAVE_STRUCT_NLIST_N_UN_N_NAME 1
@@ -19973,7 +19963,7 @@ fi
19973 fi 19963 fi
19974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mktime" >&5 19964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mktime" >&5
19975$as_echo_n "checking for working mktime... " >&6; } 19965$as_echo_n "checking for working mktime... " >&6; }
19976if ${gl_cv_func_working_mktime+:} false; then : 19966if test "${gl_cv_func_working_mktime+set}" = set; then :
19977 $as_echo_n "(cached) " >&6 19967 $as_echo_n "(cached) " >&6
19978else 19968else
19979 if test "$cross_compiling" = yes; then : 19969 if test "$cross_compiling" = yes; then :
@@ -20241,7 +20231,7 @@ fi
20241 if test -z "$LIB_PTHREAD_SIGMASK"; then 20231 if test -z "$LIB_PTHREAD_SIGMASK"; then
20242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthread_sigmask works without -lpthread" >&5 20232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthread_sigmask works without -lpthread" >&5
20243$as_echo_n "checking whether pthread_sigmask works without -lpthread... " >&6; } 20233$as_echo_n "checking whether pthread_sigmask works without -lpthread... " >&6; }
20244if ${gl_cv_func_pthread_sigmask_in_libc_works+:} false; then : 20234if test "${gl_cv_func_pthread_sigmask_in_libc_works+set}" = set; then :
20245 $as_echo_n "(cached) " >&6 20235 $as_echo_n "(cached) " >&6
20246else 20236else
20247 20237
@@ -20293,7 +20283,7 @@ $as_echo "#define PTHREAD_SIGMASK_INEFFECTIVE 1" >>confdefs.h
20293 20283
20294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthread_sigmask returns error numbers" >&5 20284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthread_sigmask returns error numbers" >&5
20295$as_echo_n "checking whether pthread_sigmask returns error numbers... " >&6; } 20285$as_echo_n "checking whether pthread_sigmask returns error numbers... " >&6; }
20296if ${gl_cv_func_pthread_sigmask_return_works+:} false; then : 20286if test "${gl_cv_func_pthread_sigmask_return_works+set}" = set; then :
20297 $as_echo_n "(cached) " >&6 20287 $as_echo_n "(cached) " >&6
20298else 20288else
20299 20289
@@ -20348,7 +20338,7 @@ $as_echo "#define PTHREAD_SIGMASK_FAILS_WITH_ERRNO 1" >>confdefs.h
20348 20338
20349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthread_sigmask unblocks signals correctly" >&5 20339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthread_sigmask unblocks signals correctly" >&5
20350$as_echo_n "checking whether pthread_sigmask unblocks signals correctly... " >&6; } 20340$as_echo_n "checking whether pthread_sigmask unblocks signals correctly... " >&6; }
20351if ${gl_cv_func_pthread_sigmask_unblock_works+:} false; then : 20341if test "${gl_cv_func_pthread_sigmask_unblock_works+set}" = set; then :
20352 $as_echo_n "(cached) " >&6 20342 $as_echo_n "(cached) " >&6
20353else 20343else
20354 20344
@@ -20462,7 +20452,7 @@ fi
20462 else 20452 else
20463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether readlink signature is correct" >&5 20453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether readlink signature is correct" >&5
20464$as_echo_n "checking whether readlink signature is correct... " >&6; } 20454$as_echo_n "checking whether readlink signature is correct... " >&6; }
20465if ${gl_cv_decl_readlink_works+:} false; then : 20455if test "${gl_cv_decl_readlink_works+set}" = set; then :
20466 $as_echo_n "(cached) " >&6 20456 $as_echo_n "(cached) " >&6
20467else 20457else
20468 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 20458 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -20489,7 +20479,7 @@ fi
20489$as_echo "$gl_cv_decl_readlink_works" >&6; } 20479$as_echo "$gl_cv_decl_readlink_works" >&6; }
20490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether readlink handles trailing slash correctly" >&5 20480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether readlink handles trailing slash correctly" >&5
20491$as_echo_n "checking whether readlink handles trailing slash correctly... " >&6; } 20481$as_echo_n "checking whether readlink handles trailing slash correctly... " >&6; }
20492if ${gl_cv_func_readlink_works+:} false; then : 20482if test "${gl_cv_func_readlink_works+set}" = set; then :
20493 $as_echo_n "(cached) " >&6 20483 $as_echo_n "(cached) " >&6
20494else 20484else
20495 # We have readlink, so assume ln -s works. 20485 # We have readlink, so assume ln -s works.
@@ -20576,7 +20566,7 @@ fi
20576 else 20566 else
20577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <signal.h>" >&5 20567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <signal.h>" >&5
20578$as_echo_n "checking absolute name of <signal.h>... " >&6; } 20568$as_echo_n "checking absolute name of <signal.h>... " >&6; }
20579if ${gl_cv_next_signal_h+:} false; then : 20569if test "${gl_cv_next_signal_h+set}" = set; then :
20580 $as_echo_n "(cached) " >&6 20570 $as_echo_n "(cached) " >&6
20581else 20571else
20582 20572
@@ -20623,7 +20613,7 @@ $as_echo "$gl_cv_next_signal_h" >&6; }
20623#include <signal.h> 20613#include <signal.h>
20624 20614
20625" 20615"
20626if test "x$ac_cv_type_volatile_sig_atomic_t" = xyes; then : 20616if test "x$ac_cv_type_volatile_sig_atomic_t" = x""yes; then :
20627 20617
20628else 20618else
20629 HAVE_TYPE_VOLATILE_SIG_ATOMIC_T=0 20619 HAVE_TYPE_VOLATILE_SIG_ATOMIC_T=0
@@ -20637,7 +20627,7 @@ fi
20637#include <signal.h> 20627#include <signal.h>
20638 20628
20639" 20629"
20640if test "x$ac_cv_type_sighandler_t" = xyes; then : 20630if test "x$ac_cv_type_sighandler_t" = x""yes; then :
20641 20631
20642else 20632else
20643 HAVE_SIGHANDLER_T=0 20633 HAVE_SIGHANDLER_T=0
@@ -20658,12 +20648,12 @@ fi
20658#endif 20648#endif
20659 20649
20660" 20650"
20661if test "x$ac_cv_type_socklen_t" = xyes; then : 20651if test "x$ac_cv_type_socklen_t" = x""yes; then :
20662 20652
20663else 20653else
20664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for socklen_t equivalent" >&5 20654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for socklen_t equivalent" >&5
20665$as_echo_n "checking for socklen_t equivalent... " >&6; } 20655$as_echo_n "checking for socklen_t equivalent... " >&6; }
20666 if ${gl_cv_socklen_t_equiv+:} false; then : 20656 if test "${gl_cv_socklen_t_equiv+set}" = set; then :
20667 $as_echo_n "(cached) " >&6 20657 $as_echo_n "(cached) " >&6
20668else 20658else
20669 # Systems have either "struct sockaddr *" or 20659 # Systems have either "struct sockaddr *" or
@@ -20698,7 +20688,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20698fi 20688fi
20699 20689
20700 if test "$gl_cv_socklen_t_equiv" = ""; then 20690 if test "$gl_cv_socklen_t_equiv" = ""; then
20701 as_fn_error $? "Cannot find a type to use in place of socklen_t" "$LINENO" 5 20691 as_fn_error "Cannot find a type to use in place of socklen_t" "$LINENO" 5
20702 fi 20692 fi
20703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_socklen_t_equiv" >&5 20693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_socklen_t_equiv" >&5
20704$as_echo "$gl_cv_socklen_t_equiv" >&6; } 20694$as_echo "$gl_cv_socklen_t_equiv" >&6; }
@@ -20712,7 +20702,7 @@ fi
20712 20702
20713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ssize_t" >&5 20703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ssize_t" >&5
20714$as_echo_n "checking for ssize_t... " >&6; } 20704$as_echo_n "checking for ssize_t... " >&6; }
20715if ${gt_cv_ssize_t+:} false; then : 20705if test "${gt_cv_ssize_t+set}" = set; then :
20716 $as_echo_n "(cached) " >&6 20706 $as_echo_n "(cached) " >&6
20717else 20707else
20718 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 20708 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -20747,7 +20737,7 @@ $as_echo "#define ssize_t int" >>confdefs.h
20747 NEXT_STDARG_H='<stdarg.h>' 20737 NEXT_STDARG_H='<stdarg.h>'
20748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for va_copy" >&5 20738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for va_copy" >&5
20749$as_echo_n "checking for va_copy... " >&6; } 20739$as_echo_n "checking for va_copy... " >&6; }
20750 if ${gl_cv_func_va_copy+:} false; then : 20740 if test "${gl_cv_func_va_copy+set}" = set; then :
20751 $as_echo_n "(cached) " >&6 20741 $as_echo_n "(cached) " >&6
20752else 20742else
20753 20743
@@ -20807,7 +20797,7 @@ rm -f conftest*
20807 else 20797 else
20808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdarg.h>" >&5 20798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdarg.h>" >&5
20809$as_echo_n "checking absolute name of <stdarg.h>... " >&6; } 20799$as_echo_n "checking absolute name of <stdarg.h>... " >&6; }
20810if ${gl_cv_next_stdarg_h+:} false; then : 20800if test "${gl_cv_next_stdarg_h+set}" = set; then :
20811 $as_echo_n "(cached) " >&6 20801 $as_echo_n "(cached) " >&6
20812else 20802else
20813 20803
@@ -20855,7 +20845,7 @@ $as_echo "$gl_cv_next_stdarg_h" >&6; }
20855 20845
20856 saved_as_echo_n="$as_echo_n" 20846 saved_as_echo_n="$as_echo_n"
20857 as_echo_n=':' 20847 as_echo_n=':'
20858 if ${gl_cv_func___va_copy+:} false; then : 20848 if test "${gl_cv_func___va_copy+set}" = set; then :
20859 $as_echo_n "(cached) " >&6 20849 $as_echo_n "(cached) " >&6
20860else 20850else
20861 20851
@@ -20944,7 +20934,7 @@ fi
20944 fi 20934 fi
20945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NULL can be used in arbitrary expressions" >&5 20935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NULL can be used in arbitrary expressions" >&5
20946$as_echo_n "checking whether NULL can be used in arbitrary expressions... " >&6; } 20936$as_echo_n "checking whether NULL can be used in arbitrary expressions... " >&6; }
20947if ${gl_cv_decl_null_works+:} false; then : 20937if test "${gl_cv_decl_null_works+set}" = set; then :
20948 $as_echo_n "(cached) " >&6 20938 $as_echo_n "(cached) " >&6
20949else 20939else
20950 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 20940 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -20996,7 +20986,7 @@ fi
20996 else 20986 else
20997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stddef.h>" >&5 20987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stddef.h>" >&5
20998$as_echo_n "checking absolute name of <stddef.h>... " >&6; } 20988$as_echo_n "checking absolute name of <stddef.h>... " >&6; }
20999if ${gl_cv_next_stddef_h+:} false; then : 20989if test "${gl_cv_next_stddef_h+set}" = set; then :
21000 $as_echo_n "(cached) " >&6 20990 $as_echo_n "(cached) " >&6
21001else 20991else
21002 20992
@@ -21055,7 +21045,7 @@ $as_echo "$gl_cv_next_stddef_h" >&6; }
21055 else 21045 else
21056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdio.h>" >&5 21046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdio.h>" >&5
21057$as_echo_n "checking absolute name of <stdio.h>... " >&6; } 21047$as_echo_n "checking absolute name of <stdio.h>... " >&6; }
21058if ${gl_cv_next_stdio_h+:} false; then : 21048if test "${gl_cv_next_stdio_h+set}" = set; then :
21059 $as_echo_n "(cached) " >&6 21049 $as_echo_n "(cached) " >&6
21060else 21050else
21061 21051
@@ -21136,7 +21126,7 @@ $as_echo "$gl_cv_next_stdio_h" >&6; }
21136 else 21126 else
21137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdlib.h>" >&5 21127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdlib.h>" >&5
21138$as_echo_n "checking absolute name of <stdlib.h>... " >&6; } 21128$as_echo_n "checking absolute name of <stdlib.h>... " >&6; }
21139if ${gl_cv_next_stdlib_h+:} false; then : 21129if test "${gl_cv_next_stdlib_h+set}" = set; then :
21140 $as_echo_n "(cached) " >&6 21130 $as_echo_n "(cached) " >&6
21141else 21131else
21142 21132
@@ -21215,7 +21205,7 @@ if test $ac_cv_func_strtoimax = no; then
21215 21205
21216 21206
21217 ac_fn_c_check_decl "$LINENO" "strtoll" "ac_cv_have_decl_strtoll" "$ac_includes_default" 21207 ac_fn_c_check_decl "$LINENO" "strtoll" "ac_cv_have_decl_strtoll" "$ac_includes_default"
21218if test "x$ac_cv_have_decl_strtoll" = xyes; then : 21208if test "x$ac_cv_have_decl_strtoll" = x""yes; then :
21219 ac_have_decl=1 21209 ac_have_decl=1
21220else 21210else
21221 ac_have_decl=0 21211 ac_have_decl=0
@@ -21260,7 +21250,7 @@ if test $ac_cv_func_strtoumax = no; then
21260 21250
21261 21251
21262 ac_fn_c_check_decl "$LINENO" "strtoull" "ac_cv_have_decl_strtoull" "$ac_includes_default" 21252 ac_fn_c_check_decl "$LINENO" "strtoull" "ac_cv_have_decl_strtoull" "$ac_includes_default"
21263if test "x$ac_cv_have_decl_strtoull" = xyes; then : 21253if test "x$ac_cv_have_decl_strtoull" = x""yes; then :
21264 ac_have_decl=1 21254 ac_have_decl=1
21265else 21255else
21266 ac_have_decl=0 21256 ac_have_decl=0
@@ -21291,7 +21281,7 @@ fi
21291 else 21281 else
21292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether symlink handles trailing slash correctly" >&5 21282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether symlink handles trailing slash correctly" >&5
21293$as_echo_n "checking whether symlink handles trailing slash correctly... " >&6; } 21283$as_echo_n "checking whether symlink handles trailing slash correctly... " >&6; }
21294if ${gl_cv_func_symlink_works+:} false; then : 21284if test "${gl_cv_func_symlink_works+set}" = set; then :
21295 $as_echo_n "(cached) " >&6 21285 $as_echo_n "(cached) " >&6
21296else 21286else
21297 if test "$cross_compiling" = yes; then : 21287 if test "$cross_compiling" = yes; then :
@@ -21379,7 +21369,7 @@ fi
21379 else 21369 else
21380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <sys/stat.h>" >&5 21370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <sys/stat.h>" >&5
21381$as_echo_n "checking absolute name of <sys/stat.h>... " >&6; } 21371$as_echo_n "checking absolute name of <sys/stat.h>... " >&6; }
21382if ${gl_cv_next_sys_stat_h+:} false; then : 21372if test "${gl_cv_next_sys_stat_h+set}" = set; then :
21383 $as_echo_n "(cached) " >&6 21373 $as_echo_n "(cached) " >&6
21384else 21374else
21385 21375
@@ -21429,7 +21419,7 @@ $as_echo "$gl_cv_next_sys_stat_h" >&6; }
21429 ac_fn_c_check_type "$LINENO" "nlink_t" "ac_cv_type_nlink_t" "#include <sys/types.h> 21419 ac_fn_c_check_type "$LINENO" "nlink_t" "ac_cv_type_nlink_t" "#include <sys/types.h>
21430 #include <sys/stat.h> 21420 #include <sys/stat.h>
21431" 21421"
21432if test "x$ac_cv_type_nlink_t" = xyes; then : 21422if test "x$ac_cv_type_nlink_t" = x""yes; then :
21433 21423
21434else 21424else
21435 21425
@@ -21460,7 +21450,7 @@ fi
21460 HAVE_LOCALTIME_R=1 21450 HAVE_LOCALTIME_R=1
21461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime_r is compatible with its POSIX signature" >&5 21451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime_r is compatible with its POSIX signature" >&5
21462$as_echo_n "checking whether localtime_r is compatible with its POSIX signature... " >&6; } 21452$as_echo_n "checking whether localtime_r is compatible with its POSIX signature... " >&6; }
21463if ${gl_cv_time_r_posix+:} false; then : 21453if test "${gl_cv_time_r_posix+set}" = set; then :
21464 $as_echo_n "(cached) " >&6 21454 $as_echo_n "(cached) " >&6
21465else 21455else
21466 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 21456 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -21546,7 +21536,7 @@ fi
21546 else 21536 else
21547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <unistd.h>" >&5 21537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <unistd.h>" >&5
21548$as_echo_n "checking absolute name of <unistd.h>... " >&6; } 21538$as_echo_n "checking absolute name of <unistd.h>... " >&6; }
21549if ${gl_cv_next_unistd_h+:} false; then : 21539if test "${gl_cv_next_unistd_h+set}" = set; then :
21550 $as_echo_n "(cached) " >&6 21540 $as_echo_n "(cached) " >&6
21551else 21541else
21552 21542
@@ -21630,7 +21620,7 @@ $as_echo "$gl_cv_next_unistd_h" >&6; }
21630 21620
21631 if test $gl_cv_type_sigset_t = yes; then 21621 if test $gl_cv_type_sigset_t = yes; then
21632 ac_fn_c_check_func "$LINENO" "sigprocmask" "ac_cv_func_sigprocmask" 21622 ac_fn_c_check_func "$LINENO" "sigprocmask" "ac_cv_func_sigprocmask"
21633if test "x$ac_cv_func_sigprocmask" = xyes; then : 21623if test "x$ac_cv_func_sigprocmask" = x""yes; then :
21634 gl_cv_func_sigprocmask=1 21624 gl_cv_func_sigprocmask=1
21635fi 21625fi
21636 21626
@@ -21674,7 +21664,7 @@ fi
21674 21664
21675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat handles trailing slashes on directories" >&5 21665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat handles trailing slashes on directories" >&5
21676$as_echo_n "checking whether stat handles trailing slashes on directories... " >&6; } 21666$as_echo_n "checking whether stat handles trailing slashes on directories... " >&6; }
21677if ${gl_cv_func_stat_dir_slash+:} false; then : 21667if test "${gl_cv_func_stat_dir_slash+set}" = set; then :
21678 $as_echo_n "(cached) " >&6 21668 $as_echo_n "(cached) " >&6
21679else 21669else
21680 if test "$cross_compiling" = yes; then : 21670 if test "$cross_compiling" = yes; then :
@@ -21709,7 +21699,7 @@ fi
21709$as_echo "$gl_cv_func_stat_dir_slash" >&6; } 21699$as_echo "$gl_cv_func_stat_dir_slash" >&6; }
21710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat handles trailing slashes on files" >&5 21700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat handles trailing slashes on files" >&5
21711$as_echo_n "checking whether stat handles trailing slashes on files... " >&6; } 21701$as_echo_n "checking whether stat handles trailing slashes on files... " >&6; }
21712if ${gl_cv_func_stat_file_slash+:} false; then : 21702if test "${gl_cv_func_stat_file_slash+set}" = set; then :
21713 $as_echo_n "(cached) " >&6 21703 $as_echo_n "(cached) " >&6
21714else 21704else
21715 touch conftest.tmp 21705 touch conftest.tmp
@@ -21813,7 +21803,7 @@ fi
21813 for ac_func in strtoll 21803 for ac_func in strtoll
21814do : 21804do :
21815 ac_fn_c_check_func "$LINENO" "strtoll" "ac_cv_func_strtoll" 21805 ac_fn_c_check_func "$LINENO" "strtoll" "ac_cv_func_strtoll"
21816if test "x$ac_cv_func_strtoll" = xyes; then : 21806if test "x$ac_cv_func_strtoll" = x""yes; then :
21817 cat >>confdefs.h <<_ACEOF 21807 cat >>confdefs.h <<_ACEOF
21818#define HAVE_STRTOLL 1 21808#define HAVE_STRTOLL 1
21819_ACEOF 21809_ACEOF
@@ -21865,7 +21855,7 @@ fi
21865 for ac_func in strtoull 21855 for ac_func in strtoull
21866do : 21856do :
21867 ac_fn_c_check_func "$LINENO" "strtoull" "ac_cv_func_strtoull" 21857 ac_fn_c_check_func "$LINENO" "strtoull" "ac_cv_func_strtoull"
21868if test "x$ac_cv_func_strtoull" = xyes; then : 21858if test "x$ac_cv_func_strtoull" = x""yes; then :
21869 cat >>confdefs.h <<_ACEOF 21859 cat >>confdefs.h <<_ACEOF
21870#define HAVE_STRTOULL 1 21860#define HAVE_STRTOULL 1
21871_ACEOF 21861_ACEOF
@@ -22365,21 +22355,10 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
22365 :end' >>confcache 22355 :end' >>confcache
22366if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 22356if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
22367 if test -w "$cache_file"; then 22357 if test -w "$cache_file"; then
22368 if test "x$cache_file" != "x/dev/null"; then 22358 test "x$cache_file" != "x/dev/null" &&
22369 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 22359 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
22370$as_echo "$as_me: updating cache $cache_file" >&6;} 22360$as_echo "$as_me: updating cache $cache_file" >&6;}
22371 if test ! -f "$cache_file" || test -h "$cache_file"; then 22361 cat confcache >$cache_file
22372 cat confcache >"$cache_file"
22373 else
22374 case $cache_file in #(
22375 */* | ?:*)
22376 mv -f confcache "$cache_file"$$ &&
22377 mv -f "$cache_file"$$ "$cache_file" ;; #(
22378 *)
22379 mv -f confcache "$cache_file" ;;
22380 esac
22381 fi
22382 fi
22383 else 22362 else
22384 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 22363 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
22385$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} 22364$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
@@ -22395,7 +22374,6 @@ DEFS=-DHAVE_CONFIG_H
22395 22374
22396ac_libobjs= 22375ac_libobjs=
22397ac_ltlibobjs= 22376ac_ltlibobjs=
22398U=
22399for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 22377for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
22400 # 1. Remove the extension, and $U if already installed. 22378 # 1. Remove the extension, and $U if already installed.
22401 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 22379 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
@@ -22419,65 +22397,65 @@ else
22419fi 22397fi
22420 22398
22421if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then 22399if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
22422 as_fn_error $? "conditional \"AMDEP\" was never defined. 22400 as_fn_error "conditional \"AMDEP\" was never defined.
22423Usually this means the macro was only invoked conditionally." "$LINENO" 5 22401Usually this means the macro was only invoked conditionally." "$LINENO" 5
22424fi 22402fi
22425if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then 22403if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
22426 as_fn_error $? "conditional \"am__fastdepCC\" was never defined. 22404 as_fn_error "conditional \"am__fastdepCC\" was never defined.
22427Usually this means the macro was only invoked conditionally." "$LINENO" 5 22405Usually this means the macro was only invoked conditionally." "$LINENO" 5
22428fi 22406fi
22429 22407
22430if test -z "${GL_COND_LIBTOOL_TRUE}" && test -z "${GL_COND_LIBTOOL_FALSE}"; then 22408if test -z "${GL_COND_LIBTOOL_TRUE}" && test -z "${GL_COND_LIBTOOL_FALSE}"; then
22431 as_fn_error $? "conditional \"GL_COND_LIBTOOL\" was never defined. 22409 as_fn_error "conditional \"GL_COND_LIBTOOL\" was never defined.
22432Usually this means the macro was only invoked conditionally." "$LINENO" 5 22410Usually this means the macro was only invoked conditionally." "$LINENO" 5
22433fi 22411fi
22434if test -z "${GL_GENERATE_ALLOCA_H_TRUE}" && test -z "${GL_GENERATE_ALLOCA_H_FALSE}"; then 22412if test -z "${GL_GENERATE_ALLOCA_H_TRUE}" && test -z "${GL_GENERATE_ALLOCA_H_FALSE}"; then
22435 as_fn_error $? "conditional \"GL_GENERATE_ALLOCA_H\" was never defined. 22413 as_fn_error "conditional \"GL_GENERATE_ALLOCA_H\" was never defined.
22436Usually this means the macro was only invoked conditionally." "$LINENO" 5 22414Usually this means the macro was only invoked conditionally." "$LINENO" 5
22437fi 22415fi
22438 22416
22439if test -z "${GL_GENERATE_STDINT_H_TRUE}" && test -z "${GL_GENERATE_STDINT_H_FALSE}"; then 22417if test -z "${GL_GENERATE_STDINT_H_TRUE}" && test -z "${GL_GENERATE_STDINT_H_FALSE}"; then
22440 as_fn_error $? "conditional \"GL_GENERATE_STDINT_H\" was never defined. 22418 as_fn_error "conditional \"GL_GENERATE_STDINT_H\" was never defined.
22441Usually this means the macro was only invoked conditionally." "$LINENO" 5 22419Usually this means the macro was only invoked conditionally." "$LINENO" 5
22442fi 22420fi
22443if test -z "${GL_GENERATE_STDARG_H_TRUE}" && test -z "${GL_GENERATE_STDARG_H_FALSE}"; then 22421if test -z "${GL_GENERATE_STDARG_H_TRUE}" && test -z "${GL_GENERATE_STDARG_H_FALSE}"; then
22444 as_fn_error $? "conditional \"GL_GENERATE_STDARG_H\" was never defined. 22422 as_fn_error "conditional \"GL_GENERATE_STDARG_H\" was never defined.
22445Usually this means the macro was only invoked conditionally." "$LINENO" 5 22423Usually this means the macro was only invoked conditionally." "$LINENO" 5
22446fi 22424fi
22447if test -z "${GL_GENERATE_STDBOOL_H_TRUE}" && test -z "${GL_GENERATE_STDBOOL_H_FALSE}"; then 22425if test -z "${GL_GENERATE_STDBOOL_H_TRUE}" && test -z "${GL_GENERATE_STDBOOL_H_FALSE}"; then
22448 as_fn_error $? "conditional \"GL_GENERATE_STDBOOL_H\" was never defined. 22426 as_fn_error "conditional \"GL_GENERATE_STDBOOL_H\" was never defined.
22449Usually this means the macro was only invoked conditionally." "$LINENO" 5 22427Usually this means the macro was only invoked conditionally." "$LINENO" 5
22450fi 22428fi
22451if test -z "${GL_GENERATE_STDDEF_H_TRUE}" && test -z "${GL_GENERATE_STDDEF_H_FALSE}"; then 22429if test -z "${GL_GENERATE_STDDEF_H_TRUE}" && test -z "${GL_GENERATE_STDDEF_H_FALSE}"; then
22452 as_fn_error $? "conditional \"GL_GENERATE_STDDEF_H\" was never defined. 22430 as_fn_error "conditional \"GL_GENERATE_STDDEF_H\" was never defined.
22453Usually this means the macro was only invoked conditionally." "$LINENO" 5 22431Usually this means the macro was only invoked conditionally." "$LINENO" 5
22454fi 22432fi
22455if test -z "${gl_GNULIB_ENABLED_dosname_TRUE}" && test -z "${gl_GNULIB_ENABLED_dosname_FALSE}"; then 22433if test -z "${gl_GNULIB_ENABLED_dosname_TRUE}" && test -z "${gl_GNULIB_ENABLED_dosname_FALSE}"; then
22456 as_fn_error $? "conditional \"gl_GNULIB_ENABLED_dosname\" was never defined. 22434 as_fn_error "conditional \"gl_GNULIB_ENABLED_dosname\" was never defined.
22457Usually this means the macro was only invoked conditionally." "$LINENO" 5 22435Usually this means the macro was only invoked conditionally." "$LINENO" 5
22458fi 22436fi
22459if test -z "${gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_TRUE}" && test -z "${gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_FALSE}"; then 22437if test -z "${gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_TRUE}" && test -z "${gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_FALSE}"; then
22460 as_fn_error $? "conditional \"gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36\" was never defined. 22438 as_fn_error "conditional \"gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36\" was never defined.
22461Usually this means the macro was only invoked conditionally." "$LINENO" 5 22439Usually this means the macro was only invoked conditionally." "$LINENO" 5
22462fi 22440fi
22463if test -z "${gl_GNULIB_ENABLED_sigprocmask_TRUE}" && test -z "${gl_GNULIB_ENABLED_sigprocmask_FALSE}"; then 22441if test -z "${gl_GNULIB_ENABLED_sigprocmask_TRUE}" && test -z "${gl_GNULIB_ENABLED_sigprocmask_FALSE}"; then
22464 as_fn_error $? "conditional \"gl_GNULIB_ENABLED_sigprocmask\" was never defined. 22442 as_fn_error "conditional \"gl_GNULIB_ENABLED_sigprocmask\" was never defined.
22465Usually this means the macro was only invoked conditionally." "$LINENO" 5 22443Usually this means the macro was only invoked conditionally." "$LINENO" 5
22466fi 22444fi
22467if test -z "${gl_GNULIB_ENABLED_stat_TRUE}" && test -z "${gl_GNULIB_ENABLED_stat_FALSE}"; then 22445if test -z "${gl_GNULIB_ENABLED_stat_TRUE}" && test -z "${gl_GNULIB_ENABLED_stat_FALSE}"; then
22468 as_fn_error $? "conditional \"gl_GNULIB_ENABLED_stat\" was never defined. 22446 as_fn_error "conditional \"gl_GNULIB_ENABLED_stat\" was never defined.
22469Usually this means the macro was only invoked conditionally." "$LINENO" 5 22447Usually this means the macro was only invoked conditionally." "$LINENO" 5
22470fi 22448fi
22471if test -z "${gl_GNULIB_ENABLED_strtoll_TRUE}" && test -z "${gl_GNULIB_ENABLED_strtoll_FALSE}"; then 22449if test -z "${gl_GNULIB_ENABLED_strtoll_TRUE}" && test -z "${gl_GNULIB_ENABLED_strtoll_FALSE}"; then
22472 as_fn_error $? "conditional \"gl_GNULIB_ENABLED_strtoll\" was never defined. 22450 as_fn_error "conditional \"gl_GNULIB_ENABLED_strtoll\" was never defined.
22473Usually this means the macro was only invoked conditionally." "$LINENO" 5 22451Usually this means the macro was only invoked conditionally." "$LINENO" 5
22474fi 22452fi
22475if test -z "${gl_GNULIB_ENABLED_strtoull_TRUE}" && test -z "${gl_GNULIB_ENABLED_strtoull_FALSE}"; then 22453if test -z "${gl_GNULIB_ENABLED_strtoull_TRUE}" && test -z "${gl_GNULIB_ENABLED_strtoull_FALSE}"; then
22476 as_fn_error $? "conditional \"gl_GNULIB_ENABLED_strtoull\" was never defined. 22454 as_fn_error "conditional \"gl_GNULIB_ENABLED_strtoull\" was never defined.
22477Usually this means the macro was only invoked conditionally." "$LINENO" 5 22455Usually this means the macro was only invoked conditionally." "$LINENO" 5
22478fi 22456fi
22479if test -z "${gl_GNULIB_ENABLED_verify_TRUE}" && test -z "${gl_GNULIB_ENABLED_verify_FALSE}"; then 22457if test -z "${gl_GNULIB_ENABLED_verify_TRUE}" && test -z "${gl_GNULIB_ENABLED_verify_FALSE}"; then
22480 as_fn_error $? "conditional \"gl_GNULIB_ENABLED_verify\" was never defined. 22458 as_fn_error "conditional \"gl_GNULIB_ENABLED_verify\" was never defined.
22481Usually this means the macro was only invoked conditionally." "$LINENO" 5 22459Usually this means the macro was only invoked conditionally." "$LINENO" 5
22482fi 22460fi
22483 22461
@@ -22513,7 +22491,7 @@ fi
22513 22491
22514 22492
22515 22493
22516: "${CONFIG_STATUS=./config.status}" 22494: ${CONFIG_STATUS=./config.status}
22517ac_write_fail=0 22495ac_write_fail=0
22518ac_clean_files_save=$ac_clean_files 22496ac_clean_files_save=$ac_clean_files
22519ac_clean_files="$ac_clean_files $CONFIG_STATUS" 22497ac_clean_files="$ac_clean_files $CONFIG_STATUS"
@@ -22614,7 +22592,6 @@ fi
22614IFS=" "" $as_nl" 22592IFS=" "" $as_nl"
22615 22593
22616# Find who we are. Look in the path if we contain no directory separator. 22594# Find who we are. Look in the path if we contain no directory separator.
22617as_myself=
22618case $0 in #(( 22595case $0 in #((
22619 *[\\/]* ) as_myself=$0 ;; 22596 *[\\/]* ) as_myself=$0 ;;
22620 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 22597 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -22660,19 +22637,19 @@ export LANGUAGE
22660(unset CDPATH) >/dev/null 2>&1 && unset CDPATH 22637(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
22661 22638
22662 22639
22663# as_fn_error STATUS ERROR [LINENO LOG_FD] 22640# as_fn_error ERROR [LINENO LOG_FD]
22664# ---------------------------------------- 22641# ---------------------------------
22665# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 22642# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
22666# provided, also output the error to LOG_FD, referencing LINENO. Then exit the 22643# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
22667# script with STATUS, using 1 if that was 0. 22644# script with status $?, using 1 if that was 0.
22668as_fn_error () 22645as_fn_error ()
22669{ 22646{
22670 as_status=$1; test $as_status -eq 0 && as_status=1 22647 as_status=$?; test $as_status -eq 0 && as_status=1
22671 if test "$4"; then 22648 if test "$3"; then
22672 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 22649 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
22673 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 22650 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
22674 fi 22651 fi
22675 $as_echo "$as_me: error: $2" >&2 22652 $as_echo "$as_me: error: $1" >&2
22676 as_fn_exit $as_status 22653 as_fn_exit $as_status
22677} # as_fn_error 22654} # as_fn_error
22678 22655
@@ -22868,7 +22845,7 @@ $as_echo X"$as_dir" |
22868 test -d "$as_dir" && break 22845 test -d "$as_dir" && break
22869 done 22846 done
22870 test -z "$as_dirs" || eval "mkdir $as_dirs" 22847 test -z "$as_dirs" || eval "mkdir $as_dirs"
22871 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" 22848 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
22872 22849
22873 22850
22874} # as_fn_mkdir_p 22851} # as_fn_mkdir_p
@@ -22922,7 +22899,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22922# values after options handling. 22899# values after options handling.
22923ac_log=" 22900ac_log="
22924This file was extended by emacs $as_me 24.0.50, which was 22901This file was extended by emacs $as_me 24.0.50, which was
22925generated by GNU Autoconf 2.68. Invocation command line was 22902generated by GNU Autoconf 2.65. Invocation command line was
22926 22903
22927 CONFIG_FILES = $CONFIG_FILES 22904 CONFIG_FILES = $CONFIG_FILES
22928 CONFIG_HEADERS = $CONFIG_HEADERS 22905 CONFIG_HEADERS = $CONFIG_HEADERS
@@ -22988,10 +22965,10 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22988ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 22965ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
22989ac_cs_version="\\ 22966ac_cs_version="\\
22990emacs config.status 24.0.50 22967emacs config.status 24.0.50
22991configured by $0, generated by GNU Autoconf 2.68, 22968configured by $0, generated by GNU Autoconf 2.65,
22992 with options \\"\$ac_cs_config\\" 22969 with options \\"\$ac_cs_config\\"
22993 22970
22994Copyright (C) 2010 Free Software Foundation, Inc. 22971Copyright (C) 2009 Free Software Foundation, Inc.
22995This config.status script is free software; the Free Software Foundation 22972This config.status script is free software; the Free Software Foundation
22996gives unlimited permission to copy, distribute and modify it." 22973gives unlimited permission to copy, distribute and modify it."
22997 22974
@@ -23009,16 +22986,11 @@ ac_need_defaults=:
23009while test $# != 0 22986while test $# != 0
23010do 22987do
23011 case $1 in 22988 case $1 in
23012 --*=?*) 22989 --*=*)
23013 ac_option=`expr "X$1" : 'X\([^=]*\)='` 22990 ac_option=`expr "X$1" : 'X\([^=]*\)='`
23014 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 22991 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
23015 ac_shift=: 22992 ac_shift=:
23016 ;; 22993 ;;
23017 --*=)
23018 ac_option=`expr "X$1" : 'X\([^=]*\)='`
23019 ac_optarg=
23020 ac_shift=:
23021 ;;
23022 *) 22994 *)
23023 ac_option=$1 22995 ac_option=$1
23024 ac_optarg=$2 22996 ac_optarg=$2
@@ -23040,7 +23012,6 @@ do
23040 $ac_shift 23012 $ac_shift
23041 case $ac_optarg in 23013 case $ac_optarg in
23042 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 23014 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
23043 '') as_fn_error $? "missing file argument" ;;
23044 esac 23015 esac
23045 as_fn_append CONFIG_FILES " '$ac_optarg'" 23016 as_fn_append CONFIG_FILES " '$ac_optarg'"
23046 ac_need_defaults=false;; 23017 ac_need_defaults=false;;
@@ -23053,7 +23024,7 @@ do
23053 ac_need_defaults=false;; 23024 ac_need_defaults=false;;
23054 --he | --h) 23025 --he | --h)
23055 # Conflict between --help and --header 23026 # Conflict between --help and --header
23056 as_fn_error $? "ambiguous option: \`$1' 23027 as_fn_error "ambiguous option: \`$1'
23057Try \`$0 --help' for more information.";; 23028Try \`$0 --help' for more information.";;
23058 --help | --hel | -h ) 23029 --help | --hel | -h )
23059 $as_echo "$ac_cs_usage"; exit ;; 23030 $as_echo "$ac_cs_usage"; exit ;;
@@ -23062,7 +23033,7 @@ Try \`$0 --help' for more information.";;
23062 ac_cs_silent=: ;; 23033 ac_cs_silent=: ;;
23063 23034
23064 # This is an error. 23035 # This is an error.
23065 -*) as_fn_error $? "unrecognized option: \`$1' 23036 -*) as_fn_error "unrecognized option: \`$1'
23066Try \`$0 --help' for more information." ;; 23037Try \`$0 --help' for more information." ;;
23067 23038
23068 *) as_fn_append ac_config_targets " $1" 23039 *) as_fn_append ac_config_targets " $1"
@@ -23136,7 +23107,7 @@ do
23136 "epaths") CONFIG_COMMANDS="$CONFIG_COMMANDS epaths" ;; 23107 "epaths") CONFIG_COMMANDS="$CONFIG_COMMANDS epaths" ;;
23137 "gdbinit") CONFIG_COMMANDS="$CONFIG_COMMANDS gdbinit" ;; 23108 "gdbinit") CONFIG_COMMANDS="$CONFIG_COMMANDS gdbinit" ;;
23138 23109
23139 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 23110 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
23140 esac 23111 esac
23141done 23112done
23142 23113
@@ -23159,10 +23130,9 @@ fi
23159# after its creation but before its name has been assigned to `$tmp'. 23130# after its creation but before its name has been assigned to `$tmp'.
23160$debug || 23131$debug ||
23161{ 23132{
23162 tmp= ac_tmp= 23133 tmp=
23163 trap 'exit_status=$? 23134 trap 'exit_status=$?
23164 : "${ac_tmp:=$tmp}" 23135 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
23165 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
23166' 0 23136' 0
23167 trap 'as_fn_exit 1' 1 2 13 15 23137 trap 'as_fn_exit 1' 1 2 13 15
23168} 23138}
@@ -23170,13 +23140,12 @@ $debug ||
23170 23140
23171{ 23141{
23172 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 23142 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
23173 test -d "$tmp" 23143 test -n "$tmp" && test -d "$tmp"
23174} || 23144} ||
23175{ 23145{
23176 tmp=./conf$$-$RANDOM 23146 tmp=./conf$$-$RANDOM
23177 (umask 077 && mkdir "$tmp") 23147 (umask 077 && mkdir "$tmp")
23178} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 23148} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
23179ac_tmp=$tmp
23180 23149
23181# Set up the scripts for CONFIG_FILES section. 23150# Set up the scripts for CONFIG_FILES section.
23182# No need to generate them if there are no CONFIG_FILES. 23151# No need to generate them if there are no CONFIG_FILES.
@@ -23210,24 +23179,24 @@ if test "x$ac_cr" = x; then
23210fi 23179fi
23211ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` 23180ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
23212if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then 23181if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
23213 ac_cs_awk_cr='\\r' 23182 ac_cs_awk_cr='\r'
23214else 23183else
23215 ac_cs_awk_cr=$ac_cr 23184 ac_cs_awk_cr=$ac_cr
23216fi 23185fi
23217 23186
23218echo 'BEGIN {' >"$ac_tmp/subs1.awk" && 23187echo 'BEGIN {' >"$tmp/subs1.awk" &&
23219_ACEOF 23188_ACEOF
23220 23189
23221# Create commands to substitute file output variables. 23190# Create commands to substitute file output variables.
23222{ 23191{
23223 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" && 23192 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
23224 echo 'cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&' && 23193 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
23225 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' && 23194 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
23226 echo "_ACAWK" && 23195 echo "_ACAWK" &&
23227 echo "_ACEOF" 23196 echo "_ACEOF"
23228} >conf$$files.sh && 23197} >conf$$files.sh &&
23229. ./conf$$files.sh || 23198. ./conf$$files.sh ||
23230 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 23199 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
23231rm -f conf$$files.sh 23200rm -f conf$$files.sh
23232 23201
23233{ 23202{
@@ -23235,18 +23204,18 @@ rm -f conf$$files.sh
23235 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && 23204 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
23236 echo "_ACEOF" 23205 echo "_ACEOF"
23237} >conf$$subs.sh || 23206} >conf$$subs.sh ||
23238 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 23207 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
23239ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` 23208ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
23240ac_delim='%!_!# ' 23209ac_delim='%!_!# '
23241for ac_last_try in false false false false false :; do 23210for ac_last_try in false false false false false :; do
23242 . ./conf$$subs.sh || 23211 . ./conf$$subs.sh ||
23243 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 23212 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
23244 23213
23245 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` 23214 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
23246 if test $ac_delim_n = $ac_delim_num; then 23215 if test $ac_delim_n = $ac_delim_num; then
23247 break 23216 break
23248 elif $ac_last_try; then 23217 elif $ac_last_try; then
23249 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 23218 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
23250 else 23219 else
23251 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 23220 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
23252 fi 23221 fi
@@ -23254,7 +23223,7 @@ done
23254rm -f conf$$subs.sh 23223rm -f conf$$subs.sh
23255 23224
23256cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 23225cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
23257cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && 23226cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
23258_ACEOF 23227_ACEOF
23259sed -n ' 23228sed -n '
23260h 23229h
@@ -23302,7 +23271,7 @@ t delim
23302rm -f conf$$subs.awk 23271rm -f conf$$subs.awk
23303cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 23272cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
23304_ACAWK 23273_ACAWK
23305cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && 23274cat >>"\$tmp/subs1.awk" <<_ACAWK &&
23306 for (key in S) S_is_set[key] = 1 23275 for (key in S) S_is_set[key] = 1
23307 FS = "" 23276 FS = ""
23308 \$ac_cs_awk_pipe_init 23277 \$ac_cs_awk_pipe_init
@@ -23340,29 +23309,21 @@ if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
23340 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 23309 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
23341else 23310else
23342 cat 23311 cat
23343fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ 23312fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
23344 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 23313 || as_fn_error "could not setup config files machinery" "$LINENO" 5
23345_ACEOF 23314_ACEOF
23346 23315
23347# VPATH may cause trouble with some makes, so we remove sole $(srcdir), 23316# VPATH may cause trouble with some makes, so we remove $(srcdir),
23348# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and 23317# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
23349# trailing colons and then remove the whole line if VPATH becomes empty 23318# trailing colons and then remove the whole line if VPATH becomes empty
23350# (actually we leave an empty line to preserve line numbers). 23319# (actually we leave an empty line to preserve line numbers).
23351if test "x$srcdir" = x.; then 23320if test "x$srcdir" = x.; then
23352 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ 23321 ac_vpsub='/^[ ]*VPATH[ ]*=/{
23353h 23322s/:*\$(srcdir):*/:/
23354s/// 23323s/:*\${srcdir}:*/:/
23355s/^/:/ 23324s/:*@srcdir@:*/:/
23356s/[ ]*$/:/ 23325s/^\([^=]*=[ ]*\):*/\1/
23357s/:\$(srcdir):/:/g
23358s/:\${srcdir}:/:/g
23359s/:@srcdir@:/:/g
23360s/^:*//
23361s/:*$// 23326s/:*$//
23362x
23363s/\(=[ ]*\).*/\1/
23364G
23365s/\n//
23366s/^[^=]*=[ ]*$// 23327s/^[^=]*=[ ]*$//
23367}' 23328}'
23368fi 23329fi
@@ -23374,7 +23335,7 @@ fi # test -n "$CONFIG_FILES"
23374# No need to generate them if there are no CONFIG_HEADERS. 23335# No need to generate them if there are no CONFIG_HEADERS.
23375# This happens for instance with `./config.status Makefile'. 23336# This happens for instance with `./config.status Makefile'.
23376if test -n "$CONFIG_HEADERS"; then 23337if test -n "$CONFIG_HEADERS"; then
23377cat >"$ac_tmp/defines.awk" <<\_ACAWK || 23338cat >"$tmp/defines.awk" <<\_ACAWK ||
23378BEGIN { 23339BEGIN {
23379_ACEOF 23340_ACEOF
23380 23341
@@ -23386,11 +23347,11 @@ _ACEOF
23386# handling of long lines. 23347# handling of long lines.
23387ac_delim='%!_!# ' 23348ac_delim='%!_!# '
23388for ac_last_try in false false :; do 23349for ac_last_try in false false :; do
23389 ac_tt=`sed -n "/$ac_delim/p" confdefs.h` 23350 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
23390 if test -z "$ac_tt"; then 23351 if test -z "$ac_t"; then
23391 break 23352 break
23392 elif $ac_last_try; then 23353 elif $ac_last_try; then
23393 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 23354 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
23394 else 23355 else
23395 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 23356 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
23396 fi 23357 fi
@@ -23475,7 +23436,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
23475_ACAWK 23436_ACAWK
23476_ACEOF 23437_ACEOF
23477cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 23438cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
23478 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 23439 as_fn_error "could not setup config headers machinery" "$LINENO" 5
23479fi # test -n "$CONFIG_HEADERS" 23440fi # test -n "$CONFIG_HEADERS"
23480 23441
23481 23442
@@ -23488,7 +23449,7 @@ do
23488 esac 23449 esac
23489 case $ac_mode$ac_tag in 23450 case $ac_mode$ac_tag in
23490 :[FHL]*:*);; 23451 :[FHL]*:*);;
23491 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; 23452 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
23492 :[FH]-) ac_tag=-:-;; 23453 :[FH]-) ac_tag=-:-;;
23493 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 23454 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
23494 esac 23455 esac
@@ -23507,7 +23468,7 @@ do
23507 for ac_f 23468 for ac_f
23508 do 23469 do
23509 case $ac_f in 23470 case $ac_f in
23510 -) ac_f="$ac_tmp/stdin";; 23471 -) ac_f="$tmp/stdin";;
23511 *) # Look for the file first in the build tree, then in the source tree 23472 *) # Look for the file first in the build tree, then in the source tree
23512 # (if the path is not absolute). The absolute path cannot be DOS-style, 23473 # (if the path is not absolute). The absolute path cannot be DOS-style,
23513 # because $ac_f cannot contain `:'. 23474 # because $ac_f cannot contain `:'.
@@ -23516,7 +23477,7 @@ do
23516 [\\/$]*) false;; 23477 [\\/$]*) false;;
23517 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 23478 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
23518 esac || 23479 esac ||
23519 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; 23480 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
23520 esac 23481 esac
23521 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 23482 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
23522 as_fn_append ac_file_inputs " '$ac_f'" 23483 as_fn_append ac_file_inputs " '$ac_f'"
@@ -23542,8 +23503,8 @@ $as_echo "$as_me: creating $ac_file" >&6;}
23542 esac 23503 esac
23543 23504
23544 case $ac_tag in 23505 case $ac_tag in
23545 *:-:* | *:-) cat >"$ac_tmp/stdin" \ 23506 *:-:* | *:-) cat >"$tmp/stdin" \
23546 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; 23507 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
23547 esac 23508 esac
23548 ;; 23509 ;;
23549 esac 23510 esac
@@ -23681,27 +23642,26 @@ $ac_datarootdir_hack
23681" 23642"
23682eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | 23643eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
23683if $ac_cs_awk_getline; then 23644if $ac_cs_awk_getline; then
23684 $AWK -f "$ac_tmp/subs.awk" 23645 $AWK -f "$tmp/subs.awk"
23685else 23646else
23686 $AWK -f "$ac_tmp/subs.awk" | $SHELL 23647 $AWK -f "$tmp/subs.awk" | $SHELL
23687fi \ 23648fi >$tmp/out \
23688 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 23649 || as_fn_error "could not create $ac_file" "$LINENO" 5
23689 23650
23690test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 23651test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
23691 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && 23652 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
23692 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ 23653 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
23693 "$ac_tmp/out"`; test -z "$ac_out"; } &&
23694 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' 23654 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
23695which seems to be undefined. Please make sure it is defined" >&5 23655which seems to be undefined. Please make sure it is defined." >&5
23696$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 23656$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
23697which seems to be undefined. Please make sure it is defined" >&2;} 23657which seems to be undefined. Please make sure it is defined." >&2;}
23698 23658
23699 rm -f "$ac_tmp/stdin" 23659 rm -f "$tmp/stdin"
23700 case $ac_file in 23660 case $ac_file in
23701 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; 23661 -) cat "$tmp/out" && rm -f "$tmp/out";;
23702 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; 23662 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
23703 esac \ 23663 esac \
23704 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 23664 || as_fn_error "could not create $ac_file" "$LINENO" 5
23705 ;; 23665 ;;
23706 :H) 23666 :H)
23707 # 23667 #
@@ -23710,21 +23670,21 @@ which seems to be undefined. Please make sure it is defined" >&2;}
23710 if test x"$ac_file" != x-; then 23670 if test x"$ac_file" != x-; then
23711 { 23671 {
23712 $as_echo "/* $configure_input */" \ 23672 $as_echo "/* $configure_input */" \
23713 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" 23673 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
23714 } >"$ac_tmp/config.h" \ 23674 } >"$tmp/config.h" \
23715 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 23675 || as_fn_error "could not create $ac_file" "$LINENO" 5
23716 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then 23676 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
23717 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 23677 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
23718$as_echo "$as_me: $ac_file is unchanged" >&6;} 23678$as_echo "$as_me: $ac_file is unchanged" >&6;}
23719 else 23679 else
23720 rm -f "$ac_file" 23680 rm -f "$ac_file"
23721 mv "$ac_tmp/config.h" "$ac_file" \ 23681 mv "$tmp/config.h" "$ac_file" \
23722 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 23682 || as_fn_error "could not create $ac_file" "$LINENO" 5
23723 fi 23683 fi
23724 else 23684 else
23725 $as_echo "/* $configure_input */" \ 23685 $as_echo "/* $configure_input */" \
23726 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ 23686 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
23727 || as_fn_error $? "could not create -" "$LINENO" 5 23687 || as_fn_error "could not create -" "$LINENO" 5
23728 fi 23688 fi
23729# Compute "$ac_file"'s index in $config_headers. 23689# Compute "$ac_file"'s index in $config_headers.
23730_am_arg="$ac_file" 23690_am_arg="$ac_file"
@@ -23889,7 +23849,7 @@ _ACEOF
23889ac_clean_files=$ac_clean_files_save 23849ac_clean_files=$ac_clean_files_save
23890 23850
23891test $ac_write_fail = 0 || 23851test $ac_write_fail = 0 ||
23892 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 23852 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
23893 23853
23894 23854
23895# configure is writing to config.log, and then calls config.status. 23855# configure is writing to config.log, and then calls config.status.
@@ -23910,7 +23870,7 @@ if test "$no_create" != yes; then
23910 exec 5>>config.log 23870 exec 5>>config.log
23911 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 23871 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
23912 # would make configure fail if this is the last instruction. 23872 # would make configure fail if this is the last instruction.
23913 $ac_cs_success || as_fn_exit 1 23873 $ac_cs_success || as_fn_exit $?
23914fi 23874fi
23915if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 23875if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
23916 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 23876 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5