aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2010-12-04 17:32:32 -0500
committerChong Yidong2010-12-04 17:32:32 -0500
commitd96c83fa5638f85d2657d86ac777ec079a2a6573 (patch)
tree441ec0857399febc65c645a8ff3f5df636cd47e2
parent8c44f097717a3a857c90f29b52215260c0476a9c (diff)
downloademacs-d96c83fa5638f85d2657d86ac777ec079a2a6573.tar.gz
emacs-d96c83fa5638f85d2657d86ac777ec079a2a6573.zip
* configure.in: Fix last change.
-rw-r--r--ChangeLog4
-rwxr-xr-xconfigure667
-rw-r--r--configure.in2
3 files changed, 321 insertions, 352 deletions
diff --git a/ChangeLog b/ChangeLog
index ac14beb0b4b..266bbe4759e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12010-12-04 Chong Yidong <cyd@stupidchicken.com>
2
3 * configure.in: Fix last change.
4
12010-12-04 Andreas Schwab <schwab@linux-m68k.org> 52010-12-04 Andreas Schwab <schwab@linux-m68k.org>
2 6
3 * configure.in: Remove reference to removed machine description 7 * configure.in: Remove reference to removed machine description
diff --git a/configure b/configure
index 06fa2dc8ab5..b5575565679 100755
--- a/configure
+++ b/configure
@@ -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
89IFS=" "" $as_nl" 89IFS=" "" $as_nl"
90 90
91# Find who we are. Look in the path if we contain no directory separator. 91# Find who we are. Look in the path if we contain no directory separator.
92as_myself=
93case $0 in #(( 92case $0 in #((
94 *[\\/]* ) as_myself=$0 ;; 93 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 94 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -215,18 +214,11 @@ IFS=$as_save_IFS
215 # We cannot yet assume a decent shell, so we have to provide a 214 # We cannot yet assume a decent shell, so we have to provide a
216 # neutralization value for shells without unset; and this also 215 # neutralization value for shells without unset; and this also
217 # works around shells that cannot unset nonexistent variables. 216 # works around shells that cannot unset nonexistent variables.
218 # Preserve -v and -x to the replacement shell.
219 BASH_ENV=/dev/null 217 BASH_ENV=/dev/null
220 ENV=/dev/null 218 ENV=/dev/null
221 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 219 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
222 export CONFIG_SHELL 220 export CONFIG_SHELL
223 case $- in # (((( 221 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
224 *v*x* | *x*v* ) as_opts=-vx ;;
225 *v* ) as_opts=-v ;;
226 *x* ) as_opts=-x ;;
227 * ) as_opts= ;;
228 esac
229 exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
230fi 222fi
231 223
232 if test x$as_have_required = xno; then : 224 if test x$as_have_required = xno; then :
@@ -1262,7 +1254,7 @@ Try \`$0 --help' for more information"
1262 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1254 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1263 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1255 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1264 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1256 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1265 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" 1257 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1266 ;; 1258 ;;
1267 1259
1268 esac 1260 esac
@@ -1633,7 +1625,7 @@ test -n "$ac_init_help" && exit $ac_status
1633if $ac_init_version; then 1625if $ac_init_version; then
1634 cat <<\_ACEOF 1626 cat <<\_ACEOF
1635emacs configure 24.0.50 1627emacs configure 24.0.50
1636generated by GNU Autoconf 2.68 1628generated by GNU Autoconf 2.67
1637 1629
1638Copyright (C) 2010 Free Software Foundation, Inc. 1630Copyright (C) 2010 Free Software Foundation, Inc.
1639This configure script is free software; the Free Software Foundation 1631This configure script is free software; the Free Software Foundation
@@ -1679,7 +1671,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
1679 1671
1680 ac_retval=1 1672 ac_retval=1
1681fi 1673fi
1682 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1674 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1683 as_fn_set_status $ac_retval 1675 as_fn_set_status $ac_retval
1684 1676
1685} # ac_fn_c_try_compile 1677} # ac_fn_c_try_compile
@@ -1725,7 +1717,7 @@ fi
1725 # interfere with the next link command; also delete a directory that is 1717 # interfere with the next link command; also delete a directory that is
1726 # left behind by Apple's compiler. We do this before executing the actions. 1718 # left behind by Apple's compiler. We do this before executing the actions.
1727 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1719 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1728 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1720 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1729 as_fn_set_status $ac_retval 1721 as_fn_set_status $ac_retval
1730 1722
1731} # ac_fn_c_try_link 1723} # ac_fn_c_try_link
@@ -1762,7 +1754,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
1762 1754
1763 ac_retval=1 1755 ac_retval=1
1764fi 1756fi
1765 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1757 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1766 as_fn_set_status $ac_retval 1758 as_fn_set_status $ac_retval
1767 1759
1768} # ac_fn_c_try_cpp 1760} # ac_fn_c_try_cpp
@@ -1775,10 +1767,10 @@ fi
1775ac_fn_c_check_header_mongrel () 1767ac_fn_c_check_header_mongrel ()
1776{ 1768{
1777 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1769 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1778 if eval \${$3+:} false; then : 1770 if eval "test \"\${$3+set}\"" = set; then :
1779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1780$as_echo_n "checking for $2... " >&6; } 1772$as_echo_n "checking for $2... " >&6; }
1781if eval \${$3+:} false; then : 1773if eval "test \"\${$3+set}\"" = set; then :
1782 $as_echo_n "(cached) " >&6 1774 $as_echo_n "(cached) " >&6
1783fi 1775fi
1784eval ac_res=\$$3 1776eval ac_res=\$$3
@@ -1841,7 +1833,7 @@ $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1841esac 1833esac
1842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1843$as_echo_n "checking for $2... " >&6; } 1835$as_echo_n "checking for $2... " >&6; }
1844if eval \${$3+:} false; then : 1836if eval "test \"\${$3+set}\"" = set; then :
1845 $as_echo_n "(cached) " >&6 1837 $as_echo_n "(cached) " >&6
1846else 1838else
1847 eval "$3=\$ac_header_compiler" 1839 eval "$3=\$ac_header_compiler"
@@ -1850,7 +1842,7 @@ eval ac_res=\$$3
1850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1851$as_echo "$ac_res" >&6; } 1843$as_echo "$ac_res" >&6; }
1852fi 1844fi
1853 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1845 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1854 1846
1855} # ac_fn_c_check_header_mongrel 1847} # ac_fn_c_check_header_mongrel
1856 1848
@@ -1891,7 +1883,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
1891 ac_retval=$ac_status 1883 ac_retval=$ac_status
1892fi 1884fi
1893 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1885 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1894 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1886 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1895 as_fn_set_status $ac_retval 1887 as_fn_set_status $ac_retval
1896 1888
1897} # ac_fn_c_try_run 1889} # ac_fn_c_try_run
@@ -1905,7 +1897,7 @@ ac_fn_c_check_header_compile ()
1905 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1897 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1907$as_echo_n "checking for $2... " >&6; } 1899$as_echo_n "checking for $2... " >&6; }
1908if eval \${$3+:} false; then : 1900if eval "test \"\${$3+set}\"" = set; then :
1909 $as_echo_n "(cached) " >&6 1901 $as_echo_n "(cached) " >&6
1910else 1902else
1911 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1903 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -1923,7 +1915,7 @@ fi
1923eval ac_res=\$$3 1915eval ac_res=\$$3
1924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1925$as_echo "$ac_res" >&6; } 1917$as_echo "$ac_res" >&6; }
1926 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1918 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1927 1919
1928} # ac_fn_c_check_header_compile 1920} # ac_fn_c_check_header_compile
1929 1921
@@ -1938,7 +1930,7 @@ ac_fn_c_check_decl ()
1938 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'` 1930 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 1931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1940$as_echo_n "checking whether $as_decl_name is declared... " >&6; } 1932$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
1941if eval \${$3+:} false; then : 1933if eval "test \"\${$3+set}\"" = set; then :
1942 $as_echo_n "(cached) " >&6 1934 $as_echo_n "(cached) " >&6
1943else 1935else
1944 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1936 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -1969,7 +1961,7 @@ fi
1969eval ac_res=\$$3 1961eval ac_res=\$$3
1970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1971$as_echo "$ac_res" >&6; } 1963$as_echo "$ac_res" >&6; }
1972 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1964 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1973 1965
1974} # ac_fn_c_check_decl 1966} # ac_fn_c_check_decl
1975 1967
@@ -1981,7 +1973,7 @@ ac_fn_c_check_header_preproc ()
1981 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1973 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1983$as_echo_n "checking for $2... " >&6; } 1975$as_echo_n "checking for $2... " >&6; }
1984if eval \${$3+:} false; then : 1976if eval "test \"\${$3+set}\"" = set; then :
1985 $as_echo_n "(cached) " >&6 1977 $as_echo_n "(cached) " >&6
1986else 1978else
1987 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1979 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -1998,7 +1990,7 @@ fi
1998eval ac_res=\$$3 1990eval ac_res=\$$3
1999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2000$as_echo "$ac_res" >&6; } 1992$as_echo "$ac_res" >&6; }
2001 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1993 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2002 1994
2003} # ac_fn_c_check_header_preproc 1995} # ac_fn_c_check_header_preproc
2004 1996
@@ -2011,7 +2003,7 @@ ac_fn_c_check_member ()
2011 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2003 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5 2004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2013$as_echo_n "checking for $2.$3... " >&6; } 2005$as_echo_n "checking for $2.$3... " >&6; }
2014if eval \${$4+:} false; then : 2006if eval "test \"\${$4+set}\"" = set; then :
2015 $as_echo_n "(cached) " >&6 2007 $as_echo_n "(cached) " >&6
2016else 2008else
2017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2009 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -2055,7 +2047,7 @@ fi
2055eval ac_res=\$$4 2047eval ac_res=\$$4
2056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2057$as_echo "$ac_res" >&6; } 2049$as_echo "$ac_res" >&6; }
2058 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 2050 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2059 2051
2060} # ac_fn_c_check_member 2052} # ac_fn_c_check_member
2061 2053
@@ -2067,7 +2059,7 @@ ac_fn_c_check_func ()
2067 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2059 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2069$as_echo_n "checking for $2... " >&6; } 2061$as_echo_n "checking for $2... " >&6; }
2070if eval \${$3+:} false; then : 2062if eval "test \"\${$3+set}\"" = set; then :
2071 $as_echo_n "(cached) " >&6 2063 $as_echo_n "(cached) " >&6
2072else 2064else
2073 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2065 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -2122,7 +2114,7 @@ fi
2122eval ac_res=\$$3 2114eval ac_res=\$$3
2123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2124$as_echo "$ac_res" >&6; } 2116$as_echo "$ac_res" >&6; }
2125 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 2117 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2126 2118
2127} # ac_fn_c_check_func 2119} # ac_fn_c_check_func
2128 2120
@@ -2135,7 +2127,7 @@ ac_fn_c_check_type ()
2135 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2127 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2137$as_echo_n "checking for $2... " >&6; } 2129$as_echo_n "checking for $2... " >&6; }
2138if eval \${$3+:} false; then : 2130if eval "test \"\${$3+set}\"" = set; then :
2139 $as_echo_n "(cached) " >&6 2131 $as_echo_n "(cached) " >&6
2140else 2132else
2141 eval "$3=no" 2133 eval "$3=no"
@@ -2176,7 +2168,7 @@ fi
2176eval ac_res=\$$3 2168eval ac_res=\$$3
2177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2178$as_echo "$ac_res" >&6; } 2170$as_echo "$ac_res" >&6; }
2179 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 2171 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2180 2172
2181} # ac_fn_c_check_type 2173} # ac_fn_c_check_type
2182cat >config.log <<_ACEOF 2174cat >config.log <<_ACEOF
@@ -2184,7 +2176,7 @@ This file contains any messages produced by compilers while
2184running configure, to aid debugging if configure makes a mistake. 2176running configure, to aid debugging if configure makes a mistake.
2185 2177
2186It was created by emacs $as_me 24.0.50, which was 2178It was created by emacs $as_me 24.0.50, which was
2187generated by GNU Autoconf 2.68. Invocation command line was 2179generated by GNU Autoconf 2.67. Invocation command line was
2188 2180
2189 $ $0 $@ 2181 $ $0 $@
2190 2182
@@ -3148,7 +3140,7 @@ $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3148 3140
3149{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 3141{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3150$as_echo_n "checking build system type... " >&6; } 3142$as_echo_n "checking build system type... " >&6; }
3151if ${ac_cv_build+:} false; then : 3143if test "${ac_cv_build+set}" = set; then :
3152 $as_echo_n "(cached) " >&6 3144 $as_echo_n "(cached) " >&6
3153else 3145else
3154 ac_build_alias=$build_alias 3146 ac_build_alias=$build_alias
@@ -3182,7 +3174,7 @@ case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3182 3174
3183{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 3175{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3184$as_echo_n "checking host system type... " >&6; } 3176$as_echo_n "checking host system type... " >&6; }
3185if ${ac_cv_host+:} false; then : 3177if test "${ac_cv_host+set}" = set; then :
3186 $as_echo_n "(cached) " >&6 3178 $as_echo_n "(cached) " >&6
3187else 3179else
3188 if test "x$host_alias" = x; then 3180 if test "x$host_alias" = x; then
@@ -3468,7 +3460,7 @@ if test -n "$ac_tool_prefix"; then
3468set dummy ${ac_tool_prefix}gcc; ac_word=$2 3460set dummy ${ac_tool_prefix}gcc; ac_word=$2
3469{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3461{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3470$as_echo_n "checking for $ac_word... " >&6; } 3462$as_echo_n "checking for $ac_word... " >&6; }
3471if ${ac_cv_prog_CC+:} false; then : 3463if test "${ac_cv_prog_CC+set}" = set; then :
3472 $as_echo_n "(cached) " >&6 3464 $as_echo_n "(cached) " >&6
3473else 3465else
3474 if test -n "$CC"; then 3466 if test -n "$CC"; then
@@ -3508,7 +3500,7 @@ if test -z "$ac_cv_prog_CC"; then
3508set dummy gcc; ac_word=$2 3500set dummy gcc; ac_word=$2
3509{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3501{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3510$as_echo_n "checking for $ac_word... " >&6; } 3502$as_echo_n "checking for $ac_word... " >&6; }
3511if ${ac_cv_prog_ac_ct_CC+:} false; then : 3503if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3512 $as_echo_n "(cached) " >&6 3504 $as_echo_n "(cached) " >&6
3513else 3505else
3514 if test -n "$ac_ct_CC"; then 3506 if test -n "$ac_ct_CC"; then
@@ -3561,7 +3553,7 @@ if test -z "$CC"; then
3561set dummy ${ac_tool_prefix}cc; ac_word=$2 3553set dummy ${ac_tool_prefix}cc; ac_word=$2
3562{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3554{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3563$as_echo_n "checking for $ac_word... " >&6; } 3555$as_echo_n "checking for $ac_word... " >&6; }
3564if ${ac_cv_prog_CC+:} false; then : 3556if test "${ac_cv_prog_CC+set}" = set; then :
3565 $as_echo_n "(cached) " >&6 3557 $as_echo_n "(cached) " >&6
3566else 3558else
3567 if test -n "$CC"; then 3559 if test -n "$CC"; then
@@ -3601,7 +3593,7 @@ if test -z "$CC"; then
3601set dummy cc; ac_word=$2 3593set dummy cc; ac_word=$2
3602{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3594{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3603$as_echo_n "checking for $ac_word... " >&6; } 3595$as_echo_n "checking for $ac_word... " >&6; }
3604if ${ac_cv_prog_CC+:} false; then : 3596if test "${ac_cv_prog_CC+set}" = set; then :
3605 $as_echo_n "(cached) " >&6 3597 $as_echo_n "(cached) " >&6
3606else 3598else
3607 if test -n "$CC"; then 3599 if test -n "$CC"; then
@@ -3660,7 +3652,7 @@ if test -z "$CC"; then
3660set dummy $ac_tool_prefix$ac_prog; ac_word=$2 3652set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3661{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3653{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3662$as_echo_n "checking for $ac_word... " >&6; } 3654$as_echo_n "checking for $ac_word... " >&6; }
3663if ${ac_cv_prog_CC+:} false; then : 3655if test "${ac_cv_prog_CC+set}" = set; then :
3664 $as_echo_n "(cached) " >&6 3656 $as_echo_n "(cached) " >&6
3665else 3657else
3666 if test -n "$CC"; then 3658 if test -n "$CC"; then
@@ -3704,7 +3696,7 @@ do
3704set dummy $ac_prog; ac_word=$2 3696set dummy $ac_prog; ac_word=$2
3705{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3697{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3706$as_echo_n "checking for $ac_word... " >&6; } 3698$as_echo_n "checking for $ac_word... " >&6; }
3707if ${ac_cv_prog_ac_ct_CC+:} false; then : 3699if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3708 $as_echo_n "(cached) " >&6 3700 $as_echo_n "(cached) " >&6
3709else 3701else
3710 if test -n "$ac_ct_CC"; then 3702 if test -n "$ac_ct_CC"; then
@@ -3987,7 +3979,7 @@ rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3987ac_clean_files=$ac_clean_files_save 3979ac_clean_files=$ac_clean_files_save
3988{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 3980{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3989$as_echo_n "checking for suffix of object files... " >&6; } 3981$as_echo_n "checking for suffix of object files... " >&6; }
3990if ${ac_cv_objext+:} false; then : 3982if test "${ac_cv_objext+set}" = set; then :
3991 $as_echo_n "(cached) " >&6 3983 $as_echo_n "(cached) " >&6
3992else 3984else
3993 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3985 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -4038,7 +4030,7 @@ OBJEXT=$ac_cv_objext
4038ac_objext=$OBJEXT 4030ac_objext=$OBJEXT
4039{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 4031{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4040$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 4032$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4041if ${ac_cv_c_compiler_gnu+:} false; then : 4033if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4042 $as_echo_n "(cached) " >&6 4034 $as_echo_n "(cached) " >&6
4043else 4035else
4044 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4036 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -4075,7 +4067,7 @@ ac_test_CFLAGS=${CFLAGS+set}
4075ac_save_CFLAGS=$CFLAGS 4067ac_save_CFLAGS=$CFLAGS
4076{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 4068{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4077$as_echo_n "checking whether $CC accepts -g... " >&6; } 4069$as_echo_n "checking whether $CC accepts -g... " >&6; }
4078if ${ac_cv_prog_cc_g+:} false; then : 4070if test "${ac_cv_prog_cc_g+set}" = set; then :
4079 $as_echo_n "(cached) " >&6 4071 $as_echo_n "(cached) " >&6
4080else 4072else
4081 ac_save_c_werror_flag=$ac_c_werror_flag 4073 ac_save_c_werror_flag=$ac_c_werror_flag
@@ -4153,7 +4145,7 @@ else
4153fi 4145fi
4154{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 4146{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4155$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 4147$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4156if ${ac_cv_prog_cc_c89+:} false; then : 4148if test "${ac_cv_prog_cc_c89+set}" = set; then :
4157 $as_echo_n "(cached) " >&6 4149 $as_echo_n "(cached) " >&6
4158else 4150else
4159 ac_cv_prog_cc_c89=no 4151 ac_cv_prog_cc_c89=no
@@ -4261,7 +4253,7 @@ if test x"$GCC" != xyes && test x"$emacs_check_sunpro_c" = xyes && \
4261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using a Sun C compiler" >&5 4253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using a Sun C compiler" >&5
4262$as_echo_n "checking whether we are using a Sun C compiler... " >&6; } 4254$as_echo_n "checking whether we are using a Sun C compiler... " >&6; }
4263 4255
4264if ${emacs_cv_sunpro_c+:} false; then : 4256if test "${emacs_cv_sunpro_c+set}" = set; then :
4265 $as_echo_n "(cached) " >&6 4257 $as_echo_n "(cached) " >&6
4266else 4258else
4267 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4259 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -4330,7 +4322,7 @@ if test -n "$CPP" && test -d "$CPP"; then
4330 CPP= 4322 CPP=
4331fi 4323fi
4332if test -z "$CPP"; then 4324if test -z "$CPP"; then
4333 if ${ac_cv_prog_CPP+:} false; then : 4325 if test "${ac_cv_prog_CPP+set}" = set; then :
4334 $as_echo_n "(cached) " >&6 4326 $as_echo_n "(cached) " >&6
4335else 4327else
4336 # Double quotes because CPP needs to be expanded 4328 # Double quotes because CPP needs to be expanded
@@ -4458,7 +4450,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
4458 4450
4459{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 4451{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4460$as_echo_n "checking for grep that handles long lines and -e... " >&6; } 4452$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4461if ${ac_cv_path_GREP+:} false; then : 4453if test "${ac_cv_path_GREP+set}" = set; then :
4462 $as_echo_n "(cached) " >&6 4454 $as_echo_n "(cached) " >&6
4463else 4455else
4464 if test -z "$GREP"; then 4456 if test -z "$GREP"; then
@@ -4521,7 +4513,7 @@ $as_echo "$ac_cv_path_GREP" >&6; }
4521 4513
4522{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 4514{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4523$as_echo_n "checking for egrep... " >&6; } 4515$as_echo_n "checking for egrep... " >&6; }
4524if ${ac_cv_path_EGREP+:} false; then : 4516if test "${ac_cv_path_EGREP+set}" = set; then :
4525 $as_echo_n "(cached) " >&6 4517 $as_echo_n "(cached) " >&6
4526else 4518else
4527 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 4519 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
@@ -4588,7 +4580,7 @@ $as_echo "$ac_cv_path_EGREP" >&6; }
4588 4580
4589{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 4581{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4590$as_echo_n "checking for ANSI C header files... " >&6; } 4582$as_echo_n "checking for ANSI C header files... " >&6; }
4591if ${ac_cv_header_stdc+:} false; then : 4583if test "${ac_cv_header_stdc+set}" = set; then :
4592 $as_echo_n "(cached) " >&6 4584 $as_echo_n "(cached) " >&6
4593else 4585else
4594 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4586 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -4717,7 +4709,7 @@ done
4717 4709
4718 4710
4719 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default" 4711 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4720if test "x$ac_cv_header_minix_config_h" = xyes; then : 4712if test "x$ac_cv_header_minix_config_h" = x""yes; then :
4721 MINIX=yes 4713 MINIX=yes
4722else 4714else
4723 MINIX= 4715 MINIX=
@@ -4739,7 +4731,7 @@ $as_echo "#define _MINIX 1" >>confdefs.h
4739 4731
4740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5 4732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4741$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; } 4733$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4742if ${ac_cv_safe_to_define___extensions__+:} false; then : 4734if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
4743 $as_echo_n "(cached) " >&6 4735 $as_echo_n "(cached) " >&6
4744else 4736else
4745 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4737 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -4919,7 +4911,7 @@ if test -n "$CPP" && test -d "$CPP"; then
4919 CPP= 4911 CPP=
4920fi 4912fi
4921if test -z "$CPP"; then 4913if test -z "$CPP"; then
4922 if ${ac_cv_prog_CPP+:} false; then : 4914 if test "${ac_cv_prog_CPP+set}" = set; then :
4923 $as_echo_n "(cached) " >&6 4915 $as_echo_n "(cached) " >&6
4924else 4916else
4925 # Double quotes because CPP needs to be expanded 4917 # Double quotes because CPP needs to be expanded
@@ -5061,7 +5053,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
5061{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 5053{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5062$as_echo_n "checking for a BSD-compatible install... " >&6; } 5054$as_echo_n "checking for a BSD-compatible install... " >&6; }
5063if test -z "$INSTALL"; then 5055if test -z "$INSTALL"; then
5064if ${ac_cv_path_install+:} false; then : 5056if test "${ac_cv_path_install+set}" = set; then :
5065 $as_echo_n "(cached) " >&6 5057 $as_echo_n "(cached) " >&6
5066else 5058else
5067 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5059 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -5143,7 +5135,7 @@ if test "x$RANLIB" = x; then
5143set dummy ${ac_tool_prefix}ranlib; ac_word=$2 5135set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5144{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5136{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5145$as_echo_n "checking for $ac_word... " >&6; } 5137$as_echo_n "checking for $ac_word... " >&6; }
5146if ${ac_cv_prog_RANLIB+:} false; then : 5138if test "${ac_cv_prog_RANLIB+set}" = set; then :
5147 $as_echo_n "(cached) " >&6 5139 $as_echo_n "(cached) " >&6
5148else 5140else
5149 if test -n "$RANLIB"; then 5141 if test -n "$RANLIB"; then
@@ -5183,7 +5175,7 @@ if test -z "$ac_cv_prog_RANLIB"; then
5183set dummy ranlib; ac_word=$2 5175set dummy ranlib; ac_word=$2
5184{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5176{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5185$as_echo_n "checking for $ac_word... " >&6; } 5177$as_echo_n "checking for $ac_word... " >&6; }
5186if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : 5178if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
5187 $as_echo_n "(cached) " >&6 5179 $as_echo_n "(cached) " >&6
5188else 5180else
5189 if test -n "$ac_ct_RANLIB"; then 5181 if test -n "$ac_ct_RANLIB"; then
@@ -5238,7 +5230,7 @@ fi
5238## is running in i386 mode, we can help them out. 5230## is running in i386 mode, we can help them out.
5239if test "$machine" = "amdx86-64"; then 5231if test "$machine" = "amdx86-64"; then
5240 ac_fn_c_check_decl "$LINENO" "i386" "ac_cv_have_decl_i386" "$ac_includes_default" 5232 ac_fn_c_check_decl "$LINENO" "i386" "ac_cv_have_decl_i386" "$ac_includes_default"
5241if test "x$ac_cv_have_decl_i386" = xyes; then : 5233if test "x$ac_cv_have_decl_i386" = x""yes; then :
5242 5234
5243fi 5235fi
5244 5236
@@ -5253,7 +5245,7 @@ fi
5253set dummy install-info; ac_word=$2 5245set dummy install-info; ac_word=$2
5254{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5246{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5255$as_echo_n "checking for $ac_word... " >&6; } 5247$as_echo_n "checking for $ac_word... " >&6; }
5256if ${ac_cv_path_INSTALL_INFO+:} false; then : 5248if test "${ac_cv_path_INSTALL_INFO+set}" = set; then :
5257 $as_echo_n "(cached) " >&6 5249 $as_echo_n "(cached) " >&6
5258else 5250else
5259 case $INSTALL_INFO in 5251 case $INSTALL_INFO in
@@ -5293,7 +5285,7 @@ fi
5293set dummy install-info; ac_word=$2 5285set dummy install-info; ac_word=$2
5294{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5286{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5295$as_echo_n "checking for $ac_word... " >&6; } 5287$as_echo_n "checking for $ac_word... " >&6; }
5296if ${ac_cv_path_INSTALL_INFO+:} false; then : 5288if test "${ac_cv_path_INSTALL_INFO+set}" = set; then :
5297 $as_echo_n "(cached) " >&6 5289 $as_echo_n "(cached) " >&6
5298else 5290else
5299 case $INSTALL_INFO in 5291 case $INSTALL_INFO in
@@ -5333,7 +5325,7 @@ fi
5333set dummy install-info; ac_word=$2 5325set dummy install-info; ac_word=$2
5334{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5326{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5335$as_echo_n "checking for $ac_word... " >&6; } 5327$as_echo_n "checking for $ac_word... " >&6; }
5336if ${ac_cv_path_INSTALL_INFO+:} false; then : 5328if test "${ac_cv_path_INSTALL_INFO+set}" = set; then :
5337 $as_echo_n "(cached) " >&6 5329 $as_echo_n "(cached) " >&6
5338else 5330else
5339 case $INSTALL_INFO in 5331 case $INSTALL_INFO in
@@ -5374,7 +5366,7 @@ fi
5374set dummy gzip; ac_word=$2 5366set dummy gzip; ac_word=$2
5375{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5367{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5376$as_echo_n "checking for $ac_word... " >&6; } 5368$as_echo_n "checking for $ac_word... " >&6; }
5377if ${ac_cv_path_GZIP_PROG+:} false; then : 5369if test "${ac_cv_path_GZIP_PROG+set}" = set; then :
5378 $as_echo_n "(cached) " >&6 5370 $as_echo_n "(cached) " >&6
5379else 5371else
5380 case $GZIP_PROG in 5372 case $GZIP_PROG in
@@ -5417,7 +5409,7 @@ fi
5417set dummy makeinfo; ac_word=$2 5409set dummy makeinfo; ac_word=$2
5418{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5410{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5419$as_echo_n "checking for $ac_word... " >&6; } 5411$as_echo_n "checking for $ac_word... " >&6; }
5420if ${ac_cv_path_MAKEINFO+:} false; then : 5412if test "${ac_cv_path_MAKEINFO+set}" = set; then :
5421 $as_echo_n "(cached) " >&6 5413 $as_echo_n "(cached) " >&6
5422else 5414else
5423 case $MAKEINFO in 5415 case $MAKEINFO in
@@ -5618,7 +5610,7 @@ esac
5618C_SWITCH_MACHINE= 5610C_SWITCH_MACHINE=
5619if test "$machine" = "alpha"; then 5611if test "$machine" = "alpha"; then
5620 ac_fn_c_check_decl "$LINENO" "__ELF__" "ac_cv_have_decl___ELF__" "$ac_includes_default" 5612 ac_fn_c_check_decl "$LINENO" "__ELF__" "ac_cv_have_decl___ELF__" "$ac_includes_default"
5621if test "x$ac_cv_have_decl___ELF__" = xyes; then : 5613if test "x$ac_cv_have_decl___ELF__" = x""yes; then :
5622 5614
5623fi 5615fi
5624 5616
@@ -5688,7 +5680,7 @@ if test "$enable_largefile" != no; then
5688 5680
5689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5 5681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5690$as_echo_n "checking for special C compiler options needed for large files... " >&6; } 5682$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5691if ${ac_cv_sys_largefile_CC+:} false; then : 5683if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5692 $as_echo_n "(cached) " >&6 5684 $as_echo_n "(cached) " >&6
5693else 5685else
5694 ac_cv_sys_largefile_CC=no 5686 ac_cv_sys_largefile_CC=no
@@ -5739,7 +5731,7 @@ $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5739 5731
5740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5 5732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5741$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; } 5733$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5742if ${ac_cv_sys_file_offset_bits+:} false; then : 5734if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5743 $as_echo_n "(cached) " >&6 5735 $as_echo_n "(cached) " >&6
5744else 5736else
5745 while :; do 5737 while :; do
@@ -5808,7 +5800,7 @@ rm -rf conftest*
5808 if test $ac_cv_sys_file_offset_bits = unknown; then 5800 if test $ac_cv_sys_file_offset_bits = unknown; then
5809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5 5801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5810$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; } 5802$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5811if ${ac_cv_sys_large_files+:} false; then : 5803if test "${ac_cv_sys_large_files+set}" = set; then :
5812 $as_echo_n "(cached) " >&6 5804 $as_echo_n "(cached) " >&6
5813else 5805else
5814 while :; do 5806 while :; do
@@ -5976,7 +5968,7 @@ done
5976 # Emulation library used on NetBSD. 5968 # Emulation library used on NetBSD.
5977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5 5969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5978$as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; } 5970$as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5979if ${ac_cv_lib_ossaudio__oss_ioctl+:} false; then : 5971if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5980 $as_echo_n "(cached) " >&6 5972 $as_echo_n "(cached) " >&6
5981else 5973else
5982 ac_check_lib_save_LIBS=$LIBS 5974 ac_check_lib_save_LIBS=$LIBS
@@ -6010,7 +6002,7 @@ LIBS=$ac_check_lib_save_LIBS
6010fi 6002fi
6011{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5 6003{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6012$as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; } 6004$as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6013if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes; then : 6005if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
6014 LIBSOUND=-lossaudio 6006 LIBSOUND=-lossaudio
6015else 6007else
6016 LIBSOUND= 6008 LIBSOUND=
@@ -6027,7 +6019,7 @@ fi
6027set dummy pkg-config; ac_word=$2 6019set dummy pkg-config; ac_word=$2
6028{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6020{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6029$as_echo_n "checking for $ac_word... " >&6; } 6021$as_echo_n "checking for $ac_word... " >&6; }
6030if ${ac_cv_path_PKG_CONFIG+:} false; then : 6022if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
6031 $as_echo_n "(cached) " >&6 6023 $as_echo_n "(cached) " >&6
6032else 6024else
6033 case $PKG_CONFIG in 6025 case $PKG_CONFIG in
@@ -6231,7 +6223,7 @@ fi
6231for ac_header in term.h 6223for ac_header in term.h
6232do : 6224do :
6233 ac_fn_c_check_header_preproc "$LINENO" "term.h" "ac_cv_header_term_h" 6225 ac_fn_c_check_header_preproc "$LINENO" "term.h" "ac_cv_header_term_h"
6234if test "x$ac_cv_header_term_h" = xyes; then : 6226if test "x$ac_cv_header_term_h" = x""yes; then :
6235 cat >>confdefs.h <<_ACEOF 6227 cat >>confdefs.h <<_ACEOF
6236#define HAVE_TERM_H 1 6228#define HAVE_TERM_H 1
6237_ACEOF 6229_ACEOF
@@ -6242,7 +6234,7 @@ done
6242 6234
6243{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 6235{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6244$as_echo_n "checking for ANSI C header files... " >&6; } 6236$as_echo_n "checking for ANSI C header files... " >&6; }
6245if ${ac_cv_header_stdc+:} false; then : 6237if test "${ac_cv_header_stdc+set}" = set; then :
6246 $as_echo_n "(cached) " >&6 6238 $as_echo_n "(cached) " >&6
6247else 6239else
6248 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6240 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -6354,7 +6346,7 @@ fi
6354 6346
6355{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5 6347{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
6356$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } 6348$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
6357if ${ac_cv_header_time+:} false; then : 6349if test "${ac_cv_header_time+set}" = set; then :
6358 $as_echo_n "(cached) " >&6 6350 $as_echo_n "(cached) " >&6
6359else 6351else
6360 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6352 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -6388,7 +6380,7 @@ $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
6388fi 6380fi
6389 6381
6390ac_fn_c_check_decl "$LINENO" "sys_siglist" "ac_cv_have_decl_sys_siglist" "$ac_includes_default" 6382ac_fn_c_check_decl "$LINENO" "sys_siglist" "ac_cv_have_decl_sys_siglist" "$ac_includes_default"
6391if test "x$ac_cv_have_decl_sys_siglist" = xyes; then : 6383if test "x$ac_cv_have_decl_sys_siglist" = x""yes; then :
6392 ac_have_decl=1 6384 ac_have_decl=1
6393else 6385else
6394 ac_have_decl=0 6386 ac_have_decl=0
@@ -6401,7 +6393,7 @@ _ACEOF
6401if test $ac_cv_have_decl_sys_siglist != yes; then 6393if test $ac_cv_have_decl_sys_siglist != yes; then
6402 # For Tru64, at least: 6394 # For Tru64, at least:
6403 ac_fn_c_check_decl "$LINENO" "__sys_siglist" "ac_cv_have_decl___sys_siglist" "$ac_includes_default" 6395 ac_fn_c_check_decl "$LINENO" "__sys_siglist" "ac_cv_have_decl___sys_siglist" "$ac_includes_default"
6404if test "x$ac_cv_have_decl___sys_siglist" = xyes; then : 6396if test "x$ac_cv_have_decl___sys_siglist" = x""yes; then :
6405 ac_have_decl=1 6397 ac_have_decl=1
6406else 6398else
6407 ac_have_decl=0 6399 ac_have_decl=0
@@ -6419,7 +6411,7 @@ $as_echo "#define sys_siglist __sys_siglist" >>confdefs.h
6419fi 6411fi
6420{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5 6412{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
6421$as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; } 6413$as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
6422if ${ac_cv_header_sys_wait_h+:} false; then : 6414if test "${ac_cv_header_sys_wait_h+set}" = set; then :
6423 $as_echo_n "(cached) " >&6 6415 $as_echo_n "(cached) " >&6
6424else 6416else
6425 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6417 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -6461,7 +6453,7 @@ fi
6461 6453
6462{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct utimbuf" >&5 6454{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct utimbuf" >&5
6463$as_echo_n "checking for struct utimbuf... " >&6; } 6455$as_echo_n "checking for struct utimbuf... " >&6; }
6464if ${emacs_cv_struct_utimbuf+:} false; then : 6456if test "${emacs_cv_struct_utimbuf+set}" = set; then :
6465 $as_echo_n "(cached) " >&6 6457 $as_echo_n "(cached) " >&6
6466else 6458else
6467 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6459 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -6504,7 +6496,7 @@ fi
6504 6496
6505{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5 6497{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
6506$as_echo_n "checking return type of signal handlers... " >&6; } 6498$as_echo_n "checking return type of signal handlers... " >&6; }
6507if ${ac_cv_type_signal+:} false; then : 6499if test "${ac_cv_type_signal+set}" = set; then :
6508 $as_echo_n "(cached) " >&6 6500 $as_echo_n "(cached) " >&6
6509else 6501else
6510 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6502 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -6538,7 +6530,7 @@ _ACEOF
6538 6530
6539{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for speed_t" >&5 6531{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for speed_t" >&5
6540$as_echo_n "checking for speed_t... " >&6; } 6532$as_echo_n "checking for speed_t... " >&6; }
6541if ${emacs_cv_speed_t+:} false; then : 6533if test "${emacs_cv_speed_t+set}" = set; then :
6542 $as_echo_n "(cached) " >&6 6534 $as_echo_n "(cached) " >&6
6543else 6535else
6544 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6536 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -6569,7 +6561,7 @@ fi
6569 6561
6570{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timeval" >&5 6562{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timeval" >&5
6571$as_echo_n "checking for struct timeval... " >&6; } 6563$as_echo_n "checking for struct timeval... " >&6; }
6572if ${emacs_cv_struct_timeval+:} false; then : 6564if test "${emacs_cv_struct_timeval+set}" = set; then :
6573 $as_echo_n "(cached) " >&6 6565 $as_echo_n "(cached) " >&6
6574else 6566else
6575 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6567 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -6610,7 +6602,7 @@ fi
6610 6602
6611{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct exception" >&5 6603{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct exception" >&5
6612$as_echo_n "checking for struct exception... " >&6; } 6604$as_echo_n "checking for struct exception... " >&6; }
6613if ${emacs_cv_struct_exception+:} false; then : 6605if test "${emacs_cv_struct_exception+set}" = set; then :
6614 $as_echo_n "(cached) " >&6 6606 $as_echo_n "(cached) " >&6
6615else 6607else
6616 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6608 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -6643,7 +6635,7 @@ fi
6643for ac_header in sys/socket.h 6635for ac_header in sys/socket.h
6644do : 6636do :
6645 ac_fn_c_check_header_mongrel "$LINENO" "sys/socket.h" "ac_cv_header_sys_socket_h" "$ac_includes_default" 6637 ac_fn_c_check_header_mongrel "$LINENO" "sys/socket.h" "ac_cv_header_sys_socket_h" "$ac_includes_default"
6646if test "x$ac_cv_header_sys_socket_h" = xyes; then : 6638if test "x$ac_cv_header_sys_socket_h" = x""yes; then :
6647 cat >>confdefs.h <<_ACEOF 6639 cat >>confdefs.h <<_ACEOF
6648#define HAVE_SYS_SOCKET_H 1 6640#define HAVE_SYS_SOCKET_H 1
6649_ACEOF 6641_ACEOF
@@ -6659,7 +6651,7 @@ do :
6659#include <sys/socket.h> 6651#include <sys/socket.h>
6660#endif 6652#endif
6661" 6653"
6662if test "x$ac_cv_header_net_if_h" = xyes; then : 6654if test "x$ac_cv_header_net_if_h" = x""yes; then :
6663 cat >>confdefs.h <<_ACEOF 6655 cat >>confdefs.h <<_ACEOF
6664#define HAVE_NET_IF_H 1 6656#define HAVE_NET_IF_H 1
6665_ACEOF 6657_ACEOF
@@ -6671,7 +6663,7 @@ done
6671 6663
6672{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5 6664{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5
6673$as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; } 6665$as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; }
6674if ${ac_cv_struct_tm+:} false; then : 6666if test "${ac_cv_struct_tm+set}" = set; then :
6675 $as_echo_n "(cached) " >&6 6667 $as_echo_n "(cached) " >&6
6676else 6668else
6677 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6669 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -6708,7 +6700,7 @@ ac_fn_c_check_member "$LINENO" "struct tm" "tm_zone" "ac_cv_member_struct_tm_tm_
6708#include <$ac_cv_struct_tm> 6700#include <$ac_cv_struct_tm>
6709 6701
6710" 6702"
6711if test "x$ac_cv_member_struct_tm_tm_zone" = xyes; then : 6703if test "x$ac_cv_member_struct_tm_tm_zone" = x""yes; then :
6712 6704
6713cat >>confdefs.h <<_ACEOF 6705cat >>confdefs.h <<_ACEOF
6714#define HAVE_STRUCT_TM_TM_ZONE 1 6706#define HAVE_STRUCT_TM_TM_ZONE 1
@@ -6724,7 +6716,7 @@ $as_echo "#define HAVE_TM_ZONE 1" >>confdefs.h
6724else 6716else
6725 ac_fn_c_check_decl "$LINENO" "tzname" "ac_cv_have_decl_tzname" "#include <time.h> 6717 ac_fn_c_check_decl "$LINENO" "tzname" "ac_cv_have_decl_tzname" "#include <time.h>
6726" 6718"
6727if test "x$ac_cv_have_decl_tzname" = xyes; then : 6719if test "x$ac_cv_have_decl_tzname" = x""yes; then :
6728 ac_have_decl=1 6720 ac_have_decl=1
6729else 6721else
6730 ac_have_decl=0 6722 ac_have_decl=0
@@ -6736,7 +6728,7 @@ _ACEOF
6736 6728
6737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tzname" >&5 6729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tzname" >&5
6738$as_echo_n "checking for tzname... " >&6; } 6730$as_echo_n "checking for tzname... " >&6; }
6739if ${ac_cv_var_tzname+:} false; then : 6731if test "${ac_cv_var_tzname+set}" = set; then :
6740 $as_echo_n "(cached) " >&6 6732 $as_echo_n "(cached) " >&6
6741else 6733else
6742 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6734 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -6773,7 +6765,7 @@ fi
6773 6765
6774ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include <time.h> 6766ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include <time.h>
6775" 6767"
6776if test "x$ac_cv_member_struct_tm_tm_gmtoff" = xyes; then : 6768if test "x$ac_cv_member_struct_tm_tm_gmtoff" = x""yes; then :
6777 6769
6778$as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h 6770$as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h
6779 6771
@@ -6787,7 +6779,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_flags" "ac_cv_member_struct_i
6787#include <net/if.h> 6779#include <net/if.h>
6788#endif 6780#endif
6789" 6781"
6790if test "x$ac_cv_member_struct_ifreq_ifr_flags" = xyes; then : 6782if test "x$ac_cv_member_struct_ifreq_ifr_flags" = x""yes; then :
6791 6783
6792cat >>confdefs.h <<_ACEOF 6784cat >>confdefs.h <<_ACEOF
6793#define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 6785#define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
@@ -6803,7 +6795,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_
6803#include <net/if.h> 6795#include <net/if.h>
6804#endif 6796#endif
6805" 6797"
6806if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes; then : 6798if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = x""yes; then :
6807 6799
6808cat >>confdefs.h <<_ACEOF 6800cat >>confdefs.h <<_ACEOF
6809#define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 6801#define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
@@ -6819,7 +6811,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_netmask" "ac_cv_member_struct
6819#include <net/if.h> 6811#include <net/if.h>
6820#endif 6812#endif
6821" 6813"
6822if test "x$ac_cv_member_struct_ifreq_ifr_netmask" = xyes; then : 6814if test "x$ac_cv_member_struct_ifreq_ifr_netmask" = x""yes; then :
6823 6815
6824cat >>confdefs.h <<_ACEOF 6816cat >>confdefs.h <<_ACEOF
6825#define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 6817#define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
@@ -6835,7 +6827,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_broadaddr" "ac_cv_member_stru
6835#include <net/if.h> 6827#include <net/if.h>
6836#endif 6828#endif
6837" 6829"
6838if test "x$ac_cv_member_struct_ifreq_ifr_broadaddr" = xyes; then : 6830if test "x$ac_cv_member_struct_ifreq_ifr_broadaddr" = x""yes; then :
6839 6831
6840cat >>confdefs.h <<_ACEOF 6832cat >>confdefs.h <<_ACEOF
6841#define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 6833#define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
@@ -6851,7 +6843,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_addr" "ac_cv_member_struct_if
6851#include <net/if.h> 6843#include <net/if.h>
6852#endif 6844#endif
6853" 6845"
6854if test "x$ac_cv_member_struct_ifreq_ifr_addr" = xyes; then : 6846if test "x$ac_cv_member_struct_ifreq_ifr_addr" = x""yes; then :
6855 6847
6856cat >>confdefs.h <<_ACEOF 6848cat >>confdefs.h <<_ACEOF
6857#define HAVE_STRUCT_IFREQ_IFR_ADDR 1 6849#define HAVE_STRUCT_IFREQ_IFR_ADDR 1
@@ -6880,7 +6872,7 @@ fi
6880 6872
6881{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working volatile" >&5 6873{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working volatile" >&5
6882$as_echo_n "checking for working volatile... " >&6; } 6874$as_echo_n "checking for working volatile... " >&6; }
6883if ${ac_cv_c_volatile+:} false; then : 6875if test "${ac_cv_c_volatile+set}" = set; then :
6884 $as_echo_n "(cached) " >&6 6876 $as_echo_n "(cached) " >&6
6885else 6877else
6886 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6878 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -6914,7 +6906,7 @@ fi
6914 6906
6915{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5 6907{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
6916$as_echo_n "checking for an ANSI C-conforming const... " >&6; } 6908$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
6917if ${ac_cv_c_const+:} false; then : 6909if test "${ac_cv_c_const+set}" = set; then :
6918 $as_echo_n "(cached) " >&6 6910 $as_echo_n "(cached) " >&6
6919else 6911else
6920 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6912 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -6994,7 +6986,7 @@ fi
6994 6986
6995{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for void * support" >&5 6987{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for void * support" >&5
6996$as_echo_n "checking for void * support... " >&6; } 6988$as_echo_n "checking for void * support... " >&6; }
6997if ${emacs_cv_void_star+:} false; then : 6989if test "${emacs_cv_void_star+set}" = set; then :
6998 $as_echo_n "(cached) " >&6 6990 $as_echo_n "(cached) " >&6
6999else 6991else
7000 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6992 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -7027,7 +7019,7 @@ fi
7027 7019
7028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 7020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
7029$as_echo_n "checking whether byte ordering is bigendian... " >&6; } 7021$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
7030if ${ac_cv_c_bigendian+:} false; then : 7022if test "${ac_cv_c_bigendian+set}" = set; then :
7031 $as_echo_n "(cached) " >&6 7023 $as_echo_n "(cached) " >&6
7032else 7024else
7033 ac_cv_c_bigendian=unknown 7025 ac_cv_c_bigendian=unknown
@@ -7254,7 +7246,7 @@ $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
7254$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 7246$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
7255set x ${MAKE-make} 7247set x ${MAKE-make}
7256ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 7248ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
7257if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : 7249if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
7258 $as_echo_n "(cached) " >&6 7250 $as_echo_n "(cached) " >&6
7259else 7251else
7260 cat >conftest.make <<\_ACEOF 7252 cat >conftest.make <<\_ACEOF
@@ -7342,7 +7334,7 @@ deps_frag=$srcdir/src/$deps_frag
7342 7334
7343{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for long file names" >&5 7335{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for long file names" >&5
7344$as_echo_n "checking for long file names... " >&6; } 7336$as_echo_n "checking for long file names... " >&6; }
7345if ${ac_cv_sys_long_file_names+:} false; then : 7337if test "${ac_cv_sys_long_file_names+set}" = set; then :
7346 $as_echo_n "(cached) " >&6 7338 $as_echo_n "(cached) " >&6
7347else 7339else
7348 ac_cv_sys_long_file_names=yes 7340 ac_cv_sys_long_file_names=yes
@@ -7399,7 +7391,7 @@ if test "x$with_x" = xno; then
7399else 7391else
7400 case $x_includes,$x_libraries in #( 7392 case $x_includes,$x_libraries in #(
7401 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #( 7393 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
7402 *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then : 7394 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7403 $as_echo_n "(cached) " >&6 7395 $as_echo_n "(cached) " >&6
7404else 7396else
7405 # One or both of the vars are not set, and there is no cached value. 7397 # One or both of the vars are not set, and there is no cached value.
@@ -7682,7 +7674,7 @@ if test "${with_ns}" != no; then
7682 TEMACS_LDFLAGS2= 7674 TEMACS_LDFLAGS2=
7683 fi 7675 fi
7684 ac_fn_c_check_header_mongrel "$LINENO" "AppKit/AppKit.h" "ac_cv_header_AppKit_AppKit_h" "$ac_includes_default" 7676 ac_fn_c_check_header_mongrel "$LINENO" "AppKit/AppKit.h" "ac_cv_header_AppKit_AppKit_h" "$ac_includes_default"
7685if test "x$ac_cv_header_AppKit_AppKit_h" = xyes; then : 7677if test "x$ac_cv_header_AppKit_AppKit_h" = x""yes; then :
7686 HAVE_NS=yes 7678 HAVE_NS=yes
7687else 7679else
7688 as_fn_error $? "\`--with-ns' was specified, but the include 7680 as_fn_error $? "\`--with-ns' was specified, but the include
@@ -7764,7 +7756,7 @@ if test "$window_system" = none && test "X$with_x" != "Xno"; then
7764set dummy X; ac_word=$2 7756set dummy X; ac_word=$2
7765{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7757{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7766$as_echo_n "checking for $ac_word... " >&6; } 7758$as_echo_n "checking for $ac_word... " >&6; }
7767if ${ac_cv_prog_HAVE_XSERVER+:} false; then : 7759if test "${ac_cv_prog_HAVE_XSERVER+set}" = set; then :
7768 $as_echo_n "(cached) " >&6 7760 $as_echo_n "(cached) " >&6
7769else 7761else
7770 if test -n "$HAVE_XSERVER"; then 7762 if test -n "$HAVE_XSERVER"; then
@@ -7823,14 +7815,14 @@ esac
7823GNU_MALLOC=yes 7815GNU_MALLOC=yes
7824doug_lea_malloc=yes 7816doug_lea_malloc=yes
7825ac_fn_c_check_func "$LINENO" "malloc_get_state" "ac_cv_func_malloc_get_state" 7817ac_fn_c_check_func "$LINENO" "malloc_get_state" "ac_cv_func_malloc_get_state"
7826if test "x$ac_cv_func_malloc_get_state" = xyes; then : 7818if test "x$ac_cv_func_malloc_get_state" = x""yes; then :
7827 7819
7828else 7820else
7829 doug_lea_malloc=no 7821 doug_lea_malloc=no
7830fi 7822fi
7831 7823
7832ac_fn_c_check_func "$LINENO" "malloc_set_state" "ac_cv_func_malloc_set_state" 7824ac_fn_c_check_func "$LINENO" "malloc_set_state" "ac_cv_func_malloc_set_state"
7833if test "x$ac_cv_func_malloc_set_state" = xyes; then : 7825if test "x$ac_cv_func_malloc_set_state" = x""yes; then :
7834 7826
7835else 7827else
7836 doug_lea_malloc=no 7828 doug_lea_malloc=no
@@ -7838,7 +7830,7 @@ fi
7838 7830
7839{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __after_morecore_hook exists" >&5 7831{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __after_morecore_hook exists" >&5
7840$as_echo_n "checking whether __after_morecore_hook exists... " >&6; } 7832$as_echo_n "checking whether __after_morecore_hook exists... " >&6; }
7841if ${emacs_cv_var___after_morecore_hook+:} false; then : 7833if test "${emacs_cv_var___after_morecore_hook+set}" = set; then :
7842 $as_echo_n "(cached) " >&6 7834 $as_echo_n "(cached) " >&6
7843else 7835else
7844 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7836 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -7943,7 +7935,7 @@ done
7943for ac_func in getpagesize 7935for ac_func in getpagesize
7944do : 7936do :
7945 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize" 7937 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
7946if test "x$ac_cv_func_getpagesize" = xyes; then : 7938if test "x$ac_cv_func_getpagesize" = x""yes; then :
7947 cat >>confdefs.h <<_ACEOF 7939 cat >>confdefs.h <<_ACEOF
7948#define HAVE_GETPAGESIZE 1 7940#define HAVE_GETPAGESIZE 1
7949_ACEOF 7941_ACEOF
@@ -7953,7 +7945,7 @@ done
7953 7945
7954{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5 7946{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
7955$as_echo_n "checking for working mmap... " >&6; } 7947$as_echo_n "checking for working mmap... " >&6; }
7956if ${ac_cv_func_mmap_fixed_mapped+:} false; then : 7948if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then :
7957 $as_echo_n "(cached) " >&6 7949 $as_echo_n "(cached) " >&6
7958else 7950else
7959 if test "$cross_compiling" = yes; then : 7951 if test "$cross_compiling" = yes; then :
@@ -8128,7 +8120,7 @@ LIBS="$LIBS_SYSTEM $LIBS"
8128 8120
8129{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5 8121{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
8130$as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; } 8122$as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
8131if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then : 8123if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
8132 $as_echo_n "(cached) " >&6 8124 $as_echo_n "(cached) " >&6
8133else 8125else
8134 ac_check_lib_save_LIBS=$LIBS 8126 ac_check_lib_save_LIBS=$LIBS
@@ -8162,7 +8154,7 @@ LIBS=$ac_check_lib_save_LIBS
8162fi 8154fi
8163{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 8155{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
8164$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; } 8156$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
8165if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then : 8157if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
8166 cat >>confdefs.h <<_ACEOF 8158 cat >>confdefs.h <<_ACEOF
8167#define HAVE_LIBDNET 1 8159#define HAVE_LIBDNET 1
8168_ACEOF 8160_ACEOF
@@ -8174,7 +8166,7 @@ fi
8174 8166
8175{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lXbsd" >&5 8167{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lXbsd" >&5
8176$as_echo_n "checking for main in -lXbsd... " >&6; } 8168$as_echo_n "checking for main in -lXbsd... " >&6; }
8177if ${ac_cv_lib_Xbsd_main+:} false; then : 8169if test "${ac_cv_lib_Xbsd_main+set}" = set; then :
8178 $as_echo_n "(cached) " >&6 8170 $as_echo_n "(cached) " >&6
8179else 8171else
8180 ac_check_lib_save_LIBS=$LIBS 8172 ac_check_lib_save_LIBS=$LIBS
@@ -8202,14 +8194,14 @@ LIBS=$ac_check_lib_save_LIBS
8202fi 8194fi
8203{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xbsd_main" >&5 8195{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xbsd_main" >&5
8204$as_echo "$ac_cv_lib_Xbsd_main" >&6; } 8196$as_echo "$ac_cv_lib_Xbsd_main" >&6; }
8205if test "x$ac_cv_lib_Xbsd_main" = xyes; then : 8197if test "x$ac_cv_lib_Xbsd_main" = x""yes; then :
8206 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd" 8198 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd"
8207fi 8199fi
8208 8200
8209 8201
8210{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for cma_open in -lpthreads" >&5 8202{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for cma_open in -lpthreads" >&5
8211$as_echo_n "checking for cma_open in -lpthreads... " >&6; } 8203$as_echo_n "checking for cma_open in -lpthreads... " >&6; }
8212if ${ac_cv_lib_pthreads_cma_open+:} false; then : 8204if test "${ac_cv_lib_pthreads_cma_open+set}" = set; then :
8213 $as_echo_n "(cached) " >&6 8205 $as_echo_n "(cached) " >&6
8214else 8206else
8215 ac_check_lib_save_LIBS=$LIBS 8207 ac_check_lib_save_LIBS=$LIBS
@@ -8243,7 +8235,7 @@ LIBS=$ac_check_lib_save_LIBS
8243fi 8235fi
8244{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthreads_cma_open" >&5 8236{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthreads_cma_open" >&5
8245$as_echo "$ac_cv_lib_pthreads_cma_open" >&6; } 8237$as_echo "$ac_cv_lib_pthreads_cma_open" >&6; }
8246if test "x$ac_cv_lib_pthreads_cma_open" = xyes; then : 8238if test "x$ac_cv_lib_pthreads_cma_open" = x""yes; then :
8247 cat >>confdefs.h <<_ACEOF 8239 cat >>confdefs.h <<_ACEOF
8248#define HAVE_LIBPTHREADS 1 8240#define HAVE_LIBPTHREADS 1
8249_ACEOF 8241_ACEOF
@@ -8270,7 +8262,7 @@ case ${host_os} in
8270aix*) 8262aix*)
8271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -bbigtoc option" >&5 8263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -bbigtoc option" >&5
8272$as_echo_n "checking for -bbigtoc option... " >&6; } 8264$as_echo_n "checking for -bbigtoc option... " >&6; }
8273if ${gdb_cv_bigtoc+:} false; then : 8265if test "${gdb_cv_bigtoc+set}" = set; then :
8274 $as_echo_n "(cached) " >&6 8266 $as_echo_n "(cached) " >&6
8275else 8267else
8276 8268
@@ -8444,7 +8436,7 @@ fi
8444if test "${window_system}" = "x11"; then 8436if test "${window_system}" = "x11"; then
8445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 version 6" >&5 8437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 version 6" >&5
8446$as_echo_n "checking X11 version 6... " >&6; } 8438$as_echo_n "checking X11 version 6... " >&6; }
8447 if ${emacs_cv_x11_version_6+:} false; then : 8439 if test "${emacs_cv_x11_version_6+set}" = set; then :
8448 $as_echo_n "(cached) " >&6 8440 $as_echo_n "(cached) " >&6
8449else 8441else
8450 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8442 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -8509,7 +8501,7 @@ if test "${HAVE_X11}" = "yes" || test "${NS_IMPL_GNUSTEP}" = "yes"; then
8509set dummy pkg-config; ac_word=$2 8501set dummy pkg-config; ac_word=$2
8510{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 8502{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8511$as_echo_n "checking for $ac_word... " >&6; } 8503$as_echo_n "checking for $ac_word... " >&6; }
8512if ${ac_cv_path_PKG_CONFIG+:} false; then : 8504if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
8513 $as_echo_n "(cached) " >&6 8505 $as_echo_n "(cached) " >&6
8514else 8506else
8515 case $PKG_CONFIG in 8507 case $PKG_CONFIG in
@@ -8620,7 +8612,7 @@ if test "${HAVE_X11}" = "yes"; then
8620set dummy pkg-config; ac_word=$2 8612set dummy pkg-config; ac_word=$2
8621{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 8613{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8622$as_echo_n "checking for $ac_word... " >&6; } 8614$as_echo_n "checking for $ac_word... " >&6; }
8623if ${ac_cv_path_PKG_CONFIG+:} false; then : 8615if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
8624 $as_echo_n "(cached) " >&6 8616 $as_echo_n "(cached) " >&6
8625else 8617else
8626 case $PKG_CONFIG in 8618 case $PKG_CONFIG in
@@ -8719,7 +8711,7 @@ $as_echo "#define HAVE_IMAGEMAGICK 1" >>confdefs.h
8719 for ac_func in MagickExportImagePixels 8711 for ac_func in MagickExportImagePixels
8720do : 8712do :
8721 ac_fn_c_check_func "$LINENO" "MagickExportImagePixels" "ac_cv_func_MagickExportImagePixels" 8713 ac_fn_c_check_func "$LINENO" "MagickExportImagePixels" "ac_cv_func_MagickExportImagePixels"
8722if test "x$ac_cv_func_MagickExportImagePixels" = xyes; then : 8714if test "x$ac_cv_func_MagickExportImagePixels" = x""yes; then :
8723 cat >>confdefs.h <<_ACEOF 8715 cat >>confdefs.h <<_ACEOF
8724#define HAVE_MAGICKEXPORTIMAGEPIXELS 1 8716#define HAVE_MAGICKEXPORTIMAGEPIXELS 1
8725_ACEOF 8717_ACEOF
@@ -8745,7 +8737,7 @@ if test "${with_gtk3}" = "yes"; then
8745set dummy pkg-config; ac_word=$2 8737set dummy pkg-config; ac_word=$2
8746{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 8738{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8747$as_echo_n "checking for $ac_word... " >&6; } 8739$as_echo_n "checking for $ac_word... " >&6; }
8748if ${ac_cv_path_PKG_CONFIG+:} false; then : 8740if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
8749 $as_echo_n "(cached) " >&6 8741 $as_echo_n "(cached) " >&6
8750else 8742else
8751 case $PKG_CONFIG in 8743 case $PKG_CONFIG in
@@ -8851,7 +8843,7 @@ if test "${with_gtk}" = "yes" || test "$USE_X_TOOLKIT" = "maybe"; then
8851set dummy pkg-config; ac_word=$2 8843set dummy pkg-config; ac_word=$2
8852{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 8844{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8853$as_echo_n "checking for $ac_word... " >&6; } 8845$as_echo_n "checking for $ac_word... " >&6; }
8854if ${ac_cv_path_PKG_CONFIG+:} false; then : 8846if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
8855 $as_echo_n "(cached) " >&6 8847 $as_echo_n "(cached) " >&6
8856else 8848else
8857 case $PKG_CONFIG in 8849 case $PKG_CONFIG in
@@ -8956,7 +8948,7 @@ if test x"$pkg_check_gtk" = xyes; then
8956 for ac_func in gtk_main 8948 for ac_func in gtk_main
8957do : 8949do :
8958 ac_fn_c_check_func "$LINENO" "gtk_main" "ac_cv_func_gtk_main" 8950 ac_fn_c_check_func "$LINENO" "gtk_main" "ac_cv_func_gtk_main"
8959if test "x$ac_cv_func_gtk_main" = xyes; then : 8951if test "x$ac_cv_func_gtk_main" = x""yes; then :
8960 cat >>confdefs.h <<_ACEOF 8952 cat >>confdefs.h <<_ACEOF
8961#define HAVE_GTK_MAIN 1 8953#define HAVE_GTK_MAIN 1
8962_ACEOF 8954_ACEOF
@@ -9004,7 +8996,7 @@ if test "${HAVE_GTK}" = "yes"; then
9004 ac_fn_c_check_decl "$LINENO" "GTK_TYPE_FILE_SELECTION" "ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" "$ac_includes_default 8996 ac_fn_c_check_decl "$LINENO" "GTK_TYPE_FILE_SELECTION" "ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" "$ac_includes_default
9005#include <gtk/gtk.h> 8997#include <gtk/gtk.h>
9006" 8998"
9007if test "x$ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" = xyes; then : 8999if test "x$ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" = x""yes; then :
9008 HAVE_GTK_FILE_SELECTION=yes 9000 HAVE_GTK_FILE_SELECTION=yes
9009else 9001else
9010 HAVE_GTK_FILE_SELECTION=no 9002 HAVE_GTK_FILE_SELECTION=no
@@ -9014,7 +9006,7 @@ fi
9014 for ac_func in gtk_file_selection_new 9006 for ac_func in gtk_file_selection_new
9015do : 9007do :
9016 ac_fn_c_check_func "$LINENO" "gtk_file_selection_new" "ac_cv_func_gtk_file_selection_new" 9008 ac_fn_c_check_func "$LINENO" "gtk_file_selection_new" "ac_cv_func_gtk_file_selection_new"
9017if test "x$ac_cv_func_gtk_file_selection_new" = xyes; then : 9009if test "x$ac_cv_func_gtk_file_selection_new" = x""yes; then :
9018 cat >>confdefs.h <<_ACEOF 9010 cat >>confdefs.h <<_ACEOF
9019#define HAVE_GTK_FILE_SELECTION_NEW 1 9011#define HAVE_GTK_FILE_SELECTION_NEW 1
9020_ACEOF 9012_ACEOF
@@ -9028,7 +9020,7 @@ done
9028 for ac_header in pthread.h 9020 for ac_header in pthread.h
9029do : 9021do :
9030 ac_fn_c_check_header_mongrel "$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default" 9022 ac_fn_c_check_header_mongrel "$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default"
9031if test "x$ac_cv_header_pthread_h" = xyes; then : 9023if test "x$ac_cv_header_pthread_h" = x""yes; then :
9032 cat >>confdefs.h <<_ACEOF 9024 cat >>confdefs.h <<_ACEOF
9033#define HAVE_PTHREAD_H 1 9025#define HAVE_PTHREAD_H 1
9034_ACEOF 9026_ACEOF
@@ -9040,7 +9032,7 @@ done
9040 if test "$ac_cv_header_pthread_h"; then 9032 if test "$ac_cv_header_pthread_h"; then
9041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_self in -lpthread" >&5 9033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_self in -lpthread" >&5
9042$as_echo_n "checking for pthread_self in -lpthread... " >&6; } 9034$as_echo_n "checking for pthread_self in -lpthread... " >&6; }
9043if ${ac_cv_lib_pthread_pthread_self+:} false; then : 9035if test "${ac_cv_lib_pthread_pthread_self+set}" = set; then :
9044 $as_echo_n "(cached) " >&6 9036 $as_echo_n "(cached) " >&6
9045else 9037else
9046 ac_check_lib_save_LIBS=$LIBS 9038 ac_check_lib_save_LIBS=$LIBS
@@ -9074,7 +9066,7 @@ LIBS=$ac_check_lib_save_LIBS
9074fi 9066fi
9075{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_self" >&5 9067{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_self" >&5
9076$as_echo "$ac_cv_lib_pthread_pthread_self" >&6; } 9068$as_echo "$ac_cv_lib_pthread_pthread_self" >&6; }
9077if test "x$ac_cv_lib_pthread_pthread_self" = xyes; then : 9069if test "x$ac_cv_lib_pthread_pthread_self" = x""yes; then :
9078 HAVE_GTK_AND_PTHREAD=yes 9070 HAVE_GTK_AND_PTHREAD=yes
9079fi 9071fi
9080 9072
@@ -9117,7 +9109,7 @@ if test "${with_dbus}" = "yes"; then
9117set dummy pkg-config; ac_word=$2 9109set dummy pkg-config; ac_word=$2
9118{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 9110{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9119$as_echo_n "checking for $ac_word... " >&6; } 9111$as_echo_n "checking for $ac_word... " >&6; }
9120if ${ac_cv_path_PKG_CONFIG+:} false; then : 9112if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
9121 $as_echo_n "(cached) " >&6 9113 $as_echo_n "(cached) " >&6
9122else 9114else
9123 case $PKG_CONFIG in 9115 case $PKG_CONFIG in
@@ -9212,7 +9204,7 @@ $as_echo "#define HAVE_DBUS 1" >>confdefs.h
9212 for ac_func in dbus_watch_get_unix_fd 9204 for ac_func in dbus_watch_get_unix_fd
9213do : 9205do :
9214 ac_fn_c_check_func "$LINENO" "dbus_watch_get_unix_fd" "ac_cv_func_dbus_watch_get_unix_fd" 9206 ac_fn_c_check_func "$LINENO" "dbus_watch_get_unix_fd" "ac_cv_func_dbus_watch_get_unix_fd"
9215if test "x$ac_cv_func_dbus_watch_get_unix_fd" = xyes; then : 9207if test "x$ac_cv_func_dbus_watch_get_unix_fd" = x""yes; then :
9216 cat >>confdefs.h <<_ACEOF 9208 cat >>confdefs.h <<_ACEOF
9217#define HAVE_DBUS_WATCH_GET_UNIX_FD 1 9209#define HAVE_DBUS_WATCH_GET_UNIX_FD 1
9218_ACEOF 9210_ACEOF
@@ -9234,7 +9226,7 @@ if test "${HAVE_X11}" = "yes" && test "${with_gconf}" = "yes"; then
9234set dummy pkg-config; ac_word=$2 9226set dummy pkg-config; ac_word=$2
9235{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 9227{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9236$as_echo_n "checking for $ac_word... " >&6; } 9228$as_echo_n "checking for $ac_word... " >&6; }
9237if ${ac_cv_path_PKG_CONFIG+:} false; then : 9229if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
9238 $as_echo_n "(cached) " >&6 9230 $as_echo_n "(cached) " >&6
9239else 9231else
9240 case $PKG_CONFIG in 9232 case $PKG_CONFIG in
@@ -9328,7 +9320,7 @@ $as_echo "#define HAVE_GCONF 1" >>confdefs.h
9328 for ac_func in g_type_init 9320 for ac_func in g_type_init
9329do : 9321do :
9330 ac_fn_c_check_func "$LINENO" "g_type_init" "ac_cv_func_g_type_init" 9322 ac_fn_c_check_func "$LINENO" "g_type_init" "ac_cv_func_g_type_init"
9331if test "x$ac_cv_func_g_type_init" = xyes; then : 9323if test "x$ac_cv_func_g_type_init" = x""yes; then :
9332 cat >>confdefs.h <<_ACEOF 9324 cat >>confdefs.h <<_ACEOF
9333#define HAVE_G_TYPE_INIT 1 9325#define HAVE_G_TYPE_INIT 1
9334_ACEOF 9326_ACEOF
@@ -9344,7 +9336,7 @@ LIBSELINUX_LIBS=
9344if test "${with_selinux}" = "yes"; then 9336if test "${with_selinux}" = "yes"; then
9345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lgetfilecon in -lselinux" >&5 9337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lgetfilecon in -lselinux" >&5
9346$as_echo_n "checking for lgetfilecon in -lselinux... " >&6; } 9338$as_echo_n "checking for lgetfilecon in -lselinux... " >&6; }
9347if ${ac_cv_lib_selinux_lgetfilecon+:} false; then : 9339if test "${ac_cv_lib_selinux_lgetfilecon+set}" = set; then :
9348 $as_echo_n "(cached) " >&6 9340 $as_echo_n "(cached) " >&6
9349else 9341else
9350 ac_check_lib_save_LIBS=$LIBS 9342 ac_check_lib_save_LIBS=$LIBS
@@ -9378,7 +9370,7 @@ LIBS=$ac_check_lib_save_LIBS
9378fi 9370fi
9379{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_selinux_lgetfilecon" >&5 9371{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_selinux_lgetfilecon" >&5
9380$as_echo "$ac_cv_lib_selinux_lgetfilecon" >&6; } 9372$as_echo "$ac_cv_lib_selinux_lgetfilecon" >&6; }
9381if test "x$ac_cv_lib_selinux_lgetfilecon" = xyes; then : 9373if test "x$ac_cv_lib_selinux_lgetfilecon" = x""yes; then :
9382 HAVE_LIBSELINUX=yes 9374 HAVE_LIBSELINUX=yes
9383else 9375else
9384 HAVE_LIBSELINUX=no 9376 HAVE_LIBSELINUX=no
@@ -9402,7 +9394,7 @@ if test "${with_gnutls}" = "yes" ; then
9402set dummy pkg-config; ac_word=$2 9394set dummy pkg-config; ac_word=$2
9403{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 9395{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9404$as_echo_n "checking for $ac_word... " >&6; } 9396$as_echo_n "checking for $ac_word... " >&6; }
9405if ${ac_cv_path_PKG_CONFIG+:} false; then : 9397if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
9406 $as_echo_n "(cached) " >&6 9398 $as_echo_n "(cached) " >&6
9407else 9399else
9408 case $PKG_CONFIG in 9400 case $PKG_CONFIG in
@@ -9504,7 +9496,7 @@ if test x"${USE_X_TOOLKIT}" = xmaybe || test x"${USE_X_TOOLKIT}" = xLUCID; then
9504 if test "$with_xaw3d" != no; then 9496 if test "$with_xaw3d" != no; then
9505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xaw3d" >&5 9497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xaw3d" >&5
9506$as_echo_n "checking for xaw3d... " >&6; } 9498$as_echo_n "checking for xaw3d... " >&6; }
9507 if ${emacs_cv_xaw3d+:} false; then : 9499 if test "${emacs_cv_xaw3d+set}" = set; then :
9508 $as_echo_n "(cached) " >&6 9500 $as_echo_n "(cached) " >&6
9509else 9501else
9510 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 9502 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -9546,7 +9538,7 @@ $as_echo "#define HAVE_XAW3D 1" >>confdefs.h
9546$as_echo "no" >&6; } 9538$as_echo "no" >&6; }
9547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libXaw" >&5 9539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libXaw" >&5
9548$as_echo_n "checking for libXaw... " >&6; } 9540$as_echo_n "checking for libXaw... " >&6; }
9549 if ${emacs_cv_xaw+:} false; then : 9541 if test "${emacs_cv_xaw+set}" = set; then :
9550 $as_echo_n "(cached) " >&6 9542 $as_echo_n "(cached) " >&6
9551else 9543else
9552 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 9544 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -9592,7 +9584,7 @@ LIBXTR6=
9592if test "${USE_X_TOOLKIT}" != "none"; then 9584if test "${USE_X_TOOLKIT}" != "none"; then
9593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 toolkit version" >&5 9585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 toolkit version" >&5
9594$as_echo_n "checking X11 toolkit version... " >&6; } 9586$as_echo_n "checking X11 toolkit version... " >&6; }
9595 if ${emacs_cv_x11_toolkit_version_6+:} false; then : 9587 if test "${emacs_cv_x11_toolkit_version_6+set}" = set; then :
9596 $as_echo_n "(cached) " >&6 9588 $as_echo_n "(cached) " >&6
9597else 9589else
9598 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 9590 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -9643,7 +9635,7 @@ $as_echo "before 6" >&6; }
9643 fi 9635 fi
9644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XmuConvertStandardSelection in -lXmu" >&5 9636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XmuConvertStandardSelection in -lXmu" >&5
9645$as_echo_n "checking for XmuConvertStandardSelection in -lXmu... " >&6; } 9637$as_echo_n "checking for XmuConvertStandardSelection in -lXmu... " >&6; }
9646if ${ac_cv_lib_Xmu_XmuConvertStandardSelection+:} false; then : 9638if test "${ac_cv_lib_Xmu_XmuConvertStandardSelection+set}" = set; then :
9647 $as_echo_n "(cached) " >&6 9639 $as_echo_n "(cached) " >&6
9648else 9640else
9649 ac_check_lib_save_LIBS=$LIBS 9641 ac_check_lib_save_LIBS=$LIBS
@@ -9677,7 +9669,7 @@ LIBS=$ac_check_lib_save_LIBS
9677fi 9669fi
9678{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5 9670{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5
9679$as_echo "$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6; } 9671$as_echo "$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6; }
9680if test "x$ac_cv_lib_Xmu_XmuConvertStandardSelection" = xyes; then : 9672if test "x$ac_cv_lib_Xmu_XmuConvertStandardSelection" = x""yes; then :
9681 cat >>confdefs.h <<_ACEOF 9673 cat >>confdefs.h <<_ACEOF
9682#define HAVE_LIBXMU 1 9674#define HAVE_LIBXMU 1
9683_ACEOF 9675_ACEOF
@@ -9704,7 +9696,7 @@ if test "${HAVE_X11}" = "yes"; then
9704 if test "${USE_X_TOOLKIT}" != "none"; then 9696 if test "${USE_X_TOOLKIT}" != "none"; then
9705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5 9697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
9706$as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; } 9698$as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
9707if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false; then : 9699if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
9708 $as_echo_n "(cached) " >&6 9700 $as_echo_n "(cached) " >&6
9709else 9701else
9710 ac_check_lib_save_LIBS=$LIBS 9702 ac_check_lib_save_LIBS=$LIBS
@@ -9738,7 +9730,7 @@ LIBS=$ac_check_lib_save_LIBS
9738fi 9730fi
9739{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5 9731{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
9740$as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; } 9732$as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
9741if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes; then : 9733if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
9742 cat >>confdefs.h <<_ACEOF 9734 cat >>confdefs.h <<_ACEOF
9743#define HAVE_LIBXEXT 1 9735#define HAVE_LIBXEXT 1
9744_ACEOF 9736_ACEOF
@@ -9754,7 +9746,7 @@ LIBXP=
9754if test "${USE_X_TOOLKIT}" = "MOTIF"; then 9746if test "${USE_X_TOOLKIT}" = "MOTIF"; then
9755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Motif version 2.1" >&5 9747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Motif version 2.1" >&5
9756$as_echo_n "checking for Motif version 2.1... " >&6; } 9748$as_echo_n "checking for Motif version 2.1... " >&6; }
9757if ${emacs_cv_motif_version_2_1+:} false; then : 9749if test "${emacs_cv_motif_version_2_1+set}" = set; then :
9758 $as_echo_n "(cached) " >&6 9750 $as_echo_n "(cached) " >&6
9759else 9751else
9760 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 9752 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -9784,7 +9776,7 @@ $as_echo "$emacs_cv_motif_version_2_1" >&6; }
9784 if test $emacs_cv_motif_version_2_1 = yes; then 9776 if test $emacs_cv_motif_version_2_1 = yes; then
9785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpCreateContext in -lXp" >&5 9777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpCreateContext in -lXp" >&5
9786$as_echo_n "checking for XpCreateContext in -lXp... " >&6; } 9778$as_echo_n "checking for XpCreateContext in -lXp... " >&6; }
9787if ${ac_cv_lib_Xp_XpCreateContext+:} false; then : 9779if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then :
9788 $as_echo_n "(cached) " >&6 9780 $as_echo_n "(cached) " >&6
9789else 9781else
9790 ac_check_lib_save_LIBS=$LIBS 9782 ac_check_lib_save_LIBS=$LIBS
@@ -9818,14 +9810,14 @@ LIBS=$ac_check_lib_save_LIBS
9818fi 9810fi
9819{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xp_XpCreateContext" >&5 9811{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xp_XpCreateContext" >&5
9820$as_echo "$ac_cv_lib_Xp_XpCreateContext" >&6; } 9812$as_echo "$ac_cv_lib_Xp_XpCreateContext" >&6; }
9821if test "x$ac_cv_lib_Xp_XpCreateContext" = xyes; then : 9813if test "x$ac_cv_lib_Xp_XpCreateContext" = x""yes; then :
9822 LIBXP=-lXp 9814 LIBXP=-lXp
9823fi 9815fi
9824 9816
9825 else 9817 else
9826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LessTif where some systems put it" >&5 9818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LessTif where some systems put it" >&5
9827$as_echo_n "checking for LessTif where some systems put it... " >&6; } 9819$as_echo_n "checking for LessTif where some systems put it... " >&6; }
9828if ${emacs_cv_lesstif+:} false; then : 9820if test "${emacs_cv_lesstif+set}" = set; then :
9829 $as_echo_n "(cached) " >&6 9821 $as_echo_n "(cached) " >&6
9830else 9822else
9831 # We put this in CFLAGS temporarily to precede other -I options 9823 # We put this in CFLAGS temporarily to precede other -I options
@@ -9984,7 +9976,7 @@ if test "${HAVE_X11}" = "yes"; then
9984set dummy pkg-config; ac_word=$2 9976set dummy pkg-config; ac_word=$2
9985{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 9977{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9986$as_echo_n "checking for $ac_word... " >&6; } 9978$as_echo_n "checking for $ac_word... " >&6; }
9987if ${ac_cv_path_PKG_CONFIG+:} false; then : 9979if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
9988 $as_echo_n "(cached) " >&6 9980 $as_echo_n "(cached) " >&6
9989else 9981else
9990 case $PKG_CONFIG in 9982 case $PKG_CONFIG in
@@ -10086,7 +10078,7 @@ $as_echo "no" >&6; }
10086set dummy pkg-config; ac_word=$2 10078set dummy pkg-config; ac_word=$2
10087{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 10079{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10088$as_echo_n "checking for $ac_word... " >&6; } 10080$as_echo_n "checking for $ac_word... " >&6; }
10089if ${ac_cv_path_PKG_CONFIG+:} false; then : 10081if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
10090 $as_echo_n "(cached) " >&6 10082 $as_echo_n "(cached) " >&6
10091else 10083else
10092 case $PKG_CONFIG in 10084 case $PKG_CONFIG in
@@ -10178,7 +10170,7 @@ $as_echo "no" >&6; }
10178 HAVE_XRENDER=no 10170 HAVE_XRENDER=no
10179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderQueryExtension in -lXrender" >&5 10171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderQueryExtension in -lXrender" >&5
10180$as_echo_n "checking for XRenderQueryExtension in -lXrender... " >&6; } 10172$as_echo_n "checking for XRenderQueryExtension in -lXrender... " >&6; }
10181if ${ac_cv_lib_Xrender_XRenderQueryExtension+:} false; then : 10173if test "${ac_cv_lib_Xrender_XRenderQueryExtension+set}" = set; then :
10182 $as_echo_n "(cached) " >&6 10174 $as_echo_n "(cached) " >&6
10183else 10175else
10184 ac_check_lib_save_LIBS=$LIBS 10176 ac_check_lib_save_LIBS=$LIBS
@@ -10212,7 +10204,7 @@ LIBS=$ac_check_lib_save_LIBS
10212fi 10204fi
10213{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderQueryExtension" >&5 10205{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderQueryExtension" >&5
10214$as_echo "$ac_cv_lib_Xrender_XRenderQueryExtension" >&6; } 10206$as_echo "$ac_cv_lib_Xrender_XRenderQueryExtension" >&6; }
10215if test "x$ac_cv_lib_Xrender_XRenderQueryExtension" = xyes; then : 10207if test "x$ac_cv_lib_Xrender_XRenderQueryExtension" = x""yes; then :
10216 HAVE_XRENDER=yes 10208 HAVE_XRENDER=yes
10217fi 10209fi
10218 10210
@@ -10225,10 +10217,10 @@ fi
10225 XFT_LIBS="-lXrender $XFT_LIBS" 10217 XFT_LIBS="-lXrender $XFT_LIBS"
10226 LIBS="$XFT_LIBS $LIBS" 10218 LIBS="$XFT_LIBS $LIBS"
10227 ac_fn_c_check_header_mongrel "$LINENO" "X11/Xft/Xft.h" "ac_cv_header_X11_Xft_Xft_h" "$ac_includes_default" 10219 ac_fn_c_check_header_mongrel "$LINENO" "X11/Xft/Xft.h" "ac_cv_header_X11_Xft_Xft_h" "$ac_includes_default"
10228if test "x$ac_cv_header_X11_Xft_Xft_h" = xyes; then : 10220if test "x$ac_cv_header_X11_Xft_Xft_h" = x""yes; then :
10229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XftFontOpen in -lXft" >&5 10221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XftFontOpen in -lXft" >&5
10230$as_echo_n "checking for XftFontOpen in -lXft... " >&6; } 10222$as_echo_n "checking for XftFontOpen in -lXft... " >&6; }
10231if ${ac_cv_lib_Xft_XftFontOpen+:} false; then : 10223if test "${ac_cv_lib_Xft_XftFontOpen+set}" = set; then :
10232 $as_echo_n "(cached) " >&6 10224 $as_echo_n "(cached) " >&6
10233else 10225else
10234 ac_check_lib_save_LIBS=$LIBS 10226 ac_check_lib_save_LIBS=$LIBS
@@ -10262,7 +10254,7 @@ LIBS=$ac_check_lib_save_LIBS
10262fi 10254fi
10263{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xft_XftFontOpen" >&5 10255{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xft_XftFontOpen" >&5
10264$as_echo "$ac_cv_lib_Xft_XftFontOpen" >&6; } 10256$as_echo "$ac_cv_lib_Xft_XftFontOpen" >&6; }
10265if test "x$ac_cv_lib_Xft_XftFontOpen" = xyes; then : 10257if test "x$ac_cv_lib_Xft_XftFontOpen" = x""yes; then :
10266 HAVE_XFT=yes 10258 HAVE_XFT=yes
10267fi 10259fi
10268 10260
@@ -10311,7 +10303,7 @@ $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10311set dummy pkg-config; ac_word=$2 10303set dummy pkg-config; ac_word=$2
10312{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 10304{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10313$as_echo_n "checking for $ac_word... " >&6; } 10305$as_echo_n "checking for $ac_word... " >&6; }
10314if ${ac_cv_path_PKG_CONFIG+:} false; then : 10306if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
10315 $as_echo_n "(cached) " >&6 10307 $as_echo_n "(cached) " >&6
10316else 10308else
10317 case $PKG_CONFIG in 10309 case $PKG_CONFIG in
@@ -10404,7 +10396,7 @@ $as_echo "#define HAVE_LIBOTF 1" >>confdefs.h
10404 10396
10405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OTF_get_variation_glyphs in -lotf" >&5 10397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OTF_get_variation_glyphs in -lotf" >&5
10406$as_echo_n "checking for OTF_get_variation_glyphs in -lotf... " >&6; } 10398$as_echo_n "checking for OTF_get_variation_glyphs in -lotf... " >&6; }
10407if ${ac_cv_lib_otf_OTF_get_variation_glyphs+:} false; then : 10399if test "${ac_cv_lib_otf_OTF_get_variation_glyphs+set}" = set; then :
10408 $as_echo_n "(cached) " >&6 10400 $as_echo_n "(cached) " >&6
10409else 10401else
10410 ac_check_lib_save_LIBS=$LIBS 10402 ac_check_lib_save_LIBS=$LIBS
@@ -10438,7 +10430,7 @@ LIBS=$ac_check_lib_save_LIBS
10438fi 10430fi
10439{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_otf_OTF_get_variation_glyphs" >&5 10431{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_otf_OTF_get_variation_glyphs" >&5
10440$as_echo "$ac_cv_lib_otf_OTF_get_variation_glyphs" >&6; } 10432$as_echo "$ac_cv_lib_otf_OTF_get_variation_glyphs" >&6; }
10441if test "x$ac_cv_lib_otf_OTF_get_variation_glyphs" = xyes; then : 10433if test "x$ac_cv_lib_otf_OTF_get_variation_glyphs" = x""yes; then :
10442 HAVE_OTF_GET_VARIATION_GLYPHS=yes 10434 HAVE_OTF_GET_VARIATION_GLYPHS=yes
10443else 10435else
10444 HAVE_OTF_GET_VARIATION_GLYPHS=no 10436 HAVE_OTF_GET_VARIATION_GLYPHS=no
@@ -10463,7 +10455,7 @@ $as_echo "#define HAVE_OTF_GET_VARIATION_GLYPHS 1" >>confdefs.h
10463set dummy pkg-config; ac_word=$2 10455set dummy pkg-config; ac_word=$2
10464{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 10456{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10465$as_echo_n "checking for $ac_word... " >&6; } 10457$as_echo_n "checking for $ac_word... " >&6; }
10466if ${ac_cv_path_PKG_CONFIG+:} false; then : 10458if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
10467 $as_echo_n "(cached) " >&6 10459 $as_echo_n "(cached) " >&6
10468else 10460else
10469 case $PKG_CONFIG in 10461 case $PKG_CONFIG in
@@ -10581,10 +10573,10 @@ LIBXPM=
10581if test "${HAVE_X11}" = "yes"; then 10573if test "${HAVE_X11}" = "yes"; then
10582 if test "${with_xpm}" != "no"; then 10574 if test "${with_xpm}" != "no"; then
10583 ac_fn_c_check_header_mongrel "$LINENO" "X11/xpm.h" "ac_cv_header_X11_xpm_h" "$ac_includes_default" 10575 ac_fn_c_check_header_mongrel "$LINENO" "X11/xpm.h" "ac_cv_header_X11_xpm_h" "$ac_includes_default"
10584if test "x$ac_cv_header_X11_xpm_h" = xyes; then : 10576if test "x$ac_cv_header_X11_xpm_h" = x""yes; then :
10585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpmReadFileToPixmap in -lXpm" >&5 10577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpmReadFileToPixmap in -lXpm" >&5
10586$as_echo_n "checking for XpmReadFileToPixmap in -lXpm... " >&6; } 10578$as_echo_n "checking for XpmReadFileToPixmap in -lXpm... " >&6; }
10587if ${ac_cv_lib_Xpm_XpmReadFileToPixmap+:} false; then : 10579if test "${ac_cv_lib_Xpm_XpmReadFileToPixmap+set}" = set; then :
10588 $as_echo_n "(cached) " >&6 10580 $as_echo_n "(cached) " >&6
10589else 10581else
10590 ac_check_lib_save_LIBS=$LIBS 10582 ac_check_lib_save_LIBS=$LIBS
@@ -10618,7 +10610,7 @@ LIBS=$ac_check_lib_save_LIBS
10618fi 10610fi
10619{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5 10611{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5
10620$as_echo "$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6; } 10612$as_echo "$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6; }
10621if test "x$ac_cv_lib_Xpm_XpmReadFileToPixmap" = xyes; then : 10613if test "x$ac_cv_lib_Xpm_XpmReadFileToPixmap" = x""yes; then :
10622 HAVE_XPM=yes 10614 HAVE_XPM=yes
10623fi 10615fi
10624 10616
@@ -10670,10 +10662,10 @@ LIBJPEG=
10670if test "${HAVE_X11}" = "yes"; then 10662if test "${HAVE_X11}" = "yes"; then
10671 if test "${with_jpeg}" != "no"; then 10663 if test "${with_jpeg}" != "no"; then
10672 ac_fn_c_check_header_mongrel "$LINENO" "jerror.h" "ac_cv_header_jerror_h" "$ac_includes_default" 10664 ac_fn_c_check_header_mongrel "$LINENO" "jerror.h" "ac_cv_header_jerror_h" "$ac_includes_default"
10673if test "x$ac_cv_header_jerror_h" = xyes; then : 10665if test "x$ac_cv_header_jerror_h" = x""yes; then :
10674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jpeg_destroy_compress in -ljpeg" >&5 10666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jpeg_destroy_compress in -ljpeg" >&5
10675$as_echo_n "checking for jpeg_destroy_compress in -ljpeg... " >&6; } 10667$as_echo_n "checking for jpeg_destroy_compress in -ljpeg... " >&6; }
10676if ${ac_cv_lib_jpeg_jpeg_destroy_compress+:} false; then : 10668if test "${ac_cv_lib_jpeg_jpeg_destroy_compress+set}" = set; then :
10677 $as_echo_n "(cached) " >&6 10669 $as_echo_n "(cached) " >&6
10678else 10670else
10679 ac_check_lib_save_LIBS=$LIBS 10671 ac_check_lib_save_LIBS=$LIBS
@@ -10707,7 +10699,7 @@ LIBS=$ac_check_lib_save_LIBS
10707fi 10699fi
10708{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5 10700{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5
10709$as_echo "$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6; } 10701$as_echo "$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6; }
10710if test "x$ac_cv_lib_jpeg_jpeg_destroy_compress" = xyes; then : 10702if test "x$ac_cv_lib_jpeg_jpeg_destroy_compress" = x""yes; then :
10711 HAVE_JPEG=yes 10703 HAVE_JPEG=yes
10712fi 10704fi
10713 10705
@@ -10766,7 +10758,7 @@ done
10766 if test "$ac_cv_header_png_h" = yes || test "$ac_cv_header_libpng_png_h" = yes ; then 10758 if test "$ac_cv_header_png_h" = yes || test "$ac_cv_header_libpng_png_h" = yes ; then
10767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_get_channels in -lpng" >&5 10759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_get_channels in -lpng" >&5
10768$as_echo_n "checking for png_get_channels in -lpng... " >&6; } 10760$as_echo_n "checking for png_get_channels in -lpng... " >&6; }
10769if ${ac_cv_lib_png_png_get_channels+:} false; then : 10761if test "${ac_cv_lib_png_png_get_channels+set}" = set; then :
10770 $as_echo_n "(cached) " >&6 10762 $as_echo_n "(cached) " >&6
10771else 10763else
10772 ac_check_lib_save_LIBS=$LIBS 10764 ac_check_lib_save_LIBS=$LIBS
@@ -10800,7 +10792,7 @@ LIBS=$ac_check_lib_save_LIBS
10800fi 10792fi
10801{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_get_channels" >&5 10793{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_get_channels" >&5
10802$as_echo "$ac_cv_lib_png_png_get_channels" >&6; } 10794$as_echo "$ac_cv_lib_png_png_get_channels" >&6; }
10803if test "x$ac_cv_lib_png_png_get_channels" = xyes; then : 10795if test "x$ac_cv_lib_png_png_get_channels" = x""yes; then :
10804 HAVE_PNG=yes 10796 HAVE_PNG=yes
10805fi 10797fi
10806 10798
@@ -10822,13 +10814,13 @@ LIBTIFF=
10822if test "${HAVE_X11}" = "yes"; then 10814if test "${HAVE_X11}" = "yes"; then
10823 if test "${with_tiff}" != "no"; then 10815 if test "${with_tiff}" != "no"; then
10824 ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default" 10816 ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
10825if test "x$ac_cv_header_tiffio_h" = xyes; then : 10817if test "x$ac_cv_header_tiffio_h" = x""yes; then :
10826 tifflibs="-lz -lm" 10818 tifflibs="-lz -lm"
10827 # At least one tiff package requires the jpeg library. 10819 # At least one tiff package requires the jpeg library.
10828 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi 10820 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi
10829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFGetVersion in -ltiff" >&5 10821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFGetVersion in -ltiff" >&5
10830$as_echo_n "checking for TIFFGetVersion in -ltiff... " >&6; } 10822$as_echo_n "checking for TIFFGetVersion in -ltiff... " >&6; }
10831if ${ac_cv_lib_tiff_TIFFGetVersion+:} false; then : 10823if test "${ac_cv_lib_tiff_TIFFGetVersion+set}" = set; then :
10832 $as_echo_n "(cached) " >&6 10824 $as_echo_n "(cached) " >&6
10833else 10825else
10834 ac_check_lib_save_LIBS=$LIBS 10826 ac_check_lib_save_LIBS=$LIBS
@@ -10862,7 +10854,7 @@ LIBS=$ac_check_lib_save_LIBS
10862fi 10854fi
10863{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5 10855{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5
10864$as_echo "$ac_cv_lib_tiff_TIFFGetVersion" >&6; } 10856$as_echo "$ac_cv_lib_tiff_TIFFGetVersion" >&6; }
10865if test "x$ac_cv_lib_tiff_TIFFGetVersion" = xyes; then : 10857if test "x$ac_cv_lib_tiff_TIFFGetVersion" = x""yes; then :
10866 HAVE_TIFF=yes 10858 HAVE_TIFF=yes
10867fi 10859fi
10868 10860
@@ -10885,12 +10877,12 @@ HAVE_GIF=no
10885LIBGIF= 10877LIBGIF=
10886if test "${HAVE_X11}" = "yes" && test "${with_gif}" != "no"; then 10878if test "${HAVE_X11}" = "yes" && test "${with_gif}" != "no"; then
10887 ac_fn_c_check_header_mongrel "$LINENO" "gif_lib.h" "ac_cv_header_gif_lib_h" "$ac_includes_default" 10879 ac_fn_c_check_header_mongrel "$LINENO" "gif_lib.h" "ac_cv_header_gif_lib_h" "$ac_includes_default"
10888if test "x$ac_cv_header_gif_lib_h" = xyes; then : 10880if test "x$ac_cv_header_gif_lib_h" = x""yes; then :
10889 # EGifPutExtensionLast only exists from version libungif-4.1.0b1. 10881 # EGifPutExtensionLast only exists from version libungif-4.1.0b1.
10890# Earlier versions can crash Emacs. 10882# Earlier versions can crash Emacs.
10891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lgif" >&5 10883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lgif" >&5
10892$as_echo_n "checking for EGifPutExtensionLast in -lgif... " >&6; } 10884$as_echo_n "checking for EGifPutExtensionLast in -lgif... " >&6; }
10893if ${ac_cv_lib_gif_EGifPutExtensionLast+:} false; then : 10885if test "${ac_cv_lib_gif_EGifPutExtensionLast+set}" = set; then :
10894 $as_echo_n "(cached) " >&6 10886 $as_echo_n "(cached) " >&6
10895else 10887else
10896 ac_check_lib_save_LIBS=$LIBS 10888 ac_check_lib_save_LIBS=$LIBS
@@ -10924,7 +10916,7 @@ LIBS=$ac_check_lib_save_LIBS
10924fi 10916fi
10925{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gif_EGifPutExtensionLast" >&5 10917{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gif_EGifPutExtensionLast" >&5
10926$as_echo "$ac_cv_lib_gif_EGifPutExtensionLast" >&6; } 10918$as_echo "$ac_cv_lib_gif_EGifPutExtensionLast" >&6; }
10927if test "x$ac_cv_lib_gif_EGifPutExtensionLast" = xyes; then : 10919if test "x$ac_cv_lib_gif_EGifPutExtensionLast" = x""yes; then :
10928 HAVE_GIF=yes 10920 HAVE_GIF=yes
10929else 10921else
10930 HAVE_GIF=maybe 10922 HAVE_GIF=maybe
@@ -10940,7 +10932,7 @@ fi
10940# If gif_lib.h but no libgif, try libungif. 10932# If gif_lib.h but no libgif, try libungif.
10941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lungif" >&5 10933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lungif" >&5
10942$as_echo_n "checking for EGifPutExtensionLast in -lungif... " >&6; } 10934$as_echo_n "checking for EGifPutExtensionLast in -lungif... " >&6; }
10943if ${ac_cv_lib_ungif_EGifPutExtensionLast+:} false; then : 10935if test "${ac_cv_lib_ungif_EGifPutExtensionLast+set}" = set; then :
10944 $as_echo_n "(cached) " >&6 10936 $as_echo_n "(cached) " >&6
10945else 10937else
10946 ac_check_lib_save_LIBS=$LIBS 10938 ac_check_lib_save_LIBS=$LIBS
@@ -10974,7 +10966,7 @@ LIBS=$ac_check_lib_save_LIBS
10974fi 10966fi
10975{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5 10967{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5
10976$as_echo "$ac_cv_lib_ungif_EGifPutExtensionLast" >&6; } 10968$as_echo "$ac_cv_lib_ungif_EGifPutExtensionLast" >&6; }
10977if test "x$ac_cv_lib_ungif_EGifPutExtensionLast" = xyes; then : 10969if test "x$ac_cv_lib_ungif_EGifPutExtensionLast" = x""yes; then :
10978 HAVE_GIF=yes 10970 HAVE_GIF=yes
10979else 10971else
10980 HAVE_GIF=no 10972 HAVE_GIF=no
@@ -11021,10 +11013,10 @@ LIBGPM=
11021MOUSE_SUPPORT= 11013MOUSE_SUPPORT=
11022if test "${with_gpm}" != "no"; then 11014if test "${with_gpm}" != "no"; then
11023 ac_fn_c_check_header_mongrel "$LINENO" "gpm.h" "ac_cv_header_gpm_h" "$ac_includes_default" 11015 ac_fn_c_check_header_mongrel "$LINENO" "gpm.h" "ac_cv_header_gpm_h" "$ac_includes_default"
11024if test "x$ac_cv_header_gpm_h" = xyes; then : 11016if test "x$ac_cv_header_gpm_h" = x""yes; then :
11025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Gpm_Open in -lgpm" >&5 11017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Gpm_Open in -lgpm" >&5
11026$as_echo_n "checking for Gpm_Open in -lgpm... " >&6; } 11018$as_echo_n "checking for Gpm_Open in -lgpm... " >&6; }
11027if ${ac_cv_lib_gpm_Gpm_Open+:} false; then : 11019if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then :
11028 $as_echo_n "(cached) " >&6 11020 $as_echo_n "(cached) " >&6
11029else 11021else
11030 ac_check_lib_save_LIBS=$LIBS 11022 ac_check_lib_save_LIBS=$LIBS
@@ -11058,7 +11050,7 @@ LIBS=$ac_check_lib_save_LIBS
11058fi 11050fi
11059{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gpm_Gpm_Open" >&5 11051{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gpm_Gpm_Open" >&5
11060$as_echo "$ac_cv_lib_gpm_Gpm_Open" >&6; } 11052$as_echo "$ac_cv_lib_gpm_Gpm_Open" >&6; }
11061if test "x$ac_cv_lib_gpm_Gpm_Open" = xyes; then : 11053if test "x$ac_cv_lib_gpm_Gpm_Open" = x""yes; then :
11062 HAVE_GPM=yes 11054 HAVE_GPM=yes
11063fi 11055fi
11064 11056
@@ -11078,7 +11070,7 @@ fi
11078 11070
11079 11071
11080ac_fn_c_check_header_mongrel "$LINENO" "malloc/malloc.h" "ac_cv_header_malloc_malloc_h" "$ac_includes_default" 11072ac_fn_c_check_header_mongrel "$LINENO" "malloc/malloc.h" "ac_cv_header_malloc_malloc_h" "$ac_includes_default"
11081if test "x$ac_cv_header_malloc_malloc_h" = xyes; then : 11073if test "x$ac_cv_header_malloc_malloc_h" = x""yes; then :
11082 11074
11083$as_echo "#define HAVE_MALLOC_MALLOC_H 1" >>confdefs.h 11075$as_echo "#define HAVE_MALLOC_MALLOC_H 1" >>confdefs.h
11084 11076
@@ -11123,10 +11115,10 @@ HAVE_X_SM=no
11123LIBXSM= 11115LIBXSM=
11124if test "${HAVE_X11}" = "yes"; then 11116if test "${HAVE_X11}" = "yes"; then
11125 ac_fn_c_check_header_mongrel "$LINENO" "X11/SM/SMlib.h" "ac_cv_header_X11_SM_SMlib_h" "$ac_includes_default" 11117 ac_fn_c_check_header_mongrel "$LINENO" "X11/SM/SMlib.h" "ac_cv_header_X11_SM_SMlib_h" "$ac_includes_default"
11126if test "x$ac_cv_header_X11_SM_SMlib_h" = xyes; then : 11118if test "x$ac_cv_header_X11_SM_SMlib_h" = x""yes; then :
11127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SmcOpenConnection in -lSM" >&5 11119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SmcOpenConnection in -lSM" >&5
11128$as_echo_n "checking for SmcOpenConnection in -lSM... " >&6; } 11120$as_echo_n "checking for SmcOpenConnection in -lSM... " >&6; }
11129if ${ac_cv_lib_SM_SmcOpenConnection+:} false; then : 11121if test "${ac_cv_lib_SM_SmcOpenConnection+set}" = set; then :
11130 $as_echo_n "(cached) " >&6 11122 $as_echo_n "(cached) " >&6
11131else 11123else
11132 ac_check_lib_save_LIBS=$LIBS 11124 ac_check_lib_save_LIBS=$LIBS
@@ -11160,7 +11152,7 @@ LIBS=$ac_check_lib_save_LIBS
11160fi 11152fi
11161{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_SM_SmcOpenConnection" >&5 11153{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_SM_SmcOpenConnection" >&5
11162$as_echo "$ac_cv_lib_SM_SmcOpenConnection" >&6; } 11154$as_echo "$ac_cv_lib_SM_SmcOpenConnection" >&6; }
11163if test "x$ac_cv_lib_SM_SmcOpenConnection" = xyes; then : 11155if test "x$ac_cv_lib_SM_SmcOpenConnection" = x""yes; then :
11164 HAVE_X_SM=yes 11156 HAVE_X_SM=yes
11165fi 11157fi
11166 11158
@@ -11191,7 +11183,7 @@ if test "${with_xml2}" != "no"; then
11191set dummy pkg-config; ac_word=$2 11183set dummy pkg-config; ac_word=$2
11192{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 11184{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11193$as_echo_n "checking for $ac_word... " >&6; } 11185$as_echo_n "checking for $ac_word... " >&6; }
11194if ${ac_cv_path_PKG_CONFIG+:} false; then : 11186if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
11195 $as_echo_n "(cached) " >&6 11187 $as_echo_n "(cached) " >&6
11196else 11188else
11197 case $PKG_CONFIG in 11189 case $PKG_CONFIG in
@@ -11282,7 +11274,7 @@ $as_echo "no" >&6; }
11282 LIBS="$LIBXML2_LIBS $LIBS" 11274 LIBS="$LIBXML2_LIBS $LIBS"
11283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for htmlReadMemory in -lxml2" >&5 11275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for htmlReadMemory in -lxml2" >&5
11284$as_echo_n "checking for htmlReadMemory in -lxml2... " >&6; } 11276$as_echo_n "checking for htmlReadMemory in -lxml2... " >&6; }
11285if ${ac_cv_lib_xml2_htmlReadMemory+:} false; then : 11277if test "${ac_cv_lib_xml2_htmlReadMemory+set}" = set; then :
11286 $as_echo_n "(cached) " >&6 11278 $as_echo_n "(cached) " >&6
11287else 11279else
11288 ac_check_lib_save_LIBS=$LIBS 11280 ac_check_lib_save_LIBS=$LIBS
@@ -11316,7 +11308,7 @@ LIBS=$ac_check_lib_save_LIBS
11316fi 11308fi
11317{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_htmlReadMemory" >&5 11309{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_htmlReadMemory" >&5
11318$as_echo "$ac_cv_lib_xml2_htmlReadMemory" >&6; } 11310$as_echo "$ac_cv_lib_xml2_htmlReadMemory" >&6; }
11319if test "x$ac_cv_lib_xml2_htmlReadMemory" = xyes; then : 11311if test "x$ac_cv_lib_xml2_htmlReadMemory" = x""yes; then :
11320 HAVE_LIBXML2=yes 11312 HAVE_LIBXML2=yes
11321else 11313else
11322 HAVE_LIBXML2=no 11314 HAVE_LIBXML2=no
@@ -11338,7 +11330,7 @@ fi
11338# If netdb.h doesn't declare h_errno, we must declare it by hand. 11330# If netdb.h doesn't declare h_errno, we must declare it by hand.
11339{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether netdb declares h_errno" >&5 11331{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether netdb declares h_errno" >&5
11340$as_echo_n "checking whether netdb declares h_errno... " >&6; } 11332$as_echo_n "checking whether netdb declares h_errno... " >&6; }
11341if ${emacs_cv_netdb_declares_h_errno+:} false; then : 11333if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then :
11342 $as_echo_n "(cached) " >&6 11334 $as_echo_n "(cached) " >&6
11343else 11335else
11344 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 11336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -11368,22 +11360,11 @@ $as_echo "#define HAVE_H_ERRNO 1" >>confdefs.h
11368 11360
11369fi 11361fi
11370 11362
11371ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
11372if test "x$ac_cv_type_size_t" = xyes; then :
11373
11374else
11375
11376cat >>confdefs.h <<_ACEOF
11377#define size_t unsigned int
11378_ACEOF
11379
11380fi
11381
11382# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works 11363# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
11383# for constant arguments. Useless! 11364# for constant arguments. Useless!
11384{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5 11365{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
11385$as_echo_n "checking for working alloca.h... " >&6; } 11366$as_echo_n "checking for working alloca.h... " >&6; }
11386if ${ac_cv_working_alloca_h+:} false; then : 11367if test "${ac_cv_working_alloca_h+set}" = set; then :
11387 $as_echo_n "(cached) " >&6 11368 $as_echo_n "(cached) " >&6
11388else 11369else
11389 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 11370 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -11416,7 +11397,7 @@ fi
11416 11397
11417{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5 11398{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
11418$as_echo_n "checking for alloca... " >&6; } 11399$as_echo_n "checking for alloca... " >&6; }
11419if ${ac_cv_func_alloca_works+:} false; then : 11400if test "${ac_cv_func_alloca_works+set}" = set; then :
11420 $as_echo_n "(cached) " >&6 11401 $as_echo_n "(cached) " >&6
11421else 11402else
11422 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 11403 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -11435,7 +11416,7 @@ else
11435 #pragma alloca 11416 #pragma alloca
11436# else 11417# else
11437# ifndef alloca /* predefined by HP cc +Olibcalls */ 11418# ifndef alloca /* predefined by HP cc +Olibcalls */
11438void *alloca (size_t); 11419char *alloca ();
11439# endif 11420# endif
11440# endif 11421# endif
11441# endif 11422# endif
@@ -11479,7 +11460,7 @@ $as_echo "#define C_ALLOCA 1" >>confdefs.h
11479 11460
11480{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5 11461{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
11481$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; } 11462$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
11482if ${ac_cv_os_cray+:} false; then : 11463if test "${ac_cv_os_cray+set}" = set; then :
11483 $as_echo_n "(cached) " >&6 11464 $as_echo_n "(cached) " >&6
11484else 11465else
11485 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 11466 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -11520,7 +11501,7 @@ fi
11520 11501
11521{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5 11502{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
11522$as_echo_n "checking stack direction for C alloca... " >&6; } 11503$as_echo_n "checking stack direction for C alloca... " >&6; }
11523if ${ac_cv_c_stack_direction+:} false; then : 11504if test "${ac_cv_c_stack_direction+set}" = set; then :
11524 $as_echo_n "(cached) " >&6 11505 $as_echo_n "(cached) " >&6
11525else 11506else
11526 if test "$cross_compiling" = yes; then : 11507 if test "$cross_compiling" = yes; then :
@@ -11577,7 +11558,7 @@ fi
11577# On HPUX 9.01, -lm does not contain logb, so check for sqrt. 11558# On HPUX 9.01, -lm does not contain logb, so check for sqrt.
11578{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrt in -lm" >&5 11559{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrt in -lm" >&5
11579$as_echo_n "checking for sqrt in -lm... " >&6; } 11560$as_echo_n "checking for sqrt in -lm... " >&6; }
11580if ${ac_cv_lib_m_sqrt+:} false; then : 11561if test "${ac_cv_lib_m_sqrt+set}" = set; then :
11581 $as_echo_n "(cached) " >&6 11562 $as_echo_n "(cached) " >&6
11582else 11563else
11583 ac_check_lib_save_LIBS=$LIBS 11564 ac_check_lib_save_LIBS=$LIBS
@@ -11611,7 +11592,7 @@ LIBS=$ac_check_lib_save_LIBS
11611fi 11592fi
11612{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sqrt" >&5 11593{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sqrt" >&5
11613$as_echo "$ac_cv_lib_m_sqrt" >&6; } 11594$as_echo "$ac_cv_lib_m_sqrt" >&6; }
11614if test "x$ac_cv_lib_m_sqrt" = xyes; then : 11595if test "x$ac_cv_lib_m_sqrt" = x""yes; then :
11615 cat >>confdefs.h <<_ACEOF 11596 cat >>confdefs.h <<_ACEOF
11616#define HAVE_LIBM 1 11597#define HAVE_LIBM 1
11617_ACEOF 11598_ACEOF
@@ -11625,7 +11606,7 @@ fi
11625# have the same check as for liblockfile below. 11606# have the same check as for liblockfile below.
11626{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -lmail" >&5 11607{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -lmail" >&5
11627$as_echo_n "checking for maillock in -lmail... " >&6; } 11608$as_echo_n "checking for maillock in -lmail... " >&6; }
11628if ${ac_cv_lib_mail_maillock+:} false; then : 11609if test "${ac_cv_lib_mail_maillock+set}" = set; then :
11629 $as_echo_n "(cached) " >&6 11610 $as_echo_n "(cached) " >&6
11630else 11611else
11631 ac_check_lib_save_LIBS=$LIBS 11612 ac_check_lib_save_LIBS=$LIBS
@@ -11659,7 +11640,7 @@ LIBS=$ac_check_lib_save_LIBS
11659fi 11640fi
11660{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mail_maillock" >&5 11641{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mail_maillock" >&5
11661$as_echo "$ac_cv_lib_mail_maillock" >&6; } 11642$as_echo "$ac_cv_lib_mail_maillock" >&6; }
11662if test "x$ac_cv_lib_mail_maillock" = xyes; then : 11643if test "x$ac_cv_lib_mail_maillock" = x""yes; then :
11663 have_mail=yes 11644 have_mail=yes
11664else 11645else
11665 have_mail=no 11646 have_mail=no
@@ -11676,7 +11657,7 @@ else
11676fi 11657fi
11677{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -llockfile" >&5 11658{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -llockfile" >&5
11678$as_echo_n "checking for maillock in -llockfile... " >&6; } 11659$as_echo_n "checking for maillock in -llockfile... " >&6; }
11679if ${ac_cv_lib_lockfile_maillock+:} false; then : 11660if test "${ac_cv_lib_lockfile_maillock+set}" = set; then :
11680 $as_echo_n "(cached) " >&6 11661 $as_echo_n "(cached) " >&6
11681else 11662else
11682 ac_check_lib_save_LIBS=$LIBS 11663 ac_check_lib_save_LIBS=$LIBS
@@ -11710,7 +11691,7 @@ LIBS=$ac_check_lib_save_LIBS
11710fi 11691fi
11711{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lockfile_maillock" >&5 11692{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lockfile_maillock" >&5
11712$as_echo "$ac_cv_lib_lockfile_maillock" >&6; } 11693$as_echo "$ac_cv_lib_lockfile_maillock" >&6; }
11713if test "x$ac_cv_lib_lockfile_maillock" = xyes; then : 11694if test "x$ac_cv_lib_lockfile_maillock" = x""yes; then :
11714 have_lockfile=yes 11695 have_lockfile=yes
11715else 11696else
11716 have_lockfile=no 11697 have_lockfile=no
@@ -11730,7 +11711,7 @@ else
11730set dummy liblockfile.so; ac_word=$2 11711set dummy liblockfile.so; ac_word=$2
11731{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 11712{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11732$as_echo_n "checking for $ac_word... " >&6; } 11713$as_echo_n "checking for $ac_word... " >&6; }
11733if ${ac_cv_prog_liblockfile+:} false; then : 11714if test "${ac_cv_prog_liblockfile+set}" = set; then :
11734 $as_echo_n "(cached) " >&6 11715 $as_echo_n "(cached) " >&6
11735else 11716else
11736 if test -n "$liblockfile"; then 11717 if test -n "$liblockfile"; then
@@ -11774,7 +11755,7 @@ fi
11774for ac_func in touchlock 11755for ac_func in touchlock
11775do : 11756do :
11776 ac_fn_c_check_func "$LINENO" "touchlock" "ac_cv_func_touchlock" 11757 ac_fn_c_check_func "$LINENO" "touchlock" "ac_cv_func_touchlock"
11777if test "x$ac_cv_func_touchlock" = xyes; then : 11758if test "x$ac_cv_func_touchlock" = x""yes; then :
11778 cat >>confdefs.h <<_ACEOF 11759 cat >>confdefs.h <<_ACEOF
11779#define HAVE_TOUCHLOCK 1 11760#define HAVE_TOUCHLOCK 1
11780_ACEOF 11761_ACEOF
@@ -11785,7 +11766,7 @@ done
11785for ac_header in maillock.h 11766for ac_header in maillock.h
11786do : 11767do :
11787 ac_fn_c_check_header_mongrel "$LINENO" "maillock.h" "ac_cv_header_maillock_h" "$ac_includes_default" 11768 ac_fn_c_check_header_mongrel "$LINENO" "maillock.h" "ac_cv_header_maillock_h" "$ac_includes_default"
11788if test "x$ac_cv_header_maillock_h" = xyes; then : 11769if test "x$ac_cv_header_maillock_h" = x""yes; then :
11789 cat >>confdefs.h <<_ACEOF 11770 cat >>confdefs.h <<_ACEOF
11790#define HAVE_MAILLOCK_H 1 11771#define HAVE_MAILLOCK_H 1
11791_ACEOF 11772_ACEOF
@@ -11867,7 +11848,7 @@ done
11867for ac_header in sys/un.h 11848for ac_header in sys/un.h
11868do : 11849do :
11869 ac_fn_c_check_header_mongrel "$LINENO" "sys/un.h" "ac_cv_header_sys_un_h" "$ac_includes_default" 11850 ac_fn_c_check_header_mongrel "$LINENO" "sys/un.h" "ac_cv_header_sys_un_h" "$ac_includes_default"
11870if test "x$ac_cv_header_sys_un_h" = xyes; then : 11851if test "x$ac_cv_header_sys_un_h" = x""yes; then :
11871 cat >>confdefs.h <<_ACEOF 11852 cat >>confdefs.h <<_ACEOF
11872#define HAVE_SYS_UN_H 1 11853#define HAVE_SYS_UN_H 1
11873_ACEOF 11854_ACEOF
@@ -11900,7 +11881,7 @@ done
11900 11881
11901{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mktime" >&5 11882{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mktime" >&5
11902$as_echo_n "checking for working mktime... " >&6; } 11883$as_echo_n "checking for working mktime... " >&6; }
11903if ${ac_cv_func_working_mktime+:} false; then : 11884if test "${ac_cv_func_working_mktime+set}" = set; then :
11904 $as_echo_n "(cached) " >&6 11885 $as_echo_n "(cached) " >&6
11905else 11886else
11906 if test "$cross_compiling" = yes; then : 11887 if test "$cross_compiling" = yes; then :
@@ -12137,7 +12118,7 @@ ac_save_LIBS=$LIBS
12137 12118
12138# Check for getloadavg, but be sure not to touch the cache variable. 12119# Check for getloadavg, but be sure not to touch the cache variable.
12139(ac_fn_c_check_func "$LINENO" "getloadavg" "ac_cv_func_getloadavg" 12120(ac_fn_c_check_func "$LINENO" "getloadavg" "ac_cv_func_getloadavg"
12140if test "x$ac_cv_func_getloadavg" = xyes; then : 12121if test "x$ac_cv_func_getloadavg" = x""yes; then :
12141 exit 0 12122 exit 0
12142else 12123else
12143 exit 1 12124 exit 1
@@ -12148,7 +12129,7 @@ fi
12148for ac_func in pstat_getdynamic 12129for ac_func in pstat_getdynamic
12149do : 12130do :
12150 ac_fn_c_check_func "$LINENO" "pstat_getdynamic" "ac_cv_func_pstat_getdynamic" 12131 ac_fn_c_check_func "$LINENO" "pstat_getdynamic" "ac_cv_func_pstat_getdynamic"
12151if test "x$ac_cv_func_pstat_getdynamic" = xyes; then : 12132if test "x$ac_cv_func_pstat_getdynamic" = x""yes; then :
12152 cat >>confdefs.h <<_ACEOF 12133 cat >>confdefs.h <<_ACEOF
12153#define HAVE_PSTAT_GETDYNAMIC 1 12134#define HAVE_PSTAT_GETDYNAMIC 1
12154_ACEOF 12135_ACEOF
@@ -12160,7 +12141,7 @@ done
12160# Solaris has libkstat which does not require root. 12141# Solaris has libkstat which does not require root.
12161{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5 12142{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
12162$as_echo_n "checking for kstat_open in -lkstat... " >&6; } 12143$as_echo_n "checking for kstat_open in -lkstat... " >&6; }
12163if ${ac_cv_lib_kstat_kstat_open+:} false; then : 12144if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
12164 $as_echo_n "(cached) " >&6 12145 $as_echo_n "(cached) " >&6
12165else 12146else
12166 ac_check_lib_save_LIBS=$LIBS 12147 ac_check_lib_save_LIBS=$LIBS
@@ -12194,7 +12175,7 @@ LIBS=$ac_check_lib_save_LIBS
12194fi 12175fi
12195{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5 12176{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
12196$as_echo "$ac_cv_lib_kstat_kstat_open" >&6; } 12177$as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
12197if test "x$ac_cv_lib_kstat_kstat_open" = xyes; then : 12178if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
12198 cat >>confdefs.h <<_ACEOF 12179 cat >>confdefs.h <<_ACEOF
12199#define HAVE_LIBKSTAT 1 12180#define HAVE_LIBKSTAT 1
12200_ACEOF 12181_ACEOF
@@ -12212,7 +12193,7 @@ test $ac_cv_lib_kstat_kstat_open = yes && ac_have_func=yes
12212if test $ac_have_func = no; then 12193if test $ac_have_func = no; then
12213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for elf_begin in -lelf" >&5 12194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for elf_begin in -lelf" >&5
12214$as_echo_n "checking for elf_begin in -lelf... " >&6; } 12195$as_echo_n "checking for elf_begin in -lelf... " >&6; }
12215if ${ac_cv_lib_elf_elf_begin+:} false; then : 12196if test "${ac_cv_lib_elf_elf_begin+set}" = set; then :
12216 $as_echo_n "(cached) " >&6 12197 $as_echo_n "(cached) " >&6
12217else 12198else
12218 ac_check_lib_save_LIBS=$LIBS 12199 ac_check_lib_save_LIBS=$LIBS
@@ -12246,7 +12227,7 @@ LIBS=$ac_check_lib_save_LIBS
12246fi 12227fi
12247{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_elf_elf_begin" >&5 12228{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_elf_elf_begin" >&5
12248$as_echo "$ac_cv_lib_elf_elf_begin" >&6; } 12229$as_echo "$ac_cv_lib_elf_elf_begin" >&6; }
12249if test "x$ac_cv_lib_elf_elf_begin" = xyes; then : 12230if test "x$ac_cv_lib_elf_elf_begin" = x""yes; then :
12250 LIBS="-lelf $LIBS" 12231 LIBS="-lelf $LIBS"
12251fi 12232fi
12252 12233
@@ -12254,7 +12235,7 @@ fi
12254if test $ac_have_func = no; then 12235if test $ac_have_func = no; then
12255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kvm_open in -lkvm" >&5 12236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kvm_open in -lkvm" >&5
12256$as_echo_n "checking for kvm_open in -lkvm... " >&6; } 12237$as_echo_n "checking for kvm_open in -lkvm... " >&6; }
12257if ${ac_cv_lib_kvm_kvm_open+:} false; then : 12238if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then :
12258 $as_echo_n "(cached) " >&6 12239 $as_echo_n "(cached) " >&6
12259else 12240else
12260 ac_check_lib_save_LIBS=$LIBS 12241 ac_check_lib_save_LIBS=$LIBS
@@ -12288,14 +12269,14 @@ LIBS=$ac_check_lib_save_LIBS
12288fi 12269fi
12289{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kvm_kvm_open" >&5 12270{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kvm_kvm_open" >&5
12290$as_echo "$ac_cv_lib_kvm_kvm_open" >&6; } 12271$as_echo "$ac_cv_lib_kvm_kvm_open" >&6; }
12291if test "x$ac_cv_lib_kvm_kvm_open" = xyes; then : 12272if test "x$ac_cv_lib_kvm_kvm_open" = x""yes; then :
12292 LIBS="-lkvm $LIBS" 12273 LIBS="-lkvm $LIBS"
12293fi 12274fi
12294 12275
12295 # Check for the 4.4BSD definition of getloadavg. 12276 # Check for the 4.4BSD definition of getloadavg.
12296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lutil" >&5 12277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lutil" >&5
12297$as_echo_n "checking for getloadavg in -lutil... " >&6; } 12278$as_echo_n "checking for getloadavg in -lutil... " >&6; }
12298if ${ac_cv_lib_util_getloadavg+:} false; then : 12279if test "${ac_cv_lib_util_getloadavg+set}" = set; then :
12299 $as_echo_n "(cached) " >&6 12280 $as_echo_n "(cached) " >&6
12300else 12281else
12301 ac_check_lib_save_LIBS=$LIBS 12282 ac_check_lib_save_LIBS=$LIBS
@@ -12329,7 +12310,7 @@ LIBS=$ac_check_lib_save_LIBS
12329fi 12310fi
12330{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_util_getloadavg" >&5 12311{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_util_getloadavg" >&5
12331$as_echo "$ac_cv_lib_util_getloadavg" >&6; } 12312$as_echo "$ac_cv_lib_util_getloadavg" >&6; }
12332if test "x$ac_cv_lib_util_getloadavg" = xyes; then : 12313if test "x$ac_cv_lib_util_getloadavg" = x""yes; then :
12333 LIBS="-lutil $LIBS" ac_have_func=yes ac_cv_func_getloadavg_setgid=yes 12314 LIBS="-lutil $LIBS" ac_have_func=yes ac_cv_func_getloadavg_setgid=yes
12334fi 12315fi
12335 12316
@@ -12342,7 +12323,7 @@ if test $ac_have_func = no; then
12342 LIBS="-L/usr/local/lib $LIBS" 12323 LIBS="-L/usr/local/lib $LIBS"
12343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lgetloadavg" >&5 12324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lgetloadavg" >&5
12344$as_echo_n "checking for getloadavg in -lgetloadavg... " >&6; } 12325$as_echo_n "checking for getloadavg in -lgetloadavg... " >&6; }
12345if ${ac_cv_lib_getloadavg_getloadavg+:} false; then : 12326if test "${ac_cv_lib_getloadavg_getloadavg+set}" = set; then :
12346 $as_echo_n "(cached) " >&6 12327 $as_echo_n "(cached) " >&6
12347else 12328else
12348 ac_check_lib_save_LIBS=$LIBS 12329 ac_check_lib_save_LIBS=$LIBS
@@ -12376,7 +12357,7 @@ LIBS=$ac_check_lib_save_LIBS
12376fi 12357fi
12377{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_getloadavg_getloadavg" >&5 12358{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_getloadavg_getloadavg" >&5
12378$as_echo "$ac_cv_lib_getloadavg_getloadavg" >&6; } 12359$as_echo "$ac_cv_lib_getloadavg_getloadavg" >&6; }
12379if test "x$ac_cv_lib_getloadavg_getloadavg" = xyes; then : 12360if test "x$ac_cv_lib_getloadavg_getloadavg" = x""yes; then :
12380 LIBS="-lgetloadavg $LIBS" 12361 LIBS="-lgetloadavg $LIBS"
12381else 12362else
12382 LIBS=$ac_getloadavg_LIBS 12363 LIBS=$ac_getloadavg_LIBS
@@ -12389,7 +12370,7 @@ fi
12389for ac_func in getloadavg 12370for ac_func in getloadavg
12390do : 12371do :
12391 ac_fn_c_check_func "$LINENO" "getloadavg" "ac_cv_func_getloadavg" 12372 ac_fn_c_check_func "$LINENO" "getloadavg" "ac_cv_func_getloadavg"
12392if test "x$ac_cv_func_getloadavg" = xyes; then : 12373if test "x$ac_cv_func_getloadavg" = x""yes; then :
12393 cat >>confdefs.h <<_ACEOF 12374 cat >>confdefs.h <<_ACEOF
12394#define HAVE_GETLOADAVG 1 12375#define HAVE_GETLOADAVG 1
12395_ACEOF 12376_ACEOF
@@ -12407,14 +12388,14 @@ $as_echo "#define C_GETLOADAVG 1" >>confdefs.h
12407# Figure out what our getloadavg.c needs. 12388# Figure out what our getloadavg.c needs.
12408ac_have_func=no 12389ac_have_func=no
12409ac_fn_c_check_header_mongrel "$LINENO" "sys/dg_sys_info.h" "ac_cv_header_sys_dg_sys_info_h" "$ac_includes_default" 12390ac_fn_c_check_header_mongrel "$LINENO" "sys/dg_sys_info.h" "ac_cv_header_sys_dg_sys_info_h" "$ac_includes_default"
12410if test "x$ac_cv_header_sys_dg_sys_info_h" = xyes; then : 12391if test "x$ac_cv_header_sys_dg_sys_info_h" = x""yes; then :
12411 ac_have_func=yes 12392 ac_have_func=yes
12412 12393
12413$as_echo "#define DGUX 1" >>confdefs.h 12394$as_echo "#define DGUX 1" >>confdefs.h
12414 12395
12415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dg_sys_info in -ldgc" >&5 12396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dg_sys_info in -ldgc" >&5
12416$as_echo_n "checking for dg_sys_info in -ldgc... " >&6; } 12397$as_echo_n "checking for dg_sys_info in -ldgc... " >&6; }
12417if ${ac_cv_lib_dgc_dg_sys_info+:} false; then : 12398if test "${ac_cv_lib_dgc_dg_sys_info+set}" = set; then :
12418 $as_echo_n "(cached) " >&6 12399 $as_echo_n "(cached) " >&6
12419else 12400else
12420 ac_check_lib_save_LIBS=$LIBS 12401 ac_check_lib_save_LIBS=$LIBS
@@ -12448,7 +12429,7 @@ LIBS=$ac_check_lib_save_LIBS
12448fi 12429fi
12449{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dgc_dg_sys_info" >&5 12430{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dgc_dg_sys_info" >&5
12450$as_echo "$ac_cv_lib_dgc_dg_sys_info" >&6; } 12431$as_echo "$ac_cv_lib_dgc_dg_sys_info" >&6; }
12451if test "x$ac_cv_lib_dgc_dg_sys_info" = xyes; then : 12432if test "x$ac_cv_lib_dgc_dg_sys_info" = x""yes; then :
12452 cat >>confdefs.h <<_ACEOF 12433 cat >>confdefs.h <<_ACEOF
12453#define HAVE_LIBDGC 1 12434#define HAVE_LIBDGC 1
12454_ACEOF 12435_ACEOF
@@ -12462,7 +12443,7 @@ fi
12462 12443
12463 12444
12464ac_fn_c_check_header_mongrel "$LINENO" "locale.h" "ac_cv_header_locale_h" "$ac_includes_default" 12445ac_fn_c_check_header_mongrel "$LINENO" "locale.h" "ac_cv_header_locale_h" "$ac_includes_default"
12465if test "x$ac_cv_header_locale_h" = xyes; then : 12446if test "x$ac_cv_header_locale_h" = x""yes; then :
12466 12447
12467fi 12448fi
12468 12449
@@ -12470,7 +12451,7 @@ fi
12470for ac_func in setlocale 12451for ac_func in setlocale
12471do : 12452do :
12472 ac_fn_c_check_func "$LINENO" "setlocale" "ac_cv_func_setlocale" 12453 ac_fn_c_check_func "$LINENO" "setlocale" "ac_cv_func_setlocale"
12473if test "x$ac_cv_func_setlocale" = xyes; then : 12454if test "x$ac_cv_func_setlocale" = x""yes; then :
12474 cat >>confdefs.h <<_ACEOF 12455 cat >>confdefs.h <<_ACEOF
12475#define HAVE_SETLOCALE 1 12456#define HAVE_SETLOCALE 1
12476_ACEOF 12457_ACEOF
@@ -12482,8 +12463,7 @@ done
12482# We cannot check for <dwarf.h>, because Solaris 2 does not use dwarf (it 12463# We cannot check for <dwarf.h>, because Solaris 2 does not use dwarf (it
12483# uses stabs), but it is still SVR4. We cannot check for <elf.h> because 12464# uses stabs), but it is still SVR4. We cannot check for <elf.h> because
12484# Irix 4.0.5F has the header but not the library. 12465# Irix 4.0.5F has the header but not the library.
12485if test $ac_have_func = no && test "$ac_cv_lib_elf_elf_begin" = yes \ 12466if test $ac_have_func = no && test "$ac_cv_lib_elf_elf_begin" = yes; then
12486 && test "$ac_cv_lib_kvm_kvm_open" = yes; then
12487 ac_have_func=yes 12467 ac_have_func=yes
12488 12468
12489$as_echo "#define SVR4 1" >>confdefs.h 12469$as_echo "#define SVR4 1" >>confdefs.h
@@ -12492,7 +12472,7 @@ fi
12492 12472
12493if test $ac_have_func = no; then 12473if test $ac_have_func = no; then
12494 ac_fn_c_check_header_mongrel "$LINENO" "inq_stats/cpustats.h" "ac_cv_header_inq_stats_cpustats_h" "$ac_includes_default" 12474 ac_fn_c_check_header_mongrel "$LINENO" "inq_stats/cpustats.h" "ac_cv_header_inq_stats_cpustats_h" "$ac_includes_default"
12495if test "x$ac_cv_header_inq_stats_cpustats_h" = xyes; then : 12475if test "x$ac_cv_header_inq_stats_cpustats_h" = x""yes; then :
12496 ac_have_func=yes 12476 ac_have_func=yes
12497 12477
12498$as_echo "#define UMAX 1" >>confdefs.h 12478$as_echo "#define UMAX 1" >>confdefs.h
@@ -12507,7 +12487,7 @@ fi
12507 12487
12508if test $ac_have_func = no; then 12488if test $ac_have_func = no; then
12509 ac_fn_c_check_header_mongrel "$LINENO" "sys/cpustats.h" "ac_cv_header_sys_cpustats_h" "$ac_includes_default" 12489 ac_fn_c_check_header_mongrel "$LINENO" "sys/cpustats.h" "ac_cv_header_sys_cpustats_h" "$ac_includes_default"
12510if test "x$ac_cv_header_sys_cpustats_h" = xyes; then : 12490if test "x$ac_cv_header_sys_cpustats_h" = x""yes; then :
12511 ac_have_func=yes; $as_echo "#define UMAX 1" >>confdefs.h 12491 ac_have_func=yes; $as_echo "#define UMAX 1" >>confdefs.h
12512 12492
12513fi 12493fi
@@ -12519,7 +12499,7 @@ if test $ac_have_func = no; then
12519 for ac_header in mach/mach.h 12499 for ac_header in mach/mach.h
12520do : 12500do :
12521 ac_fn_c_check_header_mongrel "$LINENO" "mach/mach.h" "ac_cv_header_mach_mach_h" "$ac_includes_default" 12501 ac_fn_c_check_header_mongrel "$LINENO" "mach/mach.h" "ac_cv_header_mach_mach_h" "$ac_includes_default"
12522if test "x$ac_cv_header_mach_mach_h" = xyes; then : 12502if test "x$ac_cv_header_mach_mach_h" = x""yes; then :
12523 cat >>confdefs.h <<_ACEOF 12503 cat >>confdefs.h <<_ACEOF
12524#define HAVE_MACH_MACH_H 1 12504#define HAVE_MACH_MACH_H 1
12525_ACEOF 12505_ACEOF
@@ -12533,13 +12513,13 @@ fi
12533for ac_header in nlist.h 12513for ac_header in nlist.h
12534do : 12514do :
12535 ac_fn_c_check_header_mongrel "$LINENO" "nlist.h" "ac_cv_header_nlist_h" "$ac_includes_default" 12515 ac_fn_c_check_header_mongrel "$LINENO" "nlist.h" "ac_cv_header_nlist_h" "$ac_includes_default"
12536if test "x$ac_cv_header_nlist_h" = xyes; then : 12516if test "x$ac_cv_header_nlist_h" = x""yes; then :
12537 cat >>confdefs.h <<_ACEOF 12517 cat >>confdefs.h <<_ACEOF
12538#define HAVE_NLIST_H 1 12518#define HAVE_NLIST_H 1
12539_ACEOF 12519_ACEOF
12540 ac_fn_c_check_member "$LINENO" "struct nlist" "n_un.n_name" "ac_cv_member_struct_nlist_n_un_n_name" "#include <nlist.h> 12520 ac_fn_c_check_member "$LINENO" "struct nlist" "n_un.n_name" "ac_cv_member_struct_nlist_n_un_n_name" "#include <nlist.h>
12541" 12521"
12542if test "x$ac_cv_member_struct_nlist_n_un_n_name" = xyes; then : 12522if test "x$ac_cv_member_struct_nlist_n_un_n_name" = x""yes; then :
12543 12523
12544cat >>confdefs.h <<_ACEOF 12524cat >>confdefs.h <<_ACEOF
12545#define HAVE_STRUCT_NLIST_N_UN_N_NAME 1 12525#define HAVE_STRUCT_NLIST_N_UN_N_NAME 1
@@ -12562,7 +12542,7 @@ done
12562# Some definitions of getloadavg require that the program be installed setgid. 12542# Some definitions of getloadavg require that the program be installed setgid.
12563{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getloadavg requires setgid" >&5 12543{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getloadavg requires setgid" >&5
12564$as_echo_n "checking whether getloadavg requires setgid... " >&6; } 12544$as_echo_n "checking whether getloadavg requires setgid... " >&6; }
12565if ${ac_cv_func_getloadavg_setgid+:} false; then : 12545if test "${ac_cv_func_getloadavg_setgid+set}" = set; then :
12566 $as_echo_n "(cached) " >&6 12546 $as_echo_n "(cached) " >&6
12567else 12547else
12568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 12548 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -12595,7 +12575,7 @@ fi
12595if test $ac_cv_func_getloadavg_setgid = yes; then 12575if test $ac_cv_func_getloadavg_setgid = yes; then
12596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking group of /dev/kmem" >&5 12576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking group of /dev/kmem" >&5
12597$as_echo_n "checking group of /dev/kmem... " >&6; } 12577$as_echo_n "checking group of /dev/kmem... " >&6; }
12598if ${ac_cv_group_kmem+:} false; then : 12578if test "${ac_cv_group_kmem+set}" = set; then :
12599 $as_echo_n "(cached) " >&6 12579 $as_echo_n "(cached) " >&6
12600else 12580else
12601 # On Solaris, /dev/kmem is a symlink. Get info on the real file. 12581 # On Solaris, /dev/kmem is a symlink. Get info on the real file.
@@ -12623,7 +12603,7 @@ LIBS=$ac_save_LIBS
12623 12603
12624{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5 12604{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5
12625$as_echo_n "checking for _LARGEFILE_SOURCE value needed for large files... " >&6; } 12605$as_echo_n "checking for _LARGEFILE_SOURCE value needed for large files... " >&6; }
12626if ${ac_cv_sys_largefile_source+:} false; then : 12606if test "${ac_cv_sys_largefile_source+set}" = set; then :
12627 $as_echo_n "(cached) " >&6 12607 $as_echo_n "(cached) " >&6
12628else 12608else
12629 while :; do 12609 while :; do
@@ -12716,7 +12696,7 @@ fi
12716 for ac_header in getopt.h 12696 for ac_header in getopt.h
12717do : 12697do :
12718 ac_fn_c_check_header_mongrel "$LINENO" "getopt.h" "ac_cv_header_getopt_h" "$ac_includes_default" 12698 ac_fn_c_check_header_mongrel "$LINENO" "getopt.h" "ac_cv_header_getopt_h" "$ac_includes_default"
12719if test "x$ac_cv_header_getopt_h" = xyes; then : 12699if test "x$ac_cv_header_getopt_h" = x""yes; then :
12720 cat >>confdefs.h <<_ACEOF 12700 cat >>confdefs.h <<_ACEOF
12721#define HAVE_GETOPT_H 1 12701#define HAVE_GETOPT_H 1
12722_ACEOF 12702_ACEOF
@@ -12731,7 +12711,7 @@ done
12731 for ac_func in getopt_long_only 12711 for ac_func in getopt_long_only
12732do : 12712do :
12733 ac_fn_c_check_func "$LINENO" "getopt_long_only" "ac_cv_func_getopt_long_only" 12713 ac_fn_c_check_func "$LINENO" "getopt_long_only" "ac_cv_func_getopt_long_only"
12734if test "x$ac_cv_func_getopt_long_only" = xyes; then : 12714if test "x$ac_cv_func_getopt_long_only" = x""yes; then :
12735 cat >>confdefs.h <<_ACEOF 12715 cat >>confdefs.h <<_ACEOF
12736#define HAVE_GETOPT_LONG_ONLY 1 12716#define HAVE_GETOPT_LONG_ONLY 1
12737_ACEOF 12717_ACEOF
@@ -12746,7 +12726,7 @@ done
12746 if test -z "$GETOPT_H"; then 12726 if test -z "$GETOPT_H"; then
12747 ac_fn_c_check_decl "$LINENO" "optreset" "ac_cv_have_decl_optreset" "#include <getopt.h> 12727 ac_fn_c_check_decl "$LINENO" "optreset" "ac_cv_have_decl_optreset" "#include <getopt.h>
12748" 12728"
12749if test "x$ac_cv_have_decl_optreset" = xyes; then : 12729if test "x$ac_cv_have_decl_optreset" = x""yes; then :
12750 GETOPT_H=getopt.h 12730 GETOPT_H=getopt.h
12751fi 12731fi
12752 12732
@@ -12755,13 +12735,13 @@ fi
12755 if test -z "$GETOPT_H"; then 12735 if test -z "$GETOPT_H"; then
12756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working GNU getopt function" >&5 12736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working GNU getopt function" >&5
12757$as_echo_n "checking for working GNU getopt function... " >&6; } 12737$as_echo_n "checking for working GNU getopt function... " >&6; }
12758if ${gl_cv_func_gnu_getopt+:} false; then : 12738if test "${gl_cv_func_gnu_getopt+set}" = set; then :
12759 $as_echo_n "(cached) " >&6 12739 $as_echo_n "(cached) " >&6
12760else 12740else
12761 if test "$cross_compiling" = yes; then : 12741 if test "$cross_compiling" = yes; then :
12762 ac_fn_c_check_decl "$LINENO" "getopt_clip" "ac_cv_have_decl_getopt_clip" "#include <getopt.h> 12742 ac_fn_c_check_decl "$LINENO" "getopt_clip" "ac_cv_have_decl_getopt_clip" "#include <getopt.h>
12763" 12743"
12764if test "x$ac_cv_have_decl_getopt_clip" = xyes; then : 12744if test "x$ac_cv_have_decl_getopt_clip" = x""yes; then :
12765 gl_cv_func_gnu_getopt=no 12745 gl_cv_func_gnu_getopt=no
12766else 12746else
12767 gl_cv_func_gnu_getopt=yes 12747 gl_cv_func_gnu_getopt=yes
@@ -12822,7 +12802,7 @@ fi
12822 12802
12823{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getpgrp requires zero arguments" >&5 12803{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getpgrp requires zero arguments" >&5
12824$as_echo_n "checking whether getpgrp requires zero arguments... " >&6; } 12804$as_echo_n "checking whether getpgrp requires zero arguments... " >&6; }
12825if ${ac_cv_func_getpgrp_void+:} false; then : 12805if test "${ac_cv_func_getpgrp_void+set}" = set; then :
12826 $as_echo_n "(cached) " >&6 12806 $as_echo_n "(cached) " >&6
12827else 12807else
12828 # Use it with a single arg. 12808 # Use it with a single arg.
@@ -12857,7 +12837,7 @@ fi
12857for ac_func in strftime 12837for ac_func in strftime
12858do : 12838do :
12859 ac_fn_c_check_func "$LINENO" "strftime" "ac_cv_func_strftime" 12839 ac_fn_c_check_func "$LINENO" "strftime" "ac_cv_func_strftime"
12860if test "x$ac_cv_func_strftime" = xyes; then : 12840if test "x$ac_cv_func_strftime" = x""yes; then :
12861 cat >>confdefs.h <<_ACEOF 12841 cat >>confdefs.h <<_ACEOF
12862#define HAVE_STRFTIME 1 12842#define HAVE_STRFTIME 1
12863_ACEOF 12843_ACEOF
@@ -12866,7 +12846,7 @@ else
12866 # strftime is in -lintl on SCO UNIX. 12846 # strftime is in -lintl on SCO UNIX.
12867{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for strftime in -lintl" >&5 12847{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for strftime in -lintl" >&5
12868$as_echo_n "checking for strftime in -lintl... " >&6; } 12848$as_echo_n "checking for strftime in -lintl... " >&6; }
12869if ${ac_cv_lib_intl_strftime+:} false; then : 12849if test "${ac_cv_lib_intl_strftime+set}" = set; then :
12870 $as_echo_n "(cached) " >&6 12850 $as_echo_n "(cached) " >&6
12871else 12851else
12872 ac_check_lib_save_LIBS=$LIBS 12852 ac_check_lib_save_LIBS=$LIBS
@@ -12900,7 +12880,7 @@ LIBS=$ac_check_lib_save_LIBS
12900fi 12880fi
12901{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_strftime" >&5 12881{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_strftime" >&5
12902$as_echo "$ac_cv_lib_intl_strftime" >&6; } 12882$as_echo "$ac_cv_lib_intl_strftime" >&6; }
12903if test "x$ac_cv_lib_intl_strftime" = xyes; then : 12883if test "x$ac_cv_lib_intl_strftime" = x""yes; then :
12904 $as_echo "#define HAVE_STRFTIME 1" >>confdefs.h 12884 $as_echo "#define HAVE_STRFTIME 1" >>confdefs.h
12905 12885
12906LIBS="-lintl $LIBS" 12886LIBS="-lintl $LIBS"
@@ -12914,7 +12894,7 @@ done
12914for ac_func in grantpt 12894for ac_func in grantpt
12915do : 12895do :
12916 ac_fn_c_check_func "$LINENO" "grantpt" "ac_cv_func_grantpt" 12896 ac_fn_c_check_func "$LINENO" "grantpt" "ac_cv_func_grantpt"
12917if test "x$ac_cv_func_grantpt" = xyes; then : 12897if test "x$ac_cv_func_grantpt" = x""yes; then :
12918 cat >>confdefs.h <<_ACEOF 12898 cat >>confdefs.h <<_ACEOF
12919#define HAVE_GRANTPT 1 12899#define HAVE_GRANTPT 1
12920_ACEOF 12900_ACEOF
@@ -12927,7 +12907,7 @@ done
12927for ac_func in getpt 12907for ac_func in getpt
12928do : 12908do :
12929 ac_fn_c_check_func "$LINENO" "getpt" "ac_cv_func_getpt" 12909 ac_fn_c_check_func "$LINENO" "getpt" "ac_cv_func_getpt"
12930if test "x$ac_cv_func_getpt" = xyes; then : 12910if test "x$ac_cv_func_getpt" = x""yes; then :
12931 cat >>confdefs.h <<_ACEOF 12911 cat >>confdefs.h <<_ACEOF
12932#define HAVE_GETPT 1 12912#define HAVE_GETPT 1
12933_ACEOF 12913_ACEOF
@@ -12944,7 +12924,7 @@ done
12944have_tputs_et_al=true 12924have_tputs_et_al=true
12945{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tputs" >&5 12925{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tputs" >&5
12946$as_echo_n "checking for library containing tputs... " >&6; } 12926$as_echo_n "checking for library containing tputs... " >&6; }
12947if ${ac_cv_search_tputs+:} false; then : 12927if test "${ac_cv_search_tputs+set}" = set; then :
12948 $as_echo_n "(cached) " >&6 12928 $as_echo_n "(cached) " >&6
12949else 12929else
12950 ac_func_search_save_LIBS=$LIBS 12930 ac_func_search_save_LIBS=$LIBS
@@ -12978,11 +12958,11 @@ for ac_lib in '' ncurses terminfo termcap; do
12978fi 12958fi
12979rm -f core conftest.err conftest.$ac_objext \ 12959rm -f core conftest.err conftest.$ac_objext \
12980 conftest$ac_exeext 12960 conftest$ac_exeext
12981 if ${ac_cv_search_tputs+:} false; then : 12961 if test "${ac_cv_search_tputs+set}" = set; then :
12982 break 12962 break
12983fi 12963fi
12984done 12964done
12985if ${ac_cv_search_tputs+:} false; then : 12965if test "${ac_cv_search_tputs+set}" = set; then :
12986 12966
12987else 12967else
12988 ac_cv_search_tputs=no 12968 ac_cv_search_tputs=no
@@ -13041,7 +13021,7 @@ case "$opsys" in
13041 freebsd) 13021 freebsd)
13042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether FreeBSD is new enough to use terminfo" >&5 13022 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether FreeBSD is new enough to use terminfo" >&5
13043$as_echo_n "checking whether FreeBSD is new enough to use terminfo... " >&6; } 13023$as_echo_n "checking whether FreeBSD is new enough to use terminfo... " >&6; }
13044 if ${emacs_cv_freebsd_terminfo+:} false; then : 13024 if test "${emacs_cv_freebsd_terminfo+set}" = set; then :
13045 $as_echo_n "(cached) " >&6 13025 $as_echo_n "(cached) " >&6
13046else 13026else
13047 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 13027 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -13183,16 +13163,16 @@ LIBHESIOD=
13183if test "$with_hesiod" != no ; then 13163if test "$with_hesiod" != no ; then
13184 # Don't set $LIBS here -- see comments above. FIXME which comments? 13164 # Don't set $LIBS here -- see comments above. FIXME which comments?
13185 ac_fn_c_check_func "$LINENO" "res_send" "ac_cv_func_res_send" 13165 ac_fn_c_check_func "$LINENO" "res_send" "ac_cv_func_res_send"
13186if test "x$ac_cv_func_res_send" = xyes; then : 13166if test "x$ac_cv_func_res_send" = x""yes; then :
13187 13167
13188else 13168else
13189 ac_fn_c_check_func "$LINENO" "__res_send" "ac_cv_func___res_send" 13169 ac_fn_c_check_func "$LINENO" "__res_send" "ac_cv_func___res_send"
13190if test "x$ac_cv_func___res_send" = xyes; then : 13170if test "x$ac_cv_func___res_send" = x""yes; then :
13191 13171
13192else 13172else
13193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_send in -lresolv" >&5 13173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_send in -lresolv" >&5
13194$as_echo_n "checking for res_send in -lresolv... " >&6; } 13174$as_echo_n "checking for res_send in -lresolv... " >&6; }
13195if ${ac_cv_lib_resolv_res_send+:} false; then : 13175if test "${ac_cv_lib_resolv_res_send+set}" = set; then :
13196 $as_echo_n "(cached) " >&6 13176 $as_echo_n "(cached) " >&6
13197else 13177else
13198 ac_check_lib_save_LIBS=$LIBS 13178 ac_check_lib_save_LIBS=$LIBS
@@ -13226,12 +13206,12 @@ LIBS=$ac_check_lib_save_LIBS
13226fi 13206fi
13227{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_res_send" >&5 13207{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_res_send" >&5
13228$as_echo "$ac_cv_lib_resolv_res_send" >&6; } 13208$as_echo "$ac_cv_lib_resolv_res_send" >&6; }
13229if test "x$ac_cv_lib_resolv_res_send" = xyes; then : 13209if test "x$ac_cv_lib_resolv_res_send" = x""yes; then :
13230 resolv=yes 13210 resolv=yes
13231else 13211else
13232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __res_send in -lresolv" >&5 13212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __res_send in -lresolv" >&5
13233$as_echo_n "checking for __res_send in -lresolv... " >&6; } 13213$as_echo_n "checking for __res_send in -lresolv... " >&6; }
13234if ${ac_cv_lib_resolv___res_send+:} false; then : 13214if test "${ac_cv_lib_resolv___res_send+set}" = set; then :
13235 $as_echo_n "(cached) " >&6 13215 $as_echo_n "(cached) " >&6
13236else 13216else
13237 ac_check_lib_save_LIBS=$LIBS 13217 ac_check_lib_save_LIBS=$LIBS
@@ -13265,7 +13245,7 @@ LIBS=$ac_check_lib_save_LIBS
13265fi 13245fi
13266{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv___res_send" >&5 13246{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv___res_send" >&5
13267$as_echo "$ac_cv_lib_resolv___res_send" >&6; } 13247$as_echo "$ac_cv_lib_resolv___res_send" >&6; }
13268if test "x$ac_cv_lib_resolv___res_send" = xyes; then : 13248if test "x$ac_cv_lib_resolv___res_send" = x""yes; then :
13269 resolv=yes 13249 resolv=yes
13270fi 13250fi
13271 13251
@@ -13281,12 +13261,12 @@ fi
13281 RESOLVLIB= 13261 RESOLVLIB=
13282 fi 13262 fi
13283 ac_fn_c_check_func "$LINENO" "hes_getmailhost" "ac_cv_func_hes_getmailhost" 13263 ac_fn_c_check_func "$LINENO" "hes_getmailhost" "ac_cv_func_hes_getmailhost"
13284if test "x$ac_cv_func_hes_getmailhost" = xyes; then : 13264if test "x$ac_cv_func_hes_getmailhost" = x""yes; then :
13285 13265
13286else 13266else
13287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hes_getmailhost in -lhesiod" >&5 13267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hes_getmailhost in -lhesiod" >&5
13288$as_echo_n "checking for hes_getmailhost in -lhesiod... " >&6; } 13268$as_echo_n "checking for hes_getmailhost in -lhesiod... " >&6; }
13289if ${ac_cv_lib_hesiod_hes_getmailhost+:} false; then : 13269if test "${ac_cv_lib_hesiod_hes_getmailhost+set}" = set; then :
13290 $as_echo_n "(cached) " >&6 13270 $as_echo_n "(cached) " >&6
13291else 13271else
13292 ac_check_lib_save_LIBS=$LIBS 13272 ac_check_lib_save_LIBS=$LIBS
@@ -13320,7 +13300,7 @@ LIBS=$ac_check_lib_save_LIBS
13320fi 13300fi
13321{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5 13301{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5
13322$as_echo "$ac_cv_lib_hesiod_hes_getmailhost" >&6; } 13302$as_echo "$ac_cv_lib_hesiod_hes_getmailhost" >&6; }
13323if test "x$ac_cv_lib_hesiod_hes_getmailhost" = xyes; then : 13303if test "x$ac_cv_lib_hesiod_hes_getmailhost" = x""yes; then :
13324 hesiod=yes 13304 hesiod=yes
13325else 13305else
13326 : 13306 :
@@ -13359,7 +13339,7 @@ KRB4LIB=
13359if test "${with_kerberos}" != no; then 13339if test "${with_kerberos}" != no; then
13360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for com_err in -lcom_err" >&5 13340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for com_err in -lcom_err" >&5
13361$as_echo_n "checking for com_err in -lcom_err... " >&6; } 13341$as_echo_n "checking for com_err in -lcom_err... " >&6; }
13362if ${ac_cv_lib_com_err_com_err+:} false; then : 13342if test "${ac_cv_lib_com_err_com_err+set}" = set; then :
13363 $as_echo_n "(cached) " >&6 13343 $as_echo_n "(cached) " >&6
13364else 13344else
13365 ac_check_lib_save_LIBS=$LIBS 13345 ac_check_lib_save_LIBS=$LIBS
@@ -13393,7 +13373,7 @@ LIBS=$ac_check_lib_save_LIBS
13393fi 13373fi
13394{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_com_err_com_err" >&5 13374{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_com_err_com_err" >&5
13395$as_echo "$ac_cv_lib_com_err_com_err" >&6; } 13375$as_echo "$ac_cv_lib_com_err_com_err" >&6; }
13396if test "x$ac_cv_lib_com_err_com_err" = xyes; then : 13376if test "x$ac_cv_lib_com_err_com_err" = x""yes; then :
13397 have_com_err=yes 13377 have_com_err=yes
13398else 13378else
13399 have_com_err=no 13379 have_com_err=no
@@ -13408,7 +13388,7 @@ $as_echo "#define HAVE_LIBCOM_ERR 1" >>confdefs.h
13408 fi 13388 fi
13409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lcrypto" >&5 13389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lcrypto" >&5
13410$as_echo_n "checking for mit_des_cbc_encrypt in -lcrypto... " >&6; } 13390$as_echo_n "checking for mit_des_cbc_encrypt in -lcrypto... " >&6; }
13411if ${ac_cv_lib_crypto_mit_des_cbc_encrypt+:} false; then : 13391if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then :
13412 $as_echo_n "(cached) " >&6 13392 $as_echo_n "(cached) " >&6
13413else 13393else
13414 ac_check_lib_save_LIBS=$LIBS 13394 ac_check_lib_save_LIBS=$LIBS
@@ -13442,7 +13422,7 @@ LIBS=$ac_check_lib_save_LIBS
13442fi 13422fi
13443{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5 13423{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5
13444$as_echo "$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6; } 13424$as_echo "$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6; }
13445if test "x$ac_cv_lib_crypto_mit_des_cbc_encrypt" = xyes; then : 13425if test "x$ac_cv_lib_crypto_mit_des_cbc_encrypt" = x""yes; then :
13446 have_crypto=yes 13426 have_crypto=yes
13447else 13427else
13448 have_crypto=no 13428 have_crypto=no
@@ -13457,7 +13437,7 @@ $as_echo "#define HAVE_LIBCRYPTO 1" >>confdefs.h
13457 fi 13437 fi
13458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lk5crypto" >&5 13438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lk5crypto" >&5
13459$as_echo_n "checking for mit_des_cbc_encrypt in -lk5crypto... " >&6; } 13439$as_echo_n "checking for mit_des_cbc_encrypt in -lk5crypto... " >&6; }
13460if ${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+:} false; then : 13440if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then :
13461 $as_echo_n "(cached) " >&6 13441 $as_echo_n "(cached) " >&6
13462else 13442else
13463 ac_check_lib_save_LIBS=$LIBS 13443 ac_check_lib_save_LIBS=$LIBS
@@ -13491,7 +13471,7 @@ LIBS=$ac_check_lib_save_LIBS
13491fi 13471fi
13492{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5 13472{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5
13493$as_echo "$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6; } 13473$as_echo "$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6; }
13494if test "x$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" = xyes; then : 13474if test "x$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" = x""yes; then :
13495 have_k5crypto=yes 13475 have_k5crypto=yes
13496else 13476else
13497 have_k5crypto=no 13477 have_k5crypto=no
@@ -13506,7 +13486,7 @@ $as_echo "#define HAVE_LIBK5CRYPTO 1" >>confdefs.h
13506 fi 13486 fi
13507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb5_init_context in -lkrb5" >&5 13487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb5_init_context in -lkrb5" >&5
13508$as_echo_n "checking for krb5_init_context in -lkrb5... " >&6; } 13488$as_echo_n "checking for krb5_init_context in -lkrb5... " >&6; }
13509if ${ac_cv_lib_krb5_krb5_init_context+:} false; then : 13489if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then :
13510 $as_echo_n "(cached) " >&6 13490 $as_echo_n "(cached) " >&6
13511else 13491else
13512 ac_check_lib_save_LIBS=$LIBS 13492 ac_check_lib_save_LIBS=$LIBS
@@ -13540,7 +13520,7 @@ LIBS=$ac_check_lib_save_LIBS
13540fi 13520fi
13541{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb5_krb5_init_context" >&5 13521{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb5_krb5_init_context" >&5
13542$as_echo "$ac_cv_lib_krb5_krb5_init_context" >&6; } 13522$as_echo "$ac_cv_lib_krb5_krb5_init_context" >&6; }
13543if test "x$ac_cv_lib_krb5_krb5_init_context" = xyes; then : 13523if test "x$ac_cv_lib_krb5_krb5_init_context" = x""yes; then :
13544 have_krb5=yes 13524 have_krb5=yes
13545else 13525else
13546 have_krb5=no 13526 have_krb5=no
@@ -13556,7 +13536,7 @@ $as_echo "#define HAVE_LIBKRB5 1" >>confdefs.h
13556 if test "${with_kerberos5}" = no; then 13536 if test "${with_kerberos5}" = no; then
13557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes425" >&5 13537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes425" >&5
13558$as_echo_n "checking for des_cbc_encrypt in -ldes425... " >&6; } 13538$as_echo_n "checking for des_cbc_encrypt in -ldes425... " >&6; }
13559if ${ac_cv_lib_des425_des_cbc_encrypt+:} false; then : 13539if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then :
13560 $as_echo_n "(cached) " >&6 13540 $as_echo_n "(cached) " >&6
13561else 13541else
13562 ac_check_lib_save_LIBS=$LIBS 13542 ac_check_lib_save_LIBS=$LIBS
@@ -13590,7 +13570,7 @@ LIBS=$ac_check_lib_save_LIBS
13590fi 13570fi
13591{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5 13571{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5
13592$as_echo "$ac_cv_lib_des425_des_cbc_encrypt" >&6; } 13572$as_echo "$ac_cv_lib_des425_des_cbc_encrypt" >&6; }
13593if test "x$ac_cv_lib_des425_des_cbc_encrypt" = xyes; then : 13573if test "x$ac_cv_lib_des425_des_cbc_encrypt" = x""yes; then :
13594 have_des425=yes 13574 have_des425=yes
13595else 13575else
13596 have_des425=no 13576 have_des425=no
@@ -13605,7 +13585,7 @@ $as_echo "#define HAVE_LIBDES425 1" >>confdefs.h
13605 else 13585 else
13606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes" >&5 13586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes" >&5
13607$as_echo_n "checking for des_cbc_encrypt in -ldes... " >&6; } 13587$as_echo_n "checking for des_cbc_encrypt in -ldes... " >&6; }
13608if ${ac_cv_lib_des_des_cbc_encrypt+:} false; then : 13588if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then :
13609 $as_echo_n "(cached) " >&6 13589 $as_echo_n "(cached) " >&6
13610else 13590else
13611 ac_check_lib_save_LIBS=$LIBS 13591 ac_check_lib_save_LIBS=$LIBS
@@ -13639,7 +13619,7 @@ LIBS=$ac_check_lib_save_LIBS
13639fi 13619fi
13640{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des_des_cbc_encrypt" >&5 13620{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des_des_cbc_encrypt" >&5
13641$as_echo "$ac_cv_lib_des_des_cbc_encrypt" >&6; } 13621$as_echo "$ac_cv_lib_des_des_cbc_encrypt" >&6; }
13642if test "x$ac_cv_lib_des_des_cbc_encrypt" = xyes; then : 13622if test "x$ac_cv_lib_des_des_cbc_encrypt" = x""yes; then :
13643 have_des=yes 13623 have_des=yes
13644else 13624else
13645 have_des=no 13625 have_des=no
@@ -13655,7 +13635,7 @@ $as_echo "#define HAVE_LIBDES 1" >>confdefs.h
13655 fi 13635 fi
13656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb4" >&5 13636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb4" >&5
13657$as_echo_n "checking for krb_get_cred in -lkrb4... " >&6; } 13637$as_echo_n "checking for krb_get_cred in -lkrb4... " >&6; }
13658if ${ac_cv_lib_krb4_krb_get_cred+:} false; then : 13638if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then :
13659 $as_echo_n "(cached) " >&6 13639 $as_echo_n "(cached) " >&6
13660else 13640else
13661 ac_check_lib_save_LIBS=$LIBS 13641 ac_check_lib_save_LIBS=$LIBS
@@ -13689,7 +13669,7 @@ LIBS=$ac_check_lib_save_LIBS
13689fi 13669fi
13690{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb4_krb_get_cred" >&5 13670{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb4_krb_get_cred" >&5
13691$as_echo "$ac_cv_lib_krb4_krb_get_cred" >&6; } 13671$as_echo "$ac_cv_lib_krb4_krb_get_cred" >&6; }
13692if test "x$ac_cv_lib_krb4_krb_get_cred" = xyes; then : 13672if test "x$ac_cv_lib_krb4_krb_get_cred" = x""yes; then :
13693 have_krb4=yes 13673 have_krb4=yes
13694else 13674else
13695 have_krb4=no 13675 have_krb4=no
@@ -13704,7 +13684,7 @@ $as_echo "#define HAVE_LIBKRB4 1" >>confdefs.h
13704 else 13684 else
13705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb" >&5 13685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb" >&5
13706$as_echo_n "checking for krb_get_cred in -lkrb... " >&6; } 13686$as_echo_n "checking for krb_get_cred in -lkrb... " >&6; }
13707if ${ac_cv_lib_krb_krb_get_cred+:} false; then : 13687if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then :
13708 $as_echo_n "(cached) " >&6 13688 $as_echo_n "(cached) " >&6
13709else 13689else
13710 ac_check_lib_save_LIBS=$LIBS 13690 ac_check_lib_save_LIBS=$LIBS
@@ -13738,7 +13718,7 @@ LIBS=$ac_check_lib_save_LIBS
13738fi 13718fi
13739{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb_krb_get_cred" >&5 13719{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb_krb_get_cred" >&5
13740$as_echo "$ac_cv_lib_krb_krb_get_cred" >&6; } 13720$as_echo "$ac_cv_lib_krb_krb_get_cred" >&6; }
13741if test "x$ac_cv_lib_krb_krb_get_cred" = xyes; then : 13721if test "x$ac_cv_lib_krb_krb_get_cred" = x""yes; then :
13742 have_krb=yes 13722 have_krb=yes
13743else 13723else
13744 have_krb=no 13724 have_krb=no
@@ -13758,13 +13738,13 @@ $as_echo "#define HAVE_LIBKRB 1" >>confdefs.h
13758 for ac_header in krb5.h 13738 for ac_header in krb5.h
13759do : 13739do :
13760 ac_fn_c_check_header_mongrel "$LINENO" "krb5.h" "ac_cv_header_krb5_h" "$ac_includes_default" 13740 ac_fn_c_check_header_mongrel "$LINENO" "krb5.h" "ac_cv_header_krb5_h" "$ac_includes_default"
13761if test "x$ac_cv_header_krb5_h" = xyes; then : 13741if test "x$ac_cv_header_krb5_h" = x""yes; then :
13762 cat >>confdefs.h <<_ACEOF 13742 cat >>confdefs.h <<_ACEOF
13763#define HAVE_KRB5_H 1 13743#define HAVE_KRB5_H 1
13764_ACEOF 13744_ACEOF
13765 ac_fn_c_check_member "$LINENO" "krb5_error" "text" "ac_cv_member_krb5_error_text" "#include <krb5.h> 13745 ac_fn_c_check_member "$LINENO" "krb5_error" "text" "ac_cv_member_krb5_error_text" "#include <krb5.h>
13766" 13746"
13767if test "x$ac_cv_member_krb5_error_text" = xyes; then : 13747if test "x$ac_cv_member_krb5_error_text" = x""yes; then :
13768 13748
13769cat >>confdefs.h <<_ACEOF 13749cat >>confdefs.h <<_ACEOF
13770#define HAVE_KRB5_ERROR_TEXT 1 13750#define HAVE_KRB5_ERROR_TEXT 1
@@ -13774,7 +13754,7 @@ _ACEOF
13774fi 13754fi
13775ac_fn_c_check_member "$LINENO" "krb5_error" "e_text" "ac_cv_member_krb5_error_e_text" "#include <krb5.h> 13755ac_fn_c_check_member "$LINENO" "krb5_error" "e_text" "ac_cv_member_krb5_error_e_text" "#include <krb5.h>
13776" 13756"
13777if test "x$ac_cv_member_krb5_error_e_text" = xyes; then : 13757if test "x$ac_cv_member_krb5_error_e_text" = x""yes; then :
13778 13758
13779cat >>confdefs.h <<_ACEOF 13759cat >>confdefs.h <<_ACEOF
13780#define HAVE_KRB5_ERROR_E_TEXT 1 13760#define HAVE_KRB5_ERROR_E_TEXT 1
@@ -13791,7 +13771,7 @@ done
13791 for ac_header in des.h 13771 for ac_header in des.h
13792do : 13772do :
13793 ac_fn_c_check_header_mongrel "$LINENO" "des.h" "ac_cv_header_des_h" "$ac_includes_default" 13773 ac_fn_c_check_header_mongrel "$LINENO" "des.h" "ac_cv_header_des_h" "$ac_includes_default"
13794if test "x$ac_cv_header_des_h" = xyes; then : 13774if test "x$ac_cv_header_des_h" = x""yes; then :
13795 cat >>confdefs.h <<_ACEOF 13775 cat >>confdefs.h <<_ACEOF
13796#define HAVE_DES_H 1 13776#define HAVE_DES_H 1
13797_ACEOF 13777_ACEOF
@@ -13800,7 +13780,7 @@ else
13800 for ac_header in kerberosIV/des.h 13780 for ac_header in kerberosIV/des.h
13801do : 13781do :
13802 ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/des.h" "ac_cv_header_kerberosIV_des_h" "$ac_includes_default" 13782 ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/des.h" "ac_cv_header_kerberosIV_des_h" "$ac_includes_default"
13803if test "x$ac_cv_header_kerberosIV_des_h" = xyes; then : 13783if test "x$ac_cv_header_kerberosIV_des_h" = x""yes; then :
13804 cat >>confdefs.h <<_ACEOF 13784 cat >>confdefs.h <<_ACEOF
13805#define HAVE_KERBEROSIV_DES_H 1 13785#define HAVE_KERBEROSIV_DES_H 1
13806_ACEOF 13786_ACEOF
@@ -13809,7 +13789,7 @@ else
13809 for ac_header in kerberos/des.h 13789 for ac_header in kerberos/des.h
13810do : 13790do :
13811 ac_fn_c_check_header_mongrel "$LINENO" "kerberos/des.h" "ac_cv_header_kerberos_des_h" "$ac_includes_default" 13791 ac_fn_c_check_header_mongrel "$LINENO" "kerberos/des.h" "ac_cv_header_kerberos_des_h" "$ac_includes_default"
13812if test "x$ac_cv_header_kerberos_des_h" = xyes; then : 13792if test "x$ac_cv_header_kerberos_des_h" = x""yes; then :
13813 cat >>confdefs.h <<_ACEOF 13793 cat >>confdefs.h <<_ACEOF
13814#define HAVE_KERBEROS_DES_H 1 13794#define HAVE_KERBEROS_DES_H 1
13815_ACEOF 13795_ACEOF
@@ -13829,7 +13809,7 @@ done
13829 for ac_header in krb.h 13809 for ac_header in krb.h
13830do : 13810do :
13831 ac_fn_c_check_header_mongrel "$LINENO" "krb.h" "ac_cv_header_krb_h" "$ac_includes_default" 13811 ac_fn_c_check_header_mongrel "$LINENO" "krb.h" "ac_cv_header_krb_h" "$ac_includes_default"
13832if test "x$ac_cv_header_krb_h" = xyes; then : 13812if test "x$ac_cv_header_krb_h" = x""yes; then :
13833 cat >>confdefs.h <<_ACEOF 13813 cat >>confdefs.h <<_ACEOF
13834#define HAVE_KRB_H 1 13814#define HAVE_KRB_H 1
13835_ACEOF 13815_ACEOF
@@ -13838,7 +13818,7 @@ else
13838 for ac_header in kerberosIV/krb.h 13818 for ac_header in kerberosIV/krb.h
13839do : 13819do :
13840 ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/krb.h" "ac_cv_header_kerberosIV_krb_h" "$ac_includes_default" 13820 ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/krb.h" "ac_cv_header_kerberosIV_krb_h" "$ac_includes_default"
13841if test "x$ac_cv_header_kerberosIV_krb_h" = xyes; then : 13821if test "x$ac_cv_header_kerberosIV_krb_h" = x""yes; then :
13842 cat >>confdefs.h <<_ACEOF 13822 cat >>confdefs.h <<_ACEOF
13843#define HAVE_KERBEROSIV_KRB_H 1 13823#define HAVE_KERBEROSIV_KRB_H 1
13844_ACEOF 13824_ACEOF
@@ -13847,7 +13827,7 @@ else
13847 for ac_header in kerberos/krb.h 13827 for ac_header in kerberos/krb.h
13848do : 13828do :
13849 ac_fn_c_check_header_mongrel "$LINENO" "kerberos/krb.h" "ac_cv_header_kerberos_krb_h" "$ac_includes_default" 13829 ac_fn_c_check_header_mongrel "$LINENO" "kerberos/krb.h" "ac_cv_header_kerberos_krb_h" "$ac_includes_default"
13850if test "x$ac_cv_header_kerberos_krb_h" = xyes; then : 13830if test "x$ac_cv_header_kerberos_krb_h" = x""yes; then :
13851 cat >>confdefs.h <<_ACEOF 13831 cat >>confdefs.h <<_ACEOF
13852#define HAVE_KERBEROS_KRB_H 1 13832#define HAVE_KERBEROS_KRB_H 1
13853_ACEOF 13833_ACEOF
@@ -13868,7 +13848,7 @@ done
13868 for ac_header in com_err.h 13848 for ac_header in com_err.h
13869do : 13849do :
13870 ac_fn_c_check_header_mongrel "$LINENO" "com_err.h" "ac_cv_header_com_err_h" "$ac_includes_default" 13850 ac_fn_c_check_header_mongrel "$LINENO" "com_err.h" "ac_cv_header_com_err_h" "$ac_includes_default"
13871if test "x$ac_cv_header_com_err_h" = xyes; then : 13851if test "x$ac_cv_header_com_err_h" = x""yes; then :
13872 cat >>confdefs.h <<_ACEOF 13852 cat >>confdefs.h <<_ACEOF
13873#define HAVE_COM_ERR_H 1 13853#define HAVE_COM_ERR_H 1
13874_ACEOF 13854_ACEOF
@@ -13889,7 +13869,7 @@ fi
13889# to return localized messages. 13869# to return localized messages.
13890{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgettext in -lintl" >&5 13870{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgettext in -lintl" >&5
13891$as_echo_n "checking for dgettext in -lintl... " >&6; } 13871$as_echo_n "checking for dgettext in -lintl... " >&6; }
13892if ${ac_cv_lib_intl_dgettext+:} false; then : 13872if test "${ac_cv_lib_intl_dgettext+set}" = set; then :
13893 $as_echo_n "(cached) " >&6 13873 $as_echo_n "(cached) " >&6
13894else 13874else
13895 ac_check_lib_save_LIBS=$LIBS 13875 ac_check_lib_save_LIBS=$LIBS
@@ -13923,7 +13903,7 @@ LIBS=$ac_check_lib_save_LIBS
13923fi 13903fi
13924{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dgettext" >&5 13904{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dgettext" >&5
13925$as_echo "$ac_cv_lib_intl_dgettext" >&6; } 13905$as_echo "$ac_cv_lib_intl_dgettext" >&6; }
13926if test "x$ac_cv_lib_intl_dgettext" = xyes; then : 13906if test "x$ac_cv_lib_intl_dgettext" = x""yes; then :
13927 cat >>confdefs.h <<_ACEOF 13907 cat >>confdefs.h <<_ACEOF
13928#define HAVE_LIBINTL 1 13908#define HAVE_LIBINTL 1
13929_ACEOF 13909_ACEOF
@@ -13935,7 +13915,7 @@ fi
13935 13915
13936{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime caches TZ" >&5 13916{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime caches TZ" >&5
13937$as_echo_n "checking whether localtime caches TZ... " >&6; } 13917$as_echo_n "checking whether localtime caches TZ... " >&6; }
13938if ${emacs_cv_localtime_cache+:} false; then : 13918if test "${emacs_cv_localtime_cache+set}" = set; then :
13939 $as_echo_n "(cached) " >&6 13919 $as_echo_n "(cached) " >&6
13940else 13920else
13941 if test x$ac_cv_func_tzset = xyes; then 13921 if test x$ac_cv_func_tzset = xyes; then
@@ -13994,7 +13974,7 @@ if test "x$HAVE_TIMEVAL" = xyes; then
13994 for ac_func in gettimeofday 13974 for ac_func in gettimeofday
13995do : 13975do :
13996 ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday" 13976 ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday"
13997if test "x$ac_cv_func_gettimeofday" = xyes; then : 13977if test "x$ac_cv_func_gettimeofday" = x""yes; then :
13998 cat >>confdefs.h <<_ACEOF 13978 cat >>confdefs.h <<_ACEOF
13999#define HAVE_GETTIMEOFDAY 1 13979#define HAVE_GETTIMEOFDAY 1
14000_ACEOF 13980_ACEOF
@@ -14005,7 +13985,7 @@ done
14005 if test $ac_cv_func_gettimeofday = yes; then 13985 if test $ac_cv_func_gettimeofday = yes; then
14006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gettimeofday can accept two arguments" >&5 13986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gettimeofday can accept two arguments" >&5
14007$as_echo_n "checking whether gettimeofday can accept two arguments... " >&6; } 13987$as_echo_n "checking whether gettimeofday can accept two arguments... " >&6; }
14008if ${emacs_cv_gettimeofday_two_arguments+:} false; then : 13988if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then :
14009 $as_echo_n "(cached) " >&6 13989 $as_echo_n "(cached) " >&6
14010else 13990else
14011 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 13991 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -14049,7 +14029,7 @@ fi
14049 14029
14050ok_so_far=yes 14030ok_so_far=yes
14051ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket" 14031ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket"
14052if test "x$ac_cv_func_socket" = xyes; then : 14032if test "x$ac_cv_func_socket" = x""yes; then :
14053 14033
14054else 14034else
14055 ok_so_far=no 14035 ok_so_far=no
@@ -14057,7 +14037,7 @@ fi
14057 14037
14058if test $ok_so_far = yes; then 14038if test $ok_so_far = yes; then
14059 ac_fn_c_check_header_mongrel "$LINENO" "netinet/in.h" "ac_cv_header_netinet_in_h" "$ac_includes_default" 14039 ac_fn_c_check_header_mongrel "$LINENO" "netinet/in.h" "ac_cv_header_netinet_in_h" "$ac_includes_default"
14060if test "x$ac_cv_header_netinet_in_h" = xyes; then : 14040if test "x$ac_cv_header_netinet_in_h" = x""yes; then :
14061 14041
14062else 14042else
14063 ok_so_far=no 14043 ok_so_far=no
@@ -14067,7 +14047,7 @@ fi
14067fi 14047fi
14068if test $ok_so_far = yes; then 14048if test $ok_so_far = yes; then
14069 ac_fn_c_check_header_mongrel "$LINENO" "arpa/inet.h" "ac_cv_header_arpa_inet_h" "$ac_includes_default" 14049 ac_fn_c_check_header_mongrel "$LINENO" "arpa/inet.h" "ac_cv_header_arpa_inet_h" "$ac_includes_default"
14070if test "x$ac_cv_header_arpa_inet_h" = xyes; then : 14050if test "x$ac_cv_header_arpa_inet_h" = x""yes; then :
14071 14051
14072else 14052else
14073 ok_so_far=no 14053 ok_so_far=no
@@ -14101,7 +14081,7 @@ $as_echo "no" >&6; }
14101fi 14081fi
14102 14082
14103ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default" 14083ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
14104if test "x$ac_cv_type_pid_t" = xyes; then : 14084if test "x$ac_cv_type_pid_t" = x""yes; then :
14105 14085
14106else 14086else
14107 14087
@@ -14114,7 +14094,7 @@ fi
14114for ac_header in vfork.h 14094for ac_header in vfork.h
14115do : 14095do :
14116 ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default" 14096 ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default"
14117if test "x$ac_cv_header_vfork_h" = xyes; then : 14097if test "x$ac_cv_header_vfork_h" = x""yes; then :
14118 cat >>confdefs.h <<_ACEOF 14098 cat >>confdefs.h <<_ACEOF
14119#define HAVE_VFORK_H 1 14099#define HAVE_VFORK_H 1
14120_ACEOF 14100_ACEOF
@@ -14138,7 +14118,7 @@ done
14138if test "x$ac_cv_func_fork" = xyes; then 14118if test "x$ac_cv_func_fork" = xyes; then
14139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5 14119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5
14140$as_echo_n "checking for working fork... " >&6; } 14120$as_echo_n "checking for working fork... " >&6; }
14141if ${ac_cv_func_fork_works+:} false; then : 14121if test "${ac_cv_func_fork_works+set}" = set; then :
14142 $as_echo_n "(cached) " >&6 14122 $as_echo_n "(cached) " >&6
14143else 14123else
14144 if test "$cross_compiling" = yes; then : 14124 if test "$cross_compiling" = yes; then :
@@ -14191,7 +14171,7 @@ ac_cv_func_vfork_works=$ac_cv_func_vfork
14191if test "x$ac_cv_func_vfork" = xyes; then 14171if test "x$ac_cv_func_vfork" = xyes; then
14192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5 14172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5
14193$as_echo_n "checking for working vfork... " >&6; } 14173$as_echo_n "checking for working vfork... " >&6; }
14194if ${ac_cv_func_vfork_works+:} false; then : 14174if test "${ac_cv_func_vfork_works+set}" = set; then :
14195 $as_echo_n "(cached) " >&6 14175 $as_echo_n "(cached) " >&6
14196else 14176else
14197 if test "$cross_compiling" = yes; then : 14177 if test "$cross_compiling" = yes; then :
@@ -14327,7 +14307,7 @@ fi
14327 14307
14328{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5 14308{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5
14329$as_echo_n "checking for nl_langinfo and CODESET... " >&6; } 14309$as_echo_n "checking for nl_langinfo and CODESET... " >&6; }
14330if ${emacs_cv_langinfo_codeset+:} false; then : 14310if test "${emacs_cv_langinfo_codeset+set}" = set; then :
14331 $as_echo_n "(cached) " >&6 14311 $as_echo_n "(cached) " >&6
14332else 14312else
14333 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 14313 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -14359,7 +14339,7 @@ $as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h
14359fi 14339fi
14360 14340
14361ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" 14341ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
14362if test "x$ac_cv_type_size_t" = xyes; then : 14342if test "x$ac_cv_type_size_t" = x""yes; then :
14363 14343
14364cat >>confdefs.h <<_ACEOF 14344cat >>confdefs.h <<_ACEOF
14365#define HAVE_SIZE_T 1 14345#define HAVE_SIZE_T 1
@@ -14371,7 +14351,7 @@ fi
14371 14351
14372{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5 14352{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5
14373$as_echo_n "checking for mbstate_t... " >&6; } 14353$as_echo_n "checking for mbstate_t... " >&6; }
14374if ${ac_cv_type_mbstate_t+:} false; then : 14354if test "${ac_cv_type_mbstate_t+set}" = set; then :
14375 $as_echo_n "(cached) " >&6 14355 $as_echo_n "(cached) " >&6
14376else 14356else
14377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 14357 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -14407,7 +14387,7 @@ $as_echo "#define mbstate_t int" >>confdefs.h
14407 14387
14408{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C restrict keyword" >&5 14388{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C restrict keyword" >&5
14409$as_echo_n "checking for C restrict keyword... " >&6; } 14389$as_echo_n "checking for C restrict keyword... " >&6; }
14410if ${emacs_cv_c_restrict+:} false; then : 14390if test "${emacs_cv_c_restrict+set}" = set; then :
14411 $as_echo_n "(cached) " >&6 14391 $as_echo_n "(cached) " >&6
14412else 14392else
14413 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 14393 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -14461,7 +14441,7 @@ fi
14461 14441
14462{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C restricted array declarations" >&5 14442{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C restricted array declarations" >&5
14463$as_echo_n "checking for C restricted array declarations... " >&6; } 14443$as_echo_n "checking for C restricted array declarations... " >&6; }
14464if ${emacs_cv_c_restrict_arr+:} false; then : 14444if test "${emacs_cv_c_restrict_arr+set}" = set; then :
14465 $as_echo_n "(cached) " >&6 14445 $as_echo_n "(cached) " >&6
14466else 14446else
14467 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 14447 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -14915,7 +14895,7 @@ Configured for \`${canonical}'.
14915 14895
14916 Where should the build process find the source code? ${srcdir} 14896 Where should the build process find the source code? ${srcdir}
14917 What operating system and machine description files should Emacs use? 14897 What operating system and machine description files should Emacs use?
14918 \`${opsysfile}' and ${machfile:+\`${machfile}'}${machfile:-none} 14898 \`${opsysfile}' and \`${machfile:+${machfile}}${machfile:-none}'
14919 What compiler should emacs be built with? ${CC} ${CFLAGS} 14899 What compiler should emacs be built with? ${CC} ${CFLAGS}
14920 Should Emacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason} 14900 Should Emacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason}
14921 Should Emacs use a relocating allocator for buffers? ${REL_ALLOC} 14901 Should Emacs use a relocating allocator for buffers? ${REL_ALLOC}
@@ -15055,21 +15035,10 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15055 :end' >>confcache 15035 :end' >>confcache
15056if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 15036if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15057 if test -w "$cache_file"; then 15037 if test -w "$cache_file"; then
15058 if test "x$cache_file" != "x/dev/null"; then 15038 test "x$cache_file" != "x/dev/null" &&
15059 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 15039 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15060$as_echo "$as_me: updating cache $cache_file" >&6;} 15040$as_echo "$as_me: updating cache $cache_file" >&6;}
15061 if test ! -f "$cache_file" || test -h "$cache_file"; then 15041 cat confcache >$cache_file
15062 cat confcache >"$cache_file"
15063 else
15064 case $cache_file in #(
15065 */* | ?:*)
15066 mv -f confcache "$cache_file"$$ &&
15067 mv -f "$cache_file"$$ "$cache_file" ;; #(
15068 *)
15069 mv -f confcache "$cache_file" ;;
15070 esac
15071 fi
15072 fi
15073 else 15042 else
15074 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 15043 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15075$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} 15044$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
@@ -15102,7 +15071,7 @@ LTLIBOBJS=$ac_ltlibobjs
15102 15071
15103 15072
15104 15073
15105: "${CONFIG_STATUS=./config.status}" 15074: ${CONFIG_STATUS=./config.status}
15106ac_write_fail=0 15075ac_write_fail=0
15107ac_clean_files_save=$ac_clean_files 15076ac_clean_files_save=$ac_clean_files
15108ac_clean_files="$ac_clean_files $CONFIG_STATUS" 15077ac_clean_files="$ac_clean_files $CONFIG_STATUS"
@@ -15203,7 +15172,6 @@ fi
15203IFS=" "" $as_nl" 15172IFS=" "" $as_nl"
15204 15173
15205# Find who we are. Look in the path if we contain no directory separator. 15174# Find who we are. Look in the path if we contain no directory separator.
15206as_myself=
15207case $0 in #(( 15175case $0 in #((
15208 *[\\/]* ) as_myself=$0 ;; 15176 *[\\/]* ) as_myself=$0 ;;
15209 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 15177 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -15511,7 +15479,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15511# values after options handling. 15479# values after options handling.
15512ac_log=" 15480ac_log="
15513This file was extended by emacs $as_me 24.0.50, which was 15481This file was extended by emacs $as_me 24.0.50, which was
15514generated by GNU Autoconf 2.68. Invocation command line was 15482generated by GNU Autoconf 2.67. Invocation command line was
15515 15483
15516 CONFIG_FILES = $CONFIG_FILES 15484 CONFIG_FILES = $CONFIG_FILES
15517 CONFIG_HEADERS = $CONFIG_HEADERS 15485 CONFIG_HEADERS = $CONFIG_HEADERS
@@ -15577,7 +15545,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15577ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 15545ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15578ac_cs_version="\\ 15546ac_cs_version="\\
15579emacs config.status 24.0.50 15547emacs config.status 24.0.50
15580configured by $0, generated by GNU Autoconf 2.68, 15548configured by $0, generated by GNU Autoconf 2.67,
15581 with options \\"\$ac_cs_config\\" 15549 with options \\"\$ac_cs_config\\"
15582 15550
15583Copyright (C) 2010 Free Software Foundation, Inc. 15551Copyright (C) 2010 Free Software Foundation, Inc.
@@ -15740,10 +15708,9 @@ fi
15740# after its creation but before its name has been assigned to `$tmp'. 15708# after its creation but before its name has been assigned to `$tmp'.
15741$debug || 15709$debug ||
15742{ 15710{
15743 tmp= ac_tmp= 15711 tmp=
15744 trap 'exit_status=$? 15712 trap 'exit_status=$?
15745 : "${ac_tmp:=$tmp}" 15713 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15746 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
15747' 0 15714' 0
15748 trap 'as_fn_exit 1' 1 2 13 15 15715 trap 'as_fn_exit 1' 1 2 13 15
15749} 15716}
@@ -15751,13 +15718,12 @@ $debug ||
15751 15718
15752{ 15719{
15753 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 15720 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15754 test -d "$tmp" 15721 test -n "$tmp" && test -d "$tmp"
15755} || 15722} ||
15756{ 15723{
15757 tmp=./conf$$-$RANDOM 15724 tmp=./conf$$-$RANDOM
15758 (umask 077 && mkdir "$tmp") 15725 (umask 077 && mkdir "$tmp")
15759} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 15726} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
15760ac_tmp=$tmp
15761 15727
15762# Set up the scripts for CONFIG_FILES section. 15728# Set up the scripts for CONFIG_FILES section.
15763# No need to generate them if there are no CONFIG_FILES. 15729# No need to generate them if there are no CONFIG_FILES.
@@ -15796,13 +15762,13 @@ else
15796 ac_cs_awk_cr=$ac_cr 15762 ac_cs_awk_cr=$ac_cr
15797fi 15763fi
15798 15764
15799echo 'BEGIN {' >"$ac_tmp/subs1.awk" && 15765echo 'BEGIN {' >"$tmp/subs1.awk" &&
15800_ACEOF 15766_ACEOF
15801 15767
15802# Create commands to substitute file output variables. 15768# Create commands to substitute file output variables.
15803{ 15769{
15804 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" && 15770 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15805 echo 'cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&' && 15771 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15806 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' && 15772 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
15807 echo "_ACAWK" && 15773 echo "_ACAWK" &&
15808 echo "_ACEOF" 15774 echo "_ACEOF"
@@ -15835,7 +15801,7 @@ done
15835rm -f conf$$subs.sh 15801rm -f conf$$subs.sh
15836 15802
15837cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 15803cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15838cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && 15804cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15839_ACEOF 15805_ACEOF
15840sed -n ' 15806sed -n '
15841h 15807h
@@ -15883,7 +15849,7 @@ t delim
15883rm -f conf$$subs.awk 15849rm -f conf$$subs.awk
15884cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 15850cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15885_ACAWK 15851_ACAWK
15886cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && 15852cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15887 for (key in S) S_is_set[key] = 1 15853 for (key in S) S_is_set[key] = 1
15888 FS = "" 15854 FS = ""
15889 \$ac_cs_awk_pipe_init 15855 \$ac_cs_awk_pipe_init
@@ -15921,7 +15887,7 @@ if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15921 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 15887 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15922else 15888else
15923 cat 15889 cat
15924fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ 15890fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15925 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 15891 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
15926_ACEOF 15892_ACEOF
15927 15893
@@ -15955,7 +15921,7 @@ fi # test -n "$CONFIG_FILES"
15955# No need to generate them if there are no CONFIG_HEADERS. 15921# No need to generate them if there are no CONFIG_HEADERS.
15956# This happens for instance with `./config.status Makefile'. 15922# This happens for instance with `./config.status Makefile'.
15957if test -n "$CONFIG_HEADERS"; then 15923if test -n "$CONFIG_HEADERS"; then
15958cat >"$ac_tmp/defines.awk" <<\_ACAWK || 15924cat >"$tmp/defines.awk" <<\_ACAWK ||
15959BEGIN { 15925BEGIN {
15960_ACEOF 15926_ACEOF
15961 15927
@@ -15967,8 +15933,8 @@ _ACEOF
15967# handling of long lines. 15933# handling of long lines.
15968ac_delim='%!_!# ' 15934ac_delim='%!_!# '
15969for ac_last_try in false false :; do 15935for ac_last_try in false false :; do
15970 ac_tt=`sed -n "/$ac_delim/p" confdefs.h` 15936 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
15971 if test -z "$ac_tt"; then 15937 if test -z "$ac_t"; then
15972 break 15938 break
15973 elif $ac_last_try; then 15939 elif $ac_last_try; then
15974 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 15940 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
@@ -16088,7 +16054,7 @@ do
16088 for ac_f 16054 for ac_f
16089 do 16055 do
16090 case $ac_f in 16056 case $ac_f in
16091 -) ac_f="$ac_tmp/stdin";; 16057 -) ac_f="$tmp/stdin";;
16092 *) # Look for the file first in the build tree, then in the source tree 16058 *) # Look for the file first in the build tree, then in the source tree
16093 # (if the path is not absolute). The absolute path cannot be DOS-style, 16059 # (if the path is not absolute). The absolute path cannot be DOS-style,
16094 # because $ac_f cannot contain `:'. 16060 # because $ac_f cannot contain `:'.
@@ -16123,7 +16089,7 @@ $as_echo "$as_me: creating $ac_file" >&6;}
16123 esac 16089 esac
16124 16090
16125 case $ac_tag in 16091 case $ac_tag in
16126 *:-:* | *:-) cat >"$ac_tmp/stdin" \ 16092 *:-:* | *:-) cat >"$tmp/stdin" \
16127 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; 16093 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
16128 esac 16094 esac
16129 ;; 16095 ;;
@@ -16256,25 +16222,24 @@ $ac_datarootdir_hack
16256" 16222"
16257eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | 16223eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
16258if $ac_cs_awk_getline; then 16224if $ac_cs_awk_getline; then
16259 $AWK -f "$ac_tmp/subs.awk" 16225 $AWK -f "$tmp/subs.awk"
16260else 16226else
16261 $AWK -f "$ac_tmp/subs.awk" | $SHELL 16227 $AWK -f "$tmp/subs.awk" | $SHELL
16262fi \ 16228fi >$tmp/out \
16263 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 16229 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16264 16230
16265test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 16231test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16266 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && 16232 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
16267 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ 16233 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
16268 "$ac_tmp/out"`; test -z "$ac_out"; } &&
16269 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' 16234 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16270which seems to be undefined. Please make sure it is defined" >&5 16235which seems to be undefined. Please make sure it is defined" >&5
16271$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 16236$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16272which seems to be undefined. Please make sure it is defined" >&2;} 16237which seems to be undefined. Please make sure it is defined" >&2;}
16273 16238
16274 rm -f "$ac_tmp/stdin" 16239 rm -f "$tmp/stdin"
16275 case $ac_file in 16240 case $ac_file in
16276 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; 16241 -) cat "$tmp/out" && rm -f "$tmp/out";;
16277 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; 16242 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
16278 esac \ 16243 esac \
16279 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 16244 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16280 ;; 16245 ;;
@@ -16285,20 +16250,20 @@ which seems to be undefined. Please make sure it is defined" >&2;}
16285 if test x"$ac_file" != x-; then 16250 if test x"$ac_file" != x-; then
16286 { 16251 {
16287 $as_echo "/* $configure_input */" \ 16252 $as_echo "/* $configure_input */" \
16288 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" 16253 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
16289 } >"$ac_tmp/config.h" \ 16254 } >"$tmp/config.h" \
16290 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 16255 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16291 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then 16256 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
16292 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 16257 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16293$as_echo "$as_me: $ac_file is unchanged" >&6;} 16258$as_echo "$as_me: $ac_file is unchanged" >&6;}
16294 else 16259 else
16295 rm -f "$ac_file" 16260 rm -f "$ac_file"
16296 mv "$ac_tmp/config.h" "$ac_file" \ 16261 mv "$tmp/config.h" "$ac_file" \
16297 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 16262 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16298 fi 16263 fi
16299 else 16264 else
16300 $as_echo "/* $configure_input */" \ 16265 $as_echo "/* $configure_input */" \
16301 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ 16266 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
16302 || as_fn_error $? "could not create -" "$LINENO" 5 16267 || as_fn_error $? "could not create -" "$LINENO" 5
16303 fi 16268 fi
16304 ;; 16269 ;;
diff --git a/configure.in b/configure.in
index 6a57e8ca60e..c2497db3829 100644
--- a/configure.in
+++ b/configure.in
@@ -3643,7 +3643,7 @@ Configured for \`${canonical}'.
3643 3643
3644 Where should the build process find the source code? ${srcdir} 3644 Where should the build process find the source code? ${srcdir}
3645 What operating system and machine description files should Emacs use? 3645 What operating system and machine description files should Emacs use?
3646 \`${opsysfile}' and ${machfile:+\`${machfile}'}${machfile:-none} 3646 \`${opsysfile}' and \`${machfile:+${machfile}}${machfile:-none}'
3647 What compiler should emacs be built with? ${CC} ${CFLAGS} 3647 What compiler should emacs be built with? ${CC} ${CFLAGS}
3648 Should Emacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason} 3648 Should Emacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason}
3649 Should Emacs use a relocating allocator for buffers? ${REL_ALLOC} 3649 Should Emacs use a relocating allocator for buffers? ${REL_ALLOC}