diff options
| author | Joakim Verona | 2011-09-07 13:09:00 +0200 |
|---|---|---|
| committer | Joakim Verona | 2011-09-07 13:09:00 +0200 |
| commit | cca374c8ffc682c33754424406b2e0bef4fd4560 (patch) | |
| tree | fb1c17971bbe0aae0138b5b5ba614658e8e50d80 | |
| parent | 3736942f51c5c37ebaa6e3c61b93f5e69dd59ce6 (diff) | |
| parent | a9bec17c465bc95a3ff5790b6b40cb0e110b21a4 (diff) | |
| download | emacs-cca374c8ffc682c33754424406b2e0bef4fd4560.tar.gz emacs-cca374c8ffc682c33754424406b2e0bef4fd4560.zip | |
upstream
| -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 962529ab8a6..31a0c29aa56 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 | ||
| @@ -1374,9 +1366,8 @@ do | |||
| 1374 | fi | 1366 | fi |
| 1375 | 1367 | ||
| 1376 | case $ac_option in | 1368 | case $ac_option in |
| 1377 | *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; | 1369 | *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; |
| 1378 | *=) ac_optarg= ;; | 1370 | *) ac_optarg=yes ;; |
| 1379 | *) ac_optarg=yes ;; | ||
| 1380 | esac | 1371 | esac |
| 1381 | 1372 | ||
| 1382 | # Accept the important Cygnus configure options, so we can diagnose typos. | 1373 | # Accept the important Cygnus configure options, so we can diagnose typos. |
| @@ -1421,7 +1412,7 @@ do | |||
| 1421 | ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` | 1412 | ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` |
| 1422 | # Reject names that are not valid shell variable names. | 1413 | # Reject names that are not valid shell variable names. |
| 1423 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1414 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
| 1424 | as_fn_error $? "invalid feature name: $ac_useropt" | 1415 | as_fn_error "invalid feature name: $ac_useropt" |
| 1425 | ac_useropt_orig=$ac_useropt | 1416 | ac_useropt_orig=$ac_useropt |
| 1426 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1417 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
| 1427 | case $ac_user_opts in | 1418 | case $ac_user_opts in |
| @@ -1447,7 +1438,7 @@ do | |||
| 1447 | ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` | 1438 | ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` |
| 1448 | # Reject names that are not valid shell variable names. | 1439 | # Reject names that are not valid shell variable names. |
| 1449 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1440 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
| 1450 | as_fn_error $? "invalid feature name: $ac_useropt" | 1441 | as_fn_error "invalid feature name: $ac_useropt" |
| 1451 | ac_useropt_orig=$ac_useropt | 1442 | ac_useropt_orig=$ac_useropt |
| 1452 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1443 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
| 1453 | case $ac_user_opts in | 1444 | case $ac_user_opts in |
| @@ -1651,7 +1642,7 @@ do | |||
| 1651 | ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` | 1642 | ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` |
| 1652 | # Reject names that are not valid shell variable names. | 1643 | # Reject names that are not valid shell variable names. |
| 1653 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1644 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
| 1654 | as_fn_error $? "invalid package name: $ac_useropt" | 1645 | as_fn_error "invalid package name: $ac_useropt" |
| 1655 | ac_useropt_orig=$ac_useropt | 1646 | ac_useropt_orig=$ac_useropt |
| 1656 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1647 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
| 1657 | case $ac_user_opts in | 1648 | case $ac_user_opts in |
| @@ -1667,7 +1658,7 @@ do | |||
| 1667 | ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` | 1658 | ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` |
| 1668 | # Reject names that are not valid shell variable names. | 1659 | # Reject names that are not valid shell variable names. |
| 1669 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1660 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
| 1670 | as_fn_error $? "invalid package name: $ac_useropt" | 1661 | as_fn_error "invalid package name: $ac_useropt" |
| 1671 | ac_useropt_orig=$ac_useropt | 1662 | ac_useropt_orig=$ac_useropt |
| 1672 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1663 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
| 1673 | case $ac_user_opts in | 1664 | case $ac_user_opts in |
| @@ -1697,8 +1688,8 @@ do | |||
| 1697 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) | 1688 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) |
| 1698 | x_libraries=$ac_optarg ;; | 1689 | x_libraries=$ac_optarg ;; |
| 1699 | 1690 | ||
| 1700 | -*) as_fn_error $? "unrecognized option: \`$ac_option' | 1691 | -*) as_fn_error "unrecognized option: \`$ac_option' |
| 1701 | Try \`$0 --help' for more information" | 1692 | Try \`$0 --help' for more information." |
| 1702 | ;; | 1693 | ;; |
| 1703 | 1694 | ||
| 1704 | *=*) | 1695 | *=*) |
| @@ -1706,7 +1697,7 @@ Try \`$0 --help' for more information" | |||
| 1706 | # Reject names that are not valid shell variable names. | 1697 | # Reject names that are not valid shell variable names. |
| 1707 | case $ac_envvar in #( | 1698 | case $ac_envvar in #( |
| 1708 | '' | [0-9]* | *[!_$as_cr_alnum]* ) | 1699 | '' | [0-9]* | *[!_$as_cr_alnum]* ) |
| 1709 | as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; | 1700 | as_fn_error "invalid variable name: \`$ac_envvar'" ;; |
| 1710 | esac | 1701 | esac |
| 1711 | eval $ac_envvar=\$ac_optarg | 1702 | eval $ac_envvar=\$ac_optarg |
| 1712 | export $ac_envvar ;; | 1703 | export $ac_envvar ;; |
| @@ -1716,7 +1707,7 @@ Try \`$0 --help' for more information" | |||
| 1716 | $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 | 1707 | $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 |
| 1717 | expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && | 1708 | expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && |
| 1718 | $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 | 1709 | $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 |
| 1719 | : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" | 1710 | : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} |
| 1720 | ;; | 1711 | ;; |
| 1721 | 1712 | ||
| 1722 | esac | 1713 | esac |
| @@ -1724,13 +1715,13 @@ done | |||
| 1724 | 1715 | ||
| 1725 | if test -n "$ac_prev"; then | 1716 | if test -n "$ac_prev"; then |
| 1726 | ac_option=--`echo $ac_prev | sed 's/_/-/g'` | 1717 | ac_option=--`echo $ac_prev | sed 's/_/-/g'` |
| 1727 | as_fn_error $? "missing argument to $ac_option" | 1718 | as_fn_error "missing argument to $ac_option" |
| 1728 | fi | 1719 | fi |
| 1729 | 1720 | ||
| 1730 | if test -n "$ac_unrecognized_opts"; then | 1721 | if test -n "$ac_unrecognized_opts"; then |
| 1731 | case $enable_option_checking in | 1722 | case $enable_option_checking in |
| 1732 | no) ;; | 1723 | no) ;; |
| 1733 | fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; | 1724 | fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;; |
| 1734 | *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; | 1725 | *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; |
| 1735 | esac | 1726 | esac |
| 1736 | fi | 1727 | fi |
| @@ -1753,7 +1744,7 @@ do | |||
| 1753 | [\\/$]* | ?:[\\/]* ) continue;; | 1744 | [\\/$]* | ?:[\\/]* ) continue;; |
| 1754 | NONE | '' ) case $ac_var in *prefix ) continue;; esac;; | 1745 | NONE | '' ) case $ac_var in *prefix ) continue;; esac;; |
| 1755 | esac | 1746 | esac |
| 1756 | as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" | 1747 | as_fn_error "expected an absolute directory name for --$ac_var: $ac_val" |
| 1757 | done | 1748 | done |
| 1758 | 1749 | ||
| 1759 | # There might be people who depend on the old broken behavior: `$host' | 1750 | # There might be people who depend on the old broken behavior: `$host' |
| @@ -1767,8 +1758,8 @@ target=$target_alias | |||
| 1767 | if test "x$host_alias" != x; then | 1758 | if test "x$host_alias" != x; then |
| 1768 | if test "x$build_alias" = x; then | 1759 | if test "x$build_alias" = x; then |
| 1769 | cross_compiling=maybe | 1760 | cross_compiling=maybe |
| 1770 | $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. | 1761 | $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. |
| 1771 | If a cross compiler is detected then cross compile mode will be used" >&2 | 1762 | If a cross compiler is detected then cross compile mode will be used." >&2 |
| 1772 | elif test "x$build_alias" != "x$host_alias"; then | 1763 | elif test "x$build_alias" != "x$host_alias"; then |
| 1773 | cross_compiling=yes | 1764 | cross_compiling=yes |
| 1774 | fi | 1765 | fi |
| @@ -1783,9 +1774,9 @@ test "$silent" = yes && exec 6>/dev/null | |||
| 1783 | ac_pwd=`pwd` && test -n "$ac_pwd" && | 1774 | ac_pwd=`pwd` && test -n "$ac_pwd" && |
| 1784 | ac_ls_di=`ls -di .` && | 1775 | ac_ls_di=`ls -di .` && |
| 1785 | ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || | 1776 | ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || |
| 1786 | as_fn_error $? "working directory cannot be determined" | 1777 | as_fn_error "working directory cannot be determined" |
| 1787 | test "X$ac_ls_di" = "X$ac_pwd_ls_di" || | 1778 | test "X$ac_ls_di" = "X$ac_pwd_ls_di" || |
| 1788 | as_fn_error $? "pwd does not report name of working directory" | 1779 | as_fn_error "pwd does not report name of working directory" |
| 1789 | 1780 | ||
| 1790 | 1781 | ||
| 1791 | # Find the source files, if location was not specified. | 1782 | # Find the source files, if location was not specified. |
| @@ -1824,11 +1815,11 @@ else | |||
| 1824 | fi | 1815 | fi |
| 1825 | if test ! -r "$srcdir/$ac_unique_file"; then | 1816 | if test ! -r "$srcdir/$ac_unique_file"; then |
| 1826 | test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." | 1817 | test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." |
| 1827 | as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" | 1818 | as_fn_error "cannot find sources ($ac_unique_file) in $srcdir" |
| 1828 | fi | 1819 | fi |
| 1829 | ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" | 1820 | ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" |
| 1830 | ac_abs_confdir=`( | 1821 | ac_abs_confdir=`( |
| 1831 | cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" | 1822 | cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg" |
| 1832 | pwd)` | 1823 | pwd)` |
| 1833 | # When building in place, set srcdir=. | 1824 | # When building in place, set srcdir=. |
| 1834 | if test "$ac_abs_confdir" = "$ac_pwd"; then | 1825 | if test "$ac_abs_confdir" = "$ac_pwd"; then |
| @@ -1868,7 +1859,7 @@ Configuration: | |||
| 1868 | --help=short display options specific to this package | 1859 | --help=short display options specific to this package |
| 1869 | --help=recursive display the short help of all the included packages | 1860 | --help=recursive display the short help of all the included packages |
| 1870 | -V, --version display version information and exit | 1861 | -V, --version display version information and exit |
| 1871 | -q, --quiet, --silent do not print \`checking ...' messages | 1862 | -q, --quiet, --silent do not print \`checking...' messages |
| 1872 | --cache-file=FILE cache test results in FILE [disabled] | 1863 | --cache-file=FILE cache test results in FILE [disabled] |
| 1873 | -C, --config-cache alias for \`--cache-file=config.cache' | 1864 | -C, --config-cache alias for \`--cache-file=config.cache' |
| 1874 | -n, --no-create do not create output files | 1865 | -n, --no-create do not create output files |
| @@ -2091,9 +2082,9 @@ test -n "$ac_init_help" && exit $ac_status | |||
| 2091 | if $ac_init_version; then | 2082 | if $ac_init_version; then |
| 2092 | cat <<\_ACEOF | 2083 | cat <<\_ACEOF |
| 2093 | emacs configure 24.0.50 | 2084 | emacs configure 24.0.50 |
| 2094 | generated by GNU Autoconf 2.68 | 2085 | generated by GNU Autoconf 2.65 |
| 2095 | 2086 | ||
| 2096 | Copyright (C) 2010 Free Software Foundation, Inc. | 2087 | Copyright (C) 2009 Free Software Foundation, Inc. |
| 2097 | This configure script is free software; the Free Software Foundation | 2088 | This configure script is free software; the Free Software Foundation |
| 2098 | gives unlimited permission to copy, distribute and modify it. | 2089 | gives unlimited permission to copy, distribute and modify it. |
| 2099 | _ACEOF | 2090 | _ACEOF |
| @@ -2137,7 +2128,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 2137 | 2128 | ||
| 2138 | ac_retval=1 | 2129 | ac_retval=1 |
| 2139 | fi | 2130 | fi |
| 2140 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | 2131 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 2141 | as_fn_set_status $ac_retval | 2132 | as_fn_set_status $ac_retval |
| 2142 | 2133 | ||
| 2143 | } # ac_fn_c_try_compile | 2134 | } # ac_fn_c_try_compile |
| @@ -2163,7 +2154,7 @@ $as_echo "$ac_try_echo"; } >&5 | |||
| 2163 | mv -f conftest.er1 conftest.err | 2154 | mv -f conftest.er1 conftest.err |
| 2164 | fi | 2155 | fi |
| 2165 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 2156 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 2166 | test $ac_status = 0; } > conftest.i && { | 2157 | test $ac_status = 0; } >/dev/null && { |
| 2167 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 2158 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
| 2168 | test ! -s conftest.err | 2159 | test ! -s conftest.err |
| 2169 | }; then : | 2160 | }; then : |
| @@ -2174,7 +2165,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 2174 | 2165 | ||
| 2175 | ac_retval=1 | 2166 | ac_retval=1 |
| 2176 | fi | 2167 | fi |
| 2177 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | 2168 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 2178 | as_fn_set_status $ac_retval | 2169 | as_fn_set_status $ac_retval |
| 2179 | 2170 | ||
| 2180 | } # ac_fn_c_try_cpp | 2171 | } # ac_fn_c_try_cpp |
| @@ -2187,10 +2178,10 @@ fi | |||
| 2187 | ac_fn_c_check_header_mongrel () | 2178 | ac_fn_c_check_header_mongrel () |
| 2188 | { | 2179 | { |
| 2189 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 2180 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 2190 | if eval \${$3+:} false; then : | 2181 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
| 2191 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 2182 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 2192 | $as_echo_n "checking for $2... " >&6; } | 2183 | $as_echo_n "checking for $2... " >&6; } |
| 2193 | if eval \${$3+:} false; then : | 2184 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
| 2194 | $as_echo_n "(cached) " >&6 | 2185 | $as_echo_n "(cached) " >&6 |
| 2195 | fi | 2186 | fi |
| 2196 | eval ac_res=\$$3 | 2187 | eval ac_res=\$$3 |
| @@ -2226,7 +2217,7 @@ if ac_fn_c_try_cpp "$LINENO"; then : | |||
| 2226 | else | 2217 | else |
| 2227 | ac_header_preproc=no | 2218 | ac_header_preproc=no |
| 2228 | fi | 2219 | fi |
| 2229 | rm -f conftest.err conftest.i conftest.$ac_ext | 2220 | rm -f conftest.err conftest.$ac_ext |
| 2230 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 | 2221 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 |
| 2231 | $as_echo "$ac_header_preproc" >&6; } | 2222 | $as_echo "$ac_header_preproc" >&6; } |
| 2232 | 2223 | ||
| @@ -2253,7 +2244,7 @@ $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} | |||
| 2253 | esac | 2244 | esac |
| 2254 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 2245 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 2255 | $as_echo_n "checking for $2... " >&6; } | 2246 | $as_echo_n "checking for $2... " >&6; } |
| 2256 | if eval \${$3+:} false; then : | 2247 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
| 2257 | $as_echo_n "(cached) " >&6 | 2248 | $as_echo_n "(cached) " >&6 |
| 2258 | else | 2249 | else |
| 2259 | eval "$3=\$ac_header_compiler" | 2250 | eval "$3=\$ac_header_compiler" |
| @@ -2262,7 +2253,7 @@ eval ac_res=\$$3 | |||
| 2262 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 2253 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 2263 | $as_echo "$ac_res" >&6; } | 2254 | $as_echo "$ac_res" >&6; } |
| 2264 | fi | 2255 | fi |
| 2265 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | 2256 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 2266 | 2257 | ||
| 2267 | } # ac_fn_c_check_header_mongrel | 2258 | } # ac_fn_c_check_header_mongrel |
| 2268 | 2259 | ||
| @@ -2303,7 +2294,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 2303 | ac_retval=$ac_status | 2294 | ac_retval=$ac_status |
| 2304 | fi | 2295 | fi |
| 2305 | rm -rf conftest.dSYM conftest_ipa8_conftest.oo | 2296 | rm -rf conftest.dSYM conftest_ipa8_conftest.oo |
| 2306 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | 2297 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 2307 | as_fn_set_status $ac_retval | 2298 | as_fn_set_status $ac_retval |
| 2308 | 2299 | ||
| 2309 | } # ac_fn_c_try_run | 2300 | } # ac_fn_c_try_run |
| @@ -2317,7 +2308,7 @@ ac_fn_c_check_header_compile () | |||
| 2317 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 2308 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 2318 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 2309 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 2319 | $as_echo_n "checking for $2... " >&6; } | 2310 | $as_echo_n "checking for $2... " >&6; } |
| 2320 | if eval \${$3+:} false; then : | 2311 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
| 2321 | $as_echo_n "(cached) " >&6 | 2312 | $as_echo_n "(cached) " >&6 |
| 2322 | else | 2313 | else |
| 2323 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2314 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -2335,7 +2326,7 @@ fi | |||
| 2335 | eval ac_res=\$$3 | 2326 | eval ac_res=\$$3 |
| 2336 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 2327 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 2337 | $as_echo "$ac_res" >&6; } | 2328 | $as_echo "$ac_res" >&6; } |
| 2338 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | 2329 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 2339 | 2330 | ||
| 2340 | } # ac_fn_c_check_header_compile | 2331 | } # ac_fn_c_check_header_compile |
| 2341 | 2332 | ||
| @@ -2380,23 +2371,20 @@ fi | |||
| 2380 | # interfere with the next link command; also delete a directory that is | 2371 | # interfere with the next link command; also delete a directory that is |
| 2381 | # left behind by Apple's compiler. We do this before executing the actions. | 2372 | # left behind by Apple's compiler. We do this before executing the actions. |
| 2382 | rm -rf conftest.dSYM conftest_ipa8_conftest.oo | 2373 | rm -rf conftest.dSYM conftest_ipa8_conftest.oo |
| 2383 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | 2374 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 2384 | as_fn_set_status $ac_retval | 2375 | as_fn_set_status $ac_retval |
| 2385 | 2376 | ||
| 2386 | } # ac_fn_c_try_link | 2377 | } # ac_fn_c_try_link |
| 2387 | 2378 | ||
| 2388 | # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES | 2379 | # ac_fn_c_check_decl LINENO SYMBOL VAR |
| 2389 | # --------------------------------------------- | 2380 | # ------------------------------------ |
| 2390 | # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR | 2381 | # Tests whether SYMBOL is declared, setting cache variable VAR accordingly. |
| 2391 | # accordingly. | ||
| 2392 | ac_fn_c_check_decl () | 2382 | ac_fn_c_check_decl () |
| 2393 | { | 2383 | { |
| 2394 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 2384 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 2395 | as_decl_name=`echo $2|sed 's/ *(.*//'` | 2385 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $2 is declared" >&5 |
| 2396 | as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'` | 2386 | $as_echo_n "checking whether $2 is declared... " >&6; } |
| 2397 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 | 2387 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
| 2398 | $as_echo_n "checking whether $as_decl_name is declared... " >&6; } | ||
| 2399 | if eval \${$3+:} false; then : | ||
| 2400 | $as_echo_n "(cached) " >&6 | 2388 | $as_echo_n "(cached) " >&6 |
| 2401 | else | 2389 | else |
| 2402 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2390 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -2405,12 +2393,8 @@ $4 | |||
| 2405 | int | 2393 | int |
| 2406 | main () | 2394 | main () |
| 2407 | { | 2395 | { |
| 2408 | #ifndef $as_decl_name | 2396 | #ifndef $2 |
| 2409 | #ifdef __cplusplus | 2397 | (void) $2; |
| 2410 | (void) $as_decl_use; | ||
| 2411 | #else | ||
| 2412 | (void) $as_decl_name; | ||
| 2413 | #endif | ||
| 2414 | #endif | 2398 | #endif |
| 2415 | 2399 | ||
| 2416 | ; | 2400 | ; |
| @@ -2427,7 +2411,7 @@ fi | |||
| 2427 | eval ac_res=\$$3 | 2411 | eval ac_res=\$$3 |
| 2428 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 2412 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 2429 | $as_echo "$ac_res" >&6; } | 2413 | $as_echo "$ac_res" >&6; } |
| 2430 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | 2414 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 2431 | 2415 | ||
| 2432 | } # ac_fn_c_check_decl | 2416 | } # ac_fn_c_check_decl |
| 2433 | 2417 | ||
| @@ -2439,7 +2423,7 @@ ac_fn_c_check_header_preproc () | |||
| 2439 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 2423 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 2440 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 2424 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 2441 | $as_echo_n "checking for $2... " >&6; } | 2425 | $as_echo_n "checking for $2... " >&6; } |
| 2442 | if eval \${$3+:} false; then : | 2426 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
| 2443 | $as_echo_n "(cached) " >&6 | 2427 | $as_echo_n "(cached) " >&6 |
| 2444 | else | 2428 | else |
| 2445 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2429 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -2451,12 +2435,12 @@ if ac_fn_c_try_cpp "$LINENO"; then : | |||
| 2451 | else | 2435 | else |
| 2452 | eval "$3=no" | 2436 | eval "$3=no" |
| 2453 | fi | 2437 | fi |
| 2454 | rm -f conftest.err conftest.i conftest.$ac_ext | 2438 | rm -f conftest.err conftest.$ac_ext |
| 2455 | fi | 2439 | fi |
| 2456 | eval ac_res=\$$3 | 2440 | eval ac_res=\$$3 |
| 2457 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 2441 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 2458 | $as_echo "$ac_res" >&6; } | 2442 | $as_echo "$ac_res" >&6; } |
| 2459 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | 2443 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 2460 | 2444 | ||
| 2461 | } # ac_fn_c_check_header_preproc | 2445 | } # ac_fn_c_check_header_preproc |
| 2462 | 2446 | ||
| @@ -2525,7 +2509,7 @@ ac_fn_c_check_func () | |||
| 2525 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 2509 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 2526 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 2510 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 2527 | $as_echo_n "checking for $2... " >&6; } | 2511 | $as_echo_n "checking for $2... " >&6; } |
| 2528 | if eval \${$3+:} false; then : | 2512 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
| 2529 | $as_echo_n "(cached) " >&6 | 2513 | $as_echo_n "(cached) " >&6 |
| 2530 | else | 2514 | else |
| 2531 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2515 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -2580,7 +2564,7 @@ fi | |||
| 2580 | eval ac_res=\$$3 | 2564 | eval ac_res=\$$3 |
| 2581 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 2565 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 2582 | $as_echo "$ac_res" >&6; } | 2566 | $as_echo "$ac_res" >&6; } |
| 2583 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | 2567 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 2584 | 2568 | ||
| 2585 | } # ac_fn_c_check_func | 2569 | } # ac_fn_c_check_func |
| 2586 | 2570 | ||
| @@ -2595,7 +2579,7 @@ ac_fn_c_check_member () | |||
| 2595 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 2579 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 2596 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5 | 2580 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5 |
| 2597 | $as_echo_n "checking for $2.$3... " >&6; } | 2581 | $as_echo_n "checking for $2.$3... " >&6; } |
| 2598 | if eval \${$4+:} false; then : | 2582 | if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then : |
| 2599 | $as_echo_n "(cached) " >&6 | 2583 | $as_echo_n "(cached) " >&6 |
| 2600 | else | 2584 | else |
| 2601 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2585 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -2639,7 +2623,7 @@ fi | |||
| 2639 | eval ac_res=\$$4 | 2623 | eval ac_res=\$$4 |
| 2640 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 2624 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 2641 | $as_echo "$ac_res" >&6; } | 2625 | $as_echo "$ac_res" >&6; } |
| 2642 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | 2626 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 2643 | 2627 | ||
| 2644 | } # ac_fn_c_check_member | 2628 | } # ac_fn_c_check_member |
| 2645 | 2629 | ||
| @@ -2652,7 +2636,7 @@ ac_fn_c_check_type () | |||
| 2652 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 2636 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 2653 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 2637 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 2654 | $as_echo_n "checking for $2... " >&6; } | 2638 | $as_echo_n "checking for $2... " >&6; } |
| 2655 | if eval \${$3+:} false; then : | 2639 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
| 2656 | $as_echo_n "(cached) " >&6 | 2640 | $as_echo_n "(cached) " >&6 |
| 2657 | else | 2641 | else |
| 2658 | eval "$3=no" | 2642 | eval "$3=no" |
| @@ -2693,7 +2677,7 @@ fi | |||
| 2693 | eval ac_res=\$$3 | 2677 | eval ac_res=\$$3 |
| 2694 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 2678 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 2695 | $as_echo "$ac_res" >&6; } | 2679 | $as_echo "$ac_res" >&6; } |
| 2696 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | 2680 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 2697 | 2681 | ||
| 2698 | } # ac_fn_c_check_type | 2682 | } # ac_fn_c_check_type |
| 2699 | 2683 | ||
| @@ -2871,7 +2855,7 @@ rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ | |||
| 2871 | rm -f conftest.val | 2855 | rm -f conftest.val |
| 2872 | 2856 | ||
| 2873 | fi | 2857 | fi |
| 2874 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | 2858 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 2875 | as_fn_set_status $ac_retval | 2859 | as_fn_set_status $ac_retval |
| 2876 | 2860 | ||
| 2877 | } # ac_fn_c_compute_int | 2861 | } # ac_fn_c_compute_int |
| @@ -2934,7 +2918,7 @@ This file contains any messages produced by compilers while | |||
| 2934 | running configure, to aid debugging if configure makes a mistake. | 2918 | running configure, to aid debugging if configure makes a mistake. |
| 2935 | 2919 | ||
| 2936 | It was created by emacs $as_me 24.0.50, which was | 2920 | It was created by emacs $as_me 24.0.50, which was |
| 2937 | generated by GNU Autoconf 2.68. Invocation command line was | 2921 | generated by GNU Autoconf 2.65. Invocation command line was |
| 2938 | 2922 | ||
| 2939 | $ $0 $@ | 2923 | $ $0 $@ |
| 2940 | 2924 | ||
| @@ -3044,9 +3028,11 @@ trap 'exit_status=$? | |||
| 3044 | { | 3028 | { |
| 3045 | echo | 3029 | echo |
| 3046 | 3030 | ||
| 3047 | $as_echo "## ---------------- ## | 3031 | cat <<\_ASBOX |
| 3032 | ## ---------------- ## | ||
| 3048 | ## Cache variables. ## | 3033 | ## Cache variables. ## |
| 3049 | ## ---------------- ##" | 3034 | ## ---------------- ## |
| 3035 | _ASBOX | ||
| 3050 | echo | 3036 | echo |
| 3051 | # The following way of writing the cache mishandles newlines in values, | 3037 | # The following way of writing the cache mishandles newlines in values, |
| 3052 | ( | 3038 | ( |
| @@ -3080,9 +3066,11 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; | |||
| 3080 | ) | 3066 | ) |
| 3081 | echo | 3067 | echo |
| 3082 | 3068 | ||
| 3083 | $as_echo "## ----------------- ## | 3069 | cat <<\_ASBOX |
| 3070 | ## ----------------- ## | ||
| 3084 | ## Output variables. ## | 3071 | ## Output variables. ## |
| 3085 | ## ----------------- ##" | 3072 | ## ----------------- ## |
| 3073 | _ASBOX | ||
| 3086 | echo | 3074 | echo |
| 3087 | for ac_var in $ac_subst_vars | 3075 | for ac_var in $ac_subst_vars |
| 3088 | do | 3076 | do |
| @@ -3095,9 +3083,11 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; | |||
| 3095 | echo | 3083 | echo |
| 3096 | 3084 | ||
| 3097 | if test -n "$ac_subst_files"; then | 3085 | if test -n "$ac_subst_files"; then |
| 3098 | $as_echo "## ------------------- ## | 3086 | cat <<\_ASBOX |
| 3087 | ## ------------------- ## | ||
| 3099 | ## File substitutions. ## | 3088 | ## File substitutions. ## |
| 3100 | ## ------------------- ##" | 3089 | ## ------------------- ## |
| 3090 | _ASBOX | ||
| 3101 | echo | 3091 | echo |
| 3102 | for ac_var in $ac_subst_files | 3092 | for ac_var in $ac_subst_files |
| 3103 | do | 3093 | do |
| @@ -3111,9 +3101,11 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; | |||
| 3111 | fi | 3101 | fi |
| 3112 | 3102 | ||
| 3113 | if test -s confdefs.h; then | 3103 | if test -s confdefs.h; then |
| 3114 | $as_echo "## ----------- ## | 3104 | cat <<\_ASBOX |
| 3105 | ## ----------- ## | ||
| 3115 | ## confdefs.h. ## | 3106 | ## confdefs.h. ## |
| 3116 | ## ----------- ##" | 3107 | ## ----------- ## |
| 3108 | _ASBOX | ||
| 3117 | echo | 3109 | echo |
| 3118 | cat confdefs.h | 3110 | cat confdefs.h |
| 3119 | echo | 3111 | echo |
| @@ -3168,12 +3160,7 @@ _ACEOF | |||
| 3168 | ac_site_file1=NONE | 3160 | ac_site_file1=NONE |
| 3169 | ac_site_file2=NONE | 3161 | ac_site_file2=NONE |
| 3170 | if test -n "$CONFIG_SITE"; then | 3162 | if test -n "$CONFIG_SITE"; then |
| 3171 | # We do not want a PATH search for config.site. | 3163 | ac_site_file1=$CONFIG_SITE |
| 3172 | case $CONFIG_SITE in #(( | ||
| 3173 | -*) ac_site_file1=./$CONFIG_SITE;; | ||
| 3174 | */*) ac_site_file1=$CONFIG_SITE;; | ||
| 3175 | *) ac_site_file1=./$CONFIG_SITE;; | ||
| 3176 | esac | ||
| 3177 | elif test "x$prefix" != xNONE; then | 3164 | elif test "x$prefix" != xNONE; then |
| 3178 | ac_site_file1=$prefix/share/config.site | 3165 | ac_site_file1=$prefix/share/config.site |
| 3179 | ac_site_file2=$prefix/etc/config.site | 3166 | ac_site_file2=$prefix/etc/config.site |
| @@ -3188,11 +3175,7 @@ do | |||
| 3188 | { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 | 3175 | { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 |
| 3189 | $as_echo "$as_me: loading site script $ac_site_file" >&6;} | 3176 | $as_echo "$as_me: loading site script $ac_site_file" >&6;} |
| 3190 | sed 's/^/| /' "$ac_site_file" >&5 | 3177 | sed 's/^/| /' "$ac_site_file" >&5 |
| 3191 | . "$ac_site_file" \ | 3178 | . "$ac_site_file" |
| 3192 | || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | ||
| 3193 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | ||
| 3194 | as_fn_error $? "failed to load site script $ac_site_file | ||
| 3195 | See \`config.log' for more details" "$LINENO" 5; } | ||
| 3196 | fi | 3179 | fi |
| 3197 | done | 3180 | done |
| 3198 | 3181 | ||
| @@ -3288,7 +3271,7 @@ if $ac_cache_corrupted; then | |||
| 3288 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 3271 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 3289 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 | 3272 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 |
| 3290 | $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} | 3273 | $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} |
| 3291 | as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 | 3274 | as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 |
| 3292 | fi | 3275 | fi |
| 3293 | ## -------------------- ## | 3276 | ## -------------------- ## |
| 3294 | ## Main body of script. ## | 3277 | ## Main body of script. ## |
| @@ -3306,22 +3289,16 @@ ac_config_headers="$ac_config_headers src/config.h:src/config.in" | |||
| 3306 | 3289 | ||
| 3307 | ac_aux_dir= | 3290 | ac_aux_dir= |
| 3308 | for ac_dir in build-aux "$srcdir"/build-aux; do | 3291 | for ac_dir in build-aux "$srcdir"/build-aux; do |
| 3309 | if test -f "$ac_dir/install-sh"; then | 3292 | for ac_t in install-sh install.sh shtool; do |
| 3310 | ac_aux_dir=$ac_dir | 3293 | if test -f "$ac_dir/$ac_t"; then |
| 3311 | ac_install_sh="$ac_aux_dir/install-sh -c" | 3294 | ac_aux_dir=$ac_dir |
| 3312 | break | 3295 | ac_install_sh="$ac_aux_dir/$ac_t -c" |
| 3313 | elif test -f "$ac_dir/install.sh"; then | 3296 | break 2 |
| 3314 | ac_aux_dir=$ac_dir | 3297 | fi |
| 3315 | ac_install_sh="$ac_aux_dir/install.sh -c" | 3298 | done |
| 3316 | break | ||
| 3317 | elif test -f "$ac_dir/shtool"; then | ||
| 3318 | ac_aux_dir=$ac_dir | ||
| 3319 | ac_install_sh="$ac_aux_dir/shtool install -c" | ||
| 3320 | break | ||
| 3321 | fi | ||
| 3322 | done | 3299 | done |
| 3323 | if test -z "$ac_aux_dir"; then | 3300 | if test -z "$ac_aux_dir"; then |
| 3324 | as_fn_error $? "cannot find install-sh, install.sh, or shtool in build-aux \"$srcdir\"/build-aux" "$LINENO" 5 | 3301 | as_fn_error "cannot find install-sh, install.sh, or shtool in build-aux \"$srcdir\"/build-aux" "$LINENO" 5 |
| 3325 | fi | 3302 | fi |
| 3326 | 3303 | ||
| 3327 | # These three variables are undocumented and unsupported, | 3304 | # These three variables are undocumented and unsupported, |
| @@ -3352,7 +3329,7 @@ am__api_version='1.11' | |||
| 3352 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 | 3329 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 |
| 3353 | $as_echo_n "checking for a BSD-compatible install... " >&6; } | 3330 | $as_echo_n "checking for a BSD-compatible install... " >&6; } |
| 3354 | if test -z "$INSTALL"; then | 3331 | if test -z "$INSTALL"; then |
| 3355 | if ${ac_cv_path_install+:} false; then : | 3332 | if test "${ac_cv_path_install+set}" = set; then : |
| 3356 | $as_echo_n "(cached) " >&6 | 3333 | $as_echo_n "(cached) " >&6 |
| 3357 | else | 3334 | else |
| 3358 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | 3335 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| @@ -3439,11 +3416,11 @@ am_lf=' | |||
| 3439 | ' | 3416 | ' |
| 3440 | case `pwd` in | 3417 | case `pwd` in |
| 3441 | *[\\\"\#\$\&\'\`$am_lf]*) | 3418 | *[\\\"\#\$\&\'\`$am_lf]*) |
| 3442 | as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; | 3419 | as_fn_error "unsafe absolute working directory name" "$LINENO" 5;; |
| 3443 | esac | 3420 | esac |
| 3444 | case $srcdir in | 3421 | case $srcdir in |
| 3445 | *[\\\"\#\$\&\'\`$am_lf\ \ ]*) | 3422 | *[\\\"\#\$\&\'\`$am_lf\ \ ]*) |
| 3446 | as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; | 3423 | as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; |
| 3447 | esac | 3424 | esac |
| 3448 | 3425 | ||
| 3449 | # Do `set' in a subshell so we don't clobber the current shell's | 3426 | # Do `set' in a subshell so we don't clobber the current shell's |
| @@ -3465,7 +3442,7 @@ if ( | |||
| 3465 | # if, for instance, CONFIG_SHELL is bash and it inherits a | 3442 | # if, for instance, CONFIG_SHELL is bash and it inherits a |
| 3466 | # broken ls alias from the environment. This has actually | 3443 | # broken ls alias from the environment. This has actually |
| 3467 | # happened. Such a system could not be considered "sane". | 3444 | # happened. Such a system could not be considered "sane". |
| 3468 | as_fn_error $? "ls -t appears to fail. Make sure there is not a broken | 3445 | as_fn_error "ls -t appears to fail. Make sure there is not a broken |
| 3469 | alias in your environment" "$LINENO" 5 | 3446 | alias in your environment" "$LINENO" 5 |
| 3470 | fi | 3447 | fi |
| 3471 | 3448 | ||
| @@ -3475,7 +3452,7 @@ then | |||
| 3475 | # Ok. | 3452 | # Ok. |
| 3476 | : | 3453 | : |
| 3477 | else | 3454 | else |
| 3478 | as_fn_error $? "newly created file is older than distributed files! | 3455 | as_fn_error "newly created file is older than distributed files! |
| 3479 | Check your system clock" "$LINENO" 5 | 3456 | Check your system clock" "$LINENO" 5 |
| 3480 | fi | 3457 | fi |
| 3481 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 3458 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
| @@ -3529,7 +3506,7 @@ if test "$cross_compiling" != no; then | |||
| 3529 | set dummy ${ac_tool_prefix}strip; ac_word=$2 | 3506 | set dummy ${ac_tool_prefix}strip; ac_word=$2 |
| 3530 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 3507 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 3531 | $as_echo_n "checking for $ac_word... " >&6; } | 3508 | $as_echo_n "checking for $ac_word... " >&6; } |
| 3532 | if ${ac_cv_prog_STRIP+:} false; then : | 3509 | if test "${ac_cv_prog_STRIP+set}" = set; then : |
| 3533 | $as_echo_n "(cached) " >&6 | 3510 | $as_echo_n "(cached) " >&6 |
| 3534 | else | 3511 | else |
| 3535 | if test -n "$STRIP"; then | 3512 | if test -n "$STRIP"; then |
| @@ -3569,7 +3546,7 @@ if test -z "$ac_cv_prog_STRIP"; then | |||
| 3569 | set dummy strip; ac_word=$2 | 3546 | set dummy strip; ac_word=$2 |
| 3570 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 3547 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 3571 | $as_echo_n "checking for $ac_word... " >&6; } | 3548 | $as_echo_n "checking for $ac_word... " >&6; } |
| 3572 | if ${ac_cv_prog_ac_ct_STRIP+:} false; then : | 3549 | if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : |
| 3573 | $as_echo_n "(cached) " >&6 | 3550 | $as_echo_n "(cached) " >&6 |
| 3574 | else | 3551 | else |
| 3575 | if test -n "$ac_ct_STRIP"; then | 3552 | if test -n "$ac_ct_STRIP"; then |
| @@ -3622,7 +3599,7 @@ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" | |||
| 3622 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 | 3599 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 |
| 3623 | $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } | 3600 | $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } |
| 3624 | if test -z "$MKDIR_P"; then | 3601 | if test -z "$MKDIR_P"; then |
| 3625 | if ${ac_cv_path_mkdir+:} false; then : | 3602 | if test "${ac_cv_path_mkdir+set}" = set; then : |
| 3626 | $as_echo_n "(cached) " >&6 | 3603 | $as_echo_n "(cached) " >&6 |
| 3627 | else | 3604 | else |
| 3628 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | 3605 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| @@ -3674,7 +3651,7 @@ do | |||
| 3674 | set dummy $ac_prog; ac_word=$2 | 3651 | set dummy $ac_prog; ac_word=$2 |
| 3675 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 3652 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 3676 | $as_echo_n "checking for $ac_word... " >&6; } | 3653 | $as_echo_n "checking for $ac_word... " >&6; } |
| 3677 | if ${ac_cv_prog_AWK+:} false; then : | 3654 | if test "${ac_cv_prog_AWK+set}" = set; then : |
| 3678 | $as_echo_n "(cached) " >&6 | 3655 | $as_echo_n "(cached) " >&6 |
| 3679 | else | 3656 | else |
| 3680 | if test -n "$AWK"; then | 3657 | if test -n "$AWK"; then |
| @@ -3714,7 +3691,7 @@ done | |||
| 3714 | $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } | 3691 | $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } |
| 3715 | set x ${MAKE-make} | 3692 | set x ${MAKE-make} |
| 3716 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` | 3693 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` |
| 3717 | if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : | 3694 | if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : |
| 3718 | $as_echo_n "(cached) " >&6 | 3695 | $as_echo_n "(cached) " >&6 |
| 3719 | else | 3696 | else |
| 3720 | cat >conftest.make <<\_ACEOF | 3697 | cat >conftest.make <<\_ACEOF |
| @@ -3722,7 +3699,7 @@ SHELL = /bin/sh | |||
| 3722 | all: | 3699 | all: |
| 3723 | @echo '@@@%%%=$(MAKE)=@@@%%%' | 3700 | @echo '@@@%%%=$(MAKE)=@@@%%%' |
| 3724 | _ACEOF | 3701 | _ACEOF |
| 3725 | # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. | 3702 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. |
| 3726 | case `${MAKE-make} -f conftest.make 2>/dev/null` in | 3703 | case `${MAKE-make} -f conftest.make 2>/dev/null` in |
| 3727 | *@@@%%%=?*=@@@%%%*) | 3704 | *@@@%%%=?*=@@@%%%*) |
| 3728 | eval ac_cv_prog_make_${ac_make}_set=yes;; | 3705 | eval ac_cv_prog_make_${ac_make}_set=yes;; |
| @@ -3756,7 +3733,7 @@ if test "`cd $srcdir && pwd`" != "`pwd`"; then | |||
| 3756 | am__isrc=' -I$(srcdir)' | 3733 | am__isrc=' -I$(srcdir)' |
| 3757 | # test to see if srcdir already configured | 3734 | # test to see if srcdir already configured |
| 3758 | if test -f $srcdir/config.status; then | 3735 | if test -f $srcdir/config.status; then |
| 3759 | as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 | 3736 | as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 |
| 3760 | fi | 3737 | fi |
| 3761 | fi | 3738 | fi |
| 3762 | 3739 | ||
| @@ -3959,7 +3936,7 @@ if test "${with_x_toolkit+set}" = set; then : | |||
| 3959 | g | gt | gtk ) val=gtk ;; | 3936 | g | gt | gtk ) val=gtk ;; |
| 3960 | gtk3 ) val=gtk3 ;; | 3937 | gtk3 ) val=gtk3 ;; |
| 3961 | * ) | 3938 | * ) |
| 3962 | as_fn_error $? "\`--with-x-toolkit=$withval' is invalid; | 3939 | as_fn_error "\`--with-x-toolkit=$withval' is invalid; |
| 3963 | this option's value should be \`yes', \`no', \`lucid', \`athena', \`motif', \`gtk' or | 3940 | this option's value should be \`yes', \`no', \`lucid', \`athena', \`motif', \`gtk' or |
| 3964 | \`gtk3'. \`yes' and \`gtk' are synonyms. \`athena' and \`lucid' are synonyms." "$LINENO" 5 | 3941 | \`gtk3'. \`yes' and \`gtk' are synonyms. \`athena' and \`lucid' are synonyms." "$LINENO" 5 |
| 3965 | ;; | 3942 | ;; |
| @@ -4286,7 +4263,7 @@ do | |||
| 4286 | stringfreelist) ac_gc_check_string_free_list=1 ;; | 4263 | stringfreelist) ac_gc_check_string_free_list=1 ;; |
| 4287 | xmallocoverrun) ac_xmalloc_overrun=1 ;; | 4264 | xmallocoverrun) ac_xmalloc_overrun=1 ;; |
| 4288 | conslist) ac_gc_check_cons_list=1 ;; | 4265 | conslist) ac_gc_check_cons_list=1 ;; |
| 4289 | *) as_fn_error $? "unknown check category $check" "$LINENO" 5 ;; | 4266 | *) as_fn_error "unknown check category $check" "$LINENO" 5 ;; |
| 4290 | esac | 4267 | esac |
| 4291 | done | 4268 | done |
| 4292 | IFS="$ac_save_IFS" | 4269 | IFS="$ac_save_IFS" |
| @@ -4384,27 +4361,27 @@ esac | |||
| 4384 | 4361 | ||
| 4385 | # Make sure we can run config.sub. | 4362 | # Make sure we can run config.sub. |
| 4386 | $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || | 4363 | $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || |
| 4387 | as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 | 4364 | as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 |
| 4388 | 4365 | ||
| 4389 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 | 4366 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 |
| 4390 | $as_echo_n "checking build system type... " >&6; } | 4367 | $as_echo_n "checking build system type... " >&6; } |
| 4391 | if ${ac_cv_build+:} false; then : | 4368 | if test "${ac_cv_build+set}" = set; then : |
| 4392 | $as_echo_n "(cached) " >&6 | 4369 | $as_echo_n "(cached) " >&6 |
| 4393 | else | 4370 | else |
| 4394 | ac_build_alias=$build_alias | 4371 | ac_build_alias=$build_alias |
| 4395 | test "x$ac_build_alias" = x && | 4372 | test "x$ac_build_alias" = x && |
| 4396 | ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` | 4373 | ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` |
| 4397 | test "x$ac_build_alias" = x && | 4374 | test "x$ac_build_alias" = x && |
| 4398 | as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 | 4375 | as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5 |
| 4399 | ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || | 4376 | ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || |
| 4400 | as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 | 4377 | as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 |
| 4401 | 4378 | ||
| 4402 | fi | 4379 | fi |
| 4403 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 | 4380 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 |
| 4404 | $as_echo "$ac_cv_build" >&6; } | 4381 | $as_echo "$ac_cv_build" >&6; } |
| 4405 | case $ac_cv_build in | 4382 | case $ac_cv_build in |
| 4406 | *-*-*) ;; | 4383 | *-*-*) ;; |
| 4407 | *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; | 4384 | *) as_fn_error "invalid value of canonical build" "$LINENO" 5;; |
| 4408 | esac | 4385 | esac |
| 4409 | build=$ac_cv_build | 4386 | build=$ac_cv_build |
| 4410 | ac_save_IFS=$IFS; IFS='-' | 4387 | ac_save_IFS=$IFS; IFS='-' |
| @@ -4422,14 +4399,14 @@ case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac | |||
| 4422 | 4399 | ||
| 4423 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 | 4400 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 |
| 4424 | $as_echo_n "checking host system type... " >&6; } | 4401 | $as_echo_n "checking host system type... " >&6; } |
| 4425 | if ${ac_cv_host+:} false; then : | 4402 | if test "${ac_cv_host+set}" = set; then : |
| 4426 | $as_echo_n "(cached) " >&6 | 4403 | $as_echo_n "(cached) " >&6 |
| 4427 | else | 4404 | else |
| 4428 | if test "x$host_alias" = x; then | 4405 | if test "x$host_alias" = x; then |
| 4429 | ac_cv_host=$ac_cv_build | 4406 | ac_cv_host=$ac_cv_build |
| 4430 | else | 4407 | else |
| 4431 | ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || | 4408 | ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || |
| 4432 | as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 | 4409 | as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 |
| 4433 | fi | 4410 | fi |
| 4434 | 4411 | ||
| 4435 | fi | 4412 | fi |
| @@ -4437,7 +4414,7 @@ fi | |||
| 4437 | $as_echo "$ac_cv_host" >&6; } | 4414 | $as_echo "$ac_cv_host" >&6; } |
| 4438 | case $ac_cv_host in | 4415 | case $ac_cv_host in |
| 4439 | *-*-*) ;; | 4416 | *-*-*) ;; |
| 4440 | *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; | 4417 | *) as_fn_error "invalid value of canonical host" "$LINENO" 5;; |
| 4441 | esac | 4418 | esac |
| 4442 | host=$ac_cv_host | 4419 | host=$ac_cv_host |
| 4443 | ac_save_IFS=$IFS; IFS='-' | 4420 | ac_save_IFS=$IFS; IFS='-' |
| @@ -4680,7 +4657,7 @@ fi | |||
| 4680 | 4657 | ||
| 4681 | 4658 | ||
| 4682 | if test $unported = yes; then | 4659 | if test $unported = yes; then |
| 4683 | as_fn_error $? "Emacs hasn't been ported to \`${canonical}' systems. | 4660 | as_fn_error "Emacs hasn't been ported to \`${canonical}' systems. |
| 4684 | Check \`etc/MACHINES' for recognized configuration names." "$LINENO" 5 | 4661 | Check \`etc/MACHINES' for recognized configuration names." "$LINENO" 5 |
| 4685 | fi | 4662 | fi |
| 4686 | 4663 | ||
| @@ -4708,7 +4685,7 @@ if test -n "$ac_tool_prefix"; then | |||
| 4708 | set dummy ${ac_tool_prefix}gcc; ac_word=$2 | 4685 | set dummy ${ac_tool_prefix}gcc; ac_word=$2 |
| 4709 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 4686 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 4710 | $as_echo_n "checking for $ac_word... " >&6; } | 4687 | $as_echo_n "checking for $ac_word... " >&6; } |
| 4711 | if ${ac_cv_prog_CC+:} false; then : | 4688 | if test "${ac_cv_prog_CC+set}" = set; then : |
| 4712 | $as_echo_n "(cached) " >&6 | 4689 | $as_echo_n "(cached) " >&6 |
| 4713 | else | 4690 | else |
| 4714 | if test -n "$CC"; then | 4691 | if test -n "$CC"; then |
| @@ -4748,7 +4725,7 @@ if test -z "$ac_cv_prog_CC"; then | |||
| 4748 | set dummy gcc; ac_word=$2 | 4725 | set dummy gcc; ac_word=$2 |
| 4749 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 4726 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 4750 | $as_echo_n "checking for $ac_word... " >&6; } | 4727 | $as_echo_n "checking for $ac_word... " >&6; } |
| 4751 | if ${ac_cv_prog_ac_ct_CC+:} false; then : | 4728 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : |
| 4752 | $as_echo_n "(cached) " >&6 | 4729 | $as_echo_n "(cached) " >&6 |
| 4753 | else | 4730 | else |
| 4754 | if test -n "$ac_ct_CC"; then | 4731 | if test -n "$ac_ct_CC"; then |
| @@ -4801,7 +4778,7 @@ if test -z "$CC"; then | |||
| 4801 | set dummy ${ac_tool_prefix}cc; ac_word=$2 | 4778 | set dummy ${ac_tool_prefix}cc; ac_word=$2 |
| 4802 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 4779 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 4803 | $as_echo_n "checking for $ac_word... " >&6; } | 4780 | $as_echo_n "checking for $ac_word... " >&6; } |
| 4804 | if ${ac_cv_prog_CC+:} false; then : | 4781 | if test "${ac_cv_prog_CC+set}" = set; then : |
| 4805 | $as_echo_n "(cached) " >&6 | 4782 | $as_echo_n "(cached) " >&6 |
| 4806 | else | 4783 | else |
| 4807 | if test -n "$CC"; then | 4784 | if test -n "$CC"; then |
| @@ -4841,7 +4818,7 @@ if test -z "$CC"; then | |||
| 4841 | set dummy cc; ac_word=$2 | 4818 | set dummy cc; ac_word=$2 |
| 4842 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 4819 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 4843 | $as_echo_n "checking for $ac_word... " >&6; } | 4820 | $as_echo_n "checking for $ac_word... " >&6; } |
| 4844 | if ${ac_cv_prog_CC+:} false; then : | 4821 | if test "${ac_cv_prog_CC+set}" = set; then : |
| 4845 | $as_echo_n "(cached) " >&6 | 4822 | $as_echo_n "(cached) " >&6 |
| 4846 | else | 4823 | else |
| 4847 | if test -n "$CC"; then | 4824 | if test -n "$CC"; then |
| @@ -4900,7 +4877,7 @@ if test -z "$CC"; then | |||
| 4900 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 | 4877 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 |
| 4901 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 4878 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 4902 | $as_echo_n "checking for $ac_word... " >&6; } | 4879 | $as_echo_n "checking for $ac_word... " >&6; } |
| 4903 | if ${ac_cv_prog_CC+:} false; then : | 4880 | if test "${ac_cv_prog_CC+set}" = set; then : |
| 4904 | $as_echo_n "(cached) " >&6 | 4881 | $as_echo_n "(cached) " >&6 |
| 4905 | else | 4882 | else |
| 4906 | if test -n "$CC"; then | 4883 | if test -n "$CC"; then |
| @@ -4944,7 +4921,7 @@ do | |||
| 4944 | set dummy $ac_prog; ac_word=$2 | 4921 | set dummy $ac_prog; ac_word=$2 |
| 4945 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 4922 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 4946 | $as_echo_n "checking for $ac_word... " >&6; } | 4923 | $as_echo_n "checking for $ac_word... " >&6; } |
| 4947 | if ${ac_cv_prog_ac_ct_CC+:} false; then : | 4924 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : |
| 4948 | $as_echo_n "(cached) " >&6 | 4925 | $as_echo_n "(cached) " >&6 |
| 4949 | else | 4926 | else |
| 4950 | if test -n "$ac_ct_CC"; then | 4927 | if test -n "$ac_ct_CC"; then |
| @@ -4998,8 +4975,8 @@ fi | |||
| 4998 | 4975 | ||
| 4999 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 4976 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 5000 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 4977 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 5001 | as_fn_error $? "no acceptable C compiler found in \$PATH | 4978 | as_fn_error "no acceptable C compiler found in \$PATH |
| 5002 | See \`config.log' for more details" "$LINENO" 5; } | 4979 | See \`config.log' for more details." "$LINENO" 5; } |
| 5003 | 4980 | ||
| 5004 | # Provide some information about the compiler. | 4981 | # Provide some information about the compiler. |
| 5005 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 | 4982 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 |
| @@ -5113,8 +5090,9 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 5113 | 5090 | ||
| 5114 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 5091 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 5115 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 5092 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 5116 | as_fn_error 77 "C compiler cannot create executables | 5093 | { as_fn_set_status 77 |
| 5117 | See \`config.log' for more details" "$LINENO" 5; } | 5094 | as_fn_error "C compiler cannot create executables |
| 5095 | See \`config.log' for more details." "$LINENO" 5; }; } | ||
| 5118 | else | 5096 | else |
| 5119 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 5097 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
| 5120 | $as_echo "yes" >&6; } | 5098 | $as_echo "yes" >&6; } |
| @@ -5156,8 +5134,8 @@ done | |||
| 5156 | else | 5134 | else |
| 5157 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 5135 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 5158 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 5136 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 5159 | as_fn_error $? "cannot compute suffix of executables: cannot compile and link | 5137 | as_fn_error "cannot compute suffix of executables: cannot compile and link |
| 5160 | See \`config.log' for more details" "$LINENO" 5; } | 5138 | See \`config.log' for more details." "$LINENO" 5; } |
| 5161 | fi | 5139 | fi |
| 5162 | rm -f conftest conftest$ac_cv_exeext | 5140 | rm -f conftest conftest$ac_cv_exeext |
| 5163 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 | 5141 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 |
| @@ -5214,9 +5192,9 @@ $as_echo "$ac_try_echo"; } >&5 | |||
| 5214 | else | 5192 | else |
| 5215 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 5193 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 5216 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 5194 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 5217 | as_fn_error $? "cannot run C compiled programs. | 5195 | as_fn_error "cannot run C compiled programs. |
| 5218 | If you meant to cross compile, use \`--host'. | 5196 | If you meant to cross compile, use \`--host'. |
| 5219 | See \`config.log' for more details" "$LINENO" 5; } | 5197 | See \`config.log' for more details." "$LINENO" 5; } |
| 5220 | fi | 5198 | fi |
| 5221 | fi | 5199 | fi |
| 5222 | fi | 5200 | fi |
| @@ -5227,7 +5205,7 @@ rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out | |||
| 5227 | ac_clean_files=$ac_clean_files_save | 5205 | ac_clean_files=$ac_clean_files_save |
| 5228 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 | 5206 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 |
| 5229 | $as_echo_n "checking for suffix of object files... " >&6; } | 5207 | $as_echo_n "checking for suffix of object files... " >&6; } |
| 5230 | if ${ac_cv_objext+:} false; then : | 5208 | if test "${ac_cv_objext+set}" = set; then : |
| 5231 | $as_echo_n "(cached) " >&6 | 5209 | $as_echo_n "(cached) " >&6 |
| 5232 | else | 5210 | else |
| 5233 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5211 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -5267,8 +5245,8 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 5267 | 5245 | ||
| 5268 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 5246 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 5269 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 5247 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 5270 | as_fn_error $? "cannot compute suffix of object files: cannot compile | 5248 | as_fn_error "cannot compute suffix of object files: cannot compile |
| 5271 | See \`config.log' for more details" "$LINENO" 5; } | 5249 | See \`config.log' for more details." "$LINENO" 5; } |
| 5272 | fi | 5250 | fi |
| 5273 | rm -f conftest.$ac_cv_objext conftest.$ac_ext | 5251 | rm -f conftest.$ac_cv_objext conftest.$ac_ext |
| 5274 | fi | 5252 | fi |
| @@ -5278,7 +5256,7 @@ OBJEXT=$ac_cv_objext | |||
| 5278 | ac_objext=$OBJEXT | 5256 | ac_objext=$OBJEXT |
| 5279 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 | 5257 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 |
| 5280 | $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } | 5258 | $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } |
| 5281 | if ${ac_cv_c_compiler_gnu+:} false; then : | 5259 | if test "${ac_cv_c_compiler_gnu+set}" = set; then : |
| 5282 | $as_echo_n "(cached) " >&6 | 5260 | $as_echo_n "(cached) " >&6 |
| 5283 | else | 5261 | else |
| 5284 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5262 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -5315,7 +5293,7 @@ ac_test_CFLAGS=${CFLAGS+set} | |||
| 5315 | ac_save_CFLAGS=$CFLAGS | 5293 | ac_save_CFLAGS=$CFLAGS |
| 5316 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 | 5294 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 |
| 5317 | $as_echo_n "checking whether $CC accepts -g... " >&6; } | 5295 | $as_echo_n "checking whether $CC accepts -g... " >&6; } |
| 5318 | if ${ac_cv_prog_cc_g+:} false; then : | 5296 | if test "${ac_cv_prog_cc_g+set}" = set; then : |
| 5319 | $as_echo_n "(cached) " >&6 | 5297 | $as_echo_n "(cached) " >&6 |
| 5320 | else | 5298 | else |
| 5321 | ac_save_c_werror_flag=$ac_c_werror_flag | 5299 | ac_save_c_werror_flag=$ac_c_werror_flag |
| @@ -5393,7 +5371,7 @@ else | |||
| 5393 | fi | 5371 | fi |
| 5394 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 | 5372 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 |
| 5395 | $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } | 5373 | $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } |
| 5396 | if ${ac_cv_prog_cc_c89+:} false; then : | 5374 | if test "${ac_cv_prog_cc_c89+set}" = set; then : |
| 5397 | $as_echo_n "(cached) " >&6 | 5375 | $as_echo_n "(cached) " >&6 |
| 5398 | else | 5376 | else |
| 5399 | ac_cv_prog_cc_c89=no | 5377 | ac_cv_prog_cc_c89=no |
| @@ -5554,7 +5532,7 @@ depcc="$CC" am_compiler_list= | |||
| 5554 | 5532 | ||
| 5555 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 | 5533 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 |
| 5556 | $as_echo_n "checking dependency style of $depcc... " >&6; } | 5534 | $as_echo_n "checking dependency style of $depcc... " >&6; } |
| 5557 | if ${am_cv_CC_dependencies_compiler_type+:} false; then : | 5535 | if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : |
| 5558 | $as_echo_n "(cached) " >&6 | 5536 | $as_echo_n "(cached) " >&6 |
| 5559 | else | 5537 | else |
| 5560 | if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then | 5538 | if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then |
| @@ -5686,7 +5664,7 @@ $as_echo_n "checking whether cc understands -c and -o together... " >&6; } | |||
| 5686 | fi | 5664 | fi |
| 5687 | set dummy $CC; ac_cc=`$as_echo "$2" | | 5665 | set dummy $CC; ac_cc=`$as_echo "$2" | |
| 5688 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` | 5666 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` |
| 5689 | if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then : | 5667 | if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then : |
| 5690 | $as_echo_n "(cached) " >&6 | 5668 | $as_echo_n "(cached) " >&6 |
| 5691 | else | 5669 | else |
| 5692 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5670 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -5818,7 +5796,7 @@ if test -n "$CPP" && test -d "$CPP"; then | |||
| 5818 | CPP= | 5796 | CPP= |
| 5819 | fi | 5797 | fi |
| 5820 | if test -z "$CPP"; then | 5798 | if test -z "$CPP"; then |
| 5821 | if ${ac_cv_prog_CPP+:} false; then : | 5799 | if test "${ac_cv_prog_CPP+set}" = set; then : |
| 5822 | $as_echo_n "(cached) " >&6 | 5800 | $as_echo_n "(cached) " >&6 |
| 5823 | else | 5801 | else |
| 5824 | # Double quotes because CPP needs to be expanded | 5802 | # Double quotes because CPP needs to be expanded |
| @@ -5848,7 +5826,7 @@ else | |||
| 5848 | # Broken: fails on valid input. | 5826 | # Broken: fails on valid input. |
| 5849 | continue | 5827 | continue |
| 5850 | fi | 5828 | fi |
| 5851 | rm -f conftest.err conftest.i conftest.$ac_ext | 5829 | rm -f conftest.err conftest.$ac_ext |
| 5852 | 5830 | ||
| 5853 | # OK, works on sane cases. Now check whether nonexistent headers | 5831 | # OK, works on sane cases. Now check whether nonexistent headers |
| 5854 | # can be detected and how. | 5832 | # can be detected and how. |
| @@ -5864,11 +5842,11 @@ else | |||
| 5864 | ac_preproc_ok=: | 5842 | ac_preproc_ok=: |
| 5865 | break | 5843 | break |
| 5866 | fi | 5844 | fi |
| 5867 | rm -f conftest.err conftest.i conftest.$ac_ext | 5845 | rm -f conftest.err conftest.$ac_ext |
| 5868 | 5846 | ||
| 5869 | done | 5847 | done |
| 5870 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 5848 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
| 5871 | rm -f conftest.i conftest.err conftest.$ac_ext | 5849 | rm -f conftest.err conftest.$ac_ext |
| 5872 | if $ac_preproc_ok; then : | 5850 | if $ac_preproc_ok; then : |
| 5873 | break | 5851 | break |
| 5874 | fi | 5852 | fi |
| @@ -5907,7 +5885,7 @@ else | |||
| 5907 | # Broken: fails on valid input. | 5885 | # Broken: fails on valid input. |
| 5908 | continue | 5886 | continue |
| 5909 | fi | 5887 | fi |
| 5910 | rm -f conftest.err conftest.i conftest.$ac_ext | 5888 | rm -f conftest.err conftest.$ac_ext |
| 5911 | 5889 | ||
| 5912 | # OK, works on sane cases. Now check whether nonexistent headers | 5890 | # OK, works on sane cases. Now check whether nonexistent headers |
| 5913 | # can be detected and how. | 5891 | # can be detected and how. |
| @@ -5923,18 +5901,18 @@ else | |||
| 5923 | ac_preproc_ok=: | 5901 | ac_preproc_ok=: |
| 5924 | break | 5902 | break |
| 5925 | fi | 5903 | fi |
| 5926 | rm -f conftest.err conftest.i conftest.$ac_ext | 5904 | rm -f conftest.err conftest.$ac_ext |
| 5927 | 5905 | ||
| 5928 | done | 5906 | done |
| 5929 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 5907 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
| 5930 | rm -f conftest.i conftest.err conftest.$ac_ext | 5908 | rm -f conftest.err conftest.$ac_ext |
| 5931 | if $ac_preproc_ok; then : | 5909 | if $ac_preproc_ok; then : |
| 5932 | 5910 | ||
| 5933 | else | 5911 | else |
| 5934 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 5912 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 5935 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 5913 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 5936 | as_fn_error $? "C preprocessor \"$CPP\" fails sanity check | 5914 | as_fn_error "C preprocessor \"$CPP\" fails sanity check |
| 5937 | See \`config.log' for more details" "$LINENO" 5; } | 5915 | See \`config.log' for more details." "$LINENO" 5; } |
| 5938 | fi | 5916 | fi |
| 5939 | 5917 | ||
| 5940 | ac_ext=c | 5918 | ac_ext=c |
| @@ -5946,7 +5924,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu | |||
| 5946 | 5924 | ||
| 5947 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 | 5925 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 |
| 5948 | $as_echo_n "checking for grep that handles long lines and -e... " >&6; } | 5926 | $as_echo_n "checking for grep that handles long lines and -e... " >&6; } |
| 5949 | if ${ac_cv_path_GREP+:} false; then : | 5927 | if test "${ac_cv_path_GREP+set}" = set; then : |
| 5950 | $as_echo_n "(cached) " >&6 | 5928 | $as_echo_n "(cached) " >&6 |
| 5951 | else | 5929 | else |
| 5952 | if test -z "$GREP"; then | 5930 | if test -z "$GREP"; then |
| @@ -5995,7 +5973,7 @@ esac | |||
| 5995 | done | 5973 | done |
| 5996 | IFS=$as_save_IFS | 5974 | IFS=$as_save_IFS |
| 5997 | if test -z "$ac_cv_path_GREP"; then | 5975 | if test -z "$ac_cv_path_GREP"; then |
| 5998 | as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | 5976 | as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
| 5999 | fi | 5977 | fi |
| 6000 | else | 5978 | else |
| 6001 | ac_cv_path_GREP=$GREP | 5979 | ac_cv_path_GREP=$GREP |
| @@ -6009,7 +5987,7 @@ $as_echo "$ac_cv_path_GREP" >&6; } | |||
| 6009 | 5987 | ||
| 6010 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 | 5988 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 |
| 6011 | $as_echo_n "checking for egrep... " >&6; } | 5989 | $as_echo_n "checking for egrep... " >&6; } |
| 6012 | if ${ac_cv_path_EGREP+:} false; then : | 5990 | if test "${ac_cv_path_EGREP+set}" = set; then : |
| 6013 | $as_echo_n "(cached) " >&6 | 5991 | $as_echo_n "(cached) " >&6 |
| 6014 | else | 5992 | else |
| 6015 | if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 | 5993 | if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 |
| @@ -6061,7 +6039,7 @@ esac | |||
| 6061 | done | 6039 | done |
| 6062 | IFS=$as_save_IFS | 6040 | IFS=$as_save_IFS |
| 6063 | if test -z "$ac_cv_path_EGREP"; then | 6041 | if test -z "$ac_cv_path_EGREP"; then |
| 6064 | as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | 6042 | as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
| 6065 | fi | 6043 | fi |
| 6066 | else | 6044 | else |
| 6067 | ac_cv_path_EGREP=$EGREP | 6045 | ac_cv_path_EGREP=$EGREP |
| @@ -6078,7 +6056,7 @@ $as_echo "$ac_cv_path_EGREP" >&6; } | |||
| 6078 | 6056 | ||
| 6079 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Minix Amsterdam compiler" >&5 | 6057 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Minix Amsterdam compiler" >&5 |
| 6080 | $as_echo_n "checking for Minix Amsterdam compiler... " >&6; } | 6058 | $as_echo_n "checking for Minix Amsterdam compiler... " >&6; } |
| 6081 | if ${gl_cv_c_amsterdam_compiler+:} false; then : | 6059 | if test "${gl_cv_c_amsterdam_compiler+set}" = set; then : |
| 6082 | $as_echo_n "(cached) " >&6 | 6060 | $as_echo_n "(cached) " >&6 |
| 6083 | else | 6061 | else |
| 6084 | 6062 | ||
| @@ -6114,7 +6092,7 @@ $as_echo "$gl_cv_c_amsterdam_compiler" >&6; } | |||
| 6114 | set dummy ${ac_tool_prefix}ar; ac_word=$2 | 6092 | set dummy ${ac_tool_prefix}ar; ac_word=$2 |
| 6115 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 6093 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 6116 | $as_echo_n "checking for $ac_word... " >&6; } | 6094 | $as_echo_n "checking for $ac_word... " >&6; } |
| 6117 | if ${ac_cv_prog_AR+:} false; then : | 6095 | if test "${ac_cv_prog_AR+set}" = set; then : |
| 6118 | $as_echo_n "(cached) " >&6 | 6096 | $as_echo_n "(cached) " >&6 |
| 6119 | else | 6097 | else |
| 6120 | if test -n "$AR"; then | 6098 | if test -n "$AR"; then |
| @@ -6154,7 +6132,7 @@ if test -z "$ac_cv_prog_AR"; then | |||
| 6154 | set dummy ar; ac_word=$2 | 6132 | set dummy ar; ac_word=$2 |
| 6155 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 6133 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 6156 | $as_echo_n "checking for $ac_word... " >&6; } | 6134 | $as_echo_n "checking for $ac_word... " >&6; } |
| 6157 | if ${ac_cv_prog_ac_ct_AR+:} false; then : | 6135 | if test "${ac_cv_prog_ac_ct_AR+set}" = set; then : |
| 6158 | $as_echo_n "(cached) " >&6 | 6136 | $as_echo_n "(cached) " >&6 |
| 6159 | else | 6137 | else |
| 6160 | if test -n "$ac_ct_AR"; then | 6138 | if test -n "$ac_ct_AR"; then |
| @@ -6221,7 +6199,7 @@ fi | |||
| 6221 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 | 6199 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 |
| 6222 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 6200 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 6223 | $as_echo_n "checking for $ac_word... " >&6; } | 6201 | $as_echo_n "checking for $ac_word... " >&6; } |
| 6224 | if ${ac_cv_prog_RANLIB+:} false; then : | 6202 | if test "${ac_cv_prog_RANLIB+set}" = set; then : |
| 6225 | $as_echo_n "(cached) " >&6 | 6203 | $as_echo_n "(cached) " >&6 |
| 6226 | else | 6204 | else |
| 6227 | if test -n "$RANLIB"; then | 6205 | if test -n "$RANLIB"; then |
| @@ -6261,7 +6239,7 @@ if test -z "$ac_cv_prog_RANLIB"; then | |||
| 6261 | set dummy ranlib; ac_word=$2 | 6239 | set dummy ranlib; ac_word=$2 |
| 6262 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 6240 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 6263 | $as_echo_n "checking for $ac_word... " >&6; } | 6241 | $as_echo_n "checking for $ac_word... " >&6; } |
| 6264 | if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : | 6242 | if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : |
| 6265 | $as_echo_n "(cached) " >&6 | 6243 | $as_echo_n "(cached) " >&6 |
| 6266 | else | 6244 | else |
| 6267 | if test -n "$ac_ct_RANLIB"; then | 6245 | if test -n "$ac_ct_RANLIB"; then |
| @@ -6314,7 +6292,7 @@ fi | |||
| 6314 | 6292 | ||
| 6315 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 | 6293 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 |
| 6316 | $as_echo_n "checking for ANSI C header files... " >&6; } | 6294 | $as_echo_n "checking for ANSI C header files... " >&6; } |
| 6317 | if ${ac_cv_header_stdc+:} false; then : | 6295 | if test "${ac_cv_header_stdc+set}" = set; then : |
| 6318 | $as_echo_n "(cached) " >&6 | 6296 | $as_echo_n "(cached) " >&6 |
| 6319 | else | 6297 | else |
| 6320 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6298 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -6431,7 +6409,8 @@ do : | |||
| 6431 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 6409 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
| 6432 | ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default | 6410 | ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default |
| 6433 | " | 6411 | " |
| 6434 | if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 6412 | eval as_val=\$$as_ac_Header |
| 6413 | if test "x$as_val" = x""yes; then : | ||
| 6435 | cat >>confdefs.h <<_ACEOF | 6414 | cat >>confdefs.h <<_ACEOF |
| 6436 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 6415 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
| 6437 | _ACEOF | 6416 | _ACEOF |
| @@ -6445,7 +6424,7 @@ done | |||
| 6445 | 6424 | ||
| 6446 | 6425 | ||
| 6447 | ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default" | 6426 | ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default" |
| 6448 | if test "x$ac_cv_header_minix_config_h" = xyes; then : | 6427 | if test "x$ac_cv_header_minix_config_h" = x""yes; then : |
| 6449 | MINIX=yes | 6428 | MINIX=yes |
| 6450 | else | 6429 | else |
| 6451 | MINIX= | 6430 | MINIX= |
| @@ -6475,7 +6454,7 @@ $as_echo "#define _XOPEN_SOURCE 500" >>confdefs.h | |||
| 6475 | 6454 | ||
| 6476 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5 | 6455 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5 |
| 6477 | $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; } | 6456 | $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; } |
| 6478 | if ${ac_cv_safe_to_define___extensions__+:} false; then : | 6457 | if test "${ac_cv_safe_to_define___extensions__+set}" = set; then : |
| 6479 | $as_echo_n "(cached) " >&6 | 6458 | $as_echo_n "(cached) " >&6 |
| 6480 | else | 6459 | else |
| 6481 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6460 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -6529,7 +6508,7 @@ if test "$enable_largefile" != no; then | |||
| 6529 | 6508 | ||
| 6530 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5 | 6509 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5 |
| 6531 | $as_echo_n "checking for special C compiler options needed for large files... " >&6; } | 6510 | $as_echo_n "checking for special C compiler options needed for large files... " >&6; } |
| 6532 | if ${ac_cv_sys_largefile_CC+:} false; then : | 6511 | if test "${ac_cv_sys_largefile_CC+set}" = set; then : |
| 6533 | $as_echo_n "(cached) " >&6 | 6512 | $as_echo_n "(cached) " >&6 |
| 6534 | else | 6513 | else |
| 6535 | ac_cv_sys_largefile_CC=no | 6514 | ac_cv_sys_largefile_CC=no |
| @@ -6580,7 +6559,7 @@ $as_echo "$ac_cv_sys_largefile_CC" >&6; } | |||
| 6580 | 6559 | ||
| 6581 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5 | 6560 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5 |
| 6582 | $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; } | 6561 | $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; } |
| 6583 | if ${ac_cv_sys_file_offset_bits+:} false; then : | 6562 | if test "${ac_cv_sys_file_offset_bits+set}" = set; then : |
| 6584 | $as_echo_n "(cached) " >&6 | 6563 | $as_echo_n "(cached) " >&6 |
| 6585 | else | 6564 | else |
| 6586 | while :; do | 6565 | while :; do |
| @@ -6649,7 +6628,7 @@ rm -rf conftest* | |||
| 6649 | if test $ac_cv_sys_file_offset_bits = unknown; then | 6628 | if test $ac_cv_sys_file_offset_bits = unknown; then |
| 6650 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5 | 6629 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5 |
| 6651 | $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; } | 6630 | $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; } |
| 6652 | if ${ac_cv_sys_large_files+:} false; then : | 6631 | if test "${ac_cv_sys_large_files+set}" = set; then : |
| 6653 | $as_echo_n "(cached) " >&6 | 6632 | $as_echo_n "(cached) " >&6 |
| 6654 | else | 6633 | else |
| 6655 | while :; do | 6634 | while :; do |
| @@ -6726,7 +6705,7 @@ fi | |||
| 6726 | *) : | 6705 | *) : |
| 6727 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C99" >&5 | 6706 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C99" >&5 |
| 6728 | $as_echo_n "checking for $CC option to accept ISO C99... " >&6; } | 6707 | $as_echo_n "checking for $CC option to accept ISO C99... " >&6; } |
| 6729 | if ${ac_cv_prog_cc_c99+:} false; then : | 6708 | if test "${ac_cv_prog_cc_c99+set}" = set; then : |
| 6730 | $as_echo_n "(cached) " >&6 | 6709 | $as_echo_n "(cached) " >&6 |
| 6731 | else | 6710 | else |
| 6732 | ac_cv_prog_cc_c99=no | 6711 | ac_cv_prog_cc_c99=no |
| @@ -6901,7 +6880,7 @@ if test "x$ac_cv_prog_cc_c99" != xno; then : | |||
| 6901 | else | 6880 | else |
| 6902 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 | 6881 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 |
| 6903 | $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } | 6882 | $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } |
| 6904 | if ${ac_cv_prog_cc_c89+:} false; then : | 6883 | if test "${ac_cv_prog_cc_c89+set}" = set; then : |
| 6905 | $as_echo_n "(cached) " >&6 | 6884 | $as_echo_n "(cached) " >&6 |
| 6906 | else | 6885 | else |
| 6907 | ac_cv_prog_cc_c89=no | 6886 | ac_cv_prog_cc_c89=no |
| @@ -6997,7 +6976,7 @@ fi | |||
| 6997 | esac | 6976 | esac |
| 6998 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO Standard C" >&5 | 6977 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO Standard C" >&5 |
| 6999 | $as_echo_n "checking for $CC option to accept ISO Standard C... " >&6; } | 6978 | $as_echo_n "checking for $CC option to accept ISO Standard C... " >&6; } |
| 7000 | if ${ac_cv_prog_cc_stdc+:} false; then : | 6979 | if test "${ac_cv_prog_cc_stdc+set}" = set; then : |
| 7001 | $as_echo_n "(cached) " >&6 | 6980 | $as_echo_n "(cached) " >&6 |
| 7002 | fi | 6981 | fi |
| 7003 | 6982 | ||
| @@ -7089,7 +7068,7 @@ if test x"$GCC" != xyes && test x"$emacs_check_sunpro_c" = xyes && \ | |||
| 7089 | test x"$CPP" = x; then | 7068 | test x"$CPP" = x; then |
| 7090 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using a Sun C compiler" >&5 | 7069 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using a Sun C compiler" >&5 |
| 7091 | $as_echo_n "checking whether we are using a Sun C compiler... " >&6; } | 7070 | $as_echo_n "checking whether we are using a Sun C compiler... " >&6; } |
| 7092 | if ${emacs_cv_sunpro_c+:} false; then : | 7071 | if test "${emacs_cv_sunpro_c+set}" = set; then : |
| 7093 | $as_echo_n "(cached) " >&6 | 7072 | $as_echo_n "(cached) " >&6 |
| 7094 | else | 7073 | else |
| 7095 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 7074 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -7257,7 +7236,7 @@ if test -n "$CPP" && test -d "$CPP"; then | |||
| 7257 | CPP= | 7236 | CPP= |
| 7258 | fi | 7237 | fi |
| 7259 | if test -z "$CPP"; then | 7238 | if test -z "$CPP"; then |
| 7260 | if ${ac_cv_prog_CPP+:} false; then : | 7239 | if test "${ac_cv_prog_CPP+set}" = set; then : |
| 7261 | $as_echo_n "(cached) " >&6 | 7240 | $as_echo_n "(cached) " >&6 |
| 7262 | else | 7241 | else |
| 7263 | # Double quotes because CPP needs to be expanded | 7242 | # Double quotes because CPP needs to be expanded |
| @@ -7287,7 +7266,7 @@ else | |||
| 7287 | # Broken: fails on valid input. | 7266 | # Broken: fails on valid input. |
| 7288 | continue | 7267 | continue |
| 7289 | fi | 7268 | fi |
| 7290 | rm -f conftest.err conftest.i conftest.$ac_ext | 7269 | rm -f conftest.err conftest.$ac_ext |
| 7291 | 7270 | ||
| 7292 | # OK, works on sane cases. Now check whether nonexistent headers | 7271 | # OK, works on sane cases. Now check whether nonexistent headers |
| 7293 | # can be detected and how. | 7272 | # can be detected and how. |
| @@ -7303,11 +7282,11 @@ else | |||
| 7303 | ac_preproc_ok=: | 7282 | ac_preproc_ok=: |
| 7304 | break | 7283 | break |
| 7305 | fi | 7284 | fi |
| 7306 | rm -f conftest.err conftest.i conftest.$ac_ext | 7285 | rm -f conftest.err conftest.$ac_ext |
| 7307 | 7286 | ||
| 7308 | done | 7287 | done |
| 7309 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 7288 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
| 7310 | rm -f conftest.i conftest.err conftest.$ac_ext | 7289 | rm -f conftest.err conftest.$ac_ext |
| 7311 | if $ac_preproc_ok; then : | 7290 | if $ac_preproc_ok; then : |
| 7312 | break | 7291 | break |
| 7313 | fi | 7292 | fi |
| @@ -7346,7 +7325,7 @@ else | |||
| 7346 | # Broken: fails on valid input. | 7325 | # Broken: fails on valid input. |
| 7347 | continue | 7326 | continue |
| 7348 | fi | 7327 | fi |
| 7349 | rm -f conftest.err conftest.i conftest.$ac_ext | 7328 | rm -f conftest.err conftest.$ac_ext |
| 7350 | 7329 | ||
| 7351 | # OK, works on sane cases. Now check whether nonexistent headers | 7330 | # OK, works on sane cases. Now check whether nonexistent headers |
| 7352 | # can be detected and how. | 7331 | # can be detected and how. |
| @@ -7362,18 +7341,18 @@ else | |||
| 7362 | ac_preproc_ok=: | 7341 | ac_preproc_ok=: |
| 7363 | break | 7342 | break |
| 7364 | fi | 7343 | fi |
| 7365 | rm -f conftest.err conftest.i conftest.$ac_ext | 7344 | rm -f conftest.err conftest.$ac_ext |
| 7366 | 7345 | ||
| 7367 | done | 7346 | done |
| 7368 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 7347 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
| 7369 | rm -f conftest.i conftest.err conftest.$ac_ext | 7348 | rm -f conftest.err conftest.$ac_ext |
| 7370 | if $ac_preproc_ok; then : | 7349 | if $ac_preproc_ok; then : |
| 7371 | 7350 | ||
| 7372 | else | 7351 | else |
| 7373 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 7352 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 7374 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 7353 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 7375 | as_fn_error $? "C preprocessor \"$CPP\" fails sanity check | 7354 | as_fn_error "C preprocessor \"$CPP\" fails sanity check |
| 7376 | See \`config.log' for more details" "$LINENO" 5; } | 7355 | See \`config.log' for more details." "$LINENO" 5; } |
| 7377 | fi | 7356 | fi |
| 7378 | 7357 | ||
| 7379 | ac_ext=c | 7358 | ac_ext=c |
| @@ -7389,7 +7368,7 @@ if test "x$RANLIB" = x; then | |||
| 7389 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 | 7368 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 |
| 7390 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 7369 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 7391 | $as_echo_n "checking for $ac_word... " >&6; } | 7370 | $as_echo_n "checking for $ac_word... " >&6; } |
| 7392 | if ${ac_cv_prog_RANLIB+:} false; then : | 7371 | if test "${ac_cv_prog_RANLIB+set}" = set; then : |
| 7393 | $as_echo_n "(cached) " >&6 | 7372 | $as_echo_n "(cached) " >&6 |
| 7394 | else | 7373 | else |
| 7395 | if test -n "$RANLIB"; then | 7374 | if test -n "$RANLIB"; then |
| @@ -7429,7 +7408,7 @@ if test -z "$ac_cv_prog_RANLIB"; then | |||
| 7429 | set dummy ranlib; ac_word=$2 | 7408 | set dummy ranlib; ac_word=$2 |
| 7430 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 7409 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 7431 | $as_echo_n "checking for $ac_word... " >&6; } | 7410 | $as_echo_n "checking for $ac_word... " >&6; } |
| 7432 | if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : | 7411 | if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : |
| 7433 | $as_echo_n "(cached) " >&6 | 7412 | $as_echo_n "(cached) " >&6 |
| 7434 | else | 7413 | else |
| 7435 | if test -n "$ac_ct_RANLIB"; then | 7414 | if test -n "$ac_ct_RANLIB"; then |
| @@ -7484,7 +7463,7 @@ fi | |||
| 7484 | ## is running in i386 mode, we can help them out. | 7463 | ## is running in i386 mode, we can help them out. |
| 7485 | if test "$machine" = "amdx86-64"; then | 7464 | if test "$machine" = "amdx86-64"; then |
| 7486 | ac_fn_c_check_decl "$LINENO" "i386" "ac_cv_have_decl_i386" "$ac_includes_default" | 7465 | ac_fn_c_check_decl "$LINENO" "i386" "ac_cv_have_decl_i386" "$ac_includes_default" |
| 7487 | if test "x$ac_cv_have_decl_i386" = xyes; then : | 7466 | if test "x$ac_cv_have_decl_i386" = x""yes; then : |
| 7488 | 7467 | ||
| 7489 | fi | 7468 | fi |
| 7490 | 7469 | ||
| @@ -7499,7 +7478,7 @@ fi | |||
| 7499 | set dummy install-info; ac_word=$2 | 7478 | set dummy install-info; ac_word=$2 |
| 7500 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 7479 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 7501 | $as_echo_n "checking for $ac_word... " >&6; } | 7480 | $as_echo_n "checking for $ac_word... " >&6; } |
| 7502 | if ${ac_cv_path_INSTALL_INFO+:} false; then : | 7481 | if test "${ac_cv_path_INSTALL_INFO+set}" = set; then : |
| 7503 | $as_echo_n "(cached) " >&6 | 7482 | $as_echo_n "(cached) " >&6 |
| 7504 | else | 7483 | else |
| 7505 | case $INSTALL_INFO in | 7484 | case $INSTALL_INFO in |
| @@ -7539,7 +7518,7 @@ fi | |||
| 7539 | set dummy install-info; ac_word=$2 | 7518 | set dummy install-info; ac_word=$2 |
| 7540 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 7519 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 7541 | $as_echo_n "checking for $ac_word... " >&6; } | 7520 | $as_echo_n "checking for $ac_word... " >&6; } |
| 7542 | if ${ac_cv_path_INSTALL_INFO+:} false; then : | 7521 | if test "${ac_cv_path_INSTALL_INFO+set}" = set; then : |
| 7543 | $as_echo_n "(cached) " >&6 | 7522 | $as_echo_n "(cached) " >&6 |
| 7544 | else | 7523 | else |
| 7545 | case $INSTALL_INFO in | 7524 | case $INSTALL_INFO in |
| @@ -7579,7 +7558,7 @@ fi | |||
| 7579 | set dummy install-info; ac_word=$2 | 7558 | set dummy install-info; ac_word=$2 |
| 7580 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 7559 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 7581 | $as_echo_n "checking for $ac_word... " >&6; } | 7560 | $as_echo_n "checking for $ac_word... " >&6; } |
| 7582 | if ${ac_cv_path_INSTALL_INFO+:} false; then : | 7561 | if test "${ac_cv_path_INSTALL_INFO+set}" = set; then : |
| 7583 | $as_echo_n "(cached) " >&6 | 7562 | $as_echo_n "(cached) " >&6 |
| 7584 | else | 7563 | else |
| 7585 | case $INSTALL_INFO in | 7564 | case $INSTALL_INFO in |
| @@ -7620,7 +7599,7 @@ fi | |||
| 7620 | set dummy gzip; ac_word=$2 | 7599 | set dummy gzip; ac_word=$2 |
| 7621 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 7600 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 7622 | $as_echo_n "checking for $ac_word... " >&6; } | 7601 | $as_echo_n "checking for $ac_word... " >&6; } |
| 7623 | if ${ac_cv_path_GZIP_PROG+:} false; then : | 7602 | if test "${ac_cv_path_GZIP_PROG+set}" = set; then : |
| 7624 | $as_echo_n "(cached) " >&6 | 7603 | $as_echo_n "(cached) " >&6 |
| 7625 | else | 7604 | else |
| 7626 | case $GZIP_PROG in | 7605 | case $GZIP_PROG in |
| @@ -7663,7 +7642,7 @@ fi | |||
| 7663 | set dummy makeinfo; ac_word=$2 | 7642 | set dummy makeinfo; ac_word=$2 |
| 7664 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 7643 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 7665 | $as_echo_n "checking for $ac_word... " >&6; } | 7644 | $as_echo_n "checking for $ac_word... " >&6; } |
| 7666 | if ${ac_cv_path_MAKEINFO+:} false; then : | 7645 | if test "${ac_cv_path_MAKEINFO+set}" = set; then : |
| 7667 | $as_echo_n "(cached) " >&6 | 7646 | $as_echo_n "(cached) " >&6 |
| 7668 | else | 7647 | else |
| 7669 | case $MAKEINFO in | 7648 | case $MAKEINFO in |
| @@ -7721,7 +7700,7 @@ if test "$MAKEINFO" = "no"; then | |||
| 7721 | if test "x${with_makeinfo}" = "xno"; then | 7700 | if test "x${with_makeinfo}" = "xno"; then |
| 7722 | HAVE_MAKEINFO=no | 7701 | HAVE_MAKEINFO=no |
| 7723 | elif test ! -e $srcdir/info/emacs; then | 7702 | elif test ! -e $srcdir/info/emacs; then |
| 7724 | as_fn_error $? "You do not seem to have makeinfo >= 4.6, and your | 7703 | as_fn_error "You do not seem to have makeinfo >= 4.6, and your |
| 7725 | source tree does not seem to have pre-built manuals in the \`info' directory. | 7704 | source tree does not seem to have pre-built manuals in the \`info' directory. |
| 7726 | Either install a suitable version of makeinfo, or re-run configure | 7705 | Either install a suitable version of makeinfo, or re-run configure |
| 7727 | with the \`--without-makeinfo' option to build without the manuals. " "$LINENO" 5 | 7706 | with the \`--without-makeinfo' option to build without the manuals. " "$LINENO" 5 |
| @@ -7869,7 +7848,7 @@ esac | |||
| 7869 | C_SWITCH_MACHINE= | 7848 | C_SWITCH_MACHINE= |
| 7870 | if test "$machine" = "alpha"; then | 7849 | if test "$machine" = "alpha"; then |
| 7871 | ac_fn_c_check_decl "$LINENO" "__ELF__" "ac_cv_have_decl___ELF__" "$ac_includes_default" | 7850 | ac_fn_c_check_decl "$LINENO" "__ELF__" "ac_cv_have_decl___ELF__" "$ac_includes_default" |
| 7872 | if test "x$ac_cv_have_decl___ELF__" = xyes; then : | 7851 | if test "x$ac_cv_have_decl___ELF__" = x""yes; then : |
| 7873 | 7852 | ||
| 7874 | fi | 7853 | fi |
| 7875 | 7854 | ||
| @@ -7882,7 +7861,7 @@ fi | |||
| 7882 | if test "x$GCC" = "xyes"; then | 7861 | if test "x$GCC" = "xyes"; then |
| 7883 | C_SWITCH_MACHINE="-fno-common" | 7862 | C_SWITCH_MACHINE="-fno-common" |
| 7884 | else | 7863 | else |
| 7885 | as_fn_error $? "What gives? Fix me if DEC Unix supports ELF now." "$LINENO" 5 | 7864 | as_fn_error "What gives? Fix me if DEC Unix supports ELF now." "$LINENO" 5 |
| 7886 | fi | 7865 | fi |
| 7887 | else | 7866 | else |
| 7888 | UNEXEC_OBJ=unexalpha.o | 7867 | UNEXEC_OBJ=unexalpha.o |
| @@ -7940,7 +7919,7 @@ if test "$enable_largefile" != no; then | |||
| 7940 | 7919 | ||
| 7941 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5 | 7920 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5 |
| 7942 | $as_echo_n "checking for special C compiler options needed for large files... " >&6; } | 7921 | $as_echo_n "checking for special C compiler options needed for large files... " >&6; } |
| 7943 | if ${ac_cv_sys_largefile_CC+:} false; then : | 7922 | if test "${ac_cv_sys_largefile_CC+set}" = set; then : |
| 7944 | $as_echo_n "(cached) " >&6 | 7923 | $as_echo_n "(cached) " >&6 |
| 7945 | else | 7924 | else |
| 7946 | ac_cv_sys_largefile_CC=no | 7925 | ac_cv_sys_largefile_CC=no |
| @@ -7991,7 +7970,7 @@ $as_echo "$ac_cv_sys_largefile_CC" >&6; } | |||
| 7991 | 7970 | ||
| 7992 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5 | 7971 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5 |
| 7993 | $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; } | 7972 | $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; } |
| 7994 | if ${ac_cv_sys_file_offset_bits+:} false; then : | 7973 | if test "${ac_cv_sys_file_offset_bits+set}" = set; then : |
| 7995 | $as_echo_n "(cached) " >&6 | 7974 | $as_echo_n "(cached) " >&6 |
| 7996 | else | 7975 | else |
| 7997 | while :; do | 7976 | while :; do |
| @@ -8060,7 +8039,7 @@ rm -rf conftest* | |||
| 8060 | if test $ac_cv_sys_file_offset_bits = unknown; then | 8039 | if test $ac_cv_sys_file_offset_bits = unknown; then |
| 8061 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5 | 8040 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5 |
| 8062 | $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; } | 8041 | $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; } |
| 8063 | if ${ac_cv_sys_large_files+:} false; then : | 8042 | if test "${ac_cv_sys_large_files+set}" = set; then : |
| 8064 | $as_echo_n "(cached) " >&6 | 8043 | $as_echo_n "(cached) " >&6 |
| 8065 | else | 8044 | else |
| 8066 | while :; do | 8045 | while :; do |
| @@ -8330,7 +8309,7 @@ $as_echo X"$crt_file" | | |||
| 8330 | done # $crt_files | 8309 | done # $crt_files |
| 8331 | 8310 | ||
| 8332 | test "x$crt_missing" = x || \ | 8311 | test "x$crt_missing" = x || \ |
| 8333 | as_fn_error $? "Required file(s) not found:$crt_missing | 8312 | as_fn_error "Required file(s) not found:$crt_missing |
| 8334 | Try using the --with-crt-dir option." "$LINENO" 5 | 8313 | Try using the --with-crt-dir option." "$LINENO" 5 |
| 8335 | 8314 | ||
| 8336 | fi # crt_files != "" | 8315 | fi # crt_files != "" |
| @@ -8348,7 +8327,8 @@ if test "${with_sound}" != "no"; then | |||
| 8348 | do : | 8327 | do : |
| 8349 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 8328 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
| 8350 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | 8329 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" |
| 8351 | if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 8330 | eval as_val=\$$as_ac_Header |
| 8331 | if test "x$as_val" = x""yes; then : | ||
| 8352 | cat >>confdefs.h <<_ACEOF | 8332 | cat >>confdefs.h <<_ACEOF |
| 8353 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 8333 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
| 8354 | _ACEOF | 8334 | _ACEOF |
| @@ -8360,7 +8340,7 @@ done | |||
| 8360 | # Emulation library used on NetBSD. | 8340 | # Emulation library used on NetBSD. |
| 8361 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5 | 8341 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5 |
| 8362 | $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; } | 8342 | $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; } |
| 8363 | if ${ac_cv_lib_ossaudio__oss_ioctl+:} false; then : | 8343 | if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then : |
| 8364 | $as_echo_n "(cached) " >&6 | 8344 | $as_echo_n "(cached) " >&6 |
| 8365 | else | 8345 | else |
| 8366 | ac_check_lib_save_LIBS=$LIBS | 8346 | ac_check_lib_save_LIBS=$LIBS |
| @@ -8394,7 +8374,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 8394 | fi | 8374 | fi |
| 8395 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5 | 8375 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5 |
| 8396 | $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; } | 8376 | $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; } |
| 8397 | if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes; then : | 8377 | if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then : |
| 8398 | LIBSOUND=-lossaudio | 8378 | LIBSOUND=-lossaudio |
| 8399 | else | 8379 | else |
| 8400 | LIBSOUND= | 8380 | LIBSOUND= |
| @@ -8411,7 +8391,7 @@ fi | |||
| 8411 | set dummy pkg-config; ac_word=$2 | 8391 | set dummy pkg-config; ac_word=$2 |
| 8412 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 8392 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 8413 | $as_echo_n "checking for $ac_word... " >&6; } | 8393 | $as_echo_n "checking for $ac_word... " >&6; } |
| 8414 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 8394 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 8415 | $as_echo_n "(cached) " >&6 | 8395 | $as_echo_n "(cached) " >&6 |
| 8416 | else | 8396 | else |
| 8417 | case $PKG_CONFIG in | 8397 | case $PKG_CONFIG in |
| @@ -8539,7 +8519,7 @@ else | |||
| 8539 | fi | 8519 | fi |
| 8540 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 8520 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 8541 | if test "$emacs_alsa_subdir" != yes; then | 8521 | if test "$emacs_alsa_subdir" != yes; then |
| 8542 | as_fn_error $? "pkg-config found alsa, but it does not compile. See config.log for error messages." "$LINENO" 5 | 8522 | as_fn_error "pkg-config found alsa, but it does not compile. See config.log for error messages." "$LINENO" 5 |
| 8543 | fi | 8523 | fi |
| 8544 | ALSA_CFLAGS="$ALSA_CFLAGS -DALSA_SUBDIR_INCLUDE" | 8524 | ALSA_CFLAGS="$ALSA_CFLAGS -DALSA_SUBDIR_INCLUDE" |
| 8545 | fi | 8525 | fi |
| @@ -8574,7 +8554,8 @@ for ac_header in sys/select.h sys/time.h unistd.h utime.h \ | |||
| 8574 | do : | 8554 | do : |
| 8575 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 8555 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
| 8576 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | 8556 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" |
| 8577 | if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 8557 | eval as_val=\$$as_ac_Header |
| 8558 | if test "x$as_val" = x""yes; then : | ||
| 8578 | cat >>confdefs.h <<_ACEOF | 8559 | cat >>confdefs.h <<_ACEOF |
| 8579 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 8560 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
| 8580 | _ACEOF | 8561 | _ACEOF |
| @@ -8615,7 +8596,7 @@ fi | |||
| 8615 | for ac_header in term.h | 8596 | for ac_header in term.h |
| 8616 | do : | 8597 | do : |
| 8617 | ac_fn_c_check_header_preproc "$LINENO" "term.h" "ac_cv_header_term_h" | 8598 | ac_fn_c_check_header_preproc "$LINENO" "term.h" "ac_cv_header_term_h" |
| 8618 | if test "x$ac_cv_header_term_h" = xyes; then : | 8599 | if test "x$ac_cv_header_term_h" = x""yes; then : |
| 8619 | cat >>confdefs.h <<_ACEOF | 8600 | cat >>confdefs.h <<_ACEOF |
| 8620 | #define HAVE_TERM_H 1 | 8601 | #define HAVE_TERM_H 1 |
| 8621 | _ACEOF | 8602 | _ACEOF |
| @@ -8626,7 +8607,7 @@ done | |||
| 8626 | 8607 | ||
| 8627 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5 | 8608 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5 |
| 8628 | $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } | 8609 | $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } |
| 8629 | if ${ac_cv_header_time+:} false; then : | 8610 | if test "${ac_cv_header_time+set}" = set; then : |
| 8630 | $as_echo_n "(cached) " >&6 | 8611 | $as_echo_n "(cached) " >&6 |
| 8631 | else | 8612 | else |
| 8632 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 8613 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -8660,7 +8641,7 @@ $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h | |||
| 8660 | fi | 8641 | fi |
| 8661 | 8642 | ||
| 8662 | ac_fn_c_check_decl "$LINENO" "sys_siglist" "ac_cv_have_decl_sys_siglist" "$ac_includes_default" | 8643 | ac_fn_c_check_decl "$LINENO" "sys_siglist" "ac_cv_have_decl_sys_siglist" "$ac_includes_default" |
| 8663 | if test "x$ac_cv_have_decl_sys_siglist" = xyes; then : | 8644 | if test "x$ac_cv_have_decl_sys_siglist" = x""yes; then : |
| 8664 | ac_have_decl=1 | 8645 | ac_have_decl=1 |
| 8665 | else | 8646 | else |
| 8666 | ac_have_decl=0 | 8647 | ac_have_decl=0 |
| @@ -8673,7 +8654,7 @@ _ACEOF | |||
| 8673 | if test $ac_cv_have_decl_sys_siglist != yes; then | 8654 | if test $ac_cv_have_decl_sys_siglist != yes; then |
| 8674 | # For Tru64, at least: | 8655 | # For Tru64, at least: |
| 8675 | ac_fn_c_check_decl "$LINENO" "__sys_siglist" "ac_cv_have_decl___sys_siglist" "$ac_includes_default" | 8656 | ac_fn_c_check_decl "$LINENO" "__sys_siglist" "ac_cv_have_decl___sys_siglist" "$ac_includes_default" |
| 8676 | if test "x$ac_cv_have_decl___sys_siglist" = xyes; then : | 8657 | if test "x$ac_cv_have_decl___sys_siglist" = x""yes; then : |
| 8677 | ac_have_decl=1 | 8658 | ac_have_decl=1 |
| 8678 | else | 8659 | else |
| 8679 | ac_have_decl=0 | 8660 | ac_have_decl=0 |
| @@ -8691,7 +8672,7 @@ $as_echo "#define sys_siglist __sys_siglist" >>confdefs.h | |||
| 8691 | fi | 8672 | fi |
| 8692 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5 | 8673 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5 |
| 8693 | $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; } | 8674 | $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; } |
| 8694 | if ${ac_cv_header_sys_wait_h+:} false; then : | 8675 | if test "${ac_cv_header_sys_wait_h+set}" = set; then : |
| 8695 | $as_echo_n "(cached) " >&6 | 8676 | $as_echo_n "(cached) " >&6 |
| 8696 | else | 8677 | else |
| 8697 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 8678 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -8733,7 +8714,7 @@ fi | |||
| 8733 | 8714 | ||
| 8734 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct utimbuf" >&5 | 8715 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct utimbuf" >&5 |
| 8735 | $as_echo_n "checking for struct utimbuf... " >&6; } | 8716 | $as_echo_n "checking for struct utimbuf... " >&6; } |
| 8736 | if ${emacs_cv_struct_utimbuf+:} false; then : | 8717 | if test "${emacs_cv_struct_utimbuf+set}" = set; then : |
| 8737 | $as_echo_n "(cached) " >&6 | 8718 | $as_echo_n "(cached) " >&6 |
| 8738 | else | 8719 | else |
| 8739 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 8720 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -8776,7 +8757,7 @@ fi | |||
| 8776 | 8757 | ||
| 8777 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for speed_t" >&5 | 8758 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for speed_t" >&5 |
| 8778 | $as_echo_n "checking for speed_t... " >&6; } | 8759 | $as_echo_n "checking for speed_t... " >&6; } |
| 8779 | if ${emacs_cv_speed_t+:} false; then : | 8760 | if test "${emacs_cv_speed_t+set}" = set; then : |
| 8780 | $as_echo_n "(cached) " >&6 | 8761 | $as_echo_n "(cached) " >&6 |
| 8781 | else | 8762 | else |
| 8782 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 8763 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -8807,7 +8788,7 @@ fi | |||
| 8807 | 8788 | ||
| 8808 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timeval" >&5 | 8789 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timeval" >&5 |
| 8809 | $as_echo_n "checking for struct timeval... " >&6; } | 8790 | $as_echo_n "checking for struct timeval... " >&6; } |
| 8810 | if ${emacs_cv_struct_timeval+:} false; then : | 8791 | if test "${emacs_cv_struct_timeval+set}" = set; then : |
| 8811 | $as_echo_n "(cached) " >&6 | 8792 | $as_echo_n "(cached) " >&6 |
| 8812 | else | 8793 | else |
| 8813 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 8794 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -8848,7 +8829,7 @@ fi | |||
| 8848 | 8829 | ||
| 8849 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct exception" >&5 | 8830 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct exception" >&5 |
| 8850 | $as_echo_n "checking for struct exception... " >&6; } | 8831 | $as_echo_n "checking for struct exception... " >&6; } |
| 8851 | if ${emacs_cv_struct_exception+:} false; then : | 8832 | if test "${emacs_cv_struct_exception+set}" = set; then : |
| 8852 | $as_echo_n "(cached) " >&6 | 8833 | $as_echo_n "(cached) " >&6 |
| 8853 | else | 8834 | else |
| 8854 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 8835 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -8883,7 +8864,7 @@ fi | |||
| 8883 | for ac_header in sys/socket.h | 8864 | for ac_header in sys/socket.h |
| 8884 | do : | 8865 | do : |
| 8885 | ac_fn_c_check_header_mongrel "$LINENO" "sys/socket.h" "ac_cv_header_sys_socket_h" "$ac_includes_default" | 8866 | ac_fn_c_check_header_mongrel "$LINENO" "sys/socket.h" "ac_cv_header_sys_socket_h" "$ac_includes_default" |
| 8886 | if test "x$ac_cv_header_sys_socket_h" = xyes; then : | 8867 | if test "x$ac_cv_header_sys_socket_h" = x""yes; then : |
| 8887 | cat >>confdefs.h <<_ACEOF | 8868 | cat >>confdefs.h <<_ACEOF |
| 8888 | #define HAVE_SYS_SOCKET_H 1 | 8869 | #define HAVE_SYS_SOCKET_H 1 |
| 8889 | _ACEOF | 8870 | _ACEOF |
| @@ -8900,7 +8881,7 @@ do : | |||
| 8900 | #include <sys/socket.h> | 8881 | #include <sys/socket.h> |
| 8901 | #endif | 8882 | #endif |
| 8902 | " | 8883 | " |
| 8903 | if test "x$ac_cv_header_net_if_h" = xyes; then : | 8884 | if test "x$ac_cv_header_net_if_h" = x""yes; then : |
| 8904 | cat >>confdefs.h <<_ACEOF | 8885 | cat >>confdefs.h <<_ACEOF |
| 8905 | #define HAVE_NET_IF_H 1 | 8886 | #define HAVE_NET_IF_H 1 |
| 8906 | _ACEOF | 8887 | _ACEOF |
| @@ -8918,7 +8899,7 @@ do : | |||
| 8918 | #include <sys/socket.h> | 8899 | #include <sys/socket.h> |
| 8919 | #endif | 8900 | #endif |
| 8920 | " | 8901 | " |
| 8921 | if test "x$ac_cv_header_ifaddrs_h" = xyes; then : | 8902 | if test "x$ac_cv_header_ifaddrs_h" = x""yes; then : |
| 8922 | cat >>confdefs.h <<_ACEOF | 8903 | cat >>confdefs.h <<_ACEOF |
| 8923 | #define HAVE_IFADDRS_H 1 | 8904 | #define HAVE_IFADDRS_H 1 |
| 8924 | _ACEOF | 8905 | _ACEOF |
| @@ -8934,7 +8915,7 @@ do : | |||
| 8934 | #include <sys/socket.h> | 8915 | #include <sys/socket.h> |
| 8935 | #endif | 8916 | #endif |
| 8936 | " | 8917 | " |
| 8937 | if test "x$ac_cv_header_net_if_dl_h" = xyes; then : | 8918 | if test "x$ac_cv_header_net_if_dl_h" = x""yes; then : |
| 8938 | cat >>confdefs.h <<_ACEOF | 8919 | cat >>confdefs.h <<_ACEOF |
| 8939 | #define HAVE_NET_IF_DL_H 1 | 8920 | #define HAVE_NET_IF_DL_H 1 |
| 8940 | _ACEOF | 8921 | _ACEOF |
| @@ -8947,7 +8928,8 @@ for ac_func in getifaddrs freeifaddrs | |||
| 8947 | do : | 8928 | do : |
| 8948 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 8929 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
| 8949 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 8930 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 8950 | if eval test \"x\$"$as_ac_var"\" = x"yes"; then : | 8931 | eval as_val=\$$as_ac_var |
| 8932 | if test "x$as_val" = x""yes; then : | ||
| 8951 | cat >>confdefs.h <<_ACEOF | 8933 | cat >>confdefs.h <<_ACEOF |
| 8952 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 8934 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
| 8953 | _ACEOF | 8935 | _ACEOF |
| @@ -8959,7 +8941,7 @@ done | |||
| 8959 | 8941 | ||
| 8960 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5 | 8942 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5 |
| 8961 | $as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; } | 8943 | $as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; } |
| 8962 | if ${ac_cv_struct_tm+:} false; then : | 8944 | if test "${ac_cv_struct_tm+set}" = set; then : |
| 8963 | $as_echo_n "(cached) " >&6 | 8945 | $as_echo_n "(cached) " >&6 |
| 8964 | else | 8946 | else |
| 8965 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 8947 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -8996,7 +8978,7 @@ ac_fn_c_check_member "$LINENO" "struct tm" "tm_zone" "ac_cv_member_struct_tm_tm_ | |||
| 8996 | #include <$ac_cv_struct_tm> | 8978 | #include <$ac_cv_struct_tm> |
| 8997 | 8979 | ||
| 8998 | " | 8980 | " |
| 8999 | if test "x$ac_cv_member_struct_tm_tm_zone" = xyes; then : | 8981 | if test "x$ac_cv_member_struct_tm_tm_zone" = x""yes; then : |
| 9000 | 8982 | ||
| 9001 | cat >>confdefs.h <<_ACEOF | 8983 | cat >>confdefs.h <<_ACEOF |
| 9002 | #define HAVE_STRUCT_TM_TM_ZONE 1 | 8984 | #define HAVE_STRUCT_TM_TM_ZONE 1 |
| @@ -9012,7 +8994,7 @@ $as_echo "#define HAVE_TM_ZONE 1" >>confdefs.h | |||
| 9012 | else | 8994 | else |
| 9013 | ac_fn_c_check_decl "$LINENO" "tzname" "ac_cv_have_decl_tzname" "#include <time.h> | 8995 | ac_fn_c_check_decl "$LINENO" "tzname" "ac_cv_have_decl_tzname" "#include <time.h> |
| 9014 | " | 8996 | " |
| 9015 | if test "x$ac_cv_have_decl_tzname" = xyes; then : | 8997 | if test "x$ac_cv_have_decl_tzname" = x""yes; then : |
| 9016 | ac_have_decl=1 | 8998 | ac_have_decl=1 |
| 9017 | else | 8999 | else |
| 9018 | ac_have_decl=0 | 9000 | ac_have_decl=0 |
| @@ -9024,7 +9006,7 @@ _ACEOF | |||
| 9024 | 9006 | ||
| 9025 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tzname" >&5 | 9007 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tzname" >&5 |
| 9026 | $as_echo_n "checking for tzname... " >&6; } | 9008 | $as_echo_n "checking for tzname... " >&6; } |
| 9027 | if ${ac_cv_var_tzname+:} false; then : | 9009 | if test "${ac_cv_var_tzname+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 |
| @@ -9061,7 +9043,7 @@ fi | |||
| 9061 | 9043 | ||
| 9062 | ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include <time.h> | 9044 | ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include <time.h> |
| 9063 | " | 9045 | " |
| 9064 | if test "x$ac_cv_member_struct_tm_tm_gmtoff" = xyes; then : | 9046 | if test "x$ac_cv_member_struct_tm_tm_gmtoff" = x""yes; then : |
| 9065 | 9047 | ||
| 9066 | $as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h | 9048 | $as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h |
| 9067 | 9049 | ||
| @@ -9075,7 +9057,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_flags" "ac_cv_member_struct_i | |||
| 9075 | #include <net/if.h> | 9057 | #include <net/if.h> |
| 9076 | #endif | 9058 | #endif |
| 9077 | " | 9059 | " |
| 9078 | if test "x$ac_cv_member_struct_ifreq_ifr_flags" = xyes; then : | 9060 | if test "x$ac_cv_member_struct_ifreq_ifr_flags" = x""yes; then : |
| 9079 | 9061 | ||
| 9080 | cat >>confdefs.h <<_ACEOF | 9062 | cat >>confdefs.h <<_ACEOF |
| 9081 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | 9063 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 |
| @@ -9091,7 +9073,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ | |||
| 9091 | #include <net/if.h> | 9073 | #include <net/if.h> |
| 9092 | #endif | 9074 | #endif |
| 9093 | " | 9075 | " |
| 9094 | if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes; then : | 9076 | if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = x""yes; then : |
| 9095 | 9077 | ||
| 9096 | cat >>confdefs.h <<_ACEOF | 9078 | cat >>confdefs.h <<_ACEOF |
| 9097 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | 9079 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 |
| @@ -9107,7 +9089,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_netmask" "ac_cv_member_struct | |||
| 9107 | #include <net/if.h> | 9089 | #include <net/if.h> |
| 9108 | #endif | 9090 | #endif |
| 9109 | " | 9091 | " |
| 9110 | if test "x$ac_cv_member_struct_ifreq_ifr_netmask" = xyes; then : | 9092 | if test "x$ac_cv_member_struct_ifreq_ifr_netmask" = x""yes; then : |
| 9111 | 9093 | ||
| 9112 | cat >>confdefs.h <<_ACEOF | 9094 | cat >>confdefs.h <<_ACEOF |
| 9113 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | 9095 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 |
| @@ -9123,7 +9105,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_broadaddr" "ac_cv_member_stru | |||
| 9123 | #include <net/if.h> | 9105 | #include <net/if.h> |
| 9124 | #endif | 9106 | #endif |
| 9125 | " | 9107 | " |
| 9126 | if test "x$ac_cv_member_struct_ifreq_ifr_broadaddr" = xyes; then : | 9108 | if test "x$ac_cv_member_struct_ifreq_ifr_broadaddr" = x""yes; then : |
| 9127 | 9109 | ||
| 9128 | cat >>confdefs.h <<_ACEOF | 9110 | cat >>confdefs.h <<_ACEOF |
| 9129 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | 9111 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 |
| @@ -9139,7 +9121,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_addr" "ac_cv_member_struct_if | |||
| 9139 | #include <net/if.h> | 9121 | #include <net/if.h> |
| 9140 | #endif | 9122 | #endif |
| 9141 | " | 9123 | " |
| 9142 | if test "x$ac_cv_member_struct_ifreq_ifr_addr" = xyes; then : | 9124 | if test "x$ac_cv_member_struct_ifreq_ifr_addr" = x""yes; then : |
| 9143 | 9125 | ||
| 9144 | cat >>confdefs.h <<_ACEOF | 9126 | cat >>confdefs.h <<_ACEOF |
| 9145 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | 9127 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 |
| @@ -9157,7 +9139,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_addr.sa_len" "ac_cv_member_st | |||
| 9157 | #include <net/if.h> | 9139 | #include <net/if.h> |
| 9158 | #endif | 9140 | #endif |
| 9159 | " | 9141 | " |
| 9160 | if test "x$ac_cv_member_struct_ifreq_ifr_addr_sa_len" = xyes; then : | 9142 | if test "x$ac_cv_member_struct_ifreq_ifr_addr_sa_len" = x""yes; then : |
| 9161 | 9143 | ||
| 9162 | cat >>confdefs.h <<_ACEOF | 9144 | cat >>confdefs.h <<_ACEOF |
| 9163 | #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1 | 9145 | #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1 |
| @@ -9187,7 +9169,7 @@ fi | |||
| 9187 | 9169 | ||
| 9188 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working volatile" >&5 | 9170 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working volatile" >&5 |
| 9189 | $as_echo_n "checking for working volatile... " >&6; } | 9171 | $as_echo_n "checking for working volatile... " >&6; } |
| 9190 | if ${ac_cv_c_volatile+:} false; then : | 9172 | if test "${ac_cv_c_volatile+set}" = set; then : |
| 9191 | $as_echo_n "(cached) " >&6 | 9173 | $as_echo_n "(cached) " >&6 |
| 9192 | else | 9174 | else |
| 9193 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 9175 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -9221,7 +9203,7 @@ fi | |||
| 9221 | 9203 | ||
| 9222 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5 | 9204 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5 |
| 9223 | $as_echo_n "checking for an ANSI C-conforming const... " >&6; } | 9205 | $as_echo_n "checking for an ANSI C-conforming const... " >&6; } |
| 9224 | if ${ac_cv_c_const+:} false; then : | 9206 | if test "${ac_cv_c_const+set}" = set; then : |
| 9225 | $as_echo_n "(cached) " >&6 | 9207 | $as_echo_n "(cached) " >&6 |
| 9226 | else | 9208 | else |
| 9227 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 9209 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -9301,7 +9283,7 @@ fi | |||
| 9301 | 9283 | ||
| 9302 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for void * support" >&5 | 9284 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for void * support" >&5 |
| 9303 | $as_echo_n "checking for void * support... " >&6; } | 9285 | $as_echo_n "checking for void * support... " >&6; } |
| 9304 | if ${emacs_cv_void_star+:} false; then : | 9286 | if test "${emacs_cv_void_star+set}" = set; then : |
| 9305 | $as_echo_n "(cached) " >&6 | 9287 | $as_echo_n "(cached) " >&6 |
| 9306 | else | 9288 | else |
| 9307 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 9289 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -9334,7 +9316,7 @@ fi | |||
| 9334 | 9316 | ||
| 9335 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 | 9317 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 |
| 9336 | $as_echo_n "checking whether byte ordering is bigendian... " >&6; } | 9318 | $as_echo_n "checking whether byte ordering is bigendian... " >&6; } |
| 9337 | if ${ac_cv_c_bigendian+:} false; then : | 9319 | if test "${ac_cv_c_bigendian+set}" = set; then : |
| 9338 | $as_echo_n "(cached) " >&6 | 9320 | $as_echo_n "(cached) " >&6 |
| 9339 | else | 9321 | else |
| 9340 | ac_cv_c_bigendian=unknown | 9322 | ac_cv_c_bigendian=unknown |
| @@ -9552,14 +9534,14 @@ $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h | |||
| 9552 | 9534 | ||
| 9553 | ;; #( | 9535 | ;; #( |
| 9554 | *) | 9536 | *) |
| 9555 | as_fn_error $? "unknown endianness | 9537 | as_fn_error "unknown endianness |
| 9556 | presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; | 9538 | presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; |
| 9557 | esac | 9539 | esac |
| 9558 | 9540 | ||
| 9559 | 9541 | ||
| 9560 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __attribute__ ((__aligned__ (expr)))" >&5 | 9542 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __attribute__ ((__aligned__ (expr)))" >&5 |
| 9561 | $as_echo_n "checking for __attribute__ ((__aligned__ (expr)))... " >&6; } | 9543 | $as_echo_n "checking for __attribute__ ((__aligned__ (expr)))... " >&6; } |
| 9562 | if ${emacs_cv_attribute_aligned+:} false; then : | 9544 | if test "${emacs_cv_attribute_aligned+set}" = set; then : |
| 9563 | $as_echo_n "(cached) " >&6 | 9545 | $as_echo_n "(cached) " >&6 |
| 9564 | else | 9546 | else |
| 9565 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 9547 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -9592,7 +9574,7 @@ fi | |||
| 9592 | $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } | 9574 | $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } |
| 9593 | set x ${MAKE-make} | 9575 | set x ${MAKE-make} |
| 9594 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` | 9576 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` |
| 9595 | if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : | 9577 | if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : |
| 9596 | $as_echo_n "(cached) " >&6 | 9578 | $as_echo_n "(cached) " >&6 |
| 9597 | else | 9579 | else |
| 9598 | cat >conftest.make <<\_ACEOF | 9580 | cat >conftest.make <<\_ACEOF |
| @@ -9600,7 +9582,7 @@ SHELL = /bin/sh | |||
| 9600 | all: | 9582 | all: |
| 9601 | @echo '@@@%%%=$(MAKE)=@@@%%%' | 9583 | @echo '@@@%%%=$(MAKE)=@@@%%%' |
| 9602 | _ACEOF | 9584 | _ACEOF |
| 9603 | # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. | 9585 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. |
| 9604 | case `${MAKE-make} -f conftest.make 2>/dev/null` in | 9586 | case `${MAKE-make} -f conftest.make 2>/dev/null` in |
| 9605 | *@@@%%%=?*=@@@%%%*) | 9587 | *@@@%%%=?*=@@@%%%*) |
| 9606 | eval ac_cv_prog_make_${ac_make}_set=yes;; | 9588 | eval ac_cv_prog_make_${ac_make}_set=yes;; |
| @@ -9684,7 +9666,7 @@ lisp_frag=$srcdir/src/lisp.mk | |||
| 9684 | 9666 | ||
| 9685 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long file names" >&5 | 9667 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long file names" >&5 |
| 9686 | $as_echo_n "checking for long file names... " >&6; } | 9668 | $as_echo_n "checking for long file names... " >&6; } |
| 9687 | if ${ac_cv_sys_long_file_names+:} false; then : | 9669 | if test "${ac_cv_sys_long_file_names+set}" = set; then : |
| 9688 | $as_echo_n "(cached) " >&6 | 9670 | $as_echo_n "(cached) " >&6 |
| 9689 | else | 9671 | else |
| 9690 | ac_cv_sys_long_file_names=yes | 9672 | ac_cv_sys_long_file_names=yes |
| @@ -9740,8 +9722,8 @@ if test "x$with_x" = xno; then | |||
| 9740 | have_x=disabled | 9722 | have_x=disabled |
| 9741 | else | 9723 | else |
| 9742 | case $x_includes,$x_libraries in #( | 9724 | case $x_includes,$x_libraries in #( |
| 9743 | *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #( | 9725 | *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #( |
| 9744 | *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then : | 9726 | *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then : |
| 9745 | $as_echo_n "(cached) " >&6 | 9727 | $as_echo_n "(cached) " >&6 |
| 9746 | else | 9728 | else |
| 9747 | # One or both of the vars are not set, and there is no cached value. | 9729 | # One or both of the vars are not set, and there is no cached value. |
| @@ -9758,7 +9740,7 @@ libdir: | |||
| 9758 | @echo libdir='${LIBDIR}' | 9740 | @echo libdir='${LIBDIR}' |
| 9759 | _ACEOF | 9741 | _ACEOF |
| 9760 | if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then | 9742 | if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then |
| 9761 | # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. | 9743 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. |
| 9762 | for ac_var in incroot usrlibdir libdir; do | 9744 | for ac_var in incroot usrlibdir libdir; do |
| 9763 | eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`" | 9745 | eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`" |
| 9764 | done | 9746 | done |
| @@ -9844,7 +9826,7 @@ else | |||
| 9844 | fi | 9826 | fi |
| 9845 | done | 9827 | done |
| 9846 | fi | 9828 | fi |
| 9847 | rm -f conftest.err conftest.i conftest.$ac_ext | 9829 | rm -f conftest.err conftest.$ac_ext |
| 9848 | fi # $ac_x_includes = no | 9830 | fi # $ac_x_includes = no |
| 9849 | 9831 | ||
| 9850 | if test "$ac_x_libraries" = no; then | 9832 | if test "$ac_x_libraries" = no; then |
| @@ -10024,10 +10006,10 @@ if test "${with_ns}" != no; then | |||
| 10024 | TEMACS_LDFLAGS2= | 10006 | TEMACS_LDFLAGS2= |
| 10025 | fi | 10007 | fi |
| 10026 | ac_fn_c_check_header_mongrel "$LINENO" "AppKit/AppKit.h" "ac_cv_header_AppKit_AppKit_h" "$ac_includes_default" | 10008 | ac_fn_c_check_header_mongrel "$LINENO" "AppKit/AppKit.h" "ac_cv_header_AppKit_AppKit_h" "$ac_includes_default" |
| 10027 | if test "x$ac_cv_header_AppKit_AppKit_h" = xyes; then : | 10009 | if test "x$ac_cv_header_AppKit_AppKit_h" = x""yes; then : |
| 10028 | HAVE_NS=yes | 10010 | HAVE_NS=yes |
| 10029 | else | 10011 | else |
| 10030 | as_fn_error $? "\`--with-ns' was specified, but the include | 10012 | as_fn_error "\`--with-ns' was specified, but the include |
| 10031 | files are missing or cannot be compiled." "$LINENO" 5 | 10013 | files are missing or cannot be compiled." "$LINENO" 5 |
| 10032 | fi | 10014 | fi |
| 10033 | 10015 | ||
| @@ -10106,7 +10088,7 @@ if test "$window_system" = none && test "X$with_x" != "Xno"; then | |||
| 10106 | set dummy X; ac_word=$2 | 10088 | set dummy X; ac_word=$2 |
| 10107 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 10089 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 10108 | $as_echo_n "checking for $ac_word... " >&6; } | 10090 | $as_echo_n "checking for $ac_word... " >&6; } |
| 10109 | if ${ac_cv_prog_HAVE_XSERVER+:} false; then : | 10091 | if test "${ac_cv_prog_HAVE_XSERVER+set}" = set; then : |
| 10110 | $as_echo_n "(cached) " >&6 | 10092 | $as_echo_n "(cached) " >&6 |
| 10111 | else | 10093 | else |
| 10112 | if test -n "$HAVE_XSERVER"; then | 10094 | if test -n "$HAVE_XSERVER"; then |
| @@ -10143,7 +10125,7 @@ fi | |||
| 10143 | if test "$HAVE_XSERVER" = true || | 10125 | if test "$HAVE_XSERVER" = true || |
| 10144 | test -n "$DISPLAY" || | 10126 | test -n "$DISPLAY" || |
| 10145 | test "`echo /usr/lib/libX11.*`" != "/usr/lib/libX11.*"; then | 10127 | test "`echo /usr/lib/libX11.*`" != "/usr/lib/libX11.*"; then |
| 10146 | as_fn_error $? "You seem to be running X, but no X development libraries | 10128 | as_fn_error "You seem to be running X, but no X development libraries |
| 10147 | were found. You should install the relevant development files for X | 10129 | were found. You should install the relevant development files for X |
| 10148 | and for the toolkit you want, such as Gtk+, Lesstif or Motif. Also make | 10130 | and for the toolkit you want, such as Gtk+, Lesstif or Motif. Also make |
| 10149 | sure you have development files for image handling, i.e. | 10131 | sure you have development files for image handling, i.e. |
| @@ -10165,14 +10147,14 @@ esac | |||
| 10165 | GNU_MALLOC=yes | 10147 | GNU_MALLOC=yes |
| 10166 | doug_lea_malloc=yes | 10148 | doug_lea_malloc=yes |
| 10167 | ac_fn_c_check_func "$LINENO" "malloc_get_state" "ac_cv_func_malloc_get_state" | 10149 | ac_fn_c_check_func "$LINENO" "malloc_get_state" "ac_cv_func_malloc_get_state" |
| 10168 | if test "x$ac_cv_func_malloc_get_state" = xyes; then : | 10150 | if test "x$ac_cv_func_malloc_get_state" = x""yes; then : |
| 10169 | 10151 | ||
| 10170 | else | 10152 | else |
| 10171 | doug_lea_malloc=no | 10153 | doug_lea_malloc=no |
| 10172 | fi | 10154 | fi |
| 10173 | 10155 | ||
| 10174 | ac_fn_c_check_func "$LINENO" "malloc_set_state" "ac_cv_func_malloc_set_state" | 10156 | ac_fn_c_check_func "$LINENO" "malloc_set_state" "ac_cv_func_malloc_set_state" |
| 10175 | if test "x$ac_cv_func_malloc_set_state" = xyes; then : | 10157 | if test "x$ac_cv_func_malloc_set_state" = x""yes; then : |
| 10176 | 10158 | ||
| 10177 | else | 10159 | else |
| 10178 | doug_lea_malloc=no | 10160 | doug_lea_malloc=no |
| @@ -10180,7 +10162,7 @@ fi | |||
| 10180 | 10162 | ||
| 10181 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __after_morecore_hook exists" >&5 | 10163 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __after_morecore_hook exists" >&5 |
| 10182 | $as_echo_n "checking whether __after_morecore_hook exists... " >&6; } | 10164 | $as_echo_n "checking whether __after_morecore_hook exists... " >&6; } |
| 10183 | if ${emacs_cv_var___after_morecore_hook+:} false; then : | 10165 | if test "${emacs_cv_var___after_morecore_hook+set}" = set; then : |
| 10184 | $as_echo_n "(cached) " >&6 | 10166 | $as_echo_n "(cached) " >&6 |
| 10185 | else | 10167 | else |
| 10186 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 10168 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -10266,7 +10248,8 @@ do : | |||
| 10266 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 10248 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
| 10267 | ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default | 10249 | ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default |
| 10268 | " | 10250 | " |
| 10269 | if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 10251 | eval as_val=\$$as_ac_Header |
| 10252 | if test "x$as_val" = x""yes; then : | ||
| 10270 | cat >>confdefs.h <<_ACEOF | 10253 | cat >>confdefs.h <<_ACEOF |
| 10271 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 10254 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
| 10272 | _ACEOF | 10255 | _ACEOF |
| @@ -10285,7 +10268,7 @@ done | |||
| 10285 | for ac_func in getpagesize | 10268 | for ac_func in getpagesize |
| 10286 | do : | 10269 | do : |
| 10287 | ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize" | 10270 | ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize" |
| 10288 | if test "x$ac_cv_func_getpagesize" = xyes; then : | 10271 | if test "x$ac_cv_func_getpagesize" = x""yes; then : |
| 10289 | cat >>confdefs.h <<_ACEOF | 10272 | cat >>confdefs.h <<_ACEOF |
| 10290 | #define HAVE_GETPAGESIZE 1 | 10273 | #define HAVE_GETPAGESIZE 1 |
| 10291 | _ACEOF | 10274 | _ACEOF |
| @@ -10295,7 +10278,7 @@ done | |||
| 10295 | 10278 | ||
| 10296 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5 | 10279 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5 |
| 10297 | $as_echo_n "checking for working mmap... " >&6; } | 10280 | $as_echo_n "checking for working mmap... " >&6; } |
| 10298 | if ${ac_cv_func_mmap_fixed_mapped+:} false; then : | 10281 | if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then : |
| 10299 | $as_echo_n "(cached) " >&6 | 10282 | $as_echo_n "(cached) " >&6 |
| 10300 | else | 10283 | else |
| 10301 | if test "$cross_compiling" = yes; then : | 10284 | if test "$cross_compiling" = yes; then : |
| @@ -10470,7 +10453,7 @@ LIBS="$LIBS_SYSTEM $LIBS" | |||
| 10470 | 10453 | ||
| 10471 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5 | 10454 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5 |
| 10472 | $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; } | 10455 | $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; } |
| 10473 | if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then : | 10456 | if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then : |
| 10474 | $as_echo_n "(cached) " >&6 | 10457 | $as_echo_n "(cached) " >&6 |
| 10475 | else | 10458 | else |
| 10476 | ac_check_lib_save_LIBS=$LIBS | 10459 | ac_check_lib_save_LIBS=$LIBS |
| @@ -10504,7 +10487,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 10504 | fi | 10487 | fi |
| 10505 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 | 10488 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 |
| 10506 | $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; } | 10489 | $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; } |
| 10507 | if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then : | 10490 | if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then : |
| 10508 | cat >>confdefs.h <<_ACEOF | 10491 | cat >>confdefs.h <<_ACEOF |
| 10509 | #define HAVE_LIBDNET 1 | 10492 | #define HAVE_LIBDNET 1 |
| 10510 | _ACEOF | 10493 | _ACEOF |
| @@ -10516,7 +10499,7 @@ fi | |||
| 10516 | 10499 | ||
| 10517 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lXbsd" >&5 | 10500 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lXbsd" >&5 |
| 10518 | $as_echo_n "checking for main in -lXbsd... " >&6; } | 10501 | $as_echo_n "checking for main in -lXbsd... " >&6; } |
| 10519 | if ${ac_cv_lib_Xbsd_main+:} false; then : | 10502 | if test "${ac_cv_lib_Xbsd_main+set}" = set; then : |
| 10520 | $as_echo_n "(cached) " >&6 | 10503 | $as_echo_n "(cached) " >&6 |
| 10521 | else | 10504 | else |
| 10522 | ac_check_lib_save_LIBS=$LIBS | 10505 | ac_check_lib_save_LIBS=$LIBS |
| @@ -10544,7 +10527,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 10544 | fi | 10527 | fi |
| 10545 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xbsd_main" >&5 | 10528 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xbsd_main" >&5 |
| 10546 | $as_echo "$ac_cv_lib_Xbsd_main" >&6; } | 10529 | $as_echo "$ac_cv_lib_Xbsd_main" >&6; } |
| 10547 | if test "x$ac_cv_lib_Xbsd_main" = xyes; then : | 10530 | if test "x$ac_cv_lib_Xbsd_main" = x""yes; then : |
| 10548 | LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd" | 10531 | LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd" |
| 10549 | fi | 10532 | fi |
| 10550 | 10533 | ||
| @@ -10553,7 +10536,7 @@ LIB_PTHREAD= | |||
| 10553 | for ac_header in pthread.h | 10536 | for ac_header in pthread.h |
| 10554 | do : | 10537 | do : |
| 10555 | ac_fn_c_check_header_mongrel "$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default" | 10538 | ac_fn_c_check_header_mongrel "$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default" |
| 10556 | if test "x$ac_cv_header_pthread_h" = xyes; then : | 10539 | if test "x$ac_cv_header_pthread_h" = x""yes; then : |
| 10557 | cat >>confdefs.h <<_ACEOF | 10540 | cat >>confdefs.h <<_ACEOF |
| 10558 | #define HAVE_PTHREAD_H 1 | 10541 | #define HAVE_PTHREAD_H 1 |
| 10559 | _ACEOF | 10542 | _ACEOF |
| @@ -10565,7 +10548,7 @@ done | |||
| 10565 | if test "$ac_cv_header_pthread_h"; then | 10548 | if test "$ac_cv_header_pthread_h"; then |
| 10566 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_self in -lpthread" >&5 | 10549 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_self in -lpthread" >&5 |
| 10567 | $as_echo_n "checking for pthread_self in -lpthread... " >&6; } | 10550 | $as_echo_n "checking for pthread_self in -lpthread... " >&6; } |
| 10568 | if ${ac_cv_lib_pthread_pthread_self+:} false; then : | 10551 | if test "${ac_cv_lib_pthread_pthread_self+set}" = set; then : |
| 10569 | $as_echo_n "(cached) " >&6 | 10552 | $as_echo_n "(cached) " >&6 |
| 10570 | else | 10553 | else |
| 10571 | ac_check_lib_save_LIBS=$LIBS | 10554 | ac_check_lib_save_LIBS=$LIBS |
| @@ -10599,7 +10582,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 10599 | fi | 10582 | fi |
| 10600 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_self" >&5 | 10583 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_self" >&5 |
| 10601 | $as_echo "$ac_cv_lib_pthread_pthread_self" >&6; } | 10584 | $as_echo "$ac_cv_lib_pthread_pthread_self" >&6; } |
| 10602 | if test "x$ac_cv_lib_pthread_pthread_self" = xyes; then : | 10585 | if test "x$ac_cv_lib_pthread_pthread_self" = x""yes; then : |
| 10603 | HAVE_PTHREAD=yes | 10586 | HAVE_PTHREAD=yes |
| 10604 | fi | 10587 | fi |
| 10605 | 10588 | ||
| @@ -10617,7 +10600,7 @@ fi | |||
| 10617 | 10600 | ||
| 10618 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cma_open in -lpthreads" >&5 | 10601 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cma_open in -lpthreads" >&5 |
| 10619 | $as_echo_n "checking for cma_open in -lpthreads... " >&6; } | 10602 | $as_echo_n "checking for cma_open in -lpthreads... " >&6; } |
| 10620 | if ${ac_cv_lib_pthreads_cma_open+:} false; then : | 10603 | if test "${ac_cv_lib_pthreads_cma_open+set}" = set; then : |
| 10621 | $as_echo_n "(cached) " >&6 | 10604 | $as_echo_n "(cached) " >&6 |
| 10622 | else | 10605 | else |
| 10623 | ac_check_lib_save_LIBS=$LIBS | 10606 | ac_check_lib_save_LIBS=$LIBS |
| @@ -10651,7 +10634,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 10651 | fi | 10634 | fi |
| 10652 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthreads_cma_open" >&5 | 10635 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthreads_cma_open" >&5 |
| 10653 | $as_echo "$ac_cv_lib_pthreads_cma_open" >&6; } | 10636 | $as_echo "$ac_cv_lib_pthreads_cma_open" >&6; } |
| 10654 | if test "x$ac_cv_lib_pthreads_cma_open" = xyes; then : | 10637 | if test "x$ac_cv_lib_pthreads_cma_open" = x""yes; then : |
| 10655 | cat >>confdefs.h <<_ACEOF | 10638 | cat >>confdefs.h <<_ACEOF |
| 10656 | #define HAVE_LIBPTHREADS 1 | 10639 | #define HAVE_LIBPTHREADS 1 |
| 10657 | _ACEOF | 10640 | _ACEOF |
| @@ -10678,7 +10661,7 @@ case ${host_os} in | |||
| 10678 | aix*) | 10661 | aix*) |
| 10679 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -bbigtoc option" >&5 | 10662 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -bbigtoc option" >&5 |
| 10680 | $as_echo_n "checking for -bbigtoc option... " >&6; } | 10663 | $as_echo_n "checking for -bbigtoc option... " >&6; } |
| 10681 | if ${gdb_cv_bigtoc+:} false; then : | 10664 | if test "${gdb_cv_bigtoc+set}" = set; then : |
| 10682 | $as_echo_n "(cached) " >&6 | 10665 | $as_echo_n "(cached) " >&6 |
| 10683 | else | 10666 | else |
| 10684 | 10667 | ||
| @@ -10839,7 +10822,8 @@ XScreenNumberOfScreen XSetWMProtocols | |||
| 10839 | do : | 10822 | do : |
| 10840 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 10823 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
| 10841 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 10824 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 10842 | if eval test \"x\$"$as_ac_var"\" = x"yes"; then : | 10825 | eval as_val=\$$as_ac_var |
| 10826 | if test "x$as_val" = x""yes; then : | ||
| 10843 | cat >>confdefs.h <<_ACEOF | 10827 | cat >>confdefs.h <<_ACEOF |
| 10844 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 10828 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
| 10845 | _ACEOF | 10829 | _ACEOF |
| @@ -10852,7 +10836,7 @@ fi | |||
| 10852 | if test "${window_system}" = "x11"; then | 10836 | if test "${window_system}" = "x11"; then |
| 10853 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 version 6" >&5 | 10837 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 version 6" >&5 |
| 10854 | $as_echo_n "checking X11 version 6... " >&6; } | 10838 | $as_echo_n "checking X11 version 6... " >&6; } |
| 10855 | if ${emacs_cv_x11_version_6+:} false; then : | 10839 | if test "${emacs_cv_x11_version_6+set}" = set; then : |
| 10856 | $as_echo_n "(cached) " >&6 | 10840 | $as_echo_n "(cached) " >&6 |
| 10857 | else | 10841 | else |
| 10858 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 10842 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -10917,7 +10901,7 @@ if test "${HAVE_X11}" = "yes" || test "${HAVE_NS}" = "yes"; then | |||
| 10917 | set dummy pkg-config; ac_word=$2 | 10901 | set dummy pkg-config; ac_word=$2 |
| 10918 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 10902 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 10919 | $as_echo_n "checking for $ac_word... " >&6; } | 10903 | $as_echo_n "checking for $ac_word... " >&6; } |
| 10920 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 10904 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 10921 | $as_echo_n "(cached) " >&6 | 10905 | $as_echo_n "(cached) " >&6 |
| 10922 | else | 10906 | else |
| 10923 | case $PKG_CONFIG in | 10907 | case $PKG_CONFIG in |
| @@ -11031,7 +11015,7 @@ if test "${HAVE_X11}" = "yes"; then | |||
| 11031 | set dummy pkg-config; ac_word=$2 | 11015 | set dummy pkg-config; ac_word=$2 |
| 11032 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 11016 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 11033 | $as_echo_n "checking for $ac_word... " >&6; } | 11017 | $as_echo_n "checking for $ac_word... " >&6; } |
| 11034 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 11018 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 11035 | $as_echo_n "(cached) " >&6 | 11019 | $as_echo_n "(cached) " >&6 |
| 11036 | else | 11020 | else |
| 11037 | case $PKG_CONFIG in | 11021 | case $PKG_CONFIG in |
| @@ -11130,7 +11114,7 @@ $as_echo "#define HAVE_IMAGEMAGICK 1" >>confdefs.h | |||
| 11130 | for ac_func in MagickExportImagePixels | 11114 | for ac_func in MagickExportImagePixels |
| 11131 | do : | 11115 | do : |
| 11132 | ac_fn_c_check_func "$LINENO" "MagickExportImagePixels" "ac_cv_func_MagickExportImagePixels" | 11116 | ac_fn_c_check_func "$LINENO" "MagickExportImagePixels" "ac_cv_func_MagickExportImagePixels" |
| 11133 | if test "x$ac_cv_func_MagickExportImagePixels" = xyes; then : | 11117 | if test "x$ac_cv_func_MagickExportImagePixels" = x""yes; then : |
| 11134 | cat >>confdefs.h <<_ACEOF | 11118 | cat >>confdefs.h <<_ACEOF |
| 11135 | #define HAVE_MAGICKEXPORTIMAGEPIXELS 1 | 11119 | #define HAVE_MAGICKEXPORTIMAGEPIXELS 1 |
| 11136 | _ACEOF | 11120 | _ACEOF |
| @@ -11157,7 +11141,7 @@ if test "${with_gtk3}" = "yes"; then | |||
| 11157 | set dummy pkg-config; ac_word=$2 | 11141 | set dummy pkg-config; ac_word=$2 |
| 11158 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 11142 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 11159 | $as_echo_n "checking for $ac_word... " >&6; } | 11143 | $as_echo_n "checking for $ac_word... " >&6; } |
| 11160 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 11144 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 11161 | $as_echo_n "(cached) " >&6 | 11145 | $as_echo_n "(cached) " >&6 |
| 11162 | else | 11146 | else |
| 11163 | case $PKG_CONFIG in | 11147 | case $PKG_CONFIG in |
| @@ -11245,7 +11229,7 @@ $as_echo "no" >&6; } | |||
| 11245 | fi | 11229 | fi |
| 11246 | 11230 | ||
| 11247 | if test "$pkg_check_gtk" = "no" && test "$USE_X_TOOLKIT" != "maybe"; then | 11231 | if test "$pkg_check_gtk" = "no" && test "$USE_X_TOOLKIT" != "maybe"; then |
| 11248 | as_fn_error $? "$GTK_PKG_ERRORS" "$LINENO" 5 | 11232 | as_fn_error "$GTK_PKG_ERRORS" "$LINENO" 5 |
| 11249 | fi | 11233 | fi |
| 11250 | 11234 | ||
| 11251 | $as_echo "#define HAVE_GTK3 1" >>confdefs.h | 11235 | $as_echo "#define HAVE_GTK3 1" >>confdefs.h |
| @@ -11267,7 +11251,7 @@ if test "${with_gtk}" = "yes" || test "$USE_X_TOOLKIT" = "maybe"; then | |||
| 11267 | set dummy pkg-config; ac_word=$2 | 11251 | set dummy pkg-config; ac_word=$2 |
| 11268 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 11252 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 11269 | $as_echo_n "checking for $ac_word... " >&6; } | 11253 | $as_echo_n "checking for $ac_word... " >&6; } |
| 11270 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 11254 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 11271 | $as_echo_n "(cached) " >&6 | 11255 | $as_echo_n "(cached) " >&6 |
| 11272 | else | 11256 | else |
| 11273 | case $PKG_CONFIG in | 11257 | case $PKG_CONFIG in |
| @@ -11355,7 +11339,7 @@ $as_echo "no" >&6; } | |||
| 11355 | fi | 11339 | fi |
| 11356 | 11340 | ||
| 11357 | if test "$pkg_check_gtk" = "no" && test "$USE_X_TOOLKIT" != "maybe"; then | 11341 | if test "$pkg_check_gtk" = "no" && test "$USE_X_TOOLKIT" != "maybe"; then |
| 11358 | as_fn_error $? "$GTK_PKG_ERRORS" "$LINENO" 5 | 11342 | as_fn_error "$GTK_PKG_ERRORS" "$LINENO" 5 |
| 11359 | fi | 11343 | fi |
| 11360 | fi | 11344 | fi |
| 11361 | fi | 11345 | fi |
| @@ -11371,7 +11355,7 @@ if test x"$pkg_check_gtk" = xyes; then | |||
| 11371 | for ac_func in gtk_main | 11355 | for ac_func in gtk_main |
| 11372 | do : | 11356 | do : |
| 11373 | ac_fn_c_check_func "$LINENO" "gtk_main" "ac_cv_func_gtk_main" | 11357 | ac_fn_c_check_func "$LINENO" "gtk_main" "ac_cv_func_gtk_main" |
| 11374 | if test "x$ac_cv_func_gtk_main" = xyes; then : | 11358 | if test "x$ac_cv_func_gtk_main" = x""yes; then : |
| 11375 | cat >>confdefs.h <<_ACEOF | 11359 | cat >>confdefs.h <<_ACEOF |
| 11376 | #define HAVE_GTK_MAIN 1 | 11360 | #define HAVE_GTK_MAIN 1 |
| 11377 | _ACEOF | 11361 | _ACEOF |
| @@ -11381,7 +11365,7 @@ done | |||
| 11381 | 11365 | ||
| 11382 | if test "${GTK_COMPILES}" != "yes"; then | 11366 | if test "${GTK_COMPILES}" != "yes"; then |
| 11383 | if test "$USE_X_TOOLKIT" != "maybe"; then | 11367 | if test "$USE_X_TOOLKIT" != "maybe"; then |
| 11384 | as_fn_error $? "Gtk+ wanted, but it does not compile, see config.log. Maybe some x11-devel files missing?" "$LINENO" 5; | 11368 | as_fn_error "Gtk+ wanted, but it does not compile, see config.log. Maybe some x11-devel files missing?" "$LINENO" 5; |
| 11385 | fi | 11369 | fi |
| 11386 | else | 11370 | else |
| 11387 | HAVE_GTK=yes | 11371 | HAVE_GTK=yes |
| @@ -11419,7 +11403,7 @@ if test "${HAVE_GTK}" = "yes"; then | |||
| 11419 | ac_fn_c_check_decl "$LINENO" "GTK_TYPE_FILE_SELECTION" "ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" "$ac_includes_default | 11403 | ac_fn_c_check_decl "$LINENO" "GTK_TYPE_FILE_SELECTION" "ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" "$ac_includes_default |
| 11420 | #include <gtk/gtk.h> | 11404 | #include <gtk/gtk.h> |
| 11421 | " | 11405 | " |
| 11422 | if test "x$ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" = xyes; then : | 11406 | if test "x$ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" = x""yes; then : |
| 11423 | HAVE_GTK_FILE_SELECTION=yes | 11407 | HAVE_GTK_FILE_SELECTION=yes |
| 11424 | else | 11408 | else |
| 11425 | HAVE_GTK_FILE_SELECTION=no | 11409 | HAVE_GTK_FILE_SELECTION=no |
| @@ -11429,7 +11413,7 @@ fi | |||
| 11429 | for ac_func in gtk_file_selection_new | 11413 | for ac_func in gtk_file_selection_new |
| 11430 | do : | 11414 | do : |
| 11431 | ac_fn_c_check_func "$LINENO" "gtk_file_selection_new" "ac_cv_func_gtk_file_selection_new" | 11415 | ac_fn_c_check_func "$LINENO" "gtk_file_selection_new" "ac_cv_func_gtk_file_selection_new" |
| 11432 | if test "x$ac_cv_func_gtk_file_selection_new" = xyes; then : | 11416 | if test "x$ac_cv_func_gtk_file_selection_new" = x""yes; then : |
| 11433 | cat >>confdefs.h <<_ACEOF | 11417 | cat >>confdefs.h <<_ACEOF |
| 11434 | #define HAVE_GTK_FILE_SELECTION_NEW 1 | 11418 | #define HAVE_GTK_FILE_SELECTION_NEW 1 |
| 11435 | _ACEOF | 11419 | _ACEOF |
| @@ -11447,7 +11431,8 @@ done | |||
| 11447 | do : | 11431 | do : |
| 11448 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 11432 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
| 11449 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 11433 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 11450 | if eval test \"x\$"$as_ac_var"\" = x"yes"; then : | 11434 | eval as_val=\$$as_ac_var |
| 11435 | if test "x$as_val" = x""yes; then : | ||
| 11451 | cat >>confdefs.h <<_ACEOF | 11436 | cat >>confdefs.h <<_ACEOF |
| 11452 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 11437 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
| 11453 | _ACEOF | 11438 | _ACEOF |
| @@ -11468,7 +11453,7 @@ if test "${with_dbus}" = "yes"; then | |||
| 11468 | set dummy pkg-config; ac_word=$2 | 11453 | set dummy pkg-config; ac_word=$2 |
| 11469 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 11454 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 11470 | $as_echo_n "checking for $ac_word... " >&6; } | 11455 | $as_echo_n "checking for $ac_word... " >&6; } |
| 11471 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 11456 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 11472 | $as_echo_n "(cached) " >&6 | 11457 | $as_echo_n "(cached) " >&6 |
| 11473 | else | 11458 | else |
| 11474 | case $PKG_CONFIG in | 11459 | case $PKG_CONFIG in |
| @@ -11563,7 +11548,7 @@ $as_echo "#define HAVE_DBUS 1" >>confdefs.h | |||
| 11563 | for ac_func in dbus_watch_get_unix_fd | 11548 | for ac_func in dbus_watch_get_unix_fd |
| 11564 | do : | 11549 | do : |
| 11565 | ac_fn_c_check_func "$LINENO" "dbus_watch_get_unix_fd" "ac_cv_func_dbus_watch_get_unix_fd" | 11550 | ac_fn_c_check_func "$LINENO" "dbus_watch_get_unix_fd" "ac_cv_func_dbus_watch_get_unix_fd" |
| 11566 | if test "x$ac_cv_func_dbus_watch_get_unix_fd" = xyes; then : | 11551 | if test "x$ac_cv_func_dbus_watch_get_unix_fd" = x""yes; then : |
| 11567 | cat >>confdefs.h <<_ACEOF | 11552 | cat >>confdefs.h <<_ACEOF |
| 11568 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | 11553 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 |
| 11569 | _ACEOF | 11554 | _ACEOF |
| @@ -11587,7 +11572,7 @@ if test "${HAVE_X11}" = "yes" && test "${with_gsettings}" = "yes"; then | |||
| 11587 | set dummy pkg-config; ac_word=$2 | 11572 | set dummy pkg-config; ac_word=$2 |
| 11588 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 11573 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 11589 | $as_echo_n "checking for $ac_word... " >&6; } | 11574 | $as_echo_n "checking for $ac_word... " >&6; } |
| 11590 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 11575 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 11591 | $as_echo_n "(cached) " >&6 | 11576 | $as_echo_n "(cached) " >&6 |
| 11592 | else | 11577 | else |
| 11593 | case $PKG_CONFIG in | 11578 | case $PKG_CONFIG in |
| @@ -11693,7 +11678,7 @@ if test "${HAVE_X11}" = "yes" && test "${with_gconf}" = "yes"; then | |||
| 11693 | set dummy pkg-config; ac_word=$2 | 11678 | set dummy pkg-config; ac_word=$2 |
| 11694 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 11679 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 11695 | $as_echo_n "checking for $ac_word... " >&6; } | 11680 | $as_echo_n "checking for $ac_word... " >&6; } |
| 11696 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 11681 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 11697 | $as_echo_n "(cached) " >&6 | 11682 | $as_echo_n "(cached) " >&6 |
| 11698 | else | 11683 | else |
| 11699 | case $PKG_CONFIG in | 11684 | case $PKG_CONFIG in |
| @@ -11787,7 +11772,7 @@ $as_echo "#define HAVE_GCONF 1" >>confdefs.h | |||
| 11787 | for ac_func in g_type_init | 11772 | for ac_func in g_type_init |
| 11788 | do : | 11773 | do : |
| 11789 | ac_fn_c_check_func "$LINENO" "g_type_init" "ac_cv_func_g_type_init" | 11774 | ac_fn_c_check_func "$LINENO" "g_type_init" "ac_cv_func_g_type_init" |
| 11790 | if test "x$ac_cv_func_g_type_init" = xyes; then : | 11775 | if test "x$ac_cv_func_g_type_init" = x""yes; then : |
| 11791 | cat >>confdefs.h <<_ACEOF | 11776 | cat >>confdefs.h <<_ACEOF |
| 11792 | #define HAVE_G_TYPE_INIT 1 | 11777 | #define HAVE_G_TYPE_INIT 1 |
| 11793 | _ACEOF | 11778 | _ACEOF |
| @@ -11803,7 +11788,7 @@ LIBSELINUX_LIBS= | |||
| 11803 | if test "${with_selinux}" = "yes"; then | 11788 | if test "${with_selinux}" = "yes"; then |
| 11804 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lgetfilecon in -lselinux" >&5 | 11789 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lgetfilecon in -lselinux" >&5 |
| 11805 | $as_echo_n "checking for lgetfilecon in -lselinux... " >&6; } | 11790 | $as_echo_n "checking for lgetfilecon in -lselinux... " >&6; } |
| 11806 | if ${ac_cv_lib_selinux_lgetfilecon+:} false; then : | 11791 | if test "${ac_cv_lib_selinux_lgetfilecon+set}" = set; then : |
| 11807 | $as_echo_n "(cached) " >&6 | 11792 | $as_echo_n "(cached) " >&6 |
| 11808 | else | 11793 | else |
| 11809 | ac_check_lib_save_LIBS=$LIBS | 11794 | ac_check_lib_save_LIBS=$LIBS |
| @@ -11837,7 +11822,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 11837 | fi | 11822 | fi |
| 11838 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_selinux_lgetfilecon" >&5 | 11823 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_selinux_lgetfilecon" >&5 |
| 11839 | $as_echo "$ac_cv_lib_selinux_lgetfilecon" >&6; } | 11824 | $as_echo "$ac_cv_lib_selinux_lgetfilecon" >&6; } |
| 11840 | if test "x$ac_cv_lib_selinux_lgetfilecon" = xyes; then : | 11825 | if test "x$ac_cv_lib_selinux_lgetfilecon" = x""yes; then : |
| 11841 | HAVE_LIBSELINUX=yes | 11826 | HAVE_LIBSELINUX=yes |
| 11842 | else | 11827 | else |
| 11843 | HAVE_LIBSELINUX=no | 11828 | HAVE_LIBSELINUX=no |
| @@ -11862,7 +11847,7 @@ if test "${with_gnutls}" = "yes" ; then | |||
| 11862 | set dummy pkg-config; ac_word=$2 | 11847 | set dummy pkg-config; ac_word=$2 |
| 11863 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 11848 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 11864 | $as_echo_n "checking for $ac_word... " >&6; } | 11849 | $as_echo_n "checking for $ac_word... " >&6; } |
| 11865 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 11850 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 11866 | $as_echo_n "(cached) " >&6 | 11851 | $as_echo_n "(cached) " >&6 |
| 11867 | else | 11852 | else |
| 11868 | case $PKG_CONFIG in | 11853 | case $PKG_CONFIG in |
| @@ -11960,7 +11945,7 @@ $as_echo "#define HAVE_GNUTLS 1" >>confdefs.h | |||
| 11960 | for ac_func in gnutls_certificate_set_verify_function | 11945 | for ac_func in gnutls_certificate_set_verify_function |
| 11961 | do : | 11946 | do : |
| 11962 | ac_fn_c_check_func "$LINENO" "gnutls_certificate_set_verify_function" "ac_cv_func_gnutls_certificate_set_verify_function" | 11947 | ac_fn_c_check_func "$LINENO" "gnutls_certificate_set_verify_function" "ac_cv_func_gnutls_certificate_set_verify_function" |
| 11963 | if test "x$ac_cv_func_gnutls_certificate_set_verify_function" = xyes; then : | 11948 | if test "x$ac_cv_func_gnutls_certificate_set_verify_function" = x""yes; then : |
| 11964 | cat >>confdefs.h <<_ACEOF | 11949 | cat >>confdefs.h <<_ACEOF |
| 11965 | #define HAVE_GNUTLS_CERTIFICATE_SET_VERIFY_FUNCTION 1 | 11950 | #define HAVE_GNUTLS_CERTIFICATE_SET_VERIFY_FUNCTION 1 |
| 11966 | _ACEOF | 11951 | _ACEOF |
| @@ -11985,7 +11970,7 @@ if test x"${USE_X_TOOLKIT}" = xmaybe || test x"${USE_X_TOOLKIT}" = xLUCID; then | |||
| 11985 | if test "$with_xaw3d" != no; then | 11970 | if test "$with_xaw3d" != no; then |
| 11986 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xaw3d" >&5 | 11971 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xaw3d" >&5 |
| 11987 | $as_echo_n "checking for xaw3d... " >&6; } | 11972 | $as_echo_n "checking for xaw3d... " >&6; } |
| 11988 | if ${emacs_cv_xaw3d+:} false; then : | 11973 | if test "${emacs_cv_xaw3d+set}" = set; then : |
| 11989 | $as_echo_n "(cached) " >&6 | 11974 | $as_echo_n "(cached) " >&6 |
| 11990 | else | 11975 | else |
| 11991 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 11976 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -12004,7 +11989,7 @@ _ACEOF | |||
| 12004 | if ac_fn_c_try_link "$LINENO"; then : | 11989 | if ac_fn_c_try_link "$LINENO"; then : |
| 12005 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XawScrollbarSetThumb in -lXaw3d" >&5 | 11990 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XawScrollbarSetThumb in -lXaw3d" >&5 |
| 12006 | $as_echo_n "checking for XawScrollbarSetThumb in -lXaw3d... " >&6; } | 11991 | $as_echo_n "checking for XawScrollbarSetThumb in -lXaw3d... " >&6; } |
| 12007 | if ${ac_cv_lib_Xaw3d_XawScrollbarSetThumb+:} false; then : | 11992 | if test "${ac_cv_lib_Xaw3d_XawScrollbarSetThumb+set}" = set; then : |
| 12008 | $as_echo_n "(cached) " >&6 | 11993 | $as_echo_n "(cached) " >&6 |
| 12009 | else | 11994 | else |
| 12010 | ac_check_lib_save_LIBS=$LIBS | 11995 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12038,7 +12023,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12038 | fi | 12023 | fi |
| 12039 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5 | 12024 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5 |
| 12040 | $as_echo "$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&6; } | 12025 | $as_echo "$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&6; } |
| 12041 | if test "x$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" = xyes; then : | 12026 | if test "x$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" = x""yes; then : |
| 12042 | emacs_cv_xaw3d=yes | 12027 | emacs_cv_xaw3d=yes |
| 12043 | else | 12028 | else |
| 12044 | emacs_cv_xaw3d=no | 12029 | emacs_cv_xaw3d=no |
| @@ -12068,7 +12053,7 @@ $as_echo "#define HAVE_XAW3D 1" >>confdefs.h | |||
| 12068 | $as_echo "no" >&6; } | 12053 | $as_echo "no" >&6; } |
| 12069 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libXaw" >&5 | 12054 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libXaw" >&5 |
| 12070 | $as_echo_n "checking for libXaw... " >&6; } | 12055 | $as_echo_n "checking for libXaw... " >&6; } |
| 12071 | if ${emacs_cv_xaw+:} false; then : | 12056 | if test "${emacs_cv_xaw+set}" = set; then : |
| 12072 | $as_echo_n "(cached) " >&6 | 12057 | $as_echo_n "(cached) " >&6 |
| 12073 | else | 12058 | else |
| 12074 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 12059 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -12099,9 +12084,9 @@ $as_echo "yes; using Lucid toolkit" >&6; } | |||
| 12099 | USE_X_TOOLKIT=LUCID | 12084 | USE_X_TOOLKIT=LUCID |
| 12100 | LUCID_LIBW=-lXaw | 12085 | LUCID_LIBW=-lXaw |
| 12101 | elif test x"${USE_X_TOOLKIT}" = xLUCID; then | 12086 | elif test x"${USE_X_TOOLKIT}" = xLUCID; then |
| 12102 | as_fn_error $? "Lucid toolkit requires X11/Xaw include files" "$LINENO" 5 | 12087 | as_fn_error "Lucid toolkit requires X11/Xaw include files" "$LINENO" 5 |
| 12103 | else | 12088 | else |
| 12104 | as_fn_error $? "No X toolkit could be found. | 12089 | as_fn_error "No X toolkit could be found. |
| 12105 | If you are sure you want Emacs compiled without an X toolkit, pass | 12090 | If you are sure you want Emacs compiled without an X toolkit, pass |
| 12106 | --with-x-toolkit=no | 12091 | --with-x-toolkit=no |
| 12107 | to configure. Otherwise, install the development libraries for the toolkit | 12092 | to configure. Otherwise, install the development libraries for the toolkit |
| @@ -12116,7 +12101,7 @@ LIBXTR6= | |||
| 12116 | if test "${USE_X_TOOLKIT}" != "none"; then | 12101 | if test "${USE_X_TOOLKIT}" != "none"; then |
| 12117 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 toolkit version" >&5 | 12102 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 toolkit version" >&5 |
| 12118 | $as_echo_n "checking X11 toolkit version... " >&6; } | 12103 | $as_echo_n "checking X11 toolkit version... " >&6; } |
| 12119 | if ${emacs_cv_x11_toolkit_version_6+:} false; then : | 12104 | if test "${emacs_cv_x11_toolkit_version_6+set}" = set; then : |
| 12120 | $as_echo_n "(cached) " >&6 | 12105 | $as_echo_n "(cached) " >&6 |
| 12121 | else | 12106 | else |
| 12122 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 12107 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -12167,7 +12152,7 @@ $as_echo "before 6" >&6; } | |||
| 12167 | fi | 12152 | fi |
| 12168 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XmuConvertStandardSelection in -lXmu" >&5 | 12153 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XmuConvertStandardSelection in -lXmu" >&5 |
| 12169 | $as_echo_n "checking for XmuConvertStandardSelection in -lXmu... " >&6; } | 12154 | $as_echo_n "checking for XmuConvertStandardSelection in -lXmu... " >&6; } |
| 12170 | if ${ac_cv_lib_Xmu_XmuConvertStandardSelection+:} false; then : | 12155 | if test "${ac_cv_lib_Xmu_XmuConvertStandardSelection+set}" = set; then : |
| 12171 | $as_echo_n "(cached) " >&6 | 12156 | $as_echo_n "(cached) " >&6 |
| 12172 | else | 12157 | else |
| 12173 | ac_check_lib_save_LIBS=$LIBS | 12158 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12201,7 +12186,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12201 | fi | 12186 | fi |
| 12202 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5 | 12187 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5 |
| 12203 | $as_echo "$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6; } | 12188 | $as_echo "$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6; } |
| 12204 | if test "x$ac_cv_lib_Xmu_XmuConvertStandardSelection" = xyes; then : | 12189 | if test "x$ac_cv_lib_Xmu_XmuConvertStandardSelection" = x""yes; then : |
| 12205 | cat >>confdefs.h <<_ACEOF | 12190 | cat >>confdefs.h <<_ACEOF |
| 12206 | #define HAVE_LIBXMU 1 | 12191 | #define HAVE_LIBXMU 1 |
| 12207 | _ACEOF | 12192 | _ACEOF |
| @@ -12228,7 +12213,7 @@ if test "${HAVE_X11}" = "yes"; then | |||
| 12228 | if test "${USE_X_TOOLKIT}" != "none"; then | 12213 | if test "${USE_X_TOOLKIT}" != "none"; then |
| 12229 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5 | 12214 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5 |
| 12230 | $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; } | 12215 | $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; } |
| 12231 | if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false; then : | 12216 | if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then : |
| 12232 | $as_echo_n "(cached) " >&6 | 12217 | $as_echo_n "(cached) " >&6 |
| 12233 | else | 12218 | else |
| 12234 | ac_check_lib_save_LIBS=$LIBS | 12219 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12262,7 +12247,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12262 | fi | 12247 | fi |
| 12263 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5 | 12248 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5 |
| 12264 | $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; } | 12249 | $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; } |
| 12265 | if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes; then : | 12250 | if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then : |
| 12266 | cat >>confdefs.h <<_ACEOF | 12251 | cat >>confdefs.h <<_ACEOF |
| 12267 | #define HAVE_LIBXEXT 1 | 12252 | #define HAVE_LIBXEXT 1 |
| 12268 | _ACEOF | 12253 | _ACEOF |
| @@ -12278,7 +12263,7 @@ LIBXP= | |||
| 12278 | if test "${USE_X_TOOLKIT}" = "MOTIF"; then | 12263 | if test "${USE_X_TOOLKIT}" = "MOTIF"; then |
| 12279 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Motif version 2.1" >&5 | 12264 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Motif version 2.1" >&5 |
| 12280 | $as_echo_n "checking for Motif version 2.1... " >&6; } | 12265 | $as_echo_n "checking for Motif version 2.1... " >&6; } |
| 12281 | if ${emacs_cv_motif_version_2_1+:} false; then : | 12266 | if test "${emacs_cv_motif_version_2_1+set}" = set; then : |
| 12282 | $as_echo_n "(cached) " >&6 | 12267 | $as_echo_n "(cached) " >&6 |
| 12283 | else | 12268 | else |
| 12284 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 12269 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -12308,7 +12293,7 @@ $as_echo "$emacs_cv_motif_version_2_1" >&6; } | |||
| 12308 | if test $emacs_cv_motif_version_2_1 = yes; then | 12293 | if test $emacs_cv_motif_version_2_1 = yes; then |
| 12309 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpCreateContext in -lXp" >&5 | 12294 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpCreateContext in -lXp" >&5 |
| 12310 | $as_echo_n "checking for XpCreateContext in -lXp... " >&6; } | 12295 | $as_echo_n "checking for XpCreateContext in -lXp... " >&6; } |
| 12311 | if ${ac_cv_lib_Xp_XpCreateContext+:} false; then : | 12296 | if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then : |
| 12312 | $as_echo_n "(cached) " >&6 | 12297 | $as_echo_n "(cached) " >&6 |
| 12313 | else | 12298 | else |
| 12314 | ac_check_lib_save_LIBS=$LIBS | 12299 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12342,14 +12327,14 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12342 | fi | 12327 | fi |
| 12343 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xp_XpCreateContext" >&5 | 12328 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xp_XpCreateContext" >&5 |
| 12344 | $as_echo "$ac_cv_lib_Xp_XpCreateContext" >&6; } | 12329 | $as_echo "$ac_cv_lib_Xp_XpCreateContext" >&6; } |
| 12345 | if test "x$ac_cv_lib_Xp_XpCreateContext" = xyes; then : | 12330 | if test "x$ac_cv_lib_Xp_XpCreateContext" = x""yes; then : |
| 12346 | LIBXP=-lXp | 12331 | LIBXP=-lXp |
| 12347 | fi | 12332 | fi |
| 12348 | 12333 | ||
| 12349 | else | 12334 | else |
| 12350 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LessTif where some systems put it" >&5 | 12335 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LessTif where some systems put it" >&5 |
| 12351 | $as_echo_n "checking for LessTif where some systems put it... " >&6; } | 12336 | $as_echo_n "checking for LessTif where some systems put it... " >&6; } |
| 12352 | if ${emacs_cv_lesstif+:} false; then : | 12337 | if test "${emacs_cv_lesstif+set}" = set; then : |
| 12353 | $as_echo_n "(cached) " >&6 | 12338 | $as_echo_n "(cached) " >&6 |
| 12354 | else | 12339 | else |
| 12355 | # We put this in CFLAGS temporarily to precede other -I options | 12340 | # We put this in CFLAGS temporarily to precede other -I options |
| @@ -12508,7 +12493,7 @@ if test "${HAVE_X11}" = "yes"; then | |||
| 12508 | set dummy pkg-config; ac_word=$2 | 12493 | set dummy pkg-config; ac_word=$2 |
| 12509 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 12494 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 12510 | $as_echo_n "checking for $ac_word... " >&6; } | 12495 | $as_echo_n "checking for $ac_word... " >&6; } |
| 12511 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 12496 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 12512 | $as_echo_n "(cached) " >&6 | 12497 | $as_echo_n "(cached) " >&6 |
| 12513 | else | 12498 | else |
| 12514 | case $PKG_CONFIG in | 12499 | case $PKG_CONFIG in |
| @@ -12610,7 +12595,7 @@ $as_echo "no" >&6; } | |||
| 12610 | set dummy pkg-config; ac_word=$2 | 12595 | set dummy pkg-config; ac_word=$2 |
| 12611 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 12596 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 12612 | $as_echo_n "checking for $ac_word... " >&6; } | 12597 | $as_echo_n "checking for $ac_word... " >&6; } |
| 12613 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 12598 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 12614 | $as_echo_n "(cached) " >&6 | 12599 | $as_echo_n "(cached) " >&6 |
| 12615 | else | 12600 | else |
| 12616 | case $PKG_CONFIG in | 12601 | case $PKG_CONFIG in |
| @@ -12702,7 +12687,7 @@ $as_echo "no" >&6; } | |||
| 12702 | HAVE_XRENDER=no | 12687 | HAVE_XRENDER=no |
| 12703 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderQueryExtension in -lXrender" >&5 | 12688 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderQueryExtension in -lXrender" >&5 |
| 12704 | $as_echo_n "checking for XRenderQueryExtension in -lXrender... " >&6; } | 12689 | $as_echo_n "checking for XRenderQueryExtension in -lXrender... " >&6; } |
| 12705 | if ${ac_cv_lib_Xrender_XRenderQueryExtension+:} false; then : | 12690 | if test "${ac_cv_lib_Xrender_XRenderQueryExtension+set}" = set; then : |
| 12706 | $as_echo_n "(cached) " >&6 | 12691 | $as_echo_n "(cached) " >&6 |
| 12707 | else | 12692 | else |
| 12708 | ac_check_lib_save_LIBS=$LIBS | 12693 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12736,7 +12721,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12736 | fi | 12721 | fi |
| 12737 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderQueryExtension" >&5 | 12722 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderQueryExtension" >&5 |
| 12738 | $as_echo "$ac_cv_lib_Xrender_XRenderQueryExtension" >&6; } | 12723 | $as_echo "$ac_cv_lib_Xrender_XRenderQueryExtension" >&6; } |
| 12739 | if test "x$ac_cv_lib_Xrender_XRenderQueryExtension" = xyes; then : | 12724 | if test "x$ac_cv_lib_Xrender_XRenderQueryExtension" = x""yes; then : |
| 12740 | HAVE_XRENDER=yes | 12725 | HAVE_XRENDER=yes |
| 12741 | fi | 12726 | fi |
| 12742 | 12727 | ||
| @@ -12749,10 +12734,10 @@ fi | |||
| 12749 | XFT_LIBS="-lXrender $XFT_LIBS" | 12734 | XFT_LIBS="-lXrender $XFT_LIBS" |
| 12750 | LIBS="$XFT_LIBS $LIBS" | 12735 | LIBS="$XFT_LIBS $LIBS" |
| 12751 | ac_fn_c_check_header_mongrel "$LINENO" "X11/Xft/Xft.h" "ac_cv_header_X11_Xft_Xft_h" "$ac_includes_default" | 12736 | ac_fn_c_check_header_mongrel "$LINENO" "X11/Xft/Xft.h" "ac_cv_header_X11_Xft_Xft_h" "$ac_includes_default" |
| 12752 | if test "x$ac_cv_header_X11_Xft_Xft_h" = xyes; then : | 12737 | if test "x$ac_cv_header_X11_Xft_Xft_h" = x""yes; then : |
| 12753 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XftFontOpen in -lXft" >&5 | 12738 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XftFontOpen in -lXft" >&5 |
| 12754 | $as_echo_n "checking for XftFontOpen in -lXft... " >&6; } | 12739 | $as_echo_n "checking for XftFontOpen in -lXft... " >&6; } |
| 12755 | if ${ac_cv_lib_Xft_XftFontOpen+:} false; then : | 12740 | if test "${ac_cv_lib_Xft_XftFontOpen+set}" = set; then : |
| 12756 | $as_echo_n "(cached) " >&6 | 12741 | $as_echo_n "(cached) " >&6 |
| 12757 | else | 12742 | else |
| 12758 | ac_check_lib_save_LIBS=$LIBS | 12743 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12786,7 +12771,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12786 | fi | 12771 | fi |
| 12787 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xft_XftFontOpen" >&5 | 12772 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xft_XftFontOpen" >&5 |
| 12788 | $as_echo "$ac_cv_lib_Xft_XftFontOpen" >&6; } | 12773 | $as_echo "$ac_cv_lib_Xft_XftFontOpen" >&6; } |
| 12789 | if test "x$ac_cv_lib_Xft_XftFontOpen" = xyes; then : | 12774 | if test "x$ac_cv_lib_Xft_XftFontOpen" = x""yes; then : |
| 12790 | HAVE_XFT=yes | 12775 | HAVE_XFT=yes |
| 12791 | fi | 12776 | fi |
| 12792 | 12777 | ||
| @@ -12821,7 +12806,7 @@ $as_echo "#define HAVE_XFT 1" >>confdefs.h | |||
| 12821 | set dummy pkg-config; ac_word=$2 | 12806 | set dummy pkg-config; ac_word=$2 |
| 12822 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 12807 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 12823 | $as_echo_n "checking for $ac_word... " >&6; } | 12808 | $as_echo_n "checking for $ac_word... " >&6; } |
| 12824 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 12809 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 12825 | $as_echo_n "(cached) " >&6 | 12810 | $as_echo_n "(cached) " >&6 |
| 12826 | else | 12811 | else |
| 12827 | case $PKG_CONFIG in | 12812 | case $PKG_CONFIG in |
| @@ -12909,7 +12894,7 @@ $as_echo "no" >&6; } | |||
| 12909 | fi | 12894 | fi |
| 12910 | 12895 | ||
| 12911 | 12896 | ||
| 12912 | test "$HAVE_FREETYPE" = "no" && as_fn_error $? "libxft requires libfreetype" "$LINENO" 5 | 12897 | test "$HAVE_FREETYPE" = "no" && as_fn_error "libxft requires libfreetype" "$LINENO" 5 |
| 12913 | fi | 12898 | fi |
| 12914 | 12899 | ||
| 12915 | HAVE_LIBOTF=no | 12900 | HAVE_LIBOTF=no |
| @@ -12925,7 +12910,7 @@ $as_echo "#define HAVE_FREETYPE 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 |
| @@ -13018,7 +13003,7 @@ $as_echo "#define HAVE_LIBOTF 1" >>confdefs.h | |||
| 13018 | 13003 | ||
| 13019 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OTF_get_variation_glyphs in -lotf" >&5 | 13004 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OTF_get_variation_glyphs in -lotf" >&5 |
| 13020 | $as_echo_n "checking for OTF_get_variation_glyphs in -lotf... " >&6; } | 13005 | $as_echo_n "checking for OTF_get_variation_glyphs in -lotf... " >&6; } |
| 13021 | if ${ac_cv_lib_otf_OTF_get_variation_glyphs+:} false; then : | 13006 | if test "${ac_cv_lib_otf_OTF_get_variation_glyphs+set}" = set; then : |
| 13022 | $as_echo_n "(cached) " >&6 | 13007 | $as_echo_n "(cached) " >&6 |
| 13023 | else | 13008 | else |
| 13024 | ac_check_lib_save_LIBS=$LIBS | 13009 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13052,7 +13037,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13052 | fi | 13037 | fi |
| 13053 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_otf_OTF_get_variation_glyphs" >&5 | 13038 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_otf_OTF_get_variation_glyphs" >&5 |
| 13054 | $as_echo "$ac_cv_lib_otf_OTF_get_variation_glyphs" >&6; } | 13039 | $as_echo "$ac_cv_lib_otf_OTF_get_variation_glyphs" >&6; } |
| 13055 | if test "x$ac_cv_lib_otf_OTF_get_variation_glyphs" = xyes; then : | 13040 | if test "x$ac_cv_lib_otf_OTF_get_variation_glyphs" = x""yes; then : |
| 13056 | HAVE_OTF_GET_VARIATION_GLYPHS=yes | 13041 | HAVE_OTF_GET_VARIATION_GLYPHS=yes |
| 13057 | else | 13042 | else |
| 13058 | HAVE_OTF_GET_VARIATION_GLYPHS=no | 13043 | HAVE_OTF_GET_VARIATION_GLYPHS=no |
| @@ -13077,7 +13062,7 @@ $as_echo "#define HAVE_OTF_GET_VARIATION_GLYPHS 1" >>confdefs.h | |||
| 13077 | set dummy pkg-config; ac_word=$2 | 13062 | set dummy pkg-config; ac_word=$2 |
| 13078 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 13063 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 13079 | $as_echo_n "checking for $ac_word... " >&6; } | 13064 | $as_echo_n "checking for $ac_word... " >&6; } |
| 13080 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 13065 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 13081 | $as_echo_n "(cached) " >&6 | 13066 | $as_echo_n "(cached) " >&6 |
| 13082 | else | 13067 | else |
| 13083 | case $PKG_CONFIG in | 13068 | case $PKG_CONFIG in |
| @@ -13195,10 +13180,10 @@ LIBXPM= | |||
| 13195 | if test "${HAVE_X11}" = "yes"; then | 13180 | if test "${HAVE_X11}" = "yes"; then |
| 13196 | if test "${with_xpm}" != "no"; then | 13181 | if test "${with_xpm}" != "no"; then |
| 13197 | ac_fn_c_check_header_mongrel "$LINENO" "X11/xpm.h" "ac_cv_header_X11_xpm_h" "$ac_includes_default" | 13182 | ac_fn_c_check_header_mongrel "$LINENO" "X11/xpm.h" "ac_cv_header_X11_xpm_h" "$ac_includes_default" |
| 13198 | if test "x$ac_cv_header_X11_xpm_h" = xyes; then : | 13183 | if test "x$ac_cv_header_X11_xpm_h" = x""yes; then : |
| 13199 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpmReadFileToPixmap in -lXpm" >&5 | 13184 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpmReadFileToPixmap in -lXpm" >&5 |
| 13200 | $as_echo_n "checking for XpmReadFileToPixmap in -lXpm... " >&6; } | 13185 | $as_echo_n "checking for XpmReadFileToPixmap in -lXpm... " >&6; } |
| 13201 | if ${ac_cv_lib_Xpm_XpmReadFileToPixmap+:} false; then : | 13186 | if test "${ac_cv_lib_Xpm_XpmReadFileToPixmap+set}" = set; then : |
| 13202 | $as_echo_n "(cached) " >&6 | 13187 | $as_echo_n "(cached) " >&6 |
| 13203 | else | 13188 | else |
| 13204 | ac_check_lib_save_LIBS=$LIBS | 13189 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13232,7 +13217,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13232 | fi | 13217 | fi |
| 13233 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5 | 13218 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5 |
| 13234 | $as_echo "$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6; } | 13219 | $as_echo "$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6; } |
| 13235 | if test "x$ac_cv_lib_Xpm_XpmReadFileToPixmap" = xyes; then : | 13220 | if test "x$ac_cv_lib_Xpm_XpmReadFileToPixmap" = x""yes; then : |
| 13236 | HAVE_XPM=yes | 13221 | HAVE_XPM=yes |
| 13237 | fi | 13222 | fi |
| 13238 | 13223 | ||
| @@ -13284,10 +13269,10 @@ LIBJPEG= | |||
| 13284 | if test "${HAVE_X11}" = "yes"; then | 13269 | if test "${HAVE_X11}" = "yes"; then |
| 13285 | if test "${with_jpeg}" != "no"; then | 13270 | if test "${with_jpeg}" != "no"; then |
| 13286 | ac_fn_c_check_header_mongrel "$LINENO" "jerror.h" "ac_cv_header_jerror_h" "$ac_includes_default" | 13271 | ac_fn_c_check_header_mongrel "$LINENO" "jerror.h" "ac_cv_header_jerror_h" "$ac_includes_default" |
| 13287 | if test "x$ac_cv_header_jerror_h" = xyes; then : | 13272 | if test "x$ac_cv_header_jerror_h" = x""yes; then : |
| 13288 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jpeg_destroy_compress in -ljpeg" >&5 | 13273 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jpeg_destroy_compress in -ljpeg" >&5 |
| 13289 | $as_echo_n "checking for jpeg_destroy_compress in -ljpeg... " >&6; } | 13274 | $as_echo_n "checking for jpeg_destroy_compress in -ljpeg... " >&6; } |
| 13290 | if ${ac_cv_lib_jpeg_jpeg_destroy_compress+:} false; then : | 13275 | if test "${ac_cv_lib_jpeg_jpeg_destroy_compress+set}" = set; then : |
| 13291 | $as_echo_n "(cached) " >&6 | 13276 | $as_echo_n "(cached) " >&6 |
| 13292 | else | 13277 | else |
| 13293 | ac_check_lib_save_LIBS=$LIBS | 13278 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13321,7 +13306,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13321 | fi | 13306 | fi |
| 13322 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5 | 13307 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5 |
| 13323 | $as_echo "$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6; } | 13308 | $as_echo "$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6; } |
| 13324 | if test "x$ac_cv_lib_jpeg_jpeg_destroy_compress" = xyes; then : | 13309 | if test "x$ac_cv_lib_jpeg_jpeg_destroy_compress" = x""yes; then : |
| 13325 | HAVE_JPEG=yes | 13310 | HAVE_JPEG=yes |
| 13326 | fi | 13311 | fi |
| 13327 | 13312 | ||
| @@ -13368,7 +13353,8 @@ if test "${HAVE_X11}" = "yes"; then | |||
| 13368 | do : | 13353 | do : |
| 13369 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 13354 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
| 13370 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | 13355 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" |
| 13371 | if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 13356 | eval as_val=\$$as_ac_Header |
| 13357 | if test "x$as_val" = x""yes; then : | ||
| 13372 | cat >>confdefs.h <<_ACEOF | 13358 | cat >>confdefs.h <<_ACEOF |
| 13373 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 13359 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
| 13374 | _ACEOF | 13360 | _ACEOF |
| @@ -13380,7 +13366,7 @@ done | |||
| 13380 | if test "$ac_cv_header_png_h" = yes || test "$ac_cv_header_libpng_png_h" = yes ; then | 13366 | if test "$ac_cv_header_png_h" = yes || test "$ac_cv_header_libpng_png_h" = yes ; then |
| 13381 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_get_channels in -lpng" >&5 | 13367 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_get_channels in -lpng" >&5 |
| 13382 | $as_echo_n "checking for png_get_channels in -lpng... " >&6; } | 13368 | $as_echo_n "checking for png_get_channels in -lpng... " >&6; } |
| 13383 | if ${ac_cv_lib_png_png_get_channels+:} false; then : | 13369 | if test "${ac_cv_lib_png_png_get_channels+set}" = set; then : |
| 13384 | $as_echo_n "(cached) " >&6 | 13370 | $as_echo_n "(cached) " >&6 |
| 13385 | else | 13371 | else |
| 13386 | ac_check_lib_save_LIBS=$LIBS | 13372 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13414,7 +13400,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13414 | fi | 13400 | fi |
| 13415 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_get_channels" >&5 | 13401 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_get_channels" >&5 |
| 13416 | $as_echo "$ac_cv_lib_png_png_get_channels" >&6; } | 13402 | $as_echo "$ac_cv_lib_png_png_get_channels" >&6; } |
| 13417 | if test "x$ac_cv_lib_png_png_get_channels" = xyes; then : | 13403 | if test "x$ac_cv_lib_png_png_get_channels" = x""yes; then : |
| 13418 | HAVE_PNG=yes | 13404 | HAVE_PNG=yes |
| 13419 | fi | 13405 | fi |
| 13420 | 13406 | ||
| @@ -13436,13 +13422,13 @@ LIBTIFF= | |||
| 13436 | if test "${HAVE_X11}" = "yes"; then | 13422 | if test "${HAVE_X11}" = "yes"; then |
| 13437 | if test "${with_tiff}" != "no"; then | 13423 | if test "${with_tiff}" != "no"; then |
| 13438 | ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default" | 13424 | ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default" |
| 13439 | if test "x$ac_cv_header_tiffio_h" = xyes; then : | 13425 | if test "x$ac_cv_header_tiffio_h" = x""yes; then : |
| 13440 | tifflibs="-lz -lm" | 13426 | tifflibs="-lz -lm" |
| 13441 | # At least one tiff package requires the jpeg library. | 13427 | # At least one tiff package requires the jpeg library. |
| 13442 | if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi | 13428 | if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi |
| 13443 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFGetVersion in -ltiff" >&5 | 13429 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFGetVersion in -ltiff" >&5 |
| 13444 | $as_echo_n "checking for TIFFGetVersion in -ltiff... " >&6; } | 13430 | $as_echo_n "checking for TIFFGetVersion in -ltiff... " >&6; } |
| 13445 | if ${ac_cv_lib_tiff_TIFFGetVersion+:} false; then : | 13431 | if test "${ac_cv_lib_tiff_TIFFGetVersion+set}" = set; then : |
| 13446 | $as_echo_n "(cached) " >&6 | 13432 | $as_echo_n "(cached) " >&6 |
| 13447 | else | 13433 | else |
| 13448 | ac_check_lib_save_LIBS=$LIBS | 13434 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13476,7 +13462,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13476 | fi | 13462 | fi |
| 13477 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5 | 13463 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5 |
| 13478 | $as_echo "$ac_cv_lib_tiff_TIFFGetVersion" >&6; } | 13464 | $as_echo "$ac_cv_lib_tiff_TIFFGetVersion" >&6; } |
| 13479 | if test "x$ac_cv_lib_tiff_TIFFGetVersion" = xyes; then : | 13465 | if test "x$ac_cv_lib_tiff_TIFFGetVersion" = x""yes; then : |
| 13480 | HAVE_TIFF=yes | 13466 | HAVE_TIFF=yes |
| 13481 | fi | 13467 | fi |
| 13482 | 13468 | ||
| @@ -13499,12 +13485,12 @@ HAVE_GIF=no | |||
| 13499 | LIBGIF= | 13485 | LIBGIF= |
| 13500 | if test "${HAVE_X11}" = "yes" && test "${with_gif}" != "no"; then | 13486 | if test "${HAVE_X11}" = "yes" && test "${with_gif}" != "no"; then |
| 13501 | ac_fn_c_check_header_mongrel "$LINENO" "gif_lib.h" "ac_cv_header_gif_lib_h" "$ac_includes_default" | 13487 | ac_fn_c_check_header_mongrel "$LINENO" "gif_lib.h" "ac_cv_header_gif_lib_h" "$ac_includes_default" |
| 13502 | if test "x$ac_cv_header_gif_lib_h" = xyes; then : | 13488 | if test "x$ac_cv_header_gif_lib_h" = x""yes; then : |
| 13503 | # EGifPutExtensionLast only exists from version libungif-4.1.0b1. | 13489 | # EGifPutExtensionLast only exists from version libungif-4.1.0b1. |
| 13504 | # Earlier versions can crash Emacs. | 13490 | # Earlier versions can crash Emacs. |
| 13505 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lgif" >&5 | 13491 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lgif" >&5 |
| 13506 | $as_echo_n "checking for EGifPutExtensionLast in -lgif... " >&6; } | 13492 | $as_echo_n "checking for EGifPutExtensionLast in -lgif... " >&6; } |
| 13507 | if ${ac_cv_lib_gif_EGifPutExtensionLast+:} false; then : | 13493 | if test "${ac_cv_lib_gif_EGifPutExtensionLast+set}" = set; then : |
| 13508 | $as_echo_n "(cached) " >&6 | 13494 | $as_echo_n "(cached) " >&6 |
| 13509 | else | 13495 | else |
| 13510 | ac_check_lib_save_LIBS=$LIBS | 13496 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13538,7 +13524,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13538 | fi | 13524 | fi |
| 13539 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gif_EGifPutExtensionLast" >&5 | 13525 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gif_EGifPutExtensionLast" >&5 |
| 13540 | $as_echo "$ac_cv_lib_gif_EGifPutExtensionLast" >&6; } | 13526 | $as_echo "$ac_cv_lib_gif_EGifPutExtensionLast" >&6; } |
| 13541 | if test "x$ac_cv_lib_gif_EGifPutExtensionLast" = xyes; then : | 13527 | if test "x$ac_cv_lib_gif_EGifPutExtensionLast" = x""yes; then : |
| 13542 | HAVE_GIF=yes | 13528 | HAVE_GIF=yes |
| 13543 | else | 13529 | else |
| 13544 | HAVE_GIF=maybe | 13530 | HAVE_GIF=maybe |
| @@ -13554,7 +13540,7 @@ fi | |||
| 13554 | # If gif_lib.h but no libgif, try libungif. | 13540 | # If gif_lib.h but no libgif, try libungif. |
| 13555 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lungif" >&5 | 13541 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lungif" >&5 |
| 13556 | $as_echo_n "checking for EGifPutExtensionLast in -lungif... " >&6; } | 13542 | $as_echo_n "checking for EGifPutExtensionLast in -lungif... " >&6; } |
| 13557 | if ${ac_cv_lib_ungif_EGifPutExtensionLast+:} false; then : | 13543 | if test "${ac_cv_lib_ungif_EGifPutExtensionLast+set}" = set; then : |
| 13558 | $as_echo_n "(cached) " >&6 | 13544 | $as_echo_n "(cached) " >&6 |
| 13559 | else | 13545 | else |
| 13560 | ac_check_lib_save_LIBS=$LIBS | 13546 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13588,7 +13574,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13588 | fi | 13574 | fi |
| 13589 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5 | 13575 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5 |
| 13590 | $as_echo "$ac_cv_lib_ungif_EGifPutExtensionLast" >&6; } | 13576 | $as_echo "$ac_cv_lib_ungif_EGifPutExtensionLast" >&6; } |
| 13591 | if test "x$ac_cv_lib_ungif_EGifPutExtensionLast" = xyes; then : | 13577 | if test "x$ac_cv_lib_ungif_EGifPutExtensionLast" = x""yes; then : |
| 13592 | HAVE_GIF=yes | 13578 | HAVE_GIF=yes |
| 13593 | else | 13579 | else |
| 13594 | HAVE_GIF=no | 13580 | HAVE_GIF=no |
| @@ -13620,7 +13606,7 @@ if test "${HAVE_X11}" = "yes"; then | |||
| 13620 | MISSING="$MISSING libtiff" && WITH_NO="$WITH_NO --with-tiff=no" | 13606 | MISSING="$MISSING libtiff" && WITH_NO="$WITH_NO --with-tiff=no" |
| 13621 | 13607 | ||
| 13622 | if test "X${MISSING}" != X; then | 13608 | if test "X${MISSING}" != X; then |
| 13623 | as_fn_error $? "The following required libraries were not found: | 13609 | as_fn_error "The following required libraries were not found: |
| 13624 | $MISSING | 13610 | $MISSING |
| 13625 | Maybe some development libraries/packages are missing? | 13611 | Maybe some development libraries/packages are missing? |
| 13626 | If you don't want to link with them give | 13612 | If you don't want to link with them give |
| @@ -13634,10 +13620,10 @@ HAVE_GPM=no | |||
| 13634 | LIBGPM= | 13620 | LIBGPM= |
| 13635 | if test "${with_gpm}" != "no"; then | 13621 | if test "${with_gpm}" != "no"; then |
| 13636 | ac_fn_c_check_header_mongrel "$LINENO" "gpm.h" "ac_cv_header_gpm_h" "$ac_includes_default" | 13622 | ac_fn_c_check_header_mongrel "$LINENO" "gpm.h" "ac_cv_header_gpm_h" "$ac_includes_default" |
| 13637 | if test "x$ac_cv_header_gpm_h" = xyes; then : | 13623 | if test "x$ac_cv_header_gpm_h" = x""yes; then : |
| 13638 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Gpm_Open in -lgpm" >&5 | 13624 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Gpm_Open in -lgpm" >&5 |
| 13639 | $as_echo_n "checking for Gpm_Open in -lgpm... " >&6; } | 13625 | $as_echo_n "checking for Gpm_Open in -lgpm... " >&6; } |
| 13640 | if ${ac_cv_lib_gpm_Gpm_Open+:} false; then : | 13626 | if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then : |
| 13641 | $as_echo_n "(cached) " >&6 | 13627 | $as_echo_n "(cached) " >&6 |
| 13642 | else | 13628 | else |
| 13643 | ac_check_lib_save_LIBS=$LIBS | 13629 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13671,7 +13657,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13671 | fi | 13657 | fi |
| 13672 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gpm_Gpm_Open" >&5 | 13658 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gpm_Gpm_Open" >&5 |
| 13673 | $as_echo "$ac_cv_lib_gpm_Gpm_Open" >&6; } | 13659 | $as_echo "$ac_cv_lib_gpm_Gpm_Open" >&6; } |
| 13674 | if test "x$ac_cv_lib_gpm_Gpm_Open" = xyes; then : | 13660 | if test "x$ac_cv_lib_gpm_Gpm_Open" = x""yes; then : |
| 13675 | HAVE_GPM=yes | 13661 | HAVE_GPM=yes |
| 13676 | fi | 13662 | fi |
| 13677 | 13663 | ||
| @@ -13689,7 +13675,7 @@ fi | |||
| 13689 | 13675 | ||
| 13690 | 13676 | ||
| 13691 | ac_fn_c_check_header_mongrel "$LINENO" "malloc/malloc.h" "ac_cv_header_malloc_malloc_h" "$ac_includes_default" | 13677 | ac_fn_c_check_header_mongrel "$LINENO" "malloc/malloc.h" "ac_cv_header_malloc_malloc_h" "$ac_includes_default" |
| 13692 | if test "x$ac_cv_header_malloc_malloc_h" = xyes; then : | 13678 | if test "x$ac_cv_header_malloc_malloc_h" = x""yes; then : |
| 13693 | 13679 | ||
| 13694 | $as_echo "#define HAVE_MALLOC_MALLOC_H 1" >>confdefs.h | 13680 | $as_echo "#define HAVE_MALLOC_MALLOC_H 1" >>confdefs.h |
| 13695 | 13681 | ||
| @@ -13734,10 +13720,10 @@ HAVE_X_SM=no | |||
| 13734 | LIBXSM= | 13720 | LIBXSM= |
| 13735 | if test "${HAVE_X11}" = "yes"; then | 13721 | if test "${HAVE_X11}" = "yes"; then |
| 13736 | ac_fn_c_check_header_mongrel "$LINENO" "X11/SM/SMlib.h" "ac_cv_header_X11_SM_SMlib_h" "$ac_includes_default" | 13722 | ac_fn_c_check_header_mongrel "$LINENO" "X11/SM/SMlib.h" "ac_cv_header_X11_SM_SMlib_h" "$ac_includes_default" |
| 13737 | if test "x$ac_cv_header_X11_SM_SMlib_h" = xyes; then : | 13723 | if test "x$ac_cv_header_X11_SM_SMlib_h" = x""yes; then : |
| 13738 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SmcOpenConnection in -lSM" >&5 | 13724 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SmcOpenConnection in -lSM" >&5 |
| 13739 | $as_echo_n "checking for SmcOpenConnection in -lSM... " >&6; } | 13725 | $as_echo_n "checking for SmcOpenConnection in -lSM... " >&6; } |
| 13740 | if ${ac_cv_lib_SM_SmcOpenConnection+:} false; then : | 13726 | if test "${ac_cv_lib_SM_SmcOpenConnection+set}" = set; then : |
| 13741 | $as_echo_n "(cached) " >&6 | 13727 | $as_echo_n "(cached) " >&6 |
| 13742 | else | 13728 | else |
| 13743 | ac_check_lib_save_LIBS=$LIBS | 13729 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13771,7 +13757,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13771 | fi | 13757 | fi |
| 13772 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_SM_SmcOpenConnection" >&5 | 13758 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_SM_SmcOpenConnection" >&5 |
| 13773 | $as_echo "$ac_cv_lib_SM_SmcOpenConnection" >&6; } | 13759 | $as_echo "$ac_cv_lib_SM_SmcOpenConnection" >&6; } |
| 13774 | if test "x$ac_cv_lib_SM_SmcOpenConnection" = xyes; then : | 13760 | if test "x$ac_cv_lib_SM_SmcOpenConnection" = x""yes; then : |
| 13775 | HAVE_X_SM=yes | 13761 | HAVE_X_SM=yes |
| 13776 | fi | 13762 | fi |
| 13777 | 13763 | ||
| @@ -13802,7 +13788,7 @@ if test "${with_xml2}" != "no"; then | |||
| 13802 | set dummy pkg-config; ac_word=$2 | 13788 | set dummy pkg-config; ac_word=$2 |
| 13803 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 13789 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 13804 | $as_echo_n "checking for $ac_word... " >&6; } | 13790 | $as_echo_n "checking for $ac_word... " >&6; } |
| 13805 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 13791 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 13806 | $as_echo_n "(cached) " >&6 | 13792 | $as_echo_n "(cached) " >&6 |
| 13807 | else | 13793 | else |
| 13808 | case $PKG_CONFIG in | 13794 | case $PKG_CONFIG in |
| @@ -13893,7 +13879,7 @@ $as_echo "no" >&6; } | |||
| 13893 | LIBS="$LIBXML2_LIBS $LIBS" | 13879 | LIBS="$LIBXML2_LIBS $LIBS" |
| 13894 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for htmlReadMemory in -lxml2" >&5 | 13880 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for htmlReadMemory in -lxml2" >&5 |
| 13895 | $as_echo_n "checking for htmlReadMemory in -lxml2... " >&6; } | 13881 | $as_echo_n "checking for htmlReadMemory in -lxml2... " >&6; } |
| 13896 | if ${ac_cv_lib_xml2_htmlReadMemory+:} false; then : | 13882 | if test "${ac_cv_lib_xml2_htmlReadMemory+set}" = set; then : |
| 13897 | $as_echo_n "(cached) " >&6 | 13883 | $as_echo_n "(cached) " >&6 |
| 13898 | else | 13884 | else |
| 13899 | ac_check_lib_save_LIBS=$LIBS | 13885 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13927,7 +13913,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13927 | fi | 13913 | fi |
| 13928 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_htmlReadMemory" >&5 | 13914 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_htmlReadMemory" >&5 |
| 13929 | $as_echo "$ac_cv_lib_xml2_htmlReadMemory" >&6; } | 13915 | $as_echo "$ac_cv_lib_xml2_htmlReadMemory" >&6; } |
| 13930 | if test "x$ac_cv_lib_xml2_htmlReadMemory" = xyes; then : | 13916 | if test "x$ac_cv_lib_xml2_htmlReadMemory" = x""yes; then : |
| 13931 | HAVE_LIBXML2=yes | 13917 | HAVE_LIBXML2=yes |
| 13932 | else | 13918 | else |
| 13933 | HAVE_LIBXML2=no | 13919 | HAVE_LIBXML2=no |
| @@ -13949,7 +13935,7 @@ fi | |||
| 13949 | # If netdb.h doesn't declare h_errno, we must declare it by hand. | 13935 | # If netdb.h doesn't declare h_errno, we must declare it by hand. |
| 13950 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether netdb declares h_errno" >&5 | 13936 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether netdb declares h_errno" >&5 |
| 13951 | $as_echo_n "checking whether netdb declares h_errno... " >&6; } | 13937 | $as_echo_n "checking whether netdb declares h_errno... " >&6; } |
| 13952 | if ${emacs_cv_netdb_declares_h_errno+:} false; then : | 13938 | if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then : |
| 13953 | $as_echo_n "(cached) " >&6 | 13939 | $as_echo_n "(cached) " >&6 |
| 13954 | else | 13940 | else |
| 13955 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 13941 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -13983,7 +13969,7 @@ fi | |||
| 13983 | # On HPUX 9.01, -lm does not contain logb, so check for sqrt. | 13969 | # On HPUX 9.01, -lm does not contain logb, so check for sqrt. |
| 13984 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrt in -lm" >&5 | 13970 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrt in -lm" >&5 |
| 13985 | $as_echo_n "checking for sqrt in -lm... " >&6; } | 13971 | $as_echo_n "checking for sqrt in -lm... " >&6; } |
| 13986 | if ${ac_cv_lib_m_sqrt+:} false; then : | 13972 | if test "${ac_cv_lib_m_sqrt+set}" = set; then : |
| 13987 | $as_echo_n "(cached) " >&6 | 13973 | $as_echo_n "(cached) " >&6 |
| 13988 | else | 13974 | else |
| 13989 | ac_check_lib_save_LIBS=$LIBS | 13975 | ac_check_lib_save_LIBS=$LIBS |
| @@ -14017,7 +14003,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 14017 | fi | 14003 | fi |
| 14018 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sqrt" >&5 | 14004 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sqrt" >&5 |
| 14019 | $as_echo "$ac_cv_lib_m_sqrt" >&6; } | 14005 | $as_echo "$ac_cv_lib_m_sqrt" >&6; } |
| 14020 | if test "x$ac_cv_lib_m_sqrt" = xyes; then : | 14006 | if test "x$ac_cv_lib_m_sqrt" = x""yes; then : |
| 14021 | cat >>confdefs.h <<_ACEOF | 14007 | cat >>confdefs.h <<_ACEOF |
| 14022 | #define HAVE_LIBM 1 | 14008 | #define HAVE_LIBM 1 |
| 14023 | _ACEOF | 14009 | _ACEOF |
| @@ -14031,7 +14017,7 @@ fi | |||
| 14031 | # have the same check as for liblockfile below. | 14017 | # have the same check as for liblockfile below. |
| 14032 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -lmail" >&5 | 14018 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -lmail" >&5 |
| 14033 | $as_echo_n "checking for maillock in -lmail... " >&6; } | 14019 | $as_echo_n "checking for maillock in -lmail... " >&6; } |
| 14034 | if ${ac_cv_lib_mail_maillock+:} false; then : | 14020 | if test "${ac_cv_lib_mail_maillock+set}" = set; then : |
| 14035 | $as_echo_n "(cached) " >&6 | 14021 | $as_echo_n "(cached) " >&6 |
| 14036 | else | 14022 | else |
| 14037 | ac_check_lib_save_LIBS=$LIBS | 14023 | ac_check_lib_save_LIBS=$LIBS |
| @@ -14065,7 +14051,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 14065 | fi | 14051 | fi |
| 14066 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mail_maillock" >&5 | 14052 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mail_maillock" >&5 |
| 14067 | $as_echo "$ac_cv_lib_mail_maillock" >&6; } | 14053 | $as_echo "$ac_cv_lib_mail_maillock" >&6; } |
| 14068 | if test "x$ac_cv_lib_mail_maillock" = xyes; then : | 14054 | if test "x$ac_cv_lib_mail_maillock" = x""yes; then : |
| 14069 | have_mail=yes | 14055 | have_mail=yes |
| 14070 | else | 14056 | else |
| 14071 | have_mail=no | 14057 | have_mail=no |
| @@ -14082,7 +14068,7 @@ else | |||
| 14082 | fi | 14068 | fi |
| 14083 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -llockfile" >&5 | 14069 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -llockfile" >&5 |
| 14084 | $as_echo_n "checking for maillock in -llockfile... " >&6; } | 14070 | $as_echo_n "checking for maillock in -llockfile... " >&6; } |
| 14085 | if ${ac_cv_lib_lockfile_maillock+:} false; then : | 14071 | if test "${ac_cv_lib_lockfile_maillock+set}" = set; then : |
| 14086 | $as_echo_n "(cached) " >&6 | 14072 | $as_echo_n "(cached) " >&6 |
| 14087 | else | 14073 | else |
| 14088 | ac_check_lib_save_LIBS=$LIBS | 14074 | ac_check_lib_save_LIBS=$LIBS |
| @@ -14116,7 +14102,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 14116 | fi | 14102 | fi |
| 14117 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lockfile_maillock" >&5 | 14103 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lockfile_maillock" >&5 |
| 14118 | $as_echo "$ac_cv_lib_lockfile_maillock" >&6; } | 14104 | $as_echo "$ac_cv_lib_lockfile_maillock" >&6; } |
| 14119 | if test "x$ac_cv_lib_lockfile_maillock" = xyes; then : | 14105 | if test "x$ac_cv_lib_lockfile_maillock" = x""yes; then : |
| 14120 | have_lockfile=yes | 14106 | have_lockfile=yes |
| 14121 | else | 14107 | else |
| 14122 | have_lockfile=no | 14108 | have_lockfile=no |
| @@ -14136,7 +14122,7 @@ else | |||
| 14136 | set dummy liblockfile.so; ac_word=$2 | 14122 | set dummy liblockfile.so; ac_word=$2 |
| 14137 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 14123 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 14138 | $as_echo_n "checking for $ac_word... " >&6; } | 14124 | $as_echo_n "checking for $ac_word... " >&6; } |
| 14139 | if ${ac_cv_prog_liblockfile+:} false; then : | 14125 | if test "${ac_cv_prog_liblockfile+set}" = set; then : |
| 14140 | $as_echo_n "(cached) " >&6 | 14126 | $as_echo_n "(cached) " >&6 |
| 14141 | else | 14127 | else |
| 14142 | if test -n "$liblockfile"; then | 14128 | if test -n "$liblockfile"; then |
| @@ -14172,7 +14158,7 @@ fi | |||
| 14172 | 14158 | ||
| 14173 | 14159 | ||
| 14174 | if test $ac_cv_prog_liblockfile = yes; then | 14160 | if test $ac_cv_prog_liblockfile = yes; then |
| 14175 | as_fn_error $? "Shared liblockfile found but can't link against it. | 14161 | as_fn_error "Shared liblockfile found but can't link against it. |
| 14176 | This probably means that movemail could lose mail. | 14162 | This probably means that movemail could lose mail. |
| 14177 | There may be a \`development' package to install containing liblockfile." "$LINENO" 5 | 14163 | There may be a \`development' package to install containing liblockfile." "$LINENO" 5 |
| 14178 | fi | 14164 | fi |
| @@ -14180,7 +14166,7 @@ fi | |||
| 14180 | for ac_func in touchlock | 14166 | for ac_func in touchlock |
| 14181 | do : | 14167 | do : |
| 14182 | ac_fn_c_check_func "$LINENO" "touchlock" "ac_cv_func_touchlock" | 14168 | ac_fn_c_check_func "$LINENO" "touchlock" "ac_cv_func_touchlock" |
| 14183 | if test "x$ac_cv_func_touchlock" = xyes; then : | 14169 | if test "x$ac_cv_func_touchlock" = x""yes; then : |
| 14184 | cat >>confdefs.h <<_ACEOF | 14170 | cat >>confdefs.h <<_ACEOF |
| 14185 | #define HAVE_TOUCHLOCK 1 | 14171 | #define HAVE_TOUCHLOCK 1 |
| 14186 | _ACEOF | 14172 | _ACEOF |
| @@ -14191,7 +14177,7 @@ done | |||
| 14191 | for ac_header in maillock.h | 14177 | for ac_header in maillock.h |
| 14192 | do : | 14178 | do : |
| 14193 | ac_fn_c_check_header_mongrel "$LINENO" "maillock.h" "ac_cv_header_maillock_h" "$ac_includes_default" | 14179 | ac_fn_c_check_header_mongrel "$LINENO" "maillock.h" "ac_cv_header_maillock_h" "$ac_includes_default" |
| 14194 | if test "x$ac_cv_header_maillock_h" = xyes; then : | 14180 | if test "x$ac_cv_header_maillock_h" = x""yes; then : |
| 14195 | cat >>confdefs.h <<_ACEOF | 14181 | cat >>confdefs.h <<_ACEOF |
| 14196 | #define HAVE_MAILLOCK_H 1 | 14182 | #define HAVE_MAILLOCK_H 1 |
| 14197 | _ACEOF | 14183 | _ACEOF |
| @@ -14257,11 +14243,12 @@ __fpending mblen mbrlen mbsinit strsignal setitimer ualarm \ | |||
| 14257 | sendto recvfrom getsockopt setsockopt getsockname getpeername \ | 14243 | sendto recvfrom getsockopt setsockopt getsockname getpeername \ |
| 14258 | gai_strerror mkstemp getline getdelim mremap fsync sync \ | 14244 | gai_strerror mkstemp getline getdelim mremap fsync sync \ |
| 14259 | difftime mempcpy mblen mbrlen posix_memalign \ | 14245 | difftime mempcpy mblen mbrlen posix_memalign \ |
| 14260 | cfmakeraw cfsetspeed isnan copysign __executable_start | 14246 | cfmakeraw cfsetspeed copysign __executable_start |
| 14261 | do : | 14247 | do : |
| 14262 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 14248 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
| 14263 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 14249 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 14264 | if eval test \"x\$"$as_ac_var"\" = x"yes"; then : | 14250 | eval as_val=\$$as_ac_var |
| 14251 | if test "x$as_val" = x""yes; then : | ||
| 14265 | cat >>confdefs.h <<_ACEOF | 14252 | cat >>confdefs.h <<_ACEOF |
| 14266 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 14253 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
| 14267 | _ACEOF | 14254 | _ACEOF |
| @@ -14272,7 +14259,7 @@ done | |||
| 14272 | 14259 | ||
| 14273 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_unwind_init" >&5 | 14260 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_unwind_init" >&5 |
| 14274 | $as_echo_n "checking for __builtin_unwind_init... " >&6; } | 14261 | $as_echo_n "checking for __builtin_unwind_init... " >&6; } |
| 14275 | if ${emacs_cv_func___builtin_unwind_init+:} false; then : | 14262 | if test "${emacs_cv_func___builtin_unwind_init+set}" = set; then : |
| 14276 | $as_echo_n "(cached) " >&6 | 14263 | $as_echo_n "(cached) " >&6 |
| 14277 | else | 14264 | else |
| 14278 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 14265 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -14305,7 +14292,7 @@ fi | |||
| 14305 | for ac_header in sys/un.h | 14292 | for ac_header in sys/un.h |
| 14306 | do : | 14293 | do : |
| 14307 | ac_fn_c_check_header_mongrel "$LINENO" "sys/un.h" "ac_cv_header_sys_un_h" "$ac_includes_default" | 14294 | ac_fn_c_check_header_mongrel "$LINENO" "sys/un.h" "ac_cv_header_sys_un_h" "$ac_includes_default" |
| 14308 | if test "x$ac_cv_header_sys_un_h" = xyes; then : | 14295 | if test "x$ac_cv_header_sys_un_h" = x""yes; then : |
| 14309 | cat >>confdefs.h <<_ACEOF | 14296 | cat >>confdefs.h <<_ACEOF |
| 14310 | #define HAVE_SYS_UN_H 1 | 14297 | #define HAVE_SYS_UN_H 1 |
| 14311 | _ACEOF | 14298 | _ACEOF |
| @@ -14317,7 +14304,7 @@ done | |||
| 14317 | 14304 | ||
| 14318 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5 | 14305 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5 |
| 14319 | $as_echo_n "checking for _LARGEFILE_SOURCE value needed for large files... " >&6; } | 14306 | $as_echo_n "checking for _LARGEFILE_SOURCE value needed for large files... " >&6; } |
| 14320 | if ${ac_cv_sys_largefile_source+:} false; then : | 14307 | if test "${ac_cv_sys_largefile_source+set}" = set; then : |
| 14321 | $as_echo_n "(cached) " >&6 | 14308 | $as_echo_n "(cached) " >&6 |
| 14322 | else | 14309 | else |
| 14323 | while :; do | 14310 | while :; do |
| @@ -14386,7 +14373,7 @@ fi | |||
| 14386 | 14373 | ||
| 14387 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getpgrp requires zero arguments" >&5 | 14374 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getpgrp requires zero arguments" >&5 |
| 14388 | $as_echo_n "checking whether getpgrp requires zero arguments... " >&6; } | 14375 | $as_echo_n "checking whether getpgrp requires zero arguments... " >&6; } |
| 14389 | if ${ac_cv_func_getpgrp_void+:} false; then : | 14376 | if test "${ac_cv_func_getpgrp_void+set}" = set; then : |
| 14390 | $as_echo_n "(cached) " >&6 | 14377 | $as_echo_n "(cached) " >&6 |
| 14391 | else | 14378 | else |
| 14392 | # Use it with a single arg. | 14379 | # Use it with a single arg. |
| @@ -14425,7 +14412,7 @@ fi | |||
| 14425 | for ac_func in grantpt | 14412 | for ac_func in grantpt |
| 14426 | do : | 14413 | do : |
| 14427 | ac_fn_c_check_func "$LINENO" "grantpt" "ac_cv_func_grantpt" | 14414 | ac_fn_c_check_func "$LINENO" "grantpt" "ac_cv_func_grantpt" |
| 14428 | if test "x$ac_cv_func_grantpt" = xyes; then : | 14415 | if test "x$ac_cv_func_grantpt" = x""yes; then : |
| 14429 | cat >>confdefs.h <<_ACEOF | 14416 | cat >>confdefs.h <<_ACEOF |
| 14430 | #define HAVE_GRANTPT 1 | 14417 | #define HAVE_GRANTPT 1 |
| 14431 | _ACEOF | 14418 | _ACEOF |
| @@ -14438,7 +14425,7 @@ done | |||
| 14438 | for ac_func in getpt | 14425 | for ac_func in getpt |
| 14439 | do : | 14426 | do : |
| 14440 | ac_fn_c_check_func "$LINENO" "getpt" "ac_cv_func_getpt" | 14427 | ac_fn_c_check_func "$LINENO" "getpt" "ac_cv_func_getpt" |
| 14441 | if test "x$ac_cv_func_getpt" = xyes; then : | 14428 | if test "x$ac_cv_func_getpt" = x""yes; then : |
| 14442 | cat >>confdefs.h <<_ACEOF | 14429 | cat >>confdefs.h <<_ACEOF |
| 14443 | #define HAVE_GETPT 1 | 14430 | #define HAVE_GETPT 1 |
| 14444 | _ACEOF | 14431 | _ACEOF |
| @@ -14455,7 +14442,7 @@ done | |||
| 14455 | have_tputs_et_al=true | 14442 | have_tputs_et_al=true |
| 14456 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tputs" >&5 | 14443 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tputs" >&5 |
| 14457 | $as_echo_n "checking for library containing tputs... " >&6; } | 14444 | $as_echo_n "checking for library containing tputs... " >&6; } |
| 14458 | if ${ac_cv_search_tputs+:} false; then : | 14445 | if test "${ac_cv_search_tputs+set}" = set; then : |
| 14459 | $as_echo_n "(cached) " >&6 | 14446 | $as_echo_n "(cached) " >&6 |
| 14460 | else | 14447 | else |
| 14461 | ac_func_search_save_LIBS=$LIBS | 14448 | ac_func_search_save_LIBS=$LIBS |
| @@ -14489,11 +14476,11 @@ for ac_lib in '' ncurses terminfo termcap; do | |||
| 14489 | fi | 14476 | fi |
| 14490 | rm -f core conftest.err conftest.$ac_objext \ | 14477 | rm -f core conftest.err conftest.$ac_objext \ |
| 14491 | conftest$ac_exeext | 14478 | conftest$ac_exeext |
| 14492 | if ${ac_cv_search_tputs+:} false; then : | 14479 | if test "${ac_cv_search_tputs+set}" = set; then : |
| 14493 | break | 14480 | break |
| 14494 | fi | 14481 | fi |
| 14495 | done | 14482 | done |
| 14496 | if ${ac_cv_search_tputs+:} false; then : | 14483 | if test "${ac_cv_search_tputs+set}" = set; then : |
| 14497 | 14484 | ||
| 14498 | else | 14485 | else |
| 14499 | ac_cv_search_tputs=no | 14486 | ac_cv_search_tputs=no |
| @@ -14512,7 +14499,7 @@ else | |||
| 14512 | fi | 14499 | fi |
| 14513 | 14500 | ||
| 14514 | if test "$have_tputs_et_al" != true; then | 14501 | if test "$have_tputs_et_al" != true; then |
| 14515 | as_fn_error $? "I couldn't find termcap functions (tputs and friends). | 14502 | as_fn_error "I couldn't find termcap functions (tputs and friends). |
| 14516 | Maybe some development libraries/packages are missing? Try installing | 14503 | Maybe some development libraries/packages are missing? Try installing |
| 14517 | libncurses-dev(el), libterminfo-dev(el) or similar." "$LINENO" 5 | 14504 | libncurses-dev(el), libterminfo-dev(el) or similar." "$LINENO" 5 |
| 14518 | fi | 14505 | fi |
| @@ -14552,7 +14539,7 @@ case "$opsys" in | |||
| 14552 | freebsd) | 14539 | freebsd) |
| 14553 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether FreeBSD is new enough to use terminfo" >&5 | 14540 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether FreeBSD is new enough to use terminfo" >&5 |
| 14554 | $as_echo_n "checking whether FreeBSD is new enough to use terminfo... " >&6; } | 14541 | $as_echo_n "checking whether FreeBSD is new enough to use terminfo... " >&6; } |
| 14555 | if ${emacs_cv_freebsd_terminfo+:} false; then : | 14542 | if test "${emacs_cv_freebsd_terminfo+set}" = set; then : |
| 14556 | $as_echo_n "(cached) " >&6 | 14543 | $as_echo_n "(cached) " >&6 |
| 14557 | else | 14544 | else |
| 14558 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 14545 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -14694,16 +14681,16 @@ LIBHESIOD= | |||
| 14694 | if test "$with_hesiod" != no ; then | 14681 | if test "$with_hesiod" != no ; then |
| 14695 | # Don't set $LIBS here -- see comments above. FIXME which comments? | 14682 | # Don't set $LIBS here -- see comments above. FIXME which comments? |
| 14696 | ac_fn_c_check_func "$LINENO" "res_send" "ac_cv_func_res_send" | 14683 | ac_fn_c_check_func "$LINENO" "res_send" "ac_cv_func_res_send" |
| 14697 | if test "x$ac_cv_func_res_send" = xyes; then : | 14684 | if test "x$ac_cv_func_res_send" = x""yes; then : |
| 14698 | 14685 | ||
| 14699 | else | 14686 | else |
| 14700 | ac_fn_c_check_func "$LINENO" "__res_send" "ac_cv_func___res_send" | 14687 | ac_fn_c_check_func "$LINENO" "__res_send" "ac_cv_func___res_send" |
| 14701 | if test "x$ac_cv_func___res_send" = xyes; then : | 14688 | if test "x$ac_cv_func___res_send" = x""yes; then : |
| 14702 | 14689 | ||
| 14703 | else | 14690 | else |
| 14704 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_send in -lresolv" >&5 | 14691 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_send in -lresolv" >&5 |
| 14705 | $as_echo_n "checking for res_send in -lresolv... " >&6; } | 14692 | $as_echo_n "checking for res_send in -lresolv... " >&6; } |
| 14706 | if ${ac_cv_lib_resolv_res_send+:} false; then : | 14693 | if test "${ac_cv_lib_resolv_res_send+set}" = set; then : |
| 14707 | $as_echo_n "(cached) " >&6 | 14694 | $as_echo_n "(cached) " >&6 |
| 14708 | else | 14695 | else |
| 14709 | ac_check_lib_save_LIBS=$LIBS | 14696 | ac_check_lib_save_LIBS=$LIBS |
| @@ -14737,12 +14724,12 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 14737 | fi | 14724 | fi |
| 14738 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_res_send" >&5 | 14725 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_res_send" >&5 |
| 14739 | $as_echo "$ac_cv_lib_resolv_res_send" >&6; } | 14726 | $as_echo "$ac_cv_lib_resolv_res_send" >&6; } |
| 14740 | if test "x$ac_cv_lib_resolv_res_send" = xyes; then : | 14727 | if test "x$ac_cv_lib_resolv_res_send" = x""yes; then : |
| 14741 | resolv=yes | 14728 | resolv=yes |
| 14742 | else | 14729 | else |
| 14743 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __res_send in -lresolv" >&5 | 14730 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __res_send in -lresolv" >&5 |
| 14744 | $as_echo_n "checking for __res_send in -lresolv... " >&6; } | 14731 | $as_echo_n "checking for __res_send in -lresolv... " >&6; } |
| 14745 | if ${ac_cv_lib_resolv___res_send+:} false; then : | 14732 | if test "${ac_cv_lib_resolv___res_send+set}" = set; then : |
| 14746 | $as_echo_n "(cached) " >&6 | 14733 | $as_echo_n "(cached) " >&6 |
| 14747 | else | 14734 | else |
| 14748 | ac_check_lib_save_LIBS=$LIBS | 14735 | ac_check_lib_save_LIBS=$LIBS |
| @@ -14776,7 +14763,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 14776 | fi | 14763 | fi |
| 14777 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv___res_send" >&5 | 14764 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv___res_send" >&5 |
| 14778 | $as_echo "$ac_cv_lib_resolv___res_send" >&6; } | 14765 | $as_echo "$ac_cv_lib_resolv___res_send" >&6; } |
| 14779 | if test "x$ac_cv_lib_resolv___res_send" = xyes; then : | 14766 | if test "x$ac_cv_lib_resolv___res_send" = x""yes; then : |
| 14780 | resolv=yes | 14767 | resolv=yes |
| 14781 | fi | 14768 | fi |
| 14782 | 14769 | ||
| @@ -14792,12 +14779,12 @@ fi | |||
| 14792 | RESOLVLIB= | 14779 | RESOLVLIB= |
| 14793 | fi | 14780 | fi |
| 14794 | ac_fn_c_check_func "$LINENO" "hes_getmailhost" "ac_cv_func_hes_getmailhost" | 14781 | ac_fn_c_check_func "$LINENO" "hes_getmailhost" "ac_cv_func_hes_getmailhost" |
| 14795 | if test "x$ac_cv_func_hes_getmailhost" = xyes; then : | 14782 | if test "x$ac_cv_func_hes_getmailhost" = x""yes; then : |
| 14796 | 14783 | ||
| 14797 | else | 14784 | else |
| 14798 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hes_getmailhost in -lhesiod" >&5 | 14785 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hes_getmailhost in -lhesiod" >&5 |
| 14799 | $as_echo_n "checking for hes_getmailhost in -lhesiod... " >&6; } | 14786 | $as_echo_n "checking for hes_getmailhost in -lhesiod... " >&6; } |
| 14800 | if ${ac_cv_lib_hesiod_hes_getmailhost+:} false; then : | 14787 | if test "${ac_cv_lib_hesiod_hes_getmailhost+set}" = set; then : |
| 14801 | $as_echo_n "(cached) " >&6 | 14788 | $as_echo_n "(cached) " >&6 |
| 14802 | else | 14789 | else |
| 14803 | ac_check_lib_save_LIBS=$LIBS | 14790 | ac_check_lib_save_LIBS=$LIBS |
| @@ -14831,7 +14818,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 14831 | fi | 14818 | fi |
| 14832 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5 | 14819 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5 |
| 14833 | $as_echo "$ac_cv_lib_hesiod_hes_getmailhost" >&6; } | 14820 | $as_echo "$ac_cv_lib_hesiod_hes_getmailhost" >&6; } |
| 14834 | if test "x$ac_cv_lib_hesiod_hes_getmailhost" = xyes; then : | 14821 | if test "x$ac_cv_lib_hesiod_hes_getmailhost" = x""yes; then : |
| 14835 | hesiod=yes | 14822 | hesiod=yes |
| 14836 | else | 14823 | else |
| 14837 | : | 14824 | : |
| @@ -14870,7 +14857,7 @@ KRB4LIB= | |||
| 14870 | if test "${with_kerberos}" != no; then | 14857 | if test "${with_kerberos}" != no; then |
| 14871 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for com_err in -lcom_err" >&5 | 14858 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for com_err in -lcom_err" >&5 |
| 14872 | $as_echo_n "checking for com_err in -lcom_err... " >&6; } | 14859 | $as_echo_n "checking for com_err in -lcom_err... " >&6; } |
| 14873 | if ${ac_cv_lib_com_err_com_err+:} false; then : | 14860 | if test "${ac_cv_lib_com_err_com_err+set}" = set; then : |
| 14874 | $as_echo_n "(cached) " >&6 | 14861 | $as_echo_n "(cached) " >&6 |
| 14875 | else | 14862 | else |
| 14876 | ac_check_lib_save_LIBS=$LIBS | 14863 | ac_check_lib_save_LIBS=$LIBS |
| @@ -14904,7 +14891,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 14904 | fi | 14891 | fi |
| 14905 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_com_err_com_err" >&5 | 14892 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_com_err_com_err" >&5 |
| 14906 | $as_echo "$ac_cv_lib_com_err_com_err" >&6; } | 14893 | $as_echo "$ac_cv_lib_com_err_com_err" >&6; } |
| 14907 | if test "x$ac_cv_lib_com_err_com_err" = xyes; then : | 14894 | if test "x$ac_cv_lib_com_err_com_err" = x""yes; then : |
| 14908 | have_com_err=yes | 14895 | have_com_err=yes |
| 14909 | else | 14896 | else |
| 14910 | have_com_err=no | 14897 | have_com_err=no |
| @@ -14919,7 +14906,7 @@ $as_echo "#define HAVE_LIBCOM_ERR 1" >>confdefs.h | |||
| 14919 | fi | 14906 | fi |
| 14920 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lcrypto" >&5 | 14907 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lcrypto" >&5 |
| 14921 | $as_echo_n "checking for mit_des_cbc_encrypt in -lcrypto... " >&6; } | 14908 | $as_echo_n "checking for mit_des_cbc_encrypt in -lcrypto... " >&6; } |
| 14922 | if ${ac_cv_lib_crypto_mit_des_cbc_encrypt+:} false; then : | 14909 | if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then : |
| 14923 | $as_echo_n "(cached) " >&6 | 14910 | $as_echo_n "(cached) " >&6 |
| 14924 | else | 14911 | else |
| 14925 | ac_check_lib_save_LIBS=$LIBS | 14912 | ac_check_lib_save_LIBS=$LIBS |
| @@ -14953,7 +14940,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 14953 | fi | 14940 | fi |
| 14954 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5 | 14941 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5 |
| 14955 | $as_echo "$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6; } | 14942 | $as_echo "$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6; } |
| 14956 | if test "x$ac_cv_lib_crypto_mit_des_cbc_encrypt" = xyes; then : | 14943 | if test "x$ac_cv_lib_crypto_mit_des_cbc_encrypt" = x""yes; then : |
| 14957 | have_crypto=yes | 14944 | have_crypto=yes |
| 14958 | else | 14945 | else |
| 14959 | have_crypto=no | 14946 | have_crypto=no |
| @@ -14968,7 +14955,7 @@ $as_echo "#define HAVE_LIBCRYPTO 1" >>confdefs.h | |||
| 14968 | fi | 14955 | fi |
| 14969 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lk5crypto" >&5 | 14956 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lk5crypto" >&5 |
| 14970 | $as_echo_n "checking for mit_des_cbc_encrypt in -lk5crypto... " >&6; } | 14957 | $as_echo_n "checking for mit_des_cbc_encrypt in -lk5crypto... " >&6; } |
| 14971 | if ${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+:} false; then : | 14958 | if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then : |
| 14972 | $as_echo_n "(cached) " >&6 | 14959 | $as_echo_n "(cached) " >&6 |
| 14973 | else | 14960 | else |
| 14974 | ac_check_lib_save_LIBS=$LIBS | 14961 | ac_check_lib_save_LIBS=$LIBS |
| @@ -15002,7 +14989,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 15002 | fi | 14989 | fi |
| 15003 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5 | 14990 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5 |
| 15004 | $as_echo "$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6; } | 14991 | $as_echo "$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6; } |
| 15005 | if test "x$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" = xyes; then : | 14992 | if test "x$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" = x""yes; then : |
| 15006 | have_k5crypto=yes | 14993 | have_k5crypto=yes |
| 15007 | else | 14994 | else |
| 15008 | have_k5crypto=no | 14995 | have_k5crypto=no |
| @@ -15017,7 +15004,7 @@ $as_echo "#define HAVE_LIBK5CRYPTO 1" >>confdefs.h | |||
| 15017 | fi | 15004 | fi |
| 15018 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb5_init_context in -lkrb5" >&5 | 15005 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb5_init_context in -lkrb5" >&5 |
| 15019 | $as_echo_n "checking for krb5_init_context in -lkrb5... " >&6; } | 15006 | $as_echo_n "checking for krb5_init_context in -lkrb5... " >&6; } |
| 15020 | if ${ac_cv_lib_krb5_krb5_init_context+:} false; then : | 15007 | if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then : |
| 15021 | $as_echo_n "(cached) " >&6 | 15008 | $as_echo_n "(cached) " >&6 |
| 15022 | else | 15009 | else |
| 15023 | ac_check_lib_save_LIBS=$LIBS | 15010 | ac_check_lib_save_LIBS=$LIBS |
| @@ -15051,7 +15038,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 15051 | fi | 15038 | fi |
| 15052 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb5_krb5_init_context" >&5 | 15039 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb5_krb5_init_context" >&5 |
| 15053 | $as_echo "$ac_cv_lib_krb5_krb5_init_context" >&6; } | 15040 | $as_echo "$ac_cv_lib_krb5_krb5_init_context" >&6; } |
| 15054 | if test "x$ac_cv_lib_krb5_krb5_init_context" = xyes; then : | 15041 | if test "x$ac_cv_lib_krb5_krb5_init_context" = x""yes; then : |
| 15055 | have_krb5=yes | 15042 | have_krb5=yes |
| 15056 | else | 15043 | else |
| 15057 | have_krb5=no | 15044 | have_krb5=no |
| @@ -15067,7 +15054,7 @@ $as_echo "#define HAVE_LIBKRB5 1" >>confdefs.h | |||
| 15067 | if test "${with_kerberos5}" = no; then | 15054 | if test "${with_kerberos5}" = no; then |
| 15068 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes425" >&5 | 15055 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes425" >&5 |
| 15069 | $as_echo_n "checking for des_cbc_encrypt in -ldes425... " >&6; } | 15056 | $as_echo_n "checking for des_cbc_encrypt in -ldes425... " >&6; } |
| 15070 | if ${ac_cv_lib_des425_des_cbc_encrypt+:} false; then : | 15057 | if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then : |
| 15071 | $as_echo_n "(cached) " >&6 | 15058 | $as_echo_n "(cached) " >&6 |
| 15072 | else | 15059 | else |
| 15073 | ac_check_lib_save_LIBS=$LIBS | 15060 | ac_check_lib_save_LIBS=$LIBS |
| @@ -15101,7 +15088,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 15101 | fi | 15088 | fi |
| 15102 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5 | 15089 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5 |
| 15103 | $as_echo "$ac_cv_lib_des425_des_cbc_encrypt" >&6; } | 15090 | $as_echo "$ac_cv_lib_des425_des_cbc_encrypt" >&6; } |
| 15104 | if test "x$ac_cv_lib_des425_des_cbc_encrypt" = xyes; then : | 15091 | if test "x$ac_cv_lib_des425_des_cbc_encrypt" = x""yes; then : |
| 15105 | have_des425=yes | 15092 | have_des425=yes |
| 15106 | else | 15093 | else |
| 15107 | have_des425=no | 15094 | have_des425=no |
| @@ -15116,7 +15103,7 @@ $as_echo "#define HAVE_LIBDES425 1" >>confdefs.h | |||
| 15116 | else | 15103 | else |
| 15117 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes" >&5 | 15104 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes" >&5 |
| 15118 | $as_echo_n "checking for des_cbc_encrypt in -ldes... " >&6; } | 15105 | $as_echo_n "checking for des_cbc_encrypt in -ldes... " >&6; } |
| 15119 | if ${ac_cv_lib_des_des_cbc_encrypt+:} false; then : | 15106 | if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then : |
| 15120 | $as_echo_n "(cached) " >&6 | 15107 | $as_echo_n "(cached) " >&6 |
| 15121 | else | 15108 | else |
| 15122 | ac_check_lib_save_LIBS=$LIBS | 15109 | ac_check_lib_save_LIBS=$LIBS |
| @@ -15150,7 +15137,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 15150 | fi | 15137 | fi |
| 15151 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des_des_cbc_encrypt" >&5 | 15138 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des_des_cbc_encrypt" >&5 |
| 15152 | $as_echo "$ac_cv_lib_des_des_cbc_encrypt" >&6; } | 15139 | $as_echo "$ac_cv_lib_des_des_cbc_encrypt" >&6; } |
| 15153 | if test "x$ac_cv_lib_des_des_cbc_encrypt" = xyes; then : | 15140 | if test "x$ac_cv_lib_des_des_cbc_encrypt" = x""yes; then : |
| 15154 | have_des=yes | 15141 | have_des=yes |
| 15155 | else | 15142 | else |
| 15156 | have_des=no | 15143 | have_des=no |
| @@ -15166,7 +15153,7 @@ $as_echo "#define HAVE_LIBDES 1" >>confdefs.h | |||
| 15166 | fi | 15153 | fi |
| 15167 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb4" >&5 | 15154 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb4" >&5 |
| 15168 | $as_echo_n "checking for krb_get_cred in -lkrb4... " >&6; } | 15155 | $as_echo_n "checking for krb_get_cred in -lkrb4... " >&6; } |
| 15169 | if ${ac_cv_lib_krb4_krb_get_cred+:} false; then : | 15156 | if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then : |
| 15170 | $as_echo_n "(cached) " >&6 | 15157 | $as_echo_n "(cached) " >&6 |
| 15171 | else | 15158 | else |
| 15172 | ac_check_lib_save_LIBS=$LIBS | 15159 | ac_check_lib_save_LIBS=$LIBS |
| @@ -15200,7 +15187,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 15200 | fi | 15187 | fi |
| 15201 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb4_krb_get_cred" >&5 | 15188 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb4_krb_get_cred" >&5 |
| 15202 | $as_echo "$ac_cv_lib_krb4_krb_get_cred" >&6; } | 15189 | $as_echo "$ac_cv_lib_krb4_krb_get_cred" >&6; } |
| 15203 | if test "x$ac_cv_lib_krb4_krb_get_cred" = xyes; then : | 15190 | if test "x$ac_cv_lib_krb4_krb_get_cred" = x""yes; then : |
| 15204 | have_krb4=yes | 15191 | have_krb4=yes |
| 15205 | else | 15192 | else |
| 15206 | have_krb4=no | 15193 | have_krb4=no |
| @@ -15215,7 +15202,7 @@ $as_echo "#define HAVE_LIBKRB4 1" >>confdefs.h | |||
| 15215 | else | 15202 | else |
| 15216 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb" >&5 | 15203 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb" >&5 |
| 15217 | $as_echo_n "checking for krb_get_cred in -lkrb... " >&6; } | 15204 | $as_echo_n "checking for krb_get_cred in -lkrb... " >&6; } |
| 15218 | if ${ac_cv_lib_krb_krb_get_cred+:} false; then : | 15205 | if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then : |
| 15219 | $as_echo_n "(cached) " >&6 | 15206 | $as_echo_n "(cached) " >&6 |
| 15220 | else | 15207 | else |
| 15221 | ac_check_lib_save_LIBS=$LIBS | 15208 | ac_check_lib_save_LIBS=$LIBS |
| @@ -15249,7 +15236,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 15249 | fi | 15236 | fi |
| 15250 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb_krb_get_cred" >&5 | 15237 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb_krb_get_cred" >&5 |
| 15251 | $as_echo "$ac_cv_lib_krb_krb_get_cred" >&6; } | 15238 | $as_echo "$ac_cv_lib_krb_krb_get_cred" >&6; } |
| 15252 | if test "x$ac_cv_lib_krb_krb_get_cred" = xyes; then : | 15239 | if test "x$ac_cv_lib_krb_krb_get_cred" = x""yes; then : |
| 15253 | have_krb=yes | 15240 | have_krb=yes |
| 15254 | else | 15241 | else |
| 15255 | have_krb=no | 15242 | have_krb=no |
| @@ -15269,13 +15256,13 @@ $as_echo "#define HAVE_LIBKRB 1" >>confdefs.h | |||
| 15269 | for ac_header in krb5.h | 15256 | for ac_header in krb5.h |
| 15270 | do : | 15257 | do : |
| 15271 | ac_fn_c_check_header_mongrel "$LINENO" "krb5.h" "ac_cv_header_krb5_h" "$ac_includes_default" | 15258 | ac_fn_c_check_header_mongrel "$LINENO" "krb5.h" "ac_cv_header_krb5_h" "$ac_includes_default" |
| 15272 | if test "x$ac_cv_header_krb5_h" = xyes; then : | 15259 | if test "x$ac_cv_header_krb5_h" = x""yes; then : |
| 15273 | cat >>confdefs.h <<_ACEOF | 15260 | cat >>confdefs.h <<_ACEOF |
| 15274 | #define HAVE_KRB5_H 1 | 15261 | #define HAVE_KRB5_H 1 |
| 15275 | _ACEOF | 15262 | _ACEOF |
| 15276 | ac_fn_c_check_member "$LINENO" "krb5_error" "text" "ac_cv_member_krb5_error_text" "#include <krb5.h> | 15263 | ac_fn_c_check_member "$LINENO" "krb5_error" "text" "ac_cv_member_krb5_error_text" "#include <krb5.h> |
| 15277 | " | 15264 | " |
| 15278 | if test "x$ac_cv_member_krb5_error_text" = xyes; then : | 15265 | if test "x$ac_cv_member_krb5_error_text" = x""yes; then : |
| 15279 | 15266 | ||
| 15280 | cat >>confdefs.h <<_ACEOF | 15267 | cat >>confdefs.h <<_ACEOF |
| 15281 | #define HAVE_KRB5_ERROR_TEXT 1 | 15268 | #define HAVE_KRB5_ERROR_TEXT 1 |
| @@ -15285,7 +15272,7 @@ _ACEOF | |||
| 15285 | fi | 15272 | fi |
| 15286 | ac_fn_c_check_member "$LINENO" "krb5_error" "e_text" "ac_cv_member_krb5_error_e_text" "#include <krb5.h> | 15273 | ac_fn_c_check_member "$LINENO" "krb5_error" "e_text" "ac_cv_member_krb5_error_e_text" "#include <krb5.h> |
| 15287 | " | 15274 | " |
| 15288 | if test "x$ac_cv_member_krb5_error_e_text" = xyes; then : | 15275 | if test "x$ac_cv_member_krb5_error_e_text" = x""yes; then : |
| 15289 | 15276 | ||
| 15290 | cat >>confdefs.h <<_ACEOF | 15277 | cat >>confdefs.h <<_ACEOF |
| 15291 | #define HAVE_KRB5_ERROR_E_TEXT 1 | 15278 | #define HAVE_KRB5_ERROR_E_TEXT 1 |
| @@ -15302,7 +15289,7 @@ done | |||
| 15302 | for ac_header in des.h | 15289 | for ac_header in des.h |
| 15303 | do : | 15290 | do : |
| 15304 | ac_fn_c_check_header_mongrel "$LINENO" "des.h" "ac_cv_header_des_h" "$ac_includes_default" | 15291 | ac_fn_c_check_header_mongrel "$LINENO" "des.h" "ac_cv_header_des_h" "$ac_includes_default" |
| 15305 | if test "x$ac_cv_header_des_h" = xyes; then : | 15292 | if test "x$ac_cv_header_des_h" = x""yes; then : |
| 15306 | cat >>confdefs.h <<_ACEOF | 15293 | cat >>confdefs.h <<_ACEOF |
| 15307 | #define HAVE_DES_H 1 | 15294 | #define HAVE_DES_H 1 |
| 15308 | _ACEOF | 15295 | _ACEOF |
| @@ -15311,7 +15298,7 @@ else | |||
| 15311 | for ac_header in kerberosIV/des.h | 15298 | for ac_header in kerberosIV/des.h |
| 15312 | do : | 15299 | do : |
| 15313 | ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/des.h" "ac_cv_header_kerberosIV_des_h" "$ac_includes_default" | 15300 | ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/des.h" "ac_cv_header_kerberosIV_des_h" "$ac_includes_default" |
| 15314 | if test "x$ac_cv_header_kerberosIV_des_h" = xyes; then : | 15301 | if test "x$ac_cv_header_kerberosIV_des_h" = x""yes; then : |
| 15315 | cat >>confdefs.h <<_ACEOF | 15302 | cat >>confdefs.h <<_ACEOF |
| 15316 | #define HAVE_KERBEROSIV_DES_H 1 | 15303 | #define HAVE_KERBEROSIV_DES_H 1 |
| 15317 | _ACEOF | 15304 | _ACEOF |
| @@ -15320,7 +15307,7 @@ else | |||
| 15320 | for ac_header in kerberos/des.h | 15307 | for ac_header in kerberos/des.h |
| 15321 | do : | 15308 | do : |
| 15322 | ac_fn_c_check_header_mongrel "$LINENO" "kerberos/des.h" "ac_cv_header_kerberos_des_h" "$ac_includes_default" | 15309 | ac_fn_c_check_header_mongrel "$LINENO" "kerberos/des.h" "ac_cv_header_kerberos_des_h" "$ac_includes_default" |
| 15323 | if test "x$ac_cv_header_kerberos_des_h" = xyes; then : | 15310 | if test "x$ac_cv_header_kerberos_des_h" = x""yes; then : |
| 15324 | cat >>confdefs.h <<_ACEOF | 15311 | cat >>confdefs.h <<_ACEOF |
| 15325 | #define HAVE_KERBEROS_DES_H 1 | 15312 | #define HAVE_KERBEROS_DES_H 1 |
| 15326 | _ACEOF | 15313 | _ACEOF |
| @@ -15340,7 +15327,7 @@ done | |||
| 15340 | for ac_header in krb.h | 15327 | for ac_header in krb.h |
| 15341 | do : | 15328 | do : |
| 15342 | ac_fn_c_check_header_mongrel "$LINENO" "krb.h" "ac_cv_header_krb_h" "$ac_includes_default" | 15329 | ac_fn_c_check_header_mongrel "$LINENO" "krb.h" "ac_cv_header_krb_h" "$ac_includes_default" |
| 15343 | if test "x$ac_cv_header_krb_h" = xyes; then : | 15330 | if test "x$ac_cv_header_krb_h" = x""yes; then : |
| 15344 | cat >>confdefs.h <<_ACEOF | 15331 | cat >>confdefs.h <<_ACEOF |
| 15345 | #define HAVE_KRB_H 1 | 15332 | #define HAVE_KRB_H 1 |
| 15346 | _ACEOF | 15333 | _ACEOF |
| @@ -15349,7 +15336,7 @@ else | |||
| 15349 | for ac_header in kerberosIV/krb.h | 15336 | for ac_header in kerberosIV/krb.h |
| 15350 | do : | 15337 | do : |
| 15351 | ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/krb.h" "ac_cv_header_kerberosIV_krb_h" "$ac_includes_default" | 15338 | ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/krb.h" "ac_cv_header_kerberosIV_krb_h" "$ac_includes_default" |
| 15352 | if test "x$ac_cv_header_kerberosIV_krb_h" = xyes; then : | 15339 | if test "x$ac_cv_header_kerberosIV_krb_h" = x""yes; then : |
| 15353 | cat >>confdefs.h <<_ACEOF | 15340 | cat >>confdefs.h <<_ACEOF |
| 15354 | #define HAVE_KERBEROSIV_KRB_H 1 | 15341 | #define HAVE_KERBEROSIV_KRB_H 1 |
| 15355 | _ACEOF | 15342 | _ACEOF |
| @@ -15358,7 +15345,7 @@ else | |||
| 15358 | for ac_header in kerberos/krb.h | 15345 | for ac_header in kerberos/krb.h |
| 15359 | do : | 15346 | do : |
| 15360 | ac_fn_c_check_header_mongrel "$LINENO" "kerberos/krb.h" "ac_cv_header_kerberos_krb_h" "$ac_includes_default" | 15347 | ac_fn_c_check_header_mongrel "$LINENO" "kerberos/krb.h" "ac_cv_header_kerberos_krb_h" "$ac_includes_default" |
| 15361 | if test "x$ac_cv_header_kerberos_krb_h" = xyes; then : | 15348 | if test "x$ac_cv_header_kerberos_krb_h" = x""yes; then : |
| 15362 | cat >>confdefs.h <<_ACEOF | 15349 | cat >>confdefs.h <<_ACEOF |
| 15363 | #define HAVE_KERBEROS_KRB_H 1 | 15350 | #define HAVE_KERBEROS_KRB_H 1 |
| 15364 | _ACEOF | 15351 | _ACEOF |
| @@ -15379,7 +15366,7 @@ done | |||
| 15379 | for ac_header in com_err.h | 15366 | for ac_header in com_err.h |
| 15380 | do : | 15367 | do : |
| 15381 | ac_fn_c_check_header_mongrel "$LINENO" "com_err.h" "ac_cv_header_com_err_h" "$ac_includes_default" | 15368 | ac_fn_c_check_header_mongrel "$LINENO" "com_err.h" "ac_cv_header_com_err_h" "$ac_includes_default" |
| 15382 | if test "x$ac_cv_header_com_err_h" = xyes; then : | 15369 | if test "x$ac_cv_header_com_err_h" = x""yes; then : |
| 15383 | cat >>confdefs.h <<_ACEOF | 15370 | cat >>confdefs.h <<_ACEOF |
| 15384 | #define HAVE_COM_ERR_H 1 | 15371 | #define HAVE_COM_ERR_H 1 |
| 15385 | _ACEOF | 15372 | _ACEOF |
| @@ -15400,7 +15387,7 @@ fi | |||
| 15400 | # to return localized messages. | 15387 | # to return localized messages. |
| 15401 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgettext in -lintl" >&5 | 15388 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgettext in -lintl" >&5 |
| 15402 | $as_echo_n "checking for dgettext in -lintl... " >&6; } | 15389 | $as_echo_n "checking for dgettext in -lintl... " >&6; } |
| 15403 | if ${ac_cv_lib_intl_dgettext+:} false; then : | 15390 | if test "${ac_cv_lib_intl_dgettext+set}" = set; then : |
| 15404 | $as_echo_n "(cached) " >&6 | 15391 | $as_echo_n "(cached) " >&6 |
| 15405 | else | 15392 | else |
| 15406 | ac_check_lib_save_LIBS=$LIBS | 15393 | ac_check_lib_save_LIBS=$LIBS |
| @@ -15434,7 +15421,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 15434 | fi | 15421 | fi |
| 15435 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dgettext" >&5 | 15422 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dgettext" >&5 |
| 15436 | $as_echo "$ac_cv_lib_intl_dgettext" >&6; } | 15423 | $as_echo "$ac_cv_lib_intl_dgettext" >&6; } |
| 15437 | if test "x$ac_cv_lib_intl_dgettext" = xyes; then : | 15424 | if test "x$ac_cv_lib_intl_dgettext" = x""yes; then : |
| 15438 | cat >>confdefs.h <<_ACEOF | 15425 | cat >>confdefs.h <<_ACEOF |
| 15439 | #define HAVE_LIBINTL 1 | 15426 | #define HAVE_LIBINTL 1 |
| 15440 | _ACEOF | 15427 | _ACEOF |
| @@ -15446,7 +15433,7 @@ fi | |||
| 15446 | 15433 | ||
| 15447 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime caches TZ" >&5 | 15434 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime caches TZ" >&5 |
| 15448 | $as_echo_n "checking whether localtime caches TZ... " >&6; } | 15435 | $as_echo_n "checking whether localtime caches TZ... " >&6; } |
| 15449 | if ${emacs_cv_localtime_cache+:} false; then : | 15436 | if test "${emacs_cv_localtime_cache+set}" = set; then : |
| 15450 | $as_echo_n "(cached) " >&6 | 15437 | $as_echo_n "(cached) " >&6 |
| 15451 | else | 15438 | else |
| 15452 | if test x$ac_cv_func_tzset = xyes; then | 15439 | if test x$ac_cv_func_tzset = xyes; then |
| @@ -15505,7 +15492,7 @@ if test "x$HAVE_TIMEVAL" = xyes; then | |||
| 15505 | for ac_func in gettimeofday | 15492 | for ac_func in gettimeofday |
| 15506 | do : | 15493 | do : |
| 15507 | ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday" | 15494 | ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday" |
| 15508 | if test "x$ac_cv_func_gettimeofday" = xyes; then : | 15495 | if test "x$ac_cv_func_gettimeofday" = x""yes; then : |
| 15509 | cat >>confdefs.h <<_ACEOF | 15496 | cat >>confdefs.h <<_ACEOF |
| 15510 | #define HAVE_GETTIMEOFDAY 1 | 15497 | #define HAVE_GETTIMEOFDAY 1 |
| 15511 | _ACEOF | 15498 | _ACEOF |
| @@ -15516,7 +15503,7 @@ done | |||
| 15516 | if test $ac_cv_func_gettimeofday = yes; then | 15503 | if test $ac_cv_func_gettimeofday = yes; then |
| 15517 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gettimeofday can accept two arguments" >&5 | 15504 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gettimeofday can accept two arguments" >&5 |
| 15518 | $as_echo_n "checking whether gettimeofday can accept two arguments... " >&6; } | 15505 | $as_echo_n "checking whether gettimeofday can accept two arguments... " >&6; } |
| 15519 | if ${emacs_cv_gettimeofday_two_arguments+:} false; then : | 15506 | if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then : |
| 15520 | $as_echo_n "(cached) " >&6 | 15507 | $as_echo_n "(cached) " >&6 |
| 15521 | else | 15508 | else |
| 15522 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 15509 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -15560,7 +15547,7 @@ fi | |||
| 15560 | 15547 | ||
| 15561 | ok_so_far=yes | 15548 | ok_so_far=yes |
| 15562 | ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket" | 15549 | ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket" |
| 15563 | if test "x$ac_cv_func_socket" = xyes; then : | 15550 | if test "x$ac_cv_func_socket" = x""yes; then : |
| 15564 | 15551 | ||
| 15565 | else | 15552 | else |
| 15566 | ok_so_far=no | 15553 | ok_so_far=no |
| @@ -15568,7 +15555,7 @@ fi | |||
| 15568 | 15555 | ||
| 15569 | if test $ok_so_far = yes; then | 15556 | if test $ok_so_far = yes; then |
| 15570 | ac_fn_c_check_header_mongrel "$LINENO" "netinet/in.h" "ac_cv_header_netinet_in_h" "$ac_includes_default" | 15557 | ac_fn_c_check_header_mongrel "$LINENO" "netinet/in.h" "ac_cv_header_netinet_in_h" "$ac_includes_default" |
| 15571 | if test "x$ac_cv_header_netinet_in_h" = xyes; then : | 15558 | if test "x$ac_cv_header_netinet_in_h" = x""yes; then : |
| 15572 | 15559 | ||
| 15573 | else | 15560 | else |
| 15574 | ok_so_far=no | 15561 | ok_so_far=no |
| @@ -15578,7 +15565,7 @@ fi | |||
| 15578 | fi | 15565 | fi |
| 15579 | if test $ok_so_far = yes; then | 15566 | if test $ok_so_far = yes; then |
| 15580 | ac_fn_c_check_header_mongrel "$LINENO" "arpa/inet.h" "ac_cv_header_arpa_inet_h" "$ac_includes_default" | 15567 | ac_fn_c_check_header_mongrel "$LINENO" "arpa/inet.h" "ac_cv_header_arpa_inet_h" "$ac_includes_default" |
| 15581 | if test "x$ac_cv_header_arpa_inet_h" = xyes; then : | 15568 | if test "x$ac_cv_header_arpa_inet_h" = x""yes; then : |
| 15582 | 15569 | ||
| 15583 | else | 15570 | else |
| 15584 | ok_so_far=no | 15571 | ok_so_far=no |
| @@ -15612,7 +15599,7 @@ $as_echo "no" >&6; } | |||
| 15612 | fi | 15599 | fi |
| 15613 | 15600 | ||
| 15614 | ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default" | 15601 | ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default" |
| 15615 | if test "x$ac_cv_type_pid_t" = xyes; then : | 15602 | if test "x$ac_cv_type_pid_t" = x""yes; then : |
| 15616 | 15603 | ||
| 15617 | else | 15604 | else |
| 15618 | 15605 | ||
| @@ -15625,7 +15612,7 @@ fi | |||
| 15625 | for ac_header in vfork.h | 15612 | for ac_header in vfork.h |
| 15626 | do : | 15613 | do : |
| 15627 | ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default" | 15614 | ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default" |
| 15628 | if test "x$ac_cv_header_vfork_h" = xyes; then : | 15615 | if test "x$ac_cv_header_vfork_h" = x""yes; then : |
| 15629 | cat >>confdefs.h <<_ACEOF | 15616 | cat >>confdefs.h <<_ACEOF |
| 15630 | #define HAVE_VFORK_H 1 | 15617 | #define HAVE_VFORK_H 1 |
| 15631 | _ACEOF | 15618 | _ACEOF |
| @@ -15638,7 +15625,8 @@ for ac_func in fork vfork | |||
| 15638 | do : | 15625 | do : |
| 15639 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 15626 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
| 15640 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 15627 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 15641 | if eval test \"x\$"$as_ac_var"\" = x"yes"; then : | 15628 | eval as_val=\$$as_ac_var |
| 15629 | if test "x$as_val" = x""yes; then : | ||
| 15642 | cat >>confdefs.h <<_ACEOF | 15630 | cat >>confdefs.h <<_ACEOF |
| 15643 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 15631 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
| 15644 | _ACEOF | 15632 | _ACEOF |
| @@ -15649,7 +15637,7 @@ done | |||
| 15649 | if test "x$ac_cv_func_fork" = xyes; then | 15637 | if test "x$ac_cv_func_fork" = xyes; then |
| 15650 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5 | 15638 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5 |
| 15651 | $as_echo_n "checking for working fork... " >&6; } | 15639 | $as_echo_n "checking for working fork... " >&6; } |
| 15652 | if ${ac_cv_func_fork_works+:} false; then : | 15640 | if test "${ac_cv_func_fork_works+set}" = set; then : |
| 15653 | $as_echo_n "(cached) " >&6 | 15641 | $as_echo_n "(cached) " >&6 |
| 15654 | else | 15642 | else |
| 15655 | if test "$cross_compiling" = yes; then : | 15643 | if test "$cross_compiling" = yes; then : |
| @@ -15702,7 +15690,7 @@ ac_cv_func_vfork_works=$ac_cv_func_vfork | |||
| 15702 | if test "x$ac_cv_func_vfork" = xyes; then | 15690 | if test "x$ac_cv_func_vfork" = xyes; then |
| 15703 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5 | 15691 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5 |
| 15704 | $as_echo_n "checking for working vfork... " >&6; } | 15692 | $as_echo_n "checking for working vfork... " >&6; } |
| 15705 | if ${ac_cv_func_vfork_works+:} false; then : | 15693 | if test "${ac_cv_func_vfork_works+set}" = set; then : |
| 15706 | $as_echo_n "(cached) " >&6 | 15694 | $as_echo_n "(cached) " >&6 |
| 15707 | else | 15695 | else |
| 15708 | if test "$cross_compiling" = yes; then : | 15696 | if test "$cross_compiling" = yes; then : |
| @@ -15839,7 +15827,7 @@ fi | |||
| 15839 | for ac_func in snprintf | 15827 | for ac_func in snprintf |
| 15840 | do : | 15828 | do : |
| 15841 | ac_fn_c_check_func "$LINENO" "snprintf" "ac_cv_func_snprintf" | 15829 | ac_fn_c_check_func "$LINENO" "snprintf" "ac_cv_func_snprintf" |
| 15842 | if test "x$ac_cv_func_snprintf" = xyes; then : | 15830 | if test "x$ac_cv_func_snprintf" = x""yes; then : |
| 15843 | cat >>confdefs.h <<_ACEOF | 15831 | cat >>confdefs.h <<_ACEOF |
| 15844 | #define HAVE_SNPRINTF 1 | 15832 | #define HAVE_SNPRINTF 1 |
| 15845 | _ACEOF | 15833 | _ACEOF |
| @@ -15850,7 +15838,7 @@ done | |||
| 15850 | 15838 | ||
| 15851 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5 | 15839 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5 |
| 15852 | $as_echo_n "checking for nl_langinfo and CODESET... " >&6; } | 15840 | $as_echo_n "checking for nl_langinfo and CODESET... " >&6; } |
| 15853 | if ${emacs_cv_langinfo_codeset+:} false; then : | 15841 | if test "${emacs_cv_langinfo_codeset+set}" = set; then : |
| 15854 | $as_echo_n "(cached) " >&6 | 15842 | $as_echo_n "(cached) " >&6 |
| 15855 | else | 15843 | else |
| 15856 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 15844 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -15883,7 +15871,7 @@ fi | |||
| 15883 | 15871 | ||
| 15884 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5 | 15872 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5 |
| 15885 | $as_echo_n "checking for mbstate_t... " >&6; } | 15873 | $as_echo_n "checking for mbstate_t... " >&6; } |
| 15886 | if ${ac_cv_type_mbstate_t+:} false; then : | 15874 | if test "${ac_cv_type_mbstate_t+set}" = set; then : |
| 15887 | $as_echo_n "(cached) " >&6 | 15875 | $as_echo_n "(cached) " >&6 |
| 15888 | else | 15876 | else |
| 15889 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 15877 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -15919,7 +15907,7 @@ $as_echo "#define mbstate_t int" >>confdefs.h | |||
| 15919 | 15907 | ||
| 15920 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C restricted array declarations" >&5 | 15908 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C restricted array declarations" >&5 |
| 15921 | $as_echo_n "checking for C restricted array declarations... " >&6; } | 15909 | $as_echo_n "checking for C restricted array declarations... " >&6; } |
| 15922 | if ${emacs_cv_c_restrict_arr+:} false; then : | 15910 | if test "${emacs_cv_c_restrict_arr+set}" = set; then : |
| 15923 | $as_echo_n "(cached) " >&6 | 15911 | $as_echo_n "(cached) " >&6 |
| 15924 | else | 15912 | else |
| 15925 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 15913 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -15958,7 +15946,7 @@ if test "x$GCC" = xyes \ | |||
| 15958 | && test x"`$CC --version 2> /dev/null | grep 'gcc.* 4.5.0'`" != x \ | 15946 | && test x"`$CC --version 2> /dev/null | grep 'gcc.* 4.5.0'`" != x \ |
| 15959 | && test x"`echo $CFLAGS | grep '\-O[23]'`" != x \ | 15947 | && test x"`echo $CFLAGS | grep '\-O[23]'`" != x \ |
| 15960 | && test x"`echo $CFLAGS | grep '\-fno-optimize-sibling-calls'`" = x; then | 15948 | && test x"`echo $CFLAGS | grep '\-fno-optimize-sibling-calls'`" = x; then |
| 15961 | as_fn_error $? "GCC 4.5.0 has problems compiling Emacs; see etc/PROBLEMS'." "$LINENO" 5 | 15949 | as_fn_error "GCC 4.5.0 has problems compiling Emacs; see etc/PROBLEMS'." "$LINENO" 5 |
| 15962 | fi | 15950 | fi |
| 15963 | 15951 | ||
| 15964 | version=$PACKAGE_VERSION | 15952 | version=$PACKAGE_VERSION |
| @@ -16206,12 +16194,11 @@ fi | |||
| 16206 | LIBC_FATAL_STDERR_=1 | 16194 | LIBC_FATAL_STDERR_=1 |
| 16207 | export LIBC_FATAL_STDERR_ | 16195 | export LIBC_FATAL_STDERR_ |
| 16208 | 16196 | ||
| 16209 | |||
| 16210 | # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works | 16197 | # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works |
| 16211 | # for constant arguments. Useless! | 16198 | # for constant arguments. Useless! |
| 16212 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5 | 16199 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5 |
| 16213 | $as_echo_n "checking for working alloca.h... " >&6; } | 16200 | $as_echo_n "checking for working alloca.h... " >&6; } |
| 16214 | if ${ac_cv_working_alloca_h+:} false; then : | 16201 | if test "${ac_cv_working_alloca_h+set}" = set; then : |
| 16215 | $as_echo_n "(cached) " >&6 | 16202 | $as_echo_n "(cached) " >&6 |
| 16216 | else | 16203 | else |
| 16217 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 16204 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -16244,7 +16231,7 @@ fi | |||
| 16244 | 16231 | ||
| 16245 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5 | 16232 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5 |
| 16246 | $as_echo_n "checking for alloca... " >&6; } | 16233 | $as_echo_n "checking for alloca... " >&6; } |
| 16247 | if ${ac_cv_func_alloca_works+:} false; then : | 16234 | if test "${ac_cv_func_alloca_works+set}" = set; then : |
| 16248 | $as_echo_n "(cached) " >&6 | 16235 | $as_echo_n "(cached) " >&6 |
| 16249 | else | 16236 | else |
| 16250 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 16237 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -16263,7 +16250,7 @@ else | |||
| 16263 | #pragma alloca | 16250 | #pragma alloca |
| 16264 | # else | 16251 | # else |
| 16265 | # ifndef alloca /* predefined by HP cc +Olibcalls */ | 16252 | # ifndef alloca /* predefined by HP cc +Olibcalls */ |
| 16266 | void *alloca (size_t); | 16253 | char *alloca (); |
| 16267 | # endif | 16254 | # endif |
| 16268 | # endif | 16255 | # endif |
| 16269 | # endif | 16256 | # endif |
| @@ -16311,7 +16298,7 @@ $as_echo "#define C_ALLOCA 1" >>confdefs.h | |||
| 16311 | 16298 | ||
| 16312 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5 | 16299 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5 |
| 16313 | $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; } | 16300 | $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; } |
| 16314 | if ${ac_cv_os_cray+:} false; then : | 16301 | if test "${ac_cv_os_cray+set}" = set; then : |
| 16315 | $as_echo_n "(cached) " >&6 | 16302 | $as_echo_n "(cached) " >&6 |
| 16316 | else | 16303 | else |
| 16317 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 16304 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -16338,7 +16325,8 @@ if test $ac_cv_os_cray = yes; then | |||
| 16338 | for ac_func in _getb67 GETB67 getb67; do | 16325 | for ac_func in _getb67 GETB67 getb67; do |
| 16339 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 16326 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
| 16340 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 16327 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 16341 | if eval test \"x\$"$as_ac_var"\" = x"yes"; then : | 16328 | eval as_val=\$$as_ac_var |
| 16329 | if test "x$as_val" = x""yes; then : | ||
| 16342 | 16330 | ||
| 16343 | cat >>confdefs.h <<_ACEOF | 16331 | cat >>confdefs.h <<_ACEOF |
| 16344 | #define CRAY_STACKSEG_END $ac_func | 16332 | #define CRAY_STACKSEG_END $ac_func |
| @@ -16352,7 +16340,7 @@ fi | |||
| 16352 | 16340 | ||
| 16353 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5 | 16341 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5 |
| 16354 | $as_echo_n "checking stack direction for C alloca... " >&6; } | 16342 | $as_echo_n "checking stack direction for C alloca... " >&6; } |
| 16355 | if ${ac_cv_c_stack_direction+:} false; then : | 16343 | if test "${ac_cv_c_stack_direction+set}" = set; then : |
| 16356 | $as_echo_n "(cached) " >&6 | 16344 | $as_echo_n "(cached) " >&6 |
| 16357 | else | 16345 | else |
| 16358 | if test "$cross_compiling" = yes; then : | 16346 | if test "$cross_compiling" = yes; then : |
| @@ -16404,7 +16392,8 @@ fi | |||
| 16404 | do : | 16392 | do : |
| 16405 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 16393 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
| 16406 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 16394 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 16407 | if eval test \"x\$"$as_ac_var"\" = x"yes"; then : | 16395 | eval as_val=\$$as_ac_var |
| 16396 | if test "x$as_val" = x""yes; then : | ||
| 16408 | cat >>confdefs.h <<_ACEOF | 16397 | cat >>confdefs.h <<_ACEOF |
| 16409 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 16398 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
| 16410 | _ACEOF | 16399 | _ACEOF |
| @@ -16417,7 +16406,7 @@ done | |||
| 16417 | 16406 | ||
| 16418 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 | 16407 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 |
| 16419 | $as_echo_n "checking whether byte ordering is bigendian... " >&6; } | 16408 | $as_echo_n "checking whether byte ordering is bigendian... " >&6; } |
| 16420 | if ${ac_cv_c_bigendian+:} false; then : | 16409 | if test "${ac_cv_c_bigendian+set}" = set; then : |
| 16421 | $as_echo_n "(cached) " >&6 | 16410 | $as_echo_n "(cached) " >&6 |
| 16422 | else | 16411 | else |
| 16423 | ac_cv_c_bigendian=unknown | 16412 | ac_cv_c_bigendian=unknown |
| @@ -16635,14 +16624,14 @@ $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h | |||
| 16635 | 16624 | ||
| 16636 | ;; #( | 16625 | ;; #( |
| 16637 | *) | 16626 | *) |
| 16638 | as_fn_error $? "unknown endianness | 16627 | as_fn_error "unknown endianness |
| 16639 | presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; | 16628 | presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; |
| 16640 | esac | 16629 | esac |
| 16641 | 16630 | ||
| 16642 | 16631 | ||
| 16643 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5 | 16632 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5 |
| 16644 | $as_echo_n "checking for inline... " >&6; } | 16633 | $as_echo_n "checking for inline... " >&6; } |
| 16645 | if ${ac_cv_c_inline+:} false; then : | 16634 | if test "${ac_cv_c_inline+set}" = set; then : |
| 16646 | $as_echo_n "(cached) " >&6 | 16635 | $as_echo_n "(cached) " >&6 |
| 16647 | else | 16636 | else |
| 16648 | ac_cv_c_inline=no | 16637 | ac_cv_c_inline=no |
| @@ -16685,7 +16674,7 @@ esac | |||
| 16685 | 16674 | ||
| 16686 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether strtold conforms to C99" >&5 | 16675 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether strtold conforms to C99" >&5 |
| 16687 | $as_echo_n "checking whether strtold conforms to C99... " >&6; } | 16676 | $as_echo_n "checking whether strtold conforms to C99... " >&6; } |
| 16688 | if ${gl_cv_func_c99_strtold+:} false; then : | 16677 | if test "${gl_cv_func_c99_strtold+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 |
| @@ -16841,7 +16830,7 @@ $as_echo "#define HAVE_C99_STRTOLD 1" >>confdefs.h | |||
| 16841 | 16830 | ||
| 16842 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for st_dm_mode in struct stat" >&5 | 16831 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for st_dm_mode in struct stat" >&5 |
| 16843 | $as_echo_n "checking for st_dm_mode in struct stat... " >&6; } | 16832 | $as_echo_n "checking for st_dm_mode in struct stat... " >&6; } |
| 16844 | if ${ac_cv_struct_st_dm_mode+:} false; then : | 16833 | if test "${ac_cv_struct_st_dm_mode+set}" = set; then : |
| 16845 | $as_echo_n "(cached) " >&6 | 16834 | $as_echo_n "(cached) " >&6 |
| 16846 | else | 16835 | else |
| 16847 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 16836 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -16875,7 +16864,7 @@ $as_echo "#define HAVE_ST_DM_MODE 1" >>confdefs.h | |||
| 16875 | 16864 | ||
| 16876 | 16865 | ||
| 16877 | ac_fn_c_check_decl "$LINENO" "strmode" "ac_cv_have_decl_strmode" "$ac_includes_default" | 16866 | ac_fn_c_check_decl "$LINENO" "strmode" "ac_cv_have_decl_strmode" "$ac_includes_default" |
| 16878 | if test "x$ac_cv_have_decl_strmode" = xyes; then : | 16867 | if test "x$ac_cv_have_decl_strmode" = x""yes; then : |
| 16879 | ac_have_decl=1 | 16868 | ac_have_decl=1 |
| 16880 | else | 16869 | else |
| 16881 | ac_have_decl=0 | 16870 | ac_have_decl=0 |
| @@ -16956,7 +16945,7 @@ _ACEOF | |||
| 16956 | 16945 | ||
| 16957 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the preprocessor supports include_next" >&5 | 16946 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the preprocessor supports include_next" >&5 |
| 16958 | $as_echo_n "checking whether the preprocessor supports include_next... " >&6; } | 16947 | $as_echo_n "checking whether the preprocessor supports include_next... " >&6; } |
| 16959 | if ${gl_cv_have_include_next+:} false; then : | 16948 | if test "${gl_cv_have_include_next+set}" = set; then : |
| 16960 | $as_echo_n "(cached) " >&6 | 16949 | $as_echo_n "(cached) " >&6 |
| 16961 | else | 16950 | else |
| 16962 | rm -rf conftestd1a conftestd1b conftestd2 | 16951 | rm -rf conftestd1a conftestd1b conftestd2 |
| @@ -17036,7 +17025,7 @@ $as_echo "$gl_cv_have_include_next" >&6; } | |||
| 17036 | 17025 | ||
| 17037 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether system header files limit the line length" >&5 | 17026 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether system header files limit the line length" >&5 |
| 17038 | $as_echo_n "checking whether system header files limit the line length... " >&6; } | 17027 | $as_echo_n "checking whether system header files limit the line length... " >&6; } |
| 17039 | if ${gl_cv_pragma_columns+:} false; then : | 17028 | if test "${gl_cv_pragma_columns+set}" = set; then : |
| 17040 | $as_echo_n "(cached) " >&6 | 17029 | $as_echo_n "(cached) " >&6 |
| 17041 | else | 17030 | else |
| 17042 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 17031 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -17086,7 +17075,7 @@ $as_echo "$gl_cv_pragma_columns" >&6; } | |||
| 17086 | else | 17075 | else |
| 17087 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <getopt.h>" >&5 | 17076 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <getopt.h>" >&5 |
| 17088 | $as_echo_n "checking absolute name of <getopt.h>... " >&6; } | 17077 | $as_echo_n "checking absolute name of <getopt.h>... " >&6; } |
| 17089 | if ${gl_cv_next_getopt_h+:} false; then : | 17078 | if test "${gl_cv_next_getopt_h+set}" = set; then : |
| 17090 | $as_echo_n "(cached) " >&6 | 17079 | $as_echo_n "(cached) " >&6 |
| 17091 | else | 17080 | else |
| 17092 | 17081 | ||
| @@ -17145,7 +17134,7 @@ $as_echo "$gl_cv_next_getopt_h" >&6; } | |||
| 17145 | for ac_header in getopt.h | 17134 | for ac_header in getopt.h |
| 17146 | do : | 17135 | do : |
| 17147 | ac_fn_c_check_header_mongrel "$LINENO" "getopt.h" "ac_cv_header_getopt_h" "$ac_includes_default" | 17136 | ac_fn_c_check_header_mongrel "$LINENO" "getopt.h" "ac_cv_header_getopt_h" "$ac_includes_default" |
| 17148 | if test "x$ac_cv_header_getopt_h" = xyes; then : | 17137 | if test "x$ac_cv_header_getopt_h" = x""yes; then : |
| 17149 | cat >>confdefs.h <<_ACEOF | 17138 | cat >>confdefs.h <<_ACEOF |
| 17150 | #define HAVE_GETOPT_H 1 | 17139 | #define HAVE_GETOPT_H 1 |
| 17151 | _ACEOF | 17140 | _ACEOF |
| @@ -17162,7 +17151,7 @@ done | |||
| 17162 | for ac_func in getopt_long_only | 17151 | for ac_func in getopt_long_only |
| 17163 | do : | 17152 | do : |
| 17164 | ac_fn_c_check_func "$LINENO" "getopt_long_only" "ac_cv_func_getopt_long_only" | 17153 | ac_fn_c_check_func "$LINENO" "getopt_long_only" "ac_cv_func_getopt_long_only" |
| 17165 | if test "x$ac_cv_func_getopt_long_only" = xyes; then : | 17154 | if test "x$ac_cv_func_getopt_long_only" = x""yes; then : |
| 17166 | cat >>confdefs.h <<_ACEOF | 17155 | cat >>confdefs.h <<_ACEOF |
| 17167 | #define HAVE_GETOPT_LONG_ONLY 1 | 17156 | #define HAVE_GETOPT_LONG_ONLY 1 |
| 17168 | _ACEOF | 17157 | _ACEOF |
| @@ -17177,7 +17166,7 @@ done | |||
| 17177 | if test -z "$gl_replace_getopt"; then | 17166 | if test -z "$gl_replace_getopt"; then |
| 17178 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getopt is POSIX compatible" >&5 | 17167 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getopt is POSIX compatible" >&5 |
| 17179 | $as_echo_n "checking whether getopt is POSIX compatible... " >&6; } | 17168 | $as_echo_n "checking whether getopt is POSIX compatible... " >&6; } |
| 17180 | if ${gl_cv_func_getopt_posix+:} false; then : | 17169 | if test "${gl_cv_func_getopt_posix+set}" = set; then : |
| 17181 | $as_echo_n "(cached) " >&6 | 17170 | $as_echo_n "(cached) " >&6 |
| 17182 | else | 17171 | else |
| 17183 | 17172 | ||
| @@ -17335,7 +17324,7 @@ $as_echo "$gl_cv_func_getopt_posix" >&6; } | |||
| 17335 | if test -z "$gl_replace_getopt" && test $gl_getopt_required = GNU; then | 17324 | if test -z "$gl_replace_getopt" && test $gl_getopt_required = GNU; then |
| 17336 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working GNU getopt function" >&5 | 17325 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working GNU getopt function" >&5 |
| 17337 | $as_echo_n "checking for working GNU getopt function... " >&6; } | 17326 | $as_echo_n "checking for working GNU getopt function... " >&6; } |
| 17338 | if ${gl_cv_func_getopt_gnu+:} false; then : | 17327 | if test "${gl_cv_func_getopt_gnu+set}" = set; then : |
| 17339 | $as_echo_n "(cached) " >&6 | 17328 | $as_echo_n "(cached) " >&6 |
| 17340 | else | 17329 | else |
| 17341 | # Even with POSIXLY_CORRECT, the GNU extension of leading '-' in the | 17330 | # Even with POSIXLY_CORRECT, the GNU extension of leading '-' in the |
| @@ -17560,7 +17549,7 @@ $as_echo "#define __GETOPT_PREFIX rpl_" >>confdefs.h | |||
| 17560 | fi | 17549 | fi |
| 17561 | 17550 | ||
| 17562 | ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default" | 17551 | ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default" |
| 17563 | if test "x$ac_cv_have_decl_getenv" = xyes; then : | 17552 | if test "x$ac_cv_have_decl_getenv" = x""yes; then : |
| 17564 | ac_have_decl=1 | 17553 | ac_have_decl=1 |
| 17565 | else | 17554 | else |
| 17566 | ac_have_decl=0 | 17555 | ac_have_decl=0 |
| @@ -17573,7 +17562,7 @@ _ACEOF | |||
| 17573 | 17562 | ||
| 17574 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unsigned long long int" >&5 | 17563 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unsigned long long int" >&5 |
| 17575 | $as_echo_n "checking for unsigned long long int... " >&6; } | 17564 | $as_echo_n "checking for unsigned long long int... " >&6; } |
| 17576 | if ${ac_cv_type_unsigned_long_long_int+:} false; then : | 17565 | if test "${ac_cv_type_unsigned_long_long_int+set}" = set; then : |
| 17577 | $as_echo_n "(cached) " >&6 | 17566 | $as_echo_n "(cached) " >&6 |
| 17578 | else | 17567 | else |
| 17579 | ac_cv_type_unsigned_long_long_int=yes | 17568 | ac_cv_type_unsigned_long_long_int=yes |
| @@ -17631,7 +17620,7 @@ $as_echo "#define HAVE_UNSIGNED_LONG_LONG_INT 1" >>confdefs.h | |||
| 17631 | 17620 | ||
| 17632 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long int" >&5 | 17621 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long int" >&5 |
| 17633 | $as_echo_n "checking for long long int... " >&6; } | 17622 | $as_echo_n "checking for long long int... " >&6; } |
| 17634 | if ${ac_cv_type_long_long_int+:} false; then : | 17623 | if test "${ac_cv_type_long_long_int+set}" = set; then : |
| 17635 | $as_echo_n "(cached) " >&6 | 17624 | $as_echo_n "(cached) " >&6 |
| 17636 | else | 17625 | else |
| 17637 | ac_cv_type_long_long_int=yes | 17626 | ac_cv_type_long_long_int=yes |
| @@ -17786,7 +17775,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |||
| 17786 | else | 17775 | else |
| 17787 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdint.h>" >&5 | 17776 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdint.h>" >&5 |
| 17788 | $as_echo_n "checking absolute name of <stdint.h>... " >&6; } | 17777 | $as_echo_n "checking absolute name of <stdint.h>... " >&6; } |
| 17789 | if ${gl_cv_next_stdint_h+:} false; then : | 17778 | if test "${gl_cv_next_stdint_h+set}" = set; then : |
| 17790 | $as_echo_n "(cached) " >&6 | 17779 | $as_echo_n "(cached) " >&6 |
| 17791 | else | 17780 | else |
| 17792 | 17781 | ||
| @@ -17842,7 +17831,7 @@ $as_echo "$gl_cv_next_stdint_h" >&6; } | |||
| 17842 | if test $ac_cv_header_stdint_h = yes; then | 17831 | if test $ac_cv_header_stdint_h = yes; then |
| 17843 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stdint.h conforms to C99" >&5 | 17832 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stdint.h conforms to C99" >&5 |
| 17844 | $as_echo_n "checking whether stdint.h conforms to C99... " >&6; } | 17833 | $as_echo_n "checking whether stdint.h conforms to C99... " >&6; } |
| 17845 | if ${gl_cv_header_working_stdint_h+:} false; then : | 17834 | if test "${gl_cv_header_working_stdint_h+set}" = set; then : |
| 17846 | $as_echo_n "(cached) " >&6 | 17835 | $as_echo_n "(cached) " >&6 |
| 17847 | else | 17836 | else |
| 17848 | gl_cv_header_working_stdint_h=no | 17837 | gl_cv_header_working_stdint_h=no |
| @@ -18115,7 +18104,8 @@ $as_echo "$gl_cv_header_working_stdint_h" >&6; } | |||
| 18115 | do : | 18104 | do : |
| 18116 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 18105 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
| 18117 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | 18106 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" |
| 18118 | if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 18107 | eval as_val=\$$as_ac_Header |
| 18108 | if test "x$as_val" = x""yes; then : | ||
| 18119 | cat >>confdefs.h <<_ACEOF | 18109 | cat >>confdefs.h <<_ACEOF |
| 18120 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 18110 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
| 18121 | _ACEOF | 18111 | _ACEOF |
| @@ -18145,7 +18135,7 @@ done | |||
| 18145 | for gltype in ptrdiff_t size_t ; do | 18135 | for gltype in ptrdiff_t size_t ; do |
| 18146 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5 | 18136 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5 |
| 18147 | $as_echo_n "checking for bit size of $gltype... " >&6; } | 18137 | $as_echo_n "checking for bit size of $gltype... " >&6; } |
| 18148 | if eval \${gl_cv_bitsizeof_${gltype}+:} false; then : | 18138 | if { as_var=gl_cv_bitsizeof_${gltype}; eval "test \"\${$as_var+set}\" = set"; }; then : |
| 18149 | $as_echo_n "(cached) " >&6 | 18139 | $as_echo_n "(cached) " >&6 |
| 18150 | else | 18140 | else |
| 18151 | if ac_fn_c_compute_int "$LINENO" "sizeof ($gltype) * CHAR_BIT" "result" " | 18141 | if ac_fn_c_compute_int "$LINENO" "sizeof ($gltype) * CHAR_BIT" "result" " |
| @@ -18190,7 +18180,7 @@ _ACEOF | |||
| 18190 | for gltype in sig_atomic_t wchar_t wint_t ; do | 18180 | for gltype in sig_atomic_t wchar_t wint_t ; do |
| 18191 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5 | 18181 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5 |
| 18192 | $as_echo_n "checking for bit size of $gltype... " >&6; } | 18182 | $as_echo_n "checking for bit size of $gltype... " >&6; } |
| 18193 | if eval \${gl_cv_bitsizeof_${gltype}+:} false; then : | 18183 | if { as_var=gl_cv_bitsizeof_${gltype}; eval "test \"\${$as_var+set}\" = set"; }; then : |
| 18194 | $as_echo_n "(cached) " >&6 | 18184 | $as_echo_n "(cached) " >&6 |
| 18195 | else | 18185 | else |
| 18196 | if ac_fn_c_compute_int "$LINENO" "sizeof ($gltype) * CHAR_BIT" "result" " | 18186 | if ac_fn_c_compute_int "$LINENO" "sizeof ($gltype) * CHAR_BIT" "result" " |
| @@ -18234,7 +18224,7 @@ _ACEOF | |||
| 18234 | for gltype in sig_atomic_t wchar_t wint_t ; do | 18224 | for gltype in sig_atomic_t wchar_t wint_t ; do |
| 18235 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gltype is signed" >&5 | 18225 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gltype is signed" >&5 |
| 18236 | $as_echo_n "checking whether $gltype is signed... " >&6; } | 18226 | $as_echo_n "checking whether $gltype is signed... " >&6; } |
| 18237 | if eval \${gl_cv_type_${gltype}_signed+:} false; then : | 18227 | if { as_var=gl_cv_type_${gltype}_signed; eval "test \"\${$as_var+set}\" = set"; }; then : |
| 18238 | $as_echo_n "(cached) " >&6 | 18228 | $as_echo_n "(cached) " >&6 |
| 18239 | else | 18229 | else |
| 18240 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 18230 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -18293,7 +18283,7 @@ _ACEOF | |||
| 18293 | for gltype in ptrdiff_t size_t ; do | 18283 | for gltype in ptrdiff_t size_t ; do |
| 18294 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $gltype integer literal suffix" >&5 | 18284 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $gltype integer literal suffix" >&5 |
| 18295 | $as_echo_n "checking for $gltype integer literal suffix... " >&6; } | 18285 | $as_echo_n "checking for $gltype integer literal suffix... " >&6; } |
| 18296 | if eval \${gl_cv_type_${gltype}_suffix+:} false; then : | 18286 | if { as_var=gl_cv_type_${gltype}_suffix; eval "test \"\${$as_var+set}\" = set"; }; then : |
| 18297 | $as_echo_n "(cached) " >&6 | 18287 | $as_echo_n "(cached) " >&6 |
| 18298 | else | 18288 | else |
| 18299 | eval gl_cv_type_${gltype}_suffix=no | 18289 | eval gl_cv_type_${gltype}_suffix=no |
| @@ -18365,7 +18355,7 @@ _ACEOF | |||
| 18365 | for gltype in sig_atomic_t wchar_t wint_t ; do | 18355 | for gltype in sig_atomic_t wchar_t wint_t ; do |
| 18366 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $gltype integer literal suffix" >&5 | 18356 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $gltype integer literal suffix" >&5 |
| 18367 | $as_echo_n "checking for $gltype integer literal suffix... " >&6; } | 18357 | $as_echo_n "checking for $gltype integer literal suffix... " >&6; } |
| 18368 | if eval \${gl_cv_type_${gltype}_suffix+:} false; then : | 18358 | if { as_var=gl_cv_type_${gltype}_suffix; eval "test \"\${$as_var+set}\" = set"; }; then : |
| 18369 | $as_echo_n "(cached) " >&6 | 18359 | $as_echo_n "(cached) " >&6 |
| 18370 | else | 18360 | else |
| 18371 | eval gl_cv_type_${gltype}_suffix=no | 18361 | eval gl_cv_type_${gltype}_suffix=no |
| @@ -18481,7 +18471,7 @@ fi | |||
| 18481 | else | 18471 | else |
| 18482 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <inttypes.h>" >&5 | 18472 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <inttypes.h>" >&5 |
| 18483 | $as_echo_n "checking absolute name of <inttypes.h>... " >&6; } | 18473 | $as_echo_n "checking absolute name of <inttypes.h>... " >&6; } |
| 18484 | if ${gl_cv_next_inttypes_h+:} false; then : | 18474 | if test "${gl_cv_next_inttypes_h+set}" = set; then : |
| 18485 | $as_echo_n "(cached) " >&6 | 18475 | $as_echo_n "(cached) " >&6 |
| 18486 | else | 18476 | else |
| 18487 | 18477 | ||
| @@ -18576,7 +18566,7 @@ $as_echo "#define GL_TRIGGER_STDC_LIMIT_MACROS 1" >>confdefs.h | |||
| 18576 | 18566 | ||
| 18577 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether lstat correctly handles trailing slash" >&5 | 18567 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether lstat correctly handles trailing slash" >&5 |
| 18578 | $as_echo_n "checking whether lstat correctly handles trailing slash... " >&6; } | 18568 | $as_echo_n "checking whether lstat correctly handles trailing slash... " >&6; } |
| 18579 | if ${gl_cv_func_lstat_dereferences_slashed_symlink+:} false; then : | 18569 | if test "${gl_cv_func_lstat_dereferences_slashed_symlink+set}" = set; then : |
| 18580 | $as_echo_n "(cached) " >&6 | 18570 | $as_echo_n "(cached) " >&6 |
| 18581 | else | 18571 | else |
| 18582 | rm -f conftest.sym conftest.file | 18572 | rm -f conftest.sym conftest.file |
| @@ -18678,7 +18668,7 @@ _ACEOF | |||
| 18678 | #include <sys/types.h> | 18668 | #include <sys/types.h> |
| 18679 | 18669 | ||
| 18680 | " | 18670 | " |
| 18681 | if test "x$ac_cv_type_sigset_t" = xyes; then : | 18671 | if test "x$ac_cv_type_sigset_t" = x""yes; then : |
| 18682 | 18672 | ||
| 18683 | cat >>confdefs.h <<_ACEOF | 18673 | cat >>confdefs.h <<_ACEOF |
| 18684 | #define HAVE_SIGSET_T 1 | 18674 | #define HAVE_SIGSET_T 1 |
| @@ -18702,7 +18692,7 @@ fi | |||
| 18702 | for ac_header in ws2tcpip.h | 18692 | for ac_header in ws2tcpip.h |
| 18703 | do : | 18693 | do : |
| 18704 | ac_fn_c_check_header_mongrel "$LINENO" "ws2tcpip.h" "ac_cv_header_ws2tcpip_h" "$ac_includes_default" | 18694 | ac_fn_c_check_header_mongrel "$LINENO" "ws2tcpip.h" "ac_cv_header_ws2tcpip_h" "$ac_includes_default" |
| 18705 | if test "x$ac_cv_header_ws2tcpip_h" = xyes; then : | 18695 | if test "x$ac_cv_header_ws2tcpip_h" = x""yes; then : |
| 18706 | cat >>confdefs.h <<_ACEOF | 18696 | cat >>confdefs.h <<_ACEOF |
| 18707 | #define HAVE_WS2TCPIP_H 1 | 18697 | #define HAVE_WS2TCPIP_H 1 |
| 18708 | _ACEOF | 18698 | _ACEOF |
| @@ -18715,7 +18705,7 @@ done | |||
| 18715 | 18705 | ||
| 18716 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5 | 18706 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5 |
| 18717 | $as_echo_n "checking for stdbool.h that conforms to C99... " >&6; } | 18707 | $as_echo_n "checking for stdbool.h that conforms to C99... " >&6; } |
| 18718 | if ${ac_cv_header_stdbool_h+:} false; then : | 18708 | if test "${ac_cv_header_stdbool_h+set}" = set; then : |
| 18719 | $as_echo_n "(cached) " >&6 | 18709 | $as_echo_n "(cached) " >&6 |
| 18720 | else | 18710 | else |
| 18721 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 18711 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -18790,7 +18780,7 @@ fi | |||
| 18790 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5 | 18780 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5 |
| 18791 | $as_echo "$ac_cv_header_stdbool_h" >&6; } | 18781 | $as_echo "$ac_cv_header_stdbool_h" >&6; } |
| 18792 | ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default" | 18782 | ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default" |
| 18793 | if test "x$ac_cv_type__Bool" = xyes; then : | 18783 | if test "x$ac_cv_type__Bool" = x""yes; then : |
| 18794 | 18784 | ||
| 18795 | cat >>confdefs.h <<_ACEOF | 18785 | cat >>confdefs.h <<_ACEOF |
| 18796 | #define HAVE__BOOL 1 | 18786 | #define HAVE__BOOL 1 |
| @@ -18807,7 +18797,7 @@ fi | |||
| 18807 | 18797 | ||
| 18808 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wchar_t" >&5 | 18798 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wchar_t" >&5 |
| 18809 | $as_echo_n "checking for wchar_t... " >&6; } | 18799 | $as_echo_n "checking for wchar_t... " >&6; } |
| 18810 | if ${gt_cv_c_wchar_t+:} false; then : | 18800 | if test "${gt_cv_c_wchar_t+set}" = set; then : |
| 18811 | $as_echo_n "(cached) " >&6 | 18801 | $as_echo_n "(cached) " >&6 |
| 18812 | else | 18802 | else |
| 18813 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 18803 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -18939,7 +18929,7 @@ $as_echo "#define HAVE_WCHAR_T 1" >>confdefs.h | |||
| 18939 | 18929 | ||
| 18940 | ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include <time.h> | 18930 | ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include <time.h> |
| 18941 | " | 18931 | " |
| 18942 | if test "x$ac_cv_member_struct_tm_tm_gmtoff" = xyes; then : | 18932 | if test "x$ac_cv_member_struct_tm_tm_gmtoff" = x""yes; then : |
| 18943 | 18933 | ||
| 18944 | $as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h | 18934 | $as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h |
| 18945 | 18935 | ||
| @@ -18953,7 +18943,7 @@ fi | |||
| 18953 | 18943 | ||
| 18954 | 18944 | ||
| 18955 | ac_fn_c_check_decl "$LINENO" "strtoimax" "ac_cv_have_decl_strtoimax" "$ac_includes_default" | 18945 | ac_fn_c_check_decl "$LINENO" "strtoimax" "ac_cv_have_decl_strtoimax" "$ac_includes_default" |
| 18956 | if test "x$ac_cv_have_decl_strtoimax" = xyes; then : | 18946 | if test "x$ac_cv_have_decl_strtoimax" = x""yes; then : |
| 18957 | ac_have_decl=1 | 18947 | ac_have_decl=1 |
| 18958 | else | 18948 | else |
| 18959 | ac_have_decl=0 | 18949 | ac_have_decl=0 |
| @@ -18967,7 +18957,7 @@ _ACEOF | |||
| 18967 | 18957 | ||
| 18968 | >>>>>>> MERGE-SOURCE | 18958 | >>>>>>> MERGE-SOURCE |
| 18969 | ac_fn_c_check_decl "$LINENO" "strtoumax" "ac_cv_have_decl_strtoumax" "$ac_includes_default" | 18959 | ac_fn_c_check_decl "$LINENO" "strtoumax" "ac_cv_have_decl_strtoumax" "$ac_includes_default" |
| 18970 | if test "x$ac_cv_have_decl_strtoumax" = xyes; then : | 18960 | if test "x$ac_cv_have_decl_strtoumax" = x""yes; then : |
| 18971 | ac_have_decl=1 | 18961 | ac_have_decl=1 |
| 18972 | else | 18962 | else |
| 18973 | ac_have_decl=0 | 18963 | ac_have_decl=0 |
| @@ -18981,7 +18971,7 @@ _ACEOF | |||
| 18981 | 18971 | ||
| 18982 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5 | 18972 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5 |
| 18983 | $as_echo_n "checking whether stat file-mode macros are broken... " >&6; } | 18973 | $as_echo_n "checking whether stat file-mode macros are broken... " >&6; } |
| 18984 | if ${ac_cv_header_stat_broken+:} false; then : | 18974 | if test "${ac_cv_header_stat_broken+set}" = set; then : |
| 18985 | $as_echo_n "(cached) " >&6 | 18975 | $as_echo_n "(cached) " >&6 |
| 18986 | else | 18976 | else |
| 18987 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 18977 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -19025,7 +19015,7 @@ fi | |||
| 19025 | 19015 | ||
| 19026 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C/C++ restrict keyword" >&5 | 19016 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C/C++ restrict keyword" >&5 |
| 19027 | $as_echo_n "checking for C/C++ restrict keyword... " >&6; } | 19017 | $as_echo_n "checking for C/C++ restrict keyword... " >&6; } |
| 19028 | if ${ac_cv_c_restrict+:} false; then : | 19018 | if test "${ac_cv_c_restrict+set}" = set; then : |
| 19029 | $as_echo_n "(cached) " >&6 | 19019 | $as_echo_n "(cached) " >&6 |
| 19030 | else | 19020 | else |
| 19031 | ac_cv_c_restrict=no | 19021 | ac_cv_c_restrict=no |
| @@ -19075,7 +19065,7 @@ _ACEOF | |||
| 19075 | 19065 | ||
| 19076 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <time.h>" >&5 | 19066 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <time.h>" >&5 |
| 19077 | $as_echo_n "checking for struct timespec in <time.h>... " >&6; } | 19067 | $as_echo_n "checking for struct timespec in <time.h>... " >&6; } |
| 19078 | if ${gl_cv_sys_struct_timespec_in_time_h+:} false; then : | 19068 | if test "${gl_cv_sys_struct_timespec_in_time_h+set}" = set; then : |
| 19079 | $as_echo_n "(cached) " >&6 | 19069 | $as_echo_n "(cached) " >&6 |
| 19080 | else | 19070 | else |
| 19081 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 19071 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -19108,7 +19098,7 @@ $as_echo "$gl_cv_sys_struct_timespec_in_time_h" >&6; } | |||
| 19108 | else | 19098 | else |
| 19109 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <sys/time.h>" >&5 | 19099 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <sys/time.h>" >&5 |
| 19110 | $as_echo_n "checking for struct timespec in <sys/time.h>... " >&6; } | 19100 | $as_echo_n "checking for struct timespec in <sys/time.h>... " >&6; } |
| 19111 | if ${gl_cv_sys_struct_timespec_in_sys_time_h+:} false; then : | 19101 | if test "${gl_cv_sys_struct_timespec_in_sys_time_h+set}" = set; then : |
| 19112 | $as_echo_n "(cached) " >&6 | 19102 | $as_echo_n "(cached) " >&6 |
| 19113 | else | 19103 | else |
| 19114 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 19104 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -19137,7 +19127,7 @@ $as_echo "$gl_cv_sys_struct_timespec_in_sys_time_h" >&6; } | |||
| 19137 | else | 19127 | else |
| 19138 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <pthread.h>" >&5 | 19128 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <pthread.h>" >&5 |
| 19139 | $as_echo_n "checking for struct timespec in <pthread.h>... " >&6; } | 19129 | $as_echo_n "checking for struct timespec in <pthread.h>... " >&6; } |
| 19140 | if ${gl_cv_sys_struct_timespec_in_pthread_h+:} false; then : | 19130 | if test "${gl_cv_sys_struct_timespec_in_pthread_h+set}" = set; then : |
| 19141 | $as_echo_n "(cached) " >&6 | 19131 | $as_echo_n "(cached) " >&6 |
| 19142 | else | 19132 | else |
| 19143 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 19133 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -19186,7 +19176,7 @@ $as_echo "$gl_cv_sys_struct_timespec_in_pthread_h" >&6; } | |||
| 19186 | else | 19176 | else |
| 19187 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <time.h>" >&5 | 19177 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <time.h>" >&5 |
| 19188 | $as_echo_n "checking absolute name of <time.h>... " >&6; } | 19178 | $as_echo_n "checking absolute name of <time.h>... " >&6; } |
| 19189 | if ${gl_cv_next_time_h+:} false; then : | 19179 | if test "${gl_cv_next_time_h+set}" = set; then : |
| 19190 | $as_echo_n "(cached) " >&6 | 19180 | $as_echo_n "(cached) " >&6 |
| 19191 | else | 19181 | else |
| 19192 | 19182 | ||
| @@ -19229,7 +19219,7 @@ $as_echo "$gl_cv_next_time_h" >&6; } | |||
| 19229 | 19219 | ||
| 19230 | 19220 | ||
| 19231 | ac_fn_c_check_decl "$LINENO" "localtime_r" "ac_cv_have_decl_localtime_r" "$ac_includes_default" | 19221 | ac_fn_c_check_decl "$LINENO" "localtime_r" "ac_cv_have_decl_localtime_r" "$ac_includes_default" |
| 19232 | if test "x$ac_cv_have_decl_localtime_r" = xyes; then : | 19222 | if test "x$ac_cv_have_decl_localtime_r" = x""yes; then : |
| 19233 | ac_have_decl=1 | 19223 | ac_have_decl=1 |
| 19234 | else | 19224 | else |
| 19235 | ac_have_decl=0 | 19225 | ac_have_decl=0 |
| @@ -19274,7 +19264,7 @@ fi | |||
| 19274 | if test $ac_cv_working_alloca_h = yes; then | 19264 | if test $ac_cv_working_alloca_h = yes; then |
| 19275 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca as a compiler built-in" >&5 | 19265 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca as a compiler built-in" >&5 |
| 19276 | $as_echo_n "checking for alloca as a compiler built-in... " >&6; } | 19266 | $as_echo_n "checking for alloca as a compiler built-in... " >&6; } |
| 19277 | if ${gl_cv_rpl_alloca+:} false; then : | 19267 | if test "${gl_cv_rpl_alloca+set}" = set; then : |
| 19278 | $as_echo_n "(cached) " >&6 | 19268 | $as_echo_n "(cached) " >&6 |
| 19279 | else | 19269 | else |
| 19280 | 19270 | ||
| @@ -19350,7 +19340,7 @@ $as_echo "#define HAVE_DUP2 1" >>confdefs.h | |||
| 19350 | if test $HAVE_DUP2 = 1; then | 19340 | if test $HAVE_DUP2 = 1; then |
| 19351 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether dup2 works" >&5 | 19341 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether dup2 works" >&5 |
| 19352 | $as_echo_n "checking whether dup2 works... " >&6; } | 19342 | $as_echo_n "checking whether dup2 works... " >&6; } |
| 19353 | if ${gl_cv_func_dup2_works+:} false; then : | 19343 | if test "${gl_cv_func_dup2_works+set}" = set; then : |
| 19354 | $as_echo_n "(cached) " >&6 | 19344 | $as_echo_n "(cached) " >&6 |
| 19355 | else | 19345 | else |
| 19356 | if test "$cross_compiling" = yes; then : | 19346 | if test "$cross_compiling" = yes; then : |
| @@ -19459,7 +19449,7 @@ gl_save_LIBS=$LIBS | |||
| 19459 | # NetBSD >= 0.9, OpenBSD >= 2.0, Solaris >= 7. | 19449 | # NetBSD >= 0.9, OpenBSD >= 2.0, Solaris >= 7. |
| 19460 | HAVE_GETLOADAVG=1 | 19450 | HAVE_GETLOADAVG=1 |
| 19461 | ac_fn_c_check_func "$LINENO" "getloadavg" "ac_cv_func_getloadavg" | 19451 | ac_fn_c_check_func "$LINENO" "getloadavg" "ac_cv_func_getloadavg" |
| 19462 | if test "x$ac_cv_func_getloadavg" = xyes; then : | 19452 | if test "x$ac_cv_func_getloadavg" = x""yes; then : |
| 19463 | 19453 | ||
| 19464 | else | 19454 | else |
| 19465 | gl_func_getloadavg_done=no | 19455 | gl_func_getloadavg_done=no |
| @@ -19472,7 +19462,7 @@ else | |||
| 19472 | if test $gl_func_getloadavg_done = no; then | 19462 | if test $gl_func_getloadavg_done = no; then |
| 19473 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for elf_begin in -lelf" >&5 | 19463 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for elf_begin in -lelf" >&5 |
| 19474 | $as_echo_n "checking for elf_begin in -lelf... " >&6; } | 19464 | $as_echo_n "checking for elf_begin in -lelf... " >&6; } |
| 19475 | if ${ac_cv_lib_elf_elf_begin+:} false; then : | 19465 | if test "${ac_cv_lib_elf_elf_begin+set}" = set; then : |
| 19476 | $as_echo_n "(cached) " >&6 | 19466 | $as_echo_n "(cached) " >&6 |
| 19477 | else | 19467 | else |
| 19478 | ac_check_lib_save_LIBS=$LIBS | 19468 | ac_check_lib_save_LIBS=$LIBS |
| @@ -19506,13 +19496,13 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 19506 | fi | 19496 | fi |
| 19507 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_elf_elf_begin" >&5 | 19497 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_elf_elf_begin" >&5 |
| 19508 | $as_echo "$ac_cv_lib_elf_elf_begin" >&6; } | 19498 | $as_echo "$ac_cv_lib_elf_elf_begin" >&6; } |
| 19509 | if test "x$ac_cv_lib_elf_elf_begin" = xyes; then : | 19499 | if test "x$ac_cv_lib_elf_elf_begin" = x""yes; then : |
| 19510 | LIBS="-lelf $LIBS" | 19500 | LIBS="-lelf $LIBS" |
| 19511 | fi | 19501 | fi |
| 19512 | 19502 | ||
| 19513 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kvm_open in -lkvm" >&5 | 19503 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kvm_open in -lkvm" >&5 |
| 19514 | $as_echo_n "checking for kvm_open in -lkvm... " >&6; } | 19504 | $as_echo_n "checking for kvm_open in -lkvm... " >&6; } |
| 19515 | if ${ac_cv_lib_kvm_kvm_open+:} false; then : | 19505 | if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then : |
| 19516 | $as_echo_n "(cached) " >&6 | 19506 | $as_echo_n "(cached) " >&6 |
| 19517 | else | 19507 | else |
| 19518 | ac_check_lib_save_LIBS=$LIBS | 19508 | ac_check_lib_save_LIBS=$LIBS |
| @@ -19546,14 +19536,14 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 19546 | fi | 19536 | fi |
| 19547 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kvm_kvm_open" >&5 | 19537 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kvm_kvm_open" >&5 |
| 19548 | $as_echo "$ac_cv_lib_kvm_kvm_open" >&6; } | 19538 | $as_echo "$ac_cv_lib_kvm_kvm_open" >&6; } |
| 19549 | if test "x$ac_cv_lib_kvm_kvm_open" = xyes; then : | 19539 | if test "x$ac_cv_lib_kvm_kvm_open" = x""yes; then : |
| 19550 | LIBS="-lkvm $LIBS" | 19540 | LIBS="-lkvm $LIBS" |
| 19551 | fi | 19541 | fi |
| 19552 | 19542 | ||
| 19553 | # Check for the 4.4BSD definition of getloadavg. | 19543 | # Check for the 4.4BSD definition of getloadavg. |
| 19554 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lutil" >&5 | 19544 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lutil" >&5 |
| 19555 | $as_echo_n "checking for getloadavg in -lutil... " >&6; } | 19545 | $as_echo_n "checking for getloadavg in -lutil... " >&6; } |
| 19556 | if ${ac_cv_lib_util_getloadavg+:} false; then : | 19546 | if test "${ac_cv_lib_util_getloadavg+set}" = set; then : |
| 19557 | $as_echo_n "(cached) " >&6 | 19547 | $as_echo_n "(cached) " >&6 |
| 19558 | else | 19548 | else |
| 19559 | ac_check_lib_save_LIBS=$LIBS | 19549 | ac_check_lib_save_LIBS=$LIBS |
| @@ -19587,7 +19577,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 19587 | fi | 19577 | fi |
| 19588 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_util_getloadavg" >&5 | 19578 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_util_getloadavg" >&5 |
| 19589 | $as_echo "$ac_cv_lib_util_getloadavg" >&6; } | 19579 | $as_echo "$ac_cv_lib_util_getloadavg" >&6; } |
| 19590 | if test "x$ac_cv_lib_util_getloadavg" = xyes; then : | 19580 | if test "x$ac_cv_lib_util_getloadavg" = x""yes; then : |
| 19591 | LIBS="-lutil $LIBS" gl_func_getloadavg_done=yes | 19581 | LIBS="-lutil $LIBS" gl_func_getloadavg_done=yes |
| 19592 | fi | 19582 | fi |
| 19593 | 19583 | ||
| @@ -19600,7 +19590,7 @@ fi | |||
| 19600 | LIBS="-L/usr/local/lib $LIBS" | 19590 | LIBS="-L/usr/local/lib $LIBS" |
| 19601 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lgetloadavg" >&5 | 19591 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lgetloadavg" >&5 |
| 19602 | $as_echo_n "checking for getloadavg in -lgetloadavg... " >&6; } | 19592 | $as_echo_n "checking for getloadavg in -lgetloadavg... " >&6; } |
| 19603 | if ${ac_cv_lib_getloadavg_getloadavg+:} false; then : | 19593 | if test "${ac_cv_lib_getloadavg_getloadavg+set}" = set; then : |
| 19604 | $as_echo_n "(cached) " >&6 | 19594 | $as_echo_n "(cached) " >&6 |
| 19605 | else | 19595 | else |
| 19606 | ac_check_lib_save_LIBS=$LIBS | 19596 | ac_check_lib_save_LIBS=$LIBS |
| @@ -19634,7 +19624,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 19634 | fi | 19624 | fi |
| 19635 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_getloadavg_getloadavg" >&5 | 19625 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_getloadavg_getloadavg" >&5 |
| 19636 | $as_echo "$ac_cv_lib_getloadavg_getloadavg" >&6; } | 19626 | $as_echo "$ac_cv_lib_getloadavg_getloadavg" >&6; } |
| 19637 | if test "x$ac_cv_lib_getloadavg_getloadavg" = xyes; then : | 19627 | if test "x$ac_cv_lib_getloadavg_getloadavg" = x""yes; then : |
| 19638 | LIBS="-lgetloadavg $LIBS" gl_func_getloadavg_done=yes | 19628 | LIBS="-lgetloadavg $LIBS" gl_func_getloadavg_done=yes |
| 19639 | else | 19629 | else |
| 19640 | LIBS=$gl_getloadavg_LIBS | 19630 | LIBS=$gl_getloadavg_LIBS |
| @@ -19649,7 +19639,7 @@ fi | |||
| 19649 | # Solaris has libkstat which does not require root. | 19639 | # Solaris has libkstat which does not require root. |
| 19650 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5 | 19640 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5 |
| 19651 | $as_echo_n "checking for kstat_open in -lkstat... " >&6; } | 19641 | $as_echo_n "checking for kstat_open in -lkstat... " >&6; } |
| 19652 | if ${ac_cv_lib_kstat_kstat_open+:} false; then : | 19642 | if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then : |
| 19653 | $as_echo_n "(cached) " >&6 | 19643 | $as_echo_n "(cached) " >&6 |
| 19654 | else | 19644 | else |
| 19655 | ac_check_lib_save_LIBS=$LIBS | 19645 | ac_check_lib_save_LIBS=$LIBS |
| @@ -19683,7 +19673,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 19683 | fi | 19673 | fi |
| 19684 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5 | 19674 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5 |
| 19685 | $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; } | 19675 | $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; } |
| 19686 | if test "x$ac_cv_lib_kstat_kstat_open" = xyes; then : | 19676 | if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then : |
| 19687 | cat >>confdefs.h <<_ACEOF | 19677 | cat >>confdefs.h <<_ACEOF |
| 19688 | #define HAVE_LIBKSTAT 1 | 19678 | #define HAVE_LIBKSTAT 1 |
| 19689 | _ACEOF | 19679 | _ACEOF |
| @@ -19698,7 +19688,7 @@ fi | |||
| 19698 | if test $gl_func_getloadavg_done = no; then | 19688 | if test $gl_func_getloadavg_done = no; then |
| 19699 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for perfstat_cpu_total in -lperfstat" >&5 | 19689 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for perfstat_cpu_total in -lperfstat" >&5 |
| 19700 | $as_echo_n "checking for perfstat_cpu_total in -lperfstat... " >&6; } | 19690 | $as_echo_n "checking for perfstat_cpu_total in -lperfstat... " >&6; } |
| 19701 | if ${ac_cv_lib_perfstat_perfstat_cpu_total+:} false; then : | 19691 | if test "${ac_cv_lib_perfstat_perfstat_cpu_total+set}" = set; then : |
| 19702 | $as_echo_n "(cached) " >&6 | 19692 | $as_echo_n "(cached) " >&6 |
| 19703 | else | 19693 | else |
| 19704 | ac_check_lib_save_LIBS=$LIBS | 19694 | ac_check_lib_save_LIBS=$LIBS |
| @@ -19732,7 +19722,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 19732 | fi | 19722 | fi |
| 19733 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_perfstat_perfstat_cpu_total" >&5 | 19723 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_perfstat_perfstat_cpu_total" >&5 |
| 19734 | $as_echo "$ac_cv_lib_perfstat_perfstat_cpu_total" >&6; } | 19724 | $as_echo "$ac_cv_lib_perfstat_perfstat_cpu_total" >&6; } |
| 19735 | if test "x$ac_cv_lib_perfstat_perfstat_cpu_total" = xyes; then : | 19725 | if test "x$ac_cv_lib_perfstat_perfstat_cpu_total" = x""yes; then : |
| 19736 | cat >>confdefs.h <<_ACEOF | 19726 | cat >>confdefs.h <<_ACEOF |
| 19737 | #define HAVE_LIBPERFSTAT 1 | 19727 | #define HAVE_LIBPERFSTAT 1 |
| 19738 | _ACEOF | 19728 | _ACEOF |
| @@ -19746,14 +19736,14 @@ fi | |||
| 19746 | 19736 | ||
| 19747 | if test $gl_func_getloadavg_done = no; then | 19737 | if test $gl_func_getloadavg_done = no; then |
| 19748 | ac_fn_c_check_header_mongrel "$LINENO" "sys/dg_sys_info.h" "ac_cv_header_sys_dg_sys_info_h" "$ac_includes_default" | 19738 | ac_fn_c_check_header_mongrel "$LINENO" "sys/dg_sys_info.h" "ac_cv_header_sys_dg_sys_info_h" "$ac_includes_default" |
| 19749 | if test "x$ac_cv_header_sys_dg_sys_info_h" = xyes; then : | 19739 | if test "x$ac_cv_header_sys_dg_sys_info_h" = x""yes; then : |
| 19750 | gl_func_getloadavg_done=yes | 19740 | gl_func_getloadavg_done=yes |
| 19751 | 19741 | ||
| 19752 | $as_echo "#define DGUX 1" >>confdefs.h | 19742 | $as_echo "#define DGUX 1" >>confdefs.h |
| 19753 | 19743 | ||
| 19754 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dg_sys_info in -ldgc" >&5 | 19744 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dg_sys_info in -ldgc" >&5 |
| 19755 | $as_echo_n "checking for dg_sys_info in -ldgc... " >&6; } | 19745 | $as_echo_n "checking for dg_sys_info in -ldgc... " >&6; } |
| 19756 | if ${ac_cv_lib_dgc_dg_sys_info+:} false; then : | 19746 | if test "${ac_cv_lib_dgc_dg_sys_info+set}" = set; then : |
| 19757 | $as_echo_n "(cached) " >&6 | 19747 | $as_echo_n "(cached) " >&6 |
| 19758 | else | 19748 | else |
| 19759 | ac_check_lib_save_LIBS=$LIBS | 19749 | ac_check_lib_save_LIBS=$LIBS |
| @@ -19787,7 +19777,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 19787 | fi | 19777 | fi |
| 19788 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dgc_dg_sys_info" >&5 | 19778 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dgc_dg_sys_info" >&5 |
| 19789 | $as_echo "$ac_cv_lib_dgc_dg_sys_info" >&6; } | 19779 | $as_echo "$ac_cv_lib_dgc_dg_sys_info" >&6; } |
| 19790 | if test "x$ac_cv_lib_dgc_dg_sys_info" = xyes; then : | 19780 | if test "x$ac_cv_lib_dgc_dg_sys_info" = x""yes; then : |
| 19791 | cat >>confdefs.h <<_ACEOF | 19781 | cat >>confdefs.h <<_ACEOF |
| 19792 | #define HAVE_LIBDGC 1 | 19782 | #define HAVE_LIBDGC 1 |
| 19793 | _ACEOF | 19783 | _ACEOF |
| @@ -19817,7 +19807,7 @@ LIBS=$gl_save_LIBS | |||
| 19817 | for ac_header in sys/loadavg.h | 19807 | for ac_header in sys/loadavg.h |
| 19818 | do : | 19808 | do : |
| 19819 | ac_fn_c_check_header_mongrel "$LINENO" "sys/loadavg.h" "ac_cv_header_sys_loadavg_h" "$ac_includes_default" | 19809 | ac_fn_c_check_header_mongrel "$LINENO" "sys/loadavg.h" "ac_cv_header_sys_loadavg_h" "$ac_includes_default" |
| 19820 | if test "x$ac_cv_header_sys_loadavg_h" = xyes; then : | 19810 | if test "x$ac_cv_header_sys_loadavg_h" = x""yes; then : |
| 19821 | cat >>confdefs.h <<_ACEOF | 19811 | cat >>confdefs.h <<_ACEOF |
| 19822 | #define HAVE_SYS_LOADAVG_H 1 | 19812 | #define HAVE_SYS_LOADAVG_H 1 |
| 19823 | _ACEOF | 19813 | _ACEOF |
| @@ -19836,7 +19826,7 @@ ac_fn_c_check_decl "$LINENO" "getloadavg" "ac_cv_have_decl_getloadavg" "#if HAVE | |||
| 19836 | #endif | 19826 | #endif |
| 19837 | #include <stdlib.h> | 19827 | #include <stdlib.h> |
| 19838 | " | 19828 | " |
| 19839 | if test "x$ac_cv_have_decl_getloadavg" = xyes; then : | 19829 | if test "x$ac_cv_have_decl_getloadavg" = x""yes; then : |
| 19840 | 19830 | ||
| 19841 | else | 19831 | else |
| 19842 | HAVE_DECL_GETLOADAVG=0 | 19832 | HAVE_DECL_GETLOADAVG=0 |
| @@ -19862,7 +19852,7 @@ if test $gl_func_getloadavg_done = no; then | |||
| 19862 | for ac_func in pstat_getdynamic | 19852 | for ac_func in pstat_getdynamic |
| 19863 | do : | 19853 | do : |
| 19864 | ac_fn_c_check_func "$LINENO" "pstat_getdynamic" "ac_cv_func_pstat_getdynamic" | 19854 | ac_fn_c_check_func "$LINENO" "pstat_getdynamic" "ac_cv_func_pstat_getdynamic" |
| 19865 | if test "x$ac_cv_func_pstat_getdynamic" = xyes; then : | 19855 | if test "x$ac_cv_func_pstat_getdynamic" = x""yes; then : |
| 19866 | cat >>confdefs.h <<_ACEOF | 19856 | cat >>confdefs.h <<_ACEOF |
| 19867 | #define HAVE_PSTAT_GETDYNAMIC 1 | 19857 | #define HAVE_PSTAT_GETDYNAMIC 1 |
| 19868 | _ACEOF | 19858 | _ACEOF |
| @@ -19885,7 +19875,7 @@ fi | |||
| 19885 | 19875 | ||
| 19886 | if test $gl_func_getloadavg_done = no; then | 19876 | if test $gl_func_getloadavg_done = no; then |
| 19887 | ac_fn_c_check_header_mongrel "$LINENO" "inq_stats/cpustats.h" "ac_cv_header_inq_stats_cpustats_h" "$ac_includes_default" | 19877 | ac_fn_c_check_header_mongrel "$LINENO" "inq_stats/cpustats.h" "ac_cv_header_inq_stats_cpustats_h" "$ac_includes_default" |
| 19888 | if test "x$ac_cv_header_inq_stats_cpustats_h" = xyes; then : | 19878 | if test "x$ac_cv_header_inq_stats_cpustats_h" = x""yes; then : |
| 19889 | gl_func_getloadavg_done=yes | 19879 | gl_func_getloadavg_done=yes |
| 19890 | 19880 | ||
| 19891 | $as_echo "#define UMAX 1" >>confdefs.h | 19881 | $as_echo "#define UMAX 1" >>confdefs.h |
| @@ -19900,7 +19890,7 @@ fi | |||
| 19900 | 19890 | ||
| 19901 | if test $gl_func_getloadavg_done = no; then | 19891 | if test $gl_func_getloadavg_done = no; then |
| 19902 | ac_fn_c_check_header_mongrel "$LINENO" "sys/cpustats.h" "ac_cv_header_sys_cpustats_h" "$ac_includes_default" | 19892 | ac_fn_c_check_header_mongrel "$LINENO" "sys/cpustats.h" "ac_cv_header_sys_cpustats_h" "$ac_includes_default" |
| 19903 | if test "x$ac_cv_header_sys_cpustats_h" = xyes; then : | 19893 | if test "x$ac_cv_header_sys_cpustats_h" = x""yes; then : |
| 19904 | gl_func_getloadavg_done=yes; $as_echo "#define UMAX 1" >>confdefs.h | 19894 | gl_func_getloadavg_done=yes; $as_echo "#define UMAX 1" >>confdefs.h |
| 19905 | 19895 | ||
| 19906 | fi | 19896 | fi |
| @@ -19912,7 +19902,7 @@ if test $gl_func_getloadavg_done = no; then | |||
| 19912 | for ac_header in mach/mach.h | 19902 | for ac_header in mach/mach.h |
| 19913 | do : | 19903 | do : |
| 19914 | ac_fn_c_check_header_mongrel "$LINENO" "mach/mach.h" "ac_cv_header_mach_mach_h" "$ac_includes_default" | 19904 | ac_fn_c_check_header_mongrel "$LINENO" "mach/mach.h" "ac_cv_header_mach_mach_h" "$ac_includes_default" |
| 19915 | if test "x$ac_cv_header_mach_mach_h" = xyes; then : | 19905 | if test "x$ac_cv_header_mach_mach_h" = x""yes; then : |
| 19916 | cat >>confdefs.h <<_ACEOF | 19906 | cat >>confdefs.h <<_ACEOF |
| 19917 | #define HAVE_MACH_MACH_H 1 | 19907 | #define HAVE_MACH_MACH_H 1 |
| 19918 | _ACEOF | 19908 | _ACEOF |
| @@ -19926,13 +19916,13 @@ fi | |||
| 19926 | for ac_header in nlist.h | 19916 | for ac_header in nlist.h |
| 19927 | do : | 19917 | do : |
| 19928 | ac_fn_c_check_header_mongrel "$LINENO" "nlist.h" "ac_cv_header_nlist_h" "$ac_includes_default" | 19918 | ac_fn_c_check_header_mongrel "$LINENO" "nlist.h" "ac_cv_header_nlist_h" "$ac_includes_default" |
| 19929 | if test "x$ac_cv_header_nlist_h" = xyes; then : | 19919 | if test "x$ac_cv_header_nlist_h" = x""yes; then : |
| 19930 | cat >>confdefs.h <<_ACEOF | 19920 | cat >>confdefs.h <<_ACEOF |
| 19931 | #define HAVE_NLIST_H 1 | 19921 | #define HAVE_NLIST_H 1 |
| 19932 | _ACEOF | 19922 | _ACEOF |
| 19933 | ac_fn_c_check_member "$LINENO" "struct nlist" "n_un.n_name" "ac_cv_member_struct_nlist_n_un_n_name" "#include <nlist.h> | 19923 | ac_fn_c_check_member "$LINENO" "struct nlist" "n_un.n_name" "ac_cv_member_struct_nlist_n_un_n_name" "#include <nlist.h> |
| 19934 | " | 19924 | " |
| 19935 | if test "x$ac_cv_member_struct_nlist_n_un_n_name" = xyes; then : | 19925 | if test "x$ac_cv_member_struct_nlist_n_un_n_name" = x""yes; then : |
| 19936 | 19926 | ||
| 19937 | cat >>confdefs.h <<_ACEOF | 19927 | cat >>confdefs.h <<_ACEOF |
| 19938 | #define HAVE_STRUCT_NLIST_N_UN_N_NAME 1 | 19928 | #define HAVE_STRUCT_NLIST_N_UN_N_NAME 1 |
| @@ -20117,7 +20107,7 @@ fi | |||
| 20117 | fi | 20107 | fi |
| 20118 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mktime" >&5 | 20108 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mktime" >&5 |
| 20119 | $as_echo_n "checking for working mktime... " >&6; } | 20109 | $as_echo_n "checking for working mktime... " >&6; } |
| 20120 | if ${gl_cv_func_working_mktime+:} false; then : | 20110 | if test "${gl_cv_func_working_mktime+set}" = set; then : |
| 20121 | $as_echo_n "(cached) " >&6 | 20111 | $as_echo_n "(cached) " >&6 |
| 20122 | else | 20112 | else |
| 20123 | if test "$cross_compiling" = yes; then : | 20113 | if test "$cross_compiling" = yes; then : |
| @@ -20387,7 +20377,7 @@ fi | |||
| 20387 | if test -z "$LIB_PTHREAD_SIGMASK"; then | 20377 | if test -z "$LIB_PTHREAD_SIGMASK"; then |
| 20388 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthread_sigmask works without -lpthread" >&5 | 20378 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthread_sigmask works without -lpthread" >&5 |
| 20389 | $as_echo_n "checking whether pthread_sigmask works without -lpthread... " >&6; } | 20379 | $as_echo_n "checking whether pthread_sigmask works without -lpthread... " >&6; } |
| 20390 | if ${gl_cv_func_pthread_sigmask_in_libc_works+:} false; then : | 20380 | if test "${gl_cv_func_pthread_sigmask_in_libc_works+set}" = set; then : |
| 20391 | $as_echo_n "(cached) " >&6 | 20381 | $as_echo_n "(cached) " >&6 |
| 20392 | else | 20382 | else |
| 20393 | 20383 | ||
| @@ -20439,7 +20429,7 @@ $as_echo "#define PTHREAD_SIGMASK_INEFFECTIVE 1" >>confdefs.h | |||
| 20439 | 20429 | ||
| 20440 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthread_sigmask returns error numbers" >&5 | 20430 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthread_sigmask returns error numbers" >&5 |
| 20441 | $as_echo_n "checking whether pthread_sigmask returns error numbers... " >&6; } | 20431 | $as_echo_n "checking whether pthread_sigmask returns error numbers... " >&6; } |
| 20442 | if ${gl_cv_func_pthread_sigmask_return_works+:} false; then : | 20432 | if test "${gl_cv_func_pthread_sigmask_return_works+set}" = set; then : |
| 20443 | $as_echo_n "(cached) " >&6 | 20433 | $as_echo_n "(cached) " >&6 |
| 20444 | else | 20434 | else |
| 20445 | 20435 | ||
| @@ -20494,7 +20484,7 @@ $as_echo "#define PTHREAD_SIGMASK_FAILS_WITH_ERRNO 1" >>confdefs.h | |||
| 20494 | 20484 | ||
| 20495 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthread_sigmask unblocks signals correctly" >&5 | 20485 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthread_sigmask unblocks signals correctly" >&5 |
| 20496 | $as_echo_n "checking whether pthread_sigmask unblocks signals correctly... " >&6; } | 20486 | $as_echo_n "checking whether pthread_sigmask unblocks signals correctly... " >&6; } |
| 20497 | if ${gl_cv_func_pthread_sigmask_unblock_works+:} false; then : | 20487 | if test "${gl_cv_func_pthread_sigmask_unblock_works+set}" = set; then : |
| 20498 | $as_echo_n "(cached) " >&6 | 20488 | $as_echo_n "(cached) " >&6 |
| 20499 | else | 20489 | else |
| 20500 | 20490 | ||
| @@ -20609,7 +20599,7 @@ fi | |||
| 20609 | else | 20599 | else |
| 20610 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether readlink signature is correct" >&5 | 20600 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether readlink signature is correct" >&5 |
| 20611 | $as_echo_n "checking whether readlink signature is correct... " >&6; } | 20601 | $as_echo_n "checking whether readlink signature is correct... " >&6; } |
| 20612 | if ${gl_cv_decl_readlink_works+:} false; then : | 20602 | if test "${gl_cv_decl_readlink_works+set}" = set; then : |
| 20613 | $as_echo_n "(cached) " >&6 | 20603 | $as_echo_n "(cached) " >&6 |
| 20614 | else | 20604 | else |
| 20615 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 20605 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -20636,7 +20626,7 @@ fi | |||
| 20636 | $as_echo "$gl_cv_decl_readlink_works" >&6; } | 20626 | $as_echo "$gl_cv_decl_readlink_works" >&6; } |
| 20637 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether readlink handles trailing slash correctly" >&5 | 20627 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether readlink handles trailing slash correctly" >&5 |
| 20638 | $as_echo_n "checking whether readlink handles trailing slash correctly... " >&6; } | 20628 | $as_echo_n "checking whether readlink handles trailing slash correctly... " >&6; } |
| 20639 | if ${gl_cv_func_readlink_works+:} false; then : | 20629 | if test "${gl_cv_func_readlink_works+set}" = set; then : |
| 20640 | $as_echo_n "(cached) " >&6 | 20630 | $as_echo_n "(cached) " >&6 |
| 20641 | else | 20631 | else |
| 20642 | # We have readlink, so assume ln -s works. | 20632 | # We have readlink, so assume ln -s works. |
| @@ -20725,7 +20715,7 @@ fi | |||
| 20725 | else | 20715 | else |
| 20726 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <signal.h>" >&5 | 20716 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <signal.h>" >&5 |
| 20727 | $as_echo_n "checking absolute name of <signal.h>... " >&6; } | 20717 | $as_echo_n "checking absolute name of <signal.h>... " >&6; } |
| 20728 | if ${gl_cv_next_signal_h+:} false; then : | 20718 | if test "${gl_cv_next_signal_h+set}" = set; then : |
| 20729 | $as_echo_n "(cached) " >&6 | 20719 | $as_echo_n "(cached) " >&6 |
| 20730 | else | 20720 | else |
| 20731 | 20721 | ||
| @@ -20772,7 +20762,7 @@ $as_echo "$gl_cv_next_signal_h" >&6; } | |||
| 20772 | #include <signal.h> | 20762 | #include <signal.h> |
| 20773 | 20763 | ||
| 20774 | " | 20764 | " |
| 20775 | if test "x$ac_cv_type_volatile_sig_atomic_t" = xyes; then : | 20765 | if test "x$ac_cv_type_volatile_sig_atomic_t" = x""yes; then : |
| 20776 | 20766 | ||
| 20777 | else | 20767 | else |
| 20778 | HAVE_TYPE_VOLATILE_SIG_ATOMIC_T=0 | 20768 | HAVE_TYPE_VOLATILE_SIG_ATOMIC_T=0 |
| @@ -20786,7 +20776,7 @@ fi | |||
| 20786 | #include <signal.h> | 20776 | #include <signal.h> |
| 20787 | 20777 | ||
| 20788 | " | 20778 | " |
| 20789 | if test "x$ac_cv_type_sighandler_t" = xyes; then : | 20779 | if test "x$ac_cv_type_sighandler_t" = x""yes; then : |
| 20790 | 20780 | ||
| 20791 | else | 20781 | else |
| 20792 | HAVE_SIGHANDLER_T=0 | 20782 | HAVE_SIGHANDLER_T=0 |
| @@ -20808,12 +20798,12 @@ fi | |||
| 20808 | #endif | 20798 | #endif |
| 20809 | 20799 | ||
| 20810 | " | 20800 | " |
| 20811 | if test "x$ac_cv_type_socklen_t" = xyes; then : | 20801 | if test "x$ac_cv_type_socklen_t" = x""yes; then : |
| 20812 | 20802 | ||
| 20813 | else | 20803 | else |
| 20814 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for socklen_t equivalent" >&5 | 20804 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for socklen_t equivalent" >&5 |
| 20815 | $as_echo_n "checking for socklen_t equivalent... " >&6; } | 20805 | $as_echo_n "checking for socklen_t equivalent... " >&6; } |
| 20816 | if ${gl_cv_socklen_t_equiv+:} false; then : | 20806 | if test "${gl_cv_socklen_t_equiv+set}" = set; then : |
| 20817 | $as_echo_n "(cached) " >&6 | 20807 | $as_echo_n "(cached) " >&6 |
| 20818 | else | 20808 | else |
| 20819 | # Systems have either "struct sockaddr *" or | 20809 | # Systems have either "struct sockaddr *" or |
| @@ -20848,7 +20838,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |||
| 20848 | fi | 20838 | fi |
| 20849 | 20839 | ||
| 20850 | if test "$gl_cv_socklen_t_equiv" = ""; then | 20840 | if test "$gl_cv_socklen_t_equiv" = ""; then |
| 20851 | as_fn_error $? "Cannot find a type to use in place of socklen_t" "$LINENO" 5 | 20841 | as_fn_error "Cannot find a type to use in place of socklen_t" "$LINENO" 5 |
| 20852 | fi | 20842 | fi |
| 20853 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_socklen_t_equiv" >&5 | 20843 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_socklen_t_equiv" >&5 |
| 20854 | $as_echo "$gl_cv_socklen_t_equiv" >&6; } | 20844 | $as_echo "$gl_cv_socklen_t_equiv" >&6; } |
| @@ -20862,7 +20852,7 @@ fi | |||
| 20862 | 20852 | ||
| 20863 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ssize_t" >&5 | 20853 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ssize_t" >&5 |
| 20864 | $as_echo_n "checking for ssize_t... " >&6; } | 20854 | $as_echo_n "checking for ssize_t... " >&6; } |
| 20865 | if ${gt_cv_ssize_t+:} false; then : | 20855 | if test "${gt_cv_ssize_t+set}" = set; then : |
| 20866 | $as_echo_n "(cached) " >&6 | 20856 | $as_echo_n "(cached) " >&6 |
| 20867 | else | 20857 | else |
| 20868 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 20858 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -20897,7 +20887,7 @@ $as_echo "#define ssize_t int" >>confdefs.h | |||
| 20897 | NEXT_STDARG_H='<stdarg.h>' | 20887 | NEXT_STDARG_H='<stdarg.h>' |
| 20898 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for va_copy" >&5 | 20888 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for va_copy" >&5 |
| 20899 | $as_echo_n "checking for va_copy... " >&6; } | 20889 | $as_echo_n "checking for va_copy... " >&6; } |
| 20900 | if ${gl_cv_func_va_copy+:} false; then : | 20890 | if test "${gl_cv_func_va_copy+set}" = set; then : |
| 20901 | $as_echo_n "(cached) " >&6 | 20891 | $as_echo_n "(cached) " >&6 |
| 20902 | else | 20892 | else |
| 20903 | 20893 | ||
| @@ -20957,7 +20947,7 @@ rm -f conftest* | |||
| 20957 | else | 20947 | else |
| 20958 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdarg.h>" >&5 | 20948 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdarg.h>" >&5 |
| 20959 | $as_echo_n "checking absolute name of <stdarg.h>... " >&6; } | 20949 | $as_echo_n "checking absolute name of <stdarg.h>... " >&6; } |
| 20960 | if ${gl_cv_next_stdarg_h+:} false; then : | 20950 | if test "${gl_cv_next_stdarg_h+set}" = set; then : |
| 20961 | $as_echo_n "(cached) " >&6 | 20951 | $as_echo_n "(cached) " >&6 |
| 20962 | else | 20952 | else |
| 20963 | 20953 | ||
| @@ -21005,7 +20995,7 @@ $as_echo "$gl_cv_next_stdarg_h" >&6; } | |||
| 21005 | 20995 | ||
| 21006 | saved_as_echo_n="$as_echo_n" | 20996 | saved_as_echo_n="$as_echo_n" |
| 21007 | as_echo_n=':' | 20997 | as_echo_n=':' |
| 21008 | if ${gl_cv_func___va_copy+:} false; then : | 20998 | if test "${gl_cv_func___va_copy+set}" = set; then : |
| 21009 | $as_echo_n "(cached) " >&6 | 20999 | $as_echo_n "(cached) " >&6 |
| 21010 | else | 21000 | else |
| 21011 | 21001 | ||
| @@ -21094,7 +21084,7 @@ fi | |||
| 21094 | fi | 21084 | fi |
| 21095 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NULL can be used in arbitrary expressions" >&5 | 21085 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NULL can be used in arbitrary expressions" >&5 |
| 21096 | $as_echo_n "checking whether NULL can be used in arbitrary expressions... " >&6; } | 21086 | $as_echo_n "checking whether NULL can be used in arbitrary expressions... " >&6; } |
| 21097 | if ${gl_cv_decl_null_works+:} false; then : | 21087 | if test "${gl_cv_decl_null_works+set}" = set; then : |
| 21098 | $as_echo_n "(cached) " >&6 | 21088 | $as_echo_n "(cached) " >&6 |
| 21099 | else | 21089 | else |
| 21100 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 21090 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -21146,7 +21136,7 @@ fi | |||
| 21146 | else | 21136 | else |
| 21147 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stddef.h>" >&5 | 21137 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stddef.h>" >&5 |
| 21148 | $as_echo_n "checking absolute name of <stddef.h>... " >&6; } | 21138 | $as_echo_n "checking absolute name of <stddef.h>... " >&6; } |
| 21149 | if ${gl_cv_next_stddef_h+:} false; then : | 21139 | if test "${gl_cv_next_stddef_h+set}" = set; then : |
| 21150 | $as_echo_n "(cached) " >&6 | 21140 | $as_echo_n "(cached) " >&6 |
| 21151 | else | 21141 | else |
| 21152 | 21142 | ||
| @@ -21205,7 +21195,7 @@ $as_echo "$gl_cv_next_stddef_h" >&6; } | |||
| 21205 | else | 21195 | else |
| 21206 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdio.h>" >&5 | 21196 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdio.h>" >&5 |
| 21207 | $as_echo_n "checking absolute name of <stdio.h>... " >&6; } | 21197 | $as_echo_n "checking absolute name of <stdio.h>... " >&6; } |
| 21208 | if ${gl_cv_next_stdio_h+:} false; then : | 21198 | if test "${gl_cv_next_stdio_h+set}" = set; then : |
| 21209 | $as_echo_n "(cached) " >&6 | 21199 | $as_echo_n "(cached) " >&6 |
| 21210 | else | 21200 | else |
| 21211 | 21201 | ||
| @@ -21286,7 +21276,7 @@ $as_echo "$gl_cv_next_stdio_h" >&6; } | |||
| 21286 | else | 21276 | else |
| 21287 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdlib.h>" >&5 | 21277 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdlib.h>" >&5 |
| 21288 | $as_echo_n "checking absolute name of <stdlib.h>... " >&6; } | 21278 | $as_echo_n "checking absolute name of <stdlib.h>... " >&6; } |
| 21289 | if ${gl_cv_next_stdlib_h+:} false; then : | 21279 | if test "${gl_cv_next_stdlib_h+set}" = set; then : |
| 21290 | $as_echo_n "(cached) " >&6 | 21280 | $as_echo_n "(cached) " >&6 |
| 21291 | else | 21281 | else |
| 21292 | 21282 | ||
| @@ -21367,7 +21357,7 @@ if test $ac_cv_func_strtoimax = no; then | |||
| 21367 | 21357 | ||
| 21368 | 21358 | ||
| 21369 | ac_fn_c_check_decl "$LINENO" "strtoll" "ac_cv_have_decl_strtoll" "$ac_includes_default" | 21359 | ac_fn_c_check_decl "$LINENO" "strtoll" "ac_cv_have_decl_strtoll" "$ac_includes_default" |
| 21370 | if test "x$ac_cv_have_decl_strtoll" = xyes; then : | 21360 | if test "x$ac_cv_have_decl_strtoll" = x""yes; then : |
| 21371 | ac_have_decl=1 | 21361 | ac_have_decl=1 |
| 21372 | else | 21362 | else |
| 21373 | ac_have_decl=0 | 21363 | ac_have_decl=0 |
| @@ -21413,7 +21403,7 @@ if test $ac_cv_func_strtoumax = no; then | |||
| 21413 | 21403 | ||
| 21414 | 21404 | ||
| 21415 | ac_fn_c_check_decl "$LINENO" "strtoull" "ac_cv_have_decl_strtoull" "$ac_includes_default" | 21405 | ac_fn_c_check_decl "$LINENO" "strtoull" "ac_cv_have_decl_strtoull" "$ac_includes_default" |
| 21416 | if test "x$ac_cv_have_decl_strtoull" = xyes; then : | 21406 | if test "x$ac_cv_have_decl_strtoull" = x""yes; then : |
| 21417 | ac_have_decl=1 | 21407 | ac_have_decl=1 |
| 21418 | else | 21408 | else |
| 21419 | ac_have_decl=0 | 21409 | ac_have_decl=0 |
| @@ -21444,7 +21434,7 @@ fi | |||
| 21444 | else | 21434 | else |
| 21445 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether symlink handles trailing slash correctly" >&5 | 21435 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether symlink handles trailing slash correctly" >&5 |
| 21446 | $as_echo_n "checking whether symlink handles trailing slash correctly... " >&6; } | 21436 | $as_echo_n "checking whether symlink handles trailing slash correctly... " >&6; } |
| 21447 | if ${gl_cv_func_symlink_works+:} false; then : | 21437 | if test "${gl_cv_func_symlink_works+set}" = set; then : |
| 21448 | $as_echo_n "(cached) " >&6 | 21438 | $as_echo_n "(cached) " >&6 |
| 21449 | else | 21439 | else |
| 21450 | if test "$cross_compiling" = yes; then : | 21440 | if test "$cross_compiling" = yes; then : |
| @@ -21532,7 +21522,7 @@ fi | |||
| 21532 | else | 21522 | else |
| 21533 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <sys/stat.h>" >&5 | 21523 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <sys/stat.h>" >&5 |
| 21534 | $as_echo_n "checking absolute name of <sys/stat.h>... " >&6; } | 21524 | $as_echo_n "checking absolute name of <sys/stat.h>... " >&6; } |
| 21535 | if ${gl_cv_next_sys_stat_h+:} false; then : | 21525 | if test "${gl_cv_next_sys_stat_h+set}" = set; then : |
| 21536 | $as_echo_n "(cached) " >&6 | 21526 | $as_echo_n "(cached) " >&6 |
| 21537 | else | 21527 | else |
| 21538 | 21528 | ||
| @@ -21582,7 +21572,7 @@ $as_echo "$gl_cv_next_sys_stat_h" >&6; } | |||
| 21582 | ac_fn_c_check_type "$LINENO" "nlink_t" "ac_cv_type_nlink_t" "#include <sys/types.h> | 21572 | ac_fn_c_check_type "$LINENO" "nlink_t" "ac_cv_type_nlink_t" "#include <sys/types.h> |
| 21583 | #include <sys/stat.h> | 21573 | #include <sys/stat.h> |
| 21584 | " | 21574 | " |
| 21585 | if test "x$ac_cv_type_nlink_t" = xyes; then : | 21575 | if test "x$ac_cv_type_nlink_t" = x""yes; then : |
| 21586 | 21576 | ||
| 21587 | else | 21577 | else |
| 21588 | 21578 | ||
| @@ -21613,7 +21603,7 @@ fi | |||
| 21613 | HAVE_LOCALTIME_R=1 | 21603 | HAVE_LOCALTIME_R=1 |
| 21614 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime_r is compatible with its POSIX signature" >&5 | 21604 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime_r is compatible with its POSIX signature" >&5 |
| 21615 | $as_echo_n "checking whether localtime_r is compatible with its POSIX signature... " >&6; } | 21605 | $as_echo_n "checking whether localtime_r is compatible with its POSIX signature... " >&6; } |
| 21616 | if ${gl_cv_time_r_posix+:} false; then : | 21606 | if test "${gl_cv_time_r_posix+set}" = set; then : |
| 21617 | $as_echo_n "(cached) " >&6 | 21607 | $as_echo_n "(cached) " >&6 |
| 21618 | else | 21608 | else |
| 21619 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 21609 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -21699,7 +21689,7 @@ fi | |||
| 21699 | else | 21689 | else |
| 21700 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <unistd.h>" >&5 | 21690 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <unistd.h>" >&5 |
| 21701 | $as_echo_n "checking absolute name of <unistd.h>... " >&6; } | 21691 | $as_echo_n "checking absolute name of <unistd.h>... " >&6; } |
| 21702 | if ${gl_cv_next_unistd_h+:} false; then : | 21692 | if test "${gl_cv_next_unistd_h+set}" = set; then : |
| 21703 | $as_echo_n "(cached) " >&6 | 21693 | $as_echo_n "(cached) " >&6 |
| 21704 | else | 21694 | else |
| 21705 | 21695 | ||
| @@ -21783,7 +21773,7 @@ $as_echo "$gl_cv_next_unistd_h" >&6; } | |||
| 21783 | 21773 | ||
| 21784 | if test $gl_cv_type_sigset_t = yes; then | 21774 | if test $gl_cv_type_sigset_t = yes; then |
| 21785 | ac_fn_c_check_func "$LINENO" "sigprocmask" "ac_cv_func_sigprocmask" | 21775 | ac_fn_c_check_func "$LINENO" "sigprocmask" "ac_cv_func_sigprocmask" |
| 21786 | if test "x$ac_cv_func_sigprocmask" = xyes; then : | 21776 | if test "x$ac_cv_func_sigprocmask" = x""yes; then : |
| 21787 | gl_cv_func_sigprocmask=1 | 21777 | gl_cv_func_sigprocmask=1 |
| 21788 | fi | 21778 | fi |
| 21789 | 21779 | ||
| @@ -21828,7 +21818,7 @@ fi | |||
| 21828 | 21818 | ||
| 21829 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat handles trailing slashes on directories" >&5 | 21819 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat handles trailing slashes on directories" >&5 |
| 21830 | $as_echo_n "checking whether stat handles trailing slashes on directories... " >&6; } | 21820 | $as_echo_n "checking whether stat handles trailing slashes on directories... " >&6; } |
| 21831 | if ${gl_cv_func_stat_dir_slash+:} false; then : | 21821 | if test "${gl_cv_func_stat_dir_slash+set}" = set; then : |
| 21832 | $as_echo_n "(cached) " >&6 | 21822 | $as_echo_n "(cached) " >&6 |
| 21833 | else | 21823 | else |
| 21834 | if test "$cross_compiling" = yes; then : | 21824 | if test "$cross_compiling" = yes; then : |
| @@ -21863,7 +21853,7 @@ fi | |||
| 21863 | $as_echo "$gl_cv_func_stat_dir_slash" >&6; } | 21853 | $as_echo "$gl_cv_func_stat_dir_slash" >&6; } |
| 21864 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat handles trailing slashes on files" >&5 | 21854 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat handles trailing slashes on files" >&5 |
| 21865 | $as_echo_n "checking whether stat handles trailing slashes on files... " >&6; } | 21855 | $as_echo_n "checking whether stat handles trailing slashes on files... " >&6; } |
| 21866 | if ${gl_cv_func_stat_file_slash+:} false; then : | 21856 | if test "${gl_cv_func_stat_file_slash+set}" = set; then : |
| 21867 | $as_echo_n "(cached) " >&6 | 21857 | $as_echo_n "(cached) " >&6 |
| 21868 | else | 21858 | else |
| 21869 | touch conftest.tmp | 21859 | touch conftest.tmp |
| @@ -21969,7 +21959,7 @@ fi | |||
| 21969 | for ac_func in strtoll | 21959 | for ac_func in strtoll |
| 21970 | do : | 21960 | do : |
| 21971 | ac_fn_c_check_func "$LINENO" "strtoll" "ac_cv_func_strtoll" | 21961 | ac_fn_c_check_func "$LINENO" "strtoll" "ac_cv_func_strtoll" |
| 21972 | if test "x$ac_cv_func_strtoll" = xyes; then : | 21962 | if test "x$ac_cv_func_strtoll" = x""yes; then : |
| 21973 | cat >>confdefs.h <<_ACEOF | 21963 | cat >>confdefs.h <<_ACEOF |
| 21974 | #define HAVE_STRTOLL 1 | 21964 | #define HAVE_STRTOLL 1 |
| 21975 | _ACEOF | 21965 | _ACEOF |
| @@ -22022,7 +22012,7 @@ fi | |||
| 22022 | for ac_func in strtoull | 22012 | for ac_func in strtoull |
| 22023 | do : | 22013 | do : |
| 22024 | ac_fn_c_check_func "$LINENO" "strtoull" "ac_cv_func_strtoull" | 22014 | ac_fn_c_check_func "$LINENO" "strtoull" "ac_cv_func_strtoull" |
| 22025 | if test "x$ac_cv_func_strtoull" = xyes; then : | 22015 | if test "x$ac_cv_func_strtoull" = x""yes; then : |
| 22026 | cat >>confdefs.h <<_ACEOF | 22016 | cat >>confdefs.h <<_ACEOF |
| 22027 | #define HAVE_STRTOULL 1 | 22017 | #define HAVE_STRTOULL 1 |
| 22028 | _ACEOF | 22018 | _ACEOF |
| @@ -24266,21 +24256,10 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; | |||
| 24266 | :end' >>confcache | 24256 | :end' >>confcache |
| 24267 | if diff "$cache_file" confcache >/dev/null 2>&1; then :; else | 24257 | if diff "$cache_file" confcache >/dev/null 2>&1; then :; else |
| 24268 | if test -w "$cache_file"; then | 24258 | if test -w "$cache_file"; then |
| 24269 | if test "x$cache_file" != "x/dev/null"; then | 24259 | test "x$cache_file" != "x/dev/null" && |
| 24270 | { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 | 24260 | { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 |
| 24271 | $as_echo "$as_me: updating cache $cache_file" >&6;} | 24261 | $as_echo "$as_me: updating cache $cache_file" >&6;} |
| 24272 | if test ! -f "$cache_file" || test -h "$cache_file"; then | 24262 | cat confcache >$cache_file |
| 24273 | cat confcache >"$cache_file" | ||
| 24274 | else | ||
| 24275 | case $cache_file in #( | ||
| 24276 | */* | ?:*) | ||
| 24277 | mv -f confcache "$cache_file"$$ && | ||
| 24278 | mv -f "$cache_file"$$ "$cache_file" ;; #( | ||
| 24279 | *) | ||
| 24280 | mv -f confcache "$cache_file" ;; | ||
| 24281 | esac | ||
| 24282 | fi | ||
| 24283 | fi | ||
| 24284 | else | 24263 | else |
| 24285 | { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 | 24264 | { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 |
| 24286 | $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} | 24265 | $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} |
| @@ -24296,7 +24275,6 @@ DEFS=-DHAVE_CONFIG_H | |||
| 24296 | 24275 | ||
| 24297 | ac_libobjs= | 24276 | ac_libobjs= |
| 24298 | ac_ltlibobjs= | 24277 | ac_ltlibobjs= |
| 24299 | U= | ||
| 24300 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue | 24278 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue |
| 24301 | # 1. Remove the extension, and $U if already installed. | 24279 | # 1. Remove the extension, and $U if already installed. |
| 24302 | ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' | 24280 | ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' |
| @@ -24320,71 +24298,71 @@ else | |||
| 24320 | fi | 24298 | fi |
| 24321 | 24299 | ||
| 24322 | if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then | 24300 | if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then |
| 24323 | as_fn_error $? "conditional \"AMDEP\" was never defined. | 24301 | as_fn_error "conditional \"AMDEP\" was never defined. |
| 24324 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 24302 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 24325 | fi | 24303 | fi |
| 24326 | if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then | 24304 | if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then |
| 24327 | as_fn_error $? "conditional \"am__fastdepCC\" was never defined. | 24305 | as_fn_error "conditional \"am__fastdepCC\" was never defined. |
| 24328 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 24306 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 24329 | fi | 24307 | fi |
| 24330 | 24308 | ||
| 24331 | if test -z "${GL_COND_LIBTOOL_TRUE}" && test -z "${GL_COND_LIBTOOL_FALSE}"; then | 24309 | if test -z "${GL_COND_LIBTOOL_TRUE}" && test -z "${GL_COND_LIBTOOL_FALSE}"; then |
| 24332 | as_fn_error $? "conditional \"GL_COND_LIBTOOL\" was never defined. | 24310 | as_fn_error "conditional \"GL_COND_LIBTOOL\" was never defined. |
| 24333 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 24311 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 24334 | fi | 24312 | fi |
| 24335 | if test -z "${GL_GENERATE_ALLOCA_H_TRUE}" && test -z "${GL_GENERATE_ALLOCA_H_FALSE}"; then | 24313 | if test -z "${GL_GENERATE_ALLOCA_H_TRUE}" && test -z "${GL_GENERATE_ALLOCA_H_FALSE}"; then |
| 24336 | as_fn_error $? "conditional \"GL_GENERATE_ALLOCA_H\" was never defined. | 24314 | as_fn_error "conditional \"GL_GENERATE_ALLOCA_H\" was never defined. |
| 24337 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 24315 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 24338 | fi | 24316 | fi |
| 24339 | 24317 | ||
| 24340 | if test -z "${GL_GENERATE_STDINT_H_TRUE}" && test -z "${GL_GENERATE_STDINT_H_FALSE}"; then | 24318 | if test -z "${GL_GENERATE_STDINT_H_TRUE}" && test -z "${GL_GENERATE_STDINT_H_FALSE}"; then |
| 24341 | as_fn_error $? "conditional \"GL_GENERATE_STDINT_H\" was never defined. | 24319 | as_fn_error "conditional \"GL_GENERATE_STDINT_H\" was never defined. |
| 24342 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 24320 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 24343 | fi | 24321 | fi |
| 24344 | if test -z "${GL_GENERATE_STDARG_H_TRUE}" && test -z "${GL_GENERATE_STDARG_H_FALSE}"; then | 24322 | if test -z "${GL_GENERATE_STDARG_H_TRUE}" && test -z "${GL_GENERATE_STDARG_H_FALSE}"; then |
| 24345 | as_fn_error $? "conditional \"GL_GENERATE_STDARG_H\" was never defined. | 24323 | as_fn_error "conditional \"GL_GENERATE_STDARG_H\" was never defined. |
| 24346 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 24324 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 24347 | fi | 24325 | fi |
| 24348 | if test -z "${GL_GENERATE_STDBOOL_H_TRUE}" && test -z "${GL_GENERATE_STDBOOL_H_FALSE}"; then | 24326 | if test -z "${GL_GENERATE_STDBOOL_H_TRUE}" && test -z "${GL_GENERATE_STDBOOL_H_FALSE}"; then |
| 24349 | as_fn_error $? "conditional \"GL_GENERATE_STDBOOL_H\" was never defined. | 24327 | as_fn_error "conditional \"GL_GENERATE_STDBOOL_H\" was never defined. |
| 24350 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 24328 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 24351 | fi | 24329 | fi |
| 24352 | if test -z "${GL_GENERATE_STDDEF_H_TRUE}" && test -z "${GL_GENERATE_STDDEF_H_FALSE}"; then | 24330 | if test -z "${GL_GENERATE_STDDEF_H_TRUE}" && test -z "${GL_GENERATE_STDDEF_H_FALSE}"; then |
| 24353 | as_fn_error $? "conditional \"GL_GENERATE_STDDEF_H\" was never defined. | 24331 | as_fn_error "conditional \"GL_GENERATE_STDDEF_H\" was never defined. |
| 24354 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 24332 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 24355 | fi | 24333 | fi |
| 24356 | if test -z "${gl_GNULIB_ENABLED_dosname_TRUE}" && test -z "${gl_GNULIB_ENABLED_dosname_FALSE}"; then | 24334 | if test -z "${gl_GNULIB_ENABLED_dosname_TRUE}" && test -z "${gl_GNULIB_ENABLED_dosname_FALSE}"; then |
| 24357 | as_fn_error $? "conditional \"gl_GNULIB_ENABLED_dosname\" was never defined. | 24335 | as_fn_error "conditional \"gl_GNULIB_ENABLED_dosname\" was never defined. |
| 24358 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 24336 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 24359 | fi | 24337 | fi |
| 24360 | if test -z "${gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_TRUE}" && test -z "${gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_FALSE}"; then | 24338 | if test -z "${gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_TRUE}" && test -z "${gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_FALSE}"; then |
| 24361 | as_fn_error $? "conditional \"gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36\" was never defined. | 24339 | as_fn_error "conditional \"gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36\" was never defined. |
| 24362 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 24340 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 24363 | fi | 24341 | fi |
| 24364 | <<<<<<< TREE | 24342 | <<<<<<< TREE |
| 24365 | ======= | 24343 | ======= |
| 24366 | if test -z "${gl_GNULIB_ENABLED_sigprocmask_TRUE}" && test -z "${gl_GNULIB_ENABLED_sigprocmask_FALSE}"; then | 24344 | if test -z "${gl_GNULIB_ENABLED_sigprocmask_TRUE}" && test -z "${gl_GNULIB_ENABLED_sigprocmask_FALSE}"; then |
| 24367 | as_fn_error $? "conditional \"gl_GNULIB_ENABLED_sigprocmask\" was never defined. | 24345 | as_fn_error "conditional \"gl_GNULIB_ENABLED_sigprocmask\" was never defined. |
| 24368 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 24346 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 24369 | fi | 24347 | fi |
| 24370 | >>>>>>> MERGE-SOURCE | 24348 | >>>>>>> MERGE-SOURCE |
| 24371 | if test -z "${gl_GNULIB_ENABLED_stat_TRUE}" && test -z "${gl_GNULIB_ENABLED_stat_FALSE}"; then | 24349 | if test -z "${gl_GNULIB_ENABLED_stat_TRUE}" && test -z "${gl_GNULIB_ENABLED_stat_FALSE}"; then |
| 24372 | as_fn_error $? "conditional \"gl_GNULIB_ENABLED_stat\" was never defined. | 24350 | as_fn_error "conditional \"gl_GNULIB_ENABLED_stat\" was never defined. |
| 24373 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 24351 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 24374 | fi | 24352 | fi |
| 24375 | <<<<<<< TREE | 24353 | <<<<<<< TREE |
| 24376 | ======= | 24354 | ======= |
| 24377 | if test -z "${gl_GNULIB_ENABLED_strtoll_TRUE}" && test -z "${gl_GNULIB_ENABLED_strtoll_FALSE}"; then | 24355 | if test -z "${gl_GNULIB_ENABLED_strtoll_TRUE}" && test -z "${gl_GNULIB_ENABLED_strtoll_FALSE}"; then |
| 24378 | as_fn_error $? "conditional \"gl_GNULIB_ENABLED_strtoll\" was never defined. | 24356 | as_fn_error "conditional \"gl_GNULIB_ENABLED_strtoll\" was never defined. |
| 24379 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 24357 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 24380 | fi | 24358 | fi |
| 24381 | >>>>>>> MERGE-SOURCE | 24359 | >>>>>>> MERGE-SOURCE |
| 24382 | if test -z "${gl_GNULIB_ENABLED_strtoull_TRUE}" && test -z "${gl_GNULIB_ENABLED_strtoull_FALSE}"; then | 24360 | if test -z "${gl_GNULIB_ENABLED_strtoull_TRUE}" && test -z "${gl_GNULIB_ENABLED_strtoull_FALSE}"; then |
| 24383 | as_fn_error $? "conditional \"gl_GNULIB_ENABLED_strtoull\" was never defined. | 24361 | as_fn_error "conditional \"gl_GNULIB_ENABLED_strtoull\" was never defined. |
| 24384 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 24362 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 24385 | fi | 24363 | fi |
| 24386 | if test -z "${gl_GNULIB_ENABLED_verify_TRUE}" && test -z "${gl_GNULIB_ENABLED_verify_FALSE}"; then | 24364 | if test -z "${gl_GNULIB_ENABLED_verify_TRUE}" && test -z "${gl_GNULIB_ENABLED_verify_FALSE}"; then |
| 24387 | as_fn_error $? "conditional \"gl_GNULIB_ENABLED_verify\" was never defined. | 24365 | as_fn_error "conditional \"gl_GNULIB_ENABLED_verify\" was never defined. |
| 24388 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 24366 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 24389 | fi | 24367 | fi |
| 24390 | 24368 | ||
| @@ -24420,7 +24398,7 @@ fi | |||
| 24420 | 24398 | ||
| 24421 | 24399 | ||
| 24422 | 24400 | ||
| 24423 | : "${CONFIG_STATUS=./config.status}" | 24401 | : ${CONFIG_STATUS=./config.status} |
| 24424 | ac_write_fail=0 | 24402 | ac_write_fail=0 |
| 24425 | ac_clean_files_save=$ac_clean_files | 24403 | ac_clean_files_save=$ac_clean_files |
| 24426 | ac_clean_files="$ac_clean_files $CONFIG_STATUS" | 24404 | ac_clean_files="$ac_clean_files $CONFIG_STATUS" |
| @@ -24521,7 +24499,6 @@ fi | |||
| 24521 | IFS=" "" $as_nl" | 24499 | IFS=" "" $as_nl" |
| 24522 | 24500 | ||
| 24523 | # Find who we are. Look in the path if we contain no directory separator. | 24501 | # Find who we are. Look in the path if we contain no directory separator. |
| 24524 | as_myself= | ||
| 24525 | case $0 in #(( | 24502 | case $0 in #(( |
| 24526 | *[\\/]* ) as_myself=$0 ;; | 24503 | *[\\/]* ) as_myself=$0 ;; |
| 24527 | *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | 24504 | *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| @@ -24567,19 +24544,19 @@ export LANGUAGE | |||
| 24567 | (unset CDPATH) >/dev/null 2>&1 && unset CDPATH | 24544 | (unset CDPATH) >/dev/null 2>&1 && unset CDPATH |
| 24568 | 24545 | ||
| 24569 | 24546 | ||
| 24570 | # as_fn_error STATUS ERROR [LINENO LOG_FD] | 24547 | # as_fn_error ERROR [LINENO LOG_FD] |
| 24571 | # ---------------------------------------- | 24548 | # --------------------------------- |
| 24572 | # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are | 24549 | # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are |
| 24573 | # provided, also output the error to LOG_FD, referencing LINENO. Then exit the | 24550 | # provided, also output the error to LOG_FD, referencing LINENO. Then exit the |
| 24574 | # script with STATUS, using 1 if that was 0. | 24551 | # script with status $?, using 1 if that was 0. |
| 24575 | as_fn_error () | 24552 | as_fn_error () |
| 24576 | { | 24553 | { |
| 24577 | as_status=$1; test $as_status -eq 0 && as_status=1 | 24554 | as_status=$?; test $as_status -eq 0 && as_status=1 |
| 24578 | if test "$4"; then | 24555 | if test "$3"; then |
| 24579 | as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 24556 | as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 24580 | $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 | 24557 | $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 |
| 24581 | fi | 24558 | fi |
| 24582 | $as_echo "$as_me: error: $2" >&2 | 24559 | $as_echo "$as_me: error: $1" >&2 |
| 24583 | as_fn_exit $as_status | 24560 | as_fn_exit $as_status |
| 24584 | } # as_fn_error | 24561 | } # as_fn_error |
| 24585 | 24562 | ||
| @@ -24775,7 +24752,7 @@ $as_echo X"$as_dir" | | |||
| 24775 | test -d "$as_dir" && break | 24752 | test -d "$as_dir" && break |
| 24776 | done | 24753 | done |
| 24777 | test -z "$as_dirs" || eval "mkdir $as_dirs" | 24754 | test -z "$as_dirs" || eval "mkdir $as_dirs" |
| 24778 | } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" | 24755 | } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" |
| 24779 | 24756 | ||
| 24780 | 24757 | ||
| 24781 | } # as_fn_mkdir_p | 24758 | } # as_fn_mkdir_p |
| @@ -24829,7 +24806,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | |||
| 24829 | # values after options handling. | 24806 | # values after options handling. |
| 24830 | ac_log=" | 24807 | ac_log=" |
| 24831 | This file was extended by emacs $as_me 24.0.50, which was | 24808 | This file was extended by emacs $as_me 24.0.50, which was |
| 24832 | generated by GNU Autoconf 2.68. Invocation command line was | 24809 | generated by GNU Autoconf 2.65. Invocation command line was |
| 24833 | 24810 | ||
| 24834 | CONFIG_FILES = $CONFIG_FILES | 24811 | CONFIG_FILES = $CONFIG_FILES |
| 24835 | CONFIG_HEADERS = $CONFIG_HEADERS | 24812 | CONFIG_HEADERS = $CONFIG_HEADERS |
| @@ -24895,10 +24872,10 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |||
| 24895 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | 24872 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 24896 | ac_cs_version="\\ | 24873 | ac_cs_version="\\ |
| 24897 | emacs config.status 24.0.50 | 24874 | emacs config.status 24.0.50 |
| 24898 | configured by $0, generated by GNU Autoconf 2.68, | 24875 | configured by $0, generated by GNU Autoconf 2.65, |
| 24899 | with options \\"\$ac_cs_config\\" | 24876 | with options \\"\$ac_cs_config\\" |
| 24900 | 24877 | ||
| 24901 | Copyright (C) 2010 Free Software Foundation, Inc. | 24878 | Copyright (C) 2009 Free Software Foundation, Inc. |
| 24902 | This config.status script is free software; the Free Software Foundation | 24879 | This config.status script is free software; the Free Software Foundation |
| 24903 | gives unlimited permission to copy, distribute and modify it." | 24880 | gives unlimited permission to copy, distribute and modify it." |
| 24904 | 24881 | ||
| @@ -24916,16 +24893,11 @@ ac_need_defaults=: | |||
| 24916 | while test $# != 0 | 24893 | while test $# != 0 |
| 24917 | do | 24894 | do |
| 24918 | case $1 in | 24895 | case $1 in |
| 24919 | --*=?*) | 24896 | --*=*) |
| 24920 | ac_option=`expr "X$1" : 'X\([^=]*\)='` | 24897 | ac_option=`expr "X$1" : 'X\([^=]*\)='` |
| 24921 | ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` | 24898 | ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` |
| 24922 | ac_shift=: | 24899 | ac_shift=: |
| 24923 | ;; | 24900 | ;; |
| 24924 | --*=) | ||
| 24925 | ac_option=`expr "X$1" : 'X\([^=]*\)='` | ||
| 24926 | ac_optarg= | ||
| 24927 | ac_shift=: | ||
| 24928 | ;; | ||
| 24929 | *) | 24901 | *) |
| 24930 | ac_option=$1 | 24902 | ac_option=$1 |
| 24931 | ac_optarg=$2 | 24903 | ac_optarg=$2 |
| @@ -24947,7 +24919,6 @@ do | |||
| 24947 | $ac_shift | 24919 | $ac_shift |
| 24948 | case $ac_optarg in | 24920 | case $ac_optarg in |
| 24949 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; | 24921 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; |
| 24950 | '') as_fn_error $? "missing file argument" ;; | ||
| 24951 | esac | 24922 | esac |
| 24952 | as_fn_append CONFIG_FILES " '$ac_optarg'" | 24923 | as_fn_append CONFIG_FILES " '$ac_optarg'" |
| 24953 | ac_need_defaults=false;; | 24924 | ac_need_defaults=false;; |
| @@ -24960,7 +24931,7 @@ do | |||
| 24960 | ac_need_defaults=false;; | 24931 | ac_need_defaults=false;; |
| 24961 | --he | --h) | 24932 | --he | --h) |
| 24962 | # Conflict between --help and --header | 24933 | # Conflict between --help and --header |
| 24963 | as_fn_error $? "ambiguous option: \`$1' | 24934 | as_fn_error "ambiguous option: \`$1' |
| 24964 | Try \`$0 --help' for more information.";; | 24935 | Try \`$0 --help' for more information.";; |
| 24965 | --help | --hel | -h ) | 24936 | --help | --hel | -h ) |
| 24966 | $as_echo "$ac_cs_usage"; exit ;; | 24937 | $as_echo "$ac_cs_usage"; exit ;; |
| @@ -24969,7 +24940,7 @@ Try \`$0 --help' for more information.";; | |||
| 24969 | ac_cs_silent=: ;; | 24940 | ac_cs_silent=: ;; |
| 24970 | 24941 | ||
| 24971 | # This is an error. | 24942 | # This is an error. |
| 24972 | -*) as_fn_error $? "unrecognized option: \`$1' | 24943 | -*) as_fn_error "unrecognized option: \`$1' |
| 24973 | Try \`$0 --help' for more information." ;; | 24944 | Try \`$0 --help' for more information." ;; |
| 24974 | 24945 | ||
| 24975 | *) as_fn_append ac_config_targets " $1" | 24946 | *) as_fn_append ac_config_targets " $1" |
| @@ -25043,7 +25014,7 @@ do | |||
| 25043 | "epaths") CONFIG_COMMANDS="$CONFIG_COMMANDS epaths" ;; | 25014 | "epaths") CONFIG_COMMANDS="$CONFIG_COMMANDS epaths" ;; |
| 25044 | "gdbinit") CONFIG_COMMANDS="$CONFIG_COMMANDS gdbinit" ;; | 25015 | "gdbinit") CONFIG_COMMANDS="$CONFIG_COMMANDS gdbinit" ;; |
| 25045 | 25016 | ||
| 25046 | *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; | 25017 | *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; |
| 25047 | esac | 25018 | esac |
| 25048 | done | 25019 | done |
| 25049 | 25020 | ||
| @@ -25066,10 +25037,9 @@ fi | |||
| 25066 | # after its creation but before its name has been assigned to `$tmp'. | 25037 | # after its creation but before its name has been assigned to `$tmp'. |
| 25067 | $debug || | 25038 | $debug || |
| 25068 | { | 25039 | { |
| 25069 | tmp= ac_tmp= | 25040 | tmp= |
| 25070 | trap 'exit_status=$? | 25041 | trap 'exit_status=$? |
| 25071 | : "${ac_tmp:=$tmp}" | 25042 | { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status |
| 25072 | { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status | ||
| 25073 | ' 0 | 25043 | ' 0 |
| 25074 | trap 'as_fn_exit 1' 1 2 13 15 | 25044 | trap 'as_fn_exit 1' 1 2 13 15 |
| 25075 | } | 25045 | } |
| @@ -25077,13 +25047,12 @@ $debug || | |||
| 25077 | 25047 | ||
| 25078 | { | 25048 | { |
| 25079 | tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && | 25049 | tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && |
| 25080 | test -d "$tmp" | 25050 | test -n "$tmp" && test -d "$tmp" |
| 25081 | } || | 25051 | } || |
| 25082 | { | 25052 | { |
| 25083 | tmp=./conf$$-$RANDOM | 25053 | tmp=./conf$$-$RANDOM |
| 25084 | (umask 077 && mkdir "$tmp") | 25054 | (umask 077 && mkdir "$tmp") |
| 25085 | } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 | 25055 | } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5 |
| 25086 | ac_tmp=$tmp | ||
| 25087 | 25056 | ||
| 25088 | # Set up the scripts for CONFIG_FILES section. | 25057 | # Set up the scripts for CONFIG_FILES section. |
| 25089 | # No need to generate them if there are no CONFIG_FILES. | 25058 | # No need to generate them if there are no CONFIG_FILES. |
| @@ -25117,24 +25086,24 @@ if test "x$ac_cr" = x; then | |||
| 25117 | fi | 25086 | fi |
| 25118 | ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` | 25087 | ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` |
| 25119 | if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then | 25088 | if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then |
| 25120 | ac_cs_awk_cr='\\r' | 25089 | ac_cs_awk_cr='\r' |
| 25121 | else | 25090 | else |
| 25122 | ac_cs_awk_cr=$ac_cr | 25091 | ac_cs_awk_cr=$ac_cr |
| 25123 | fi | 25092 | fi |
| 25124 | 25093 | ||
| 25125 | echo 'BEGIN {' >"$ac_tmp/subs1.awk" && | 25094 | echo 'BEGIN {' >"$tmp/subs1.awk" && |
| 25126 | _ACEOF | 25095 | _ACEOF |
| 25127 | 25096 | ||
| 25128 | # Create commands to substitute file output variables. | 25097 | # Create commands to substitute file output variables. |
| 25129 | { | 25098 | { |
| 25130 | echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" && | 25099 | echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" && |
| 25131 | echo 'cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&' && | 25100 | echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' && |
| 25132 | echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' && | 25101 | echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' && |
| 25133 | echo "_ACAWK" && | 25102 | echo "_ACAWK" && |
| 25134 | echo "_ACEOF" | 25103 | echo "_ACEOF" |
| 25135 | } >conf$$files.sh && | 25104 | } >conf$$files.sh && |
| 25136 | . ./conf$$files.sh || | 25105 | . ./conf$$files.sh || |
| 25137 | as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 | 25106 | as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 |
| 25138 | rm -f conf$$files.sh | 25107 | rm -f conf$$files.sh |
| 25139 | 25108 | ||
| 25140 | { | 25109 | { |
| @@ -25142,18 +25111,18 @@ rm -f conf$$files.sh | |||
| 25142 | echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && | 25111 | echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && |
| 25143 | echo "_ACEOF" | 25112 | echo "_ACEOF" |
| 25144 | } >conf$$subs.sh || | 25113 | } >conf$$subs.sh || |
| 25145 | as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 | 25114 | as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 |
| 25146 | ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` | 25115 | ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` |
| 25147 | ac_delim='%!_!# ' | 25116 | ac_delim='%!_!# ' |
| 25148 | for ac_last_try in false false false false false :; do | 25117 | for ac_last_try in false false false false false :; do |
| 25149 | . ./conf$$subs.sh || | 25118 | . ./conf$$subs.sh || |
| 25150 | as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 | 25119 | as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 |
| 25151 | 25120 | ||
| 25152 | ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` | 25121 | ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` |
| 25153 | if test $ac_delim_n = $ac_delim_num; then | 25122 | if test $ac_delim_n = $ac_delim_num; then |
| 25154 | break | 25123 | break |
| 25155 | elif $ac_last_try; then | 25124 | elif $ac_last_try; then |
| 25156 | as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 | 25125 | as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 |
| 25157 | else | 25126 | else |
| 25158 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | 25127 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " |
| 25159 | fi | 25128 | fi |
| @@ -25161,7 +25130,7 @@ done | |||
| 25161 | rm -f conf$$subs.sh | 25130 | rm -f conf$$subs.sh |
| 25162 | 25131 | ||
| 25163 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 25132 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 25164 | cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && | 25133 | cat >>"\$tmp/subs1.awk" <<\\_ACAWK && |
| 25165 | _ACEOF | 25134 | _ACEOF |
| 25166 | sed -n ' | 25135 | sed -n ' |
| 25167 | h | 25136 | h |
| @@ -25209,7 +25178,7 @@ t delim | |||
| 25209 | rm -f conf$$subs.awk | 25178 | rm -f conf$$subs.awk |
| 25210 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 25179 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 25211 | _ACAWK | 25180 | _ACAWK |
| 25212 | cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && | 25181 | cat >>"\$tmp/subs1.awk" <<_ACAWK && |
| 25213 | for (key in S) S_is_set[key] = 1 | 25182 | for (key in S) S_is_set[key] = 1 |
| 25214 | FS = "" | 25183 | FS = "" |
| 25215 | \$ac_cs_awk_pipe_init | 25184 | \$ac_cs_awk_pipe_init |
| @@ -25247,29 +25216,21 @@ if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then | |||
| 25247 | sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" | 25216 | sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" |
| 25248 | else | 25217 | else |
| 25249 | cat | 25218 | cat |
| 25250 | fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ | 25219 | fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ |
| 25251 | || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 | 25220 | || as_fn_error "could not setup config files machinery" "$LINENO" 5 |
| 25252 | _ACEOF | 25221 | _ACEOF |
| 25253 | 25222 | ||
| 25254 | # VPATH may cause trouble with some makes, so we remove sole $(srcdir), | 25223 | # VPATH may cause trouble with some makes, so we remove $(srcdir), |
| 25255 | # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and | 25224 | # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and |
| 25256 | # trailing colons and then remove the whole line if VPATH becomes empty | 25225 | # trailing colons and then remove the whole line if VPATH becomes empty |
| 25257 | # (actually we leave an empty line to preserve line numbers). | 25226 | # (actually we leave an empty line to preserve line numbers). |
| 25258 | if test "x$srcdir" = x.; then | 25227 | if test "x$srcdir" = x.; then |
| 25259 | ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ | 25228 | ac_vpsub='/^[ ]*VPATH[ ]*=/{ |
| 25260 | h | 25229 | s/:*\$(srcdir):*/:/ |
| 25261 | s/// | 25230 | s/:*\${srcdir}:*/:/ |
| 25262 | s/^/:/ | 25231 | s/:*@srcdir@:*/:/ |
| 25263 | s/[ ]*$/:/ | 25232 | s/^\([^=]*=[ ]*\):*/\1/ |
| 25264 | s/:\$(srcdir):/:/g | ||
| 25265 | s/:\${srcdir}:/:/g | ||
| 25266 | s/:@srcdir@:/:/g | ||
| 25267 | s/^:*// | ||
| 25268 | s/:*$// | 25233 | s/:*$// |
| 25269 | x | ||
| 25270 | s/\(=[ ]*\).*/\1/ | ||
| 25271 | G | ||
| 25272 | s/\n// | ||
| 25273 | s/^[^=]*=[ ]*$// | 25234 | s/^[^=]*=[ ]*$// |
| 25274 | }' | 25235 | }' |
| 25275 | fi | 25236 | fi |
| @@ -25281,7 +25242,7 @@ fi # test -n "$CONFIG_FILES" | |||
| 25281 | # No need to generate them if there are no CONFIG_HEADERS. | 25242 | # No need to generate them if there are no CONFIG_HEADERS. |
| 25282 | # This happens for instance with `./config.status Makefile'. | 25243 | # This happens for instance with `./config.status Makefile'. |
| 25283 | if test -n "$CONFIG_HEADERS"; then | 25244 | if test -n "$CONFIG_HEADERS"; then |
| 25284 | cat >"$ac_tmp/defines.awk" <<\_ACAWK || | 25245 | cat >"$tmp/defines.awk" <<\_ACAWK || |
| 25285 | BEGIN { | 25246 | BEGIN { |
| 25286 | _ACEOF | 25247 | _ACEOF |
| 25287 | 25248 | ||
| @@ -25293,11 +25254,11 @@ _ACEOF | |||
| 25293 | # handling of long lines. | 25254 | # handling of long lines. |
| 25294 | ac_delim='%!_!# ' | 25255 | ac_delim='%!_!# ' |
| 25295 | for ac_last_try in false false :; do | 25256 | for ac_last_try in false false :; do |
| 25296 | ac_tt=`sed -n "/$ac_delim/p" confdefs.h` | 25257 | ac_t=`sed -n "/$ac_delim/p" confdefs.h` |
| 25297 | if test -z "$ac_tt"; then | 25258 | if test -z "$ac_t"; then |
| 25298 | break | 25259 | break |
| 25299 | elif $ac_last_try; then | 25260 | elif $ac_last_try; then |
| 25300 | as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 | 25261 | as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5 |
| 25301 | else | 25262 | else |
| 25302 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | 25263 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " |
| 25303 | fi | 25264 | fi |
| @@ -25382,7 +25343,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |||
| 25382 | _ACAWK | 25343 | _ACAWK |
| 25383 | _ACEOF | 25344 | _ACEOF |
| 25384 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | 25345 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
| 25385 | as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 | 25346 | as_fn_error "could not setup config headers machinery" "$LINENO" 5 |
| 25386 | fi # test -n "$CONFIG_HEADERS" | 25347 | fi # test -n "$CONFIG_HEADERS" |
| 25387 | 25348 | ||
| 25388 | 25349 | ||
| @@ -25395,7 +25356,7 @@ do | |||
| 25395 | esac | 25356 | esac |
| 25396 | case $ac_mode$ac_tag in | 25357 | case $ac_mode$ac_tag in |
| 25397 | :[FHL]*:*);; | 25358 | :[FHL]*:*);; |
| 25398 | :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; | 25359 | :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;; |
| 25399 | :[FH]-) ac_tag=-:-;; | 25360 | :[FH]-) ac_tag=-:-;; |
| 25400 | :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; | 25361 | :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; |
| 25401 | esac | 25362 | esac |
| @@ -25414,7 +25375,7 @@ do | |||
| 25414 | for ac_f | 25375 | for ac_f |
| 25415 | do | 25376 | do |
| 25416 | case $ac_f in | 25377 | case $ac_f in |
| 25417 | -) ac_f="$ac_tmp/stdin";; | 25378 | -) ac_f="$tmp/stdin";; |
| 25418 | *) # Look for the file first in the build tree, then in the source tree | 25379 | *) # Look for the file first in the build tree, then in the source tree |
| 25419 | # (if the path is not absolute). The absolute path cannot be DOS-style, | 25380 | # (if the path is not absolute). The absolute path cannot be DOS-style, |
| 25420 | # because $ac_f cannot contain `:'. | 25381 | # because $ac_f cannot contain `:'. |
| @@ -25423,7 +25384,7 @@ do | |||
| 25423 | [\\/$]*) false;; | 25384 | [\\/$]*) false;; |
| 25424 | *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; | 25385 | *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; |
| 25425 | esac || | 25386 | esac || |
| 25426 | as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; | 25387 | as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;; |
| 25427 | esac | 25388 | esac |
| 25428 | case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac | 25389 | case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac |
| 25429 | as_fn_append ac_file_inputs " '$ac_f'" | 25390 | as_fn_append ac_file_inputs " '$ac_f'" |
| @@ -25449,8 +25410,8 @@ $as_echo "$as_me: creating $ac_file" >&6;} | |||
| 25449 | esac | 25410 | esac |
| 25450 | 25411 | ||
| 25451 | case $ac_tag in | 25412 | case $ac_tag in |
| 25452 | *:-:* | *:-) cat >"$ac_tmp/stdin" \ | 25413 | *:-:* | *:-) cat >"$tmp/stdin" \ |
| 25453 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; | 25414 | || as_fn_error "could not create $ac_file" "$LINENO" 5 ;; |
| 25454 | esac | 25415 | esac |
| 25455 | ;; | 25416 | ;; |
| 25456 | esac | 25417 | esac |
| @@ -25588,27 +25549,26 @@ $ac_datarootdir_hack | |||
| 25588 | " | 25549 | " |
| 25589 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | | 25550 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | |
| 25590 | if $ac_cs_awk_getline; then | 25551 | if $ac_cs_awk_getline; then |
| 25591 | $AWK -f "$ac_tmp/subs.awk" | 25552 | $AWK -f "$tmp/subs.awk" |
| 25592 | else | 25553 | else |
| 25593 | $AWK -f "$ac_tmp/subs.awk" | $SHELL | 25554 | $AWK -f "$tmp/subs.awk" | $SHELL |
| 25594 | fi \ | 25555 | fi >$tmp/out \ |
| 25595 | >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 25556 | || as_fn_error "could not create $ac_file" "$LINENO" 5 |
| 25596 | 25557 | ||
| 25597 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && | 25558 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && |
| 25598 | { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && | 25559 | { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && |
| 25599 | { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ | 25560 | { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && |
| 25600 | "$ac_tmp/out"`; test -z "$ac_out"; } && | ||
| 25601 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 25561 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
| 25602 | which seems to be undefined. Please make sure it is defined" >&5 | 25562 | which seems to be undefined. Please make sure it is defined." >&5 |
| 25603 | $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 25563 | $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
| 25604 | which seems to be undefined. Please make sure it is defined" >&2;} | 25564 | which seems to be undefined. Please make sure it is defined." >&2;} |
| 25605 | 25565 | ||
| 25606 | rm -f "$ac_tmp/stdin" | 25566 | rm -f "$tmp/stdin" |
| 25607 | case $ac_file in | 25567 | case $ac_file in |
| 25608 | -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; | 25568 | -) cat "$tmp/out" && rm -f "$tmp/out";; |
| 25609 | *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; | 25569 | *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; |
| 25610 | esac \ | 25570 | esac \ |
| 25611 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 25571 | || as_fn_error "could not create $ac_file" "$LINENO" 5 |
| 25612 | ;; | 25572 | ;; |
| 25613 | :H) | 25573 | :H) |
| 25614 | # | 25574 | # |
| @@ -25617,21 +25577,21 @@ which seems to be undefined. Please make sure it is defined" >&2;} | |||
| 25617 | if test x"$ac_file" != x-; then | 25577 | if test x"$ac_file" != x-; then |
| 25618 | { | 25578 | { |
| 25619 | $as_echo "/* $configure_input */" \ | 25579 | $as_echo "/* $configure_input */" \ |
| 25620 | && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" | 25580 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" |
| 25621 | } >"$ac_tmp/config.h" \ | 25581 | } >"$tmp/config.h" \ |
| 25622 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 25582 | || as_fn_error "could not create $ac_file" "$LINENO" 5 |
| 25623 | if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then | 25583 | if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then |
| 25624 | { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 | 25584 | { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 |
| 25625 | $as_echo "$as_me: $ac_file is unchanged" >&6;} | 25585 | $as_echo "$as_me: $ac_file is unchanged" >&6;} |
| 25626 | else | 25586 | else |
| 25627 | rm -f "$ac_file" | 25587 | rm -f "$ac_file" |
| 25628 | mv "$ac_tmp/config.h" "$ac_file" \ | 25588 | mv "$tmp/config.h" "$ac_file" \ |
| 25629 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 25589 | || as_fn_error "could not create $ac_file" "$LINENO" 5 |
| 25630 | fi | 25590 | fi |
| 25631 | else | 25591 | else |
| 25632 | $as_echo "/* $configure_input */" \ | 25592 | $as_echo "/* $configure_input */" \ |
| 25633 | && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ | 25593 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ |
| 25634 | || as_fn_error $? "could not create -" "$LINENO" 5 | 25594 | || as_fn_error "could not create -" "$LINENO" 5 |
| 25635 | fi | 25595 | fi |
| 25636 | # Compute "$ac_file"'s index in $config_headers. | 25596 | # Compute "$ac_file"'s index in $config_headers. |
| 25637 | _am_arg="$ac_file" | 25597 | _am_arg="$ac_file" |
| @@ -25796,7 +25756,7 @@ _ACEOF | |||
| 25796 | ac_clean_files=$ac_clean_files_save | 25756 | ac_clean_files=$ac_clean_files_save |
| 25797 | 25757 | ||
| 25798 | test $ac_write_fail = 0 || | 25758 | test $ac_write_fail = 0 || |
| 25799 | as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 | 25759 | as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5 |
| 25800 | 25760 | ||
| 25801 | 25761 | ||
| 25802 | # configure is writing to config.log, and then calls config.status. | 25762 | # configure is writing to config.log, and then calls config.status. |
| @@ -25817,7 +25777,7 @@ if test "$no_create" != yes; then | |||
| 25817 | exec 5>>config.log | 25777 | exec 5>>config.log |
| 25818 | # Use ||, not &&, to avoid exiting from the if with $? = 1, which | 25778 | # Use ||, not &&, to avoid exiting from the if with $? = 1, which |
| 25819 | # would make configure fail if this is the last instruction. | 25779 | # would make configure fail if this is the last instruction. |
| 25820 | $ac_cs_success || as_fn_exit 1 | 25780 | $ac_cs_success || as_fn_exit $? |
| 25821 | fi | 25781 | fi |
| 25822 | if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then | 25782 | if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then |
| 25823 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 | 25783 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 |