aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2011-01-23 20:53:39 -0800
committerPaul Eggert2011-01-23 20:53:39 -0800
commitd6974efa708eff7adf1768aa6a792a12d7dfbb7b (patch)
treea39eba95a3448eb567453c24c84ed90461040d42
parent8ab7032073626f5153c4a42f6ecb4697efc80b8b (diff)
downloademacs-d6974efa708eff7adf1768aa6a792a12d7dfbb7b.tar.gz
emacs-d6974efa708eff7adf1768aa6a792a12d7dfbb7b.zip
Remove HAVE_RAW_DECL_CHOWN etc. from config.h
-rw-r--r--ChangeLog15
-rw-r--r--Makefile.in1
-rw-r--r--aclocal.m41
-rwxr-xr-xconfigure884
-rw-r--r--configure.in1
-rw-r--r--lib/Makefile.in4
-rw-r--r--m4/getopt.m445
-rw-r--r--m4/gnulib-common.m412
-rw-r--r--m4/warn-on-use.m445
-rw-r--r--src/config.in125
10 files changed, 492 insertions, 641 deletions
diff --git a/ChangeLog b/ChangeLog
index 76ecbd13ca5..b3b3b999dc9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
12011-01-24 Paul Eggert <eggert@cs.ucla.edu>
2
3 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
4 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
5 as it is no longer needed.
6 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
7 * configure.in: Invoke the new gnulib macro
8 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
9 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
10 * m4/getopt.m4: Sync from gnulib; this removes the need for
11 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
12 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
13 New macro, synced from gnulib.
14 * m4/warn-on-use.m4: Remove.
15
12011-01-22 Paul Eggert <eggert@cs.ucla.edu> 162011-01-22 Paul Eggert <eggert@cs.ucla.edu>
2 17
3 aclocal.m4: put this file back into repository 18 aclocal.m4: put this file back into repository
diff --git a/Makefile.in b/Makefile.in
index 4e21fc750ac..c1d13a27554 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -335,6 +335,7 @@ GNULIB_TOOL_FLAGS = \
335sync-from-gnulib: $(gnulib_srcdir) 335sync-from-gnulib: $(gnulib_srcdir)
336 cd $(srcdir) && \ 336 cd $(srcdir) && \
337 $(gnulib_srcdir)/gnulib-tool $(GNULIB_TOOL_FLAGS) $(GNULIB_MODULES) 337 $(gnulib_srcdir)/gnulib-tool $(GNULIB_TOOL_FLAGS) $(GNULIB_MODULES)
338 rm $(srcdir)/m4/warn-on-use.m4
338 cp $(gnulib_srcdir)/build-aux/texinfo.tex $(srcdir)/doc/misc 339 cp $(gnulib_srcdir)/build-aux/texinfo.tex $(srcdir)/doc/misc
339 cp \ 340 cp \
340 $(gnulib_srcdir)/build-aux/config.sub \ 341 $(gnulib_srcdir)/build-aux/config.sub \
diff --git a/aclocal.m4 b/aclocal.m4
index fb784f2fcdd..a152fd34537 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -997,5 +997,4 @@ m4_include([m4/stddef_h.m4])
997m4_include([m4/time_h.m4]) 997m4_include([m4/time_h.m4])
998m4_include([m4/time_r.m4]) 998m4_include([m4/time_r.m4])
999m4_include([m4/unistd_h.m4]) 999m4_include([m4/unistd_h.m4])
1000m4_include([m4/warn-on-use.m4])
1001m4_include([m4/wchar_t.m4]) 1000m4_include([m4/wchar_t.m4])
diff --git a/configure b/configure
index cf93c507db8..d3a0f3a9376 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.67 for emacs 24.0.50. 3# Generated by GNU Autoconf 2.68 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,6 +89,7 @@ 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=
92case $0 in #(( 93case $0 in #((
93 *[\\/]* ) as_myself=$0 ;; 94 *[\\/]* ) as_myself=$0 ;;
94 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -214,11 +215,18 @@ IFS=$as_save_IFS
214 # We cannot yet assume a decent shell, so we have to provide a 215 # We cannot yet assume a decent shell, so we have to provide a
215 # neutralization value for shells without unset; and this also 216 # neutralization value for shells without unset; and this also
216 # works around shells that cannot unset nonexistent variables. 217 # works around shells that cannot unset nonexistent variables.
218 # Preserve -v and -x to the replacement shell.
217 BASH_ENV=/dev/null 219 BASH_ENV=/dev/null
218 ENV=/dev/null 220 ENV=/dev/null
219 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 221 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
220 export CONFIG_SHELL 222 export CONFIG_SHELL
221 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 223 case $- in # ((((
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+"$@"}
222fi 230fi
223 231
224 if test x$as_have_required = xno; then : 232 if test x$as_have_required = xno; then :
@@ -1032,6 +1040,9 @@ LDFLAGS
1032LIBS 1040LIBS
1033CPPFLAGS 1041CPPFLAGS
1034CPP 1042CPP
1043CPPFLAGS
1044CPP
1045CPPFLAGS
1035XMKMF' 1046XMKMF'
1036 1047
1037 1048
@@ -1437,7 +1448,7 @@ Try \`$0 --help' for more information"
1437 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1448 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1438 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1449 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1439 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1450 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1440 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1451 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1441 ;; 1452 ;;
1442 1453
1443 esac 1454 esac
@@ -1811,7 +1822,7 @@ test -n "$ac_init_help" && exit $ac_status
1811if $ac_init_version; then 1822if $ac_init_version; then
1812 cat <<\_ACEOF 1823 cat <<\_ACEOF
1813emacs configure 24.0.50 1824emacs configure 24.0.50
1814generated by GNU Autoconf 2.67 1825generated by GNU Autoconf 2.68
1815 1826
1816Copyright (C) 2010 Free Software Foundation, Inc. 1827Copyright (C) 2010 Free Software Foundation, Inc.
1817This configure script is free software; the Free Software Foundation 1828This configure script is free software; the Free Software Foundation
@@ -1857,7 +1868,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
1857 1868
1858 ac_retval=1 1869 ac_retval=1
1859fi 1870fi
1860 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1871 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1861 as_fn_set_status $ac_retval 1872 as_fn_set_status $ac_retval
1862 1873
1863} # ac_fn_c_try_compile 1874} # ac_fn_c_try_compile
@@ -1894,7 +1905,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
1894 1905
1895 ac_retval=1 1906 ac_retval=1
1896fi 1907fi
1897 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1908 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1898 as_fn_set_status $ac_retval 1909 as_fn_set_status $ac_retval
1899 1910
1900} # ac_fn_c_try_cpp 1911} # ac_fn_c_try_cpp
@@ -1907,10 +1918,10 @@ fi
1907ac_fn_c_check_header_mongrel () 1918ac_fn_c_check_header_mongrel ()
1908{ 1919{
1909 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1920 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1910 if eval "test \"\${$3+set}\"" = set; then : 1921 if eval \${$3+:} false; then :
1911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1912$as_echo_n "checking for $2... " >&6; } 1923$as_echo_n "checking for $2... " >&6; }
1913if eval "test \"\${$3+set}\"" = set; then : 1924if eval \${$3+:} false; then :
1914 $as_echo_n "(cached) " >&6 1925 $as_echo_n "(cached) " >&6
1915fi 1926fi
1916eval ac_res=\$$3 1927eval ac_res=\$$3
@@ -1973,7 +1984,7 @@ $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1973esac 1984esac
1974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1975$as_echo_n "checking for $2... " >&6; } 1986$as_echo_n "checking for $2... " >&6; }
1976if eval "test \"\${$3+set}\"" = set; then : 1987if eval \${$3+:} false; then :
1977 $as_echo_n "(cached) " >&6 1988 $as_echo_n "(cached) " >&6
1978else 1989else
1979 eval "$3=\$ac_header_compiler" 1990 eval "$3=\$ac_header_compiler"
@@ -1982,7 +1993,7 @@ eval ac_res=\$$3
1982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1983$as_echo "$ac_res" >&6; } 1994$as_echo "$ac_res" >&6; }
1984fi 1995fi
1985 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1996 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1986 1997
1987} # ac_fn_c_check_header_mongrel 1998} # ac_fn_c_check_header_mongrel
1988 1999
@@ -2023,7 +2034,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
2023 ac_retval=$ac_status 2034 ac_retval=$ac_status
2024fi 2035fi
2025 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 2036 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2026 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2037 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2027 as_fn_set_status $ac_retval 2038 as_fn_set_status $ac_retval
2028 2039
2029} # ac_fn_c_try_run 2040} # ac_fn_c_try_run
@@ -2037,7 +2048,7 @@ ac_fn_c_check_header_compile ()
2037 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2048 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2039$as_echo_n "checking for $2... " >&6; } 2050$as_echo_n "checking for $2... " >&6; }
2040if eval "test \"\${$3+set}\"" = set; then : 2051if eval \${$3+:} false; then :
2041 $as_echo_n "(cached) " >&6 2052 $as_echo_n "(cached) " >&6
2042else 2053else
2043 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2054 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -2055,7 +2066,7 @@ fi
2055eval ac_res=\$$3 2066eval ac_res=\$$3
2056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2057$as_echo "$ac_res" >&6; } 2068$as_echo "$ac_res" >&6; }
2058 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2069 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2059 2070
2060} # ac_fn_c_check_header_compile 2071} # ac_fn_c_check_header_compile
2061 2072
@@ -2100,7 +2111,7 @@ fi
2100 # interfere with the next link command; also delete a directory that is 2111 # interfere with the next link command; also delete a directory that is
2101 # left behind by Apple's compiler. We do this before executing the actions. 2112 # left behind by Apple's compiler. We do this before executing the actions.
2102 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 2113 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2103 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2114 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2104 as_fn_set_status $ac_retval 2115 as_fn_set_status $ac_retval
2105 2116
2106} # ac_fn_c_try_link 2117} # ac_fn_c_try_link
@@ -2116,7 +2127,7 @@ ac_fn_c_check_decl ()
2116 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'` 2127 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 2128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2118$as_echo_n "checking whether $as_decl_name is declared... " >&6; } 2129$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2119if eval "test \"\${$3+set}\"" = set; then : 2130if eval \${$3+:} false; then :
2120 $as_echo_n "(cached) " >&6 2131 $as_echo_n "(cached) " >&6
2121else 2132else
2122 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2133 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -2147,7 +2158,7 @@ fi
2147eval ac_res=\$$3 2158eval ac_res=\$$3
2148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2149$as_echo "$ac_res" >&6; } 2160$as_echo "$ac_res" >&6; }
2150 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2161 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2151 2162
2152} # ac_fn_c_check_decl 2163} # ac_fn_c_check_decl
2153 2164
@@ -2159,7 +2170,7 @@ ac_fn_c_check_header_preproc ()
2159 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2170 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2161$as_echo_n "checking for $2... " >&6; } 2172$as_echo_n "checking for $2... " >&6; }
2162if eval "test \"\${$3+set}\"" = set; then : 2173if eval \${$3+:} false; then :
2163 $as_echo_n "(cached) " >&6 2174 $as_echo_n "(cached) " >&6
2164else 2175else
2165 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2176 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -2176,7 +2187,7 @@ fi
2176eval ac_res=\$$3 2187eval ac_res=\$$3
2177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2178$as_echo "$ac_res" >&6; } 2189$as_echo "$ac_res" >&6; }
2179 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2190 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2180 2191
2181} # ac_fn_c_check_header_preproc 2192} # ac_fn_c_check_header_preproc
2182 2193
@@ -2189,7 +2200,7 @@ ac_fn_c_check_member ()
2189 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2200 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5 2201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2191$as_echo_n "checking for $2.$3... " >&6; } 2202$as_echo_n "checking for $2.$3... " >&6; }
2192if eval "test \"\${$4+set}\"" = set; then : 2203if eval \${$4+:} false; then :
2193 $as_echo_n "(cached) " >&6 2204 $as_echo_n "(cached) " >&6
2194else 2205else
2195 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2206 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -2233,7 +2244,7 @@ fi
2233eval ac_res=\$$4 2244eval ac_res=\$$4
2234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2235$as_echo "$ac_res" >&6; } 2246$as_echo "$ac_res" >&6; }
2236 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2247 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2237 2248
2238} # ac_fn_c_check_member 2249} # ac_fn_c_check_member
2239 2250
@@ -2245,7 +2256,7 @@ ac_fn_c_check_func ()
2245 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2256 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2247$as_echo_n "checking for $2... " >&6; } 2258$as_echo_n "checking for $2... " >&6; }
2248if eval "test \"\${$3+set}\"" = set; then : 2259if eval \${$3+:} false; then :
2249 $as_echo_n "(cached) " >&6 2260 $as_echo_n "(cached) " >&6
2250else 2261else
2251 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2262 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -2300,7 +2311,7 @@ fi
2300eval ac_res=\$$3 2311eval ac_res=\$$3
2301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2302$as_echo "$ac_res" >&6; } 2313$as_echo "$ac_res" >&6; }
2303 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2314 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2304 2315
2305} # ac_fn_c_check_func 2316} # ac_fn_c_check_func
2306 2317
@@ -2313,7 +2324,7 @@ ac_fn_c_check_type ()
2313 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2324 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2315$as_echo_n "checking for $2... " >&6; } 2326$as_echo_n "checking for $2... " >&6; }
2316if eval "test \"\${$3+set}\"" = set; then : 2327if eval \${$3+:} false; then :
2317 $as_echo_n "(cached) " >&6 2328 $as_echo_n "(cached) " >&6
2318else 2329else
2319 eval "$3=no" 2330 eval "$3=no"
@@ -2354,7 +2365,7 @@ fi
2354eval ac_res=\$$3 2365eval ac_res=\$$3
2355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2356$as_echo "$ac_res" >&6; } 2367$as_echo "$ac_res" >&6; }
2357 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2368 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2358 2369
2359} # ac_fn_c_check_type 2370} # ac_fn_c_check_type
2360cat >config.log <<_ACEOF 2371cat >config.log <<_ACEOF
@@ -2362,7 +2373,7 @@ This file contains any messages produced by compilers while
2362running configure, to aid debugging if configure makes a mistake. 2373running configure, to aid debugging if configure makes a mistake.
2363 2374
2364It was created by emacs $as_me 24.0.50, which was 2375It was created by emacs $as_me 24.0.50, which was
2365generated by GNU Autoconf 2.67. Invocation command line was 2376generated by GNU Autoconf 2.68. Invocation command line was
2366 2377
2367 $ $0 $@ 2378 $ $0 $@
2368 2379
@@ -2620,7 +2631,7 @@ $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2620 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2631 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2621$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2632$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2622as_fn_error $? "failed to load site script $ac_site_file 2633as_fn_error $? "failed to load site script $ac_site_file
2623See \`config.log' for more details" "$LINENO" 5 ; } 2634See \`config.log' for more details" "$LINENO" 5; }
2624 fi 2635 fi
2625done 2636done
2626 2637
@@ -2768,7 +2779,7 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2768{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 2779{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2769$as_echo_n "checking for a BSD-compatible install... " >&6; } 2780$as_echo_n "checking for a BSD-compatible install... " >&6; }
2770if test -z "$INSTALL"; then 2781if test -z "$INSTALL"; then
2771if test "${ac_cv_path_install+set}" = set; then : 2782if ${ac_cv_path_install+:} false; then :
2772 $as_echo_n "(cached) " >&6 2783 $as_echo_n "(cached) " >&6
2773else 2784else
2774 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2785 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -2855,11 +2866,11 @@ am_lf='
2855' 2866'
2856case `pwd` in 2867case `pwd` in
2857 *[\\\"\#\$\&\'\`$am_lf]*) 2868 *[\\\"\#\$\&\'\`$am_lf]*)
2858 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;; 2869 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2859esac 2870esac
2860case $srcdir in 2871case $srcdir in
2861 *[\\\"\#\$\&\'\`$am_lf\ \ ]*) 2872 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2862 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;; 2873 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2863esac 2874esac
2864 2875
2865# Do `set' in a subshell so we don't clobber the current shell's 2876# Do `set' in a subshell so we don't clobber the current shell's
@@ -2945,7 +2956,7 @@ if test "$cross_compiling" != no; then
2945set dummy ${ac_tool_prefix}strip; ac_word=$2 2956set dummy ${ac_tool_prefix}strip; ac_word=$2
2946{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2957{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2947$as_echo_n "checking for $ac_word... " >&6; } 2958$as_echo_n "checking for $ac_word... " >&6; }
2948if test "${ac_cv_prog_STRIP+set}" = set; then : 2959if ${ac_cv_prog_STRIP+:} false; then :
2949 $as_echo_n "(cached) " >&6 2960 $as_echo_n "(cached) " >&6
2950else 2961else
2951 if test -n "$STRIP"; then 2962 if test -n "$STRIP"; then
@@ -2985,7 +2996,7 @@ if test -z "$ac_cv_prog_STRIP"; then
2985set dummy strip; ac_word=$2 2996set dummy strip; ac_word=$2
2986{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2997{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2987$as_echo_n "checking for $ac_word... " >&6; } 2998$as_echo_n "checking for $ac_word... " >&6; }
2988if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : 2999if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2989 $as_echo_n "(cached) " >&6 3000 $as_echo_n "(cached) " >&6
2990else 3001else
2991 if test -n "$ac_ct_STRIP"; then 3002 if test -n "$ac_ct_STRIP"; then
@@ -3038,7 +3049,7 @@ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3038{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 3049{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3039$as_echo_n "checking for a thread-safe mkdir -p... " >&6; } 3050$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3040if test -z "$MKDIR_P"; then 3051if test -z "$MKDIR_P"; then
3041 if test "${ac_cv_path_mkdir+set}" = set; then : 3052 if ${ac_cv_path_mkdir+:} false; then :
3042 $as_echo_n "(cached) " >&6 3053 $as_echo_n "(cached) " >&6
3043else 3054else
3044 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3055 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -3090,7 +3101,7 @@ do
3090set dummy $ac_prog; ac_word=$2 3101set dummy $ac_prog; ac_word=$2
3091{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3102{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3092$as_echo_n "checking for $ac_word... " >&6; } 3103$as_echo_n "checking for $ac_word... " >&6; }
3093if test "${ac_cv_prog_AWK+set}" = set; then : 3104if ${ac_cv_prog_AWK+:} false; then :
3094 $as_echo_n "(cached) " >&6 3105 $as_echo_n "(cached) " >&6
3095else 3106else
3096 if test -n "$AWK"; then 3107 if test -n "$AWK"; then
@@ -3130,7 +3141,7 @@ done
3130$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 3141$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3131set x ${MAKE-make} 3142set x ${MAKE-make}
3132ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 3143ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3133if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then : 3144if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3134 $as_echo_n "(cached) " >&6 3145 $as_echo_n "(cached) " >&6
3135else 3146else
3136 cat >conftest.make <<\_ACEOF 3147 cat >conftest.make <<\_ACEOF
@@ -3688,7 +3699,7 @@ do
3688 stringfreelist) ac_gc_check_string_free_list=1 ;; 3699 stringfreelist) ac_gc_check_string_free_list=1 ;;
3689 xmallocoverrun) ac_xmalloc_overrun=1 ;; 3700 xmallocoverrun) ac_xmalloc_overrun=1 ;;
3690 conslist) ac_gc_check_cons_list=1 ;; 3701 conslist) ac_gc_check_cons_list=1 ;;
3691 *) as_fn_error $? "unknown check category $check" "$LINENO" 5 ;; 3702 *) as_fn_error $? "unknown check category $check" "$LINENO" 5 ;;
3692 esac 3703 esac
3693done 3704done
3694IFS="$ac_save_IFS" 3705IFS="$ac_save_IFS"
@@ -3807,7 +3818,7 @@ $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3807 3818
3808{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 3819{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3809$as_echo_n "checking build system type... " >&6; } 3820$as_echo_n "checking build system type... " >&6; }
3810if test "${ac_cv_build+set}" = set; then : 3821if ${ac_cv_build+:} false; then :
3811 $as_echo_n "(cached) " >&6 3822 $as_echo_n "(cached) " >&6
3812else 3823else
3813 ac_build_alias=$build_alias 3824 ac_build_alias=$build_alias
@@ -3823,7 +3834,7 @@ fi
3823$as_echo "$ac_cv_build" >&6; } 3834$as_echo "$ac_cv_build" >&6; }
3824case $ac_cv_build in 3835case $ac_cv_build in
3825*-*-*) ;; 3836*-*-*) ;;
3826*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;; 3837*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
3827esac 3838esac
3828build=$ac_cv_build 3839build=$ac_cv_build
3829ac_save_IFS=$IFS; IFS='-' 3840ac_save_IFS=$IFS; IFS='-'
@@ -3841,7 +3852,7 @@ case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3841 3852
3842{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 3853{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3843$as_echo_n "checking host system type... " >&6; } 3854$as_echo_n "checking host system type... " >&6; }
3844if test "${ac_cv_host+set}" = set; then : 3855if ${ac_cv_host+:} false; then :
3845 $as_echo_n "(cached) " >&6 3856 $as_echo_n "(cached) " >&6
3846else 3857else
3847 if test "x$host_alias" = x; then 3858 if test "x$host_alias" = x; then
@@ -3856,7 +3867,7 @@ fi
3856$as_echo "$ac_cv_host" >&6; } 3867$as_echo "$ac_cv_host" >&6; }
3857case $ac_cv_host in 3868case $ac_cv_host in
3858*-*-*) ;; 3869*-*-*) ;;
3859*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;; 3870*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
3860esac 3871esac
3861host=$ac_cv_host 3872host=$ac_cv_host
3862ac_save_IFS=$IFS; IFS='-' 3873ac_save_IFS=$IFS; IFS='-'
@@ -4127,7 +4138,7 @@ if test -n "$ac_tool_prefix"; then
4127set dummy ${ac_tool_prefix}gcc; ac_word=$2 4138set dummy ${ac_tool_prefix}gcc; ac_word=$2
4128{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4139{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4129$as_echo_n "checking for $ac_word... " >&6; } 4140$as_echo_n "checking for $ac_word... " >&6; }
4130if test "${ac_cv_prog_CC+set}" = set; then : 4141if ${ac_cv_prog_CC+:} false; then :
4131 $as_echo_n "(cached) " >&6 4142 $as_echo_n "(cached) " >&6
4132else 4143else
4133 if test -n "$CC"; then 4144 if test -n "$CC"; then
@@ -4167,7 +4178,7 @@ if test -z "$ac_cv_prog_CC"; then
4167set dummy gcc; ac_word=$2 4178set dummy gcc; ac_word=$2
4168{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4179{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4169$as_echo_n "checking for $ac_word... " >&6; } 4180$as_echo_n "checking for $ac_word... " >&6; }
4170if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 4181if ${ac_cv_prog_ac_ct_CC+:} false; then :
4171 $as_echo_n "(cached) " >&6 4182 $as_echo_n "(cached) " >&6
4172else 4183else
4173 if test -n "$ac_ct_CC"; then 4184 if test -n "$ac_ct_CC"; then
@@ -4220,7 +4231,7 @@ if test -z "$CC"; then
4220set dummy ${ac_tool_prefix}cc; ac_word=$2 4231set dummy ${ac_tool_prefix}cc; ac_word=$2
4221{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4232{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4222$as_echo_n "checking for $ac_word... " >&6; } 4233$as_echo_n "checking for $ac_word... " >&6; }
4223if test "${ac_cv_prog_CC+set}" = set; then : 4234if ${ac_cv_prog_CC+:} false; then :
4224 $as_echo_n "(cached) " >&6 4235 $as_echo_n "(cached) " >&6
4225else 4236else
4226 if test -n "$CC"; then 4237 if test -n "$CC"; then
@@ -4260,7 +4271,7 @@ if test -z "$CC"; then
4260set dummy cc; ac_word=$2 4271set dummy cc; ac_word=$2
4261{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4272{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4262$as_echo_n "checking for $ac_word... " >&6; } 4273$as_echo_n "checking for $ac_word... " >&6; }
4263if test "${ac_cv_prog_CC+set}" = set; then : 4274if ${ac_cv_prog_CC+:} false; then :
4264 $as_echo_n "(cached) " >&6 4275 $as_echo_n "(cached) " >&6
4265else 4276else
4266 if test -n "$CC"; then 4277 if test -n "$CC"; then
@@ -4319,7 +4330,7 @@ if test -z "$CC"; then
4319set dummy $ac_tool_prefix$ac_prog; ac_word=$2 4330set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4320{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4331{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4321$as_echo_n "checking for $ac_word... " >&6; } 4332$as_echo_n "checking for $ac_word... " >&6; }
4322if test "${ac_cv_prog_CC+set}" = set; then : 4333if ${ac_cv_prog_CC+:} false; then :
4323 $as_echo_n "(cached) " >&6 4334 $as_echo_n "(cached) " >&6
4324else 4335else
4325 if test -n "$CC"; then 4336 if test -n "$CC"; then
@@ -4363,7 +4374,7 @@ do
4363set dummy $ac_prog; ac_word=$2 4374set dummy $ac_prog; ac_word=$2
4364{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4375{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4365$as_echo_n "checking for $ac_word... " >&6; } 4376$as_echo_n "checking for $ac_word... " >&6; }
4366if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 4377if ${ac_cv_prog_ac_ct_CC+:} false; then :
4367 $as_echo_n "(cached) " >&6 4378 $as_echo_n "(cached) " >&6
4368else 4379else
4369 if test -n "$ac_ct_CC"; then 4380 if test -n "$ac_ct_CC"; then
@@ -4418,7 +4429,7 @@ fi
4418test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 4429test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4419$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 4430$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4420as_fn_error $? "no acceptable C compiler found in \$PATH 4431as_fn_error $? "no acceptable C compiler found in \$PATH
4421See \`config.log' for more details" "$LINENO" 5 ; } 4432See \`config.log' for more details" "$LINENO" 5; }
4422 4433
4423# Provide some information about the compiler. 4434# Provide some information about the compiler.
4424$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 4435$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
@@ -4533,7 +4544,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
4533{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 4544{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4534$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 4545$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4535as_fn_error 77 "C compiler cannot create executables 4546as_fn_error 77 "C compiler cannot create executables
4536See \`config.log' for more details" "$LINENO" 5 ; } 4547See \`config.log' for more details" "$LINENO" 5; }
4537else 4548else
4538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 4549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4539$as_echo "yes" >&6; } 4550$as_echo "yes" >&6; }
@@ -4576,7 +4587,7 @@ else
4576 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 4587 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4577$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 4588$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4578as_fn_error $? "cannot compute suffix of executables: cannot compile and link 4589as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4579See \`config.log' for more details" "$LINENO" 5 ; } 4590See \`config.log' for more details" "$LINENO" 5; }
4580fi 4591fi
4581rm -f conftest conftest$ac_cv_exeext 4592rm -f conftest conftest$ac_cv_exeext
4582{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 4593{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
@@ -4635,7 +4646,7 @@ $as_echo "$ac_try_echo"; } >&5
4635$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 4646$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4636as_fn_error $? "cannot run C compiled programs. 4647as_fn_error $? "cannot run C compiled programs.
4637If you meant to cross compile, use \`--host'. 4648If you meant to cross compile, use \`--host'.
4638See \`config.log' for more details" "$LINENO" 5 ; } 4649See \`config.log' for more details" "$LINENO" 5; }
4639 fi 4650 fi
4640 fi 4651 fi
4641fi 4652fi
@@ -4646,7 +4657,7 @@ rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4646ac_clean_files=$ac_clean_files_save 4657ac_clean_files=$ac_clean_files_save
4647{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 4658{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4648$as_echo_n "checking for suffix of object files... " >&6; } 4659$as_echo_n "checking for suffix of object files... " >&6; }
4649if test "${ac_cv_objext+set}" = set; then : 4660if ${ac_cv_objext+:} false; then :
4650 $as_echo_n "(cached) " >&6 4661 $as_echo_n "(cached) " >&6
4651else 4662else
4652 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4663 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -4687,7 +4698,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
4687{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 4698{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4688$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 4699$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4689as_fn_error $? "cannot compute suffix of object files: cannot compile 4700as_fn_error $? "cannot compute suffix of object files: cannot compile
4690See \`config.log' for more details" "$LINENO" 5 ; } 4701See \`config.log' for more details" "$LINENO" 5; }
4691fi 4702fi
4692rm -f conftest.$ac_cv_objext conftest.$ac_ext 4703rm -f conftest.$ac_cv_objext conftest.$ac_ext
4693fi 4704fi
@@ -4697,7 +4708,7 @@ OBJEXT=$ac_cv_objext
4697ac_objext=$OBJEXT 4708ac_objext=$OBJEXT
4698{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 4709{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4699$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 4710$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4700if test "${ac_cv_c_compiler_gnu+set}" = set; then : 4711if ${ac_cv_c_compiler_gnu+:} false; then :
4701 $as_echo_n "(cached) " >&6 4712 $as_echo_n "(cached) " >&6
4702else 4713else
4703 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4714 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -4734,7 +4745,7 @@ ac_test_CFLAGS=${CFLAGS+set}
4734ac_save_CFLAGS=$CFLAGS 4745ac_save_CFLAGS=$CFLAGS
4735{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 4746{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4736$as_echo_n "checking whether $CC accepts -g... " >&6; } 4747$as_echo_n "checking whether $CC accepts -g... " >&6; }
4737if test "${ac_cv_prog_cc_g+set}" = set; then : 4748if ${ac_cv_prog_cc_g+:} false; then :
4738 $as_echo_n "(cached) " >&6 4749 $as_echo_n "(cached) " >&6
4739else 4750else
4740 ac_save_c_werror_flag=$ac_c_werror_flag 4751 ac_save_c_werror_flag=$ac_c_werror_flag
@@ -4812,7 +4823,7 @@ else
4812fi 4823fi
4813{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 4824{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4814$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 4825$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4815if test "${ac_cv_prog_cc_c89+set}" = set; then : 4826if ${ac_cv_prog_cc_c89+:} false; then :
4816 $as_echo_n "(cached) " >&6 4827 $as_echo_n "(cached) " >&6
4817else 4828else
4818 ac_cv_prog_cc_c89=no 4829 ac_cv_prog_cc_c89=no
@@ -4973,7 +4984,7 @@ depcc="$CC" am_compiler_list=
4973 4984
4974{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 4985{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4975$as_echo_n "checking dependency style of $depcc... " >&6; } 4986$as_echo_n "checking dependency style of $depcc... " >&6; }
4976if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : 4987if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4977 $as_echo_n "(cached) " >&6 4988 $as_echo_n "(cached) " >&6
4978else 4989else
4979 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then 4990 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
@@ -5105,7 +5116,7 @@ $as_echo_n "checking whether cc understands -c and -o together... " >&6; }
5105fi 5116fi
5106set dummy $CC; ac_cc=`$as_echo "$2" | 5117set dummy $CC; ac_cc=`$as_echo "$2" |
5107 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` 5118 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
5108if eval "test \"\${ac_cv_prog_cc_${ac_cc}_c_o+set}\"" = set; then : 5119if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then :
5109 $as_echo_n "(cached) " >&6 5120 $as_echo_n "(cached) " >&6
5110else 5121else
5111 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5122 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -5229,7 +5240,7 @@ if test -n "$ac_tool_prefix"; then
5229set dummy ${ac_tool_prefix}ranlib; ac_word=$2 5240set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5230{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5241{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5231$as_echo_n "checking for $ac_word... " >&6; } 5242$as_echo_n "checking for $ac_word... " >&6; }
5232if test "${ac_cv_prog_RANLIB+set}" = set; then : 5243if ${ac_cv_prog_RANLIB+:} false; then :
5233 $as_echo_n "(cached) " >&6 5244 $as_echo_n "(cached) " >&6
5234else 5245else
5235 if test -n "$RANLIB"; then 5246 if test -n "$RANLIB"; then
@@ -5269,7 +5280,7 @@ if test -z "$ac_cv_prog_RANLIB"; then
5269set dummy ranlib; ac_word=$2 5280set dummy ranlib; ac_word=$2
5270{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5281{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5271$as_echo_n "checking for $ac_word... " >&6; } 5282$as_echo_n "checking for $ac_word... " >&6; }
5272if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : 5283if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5273 $as_echo_n "(cached) " >&6 5284 $as_echo_n "(cached) " >&6
5274else 5285else
5275 if test -n "$ac_ct_RANLIB"; then 5286 if test -n "$ac_ct_RANLIB"; then
@@ -5329,7 +5340,7 @@ if test -n "$CPP" && test -d "$CPP"; then
5329 CPP= 5340 CPP=
5330fi 5341fi
5331if test -z "$CPP"; then 5342if test -z "$CPP"; then
5332 if test "${ac_cv_prog_CPP+set}" = set; then : 5343 if ${ac_cv_prog_CPP+:} false; then :
5333 $as_echo_n "(cached) " >&6 5344 $as_echo_n "(cached) " >&6
5334else 5345else
5335 # Double quotes because CPP needs to be expanded 5346 # Double quotes because CPP needs to be expanded
@@ -5445,7 +5456,7 @@ else
5445 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 5456 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5446$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 5457$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5447as_fn_error $? "C preprocessor \"$CPP\" fails sanity check 5458as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5448See \`config.log' for more details" "$LINENO" 5 ; } 5459See \`config.log' for more details" "$LINENO" 5; }
5449fi 5460fi
5450 5461
5451ac_ext=c 5462ac_ext=c
@@ -5457,7 +5468,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
5457 5468
5458{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 5469{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5459$as_echo_n "checking for grep that handles long lines and -e... " >&6; } 5470$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5460if test "${ac_cv_path_GREP+set}" = set; then : 5471if ${ac_cv_path_GREP+:} false; then :
5461 $as_echo_n "(cached) " >&6 5472 $as_echo_n "(cached) " >&6
5462else 5473else
5463 if test -z "$GREP"; then 5474 if test -z "$GREP"; then
@@ -5520,7 +5531,7 @@ $as_echo "$ac_cv_path_GREP" >&6; }
5520 5531
5521{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 5532{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5522$as_echo_n "checking for egrep... " >&6; } 5533$as_echo_n "checking for egrep... " >&6; }
5523if test "${ac_cv_path_EGREP+set}" = set; then : 5534if ${ac_cv_path_EGREP+:} false; then :
5524 $as_echo_n "(cached) " >&6 5535 $as_echo_n "(cached) " >&6
5525else 5536else
5526 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 5537 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
@@ -5587,7 +5598,7 @@ $as_echo "$ac_cv_path_EGREP" >&6; }
5587 5598
5588{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 5599{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5589$as_echo_n "checking for ANSI C header files... " >&6; } 5600$as_echo_n "checking for ANSI C header files... " >&6; }
5590if test "${ac_cv_header_stdc+set}" = set; then : 5601if ${ac_cv_header_stdc+:} false; then :
5591 $as_echo_n "(cached) " >&6 5602 $as_echo_n "(cached) " >&6
5592else 5603else
5593 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5604 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -5718,7 +5729,7 @@ done
5718 5729
5719 5730
5720 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default" 5731 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5721if test "x$ac_cv_header_minix_config_h" = x""yes; then : 5732if test "x$ac_cv_header_minix_config_h" = xyes; then :
5722 MINIX=yes 5733 MINIX=yes
5723else 5734else
5724 MINIX= 5735 MINIX=
@@ -5748,7 +5759,7 @@ $as_echo "#define _XOPEN_SOURCE 500" >>confdefs.h
5748 5759
5749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5 5760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5750$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; } 5761$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5751if test "${ac_cv_safe_to_define___extensions__+set}" = set; then : 5762if ${ac_cv_safe_to_define___extensions__+:} false; then :
5752 $as_echo_n "(cached) " >&6 5763 $as_echo_n "(cached) " >&6
5753else 5764else
5754 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5765 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -5823,7 +5834,7 @@ if test x"$GCC" != xyes && test x"$emacs_check_sunpro_c" = xyes && \
5823 test x"$CPP" = x; then 5834 test x"$CPP" = x; then
5824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using a Sun C compiler" >&5 5835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using a Sun C compiler" >&5
5825$as_echo_n "checking whether we are using a Sun C compiler... " >&6; } 5836$as_echo_n "checking whether we are using a Sun C compiler... " >&6; }
5826 if test "${emacs_cv_sunpro_c+set}" = set; then : 5837 if ${emacs_cv_sunpro_c+:} false; then :
5827 $as_echo_n "(cached) " >&6 5838 $as_echo_n "(cached) " >&6
5828else 5839else
5829 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5840 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -6022,7 +6033,7 @@ if test -n "$CPP" && test -d "$CPP"; then
6022 CPP= 6033 CPP=
6023fi 6034fi
6024if test -z "$CPP"; then 6035if test -z "$CPP"; then
6025 if test "${ac_cv_prog_CPP+set}" = set; then : 6036 if ${ac_cv_prog_CPP+:} false; then :
6026 $as_echo_n "(cached) " >&6 6037 $as_echo_n "(cached) " >&6
6027else 6038else
6028 # Double quotes because CPP needs to be expanded 6039 # Double quotes because CPP needs to be expanded
@@ -6138,7 +6149,7 @@ else
6138 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 6149 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6139$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 6150$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6140as_fn_error $? "C preprocessor \"$CPP\" fails sanity check 6151as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
6141See \`config.log' for more details" "$LINENO" 5 ; } 6152See \`config.log' for more details" "$LINENO" 5; }
6142fi 6153fi
6143 6154
6144ac_ext=c 6155ac_ext=c
@@ -6154,7 +6165,7 @@ if test "x$RANLIB" = x; then
6154set dummy ${ac_tool_prefix}ranlib; ac_word=$2 6165set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6155{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6166{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6156$as_echo_n "checking for $ac_word... " >&6; } 6167$as_echo_n "checking for $ac_word... " >&6; }
6157if test "${ac_cv_prog_RANLIB+set}" = set; then : 6168if ${ac_cv_prog_RANLIB+:} false; then :
6158 $as_echo_n "(cached) " >&6 6169 $as_echo_n "(cached) " >&6
6159else 6170else
6160 if test -n "$RANLIB"; then 6171 if test -n "$RANLIB"; then
@@ -6194,7 +6205,7 @@ if test -z "$ac_cv_prog_RANLIB"; then
6194set dummy ranlib; ac_word=$2 6205set dummy ranlib; ac_word=$2
6195{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6206{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6196$as_echo_n "checking for $ac_word... " >&6; } 6207$as_echo_n "checking for $ac_word... " >&6; }
6197if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : 6208if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6198 $as_echo_n "(cached) " >&6 6209 $as_echo_n "(cached) " >&6
6199else 6210else
6200 if test -n "$ac_ct_RANLIB"; then 6211 if test -n "$ac_ct_RANLIB"; then
@@ -6249,7 +6260,7 @@ fi
6249## is running in i386 mode, we can help them out. 6260## is running in i386 mode, we can help them out.
6250if test "$machine" = "amdx86-64"; then 6261if test "$machine" = "amdx86-64"; then
6251 ac_fn_c_check_decl "$LINENO" "i386" "ac_cv_have_decl_i386" "$ac_includes_default" 6262 ac_fn_c_check_decl "$LINENO" "i386" "ac_cv_have_decl_i386" "$ac_includes_default"
6252if test "x$ac_cv_have_decl_i386" = x""yes; then : 6263if test "x$ac_cv_have_decl_i386" = xyes; then :
6253 6264
6254fi 6265fi
6255 6266
@@ -6264,7 +6275,7 @@ fi
6264set dummy install-info; ac_word=$2 6275set dummy install-info; ac_word=$2
6265{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6276{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6266$as_echo_n "checking for $ac_word... " >&6; } 6277$as_echo_n "checking for $ac_word... " >&6; }
6267if test "${ac_cv_path_INSTALL_INFO+set}" = set; then : 6278if ${ac_cv_path_INSTALL_INFO+:} false; then :
6268 $as_echo_n "(cached) " >&6 6279 $as_echo_n "(cached) " >&6
6269else 6280else
6270 case $INSTALL_INFO in 6281 case $INSTALL_INFO in
@@ -6304,7 +6315,7 @@ fi
6304set dummy install-info; ac_word=$2 6315set dummy install-info; ac_word=$2
6305{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6316{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6306$as_echo_n "checking for $ac_word... " >&6; } 6317$as_echo_n "checking for $ac_word... " >&6; }
6307if test "${ac_cv_path_INSTALL_INFO+set}" = set; then : 6318if ${ac_cv_path_INSTALL_INFO+:} false; then :
6308 $as_echo_n "(cached) " >&6 6319 $as_echo_n "(cached) " >&6
6309else 6320else
6310 case $INSTALL_INFO in 6321 case $INSTALL_INFO in
@@ -6344,7 +6355,7 @@ fi
6344set dummy install-info; ac_word=$2 6355set dummy install-info; ac_word=$2
6345{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6356{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6346$as_echo_n "checking for $ac_word... " >&6; } 6357$as_echo_n "checking for $ac_word... " >&6; }
6347if test "${ac_cv_path_INSTALL_INFO+set}" = set; then : 6358if ${ac_cv_path_INSTALL_INFO+:} false; then :
6348 $as_echo_n "(cached) " >&6 6359 $as_echo_n "(cached) " >&6
6349else 6360else
6350 case $INSTALL_INFO in 6361 case $INSTALL_INFO in
@@ -6385,7 +6396,7 @@ fi
6385set dummy gzip; ac_word=$2 6396set dummy gzip; ac_word=$2
6386{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6397{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6387$as_echo_n "checking for $ac_word... " >&6; } 6398$as_echo_n "checking for $ac_word... " >&6; }
6388if test "${ac_cv_path_GZIP_PROG+set}" = set; then : 6399if ${ac_cv_path_GZIP_PROG+:} false; then :
6389 $as_echo_n "(cached) " >&6 6400 $as_echo_n "(cached) " >&6
6390else 6401else
6391 case $GZIP_PROG in 6402 case $GZIP_PROG in
@@ -6428,7 +6439,7 @@ fi
6428set dummy makeinfo; ac_word=$2 6439set dummy makeinfo; ac_word=$2
6429{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6440{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6430$as_echo_n "checking for $ac_word... " >&6; } 6441$as_echo_n "checking for $ac_word... " >&6; }
6431if test "${ac_cv_path_MAKEINFO+set}" = set; then : 6442if ${ac_cv_path_MAKEINFO+:} false; then :
6432 $as_echo_n "(cached) " >&6 6443 $as_echo_n "(cached) " >&6
6433else 6444else
6434 case $MAKEINFO in 6445 case $MAKEINFO in
@@ -6633,7 +6644,7 @@ esac
6633C_SWITCH_MACHINE= 6644C_SWITCH_MACHINE=
6634if test "$machine" = "alpha"; then 6645if test "$machine" = "alpha"; then
6635 ac_fn_c_check_decl "$LINENO" "__ELF__" "ac_cv_have_decl___ELF__" "$ac_includes_default" 6646 ac_fn_c_check_decl "$LINENO" "__ELF__" "ac_cv_have_decl___ELF__" "$ac_includes_default"
6636if test "x$ac_cv_have_decl___ELF__" = x""yes; then : 6647if test "x$ac_cv_have_decl___ELF__" = xyes; then :
6637 6648
6638fi 6649fi
6639 6650
@@ -6703,7 +6714,7 @@ if test "$enable_largefile" != no; then
6703 6714
6704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5 6715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6705$as_echo_n "checking for special C compiler options needed for large files... " >&6; } 6716$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6706if test "${ac_cv_sys_largefile_CC+set}" = set; then : 6717if ${ac_cv_sys_largefile_CC+:} false; then :
6707 $as_echo_n "(cached) " >&6 6718 $as_echo_n "(cached) " >&6
6708else 6719else
6709 ac_cv_sys_largefile_CC=no 6720 ac_cv_sys_largefile_CC=no
@@ -6754,7 +6765,7 @@ $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6754 6765
6755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5 6766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6756$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; } 6767$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6757if test "${ac_cv_sys_file_offset_bits+set}" = set; then : 6768if ${ac_cv_sys_file_offset_bits+:} false; then :
6758 $as_echo_n "(cached) " >&6 6769 $as_echo_n "(cached) " >&6
6759else 6770else
6760 while :; do 6771 while :; do
@@ -6823,7 +6834,7 @@ rm -rf conftest*
6823 if test $ac_cv_sys_file_offset_bits = unknown; then 6834 if test $ac_cv_sys_file_offset_bits = unknown; then
6824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5 6835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6825$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; } 6836$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6826if test "${ac_cv_sys_large_files+set}" = set; then : 6837if ${ac_cv_sys_large_files+:} false; then :
6827 $as_echo_n "(cached) " >&6 6838 $as_echo_n "(cached) " >&6
6828else 6839else
6829 while :; do 6840 while :; do
@@ -6991,7 +7002,7 @@ done
6991 # Emulation library used on NetBSD. 7002 # Emulation library used on NetBSD.
6992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5 7003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6993$as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; } 7004$as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6994if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then : 7005if ${ac_cv_lib_ossaudio__oss_ioctl+:} false; then :
6995 $as_echo_n "(cached) " >&6 7006 $as_echo_n "(cached) " >&6
6996else 7007else
6997 ac_check_lib_save_LIBS=$LIBS 7008 ac_check_lib_save_LIBS=$LIBS
@@ -7025,7 +7036,7 @@ LIBS=$ac_check_lib_save_LIBS
7025fi 7036fi
7026{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5 7037{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
7027$as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; } 7038$as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
7028if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then : 7039if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes; then :
7029 LIBSOUND=-lossaudio 7040 LIBSOUND=-lossaudio
7030else 7041else
7031 LIBSOUND= 7042 LIBSOUND=
@@ -7042,7 +7053,7 @@ fi
7042set dummy pkg-config; ac_word=$2 7053set dummy pkg-config; ac_word=$2
7043{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7054{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7044$as_echo_n "checking for $ac_word... " >&6; } 7055$as_echo_n "checking for $ac_word... " >&6; }
7045if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 7056if ${ac_cv_path_PKG_CONFIG+:} false; then :
7046 $as_echo_n "(cached) " >&6 7057 $as_echo_n "(cached) " >&6
7047else 7058else
7048 case $PKG_CONFIG in 7059 case $PKG_CONFIG in
@@ -7246,7 +7257,7 @@ fi
7246for ac_header in term.h 7257for ac_header in term.h
7247do : 7258do :
7248 ac_fn_c_check_header_preproc "$LINENO" "term.h" "ac_cv_header_term_h" 7259 ac_fn_c_check_header_preproc "$LINENO" "term.h" "ac_cv_header_term_h"
7249if test "x$ac_cv_header_term_h" = x""yes; then : 7260if test "x$ac_cv_header_term_h" = xyes; then :
7250 cat >>confdefs.h <<_ACEOF 7261 cat >>confdefs.h <<_ACEOF
7251#define HAVE_TERM_H 1 7262#define HAVE_TERM_H 1
7252_ACEOF 7263_ACEOF
@@ -7257,7 +7268,7 @@ done
7257 7268
7258{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 7269{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
7259$as_echo_n "checking for ANSI C header files... " >&6; } 7270$as_echo_n "checking for ANSI C header files... " >&6; }
7260if test "${ac_cv_header_stdc+set}" = set; then : 7271if ${ac_cv_header_stdc+:} false; then :
7261 $as_echo_n "(cached) " >&6 7272 $as_echo_n "(cached) " >&6
7262else 7273else
7263 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7274 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -7369,7 +7380,7 @@ fi
7369 7380
7370{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5 7381{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
7371$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } 7382$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
7372if test "${ac_cv_header_time+set}" = set; then : 7383if ${ac_cv_header_time+:} false; then :
7373 $as_echo_n "(cached) " >&6 7384 $as_echo_n "(cached) " >&6
7374else 7385else
7375 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7386 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -7403,7 +7414,7 @@ $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
7403fi 7414fi
7404 7415
7405ac_fn_c_check_decl "$LINENO" "sys_siglist" "ac_cv_have_decl_sys_siglist" "$ac_includes_default" 7416ac_fn_c_check_decl "$LINENO" "sys_siglist" "ac_cv_have_decl_sys_siglist" "$ac_includes_default"
7406if test "x$ac_cv_have_decl_sys_siglist" = x""yes; then : 7417if test "x$ac_cv_have_decl_sys_siglist" = xyes; then :
7407 ac_have_decl=1 7418 ac_have_decl=1
7408else 7419else
7409 ac_have_decl=0 7420 ac_have_decl=0
@@ -7416,7 +7427,7 @@ _ACEOF
7416if test $ac_cv_have_decl_sys_siglist != yes; then 7427if test $ac_cv_have_decl_sys_siglist != yes; then
7417 # For Tru64, at least: 7428 # For Tru64, at least:
7418 ac_fn_c_check_decl "$LINENO" "__sys_siglist" "ac_cv_have_decl___sys_siglist" "$ac_includes_default" 7429 ac_fn_c_check_decl "$LINENO" "__sys_siglist" "ac_cv_have_decl___sys_siglist" "$ac_includes_default"
7419if test "x$ac_cv_have_decl___sys_siglist" = x""yes; then : 7430if test "x$ac_cv_have_decl___sys_siglist" = xyes; then :
7420 ac_have_decl=1 7431 ac_have_decl=1
7421else 7432else
7422 ac_have_decl=0 7433 ac_have_decl=0
@@ -7434,7 +7445,7 @@ $as_echo "#define sys_siglist __sys_siglist" >>confdefs.h
7434fi 7445fi
7435{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5 7446{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
7436$as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; } 7447$as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
7437if test "${ac_cv_header_sys_wait_h+set}" = set; then : 7448if ${ac_cv_header_sys_wait_h+:} false; then :
7438 $as_echo_n "(cached) " >&6 7449 $as_echo_n "(cached) " >&6
7439else 7450else
7440 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -7476,7 +7487,7 @@ fi
7476 7487
7477{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct utimbuf" >&5 7488{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct utimbuf" >&5
7478$as_echo_n "checking for struct utimbuf... " >&6; } 7489$as_echo_n "checking for struct utimbuf... " >&6; }
7479if test "${emacs_cv_struct_utimbuf+set}" = set; then : 7490if ${emacs_cv_struct_utimbuf+:} false; then :
7480 $as_echo_n "(cached) " >&6 7491 $as_echo_n "(cached) " >&6
7481else 7492else
7482 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7493 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -7519,7 +7530,7 @@ fi
7519 7530
7520{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5 7531{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
7521$as_echo_n "checking return type of signal handlers... " >&6; } 7532$as_echo_n "checking return type of signal handlers... " >&6; }
7522if test "${ac_cv_type_signal+set}" = set; then : 7533if ${ac_cv_type_signal+:} false; then :
7523 $as_echo_n "(cached) " >&6 7534 $as_echo_n "(cached) " >&6
7524else 7535else
7525 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7536 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -7553,7 +7564,7 @@ _ACEOF
7553 7564
7554{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for speed_t" >&5 7565{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for speed_t" >&5
7555$as_echo_n "checking for speed_t... " >&6; } 7566$as_echo_n "checking for speed_t... " >&6; }
7556if test "${emacs_cv_speed_t+set}" = set; then : 7567if ${emacs_cv_speed_t+:} false; then :
7557 $as_echo_n "(cached) " >&6 7568 $as_echo_n "(cached) " >&6
7558else 7569else
7559 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7570 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -7584,7 +7595,7 @@ fi
7584 7595
7585{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timeval" >&5 7596{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timeval" >&5
7586$as_echo_n "checking for struct timeval... " >&6; } 7597$as_echo_n "checking for struct timeval... " >&6; }
7587if test "${emacs_cv_struct_timeval+set}" = set; then : 7598if ${emacs_cv_struct_timeval+:} false; then :
7588 $as_echo_n "(cached) " >&6 7599 $as_echo_n "(cached) " >&6
7589else 7600else
7590 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7601 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -7625,7 +7636,7 @@ fi
7625 7636
7626{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct exception" >&5 7637{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct exception" >&5
7627$as_echo_n "checking for struct exception... " >&6; } 7638$as_echo_n "checking for struct exception... " >&6; }
7628if test "${emacs_cv_struct_exception+set}" = set; then : 7639if ${emacs_cv_struct_exception+:} false; then :
7629 $as_echo_n "(cached) " >&6 7640 $as_echo_n "(cached) " >&6
7630else 7641else
7631 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7642 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -7658,7 +7669,7 @@ fi
7658for ac_header in sys/socket.h 7669for ac_header in sys/socket.h
7659do : 7670do :
7660 ac_fn_c_check_header_mongrel "$LINENO" "sys/socket.h" "ac_cv_header_sys_socket_h" "$ac_includes_default" 7671 ac_fn_c_check_header_mongrel "$LINENO" "sys/socket.h" "ac_cv_header_sys_socket_h" "$ac_includes_default"
7661if test "x$ac_cv_header_sys_socket_h" = x""yes; then : 7672if test "x$ac_cv_header_sys_socket_h" = xyes; then :
7662 cat >>confdefs.h <<_ACEOF 7673 cat >>confdefs.h <<_ACEOF
7663#define HAVE_SYS_SOCKET_H 1 7674#define HAVE_SYS_SOCKET_H 1
7664_ACEOF 7675_ACEOF
@@ -7674,7 +7685,7 @@ do :
7674#include <sys/socket.h> 7685#include <sys/socket.h>
7675#endif 7686#endif
7676" 7687"
7677if test "x$ac_cv_header_net_if_h" = x""yes; then : 7688if test "x$ac_cv_header_net_if_h" = xyes; then :
7678 cat >>confdefs.h <<_ACEOF 7689 cat >>confdefs.h <<_ACEOF
7679#define HAVE_NET_IF_H 1 7690#define HAVE_NET_IF_H 1
7680_ACEOF 7691_ACEOF
@@ -7686,7 +7697,7 @@ done
7686 7697
7687{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5 7698{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5
7688$as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; } 7699$as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; }
7689if test "${ac_cv_struct_tm+set}" = set; then : 7700if ${ac_cv_struct_tm+:} false; then :
7690 $as_echo_n "(cached) " >&6 7701 $as_echo_n "(cached) " >&6
7691else 7702else
7692 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7703 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -7723,7 +7734,7 @@ ac_fn_c_check_member "$LINENO" "struct tm" "tm_zone" "ac_cv_member_struct_tm_tm_
7723#include <$ac_cv_struct_tm> 7734#include <$ac_cv_struct_tm>
7724 7735
7725" 7736"
7726if test "x$ac_cv_member_struct_tm_tm_zone" = x""yes; then : 7737if test "x$ac_cv_member_struct_tm_tm_zone" = xyes; then :
7727 7738
7728cat >>confdefs.h <<_ACEOF 7739cat >>confdefs.h <<_ACEOF
7729#define HAVE_STRUCT_TM_TM_ZONE 1 7740#define HAVE_STRUCT_TM_TM_ZONE 1
@@ -7739,7 +7750,7 @@ $as_echo "#define HAVE_TM_ZONE 1" >>confdefs.h
7739else 7750else
7740 ac_fn_c_check_decl "$LINENO" "tzname" "ac_cv_have_decl_tzname" "#include <time.h> 7751 ac_fn_c_check_decl "$LINENO" "tzname" "ac_cv_have_decl_tzname" "#include <time.h>
7741" 7752"
7742if test "x$ac_cv_have_decl_tzname" = x""yes; then : 7753if test "x$ac_cv_have_decl_tzname" = xyes; then :
7743 ac_have_decl=1 7754 ac_have_decl=1
7744else 7755else
7745 ac_have_decl=0 7756 ac_have_decl=0
@@ -7751,7 +7762,7 @@ _ACEOF
7751 7762
7752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tzname" >&5 7763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tzname" >&5
7753$as_echo_n "checking for tzname... " >&6; } 7764$as_echo_n "checking for tzname... " >&6; }
7754if test "${ac_cv_var_tzname+set}" = set; then : 7765if ${ac_cv_var_tzname+:} false; then :
7755 $as_echo_n "(cached) " >&6 7766 $as_echo_n "(cached) " >&6
7756else 7767else
7757 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7768 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -7788,7 +7799,7 @@ fi
7788 7799
7789ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include <time.h> 7800ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include <time.h>
7790" 7801"
7791if test "x$ac_cv_member_struct_tm_tm_gmtoff" = x""yes; then : 7802if test "x$ac_cv_member_struct_tm_tm_gmtoff" = xyes; then :
7792 7803
7793$as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h 7804$as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h
7794 7805
@@ -7802,7 +7813,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_flags" "ac_cv_member_struct_i
7802#include <net/if.h> 7813#include <net/if.h>
7803#endif 7814#endif
7804" 7815"
7805if test "x$ac_cv_member_struct_ifreq_ifr_flags" = x""yes; then : 7816if test "x$ac_cv_member_struct_ifreq_ifr_flags" = xyes; then :
7806 7817
7807cat >>confdefs.h <<_ACEOF 7818cat >>confdefs.h <<_ACEOF
7808#define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 7819#define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
@@ -7818,7 +7829,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_
7818#include <net/if.h> 7829#include <net/if.h>
7819#endif 7830#endif
7820" 7831"
7821if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = x""yes; then : 7832if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes; then :
7822 7833
7823cat >>confdefs.h <<_ACEOF 7834cat >>confdefs.h <<_ACEOF
7824#define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 7835#define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
@@ -7834,7 +7845,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_netmask" "ac_cv_member_struct
7834#include <net/if.h> 7845#include <net/if.h>
7835#endif 7846#endif
7836" 7847"
7837if test "x$ac_cv_member_struct_ifreq_ifr_netmask" = x""yes; then : 7848if test "x$ac_cv_member_struct_ifreq_ifr_netmask" = xyes; then :
7838 7849
7839cat >>confdefs.h <<_ACEOF 7850cat >>confdefs.h <<_ACEOF
7840#define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 7851#define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
@@ -7850,7 +7861,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_broadaddr" "ac_cv_member_stru
7850#include <net/if.h> 7861#include <net/if.h>
7851#endif 7862#endif
7852" 7863"
7853if test "x$ac_cv_member_struct_ifreq_ifr_broadaddr" = x""yes; then : 7864if test "x$ac_cv_member_struct_ifreq_ifr_broadaddr" = xyes; then :
7854 7865
7855cat >>confdefs.h <<_ACEOF 7866cat >>confdefs.h <<_ACEOF
7856#define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 7867#define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
@@ -7866,7 +7877,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_addr" "ac_cv_member_struct_if
7866#include <net/if.h> 7877#include <net/if.h>
7867#endif 7878#endif
7868" 7879"
7869if test "x$ac_cv_member_struct_ifreq_ifr_addr" = x""yes; then : 7880if test "x$ac_cv_member_struct_ifreq_ifr_addr" = xyes; then :
7870 7881
7871cat >>confdefs.h <<_ACEOF 7882cat >>confdefs.h <<_ACEOF
7872#define HAVE_STRUCT_IFREQ_IFR_ADDR 1 7883#define HAVE_STRUCT_IFREQ_IFR_ADDR 1
@@ -7895,7 +7906,7 @@ fi
7895 7906
7896{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working volatile" >&5 7907{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working volatile" >&5
7897$as_echo_n "checking for working volatile... " >&6; } 7908$as_echo_n "checking for working volatile... " >&6; }
7898if test "${ac_cv_c_volatile+set}" = set; then : 7909if ${ac_cv_c_volatile+:} false; then :
7899 $as_echo_n "(cached) " >&6 7910 $as_echo_n "(cached) " >&6
7900else 7911else
7901 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7912 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -7929,7 +7940,7 @@ fi
7929 7940
7930{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5 7941{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
7931$as_echo_n "checking for an ANSI C-conforming const... " >&6; } 7942$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
7932if test "${ac_cv_c_const+set}" = set; then : 7943if ${ac_cv_c_const+:} false; then :
7933 $as_echo_n "(cached) " >&6 7944 $as_echo_n "(cached) " >&6
7934else 7945else
7935 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7946 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -8009,7 +8020,7 @@ fi
8009 8020
8010{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for void * support" >&5 8021{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for void * support" >&5
8011$as_echo_n "checking for void * support... " >&6; } 8022$as_echo_n "checking for void * support... " >&6; }
8012if test "${emacs_cv_void_star+set}" = set; then : 8023if ${emacs_cv_void_star+:} false; then :
8013 $as_echo_n "(cached) " >&6 8024 $as_echo_n "(cached) " >&6
8014else 8025else
8015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8026 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -8042,7 +8053,7 @@ fi
8042 8053
8043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 8054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
8044$as_echo_n "checking whether byte ordering is bigendian... " >&6; } 8055$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
8045if test "${ac_cv_c_bigendian+set}" = set; then : 8056if ${ac_cv_c_bigendian+:} false; then :
8046 $as_echo_n "(cached) " >&6 8057 $as_echo_n "(cached) " >&6
8047else 8058else
8048 ac_cv_c_bigendian=unknown 8059 ac_cv_c_bigendian=unknown
@@ -8261,13 +8272,13 @@ $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
8261 ;; #( 8272 ;; #(
8262 *) 8273 *)
8263 as_fn_error $? "unknown endianness 8274 as_fn_error $? "unknown endianness
8264 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; 8275 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
8265 esac 8276 esac
8266 8277
8267 8278
8268{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for __attribute__ ((__aligned__ (expr)))" >&5 8279{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for __attribute__ ((__aligned__ (expr)))" >&5
8269$as_echo_n "checking for __attribute__ ((__aligned__ (expr)))... " >&6; } 8280$as_echo_n "checking for __attribute__ ((__aligned__ (expr)))... " >&6; }
8270if test "${emacs_cv_attribute_aligned+set}" = set; then : 8281if ${emacs_cv_attribute_aligned+:} false; then :
8271 $as_echo_n "(cached) " >&6 8282 $as_echo_n "(cached) " >&6
8272else 8283else
8273 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8284 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -8300,7 +8311,7 @@ fi
8300$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 8311$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
8301set x ${MAKE-make} 8312set x ${MAKE-make}
8302ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 8313ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
8303if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then : 8314if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
8304 $as_echo_n "(cached) " >&6 8315 $as_echo_n "(cached) " >&6
8305else 8316else
8306 cat >conftest.make <<\_ACEOF 8317 cat >conftest.make <<\_ACEOF
@@ -8388,7 +8399,7 @@ deps_frag=$srcdir/src/$deps_frag
8388 8399
8389{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for long file names" >&5 8400{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for long file names" >&5
8390$as_echo_n "checking for long file names... " >&6; } 8401$as_echo_n "checking for long file names... " >&6; }
8391if test "${ac_cv_sys_long_file_names+set}" = set; then : 8402if ${ac_cv_sys_long_file_names+:} false; then :
8392 $as_echo_n "(cached) " >&6 8403 $as_echo_n "(cached) " >&6
8393else 8404else
8394 ac_cv_sys_long_file_names=yes 8405 ac_cv_sys_long_file_names=yes
@@ -8444,8 +8455,8 @@ if test "x$with_x" = xno; then
8444 have_x=disabled 8455 have_x=disabled
8445else 8456else
8446 case $x_includes,$x_libraries in #( 8457 case $x_includes,$x_libraries in #(
8447 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5 ;; #( 8458 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
8448 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then : 8459 *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
8449 $as_echo_n "(cached) " >&6 8460 $as_echo_n "(cached) " >&6
8450else 8461else
8451 # One or both of the vars are not set, and there is no cached value. 8462 # One or both of the vars are not set, and there is no cached value.
@@ -8728,7 +8739,7 @@ if test "${with_ns}" != no; then
8728 TEMACS_LDFLAGS2= 8739 TEMACS_LDFLAGS2=
8729 fi 8740 fi
8730 ac_fn_c_check_header_mongrel "$LINENO" "AppKit/AppKit.h" "ac_cv_header_AppKit_AppKit_h" "$ac_includes_default" 8741 ac_fn_c_check_header_mongrel "$LINENO" "AppKit/AppKit.h" "ac_cv_header_AppKit_AppKit_h" "$ac_includes_default"
8731if test "x$ac_cv_header_AppKit_AppKit_h" = x""yes; then : 8742if test "x$ac_cv_header_AppKit_AppKit_h" = xyes; then :
8732 HAVE_NS=yes 8743 HAVE_NS=yes
8733else 8744else
8734 as_fn_error $? "\`--with-ns' was specified, but the include 8745 as_fn_error $? "\`--with-ns' was specified, but the include
@@ -8810,7 +8821,7 @@ if test "$window_system" = none && test "X$with_x" != "Xno"; then
8810set dummy X; ac_word=$2 8821set dummy X; ac_word=$2
8811{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 8822{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8812$as_echo_n "checking for $ac_word... " >&6; } 8823$as_echo_n "checking for $ac_word... " >&6; }
8813if test "${ac_cv_prog_HAVE_XSERVER+set}" = set; then : 8824if ${ac_cv_prog_HAVE_XSERVER+:} false; then :
8814 $as_echo_n "(cached) " >&6 8825 $as_echo_n "(cached) " >&6
8815else 8826else
8816 if test -n "$HAVE_XSERVER"; then 8827 if test -n "$HAVE_XSERVER"; then
@@ -8869,14 +8880,14 @@ esac
8869GNU_MALLOC=yes 8880GNU_MALLOC=yes
8870doug_lea_malloc=yes 8881doug_lea_malloc=yes
8871ac_fn_c_check_func "$LINENO" "malloc_get_state" "ac_cv_func_malloc_get_state" 8882ac_fn_c_check_func "$LINENO" "malloc_get_state" "ac_cv_func_malloc_get_state"
8872if test "x$ac_cv_func_malloc_get_state" = x""yes; then : 8883if test "x$ac_cv_func_malloc_get_state" = xyes; then :
8873 8884
8874else 8885else
8875 doug_lea_malloc=no 8886 doug_lea_malloc=no
8876fi 8887fi
8877 8888
8878ac_fn_c_check_func "$LINENO" "malloc_set_state" "ac_cv_func_malloc_set_state" 8889ac_fn_c_check_func "$LINENO" "malloc_set_state" "ac_cv_func_malloc_set_state"
8879if test "x$ac_cv_func_malloc_set_state" = x""yes; then : 8890if test "x$ac_cv_func_malloc_set_state" = xyes; then :
8880 8891
8881else 8892else
8882 doug_lea_malloc=no 8893 doug_lea_malloc=no
@@ -8884,7 +8895,7 @@ fi
8884 8895
8885{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __after_morecore_hook exists" >&5 8896{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __after_morecore_hook exists" >&5
8886$as_echo_n "checking whether __after_morecore_hook exists... " >&6; } 8897$as_echo_n "checking whether __after_morecore_hook exists... " >&6; }
8887if test "${emacs_cv_var___after_morecore_hook+set}" = set; then : 8898if ${emacs_cv_var___after_morecore_hook+:} false; then :
8888 $as_echo_n "(cached) " >&6 8899 $as_echo_n "(cached) " >&6
8889else 8900else
8890 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8901 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -8989,7 +9000,7 @@ done
8989for ac_func in getpagesize 9000for ac_func in getpagesize
8990do : 9001do :
8991 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize" 9002 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
8992if test "x$ac_cv_func_getpagesize" = x""yes; then : 9003if test "x$ac_cv_func_getpagesize" = xyes; then :
8993 cat >>confdefs.h <<_ACEOF 9004 cat >>confdefs.h <<_ACEOF
8994#define HAVE_GETPAGESIZE 1 9005#define HAVE_GETPAGESIZE 1
8995_ACEOF 9006_ACEOF
@@ -8999,7 +9010,7 @@ done
8999 9010
9000{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5 9011{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
9001$as_echo_n "checking for working mmap... " >&6; } 9012$as_echo_n "checking for working mmap... " >&6; }
9002if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then : 9013if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
9003 $as_echo_n "(cached) " >&6 9014 $as_echo_n "(cached) " >&6
9004else 9015else
9005 if test "$cross_compiling" = yes; then : 9016 if test "$cross_compiling" = yes; then :
@@ -9174,7 +9185,7 @@ LIBS="$LIBS_SYSTEM $LIBS"
9174 9185
9175{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5 9186{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9176$as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; } 9187$as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9177if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then : 9188if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then :
9178 $as_echo_n "(cached) " >&6 9189 $as_echo_n "(cached) " >&6
9179else 9190else
9180 ac_check_lib_save_LIBS=$LIBS 9191 ac_check_lib_save_LIBS=$LIBS
@@ -9208,7 +9219,7 @@ LIBS=$ac_check_lib_save_LIBS
9208fi 9219fi
9209{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 9220{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9210$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; } 9221$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9211if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then : 9222if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then :
9212 cat >>confdefs.h <<_ACEOF 9223 cat >>confdefs.h <<_ACEOF
9213#define HAVE_LIBDNET 1 9224#define HAVE_LIBDNET 1
9214_ACEOF 9225_ACEOF
@@ -9220,7 +9231,7 @@ fi
9220 9231
9221{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lXbsd" >&5 9232{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lXbsd" >&5
9222$as_echo_n "checking for main in -lXbsd... " >&6; } 9233$as_echo_n "checking for main in -lXbsd... " >&6; }
9223if test "${ac_cv_lib_Xbsd_main+set}" = set; then : 9234if ${ac_cv_lib_Xbsd_main+:} false; then :
9224 $as_echo_n "(cached) " >&6 9235 $as_echo_n "(cached) " >&6
9225else 9236else
9226 ac_check_lib_save_LIBS=$LIBS 9237 ac_check_lib_save_LIBS=$LIBS
@@ -9248,14 +9259,14 @@ LIBS=$ac_check_lib_save_LIBS
9248fi 9259fi
9249{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xbsd_main" >&5 9260{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xbsd_main" >&5
9250$as_echo "$ac_cv_lib_Xbsd_main" >&6; } 9261$as_echo "$ac_cv_lib_Xbsd_main" >&6; }
9251if test "x$ac_cv_lib_Xbsd_main" = x""yes; then : 9262if test "x$ac_cv_lib_Xbsd_main" = xyes; then :
9252 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd" 9263 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd"
9253fi 9264fi
9254 9265
9255 9266
9256{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for cma_open in -lpthreads" >&5 9267{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for cma_open in -lpthreads" >&5
9257$as_echo_n "checking for cma_open in -lpthreads... " >&6; } 9268$as_echo_n "checking for cma_open in -lpthreads... " >&6; }
9258if test "${ac_cv_lib_pthreads_cma_open+set}" = set; then : 9269if ${ac_cv_lib_pthreads_cma_open+:} false; then :
9259 $as_echo_n "(cached) " >&6 9270 $as_echo_n "(cached) " >&6
9260else 9271else
9261 ac_check_lib_save_LIBS=$LIBS 9272 ac_check_lib_save_LIBS=$LIBS
@@ -9289,7 +9300,7 @@ LIBS=$ac_check_lib_save_LIBS
9289fi 9300fi
9290{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthreads_cma_open" >&5 9301{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthreads_cma_open" >&5
9291$as_echo "$ac_cv_lib_pthreads_cma_open" >&6; } 9302$as_echo "$ac_cv_lib_pthreads_cma_open" >&6; }
9292if test "x$ac_cv_lib_pthreads_cma_open" = x""yes; then : 9303if test "x$ac_cv_lib_pthreads_cma_open" = xyes; then :
9293 cat >>confdefs.h <<_ACEOF 9304 cat >>confdefs.h <<_ACEOF
9294#define HAVE_LIBPTHREADS 1 9305#define HAVE_LIBPTHREADS 1
9295_ACEOF 9306_ACEOF
@@ -9316,7 +9327,7 @@ case ${host_os} in
9316aix*) 9327aix*)
9317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -bbigtoc option" >&5 9328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -bbigtoc option" >&5
9318$as_echo_n "checking for -bbigtoc option... " >&6; } 9329$as_echo_n "checking for -bbigtoc option... " >&6; }
9319if test "${gdb_cv_bigtoc+set}" = set; then : 9330if ${gdb_cv_bigtoc+:} false; then :
9320 $as_echo_n "(cached) " >&6 9331 $as_echo_n "(cached) " >&6
9321else 9332else
9322 9333
@@ -9490,7 +9501,7 @@ fi
9490if test "${window_system}" = "x11"; then 9501if test "${window_system}" = "x11"; then
9491 { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 version 6" >&5 9502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 version 6" >&5
9492$as_echo_n "checking X11 version 6... " >&6; } 9503$as_echo_n "checking X11 version 6... " >&6; }
9493 if test "${emacs_cv_x11_version_6+set}" = set; then : 9504 if ${emacs_cv_x11_version_6+:} false; then :
9494 $as_echo_n "(cached) " >&6 9505 $as_echo_n "(cached) " >&6
9495else 9506else
9496 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 9507 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -9555,7 +9566,7 @@ if test "${HAVE_X11}" = "yes" || test "${NS_IMPL_GNUSTEP}" = "yes"; then
9555set dummy pkg-config; ac_word=$2 9566set dummy pkg-config; ac_word=$2
9556{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 9567{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9557$as_echo_n "checking for $ac_word... " >&6; } 9568$as_echo_n "checking for $ac_word... " >&6; }
9558if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 9569if ${ac_cv_path_PKG_CONFIG+:} false; then :
9559 $as_echo_n "(cached) " >&6 9570 $as_echo_n "(cached) " >&6
9560else 9571else
9561 case $PKG_CONFIG in 9572 case $PKG_CONFIG in
@@ -9666,7 +9677,7 @@ if test "${HAVE_X11}" = "yes"; then
9666set dummy pkg-config; ac_word=$2 9677set dummy pkg-config; ac_word=$2
9667{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 9678{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9668$as_echo_n "checking for $ac_word... " >&6; } 9679$as_echo_n "checking for $ac_word... " >&6; }
9669if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 9680if ${ac_cv_path_PKG_CONFIG+:} false; then :
9670 $as_echo_n "(cached) " >&6 9681 $as_echo_n "(cached) " >&6
9671else 9682else
9672 case $PKG_CONFIG in 9683 case $PKG_CONFIG in
@@ -9765,7 +9776,7 @@ $as_echo "#define HAVE_IMAGEMAGICK 1" >>confdefs.h
9765 for ac_func in MagickExportImagePixels 9776 for ac_func in MagickExportImagePixels
9766do : 9777do :
9767 ac_fn_c_check_func "$LINENO" "MagickExportImagePixels" "ac_cv_func_MagickExportImagePixels" 9778 ac_fn_c_check_func "$LINENO" "MagickExportImagePixels" "ac_cv_func_MagickExportImagePixels"
9768if test "x$ac_cv_func_MagickExportImagePixels" = x""yes; then : 9779if test "x$ac_cv_func_MagickExportImagePixels" = xyes; then :
9769 cat >>confdefs.h <<_ACEOF 9780 cat >>confdefs.h <<_ACEOF
9770#define HAVE_MAGICKEXPORTIMAGEPIXELS 1 9781#define HAVE_MAGICKEXPORTIMAGEPIXELS 1
9771_ACEOF 9782_ACEOF
@@ -9791,7 +9802,7 @@ if test "${with_gtk3}" = "yes"; then
9791set dummy pkg-config; ac_word=$2 9802set dummy pkg-config; ac_word=$2
9792{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 9803{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9793$as_echo_n "checking for $ac_word... " >&6; } 9804$as_echo_n "checking for $ac_word... " >&6; }
9794if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 9805if ${ac_cv_path_PKG_CONFIG+:} false; then :
9795 $as_echo_n "(cached) " >&6 9806 $as_echo_n "(cached) " >&6
9796else 9807else
9797 case $PKG_CONFIG in 9808 case $PKG_CONFIG in
@@ -9897,7 +9908,7 @@ if test "${with_gtk}" = "yes" || test "$USE_X_TOOLKIT" = "maybe"; then
9897set dummy pkg-config; ac_word=$2 9908set dummy pkg-config; ac_word=$2
9898{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 9909{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9899$as_echo_n "checking for $ac_word... " >&6; } 9910$as_echo_n "checking for $ac_word... " >&6; }
9900if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 9911if ${ac_cv_path_PKG_CONFIG+:} false; then :
9901 $as_echo_n "(cached) " >&6 9912 $as_echo_n "(cached) " >&6
9902else 9913else
9903 case $PKG_CONFIG in 9914 case $PKG_CONFIG in
@@ -10002,7 +10013,7 @@ if test x"$pkg_check_gtk" = xyes; then
10002 for ac_func in gtk_main 10013 for ac_func in gtk_main
10003do : 10014do :
10004 ac_fn_c_check_func "$LINENO" "gtk_main" "ac_cv_func_gtk_main" 10015 ac_fn_c_check_func "$LINENO" "gtk_main" "ac_cv_func_gtk_main"
10005if test "x$ac_cv_func_gtk_main" = x""yes; then : 10016if test "x$ac_cv_func_gtk_main" = xyes; then :
10006 cat >>confdefs.h <<_ACEOF 10017 cat >>confdefs.h <<_ACEOF
10007#define HAVE_GTK_MAIN 1 10018#define HAVE_GTK_MAIN 1
10008_ACEOF 10019_ACEOF
@@ -10012,7 +10023,7 @@ done
10012 10023
10013 if test "${GTK_COMPILES}" != "yes"; then 10024 if test "${GTK_COMPILES}" != "yes"; then
10014 if test "$USE_X_TOOLKIT" != "maybe"; then 10025 if test "$USE_X_TOOLKIT" != "maybe"; then
10015 as_fn_error $? "Gtk+ wanted, but it does not compile, see config.log. Maybe some x11-devel files missing?" "$LINENO" 5 ; 10026 as_fn_error $? "Gtk+ wanted, but it does not compile, see config.log. Maybe some x11-devel files missing?" "$LINENO" 5;
10016 fi 10027 fi
10017 else 10028 else
10018 HAVE_GTK=yes 10029 HAVE_GTK=yes
@@ -10050,7 +10061,7 @@ if test "${HAVE_GTK}" = "yes"; then
10050 ac_fn_c_check_decl "$LINENO" "GTK_TYPE_FILE_SELECTION" "ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" "$ac_includes_default 10061 ac_fn_c_check_decl "$LINENO" "GTK_TYPE_FILE_SELECTION" "ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" "$ac_includes_default
10051#include <gtk/gtk.h> 10062#include <gtk/gtk.h>
10052" 10063"
10053if test "x$ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" = x""yes; then : 10064if test "x$ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" = xyes; then :
10054 HAVE_GTK_FILE_SELECTION=yes 10065 HAVE_GTK_FILE_SELECTION=yes
10055else 10066else
10056 HAVE_GTK_FILE_SELECTION=no 10067 HAVE_GTK_FILE_SELECTION=no
@@ -10060,7 +10071,7 @@ fi
10060 for ac_func in gtk_file_selection_new 10071 for ac_func in gtk_file_selection_new
10061do : 10072do :
10062 ac_fn_c_check_func "$LINENO" "gtk_file_selection_new" "ac_cv_func_gtk_file_selection_new" 10073 ac_fn_c_check_func "$LINENO" "gtk_file_selection_new" "ac_cv_func_gtk_file_selection_new"
10063if test "x$ac_cv_func_gtk_file_selection_new" = x""yes; then : 10074if test "x$ac_cv_func_gtk_file_selection_new" = xyes; then :
10064 cat >>confdefs.h <<_ACEOF 10075 cat >>confdefs.h <<_ACEOF
10065#define HAVE_GTK_FILE_SELECTION_NEW 1 10076#define HAVE_GTK_FILE_SELECTION_NEW 1
10066_ACEOF 10077_ACEOF
@@ -10074,7 +10085,7 @@ done
10074 for ac_header in pthread.h 10085 for ac_header in pthread.h
10075do : 10086do :
10076 ac_fn_c_check_header_mongrel "$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default" 10087 ac_fn_c_check_header_mongrel "$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default"
10077if test "x$ac_cv_header_pthread_h" = x""yes; then : 10088if test "x$ac_cv_header_pthread_h" = xyes; then :
10078 cat >>confdefs.h <<_ACEOF 10089 cat >>confdefs.h <<_ACEOF
10079#define HAVE_PTHREAD_H 1 10090#define HAVE_PTHREAD_H 1
10080_ACEOF 10091_ACEOF
@@ -10086,7 +10097,7 @@ done
10086 if test "$ac_cv_header_pthread_h"; then 10097 if test "$ac_cv_header_pthread_h"; then
10087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_self in -lpthread" >&5 10098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_self in -lpthread" >&5
10088$as_echo_n "checking for pthread_self in -lpthread... " >&6; } 10099$as_echo_n "checking for pthread_self in -lpthread... " >&6; }
10089if test "${ac_cv_lib_pthread_pthread_self+set}" = set; then : 10100if ${ac_cv_lib_pthread_pthread_self+:} false; then :
10090 $as_echo_n "(cached) " >&6 10101 $as_echo_n "(cached) " >&6
10091else 10102else
10092 ac_check_lib_save_LIBS=$LIBS 10103 ac_check_lib_save_LIBS=$LIBS
@@ -10120,7 +10131,7 @@ LIBS=$ac_check_lib_save_LIBS
10120fi 10131fi
10121{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_self" >&5 10132{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_self" >&5
10122$as_echo "$ac_cv_lib_pthread_pthread_self" >&6; } 10133$as_echo "$ac_cv_lib_pthread_pthread_self" >&6; }
10123if test "x$ac_cv_lib_pthread_pthread_self" = x""yes; then : 10134if test "x$ac_cv_lib_pthread_pthread_self" = xyes; then :
10124 HAVE_GTK_AND_PTHREAD=yes 10135 HAVE_GTK_AND_PTHREAD=yes
10125fi 10136fi
10126 10137
@@ -10163,7 +10174,7 @@ if test "${with_dbus}" = "yes"; then
10163set dummy pkg-config; ac_word=$2 10174set dummy pkg-config; ac_word=$2
10164{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 10175{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10165$as_echo_n "checking for $ac_word... " >&6; } 10176$as_echo_n "checking for $ac_word... " >&6; }
10166if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 10177if ${ac_cv_path_PKG_CONFIG+:} false; then :
10167 $as_echo_n "(cached) " >&6 10178 $as_echo_n "(cached) " >&6
10168else 10179else
10169 case $PKG_CONFIG in 10180 case $PKG_CONFIG in
@@ -10258,7 +10269,7 @@ $as_echo "#define HAVE_DBUS 1" >>confdefs.h
10258 for ac_func in dbus_watch_get_unix_fd 10269 for ac_func in dbus_watch_get_unix_fd
10259do : 10270do :
10260 ac_fn_c_check_func "$LINENO" "dbus_watch_get_unix_fd" "ac_cv_func_dbus_watch_get_unix_fd" 10271 ac_fn_c_check_func "$LINENO" "dbus_watch_get_unix_fd" "ac_cv_func_dbus_watch_get_unix_fd"
10261if test "x$ac_cv_func_dbus_watch_get_unix_fd" = x""yes; then : 10272if test "x$ac_cv_func_dbus_watch_get_unix_fd" = xyes; then :
10262 cat >>confdefs.h <<_ACEOF 10273 cat >>confdefs.h <<_ACEOF
10263#define HAVE_DBUS_WATCH_GET_UNIX_FD 1 10274#define HAVE_DBUS_WATCH_GET_UNIX_FD 1
10264_ACEOF 10275_ACEOF
@@ -10280,7 +10291,7 @@ if test "${HAVE_X11}" = "yes" && test "${with_gconf}" = "yes"; then
10280set dummy pkg-config; ac_word=$2 10291set dummy pkg-config; ac_word=$2
10281{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 10292{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10282$as_echo_n "checking for $ac_word... " >&6; } 10293$as_echo_n "checking for $ac_word... " >&6; }
10283if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 10294if ${ac_cv_path_PKG_CONFIG+:} false; then :
10284 $as_echo_n "(cached) " >&6 10295 $as_echo_n "(cached) " >&6
10285else 10296else
10286 case $PKG_CONFIG in 10297 case $PKG_CONFIG in
@@ -10374,7 +10385,7 @@ $as_echo "#define HAVE_GCONF 1" >>confdefs.h
10374 for ac_func in g_type_init 10385 for ac_func in g_type_init
10375do : 10386do :
10376 ac_fn_c_check_func "$LINENO" "g_type_init" "ac_cv_func_g_type_init" 10387 ac_fn_c_check_func "$LINENO" "g_type_init" "ac_cv_func_g_type_init"
10377if test "x$ac_cv_func_g_type_init" = x""yes; then : 10388if test "x$ac_cv_func_g_type_init" = xyes; then :
10378 cat >>confdefs.h <<_ACEOF 10389 cat >>confdefs.h <<_ACEOF
10379#define HAVE_G_TYPE_INIT 1 10390#define HAVE_G_TYPE_INIT 1
10380_ACEOF 10391_ACEOF
@@ -10390,7 +10401,7 @@ LIBSELINUX_LIBS=
10390if test "${with_selinux}" = "yes"; then 10401if test "${with_selinux}" = "yes"; then
10391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lgetfilecon in -lselinux" >&5 10402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lgetfilecon in -lselinux" >&5
10392$as_echo_n "checking for lgetfilecon in -lselinux... " >&6; } 10403$as_echo_n "checking for lgetfilecon in -lselinux... " >&6; }
10393if test "${ac_cv_lib_selinux_lgetfilecon+set}" = set; then : 10404if ${ac_cv_lib_selinux_lgetfilecon+:} false; then :
10394 $as_echo_n "(cached) " >&6 10405 $as_echo_n "(cached) " >&6
10395else 10406else
10396 ac_check_lib_save_LIBS=$LIBS 10407 ac_check_lib_save_LIBS=$LIBS
@@ -10424,7 +10435,7 @@ LIBS=$ac_check_lib_save_LIBS
10424fi 10435fi
10425{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_selinux_lgetfilecon" >&5 10436{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_selinux_lgetfilecon" >&5
10426$as_echo "$ac_cv_lib_selinux_lgetfilecon" >&6; } 10437$as_echo "$ac_cv_lib_selinux_lgetfilecon" >&6; }
10427if test "x$ac_cv_lib_selinux_lgetfilecon" = x""yes; then : 10438if test "x$ac_cv_lib_selinux_lgetfilecon" = xyes; then :
10428 HAVE_LIBSELINUX=yes 10439 HAVE_LIBSELINUX=yes
10429else 10440else
10430 HAVE_LIBSELINUX=no 10441 HAVE_LIBSELINUX=no
@@ -10448,7 +10459,7 @@ if test "${with_gnutls}" = "yes" ; then
10448set dummy pkg-config; ac_word=$2 10459set dummy pkg-config; ac_word=$2
10449{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 10460{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10450$as_echo_n "checking for $ac_word... " >&6; } 10461$as_echo_n "checking for $ac_word... " >&6; }
10451if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 10462if ${ac_cv_path_PKG_CONFIG+:} false; then :
10452 $as_echo_n "(cached) " >&6 10463 $as_echo_n "(cached) " >&6
10453else 10464else
10454 case $PKG_CONFIG in 10465 case $PKG_CONFIG in
@@ -10550,7 +10561,7 @@ if test x"${USE_X_TOOLKIT}" = xmaybe || test x"${USE_X_TOOLKIT}" = xLUCID; then
10550 if test "$with_xaw3d" != no; then 10561 if test "$with_xaw3d" != no; then
10551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xaw3d" >&5 10562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xaw3d" >&5
10552$as_echo_n "checking for xaw3d... " >&6; } 10563$as_echo_n "checking for xaw3d... " >&6; }
10553 if test "${emacs_cv_xaw3d+set}" = set; then : 10564 if ${emacs_cv_xaw3d+:} false; then :
10554 $as_echo_n "(cached) " >&6 10565 $as_echo_n "(cached) " >&6
10555else 10566else
10556 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 10567 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -10592,7 +10603,7 @@ $as_echo "#define HAVE_XAW3D 1" >>confdefs.h
10592$as_echo "no" >&6; } 10603$as_echo "no" >&6; }
10593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libXaw" >&5 10604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libXaw" >&5
10594$as_echo_n "checking for libXaw... " >&6; } 10605$as_echo_n "checking for libXaw... " >&6; }
10595 if test "${emacs_cv_xaw+set}" = set; then : 10606 if ${emacs_cv_xaw+:} false; then :
10596 $as_echo_n "(cached) " >&6 10607 $as_echo_n "(cached) " >&6
10597else 10608else
10598 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 10609 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -10638,7 +10649,7 @@ LIBXTR6=
10638if test "${USE_X_TOOLKIT}" != "none"; then 10649if test "${USE_X_TOOLKIT}" != "none"; then
10639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 toolkit version" >&5 10650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 toolkit version" >&5
10640$as_echo_n "checking X11 toolkit version... " >&6; } 10651$as_echo_n "checking X11 toolkit version... " >&6; }
10641 if test "${emacs_cv_x11_toolkit_version_6+set}" = set; then : 10652 if ${emacs_cv_x11_toolkit_version_6+:} false; then :
10642 $as_echo_n "(cached) " >&6 10653 $as_echo_n "(cached) " >&6
10643else 10654else
10644 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 10655 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -10689,7 +10700,7 @@ $as_echo "before 6" >&6; }
10689 fi 10700 fi
10690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XmuConvertStandardSelection in -lXmu" >&5 10701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XmuConvertStandardSelection in -lXmu" >&5
10691$as_echo_n "checking for XmuConvertStandardSelection in -lXmu... " >&6; } 10702$as_echo_n "checking for XmuConvertStandardSelection in -lXmu... " >&6; }
10692if test "${ac_cv_lib_Xmu_XmuConvertStandardSelection+set}" = set; then : 10703if ${ac_cv_lib_Xmu_XmuConvertStandardSelection+:} false; then :
10693 $as_echo_n "(cached) " >&6 10704 $as_echo_n "(cached) " >&6
10694else 10705else
10695 ac_check_lib_save_LIBS=$LIBS 10706 ac_check_lib_save_LIBS=$LIBS
@@ -10723,7 +10734,7 @@ LIBS=$ac_check_lib_save_LIBS
10723fi 10734fi
10724{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5 10735{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5
10725$as_echo "$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6; } 10736$as_echo "$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6; }
10726if test "x$ac_cv_lib_Xmu_XmuConvertStandardSelection" = x""yes; then : 10737if test "x$ac_cv_lib_Xmu_XmuConvertStandardSelection" = xyes; then :
10727 cat >>confdefs.h <<_ACEOF 10738 cat >>confdefs.h <<_ACEOF
10728#define HAVE_LIBXMU 1 10739#define HAVE_LIBXMU 1
10729_ACEOF 10740_ACEOF
@@ -10750,7 +10761,7 @@ if test "${HAVE_X11}" = "yes"; then
10750 if test "${USE_X_TOOLKIT}" != "none"; then 10761 if test "${USE_X_TOOLKIT}" != "none"; then
10751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5 10762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
10752$as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; } 10763$as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10753if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then : 10764if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false; then :
10754 $as_echo_n "(cached) " >&6 10765 $as_echo_n "(cached) " >&6
10755else 10766else
10756 ac_check_lib_save_LIBS=$LIBS 10767 ac_check_lib_save_LIBS=$LIBS
@@ -10784,7 +10795,7 @@ LIBS=$ac_check_lib_save_LIBS
10784fi 10795fi
10785{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5 10796{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10786$as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; } 10797$as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10787if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then : 10798if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes; then :
10788 cat >>confdefs.h <<_ACEOF 10799 cat >>confdefs.h <<_ACEOF
10789#define HAVE_LIBXEXT 1 10800#define HAVE_LIBXEXT 1
10790_ACEOF 10801_ACEOF
@@ -10800,7 +10811,7 @@ LIBXP=
10800if test "${USE_X_TOOLKIT}" = "MOTIF"; then 10811if test "${USE_X_TOOLKIT}" = "MOTIF"; then
10801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Motif version 2.1" >&5 10812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Motif version 2.1" >&5
10802$as_echo_n "checking for Motif version 2.1... " >&6; } 10813$as_echo_n "checking for Motif version 2.1... " >&6; }
10803if test "${emacs_cv_motif_version_2_1+set}" = set; then : 10814if ${emacs_cv_motif_version_2_1+:} false; then :
10804 $as_echo_n "(cached) " >&6 10815 $as_echo_n "(cached) " >&6
10805else 10816else
10806 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 10817 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -10830,7 +10841,7 @@ $as_echo "$emacs_cv_motif_version_2_1" >&6; }
10830 if test $emacs_cv_motif_version_2_1 = yes; then 10841 if test $emacs_cv_motif_version_2_1 = yes; then
10831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpCreateContext in -lXp" >&5 10842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpCreateContext in -lXp" >&5
10832$as_echo_n "checking for XpCreateContext in -lXp... " >&6; } 10843$as_echo_n "checking for XpCreateContext in -lXp... " >&6; }
10833if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then : 10844if ${ac_cv_lib_Xp_XpCreateContext+:} false; then :
10834 $as_echo_n "(cached) " >&6 10845 $as_echo_n "(cached) " >&6
10835else 10846else
10836 ac_check_lib_save_LIBS=$LIBS 10847 ac_check_lib_save_LIBS=$LIBS
@@ -10864,14 +10875,14 @@ LIBS=$ac_check_lib_save_LIBS
10864fi 10875fi
10865{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xp_XpCreateContext" >&5 10876{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xp_XpCreateContext" >&5
10866$as_echo "$ac_cv_lib_Xp_XpCreateContext" >&6; } 10877$as_echo "$ac_cv_lib_Xp_XpCreateContext" >&6; }
10867if test "x$ac_cv_lib_Xp_XpCreateContext" = x""yes; then : 10878if test "x$ac_cv_lib_Xp_XpCreateContext" = xyes; then :
10868 LIBXP=-lXp 10879 LIBXP=-lXp
10869fi 10880fi
10870 10881
10871 else 10882 else
10872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LessTif where some systems put it" >&5 10883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LessTif where some systems put it" >&5
10873$as_echo_n "checking for LessTif where some systems put it... " >&6; } 10884$as_echo_n "checking for LessTif where some systems put it... " >&6; }
10874if test "${emacs_cv_lesstif+set}" = set; then : 10885if ${emacs_cv_lesstif+:} false; then :
10875 $as_echo_n "(cached) " >&6 10886 $as_echo_n "(cached) " >&6
10876else 10887else
10877 # We put this in CFLAGS temporarily to precede other -I options 10888 # We put this in CFLAGS temporarily to precede other -I options
@@ -11030,7 +11041,7 @@ if test "${HAVE_X11}" = "yes"; then
11030set dummy pkg-config; ac_word=$2 11041set dummy pkg-config; ac_word=$2
11031{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 11042{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11032$as_echo_n "checking for $ac_word... " >&6; } 11043$as_echo_n "checking for $ac_word... " >&6; }
11033if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 11044if ${ac_cv_path_PKG_CONFIG+:} false; then :
11034 $as_echo_n "(cached) " >&6 11045 $as_echo_n "(cached) " >&6
11035else 11046else
11036 case $PKG_CONFIG in 11047 case $PKG_CONFIG in
@@ -11132,7 +11143,7 @@ $as_echo "no" >&6; }
11132set dummy pkg-config; ac_word=$2 11143set dummy pkg-config; ac_word=$2
11133{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 11144{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11134$as_echo_n "checking for $ac_word... " >&6; } 11145$as_echo_n "checking for $ac_word... " >&6; }
11135if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 11146if ${ac_cv_path_PKG_CONFIG+:} false; then :
11136 $as_echo_n "(cached) " >&6 11147 $as_echo_n "(cached) " >&6
11137else 11148else
11138 case $PKG_CONFIG in 11149 case $PKG_CONFIG in
@@ -11224,7 +11235,7 @@ $as_echo "no" >&6; }
11224 HAVE_XRENDER=no 11235 HAVE_XRENDER=no
11225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderQueryExtension in -lXrender" >&5 11236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderQueryExtension in -lXrender" >&5
11226$as_echo_n "checking for XRenderQueryExtension in -lXrender... " >&6; } 11237$as_echo_n "checking for XRenderQueryExtension in -lXrender... " >&6; }
11227if test "${ac_cv_lib_Xrender_XRenderQueryExtension+set}" = set; then : 11238if ${ac_cv_lib_Xrender_XRenderQueryExtension+:} false; then :
11228 $as_echo_n "(cached) " >&6 11239 $as_echo_n "(cached) " >&6
11229else 11240else
11230 ac_check_lib_save_LIBS=$LIBS 11241 ac_check_lib_save_LIBS=$LIBS
@@ -11258,7 +11269,7 @@ LIBS=$ac_check_lib_save_LIBS
11258fi 11269fi
11259{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderQueryExtension" >&5 11270{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderQueryExtension" >&5
11260$as_echo "$ac_cv_lib_Xrender_XRenderQueryExtension" >&6; } 11271$as_echo "$ac_cv_lib_Xrender_XRenderQueryExtension" >&6; }
11261if test "x$ac_cv_lib_Xrender_XRenderQueryExtension" = x""yes; then : 11272if test "x$ac_cv_lib_Xrender_XRenderQueryExtension" = xyes; then :
11262 HAVE_XRENDER=yes 11273 HAVE_XRENDER=yes
11263fi 11274fi
11264 11275
@@ -11271,10 +11282,10 @@ fi
11271 XFT_LIBS="-lXrender $XFT_LIBS" 11282 XFT_LIBS="-lXrender $XFT_LIBS"
11272 LIBS="$XFT_LIBS $LIBS" 11283 LIBS="$XFT_LIBS $LIBS"
11273 ac_fn_c_check_header_mongrel "$LINENO" "X11/Xft/Xft.h" "ac_cv_header_X11_Xft_Xft_h" "$ac_includes_default" 11284 ac_fn_c_check_header_mongrel "$LINENO" "X11/Xft/Xft.h" "ac_cv_header_X11_Xft_Xft_h" "$ac_includes_default"
11274if test "x$ac_cv_header_X11_Xft_Xft_h" = x""yes; then : 11285if test "x$ac_cv_header_X11_Xft_Xft_h" = xyes; then :
11275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XftFontOpen in -lXft" >&5 11286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XftFontOpen in -lXft" >&5
11276$as_echo_n "checking for XftFontOpen in -lXft... " >&6; } 11287$as_echo_n "checking for XftFontOpen in -lXft... " >&6; }
11277if test "${ac_cv_lib_Xft_XftFontOpen+set}" = set; then : 11288if ${ac_cv_lib_Xft_XftFontOpen+:} false; then :
11278 $as_echo_n "(cached) " >&6 11289 $as_echo_n "(cached) " >&6
11279else 11290else
11280 ac_check_lib_save_LIBS=$LIBS 11291 ac_check_lib_save_LIBS=$LIBS
@@ -11308,7 +11319,7 @@ LIBS=$ac_check_lib_save_LIBS
11308fi 11319fi
11309{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xft_XftFontOpen" >&5 11320{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xft_XftFontOpen" >&5
11310$as_echo "$ac_cv_lib_Xft_XftFontOpen" >&6; } 11321$as_echo "$ac_cv_lib_Xft_XftFontOpen" >&6; }
11311if test "x$ac_cv_lib_Xft_XftFontOpen" = x""yes; then : 11322if test "x$ac_cv_lib_Xft_XftFontOpen" = xyes; then :
11312 HAVE_XFT=yes 11323 HAVE_XFT=yes
11313fi 11324fi
11314 11325
@@ -11351,7 +11362,7 @@ $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
11351set dummy pkg-config; ac_word=$2 11362set dummy pkg-config; ac_word=$2
11352{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 11363{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11353$as_echo_n "checking for $ac_word... " >&6; } 11364$as_echo_n "checking for $ac_word... " >&6; }
11354if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 11365if ${ac_cv_path_PKG_CONFIG+:} false; then :
11355 $as_echo_n "(cached) " >&6 11366 $as_echo_n "(cached) " >&6
11356else 11367else
11357 case $PKG_CONFIG in 11368 case $PKG_CONFIG in
@@ -11444,7 +11455,7 @@ $as_echo "#define HAVE_LIBOTF 1" >>confdefs.h
11444 11455
11445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OTF_get_variation_glyphs in -lotf" >&5 11456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OTF_get_variation_glyphs in -lotf" >&5
11446$as_echo_n "checking for OTF_get_variation_glyphs in -lotf... " >&6; } 11457$as_echo_n "checking for OTF_get_variation_glyphs in -lotf... " >&6; }
11447if test "${ac_cv_lib_otf_OTF_get_variation_glyphs+set}" = set; then : 11458if ${ac_cv_lib_otf_OTF_get_variation_glyphs+:} false; then :
11448 $as_echo_n "(cached) " >&6 11459 $as_echo_n "(cached) " >&6
11449else 11460else
11450 ac_check_lib_save_LIBS=$LIBS 11461 ac_check_lib_save_LIBS=$LIBS
@@ -11478,7 +11489,7 @@ LIBS=$ac_check_lib_save_LIBS
11478fi 11489fi
11479{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_otf_OTF_get_variation_glyphs" >&5 11490{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_otf_OTF_get_variation_glyphs" >&5
11480$as_echo "$ac_cv_lib_otf_OTF_get_variation_glyphs" >&6; } 11491$as_echo "$ac_cv_lib_otf_OTF_get_variation_glyphs" >&6; }
11481if test "x$ac_cv_lib_otf_OTF_get_variation_glyphs" = x""yes; then : 11492if test "x$ac_cv_lib_otf_OTF_get_variation_glyphs" = xyes; then :
11482 HAVE_OTF_GET_VARIATION_GLYPHS=yes 11493 HAVE_OTF_GET_VARIATION_GLYPHS=yes
11483else 11494else
11484 HAVE_OTF_GET_VARIATION_GLYPHS=no 11495 HAVE_OTF_GET_VARIATION_GLYPHS=no
@@ -11503,7 +11514,7 @@ $as_echo "#define HAVE_OTF_GET_VARIATION_GLYPHS 1" >>confdefs.h
11503set dummy pkg-config; ac_word=$2 11514set dummy pkg-config; ac_word=$2
11504{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 11515{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11505$as_echo_n "checking for $ac_word... " >&6; } 11516$as_echo_n "checking for $ac_word... " >&6; }
11506if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 11517if ${ac_cv_path_PKG_CONFIG+:} false; then :
11507 $as_echo_n "(cached) " >&6 11518 $as_echo_n "(cached) " >&6
11508else 11519else
11509 case $PKG_CONFIG in 11520 case $PKG_CONFIG in
@@ -11621,10 +11632,10 @@ LIBXPM=
11621if test "${HAVE_X11}" = "yes"; then 11632if test "${HAVE_X11}" = "yes"; then
11622 if test "${with_xpm}" != "no"; then 11633 if test "${with_xpm}" != "no"; then
11623 ac_fn_c_check_header_mongrel "$LINENO" "X11/xpm.h" "ac_cv_header_X11_xpm_h" "$ac_includes_default" 11634 ac_fn_c_check_header_mongrel "$LINENO" "X11/xpm.h" "ac_cv_header_X11_xpm_h" "$ac_includes_default"
11624if test "x$ac_cv_header_X11_xpm_h" = x""yes; then : 11635if test "x$ac_cv_header_X11_xpm_h" = xyes; then :
11625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpmReadFileToPixmap in -lXpm" >&5 11636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpmReadFileToPixmap in -lXpm" >&5
11626$as_echo_n "checking for XpmReadFileToPixmap in -lXpm... " >&6; } 11637$as_echo_n "checking for XpmReadFileToPixmap in -lXpm... " >&6; }
11627if test "${ac_cv_lib_Xpm_XpmReadFileToPixmap+set}" = set; then : 11638if ${ac_cv_lib_Xpm_XpmReadFileToPixmap+:} false; then :
11628 $as_echo_n "(cached) " >&6 11639 $as_echo_n "(cached) " >&6
11629else 11640else
11630 ac_check_lib_save_LIBS=$LIBS 11641 ac_check_lib_save_LIBS=$LIBS
@@ -11658,7 +11669,7 @@ LIBS=$ac_check_lib_save_LIBS
11658fi 11669fi
11659{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5 11670{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5
11660$as_echo "$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6; } 11671$as_echo "$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6; }
11661if test "x$ac_cv_lib_Xpm_XpmReadFileToPixmap" = x""yes; then : 11672if test "x$ac_cv_lib_Xpm_XpmReadFileToPixmap" = xyes; then :
11662 HAVE_XPM=yes 11673 HAVE_XPM=yes
11663fi 11674fi
11664 11675
@@ -11710,10 +11721,10 @@ LIBJPEG=
11710if test "${HAVE_X11}" = "yes"; then 11721if test "${HAVE_X11}" = "yes"; then
11711 if test "${with_jpeg}" != "no"; then 11722 if test "${with_jpeg}" != "no"; then
11712 ac_fn_c_check_header_mongrel "$LINENO" "jerror.h" "ac_cv_header_jerror_h" "$ac_includes_default" 11723 ac_fn_c_check_header_mongrel "$LINENO" "jerror.h" "ac_cv_header_jerror_h" "$ac_includes_default"
11713if test "x$ac_cv_header_jerror_h" = x""yes; then : 11724if test "x$ac_cv_header_jerror_h" = xyes; then :
11714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jpeg_destroy_compress in -ljpeg" >&5 11725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jpeg_destroy_compress in -ljpeg" >&5
11715$as_echo_n "checking for jpeg_destroy_compress in -ljpeg... " >&6; } 11726$as_echo_n "checking for jpeg_destroy_compress in -ljpeg... " >&6; }
11716if test "${ac_cv_lib_jpeg_jpeg_destroy_compress+set}" = set; then : 11727if ${ac_cv_lib_jpeg_jpeg_destroy_compress+:} false; then :
11717 $as_echo_n "(cached) " >&6 11728 $as_echo_n "(cached) " >&6
11718else 11729else
11719 ac_check_lib_save_LIBS=$LIBS 11730 ac_check_lib_save_LIBS=$LIBS
@@ -11747,7 +11758,7 @@ LIBS=$ac_check_lib_save_LIBS
11747fi 11758fi
11748{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5 11759{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5
11749$as_echo "$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6; } 11760$as_echo "$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6; }
11750if test "x$ac_cv_lib_jpeg_jpeg_destroy_compress" = x""yes; then : 11761if test "x$ac_cv_lib_jpeg_jpeg_destroy_compress" = xyes; then :
11751 HAVE_JPEG=yes 11762 HAVE_JPEG=yes
11752fi 11763fi
11753 11764
@@ -11806,7 +11817,7 @@ done
11806 if test "$ac_cv_header_png_h" = yes || test "$ac_cv_header_libpng_png_h" = yes ; then 11817 if test "$ac_cv_header_png_h" = yes || test "$ac_cv_header_libpng_png_h" = yes ; then
11807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_get_channels in -lpng" >&5 11818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_get_channels in -lpng" >&5
11808$as_echo_n "checking for png_get_channels in -lpng... " >&6; } 11819$as_echo_n "checking for png_get_channels in -lpng... " >&6; }
11809if test "${ac_cv_lib_png_png_get_channels+set}" = set; then : 11820if ${ac_cv_lib_png_png_get_channels+:} false; then :
11810 $as_echo_n "(cached) " >&6 11821 $as_echo_n "(cached) " >&6
11811else 11822else
11812 ac_check_lib_save_LIBS=$LIBS 11823 ac_check_lib_save_LIBS=$LIBS
@@ -11840,7 +11851,7 @@ LIBS=$ac_check_lib_save_LIBS
11840fi 11851fi
11841{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_get_channels" >&5 11852{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_get_channels" >&5
11842$as_echo "$ac_cv_lib_png_png_get_channels" >&6; } 11853$as_echo "$ac_cv_lib_png_png_get_channels" >&6; }
11843if test "x$ac_cv_lib_png_png_get_channels" = x""yes; then : 11854if test "x$ac_cv_lib_png_png_get_channels" = xyes; then :
11844 HAVE_PNG=yes 11855 HAVE_PNG=yes
11845fi 11856fi
11846 11857
@@ -11862,13 +11873,13 @@ LIBTIFF=
11862if test "${HAVE_X11}" = "yes"; then 11873if test "${HAVE_X11}" = "yes"; then
11863 if test "${with_tiff}" != "no"; then 11874 if test "${with_tiff}" != "no"; then
11864 ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default" 11875 ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
11865if test "x$ac_cv_header_tiffio_h" = x""yes; then : 11876if test "x$ac_cv_header_tiffio_h" = xyes; then :
11866 tifflibs="-lz -lm" 11877 tifflibs="-lz -lm"
11867 # At least one tiff package requires the jpeg library. 11878 # At least one tiff package requires the jpeg library.
11868 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi 11879 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi
11869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFGetVersion in -ltiff" >&5 11880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFGetVersion in -ltiff" >&5
11870$as_echo_n "checking for TIFFGetVersion in -ltiff... " >&6; } 11881$as_echo_n "checking for TIFFGetVersion in -ltiff... " >&6; }
11871if test "${ac_cv_lib_tiff_TIFFGetVersion+set}" = set; then : 11882if ${ac_cv_lib_tiff_TIFFGetVersion+:} false; then :
11872 $as_echo_n "(cached) " >&6 11883 $as_echo_n "(cached) " >&6
11873else 11884else
11874 ac_check_lib_save_LIBS=$LIBS 11885 ac_check_lib_save_LIBS=$LIBS
@@ -11902,7 +11913,7 @@ LIBS=$ac_check_lib_save_LIBS
11902fi 11913fi
11903{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5 11914{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5
11904$as_echo "$ac_cv_lib_tiff_TIFFGetVersion" >&6; } 11915$as_echo "$ac_cv_lib_tiff_TIFFGetVersion" >&6; }
11905if test "x$ac_cv_lib_tiff_TIFFGetVersion" = x""yes; then : 11916if test "x$ac_cv_lib_tiff_TIFFGetVersion" = xyes; then :
11906 HAVE_TIFF=yes 11917 HAVE_TIFF=yes
11907fi 11918fi
11908 11919
@@ -11925,12 +11936,12 @@ HAVE_GIF=no
11925LIBGIF= 11936LIBGIF=
11926if test "${HAVE_X11}" = "yes" && test "${with_gif}" != "no"; then 11937if test "${HAVE_X11}" = "yes" && test "${with_gif}" != "no"; then
11927 ac_fn_c_check_header_mongrel "$LINENO" "gif_lib.h" "ac_cv_header_gif_lib_h" "$ac_includes_default" 11938 ac_fn_c_check_header_mongrel "$LINENO" "gif_lib.h" "ac_cv_header_gif_lib_h" "$ac_includes_default"
11928if test "x$ac_cv_header_gif_lib_h" = x""yes; then : 11939if test "x$ac_cv_header_gif_lib_h" = xyes; then :
11929 # EGifPutExtensionLast only exists from version libungif-4.1.0b1. 11940 # EGifPutExtensionLast only exists from version libungif-4.1.0b1.
11930# Earlier versions can crash Emacs. 11941# Earlier versions can crash Emacs.
11931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lgif" >&5 11942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lgif" >&5
11932$as_echo_n "checking for EGifPutExtensionLast in -lgif... " >&6; } 11943$as_echo_n "checking for EGifPutExtensionLast in -lgif... " >&6; }
11933if test "${ac_cv_lib_gif_EGifPutExtensionLast+set}" = set; then : 11944if ${ac_cv_lib_gif_EGifPutExtensionLast+:} false; then :
11934 $as_echo_n "(cached) " >&6 11945 $as_echo_n "(cached) " >&6
11935else 11946else
11936 ac_check_lib_save_LIBS=$LIBS 11947 ac_check_lib_save_LIBS=$LIBS
@@ -11964,7 +11975,7 @@ LIBS=$ac_check_lib_save_LIBS
11964fi 11975fi
11965{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gif_EGifPutExtensionLast" >&5 11976{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gif_EGifPutExtensionLast" >&5
11966$as_echo "$ac_cv_lib_gif_EGifPutExtensionLast" >&6; } 11977$as_echo "$ac_cv_lib_gif_EGifPutExtensionLast" >&6; }
11967if test "x$ac_cv_lib_gif_EGifPutExtensionLast" = x""yes; then : 11978if test "x$ac_cv_lib_gif_EGifPutExtensionLast" = xyes; then :
11968 HAVE_GIF=yes 11979 HAVE_GIF=yes
11969else 11980else
11970 HAVE_GIF=maybe 11981 HAVE_GIF=maybe
@@ -11980,7 +11991,7 @@ fi
11980# If gif_lib.h but no libgif, try libungif. 11991# If gif_lib.h but no libgif, try libungif.
11981 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lungif" >&5 11992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lungif" >&5
11982$as_echo_n "checking for EGifPutExtensionLast in -lungif... " >&6; } 11993$as_echo_n "checking for EGifPutExtensionLast in -lungif... " >&6; }
11983if test "${ac_cv_lib_ungif_EGifPutExtensionLast+set}" = set; then : 11994if ${ac_cv_lib_ungif_EGifPutExtensionLast+:} false; then :
11984 $as_echo_n "(cached) " >&6 11995 $as_echo_n "(cached) " >&6
11985else 11996else
11986 ac_check_lib_save_LIBS=$LIBS 11997 ac_check_lib_save_LIBS=$LIBS
@@ -12014,7 +12025,7 @@ LIBS=$ac_check_lib_save_LIBS
12014fi 12025fi
12015{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5 12026{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5
12016$as_echo "$ac_cv_lib_ungif_EGifPutExtensionLast" >&6; } 12027$as_echo "$ac_cv_lib_ungif_EGifPutExtensionLast" >&6; }
12017if test "x$ac_cv_lib_ungif_EGifPutExtensionLast" = x""yes; then : 12028if test "x$ac_cv_lib_ungif_EGifPutExtensionLast" = xyes; then :
12018 HAVE_GIF=yes 12029 HAVE_GIF=yes
12019else 12030else
12020 HAVE_GIF=no 12031 HAVE_GIF=no
@@ -12061,10 +12072,10 @@ LIBGPM=
12061MOUSE_SUPPORT= 12072MOUSE_SUPPORT=
12062if test "${with_gpm}" != "no"; then 12073if test "${with_gpm}" != "no"; then
12063 ac_fn_c_check_header_mongrel "$LINENO" "gpm.h" "ac_cv_header_gpm_h" "$ac_includes_default" 12074 ac_fn_c_check_header_mongrel "$LINENO" "gpm.h" "ac_cv_header_gpm_h" "$ac_includes_default"
12064if test "x$ac_cv_header_gpm_h" = x""yes; then : 12075if test "x$ac_cv_header_gpm_h" = xyes; then :
12065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Gpm_Open in -lgpm" >&5 12076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Gpm_Open in -lgpm" >&5
12066$as_echo_n "checking for Gpm_Open in -lgpm... " >&6; } 12077$as_echo_n "checking for Gpm_Open in -lgpm... " >&6; }
12067if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then : 12078if ${ac_cv_lib_gpm_Gpm_Open+:} false; then :
12068 $as_echo_n "(cached) " >&6 12079 $as_echo_n "(cached) " >&6
12069else 12080else
12070 ac_check_lib_save_LIBS=$LIBS 12081 ac_check_lib_save_LIBS=$LIBS
@@ -12098,7 +12109,7 @@ LIBS=$ac_check_lib_save_LIBS
12098fi 12109fi
12099{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gpm_Gpm_Open" >&5 12110{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gpm_Gpm_Open" >&5
12100$as_echo "$ac_cv_lib_gpm_Gpm_Open" >&6; } 12111$as_echo "$ac_cv_lib_gpm_Gpm_Open" >&6; }
12101if test "x$ac_cv_lib_gpm_Gpm_Open" = x""yes; then : 12112if test "x$ac_cv_lib_gpm_Gpm_Open" = xyes; then :
12102 HAVE_GPM=yes 12113 HAVE_GPM=yes
12103fi 12114fi
12104 12115
@@ -12118,7 +12129,7 @@ fi
12118 12129
12119 12130
12120ac_fn_c_check_header_mongrel "$LINENO" "malloc/malloc.h" "ac_cv_header_malloc_malloc_h" "$ac_includes_default" 12131ac_fn_c_check_header_mongrel "$LINENO" "malloc/malloc.h" "ac_cv_header_malloc_malloc_h" "$ac_includes_default"
12121if test "x$ac_cv_header_malloc_malloc_h" = x""yes; then : 12132if test "x$ac_cv_header_malloc_malloc_h" = xyes; then :
12122 12133
12123$as_echo "#define HAVE_MALLOC_MALLOC_H 1" >>confdefs.h 12134$as_echo "#define HAVE_MALLOC_MALLOC_H 1" >>confdefs.h
12124 12135
@@ -12163,10 +12174,10 @@ HAVE_X_SM=no
12163LIBXSM= 12174LIBXSM=
12164if test "${HAVE_X11}" = "yes"; then 12175if test "${HAVE_X11}" = "yes"; then
12165 ac_fn_c_check_header_mongrel "$LINENO" "X11/SM/SMlib.h" "ac_cv_header_X11_SM_SMlib_h" "$ac_includes_default" 12176 ac_fn_c_check_header_mongrel "$LINENO" "X11/SM/SMlib.h" "ac_cv_header_X11_SM_SMlib_h" "$ac_includes_default"
12166if test "x$ac_cv_header_X11_SM_SMlib_h" = x""yes; then : 12177if test "x$ac_cv_header_X11_SM_SMlib_h" = xyes; then :
12167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SmcOpenConnection in -lSM" >&5 12178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SmcOpenConnection in -lSM" >&5
12168$as_echo_n "checking for SmcOpenConnection in -lSM... " >&6; } 12179$as_echo_n "checking for SmcOpenConnection in -lSM... " >&6; }
12169if test "${ac_cv_lib_SM_SmcOpenConnection+set}" = set; then : 12180if ${ac_cv_lib_SM_SmcOpenConnection+:} false; then :
12170 $as_echo_n "(cached) " >&6 12181 $as_echo_n "(cached) " >&6
12171else 12182else
12172 ac_check_lib_save_LIBS=$LIBS 12183 ac_check_lib_save_LIBS=$LIBS
@@ -12200,7 +12211,7 @@ LIBS=$ac_check_lib_save_LIBS
12200fi 12211fi
12201{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_SM_SmcOpenConnection" >&5 12212{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_SM_SmcOpenConnection" >&5
12202$as_echo "$ac_cv_lib_SM_SmcOpenConnection" >&6; } 12213$as_echo "$ac_cv_lib_SM_SmcOpenConnection" >&6; }
12203if test "x$ac_cv_lib_SM_SmcOpenConnection" = x""yes; then : 12214if test "x$ac_cv_lib_SM_SmcOpenConnection" = xyes; then :
12204 HAVE_X_SM=yes 12215 HAVE_X_SM=yes
12205fi 12216fi
12206 12217
@@ -12231,7 +12242,7 @@ if test "${with_xml2}" != "no"; then
12231set dummy pkg-config; ac_word=$2 12242set dummy pkg-config; ac_word=$2
12232{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 12243{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12233$as_echo_n "checking for $ac_word... " >&6; } 12244$as_echo_n "checking for $ac_word... " >&6; }
12234if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 12245if ${ac_cv_path_PKG_CONFIG+:} false; then :
12235 $as_echo_n "(cached) " >&6 12246 $as_echo_n "(cached) " >&6
12236else 12247else
12237 case $PKG_CONFIG in 12248 case $PKG_CONFIG in
@@ -12322,7 +12333,7 @@ $as_echo "no" >&6; }
12322 LIBS="$LIBXML2_LIBS $LIBS" 12333 LIBS="$LIBXML2_LIBS $LIBS"
12323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for htmlReadMemory in -lxml2" >&5 12334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for htmlReadMemory in -lxml2" >&5
12324$as_echo_n "checking for htmlReadMemory in -lxml2... " >&6; } 12335$as_echo_n "checking for htmlReadMemory in -lxml2... " >&6; }
12325if test "${ac_cv_lib_xml2_htmlReadMemory+set}" = set; then : 12336if ${ac_cv_lib_xml2_htmlReadMemory+:} false; then :
12326 $as_echo_n "(cached) " >&6 12337 $as_echo_n "(cached) " >&6
12327else 12338else
12328 ac_check_lib_save_LIBS=$LIBS 12339 ac_check_lib_save_LIBS=$LIBS
@@ -12356,7 +12367,7 @@ LIBS=$ac_check_lib_save_LIBS
12356fi 12367fi
12357{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_htmlReadMemory" >&5 12368{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_htmlReadMemory" >&5
12358$as_echo "$ac_cv_lib_xml2_htmlReadMemory" >&6; } 12369$as_echo "$ac_cv_lib_xml2_htmlReadMemory" >&6; }
12359if test "x$ac_cv_lib_xml2_htmlReadMemory" = x""yes; then : 12370if test "x$ac_cv_lib_xml2_htmlReadMemory" = xyes; then :
12360 HAVE_LIBXML2=yes 12371 HAVE_LIBXML2=yes
12361else 12372else
12362 HAVE_LIBXML2=no 12373 HAVE_LIBXML2=no
@@ -12378,7 +12389,7 @@ fi
12378# If netdb.h doesn't declare h_errno, we must declare it by hand. 12389# If netdb.h doesn't declare h_errno, we must declare it by hand.
12379{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether netdb declares h_errno" >&5 12390{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether netdb declares h_errno" >&5
12380$as_echo_n "checking whether netdb declares h_errno... " >&6; } 12391$as_echo_n "checking whether netdb declares h_errno... " >&6; }
12381if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then : 12392if ${emacs_cv_netdb_declares_h_errno+:} false; then :
12382 $as_echo_n "(cached) " >&6 12393 $as_echo_n "(cached) " >&6
12383else 12394else
12384 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 12395 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -12408,11 +12419,22 @@ $as_echo "#define HAVE_H_ERRNO 1" >>confdefs.h
12408 12419
12409fi 12420fi
12410 12421
12422ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12423if test "x$ac_cv_type_size_t" = xyes; then :
12424
12425else
12426
12427cat >>confdefs.h <<_ACEOF
12428#define size_t unsigned int
12429_ACEOF
12430
12431fi
12432
12411# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works 12433# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
12412# for constant arguments. Useless! 12434# for constant arguments. Useless!
12413{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5 12435{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
12414$as_echo_n "checking for working alloca.h... " >&6; } 12436$as_echo_n "checking for working alloca.h... " >&6; }
12415if test "${ac_cv_working_alloca_h+set}" = set; then : 12437if ${ac_cv_working_alloca_h+:} false; then :
12416 $as_echo_n "(cached) " >&6 12438 $as_echo_n "(cached) " >&6
12417else 12439else
12418 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 12440 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -12445,7 +12467,7 @@ fi
12445 12467
12446{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5 12468{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
12447$as_echo_n "checking for alloca... " >&6; } 12469$as_echo_n "checking for alloca... " >&6; }
12448if test "${ac_cv_func_alloca_works+set}" = set; then : 12470if ${ac_cv_func_alloca_works+:} false; then :
12449 $as_echo_n "(cached) " >&6 12471 $as_echo_n "(cached) " >&6
12450else 12472else
12451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 12473 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -12464,7 +12486,7 @@ else
12464 #pragma alloca 12486 #pragma alloca
12465# else 12487# else
12466# ifndef alloca /* predefined by HP cc +Olibcalls */ 12488# ifndef alloca /* predefined by HP cc +Olibcalls */
12467char *alloca (); 12489void *alloca (size_t);
12468# endif 12490# endif
12469# endif 12491# endif
12470# endif 12492# endif
@@ -12508,7 +12530,7 @@ $as_echo "#define C_ALLOCA 1" >>confdefs.h
12508 12530
12509{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5 12531{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
12510$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; } 12532$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
12511if test "${ac_cv_os_cray+set}" = set; then : 12533if ${ac_cv_os_cray+:} false; then :
12512 $as_echo_n "(cached) " >&6 12534 $as_echo_n "(cached) " >&6
12513else 12535else
12514 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 12536 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -12549,7 +12571,7 @@ fi
12549 12571
12550{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5 12572{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
12551$as_echo_n "checking stack direction for C alloca... " >&6; } 12573$as_echo_n "checking stack direction for C alloca... " >&6; }
12552if test "${ac_cv_c_stack_direction+set}" = set; then : 12574if ${ac_cv_c_stack_direction+:} false; then :
12553 $as_echo_n "(cached) " >&6 12575 $as_echo_n "(cached) " >&6
12554else 12576else
12555 if test "$cross_compiling" = yes; then : 12577 if test "$cross_compiling" = yes; then :
@@ -12606,7 +12628,7 @@ fi
12606# On HPUX 9.01, -lm does not contain logb, so check for sqrt. 12628# On HPUX 9.01, -lm does not contain logb, so check for sqrt.
12607{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrt in -lm" >&5 12629{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrt in -lm" >&5
12608$as_echo_n "checking for sqrt in -lm... " >&6; } 12630$as_echo_n "checking for sqrt in -lm... " >&6; }
12609if test "${ac_cv_lib_m_sqrt+set}" = set; then : 12631if ${ac_cv_lib_m_sqrt+:} false; then :
12610 $as_echo_n "(cached) " >&6 12632 $as_echo_n "(cached) " >&6
12611else 12633else
12612 ac_check_lib_save_LIBS=$LIBS 12634 ac_check_lib_save_LIBS=$LIBS
@@ -12640,7 +12662,7 @@ LIBS=$ac_check_lib_save_LIBS
12640fi 12662fi
12641{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sqrt" >&5 12663{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sqrt" >&5
12642$as_echo "$ac_cv_lib_m_sqrt" >&6; } 12664$as_echo "$ac_cv_lib_m_sqrt" >&6; }
12643if test "x$ac_cv_lib_m_sqrt" = x""yes; then : 12665if test "x$ac_cv_lib_m_sqrt" = xyes; then :
12644 cat >>confdefs.h <<_ACEOF 12666 cat >>confdefs.h <<_ACEOF
12645#define HAVE_LIBM 1 12667#define HAVE_LIBM 1
12646_ACEOF 12668_ACEOF
@@ -12654,7 +12676,7 @@ fi
12654# have the same check as for liblockfile below. 12676# have the same check as for liblockfile below.
12655{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -lmail" >&5 12677{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -lmail" >&5
12656$as_echo_n "checking for maillock in -lmail... " >&6; } 12678$as_echo_n "checking for maillock in -lmail... " >&6; }
12657if test "${ac_cv_lib_mail_maillock+set}" = set; then : 12679if ${ac_cv_lib_mail_maillock+:} false; then :
12658 $as_echo_n "(cached) " >&6 12680 $as_echo_n "(cached) " >&6
12659else 12681else
12660 ac_check_lib_save_LIBS=$LIBS 12682 ac_check_lib_save_LIBS=$LIBS
@@ -12688,7 +12710,7 @@ LIBS=$ac_check_lib_save_LIBS
12688fi 12710fi
12689{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mail_maillock" >&5 12711{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mail_maillock" >&5
12690$as_echo "$ac_cv_lib_mail_maillock" >&6; } 12712$as_echo "$ac_cv_lib_mail_maillock" >&6; }
12691if test "x$ac_cv_lib_mail_maillock" = x""yes; then : 12713if test "x$ac_cv_lib_mail_maillock" = xyes; then :
12692 have_mail=yes 12714 have_mail=yes
12693else 12715else
12694 have_mail=no 12716 have_mail=no
@@ -12705,7 +12727,7 @@ else
12705fi 12727fi
12706{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -llockfile" >&5 12728{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -llockfile" >&5
12707$as_echo_n "checking for maillock in -llockfile... " >&6; } 12729$as_echo_n "checking for maillock in -llockfile... " >&6; }
12708if test "${ac_cv_lib_lockfile_maillock+set}" = set; then : 12730if ${ac_cv_lib_lockfile_maillock+:} false; then :
12709 $as_echo_n "(cached) " >&6 12731 $as_echo_n "(cached) " >&6
12710else 12732else
12711 ac_check_lib_save_LIBS=$LIBS 12733 ac_check_lib_save_LIBS=$LIBS
@@ -12739,7 +12761,7 @@ LIBS=$ac_check_lib_save_LIBS
12739fi 12761fi
12740{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lockfile_maillock" >&5 12762{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lockfile_maillock" >&5
12741$as_echo "$ac_cv_lib_lockfile_maillock" >&6; } 12763$as_echo "$ac_cv_lib_lockfile_maillock" >&6; }
12742if test "x$ac_cv_lib_lockfile_maillock" = x""yes; then : 12764if test "x$ac_cv_lib_lockfile_maillock" = xyes; then :
12743 have_lockfile=yes 12765 have_lockfile=yes
12744else 12766else
12745 have_lockfile=no 12767 have_lockfile=no
@@ -12759,7 +12781,7 @@ else
12759set dummy liblockfile.so; ac_word=$2 12781set dummy liblockfile.so; ac_word=$2
12760{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 12782{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12761$as_echo_n "checking for $ac_word... " >&6; } 12783$as_echo_n "checking for $ac_word... " >&6; }
12762if test "${ac_cv_prog_liblockfile+set}" = set; then : 12784if ${ac_cv_prog_liblockfile+:} false; then :
12763 $as_echo_n "(cached) " >&6 12785 $as_echo_n "(cached) " >&6
12764else 12786else
12765 if test -n "$liblockfile"; then 12787 if test -n "$liblockfile"; then
@@ -12803,7 +12825,7 @@ fi
12803for ac_func in touchlock 12825for ac_func in touchlock
12804do : 12826do :
12805 ac_fn_c_check_func "$LINENO" "touchlock" "ac_cv_func_touchlock" 12827 ac_fn_c_check_func "$LINENO" "touchlock" "ac_cv_func_touchlock"
12806if test "x$ac_cv_func_touchlock" = x""yes; then : 12828if test "x$ac_cv_func_touchlock" = xyes; then :
12807 cat >>confdefs.h <<_ACEOF 12829 cat >>confdefs.h <<_ACEOF
12808#define HAVE_TOUCHLOCK 1 12830#define HAVE_TOUCHLOCK 1
12809_ACEOF 12831_ACEOF
@@ -12814,7 +12836,7 @@ done
12814for ac_header in maillock.h 12836for ac_header in maillock.h
12815do : 12837do :
12816 ac_fn_c_check_header_mongrel "$LINENO" "maillock.h" "ac_cv_header_maillock_h" "$ac_includes_default" 12838 ac_fn_c_check_header_mongrel "$LINENO" "maillock.h" "ac_cv_header_maillock_h" "$ac_includes_default"
12817if test "x$ac_cv_header_maillock_h" = x""yes; then : 12839if test "x$ac_cv_header_maillock_h" = xyes; then :
12818 cat >>confdefs.h <<_ACEOF 12840 cat >>confdefs.h <<_ACEOF
12819#define HAVE_MAILLOCK_H 1 12841#define HAVE_MAILLOCK_H 1
12820_ACEOF 12842_ACEOF
@@ -12895,7 +12917,7 @@ done
12895 12917
12896{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_unwind_init" >&5 12918{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_unwind_init" >&5
12897$as_echo_n "checking for __builtin_unwind_init... " >&6; } 12919$as_echo_n "checking for __builtin_unwind_init... " >&6; }
12898if test "${emacs_cv_func___builtin_unwind_init+set}" = set; then : 12920if ${emacs_cv_func___builtin_unwind_init+:} false; then :
12899 $as_echo_n "(cached) " >&6 12921 $as_echo_n "(cached) " >&6
12900else 12922else
12901 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 12923 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -12928,7 +12950,7 @@ fi
12928for ac_header in sys/un.h 12950for ac_header in sys/un.h
12929do : 12951do :
12930 ac_fn_c_check_header_mongrel "$LINENO" "sys/un.h" "ac_cv_header_sys_un_h" "$ac_includes_default" 12952 ac_fn_c_check_header_mongrel "$LINENO" "sys/un.h" "ac_cv_header_sys_un_h" "$ac_includes_default"
12931if test "x$ac_cv_header_sys_un_h" = x""yes; then : 12953if test "x$ac_cv_header_sys_un_h" = xyes; then :
12932 cat >>confdefs.h <<_ACEOF 12954 cat >>confdefs.h <<_ACEOF
12933#define HAVE_SYS_UN_H 1 12955#define HAVE_SYS_UN_H 1
12934_ACEOF 12956_ACEOF
@@ -12948,7 +12970,7 @@ ac_save_LIBS=$LIBS
12948 12970
12949# Check for getloadavg, but be sure not to touch the cache variable. 12971# Check for getloadavg, but be sure not to touch the cache variable.
12950(ac_fn_c_check_func "$LINENO" "getloadavg" "ac_cv_func_getloadavg" 12972(ac_fn_c_check_func "$LINENO" "getloadavg" "ac_cv_func_getloadavg"
12951if test "x$ac_cv_func_getloadavg" = x""yes; then : 12973if test "x$ac_cv_func_getloadavg" = xyes; then :
12952 exit 0 12974 exit 0
12953else 12975else
12954 exit 1 12976 exit 1
@@ -12959,7 +12981,7 @@ fi
12959for ac_func in pstat_getdynamic 12981for ac_func in pstat_getdynamic
12960do : 12982do :
12961 ac_fn_c_check_func "$LINENO" "pstat_getdynamic" "ac_cv_func_pstat_getdynamic" 12983 ac_fn_c_check_func "$LINENO" "pstat_getdynamic" "ac_cv_func_pstat_getdynamic"
12962if test "x$ac_cv_func_pstat_getdynamic" = x""yes; then : 12984if test "x$ac_cv_func_pstat_getdynamic" = xyes; then :
12963 cat >>confdefs.h <<_ACEOF 12985 cat >>confdefs.h <<_ACEOF
12964#define HAVE_PSTAT_GETDYNAMIC 1 12986#define HAVE_PSTAT_GETDYNAMIC 1
12965_ACEOF 12987_ACEOF
@@ -12971,7 +12993,7 @@ done
12971# Solaris has libkstat which does not require root. 12993# Solaris has libkstat which does not require root.
12972{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5 12994{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
12973$as_echo_n "checking for kstat_open in -lkstat... " >&6; } 12995$as_echo_n "checking for kstat_open in -lkstat... " >&6; }
12974if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then : 12996if ${ac_cv_lib_kstat_kstat_open+:} false; then :
12975 $as_echo_n "(cached) " >&6 12997 $as_echo_n "(cached) " >&6
12976else 12998else
12977 ac_check_lib_save_LIBS=$LIBS 12999 ac_check_lib_save_LIBS=$LIBS
@@ -13005,7 +13027,7 @@ LIBS=$ac_check_lib_save_LIBS
13005fi 13027fi
13006{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5 13028{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
13007$as_echo "$ac_cv_lib_kstat_kstat_open" >&6; } 13029$as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
13008if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then : 13030if test "x$ac_cv_lib_kstat_kstat_open" = xyes; then :
13009 cat >>confdefs.h <<_ACEOF 13031 cat >>confdefs.h <<_ACEOF
13010#define HAVE_LIBKSTAT 1 13032#define HAVE_LIBKSTAT 1
13011_ACEOF 13033_ACEOF
@@ -13023,7 +13045,7 @@ test $ac_cv_lib_kstat_kstat_open = yes && ac_have_func=yes
13023if test $ac_have_func = no; then 13045if test $ac_have_func = no; then
13024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for elf_begin in -lelf" >&5 13046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for elf_begin in -lelf" >&5
13025$as_echo_n "checking for elf_begin in -lelf... " >&6; } 13047$as_echo_n "checking for elf_begin in -lelf... " >&6; }
13026if test "${ac_cv_lib_elf_elf_begin+set}" = set; then : 13048if ${ac_cv_lib_elf_elf_begin+:} false; then :
13027 $as_echo_n "(cached) " >&6 13049 $as_echo_n "(cached) " >&6
13028else 13050else
13029 ac_check_lib_save_LIBS=$LIBS 13051 ac_check_lib_save_LIBS=$LIBS
@@ -13057,7 +13079,7 @@ LIBS=$ac_check_lib_save_LIBS
13057fi 13079fi
13058{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_elf_elf_begin" >&5 13080{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_elf_elf_begin" >&5
13059$as_echo "$ac_cv_lib_elf_elf_begin" >&6; } 13081$as_echo "$ac_cv_lib_elf_elf_begin" >&6; }
13060if test "x$ac_cv_lib_elf_elf_begin" = x""yes; then : 13082if test "x$ac_cv_lib_elf_elf_begin" = xyes; then :
13061 LIBS="-lelf $LIBS" 13083 LIBS="-lelf $LIBS"
13062fi 13084fi
13063 13085
@@ -13065,7 +13087,7 @@ fi
13065if test $ac_have_func = no; then 13087if test $ac_have_func = no; then
13066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kvm_open in -lkvm" >&5 13088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kvm_open in -lkvm" >&5
13067$as_echo_n "checking for kvm_open in -lkvm... " >&6; } 13089$as_echo_n "checking for kvm_open in -lkvm... " >&6; }
13068if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then : 13090if ${ac_cv_lib_kvm_kvm_open+:} false; then :
13069 $as_echo_n "(cached) " >&6 13091 $as_echo_n "(cached) " >&6
13070else 13092else
13071 ac_check_lib_save_LIBS=$LIBS 13093 ac_check_lib_save_LIBS=$LIBS
@@ -13099,14 +13121,14 @@ LIBS=$ac_check_lib_save_LIBS
13099fi 13121fi
13100{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kvm_kvm_open" >&5 13122{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kvm_kvm_open" >&5
13101$as_echo "$ac_cv_lib_kvm_kvm_open" >&6; } 13123$as_echo "$ac_cv_lib_kvm_kvm_open" >&6; }
13102if test "x$ac_cv_lib_kvm_kvm_open" = x""yes; then : 13124if test "x$ac_cv_lib_kvm_kvm_open" = xyes; then :
13103 LIBS="-lkvm $LIBS" 13125 LIBS="-lkvm $LIBS"
13104fi 13126fi
13105 13127
13106 # Check for the 4.4BSD definition of getloadavg. 13128 # Check for the 4.4BSD definition of getloadavg.
13107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lutil" >&5 13129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lutil" >&5
13108$as_echo_n "checking for getloadavg in -lutil... " >&6; } 13130$as_echo_n "checking for getloadavg in -lutil... " >&6; }
13109if test "${ac_cv_lib_util_getloadavg+set}" = set; then : 13131if ${ac_cv_lib_util_getloadavg+:} false; then :
13110 $as_echo_n "(cached) " >&6 13132 $as_echo_n "(cached) " >&6
13111else 13133else
13112 ac_check_lib_save_LIBS=$LIBS 13134 ac_check_lib_save_LIBS=$LIBS
@@ -13140,7 +13162,7 @@ LIBS=$ac_check_lib_save_LIBS
13140fi 13162fi
13141{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_util_getloadavg" >&5 13163{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_util_getloadavg" >&5
13142$as_echo "$ac_cv_lib_util_getloadavg" >&6; } 13164$as_echo "$ac_cv_lib_util_getloadavg" >&6; }
13143if test "x$ac_cv_lib_util_getloadavg" = x""yes; then : 13165if test "x$ac_cv_lib_util_getloadavg" = xyes; then :
13144 LIBS="-lutil $LIBS" ac_have_func=yes ac_cv_func_getloadavg_setgid=yes 13166 LIBS="-lutil $LIBS" ac_have_func=yes ac_cv_func_getloadavg_setgid=yes
13145fi 13167fi
13146 13168
@@ -13153,7 +13175,7 @@ if test $ac_have_func = no; then
13153 LIBS="-L/usr/local/lib $LIBS" 13175 LIBS="-L/usr/local/lib $LIBS"
13154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lgetloadavg" >&5 13176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lgetloadavg" >&5
13155$as_echo_n "checking for getloadavg in -lgetloadavg... " >&6; } 13177$as_echo_n "checking for getloadavg in -lgetloadavg... " >&6; }
13156if test "${ac_cv_lib_getloadavg_getloadavg+set}" = set; then : 13178if ${ac_cv_lib_getloadavg_getloadavg+:} false; then :
13157 $as_echo_n "(cached) " >&6 13179 $as_echo_n "(cached) " >&6
13158else 13180else
13159 ac_check_lib_save_LIBS=$LIBS 13181 ac_check_lib_save_LIBS=$LIBS
@@ -13187,7 +13209,7 @@ LIBS=$ac_check_lib_save_LIBS
13187fi 13209fi
13188{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_getloadavg_getloadavg" >&5 13210{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_getloadavg_getloadavg" >&5
13189$as_echo "$ac_cv_lib_getloadavg_getloadavg" >&6; } 13211$as_echo "$ac_cv_lib_getloadavg_getloadavg" >&6; }
13190if test "x$ac_cv_lib_getloadavg_getloadavg" = x""yes; then : 13212if test "x$ac_cv_lib_getloadavg_getloadavg" = xyes; then :
13191 LIBS="-lgetloadavg $LIBS" 13213 LIBS="-lgetloadavg $LIBS"
13192else 13214else
13193 LIBS=$ac_getloadavg_LIBS 13215 LIBS=$ac_getloadavg_LIBS
@@ -13200,7 +13222,7 @@ fi
13200for ac_func in getloadavg 13222for ac_func in getloadavg
13201do : 13223do :
13202 ac_fn_c_check_func "$LINENO" "getloadavg" "ac_cv_func_getloadavg" 13224 ac_fn_c_check_func "$LINENO" "getloadavg" "ac_cv_func_getloadavg"
13203if test "x$ac_cv_func_getloadavg" = x""yes; then : 13225if test "x$ac_cv_func_getloadavg" = xyes; then :
13204 cat >>confdefs.h <<_ACEOF 13226 cat >>confdefs.h <<_ACEOF
13205#define HAVE_GETLOADAVG 1 13227#define HAVE_GETLOADAVG 1
13206_ACEOF 13228_ACEOF
@@ -13218,14 +13240,14 @@ $as_echo "#define C_GETLOADAVG 1" >>confdefs.h
13218# Figure out what our getloadavg.c needs. 13240# Figure out what our getloadavg.c needs.
13219ac_have_func=no 13241ac_have_func=no
13220ac_fn_c_check_header_mongrel "$LINENO" "sys/dg_sys_info.h" "ac_cv_header_sys_dg_sys_info_h" "$ac_includes_default" 13242ac_fn_c_check_header_mongrel "$LINENO" "sys/dg_sys_info.h" "ac_cv_header_sys_dg_sys_info_h" "$ac_includes_default"
13221if test "x$ac_cv_header_sys_dg_sys_info_h" = x""yes; then : 13243if test "x$ac_cv_header_sys_dg_sys_info_h" = xyes; then :
13222 ac_have_func=yes 13244 ac_have_func=yes
13223 13245
13224$as_echo "#define DGUX 1" >>confdefs.h 13246$as_echo "#define DGUX 1" >>confdefs.h
13225 13247
13226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dg_sys_info in -ldgc" >&5 13248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dg_sys_info in -ldgc" >&5
13227$as_echo_n "checking for dg_sys_info in -ldgc... " >&6; } 13249$as_echo_n "checking for dg_sys_info in -ldgc... " >&6; }
13228if test "${ac_cv_lib_dgc_dg_sys_info+set}" = set; then : 13250if ${ac_cv_lib_dgc_dg_sys_info+:} false; then :
13229 $as_echo_n "(cached) " >&6 13251 $as_echo_n "(cached) " >&6
13230else 13252else
13231 ac_check_lib_save_LIBS=$LIBS 13253 ac_check_lib_save_LIBS=$LIBS
@@ -13259,7 +13281,7 @@ LIBS=$ac_check_lib_save_LIBS
13259fi 13281fi
13260{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dgc_dg_sys_info" >&5 13282{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dgc_dg_sys_info" >&5
13261$as_echo "$ac_cv_lib_dgc_dg_sys_info" >&6; } 13283$as_echo "$ac_cv_lib_dgc_dg_sys_info" >&6; }
13262if test "x$ac_cv_lib_dgc_dg_sys_info" = x""yes; then : 13284if test "x$ac_cv_lib_dgc_dg_sys_info" = xyes; then :
13263 cat >>confdefs.h <<_ACEOF 13285 cat >>confdefs.h <<_ACEOF
13264#define HAVE_LIBDGC 1 13286#define HAVE_LIBDGC 1
13265_ACEOF 13287_ACEOF
@@ -13273,7 +13295,7 @@ fi
13273 13295
13274 13296
13275ac_fn_c_check_header_mongrel "$LINENO" "locale.h" "ac_cv_header_locale_h" "$ac_includes_default" 13297ac_fn_c_check_header_mongrel "$LINENO" "locale.h" "ac_cv_header_locale_h" "$ac_includes_default"
13276if test "x$ac_cv_header_locale_h" = x""yes; then : 13298if test "x$ac_cv_header_locale_h" = xyes; then :
13277 13299
13278fi 13300fi
13279 13301
@@ -13281,7 +13303,7 @@ fi
13281for ac_func in setlocale 13303for ac_func in setlocale
13282do : 13304do :
13283 ac_fn_c_check_func "$LINENO" "setlocale" "ac_cv_func_setlocale" 13305 ac_fn_c_check_func "$LINENO" "setlocale" "ac_cv_func_setlocale"
13284if test "x$ac_cv_func_setlocale" = x""yes; then : 13306if test "x$ac_cv_func_setlocale" = xyes; then :
13285 cat >>confdefs.h <<_ACEOF 13307 cat >>confdefs.h <<_ACEOF
13286#define HAVE_SETLOCALE 1 13308#define HAVE_SETLOCALE 1
13287_ACEOF 13309_ACEOF
@@ -13293,7 +13315,8 @@ done
13293# We cannot check for <dwarf.h>, because Solaris 2 does not use dwarf (it 13315# We cannot check for <dwarf.h>, because Solaris 2 does not use dwarf (it
13294# uses stabs), but it is still SVR4. We cannot check for <elf.h> because 13316# uses stabs), but it is still SVR4. We cannot check for <elf.h> because
13295# Irix 4.0.5F has the header but not the library. 13317# Irix 4.0.5F has the header but not the library.
13296if test $ac_have_func = no && test "$ac_cv_lib_elf_elf_begin" = yes; then 13318if test $ac_have_func = no && test "$ac_cv_lib_elf_elf_begin" = yes \
13319 && test "$ac_cv_lib_kvm_kvm_open" = yes; then
13297 ac_have_func=yes 13320 ac_have_func=yes
13298 13321
13299$as_echo "#define SVR4 1" >>confdefs.h 13322$as_echo "#define SVR4 1" >>confdefs.h
@@ -13302,7 +13325,7 @@ fi
13302 13325
13303if test $ac_have_func = no; then 13326if test $ac_have_func = no; then
13304 ac_fn_c_check_header_mongrel "$LINENO" "inq_stats/cpustats.h" "ac_cv_header_inq_stats_cpustats_h" "$ac_includes_default" 13327 ac_fn_c_check_header_mongrel "$LINENO" "inq_stats/cpustats.h" "ac_cv_header_inq_stats_cpustats_h" "$ac_includes_default"
13305if test "x$ac_cv_header_inq_stats_cpustats_h" = x""yes; then : 13328if test "x$ac_cv_header_inq_stats_cpustats_h" = xyes; then :
13306 ac_have_func=yes 13329 ac_have_func=yes
13307 13330
13308$as_echo "#define UMAX 1" >>confdefs.h 13331$as_echo "#define UMAX 1" >>confdefs.h
@@ -13317,7 +13340,7 @@ fi
13317 13340
13318if test $ac_have_func = no; then 13341if test $ac_have_func = no; then
13319 ac_fn_c_check_header_mongrel "$LINENO" "sys/cpustats.h" "ac_cv_header_sys_cpustats_h" "$ac_includes_default" 13342 ac_fn_c_check_header_mongrel "$LINENO" "sys/cpustats.h" "ac_cv_header_sys_cpustats_h" "$ac_includes_default"
13320if test "x$ac_cv_header_sys_cpustats_h" = x""yes; then : 13343if test "x$ac_cv_header_sys_cpustats_h" = xyes; then :
13321 ac_have_func=yes; $as_echo "#define UMAX 1" >>confdefs.h 13344 ac_have_func=yes; $as_echo "#define UMAX 1" >>confdefs.h
13322 13345
13323fi 13346fi
@@ -13329,7 +13352,7 @@ if test $ac_have_func = no; then
13329 for ac_header in mach/mach.h 13352 for ac_header in mach/mach.h
13330do : 13353do :
13331 ac_fn_c_check_header_mongrel "$LINENO" "mach/mach.h" "ac_cv_header_mach_mach_h" "$ac_includes_default" 13354 ac_fn_c_check_header_mongrel "$LINENO" "mach/mach.h" "ac_cv_header_mach_mach_h" "$ac_includes_default"
13332if test "x$ac_cv_header_mach_mach_h" = x""yes; then : 13355if test "x$ac_cv_header_mach_mach_h" = xyes; then :
13333 cat >>confdefs.h <<_ACEOF 13356 cat >>confdefs.h <<_ACEOF
13334#define HAVE_MACH_MACH_H 1 13357#define HAVE_MACH_MACH_H 1
13335_ACEOF 13358_ACEOF
@@ -13343,13 +13366,13 @@ fi
13343for ac_header in nlist.h 13366for ac_header in nlist.h
13344do : 13367do :
13345 ac_fn_c_check_header_mongrel "$LINENO" "nlist.h" "ac_cv_header_nlist_h" "$ac_includes_default" 13368 ac_fn_c_check_header_mongrel "$LINENO" "nlist.h" "ac_cv_header_nlist_h" "$ac_includes_default"
13346if test "x$ac_cv_header_nlist_h" = x""yes; then : 13369if test "x$ac_cv_header_nlist_h" = xyes; then :
13347 cat >>confdefs.h <<_ACEOF 13370 cat >>confdefs.h <<_ACEOF
13348#define HAVE_NLIST_H 1 13371#define HAVE_NLIST_H 1
13349_ACEOF 13372_ACEOF
13350 ac_fn_c_check_member "$LINENO" "struct nlist" "n_un.n_name" "ac_cv_member_struct_nlist_n_un_n_name" "#include <nlist.h> 13373 ac_fn_c_check_member "$LINENO" "struct nlist" "n_un.n_name" "ac_cv_member_struct_nlist_n_un_n_name" "#include <nlist.h>
13351" 13374"
13352if test "x$ac_cv_member_struct_nlist_n_un_n_name" = x""yes; then : 13375if test "x$ac_cv_member_struct_nlist_n_un_n_name" = xyes; then :
13353 13376
13354cat >>confdefs.h <<_ACEOF 13377cat >>confdefs.h <<_ACEOF
13355#define HAVE_STRUCT_NLIST_N_UN_N_NAME 1 13378#define HAVE_STRUCT_NLIST_N_UN_N_NAME 1
@@ -13372,7 +13395,7 @@ done
13372# Some definitions of getloadavg require that the program be installed setgid. 13395# Some definitions of getloadavg require that the program be installed setgid.
13373{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getloadavg requires setgid" >&5 13396{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getloadavg requires setgid" >&5
13374$as_echo_n "checking whether getloadavg requires setgid... " >&6; } 13397$as_echo_n "checking whether getloadavg requires setgid... " >&6; }
13375if test "${ac_cv_func_getloadavg_setgid+set}" = set; then : 13398if ${ac_cv_func_getloadavg_setgid+:} false; then :
13376 $as_echo_n "(cached) " >&6 13399 $as_echo_n "(cached) " >&6
13377else 13400else
13378 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 13401 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -13405,7 +13428,7 @@ fi
13405if test $ac_cv_func_getloadavg_setgid = yes; then 13428if test $ac_cv_func_getloadavg_setgid = yes; then
13406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking group of /dev/kmem" >&5 13429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking group of /dev/kmem" >&5
13407$as_echo_n "checking group of /dev/kmem... " >&6; } 13430$as_echo_n "checking group of /dev/kmem... " >&6; }
13408if test "${ac_cv_group_kmem+set}" = set; then : 13431if ${ac_cv_group_kmem+:} false; then :
13409 $as_echo_n "(cached) " >&6 13432 $as_echo_n "(cached) " >&6
13410else 13433else
13411 # On Solaris, /dev/kmem is a symlink. Get info on the real file. 13434 # On Solaris, /dev/kmem is a symlink. Get info on the real file.
@@ -13433,7 +13456,7 @@ LIBS=$ac_save_LIBS
13433 13456
13434{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5 13457{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5
13435$as_echo_n "checking for _LARGEFILE_SOURCE value needed for large files... " >&6; } 13458$as_echo_n "checking for _LARGEFILE_SOURCE value needed for large files... " >&6; }
13436if test "${ac_cv_sys_largefile_source+set}" = set; then : 13459if ${ac_cv_sys_largefile_source+:} false; then :
13437 $as_echo_n "(cached) " >&6 13460 $as_echo_n "(cached) " >&6
13438else 13461else
13439 while :; do 13462 while :; do
@@ -13502,7 +13525,7 @@ fi
13502 13525
13503{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getpgrp requires zero arguments" >&5 13526{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getpgrp requires zero arguments" >&5
13504$as_echo_n "checking whether getpgrp requires zero arguments... " >&6; } 13527$as_echo_n "checking whether getpgrp requires zero arguments... " >&6; }
13505if test "${ac_cv_func_getpgrp_void+set}" = set; then : 13528if ${ac_cv_func_getpgrp_void+:} false; then :
13506 $as_echo_n "(cached) " >&6 13529 $as_echo_n "(cached) " >&6
13507else 13530else
13508 # Use it with a single arg. 13531 # Use it with a single arg.
@@ -13542,13 +13565,16 @@ fi
13542 13565
13543 13566
13544 13567
13568
13569
13570
13545 LIBC_FATAL_STDERR_=1 13571 LIBC_FATAL_STDERR_=1
13546 export LIBC_FATAL_STDERR_ 13572 export LIBC_FATAL_STDERR_
13547 13573
13548 13574
13549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether strtold conforms to C99" >&5 13575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether strtold conforms to C99" >&5
13550$as_echo_n "checking whether strtold conforms to C99... " >&6; } 13576$as_echo_n "checking whether strtold conforms to C99... " >&6; }
13551if test "${gl_cv_func_c99_strtold+set}" = set; then : 13577if ${gl_cv_func_c99_strtold+:} false; then :
13552 $as_echo_n "(cached) " >&6 13578 $as_echo_n "(cached) " >&6
13553else 13579else
13554 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 13580 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -13701,7 +13727,7 @@ $as_echo "#define HAVE_C99_STRTOLD 1" >>confdefs.h
13701 13727
13702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the preprocessor supports include_next" >&5 13728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the preprocessor supports include_next" >&5
13703$as_echo_n "checking whether the preprocessor supports include_next... " >&6; } 13729$as_echo_n "checking whether the preprocessor supports include_next... " >&6; }
13704if test "${gl_cv_have_include_next+set}" = set; then : 13730if ${gl_cv_have_include_next+:} false; then :
13705 $as_echo_n "(cached) " >&6 13731 $as_echo_n "(cached) " >&6
13706else 13732else
13707 rm -rf conftestd1a conftestd1b conftestd2 13733 rm -rf conftestd1a conftestd1b conftestd2
@@ -13781,7 +13807,7 @@ $as_echo "$gl_cv_have_include_next" >&6; }
13781 13807
13782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether system header files limit the line length" >&5 13808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether system header files limit the line length" >&5
13783$as_echo_n "checking whether system header files limit the line length... " >&6; } 13809$as_echo_n "checking whether system header files limit the line length... " >&6; }
13784if test "${gl_cv_pragma_columns+set}" = set; then : 13810if ${gl_cv_pragma_columns+:} false; then :
13785 $as_echo_n "(cached) " >&6 13811 $as_echo_n "(cached) " >&6
13786else 13812else
13787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 13813 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -13831,7 +13857,7 @@ $as_echo "$gl_cv_pragma_columns" >&6; }
13831 else 13857 else
13832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <getopt.h>" >&5 13858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <getopt.h>" >&5
13833$as_echo_n "checking absolute name of <getopt.h>... " >&6; } 13859$as_echo_n "checking absolute name of <getopt.h>... " >&6; }
13834if test "${gl_cv_next_getopt_h+set}" = set; then : 13860if ${gl_cv_next_getopt_h+:} false; then :
13835 $as_echo_n "(cached) " >&6 13861 $as_echo_n "(cached) " >&6
13836else 13862else
13837 13863
@@ -13890,7 +13916,7 @@ $as_echo "$gl_cv_next_getopt_h" >&6; }
13890 for ac_header in getopt.h 13916 for ac_header in getopt.h
13891do : 13917do :
13892 ac_fn_c_check_header_mongrel "$LINENO" "getopt.h" "ac_cv_header_getopt_h" "$ac_includes_default" 13918 ac_fn_c_check_header_mongrel "$LINENO" "getopt.h" "ac_cv_header_getopt_h" "$ac_includes_default"
13893if test "x$ac_cv_header_getopt_h" = x""yes; then : 13919if test "x$ac_cv_header_getopt_h" = xyes; then :
13894 cat >>confdefs.h <<_ACEOF 13920 cat >>confdefs.h <<_ACEOF
13895#define HAVE_GETOPT_H 1 13921#define HAVE_GETOPT_H 1
13896_ACEOF 13922_ACEOF
@@ -13907,7 +13933,7 @@ done
13907 for ac_func in getopt_long_only 13933 for ac_func in getopt_long_only
13908do : 13934do :
13909 ac_fn_c_check_func "$LINENO" "getopt_long_only" "ac_cv_func_getopt_long_only" 13935 ac_fn_c_check_func "$LINENO" "getopt_long_only" "ac_cv_func_getopt_long_only"
13910if test "x$ac_cv_func_getopt_long_only" = x""yes; then : 13936if test "x$ac_cv_func_getopt_long_only" = xyes; then :
13911 cat >>confdefs.h <<_ACEOF 13937 cat >>confdefs.h <<_ACEOF
13912#define HAVE_GETOPT_LONG_ONLY 1 13938#define HAVE_GETOPT_LONG_ONLY 1
13913_ACEOF 13939_ACEOF
@@ -13919,46 +13945,50 @@ done
13919 13945
13920 fi 13946 fi
13921 13947
13922 if test -z "$gl_replace_getopt"; then 13948 if test -z "$gl_replace_getopt"; then
13923 ac_fn_c_check_decl "$LINENO" "optreset" "ac_cv_have_decl_optreset" "#include <getopt.h> 13949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getopt is POSIX compatible" >&5
13924" 13950$as_echo_n "checking whether getopt is POSIX compatible... " >&6; }
13925if test "x$ac_cv_have_decl_optreset" = x""yes; then : 13951if ${gl_cv_func_getopt_posix+:} false; then :
13926 ac_have_decl=1 13952 $as_echo_n "(cached) " >&6
13927else 13953else
13928 ac_have_decl=0
13929fi
13930 13954
13931cat >>confdefs.h <<_ACEOF 13955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13932#define HAVE_DECL_OPTRESET $ac_have_decl 13956/* end confdefs.h. */
13957#include <unistd.h>
13958int
13959main ()
13960{
13961int *p = &optreset; return optreset;
13962 ;
13963 return 0;
13964}
13933_ACEOF 13965_ACEOF
13934if test $ac_have_decl = 1; then : 13966if ac_fn_c_try_compile "$LINENO"; then :
13935 13967 gl_optind_min=1
13936else 13968else
13937 ac_fn_c_check_decl "$LINENO" "getopt_clip" "ac_cv_have_decl_getopt_clip" "#include <getopt.h> 13969 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13938" 13970/* end confdefs.h. */
13939if test "x$ac_cv_have_decl_getopt_clip" = x""yes; then : 13971#include <getopt.h>
13940 ac_have_decl=1 13972int
13973main ()
13974{
13975return !getopt_clip;
13976 ;
13977 return 0;
13978}
13979_ACEOF
13980if ac_fn_c_try_compile "$LINENO"; then :
13981 gl_optind_min=1
13941else 13982else
13942 ac_have_decl=0 13983 gl_optind_min=0
13943fi 13984fi
13944 13985rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13945cat >>confdefs.h <<_ACEOF
13946#define HAVE_DECL_GETOPT_CLIP $ac_have_decl
13947_ACEOF
13948
13949
13950fi 13986fi
13987rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13951 13988
13952 fi 13989 gl_save_CPPFLAGS=$CPPFLAGS
13953 13990 CPPFLAGS="$CPPFLAGS -DOPTIND_MIN=$gl_optind_min"
13954 if test -z "$gl_replace_getopt"; then 13991 if test "$cross_compiling" = yes; then :
13955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getopt is POSIX compatible" >&5
13956$as_echo_n "checking whether getopt is POSIX compatible... " >&6; }
13957if test "${gl_cv_func_getopt_posix+set}" = set; then :
13958 $as_echo_n "(cached) " >&6
13959else
13960
13961 if test "$cross_compiling" = yes; then :
13962 case "$host_os" in 13992 case "$host_os" in
13963 mingw*) gl_cv_func_getopt_posix="guessing no";; 13993 mingw*) gl_cv_func_getopt_posix="guessing no";;
13964 darwin* | aix*) gl_cv_func_getopt_posix="guessing no";; 13994 darwin* | aix*) gl_cv_func_getopt_posix="guessing no";;
@@ -13973,12 +14003,6 @@ else
13973#include <stdlib.h> 14003#include <stdlib.h>
13974#include <string.h> 14004#include <string.h>
13975 14005
13976#if !HAVE_DECL_OPTRESET && !HAVE_DECL_GETOPT_CLIP
13977# define OPTIND_MIN 0
13978#else
13979# define OPTIND_MIN 1
13980#endif
13981
13982int 14006int
13983main () 14007main ()
13984{ 14008{
@@ -14069,6 +14093,7 @@ rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14069 conftest.$ac_objext conftest.beam conftest.$ac_ext 14093 conftest.$ac_objext conftest.beam conftest.$ac_ext
14070fi 14094fi
14071 14095
14096 CPPFLAGS=$gl_save_CPPFLAGS
14072 14097
14073fi 14098fi
14074{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getopt_posix" >&5 14099{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getopt_posix" >&5
@@ -14081,7 +14106,7 @@ $as_echo "$gl_cv_func_getopt_posix" >&6; }
14081 if test -z "$gl_replace_getopt" && test $gl_getopt_required = GNU; then 14106 if test -z "$gl_replace_getopt" && test $gl_getopt_required = GNU; then
14082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working GNU getopt function" >&5 14107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working GNU getopt function" >&5
14083$as_echo_n "checking for working GNU getopt function... " >&6; } 14108$as_echo_n "checking for working GNU getopt function... " >&6; }
14084if test "${gl_cv_func_getopt_gnu+set}" = set; then : 14109if ${gl_cv_func_getopt_gnu+:} false; then :
14085 $as_echo_n "(cached) " >&6 14110 $as_echo_n "(cached) " >&6
14086else 14111else
14087 # Even with POSIXLY_CORRECT, the GNU extension of leading '-' in the 14112 # Even with POSIXLY_CORRECT, the GNU extension of leading '-' in the
@@ -14193,7 +14218,7 @@ $as_echo "$gl_cv_func_getopt_gnu" >&6; }
14193 fi 14218 fi
14194 14219
14195ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default" 14220ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
14196if test "x$ac_cv_have_decl_getenv" = x""yes; then : 14221if test "x$ac_cv_have_decl_getenv" = xyes; then :
14197 ac_have_decl=1 14222 ac_have_decl=1
14198else 14223else
14199 ac_have_decl=0 14224 ac_have_decl=0
@@ -14323,7 +14348,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14323 14348
14324{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5 14349{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
14325$as_echo_n "checking for inline... " >&6; } 14350$as_echo_n "checking for inline... " >&6; }
14326if test "${ac_cv_c_inline+set}" = set; then : 14351if ${ac_cv_c_inline+:} false; then :
14327 $as_echo_n "(cached) " >&6 14352 $as_echo_n "(cached) " >&6
14328else 14353else
14329 ac_cv_c_inline=no 14354 ac_cv_c_inline=no
@@ -14371,7 +14396,7 @@ esac
14371 14396
14372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wchar_t" >&5 14397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wchar_t" >&5
14373$as_echo_n "checking for wchar_t... " >&6; } 14398$as_echo_n "checking for wchar_t... " >&6; }
14374if test "${gt_cv_c_wchar_t+set}" = set; then : 14399if ${gt_cv_c_wchar_t+:} false; then :
14375 $as_echo_n "(cached) " >&6 14400 $as_echo_n "(cached) " >&6
14376else 14401else
14377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 14402 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -14403,7 +14428,7 @@ $as_echo "#define HAVE_WCHAR_T 1" >>confdefs.h
14403 14428
14404{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C/C++ restrict keyword" >&5 14429{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C/C++ restrict keyword" >&5
14405$as_echo_n "checking for C/C++ restrict keyword... " >&6; } 14430$as_echo_n "checking for C/C++ restrict keyword... " >&6; }
14406if test "${ac_cv_c_restrict+set}" = set; then : 14431if ${ac_cv_c_restrict+:} false; then :
14407 $as_echo_n "(cached) " >&6 14432 $as_echo_n "(cached) " >&6
14408else 14433else
14409 ac_cv_c_restrict=no 14434 ac_cv_c_restrict=no
@@ -14453,7 +14478,7 @@ _ACEOF
14453 14478
14454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <time.h>" >&5 14479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <time.h>" >&5
14455$as_echo_n "checking for struct timespec in <time.h>... " >&6; } 14480$as_echo_n "checking for struct timespec in <time.h>... " >&6; }
14456if test "${gl_cv_sys_struct_timespec_in_time_h+set}" = set; then : 14481if ${gl_cv_sys_struct_timespec_in_time_h+:} false; then :
14457 $as_echo_n "(cached) " >&6 14482 $as_echo_n "(cached) " >&6
14458else 14483else
14459 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 14484 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -14486,7 +14511,7 @@ $as_echo "$gl_cv_sys_struct_timespec_in_time_h" >&6; }
14486 else 14511 else
14487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <sys/time.h>" >&5 14512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <sys/time.h>" >&5
14488$as_echo_n "checking for struct timespec in <sys/time.h>... " >&6; } 14513$as_echo_n "checking for struct timespec in <sys/time.h>... " >&6; }
14489if test "${gl_cv_sys_struct_timespec_in_sys_time_h+set}" = set; then : 14514if ${gl_cv_sys_struct_timespec_in_sys_time_h+:} false; then :
14490 $as_echo_n "(cached) " >&6 14515 $as_echo_n "(cached) " >&6
14491else 14516else
14492 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 14517 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -14515,7 +14540,7 @@ $as_echo "$gl_cv_sys_struct_timespec_in_sys_time_h" >&6; }
14515 else 14540 else
14516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <pthread.h>" >&5 14541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <pthread.h>" >&5
14517$as_echo_n "checking for struct timespec in <pthread.h>... " >&6; } 14542$as_echo_n "checking for struct timespec in <pthread.h>... " >&6; }
14518if test "${gl_cv_sys_struct_timespec_in_pthread_h+set}" = set; then : 14543if ${gl_cv_sys_struct_timespec_in_pthread_h+:} false; then :
14519 $as_echo_n "(cached) " >&6 14544 $as_echo_n "(cached) " >&6
14520else 14545else
14521 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 14546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -14564,7 +14589,7 @@ $as_echo "$gl_cv_sys_struct_timespec_in_pthread_h" >&6; }
14564 else 14589 else
14565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <time.h>" >&5 14590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <time.h>" >&5
14566$as_echo_n "checking absolute name of <time.h>... " >&6; } 14591$as_echo_n "checking absolute name of <time.h>... " >&6; }
14567if test "${gl_cv_next_time_h+set}" = set; then : 14592if ${gl_cv_next_time_h+:} false; then :
14568 $as_echo_n "(cached) " >&6 14593 $as_echo_n "(cached) " >&6
14569else 14594else
14570 14595
@@ -14607,7 +14632,7 @@ $as_echo "$gl_cv_next_time_h" >&6; }
14607 14632
14608 14633
14609ac_fn_c_check_decl "$LINENO" "localtime_r" "ac_cv_have_decl_localtime_r" "$ac_includes_default" 14634ac_fn_c_check_decl "$LINENO" "localtime_r" "ac_cv_have_decl_localtime_r" "$ac_includes_default"
14610if test "x$ac_cv_have_decl_localtime_r" = x""yes; then : 14635if test "x$ac_cv_have_decl_localtime_r" = xyes; then :
14611 ac_have_decl=1 14636 ac_have_decl=1
14612else 14637else
14613 ac_have_decl=0 14638 ac_have_decl=0
@@ -14718,7 +14743,7 @@ if test $APPLE_UNIVERSAL_BUILD = 1; then
14718fi 14743fi
14719{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mktime" >&5 14744{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mktime" >&5
14720$as_echo_n "checking for working mktime... " >&6; } 14745$as_echo_n "checking for working mktime... " >&6; }
14721if test "${ac_cv_func_working_mktime+set}" = set; then : 14746if ${ac_cv_func_working_mktime+:} false; then :
14722 $as_echo_n "(cached) " >&6 14747 $as_echo_n "(cached) " >&6
14723else 14748else
14724 if test "$cross_compiling" = yes; then : 14749 if test "$cross_compiling" = yes; then :
@@ -14968,7 +14993,7 @@ fi
14968 fi 14993 fi
14969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NULL can be used in arbitrary expressions" >&5 14994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NULL can be used in arbitrary expressions" >&5
14970$as_echo_n "checking whether NULL can be used in arbitrary expressions... " >&6; } 14995$as_echo_n "checking whether NULL can be used in arbitrary expressions... " >&6; }
14971if test "${gl_cv_decl_null_works+set}" = set; then : 14996if ${gl_cv_decl_null_works+:} false; then :
14972 $as_echo_n "(cached) " >&6 14997 $as_echo_n "(cached) " >&6
14973else 14998else
14974 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 14999 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -15011,7 +15036,7 @@ $as_echo "$gl_cv_decl_null_works" >&6; }
15011 else 15036 else
15012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stddef.h>" >&5 15037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stddef.h>" >&5
15013$as_echo_n "checking absolute name of <stddef.h>... " >&6; } 15038$as_echo_n "checking absolute name of <stddef.h>... " >&6; }
15014if test "${gl_cv_next_stddef_h+set}" = set; then : 15039if ${gl_cv_next_stddef_h+:} false; then :
15015 $as_echo_n "(cached) " >&6 15040 $as_echo_n "(cached) " >&6
15016else 15041else
15017 15042
@@ -15074,7 +15099,7 @@ $as_echo "$gl_cv_next_stddef_h" >&6; }
15074 HAVE_LOCALTIME_R=1 15099 HAVE_LOCALTIME_R=1
15075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime_r is compatible with its POSIX signature" >&5 15100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime_r is compatible with its POSIX signature" >&5
15076$as_echo_n "checking whether localtime_r is compatible with its POSIX signature... " >&6; } 15101$as_echo_n "checking whether localtime_r is compatible with its POSIX signature... " >&6; }
15077if test "${gl_cv_time_r_posix+set}" = set; then : 15102if ${gl_cv_time_r_posix+:} false; then :
15078 $as_echo_n "(cached) " >&6 15103 $as_echo_n "(cached) " >&6
15079else 15104else
15080 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 15105 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -15156,7 +15181,7 @@ $as_echo "$gl_cv_time_r_posix" >&6; }
15156 else 15181 else
15157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <unistd.h>" >&5 15182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <unistd.h>" >&5
15158$as_echo_n "checking absolute name of <unistd.h>... " >&6; } 15183$as_echo_n "checking absolute name of <unistd.h>... " >&6; }
15159if test "${gl_cv_next_unistd_h+set}" = set; then : 15184if ${gl_cv_next_unistd_h+:} false; then :
15160 $as_echo_n "(cached) " >&6 15185 $as_echo_n "(cached) " >&6
15161else 15186else
15162 15187
@@ -15210,54 +15235,6 @@ $as_echo "$gl_cv_next_unistd_h" >&6; }
15210 15235
15211 15236
15212 15237
15213 for gl_func in chown dup2 dup3 environ euidaccess faccessat fchdir fchownat fsync ftruncate getcwd getdomainname getdtablesize getgroups gethostname getlogin getlogin_r getpagesize getusershell setusershell endusershell lchown link linkat lseek pipe pipe2 pread pwrite readlink readlinkat rmdir sleep symlink symlinkat ttyname_r unlink unlinkat usleep; do
15214 as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
15215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
15216$as_echo_n "checking whether $gl_func is declared without a macro... " >&6; }
15217if eval "test \"\${$as_gl_Symbol+set}\"" = set; then :
15218 $as_echo_n "(cached) " >&6
15219else
15220 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15221/* end confdefs.h. */
15222#include <unistd.h>
15223/* Some systems declare various items in the wrong headers. */
15224#if !(defined __GLIBC__ && !defined __UCLIBC__)
15225# include <fcntl.h>
15226# include <stdio.h>
15227# include <stdlib.h>
15228# if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
15229# include <io.h>
15230# endif
15231#endif
15232
15233int
15234main ()
15235{
15236#undef $gl_func
15237 (void) $gl_func;
15238 ;
15239 return 0;
15240}
15241_ACEOF
15242if ac_fn_c_try_compile "$LINENO"; then :
15243 eval "$as_gl_Symbol=yes"
15244else
15245 eval "$as_gl_Symbol=no"
15246fi
15247rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15248fi
15249eval ac_res=\$$as_gl_Symbol
15250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
15251$as_echo "$ac_res" >&6; }
15252 if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then :
15253 cat >>confdefs.h <<_ACEOF
15254#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
15255_ACEOF
15256
15257 eval ac_cv_have_decl_$gl_func=yes
15258fi
15259 done
15260
15261 15238
15262 # Code from module warn-on-use: 15239 # Code from module warn-on-use:
15263 # End of code from modules 15240 # End of code from modules
@@ -15303,7 +15280,7 @@ fi
15303for ac_func in strftime 15280for ac_func in strftime
15304do : 15281do :
15305 ac_fn_c_check_func "$LINENO" "strftime" "ac_cv_func_strftime" 15282 ac_fn_c_check_func "$LINENO" "strftime" "ac_cv_func_strftime"
15306if test "x$ac_cv_func_strftime" = x""yes; then : 15283if test "x$ac_cv_func_strftime" = xyes; then :
15307 cat >>confdefs.h <<_ACEOF 15284 cat >>confdefs.h <<_ACEOF
15308#define HAVE_STRFTIME 1 15285#define HAVE_STRFTIME 1
15309_ACEOF 15286_ACEOF
@@ -15312,7 +15289,7 @@ else
15312 # strftime is in -lintl on SCO UNIX. 15289 # strftime is in -lintl on SCO UNIX.
15313{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for strftime in -lintl" >&5 15290{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for strftime in -lintl" >&5
15314$as_echo_n "checking for strftime in -lintl... " >&6; } 15291$as_echo_n "checking for strftime in -lintl... " >&6; }
15315if test "${ac_cv_lib_intl_strftime+set}" = set; then : 15292if ${ac_cv_lib_intl_strftime+:} false; then :
15316 $as_echo_n "(cached) " >&6 15293 $as_echo_n "(cached) " >&6
15317else 15294else
15318 ac_check_lib_save_LIBS=$LIBS 15295 ac_check_lib_save_LIBS=$LIBS
@@ -15346,7 +15323,7 @@ LIBS=$ac_check_lib_save_LIBS
15346fi 15323fi
15347{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_strftime" >&5 15324{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_strftime" >&5
15348$as_echo "$ac_cv_lib_intl_strftime" >&6; } 15325$as_echo "$ac_cv_lib_intl_strftime" >&6; }
15349if test "x$ac_cv_lib_intl_strftime" = x""yes; then : 15326if test "x$ac_cv_lib_intl_strftime" = xyes; then :
15350 $as_echo "#define HAVE_STRFTIME 1" >>confdefs.h 15327 $as_echo "#define HAVE_STRFTIME 1" >>confdefs.h
15351 15328
15352LIBS="-lintl $LIBS" 15329LIBS="-lintl $LIBS"
@@ -15360,7 +15337,7 @@ done
15360for ac_func in grantpt 15337for ac_func in grantpt
15361do : 15338do :
15362 ac_fn_c_check_func "$LINENO" "grantpt" "ac_cv_func_grantpt" 15339 ac_fn_c_check_func "$LINENO" "grantpt" "ac_cv_func_grantpt"
15363if test "x$ac_cv_func_grantpt" = x""yes; then : 15340if test "x$ac_cv_func_grantpt" = xyes; then :
15364 cat >>confdefs.h <<_ACEOF 15341 cat >>confdefs.h <<_ACEOF
15365#define HAVE_GRANTPT 1 15342#define HAVE_GRANTPT 1
15366_ACEOF 15343_ACEOF
@@ -15373,7 +15350,7 @@ done
15373for ac_func in getpt 15350for ac_func in getpt
15374do : 15351do :
15375 ac_fn_c_check_func "$LINENO" "getpt" "ac_cv_func_getpt" 15352 ac_fn_c_check_func "$LINENO" "getpt" "ac_cv_func_getpt"
15376if test "x$ac_cv_func_getpt" = x""yes; then : 15353if test "x$ac_cv_func_getpt" = xyes; then :
15377 cat >>confdefs.h <<_ACEOF 15354 cat >>confdefs.h <<_ACEOF
15378#define HAVE_GETPT 1 15355#define HAVE_GETPT 1
15379_ACEOF 15356_ACEOF
@@ -15390,7 +15367,7 @@ done
15390have_tputs_et_al=true 15367have_tputs_et_al=true
15391{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tputs" >&5 15368{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tputs" >&5
15392$as_echo_n "checking for library containing tputs... " >&6; } 15369$as_echo_n "checking for library containing tputs... " >&6; }
15393if test "${ac_cv_search_tputs+set}" = set; then : 15370if ${ac_cv_search_tputs+:} false; then :
15394 $as_echo_n "(cached) " >&6 15371 $as_echo_n "(cached) " >&6
15395else 15372else
15396 ac_func_search_save_LIBS=$LIBS 15373 ac_func_search_save_LIBS=$LIBS
@@ -15424,11 +15401,11 @@ for ac_lib in '' ncurses terminfo termcap; do
15424fi 15401fi
15425rm -f core conftest.err conftest.$ac_objext \ 15402rm -f core conftest.err conftest.$ac_objext \
15426 conftest$ac_exeext 15403 conftest$ac_exeext
15427 if test "${ac_cv_search_tputs+set}" = set; then : 15404 if ${ac_cv_search_tputs+:} false; then :
15428 break 15405 break
15429fi 15406fi
15430done 15407done
15431if test "${ac_cv_search_tputs+set}" = set; then : 15408if ${ac_cv_search_tputs+:} false; then :
15432 15409
15433else 15410else
15434 ac_cv_search_tputs=no 15411 ac_cv_search_tputs=no
@@ -15487,7 +15464,7 @@ case "$opsys" in
15487 freebsd) 15464 freebsd)
15488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether FreeBSD is new enough to use terminfo" >&5 15465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether FreeBSD is new enough to use terminfo" >&5
15489$as_echo_n "checking whether FreeBSD is new enough to use terminfo... " >&6; } 15466$as_echo_n "checking whether FreeBSD is new enough to use terminfo... " >&6; }
15490 if test "${emacs_cv_freebsd_terminfo+set}" = set; then : 15467 if ${emacs_cv_freebsd_terminfo+:} false; then :
15491 $as_echo_n "(cached) " >&6 15468 $as_echo_n "(cached) " >&6
15492else 15469else
15493 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 15470 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -15629,16 +15606,16 @@ LIBHESIOD=
15629if test "$with_hesiod" != no ; then 15606if test "$with_hesiod" != no ; then
15630 # Don't set $LIBS here -- see comments above. FIXME which comments? 15607 # Don't set $LIBS here -- see comments above. FIXME which comments?
15631 ac_fn_c_check_func "$LINENO" "res_send" "ac_cv_func_res_send" 15608 ac_fn_c_check_func "$LINENO" "res_send" "ac_cv_func_res_send"
15632if test "x$ac_cv_func_res_send" = x""yes; then : 15609if test "x$ac_cv_func_res_send" = xyes; then :
15633 15610
15634else 15611else
15635 ac_fn_c_check_func "$LINENO" "__res_send" "ac_cv_func___res_send" 15612 ac_fn_c_check_func "$LINENO" "__res_send" "ac_cv_func___res_send"
15636if test "x$ac_cv_func___res_send" = x""yes; then : 15613if test "x$ac_cv_func___res_send" = xyes; then :
15637 15614
15638else 15615else
15639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_send in -lresolv" >&5 15616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_send in -lresolv" >&5
15640$as_echo_n "checking for res_send in -lresolv... " >&6; } 15617$as_echo_n "checking for res_send in -lresolv... " >&6; }
15641if test "${ac_cv_lib_resolv_res_send+set}" = set; then : 15618if ${ac_cv_lib_resolv_res_send+:} false; then :
15642 $as_echo_n "(cached) " >&6 15619 $as_echo_n "(cached) " >&6
15643else 15620else
15644 ac_check_lib_save_LIBS=$LIBS 15621 ac_check_lib_save_LIBS=$LIBS
@@ -15672,12 +15649,12 @@ LIBS=$ac_check_lib_save_LIBS
15672fi 15649fi
15673{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_res_send" >&5 15650{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_res_send" >&5
15674$as_echo "$ac_cv_lib_resolv_res_send" >&6; } 15651$as_echo "$ac_cv_lib_resolv_res_send" >&6; }
15675if test "x$ac_cv_lib_resolv_res_send" = x""yes; then : 15652if test "x$ac_cv_lib_resolv_res_send" = xyes; then :
15676 resolv=yes 15653 resolv=yes
15677else 15654else
15678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __res_send in -lresolv" >&5 15655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __res_send in -lresolv" >&5
15679$as_echo_n "checking for __res_send in -lresolv... " >&6; } 15656$as_echo_n "checking for __res_send in -lresolv... " >&6; }
15680if test "${ac_cv_lib_resolv___res_send+set}" = set; then : 15657if ${ac_cv_lib_resolv___res_send+:} false; then :
15681 $as_echo_n "(cached) " >&6 15658 $as_echo_n "(cached) " >&6
15682else 15659else
15683 ac_check_lib_save_LIBS=$LIBS 15660 ac_check_lib_save_LIBS=$LIBS
@@ -15711,7 +15688,7 @@ LIBS=$ac_check_lib_save_LIBS
15711fi 15688fi
15712{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv___res_send" >&5 15689{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv___res_send" >&5
15713$as_echo "$ac_cv_lib_resolv___res_send" >&6; } 15690$as_echo "$ac_cv_lib_resolv___res_send" >&6; }
15714if test "x$ac_cv_lib_resolv___res_send" = x""yes; then : 15691if test "x$ac_cv_lib_resolv___res_send" = xyes; then :
15715 resolv=yes 15692 resolv=yes
15716fi 15693fi
15717 15694
@@ -15727,12 +15704,12 @@ fi
15727 RESOLVLIB= 15704 RESOLVLIB=
15728 fi 15705 fi
15729 ac_fn_c_check_func "$LINENO" "hes_getmailhost" "ac_cv_func_hes_getmailhost" 15706 ac_fn_c_check_func "$LINENO" "hes_getmailhost" "ac_cv_func_hes_getmailhost"
15730if test "x$ac_cv_func_hes_getmailhost" = x""yes; then : 15707if test "x$ac_cv_func_hes_getmailhost" = xyes; then :
15731 15708
15732else 15709else
15733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hes_getmailhost in -lhesiod" >&5 15710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hes_getmailhost in -lhesiod" >&5
15734$as_echo_n "checking for hes_getmailhost in -lhesiod... " >&6; } 15711$as_echo_n "checking for hes_getmailhost in -lhesiod... " >&6; }
15735if test "${ac_cv_lib_hesiod_hes_getmailhost+set}" = set; then : 15712if ${ac_cv_lib_hesiod_hes_getmailhost+:} false; then :
15736 $as_echo_n "(cached) " >&6 15713 $as_echo_n "(cached) " >&6
15737else 15714else
15738 ac_check_lib_save_LIBS=$LIBS 15715 ac_check_lib_save_LIBS=$LIBS
@@ -15766,7 +15743,7 @@ LIBS=$ac_check_lib_save_LIBS
15766fi 15743fi
15767{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5 15744{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5
15768$as_echo "$ac_cv_lib_hesiod_hes_getmailhost" >&6; } 15745$as_echo "$ac_cv_lib_hesiod_hes_getmailhost" >&6; }
15769if test "x$ac_cv_lib_hesiod_hes_getmailhost" = x""yes; then : 15746if test "x$ac_cv_lib_hesiod_hes_getmailhost" = xyes; then :
15770 hesiod=yes 15747 hesiod=yes
15771else 15748else
15772 : 15749 :
@@ -15805,7 +15782,7 @@ KRB4LIB=
15805if test "${with_kerberos}" != no; then 15782if test "${with_kerberos}" != no; then
15806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for com_err in -lcom_err" >&5 15783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for com_err in -lcom_err" >&5
15807$as_echo_n "checking for com_err in -lcom_err... " >&6; } 15784$as_echo_n "checking for com_err in -lcom_err... " >&6; }
15808if test "${ac_cv_lib_com_err_com_err+set}" = set; then : 15785if ${ac_cv_lib_com_err_com_err+:} false; then :
15809 $as_echo_n "(cached) " >&6 15786 $as_echo_n "(cached) " >&6
15810else 15787else
15811 ac_check_lib_save_LIBS=$LIBS 15788 ac_check_lib_save_LIBS=$LIBS
@@ -15839,7 +15816,7 @@ LIBS=$ac_check_lib_save_LIBS
15839fi 15816fi
15840{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_com_err_com_err" >&5 15817{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_com_err_com_err" >&5
15841$as_echo "$ac_cv_lib_com_err_com_err" >&6; } 15818$as_echo "$ac_cv_lib_com_err_com_err" >&6; }
15842if test "x$ac_cv_lib_com_err_com_err" = x""yes; then : 15819if test "x$ac_cv_lib_com_err_com_err" = xyes; then :
15843 have_com_err=yes 15820 have_com_err=yes
15844else 15821else
15845 have_com_err=no 15822 have_com_err=no
@@ -15854,7 +15831,7 @@ $as_echo "#define HAVE_LIBCOM_ERR 1" >>confdefs.h
15854 fi 15831 fi
15855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lcrypto" >&5 15832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lcrypto" >&5
15856$as_echo_n "checking for mit_des_cbc_encrypt in -lcrypto... " >&6; } 15833$as_echo_n "checking for mit_des_cbc_encrypt in -lcrypto... " >&6; }
15857if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then : 15834if ${ac_cv_lib_crypto_mit_des_cbc_encrypt+:} false; then :
15858 $as_echo_n "(cached) " >&6 15835 $as_echo_n "(cached) " >&6
15859else 15836else
15860 ac_check_lib_save_LIBS=$LIBS 15837 ac_check_lib_save_LIBS=$LIBS
@@ -15888,7 +15865,7 @@ LIBS=$ac_check_lib_save_LIBS
15888fi 15865fi
15889{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5 15866{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5
15890$as_echo "$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6; } 15867$as_echo "$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6; }
15891if test "x$ac_cv_lib_crypto_mit_des_cbc_encrypt" = x""yes; then : 15868if test "x$ac_cv_lib_crypto_mit_des_cbc_encrypt" = xyes; then :
15892 have_crypto=yes 15869 have_crypto=yes
15893else 15870else
15894 have_crypto=no 15871 have_crypto=no
@@ -15903,7 +15880,7 @@ $as_echo "#define HAVE_LIBCRYPTO 1" >>confdefs.h
15903 fi 15880 fi
15904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lk5crypto" >&5 15881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lk5crypto" >&5
15905$as_echo_n "checking for mit_des_cbc_encrypt in -lk5crypto... " >&6; } 15882$as_echo_n "checking for mit_des_cbc_encrypt in -lk5crypto... " >&6; }
15906if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then : 15883if ${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+:} false; then :
15907 $as_echo_n "(cached) " >&6 15884 $as_echo_n "(cached) " >&6
15908else 15885else
15909 ac_check_lib_save_LIBS=$LIBS 15886 ac_check_lib_save_LIBS=$LIBS
@@ -15937,7 +15914,7 @@ LIBS=$ac_check_lib_save_LIBS
15937fi 15914fi
15938{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5 15915{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5
15939$as_echo "$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6; } 15916$as_echo "$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6; }
15940if test "x$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" = x""yes; then : 15917if test "x$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" = xyes; then :
15941 have_k5crypto=yes 15918 have_k5crypto=yes
15942else 15919else
15943 have_k5crypto=no 15920 have_k5crypto=no
@@ -15952,7 +15929,7 @@ $as_echo "#define HAVE_LIBK5CRYPTO 1" >>confdefs.h
15952 fi 15929 fi
15953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb5_init_context in -lkrb5" >&5 15930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb5_init_context in -lkrb5" >&5
15954$as_echo_n "checking for krb5_init_context in -lkrb5... " >&6; } 15931$as_echo_n "checking for krb5_init_context in -lkrb5... " >&6; }
15955if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then : 15932if ${ac_cv_lib_krb5_krb5_init_context+:} false; then :
15956 $as_echo_n "(cached) " >&6 15933 $as_echo_n "(cached) " >&6
15957else 15934else
15958 ac_check_lib_save_LIBS=$LIBS 15935 ac_check_lib_save_LIBS=$LIBS
@@ -15986,7 +15963,7 @@ LIBS=$ac_check_lib_save_LIBS
15986fi 15963fi
15987{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb5_krb5_init_context" >&5 15964{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb5_krb5_init_context" >&5
15988$as_echo "$ac_cv_lib_krb5_krb5_init_context" >&6; } 15965$as_echo "$ac_cv_lib_krb5_krb5_init_context" >&6; }
15989if test "x$ac_cv_lib_krb5_krb5_init_context" = x""yes; then : 15966if test "x$ac_cv_lib_krb5_krb5_init_context" = xyes; then :
15990 have_krb5=yes 15967 have_krb5=yes
15991else 15968else
15992 have_krb5=no 15969 have_krb5=no
@@ -16002,7 +15979,7 @@ $as_echo "#define HAVE_LIBKRB5 1" >>confdefs.h
16002 if test "${with_kerberos5}" = no; then 15979 if test "${with_kerberos5}" = no; then
16003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes425" >&5 15980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes425" >&5
16004$as_echo_n "checking for des_cbc_encrypt in -ldes425... " >&6; } 15981$as_echo_n "checking for des_cbc_encrypt in -ldes425... " >&6; }
16005if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then : 15982if ${ac_cv_lib_des425_des_cbc_encrypt+:} false; then :
16006 $as_echo_n "(cached) " >&6 15983 $as_echo_n "(cached) " >&6
16007else 15984else
16008 ac_check_lib_save_LIBS=$LIBS 15985 ac_check_lib_save_LIBS=$LIBS
@@ -16036,7 +16013,7 @@ LIBS=$ac_check_lib_save_LIBS
16036fi 16013fi
16037{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5 16014{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5
16038$as_echo "$ac_cv_lib_des425_des_cbc_encrypt" >&6; } 16015$as_echo "$ac_cv_lib_des425_des_cbc_encrypt" >&6; }
16039if test "x$ac_cv_lib_des425_des_cbc_encrypt" = x""yes; then : 16016if test "x$ac_cv_lib_des425_des_cbc_encrypt" = xyes; then :
16040 have_des425=yes 16017 have_des425=yes
16041else 16018else
16042 have_des425=no 16019 have_des425=no
@@ -16051,7 +16028,7 @@ $as_echo "#define HAVE_LIBDES425 1" >>confdefs.h
16051 else 16028 else
16052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes" >&5 16029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes" >&5
16053$as_echo_n "checking for des_cbc_encrypt in -ldes... " >&6; } 16030$as_echo_n "checking for des_cbc_encrypt in -ldes... " >&6; }
16054if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then : 16031if ${ac_cv_lib_des_des_cbc_encrypt+:} false; then :
16055 $as_echo_n "(cached) " >&6 16032 $as_echo_n "(cached) " >&6
16056else 16033else
16057 ac_check_lib_save_LIBS=$LIBS 16034 ac_check_lib_save_LIBS=$LIBS
@@ -16085,7 +16062,7 @@ LIBS=$ac_check_lib_save_LIBS
16085fi 16062fi
16086{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des_des_cbc_encrypt" >&5 16063{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des_des_cbc_encrypt" >&5
16087$as_echo "$ac_cv_lib_des_des_cbc_encrypt" >&6; } 16064$as_echo "$ac_cv_lib_des_des_cbc_encrypt" >&6; }
16088if test "x$ac_cv_lib_des_des_cbc_encrypt" = x""yes; then : 16065if test "x$ac_cv_lib_des_des_cbc_encrypt" = xyes; then :
16089 have_des=yes 16066 have_des=yes
16090else 16067else
16091 have_des=no 16068 have_des=no
@@ -16101,7 +16078,7 @@ $as_echo "#define HAVE_LIBDES 1" >>confdefs.h
16101 fi 16078 fi
16102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb4" >&5 16079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb4" >&5
16103$as_echo_n "checking for krb_get_cred in -lkrb4... " >&6; } 16080$as_echo_n "checking for krb_get_cred in -lkrb4... " >&6; }
16104if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then : 16081if ${ac_cv_lib_krb4_krb_get_cred+:} false; then :
16105 $as_echo_n "(cached) " >&6 16082 $as_echo_n "(cached) " >&6
16106else 16083else
16107 ac_check_lib_save_LIBS=$LIBS 16084 ac_check_lib_save_LIBS=$LIBS
@@ -16135,7 +16112,7 @@ LIBS=$ac_check_lib_save_LIBS
16135fi 16112fi
16136{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb4_krb_get_cred" >&5 16113{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb4_krb_get_cred" >&5
16137$as_echo "$ac_cv_lib_krb4_krb_get_cred" >&6; } 16114$as_echo "$ac_cv_lib_krb4_krb_get_cred" >&6; }
16138if test "x$ac_cv_lib_krb4_krb_get_cred" = x""yes; then : 16115if test "x$ac_cv_lib_krb4_krb_get_cred" = xyes; then :
16139 have_krb4=yes 16116 have_krb4=yes
16140else 16117else
16141 have_krb4=no 16118 have_krb4=no
@@ -16150,7 +16127,7 @@ $as_echo "#define HAVE_LIBKRB4 1" >>confdefs.h
16150 else 16127 else
16151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb" >&5 16128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb" >&5
16152$as_echo_n "checking for krb_get_cred in -lkrb... " >&6; } 16129$as_echo_n "checking for krb_get_cred in -lkrb... " >&6; }
16153if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then : 16130if ${ac_cv_lib_krb_krb_get_cred+:} false; then :
16154 $as_echo_n "(cached) " >&6 16131 $as_echo_n "(cached) " >&6
16155else 16132else
16156 ac_check_lib_save_LIBS=$LIBS 16133 ac_check_lib_save_LIBS=$LIBS
@@ -16184,7 +16161,7 @@ LIBS=$ac_check_lib_save_LIBS
16184fi 16161fi
16185{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb_krb_get_cred" >&5 16162{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb_krb_get_cred" >&5
16186$as_echo "$ac_cv_lib_krb_krb_get_cred" >&6; } 16163$as_echo "$ac_cv_lib_krb_krb_get_cred" >&6; }
16187if test "x$ac_cv_lib_krb_krb_get_cred" = x""yes; then : 16164if test "x$ac_cv_lib_krb_krb_get_cred" = xyes; then :
16188 have_krb=yes 16165 have_krb=yes
16189else 16166else
16190 have_krb=no 16167 have_krb=no
@@ -16204,13 +16181,13 @@ $as_echo "#define HAVE_LIBKRB 1" >>confdefs.h
16204 for ac_header in krb5.h 16181 for ac_header in krb5.h
16205do : 16182do :
16206 ac_fn_c_check_header_mongrel "$LINENO" "krb5.h" "ac_cv_header_krb5_h" "$ac_includes_default" 16183 ac_fn_c_check_header_mongrel "$LINENO" "krb5.h" "ac_cv_header_krb5_h" "$ac_includes_default"
16207if test "x$ac_cv_header_krb5_h" = x""yes; then : 16184if test "x$ac_cv_header_krb5_h" = xyes; then :
16208 cat >>confdefs.h <<_ACEOF 16185 cat >>confdefs.h <<_ACEOF
16209#define HAVE_KRB5_H 1 16186#define HAVE_KRB5_H 1
16210_ACEOF 16187_ACEOF
16211 ac_fn_c_check_member "$LINENO" "krb5_error" "text" "ac_cv_member_krb5_error_text" "#include <krb5.h> 16188 ac_fn_c_check_member "$LINENO" "krb5_error" "text" "ac_cv_member_krb5_error_text" "#include <krb5.h>
16212" 16189"
16213if test "x$ac_cv_member_krb5_error_text" = x""yes; then : 16190if test "x$ac_cv_member_krb5_error_text" = xyes; then :
16214 16191
16215cat >>confdefs.h <<_ACEOF 16192cat >>confdefs.h <<_ACEOF
16216#define HAVE_KRB5_ERROR_TEXT 1 16193#define HAVE_KRB5_ERROR_TEXT 1
@@ -16220,7 +16197,7 @@ _ACEOF
16220fi 16197fi
16221ac_fn_c_check_member "$LINENO" "krb5_error" "e_text" "ac_cv_member_krb5_error_e_text" "#include <krb5.h> 16198ac_fn_c_check_member "$LINENO" "krb5_error" "e_text" "ac_cv_member_krb5_error_e_text" "#include <krb5.h>
16222" 16199"
16223if test "x$ac_cv_member_krb5_error_e_text" = x""yes; then : 16200if test "x$ac_cv_member_krb5_error_e_text" = xyes; then :
16224 16201
16225cat >>confdefs.h <<_ACEOF 16202cat >>confdefs.h <<_ACEOF
16226#define HAVE_KRB5_ERROR_E_TEXT 1 16203#define HAVE_KRB5_ERROR_E_TEXT 1
@@ -16237,7 +16214,7 @@ done
16237 for ac_header in des.h 16214 for ac_header in des.h
16238do : 16215do :
16239 ac_fn_c_check_header_mongrel "$LINENO" "des.h" "ac_cv_header_des_h" "$ac_includes_default" 16216 ac_fn_c_check_header_mongrel "$LINENO" "des.h" "ac_cv_header_des_h" "$ac_includes_default"
16240if test "x$ac_cv_header_des_h" = x""yes; then : 16217if test "x$ac_cv_header_des_h" = xyes; then :
16241 cat >>confdefs.h <<_ACEOF 16218 cat >>confdefs.h <<_ACEOF
16242#define HAVE_DES_H 1 16219#define HAVE_DES_H 1
16243_ACEOF 16220_ACEOF
@@ -16246,7 +16223,7 @@ else
16246 for ac_header in kerberosIV/des.h 16223 for ac_header in kerberosIV/des.h
16247do : 16224do :
16248 ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/des.h" "ac_cv_header_kerberosIV_des_h" "$ac_includes_default" 16225 ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/des.h" "ac_cv_header_kerberosIV_des_h" "$ac_includes_default"
16249if test "x$ac_cv_header_kerberosIV_des_h" = x""yes; then : 16226if test "x$ac_cv_header_kerberosIV_des_h" = xyes; then :
16250 cat >>confdefs.h <<_ACEOF 16227 cat >>confdefs.h <<_ACEOF
16251#define HAVE_KERBEROSIV_DES_H 1 16228#define HAVE_KERBEROSIV_DES_H 1
16252_ACEOF 16229_ACEOF
@@ -16255,7 +16232,7 @@ else
16255 for ac_header in kerberos/des.h 16232 for ac_header in kerberos/des.h
16256do : 16233do :
16257 ac_fn_c_check_header_mongrel "$LINENO" "kerberos/des.h" "ac_cv_header_kerberos_des_h" "$ac_includes_default" 16234 ac_fn_c_check_header_mongrel "$LINENO" "kerberos/des.h" "ac_cv_header_kerberos_des_h" "$ac_includes_default"
16258if test "x$ac_cv_header_kerberos_des_h" = x""yes; then : 16235if test "x$ac_cv_header_kerberos_des_h" = xyes; then :
16259 cat >>confdefs.h <<_ACEOF 16236 cat >>confdefs.h <<_ACEOF
16260#define HAVE_KERBEROS_DES_H 1 16237#define HAVE_KERBEROS_DES_H 1
16261_ACEOF 16238_ACEOF
@@ -16275,7 +16252,7 @@ done
16275 for ac_header in krb.h 16252 for ac_header in krb.h
16276do : 16253do :
16277 ac_fn_c_check_header_mongrel "$LINENO" "krb.h" "ac_cv_header_krb_h" "$ac_includes_default" 16254 ac_fn_c_check_header_mongrel "$LINENO" "krb.h" "ac_cv_header_krb_h" "$ac_includes_default"
16278if test "x$ac_cv_header_krb_h" = x""yes; then : 16255if test "x$ac_cv_header_krb_h" = xyes; then :
16279 cat >>confdefs.h <<_ACEOF 16256 cat >>confdefs.h <<_ACEOF
16280#define HAVE_KRB_H 1 16257#define HAVE_KRB_H 1
16281_ACEOF 16258_ACEOF
@@ -16284,7 +16261,7 @@ else
16284 for ac_header in kerberosIV/krb.h 16261 for ac_header in kerberosIV/krb.h
16285do : 16262do :
16286 ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/krb.h" "ac_cv_header_kerberosIV_krb_h" "$ac_includes_default" 16263 ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/krb.h" "ac_cv_header_kerberosIV_krb_h" "$ac_includes_default"
16287if test "x$ac_cv_header_kerberosIV_krb_h" = x""yes; then : 16264if test "x$ac_cv_header_kerberosIV_krb_h" = xyes; then :
16288 cat >>confdefs.h <<_ACEOF 16265 cat >>confdefs.h <<_ACEOF
16289#define HAVE_KERBEROSIV_KRB_H 1 16266#define HAVE_KERBEROSIV_KRB_H 1
16290_ACEOF 16267_ACEOF
@@ -16293,7 +16270,7 @@ else
16293 for ac_header in kerberos/krb.h 16270 for ac_header in kerberos/krb.h
16294do : 16271do :
16295 ac_fn_c_check_header_mongrel "$LINENO" "kerberos/krb.h" "ac_cv_header_kerberos_krb_h" "$ac_includes_default" 16272 ac_fn_c_check_header_mongrel "$LINENO" "kerberos/krb.h" "ac_cv_header_kerberos_krb_h" "$ac_includes_default"
16296if test "x$ac_cv_header_kerberos_krb_h" = x""yes; then : 16273if test "x$ac_cv_header_kerberos_krb_h" = xyes; then :
16297 cat >>confdefs.h <<_ACEOF 16274 cat >>confdefs.h <<_ACEOF
16298#define HAVE_KERBEROS_KRB_H 1 16275#define HAVE_KERBEROS_KRB_H 1
16299_ACEOF 16276_ACEOF
@@ -16314,7 +16291,7 @@ done
16314 for ac_header in com_err.h 16291 for ac_header in com_err.h
16315do : 16292do :
16316 ac_fn_c_check_header_mongrel "$LINENO" "com_err.h" "ac_cv_header_com_err_h" "$ac_includes_default" 16293 ac_fn_c_check_header_mongrel "$LINENO" "com_err.h" "ac_cv_header_com_err_h" "$ac_includes_default"
16317if test "x$ac_cv_header_com_err_h" = x""yes; then : 16294if test "x$ac_cv_header_com_err_h" = xyes; then :
16318 cat >>confdefs.h <<_ACEOF 16295 cat >>confdefs.h <<_ACEOF
16319#define HAVE_COM_ERR_H 1 16296#define HAVE_COM_ERR_H 1
16320_ACEOF 16297_ACEOF
@@ -16335,7 +16312,7 @@ fi
16335# to return localized messages. 16312# to return localized messages.
16336{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgettext in -lintl" >&5 16313{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgettext in -lintl" >&5
16337$as_echo_n "checking for dgettext in -lintl... " >&6; } 16314$as_echo_n "checking for dgettext in -lintl... " >&6; }
16338if test "${ac_cv_lib_intl_dgettext+set}" = set; then : 16315if ${ac_cv_lib_intl_dgettext+:} false; then :
16339 $as_echo_n "(cached) " >&6 16316 $as_echo_n "(cached) " >&6
16340else 16317else
16341 ac_check_lib_save_LIBS=$LIBS 16318 ac_check_lib_save_LIBS=$LIBS
@@ -16369,7 +16346,7 @@ LIBS=$ac_check_lib_save_LIBS
16369fi 16346fi
16370{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dgettext" >&5 16347{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dgettext" >&5
16371$as_echo "$ac_cv_lib_intl_dgettext" >&6; } 16348$as_echo "$ac_cv_lib_intl_dgettext" >&6; }
16372if test "x$ac_cv_lib_intl_dgettext" = x""yes; then : 16349if test "x$ac_cv_lib_intl_dgettext" = xyes; then :
16373 cat >>confdefs.h <<_ACEOF 16350 cat >>confdefs.h <<_ACEOF
16374#define HAVE_LIBINTL 1 16351#define HAVE_LIBINTL 1
16375_ACEOF 16352_ACEOF
@@ -16381,7 +16358,7 @@ fi
16381 16358
16382{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime caches TZ" >&5 16359{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime caches TZ" >&5
16383$as_echo_n "checking whether localtime caches TZ... " >&6; } 16360$as_echo_n "checking whether localtime caches TZ... " >&6; }
16384if test "${emacs_cv_localtime_cache+set}" = set; then : 16361if ${emacs_cv_localtime_cache+:} false; then :
16385 $as_echo_n "(cached) " >&6 16362 $as_echo_n "(cached) " >&6
16386else 16363else
16387 if test x$ac_cv_func_tzset = xyes; then 16364 if test x$ac_cv_func_tzset = xyes; then
@@ -16440,7 +16417,7 @@ if test "x$HAVE_TIMEVAL" = xyes; then
16440 for ac_func in gettimeofday 16417 for ac_func in gettimeofday
16441do : 16418do :
16442 ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday" 16419 ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday"
16443if test "x$ac_cv_func_gettimeofday" = x""yes; then : 16420if test "x$ac_cv_func_gettimeofday" = xyes; then :
16444 cat >>confdefs.h <<_ACEOF 16421 cat >>confdefs.h <<_ACEOF
16445#define HAVE_GETTIMEOFDAY 1 16422#define HAVE_GETTIMEOFDAY 1
16446_ACEOF 16423_ACEOF
@@ -16451,7 +16428,7 @@ done
16451 if test $ac_cv_func_gettimeofday = yes; then 16428 if test $ac_cv_func_gettimeofday = yes; then
16452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gettimeofday can accept two arguments" >&5 16429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gettimeofday can accept two arguments" >&5
16453$as_echo_n "checking whether gettimeofday can accept two arguments... " >&6; } 16430$as_echo_n "checking whether gettimeofday can accept two arguments... " >&6; }
16454if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then : 16431if ${emacs_cv_gettimeofday_two_arguments+:} false; then :
16455 $as_echo_n "(cached) " >&6 16432 $as_echo_n "(cached) " >&6
16456else 16433else
16457 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 16434 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -16495,7 +16472,7 @@ fi
16495 16472
16496ok_so_far=yes 16473ok_so_far=yes
16497ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket" 16474ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket"
16498if test "x$ac_cv_func_socket" = x""yes; then : 16475if test "x$ac_cv_func_socket" = xyes; then :
16499 16476
16500else 16477else
16501 ok_so_far=no 16478 ok_so_far=no
@@ -16503,7 +16480,7 @@ fi
16503 16480
16504if test $ok_so_far = yes; then 16481if test $ok_so_far = yes; then
16505 ac_fn_c_check_header_mongrel "$LINENO" "netinet/in.h" "ac_cv_header_netinet_in_h" "$ac_includes_default" 16482 ac_fn_c_check_header_mongrel "$LINENO" "netinet/in.h" "ac_cv_header_netinet_in_h" "$ac_includes_default"
16506if test "x$ac_cv_header_netinet_in_h" = x""yes; then : 16483if test "x$ac_cv_header_netinet_in_h" = xyes; then :
16507 16484
16508else 16485else
16509 ok_so_far=no 16486 ok_so_far=no
@@ -16513,7 +16490,7 @@ fi
16513fi 16490fi
16514if test $ok_so_far = yes; then 16491if test $ok_so_far = yes; then
16515 ac_fn_c_check_header_mongrel "$LINENO" "arpa/inet.h" "ac_cv_header_arpa_inet_h" "$ac_includes_default" 16492 ac_fn_c_check_header_mongrel "$LINENO" "arpa/inet.h" "ac_cv_header_arpa_inet_h" "$ac_includes_default"
16516if test "x$ac_cv_header_arpa_inet_h" = x""yes; then : 16493if test "x$ac_cv_header_arpa_inet_h" = xyes; then :
16517 16494
16518else 16495else
16519 ok_so_far=no 16496 ok_so_far=no
@@ -16547,7 +16524,7 @@ $as_echo "no" >&6; }
16547fi 16524fi
16548 16525
16549ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default" 16526ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
16550if test "x$ac_cv_type_pid_t" = x""yes; then : 16527if test "x$ac_cv_type_pid_t" = xyes; then :
16551 16528
16552else 16529else
16553 16530
@@ -16560,7 +16537,7 @@ fi
16560for ac_header in vfork.h 16537for ac_header in vfork.h
16561do : 16538do :
16562 ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default" 16539 ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default"
16563if test "x$ac_cv_header_vfork_h" = x""yes; then : 16540if test "x$ac_cv_header_vfork_h" = xyes; then :
16564 cat >>confdefs.h <<_ACEOF 16541 cat >>confdefs.h <<_ACEOF
16565#define HAVE_VFORK_H 1 16542#define HAVE_VFORK_H 1
16566_ACEOF 16543_ACEOF
@@ -16584,7 +16561,7 @@ done
16584if test "x$ac_cv_func_fork" = xyes; then 16561if test "x$ac_cv_func_fork" = xyes; then
16585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5 16562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5
16586$as_echo_n "checking for working fork... " >&6; } 16563$as_echo_n "checking for working fork... " >&6; }
16587if test "${ac_cv_func_fork_works+set}" = set; then : 16564if ${ac_cv_func_fork_works+:} false; then :
16588 $as_echo_n "(cached) " >&6 16565 $as_echo_n "(cached) " >&6
16589else 16566else
16590 if test "$cross_compiling" = yes; then : 16567 if test "$cross_compiling" = yes; then :
@@ -16637,7 +16614,7 @@ ac_cv_func_vfork_works=$ac_cv_func_vfork
16637if test "x$ac_cv_func_vfork" = xyes; then 16614if test "x$ac_cv_func_vfork" = xyes; then
16638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5 16615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5
16639$as_echo_n "checking for working vfork... " >&6; } 16616$as_echo_n "checking for working vfork... " >&6; }
16640if test "${ac_cv_func_vfork_works+set}" = set; then : 16617if ${ac_cv_func_vfork_works+:} false; then :
16641 $as_echo_n "(cached) " >&6 16618 $as_echo_n "(cached) " >&6
16642else 16619else
16643 if test "$cross_compiling" = yes; then : 16620 if test "$cross_compiling" = yes; then :
@@ -16773,7 +16750,7 @@ fi
16773 16750
16774{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5 16751{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5
16775$as_echo_n "checking for nl_langinfo and CODESET... " >&6; } 16752$as_echo_n "checking for nl_langinfo and CODESET... " >&6; }
16776if test "${emacs_cv_langinfo_codeset+set}" = set; then : 16753if ${emacs_cv_langinfo_codeset+:} false; then :
16777 $as_echo_n "(cached) " >&6 16754 $as_echo_n "(cached) " >&6
16778else 16755else
16779 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 16756 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -16805,7 +16782,7 @@ $as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h
16805fi 16782fi
16806 16783
16807ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" 16784ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
16808if test "x$ac_cv_type_size_t" = x""yes; then : 16785if test "x$ac_cv_type_size_t" = xyes; then :
16809 16786
16810cat >>confdefs.h <<_ACEOF 16787cat >>confdefs.h <<_ACEOF
16811#define HAVE_SIZE_T 1 16788#define HAVE_SIZE_T 1
@@ -16817,7 +16794,7 @@ fi
16817 16794
16818{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5 16795{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5
16819$as_echo_n "checking for mbstate_t... " >&6; } 16796$as_echo_n "checking for mbstate_t... " >&6; }
16820if test "${ac_cv_type_mbstate_t+set}" = set; then : 16797if ${ac_cv_type_mbstate_t+:} false; then :
16821 $as_echo_n "(cached) " >&6 16798 $as_echo_n "(cached) " >&6
16822else 16799else
16823 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 16800 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -16853,7 +16830,7 @@ $as_echo "#define mbstate_t int" >>confdefs.h
16853 16830
16854{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C restricted array declarations" >&5 16831{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C restricted array declarations" >&5
16855$as_echo_n "checking for C restricted array declarations... " >&6; } 16832$as_echo_n "checking for C restricted array declarations... " >&6; }
16856if test "${emacs_cv_c_restrict_arr+set}" = set; then : 16833if ${emacs_cv_c_restrict_arr+:} false; then :
16857 $as_echo_n "(cached) " >&6 16834 $as_echo_n "(cached) " >&6
16858else 16835else
16859 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 16836 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -17452,10 +17429,21 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
17452 :end' >>confcache 17429 :end' >>confcache
17453if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 17430if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
17454 if test -w "$cache_file"; then 17431 if test -w "$cache_file"; then
17455 test "x$cache_file" != "x/dev/null" && 17432 if test "x$cache_file" != "x/dev/null"; then
17456 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 17433 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
17457$as_echo "$as_me: updating cache $cache_file" >&6;} 17434$as_echo "$as_me: updating cache $cache_file" >&6;}
17458 cat confcache >$cache_file 17435 if test ! -f "$cache_file" || test -h "$cache_file"; then
17436 cat confcache >"$cache_file"
17437 else
17438 case $cache_file in #(
17439 */* | ?:*)
17440 mv -f confcache "$cache_file"$$ &&
17441 mv -f "$cache_file"$$ "$cache_file" ;; #(
17442 *)
17443 mv -f confcache "$cache_file" ;;
17444 esac
17445 fi
17446 fi
17459 else 17447 else
17460 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 17448 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
17461$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} 17449$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
@@ -17540,7 +17528,7 @@ fi
17540 17528
17541 17529
17542 17530
17543: ${CONFIG_STATUS=./config.status} 17531: "${CONFIG_STATUS=./config.status}"
17544ac_write_fail=0 17532ac_write_fail=0
17545ac_clean_files_save=$ac_clean_files 17533ac_clean_files_save=$ac_clean_files
17546ac_clean_files="$ac_clean_files $CONFIG_STATUS" 17534ac_clean_files="$ac_clean_files $CONFIG_STATUS"
@@ -17641,6 +17629,7 @@ fi
17641IFS=" "" $as_nl" 17629IFS=" "" $as_nl"
17642 17630
17643# Find who we are. Look in the path if we contain no directory separator. 17631# Find who we are. Look in the path if we contain no directory separator.
17632as_myself=
17644case $0 in #(( 17633case $0 in #((
17645 *[\\/]* ) as_myself=$0 ;; 17634 *[\\/]* ) as_myself=$0 ;;
17646 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 17635 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -17948,7 +17937,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17948# values after options handling. 17937# values after options handling.
17949ac_log=" 17938ac_log="
17950This file was extended by emacs $as_me 24.0.50, which was 17939This file was extended by emacs $as_me 24.0.50, which was
17951generated by GNU Autoconf 2.67. Invocation command line was 17940generated by GNU Autoconf 2.68. Invocation command line was
17952 17941
17953 CONFIG_FILES = $CONFIG_FILES 17942 CONFIG_FILES = $CONFIG_FILES
17954 CONFIG_HEADERS = $CONFIG_HEADERS 17943 CONFIG_HEADERS = $CONFIG_HEADERS
@@ -18014,7 +18003,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18014ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 18003ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18015ac_cs_version="\\ 18004ac_cs_version="\\
18016emacs config.status 24.0.50 18005emacs config.status 24.0.50
18017configured by $0, generated by GNU Autoconf 2.67, 18006configured by $0, generated by GNU Autoconf 2.68,
18018 with options \\"\$ac_cs_config\\" 18007 with options \\"\$ac_cs_config\\"
18019 18008
18020Copyright (C) 2010 Free Software Foundation, Inc. 18009Copyright (C) 2010 Free Software Foundation, Inc.
@@ -18160,7 +18149,7 @@ do
18160 "test/automated/Makefile") CONFIG_FILES="$CONFIG_FILES test/automated/Makefile" ;; 18149 "test/automated/Makefile") CONFIG_FILES="$CONFIG_FILES test/automated/Makefile" ;;
18161 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; 18150 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
18162 18151
18163 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;; 18152 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
18164 esac 18153 esac
18165done 18154done
18166 18155
@@ -18183,9 +18172,10 @@ fi
18183# after its creation but before its name has been assigned to `$tmp'. 18172# after its creation but before its name has been assigned to `$tmp'.
18184$debug || 18173$debug ||
18185{ 18174{
18186 tmp= 18175 tmp= ac_tmp=
18187 trap 'exit_status=$? 18176 trap 'exit_status=$?
18188 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status 18177 : "${ac_tmp:=$tmp}"
18178 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
18189' 0 18179' 0
18190 trap 'as_fn_exit 1' 1 2 13 15 18180 trap 'as_fn_exit 1' 1 2 13 15
18191} 18181}
@@ -18193,12 +18183,13 @@ $debug ||
18193 18183
18194{ 18184{
18195 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 18185 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
18196 test -n "$tmp" && test -d "$tmp" 18186 test -d "$tmp"
18197} || 18187} ||
18198{ 18188{
18199 tmp=./conf$$-$RANDOM 18189 tmp=./conf$$-$RANDOM
18200 (umask 077 && mkdir "$tmp") 18190 (umask 077 && mkdir "$tmp")
18201} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 18191} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
18192ac_tmp=$tmp
18202 18193
18203# Set up the scripts for CONFIG_FILES section. 18194# Set up the scripts for CONFIG_FILES section.
18204# No need to generate them if there are no CONFIG_FILES. 18195# No need to generate them if there are no CONFIG_FILES.
@@ -18237,13 +18228,13 @@ else
18237 ac_cs_awk_cr=$ac_cr 18228 ac_cs_awk_cr=$ac_cr
18238fi 18229fi
18239 18230
18240echo 'BEGIN {' >"$tmp/subs1.awk" && 18231echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
18241_ACEOF 18232_ACEOF
18242 18233
18243# Create commands to substitute file output variables. 18234# Create commands to substitute file output variables.
18244{ 18235{
18245 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" && 18236 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
18246 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' && 18237 echo 'cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&' &&
18247 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' && 18238 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
18248 echo "_ACAWK" && 18239 echo "_ACAWK" &&
18249 echo "_ACEOF" 18240 echo "_ACEOF"
@@ -18276,7 +18267,7 @@ done
18276rm -f conf$$subs.sh 18267rm -f conf$$subs.sh
18277 18268
18278cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 18269cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18279cat >>"\$tmp/subs1.awk" <<\\_ACAWK && 18270cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
18280_ACEOF 18271_ACEOF
18281sed -n ' 18272sed -n '
18282h 18273h
@@ -18324,7 +18315,7 @@ t delim
18324rm -f conf$$subs.awk 18315rm -f conf$$subs.awk
18325cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 18316cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18326_ACAWK 18317_ACAWK
18327cat >>"\$tmp/subs1.awk" <<_ACAWK && 18318cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
18328 for (key in S) S_is_set[key] = 1 18319 for (key in S) S_is_set[key] = 1
18329 FS = "" 18320 FS = ""
18330 \$ac_cs_awk_pipe_init 18321 \$ac_cs_awk_pipe_init
@@ -18362,7 +18353,7 @@ if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
18362 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 18353 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
18363else 18354else
18364 cat 18355 cat
18365fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ 18356fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
18366 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 18357 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
18367_ACEOF 18358_ACEOF
18368 18359
@@ -18396,7 +18387,7 @@ fi # test -n "$CONFIG_FILES"
18396# No need to generate them if there are no CONFIG_HEADERS. 18387# No need to generate them if there are no CONFIG_HEADERS.
18397# This happens for instance with `./config.status Makefile'. 18388# This happens for instance with `./config.status Makefile'.
18398if test -n "$CONFIG_HEADERS"; then 18389if test -n "$CONFIG_HEADERS"; then
18399cat >"$tmp/defines.awk" <<\_ACAWK || 18390cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
18400BEGIN { 18391BEGIN {
18401_ACEOF 18392_ACEOF
18402 18393
@@ -18408,8 +18399,8 @@ _ACEOF
18408# handling of long lines. 18399# handling of long lines.
18409ac_delim='%!_!# ' 18400ac_delim='%!_!# '
18410for ac_last_try in false false :; do 18401for ac_last_try in false false :; do
18411 ac_t=`sed -n "/$ac_delim/p" confdefs.h` 18402 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
18412 if test -z "$ac_t"; then 18403 if test -z "$ac_tt"; then
18413 break 18404 break
18414 elif $ac_last_try; then 18405 elif $ac_last_try; then
18415 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 18406 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
@@ -18510,7 +18501,7 @@ do
18510 esac 18501 esac
18511 case $ac_mode$ac_tag in 18502 case $ac_mode$ac_tag in
18512 :[FHL]*:*);; 18503 :[FHL]*:*);;
18513 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;; 18504 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
18514 :[FH]-) ac_tag=-:-;; 18505 :[FH]-) ac_tag=-:-;;
18515 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 18506 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
18516 esac 18507 esac
@@ -18529,7 +18520,7 @@ do
18529 for ac_f 18520 for ac_f
18530 do 18521 do
18531 case $ac_f in 18522 case $ac_f in
18532 -) ac_f="$tmp/stdin";; 18523 -) ac_f="$ac_tmp/stdin";;
18533 *) # Look for the file first in the build tree, then in the source tree 18524 *) # Look for the file first in the build tree, then in the source tree
18534 # (if the path is not absolute). The absolute path cannot be DOS-style, 18525 # (if the path is not absolute). The absolute path cannot be DOS-style,
18535 # because $ac_f cannot contain `:'. 18526 # because $ac_f cannot contain `:'.
@@ -18538,7 +18529,7 @@ do
18538 [\\/$]*) false;; 18529 [\\/$]*) false;;
18539 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 18530 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
18540 esac || 18531 esac ||
18541 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;; 18532 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
18542 esac 18533 esac
18543 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 18534 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
18544 as_fn_append ac_file_inputs " '$ac_f'" 18535 as_fn_append ac_file_inputs " '$ac_f'"
@@ -18564,8 +18555,8 @@ $as_echo "$as_me: creating $ac_file" >&6;}
18564 esac 18555 esac
18565 18556
18566 case $ac_tag in 18557 case $ac_tag in
18567 *:-:* | *:-) cat >"$tmp/stdin" \ 18558 *:-:* | *:-) cat >"$ac_tmp/stdin" \
18568 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; 18559 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
18569 esac 18560 esac
18570 ;; 18561 ;;
18571 esac 18562 esac
@@ -18703,24 +18694,25 @@ $ac_datarootdir_hack
18703" 18694"
18704eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | 18695eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
18705if $ac_cs_awk_getline; then 18696if $ac_cs_awk_getline; then
18706 $AWK -f "$tmp/subs.awk" 18697 $AWK -f "$ac_tmp/subs.awk"
18707else 18698else
18708 $AWK -f "$tmp/subs.awk" | $SHELL 18699 $AWK -f "$ac_tmp/subs.awk" | $SHELL
18709fi >$tmp/out \ 18700fi \
18710 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 18701 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18711 18702
18712test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 18703test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
18713 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 18704 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
18714 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 18705 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
18706 "$ac_tmp/out"`; test -z "$ac_out"; } &&
18715 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' 18707 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
18716which seems to be undefined. Please make sure it is defined" >&5 18708which seems to be undefined. Please make sure it is defined" >&5
18717$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 18709$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
18718which seems to be undefined. Please make sure it is defined" >&2;} 18710which seems to be undefined. Please make sure it is defined" >&2;}
18719 18711
18720 rm -f "$tmp/stdin" 18712 rm -f "$ac_tmp/stdin"
18721 case $ac_file in 18713 case $ac_file in
18722 -) cat "$tmp/out" && rm -f "$tmp/out";; 18714 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
18723 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; 18715 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
18724 esac \ 18716 esac \
18725 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 18717 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18726 ;; 18718 ;;
@@ -18731,20 +18723,20 @@ which seems to be undefined. Please make sure it is defined" >&2;}
18731 if test x"$ac_file" != x-; then 18723 if test x"$ac_file" != x-; then
18732 { 18724 {
18733 $as_echo "/* $configure_input */" \ 18725 $as_echo "/* $configure_input */" \
18734 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" 18726 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
18735 } >"$tmp/config.h" \ 18727 } >"$ac_tmp/config.h" \
18736 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 18728 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18737 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then 18729 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
18738 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 18730 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
18739$as_echo "$as_me: $ac_file is unchanged" >&6;} 18731$as_echo "$as_me: $ac_file is unchanged" >&6;}
18740 else 18732 else
18741 rm -f "$ac_file" 18733 rm -f "$ac_file"
18742 mv "$tmp/config.h" "$ac_file" \ 18734 mv "$ac_tmp/config.h" "$ac_file" \
18743 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 18735 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18744 fi 18736 fi
18745 else 18737 else
18746 $as_echo "/* $configure_input */" \ 18738 $as_echo "/* $configure_input */" \
18747 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ 18739 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
18748 || as_fn_error $? "could not create -" "$LINENO" 5 18740 || as_fn_error $? "could not create -" "$LINENO" 5
18749 fi 18741 fi
18750# Compute "$ac_file"'s index in $config_headers. 18742# Compute "$ac_file"'s index in $config_headers.
diff --git a/configure.in b/configure.in
index 161ba74f944..923f8095fa1 100644
--- a/configure.in
+++ b/configure.in
@@ -2662,6 +2662,7 @@ AC_FUNC_FSEEKO
2662AC_FUNC_GETPGRP 2662AC_FUNC_GETPGRP
2663 2663
2664# Configure gnulib. 2664# Configure gnulib.
2665gl_ASSERT_NO_GNULIB_POSIXCHECK
2665gl_ASSERT_NO_GNULIB_TESTS 2666gl_ASSERT_NO_GNULIB_TESTS
2666gl_INIT 2667gl_INIT
2667 2668
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 49a87ced4c5..36304c3e118 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -56,8 +56,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \
56 $(top_srcdir)/m4/include_next.m4 $(top_srcdir)/m4/mktime.m4 \ 56 $(top_srcdir)/m4/include_next.m4 $(top_srcdir)/m4/mktime.m4 \
57 $(top_srcdir)/m4/multiarch.m4 $(top_srcdir)/m4/stddef_h.m4 \ 57 $(top_srcdir)/m4/multiarch.m4 $(top_srcdir)/m4/stddef_h.m4 \
58 $(top_srcdir)/m4/time_h.m4 $(top_srcdir)/m4/time_r.m4 \ 58 $(top_srcdir)/m4/time_h.m4 $(top_srcdir)/m4/time_r.m4 \
59 $(top_srcdir)/m4/unistd_h.m4 $(top_srcdir)/m4/warn-on-use.m4 \ 59 $(top_srcdir)/m4/unistd_h.m4 $(top_srcdir)/m4/wchar_t.m4 \
60 $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/configure.in 60 $(top_srcdir)/configure.in
61am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 61am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62 $(ACLOCAL_M4) 62 $(ACLOCAL_M4)
63mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 63mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
diff --git a/m4/getopt.m4 b/m4/getopt.m4
index d351b842be3..035a530df2d 100644
--- a/m4/getopt.m4
+++ b/m4/getopt.m4
@@ -1,4 +1,4 @@
1# getopt.m4 serial 33 1# getopt.m4 serial 34
2dnl Copyright (C) 2002-2006, 2008-2011 Free Software Foundation, Inc. 2dnl Copyright (C) 2002-2006, 2008-2011 Free Software Foundation, Inc.
3dnl This file is free software; the Free Software Foundation 3dnl This file is free software; the Free Software Foundation
4dnl gives unlimited permission to copy and/or distribute it, 4dnl gives unlimited permission to copy and/or distribute it,
@@ -75,20 +75,6 @@ AC_DEFUN([gl_GETOPT_CHECK_HEADERS],
75 AC_CHECK_FUNCS([getopt_long_only], [], [gl_replace_getopt=yes]) 75 AC_CHECK_FUNCS([getopt_long_only], [], [gl_replace_getopt=yes])
76 fi 76 fi
77 77
78 dnl BSD getopt_long uses an incompatible method to reset option processing.
79 dnl Existence of the variable, in and of itself, is not a reason to replace
80 dnl getopt, but knowledge of the variable is needed to determine how to
81 dnl reset and whether a reset reparses the environment.
82 dnl Solaris supports neither optreset nor optind=0, but keeps no state that
83 dnl needs a reset beyond setting optind=1; detect Solaris by getopt_clip.
84 if test -z "$gl_replace_getopt"; then
85 AC_CHECK_DECLS([optreset], [],
86 [AC_CHECK_DECLS([getopt_clip], [], [],
87 [[#include <getopt.h>]])
88 ],
89 [[#include <getopt.h>]])
90 fi
91
92 dnl mingw's getopt (in libmingwex.a) does weird things when the options 78 dnl mingw's getopt (in libmingwex.a) does weird things when the options
93 dnl strings starts with '+' and it's not the first call. Some internal state 79 dnl strings starts with '+' and it's not the first call. Some internal state
94 dnl is left over from earlier calls, and neither setting optind = 0 nor 80 dnl is left over from earlier calls, and neither setting optind = 0 nor
@@ -102,18 +88,34 @@ AC_DEFUN([gl_GETOPT_CHECK_HEADERS],
102 AC_CACHE_CHECK([whether getopt is POSIX compatible], 88 AC_CACHE_CHECK([whether getopt is POSIX compatible],
103 [gl_cv_func_getopt_posix], 89 [gl_cv_func_getopt_posix],
104 [ 90 [
91 dnl BSD getopt_long uses an incompatible method to reset
92 dnl option processing. Existence of the variable, in and of
93 dnl itself, is not a reason to replace getopt, but knowledge
94 dnl of the variable is needed to determine how to reset and
95 dnl whether a reset reparses the environment. Solaris
96 dnl supports neither optreset nor optind=0, but keeps no state
97 dnl that needs a reset beyond setting optind=1; detect Solaris
98 dnl by getopt_clip.
99 AC_COMPILE_IFELSE(
100 [AC_LANG_PROGRAM(
101 [[#include <unistd.h>]],
102 [[int *p = &optreset; return optreset;]])],
103 [gl_optind_min=1],
104 [AC_COMPILE_IFELSE(
105 [AC_LANG_PROGRAM(
106 [[#include <getopt.h>]],
107 [[return !getopt_clip;]])],
108 [gl_optind_min=1],
109 [gl_optind_min=0])])
110
105 dnl This test fails on mingw and succeeds on many other platforms. 111 dnl This test fails on mingw and succeeds on many other platforms.
112 gl_save_CPPFLAGS=$CPPFLAGS
113 CPPFLAGS="$CPPFLAGS -DOPTIND_MIN=$gl_optind_min"
106 AC_RUN_IFELSE([AC_LANG_SOURCE([[ 114 AC_RUN_IFELSE([AC_LANG_SOURCE([[
107#include <unistd.h> 115#include <unistd.h>
108#include <stdlib.h> 116#include <stdlib.h>
109#include <string.h> 117#include <string.h>
110 118
111#if !HAVE_DECL_OPTRESET && !HAVE_DECL_GETOPT_CLIP
112# define OPTIND_MIN 0
113#else
114# define OPTIND_MIN 1
115#endif
116
117int 119int
118main () 120main ()
119{ 121{
@@ -201,6 +203,7 @@ main ()
201 *) gl_cv_func_getopt_posix="guessing yes";; 203 *) gl_cv_func_getopt_posix="guessing yes";;
202 esac 204 esac
203 ]) 205 ])
206 CPPFLAGS=$gl_save_CPPFLAGS
204 ]) 207 ])
205 case "$gl_cv_func_getopt_posix" in 208 case "$gl_cv_func_getopt_posix" in
206 *no) gl_replace_getopt=yes ;; 209 *no) gl_replace_getopt=yes ;;
diff --git a/m4/gnulib-common.m4 b/m4/gnulib-common.m4
index c4f41f180ba..ecbf33694e2 100644
--- a/m4/gnulib-common.m4
+++ b/m4/gnulib-common.m4
@@ -1,4 +1,4 @@
1# gnulib-common.m4 serial 22 1# gnulib-common.m4 serial 23
2dnl Copyright (C) 2007-2011 Free Software Foundation, Inc. 2dnl Copyright (C) 2007-2011 Free Software Foundation, Inc.
3dnl This file is free software; the Free Software Foundation 3dnl This file is free software; the Free Software Foundation
4dnl gives unlimited permission to copy and/or distribute it, 4dnl gives unlimited permission to copy and/or distribute it,
@@ -102,6 +102,16 @@ AC_DEFUN([gl_MODULE_INDICATOR_FOR_TESTS],
102 [Define to 1 when the gnulib module $1 should be tested.]) 102 [Define to 1 when the gnulib module $1 should be tested.])
103]) 103])
104 104
105# gl_ASSERT_NO_GNULIB_POSIXCHECK
106# asserts that there will never be a need to #define GNULIB_POSIXCHECK.
107# and thereby enables an optimization of configure and config.h.
108# Used by Emacs.
109AC_DEFUN([gl_ASSERT_NO_GNULIB_POSIXCHECK],
110[
111 dnl Override gl_WARN_ON_USE_PREPARE.
112 AC_DEFUN([gl_WARN_ON_USE_PREPARE], [])
113])
114
105# gl_ASSERT_NO_GNULIB_TESTS 115# gl_ASSERT_NO_GNULIB_TESTS
106# asserts that there will be no gnulib tests in the scope of the configure.ac 116# asserts that there will be no gnulib tests in the scope of the configure.ac
107# and thereby enables an optimization of config.h. 117# and thereby enables an optimization of config.h.
diff --git a/m4/warn-on-use.m4 b/m4/warn-on-use.m4
deleted file mode 100644
index e0d0f276403..00000000000
--- a/m4/warn-on-use.m4
+++ /dev/null
@@ -1,45 +0,0 @@
1# warn-on-use.m4 serial 2
2dnl Copyright (C) 2010-2011 Free Software Foundation, Inc.
3dnl This file is free software; the Free Software Foundation
4dnl gives unlimited permission to copy and/or distribute it,
5dnl with or without modifications, as long as this notice is preserved.
6
7# gl_WARN_ON_USE_PREPARE(INCLUDES, NAMES)
8# ---------------------------------------
9# For each whitespace-separated element in the list of NAMES, define
10# HAVE_RAW_DECL_name if the function has a declaration among INCLUDES
11# even after being undefined as a macro.
12#
13# See warn-on-use.h for some hints on how to poison function names, as
14# well as ideas on poisoning global variables and macros. NAMES may
15# include global variables, but remember that only functions work with
16# _GL_WARN_ON_USE. Typically, INCLUDES only needs to list a single
17# header, but if the replacement header pulls in other headers because
18# some systems declare functions in the wrong header, then INCLUDES
19# should do likewise.
20#
21# If you assume C89, then it is generally safe to assume declarations
22# for functions declared in that standard (such as gets) without
23# needing gl_WARN_ON_USE_PREPARE.
24AC_DEFUN([gl_WARN_ON_USE_PREPARE],
25[
26 m4_foreach_w([gl_decl], [$2],
27 [AH_TEMPLATE([HAVE_RAW_DECL_]AS_TR_CPP(m4_defn([gl_decl])),
28 [Define to 1 if ]m4_defn([gl_decl])[ is declared even after
29 undefining macros.])])dnl
30 for gl_func in m4_flatten([$2]); do
31 AS_VAR_PUSHDEF([gl_Symbol], [gl_cv_have_raw_decl_$gl_func])dnl
32 AC_CACHE_CHECK([whether $gl_func is declared without a macro],
33 gl_Symbol,
34 [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([$1],
35[@%:@undef $gl_func
36 (void) $gl_func;])],
37 [AS_VAR_SET(gl_Symbol, [yes])], [AS_VAR_SET(gl_Symbol, [no])])])
38 AS_VAR_IF(gl_Symbol, [yes],
39 [AC_DEFINE_UNQUOTED(AS_TR_CPP([HAVE_RAW_DECL_$gl_func]), [1])
40 dnl shortcut - if the raw declaration exists, then set a cache
41 dnl variable to allow skipping any later AC_CHECK_DECL efforts
42 eval ac_cv_have_decl_$gl_func=yes])
43 AS_VAR_POPDEF([gl_Symbol])dnl
44 done
45])
diff --git a/src/config.in b/src/config.in
index c706be3e865..f414f81fb43 100644
--- a/src/config.in
+++ b/src/config.in
@@ -139,18 +139,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
139 */ 139 */
140#undef HAVE_DECL_GETENV 140#undef HAVE_DECL_GETENV
141 141
142/* Define to 1 if you have the declaration of `getopt_clip', and to 0 if you
143 don't. */
144#undef HAVE_DECL_GETOPT_CLIP
145
146/* Define to 1 if you have the declaration of `localtime_r', and to 0 if you 142/* Define to 1 if you have the declaration of `localtime_r', and to 0 if you
147 don't. */ 143 don't. */
148#undef HAVE_DECL_LOCALTIME_R 144#undef HAVE_DECL_LOCALTIME_R
149 145
150/* Define to 1 if you have the declaration of `optreset', and to 0 if you
151 don't. */
152#undef HAVE_DECL_OPTRESET
153
154/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you 146/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
155 don't. */ 147 don't. */
156#undef HAVE_DECL_SYS_SIGLIST 148#undef HAVE_DECL_SYS_SIGLIST
@@ -565,123 +557,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
565/* Define to 1 if you have the `random' function. */ 557/* Define to 1 if you have the `random' function. */
566#undef HAVE_RANDOM 558#undef HAVE_RANDOM
567 559
568/* Define to 1 if chown is declared even after undefining macros. */
569#undef HAVE_RAW_DECL_CHOWN
570
571/* Define to 1 if dup2 is declared even after undefining macros. */
572#undef HAVE_RAW_DECL_DUP2
573
574/* Define to 1 if dup3 is declared even after undefining macros. */
575#undef HAVE_RAW_DECL_DUP3
576
577/* Define to 1 if endusershell is declared even after undefining macros. */
578#undef HAVE_RAW_DECL_ENDUSERSHELL
579
580/* Define to 1 if environ is declared even after undefining macros. */
581#undef HAVE_RAW_DECL_ENVIRON
582
583/* Define to 1 if euidaccess is declared even after undefining macros. */
584#undef HAVE_RAW_DECL_EUIDACCESS
585
586/* Define to 1 if faccessat is declared even after undefining macros. */
587#undef HAVE_RAW_DECL_FACCESSAT
588
589/* Define to 1 if fchdir is declared even after undefining macros. */
590#undef HAVE_RAW_DECL_FCHDIR
591
592/* Define to 1 if fchownat is declared even after undefining macros. */
593#undef HAVE_RAW_DECL_FCHOWNAT
594
595/* Define to 1 if fsync is declared even after undefining macros. */
596#undef HAVE_RAW_DECL_FSYNC
597
598/* Define to 1 if ftruncate is declared even after undefining macros. */
599#undef HAVE_RAW_DECL_FTRUNCATE
600
601/* Define to 1 if getcwd is declared even after undefining macros. */
602#undef HAVE_RAW_DECL_GETCWD
603
604/* Define to 1 if getdomainname is declared even after undefining macros. */
605#undef HAVE_RAW_DECL_GETDOMAINNAME
606
607/* Define to 1 if getdtablesize is declared even after undefining macros. */
608#undef HAVE_RAW_DECL_GETDTABLESIZE
609
610/* Define to 1 if getgroups is declared even after undefining macros. */
611#undef HAVE_RAW_DECL_GETGROUPS
612
613/* Define to 1 if gethostname is declared even after undefining macros. */
614#undef HAVE_RAW_DECL_GETHOSTNAME
615
616/* Define to 1 if getlogin is declared even after undefining macros. */
617#undef HAVE_RAW_DECL_GETLOGIN
618
619/* Define to 1 if getlogin_r is declared even after undefining macros. */
620#undef HAVE_RAW_DECL_GETLOGIN_R
621
622/* Define to 1 if getpagesize is declared even after undefining macros. */
623#undef HAVE_RAW_DECL_GETPAGESIZE
624
625/* Define to 1 if getusershell is declared even after undefining macros. */
626#undef HAVE_RAW_DECL_GETUSERSHELL
627
628/* Define to 1 if lchown is declared even after undefining macros. */
629#undef HAVE_RAW_DECL_LCHOWN
630
631/* Define to 1 if link is declared even after undefining macros. */
632#undef HAVE_RAW_DECL_LINK
633
634/* Define to 1 if linkat is declared even after undefining macros. */
635#undef HAVE_RAW_DECL_LINKAT
636
637/* Define to 1 if lseek is declared even after undefining macros. */
638#undef HAVE_RAW_DECL_LSEEK
639
640/* Define to 1 if pipe is declared even after undefining macros. */
641#undef HAVE_RAW_DECL_PIPE
642
643/* Define to 1 if pipe2 is declared even after undefining macros. */
644#undef HAVE_RAW_DECL_PIPE2
645
646/* Define to 1 if pread is declared even after undefining macros. */
647#undef HAVE_RAW_DECL_PREAD
648
649/* Define to 1 if pwrite is declared even after undefining macros. */
650#undef HAVE_RAW_DECL_PWRITE
651
652/* Define to 1 if readlink is declared even after undefining macros. */
653#undef HAVE_RAW_DECL_READLINK
654
655/* Define to 1 if readlinkat is declared even after undefining macros. */
656#undef HAVE_RAW_DECL_READLINKAT
657
658/* Define to 1 if rmdir is declared even after undefining macros. */
659#undef HAVE_RAW_DECL_RMDIR
660
661/* Define to 1 if setusershell is declared even after undefining macros. */
662#undef HAVE_RAW_DECL_SETUSERSHELL
663
664/* Define to 1 if sleep is declared even after undefining macros. */
665#undef HAVE_RAW_DECL_SLEEP
666
667/* Define to 1 if symlink is declared even after undefining macros. */
668#undef HAVE_RAW_DECL_SYMLINK
669
670/* Define to 1 if symlinkat is declared even after undefining macros. */
671#undef HAVE_RAW_DECL_SYMLINKAT
672
673/* Define to 1 if ttyname_r is declared even after undefining macros. */
674#undef HAVE_RAW_DECL_TTYNAME_R
675
676/* Define to 1 if unlink is declared even after undefining macros. */
677#undef HAVE_RAW_DECL_UNLINK
678
679/* Define to 1 if unlinkat is declared even after undefining macros. */
680#undef HAVE_RAW_DECL_UNLINKAT
681
682/* Define to 1 if usleep is declared even after undefining macros. */
683#undef HAVE_RAW_DECL_USLEEP
684
685/* Define to 1 if you have the `recvfrom' function. */ 560/* Define to 1 if you have the `recvfrom' function. */
686#undef HAVE_RECVFROM 561#undef HAVE_RECVFROM
687 562