diff options
| author | Chong Yidong | 2011-01-14 22:21:48 -0500 |
|---|---|---|
| committer | Chong Yidong | 2011-01-14 22:21:48 -0500 |
| commit | dab7376027ea499962b2916652c6f30b40eac6d9 (patch) | |
| tree | bba553784accceb52c1bc59493e2a5b54f622ba3 | |
| parent | e60c6ca9caf10f01918c3562feccb125e1d3bbce (diff) | |
| download | emacs-dab7376027ea499962b2916652c6f30b40eac6d9.tar.gz emacs-dab7376027ea499962b2916652c6f30b40eac6d9.zip | |
* configure: Bump min libxml2 version to 2.6.17 (Bug#7603).
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rwxr-xr-x | configure | 681 | ||||
| -rw-r--r-- | configure.in | 2 |
3 files changed, 327 insertions, 360 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-01-15 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603). | ||
| 4 | |||
| 1 | 2011-01-14 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2011-01-14 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | * make-dist: Distribute test/ files too. | 7 | * make-dist: Distribute test/ files too. |
| @@ -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 : |
| @@ -1264,7 +1256,7 @@ Try \`$0 --help' for more information" | |||
| 1264 | $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 | 1256 | $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 |
| 1265 | expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && | 1257 | expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && |
| 1266 | $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 | 1258 | $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 |
| 1267 | : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" | 1259 | : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} |
| 1268 | ;; | 1260 | ;; |
| 1269 | 1261 | ||
| 1270 | esac | 1262 | esac |
| @@ -1636,7 +1628,7 @@ test -n "$ac_init_help" && exit $ac_status | |||
| 1636 | if $ac_init_version; then | 1628 | if $ac_init_version; then |
| 1637 | cat <<\_ACEOF | 1629 | cat <<\_ACEOF |
| 1638 | emacs configure 24.0.50 | 1630 | emacs configure 24.0.50 |
| 1639 | generated by GNU Autoconf 2.68 | 1631 | generated by GNU Autoconf 2.67 |
| 1640 | 1632 | ||
| 1641 | Copyright (C) 2010 Free Software Foundation, Inc. | 1633 | Copyright (C) 2010 Free Software Foundation, Inc. |
| 1642 | This configure script is free software; the Free Software Foundation | 1634 | This configure script is free software; the Free Software Foundation |
| @@ -1682,7 +1674,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 1682 | 1674 | ||
| 1683 | ac_retval=1 | 1675 | ac_retval=1 |
| 1684 | fi | 1676 | fi |
| 1685 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | 1677 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 1686 | as_fn_set_status $ac_retval | 1678 | as_fn_set_status $ac_retval |
| 1687 | 1679 | ||
| 1688 | } # ac_fn_c_try_compile | 1680 | } # ac_fn_c_try_compile |
| @@ -1728,7 +1720,7 @@ fi | |||
| 1728 | # interfere with the next link command; also delete a directory that is | 1720 | # interfere with the next link command; also delete a directory that is |
| 1729 | # left behind by Apple's compiler. We do this before executing the actions. | 1721 | # left behind by Apple's compiler. We do this before executing the actions. |
| 1730 | rm -rf conftest.dSYM conftest_ipa8_conftest.oo | 1722 | rm -rf conftest.dSYM conftest_ipa8_conftest.oo |
| 1731 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | 1723 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 1732 | as_fn_set_status $ac_retval | 1724 | as_fn_set_status $ac_retval |
| 1733 | 1725 | ||
| 1734 | } # ac_fn_c_try_link | 1726 | } # ac_fn_c_try_link |
| @@ -1765,7 +1757,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 1765 | 1757 | ||
| 1766 | ac_retval=1 | 1758 | ac_retval=1 |
| 1767 | fi | 1759 | fi |
| 1768 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | 1760 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 1769 | as_fn_set_status $ac_retval | 1761 | as_fn_set_status $ac_retval |
| 1770 | 1762 | ||
| 1771 | } # ac_fn_c_try_cpp | 1763 | } # ac_fn_c_try_cpp |
| @@ -1778,10 +1770,10 @@ fi | |||
| 1778 | ac_fn_c_check_header_mongrel () | 1770 | ac_fn_c_check_header_mongrel () |
| 1779 | { | 1771 | { |
| 1780 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 1772 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 1781 | if eval \${$3+:} false; then : | 1773 | if eval "test \"\${$3+set}\"" = set; then : |
| 1782 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1774 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 1783 | $as_echo_n "checking for $2... " >&6; } | 1775 | $as_echo_n "checking for $2... " >&6; } |
| 1784 | if eval \${$3+:} false; then : | 1776 | if eval "test \"\${$3+set}\"" = set; then : |
| 1785 | $as_echo_n "(cached) " >&6 | 1777 | $as_echo_n "(cached) " >&6 |
| 1786 | fi | 1778 | fi |
| 1787 | eval ac_res=\$$3 | 1779 | eval ac_res=\$$3 |
| @@ -1844,7 +1836,7 @@ $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} | |||
| 1844 | esac | 1836 | esac |
| 1845 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1837 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 1846 | $as_echo_n "checking for $2... " >&6; } | 1838 | $as_echo_n "checking for $2... " >&6; } |
| 1847 | if eval \${$3+:} false; then : | 1839 | if eval "test \"\${$3+set}\"" = set; then : |
| 1848 | $as_echo_n "(cached) " >&6 | 1840 | $as_echo_n "(cached) " >&6 |
| 1849 | else | 1841 | else |
| 1850 | eval "$3=\$ac_header_compiler" | 1842 | eval "$3=\$ac_header_compiler" |
| @@ -1853,7 +1845,7 @@ eval ac_res=\$$3 | |||
| 1853 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 1845 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 1854 | $as_echo "$ac_res" >&6; } | 1846 | $as_echo "$ac_res" >&6; } |
| 1855 | fi | 1847 | fi |
| 1856 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | 1848 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 1857 | 1849 | ||
| 1858 | } # ac_fn_c_check_header_mongrel | 1850 | } # ac_fn_c_check_header_mongrel |
| 1859 | 1851 | ||
| @@ -1894,7 +1886,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 1894 | ac_retval=$ac_status | 1886 | ac_retval=$ac_status |
| 1895 | fi | 1887 | fi |
| 1896 | rm -rf conftest.dSYM conftest_ipa8_conftest.oo | 1888 | rm -rf conftest.dSYM conftest_ipa8_conftest.oo |
| 1897 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | 1889 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 1898 | as_fn_set_status $ac_retval | 1890 | as_fn_set_status $ac_retval |
| 1899 | 1891 | ||
| 1900 | } # ac_fn_c_try_run | 1892 | } # ac_fn_c_try_run |
| @@ -1908,7 +1900,7 @@ ac_fn_c_check_header_compile () | |||
| 1908 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 1900 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 1909 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1901 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 1910 | $as_echo_n "checking for $2... " >&6; } | 1902 | $as_echo_n "checking for $2... " >&6; } |
| 1911 | if eval \${$3+:} false; then : | 1903 | if eval "test \"\${$3+set}\"" = set; then : |
| 1912 | $as_echo_n "(cached) " >&6 | 1904 | $as_echo_n "(cached) " >&6 |
| 1913 | else | 1905 | else |
| 1914 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 1906 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -1926,7 +1918,7 @@ fi | |||
| 1926 | eval ac_res=\$$3 | 1918 | eval ac_res=\$$3 |
| 1927 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 1919 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 1928 | $as_echo "$ac_res" >&6; } | 1920 | $as_echo "$ac_res" >&6; } |
| 1929 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | 1921 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 1930 | 1922 | ||
| 1931 | } # ac_fn_c_check_header_compile | 1923 | } # ac_fn_c_check_header_compile |
| 1932 | 1924 | ||
| @@ -1941,7 +1933,7 @@ ac_fn_c_check_decl () | |||
| 1941 | as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'` | 1933 | as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'` |
| 1942 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 | 1934 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 |
| 1943 | $as_echo_n "checking whether $as_decl_name is declared... " >&6; } | 1935 | $as_echo_n "checking whether $as_decl_name is declared... " >&6; } |
| 1944 | if eval \${$3+:} false; then : | 1936 | if eval "test \"\${$3+set}\"" = set; then : |
| 1945 | $as_echo_n "(cached) " >&6 | 1937 | $as_echo_n "(cached) " >&6 |
| 1946 | else | 1938 | else |
| 1947 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 1939 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -1972,7 +1964,7 @@ fi | |||
| 1972 | eval ac_res=\$$3 | 1964 | eval ac_res=\$$3 |
| 1973 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 1965 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 1974 | $as_echo "$ac_res" >&6; } | 1966 | $as_echo "$ac_res" >&6; } |
| 1975 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | 1967 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 1976 | 1968 | ||
| 1977 | } # ac_fn_c_check_decl | 1969 | } # ac_fn_c_check_decl |
| 1978 | 1970 | ||
| @@ -1984,7 +1976,7 @@ ac_fn_c_check_header_preproc () | |||
| 1984 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 1976 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 1985 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1977 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 1986 | $as_echo_n "checking for $2... " >&6; } | 1978 | $as_echo_n "checking for $2... " >&6; } |
| 1987 | if eval \${$3+:} false; then : | 1979 | if eval "test \"\${$3+set}\"" = set; then : |
| 1988 | $as_echo_n "(cached) " >&6 | 1980 | $as_echo_n "(cached) " >&6 |
| 1989 | else | 1981 | else |
| 1990 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 1982 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -2001,7 +1993,7 @@ fi | |||
| 2001 | eval ac_res=\$$3 | 1993 | eval ac_res=\$$3 |
| 2002 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 1994 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 2003 | $as_echo "$ac_res" >&6; } | 1995 | $as_echo "$ac_res" >&6; } |
| 2004 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | 1996 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 2005 | 1997 | ||
| 2006 | } # ac_fn_c_check_header_preproc | 1998 | } # ac_fn_c_check_header_preproc |
| 2007 | 1999 | ||
| @@ -2014,7 +2006,7 @@ ac_fn_c_check_member () | |||
| 2014 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 2006 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 2015 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5 | 2007 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5 |
| 2016 | $as_echo_n "checking for $2.$3... " >&6; } | 2008 | $as_echo_n "checking for $2.$3... " >&6; } |
| 2017 | if eval \${$4+:} false; then : | 2009 | if eval "test \"\${$4+set}\"" = set; then : |
| 2018 | $as_echo_n "(cached) " >&6 | 2010 | $as_echo_n "(cached) " >&6 |
| 2019 | else | 2011 | else |
| 2020 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2012 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -2058,7 +2050,7 @@ fi | |||
| 2058 | eval ac_res=\$$4 | 2050 | eval ac_res=\$$4 |
| 2059 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 2051 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 2060 | $as_echo "$ac_res" >&6; } | 2052 | $as_echo "$ac_res" >&6; } |
| 2061 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | 2053 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 2062 | 2054 | ||
| 2063 | } # ac_fn_c_check_member | 2055 | } # ac_fn_c_check_member |
| 2064 | 2056 | ||
| @@ -2070,7 +2062,7 @@ ac_fn_c_check_func () | |||
| 2070 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 2062 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 2071 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 2063 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 2072 | $as_echo_n "checking for $2... " >&6; } | 2064 | $as_echo_n "checking for $2... " >&6; } |
| 2073 | if eval \${$3+:} false; then : | 2065 | if eval "test \"\${$3+set}\"" = set; then : |
| 2074 | $as_echo_n "(cached) " >&6 | 2066 | $as_echo_n "(cached) " >&6 |
| 2075 | else | 2067 | else |
| 2076 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2068 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -2125,7 +2117,7 @@ fi | |||
| 2125 | eval ac_res=\$$3 | 2117 | eval ac_res=\$$3 |
| 2126 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 2118 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 2127 | $as_echo "$ac_res" >&6; } | 2119 | $as_echo "$ac_res" >&6; } |
| 2128 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | 2120 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 2129 | 2121 | ||
| 2130 | } # ac_fn_c_check_func | 2122 | } # ac_fn_c_check_func |
| 2131 | 2123 | ||
| @@ -2138,7 +2130,7 @@ ac_fn_c_check_type () | |||
| 2138 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 2130 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 2139 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 2131 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 2140 | $as_echo_n "checking for $2... " >&6; } | 2132 | $as_echo_n "checking for $2... " >&6; } |
| 2141 | if eval \${$3+:} false; then : | 2133 | if eval "test \"\${$3+set}\"" = set; then : |
| 2142 | $as_echo_n "(cached) " >&6 | 2134 | $as_echo_n "(cached) " >&6 |
| 2143 | else | 2135 | else |
| 2144 | eval "$3=no" | 2136 | eval "$3=no" |
| @@ -2179,7 +2171,7 @@ fi | |||
| 2179 | eval ac_res=\$$3 | 2171 | eval ac_res=\$$3 |
| 2180 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 2172 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 2181 | $as_echo "$ac_res" >&6; } | 2173 | $as_echo "$ac_res" >&6; } |
| 2182 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | 2174 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 2183 | 2175 | ||
| 2184 | } # ac_fn_c_check_type | 2176 | } # ac_fn_c_check_type |
| 2185 | cat >config.log <<_ACEOF | 2177 | cat >config.log <<_ACEOF |
| @@ -2187,7 +2179,7 @@ This file contains any messages produced by compilers while | |||
| 2187 | running configure, to aid debugging if configure makes a mistake. | 2179 | running configure, to aid debugging if configure makes a mistake. |
| 2188 | 2180 | ||
| 2189 | It was created by emacs $as_me 24.0.50, which was | 2181 | It was created by emacs $as_me 24.0.50, which was |
| 2190 | generated by GNU Autoconf 2.68. Invocation command line was | 2182 | generated by GNU Autoconf 2.67. Invocation command line was |
| 2191 | 2183 | ||
| 2192 | $ $0 $@ | 2184 | $ $0 $@ |
| 2193 | 2185 | ||
| @@ -3159,7 +3151,7 @@ $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || | |||
| 3159 | 3151 | ||
| 3160 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 | 3152 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 |
| 3161 | $as_echo_n "checking build system type... " >&6; } | 3153 | $as_echo_n "checking build system type... " >&6; } |
| 3162 | if ${ac_cv_build+:} false; then : | 3154 | if test "${ac_cv_build+set}" = set; then : |
| 3163 | $as_echo_n "(cached) " >&6 | 3155 | $as_echo_n "(cached) " >&6 |
| 3164 | else | 3156 | else |
| 3165 | ac_build_alias=$build_alias | 3157 | ac_build_alias=$build_alias |
| @@ -3193,7 +3185,7 @@ case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac | |||
| 3193 | 3185 | ||
| 3194 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 | 3186 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 |
| 3195 | $as_echo_n "checking host system type... " >&6; } | 3187 | $as_echo_n "checking host system type... " >&6; } |
| 3196 | if ${ac_cv_host+:} false; then : | 3188 | if test "${ac_cv_host+set}" = set; then : |
| 3197 | $as_echo_n "(cached) " >&6 | 3189 | $as_echo_n "(cached) " >&6 |
| 3198 | else | 3190 | else |
| 3199 | if test "x$host_alias" = x; then | 3191 | if test "x$host_alias" = x; then |
| @@ -3479,7 +3471,7 @@ if test -n "$ac_tool_prefix"; then | |||
| 3479 | set dummy ${ac_tool_prefix}gcc; ac_word=$2 | 3471 | set dummy ${ac_tool_prefix}gcc; ac_word=$2 |
| 3480 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 3472 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 3481 | $as_echo_n "checking for $ac_word... " >&6; } | 3473 | $as_echo_n "checking for $ac_word... " >&6; } |
| 3482 | if ${ac_cv_prog_CC+:} false; then : | 3474 | if test "${ac_cv_prog_CC+set}" = set; then : |
| 3483 | $as_echo_n "(cached) " >&6 | 3475 | $as_echo_n "(cached) " >&6 |
| 3484 | else | 3476 | else |
| 3485 | if test -n "$CC"; then | 3477 | if test -n "$CC"; then |
| @@ -3519,7 +3511,7 @@ if test -z "$ac_cv_prog_CC"; then | |||
| 3519 | set dummy gcc; ac_word=$2 | 3511 | set dummy gcc; ac_word=$2 |
| 3520 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 3512 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 3521 | $as_echo_n "checking for $ac_word... " >&6; } | 3513 | $as_echo_n "checking for $ac_word... " >&6; } |
| 3522 | if ${ac_cv_prog_ac_ct_CC+:} false; then : | 3514 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : |
| 3523 | $as_echo_n "(cached) " >&6 | 3515 | $as_echo_n "(cached) " >&6 |
| 3524 | else | 3516 | else |
| 3525 | if test -n "$ac_ct_CC"; then | 3517 | if test -n "$ac_ct_CC"; then |
| @@ -3572,7 +3564,7 @@ if test -z "$CC"; then | |||
| 3572 | set dummy ${ac_tool_prefix}cc; ac_word=$2 | 3564 | set dummy ${ac_tool_prefix}cc; ac_word=$2 |
| 3573 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 3565 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 3574 | $as_echo_n "checking for $ac_word... " >&6; } | 3566 | $as_echo_n "checking for $ac_word... " >&6; } |
| 3575 | if ${ac_cv_prog_CC+:} false; then : | 3567 | if test "${ac_cv_prog_CC+set}" = set; then : |
| 3576 | $as_echo_n "(cached) " >&6 | 3568 | $as_echo_n "(cached) " >&6 |
| 3577 | else | 3569 | else |
| 3578 | if test -n "$CC"; then | 3570 | if test -n "$CC"; then |
| @@ -3612,7 +3604,7 @@ if test -z "$CC"; then | |||
| 3612 | set dummy cc; ac_word=$2 | 3604 | set dummy cc; ac_word=$2 |
| 3613 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 3605 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 3614 | $as_echo_n "checking for $ac_word... " >&6; } | 3606 | $as_echo_n "checking for $ac_word... " >&6; } |
| 3615 | if ${ac_cv_prog_CC+:} false; then : | 3607 | if test "${ac_cv_prog_CC+set}" = set; then : |
| 3616 | $as_echo_n "(cached) " >&6 | 3608 | $as_echo_n "(cached) " >&6 |
| 3617 | else | 3609 | else |
| 3618 | if test -n "$CC"; then | 3610 | if test -n "$CC"; then |
| @@ -3671,7 +3663,7 @@ if test -z "$CC"; then | |||
| 3671 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 | 3663 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 |
| 3672 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 3664 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 3673 | $as_echo_n "checking for $ac_word... " >&6; } | 3665 | $as_echo_n "checking for $ac_word... " >&6; } |
| 3674 | if ${ac_cv_prog_CC+:} false; then : | 3666 | if test "${ac_cv_prog_CC+set}" = set; then : |
| 3675 | $as_echo_n "(cached) " >&6 | 3667 | $as_echo_n "(cached) " >&6 |
| 3676 | else | 3668 | else |
| 3677 | if test -n "$CC"; then | 3669 | if test -n "$CC"; then |
| @@ -3715,7 +3707,7 @@ do | |||
| 3715 | set dummy $ac_prog; ac_word=$2 | 3707 | set dummy $ac_prog; ac_word=$2 |
| 3716 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 3708 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 3717 | $as_echo_n "checking for $ac_word... " >&6; } | 3709 | $as_echo_n "checking for $ac_word... " >&6; } |
| 3718 | if ${ac_cv_prog_ac_ct_CC+:} false; then : | 3710 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : |
| 3719 | $as_echo_n "(cached) " >&6 | 3711 | $as_echo_n "(cached) " >&6 |
| 3720 | else | 3712 | else |
| 3721 | if test -n "$ac_ct_CC"; then | 3713 | if test -n "$ac_ct_CC"; then |
| @@ -3998,7 +3990,7 @@ rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out | |||
| 3998 | ac_clean_files=$ac_clean_files_save | 3990 | ac_clean_files=$ac_clean_files_save |
| 3999 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 | 3991 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 |
| 4000 | $as_echo_n "checking for suffix of object files... " >&6; } | 3992 | $as_echo_n "checking for suffix of object files... " >&6; } |
| 4001 | if ${ac_cv_objext+:} false; then : | 3993 | if test "${ac_cv_objext+set}" = set; then : |
| 4002 | $as_echo_n "(cached) " >&6 | 3994 | $as_echo_n "(cached) " >&6 |
| 4003 | else | 3995 | else |
| 4004 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 3996 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -4049,7 +4041,7 @@ OBJEXT=$ac_cv_objext | |||
| 4049 | ac_objext=$OBJEXT | 4041 | ac_objext=$OBJEXT |
| 4050 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 | 4042 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 |
| 4051 | $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } | 4043 | $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } |
| 4052 | if ${ac_cv_c_compiler_gnu+:} false; then : | 4044 | if test "${ac_cv_c_compiler_gnu+set}" = set; then : |
| 4053 | $as_echo_n "(cached) " >&6 | 4045 | $as_echo_n "(cached) " >&6 |
| 4054 | else | 4046 | else |
| 4055 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 4047 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -4086,7 +4078,7 @@ ac_test_CFLAGS=${CFLAGS+set} | |||
| 4086 | ac_save_CFLAGS=$CFLAGS | 4078 | ac_save_CFLAGS=$CFLAGS |
| 4087 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 | 4079 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 |
| 4088 | $as_echo_n "checking whether $CC accepts -g... " >&6; } | 4080 | $as_echo_n "checking whether $CC accepts -g... " >&6; } |
| 4089 | if ${ac_cv_prog_cc_g+:} false; then : | 4081 | if test "${ac_cv_prog_cc_g+set}" = set; then : |
| 4090 | $as_echo_n "(cached) " >&6 | 4082 | $as_echo_n "(cached) " >&6 |
| 4091 | else | 4083 | else |
| 4092 | ac_save_c_werror_flag=$ac_c_werror_flag | 4084 | ac_save_c_werror_flag=$ac_c_werror_flag |
| @@ -4164,7 +4156,7 @@ else | |||
| 4164 | fi | 4156 | fi |
| 4165 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 | 4157 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 |
| 4166 | $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } | 4158 | $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } |
| 4167 | if ${ac_cv_prog_cc_c89+:} false; then : | 4159 | if test "${ac_cv_prog_cc_c89+set}" = set; then : |
| 4168 | $as_echo_n "(cached) " >&6 | 4160 | $as_echo_n "(cached) " >&6 |
| 4169 | else | 4161 | else |
| 4170 | ac_cv_prog_cc_c89=no | 4162 | ac_cv_prog_cc_c89=no |
| @@ -4272,7 +4264,7 @@ if test x"$GCC" != xyes && test x"$emacs_check_sunpro_c" = xyes && \ | |||
| 4272 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using a Sun C compiler" >&5 | 4264 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using a Sun C compiler" >&5 |
| 4273 | $as_echo_n "checking whether we are using a Sun C compiler... " >&6; } | 4265 | $as_echo_n "checking whether we are using a Sun C compiler... " >&6; } |
| 4274 | 4266 | ||
| 4275 | if ${emacs_cv_sunpro_c+:} false; then : | 4267 | if test "${emacs_cv_sunpro_c+set}" = set; then : |
| 4276 | $as_echo_n "(cached) " >&6 | 4268 | $as_echo_n "(cached) " >&6 |
| 4277 | else | 4269 | else |
| 4278 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 4270 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -4341,7 +4333,7 @@ if test -n "$CPP" && test -d "$CPP"; then | |||
| 4341 | CPP= | 4333 | CPP= |
| 4342 | fi | 4334 | fi |
| 4343 | if test -z "$CPP"; then | 4335 | if test -z "$CPP"; then |
| 4344 | if ${ac_cv_prog_CPP+:} false; then : | 4336 | if test "${ac_cv_prog_CPP+set}" = set; then : |
| 4345 | $as_echo_n "(cached) " >&6 | 4337 | $as_echo_n "(cached) " >&6 |
| 4346 | else | 4338 | else |
| 4347 | # Double quotes because CPP needs to be expanded | 4339 | # Double quotes because CPP needs to be expanded |
| @@ -4469,7 +4461,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu | |||
| 4469 | 4461 | ||
| 4470 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 | 4462 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 |
| 4471 | $as_echo_n "checking for grep that handles long lines and -e... " >&6; } | 4463 | $as_echo_n "checking for grep that handles long lines and -e... " >&6; } |
| 4472 | if ${ac_cv_path_GREP+:} false; then : | 4464 | if test "${ac_cv_path_GREP+set}" = set; then : |
| 4473 | $as_echo_n "(cached) " >&6 | 4465 | $as_echo_n "(cached) " >&6 |
| 4474 | else | 4466 | else |
| 4475 | if test -z "$GREP"; then | 4467 | if test -z "$GREP"; then |
| @@ -4532,7 +4524,7 @@ $as_echo "$ac_cv_path_GREP" >&6; } | |||
| 4532 | 4524 | ||
| 4533 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 | 4525 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 |
| 4534 | $as_echo_n "checking for egrep... " >&6; } | 4526 | $as_echo_n "checking for egrep... " >&6; } |
| 4535 | if ${ac_cv_path_EGREP+:} false; then : | 4527 | if test "${ac_cv_path_EGREP+set}" = set; then : |
| 4536 | $as_echo_n "(cached) " >&6 | 4528 | $as_echo_n "(cached) " >&6 |
| 4537 | else | 4529 | else |
| 4538 | if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 | 4530 | if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 |
| @@ -4599,7 +4591,7 @@ $as_echo "$ac_cv_path_EGREP" >&6; } | |||
| 4599 | 4591 | ||
| 4600 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 | 4592 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 |
| 4601 | $as_echo_n "checking for ANSI C header files... " >&6; } | 4593 | $as_echo_n "checking for ANSI C header files... " >&6; } |
| 4602 | if ${ac_cv_header_stdc+:} false; then : | 4594 | if test "${ac_cv_header_stdc+set}" = set; then : |
| 4603 | $as_echo_n "(cached) " >&6 | 4595 | $as_echo_n "(cached) " >&6 |
| 4604 | else | 4596 | else |
| 4605 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 4597 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -4728,7 +4720,7 @@ done | |||
| 4728 | 4720 | ||
| 4729 | 4721 | ||
| 4730 | ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default" | 4722 | ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default" |
| 4731 | if test "x$ac_cv_header_minix_config_h" = xyes; then : | 4723 | if test "x$ac_cv_header_minix_config_h" = x""yes; then : |
| 4732 | MINIX=yes | 4724 | MINIX=yes |
| 4733 | else | 4725 | else |
| 4734 | MINIX= | 4726 | MINIX= |
| @@ -4750,7 +4742,7 @@ $as_echo "#define _MINIX 1" >>confdefs.h | |||
| 4750 | 4742 | ||
| 4751 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5 | 4743 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5 |
| 4752 | $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; } | 4744 | $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; } |
| 4753 | if ${ac_cv_safe_to_define___extensions__+:} false; then : | 4745 | if test "${ac_cv_safe_to_define___extensions__+set}" = set; then : |
| 4754 | $as_echo_n "(cached) " >&6 | 4746 | $as_echo_n "(cached) " >&6 |
| 4755 | else | 4747 | else |
| 4756 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 4748 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -4930,7 +4922,7 @@ if test -n "$CPP" && test -d "$CPP"; then | |||
| 4930 | CPP= | 4922 | CPP= |
| 4931 | fi | 4923 | fi |
| 4932 | if test -z "$CPP"; then | 4924 | if test -z "$CPP"; then |
| 4933 | if ${ac_cv_prog_CPP+:} false; then : | 4925 | if test "${ac_cv_prog_CPP+set}" = set; then : |
| 4934 | $as_echo_n "(cached) " >&6 | 4926 | $as_echo_n "(cached) " >&6 |
| 4935 | else | 4927 | else |
| 4936 | # Double quotes because CPP needs to be expanded | 4928 | # Double quotes because CPP needs to be expanded |
| @@ -5072,7 +5064,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu | |||
| 5072 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 | 5064 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 |
| 5073 | $as_echo_n "checking for a BSD-compatible install... " >&6; } | 5065 | $as_echo_n "checking for a BSD-compatible install... " >&6; } |
| 5074 | if test -z "$INSTALL"; then | 5066 | if test -z "$INSTALL"; then |
| 5075 | if ${ac_cv_path_install+:} false; then : | 5067 | if test "${ac_cv_path_install+set}" = set; then : |
| 5076 | $as_echo_n "(cached) " >&6 | 5068 | $as_echo_n "(cached) " >&6 |
| 5077 | else | 5069 | else |
| 5078 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | 5070 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| @@ -5154,7 +5146,7 @@ if test "x$RANLIB" = x; then | |||
| 5154 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 | 5146 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 |
| 5155 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 5147 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 5156 | $as_echo_n "checking for $ac_word... " >&6; } | 5148 | $as_echo_n "checking for $ac_word... " >&6; } |
| 5157 | if ${ac_cv_prog_RANLIB+:} false; then : | 5149 | if test "${ac_cv_prog_RANLIB+set}" = set; then : |
| 5158 | $as_echo_n "(cached) " >&6 | 5150 | $as_echo_n "(cached) " >&6 |
| 5159 | else | 5151 | else |
| 5160 | if test -n "$RANLIB"; then | 5152 | if test -n "$RANLIB"; then |
| @@ -5194,7 +5186,7 @@ if test -z "$ac_cv_prog_RANLIB"; then | |||
| 5194 | set dummy ranlib; ac_word=$2 | 5186 | set dummy ranlib; ac_word=$2 |
| 5195 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 5187 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 5196 | $as_echo_n "checking for $ac_word... " >&6; } | 5188 | $as_echo_n "checking for $ac_word... " >&6; } |
| 5197 | if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : | 5189 | if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : |
| 5198 | $as_echo_n "(cached) " >&6 | 5190 | $as_echo_n "(cached) " >&6 |
| 5199 | else | 5191 | else |
| 5200 | if test -n "$ac_ct_RANLIB"; then | 5192 | if test -n "$ac_ct_RANLIB"; then |
| @@ -5249,7 +5241,7 @@ fi | |||
| 5249 | ## is running in i386 mode, we can help them out. | 5241 | ## is running in i386 mode, we can help them out. |
| 5250 | if test "$machine" = "amdx86-64"; then | 5242 | if test "$machine" = "amdx86-64"; then |
| 5251 | ac_fn_c_check_decl "$LINENO" "i386" "ac_cv_have_decl_i386" "$ac_includes_default" | 5243 | ac_fn_c_check_decl "$LINENO" "i386" "ac_cv_have_decl_i386" "$ac_includes_default" |
| 5252 | if test "x$ac_cv_have_decl_i386" = xyes; then : | 5244 | if test "x$ac_cv_have_decl_i386" = x""yes; then : |
| 5253 | 5245 | ||
| 5254 | fi | 5246 | fi |
| 5255 | 5247 | ||
| @@ -5264,7 +5256,7 @@ fi | |||
| 5264 | set dummy install-info; ac_word=$2 | 5256 | set dummy install-info; ac_word=$2 |
| 5265 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 5257 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 5266 | $as_echo_n "checking for $ac_word... " >&6; } | 5258 | $as_echo_n "checking for $ac_word... " >&6; } |
| 5267 | if ${ac_cv_path_INSTALL_INFO+:} false; then : | 5259 | if test "${ac_cv_path_INSTALL_INFO+set}" = set; then : |
| 5268 | $as_echo_n "(cached) " >&6 | 5260 | $as_echo_n "(cached) " >&6 |
| 5269 | else | 5261 | else |
| 5270 | case $INSTALL_INFO in | 5262 | case $INSTALL_INFO in |
| @@ -5304,7 +5296,7 @@ fi | |||
| 5304 | set dummy install-info; ac_word=$2 | 5296 | set dummy install-info; ac_word=$2 |
| 5305 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 5297 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 5306 | $as_echo_n "checking for $ac_word... " >&6; } | 5298 | $as_echo_n "checking for $ac_word... " >&6; } |
| 5307 | if ${ac_cv_path_INSTALL_INFO+:} false; then : | 5299 | if test "${ac_cv_path_INSTALL_INFO+set}" = set; then : |
| 5308 | $as_echo_n "(cached) " >&6 | 5300 | $as_echo_n "(cached) " >&6 |
| 5309 | else | 5301 | else |
| 5310 | case $INSTALL_INFO in | 5302 | case $INSTALL_INFO in |
| @@ -5344,7 +5336,7 @@ fi | |||
| 5344 | set dummy install-info; ac_word=$2 | 5336 | set dummy install-info; ac_word=$2 |
| 5345 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 5337 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 5346 | $as_echo_n "checking for $ac_word... " >&6; } | 5338 | $as_echo_n "checking for $ac_word... " >&6; } |
| 5347 | if ${ac_cv_path_INSTALL_INFO+:} false; then : | 5339 | if test "${ac_cv_path_INSTALL_INFO+set}" = set; then : |
| 5348 | $as_echo_n "(cached) " >&6 | 5340 | $as_echo_n "(cached) " >&6 |
| 5349 | else | 5341 | else |
| 5350 | case $INSTALL_INFO in | 5342 | case $INSTALL_INFO in |
| @@ -5385,7 +5377,7 @@ fi | |||
| 5385 | set dummy gzip; ac_word=$2 | 5377 | set dummy gzip; ac_word=$2 |
| 5386 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 5378 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 5387 | $as_echo_n "checking for $ac_word... " >&6; } | 5379 | $as_echo_n "checking for $ac_word... " >&6; } |
| 5388 | if ${ac_cv_path_GZIP_PROG+:} false; then : | 5380 | if test "${ac_cv_path_GZIP_PROG+set}" = set; then : |
| 5389 | $as_echo_n "(cached) " >&6 | 5381 | $as_echo_n "(cached) " >&6 |
| 5390 | else | 5382 | else |
| 5391 | case $GZIP_PROG in | 5383 | case $GZIP_PROG in |
| @@ -5428,7 +5420,7 @@ fi | |||
| 5428 | set dummy makeinfo; ac_word=$2 | 5420 | set dummy makeinfo; ac_word=$2 |
| 5429 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 5421 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 5430 | $as_echo_n "checking for $ac_word... " >&6; } | 5422 | $as_echo_n "checking for $ac_word... " >&6; } |
| 5431 | if ${ac_cv_path_MAKEINFO+:} false; then : | 5423 | if test "${ac_cv_path_MAKEINFO+set}" = set; then : |
| 5432 | $as_echo_n "(cached) " >&6 | 5424 | $as_echo_n "(cached) " >&6 |
| 5433 | else | 5425 | else |
| 5434 | case $MAKEINFO in | 5426 | case $MAKEINFO in |
| @@ -5633,7 +5625,7 @@ esac | |||
| 5633 | C_SWITCH_MACHINE= | 5625 | C_SWITCH_MACHINE= |
| 5634 | if test "$machine" = "alpha"; then | 5626 | if test "$machine" = "alpha"; then |
| 5635 | ac_fn_c_check_decl "$LINENO" "__ELF__" "ac_cv_have_decl___ELF__" "$ac_includes_default" | 5627 | ac_fn_c_check_decl "$LINENO" "__ELF__" "ac_cv_have_decl___ELF__" "$ac_includes_default" |
| 5636 | if test "x$ac_cv_have_decl___ELF__" = xyes; then : | 5628 | if test "x$ac_cv_have_decl___ELF__" = x""yes; then : |
| 5637 | 5629 | ||
| 5638 | fi | 5630 | fi |
| 5639 | 5631 | ||
| @@ -5703,7 +5695,7 @@ if test "$enable_largefile" != no; then | |||
| 5703 | 5695 | ||
| 5704 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5 | 5696 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5 |
| 5705 | $as_echo_n "checking for special C compiler options needed for large files... " >&6; } | 5697 | $as_echo_n "checking for special C compiler options needed for large files... " >&6; } |
| 5706 | if ${ac_cv_sys_largefile_CC+:} false; then : | 5698 | if test "${ac_cv_sys_largefile_CC+set}" = set; then : |
| 5707 | $as_echo_n "(cached) " >&6 | 5699 | $as_echo_n "(cached) " >&6 |
| 5708 | else | 5700 | else |
| 5709 | ac_cv_sys_largefile_CC=no | 5701 | ac_cv_sys_largefile_CC=no |
| @@ -5754,7 +5746,7 @@ $as_echo "$ac_cv_sys_largefile_CC" >&6; } | |||
| 5754 | 5746 | ||
| 5755 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5 | 5747 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5 |
| 5756 | $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; } | 5748 | $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; } |
| 5757 | if ${ac_cv_sys_file_offset_bits+:} false; then : | 5749 | if test "${ac_cv_sys_file_offset_bits+set}" = set; then : |
| 5758 | $as_echo_n "(cached) " >&6 | 5750 | $as_echo_n "(cached) " >&6 |
| 5759 | else | 5751 | else |
| 5760 | while :; do | 5752 | while :; do |
| @@ -5823,7 +5815,7 @@ rm -rf conftest* | |||
| 5823 | if test $ac_cv_sys_file_offset_bits = unknown; then | 5815 | if test $ac_cv_sys_file_offset_bits = unknown; then |
| 5824 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5 | 5816 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5 |
| 5825 | $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; } | 5817 | $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; } |
| 5826 | if ${ac_cv_sys_large_files+:} false; then : | 5818 | if test "${ac_cv_sys_large_files+set}" = set; then : |
| 5827 | $as_echo_n "(cached) " >&6 | 5819 | $as_echo_n "(cached) " >&6 |
| 5828 | else | 5820 | else |
| 5829 | while :; do | 5821 | while :; do |
| @@ -5991,7 +5983,7 @@ done | |||
| 5991 | # Emulation library used on NetBSD. | 5983 | # Emulation library used on NetBSD. |
| 5992 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5 | 5984 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5 |
| 5993 | $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; } | 5985 | $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; } |
| 5994 | if ${ac_cv_lib_ossaudio__oss_ioctl+:} false; then : | 5986 | if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then : |
| 5995 | $as_echo_n "(cached) " >&6 | 5987 | $as_echo_n "(cached) " >&6 |
| 5996 | else | 5988 | else |
| 5997 | ac_check_lib_save_LIBS=$LIBS | 5989 | ac_check_lib_save_LIBS=$LIBS |
| @@ -6025,7 +6017,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 6025 | fi | 6017 | fi |
| 6026 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5 | 6018 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5 |
| 6027 | $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; } | 6019 | $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; } |
| 6028 | if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes; then : | 6020 | if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then : |
| 6029 | LIBSOUND=-lossaudio | 6021 | LIBSOUND=-lossaudio |
| 6030 | else | 6022 | else |
| 6031 | LIBSOUND= | 6023 | LIBSOUND= |
| @@ -6042,7 +6034,7 @@ fi | |||
| 6042 | set dummy pkg-config; ac_word=$2 | 6034 | set dummy pkg-config; ac_word=$2 |
| 6043 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 6035 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 6044 | $as_echo_n "checking for $ac_word... " >&6; } | 6036 | $as_echo_n "checking for $ac_word... " >&6; } |
| 6045 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 6037 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 6046 | $as_echo_n "(cached) " >&6 | 6038 | $as_echo_n "(cached) " >&6 |
| 6047 | else | 6039 | else |
| 6048 | case $PKG_CONFIG in | 6040 | case $PKG_CONFIG in |
| @@ -6246,7 +6238,7 @@ fi | |||
| 6246 | for ac_header in term.h | 6238 | for ac_header in term.h |
| 6247 | do : | 6239 | do : |
| 6248 | ac_fn_c_check_header_preproc "$LINENO" "term.h" "ac_cv_header_term_h" | 6240 | ac_fn_c_check_header_preproc "$LINENO" "term.h" "ac_cv_header_term_h" |
| 6249 | if test "x$ac_cv_header_term_h" = xyes; then : | 6241 | if test "x$ac_cv_header_term_h" = x""yes; then : |
| 6250 | cat >>confdefs.h <<_ACEOF | 6242 | cat >>confdefs.h <<_ACEOF |
| 6251 | #define HAVE_TERM_H 1 | 6243 | #define HAVE_TERM_H 1 |
| 6252 | _ACEOF | 6244 | _ACEOF |
| @@ -6257,7 +6249,7 @@ done | |||
| 6257 | 6249 | ||
| 6258 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 | 6250 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 |
| 6259 | $as_echo_n "checking for ANSI C header files... " >&6; } | 6251 | $as_echo_n "checking for ANSI C header files... " >&6; } |
| 6260 | if ${ac_cv_header_stdc+:} false; then : | 6252 | if test "${ac_cv_header_stdc+set}" = set; then : |
| 6261 | $as_echo_n "(cached) " >&6 | 6253 | $as_echo_n "(cached) " >&6 |
| 6262 | else | 6254 | else |
| 6263 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6255 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -6369,7 +6361,7 @@ fi | |||
| 6369 | 6361 | ||
| 6370 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5 | 6362 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5 |
| 6371 | $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } | 6363 | $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } |
| 6372 | if ${ac_cv_header_time+:} false; then : | 6364 | if test "${ac_cv_header_time+set}" = set; then : |
| 6373 | $as_echo_n "(cached) " >&6 | 6365 | $as_echo_n "(cached) " >&6 |
| 6374 | else | 6366 | else |
| 6375 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6367 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -6403,7 +6395,7 @@ $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h | |||
| 6403 | fi | 6395 | fi |
| 6404 | 6396 | ||
| 6405 | ac_fn_c_check_decl "$LINENO" "sys_siglist" "ac_cv_have_decl_sys_siglist" "$ac_includes_default" | 6397 | ac_fn_c_check_decl "$LINENO" "sys_siglist" "ac_cv_have_decl_sys_siglist" "$ac_includes_default" |
| 6406 | if test "x$ac_cv_have_decl_sys_siglist" = xyes; then : | 6398 | if test "x$ac_cv_have_decl_sys_siglist" = x""yes; then : |
| 6407 | ac_have_decl=1 | 6399 | ac_have_decl=1 |
| 6408 | else | 6400 | else |
| 6409 | ac_have_decl=0 | 6401 | ac_have_decl=0 |
| @@ -6416,7 +6408,7 @@ _ACEOF | |||
| 6416 | if test $ac_cv_have_decl_sys_siglist != yes; then | 6408 | if test $ac_cv_have_decl_sys_siglist != yes; then |
| 6417 | # For Tru64, at least: | 6409 | # For Tru64, at least: |
| 6418 | ac_fn_c_check_decl "$LINENO" "__sys_siglist" "ac_cv_have_decl___sys_siglist" "$ac_includes_default" | 6410 | ac_fn_c_check_decl "$LINENO" "__sys_siglist" "ac_cv_have_decl___sys_siglist" "$ac_includes_default" |
| 6419 | if test "x$ac_cv_have_decl___sys_siglist" = xyes; then : | 6411 | if test "x$ac_cv_have_decl___sys_siglist" = x""yes; then : |
| 6420 | ac_have_decl=1 | 6412 | ac_have_decl=1 |
| 6421 | else | 6413 | else |
| 6422 | ac_have_decl=0 | 6414 | ac_have_decl=0 |
| @@ -6434,7 +6426,7 @@ $as_echo "#define sys_siglist __sys_siglist" >>confdefs.h | |||
| 6434 | fi | 6426 | fi |
| 6435 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5 | 6427 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5 |
| 6436 | $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; } | 6428 | $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; } |
| 6437 | if ${ac_cv_header_sys_wait_h+:} false; then : | 6429 | if test "${ac_cv_header_sys_wait_h+set}" = set; then : |
| 6438 | $as_echo_n "(cached) " >&6 | 6430 | $as_echo_n "(cached) " >&6 |
| 6439 | else | 6431 | else |
| 6440 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6432 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -6476,7 +6468,7 @@ fi | |||
| 6476 | 6468 | ||
| 6477 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct utimbuf" >&5 | 6469 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct utimbuf" >&5 |
| 6478 | $as_echo_n "checking for struct utimbuf... " >&6; } | 6470 | $as_echo_n "checking for struct utimbuf... " >&6; } |
| 6479 | if ${emacs_cv_struct_utimbuf+:} false; then : | 6471 | if test "${emacs_cv_struct_utimbuf+set}" = set; then : |
| 6480 | $as_echo_n "(cached) " >&6 | 6472 | $as_echo_n "(cached) " >&6 |
| 6481 | else | 6473 | else |
| 6482 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6474 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -6519,7 +6511,7 @@ fi | |||
| 6519 | 6511 | ||
| 6520 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5 | 6512 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5 |
| 6521 | $as_echo_n "checking return type of signal handlers... " >&6; } | 6513 | $as_echo_n "checking return type of signal handlers... " >&6; } |
| 6522 | if ${ac_cv_type_signal+:} false; then : | 6514 | if test "${ac_cv_type_signal+set}" = set; then : |
| 6523 | $as_echo_n "(cached) " >&6 | 6515 | $as_echo_n "(cached) " >&6 |
| 6524 | else | 6516 | else |
| 6525 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6517 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -6553,7 +6545,7 @@ _ACEOF | |||
| 6553 | 6545 | ||
| 6554 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for speed_t" >&5 | 6546 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for speed_t" >&5 |
| 6555 | $as_echo_n "checking for speed_t... " >&6; } | 6547 | $as_echo_n "checking for speed_t... " >&6; } |
| 6556 | if ${emacs_cv_speed_t+:} false; then : | 6548 | if test "${emacs_cv_speed_t+set}" = set; then : |
| 6557 | $as_echo_n "(cached) " >&6 | 6549 | $as_echo_n "(cached) " >&6 |
| 6558 | else | 6550 | else |
| 6559 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6551 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -6584,7 +6576,7 @@ fi | |||
| 6584 | 6576 | ||
| 6585 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timeval" >&5 | 6577 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timeval" >&5 |
| 6586 | $as_echo_n "checking for struct timeval... " >&6; } | 6578 | $as_echo_n "checking for struct timeval... " >&6; } |
| 6587 | if ${emacs_cv_struct_timeval+:} false; then : | 6579 | if test "${emacs_cv_struct_timeval+set}" = set; then : |
| 6588 | $as_echo_n "(cached) " >&6 | 6580 | $as_echo_n "(cached) " >&6 |
| 6589 | else | 6581 | else |
| 6590 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6582 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -6625,7 +6617,7 @@ fi | |||
| 6625 | 6617 | ||
| 6626 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct exception" >&5 | 6618 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct exception" >&5 |
| 6627 | $as_echo_n "checking for struct exception... " >&6; } | 6619 | $as_echo_n "checking for struct exception... " >&6; } |
| 6628 | if ${emacs_cv_struct_exception+:} false; then : | 6620 | if test "${emacs_cv_struct_exception+set}" = set; then : |
| 6629 | $as_echo_n "(cached) " >&6 | 6621 | $as_echo_n "(cached) " >&6 |
| 6630 | else | 6622 | else |
| 6631 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6623 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -6658,7 +6650,7 @@ fi | |||
| 6658 | for ac_header in sys/socket.h | 6650 | for ac_header in sys/socket.h |
| 6659 | do : | 6651 | do : |
| 6660 | ac_fn_c_check_header_mongrel "$LINENO" "sys/socket.h" "ac_cv_header_sys_socket_h" "$ac_includes_default" | 6652 | ac_fn_c_check_header_mongrel "$LINENO" "sys/socket.h" "ac_cv_header_sys_socket_h" "$ac_includes_default" |
| 6661 | if test "x$ac_cv_header_sys_socket_h" = xyes; then : | 6653 | if test "x$ac_cv_header_sys_socket_h" = x""yes; then : |
| 6662 | cat >>confdefs.h <<_ACEOF | 6654 | cat >>confdefs.h <<_ACEOF |
| 6663 | #define HAVE_SYS_SOCKET_H 1 | 6655 | #define HAVE_SYS_SOCKET_H 1 |
| 6664 | _ACEOF | 6656 | _ACEOF |
| @@ -6674,7 +6666,7 @@ do : | |||
| 6674 | #include <sys/socket.h> | 6666 | #include <sys/socket.h> |
| 6675 | #endif | 6667 | #endif |
| 6676 | " | 6668 | " |
| 6677 | if test "x$ac_cv_header_net_if_h" = xyes; then : | 6669 | if test "x$ac_cv_header_net_if_h" = x""yes; then : |
| 6678 | cat >>confdefs.h <<_ACEOF | 6670 | cat >>confdefs.h <<_ACEOF |
| 6679 | #define HAVE_NET_IF_H 1 | 6671 | #define HAVE_NET_IF_H 1 |
| 6680 | _ACEOF | 6672 | _ACEOF |
| @@ -6686,7 +6678,7 @@ done | |||
| 6686 | 6678 | ||
| 6687 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5 | 6679 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5 |
| 6688 | $as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; } | 6680 | $as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; } |
| 6689 | if ${ac_cv_struct_tm+:} false; then : | 6681 | if test "${ac_cv_struct_tm+set}" = set; then : |
| 6690 | $as_echo_n "(cached) " >&6 | 6682 | $as_echo_n "(cached) " >&6 |
| 6691 | else | 6683 | else |
| 6692 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6684 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -6723,7 +6715,7 @@ ac_fn_c_check_member "$LINENO" "struct tm" "tm_zone" "ac_cv_member_struct_tm_tm_ | |||
| 6723 | #include <$ac_cv_struct_tm> | 6715 | #include <$ac_cv_struct_tm> |
| 6724 | 6716 | ||
| 6725 | " | 6717 | " |
| 6726 | if test "x$ac_cv_member_struct_tm_tm_zone" = xyes; then : | 6718 | if test "x$ac_cv_member_struct_tm_tm_zone" = x""yes; then : |
| 6727 | 6719 | ||
| 6728 | cat >>confdefs.h <<_ACEOF | 6720 | cat >>confdefs.h <<_ACEOF |
| 6729 | #define HAVE_STRUCT_TM_TM_ZONE 1 | 6721 | #define HAVE_STRUCT_TM_TM_ZONE 1 |
| @@ -6739,7 +6731,7 @@ $as_echo "#define HAVE_TM_ZONE 1" >>confdefs.h | |||
| 6739 | else | 6731 | else |
| 6740 | ac_fn_c_check_decl "$LINENO" "tzname" "ac_cv_have_decl_tzname" "#include <time.h> | 6732 | ac_fn_c_check_decl "$LINENO" "tzname" "ac_cv_have_decl_tzname" "#include <time.h> |
| 6741 | " | 6733 | " |
| 6742 | if test "x$ac_cv_have_decl_tzname" = xyes; then : | 6734 | if test "x$ac_cv_have_decl_tzname" = x""yes; then : |
| 6743 | ac_have_decl=1 | 6735 | ac_have_decl=1 |
| 6744 | else | 6736 | else |
| 6745 | ac_have_decl=0 | 6737 | ac_have_decl=0 |
| @@ -6751,7 +6743,7 @@ _ACEOF | |||
| 6751 | 6743 | ||
| 6752 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tzname" >&5 | 6744 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tzname" >&5 |
| 6753 | $as_echo_n "checking for tzname... " >&6; } | 6745 | $as_echo_n "checking for tzname... " >&6; } |
| 6754 | if ${ac_cv_var_tzname+:} false; then : | 6746 | if test "${ac_cv_var_tzname+set}" = set; then : |
| 6755 | $as_echo_n "(cached) " >&6 | 6747 | $as_echo_n "(cached) " >&6 |
| 6756 | else | 6748 | else |
| 6757 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6749 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -6788,7 +6780,7 @@ fi | |||
| 6788 | 6780 | ||
| 6789 | ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include <time.h> | 6781 | ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include <time.h> |
| 6790 | " | 6782 | " |
| 6791 | if test "x$ac_cv_member_struct_tm_tm_gmtoff" = xyes; then : | 6783 | if test "x$ac_cv_member_struct_tm_tm_gmtoff" = x""yes; then : |
| 6792 | 6784 | ||
| 6793 | $as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h | 6785 | $as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h |
| 6794 | 6786 | ||
| @@ -6802,7 +6794,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_flags" "ac_cv_member_struct_i | |||
| 6802 | #include <net/if.h> | 6794 | #include <net/if.h> |
| 6803 | #endif | 6795 | #endif |
| 6804 | " | 6796 | " |
| 6805 | if test "x$ac_cv_member_struct_ifreq_ifr_flags" = xyes; then : | 6797 | if test "x$ac_cv_member_struct_ifreq_ifr_flags" = x""yes; then : |
| 6806 | 6798 | ||
| 6807 | cat >>confdefs.h <<_ACEOF | 6799 | cat >>confdefs.h <<_ACEOF |
| 6808 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | 6800 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 |
| @@ -6818,7 +6810,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ | |||
| 6818 | #include <net/if.h> | 6810 | #include <net/if.h> |
| 6819 | #endif | 6811 | #endif |
| 6820 | " | 6812 | " |
| 6821 | if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes; then : | 6813 | if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = x""yes; then : |
| 6822 | 6814 | ||
| 6823 | cat >>confdefs.h <<_ACEOF | 6815 | cat >>confdefs.h <<_ACEOF |
| 6824 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | 6816 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 |
| @@ -6834,7 +6826,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_netmask" "ac_cv_member_struct | |||
| 6834 | #include <net/if.h> | 6826 | #include <net/if.h> |
| 6835 | #endif | 6827 | #endif |
| 6836 | " | 6828 | " |
| 6837 | if test "x$ac_cv_member_struct_ifreq_ifr_netmask" = xyes; then : | 6829 | if test "x$ac_cv_member_struct_ifreq_ifr_netmask" = x""yes; then : |
| 6838 | 6830 | ||
| 6839 | cat >>confdefs.h <<_ACEOF | 6831 | cat >>confdefs.h <<_ACEOF |
| 6840 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | 6832 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 |
| @@ -6850,7 +6842,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_broadaddr" "ac_cv_member_stru | |||
| 6850 | #include <net/if.h> | 6842 | #include <net/if.h> |
| 6851 | #endif | 6843 | #endif |
| 6852 | " | 6844 | " |
| 6853 | if test "x$ac_cv_member_struct_ifreq_ifr_broadaddr" = xyes; then : | 6845 | if test "x$ac_cv_member_struct_ifreq_ifr_broadaddr" = x""yes; then : |
| 6854 | 6846 | ||
| 6855 | cat >>confdefs.h <<_ACEOF | 6847 | cat >>confdefs.h <<_ACEOF |
| 6856 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | 6848 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 |
| @@ -6866,7 +6858,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_addr" "ac_cv_member_struct_if | |||
| 6866 | #include <net/if.h> | 6858 | #include <net/if.h> |
| 6867 | #endif | 6859 | #endif |
| 6868 | " | 6860 | " |
| 6869 | if test "x$ac_cv_member_struct_ifreq_ifr_addr" = xyes; then : | 6861 | if test "x$ac_cv_member_struct_ifreq_ifr_addr" = x""yes; then : |
| 6870 | 6862 | ||
| 6871 | cat >>confdefs.h <<_ACEOF | 6863 | cat >>confdefs.h <<_ACEOF |
| 6872 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | 6864 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 |
| @@ -6895,7 +6887,7 @@ fi | |||
| 6895 | 6887 | ||
| 6896 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working volatile" >&5 | 6888 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working volatile" >&5 |
| 6897 | $as_echo_n "checking for working volatile... " >&6; } | 6889 | $as_echo_n "checking for working volatile... " >&6; } |
| 6898 | if ${ac_cv_c_volatile+:} false; then : | 6890 | if test "${ac_cv_c_volatile+set}" = set; then : |
| 6899 | $as_echo_n "(cached) " >&6 | 6891 | $as_echo_n "(cached) " >&6 |
| 6900 | else | 6892 | else |
| 6901 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6893 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -6929,7 +6921,7 @@ fi | |||
| 6929 | 6921 | ||
| 6930 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5 | 6922 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5 |
| 6931 | $as_echo_n "checking for an ANSI C-conforming const... " >&6; } | 6923 | $as_echo_n "checking for an ANSI C-conforming const... " >&6; } |
| 6932 | if ${ac_cv_c_const+:} false; then : | 6924 | if test "${ac_cv_c_const+set}" = set; then : |
| 6933 | $as_echo_n "(cached) " >&6 | 6925 | $as_echo_n "(cached) " >&6 |
| 6934 | else | 6926 | else |
| 6935 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6927 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -7009,7 +7001,7 @@ fi | |||
| 7009 | 7001 | ||
| 7010 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for void * support" >&5 | 7002 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for void * support" >&5 |
| 7011 | $as_echo_n "checking for void * support... " >&6; } | 7003 | $as_echo_n "checking for void * support... " >&6; } |
| 7012 | if ${emacs_cv_void_star+:} false; then : | 7004 | if test "${emacs_cv_void_star+set}" = set; then : |
| 7013 | $as_echo_n "(cached) " >&6 | 7005 | $as_echo_n "(cached) " >&6 |
| 7014 | else | 7006 | else |
| 7015 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 7007 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -7042,7 +7034,7 @@ fi | |||
| 7042 | 7034 | ||
| 7043 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 | 7035 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 |
| 7044 | $as_echo_n "checking whether byte ordering is bigendian... " >&6; } | 7036 | $as_echo_n "checking whether byte ordering is bigendian... " >&6; } |
| 7045 | if ${ac_cv_c_bigendian+:} false; then : | 7037 | if test "${ac_cv_c_bigendian+set}" = set; then : |
| 7046 | $as_echo_n "(cached) " >&6 | 7038 | $as_echo_n "(cached) " >&6 |
| 7047 | else | 7039 | else |
| 7048 | ac_cv_c_bigendian=unknown | 7040 | ac_cv_c_bigendian=unknown |
| @@ -7269,7 +7261,7 @@ $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h | |||
| 7269 | $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } | 7261 | $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } |
| 7270 | set x ${MAKE-make} | 7262 | set x ${MAKE-make} |
| 7271 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` | 7263 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` |
| 7272 | if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : | 7264 | if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then : |
| 7273 | $as_echo_n "(cached) " >&6 | 7265 | $as_echo_n "(cached) " >&6 |
| 7274 | else | 7266 | else |
| 7275 | cat >conftest.make <<\_ACEOF | 7267 | cat >conftest.make <<\_ACEOF |
| @@ -7357,7 +7349,7 @@ deps_frag=$srcdir/src/$deps_frag | |||
| 7357 | 7349 | ||
| 7358 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long file names" >&5 | 7350 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long file names" >&5 |
| 7359 | $as_echo_n "checking for long file names... " >&6; } | 7351 | $as_echo_n "checking for long file names... " >&6; } |
| 7360 | if ${ac_cv_sys_long_file_names+:} false; then : | 7352 | if test "${ac_cv_sys_long_file_names+set}" = set; then : |
| 7361 | $as_echo_n "(cached) " >&6 | 7353 | $as_echo_n "(cached) " >&6 |
| 7362 | else | 7354 | else |
| 7363 | ac_cv_sys_long_file_names=yes | 7355 | ac_cv_sys_long_file_names=yes |
| @@ -7414,7 +7406,7 @@ if test "x$with_x" = xno; then | |||
| 7414 | else | 7406 | else |
| 7415 | case $x_includes,$x_libraries in #( | 7407 | case $x_includes,$x_libraries in #( |
| 7416 | *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #( | 7408 | *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #( |
| 7417 | *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then : | 7409 | *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then : |
| 7418 | $as_echo_n "(cached) " >&6 | 7410 | $as_echo_n "(cached) " >&6 |
| 7419 | else | 7411 | else |
| 7420 | # One or both of the vars are not set, and there is no cached value. | 7412 | # One or both of the vars are not set, and there is no cached value. |
| @@ -7697,7 +7689,7 @@ if test "${with_ns}" != no; then | |||
| 7697 | TEMACS_LDFLAGS2= | 7689 | TEMACS_LDFLAGS2= |
| 7698 | fi | 7690 | fi |
| 7699 | ac_fn_c_check_header_mongrel "$LINENO" "AppKit/AppKit.h" "ac_cv_header_AppKit_AppKit_h" "$ac_includes_default" | 7691 | ac_fn_c_check_header_mongrel "$LINENO" "AppKit/AppKit.h" "ac_cv_header_AppKit_AppKit_h" "$ac_includes_default" |
| 7700 | if test "x$ac_cv_header_AppKit_AppKit_h" = xyes; then : | 7692 | if test "x$ac_cv_header_AppKit_AppKit_h" = x""yes; then : |
| 7701 | HAVE_NS=yes | 7693 | HAVE_NS=yes |
| 7702 | else | 7694 | else |
| 7703 | as_fn_error $? "\`--with-ns' was specified, but the include | 7695 | as_fn_error $? "\`--with-ns' was specified, but the include |
| @@ -7779,7 +7771,7 @@ if test "$window_system" = none && test "X$with_x" != "Xno"; then | |||
| 7779 | set dummy X; ac_word=$2 | 7771 | set dummy X; ac_word=$2 |
| 7780 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 7772 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 7781 | $as_echo_n "checking for $ac_word... " >&6; } | 7773 | $as_echo_n "checking for $ac_word... " >&6; } |
| 7782 | if ${ac_cv_prog_HAVE_XSERVER+:} false; then : | 7774 | if test "${ac_cv_prog_HAVE_XSERVER+set}" = set; then : |
| 7783 | $as_echo_n "(cached) " >&6 | 7775 | $as_echo_n "(cached) " >&6 |
| 7784 | else | 7776 | else |
| 7785 | if test -n "$HAVE_XSERVER"; then | 7777 | if test -n "$HAVE_XSERVER"; then |
| @@ -7838,14 +7830,14 @@ esac | |||
| 7838 | GNU_MALLOC=yes | 7830 | GNU_MALLOC=yes |
| 7839 | doug_lea_malloc=yes | 7831 | doug_lea_malloc=yes |
| 7840 | ac_fn_c_check_func "$LINENO" "malloc_get_state" "ac_cv_func_malloc_get_state" | 7832 | ac_fn_c_check_func "$LINENO" "malloc_get_state" "ac_cv_func_malloc_get_state" |
| 7841 | if test "x$ac_cv_func_malloc_get_state" = xyes; then : | 7833 | if test "x$ac_cv_func_malloc_get_state" = x""yes; then : |
| 7842 | 7834 | ||
| 7843 | else | 7835 | else |
| 7844 | doug_lea_malloc=no | 7836 | doug_lea_malloc=no |
| 7845 | fi | 7837 | fi |
| 7846 | 7838 | ||
| 7847 | ac_fn_c_check_func "$LINENO" "malloc_set_state" "ac_cv_func_malloc_set_state" | 7839 | ac_fn_c_check_func "$LINENO" "malloc_set_state" "ac_cv_func_malloc_set_state" |
| 7848 | if test "x$ac_cv_func_malloc_set_state" = xyes; then : | 7840 | if test "x$ac_cv_func_malloc_set_state" = x""yes; then : |
| 7849 | 7841 | ||
| 7850 | else | 7842 | else |
| 7851 | doug_lea_malloc=no | 7843 | doug_lea_malloc=no |
| @@ -7853,7 +7845,7 @@ fi | |||
| 7853 | 7845 | ||
| 7854 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __after_morecore_hook exists" >&5 | 7846 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __after_morecore_hook exists" >&5 |
| 7855 | $as_echo_n "checking whether __after_morecore_hook exists... " >&6; } | 7847 | $as_echo_n "checking whether __after_morecore_hook exists... " >&6; } |
| 7856 | if ${emacs_cv_var___after_morecore_hook+:} false; then : | 7848 | if test "${emacs_cv_var___after_morecore_hook+set}" = set; then : |
| 7857 | $as_echo_n "(cached) " >&6 | 7849 | $as_echo_n "(cached) " >&6 |
| 7858 | else | 7850 | else |
| 7859 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 7851 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -7958,7 +7950,7 @@ done | |||
| 7958 | for ac_func in getpagesize | 7950 | for ac_func in getpagesize |
| 7959 | do : | 7951 | do : |
| 7960 | ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize" | 7952 | ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize" |
| 7961 | if test "x$ac_cv_func_getpagesize" = xyes; then : | 7953 | if test "x$ac_cv_func_getpagesize" = x""yes; then : |
| 7962 | cat >>confdefs.h <<_ACEOF | 7954 | cat >>confdefs.h <<_ACEOF |
| 7963 | #define HAVE_GETPAGESIZE 1 | 7955 | #define HAVE_GETPAGESIZE 1 |
| 7964 | _ACEOF | 7956 | _ACEOF |
| @@ -7968,7 +7960,7 @@ done | |||
| 7968 | 7960 | ||
| 7969 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5 | 7961 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5 |
| 7970 | $as_echo_n "checking for working mmap... " >&6; } | 7962 | $as_echo_n "checking for working mmap... " >&6; } |
| 7971 | if ${ac_cv_func_mmap_fixed_mapped+:} false; then : | 7963 | if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then : |
| 7972 | $as_echo_n "(cached) " >&6 | 7964 | $as_echo_n "(cached) " >&6 |
| 7973 | else | 7965 | else |
| 7974 | if test "$cross_compiling" = yes; then : | 7966 | if test "$cross_compiling" = yes; then : |
| @@ -8143,7 +8135,7 @@ LIBS="$LIBS_SYSTEM $LIBS" | |||
| 8143 | 8135 | ||
| 8144 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5 | 8136 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5 |
| 8145 | $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; } | 8137 | $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; } |
| 8146 | if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then : | 8138 | if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then : |
| 8147 | $as_echo_n "(cached) " >&6 | 8139 | $as_echo_n "(cached) " >&6 |
| 8148 | else | 8140 | else |
| 8149 | ac_check_lib_save_LIBS=$LIBS | 8141 | ac_check_lib_save_LIBS=$LIBS |
| @@ -8177,7 +8169,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 8177 | fi | 8169 | fi |
| 8178 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 | 8170 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 |
| 8179 | $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; } | 8171 | $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; } |
| 8180 | if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then : | 8172 | if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then : |
| 8181 | cat >>confdefs.h <<_ACEOF | 8173 | cat >>confdefs.h <<_ACEOF |
| 8182 | #define HAVE_LIBDNET 1 | 8174 | #define HAVE_LIBDNET 1 |
| 8183 | _ACEOF | 8175 | _ACEOF |
| @@ -8189,7 +8181,7 @@ fi | |||
| 8189 | 8181 | ||
| 8190 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lXbsd" >&5 | 8182 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lXbsd" >&5 |
| 8191 | $as_echo_n "checking for main in -lXbsd... " >&6; } | 8183 | $as_echo_n "checking for main in -lXbsd... " >&6; } |
| 8192 | if ${ac_cv_lib_Xbsd_main+:} false; then : | 8184 | if test "${ac_cv_lib_Xbsd_main+set}" = set; then : |
| 8193 | $as_echo_n "(cached) " >&6 | 8185 | $as_echo_n "(cached) " >&6 |
| 8194 | else | 8186 | else |
| 8195 | ac_check_lib_save_LIBS=$LIBS | 8187 | ac_check_lib_save_LIBS=$LIBS |
| @@ -8217,14 +8209,14 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 8217 | fi | 8209 | fi |
| 8218 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xbsd_main" >&5 | 8210 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xbsd_main" >&5 |
| 8219 | $as_echo "$ac_cv_lib_Xbsd_main" >&6; } | 8211 | $as_echo "$ac_cv_lib_Xbsd_main" >&6; } |
| 8220 | if test "x$ac_cv_lib_Xbsd_main" = xyes; then : | 8212 | if test "x$ac_cv_lib_Xbsd_main" = x""yes; then : |
| 8221 | LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd" | 8213 | LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd" |
| 8222 | fi | 8214 | fi |
| 8223 | 8215 | ||
| 8224 | 8216 | ||
| 8225 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cma_open in -lpthreads" >&5 | 8217 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cma_open in -lpthreads" >&5 |
| 8226 | $as_echo_n "checking for cma_open in -lpthreads... " >&6; } | 8218 | $as_echo_n "checking for cma_open in -lpthreads... " >&6; } |
| 8227 | if ${ac_cv_lib_pthreads_cma_open+:} false; then : | 8219 | if test "${ac_cv_lib_pthreads_cma_open+set}" = set; then : |
| 8228 | $as_echo_n "(cached) " >&6 | 8220 | $as_echo_n "(cached) " >&6 |
| 8229 | else | 8221 | else |
| 8230 | ac_check_lib_save_LIBS=$LIBS | 8222 | ac_check_lib_save_LIBS=$LIBS |
| @@ -8258,7 +8250,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 8258 | fi | 8250 | fi |
| 8259 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthreads_cma_open" >&5 | 8251 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthreads_cma_open" >&5 |
| 8260 | $as_echo "$ac_cv_lib_pthreads_cma_open" >&6; } | 8252 | $as_echo "$ac_cv_lib_pthreads_cma_open" >&6; } |
| 8261 | if test "x$ac_cv_lib_pthreads_cma_open" = xyes; then : | 8253 | if test "x$ac_cv_lib_pthreads_cma_open" = x""yes; then : |
| 8262 | cat >>confdefs.h <<_ACEOF | 8254 | cat >>confdefs.h <<_ACEOF |
| 8263 | #define HAVE_LIBPTHREADS 1 | 8255 | #define HAVE_LIBPTHREADS 1 |
| 8264 | _ACEOF | 8256 | _ACEOF |
| @@ -8285,7 +8277,7 @@ case ${host_os} in | |||
| 8285 | aix*) | 8277 | aix*) |
| 8286 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -bbigtoc option" >&5 | 8278 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -bbigtoc option" >&5 |
| 8287 | $as_echo_n "checking for -bbigtoc option... " >&6; } | 8279 | $as_echo_n "checking for -bbigtoc option... " >&6; } |
| 8288 | if ${gdb_cv_bigtoc+:} false; then : | 8280 | if test "${gdb_cv_bigtoc+set}" = set; then : |
| 8289 | $as_echo_n "(cached) " >&6 | 8281 | $as_echo_n "(cached) " >&6 |
| 8290 | else | 8282 | else |
| 8291 | 8283 | ||
| @@ -8459,7 +8451,7 @@ fi | |||
| 8459 | if test "${window_system}" = "x11"; then | 8451 | if test "${window_system}" = "x11"; then |
| 8460 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 version 6" >&5 | 8452 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 version 6" >&5 |
| 8461 | $as_echo_n "checking X11 version 6... " >&6; } | 8453 | $as_echo_n "checking X11 version 6... " >&6; } |
| 8462 | if ${emacs_cv_x11_version_6+:} false; then : | 8454 | if test "${emacs_cv_x11_version_6+set}" = set; then : |
| 8463 | $as_echo_n "(cached) " >&6 | 8455 | $as_echo_n "(cached) " >&6 |
| 8464 | else | 8456 | else |
| 8465 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 8457 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -8524,7 +8516,7 @@ if test "${HAVE_X11}" = "yes" || test "${NS_IMPL_GNUSTEP}" = "yes"; then | |||
| 8524 | set dummy pkg-config; ac_word=$2 | 8516 | set dummy pkg-config; ac_word=$2 |
| 8525 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 8517 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 8526 | $as_echo_n "checking for $ac_word... " >&6; } | 8518 | $as_echo_n "checking for $ac_word... " >&6; } |
| 8527 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 8519 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 8528 | $as_echo_n "(cached) " >&6 | 8520 | $as_echo_n "(cached) " >&6 |
| 8529 | else | 8521 | else |
| 8530 | case $PKG_CONFIG in | 8522 | case $PKG_CONFIG in |
| @@ -8635,7 +8627,7 @@ if test "${HAVE_X11}" = "yes"; then | |||
| 8635 | set dummy pkg-config; ac_word=$2 | 8627 | set dummy pkg-config; ac_word=$2 |
| 8636 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 8628 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 8637 | $as_echo_n "checking for $ac_word... " >&6; } | 8629 | $as_echo_n "checking for $ac_word... " >&6; } |
| 8638 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 8630 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 8639 | $as_echo_n "(cached) " >&6 | 8631 | $as_echo_n "(cached) " >&6 |
| 8640 | else | 8632 | else |
| 8641 | case $PKG_CONFIG in | 8633 | case $PKG_CONFIG in |
| @@ -8734,7 +8726,7 @@ $as_echo "#define HAVE_IMAGEMAGICK 1" >>confdefs.h | |||
| 8734 | for ac_func in MagickExportImagePixels | 8726 | for ac_func in MagickExportImagePixels |
| 8735 | do : | 8727 | do : |
| 8736 | ac_fn_c_check_func "$LINENO" "MagickExportImagePixels" "ac_cv_func_MagickExportImagePixels" | 8728 | ac_fn_c_check_func "$LINENO" "MagickExportImagePixels" "ac_cv_func_MagickExportImagePixels" |
| 8737 | if test "x$ac_cv_func_MagickExportImagePixels" = xyes; then : | 8729 | if test "x$ac_cv_func_MagickExportImagePixels" = x""yes; then : |
| 8738 | cat >>confdefs.h <<_ACEOF | 8730 | cat >>confdefs.h <<_ACEOF |
| 8739 | #define HAVE_MAGICKEXPORTIMAGEPIXELS 1 | 8731 | #define HAVE_MAGICKEXPORTIMAGEPIXELS 1 |
| 8740 | _ACEOF | 8732 | _ACEOF |
| @@ -8760,7 +8752,7 @@ if test "${with_gtk3}" = "yes"; then | |||
| 8760 | set dummy pkg-config; ac_word=$2 | 8752 | set dummy pkg-config; ac_word=$2 |
| 8761 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 8753 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 8762 | $as_echo_n "checking for $ac_word... " >&6; } | 8754 | $as_echo_n "checking for $ac_word... " >&6; } |
| 8763 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 8755 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 8764 | $as_echo_n "(cached) " >&6 | 8756 | $as_echo_n "(cached) " >&6 |
| 8765 | else | 8757 | else |
| 8766 | case $PKG_CONFIG in | 8758 | case $PKG_CONFIG in |
| @@ -8866,7 +8858,7 @@ if test "${with_gtk}" = "yes" || test "$USE_X_TOOLKIT" = "maybe"; then | |||
| 8866 | set dummy pkg-config; ac_word=$2 | 8858 | set dummy pkg-config; ac_word=$2 |
| 8867 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 8859 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 8868 | $as_echo_n "checking for $ac_word... " >&6; } | 8860 | $as_echo_n "checking for $ac_word... " >&6; } |
| 8869 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 8861 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 8870 | $as_echo_n "(cached) " >&6 | 8862 | $as_echo_n "(cached) " >&6 |
| 8871 | else | 8863 | else |
| 8872 | case $PKG_CONFIG in | 8864 | case $PKG_CONFIG in |
| @@ -8971,7 +8963,7 @@ if test x"$pkg_check_gtk" = xyes; then | |||
| 8971 | for ac_func in gtk_main | 8963 | for ac_func in gtk_main |
| 8972 | do : | 8964 | do : |
| 8973 | ac_fn_c_check_func "$LINENO" "gtk_main" "ac_cv_func_gtk_main" | 8965 | ac_fn_c_check_func "$LINENO" "gtk_main" "ac_cv_func_gtk_main" |
| 8974 | if test "x$ac_cv_func_gtk_main" = xyes; then : | 8966 | if test "x$ac_cv_func_gtk_main" = x""yes; then : |
| 8975 | cat >>confdefs.h <<_ACEOF | 8967 | cat >>confdefs.h <<_ACEOF |
| 8976 | #define HAVE_GTK_MAIN 1 | 8968 | #define HAVE_GTK_MAIN 1 |
| 8977 | _ACEOF | 8969 | _ACEOF |
| @@ -9019,7 +9011,7 @@ if test "${HAVE_GTK}" = "yes"; then | |||
| 9019 | ac_fn_c_check_decl "$LINENO" "GTK_TYPE_FILE_SELECTION" "ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" "$ac_includes_default | 9011 | ac_fn_c_check_decl "$LINENO" "GTK_TYPE_FILE_SELECTION" "ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" "$ac_includes_default |
| 9020 | #include <gtk/gtk.h> | 9012 | #include <gtk/gtk.h> |
| 9021 | " | 9013 | " |
| 9022 | if test "x$ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" = xyes; then : | 9014 | if test "x$ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" = x""yes; then : |
| 9023 | HAVE_GTK_FILE_SELECTION=yes | 9015 | HAVE_GTK_FILE_SELECTION=yes |
| 9024 | else | 9016 | else |
| 9025 | HAVE_GTK_FILE_SELECTION=no | 9017 | HAVE_GTK_FILE_SELECTION=no |
| @@ -9029,7 +9021,7 @@ fi | |||
| 9029 | for ac_func in gtk_file_selection_new | 9021 | for ac_func in gtk_file_selection_new |
| 9030 | do : | 9022 | do : |
| 9031 | ac_fn_c_check_func "$LINENO" "gtk_file_selection_new" "ac_cv_func_gtk_file_selection_new" | 9023 | ac_fn_c_check_func "$LINENO" "gtk_file_selection_new" "ac_cv_func_gtk_file_selection_new" |
| 9032 | if test "x$ac_cv_func_gtk_file_selection_new" = xyes; then : | 9024 | if test "x$ac_cv_func_gtk_file_selection_new" = x""yes; then : |
| 9033 | cat >>confdefs.h <<_ACEOF | 9025 | cat >>confdefs.h <<_ACEOF |
| 9034 | #define HAVE_GTK_FILE_SELECTION_NEW 1 | 9026 | #define HAVE_GTK_FILE_SELECTION_NEW 1 |
| 9035 | _ACEOF | 9027 | _ACEOF |
| @@ -9043,7 +9035,7 @@ done | |||
| 9043 | for ac_header in pthread.h | 9035 | for ac_header in pthread.h |
| 9044 | do : | 9036 | do : |
| 9045 | ac_fn_c_check_header_mongrel "$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default" | 9037 | ac_fn_c_check_header_mongrel "$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default" |
| 9046 | if test "x$ac_cv_header_pthread_h" = xyes; then : | 9038 | if test "x$ac_cv_header_pthread_h" = x""yes; then : |
| 9047 | cat >>confdefs.h <<_ACEOF | 9039 | cat >>confdefs.h <<_ACEOF |
| 9048 | #define HAVE_PTHREAD_H 1 | 9040 | #define HAVE_PTHREAD_H 1 |
| 9049 | _ACEOF | 9041 | _ACEOF |
| @@ -9055,7 +9047,7 @@ done | |||
| 9055 | if test "$ac_cv_header_pthread_h"; then | 9047 | if test "$ac_cv_header_pthread_h"; then |
| 9056 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_self in -lpthread" >&5 | 9048 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_self in -lpthread" >&5 |
| 9057 | $as_echo_n "checking for pthread_self in -lpthread... " >&6; } | 9049 | $as_echo_n "checking for pthread_self in -lpthread... " >&6; } |
| 9058 | if ${ac_cv_lib_pthread_pthread_self+:} false; then : | 9050 | if test "${ac_cv_lib_pthread_pthread_self+set}" = set; then : |
| 9059 | $as_echo_n "(cached) " >&6 | 9051 | $as_echo_n "(cached) " >&6 |
| 9060 | else | 9052 | else |
| 9061 | ac_check_lib_save_LIBS=$LIBS | 9053 | ac_check_lib_save_LIBS=$LIBS |
| @@ -9089,7 +9081,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 9089 | fi | 9081 | fi |
| 9090 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_self" >&5 | 9082 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_self" >&5 |
| 9091 | $as_echo "$ac_cv_lib_pthread_pthread_self" >&6; } | 9083 | $as_echo "$ac_cv_lib_pthread_pthread_self" >&6; } |
| 9092 | if test "x$ac_cv_lib_pthread_pthread_self" = xyes; then : | 9084 | if test "x$ac_cv_lib_pthread_pthread_self" = x""yes; then : |
| 9093 | HAVE_GTK_AND_PTHREAD=yes | 9085 | HAVE_GTK_AND_PTHREAD=yes |
| 9094 | fi | 9086 | fi |
| 9095 | 9087 | ||
| @@ -9132,7 +9124,7 @@ if test "${with_dbus}" = "yes"; then | |||
| 9132 | set dummy pkg-config; ac_word=$2 | 9124 | set dummy pkg-config; ac_word=$2 |
| 9133 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 9125 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 9134 | $as_echo_n "checking for $ac_word... " >&6; } | 9126 | $as_echo_n "checking for $ac_word... " >&6; } |
| 9135 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 9127 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 9136 | $as_echo_n "(cached) " >&6 | 9128 | $as_echo_n "(cached) " >&6 |
| 9137 | else | 9129 | else |
| 9138 | case $PKG_CONFIG in | 9130 | case $PKG_CONFIG in |
| @@ -9227,7 +9219,7 @@ $as_echo "#define HAVE_DBUS 1" >>confdefs.h | |||
| 9227 | for ac_func in dbus_watch_get_unix_fd | 9219 | for ac_func in dbus_watch_get_unix_fd |
| 9228 | do : | 9220 | do : |
| 9229 | ac_fn_c_check_func "$LINENO" "dbus_watch_get_unix_fd" "ac_cv_func_dbus_watch_get_unix_fd" | 9221 | ac_fn_c_check_func "$LINENO" "dbus_watch_get_unix_fd" "ac_cv_func_dbus_watch_get_unix_fd" |
| 9230 | if test "x$ac_cv_func_dbus_watch_get_unix_fd" = xyes; then : | 9222 | if test "x$ac_cv_func_dbus_watch_get_unix_fd" = x""yes; then : |
| 9231 | cat >>confdefs.h <<_ACEOF | 9223 | cat >>confdefs.h <<_ACEOF |
| 9232 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | 9224 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 |
| 9233 | _ACEOF | 9225 | _ACEOF |
| @@ -9249,7 +9241,7 @@ if test "${HAVE_X11}" = "yes" && test "${with_gconf}" = "yes"; then | |||
| 9249 | set dummy pkg-config; ac_word=$2 | 9241 | set dummy pkg-config; ac_word=$2 |
| 9250 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 9242 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 9251 | $as_echo_n "checking for $ac_word... " >&6; } | 9243 | $as_echo_n "checking for $ac_word... " >&6; } |
| 9252 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 9244 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 9253 | $as_echo_n "(cached) " >&6 | 9245 | $as_echo_n "(cached) " >&6 |
| 9254 | else | 9246 | else |
| 9255 | case $PKG_CONFIG in | 9247 | case $PKG_CONFIG in |
| @@ -9343,7 +9335,7 @@ $as_echo "#define HAVE_GCONF 1" >>confdefs.h | |||
| 9343 | for ac_func in g_type_init | 9335 | for ac_func in g_type_init |
| 9344 | do : | 9336 | do : |
| 9345 | ac_fn_c_check_func "$LINENO" "g_type_init" "ac_cv_func_g_type_init" | 9337 | ac_fn_c_check_func "$LINENO" "g_type_init" "ac_cv_func_g_type_init" |
| 9346 | if test "x$ac_cv_func_g_type_init" = xyes; then : | 9338 | if test "x$ac_cv_func_g_type_init" = x""yes; then : |
| 9347 | cat >>confdefs.h <<_ACEOF | 9339 | cat >>confdefs.h <<_ACEOF |
| 9348 | #define HAVE_G_TYPE_INIT 1 | 9340 | #define HAVE_G_TYPE_INIT 1 |
| 9349 | _ACEOF | 9341 | _ACEOF |
| @@ -9359,7 +9351,7 @@ LIBSELINUX_LIBS= | |||
| 9359 | if test "${with_selinux}" = "yes"; then | 9351 | if test "${with_selinux}" = "yes"; then |
| 9360 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lgetfilecon in -lselinux" >&5 | 9352 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lgetfilecon in -lselinux" >&5 |
| 9361 | $as_echo_n "checking for lgetfilecon in -lselinux... " >&6; } | 9353 | $as_echo_n "checking for lgetfilecon in -lselinux... " >&6; } |
| 9362 | if ${ac_cv_lib_selinux_lgetfilecon+:} false; then : | 9354 | if test "${ac_cv_lib_selinux_lgetfilecon+set}" = set; then : |
| 9363 | $as_echo_n "(cached) " >&6 | 9355 | $as_echo_n "(cached) " >&6 |
| 9364 | else | 9356 | else |
| 9365 | ac_check_lib_save_LIBS=$LIBS | 9357 | ac_check_lib_save_LIBS=$LIBS |
| @@ -9393,7 +9385,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 9393 | fi | 9385 | fi |
| 9394 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_selinux_lgetfilecon" >&5 | 9386 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_selinux_lgetfilecon" >&5 |
| 9395 | $as_echo "$ac_cv_lib_selinux_lgetfilecon" >&6; } | 9387 | $as_echo "$ac_cv_lib_selinux_lgetfilecon" >&6; } |
| 9396 | if test "x$ac_cv_lib_selinux_lgetfilecon" = xyes; then : | 9388 | if test "x$ac_cv_lib_selinux_lgetfilecon" = x""yes; then : |
| 9397 | HAVE_LIBSELINUX=yes | 9389 | HAVE_LIBSELINUX=yes |
| 9398 | else | 9390 | else |
| 9399 | HAVE_LIBSELINUX=no | 9391 | HAVE_LIBSELINUX=no |
| @@ -9417,7 +9409,7 @@ if test "${with_gnutls}" = "yes" ; then | |||
| 9417 | set dummy pkg-config; ac_word=$2 | 9409 | set dummy pkg-config; ac_word=$2 |
| 9418 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 9410 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 9419 | $as_echo_n "checking for $ac_word... " >&6; } | 9411 | $as_echo_n "checking for $ac_word... " >&6; } |
| 9420 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 9412 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 9421 | $as_echo_n "(cached) " >&6 | 9413 | $as_echo_n "(cached) " >&6 |
| 9422 | else | 9414 | else |
| 9423 | case $PKG_CONFIG in | 9415 | case $PKG_CONFIG in |
| @@ -9519,7 +9511,7 @@ if test x"${USE_X_TOOLKIT}" = xmaybe || test x"${USE_X_TOOLKIT}" = xLUCID; then | |||
| 9519 | if test "$with_xaw3d" != no; then | 9511 | if test "$with_xaw3d" != no; then |
| 9520 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xaw3d" >&5 | 9512 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xaw3d" >&5 |
| 9521 | $as_echo_n "checking for xaw3d... " >&6; } | 9513 | $as_echo_n "checking for xaw3d... " >&6; } |
| 9522 | if ${emacs_cv_xaw3d+:} false; then : | 9514 | if test "${emacs_cv_xaw3d+set}" = set; then : |
| 9523 | $as_echo_n "(cached) " >&6 | 9515 | $as_echo_n "(cached) " >&6 |
| 9524 | else | 9516 | else |
| 9525 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 9517 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -9561,7 +9553,7 @@ $as_echo "#define HAVE_XAW3D 1" >>confdefs.h | |||
| 9561 | $as_echo "no" >&6; } | 9553 | $as_echo "no" >&6; } |
| 9562 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libXaw" >&5 | 9554 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libXaw" >&5 |
| 9563 | $as_echo_n "checking for libXaw... " >&6; } | 9555 | $as_echo_n "checking for libXaw... " >&6; } |
| 9564 | if ${emacs_cv_xaw+:} false; then : | 9556 | if test "${emacs_cv_xaw+set}" = set; then : |
| 9565 | $as_echo_n "(cached) " >&6 | 9557 | $as_echo_n "(cached) " >&6 |
| 9566 | else | 9558 | else |
| 9567 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 9559 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -9607,7 +9599,7 @@ LIBXTR6= | |||
| 9607 | if test "${USE_X_TOOLKIT}" != "none"; then | 9599 | if test "${USE_X_TOOLKIT}" != "none"; then |
| 9608 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 toolkit version" >&5 | 9600 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 toolkit version" >&5 |
| 9609 | $as_echo_n "checking X11 toolkit version... " >&6; } | 9601 | $as_echo_n "checking X11 toolkit version... " >&6; } |
| 9610 | if ${emacs_cv_x11_toolkit_version_6+:} false; then : | 9602 | if test "${emacs_cv_x11_toolkit_version_6+set}" = set; then : |
| 9611 | $as_echo_n "(cached) " >&6 | 9603 | $as_echo_n "(cached) " >&6 |
| 9612 | else | 9604 | else |
| 9613 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 9605 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -9658,7 +9650,7 @@ $as_echo "before 6" >&6; } | |||
| 9658 | fi | 9650 | fi |
| 9659 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XmuConvertStandardSelection in -lXmu" >&5 | 9651 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XmuConvertStandardSelection in -lXmu" >&5 |
| 9660 | $as_echo_n "checking for XmuConvertStandardSelection in -lXmu... " >&6; } | 9652 | $as_echo_n "checking for XmuConvertStandardSelection in -lXmu... " >&6; } |
| 9661 | if ${ac_cv_lib_Xmu_XmuConvertStandardSelection+:} false; then : | 9653 | if test "${ac_cv_lib_Xmu_XmuConvertStandardSelection+set}" = set; then : |
| 9662 | $as_echo_n "(cached) " >&6 | 9654 | $as_echo_n "(cached) " >&6 |
| 9663 | else | 9655 | else |
| 9664 | ac_check_lib_save_LIBS=$LIBS | 9656 | ac_check_lib_save_LIBS=$LIBS |
| @@ -9692,7 +9684,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 9692 | fi | 9684 | fi |
| 9693 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5 | 9685 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5 |
| 9694 | $as_echo "$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6; } | 9686 | $as_echo "$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6; } |
| 9695 | if test "x$ac_cv_lib_Xmu_XmuConvertStandardSelection" = xyes; then : | 9687 | if test "x$ac_cv_lib_Xmu_XmuConvertStandardSelection" = x""yes; then : |
| 9696 | cat >>confdefs.h <<_ACEOF | 9688 | cat >>confdefs.h <<_ACEOF |
| 9697 | #define HAVE_LIBXMU 1 | 9689 | #define HAVE_LIBXMU 1 |
| 9698 | _ACEOF | 9690 | _ACEOF |
| @@ -9719,7 +9711,7 @@ if test "${HAVE_X11}" = "yes"; then | |||
| 9719 | if test "${USE_X_TOOLKIT}" != "none"; then | 9711 | if test "${USE_X_TOOLKIT}" != "none"; then |
| 9720 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5 | 9712 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5 |
| 9721 | $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; } | 9713 | $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; } |
| 9722 | if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false; then : | 9714 | if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then : |
| 9723 | $as_echo_n "(cached) " >&6 | 9715 | $as_echo_n "(cached) " >&6 |
| 9724 | else | 9716 | else |
| 9725 | ac_check_lib_save_LIBS=$LIBS | 9717 | ac_check_lib_save_LIBS=$LIBS |
| @@ -9753,7 +9745,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 9753 | fi | 9745 | fi |
| 9754 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5 | 9746 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5 |
| 9755 | $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; } | 9747 | $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; } |
| 9756 | if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes; then : | 9748 | if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then : |
| 9757 | cat >>confdefs.h <<_ACEOF | 9749 | cat >>confdefs.h <<_ACEOF |
| 9758 | #define HAVE_LIBXEXT 1 | 9750 | #define HAVE_LIBXEXT 1 |
| 9759 | _ACEOF | 9751 | _ACEOF |
| @@ -9769,7 +9761,7 @@ LIBXP= | |||
| 9769 | if test "${USE_X_TOOLKIT}" = "MOTIF"; then | 9761 | if test "${USE_X_TOOLKIT}" = "MOTIF"; then |
| 9770 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Motif version 2.1" >&5 | 9762 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Motif version 2.1" >&5 |
| 9771 | $as_echo_n "checking for Motif version 2.1... " >&6; } | 9763 | $as_echo_n "checking for Motif version 2.1... " >&6; } |
| 9772 | if ${emacs_cv_motif_version_2_1+:} false; then : | 9764 | if test "${emacs_cv_motif_version_2_1+set}" = set; then : |
| 9773 | $as_echo_n "(cached) " >&6 | 9765 | $as_echo_n "(cached) " >&6 |
| 9774 | else | 9766 | else |
| 9775 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 9767 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -9799,7 +9791,7 @@ $as_echo "$emacs_cv_motif_version_2_1" >&6; } | |||
| 9799 | if test $emacs_cv_motif_version_2_1 = yes; then | 9791 | if test $emacs_cv_motif_version_2_1 = yes; then |
| 9800 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpCreateContext in -lXp" >&5 | 9792 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpCreateContext in -lXp" >&5 |
| 9801 | $as_echo_n "checking for XpCreateContext in -lXp... " >&6; } | 9793 | $as_echo_n "checking for XpCreateContext in -lXp... " >&6; } |
| 9802 | if ${ac_cv_lib_Xp_XpCreateContext+:} false; then : | 9794 | if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then : |
| 9803 | $as_echo_n "(cached) " >&6 | 9795 | $as_echo_n "(cached) " >&6 |
| 9804 | else | 9796 | else |
| 9805 | ac_check_lib_save_LIBS=$LIBS | 9797 | ac_check_lib_save_LIBS=$LIBS |
| @@ -9833,14 +9825,14 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 9833 | fi | 9825 | fi |
| 9834 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xp_XpCreateContext" >&5 | 9826 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xp_XpCreateContext" >&5 |
| 9835 | $as_echo "$ac_cv_lib_Xp_XpCreateContext" >&6; } | 9827 | $as_echo "$ac_cv_lib_Xp_XpCreateContext" >&6; } |
| 9836 | if test "x$ac_cv_lib_Xp_XpCreateContext" = xyes; then : | 9828 | if test "x$ac_cv_lib_Xp_XpCreateContext" = x""yes; then : |
| 9837 | LIBXP=-lXp | 9829 | LIBXP=-lXp |
| 9838 | fi | 9830 | fi |
| 9839 | 9831 | ||
| 9840 | else | 9832 | else |
| 9841 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LessTif where some systems put it" >&5 | 9833 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LessTif where some systems put it" >&5 |
| 9842 | $as_echo_n "checking for LessTif where some systems put it... " >&6; } | 9834 | $as_echo_n "checking for LessTif where some systems put it... " >&6; } |
| 9843 | if ${emacs_cv_lesstif+:} false; then : | 9835 | if test "${emacs_cv_lesstif+set}" = set; then : |
| 9844 | $as_echo_n "(cached) " >&6 | 9836 | $as_echo_n "(cached) " >&6 |
| 9845 | else | 9837 | else |
| 9846 | # We put this in CFLAGS temporarily to precede other -I options | 9838 | # We put this in CFLAGS temporarily to precede other -I options |
| @@ -9999,7 +9991,7 @@ if test "${HAVE_X11}" = "yes"; then | |||
| 9999 | set dummy pkg-config; ac_word=$2 | 9991 | set dummy pkg-config; ac_word=$2 |
| 10000 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 9992 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 10001 | $as_echo_n "checking for $ac_word... " >&6; } | 9993 | $as_echo_n "checking for $ac_word... " >&6; } |
| 10002 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 9994 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 10003 | $as_echo_n "(cached) " >&6 | 9995 | $as_echo_n "(cached) " >&6 |
| 10004 | else | 9996 | else |
| 10005 | case $PKG_CONFIG in | 9997 | case $PKG_CONFIG in |
| @@ -10101,7 +10093,7 @@ $as_echo "no" >&6; } | |||
| 10101 | set dummy pkg-config; ac_word=$2 | 10093 | set dummy pkg-config; ac_word=$2 |
| 10102 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 10094 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 10103 | $as_echo_n "checking for $ac_word... " >&6; } | 10095 | $as_echo_n "checking for $ac_word... " >&6; } |
| 10104 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 10096 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 10105 | $as_echo_n "(cached) " >&6 | 10097 | $as_echo_n "(cached) " >&6 |
| 10106 | else | 10098 | else |
| 10107 | case $PKG_CONFIG in | 10099 | case $PKG_CONFIG in |
| @@ -10193,7 +10185,7 @@ $as_echo "no" >&6; } | |||
| 10193 | HAVE_XRENDER=no | 10185 | HAVE_XRENDER=no |
| 10194 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderQueryExtension in -lXrender" >&5 | 10186 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderQueryExtension in -lXrender" >&5 |
| 10195 | $as_echo_n "checking for XRenderQueryExtension in -lXrender... " >&6; } | 10187 | $as_echo_n "checking for XRenderQueryExtension in -lXrender... " >&6; } |
| 10196 | if ${ac_cv_lib_Xrender_XRenderQueryExtension+:} false; then : | 10188 | if test "${ac_cv_lib_Xrender_XRenderQueryExtension+set}" = set; then : |
| 10197 | $as_echo_n "(cached) " >&6 | 10189 | $as_echo_n "(cached) " >&6 |
| 10198 | else | 10190 | else |
| 10199 | ac_check_lib_save_LIBS=$LIBS | 10191 | ac_check_lib_save_LIBS=$LIBS |
| @@ -10227,7 +10219,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 10227 | fi | 10219 | fi |
| 10228 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderQueryExtension" >&5 | 10220 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderQueryExtension" >&5 |
| 10229 | $as_echo "$ac_cv_lib_Xrender_XRenderQueryExtension" >&6; } | 10221 | $as_echo "$ac_cv_lib_Xrender_XRenderQueryExtension" >&6; } |
| 10230 | if test "x$ac_cv_lib_Xrender_XRenderQueryExtension" = xyes; then : | 10222 | if test "x$ac_cv_lib_Xrender_XRenderQueryExtension" = x""yes; then : |
| 10231 | HAVE_XRENDER=yes | 10223 | HAVE_XRENDER=yes |
| 10232 | fi | 10224 | fi |
| 10233 | 10225 | ||
| @@ -10240,10 +10232,10 @@ fi | |||
| 10240 | XFT_LIBS="-lXrender $XFT_LIBS" | 10232 | XFT_LIBS="-lXrender $XFT_LIBS" |
| 10241 | LIBS="$XFT_LIBS $LIBS" | 10233 | LIBS="$XFT_LIBS $LIBS" |
| 10242 | ac_fn_c_check_header_mongrel "$LINENO" "X11/Xft/Xft.h" "ac_cv_header_X11_Xft_Xft_h" "$ac_includes_default" | 10234 | ac_fn_c_check_header_mongrel "$LINENO" "X11/Xft/Xft.h" "ac_cv_header_X11_Xft_Xft_h" "$ac_includes_default" |
| 10243 | if test "x$ac_cv_header_X11_Xft_Xft_h" = xyes; then : | 10235 | if test "x$ac_cv_header_X11_Xft_Xft_h" = x""yes; then : |
| 10244 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XftFontOpen in -lXft" >&5 | 10236 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XftFontOpen in -lXft" >&5 |
| 10245 | $as_echo_n "checking for XftFontOpen in -lXft... " >&6; } | 10237 | $as_echo_n "checking for XftFontOpen in -lXft... " >&6; } |
| 10246 | if ${ac_cv_lib_Xft_XftFontOpen+:} false; then : | 10238 | if test "${ac_cv_lib_Xft_XftFontOpen+set}" = set; then : |
| 10247 | $as_echo_n "(cached) " >&6 | 10239 | $as_echo_n "(cached) " >&6 |
| 10248 | else | 10240 | else |
| 10249 | ac_check_lib_save_LIBS=$LIBS | 10241 | ac_check_lib_save_LIBS=$LIBS |
| @@ -10277,7 +10269,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 10277 | fi | 10269 | fi |
| 10278 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xft_XftFontOpen" >&5 | 10270 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xft_XftFontOpen" >&5 |
| 10279 | $as_echo "$ac_cv_lib_Xft_XftFontOpen" >&6; } | 10271 | $as_echo "$ac_cv_lib_Xft_XftFontOpen" >&6; } |
| 10280 | if test "x$ac_cv_lib_Xft_XftFontOpen" = xyes; then : | 10272 | if test "x$ac_cv_lib_Xft_XftFontOpen" = x""yes; then : |
| 10281 | HAVE_XFT=yes | 10273 | HAVE_XFT=yes |
| 10282 | fi | 10274 | fi |
| 10283 | 10275 | ||
| @@ -10326,7 +10318,7 @@ $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h | |||
| 10326 | set dummy pkg-config; ac_word=$2 | 10318 | set dummy pkg-config; ac_word=$2 |
| 10327 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 10319 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 10328 | $as_echo_n "checking for $ac_word... " >&6; } | 10320 | $as_echo_n "checking for $ac_word... " >&6; } |
| 10329 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 10321 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 10330 | $as_echo_n "(cached) " >&6 | 10322 | $as_echo_n "(cached) " >&6 |
| 10331 | else | 10323 | else |
| 10332 | case $PKG_CONFIG in | 10324 | case $PKG_CONFIG in |
| @@ -10419,7 +10411,7 @@ $as_echo "#define HAVE_LIBOTF 1" >>confdefs.h | |||
| 10419 | 10411 | ||
| 10420 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OTF_get_variation_glyphs in -lotf" >&5 | 10412 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OTF_get_variation_glyphs in -lotf" >&5 |
| 10421 | $as_echo_n "checking for OTF_get_variation_glyphs in -lotf... " >&6; } | 10413 | $as_echo_n "checking for OTF_get_variation_glyphs in -lotf... " >&6; } |
| 10422 | if ${ac_cv_lib_otf_OTF_get_variation_glyphs+:} false; then : | 10414 | if test "${ac_cv_lib_otf_OTF_get_variation_glyphs+set}" = set; then : |
| 10423 | $as_echo_n "(cached) " >&6 | 10415 | $as_echo_n "(cached) " >&6 |
| 10424 | else | 10416 | else |
| 10425 | ac_check_lib_save_LIBS=$LIBS | 10417 | ac_check_lib_save_LIBS=$LIBS |
| @@ -10453,7 +10445,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 10453 | fi | 10445 | fi |
| 10454 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_otf_OTF_get_variation_glyphs" >&5 | 10446 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_otf_OTF_get_variation_glyphs" >&5 |
| 10455 | $as_echo "$ac_cv_lib_otf_OTF_get_variation_glyphs" >&6; } | 10447 | $as_echo "$ac_cv_lib_otf_OTF_get_variation_glyphs" >&6; } |
| 10456 | if test "x$ac_cv_lib_otf_OTF_get_variation_glyphs" = xyes; then : | 10448 | if test "x$ac_cv_lib_otf_OTF_get_variation_glyphs" = x""yes; then : |
| 10457 | HAVE_OTF_GET_VARIATION_GLYPHS=yes | 10449 | HAVE_OTF_GET_VARIATION_GLYPHS=yes |
| 10458 | else | 10450 | else |
| 10459 | HAVE_OTF_GET_VARIATION_GLYPHS=no | 10451 | HAVE_OTF_GET_VARIATION_GLYPHS=no |
| @@ -10478,7 +10470,7 @@ $as_echo "#define HAVE_OTF_GET_VARIATION_GLYPHS 1" >>confdefs.h | |||
| 10478 | set dummy pkg-config; ac_word=$2 | 10470 | set dummy pkg-config; ac_word=$2 |
| 10479 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 10471 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 10480 | $as_echo_n "checking for $ac_word... " >&6; } | 10472 | $as_echo_n "checking for $ac_word... " >&6; } |
| 10481 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 10473 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 10482 | $as_echo_n "(cached) " >&6 | 10474 | $as_echo_n "(cached) " >&6 |
| 10483 | else | 10475 | else |
| 10484 | case $PKG_CONFIG in | 10476 | case $PKG_CONFIG in |
| @@ -10596,10 +10588,10 @@ LIBXPM= | |||
| 10596 | if test "${HAVE_X11}" = "yes"; then | 10588 | if test "${HAVE_X11}" = "yes"; then |
| 10597 | if test "${with_xpm}" != "no"; then | 10589 | if test "${with_xpm}" != "no"; then |
| 10598 | ac_fn_c_check_header_mongrel "$LINENO" "X11/xpm.h" "ac_cv_header_X11_xpm_h" "$ac_includes_default" | 10590 | ac_fn_c_check_header_mongrel "$LINENO" "X11/xpm.h" "ac_cv_header_X11_xpm_h" "$ac_includes_default" |
| 10599 | if test "x$ac_cv_header_X11_xpm_h" = xyes; then : | 10591 | if test "x$ac_cv_header_X11_xpm_h" = x""yes; then : |
| 10600 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpmReadFileToPixmap in -lXpm" >&5 | 10592 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpmReadFileToPixmap in -lXpm" >&5 |
| 10601 | $as_echo_n "checking for XpmReadFileToPixmap in -lXpm... " >&6; } | 10593 | $as_echo_n "checking for XpmReadFileToPixmap in -lXpm... " >&6; } |
| 10602 | if ${ac_cv_lib_Xpm_XpmReadFileToPixmap+:} false; then : | 10594 | if test "${ac_cv_lib_Xpm_XpmReadFileToPixmap+set}" = set; then : |
| 10603 | $as_echo_n "(cached) " >&6 | 10595 | $as_echo_n "(cached) " >&6 |
| 10604 | else | 10596 | else |
| 10605 | ac_check_lib_save_LIBS=$LIBS | 10597 | ac_check_lib_save_LIBS=$LIBS |
| @@ -10633,7 +10625,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 10633 | fi | 10625 | fi |
| 10634 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5 | 10626 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5 |
| 10635 | $as_echo "$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6; } | 10627 | $as_echo "$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6; } |
| 10636 | if test "x$ac_cv_lib_Xpm_XpmReadFileToPixmap" = xyes; then : | 10628 | if test "x$ac_cv_lib_Xpm_XpmReadFileToPixmap" = x""yes; then : |
| 10637 | HAVE_XPM=yes | 10629 | HAVE_XPM=yes |
| 10638 | fi | 10630 | fi |
| 10639 | 10631 | ||
| @@ -10685,10 +10677,10 @@ LIBJPEG= | |||
| 10685 | if test "${HAVE_X11}" = "yes"; then | 10677 | if test "${HAVE_X11}" = "yes"; then |
| 10686 | if test "${with_jpeg}" != "no"; then | 10678 | if test "${with_jpeg}" != "no"; then |
| 10687 | ac_fn_c_check_header_mongrel "$LINENO" "jerror.h" "ac_cv_header_jerror_h" "$ac_includes_default" | 10679 | ac_fn_c_check_header_mongrel "$LINENO" "jerror.h" "ac_cv_header_jerror_h" "$ac_includes_default" |
| 10688 | if test "x$ac_cv_header_jerror_h" = xyes; then : | 10680 | if test "x$ac_cv_header_jerror_h" = x""yes; then : |
| 10689 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jpeg_destroy_compress in -ljpeg" >&5 | 10681 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jpeg_destroy_compress in -ljpeg" >&5 |
| 10690 | $as_echo_n "checking for jpeg_destroy_compress in -ljpeg... " >&6; } | 10682 | $as_echo_n "checking for jpeg_destroy_compress in -ljpeg... " >&6; } |
| 10691 | if ${ac_cv_lib_jpeg_jpeg_destroy_compress+:} false; then : | 10683 | if test "${ac_cv_lib_jpeg_jpeg_destroy_compress+set}" = set; then : |
| 10692 | $as_echo_n "(cached) " >&6 | 10684 | $as_echo_n "(cached) " >&6 |
| 10693 | else | 10685 | else |
| 10694 | ac_check_lib_save_LIBS=$LIBS | 10686 | ac_check_lib_save_LIBS=$LIBS |
| @@ -10722,7 +10714,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 10722 | fi | 10714 | fi |
| 10723 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5 | 10715 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5 |
| 10724 | $as_echo "$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6; } | 10716 | $as_echo "$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6; } |
| 10725 | if test "x$ac_cv_lib_jpeg_jpeg_destroy_compress" = xyes; then : | 10717 | if test "x$ac_cv_lib_jpeg_jpeg_destroy_compress" = x""yes; then : |
| 10726 | HAVE_JPEG=yes | 10718 | HAVE_JPEG=yes |
| 10727 | fi | 10719 | fi |
| 10728 | 10720 | ||
| @@ -10781,7 +10773,7 @@ done | |||
| 10781 | if test "$ac_cv_header_png_h" = yes || test "$ac_cv_header_libpng_png_h" = yes ; then | 10773 | if test "$ac_cv_header_png_h" = yes || test "$ac_cv_header_libpng_png_h" = yes ; then |
| 10782 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_get_channels in -lpng" >&5 | 10774 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_get_channels in -lpng" >&5 |
| 10783 | $as_echo_n "checking for png_get_channels in -lpng... " >&6; } | 10775 | $as_echo_n "checking for png_get_channels in -lpng... " >&6; } |
| 10784 | if ${ac_cv_lib_png_png_get_channels+:} false; then : | 10776 | if test "${ac_cv_lib_png_png_get_channels+set}" = set; then : |
| 10785 | $as_echo_n "(cached) " >&6 | 10777 | $as_echo_n "(cached) " >&6 |
| 10786 | else | 10778 | else |
| 10787 | ac_check_lib_save_LIBS=$LIBS | 10779 | ac_check_lib_save_LIBS=$LIBS |
| @@ -10815,7 +10807,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 10815 | fi | 10807 | fi |
| 10816 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_get_channels" >&5 | 10808 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_get_channels" >&5 |
| 10817 | $as_echo "$ac_cv_lib_png_png_get_channels" >&6; } | 10809 | $as_echo "$ac_cv_lib_png_png_get_channels" >&6; } |
| 10818 | if test "x$ac_cv_lib_png_png_get_channels" = xyes; then : | 10810 | if test "x$ac_cv_lib_png_png_get_channels" = x""yes; then : |
| 10819 | HAVE_PNG=yes | 10811 | HAVE_PNG=yes |
| 10820 | fi | 10812 | fi |
| 10821 | 10813 | ||
| @@ -10837,13 +10829,13 @@ LIBTIFF= | |||
| 10837 | if test "${HAVE_X11}" = "yes"; then | 10829 | if test "${HAVE_X11}" = "yes"; then |
| 10838 | if test "${with_tiff}" != "no"; then | 10830 | if test "${with_tiff}" != "no"; then |
| 10839 | ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default" | 10831 | ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default" |
| 10840 | if test "x$ac_cv_header_tiffio_h" = xyes; then : | 10832 | if test "x$ac_cv_header_tiffio_h" = x""yes; then : |
| 10841 | tifflibs="-lz -lm" | 10833 | tifflibs="-lz -lm" |
| 10842 | # At least one tiff package requires the jpeg library. | 10834 | # At least one tiff package requires the jpeg library. |
| 10843 | if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi | 10835 | if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi |
| 10844 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFGetVersion in -ltiff" >&5 | 10836 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFGetVersion in -ltiff" >&5 |
| 10845 | $as_echo_n "checking for TIFFGetVersion in -ltiff... " >&6; } | 10837 | $as_echo_n "checking for TIFFGetVersion in -ltiff... " >&6; } |
| 10846 | if ${ac_cv_lib_tiff_TIFFGetVersion+:} false; then : | 10838 | if test "${ac_cv_lib_tiff_TIFFGetVersion+set}" = set; then : |
| 10847 | $as_echo_n "(cached) " >&6 | 10839 | $as_echo_n "(cached) " >&6 |
| 10848 | else | 10840 | else |
| 10849 | ac_check_lib_save_LIBS=$LIBS | 10841 | ac_check_lib_save_LIBS=$LIBS |
| @@ -10877,7 +10869,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 10877 | fi | 10869 | fi |
| 10878 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5 | 10870 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5 |
| 10879 | $as_echo "$ac_cv_lib_tiff_TIFFGetVersion" >&6; } | 10871 | $as_echo "$ac_cv_lib_tiff_TIFFGetVersion" >&6; } |
| 10880 | if test "x$ac_cv_lib_tiff_TIFFGetVersion" = xyes; then : | 10872 | if test "x$ac_cv_lib_tiff_TIFFGetVersion" = x""yes; then : |
| 10881 | HAVE_TIFF=yes | 10873 | HAVE_TIFF=yes |
| 10882 | fi | 10874 | fi |
| 10883 | 10875 | ||
| @@ -10900,12 +10892,12 @@ HAVE_GIF=no | |||
| 10900 | LIBGIF= | 10892 | LIBGIF= |
| 10901 | if test "${HAVE_X11}" = "yes" && test "${with_gif}" != "no"; then | 10893 | if test "${HAVE_X11}" = "yes" && test "${with_gif}" != "no"; then |
| 10902 | ac_fn_c_check_header_mongrel "$LINENO" "gif_lib.h" "ac_cv_header_gif_lib_h" "$ac_includes_default" | 10894 | ac_fn_c_check_header_mongrel "$LINENO" "gif_lib.h" "ac_cv_header_gif_lib_h" "$ac_includes_default" |
| 10903 | if test "x$ac_cv_header_gif_lib_h" = xyes; then : | 10895 | if test "x$ac_cv_header_gif_lib_h" = x""yes; then : |
| 10904 | # EGifPutExtensionLast only exists from version libungif-4.1.0b1. | 10896 | # EGifPutExtensionLast only exists from version libungif-4.1.0b1. |
| 10905 | # Earlier versions can crash Emacs. | 10897 | # Earlier versions can crash Emacs. |
| 10906 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lgif" >&5 | 10898 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lgif" >&5 |
| 10907 | $as_echo_n "checking for EGifPutExtensionLast in -lgif... " >&6; } | 10899 | $as_echo_n "checking for EGifPutExtensionLast in -lgif... " >&6; } |
| 10908 | if ${ac_cv_lib_gif_EGifPutExtensionLast+:} false; then : | 10900 | if test "${ac_cv_lib_gif_EGifPutExtensionLast+set}" = set; then : |
| 10909 | $as_echo_n "(cached) " >&6 | 10901 | $as_echo_n "(cached) " >&6 |
| 10910 | else | 10902 | else |
| 10911 | ac_check_lib_save_LIBS=$LIBS | 10903 | ac_check_lib_save_LIBS=$LIBS |
| @@ -10939,7 +10931,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 10939 | fi | 10931 | fi |
| 10940 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gif_EGifPutExtensionLast" >&5 | 10932 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gif_EGifPutExtensionLast" >&5 |
| 10941 | $as_echo "$ac_cv_lib_gif_EGifPutExtensionLast" >&6; } | 10933 | $as_echo "$ac_cv_lib_gif_EGifPutExtensionLast" >&6; } |
| 10942 | if test "x$ac_cv_lib_gif_EGifPutExtensionLast" = xyes; then : | 10934 | if test "x$ac_cv_lib_gif_EGifPutExtensionLast" = x""yes; then : |
| 10943 | HAVE_GIF=yes | 10935 | HAVE_GIF=yes |
| 10944 | else | 10936 | else |
| 10945 | HAVE_GIF=maybe | 10937 | HAVE_GIF=maybe |
| @@ -10955,7 +10947,7 @@ fi | |||
| 10955 | # If gif_lib.h but no libgif, try libungif. | 10947 | # If gif_lib.h but no libgif, try libungif. |
| 10956 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lungif" >&5 | 10948 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lungif" >&5 |
| 10957 | $as_echo_n "checking for EGifPutExtensionLast in -lungif... " >&6; } | 10949 | $as_echo_n "checking for EGifPutExtensionLast in -lungif... " >&6; } |
| 10958 | if ${ac_cv_lib_ungif_EGifPutExtensionLast+:} false; then : | 10950 | if test "${ac_cv_lib_ungif_EGifPutExtensionLast+set}" = set; then : |
| 10959 | $as_echo_n "(cached) " >&6 | 10951 | $as_echo_n "(cached) " >&6 |
| 10960 | else | 10952 | else |
| 10961 | ac_check_lib_save_LIBS=$LIBS | 10953 | ac_check_lib_save_LIBS=$LIBS |
| @@ -10989,7 +10981,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 10989 | fi | 10981 | fi |
| 10990 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5 | 10982 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5 |
| 10991 | $as_echo "$ac_cv_lib_ungif_EGifPutExtensionLast" >&6; } | 10983 | $as_echo "$ac_cv_lib_ungif_EGifPutExtensionLast" >&6; } |
| 10992 | if test "x$ac_cv_lib_ungif_EGifPutExtensionLast" = xyes; then : | 10984 | if test "x$ac_cv_lib_ungif_EGifPutExtensionLast" = x""yes; then : |
| 10993 | HAVE_GIF=yes | 10985 | HAVE_GIF=yes |
| 10994 | else | 10986 | else |
| 10995 | HAVE_GIF=no | 10987 | HAVE_GIF=no |
| @@ -11036,10 +11028,10 @@ LIBGPM= | |||
| 11036 | MOUSE_SUPPORT= | 11028 | MOUSE_SUPPORT= |
| 11037 | if test "${with_gpm}" != "no"; then | 11029 | if test "${with_gpm}" != "no"; then |
| 11038 | ac_fn_c_check_header_mongrel "$LINENO" "gpm.h" "ac_cv_header_gpm_h" "$ac_includes_default" | 11030 | ac_fn_c_check_header_mongrel "$LINENO" "gpm.h" "ac_cv_header_gpm_h" "$ac_includes_default" |
| 11039 | if test "x$ac_cv_header_gpm_h" = xyes; then : | 11031 | if test "x$ac_cv_header_gpm_h" = x""yes; then : |
| 11040 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Gpm_Open in -lgpm" >&5 | 11032 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Gpm_Open in -lgpm" >&5 |
| 11041 | $as_echo_n "checking for Gpm_Open in -lgpm... " >&6; } | 11033 | $as_echo_n "checking for Gpm_Open in -lgpm... " >&6; } |
| 11042 | if ${ac_cv_lib_gpm_Gpm_Open+:} false; then : | 11034 | if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then : |
| 11043 | $as_echo_n "(cached) " >&6 | 11035 | $as_echo_n "(cached) " >&6 |
| 11044 | else | 11036 | else |
| 11045 | ac_check_lib_save_LIBS=$LIBS | 11037 | ac_check_lib_save_LIBS=$LIBS |
| @@ -11073,7 +11065,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 11073 | fi | 11065 | fi |
| 11074 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gpm_Gpm_Open" >&5 | 11066 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gpm_Gpm_Open" >&5 |
| 11075 | $as_echo "$ac_cv_lib_gpm_Gpm_Open" >&6; } | 11067 | $as_echo "$ac_cv_lib_gpm_Gpm_Open" >&6; } |
| 11076 | if test "x$ac_cv_lib_gpm_Gpm_Open" = xyes; then : | 11068 | if test "x$ac_cv_lib_gpm_Gpm_Open" = x""yes; then : |
| 11077 | HAVE_GPM=yes | 11069 | HAVE_GPM=yes |
| 11078 | fi | 11070 | fi |
| 11079 | 11071 | ||
| @@ -11093,7 +11085,7 @@ fi | |||
| 11093 | 11085 | ||
| 11094 | 11086 | ||
| 11095 | ac_fn_c_check_header_mongrel "$LINENO" "malloc/malloc.h" "ac_cv_header_malloc_malloc_h" "$ac_includes_default" | 11087 | ac_fn_c_check_header_mongrel "$LINENO" "malloc/malloc.h" "ac_cv_header_malloc_malloc_h" "$ac_includes_default" |
| 11096 | if test "x$ac_cv_header_malloc_malloc_h" = xyes; then : | 11088 | if test "x$ac_cv_header_malloc_malloc_h" = x""yes; then : |
| 11097 | 11089 | ||
| 11098 | $as_echo "#define HAVE_MALLOC_MALLOC_H 1" >>confdefs.h | 11090 | $as_echo "#define HAVE_MALLOC_MALLOC_H 1" >>confdefs.h |
| 11099 | 11091 | ||
| @@ -11138,10 +11130,10 @@ HAVE_X_SM=no | |||
| 11138 | LIBXSM= | 11130 | LIBXSM= |
| 11139 | if test "${HAVE_X11}" = "yes"; then | 11131 | if test "${HAVE_X11}" = "yes"; then |
| 11140 | ac_fn_c_check_header_mongrel "$LINENO" "X11/SM/SMlib.h" "ac_cv_header_X11_SM_SMlib_h" "$ac_includes_default" | 11132 | ac_fn_c_check_header_mongrel "$LINENO" "X11/SM/SMlib.h" "ac_cv_header_X11_SM_SMlib_h" "$ac_includes_default" |
| 11141 | if test "x$ac_cv_header_X11_SM_SMlib_h" = xyes; then : | 11133 | if test "x$ac_cv_header_X11_SM_SMlib_h" = x""yes; then : |
| 11142 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SmcOpenConnection in -lSM" >&5 | 11134 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SmcOpenConnection in -lSM" >&5 |
| 11143 | $as_echo_n "checking for SmcOpenConnection in -lSM... " >&6; } | 11135 | $as_echo_n "checking for SmcOpenConnection in -lSM... " >&6; } |
| 11144 | if ${ac_cv_lib_SM_SmcOpenConnection+:} false; then : | 11136 | if test "${ac_cv_lib_SM_SmcOpenConnection+set}" = set; then : |
| 11145 | $as_echo_n "(cached) " >&6 | 11137 | $as_echo_n "(cached) " >&6 |
| 11146 | else | 11138 | else |
| 11147 | ac_check_lib_save_LIBS=$LIBS | 11139 | ac_check_lib_save_LIBS=$LIBS |
| @@ -11175,7 +11167,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 11175 | fi | 11167 | fi |
| 11176 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_SM_SmcOpenConnection" >&5 | 11168 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_SM_SmcOpenConnection" >&5 |
| 11177 | $as_echo "$ac_cv_lib_SM_SmcOpenConnection" >&6; } | 11169 | $as_echo "$ac_cv_lib_SM_SmcOpenConnection" >&6; } |
| 11178 | if test "x$ac_cv_lib_SM_SmcOpenConnection" = xyes; then : | 11170 | if test "x$ac_cv_lib_SM_SmcOpenConnection" = x""yes; then : |
| 11179 | HAVE_X_SM=yes | 11171 | HAVE_X_SM=yes |
| 11180 | fi | 11172 | fi |
| 11181 | 11173 | ||
| @@ -11206,7 +11198,7 @@ if test "${with_xml2}" != "no"; then | |||
| 11206 | set dummy pkg-config; ac_word=$2 | 11198 | set dummy pkg-config; ac_word=$2 |
| 11207 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 11199 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 11208 | $as_echo_n "checking for $ac_word... " >&6; } | 11200 | $as_echo_n "checking for $ac_word... " >&6; } |
| 11209 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 11201 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 11210 | $as_echo_n "(cached) " >&6 | 11202 | $as_echo_n "(cached) " >&6 |
| 11211 | else | 11203 | else |
| 11212 | case $PKG_CONFIG in | 11204 | case $PKG_CONFIG in |
| @@ -11249,23 +11241,23 @@ fi | |||
| 11249 | else | 11241 | else |
| 11250 | PKG_CONFIG_MIN_VERSION=0.9.0 | 11242 | PKG_CONFIG_MIN_VERSION=0.9.0 |
| 11251 | if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then | 11243 | if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then |
| 11252 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libxml-2.0 > 2.2.0" >&5 | 11244 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libxml-2.0 > 2.6.17" >&5 |
| 11253 | $as_echo_n "checking for libxml-2.0 > 2.2.0... " >&6; } | 11245 | $as_echo_n "checking for libxml-2.0 > 2.6.17... " >&6; } |
| 11254 | 11246 | ||
| 11255 | if $PKG_CONFIG --exists "libxml-2.0 > 2.2.0" 2>&5; then | 11247 | if $PKG_CONFIG --exists "libxml-2.0 > 2.6.17" 2>&5; then |
| 11256 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 11248 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
| 11257 | $as_echo "yes" >&6; } | 11249 | $as_echo "yes" >&6; } |
| 11258 | succeeded=yes | 11250 | succeeded=yes |
| 11259 | 11251 | ||
| 11260 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking LIBXML2_CFLAGS" >&5 | 11252 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking LIBXML2_CFLAGS" >&5 |
| 11261 | $as_echo_n "checking LIBXML2_CFLAGS... " >&6; } | 11253 | $as_echo_n "checking LIBXML2_CFLAGS... " >&6; } |
| 11262 | LIBXML2_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0 > 2.2.0"|sed -e 's,///*,/,g'` | 11254 | LIBXML2_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0 > 2.6.17"|sed -e 's,///*,/,g'` |
| 11263 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBXML2_CFLAGS" >&5 | 11255 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBXML2_CFLAGS" >&5 |
| 11264 | $as_echo "$LIBXML2_CFLAGS" >&6; } | 11256 | $as_echo "$LIBXML2_CFLAGS" >&6; } |
| 11265 | 11257 | ||
| 11266 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking LIBXML2_LIBS" >&5 | 11258 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking LIBXML2_LIBS" >&5 |
| 11267 | $as_echo_n "checking LIBXML2_LIBS... " >&6; } | 11259 | $as_echo_n "checking LIBXML2_LIBS... " >&6; } |
| 11268 | LIBXML2_LIBS=`$PKG_CONFIG --libs "libxml-2.0 > 2.2.0"|sed -e 's,///*,/,g'` | 11260 | LIBXML2_LIBS=`$PKG_CONFIG --libs "libxml-2.0 > 2.6.17"|sed -e 's,///*,/,g'` |
| 11269 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBXML2_LIBS" >&5 | 11261 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBXML2_LIBS" >&5 |
| 11270 | $as_echo "$LIBXML2_LIBS" >&6; } | 11262 | $as_echo "$LIBXML2_LIBS" >&6; } |
| 11271 | else | 11263 | else |
| @@ -11275,7 +11267,7 @@ $as_echo "no" >&6; } | |||
| 11275 | LIBXML2_LIBS="" | 11267 | LIBXML2_LIBS="" |
| 11276 | ## If we have a custom action on failure, don't print errors, but | 11268 | ## If we have a custom action on failure, don't print errors, but |
| 11277 | ## do set a variable so people can do so. | 11269 | ## do set a variable so people can do so. |
| 11278 | LIBXML2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libxml-2.0 > 2.2.0"` | 11270 | LIBXML2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libxml-2.0 > 2.6.17"` |
| 11279 | 11271 | ||
| 11280 | fi | 11272 | fi |
| 11281 | 11273 | ||
| @@ -11297,7 +11289,7 @@ $as_echo "no" >&6; } | |||
| 11297 | LIBS="$LIBXML2_LIBS $LIBS" | 11289 | LIBS="$LIBXML2_LIBS $LIBS" |
| 11298 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for htmlReadMemory in -lxml2" >&5 | 11290 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for htmlReadMemory in -lxml2" >&5 |
| 11299 | $as_echo_n "checking for htmlReadMemory in -lxml2... " >&6; } | 11291 | $as_echo_n "checking for htmlReadMemory in -lxml2... " >&6; } |
| 11300 | if ${ac_cv_lib_xml2_htmlReadMemory+:} false; then : | 11292 | if test "${ac_cv_lib_xml2_htmlReadMemory+set}" = set; then : |
| 11301 | $as_echo_n "(cached) " >&6 | 11293 | $as_echo_n "(cached) " >&6 |
| 11302 | else | 11294 | else |
| 11303 | ac_check_lib_save_LIBS=$LIBS | 11295 | ac_check_lib_save_LIBS=$LIBS |
| @@ -11331,7 +11323,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 11331 | fi | 11323 | fi |
| 11332 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_htmlReadMemory" >&5 | 11324 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_htmlReadMemory" >&5 |
| 11333 | $as_echo "$ac_cv_lib_xml2_htmlReadMemory" >&6; } | 11325 | $as_echo "$ac_cv_lib_xml2_htmlReadMemory" >&6; } |
| 11334 | if test "x$ac_cv_lib_xml2_htmlReadMemory" = xyes; then : | 11326 | if test "x$ac_cv_lib_xml2_htmlReadMemory" = x""yes; then : |
| 11335 | HAVE_LIBXML2=yes | 11327 | HAVE_LIBXML2=yes |
| 11336 | else | 11328 | else |
| 11337 | HAVE_LIBXML2=no | 11329 | HAVE_LIBXML2=no |
| @@ -11353,7 +11345,7 @@ fi | |||
| 11353 | # If netdb.h doesn't declare h_errno, we must declare it by hand. | 11345 | # If netdb.h doesn't declare h_errno, we must declare it by hand. |
| 11354 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether netdb declares h_errno" >&5 | 11346 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether netdb declares h_errno" >&5 |
| 11355 | $as_echo_n "checking whether netdb declares h_errno... " >&6; } | 11347 | $as_echo_n "checking whether netdb declares h_errno... " >&6; } |
| 11356 | if ${emacs_cv_netdb_declares_h_errno+:} false; then : | 11348 | if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then : |
| 11357 | $as_echo_n "(cached) " >&6 | 11349 | $as_echo_n "(cached) " >&6 |
| 11358 | else | 11350 | else |
| 11359 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 11351 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -11383,22 +11375,11 @@ $as_echo "#define HAVE_H_ERRNO 1" >>confdefs.h | |||
| 11383 | 11375 | ||
| 11384 | fi | 11376 | fi |
| 11385 | 11377 | ||
| 11386 | ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" | ||
| 11387 | if test "x$ac_cv_type_size_t" = xyes; then : | ||
| 11388 | |||
| 11389 | else | ||
| 11390 | |||
| 11391 | cat >>confdefs.h <<_ACEOF | ||
| 11392 | #define size_t unsigned int | ||
| 11393 | _ACEOF | ||
| 11394 | |||
| 11395 | fi | ||
| 11396 | |||
| 11397 | # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works | 11378 | # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works |
| 11398 | # for constant arguments. Useless! | 11379 | # for constant arguments. Useless! |
| 11399 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5 | 11380 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5 |
| 11400 | $as_echo_n "checking for working alloca.h... " >&6; } | 11381 | $as_echo_n "checking for working alloca.h... " >&6; } |
| 11401 | if ${ac_cv_working_alloca_h+:} false; then : | 11382 | if test "${ac_cv_working_alloca_h+set}" = set; then : |
| 11402 | $as_echo_n "(cached) " >&6 | 11383 | $as_echo_n "(cached) " >&6 |
| 11403 | else | 11384 | else |
| 11404 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 11385 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -11431,7 +11412,7 @@ fi | |||
| 11431 | 11412 | ||
| 11432 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5 | 11413 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5 |
| 11433 | $as_echo_n "checking for alloca... " >&6; } | 11414 | $as_echo_n "checking for alloca... " >&6; } |
| 11434 | if ${ac_cv_func_alloca_works+:} false; then : | 11415 | if test "${ac_cv_func_alloca_works+set}" = set; then : |
| 11435 | $as_echo_n "(cached) " >&6 | 11416 | $as_echo_n "(cached) " >&6 |
| 11436 | else | 11417 | else |
| 11437 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 11418 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -11442,8 +11423,6 @@ else | |||
| 11442 | # ifdef _MSC_VER | 11423 | # ifdef _MSC_VER |
| 11443 | # include <malloc.h> | 11424 | # include <malloc.h> |
| 11444 | # define alloca _alloca | 11425 | # define alloca _alloca |
| 11445 | # elif defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__) || defined(__OpenBSD__) | ||
| 11446 | # include <stdlib.h> | ||
| 11447 | # else | 11426 | # else |
| 11448 | # ifdef HAVE_ALLOCA_H | 11427 | # ifdef HAVE_ALLOCA_H |
| 11449 | # include <alloca.h> | 11428 | # include <alloca.h> |
| @@ -11452,7 +11431,7 @@ else | |||
| 11452 | #pragma alloca | 11431 | #pragma alloca |
| 11453 | # else | 11432 | # else |
| 11454 | # ifndef alloca /* predefined by HP cc +Olibcalls */ | 11433 | # ifndef alloca /* predefined by HP cc +Olibcalls */ |
| 11455 | void *alloca (size_t); | 11434 | char *alloca (); |
| 11456 | # endif | 11435 | # endif |
| 11457 | # endif | 11436 | # endif |
| 11458 | # endif | 11437 | # endif |
| @@ -11496,7 +11475,7 @@ $as_echo "#define C_ALLOCA 1" >>confdefs.h | |||
| 11496 | 11475 | ||
| 11497 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5 | 11476 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5 |
| 11498 | $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; } | 11477 | $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; } |
| 11499 | if ${ac_cv_os_cray+:} false; then : | 11478 | if test "${ac_cv_os_cray+set}" = set; then : |
| 11500 | $as_echo_n "(cached) " >&6 | 11479 | $as_echo_n "(cached) " >&6 |
| 11501 | else | 11480 | else |
| 11502 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 11481 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -11537,7 +11516,7 @@ fi | |||
| 11537 | 11516 | ||
| 11538 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5 | 11517 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5 |
| 11539 | $as_echo_n "checking stack direction for C alloca... " >&6; } | 11518 | $as_echo_n "checking stack direction for C alloca... " >&6; } |
| 11540 | if ${ac_cv_c_stack_direction+:} false; then : | 11519 | if test "${ac_cv_c_stack_direction+set}" = set; then : |
| 11541 | $as_echo_n "(cached) " >&6 | 11520 | $as_echo_n "(cached) " >&6 |
| 11542 | else | 11521 | else |
| 11543 | if test "$cross_compiling" = yes; then : | 11522 | if test "$cross_compiling" = yes; then : |
| @@ -11594,7 +11573,7 @@ fi | |||
| 11594 | # On HPUX 9.01, -lm does not contain logb, so check for sqrt. | 11573 | # On HPUX 9.01, -lm does not contain logb, so check for sqrt. |
| 11595 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrt in -lm" >&5 | 11574 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrt in -lm" >&5 |
| 11596 | $as_echo_n "checking for sqrt in -lm... " >&6; } | 11575 | $as_echo_n "checking for sqrt in -lm... " >&6; } |
| 11597 | if ${ac_cv_lib_m_sqrt+:} false; then : | 11576 | if test "${ac_cv_lib_m_sqrt+set}" = set; then : |
| 11598 | $as_echo_n "(cached) " >&6 | 11577 | $as_echo_n "(cached) " >&6 |
| 11599 | else | 11578 | else |
| 11600 | ac_check_lib_save_LIBS=$LIBS | 11579 | ac_check_lib_save_LIBS=$LIBS |
| @@ -11628,7 +11607,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 11628 | fi | 11607 | fi |
| 11629 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sqrt" >&5 | 11608 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sqrt" >&5 |
| 11630 | $as_echo "$ac_cv_lib_m_sqrt" >&6; } | 11609 | $as_echo "$ac_cv_lib_m_sqrt" >&6; } |
| 11631 | if test "x$ac_cv_lib_m_sqrt" = xyes; then : | 11610 | if test "x$ac_cv_lib_m_sqrt" = x""yes; then : |
| 11632 | cat >>confdefs.h <<_ACEOF | 11611 | cat >>confdefs.h <<_ACEOF |
| 11633 | #define HAVE_LIBM 1 | 11612 | #define HAVE_LIBM 1 |
| 11634 | _ACEOF | 11613 | _ACEOF |
| @@ -11642,7 +11621,7 @@ fi | |||
| 11642 | # have the same check as for liblockfile below. | 11621 | # have the same check as for liblockfile below. |
| 11643 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -lmail" >&5 | 11622 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -lmail" >&5 |
| 11644 | $as_echo_n "checking for maillock in -lmail... " >&6; } | 11623 | $as_echo_n "checking for maillock in -lmail... " >&6; } |
| 11645 | if ${ac_cv_lib_mail_maillock+:} false; then : | 11624 | if test "${ac_cv_lib_mail_maillock+set}" = set; then : |
| 11646 | $as_echo_n "(cached) " >&6 | 11625 | $as_echo_n "(cached) " >&6 |
| 11647 | else | 11626 | else |
| 11648 | ac_check_lib_save_LIBS=$LIBS | 11627 | ac_check_lib_save_LIBS=$LIBS |
| @@ -11676,7 +11655,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 11676 | fi | 11655 | fi |
| 11677 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mail_maillock" >&5 | 11656 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mail_maillock" >&5 |
| 11678 | $as_echo "$ac_cv_lib_mail_maillock" >&6; } | 11657 | $as_echo "$ac_cv_lib_mail_maillock" >&6; } |
| 11679 | if test "x$ac_cv_lib_mail_maillock" = xyes; then : | 11658 | if test "x$ac_cv_lib_mail_maillock" = x""yes; then : |
| 11680 | have_mail=yes | 11659 | have_mail=yes |
| 11681 | else | 11660 | else |
| 11682 | have_mail=no | 11661 | have_mail=no |
| @@ -11693,7 +11672,7 @@ else | |||
| 11693 | fi | 11672 | fi |
| 11694 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -llockfile" >&5 | 11673 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -llockfile" >&5 |
| 11695 | $as_echo_n "checking for maillock in -llockfile... " >&6; } | 11674 | $as_echo_n "checking for maillock in -llockfile... " >&6; } |
| 11696 | if ${ac_cv_lib_lockfile_maillock+:} false; then : | 11675 | if test "${ac_cv_lib_lockfile_maillock+set}" = set; then : |
| 11697 | $as_echo_n "(cached) " >&6 | 11676 | $as_echo_n "(cached) " >&6 |
| 11698 | else | 11677 | else |
| 11699 | ac_check_lib_save_LIBS=$LIBS | 11678 | ac_check_lib_save_LIBS=$LIBS |
| @@ -11727,7 +11706,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 11727 | fi | 11706 | fi |
| 11728 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lockfile_maillock" >&5 | 11707 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lockfile_maillock" >&5 |
| 11729 | $as_echo "$ac_cv_lib_lockfile_maillock" >&6; } | 11708 | $as_echo "$ac_cv_lib_lockfile_maillock" >&6; } |
| 11730 | if test "x$ac_cv_lib_lockfile_maillock" = xyes; then : | 11709 | if test "x$ac_cv_lib_lockfile_maillock" = x""yes; then : |
| 11731 | have_lockfile=yes | 11710 | have_lockfile=yes |
| 11732 | else | 11711 | else |
| 11733 | have_lockfile=no | 11712 | have_lockfile=no |
| @@ -11747,7 +11726,7 @@ else | |||
| 11747 | set dummy liblockfile.so; ac_word=$2 | 11726 | set dummy liblockfile.so; ac_word=$2 |
| 11748 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 11727 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 11749 | $as_echo_n "checking for $ac_word... " >&6; } | 11728 | $as_echo_n "checking for $ac_word... " >&6; } |
| 11750 | if ${ac_cv_prog_liblockfile+:} false; then : | 11729 | if test "${ac_cv_prog_liblockfile+set}" = set; then : |
| 11751 | $as_echo_n "(cached) " >&6 | 11730 | $as_echo_n "(cached) " >&6 |
| 11752 | else | 11731 | else |
| 11753 | if test -n "$liblockfile"; then | 11732 | if test -n "$liblockfile"; then |
| @@ -11791,7 +11770,7 @@ fi | |||
| 11791 | for ac_func in touchlock | 11770 | for ac_func in touchlock |
| 11792 | do : | 11771 | do : |
| 11793 | ac_fn_c_check_func "$LINENO" "touchlock" "ac_cv_func_touchlock" | 11772 | ac_fn_c_check_func "$LINENO" "touchlock" "ac_cv_func_touchlock" |
| 11794 | if test "x$ac_cv_func_touchlock" = xyes; then : | 11773 | if test "x$ac_cv_func_touchlock" = x""yes; then : |
| 11795 | cat >>confdefs.h <<_ACEOF | 11774 | cat >>confdefs.h <<_ACEOF |
| 11796 | #define HAVE_TOUCHLOCK 1 | 11775 | #define HAVE_TOUCHLOCK 1 |
| 11797 | _ACEOF | 11776 | _ACEOF |
| @@ -11802,7 +11781,7 @@ done | |||
| 11802 | for ac_header in maillock.h | 11781 | for ac_header in maillock.h |
| 11803 | do : | 11782 | do : |
| 11804 | ac_fn_c_check_header_mongrel "$LINENO" "maillock.h" "ac_cv_header_maillock_h" "$ac_includes_default" | 11783 | ac_fn_c_check_header_mongrel "$LINENO" "maillock.h" "ac_cv_header_maillock_h" "$ac_includes_default" |
| 11805 | if test "x$ac_cv_header_maillock_h" = xyes; then : | 11784 | if test "x$ac_cv_header_maillock_h" = x""yes; then : |
| 11806 | cat >>confdefs.h <<_ACEOF | 11785 | cat >>confdefs.h <<_ACEOF |
| 11807 | #define HAVE_MAILLOCK_H 1 | 11786 | #define HAVE_MAILLOCK_H 1 |
| 11808 | _ACEOF | 11787 | _ACEOF |
| @@ -11883,7 +11862,7 @@ done | |||
| 11883 | 11862 | ||
| 11884 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_unwind_init" >&5 | 11863 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_unwind_init" >&5 |
| 11885 | $as_echo_n "checking for __builtin_unwind_init... " >&6; } | 11864 | $as_echo_n "checking for __builtin_unwind_init... " >&6; } |
| 11886 | if ${emacs_cv_func___builtin_unwind_init+:} false; then : | 11865 | if test "${emacs_cv_func___builtin_unwind_init+set}" = set; then : |
| 11887 | $as_echo_n "(cached) " >&6 | 11866 | $as_echo_n "(cached) " >&6 |
| 11888 | else | 11867 | else |
| 11889 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 11868 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -11916,7 +11895,7 @@ fi | |||
| 11916 | for ac_header in sys/un.h | 11895 | for ac_header in sys/un.h |
| 11917 | do : | 11896 | do : |
| 11918 | ac_fn_c_check_header_mongrel "$LINENO" "sys/un.h" "ac_cv_header_sys_un_h" "$ac_includes_default" | 11897 | ac_fn_c_check_header_mongrel "$LINENO" "sys/un.h" "ac_cv_header_sys_un_h" "$ac_includes_default" |
| 11919 | if test "x$ac_cv_header_sys_un_h" = xyes; then : | 11898 | if test "x$ac_cv_header_sys_un_h" = x""yes; then : |
| 11920 | cat >>confdefs.h <<_ACEOF | 11899 | cat >>confdefs.h <<_ACEOF |
| 11921 | #define HAVE_SYS_UN_H 1 | 11900 | #define HAVE_SYS_UN_H 1 |
| 11922 | _ACEOF | 11901 | _ACEOF |
| @@ -11949,7 +11928,7 @@ done | |||
| 11949 | 11928 | ||
| 11950 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mktime" >&5 | 11929 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mktime" >&5 |
| 11951 | $as_echo_n "checking for working mktime... " >&6; } | 11930 | $as_echo_n "checking for working mktime... " >&6; } |
| 11952 | if ${ac_cv_func_working_mktime+:} false; then : | 11931 | if test "${ac_cv_func_working_mktime+set}" = set; then : |
| 11953 | $as_echo_n "(cached) " >&6 | 11932 | $as_echo_n "(cached) " >&6 |
| 11954 | else | 11933 | else |
| 11955 | if test "$cross_compiling" = yes; then : | 11934 | if test "$cross_compiling" = yes; then : |
| @@ -12186,7 +12165,7 @@ ac_save_LIBS=$LIBS | |||
| 12186 | 12165 | ||
| 12187 | # Check for getloadavg, but be sure not to touch the cache variable. | 12166 | # Check for getloadavg, but be sure not to touch the cache variable. |
| 12188 | (ac_fn_c_check_func "$LINENO" "getloadavg" "ac_cv_func_getloadavg" | 12167 | (ac_fn_c_check_func "$LINENO" "getloadavg" "ac_cv_func_getloadavg" |
| 12189 | if test "x$ac_cv_func_getloadavg" = xyes; then : | 12168 | if test "x$ac_cv_func_getloadavg" = x""yes; then : |
| 12190 | exit 0 | 12169 | exit 0 |
| 12191 | else | 12170 | else |
| 12192 | exit 1 | 12171 | exit 1 |
| @@ -12197,7 +12176,7 @@ fi | |||
| 12197 | for ac_func in pstat_getdynamic | 12176 | for ac_func in pstat_getdynamic |
| 12198 | do : | 12177 | do : |
| 12199 | ac_fn_c_check_func "$LINENO" "pstat_getdynamic" "ac_cv_func_pstat_getdynamic" | 12178 | ac_fn_c_check_func "$LINENO" "pstat_getdynamic" "ac_cv_func_pstat_getdynamic" |
| 12200 | if test "x$ac_cv_func_pstat_getdynamic" = xyes; then : | 12179 | if test "x$ac_cv_func_pstat_getdynamic" = x""yes; then : |
| 12201 | cat >>confdefs.h <<_ACEOF | 12180 | cat >>confdefs.h <<_ACEOF |
| 12202 | #define HAVE_PSTAT_GETDYNAMIC 1 | 12181 | #define HAVE_PSTAT_GETDYNAMIC 1 |
| 12203 | _ACEOF | 12182 | _ACEOF |
| @@ -12209,7 +12188,7 @@ done | |||
| 12209 | # Solaris has libkstat which does not require root. | 12188 | # Solaris has libkstat which does not require root. |
| 12210 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5 | 12189 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5 |
| 12211 | $as_echo_n "checking for kstat_open in -lkstat... " >&6; } | 12190 | $as_echo_n "checking for kstat_open in -lkstat... " >&6; } |
| 12212 | if ${ac_cv_lib_kstat_kstat_open+:} false; then : | 12191 | if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then : |
| 12213 | $as_echo_n "(cached) " >&6 | 12192 | $as_echo_n "(cached) " >&6 |
| 12214 | else | 12193 | else |
| 12215 | ac_check_lib_save_LIBS=$LIBS | 12194 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12243,7 +12222,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12243 | fi | 12222 | fi |
| 12244 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5 | 12223 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5 |
| 12245 | $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; } | 12224 | $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; } |
| 12246 | if test "x$ac_cv_lib_kstat_kstat_open" = xyes; then : | 12225 | if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then : |
| 12247 | cat >>confdefs.h <<_ACEOF | 12226 | cat >>confdefs.h <<_ACEOF |
| 12248 | #define HAVE_LIBKSTAT 1 | 12227 | #define HAVE_LIBKSTAT 1 |
| 12249 | _ACEOF | 12228 | _ACEOF |
| @@ -12261,7 +12240,7 @@ test $ac_cv_lib_kstat_kstat_open = yes && ac_have_func=yes | |||
| 12261 | if test $ac_have_func = no; then | 12240 | if test $ac_have_func = no; then |
| 12262 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for elf_begin in -lelf" >&5 | 12241 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for elf_begin in -lelf" >&5 |
| 12263 | $as_echo_n "checking for elf_begin in -lelf... " >&6; } | 12242 | $as_echo_n "checking for elf_begin in -lelf... " >&6; } |
| 12264 | if ${ac_cv_lib_elf_elf_begin+:} false; then : | 12243 | if test "${ac_cv_lib_elf_elf_begin+set}" = set; then : |
| 12265 | $as_echo_n "(cached) " >&6 | 12244 | $as_echo_n "(cached) " >&6 |
| 12266 | else | 12245 | else |
| 12267 | ac_check_lib_save_LIBS=$LIBS | 12246 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12295,7 +12274,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12295 | fi | 12274 | fi |
| 12296 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_elf_elf_begin" >&5 | 12275 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_elf_elf_begin" >&5 |
| 12297 | $as_echo "$ac_cv_lib_elf_elf_begin" >&6; } | 12276 | $as_echo "$ac_cv_lib_elf_elf_begin" >&6; } |
| 12298 | if test "x$ac_cv_lib_elf_elf_begin" = xyes; then : | 12277 | if test "x$ac_cv_lib_elf_elf_begin" = x""yes; then : |
| 12299 | LIBS="-lelf $LIBS" | 12278 | LIBS="-lelf $LIBS" |
| 12300 | fi | 12279 | fi |
| 12301 | 12280 | ||
| @@ -12303,7 +12282,7 @@ fi | |||
| 12303 | if test $ac_have_func = no; then | 12282 | if test $ac_have_func = no; then |
| 12304 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kvm_open in -lkvm" >&5 | 12283 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kvm_open in -lkvm" >&5 |
| 12305 | $as_echo_n "checking for kvm_open in -lkvm... " >&6; } | 12284 | $as_echo_n "checking for kvm_open in -lkvm... " >&6; } |
| 12306 | if ${ac_cv_lib_kvm_kvm_open+:} false; then : | 12285 | if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then : |
| 12307 | $as_echo_n "(cached) " >&6 | 12286 | $as_echo_n "(cached) " >&6 |
| 12308 | else | 12287 | else |
| 12309 | ac_check_lib_save_LIBS=$LIBS | 12288 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12337,14 +12316,14 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12337 | fi | 12316 | fi |
| 12338 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kvm_kvm_open" >&5 | 12317 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kvm_kvm_open" >&5 |
| 12339 | $as_echo "$ac_cv_lib_kvm_kvm_open" >&6; } | 12318 | $as_echo "$ac_cv_lib_kvm_kvm_open" >&6; } |
| 12340 | if test "x$ac_cv_lib_kvm_kvm_open" = xyes; then : | 12319 | if test "x$ac_cv_lib_kvm_kvm_open" = x""yes; then : |
| 12341 | LIBS="-lkvm $LIBS" | 12320 | LIBS="-lkvm $LIBS" |
| 12342 | fi | 12321 | fi |
| 12343 | 12322 | ||
| 12344 | # Check for the 4.4BSD definition of getloadavg. | 12323 | # Check for the 4.4BSD definition of getloadavg. |
| 12345 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lutil" >&5 | 12324 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lutil" >&5 |
| 12346 | $as_echo_n "checking for getloadavg in -lutil... " >&6; } | 12325 | $as_echo_n "checking for getloadavg in -lutil... " >&6; } |
| 12347 | if ${ac_cv_lib_util_getloadavg+:} false; then : | 12326 | if test "${ac_cv_lib_util_getloadavg+set}" = set; then : |
| 12348 | $as_echo_n "(cached) " >&6 | 12327 | $as_echo_n "(cached) " >&6 |
| 12349 | else | 12328 | else |
| 12350 | ac_check_lib_save_LIBS=$LIBS | 12329 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12378,7 +12357,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12378 | fi | 12357 | fi |
| 12379 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_util_getloadavg" >&5 | 12358 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_util_getloadavg" >&5 |
| 12380 | $as_echo "$ac_cv_lib_util_getloadavg" >&6; } | 12359 | $as_echo "$ac_cv_lib_util_getloadavg" >&6; } |
| 12381 | if test "x$ac_cv_lib_util_getloadavg" = xyes; then : | 12360 | if test "x$ac_cv_lib_util_getloadavg" = x""yes; then : |
| 12382 | LIBS="-lutil $LIBS" ac_have_func=yes ac_cv_func_getloadavg_setgid=yes | 12361 | LIBS="-lutil $LIBS" ac_have_func=yes ac_cv_func_getloadavg_setgid=yes |
| 12383 | fi | 12362 | fi |
| 12384 | 12363 | ||
| @@ -12391,7 +12370,7 @@ if test $ac_have_func = no; then | |||
| 12391 | LIBS="-L/usr/local/lib $LIBS" | 12370 | LIBS="-L/usr/local/lib $LIBS" |
| 12392 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lgetloadavg" >&5 | 12371 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lgetloadavg" >&5 |
| 12393 | $as_echo_n "checking for getloadavg in -lgetloadavg... " >&6; } | 12372 | $as_echo_n "checking for getloadavg in -lgetloadavg... " >&6; } |
| 12394 | if ${ac_cv_lib_getloadavg_getloadavg+:} false; then : | 12373 | if test "${ac_cv_lib_getloadavg_getloadavg+set}" = set; then : |
| 12395 | $as_echo_n "(cached) " >&6 | 12374 | $as_echo_n "(cached) " >&6 |
| 12396 | else | 12375 | else |
| 12397 | ac_check_lib_save_LIBS=$LIBS | 12376 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12425,7 +12404,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12425 | fi | 12404 | fi |
| 12426 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_getloadavg_getloadavg" >&5 | 12405 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_getloadavg_getloadavg" >&5 |
| 12427 | $as_echo "$ac_cv_lib_getloadavg_getloadavg" >&6; } | 12406 | $as_echo "$ac_cv_lib_getloadavg_getloadavg" >&6; } |
| 12428 | if test "x$ac_cv_lib_getloadavg_getloadavg" = xyes; then : | 12407 | if test "x$ac_cv_lib_getloadavg_getloadavg" = x""yes; then : |
| 12429 | LIBS="-lgetloadavg $LIBS" | 12408 | LIBS="-lgetloadavg $LIBS" |
| 12430 | else | 12409 | else |
| 12431 | LIBS=$ac_getloadavg_LIBS | 12410 | LIBS=$ac_getloadavg_LIBS |
| @@ -12438,7 +12417,7 @@ fi | |||
| 12438 | for ac_func in getloadavg | 12417 | for ac_func in getloadavg |
| 12439 | do : | 12418 | do : |
| 12440 | ac_fn_c_check_func "$LINENO" "getloadavg" "ac_cv_func_getloadavg" | 12419 | ac_fn_c_check_func "$LINENO" "getloadavg" "ac_cv_func_getloadavg" |
| 12441 | if test "x$ac_cv_func_getloadavg" = xyes; then : | 12420 | if test "x$ac_cv_func_getloadavg" = x""yes; then : |
| 12442 | cat >>confdefs.h <<_ACEOF | 12421 | cat >>confdefs.h <<_ACEOF |
| 12443 | #define HAVE_GETLOADAVG 1 | 12422 | #define HAVE_GETLOADAVG 1 |
| 12444 | _ACEOF | 12423 | _ACEOF |
| @@ -12456,14 +12435,14 @@ $as_echo "#define C_GETLOADAVG 1" >>confdefs.h | |||
| 12456 | # Figure out what our getloadavg.c needs. | 12435 | # Figure out what our getloadavg.c needs. |
| 12457 | ac_have_func=no | 12436 | ac_have_func=no |
| 12458 | ac_fn_c_check_header_mongrel "$LINENO" "sys/dg_sys_info.h" "ac_cv_header_sys_dg_sys_info_h" "$ac_includes_default" | 12437 | ac_fn_c_check_header_mongrel "$LINENO" "sys/dg_sys_info.h" "ac_cv_header_sys_dg_sys_info_h" "$ac_includes_default" |
| 12459 | if test "x$ac_cv_header_sys_dg_sys_info_h" = xyes; then : | 12438 | if test "x$ac_cv_header_sys_dg_sys_info_h" = x""yes; then : |
| 12460 | ac_have_func=yes | 12439 | ac_have_func=yes |
| 12461 | 12440 | ||
| 12462 | $as_echo "#define DGUX 1" >>confdefs.h | 12441 | $as_echo "#define DGUX 1" >>confdefs.h |
| 12463 | 12442 | ||
| 12464 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dg_sys_info in -ldgc" >&5 | 12443 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dg_sys_info in -ldgc" >&5 |
| 12465 | $as_echo_n "checking for dg_sys_info in -ldgc... " >&6; } | 12444 | $as_echo_n "checking for dg_sys_info in -ldgc... " >&6; } |
| 12466 | if ${ac_cv_lib_dgc_dg_sys_info+:} false; then : | 12445 | if test "${ac_cv_lib_dgc_dg_sys_info+set}" = set; then : |
| 12467 | $as_echo_n "(cached) " >&6 | 12446 | $as_echo_n "(cached) " >&6 |
| 12468 | else | 12447 | else |
| 12469 | ac_check_lib_save_LIBS=$LIBS | 12448 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12497,7 +12476,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12497 | fi | 12476 | fi |
| 12498 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dgc_dg_sys_info" >&5 | 12477 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dgc_dg_sys_info" >&5 |
| 12499 | $as_echo "$ac_cv_lib_dgc_dg_sys_info" >&6; } | 12478 | $as_echo "$ac_cv_lib_dgc_dg_sys_info" >&6; } |
| 12500 | if test "x$ac_cv_lib_dgc_dg_sys_info" = xyes; then : | 12479 | if test "x$ac_cv_lib_dgc_dg_sys_info" = x""yes; then : |
| 12501 | cat >>confdefs.h <<_ACEOF | 12480 | cat >>confdefs.h <<_ACEOF |
| 12502 | #define HAVE_LIBDGC 1 | 12481 | #define HAVE_LIBDGC 1 |
| 12503 | _ACEOF | 12482 | _ACEOF |
| @@ -12511,7 +12490,7 @@ fi | |||
| 12511 | 12490 | ||
| 12512 | 12491 | ||
| 12513 | ac_fn_c_check_header_mongrel "$LINENO" "locale.h" "ac_cv_header_locale_h" "$ac_includes_default" | 12492 | ac_fn_c_check_header_mongrel "$LINENO" "locale.h" "ac_cv_header_locale_h" "$ac_includes_default" |
| 12514 | if test "x$ac_cv_header_locale_h" = xyes; then : | 12493 | if test "x$ac_cv_header_locale_h" = x""yes; then : |
| 12515 | 12494 | ||
| 12516 | fi | 12495 | fi |
| 12517 | 12496 | ||
| @@ -12519,7 +12498,7 @@ fi | |||
| 12519 | for ac_func in setlocale | 12498 | for ac_func in setlocale |
| 12520 | do : | 12499 | do : |
| 12521 | ac_fn_c_check_func "$LINENO" "setlocale" "ac_cv_func_setlocale" | 12500 | ac_fn_c_check_func "$LINENO" "setlocale" "ac_cv_func_setlocale" |
| 12522 | if test "x$ac_cv_func_setlocale" = xyes; then : | 12501 | if test "x$ac_cv_func_setlocale" = x""yes; then : |
| 12523 | cat >>confdefs.h <<_ACEOF | 12502 | cat >>confdefs.h <<_ACEOF |
| 12524 | #define HAVE_SETLOCALE 1 | 12503 | #define HAVE_SETLOCALE 1 |
| 12525 | _ACEOF | 12504 | _ACEOF |
| @@ -12531,8 +12510,7 @@ done | |||
| 12531 | # We cannot check for <dwarf.h>, because Solaris 2 does not use dwarf (it | 12510 | # We cannot check for <dwarf.h>, because Solaris 2 does not use dwarf (it |
| 12532 | # uses stabs), but it is still SVR4. We cannot check for <elf.h> because | 12511 | # uses stabs), but it is still SVR4. We cannot check for <elf.h> because |
| 12533 | # Irix 4.0.5F has the header but not the library. | 12512 | # Irix 4.0.5F has the header but not the library. |
| 12534 | if test $ac_have_func = no && test "$ac_cv_lib_elf_elf_begin" = yes \ | 12513 | if test $ac_have_func = no && test "$ac_cv_lib_elf_elf_begin" = yes; then |
| 12535 | && test "$ac_cv_lib_kvm_kvm_open" = yes; then | ||
| 12536 | ac_have_func=yes | 12514 | ac_have_func=yes |
| 12537 | 12515 | ||
| 12538 | $as_echo "#define SVR4 1" >>confdefs.h | 12516 | $as_echo "#define SVR4 1" >>confdefs.h |
| @@ -12541,7 +12519,7 @@ fi | |||
| 12541 | 12519 | ||
| 12542 | if test $ac_have_func = no; then | 12520 | if test $ac_have_func = no; then |
| 12543 | ac_fn_c_check_header_mongrel "$LINENO" "inq_stats/cpustats.h" "ac_cv_header_inq_stats_cpustats_h" "$ac_includes_default" | 12521 | ac_fn_c_check_header_mongrel "$LINENO" "inq_stats/cpustats.h" "ac_cv_header_inq_stats_cpustats_h" "$ac_includes_default" |
| 12544 | if test "x$ac_cv_header_inq_stats_cpustats_h" = xyes; then : | 12522 | if test "x$ac_cv_header_inq_stats_cpustats_h" = x""yes; then : |
| 12545 | ac_have_func=yes | 12523 | ac_have_func=yes |
| 12546 | 12524 | ||
| 12547 | $as_echo "#define UMAX 1" >>confdefs.h | 12525 | $as_echo "#define UMAX 1" >>confdefs.h |
| @@ -12556,7 +12534,7 @@ fi | |||
| 12556 | 12534 | ||
| 12557 | if test $ac_have_func = no; then | 12535 | if test $ac_have_func = no; then |
| 12558 | ac_fn_c_check_header_mongrel "$LINENO" "sys/cpustats.h" "ac_cv_header_sys_cpustats_h" "$ac_includes_default" | 12536 | ac_fn_c_check_header_mongrel "$LINENO" "sys/cpustats.h" "ac_cv_header_sys_cpustats_h" "$ac_includes_default" |
| 12559 | if test "x$ac_cv_header_sys_cpustats_h" = xyes; then : | 12537 | if test "x$ac_cv_header_sys_cpustats_h" = x""yes; then : |
| 12560 | ac_have_func=yes; $as_echo "#define UMAX 1" >>confdefs.h | 12538 | ac_have_func=yes; $as_echo "#define UMAX 1" >>confdefs.h |
| 12561 | 12539 | ||
| 12562 | fi | 12540 | fi |
| @@ -12568,7 +12546,7 @@ if test $ac_have_func = no; then | |||
| 12568 | for ac_header in mach/mach.h | 12546 | for ac_header in mach/mach.h |
| 12569 | do : | 12547 | do : |
| 12570 | ac_fn_c_check_header_mongrel "$LINENO" "mach/mach.h" "ac_cv_header_mach_mach_h" "$ac_includes_default" | 12548 | ac_fn_c_check_header_mongrel "$LINENO" "mach/mach.h" "ac_cv_header_mach_mach_h" "$ac_includes_default" |
| 12571 | if test "x$ac_cv_header_mach_mach_h" = xyes; then : | 12549 | if test "x$ac_cv_header_mach_mach_h" = x""yes; then : |
| 12572 | cat >>confdefs.h <<_ACEOF | 12550 | cat >>confdefs.h <<_ACEOF |
| 12573 | #define HAVE_MACH_MACH_H 1 | 12551 | #define HAVE_MACH_MACH_H 1 |
| 12574 | _ACEOF | 12552 | _ACEOF |
| @@ -12582,13 +12560,13 @@ fi | |||
| 12582 | for ac_header in nlist.h | 12560 | for ac_header in nlist.h |
| 12583 | do : | 12561 | do : |
| 12584 | ac_fn_c_check_header_mongrel "$LINENO" "nlist.h" "ac_cv_header_nlist_h" "$ac_includes_default" | 12562 | ac_fn_c_check_header_mongrel "$LINENO" "nlist.h" "ac_cv_header_nlist_h" "$ac_includes_default" |
| 12585 | if test "x$ac_cv_header_nlist_h" = xyes; then : | 12563 | if test "x$ac_cv_header_nlist_h" = x""yes; then : |
| 12586 | cat >>confdefs.h <<_ACEOF | 12564 | cat >>confdefs.h <<_ACEOF |
| 12587 | #define HAVE_NLIST_H 1 | 12565 | #define HAVE_NLIST_H 1 |
| 12588 | _ACEOF | 12566 | _ACEOF |
| 12589 | ac_fn_c_check_member "$LINENO" "struct nlist" "n_un.n_name" "ac_cv_member_struct_nlist_n_un_n_name" "#include <nlist.h> | 12567 | ac_fn_c_check_member "$LINENO" "struct nlist" "n_un.n_name" "ac_cv_member_struct_nlist_n_un_n_name" "#include <nlist.h> |
| 12590 | " | 12568 | " |
| 12591 | if test "x$ac_cv_member_struct_nlist_n_un_n_name" = xyes; then : | 12569 | if test "x$ac_cv_member_struct_nlist_n_un_n_name" = x""yes; then : |
| 12592 | 12570 | ||
| 12593 | cat >>confdefs.h <<_ACEOF | 12571 | cat >>confdefs.h <<_ACEOF |
| 12594 | #define HAVE_STRUCT_NLIST_N_UN_N_NAME 1 | 12572 | #define HAVE_STRUCT_NLIST_N_UN_N_NAME 1 |
| @@ -12611,7 +12589,7 @@ done | |||
| 12611 | # Some definitions of getloadavg require that the program be installed setgid. | 12589 | # Some definitions of getloadavg require that the program be installed setgid. |
| 12612 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getloadavg requires setgid" >&5 | 12590 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getloadavg requires setgid" >&5 |
| 12613 | $as_echo_n "checking whether getloadavg requires setgid... " >&6; } | 12591 | $as_echo_n "checking whether getloadavg requires setgid... " >&6; } |
| 12614 | if ${ac_cv_func_getloadavg_setgid+:} false; then : | 12592 | if test "${ac_cv_func_getloadavg_setgid+set}" = set; then : |
| 12615 | $as_echo_n "(cached) " >&6 | 12593 | $as_echo_n "(cached) " >&6 |
| 12616 | else | 12594 | else |
| 12617 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 12595 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -12644,7 +12622,7 @@ fi | |||
| 12644 | if test $ac_cv_func_getloadavg_setgid = yes; then | 12622 | if test $ac_cv_func_getloadavg_setgid = yes; then |
| 12645 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking group of /dev/kmem" >&5 | 12623 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking group of /dev/kmem" >&5 |
| 12646 | $as_echo_n "checking group of /dev/kmem... " >&6; } | 12624 | $as_echo_n "checking group of /dev/kmem... " >&6; } |
| 12647 | if ${ac_cv_group_kmem+:} false; then : | 12625 | if test "${ac_cv_group_kmem+set}" = set; then : |
| 12648 | $as_echo_n "(cached) " >&6 | 12626 | $as_echo_n "(cached) " >&6 |
| 12649 | else | 12627 | else |
| 12650 | # On Solaris, /dev/kmem is a symlink. Get info on the real file. | 12628 | # On Solaris, /dev/kmem is a symlink. Get info on the real file. |
| @@ -12672,7 +12650,7 @@ LIBS=$ac_save_LIBS | |||
| 12672 | 12650 | ||
| 12673 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5 | 12651 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5 |
| 12674 | $as_echo_n "checking for _LARGEFILE_SOURCE value needed for large files... " >&6; } | 12652 | $as_echo_n "checking for _LARGEFILE_SOURCE value needed for large files... " >&6; } |
| 12675 | if ${ac_cv_sys_largefile_source+:} false; then : | 12653 | if test "${ac_cv_sys_largefile_source+set}" = set; then : |
| 12676 | $as_echo_n "(cached) " >&6 | 12654 | $as_echo_n "(cached) " >&6 |
| 12677 | else | 12655 | else |
| 12678 | while :; do | 12656 | while :; do |
| @@ -12765,7 +12743,7 @@ fi | |||
| 12765 | for ac_header in getopt.h | 12743 | for ac_header in getopt.h |
| 12766 | do : | 12744 | do : |
| 12767 | ac_fn_c_check_header_mongrel "$LINENO" "getopt.h" "ac_cv_header_getopt_h" "$ac_includes_default" | 12745 | ac_fn_c_check_header_mongrel "$LINENO" "getopt.h" "ac_cv_header_getopt_h" "$ac_includes_default" |
| 12768 | if test "x$ac_cv_header_getopt_h" = xyes; then : | 12746 | if test "x$ac_cv_header_getopt_h" = x""yes; then : |
| 12769 | cat >>confdefs.h <<_ACEOF | 12747 | cat >>confdefs.h <<_ACEOF |
| 12770 | #define HAVE_GETOPT_H 1 | 12748 | #define HAVE_GETOPT_H 1 |
| 12771 | _ACEOF | 12749 | _ACEOF |
| @@ -12780,7 +12758,7 @@ done | |||
| 12780 | for ac_func in getopt_long_only | 12758 | for ac_func in getopt_long_only |
| 12781 | do : | 12759 | do : |
| 12782 | ac_fn_c_check_func "$LINENO" "getopt_long_only" "ac_cv_func_getopt_long_only" | 12760 | ac_fn_c_check_func "$LINENO" "getopt_long_only" "ac_cv_func_getopt_long_only" |
| 12783 | if test "x$ac_cv_func_getopt_long_only" = xyes; then : | 12761 | if test "x$ac_cv_func_getopt_long_only" = x""yes; then : |
| 12784 | cat >>confdefs.h <<_ACEOF | 12762 | cat >>confdefs.h <<_ACEOF |
| 12785 | #define HAVE_GETOPT_LONG_ONLY 1 | 12763 | #define HAVE_GETOPT_LONG_ONLY 1 |
| 12786 | _ACEOF | 12764 | _ACEOF |
| @@ -12795,7 +12773,7 @@ done | |||
| 12795 | if test -z "$GETOPT_H"; then | 12773 | if test -z "$GETOPT_H"; then |
| 12796 | ac_fn_c_check_decl "$LINENO" "optreset" "ac_cv_have_decl_optreset" "#include <getopt.h> | 12774 | ac_fn_c_check_decl "$LINENO" "optreset" "ac_cv_have_decl_optreset" "#include <getopt.h> |
| 12797 | " | 12775 | " |
| 12798 | if test "x$ac_cv_have_decl_optreset" = xyes; then : | 12776 | if test "x$ac_cv_have_decl_optreset" = x""yes; then : |
| 12799 | GETOPT_H=getopt.h | 12777 | GETOPT_H=getopt.h |
| 12800 | fi | 12778 | fi |
| 12801 | 12779 | ||
| @@ -12804,13 +12782,13 @@ fi | |||
| 12804 | if test -z "$GETOPT_H"; then | 12782 | if test -z "$GETOPT_H"; then |
| 12805 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working GNU getopt function" >&5 | 12783 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working GNU getopt function" >&5 |
| 12806 | $as_echo_n "checking for working GNU getopt function... " >&6; } | 12784 | $as_echo_n "checking for working GNU getopt function... " >&6; } |
| 12807 | if ${gl_cv_func_gnu_getopt+:} false; then : | 12785 | if test "${gl_cv_func_gnu_getopt+set}" = set; then : |
| 12808 | $as_echo_n "(cached) " >&6 | 12786 | $as_echo_n "(cached) " >&6 |
| 12809 | else | 12787 | else |
| 12810 | if test "$cross_compiling" = yes; then : | 12788 | if test "$cross_compiling" = yes; then : |
| 12811 | ac_fn_c_check_decl "$LINENO" "getopt_clip" "ac_cv_have_decl_getopt_clip" "#include <getopt.h> | 12789 | ac_fn_c_check_decl "$LINENO" "getopt_clip" "ac_cv_have_decl_getopt_clip" "#include <getopt.h> |
| 12812 | " | 12790 | " |
| 12813 | if test "x$ac_cv_have_decl_getopt_clip" = xyes; then : | 12791 | if test "x$ac_cv_have_decl_getopt_clip" = x""yes; then : |
| 12814 | gl_cv_func_gnu_getopt=no | 12792 | gl_cv_func_gnu_getopt=no |
| 12815 | else | 12793 | else |
| 12816 | gl_cv_func_gnu_getopt=yes | 12794 | gl_cv_func_gnu_getopt=yes |
| @@ -12871,7 +12849,7 @@ fi | |||
| 12871 | 12849 | ||
| 12872 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getpgrp requires zero arguments" >&5 | 12850 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getpgrp requires zero arguments" >&5 |
| 12873 | $as_echo_n "checking whether getpgrp requires zero arguments... " >&6; } | 12851 | $as_echo_n "checking whether getpgrp requires zero arguments... " >&6; } |
| 12874 | if ${ac_cv_func_getpgrp_void+:} false; then : | 12852 | if test "${ac_cv_func_getpgrp_void+set}" = set; then : |
| 12875 | $as_echo_n "(cached) " >&6 | 12853 | $as_echo_n "(cached) " >&6 |
| 12876 | else | 12854 | else |
| 12877 | # Use it with a single arg. | 12855 | # Use it with a single arg. |
| @@ -12906,7 +12884,7 @@ fi | |||
| 12906 | for ac_func in strftime | 12884 | for ac_func in strftime |
| 12907 | do : | 12885 | do : |
| 12908 | ac_fn_c_check_func "$LINENO" "strftime" "ac_cv_func_strftime" | 12886 | ac_fn_c_check_func "$LINENO" "strftime" "ac_cv_func_strftime" |
| 12909 | if test "x$ac_cv_func_strftime" = xyes; then : | 12887 | if test "x$ac_cv_func_strftime" = x""yes; then : |
| 12910 | cat >>confdefs.h <<_ACEOF | 12888 | cat >>confdefs.h <<_ACEOF |
| 12911 | #define HAVE_STRFTIME 1 | 12889 | #define HAVE_STRFTIME 1 |
| 12912 | _ACEOF | 12890 | _ACEOF |
| @@ -12915,7 +12893,7 @@ else | |||
| 12915 | # strftime is in -lintl on SCO UNIX. | 12893 | # strftime is in -lintl on SCO UNIX. |
| 12916 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strftime in -lintl" >&5 | 12894 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strftime in -lintl" >&5 |
| 12917 | $as_echo_n "checking for strftime in -lintl... " >&6; } | 12895 | $as_echo_n "checking for strftime in -lintl... " >&6; } |
| 12918 | if ${ac_cv_lib_intl_strftime+:} false; then : | 12896 | if test "${ac_cv_lib_intl_strftime+set}" = set; then : |
| 12919 | $as_echo_n "(cached) " >&6 | 12897 | $as_echo_n "(cached) " >&6 |
| 12920 | else | 12898 | else |
| 12921 | ac_check_lib_save_LIBS=$LIBS | 12899 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12949,7 +12927,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12949 | fi | 12927 | fi |
| 12950 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_strftime" >&5 | 12928 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_strftime" >&5 |
| 12951 | $as_echo "$ac_cv_lib_intl_strftime" >&6; } | 12929 | $as_echo "$ac_cv_lib_intl_strftime" >&6; } |
| 12952 | if test "x$ac_cv_lib_intl_strftime" = xyes; then : | 12930 | if test "x$ac_cv_lib_intl_strftime" = x""yes; then : |
| 12953 | $as_echo "#define HAVE_STRFTIME 1" >>confdefs.h | 12931 | $as_echo "#define HAVE_STRFTIME 1" >>confdefs.h |
| 12954 | 12932 | ||
| 12955 | LIBS="-lintl $LIBS" | 12933 | LIBS="-lintl $LIBS" |
| @@ -12963,7 +12941,7 @@ done | |||
| 12963 | for ac_func in grantpt | 12941 | for ac_func in grantpt |
| 12964 | do : | 12942 | do : |
| 12965 | ac_fn_c_check_func "$LINENO" "grantpt" "ac_cv_func_grantpt" | 12943 | ac_fn_c_check_func "$LINENO" "grantpt" "ac_cv_func_grantpt" |
| 12966 | if test "x$ac_cv_func_grantpt" = xyes; then : | 12944 | if test "x$ac_cv_func_grantpt" = x""yes; then : |
| 12967 | cat >>confdefs.h <<_ACEOF | 12945 | cat >>confdefs.h <<_ACEOF |
| 12968 | #define HAVE_GRANTPT 1 | 12946 | #define HAVE_GRANTPT 1 |
| 12969 | _ACEOF | 12947 | _ACEOF |
| @@ -12976,7 +12954,7 @@ done | |||
| 12976 | for ac_func in getpt | 12954 | for ac_func in getpt |
| 12977 | do : | 12955 | do : |
| 12978 | ac_fn_c_check_func "$LINENO" "getpt" "ac_cv_func_getpt" | 12956 | ac_fn_c_check_func "$LINENO" "getpt" "ac_cv_func_getpt" |
| 12979 | if test "x$ac_cv_func_getpt" = xyes; then : | 12957 | if test "x$ac_cv_func_getpt" = x""yes; then : |
| 12980 | cat >>confdefs.h <<_ACEOF | 12958 | cat >>confdefs.h <<_ACEOF |
| 12981 | #define HAVE_GETPT 1 | 12959 | #define HAVE_GETPT 1 |
| 12982 | _ACEOF | 12960 | _ACEOF |
| @@ -12993,7 +12971,7 @@ done | |||
| 12993 | have_tputs_et_al=true | 12971 | have_tputs_et_al=true |
| 12994 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tputs" >&5 | 12972 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tputs" >&5 |
| 12995 | $as_echo_n "checking for library containing tputs... " >&6; } | 12973 | $as_echo_n "checking for library containing tputs... " >&6; } |
| 12996 | if ${ac_cv_search_tputs+:} false; then : | 12974 | if test "${ac_cv_search_tputs+set}" = set; then : |
| 12997 | $as_echo_n "(cached) " >&6 | 12975 | $as_echo_n "(cached) " >&6 |
| 12998 | else | 12976 | else |
| 12999 | ac_func_search_save_LIBS=$LIBS | 12977 | ac_func_search_save_LIBS=$LIBS |
| @@ -13027,11 +13005,11 @@ for ac_lib in '' ncurses terminfo termcap; do | |||
| 13027 | fi | 13005 | fi |
| 13028 | rm -f core conftest.err conftest.$ac_objext \ | 13006 | rm -f core conftest.err conftest.$ac_objext \ |
| 13029 | conftest$ac_exeext | 13007 | conftest$ac_exeext |
| 13030 | if ${ac_cv_search_tputs+:} false; then : | 13008 | if test "${ac_cv_search_tputs+set}" = set; then : |
| 13031 | break | 13009 | break |
| 13032 | fi | 13010 | fi |
| 13033 | done | 13011 | done |
| 13034 | if ${ac_cv_search_tputs+:} false; then : | 13012 | if test "${ac_cv_search_tputs+set}" = set; then : |
| 13035 | 13013 | ||
| 13036 | else | 13014 | else |
| 13037 | ac_cv_search_tputs=no | 13015 | ac_cv_search_tputs=no |
| @@ -13090,7 +13068,7 @@ case "$opsys" in | |||
| 13090 | freebsd) | 13068 | freebsd) |
| 13091 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether FreeBSD is new enough to use terminfo" >&5 | 13069 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether FreeBSD is new enough to use terminfo" >&5 |
| 13092 | $as_echo_n "checking whether FreeBSD is new enough to use terminfo... " >&6; } | 13070 | $as_echo_n "checking whether FreeBSD is new enough to use terminfo... " >&6; } |
| 13093 | if ${emacs_cv_freebsd_terminfo+:} false; then : | 13071 | if test "${emacs_cv_freebsd_terminfo+set}" = set; then : |
| 13094 | $as_echo_n "(cached) " >&6 | 13072 | $as_echo_n "(cached) " >&6 |
| 13095 | else | 13073 | else |
| 13096 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 13074 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -13232,16 +13210,16 @@ LIBHESIOD= | |||
| 13232 | if test "$with_hesiod" != no ; then | 13210 | if test "$with_hesiod" != no ; then |
| 13233 | # Don't set $LIBS here -- see comments above. FIXME which comments? | 13211 | # Don't set $LIBS here -- see comments above. FIXME which comments? |
| 13234 | ac_fn_c_check_func "$LINENO" "res_send" "ac_cv_func_res_send" | 13212 | ac_fn_c_check_func "$LINENO" "res_send" "ac_cv_func_res_send" |
| 13235 | if test "x$ac_cv_func_res_send" = xyes; then : | 13213 | if test "x$ac_cv_func_res_send" = x""yes; then : |
| 13236 | 13214 | ||
| 13237 | else | 13215 | else |
| 13238 | ac_fn_c_check_func "$LINENO" "__res_send" "ac_cv_func___res_send" | 13216 | ac_fn_c_check_func "$LINENO" "__res_send" "ac_cv_func___res_send" |
| 13239 | if test "x$ac_cv_func___res_send" = xyes; then : | 13217 | if test "x$ac_cv_func___res_send" = x""yes; then : |
| 13240 | 13218 | ||
| 13241 | else | 13219 | else |
| 13242 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_send in -lresolv" >&5 | 13220 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_send in -lresolv" >&5 |
| 13243 | $as_echo_n "checking for res_send in -lresolv... " >&6; } | 13221 | $as_echo_n "checking for res_send in -lresolv... " >&6; } |
| 13244 | if ${ac_cv_lib_resolv_res_send+:} false; then : | 13222 | if test "${ac_cv_lib_resolv_res_send+set}" = set; then : |
| 13245 | $as_echo_n "(cached) " >&6 | 13223 | $as_echo_n "(cached) " >&6 |
| 13246 | else | 13224 | else |
| 13247 | ac_check_lib_save_LIBS=$LIBS | 13225 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13275,12 +13253,12 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13275 | fi | 13253 | fi |
| 13276 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_res_send" >&5 | 13254 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_res_send" >&5 |
| 13277 | $as_echo "$ac_cv_lib_resolv_res_send" >&6; } | 13255 | $as_echo "$ac_cv_lib_resolv_res_send" >&6; } |
| 13278 | if test "x$ac_cv_lib_resolv_res_send" = xyes; then : | 13256 | if test "x$ac_cv_lib_resolv_res_send" = x""yes; then : |
| 13279 | resolv=yes | 13257 | resolv=yes |
| 13280 | else | 13258 | else |
| 13281 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __res_send in -lresolv" >&5 | 13259 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __res_send in -lresolv" >&5 |
| 13282 | $as_echo_n "checking for __res_send in -lresolv... " >&6; } | 13260 | $as_echo_n "checking for __res_send in -lresolv... " >&6; } |
| 13283 | if ${ac_cv_lib_resolv___res_send+:} false; then : | 13261 | if test "${ac_cv_lib_resolv___res_send+set}" = set; then : |
| 13284 | $as_echo_n "(cached) " >&6 | 13262 | $as_echo_n "(cached) " >&6 |
| 13285 | else | 13263 | else |
| 13286 | ac_check_lib_save_LIBS=$LIBS | 13264 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13314,7 +13292,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13314 | fi | 13292 | fi |
| 13315 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv___res_send" >&5 | 13293 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv___res_send" >&5 |
| 13316 | $as_echo "$ac_cv_lib_resolv___res_send" >&6; } | 13294 | $as_echo "$ac_cv_lib_resolv___res_send" >&6; } |
| 13317 | if test "x$ac_cv_lib_resolv___res_send" = xyes; then : | 13295 | if test "x$ac_cv_lib_resolv___res_send" = x""yes; then : |
| 13318 | resolv=yes | 13296 | resolv=yes |
| 13319 | fi | 13297 | fi |
| 13320 | 13298 | ||
| @@ -13330,12 +13308,12 @@ fi | |||
| 13330 | RESOLVLIB= | 13308 | RESOLVLIB= |
| 13331 | fi | 13309 | fi |
| 13332 | ac_fn_c_check_func "$LINENO" "hes_getmailhost" "ac_cv_func_hes_getmailhost" | 13310 | ac_fn_c_check_func "$LINENO" "hes_getmailhost" "ac_cv_func_hes_getmailhost" |
| 13333 | if test "x$ac_cv_func_hes_getmailhost" = xyes; then : | 13311 | if test "x$ac_cv_func_hes_getmailhost" = x""yes; then : |
| 13334 | 13312 | ||
| 13335 | else | 13313 | else |
| 13336 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hes_getmailhost in -lhesiod" >&5 | 13314 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hes_getmailhost in -lhesiod" >&5 |
| 13337 | $as_echo_n "checking for hes_getmailhost in -lhesiod... " >&6; } | 13315 | $as_echo_n "checking for hes_getmailhost in -lhesiod... " >&6; } |
| 13338 | if ${ac_cv_lib_hesiod_hes_getmailhost+:} false; then : | 13316 | if test "${ac_cv_lib_hesiod_hes_getmailhost+set}" = set; then : |
| 13339 | $as_echo_n "(cached) " >&6 | 13317 | $as_echo_n "(cached) " >&6 |
| 13340 | else | 13318 | else |
| 13341 | ac_check_lib_save_LIBS=$LIBS | 13319 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13369,7 +13347,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13369 | fi | 13347 | fi |
| 13370 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5 | 13348 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5 |
| 13371 | $as_echo "$ac_cv_lib_hesiod_hes_getmailhost" >&6; } | 13349 | $as_echo "$ac_cv_lib_hesiod_hes_getmailhost" >&6; } |
| 13372 | if test "x$ac_cv_lib_hesiod_hes_getmailhost" = xyes; then : | 13350 | if test "x$ac_cv_lib_hesiod_hes_getmailhost" = x""yes; then : |
| 13373 | hesiod=yes | 13351 | hesiod=yes |
| 13374 | else | 13352 | else |
| 13375 | : | 13353 | : |
| @@ -13408,7 +13386,7 @@ KRB4LIB= | |||
| 13408 | if test "${with_kerberos}" != no; then | 13386 | if test "${with_kerberos}" != no; then |
| 13409 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for com_err in -lcom_err" >&5 | 13387 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for com_err in -lcom_err" >&5 |
| 13410 | $as_echo_n "checking for com_err in -lcom_err... " >&6; } | 13388 | $as_echo_n "checking for com_err in -lcom_err... " >&6; } |
| 13411 | if ${ac_cv_lib_com_err_com_err+:} false; then : | 13389 | if test "${ac_cv_lib_com_err_com_err+set}" = set; then : |
| 13412 | $as_echo_n "(cached) " >&6 | 13390 | $as_echo_n "(cached) " >&6 |
| 13413 | else | 13391 | else |
| 13414 | ac_check_lib_save_LIBS=$LIBS | 13392 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13442,7 +13420,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13442 | fi | 13420 | fi |
| 13443 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_com_err_com_err" >&5 | 13421 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_com_err_com_err" >&5 |
| 13444 | $as_echo "$ac_cv_lib_com_err_com_err" >&6; } | 13422 | $as_echo "$ac_cv_lib_com_err_com_err" >&6; } |
| 13445 | if test "x$ac_cv_lib_com_err_com_err" = xyes; then : | 13423 | if test "x$ac_cv_lib_com_err_com_err" = x""yes; then : |
| 13446 | have_com_err=yes | 13424 | have_com_err=yes |
| 13447 | else | 13425 | else |
| 13448 | have_com_err=no | 13426 | have_com_err=no |
| @@ -13457,7 +13435,7 @@ $as_echo "#define HAVE_LIBCOM_ERR 1" >>confdefs.h | |||
| 13457 | fi | 13435 | fi |
| 13458 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lcrypto" >&5 | 13436 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lcrypto" >&5 |
| 13459 | $as_echo_n "checking for mit_des_cbc_encrypt in -lcrypto... " >&6; } | 13437 | $as_echo_n "checking for mit_des_cbc_encrypt in -lcrypto... " >&6; } |
| 13460 | if ${ac_cv_lib_crypto_mit_des_cbc_encrypt+:} false; then : | 13438 | if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then : |
| 13461 | $as_echo_n "(cached) " >&6 | 13439 | $as_echo_n "(cached) " >&6 |
| 13462 | else | 13440 | else |
| 13463 | ac_check_lib_save_LIBS=$LIBS | 13441 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13491,7 +13469,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13491 | fi | 13469 | fi |
| 13492 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5 | 13470 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5 |
| 13493 | $as_echo "$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6; } | 13471 | $as_echo "$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6; } |
| 13494 | if test "x$ac_cv_lib_crypto_mit_des_cbc_encrypt" = xyes; then : | 13472 | if test "x$ac_cv_lib_crypto_mit_des_cbc_encrypt" = x""yes; then : |
| 13495 | have_crypto=yes | 13473 | have_crypto=yes |
| 13496 | else | 13474 | else |
| 13497 | have_crypto=no | 13475 | have_crypto=no |
| @@ -13506,7 +13484,7 @@ $as_echo "#define HAVE_LIBCRYPTO 1" >>confdefs.h | |||
| 13506 | fi | 13484 | fi |
| 13507 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lk5crypto" >&5 | 13485 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lk5crypto" >&5 |
| 13508 | $as_echo_n "checking for mit_des_cbc_encrypt in -lk5crypto... " >&6; } | 13486 | $as_echo_n "checking for mit_des_cbc_encrypt in -lk5crypto... " >&6; } |
| 13509 | if ${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+:} false; then : | 13487 | if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then : |
| 13510 | $as_echo_n "(cached) " >&6 | 13488 | $as_echo_n "(cached) " >&6 |
| 13511 | else | 13489 | else |
| 13512 | ac_check_lib_save_LIBS=$LIBS | 13490 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13540,7 +13518,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13540 | fi | 13518 | fi |
| 13541 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5 | 13519 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5 |
| 13542 | $as_echo "$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6; } | 13520 | $as_echo "$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6; } |
| 13543 | if test "x$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" = xyes; then : | 13521 | if test "x$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" = x""yes; then : |
| 13544 | have_k5crypto=yes | 13522 | have_k5crypto=yes |
| 13545 | else | 13523 | else |
| 13546 | have_k5crypto=no | 13524 | have_k5crypto=no |
| @@ -13555,7 +13533,7 @@ $as_echo "#define HAVE_LIBK5CRYPTO 1" >>confdefs.h | |||
| 13555 | fi | 13533 | fi |
| 13556 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb5_init_context in -lkrb5" >&5 | 13534 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb5_init_context in -lkrb5" >&5 |
| 13557 | $as_echo_n "checking for krb5_init_context in -lkrb5... " >&6; } | 13535 | $as_echo_n "checking for krb5_init_context in -lkrb5... " >&6; } |
| 13558 | if ${ac_cv_lib_krb5_krb5_init_context+:} false; then : | 13536 | if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then : |
| 13559 | $as_echo_n "(cached) " >&6 | 13537 | $as_echo_n "(cached) " >&6 |
| 13560 | else | 13538 | else |
| 13561 | ac_check_lib_save_LIBS=$LIBS | 13539 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13589,7 +13567,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13589 | fi | 13567 | fi |
| 13590 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb5_krb5_init_context" >&5 | 13568 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb5_krb5_init_context" >&5 |
| 13591 | $as_echo "$ac_cv_lib_krb5_krb5_init_context" >&6; } | 13569 | $as_echo "$ac_cv_lib_krb5_krb5_init_context" >&6; } |
| 13592 | if test "x$ac_cv_lib_krb5_krb5_init_context" = xyes; then : | 13570 | if test "x$ac_cv_lib_krb5_krb5_init_context" = x""yes; then : |
| 13593 | have_krb5=yes | 13571 | have_krb5=yes |
| 13594 | else | 13572 | else |
| 13595 | have_krb5=no | 13573 | have_krb5=no |
| @@ -13605,7 +13583,7 @@ $as_echo "#define HAVE_LIBKRB5 1" >>confdefs.h | |||
| 13605 | if test "${with_kerberos5}" = no; then | 13583 | if test "${with_kerberos5}" = no; then |
| 13606 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes425" >&5 | 13584 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes425" >&5 |
| 13607 | $as_echo_n "checking for des_cbc_encrypt in -ldes425... " >&6; } | 13585 | $as_echo_n "checking for des_cbc_encrypt in -ldes425... " >&6; } |
| 13608 | if ${ac_cv_lib_des425_des_cbc_encrypt+:} false; then : | 13586 | if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then : |
| 13609 | $as_echo_n "(cached) " >&6 | 13587 | $as_echo_n "(cached) " >&6 |
| 13610 | else | 13588 | else |
| 13611 | ac_check_lib_save_LIBS=$LIBS | 13589 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13639,7 +13617,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13639 | fi | 13617 | fi |
| 13640 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5 | 13618 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5 |
| 13641 | $as_echo "$ac_cv_lib_des425_des_cbc_encrypt" >&6; } | 13619 | $as_echo "$ac_cv_lib_des425_des_cbc_encrypt" >&6; } |
| 13642 | if test "x$ac_cv_lib_des425_des_cbc_encrypt" = xyes; then : | 13620 | if test "x$ac_cv_lib_des425_des_cbc_encrypt" = x""yes; then : |
| 13643 | have_des425=yes | 13621 | have_des425=yes |
| 13644 | else | 13622 | else |
| 13645 | have_des425=no | 13623 | have_des425=no |
| @@ -13654,7 +13632,7 @@ $as_echo "#define HAVE_LIBDES425 1" >>confdefs.h | |||
| 13654 | else | 13632 | else |
| 13655 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes" >&5 | 13633 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes" >&5 |
| 13656 | $as_echo_n "checking for des_cbc_encrypt in -ldes... " >&6; } | 13634 | $as_echo_n "checking for des_cbc_encrypt in -ldes... " >&6; } |
| 13657 | if ${ac_cv_lib_des_des_cbc_encrypt+:} false; then : | 13635 | if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then : |
| 13658 | $as_echo_n "(cached) " >&6 | 13636 | $as_echo_n "(cached) " >&6 |
| 13659 | else | 13637 | else |
| 13660 | ac_check_lib_save_LIBS=$LIBS | 13638 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13688,7 +13666,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13688 | fi | 13666 | fi |
| 13689 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des_des_cbc_encrypt" >&5 | 13667 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des_des_cbc_encrypt" >&5 |
| 13690 | $as_echo "$ac_cv_lib_des_des_cbc_encrypt" >&6; } | 13668 | $as_echo "$ac_cv_lib_des_des_cbc_encrypt" >&6; } |
| 13691 | if test "x$ac_cv_lib_des_des_cbc_encrypt" = xyes; then : | 13669 | if test "x$ac_cv_lib_des_des_cbc_encrypt" = x""yes; then : |
| 13692 | have_des=yes | 13670 | have_des=yes |
| 13693 | else | 13671 | else |
| 13694 | have_des=no | 13672 | have_des=no |
| @@ -13704,7 +13682,7 @@ $as_echo "#define HAVE_LIBDES 1" >>confdefs.h | |||
| 13704 | fi | 13682 | fi |
| 13705 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb4" >&5 | 13683 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb4" >&5 |
| 13706 | $as_echo_n "checking for krb_get_cred in -lkrb4... " >&6; } | 13684 | $as_echo_n "checking for krb_get_cred in -lkrb4... " >&6; } |
| 13707 | if ${ac_cv_lib_krb4_krb_get_cred+:} false; then : | 13685 | if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then : |
| 13708 | $as_echo_n "(cached) " >&6 | 13686 | $as_echo_n "(cached) " >&6 |
| 13709 | else | 13687 | else |
| 13710 | ac_check_lib_save_LIBS=$LIBS | 13688 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13738,7 +13716,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13738 | fi | 13716 | fi |
| 13739 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb4_krb_get_cred" >&5 | 13717 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb4_krb_get_cred" >&5 |
| 13740 | $as_echo "$ac_cv_lib_krb4_krb_get_cred" >&6; } | 13718 | $as_echo "$ac_cv_lib_krb4_krb_get_cred" >&6; } |
| 13741 | if test "x$ac_cv_lib_krb4_krb_get_cred" = xyes; then : | 13719 | if test "x$ac_cv_lib_krb4_krb_get_cred" = x""yes; then : |
| 13742 | have_krb4=yes | 13720 | have_krb4=yes |
| 13743 | else | 13721 | else |
| 13744 | have_krb4=no | 13722 | have_krb4=no |
| @@ -13753,7 +13731,7 @@ $as_echo "#define HAVE_LIBKRB4 1" >>confdefs.h | |||
| 13753 | else | 13731 | else |
| 13754 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb" >&5 | 13732 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb" >&5 |
| 13755 | $as_echo_n "checking for krb_get_cred in -lkrb... " >&6; } | 13733 | $as_echo_n "checking for krb_get_cred in -lkrb... " >&6; } |
| 13756 | if ${ac_cv_lib_krb_krb_get_cred+:} false; then : | 13734 | if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then : |
| 13757 | $as_echo_n "(cached) " >&6 | 13735 | $as_echo_n "(cached) " >&6 |
| 13758 | else | 13736 | else |
| 13759 | ac_check_lib_save_LIBS=$LIBS | 13737 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13787,7 +13765,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13787 | fi | 13765 | fi |
| 13788 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb_krb_get_cred" >&5 | 13766 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb_krb_get_cred" >&5 |
| 13789 | $as_echo "$ac_cv_lib_krb_krb_get_cred" >&6; } | 13767 | $as_echo "$ac_cv_lib_krb_krb_get_cred" >&6; } |
| 13790 | if test "x$ac_cv_lib_krb_krb_get_cred" = xyes; then : | 13768 | if test "x$ac_cv_lib_krb_krb_get_cred" = x""yes; then : |
| 13791 | have_krb=yes | 13769 | have_krb=yes |
| 13792 | else | 13770 | else |
| 13793 | have_krb=no | 13771 | have_krb=no |
| @@ -13807,13 +13785,13 @@ $as_echo "#define HAVE_LIBKRB 1" >>confdefs.h | |||
| 13807 | for ac_header in krb5.h | 13785 | for ac_header in krb5.h |
| 13808 | do : | 13786 | do : |
| 13809 | ac_fn_c_check_header_mongrel "$LINENO" "krb5.h" "ac_cv_header_krb5_h" "$ac_includes_default" | 13787 | ac_fn_c_check_header_mongrel "$LINENO" "krb5.h" "ac_cv_header_krb5_h" "$ac_includes_default" |
| 13810 | if test "x$ac_cv_header_krb5_h" = xyes; then : | 13788 | if test "x$ac_cv_header_krb5_h" = x""yes; then : |
| 13811 | cat >>confdefs.h <<_ACEOF | 13789 | cat >>confdefs.h <<_ACEOF |
| 13812 | #define HAVE_KRB5_H 1 | 13790 | #define HAVE_KRB5_H 1 |
| 13813 | _ACEOF | 13791 | _ACEOF |
| 13814 | ac_fn_c_check_member "$LINENO" "krb5_error" "text" "ac_cv_member_krb5_error_text" "#include <krb5.h> | 13792 | ac_fn_c_check_member "$LINENO" "krb5_error" "text" "ac_cv_member_krb5_error_text" "#include <krb5.h> |
| 13815 | " | 13793 | " |
| 13816 | if test "x$ac_cv_member_krb5_error_text" = xyes; then : | 13794 | if test "x$ac_cv_member_krb5_error_text" = x""yes; then : |
| 13817 | 13795 | ||
| 13818 | cat >>confdefs.h <<_ACEOF | 13796 | cat >>confdefs.h <<_ACEOF |
| 13819 | #define HAVE_KRB5_ERROR_TEXT 1 | 13797 | #define HAVE_KRB5_ERROR_TEXT 1 |
| @@ -13823,7 +13801,7 @@ _ACEOF | |||
| 13823 | fi | 13801 | fi |
| 13824 | ac_fn_c_check_member "$LINENO" "krb5_error" "e_text" "ac_cv_member_krb5_error_e_text" "#include <krb5.h> | 13802 | ac_fn_c_check_member "$LINENO" "krb5_error" "e_text" "ac_cv_member_krb5_error_e_text" "#include <krb5.h> |
| 13825 | " | 13803 | " |
| 13826 | if test "x$ac_cv_member_krb5_error_e_text" = xyes; then : | 13804 | if test "x$ac_cv_member_krb5_error_e_text" = x""yes; then : |
| 13827 | 13805 | ||
| 13828 | cat >>confdefs.h <<_ACEOF | 13806 | cat >>confdefs.h <<_ACEOF |
| 13829 | #define HAVE_KRB5_ERROR_E_TEXT 1 | 13807 | #define HAVE_KRB5_ERROR_E_TEXT 1 |
| @@ -13840,7 +13818,7 @@ done | |||
| 13840 | for ac_header in des.h | 13818 | for ac_header in des.h |
| 13841 | do : | 13819 | do : |
| 13842 | ac_fn_c_check_header_mongrel "$LINENO" "des.h" "ac_cv_header_des_h" "$ac_includes_default" | 13820 | ac_fn_c_check_header_mongrel "$LINENO" "des.h" "ac_cv_header_des_h" "$ac_includes_default" |
| 13843 | if test "x$ac_cv_header_des_h" = xyes; then : | 13821 | if test "x$ac_cv_header_des_h" = x""yes; then : |
| 13844 | cat >>confdefs.h <<_ACEOF | 13822 | cat >>confdefs.h <<_ACEOF |
| 13845 | #define HAVE_DES_H 1 | 13823 | #define HAVE_DES_H 1 |
| 13846 | _ACEOF | 13824 | _ACEOF |
| @@ -13849,7 +13827,7 @@ else | |||
| 13849 | for ac_header in kerberosIV/des.h | 13827 | for ac_header in kerberosIV/des.h |
| 13850 | do : | 13828 | do : |
| 13851 | ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/des.h" "ac_cv_header_kerberosIV_des_h" "$ac_includes_default" | 13829 | ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/des.h" "ac_cv_header_kerberosIV_des_h" "$ac_includes_default" |
| 13852 | if test "x$ac_cv_header_kerberosIV_des_h" = xyes; then : | 13830 | if test "x$ac_cv_header_kerberosIV_des_h" = x""yes; then : |
| 13853 | cat >>confdefs.h <<_ACEOF | 13831 | cat >>confdefs.h <<_ACEOF |
| 13854 | #define HAVE_KERBEROSIV_DES_H 1 | 13832 | #define HAVE_KERBEROSIV_DES_H 1 |
| 13855 | _ACEOF | 13833 | _ACEOF |
| @@ -13858,7 +13836,7 @@ else | |||
| 13858 | for ac_header in kerberos/des.h | 13836 | for ac_header in kerberos/des.h |
| 13859 | do : | 13837 | do : |
| 13860 | ac_fn_c_check_header_mongrel "$LINENO" "kerberos/des.h" "ac_cv_header_kerberos_des_h" "$ac_includes_default" | 13838 | ac_fn_c_check_header_mongrel "$LINENO" "kerberos/des.h" "ac_cv_header_kerberos_des_h" "$ac_includes_default" |
| 13861 | if test "x$ac_cv_header_kerberos_des_h" = xyes; then : | 13839 | if test "x$ac_cv_header_kerberos_des_h" = x""yes; then : |
| 13862 | cat >>confdefs.h <<_ACEOF | 13840 | cat >>confdefs.h <<_ACEOF |
| 13863 | #define HAVE_KERBEROS_DES_H 1 | 13841 | #define HAVE_KERBEROS_DES_H 1 |
| 13864 | _ACEOF | 13842 | _ACEOF |
| @@ -13878,7 +13856,7 @@ done | |||
| 13878 | for ac_header in krb.h | 13856 | for ac_header in krb.h |
| 13879 | do : | 13857 | do : |
| 13880 | ac_fn_c_check_header_mongrel "$LINENO" "krb.h" "ac_cv_header_krb_h" "$ac_includes_default" | 13858 | ac_fn_c_check_header_mongrel "$LINENO" "krb.h" "ac_cv_header_krb_h" "$ac_includes_default" |
| 13881 | if test "x$ac_cv_header_krb_h" = xyes; then : | 13859 | if test "x$ac_cv_header_krb_h" = x""yes; then : |
| 13882 | cat >>confdefs.h <<_ACEOF | 13860 | cat >>confdefs.h <<_ACEOF |
| 13883 | #define HAVE_KRB_H 1 | 13861 | #define HAVE_KRB_H 1 |
| 13884 | _ACEOF | 13862 | _ACEOF |
| @@ -13887,7 +13865,7 @@ else | |||
| 13887 | for ac_header in kerberosIV/krb.h | 13865 | for ac_header in kerberosIV/krb.h |
| 13888 | do : | 13866 | do : |
| 13889 | ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/krb.h" "ac_cv_header_kerberosIV_krb_h" "$ac_includes_default" | 13867 | ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/krb.h" "ac_cv_header_kerberosIV_krb_h" "$ac_includes_default" |
| 13890 | if test "x$ac_cv_header_kerberosIV_krb_h" = xyes; then : | 13868 | if test "x$ac_cv_header_kerberosIV_krb_h" = x""yes; then : |
| 13891 | cat >>confdefs.h <<_ACEOF | 13869 | cat >>confdefs.h <<_ACEOF |
| 13892 | #define HAVE_KERBEROSIV_KRB_H 1 | 13870 | #define HAVE_KERBEROSIV_KRB_H 1 |
| 13893 | _ACEOF | 13871 | _ACEOF |
| @@ -13896,7 +13874,7 @@ else | |||
| 13896 | for ac_header in kerberos/krb.h | 13874 | for ac_header in kerberos/krb.h |
| 13897 | do : | 13875 | do : |
| 13898 | ac_fn_c_check_header_mongrel "$LINENO" "kerberos/krb.h" "ac_cv_header_kerberos_krb_h" "$ac_includes_default" | 13876 | ac_fn_c_check_header_mongrel "$LINENO" "kerberos/krb.h" "ac_cv_header_kerberos_krb_h" "$ac_includes_default" |
| 13899 | if test "x$ac_cv_header_kerberos_krb_h" = xyes; then : | 13877 | if test "x$ac_cv_header_kerberos_krb_h" = x""yes; then : |
| 13900 | cat >>confdefs.h <<_ACEOF | 13878 | cat >>confdefs.h <<_ACEOF |
| 13901 | #define HAVE_KERBEROS_KRB_H 1 | 13879 | #define HAVE_KERBEROS_KRB_H 1 |
| 13902 | _ACEOF | 13880 | _ACEOF |
| @@ -13917,7 +13895,7 @@ done | |||
| 13917 | for ac_header in com_err.h | 13895 | for ac_header in com_err.h |
| 13918 | do : | 13896 | do : |
| 13919 | ac_fn_c_check_header_mongrel "$LINENO" "com_err.h" "ac_cv_header_com_err_h" "$ac_includes_default" | 13897 | ac_fn_c_check_header_mongrel "$LINENO" "com_err.h" "ac_cv_header_com_err_h" "$ac_includes_default" |
| 13920 | if test "x$ac_cv_header_com_err_h" = xyes; then : | 13898 | if test "x$ac_cv_header_com_err_h" = x""yes; then : |
| 13921 | cat >>confdefs.h <<_ACEOF | 13899 | cat >>confdefs.h <<_ACEOF |
| 13922 | #define HAVE_COM_ERR_H 1 | 13900 | #define HAVE_COM_ERR_H 1 |
| 13923 | _ACEOF | 13901 | _ACEOF |
| @@ -13938,7 +13916,7 @@ fi | |||
| 13938 | # to return localized messages. | 13916 | # to return localized messages. |
| 13939 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgettext in -lintl" >&5 | 13917 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgettext in -lintl" >&5 |
| 13940 | $as_echo_n "checking for dgettext in -lintl... " >&6; } | 13918 | $as_echo_n "checking for dgettext in -lintl... " >&6; } |
| 13941 | if ${ac_cv_lib_intl_dgettext+:} false; then : | 13919 | if test "${ac_cv_lib_intl_dgettext+set}" = set; then : |
| 13942 | $as_echo_n "(cached) " >&6 | 13920 | $as_echo_n "(cached) " >&6 |
| 13943 | else | 13921 | else |
| 13944 | ac_check_lib_save_LIBS=$LIBS | 13922 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13972,7 +13950,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13972 | fi | 13950 | fi |
| 13973 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dgettext" >&5 | 13951 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dgettext" >&5 |
| 13974 | $as_echo "$ac_cv_lib_intl_dgettext" >&6; } | 13952 | $as_echo "$ac_cv_lib_intl_dgettext" >&6; } |
| 13975 | if test "x$ac_cv_lib_intl_dgettext" = xyes; then : | 13953 | if test "x$ac_cv_lib_intl_dgettext" = x""yes; then : |
| 13976 | cat >>confdefs.h <<_ACEOF | 13954 | cat >>confdefs.h <<_ACEOF |
| 13977 | #define HAVE_LIBINTL 1 | 13955 | #define HAVE_LIBINTL 1 |
| 13978 | _ACEOF | 13956 | _ACEOF |
| @@ -13984,7 +13962,7 @@ fi | |||
| 13984 | 13962 | ||
| 13985 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime caches TZ" >&5 | 13963 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime caches TZ" >&5 |
| 13986 | $as_echo_n "checking whether localtime caches TZ... " >&6; } | 13964 | $as_echo_n "checking whether localtime caches TZ... " >&6; } |
| 13987 | if ${emacs_cv_localtime_cache+:} false; then : | 13965 | if test "${emacs_cv_localtime_cache+set}" = set; then : |
| 13988 | $as_echo_n "(cached) " >&6 | 13966 | $as_echo_n "(cached) " >&6 |
| 13989 | else | 13967 | else |
| 13990 | if test x$ac_cv_func_tzset = xyes; then | 13968 | if test x$ac_cv_func_tzset = xyes; then |
| @@ -14043,7 +14021,7 @@ if test "x$HAVE_TIMEVAL" = xyes; then | |||
| 14043 | for ac_func in gettimeofday | 14021 | for ac_func in gettimeofday |
| 14044 | do : | 14022 | do : |
| 14045 | ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday" | 14023 | ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday" |
| 14046 | if test "x$ac_cv_func_gettimeofday" = xyes; then : | 14024 | if test "x$ac_cv_func_gettimeofday" = x""yes; then : |
| 14047 | cat >>confdefs.h <<_ACEOF | 14025 | cat >>confdefs.h <<_ACEOF |
| 14048 | #define HAVE_GETTIMEOFDAY 1 | 14026 | #define HAVE_GETTIMEOFDAY 1 |
| 14049 | _ACEOF | 14027 | _ACEOF |
| @@ -14054,7 +14032,7 @@ done | |||
| 14054 | if test $ac_cv_func_gettimeofday = yes; then | 14032 | if test $ac_cv_func_gettimeofday = yes; then |
| 14055 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gettimeofday can accept two arguments" >&5 | 14033 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gettimeofday can accept two arguments" >&5 |
| 14056 | $as_echo_n "checking whether gettimeofday can accept two arguments... " >&6; } | 14034 | $as_echo_n "checking whether gettimeofday can accept two arguments... " >&6; } |
| 14057 | if ${emacs_cv_gettimeofday_two_arguments+:} false; then : | 14035 | if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then : |
| 14058 | $as_echo_n "(cached) " >&6 | 14036 | $as_echo_n "(cached) " >&6 |
| 14059 | else | 14037 | else |
| 14060 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 14038 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -14098,7 +14076,7 @@ fi | |||
| 14098 | 14076 | ||
| 14099 | ok_so_far=yes | 14077 | ok_so_far=yes |
| 14100 | ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket" | 14078 | ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket" |
| 14101 | if test "x$ac_cv_func_socket" = xyes; then : | 14079 | if test "x$ac_cv_func_socket" = x""yes; then : |
| 14102 | 14080 | ||
| 14103 | else | 14081 | else |
| 14104 | ok_so_far=no | 14082 | ok_so_far=no |
| @@ -14106,7 +14084,7 @@ fi | |||
| 14106 | 14084 | ||
| 14107 | if test $ok_so_far = yes; then | 14085 | if test $ok_so_far = yes; then |
| 14108 | ac_fn_c_check_header_mongrel "$LINENO" "netinet/in.h" "ac_cv_header_netinet_in_h" "$ac_includes_default" | 14086 | ac_fn_c_check_header_mongrel "$LINENO" "netinet/in.h" "ac_cv_header_netinet_in_h" "$ac_includes_default" |
| 14109 | if test "x$ac_cv_header_netinet_in_h" = xyes; then : | 14087 | if test "x$ac_cv_header_netinet_in_h" = x""yes; then : |
| 14110 | 14088 | ||
| 14111 | else | 14089 | else |
| 14112 | ok_so_far=no | 14090 | ok_so_far=no |
| @@ -14116,7 +14094,7 @@ fi | |||
| 14116 | fi | 14094 | fi |
| 14117 | if test $ok_so_far = yes; then | 14095 | if test $ok_so_far = yes; then |
| 14118 | ac_fn_c_check_header_mongrel "$LINENO" "arpa/inet.h" "ac_cv_header_arpa_inet_h" "$ac_includes_default" | 14096 | ac_fn_c_check_header_mongrel "$LINENO" "arpa/inet.h" "ac_cv_header_arpa_inet_h" "$ac_includes_default" |
| 14119 | if test "x$ac_cv_header_arpa_inet_h" = xyes; then : | 14097 | if test "x$ac_cv_header_arpa_inet_h" = x""yes; then : |
| 14120 | 14098 | ||
| 14121 | else | 14099 | else |
| 14122 | ok_so_far=no | 14100 | ok_so_far=no |
| @@ -14150,7 +14128,7 @@ $as_echo "no" >&6; } | |||
| 14150 | fi | 14128 | fi |
| 14151 | 14129 | ||
| 14152 | ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default" | 14130 | ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default" |
| 14153 | if test "x$ac_cv_type_pid_t" = xyes; then : | 14131 | if test "x$ac_cv_type_pid_t" = x""yes; then : |
| 14154 | 14132 | ||
| 14155 | else | 14133 | else |
| 14156 | 14134 | ||
| @@ -14163,7 +14141,7 @@ fi | |||
| 14163 | for ac_header in vfork.h | 14141 | for ac_header in vfork.h |
| 14164 | do : | 14142 | do : |
| 14165 | ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default" | 14143 | ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default" |
| 14166 | if test "x$ac_cv_header_vfork_h" = xyes; then : | 14144 | if test "x$ac_cv_header_vfork_h" = x""yes; then : |
| 14167 | cat >>confdefs.h <<_ACEOF | 14145 | cat >>confdefs.h <<_ACEOF |
| 14168 | #define HAVE_VFORK_H 1 | 14146 | #define HAVE_VFORK_H 1 |
| 14169 | _ACEOF | 14147 | _ACEOF |
| @@ -14187,7 +14165,7 @@ done | |||
| 14187 | if test "x$ac_cv_func_fork" = xyes; then | 14165 | if test "x$ac_cv_func_fork" = xyes; then |
| 14188 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5 | 14166 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5 |
| 14189 | $as_echo_n "checking for working fork... " >&6; } | 14167 | $as_echo_n "checking for working fork... " >&6; } |
| 14190 | if ${ac_cv_func_fork_works+:} false; then : | 14168 | if test "${ac_cv_func_fork_works+set}" = set; then : |
| 14191 | $as_echo_n "(cached) " >&6 | 14169 | $as_echo_n "(cached) " >&6 |
| 14192 | else | 14170 | else |
| 14193 | if test "$cross_compiling" = yes; then : | 14171 | if test "$cross_compiling" = yes; then : |
| @@ -14240,7 +14218,7 @@ ac_cv_func_vfork_works=$ac_cv_func_vfork | |||
| 14240 | if test "x$ac_cv_func_vfork" = xyes; then | 14218 | if test "x$ac_cv_func_vfork" = xyes; then |
| 14241 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5 | 14219 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5 |
| 14242 | $as_echo_n "checking for working vfork... " >&6; } | 14220 | $as_echo_n "checking for working vfork... " >&6; } |
| 14243 | if ${ac_cv_func_vfork_works+:} false; then : | 14221 | if test "${ac_cv_func_vfork_works+set}" = set; then : |
| 14244 | $as_echo_n "(cached) " >&6 | 14222 | $as_echo_n "(cached) " >&6 |
| 14245 | else | 14223 | else |
| 14246 | if test "$cross_compiling" = yes; then : | 14224 | if test "$cross_compiling" = yes; then : |
| @@ -14376,7 +14354,7 @@ fi | |||
| 14376 | 14354 | ||
| 14377 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5 | 14355 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5 |
| 14378 | $as_echo_n "checking for nl_langinfo and CODESET... " >&6; } | 14356 | $as_echo_n "checking for nl_langinfo and CODESET... " >&6; } |
| 14379 | if ${emacs_cv_langinfo_codeset+:} false; then : | 14357 | if test "${emacs_cv_langinfo_codeset+set}" = set; then : |
| 14380 | $as_echo_n "(cached) " >&6 | 14358 | $as_echo_n "(cached) " >&6 |
| 14381 | else | 14359 | else |
| 14382 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 14360 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -14408,7 +14386,7 @@ $as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h | |||
| 14408 | fi | 14386 | fi |
| 14409 | 14387 | ||
| 14410 | ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" | 14388 | ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" |
| 14411 | if test "x$ac_cv_type_size_t" = xyes; then : | 14389 | if test "x$ac_cv_type_size_t" = x""yes; then : |
| 14412 | 14390 | ||
| 14413 | cat >>confdefs.h <<_ACEOF | 14391 | cat >>confdefs.h <<_ACEOF |
| 14414 | #define HAVE_SIZE_T 1 | 14392 | #define HAVE_SIZE_T 1 |
| @@ -14420,7 +14398,7 @@ fi | |||
| 14420 | 14398 | ||
| 14421 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5 | 14399 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5 |
| 14422 | $as_echo_n "checking for mbstate_t... " >&6; } | 14400 | $as_echo_n "checking for mbstate_t... " >&6; } |
| 14423 | if ${ac_cv_type_mbstate_t+:} false; then : | 14401 | if test "${ac_cv_type_mbstate_t+set}" = set; then : |
| 14424 | $as_echo_n "(cached) " >&6 | 14402 | $as_echo_n "(cached) " >&6 |
| 14425 | else | 14403 | else |
| 14426 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 14404 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -14456,7 +14434,7 @@ $as_echo "#define mbstate_t int" >>confdefs.h | |||
| 14456 | 14434 | ||
| 14457 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C restrict keyword" >&5 | 14435 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C restrict keyword" >&5 |
| 14458 | $as_echo_n "checking for C restrict keyword... " >&6; } | 14436 | $as_echo_n "checking for C restrict keyword... " >&6; } |
| 14459 | if ${emacs_cv_c_restrict+:} false; then : | 14437 | if test "${emacs_cv_c_restrict+set}" = set; then : |
| 14460 | $as_echo_n "(cached) " >&6 | 14438 | $as_echo_n "(cached) " >&6 |
| 14461 | else | 14439 | else |
| 14462 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 14440 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -14510,7 +14488,7 @@ fi | |||
| 14510 | 14488 | ||
| 14511 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C restricted array declarations" >&5 | 14489 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C restricted array declarations" >&5 |
| 14512 | $as_echo_n "checking for C restricted array declarations... " >&6; } | 14490 | $as_echo_n "checking for C restricted array declarations... " >&6; } |
| 14513 | if ${emacs_cv_c_restrict_arr+:} false; then : | 14491 | if test "${emacs_cv_c_restrict_arr+set}" = set; then : |
| 14514 | $as_echo_n "(cached) " >&6 | 14492 | $as_echo_n "(cached) " >&6 |
| 14515 | else | 14493 | else |
| 14516 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 14494 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -15109,21 +15087,10 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; | |||
| 15109 | :end' >>confcache | 15087 | :end' >>confcache |
| 15110 | if diff "$cache_file" confcache >/dev/null 2>&1; then :; else | 15088 | if diff "$cache_file" confcache >/dev/null 2>&1; then :; else |
| 15111 | if test -w "$cache_file"; then | 15089 | if test -w "$cache_file"; then |
| 15112 | if test "x$cache_file" != "x/dev/null"; then | 15090 | test "x$cache_file" != "x/dev/null" && |
| 15113 | { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 | 15091 | { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 |
| 15114 | $as_echo "$as_me: updating cache $cache_file" >&6;} | 15092 | $as_echo "$as_me: updating cache $cache_file" >&6;} |
| 15115 | if test ! -f "$cache_file" || test -h "$cache_file"; then | 15093 | cat confcache >$cache_file |
| 15116 | cat confcache >"$cache_file" | ||
| 15117 | else | ||
| 15118 | case $cache_file in #( | ||
| 15119 | */* | ?:*) | ||
| 15120 | mv -f confcache "$cache_file"$$ && | ||
| 15121 | mv -f "$cache_file"$$ "$cache_file" ;; #( | ||
| 15122 | *) | ||
| 15123 | mv -f confcache "$cache_file" ;; | ||
| 15124 | esac | ||
| 15125 | fi | ||
| 15126 | fi | ||
| 15127 | else | 15094 | else |
| 15128 | { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 | 15095 | { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 |
| 15129 | $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} | 15096 | $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} |
| @@ -15156,7 +15123,7 @@ LTLIBOBJS=$ac_ltlibobjs | |||
| 15156 | 15123 | ||
| 15157 | 15124 | ||
| 15158 | 15125 | ||
| 15159 | : "${CONFIG_STATUS=./config.status}" | 15126 | : ${CONFIG_STATUS=./config.status} |
| 15160 | ac_write_fail=0 | 15127 | ac_write_fail=0 |
| 15161 | ac_clean_files_save=$ac_clean_files | 15128 | ac_clean_files_save=$ac_clean_files |
| 15162 | ac_clean_files="$ac_clean_files $CONFIG_STATUS" | 15129 | ac_clean_files="$ac_clean_files $CONFIG_STATUS" |
| @@ -15257,7 +15224,6 @@ fi | |||
| 15257 | IFS=" "" $as_nl" | 15224 | IFS=" "" $as_nl" |
| 15258 | 15225 | ||
| 15259 | # Find who we are. Look in the path if we contain no directory separator. | 15226 | # Find who we are. Look in the path if we contain no directory separator. |
| 15260 | as_myself= | ||
| 15261 | case $0 in #(( | 15227 | case $0 in #(( |
| 15262 | *[\\/]* ) as_myself=$0 ;; | 15228 | *[\\/]* ) as_myself=$0 ;; |
| 15263 | *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | 15229 | *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| @@ -15565,7 +15531,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | |||
| 15565 | # values after options handling. | 15531 | # values after options handling. |
| 15566 | ac_log=" | 15532 | ac_log=" |
| 15567 | This file was extended by emacs $as_me 24.0.50, which was | 15533 | This file was extended by emacs $as_me 24.0.50, which was |
| 15568 | generated by GNU Autoconf 2.68. Invocation command line was | 15534 | generated by GNU Autoconf 2.67. Invocation command line was |
| 15569 | 15535 | ||
| 15570 | CONFIG_FILES = $CONFIG_FILES | 15536 | CONFIG_FILES = $CONFIG_FILES |
| 15571 | CONFIG_HEADERS = $CONFIG_HEADERS | 15537 | CONFIG_HEADERS = $CONFIG_HEADERS |
| @@ -15631,7 +15597,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |||
| 15631 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | 15597 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 15632 | ac_cs_version="\\ | 15598 | ac_cs_version="\\ |
| 15633 | emacs config.status 24.0.50 | 15599 | emacs config.status 24.0.50 |
| 15634 | configured by $0, generated by GNU Autoconf 2.68, | 15600 | configured by $0, generated by GNU Autoconf 2.67, |
| 15635 | with options \\"\$ac_cs_config\\" | 15601 | with options \\"\$ac_cs_config\\" |
| 15636 | 15602 | ||
| 15637 | Copyright (C) 2010 Free Software Foundation, Inc. | 15603 | Copyright (C) 2010 Free Software Foundation, Inc. |
| @@ -15795,10 +15761,9 @@ fi | |||
| 15795 | # after its creation but before its name has been assigned to `$tmp'. | 15761 | # after its creation but before its name has been assigned to `$tmp'. |
| 15796 | $debug || | 15762 | $debug || |
| 15797 | { | 15763 | { |
| 15798 | tmp= ac_tmp= | 15764 | tmp= |
| 15799 | trap 'exit_status=$? | 15765 | trap 'exit_status=$? |
| 15800 | : "${ac_tmp:=$tmp}" | 15766 | { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status |
| 15801 | { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status | ||
| 15802 | ' 0 | 15767 | ' 0 |
| 15803 | trap 'as_fn_exit 1' 1 2 13 15 | 15768 | trap 'as_fn_exit 1' 1 2 13 15 |
| 15804 | } | 15769 | } |
| @@ -15806,13 +15771,12 @@ $debug || | |||
| 15806 | 15771 | ||
| 15807 | { | 15772 | { |
| 15808 | tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && | 15773 | tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && |
| 15809 | test -d "$tmp" | 15774 | test -n "$tmp" && test -d "$tmp" |
| 15810 | } || | 15775 | } || |
| 15811 | { | 15776 | { |
| 15812 | tmp=./conf$$-$RANDOM | 15777 | tmp=./conf$$-$RANDOM |
| 15813 | (umask 077 && mkdir "$tmp") | 15778 | (umask 077 && mkdir "$tmp") |
| 15814 | } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 | 15779 | } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 |
| 15815 | ac_tmp=$tmp | ||
| 15816 | 15780 | ||
| 15817 | # Set up the scripts for CONFIG_FILES section. | 15781 | # Set up the scripts for CONFIG_FILES section. |
| 15818 | # No need to generate them if there are no CONFIG_FILES. | 15782 | # No need to generate them if there are no CONFIG_FILES. |
| @@ -15851,13 +15815,13 @@ else | |||
| 15851 | ac_cs_awk_cr=$ac_cr | 15815 | ac_cs_awk_cr=$ac_cr |
| 15852 | fi | 15816 | fi |
| 15853 | 15817 | ||
| 15854 | echo 'BEGIN {' >"$ac_tmp/subs1.awk" && | 15818 | echo 'BEGIN {' >"$tmp/subs1.awk" && |
| 15855 | _ACEOF | 15819 | _ACEOF |
| 15856 | 15820 | ||
| 15857 | # Create commands to substitute file output variables. | 15821 | # Create commands to substitute file output variables. |
| 15858 | { | 15822 | { |
| 15859 | echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" && | 15823 | echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" && |
| 15860 | echo 'cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&' && | 15824 | echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' && |
| 15861 | echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' && | 15825 | echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' && |
| 15862 | echo "_ACAWK" && | 15826 | echo "_ACAWK" && |
| 15863 | echo "_ACEOF" | 15827 | echo "_ACEOF" |
| @@ -15890,7 +15854,7 @@ done | |||
| 15890 | rm -f conf$$subs.sh | 15854 | rm -f conf$$subs.sh |
| 15891 | 15855 | ||
| 15892 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 15856 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 15893 | cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && | 15857 | cat >>"\$tmp/subs1.awk" <<\\_ACAWK && |
| 15894 | _ACEOF | 15858 | _ACEOF |
| 15895 | sed -n ' | 15859 | sed -n ' |
| 15896 | h | 15860 | h |
| @@ -15938,7 +15902,7 @@ t delim | |||
| 15938 | rm -f conf$$subs.awk | 15902 | rm -f conf$$subs.awk |
| 15939 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 15903 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 15940 | _ACAWK | 15904 | _ACAWK |
| 15941 | cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && | 15905 | cat >>"\$tmp/subs1.awk" <<_ACAWK && |
| 15942 | for (key in S) S_is_set[key] = 1 | 15906 | for (key in S) S_is_set[key] = 1 |
| 15943 | FS = "" | 15907 | FS = "" |
| 15944 | \$ac_cs_awk_pipe_init | 15908 | \$ac_cs_awk_pipe_init |
| @@ -15976,7 +15940,7 @@ if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then | |||
| 15976 | sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" | 15940 | sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" |
| 15977 | else | 15941 | else |
| 15978 | cat | 15942 | cat |
| 15979 | fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ | 15943 | fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ |
| 15980 | || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 | 15944 | || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 |
| 15981 | _ACEOF | 15945 | _ACEOF |
| 15982 | 15946 | ||
| @@ -16010,7 +15974,7 @@ fi # test -n "$CONFIG_FILES" | |||
| 16010 | # No need to generate them if there are no CONFIG_HEADERS. | 15974 | # No need to generate them if there are no CONFIG_HEADERS. |
| 16011 | # This happens for instance with `./config.status Makefile'. | 15975 | # This happens for instance with `./config.status Makefile'. |
| 16012 | if test -n "$CONFIG_HEADERS"; then | 15976 | if test -n "$CONFIG_HEADERS"; then |
| 16013 | cat >"$ac_tmp/defines.awk" <<\_ACAWK || | 15977 | cat >"$tmp/defines.awk" <<\_ACAWK || |
| 16014 | BEGIN { | 15978 | BEGIN { |
| 16015 | _ACEOF | 15979 | _ACEOF |
| 16016 | 15980 | ||
| @@ -16022,8 +15986,8 @@ _ACEOF | |||
| 16022 | # handling of long lines. | 15986 | # handling of long lines. |
| 16023 | ac_delim='%!_!# ' | 15987 | ac_delim='%!_!# ' |
| 16024 | for ac_last_try in false false :; do | 15988 | for ac_last_try in false false :; do |
| 16025 | ac_tt=`sed -n "/$ac_delim/p" confdefs.h` | 15989 | ac_t=`sed -n "/$ac_delim/p" confdefs.h` |
| 16026 | if test -z "$ac_tt"; then | 15990 | if test -z "$ac_t"; then |
| 16027 | break | 15991 | break |
| 16028 | elif $ac_last_try; then | 15992 | elif $ac_last_try; then |
| 16029 | as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 | 15993 | as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 |
| @@ -16143,7 +16107,7 @@ do | |||
| 16143 | for ac_f | 16107 | for ac_f |
| 16144 | do | 16108 | do |
| 16145 | case $ac_f in | 16109 | case $ac_f in |
| 16146 | -) ac_f="$ac_tmp/stdin";; | 16110 | -) ac_f="$tmp/stdin";; |
| 16147 | *) # Look for the file first in the build tree, then in the source tree | 16111 | *) # Look for the file first in the build tree, then in the source tree |
| 16148 | # (if the path is not absolute). The absolute path cannot be DOS-style, | 16112 | # (if the path is not absolute). The absolute path cannot be DOS-style, |
| 16149 | # because $ac_f cannot contain `:'. | 16113 | # because $ac_f cannot contain `:'. |
| @@ -16178,7 +16142,7 @@ $as_echo "$as_me: creating $ac_file" >&6;} | |||
| 16178 | esac | 16142 | esac |
| 16179 | 16143 | ||
| 16180 | case $ac_tag in | 16144 | case $ac_tag in |
| 16181 | *:-:* | *:-) cat >"$ac_tmp/stdin" \ | 16145 | *:-:* | *:-) cat >"$tmp/stdin" \ |
| 16182 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; | 16146 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; |
| 16183 | esac | 16147 | esac |
| 16184 | ;; | 16148 | ;; |
| @@ -16311,25 +16275,24 @@ $ac_datarootdir_hack | |||
| 16311 | " | 16275 | " |
| 16312 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | | 16276 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | |
| 16313 | if $ac_cs_awk_getline; then | 16277 | if $ac_cs_awk_getline; then |
| 16314 | $AWK -f "$ac_tmp/subs.awk" | 16278 | $AWK -f "$tmp/subs.awk" |
| 16315 | else | 16279 | else |
| 16316 | $AWK -f "$ac_tmp/subs.awk" | $SHELL | 16280 | $AWK -f "$tmp/subs.awk" | $SHELL |
| 16317 | fi \ | 16281 | fi >$tmp/out \ |
| 16318 | >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 16282 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
| 16319 | 16283 | ||
| 16320 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && | 16284 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && |
| 16321 | { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && | 16285 | { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && |
| 16322 | { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ | 16286 | { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && |
| 16323 | "$ac_tmp/out"`; test -z "$ac_out"; } && | ||
| 16324 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 16287 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
| 16325 | which seems to be undefined. Please make sure it is defined" >&5 | 16288 | which seems to be undefined. Please make sure it is defined" >&5 |
| 16326 | $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 16289 | $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
| 16327 | which seems to be undefined. Please make sure it is defined" >&2;} | 16290 | which seems to be undefined. Please make sure it is defined" >&2;} |
| 16328 | 16291 | ||
| 16329 | rm -f "$ac_tmp/stdin" | 16292 | rm -f "$tmp/stdin" |
| 16330 | case $ac_file in | 16293 | case $ac_file in |
| 16331 | -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; | 16294 | -) cat "$tmp/out" && rm -f "$tmp/out";; |
| 16332 | *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; | 16295 | *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; |
| 16333 | esac \ | 16296 | esac \ |
| 16334 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 16297 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
| 16335 | ;; | 16298 | ;; |
| @@ -16340,20 +16303,20 @@ which seems to be undefined. Please make sure it is defined" >&2;} | |||
| 16340 | if test x"$ac_file" != x-; then | 16303 | if test x"$ac_file" != x-; then |
| 16341 | { | 16304 | { |
| 16342 | $as_echo "/* $configure_input */" \ | 16305 | $as_echo "/* $configure_input */" \ |
| 16343 | && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" | 16306 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" |
| 16344 | } >"$ac_tmp/config.h" \ | 16307 | } >"$tmp/config.h" \ |
| 16345 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 16308 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
| 16346 | if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then | 16309 | if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then |
| 16347 | { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 | 16310 | { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 |
| 16348 | $as_echo "$as_me: $ac_file is unchanged" >&6;} | 16311 | $as_echo "$as_me: $ac_file is unchanged" >&6;} |
| 16349 | else | 16312 | else |
| 16350 | rm -f "$ac_file" | 16313 | rm -f "$ac_file" |
| 16351 | mv "$ac_tmp/config.h" "$ac_file" \ | 16314 | mv "$tmp/config.h" "$ac_file" \ |
| 16352 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 16315 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
| 16353 | fi | 16316 | fi |
| 16354 | else | 16317 | else |
| 16355 | $as_echo "/* $configure_input */" \ | 16318 | $as_echo "/* $configure_input */" \ |
| 16356 | && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ | 16319 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ |
| 16357 | || as_fn_error $? "could not create -" "$LINENO" 5 | 16320 | || as_fn_error $? "could not create -" "$LINENO" 5 |
| 16358 | fi | 16321 | fi |
| 16359 | ;; | 16322 | ;; |
diff --git a/configure.in b/configure.in index 2900a7dc7a9..c09f404cabf 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -2510,7 +2510,7 @@ AC_SUBST(LIBXSM) | |||
| 2510 | ### Use libxml (-lxml2) if available | 2510 | ### Use libxml (-lxml2) if available |
| 2511 | if test "${with_xml2}" != "no"; then | 2511 | if test "${with_xml2}" != "no"; then |
| 2512 | ### I'm not sure what the version number should be, so I just guessed. | 2512 | ### I'm not sure what the version number should be, so I just guessed. |
| 2513 | PKG_CHECK_MODULES(LIBXML2, libxml-2.0 > 2.2.0, HAVE_LIBXML2=yes, HAVE_LIBXML2=no) | 2513 | PKG_CHECK_MODULES(LIBXML2, libxml-2.0 > 2.6.17, HAVE_LIBXML2=yes, HAVE_LIBXML2=no) |
| 2514 | if test "${HAVE_LIBXML2}" = "yes"; then | 2514 | if test "${HAVE_LIBXML2}" = "yes"; then |
| 2515 | LIBS="$LIBXML2_LIBS $LIBS" | 2515 | LIBS="$LIBXML2_LIBS $LIBS" |
| 2516 | AC_CHECK_LIB(xml2, htmlReadMemory, HAVE_LIBXML2=yes, HAVE_LIBXML2=no) | 2516 | AC_CHECK_LIB(xml2, htmlReadMemory, HAVE_LIBXML2=yes, HAVE_LIBXML2=no) |