diff options
| author | Ulrich Mueller | 2010-12-29 19:11:25 +0800 |
|---|---|---|
| committer | Chong Yidong | 2010-12-29 19:11:25 +0800 |
| commit | 4fc5868a33b8ed4d6c2a323d564559e4f5872d01 (patch) | |
| tree | 9049120a350b2be8117d9e3f06f04c1b3f403a30 | |
| parent | 5ae0867f43dcfcf7d51776151cb53764ebd77130 (diff) | |
| download | emacs-4fc5868a33b8ed4d6c2a323d564559e4f5872d01.tar.gz emacs-4fc5868a33b8ed4d6c2a323d564559e4f5872d01.zip | |
* configure.in: Make gameuser configurable (Bug#7717).
* configure: Regenerate
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rwxr-xr-x | configure | 679 | ||||
| -rw-r--r-- | configure.in | 8 |
3 files changed, 337 insertions, 354 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-12-29 Ulrich Mueller <ulm@gentoo.org> | ||
| 2 | |||
| 3 | * configure.in: Make gameuser configurable (Bug#7717). | ||
| 4 | |||
| 1 | 2010-12-15 Glenn Morris <rgm@gnu.org> | 5 | 2010-12-15 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * Makefile.in (install-arch-dep, uninstall): Remove code relating to the | 7 | * Makefile.in (install-arch-dep, uninstall): Remove code relating to the |
| @@ -1,6 +1,6 @@ | |||
| 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.67 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, |
| @@ -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 : |
| @@ -836,6 +828,7 @@ with_makeinfo | |||
| 836 | with_compress_info | 828 | with_compress_info |
| 837 | with_pkg_config_prog | 829 | with_pkg_config_prog |
| 838 | with_crt_dir | 830 | with_crt_dir |
| 831 | with_gameuser | ||
| 839 | with_gnustep_conf | 832 | with_gnustep_conf |
| 840 | enable_ns_self_contained | 833 | enable_ns_self_contained |
| 841 | enable_asserts | 834 | enable_asserts |
| @@ -1262,7 +1255,7 @@ Try \`$0 --help' for more information" | |||
| 1262 | $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 | 1255 | $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 |
| 1263 | expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && | 1256 | expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && |
| 1264 | $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 | 1257 | $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 |
| 1265 | : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" | 1258 | : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} |
| 1266 | ;; | 1259 | ;; |
| 1267 | 1260 | ||
| 1268 | esac | 1261 | esac |
| @@ -1550,6 +1543,7 @@ Optional Packages: | |||
| 1550 | path to pkg-config for finding GTK and librsvg | 1543 | path to pkg-config for finding GTK and librsvg |
| 1551 | --with-crt-dir=DIR directory containing crtn.o etc. The default is | 1544 | --with-crt-dir=DIR directory containing crtn.o etc. The default is |
| 1552 | /usr/lib, or /usr/lib64 on some platforms. | 1545 | /usr/lib, or /usr/lib64 on some platforms. |
| 1546 | --with-gameuser=USER user for shared game score files | ||
| 1553 | --with-gnustep-conf=PATH | 1547 | --with-gnustep-conf=PATH |
| 1554 | path to GNUstep.conf; default $GNUSTEP_CONFIG_FILE, | 1548 | path to GNUstep.conf; default $GNUSTEP_CONFIG_FILE, |
| 1555 | or /etc/GNUstep/GNUstep.conf | 1549 | or /etc/GNUstep/GNUstep.conf |
| @@ -1633,7 +1627,7 @@ test -n "$ac_init_help" && exit $ac_status | |||
| 1633 | if $ac_init_version; then | 1627 | if $ac_init_version; then |
| 1634 | cat <<\_ACEOF | 1628 | cat <<\_ACEOF |
| 1635 | emacs configure 24.0.50 | 1629 | emacs configure 24.0.50 |
| 1636 | generated by GNU Autoconf 2.68 | 1630 | generated by GNU Autoconf 2.67 |
| 1637 | 1631 | ||
| 1638 | Copyright (C) 2010 Free Software Foundation, Inc. | 1632 | Copyright (C) 2010 Free Software Foundation, Inc. |
| 1639 | This configure script is free software; the Free Software Foundation | 1633 | This configure script is free software; the Free Software Foundation |
| @@ -1679,7 +1673,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 1679 | 1673 | ||
| 1680 | ac_retval=1 | 1674 | ac_retval=1 |
| 1681 | fi | 1675 | fi |
| 1682 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | 1676 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 1683 | as_fn_set_status $ac_retval | 1677 | as_fn_set_status $ac_retval |
| 1684 | 1678 | ||
| 1685 | } # ac_fn_c_try_compile | 1679 | } # ac_fn_c_try_compile |
| @@ -1725,7 +1719,7 @@ fi | |||
| 1725 | # interfere with the next link command; also delete a directory that is | 1719 | # interfere with the next link command; also delete a directory that is |
| 1726 | # left behind by Apple's compiler. We do this before executing the actions. | 1720 | # left behind by Apple's compiler. We do this before executing the actions. |
| 1727 | rm -rf conftest.dSYM conftest_ipa8_conftest.oo | 1721 | rm -rf conftest.dSYM conftest_ipa8_conftest.oo |
| 1728 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | 1722 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 1729 | as_fn_set_status $ac_retval | 1723 | as_fn_set_status $ac_retval |
| 1730 | 1724 | ||
| 1731 | } # ac_fn_c_try_link | 1725 | } # ac_fn_c_try_link |
| @@ -1762,7 +1756,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 1762 | 1756 | ||
| 1763 | ac_retval=1 | 1757 | ac_retval=1 |
| 1764 | fi | 1758 | fi |
| 1765 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | 1759 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 1766 | as_fn_set_status $ac_retval | 1760 | as_fn_set_status $ac_retval |
| 1767 | 1761 | ||
| 1768 | } # ac_fn_c_try_cpp | 1762 | } # ac_fn_c_try_cpp |
| @@ -1775,10 +1769,10 @@ fi | |||
| 1775 | ac_fn_c_check_header_mongrel () | 1769 | ac_fn_c_check_header_mongrel () |
| 1776 | { | 1770 | { |
| 1777 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 1771 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 1778 | if eval \${$3+:} false; then : | 1772 | if eval "test \"\${$3+set}\"" = set; then : |
| 1779 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1773 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 1780 | $as_echo_n "checking for $2... " >&6; } | 1774 | $as_echo_n "checking for $2... " >&6; } |
| 1781 | if eval \${$3+:} false; then : | 1775 | if eval "test \"\${$3+set}\"" = set; then : |
| 1782 | $as_echo_n "(cached) " >&6 | 1776 | $as_echo_n "(cached) " >&6 |
| 1783 | fi | 1777 | fi |
| 1784 | eval ac_res=\$$3 | 1778 | eval ac_res=\$$3 |
| @@ -1841,7 +1835,7 @@ $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} | |||
| 1841 | esac | 1835 | esac |
| 1842 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1836 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 1843 | $as_echo_n "checking for $2... " >&6; } | 1837 | $as_echo_n "checking for $2... " >&6; } |
| 1844 | if eval \${$3+:} false; then : | 1838 | if eval "test \"\${$3+set}\"" = set; then : |
| 1845 | $as_echo_n "(cached) " >&6 | 1839 | $as_echo_n "(cached) " >&6 |
| 1846 | else | 1840 | else |
| 1847 | eval "$3=\$ac_header_compiler" | 1841 | eval "$3=\$ac_header_compiler" |
| @@ -1850,7 +1844,7 @@ eval ac_res=\$$3 | |||
| 1850 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 1844 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 1851 | $as_echo "$ac_res" >&6; } | 1845 | $as_echo "$ac_res" >&6; } |
| 1852 | fi | 1846 | fi |
| 1853 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | 1847 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 1854 | 1848 | ||
| 1855 | } # ac_fn_c_check_header_mongrel | 1849 | } # ac_fn_c_check_header_mongrel |
| 1856 | 1850 | ||
| @@ -1891,7 +1885,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 1891 | ac_retval=$ac_status | 1885 | ac_retval=$ac_status |
| 1892 | fi | 1886 | fi |
| 1893 | rm -rf conftest.dSYM conftest_ipa8_conftest.oo | 1887 | rm -rf conftest.dSYM conftest_ipa8_conftest.oo |
| 1894 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | 1888 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 1895 | as_fn_set_status $ac_retval | 1889 | as_fn_set_status $ac_retval |
| 1896 | 1890 | ||
| 1897 | } # ac_fn_c_try_run | 1891 | } # ac_fn_c_try_run |
| @@ -1905,7 +1899,7 @@ ac_fn_c_check_header_compile () | |||
| 1905 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 1899 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 1906 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1900 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 1907 | $as_echo_n "checking for $2... " >&6; } | 1901 | $as_echo_n "checking for $2... " >&6; } |
| 1908 | if eval \${$3+:} false; then : | 1902 | if eval "test \"\${$3+set}\"" = set; then : |
| 1909 | $as_echo_n "(cached) " >&6 | 1903 | $as_echo_n "(cached) " >&6 |
| 1910 | else | 1904 | else |
| 1911 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 1905 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -1923,7 +1917,7 @@ fi | |||
| 1923 | eval ac_res=\$$3 | 1917 | eval ac_res=\$$3 |
| 1924 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 1918 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 1925 | $as_echo "$ac_res" >&6; } | 1919 | $as_echo "$ac_res" >&6; } |
| 1926 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | 1920 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 1927 | 1921 | ||
| 1928 | } # ac_fn_c_check_header_compile | 1922 | } # ac_fn_c_check_header_compile |
| 1929 | 1923 | ||
| @@ -1938,7 +1932,7 @@ ac_fn_c_check_decl () | |||
| 1938 | as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'` | 1932 | as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'` |
| 1939 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 | 1933 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 |
| 1940 | $as_echo_n "checking whether $as_decl_name is declared... " >&6; } | 1934 | $as_echo_n "checking whether $as_decl_name is declared... " >&6; } |
| 1941 | if eval \${$3+:} false; then : | 1935 | if eval "test \"\${$3+set}\"" = set; then : |
| 1942 | $as_echo_n "(cached) " >&6 | 1936 | $as_echo_n "(cached) " >&6 |
| 1943 | else | 1937 | else |
| 1944 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 1938 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -1969,7 +1963,7 @@ fi | |||
| 1969 | eval ac_res=\$$3 | 1963 | eval ac_res=\$$3 |
| 1970 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 1964 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 1971 | $as_echo "$ac_res" >&6; } | 1965 | $as_echo "$ac_res" >&6; } |
| 1972 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | 1966 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 1973 | 1967 | ||
| 1974 | } # ac_fn_c_check_decl | 1968 | } # ac_fn_c_check_decl |
| 1975 | 1969 | ||
| @@ -1981,7 +1975,7 @@ ac_fn_c_check_header_preproc () | |||
| 1981 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 1975 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 1982 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1976 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 1983 | $as_echo_n "checking for $2... " >&6; } | 1977 | $as_echo_n "checking for $2... " >&6; } |
| 1984 | if eval \${$3+:} false; then : | 1978 | if eval "test \"\${$3+set}\"" = set; then : |
| 1985 | $as_echo_n "(cached) " >&6 | 1979 | $as_echo_n "(cached) " >&6 |
| 1986 | else | 1980 | else |
| 1987 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 1981 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -1998,7 +1992,7 @@ fi | |||
| 1998 | eval ac_res=\$$3 | 1992 | eval ac_res=\$$3 |
| 1999 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 1993 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 2000 | $as_echo "$ac_res" >&6; } | 1994 | $as_echo "$ac_res" >&6; } |
| 2001 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | 1995 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 2002 | 1996 | ||
| 2003 | } # ac_fn_c_check_header_preproc | 1997 | } # ac_fn_c_check_header_preproc |
| 2004 | 1998 | ||
| @@ -2011,7 +2005,7 @@ ac_fn_c_check_member () | |||
| 2011 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 2005 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 2012 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5 | 2006 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5 |
| 2013 | $as_echo_n "checking for $2.$3... " >&6; } | 2007 | $as_echo_n "checking for $2.$3... " >&6; } |
| 2014 | if eval \${$4+:} false; then : | 2008 | if eval "test \"\${$4+set}\"" = set; then : |
| 2015 | $as_echo_n "(cached) " >&6 | 2009 | $as_echo_n "(cached) " >&6 |
| 2016 | else | 2010 | else |
| 2017 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2011 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -2055,7 +2049,7 @@ fi | |||
| 2055 | eval ac_res=\$$4 | 2049 | eval ac_res=\$$4 |
| 2056 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 2050 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 2057 | $as_echo "$ac_res" >&6; } | 2051 | $as_echo "$ac_res" >&6; } |
| 2058 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | 2052 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 2059 | 2053 | ||
| 2060 | } # ac_fn_c_check_member | 2054 | } # ac_fn_c_check_member |
| 2061 | 2055 | ||
| @@ -2067,7 +2061,7 @@ ac_fn_c_check_func () | |||
| 2067 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 2061 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 2068 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 2062 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 2069 | $as_echo_n "checking for $2... " >&6; } | 2063 | $as_echo_n "checking for $2... " >&6; } |
| 2070 | if eval \${$3+:} false; then : | 2064 | if eval "test \"\${$3+set}\"" = set; then : |
| 2071 | $as_echo_n "(cached) " >&6 | 2065 | $as_echo_n "(cached) " >&6 |
| 2072 | else | 2066 | else |
| 2073 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2067 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -2122,7 +2116,7 @@ fi | |||
| 2122 | eval ac_res=\$$3 | 2116 | eval ac_res=\$$3 |
| 2123 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 2117 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 2124 | $as_echo "$ac_res" >&6; } | 2118 | $as_echo "$ac_res" >&6; } |
| 2125 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | 2119 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 2126 | 2120 | ||
| 2127 | } # ac_fn_c_check_func | 2121 | } # ac_fn_c_check_func |
| 2128 | 2122 | ||
| @@ -2135,7 +2129,7 @@ ac_fn_c_check_type () | |||
| 2135 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 2129 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 2136 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 2130 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 2137 | $as_echo_n "checking for $2... " >&6; } | 2131 | $as_echo_n "checking for $2... " >&6; } |
| 2138 | if eval \${$3+:} false; then : | 2132 | if eval "test \"\${$3+set}\"" = set; then : |
| 2139 | $as_echo_n "(cached) " >&6 | 2133 | $as_echo_n "(cached) " >&6 |
| 2140 | else | 2134 | else |
| 2141 | eval "$3=no" | 2135 | eval "$3=no" |
| @@ -2176,7 +2170,7 @@ fi | |||
| 2176 | eval ac_res=\$$3 | 2170 | eval ac_res=\$$3 |
| 2177 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 2171 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 2178 | $as_echo "$ac_res" >&6; } | 2172 | $as_echo "$ac_res" >&6; } |
| 2179 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | 2173 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 2180 | 2174 | ||
| 2181 | } # ac_fn_c_check_type | 2175 | } # ac_fn_c_check_type |
| 2182 | cat >config.log <<_ACEOF | 2176 | cat >config.log <<_ACEOF |
| @@ -2184,7 +2178,7 @@ This file contains any messages produced by compilers while | |||
| 2184 | running configure, to aid debugging if configure makes a mistake. | 2178 | running configure, to aid debugging if configure makes a mistake. |
| 2185 | 2179 | ||
| 2186 | It was created by emacs $as_me 24.0.50, which was | 2180 | It was created by emacs $as_me 24.0.50, which was |
| 2187 | generated by GNU Autoconf 2.68. Invocation command line was | 2181 | generated by GNU Autoconf 2.67. Invocation command line was |
| 2188 | 2182 | ||
| 2189 | $ $0 $@ | 2183 | $ $0 $@ |
| 2190 | 2184 | ||
| @@ -2560,8 +2554,6 @@ archlibdir='${libexecdir}/emacs/${version}/${configuration}' | |||
| 2560 | docdir='${datadir}/emacs/${version}/etc' | 2554 | docdir='${datadir}/emacs/${version}/etc' |
| 2561 | gamedir='${localstatedir}/games/emacs' | 2555 | gamedir='${localstatedir}/games/emacs' |
| 2562 | 2556 | ||
| 2563 | gameuser=games | ||
| 2564 | |||
| 2565 | 2557 | ||
| 2566 | 2558 | ||
| 2567 | 2559 | ||
| @@ -2921,6 +2913,16 @@ fi | |||
| 2921 | CRT_DIR="${with_crt_dir}" | 2913 | CRT_DIR="${with_crt_dir}" |
| 2922 | 2914 | ||
| 2923 | 2915 | ||
| 2916 | # Check whether --with-gameuser was given. | ||
| 2917 | if test "${with_gameuser+set}" = set; then : | ||
| 2918 | withval=$with_gameuser; | ||
| 2919 | fi | ||
| 2920 | |||
| 2921 | test "X${with_gameuser}" != X && test "${with_gameuser}" != yes \ | ||
| 2922 | && gameuser="${with_gameuser}" | ||
| 2923 | test "X$gameuser" = X && gameuser=games | ||
| 2924 | |||
| 2925 | |||
| 2924 | # Check whether --with-gnustep-conf was given. | 2926 | # Check whether --with-gnustep-conf was given. |
| 2925 | if test "${with_gnustep_conf+set}" = set; then : | 2927 | if test "${with_gnustep_conf+set}" = set; then : |
| 2926 | withval=$with_gnustep_conf; | 2928 | withval=$with_gnustep_conf; |
| @@ -3148,7 +3150,7 @@ $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || | |||
| 3148 | 3150 | ||
| 3149 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 | 3151 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 |
| 3150 | $as_echo_n "checking build system type... " >&6; } | 3152 | $as_echo_n "checking build system type... " >&6; } |
| 3151 | if ${ac_cv_build+:} false; then : | 3153 | if test "${ac_cv_build+set}" = set; then : |
| 3152 | $as_echo_n "(cached) " >&6 | 3154 | $as_echo_n "(cached) " >&6 |
| 3153 | else | 3155 | else |
| 3154 | ac_build_alias=$build_alias | 3156 | ac_build_alias=$build_alias |
| @@ -3182,7 +3184,7 @@ case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac | |||
| 3182 | 3184 | ||
| 3183 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 | 3185 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 |
| 3184 | $as_echo_n "checking host system type... " >&6; } | 3186 | $as_echo_n "checking host system type... " >&6; } |
| 3185 | if ${ac_cv_host+:} false; then : | 3187 | if test "${ac_cv_host+set}" = set; then : |
| 3186 | $as_echo_n "(cached) " >&6 | 3188 | $as_echo_n "(cached) " >&6 |
| 3187 | else | 3189 | else |
| 3188 | if test "x$host_alias" = x; then | 3190 | if test "x$host_alias" = x; then |
| @@ -3468,7 +3470,7 @@ if test -n "$ac_tool_prefix"; then | |||
| 3468 | set dummy ${ac_tool_prefix}gcc; ac_word=$2 | 3470 | set dummy ${ac_tool_prefix}gcc; ac_word=$2 |
| 3469 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 3471 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 3470 | $as_echo_n "checking for $ac_word... " >&6; } | 3472 | $as_echo_n "checking for $ac_word... " >&6; } |
| 3471 | if ${ac_cv_prog_CC+:} false; then : | 3473 | if test "${ac_cv_prog_CC+set}" = set; then : |
| 3472 | $as_echo_n "(cached) " >&6 | 3474 | $as_echo_n "(cached) " >&6 |
| 3473 | else | 3475 | else |
| 3474 | if test -n "$CC"; then | 3476 | if test -n "$CC"; then |
| @@ -3508,7 +3510,7 @@ if test -z "$ac_cv_prog_CC"; then | |||
| 3508 | set dummy gcc; ac_word=$2 | 3510 | set dummy gcc; ac_word=$2 |
| 3509 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 3511 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 3510 | $as_echo_n "checking for $ac_word... " >&6; } | 3512 | $as_echo_n "checking for $ac_word... " >&6; } |
| 3511 | if ${ac_cv_prog_ac_ct_CC+:} false; then : | 3513 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : |
| 3512 | $as_echo_n "(cached) " >&6 | 3514 | $as_echo_n "(cached) " >&6 |
| 3513 | else | 3515 | else |
| 3514 | if test -n "$ac_ct_CC"; then | 3516 | if test -n "$ac_ct_CC"; then |
| @@ -3561,7 +3563,7 @@ if test -z "$CC"; then | |||
| 3561 | set dummy ${ac_tool_prefix}cc; ac_word=$2 | 3563 | set dummy ${ac_tool_prefix}cc; ac_word=$2 |
| 3562 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 3564 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 3563 | $as_echo_n "checking for $ac_word... " >&6; } | 3565 | $as_echo_n "checking for $ac_word... " >&6; } |
| 3564 | if ${ac_cv_prog_CC+:} false; then : | 3566 | if test "${ac_cv_prog_CC+set}" = set; then : |
| 3565 | $as_echo_n "(cached) " >&6 | 3567 | $as_echo_n "(cached) " >&6 |
| 3566 | else | 3568 | else |
| 3567 | if test -n "$CC"; then | 3569 | if test -n "$CC"; then |
| @@ -3601,7 +3603,7 @@ if test -z "$CC"; then | |||
| 3601 | set dummy cc; ac_word=$2 | 3603 | set dummy cc; ac_word=$2 |
| 3602 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 3604 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 3603 | $as_echo_n "checking for $ac_word... " >&6; } | 3605 | $as_echo_n "checking for $ac_word... " >&6; } |
| 3604 | if ${ac_cv_prog_CC+:} false; then : | 3606 | if test "${ac_cv_prog_CC+set}" = set; then : |
| 3605 | $as_echo_n "(cached) " >&6 | 3607 | $as_echo_n "(cached) " >&6 |
| 3606 | else | 3608 | else |
| 3607 | if test -n "$CC"; then | 3609 | if test -n "$CC"; then |
| @@ -3660,7 +3662,7 @@ if test -z "$CC"; then | |||
| 3660 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 | 3662 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 |
| 3661 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 3663 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 3662 | $as_echo_n "checking for $ac_word... " >&6; } | 3664 | $as_echo_n "checking for $ac_word... " >&6; } |
| 3663 | if ${ac_cv_prog_CC+:} false; then : | 3665 | if test "${ac_cv_prog_CC+set}" = set; then : |
| 3664 | $as_echo_n "(cached) " >&6 | 3666 | $as_echo_n "(cached) " >&6 |
| 3665 | else | 3667 | else |
| 3666 | if test -n "$CC"; then | 3668 | if test -n "$CC"; then |
| @@ -3704,7 +3706,7 @@ do | |||
| 3704 | set dummy $ac_prog; ac_word=$2 | 3706 | set dummy $ac_prog; ac_word=$2 |
| 3705 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 3707 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 3706 | $as_echo_n "checking for $ac_word... " >&6; } | 3708 | $as_echo_n "checking for $ac_word... " >&6; } |
| 3707 | if ${ac_cv_prog_ac_ct_CC+:} false; then : | 3709 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : |
| 3708 | $as_echo_n "(cached) " >&6 | 3710 | $as_echo_n "(cached) " >&6 |
| 3709 | else | 3711 | else |
| 3710 | if test -n "$ac_ct_CC"; then | 3712 | if test -n "$ac_ct_CC"; then |
| @@ -3987,7 +3989,7 @@ rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out | |||
| 3987 | ac_clean_files=$ac_clean_files_save | 3989 | ac_clean_files=$ac_clean_files_save |
| 3988 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 | 3990 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 |
| 3989 | $as_echo_n "checking for suffix of object files... " >&6; } | 3991 | $as_echo_n "checking for suffix of object files... " >&6; } |
| 3990 | if ${ac_cv_objext+:} false; then : | 3992 | if test "${ac_cv_objext+set}" = set; then : |
| 3991 | $as_echo_n "(cached) " >&6 | 3993 | $as_echo_n "(cached) " >&6 |
| 3992 | else | 3994 | else |
| 3993 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 3995 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -4038,7 +4040,7 @@ OBJEXT=$ac_cv_objext | |||
| 4038 | ac_objext=$OBJEXT | 4040 | ac_objext=$OBJEXT |
| 4039 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 | 4041 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 |
| 4040 | $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } | 4042 | $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } |
| 4041 | if ${ac_cv_c_compiler_gnu+:} false; then : | 4043 | if test "${ac_cv_c_compiler_gnu+set}" = set; then : |
| 4042 | $as_echo_n "(cached) " >&6 | 4044 | $as_echo_n "(cached) " >&6 |
| 4043 | else | 4045 | else |
| 4044 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 4046 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -4075,7 +4077,7 @@ ac_test_CFLAGS=${CFLAGS+set} | |||
| 4075 | ac_save_CFLAGS=$CFLAGS | 4077 | ac_save_CFLAGS=$CFLAGS |
| 4076 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 | 4078 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 |
| 4077 | $as_echo_n "checking whether $CC accepts -g... " >&6; } | 4079 | $as_echo_n "checking whether $CC accepts -g... " >&6; } |
| 4078 | if ${ac_cv_prog_cc_g+:} false; then : | 4080 | if test "${ac_cv_prog_cc_g+set}" = set; then : |
| 4079 | $as_echo_n "(cached) " >&6 | 4081 | $as_echo_n "(cached) " >&6 |
| 4080 | else | 4082 | else |
| 4081 | ac_save_c_werror_flag=$ac_c_werror_flag | 4083 | ac_save_c_werror_flag=$ac_c_werror_flag |
| @@ -4153,7 +4155,7 @@ else | |||
| 4153 | fi | 4155 | fi |
| 4154 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 | 4156 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 |
| 4155 | $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } | 4157 | $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } |
| 4156 | if ${ac_cv_prog_cc_c89+:} false; then : | 4158 | if test "${ac_cv_prog_cc_c89+set}" = set; then : |
| 4157 | $as_echo_n "(cached) " >&6 | 4159 | $as_echo_n "(cached) " >&6 |
| 4158 | else | 4160 | else |
| 4159 | ac_cv_prog_cc_c89=no | 4161 | ac_cv_prog_cc_c89=no |
| @@ -4261,7 +4263,7 @@ if test x"$GCC" != xyes && test x"$emacs_check_sunpro_c" = xyes && \ | |||
| 4261 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using a Sun C compiler" >&5 | 4263 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using a Sun C compiler" >&5 |
| 4262 | $as_echo_n "checking whether we are using a Sun C compiler... " >&6; } | 4264 | $as_echo_n "checking whether we are using a Sun C compiler... " >&6; } |
| 4263 | 4265 | ||
| 4264 | if ${emacs_cv_sunpro_c+:} false; then : | 4266 | if test "${emacs_cv_sunpro_c+set}" = set; then : |
| 4265 | $as_echo_n "(cached) " >&6 | 4267 | $as_echo_n "(cached) " >&6 |
| 4266 | else | 4268 | else |
| 4267 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 4269 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -4330,7 +4332,7 @@ if test -n "$CPP" && test -d "$CPP"; then | |||
| 4330 | CPP= | 4332 | CPP= |
| 4331 | fi | 4333 | fi |
| 4332 | if test -z "$CPP"; then | 4334 | if test -z "$CPP"; then |
| 4333 | if ${ac_cv_prog_CPP+:} false; then : | 4335 | if test "${ac_cv_prog_CPP+set}" = set; then : |
| 4334 | $as_echo_n "(cached) " >&6 | 4336 | $as_echo_n "(cached) " >&6 |
| 4335 | else | 4337 | else |
| 4336 | # Double quotes because CPP needs to be expanded | 4338 | # Double quotes because CPP needs to be expanded |
| @@ -4458,7 +4460,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu | |||
| 4458 | 4460 | ||
| 4459 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 | 4461 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 |
| 4460 | $as_echo_n "checking for grep that handles long lines and -e... " >&6; } | 4462 | $as_echo_n "checking for grep that handles long lines and -e... " >&6; } |
| 4461 | if ${ac_cv_path_GREP+:} false; then : | 4463 | if test "${ac_cv_path_GREP+set}" = set; then : |
| 4462 | $as_echo_n "(cached) " >&6 | 4464 | $as_echo_n "(cached) " >&6 |
| 4463 | else | 4465 | else |
| 4464 | if test -z "$GREP"; then | 4466 | if test -z "$GREP"; then |
| @@ -4521,7 +4523,7 @@ $as_echo "$ac_cv_path_GREP" >&6; } | |||
| 4521 | 4523 | ||
| 4522 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 | 4524 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 |
| 4523 | $as_echo_n "checking for egrep... " >&6; } | 4525 | $as_echo_n "checking for egrep... " >&6; } |
| 4524 | if ${ac_cv_path_EGREP+:} false; then : | 4526 | if test "${ac_cv_path_EGREP+set}" = set; then : |
| 4525 | $as_echo_n "(cached) " >&6 | 4527 | $as_echo_n "(cached) " >&6 |
| 4526 | else | 4528 | else |
| 4527 | if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 | 4529 | if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 |
| @@ -4588,7 +4590,7 @@ $as_echo "$ac_cv_path_EGREP" >&6; } | |||
| 4588 | 4590 | ||
| 4589 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 | 4591 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 |
| 4590 | $as_echo_n "checking for ANSI C header files... " >&6; } | 4592 | $as_echo_n "checking for ANSI C header files... " >&6; } |
| 4591 | if ${ac_cv_header_stdc+:} false; then : | 4593 | if test "${ac_cv_header_stdc+set}" = set; then : |
| 4592 | $as_echo_n "(cached) " >&6 | 4594 | $as_echo_n "(cached) " >&6 |
| 4593 | else | 4595 | else |
| 4594 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 4596 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -4717,7 +4719,7 @@ done | |||
| 4717 | 4719 | ||
| 4718 | 4720 | ||
| 4719 | ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default" | 4721 | ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default" |
| 4720 | if test "x$ac_cv_header_minix_config_h" = xyes; then : | 4722 | if test "x$ac_cv_header_minix_config_h" = x""yes; then : |
| 4721 | MINIX=yes | 4723 | MINIX=yes |
| 4722 | else | 4724 | else |
| 4723 | MINIX= | 4725 | MINIX= |
| @@ -4739,7 +4741,7 @@ $as_echo "#define _MINIX 1" >>confdefs.h | |||
| 4739 | 4741 | ||
| 4740 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5 | 4742 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5 |
| 4741 | $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; } | 4743 | $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; } |
| 4742 | if ${ac_cv_safe_to_define___extensions__+:} false; then : | 4744 | if test "${ac_cv_safe_to_define___extensions__+set}" = set; then : |
| 4743 | $as_echo_n "(cached) " >&6 | 4745 | $as_echo_n "(cached) " >&6 |
| 4744 | else | 4746 | else |
| 4745 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 4747 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -4919,7 +4921,7 @@ if test -n "$CPP" && test -d "$CPP"; then | |||
| 4919 | CPP= | 4921 | CPP= |
| 4920 | fi | 4922 | fi |
| 4921 | if test -z "$CPP"; then | 4923 | if test -z "$CPP"; then |
| 4922 | if ${ac_cv_prog_CPP+:} false; then : | 4924 | if test "${ac_cv_prog_CPP+set}" = set; then : |
| 4923 | $as_echo_n "(cached) " >&6 | 4925 | $as_echo_n "(cached) " >&6 |
| 4924 | else | 4926 | else |
| 4925 | # Double quotes because CPP needs to be expanded | 4927 | # Double quotes because CPP needs to be expanded |
| @@ -5061,7 +5063,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu | |||
| 5061 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 | 5063 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 |
| 5062 | $as_echo_n "checking for a BSD-compatible install... " >&6; } | 5064 | $as_echo_n "checking for a BSD-compatible install... " >&6; } |
| 5063 | if test -z "$INSTALL"; then | 5065 | if test -z "$INSTALL"; then |
| 5064 | if ${ac_cv_path_install+:} false; then : | 5066 | if test "${ac_cv_path_install+set}" = set; then : |
| 5065 | $as_echo_n "(cached) " >&6 | 5067 | $as_echo_n "(cached) " >&6 |
| 5066 | else | 5068 | else |
| 5067 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | 5069 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| @@ -5143,7 +5145,7 @@ if test "x$RANLIB" = x; then | |||
| 5143 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 | 5145 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 |
| 5144 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 5146 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 5145 | $as_echo_n "checking for $ac_word... " >&6; } | 5147 | $as_echo_n "checking for $ac_word... " >&6; } |
| 5146 | if ${ac_cv_prog_RANLIB+:} false; then : | 5148 | if test "${ac_cv_prog_RANLIB+set}" = set; then : |
| 5147 | $as_echo_n "(cached) " >&6 | 5149 | $as_echo_n "(cached) " >&6 |
| 5148 | else | 5150 | else |
| 5149 | if test -n "$RANLIB"; then | 5151 | if test -n "$RANLIB"; then |
| @@ -5183,7 +5185,7 @@ if test -z "$ac_cv_prog_RANLIB"; then | |||
| 5183 | set dummy ranlib; ac_word=$2 | 5185 | set dummy ranlib; ac_word=$2 |
| 5184 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 5186 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 5185 | $as_echo_n "checking for $ac_word... " >&6; } | 5187 | $as_echo_n "checking for $ac_word... " >&6; } |
| 5186 | if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : | 5188 | if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : |
| 5187 | $as_echo_n "(cached) " >&6 | 5189 | $as_echo_n "(cached) " >&6 |
| 5188 | else | 5190 | else |
| 5189 | if test -n "$ac_ct_RANLIB"; then | 5191 | if test -n "$ac_ct_RANLIB"; then |
| @@ -5238,7 +5240,7 @@ fi | |||
| 5238 | ## is running in i386 mode, we can help them out. | 5240 | ## is running in i386 mode, we can help them out. |
| 5239 | if test "$machine" = "amdx86-64"; then | 5241 | if test "$machine" = "amdx86-64"; then |
| 5240 | ac_fn_c_check_decl "$LINENO" "i386" "ac_cv_have_decl_i386" "$ac_includes_default" | 5242 | ac_fn_c_check_decl "$LINENO" "i386" "ac_cv_have_decl_i386" "$ac_includes_default" |
| 5241 | if test "x$ac_cv_have_decl_i386" = xyes; then : | 5243 | if test "x$ac_cv_have_decl_i386" = x""yes; then : |
| 5242 | 5244 | ||
| 5243 | fi | 5245 | fi |
| 5244 | 5246 | ||
| @@ -5253,7 +5255,7 @@ fi | |||
| 5253 | set dummy install-info; ac_word=$2 | 5255 | set dummy install-info; ac_word=$2 |
| 5254 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 5256 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 5255 | $as_echo_n "checking for $ac_word... " >&6; } | 5257 | $as_echo_n "checking for $ac_word... " >&6; } |
| 5256 | if ${ac_cv_path_INSTALL_INFO+:} false; then : | 5258 | if test "${ac_cv_path_INSTALL_INFO+set}" = set; then : |
| 5257 | $as_echo_n "(cached) " >&6 | 5259 | $as_echo_n "(cached) " >&6 |
| 5258 | else | 5260 | else |
| 5259 | case $INSTALL_INFO in | 5261 | case $INSTALL_INFO in |
| @@ -5293,7 +5295,7 @@ fi | |||
| 5293 | set dummy install-info; ac_word=$2 | 5295 | set dummy install-info; ac_word=$2 |
| 5294 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 5296 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 5295 | $as_echo_n "checking for $ac_word... " >&6; } | 5297 | $as_echo_n "checking for $ac_word... " >&6; } |
| 5296 | if ${ac_cv_path_INSTALL_INFO+:} false; then : | 5298 | if test "${ac_cv_path_INSTALL_INFO+set}" = set; then : |
| 5297 | $as_echo_n "(cached) " >&6 | 5299 | $as_echo_n "(cached) " >&6 |
| 5298 | else | 5300 | else |
| 5299 | case $INSTALL_INFO in | 5301 | case $INSTALL_INFO in |
| @@ -5333,7 +5335,7 @@ fi | |||
| 5333 | set dummy install-info; ac_word=$2 | 5335 | set dummy install-info; ac_word=$2 |
| 5334 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 5336 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 5335 | $as_echo_n "checking for $ac_word... " >&6; } | 5337 | $as_echo_n "checking for $ac_word... " >&6; } |
| 5336 | if ${ac_cv_path_INSTALL_INFO+:} false; then : | 5338 | if test "${ac_cv_path_INSTALL_INFO+set}" = set; then : |
| 5337 | $as_echo_n "(cached) " >&6 | 5339 | $as_echo_n "(cached) " >&6 |
| 5338 | else | 5340 | else |
| 5339 | case $INSTALL_INFO in | 5341 | case $INSTALL_INFO in |
| @@ -5374,7 +5376,7 @@ fi | |||
| 5374 | set dummy gzip; ac_word=$2 | 5376 | set dummy gzip; ac_word=$2 |
| 5375 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 5377 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 5376 | $as_echo_n "checking for $ac_word... " >&6; } | 5378 | $as_echo_n "checking for $ac_word... " >&6; } |
| 5377 | if ${ac_cv_path_GZIP_PROG+:} false; then : | 5379 | if test "${ac_cv_path_GZIP_PROG+set}" = set; then : |
| 5378 | $as_echo_n "(cached) " >&6 | 5380 | $as_echo_n "(cached) " >&6 |
| 5379 | else | 5381 | else |
| 5380 | case $GZIP_PROG in | 5382 | case $GZIP_PROG in |
| @@ -5417,7 +5419,7 @@ fi | |||
| 5417 | set dummy makeinfo; ac_word=$2 | 5419 | set dummy makeinfo; ac_word=$2 |
| 5418 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 5420 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 5419 | $as_echo_n "checking for $ac_word... " >&6; } | 5421 | $as_echo_n "checking for $ac_word... " >&6; } |
| 5420 | if ${ac_cv_path_MAKEINFO+:} false; then : | 5422 | if test "${ac_cv_path_MAKEINFO+set}" = set; then : |
| 5421 | $as_echo_n "(cached) " >&6 | 5423 | $as_echo_n "(cached) " >&6 |
| 5422 | else | 5424 | else |
| 5423 | case $MAKEINFO in | 5425 | case $MAKEINFO in |
| @@ -5618,7 +5620,7 @@ esac | |||
| 5618 | C_SWITCH_MACHINE= | 5620 | C_SWITCH_MACHINE= |
| 5619 | if test "$machine" = "alpha"; then | 5621 | if test "$machine" = "alpha"; then |
| 5620 | ac_fn_c_check_decl "$LINENO" "__ELF__" "ac_cv_have_decl___ELF__" "$ac_includes_default" | 5622 | ac_fn_c_check_decl "$LINENO" "__ELF__" "ac_cv_have_decl___ELF__" "$ac_includes_default" |
| 5621 | if test "x$ac_cv_have_decl___ELF__" = xyes; then : | 5623 | if test "x$ac_cv_have_decl___ELF__" = x""yes; then : |
| 5622 | 5624 | ||
| 5623 | fi | 5625 | fi |
| 5624 | 5626 | ||
| @@ -5688,7 +5690,7 @@ if test "$enable_largefile" != no; then | |||
| 5688 | 5690 | ||
| 5689 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5 | 5691 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5 |
| 5690 | $as_echo_n "checking for special C compiler options needed for large files... " >&6; } | 5692 | $as_echo_n "checking for special C compiler options needed for large files... " >&6; } |
| 5691 | if ${ac_cv_sys_largefile_CC+:} false; then : | 5693 | if test "${ac_cv_sys_largefile_CC+set}" = set; then : |
| 5692 | $as_echo_n "(cached) " >&6 | 5694 | $as_echo_n "(cached) " >&6 |
| 5693 | else | 5695 | else |
| 5694 | ac_cv_sys_largefile_CC=no | 5696 | ac_cv_sys_largefile_CC=no |
| @@ -5739,7 +5741,7 @@ $as_echo "$ac_cv_sys_largefile_CC" >&6; } | |||
| 5739 | 5741 | ||
| 5740 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5 | 5742 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5 |
| 5741 | $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; } | 5743 | $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; } |
| 5742 | if ${ac_cv_sys_file_offset_bits+:} false; then : | 5744 | if test "${ac_cv_sys_file_offset_bits+set}" = set; then : |
| 5743 | $as_echo_n "(cached) " >&6 | 5745 | $as_echo_n "(cached) " >&6 |
| 5744 | else | 5746 | else |
| 5745 | while :; do | 5747 | while :; do |
| @@ -5808,7 +5810,7 @@ rm -rf conftest* | |||
| 5808 | if test $ac_cv_sys_file_offset_bits = unknown; then | 5810 | if test $ac_cv_sys_file_offset_bits = unknown; then |
| 5809 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5 | 5811 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5 |
| 5810 | $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; } | 5812 | $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; } |
| 5811 | if ${ac_cv_sys_large_files+:} false; then : | 5813 | if test "${ac_cv_sys_large_files+set}" = set; then : |
| 5812 | $as_echo_n "(cached) " >&6 | 5814 | $as_echo_n "(cached) " >&6 |
| 5813 | else | 5815 | else |
| 5814 | while :; do | 5816 | while :; do |
| @@ -5976,7 +5978,7 @@ done | |||
| 5976 | # Emulation library used on NetBSD. | 5978 | # Emulation library used on NetBSD. |
| 5977 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5 | 5979 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5 |
| 5978 | $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; } | 5980 | $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; } |
| 5979 | if ${ac_cv_lib_ossaudio__oss_ioctl+:} false; then : | 5981 | if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then : |
| 5980 | $as_echo_n "(cached) " >&6 | 5982 | $as_echo_n "(cached) " >&6 |
| 5981 | else | 5983 | else |
| 5982 | ac_check_lib_save_LIBS=$LIBS | 5984 | ac_check_lib_save_LIBS=$LIBS |
| @@ -6010,7 +6012,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 6010 | fi | 6012 | fi |
| 6011 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5 | 6013 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5 |
| 6012 | $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; } | 6014 | $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; } |
| 6013 | if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes; then : | 6015 | if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then : |
| 6014 | LIBSOUND=-lossaudio | 6016 | LIBSOUND=-lossaudio |
| 6015 | else | 6017 | else |
| 6016 | LIBSOUND= | 6018 | LIBSOUND= |
| @@ -6027,7 +6029,7 @@ fi | |||
| 6027 | set dummy pkg-config; ac_word=$2 | 6029 | set dummy pkg-config; ac_word=$2 |
| 6028 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 6030 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 6029 | $as_echo_n "checking for $ac_word... " >&6; } | 6031 | $as_echo_n "checking for $ac_word... " >&6; } |
| 6030 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 6032 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 6031 | $as_echo_n "(cached) " >&6 | 6033 | $as_echo_n "(cached) " >&6 |
| 6032 | else | 6034 | else |
| 6033 | case $PKG_CONFIG in | 6035 | case $PKG_CONFIG in |
| @@ -6231,7 +6233,7 @@ fi | |||
| 6231 | for ac_header in term.h | 6233 | for ac_header in term.h |
| 6232 | do : | 6234 | do : |
| 6233 | ac_fn_c_check_header_preproc "$LINENO" "term.h" "ac_cv_header_term_h" | 6235 | ac_fn_c_check_header_preproc "$LINENO" "term.h" "ac_cv_header_term_h" |
| 6234 | if test "x$ac_cv_header_term_h" = xyes; then : | 6236 | if test "x$ac_cv_header_term_h" = x""yes; then : |
| 6235 | cat >>confdefs.h <<_ACEOF | 6237 | cat >>confdefs.h <<_ACEOF |
| 6236 | #define HAVE_TERM_H 1 | 6238 | #define HAVE_TERM_H 1 |
| 6237 | _ACEOF | 6239 | _ACEOF |
| @@ -6242,7 +6244,7 @@ done | |||
| 6242 | 6244 | ||
| 6243 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 | 6245 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 |
| 6244 | $as_echo_n "checking for ANSI C header files... " >&6; } | 6246 | $as_echo_n "checking for ANSI C header files... " >&6; } |
| 6245 | if ${ac_cv_header_stdc+:} false; then : | 6247 | if test "${ac_cv_header_stdc+set}" = set; then : |
| 6246 | $as_echo_n "(cached) " >&6 | 6248 | $as_echo_n "(cached) " >&6 |
| 6247 | else | 6249 | else |
| 6248 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6250 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -6354,7 +6356,7 @@ fi | |||
| 6354 | 6356 | ||
| 6355 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5 | 6357 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5 |
| 6356 | $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } | 6358 | $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } |
| 6357 | if ${ac_cv_header_time+:} false; then : | 6359 | if test "${ac_cv_header_time+set}" = set; then : |
| 6358 | $as_echo_n "(cached) " >&6 | 6360 | $as_echo_n "(cached) " >&6 |
| 6359 | else | 6361 | else |
| 6360 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6362 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -6388,7 +6390,7 @@ $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h | |||
| 6388 | fi | 6390 | fi |
| 6389 | 6391 | ||
| 6390 | ac_fn_c_check_decl "$LINENO" "sys_siglist" "ac_cv_have_decl_sys_siglist" "$ac_includes_default" | 6392 | ac_fn_c_check_decl "$LINENO" "sys_siglist" "ac_cv_have_decl_sys_siglist" "$ac_includes_default" |
| 6391 | if test "x$ac_cv_have_decl_sys_siglist" = xyes; then : | 6393 | if test "x$ac_cv_have_decl_sys_siglist" = x""yes; then : |
| 6392 | ac_have_decl=1 | 6394 | ac_have_decl=1 |
| 6393 | else | 6395 | else |
| 6394 | ac_have_decl=0 | 6396 | ac_have_decl=0 |
| @@ -6401,7 +6403,7 @@ _ACEOF | |||
| 6401 | if test $ac_cv_have_decl_sys_siglist != yes; then | 6403 | if test $ac_cv_have_decl_sys_siglist != yes; then |
| 6402 | # For Tru64, at least: | 6404 | # For Tru64, at least: |
| 6403 | ac_fn_c_check_decl "$LINENO" "__sys_siglist" "ac_cv_have_decl___sys_siglist" "$ac_includes_default" | 6405 | ac_fn_c_check_decl "$LINENO" "__sys_siglist" "ac_cv_have_decl___sys_siglist" "$ac_includes_default" |
| 6404 | if test "x$ac_cv_have_decl___sys_siglist" = xyes; then : | 6406 | if test "x$ac_cv_have_decl___sys_siglist" = x""yes; then : |
| 6405 | ac_have_decl=1 | 6407 | ac_have_decl=1 |
| 6406 | else | 6408 | else |
| 6407 | ac_have_decl=0 | 6409 | ac_have_decl=0 |
| @@ -6419,7 +6421,7 @@ $as_echo "#define sys_siglist __sys_siglist" >>confdefs.h | |||
| 6419 | fi | 6421 | fi |
| 6420 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5 | 6422 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5 |
| 6421 | $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; } | 6423 | $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; } |
| 6422 | if ${ac_cv_header_sys_wait_h+:} false; then : | 6424 | if test "${ac_cv_header_sys_wait_h+set}" = set; then : |
| 6423 | $as_echo_n "(cached) " >&6 | 6425 | $as_echo_n "(cached) " >&6 |
| 6424 | else | 6426 | else |
| 6425 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6427 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -6461,7 +6463,7 @@ fi | |||
| 6461 | 6463 | ||
| 6462 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct utimbuf" >&5 | 6464 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct utimbuf" >&5 |
| 6463 | $as_echo_n "checking for struct utimbuf... " >&6; } | 6465 | $as_echo_n "checking for struct utimbuf... " >&6; } |
| 6464 | if ${emacs_cv_struct_utimbuf+:} false; then : | 6466 | if test "${emacs_cv_struct_utimbuf+set}" = set; then : |
| 6465 | $as_echo_n "(cached) " >&6 | 6467 | $as_echo_n "(cached) " >&6 |
| 6466 | else | 6468 | else |
| 6467 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6469 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -6504,7 +6506,7 @@ fi | |||
| 6504 | 6506 | ||
| 6505 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5 | 6507 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5 |
| 6506 | $as_echo_n "checking return type of signal handlers... " >&6; } | 6508 | $as_echo_n "checking return type of signal handlers... " >&6; } |
| 6507 | if ${ac_cv_type_signal+:} false; then : | 6509 | if test "${ac_cv_type_signal+set}" = set; then : |
| 6508 | $as_echo_n "(cached) " >&6 | 6510 | $as_echo_n "(cached) " >&6 |
| 6509 | else | 6511 | else |
| 6510 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6512 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -6538,7 +6540,7 @@ _ACEOF | |||
| 6538 | 6540 | ||
| 6539 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for speed_t" >&5 | 6541 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for speed_t" >&5 |
| 6540 | $as_echo_n "checking for speed_t... " >&6; } | 6542 | $as_echo_n "checking for speed_t... " >&6; } |
| 6541 | if ${emacs_cv_speed_t+:} false; then : | 6543 | if test "${emacs_cv_speed_t+set}" = set; then : |
| 6542 | $as_echo_n "(cached) " >&6 | 6544 | $as_echo_n "(cached) " >&6 |
| 6543 | else | 6545 | else |
| 6544 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6546 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -6569,7 +6571,7 @@ fi | |||
| 6569 | 6571 | ||
| 6570 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timeval" >&5 | 6572 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timeval" >&5 |
| 6571 | $as_echo_n "checking for struct timeval... " >&6; } | 6573 | $as_echo_n "checking for struct timeval... " >&6; } |
| 6572 | if ${emacs_cv_struct_timeval+:} false; then : | 6574 | if test "${emacs_cv_struct_timeval+set}" = set; then : |
| 6573 | $as_echo_n "(cached) " >&6 | 6575 | $as_echo_n "(cached) " >&6 |
| 6574 | else | 6576 | else |
| 6575 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6577 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -6610,7 +6612,7 @@ fi | |||
| 6610 | 6612 | ||
| 6611 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct exception" >&5 | 6613 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct exception" >&5 |
| 6612 | $as_echo_n "checking for struct exception... " >&6; } | 6614 | $as_echo_n "checking for struct exception... " >&6; } |
| 6613 | if ${emacs_cv_struct_exception+:} false; then : | 6615 | if test "${emacs_cv_struct_exception+set}" = set; then : |
| 6614 | $as_echo_n "(cached) " >&6 | 6616 | $as_echo_n "(cached) " >&6 |
| 6615 | else | 6617 | else |
| 6616 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6618 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -6643,7 +6645,7 @@ fi | |||
| 6643 | for ac_header in sys/socket.h | 6645 | for ac_header in sys/socket.h |
| 6644 | do : | 6646 | do : |
| 6645 | ac_fn_c_check_header_mongrel "$LINENO" "sys/socket.h" "ac_cv_header_sys_socket_h" "$ac_includes_default" | 6647 | ac_fn_c_check_header_mongrel "$LINENO" "sys/socket.h" "ac_cv_header_sys_socket_h" "$ac_includes_default" |
| 6646 | if test "x$ac_cv_header_sys_socket_h" = xyes; then : | 6648 | if test "x$ac_cv_header_sys_socket_h" = x""yes; then : |
| 6647 | cat >>confdefs.h <<_ACEOF | 6649 | cat >>confdefs.h <<_ACEOF |
| 6648 | #define HAVE_SYS_SOCKET_H 1 | 6650 | #define HAVE_SYS_SOCKET_H 1 |
| 6649 | _ACEOF | 6651 | _ACEOF |
| @@ -6659,7 +6661,7 @@ do : | |||
| 6659 | #include <sys/socket.h> | 6661 | #include <sys/socket.h> |
| 6660 | #endif | 6662 | #endif |
| 6661 | " | 6663 | " |
| 6662 | if test "x$ac_cv_header_net_if_h" = xyes; then : | 6664 | if test "x$ac_cv_header_net_if_h" = x""yes; then : |
| 6663 | cat >>confdefs.h <<_ACEOF | 6665 | cat >>confdefs.h <<_ACEOF |
| 6664 | #define HAVE_NET_IF_H 1 | 6666 | #define HAVE_NET_IF_H 1 |
| 6665 | _ACEOF | 6667 | _ACEOF |
| @@ -6671,7 +6673,7 @@ done | |||
| 6671 | 6673 | ||
| 6672 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5 | 6674 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5 |
| 6673 | $as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; } | 6675 | $as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; } |
| 6674 | if ${ac_cv_struct_tm+:} false; then : | 6676 | if test "${ac_cv_struct_tm+set}" = set; then : |
| 6675 | $as_echo_n "(cached) " >&6 | 6677 | $as_echo_n "(cached) " >&6 |
| 6676 | else | 6678 | else |
| 6677 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6679 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -6708,7 +6710,7 @@ ac_fn_c_check_member "$LINENO" "struct tm" "tm_zone" "ac_cv_member_struct_tm_tm_ | |||
| 6708 | #include <$ac_cv_struct_tm> | 6710 | #include <$ac_cv_struct_tm> |
| 6709 | 6711 | ||
| 6710 | " | 6712 | " |
| 6711 | if test "x$ac_cv_member_struct_tm_tm_zone" = xyes; then : | 6713 | if test "x$ac_cv_member_struct_tm_tm_zone" = x""yes; then : |
| 6712 | 6714 | ||
| 6713 | cat >>confdefs.h <<_ACEOF | 6715 | cat >>confdefs.h <<_ACEOF |
| 6714 | #define HAVE_STRUCT_TM_TM_ZONE 1 | 6716 | #define HAVE_STRUCT_TM_TM_ZONE 1 |
| @@ -6724,7 +6726,7 @@ $as_echo "#define HAVE_TM_ZONE 1" >>confdefs.h | |||
| 6724 | else | 6726 | else |
| 6725 | ac_fn_c_check_decl "$LINENO" "tzname" "ac_cv_have_decl_tzname" "#include <time.h> | 6727 | ac_fn_c_check_decl "$LINENO" "tzname" "ac_cv_have_decl_tzname" "#include <time.h> |
| 6726 | " | 6728 | " |
| 6727 | if test "x$ac_cv_have_decl_tzname" = xyes; then : | 6729 | if test "x$ac_cv_have_decl_tzname" = x""yes; then : |
| 6728 | ac_have_decl=1 | 6730 | ac_have_decl=1 |
| 6729 | else | 6731 | else |
| 6730 | ac_have_decl=0 | 6732 | ac_have_decl=0 |
| @@ -6736,7 +6738,7 @@ _ACEOF | |||
| 6736 | 6738 | ||
| 6737 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tzname" >&5 | 6739 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tzname" >&5 |
| 6738 | $as_echo_n "checking for tzname... " >&6; } | 6740 | $as_echo_n "checking for tzname... " >&6; } |
| 6739 | if ${ac_cv_var_tzname+:} false; then : | 6741 | if test "${ac_cv_var_tzname+set}" = set; then : |
| 6740 | $as_echo_n "(cached) " >&6 | 6742 | $as_echo_n "(cached) " >&6 |
| 6741 | else | 6743 | else |
| 6742 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6744 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -6773,7 +6775,7 @@ fi | |||
| 6773 | 6775 | ||
| 6774 | ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include <time.h> | 6776 | ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include <time.h> |
| 6775 | " | 6777 | " |
| 6776 | if test "x$ac_cv_member_struct_tm_tm_gmtoff" = xyes; then : | 6778 | if test "x$ac_cv_member_struct_tm_tm_gmtoff" = x""yes; then : |
| 6777 | 6779 | ||
| 6778 | $as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h | 6780 | $as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h |
| 6779 | 6781 | ||
| @@ -6787,7 +6789,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_flags" "ac_cv_member_struct_i | |||
| 6787 | #include <net/if.h> | 6789 | #include <net/if.h> |
| 6788 | #endif | 6790 | #endif |
| 6789 | " | 6791 | " |
| 6790 | if test "x$ac_cv_member_struct_ifreq_ifr_flags" = xyes; then : | 6792 | if test "x$ac_cv_member_struct_ifreq_ifr_flags" = x""yes; then : |
| 6791 | 6793 | ||
| 6792 | cat >>confdefs.h <<_ACEOF | 6794 | cat >>confdefs.h <<_ACEOF |
| 6793 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | 6795 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 |
| @@ -6803,7 +6805,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ | |||
| 6803 | #include <net/if.h> | 6805 | #include <net/if.h> |
| 6804 | #endif | 6806 | #endif |
| 6805 | " | 6807 | " |
| 6806 | if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes; then : | 6808 | if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = x""yes; then : |
| 6807 | 6809 | ||
| 6808 | cat >>confdefs.h <<_ACEOF | 6810 | cat >>confdefs.h <<_ACEOF |
| 6809 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | 6811 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 |
| @@ -6819,7 +6821,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_netmask" "ac_cv_member_struct | |||
| 6819 | #include <net/if.h> | 6821 | #include <net/if.h> |
| 6820 | #endif | 6822 | #endif |
| 6821 | " | 6823 | " |
| 6822 | if test "x$ac_cv_member_struct_ifreq_ifr_netmask" = xyes; then : | 6824 | if test "x$ac_cv_member_struct_ifreq_ifr_netmask" = x""yes; then : |
| 6823 | 6825 | ||
| 6824 | cat >>confdefs.h <<_ACEOF | 6826 | cat >>confdefs.h <<_ACEOF |
| 6825 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | 6827 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 |
| @@ -6835,7 +6837,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_broadaddr" "ac_cv_member_stru | |||
| 6835 | #include <net/if.h> | 6837 | #include <net/if.h> |
| 6836 | #endif | 6838 | #endif |
| 6837 | " | 6839 | " |
| 6838 | if test "x$ac_cv_member_struct_ifreq_ifr_broadaddr" = xyes; then : | 6840 | if test "x$ac_cv_member_struct_ifreq_ifr_broadaddr" = x""yes; then : |
| 6839 | 6841 | ||
| 6840 | cat >>confdefs.h <<_ACEOF | 6842 | cat >>confdefs.h <<_ACEOF |
| 6841 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | 6843 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 |
| @@ -6851,7 +6853,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_addr" "ac_cv_member_struct_if | |||
| 6851 | #include <net/if.h> | 6853 | #include <net/if.h> |
| 6852 | #endif | 6854 | #endif |
| 6853 | " | 6855 | " |
| 6854 | if test "x$ac_cv_member_struct_ifreq_ifr_addr" = xyes; then : | 6856 | if test "x$ac_cv_member_struct_ifreq_ifr_addr" = x""yes; then : |
| 6855 | 6857 | ||
| 6856 | cat >>confdefs.h <<_ACEOF | 6858 | cat >>confdefs.h <<_ACEOF |
| 6857 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | 6859 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 |
| @@ -6880,7 +6882,7 @@ fi | |||
| 6880 | 6882 | ||
| 6881 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working volatile" >&5 | 6883 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working volatile" >&5 |
| 6882 | $as_echo_n "checking for working volatile... " >&6; } | 6884 | $as_echo_n "checking for working volatile... " >&6; } |
| 6883 | if ${ac_cv_c_volatile+:} false; then : | 6885 | if test "${ac_cv_c_volatile+set}" = set; then : |
| 6884 | $as_echo_n "(cached) " >&6 | 6886 | $as_echo_n "(cached) " >&6 |
| 6885 | else | 6887 | else |
| 6886 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6888 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -6914,7 +6916,7 @@ fi | |||
| 6914 | 6916 | ||
| 6915 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5 | 6917 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5 |
| 6916 | $as_echo_n "checking for an ANSI C-conforming const... " >&6; } | 6918 | $as_echo_n "checking for an ANSI C-conforming const... " >&6; } |
| 6917 | if ${ac_cv_c_const+:} false; then : | 6919 | if test "${ac_cv_c_const+set}" = set; then : |
| 6918 | $as_echo_n "(cached) " >&6 | 6920 | $as_echo_n "(cached) " >&6 |
| 6919 | else | 6921 | else |
| 6920 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6922 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -6994,7 +6996,7 @@ fi | |||
| 6994 | 6996 | ||
| 6995 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for void * support" >&5 | 6997 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for void * support" >&5 |
| 6996 | $as_echo_n "checking for void * support... " >&6; } | 6998 | $as_echo_n "checking for void * support... " >&6; } |
| 6997 | if ${emacs_cv_void_star+:} false; then : | 6999 | if test "${emacs_cv_void_star+set}" = set; then : |
| 6998 | $as_echo_n "(cached) " >&6 | 7000 | $as_echo_n "(cached) " >&6 |
| 6999 | else | 7001 | else |
| 7000 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 7002 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -7027,7 +7029,7 @@ fi | |||
| 7027 | 7029 | ||
| 7028 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 | 7030 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 |
| 7029 | $as_echo_n "checking whether byte ordering is bigendian... " >&6; } | 7031 | $as_echo_n "checking whether byte ordering is bigendian... " >&6; } |
| 7030 | if ${ac_cv_c_bigendian+:} false; then : | 7032 | if test "${ac_cv_c_bigendian+set}" = set; then : |
| 7031 | $as_echo_n "(cached) " >&6 | 7033 | $as_echo_n "(cached) " >&6 |
| 7032 | else | 7034 | else |
| 7033 | ac_cv_c_bigendian=unknown | 7035 | ac_cv_c_bigendian=unknown |
| @@ -7254,7 +7256,7 @@ $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h | |||
| 7254 | $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } | 7256 | $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } |
| 7255 | set x ${MAKE-make} | 7257 | set x ${MAKE-make} |
| 7256 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` | 7258 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` |
| 7257 | if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : | 7259 | if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then : |
| 7258 | $as_echo_n "(cached) " >&6 | 7260 | $as_echo_n "(cached) " >&6 |
| 7259 | else | 7261 | else |
| 7260 | cat >conftest.make <<\_ACEOF | 7262 | cat >conftest.make <<\_ACEOF |
| @@ -7342,7 +7344,7 @@ deps_frag=$srcdir/src/$deps_frag | |||
| 7342 | 7344 | ||
| 7343 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long file names" >&5 | 7345 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long file names" >&5 |
| 7344 | $as_echo_n "checking for long file names... " >&6; } | 7346 | $as_echo_n "checking for long file names... " >&6; } |
| 7345 | if ${ac_cv_sys_long_file_names+:} false; then : | 7347 | if test "${ac_cv_sys_long_file_names+set}" = set; then : |
| 7346 | $as_echo_n "(cached) " >&6 | 7348 | $as_echo_n "(cached) " >&6 |
| 7347 | else | 7349 | else |
| 7348 | ac_cv_sys_long_file_names=yes | 7350 | ac_cv_sys_long_file_names=yes |
| @@ -7399,7 +7401,7 @@ if test "x$with_x" = xno; then | |||
| 7399 | else | 7401 | else |
| 7400 | case $x_includes,$x_libraries in #( | 7402 | case $x_includes,$x_libraries in #( |
| 7401 | *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #( | 7403 | *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #( |
| 7402 | *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then : | 7404 | *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then : |
| 7403 | $as_echo_n "(cached) " >&6 | 7405 | $as_echo_n "(cached) " >&6 |
| 7404 | else | 7406 | else |
| 7405 | # One or both of the vars are not set, and there is no cached value. | 7407 | # One or both of the vars are not set, and there is no cached value. |
| @@ -7682,7 +7684,7 @@ if test "${with_ns}" != no; then | |||
| 7682 | TEMACS_LDFLAGS2= | 7684 | TEMACS_LDFLAGS2= |
| 7683 | fi | 7685 | fi |
| 7684 | ac_fn_c_check_header_mongrel "$LINENO" "AppKit/AppKit.h" "ac_cv_header_AppKit_AppKit_h" "$ac_includes_default" | 7686 | ac_fn_c_check_header_mongrel "$LINENO" "AppKit/AppKit.h" "ac_cv_header_AppKit_AppKit_h" "$ac_includes_default" |
| 7685 | if test "x$ac_cv_header_AppKit_AppKit_h" = xyes; then : | 7687 | if test "x$ac_cv_header_AppKit_AppKit_h" = x""yes; then : |
| 7686 | HAVE_NS=yes | 7688 | HAVE_NS=yes |
| 7687 | else | 7689 | else |
| 7688 | as_fn_error $? "\`--with-ns' was specified, but the include | 7690 | as_fn_error $? "\`--with-ns' was specified, but the include |
| @@ -7764,7 +7766,7 @@ if test "$window_system" = none && test "X$with_x" != "Xno"; then | |||
| 7764 | set dummy X; ac_word=$2 | 7766 | set dummy X; ac_word=$2 |
| 7765 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 7767 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 7766 | $as_echo_n "checking for $ac_word... " >&6; } | 7768 | $as_echo_n "checking for $ac_word... " >&6; } |
| 7767 | if ${ac_cv_prog_HAVE_XSERVER+:} false; then : | 7769 | if test "${ac_cv_prog_HAVE_XSERVER+set}" = set; then : |
| 7768 | $as_echo_n "(cached) " >&6 | 7770 | $as_echo_n "(cached) " >&6 |
| 7769 | else | 7771 | else |
| 7770 | if test -n "$HAVE_XSERVER"; then | 7772 | if test -n "$HAVE_XSERVER"; then |
| @@ -7823,14 +7825,14 @@ esac | |||
| 7823 | GNU_MALLOC=yes | 7825 | GNU_MALLOC=yes |
| 7824 | doug_lea_malloc=yes | 7826 | doug_lea_malloc=yes |
| 7825 | ac_fn_c_check_func "$LINENO" "malloc_get_state" "ac_cv_func_malloc_get_state" | 7827 | ac_fn_c_check_func "$LINENO" "malloc_get_state" "ac_cv_func_malloc_get_state" |
| 7826 | if test "x$ac_cv_func_malloc_get_state" = xyes; then : | 7828 | if test "x$ac_cv_func_malloc_get_state" = x""yes; then : |
| 7827 | 7829 | ||
| 7828 | else | 7830 | else |
| 7829 | doug_lea_malloc=no | 7831 | doug_lea_malloc=no |
| 7830 | fi | 7832 | fi |
| 7831 | 7833 | ||
| 7832 | ac_fn_c_check_func "$LINENO" "malloc_set_state" "ac_cv_func_malloc_set_state" | 7834 | ac_fn_c_check_func "$LINENO" "malloc_set_state" "ac_cv_func_malloc_set_state" |
| 7833 | if test "x$ac_cv_func_malloc_set_state" = xyes; then : | 7835 | if test "x$ac_cv_func_malloc_set_state" = x""yes; then : |
| 7834 | 7836 | ||
| 7835 | else | 7837 | else |
| 7836 | doug_lea_malloc=no | 7838 | doug_lea_malloc=no |
| @@ -7838,7 +7840,7 @@ fi | |||
| 7838 | 7840 | ||
| 7839 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __after_morecore_hook exists" >&5 | 7841 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __after_morecore_hook exists" >&5 |
| 7840 | $as_echo_n "checking whether __after_morecore_hook exists... " >&6; } | 7842 | $as_echo_n "checking whether __after_morecore_hook exists... " >&6; } |
| 7841 | if ${emacs_cv_var___after_morecore_hook+:} false; then : | 7843 | if test "${emacs_cv_var___after_morecore_hook+set}" = set; then : |
| 7842 | $as_echo_n "(cached) " >&6 | 7844 | $as_echo_n "(cached) " >&6 |
| 7843 | else | 7845 | else |
| 7844 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 7846 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -7943,7 +7945,7 @@ done | |||
| 7943 | for ac_func in getpagesize | 7945 | for ac_func in getpagesize |
| 7944 | do : | 7946 | do : |
| 7945 | ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize" | 7947 | ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize" |
| 7946 | if test "x$ac_cv_func_getpagesize" = xyes; then : | 7948 | if test "x$ac_cv_func_getpagesize" = x""yes; then : |
| 7947 | cat >>confdefs.h <<_ACEOF | 7949 | cat >>confdefs.h <<_ACEOF |
| 7948 | #define HAVE_GETPAGESIZE 1 | 7950 | #define HAVE_GETPAGESIZE 1 |
| 7949 | _ACEOF | 7951 | _ACEOF |
| @@ -7953,7 +7955,7 @@ done | |||
| 7953 | 7955 | ||
| 7954 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5 | 7956 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5 |
| 7955 | $as_echo_n "checking for working mmap... " >&6; } | 7957 | $as_echo_n "checking for working mmap... " >&6; } |
| 7956 | if ${ac_cv_func_mmap_fixed_mapped+:} false; then : | 7958 | if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then : |
| 7957 | $as_echo_n "(cached) " >&6 | 7959 | $as_echo_n "(cached) " >&6 |
| 7958 | else | 7960 | else |
| 7959 | if test "$cross_compiling" = yes; then : | 7961 | if test "$cross_compiling" = yes; then : |
| @@ -8128,7 +8130,7 @@ LIBS="$LIBS_SYSTEM $LIBS" | |||
| 8128 | 8130 | ||
| 8129 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5 | 8131 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5 |
| 8130 | $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; } | 8132 | $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; } |
| 8131 | if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then : | 8133 | if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then : |
| 8132 | $as_echo_n "(cached) " >&6 | 8134 | $as_echo_n "(cached) " >&6 |
| 8133 | else | 8135 | else |
| 8134 | ac_check_lib_save_LIBS=$LIBS | 8136 | ac_check_lib_save_LIBS=$LIBS |
| @@ -8162,7 +8164,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 8162 | fi | 8164 | fi |
| 8163 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 | 8165 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 |
| 8164 | $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; } | 8166 | $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; } |
| 8165 | if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then : | 8167 | if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then : |
| 8166 | cat >>confdefs.h <<_ACEOF | 8168 | cat >>confdefs.h <<_ACEOF |
| 8167 | #define HAVE_LIBDNET 1 | 8169 | #define HAVE_LIBDNET 1 |
| 8168 | _ACEOF | 8170 | _ACEOF |
| @@ -8174,7 +8176,7 @@ fi | |||
| 8174 | 8176 | ||
| 8175 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lXbsd" >&5 | 8177 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lXbsd" >&5 |
| 8176 | $as_echo_n "checking for main in -lXbsd... " >&6; } | 8178 | $as_echo_n "checking for main in -lXbsd... " >&6; } |
| 8177 | if ${ac_cv_lib_Xbsd_main+:} false; then : | 8179 | if test "${ac_cv_lib_Xbsd_main+set}" = set; then : |
| 8178 | $as_echo_n "(cached) " >&6 | 8180 | $as_echo_n "(cached) " >&6 |
| 8179 | else | 8181 | else |
| 8180 | ac_check_lib_save_LIBS=$LIBS | 8182 | ac_check_lib_save_LIBS=$LIBS |
| @@ -8202,14 +8204,14 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 8202 | fi | 8204 | fi |
| 8203 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xbsd_main" >&5 | 8205 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xbsd_main" >&5 |
| 8204 | $as_echo "$ac_cv_lib_Xbsd_main" >&6; } | 8206 | $as_echo "$ac_cv_lib_Xbsd_main" >&6; } |
| 8205 | if test "x$ac_cv_lib_Xbsd_main" = xyes; then : | 8207 | if test "x$ac_cv_lib_Xbsd_main" = x""yes; then : |
| 8206 | LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd" | 8208 | LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd" |
| 8207 | fi | 8209 | fi |
| 8208 | 8210 | ||
| 8209 | 8211 | ||
| 8210 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cma_open in -lpthreads" >&5 | 8212 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cma_open in -lpthreads" >&5 |
| 8211 | $as_echo_n "checking for cma_open in -lpthreads... " >&6; } | 8213 | $as_echo_n "checking for cma_open in -lpthreads... " >&6; } |
| 8212 | if ${ac_cv_lib_pthreads_cma_open+:} false; then : | 8214 | if test "${ac_cv_lib_pthreads_cma_open+set}" = set; then : |
| 8213 | $as_echo_n "(cached) " >&6 | 8215 | $as_echo_n "(cached) " >&6 |
| 8214 | else | 8216 | else |
| 8215 | ac_check_lib_save_LIBS=$LIBS | 8217 | ac_check_lib_save_LIBS=$LIBS |
| @@ -8243,7 +8245,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 8243 | fi | 8245 | fi |
| 8244 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthreads_cma_open" >&5 | 8246 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthreads_cma_open" >&5 |
| 8245 | $as_echo "$ac_cv_lib_pthreads_cma_open" >&6; } | 8247 | $as_echo "$ac_cv_lib_pthreads_cma_open" >&6; } |
| 8246 | if test "x$ac_cv_lib_pthreads_cma_open" = xyes; then : | 8248 | if test "x$ac_cv_lib_pthreads_cma_open" = x""yes; then : |
| 8247 | cat >>confdefs.h <<_ACEOF | 8249 | cat >>confdefs.h <<_ACEOF |
| 8248 | #define HAVE_LIBPTHREADS 1 | 8250 | #define HAVE_LIBPTHREADS 1 |
| 8249 | _ACEOF | 8251 | _ACEOF |
| @@ -8270,7 +8272,7 @@ case ${host_os} in | |||
| 8270 | aix*) | 8272 | aix*) |
| 8271 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -bbigtoc option" >&5 | 8273 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -bbigtoc option" >&5 |
| 8272 | $as_echo_n "checking for -bbigtoc option... " >&6; } | 8274 | $as_echo_n "checking for -bbigtoc option... " >&6; } |
| 8273 | if ${gdb_cv_bigtoc+:} false; then : | 8275 | if test "${gdb_cv_bigtoc+set}" = set; then : |
| 8274 | $as_echo_n "(cached) " >&6 | 8276 | $as_echo_n "(cached) " >&6 |
| 8275 | else | 8277 | else |
| 8276 | 8278 | ||
| @@ -8444,7 +8446,7 @@ fi | |||
| 8444 | if test "${window_system}" = "x11"; then | 8446 | if test "${window_system}" = "x11"; then |
| 8445 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 version 6" >&5 | 8447 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 version 6" >&5 |
| 8446 | $as_echo_n "checking X11 version 6... " >&6; } | 8448 | $as_echo_n "checking X11 version 6... " >&6; } |
| 8447 | if ${emacs_cv_x11_version_6+:} false; then : | 8449 | if test "${emacs_cv_x11_version_6+set}" = set; then : |
| 8448 | $as_echo_n "(cached) " >&6 | 8450 | $as_echo_n "(cached) " >&6 |
| 8449 | else | 8451 | else |
| 8450 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 8452 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -8509,7 +8511,7 @@ if test "${HAVE_X11}" = "yes" || test "${NS_IMPL_GNUSTEP}" = "yes"; then | |||
| 8509 | set dummy pkg-config; ac_word=$2 | 8511 | set dummy pkg-config; ac_word=$2 |
| 8510 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 8512 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 8511 | $as_echo_n "checking for $ac_word... " >&6; } | 8513 | $as_echo_n "checking for $ac_word... " >&6; } |
| 8512 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 8514 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 8513 | $as_echo_n "(cached) " >&6 | 8515 | $as_echo_n "(cached) " >&6 |
| 8514 | else | 8516 | else |
| 8515 | case $PKG_CONFIG in | 8517 | case $PKG_CONFIG in |
| @@ -8620,7 +8622,7 @@ if test "${HAVE_X11}" = "yes"; then | |||
| 8620 | set dummy pkg-config; ac_word=$2 | 8622 | set dummy pkg-config; ac_word=$2 |
| 8621 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 8623 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 8622 | $as_echo_n "checking for $ac_word... " >&6; } | 8624 | $as_echo_n "checking for $ac_word... " >&6; } |
| 8623 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 8625 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 8624 | $as_echo_n "(cached) " >&6 | 8626 | $as_echo_n "(cached) " >&6 |
| 8625 | else | 8627 | else |
| 8626 | case $PKG_CONFIG in | 8628 | case $PKG_CONFIG in |
| @@ -8719,7 +8721,7 @@ $as_echo "#define HAVE_IMAGEMAGICK 1" >>confdefs.h | |||
| 8719 | for ac_func in MagickExportImagePixels | 8721 | for ac_func in MagickExportImagePixels |
| 8720 | do : | 8722 | do : |
| 8721 | ac_fn_c_check_func "$LINENO" "MagickExportImagePixels" "ac_cv_func_MagickExportImagePixels" | 8723 | ac_fn_c_check_func "$LINENO" "MagickExportImagePixels" "ac_cv_func_MagickExportImagePixels" |
| 8722 | if test "x$ac_cv_func_MagickExportImagePixels" = xyes; then : | 8724 | if test "x$ac_cv_func_MagickExportImagePixels" = x""yes; then : |
| 8723 | cat >>confdefs.h <<_ACEOF | 8725 | cat >>confdefs.h <<_ACEOF |
| 8724 | #define HAVE_MAGICKEXPORTIMAGEPIXELS 1 | 8726 | #define HAVE_MAGICKEXPORTIMAGEPIXELS 1 |
| 8725 | _ACEOF | 8727 | _ACEOF |
| @@ -8745,7 +8747,7 @@ if test "${with_gtk3}" = "yes"; then | |||
| 8745 | set dummy pkg-config; ac_word=$2 | 8747 | set dummy pkg-config; ac_word=$2 |
| 8746 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 8748 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 8747 | $as_echo_n "checking for $ac_word... " >&6; } | 8749 | $as_echo_n "checking for $ac_word... " >&6; } |
| 8748 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 8750 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 8749 | $as_echo_n "(cached) " >&6 | 8751 | $as_echo_n "(cached) " >&6 |
| 8750 | else | 8752 | else |
| 8751 | case $PKG_CONFIG in | 8753 | case $PKG_CONFIG in |
| @@ -8851,7 +8853,7 @@ if test "${with_gtk}" = "yes" || test "$USE_X_TOOLKIT" = "maybe"; then | |||
| 8851 | set dummy pkg-config; ac_word=$2 | 8853 | set dummy pkg-config; ac_word=$2 |
| 8852 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 8854 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 8853 | $as_echo_n "checking for $ac_word... " >&6; } | 8855 | $as_echo_n "checking for $ac_word... " >&6; } |
| 8854 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 8856 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 8855 | $as_echo_n "(cached) " >&6 | 8857 | $as_echo_n "(cached) " >&6 |
| 8856 | else | 8858 | else |
| 8857 | case $PKG_CONFIG in | 8859 | case $PKG_CONFIG in |
| @@ -8956,7 +8958,7 @@ if test x"$pkg_check_gtk" = xyes; then | |||
| 8956 | for ac_func in gtk_main | 8958 | for ac_func in gtk_main |
| 8957 | do : | 8959 | do : |
| 8958 | ac_fn_c_check_func "$LINENO" "gtk_main" "ac_cv_func_gtk_main" | 8960 | ac_fn_c_check_func "$LINENO" "gtk_main" "ac_cv_func_gtk_main" |
| 8959 | if test "x$ac_cv_func_gtk_main" = xyes; then : | 8961 | if test "x$ac_cv_func_gtk_main" = x""yes; then : |
| 8960 | cat >>confdefs.h <<_ACEOF | 8962 | cat >>confdefs.h <<_ACEOF |
| 8961 | #define HAVE_GTK_MAIN 1 | 8963 | #define HAVE_GTK_MAIN 1 |
| 8962 | _ACEOF | 8964 | _ACEOF |
| @@ -9004,7 +9006,7 @@ if test "${HAVE_GTK}" = "yes"; then | |||
| 9004 | ac_fn_c_check_decl "$LINENO" "GTK_TYPE_FILE_SELECTION" "ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" "$ac_includes_default | 9006 | ac_fn_c_check_decl "$LINENO" "GTK_TYPE_FILE_SELECTION" "ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" "$ac_includes_default |
| 9005 | #include <gtk/gtk.h> | 9007 | #include <gtk/gtk.h> |
| 9006 | " | 9008 | " |
| 9007 | if test "x$ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" = xyes; then : | 9009 | if test "x$ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" = x""yes; then : |
| 9008 | HAVE_GTK_FILE_SELECTION=yes | 9010 | HAVE_GTK_FILE_SELECTION=yes |
| 9009 | else | 9011 | else |
| 9010 | HAVE_GTK_FILE_SELECTION=no | 9012 | HAVE_GTK_FILE_SELECTION=no |
| @@ -9014,7 +9016,7 @@ fi | |||
| 9014 | for ac_func in gtk_file_selection_new | 9016 | for ac_func in gtk_file_selection_new |
| 9015 | do : | 9017 | do : |
| 9016 | ac_fn_c_check_func "$LINENO" "gtk_file_selection_new" "ac_cv_func_gtk_file_selection_new" | 9018 | ac_fn_c_check_func "$LINENO" "gtk_file_selection_new" "ac_cv_func_gtk_file_selection_new" |
| 9017 | if test "x$ac_cv_func_gtk_file_selection_new" = xyes; then : | 9019 | if test "x$ac_cv_func_gtk_file_selection_new" = x""yes; then : |
| 9018 | cat >>confdefs.h <<_ACEOF | 9020 | cat >>confdefs.h <<_ACEOF |
| 9019 | #define HAVE_GTK_FILE_SELECTION_NEW 1 | 9021 | #define HAVE_GTK_FILE_SELECTION_NEW 1 |
| 9020 | _ACEOF | 9022 | _ACEOF |
| @@ -9028,7 +9030,7 @@ done | |||
| 9028 | for ac_header in pthread.h | 9030 | for ac_header in pthread.h |
| 9029 | do : | 9031 | do : |
| 9030 | ac_fn_c_check_header_mongrel "$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default" | 9032 | ac_fn_c_check_header_mongrel "$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default" |
| 9031 | if test "x$ac_cv_header_pthread_h" = xyes; then : | 9033 | if test "x$ac_cv_header_pthread_h" = x""yes; then : |
| 9032 | cat >>confdefs.h <<_ACEOF | 9034 | cat >>confdefs.h <<_ACEOF |
| 9033 | #define HAVE_PTHREAD_H 1 | 9035 | #define HAVE_PTHREAD_H 1 |
| 9034 | _ACEOF | 9036 | _ACEOF |
| @@ -9040,7 +9042,7 @@ done | |||
| 9040 | if test "$ac_cv_header_pthread_h"; then | 9042 | if test "$ac_cv_header_pthread_h"; then |
| 9041 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_self in -lpthread" >&5 | 9043 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_self in -lpthread" >&5 |
| 9042 | $as_echo_n "checking for pthread_self in -lpthread... " >&6; } | 9044 | $as_echo_n "checking for pthread_self in -lpthread... " >&6; } |
| 9043 | if ${ac_cv_lib_pthread_pthread_self+:} false; then : | 9045 | if test "${ac_cv_lib_pthread_pthread_self+set}" = set; then : |
| 9044 | $as_echo_n "(cached) " >&6 | 9046 | $as_echo_n "(cached) " >&6 |
| 9045 | else | 9047 | else |
| 9046 | ac_check_lib_save_LIBS=$LIBS | 9048 | ac_check_lib_save_LIBS=$LIBS |
| @@ -9074,7 +9076,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 9074 | fi | 9076 | fi |
| 9075 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_self" >&5 | 9077 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_self" >&5 |
| 9076 | $as_echo "$ac_cv_lib_pthread_pthread_self" >&6; } | 9078 | $as_echo "$ac_cv_lib_pthread_pthread_self" >&6; } |
| 9077 | if test "x$ac_cv_lib_pthread_pthread_self" = xyes; then : | 9079 | if test "x$ac_cv_lib_pthread_pthread_self" = x""yes; then : |
| 9078 | HAVE_GTK_AND_PTHREAD=yes | 9080 | HAVE_GTK_AND_PTHREAD=yes |
| 9079 | fi | 9081 | fi |
| 9080 | 9082 | ||
| @@ -9117,7 +9119,7 @@ if test "${with_dbus}" = "yes"; then | |||
| 9117 | set dummy pkg-config; ac_word=$2 | 9119 | set dummy pkg-config; ac_word=$2 |
| 9118 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 9120 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 9119 | $as_echo_n "checking for $ac_word... " >&6; } | 9121 | $as_echo_n "checking for $ac_word... " >&6; } |
| 9120 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 9122 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 9121 | $as_echo_n "(cached) " >&6 | 9123 | $as_echo_n "(cached) " >&6 |
| 9122 | else | 9124 | else |
| 9123 | case $PKG_CONFIG in | 9125 | case $PKG_CONFIG in |
| @@ -9212,7 +9214,7 @@ $as_echo "#define HAVE_DBUS 1" >>confdefs.h | |||
| 9212 | for ac_func in dbus_watch_get_unix_fd | 9214 | for ac_func in dbus_watch_get_unix_fd |
| 9213 | do : | 9215 | do : |
| 9214 | ac_fn_c_check_func "$LINENO" "dbus_watch_get_unix_fd" "ac_cv_func_dbus_watch_get_unix_fd" | 9216 | ac_fn_c_check_func "$LINENO" "dbus_watch_get_unix_fd" "ac_cv_func_dbus_watch_get_unix_fd" |
| 9215 | if test "x$ac_cv_func_dbus_watch_get_unix_fd" = xyes; then : | 9217 | if test "x$ac_cv_func_dbus_watch_get_unix_fd" = x""yes; then : |
| 9216 | cat >>confdefs.h <<_ACEOF | 9218 | cat >>confdefs.h <<_ACEOF |
| 9217 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | 9219 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 |
| 9218 | _ACEOF | 9220 | _ACEOF |
| @@ -9234,7 +9236,7 @@ if test "${HAVE_X11}" = "yes" && test "${with_gconf}" = "yes"; then | |||
| 9234 | set dummy pkg-config; ac_word=$2 | 9236 | set dummy pkg-config; ac_word=$2 |
| 9235 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 9237 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 9236 | $as_echo_n "checking for $ac_word... " >&6; } | 9238 | $as_echo_n "checking for $ac_word... " >&6; } |
| 9237 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 9239 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 9238 | $as_echo_n "(cached) " >&6 | 9240 | $as_echo_n "(cached) " >&6 |
| 9239 | else | 9241 | else |
| 9240 | case $PKG_CONFIG in | 9242 | case $PKG_CONFIG in |
| @@ -9328,7 +9330,7 @@ $as_echo "#define HAVE_GCONF 1" >>confdefs.h | |||
| 9328 | for ac_func in g_type_init | 9330 | for ac_func in g_type_init |
| 9329 | do : | 9331 | do : |
| 9330 | ac_fn_c_check_func "$LINENO" "g_type_init" "ac_cv_func_g_type_init" | 9332 | ac_fn_c_check_func "$LINENO" "g_type_init" "ac_cv_func_g_type_init" |
| 9331 | if test "x$ac_cv_func_g_type_init" = xyes; then : | 9333 | if test "x$ac_cv_func_g_type_init" = x""yes; then : |
| 9332 | cat >>confdefs.h <<_ACEOF | 9334 | cat >>confdefs.h <<_ACEOF |
| 9333 | #define HAVE_G_TYPE_INIT 1 | 9335 | #define HAVE_G_TYPE_INIT 1 |
| 9334 | _ACEOF | 9336 | _ACEOF |
| @@ -9344,7 +9346,7 @@ LIBSELINUX_LIBS= | |||
| 9344 | if test "${with_selinux}" = "yes"; then | 9346 | if test "${with_selinux}" = "yes"; then |
| 9345 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lgetfilecon in -lselinux" >&5 | 9347 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lgetfilecon in -lselinux" >&5 |
| 9346 | $as_echo_n "checking for lgetfilecon in -lselinux... " >&6; } | 9348 | $as_echo_n "checking for lgetfilecon in -lselinux... " >&6; } |
| 9347 | if ${ac_cv_lib_selinux_lgetfilecon+:} false; then : | 9349 | if test "${ac_cv_lib_selinux_lgetfilecon+set}" = set; then : |
| 9348 | $as_echo_n "(cached) " >&6 | 9350 | $as_echo_n "(cached) " >&6 |
| 9349 | else | 9351 | else |
| 9350 | ac_check_lib_save_LIBS=$LIBS | 9352 | ac_check_lib_save_LIBS=$LIBS |
| @@ -9378,7 +9380,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 9378 | fi | 9380 | fi |
| 9379 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_selinux_lgetfilecon" >&5 | 9381 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_selinux_lgetfilecon" >&5 |
| 9380 | $as_echo "$ac_cv_lib_selinux_lgetfilecon" >&6; } | 9382 | $as_echo "$ac_cv_lib_selinux_lgetfilecon" >&6; } |
| 9381 | if test "x$ac_cv_lib_selinux_lgetfilecon" = xyes; then : | 9383 | if test "x$ac_cv_lib_selinux_lgetfilecon" = x""yes; then : |
| 9382 | HAVE_LIBSELINUX=yes | 9384 | HAVE_LIBSELINUX=yes |
| 9383 | else | 9385 | else |
| 9384 | HAVE_LIBSELINUX=no | 9386 | HAVE_LIBSELINUX=no |
| @@ -9402,7 +9404,7 @@ if test "${with_gnutls}" = "yes" ; then | |||
| 9402 | set dummy pkg-config; ac_word=$2 | 9404 | set dummy pkg-config; ac_word=$2 |
| 9403 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 9405 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 9404 | $as_echo_n "checking for $ac_word... " >&6; } | 9406 | $as_echo_n "checking for $ac_word... " >&6; } |
| 9405 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 9407 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 9406 | $as_echo_n "(cached) " >&6 | 9408 | $as_echo_n "(cached) " >&6 |
| 9407 | else | 9409 | else |
| 9408 | case $PKG_CONFIG in | 9410 | case $PKG_CONFIG in |
| @@ -9504,7 +9506,7 @@ if test x"${USE_X_TOOLKIT}" = xmaybe || test x"${USE_X_TOOLKIT}" = xLUCID; then | |||
| 9504 | if test "$with_xaw3d" != no; then | 9506 | if test "$with_xaw3d" != no; then |
| 9505 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xaw3d" >&5 | 9507 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xaw3d" >&5 |
| 9506 | $as_echo_n "checking for xaw3d... " >&6; } | 9508 | $as_echo_n "checking for xaw3d... " >&6; } |
| 9507 | if ${emacs_cv_xaw3d+:} false; then : | 9509 | if test "${emacs_cv_xaw3d+set}" = set; then : |
| 9508 | $as_echo_n "(cached) " >&6 | 9510 | $as_echo_n "(cached) " >&6 |
| 9509 | else | 9511 | else |
| 9510 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 9512 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -9546,7 +9548,7 @@ $as_echo "#define HAVE_XAW3D 1" >>confdefs.h | |||
| 9546 | $as_echo "no" >&6; } | 9548 | $as_echo "no" >&6; } |
| 9547 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libXaw" >&5 | 9549 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libXaw" >&5 |
| 9548 | $as_echo_n "checking for libXaw... " >&6; } | 9550 | $as_echo_n "checking for libXaw... " >&6; } |
| 9549 | if ${emacs_cv_xaw+:} false; then : | 9551 | if test "${emacs_cv_xaw+set}" = set; then : |
| 9550 | $as_echo_n "(cached) " >&6 | 9552 | $as_echo_n "(cached) " >&6 |
| 9551 | else | 9553 | else |
| 9552 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 9554 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -9592,7 +9594,7 @@ LIBXTR6= | |||
| 9592 | if test "${USE_X_TOOLKIT}" != "none"; then | 9594 | if test "${USE_X_TOOLKIT}" != "none"; then |
| 9593 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 toolkit version" >&5 | 9595 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 toolkit version" >&5 |
| 9594 | $as_echo_n "checking X11 toolkit version... " >&6; } | 9596 | $as_echo_n "checking X11 toolkit version... " >&6; } |
| 9595 | if ${emacs_cv_x11_toolkit_version_6+:} false; then : | 9597 | if test "${emacs_cv_x11_toolkit_version_6+set}" = set; then : |
| 9596 | $as_echo_n "(cached) " >&6 | 9598 | $as_echo_n "(cached) " >&6 |
| 9597 | else | 9599 | else |
| 9598 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 9600 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -9643,7 +9645,7 @@ $as_echo "before 6" >&6; } | |||
| 9643 | fi | 9645 | fi |
| 9644 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XmuConvertStandardSelection in -lXmu" >&5 | 9646 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XmuConvertStandardSelection in -lXmu" >&5 |
| 9645 | $as_echo_n "checking for XmuConvertStandardSelection in -lXmu... " >&6; } | 9647 | $as_echo_n "checking for XmuConvertStandardSelection in -lXmu... " >&6; } |
| 9646 | if ${ac_cv_lib_Xmu_XmuConvertStandardSelection+:} false; then : | 9648 | if test "${ac_cv_lib_Xmu_XmuConvertStandardSelection+set}" = set; then : |
| 9647 | $as_echo_n "(cached) " >&6 | 9649 | $as_echo_n "(cached) " >&6 |
| 9648 | else | 9650 | else |
| 9649 | ac_check_lib_save_LIBS=$LIBS | 9651 | ac_check_lib_save_LIBS=$LIBS |
| @@ -9677,7 +9679,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 9677 | fi | 9679 | fi |
| 9678 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5 | 9680 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5 |
| 9679 | $as_echo "$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6; } | 9681 | $as_echo "$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6; } |
| 9680 | if test "x$ac_cv_lib_Xmu_XmuConvertStandardSelection" = xyes; then : | 9682 | if test "x$ac_cv_lib_Xmu_XmuConvertStandardSelection" = x""yes; then : |
| 9681 | cat >>confdefs.h <<_ACEOF | 9683 | cat >>confdefs.h <<_ACEOF |
| 9682 | #define HAVE_LIBXMU 1 | 9684 | #define HAVE_LIBXMU 1 |
| 9683 | _ACEOF | 9685 | _ACEOF |
| @@ -9704,7 +9706,7 @@ if test "${HAVE_X11}" = "yes"; then | |||
| 9704 | if test "${USE_X_TOOLKIT}" != "none"; then | 9706 | if test "${USE_X_TOOLKIT}" != "none"; then |
| 9705 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5 | 9707 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5 |
| 9706 | $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; } | 9708 | $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; } |
| 9707 | if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false; then : | 9709 | if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then : |
| 9708 | $as_echo_n "(cached) " >&6 | 9710 | $as_echo_n "(cached) " >&6 |
| 9709 | else | 9711 | else |
| 9710 | ac_check_lib_save_LIBS=$LIBS | 9712 | ac_check_lib_save_LIBS=$LIBS |
| @@ -9738,7 +9740,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 9738 | fi | 9740 | fi |
| 9739 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5 | 9741 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5 |
| 9740 | $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; } | 9742 | $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; } |
| 9741 | if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes; then : | 9743 | if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then : |
| 9742 | cat >>confdefs.h <<_ACEOF | 9744 | cat >>confdefs.h <<_ACEOF |
| 9743 | #define HAVE_LIBXEXT 1 | 9745 | #define HAVE_LIBXEXT 1 |
| 9744 | _ACEOF | 9746 | _ACEOF |
| @@ -9754,7 +9756,7 @@ LIBXP= | |||
| 9754 | if test "${USE_X_TOOLKIT}" = "MOTIF"; then | 9756 | if test "${USE_X_TOOLKIT}" = "MOTIF"; then |
| 9755 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Motif version 2.1" >&5 | 9757 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Motif version 2.1" >&5 |
| 9756 | $as_echo_n "checking for Motif version 2.1... " >&6; } | 9758 | $as_echo_n "checking for Motif version 2.1... " >&6; } |
| 9757 | if ${emacs_cv_motif_version_2_1+:} false; then : | 9759 | if test "${emacs_cv_motif_version_2_1+set}" = set; then : |
| 9758 | $as_echo_n "(cached) " >&6 | 9760 | $as_echo_n "(cached) " >&6 |
| 9759 | else | 9761 | else |
| 9760 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 9762 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -9784,7 +9786,7 @@ $as_echo "$emacs_cv_motif_version_2_1" >&6; } | |||
| 9784 | if test $emacs_cv_motif_version_2_1 = yes; then | 9786 | if test $emacs_cv_motif_version_2_1 = yes; then |
| 9785 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpCreateContext in -lXp" >&5 | 9787 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpCreateContext in -lXp" >&5 |
| 9786 | $as_echo_n "checking for XpCreateContext in -lXp... " >&6; } | 9788 | $as_echo_n "checking for XpCreateContext in -lXp... " >&6; } |
| 9787 | if ${ac_cv_lib_Xp_XpCreateContext+:} false; then : | 9789 | if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then : |
| 9788 | $as_echo_n "(cached) " >&6 | 9790 | $as_echo_n "(cached) " >&6 |
| 9789 | else | 9791 | else |
| 9790 | ac_check_lib_save_LIBS=$LIBS | 9792 | ac_check_lib_save_LIBS=$LIBS |
| @@ -9818,14 +9820,14 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 9818 | fi | 9820 | fi |
| 9819 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xp_XpCreateContext" >&5 | 9821 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xp_XpCreateContext" >&5 |
| 9820 | $as_echo "$ac_cv_lib_Xp_XpCreateContext" >&6; } | 9822 | $as_echo "$ac_cv_lib_Xp_XpCreateContext" >&6; } |
| 9821 | if test "x$ac_cv_lib_Xp_XpCreateContext" = xyes; then : | 9823 | if test "x$ac_cv_lib_Xp_XpCreateContext" = x""yes; then : |
| 9822 | LIBXP=-lXp | 9824 | LIBXP=-lXp |
| 9823 | fi | 9825 | fi |
| 9824 | 9826 | ||
| 9825 | else | 9827 | else |
| 9826 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LessTif where some systems put it" >&5 | 9828 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LessTif where some systems put it" >&5 |
| 9827 | $as_echo_n "checking for LessTif where some systems put it... " >&6; } | 9829 | $as_echo_n "checking for LessTif where some systems put it... " >&6; } |
| 9828 | if ${emacs_cv_lesstif+:} false; then : | 9830 | if test "${emacs_cv_lesstif+set}" = set; then : |
| 9829 | $as_echo_n "(cached) " >&6 | 9831 | $as_echo_n "(cached) " >&6 |
| 9830 | else | 9832 | else |
| 9831 | # We put this in CFLAGS temporarily to precede other -I options | 9833 | # We put this in CFLAGS temporarily to precede other -I options |
| @@ -9984,7 +9986,7 @@ if test "${HAVE_X11}" = "yes"; then | |||
| 9984 | set dummy pkg-config; ac_word=$2 | 9986 | set dummy pkg-config; ac_word=$2 |
| 9985 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 9987 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 9986 | $as_echo_n "checking for $ac_word... " >&6; } | 9988 | $as_echo_n "checking for $ac_word... " >&6; } |
| 9987 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 9989 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 9988 | $as_echo_n "(cached) " >&6 | 9990 | $as_echo_n "(cached) " >&6 |
| 9989 | else | 9991 | else |
| 9990 | case $PKG_CONFIG in | 9992 | case $PKG_CONFIG in |
| @@ -10086,7 +10088,7 @@ $as_echo "no" >&6; } | |||
| 10086 | set dummy pkg-config; ac_word=$2 | 10088 | set dummy pkg-config; ac_word=$2 |
| 10087 | { $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 |
| 10088 | $as_echo_n "checking for $ac_word... " >&6; } | 10090 | $as_echo_n "checking for $ac_word... " >&6; } |
| 10089 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 10091 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 10090 | $as_echo_n "(cached) " >&6 | 10092 | $as_echo_n "(cached) " >&6 |
| 10091 | else | 10093 | else |
| 10092 | case $PKG_CONFIG in | 10094 | case $PKG_CONFIG in |
| @@ -10178,7 +10180,7 @@ $as_echo "no" >&6; } | |||
| 10178 | HAVE_XRENDER=no | 10180 | HAVE_XRENDER=no |
| 10179 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderQueryExtension in -lXrender" >&5 | 10181 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderQueryExtension in -lXrender" >&5 |
| 10180 | $as_echo_n "checking for XRenderQueryExtension in -lXrender... " >&6; } | 10182 | $as_echo_n "checking for XRenderQueryExtension in -lXrender... " >&6; } |
| 10181 | if ${ac_cv_lib_Xrender_XRenderQueryExtension+:} false; then : | 10183 | if test "${ac_cv_lib_Xrender_XRenderQueryExtension+set}" = set; then : |
| 10182 | $as_echo_n "(cached) " >&6 | 10184 | $as_echo_n "(cached) " >&6 |
| 10183 | else | 10185 | else |
| 10184 | ac_check_lib_save_LIBS=$LIBS | 10186 | ac_check_lib_save_LIBS=$LIBS |
| @@ -10212,7 +10214,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 10212 | fi | 10214 | fi |
| 10213 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderQueryExtension" >&5 | 10215 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderQueryExtension" >&5 |
| 10214 | $as_echo "$ac_cv_lib_Xrender_XRenderQueryExtension" >&6; } | 10216 | $as_echo "$ac_cv_lib_Xrender_XRenderQueryExtension" >&6; } |
| 10215 | if test "x$ac_cv_lib_Xrender_XRenderQueryExtension" = xyes; then : | 10217 | if test "x$ac_cv_lib_Xrender_XRenderQueryExtension" = x""yes; then : |
| 10216 | HAVE_XRENDER=yes | 10218 | HAVE_XRENDER=yes |
| 10217 | fi | 10219 | fi |
| 10218 | 10220 | ||
| @@ -10225,10 +10227,10 @@ fi | |||
| 10225 | XFT_LIBS="-lXrender $XFT_LIBS" | 10227 | XFT_LIBS="-lXrender $XFT_LIBS" |
| 10226 | LIBS="$XFT_LIBS $LIBS" | 10228 | LIBS="$XFT_LIBS $LIBS" |
| 10227 | ac_fn_c_check_header_mongrel "$LINENO" "X11/Xft/Xft.h" "ac_cv_header_X11_Xft_Xft_h" "$ac_includes_default" | 10229 | ac_fn_c_check_header_mongrel "$LINENO" "X11/Xft/Xft.h" "ac_cv_header_X11_Xft_Xft_h" "$ac_includes_default" |
| 10228 | if test "x$ac_cv_header_X11_Xft_Xft_h" = xyes; then : | 10230 | if test "x$ac_cv_header_X11_Xft_Xft_h" = x""yes; then : |
| 10229 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XftFontOpen in -lXft" >&5 | 10231 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XftFontOpen in -lXft" >&5 |
| 10230 | $as_echo_n "checking for XftFontOpen in -lXft... " >&6; } | 10232 | $as_echo_n "checking for XftFontOpen in -lXft... " >&6; } |
| 10231 | if ${ac_cv_lib_Xft_XftFontOpen+:} false; then : | 10233 | if test "${ac_cv_lib_Xft_XftFontOpen+set}" = set; then : |
| 10232 | $as_echo_n "(cached) " >&6 | 10234 | $as_echo_n "(cached) " >&6 |
| 10233 | else | 10235 | else |
| 10234 | ac_check_lib_save_LIBS=$LIBS | 10236 | ac_check_lib_save_LIBS=$LIBS |
| @@ -10262,7 +10264,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 10262 | fi | 10264 | fi |
| 10263 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xft_XftFontOpen" >&5 | 10265 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xft_XftFontOpen" >&5 |
| 10264 | $as_echo "$ac_cv_lib_Xft_XftFontOpen" >&6; } | 10266 | $as_echo "$ac_cv_lib_Xft_XftFontOpen" >&6; } |
| 10265 | if test "x$ac_cv_lib_Xft_XftFontOpen" = xyes; then : | 10267 | if test "x$ac_cv_lib_Xft_XftFontOpen" = x""yes; then : |
| 10266 | HAVE_XFT=yes | 10268 | HAVE_XFT=yes |
| 10267 | fi | 10269 | fi |
| 10268 | 10270 | ||
| @@ -10311,7 +10313,7 @@ $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h | |||
| 10311 | set dummy pkg-config; ac_word=$2 | 10313 | set dummy pkg-config; ac_word=$2 |
| 10312 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 10314 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 10313 | $as_echo_n "checking for $ac_word... " >&6; } | 10315 | $as_echo_n "checking for $ac_word... " >&6; } |
| 10314 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 10316 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 10315 | $as_echo_n "(cached) " >&6 | 10317 | $as_echo_n "(cached) " >&6 |
| 10316 | else | 10318 | else |
| 10317 | case $PKG_CONFIG in | 10319 | case $PKG_CONFIG in |
| @@ -10404,7 +10406,7 @@ $as_echo "#define HAVE_LIBOTF 1" >>confdefs.h | |||
| 10404 | 10406 | ||
| 10405 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OTF_get_variation_glyphs in -lotf" >&5 | 10407 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OTF_get_variation_glyphs in -lotf" >&5 |
| 10406 | $as_echo_n "checking for OTF_get_variation_glyphs in -lotf... " >&6; } | 10408 | $as_echo_n "checking for OTF_get_variation_glyphs in -lotf... " >&6; } |
| 10407 | if ${ac_cv_lib_otf_OTF_get_variation_glyphs+:} false; then : | 10409 | if test "${ac_cv_lib_otf_OTF_get_variation_glyphs+set}" = set; then : |
| 10408 | $as_echo_n "(cached) " >&6 | 10410 | $as_echo_n "(cached) " >&6 |
| 10409 | else | 10411 | else |
| 10410 | ac_check_lib_save_LIBS=$LIBS | 10412 | ac_check_lib_save_LIBS=$LIBS |
| @@ -10438,7 +10440,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 10438 | fi | 10440 | fi |
| 10439 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_otf_OTF_get_variation_glyphs" >&5 | 10441 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_otf_OTF_get_variation_glyphs" >&5 |
| 10440 | $as_echo "$ac_cv_lib_otf_OTF_get_variation_glyphs" >&6; } | 10442 | $as_echo "$ac_cv_lib_otf_OTF_get_variation_glyphs" >&6; } |
| 10441 | if test "x$ac_cv_lib_otf_OTF_get_variation_glyphs" = xyes; then : | 10443 | if test "x$ac_cv_lib_otf_OTF_get_variation_glyphs" = x""yes; then : |
| 10442 | HAVE_OTF_GET_VARIATION_GLYPHS=yes | 10444 | HAVE_OTF_GET_VARIATION_GLYPHS=yes |
| 10443 | else | 10445 | else |
| 10444 | HAVE_OTF_GET_VARIATION_GLYPHS=no | 10446 | HAVE_OTF_GET_VARIATION_GLYPHS=no |
| @@ -10463,7 +10465,7 @@ $as_echo "#define HAVE_OTF_GET_VARIATION_GLYPHS 1" >>confdefs.h | |||
| 10463 | set dummy pkg-config; ac_word=$2 | 10465 | set dummy pkg-config; ac_word=$2 |
| 10464 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 10466 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 10465 | $as_echo_n "checking for $ac_word... " >&6; } | 10467 | $as_echo_n "checking for $ac_word... " >&6; } |
| 10466 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 10468 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 10467 | $as_echo_n "(cached) " >&6 | 10469 | $as_echo_n "(cached) " >&6 |
| 10468 | else | 10470 | else |
| 10469 | case $PKG_CONFIG in | 10471 | case $PKG_CONFIG in |
| @@ -10581,10 +10583,10 @@ LIBXPM= | |||
| 10581 | if test "${HAVE_X11}" = "yes"; then | 10583 | if test "${HAVE_X11}" = "yes"; then |
| 10582 | if test "${with_xpm}" != "no"; then | 10584 | if test "${with_xpm}" != "no"; then |
| 10583 | ac_fn_c_check_header_mongrel "$LINENO" "X11/xpm.h" "ac_cv_header_X11_xpm_h" "$ac_includes_default" | 10585 | ac_fn_c_check_header_mongrel "$LINENO" "X11/xpm.h" "ac_cv_header_X11_xpm_h" "$ac_includes_default" |
| 10584 | if test "x$ac_cv_header_X11_xpm_h" = xyes; then : | 10586 | if test "x$ac_cv_header_X11_xpm_h" = x""yes; then : |
| 10585 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpmReadFileToPixmap in -lXpm" >&5 | 10587 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpmReadFileToPixmap in -lXpm" >&5 |
| 10586 | $as_echo_n "checking for XpmReadFileToPixmap in -lXpm... " >&6; } | 10588 | $as_echo_n "checking for XpmReadFileToPixmap in -lXpm... " >&6; } |
| 10587 | if ${ac_cv_lib_Xpm_XpmReadFileToPixmap+:} false; then : | 10589 | if test "${ac_cv_lib_Xpm_XpmReadFileToPixmap+set}" = set; then : |
| 10588 | $as_echo_n "(cached) " >&6 | 10590 | $as_echo_n "(cached) " >&6 |
| 10589 | else | 10591 | else |
| 10590 | ac_check_lib_save_LIBS=$LIBS | 10592 | ac_check_lib_save_LIBS=$LIBS |
| @@ -10618,7 +10620,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 10618 | fi | 10620 | fi |
| 10619 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5 | 10621 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5 |
| 10620 | $as_echo "$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6; } | 10622 | $as_echo "$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6; } |
| 10621 | if test "x$ac_cv_lib_Xpm_XpmReadFileToPixmap" = xyes; then : | 10623 | if test "x$ac_cv_lib_Xpm_XpmReadFileToPixmap" = x""yes; then : |
| 10622 | HAVE_XPM=yes | 10624 | HAVE_XPM=yes |
| 10623 | fi | 10625 | fi |
| 10624 | 10626 | ||
| @@ -10670,10 +10672,10 @@ LIBJPEG= | |||
| 10670 | if test "${HAVE_X11}" = "yes"; then | 10672 | if test "${HAVE_X11}" = "yes"; then |
| 10671 | if test "${with_jpeg}" != "no"; then | 10673 | if test "${with_jpeg}" != "no"; then |
| 10672 | ac_fn_c_check_header_mongrel "$LINENO" "jerror.h" "ac_cv_header_jerror_h" "$ac_includes_default" | 10674 | ac_fn_c_check_header_mongrel "$LINENO" "jerror.h" "ac_cv_header_jerror_h" "$ac_includes_default" |
| 10673 | if test "x$ac_cv_header_jerror_h" = xyes; then : | 10675 | if test "x$ac_cv_header_jerror_h" = x""yes; then : |
| 10674 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jpeg_destroy_compress in -ljpeg" >&5 | 10676 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jpeg_destroy_compress in -ljpeg" >&5 |
| 10675 | $as_echo_n "checking for jpeg_destroy_compress in -ljpeg... " >&6; } | 10677 | $as_echo_n "checking for jpeg_destroy_compress in -ljpeg... " >&6; } |
| 10676 | if ${ac_cv_lib_jpeg_jpeg_destroy_compress+:} false; then : | 10678 | if test "${ac_cv_lib_jpeg_jpeg_destroy_compress+set}" = set; then : |
| 10677 | $as_echo_n "(cached) " >&6 | 10679 | $as_echo_n "(cached) " >&6 |
| 10678 | else | 10680 | else |
| 10679 | ac_check_lib_save_LIBS=$LIBS | 10681 | ac_check_lib_save_LIBS=$LIBS |
| @@ -10707,7 +10709,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 10707 | fi | 10709 | fi |
| 10708 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5 | 10710 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5 |
| 10709 | $as_echo "$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6; } | 10711 | $as_echo "$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6; } |
| 10710 | if test "x$ac_cv_lib_jpeg_jpeg_destroy_compress" = xyes; then : | 10712 | if test "x$ac_cv_lib_jpeg_jpeg_destroy_compress" = x""yes; then : |
| 10711 | HAVE_JPEG=yes | 10713 | HAVE_JPEG=yes |
| 10712 | fi | 10714 | fi |
| 10713 | 10715 | ||
| @@ -10766,7 +10768,7 @@ done | |||
| 10766 | if test "$ac_cv_header_png_h" = yes || test "$ac_cv_header_libpng_png_h" = yes ; then | 10768 | if test "$ac_cv_header_png_h" = yes || test "$ac_cv_header_libpng_png_h" = yes ; then |
| 10767 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_get_channels in -lpng" >&5 | 10769 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_get_channels in -lpng" >&5 |
| 10768 | $as_echo_n "checking for png_get_channels in -lpng... " >&6; } | 10770 | $as_echo_n "checking for png_get_channels in -lpng... " >&6; } |
| 10769 | if ${ac_cv_lib_png_png_get_channels+:} false; then : | 10771 | if test "${ac_cv_lib_png_png_get_channels+set}" = set; then : |
| 10770 | $as_echo_n "(cached) " >&6 | 10772 | $as_echo_n "(cached) " >&6 |
| 10771 | else | 10773 | else |
| 10772 | ac_check_lib_save_LIBS=$LIBS | 10774 | ac_check_lib_save_LIBS=$LIBS |
| @@ -10800,7 +10802,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 10800 | fi | 10802 | fi |
| 10801 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_get_channels" >&5 | 10803 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_get_channels" >&5 |
| 10802 | $as_echo "$ac_cv_lib_png_png_get_channels" >&6; } | 10804 | $as_echo "$ac_cv_lib_png_png_get_channels" >&6; } |
| 10803 | if test "x$ac_cv_lib_png_png_get_channels" = xyes; then : | 10805 | if test "x$ac_cv_lib_png_png_get_channels" = x""yes; then : |
| 10804 | HAVE_PNG=yes | 10806 | HAVE_PNG=yes |
| 10805 | fi | 10807 | fi |
| 10806 | 10808 | ||
| @@ -10822,13 +10824,13 @@ LIBTIFF= | |||
| 10822 | if test "${HAVE_X11}" = "yes"; then | 10824 | if test "${HAVE_X11}" = "yes"; then |
| 10823 | if test "${with_tiff}" != "no"; then | 10825 | if test "${with_tiff}" != "no"; then |
| 10824 | ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default" | 10826 | ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default" |
| 10825 | if test "x$ac_cv_header_tiffio_h" = xyes; then : | 10827 | if test "x$ac_cv_header_tiffio_h" = x""yes; then : |
| 10826 | tifflibs="-lz -lm" | 10828 | tifflibs="-lz -lm" |
| 10827 | # At least one tiff package requires the jpeg library. | 10829 | # At least one tiff package requires the jpeg library. |
| 10828 | if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi | 10830 | if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi |
| 10829 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFGetVersion in -ltiff" >&5 | 10831 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFGetVersion in -ltiff" >&5 |
| 10830 | $as_echo_n "checking for TIFFGetVersion in -ltiff... " >&6; } | 10832 | $as_echo_n "checking for TIFFGetVersion in -ltiff... " >&6; } |
| 10831 | if ${ac_cv_lib_tiff_TIFFGetVersion+:} false; then : | 10833 | if test "${ac_cv_lib_tiff_TIFFGetVersion+set}" = set; then : |
| 10832 | $as_echo_n "(cached) " >&6 | 10834 | $as_echo_n "(cached) " >&6 |
| 10833 | else | 10835 | else |
| 10834 | ac_check_lib_save_LIBS=$LIBS | 10836 | ac_check_lib_save_LIBS=$LIBS |
| @@ -10862,7 +10864,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 10862 | fi | 10864 | fi |
| 10863 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5 | 10865 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5 |
| 10864 | $as_echo "$ac_cv_lib_tiff_TIFFGetVersion" >&6; } | 10866 | $as_echo "$ac_cv_lib_tiff_TIFFGetVersion" >&6; } |
| 10865 | if test "x$ac_cv_lib_tiff_TIFFGetVersion" = xyes; then : | 10867 | if test "x$ac_cv_lib_tiff_TIFFGetVersion" = x""yes; then : |
| 10866 | HAVE_TIFF=yes | 10868 | HAVE_TIFF=yes |
| 10867 | fi | 10869 | fi |
| 10868 | 10870 | ||
| @@ -10885,12 +10887,12 @@ HAVE_GIF=no | |||
| 10885 | LIBGIF= | 10887 | LIBGIF= |
| 10886 | if test "${HAVE_X11}" = "yes" && test "${with_gif}" != "no"; then | 10888 | if test "${HAVE_X11}" = "yes" && test "${with_gif}" != "no"; then |
| 10887 | ac_fn_c_check_header_mongrel "$LINENO" "gif_lib.h" "ac_cv_header_gif_lib_h" "$ac_includes_default" | 10889 | ac_fn_c_check_header_mongrel "$LINENO" "gif_lib.h" "ac_cv_header_gif_lib_h" "$ac_includes_default" |
| 10888 | if test "x$ac_cv_header_gif_lib_h" = xyes; then : | 10890 | if test "x$ac_cv_header_gif_lib_h" = x""yes; then : |
| 10889 | # EGifPutExtensionLast only exists from version libungif-4.1.0b1. | 10891 | # EGifPutExtensionLast only exists from version libungif-4.1.0b1. |
| 10890 | # Earlier versions can crash Emacs. | 10892 | # Earlier versions can crash Emacs. |
| 10891 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lgif" >&5 | 10893 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lgif" >&5 |
| 10892 | $as_echo_n "checking for EGifPutExtensionLast in -lgif... " >&6; } | 10894 | $as_echo_n "checking for EGifPutExtensionLast in -lgif... " >&6; } |
| 10893 | if ${ac_cv_lib_gif_EGifPutExtensionLast+:} false; then : | 10895 | if test "${ac_cv_lib_gif_EGifPutExtensionLast+set}" = set; then : |
| 10894 | $as_echo_n "(cached) " >&6 | 10896 | $as_echo_n "(cached) " >&6 |
| 10895 | else | 10897 | else |
| 10896 | ac_check_lib_save_LIBS=$LIBS | 10898 | ac_check_lib_save_LIBS=$LIBS |
| @@ -10924,7 +10926,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 10924 | fi | 10926 | fi |
| 10925 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gif_EGifPutExtensionLast" >&5 | 10927 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gif_EGifPutExtensionLast" >&5 |
| 10926 | $as_echo "$ac_cv_lib_gif_EGifPutExtensionLast" >&6; } | 10928 | $as_echo "$ac_cv_lib_gif_EGifPutExtensionLast" >&6; } |
| 10927 | if test "x$ac_cv_lib_gif_EGifPutExtensionLast" = xyes; then : | 10929 | if test "x$ac_cv_lib_gif_EGifPutExtensionLast" = x""yes; then : |
| 10928 | HAVE_GIF=yes | 10930 | HAVE_GIF=yes |
| 10929 | else | 10931 | else |
| 10930 | HAVE_GIF=maybe | 10932 | HAVE_GIF=maybe |
| @@ -10940,7 +10942,7 @@ fi | |||
| 10940 | # If gif_lib.h but no libgif, try libungif. | 10942 | # If gif_lib.h but no libgif, try libungif. |
| 10941 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lungif" >&5 | 10943 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lungif" >&5 |
| 10942 | $as_echo_n "checking for EGifPutExtensionLast in -lungif... " >&6; } | 10944 | $as_echo_n "checking for EGifPutExtensionLast in -lungif... " >&6; } |
| 10943 | if ${ac_cv_lib_ungif_EGifPutExtensionLast+:} false; then : | 10945 | if test "${ac_cv_lib_ungif_EGifPutExtensionLast+set}" = set; then : |
| 10944 | $as_echo_n "(cached) " >&6 | 10946 | $as_echo_n "(cached) " >&6 |
| 10945 | else | 10947 | else |
| 10946 | ac_check_lib_save_LIBS=$LIBS | 10948 | ac_check_lib_save_LIBS=$LIBS |
| @@ -10974,7 +10976,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 10974 | fi | 10976 | fi |
| 10975 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5 | 10977 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5 |
| 10976 | $as_echo "$ac_cv_lib_ungif_EGifPutExtensionLast" >&6; } | 10978 | $as_echo "$ac_cv_lib_ungif_EGifPutExtensionLast" >&6; } |
| 10977 | if test "x$ac_cv_lib_ungif_EGifPutExtensionLast" = xyes; then : | 10979 | if test "x$ac_cv_lib_ungif_EGifPutExtensionLast" = x""yes; then : |
| 10978 | HAVE_GIF=yes | 10980 | HAVE_GIF=yes |
| 10979 | else | 10981 | else |
| 10980 | HAVE_GIF=no | 10982 | HAVE_GIF=no |
| @@ -11021,10 +11023,10 @@ LIBGPM= | |||
| 11021 | MOUSE_SUPPORT= | 11023 | MOUSE_SUPPORT= |
| 11022 | if test "${with_gpm}" != "no"; then | 11024 | if test "${with_gpm}" != "no"; then |
| 11023 | ac_fn_c_check_header_mongrel "$LINENO" "gpm.h" "ac_cv_header_gpm_h" "$ac_includes_default" | 11025 | ac_fn_c_check_header_mongrel "$LINENO" "gpm.h" "ac_cv_header_gpm_h" "$ac_includes_default" |
| 11024 | if test "x$ac_cv_header_gpm_h" = xyes; then : | 11026 | if test "x$ac_cv_header_gpm_h" = x""yes; then : |
| 11025 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Gpm_Open in -lgpm" >&5 | 11027 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Gpm_Open in -lgpm" >&5 |
| 11026 | $as_echo_n "checking for Gpm_Open in -lgpm... " >&6; } | 11028 | $as_echo_n "checking for Gpm_Open in -lgpm... " >&6; } |
| 11027 | if ${ac_cv_lib_gpm_Gpm_Open+:} false; then : | 11029 | if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then : |
| 11028 | $as_echo_n "(cached) " >&6 | 11030 | $as_echo_n "(cached) " >&6 |
| 11029 | else | 11031 | else |
| 11030 | ac_check_lib_save_LIBS=$LIBS | 11032 | ac_check_lib_save_LIBS=$LIBS |
| @@ -11058,7 +11060,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 11058 | fi | 11060 | fi |
| 11059 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gpm_Gpm_Open" >&5 | 11061 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gpm_Gpm_Open" >&5 |
| 11060 | $as_echo "$ac_cv_lib_gpm_Gpm_Open" >&6; } | 11062 | $as_echo "$ac_cv_lib_gpm_Gpm_Open" >&6; } |
| 11061 | if test "x$ac_cv_lib_gpm_Gpm_Open" = xyes; then : | 11063 | if test "x$ac_cv_lib_gpm_Gpm_Open" = x""yes; then : |
| 11062 | HAVE_GPM=yes | 11064 | HAVE_GPM=yes |
| 11063 | fi | 11065 | fi |
| 11064 | 11066 | ||
| @@ -11078,7 +11080,7 @@ fi | |||
| 11078 | 11080 | ||
| 11079 | 11081 | ||
| 11080 | ac_fn_c_check_header_mongrel "$LINENO" "malloc/malloc.h" "ac_cv_header_malloc_malloc_h" "$ac_includes_default" | 11082 | ac_fn_c_check_header_mongrel "$LINENO" "malloc/malloc.h" "ac_cv_header_malloc_malloc_h" "$ac_includes_default" |
| 11081 | if test "x$ac_cv_header_malloc_malloc_h" = xyes; then : | 11083 | if test "x$ac_cv_header_malloc_malloc_h" = x""yes; then : |
| 11082 | 11084 | ||
| 11083 | $as_echo "#define HAVE_MALLOC_MALLOC_H 1" >>confdefs.h | 11085 | $as_echo "#define HAVE_MALLOC_MALLOC_H 1" >>confdefs.h |
| 11084 | 11086 | ||
| @@ -11123,10 +11125,10 @@ HAVE_X_SM=no | |||
| 11123 | LIBXSM= | 11125 | LIBXSM= |
| 11124 | if test "${HAVE_X11}" = "yes"; then | 11126 | if test "${HAVE_X11}" = "yes"; then |
| 11125 | ac_fn_c_check_header_mongrel "$LINENO" "X11/SM/SMlib.h" "ac_cv_header_X11_SM_SMlib_h" "$ac_includes_default" | 11127 | ac_fn_c_check_header_mongrel "$LINENO" "X11/SM/SMlib.h" "ac_cv_header_X11_SM_SMlib_h" "$ac_includes_default" |
| 11126 | if test "x$ac_cv_header_X11_SM_SMlib_h" = xyes; then : | 11128 | if test "x$ac_cv_header_X11_SM_SMlib_h" = x""yes; then : |
| 11127 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SmcOpenConnection in -lSM" >&5 | 11129 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SmcOpenConnection in -lSM" >&5 |
| 11128 | $as_echo_n "checking for SmcOpenConnection in -lSM... " >&6; } | 11130 | $as_echo_n "checking for SmcOpenConnection in -lSM... " >&6; } |
| 11129 | if ${ac_cv_lib_SM_SmcOpenConnection+:} false; then : | 11131 | if test "${ac_cv_lib_SM_SmcOpenConnection+set}" = set; then : |
| 11130 | $as_echo_n "(cached) " >&6 | 11132 | $as_echo_n "(cached) " >&6 |
| 11131 | else | 11133 | else |
| 11132 | ac_check_lib_save_LIBS=$LIBS | 11134 | ac_check_lib_save_LIBS=$LIBS |
| @@ -11160,7 +11162,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 11160 | fi | 11162 | fi |
| 11161 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_SM_SmcOpenConnection" >&5 | 11163 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_SM_SmcOpenConnection" >&5 |
| 11162 | $as_echo "$ac_cv_lib_SM_SmcOpenConnection" >&6; } | 11164 | $as_echo "$ac_cv_lib_SM_SmcOpenConnection" >&6; } |
| 11163 | if test "x$ac_cv_lib_SM_SmcOpenConnection" = xyes; then : | 11165 | if test "x$ac_cv_lib_SM_SmcOpenConnection" = x""yes; then : |
| 11164 | HAVE_X_SM=yes | 11166 | HAVE_X_SM=yes |
| 11165 | fi | 11167 | fi |
| 11166 | 11168 | ||
| @@ -11191,7 +11193,7 @@ if test "${with_xml2}" != "no"; then | |||
| 11191 | set dummy pkg-config; ac_word=$2 | 11193 | set dummy pkg-config; ac_word=$2 |
| 11192 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 11194 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 11193 | $as_echo_n "checking for $ac_word... " >&6; } | 11195 | $as_echo_n "checking for $ac_word... " >&6; } |
| 11194 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 11196 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 11195 | $as_echo_n "(cached) " >&6 | 11197 | $as_echo_n "(cached) " >&6 |
| 11196 | else | 11198 | else |
| 11197 | case $PKG_CONFIG in | 11199 | case $PKG_CONFIG in |
| @@ -11282,7 +11284,7 @@ $as_echo "no" >&6; } | |||
| 11282 | LIBS="$LIBXML2_LIBS $LIBS" | 11284 | LIBS="$LIBXML2_LIBS $LIBS" |
| 11283 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for htmlReadMemory in -lxml2" >&5 | 11285 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for htmlReadMemory in -lxml2" >&5 |
| 11284 | $as_echo_n "checking for htmlReadMemory in -lxml2... " >&6; } | 11286 | $as_echo_n "checking for htmlReadMemory in -lxml2... " >&6; } |
| 11285 | if ${ac_cv_lib_xml2_htmlReadMemory+:} false; then : | 11287 | if test "${ac_cv_lib_xml2_htmlReadMemory+set}" = set; then : |
| 11286 | $as_echo_n "(cached) " >&6 | 11288 | $as_echo_n "(cached) " >&6 |
| 11287 | else | 11289 | else |
| 11288 | ac_check_lib_save_LIBS=$LIBS | 11290 | ac_check_lib_save_LIBS=$LIBS |
| @@ -11316,7 +11318,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 11316 | fi | 11318 | fi |
| 11317 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_htmlReadMemory" >&5 | 11319 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_htmlReadMemory" >&5 |
| 11318 | $as_echo "$ac_cv_lib_xml2_htmlReadMemory" >&6; } | 11320 | $as_echo "$ac_cv_lib_xml2_htmlReadMemory" >&6; } |
| 11319 | if test "x$ac_cv_lib_xml2_htmlReadMemory" = xyes; then : | 11321 | if test "x$ac_cv_lib_xml2_htmlReadMemory" = x""yes; then : |
| 11320 | HAVE_LIBXML2=yes | 11322 | HAVE_LIBXML2=yes |
| 11321 | else | 11323 | else |
| 11322 | HAVE_LIBXML2=no | 11324 | HAVE_LIBXML2=no |
| @@ -11338,7 +11340,7 @@ fi | |||
| 11338 | # If netdb.h doesn't declare h_errno, we must declare it by hand. | 11340 | # If netdb.h doesn't declare h_errno, we must declare it by hand. |
| 11339 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether netdb declares h_errno" >&5 | 11341 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether netdb declares h_errno" >&5 |
| 11340 | $as_echo_n "checking whether netdb declares h_errno... " >&6; } | 11342 | $as_echo_n "checking whether netdb declares h_errno... " >&6; } |
| 11341 | if ${emacs_cv_netdb_declares_h_errno+:} false; then : | 11343 | if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then : |
| 11342 | $as_echo_n "(cached) " >&6 | 11344 | $as_echo_n "(cached) " >&6 |
| 11343 | else | 11345 | else |
| 11344 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 11346 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -11368,22 +11370,11 @@ $as_echo "#define HAVE_H_ERRNO 1" >>confdefs.h | |||
| 11368 | 11370 | ||
| 11369 | fi | 11371 | fi |
| 11370 | 11372 | ||
| 11371 | ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" | ||
| 11372 | if test "x$ac_cv_type_size_t" = xyes; then : | ||
| 11373 | |||
| 11374 | else | ||
| 11375 | |||
| 11376 | cat >>confdefs.h <<_ACEOF | ||
| 11377 | #define size_t unsigned int | ||
| 11378 | _ACEOF | ||
| 11379 | |||
| 11380 | fi | ||
| 11381 | |||
| 11382 | # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works | 11373 | # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works |
| 11383 | # for constant arguments. Useless! | 11374 | # for constant arguments. Useless! |
| 11384 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5 | 11375 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5 |
| 11385 | $as_echo_n "checking for working alloca.h... " >&6; } | 11376 | $as_echo_n "checking for working alloca.h... " >&6; } |
| 11386 | if ${ac_cv_working_alloca_h+:} false; then : | 11377 | if test "${ac_cv_working_alloca_h+set}" = set; then : |
| 11387 | $as_echo_n "(cached) " >&6 | 11378 | $as_echo_n "(cached) " >&6 |
| 11388 | else | 11379 | else |
| 11389 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 11380 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -11416,7 +11407,7 @@ fi | |||
| 11416 | 11407 | ||
| 11417 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5 | 11408 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5 |
| 11418 | $as_echo_n "checking for alloca... " >&6; } | 11409 | $as_echo_n "checking for alloca... " >&6; } |
| 11419 | if ${ac_cv_func_alloca_works+:} false; then : | 11410 | if test "${ac_cv_func_alloca_works+set}" = set; then : |
| 11420 | $as_echo_n "(cached) " >&6 | 11411 | $as_echo_n "(cached) " >&6 |
| 11421 | else | 11412 | else |
| 11422 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 11413 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -11435,7 +11426,7 @@ else | |||
| 11435 | #pragma alloca | 11426 | #pragma alloca |
| 11436 | # else | 11427 | # else |
| 11437 | # ifndef alloca /* predefined by HP cc +Olibcalls */ | 11428 | # ifndef alloca /* predefined by HP cc +Olibcalls */ |
| 11438 | void *alloca (size_t); | 11429 | char *alloca (); |
| 11439 | # endif | 11430 | # endif |
| 11440 | # endif | 11431 | # endif |
| 11441 | # endif | 11432 | # endif |
| @@ -11479,7 +11470,7 @@ $as_echo "#define C_ALLOCA 1" >>confdefs.h | |||
| 11479 | 11470 | ||
| 11480 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5 | 11471 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5 |
| 11481 | $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; } | 11472 | $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; } |
| 11482 | if ${ac_cv_os_cray+:} false; then : | 11473 | if test "${ac_cv_os_cray+set}" = set; then : |
| 11483 | $as_echo_n "(cached) " >&6 | 11474 | $as_echo_n "(cached) " >&6 |
| 11484 | else | 11475 | else |
| 11485 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 11476 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -11520,7 +11511,7 @@ fi | |||
| 11520 | 11511 | ||
| 11521 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5 | 11512 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5 |
| 11522 | $as_echo_n "checking stack direction for C alloca... " >&6; } | 11513 | $as_echo_n "checking stack direction for C alloca... " >&6; } |
| 11523 | if ${ac_cv_c_stack_direction+:} false; then : | 11514 | if test "${ac_cv_c_stack_direction+set}" = set; then : |
| 11524 | $as_echo_n "(cached) " >&6 | 11515 | $as_echo_n "(cached) " >&6 |
| 11525 | else | 11516 | else |
| 11526 | if test "$cross_compiling" = yes; then : | 11517 | if test "$cross_compiling" = yes; then : |
| @@ -11577,7 +11568,7 @@ fi | |||
| 11577 | # On HPUX 9.01, -lm does not contain logb, so check for sqrt. | 11568 | # On HPUX 9.01, -lm does not contain logb, so check for sqrt. |
| 11578 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrt in -lm" >&5 | 11569 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrt in -lm" >&5 |
| 11579 | $as_echo_n "checking for sqrt in -lm... " >&6; } | 11570 | $as_echo_n "checking for sqrt in -lm... " >&6; } |
| 11580 | if ${ac_cv_lib_m_sqrt+:} false; then : | 11571 | if test "${ac_cv_lib_m_sqrt+set}" = set; then : |
| 11581 | $as_echo_n "(cached) " >&6 | 11572 | $as_echo_n "(cached) " >&6 |
| 11582 | else | 11573 | else |
| 11583 | ac_check_lib_save_LIBS=$LIBS | 11574 | ac_check_lib_save_LIBS=$LIBS |
| @@ -11611,7 +11602,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 11611 | fi | 11602 | fi |
| 11612 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sqrt" >&5 | 11603 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sqrt" >&5 |
| 11613 | $as_echo "$ac_cv_lib_m_sqrt" >&6; } | 11604 | $as_echo "$ac_cv_lib_m_sqrt" >&6; } |
| 11614 | if test "x$ac_cv_lib_m_sqrt" = xyes; then : | 11605 | if test "x$ac_cv_lib_m_sqrt" = x""yes; then : |
| 11615 | cat >>confdefs.h <<_ACEOF | 11606 | cat >>confdefs.h <<_ACEOF |
| 11616 | #define HAVE_LIBM 1 | 11607 | #define HAVE_LIBM 1 |
| 11617 | _ACEOF | 11608 | _ACEOF |
| @@ -11625,7 +11616,7 @@ fi | |||
| 11625 | # have the same check as for liblockfile below. | 11616 | # have the same check as for liblockfile below. |
| 11626 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -lmail" >&5 | 11617 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -lmail" >&5 |
| 11627 | $as_echo_n "checking for maillock in -lmail... " >&6; } | 11618 | $as_echo_n "checking for maillock in -lmail... " >&6; } |
| 11628 | if ${ac_cv_lib_mail_maillock+:} false; then : | 11619 | if test "${ac_cv_lib_mail_maillock+set}" = set; then : |
| 11629 | $as_echo_n "(cached) " >&6 | 11620 | $as_echo_n "(cached) " >&6 |
| 11630 | else | 11621 | else |
| 11631 | ac_check_lib_save_LIBS=$LIBS | 11622 | ac_check_lib_save_LIBS=$LIBS |
| @@ -11659,7 +11650,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 11659 | fi | 11650 | fi |
| 11660 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mail_maillock" >&5 | 11651 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mail_maillock" >&5 |
| 11661 | $as_echo "$ac_cv_lib_mail_maillock" >&6; } | 11652 | $as_echo "$ac_cv_lib_mail_maillock" >&6; } |
| 11662 | if test "x$ac_cv_lib_mail_maillock" = xyes; then : | 11653 | if test "x$ac_cv_lib_mail_maillock" = x""yes; then : |
| 11663 | have_mail=yes | 11654 | have_mail=yes |
| 11664 | else | 11655 | else |
| 11665 | have_mail=no | 11656 | have_mail=no |
| @@ -11676,7 +11667,7 @@ else | |||
| 11676 | fi | 11667 | fi |
| 11677 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -llockfile" >&5 | 11668 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -llockfile" >&5 |
| 11678 | $as_echo_n "checking for maillock in -llockfile... " >&6; } | 11669 | $as_echo_n "checking for maillock in -llockfile... " >&6; } |
| 11679 | if ${ac_cv_lib_lockfile_maillock+:} false; then : | 11670 | if test "${ac_cv_lib_lockfile_maillock+set}" = set; then : |
| 11680 | $as_echo_n "(cached) " >&6 | 11671 | $as_echo_n "(cached) " >&6 |
| 11681 | else | 11672 | else |
| 11682 | ac_check_lib_save_LIBS=$LIBS | 11673 | ac_check_lib_save_LIBS=$LIBS |
| @@ -11710,7 +11701,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 11710 | fi | 11701 | fi |
| 11711 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lockfile_maillock" >&5 | 11702 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lockfile_maillock" >&5 |
| 11712 | $as_echo "$ac_cv_lib_lockfile_maillock" >&6; } | 11703 | $as_echo "$ac_cv_lib_lockfile_maillock" >&6; } |
| 11713 | if test "x$ac_cv_lib_lockfile_maillock" = xyes; then : | 11704 | if test "x$ac_cv_lib_lockfile_maillock" = x""yes; then : |
| 11714 | have_lockfile=yes | 11705 | have_lockfile=yes |
| 11715 | else | 11706 | else |
| 11716 | have_lockfile=no | 11707 | have_lockfile=no |
| @@ -11730,7 +11721,7 @@ else | |||
| 11730 | set dummy liblockfile.so; ac_word=$2 | 11721 | set dummy liblockfile.so; ac_word=$2 |
| 11731 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 11722 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 11732 | $as_echo_n "checking for $ac_word... " >&6; } | 11723 | $as_echo_n "checking for $ac_word... " >&6; } |
| 11733 | if ${ac_cv_prog_liblockfile+:} false; then : | 11724 | if test "${ac_cv_prog_liblockfile+set}" = set; then : |
| 11734 | $as_echo_n "(cached) " >&6 | 11725 | $as_echo_n "(cached) " >&6 |
| 11735 | else | 11726 | else |
| 11736 | if test -n "$liblockfile"; then | 11727 | if test -n "$liblockfile"; then |
| @@ -11774,7 +11765,7 @@ fi | |||
| 11774 | for ac_func in touchlock | 11765 | for ac_func in touchlock |
| 11775 | do : | 11766 | do : |
| 11776 | ac_fn_c_check_func "$LINENO" "touchlock" "ac_cv_func_touchlock" | 11767 | ac_fn_c_check_func "$LINENO" "touchlock" "ac_cv_func_touchlock" |
| 11777 | if test "x$ac_cv_func_touchlock" = xyes; then : | 11768 | if test "x$ac_cv_func_touchlock" = x""yes; then : |
| 11778 | cat >>confdefs.h <<_ACEOF | 11769 | cat >>confdefs.h <<_ACEOF |
| 11779 | #define HAVE_TOUCHLOCK 1 | 11770 | #define HAVE_TOUCHLOCK 1 |
| 11780 | _ACEOF | 11771 | _ACEOF |
| @@ -11785,7 +11776,7 @@ done | |||
| 11785 | for ac_header in maillock.h | 11776 | for ac_header in maillock.h |
| 11786 | do : | 11777 | do : |
| 11787 | ac_fn_c_check_header_mongrel "$LINENO" "maillock.h" "ac_cv_header_maillock_h" "$ac_includes_default" | 11778 | ac_fn_c_check_header_mongrel "$LINENO" "maillock.h" "ac_cv_header_maillock_h" "$ac_includes_default" |
| 11788 | if test "x$ac_cv_header_maillock_h" = xyes; then : | 11779 | if test "x$ac_cv_header_maillock_h" = x""yes; then : |
| 11789 | cat >>confdefs.h <<_ACEOF | 11780 | cat >>confdefs.h <<_ACEOF |
| 11790 | #define HAVE_MAILLOCK_H 1 | 11781 | #define HAVE_MAILLOCK_H 1 |
| 11791 | _ACEOF | 11782 | _ACEOF |
| @@ -11867,7 +11858,7 @@ done | |||
| 11867 | for ac_header in sys/un.h | 11858 | for ac_header in sys/un.h |
| 11868 | do : | 11859 | do : |
| 11869 | ac_fn_c_check_header_mongrel "$LINENO" "sys/un.h" "ac_cv_header_sys_un_h" "$ac_includes_default" | 11860 | ac_fn_c_check_header_mongrel "$LINENO" "sys/un.h" "ac_cv_header_sys_un_h" "$ac_includes_default" |
| 11870 | if test "x$ac_cv_header_sys_un_h" = xyes; then : | 11861 | if test "x$ac_cv_header_sys_un_h" = x""yes; then : |
| 11871 | cat >>confdefs.h <<_ACEOF | 11862 | cat >>confdefs.h <<_ACEOF |
| 11872 | #define HAVE_SYS_UN_H 1 | 11863 | #define HAVE_SYS_UN_H 1 |
| 11873 | _ACEOF | 11864 | _ACEOF |
| @@ -11900,7 +11891,7 @@ done | |||
| 11900 | 11891 | ||
| 11901 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mktime" >&5 | 11892 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mktime" >&5 |
| 11902 | $as_echo_n "checking for working mktime... " >&6; } | 11893 | $as_echo_n "checking for working mktime... " >&6; } |
| 11903 | if ${ac_cv_func_working_mktime+:} false; then : | 11894 | if test "${ac_cv_func_working_mktime+set}" = set; then : |
| 11904 | $as_echo_n "(cached) " >&6 | 11895 | $as_echo_n "(cached) " >&6 |
| 11905 | else | 11896 | else |
| 11906 | if test "$cross_compiling" = yes; then : | 11897 | if test "$cross_compiling" = yes; then : |
| @@ -12137,7 +12128,7 @@ ac_save_LIBS=$LIBS | |||
| 12137 | 12128 | ||
| 12138 | # Check for getloadavg, but be sure not to touch the cache variable. | 12129 | # Check for getloadavg, but be sure not to touch the cache variable. |
| 12139 | (ac_fn_c_check_func "$LINENO" "getloadavg" "ac_cv_func_getloadavg" | 12130 | (ac_fn_c_check_func "$LINENO" "getloadavg" "ac_cv_func_getloadavg" |
| 12140 | if test "x$ac_cv_func_getloadavg" = xyes; then : | 12131 | if test "x$ac_cv_func_getloadavg" = x""yes; then : |
| 12141 | exit 0 | 12132 | exit 0 |
| 12142 | else | 12133 | else |
| 12143 | exit 1 | 12134 | exit 1 |
| @@ -12148,7 +12139,7 @@ fi | |||
| 12148 | for ac_func in pstat_getdynamic | 12139 | for ac_func in pstat_getdynamic |
| 12149 | do : | 12140 | do : |
| 12150 | ac_fn_c_check_func "$LINENO" "pstat_getdynamic" "ac_cv_func_pstat_getdynamic" | 12141 | ac_fn_c_check_func "$LINENO" "pstat_getdynamic" "ac_cv_func_pstat_getdynamic" |
| 12151 | if test "x$ac_cv_func_pstat_getdynamic" = xyes; then : | 12142 | if test "x$ac_cv_func_pstat_getdynamic" = x""yes; then : |
| 12152 | cat >>confdefs.h <<_ACEOF | 12143 | cat >>confdefs.h <<_ACEOF |
| 12153 | #define HAVE_PSTAT_GETDYNAMIC 1 | 12144 | #define HAVE_PSTAT_GETDYNAMIC 1 |
| 12154 | _ACEOF | 12145 | _ACEOF |
| @@ -12160,7 +12151,7 @@ done | |||
| 12160 | # Solaris has libkstat which does not require root. | 12151 | # Solaris has libkstat which does not require root. |
| 12161 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5 | 12152 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5 |
| 12162 | $as_echo_n "checking for kstat_open in -lkstat... " >&6; } | 12153 | $as_echo_n "checking for kstat_open in -lkstat... " >&6; } |
| 12163 | if ${ac_cv_lib_kstat_kstat_open+:} false; then : | 12154 | if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then : |
| 12164 | $as_echo_n "(cached) " >&6 | 12155 | $as_echo_n "(cached) " >&6 |
| 12165 | else | 12156 | else |
| 12166 | ac_check_lib_save_LIBS=$LIBS | 12157 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12194,7 +12185,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12194 | fi | 12185 | fi |
| 12195 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5 | 12186 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5 |
| 12196 | $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; } | 12187 | $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; } |
| 12197 | if test "x$ac_cv_lib_kstat_kstat_open" = xyes; then : | 12188 | if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then : |
| 12198 | cat >>confdefs.h <<_ACEOF | 12189 | cat >>confdefs.h <<_ACEOF |
| 12199 | #define HAVE_LIBKSTAT 1 | 12190 | #define HAVE_LIBKSTAT 1 |
| 12200 | _ACEOF | 12191 | _ACEOF |
| @@ -12212,7 +12203,7 @@ test $ac_cv_lib_kstat_kstat_open = yes && ac_have_func=yes | |||
| 12212 | if test $ac_have_func = no; then | 12203 | if test $ac_have_func = no; then |
| 12213 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for elf_begin in -lelf" >&5 | 12204 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for elf_begin in -lelf" >&5 |
| 12214 | $as_echo_n "checking for elf_begin in -lelf... " >&6; } | 12205 | $as_echo_n "checking for elf_begin in -lelf... " >&6; } |
| 12215 | if ${ac_cv_lib_elf_elf_begin+:} false; then : | 12206 | if test "${ac_cv_lib_elf_elf_begin+set}" = set; then : |
| 12216 | $as_echo_n "(cached) " >&6 | 12207 | $as_echo_n "(cached) " >&6 |
| 12217 | else | 12208 | else |
| 12218 | ac_check_lib_save_LIBS=$LIBS | 12209 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12246,7 +12237,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12246 | fi | 12237 | fi |
| 12247 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_elf_elf_begin" >&5 | 12238 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_elf_elf_begin" >&5 |
| 12248 | $as_echo "$ac_cv_lib_elf_elf_begin" >&6; } | 12239 | $as_echo "$ac_cv_lib_elf_elf_begin" >&6; } |
| 12249 | if test "x$ac_cv_lib_elf_elf_begin" = xyes; then : | 12240 | if test "x$ac_cv_lib_elf_elf_begin" = x""yes; then : |
| 12250 | LIBS="-lelf $LIBS" | 12241 | LIBS="-lelf $LIBS" |
| 12251 | fi | 12242 | fi |
| 12252 | 12243 | ||
| @@ -12254,7 +12245,7 @@ fi | |||
| 12254 | if test $ac_have_func = no; then | 12245 | if test $ac_have_func = no; then |
| 12255 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kvm_open in -lkvm" >&5 | 12246 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kvm_open in -lkvm" >&5 |
| 12256 | $as_echo_n "checking for kvm_open in -lkvm... " >&6; } | 12247 | $as_echo_n "checking for kvm_open in -lkvm... " >&6; } |
| 12257 | if ${ac_cv_lib_kvm_kvm_open+:} false; then : | 12248 | if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then : |
| 12258 | $as_echo_n "(cached) " >&6 | 12249 | $as_echo_n "(cached) " >&6 |
| 12259 | else | 12250 | else |
| 12260 | ac_check_lib_save_LIBS=$LIBS | 12251 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12288,14 +12279,14 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12288 | fi | 12279 | fi |
| 12289 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kvm_kvm_open" >&5 | 12280 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kvm_kvm_open" >&5 |
| 12290 | $as_echo "$ac_cv_lib_kvm_kvm_open" >&6; } | 12281 | $as_echo "$ac_cv_lib_kvm_kvm_open" >&6; } |
| 12291 | if test "x$ac_cv_lib_kvm_kvm_open" = xyes; then : | 12282 | if test "x$ac_cv_lib_kvm_kvm_open" = x""yes; then : |
| 12292 | LIBS="-lkvm $LIBS" | 12283 | LIBS="-lkvm $LIBS" |
| 12293 | fi | 12284 | fi |
| 12294 | 12285 | ||
| 12295 | # Check for the 4.4BSD definition of getloadavg. | 12286 | # Check for the 4.4BSD definition of getloadavg. |
| 12296 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lutil" >&5 | 12287 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lutil" >&5 |
| 12297 | $as_echo_n "checking for getloadavg in -lutil... " >&6; } | 12288 | $as_echo_n "checking for getloadavg in -lutil... " >&6; } |
| 12298 | if ${ac_cv_lib_util_getloadavg+:} false; then : | 12289 | if test "${ac_cv_lib_util_getloadavg+set}" = set; then : |
| 12299 | $as_echo_n "(cached) " >&6 | 12290 | $as_echo_n "(cached) " >&6 |
| 12300 | else | 12291 | else |
| 12301 | ac_check_lib_save_LIBS=$LIBS | 12292 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12329,7 +12320,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12329 | fi | 12320 | fi |
| 12330 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_util_getloadavg" >&5 | 12321 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_util_getloadavg" >&5 |
| 12331 | $as_echo "$ac_cv_lib_util_getloadavg" >&6; } | 12322 | $as_echo "$ac_cv_lib_util_getloadavg" >&6; } |
| 12332 | if test "x$ac_cv_lib_util_getloadavg" = xyes; then : | 12323 | if test "x$ac_cv_lib_util_getloadavg" = x""yes; then : |
| 12333 | LIBS="-lutil $LIBS" ac_have_func=yes ac_cv_func_getloadavg_setgid=yes | 12324 | LIBS="-lutil $LIBS" ac_have_func=yes ac_cv_func_getloadavg_setgid=yes |
| 12334 | fi | 12325 | fi |
| 12335 | 12326 | ||
| @@ -12342,7 +12333,7 @@ if test $ac_have_func = no; then | |||
| 12342 | LIBS="-L/usr/local/lib $LIBS" | 12333 | LIBS="-L/usr/local/lib $LIBS" |
| 12343 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lgetloadavg" >&5 | 12334 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lgetloadavg" >&5 |
| 12344 | $as_echo_n "checking for getloadavg in -lgetloadavg... " >&6; } | 12335 | $as_echo_n "checking for getloadavg in -lgetloadavg... " >&6; } |
| 12345 | if ${ac_cv_lib_getloadavg_getloadavg+:} false; then : | 12336 | if test "${ac_cv_lib_getloadavg_getloadavg+set}" = set; then : |
| 12346 | $as_echo_n "(cached) " >&6 | 12337 | $as_echo_n "(cached) " >&6 |
| 12347 | else | 12338 | else |
| 12348 | ac_check_lib_save_LIBS=$LIBS | 12339 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12376,7 +12367,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12376 | fi | 12367 | fi |
| 12377 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_getloadavg_getloadavg" >&5 | 12368 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_getloadavg_getloadavg" >&5 |
| 12378 | $as_echo "$ac_cv_lib_getloadavg_getloadavg" >&6; } | 12369 | $as_echo "$ac_cv_lib_getloadavg_getloadavg" >&6; } |
| 12379 | if test "x$ac_cv_lib_getloadavg_getloadavg" = xyes; then : | 12370 | if test "x$ac_cv_lib_getloadavg_getloadavg" = x""yes; then : |
| 12380 | LIBS="-lgetloadavg $LIBS" | 12371 | LIBS="-lgetloadavg $LIBS" |
| 12381 | else | 12372 | else |
| 12382 | LIBS=$ac_getloadavg_LIBS | 12373 | LIBS=$ac_getloadavg_LIBS |
| @@ -12389,7 +12380,7 @@ fi | |||
| 12389 | for ac_func in getloadavg | 12380 | for ac_func in getloadavg |
| 12390 | do : | 12381 | do : |
| 12391 | ac_fn_c_check_func "$LINENO" "getloadavg" "ac_cv_func_getloadavg" | 12382 | ac_fn_c_check_func "$LINENO" "getloadavg" "ac_cv_func_getloadavg" |
| 12392 | if test "x$ac_cv_func_getloadavg" = xyes; then : | 12383 | if test "x$ac_cv_func_getloadavg" = x""yes; then : |
| 12393 | cat >>confdefs.h <<_ACEOF | 12384 | cat >>confdefs.h <<_ACEOF |
| 12394 | #define HAVE_GETLOADAVG 1 | 12385 | #define HAVE_GETLOADAVG 1 |
| 12395 | _ACEOF | 12386 | _ACEOF |
| @@ -12407,14 +12398,14 @@ $as_echo "#define C_GETLOADAVG 1" >>confdefs.h | |||
| 12407 | # Figure out what our getloadavg.c needs. | 12398 | # Figure out what our getloadavg.c needs. |
| 12408 | ac_have_func=no | 12399 | ac_have_func=no |
| 12409 | ac_fn_c_check_header_mongrel "$LINENO" "sys/dg_sys_info.h" "ac_cv_header_sys_dg_sys_info_h" "$ac_includes_default" | 12400 | ac_fn_c_check_header_mongrel "$LINENO" "sys/dg_sys_info.h" "ac_cv_header_sys_dg_sys_info_h" "$ac_includes_default" |
| 12410 | if test "x$ac_cv_header_sys_dg_sys_info_h" = xyes; then : | 12401 | if test "x$ac_cv_header_sys_dg_sys_info_h" = x""yes; then : |
| 12411 | ac_have_func=yes | 12402 | ac_have_func=yes |
| 12412 | 12403 | ||
| 12413 | $as_echo "#define DGUX 1" >>confdefs.h | 12404 | $as_echo "#define DGUX 1" >>confdefs.h |
| 12414 | 12405 | ||
| 12415 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dg_sys_info in -ldgc" >&5 | 12406 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dg_sys_info in -ldgc" >&5 |
| 12416 | $as_echo_n "checking for dg_sys_info in -ldgc... " >&6; } | 12407 | $as_echo_n "checking for dg_sys_info in -ldgc... " >&6; } |
| 12417 | if ${ac_cv_lib_dgc_dg_sys_info+:} false; then : | 12408 | if test "${ac_cv_lib_dgc_dg_sys_info+set}" = set; then : |
| 12418 | $as_echo_n "(cached) " >&6 | 12409 | $as_echo_n "(cached) " >&6 |
| 12419 | else | 12410 | else |
| 12420 | ac_check_lib_save_LIBS=$LIBS | 12411 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12448,7 +12439,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12448 | fi | 12439 | fi |
| 12449 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dgc_dg_sys_info" >&5 | 12440 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dgc_dg_sys_info" >&5 |
| 12450 | $as_echo "$ac_cv_lib_dgc_dg_sys_info" >&6; } | 12441 | $as_echo "$ac_cv_lib_dgc_dg_sys_info" >&6; } |
| 12451 | if test "x$ac_cv_lib_dgc_dg_sys_info" = xyes; then : | 12442 | if test "x$ac_cv_lib_dgc_dg_sys_info" = x""yes; then : |
| 12452 | cat >>confdefs.h <<_ACEOF | 12443 | cat >>confdefs.h <<_ACEOF |
| 12453 | #define HAVE_LIBDGC 1 | 12444 | #define HAVE_LIBDGC 1 |
| 12454 | _ACEOF | 12445 | _ACEOF |
| @@ -12462,7 +12453,7 @@ fi | |||
| 12462 | 12453 | ||
| 12463 | 12454 | ||
| 12464 | ac_fn_c_check_header_mongrel "$LINENO" "locale.h" "ac_cv_header_locale_h" "$ac_includes_default" | 12455 | ac_fn_c_check_header_mongrel "$LINENO" "locale.h" "ac_cv_header_locale_h" "$ac_includes_default" |
| 12465 | if test "x$ac_cv_header_locale_h" = xyes; then : | 12456 | if test "x$ac_cv_header_locale_h" = x""yes; then : |
| 12466 | 12457 | ||
| 12467 | fi | 12458 | fi |
| 12468 | 12459 | ||
| @@ -12470,7 +12461,7 @@ fi | |||
| 12470 | for ac_func in setlocale | 12461 | for ac_func in setlocale |
| 12471 | do : | 12462 | do : |
| 12472 | ac_fn_c_check_func "$LINENO" "setlocale" "ac_cv_func_setlocale" | 12463 | ac_fn_c_check_func "$LINENO" "setlocale" "ac_cv_func_setlocale" |
| 12473 | if test "x$ac_cv_func_setlocale" = xyes; then : | 12464 | if test "x$ac_cv_func_setlocale" = x""yes; then : |
| 12474 | cat >>confdefs.h <<_ACEOF | 12465 | cat >>confdefs.h <<_ACEOF |
| 12475 | #define HAVE_SETLOCALE 1 | 12466 | #define HAVE_SETLOCALE 1 |
| 12476 | _ACEOF | 12467 | _ACEOF |
| @@ -12482,8 +12473,7 @@ done | |||
| 12482 | # We cannot check for <dwarf.h>, because Solaris 2 does not use dwarf (it | 12473 | # We cannot check for <dwarf.h>, because Solaris 2 does not use dwarf (it |
| 12483 | # uses stabs), but it is still SVR4. We cannot check for <elf.h> because | 12474 | # uses stabs), but it is still SVR4. We cannot check for <elf.h> because |
| 12484 | # Irix 4.0.5F has the header but not the library. | 12475 | # Irix 4.0.5F has the header but not the library. |
| 12485 | if test $ac_have_func = no && test "$ac_cv_lib_elf_elf_begin" = yes \ | 12476 | if test $ac_have_func = no && test "$ac_cv_lib_elf_elf_begin" = yes; then |
| 12486 | && test "$ac_cv_lib_kvm_kvm_open" = yes; then | ||
| 12487 | ac_have_func=yes | 12477 | ac_have_func=yes |
| 12488 | 12478 | ||
| 12489 | $as_echo "#define SVR4 1" >>confdefs.h | 12479 | $as_echo "#define SVR4 1" >>confdefs.h |
| @@ -12492,7 +12482,7 @@ fi | |||
| 12492 | 12482 | ||
| 12493 | if test $ac_have_func = no; then | 12483 | if test $ac_have_func = no; then |
| 12494 | ac_fn_c_check_header_mongrel "$LINENO" "inq_stats/cpustats.h" "ac_cv_header_inq_stats_cpustats_h" "$ac_includes_default" | 12484 | ac_fn_c_check_header_mongrel "$LINENO" "inq_stats/cpustats.h" "ac_cv_header_inq_stats_cpustats_h" "$ac_includes_default" |
| 12495 | if test "x$ac_cv_header_inq_stats_cpustats_h" = xyes; then : | 12485 | if test "x$ac_cv_header_inq_stats_cpustats_h" = x""yes; then : |
| 12496 | ac_have_func=yes | 12486 | ac_have_func=yes |
| 12497 | 12487 | ||
| 12498 | $as_echo "#define UMAX 1" >>confdefs.h | 12488 | $as_echo "#define UMAX 1" >>confdefs.h |
| @@ -12507,7 +12497,7 @@ fi | |||
| 12507 | 12497 | ||
| 12508 | if test $ac_have_func = no; then | 12498 | if test $ac_have_func = no; then |
| 12509 | ac_fn_c_check_header_mongrel "$LINENO" "sys/cpustats.h" "ac_cv_header_sys_cpustats_h" "$ac_includes_default" | 12499 | ac_fn_c_check_header_mongrel "$LINENO" "sys/cpustats.h" "ac_cv_header_sys_cpustats_h" "$ac_includes_default" |
| 12510 | if test "x$ac_cv_header_sys_cpustats_h" = xyes; then : | 12500 | if test "x$ac_cv_header_sys_cpustats_h" = x""yes; then : |
| 12511 | ac_have_func=yes; $as_echo "#define UMAX 1" >>confdefs.h | 12501 | ac_have_func=yes; $as_echo "#define UMAX 1" >>confdefs.h |
| 12512 | 12502 | ||
| 12513 | fi | 12503 | fi |
| @@ -12519,7 +12509,7 @@ if test $ac_have_func = no; then | |||
| 12519 | for ac_header in mach/mach.h | 12509 | for ac_header in mach/mach.h |
| 12520 | do : | 12510 | do : |
| 12521 | ac_fn_c_check_header_mongrel "$LINENO" "mach/mach.h" "ac_cv_header_mach_mach_h" "$ac_includes_default" | 12511 | ac_fn_c_check_header_mongrel "$LINENO" "mach/mach.h" "ac_cv_header_mach_mach_h" "$ac_includes_default" |
| 12522 | if test "x$ac_cv_header_mach_mach_h" = xyes; then : | 12512 | if test "x$ac_cv_header_mach_mach_h" = x""yes; then : |
| 12523 | cat >>confdefs.h <<_ACEOF | 12513 | cat >>confdefs.h <<_ACEOF |
| 12524 | #define HAVE_MACH_MACH_H 1 | 12514 | #define HAVE_MACH_MACH_H 1 |
| 12525 | _ACEOF | 12515 | _ACEOF |
| @@ -12533,13 +12523,13 @@ fi | |||
| 12533 | for ac_header in nlist.h | 12523 | for ac_header in nlist.h |
| 12534 | do : | 12524 | do : |
| 12535 | ac_fn_c_check_header_mongrel "$LINENO" "nlist.h" "ac_cv_header_nlist_h" "$ac_includes_default" | 12525 | ac_fn_c_check_header_mongrel "$LINENO" "nlist.h" "ac_cv_header_nlist_h" "$ac_includes_default" |
| 12536 | if test "x$ac_cv_header_nlist_h" = xyes; then : | 12526 | if test "x$ac_cv_header_nlist_h" = x""yes; then : |
| 12537 | cat >>confdefs.h <<_ACEOF | 12527 | cat >>confdefs.h <<_ACEOF |
| 12538 | #define HAVE_NLIST_H 1 | 12528 | #define HAVE_NLIST_H 1 |
| 12539 | _ACEOF | 12529 | _ACEOF |
| 12540 | ac_fn_c_check_member "$LINENO" "struct nlist" "n_un.n_name" "ac_cv_member_struct_nlist_n_un_n_name" "#include <nlist.h> | 12530 | ac_fn_c_check_member "$LINENO" "struct nlist" "n_un.n_name" "ac_cv_member_struct_nlist_n_un_n_name" "#include <nlist.h> |
| 12541 | " | 12531 | " |
| 12542 | if test "x$ac_cv_member_struct_nlist_n_un_n_name" = xyes; then : | 12532 | if test "x$ac_cv_member_struct_nlist_n_un_n_name" = x""yes; then : |
| 12543 | 12533 | ||
| 12544 | cat >>confdefs.h <<_ACEOF | 12534 | cat >>confdefs.h <<_ACEOF |
| 12545 | #define HAVE_STRUCT_NLIST_N_UN_N_NAME 1 | 12535 | #define HAVE_STRUCT_NLIST_N_UN_N_NAME 1 |
| @@ -12562,7 +12552,7 @@ done | |||
| 12562 | # Some definitions of getloadavg require that the program be installed setgid. | 12552 | # Some definitions of getloadavg require that the program be installed setgid. |
| 12563 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getloadavg requires setgid" >&5 | 12553 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getloadavg requires setgid" >&5 |
| 12564 | $as_echo_n "checking whether getloadavg requires setgid... " >&6; } | 12554 | $as_echo_n "checking whether getloadavg requires setgid... " >&6; } |
| 12565 | if ${ac_cv_func_getloadavg_setgid+:} false; then : | 12555 | if test "${ac_cv_func_getloadavg_setgid+set}" = set; then : |
| 12566 | $as_echo_n "(cached) " >&6 | 12556 | $as_echo_n "(cached) " >&6 |
| 12567 | else | 12557 | else |
| 12568 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 12558 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -12595,7 +12585,7 @@ fi | |||
| 12595 | if test $ac_cv_func_getloadavg_setgid = yes; then | 12585 | if test $ac_cv_func_getloadavg_setgid = yes; then |
| 12596 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking group of /dev/kmem" >&5 | 12586 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking group of /dev/kmem" >&5 |
| 12597 | $as_echo_n "checking group of /dev/kmem... " >&6; } | 12587 | $as_echo_n "checking group of /dev/kmem... " >&6; } |
| 12598 | if ${ac_cv_group_kmem+:} false; then : | 12588 | if test "${ac_cv_group_kmem+set}" = set; then : |
| 12599 | $as_echo_n "(cached) " >&6 | 12589 | $as_echo_n "(cached) " >&6 |
| 12600 | else | 12590 | else |
| 12601 | # On Solaris, /dev/kmem is a symlink. Get info on the real file. | 12591 | # On Solaris, /dev/kmem is a symlink. Get info on the real file. |
| @@ -12623,7 +12613,7 @@ LIBS=$ac_save_LIBS | |||
| 12623 | 12613 | ||
| 12624 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5 | 12614 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5 |
| 12625 | $as_echo_n "checking for _LARGEFILE_SOURCE value needed for large files... " >&6; } | 12615 | $as_echo_n "checking for _LARGEFILE_SOURCE value needed for large files... " >&6; } |
| 12626 | if ${ac_cv_sys_largefile_source+:} false; then : | 12616 | if test "${ac_cv_sys_largefile_source+set}" = set; then : |
| 12627 | $as_echo_n "(cached) " >&6 | 12617 | $as_echo_n "(cached) " >&6 |
| 12628 | else | 12618 | else |
| 12629 | while :; do | 12619 | while :; do |
| @@ -12716,7 +12706,7 @@ fi | |||
| 12716 | for ac_header in getopt.h | 12706 | for ac_header in getopt.h |
| 12717 | do : | 12707 | do : |
| 12718 | ac_fn_c_check_header_mongrel "$LINENO" "getopt.h" "ac_cv_header_getopt_h" "$ac_includes_default" | 12708 | ac_fn_c_check_header_mongrel "$LINENO" "getopt.h" "ac_cv_header_getopt_h" "$ac_includes_default" |
| 12719 | if test "x$ac_cv_header_getopt_h" = xyes; then : | 12709 | if test "x$ac_cv_header_getopt_h" = x""yes; then : |
| 12720 | cat >>confdefs.h <<_ACEOF | 12710 | cat >>confdefs.h <<_ACEOF |
| 12721 | #define HAVE_GETOPT_H 1 | 12711 | #define HAVE_GETOPT_H 1 |
| 12722 | _ACEOF | 12712 | _ACEOF |
| @@ -12731,7 +12721,7 @@ done | |||
| 12731 | for ac_func in getopt_long_only | 12721 | for ac_func in getopt_long_only |
| 12732 | do : | 12722 | do : |
| 12733 | ac_fn_c_check_func "$LINENO" "getopt_long_only" "ac_cv_func_getopt_long_only" | 12723 | ac_fn_c_check_func "$LINENO" "getopt_long_only" "ac_cv_func_getopt_long_only" |
| 12734 | if test "x$ac_cv_func_getopt_long_only" = xyes; then : | 12724 | if test "x$ac_cv_func_getopt_long_only" = x""yes; then : |
| 12735 | cat >>confdefs.h <<_ACEOF | 12725 | cat >>confdefs.h <<_ACEOF |
| 12736 | #define HAVE_GETOPT_LONG_ONLY 1 | 12726 | #define HAVE_GETOPT_LONG_ONLY 1 |
| 12737 | _ACEOF | 12727 | _ACEOF |
| @@ -12746,7 +12736,7 @@ done | |||
| 12746 | if test -z "$GETOPT_H"; then | 12736 | if test -z "$GETOPT_H"; then |
| 12747 | ac_fn_c_check_decl "$LINENO" "optreset" "ac_cv_have_decl_optreset" "#include <getopt.h> | 12737 | ac_fn_c_check_decl "$LINENO" "optreset" "ac_cv_have_decl_optreset" "#include <getopt.h> |
| 12748 | " | 12738 | " |
| 12749 | if test "x$ac_cv_have_decl_optreset" = xyes; then : | 12739 | if test "x$ac_cv_have_decl_optreset" = x""yes; then : |
| 12750 | GETOPT_H=getopt.h | 12740 | GETOPT_H=getopt.h |
| 12751 | fi | 12741 | fi |
| 12752 | 12742 | ||
| @@ -12755,13 +12745,13 @@ fi | |||
| 12755 | if test -z "$GETOPT_H"; then | 12745 | if test -z "$GETOPT_H"; then |
| 12756 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working GNU getopt function" >&5 | 12746 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working GNU getopt function" >&5 |
| 12757 | $as_echo_n "checking for working GNU getopt function... " >&6; } | 12747 | $as_echo_n "checking for working GNU getopt function... " >&6; } |
| 12758 | if ${gl_cv_func_gnu_getopt+:} false; then : | 12748 | if test "${gl_cv_func_gnu_getopt+set}" = set; then : |
| 12759 | $as_echo_n "(cached) " >&6 | 12749 | $as_echo_n "(cached) " >&6 |
| 12760 | else | 12750 | else |
| 12761 | if test "$cross_compiling" = yes; then : | 12751 | if test "$cross_compiling" = yes; then : |
| 12762 | ac_fn_c_check_decl "$LINENO" "getopt_clip" "ac_cv_have_decl_getopt_clip" "#include <getopt.h> | 12752 | ac_fn_c_check_decl "$LINENO" "getopt_clip" "ac_cv_have_decl_getopt_clip" "#include <getopt.h> |
| 12763 | " | 12753 | " |
| 12764 | if test "x$ac_cv_have_decl_getopt_clip" = xyes; then : | 12754 | if test "x$ac_cv_have_decl_getopt_clip" = x""yes; then : |
| 12765 | gl_cv_func_gnu_getopt=no | 12755 | gl_cv_func_gnu_getopt=no |
| 12766 | else | 12756 | else |
| 12767 | gl_cv_func_gnu_getopt=yes | 12757 | gl_cv_func_gnu_getopt=yes |
| @@ -12822,7 +12812,7 @@ fi | |||
| 12822 | 12812 | ||
| 12823 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getpgrp requires zero arguments" >&5 | 12813 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getpgrp requires zero arguments" >&5 |
| 12824 | $as_echo_n "checking whether getpgrp requires zero arguments... " >&6; } | 12814 | $as_echo_n "checking whether getpgrp requires zero arguments... " >&6; } |
| 12825 | if ${ac_cv_func_getpgrp_void+:} false; then : | 12815 | if test "${ac_cv_func_getpgrp_void+set}" = set; then : |
| 12826 | $as_echo_n "(cached) " >&6 | 12816 | $as_echo_n "(cached) " >&6 |
| 12827 | else | 12817 | else |
| 12828 | # Use it with a single arg. | 12818 | # Use it with a single arg. |
| @@ -12857,7 +12847,7 @@ fi | |||
| 12857 | for ac_func in strftime | 12847 | for ac_func in strftime |
| 12858 | do : | 12848 | do : |
| 12859 | ac_fn_c_check_func "$LINENO" "strftime" "ac_cv_func_strftime" | 12849 | ac_fn_c_check_func "$LINENO" "strftime" "ac_cv_func_strftime" |
| 12860 | if test "x$ac_cv_func_strftime" = xyes; then : | 12850 | if test "x$ac_cv_func_strftime" = x""yes; then : |
| 12861 | cat >>confdefs.h <<_ACEOF | 12851 | cat >>confdefs.h <<_ACEOF |
| 12862 | #define HAVE_STRFTIME 1 | 12852 | #define HAVE_STRFTIME 1 |
| 12863 | _ACEOF | 12853 | _ACEOF |
| @@ -12866,7 +12856,7 @@ else | |||
| 12866 | # strftime is in -lintl on SCO UNIX. | 12856 | # strftime is in -lintl on SCO UNIX. |
| 12867 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strftime in -lintl" >&5 | 12857 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strftime in -lintl" >&5 |
| 12868 | $as_echo_n "checking for strftime in -lintl... " >&6; } | 12858 | $as_echo_n "checking for strftime in -lintl... " >&6; } |
| 12869 | if ${ac_cv_lib_intl_strftime+:} false; then : | 12859 | if test "${ac_cv_lib_intl_strftime+set}" = set; then : |
| 12870 | $as_echo_n "(cached) " >&6 | 12860 | $as_echo_n "(cached) " >&6 |
| 12871 | else | 12861 | else |
| 12872 | ac_check_lib_save_LIBS=$LIBS | 12862 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12900,7 +12890,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12900 | fi | 12890 | fi |
| 12901 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_strftime" >&5 | 12891 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_strftime" >&5 |
| 12902 | $as_echo "$ac_cv_lib_intl_strftime" >&6; } | 12892 | $as_echo "$ac_cv_lib_intl_strftime" >&6; } |
| 12903 | if test "x$ac_cv_lib_intl_strftime" = xyes; then : | 12893 | if test "x$ac_cv_lib_intl_strftime" = x""yes; then : |
| 12904 | $as_echo "#define HAVE_STRFTIME 1" >>confdefs.h | 12894 | $as_echo "#define HAVE_STRFTIME 1" >>confdefs.h |
| 12905 | 12895 | ||
| 12906 | LIBS="-lintl $LIBS" | 12896 | LIBS="-lintl $LIBS" |
| @@ -12914,7 +12904,7 @@ done | |||
| 12914 | for ac_func in grantpt | 12904 | for ac_func in grantpt |
| 12915 | do : | 12905 | do : |
| 12916 | ac_fn_c_check_func "$LINENO" "grantpt" "ac_cv_func_grantpt" | 12906 | ac_fn_c_check_func "$LINENO" "grantpt" "ac_cv_func_grantpt" |
| 12917 | if test "x$ac_cv_func_grantpt" = xyes; then : | 12907 | if test "x$ac_cv_func_grantpt" = x""yes; then : |
| 12918 | cat >>confdefs.h <<_ACEOF | 12908 | cat >>confdefs.h <<_ACEOF |
| 12919 | #define HAVE_GRANTPT 1 | 12909 | #define HAVE_GRANTPT 1 |
| 12920 | _ACEOF | 12910 | _ACEOF |
| @@ -12927,7 +12917,7 @@ done | |||
| 12927 | for ac_func in getpt | 12917 | for ac_func in getpt |
| 12928 | do : | 12918 | do : |
| 12929 | ac_fn_c_check_func "$LINENO" "getpt" "ac_cv_func_getpt" | 12919 | ac_fn_c_check_func "$LINENO" "getpt" "ac_cv_func_getpt" |
| 12930 | if test "x$ac_cv_func_getpt" = xyes; then : | 12920 | if test "x$ac_cv_func_getpt" = x""yes; then : |
| 12931 | cat >>confdefs.h <<_ACEOF | 12921 | cat >>confdefs.h <<_ACEOF |
| 12932 | #define HAVE_GETPT 1 | 12922 | #define HAVE_GETPT 1 |
| 12933 | _ACEOF | 12923 | _ACEOF |
| @@ -12944,7 +12934,7 @@ done | |||
| 12944 | have_tputs_et_al=true | 12934 | have_tputs_et_al=true |
| 12945 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tputs" >&5 | 12935 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tputs" >&5 |
| 12946 | $as_echo_n "checking for library containing tputs... " >&6; } | 12936 | $as_echo_n "checking for library containing tputs... " >&6; } |
| 12947 | if ${ac_cv_search_tputs+:} false; then : | 12937 | if test "${ac_cv_search_tputs+set}" = set; then : |
| 12948 | $as_echo_n "(cached) " >&6 | 12938 | $as_echo_n "(cached) " >&6 |
| 12949 | else | 12939 | else |
| 12950 | ac_func_search_save_LIBS=$LIBS | 12940 | ac_func_search_save_LIBS=$LIBS |
| @@ -12978,11 +12968,11 @@ for ac_lib in '' ncurses terminfo termcap; do | |||
| 12978 | fi | 12968 | fi |
| 12979 | rm -f core conftest.err conftest.$ac_objext \ | 12969 | rm -f core conftest.err conftest.$ac_objext \ |
| 12980 | conftest$ac_exeext | 12970 | conftest$ac_exeext |
| 12981 | if ${ac_cv_search_tputs+:} false; then : | 12971 | if test "${ac_cv_search_tputs+set}" = set; then : |
| 12982 | break | 12972 | break |
| 12983 | fi | 12973 | fi |
| 12984 | done | 12974 | done |
| 12985 | if ${ac_cv_search_tputs+:} false; then : | 12975 | if test "${ac_cv_search_tputs+set}" = set; then : |
| 12986 | 12976 | ||
| 12987 | else | 12977 | else |
| 12988 | ac_cv_search_tputs=no | 12978 | ac_cv_search_tputs=no |
| @@ -13041,7 +13031,7 @@ case "$opsys" in | |||
| 13041 | freebsd) | 13031 | freebsd) |
| 13042 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether FreeBSD is new enough to use terminfo" >&5 | 13032 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether FreeBSD is new enough to use terminfo" >&5 |
| 13043 | $as_echo_n "checking whether FreeBSD is new enough to use terminfo... " >&6; } | 13033 | $as_echo_n "checking whether FreeBSD is new enough to use terminfo... " >&6; } |
| 13044 | if ${emacs_cv_freebsd_terminfo+:} false; then : | 13034 | if test "${emacs_cv_freebsd_terminfo+set}" = set; then : |
| 13045 | $as_echo_n "(cached) " >&6 | 13035 | $as_echo_n "(cached) " >&6 |
| 13046 | else | 13036 | else |
| 13047 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 13037 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -13183,16 +13173,16 @@ LIBHESIOD= | |||
| 13183 | if test "$with_hesiod" != no ; then | 13173 | if test "$with_hesiod" != no ; then |
| 13184 | # Don't set $LIBS here -- see comments above. FIXME which comments? | 13174 | # Don't set $LIBS here -- see comments above. FIXME which comments? |
| 13185 | ac_fn_c_check_func "$LINENO" "res_send" "ac_cv_func_res_send" | 13175 | ac_fn_c_check_func "$LINENO" "res_send" "ac_cv_func_res_send" |
| 13186 | if test "x$ac_cv_func_res_send" = xyes; then : | 13176 | if test "x$ac_cv_func_res_send" = x""yes; then : |
| 13187 | 13177 | ||
| 13188 | else | 13178 | else |
| 13189 | ac_fn_c_check_func "$LINENO" "__res_send" "ac_cv_func___res_send" | 13179 | ac_fn_c_check_func "$LINENO" "__res_send" "ac_cv_func___res_send" |
| 13190 | if test "x$ac_cv_func___res_send" = xyes; then : | 13180 | if test "x$ac_cv_func___res_send" = x""yes; then : |
| 13191 | 13181 | ||
| 13192 | else | 13182 | else |
| 13193 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_send in -lresolv" >&5 | 13183 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_send in -lresolv" >&5 |
| 13194 | $as_echo_n "checking for res_send in -lresolv... " >&6; } | 13184 | $as_echo_n "checking for res_send in -lresolv... " >&6; } |
| 13195 | if ${ac_cv_lib_resolv_res_send+:} false; then : | 13185 | if test "${ac_cv_lib_resolv_res_send+set}" = set; then : |
| 13196 | $as_echo_n "(cached) " >&6 | 13186 | $as_echo_n "(cached) " >&6 |
| 13197 | else | 13187 | else |
| 13198 | ac_check_lib_save_LIBS=$LIBS | 13188 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13226,12 +13216,12 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13226 | fi | 13216 | fi |
| 13227 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_res_send" >&5 | 13217 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_res_send" >&5 |
| 13228 | $as_echo "$ac_cv_lib_resolv_res_send" >&6; } | 13218 | $as_echo "$ac_cv_lib_resolv_res_send" >&6; } |
| 13229 | if test "x$ac_cv_lib_resolv_res_send" = xyes; then : | 13219 | if test "x$ac_cv_lib_resolv_res_send" = x""yes; then : |
| 13230 | resolv=yes | 13220 | resolv=yes |
| 13231 | else | 13221 | else |
| 13232 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __res_send in -lresolv" >&5 | 13222 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __res_send in -lresolv" >&5 |
| 13233 | $as_echo_n "checking for __res_send in -lresolv... " >&6; } | 13223 | $as_echo_n "checking for __res_send in -lresolv... " >&6; } |
| 13234 | if ${ac_cv_lib_resolv___res_send+:} false; then : | 13224 | if test "${ac_cv_lib_resolv___res_send+set}" = set; then : |
| 13235 | $as_echo_n "(cached) " >&6 | 13225 | $as_echo_n "(cached) " >&6 |
| 13236 | else | 13226 | else |
| 13237 | ac_check_lib_save_LIBS=$LIBS | 13227 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13265,7 +13255,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13265 | fi | 13255 | fi |
| 13266 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv___res_send" >&5 | 13256 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv___res_send" >&5 |
| 13267 | $as_echo "$ac_cv_lib_resolv___res_send" >&6; } | 13257 | $as_echo "$ac_cv_lib_resolv___res_send" >&6; } |
| 13268 | if test "x$ac_cv_lib_resolv___res_send" = xyes; then : | 13258 | if test "x$ac_cv_lib_resolv___res_send" = x""yes; then : |
| 13269 | resolv=yes | 13259 | resolv=yes |
| 13270 | fi | 13260 | fi |
| 13271 | 13261 | ||
| @@ -13281,12 +13271,12 @@ fi | |||
| 13281 | RESOLVLIB= | 13271 | RESOLVLIB= |
| 13282 | fi | 13272 | fi |
| 13283 | ac_fn_c_check_func "$LINENO" "hes_getmailhost" "ac_cv_func_hes_getmailhost" | 13273 | ac_fn_c_check_func "$LINENO" "hes_getmailhost" "ac_cv_func_hes_getmailhost" |
| 13284 | if test "x$ac_cv_func_hes_getmailhost" = xyes; then : | 13274 | if test "x$ac_cv_func_hes_getmailhost" = x""yes; then : |
| 13285 | 13275 | ||
| 13286 | else | 13276 | else |
| 13287 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hes_getmailhost in -lhesiod" >&5 | 13277 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hes_getmailhost in -lhesiod" >&5 |
| 13288 | $as_echo_n "checking for hes_getmailhost in -lhesiod... " >&6; } | 13278 | $as_echo_n "checking for hes_getmailhost in -lhesiod... " >&6; } |
| 13289 | if ${ac_cv_lib_hesiod_hes_getmailhost+:} false; then : | 13279 | if test "${ac_cv_lib_hesiod_hes_getmailhost+set}" = set; then : |
| 13290 | $as_echo_n "(cached) " >&6 | 13280 | $as_echo_n "(cached) " >&6 |
| 13291 | else | 13281 | else |
| 13292 | ac_check_lib_save_LIBS=$LIBS | 13282 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13320,7 +13310,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13320 | fi | 13310 | fi |
| 13321 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5 | 13311 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5 |
| 13322 | $as_echo "$ac_cv_lib_hesiod_hes_getmailhost" >&6; } | 13312 | $as_echo "$ac_cv_lib_hesiod_hes_getmailhost" >&6; } |
| 13323 | if test "x$ac_cv_lib_hesiod_hes_getmailhost" = xyes; then : | 13313 | if test "x$ac_cv_lib_hesiod_hes_getmailhost" = x""yes; then : |
| 13324 | hesiod=yes | 13314 | hesiod=yes |
| 13325 | else | 13315 | else |
| 13326 | : | 13316 | : |
| @@ -13359,7 +13349,7 @@ KRB4LIB= | |||
| 13359 | if test "${with_kerberos}" != no; then | 13349 | if test "${with_kerberos}" != no; then |
| 13360 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for com_err in -lcom_err" >&5 | 13350 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for com_err in -lcom_err" >&5 |
| 13361 | $as_echo_n "checking for com_err in -lcom_err... " >&6; } | 13351 | $as_echo_n "checking for com_err in -lcom_err... " >&6; } |
| 13362 | if ${ac_cv_lib_com_err_com_err+:} false; then : | 13352 | if test "${ac_cv_lib_com_err_com_err+set}" = set; then : |
| 13363 | $as_echo_n "(cached) " >&6 | 13353 | $as_echo_n "(cached) " >&6 |
| 13364 | else | 13354 | else |
| 13365 | ac_check_lib_save_LIBS=$LIBS | 13355 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13393,7 +13383,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13393 | fi | 13383 | fi |
| 13394 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_com_err_com_err" >&5 | 13384 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_com_err_com_err" >&5 |
| 13395 | $as_echo "$ac_cv_lib_com_err_com_err" >&6; } | 13385 | $as_echo "$ac_cv_lib_com_err_com_err" >&6; } |
| 13396 | if test "x$ac_cv_lib_com_err_com_err" = xyes; then : | 13386 | if test "x$ac_cv_lib_com_err_com_err" = x""yes; then : |
| 13397 | have_com_err=yes | 13387 | have_com_err=yes |
| 13398 | else | 13388 | else |
| 13399 | have_com_err=no | 13389 | have_com_err=no |
| @@ -13408,7 +13398,7 @@ $as_echo "#define HAVE_LIBCOM_ERR 1" >>confdefs.h | |||
| 13408 | fi | 13398 | fi |
| 13409 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lcrypto" >&5 | 13399 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lcrypto" >&5 |
| 13410 | $as_echo_n "checking for mit_des_cbc_encrypt in -lcrypto... " >&6; } | 13400 | $as_echo_n "checking for mit_des_cbc_encrypt in -lcrypto... " >&6; } |
| 13411 | if ${ac_cv_lib_crypto_mit_des_cbc_encrypt+:} false; then : | 13401 | if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then : |
| 13412 | $as_echo_n "(cached) " >&6 | 13402 | $as_echo_n "(cached) " >&6 |
| 13413 | else | 13403 | else |
| 13414 | ac_check_lib_save_LIBS=$LIBS | 13404 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13442,7 +13432,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13442 | fi | 13432 | fi |
| 13443 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5 | 13433 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5 |
| 13444 | $as_echo "$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6; } | 13434 | $as_echo "$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6; } |
| 13445 | if test "x$ac_cv_lib_crypto_mit_des_cbc_encrypt" = xyes; then : | 13435 | if test "x$ac_cv_lib_crypto_mit_des_cbc_encrypt" = x""yes; then : |
| 13446 | have_crypto=yes | 13436 | have_crypto=yes |
| 13447 | else | 13437 | else |
| 13448 | have_crypto=no | 13438 | have_crypto=no |
| @@ -13457,7 +13447,7 @@ $as_echo "#define HAVE_LIBCRYPTO 1" >>confdefs.h | |||
| 13457 | fi | 13447 | fi |
| 13458 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lk5crypto" >&5 | 13448 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lk5crypto" >&5 |
| 13459 | $as_echo_n "checking for mit_des_cbc_encrypt in -lk5crypto... " >&6; } | 13449 | $as_echo_n "checking for mit_des_cbc_encrypt in -lk5crypto... " >&6; } |
| 13460 | if ${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+:} false; then : | 13450 | if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then : |
| 13461 | $as_echo_n "(cached) " >&6 | 13451 | $as_echo_n "(cached) " >&6 |
| 13462 | else | 13452 | else |
| 13463 | ac_check_lib_save_LIBS=$LIBS | 13453 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13491,7 +13481,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13491 | fi | 13481 | fi |
| 13492 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5 | 13482 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5 |
| 13493 | $as_echo "$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6; } | 13483 | $as_echo "$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6; } |
| 13494 | if test "x$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" = xyes; then : | 13484 | if test "x$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" = x""yes; then : |
| 13495 | have_k5crypto=yes | 13485 | have_k5crypto=yes |
| 13496 | else | 13486 | else |
| 13497 | have_k5crypto=no | 13487 | have_k5crypto=no |
| @@ -13506,7 +13496,7 @@ $as_echo "#define HAVE_LIBK5CRYPTO 1" >>confdefs.h | |||
| 13506 | fi | 13496 | fi |
| 13507 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb5_init_context in -lkrb5" >&5 | 13497 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb5_init_context in -lkrb5" >&5 |
| 13508 | $as_echo_n "checking for krb5_init_context in -lkrb5... " >&6; } | 13498 | $as_echo_n "checking for krb5_init_context in -lkrb5... " >&6; } |
| 13509 | if ${ac_cv_lib_krb5_krb5_init_context+:} false; then : | 13499 | if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then : |
| 13510 | $as_echo_n "(cached) " >&6 | 13500 | $as_echo_n "(cached) " >&6 |
| 13511 | else | 13501 | else |
| 13512 | ac_check_lib_save_LIBS=$LIBS | 13502 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13540,7 +13530,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13540 | fi | 13530 | fi |
| 13541 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb5_krb5_init_context" >&5 | 13531 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb5_krb5_init_context" >&5 |
| 13542 | $as_echo "$ac_cv_lib_krb5_krb5_init_context" >&6; } | 13532 | $as_echo "$ac_cv_lib_krb5_krb5_init_context" >&6; } |
| 13543 | if test "x$ac_cv_lib_krb5_krb5_init_context" = xyes; then : | 13533 | if test "x$ac_cv_lib_krb5_krb5_init_context" = x""yes; then : |
| 13544 | have_krb5=yes | 13534 | have_krb5=yes |
| 13545 | else | 13535 | else |
| 13546 | have_krb5=no | 13536 | have_krb5=no |
| @@ -13556,7 +13546,7 @@ $as_echo "#define HAVE_LIBKRB5 1" >>confdefs.h | |||
| 13556 | if test "${with_kerberos5}" = no; then | 13546 | if test "${with_kerberos5}" = no; then |
| 13557 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes425" >&5 | 13547 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes425" >&5 |
| 13558 | $as_echo_n "checking for des_cbc_encrypt in -ldes425... " >&6; } | 13548 | $as_echo_n "checking for des_cbc_encrypt in -ldes425... " >&6; } |
| 13559 | if ${ac_cv_lib_des425_des_cbc_encrypt+:} false; then : | 13549 | if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then : |
| 13560 | $as_echo_n "(cached) " >&6 | 13550 | $as_echo_n "(cached) " >&6 |
| 13561 | else | 13551 | else |
| 13562 | ac_check_lib_save_LIBS=$LIBS | 13552 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13590,7 +13580,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13590 | fi | 13580 | fi |
| 13591 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5 | 13581 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5 |
| 13592 | $as_echo "$ac_cv_lib_des425_des_cbc_encrypt" >&6; } | 13582 | $as_echo "$ac_cv_lib_des425_des_cbc_encrypt" >&6; } |
| 13593 | if test "x$ac_cv_lib_des425_des_cbc_encrypt" = xyes; then : | 13583 | if test "x$ac_cv_lib_des425_des_cbc_encrypt" = x""yes; then : |
| 13594 | have_des425=yes | 13584 | have_des425=yes |
| 13595 | else | 13585 | else |
| 13596 | have_des425=no | 13586 | have_des425=no |
| @@ -13605,7 +13595,7 @@ $as_echo "#define HAVE_LIBDES425 1" >>confdefs.h | |||
| 13605 | else | 13595 | else |
| 13606 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes" >&5 | 13596 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes" >&5 |
| 13607 | $as_echo_n "checking for des_cbc_encrypt in -ldes... " >&6; } | 13597 | $as_echo_n "checking for des_cbc_encrypt in -ldes... " >&6; } |
| 13608 | if ${ac_cv_lib_des_des_cbc_encrypt+:} false; then : | 13598 | if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then : |
| 13609 | $as_echo_n "(cached) " >&6 | 13599 | $as_echo_n "(cached) " >&6 |
| 13610 | else | 13600 | else |
| 13611 | ac_check_lib_save_LIBS=$LIBS | 13601 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13639,7 +13629,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13639 | fi | 13629 | fi |
| 13640 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des_des_cbc_encrypt" >&5 | 13630 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des_des_cbc_encrypt" >&5 |
| 13641 | $as_echo "$ac_cv_lib_des_des_cbc_encrypt" >&6; } | 13631 | $as_echo "$ac_cv_lib_des_des_cbc_encrypt" >&6; } |
| 13642 | if test "x$ac_cv_lib_des_des_cbc_encrypt" = xyes; then : | 13632 | if test "x$ac_cv_lib_des_des_cbc_encrypt" = x""yes; then : |
| 13643 | have_des=yes | 13633 | have_des=yes |
| 13644 | else | 13634 | else |
| 13645 | have_des=no | 13635 | have_des=no |
| @@ -13655,7 +13645,7 @@ $as_echo "#define HAVE_LIBDES 1" >>confdefs.h | |||
| 13655 | fi | 13645 | fi |
| 13656 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb4" >&5 | 13646 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb4" >&5 |
| 13657 | $as_echo_n "checking for krb_get_cred in -lkrb4... " >&6; } | 13647 | $as_echo_n "checking for krb_get_cred in -lkrb4... " >&6; } |
| 13658 | if ${ac_cv_lib_krb4_krb_get_cred+:} false; then : | 13648 | if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then : |
| 13659 | $as_echo_n "(cached) " >&6 | 13649 | $as_echo_n "(cached) " >&6 |
| 13660 | else | 13650 | else |
| 13661 | ac_check_lib_save_LIBS=$LIBS | 13651 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13689,7 +13679,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13689 | fi | 13679 | fi |
| 13690 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb4_krb_get_cred" >&5 | 13680 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb4_krb_get_cred" >&5 |
| 13691 | $as_echo "$ac_cv_lib_krb4_krb_get_cred" >&6; } | 13681 | $as_echo "$ac_cv_lib_krb4_krb_get_cred" >&6; } |
| 13692 | if test "x$ac_cv_lib_krb4_krb_get_cred" = xyes; then : | 13682 | if test "x$ac_cv_lib_krb4_krb_get_cred" = x""yes; then : |
| 13693 | have_krb4=yes | 13683 | have_krb4=yes |
| 13694 | else | 13684 | else |
| 13695 | have_krb4=no | 13685 | have_krb4=no |
| @@ -13704,7 +13694,7 @@ $as_echo "#define HAVE_LIBKRB4 1" >>confdefs.h | |||
| 13704 | else | 13694 | else |
| 13705 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb" >&5 | 13695 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb" >&5 |
| 13706 | $as_echo_n "checking for krb_get_cred in -lkrb... " >&6; } | 13696 | $as_echo_n "checking for krb_get_cred in -lkrb... " >&6; } |
| 13707 | if ${ac_cv_lib_krb_krb_get_cred+:} false; then : | 13697 | if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then : |
| 13708 | $as_echo_n "(cached) " >&6 | 13698 | $as_echo_n "(cached) " >&6 |
| 13709 | else | 13699 | else |
| 13710 | ac_check_lib_save_LIBS=$LIBS | 13700 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13738,7 +13728,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13738 | fi | 13728 | fi |
| 13739 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb_krb_get_cred" >&5 | 13729 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb_krb_get_cred" >&5 |
| 13740 | $as_echo "$ac_cv_lib_krb_krb_get_cred" >&6; } | 13730 | $as_echo "$ac_cv_lib_krb_krb_get_cred" >&6; } |
| 13741 | if test "x$ac_cv_lib_krb_krb_get_cred" = xyes; then : | 13731 | if test "x$ac_cv_lib_krb_krb_get_cred" = x""yes; then : |
| 13742 | have_krb=yes | 13732 | have_krb=yes |
| 13743 | else | 13733 | else |
| 13744 | have_krb=no | 13734 | have_krb=no |
| @@ -13758,13 +13748,13 @@ $as_echo "#define HAVE_LIBKRB 1" >>confdefs.h | |||
| 13758 | for ac_header in krb5.h | 13748 | for ac_header in krb5.h |
| 13759 | do : | 13749 | do : |
| 13760 | ac_fn_c_check_header_mongrel "$LINENO" "krb5.h" "ac_cv_header_krb5_h" "$ac_includes_default" | 13750 | ac_fn_c_check_header_mongrel "$LINENO" "krb5.h" "ac_cv_header_krb5_h" "$ac_includes_default" |
| 13761 | if test "x$ac_cv_header_krb5_h" = xyes; then : | 13751 | if test "x$ac_cv_header_krb5_h" = x""yes; then : |
| 13762 | cat >>confdefs.h <<_ACEOF | 13752 | cat >>confdefs.h <<_ACEOF |
| 13763 | #define HAVE_KRB5_H 1 | 13753 | #define HAVE_KRB5_H 1 |
| 13764 | _ACEOF | 13754 | _ACEOF |
| 13765 | ac_fn_c_check_member "$LINENO" "krb5_error" "text" "ac_cv_member_krb5_error_text" "#include <krb5.h> | 13755 | ac_fn_c_check_member "$LINENO" "krb5_error" "text" "ac_cv_member_krb5_error_text" "#include <krb5.h> |
| 13766 | " | 13756 | " |
| 13767 | if test "x$ac_cv_member_krb5_error_text" = xyes; then : | 13757 | if test "x$ac_cv_member_krb5_error_text" = x""yes; then : |
| 13768 | 13758 | ||
| 13769 | cat >>confdefs.h <<_ACEOF | 13759 | cat >>confdefs.h <<_ACEOF |
| 13770 | #define HAVE_KRB5_ERROR_TEXT 1 | 13760 | #define HAVE_KRB5_ERROR_TEXT 1 |
| @@ -13774,7 +13764,7 @@ _ACEOF | |||
| 13774 | fi | 13764 | fi |
| 13775 | ac_fn_c_check_member "$LINENO" "krb5_error" "e_text" "ac_cv_member_krb5_error_e_text" "#include <krb5.h> | 13765 | ac_fn_c_check_member "$LINENO" "krb5_error" "e_text" "ac_cv_member_krb5_error_e_text" "#include <krb5.h> |
| 13776 | " | 13766 | " |
| 13777 | if test "x$ac_cv_member_krb5_error_e_text" = xyes; then : | 13767 | if test "x$ac_cv_member_krb5_error_e_text" = x""yes; then : |
| 13778 | 13768 | ||
| 13779 | cat >>confdefs.h <<_ACEOF | 13769 | cat >>confdefs.h <<_ACEOF |
| 13780 | #define HAVE_KRB5_ERROR_E_TEXT 1 | 13770 | #define HAVE_KRB5_ERROR_E_TEXT 1 |
| @@ -13791,7 +13781,7 @@ done | |||
| 13791 | for ac_header in des.h | 13781 | for ac_header in des.h |
| 13792 | do : | 13782 | do : |
| 13793 | ac_fn_c_check_header_mongrel "$LINENO" "des.h" "ac_cv_header_des_h" "$ac_includes_default" | 13783 | ac_fn_c_check_header_mongrel "$LINENO" "des.h" "ac_cv_header_des_h" "$ac_includes_default" |
| 13794 | if test "x$ac_cv_header_des_h" = xyes; then : | 13784 | if test "x$ac_cv_header_des_h" = x""yes; then : |
| 13795 | cat >>confdefs.h <<_ACEOF | 13785 | cat >>confdefs.h <<_ACEOF |
| 13796 | #define HAVE_DES_H 1 | 13786 | #define HAVE_DES_H 1 |
| 13797 | _ACEOF | 13787 | _ACEOF |
| @@ -13800,7 +13790,7 @@ else | |||
| 13800 | for ac_header in kerberosIV/des.h | 13790 | for ac_header in kerberosIV/des.h |
| 13801 | do : | 13791 | do : |
| 13802 | ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/des.h" "ac_cv_header_kerberosIV_des_h" "$ac_includes_default" | 13792 | ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/des.h" "ac_cv_header_kerberosIV_des_h" "$ac_includes_default" |
| 13803 | if test "x$ac_cv_header_kerberosIV_des_h" = xyes; then : | 13793 | if test "x$ac_cv_header_kerberosIV_des_h" = x""yes; then : |
| 13804 | cat >>confdefs.h <<_ACEOF | 13794 | cat >>confdefs.h <<_ACEOF |
| 13805 | #define HAVE_KERBEROSIV_DES_H 1 | 13795 | #define HAVE_KERBEROSIV_DES_H 1 |
| 13806 | _ACEOF | 13796 | _ACEOF |
| @@ -13809,7 +13799,7 @@ else | |||
| 13809 | for ac_header in kerberos/des.h | 13799 | for ac_header in kerberos/des.h |
| 13810 | do : | 13800 | do : |
| 13811 | ac_fn_c_check_header_mongrel "$LINENO" "kerberos/des.h" "ac_cv_header_kerberos_des_h" "$ac_includes_default" | 13801 | ac_fn_c_check_header_mongrel "$LINENO" "kerberos/des.h" "ac_cv_header_kerberos_des_h" "$ac_includes_default" |
| 13812 | if test "x$ac_cv_header_kerberos_des_h" = xyes; then : | 13802 | if test "x$ac_cv_header_kerberos_des_h" = x""yes; then : |
| 13813 | cat >>confdefs.h <<_ACEOF | 13803 | cat >>confdefs.h <<_ACEOF |
| 13814 | #define HAVE_KERBEROS_DES_H 1 | 13804 | #define HAVE_KERBEROS_DES_H 1 |
| 13815 | _ACEOF | 13805 | _ACEOF |
| @@ -13829,7 +13819,7 @@ done | |||
| 13829 | for ac_header in krb.h | 13819 | for ac_header in krb.h |
| 13830 | do : | 13820 | do : |
| 13831 | ac_fn_c_check_header_mongrel "$LINENO" "krb.h" "ac_cv_header_krb_h" "$ac_includes_default" | 13821 | ac_fn_c_check_header_mongrel "$LINENO" "krb.h" "ac_cv_header_krb_h" "$ac_includes_default" |
| 13832 | if test "x$ac_cv_header_krb_h" = xyes; then : | 13822 | if test "x$ac_cv_header_krb_h" = x""yes; then : |
| 13833 | cat >>confdefs.h <<_ACEOF | 13823 | cat >>confdefs.h <<_ACEOF |
| 13834 | #define HAVE_KRB_H 1 | 13824 | #define HAVE_KRB_H 1 |
| 13835 | _ACEOF | 13825 | _ACEOF |
| @@ -13838,7 +13828,7 @@ else | |||
| 13838 | for ac_header in kerberosIV/krb.h | 13828 | for ac_header in kerberosIV/krb.h |
| 13839 | do : | 13829 | do : |
| 13840 | ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/krb.h" "ac_cv_header_kerberosIV_krb_h" "$ac_includes_default" | 13830 | ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/krb.h" "ac_cv_header_kerberosIV_krb_h" "$ac_includes_default" |
| 13841 | if test "x$ac_cv_header_kerberosIV_krb_h" = xyes; then : | 13831 | if test "x$ac_cv_header_kerberosIV_krb_h" = x""yes; then : |
| 13842 | cat >>confdefs.h <<_ACEOF | 13832 | cat >>confdefs.h <<_ACEOF |
| 13843 | #define HAVE_KERBEROSIV_KRB_H 1 | 13833 | #define HAVE_KERBEROSIV_KRB_H 1 |
| 13844 | _ACEOF | 13834 | _ACEOF |
| @@ -13847,7 +13837,7 @@ else | |||
| 13847 | for ac_header in kerberos/krb.h | 13837 | for ac_header in kerberos/krb.h |
| 13848 | do : | 13838 | do : |
| 13849 | ac_fn_c_check_header_mongrel "$LINENO" "kerberos/krb.h" "ac_cv_header_kerberos_krb_h" "$ac_includes_default" | 13839 | ac_fn_c_check_header_mongrel "$LINENO" "kerberos/krb.h" "ac_cv_header_kerberos_krb_h" "$ac_includes_default" |
| 13850 | if test "x$ac_cv_header_kerberos_krb_h" = xyes; then : | 13840 | if test "x$ac_cv_header_kerberos_krb_h" = x""yes; then : |
| 13851 | cat >>confdefs.h <<_ACEOF | 13841 | cat >>confdefs.h <<_ACEOF |
| 13852 | #define HAVE_KERBEROS_KRB_H 1 | 13842 | #define HAVE_KERBEROS_KRB_H 1 |
| 13853 | _ACEOF | 13843 | _ACEOF |
| @@ -13868,7 +13858,7 @@ done | |||
| 13868 | for ac_header in com_err.h | 13858 | for ac_header in com_err.h |
| 13869 | do : | 13859 | do : |
| 13870 | ac_fn_c_check_header_mongrel "$LINENO" "com_err.h" "ac_cv_header_com_err_h" "$ac_includes_default" | 13860 | ac_fn_c_check_header_mongrel "$LINENO" "com_err.h" "ac_cv_header_com_err_h" "$ac_includes_default" |
| 13871 | if test "x$ac_cv_header_com_err_h" = xyes; then : | 13861 | if test "x$ac_cv_header_com_err_h" = x""yes; then : |
| 13872 | cat >>confdefs.h <<_ACEOF | 13862 | cat >>confdefs.h <<_ACEOF |
| 13873 | #define HAVE_COM_ERR_H 1 | 13863 | #define HAVE_COM_ERR_H 1 |
| 13874 | _ACEOF | 13864 | _ACEOF |
| @@ -13889,7 +13879,7 @@ fi | |||
| 13889 | # to return localized messages. | 13879 | # to return localized messages. |
| 13890 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgettext in -lintl" >&5 | 13880 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgettext in -lintl" >&5 |
| 13891 | $as_echo_n "checking for dgettext in -lintl... " >&6; } | 13881 | $as_echo_n "checking for dgettext in -lintl... " >&6; } |
| 13892 | if ${ac_cv_lib_intl_dgettext+:} false; then : | 13882 | if test "${ac_cv_lib_intl_dgettext+set}" = set; then : |
| 13893 | $as_echo_n "(cached) " >&6 | 13883 | $as_echo_n "(cached) " >&6 |
| 13894 | else | 13884 | else |
| 13895 | ac_check_lib_save_LIBS=$LIBS | 13885 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13923,7 +13913,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13923 | fi | 13913 | fi |
| 13924 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dgettext" >&5 | 13914 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dgettext" >&5 |
| 13925 | $as_echo "$ac_cv_lib_intl_dgettext" >&6; } | 13915 | $as_echo "$ac_cv_lib_intl_dgettext" >&6; } |
| 13926 | if test "x$ac_cv_lib_intl_dgettext" = xyes; then : | 13916 | if test "x$ac_cv_lib_intl_dgettext" = x""yes; then : |
| 13927 | cat >>confdefs.h <<_ACEOF | 13917 | cat >>confdefs.h <<_ACEOF |
| 13928 | #define HAVE_LIBINTL 1 | 13918 | #define HAVE_LIBINTL 1 |
| 13929 | _ACEOF | 13919 | _ACEOF |
| @@ -13935,7 +13925,7 @@ fi | |||
| 13935 | 13925 | ||
| 13936 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime caches TZ" >&5 | 13926 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime caches TZ" >&5 |
| 13937 | $as_echo_n "checking whether localtime caches TZ... " >&6; } | 13927 | $as_echo_n "checking whether localtime caches TZ... " >&6; } |
| 13938 | if ${emacs_cv_localtime_cache+:} false; then : | 13928 | if test "${emacs_cv_localtime_cache+set}" = set; then : |
| 13939 | $as_echo_n "(cached) " >&6 | 13929 | $as_echo_n "(cached) " >&6 |
| 13940 | else | 13930 | else |
| 13941 | if test x$ac_cv_func_tzset = xyes; then | 13931 | if test x$ac_cv_func_tzset = xyes; then |
| @@ -13994,7 +13984,7 @@ if test "x$HAVE_TIMEVAL" = xyes; then | |||
| 13994 | for ac_func in gettimeofday | 13984 | for ac_func in gettimeofday |
| 13995 | do : | 13985 | do : |
| 13996 | ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday" | 13986 | ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday" |
| 13997 | if test "x$ac_cv_func_gettimeofday" = xyes; then : | 13987 | if test "x$ac_cv_func_gettimeofday" = x""yes; then : |
| 13998 | cat >>confdefs.h <<_ACEOF | 13988 | cat >>confdefs.h <<_ACEOF |
| 13999 | #define HAVE_GETTIMEOFDAY 1 | 13989 | #define HAVE_GETTIMEOFDAY 1 |
| 14000 | _ACEOF | 13990 | _ACEOF |
| @@ -14005,7 +13995,7 @@ done | |||
| 14005 | if test $ac_cv_func_gettimeofday = yes; then | 13995 | if test $ac_cv_func_gettimeofday = yes; then |
| 14006 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gettimeofday can accept two arguments" >&5 | 13996 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gettimeofday can accept two arguments" >&5 |
| 14007 | $as_echo_n "checking whether gettimeofday can accept two arguments... " >&6; } | 13997 | $as_echo_n "checking whether gettimeofday can accept two arguments... " >&6; } |
| 14008 | if ${emacs_cv_gettimeofday_two_arguments+:} false; then : | 13998 | if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then : |
| 14009 | $as_echo_n "(cached) " >&6 | 13999 | $as_echo_n "(cached) " >&6 |
| 14010 | else | 14000 | else |
| 14011 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 14001 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -14049,7 +14039,7 @@ fi | |||
| 14049 | 14039 | ||
| 14050 | ok_so_far=yes | 14040 | ok_so_far=yes |
| 14051 | ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket" | 14041 | ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket" |
| 14052 | if test "x$ac_cv_func_socket" = xyes; then : | 14042 | if test "x$ac_cv_func_socket" = x""yes; then : |
| 14053 | 14043 | ||
| 14054 | else | 14044 | else |
| 14055 | ok_so_far=no | 14045 | ok_so_far=no |
| @@ -14057,7 +14047,7 @@ fi | |||
| 14057 | 14047 | ||
| 14058 | if test $ok_so_far = yes; then | 14048 | if test $ok_so_far = yes; then |
| 14059 | ac_fn_c_check_header_mongrel "$LINENO" "netinet/in.h" "ac_cv_header_netinet_in_h" "$ac_includes_default" | 14049 | ac_fn_c_check_header_mongrel "$LINENO" "netinet/in.h" "ac_cv_header_netinet_in_h" "$ac_includes_default" |
| 14060 | if test "x$ac_cv_header_netinet_in_h" = xyes; then : | 14050 | if test "x$ac_cv_header_netinet_in_h" = x""yes; then : |
| 14061 | 14051 | ||
| 14062 | else | 14052 | else |
| 14063 | ok_so_far=no | 14053 | ok_so_far=no |
| @@ -14067,7 +14057,7 @@ fi | |||
| 14067 | fi | 14057 | fi |
| 14068 | if test $ok_so_far = yes; then | 14058 | if test $ok_so_far = yes; then |
| 14069 | ac_fn_c_check_header_mongrel "$LINENO" "arpa/inet.h" "ac_cv_header_arpa_inet_h" "$ac_includes_default" | 14059 | ac_fn_c_check_header_mongrel "$LINENO" "arpa/inet.h" "ac_cv_header_arpa_inet_h" "$ac_includes_default" |
| 14070 | if test "x$ac_cv_header_arpa_inet_h" = xyes; then : | 14060 | if test "x$ac_cv_header_arpa_inet_h" = x""yes; then : |
| 14071 | 14061 | ||
| 14072 | else | 14062 | else |
| 14073 | ok_so_far=no | 14063 | ok_so_far=no |
| @@ -14101,7 +14091,7 @@ $as_echo "no" >&6; } | |||
| 14101 | fi | 14091 | fi |
| 14102 | 14092 | ||
| 14103 | ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default" | 14093 | ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default" |
| 14104 | if test "x$ac_cv_type_pid_t" = xyes; then : | 14094 | if test "x$ac_cv_type_pid_t" = x""yes; then : |
| 14105 | 14095 | ||
| 14106 | else | 14096 | else |
| 14107 | 14097 | ||
| @@ -14114,7 +14104,7 @@ fi | |||
| 14114 | for ac_header in vfork.h | 14104 | for ac_header in vfork.h |
| 14115 | do : | 14105 | do : |
| 14116 | ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default" | 14106 | ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default" |
| 14117 | if test "x$ac_cv_header_vfork_h" = xyes; then : | 14107 | if test "x$ac_cv_header_vfork_h" = x""yes; then : |
| 14118 | cat >>confdefs.h <<_ACEOF | 14108 | cat >>confdefs.h <<_ACEOF |
| 14119 | #define HAVE_VFORK_H 1 | 14109 | #define HAVE_VFORK_H 1 |
| 14120 | _ACEOF | 14110 | _ACEOF |
| @@ -14138,7 +14128,7 @@ done | |||
| 14138 | if test "x$ac_cv_func_fork" = xyes; then | 14128 | if test "x$ac_cv_func_fork" = xyes; then |
| 14139 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5 | 14129 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5 |
| 14140 | $as_echo_n "checking for working fork... " >&6; } | 14130 | $as_echo_n "checking for working fork... " >&6; } |
| 14141 | if ${ac_cv_func_fork_works+:} false; then : | 14131 | if test "${ac_cv_func_fork_works+set}" = set; then : |
| 14142 | $as_echo_n "(cached) " >&6 | 14132 | $as_echo_n "(cached) " >&6 |
| 14143 | else | 14133 | else |
| 14144 | if test "$cross_compiling" = yes; then : | 14134 | if test "$cross_compiling" = yes; then : |
| @@ -14191,7 +14181,7 @@ ac_cv_func_vfork_works=$ac_cv_func_vfork | |||
| 14191 | if test "x$ac_cv_func_vfork" = xyes; then | 14181 | if test "x$ac_cv_func_vfork" = xyes; then |
| 14192 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5 | 14182 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5 |
| 14193 | $as_echo_n "checking for working vfork... " >&6; } | 14183 | $as_echo_n "checking for working vfork... " >&6; } |
| 14194 | if ${ac_cv_func_vfork_works+:} false; then : | 14184 | if test "${ac_cv_func_vfork_works+set}" = set; then : |
| 14195 | $as_echo_n "(cached) " >&6 | 14185 | $as_echo_n "(cached) " >&6 |
| 14196 | else | 14186 | else |
| 14197 | if test "$cross_compiling" = yes; then : | 14187 | if test "$cross_compiling" = yes; then : |
| @@ -14327,7 +14317,7 @@ fi | |||
| 14327 | 14317 | ||
| 14328 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5 | 14318 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5 |
| 14329 | $as_echo_n "checking for nl_langinfo and CODESET... " >&6; } | 14319 | $as_echo_n "checking for nl_langinfo and CODESET... " >&6; } |
| 14330 | if ${emacs_cv_langinfo_codeset+:} false; then : | 14320 | if test "${emacs_cv_langinfo_codeset+set}" = set; then : |
| 14331 | $as_echo_n "(cached) " >&6 | 14321 | $as_echo_n "(cached) " >&6 |
| 14332 | else | 14322 | else |
| 14333 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 14323 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -14359,7 +14349,7 @@ $as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h | |||
| 14359 | fi | 14349 | fi |
| 14360 | 14350 | ||
| 14361 | ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" | 14351 | ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" |
| 14362 | if test "x$ac_cv_type_size_t" = xyes; then : | 14352 | if test "x$ac_cv_type_size_t" = x""yes; then : |
| 14363 | 14353 | ||
| 14364 | cat >>confdefs.h <<_ACEOF | 14354 | cat >>confdefs.h <<_ACEOF |
| 14365 | #define HAVE_SIZE_T 1 | 14355 | #define HAVE_SIZE_T 1 |
| @@ -14371,7 +14361,7 @@ fi | |||
| 14371 | 14361 | ||
| 14372 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5 | 14362 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5 |
| 14373 | $as_echo_n "checking for mbstate_t... " >&6; } | 14363 | $as_echo_n "checking for mbstate_t... " >&6; } |
| 14374 | if ${ac_cv_type_mbstate_t+:} false; then : | 14364 | if test "${ac_cv_type_mbstate_t+set}" = set; then : |
| 14375 | $as_echo_n "(cached) " >&6 | 14365 | $as_echo_n "(cached) " >&6 |
| 14376 | else | 14366 | else |
| 14377 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 14367 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -14407,7 +14397,7 @@ $as_echo "#define mbstate_t int" >>confdefs.h | |||
| 14407 | 14397 | ||
| 14408 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C restrict keyword" >&5 | 14398 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C restrict keyword" >&5 |
| 14409 | $as_echo_n "checking for C restrict keyword... " >&6; } | 14399 | $as_echo_n "checking for C restrict keyword... " >&6; } |
| 14410 | if ${emacs_cv_c_restrict+:} false; then : | 14400 | if test "${emacs_cv_c_restrict+set}" = set; then : |
| 14411 | $as_echo_n "(cached) " >&6 | 14401 | $as_echo_n "(cached) " >&6 |
| 14412 | else | 14402 | else |
| 14413 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 14403 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -14461,7 +14451,7 @@ fi | |||
| 14461 | 14451 | ||
| 14462 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C restricted array declarations" >&5 | 14452 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C restricted array declarations" >&5 |
| 14463 | $as_echo_n "checking for C restricted array declarations... " >&6; } | 14453 | $as_echo_n "checking for C restricted array declarations... " >&6; } |
| 14464 | if ${emacs_cv_c_restrict_arr+:} false; then : | 14454 | if test "${emacs_cv_c_restrict_arr+set}" = set; then : |
| 14465 | $as_echo_n "(cached) " >&6 | 14455 | $as_echo_n "(cached) " >&6 |
| 14466 | else | 14456 | else |
| 14467 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 14457 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -15060,21 +15050,10 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; | |||
| 15060 | :end' >>confcache | 15050 | :end' >>confcache |
| 15061 | if diff "$cache_file" confcache >/dev/null 2>&1; then :; else | 15051 | if diff "$cache_file" confcache >/dev/null 2>&1; then :; else |
| 15062 | if test -w "$cache_file"; then | 15052 | if test -w "$cache_file"; then |
| 15063 | if test "x$cache_file" != "x/dev/null"; then | 15053 | test "x$cache_file" != "x/dev/null" && |
| 15064 | { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 | 15054 | { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 |
| 15065 | $as_echo "$as_me: updating cache $cache_file" >&6;} | 15055 | $as_echo "$as_me: updating cache $cache_file" >&6;} |
| 15066 | if test ! -f "$cache_file" || test -h "$cache_file"; then | 15056 | cat confcache >$cache_file |
| 15067 | cat confcache >"$cache_file" | ||
| 15068 | else | ||
| 15069 | case $cache_file in #( | ||
| 15070 | */* | ?:*) | ||
| 15071 | mv -f confcache "$cache_file"$$ && | ||
| 15072 | mv -f "$cache_file"$$ "$cache_file" ;; #( | ||
| 15073 | *) | ||
| 15074 | mv -f confcache "$cache_file" ;; | ||
| 15075 | esac | ||
| 15076 | fi | ||
| 15077 | fi | ||
| 15078 | else | 15057 | else |
| 15079 | { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 | 15058 | { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 |
| 15080 | $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} | 15059 | $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} |
| @@ -15107,7 +15086,7 @@ LTLIBOBJS=$ac_ltlibobjs | |||
| 15107 | 15086 | ||
| 15108 | 15087 | ||
| 15109 | 15088 | ||
| 15110 | : "${CONFIG_STATUS=./config.status}" | 15089 | : ${CONFIG_STATUS=./config.status} |
| 15111 | ac_write_fail=0 | 15090 | ac_write_fail=0 |
| 15112 | ac_clean_files_save=$ac_clean_files | 15091 | ac_clean_files_save=$ac_clean_files |
| 15113 | ac_clean_files="$ac_clean_files $CONFIG_STATUS" | 15092 | ac_clean_files="$ac_clean_files $CONFIG_STATUS" |
| @@ -15208,7 +15187,6 @@ fi | |||
| 15208 | IFS=" "" $as_nl" | 15187 | IFS=" "" $as_nl" |
| 15209 | 15188 | ||
| 15210 | # Find who we are. Look in the path if we contain no directory separator. | 15189 | # Find who we are. Look in the path if we contain no directory separator. |
| 15211 | as_myself= | ||
| 15212 | case $0 in #(( | 15190 | case $0 in #(( |
| 15213 | *[\\/]* ) as_myself=$0 ;; | 15191 | *[\\/]* ) as_myself=$0 ;; |
| 15214 | *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | 15192 | *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| @@ -15516,7 +15494,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | |||
| 15516 | # values after options handling. | 15494 | # values after options handling. |
| 15517 | ac_log=" | 15495 | ac_log=" |
| 15518 | This file was extended by emacs $as_me 24.0.50, which was | 15496 | This file was extended by emacs $as_me 24.0.50, which was |
| 15519 | generated by GNU Autoconf 2.68. Invocation command line was | 15497 | generated by GNU Autoconf 2.67. Invocation command line was |
| 15520 | 15498 | ||
| 15521 | CONFIG_FILES = $CONFIG_FILES | 15499 | CONFIG_FILES = $CONFIG_FILES |
| 15522 | CONFIG_HEADERS = $CONFIG_HEADERS | 15500 | CONFIG_HEADERS = $CONFIG_HEADERS |
| @@ -15582,7 +15560,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |||
| 15582 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | 15560 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 15583 | ac_cs_version="\\ | 15561 | ac_cs_version="\\ |
| 15584 | emacs config.status 24.0.50 | 15562 | emacs config.status 24.0.50 |
| 15585 | configured by $0, generated by GNU Autoconf 2.68, | 15563 | configured by $0, generated by GNU Autoconf 2.67, |
| 15586 | with options \\"\$ac_cs_config\\" | 15564 | with options \\"\$ac_cs_config\\" |
| 15587 | 15565 | ||
| 15588 | Copyright (C) 2010 Free Software Foundation, Inc. | 15566 | Copyright (C) 2010 Free Software Foundation, Inc. |
| @@ -15745,10 +15723,9 @@ fi | |||
| 15745 | # after its creation but before its name has been assigned to `$tmp'. | 15723 | # after its creation but before its name has been assigned to `$tmp'. |
| 15746 | $debug || | 15724 | $debug || |
| 15747 | { | 15725 | { |
| 15748 | tmp= ac_tmp= | 15726 | tmp= |
| 15749 | trap 'exit_status=$? | 15727 | trap 'exit_status=$? |
| 15750 | : "${ac_tmp:=$tmp}" | 15728 | { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status |
| 15751 | { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status | ||
| 15752 | ' 0 | 15729 | ' 0 |
| 15753 | trap 'as_fn_exit 1' 1 2 13 15 | 15730 | trap 'as_fn_exit 1' 1 2 13 15 |
| 15754 | } | 15731 | } |
| @@ -15756,13 +15733,12 @@ $debug || | |||
| 15756 | 15733 | ||
| 15757 | { | 15734 | { |
| 15758 | tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && | 15735 | tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && |
| 15759 | test -d "$tmp" | 15736 | test -n "$tmp" && test -d "$tmp" |
| 15760 | } || | 15737 | } || |
| 15761 | { | 15738 | { |
| 15762 | tmp=./conf$$-$RANDOM | 15739 | tmp=./conf$$-$RANDOM |
| 15763 | (umask 077 && mkdir "$tmp") | 15740 | (umask 077 && mkdir "$tmp") |
| 15764 | } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 | 15741 | } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 |
| 15765 | ac_tmp=$tmp | ||
| 15766 | 15742 | ||
| 15767 | # Set up the scripts for CONFIG_FILES section. | 15743 | # Set up the scripts for CONFIG_FILES section. |
| 15768 | # No need to generate them if there are no CONFIG_FILES. | 15744 | # No need to generate them if there are no CONFIG_FILES. |
| @@ -15801,13 +15777,13 @@ else | |||
| 15801 | ac_cs_awk_cr=$ac_cr | 15777 | ac_cs_awk_cr=$ac_cr |
| 15802 | fi | 15778 | fi |
| 15803 | 15779 | ||
| 15804 | echo 'BEGIN {' >"$ac_tmp/subs1.awk" && | 15780 | echo 'BEGIN {' >"$tmp/subs1.awk" && |
| 15805 | _ACEOF | 15781 | _ACEOF |
| 15806 | 15782 | ||
| 15807 | # Create commands to substitute file output variables. | 15783 | # Create commands to substitute file output variables. |
| 15808 | { | 15784 | { |
| 15809 | echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" && | 15785 | echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" && |
| 15810 | echo 'cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&' && | 15786 | echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' && |
| 15811 | echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' && | 15787 | echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' && |
| 15812 | echo "_ACAWK" && | 15788 | echo "_ACAWK" && |
| 15813 | echo "_ACEOF" | 15789 | echo "_ACEOF" |
| @@ -15840,7 +15816,7 @@ done | |||
| 15840 | rm -f conf$$subs.sh | 15816 | rm -f conf$$subs.sh |
| 15841 | 15817 | ||
| 15842 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 15818 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 15843 | cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && | 15819 | cat >>"\$tmp/subs1.awk" <<\\_ACAWK && |
| 15844 | _ACEOF | 15820 | _ACEOF |
| 15845 | sed -n ' | 15821 | sed -n ' |
| 15846 | h | 15822 | h |
| @@ -15888,7 +15864,7 @@ t delim | |||
| 15888 | rm -f conf$$subs.awk | 15864 | rm -f conf$$subs.awk |
| 15889 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 15865 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 15890 | _ACAWK | 15866 | _ACAWK |
| 15891 | cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && | 15867 | cat >>"\$tmp/subs1.awk" <<_ACAWK && |
| 15892 | for (key in S) S_is_set[key] = 1 | 15868 | for (key in S) S_is_set[key] = 1 |
| 15893 | FS = "" | 15869 | FS = "" |
| 15894 | \$ac_cs_awk_pipe_init | 15870 | \$ac_cs_awk_pipe_init |
| @@ -15926,7 +15902,7 @@ if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then | |||
| 15926 | sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" | 15902 | sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" |
| 15927 | else | 15903 | else |
| 15928 | cat | 15904 | cat |
| 15929 | fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ | 15905 | fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ |
| 15930 | || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 | 15906 | || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 |
| 15931 | _ACEOF | 15907 | _ACEOF |
| 15932 | 15908 | ||
| @@ -15960,7 +15936,7 @@ fi # test -n "$CONFIG_FILES" | |||
| 15960 | # No need to generate them if there are no CONFIG_HEADERS. | 15936 | # No need to generate them if there are no CONFIG_HEADERS. |
| 15961 | # This happens for instance with `./config.status Makefile'. | 15937 | # This happens for instance with `./config.status Makefile'. |
| 15962 | if test -n "$CONFIG_HEADERS"; then | 15938 | if test -n "$CONFIG_HEADERS"; then |
| 15963 | cat >"$ac_tmp/defines.awk" <<\_ACAWK || | 15939 | cat >"$tmp/defines.awk" <<\_ACAWK || |
| 15964 | BEGIN { | 15940 | BEGIN { |
| 15965 | _ACEOF | 15941 | _ACEOF |
| 15966 | 15942 | ||
| @@ -15972,8 +15948,8 @@ _ACEOF | |||
| 15972 | # handling of long lines. | 15948 | # handling of long lines. |
| 15973 | ac_delim='%!_!# ' | 15949 | ac_delim='%!_!# ' |
| 15974 | for ac_last_try in false false :; do | 15950 | for ac_last_try in false false :; do |
| 15975 | ac_tt=`sed -n "/$ac_delim/p" confdefs.h` | 15951 | ac_t=`sed -n "/$ac_delim/p" confdefs.h` |
| 15976 | if test -z "$ac_tt"; then | 15952 | if test -z "$ac_t"; then |
| 15977 | break | 15953 | break |
| 15978 | elif $ac_last_try; then | 15954 | elif $ac_last_try; then |
| 15979 | as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 | 15955 | as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 |
| @@ -16093,7 +16069,7 @@ do | |||
| 16093 | for ac_f | 16069 | for ac_f |
| 16094 | do | 16070 | do |
| 16095 | case $ac_f in | 16071 | case $ac_f in |
| 16096 | -) ac_f="$ac_tmp/stdin";; | 16072 | -) ac_f="$tmp/stdin";; |
| 16097 | *) # Look for the file first in the build tree, then in the source tree | 16073 | *) # Look for the file first in the build tree, then in the source tree |
| 16098 | # (if the path is not absolute). The absolute path cannot be DOS-style, | 16074 | # (if the path is not absolute). The absolute path cannot be DOS-style, |
| 16099 | # because $ac_f cannot contain `:'. | 16075 | # because $ac_f cannot contain `:'. |
| @@ -16128,7 +16104,7 @@ $as_echo "$as_me: creating $ac_file" >&6;} | |||
| 16128 | esac | 16104 | esac |
| 16129 | 16105 | ||
| 16130 | case $ac_tag in | 16106 | case $ac_tag in |
| 16131 | *:-:* | *:-) cat >"$ac_tmp/stdin" \ | 16107 | *:-:* | *:-) cat >"$tmp/stdin" \ |
| 16132 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; | 16108 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; |
| 16133 | esac | 16109 | esac |
| 16134 | ;; | 16110 | ;; |
| @@ -16261,25 +16237,24 @@ $ac_datarootdir_hack | |||
| 16261 | " | 16237 | " |
| 16262 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | | 16238 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | |
| 16263 | if $ac_cs_awk_getline; then | 16239 | if $ac_cs_awk_getline; then |
| 16264 | $AWK -f "$ac_tmp/subs.awk" | 16240 | $AWK -f "$tmp/subs.awk" |
| 16265 | else | 16241 | else |
| 16266 | $AWK -f "$ac_tmp/subs.awk" | $SHELL | 16242 | $AWK -f "$tmp/subs.awk" | $SHELL |
| 16267 | fi \ | 16243 | fi >$tmp/out \ |
| 16268 | >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 16244 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
| 16269 | 16245 | ||
| 16270 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && | 16246 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && |
| 16271 | { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && | 16247 | { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && |
| 16272 | { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ | 16248 | { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && |
| 16273 | "$ac_tmp/out"`; test -z "$ac_out"; } && | ||
| 16274 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 16249 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
| 16275 | which seems to be undefined. Please make sure it is defined" >&5 | 16250 | which seems to be undefined. Please make sure it is defined" >&5 |
| 16276 | $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 16251 | $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
| 16277 | which seems to be undefined. Please make sure it is defined" >&2;} | 16252 | which seems to be undefined. Please make sure it is defined" >&2;} |
| 16278 | 16253 | ||
| 16279 | rm -f "$ac_tmp/stdin" | 16254 | rm -f "$tmp/stdin" |
| 16280 | case $ac_file in | 16255 | case $ac_file in |
| 16281 | -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; | 16256 | -) cat "$tmp/out" && rm -f "$tmp/out";; |
| 16282 | *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; | 16257 | *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; |
| 16283 | esac \ | 16258 | esac \ |
| 16284 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 16259 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
| 16285 | ;; | 16260 | ;; |
| @@ -16290,20 +16265,20 @@ which seems to be undefined. Please make sure it is defined" >&2;} | |||
| 16290 | if test x"$ac_file" != x-; then | 16265 | if test x"$ac_file" != x-; then |
| 16291 | { | 16266 | { |
| 16292 | $as_echo "/* $configure_input */" \ | 16267 | $as_echo "/* $configure_input */" \ |
| 16293 | && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" | 16268 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" |
| 16294 | } >"$ac_tmp/config.h" \ | 16269 | } >"$tmp/config.h" \ |
| 16295 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 16270 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
| 16296 | if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then | 16271 | if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then |
| 16297 | { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 | 16272 | { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 |
| 16298 | $as_echo "$as_me: $ac_file is unchanged" >&6;} | 16273 | $as_echo "$as_me: $ac_file is unchanged" >&6;} |
| 16299 | else | 16274 | else |
| 16300 | rm -f "$ac_file" | 16275 | rm -f "$ac_file" |
| 16301 | mv "$ac_tmp/config.h" "$ac_file" \ | 16276 | mv "$tmp/config.h" "$ac_file" \ |
| 16302 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 16277 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
| 16303 | fi | 16278 | fi |
| 16304 | else | 16279 | else |
| 16305 | $as_echo "/* $configure_input */" \ | 16280 | $as_echo "/* $configure_input */" \ |
| 16306 | && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ | 16281 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ |
| 16307 | || as_fn_error $? "could not create -" "$LINENO" 5 | 16282 | || as_fn_error $? "could not create -" "$LINENO" 5 |
| 16308 | fi | 16283 | fi |
| 16309 | ;; | 16284 | ;; |
diff --git a/configure.in b/configure.in index dbced95093e..22af536e30e 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -45,8 +45,6 @@ archlibdir='${libexecdir}/emacs/${version}/${configuration}' | |||
| 45 | docdir='${datadir}/emacs/${version}/etc' | 45 | docdir='${datadir}/emacs/${version}/etc' |
| 46 | gamedir='${localstatedir}/games/emacs' | 46 | gamedir='${localstatedir}/games/emacs' |
| 47 | 47 | ||
| 48 | gameuser=games | ||
| 49 | |||
| 50 | dnl OPTION_DEFAULT_OFF(NAME, HELP-STRING) | 48 | dnl OPTION_DEFAULT_OFF(NAME, HELP-STRING) |
| 51 | dnl Create a new --with option that defaults to being disabled. | 49 | dnl Create a new --with option that defaults to being disabled. |
| 52 | dnl NAME is the base name of the option. The shell variable with_NAME | 50 | dnl NAME is the base name of the option. The shell variable with_NAME |
| @@ -203,6 +201,12 @@ AC_ARG_WITH([crt-dir],dnl | |||
| 203 | The default is /usr/lib, or /usr/lib64 on some platforms.])]) | 201 | The default is /usr/lib, or /usr/lib64 on some platforms.])]) |
| 204 | CRT_DIR="${with_crt_dir}" | 202 | CRT_DIR="${with_crt_dir}" |
| 205 | 203 | ||
| 204 | AC_ARG_WITH(gameuser,dnl | ||
| 205 | [AS_HELP_STRING([--with-gameuser=USER],[user for shared game score files])]) | ||
| 206 | test "X${with_gameuser}" != X && test "${with_gameuser}" != yes \ | ||
| 207 | && gameuser="${with_gameuser}" | ||
| 208 | test "X$gameuser" = X && gameuser=games | ||
| 209 | |||
| 206 | AC_ARG_WITH([gnustep-conf],dnl | 210 | AC_ARG_WITH([gnustep-conf],dnl |
| 207 | [AS_HELP_STRING([--with-gnustep-conf=PATH],[path to GNUstep.conf; default $GNUSTEP_CONFIG_FILE, or /etc/GNUstep/GNUstep.conf])]) | 211 | [AS_HELP_STRING([--with-gnustep-conf=PATH],[path to GNUstep.conf; default $GNUSTEP_CONFIG_FILE, or /etc/GNUstep/GNUstep.conf])]) |
| 208 | test "X${with_gnustep_conf}" != X && test "${with_gnustep_conf}" != yes && \ | 212 | test "X${with_gnustep_conf}" != X && test "${with_gnustep_conf}" != yes && \ |