diff options
| author | Miles Bader | 2011-01-22 11:46:10 +0900 |
|---|---|---|
| committer | Miles Bader | 2011-01-22 11:46:10 +0900 |
| commit | 9ba41eb9d96a25ce341884d44084508a5df1015d (patch) | |
| tree | a3b746f9e6ab28215b18b1b39cec56c1bafe7f61 | |
| parent | 48dcd48260a2e6c3dc3b02ff71df9b62d7830600 (diff) | |
| download | emacs-9ba41eb9d96a25ce341884d44084508a5df1015d.tar.gz emacs-9ba41eb9d96a25ce341884d44084508a5df1015d.zip | |
Update configure
| -rwxr-xr-x | configure | 774 |
1 files changed, 365 insertions, 409 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | #! /bin/sh | 1 | #! /bin/sh |
| 2 | # Guess values for system-dependent variables and create Makefiles. | 2 | # Guess values for system-dependent variables and create Makefiles. |
| 3 | # Generated by GNU Autoconf 2.68 for emacs 24.0.50. | 3 | # Generated by GNU Autoconf 2.67 for emacs 24.0.50. |
| 4 | # | 4 | # |
| 5 | # | 5 | # |
| 6 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, | 6 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
| @@ -89,7 +89,6 @@ fi | |||
| 89 | IFS=" "" $as_nl" | 89 | IFS=" "" $as_nl" |
| 90 | 90 | ||
| 91 | # Find who we are. Look in the path if we contain no directory separator. | 91 | # Find who we are. Look in the path if we contain no directory separator. |
| 92 | as_myself= | ||
| 93 | case $0 in #(( | 92 | case $0 in #(( |
| 94 | *[\\/]* ) as_myself=$0 ;; | 93 | *[\\/]* ) as_myself=$0 ;; |
| 95 | *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | 94 | *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| @@ -215,18 +214,11 @@ IFS=$as_save_IFS | |||
| 215 | # We cannot yet assume a decent shell, so we have to provide a | 214 | # We cannot yet assume a decent shell, so we have to provide a |
| 216 | # neutralization value for shells without unset; and this also | 215 | # neutralization value for shells without unset; and this also |
| 217 | # works around shells that cannot unset nonexistent variables. | 216 | # works around shells that cannot unset nonexistent variables. |
| 218 | # Preserve -v and -x to the replacement shell. | ||
| 219 | BASH_ENV=/dev/null | 217 | BASH_ENV=/dev/null |
| 220 | ENV=/dev/null | 218 | ENV=/dev/null |
| 221 | (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV | 219 | (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV |
| 222 | export CONFIG_SHELL | 220 | export CONFIG_SHELL |
| 223 | case $- in # (((( | 221 | exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} |
| 224 | *v*x* | *x*v* ) as_opts=-vx ;; | ||
| 225 | *v* ) as_opts=-v ;; | ||
| 226 | *x* ) as_opts=-x ;; | ||
| 227 | * ) as_opts= ;; | ||
| 228 | esac | ||
| 229 | exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"} | ||
| 230 | fi | 222 | fi |
| 231 | 223 | ||
| 232 | if test x$as_have_required = xno; then : | 224 | if test x$as_have_required = xno; then : |
| @@ -1040,9 +1032,6 @@ LDFLAGS | |||
| 1040 | LIBS | 1032 | LIBS |
| 1041 | CPPFLAGS | 1033 | CPPFLAGS |
| 1042 | CPP | 1034 | CPP |
| 1043 | CPPFLAGS | ||
| 1044 | CPP | ||
| 1045 | CPPFLAGS | ||
| 1046 | XMKMF' | 1035 | XMKMF' |
| 1047 | 1036 | ||
| 1048 | 1037 | ||
| @@ -1448,7 +1437,7 @@ Try \`$0 --help' for more information" | |||
| 1448 | $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 | 1437 | $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 |
| 1449 | expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && | 1438 | expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && |
| 1450 | $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 | 1439 | $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 |
| 1451 | : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" | 1440 | : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} |
| 1452 | ;; | 1441 | ;; |
| 1453 | 1442 | ||
| 1454 | esac | 1443 | esac |
| @@ -1822,7 +1811,7 @@ test -n "$ac_init_help" && exit $ac_status | |||
| 1822 | if $ac_init_version; then | 1811 | if $ac_init_version; then |
| 1823 | cat <<\_ACEOF | 1812 | cat <<\_ACEOF |
| 1824 | emacs configure 24.0.50 | 1813 | emacs configure 24.0.50 |
| 1825 | generated by GNU Autoconf 2.68 | 1814 | generated by GNU Autoconf 2.67 |
| 1826 | 1815 | ||
| 1827 | Copyright (C) 2010 Free Software Foundation, Inc. | 1816 | Copyright (C) 2010 Free Software Foundation, Inc. |
| 1828 | This configure script is free software; the Free Software Foundation | 1817 | This configure script is free software; the Free Software Foundation |
| @@ -1868,7 +1857,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 1868 | 1857 | ||
| 1869 | ac_retval=1 | 1858 | ac_retval=1 |
| 1870 | fi | 1859 | fi |
| 1871 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | 1860 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 1872 | as_fn_set_status $ac_retval | 1861 | as_fn_set_status $ac_retval |
| 1873 | 1862 | ||
| 1874 | } # ac_fn_c_try_compile | 1863 | } # ac_fn_c_try_compile |
| @@ -1905,7 +1894,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 1905 | 1894 | ||
| 1906 | ac_retval=1 | 1895 | ac_retval=1 |
| 1907 | fi | 1896 | fi |
| 1908 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | 1897 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 1909 | as_fn_set_status $ac_retval | 1898 | as_fn_set_status $ac_retval |
| 1910 | 1899 | ||
| 1911 | } # ac_fn_c_try_cpp | 1900 | } # ac_fn_c_try_cpp |
| @@ -1918,10 +1907,10 @@ fi | |||
| 1918 | ac_fn_c_check_header_mongrel () | 1907 | ac_fn_c_check_header_mongrel () |
| 1919 | { | 1908 | { |
| 1920 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 1909 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 1921 | if eval \${$3+:} false; then : | 1910 | if eval "test \"\${$3+set}\"" = set; then : |
| 1922 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1911 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 1923 | $as_echo_n "checking for $2... " >&6; } | 1912 | $as_echo_n "checking for $2... " >&6; } |
| 1924 | if eval \${$3+:} false; then : | 1913 | if eval "test \"\${$3+set}\"" = set; then : |
| 1925 | $as_echo_n "(cached) " >&6 | 1914 | $as_echo_n "(cached) " >&6 |
| 1926 | fi | 1915 | fi |
| 1927 | eval ac_res=\$$3 | 1916 | eval ac_res=\$$3 |
| @@ -1984,7 +1973,7 @@ $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} | |||
| 1984 | esac | 1973 | esac |
| 1985 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1974 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 1986 | $as_echo_n "checking for $2... " >&6; } | 1975 | $as_echo_n "checking for $2... " >&6; } |
| 1987 | if eval \${$3+:} false; then : | 1976 | if eval "test \"\${$3+set}\"" = set; then : |
| 1988 | $as_echo_n "(cached) " >&6 | 1977 | $as_echo_n "(cached) " >&6 |
| 1989 | else | 1978 | else |
| 1990 | eval "$3=\$ac_header_compiler" | 1979 | eval "$3=\$ac_header_compiler" |
| @@ -1993,7 +1982,7 @@ eval ac_res=\$$3 | |||
| 1993 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 1982 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 1994 | $as_echo "$ac_res" >&6; } | 1983 | $as_echo "$ac_res" >&6; } |
| 1995 | fi | 1984 | fi |
| 1996 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | 1985 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 1997 | 1986 | ||
| 1998 | } # ac_fn_c_check_header_mongrel | 1987 | } # ac_fn_c_check_header_mongrel |
| 1999 | 1988 | ||
| @@ -2034,7 +2023,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 2034 | ac_retval=$ac_status | 2023 | ac_retval=$ac_status |
| 2035 | fi | 2024 | fi |
| 2036 | rm -rf conftest.dSYM conftest_ipa8_conftest.oo | 2025 | rm -rf conftest.dSYM conftest_ipa8_conftest.oo |
| 2037 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | 2026 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 2038 | as_fn_set_status $ac_retval | 2027 | as_fn_set_status $ac_retval |
| 2039 | 2028 | ||
| 2040 | } # ac_fn_c_try_run | 2029 | } # ac_fn_c_try_run |
| @@ -2048,7 +2037,7 @@ ac_fn_c_check_header_compile () | |||
| 2048 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 2037 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 2049 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 2038 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 2050 | $as_echo_n "checking for $2... " >&6; } | 2039 | $as_echo_n "checking for $2... " >&6; } |
| 2051 | if eval \${$3+:} false; then : | 2040 | if eval "test \"\${$3+set}\"" = set; then : |
| 2052 | $as_echo_n "(cached) " >&6 | 2041 | $as_echo_n "(cached) " >&6 |
| 2053 | else | 2042 | else |
| 2054 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2043 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -2066,7 +2055,7 @@ fi | |||
| 2066 | eval ac_res=\$$3 | 2055 | eval ac_res=\$$3 |
| 2067 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 2056 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 2068 | $as_echo "$ac_res" >&6; } | 2057 | $as_echo "$ac_res" >&6; } |
| 2069 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | 2058 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 2070 | 2059 | ||
| 2071 | } # ac_fn_c_check_header_compile | 2060 | } # ac_fn_c_check_header_compile |
| 2072 | 2061 | ||
| @@ -2111,7 +2100,7 @@ fi | |||
| 2111 | # interfere with the next link command; also delete a directory that is | 2100 | # interfere with the next link command; also delete a directory that is |
| 2112 | # left behind by Apple's compiler. We do this before executing the actions. | 2101 | # left behind by Apple's compiler. We do this before executing the actions. |
| 2113 | rm -rf conftest.dSYM conftest_ipa8_conftest.oo | 2102 | rm -rf conftest.dSYM conftest_ipa8_conftest.oo |
| 2114 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | 2103 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 2115 | as_fn_set_status $ac_retval | 2104 | as_fn_set_status $ac_retval |
| 2116 | 2105 | ||
| 2117 | } # ac_fn_c_try_link | 2106 | } # ac_fn_c_try_link |
| @@ -2127,7 +2116,7 @@ ac_fn_c_check_decl () | |||
| 2127 | as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'` | 2116 | as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'` |
| 2128 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 | 2117 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 |
| 2129 | $as_echo_n "checking whether $as_decl_name is declared... " >&6; } | 2118 | $as_echo_n "checking whether $as_decl_name is declared... " >&6; } |
| 2130 | if eval \${$3+:} false; then : | 2119 | if eval "test \"\${$3+set}\"" = set; then : |
| 2131 | $as_echo_n "(cached) " >&6 | 2120 | $as_echo_n "(cached) " >&6 |
| 2132 | else | 2121 | else |
| 2133 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2122 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -2158,7 +2147,7 @@ fi | |||
| 2158 | eval ac_res=\$$3 | 2147 | eval ac_res=\$$3 |
| 2159 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 2148 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 2160 | $as_echo "$ac_res" >&6; } | 2149 | $as_echo "$ac_res" >&6; } |
| 2161 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | 2150 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 2162 | 2151 | ||
| 2163 | } # ac_fn_c_check_decl | 2152 | } # ac_fn_c_check_decl |
| 2164 | 2153 | ||
| @@ -2170,7 +2159,7 @@ ac_fn_c_check_header_preproc () | |||
| 2170 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 2159 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 2171 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 2160 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 2172 | $as_echo_n "checking for $2... " >&6; } | 2161 | $as_echo_n "checking for $2... " >&6; } |
| 2173 | if eval \${$3+:} false; then : | 2162 | if eval "test \"\${$3+set}\"" = set; then : |
| 2174 | $as_echo_n "(cached) " >&6 | 2163 | $as_echo_n "(cached) " >&6 |
| 2175 | else | 2164 | else |
| 2176 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2165 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -2187,7 +2176,7 @@ fi | |||
| 2187 | eval ac_res=\$$3 | 2176 | eval ac_res=\$$3 |
| 2188 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 2177 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 2189 | $as_echo "$ac_res" >&6; } | 2178 | $as_echo "$ac_res" >&6; } |
| 2190 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | 2179 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 2191 | 2180 | ||
| 2192 | } # ac_fn_c_check_header_preproc | 2181 | } # ac_fn_c_check_header_preproc |
| 2193 | 2182 | ||
| @@ -2200,7 +2189,7 @@ ac_fn_c_check_member () | |||
| 2200 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 2189 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 2201 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5 | 2190 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5 |
| 2202 | $as_echo_n "checking for $2.$3... " >&6; } | 2191 | $as_echo_n "checking for $2.$3... " >&6; } |
| 2203 | if eval \${$4+:} false; then : | 2192 | if eval "test \"\${$4+set}\"" = set; then : |
| 2204 | $as_echo_n "(cached) " >&6 | 2193 | $as_echo_n "(cached) " >&6 |
| 2205 | else | 2194 | else |
| 2206 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2195 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -2244,7 +2233,7 @@ fi | |||
| 2244 | eval ac_res=\$$4 | 2233 | eval ac_res=\$$4 |
| 2245 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 2234 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 2246 | $as_echo "$ac_res" >&6; } | 2235 | $as_echo "$ac_res" >&6; } |
| 2247 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | 2236 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 2248 | 2237 | ||
| 2249 | } # ac_fn_c_check_member | 2238 | } # ac_fn_c_check_member |
| 2250 | 2239 | ||
| @@ -2256,7 +2245,7 @@ ac_fn_c_check_func () | |||
| 2256 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 2245 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 2257 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 2246 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 2258 | $as_echo_n "checking for $2... " >&6; } | 2247 | $as_echo_n "checking for $2... " >&6; } |
| 2259 | if eval \${$3+:} false; then : | 2248 | if eval "test \"\${$3+set}\"" = set; then : |
| 2260 | $as_echo_n "(cached) " >&6 | 2249 | $as_echo_n "(cached) " >&6 |
| 2261 | else | 2250 | else |
| 2262 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2251 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -2311,7 +2300,7 @@ fi | |||
| 2311 | eval ac_res=\$$3 | 2300 | eval ac_res=\$$3 |
| 2312 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 2301 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 2313 | $as_echo "$ac_res" >&6; } | 2302 | $as_echo "$ac_res" >&6; } |
| 2314 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | 2303 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 2315 | 2304 | ||
| 2316 | } # ac_fn_c_check_func | 2305 | } # ac_fn_c_check_func |
| 2317 | 2306 | ||
| @@ -2324,7 +2313,7 @@ ac_fn_c_check_type () | |||
| 2324 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 2313 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 2325 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 2314 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 2326 | $as_echo_n "checking for $2... " >&6; } | 2315 | $as_echo_n "checking for $2... " >&6; } |
| 2327 | if eval \${$3+:} false; then : | 2316 | if eval "test \"\${$3+set}\"" = set; then : |
| 2328 | $as_echo_n "(cached) " >&6 | 2317 | $as_echo_n "(cached) " >&6 |
| 2329 | else | 2318 | else |
| 2330 | eval "$3=no" | 2319 | eval "$3=no" |
| @@ -2365,7 +2354,7 @@ fi | |||
| 2365 | eval ac_res=\$$3 | 2354 | eval ac_res=\$$3 |
| 2366 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 2355 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 2367 | $as_echo "$ac_res" >&6; } | 2356 | $as_echo "$ac_res" >&6; } |
| 2368 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | 2357 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 2369 | 2358 | ||
| 2370 | } # ac_fn_c_check_type | 2359 | } # ac_fn_c_check_type |
| 2371 | cat >config.log <<_ACEOF | 2360 | cat >config.log <<_ACEOF |
| @@ -2373,7 +2362,7 @@ This file contains any messages produced by compilers while | |||
| 2373 | running configure, to aid debugging if configure makes a mistake. | 2362 | running configure, to aid debugging if configure makes a mistake. |
| 2374 | 2363 | ||
| 2375 | It was created by emacs $as_me 24.0.50, which was | 2364 | It was created by emacs $as_me 24.0.50, which was |
| 2376 | generated by GNU Autoconf 2.68. Invocation command line was | 2365 | generated by GNU Autoconf 2.67. Invocation command line was |
| 2377 | 2366 | ||
| 2378 | $ $0 $@ | 2367 | $ $0 $@ |
| 2379 | 2368 | ||
| @@ -2631,7 +2620,7 @@ $as_echo "$as_me: loading site script $ac_site_file" >&6;} | |||
| 2631 | || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 2620 | || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 2632 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2621 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 2633 | as_fn_error $? "failed to load site script $ac_site_file | 2622 | as_fn_error $? "failed to load site script $ac_site_file |
| 2634 | See \`config.log' for more details" "$LINENO" 5; } | 2623 | See \`config.log' for more details" "$LINENO" 5 ; } |
| 2635 | fi | 2624 | fi |
| 2636 | done | 2625 | done |
| 2637 | 2626 | ||
| @@ -2779,7 +2768,7 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. | |||
| 2779 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 | 2768 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 |
| 2780 | $as_echo_n "checking for a BSD-compatible install... " >&6; } | 2769 | $as_echo_n "checking for a BSD-compatible install... " >&6; } |
| 2781 | if test -z "$INSTALL"; then | 2770 | if test -z "$INSTALL"; then |
| 2782 | if ${ac_cv_path_install+:} false; then : | 2771 | if test "${ac_cv_path_install+set}" = set; then : |
| 2783 | $as_echo_n "(cached) " >&6 | 2772 | $as_echo_n "(cached) " >&6 |
| 2784 | else | 2773 | else |
| 2785 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | 2774 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| @@ -2866,11 +2855,11 @@ am_lf=' | |||
| 2866 | ' | 2855 | ' |
| 2867 | case `pwd` in | 2856 | case `pwd` in |
| 2868 | *[\\\"\#\$\&\'\`$am_lf]*) | 2857 | *[\\\"\#\$\&\'\`$am_lf]*) |
| 2869 | as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; | 2858 | as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;; |
| 2870 | esac | 2859 | esac |
| 2871 | case $srcdir in | 2860 | case $srcdir in |
| 2872 | *[\\\"\#\$\&\'\`$am_lf\ \ ]*) | 2861 | *[\\\"\#\$\&\'\`$am_lf\ \ ]*) |
| 2873 | as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; | 2862 | as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;; |
| 2874 | esac | 2863 | esac |
| 2875 | 2864 | ||
| 2876 | # Do `set' in a subshell so we don't clobber the current shell's | 2865 | # Do `set' in a subshell so we don't clobber the current shell's |
| @@ -2956,7 +2945,7 @@ if test "$cross_compiling" != no; then | |||
| 2956 | set dummy ${ac_tool_prefix}strip; ac_word=$2 | 2945 | set dummy ${ac_tool_prefix}strip; ac_word=$2 |
| 2957 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 2946 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 2958 | $as_echo_n "checking for $ac_word... " >&6; } | 2947 | $as_echo_n "checking for $ac_word... " >&6; } |
| 2959 | if ${ac_cv_prog_STRIP+:} false; then : | 2948 | if test "${ac_cv_prog_STRIP+set}" = set; then : |
| 2960 | $as_echo_n "(cached) " >&6 | 2949 | $as_echo_n "(cached) " >&6 |
| 2961 | else | 2950 | else |
| 2962 | if test -n "$STRIP"; then | 2951 | if test -n "$STRIP"; then |
| @@ -2996,7 +2985,7 @@ if test -z "$ac_cv_prog_STRIP"; then | |||
| 2996 | set dummy strip; ac_word=$2 | 2985 | set dummy strip; ac_word=$2 |
| 2997 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 2986 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 2998 | $as_echo_n "checking for $ac_word... " >&6; } | 2987 | $as_echo_n "checking for $ac_word... " >&6; } |
| 2999 | if ${ac_cv_prog_ac_ct_STRIP+:} false; then : | 2988 | if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : |
| 3000 | $as_echo_n "(cached) " >&6 | 2989 | $as_echo_n "(cached) " >&6 |
| 3001 | else | 2990 | else |
| 3002 | if test -n "$ac_ct_STRIP"; then | 2991 | if test -n "$ac_ct_STRIP"; then |
| @@ -3049,7 +3038,7 @@ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" | |||
| 3049 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 | 3038 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 |
| 3050 | $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } | 3039 | $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } |
| 3051 | if test -z "$MKDIR_P"; then | 3040 | if test -z "$MKDIR_P"; then |
| 3052 | if ${ac_cv_path_mkdir+:} false; then : | 3041 | if test "${ac_cv_path_mkdir+set}" = set; then : |
| 3053 | $as_echo_n "(cached) " >&6 | 3042 | $as_echo_n "(cached) " >&6 |
| 3054 | else | 3043 | else |
| 3055 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | 3044 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| @@ -3101,7 +3090,7 @@ do | |||
| 3101 | set dummy $ac_prog; ac_word=$2 | 3090 | set dummy $ac_prog; ac_word=$2 |
| 3102 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 3091 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 3103 | $as_echo_n "checking for $ac_word... " >&6; } | 3092 | $as_echo_n "checking for $ac_word... " >&6; } |
| 3104 | if ${ac_cv_prog_AWK+:} false; then : | 3093 | if test "${ac_cv_prog_AWK+set}" = set; then : |
| 3105 | $as_echo_n "(cached) " >&6 | 3094 | $as_echo_n "(cached) " >&6 |
| 3106 | else | 3095 | else |
| 3107 | if test -n "$AWK"; then | 3096 | if test -n "$AWK"; then |
| @@ -3141,7 +3130,7 @@ done | |||
| 3141 | $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } | 3130 | $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } |
| 3142 | set x ${MAKE-make} | 3131 | set x ${MAKE-make} |
| 3143 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` | 3132 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` |
| 3144 | if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : | 3133 | if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then : |
| 3145 | $as_echo_n "(cached) " >&6 | 3134 | $as_echo_n "(cached) " >&6 |
| 3146 | else | 3135 | else |
| 3147 | cat >conftest.make <<\_ACEOF | 3136 | cat >conftest.make <<\_ACEOF |
| @@ -3699,7 +3688,7 @@ do | |||
| 3699 | stringfreelist) ac_gc_check_string_free_list=1 ;; | 3688 | stringfreelist) ac_gc_check_string_free_list=1 ;; |
| 3700 | xmallocoverrun) ac_xmalloc_overrun=1 ;; | 3689 | xmallocoverrun) ac_xmalloc_overrun=1 ;; |
| 3701 | conslist) ac_gc_check_cons_list=1 ;; | 3690 | conslist) ac_gc_check_cons_list=1 ;; |
| 3702 | *) as_fn_error $? "unknown check category $check" "$LINENO" 5 ;; | 3691 | *) as_fn_error $? "unknown check category $check" "$LINENO" 5 ;; |
| 3703 | esac | 3692 | esac |
| 3704 | done | 3693 | done |
| 3705 | IFS="$ac_save_IFS" | 3694 | IFS="$ac_save_IFS" |
| @@ -3818,7 +3807,7 @@ $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || | |||
| 3818 | 3807 | ||
| 3819 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 | 3808 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 |
| 3820 | $as_echo_n "checking build system type... " >&6; } | 3809 | $as_echo_n "checking build system type... " >&6; } |
| 3821 | if ${ac_cv_build+:} false; then : | 3810 | if test "${ac_cv_build+set}" = set; then : |
| 3822 | $as_echo_n "(cached) " >&6 | 3811 | $as_echo_n "(cached) " >&6 |
| 3823 | else | 3812 | else |
| 3824 | ac_build_alias=$build_alias | 3813 | ac_build_alias=$build_alias |
| @@ -3834,7 +3823,7 @@ fi | |||
| 3834 | $as_echo "$ac_cv_build" >&6; } | 3823 | $as_echo "$ac_cv_build" >&6; } |
| 3835 | case $ac_cv_build in | 3824 | case $ac_cv_build in |
| 3836 | *-*-*) ;; | 3825 | *-*-*) ;; |
| 3837 | *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; | 3826 | *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;; |
| 3838 | esac | 3827 | esac |
| 3839 | build=$ac_cv_build | 3828 | build=$ac_cv_build |
| 3840 | ac_save_IFS=$IFS; IFS='-' | 3829 | ac_save_IFS=$IFS; IFS='-' |
| @@ -3852,7 +3841,7 @@ case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac | |||
| 3852 | 3841 | ||
| 3853 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 | 3842 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 |
| 3854 | $as_echo_n "checking host system type... " >&6; } | 3843 | $as_echo_n "checking host system type... " >&6; } |
| 3855 | if ${ac_cv_host+:} false; then : | 3844 | if test "${ac_cv_host+set}" = set; then : |
| 3856 | $as_echo_n "(cached) " >&6 | 3845 | $as_echo_n "(cached) " >&6 |
| 3857 | else | 3846 | else |
| 3858 | if test "x$host_alias" = x; then | 3847 | if test "x$host_alias" = x; then |
| @@ -3867,7 +3856,7 @@ fi | |||
| 3867 | $as_echo "$ac_cv_host" >&6; } | 3856 | $as_echo "$ac_cv_host" >&6; } |
| 3868 | case $ac_cv_host in | 3857 | case $ac_cv_host in |
| 3869 | *-*-*) ;; | 3858 | *-*-*) ;; |
| 3870 | *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; | 3859 | *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;; |
| 3871 | esac | 3860 | esac |
| 3872 | host=$ac_cv_host | 3861 | host=$ac_cv_host |
| 3873 | ac_save_IFS=$IFS; IFS='-' | 3862 | ac_save_IFS=$IFS; IFS='-' |
| @@ -4138,7 +4127,7 @@ if test -n "$ac_tool_prefix"; then | |||
| 4138 | set dummy ${ac_tool_prefix}gcc; ac_word=$2 | 4127 | set dummy ${ac_tool_prefix}gcc; ac_word=$2 |
| 4139 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 4128 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 4140 | $as_echo_n "checking for $ac_word... " >&6; } | 4129 | $as_echo_n "checking for $ac_word... " >&6; } |
| 4141 | if ${ac_cv_prog_CC+:} false; then : | 4130 | if test "${ac_cv_prog_CC+set}" = set; then : |
| 4142 | $as_echo_n "(cached) " >&6 | 4131 | $as_echo_n "(cached) " >&6 |
| 4143 | else | 4132 | else |
| 4144 | if test -n "$CC"; then | 4133 | if test -n "$CC"; then |
| @@ -4178,7 +4167,7 @@ if test -z "$ac_cv_prog_CC"; then | |||
| 4178 | set dummy gcc; ac_word=$2 | 4167 | set dummy gcc; ac_word=$2 |
| 4179 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 4168 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 4180 | $as_echo_n "checking for $ac_word... " >&6; } | 4169 | $as_echo_n "checking for $ac_word... " >&6; } |
| 4181 | if ${ac_cv_prog_ac_ct_CC+:} false; then : | 4170 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : |
| 4182 | $as_echo_n "(cached) " >&6 | 4171 | $as_echo_n "(cached) " >&6 |
| 4183 | else | 4172 | else |
| 4184 | if test -n "$ac_ct_CC"; then | 4173 | if test -n "$ac_ct_CC"; then |
| @@ -4231,7 +4220,7 @@ if test -z "$CC"; then | |||
| 4231 | set dummy ${ac_tool_prefix}cc; ac_word=$2 | 4220 | set dummy ${ac_tool_prefix}cc; ac_word=$2 |
| 4232 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 4221 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 4233 | $as_echo_n "checking for $ac_word... " >&6; } | 4222 | $as_echo_n "checking for $ac_word... " >&6; } |
| 4234 | if ${ac_cv_prog_CC+:} false; then : | 4223 | if test "${ac_cv_prog_CC+set}" = set; then : |
| 4235 | $as_echo_n "(cached) " >&6 | 4224 | $as_echo_n "(cached) " >&6 |
| 4236 | else | 4225 | else |
| 4237 | if test -n "$CC"; then | 4226 | if test -n "$CC"; then |
| @@ -4271,7 +4260,7 @@ if test -z "$CC"; then | |||
| 4271 | set dummy cc; ac_word=$2 | 4260 | set dummy cc; ac_word=$2 |
| 4272 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 4261 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 4273 | $as_echo_n "checking for $ac_word... " >&6; } | 4262 | $as_echo_n "checking for $ac_word... " >&6; } |
| 4274 | if ${ac_cv_prog_CC+:} false; then : | 4263 | if test "${ac_cv_prog_CC+set}" = set; then : |
| 4275 | $as_echo_n "(cached) " >&6 | 4264 | $as_echo_n "(cached) " >&6 |
| 4276 | else | 4265 | else |
| 4277 | if test -n "$CC"; then | 4266 | if test -n "$CC"; then |
| @@ -4330,7 +4319,7 @@ if test -z "$CC"; then | |||
| 4330 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 | 4319 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 |
| 4331 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 4320 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 4332 | $as_echo_n "checking for $ac_word... " >&6; } | 4321 | $as_echo_n "checking for $ac_word... " >&6; } |
| 4333 | if ${ac_cv_prog_CC+:} false; then : | 4322 | if test "${ac_cv_prog_CC+set}" = set; then : |
| 4334 | $as_echo_n "(cached) " >&6 | 4323 | $as_echo_n "(cached) " >&6 |
| 4335 | else | 4324 | else |
| 4336 | if test -n "$CC"; then | 4325 | if test -n "$CC"; then |
| @@ -4374,7 +4363,7 @@ do | |||
| 4374 | set dummy $ac_prog; ac_word=$2 | 4363 | set dummy $ac_prog; ac_word=$2 |
| 4375 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 4364 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 4376 | $as_echo_n "checking for $ac_word... " >&6; } | 4365 | $as_echo_n "checking for $ac_word... " >&6; } |
| 4377 | if ${ac_cv_prog_ac_ct_CC+:} false; then : | 4366 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : |
| 4378 | $as_echo_n "(cached) " >&6 | 4367 | $as_echo_n "(cached) " >&6 |
| 4379 | else | 4368 | else |
| 4380 | if test -n "$ac_ct_CC"; then | 4369 | if test -n "$ac_ct_CC"; then |
| @@ -4429,7 +4418,7 @@ fi | |||
| 4429 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 4418 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 4430 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 4419 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 4431 | as_fn_error $? "no acceptable C compiler found in \$PATH | 4420 | as_fn_error $? "no acceptable C compiler found in \$PATH |
| 4432 | See \`config.log' for more details" "$LINENO" 5; } | 4421 | See \`config.log' for more details" "$LINENO" 5 ; } |
| 4433 | 4422 | ||
| 4434 | # Provide some information about the compiler. | 4423 | # Provide some information about the compiler. |
| 4435 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 | 4424 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 |
| @@ -4544,7 +4533,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 4544 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 4533 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 4545 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 4534 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 4546 | as_fn_error 77 "C compiler cannot create executables | 4535 | as_fn_error 77 "C compiler cannot create executables |
| 4547 | See \`config.log' for more details" "$LINENO" 5; } | 4536 | See \`config.log' for more details" "$LINENO" 5 ; } |
| 4548 | else | 4537 | else |
| 4549 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 4538 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
| 4550 | $as_echo "yes" >&6; } | 4539 | $as_echo "yes" >&6; } |
| @@ -4587,7 +4576,7 @@ else | |||
| 4587 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 4576 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 4588 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 4577 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 4589 | as_fn_error $? "cannot compute suffix of executables: cannot compile and link | 4578 | as_fn_error $? "cannot compute suffix of executables: cannot compile and link |
| 4590 | See \`config.log' for more details" "$LINENO" 5; } | 4579 | See \`config.log' for more details" "$LINENO" 5 ; } |
| 4591 | fi | 4580 | fi |
| 4592 | rm -f conftest conftest$ac_cv_exeext | 4581 | rm -f conftest conftest$ac_cv_exeext |
| 4593 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 | 4582 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 |
| @@ -4646,7 +4635,7 @@ $as_echo "$ac_try_echo"; } >&5 | |||
| 4646 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 4635 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 4647 | as_fn_error $? "cannot run C compiled programs. | 4636 | as_fn_error $? "cannot run C compiled programs. |
| 4648 | If you meant to cross compile, use \`--host'. | 4637 | If you meant to cross compile, use \`--host'. |
| 4649 | See \`config.log' for more details" "$LINENO" 5; } | 4638 | See \`config.log' for more details" "$LINENO" 5 ; } |
| 4650 | fi | 4639 | fi |
| 4651 | fi | 4640 | fi |
| 4652 | fi | 4641 | fi |
| @@ -4657,7 +4646,7 @@ rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out | |||
| 4657 | ac_clean_files=$ac_clean_files_save | 4646 | ac_clean_files=$ac_clean_files_save |
| 4658 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 | 4647 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 |
| 4659 | $as_echo_n "checking for suffix of object files... " >&6; } | 4648 | $as_echo_n "checking for suffix of object files... " >&6; } |
| 4660 | if ${ac_cv_objext+:} false; then : | 4649 | if test "${ac_cv_objext+set}" = set; then : |
| 4661 | $as_echo_n "(cached) " >&6 | 4650 | $as_echo_n "(cached) " >&6 |
| 4662 | else | 4651 | else |
| 4663 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 4652 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -4698,7 +4687,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 4698 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 4687 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 4699 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 4688 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 4700 | as_fn_error $? "cannot compute suffix of object files: cannot compile | 4689 | as_fn_error $? "cannot compute suffix of object files: cannot compile |
| 4701 | See \`config.log' for more details" "$LINENO" 5; } | 4690 | See \`config.log' for more details" "$LINENO" 5 ; } |
| 4702 | fi | 4691 | fi |
| 4703 | rm -f conftest.$ac_cv_objext conftest.$ac_ext | 4692 | rm -f conftest.$ac_cv_objext conftest.$ac_ext |
| 4704 | fi | 4693 | fi |
| @@ -4708,7 +4697,7 @@ OBJEXT=$ac_cv_objext | |||
| 4708 | ac_objext=$OBJEXT | 4697 | ac_objext=$OBJEXT |
| 4709 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 | 4698 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 |
| 4710 | $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } | 4699 | $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } |
| 4711 | if ${ac_cv_c_compiler_gnu+:} false; then : | 4700 | if test "${ac_cv_c_compiler_gnu+set}" = set; then : |
| 4712 | $as_echo_n "(cached) " >&6 | 4701 | $as_echo_n "(cached) " >&6 |
| 4713 | else | 4702 | else |
| 4714 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 4703 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -4745,7 +4734,7 @@ ac_test_CFLAGS=${CFLAGS+set} | |||
| 4745 | ac_save_CFLAGS=$CFLAGS | 4734 | ac_save_CFLAGS=$CFLAGS |
| 4746 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 | 4735 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 |
| 4747 | $as_echo_n "checking whether $CC accepts -g... " >&6; } | 4736 | $as_echo_n "checking whether $CC accepts -g... " >&6; } |
| 4748 | if ${ac_cv_prog_cc_g+:} false; then : | 4737 | if test "${ac_cv_prog_cc_g+set}" = set; then : |
| 4749 | $as_echo_n "(cached) " >&6 | 4738 | $as_echo_n "(cached) " >&6 |
| 4750 | else | 4739 | else |
| 4751 | ac_save_c_werror_flag=$ac_c_werror_flag | 4740 | ac_save_c_werror_flag=$ac_c_werror_flag |
| @@ -4823,7 +4812,7 @@ else | |||
| 4823 | fi | 4812 | fi |
| 4824 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 | 4813 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 |
| 4825 | $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } | 4814 | $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } |
| 4826 | if ${ac_cv_prog_cc_c89+:} false; then : | 4815 | if test "${ac_cv_prog_cc_c89+set}" = set; then : |
| 4827 | $as_echo_n "(cached) " >&6 | 4816 | $as_echo_n "(cached) " >&6 |
| 4828 | else | 4817 | else |
| 4829 | ac_cv_prog_cc_c89=no | 4818 | ac_cv_prog_cc_c89=no |
| @@ -4984,7 +4973,7 @@ depcc="$CC" am_compiler_list= | |||
| 4984 | 4973 | ||
| 4985 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 | 4974 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 |
| 4986 | $as_echo_n "checking dependency style of $depcc... " >&6; } | 4975 | $as_echo_n "checking dependency style of $depcc... " >&6; } |
| 4987 | if ${am_cv_CC_dependencies_compiler_type+:} false; then : | 4976 | if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : |
| 4988 | $as_echo_n "(cached) " >&6 | 4977 | $as_echo_n "(cached) " >&6 |
| 4989 | else | 4978 | else |
| 4990 | if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then | 4979 | if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then |
| @@ -5116,7 +5105,7 @@ $as_echo_n "checking whether cc understands -c and -o together... " >&6; } | |||
| 5116 | fi | 5105 | fi |
| 5117 | set dummy $CC; ac_cc=`$as_echo "$2" | | 5106 | set dummy $CC; ac_cc=`$as_echo "$2" | |
| 5118 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` | 5107 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` |
| 5119 | if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then : | 5108 | if eval "test \"\${ac_cv_prog_cc_${ac_cc}_c_o+set}\"" = set; then : |
| 5120 | $as_echo_n "(cached) " >&6 | 5109 | $as_echo_n "(cached) " >&6 |
| 5121 | else | 5110 | else |
| 5122 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5111 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -5240,7 +5229,7 @@ if test -n "$ac_tool_prefix"; then | |||
| 5240 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 | 5229 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 |
| 5241 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 5230 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 5242 | $as_echo_n "checking for $ac_word... " >&6; } | 5231 | $as_echo_n "checking for $ac_word... " >&6; } |
| 5243 | if ${ac_cv_prog_RANLIB+:} false; then : | 5232 | if test "${ac_cv_prog_RANLIB+set}" = set; then : |
| 5244 | $as_echo_n "(cached) " >&6 | 5233 | $as_echo_n "(cached) " >&6 |
| 5245 | else | 5234 | else |
| 5246 | if test -n "$RANLIB"; then | 5235 | if test -n "$RANLIB"; then |
| @@ -5280,7 +5269,7 @@ if test -z "$ac_cv_prog_RANLIB"; then | |||
| 5280 | set dummy ranlib; ac_word=$2 | 5269 | set dummy ranlib; ac_word=$2 |
| 5281 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 5270 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 5282 | $as_echo_n "checking for $ac_word... " >&6; } | 5271 | $as_echo_n "checking for $ac_word... " >&6; } |
| 5283 | if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : | 5272 | if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : |
| 5284 | $as_echo_n "(cached) " >&6 | 5273 | $as_echo_n "(cached) " >&6 |
| 5285 | else | 5274 | else |
| 5286 | if test -n "$ac_ct_RANLIB"; then | 5275 | if test -n "$ac_ct_RANLIB"; then |
| @@ -5340,7 +5329,7 @@ if test -n "$CPP" && test -d "$CPP"; then | |||
| 5340 | CPP= | 5329 | CPP= |
| 5341 | fi | 5330 | fi |
| 5342 | if test -z "$CPP"; then | 5331 | if test -z "$CPP"; then |
| 5343 | if ${ac_cv_prog_CPP+:} false; then : | 5332 | if test "${ac_cv_prog_CPP+set}" = set; then : |
| 5344 | $as_echo_n "(cached) " >&6 | 5333 | $as_echo_n "(cached) " >&6 |
| 5345 | else | 5334 | else |
| 5346 | # Double quotes because CPP needs to be expanded | 5335 | # Double quotes because CPP needs to be expanded |
| @@ -5456,7 +5445,7 @@ else | |||
| 5456 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 5445 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 5457 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 5446 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 5458 | as_fn_error $? "C preprocessor \"$CPP\" fails sanity check | 5447 | as_fn_error $? "C preprocessor \"$CPP\" fails sanity check |
| 5459 | See \`config.log' for more details" "$LINENO" 5; } | 5448 | See \`config.log' for more details" "$LINENO" 5 ; } |
| 5460 | fi | 5449 | fi |
| 5461 | 5450 | ||
| 5462 | ac_ext=c | 5451 | ac_ext=c |
| @@ -5468,7 +5457,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu | |||
| 5468 | 5457 | ||
| 5469 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 | 5458 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 |
| 5470 | $as_echo_n "checking for grep that handles long lines and -e... " >&6; } | 5459 | $as_echo_n "checking for grep that handles long lines and -e... " >&6; } |
| 5471 | if ${ac_cv_path_GREP+:} false; then : | 5460 | if test "${ac_cv_path_GREP+set}" = set; then : |
| 5472 | $as_echo_n "(cached) " >&6 | 5461 | $as_echo_n "(cached) " >&6 |
| 5473 | else | 5462 | else |
| 5474 | if test -z "$GREP"; then | 5463 | if test -z "$GREP"; then |
| @@ -5531,7 +5520,7 @@ $as_echo "$ac_cv_path_GREP" >&6; } | |||
| 5531 | 5520 | ||
| 5532 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 | 5521 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 |
| 5533 | $as_echo_n "checking for egrep... " >&6; } | 5522 | $as_echo_n "checking for egrep... " >&6; } |
| 5534 | if ${ac_cv_path_EGREP+:} false; then : | 5523 | if test "${ac_cv_path_EGREP+set}" = set; then : |
| 5535 | $as_echo_n "(cached) " >&6 | 5524 | $as_echo_n "(cached) " >&6 |
| 5536 | else | 5525 | else |
| 5537 | if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 | 5526 | if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 |
| @@ -5598,7 +5587,7 @@ $as_echo "$ac_cv_path_EGREP" >&6; } | |||
| 5598 | 5587 | ||
| 5599 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 | 5588 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 |
| 5600 | $as_echo_n "checking for ANSI C header files... " >&6; } | 5589 | $as_echo_n "checking for ANSI C header files... " >&6; } |
| 5601 | if ${ac_cv_header_stdc+:} false; then : | 5590 | if test "${ac_cv_header_stdc+set}" = set; then : |
| 5602 | $as_echo_n "(cached) " >&6 | 5591 | $as_echo_n "(cached) " >&6 |
| 5603 | else | 5592 | else |
| 5604 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5593 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -5729,7 +5718,7 @@ done | |||
| 5729 | 5718 | ||
| 5730 | 5719 | ||
| 5731 | ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default" | 5720 | ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default" |
| 5732 | if test "x$ac_cv_header_minix_config_h" = xyes; then : | 5721 | if test "x$ac_cv_header_minix_config_h" = x""yes; then : |
| 5733 | MINIX=yes | 5722 | MINIX=yes |
| 5734 | else | 5723 | else |
| 5735 | MINIX= | 5724 | MINIX= |
| @@ -5759,7 +5748,7 @@ $as_echo "#define _XOPEN_SOURCE 500" >>confdefs.h | |||
| 5759 | 5748 | ||
| 5760 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5 | 5749 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5 |
| 5761 | $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; } | 5750 | $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; } |
| 5762 | if ${ac_cv_safe_to_define___extensions__+:} false; then : | 5751 | if test "${ac_cv_safe_to_define___extensions__+set}" = set; then : |
| 5763 | $as_echo_n "(cached) " >&6 | 5752 | $as_echo_n "(cached) " >&6 |
| 5764 | else | 5753 | else |
| 5765 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5754 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -5834,7 +5823,7 @@ if test x"$GCC" != xyes && test x"$emacs_check_sunpro_c" = xyes && \ | |||
| 5834 | test x"$CPP" = x; then | 5823 | test x"$CPP" = x; then |
| 5835 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using a Sun C compiler" >&5 | 5824 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using a Sun C compiler" >&5 |
| 5836 | $as_echo_n "checking whether we are using a Sun C compiler... " >&6; } | 5825 | $as_echo_n "checking whether we are using a Sun C compiler... " >&6; } |
| 5837 | if ${emacs_cv_sunpro_c+:} false; then : | 5826 | if test "${emacs_cv_sunpro_c+set}" = set; then : |
| 5838 | $as_echo_n "(cached) " >&6 | 5827 | $as_echo_n "(cached) " >&6 |
| 5839 | else | 5828 | else |
| 5840 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5829 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -6033,7 +6022,7 @@ if test -n "$CPP" && test -d "$CPP"; then | |||
| 6033 | CPP= | 6022 | CPP= |
| 6034 | fi | 6023 | fi |
| 6035 | if test -z "$CPP"; then | 6024 | if test -z "$CPP"; then |
| 6036 | if ${ac_cv_prog_CPP+:} false; then : | 6025 | if test "${ac_cv_prog_CPP+set}" = set; then : |
| 6037 | $as_echo_n "(cached) " >&6 | 6026 | $as_echo_n "(cached) " >&6 |
| 6038 | else | 6027 | else |
| 6039 | # Double quotes because CPP needs to be expanded | 6028 | # Double quotes because CPP needs to be expanded |
| @@ -6149,7 +6138,7 @@ else | |||
| 6149 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 6138 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 6150 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 6139 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 6151 | as_fn_error $? "C preprocessor \"$CPP\" fails sanity check | 6140 | as_fn_error $? "C preprocessor \"$CPP\" fails sanity check |
| 6152 | See \`config.log' for more details" "$LINENO" 5; } | 6141 | See \`config.log' for more details" "$LINENO" 5 ; } |
| 6153 | fi | 6142 | fi |
| 6154 | 6143 | ||
| 6155 | ac_ext=c | 6144 | ac_ext=c |
| @@ -6165,7 +6154,7 @@ if test "x$RANLIB" = x; then | |||
| 6165 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 | 6154 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 |
| 6166 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 6155 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 6167 | $as_echo_n "checking for $ac_word... " >&6; } | 6156 | $as_echo_n "checking for $ac_word... " >&6; } |
| 6168 | if ${ac_cv_prog_RANLIB+:} false; then : | 6157 | if test "${ac_cv_prog_RANLIB+set}" = set; then : |
| 6169 | $as_echo_n "(cached) " >&6 | 6158 | $as_echo_n "(cached) " >&6 |
| 6170 | else | 6159 | else |
| 6171 | if test -n "$RANLIB"; then | 6160 | if test -n "$RANLIB"; then |
| @@ -6205,7 +6194,7 @@ if test -z "$ac_cv_prog_RANLIB"; then | |||
| 6205 | set dummy ranlib; ac_word=$2 | 6194 | set dummy ranlib; ac_word=$2 |
| 6206 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 6195 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 6207 | $as_echo_n "checking for $ac_word... " >&6; } | 6196 | $as_echo_n "checking for $ac_word... " >&6; } |
| 6208 | if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : | 6197 | if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : |
| 6209 | $as_echo_n "(cached) " >&6 | 6198 | $as_echo_n "(cached) " >&6 |
| 6210 | else | 6199 | else |
| 6211 | if test -n "$ac_ct_RANLIB"; then | 6200 | if test -n "$ac_ct_RANLIB"; then |
| @@ -6260,7 +6249,7 @@ fi | |||
| 6260 | ## is running in i386 mode, we can help them out. | 6249 | ## is running in i386 mode, we can help them out. |
| 6261 | if test "$machine" = "amdx86-64"; then | 6250 | if test "$machine" = "amdx86-64"; then |
| 6262 | ac_fn_c_check_decl "$LINENO" "i386" "ac_cv_have_decl_i386" "$ac_includes_default" | 6251 | ac_fn_c_check_decl "$LINENO" "i386" "ac_cv_have_decl_i386" "$ac_includes_default" |
| 6263 | if test "x$ac_cv_have_decl_i386" = xyes; then : | 6252 | if test "x$ac_cv_have_decl_i386" = x""yes; then : |
| 6264 | 6253 | ||
| 6265 | fi | 6254 | fi |
| 6266 | 6255 | ||
| @@ -6275,7 +6264,7 @@ fi | |||
| 6275 | set dummy install-info; ac_word=$2 | 6264 | set dummy install-info; ac_word=$2 |
| 6276 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 6265 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 6277 | $as_echo_n "checking for $ac_word... " >&6; } | 6266 | $as_echo_n "checking for $ac_word... " >&6; } |
| 6278 | if ${ac_cv_path_INSTALL_INFO+:} false; then : | 6267 | if test "${ac_cv_path_INSTALL_INFO+set}" = set; then : |
| 6279 | $as_echo_n "(cached) " >&6 | 6268 | $as_echo_n "(cached) " >&6 |
| 6280 | else | 6269 | else |
| 6281 | case $INSTALL_INFO in | 6270 | case $INSTALL_INFO in |
| @@ -6315,7 +6304,7 @@ fi | |||
| 6315 | set dummy install-info; ac_word=$2 | 6304 | set dummy install-info; ac_word=$2 |
| 6316 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 6305 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 6317 | $as_echo_n "checking for $ac_word... " >&6; } | 6306 | $as_echo_n "checking for $ac_word... " >&6; } |
| 6318 | if ${ac_cv_path_INSTALL_INFO+:} false; then : | 6307 | if test "${ac_cv_path_INSTALL_INFO+set}" = set; then : |
| 6319 | $as_echo_n "(cached) " >&6 | 6308 | $as_echo_n "(cached) " >&6 |
| 6320 | else | 6309 | else |
| 6321 | case $INSTALL_INFO in | 6310 | case $INSTALL_INFO in |
| @@ -6355,7 +6344,7 @@ fi | |||
| 6355 | set dummy install-info; ac_word=$2 | 6344 | set dummy install-info; ac_word=$2 |
| 6356 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 6345 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 6357 | $as_echo_n "checking for $ac_word... " >&6; } | 6346 | $as_echo_n "checking for $ac_word... " >&6; } |
| 6358 | if ${ac_cv_path_INSTALL_INFO+:} false; then : | 6347 | if test "${ac_cv_path_INSTALL_INFO+set}" = set; then : |
| 6359 | $as_echo_n "(cached) " >&6 | 6348 | $as_echo_n "(cached) " >&6 |
| 6360 | else | 6349 | else |
| 6361 | case $INSTALL_INFO in | 6350 | case $INSTALL_INFO in |
| @@ -6396,7 +6385,7 @@ fi | |||
| 6396 | set dummy gzip; ac_word=$2 | 6385 | set dummy gzip; ac_word=$2 |
| 6397 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 6386 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 6398 | $as_echo_n "checking for $ac_word... " >&6; } | 6387 | $as_echo_n "checking for $ac_word... " >&6; } |
| 6399 | if ${ac_cv_path_GZIP_PROG+:} false; then : | 6388 | if test "${ac_cv_path_GZIP_PROG+set}" = set; then : |
| 6400 | $as_echo_n "(cached) " >&6 | 6389 | $as_echo_n "(cached) " >&6 |
| 6401 | else | 6390 | else |
| 6402 | case $GZIP_PROG in | 6391 | case $GZIP_PROG in |
| @@ -6439,7 +6428,7 @@ fi | |||
| 6439 | set dummy makeinfo; ac_word=$2 | 6428 | set dummy makeinfo; ac_word=$2 |
| 6440 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 6429 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 6441 | $as_echo_n "checking for $ac_word... " >&6; } | 6430 | $as_echo_n "checking for $ac_word... " >&6; } |
| 6442 | if ${ac_cv_path_MAKEINFO+:} false; then : | 6431 | if test "${ac_cv_path_MAKEINFO+set}" = set; then : |
| 6443 | $as_echo_n "(cached) " >&6 | 6432 | $as_echo_n "(cached) " >&6 |
| 6444 | else | 6433 | else |
| 6445 | case $MAKEINFO in | 6434 | case $MAKEINFO in |
| @@ -6644,7 +6633,7 @@ esac | |||
| 6644 | C_SWITCH_MACHINE= | 6633 | C_SWITCH_MACHINE= |
| 6645 | if test "$machine" = "alpha"; then | 6634 | if test "$machine" = "alpha"; then |
| 6646 | ac_fn_c_check_decl "$LINENO" "__ELF__" "ac_cv_have_decl___ELF__" "$ac_includes_default" | 6635 | ac_fn_c_check_decl "$LINENO" "__ELF__" "ac_cv_have_decl___ELF__" "$ac_includes_default" |
| 6647 | if test "x$ac_cv_have_decl___ELF__" = xyes; then : | 6636 | if test "x$ac_cv_have_decl___ELF__" = x""yes; then : |
| 6648 | 6637 | ||
| 6649 | fi | 6638 | fi |
| 6650 | 6639 | ||
| @@ -6714,7 +6703,7 @@ if test "$enable_largefile" != no; then | |||
| 6714 | 6703 | ||
| 6715 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5 | 6704 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5 |
| 6716 | $as_echo_n "checking for special C compiler options needed for large files... " >&6; } | 6705 | $as_echo_n "checking for special C compiler options needed for large files... " >&6; } |
| 6717 | if ${ac_cv_sys_largefile_CC+:} false; then : | 6706 | if test "${ac_cv_sys_largefile_CC+set}" = set; then : |
| 6718 | $as_echo_n "(cached) " >&6 | 6707 | $as_echo_n "(cached) " >&6 |
| 6719 | else | 6708 | else |
| 6720 | ac_cv_sys_largefile_CC=no | 6709 | ac_cv_sys_largefile_CC=no |
| @@ -6765,7 +6754,7 @@ $as_echo "$ac_cv_sys_largefile_CC" >&6; } | |||
| 6765 | 6754 | ||
| 6766 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5 | 6755 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5 |
| 6767 | $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; } | 6756 | $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; } |
| 6768 | if ${ac_cv_sys_file_offset_bits+:} false; then : | 6757 | if test "${ac_cv_sys_file_offset_bits+set}" = set; then : |
| 6769 | $as_echo_n "(cached) " >&6 | 6758 | $as_echo_n "(cached) " >&6 |
| 6770 | else | 6759 | else |
| 6771 | while :; do | 6760 | while :; do |
| @@ -6834,7 +6823,7 @@ rm -rf conftest* | |||
| 6834 | if test $ac_cv_sys_file_offset_bits = unknown; then | 6823 | if test $ac_cv_sys_file_offset_bits = unknown; then |
| 6835 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5 | 6824 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5 |
| 6836 | $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; } | 6825 | $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; } |
| 6837 | if ${ac_cv_sys_large_files+:} false; then : | 6826 | if test "${ac_cv_sys_large_files+set}" = set; then : |
| 6838 | $as_echo_n "(cached) " >&6 | 6827 | $as_echo_n "(cached) " >&6 |
| 6839 | else | 6828 | else |
| 6840 | while :; do | 6829 | while :; do |
| @@ -7002,7 +6991,7 @@ done | |||
| 7002 | # Emulation library used on NetBSD. | 6991 | # Emulation library used on NetBSD. |
| 7003 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5 | 6992 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5 |
| 7004 | $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; } | 6993 | $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; } |
| 7005 | if ${ac_cv_lib_ossaudio__oss_ioctl+:} false; then : | 6994 | if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then : |
| 7006 | $as_echo_n "(cached) " >&6 | 6995 | $as_echo_n "(cached) " >&6 |
| 7007 | else | 6996 | else |
| 7008 | ac_check_lib_save_LIBS=$LIBS | 6997 | ac_check_lib_save_LIBS=$LIBS |
| @@ -7036,7 +7025,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 7036 | fi | 7025 | fi |
| 7037 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5 | 7026 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5 |
| 7038 | $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; } | 7027 | $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; } |
| 7039 | if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes; then : | 7028 | if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then : |
| 7040 | LIBSOUND=-lossaudio | 7029 | LIBSOUND=-lossaudio |
| 7041 | else | 7030 | else |
| 7042 | LIBSOUND= | 7031 | LIBSOUND= |
| @@ -7053,7 +7042,7 @@ fi | |||
| 7053 | set dummy pkg-config; ac_word=$2 | 7042 | set dummy pkg-config; ac_word=$2 |
| 7054 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 7043 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 7055 | $as_echo_n "checking for $ac_word... " >&6; } | 7044 | $as_echo_n "checking for $ac_word... " >&6; } |
| 7056 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 7045 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 7057 | $as_echo_n "(cached) " >&6 | 7046 | $as_echo_n "(cached) " >&6 |
| 7058 | else | 7047 | else |
| 7059 | case $PKG_CONFIG in | 7048 | case $PKG_CONFIG in |
| @@ -7257,7 +7246,7 @@ fi | |||
| 7257 | for ac_header in term.h | 7246 | for ac_header in term.h |
| 7258 | do : | 7247 | do : |
| 7259 | ac_fn_c_check_header_preproc "$LINENO" "term.h" "ac_cv_header_term_h" | 7248 | ac_fn_c_check_header_preproc "$LINENO" "term.h" "ac_cv_header_term_h" |
| 7260 | if test "x$ac_cv_header_term_h" = xyes; then : | 7249 | if test "x$ac_cv_header_term_h" = x""yes; then : |
| 7261 | cat >>confdefs.h <<_ACEOF | 7250 | cat >>confdefs.h <<_ACEOF |
| 7262 | #define HAVE_TERM_H 1 | 7251 | #define HAVE_TERM_H 1 |
| 7263 | _ACEOF | 7252 | _ACEOF |
| @@ -7268,7 +7257,7 @@ done | |||
| 7268 | 7257 | ||
| 7269 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 | 7258 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 |
| 7270 | $as_echo_n "checking for ANSI C header files... " >&6; } | 7259 | $as_echo_n "checking for ANSI C header files... " >&6; } |
| 7271 | if ${ac_cv_header_stdc+:} false; then : | 7260 | if test "${ac_cv_header_stdc+set}" = set; then : |
| 7272 | $as_echo_n "(cached) " >&6 | 7261 | $as_echo_n "(cached) " >&6 |
| 7273 | else | 7262 | else |
| 7274 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 7263 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -7380,7 +7369,7 @@ fi | |||
| 7380 | 7369 | ||
| 7381 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5 | 7370 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5 |
| 7382 | $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } | 7371 | $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } |
| 7383 | if ${ac_cv_header_time+:} false; then : | 7372 | if test "${ac_cv_header_time+set}" = set; then : |
| 7384 | $as_echo_n "(cached) " >&6 | 7373 | $as_echo_n "(cached) " >&6 |
| 7385 | else | 7374 | else |
| 7386 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 7375 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -7414,7 +7403,7 @@ $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h | |||
| 7414 | fi | 7403 | fi |
| 7415 | 7404 | ||
| 7416 | ac_fn_c_check_decl "$LINENO" "sys_siglist" "ac_cv_have_decl_sys_siglist" "$ac_includes_default" | 7405 | ac_fn_c_check_decl "$LINENO" "sys_siglist" "ac_cv_have_decl_sys_siglist" "$ac_includes_default" |
| 7417 | if test "x$ac_cv_have_decl_sys_siglist" = xyes; then : | 7406 | if test "x$ac_cv_have_decl_sys_siglist" = x""yes; then : |
| 7418 | ac_have_decl=1 | 7407 | ac_have_decl=1 |
| 7419 | else | 7408 | else |
| 7420 | ac_have_decl=0 | 7409 | ac_have_decl=0 |
| @@ -7427,7 +7416,7 @@ _ACEOF | |||
| 7427 | if test $ac_cv_have_decl_sys_siglist != yes; then | 7416 | if test $ac_cv_have_decl_sys_siglist != yes; then |
| 7428 | # For Tru64, at least: | 7417 | # For Tru64, at least: |
| 7429 | ac_fn_c_check_decl "$LINENO" "__sys_siglist" "ac_cv_have_decl___sys_siglist" "$ac_includes_default" | 7418 | ac_fn_c_check_decl "$LINENO" "__sys_siglist" "ac_cv_have_decl___sys_siglist" "$ac_includes_default" |
| 7430 | if test "x$ac_cv_have_decl___sys_siglist" = xyes; then : | 7419 | if test "x$ac_cv_have_decl___sys_siglist" = x""yes; then : |
| 7431 | ac_have_decl=1 | 7420 | ac_have_decl=1 |
| 7432 | else | 7421 | else |
| 7433 | ac_have_decl=0 | 7422 | ac_have_decl=0 |
| @@ -7445,7 +7434,7 @@ $as_echo "#define sys_siglist __sys_siglist" >>confdefs.h | |||
| 7445 | fi | 7434 | fi |
| 7446 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5 | 7435 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5 |
| 7447 | $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; } | 7436 | $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; } |
| 7448 | if ${ac_cv_header_sys_wait_h+:} false; then : | 7437 | if test "${ac_cv_header_sys_wait_h+set}" = set; then : |
| 7449 | $as_echo_n "(cached) " >&6 | 7438 | $as_echo_n "(cached) " >&6 |
| 7450 | else | 7439 | else |
| 7451 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 7440 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -7487,7 +7476,7 @@ fi | |||
| 7487 | 7476 | ||
| 7488 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct utimbuf" >&5 | 7477 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct utimbuf" >&5 |
| 7489 | $as_echo_n "checking for struct utimbuf... " >&6; } | 7478 | $as_echo_n "checking for struct utimbuf... " >&6; } |
| 7490 | if ${emacs_cv_struct_utimbuf+:} false; then : | 7479 | if test "${emacs_cv_struct_utimbuf+set}" = set; then : |
| 7491 | $as_echo_n "(cached) " >&6 | 7480 | $as_echo_n "(cached) " >&6 |
| 7492 | else | 7481 | else |
| 7493 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 7482 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -7530,7 +7519,7 @@ fi | |||
| 7530 | 7519 | ||
| 7531 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5 | 7520 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5 |
| 7532 | $as_echo_n "checking return type of signal handlers... " >&6; } | 7521 | $as_echo_n "checking return type of signal handlers... " >&6; } |
| 7533 | if ${ac_cv_type_signal+:} false; then : | 7522 | if test "${ac_cv_type_signal+set}" = set; then : |
| 7534 | $as_echo_n "(cached) " >&6 | 7523 | $as_echo_n "(cached) " >&6 |
| 7535 | else | 7524 | else |
| 7536 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 7525 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -7564,7 +7553,7 @@ _ACEOF | |||
| 7564 | 7553 | ||
| 7565 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for speed_t" >&5 | 7554 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for speed_t" >&5 |
| 7566 | $as_echo_n "checking for speed_t... " >&6; } | 7555 | $as_echo_n "checking for speed_t... " >&6; } |
| 7567 | if ${emacs_cv_speed_t+:} false; then : | 7556 | if test "${emacs_cv_speed_t+set}" = set; then : |
| 7568 | $as_echo_n "(cached) " >&6 | 7557 | $as_echo_n "(cached) " >&6 |
| 7569 | else | 7558 | else |
| 7570 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 7559 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -7595,7 +7584,7 @@ fi | |||
| 7595 | 7584 | ||
| 7596 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timeval" >&5 | 7585 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timeval" >&5 |
| 7597 | $as_echo_n "checking for struct timeval... " >&6; } | 7586 | $as_echo_n "checking for struct timeval... " >&6; } |
| 7598 | if ${emacs_cv_struct_timeval+:} false; then : | 7587 | if test "${emacs_cv_struct_timeval+set}" = set; then : |
| 7599 | $as_echo_n "(cached) " >&6 | 7588 | $as_echo_n "(cached) " >&6 |
| 7600 | else | 7589 | else |
| 7601 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 7590 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -7636,7 +7625,7 @@ fi | |||
| 7636 | 7625 | ||
| 7637 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct exception" >&5 | 7626 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct exception" >&5 |
| 7638 | $as_echo_n "checking for struct exception... " >&6; } | 7627 | $as_echo_n "checking for struct exception... " >&6; } |
| 7639 | if ${emacs_cv_struct_exception+:} false; then : | 7628 | if test "${emacs_cv_struct_exception+set}" = set; then : |
| 7640 | $as_echo_n "(cached) " >&6 | 7629 | $as_echo_n "(cached) " >&6 |
| 7641 | else | 7630 | else |
| 7642 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 7631 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -7669,7 +7658,7 @@ fi | |||
| 7669 | for ac_header in sys/socket.h | 7658 | for ac_header in sys/socket.h |
| 7670 | do : | 7659 | do : |
| 7671 | ac_fn_c_check_header_mongrel "$LINENO" "sys/socket.h" "ac_cv_header_sys_socket_h" "$ac_includes_default" | 7660 | ac_fn_c_check_header_mongrel "$LINENO" "sys/socket.h" "ac_cv_header_sys_socket_h" "$ac_includes_default" |
| 7672 | if test "x$ac_cv_header_sys_socket_h" = xyes; then : | 7661 | if test "x$ac_cv_header_sys_socket_h" = x""yes; then : |
| 7673 | cat >>confdefs.h <<_ACEOF | 7662 | cat >>confdefs.h <<_ACEOF |
| 7674 | #define HAVE_SYS_SOCKET_H 1 | 7663 | #define HAVE_SYS_SOCKET_H 1 |
| 7675 | _ACEOF | 7664 | _ACEOF |
| @@ -7685,7 +7674,7 @@ do : | |||
| 7685 | #include <sys/socket.h> | 7674 | #include <sys/socket.h> |
| 7686 | #endif | 7675 | #endif |
| 7687 | " | 7676 | " |
| 7688 | if test "x$ac_cv_header_net_if_h" = xyes; then : | 7677 | if test "x$ac_cv_header_net_if_h" = x""yes; then : |
| 7689 | cat >>confdefs.h <<_ACEOF | 7678 | cat >>confdefs.h <<_ACEOF |
| 7690 | #define HAVE_NET_IF_H 1 | 7679 | #define HAVE_NET_IF_H 1 |
| 7691 | _ACEOF | 7680 | _ACEOF |
| @@ -7697,7 +7686,7 @@ done | |||
| 7697 | 7686 | ||
| 7698 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5 | 7687 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5 |
| 7699 | $as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; } | 7688 | $as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; } |
| 7700 | if ${ac_cv_struct_tm+:} false; then : | 7689 | if test "${ac_cv_struct_tm+set}" = set; then : |
| 7701 | $as_echo_n "(cached) " >&6 | 7690 | $as_echo_n "(cached) " >&6 |
| 7702 | else | 7691 | else |
| 7703 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 7692 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -7734,7 +7723,7 @@ ac_fn_c_check_member "$LINENO" "struct tm" "tm_zone" "ac_cv_member_struct_tm_tm_ | |||
| 7734 | #include <$ac_cv_struct_tm> | 7723 | #include <$ac_cv_struct_tm> |
| 7735 | 7724 | ||
| 7736 | " | 7725 | " |
| 7737 | if test "x$ac_cv_member_struct_tm_tm_zone" = xyes; then : | 7726 | if test "x$ac_cv_member_struct_tm_tm_zone" = x""yes; then : |
| 7738 | 7727 | ||
| 7739 | cat >>confdefs.h <<_ACEOF | 7728 | cat >>confdefs.h <<_ACEOF |
| 7740 | #define HAVE_STRUCT_TM_TM_ZONE 1 | 7729 | #define HAVE_STRUCT_TM_TM_ZONE 1 |
| @@ -7750,7 +7739,7 @@ $as_echo "#define HAVE_TM_ZONE 1" >>confdefs.h | |||
| 7750 | else | 7739 | else |
| 7751 | ac_fn_c_check_decl "$LINENO" "tzname" "ac_cv_have_decl_tzname" "#include <time.h> | 7740 | ac_fn_c_check_decl "$LINENO" "tzname" "ac_cv_have_decl_tzname" "#include <time.h> |
| 7752 | " | 7741 | " |
| 7753 | if test "x$ac_cv_have_decl_tzname" = xyes; then : | 7742 | if test "x$ac_cv_have_decl_tzname" = x""yes; then : |
| 7754 | ac_have_decl=1 | 7743 | ac_have_decl=1 |
| 7755 | else | 7744 | else |
| 7756 | ac_have_decl=0 | 7745 | ac_have_decl=0 |
| @@ -7762,7 +7751,7 @@ _ACEOF | |||
| 7762 | 7751 | ||
| 7763 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tzname" >&5 | 7752 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tzname" >&5 |
| 7764 | $as_echo_n "checking for tzname... " >&6; } | 7753 | $as_echo_n "checking for tzname... " >&6; } |
| 7765 | if ${ac_cv_var_tzname+:} false; then : | 7754 | if test "${ac_cv_var_tzname+set}" = set; then : |
| 7766 | $as_echo_n "(cached) " >&6 | 7755 | $as_echo_n "(cached) " >&6 |
| 7767 | else | 7756 | else |
| 7768 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 7757 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -7799,7 +7788,7 @@ fi | |||
| 7799 | 7788 | ||
| 7800 | ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include <time.h> | 7789 | ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include <time.h> |
| 7801 | " | 7790 | " |
| 7802 | if test "x$ac_cv_member_struct_tm_tm_gmtoff" = xyes; then : | 7791 | if test "x$ac_cv_member_struct_tm_tm_gmtoff" = x""yes; then : |
| 7803 | 7792 | ||
| 7804 | $as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h | 7793 | $as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h |
| 7805 | 7794 | ||
| @@ -7813,7 +7802,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_flags" "ac_cv_member_struct_i | |||
| 7813 | #include <net/if.h> | 7802 | #include <net/if.h> |
| 7814 | #endif | 7803 | #endif |
| 7815 | " | 7804 | " |
| 7816 | if test "x$ac_cv_member_struct_ifreq_ifr_flags" = xyes; then : | 7805 | if test "x$ac_cv_member_struct_ifreq_ifr_flags" = x""yes; then : |
| 7817 | 7806 | ||
| 7818 | cat >>confdefs.h <<_ACEOF | 7807 | cat >>confdefs.h <<_ACEOF |
| 7819 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | 7808 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 |
| @@ -7829,7 +7818,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ | |||
| 7829 | #include <net/if.h> | 7818 | #include <net/if.h> |
| 7830 | #endif | 7819 | #endif |
| 7831 | " | 7820 | " |
| 7832 | if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes; then : | 7821 | if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = x""yes; then : |
| 7833 | 7822 | ||
| 7834 | cat >>confdefs.h <<_ACEOF | 7823 | cat >>confdefs.h <<_ACEOF |
| 7835 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | 7824 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 |
| @@ -7845,7 +7834,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_netmask" "ac_cv_member_struct | |||
| 7845 | #include <net/if.h> | 7834 | #include <net/if.h> |
| 7846 | #endif | 7835 | #endif |
| 7847 | " | 7836 | " |
| 7848 | if test "x$ac_cv_member_struct_ifreq_ifr_netmask" = xyes; then : | 7837 | if test "x$ac_cv_member_struct_ifreq_ifr_netmask" = x""yes; then : |
| 7849 | 7838 | ||
| 7850 | cat >>confdefs.h <<_ACEOF | 7839 | cat >>confdefs.h <<_ACEOF |
| 7851 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | 7840 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 |
| @@ -7861,7 +7850,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_broadaddr" "ac_cv_member_stru | |||
| 7861 | #include <net/if.h> | 7850 | #include <net/if.h> |
| 7862 | #endif | 7851 | #endif |
| 7863 | " | 7852 | " |
| 7864 | if test "x$ac_cv_member_struct_ifreq_ifr_broadaddr" = xyes; then : | 7853 | if test "x$ac_cv_member_struct_ifreq_ifr_broadaddr" = x""yes; then : |
| 7865 | 7854 | ||
| 7866 | cat >>confdefs.h <<_ACEOF | 7855 | cat >>confdefs.h <<_ACEOF |
| 7867 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | 7856 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 |
| @@ -7877,7 +7866,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_addr" "ac_cv_member_struct_if | |||
| 7877 | #include <net/if.h> | 7866 | #include <net/if.h> |
| 7878 | #endif | 7867 | #endif |
| 7879 | " | 7868 | " |
| 7880 | if test "x$ac_cv_member_struct_ifreq_ifr_addr" = xyes; then : | 7869 | if test "x$ac_cv_member_struct_ifreq_ifr_addr" = x""yes; then : |
| 7881 | 7870 | ||
| 7882 | cat >>confdefs.h <<_ACEOF | 7871 | cat >>confdefs.h <<_ACEOF |
| 7883 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | 7872 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 |
| @@ -7906,7 +7895,7 @@ fi | |||
| 7906 | 7895 | ||
| 7907 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working volatile" >&5 | 7896 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working volatile" >&5 |
| 7908 | $as_echo_n "checking for working volatile... " >&6; } | 7897 | $as_echo_n "checking for working volatile... " >&6; } |
| 7909 | if ${ac_cv_c_volatile+:} false; then : | 7898 | if test "${ac_cv_c_volatile+set}" = set; then : |
| 7910 | $as_echo_n "(cached) " >&6 | 7899 | $as_echo_n "(cached) " >&6 |
| 7911 | else | 7900 | else |
| 7912 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 7901 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -7940,7 +7929,7 @@ fi | |||
| 7940 | 7929 | ||
| 7941 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5 | 7930 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5 |
| 7942 | $as_echo_n "checking for an ANSI C-conforming const... " >&6; } | 7931 | $as_echo_n "checking for an ANSI C-conforming const... " >&6; } |
| 7943 | if ${ac_cv_c_const+:} false; then : | 7932 | if test "${ac_cv_c_const+set}" = set; then : |
| 7944 | $as_echo_n "(cached) " >&6 | 7933 | $as_echo_n "(cached) " >&6 |
| 7945 | else | 7934 | else |
| 7946 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 7935 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -8020,7 +8009,7 @@ fi | |||
| 8020 | 8009 | ||
| 8021 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for void * support" >&5 | 8010 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for void * support" >&5 |
| 8022 | $as_echo_n "checking for void * support... " >&6; } | 8011 | $as_echo_n "checking for void * support... " >&6; } |
| 8023 | if ${emacs_cv_void_star+:} false; then : | 8012 | if test "${emacs_cv_void_star+set}" = set; then : |
| 8024 | $as_echo_n "(cached) " >&6 | 8013 | $as_echo_n "(cached) " >&6 |
| 8025 | else | 8014 | else |
| 8026 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 8015 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -8053,7 +8042,7 @@ fi | |||
| 8053 | 8042 | ||
| 8054 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 | 8043 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 |
| 8055 | $as_echo_n "checking whether byte ordering is bigendian... " >&6; } | 8044 | $as_echo_n "checking whether byte ordering is bigendian... " >&6; } |
| 8056 | if ${ac_cv_c_bigendian+:} false; then : | 8045 | if test "${ac_cv_c_bigendian+set}" = set; then : |
| 8057 | $as_echo_n "(cached) " >&6 | 8046 | $as_echo_n "(cached) " >&6 |
| 8058 | else | 8047 | else |
| 8059 | ac_cv_c_bigendian=unknown | 8048 | ac_cv_c_bigendian=unknown |
| @@ -8272,13 +8261,13 @@ $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h | |||
| 8272 | ;; #( | 8261 | ;; #( |
| 8273 | *) | 8262 | *) |
| 8274 | as_fn_error $? "unknown endianness | 8263 | as_fn_error $? "unknown endianness |
| 8275 | presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; | 8264 | presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; |
| 8276 | esac | 8265 | esac |
| 8277 | 8266 | ||
| 8278 | 8267 | ||
| 8279 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __attribute__ ((__aligned__ (expr)))" >&5 | 8268 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __attribute__ ((__aligned__ (expr)))" >&5 |
| 8280 | $as_echo_n "checking for __attribute__ ((__aligned__ (expr)))... " >&6; } | 8269 | $as_echo_n "checking for __attribute__ ((__aligned__ (expr)))... " >&6; } |
| 8281 | if ${emacs_cv_attribute_aligned+:} false; then : | 8270 | if test "${emacs_cv_attribute_aligned+set}" = set; then : |
| 8282 | $as_echo_n "(cached) " >&6 | 8271 | $as_echo_n "(cached) " >&6 |
| 8283 | else | 8272 | else |
| 8284 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 8273 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -8311,7 +8300,7 @@ fi | |||
| 8311 | $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } | 8300 | $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } |
| 8312 | set x ${MAKE-make} | 8301 | set x ${MAKE-make} |
| 8313 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` | 8302 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` |
| 8314 | if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : | 8303 | if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then : |
| 8315 | $as_echo_n "(cached) " >&6 | 8304 | $as_echo_n "(cached) " >&6 |
| 8316 | else | 8305 | else |
| 8317 | cat >conftest.make <<\_ACEOF | 8306 | cat >conftest.make <<\_ACEOF |
| @@ -8399,7 +8388,7 @@ deps_frag=$srcdir/src/$deps_frag | |||
| 8399 | 8388 | ||
| 8400 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long file names" >&5 | 8389 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long file names" >&5 |
| 8401 | $as_echo_n "checking for long file names... " >&6; } | 8390 | $as_echo_n "checking for long file names... " >&6; } |
| 8402 | if ${ac_cv_sys_long_file_names+:} false; then : | 8391 | if test "${ac_cv_sys_long_file_names+set}" = set; then : |
| 8403 | $as_echo_n "(cached) " >&6 | 8392 | $as_echo_n "(cached) " >&6 |
| 8404 | else | 8393 | else |
| 8405 | ac_cv_sys_long_file_names=yes | 8394 | ac_cv_sys_long_file_names=yes |
| @@ -8455,8 +8444,8 @@ if test "x$with_x" = xno; then | |||
| 8455 | have_x=disabled | 8444 | have_x=disabled |
| 8456 | else | 8445 | else |
| 8457 | case $x_includes,$x_libraries in #( | 8446 | case $x_includes,$x_libraries in #( |
| 8458 | *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #( | 8447 | *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5 ;; #( |
| 8459 | *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then : | 8448 | *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then : |
| 8460 | $as_echo_n "(cached) " >&6 | 8449 | $as_echo_n "(cached) " >&6 |
| 8461 | else | 8450 | else |
| 8462 | # One or both of the vars are not set, and there is no cached value. | 8451 | # One or both of the vars are not set, and there is no cached value. |
| @@ -8739,7 +8728,7 @@ if test "${with_ns}" != no; then | |||
| 8739 | TEMACS_LDFLAGS2= | 8728 | TEMACS_LDFLAGS2= |
| 8740 | fi | 8729 | fi |
| 8741 | ac_fn_c_check_header_mongrel "$LINENO" "AppKit/AppKit.h" "ac_cv_header_AppKit_AppKit_h" "$ac_includes_default" | 8730 | ac_fn_c_check_header_mongrel "$LINENO" "AppKit/AppKit.h" "ac_cv_header_AppKit_AppKit_h" "$ac_includes_default" |
| 8742 | if test "x$ac_cv_header_AppKit_AppKit_h" = xyes; then : | 8731 | if test "x$ac_cv_header_AppKit_AppKit_h" = x""yes; then : |
| 8743 | HAVE_NS=yes | 8732 | HAVE_NS=yes |
| 8744 | else | 8733 | else |
| 8745 | as_fn_error $? "\`--with-ns' was specified, but the include | 8734 | as_fn_error $? "\`--with-ns' was specified, but the include |
| @@ -8821,7 +8810,7 @@ if test "$window_system" = none && test "X$with_x" != "Xno"; then | |||
| 8821 | set dummy X; ac_word=$2 | 8810 | set dummy X; ac_word=$2 |
| 8822 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 8811 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 8823 | $as_echo_n "checking for $ac_word... " >&6; } | 8812 | $as_echo_n "checking for $ac_word... " >&6; } |
| 8824 | if ${ac_cv_prog_HAVE_XSERVER+:} false; then : | 8813 | if test "${ac_cv_prog_HAVE_XSERVER+set}" = set; then : |
| 8825 | $as_echo_n "(cached) " >&6 | 8814 | $as_echo_n "(cached) " >&6 |
| 8826 | else | 8815 | else |
| 8827 | if test -n "$HAVE_XSERVER"; then | 8816 | if test -n "$HAVE_XSERVER"; then |
| @@ -8880,14 +8869,14 @@ esac | |||
| 8880 | GNU_MALLOC=yes | 8869 | GNU_MALLOC=yes |
| 8881 | doug_lea_malloc=yes | 8870 | doug_lea_malloc=yes |
| 8882 | ac_fn_c_check_func "$LINENO" "malloc_get_state" "ac_cv_func_malloc_get_state" | 8871 | ac_fn_c_check_func "$LINENO" "malloc_get_state" "ac_cv_func_malloc_get_state" |
| 8883 | if test "x$ac_cv_func_malloc_get_state" = xyes; then : | 8872 | if test "x$ac_cv_func_malloc_get_state" = x""yes; then : |
| 8884 | 8873 | ||
| 8885 | else | 8874 | else |
| 8886 | doug_lea_malloc=no | 8875 | doug_lea_malloc=no |
| 8887 | fi | 8876 | fi |
| 8888 | 8877 | ||
| 8889 | ac_fn_c_check_func "$LINENO" "malloc_set_state" "ac_cv_func_malloc_set_state" | 8878 | ac_fn_c_check_func "$LINENO" "malloc_set_state" "ac_cv_func_malloc_set_state" |
| 8890 | if test "x$ac_cv_func_malloc_set_state" = xyes; then : | 8879 | if test "x$ac_cv_func_malloc_set_state" = x""yes; then : |
| 8891 | 8880 | ||
| 8892 | else | 8881 | else |
| 8893 | doug_lea_malloc=no | 8882 | doug_lea_malloc=no |
| @@ -8895,7 +8884,7 @@ fi | |||
| 8895 | 8884 | ||
| 8896 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __after_morecore_hook exists" >&5 | 8885 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __after_morecore_hook exists" >&5 |
| 8897 | $as_echo_n "checking whether __after_morecore_hook exists... " >&6; } | 8886 | $as_echo_n "checking whether __after_morecore_hook exists... " >&6; } |
| 8898 | if ${emacs_cv_var___after_morecore_hook+:} false; then : | 8887 | if test "${emacs_cv_var___after_morecore_hook+set}" = set; then : |
| 8899 | $as_echo_n "(cached) " >&6 | 8888 | $as_echo_n "(cached) " >&6 |
| 8900 | else | 8889 | else |
| 8901 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 8890 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -9000,7 +8989,7 @@ done | |||
| 9000 | for ac_func in getpagesize | 8989 | for ac_func in getpagesize |
| 9001 | do : | 8990 | do : |
| 9002 | ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize" | 8991 | ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize" |
| 9003 | if test "x$ac_cv_func_getpagesize" = xyes; then : | 8992 | if test "x$ac_cv_func_getpagesize" = x""yes; then : |
| 9004 | cat >>confdefs.h <<_ACEOF | 8993 | cat >>confdefs.h <<_ACEOF |
| 9005 | #define HAVE_GETPAGESIZE 1 | 8994 | #define HAVE_GETPAGESIZE 1 |
| 9006 | _ACEOF | 8995 | _ACEOF |
| @@ -9010,7 +8999,7 @@ done | |||
| 9010 | 8999 | ||
| 9011 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5 | 9000 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5 |
| 9012 | $as_echo_n "checking for working mmap... " >&6; } | 9001 | $as_echo_n "checking for working mmap... " >&6; } |
| 9013 | if ${ac_cv_func_mmap_fixed_mapped+:} false; then : | 9002 | if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then : |
| 9014 | $as_echo_n "(cached) " >&6 | 9003 | $as_echo_n "(cached) " >&6 |
| 9015 | else | 9004 | else |
| 9016 | if test "$cross_compiling" = yes; then : | 9005 | if test "$cross_compiling" = yes; then : |
| @@ -9185,7 +9174,7 @@ LIBS="$LIBS_SYSTEM $LIBS" | |||
| 9185 | 9174 | ||
| 9186 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5 | 9175 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5 |
| 9187 | $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; } | 9176 | $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; } |
| 9188 | if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then : | 9177 | if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then : |
| 9189 | $as_echo_n "(cached) " >&6 | 9178 | $as_echo_n "(cached) " >&6 |
| 9190 | else | 9179 | else |
| 9191 | ac_check_lib_save_LIBS=$LIBS | 9180 | ac_check_lib_save_LIBS=$LIBS |
| @@ -9219,7 +9208,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 9219 | fi | 9208 | fi |
| 9220 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 | 9209 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 |
| 9221 | $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; } | 9210 | $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; } |
| 9222 | if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then : | 9211 | if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then : |
| 9223 | cat >>confdefs.h <<_ACEOF | 9212 | cat >>confdefs.h <<_ACEOF |
| 9224 | #define HAVE_LIBDNET 1 | 9213 | #define HAVE_LIBDNET 1 |
| 9225 | _ACEOF | 9214 | _ACEOF |
| @@ -9231,7 +9220,7 @@ fi | |||
| 9231 | 9220 | ||
| 9232 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lXbsd" >&5 | 9221 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lXbsd" >&5 |
| 9233 | $as_echo_n "checking for main in -lXbsd... " >&6; } | 9222 | $as_echo_n "checking for main in -lXbsd... " >&6; } |
| 9234 | if ${ac_cv_lib_Xbsd_main+:} false; then : | 9223 | if test "${ac_cv_lib_Xbsd_main+set}" = set; then : |
| 9235 | $as_echo_n "(cached) " >&6 | 9224 | $as_echo_n "(cached) " >&6 |
| 9236 | else | 9225 | else |
| 9237 | ac_check_lib_save_LIBS=$LIBS | 9226 | ac_check_lib_save_LIBS=$LIBS |
| @@ -9259,14 +9248,14 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 9259 | fi | 9248 | fi |
| 9260 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xbsd_main" >&5 | 9249 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xbsd_main" >&5 |
| 9261 | $as_echo "$ac_cv_lib_Xbsd_main" >&6; } | 9250 | $as_echo "$ac_cv_lib_Xbsd_main" >&6; } |
| 9262 | if test "x$ac_cv_lib_Xbsd_main" = xyes; then : | 9251 | if test "x$ac_cv_lib_Xbsd_main" = x""yes; then : |
| 9263 | LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd" | 9252 | LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd" |
| 9264 | fi | 9253 | fi |
| 9265 | 9254 | ||
| 9266 | 9255 | ||
| 9267 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cma_open in -lpthreads" >&5 | 9256 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cma_open in -lpthreads" >&5 |
| 9268 | $as_echo_n "checking for cma_open in -lpthreads... " >&6; } | 9257 | $as_echo_n "checking for cma_open in -lpthreads... " >&6; } |
| 9269 | if ${ac_cv_lib_pthreads_cma_open+:} false; then : | 9258 | if test "${ac_cv_lib_pthreads_cma_open+set}" = set; then : |
| 9270 | $as_echo_n "(cached) " >&6 | 9259 | $as_echo_n "(cached) " >&6 |
| 9271 | else | 9260 | else |
| 9272 | ac_check_lib_save_LIBS=$LIBS | 9261 | ac_check_lib_save_LIBS=$LIBS |
| @@ -9300,7 +9289,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 9300 | fi | 9289 | fi |
| 9301 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthreads_cma_open" >&5 | 9290 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthreads_cma_open" >&5 |
| 9302 | $as_echo "$ac_cv_lib_pthreads_cma_open" >&6; } | 9291 | $as_echo "$ac_cv_lib_pthreads_cma_open" >&6; } |
| 9303 | if test "x$ac_cv_lib_pthreads_cma_open" = xyes; then : | 9292 | if test "x$ac_cv_lib_pthreads_cma_open" = x""yes; then : |
| 9304 | cat >>confdefs.h <<_ACEOF | 9293 | cat >>confdefs.h <<_ACEOF |
| 9305 | #define HAVE_LIBPTHREADS 1 | 9294 | #define HAVE_LIBPTHREADS 1 |
| 9306 | _ACEOF | 9295 | _ACEOF |
| @@ -9327,7 +9316,7 @@ case ${host_os} in | |||
| 9327 | aix*) | 9316 | aix*) |
| 9328 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -bbigtoc option" >&5 | 9317 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -bbigtoc option" >&5 |
| 9329 | $as_echo_n "checking for -bbigtoc option... " >&6; } | 9318 | $as_echo_n "checking for -bbigtoc option... " >&6; } |
| 9330 | if ${gdb_cv_bigtoc+:} false; then : | 9319 | if test "${gdb_cv_bigtoc+set}" = set; then : |
| 9331 | $as_echo_n "(cached) " >&6 | 9320 | $as_echo_n "(cached) " >&6 |
| 9332 | else | 9321 | else |
| 9333 | 9322 | ||
| @@ -9501,7 +9490,7 @@ fi | |||
| 9501 | if test "${window_system}" = "x11"; then | 9490 | if test "${window_system}" = "x11"; then |
| 9502 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 version 6" >&5 | 9491 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 version 6" >&5 |
| 9503 | $as_echo_n "checking X11 version 6... " >&6; } | 9492 | $as_echo_n "checking X11 version 6... " >&6; } |
| 9504 | if ${emacs_cv_x11_version_6+:} false; then : | 9493 | if test "${emacs_cv_x11_version_6+set}" = set; then : |
| 9505 | $as_echo_n "(cached) " >&6 | 9494 | $as_echo_n "(cached) " >&6 |
| 9506 | else | 9495 | else |
| 9507 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 9496 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -9566,7 +9555,7 @@ if test "${HAVE_X11}" = "yes" || test "${NS_IMPL_GNUSTEP}" = "yes"; then | |||
| 9566 | set dummy pkg-config; ac_word=$2 | 9555 | set dummy pkg-config; ac_word=$2 |
| 9567 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 9556 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 9568 | $as_echo_n "checking for $ac_word... " >&6; } | 9557 | $as_echo_n "checking for $ac_word... " >&6; } |
| 9569 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 9558 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 9570 | $as_echo_n "(cached) " >&6 | 9559 | $as_echo_n "(cached) " >&6 |
| 9571 | else | 9560 | else |
| 9572 | case $PKG_CONFIG in | 9561 | case $PKG_CONFIG in |
| @@ -9677,7 +9666,7 @@ if test "${HAVE_X11}" = "yes"; then | |||
| 9677 | set dummy pkg-config; ac_word=$2 | 9666 | set dummy pkg-config; ac_word=$2 |
| 9678 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 9667 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 9679 | $as_echo_n "checking for $ac_word... " >&6; } | 9668 | $as_echo_n "checking for $ac_word... " >&6; } |
| 9680 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 9669 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 9681 | $as_echo_n "(cached) " >&6 | 9670 | $as_echo_n "(cached) " >&6 |
| 9682 | else | 9671 | else |
| 9683 | case $PKG_CONFIG in | 9672 | case $PKG_CONFIG in |
| @@ -9776,7 +9765,7 @@ $as_echo "#define HAVE_IMAGEMAGICK 1" >>confdefs.h | |||
| 9776 | for ac_func in MagickExportImagePixels | 9765 | for ac_func in MagickExportImagePixels |
| 9777 | do : | 9766 | do : |
| 9778 | ac_fn_c_check_func "$LINENO" "MagickExportImagePixels" "ac_cv_func_MagickExportImagePixels" | 9767 | ac_fn_c_check_func "$LINENO" "MagickExportImagePixels" "ac_cv_func_MagickExportImagePixels" |
| 9779 | if test "x$ac_cv_func_MagickExportImagePixels" = xyes; then : | 9768 | if test "x$ac_cv_func_MagickExportImagePixels" = x""yes; then : |
| 9780 | cat >>confdefs.h <<_ACEOF | 9769 | cat >>confdefs.h <<_ACEOF |
| 9781 | #define HAVE_MAGICKEXPORTIMAGEPIXELS 1 | 9770 | #define HAVE_MAGICKEXPORTIMAGEPIXELS 1 |
| 9782 | _ACEOF | 9771 | _ACEOF |
| @@ -9802,7 +9791,7 @@ if test "${with_gtk3}" = "yes"; then | |||
| 9802 | set dummy pkg-config; ac_word=$2 | 9791 | set dummy pkg-config; ac_word=$2 |
| 9803 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 9792 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 9804 | $as_echo_n "checking for $ac_word... " >&6; } | 9793 | $as_echo_n "checking for $ac_word... " >&6; } |
| 9805 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 9794 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 9806 | $as_echo_n "(cached) " >&6 | 9795 | $as_echo_n "(cached) " >&6 |
| 9807 | else | 9796 | else |
| 9808 | case $PKG_CONFIG in | 9797 | case $PKG_CONFIG in |
| @@ -9908,7 +9897,7 @@ if test "${with_gtk}" = "yes" || test "$USE_X_TOOLKIT" = "maybe"; then | |||
| 9908 | set dummy pkg-config; ac_word=$2 | 9897 | set dummy pkg-config; ac_word=$2 |
| 9909 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 9898 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 9910 | $as_echo_n "checking for $ac_word... " >&6; } | 9899 | $as_echo_n "checking for $ac_word... " >&6; } |
| 9911 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 9900 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 9912 | $as_echo_n "(cached) " >&6 | 9901 | $as_echo_n "(cached) " >&6 |
| 9913 | else | 9902 | else |
| 9914 | case $PKG_CONFIG in | 9903 | case $PKG_CONFIG in |
| @@ -10013,7 +10002,7 @@ if test x"$pkg_check_gtk" = xyes; then | |||
| 10013 | for ac_func in gtk_main | 10002 | for ac_func in gtk_main |
| 10014 | do : | 10003 | do : |
| 10015 | ac_fn_c_check_func "$LINENO" "gtk_main" "ac_cv_func_gtk_main" | 10004 | ac_fn_c_check_func "$LINENO" "gtk_main" "ac_cv_func_gtk_main" |
| 10016 | if test "x$ac_cv_func_gtk_main" = xyes; then : | 10005 | if test "x$ac_cv_func_gtk_main" = x""yes; then : |
| 10017 | cat >>confdefs.h <<_ACEOF | 10006 | cat >>confdefs.h <<_ACEOF |
| 10018 | #define HAVE_GTK_MAIN 1 | 10007 | #define HAVE_GTK_MAIN 1 |
| 10019 | _ACEOF | 10008 | _ACEOF |
| @@ -10023,7 +10012,7 @@ done | |||
| 10023 | 10012 | ||
| 10024 | if test "${GTK_COMPILES}" != "yes"; then | 10013 | if test "${GTK_COMPILES}" != "yes"; then |
| 10025 | if test "$USE_X_TOOLKIT" != "maybe"; then | 10014 | if test "$USE_X_TOOLKIT" != "maybe"; then |
| 10026 | as_fn_error $? "Gtk+ wanted, but it does not compile, see config.log. Maybe some x11-devel files missing?" "$LINENO" 5; | 10015 | as_fn_error $? "Gtk+ wanted, but it does not compile, see config.log. Maybe some x11-devel files missing?" "$LINENO" 5 ; |
| 10027 | fi | 10016 | fi |
| 10028 | else | 10017 | else |
| 10029 | HAVE_GTK=yes | 10018 | HAVE_GTK=yes |
| @@ -10061,7 +10050,7 @@ if test "${HAVE_GTK}" = "yes"; then | |||
| 10061 | ac_fn_c_check_decl "$LINENO" "GTK_TYPE_FILE_SELECTION" "ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" "$ac_includes_default | 10050 | ac_fn_c_check_decl "$LINENO" "GTK_TYPE_FILE_SELECTION" "ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" "$ac_includes_default |
| 10062 | #include <gtk/gtk.h> | 10051 | #include <gtk/gtk.h> |
| 10063 | " | 10052 | " |
| 10064 | if test "x$ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" = xyes; then : | 10053 | if test "x$ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" = x""yes; then : |
| 10065 | HAVE_GTK_FILE_SELECTION=yes | 10054 | HAVE_GTK_FILE_SELECTION=yes |
| 10066 | else | 10055 | else |
| 10067 | HAVE_GTK_FILE_SELECTION=no | 10056 | HAVE_GTK_FILE_SELECTION=no |
| @@ -10071,7 +10060,7 @@ fi | |||
| 10071 | for ac_func in gtk_file_selection_new | 10060 | for ac_func in gtk_file_selection_new |
| 10072 | do : | 10061 | do : |
| 10073 | ac_fn_c_check_func "$LINENO" "gtk_file_selection_new" "ac_cv_func_gtk_file_selection_new" | 10062 | ac_fn_c_check_func "$LINENO" "gtk_file_selection_new" "ac_cv_func_gtk_file_selection_new" |
| 10074 | if test "x$ac_cv_func_gtk_file_selection_new" = xyes; then : | 10063 | if test "x$ac_cv_func_gtk_file_selection_new" = x""yes; then : |
| 10075 | cat >>confdefs.h <<_ACEOF | 10064 | cat >>confdefs.h <<_ACEOF |
| 10076 | #define HAVE_GTK_FILE_SELECTION_NEW 1 | 10065 | #define HAVE_GTK_FILE_SELECTION_NEW 1 |
| 10077 | _ACEOF | 10066 | _ACEOF |
| @@ -10085,7 +10074,7 @@ done | |||
| 10085 | for ac_header in pthread.h | 10074 | for ac_header in pthread.h |
| 10086 | do : | 10075 | do : |
| 10087 | ac_fn_c_check_header_mongrel "$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default" | 10076 | ac_fn_c_check_header_mongrel "$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default" |
| 10088 | if test "x$ac_cv_header_pthread_h" = xyes; then : | 10077 | if test "x$ac_cv_header_pthread_h" = x""yes; then : |
| 10089 | cat >>confdefs.h <<_ACEOF | 10078 | cat >>confdefs.h <<_ACEOF |
| 10090 | #define HAVE_PTHREAD_H 1 | 10079 | #define HAVE_PTHREAD_H 1 |
| 10091 | _ACEOF | 10080 | _ACEOF |
| @@ -10097,7 +10086,7 @@ done | |||
| 10097 | if test "$ac_cv_header_pthread_h"; then | 10086 | if test "$ac_cv_header_pthread_h"; then |
| 10098 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_self in -lpthread" >&5 | 10087 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_self in -lpthread" >&5 |
| 10099 | $as_echo_n "checking for pthread_self in -lpthread... " >&6; } | 10088 | $as_echo_n "checking for pthread_self in -lpthread... " >&6; } |
| 10100 | if ${ac_cv_lib_pthread_pthread_self+:} false; then : | 10089 | if test "${ac_cv_lib_pthread_pthread_self+set}" = set; then : |
| 10101 | $as_echo_n "(cached) " >&6 | 10090 | $as_echo_n "(cached) " >&6 |
| 10102 | else | 10091 | else |
| 10103 | ac_check_lib_save_LIBS=$LIBS | 10092 | ac_check_lib_save_LIBS=$LIBS |
| @@ -10131,7 +10120,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 10131 | fi | 10120 | fi |
| 10132 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_self" >&5 | 10121 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_self" >&5 |
| 10133 | $as_echo "$ac_cv_lib_pthread_pthread_self" >&6; } | 10122 | $as_echo "$ac_cv_lib_pthread_pthread_self" >&6; } |
| 10134 | if test "x$ac_cv_lib_pthread_pthread_self" = xyes; then : | 10123 | if test "x$ac_cv_lib_pthread_pthread_self" = x""yes; then : |
| 10135 | HAVE_GTK_AND_PTHREAD=yes | 10124 | HAVE_GTK_AND_PTHREAD=yes |
| 10136 | fi | 10125 | fi |
| 10137 | 10126 | ||
| @@ -10174,7 +10163,7 @@ if test "${with_dbus}" = "yes"; then | |||
| 10174 | set dummy pkg-config; ac_word=$2 | 10163 | set dummy pkg-config; ac_word=$2 |
| 10175 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 10164 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 10176 | $as_echo_n "checking for $ac_word... " >&6; } | 10165 | $as_echo_n "checking for $ac_word... " >&6; } |
| 10177 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 10166 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 10178 | $as_echo_n "(cached) " >&6 | 10167 | $as_echo_n "(cached) " >&6 |
| 10179 | else | 10168 | else |
| 10180 | case $PKG_CONFIG in | 10169 | case $PKG_CONFIG in |
| @@ -10269,7 +10258,7 @@ $as_echo "#define HAVE_DBUS 1" >>confdefs.h | |||
| 10269 | for ac_func in dbus_watch_get_unix_fd | 10258 | for ac_func in dbus_watch_get_unix_fd |
| 10270 | do : | 10259 | do : |
| 10271 | ac_fn_c_check_func "$LINENO" "dbus_watch_get_unix_fd" "ac_cv_func_dbus_watch_get_unix_fd" | 10260 | ac_fn_c_check_func "$LINENO" "dbus_watch_get_unix_fd" "ac_cv_func_dbus_watch_get_unix_fd" |
| 10272 | if test "x$ac_cv_func_dbus_watch_get_unix_fd" = xyes; then : | 10261 | if test "x$ac_cv_func_dbus_watch_get_unix_fd" = x""yes; then : |
| 10273 | cat >>confdefs.h <<_ACEOF | 10262 | cat >>confdefs.h <<_ACEOF |
| 10274 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | 10263 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 |
| 10275 | _ACEOF | 10264 | _ACEOF |
| @@ -10291,7 +10280,7 @@ if test "${HAVE_X11}" = "yes" && test "${with_gconf}" = "yes"; then | |||
| 10291 | set dummy pkg-config; ac_word=$2 | 10280 | set dummy pkg-config; ac_word=$2 |
| 10292 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 10281 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 10293 | $as_echo_n "checking for $ac_word... " >&6; } | 10282 | $as_echo_n "checking for $ac_word... " >&6; } |
| 10294 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 10283 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 10295 | $as_echo_n "(cached) " >&6 | 10284 | $as_echo_n "(cached) " >&6 |
| 10296 | else | 10285 | else |
| 10297 | case $PKG_CONFIG in | 10286 | case $PKG_CONFIG in |
| @@ -10385,7 +10374,7 @@ $as_echo "#define HAVE_GCONF 1" >>confdefs.h | |||
| 10385 | for ac_func in g_type_init | 10374 | for ac_func in g_type_init |
| 10386 | do : | 10375 | do : |
| 10387 | ac_fn_c_check_func "$LINENO" "g_type_init" "ac_cv_func_g_type_init" | 10376 | ac_fn_c_check_func "$LINENO" "g_type_init" "ac_cv_func_g_type_init" |
| 10388 | if test "x$ac_cv_func_g_type_init" = xyes; then : | 10377 | if test "x$ac_cv_func_g_type_init" = x""yes; then : |
| 10389 | cat >>confdefs.h <<_ACEOF | 10378 | cat >>confdefs.h <<_ACEOF |
| 10390 | #define HAVE_G_TYPE_INIT 1 | 10379 | #define HAVE_G_TYPE_INIT 1 |
| 10391 | _ACEOF | 10380 | _ACEOF |
| @@ -10401,7 +10390,7 @@ LIBSELINUX_LIBS= | |||
| 10401 | if test "${with_selinux}" = "yes"; then | 10390 | if test "${with_selinux}" = "yes"; then |
| 10402 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lgetfilecon in -lselinux" >&5 | 10391 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lgetfilecon in -lselinux" >&5 |
| 10403 | $as_echo_n "checking for lgetfilecon in -lselinux... " >&6; } | 10392 | $as_echo_n "checking for lgetfilecon in -lselinux... " >&6; } |
| 10404 | if ${ac_cv_lib_selinux_lgetfilecon+:} false; then : | 10393 | if test "${ac_cv_lib_selinux_lgetfilecon+set}" = set; then : |
| 10405 | $as_echo_n "(cached) " >&6 | 10394 | $as_echo_n "(cached) " >&6 |
| 10406 | else | 10395 | else |
| 10407 | ac_check_lib_save_LIBS=$LIBS | 10396 | ac_check_lib_save_LIBS=$LIBS |
| @@ -10435,7 +10424,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 10435 | fi | 10424 | fi |
| 10436 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_selinux_lgetfilecon" >&5 | 10425 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_selinux_lgetfilecon" >&5 |
| 10437 | $as_echo "$ac_cv_lib_selinux_lgetfilecon" >&6; } | 10426 | $as_echo "$ac_cv_lib_selinux_lgetfilecon" >&6; } |
| 10438 | if test "x$ac_cv_lib_selinux_lgetfilecon" = xyes; then : | 10427 | if test "x$ac_cv_lib_selinux_lgetfilecon" = x""yes; then : |
| 10439 | HAVE_LIBSELINUX=yes | 10428 | HAVE_LIBSELINUX=yes |
| 10440 | else | 10429 | else |
| 10441 | HAVE_LIBSELINUX=no | 10430 | HAVE_LIBSELINUX=no |
| @@ -10459,7 +10448,7 @@ if test "${with_gnutls}" = "yes" ; then | |||
| 10459 | set dummy pkg-config; ac_word=$2 | 10448 | set dummy pkg-config; ac_word=$2 |
| 10460 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 10449 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 10461 | $as_echo_n "checking for $ac_word... " >&6; } | 10450 | $as_echo_n "checking for $ac_word... " >&6; } |
| 10462 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 10451 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 10463 | $as_echo_n "(cached) " >&6 | 10452 | $as_echo_n "(cached) " >&6 |
| 10464 | else | 10453 | else |
| 10465 | case $PKG_CONFIG in | 10454 | case $PKG_CONFIG in |
| @@ -10561,7 +10550,7 @@ if test x"${USE_X_TOOLKIT}" = xmaybe || test x"${USE_X_TOOLKIT}" = xLUCID; then | |||
| 10561 | if test "$with_xaw3d" != no; then | 10550 | if test "$with_xaw3d" != no; then |
| 10562 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xaw3d" >&5 | 10551 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xaw3d" >&5 |
| 10563 | $as_echo_n "checking for xaw3d... " >&6; } | 10552 | $as_echo_n "checking for xaw3d... " >&6; } |
| 10564 | if ${emacs_cv_xaw3d+:} false; then : | 10553 | if test "${emacs_cv_xaw3d+set}" = set; then : |
| 10565 | $as_echo_n "(cached) " >&6 | 10554 | $as_echo_n "(cached) " >&6 |
| 10566 | else | 10555 | else |
| 10567 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 10556 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -10603,7 +10592,7 @@ $as_echo "#define HAVE_XAW3D 1" >>confdefs.h | |||
| 10603 | $as_echo "no" >&6; } | 10592 | $as_echo "no" >&6; } |
| 10604 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libXaw" >&5 | 10593 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libXaw" >&5 |
| 10605 | $as_echo_n "checking for libXaw... " >&6; } | 10594 | $as_echo_n "checking for libXaw... " >&6; } |
| 10606 | if ${emacs_cv_xaw+:} false; then : | 10595 | if test "${emacs_cv_xaw+set}" = set; then : |
| 10607 | $as_echo_n "(cached) " >&6 | 10596 | $as_echo_n "(cached) " >&6 |
| 10608 | else | 10597 | else |
| 10609 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 10598 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -10649,7 +10638,7 @@ LIBXTR6= | |||
| 10649 | if test "${USE_X_TOOLKIT}" != "none"; then | 10638 | if test "${USE_X_TOOLKIT}" != "none"; then |
| 10650 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 toolkit version" >&5 | 10639 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 toolkit version" >&5 |
| 10651 | $as_echo_n "checking X11 toolkit version... " >&6; } | 10640 | $as_echo_n "checking X11 toolkit version... " >&6; } |
| 10652 | if ${emacs_cv_x11_toolkit_version_6+:} false; then : | 10641 | if test "${emacs_cv_x11_toolkit_version_6+set}" = set; then : |
| 10653 | $as_echo_n "(cached) " >&6 | 10642 | $as_echo_n "(cached) " >&6 |
| 10654 | else | 10643 | else |
| 10655 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 10644 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -10700,7 +10689,7 @@ $as_echo "before 6" >&6; } | |||
| 10700 | fi | 10689 | fi |
| 10701 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XmuConvertStandardSelection in -lXmu" >&5 | 10690 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XmuConvertStandardSelection in -lXmu" >&5 |
| 10702 | $as_echo_n "checking for XmuConvertStandardSelection in -lXmu... " >&6; } | 10691 | $as_echo_n "checking for XmuConvertStandardSelection in -lXmu... " >&6; } |
| 10703 | if ${ac_cv_lib_Xmu_XmuConvertStandardSelection+:} false; then : | 10692 | if test "${ac_cv_lib_Xmu_XmuConvertStandardSelection+set}" = set; then : |
| 10704 | $as_echo_n "(cached) " >&6 | 10693 | $as_echo_n "(cached) " >&6 |
| 10705 | else | 10694 | else |
| 10706 | ac_check_lib_save_LIBS=$LIBS | 10695 | ac_check_lib_save_LIBS=$LIBS |
| @@ -10734,7 +10723,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 10734 | fi | 10723 | fi |
| 10735 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5 | 10724 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5 |
| 10736 | $as_echo "$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6; } | 10725 | $as_echo "$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6; } |
| 10737 | if test "x$ac_cv_lib_Xmu_XmuConvertStandardSelection" = xyes; then : | 10726 | if test "x$ac_cv_lib_Xmu_XmuConvertStandardSelection" = x""yes; then : |
| 10738 | cat >>confdefs.h <<_ACEOF | 10727 | cat >>confdefs.h <<_ACEOF |
| 10739 | #define HAVE_LIBXMU 1 | 10728 | #define HAVE_LIBXMU 1 |
| 10740 | _ACEOF | 10729 | _ACEOF |
| @@ -10761,7 +10750,7 @@ if test "${HAVE_X11}" = "yes"; then | |||
| 10761 | if test "${USE_X_TOOLKIT}" != "none"; then | 10750 | if test "${USE_X_TOOLKIT}" != "none"; then |
| 10762 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5 | 10751 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5 |
| 10763 | $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; } | 10752 | $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; } |
| 10764 | if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false; then : | 10753 | if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then : |
| 10765 | $as_echo_n "(cached) " >&6 | 10754 | $as_echo_n "(cached) " >&6 |
| 10766 | else | 10755 | else |
| 10767 | ac_check_lib_save_LIBS=$LIBS | 10756 | ac_check_lib_save_LIBS=$LIBS |
| @@ -10795,7 +10784,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 10795 | fi | 10784 | fi |
| 10796 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5 | 10785 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5 |
| 10797 | $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; } | 10786 | $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; } |
| 10798 | if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes; then : | 10787 | if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then : |
| 10799 | cat >>confdefs.h <<_ACEOF | 10788 | cat >>confdefs.h <<_ACEOF |
| 10800 | #define HAVE_LIBXEXT 1 | 10789 | #define HAVE_LIBXEXT 1 |
| 10801 | _ACEOF | 10790 | _ACEOF |
| @@ -10811,7 +10800,7 @@ LIBXP= | |||
| 10811 | if test "${USE_X_TOOLKIT}" = "MOTIF"; then | 10800 | if test "${USE_X_TOOLKIT}" = "MOTIF"; then |
| 10812 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Motif version 2.1" >&5 | 10801 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Motif version 2.1" >&5 |
| 10813 | $as_echo_n "checking for Motif version 2.1... " >&6; } | 10802 | $as_echo_n "checking for Motif version 2.1... " >&6; } |
| 10814 | if ${emacs_cv_motif_version_2_1+:} false; then : | 10803 | if test "${emacs_cv_motif_version_2_1+set}" = set; then : |
| 10815 | $as_echo_n "(cached) " >&6 | 10804 | $as_echo_n "(cached) " >&6 |
| 10816 | else | 10805 | else |
| 10817 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 10806 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -10841,7 +10830,7 @@ $as_echo "$emacs_cv_motif_version_2_1" >&6; } | |||
| 10841 | if test $emacs_cv_motif_version_2_1 = yes; then | 10830 | if test $emacs_cv_motif_version_2_1 = yes; then |
| 10842 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpCreateContext in -lXp" >&5 | 10831 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpCreateContext in -lXp" >&5 |
| 10843 | $as_echo_n "checking for XpCreateContext in -lXp... " >&6; } | 10832 | $as_echo_n "checking for XpCreateContext in -lXp... " >&6; } |
| 10844 | if ${ac_cv_lib_Xp_XpCreateContext+:} false; then : | 10833 | if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then : |
| 10845 | $as_echo_n "(cached) " >&6 | 10834 | $as_echo_n "(cached) " >&6 |
| 10846 | else | 10835 | else |
| 10847 | ac_check_lib_save_LIBS=$LIBS | 10836 | ac_check_lib_save_LIBS=$LIBS |
| @@ -10875,14 +10864,14 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 10875 | fi | 10864 | fi |
| 10876 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xp_XpCreateContext" >&5 | 10865 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xp_XpCreateContext" >&5 |
| 10877 | $as_echo "$ac_cv_lib_Xp_XpCreateContext" >&6; } | 10866 | $as_echo "$ac_cv_lib_Xp_XpCreateContext" >&6; } |
| 10878 | if test "x$ac_cv_lib_Xp_XpCreateContext" = xyes; then : | 10867 | if test "x$ac_cv_lib_Xp_XpCreateContext" = x""yes; then : |
| 10879 | LIBXP=-lXp | 10868 | LIBXP=-lXp |
| 10880 | fi | 10869 | fi |
| 10881 | 10870 | ||
| 10882 | else | 10871 | else |
| 10883 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LessTif where some systems put it" >&5 | 10872 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LessTif where some systems put it" >&5 |
| 10884 | $as_echo_n "checking for LessTif where some systems put it... " >&6; } | 10873 | $as_echo_n "checking for LessTif where some systems put it... " >&6; } |
| 10885 | if ${emacs_cv_lesstif+:} false; then : | 10874 | if test "${emacs_cv_lesstif+set}" = set; then : |
| 10886 | $as_echo_n "(cached) " >&6 | 10875 | $as_echo_n "(cached) " >&6 |
| 10887 | else | 10876 | else |
| 10888 | # We put this in CFLAGS temporarily to precede other -I options | 10877 | # We put this in CFLAGS temporarily to precede other -I options |
| @@ -11041,7 +11030,7 @@ if test "${HAVE_X11}" = "yes"; then | |||
| 11041 | set dummy pkg-config; ac_word=$2 | 11030 | set dummy pkg-config; ac_word=$2 |
| 11042 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 11031 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 11043 | $as_echo_n "checking for $ac_word... " >&6; } | 11032 | $as_echo_n "checking for $ac_word... " >&6; } |
| 11044 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 11033 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 11045 | $as_echo_n "(cached) " >&6 | 11034 | $as_echo_n "(cached) " >&6 |
| 11046 | else | 11035 | else |
| 11047 | case $PKG_CONFIG in | 11036 | case $PKG_CONFIG in |
| @@ -11143,7 +11132,7 @@ $as_echo "no" >&6; } | |||
| 11143 | set dummy pkg-config; ac_word=$2 | 11132 | set dummy pkg-config; ac_word=$2 |
| 11144 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 11133 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 11145 | $as_echo_n "checking for $ac_word... " >&6; } | 11134 | $as_echo_n "checking for $ac_word... " >&6; } |
| 11146 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 11135 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 11147 | $as_echo_n "(cached) " >&6 | 11136 | $as_echo_n "(cached) " >&6 |
| 11148 | else | 11137 | else |
| 11149 | case $PKG_CONFIG in | 11138 | case $PKG_CONFIG in |
| @@ -11235,7 +11224,7 @@ $as_echo "no" >&6; } | |||
| 11235 | HAVE_XRENDER=no | 11224 | HAVE_XRENDER=no |
| 11236 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderQueryExtension in -lXrender" >&5 | 11225 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderQueryExtension in -lXrender" >&5 |
| 11237 | $as_echo_n "checking for XRenderQueryExtension in -lXrender... " >&6; } | 11226 | $as_echo_n "checking for XRenderQueryExtension in -lXrender... " >&6; } |
| 11238 | if ${ac_cv_lib_Xrender_XRenderQueryExtension+:} false; then : | 11227 | if test "${ac_cv_lib_Xrender_XRenderQueryExtension+set}" = set; then : |
| 11239 | $as_echo_n "(cached) " >&6 | 11228 | $as_echo_n "(cached) " >&6 |
| 11240 | else | 11229 | else |
| 11241 | ac_check_lib_save_LIBS=$LIBS | 11230 | ac_check_lib_save_LIBS=$LIBS |
| @@ -11269,7 +11258,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 11269 | fi | 11258 | fi |
| 11270 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderQueryExtension" >&5 | 11259 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderQueryExtension" >&5 |
| 11271 | $as_echo "$ac_cv_lib_Xrender_XRenderQueryExtension" >&6; } | 11260 | $as_echo "$ac_cv_lib_Xrender_XRenderQueryExtension" >&6; } |
| 11272 | if test "x$ac_cv_lib_Xrender_XRenderQueryExtension" = xyes; then : | 11261 | if test "x$ac_cv_lib_Xrender_XRenderQueryExtension" = x""yes; then : |
| 11273 | HAVE_XRENDER=yes | 11262 | HAVE_XRENDER=yes |
| 11274 | fi | 11263 | fi |
| 11275 | 11264 | ||
| @@ -11282,10 +11271,10 @@ fi | |||
| 11282 | XFT_LIBS="-lXrender $XFT_LIBS" | 11271 | XFT_LIBS="-lXrender $XFT_LIBS" |
| 11283 | LIBS="$XFT_LIBS $LIBS" | 11272 | LIBS="$XFT_LIBS $LIBS" |
| 11284 | ac_fn_c_check_header_mongrel "$LINENO" "X11/Xft/Xft.h" "ac_cv_header_X11_Xft_Xft_h" "$ac_includes_default" | 11273 | ac_fn_c_check_header_mongrel "$LINENO" "X11/Xft/Xft.h" "ac_cv_header_X11_Xft_Xft_h" "$ac_includes_default" |
| 11285 | if test "x$ac_cv_header_X11_Xft_Xft_h" = xyes; then : | 11274 | if test "x$ac_cv_header_X11_Xft_Xft_h" = x""yes; then : |
| 11286 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XftFontOpen in -lXft" >&5 | 11275 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XftFontOpen in -lXft" >&5 |
| 11287 | $as_echo_n "checking for XftFontOpen in -lXft... " >&6; } | 11276 | $as_echo_n "checking for XftFontOpen in -lXft... " >&6; } |
| 11288 | if ${ac_cv_lib_Xft_XftFontOpen+:} false; then : | 11277 | if test "${ac_cv_lib_Xft_XftFontOpen+set}" = set; then : |
| 11289 | $as_echo_n "(cached) " >&6 | 11278 | $as_echo_n "(cached) " >&6 |
| 11290 | else | 11279 | else |
| 11291 | ac_check_lib_save_LIBS=$LIBS | 11280 | ac_check_lib_save_LIBS=$LIBS |
| @@ -11319,7 +11308,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 11319 | fi | 11308 | fi |
| 11320 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xft_XftFontOpen" >&5 | 11309 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xft_XftFontOpen" >&5 |
| 11321 | $as_echo "$ac_cv_lib_Xft_XftFontOpen" >&6; } | 11310 | $as_echo "$ac_cv_lib_Xft_XftFontOpen" >&6; } |
| 11322 | if test "x$ac_cv_lib_Xft_XftFontOpen" = xyes; then : | 11311 | if test "x$ac_cv_lib_Xft_XftFontOpen" = x""yes; then : |
| 11323 | HAVE_XFT=yes | 11312 | HAVE_XFT=yes |
| 11324 | fi | 11313 | fi |
| 11325 | 11314 | ||
| @@ -11345,15 +11334,9 @@ $as_echo "#define HAVE_XFT 1" >>confdefs.h | |||
| 11345 | HAVE_XFT=no | 11334 | HAVE_XFT=no |
| 11346 | fi | 11335 | fi |
| 11347 | 11336 | ||
| 11348 | |||
| 11349 | HAVE_FREETYPE=no | ||
| 11350 | ## We used to allow building with FreeType and without Xft. | 11337 | ## We used to allow building with FreeType and without Xft. |
| 11351 | ## However, the ftx font backend driver is not in good shape. | 11338 | ## However, the ftx font backend driver is not in good shape. |
| 11352 | if test "${HAVE_XFT}" = "yes"; then | 11339 | HAVE_FREETYPE=$HAVE_XFT |
| 11353 | HAVE_FREETYPE=yes | ||
| 11354 | FONTCONFIG_CFLAGS= | ||
| 11355 | FONTCONFIG_LIBS= | ||
| 11356 | fi | ||
| 11357 | 11340 | ||
| 11358 | HAVE_LIBOTF=no | 11341 | HAVE_LIBOTF=no |
| 11359 | if test "${HAVE_FREETYPE}" = "yes"; then | 11342 | if test "${HAVE_FREETYPE}" = "yes"; then |
| @@ -11368,7 +11351,7 @@ $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h | |||
| 11368 | set dummy pkg-config; ac_word=$2 | 11351 | set dummy pkg-config; ac_word=$2 |
| 11369 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 11352 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 11370 | $as_echo_n "checking for $ac_word... " >&6; } | 11353 | $as_echo_n "checking for $ac_word... " >&6; } |
| 11371 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 11354 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 11372 | $as_echo_n "(cached) " >&6 | 11355 | $as_echo_n "(cached) " >&6 |
| 11373 | else | 11356 | else |
| 11374 | case $PKG_CONFIG in | 11357 | case $PKG_CONFIG in |
| @@ -11461,7 +11444,7 @@ $as_echo "#define HAVE_LIBOTF 1" >>confdefs.h | |||
| 11461 | 11444 | ||
| 11462 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OTF_get_variation_glyphs in -lotf" >&5 | 11445 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OTF_get_variation_glyphs in -lotf" >&5 |
| 11463 | $as_echo_n "checking for OTF_get_variation_glyphs in -lotf... " >&6; } | 11446 | $as_echo_n "checking for OTF_get_variation_glyphs in -lotf... " >&6; } |
| 11464 | if ${ac_cv_lib_otf_OTF_get_variation_glyphs+:} false; then : | 11447 | if test "${ac_cv_lib_otf_OTF_get_variation_glyphs+set}" = set; then : |
| 11465 | $as_echo_n "(cached) " >&6 | 11448 | $as_echo_n "(cached) " >&6 |
| 11466 | else | 11449 | else |
| 11467 | ac_check_lib_save_LIBS=$LIBS | 11450 | ac_check_lib_save_LIBS=$LIBS |
| @@ -11495,7 +11478,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 11495 | fi | 11478 | fi |
| 11496 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_otf_OTF_get_variation_glyphs" >&5 | 11479 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_otf_OTF_get_variation_glyphs" >&5 |
| 11497 | $as_echo "$ac_cv_lib_otf_OTF_get_variation_glyphs" >&6; } | 11480 | $as_echo "$ac_cv_lib_otf_OTF_get_variation_glyphs" >&6; } |
| 11498 | if test "x$ac_cv_lib_otf_OTF_get_variation_glyphs" = xyes; then : | 11481 | if test "x$ac_cv_lib_otf_OTF_get_variation_glyphs" = x""yes; then : |
| 11499 | HAVE_OTF_GET_VARIATION_GLYPHS=yes | 11482 | HAVE_OTF_GET_VARIATION_GLYPHS=yes |
| 11500 | else | 11483 | else |
| 11501 | HAVE_OTF_GET_VARIATION_GLYPHS=no | 11484 | HAVE_OTF_GET_VARIATION_GLYPHS=no |
| @@ -11520,7 +11503,7 @@ $as_echo "#define HAVE_OTF_GET_VARIATION_GLYPHS 1" >>confdefs.h | |||
| 11520 | set dummy pkg-config; ac_word=$2 | 11503 | set dummy pkg-config; ac_word=$2 |
| 11521 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 11504 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 11522 | $as_echo_n "checking for $ac_word... " >&6; } | 11505 | $as_echo_n "checking for $ac_word... " >&6; } |
| 11523 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 11506 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 11524 | $as_echo_n "(cached) " >&6 | 11507 | $as_echo_n "(cached) " >&6 |
| 11525 | else | 11508 | else |
| 11526 | case $PKG_CONFIG in | 11509 | case $PKG_CONFIG in |
| @@ -11638,10 +11621,10 @@ LIBXPM= | |||
| 11638 | if test "${HAVE_X11}" = "yes"; then | 11621 | if test "${HAVE_X11}" = "yes"; then |
| 11639 | if test "${with_xpm}" != "no"; then | 11622 | if test "${with_xpm}" != "no"; then |
| 11640 | ac_fn_c_check_header_mongrel "$LINENO" "X11/xpm.h" "ac_cv_header_X11_xpm_h" "$ac_includes_default" | 11623 | ac_fn_c_check_header_mongrel "$LINENO" "X11/xpm.h" "ac_cv_header_X11_xpm_h" "$ac_includes_default" |
| 11641 | if test "x$ac_cv_header_X11_xpm_h" = xyes; then : | 11624 | if test "x$ac_cv_header_X11_xpm_h" = x""yes; then : |
| 11642 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpmReadFileToPixmap in -lXpm" >&5 | 11625 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpmReadFileToPixmap in -lXpm" >&5 |
| 11643 | $as_echo_n "checking for XpmReadFileToPixmap in -lXpm... " >&6; } | 11626 | $as_echo_n "checking for XpmReadFileToPixmap in -lXpm... " >&6; } |
| 11644 | if ${ac_cv_lib_Xpm_XpmReadFileToPixmap+:} false; then : | 11627 | if test "${ac_cv_lib_Xpm_XpmReadFileToPixmap+set}" = set; then : |
| 11645 | $as_echo_n "(cached) " >&6 | 11628 | $as_echo_n "(cached) " >&6 |
| 11646 | else | 11629 | else |
| 11647 | ac_check_lib_save_LIBS=$LIBS | 11630 | ac_check_lib_save_LIBS=$LIBS |
| @@ -11675,7 +11658,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 11675 | fi | 11658 | fi |
| 11676 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5 | 11659 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5 |
| 11677 | $as_echo "$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6; } | 11660 | $as_echo "$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6; } |
| 11678 | if test "x$ac_cv_lib_Xpm_XpmReadFileToPixmap" = xyes; then : | 11661 | if test "x$ac_cv_lib_Xpm_XpmReadFileToPixmap" = x""yes; then : |
| 11679 | HAVE_XPM=yes | 11662 | HAVE_XPM=yes |
| 11680 | fi | 11663 | fi |
| 11681 | 11664 | ||
| @@ -11727,10 +11710,10 @@ LIBJPEG= | |||
| 11727 | if test "${HAVE_X11}" = "yes"; then | 11710 | if test "${HAVE_X11}" = "yes"; then |
| 11728 | if test "${with_jpeg}" != "no"; then | 11711 | if test "${with_jpeg}" != "no"; then |
| 11729 | ac_fn_c_check_header_mongrel "$LINENO" "jerror.h" "ac_cv_header_jerror_h" "$ac_includes_default" | 11712 | ac_fn_c_check_header_mongrel "$LINENO" "jerror.h" "ac_cv_header_jerror_h" "$ac_includes_default" |
| 11730 | if test "x$ac_cv_header_jerror_h" = xyes; then : | 11713 | if test "x$ac_cv_header_jerror_h" = x""yes; then : |
| 11731 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jpeg_destroy_compress in -ljpeg" >&5 | 11714 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jpeg_destroy_compress in -ljpeg" >&5 |
| 11732 | $as_echo_n "checking for jpeg_destroy_compress in -ljpeg... " >&6; } | 11715 | $as_echo_n "checking for jpeg_destroy_compress in -ljpeg... " >&6; } |
| 11733 | if ${ac_cv_lib_jpeg_jpeg_destroy_compress+:} false; then : | 11716 | if test "${ac_cv_lib_jpeg_jpeg_destroy_compress+set}" = set; then : |
| 11734 | $as_echo_n "(cached) " >&6 | 11717 | $as_echo_n "(cached) " >&6 |
| 11735 | else | 11718 | else |
| 11736 | ac_check_lib_save_LIBS=$LIBS | 11719 | ac_check_lib_save_LIBS=$LIBS |
| @@ -11764,7 +11747,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 11764 | fi | 11747 | fi |
| 11765 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5 | 11748 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5 |
| 11766 | $as_echo "$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6; } | 11749 | $as_echo "$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6; } |
| 11767 | if test "x$ac_cv_lib_jpeg_jpeg_destroy_compress" = xyes; then : | 11750 | if test "x$ac_cv_lib_jpeg_jpeg_destroy_compress" = x""yes; then : |
| 11768 | HAVE_JPEG=yes | 11751 | HAVE_JPEG=yes |
| 11769 | fi | 11752 | fi |
| 11770 | 11753 | ||
| @@ -11823,7 +11806,7 @@ done | |||
| 11823 | if test "$ac_cv_header_png_h" = yes || test "$ac_cv_header_libpng_png_h" = yes ; then | 11806 | if test "$ac_cv_header_png_h" = yes || test "$ac_cv_header_libpng_png_h" = yes ; then |
| 11824 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_get_channels in -lpng" >&5 | 11807 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_get_channels in -lpng" >&5 |
| 11825 | $as_echo_n "checking for png_get_channels in -lpng... " >&6; } | 11808 | $as_echo_n "checking for png_get_channels in -lpng... " >&6; } |
| 11826 | if ${ac_cv_lib_png_png_get_channels+:} false; then : | 11809 | if test "${ac_cv_lib_png_png_get_channels+set}" = set; then : |
| 11827 | $as_echo_n "(cached) " >&6 | 11810 | $as_echo_n "(cached) " >&6 |
| 11828 | else | 11811 | else |
| 11829 | ac_check_lib_save_LIBS=$LIBS | 11812 | ac_check_lib_save_LIBS=$LIBS |
| @@ -11857,7 +11840,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 11857 | fi | 11840 | fi |
| 11858 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_get_channels" >&5 | 11841 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_get_channels" >&5 |
| 11859 | $as_echo "$ac_cv_lib_png_png_get_channels" >&6; } | 11842 | $as_echo "$ac_cv_lib_png_png_get_channels" >&6; } |
| 11860 | if test "x$ac_cv_lib_png_png_get_channels" = xyes; then : | 11843 | if test "x$ac_cv_lib_png_png_get_channels" = x""yes; then : |
| 11861 | HAVE_PNG=yes | 11844 | HAVE_PNG=yes |
| 11862 | fi | 11845 | fi |
| 11863 | 11846 | ||
| @@ -11879,13 +11862,13 @@ LIBTIFF= | |||
| 11879 | if test "${HAVE_X11}" = "yes"; then | 11862 | if test "${HAVE_X11}" = "yes"; then |
| 11880 | if test "${with_tiff}" != "no"; then | 11863 | if test "${with_tiff}" != "no"; then |
| 11881 | ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default" | 11864 | ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default" |
| 11882 | if test "x$ac_cv_header_tiffio_h" = xyes; then : | 11865 | if test "x$ac_cv_header_tiffio_h" = x""yes; then : |
| 11883 | tifflibs="-lz -lm" | 11866 | tifflibs="-lz -lm" |
| 11884 | # At least one tiff package requires the jpeg library. | 11867 | # At least one tiff package requires the jpeg library. |
| 11885 | if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi | 11868 | if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi |
| 11886 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFGetVersion in -ltiff" >&5 | 11869 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFGetVersion in -ltiff" >&5 |
| 11887 | $as_echo_n "checking for TIFFGetVersion in -ltiff... " >&6; } | 11870 | $as_echo_n "checking for TIFFGetVersion in -ltiff... " >&6; } |
| 11888 | if ${ac_cv_lib_tiff_TIFFGetVersion+:} false; then : | 11871 | if test "${ac_cv_lib_tiff_TIFFGetVersion+set}" = set; then : |
| 11889 | $as_echo_n "(cached) " >&6 | 11872 | $as_echo_n "(cached) " >&6 |
| 11890 | else | 11873 | else |
| 11891 | ac_check_lib_save_LIBS=$LIBS | 11874 | ac_check_lib_save_LIBS=$LIBS |
| @@ -11919,7 +11902,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 11919 | fi | 11902 | fi |
| 11920 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5 | 11903 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5 |
| 11921 | $as_echo "$ac_cv_lib_tiff_TIFFGetVersion" >&6; } | 11904 | $as_echo "$ac_cv_lib_tiff_TIFFGetVersion" >&6; } |
| 11922 | if test "x$ac_cv_lib_tiff_TIFFGetVersion" = xyes; then : | 11905 | if test "x$ac_cv_lib_tiff_TIFFGetVersion" = x""yes; then : |
| 11923 | HAVE_TIFF=yes | 11906 | HAVE_TIFF=yes |
| 11924 | fi | 11907 | fi |
| 11925 | 11908 | ||
| @@ -11942,12 +11925,12 @@ HAVE_GIF=no | |||
| 11942 | LIBGIF= | 11925 | LIBGIF= |
| 11943 | if test "${HAVE_X11}" = "yes" && test "${with_gif}" != "no"; then | 11926 | if test "${HAVE_X11}" = "yes" && test "${with_gif}" != "no"; then |
| 11944 | ac_fn_c_check_header_mongrel "$LINENO" "gif_lib.h" "ac_cv_header_gif_lib_h" "$ac_includes_default" | 11927 | ac_fn_c_check_header_mongrel "$LINENO" "gif_lib.h" "ac_cv_header_gif_lib_h" "$ac_includes_default" |
| 11945 | if test "x$ac_cv_header_gif_lib_h" = xyes; then : | 11928 | if test "x$ac_cv_header_gif_lib_h" = x""yes; then : |
| 11946 | # EGifPutExtensionLast only exists from version libungif-4.1.0b1. | 11929 | # EGifPutExtensionLast only exists from version libungif-4.1.0b1. |
| 11947 | # Earlier versions can crash Emacs. | 11930 | # Earlier versions can crash Emacs. |
| 11948 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lgif" >&5 | 11931 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lgif" >&5 |
| 11949 | $as_echo_n "checking for EGifPutExtensionLast in -lgif... " >&6; } | 11932 | $as_echo_n "checking for EGifPutExtensionLast in -lgif... " >&6; } |
| 11950 | if ${ac_cv_lib_gif_EGifPutExtensionLast+:} false; then : | 11933 | if test "${ac_cv_lib_gif_EGifPutExtensionLast+set}" = set; then : |
| 11951 | $as_echo_n "(cached) " >&6 | 11934 | $as_echo_n "(cached) " >&6 |
| 11952 | else | 11935 | else |
| 11953 | ac_check_lib_save_LIBS=$LIBS | 11936 | ac_check_lib_save_LIBS=$LIBS |
| @@ -11981,7 +11964,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 11981 | fi | 11964 | fi |
| 11982 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gif_EGifPutExtensionLast" >&5 | 11965 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gif_EGifPutExtensionLast" >&5 |
| 11983 | $as_echo "$ac_cv_lib_gif_EGifPutExtensionLast" >&6; } | 11966 | $as_echo "$ac_cv_lib_gif_EGifPutExtensionLast" >&6; } |
| 11984 | if test "x$ac_cv_lib_gif_EGifPutExtensionLast" = xyes; then : | 11967 | if test "x$ac_cv_lib_gif_EGifPutExtensionLast" = x""yes; then : |
| 11985 | HAVE_GIF=yes | 11968 | HAVE_GIF=yes |
| 11986 | else | 11969 | else |
| 11987 | HAVE_GIF=maybe | 11970 | HAVE_GIF=maybe |
| @@ -11997,7 +11980,7 @@ fi | |||
| 11997 | # If gif_lib.h but no libgif, try libungif. | 11980 | # If gif_lib.h but no libgif, try libungif. |
| 11998 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lungif" >&5 | 11981 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lungif" >&5 |
| 11999 | $as_echo_n "checking for EGifPutExtensionLast in -lungif... " >&6; } | 11982 | $as_echo_n "checking for EGifPutExtensionLast in -lungif... " >&6; } |
| 12000 | if ${ac_cv_lib_ungif_EGifPutExtensionLast+:} false; then : | 11983 | if test "${ac_cv_lib_ungif_EGifPutExtensionLast+set}" = set; then : |
| 12001 | $as_echo_n "(cached) " >&6 | 11984 | $as_echo_n "(cached) " >&6 |
| 12002 | else | 11985 | else |
| 12003 | ac_check_lib_save_LIBS=$LIBS | 11986 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12031,7 +12014,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12031 | fi | 12014 | fi |
| 12032 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5 | 12015 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5 |
| 12033 | $as_echo "$ac_cv_lib_ungif_EGifPutExtensionLast" >&6; } | 12016 | $as_echo "$ac_cv_lib_ungif_EGifPutExtensionLast" >&6; } |
| 12034 | if test "x$ac_cv_lib_ungif_EGifPutExtensionLast" = xyes; then : | 12017 | if test "x$ac_cv_lib_ungif_EGifPutExtensionLast" = x""yes; then : |
| 12035 | HAVE_GIF=yes | 12018 | HAVE_GIF=yes |
| 12036 | else | 12019 | else |
| 12037 | HAVE_GIF=no | 12020 | HAVE_GIF=no |
| @@ -12078,10 +12061,10 @@ LIBGPM= | |||
| 12078 | MOUSE_SUPPORT= | 12061 | MOUSE_SUPPORT= |
| 12079 | if test "${with_gpm}" != "no"; then | 12062 | if test "${with_gpm}" != "no"; then |
| 12080 | ac_fn_c_check_header_mongrel "$LINENO" "gpm.h" "ac_cv_header_gpm_h" "$ac_includes_default" | 12063 | ac_fn_c_check_header_mongrel "$LINENO" "gpm.h" "ac_cv_header_gpm_h" "$ac_includes_default" |
| 12081 | if test "x$ac_cv_header_gpm_h" = xyes; then : | 12064 | if test "x$ac_cv_header_gpm_h" = x""yes; then : |
| 12082 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Gpm_Open in -lgpm" >&5 | 12065 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Gpm_Open in -lgpm" >&5 |
| 12083 | $as_echo_n "checking for Gpm_Open in -lgpm... " >&6; } | 12066 | $as_echo_n "checking for Gpm_Open in -lgpm... " >&6; } |
| 12084 | if ${ac_cv_lib_gpm_Gpm_Open+:} false; then : | 12067 | if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then : |
| 12085 | $as_echo_n "(cached) " >&6 | 12068 | $as_echo_n "(cached) " >&6 |
| 12086 | else | 12069 | else |
| 12087 | ac_check_lib_save_LIBS=$LIBS | 12070 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12115,7 +12098,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12115 | fi | 12098 | fi |
| 12116 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gpm_Gpm_Open" >&5 | 12099 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gpm_Gpm_Open" >&5 |
| 12117 | $as_echo "$ac_cv_lib_gpm_Gpm_Open" >&6; } | 12100 | $as_echo "$ac_cv_lib_gpm_Gpm_Open" >&6; } |
| 12118 | if test "x$ac_cv_lib_gpm_Gpm_Open" = xyes; then : | 12101 | if test "x$ac_cv_lib_gpm_Gpm_Open" = x""yes; then : |
| 12119 | HAVE_GPM=yes | 12102 | HAVE_GPM=yes |
| 12120 | fi | 12103 | fi |
| 12121 | 12104 | ||
| @@ -12135,7 +12118,7 @@ fi | |||
| 12135 | 12118 | ||
| 12136 | 12119 | ||
| 12137 | ac_fn_c_check_header_mongrel "$LINENO" "malloc/malloc.h" "ac_cv_header_malloc_malloc_h" "$ac_includes_default" | 12120 | ac_fn_c_check_header_mongrel "$LINENO" "malloc/malloc.h" "ac_cv_header_malloc_malloc_h" "$ac_includes_default" |
| 12138 | if test "x$ac_cv_header_malloc_malloc_h" = xyes; then : | 12121 | if test "x$ac_cv_header_malloc_malloc_h" = x""yes; then : |
| 12139 | 12122 | ||
| 12140 | $as_echo "#define HAVE_MALLOC_MALLOC_H 1" >>confdefs.h | 12123 | $as_echo "#define HAVE_MALLOC_MALLOC_H 1" >>confdefs.h |
| 12141 | 12124 | ||
| @@ -12180,10 +12163,10 @@ HAVE_X_SM=no | |||
| 12180 | LIBXSM= | 12163 | LIBXSM= |
| 12181 | if test "${HAVE_X11}" = "yes"; then | 12164 | if test "${HAVE_X11}" = "yes"; then |
| 12182 | ac_fn_c_check_header_mongrel "$LINENO" "X11/SM/SMlib.h" "ac_cv_header_X11_SM_SMlib_h" "$ac_includes_default" | 12165 | ac_fn_c_check_header_mongrel "$LINENO" "X11/SM/SMlib.h" "ac_cv_header_X11_SM_SMlib_h" "$ac_includes_default" |
| 12183 | if test "x$ac_cv_header_X11_SM_SMlib_h" = xyes; then : | 12166 | if test "x$ac_cv_header_X11_SM_SMlib_h" = x""yes; then : |
| 12184 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SmcOpenConnection in -lSM" >&5 | 12167 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SmcOpenConnection in -lSM" >&5 |
| 12185 | $as_echo_n "checking for SmcOpenConnection in -lSM... " >&6; } | 12168 | $as_echo_n "checking for SmcOpenConnection in -lSM... " >&6; } |
| 12186 | if ${ac_cv_lib_SM_SmcOpenConnection+:} false; then : | 12169 | if test "${ac_cv_lib_SM_SmcOpenConnection+set}" = set; then : |
| 12187 | $as_echo_n "(cached) " >&6 | 12170 | $as_echo_n "(cached) " >&6 |
| 12188 | else | 12171 | else |
| 12189 | ac_check_lib_save_LIBS=$LIBS | 12172 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12217,7 +12200,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12217 | fi | 12200 | fi |
| 12218 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_SM_SmcOpenConnection" >&5 | 12201 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_SM_SmcOpenConnection" >&5 |
| 12219 | $as_echo "$ac_cv_lib_SM_SmcOpenConnection" >&6; } | 12202 | $as_echo "$ac_cv_lib_SM_SmcOpenConnection" >&6; } |
| 12220 | if test "x$ac_cv_lib_SM_SmcOpenConnection" = xyes; then : | 12203 | if test "x$ac_cv_lib_SM_SmcOpenConnection" = x""yes; then : |
| 12221 | HAVE_X_SM=yes | 12204 | HAVE_X_SM=yes |
| 12222 | fi | 12205 | fi |
| 12223 | 12206 | ||
| @@ -12248,7 +12231,7 @@ if test "${with_xml2}" != "no"; then | |||
| 12248 | set dummy pkg-config; ac_word=$2 | 12231 | set dummy pkg-config; ac_word=$2 |
| 12249 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 12232 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 12250 | $as_echo_n "checking for $ac_word... " >&6; } | 12233 | $as_echo_n "checking for $ac_word... " >&6; } |
| 12251 | if ${ac_cv_path_PKG_CONFIG+:} false; then : | 12234 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : |
| 12252 | $as_echo_n "(cached) " >&6 | 12235 | $as_echo_n "(cached) " >&6 |
| 12253 | else | 12236 | else |
| 12254 | case $PKG_CONFIG in | 12237 | case $PKG_CONFIG in |
| @@ -12339,7 +12322,7 @@ $as_echo "no" >&6; } | |||
| 12339 | LIBS="$LIBXML2_LIBS $LIBS" | 12322 | LIBS="$LIBXML2_LIBS $LIBS" |
| 12340 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for htmlReadMemory in -lxml2" >&5 | 12323 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for htmlReadMemory in -lxml2" >&5 |
| 12341 | $as_echo_n "checking for htmlReadMemory in -lxml2... " >&6; } | 12324 | $as_echo_n "checking for htmlReadMemory in -lxml2... " >&6; } |
| 12342 | if ${ac_cv_lib_xml2_htmlReadMemory+:} false; then : | 12325 | if test "${ac_cv_lib_xml2_htmlReadMemory+set}" = set; then : |
| 12343 | $as_echo_n "(cached) " >&6 | 12326 | $as_echo_n "(cached) " >&6 |
| 12344 | else | 12327 | else |
| 12345 | ac_check_lib_save_LIBS=$LIBS | 12328 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12373,7 +12356,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12373 | fi | 12356 | fi |
| 12374 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_htmlReadMemory" >&5 | 12357 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_htmlReadMemory" >&5 |
| 12375 | $as_echo "$ac_cv_lib_xml2_htmlReadMemory" >&6; } | 12358 | $as_echo "$ac_cv_lib_xml2_htmlReadMemory" >&6; } |
| 12376 | if test "x$ac_cv_lib_xml2_htmlReadMemory" = xyes; then : | 12359 | if test "x$ac_cv_lib_xml2_htmlReadMemory" = x""yes; then : |
| 12377 | HAVE_LIBXML2=yes | 12360 | HAVE_LIBXML2=yes |
| 12378 | else | 12361 | else |
| 12379 | HAVE_LIBXML2=no | 12362 | HAVE_LIBXML2=no |
| @@ -12395,7 +12378,7 @@ fi | |||
| 12395 | # If netdb.h doesn't declare h_errno, we must declare it by hand. | 12378 | # If netdb.h doesn't declare h_errno, we must declare it by hand. |
| 12396 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether netdb declares h_errno" >&5 | 12379 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether netdb declares h_errno" >&5 |
| 12397 | $as_echo_n "checking whether netdb declares h_errno... " >&6; } | 12380 | $as_echo_n "checking whether netdb declares h_errno... " >&6; } |
| 12398 | if ${emacs_cv_netdb_declares_h_errno+:} false; then : | 12381 | if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then : |
| 12399 | $as_echo_n "(cached) " >&6 | 12382 | $as_echo_n "(cached) " >&6 |
| 12400 | else | 12383 | else |
| 12401 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 12384 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -12425,22 +12408,11 @@ $as_echo "#define HAVE_H_ERRNO 1" >>confdefs.h | |||
| 12425 | 12408 | ||
| 12426 | fi | 12409 | fi |
| 12427 | 12410 | ||
| 12428 | ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" | ||
| 12429 | if test "x$ac_cv_type_size_t" = xyes; then : | ||
| 12430 | |||
| 12431 | else | ||
| 12432 | |||
| 12433 | cat >>confdefs.h <<_ACEOF | ||
| 12434 | #define size_t unsigned int | ||
| 12435 | _ACEOF | ||
| 12436 | |||
| 12437 | fi | ||
| 12438 | |||
| 12439 | # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works | 12411 | # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works |
| 12440 | # for constant arguments. Useless! | 12412 | # for constant arguments. Useless! |
| 12441 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5 | 12413 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5 |
| 12442 | $as_echo_n "checking for working alloca.h... " >&6; } | 12414 | $as_echo_n "checking for working alloca.h... " >&6; } |
| 12443 | if ${ac_cv_working_alloca_h+:} false; then : | 12415 | if test "${ac_cv_working_alloca_h+set}" = set; then : |
| 12444 | $as_echo_n "(cached) " >&6 | 12416 | $as_echo_n "(cached) " >&6 |
| 12445 | else | 12417 | else |
| 12446 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 12418 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -12473,7 +12445,7 @@ fi | |||
| 12473 | 12445 | ||
| 12474 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5 | 12446 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5 |
| 12475 | $as_echo_n "checking for alloca... " >&6; } | 12447 | $as_echo_n "checking for alloca... " >&6; } |
| 12476 | if ${ac_cv_func_alloca_works+:} false; then : | 12448 | if test "${ac_cv_func_alloca_works+set}" = set; then : |
| 12477 | $as_echo_n "(cached) " >&6 | 12449 | $as_echo_n "(cached) " >&6 |
| 12478 | else | 12450 | else |
| 12479 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 12451 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -12492,7 +12464,7 @@ else | |||
| 12492 | #pragma alloca | 12464 | #pragma alloca |
| 12493 | # else | 12465 | # else |
| 12494 | # ifndef alloca /* predefined by HP cc +Olibcalls */ | 12466 | # ifndef alloca /* predefined by HP cc +Olibcalls */ |
| 12495 | void *alloca (size_t); | 12467 | char *alloca (); |
| 12496 | # endif | 12468 | # endif |
| 12497 | # endif | 12469 | # endif |
| 12498 | # endif | 12470 | # endif |
| @@ -12536,7 +12508,7 @@ $as_echo "#define C_ALLOCA 1" >>confdefs.h | |||
| 12536 | 12508 | ||
| 12537 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5 | 12509 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5 |
| 12538 | $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; } | 12510 | $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; } |
| 12539 | if ${ac_cv_os_cray+:} false; then : | 12511 | if test "${ac_cv_os_cray+set}" = set; then : |
| 12540 | $as_echo_n "(cached) " >&6 | 12512 | $as_echo_n "(cached) " >&6 |
| 12541 | else | 12513 | else |
| 12542 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 12514 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -12577,7 +12549,7 @@ fi | |||
| 12577 | 12549 | ||
| 12578 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5 | 12550 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5 |
| 12579 | $as_echo_n "checking stack direction for C alloca... " >&6; } | 12551 | $as_echo_n "checking stack direction for C alloca... " >&6; } |
| 12580 | if ${ac_cv_c_stack_direction+:} false; then : | 12552 | if test "${ac_cv_c_stack_direction+set}" = set; then : |
| 12581 | $as_echo_n "(cached) " >&6 | 12553 | $as_echo_n "(cached) " >&6 |
| 12582 | else | 12554 | else |
| 12583 | if test "$cross_compiling" = yes; then : | 12555 | if test "$cross_compiling" = yes; then : |
| @@ -12634,7 +12606,7 @@ fi | |||
| 12634 | # On HPUX 9.01, -lm does not contain logb, so check for sqrt. | 12606 | # On HPUX 9.01, -lm does not contain logb, so check for sqrt. |
| 12635 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrt in -lm" >&5 | 12607 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrt in -lm" >&5 |
| 12636 | $as_echo_n "checking for sqrt in -lm... " >&6; } | 12608 | $as_echo_n "checking for sqrt in -lm... " >&6; } |
| 12637 | if ${ac_cv_lib_m_sqrt+:} false; then : | 12609 | if test "${ac_cv_lib_m_sqrt+set}" = set; then : |
| 12638 | $as_echo_n "(cached) " >&6 | 12610 | $as_echo_n "(cached) " >&6 |
| 12639 | else | 12611 | else |
| 12640 | ac_check_lib_save_LIBS=$LIBS | 12612 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12668,7 +12640,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12668 | fi | 12640 | fi |
| 12669 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sqrt" >&5 | 12641 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sqrt" >&5 |
| 12670 | $as_echo "$ac_cv_lib_m_sqrt" >&6; } | 12642 | $as_echo "$ac_cv_lib_m_sqrt" >&6; } |
| 12671 | if test "x$ac_cv_lib_m_sqrt" = xyes; then : | 12643 | if test "x$ac_cv_lib_m_sqrt" = x""yes; then : |
| 12672 | cat >>confdefs.h <<_ACEOF | 12644 | cat >>confdefs.h <<_ACEOF |
| 12673 | #define HAVE_LIBM 1 | 12645 | #define HAVE_LIBM 1 |
| 12674 | _ACEOF | 12646 | _ACEOF |
| @@ -12682,7 +12654,7 @@ fi | |||
| 12682 | # have the same check as for liblockfile below. | 12654 | # have the same check as for liblockfile below. |
| 12683 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -lmail" >&5 | 12655 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -lmail" >&5 |
| 12684 | $as_echo_n "checking for maillock in -lmail... " >&6; } | 12656 | $as_echo_n "checking for maillock in -lmail... " >&6; } |
| 12685 | if ${ac_cv_lib_mail_maillock+:} false; then : | 12657 | if test "${ac_cv_lib_mail_maillock+set}" = set; then : |
| 12686 | $as_echo_n "(cached) " >&6 | 12658 | $as_echo_n "(cached) " >&6 |
| 12687 | else | 12659 | else |
| 12688 | ac_check_lib_save_LIBS=$LIBS | 12660 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12716,7 +12688,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12716 | fi | 12688 | fi |
| 12717 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mail_maillock" >&5 | 12689 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mail_maillock" >&5 |
| 12718 | $as_echo "$ac_cv_lib_mail_maillock" >&6; } | 12690 | $as_echo "$ac_cv_lib_mail_maillock" >&6; } |
| 12719 | if test "x$ac_cv_lib_mail_maillock" = xyes; then : | 12691 | if test "x$ac_cv_lib_mail_maillock" = x""yes; then : |
| 12720 | have_mail=yes | 12692 | have_mail=yes |
| 12721 | else | 12693 | else |
| 12722 | have_mail=no | 12694 | have_mail=no |
| @@ -12733,7 +12705,7 @@ else | |||
| 12733 | fi | 12705 | fi |
| 12734 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -llockfile" >&5 | 12706 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -llockfile" >&5 |
| 12735 | $as_echo_n "checking for maillock in -llockfile... " >&6; } | 12707 | $as_echo_n "checking for maillock in -llockfile... " >&6; } |
| 12736 | if ${ac_cv_lib_lockfile_maillock+:} false; then : | 12708 | if test "${ac_cv_lib_lockfile_maillock+set}" = set; then : |
| 12737 | $as_echo_n "(cached) " >&6 | 12709 | $as_echo_n "(cached) " >&6 |
| 12738 | else | 12710 | else |
| 12739 | ac_check_lib_save_LIBS=$LIBS | 12711 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12767,7 +12739,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12767 | fi | 12739 | fi |
| 12768 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lockfile_maillock" >&5 | 12740 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lockfile_maillock" >&5 |
| 12769 | $as_echo "$ac_cv_lib_lockfile_maillock" >&6; } | 12741 | $as_echo "$ac_cv_lib_lockfile_maillock" >&6; } |
| 12770 | if test "x$ac_cv_lib_lockfile_maillock" = xyes; then : | 12742 | if test "x$ac_cv_lib_lockfile_maillock" = x""yes; then : |
| 12771 | have_lockfile=yes | 12743 | have_lockfile=yes |
| 12772 | else | 12744 | else |
| 12773 | have_lockfile=no | 12745 | have_lockfile=no |
| @@ -12787,7 +12759,7 @@ else | |||
| 12787 | set dummy liblockfile.so; ac_word=$2 | 12759 | set dummy liblockfile.so; ac_word=$2 |
| 12788 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 12760 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 12789 | $as_echo_n "checking for $ac_word... " >&6; } | 12761 | $as_echo_n "checking for $ac_word... " >&6; } |
| 12790 | if ${ac_cv_prog_liblockfile+:} false; then : | 12762 | if test "${ac_cv_prog_liblockfile+set}" = set; then : |
| 12791 | $as_echo_n "(cached) " >&6 | 12763 | $as_echo_n "(cached) " >&6 |
| 12792 | else | 12764 | else |
| 12793 | if test -n "$liblockfile"; then | 12765 | if test -n "$liblockfile"; then |
| @@ -12831,7 +12803,7 @@ fi | |||
| 12831 | for ac_func in touchlock | 12803 | for ac_func in touchlock |
| 12832 | do : | 12804 | do : |
| 12833 | ac_fn_c_check_func "$LINENO" "touchlock" "ac_cv_func_touchlock" | 12805 | ac_fn_c_check_func "$LINENO" "touchlock" "ac_cv_func_touchlock" |
| 12834 | if test "x$ac_cv_func_touchlock" = xyes; then : | 12806 | if test "x$ac_cv_func_touchlock" = x""yes; then : |
| 12835 | cat >>confdefs.h <<_ACEOF | 12807 | cat >>confdefs.h <<_ACEOF |
| 12836 | #define HAVE_TOUCHLOCK 1 | 12808 | #define HAVE_TOUCHLOCK 1 |
| 12837 | _ACEOF | 12809 | _ACEOF |
| @@ -12842,7 +12814,7 @@ done | |||
| 12842 | for ac_header in maillock.h | 12814 | for ac_header in maillock.h |
| 12843 | do : | 12815 | do : |
| 12844 | ac_fn_c_check_header_mongrel "$LINENO" "maillock.h" "ac_cv_header_maillock_h" "$ac_includes_default" | 12816 | ac_fn_c_check_header_mongrel "$LINENO" "maillock.h" "ac_cv_header_maillock_h" "$ac_includes_default" |
| 12845 | if test "x$ac_cv_header_maillock_h" = xyes; then : | 12817 | if test "x$ac_cv_header_maillock_h" = x""yes; then : |
| 12846 | cat >>confdefs.h <<_ACEOF | 12818 | cat >>confdefs.h <<_ACEOF |
| 12847 | #define HAVE_MAILLOCK_H 1 | 12819 | #define HAVE_MAILLOCK_H 1 |
| 12848 | _ACEOF | 12820 | _ACEOF |
| @@ -12923,7 +12895,7 @@ done | |||
| 12923 | 12895 | ||
| 12924 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_unwind_init" >&5 | 12896 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_unwind_init" >&5 |
| 12925 | $as_echo_n "checking for __builtin_unwind_init... " >&6; } | 12897 | $as_echo_n "checking for __builtin_unwind_init... " >&6; } |
| 12926 | if ${emacs_cv_func___builtin_unwind_init+:} false; then : | 12898 | if test "${emacs_cv_func___builtin_unwind_init+set}" = set; then : |
| 12927 | $as_echo_n "(cached) " >&6 | 12899 | $as_echo_n "(cached) " >&6 |
| 12928 | else | 12900 | else |
| 12929 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 12901 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -12956,7 +12928,7 @@ fi | |||
| 12956 | for ac_header in sys/un.h | 12928 | for ac_header in sys/un.h |
| 12957 | do : | 12929 | do : |
| 12958 | ac_fn_c_check_header_mongrel "$LINENO" "sys/un.h" "ac_cv_header_sys_un_h" "$ac_includes_default" | 12930 | ac_fn_c_check_header_mongrel "$LINENO" "sys/un.h" "ac_cv_header_sys_un_h" "$ac_includes_default" |
| 12959 | if test "x$ac_cv_header_sys_un_h" = xyes; then : | 12931 | if test "x$ac_cv_header_sys_un_h" = x""yes; then : |
| 12960 | cat >>confdefs.h <<_ACEOF | 12932 | cat >>confdefs.h <<_ACEOF |
| 12961 | #define HAVE_SYS_UN_H 1 | 12933 | #define HAVE_SYS_UN_H 1 |
| 12962 | _ACEOF | 12934 | _ACEOF |
| @@ -12976,7 +12948,7 @@ ac_save_LIBS=$LIBS | |||
| 12976 | 12948 | ||
| 12977 | # Check for getloadavg, but be sure not to touch the cache variable. | 12949 | # Check for getloadavg, but be sure not to touch the cache variable. |
| 12978 | (ac_fn_c_check_func "$LINENO" "getloadavg" "ac_cv_func_getloadavg" | 12950 | (ac_fn_c_check_func "$LINENO" "getloadavg" "ac_cv_func_getloadavg" |
| 12979 | if test "x$ac_cv_func_getloadavg" = xyes; then : | 12951 | if test "x$ac_cv_func_getloadavg" = x""yes; then : |
| 12980 | exit 0 | 12952 | exit 0 |
| 12981 | else | 12953 | else |
| 12982 | exit 1 | 12954 | exit 1 |
| @@ -12987,7 +12959,7 @@ fi | |||
| 12987 | for ac_func in pstat_getdynamic | 12959 | for ac_func in pstat_getdynamic |
| 12988 | do : | 12960 | do : |
| 12989 | ac_fn_c_check_func "$LINENO" "pstat_getdynamic" "ac_cv_func_pstat_getdynamic" | 12961 | ac_fn_c_check_func "$LINENO" "pstat_getdynamic" "ac_cv_func_pstat_getdynamic" |
| 12990 | if test "x$ac_cv_func_pstat_getdynamic" = xyes; then : | 12962 | if test "x$ac_cv_func_pstat_getdynamic" = x""yes; then : |
| 12991 | cat >>confdefs.h <<_ACEOF | 12963 | cat >>confdefs.h <<_ACEOF |
| 12992 | #define HAVE_PSTAT_GETDYNAMIC 1 | 12964 | #define HAVE_PSTAT_GETDYNAMIC 1 |
| 12993 | _ACEOF | 12965 | _ACEOF |
| @@ -12999,7 +12971,7 @@ done | |||
| 12999 | # Solaris has libkstat which does not require root. | 12971 | # Solaris has libkstat which does not require root. |
| 13000 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5 | 12972 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5 |
| 13001 | $as_echo_n "checking for kstat_open in -lkstat... " >&6; } | 12973 | $as_echo_n "checking for kstat_open in -lkstat... " >&6; } |
| 13002 | if ${ac_cv_lib_kstat_kstat_open+:} false; then : | 12974 | if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then : |
| 13003 | $as_echo_n "(cached) " >&6 | 12975 | $as_echo_n "(cached) " >&6 |
| 13004 | else | 12976 | else |
| 13005 | ac_check_lib_save_LIBS=$LIBS | 12977 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13033,7 +13005,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13033 | fi | 13005 | fi |
| 13034 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5 | 13006 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5 |
| 13035 | $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; } | 13007 | $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; } |
| 13036 | if test "x$ac_cv_lib_kstat_kstat_open" = xyes; then : | 13008 | if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then : |
| 13037 | cat >>confdefs.h <<_ACEOF | 13009 | cat >>confdefs.h <<_ACEOF |
| 13038 | #define HAVE_LIBKSTAT 1 | 13010 | #define HAVE_LIBKSTAT 1 |
| 13039 | _ACEOF | 13011 | _ACEOF |
| @@ -13051,7 +13023,7 @@ test $ac_cv_lib_kstat_kstat_open = yes && ac_have_func=yes | |||
| 13051 | if test $ac_have_func = no; then | 13023 | if test $ac_have_func = no; then |
| 13052 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for elf_begin in -lelf" >&5 | 13024 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for elf_begin in -lelf" >&5 |
| 13053 | $as_echo_n "checking for elf_begin in -lelf... " >&6; } | 13025 | $as_echo_n "checking for elf_begin in -lelf... " >&6; } |
| 13054 | if ${ac_cv_lib_elf_elf_begin+:} false; then : | 13026 | if test "${ac_cv_lib_elf_elf_begin+set}" = set; then : |
| 13055 | $as_echo_n "(cached) " >&6 | 13027 | $as_echo_n "(cached) " >&6 |
| 13056 | else | 13028 | else |
| 13057 | ac_check_lib_save_LIBS=$LIBS | 13029 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13085,7 +13057,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13085 | fi | 13057 | fi |
| 13086 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_elf_elf_begin" >&5 | 13058 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_elf_elf_begin" >&5 |
| 13087 | $as_echo "$ac_cv_lib_elf_elf_begin" >&6; } | 13059 | $as_echo "$ac_cv_lib_elf_elf_begin" >&6; } |
| 13088 | if test "x$ac_cv_lib_elf_elf_begin" = xyes; then : | 13060 | if test "x$ac_cv_lib_elf_elf_begin" = x""yes; then : |
| 13089 | LIBS="-lelf $LIBS" | 13061 | LIBS="-lelf $LIBS" |
| 13090 | fi | 13062 | fi |
| 13091 | 13063 | ||
| @@ -13093,7 +13065,7 @@ fi | |||
| 13093 | if test $ac_have_func = no; then | 13065 | if test $ac_have_func = no; then |
| 13094 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kvm_open in -lkvm" >&5 | 13066 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kvm_open in -lkvm" >&5 |
| 13095 | $as_echo_n "checking for kvm_open in -lkvm... " >&6; } | 13067 | $as_echo_n "checking for kvm_open in -lkvm... " >&6; } |
| 13096 | if ${ac_cv_lib_kvm_kvm_open+:} false; then : | 13068 | if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then : |
| 13097 | $as_echo_n "(cached) " >&6 | 13069 | $as_echo_n "(cached) " >&6 |
| 13098 | else | 13070 | else |
| 13099 | ac_check_lib_save_LIBS=$LIBS | 13071 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13127,14 +13099,14 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13127 | fi | 13099 | fi |
| 13128 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kvm_kvm_open" >&5 | 13100 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kvm_kvm_open" >&5 |
| 13129 | $as_echo "$ac_cv_lib_kvm_kvm_open" >&6; } | 13101 | $as_echo "$ac_cv_lib_kvm_kvm_open" >&6; } |
| 13130 | if test "x$ac_cv_lib_kvm_kvm_open" = xyes; then : | 13102 | if test "x$ac_cv_lib_kvm_kvm_open" = x""yes; then : |
| 13131 | LIBS="-lkvm $LIBS" | 13103 | LIBS="-lkvm $LIBS" |
| 13132 | fi | 13104 | fi |
| 13133 | 13105 | ||
| 13134 | # Check for the 4.4BSD definition of getloadavg. | 13106 | # Check for the 4.4BSD definition of getloadavg. |
| 13135 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lutil" >&5 | 13107 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lutil" >&5 |
| 13136 | $as_echo_n "checking for getloadavg in -lutil... " >&6; } | 13108 | $as_echo_n "checking for getloadavg in -lutil... " >&6; } |
| 13137 | if ${ac_cv_lib_util_getloadavg+:} false; then : | 13109 | if test "${ac_cv_lib_util_getloadavg+set}" = set; then : |
| 13138 | $as_echo_n "(cached) " >&6 | 13110 | $as_echo_n "(cached) " >&6 |
| 13139 | else | 13111 | else |
| 13140 | ac_check_lib_save_LIBS=$LIBS | 13112 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13168,7 +13140,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13168 | fi | 13140 | fi |
| 13169 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_util_getloadavg" >&5 | 13141 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_util_getloadavg" >&5 |
| 13170 | $as_echo "$ac_cv_lib_util_getloadavg" >&6; } | 13142 | $as_echo "$ac_cv_lib_util_getloadavg" >&6; } |
| 13171 | if test "x$ac_cv_lib_util_getloadavg" = xyes; then : | 13143 | if test "x$ac_cv_lib_util_getloadavg" = x""yes; then : |
| 13172 | LIBS="-lutil $LIBS" ac_have_func=yes ac_cv_func_getloadavg_setgid=yes | 13144 | LIBS="-lutil $LIBS" ac_have_func=yes ac_cv_func_getloadavg_setgid=yes |
| 13173 | fi | 13145 | fi |
| 13174 | 13146 | ||
| @@ -13181,7 +13153,7 @@ if test $ac_have_func = no; then | |||
| 13181 | LIBS="-L/usr/local/lib $LIBS" | 13153 | LIBS="-L/usr/local/lib $LIBS" |
| 13182 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lgetloadavg" >&5 | 13154 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lgetloadavg" >&5 |
| 13183 | $as_echo_n "checking for getloadavg in -lgetloadavg... " >&6; } | 13155 | $as_echo_n "checking for getloadavg in -lgetloadavg... " >&6; } |
| 13184 | if ${ac_cv_lib_getloadavg_getloadavg+:} false; then : | 13156 | if test "${ac_cv_lib_getloadavg_getloadavg+set}" = set; then : |
| 13185 | $as_echo_n "(cached) " >&6 | 13157 | $as_echo_n "(cached) " >&6 |
| 13186 | else | 13158 | else |
| 13187 | ac_check_lib_save_LIBS=$LIBS | 13159 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13215,7 +13187,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13215 | fi | 13187 | fi |
| 13216 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_getloadavg_getloadavg" >&5 | 13188 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_getloadavg_getloadavg" >&5 |
| 13217 | $as_echo "$ac_cv_lib_getloadavg_getloadavg" >&6; } | 13189 | $as_echo "$ac_cv_lib_getloadavg_getloadavg" >&6; } |
| 13218 | if test "x$ac_cv_lib_getloadavg_getloadavg" = xyes; then : | 13190 | if test "x$ac_cv_lib_getloadavg_getloadavg" = x""yes; then : |
| 13219 | LIBS="-lgetloadavg $LIBS" | 13191 | LIBS="-lgetloadavg $LIBS" |
| 13220 | else | 13192 | else |
| 13221 | LIBS=$ac_getloadavg_LIBS | 13193 | LIBS=$ac_getloadavg_LIBS |
| @@ -13228,7 +13200,7 @@ fi | |||
| 13228 | for ac_func in getloadavg | 13200 | for ac_func in getloadavg |
| 13229 | do : | 13201 | do : |
| 13230 | ac_fn_c_check_func "$LINENO" "getloadavg" "ac_cv_func_getloadavg" | 13202 | ac_fn_c_check_func "$LINENO" "getloadavg" "ac_cv_func_getloadavg" |
| 13231 | if test "x$ac_cv_func_getloadavg" = xyes; then : | 13203 | if test "x$ac_cv_func_getloadavg" = x""yes; then : |
| 13232 | cat >>confdefs.h <<_ACEOF | 13204 | cat >>confdefs.h <<_ACEOF |
| 13233 | #define HAVE_GETLOADAVG 1 | 13205 | #define HAVE_GETLOADAVG 1 |
| 13234 | _ACEOF | 13206 | _ACEOF |
| @@ -13246,14 +13218,14 @@ $as_echo "#define C_GETLOADAVG 1" >>confdefs.h | |||
| 13246 | # Figure out what our getloadavg.c needs. | 13218 | # Figure out what our getloadavg.c needs. |
| 13247 | ac_have_func=no | 13219 | ac_have_func=no |
| 13248 | ac_fn_c_check_header_mongrel "$LINENO" "sys/dg_sys_info.h" "ac_cv_header_sys_dg_sys_info_h" "$ac_includes_default" | 13220 | ac_fn_c_check_header_mongrel "$LINENO" "sys/dg_sys_info.h" "ac_cv_header_sys_dg_sys_info_h" "$ac_includes_default" |
| 13249 | if test "x$ac_cv_header_sys_dg_sys_info_h" = xyes; then : | 13221 | if test "x$ac_cv_header_sys_dg_sys_info_h" = x""yes; then : |
| 13250 | ac_have_func=yes | 13222 | ac_have_func=yes |
| 13251 | 13223 | ||
| 13252 | $as_echo "#define DGUX 1" >>confdefs.h | 13224 | $as_echo "#define DGUX 1" >>confdefs.h |
| 13253 | 13225 | ||
| 13254 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dg_sys_info in -ldgc" >&5 | 13226 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dg_sys_info in -ldgc" >&5 |
| 13255 | $as_echo_n "checking for dg_sys_info in -ldgc... " >&6; } | 13227 | $as_echo_n "checking for dg_sys_info in -ldgc... " >&6; } |
| 13256 | if ${ac_cv_lib_dgc_dg_sys_info+:} false; then : | 13228 | if test "${ac_cv_lib_dgc_dg_sys_info+set}" = set; then : |
| 13257 | $as_echo_n "(cached) " >&6 | 13229 | $as_echo_n "(cached) " >&6 |
| 13258 | else | 13230 | else |
| 13259 | ac_check_lib_save_LIBS=$LIBS | 13231 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13287,7 +13259,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13287 | fi | 13259 | fi |
| 13288 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dgc_dg_sys_info" >&5 | 13260 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dgc_dg_sys_info" >&5 |
| 13289 | $as_echo "$ac_cv_lib_dgc_dg_sys_info" >&6; } | 13261 | $as_echo "$ac_cv_lib_dgc_dg_sys_info" >&6; } |
| 13290 | if test "x$ac_cv_lib_dgc_dg_sys_info" = xyes; then : | 13262 | if test "x$ac_cv_lib_dgc_dg_sys_info" = x""yes; then : |
| 13291 | cat >>confdefs.h <<_ACEOF | 13263 | cat >>confdefs.h <<_ACEOF |
| 13292 | #define HAVE_LIBDGC 1 | 13264 | #define HAVE_LIBDGC 1 |
| 13293 | _ACEOF | 13265 | _ACEOF |
| @@ -13301,7 +13273,7 @@ fi | |||
| 13301 | 13273 | ||
| 13302 | 13274 | ||
| 13303 | ac_fn_c_check_header_mongrel "$LINENO" "locale.h" "ac_cv_header_locale_h" "$ac_includes_default" | 13275 | ac_fn_c_check_header_mongrel "$LINENO" "locale.h" "ac_cv_header_locale_h" "$ac_includes_default" |
| 13304 | if test "x$ac_cv_header_locale_h" = xyes; then : | 13276 | if test "x$ac_cv_header_locale_h" = x""yes; then : |
| 13305 | 13277 | ||
| 13306 | fi | 13278 | fi |
| 13307 | 13279 | ||
| @@ -13309,7 +13281,7 @@ fi | |||
| 13309 | for ac_func in setlocale | 13281 | for ac_func in setlocale |
| 13310 | do : | 13282 | do : |
| 13311 | ac_fn_c_check_func "$LINENO" "setlocale" "ac_cv_func_setlocale" | 13283 | ac_fn_c_check_func "$LINENO" "setlocale" "ac_cv_func_setlocale" |
| 13312 | if test "x$ac_cv_func_setlocale" = xyes; then : | 13284 | if test "x$ac_cv_func_setlocale" = x""yes; then : |
| 13313 | cat >>confdefs.h <<_ACEOF | 13285 | cat >>confdefs.h <<_ACEOF |
| 13314 | #define HAVE_SETLOCALE 1 | 13286 | #define HAVE_SETLOCALE 1 |
| 13315 | _ACEOF | 13287 | _ACEOF |
| @@ -13321,8 +13293,7 @@ done | |||
| 13321 | # We cannot check for <dwarf.h>, because Solaris 2 does not use dwarf (it | 13293 | # We cannot check for <dwarf.h>, because Solaris 2 does not use dwarf (it |
| 13322 | # uses stabs), but it is still SVR4. We cannot check for <elf.h> because | 13294 | # uses stabs), but it is still SVR4. We cannot check for <elf.h> because |
| 13323 | # Irix 4.0.5F has the header but not the library. | 13295 | # Irix 4.0.5F has the header but not the library. |
| 13324 | if test $ac_have_func = no && test "$ac_cv_lib_elf_elf_begin" = yes \ | 13296 | if test $ac_have_func = no && test "$ac_cv_lib_elf_elf_begin" = yes; then |
| 13325 | && test "$ac_cv_lib_kvm_kvm_open" = yes; then | ||
| 13326 | ac_have_func=yes | 13297 | ac_have_func=yes |
| 13327 | 13298 | ||
| 13328 | $as_echo "#define SVR4 1" >>confdefs.h | 13299 | $as_echo "#define SVR4 1" >>confdefs.h |
| @@ -13331,7 +13302,7 @@ fi | |||
| 13331 | 13302 | ||
| 13332 | if test $ac_have_func = no; then | 13303 | if test $ac_have_func = no; then |
| 13333 | ac_fn_c_check_header_mongrel "$LINENO" "inq_stats/cpustats.h" "ac_cv_header_inq_stats_cpustats_h" "$ac_includes_default" | 13304 | ac_fn_c_check_header_mongrel "$LINENO" "inq_stats/cpustats.h" "ac_cv_header_inq_stats_cpustats_h" "$ac_includes_default" |
| 13334 | if test "x$ac_cv_header_inq_stats_cpustats_h" = xyes; then : | 13305 | if test "x$ac_cv_header_inq_stats_cpustats_h" = x""yes; then : |
| 13335 | ac_have_func=yes | 13306 | ac_have_func=yes |
| 13336 | 13307 | ||
| 13337 | $as_echo "#define UMAX 1" >>confdefs.h | 13308 | $as_echo "#define UMAX 1" >>confdefs.h |
| @@ -13346,7 +13317,7 @@ fi | |||
| 13346 | 13317 | ||
| 13347 | if test $ac_have_func = no; then | 13318 | if test $ac_have_func = no; then |
| 13348 | ac_fn_c_check_header_mongrel "$LINENO" "sys/cpustats.h" "ac_cv_header_sys_cpustats_h" "$ac_includes_default" | 13319 | ac_fn_c_check_header_mongrel "$LINENO" "sys/cpustats.h" "ac_cv_header_sys_cpustats_h" "$ac_includes_default" |
| 13349 | if test "x$ac_cv_header_sys_cpustats_h" = xyes; then : | 13320 | if test "x$ac_cv_header_sys_cpustats_h" = x""yes; then : |
| 13350 | ac_have_func=yes; $as_echo "#define UMAX 1" >>confdefs.h | 13321 | ac_have_func=yes; $as_echo "#define UMAX 1" >>confdefs.h |
| 13351 | 13322 | ||
| 13352 | fi | 13323 | fi |
| @@ -13358,7 +13329,7 @@ if test $ac_have_func = no; then | |||
| 13358 | for ac_header in mach/mach.h | 13329 | for ac_header in mach/mach.h |
| 13359 | do : | 13330 | do : |
| 13360 | ac_fn_c_check_header_mongrel "$LINENO" "mach/mach.h" "ac_cv_header_mach_mach_h" "$ac_includes_default" | 13331 | ac_fn_c_check_header_mongrel "$LINENO" "mach/mach.h" "ac_cv_header_mach_mach_h" "$ac_includes_default" |
| 13361 | if test "x$ac_cv_header_mach_mach_h" = xyes; then : | 13332 | if test "x$ac_cv_header_mach_mach_h" = x""yes; then : |
| 13362 | cat >>confdefs.h <<_ACEOF | 13333 | cat >>confdefs.h <<_ACEOF |
| 13363 | #define HAVE_MACH_MACH_H 1 | 13334 | #define HAVE_MACH_MACH_H 1 |
| 13364 | _ACEOF | 13335 | _ACEOF |
| @@ -13372,13 +13343,13 @@ fi | |||
| 13372 | for ac_header in nlist.h | 13343 | for ac_header in nlist.h |
| 13373 | do : | 13344 | do : |
| 13374 | ac_fn_c_check_header_mongrel "$LINENO" "nlist.h" "ac_cv_header_nlist_h" "$ac_includes_default" | 13345 | ac_fn_c_check_header_mongrel "$LINENO" "nlist.h" "ac_cv_header_nlist_h" "$ac_includes_default" |
| 13375 | if test "x$ac_cv_header_nlist_h" = xyes; then : | 13346 | if test "x$ac_cv_header_nlist_h" = x""yes; then : |
| 13376 | cat >>confdefs.h <<_ACEOF | 13347 | cat >>confdefs.h <<_ACEOF |
| 13377 | #define HAVE_NLIST_H 1 | 13348 | #define HAVE_NLIST_H 1 |
| 13378 | _ACEOF | 13349 | _ACEOF |
| 13379 | ac_fn_c_check_member "$LINENO" "struct nlist" "n_un.n_name" "ac_cv_member_struct_nlist_n_un_n_name" "#include <nlist.h> | 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> |
| 13380 | " | 13351 | " |
| 13381 | if test "x$ac_cv_member_struct_nlist_n_un_n_name" = xyes; then : | 13352 | if test "x$ac_cv_member_struct_nlist_n_un_n_name" = x""yes; then : |
| 13382 | 13353 | ||
| 13383 | cat >>confdefs.h <<_ACEOF | 13354 | cat >>confdefs.h <<_ACEOF |
| 13384 | #define HAVE_STRUCT_NLIST_N_UN_N_NAME 1 | 13355 | #define HAVE_STRUCT_NLIST_N_UN_N_NAME 1 |
| @@ -13401,7 +13372,7 @@ done | |||
| 13401 | # Some definitions of getloadavg require that the program be installed setgid. | 13372 | # Some definitions of getloadavg require that the program be installed setgid. |
| 13402 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getloadavg requires setgid" >&5 | 13373 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getloadavg requires setgid" >&5 |
| 13403 | $as_echo_n "checking whether getloadavg requires setgid... " >&6; } | 13374 | $as_echo_n "checking whether getloadavg requires setgid... " >&6; } |
| 13404 | if ${ac_cv_func_getloadavg_setgid+:} false; then : | 13375 | if test "${ac_cv_func_getloadavg_setgid+set}" = set; then : |
| 13405 | $as_echo_n "(cached) " >&6 | 13376 | $as_echo_n "(cached) " >&6 |
| 13406 | else | 13377 | else |
| 13407 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 13378 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -13434,7 +13405,7 @@ fi | |||
| 13434 | if test $ac_cv_func_getloadavg_setgid = yes; then | 13405 | if test $ac_cv_func_getloadavg_setgid = yes; then |
| 13435 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking group of /dev/kmem" >&5 | 13406 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking group of /dev/kmem" >&5 |
| 13436 | $as_echo_n "checking group of /dev/kmem... " >&6; } | 13407 | $as_echo_n "checking group of /dev/kmem... " >&6; } |
| 13437 | if ${ac_cv_group_kmem+:} false; then : | 13408 | if test "${ac_cv_group_kmem+set}" = set; then : |
| 13438 | $as_echo_n "(cached) " >&6 | 13409 | $as_echo_n "(cached) " >&6 |
| 13439 | else | 13410 | else |
| 13440 | # On Solaris, /dev/kmem is a symlink. Get info on the real file. | 13411 | # On Solaris, /dev/kmem is a symlink. Get info on the real file. |
| @@ -13462,7 +13433,7 @@ LIBS=$ac_save_LIBS | |||
| 13462 | 13433 | ||
| 13463 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5 | 13434 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5 |
| 13464 | $as_echo_n "checking for _LARGEFILE_SOURCE value needed for large files... " >&6; } | 13435 | $as_echo_n "checking for _LARGEFILE_SOURCE value needed for large files... " >&6; } |
| 13465 | if ${ac_cv_sys_largefile_source+:} false; then : | 13436 | if test "${ac_cv_sys_largefile_source+set}" = set; then : |
| 13466 | $as_echo_n "(cached) " >&6 | 13437 | $as_echo_n "(cached) " >&6 |
| 13467 | else | 13438 | else |
| 13468 | while :; do | 13439 | while :; do |
| @@ -13531,7 +13502,7 @@ fi | |||
| 13531 | 13502 | ||
| 13532 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getpgrp requires zero arguments" >&5 | 13503 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getpgrp requires zero arguments" >&5 |
| 13533 | $as_echo_n "checking whether getpgrp requires zero arguments... " >&6; } | 13504 | $as_echo_n "checking whether getpgrp requires zero arguments... " >&6; } |
| 13534 | if ${ac_cv_func_getpgrp_void+:} false; then : | 13505 | if test "${ac_cv_func_getpgrp_void+set}" = set; then : |
| 13535 | $as_echo_n "(cached) " >&6 | 13506 | $as_echo_n "(cached) " >&6 |
| 13536 | else | 13507 | else |
| 13537 | # Use it with a single arg. | 13508 | # Use it with a single arg. |
| @@ -13577,7 +13548,7 @@ fi | |||
| 13577 | 13548 | ||
| 13578 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether strtold conforms to C99" >&5 | 13549 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether strtold conforms to C99" >&5 |
| 13579 | $as_echo_n "checking whether strtold conforms to C99... " >&6; } | 13550 | $as_echo_n "checking whether strtold conforms to C99... " >&6; } |
| 13580 | if ${gl_cv_func_c99_strtold+:} false; then : | 13551 | if test "${gl_cv_func_c99_strtold+set}" = set; then : |
| 13581 | $as_echo_n "(cached) " >&6 | 13552 | $as_echo_n "(cached) " >&6 |
| 13582 | else | 13553 | else |
| 13583 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 13554 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -13730,7 +13701,7 @@ $as_echo "#define HAVE_C99_STRTOLD 1" >>confdefs.h | |||
| 13730 | 13701 | ||
| 13731 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the preprocessor supports include_next" >&5 | 13702 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the preprocessor supports include_next" >&5 |
| 13732 | $as_echo_n "checking whether the preprocessor supports include_next... " >&6; } | 13703 | $as_echo_n "checking whether the preprocessor supports include_next... " >&6; } |
| 13733 | if ${gl_cv_have_include_next+:} false; then : | 13704 | if test "${gl_cv_have_include_next+set}" = set; then : |
| 13734 | $as_echo_n "(cached) " >&6 | 13705 | $as_echo_n "(cached) " >&6 |
| 13735 | else | 13706 | else |
| 13736 | rm -rf conftestd1a conftestd1b conftestd2 | 13707 | rm -rf conftestd1a conftestd1b conftestd2 |
| @@ -13810,7 +13781,7 @@ $as_echo "$gl_cv_have_include_next" >&6; } | |||
| 13810 | 13781 | ||
| 13811 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether system header files limit the line length" >&5 | 13782 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether system header files limit the line length" >&5 |
| 13812 | $as_echo_n "checking whether system header files limit the line length... " >&6; } | 13783 | $as_echo_n "checking whether system header files limit the line length... " >&6; } |
| 13813 | if ${gl_cv_pragma_columns+:} false; then : | 13784 | if test "${gl_cv_pragma_columns+set}" = set; then : |
| 13814 | $as_echo_n "(cached) " >&6 | 13785 | $as_echo_n "(cached) " >&6 |
| 13815 | else | 13786 | else |
| 13816 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 13787 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -13860,7 +13831,7 @@ $as_echo "$gl_cv_pragma_columns" >&6; } | |||
| 13860 | else | 13831 | else |
| 13861 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <getopt.h>" >&5 | 13832 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <getopt.h>" >&5 |
| 13862 | $as_echo_n "checking absolute name of <getopt.h>... " >&6; } | 13833 | $as_echo_n "checking absolute name of <getopt.h>... " >&6; } |
| 13863 | if ${gl_cv_next_getopt_h+:} false; then : | 13834 | if test "${gl_cv_next_getopt_h+set}" = set; then : |
| 13864 | $as_echo_n "(cached) " >&6 | 13835 | $as_echo_n "(cached) " >&6 |
| 13865 | else | 13836 | else |
| 13866 | 13837 | ||
| @@ -13919,7 +13890,7 @@ $as_echo "$gl_cv_next_getopt_h" >&6; } | |||
| 13919 | for ac_header in getopt.h | 13890 | for ac_header in getopt.h |
| 13920 | do : | 13891 | do : |
| 13921 | ac_fn_c_check_header_mongrel "$LINENO" "getopt.h" "ac_cv_header_getopt_h" "$ac_includes_default" | 13892 | ac_fn_c_check_header_mongrel "$LINENO" "getopt.h" "ac_cv_header_getopt_h" "$ac_includes_default" |
| 13922 | if test "x$ac_cv_header_getopt_h" = xyes; then : | 13893 | if test "x$ac_cv_header_getopt_h" = x""yes; then : |
| 13923 | cat >>confdefs.h <<_ACEOF | 13894 | cat >>confdefs.h <<_ACEOF |
| 13924 | #define HAVE_GETOPT_H 1 | 13895 | #define HAVE_GETOPT_H 1 |
| 13925 | _ACEOF | 13896 | _ACEOF |
| @@ -13936,7 +13907,7 @@ done | |||
| 13936 | for ac_func in getopt_long_only | 13907 | for ac_func in getopt_long_only |
| 13937 | do : | 13908 | do : |
| 13938 | ac_fn_c_check_func "$LINENO" "getopt_long_only" "ac_cv_func_getopt_long_only" | 13909 | ac_fn_c_check_func "$LINENO" "getopt_long_only" "ac_cv_func_getopt_long_only" |
| 13939 | if test "x$ac_cv_func_getopt_long_only" = xyes; then : | 13910 | if test "x$ac_cv_func_getopt_long_only" = x""yes; then : |
| 13940 | cat >>confdefs.h <<_ACEOF | 13911 | cat >>confdefs.h <<_ACEOF |
| 13941 | #define HAVE_GETOPT_LONG_ONLY 1 | 13912 | #define HAVE_GETOPT_LONG_ONLY 1 |
| 13942 | _ACEOF | 13913 | _ACEOF |
| @@ -13951,7 +13922,7 @@ done | |||
| 13951 | if test -z "$gl_replace_getopt"; then | 13922 | if test -z "$gl_replace_getopt"; then |
| 13952 | ac_fn_c_check_decl "$LINENO" "optreset" "ac_cv_have_decl_optreset" "#include <getopt.h> | 13923 | ac_fn_c_check_decl "$LINENO" "optreset" "ac_cv_have_decl_optreset" "#include <getopt.h> |
| 13953 | " | 13924 | " |
| 13954 | if test "x$ac_cv_have_decl_optreset" = xyes; then : | 13925 | if test "x$ac_cv_have_decl_optreset" = x""yes; then : |
| 13955 | ac_have_decl=1 | 13926 | ac_have_decl=1 |
| 13956 | else | 13927 | else |
| 13957 | ac_have_decl=0 | 13928 | ac_have_decl=0 |
| @@ -13965,7 +13936,7 @@ if test $ac_have_decl = 1; then : | |||
| 13965 | else | 13936 | else |
| 13966 | ac_fn_c_check_decl "$LINENO" "getopt_clip" "ac_cv_have_decl_getopt_clip" "#include <getopt.h> | 13937 | ac_fn_c_check_decl "$LINENO" "getopt_clip" "ac_cv_have_decl_getopt_clip" "#include <getopt.h> |
| 13967 | " | 13938 | " |
| 13968 | if test "x$ac_cv_have_decl_getopt_clip" = xyes; then : | 13939 | if test "x$ac_cv_have_decl_getopt_clip" = x""yes; then : |
| 13969 | ac_have_decl=1 | 13940 | ac_have_decl=1 |
| 13970 | else | 13941 | else |
| 13971 | ac_have_decl=0 | 13942 | ac_have_decl=0 |
| @@ -13983,7 +13954,7 @@ fi | |||
| 13983 | if test -z "$gl_replace_getopt"; then | 13954 | if test -z "$gl_replace_getopt"; then |
| 13984 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getopt is POSIX compatible" >&5 | 13955 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getopt is POSIX compatible" >&5 |
| 13985 | $as_echo_n "checking whether getopt is POSIX compatible... " >&6; } | 13956 | $as_echo_n "checking whether getopt is POSIX compatible... " >&6; } |
| 13986 | if ${gl_cv_func_getopt_posix+:} false; then : | 13957 | if test "${gl_cv_func_getopt_posix+set}" = set; then : |
| 13987 | $as_echo_n "(cached) " >&6 | 13958 | $as_echo_n "(cached) " >&6 |
| 13988 | else | 13959 | else |
| 13989 | 13960 | ||
| @@ -14110,7 +14081,7 @@ $as_echo "$gl_cv_func_getopt_posix" >&6; } | |||
| 14110 | if test -z "$gl_replace_getopt" && test $gl_getopt_required = GNU; then | 14081 | if test -z "$gl_replace_getopt" && test $gl_getopt_required = GNU; then |
| 14111 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working GNU getopt function" >&5 | 14082 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working GNU getopt function" >&5 |
| 14112 | $as_echo_n "checking for working GNU getopt function... " >&6; } | 14083 | $as_echo_n "checking for working GNU getopt function... " >&6; } |
| 14113 | if ${gl_cv_func_getopt_gnu+:} false; then : | 14084 | if test "${gl_cv_func_getopt_gnu+set}" = set; then : |
| 14114 | $as_echo_n "(cached) " >&6 | 14085 | $as_echo_n "(cached) " >&6 |
| 14115 | else | 14086 | else |
| 14116 | # Even with POSIXLY_CORRECT, the GNU extension of leading '-' in the | 14087 | # Even with POSIXLY_CORRECT, the GNU extension of leading '-' in the |
| @@ -14222,7 +14193,7 @@ $as_echo "$gl_cv_func_getopt_gnu" >&6; } | |||
| 14222 | fi | 14193 | fi |
| 14223 | 14194 | ||
| 14224 | ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default" | 14195 | ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default" |
| 14225 | if test "x$ac_cv_have_decl_getenv" = xyes; then : | 14196 | if test "x$ac_cv_have_decl_getenv" = x""yes; then : |
| 14226 | ac_have_decl=1 | 14197 | ac_have_decl=1 |
| 14227 | else | 14198 | else |
| 14228 | ac_have_decl=0 | 14199 | ac_have_decl=0 |
| @@ -14352,7 +14323,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |||
| 14352 | 14323 | ||
| 14353 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5 | 14324 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5 |
| 14354 | $as_echo_n "checking for inline... " >&6; } | 14325 | $as_echo_n "checking for inline... " >&6; } |
| 14355 | if ${ac_cv_c_inline+:} false; then : | 14326 | if test "${ac_cv_c_inline+set}" = set; then : |
| 14356 | $as_echo_n "(cached) " >&6 | 14327 | $as_echo_n "(cached) " >&6 |
| 14357 | else | 14328 | else |
| 14358 | ac_cv_c_inline=no | 14329 | ac_cv_c_inline=no |
| @@ -14400,7 +14371,7 @@ esac | |||
| 14400 | 14371 | ||
| 14401 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wchar_t" >&5 | 14372 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wchar_t" >&5 |
| 14402 | $as_echo_n "checking for wchar_t... " >&6; } | 14373 | $as_echo_n "checking for wchar_t... " >&6; } |
| 14403 | if ${gt_cv_c_wchar_t+:} false; then : | 14374 | if test "${gt_cv_c_wchar_t+set}" = set; then : |
| 14404 | $as_echo_n "(cached) " >&6 | 14375 | $as_echo_n "(cached) " >&6 |
| 14405 | else | 14376 | else |
| 14406 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 14377 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -14432,7 +14403,7 @@ $as_echo "#define HAVE_WCHAR_T 1" >>confdefs.h | |||
| 14432 | 14403 | ||
| 14433 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C/C++ restrict keyword" >&5 | 14404 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C/C++ restrict keyword" >&5 |
| 14434 | $as_echo_n "checking for C/C++ restrict keyword... " >&6; } | 14405 | $as_echo_n "checking for C/C++ restrict keyword... " >&6; } |
| 14435 | if ${ac_cv_c_restrict+:} false; then : | 14406 | if test "${ac_cv_c_restrict+set}" = set; then : |
| 14436 | $as_echo_n "(cached) " >&6 | 14407 | $as_echo_n "(cached) " >&6 |
| 14437 | else | 14408 | else |
| 14438 | ac_cv_c_restrict=no | 14409 | ac_cv_c_restrict=no |
| @@ -14482,7 +14453,7 @@ _ACEOF | |||
| 14482 | 14453 | ||
| 14483 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <time.h>" >&5 | 14454 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <time.h>" >&5 |
| 14484 | $as_echo_n "checking for struct timespec in <time.h>... " >&6; } | 14455 | $as_echo_n "checking for struct timespec in <time.h>... " >&6; } |
| 14485 | if ${gl_cv_sys_struct_timespec_in_time_h+:} false; then : | 14456 | if test "${gl_cv_sys_struct_timespec_in_time_h+set}" = set; then : |
| 14486 | $as_echo_n "(cached) " >&6 | 14457 | $as_echo_n "(cached) " >&6 |
| 14487 | else | 14458 | else |
| 14488 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 14459 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -14515,7 +14486,7 @@ $as_echo "$gl_cv_sys_struct_timespec_in_time_h" >&6; } | |||
| 14515 | else | 14486 | else |
| 14516 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <sys/time.h>" >&5 | 14487 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <sys/time.h>" >&5 |
| 14517 | $as_echo_n "checking for struct timespec in <sys/time.h>... " >&6; } | 14488 | $as_echo_n "checking for struct timespec in <sys/time.h>... " >&6; } |
| 14518 | if ${gl_cv_sys_struct_timespec_in_sys_time_h+:} false; then : | 14489 | if test "${gl_cv_sys_struct_timespec_in_sys_time_h+set}" = set; then : |
| 14519 | $as_echo_n "(cached) " >&6 | 14490 | $as_echo_n "(cached) " >&6 |
| 14520 | else | 14491 | else |
| 14521 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 14492 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -14544,7 +14515,7 @@ $as_echo "$gl_cv_sys_struct_timespec_in_sys_time_h" >&6; } | |||
| 14544 | else | 14515 | else |
| 14545 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <pthread.h>" >&5 | 14516 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <pthread.h>" >&5 |
| 14546 | $as_echo_n "checking for struct timespec in <pthread.h>... " >&6; } | 14517 | $as_echo_n "checking for struct timespec in <pthread.h>... " >&6; } |
| 14547 | if ${gl_cv_sys_struct_timespec_in_pthread_h+:} false; then : | 14518 | if test "${gl_cv_sys_struct_timespec_in_pthread_h+set}" = set; then : |
| 14548 | $as_echo_n "(cached) " >&6 | 14519 | $as_echo_n "(cached) " >&6 |
| 14549 | else | 14520 | else |
| 14550 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 14521 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -14593,7 +14564,7 @@ $as_echo "$gl_cv_sys_struct_timespec_in_pthread_h" >&6; } | |||
| 14593 | else | 14564 | else |
| 14594 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <time.h>" >&5 | 14565 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <time.h>" >&5 |
| 14595 | $as_echo_n "checking absolute name of <time.h>... " >&6; } | 14566 | $as_echo_n "checking absolute name of <time.h>... " >&6; } |
| 14596 | if ${gl_cv_next_time_h+:} false; then : | 14567 | if test "${gl_cv_next_time_h+set}" = set; then : |
| 14597 | $as_echo_n "(cached) " >&6 | 14568 | $as_echo_n "(cached) " >&6 |
| 14598 | else | 14569 | else |
| 14599 | 14570 | ||
| @@ -14636,7 +14607,7 @@ $as_echo "$gl_cv_next_time_h" >&6; } | |||
| 14636 | 14607 | ||
| 14637 | 14608 | ||
| 14638 | ac_fn_c_check_decl "$LINENO" "localtime_r" "ac_cv_have_decl_localtime_r" "$ac_includes_default" | 14609 | ac_fn_c_check_decl "$LINENO" "localtime_r" "ac_cv_have_decl_localtime_r" "$ac_includes_default" |
| 14639 | if test "x$ac_cv_have_decl_localtime_r" = xyes; then : | 14610 | if test "x$ac_cv_have_decl_localtime_r" = x""yes; then : |
| 14640 | ac_have_decl=1 | 14611 | ac_have_decl=1 |
| 14641 | else | 14612 | else |
| 14642 | ac_have_decl=0 | 14613 | ac_have_decl=0 |
| @@ -14747,7 +14718,7 @@ if test $APPLE_UNIVERSAL_BUILD = 1; then | |||
| 14747 | fi | 14718 | fi |
| 14748 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mktime" >&5 | 14719 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mktime" >&5 |
| 14749 | $as_echo_n "checking for working mktime... " >&6; } | 14720 | $as_echo_n "checking for working mktime... " >&6; } |
| 14750 | if ${ac_cv_func_working_mktime+:} false; then : | 14721 | if test "${ac_cv_func_working_mktime+set}" = set; then : |
| 14751 | $as_echo_n "(cached) " >&6 | 14722 | $as_echo_n "(cached) " >&6 |
| 14752 | else | 14723 | else |
| 14753 | if test "$cross_compiling" = yes; then : | 14724 | if test "$cross_compiling" = yes; then : |
| @@ -14997,7 +14968,7 @@ fi | |||
| 14997 | fi | 14968 | fi |
| 14998 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NULL can be used in arbitrary expressions" >&5 | 14969 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NULL can be used in arbitrary expressions" >&5 |
| 14999 | $as_echo_n "checking whether NULL can be used in arbitrary expressions... " >&6; } | 14970 | $as_echo_n "checking whether NULL can be used in arbitrary expressions... " >&6; } |
| 15000 | if ${gl_cv_decl_null_works+:} false; then : | 14971 | if test "${gl_cv_decl_null_works+set}" = set; then : |
| 15001 | $as_echo_n "(cached) " >&6 | 14972 | $as_echo_n "(cached) " >&6 |
| 15002 | else | 14973 | else |
| 15003 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 14974 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -15040,7 +15011,7 @@ $as_echo "$gl_cv_decl_null_works" >&6; } | |||
| 15040 | else | 15011 | else |
| 15041 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stddef.h>" >&5 | 15012 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stddef.h>" >&5 |
| 15042 | $as_echo_n "checking absolute name of <stddef.h>... " >&6; } | 15013 | $as_echo_n "checking absolute name of <stddef.h>... " >&6; } |
| 15043 | if ${gl_cv_next_stddef_h+:} false; then : | 15014 | if test "${gl_cv_next_stddef_h+set}" = set; then : |
| 15044 | $as_echo_n "(cached) " >&6 | 15015 | $as_echo_n "(cached) " >&6 |
| 15045 | else | 15016 | else |
| 15046 | 15017 | ||
| @@ -15103,7 +15074,7 @@ $as_echo "$gl_cv_next_stddef_h" >&6; } | |||
| 15103 | HAVE_LOCALTIME_R=1 | 15074 | HAVE_LOCALTIME_R=1 |
| 15104 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime_r is compatible with its POSIX signature" >&5 | 15075 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime_r is compatible with its POSIX signature" >&5 |
| 15105 | $as_echo_n "checking whether localtime_r is compatible with its POSIX signature... " >&6; } | 15076 | $as_echo_n "checking whether localtime_r is compatible with its POSIX signature... " >&6; } |
| 15106 | if ${gl_cv_time_r_posix+:} false; then : | 15077 | if test "${gl_cv_time_r_posix+set}" = set; then : |
| 15107 | $as_echo_n "(cached) " >&6 | 15078 | $as_echo_n "(cached) " >&6 |
| 15108 | else | 15079 | else |
| 15109 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 15080 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -15185,7 +15156,7 @@ $as_echo "$gl_cv_time_r_posix" >&6; } | |||
| 15185 | else | 15156 | else |
| 15186 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <unistd.h>" >&5 | 15157 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <unistd.h>" >&5 |
| 15187 | $as_echo_n "checking absolute name of <unistd.h>... " >&6; } | 15158 | $as_echo_n "checking absolute name of <unistd.h>... " >&6; } |
| 15188 | if ${gl_cv_next_unistd_h+:} false; then : | 15159 | if test "${gl_cv_next_unistd_h+set}" = set; then : |
| 15189 | $as_echo_n "(cached) " >&6 | 15160 | $as_echo_n "(cached) " >&6 |
| 15190 | else | 15161 | else |
| 15191 | 15162 | ||
| @@ -15243,7 +15214,7 @@ $as_echo "$gl_cv_next_unistd_h" >&6; } | |||
| 15243 | as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` | 15214 | as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` |
| 15244 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 | 15215 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 |
| 15245 | $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } | 15216 | $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } |
| 15246 | if eval \${$as_gl_Symbol+:} false; then : | 15217 | if eval "test \"\${$as_gl_Symbol+set}\"" = set; then : |
| 15247 | $as_echo_n "(cached) " >&6 | 15218 | $as_echo_n "(cached) " >&6 |
| 15248 | else | 15219 | else |
| 15249 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 15220 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -15332,7 +15303,7 @@ fi | |||
| 15332 | for ac_func in strftime | 15303 | for ac_func in strftime |
| 15333 | do : | 15304 | do : |
| 15334 | ac_fn_c_check_func "$LINENO" "strftime" "ac_cv_func_strftime" | 15305 | ac_fn_c_check_func "$LINENO" "strftime" "ac_cv_func_strftime" |
| 15335 | if test "x$ac_cv_func_strftime" = xyes; then : | 15306 | if test "x$ac_cv_func_strftime" = x""yes; then : |
| 15336 | cat >>confdefs.h <<_ACEOF | 15307 | cat >>confdefs.h <<_ACEOF |
| 15337 | #define HAVE_STRFTIME 1 | 15308 | #define HAVE_STRFTIME 1 |
| 15338 | _ACEOF | 15309 | _ACEOF |
| @@ -15341,7 +15312,7 @@ else | |||
| 15341 | # strftime is in -lintl on SCO UNIX. | 15312 | # strftime is in -lintl on SCO UNIX. |
| 15342 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strftime in -lintl" >&5 | 15313 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strftime in -lintl" >&5 |
| 15343 | $as_echo_n "checking for strftime in -lintl... " >&6; } | 15314 | $as_echo_n "checking for strftime in -lintl... " >&6; } |
| 15344 | if ${ac_cv_lib_intl_strftime+:} false; then : | 15315 | if test "${ac_cv_lib_intl_strftime+set}" = set; then : |
| 15345 | $as_echo_n "(cached) " >&6 | 15316 | $as_echo_n "(cached) " >&6 |
| 15346 | else | 15317 | else |
| 15347 | ac_check_lib_save_LIBS=$LIBS | 15318 | ac_check_lib_save_LIBS=$LIBS |
| @@ -15375,7 +15346,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 15375 | fi | 15346 | fi |
| 15376 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_strftime" >&5 | 15347 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_strftime" >&5 |
| 15377 | $as_echo "$ac_cv_lib_intl_strftime" >&6; } | 15348 | $as_echo "$ac_cv_lib_intl_strftime" >&6; } |
| 15378 | if test "x$ac_cv_lib_intl_strftime" = xyes; then : | 15349 | if test "x$ac_cv_lib_intl_strftime" = x""yes; then : |
| 15379 | $as_echo "#define HAVE_STRFTIME 1" >>confdefs.h | 15350 | $as_echo "#define HAVE_STRFTIME 1" >>confdefs.h |
| 15380 | 15351 | ||
| 15381 | LIBS="-lintl $LIBS" | 15352 | LIBS="-lintl $LIBS" |
| @@ -15389,7 +15360,7 @@ done | |||
| 15389 | for ac_func in grantpt | 15360 | for ac_func in grantpt |
| 15390 | do : | 15361 | do : |
| 15391 | ac_fn_c_check_func "$LINENO" "grantpt" "ac_cv_func_grantpt" | 15362 | ac_fn_c_check_func "$LINENO" "grantpt" "ac_cv_func_grantpt" |
| 15392 | if test "x$ac_cv_func_grantpt" = xyes; then : | 15363 | if test "x$ac_cv_func_grantpt" = x""yes; then : |
| 15393 | cat >>confdefs.h <<_ACEOF | 15364 | cat >>confdefs.h <<_ACEOF |
| 15394 | #define HAVE_GRANTPT 1 | 15365 | #define HAVE_GRANTPT 1 |
| 15395 | _ACEOF | 15366 | _ACEOF |
| @@ -15402,7 +15373,7 @@ done | |||
| 15402 | for ac_func in getpt | 15373 | for ac_func in getpt |
| 15403 | do : | 15374 | do : |
| 15404 | ac_fn_c_check_func "$LINENO" "getpt" "ac_cv_func_getpt" | 15375 | ac_fn_c_check_func "$LINENO" "getpt" "ac_cv_func_getpt" |
| 15405 | if test "x$ac_cv_func_getpt" = xyes; then : | 15376 | if test "x$ac_cv_func_getpt" = x""yes; then : |
| 15406 | cat >>confdefs.h <<_ACEOF | 15377 | cat >>confdefs.h <<_ACEOF |
| 15407 | #define HAVE_GETPT 1 | 15378 | #define HAVE_GETPT 1 |
| 15408 | _ACEOF | 15379 | _ACEOF |
| @@ -15419,7 +15390,7 @@ done | |||
| 15419 | have_tputs_et_al=true | 15390 | have_tputs_et_al=true |
| 15420 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tputs" >&5 | 15391 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tputs" >&5 |
| 15421 | $as_echo_n "checking for library containing tputs... " >&6; } | 15392 | $as_echo_n "checking for library containing tputs... " >&6; } |
| 15422 | if ${ac_cv_search_tputs+:} false; then : | 15393 | if test "${ac_cv_search_tputs+set}" = set; then : |
| 15423 | $as_echo_n "(cached) " >&6 | 15394 | $as_echo_n "(cached) " >&6 |
| 15424 | else | 15395 | else |
| 15425 | ac_func_search_save_LIBS=$LIBS | 15396 | ac_func_search_save_LIBS=$LIBS |
| @@ -15453,11 +15424,11 @@ for ac_lib in '' ncurses terminfo termcap; do | |||
| 15453 | fi | 15424 | fi |
| 15454 | rm -f core conftest.err conftest.$ac_objext \ | 15425 | rm -f core conftest.err conftest.$ac_objext \ |
| 15455 | conftest$ac_exeext | 15426 | conftest$ac_exeext |
| 15456 | if ${ac_cv_search_tputs+:} false; then : | 15427 | if test "${ac_cv_search_tputs+set}" = set; then : |
| 15457 | break | 15428 | break |
| 15458 | fi | 15429 | fi |
| 15459 | done | 15430 | done |
| 15460 | if ${ac_cv_search_tputs+:} false; then : | 15431 | if test "${ac_cv_search_tputs+set}" = set; then : |
| 15461 | 15432 | ||
| 15462 | else | 15433 | else |
| 15463 | ac_cv_search_tputs=no | 15434 | ac_cv_search_tputs=no |
| @@ -15516,7 +15487,7 @@ case "$opsys" in | |||
| 15516 | freebsd) | 15487 | freebsd) |
| 15517 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether FreeBSD is new enough to use terminfo" >&5 | 15488 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether FreeBSD is new enough to use terminfo" >&5 |
| 15518 | $as_echo_n "checking whether FreeBSD is new enough to use terminfo... " >&6; } | 15489 | $as_echo_n "checking whether FreeBSD is new enough to use terminfo... " >&6; } |
| 15519 | if ${emacs_cv_freebsd_terminfo+:} false; then : | 15490 | if test "${emacs_cv_freebsd_terminfo+set}" = set; then : |
| 15520 | $as_echo_n "(cached) " >&6 | 15491 | $as_echo_n "(cached) " >&6 |
| 15521 | else | 15492 | else |
| 15522 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 15493 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -15658,16 +15629,16 @@ LIBHESIOD= | |||
| 15658 | if test "$with_hesiod" != no ; then | 15629 | if test "$with_hesiod" != no ; then |
| 15659 | # Don't set $LIBS here -- see comments above. FIXME which comments? | 15630 | # Don't set $LIBS here -- see comments above. FIXME which comments? |
| 15660 | ac_fn_c_check_func "$LINENO" "res_send" "ac_cv_func_res_send" | 15631 | ac_fn_c_check_func "$LINENO" "res_send" "ac_cv_func_res_send" |
| 15661 | if test "x$ac_cv_func_res_send" = xyes; then : | 15632 | if test "x$ac_cv_func_res_send" = x""yes; then : |
| 15662 | 15633 | ||
| 15663 | else | 15634 | else |
| 15664 | ac_fn_c_check_func "$LINENO" "__res_send" "ac_cv_func___res_send" | 15635 | ac_fn_c_check_func "$LINENO" "__res_send" "ac_cv_func___res_send" |
| 15665 | if test "x$ac_cv_func___res_send" = xyes; then : | 15636 | if test "x$ac_cv_func___res_send" = x""yes; then : |
| 15666 | 15637 | ||
| 15667 | else | 15638 | else |
| 15668 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_send in -lresolv" >&5 | 15639 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_send in -lresolv" >&5 |
| 15669 | $as_echo_n "checking for res_send in -lresolv... " >&6; } | 15640 | $as_echo_n "checking for res_send in -lresolv... " >&6; } |
| 15670 | if ${ac_cv_lib_resolv_res_send+:} false; then : | 15641 | if test "${ac_cv_lib_resolv_res_send+set}" = set; then : |
| 15671 | $as_echo_n "(cached) " >&6 | 15642 | $as_echo_n "(cached) " >&6 |
| 15672 | else | 15643 | else |
| 15673 | ac_check_lib_save_LIBS=$LIBS | 15644 | ac_check_lib_save_LIBS=$LIBS |
| @@ -15701,12 +15672,12 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 15701 | fi | 15672 | fi |
| 15702 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_res_send" >&5 | 15673 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_res_send" >&5 |
| 15703 | $as_echo "$ac_cv_lib_resolv_res_send" >&6; } | 15674 | $as_echo "$ac_cv_lib_resolv_res_send" >&6; } |
| 15704 | if test "x$ac_cv_lib_resolv_res_send" = xyes; then : | 15675 | if test "x$ac_cv_lib_resolv_res_send" = x""yes; then : |
| 15705 | resolv=yes | 15676 | resolv=yes |
| 15706 | else | 15677 | else |
| 15707 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __res_send in -lresolv" >&5 | 15678 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __res_send in -lresolv" >&5 |
| 15708 | $as_echo_n "checking for __res_send in -lresolv... " >&6; } | 15679 | $as_echo_n "checking for __res_send in -lresolv... " >&6; } |
| 15709 | if ${ac_cv_lib_resolv___res_send+:} false; then : | 15680 | if test "${ac_cv_lib_resolv___res_send+set}" = set; then : |
| 15710 | $as_echo_n "(cached) " >&6 | 15681 | $as_echo_n "(cached) " >&6 |
| 15711 | else | 15682 | else |
| 15712 | ac_check_lib_save_LIBS=$LIBS | 15683 | ac_check_lib_save_LIBS=$LIBS |
| @@ -15740,7 +15711,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 15740 | fi | 15711 | fi |
| 15741 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv___res_send" >&5 | 15712 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv___res_send" >&5 |
| 15742 | $as_echo "$ac_cv_lib_resolv___res_send" >&6; } | 15713 | $as_echo "$ac_cv_lib_resolv___res_send" >&6; } |
| 15743 | if test "x$ac_cv_lib_resolv___res_send" = xyes; then : | 15714 | if test "x$ac_cv_lib_resolv___res_send" = x""yes; then : |
| 15744 | resolv=yes | 15715 | resolv=yes |
| 15745 | fi | 15716 | fi |
| 15746 | 15717 | ||
| @@ -15756,12 +15727,12 @@ fi | |||
| 15756 | RESOLVLIB= | 15727 | RESOLVLIB= |
| 15757 | fi | 15728 | fi |
| 15758 | ac_fn_c_check_func "$LINENO" "hes_getmailhost" "ac_cv_func_hes_getmailhost" | 15729 | ac_fn_c_check_func "$LINENO" "hes_getmailhost" "ac_cv_func_hes_getmailhost" |
| 15759 | if test "x$ac_cv_func_hes_getmailhost" = xyes; then : | 15730 | if test "x$ac_cv_func_hes_getmailhost" = x""yes; then : |
| 15760 | 15731 | ||
| 15761 | else | 15732 | else |
| 15762 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hes_getmailhost in -lhesiod" >&5 | 15733 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hes_getmailhost in -lhesiod" >&5 |
| 15763 | $as_echo_n "checking for hes_getmailhost in -lhesiod... " >&6; } | 15734 | $as_echo_n "checking for hes_getmailhost in -lhesiod... " >&6; } |
| 15764 | if ${ac_cv_lib_hesiod_hes_getmailhost+:} false; then : | 15735 | if test "${ac_cv_lib_hesiod_hes_getmailhost+set}" = set; then : |
| 15765 | $as_echo_n "(cached) " >&6 | 15736 | $as_echo_n "(cached) " >&6 |
| 15766 | else | 15737 | else |
| 15767 | ac_check_lib_save_LIBS=$LIBS | 15738 | ac_check_lib_save_LIBS=$LIBS |
| @@ -15795,7 +15766,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 15795 | fi | 15766 | fi |
| 15796 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5 | 15767 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5 |
| 15797 | $as_echo "$ac_cv_lib_hesiod_hes_getmailhost" >&6; } | 15768 | $as_echo "$ac_cv_lib_hesiod_hes_getmailhost" >&6; } |
| 15798 | if test "x$ac_cv_lib_hesiod_hes_getmailhost" = xyes; then : | 15769 | if test "x$ac_cv_lib_hesiod_hes_getmailhost" = x""yes; then : |
| 15799 | hesiod=yes | 15770 | hesiod=yes |
| 15800 | else | 15771 | else |
| 15801 | : | 15772 | : |
| @@ -15834,7 +15805,7 @@ KRB4LIB= | |||
| 15834 | if test "${with_kerberos}" != no; then | 15805 | if test "${with_kerberos}" != no; then |
| 15835 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for com_err in -lcom_err" >&5 | 15806 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for com_err in -lcom_err" >&5 |
| 15836 | $as_echo_n "checking for com_err in -lcom_err... " >&6; } | 15807 | $as_echo_n "checking for com_err in -lcom_err... " >&6; } |
| 15837 | if ${ac_cv_lib_com_err_com_err+:} false; then : | 15808 | if test "${ac_cv_lib_com_err_com_err+set}" = set; then : |
| 15838 | $as_echo_n "(cached) " >&6 | 15809 | $as_echo_n "(cached) " >&6 |
| 15839 | else | 15810 | else |
| 15840 | ac_check_lib_save_LIBS=$LIBS | 15811 | ac_check_lib_save_LIBS=$LIBS |
| @@ -15868,7 +15839,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 15868 | fi | 15839 | fi |
| 15869 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_com_err_com_err" >&5 | 15840 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_com_err_com_err" >&5 |
| 15870 | $as_echo "$ac_cv_lib_com_err_com_err" >&6; } | 15841 | $as_echo "$ac_cv_lib_com_err_com_err" >&6; } |
| 15871 | if test "x$ac_cv_lib_com_err_com_err" = xyes; then : | 15842 | if test "x$ac_cv_lib_com_err_com_err" = x""yes; then : |
| 15872 | have_com_err=yes | 15843 | have_com_err=yes |
| 15873 | else | 15844 | else |
| 15874 | have_com_err=no | 15845 | have_com_err=no |
| @@ -15883,7 +15854,7 @@ $as_echo "#define HAVE_LIBCOM_ERR 1" >>confdefs.h | |||
| 15883 | fi | 15854 | fi |
| 15884 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lcrypto" >&5 | 15855 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lcrypto" >&5 |
| 15885 | $as_echo_n "checking for mit_des_cbc_encrypt in -lcrypto... " >&6; } | 15856 | $as_echo_n "checking for mit_des_cbc_encrypt in -lcrypto... " >&6; } |
| 15886 | if ${ac_cv_lib_crypto_mit_des_cbc_encrypt+:} false; then : | 15857 | if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then : |
| 15887 | $as_echo_n "(cached) " >&6 | 15858 | $as_echo_n "(cached) " >&6 |
| 15888 | else | 15859 | else |
| 15889 | ac_check_lib_save_LIBS=$LIBS | 15860 | ac_check_lib_save_LIBS=$LIBS |
| @@ -15917,7 +15888,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 15917 | fi | 15888 | fi |
| 15918 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5 | 15889 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5 |
| 15919 | $as_echo "$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6; } | 15890 | $as_echo "$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6; } |
| 15920 | if test "x$ac_cv_lib_crypto_mit_des_cbc_encrypt" = xyes; then : | 15891 | if test "x$ac_cv_lib_crypto_mit_des_cbc_encrypt" = x""yes; then : |
| 15921 | have_crypto=yes | 15892 | have_crypto=yes |
| 15922 | else | 15893 | else |
| 15923 | have_crypto=no | 15894 | have_crypto=no |
| @@ -15932,7 +15903,7 @@ $as_echo "#define HAVE_LIBCRYPTO 1" >>confdefs.h | |||
| 15932 | fi | 15903 | fi |
| 15933 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lk5crypto" >&5 | 15904 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lk5crypto" >&5 |
| 15934 | $as_echo_n "checking for mit_des_cbc_encrypt in -lk5crypto... " >&6; } | 15905 | $as_echo_n "checking for mit_des_cbc_encrypt in -lk5crypto... " >&6; } |
| 15935 | if ${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+:} false; then : | 15906 | if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then : |
| 15936 | $as_echo_n "(cached) " >&6 | 15907 | $as_echo_n "(cached) " >&6 |
| 15937 | else | 15908 | else |
| 15938 | ac_check_lib_save_LIBS=$LIBS | 15909 | ac_check_lib_save_LIBS=$LIBS |
| @@ -15966,7 +15937,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 15966 | fi | 15937 | fi |
| 15967 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5 | 15938 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5 |
| 15968 | $as_echo "$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6; } | 15939 | $as_echo "$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6; } |
| 15969 | if test "x$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" = xyes; then : | 15940 | if test "x$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" = x""yes; then : |
| 15970 | have_k5crypto=yes | 15941 | have_k5crypto=yes |
| 15971 | else | 15942 | else |
| 15972 | have_k5crypto=no | 15943 | have_k5crypto=no |
| @@ -15981,7 +15952,7 @@ $as_echo "#define HAVE_LIBK5CRYPTO 1" >>confdefs.h | |||
| 15981 | fi | 15952 | fi |
| 15982 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb5_init_context in -lkrb5" >&5 | 15953 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb5_init_context in -lkrb5" >&5 |
| 15983 | $as_echo_n "checking for krb5_init_context in -lkrb5... " >&6; } | 15954 | $as_echo_n "checking for krb5_init_context in -lkrb5... " >&6; } |
| 15984 | if ${ac_cv_lib_krb5_krb5_init_context+:} false; then : | 15955 | if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then : |
| 15985 | $as_echo_n "(cached) " >&6 | 15956 | $as_echo_n "(cached) " >&6 |
| 15986 | else | 15957 | else |
| 15987 | ac_check_lib_save_LIBS=$LIBS | 15958 | ac_check_lib_save_LIBS=$LIBS |
| @@ -16015,7 +15986,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 16015 | fi | 15986 | fi |
| 16016 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb5_krb5_init_context" >&5 | 15987 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb5_krb5_init_context" >&5 |
| 16017 | $as_echo "$ac_cv_lib_krb5_krb5_init_context" >&6; } | 15988 | $as_echo "$ac_cv_lib_krb5_krb5_init_context" >&6; } |
| 16018 | if test "x$ac_cv_lib_krb5_krb5_init_context" = xyes; then : | 15989 | if test "x$ac_cv_lib_krb5_krb5_init_context" = x""yes; then : |
| 16019 | have_krb5=yes | 15990 | have_krb5=yes |
| 16020 | else | 15991 | else |
| 16021 | have_krb5=no | 15992 | have_krb5=no |
| @@ -16031,7 +16002,7 @@ $as_echo "#define HAVE_LIBKRB5 1" >>confdefs.h | |||
| 16031 | if test "${with_kerberos5}" = no; then | 16002 | if test "${with_kerberos5}" = no; then |
| 16032 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes425" >&5 | 16003 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes425" >&5 |
| 16033 | $as_echo_n "checking for des_cbc_encrypt in -ldes425... " >&6; } | 16004 | $as_echo_n "checking for des_cbc_encrypt in -ldes425... " >&6; } |
| 16034 | if ${ac_cv_lib_des425_des_cbc_encrypt+:} false; then : | 16005 | if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then : |
| 16035 | $as_echo_n "(cached) " >&6 | 16006 | $as_echo_n "(cached) " >&6 |
| 16036 | else | 16007 | else |
| 16037 | ac_check_lib_save_LIBS=$LIBS | 16008 | ac_check_lib_save_LIBS=$LIBS |
| @@ -16065,7 +16036,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 16065 | fi | 16036 | fi |
| 16066 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5 | 16037 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5 |
| 16067 | $as_echo "$ac_cv_lib_des425_des_cbc_encrypt" >&6; } | 16038 | $as_echo "$ac_cv_lib_des425_des_cbc_encrypt" >&6; } |
| 16068 | if test "x$ac_cv_lib_des425_des_cbc_encrypt" = xyes; then : | 16039 | if test "x$ac_cv_lib_des425_des_cbc_encrypt" = x""yes; then : |
| 16069 | have_des425=yes | 16040 | have_des425=yes |
| 16070 | else | 16041 | else |
| 16071 | have_des425=no | 16042 | have_des425=no |
| @@ -16080,7 +16051,7 @@ $as_echo "#define HAVE_LIBDES425 1" >>confdefs.h | |||
| 16080 | else | 16051 | else |
| 16081 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes" >&5 | 16052 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes" >&5 |
| 16082 | $as_echo_n "checking for des_cbc_encrypt in -ldes... " >&6; } | 16053 | $as_echo_n "checking for des_cbc_encrypt in -ldes... " >&6; } |
| 16083 | if ${ac_cv_lib_des_des_cbc_encrypt+:} false; then : | 16054 | if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then : |
| 16084 | $as_echo_n "(cached) " >&6 | 16055 | $as_echo_n "(cached) " >&6 |
| 16085 | else | 16056 | else |
| 16086 | ac_check_lib_save_LIBS=$LIBS | 16057 | ac_check_lib_save_LIBS=$LIBS |
| @@ -16114,7 +16085,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 16114 | fi | 16085 | fi |
| 16115 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des_des_cbc_encrypt" >&5 | 16086 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des_des_cbc_encrypt" >&5 |
| 16116 | $as_echo "$ac_cv_lib_des_des_cbc_encrypt" >&6; } | 16087 | $as_echo "$ac_cv_lib_des_des_cbc_encrypt" >&6; } |
| 16117 | if test "x$ac_cv_lib_des_des_cbc_encrypt" = xyes; then : | 16088 | if test "x$ac_cv_lib_des_des_cbc_encrypt" = x""yes; then : |
| 16118 | have_des=yes | 16089 | have_des=yes |
| 16119 | else | 16090 | else |
| 16120 | have_des=no | 16091 | have_des=no |
| @@ -16130,7 +16101,7 @@ $as_echo "#define HAVE_LIBDES 1" >>confdefs.h | |||
| 16130 | fi | 16101 | fi |
| 16131 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb4" >&5 | 16102 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb4" >&5 |
| 16132 | $as_echo_n "checking for krb_get_cred in -lkrb4... " >&6; } | 16103 | $as_echo_n "checking for krb_get_cred in -lkrb4... " >&6; } |
| 16133 | if ${ac_cv_lib_krb4_krb_get_cred+:} false; then : | 16104 | if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then : |
| 16134 | $as_echo_n "(cached) " >&6 | 16105 | $as_echo_n "(cached) " >&6 |
| 16135 | else | 16106 | else |
| 16136 | ac_check_lib_save_LIBS=$LIBS | 16107 | ac_check_lib_save_LIBS=$LIBS |
| @@ -16164,7 +16135,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 16164 | fi | 16135 | fi |
| 16165 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb4_krb_get_cred" >&5 | 16136 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb4_krb_get_cred" >&5 |
| 16166 | $as_echo "$ac_cv_lib_krb4_krb_get_cred" >&6; } | 16137 | $as_echo "$ac_cv_lib_krb4_krb_get_cred" >&6; } |
| 16167 | if test "x$ac_cv_lib_krb4_krb_get_cred" = xyes; then : | 16138 | if test "x$ac_cv_lib_krb4_krb_get_cred" = x""yes; then : |
| 16168 | have_krb4=yes | 16139 | have_krb4=yes |
| 16169 | else | 16140 | else |
| 16170 | have_krb4=no | 16141 | have_krb4=no |
| @@ -16179,7 +16150,7 @@ $as_echo "#define HAVE_LIBKRB4 1" >>confdefs.h | |||
| 16179 | else | 16150 | else |
| 16180 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb" >&5 | 16151 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb" >&5 |
| 16181 | $as_echo_n "checking for krb_get_cred in -lkrb... " >&6; } | 16152 | $as_echo_n "checking for krb_get_cred in -lkrb... " >&6; } |
| 16182 | if ${ac_cv_lib_krb_krb_get_cred+:} false; then : | 16153 | if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then : |
| 16183 | $as_echo_n "(cached) " >&6 | 16154 | $as_echo_n "(cached) " >&6 |
| 16184 | else | 16155 | else |
| 16185 | ac_check_lib_save_LIBS=$LIBS | 16156 | ac_check_lib_save_LIBS=$LIBS |
| @@ -16213,7 +16184,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 16213 | fi | 16184 | fi |
| 16214 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb_krb_get_cred" >&5 | 16185 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb_krb_get_cred" >&5 |
| 16215 | $as_echo "$ac_cv_lib_krb_krb_get_cred" >&6; } | 16186 | $as_echo "$ac_cv_lib_krb_krb_get_cred" >&6; } |
| 16216 | if test "x$ac_cv_lib_krb_krb_get_cred" = xyes; then : | 16187 | if test "x$ac_cv_lib_krb_krb_get_cred" = x""yes; then : |
| 16217 | have_krb=yes | 16188 | have_krb=yes |
| 16218 | else | 16189 | else |
| 16219 | have_krb=no | 16190 | have_krb=no |
| @@ -16233,13 +16204,13 @@ $as_echo "#define HAVE_LIBKRB 1" >>confdefs.h | |||
| 16233 | for ac_header in krb5.h | 16204 | for ac_header in krb5.h |
| 16234 | do : | 16205 | do : |
| 16235 | ac_fn_c_check_header_mongrel "$LINENO" "krb5.h" "ac_cv_header_krb5_h" "$ac_includes_default" | 16206 | ac_fn_c_check_header_mongrel "$LINENO" "krb5.h" "ac_cv_header_krb5_h" "$ac_includes_default" |
| 16236 | if test "x$ac_cv_header_krb5_h" = xyes; then : | 16207 | if test "x$ac_cv_header_krb5_h" = x""yes; then : |
| 16237 | cat >>confdefs.h <<_ACEOF | 16208 | cat >>confdefs.h <<_ACEOF |
| 16238 | #define HAVE_KRB5_H 1 | 16209 | #define HAVE_KRB5_H 1 |
| 16239 | _ACEOF | 16210 | _ACEOF |
| 16240 | ac_fn_c_check_member "$LINENO" "krb5_error" "text" "ac_cv_member_krb5_error_text" "#include <krb5.h> | 16211 | ac_fn_c_check_member "$LINENO" "krb5_error" "text" "ac_cv_member_krb5_error_text" "#include <krb5.h> |
| 16241 | " | 16212 | " |
| 16242 | if test "x$ac_cv_member_krb5_error_text" = xyes; then : | 16213 | if test "x$ac_cv_member_krb5_error_text" = x""yes; then : |
| 16243 | 16214 | ||
| 16244 | cat >>confdefs.h <<_ACEOF | 16215 | cat >>confdefs.h <<_ACEOF |
| 16245 | #define HAVE_KRB5_ERROR_TEXT 1 | 16216 | #define HAVE_KRB5_ERROR_TEXT 1 |
| @@ -16249,7 +16220,7 @@ _ACEOF | |||
| 16249 | fi | 16220 | fi |
| 16250 | ac_fn_c_check_member "$LINENO" "krb5_error" "e_text" "ac_cv_member_krb5_error_e_text" "#include <krb5.h> | 16221 | ac_fn_c_check_member "$LINENO" "krb5_error" "e_text" "ac_cv_member_krb5_error_e_text" "#include <krb5.h> |
| 16251 | " | 16222 | " |
| 16252 | if test "x$ac_cv_member_krb5_error_e_text" = xyes; then : | 16223 | if test "x$ac_cv_member_krb5_error_e_text" = x""yes; then : |
| 16253 | 16224 | ||
| 16254 | cat >>confdefs.h <<_ACEOF | 16225 | cat >>confdefs.h <<_ACEOF |
| 16255 | #define HAVE_KRB5_ERROR_E_TEXT 1 | 16226 | #define HAVE_KRB5_ERROR_E_TEXT 1 |
| @@ -16266,7 +16237,7 @@ done | |||
| 16266 | for ac_header in des.h | 16237 | for ac_header in des.h |
| 16267 | do : | 16238 | do : |
| 16268 | ac_fn_c_check_header_mongrel "$LINENO" "des.h" "ac_cv_header_des_h" "$ac_includes_default" | 16239 | ac_fn_c_check_header_mongrel "$LINENO" "des.h" "ac_cv_header_des_h" "$ac_includes_default" |
| 16269 | if test "x$ac_cv_header_des_h" = xyes; then : | 16240 | if test "x$ac_cv_header_des_h" = x""yes; then : |
| 16270 | cat >>confdefs.h <<_ACEOF | 16241 | cat >>confdefs.h <<_ACEOF |
| 16271 | #define HAVE_DES_H 1 | 16242 | #define HAVE_DES_H 1 |
| 16272 | _ACEOF | 16243 | _ACEOF |
| @@ -16275,7 +16246,7 @@ else | |||
| 16275 | for ac_header in kerberosIV/des.h | 16246 | for ac_header in kerberosIV/des.h |
| 16276 | do : | 16247 | do : |
| 16277 | ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/des.h" "ac_cv_header_kerberosIV_des_h" "$ac_includes_default" | 16248 | ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/des.h" "ac_cv_header_kerberosIV_des_h" "$ac_includes_default" |
| 16278 | if test "x$ac_cv_header_kerberosIV_des_h" = xyes; then : | 16249 | if test "x$ac_cv_header_kerberosIV_des_h" = x""yes; then : |
| 16279 | cat >>confdefs.h <<_ACEOF | 16250 | cat >>confdefs.h <<_ACEOF |
| 16280 | #define HAVE_KERBEROSIV_DES_H 1 | 16251 | #define HAVE_KERBEROSIV_DES_H 1 |
| 16281 | _ACEOF | 16252 | _ACEOF |
| @@ -16284,7 +16255,7 @@ else | |||
| 16284 | for ac_header in kerberos/des.h | 16255 | for ac_header in kerberos/des.h |
| 16285 | do : | 16256 | do : |
| 16286 | ac_fn_c_check_header_mongrel "$LINENO" "kerberos/des.h" "ac_cv_header_kerberos_des_h" "$ac_includes_default" | 16257 | ac_fn_c_check_header_mongrel "$LINENO" "kerberos/des.h" "ac_cv_header_kerberos_des_h" "$ac_includes_default" |
| 16287 | if test "x$ac_cv_header_kerberos_des_h" = xyes; then : | 16258 | if test "x$ac_cv_header_kerberos_des_h" = x""yes; then : |
| 16288 | cat >>confdefs.h <<_ACEOF | 16259 | cat >>confdefs.h <<_ACEOF |
| 16289 | #define HAVE_KERBEROS_DES_H 1 | 16260 | #define HAVE_KERBEROS_DES_H 1 |
| 16290 | _ACEOF | 16261 | _ACEOF |
| @@ -16304,7 +16275,7 @@ done | |||
| 16304 | for ac_header in krb.h | 16275 | for ac_header in krb.h |
| 16305 | do : | 16276 | do : |
| 16306 | ac_fn_c_check_header_mongrel "$LINENO" "krb.h" "ac_cv_header_krb_h" "$ac_includes_default" | 16277 | ac_fn_c_check_header_mongrel "$LINENO" "krb.h" "ac_cv_header_krb_h" "$ac_includes_default" |
| 16307 | if test "x$ac_cv_header_krb_h" = xyes; then : | 16278 | if test "x$ac_cv_header_krb_h" = x""yes; then : |
| 16308 | cat >>confdefs.h <<_ACEOF | 16279 | cat >>confdefs.h <<_ACEOF |
| 16309 | #define HAVE_KRB_H 1 | 16280 | #define HAVE_KRB_H 1 |
| 16310 | _ACEOF | 16281 | _ACEOF |
| @@ -16313,7 +16284,7 @@ else | |||
| 16313 | for ac_header in kerberosIV/krb.h | 16284 | for ac_header in kerberosIV/krb.h |
| 16314 | do : | 16285 | do : |
| 16315 | ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/krb.h" "ac_cv_header_kerberosIV_krb_h" "$ac_includes_default" | 16286 | ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/krb.h" "ac_cv_header_kerberosIV_krb_h" "$ac_includes_default" |
| 16316 | if test "x$ac_cv_header_kerberosIV_krb_h" = xyes; then : | 16287 | if test "x$ac_cv_header_kerberosIV_krb_h" = x""yes; then : |
| 16317 | cat >>confdefs.h <<_ACEOF | 16288 | cat >>confdefs.h <<_ACEOF |
| 16318 | #define HAVE_KERBEROSIV_KRB_H 1 | 16289 | #define HAVE_KERBEROSIV_KRB_H 1 |
| 16319 | _ACEOF | 16290 | _ACEOF |
| @@ -16322,7 +16293,7 @@ else | |||
| 16322 | for ac_header in kerberos/krb.h | 16293 | for ac_header in kerberos/krb.h |
| 16323 | do : | 16294 | do : |
| 16324 | ac_fn_c_check_header_mongrel "$LINENO" "kerberos/krb.h" "ac_cv_header_kerberos_krb_h" "$ac_includes_default" | 16295 | ac_fn_c_check_header_mongrel "$LINENO" "kerberos/krb.h" "ac_cv_header_kerberos_krb_h" "$ac_includes_default" |
| 16325 | if test "x$ac_cv_header_kerberos_krb_h" = xyes; then : | 16296 | if test "x$ac_cv_header_kerberos_krb_h" = x""yes; then : |
| 16326 | cat >>confdefs.h <<_ACEOF | 16297 | cat >>confdefs.h <<_ACEOF |
| 16327 | #define HAVE_KERBEROS_KRB_H 1 | 16298 | #define HAVE_KERBEROS_KRB_H 1 |
| 16328 | _ACEOF | 16299 | _ACEOF |
| @@ -16343,7 +16314,7 @@ done | |||
| 16343 | for ac_header in com_err.h | 16314 | for ac_header in com_err.h |
| 16344 | do : | 16315 | do : |
| 16345 | ac_fn_c_check_header_mongrel "$LINENO" "com_err.h" "ac_cv_header_com_err_h" "$ac_includes_default" | 16316 | ac_fn_c_check_header_mongrel "$LINENO" "com_err.h" "ac_cv_header_com_err_h" "$ac_includes_default" |
| 16346 | if test "x$ac_cv_header_com_err_h" = xyes; then : | 16317 | if test "x$ac_cv_header_com_err_h" = x""yes; then : |
| 16347 | cat >>confdefs.h <<_ACEOF | 16318 | cat >>confdefs.h <<_ACEOF |
| 16348 | #define HAVE_COM_ERR_H 1 | 16319 | #define HAVE_COM_ERR_H 1 |
| 16349 | _ACEOF | 16320 | _ACEOF |
| @@ -16364,7 +16335,7 @@ fi | |||
| 16364 | # to return localized messages. | 16335 | # to return localized messages. |
| 16365 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgettext in -lintl" >&5 | 16336 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgettext in -lintl" >&5 |
| 16366 | $as_echo_n "checking for dgettext in -lintl... " >&6; } | 16337 | $as_echo_n "checking for dgettext in -lintl... " >&6; } |
| 16367 | if ${ac_cv_lib_intl_dgettext+:} false; then : | 16338 | if test "${ac_cv_lib_intl_dgettext+set}" = set; then : |
| 16368 | $as_echo_n "(cached) " >&6 | 16339 | $as_echo_n "(cached) " >&6 |
| 16369 | else | 16340 | else |
| 16370 | ac_check_lib_save_LIBS=$LIBS | 16341 | ac_check_lib_save_LIBS=$LIBS |
| @@ -16398,7 +16369,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 16398 | fi | 16369 | fi |
| 16399 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dgettext" >&5 | 16370 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dgettext" >&5 |
| 16400 | $as_echo "$ac_cv_lib_intl_dgettext" >&6; } | 16371 | $as_echo "$ac_cv_lib_intl_dgettext" >&6; } |
| 16401 | if test "x$ac_cv_lib_intl_dgettext" = xyes; then : | 16372 | if test "x$ac_cv_lib_intl_dgettext" = x""yes; then : |
| 16402 | cat >>confdefs.h <<_ACEOF | 16373 | cat >>confdefs.h <<_ACEOF |
| 16403 | #define HAVE_LIBINTL 1 | 16374 | #define HAVE_LIBINTL 1 |
| 16404 | _ACEOF | 16375 | _ACEOF |
| @@ -16410,7 +16381,7 @@ fi | |||
| 16410 | 16381 | ||
| 16411 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime caches TZ" >&5 | 16382 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime caches TZ" >&5 |
| 16412 | $as_echo_n "checking whether localtime caches TZ... " >&6; } | 16383 | $as_echo_n "checking whether localtime caches TZ... " >&6; } |
| 16413 | if ${emacs_cv_localtime_cache+:} false; then : | 16384 | if test "${emacs_cv_localtime_cache+set}" = set; then : |
| 16414 | $as_echo_n "(cached) " >&6 | 16385 | $as_echo_n "(cached) " >&6 |
| 16415 | else | 16386 | else |
| 16416 | if test x$ac_cv_func_tzset = xyes; then | 16387 | if test x$ac_cv_func_tzset = xyes; then |
| @@ -16469,7 +16440,7 @@ if test "x$HAVE_TIMEVAL" = xyes; then | |||
| 16469 | for ac_func in gettimeofday | 16440 | for ac_func in gettimeofday |
| 16470 | do : | 16441 | do : |
| 16471 | ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday" | 16442 | ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday" |
| 16472 | if test "x$ac_cv_func_gettimeofday" = xyes; then : | 16443 | if test "x$ac_cv_func_gettimeofday" = x""yes; then : |
| 16473 | cat >>confdefs.h <<_ACEOF | 16444 | cat >>confdefs.h <<_ACEOF |
| 16474 | #define HAVE_GETTIMEOFDAY 1 | 16445 | #define HAVE_GETTIMEOFDAY 1 |
| 16475 | _ACEOF | 16446 | _ACEOF |
| @@ -16480,7 +16451,7 @@ done | |||
| 16480 | if test $ac_cv_func_gettimeofday = yes; then | 16451 | if test $ac_cv_func_gettimeofday = yes; then |
| 16481 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gettimeofday can accept two arguments" >&5 | 16452 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gettimeofday can accept two arguments" >&5 |
| 16482 | $as_echo_n "checking whether gettimeofday can accept two arguments... " >&6; } | 16453 | $as_echo_n "checking whether gettimeofday can accept two arguments... " >&6; } |
| 16483 | if ${emacs_cv_gettimeofday_two_arguments+:} false; then : | 16454 | if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then : |
| 16484 | $as_echo_n "(cached) " >&6 | 16455 | $as_echo_n "(cached) " >&6 |
| 16485 | else | 16456 | else |
| 16486 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 16457 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -16524,7 +16495,7 @@ fi | |||
| 16524 | 16495 | ||
| 16525 | ok_so_far=yes | 16496 | ok_so_far=yes |
| 16526 | ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket" | 16497 | ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket" |
| 16527 | if test "x$ac_cv_func_socket" = xyes; then : | 16498 | if test "x$ac_cv_func_socket" = x""yes; then : |
| 16528 | 16499 | ||
| 16529 | else | 16500 | else |
| 16530 | ok_so_far=no | 16501 | ok_so_far=no |
| @@ -16532,7 +16503,7 @@ fi | |||
| 16532 | 16503 | ||
| 16533 | if test $ok_so_far = yes; then | 16504 | if test $ok_so_far = yes; then |
| 16534 | ac_fn_c_check_header_mongrel "$LINENO" "netinet/in.h" "ac_cv_header_netinet_in_h" "$ac_includes_default" | 16505 | ac_fn_c_check_header_mongrel "$LINENO" "netinet/in.h" "ac_cv_header_netinet_in_h" "$ac_includes_default" |
| 16535 | if test "x$ac_cv_header_netinet_in_h" = xyes; then : | 16506 | if test "x$ac_cv_header_netinet_in_h" = x""yes; then : |
| 16536 | 16507 | ||
| 16537 | else | 16508 | else |
| 16538 | ok_so_far=no | 16509 | ok_so_far=no |
| @@ -16542,7 +16513,7 @@ fi | |||
| 16542 | fi | 16513 | fi |
| 16543 | if test $ok_so_far = yes; then | 16514 | if test $ok_so_far = yes; then |
| 16544 | ac_fn_c_check_header_mongrel "$LINENO" "arpa/inet.h" "ac_cv_header_arpa_inet_h" "$ac_includes_default" | 16515 | ac_fn_c_check_header_mongrel "$LINENO" "arpa/inet.h" "ac_cv_header_arpa_inet_h" "$ac_includes_default" |
| 16545 | if test "x$ac_cv_header_arpa_inet_h" = xyes; then : | 16516 | if test "x$ac_cv_header_arpa_inet_h" = x""yes; then : |
| 16546 | 16517 | ||
| 16547 | else | 16518 | else |
| 16548 | ok_so_far=no | 16519 | ok_so_far=no |
| @@ -16576,7 +16547,7 @@ $as_echo "no" >&6; } | |||
| 16576 | fi | 16547 | fi |
| 16577 | 16548 | ||
| 16578 | ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default" | 16549 | ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default" |
| 16579 | if test "x$ac_cv_type_pid_t" = xyes; then : | 16550 | if test "x$ac_cv_type_pid_t" = x""yes; then : |
| 16580 | 16551 | ||
| 16581 | else | 16552 | else |
| 16582 | 16553 | ||
| @@ -16589,7 +16560,7 @@ fi | |||
| 16589 | for ac_header in vfork.h | 16560 | for ac_header in vfork.h |
| 16590 | do : | 16561 | do : |
| 16591 | ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default" | 16562 | ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default" |
| 16592 | if test "x$ac_cv_header_vfork_h" = xyes; then : | 16563 | if test "x$ac_cv_header_vfork_h" = x""yes; then : |
| 16593 | cat >>confdefs.h <<_ACEOF | 16564 | cat >>confdefs.h <<_ACEOF |
| 16594 | #define HAVE_VFORK_H 1 | 16565 | #define HAVE_VFORK_H 1 |
| 16595 | _ACEOF | 16566 | _ACEOF |
| @@ -16613,7 +16584,7 @@ done | |||
| 16613 | if test "x$ac_cv_func_fork" = xyes; then | 16584 | if test "x$ac_cv_func_fork" = xyes; then |
| 16614 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5 | 16585 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5 |
| 16615 | $as_echo_n "checking for working fork... " >&6; } | 16586 | $as_echo_n "checking for working fork... " >&6; } |
| 16616 | if ${ac_cv_func_fork_works+:} false; then : | 16587 | if test "${ac_cv_func_fork_works+set}" = set; then : |
| 16617 | $as_echo_n "(cached) " >&6 | 16588 | $as_echo_n "(cached) " >&6 |
| 16618 | else | 16589 | else |
| 16619 | if test "$cross_compiling" = yes; then : | 16590 | if test "$cross_compiling" = yes; then : |
| @@ -16666,7 +16637,7 @@ ac_cv_func_vfork_works=$ac_cv_func_vfork | |||
| 16666 | if test "x$ac_cv_func_vfork" = xyes; then | 16637 | if test "x$ac_cv_func_vfork" = xyes; then |
| 16667 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5 | 16638 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5 |
| 16668 | $as_echo_n "checking for working vfork... " >&6; } | 16639 | $as_echo_n "checking for working vfork... " >&6; } |
| 16669 | if ${ac_cv_func_vfork_works+:} false; then : | 16640 | if test "${ac_cv_func_vfork_works+set}" = set; then : |
| 16670 | $as_echo_n "(cached) " >&6 | 16641 | $as_echo_n "(cached) " >&6 |
| 16671 | else | 16642 | else |
| 16672 | if test "$cross_compiling" = yes; then : | 16643 | if test "$cross_compiling" = yes; then : |
| @@ -16802,7 +16773,7 @@ fi | |||
| 16802 | 16773 | ||
| 16803 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5 | 16774 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5 |
| 16804 | $as_echo_n "checking for nl_langinfo and CODESET... " >&6; } | 16775 | $as_echo_n "checking for nl_langinfo and CODESET... " >&6; } |
| 16805 | if ${emacs_cv_langinfo_codeset+:} false; then : | 16776 | if test "${emacs_cv_langinfo_codeset+set}" = set; then : |
| 16806 | $as_echo_n "(cached) " >&6 | 16777 | $as_echo_n "(cached) " >&6 |
| 16807 | else | 16778 | else |
| 16808 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 16779 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -16834,7 +16805,7 @@ $as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h | |||
| 16834 | fi | 16805 | fi |
| 16835 | 16806 | ||
| 16836 | ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" | 16807 | ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" |
| 16837 | if test "x$ac_cv_type_size_t" = xyes; then : | 16808 | if test "x$ac_cv_type_size_t" = x""yes; then : |
| 16838 | 16809 | ||
| 16839 | cat >>confdefs.h <<_ACEOF | 16810 | cat >>confdefs.h <<_ACEOF |
| 16840 | #define HAVE_SIZE_T 1 | 16811 | #define HAVE_SIZE_T 1 |
| @@ -16846,7 +16817,7 @@ fi | |||
| 16846 | 16817 | ||
| 16847 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5 | 16818 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5 |
| 16848 | $as_echo_n "checking for mbstate_t... " >&6; } | 16819 | $as_echo_n "checking for mbstate_t... " >&6; } |
| 16849 | if ${ac_cv_type_mbstate_t+:} false; then : | 16820 | if test "${ac_cv_type_mbstate_t+set}" = set; then : |
| 16850 | $as_echo_n "(cached) " >&6 | 16821 | $as_echo_n "(cached) " >&6 |
| 16851 | else | 16822 | else |
| 16852 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 16823 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -16882,7 +16853,7 @@ $as_echo "#define mbstate_t int" >>confdefs.h | |||
| 16882 | 16853 | ||
| 16883 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C restricted array declarations" >&5 | 16854 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C restricted array declarations" >&5 |
| 16884 | $as_echo_n "checking for C restricted array declarations... " >&6; } | 16855 | $as_echo_n "checking for C restricted array declarations... " >&6; } |
| 16885 | if ${emacs_cv_c_restrict_arr+:} false; then : | 16856 | if test "${emacs_cv_c_restrict_arr+set}" = set; then : |
| 16886 | $as_echo_n "(cached) " >&6 | 16857 | $as_echo_n "(cached) " >&6 |
| 16887 | else | 16858 | else |
| 16888 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 16859 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -17481,21 +17452,10 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; | |||
| 17481 | :end' >>confcache | 17452 | :end' >>confcache |
| 17482 | if diff "$cache_file" confcache >/dev/null 2>&1; then :; else | 17453 | if diff "$cache_file" confcache >/dev/null 2>&1; then :; else |
| 17483 | if test -w "$cache_file"; then | 17454 | if test -w "$cache_file"; then |
| 17484 | if test "x$cache_file" != "x/dev/null"; then | 17455 | test "x$cache_file" != "x/dev/null" && |
| 17485 | { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 | 17456 | { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 |
| 17486 | $as_echo "$as_me: updating cache $cache_file" >&6;} | 17457 | $as_echo "$as_me: updating cache $cache_file" >&6;} |
| 17487 | if test ! -f "$cache_file" || test -h "$cache_file"; then | 17458 | cat confcache >$cache_file |
| 17488 | cat confcache >"$cache_file" | ||
| 17489 | else | ||
| 17490 | case $cache_file in #( | ||
| 17491 | */* | ?:*) | ||
| 17492 | mv -f confcache "$cache_file"$$ && | ||
| 17493 | mv -f "$cache_file"$$ "$cache_file" ;; #( | ||
| 17494 | *) | ||
| 17495 | mv -f confcache "$cache_file" ;; | ||
| 17496 | esac | ||
| 17497 | fi | ||
| 17498 | fi | ||
| 17499 | else | 17459 | else |
| 17500 | { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 | 17460 | { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 |
| 17501 | $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} | 17461 | $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} |
| @@ -17580,7 +17540,7 @@ fi | |||
| 17580 | 17540 | ||
| 17581 | 17541 | ||
| 17582 | 17542 | ||
| 17583 | : "${CONFIG_STATUS=./config.status}" | 17543 | : ${CONFIG_STATUS=./config.status} |
| 17584 | ac_write_fail=0 | 17544 | ac_write_fail=0 |
| 17585 | ac_clean_files_save=$ac_clean_files | 17545 | ac_clean_files_save=$ac_clean_files |
| 17586 | ac_clean_files="$ac_clean_files $CONFIG_STATUS" | 17546 | ac_clean_files="$ac_clean_files $CONFIG_STATUS" |
| @@ -17681,7 +17641,6 @@ fi | |||
| 17681 | IFS=" "" $as_nl" | 17641 | IFS=" "" $as_nl" |
| 17682 | 17642 | ||
| 17683 | # Find who we are. Look in the path if we contain no directory separator. | 17643 | # Find who we are. Look in the path if we contain no directory separator. |
| 17684 | as_myself= | ||
| 17685 | case $0 in #(( | 17644 | case $0 in #(( |
| 17686 | *[\\/]* ) as_myself=$0 ;; | 17645 | *[\\/]* ) as_myself=$0 ;; |
| 17687 | *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | 17646 | *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| @@ -17989,7 +17948,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | |||
| 17989 | # values after options handling. | 17948 | # values after options handling. |
| 17990 | ac_log=" | 17949 | ac_log=" |
| 17991 | This file was extended by emacs $as_me 24.0.50, which was | 17950 | This file was extended by emacs $as_me 24.0.50, which was |
| 17992 | generated by GNU Autoconf 2.68. Invocation command line was | 17951 | generated by GNU Autoconf 2.67. Invocation command line was |
| 17993 | 17952 | ||
| 17994 | CONFIG_FILES = $CONFIG_FILES | 17953 | CONFIG_FILES = $CONFIG_FILES |
| 17995 | CONFIG_HEADERS = $CONFIG_HEADERS | 17954 | CONFIG_HEADERS = $CONFIG_HEADERS |
| @@ -18055,7 +18014,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |||
| 18055 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | 18014 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 18056 | ac_cs_version="\\ | 18015 | ac_cs_version="\\ |
| 18057 | emacs config.status 24.0.50 | 18016 | emacs config.status 24.0.50 |
| 18058 | configured by $0, generated by GNU Autoconf 2.68, | 18017 | configured by $0, generated by GNU Autoconf 2.67, |
| 18059 | with options \\"\$ac_cs_config\\" | 18018 | with options \\"\$ac_cs_config\\" |
| 18060 | 18019 | ||
| 18061 | Copyright (C) 2010 Free Software Foundation, Inc. | 18020 | Copyright (C) 2010 Free Software Foundation, Inc. |
| @@ -18201,7 +18160,7 @@ do | |||
| 18201 | "test/automated/Makefile") CONFIG_FILES="$CONFIG_FILES test/automated/Makefile" ;; | 18160 | "test/automated/Makefile") CONFIG_FILES="$CONFIG_FILES test/automated/Makefile" ;; |
| 18202 | "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; | 18161 | "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; |
| 18203 | 18162 | ||
| 18204 | *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; | 18163 | *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;; |
| 18205 | esac | 18164 | esac |
| 18206 | done | 18165 | done |
| 18207 | 18166 | ||
| @@ -18224,10 +18183,9 @@ fi | |||
| 18224 | # after its creation but before its name has been assigned to `$tmp'. | 18183 | # after its creation but before its name has been assigned to `$tmp'. |
| 18225 | $debug || | 18184 | $debug || |
| 18226 | { | 18185 | { |
| 18227 | tmp= ac_tmp= | 18186 | tmp= |
| 18228 | trap 'exit_status=$? | 18187 | trap 'exit_status=$? |
| 18229 | : "${ac_tmp:=$tmp}" | 18188 | { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status |
| 18230 | { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status | ||
| 18231 | ' 0 | 18189 | ' 0 |
| 18232 | trap 'as_fn_exit 1' 1 2 13 15 | 18190 | trap 'as_fn_exit 1' 1 2 13 15 |
| 18233 | } | 18191 | } |
| @@ -18235,13 +18193,12 @@ $debug || | |||
| 18235 | 18193 | ||
| 18236 | { | 18194 | { |
| 18237 | tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && | 18195 | tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && |
| 18238 | test -d "$tmp" | 18196 | test -n "$tmp" && test -d "$tmp" |
| 18239 | } || | 18197 | } || |
| 18240 | { | 18198 | { |
| 18241 | tmp=./conf$$-$RANDOM | 18199 | tmp=./conf$$-$RANDOM |
| 18242 | (umask 077 && mkdir "$tmp") | 18200 | (umask 077 && mkdir "$tmp") |
| 18243 | } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 | 18201 | } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 |
| 18244 | ac_tmp=$tmp | ||
| 18245 | 18202 | ||
| 18246 | # Set up the scripts for CONFIG_FILES section. | 18203 | # Set up the scripts for CONFIG_FILES section. |
| 18247 | # No need to generate them if there are no CONFIG_FILES. | 18204 | # No need to generate them if there are no CONFIG_FILES. |
| @@ -18280,13 +18237,13 @@ else | |||
| 18280 | ac_cs_awk_cr=$ac_cr | 18237 | ac_cs_awk_cr=$ac_cr |
| 18281 | fi | 18238 | fi |
| 18282 | 18239 | ||
| 18283 | echo 'BEGIN {' >"$ac_tmp/subs1.awk" && | 18240 | echo 'BEGIN {' >"$tmp/subs1.awk" && |
| 18284 | _ACEOF | 18241 | _ACEOF |
| 18285 | 18242 | ||
| 18286 | # Create commands to substitute file output variables. | 18243 | # Create commands to substitute file output variables. |
| 18287 | { | 18244 | { |
| 18288 | echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" && | 18245 | echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" && |
| 18289 | echo 'cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&' && | 18246 | echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' && |
| 18290 | echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' && | 18247 | echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' && |
| 18291 | echo "_ACAWK" && | 18248 | echo "_ACAWK" && |
| 18292 | echo "_ACEOF" | 18249 | echo "_ACEOF" |
| @@ -18319,7 +18276,7 @@ done | |||
| 18319 | rm -f conf$$subs.sh | 18276 | rm -f conf$$subs.sh |
| 18320 | 18277 | ||
| 18321 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 18278 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 18322 | cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && | 18279 | cat >>"\$tmp/subs1.awk" <<\\_ACAWK && |
| 18323 | _ACEOF | 18280 | _ACEOF |
| 18324 | sed -n ' | 18281 | sed -n ' |
| 18325 | h | 18282 | h |
| @@ -18367,7 +18324,7 @@ t delim | |||
| 18367 | rm -f conf$$subs.awk | 18324 | rm -f conf$$subs.awk |
| 18368 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 18325 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 18369 | _ACAWK | 18326 | _ACAWK |
| 18370 | cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && | 18327 | cat >>"\$tmp/subs1.awk" <<_ACAWK && |
| 18371 | for (key in S) S_is_set[key] = 1 | 18328 | for (key in S) S_is_set[key] = 1 |
| 18372 | FS = "" | 18329 | FS = "" |
| 18373 | \$ac_cs_awk_pipe_init | 18330 | \$ac_cs_awk_pipe_init |
| @@ -18405,7 +18362,7 @@ if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then | |||
| 18405 | sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" | 18362 | sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" |
| 18406 | else | 18363 | else |
| 18407 | cat | 18364 | cat |
| 18408 | fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ | 18365 | fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ |
| 18409 | || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 | 18366 | || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 |
| 18410 | _ACEOF | 18367 | _ACEOF |
| 18411 | 18368 | ||
| @@ -18439,7 +18396,7 @@ fi # test -n "$CONFIG_FILES" | |||
| 18439 | # No need to generate them if there are no CONFIG_HEADERS. | 18396 | # No need to generate them if there are no CONFIG_HEADERS. |
| 18440 | # This happens for instance with `./config.status Makefile'. | 18397 | # This happens for instance with `./config.status Makefile'. |
| 18441 | if test -n "$CONFIG_HEADERS"; then | 18398 | if test -n "$CONFIG_HEADERS"; then |
| 18442 | cat >"$ac_tmp/defines.awk" <<\_ACAWK || | 18399 | cat >"$tmp/defines.awk" <<\_ACAWK || |
| 18443 | BEGIN { | 18400 | BEGIN { |
| 18444 | _ACEOF | 18401 | _ACEOF |
| 18445 | 18402 | ||
| @@ -18451,8 +18408,8 @@ _ACEOF | |||
| 18451 | # handling of long lines. | 18408 | # handling of long lines. |
| 18452 | ac_delim='%!_!# ' | 18409 | ac_delim='%!_!# ' |
| 18453 | for ac_last_try in false false :; do | 18410 | for ac_last_try in false false :; do |
| 18454 | ac_tt=`sed -n "/$ac_delim/p" confdefs.h` | 18411 | ac_t=`sed -n "/$ac_delim/p" confdefs.h` |
| 18455 | if test -z "$ac_tt"; then | 18412 | if test -z "$ac_t"; then |
| 18456 | break | 18413 | break |
| 18457 | elif $ac_last_try; then | 18414 | elif $ac_last_try; then |
| 18458 | as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 | 18415 | as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 |
| @@ -18553,7 +18510,7 @@ do | |||
| 18553 | esac | 18510 | esac |
| 18554 | case $ac_mode$ac_tag in | 18511 | case $ac_mode$ac_tag in |
| 18555 | :[FHL]*:*);; | 18512 | :[FHL]*:*);; |
| 18556 | :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; | 18513 | :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;; |
| 18557 | :[FH]-) ac_tag=-:-;; | 18514 | :[FH]-) ac_tag=-:-;; |
| 18558 | :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; | 18515 | :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; |
| 18559 | esac | 18516 | esac |
| @@ -18572,7 +18529,7 @@ do | |||
| 18572 | for ac_f | 18529 | for ac_f |
| 18573 | do | 18530 | do |
| 18574 | case $ac_f in | 18531 | case $ac_f in |
| 18575 | -) ac_f="$ac_tmp/stdin";; | 18532 | -) ac_f="$tmp/stdin";; |
| 18576 | *) # Look for the file first in the build tree, then in the source tree | 18533 | *) # Look for the file first in the build tree, then in the source tree |
| 18577 | # (if the path is not absolute). The absolute path cannot be DOS-style, | 18534 | # (if the path is not absolute). The absolute path cannot be DOS-style, |
| 18578 | # because $ac_f cannot contain `:'. | 18535 | # because $ac_f cannot contain `:'. |
| @@ -18581,7 +18538,7 @@ do | |||
| 18581 | [\\/$]*) false;; | 18538 | [\\/$]*) false;; |
| 18582 | *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; | 18539 | *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; |
| 18583 | esac || | 18540 | esac || |
| 18584 | as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; | 18541 | as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;; |
| 18585 | esac | 18542 | esac |
| 18586 | case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac | 18543 | case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac |
| 18587 | as_fn_append ac_file_inputs " '$ac_f'" | 18544 | as_fn_append ac_file_inputs " '$ac_f'" |
| @@ -18607,8 +18564,8 @@ $as_echo "$as_me: creating $ac_file" >&6;} | |||
| 18607 | esac | 18564 | esac |
| 18608 | 18565 | ||
| 18609 | case $ac_tag in | 18566 | case $ac_tag in |
| 18610 | *:-:* | *:-) cat >"$ac_tmp/stdin" \ | 18567 | *:-:* | *:-) cat >"$tmp/stdin" \ |
| 18611 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; | 18568 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; |
| 18612 | esac | 18569 | esac |
| 18613 | ;; | 18570 | ;; |
| 18614 | esac | 18571 | esac |
| @@ -18746,25 +18703,24 @@ $ac_datarootdir_hack | |||
| 18746 | " | 18703 | " |
| 18747 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | | 18704 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | |
| 18748 | if $ac_cs_awk_getline; then | 18705 | if $ac_cs_awk_getline; then |
| 18749 | $AWK -f "$ac_tmp/subs.awk" | 18706 | $AWK -f "$tmp/subs.awk" |
| 18750 | else | 18707 | else |
| 18751 | $AWK -f "$ac_tmp/subs.awk" | $SHELL | 18708 | $AWK -f "$tmp/subs.awk" | $SHELL |
| 18752 | fi \ | 18709 | fi >$tmp/out \ |
| 18753 | >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 18710 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
| 18754 | 18711 | ||
| 18755 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && | 18712 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && |
| 18756 | { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && | 18713 | { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && |
| 18757 | { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ | 18714 | { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && |
| 18758 | "$ac_tmp/out"`; test -z "$ac_out"; } && | ||
| 18759 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 18715 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
| 18760 | which seems to be undefined. Please make sure it is defined" >&5 | 18716 | which seems to be undefined. Please make sure it is defined" >&5 |
| 18761 | $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 18717 | $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
| 18762 | which seems to be undefined. Please make sure it is defined" >&2;} | 18718 | which seems to be undefined. Please make sure it is defined" >&2;} |
| 18763 | 18719 | ||
| 18764 | rm -f "$ac_tmp/stdin" | 18720 | rm -f "$tmp/stdin" |
| 18765 | case $ac_file in | 18721 | case $ac_file in |
| 18766 | -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; | 18722 | -) cat "$tmp/out" && rm -f "$tmp/out";; |
| 18767 | *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; | 18723 | *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; |
| 18768 | esac \ | 18724 | esac \ |
| 18769 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 18725 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
| 18770 | ;; | 18726 | ;; |
| @@ -18775,20 +18731,20 @@ which seems to be undefined. Please make sure it is defined" >&2;} | |||
| 18775 | if test x"$ac_file" != x-; then | 18731 | if test x"$ac_file" != x-; then |
| 18776 | { | 18732 | { |
| 18777 | $as_echo "/* $configure_input */" \ | 18733 | $as_echo "/* $configure_input */" \ |
| 18778 | && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" | 18734 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" |
| 18779 | } >"$ac_tmp/config.h" \ | 18735 | } >"$tmp/config.h" \ |
| 18780 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 18736 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
| 18781 | if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then | 18737 | if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then |
| 18782 | { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 | 18738 | { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 |
| 18783 | $as_echo "$as_me: $ac_file is unchanged" >&6;} | 18739 | $as_echo "$as_me: $ac_file is unchanged" >&6;} |
| 18784 | else | 18740 | else |
| 18785 | rm -f "$ac_file" | 18741 | rm -f "$ac_file" |
| 18786 | mv "$ac_tmp/config.h" "$ac_file" \ | 18742 | mv "$tmp/config.h" "$ac_file" \ |
| 18787 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | 18743 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
| 18788 | fi | 18744 | fi |
| 18789 | else | 18745 | else |
| 18790 | $as_echo "/* $configure_input */" \ | 18746 | $as_echo "/* $configure_input */" \ |
| 18791 | && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ | 18747 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ |
| 18792 | || as_fn_error $? "could not create -" "$LINENO" 5 | 18748 | || as_fn_error $? "could not create -" "$LINENO" 5 |
| 18793 | fi | 18749 | fi |
| 18794 | # Compute "$ac_file"'s index in $config_headers. | 18750 | # Compute "$ac_file"'s index in $config_headers. |