diff options
| author | Glenn Morris | 2011-09-07 06:18:28 -0400 |
|---|---|---|
| committer | Glenn Morris | 2011-09-07 06:18:28 -0400 |
| commit | a9bec17c465bc95a3ff5790b6b40cb0e110b21a4 (patch) | |
| tree | ad85ab3ee11e87d0d652237b34f1a8c01958b596 | |
| parent | 0f054abcece17599955b8ee34b4f8d7eec134a70 (diff) | |
| download | emacs-a9bec17c465bc95a3ff5790b6b40cb0e110b21a4.tar.gz emacs-a9bec17c465bc95a3ff5790b6b40cb0e110b21a4.zip | |
Auto-commit of generated files.
| -rw-r--r-- | autogen/aclocal.m4 | 4 | ||||
| -rw-r--r-- | autogen/config.in | 3 | ||||
| -rwxr-xr-x | autogen/configure | 1284 |
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 | ||
| 14 | m4_ifndef([AC_AUTOCONF_VERSION], | 14 | m4_ifndef([AC_AUTOCONF_VERSION], |
| 15 | [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl | 15 | [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl |
| 16 | m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],, | 16 | m4_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. |
| 18 | You have another version of autoconf. It may work, but is not guaranteed to. | 18 | You have another version of autoconf. It may work, but is not guaranteed to. |
| 19 | If you have problems, you may need to regenerate the build system entirely. | 19 | If you have problems, you may need to regenerate the build system entirely. |
| 20 | To do so, use the procedure documented by the package, typically `autoreconf'.])]) | 20 | To 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 | |||
| 89 | IFS=" "" $as_nl" | 89 | IFS=" "" $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. |
| 92 | as_myself= | ||
| 93 | case $0 in #(( | 92 | case $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+"$@"} | ||
| 230 | fi | 222 | fi |
| 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 | |||
| 364 | fi # as_fn_arith | 356 | fi # 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. |
| 372 | as_fn_error () | 364 | as_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 | |||
| 538 | exec 6>&1 | 530 | exec 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. |
| 543 | ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` | 535 | ac_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' |
| 1726 | Try \`$0 --help' for more information" | 1717 | Try \`$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 | ||
| 1750 | if test -n "$ac_prev"; then | 1741 | if 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" |
| 1753 | fi | 1744 | fi |
| 1754 | 1745 | ||
| 1755 | if test -n "$ac_unrecognized_opts"; then | 1746 | if 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 |
| 1761 | fi | 1752 | fi |
| @@ -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" |
| 1782 | done | 1773 | done |
| 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 | |||
| 1792 | if test "x$host_alias" != x; then | 1783 | if 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 | |||
| 1808 | ac_pwd=`pwd` && test -n "$ac_pwd" && | 1799 | ac_pwd=`pwd` && test -n "$ac_pwd" && |
| 1809 | ac_ls_di=`ls -di .` && | 1800 | ac_ls_di=`ls -di .` && |
| 1810 | ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || | 1801 | ac_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" |
| 1812 | test "X$ac_ls_di" = "X$ac_pwd_ls_di" || | 1803 | test "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 | |||
| 1849 | fi | 1840 | fi |
| 1850 | if test ! -r "$srcdir/$ac_unique_file"; then | 1841 | if 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" |
| 1853 | fi | 1844 | fi |
| 1854 | ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" | 1845 | ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" |
| 1855 | ac_abs_confdir=`( | 1846 | ac_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=. |
| 1859 | if test "$ac_abs_confdir" = "$ac_pwd"; then | 1850 | if 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 | |||
| 2117 | if $ac_init_version; then | 2108 | if $ac_init_version; then |
| 2118 | cat <<\_ACEOF | 2109 | cat <<\_ACEOF |
| 2119 | emacs configure 24.0.50 | 2110 | emacs configure 24.0.50 |
| 2120 | generated by GNU Autoconf 2.68 | 2111 | generated by GNU Autoconf 2.65 |
| 2121 | 2112 | ||
| 2122 | Copyright (C) 2010 Free Software Foundation, Inc. | 2113 | Copyright (C) 2009 Free Software Foundation, Inc. |
| 2123 | This configure script is free software; the Free Software Foundation | 2114 | This configure script is free software; the Free Software Foundation |
| 2124 | gives unlimited permission to copy, distribute and modify it. | 2115 | gives 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 |
| 2165 | fi | 2156 | fi |
| 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 |
| 2202 | fi | 2193 | fi |
| 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 | |||
| 2213 | ac_fn_c_check_header_mongrel () | 2204 | ac_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; } |
| 2219 | if eval \${$3+:} false; then : | 2210 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
| 2220 | $as_echo_n "(cached) " >&6 | 2211 | $as_echo_n "(cached) " >&6 |
| 2221 | fi | 2212 | fi |
| 2222 | eval ac_res=\$$3 | 2213 | eval ac_res=\$$3 |
| @@ -2252,7 +2243,7 @@ if ac_fn_c_try_cpp "$LINENO"; then : | |||
| 2252 | else | 2243 | else |
| 2253 | ac_header_preproc=no | 2244 | ac_header_preproc=no |
| 2254 | fi | 2245 | fi |
| 2255 | rm -f conftest.err conftest.i conftest.$ac_ext | 2246 | rm -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;} | |||
| 2279 | esac | 2270 | esac |
| 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; } |
| 2282 | if eval \${$3+:} false; then : | 2273 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
| 2283 | $as_echo_n "(cached) " >&6 | 2274 | $as_echo_n "(cached) " >&6 |
| 2284 | else | 2275 | else |
| 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; } |
| 2290 | fi | 2281 | fi |
| 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 |
| 2330 | fi | 2321 | fi |
| 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; } |
| 2346 | if eval \${$3+:} false; then : | 2337 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
| 2347 | $as_echo_n "(cached) " >&6 | 2338 | $as_echo_n "(cached) " >&6 |
| 2348 | else | 2339 | else |
| 2349 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2340 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -2361,7 +2352,7 @@ fi | |||
| 2361 | eval ac_res=\$$3 | 2352 | eval 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. | ||
| 2418 | ac_fn_c_check_decl () | 2408 | ac_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 | 2413 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
| 2424 | $as_echo_n "checking whether $as_decl_name is declared... " >&6; } | ||
| 2425 | if eval \${$3+:} false; then : | ||
| 2426 | $as_echo_n "(cached) " >&6 | 2414 | $as_echo_n "(cached) " >&6 |
| 2427 | else | 2415 | else |
| 2428 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2416 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -2431,12 +2419,8 @@ $4 | |||
| 2431 | int | 2419 | int |
| 2432 | main () | 2420 | main () |
| 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 | |||
| 2453 | eval ac_res=\$$3 | 2437 | eval 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; } |
| 2468 | if eval \${$3+:} false; then : | 2452 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
| 2469 | $as_echo_n "(cached) " >&6 | 2453 | $as_echo_n "(cached) " >&6 |
| 2470 | else | 2454 | else |
| 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 : | |||
| 2477 | else | 2461 | else |
| 2478 | eval "$3=no" | 2462 | eval "$3=no" |
| 2479 | fi | 2463 | fi |
| 2480 | rm -f conftest.err conftest.i conftest.$ac_ext | 2464 | rm -f conftest.err conftest.$ac_ext |
| 2481 | fi | 2465 | fi |
| 2482 | eval ac_res=\$$3 | 2466 | eval 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; } |
| 2497 | if eval \${$3+:} false; then : | 2481 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
| 2498 | $as_echo_n "(cached) " >&6 | 2482 | $as_echo_n "(cached) " >&6 |
| 2499 | else | 2483 | else |
| 2500 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2484 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -2549,7 +2533,7 @@ fi | |||
| 2549 | eval ac_res=\$$3 | 2533 | eval 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; } |
| 2565 | if eval \${$4+:} false; then : | 2549 | if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then : |
| 2566 | $as_echo_n "(cached) " >&6 | 2550 | $as_echo_n "(cached) " >&6 |
| 2567 | else | 2551 | else |
| 2568 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2552 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -2606,7 +2590,7 @@ fi | |||
| 2606 | eval ac_res=\$$4 | 2590 | eval 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; } |
| 2622 | if eval \${$3+:} false; then : | 2606 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
| 2623 | $as_echo_n "(cached) " >&6 | 2607 | $as_echo_n "(cached) " >&6 |
| 2624 | else | 2608 | else |
| 2625 | eval "$3=no" | 2609 | eval "$3=no" |
| @@ -2660,7 +2644,7 @@ fi | |||
| 2660 | eval ac_res=\$$3 | 2644 | eval 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 \ | |||
| 2837 | rm -f conftest.val | 2821 | rm -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 | |||
| 2846 | running configure, to aid debugging if configure makes a mistake. | 2830 | running configure, to aid debugging if configure makes a mistake. |
| 2847 | 2831 | ||
| 2848 | It was created by emacs $as_me 24.0.50, which was | 2832 | It was created by emacs $as_me 24.0.50, which was |
| 2849 | generated by GNU Autoconf 2.68. Invocation command line was | 2833 | generated 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 | |||
| 3080 | ac_site_file1=NONE | 3072 | ac_site_file1=NONE |
| 3081 | ac_site_file2=NONE | 3073 | ac_site_file2=NONE |
| 3082 | if test -n "$CONFIG_SITE"; then | 3074 | if 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 | ||
| 3089 | elif test "x$prefix" != xNONE; then | 3076 | elif 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;} | ||
| 3106 | as_fn_error $? "failed to load site script $ac_site_file | ||
| 3107 | See \`config.log' for more details" "$LINENO" 5; } | ||
| 3108 | fi | 3091 | fi |
| 3109 | done | 3092 | done |
| 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 |
| 3205 | fi | 3188 | fi |
| 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 | ||
| 3220 | ac_aux_dir= | 3203 | ac_aux_dir= |
| 3221 | for ac_dir in build-aux "$srcdir"/build-aux; do | 3204 | for 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 | ||
| 3235 | done | 3212 | done |
| 3236 | if test -z "$ac_aux_dir"; then | 3213 | if 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 |
| 3238 | fi | 3215 | fi |
| 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; } |
| 3267 | if test -z "$INSTALL"; then | 3244 | if test -z "$INSTALL"; then |
| 3268 | if ${ac_cv_path_install+:} false; then : | 3245 | if test "${ac_cv_path_install+set}" = set; then : |
| 3269 | $as_echo_n "(cached) " >&6 | 3246 | $as_echo_n "(cached) " >&6 |
| 3270 | else | 3247 | else |
| 3271 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | 3248 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| @@ -3352,11 +3329,11 @@ am_lf=' | |||
| 3352 | ' | 3329 | ' |
| 3353 | case `pwd` in | 3330 | case `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;; |
| 3356 | esac | 3333 | esac |
| 3357 | case $srcdir in | 3334 | case $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;; |
| 3360 | esac | 3337 | esac |
| 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 |
| 3382 | alias in your environment" "$LINENO" 5 | 3359 | alias in your environment" "$LINENO" 5 |
| 3383 | fi | 3360 | fi |
| 3384 | 3361 | ||
| @@ -3388,7 +3365,7 @@ then | |||
| 3388 | # Ok. | 3365 | # Ok. |
| 3389 | : | 3366 | : |
| 3390 | else | 3367 | else |
| 3391 | as_fn_error $? "newly created file is older than distributed files! | 3368 | as_fn_error "newly created file is older than distributed files! |
| 3392 | Check your system clock" "$LINENO" 5 | 3369 | Check your system clock" "$LINENO" 5 |
| 3393 | fi | 3370 | fi |
| 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 | |||
| 3442 | set dummy ${ac_tool_prefix}strip; ac_word=$2 | 3419 | set 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; } |
| 3445 | if ${ac_cv_prog_STRIP+:} false; then : | 3422 | if test "${ac_cv_prog_STRIP+set}" = set; then : |
| 3446 | $as_echo_n "(cached) " >&6 | 3423 | $as_echo_n "(cached) " >&6 |
| 3447 | else | 3424 | else |
| 3448 | if test -n "$STRIP"; then | 3425 | if test -n "$STRIP"; then |
| @@ -3482,7 +3459,7 @@ if test -z "$ac_cv_prog_STRIP"; then | |||
| 3482 | set dummy strip; ac_word=$2 | 3459 | set 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; } |
| 3485 | if ${ac_cv_prog_ac_ct_STRIP+:} false; then : | 3462 | if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : |
| 3486 | $as_echo_n "(cached) " >&6 | 3463 | $as_echo_n "(cached) " >&6 |
| 3487 | else | 3464 | else |
| 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; } |
| 3537 | if test -z "$MKDIR_P"; then | 3514 | if 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 |
| 3540 | else | 3517 | else |
| 3541 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | 3518 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| @@ -3587,7 +3564,7 @@ do | |||
| 3587 | set dummy $ac_prog; ac_word=$2 | 3564 | set 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; } |
| 3590 | if ${ac_cv_prog_AWK+:} false; then : | 3567 | if test "${ac_cv_prog_AWK+set}" = set; then : |
| 3591 | $as_echo_n "(cached) " >&6 | 3568 | $as_echo_n "(cached) " >&6 |
| 3592 | else | 3569 | else |
| 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; } |
| 3628 | set x ${MAKE-make} | 3605 | set x ${MAKE-make} |
| 3629 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` | 3606 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` |
| 3630 | if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : | 3607 | if { 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 |
| 3632 | else | 3609 | else |
| 3633 | cat >conftest.make <<\_ACEOF | 3610 | cat >conftest.make <<\_ACEOF |
| @@ -3635,7 +3612,7 @@ SHELL = /bin/sh | |||
| 3635 | all: | 3612 | all: |
| 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. |
| 3639 | case `${MAKE-make} -f conftest.make 2>/dev/null` in | 3616 | case `${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 |
| 3674 | fi | 3651 | fi |
| 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 | * ) |
| 3875 | as_fn_error $? "\`--with-x-toolkit=$withval' is invalid; | 3852 | as_fn_error "\`--with-x-toolkit=$withval' is invalid; |
| 3876 | this option's value should be \`yes', \`no', \`lucid', \`athena', \`motif', \`gtk' or | 3853 | this 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 |
| 4212 | done | 4189 | done |
| 4213 | IFS="$ac_save_IFS" | 4190 | IFS="$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; } |
| 4312 | if ${ac_cv_build+:} false; then : | 4289 | if test "${ac_cv_build+set}" = set; then : |
| 4313 | $as_echo_n "(cached) " >&6 | 4290 | $as_echo_n "(cached) " >&6 |
| 4314 | else | 4291 | else |
| 4315 | ac_build_alias=$build_alias | 4292 | ac_build_alias=$build_alias |
| 4316 | test "x$ac_build_alias" = x && | 4293 | test "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"` |
| 4318 | test "x$ac_build_alias" = x && | 4295 | test "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 |
| 4320 | ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || | 4297 | ac_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 | ||
| 4323 | fi | 4300 | fi |
| 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; } |
| 4326 | case $ac_cv_build in | 4303 | case $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;; |
| 4329 | esac | 4306 | esac |
| 4330 | build=$ac_cv_build | 4307 | build=$ac_cv_build |
| 4331 | ac_save_IFS=$IFS; IFS='-' | 4308 | ac_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; } |
| 4346 | if ${ac_cv_host+:} false; then : | 4323 | if test "${ac_cv_host+set}" = set; then : |
| 4347 | $as_echo_n "(cached) " >&6 | 4324 | $as_echo_n "(cached) " >&6 |
| 4348 | else | 4325 | else |
| 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 |
| 4351 | else | 4328 | else |
| 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 |
| 4354 | fi | 4331 | fi |
| 4355 | 4332 | ||
| 4356 | fi | 4333 | fi |
| @@ -4358,7 +4335,7 @@ fi | |||
| 4358 | $as_echo "$ac_cv_host" >&6; } | 4335 | $as_echo "$ac_cv_host" >&6; } |
| 4359 | case $ac_cv_host in | 4336 | case $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;; |
| 4362 | esac | 4339 | esac |
| 4363 | host=$ac_cv_host | 4340 | host=$ac_cv_host |
| 4364 | ac_save_IFS=$IFS; IFS='-' | 4341 | ac_save_IFS=$IFS; IFS='-' |
| @@ -4601,7 +4578,7 @@ fi | |||
| 4601 | 4578 | ||
| 4602 | 4579 | ||
| 4603 | if test $unported = yes; then | 4580 | if 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. |
| 4605 | Check \`etc/MACHINES' for recognized configuration names." "$LINENO" 5 | 4582 | Check \`etc/MACHINES' for recognized configuration names." "$LINENO" 5 |
| 4606 | fi | 4583 | fi |
| 4607 | 4584 | ||
| @@ -4629,7 +4606,7 @@ if test -n "$ac_tool_prefix"; then | |||
| 4629 | set dummy ${ac_tool_prefix}gcc; ac_word=$2 | 4606 | set 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; } |
| 4632 | if ${ac_cv_prog_CC+:} false; then : | 4609 | if test "${ac_cv_prog_CC+set}" = set; then : |
| 4633 | $as_echo_n "(cached) " >&6 | 4610 | $as_echo_n "(cached) " >&6 |
| 4634 | else | 4611 | else |
| 4635 | if test -n "$CC"; then | 4612 | if test -n "$CC"; then |
| @@ -4669,7 +4646,7 @@ if test -z "$ac_cv_prog_CC"; then | |||
| 4669 | set dummy gcc; ac_word=$2 | 4646 | set 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; } |
| 4672 | if ${ac_cv_prog_ac_ct_CC+:} false; then : | 4649 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : |
| 4673 | $as_echo_n "(cached) " >&6 | 4650 | $as_echo_n "(cached) " >&6 |
| 4674 | else | 4651 | else |
| 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 | |||
| 4722 | set dummy ${ac_tool_prefix}cc; ac_word=$2 | 4699 | set 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; } |
| 4725 | if ${ac_cv_prog_CC+:} false; then : | 4702 | if test "${ac_cv_prog_CC+set}" = set; then : |
| 4726 | $as_echo_n "(cached) " >&6 | 4703 | $as_echo_n "(cached) " >&6 |
| 4727 | else | 4704 | else |
| 4728 | if test -n "$CC"; then | 4705 | if test -n "$CC"; then |
| @@ -4762,7 +4739,7 @@ if test -z "$CC"; then | |||
| 4762 | set dummy cc; ac_word=$2 | 4739 | set 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; } |
| 4765 | if ${ac_cv_prog_CC+:} false; then : | 4742 | if test "${ac_cv_prog_CC+set}" = set; then : |
| 4766 | $as_echo_n "(cached) " >&6 | 4743 | $as_echo_n "(cached) " >&6 |
| 4767 | else | 4744 | else |
| 4768 | if test -n "$CC"; then | 4745 | if test -n "$CC"; then |
| @@ -4821,7 +4798,7 @@ if test -z "$CC"; then | |||
| 4821 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 | 4798 | set 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; } |
| 4824 | if ${ac_cv_prog_CC+:} false; then : | 4801 | if test "${ac_cv_prog_CC+set}" = set; then : |
| 4825 | $as_echo_n "(cached) " >&6 | 4802 | $as_echo_n "(cached) " >&6 |
| 4826 | else | 4803 | else |
| 4827 | if test -n "$CC"; then | 4804 | if test -n "$CC"; then |
| @@ -4865,7 +4842,7 @@ do | |||
| 4865 | set dummy $ac_prog; ac_word=$2 | 4842 | set 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; } |
| 4868 | if ${ac_cv_prog_ac_ct_CC+:} false; then : | 4845 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : |
| 4869 | $as_echo_n "(cached) " >&6 | 4846 | $as_echo_n "(cached) " >&6 |
| 4870 | else | 4847 | else |
| 4871 | if test -n "$ac_ct_CC"; then | 4848 | if test -n "$ac_ct_CC"; then |
| @@ -4919,8 +4896,8 @@ fi | |||
| 4919 | 4896 | ||
| 4920 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 4897 | test -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;} |
| 4922 | as_fn_error $? "no acceptable C compiler found in \$PATH | 4899 | as_fn_error "no acceptable C compiler found in \$PATH |
| 4923 | See \`config.log' for more details" "$LINENO" 5; } | 4900 | See \`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;} |
| 5037 | as_fn_error 77 "C compiler cannot create executables | 5014 | { as_fn_set_status 77 |
| 5038 | See \`config.log' for more details" "$LINENO" 5; } | 5015 | as_fn_error "C compiler cannot create executables |
| 5016 | See \`config.log' for more details." "$LINENO" 5; }; } | ||
| 5039 | else | 5017 | else |
| 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 | |||
| 5077 | else | 5055 | else |
| 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;} |
| 5080 | as_fn_error $? "cannot compute suffix of executables: cannot compile and link | 5058 | as_fn_error "cannot compute suffix of executables: cannot compile and link |
| 5081 | See \`config.log' for more details" "$LINENO" 5; } | 5059 | See \`config.log' for more details." "$LINENO" 5; } |
| 5082 | fi | 5060 | fi |
| 5083 | rm -f conftest conftest$ac_cv_exeext | 5061 | rm -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;} |
| 5138 | as_fn_error $? "cannot run C compiled programs. | 5116 | as_fn_error "cannot run C compiled programs. |
| 5139 | If you meant to cross compile, use \`--host'. | 5117 | If you meant to cross compile, use \`--host'. |
| 5140 | See \`config.log' for more details" "$LINENO" 5; } | 5118 | See \`config.log' for more details." "$LINENO" 5; } |
| 5141 | fi | 5119 | fi |
| 5142 | fi | 5120 | fi |
| 5143 | fi | 5121 | fi |
| @@ -5148,7 +5126,7 @@ rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out | |||
| 5148 | ac_clean_files=$ac_clean_files_save | 5126 | ac_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; } |
| 5151 | if ${ac_cv_objext+:} false; then : | 5129 | if test "${ac_cv_objext+set}" = set; then : |
| 5152 | $as_echo_n "(cached) " >&6 | 5130 | $as_echo_n "(cached) " >&6 |
| 5153 | else | 5131 | else |
| 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;} |
| 5191 | as_fn_error $? "cannot compute suffix of object files: cannot compile | 5169 | as_fn_error "cannot compute suffix of object files: cannot compile |
| 5192 | See \`config.log' for more details" "$LINENO" 5; } | 5170 | See \`config.log' for more details." "$LINENO" 5; } |
| 5193 | fi | 5171 | fi |
| 5194 | rm -f conftest.$ac_cv_objext conftest.$ac_ext | 5172 | rm -f conftest.$ac_cv_objext conftest.$ac_ext |
| 5195 | fi | 5173 | fi |
| @@ -5199,7 +5177,7 @@ OBJEXT=$ac_cv_objext | |||
| 5199 | ac_objext=$OBJEXT | 5177 | ac_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; } |
| 5202 | if ${ac_cv_c_compiler_gnu+:} false; then : | 5180 | if test "${ac_cv_c_compiler_gnu+set}" = set; then : |
| 5203 | $as_echo_n "(cached) " >&6 | 5181 | $as_echo_n "(cached) " >&6 |
| 5204 | else | 5182 | else |
| 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} | |||
| 5236 | ac_save_CFLAGS=$CFLAGS | 5214 | ac_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; } |
| 5239 | if ${ac_cv_prog_cc_g+:} false; then : | 5217 | if test "${ac_cv_prog_cc_g+set}" = set; then : |
| 5240 | $as_echo_n "(cached) " >&6 | 5218 | $as_echo_n "(cached) " >&6 |
| 5241 | else | 5219 | else |
| 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 | |||
| 5314 | fi | 5292 | fi |
| 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; } |
| 5317 | if ${ac_cv_prog_cc_c89+:} false; then : | 5295 | if test "${ac_cv_prog_cc_c89+set}" = set; then : |
| 5318 | $as_echo_n "(cached) " >&6 | 5296 | $as_echo_n "(cached) " >&6 |
| 5319 | else | 5297 | else |
| 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; } |
| 5478 | if ${am_cv_CC_dependencies_compiler_type+:} false; then : | 5456 | if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : |
| 5479 | $as_echo_n "(cached) " >&6 | 5457 | $as_echo_n "(cached) " >&6 |
| 5480 | else | 5458 | else |
| 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; } | |||
| 5607 | fi | 5585 | fi |
| 5608 | set dummy $CC; ac_cc=`$as_echo "$2" | | 5586 | set 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]/_/'` |
| 5610 | if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then : | 5588 | if { 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 |
| 5612 | else | 5590 | else |
| 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= |
| 5740 | fi | 5718 | fi |
| 5741 | if test -z "$CPP"; then | 5719 | if 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 |
| 5744 | else | 5722 | else |
| 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. |
| 5770 | continue | 5748 | continue |
| 5771 | fi | 5749 | fi |
| 5772 | rm -f conftest.err conftest.i conftest.$ac_ext | 5750 | rm -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 | |||
| 5785 | ac_preproc_ok=: | 5763 | ac_preproc_ok=: |
| 5786 | break | 5764 | break |
| 5787 | fi | 5765 | fi |
| 5788 | rm -f conftest.err conftest.i conftest.$ac_ext | 5766 | rm -f conftest.err conftest.$ac_ext |
| 5789 | 5767 | ||
| 5790 | done | 5768 | done |
| 5791 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 5769 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
| 5792 | rm -f conftest.i conftest.err conftest.$ac_ext | 5770 | rm -f conftest.err conftest.$ac_ext |
| 5793 | if $ac_preproc_ok; then : | 5771 | if $ac_preproc_ok; then : |
| 5794 | break | 5772 | break |
| 5795 | fi | 5773 | fi |
| @@ -5828,7 +5806,7 @@ else | |||
| 5828 | # Broken: fails on valid input. | 5806 | # Broken: fails on valid input. |
| 5829 | continue | 5807 | continue |
| 5830 | fi | 5808 | fi |
| 5831 | rm -f conftest.err conftest.i conftest.$ac_ext | 5809 | rm -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 | |||
| 5844 | ac_preproc_ok=: | 5822 | ac_preproc_ok=: |
| 5845 | break | 5823 | break |
| 5846 | fi | 5824 | fi |
| 5847 | rm -f conftest.err conftest.i conftest.$ac_ext | 5825 | rm -f conftest.err conftest.$ac_ext |
| 5848 | 5826 | ||
| 5849 | done | 5827 | done |
| 5850 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 5828 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
| 5851 | rm -f conftest.i conftest.err conftest.$ac_ext | 5829 | rm -f conftest.err conftest.$ac_ext |
| 5852 | if $ac_preproc_ok; then : | 5830 | if $ac_preproc_ok; then : |
| 5853 | 5831 | ||
| 5854 | else | 5832 | else |
| 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;} |
| 5857 | as_fn_error $? "C preprocessor \"$CPP\" fails sanity check | 5835 | as_fn_error "C preprocessor \"$CPP\" fails sanity check |
| 5858 | See \`config.log' for more details" "$LINENO" 5; } | 5836 | See \`config.log' for more details." "$LINENO" 5; } |
| 5859 | fi | 5837 | fi |
| 5860 | 5838 | ||
| 5861 | ac_ext=c | 5839 | ac_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; } |
| 5870 | if ${ac_cv_path_GREP+:} false; then : | 5848 | if test "${ac_cv_path_GREP+set}" = set; then : |
| 5871 | $as_echo_n "(cached) " >&6 | 5849 | $as_echo_n "(cached) " >&6 |
| 5872 | else | 5850 | else |
| 5873 | if test -z "$GREP"; then | 5851 | if test -z "$GREP"; then |
| @@ -5916,7 +5894,7 @@ esac | |||
| 5916 | done | 5894 | done |
| 5917 | IFS=$as_save_IFS | 5895 | IFS=$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 |
| 5921 | else | 5899 | else |
| 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; } |
| 5933 | if ${ac_cv_path_EGREP+:} false; then : | 5911 | if test "${ac_cv_path_EGREP+set}" = set; then : |
| 5934 | $as_echo_n "(cached) " >&6 | 5912 | $as_echo_n "(cached) " >&6 |
| 5935 | else | 5913 | else |
| 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 |
| 5983 | IFS=$as_save_IFS | 5961 | IFS=$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 |
| 5987 | else | 5965 | else |
| 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; } |
| 6002 | if ${gl_cv_c_amsterdam_compiler+:} false; then : | 5980 | if test "${gl_cv_c_amsterdam_compiler+set}" = set; then : |
| 6003 | $as_echo_n "(cached) " >&6 | 5981 | $as_echo_n "(cached) " >&6 |
| 6004 | else | 5982 | else |
| 6005 | 5983 | ||
| @@ -6035,7 +6013,7 @@ $as_echo "$gl_cv_c_amsterdam_compiler" >&6; } | |||
| 6035 | set dummy ${ac_tool_prefix}ar; ac_word=$2 | 6013 | set 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; } |
| 6038 | if ${ac_cv_prog_AR+:} false; then : | 6016 | if test "${ac_cv_prog_AR+set}" = set; then : |
| 6039 | $as_echo_n "(cached) " >&6 | 6017 | $as_echo_n "(cached) " >&6 |
| 6040 | else | 6018 | else |
| 6041 | if test -n "$AR"; then | 6019 | if test -n "$AR"; then |
| @@ -6075,7 +6053,7 @@ if test -z "$ac_cv_prog_AR"; then | |||
| 6075 | set dummy ar; ac_word=$2 | 6053 | set 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; } |
| 6078 | if ${ac_cv_prog_ac_ct_AR+:} false; then : | 6056 | if test "${ac_cv_prog_ac_ct_AR+set}" = set; then : |
| 6079 | $as_echo_n "(cached) " >&6 | 6057 | $as_echo_n "(cached) " >&6 |
| 6080 | else | 6058 | else |
| 6081 | if test -n "$ac_ct_AR"; then | 6059 | if test -n "$ac_ct_AR"; then |
| @@ -6142,7 +6120,7 @@ fi | |||
| 6142 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 | 6120 | set 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; } |
| 6145 | if ${ac_cv_prog_RANLIB+:} false; then : | 6123 | if test "${ac_cv_prog_RANLIB+set}" = set; then : |
| 6146 | $as_echo_n "(cached) " >&6 | 6124 | $as_echo_n "(cached) " >&6 |
| 6147 | else | 6125 | else |
| 6148 | if test -n "$RANLIB"; then | 6126 | if test -n "$RANLIB"; then |
| @@ -6182,7 +6160,7 @@ if test -z "$ac_cv_prog_RANLIB"; then | |||
| 6182 | set dummy ranlib; ac_word=$2 | 6160 | set 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; } |
| 6185 | if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : | 6163 | if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : |
| 6186 | $as_echo_n "(cached) " >&6 | 6164 | $as_echo_n "(cached) " >&6 |
| 6187 | else | 6165 | else |
| 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; } |
| 6238 | if ${ac_cv_header_stdc+:} false; then : | 6216 | if test "${ac_cv_header_stdc+set}" = set; then : |
| 6239 | $as_echo_n "(cached) " >&6 | 6217 | $as_echo_n "(cached) " >&6 |
| 6240 | else | 6218 | else |
| 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` |
| 6353 | ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default | 6331 | ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default |
| 6354 | " | 6332 | " |
| 6355 | if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 6333 | eval 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" |
| 6369 | if test "x$ac_cv_header_minix_config_h" = xyes; then : | 6348 | if test "x$ac_cv_header_minix_config_h" = x""yes; then : |
| 6370 | MINIX=yes | 6349 | MINIX=yes |
| 6371 | else | 6350 | else |
| 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; } |
| 6399 | if ${ac_cv_safe_to_define___extensions__+:} false; then : | 6378 | if test "${ac_cv_safe_to_define___extensions__+set}" = set; then : |
| 6400 | $as_echo_n "(cached) " >&6 | 6379 | $as_echo_n "(cached) " >&6 |
| 6401 | else | 6380 | else |
| 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; } |
| 6453 | if ${ac_cv_sys_largefile_CC+:} false; then : | 6432 | if test "${ac_cv_sys_largefile_CC+set}" = set; then : |
| 6454 | $as_echo_n "(cached) " >&6 | 6433 | $as_echo_n "(cached) " >&6 |
| 6455 | else | 6434 | else |
| 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; } |
| 6504 | if ${ac_cv_sys_file_offset_bits+:} false; then : | 6483 | if test "${ac_cv_sys_file_offset_bits+set}" = set; then : |
| 6505 | $as_echo_n "(cached) " >&6 | 6484 | $as_echo_n "(cached) " >&6 |
| 6506 | else | 6485 | else |
| 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; } |
| 6573 | if ${ac_cv_sys_large_files+:} false; then : | 6552 | if test "${ac_cv_sys_large_files+set}" = set; then : |
| 6574 | $as_echo_n "(cached) " >&6 | 6553 | $as_echo_n "(cached) " >&6 |
| 6575 | else | 6554 | else |
| 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; } |
| 6650 | if ${ac_cv_prog_cc_c99+:} false; then : | 6629 | if test "${ac_cv_prog_cc_c99+set}" = set; then : |
| 6651 | $as_echo_n "(cached) " >&6 | 6630 | $as_echo_n "(cached) " >&6 |
| 6652 | else | 6631 | else |
| 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 : | |||
| 6822 | else | 6801 | else |
| 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; } |
| 6825 | if ${ac_cv_prog_cc_c89+:} false; then : | 6804 | if test "${ac_cv_prog_cc_c89+set}" = set; then : |
| 6826 | $as_echo_n "(cached) " >&6 | 6805 | $as_echo_n "(cached) " >&6 |
| 6827 | else | 6806 | else |
| 6828 | ac_cv_prog_cc_c89=no | 6807 | ac_cv_prog_cc_c89=no |
| @@ -6918,7 +6897,7 @@ fi | |||
| 6918 | esac | 6897 | esac |
| 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 |
| 6923 | fi | 6902 | fi |
| 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 |
| 7011 | else | 6990 | else |
| 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= |
| 7175 | fi | 7154 | fi |
| 7176 | if test -z "$CPP"; then | 7155 | if 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 |
| 7179 | else | 7158 | else |
| 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. |
| 7205 | continue | 7184 | continue |
| 7206 | fi | 7185 | fi |
| 7207 | rm -f conftest.err conftest.i conftest.$ac_ext | 7186 | rm -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 | |||
| 7220 | ac_preproc_ok=: | 7199 | ac_preproc_ok=: |
| 7221 | break | 7200 | break |
| 7222 | fi | 7201 | fi |
| 7223 | rm -f conftest.err conftest.i conftest.$ac_ext | 7202 | rm -f conftest.err conftest.$ac_ext |
| 7224 | 7203 | ||
| 7225 | done | 7204 | done |
| 7226 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 7205 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
| 7227 | rm -f conftest.i conftest.err conftest.$ac_ext | 7206 | rm -f conftest.err conftest.$ac_ext |
| 7228 | if $ac_preproc_ok; then : | 7207 | if $ac_preproc_ok; then : |
| 7229 | break | 7208 | break |
| 7230 | fi | 7209 | fi |
| @@ -7263,7 +7242,7 @@ else | |||
| 7263 | # Broken: fails on valid input. | 7242 | # Broken: fails on valid input. |
| 7264 | continue | 7243 | continue |
| 7265 | fi | 7244 | fi |
| 7266 | rm -f conftest.err conftest.i conftest.$ac_ext | 7245 | rm -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 | |||
| 7279 | ac_preproc_ok=: | 7258 | ac_preproc_ok=: |
| 7280 | break | 7259 | break |
| 7281 | fi | 7260 | fi |
| 7282 | rm -f conftest.err conftest.i conftest.$ac_ext | 7261 | rm -f conftest.err conftest.$ac_ext |
| 7283 | 7262 | ||
| 7284 | done | 7263 | done |
| 7285 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 7264 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
| 7286 | rm -f conftest.i conftest.err conftest.$ac_ext | 7265 | rm -f conftest.err conftest.$ac_ext |
| 7287 | if $ac_preproc_ok; then : | 7266 | if $ac_preproc_ok; then : |
| 7288 | 7267 | ||
| 7289 | else | 7268 | else |
| 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;} |
| 7292 | as_fn_error $? "C preprocessor \"$CPP\" fails sanity check | 7271 | as_fn_error "C preprocessor \"$CPP\" fails sanity check |
| 7293 | See \`config.log' for more details" "$LINENO" 5; } | 7272 | See \`config.log' for more details." "$LINENO" 5; } |
| 7294 | fi | 7273 | fi |
| 7295 | 7274 | ||
| 7296 | ac_ext=c | 7275 | ac_ext=c |
| @@ -7306,7 +7285,7 @@ if test "x$RANLIB" = x; then | |||
| 7306 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 | 7285 | set 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; } |
| 7309 | if ${ac_cv_prog_RANLIB+:} false; then : | 7288 | if test "${ac_cv_prog_RANLIB+set}" = set; then : |
| 7310 | $as_echo_n "(cached) " >&6 | 7289 | $as_echo_n "(cached) " >&6 |
| 7311 | else | 7290 | else |
| 7312 | if test -n "$RANLIB"; then | 7291 | if test -n "$RANLIB"; then |
| @@ -7346,7 +7325,7 @@ if test -z "$ac_cv_prog_RANLIB"; then | |||
| 7346 | set dummy ranlib; ac_word=$2 | 7325 | set 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; } |
| 7349 | if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : | 7328 | if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : |
| 7350 | $as_echo_n "(cached) " >&6 | 7329 | $as_echo_n "(cached) " >&6 |
| 7351 | else | 7330 | else |
| 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. |
| 7402 | if test "$machine" = "amdx86-64"; then | 7381 | if 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" |
| 7404 | if test "x$ac_cv_have_decl_i386" = xyes; then : | 7383 | if test "x$ac_cv_have_decl_i386" = x""yes; then : |
| 7405 | 7384 | ||
| 7406 | fi | 7385 | fi |
| 7407 | 7386 | ||
| @@ -7416,7 +7395,7 @@ fi | |||
| 7416 | set dummy install-info; ac_word=$2 | 7395 | set 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; } |
| 7419 | if ${ac_cv_path_INSTALL_INFO+:} false; then : | 7398 | if test "${ac_cv_path_INSTALL_INFO+set}" = set; then : |
| 7420 | $as_echo_n "(cached) " >&6 | 7399 | $as_echo_n "(cached) " >&6 |
| 7421 | else | 7400 | else |
| 7422 | case $INSTALL_INFO in | 7401 | case $INSTALL_INFO in |
| @@ -7456,7 +7435,7 @@ fi | |||
| 7456 | set dummy install-info; ac_word=$2 | 7435 | set 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; } |
| 7459 | if ${ac_cv_path_INSTALL_INFO+:} false; then : | 7438 | if test "${ac_cv_path_INSTALL_INFO+set}" = set; then : |
| 7460 | $as_echo_n "(cached) " >&6 | 7439 | $as_echo_n "(cached) " >&6 |
| 7461 | else | 7440 | else |
| 7462 | case $INSTALL_INFO in | 7441 | case $INSTALL_INFO in |
| @@ -7496,7 +7475,7 @@ fi | |||
| 7496 | set dummy install-info; ac_word=$2 | 7475 | set 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; } |
| 7499 | if ${ac_cv_path_INSTALL_INFO+:} false; then : | 7478 | if test "${ac_cv_path_INSTALL_INFO+set}" = set; then : |
| 7500 | $as_echo_n "(cached) " >&6 | 7479 | $as_echo_n "(cached) " >&6 |
| 7501 | else | 7480 | else |
| 7502 | case $INSTALL_INFO in | 7481 | case $INSTALL_INFO in |
| @@ -7537,7 +7516,7 @@ fi | |||
| 7537 | set dummy gzip; ac_word=$2 | 7516 | set 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; } |
| 7540 | if ${ac_cv_path_GZIP_PROG+:} false; then : | 7519 | if test "${ac_cv_path_GZIP_PROG+set}" = set; then : |
| 7541 | $as_echo_n "(cached) " >&6 | 7520 | $as_echo_n "(cached) " >&6 |
| 7542 | else | 7521 | else |
| 7543 | case $GZIP_PROG in | 7522 | case $GZIP_PROG in |
| @@ -7580,7 +7559,7 @@ fi | |||
| 7580 | set dummy makeinfo; ac_word=$2 | 7559 | set 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; } |
| 7583 | if ${ac_cv_path_MAKEINFO+:} false; then : | 7562 | if test "${ac_cv_path_MAKEINFO+set}" = set; then : |
| 7584 | $as_echo_n "(cached) " >&6 | 7563 | $as_echo_n "(cached) " >&6 |
| 7585 | else | 7564 | else |
| 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 |
| 7642 | source tree does not seem to have pre-built manuals in the \`info' directory. | 7621 | source tree does not seem to have pre-built manuals in the \`info' directory. |
| 7643 | Either install a suitable version of makeinfo, or re-run configure | 7622 | Either install a suitable version of makeinfo, or re-run configure |
| 7644 | with the \`--without-makeinfo' option to build without the manuals. " "$LINENO" 5 | 7623 | with the \`--without-makeinfo' option to build without the manuals. " "$LINENO" 5 |
| @@ -7786,7 +7765,7 @@ esac | |||
| 7786 | C_SWITCH_MACHINE= | 7765 | C_SWITCH_MACHINE= |
| 7787 | if test "$machine" = "alpha"; then | 7766 | if 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" |
| 7789 | if test "x$ac_cv_have_decl___ELF__" = xyes; then : | 7768 | if test "x$ac_cv_have_decl___ELF__" = x""yes; then : |
| 7790 | 7769 | ||
| 7791 | fi | 7770 | fi |
| 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; } |
| 7862 | if ${ac_cv_sys_largefile_CC+:} false; then : | 7841 | if test "${ac_cv_sys_largefile_CC+set}" = set; then : |
| 7863 | $as_echo_n "(cached) " >&6 | 7842 | $as_echo_n "(cached) " >&6 |
| 7864 | else | 7843 | else |
| 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; } |
| 7913 | if ${ac_cv_sys_file_offset_bits+:} false; then : | 7892 | if test "${ac_cv_sys_file_offset_bits+set}" = set; then : |
| 7914 | $as_echo_n "(cached) " >&6 | 7893 | $as_echo_n "(cached) " >&6 |
| 7915 | else | 7894 | else |
| 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; } |
| 7982 | if ${ac_cv_sys_large_files+:} false; then : | 7961 | if test "${ac_cv_sys_large_files+set}" = set; then : |
| 7983 | $as_echo_n "(cached) " >&6 | 7962 | $as_echo_n "(cached) " >&6 |
| 7984 | else | 7963 | else |
| 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 |
| 8181 | Try using the --with-crt-dir option." "$LINENO" 5 | 8160 | Try using the --with-crt-dir option." "$LINENO" 5 |
| 8182 | 8161 | ||
| 8183 | fi # crt_files != "" | 8162 | fi # crt_files != "" |
| @@ -8194,7 +8173,8 @@ if test "${with_sound}" != "no"; then | |||
| 8194 | do : | 8173 | do : |
| 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` |
| 8196 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | 8175 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" |
| 8197 | if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 8176 | eval 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; } |
| 8209 | if ${ac_cv_lib_ossaudio__oss_ioctl+:} false; then : | 8189 | if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then : |
| 8210 | $as_echo_n "(cached) " >&6 | 8190 | $as_echo_n "(cached) " >&6 |
| 8211 | else | 8191 | else |
| 8212 | ac_check_lib_save_LIBS=$LIBS | 8192 | ac_check_lib_save_LIBS=$LIBS |
| @@ -8240,7 +8220,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 8240 | fi | 8220 | fi |
| 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; } |
| 8243 | if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes; then : | 8223 | if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then : |
| 8244 | LIBSOUND=-lossaudio | 8224 | LIBSOUND=-lossaudio |
| 8245 | else | 8225 | else |
| 8246 | LIBSOUND= | 8226 | LIBSOUND= |
| @@ -8257,7 +8237,7 @@ fi | |||
| 8257 | set dummy pkg-config; ac_word=$2 | 8237 | set 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; } |
| 8260 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 8240 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 8261 | $as_echo_n "(cached) " >&6 | 8241 | $as_echo_n "(cached) " >&6 |
| 8262 | else | 8242 | else |
| 8263 | case $PKG_CONFIG in | 8243 | case $PKG_CONFIG in |
| @@ -8385,7 +8365,7 @@ else | |||
| 8385 | fi | 8365 | fi |
| 8386 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 8366 | rm -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 \ | |||
| 8420 | do : | 8400 | do : |
| 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` |
| 8422 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | 8402 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" |
| 8423 | if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 8403 | eval 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 | |||
| 8461 | for ac_header in term.h | 8442 | for ac_header in term.h |
| 8462 | do : | 8443 | do : |
| 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" |
| 8464 | if test "x$ac_cv_header_term_h" = xyes; then : | 8445 | if 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; } |
| 8475 | if ${ac_cv_header_time+:} false; then : | 8456 | if test "${ac_cv_header_time+set}" = set; then : |
| 8476 | $as_echo_n "(cached) " >&6 | 8457 | $as_echo_n "(cached) " >&6 |
| 8477 | else | 8458 | else |
| 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 | |||
| 8506 | fi | 8487 | fi |
| 8507 | 8488 | ||
| 8508 | ac_fn_c_check_decl "$LINENO" "sys_siglist" "ac_cv_have_decl_sys_siglist" "$ac_includes_default" | 8489 | ac_fn_c_check_decl "$LINENO" "sys_siglist" "ac_cv_have_decl_sys_siglist" "$ac_includes_default" |
| 8509 | if test "x$ac_cv_have_decl_sys_siglist" = xyes; then : | 8490 | if test "x$ac_cv_have_decl_sys_siglist" = x""yes; then : |
| 8510 | ac_have_decl=1 | 8491 | ac_have_decl=1 |
| 8511 | else | 8492 | else |
| 8512 | ac_have_decl=0 | 8493 | ac_have_decl=0 |
| @@ -8519,7 +8500,7 @@ _ACEOF | |||
| 8519 | if test $ac_cv_have_decl_sys_siglist != yes; then | 8500 | if 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" |
| 8522 | if test "x$ac_cv_have_decl___sys_siglist" = xyes; then : | 8503 | if test "x$ac_cv_have_decl___sys_siglist" = x""yes; then : |
| 8523 | ac_have_decl=1 | 8504 | ac_have_decl=1 |
| 8524 | else | 8505 | else |
| 8525 | ac_have_decl=0 | 8506 | ac_have_decl=0 |
| @@ -8537,7 +8518,7 @@ $as_echo "#define sys_siglist __sys_siglist" >>confdefs.h | |||
| 8537 | fi | 8518 | fi |
| 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; } |
| 8540 | if ${ac_cv_header_sys_wait_h+:} false; then : | 8521 | if test "${ac_cv_header_sys_wait_h+set}" = set; then : |
| 8541 | $as_echo_n "(cached) " >&6 | 8522 | $as_echo_n "(cached) " >&6 |
| 8542 | else | 8523 | else |
| 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; } |
| 8582 | if ${emacs_cv_struct_utimbuf+:} false; then : | 8563 | if test "${emacs_cv_struct_utimbuf+set}" = set; then : |
| 8583 | $as_echo_n "(cached) " >&6 | 8564 | $as_echo_n "(cached) " >&6 |
| 8584 | else | 8565 | else |
| 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; } |
| 8625 | if ${emacs_cv_speed_t+:} false; then : | 8606 | if test "${emacs_cv_speed_t+set}" = set; then : |
| 8626 | $as_echo_n "(cached) " >&6 | 8607 | $as_echo_n "(cached) " >&6 |
| 8627 | else | 8608 | else |
| 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; } |
| 8656 | if ${emacs_cv_struct_timeval+:} false; then : | 8637 | if test "${emacs_cv_struct_timeval+set}" = set; then : |
| 8657 | $as_echo_n "(cached) " >&6 | 8638 | $as_echo_n "(cached) " >&6 |
| 8658 | else | 8639 | else |
| 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; } |
| 8697 | if ${emacs_cv_struct_exception+:} false; then : | 8678 | if test "${emacs_cv_struct_exception+set}" = set; then : |
| 8698 | $as_echo_n "(cached) " >&6 | 8679 | $as_echo_n "(cached) " >&6 |
| 8699 | else | 8680 | else |
| 8700 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 8681 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -8727,7 +8708,7 @@ fi | |||
| 8727 | for ac_header in sys/socket.h | 8708 | for ac_header in sys/socket.h |
| 8728 | do : | 8709 | do : |
| 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" |
| 8730 | if test "x$ac_cv_header_sys_socket_h" = xyes; then : | 8711 | if 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 | " |
| 8746 | if test "x$ac_cv_header_net_if_h" = xyes; then : | 8727 | if 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 | " |
| 8762 | if test "x$ac_cv_header_ifaddrs_h" = xyes; then : | 8743 | if 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 | " |
| 8778 | if test "x$ac_cv_header_net_if_dl_h" = xyes; then : | 8759 | if 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 | |||
| 8788 | do : | 8769 | do : |
| 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` |
| 8790 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 8771 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 8791 | if eval test \"x\$"$as_ac_var"\" = x"yes"; then : | 8772 | eval 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; } |
| 8802 | if ${ac_cv_struct_tm+:} false; then : | 8784 | if test "${ac_cv_struct_tm+set}" = set; then : |
| 8803 | $as_echo_n "(cached) " >&6 | 8785 | $as_echo_n "(cached) " >&6 |
| 8804 | else | 8786 | else |
| 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 | " |
| 8839 | if test "x$ac_cv_member_struct_tm_tm_zone" = xyes; then : | 8821 | if test "x$ac_cv_member_struct_tm_tm_zone" = x""yes; then : |
| 8840 | 8822 | ||
| 8841 | cat >>confdefs.h <<_ACEOF | 8823 | cat >>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 | |||
| 8852 | else | 8834 | else |
| 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 | " |
| 8855 | if test "x$ac_cv_have_decl_tzname" = xyes; then : | 8837 | if test "x$ac_cv_have_decl_tzname" = x""yes; then : |
| 8856 | ac_have_decl=1 | 8838 | ac_have_decl=1 |
| 8857 | else | 8839 | else |
| 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; } |
| 8867 | if ${ac_cv_var_tzname+:} false; then : | 8849 | if test "${ac_cv_var_tzname+set}" = set; then : |
| 8868 | $as_echo_n "(cached) " >&6 | 8850 | $as_echo_n "(cached) " >&6 |
| 8869 | else | 8851 | else |
| 8870 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 8852 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -8901,7 +8883,7 @@ fi | |||
| 8901 | 8883 | ||
| 8902 | ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include <time.h> | 8884 | ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include <time.h> |
| 8903 | " | 8885 | " |
| 8904 | if test "x$ac_cv_member_struct_tm_tm_gmtoff" = xyes; then : | 8886 | if 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 | " |
| 8918 | if test "x$ac_cv_member_struct_ifreq_ifr_flags" = xyes; then : | 8900 | if test "x$ac_cv_member_struct_ifreq_ifr_flags" = x""yes; then : |
| 8919 | 8901 | ||
| 8920 | cat >>confdefs.h <<_ACEOF | 8902 | cat >>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 | " |
| 8934 | if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes; then : | 8916 | if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = x""yes; then : |
| 8935 | 8917 | ||
| 8936 | cat >>confdefs.h <<_ACEOF | 8918 | cat >>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 | " |
| 8950 | if test "x$ac_cv_member_struct_ifreq_ifr_netmask" = xyes; then : | 8932 | if test "x$ac_cv_member_struct_ifreq_ifr_netmask" = x""yes; then : |
| 8951 | 8933 | ||
| 8952 | cat >>confdefs.h <<_ACEOF | 8934 | cat >>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 | " |
| 8966 | if test "x$ac_cv_member_struct_ifreq_ifr_broadaddr" = xyes; then : | 8948 | if test "x$ac_cv_member_struct_ifreq_ifr_broadaddr" = x""yes; then : |
| 8967 | 8949 | ||
| 8968 | cat >>confdefs.h <<_ACEOF | 8950 | cat >>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 | " |
| 8982 | if test "x$ac_cv_member_struct_ifreq_ifr_addr" = xyes; then : | 8964 | if test "x$ac_cv_member_struct_ifreq_ifr_addr" = x""yes; then : |
| 8983 | 8965 | ||
| 8984 | cat >>confdefs.h <<_ACEOF | 8966 | cat >>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 | " |
| 8998 | if test "x$ac_cv_member_struct_ifreq_ifr_addr_sa_len" = xyes; then : | 8980 | if test "x$ac_cv_member_struct_ifreq_ifr_addr_sa_len" = x""yes; then : |
| 8999 | 8981 | ||
| 9000 | cat >>confdefs.h <<_ACEOF | 8982 | cat >>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; } |
| 9027 | if ${ac_cv_c_volatile+:} false; then : | 9009 | if test "${ac_cv_c_volatile+set}" = set; then : |
| 9028 | $as_echo_n "(cached) " >&6 | 9010 | $as_echo_n "(cached) " >&6 |
| 9029 | else | 9011 | else |
| 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; } |
| 9061 | if ${ac_cv_c_const+:} false; then : | 9043 | if test "${ac_cv_c_const+set}" = set; then : |
| 9062 | $as_echo_n "(cached) " >&6 | 9044 | $as_echo_n "(cached) " >&6 |
| 9063 | else | 9045 | else |
| 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; } |
| 9141 | if ${emacs_cv_void_star+:} false; then : | 9123 | if test "${emacs_cv_void_star+set}" = set; then : |
| 9142 | $as_echo_n "(cached) " >&6 | 9124 | $as_echo_n "(cached) " >&6 |
| 9143 | else | 9125 | else |
| 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; } |
| 9174 | if ${ac_cv_c_bigendian+:} false; then : | 9156 | if test "${ac_cv_c_bigendian+set}" = set; then : |
| 9175 | $as_echo_n "(cached) " >&6 | 9157 | $as_echo_n "(cached) " >&6 |
| 9176 | else | 9158 | else |
| 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; } |
| 9399 | if ${emacs_cv_attribute_aligned+:} false; then : | 9381 | if test "${emacs_cv_attribute_aligned+set}" = set; then : |
| 9400 | $as_echo_n "(cached) " >&6 | 9382 | $as_echo_n "(cached) " >&6 |
| 9401 | else | 9383 | else |
| 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; } |
| 9430 | set x ${MAKE-make} | 9412 | set x ${MAKE-make} |
| 9431 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` | 9413 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` |
| 9432 | if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : | 9414 | if { 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 |
| 9434 | else | 9416 | else |
| 9435 | cat >conftest.make <<\_ACEOF | 9417 | cat >conftest.make <<\_ACEOF |
| @@ -9437,7 +9419,7 @@ SHELL = /bin/sh | |||
| 9437 | all: | 9419 | all: |
| 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. |
| 9441 | case `${MAKE-make} -f conftest.make 2>/dev/null` in | 9423 | case `${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; } |
| 9524 | if ${ac_cv_sys_long_file_names+:} false; then : | 9506 | if test "${ac_cv_sys_long_file_names+set}" = set; then : |
| 9525 | $as_echo_n "(cached) " >&6 | 9507 | $as_echo_n "(cached) " >&6 |
| 9526 | else | 9508 | else |
| 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 |
| 9578 | else | 9560 | else |
| 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 |
| 9583 | else | 9565 | else |
| 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 |
| 9682 | done | 9664 | done |
| 9683 | fi | 9665 | fi |
| 9684 | rm -f conftest.err conftest.i conftest.$ac_ext | 9666 | rm -f conftest.err conftest.$ac_ext |
| 9685 | fi # $ac_x_includes = no | 9667 | fi # $ac_x_includes = no |
| 9686 | 9668 | ||
| 9687 | if test "$ac_x_libraries" = no; then | 9669 | if 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" |
| 9864 | if test "x$ac_cv_header_AppKit_AppKit_h" = xyes; then : | 9846 | if test "x$ac_cv_header_AppKit_AppKit_h" = x""yes; then : |
| 9865 | HAVE_NS=yes | 9847 | HAVE_NS=yes |
| 9866 | else | 9848 | else |
| 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 |
| 9869 | fi | 9851 | fi |
| 9870 | 9852 | ||
| @@ -9943,7 +9925,7 @@ if test "$window_system" = none && test "X$with_x" != "Xno"; then | |||
| 9943 | set dummy X; ac_word=$2 | 9925 | set 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; } |
| 9946 | if ${ac_cv_prog_HAVE_XSERVER+:} false; then : | 9928 | if test "${ac_cv_prog_HAVE_XSERVER+set}" = set; then : |
| 9947 | $as_echo_n "(cached) " >&6 | 9929 | $as_echo_n "(cached) " >&6 |
| 9948 | else | 9930 | else |
| 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 |
| 9984 | were found. You should install the relevant development files for X | 9966 | were found. You should install the relevant development files for X |
| 9985 | and for the toolkit you want, such as Gtk+, Lesstif or Motif. Also make | 9967 | and for the toolkit you want, such as Gtk+, Lesstif or Motif. Also make |
| 9986 | sure you have development files for image handling, i.e. | 9968 | sure you have development files for image handling, i.e. |
| @@ -10002,14 +9984,14 @@ esac | |||
| 10002 | GNU_MALLOC=yes | 9984 | GNU_MALLOC=yes |
| 10003 | doug_lea_malloc=yes | 9985 | doug_lea_malloc=yes |
| 10004 | ac_fn_c_check_func "$LINENO" "malloc_get_state" "ac_cv_func_malloc_get_state" | 9986 | ac_fn_c_check_func "$LINENO" "malloc_get_state" "ac_cv_func_malloc_get_state" |
| 10005 | if test "x$ac_cv_func_malloc_get_state" = xyes; then : | 9987 | if test "x$ac_cv_func_malloc_get_state" = x""yes; then : |
| 10006 | 9988 | ||
| 10007 | else | 9989 | else |
| 10008 | doug_lea_malloc=no | 9990 | doug_lea_malloc=no |
| 10009 | fi | 9991 | fi |
| 10010 | 9992 | ||
| 10011 | ac_fn_c_check_func "$LINENO" "malloc_set_state" "ac_cv_func_malloc_set_state" | 9993 | ac_fn_c_check_func "$LINENO" "malloc_set_state" "ac_cv_func_malloc_set_state" |
| 10012 | if test "x$ac_cv_func_malloc_set_state" = xyes; then : | 9994 | if test "x$ac_cv_func_malloc_set_state" = x""yes; then : |
| 10013 | 9995 | ||
| 10014 | else | 9996 | else |
| 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; } |
| 10020 | if ${emacs_cv_var___after_morecore_hook+:} false; then : | 10002 | if test "${emacs_cv_var___after_morecore_hook+set}" = set; then : |
| 10021 | $as_echo_n "(cached) " >&6 | 10003 | $as_echo_n "(cached) " >&6 |
| 10022 | else | 10004 | else |
| 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` |
| 10104 | ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default | 10086 | ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default |
| 10105 | " | 10087 | " |
| 10106 | if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 10088 | eval 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 | |||
| 10122 | for ac_func in getpagesize | 10105 | for ac_func in getpagesize |
| 10123 | do : | 10106 | do : |
| 10124 | ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize" | 10107 | ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize" |
| 10125 | if test "x$ac_cv_func_getpagesize" = xyes; then : | 10108 | if 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; } |
| 10135 | if ${ac_cv_func_mmap_fixed_mapped+:} false; then : | 10118 | if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then : |
| 10136 | $as_echo_n "(cached) " >&6 | 10119 | $as_echo_n "(cached) " >&6 |
| 10137 | else | 10120 | else |
| 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; } |
| 10310 | if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then : | 10293 | if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then : |
| 10311 | $as_echo_n "(cached) " >&6 | 10294 | $as_echo_n "(cached) " >&6 |
| 10312 | else | 10295 | else |
| 10313 | ac_check_lib_save_LIBS=$LIBS | 10296 | ac_check_lib_save_LIBS=$LIBS |
| @@ -10341,7 +10324,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 10341 | fi | 10324 | fi |
| 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; } |
| 10344 | if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then : | 10327 | if 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; } |
| 10356 | if ${ac_cv_lib_Xbsd_main+:} false; then : | 10339 | if test "${ac_cv_lib_Xbsd_main+set}" = set; then : |
| 10357 | $as_echo_n "(cached) " >&6 | 10340 | $as_echo_n "(cached) " >&6 |
| 10358 | else | 10341 | else |
| 10359 | ac_check_lib_save_LIBS=$LIBS | 10342 | ac_check_lib_save_LIBS=$LIBS |
| @@ -10381,7 +10364,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 10381 | fi | 10364 | fi |
| 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; } |
| 10384 | if test "x$ac_cv_lib_Xbsd_main" = xyes; then : | 10367 | if 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" |
| 10386 | fi | 10369 | fi |
| 10387 | 10370 | ||
| @@ -10390,7 +10373,7 @@ LIB_PTHREAD= | |||
| 10390 | for ac_header in pthread.h | 10373 | for ac_header in pthread.h |
| 10391 | do : | 10374 | do : |
| 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" |
| 10393 | if test "x$ac_cv_header_pthread_h" = xyes; then : | 10376 | if 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 | |||
| 10402 | if test "$ac_cv_header_pthread_h"; then | 10385 | if 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; } |
| 10405 | if ${ac_cv_lib_pthread_pthread_self+:} false; then : | 10388 | if test "${ac_cv_lib_pthread_pthread_self+set}" = set; then : |
| 10406 | $as_echo_n "(cached) " >&6 | 10389 | $as_echo_n "(cached) " >&6 |
| 10407 | else | 10390 | else |
| 10408 | ac_check_lib_save_LIBS=$LIBS | 10391 | ac_check_lib_save_LIBS=$LIBS |
| @@ -10436,7 +10419,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 10436 | fi | 10419 | fi |
| 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; } |
| 10439 | if test "x$ac_cv_lib_pthread_pthread_self" = xyes; then : | 10422 | if test "x$ac_cv_lib_pthread_pthread_self" = x""yes; then : |
| 10440 | HAVE_PTHREAD=yes | 10423 | HAVE_PTHREAD=yes |
| 10441 | fi | 10424 | fi |
| 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; } |
| 10457 | if ${ac_cv_lib_pthreads_cma_open+:} false; then : | 10440 | if test "${ac_cv_lib_pthreads_cma_open+set}" = set; then : |
| 10458 | $as_echo_n "(cached) " >&6 | 10441 | $as_echo_n "(cached) " >&6 |
| 10459 | else | 10442 | else |
| 10460 | ac_check_lib_save_LIBS=$LIBS | 10443 | ac_check_lib_save_LIBS=$LIBS |
| @@ -10488,7 +10471,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 10488 | fi | 10471 | fi |
| 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; } |
| 10491 | if test "x$ac_cv_lib_pthreads_cma_open" = xyes; then : | 10474 | if 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 | |||
| 10515 | aix*) | 10498 | aix*) |
| 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; } |
| 10518 | if ${gdb_cv_bigtoc+:} false; then : | 10501 | if test "${gdb_cv_bigtoc+set}" = set; then : |
| 10519 | $as_echo_n "(cached) " >&6 | 10502 | $as_echo_n "(cached) " >&6 |
| 10520 | else | 10503 | else |
| 10521 | 10504 | ||
| @@ -10676,7 +10659,8 @@ XScreenNumberOfScreen XSetWMProtocols | |||
| 10676 | do : | 10659 | do : |
| 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` |
| 10678 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 10661 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 10679 | if eval test \"x\$"$as_ac_var"\" = x"yes"; then : | 10662 | eval 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 | |||
| 10689 | if test "${window_system}" = "x11"; then | 10673 | if 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 |
| 10694 | else | 10678 | else |
| 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 | |||
| 10754 | set dummy pkg-config; ac_word=$2 | 10738 | set 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; } |
| 10757 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 10741 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 10758 | $as_echo_n "(cached) " >&6 | 10742 | $as_echo_n "(cached) " >&6 |
| 10759 | else | 10743 | else |
| 10760 | case $PKG_CONFIG in | 10744 | case $PKG_CONFIG in |
| @@ -10868,7 +10852,7 @@ if test "${HAVE_X11}" = "yes"; then | |||
| 10868 | set dummy pkg-config; ac_word=$2 | 10852 | set 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; } |
| 10871 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 10855 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 10872 | $as_echo_n "(cached) " >&6 | 10856 | $as_echo_n "(cached) " >&6 |
| 10873 | else | 10857 | else |
| 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 |
| 10968 | do : | 10952 | do : |
| 10969 | ac_fn_c_check_func "$LINENO" "MagickExportImagePixels" "ac_cv_func_MagickExportImagePixels" | 10953 | ac_fn_c_check_func "$LINENO" "MagickExportImagePixels" "ac_cv_func_MagickExportImagePixels" |
| 10970 | if test "x$ac_cv_func_MagickExportImagePixels" = xyes; then : | 10954 | if 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 | |||
| 10994 | set dummy pkg-config; ac_word=$2 | 10978 | set 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; } |
| 10997 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 10981 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 10998 | $as_echo_n "(cached) " >&6 | 10982 | $as_echo_n "(cached) " >&6 |
| 10999 | else | 10983 | else |
| 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 | |||
| 11104 | set dummy pkg-config; ac_word=$2 | 11088 | set 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; } |
| 11107 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 11091 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 11108 | $as_echo_n "(cached) " >&6 | 11092 | $as_echo_n "(cached) " >&6 |
| 11109 | else | 11093 | else |
| 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 |
| 11197 | fi | 11181 | fi |
| 11198 | fi | 11182 | fi |
| @@ -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 |
| 11209 | do : | 11193 | do : |
| 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" |
| 11211 | if test "x$ac_cv_func_gtk_main" = xyes; then : | 11195 | if 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 | " |
| 11259 | if test "x$ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" = xyes; then : | 11243 | if 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 |
| 11261 | else | 11245 | else |
| 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 |
| 11267 | do : | 11251 | do : |
| 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" |
| 11269 | if test "x$ac_cv_func_gtk_file_selection_new" = xyes; then : | 11253 | if 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 | |||
| 11284 | do : | 11268 | do : |
| 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` |
| 11286 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 11270 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 11287 | if eval test \"x\$"$as_ac_var"\" = x"yes"; then : | 11271 | eval 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 | |||
| 11305 | set dummy pkg-config; ac_word=$2 | 11290 | set 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; } |
| 11308 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 11293 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 11309 | $as_echo_n "(cached) " >&6 | 11294 | $as_echo_n "(cached) " >&6 |
| 11310 | else | 11295 | else |
| 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 |
| 11401 | do : | 11386 | do : |
| 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" |
| 11403 | if test "x$ac_cv_func_dbus_watch_get_unix_fd" = xyes; then : | 11388 | if 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 | |||
| 11422 | set dummy pkg-config; ac_word=$2 | 11407 | set 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; } |
| 11425 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 11410 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 11426 | $as_echo_n "(cached) " >&6 | 11411 | $as_echo_n "(cached) " >&6 |
| 11427 | else | 11412 | else |
| 11428 | case $PKG_CONFIG in | 11413 | case $PKG_CONFIG in |
| @@ -11527,7 +11512,7 @@ if test "${HAVE_X11}" = "yes" && test "${with_gconf}" = "yes"; then | |||
| 11527 | set dummy pkg-config; ac_word=$2 | 11512 | set 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; } |
| 11530 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 11515 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 11531 | $as_echo_n "(cached) " >&6 | 11516 | $as_echo_n "(cached) " >&6 |
| 11532 | else | 11517 | else |
| 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 |
| 11632 | do : | 11617 | do : |
| 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" |
| 11634 | if test "x$ac_cv_func_g_type_init" = xyes; then : | 11619 | if 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= | |||
| 11651 | if test "${with_selinux}" = "yes"; then | 11636 | if 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; } |
| 11654 | if ${ac_cv_lib_selinux_lgetfilecon+:} false; then : | 11639 | if test "${ac_cv_lib_selinux_lgetfilecon+set}" = set; then : |
| 11655 | $as_echo_n "(cached) " >&6 | 11640 | $as_echo_n "(cached) " >&6 |
| 11656 | else | 11641 | else |
| 11657 | ac_check_lib_save_LIBS=$LIBS | 11642 | ac_check_lib_save_LIBS=$LIBS |
| @@ -11685,7 +11670,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 11685 | fi | 11670 | fi |
| 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; } |
| 11688 | if test "x$ac_cv_lib_selinux_lgetfilecon" = xyes; then : | 11673 | if test "x$ac_cv_lib_selinux_lgetfilecon" = x""yes; then : |
| 11689 | HAVE_LIBSELINUX=yes | 11674 | HAVE_LIBSELINUX=yes |
| 11690 | else | 11675 | else |
| 11691 | HAVE_LIBSELINUX=no | 11676 | HAVE_LIBSELINUX=no |
| @@ -11710,7 +11695,7 @@ if test "${with_gnutls}" = "yes" ; then | |||
| 11710 | set dummy pkg-config; ac_word=$2 | 11695 | set 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; } |
| 11713 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 11698 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 11714 | $as_echo_n "(cached) " >&6 | 11699 | $as_echo_n "(cached) " >&6 |
| 11715 | else | 11700 | else |
| 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 |
| 11809 | do : | 11794 | do : |
| 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" |
| 11811 | if test "x$ac_cv_func_gnutls_certificate_set_verify_function" = xyes; then : | 11796 | if 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 |
| 11838 | else | 11823 | else |
| 11839 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 11824 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -11852,7 +11837,7 @@ _ACEOF | |||
| 11852 | if ac_fn_c_try_link "$LINENO"; then : | 11837 | if 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; } |
| 11855 | if ${ac_cv_lib_Xaw3d_XawScrollbarSetThumb+:} false; then : | 11840 | if test "${ac_cv_lib_Xaw3d_XawScrollbarSetThumb+set}" = set; then : |
| 11856 | $as_echo_n "(cached) " >&6 | 11841 | $as_echo_n "(cached) " >&6 |
| 11857 | else | 11842 | else |
| 11858 | ac_check_lib_save_LIBS=$LIBS | 11843 | ac_check_lib_save_LIBS=$LIBS |
| @@ -11886,7 +11871,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 11886 | fi | 11871 | fi |
| 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; } |
| 11889 | if test "x$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" = xyes; then : | 11874 | if test "x$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" = x""yes; then : |
| 11890 | emacs_cv_xaw3d=yes | 11875 | emacs_cv_xaw3d=yes |
| 11891 | else | 11876 | else |
| 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 |
| 11921 | else | 11906 | else |
| 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. |
| 11953 | If you are sure you want Emacs compiled without an X toolkit, pass | 11938 | If you are sure you want Emacs compiled without an X toolkit, pass |
| 11954 | --with-x-toolkit=no | 11939 | --with-x-toolkit=no |
| 11955 | to configure. Otherwise, install the development libraries for the toolkit | 11940 | to configure. Otherwise, install the development libraries for the toolkit |
| @@ -11964,7 +11949,7 @@ LIBXTR6= | |||
| 11964 | if test "${USE_X_TOOLKIT}" != "none"; then | 11949 | if 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 |
| 11969 | else | 11954 | else |
| 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; } |
| 12018 | if ${ac_cv_lib_Xmu_XmuConvertStandardSelection+:} false; then : | 12003 | if test "${ac_cv_lib_Xmu_XmuConvertStandardSelection+set}" = set; then : |
| 12019 | $as_echo_n "(cached) " >&6 | 12004 | $as_echo_n "(cached) " >&6 |
| 12020 | else | 12005 | else |
| 12021 | ac_check_lib_save_LIBS=$LIBS | 12006 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12049,7 +12034,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12049 | fi | 12034 | fi |
| 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; } |
| 12052 | if test "x$ac_cv_lib_Xmu_XmuConvertStandardSelection" = xyes; then : | 12037 | if 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; } |
| 12079 | if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false; then : | 12064 | if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then : |
| 12080 | $as_echo_n "(cached) " >&6 | 12065 | $as_echo_n "(cached) " >&6 |
| 12081 | else | 12066 | else |
| 12082 | ac_check_lib_save_LIBS=$LIBS | 12067 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12110,7 +12095,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12110 | fi | 12095 | fi |
| 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; } |
| 12113 | if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes; then : | 12098 | if 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= | |||
| 12126 | if test "${USE_X_TOOLKIT}" = "MOTIF"; then | 12111 | if 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; } |
| 12129 | if ${emacs_cv_motif_version_2_1+:} false; then : | 12114 | if test "${emacs_cv_motif_version_2_1+set}" = set; then : |
| 12130 | $as_echo_n "(cached) " >&6 | 12115 | $as_echo_n "(cached) " >&6 |
| 12131 | else | 12116 | else |
| 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; } |
| 12159 | if ${ac_cv_lib_Xp_XpCreateContext+:} false; then : | 12144 | if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then : |
| 12160 | $as_echo_n "(cached) " >&6 | 12145 | $as_echo_n "(cached) " >&6 |
| 12161 | else | 12146 | else |
| 12162 | ac_check_lib_save_LIBS=$LIBS | 12147 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12190,14 +12175,14 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12190 | fi | 12175 | fi |
| 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; } |
| 12193 | if test "x$ac_cv_lib_Xp_XpCreateContext" = xyes; then : | 12178 | if test "x$ac_cv_lib_Xp_XpCreateContext" = x""yes; then : |
| 12194 | LIBXP=-lXp | 12179 | LIBXP=-lXp |
| 12195 | fi | 12180 | fi |
| 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; } |
| 12200 | if ${emacs_cv_lesstif+:} false; then : | 12185 | if test "${emacs_cv_lesstif+set}" = set; then : |
| 12201 | $as_echo_n "(cached) " >&6 | 12186 | $as_echo_n "(cached) " >&6 |
| 12202 | else | 12187 | else |
| 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 | |||
| 12356 | set dummy pkg-config; ac_word=$2 | 12341 | set 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; } |
| 12359 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 12344 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 12360 | $as_echo_n "(cached) " >&6 | 12345 | $as_echo_n "(cached) " >&6 |
| 12361 | else | 12346 | else |
| 12362 | case $PKG_CONFIG in | 12347 | case $PKG_CONFIG in |
| @@ -12458,7 +12443,7 @@ $as_echo "no" >&6; } | |||
| 12458 | set dummy pkg-config; ac_word=$2 | 12443 | set 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; } |
| 12461 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 12446 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 12462 | $as_echo_n "(cached) " >&6 | 12447 | $as_echo_n "(cached) " >&6 |
| 12463 | else | 12448 | else |
| 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; } |
| 12553 | if ${ac_cv_lib_Xrender_XRenderQueryExtension+:} false; then : | 12538 | if test "${ac_cv_lib_Xrender_XRenderQueryExtension+set}" = set; then : |
| 12554 | $as_echo_n "(cached) " >&6 | 12539 | $as_echo_n "(cached) " >&6 |
| 12555 | else | 12540 | else |
| 12556 | ac_check_lib_save_LIBS=$LIBS | 12541 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12584,7 +12569,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12584 | fi | 12569 | fi |
| 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; } |
| 12587 | if test "x$ac_cv_lib_Xrender_XRenderQueryExtension" = xyes; then : | 12572 | if test "x$ac_cv_lib_Xrender_XRenderQueryExtension" = x""yes; then : |
| 12588 | HAVE_XRENDER=yes | 12573 | HAVE_XRENDER=yes |
| 12589 | fi | 12574 | fi |
| 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" |
| 12600 | if test "x$ac_cv_header_X11_Xft_Xft_h" = xyes; then : | 12585 | if 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; } |
| 12603 | if ${ac_cv_lib_Xft_XftFontOpen+:} false; then : | 12588 | if test "${ac_cv_lib_Xft_XftFontOpen+set}" = set; then : |
| 12604 | $as_echo_n "(cached) " >&6 | 12589 | $as_echo_n "(cached) " >&6 |
| 12605 | else | 12590 | else |
| 12606 | ac_check_lib_save_LIBS=$LIBS | 12591 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12634,7 +12619,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12634 | fi | 12619 | fi |
| 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; } |
| 12637 | if test "x$ac_cv_lib_Xft_XftFontOpen" = xyes; then : | 12622 | if test "x$ac_cv_lib_Xft_XftFontOpen" = x""yes; then : |
| 12638 | HAVE_XFT=yes | 12623 | HAVE_XFT=yes |
| 12639 | fi | 12624 | fi |
| 12640 | 12625 | ||
| @@ -12669,7 +12654,7 @@ $as_echo "#define HAVE_XFT 1" >>confdefs.h | |||
| 12669 | set dummy pkg-config; ac_word=$2 | 12654 | set 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; } |
| 12672 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 12657 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 12673 | $as_echo_n "(cached) " >&6 | 12658 | $as_echo_n "(cached) " >&6 |
| 12674 | else | 12659 | else |
| 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 | |||
| 12773 | set dummy pkg-config; ac_word=$2 | 12758 | set 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; } |
| 12776 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 12761 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 12777 | $as_echo_n "(cached) " >&6 | 12762 | $as_echo_n "(cached) " >&6 |
| 12778 | else | 12763 | else |
| 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; } |
| 12869 | if ${ac_cv_lib_otf_OTF_get_variation_glyphs+:} false; then : | 12854 | if test "${ac_cv_lib_otf_OTF_get_variation_glyphs+set}" = set; then : |
| 12870 | $as_echo_n "(cached) " >&6 | 12855 | $as_echo_n "(cached) " >&6 |
| 12871 | else | 12856 | else |
| 12872 | ac_check_lib_save_LIBS=$LIBS | 12857 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12900,7 +12885,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12900 | fi | 12885 | fi |
| 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; } |
| 12903 | if test "x$ac_cv_lib_otf_OTF_get_variation_glyphs" = xyes; then : | 12888 | if 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 |
| 12905 | else | 12890 | else |
| 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 | |||
| 12925 | set dummy pkg-config; ac_word=$2 | 12910 | set 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; } |
| 12928 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 12913 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 12929 | $as_echo_n "(cached) " >&6 | 12914 | $as_echo_n "(cached) " >&6 |
| 12930 | else | 12915 | else |
| 12931 | case $PKG_CONFIG in | 12916 | case $PKG_CONFIG in |
| @@ -13043,10 +13028,10 @@ LIBXPM= | |||
| 13043 | if test "${HAVE_X11}" = "yes"; then | 13028 | if 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" |
| 13046 | if test "x$ac_cv_header_X11_xpm_h" = xyes; then : | 13031 | if 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; } |
| 13049 | if ${ac_cv_lib_Xpm_XpmReadFileToPixmap+:} false; then : | 13034 | if test "${ac_cv_lib_Xpm_XpmReadFileToPixmap+set}" = set; then : |
| 13050 | $as_echo_n "(cached) " >&6 | 13035 | $as_echo_n "(cached) " >&6 |
| 13051 | else | 13036 | else |
| 13052 | ac_check_lib_save_LIBS=$LIBS | 13037 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13080,7 +13065,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13080 | fi | 13065 | fi |
| 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; } |
| 13083 | if test "x$ac_cv_lib_Xpm_XpmReadFileToPixmap" = xyes; then : | 13068 | if test "x$ac_cv_lib_Xpm_XpmReadFileToPixmap" = x""yes; then : |
| 13084 | HAVE_XPM=yes | 13069 | HAVE_XPM=yes |
| 13085 | fi | 13070 | fi |
| 13086 | 13071 | ||
| @@ -13132,10 +13117,10 @@ LIBJPEG= | |||
| 13132 | if test "${HAVE_X11}" = "yes"; then | 13117 | if 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" |
| 13135 | if test "x$ac_cv_header_jerror_h" = xyes; then : | 13120 | if 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; } |
| 13138 | if ${ac_cv_lib_jpeg_jpeg_destroy_compress+:} false; then : | 13123 | if test "${ac_cv_lib_jpeg_jpeg_destroy_compress+set}" = set; then : |
| 13139 | $as_echo_n "(cached) " >&6 | 13124 | $as_echo_n "(cached) " >&6 |
| 13140 | else | 13125 | else |
| 13141 | ac_check_lib_save_LIBS=$LIBS | 13126 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13169,7 +13154,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13169 | fi | 13154 | fi |
| 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; } |
| 13172 | if test "x$ac_cv_lib_jpeg_jpeg_destroy_compress" = xyes; then : | 13157 | if test "x$ac_cv_lib_jpeg_jpeg_destroy_compress" = x""yes; then : |
| 13173 | HAVE_JPEG=yes | 13158 | HAVE_JPEG=yes |
| 13174 | fi | 13159 | fi |
| 13175 | 13160 | ||
| @@ -13216,7 +13201,8 @@ if test "${HAVE_X11}" = "yes"; then | |||
| 13216 | do : | 13201 | do : |
| 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` |
| 13218 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | 13203 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" |
| 13219 | if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 13204 | eval 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; } |
| 13231 | if ${ac_cv_lib_png_png_get_channels+:} false; then : | 13217 | if test "${ac_cv_lib_png_png_get_channels+set}" = set; then : |
| 13232 | $as_echo_n "(cached) " >&6 | 13218 | $as_echo_n "(cached) " >&6 |
| 13233 | else | 13219 | else |
| 13234 | ac_check_lib_save_LIBS=$LIBS | 13220 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13262,7 +13248,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13262 | fi | 13248 | fi |
| 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; } |
| 13265 | if test "x$ac_cv_lib_png_png_get_channels" = xyes; then : | 13251 | if test "x$ac_cv_lib_png_png_get_channels" = x""yes; then : |
| 13266 | HAVE_PNG=yes | 13252 | HAVE_PNG=yes |
| 13267 | fi | 13253 | fi |
| 13268 | 13254 | ||
| @@ -13284,13 +13270,13 @@ LIBTIFF= | |||
| 13284 | if test "${HAVE_X11}" = "yes"; then | 13270 | if 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" |
| 13287 | if test "x$ac_cv_header_tiffio_h" = xyes; then : | 13273 | if 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; } |
| 13293 | if ${ac_cv_lib_tiff_TIFFGetVersion+:} false; then : | 13279 | if test "${ac_cv_lib_tiff_TIFFGetVersion+set}" = set; then : |
| 13294 | $as_echo_n "(cached) " >&6 | 13280 | $as_echo_n "(cached) " >&6 |
| 13295 | else | 13281 | else |
| 13296 | ac_check_lib_save_LIBS=$LIBS | 13282 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13324,7 +13310,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13324 | fi | 13310 | fi |
| 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; } |
| 13327 | if test "x$ac_cv_lib_tiff_TIFFGetVersion" = xyes; then : | 13313 | if test "x$ac_cv_lib_tiff_TIFFGetVersion" = x""yes; then : |
| 13328 | HAVE_TIFF=yes | 13314 | HAVE_TIFF=yes |
| 13329 | fi | 13315 | fi |
| 13330 | 13316 | ||
| @@ -13347,12 +13333,12 @@ HAVE_GIF=no | |||
| 13347 | LIBGIF= | 13333 | LIBGIF= |
| 13348 | if test "${HAVE_X11}" = "yes" && test "${with_gif}" != "no"; then | 13334 | if 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" |
| 13350 | if test "x$ac_cv_header_gif_lib_h" = xyes; then : | 13336 | if 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; } |
| 13355 | if ${ac_cv_lib_gif_EGifPutExtensionLast+:} false; then : | 13341 | if test "${ac_cv_lib_gif_EGifPutExtensionLast+set}" = set; then : |
| 13356 | $as_echo_n "(cached) " >&6 | 13342 | $as_echo_n "(cached) " >&6 |
| 13357 | else | 13343 | else |
| 13358 | ac_check_lib_save_LIBS=$LIBS | 13344 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13386,7 +13372,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13386 | fi | 13372 | fi |
| 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; } |
| 13389 | if test "x$ac_cv_lib_gif_EGifPutExtensionLast" = xyes; then : | 13375 | if test "x$ac_cv_lib_gif_EGifPutExtensionLast" = x""yes; then : |
| 13390 | HAVE_GIF=yes | 13376 | HAVE_GIF=yes |
| 13391 | else | 13377 | else |
| 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; } |
| 13405 | if ${ac_cv_lib_ungif_EGifPutExtensionLast+:} false; then : | 13391 | if test "${ac_cv_lib_ungif_EGifPutExtensionLast+set}" = set; then : |
| 13406 | $as_echo_n "(cached) " >&6 | 13392 | $as_echo_n "(cached) " >&6 |
| 13407 | else | 13393 | else |
| 13408 | ac_check_lib_save_LIBS=$LIBS | 13394 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13436,7 +13422,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13436 | fi | 13422 | fi |
| 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; } |
| 13439 | if test "x$ac_cv_lib_ungif_EGifPutExtensionLast" = xyes; then : | 13425 | if test "x$ac_cv_lib_ungif_EGifPutExtensionLast" = x""yes; then : |
| 13440 | HAVE_GIF=yes | 13426 | HAVE_GIF=yes |
| 13441 | else | 13427 | else |
| 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 |
| 13473 | Maybe some development libraries/packages are missing? | 13459 | Maybe some development libraries/packages are missing? |
| 13474 | If you don't want to link with them give | 13460 | If you don't want to link with them give |
| @@ -13482,10 +13468,10 @@ HAVE_GPM=no | |||
| 13482 | LIBGPM= | 13468 | LIBGPM= |
| 13483 | if test "${with_gpm}" != "no"; then | 13469 | if 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" |
| 13485 | if test "x$ac_cv_header_gpm_h" = xyes; then : | 13471 | if 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; } |
| 13488 | if ${ac_cv_lib_gpm_Gpm_Open+:} false; then : | 13474 | if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then : |
| 13489 | $as_echo_n "(cached) " >&6 | 13475 | $as_echo_n "(cached) " >&6 |
| 13490 | else | 13476 | else |
| 13491 | ac_check_lib_save_LIBS=$LIBS | 13477 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13519,7 +13505,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13519 | fi | 13505 | fi |
| 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; } |
| 13522 | if test "x$ac_cv_lib_gpm_Gpm_Open" = xyes; then : | 13508 | if test "x$ac_cv_lib_gpm_Gpm_Open" = x""yes; then : |
| 13523 | HAVE_GPM=yes | 13509 | HAVE_GPM=yes |
| 13524 | fi | 13510 | fi |
| 13525 | 13511 | ||
| @@ -13537,7 +13523,7 @@ fi | |||
| 13537 | 13523 | ||
| 13538 | 13524 | ||
| 13539 | ac_fn_c_check_header_mongrel "$LINENO" "malloc/malloc.h" "ac_cv_header_malloc_malloc_h" "$ac_includes_default" | 13525 | ac_fn_c_check_header_mongrel "$LINENO" "malloc/malloc.h" "ac_cv_header_malloc_malloc_h" "$ac_includes_default" |
| 13540 | if test "x$ac_cv_header_malloc_malloc_h" = xyes; then : | 13526 | if 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 | |||
| 13582 | LIBXSM= | 13568 | LIBXSM= |
| 13583 | if test "${HAVE_X11}" = "yes"; then | 13569 | if 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" |
| 13585 | if test "x$ac_cv_header_X11_SM_SMlib_h" = xyes; then : | 13571 | if 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; } |
| 13588 | if ${ac_cv_lib_SM_SmcOpenConnection+:} false; then : | 13574 | if test "${ac_cv_lib_SM_SmcOpenConnection+set}" = set; then : |
| 13589 | $as_echo_n "(cached) " >&6 | 13575 | $as_echo_n "(cached) " >&6 |
| 13590 | else | 13576 | else |
| 13591 | ac_check_lib_save_LIBS=$LIBS | 13577 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13619,7 +13605,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13619 | fi | 13605 | fi |
| 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; } |
| 13622 | if test "x$ac_cv_lib_SM_SmcOpenConnection" = xyes; then : | 13608 | if test "x$ac_cv_lib_SM_SmcOpenConnection" = x""yes; then : |
| 13623 | HAVE_X_SM=yes | 13609 | HAVE_X_SM=yes |
| 13624 | fi | 13610 | fi |
| 13625 | 13611 | ||
| @@ -13650,7 +13636,7 @@ if test "${with_xml2}" != "no"; then | |||
| 13650 | set dummy pkg-config; ac_word=$2 | 13636 | set 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; } |
| 13653 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 13639 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 13654 | $as_echo_n "(cached) " >&6 | 13640 | $as_echo_n "(cached) " >&6 |
| 13655 | else | 13641 | else |
| 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; } |
| 13744 | if ${ac_cv_lib_xml2_htmlReadMemory+:} false; then : | 13730 | if test "${ac_cv_lib_xml2_htmlReadMemory+set}" = set; then : |
| 13745 | $as_echo_n "(cached) " >&6 | 13731 | $as_echo_n "(cached) " >&6 |
| 13746 | else | 13732 | else |
| 13747 | ac_check_lib_save_LIBS=$LIBS | 13733 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13775,7 +13761,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13775 | fi | 13761 | fi |
| 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; } |
| 13778 | if test "x$ac_cv_lib_xml2_htmlReadMemory" = xyes; then : | 13764 | if test "x$ac_cv_lib_xml2_htmlReadMemory" = x""yes; then : |
| 13779 | HAVE_LIBXML2=yes | 13765 | HAVE_LIBXML2=yes |
| 13780 | else | 13766 | else |
| 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; } |
| 13800 | if ${emacs_cv_netdb_declares_h_errno+:} false; then : | 13786 | if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then : |
| 13801 | $as_echo_n "(cached) " >&6 | 13787 | $as_echo_n "(cached) " >&6 |
| 13802 | else | 13788 | else |
| 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; } |
| 13834 | if ${ac_cv_lib_m_sqrt+:} false; then : | 13820 | if test "${ac_cv_lib_m_sqrt+set}" = set; then : |
| 13835 | $as_echo_n "(cached) " >&6 | 13821 | $as_echo_n "(cached) " >&6 |
| 13836 | else | 13822 | else |
| 13837 | ac_check_lib_save_LIBS=$LIBS | 13823 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13865,7 +13851,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13865 | fi | 13851 | fi |
| 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; } |
| 13868 | if test "x$ac_cv_lib_m_sqrt" = xyes; then : | 13854 | if 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; } |
| 13882 | if ${ac_cv_lib_mail_maillock+:} false; then : | 13868 | if test "${ac_cv_lib_mail_maillock+set}" = set; then : |
| 13883 | $as_echo_n "(cached) " >&6 | 13869 | $as_echo_n "(cached) " >&6 |
| 13884 | else | 13870 | else |
| 13885 | ac_check_lib_save_LIBS=$LIBS | 13871 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13913,7 +13899,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13913 | fi | 13899 | fi |
| 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; } |
| 13916 | if test "x$ac_cv_lib_mail_maillock" = xyes; then : | 13902 | if test "x$ac_cv_lib_mail_maillock" = x""yes; then : |
| 13917 | have_mail=yes | 13903 | have_mail=yes |
| 13918 | else | 13904 | else |
| 13919 | have_mail=no | 13905 | have_mail=no |
| @@ -13930,7 +13916,7 @@ else | |||
| 13930 | fi | 13916 | fi |
| 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; } |
| 13933 | if ${ac_cv_lib_lockfile_maillock+:} false; then : | 13919 | if test "${ac_cv_lib_lockfile_maillock+set}" = set; then : |
| 13934 | $as_echo_n "(cached) " >&6 | 13920 | $as_echo_n "(cached) " >&6 |
| 13935 | else | 13921 | else |
| 13936 | ac_check_lib_save_LIBS=$LIBS | 13922 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13964,7 +13950,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13964 | fi | 13950 | fi |
| 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; } |
| 13967 | if test "x$ac_cv_lib_lockfile_maillock" = xyes; then : | 13953 | if test "x$ac_cv_lib_lockfile_maillock" = x""yes; then : |
| 13968 | have_lockfile=yes | 13954 | have_lockfile=yes |
| 13969 | else | 13955 | else |
| 13970 | have_lockfile=no | 13956 | have_lockfile=no |
| @@ -13984,7 +13970,7 @@ else | |||
| 13984 | set dummy liblockfile.so; ac_word=$2 | 13970 | set 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; } |
| 13987 | if ${ac_cv_prog_liblockfile+:} false; then : | 13973 | if test "${ac_cv_prog_liblockfile+set}" = set; then : |
| 13988 | $as_echo_n "(cached) " >&6 | 13974 | $as_echo_n "(cached) " >&6 |
| 13989 | else | 13975 | else |
| 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. |
| 14024 | This probably means that movemail could lose mail. | 14010 | This probably means that movemail could lose mail. |
| 14025 | There may be a \`development' package to install containing liblockfile." "$LINENO" 5 | 14011 | There may be a \`development' package to install containing liblockfile." "$LINENO" 5 |
| 14026 | fi | 14012 | fi |
| @@ -14028,7 +14014,7 @@ fi | |||
| 14028 | for ac_func in touchlock | 14014 | for ac_func in touchlock |
| 14029 | do : | 14015 | do : |
| 14030 | ac_fn_c_check_func "$LINENO" "touchlock" "ac_cv_func_touchlock" | 14016 | ac_fn_c_check_func "$LINENO" "touchlock" "ac_cv_func_touchlock" |
| 14031 | if test "x$ac_cv_func_touchlock" = xyes; then : | 14017 | if 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 | |||
| 14039 | for ac_header in maillock.h | 14025 | for ac_header in maillock.h |
| 14040 | do : | 14026 | do : |
| 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" |
| 14042 | if test "x$ac_cv_header_maillock_h" = xyes; then : | 14028 | if 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 \ | |||
| 14105 | sendto recvfrom getsockopt setsockopt getsockname getpeername \ | 14091 | sendto recvfrom getsockopt setsockopt getsockname getpeername \ |
| 14106 | gai_strerror mkstemp getline getdelim mremap fsync sync \ | 14092 | gai_strerror mkstemp getline getdelim mremap fsync sync \ |
| 14107 | difftime mempcpy mblen mbrlen posix_memalign \ | 14093 | difftime mempcpy mblen mbrlen posix_memalign \ |
| 14108 | cfmakeraw cfsetspeed isnan copysign __executable_start | 14094 | cfmakeraw cfsetspeed copysign __executable_start |
| 14109 | do : | 14095 | do : |
| 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` |
| 14111 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 14097 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 14112 | if eval test \"x\$"$as_ac_var"\" = x"yes"; then : | 14098 | eval 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; } |
| 14123 | if ${emacs_cv_func___builtin_unwind_init+:} false; then : | 14110 | if test "${emacs_cv_func___builtin_unwind_init+set}" = set; then : |
| 14124 | $as_echo_n "(cached) " >&6 | 14111 | $as_echo_n "(cached) " >&6 |
| 14125 | else | 14112 | else |
| 14126 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 14113 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -14153,7 +14140,7 @@ fi | |||
| 14153 | for ac_header in sys/un.h | 14140 | for ac_header in sys/un.h |
| 14154 | do : | 14141 | do : |
| 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" |
| 14156 | if test "x$ac_cv_header_sys_un_h" = xyes; then : | 14143 | if 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; } |
| 14168 | if ${ac_cv_sys_largefile_source+:} false; then : | 14155 | if test "${ac_cv_sys_largefile_source+set}" = set; then : |
| 14169 | $as_echo_n "(cached) " >&6 | 14156 | $as_echo_n "(cached) " >&6 |
| 14170 | else | 14157 | else |
| 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; } |
| 14237 | if ${ac_cv_func_getpgrp_void+:} false; then : | 14224 | if test "${ac_cv_func_getpgrp_void+set}" = set; then : |
| 14238 | $as_echo_n "(cached) " >&6 | 14225 | $as_echo_n "(cached) " >&6 |
| 14239 | else | 14226 | else |
| 14240 | # Use it with a single arg. | 14227 | # Use it with a single arg. |
| @@ -14270,7 +14257,7 @@ fi | |||
| 14270 | for ac_func in grantpt | 14257 | for ac_func in grantpt |
| 14271 | do : | 14258 | do : |
| 14272 | ac_fn_c_check_func "$LINENO" "grantpt" "ac_cv_func_grantpt" | 14259 | ac_fn_c_check_func "$LINENO" "grantpt" "ac_cv_func_grantpt" |
| 14273 | if test "x$ac_cv_func_grantpt" = xyes; then : | 14260 | if 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 | |||
| 14283 | for ac_func in getpt | 14270 | for ac_func in getpt |
| 14284 | do : | 14271 | do : |
| 14285 | ac_fn_c_check_func "$LINENO" "getpt" "ac_cv_func_getpt" | 14272 | ac_fn_c_check_func "$LINENO" "getpt" "ac_cv_func_getpt" |
| 14286 | if test "x$ac_cv_func_getpt" = xyes; then : | 14273 | if 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 | |||
| 14300 | have_tputs_et_al=true | 14287 | have_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; } |
| 14303 | if ${ac_cv_search_tputs+:} false; then : | 14290 | if test "${ac_cv_search_tputs+set}" = set; then : |
| 14304 | $as_echo_n "(cached) " >&6 | 14291 | $as_echo_n "(cached) " >&6 |
| 14305 | else | 14292 | else |
| 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 | |||
| 14334 | fi | 14321 | fi |
| 14335 | rm -f core conftest.err conftest.$ac_objext \ | 14322 | rm -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 |
| 14339 | fi | 14326 | fi |
| 14340 | done | 14327 | done |
| 14341 | if ${ac_cv_search_tputs+:} false; then : | 14328 | if test "${ac_cv_search_tputs+set}" = set; then : |
| 14342 | 14329 | ||
| 14343 | else | 14330 | else |
| 14344 | ac_cv_search_tputs=no | 14331 | ac_cv_search_tputs=no |
| @@ -14357,7 +14344,7 @@ else | |||
| 14357 | fi | 14344 | fi |
| 14358 | 14345 | ||
| 14359 | if test "$have_tputs_et_al" != true; then | 14346 | if 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). |
| 14361 | Maybe some development libraries/packages are missing? Try installing | 14348 | Maybe some development libraries/packages are missing? Try installing |
| 14362 | libncurses-dev(el), libterminfo-dev(el) or similar." "$LINENO" 5 | 14349 | libncurses-dev(el), libterminfo-dev(el) or similar." "$LINENO" 5 |
| 14363 | fi | 14350 | fi |
| @@ -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 |
| 14402 | else | 14389 | else |
| 14403 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 14390 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -14539,16 +14526,16 @@ LIBHESIOD= | |||
| 14539 | if test "$with_hesiod" != no ; then | 14526 | if 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" |
| 14542 | if test "x$ac_cv_func_res_send" = xyes; then : | 14529 | if test "x$ac_cv_func_res_send" = x""yes; then : |
| 14543 | 14530 | ||
| 14544 | else | 14531 | else |
| 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" |
| 14546 | if test "x$ac_cv_func___res_send" = xyes; then : | 14533 | if test "x$ac_cv_func___res_send" = x""yes; then : |
| 14547 | 14534 | ||
| 14548 | else | 14535 | else |
| 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; } |
| 14551 | if ${ac_cv_lib_resolv_res_send+:} false; then : | 14538 | if test "${ac_cv_lib_resolv_res_send+set}" = set; then : |
| 14552 | $as_echo_n "(cached) " >&6 | 14539 | $as_echo_n "(cached) " >&6 |
| 14553 | else | 14540 | else |
| 14554 | ac_check_lib_save_LIBS=$LIBS | 14541 | ac_check_lib_save_LIBS=$LIBS |
| @@ -14582,12 +14569,12 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 14582 | fi | 14569 | fi |
| 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; } |
| 14585 | if test "x$ac_cv_lib_resolv_res_send" = xyes; then : | 14572 | if test "x$ac_cv_lib_resolv_res_send" = x""yes; then : |
| 14586 | resolv=yes | 14573 | resolv=yes |
| 14587 | else | 14574 | else |
| 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; } |
| 14590 | if ${ac_cv_lib_resolv___res_send+:} false; then : | 14577 | if test "${ac_cv_lib_resolv___res_send+set}" = set; then : |
| 14591 | $as_echo_n "(cached) " >&6 | 14578 | $as_echo_n "(cached) " >&6 |
| 14592 | else | 14579 | else |
| 14593 | ac_check_lib_save_LIBS=$LIBS | 14580 | ac_check_lib_save_LIBS=$LIBS |
| @@ -14621,7 +14608,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 14621 | fi | 14608 | fi |
| 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; } |
| 14624 | if test "x$ac_cv_lib_resolv___res_send" = xyes; then : | 14611 | if test "x$ac_cv_lib_resolv___res_send" = x""yes; then : |
| 14625 | resolv=yes | 14612 | resolv=yes |
| 14626 | fi | 14613 | fi |
| 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" |
| 14640 | if test "x$ac_cv_func_hes_getmailhost" = xyes; then : | 14627 | if test "x$ac_cv_func_hes_getmailhost" = x""yes; then : |
| 14641 | 14628 | ||
| 14642 | else | 14629 | else |
| 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; } |
| 14645 | if ${ac_cv_lib_hesiod_hes_getmailhost+:} false; then : | 14632 | if test "${ac_cv_lib_hesiod_hes_getmailhost+set}" = set; then : |
| 14646 | $as_echo_n "(cached) " >&6 | 14633 | $as_echo_n "(cached) " >&6 |
| 14647 | else | 14634 | else |
| 14648 | ac_check_lib_save_LIBS=$LIBS | 14635 | ac_check_lib_save_LIBS=$LIBS |
| @@ -14676,7 +14663,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 14676 | fi | 14663 | fi |
| 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; } |
| 14679 | if test "x$ac_cv_lib_hesiod_hes_getmailhost" = xyes; then : | 14666 | if test "x$ac_cv_lib_hesiod_hes_getmailhost" = x""yes; then : |
| 14680 | hesiod=yes | 14667 | hesiod=yes |
| 14681 | else | 14668 | else |
| 14682 | : | 14669 | : |
| @@ -14715,7 +14702,7 @@ KRB4LIB= | |||
| 14715 | if test "${with_kerberos}" != no; then | 14702 | if 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; } |
| 14718 | if ${ac_cv_lib_com_err_com_err+:} false; then : | 14705 | if test "${ac_cv_lib_com_err_com_err+set}" = set; then : |
| 14719 | $as_echo_n "(cached) " >&6 | 14706 | $as_echo_n "(cached) " >&6 |
| 14720 | else | 14707 | else |
| 14721 | ac_check_lib_save_LIBS=$LIBS | 14708 | ac_check_lib_save_LIBS=$LIBS |
| @@ -14749,7 +14736,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 14749 | fi | 14736 | fi |
| 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; } |
| 14752 | if test "x$ac_cv_lib_com_err_com_err" = xyes; then : | 14739 | if test "x$ac_cv_lib_com_err_com_err" = x""yes; then : |
| 14753 | have_com_err=yes | 14740 | have_com_err=yes |
| 14754 | else | 14741 | else |
| 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; } |
| 14767 | if ${ac_cv_lib_crypto_mit_des_cbc_encrypt+:} false; then : | 14754 | if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then : |
| 14768 | $as_echo_n "(cached) " >&6 | 14755 | $as_echo_n "(cached) " >&6 |
| 14769 | else | 14756 | else |
| 14770 | ac_check_lib_save_LIBS=$LIBS | 14757 | ac_check_lib_save_LIBS=$LIBS |
| @@ -14798,7 +14785,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 14798 | fi | 14785 | fi |
| 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; } |
| 14801 | if test "x$ac_cv_lib_crypto_mit_des_cbc_encrypt" = xyes; then : | 14788 | if test "x$ac_cv_lib_crypto_mit_des_cbc_encrypt" = x""yes; then : |
| 14802 | have_crypto=yes | 14789 | have_crypto=yes |
| 14803 | else | 14790 | else |
| 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; } |
| 14816 | if ${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+:} false; then : | 14803 | if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then : |
| 14817 | $as_echo_n "(cached) " >&6 | 14804 | $as_echo_n "(cached) " >&6 |
| 14818 | else | 14805 | else |
| 14819 | ac_check_lib_save_LIBS=$LIBS | 14806 | ac_check_lib_save_LIBS=$LIBS |
| @@ -14847,7 +14834,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 14847 | fi | 14834 | fi |
| 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; } |
| 14850 | if test "x$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" = xyes; then : | 14837 | if test "x$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" = x""yes; then : |
| 14851 | have_k5crypto=yes | 14838 | have_k5crypto=yes |
| 14852 | else | 14839 | else |
| 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; } |
| 14865 | if ${ac_cv_lib_krb5_krb5_init_context+:} false; then : | 14852 | if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then : |
| 14866 | $as_echo_n "(cached) " >&6 | 14853 | $as_echo_n "(cached) " >&6 |
| 14867 | else | 14854 | else |
| 14868 | ac_check_lib_save_LIBS=$LIBS | 14855 | ac_check_lib_save_LIBS=$LIBS |
| @@ -14896,7 +14883,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 14896 | fi | 14883 | fi |
| 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; } |
| 14899 | if test "x$ac_cv_lib_krb5_krb5_init_context" = xyes; then : | 14886 | if test "x$ac_cv_lib_krb5_krb5_init_context" = x""yes; then : |
| 14900 | have_krb5=yes | 14887 | have_krb5=yes |
| 14901 | else | 14888 | else |
| 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; } |
| 14915 | if ${ac_cv_lib_des425_des_cbc_encrypt+:} false; then : | 14902 | if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then : |
| 14916 | $as_echo_n "(cached) " >&6 | 14903 | $as_echo_n "(cached) " >&6 |
| 14917 | else | 14904 | else |
| 14918 | ac_check_lib_save_LIBS=$LIBS | 14905 | ac_check_lib_save_LIBS=$LIBS |
| @@ -14946,7 +14933,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 14946 | fi | 14933 | fi |
| 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; } |
| 14949 | if test "x$ac_cv_lib_des425_des_cbc_encrypt" = xyes; then : | 14936 | if test "x$ac_cv_lib_des425_des_cbc_encrypt" = x""yes; then : |
| 14950 | have_des425=yes | 14937 | have_des425=yes |
| 14951 | else | 14938 | else |
| 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; } |
| 14964 | if ${ac_cv_lib_des_des_cbc_encrypt+:} false; then : | 14951 | if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then : |
| 14965 | $as_echo_n "(cached) " >&6 | 14952 | $as_echo_n "(cached) " >&6 |
| 14966 | else | 14953 | else |
| 14967 | ac_check_lib_save_LIBS=$LIBS | 14954 | ac_check_lib_save_LIBS=$LIBS |
| @@ -14995,7 +14982,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 14995 | fi | 14982 | fi |
| 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; } |
| 14998 | if test "x$ac_cv_lib_des_des_cbc_encrypt" = xyes; then : | 14985 | if test "x$ac_cv_lib_des_des_cbc_encrypt" = x""yes; then : |
| 14999 | have_des=yes | 14986 | have_des=yes |
| 15000 | else | 14987 | else |
| 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; } |
| 15014 | if ${ac_cv_lib_krb4_krb_get_cred+:} false; then : | 15001 | if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then : |
| 15015 | $as_echo_n "(cached) " >&6 | 15002 | $as_echo_n "(cached) " >&6 |
| 15016 | else | 15003 | else |
| 15017 | ac_check_lib_save_LIBS=$LIBS | 15004 | ac_check_lib_save_LIBS=$LIBS |
| @@ -15045,7 +15032,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 15045 | fi | 15032 | fi |
| 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; } |
| 15048 | if test "x$ac_cv_lib_krb4_krb_get_cred" = xyes; then : | 15035 | if test "x$ac_cv_lib_krb4_krb_get_cred" = x""yes; then : |
| 15049 | have_krb4=yes | 15036 | have_krb4=yes |
| 15050 | else | 15037 | else |
| 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; } |
| 15063 | if ${ac_cv_lib_krb_krb_get_cred+:} false; then : | 15050 | if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then : |
| 15064 | $as_echo_n "(cached) " >&6 | 15051 | $as_echo_n "(cached) " >&6 |
| 15065 | else | 15052 | else |
| 15066 | ac_check_lib_save_LIBS=$LIBS | 15053 | ac_check_lib_save_LIBS=$LIBS |
| @@ -15094,7 +15081,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 15094 | fi | 15081 | fi |
| 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; } |
| 15097 | if test "x$ac_cv_lib_krb_krb_get_cred" = xyes; then : | 15084 | if test "x$ac_cv_lib_krb_krb_get_cred" = x""yes; then : |
| 15098 | have_krb=yes | 15085 | have_krb=yes |
| 15099 | else | 15086 | else |
| 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 |
| 15115 | do : | 15102 | do : |
| 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" |
| 15117 | if test "x$ac_cv_header_krb5_h" = xyes; then : | 15104 | if 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 | " |
| 15123 | if test "x$ac_cv_member_krb5_error_text" = xyes; then : | 15110 | if test "x$ac_cv_member_krb5_error_text" = x""yes; then : |
| 15124 | 15111 | ||
| 15125 | cat >>confdefs.h <<_ACEOF | 15112 | cat >>confdefs.h <<_ACEOF |
| 15126 | #define HAVE_KRB5_ERROR_TEXT 1 | 15113 | #define HAVE_KRB5_ERROR_TEXT 1 |
| @@ -15130,7 +15117,7 @@ _ACEOF | |||
| 15130 | fi | 15117 | fi |
| 15131 | ac_fn_c_check_member "$LINENO" "krb5_error" "e_text" "ac_cv_member_krb5_error_e_text" "#include <krb5.h> | 15118 | ac_fn_c_check_member "$LINENO" "krb5_error" "e_text" "ac_cv_member_krb5_error_e_text" "#include <krb5.h> |
| 15132 | " | 15119 | " |
| 15133 | if test "x$ac_cv_member_krb5_error_e_text" = xyes; then : | 15120 | if test "x$ac_cv_member_krb5_error_e_text" = x""yes; then : |
| 15134 | 15121 | ||
| 15135 | cat >>confdefs.h <<_ACEOF | 15122 | cat >>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 |
| 15148 | do : | 15135 | do : |
| 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" |
| 15150 | if test "x$ac_cv_header_des_h" = xyes; then : | 15137 | if 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 |
| 15157 | do : | 15144 | do : |
| 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" |
| 15159 | if test "x$ac_cv_header_kerberosIV_des_h" = xyes; then : | 15146 | if 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 |
| 15166 | do : | 15153 | do : |
| 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" |
| 15168 | if test "x$ac_cv_header_kerberos_des_h" = xyes; then : | 15155 | if 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 |
| 15186 | do : | 15173 | do : |
| 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" |
| 15188 | if test "x$ac_cv_header_krb_h" = xyes; then : | 15175 | if 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 |
| 15195 | do : | 15182 | do : |
| 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" |
| 15197 | if test "x$ac_cv_header_kerberosIV_krb_h" = xyes; then : | 15184 | if 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 |
| 15204 | do : | 15191 | do : |
| 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" |
| 15206 | if test "x$ac_cv_header_kerberos_krb_h" = xyes; then : | 15193 | if 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 |
| 15225 | do : | 15212 | do : |
| 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" |
| 15227 | if test "x$ac_cv_header_com_err_h" = xyes; then : | 15214 | if 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; } |
| 15248 | if ${ac_cv_lib_intl_dgettext+:} false; then : | 15235 | if test "${ac_cv_lib_intl_dgettext+set}" = set; then : |
| 15249 | $as_echo_n "(cached) " >&6 | 15236 | $as_echo_n "(cached) " >&6 |
| 15250 | else | 15237 | else |
| 15251 | ac_check_lib_save_LIBS=$LIBS | 15238 | ac_check_lib_save_LIBS=$LIBS |
| @@ -15279,7 +15266,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 15279 | fi | 15266 | fi |
| 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; } |
| 15282 | if test "x$ac_cv_lib_intl_dgettext" = xyes; then : | 15269 | if 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; } |
| 15294 | if ${emacs_cv_localtime_cache+:} false; then : | 15281 | if test "${emacs_cv_localtime_cache+set}" = set; then : |
| 15295 | $as_echo_n "(cached) " >&6 | 15282 | $as_echo_n "(cached) " >&6 |
| 15296 | else | 15283 | else |
| 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 |
| 15351 | do : | 15338 | do : |
| 15352 | ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday" | 15339 | ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday" |
| 15353 | if test "x$ac_cv_func_gettimeofday" = xyes; then : | 15340 | if 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; } |
| 15364 | if ${emacs_cv_gettimeofday_two_arguments+:} false; then : | 15351 | if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then : |
| 15365 | $as_echo_n "(cached) " >&6 | 15352 | $as_echo_n "(cached) " >&6 |
| 15366 | else | 15353 | else |
| 15367 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 15354 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -15405,7 +15392,7 @@ fi | |||
| 15405 | 15392 | ||
| 15406 | ok_so_far=yes | 15393 | ok_so_far=yes |
| 15407 | ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket" | 15394 | ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket" |
| 15408 | if test "x$ac_cv_func_socket" = xyes; then : | 15395 | if test "x$ac_cv_func_socket" = x""yes; then : |
| 15409 | 15396 | ||
| 15410 | else | 15397 | else |
| 15411 | ok_so_far=no | 15398 | ok_so_far=no |
| @@ -15413,7 +15400,7 @@ fi | |||
| 15413 | 15400 | ||
| 15414 | if test $ok_so_far = yes; then | 15401 | if 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" |
| 15416 | if test "x$ac_cv_header_netinet_in_h" = xyes; then : | 15403 | if test "x$ac_cv_header_netinet_in_h" = x""yes; then : |
| 15417 | 15404 | ||
| 15418 | else | 15405 | else |
| 15419 | ok_so_far=no | 15406 | ok_so_far=no |
| @@ -15423,7 +15410,7 @@ fi | |||
| 15423 | fi | 15410 | fi |
| 15424 | if test $ok_so_far = yes; then | 15411 | if 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" |
| 15426 | if test "x$ac_cv_header_arpa_inet_h" = xyes; then : | 15413 | if test "x$ac_cv_header_arpa_inet_h" = x""yes; then : |
| 15427 | 15414 | ||
| 15428 | else | 15415 | else |
| 15429 | ok_so_far=no | 15416 | ok_so_far=no |
| @@ -15457,7 +15444,7 @@ $as_echo "no" >&6; } | |||
| 15457 | fi | 15444 | fi |
| 15458 | 15445 | ||
| 15459 | ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default" | 15446 | ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default" |
| 15460 | if test "x$ac_cv_type_pid_t" = xyes; then : | 15447 | if test "x$ac_cv_type_pid_t" = x""yes; then : |
| 15461 | 15448 | ||
| 15462 | else | 15449 | else |
| 15463 | 15450 | ||
| @@ -15470,7 +15457,7 @@ fi | |||
| 15470 | for ac_header in vfork.h | 15457 | for ac_header in vfork.h |
| 15471 | do : | 15458 | do : |
| 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" |
| 15473 | if test "x$ac_cv_header_vfork_h" = xyes; then : | 15460 | if 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 | |||
| 15483 | do : | 15470 | do : |
| 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` |
| 15485 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 15472 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 15486 | if eval test \"x\$"$as_ac_var"\" = x"yes"; then : | 15473 | eval 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 | |||
| 15494 | if test "x$ac_cv_func_fork" = xyes; then | 15482 | if 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; } |
| 15497 | if ${ac_cv_func_fork_works+:} false; then : | 15485 | if test "${ac_cv_func_fork_works+set}" = set; then : |
| 15498 | $as_echo_n "(cached) " >&6 | 15486 | $as_echo_n "(cached) " >&6 |
| 15499 | else | 15487 | else |
| 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 | |||
| 15547 | if test "x$ac_cv_func_vfork" = xyes; then | 15535 | if 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; } |
| 15550 | if ${ac_cv_func_vfork_works+:} false; then : | 15538 | if test "${ac_cv_func_vfork_works+set}" = set; then : |
| 15551 | $as_echo_n "(cached) " >&6 | 15539 | $as_echo_n "(cached) " >&6 |
| 15552 | else | 15540 | else |
| 15553 | if test "$cross_compiling" = yes; then : | 15541 | if test "$cross_compiling" = yes; then : |
| @@ -15684,7 +15672,7 @@ fi | |||
| 15684 | for ac_func in snprintf | 15672 | for ac_func in snprintf |
| 15685 | do : | 15673 | do : |
| 15686 | ac_fn_c_check_func "$LINENO" "snprintf" "ac_cv_func_snprintf" | 15674 | ac_fn_c_check_func "$LINENO" "snprintf" "ac_cv_func_snprintf" |
| 15687 | if test "x$ac_cv_func_snprintf" = xyes; then : | 15675 | if 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; } |
| 15698 | if ${emacs_cv_langinfo_codeset+:} false; then : | 15686 | if test "${emacs_cv_langinfo_codeset+set}" = set; then : |
| 15699 | $as_echo_n "(cached) " >&6 | 15687 | $as_echo_n "(cached) " >&6 |
| 15700 | else | 15688 | else |
| 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; } |
| 15731 | if ${ac_cv_type_mbstate_t+:} false; then : | 15719 | if test "${ac_cv_type_mbstate_t+set}" = set; then : |
| 15732 | $as_echo_n "(cached) " >&6 | 15720 | $as_echo_n "(cached) " >&6 |
| 15733 | else | 15721 | else |
| 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; } |
| 15767 | if ${emacs_cv_c_restrict_arr+:} false; then : | 15755 | if test "${emacs_cv_c_restrict_arr+set}" = set; then : |
| 15768 | $as_echo_n "(cached) " >&6 | 15756 | $as_echo_n "(cached) " >&6 |
| 15769 | else | 15757 | else |
| 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 |
| 15807 | fi | 15795 | fi |
| 15808 | 15796 | ||
| 15809 | version=$PACKAGE_VERSION | 15797 | version=$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; } |
| 16058 | if ${ac_cv_working_alloca_h+:} false; then : | 16045 | if test "${ac_cv_working_alloca_h+set}" = set; then : |
| 16059 | $as_echo_n "(cached) " >&6 | 16046 | $as_echo_n "(cached) " >&6 |
| 16060 | else | 16047 | else |
| 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; } |
| 16091 | if ${ac_cv_func_alloca_works+:} false; then : | 16078 | if test "${ac_cv_func_alloca_works+set}" = set; then : |
| 16092 | $as_echo_n "(cached) " >&6 | 16079 | $as_echo_n "(cached) " >&6 |
| 16093 | else | 16080 | else |
| 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 */ |
| 16110 | void *alloca (size_t); | 16097 | char *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; } |
| 16158 | if ${ac_cv_os_cray+:} false; then : | 16145 | if test "${ac_cv_os_cray+set}" = set; then : |
| 16159 | $as_echo_n "(cached) " >&6 | 16146 | $as_echo_n "(cached) " >&6 |
| 16160 | else | 16147 | else |
| 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` |
| 16184 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 16171 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 16185 | if eval test \"x\$"$as_ac_var"\" = x"yes"; then : | 16172 | eval as_val=\$$as_ac_var |
| 16173 | if test "x$as_val" = x""yes; then : | ||
| 16186 | 16174 | ||
| 16187 | cat >>confdefs.h <<_ACEOF | 16175 | cat >>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; } |
| 16199 | if ${ac_cv_c_stack_direction+:} false; then : | 16187 | if test "${ac_cv_c_stack_direction+set}" = set; then : |
| 16200 | $as_echo_n "(cached) " >&6 | 16188 | $as_echo_n "(cached) " >&6 |
| 16201 | else | 16189 | else |
| 16202 | if test "$cross_compiling" = yes; then : | 16190 | if test "$cross_compiling" = yes; then : |
| @@ -16248,7 +16236,8 @@ fi | |||
| 16248 | do : | 16236 | do : |
| 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` |
| 16250 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 16238 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 16251 | if eval test \"x\$"$as_ac_var"\" = x"yes"; then : | 16239 | eval 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; } |
| 16264 | if ${ac_cv_c_bigendian+:} false; then : | 16253 | if test "${ac_cv_c_bigendian+set}" = set; then : |
| 16265 | $as_echo_n "(cached) " >&6 | 16254 | $as_echo_n "(cached) " >&6 |
| 16266 | else | 16255 | else |
| 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; } |
| 16489 | if ${ac_cv_c_inline+:} false; then : | 16478 | if test "${ac_cv_c_inline+set}" = set; then : |
| 16490 | $as_echo_n "(cached) " >&6 | 16479 | $as_echo_n "(cached) " >&6 |
| 16491 | else | 16480 | else |
| 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; } |
| 16532 | if ${gl_cv_func_c99_strtold+:} false; then : | 16521 | if test "${gl_cv_func_c99_strtold+set}" = set; then : |
| 16533 | $as_echo_n "(cached) " >&6 | 16522 | $as_echo_n "(cached) " >&6 |
| 16534 | else | 16523 | else |
| 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; } |
| 16688 | if ${ac_cv_struct_st_dm_mode+:} false; then : | 16677 | if test "${ac_cv_struct_st_dm_mode+set}" = set; then : |
| 16689 | $as_echo_n "(cached) " >&6 | 16678 | $as_echo_n "(cached) " >&6 |
| 16690 | else | 16679 | else |
| 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 | ||
| 16721 | ac_fn_c_check_decl "$LINENO" "strmode" "ac_cv_have_decl_strmode" "$ac_includes_default" | 16710 | ac_fn_c_check_decl "$LINENO" "strmode" "ac_cv_have_decl_strmode" "$ac_includes_default" |
| 16722 | if test "x$ac_cv_have_decl_strmode" = xyes; then : | 16711 | if test "x$ac_cv_have_decl_strmode" = x""yes; then : |
| 16723 | ac_have_decl=1 | 16712 | ac_have_decl=1 |
| 16724 | else | 16713 | else |
| 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; } |
| 16803 | if ${gl_cv_have_include_next+:} false; then : | 16792 | if test "${gl_cv_have_include_next+set}" = set; then : |
| 16804 | $as_echo_n "(cached) " >&6 | 16793 | $as_echo_n "(cached) " >&6 |
| 16805 | else | 16794 | else |
| 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; } |
| 16883 | if ${gl_cv_pragma_columns+:} false; then : | 16872 | if test "${gl_cv_pragma_columns+set}" = set; then : |
| 16884 | $as_echo_n "(cached) " >&6 | 16873 | $as_echo_n "(cached) " >&6 |
| 16885 | else | 16874 | else |
| 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; } |
| 16933 | if ${gl_cv_next_getopt_h+:} false; then : | 16922 | if test "${gl_cv_next_getopt_h+set}" = set; then : |
| 16934 | $as_echo_n "(cached) " >&6 | 16923 | $as_echo_n "(cached) " >&6 |
| 16935 | else | 16924 | else |
| 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 |
| 16990 | do : | 16979 | do : |
| 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" |
| 16992 | if test "x$ac_cv_header_getopt_h" = xyes; then : | 16981 | if 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 |
| 17007 | do : | 16996 | do : |
| 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" |
| 17009 | if test "x$ac_cv_func_getopt_long_only" = xyes; then : | 16998 | if 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; } |
| 17024 | if ${gl_cv_func_getopt_posix+:} false; then : | 17013 | if test "${gl_cv_func_getopt_posix+set}" = set; then : |
| 17025 | $as_echo_n "(cached) " >&6 | 17014 | $as_echo_n "(cached) " >&6 |
| 17026 | else | 17015 | else |
| 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; } |
| 17181 | if ${gl_cv_func_getopt_gnu+:} false; then : | 17170 | if test "${gl_cv_func_getopt_gnu+set}" = set; then : |
| 17182 | $as_echo_n "(cached) " >&6 | 17171 | $as_echo_n "(cached) " >&6 |
| 17183 | else | 17172 | else |
| 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 | ||
| 17424 | ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default" | 17413 | ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default" |
| 17425 | if test "x$ac_cv_have_decl_getenv" = xyes; then : | 17414 | if test "x$ac_cv_have_decl_getenv" = x""yes; then : |
| 17426 | ac_have_decl=1 | 17415 | ac_have_decl=1 |
| 17427 | else | 17416 | else |
| 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; } |
| 17438 | if ${ac_cv_type_unsigned_long_long_int+:} false; then : | 17427 | if test "${ac_cv_type_unsigned_long_long_int+set}" = set; then : |
| 17439 | $as_echo_n "(cached) " >&6 | 17428 | $as_echo_n "(cached) " >&6 |
| 17440 | else | 17429 | else |
| 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; } |
| 17496 | if ${ac_cv_type_long_long_int+:} false; then : | 17485 | if test "${ac_cv_type_long_long_int+set}" = set; then : |
| 17497 | $as_echo_n "(cached) " >&6 | 17486 | $as_echo_n "(cached) " >&6 |
| 17498 | else | 17487 | else |
| 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; } |
| 17651 | if ${gl_cv_next_stdint_h+:} false; then : | 17640 | if test "${gl_cv_next_stdint_h+set}" = set; then : |
| 17652 | $as_echo_n "(cached) " >&6 | 17641 | $as_echo_n "(cached) " >&6 |
| 17653 | else | 17642 | else |
| 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; } |
| 17707 | if ${gl_cv_header_working_stdint_h+:} false; then : | 17696 | if test "${gl_cv_header_working_stdint_h+set}" = set; then : |
| 17708 | $as_echo_n "(cached) " >&6 | 17697 | $as_echo_n "(cached) " >&6 |
| 17709 | else | 17698 | else |
| 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; } | |||
| 17977 | do : | 17966 | do : |
| 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` |
| 17979 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | 17968 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" |
| 17980 | if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 17969 | eval 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; } |
| 18010 | if eval \${gl_cv_bitsizeof_${gltype}+:} false; then : | 18000 | if { 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 |
| 18012 | else | 18002 | else |
| 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; } |
| 18055 | if eval \${gl_cv_bitsizeof_${gltype}+:} false; then : | 18045 | if { 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 |
| 18057 | else | 18047 | else |
| 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; } |
| 18099 | if eval \${gl_cv_type_${gltype}_signed+:} false; then : | 18089 | if { 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 |
| 18101 | else | 18091 | else |
| 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; } |
| 18158 | if eval \${gl_cv_type_${gltype}_suffix+:} false; then : | 18148 | if { 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 |
| 18160 | else | 18150 | else |
| 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; } |
| 18230 | if eval \${gl_cv_type_${gltype}_suffix+:} false; then : | 18220 | if { 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 |
| 18232 | else | 18222 | else |
| 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; } |
| 18346 | if ${gl_cv_next_inttypes_h+:} false; then : | 18336 | if test "${gl_cv_next_inttypes_h+set}" = set; then : |
| 18347 | $as_echo_n "(cached) " >&6 | 18337 | $as_echo_n "(cached) " >&6 |
| 18348 | else | 18338 | else |
| 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; } |
| 18441 | if ${gl_cv_func_lstat_dereferences_slashed_symlink+:} false; then : | 18431 | if test "${gl_cv_func_lstat_dereferences_slashed_symlink+set}" = set; then : |
| 18442 | $as_echo_n "(cached) " >&6 | 18432 | $as_echo_n "(cached) " >&6 |
| 18443 | else | 18433 | else |
| 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 | " |
| 18541 | if test "x$ac_cv_type_sigset_t" = xyes; then : | 18531 | if test "x$ac_cv_type_sigset_t" = x""yes; then : |
| 18542 | 18532 | ||
| 18543 | cat >>confdefs.h <<_ACEOF | 18533 | cat >>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 |
| 18562 | do : | 18552 | do : |
| 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" |
| 18564 | if test "x$ac_cv_header_ws2tcpip_h" = xyes; then : | 18554 | if 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; } |
| 18577 | if ${ac_cv_header_stdbool_h+:} false; then : | 18567 | if test "${ac_cv_header_stdbool_h+set}" = set; then : |
| 18578 | $as_echo_n "(cached) " >&6 | 18568 | $as_echo_n "(cached) " >&6 |
| 18579 | else | 18569 | else |
| 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" |
| 18652 | if test "x$ac_cv_type__Bool" = xyes; then : | 18642 | if test "x$ac_cv_type__Bool" = x""yes; then : |
| 18653 | 18643 | ||
| 18654 | cat >>confdefs.h <<_ACEOF | 18644 | cat >>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; } |
| 18669 | if ${gt_cv_c_wchar_t+:} false; then : | 18659 | if test "${gt_cv_c_wchar_t+set}" = set; then : |
| 18670 | $as_echo_n "(cached) " >&6 | 18660 | $as_echo_n "(cached) " >&6 |
| 18671 | else | 18661 | else |
| 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 | " |
| 18801 | if test "x$ac_cv_member_struct_tm_tm_gmtoff" = xyes; then : | 18791 | if 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 | ||
| 18812 | ac_fn_c_check_decl "$LINENO" "strtoimax" "ac_cv_have_decl_strtoimax" "$ac_includes_default" | 18802 | ac_fn_c_check_decl "$LINENO" "strtoimax" "ac_cv_have_decl_strtoimax" "$ac_includes_default" |
| 18813 | if test "x$ac_cv_have_decl_strtoimax" = xyes; then : | 18803 | if test "x$ac_cv_have_decl_strtoimax" = x""yes; then : |
| 18814 | ac_have_decl=1 | 18804 | ac_have_decl=1 |
| 18815 | else | 18805 | else |
| 18816 | ac_have_decl=0 | 18806 | ac_have_decl=0 |
| @@ -18823,7 +18813,7 @@ _ACEOF | |||
| 18823 | 18813 | ||
| 18824 | 18814 | ||
| 18825 | ac_fn_c_check_decl "$LINENO" "strtoumax" "ac_cv_have_decl_strtoumax" "$ac_includes_default" | 18815 | ac_fn_c_check_decl "$LINENO" "strtoumax" "ac_cv_have_decl_strtoumax" "$ac_includes_default" |
| 18826 | if test "x$ac_cv_have_decl_strtoumax" = xyes; then : | 18816 | if test "x$ac_cv_have_decl_strtoumax" = x""yes; then : |
| 18827 | ac_have_decl=1 | 18817 | ac_have_decl=1 |
| 18828 | else | 18818 | else |
| 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; } |
| 18840 | if ${ac_cv_header_stat_broken+:} false; then : | 18830 | if test "${ac_cv_header_stat_broken+set}" = set; then : |
| 18841 | $as_echo_n "(cached) " >&6 | 18831 | $as_echo_n "(cached) " >&6 |
| 18842 | else | 18832 | else |
| 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; } |
| 18884 | if ${ac_cv_c_restrict+:} false; then : | 18874 | if test "${ac_cv_c_restrict+set}" = set; then : |
| 18885 | $as_echo_n "(cached) " >&6 | 18875 | $as_echo_n "(cached) " >&6 |
| 18886 | else | 18876 | else |
| 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; } |
| 18934 | if ${gl_cv_sys_struct_timespec_in_time_h+:} false; then : | 18924 | if test "${gl_cv_sys_struct_timespec_in_time_h+set}" = set; then : |
| 18935 | $as_echo_n "(cached) " >&6 | 18925 | $as_echo_n "(cached) " >&6 |
| 18936 | else | 18926 | else |
| 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; } |
| 18967 | if ${gl_cv_sys_struct_timespec_in_sys_time_h+:} false; then : | 18957 | if 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 |
| 18969 | else | 18959 | else |
| 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; } |
| 18996 | if ${gl_cv_sys_struct_timespec_in_pthread_h+:} false; then : | 18986 | if test "${gl_cv_sys_struct_timespec_in_pthread_h+set}" = set; then : |
| 18997 | $as_echo_n "(cached) " >&6 | 18987 | $as_echo_n "(cached) " >&6 |
| 18998 | else | 18988 | else |
| 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; } |
| 19045 | if ${gl_cv_next_time_h+:} false; then : | 19035 | if test "${gl_cv_next_time_h+set}" = set; then : |
| 19046 | $as_echo_n "(cached) " >&6 | 19036 | $as_echo_n "(cached) " >&6 |
| 19047 | else | 19037 | else |
| 19048 | 19038 | ||
| @@ -19085,7 +19075,7 @@ $as_echo "$gl_cv_next_time_h" >&6; } | |||
| 19085 | 19075 | ||
| 19086 | 19076 | ||
| 19087 | ac_fn_c_check_decl "$LINENO" "localtime_r" "ac_cv_have_decl_localtime_r" "$ac_includes_default" | 19077 | ac_fn_c_check_decl "$LINENO" "localtime_r" "ac_cv_have_decl_localtime_r" "$ac_includes_default" |
| 19088 | if test "x$ac_cv_have_decl_localtime_r" = xyes; then : | 19078 | if test "x$ac_cv_have_decl_localtime_r" = x""yes; then : |
| 19089 | ac_have_decl=1 | 19079 | ac_have_decl=1 |
| 19090 | else | 19080 | else |
| 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; } |
| 19133 | if ${gl_cv_rpl_alloca+:} false; then : | 19123 | if test "${gl_cv_rpl_alloca+set}" = set; then : |
| 19134 | $as_echo_n "(cached) " >&6 | 19124 | $as_echo_n "(cached) " >&6 |
| 19135 | else | 19125 | else |
| 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; } |
| 19209 | if ${gl_cv_func_dup2_works+:} false; then : | 19199 | if test "${gl_cv_func_dup2_works+set}" = set; then : |
| 19210 | $as_echo_n "(cached) " >&6 | 19200 | $as_echo_n "(cached) " >&6 |
| 19211 | else | 19201 | else |
| 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. |
| 19316 | HAVE_GETLOADAVG=1 | 19306 | HAVE_GETLOADAVG=1 |
| 19317 | ac_fn_c_check_func "$LINENO" "getloadavg" "ac_cv_func_getloadavg" | 19307 | ac_fn_c_check_func "$LINENO" "getloadavg" "ac_cv_func_getloadavg" |
| 19318 | if test "x$ac_cv_func_getloadavg" = xyes; then : | 19308 | if test "x$ac_cv_func_getloadavg" = x""yes; then : |
| 19319 | 19309 | ||
| 19320 | else | 19310 | else |
| 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; } |
| 19331 | if ${ac_cv_lib_elf_elf_begin+:} false; then : | 19321 | if test "${ac_cv_lib_elf_elf_begin+set}" = set; then : |
| 19332 | $as_echo_n "(cached) " >&6 | 19322 | $as_echo_n "(cached) " >&6 |
| 19333 | else | 19323 | else |
| 19334 | ac_check_lib_save_LIBS=$LIBS | 19324 | ac_check_lib_save_LIBS=$LIBS |
| @@ -19362,13 +19352,13 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 19362 | fi | 19352 | fi |
| 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; } |
| 19365 | if test "x$ac_cv_lib_elf_elf_begin" = xyes; then : | 19355 | if test "x$ac_cv_lib_elf_elf_begin" = x""yes; then : |
| 19366 | LIBS="-lelf $LIBS" | 19356 | LIBS="-lelf $LIBS" |
| 19367 | fi | 19357 | fi |
| 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; } |
| 19371 | if ${ac_cv_lib_kvm_kvm_open+:} false; then : | 19361 | if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then : |
| 19372 | $as_echo_n "(cached) " >&6 | 19362 | $as_echo_n "(cached) " >&6 |
| 19373 | else | 19363 | else |
| 19374 | ac_check_lib_save_LIBS=$LIBS | 19364 | ac_check_lib_save_LIBS=$LIBS |
| @@ -19402,14 +19392,14 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 19402 | fi | 19392 | fi |
| 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; } |
| 19405 | if test "x$ac_cv_lib_kvm_kvm_open" = xyes; then : | 19395 | if test "x$ac_cv_lib_kvm_kvm_open" = x""yes; then : |
| 19406 | LIBS="-lkvm $LIBS" | 19396 | LIBS="-lkvm $LIBS" |
| 19407 | fi | 19397 | fi |
| 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; } |
| 19412 | if ${ac_cv_lib_util_getloadavg+:} false; then : | 19402 | if test "${ac_cv_lib_util_getloadavg+set}" = set; then : |
| 19413 | $as_echo_n "(cached) " >&6 | 19403 | $as_echo_n "(cached) " >&6 |
| 19414 | else | 19404 | else |
| 19415 | ac_check_lib_save_LIBS=$LIBS | 19405 | ac_check_lib_save_LIBS=$LIBS |
| @@ -19443,7 +19433,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 19443 | fi | 19433 | fi |
| 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; } |
| 19446 | if test "x$ac_cv_lib_util_getloadavg" = xyes; then : | 19436 | if 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 |
| 19448 | fi | 19438 | fi |
| 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; } |
| 19459 | if ${ac_cv_lib_getloadavg_getloadavg+:} false; then : | 19449 | if test "${ac_cv_lib_getloadavg_getloadavg+set}" = set; then : |
| 19460 | $as_echo_n "(cached) " >&6 | 19450 | $as_echo_n "(cached) " >&6 |
| 19461 | else | 19451 | else |
| 19462 | ac_check_lib_save_LIBS=$LIBS | 19452 | ac_check_lib_save_LIBS=$LIBS |
| @@ -19490,7 +19480,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 19490 | fi | 19480 | fi |
| 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; } |
| 19493 | if test "x$ac_cv_lib_getloadavg_getloadavg" = xyes; then : | 19483 | if 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 |
| 19495 | else | 19485 | else |
| 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; } |
| 19508 | if ${ac_cv_lib_kstat_kstat_open+:} false; then : | 19498 | if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then : |
| 19509 | $as_echo_n "(cached) " >&6 | 19499 | $as_echo_n "(cached) " >&6 |
| 19510 | else | 19500 | else |
| 19511 | ac_check_lib_save_LIBS=$LIBS | 19501 | ac_check_lib_save_LIBS=$LIBS |
| @@ -19539,7 +19529,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 19539 | fi | 19529 | fi |
| 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; } |
| 19542 | if test "x$ac_cv_lib_kstat_kstat_open" = xyes; then : | 19532 | if 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; } |
| 19557 | if ${ac_cv_lib_perfstat_perfstat_cpu_total+:} false; then : | 19547 | if test "${ac_cv_lib_perfstat_perfstat_cpu_total+set}" = set; then : |
| 19558 | $as_echo_n "(cached) " >&6 | 19548 | $as_echo_n "(cached) " >&6 |
| 19559 | else | 19549 | else |
| 19560 | ac_check_lib_save_LIBS=$LIBS | 19550 | ac_check_lib_save_LIBS=$LIBS |
| @@ -19588,7 +19578,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 19588 | fi | 19578 | fi |
| 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; } |
| 19591 | if test "x$ac_cv_lib_perfstat_perfstat_cpu_total" = xyes; then : | 19581 | if 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" |
| 19605 | if test "x$ac_cv_header_sys_dg_sys_info_h" = xyes; then : | 19595 | if 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; } |
| 19612 | if ${ac_cv_lib_dgc_dg_sys_info+:} false; then : | 19602 | if test "${ac_cv_lib_dgc_dg_sys_info+set}" = set; then : |
| 19613 | $as_echo_n "(cached) " >&6 | 19603 | $as_echo_n "(cached) " >&6 |
| 19614 | else | 19604 | else |
| 19615 | ac_check_lib_save_LIBS=$LIBS | 19605 | ac_check_lib_save_LIBS=$LIBS |
| @@ -19643,7 +19633,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 19643 | fi | 19633 | fi |
| 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; } |
| 19646 | if test "x$ac_cv_lib_dgc_dg_sys_info" = xyes; then : | 19636 | if 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 | |||
| 19673 | for ac_header in sys/loadavg.h | 19663 | for ac_header in sys/loadavg.h |
| 19674 | do : | 19664 | do : |
| 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" |
| 19676 | if test "x$ac_cv_header_sys_loadavg_h" = xyes; then : | 19666 | if 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 | " |
| 19695 | if test "x$ac_cv_have_decl_getloadavg" = xyes; then : | 19685 | if test "x$ac_cv_have_decl_getloadavg" = x""yes; then : |
| 19696 | 19686 | ||
| 19697 | else | 19687 | else |
| 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 |
| 19719 | do : | 19709 | do : |
| 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" |
| 19721 | if test "x$ac_cv_func_pstat_getdynamic" = xyes; then : | 19711 | if 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 | ||
| 19742 | if test $gl_func_getloadavg_done = no; then | 19732 | if 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" |
| 19744 | if test "x$ac_cv_header_inq_stats_cpustats_h" = xyes; then : | 19734 | if 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 | ||
| 19757 | if test $gl_func_getloadavg_done = no; then | 19747 | if 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" |
| 19759 | if test "x$ac_cv_header_sys_cpustats_h" = xyes; then : | 19749 | if 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 | ||
| 19762 | fi | 19752 | fi |
| @@ -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 |
| 19769 | do : | 19759 | do : |
| 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" |
| 19771 | if test "x$ac_cv_header_mach_mach_h" = xyes; then : | 19761 | if 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 | |||
| 19782 | for ac_header in nlist.h | 19772 | for ac_header in nlist.h |
| 19783 | do : | 19773 | do : |
| 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" |
| 19785 | if test "x$ac_cv_header_nlist_h" = xyes; then : | 19775 | if 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 | " |
| 19791 | if test "x$ac_cv_member_struct_nlist_n_un_n_name" = xyes; then : | 19781 | if test "x$ac_cv_member_struct_nlist_n_un_n_name" = x""yes; then : |
| 19792 | 19782 | ||
| 19793 | cat >>confdefs.h <<_ACEOF | 19783 | cat >>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; } |
| 19976 | if ${gl_cv_func_working_mktime+:} false; then : | 19966 | if test "${gl_cv_func_working_mktime+set}" = set; then : |
| 19977 | $as_echo_n "(cached) " >&6 | 19967 | $as_echo_n "(cached) " >&6 |
| 19978 | else | 19968 | else |
| 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; } |
| 20244 | if ${gl_cv_func_pthread_sigmask_in_libc_works+:} false; then : | 20234 | if test "${gl_cv_func_pthread_sigmask_in_libc_works+set}" = set; then : |
| 20245 | $as_echo_n "(cached) " >&6 | 20235 | $as_echo_n "(cached) " >&6 |
| 20246 | else | 20236 | else |
| 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; } |
| 20296 | if ${gl_cv_func_pthread_sigmask_return_works+:} false; then : | 20286 | if test "${gl_cv_func_pthread_sigmask_return_works+set}" = set; then : |
| 20297 | $as_echo_n "(cached) " >&6 | 20287 | $as_echo_n "(cached) " >&6 |
| 20298 | else | 20288 | else |
| 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; } |
| 20351 | if ${gl_cv_func_pthread_sigmask_unblock_works+:} false; then : | 20341 | if test "${gl_cv_func_pthread_sigmask_unblock_works+set}" = set; then : |
| 20352 | $as_echo_n "(cached) " >&6 | 20342 | $as_echo_n "(cached) " >&6 |
| 20353 | else | 20343 | else |
| 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; } |
| 20465 | if ${gl_cv_decl_readlink_works+:} false; then : | 20455 | if test "${gl_cv_decl_readlink_works+set}" = set; then : |
| 20466 | $as_echo_n "(cached) " >&6 | 20456 | $as_echo_n "(cached) " >&6 |
| 20467 | else | 20457 | else |
| 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; } |
| 20492 | if ${gl_cv_func_readlink_works+:} false; then : | 20482 | if test "${gl_cv_func_readlink_works+set}" = set; then : |
| 20493 | $as_echo_n "(cached) " >&6 | 20483 | $as_echo_n "(cached) " >&6 |
| 20494 | else | 20484 | else |
| 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; } |
| 20579 | if ${gl_cv_next_signal_h+:} false; then : | 20569 | if test "${gl_cv_next_signal_h+set}" = set; then : |
| 20580 | $as_echo_n "(cached) " >&6 | 20570 | $as_echo_n "(cached) " >&6 |
| 20581 | else | 20571 | else |
| 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 | " |
| 20626 | if test "x$ac_cv_type_volatile_sig_atomic_t" = xyes; then : | 20616 | if test "x$ac_cv_type_volatile_sig_atomic_t" = x""yes; then : |
| 20627 | 20617 | ||
| 20628 | else | 20618 | else |
| 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 | " |
| 20640 | if test "x$ac_cv_type_sighandler_t" = xyes; then : | 20630 | if test "x$ac_cv_type_sighandler_t" = x""yes; then : |
| 20641 | 20631 | ||
| 20642 | else | 20632 | else |
| 20643 | HAVE_SIGHANDLER_T=0 | 20633 | HAVE_SIGHANDLER_T=0 |
| @@ -20658,12 +20648,12 @@ fi | |||
| 20658 | #endif | 20648 | #endif |
| 20659 | 20649 | ||
| 20660 | " | 20650 | " |
| 20661 | if test "x$ac_cv_type_socklen_t" = xyes; then : | 20651 | if test "x$ac_cv_type_socklen_t" = x""yes; then : |
| 20662 | 20652 | ||
| 20663 | else | 20653 | else |
| 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 |
| 20668 | else | 20658 | else |
| 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 | |||
| 20698 | fi | 20688 | fi |
| 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; } |
| 20715 | if ${gt_cv_ssize_t+:} false; then : | 20705 | if test "${gt_cv_ssize_t+set}" = set; then : |
| 20716 | $as_echo_n "(cached) " >&6 | 20706 | $as_echo_n "(cached) " >&6 |
| 20717 | else | 20707 | else |
| 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 |
| 20752 | else | 20742 | else |
| 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; } |
| 20810 | if ${gl_cv_next_stdarg_h+:} false; then : | 20800 | if test "${gl_cv_next_stdarg_h+set}" = set; then : |
| 20811 | $as_echo_n "(cached) " >&6 | 20801 | $as_echo_n "(cached) " >&6 |
| 20812 | else | 20802 | else |
| 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 |
| 20860 | else | 20850 | else |
| 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; } |
| 20947 | if ${gl_cv_decl_null_works+:} false; then : | 20937 | if test "${gl_cv_decl_null_works+set}" = set; then : |
| 20948 | $as_echo_n "(cached) " >&6 | 20938 | $as_echo_n "(cached) " >&6 |
| 20949 | else | 20939 | else |
| 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; } |
| 20999 | if ${gl_cv_next_stddef_h+:} false; then : | 20989 | if test "${gl_cv_next_stddef_h+set}" = set; then : |
| 21000 | $as_echo_n "(cached) " >&6 | 20990 | $as_echo_n "(cached) " >&6 |
| 21001 | else | 20991 | else |
| 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; } |
| 21058 | if ${gl_cv_next_stdio_h+:} false; then : | 21048 | if test "${gl_cv_next_stdio_h+set}" = set; then : |
| 21059 | $as_echo_n "(cached) " >&6 | 21049 | $as_echo_n "(cached) " >&6 |
| 21060 | else | 21050 | else |
| 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; } |
| 21139 | if ${gl_cv_next_stdlib_h+:} false; then : | 21129 | if test "${gl_cv_next_stdlib_h+set}" = set; then : |
| 21140 | $as_echo_n "(cached) " >&6 | 21130 | $as_echo_n "(cached) " >&6 |
| 21141 | else | 21131 | else |
| 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" |
| 21218 | if test "x$ac_cv_have_decl_strtoll" = xyes; then : | 21208 | if test "x$ac_cv_have_decl_strtoll" = x""yes; then : |
| 21219 | ac_have_decl=1 | 21209 | ac_have_decl=1 |
| 21220 | else | 21210 | else |
| 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" |
| 21263 | if test "x$ac_cv_have_decl_strtoull" = xyes; then : | 21253 | if test "x$ac_cv_have_decl_strtoull" = x""yes; then : |
| 21264 | ac_have_decl=1 | 21254 | ac_have_decl=1 |
| 21265 | else | 21255 | else |
| 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; } |
| 21294 | if ${gl_cv_func_symlink_works+:} false; then : | 21284 | if test "${gl_cv_func_symlink_works+set}" = set; then : |
| 21295 | $as_echo_n "(cached) " >&6 | 21285 | $as_echo_n "(cached) " >&6 |
| 21296 | else | 21286 | else |
| 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; } |
| 21382 | if ${gl_cv_next_sys_stat_h+:} false; then : | 21372 | if test "${gl_cv_next_sys_stat_h+set}" = set; then : |
| 21383 | $as_echo_n "(cached) " >&6 | 21373 | $as_echo_n "(cached) " >&6 |
| 21384 | else | 21374 | else |
| 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 | " |
| 21432 | if test "x$ac_cv_type_nlink_t" = xyes; then : | 21422 | if test "x$ac_cv_type_nlink_t" = x""yes; then : |
| 21433 | 21423 | ||
| 21434 | else | 21424 | else |
| 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; } |
| 21463 | if ${gl_cv_time_r_posix+:} false; then : | 21453 | if test "${gl_cv_time_r_posix+set}" = set; then : |
| 21464 | $as_echo_n "(cached) " >&6 | 21454 | $as_echo_n "(cached) " >&6 |
| 21465 | else | 21455 | else |
| 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; } |
| 21549 | if ${gl_cv_next_unistd_h+:} false; then : | 21539 | if test "${gl_cv_next_unistd_h+set}" = set; then : |
| 21550 | $as_echo_n "(cached) " >&6 | 21540 | $as_echo_n "(cached) " >&6 |
| 21551 | else | 21541 | else |
| 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" |
| 21633 | if test "x$ac_cv_func_sigprocmask" = xyes; then : | 21623 | if test "x$ac_cv_func_sigprocmask" = x""yes; then : |
| 21634 | gl_cv_func_sigprocmask=1 | 21624 | gl_cv_func_sigprocmask=1 |
| 21635 | fi | 21625 | fi |
| 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; } |
| 21677 | if ${gl_cv_func_stat_dir_slash+:} false; then : | 21667 | if test "${gl_cv_func_stat_dir_slash+set}" = set; then : |
| 21678 | $as_echo_n "(cached) " >&6 | 21668 | $as_echo_n "(cached) " >&6 |
| 21679 | else | 21669 | else |
| 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; } |
| 21712 | if ${gl_cv_func_stat_file_slash+:} false; then : | 21702 | if test "${gl_cv_func_stat_file_slash+set}" = set; then : |
| 21713 | $as_echo_n "(cached) " >&6 | 21703 | $as_echo_n "(cached) " >&6 |
| 21714 | else | 21704 | else |
| 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 |
| 21814 | do : | 21804 | do : |
| 21815 | ac_fn_c_check_func "$LINENO" "strtoll" "ac_cv_func_strtoll" | 21805 | ac_fn_c_check_func "$LINENO" "strtoll" "ac_cv_func_strtoll" |
| 21816 | if test "x$ac_cv_func_strtoll" = xyes; then : | 21806 | if 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 |
| 21866 | do : | 21856 | do : |
| 21867 | ac_fn_c_check_func "$LINENO" "strtoull" "ac_cv_func_strtoull" | 21857 | ac_fn_c_check_func "$LINENO" "strtoull" "ac_cv_func_strtoull" |
| 21868 | if test "x$ac_cv_func_strtoull" = xyes; then : | 21858 | if 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 |
| 22366 | if diff "$cache_file" confcache >/dev/null 2>&1; then :; else | 22356 | if 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 | ||
| 22396 | ac_libobjs= | 22375 | ac_libobjs= |
| 22397 | ac_ltlibobjs= | 22376 | ac_ltlibobjs= |
| 22398 | U= | ||
| 22399 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue | 22377 | for 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 | |||
| 22419 | fi | 22397 | fi |
| 22420 | 22398 | ||
| 22421 | if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then | 22399 | if 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. |
| 22423 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 22401 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 22424 | fi | 22402 | fi |
| 22425 | if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then | 22403 | if 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. |
| 22427 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 22405 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 22428 | fi | 22406 | fi |
| 22429 | 22407 | ||
| 22430 | if test -z "${GL_COND_LIBTOOL_TRUE}" && test -z "${GL_COND_LIBTOOL_FALSE}"; then | 22408 | if 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. |
| 22432 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 22410 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 22433 | fi | 22411 | fi |
| 22434 | if test -z "${GL_GENERATE_ALLOCA_H_TRUE}" && test -z "${GL_GENERATE_ALLOCA_H_FALSE}"; then | 22412 | if 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. |
| 22436 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 22414 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 22437 | fi | 22415 | fi |
| 22438 | 22416 | ||
| 22439 | if test -z "${GL_GENERATE_STDINT_H_TRUE}" && test -z "${GL_GENERATE_STDINT_H_FALSE}"; then | 22417 | if 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. |
| 22441 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 22419 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 22442 | fi | 22420 | fi |
| 22443 | if test -z "${GL_GENERATE_STDARG_H_TRUE}" && test -z "${GL_GENERATE_STDARG_H_FALSE}"; then | 22421 | if 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. |
| 22445 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 22423 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 22446 | fi | 22424 | fi |
| 22447 | if test -z "${GL_GENERATE_STDBOOL_H_TRUE}" && test -z "${GL_GENERATE_STDBOOL_H_FALSE}"; then | 22425 | if 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. |
| 22449 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 22427 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 22450 | fi | 22428 | fi |
| 22451 | if test -z "${GL_GENERATE_STDDEF_H_TRUE}" && test -z "${GL_GENERATE_STDDEF_H_FALSE}"; then | 22429 | if 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. |
| 22453 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 22431 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 22454 | fi | 22432 | fi |
| 22455 | if test -z "${gl_GNULIB_ENABLED_dosname_TRUE}" && test -z "${gl_GNULIB_ENABLED_dosname_FALSE}"; then | 22433 | if 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. |
| 22457 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 22435 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 22458 | fi | 22436 | fi |
| 22459 | if test -z "${gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_TRUE}" && test -z "${gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_FALSE}"; then | 22437 | if 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. |
| 22461 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 22439 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 22462 | fi | 22440 | fi |
| 22463 | if test -z "${gl_GNULIB_ENABLED_sigprocmask_TRUE}" && test -z "${gl_GNULIB_ENABLED_sigprocmask_FALSE}"; then | 22441 | if 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. |
| 22465 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 22443 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 22466 | fi | 22444 | fi |
| 22467 | if test -z "${gl_GNULIB_ENABLED_stat_TRUE}" && test -z "${gl_GNULIB_ENABLED_stat_FALSE}"; then | 22445 | if 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. |
| 22469 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 22447 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 22470 | fi | 22448 | fi |
| 22471 | if test -z "${gl_GNULIB_ENABLED_strtoll_TRUE}" && test -z "${gl_GNULIB_ENABLED_strtoll_FALSE}"; then | 22449 | if 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. |
| 22473 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 22451 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 22474 | fi | 22452 | fi |
| 22475 | if test -z "${gl_GNULIB_ENABLED_strtoull_TRUE}" && test -z "${gl_GNULIB_ENABLED_strtoull_FALSE}"; then | 22453 | if 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. |
| 22477 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 22455 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 22478 | fi | 22456 | fi |
| 22479 | if test -z "${gl_GNULIB_ENABLED_verify_TRUE}" && test -z "${gl_GNULIB_ENABLED_verify_FALSE}"; then | 22457 | if 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. |
| 22481 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 22459 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 22482 | fi | 22460 | fi |
| 22483 | 22461 | ||
| @@ -22513,7 +22491,7 @@ fi | |||
| 22513 | 22491 | ||
| 22514 | 22492 | ||
| 22515 | 22493 | ||
| 22516 | : "${CONFIG_STATUS=./config.status}" | 22494 | : ${CONFIG_STATUS=./config.status} |
| 22517 | ac_write_fail=0 | 22495 | ac_write_fail=0 |
| 22518 | ac_clean_files_save=$ac_clean_files | 22496 | ac_clean_files_save=$ac_clean_files |
| 22519 | ac_clean_files="$ac_clean_files $CONFIG_STATUS" | 22497 | ac_clean_files="$ac_clean_files $CONFIG_STATUS" |
| @@ -22614,7 +22592,6 @@ fi | |||
| 22614 | IFS=" "" $as_nl" | 22592 | IFS=" "" $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. |
| 22617 | as_myself= | ||
| 22618 | case $0 in #(( | 22595 | case $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. |
| 22668 | as_fn_error () | 22645 | as_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. |
| 22923 | ac_log=" | 22900 | ac_log=" |
| 22924 | This file was extended by emacs $as_me 24.0.50, which was | 22901 | This file was extended by emacs $as_me 24.0.50, which was |
| 22925 | generated by GNU Autoconf 2.68. Invocation command line was | 22902 | generated 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 | |||
| 22988 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | 22965 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 22989 | ac_cs_version="\\ | 22966 | ac_cs_version="\\ |
| 22990 | emacs config.status 24.0.50 | 22967 | emacs config.status 24.0.50 |
| 22991 | configured by $0, generated by GNU Autoconf 2.68, | 22968 | configured by $0, generated by GNU Autoconf 2.65, |
| 22992 | with options \\"\$ac_cs_config\\" | 22969 | with options \\"\$ac_cs_config\\" |
| 22993 | 22970 | ||
| 22994 | Copyright (C) 2010 Free Software Foundation, Inc. | 22971 | Copyright (C) 2009 Free Software Foundation, Inc. |
| 22995 | This config.status script is free software; the Free Software Foundation | 22972 | This config.status script is free software; the Free Software Foundation |
| 22996 | gives unlimited permission to copy, distribute and modify it." | 22973 | gives unlimited permission to copy, distribute and modify it." |
| 22997 | 22974 | ||
| @@ -23009,16 +22986,11 @@ ac_need_defaults=: | |||
| 23009 | while test $# != 0 | 22986 | while test $# != 0 |
| 23010 | do | 22987 | do |
| 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' |
| 23057 | Try \`$0 --help' for more information.";; | 23028 | Try \`$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' |
| 23066 | Try \`$0 --help' for more information." ;; | 23037 | Try \`$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 |
| 23141 | done | 23112 | done |
| 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 |
| 23179 | ac_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 | |||
| 23210 | fi | 23179 | fi |
| 23211 | ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` | 23180 | ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` |
| 23212 | if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then | 23181 | if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then |
| 23213 | ac_cs_awk_cr='\\r' | 23182 | ac_cs_awk_cr='\r' |
| 23214 | else | 23183 | else |
| 23215 | ac_cs_awk_cr=$ac_cr | 23184 | ac_cs_awk_cr=$ac_cr |
| 23216 | fi | 23185 | fi |
| 23217 | 23186 | ||
| 23218 | echo 'BEGIN {' >"$ac_tmp/subs1.awk" && | 23187 | echo '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 |
| 23231 | rm -f conf$$files.sh | 23200 | rm -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 |
| 23239 | ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` | 23208 | ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` |
| 23240 | ac_delim='%!_!# ' | 23209 | ac_delim='%!_!# ' |
| 23241 | for ac_last_try in false false false false false :; do | 23210 | for 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 | |||
| 23254 | rm -f conf$$subs.sh | 23223 | rm -f conf$$subs.sh |
| 23255 | 23224 | ||
| 23256 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 23225 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 23257 | cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && | 23226 | cat >>"\$tmp/subs1.awk" <<\\_ACAWK && |
| 23258 | _ACEOF | 23227 | _ACEOF |
| 23259 | sed -n ' | 23228 | sed -n ' |
| 23260 | h | 23229 | h |
| @@ -23302,7 +23271,7 @@ t delim | |||
| 23302 | rm -f conf$$subs.awk | 23271 | rm -f conf$$subs.awk |
| 23303 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 23272 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 23304 | _ACAWK | 23273 | _ACAWK |
| 23305 | cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && | 23274 | cat >>"\$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" |
| 23341 | else | 23310 | else |
| 23342 | cat | 23311 | cat |
| 23343 | fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ | 23312 | fi < "$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). |
| 23351 | if test "x$srcdir" = x.; then | 23320 | if test "x$srcdir" = x.; then |
| 23352 | ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ | 23321 | ac_vpsub='/^[ ]*VPATH[ ]*=/{ |
| 23353 | h | 23322 | s/:*\$(srcdir):*/:/ |
| 23354 | s/// | 23323 | s/:*\${srcdir}:*/:/ |
| 23355 | s/^/:/ | 23324 | s/:*@srcdir@:*/:/ |
| 23356 | s/[ ]*$/:/ | 23325 | s/^\([^=]*=[ ]*\):*/\1/ |
| 23357 | s/:\$(srcdir):/:/g | ||
| 23358 | s/:\${srcdir}:/:/g | ||
| 23359 | s/:@srcdir@:/:/g | ||
| 23360 | s/^:*// | ||
| 23361 | s/:*$// | 23326 | s/:*$// |
| 23362 | x | ||
| 23363 | s/\(=[ ]*\).*/\1/ | ||
| 23364 | G | ||
| 23365 | s/\n// | ||
| 23366 | s/^[^=]*=[ ]*$// | 23327 | s/^[^=]*=[ ]*$// |
| 23367 | }' | 23328 | }' |
| 23368 | fi | 23329 | fi |
| @@ -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'. |
| 23376 | if test -n "$CONFIG_HEADERS"; then | 23337 | if test -n "$CONFIG_HEADERS"; then |
| 23377 | cat >"$ac_tmp/defines.awk" <<\_ACAWK || | 23338 | cat >"$tmp/defines.awk" <<\_ACAWK || |
| 23378 | BEGIN { | 23339 | BEGIN { |
| 23379 | _ACEOF | 23340 | _ACEOF |
| 23380 | 23341 | ||
| @@ -23386,11 +23347,11 @@ _ACEOF | |||
| 23386 | # handling of long lines. | 23347 | # handling of long lines. |
| 23387 | ac_delim='%!_!# ' | 23348 | ac_delim='%!_!# ' |
| 23388 | for ac_last_try in false false :; do | 23349 | for 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 |
| 23477 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | 23438 | cat >>$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 |
| 23479 | fi # test -n "$CONFIG_HEADERS" | 23440 | fi # 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 | " |
| 23682 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | | 23643 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | |
| 23683 | if $ac_cs_awk_getline; then | 23644 | if $ac_cs_awk_getline; then |
| 23684 | $AWK -f "$ac_tmp/subs.awk" | 23645 | $AWK -f "$tmp/subs.awk" |
| 23685 | else | 23646 | else |
| 23686 | $AWK -f "$ac_tmp/subs.awk" | $SHELL | 23647 | $AWK -f "$tmp/subs.awk" | $SHELL |
| 23687 | fi \ | 23648 | fi >$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 | ||
| 23690 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && | 23651 | test -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' |
| 23695 | which seems to be undefined. Please make sure it is defined" >&5 | 23655 | which 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' |
| 23697 | which seems to be undefined. Please make sure it is defined" >&2;} | 23657 | which 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 | |||
| 23889 | ac_clean_files=$ac_clean_files_save | 23849 | ac_clean_files=$ac_clean_files_save |
| 23890 | 23850 | ||
| 23891 | test $ac_write_fail = 0 || | 23851 | test $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 $? |
| 23914 | fi | 23874 | fi |
| 23915 | if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then | 23875 | if 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 |