aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-08-28 15:05:20 +0000
committerGerd Moellmann2000-08-28 15:05:20 +0000
commitbb17930d2345e74364a856dcb8556ca74ea8f94b (patch)
tree96deb92e6c2064de156ae928a6553085896b739e
parent684578bec81060ba084d41b076e3beb11c687c20 (diff)
downloademacs-bb17930d2345e74364a856dcb8556ca74ea8f94b.tar.gz
emacs-bb17930d2345e74364a856dcb8556ca74ea8f94b.zip
*** empty log message ***
-rw-r--r--ChangeLog5
-rwxr-xr-xconfigure796
-rw-r--r--lisp/ChangeLog8
-rw-r--r--src/ChangeLog15
4 files changed, 427 insertions, 397 deletions
diff --git a/ChangeLog b/ChangeLog
index d495e3f33ba..49ff65449fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
12000-08-28 Gerd Moellmann <gerd@gnu.org>
2
3 * configure.in: Check <strings.h>; check `index' and `rindex'
4 functions.
5
12000-08-26 Kenichi Handa <handa@etl.go.jp> 62000-08-26 Kenichi Handa <handa@etl.go.jp>
2 7
3 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before 8 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
diff --git a/configure b/configure
index ef75538345d..3c94236c54d 100755
--- a/configure
+++ b/configure
@@ -885,12 +885,14 @@ case "${canonical}" in
885 # This is needed to find X11R6.1 libraries for certain tests. 885 # This is needed to find X11R6.1 libraries for certain tests.
886 NON_GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib 886 NON_GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib
887 GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib 887 GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib
888 # This is necessary on 5.0 to avoid mangling src/Makefile due to
889 # non-traditional preprocessing with the current compiler defaults.
890 # OSF 4 can also have that compiler version, and there seems always
891 # to have been a usable /usr/bin/cpp.
892 NON_GNU_CPP='cpp'
888 case "${canonical}" in 893 case "${canonical}" in
889 # This is necessary on 5.0 to avoid mangling src/Makefile. 894 alpha*-dec-osf[4-9]*)
890 # Separated out in case it causes problems on earlier versions. 895 opsys=osf5-0 ;;
891 alpha*-dec-osf[5-9]*)
892 opsys=osf5-0
893 NON_GNU_CPP='cpp' ;;
894 esac 896 esac
895 ;; 897 ;;
896 898
@@ -1729,7 +1731,7 @@ case ${with_gcc} in
1729 * ) # Extract the first word of "gcc", so it can be a program name with args. 1731 * ) # Extract the first word of "gcc", so it can be a program name with args.
1730set dummy gcc; ac_word=$2 1732set dummy gcc; ac_word=$2
1731echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1733echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1732echo "configure:1733: checking for $ac_word" >&5 1734echo "configure:1735: checking for $ac_word" >&5
1733if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1735if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1734 echo $ac_n "(cached) $ac_c" 1>&6 1736 echo $ac_n "(cached) $ac_c" 1>&6
1735else 1737else
@@ -1759,7 +1761,7 @@ if test -z "$CC"; then
1759 # Extract the first word of "cc", so it can be a program name with args. 1761 # Extract the first word of "cc", so it can be a program name with args.
1760set dummy cc; ac_word=$2 1762set dummy cc; ac_word=$2
1761echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1763echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1762echo "configure:1763: checking for $ac_word" >&5 1764echo "configure:1765: checking for $ac_word" >&5
1763if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1765if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1764 echo $ac_n "(cached) $ac_c" 1>&6 1766 echo $ac_n "(cached) $ac_c" 1>&6
1765else 1767else
@@ -1810,7 +1812,7 @@ fi
1810 # Extract the first word of "cl", so it can be a program name with args. 1812 # Extract the first word of "cl", so it can be a program name with args.
1811set dummy cl; ac_word=$2 1813set dummy cl; ac_word=$2
1812echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1814echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1813echo "configure:1814: checking for $ac_word" >&5 1815echo "configure:1816: checking for $ac_word" >&5
1814if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1816if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1815 echo $ac_n "(cached) $ac_c" 1>&6 1817 echo $ac_n "(cached) $ac_c" 1>&6
1816else 1818else
@@ -1842,7 +1844,7 @@ fi
1842fi 1844fi
1843 1845
1844echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 1846echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
1845echo "configure:1846: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 1847echo "configure:1848: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
1846 1848
1847ac_ext=c 1849ac_ext=c
1848# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 1850# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
@@ -1853,12 +1855,12 @@ cross_compiling=$ac_cv_prog_cc_cross
1853 1855
1854cat > conftest.$ac_ext << EOF 1856cat > conftest.$ac_ext << EOF
1855 1857
1856#line 1857 "configure" 1858#line 1859 "configure"
1857#include "confdefs.h" 1859#include "confdefs.h"
1858 1860
1859main(){return(0);} 1861main(){return(0);}
1860EOF 1862EOF
1861if { (eval echo configure:1862: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1863if { (eval echo configure:1864: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1862 ac_cv_prog_cc_works=yes 1864 ac_cv_prog_cc_works=yes
1863 # If we can't run a trivial program, we are probably using a cross compiler. 1865 # If we can't run a trivial program, we are probably using a cross compiler.
1864 if (./conftest; exit) 2>/dev/null; then 1866 if (./conftest; exit) 2>/dev/null; then
@@ -1884,12 +1886,12 @@ if test $ac_cv_prog_cc_works = no; then
1884 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } 1886 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
1885fi 1887fi
1886echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1888echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
1887echo "configure:1888: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 1889echo "configure:1890: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
1888echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 1890echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
1889cross_compiling=$ac_cv_prog_cc_cross 1891cross_compiling=$ac_cv_prog_cc_cross
1890 1892
1891echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 1893echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
1892echo "configure:1893: checking whether we are using GNU C" >&5 1894echo "configure:1895: checking whether we are using GNU C" >&5
1893if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 1895if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
1894 echo $ac_n "(cached) $ac_c" 1>&6 1896 echo $ac_n "(cached) $ac_c" 1>&6
1895else 1897else
@@ -1898,7 +1900,7 @@ else
1898 yes; 1900 yes;
1899#endif 1901#endif
1900EOF 1902EOF
1901if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1902: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1903if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1904: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1902 ac_cv_prog_gcc=yes 1904 ac_cv_prog_gcc=yes
1903else 1905else
1904 ac_cv_prog_gcc=no 1906 ac_cv_prog_gcc=no
@@ -1917,7 +1919,7 @@ ac_test_CFLAGS="${CFLAGS+set}"
1917ac_save_CFLAGS="$CFLAGS" 1919ac_save_CFLAGS="$CFLAGS"
1918CFLAGS= 1920CFLAGS=
1919echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1921echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
1920echo "configure:1921: checking whether ${CC-cc} accepts -g" >&5 1922echo "configure:1923: checking whether ${CC-cc} accepts -g" >&5
1921if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 1923if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
1922 echo $ac_n "(cached) $ac_c" 1>&6 1924 echo $ac_n "(cached) $ac_c" 1>&6
1923else 1925else
@@ -1997,7 +1999,7 @@ fi
1997#### #undef clause to src/config.h.in for autoconf to modify. 1999#### #undef clause to src/config.h.in for autoconf to modify.
1998 2000
1999echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 2001echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
2000echo "configure:2001: checking whether ln -s works" >&5 2002echo "configure:2003: checking whether ln -s works" >&5
2001if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 2003if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
2002 echo $ac_n "(cached) $ac_c" 1>&6 2004 echo $ac_n "(cached) $ac_c" 1>&6
2003else 2005else
@@ -2018,7 +2020,7 @@ else
2018fi 2020fi
2019 2021
2020echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 2022echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
2021echo "configure:2022: checking how to run the C preprocessor" >&5 2023echo "configure:2024: checking how to run the C preprocessor" >&5
2022# On Suns, sometimes $CPP names a directory. 2024# On Suns, sometimes $CPP names a directory.
2023if test -n "$CPP" && test -d "$CPP"; then 2025if test -n "$CPP" && test -d "$CPP"; then
2024 CPP= 2026 CPP=
@@ -2033,13 +2035,13 @@ else
2033 # On the NeXT, cc -E runs the code through the compiler's parser, 2035 # On the NeXT, cc -E runs the code through the compiler's parser,
2034 # not just through cpp. 2036 # not just through cpp.
2035 cat > conftest.$ac_ext <<EOF 2037 cat > conftest.$ac_ext <<EOF
2036#line 2037 "configure" 2038#line 2039 "configure"
2037#include "confdefs.h" 2039#include "confdefs.h"
2038#include <assert.h> 2040#include <assert.h>
2039Syntax Error 2041Syntax Error
2040EOF 2042EOF
2041ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2043ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2042{ (eval echo configure:2043: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2044{ (eval echo configure:2045: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2043ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2045ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2044if test -z "$ac_err"; then 2046if test -z "$ac_err"; then
2045 : 2047 :
@@ -2050,13 +2052,13 @@ else
2050 rm -rf conftest* 2052 rm -rf conftest*
2051 CPP="${CC-cc} -E -traditional-cpp" 2053 CPP="${CC-cc} -E -traditional-cpp"
2052 cat > conftest.$ac_ext <<EOF 2054 cat > conftest.$ac_ext <<EOF
2053#line 2054 "configure" 2055#line 2056 "configure"
2054#include "confdefs.h" 2056#include "confdefs.h"
2055#include <assert.h> 2057#include <assert.h>
2056Syntax Error 2058Syntax Error
2057EOF 2059EOF
2058ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2060ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2059{ (eval echo configure:2060: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2061{ (eval echo configure:2062: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2060ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2062ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2061if test -z "$ac_err"; then 2063if test -z "$ac_err"; then
2062 : 2064 :
@@ -2067,13 +2069,13 @@ else
2067 rm -rf conftest* 2069 rm -rf conftest*
2068 CPP="${CC-cc} -nologo -E" 2070 CPP="${CC-cc} -nologo -E"
2069 cat > conftest.$ac_ext <<EOF 2071 cat > conftest.$ac_ext <<EOF
2070#line 2071 "configure" 2072#line 2073 "configure"
2071#include "confdefs.h" 2073#include "confdefs.h"
2072#include <assert.h> 2074#include <assert.h>
2073Syntax Error 2075Syntax Error
2074EOF 2076EOF
2075ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2077ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2076{ (eval echo configure:2077: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2078{ (eval echo configure:2079: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2077ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2079ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2078if test -z "$ac_err"; then 2080if test -z "$ac_err"; then
2079 : 2081 :
@@ -2109,7 +2111,7 @@ echo "$ac_t""$CPP" 1>&6
2109# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 2111# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2110# ./install, which can be erroneously created by make from ./install.sh. 2112# ./install, which can be erroneously created by make from ./install.sh.
2111echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 2113echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
2112echo "configure:2113: checking for a BSD compatible install" >&5 2114echo "configure:2115: checking for a BSD compatible install" >&5
2113if test -z "$INSTALL"; then 2115if test -z "$INSTALL"; then
2114if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 2116if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
2115 echo $ac_n "(cached) $ac_c" 1>&6 2117 echo $ac_n "(cached) $ac_c" 1>&6
@@ -2166,7 +2168,7 @@ do
2166# Extract the first word of "$ac_prog", so it can be a program name with args. 2168# Extract the first word of "$ac_prog", so it can be a program name with args.
2167set dummy $ac_prog; ac_word=$2 2169set dummy $ac_prog; ac_word=$2
2168echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2170echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2169echo "configure:2170: checking for $ac_word" >&5 2171echo "configure:2172: checking for $ac_word" >&5
2170if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then 2172if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
2171 echo $ac_n "(cached) $ac_c" 1>&6 2173 echo $ac_n "(cached) $ac_c" 1>&6
2172else 2174else
@@ -2200,7 +2202,7 @@ if test "x$RANLIB" = x; then
2200 # Extract the first word of "ranlib", so it can be a program name with args. 2202 # Extract the first word of "ranlib", so it can be a program name with args.
2201set dummy ranlib; ac_word=$2 2203set dummy ranlib; ac_word=$2
2202echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2204echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2203echo "configure:2204: checking for $ac_word" >&5 2205echo "configure:2206: checking for $ac_word" >&5
2204if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 2206if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
2205 echo $ac_n "(cached) $ac_c" 1>&6 2207 echo $ac_n "(cached) $ac_c" 1>&6
2206else 2208else
@@ -2230,9 +2232,9 @@ fi
2230fi 2232fi
2231 2233
2232echo $ac_n "checking for AIX""... $ac_c" 1>&6 2234echo $ac_n "checking for AIX""... $ac_c" 1>&6
2233echo "configure:2234: checking for AIX" >&5 2235echo "configure:2236: checking for AIX" >&5
2234cat > conftest.$ac_ext <<EOF 2236cat > conftest.$ac_ext <<EOF
2235#line 2236 "configure" 2237#line 2238 "configure"
2236#include "confdefs.h" 2238#include "confdefs.h"
2237#ifdef _AIX 2239#ifdef _AIX
2238 yes 2240 yes
@@ -2259,7 +2261,7 @@ rm -f conftest*
2259echo "checking the machine- and system-dependent files to find out 2261echo "checking the machine- and system-dependent files to find out
2260 - which libraries the lib-src programs will want, and 2262 - which libraries the lib-src programs will want, and
2261 - whether the GNU malloc routines are usable" 1>&6 2263 - whether the GNU malloc routines are usable" 1>&6
2262echo "configure:2263: checking the machine- and system-dependent files to find out 2264echo "configure:2265: checking the machine- and system-dependent files to find out
2263 - which libraries the lib-src programs will want, and 2265 - which libraries the lib-src programs will want, and
2264 - whether the GNU malloc routines are usable" >&5 2266 - whether the GNU malloc routines are usable" >&5
2265 2267
@@ -2402,7 +2404,7 @@ fi
2402 if test "$enable_largefile" != no; then 2404 if test "$enable_largefile" != no; then
2403 2405
2404 echo $ac_n "checking for special C compiler options needed for large files""... $ac_c" 1>&6 2406 echo $ac_n "checking for special C compiler options needed for large files""... $ac_c" 1>&6
2405echo "configure:2406: checking for special C compiler options needed for large files" >&5 2407echo "configure:2408: checking for special C compiler options needed for large files" >&5
2406if eval "test \"`echo '$''{'ac_cv_sys_largefile_CC'+set}'`\" = set"; then 2408if eval "test \"`echo '$''{'ac_cv_sys_largefile_CC'+set}'`\" = set"; then
2407 echo $ac_n "(cached) $ac_c" 1>&6 2409 echo $ac_n "(cached) $ac_c" 1>&6
2408else 2410else
@@ -2411,7 +2413,7 @@ else
2411 # IRIX 6.2 and later do not support large files by default, 2413 # IRIX 6.2 and later do not support large files by default,
2412 # so use the C compiler's -n32 option if that helps. 2414 # so use the C compiler's -n32 option if that helps.
2413 cat > conftest.$ac_ext <<EOF 2415 cat > conftest.$ac_ext <<EOF
2414#line 2415 "configure" 2416#line 2417 "configure"
2415#include "confdefs.h" 2417#include "confdefs.h"
2416#include <sys/types.h> 2418#include <sys/types.h>
2417 int a[(off_t) 9223372036854775807 == 9223372036854775807 ? 1 : -1]; 2419 int a[(off_t) 9223372036854775807 == 9223372036854775807 ? 1 : -1];
@@ -2420,7 +2422,7 @@ int main() {
2420 2422
2421; return 0; } 2423; return 0; }
2422EOF 2424EOF
2423if { (eval echo configure:2424: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2425if { (eval echo configure:2426: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2424 : 2426 :
2425else 2427else
2426 echo "configure: failed program was:" >&5 2428 echo "configure: failed program was:" >&5
@@ -2429,7 +2431,7 @@ else
2429 ac_save_CC="$CC" 2431 ac_save_CC="$CC"
2430 CC="$CC -n32" 2432 CC="$CC -n32"
2431 cat > conftest.$ac_ext <<EOF 2433 cat > conftest.$ac_ext <<EOF
2432#line 2433 "configure" 2434#line 2435 "configure"
2433#include "confdefs.h" 2435#include "confdefs.h"
2434#include <sys/types.h> 2436#include <sys/types.h>
2435 int a[(off_t) 9223372036854775807 == 9223372036854775807 ? 1 : -1]; 2437 int a[(off_t) 9223372036854775807 == 9223372036854775807 ? 1 : -1];
@@ -2438,7 +2440,7 @@ int main() {
2438 2440
2439; return 0; } 2441; return 0; }
2440EOF 2442EOF
2441if { (eval echo configure:2442: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2443if { (eval echo configure:2444: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2442 rm -rf conftest* 2444 rm -rf conftest*
2443 ac_cv_sys_largefile_CC=' -n32' 2445 ac_cv_sys_largefile_CC=' -n32'
2444else 2446else
@@ -2458,13 +2460,13 @@ echo "$ac_t""$ac_cv_sys_largefile_CC" 1>&6
2458 fi 2460 fi
2459 2461
2460 echo $ac_n "checking for _FILE_OFFSET_BITS value needed for large files""... $ac_c" 1>&6 2462 echo $ac_n "checking for _FILE_OFFSET_BITS value needed for large files""... $ac_c" 1>&6
2461echo "configure:2462: checking for _FILE_OFFSET_BITS value needed for large files" >&5 2463echo "configure:2464: checking for _FILE_OFFSET_BITS value needed for large files" >&5
2462if eval "test \"`echo '$''{'ac_cv_sys_file_offset_bits'+set}'`\" = set"; then 2464if eval "test \"`echo '$''{'ac_cv_sys_file_offset_bits'+set}'`\" = set"; then
2463 echo $ac_n "(cached) $ac_c" 1>&6 2465 echo $ac_n "(cached) $ac_c" 1>&6
2464else 2466else
2465 ac_cv_sys_file_offset_bits=no 2467 ac_cv_sys_file_offset_bits=no
2466 cat > conftest.$ac_ext <<EOF 2468 cat > conftest.$ac_ext <<EOF
2467#line 2468 "configure" 2469#line 2470 "configure"
2468#include "confdefs.h" 2470#include "confdefs.h"
2469#include <sys/types.h> 2471#include <sys/types.h>
2470 int a[(off_t) 9223372036854775807 == 9223372036854775807 ? 1 : -1]; 2472 int a[(off_t) 9223372036854775807 == 9223372036854775807 ? 1 : -1];
@@ -2475,14 +2477,14 @@ int main() {
2475 2477
2476; return 0; } 2478; return 0; }
2477EOF 2479EOF
2478if { (eval echo configure:2479: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2480if { (eval echo configure:2481: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2479 : 2481 :
2480else 2482else
2481 echo "configure: failed program was:" >&5 2483 echo "configure: failed program was:" >&5
2482 cat conftest.$ac_ext >&5 2484 cat conftest.$ac_ext >&5
2483 rm -rf conftest* 2485 rm -rf conftest*
2484 cat > conftest.$ac_ext <<EOF 2486 cat > conftest.$ac_ext <<EOF
2485#line 2486 "configure" 2487#line 2488 "configure"
2486#include "confdefs.h" 2488#include "confdefs.h"
2487#define _FILE_OFFSET_BITS 64 2489#define _FILE_OFFSET_BITS 64
2488#include <sys/types.h> 2490#include <sys/types.h>
@@ -2494,7 +2496,7 @@ int main() {
2494 2496
2495; return 0; } 2497; return 0; }
2496EOF 2498EOF
2497if { (eval echo configure:2498: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2499if { (eval echo configure:2500: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2498 rm -rf conftest* 2500 rm -rf conftest*
2499 ac_cv_sys_file_offset_bits=64 2501 ac_cv_sys_file_offset_bits=64
2500else 2502else
@@ -2514,13 +2516,13 @@ EOF
2514 2516
2515 fi 2517 fi
2516 echo $ac_n "checking for _LARGEFILE_SOURCE value needed for large files""... $ac_c" 1>&6 2518 echo $ac_n "checking for _LARGEFILE_SOURCE value needed for large files""... $ac_c" 1>&6
2517echo "configure:2518: checking for _LARGEFILE_SOURCE value needed for large files" >&5 2519echo "configure:2520: checking for _LARGEFILE_SOURCE value needed for large files" >&5
2518if eval "test \"`echo '$''{'ac_cv_sys_largefile_source'+set}'`\" = set"; then 2520if eval "test \"`echo '$''{'ac_cv_sys_largefile_source'+set}'`\" = set"; then
2519 echo $ac_n "(cached) $ac_c" 1>&6 2521 echo $ac_n "(cached) $ac_c" 1>&6
2520else 2522else
2521 ac_cv_sys_largefile_source=no 2523 ac_cv_sys_largefile_source=no
2522 cat > conftest.$ac_ext <<EOF 2524 cat > conftest.$ac_ext <<EOF
2523#line 2524 "configure" 2525#line 2526 "configure"
2524#include "confdefs.h" 2526#include "confdefs.h"
2525#include <sys/types.h> 2527#include <sys/types.h>
2526 int a[(off_t) 9223372036854775807 == 9223372036854775807 ? 1 : -1]; 2528 int a[(off_t) 9223372036854775807 == 9223372036854775807 ? 1 : -1];
@@ -2531,14 +2533,14 @@ int main() {
2531return !ftello; 2533return !ftello;
2532; return 0; } 2534; return 0; }
2533EOF 2535EOF
2534if { (eval echo configure:2535: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2536if { (eval echo configure:2537: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2535 : 2537 :
2536else 2538else
2537 echo "configure: failed program was:" >&5 2539 echo "configure: failed program was:" >&5
2538 cat conftest.$ac_ext >&5 2540 cat conftest.$ac_ext >&5
2539 rm -rf conftest* 2541 rm -rf conftest*
2540 cat > conftest.$ac_ext <<EOF 2542 cat > conftest.$ac_ext <<EOF
2541#line 2542 "configure" 2543#line 2544 "configure"
2542#include "confdefs.h" 2544#include "confdefs.h"
2543#define _LARGEFILE_SOURCE 1 2545#define _LARGEFILE_SOURCE 1
2544#include <sys/types.h> 2546#include <sys/types.h>
@@ -2550,7 +2552,7 @@ int main() {
2550return !ftello; 2552return !ftello;
2551; return 0; } 2553; return 0; }
2552EOF 2554EOF
2553if { (eval echo configure:2554: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2555if { (eval echo configure:2556: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2554 rm -rf conftest* 2556 rm -rf conftest*
2555 ac_cv_sys_largefile_source=1 2557 ac_cv_sys_largefile_source=1
2556else 2558else
@@ -2570,13 +2572,13 @@ EOF
2570 2572
2571 fi 2573 fi
2572 echo $ac_n "checking for _LARGE_FILES value needed for large files""... $ac_c" 1>&6 2574 echo $ac_n "checking for _LARGE_FILES value needed for large files""... $ac_c" 1>&6
2573echo "configure:2574: checking for _LARGE_FILES value needed for large files" >&5 2575echo "configure:2576: checking for _LARGE_FILES value needed for large files" >&5
2574if eval "test \"`echo '$''{'ac_cv_sys_large_files'+set}'`\" = set"; then 2576if eval "test \"`echo '$''{'ac_cv_sys_large_files'+set}'`\" = set"; then
2575 echo $ac_n "(cached) $ac_c" 1>&6 2577 echo $ac_n "(cached) $ac_c" 1>&6
2576else 2578else
2577 ac_cv_sys_large_files=no 2579 ac_cv_sys_large_files=no
2578 cat > conftest.$ac_ext <<EOF 2580 cat > conftest.$ac_ext <<EOF
2579#line 2580 "configure" 2581#line 2582 "configure"
2580#include "confdefs.h" 2582#include "confdefs.h"
2581#include <sys/types.h> 2583#include <sys/types.h>
2582 int a[(off_t) 9223372036854775807 == 9223372036854775807 ? 1 : -1]; 2584 int a[(off_t) 9223372036854775807 == 9223372036854775807 ? 1 : -1];
@@ -2587,14 +2589,14 @@ int main() {
2587 2589
2588; return 0; } 2590; return 0; }
2589EOF 2591EOF
2590if { (eval echo configure:2591: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2592if { (eval echo configure:2593: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2591 : 2593 :
2592else 2594else
2593 echo "configure: failed program was:" >&5 2595 echo "configure: failed program was:" >&5
2594 cat conftest.$ac_ext >&5 2596 cat conftest.$ac_ext >&5
2595 rm -rf conftest* 2597 rm -rf conftest*
2596 cat > conftest.$ac_ext <<EOF 2598 cat > conftest.$ac_ext <<EOF
2597#line 2598 "configure" 2599#line 2600 "configure"
2598#include "confdefs.h" 2600#include "confdefs.h"
2599#define _LARGE_FILES 1 2601#define _LARGE_FILES 1
2600#include <sys/types.h> 2602#include <sys/types.h>
@@ -2606,7 +2608,7 @@ int main() {
2606 2608
2607; return 0; } 2609; return 0; }
2608EOF 2610EOF
2609if { (eval echo configure:2610: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2611if { (eval echo configure:2612: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2610 rm -rf conftest* 2612 rm -rf conftest*
2611 ac_cv_sys_large_files=1 2613 ac_cv_sys_large_files=1
2612else 2614else
@@ -2626,13 +2628,13 @@ EOF
2626 2628
2627 fi 2629 fi
2628 echo $ac_n "checking for _XOPEN_SOURCE value needed for large files""... $ac_c" 1>&6 2630 echo $ac_n "checking for _XOPEN_SOURCE value needed for large files""... $ac_c" 1>&6
2629echo "configure:2630: checking for _XOPEN_SOURCE value needed for large files" >&5 2631echo "configure:2632: checking for _XOPEN_SOURCE value needed for large files" >&5
2630if eval "test \"`echo '$''{'ac_cv_sys_xopen_source'+set}'`\" = set"; then 2632if eval "test \"`echo '$''{'ac_cv_sys_xopen_source'+set}'`\" = set"; then
2631 echo $ac_n "(cached) $ac_c" 1>&6 2633 echo $ac_n "(cached) $ac_c" 1>&6
2632else 2634else
2633 ac_cv_sys_xopen_source=no 2635 ac_cv_sys_xopen_source=no
2634 cat > conftest.$ac_ext <<EOF 2636 cat > conftest.$ac_ext <<EOF
2635#line 2636 "configure" 2637#line 2638 "configure"
2636#include "confdefs.h" 2638#include "confdefs.h"
2637#include <sys/types.h> 2639#include <sys/types.h>
2638 int a[(off_t) 9223372036854775807 == 9223372036854775807 ? 1 : -1]; 2640 int a[(off_t) 9223372036854775807 == 9223372036854775807 ? 1 : -1];
@@ -2643,14 +2645,14 @@ int main() {
2643return !ftello; 2645return !ftello;
2644; return 0; } 2646; return 0; }
2645EOF 2647EOF
2646if { (eval echo configure:2647: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2648if { (eval echo configure:2649: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2647 : 2649 :
2648else 2650else
2649 echo "configure: failed program was:" >&5 2651 echo "configure: failed program was:" >&5
2650 cat conftest.$ac_ext >&5 2652 cat conftest.$ac_ext >&5
2651 rm -rf conftest* 2653 rm -rf conftest*
2652 cat > conftest.$ac_ext <<EOF 2654 cat > conftest.$ac_ext <<EOF
2653#line 2654 "configure" 2655#line 2656 "configure"
2654#include "confdefs.h" 2656#include "confdefs.h"
2655#define _XOPEN_SOURCE 500 2657#define _XOPEN_SOURCE 500
2656#include <sys/types.h> 2658#include <sys/types.h>
@@ -2662,7 +2664,7 @@ int main() {
2662return !ftello; 2664return !ftello;
2663; return 0; } 2665; return 0; }
2664EOF 2666EOF
2665if { (eval echo configure:2666: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2667if { (eval echo configure:2668: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2666 rm -rf conftest* 2668 rm -rf conftest*
2667 ac_cv_sys_xopen_source=500 2669 ac_cv_sys_xopen_source=500
2668else 2670else
@@ -2689,17 +2691,17 @@ for ac_hdr in machine/soundcard.h sys/soundcard.h soundcard.h
2689do 2691do
2690ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 2692ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2691echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 2693echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2692echo "configure:2693: checking for $ac_hdr" >&5 2694echo "configure:2695: checking for $ac_hdr" >&5
2693if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 2695if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2694 echo $ac_n "(cached) $ac_c" 1>&6 2696 echo $ac_n "(cached) $ac_c" 1>&6
2695else 2697else
2696 cat > conftest.$ac_ext <<EOF 2698 cat > conftest.$ac_ext <<EOF
2697#line 2698 "configure" 2699#line 2700 "configure"
2698#include "confdefs.h" 2700#include "confdefs.h"
2699#include <$ac_hdr> 2701#include <$ac_hdr>
2700EOF 2702EOF
2701ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2703ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2702{ (eval echo configure:2703: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2704{ (eval echo configure:2705: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2703ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2705ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2704if test -z "$ac_err"; then 2706if test -z "$ac_err"; then
2705 rm -rf conftest* 2707 rm -rf conftest*
@@ -2727,7 +2729,7 @@ done
2727 2729
2728# Emulation library used on NetBSD. 2730# Emulation library used on NetBSD.
2729echo $ac_n "checking for _oss_ioctl in -lossaudio""... $ac_c" 1>&6 2731echo $ac_n "checking for _oss_ioctl in -lossaudio""... $ac_c" 1>&6
2730echo "configure:2731: checking for _oss_ioctl in -lossaudio" >&5 2732echo "configure:2733: checking for _oss_ioctl in -lossaudio" >&5
2731ac_lib_var=`echo ossaudio'_'_oss_ioctl | sed 'y%./+-%__p_%'` 2733ac_lib_var=`echo ossaudio'_'_oss_ioctl | sed 'y%./+-%__p_%'`
2732if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 2734if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2733 echo $ac_n "(cached) $ac_c" 1>&6 2735 echo $ac_n "(cached) $ac_c" 1>&6
@@ -2735,7 +2737,7 @@ else
2735 ac_save_LIBS="$LIBS" 2737 ac_save_LIBS="$LIBS"
2736LIBS="-lossaudio $LIBS" 2738LIBS="-lossaudio $LIBS"
2737cat > conftest.$ac_ext <<EOF 2739cat > conftest.$ac_ext <<EOF
2738#line 2739 "configure" 2740#line 2741 "configure"
2739#include "confdefs.h" 2741#include "confdefs.h"
2740/* Override any gcc2 internal prototype to avoid an error. */ 2742/* Override any gcc2 internal prototype to avoid an error. */
2741/* We use char because int might match the return type of a gcc2 2743/* We use char because int might match the return type of a gcc2
@@ -2746,7 +2748,7 @@ int main() {
2746_oss_ioctl() 2748_oss_ioctl()
2747; return 0; } 2749; return 0; }
2748EOF 2750EOF
2749if { (eval echo configure:2750: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2751if { (eval echo configure:2752: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2750 rm -rf conftest* 2752 rm -rf conftest*
2751 eval "ac_cv_lib_$ac_lib_var=yes" 2753 eval "ac_cv_lib_$ac_lib_var=yes"
2752else 2754else
@@ -2771,21 +2773,21 @@ fi
2771 2773
2772for ac_hdr in sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \ 2774for ac_hdr in sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \
2773 linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h \ 2775 linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h \
2774 termcap.h stdio_ext.h fcntl.h term.h 2776 termcap.h stdio_ext.h fcntl.h term.h strings.h
2775do 2777do
2776ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 2778ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2777echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 2779echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2778echo "configure:2779: checking for $ac_hdr" >&5 2780echo "configure:2781: checking for $ac_hdr" >&5
2779if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 2781if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2780 echo $ac_n "(cached) $ac_c" 1>&6 2782 echo $ac_n "(cached) $ac_c" 1>&6
2781else 2783else
2782 cat > conftest.$ac_ext <<EOF 2784 cat > conftest.$ac_ext <<EOF
2783#line 2784 "configure" 2785#line 2786 "configure"
2784#include "confdefs.h" 2786#include "confdefs.h"
2785#include <$ac_hdr> 2787#include <$ac_hdr>
2786EOF 2788EOF
2787ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2789ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2788{ (eval echo configure:2789: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2790{ (eval echo configure:2791: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2789ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2791ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2790if test -z "$ac_err"; then 2792if test -z "$ac_err"; then
2791 rm -rf conftest* 2793 rm -rf conftest*
@@ -2812,12 +2814,12 @@ fi
2812done 2814done
2813 2815
2814echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 2816echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
2815echo "configure:2816: checking for ANSI C header files" >&5 2817echo "configure:2818: checking for ANSI C header files" >&5
2816if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 2818if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
2817 echo $ac_n "(cached) $ac_c" 1>&6 2819 echo $ac_n "(cached) $ac_c" 1>&6
2818else 2820else
2819 cat > conftest.$ac_ext <<EOF 2821 cat > conftest.$ac_ext <<EOF
2820#line 2821 "configure" 2822#line 2823 "configure"
2821#include "confdefs.h" 2823#include "confdefs.h"
2822#include <stdlib.h> 2824#include <stdlib.h>
2823#include <stdarg.h> 2825#include <stdarg.h>
@@ -2825,7 +2827,7 @@ else
2825#include <float.h> 2827#include <float.h>
2826EOF 2828EOF
2827ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2829ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2828{ (eval echo configure:2829: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2830{ (eval echo configure:2831: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2829ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2831ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2830if test -z "$ac_err"; then 2832if test -z "$ac_err"; then
2831 rm -rf conftest* 2833 rm -rf conftest*
@@ -2842,7 +2844,7 @@ rm -f conftest*
2842if test $ac_cv_header_stdc = yes; then 2844if test $ac_cv_header_stdc = yes; then
2843 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 2845 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
2844cat > conftest.$ac_ext <<EOF 2846cat > conftest.$ac_ext <<EOF
2845#line 2846 "configure" 2847#line 2848 "configure"
2846#include "confdefs.h" 2848#include "confdefs.h"
2847#include <string.h> 2849#include <string.h>
2848EOF 2850EOF
@@ -2860,7 +2862,7 @@ fi
2860if test $ac_cv_header_stdc = yes; then 2862if test $ac_cv_header_stdc = yes; then
2861 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 2863 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
2862cat > conftest.$ac_ext <<EOF 2864cat > conftest.$ac_ext <<EOF
2863#line 2864 "configure" 2865#line 2866 "configure"
2864#include "confdefs.h" 2866#include "confdefs.h"
2865#include <stdlib.h> 2867#include <stdlib.h>
2866EOF 2868EOF
@@ -2881,7 +2883,7 @@ if test "$cross_compiling" = yes; then
2881 : 2883 :
2882else 2884else
2883 cat > conftest.$ac_ext <<EOF 2885 cat > conftest.$ac_ext <<EOF
2884#line 2885 "configure" 2886#line 2887 "configure"
2885#include "confdefs.h" 2887#include "confdefs.h"
2886#include <ctype.h> 2888#include <ctype.h>
2887#define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 2889#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
@@ -2892,7 +2894,7 @@ if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
2892exit (0); } 2894exit (0); }
2893 2895
2894EOF 2896EOF
2895if { (eval echo configure:2896: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2897if { (eval echo configure:2898: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2896then 2898then
2897 : 2899 :
2898else 2900else
@@ -2916,12 +2918,12 @@ EOF
2916fi 2918fi
2917 2919
2918echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 2920echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
2919echo "configure:2920: checking whether time.h and sys/time.h may both be included" >&5 2921echo "configure:2922: checking whether time.h and sys/time.h may both be included" >&5
2920if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then 2922if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
2921 echo $ac_n "(cached) $ac_c" 1>&6 2923 echo $ac_n "(cached) $ac_c" 1>&6
2922else 2924else
2923 cat > conftest.$ac_ext <<EOF 2925 cat > conftest.$ac_ext <<EOF
2924#line 2925 "configure" 2926#line 2927 "configure"
2925#include "confdefs.h" 2927#include "confdefs.h"
2926#include <sys/types.h> 2928#include <sys/types.h>
2927#include <sys/time.h> 2929#include <sys/time.h>
@@ -2930,7 +2932,7 @@ int main() {
2930struct tm *tp; 2932struct tm *tp;
2931; return 0; } 2933; return 0; }
2932EOF 2934EOF
2933if { (eval echo configure:2934: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2935if { (eval echo configure:2936: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2934 rm -rf conftest* 2936 rm -rf conftest*
2935 ac_cv_header_time=yes 2937 ac_cv_header_time=yes
2936else 2938else
@@ -2951,12 +2953,12 @@ EOF
2951fi 2953fi
2952 2954
2953echo $ac_n "checking for sys_siglist declaration in signal.h or unistd.h""... $ac_c" 1>&6 2955echo $ac_n "checking for sys_siglist declaration in signal.h or unistd.h""... $ac_c" 1>&6
2954echo "configure:2955: checking for sys_siglist declaration in signal.h or unistd.h" >&5 2956echo "configure:2957: checking for sys_siglist declaration in signal.h or unistd.h" >&5
2955if eval "test \"`echo '$''{'ac_cv_decl_sys_siglist'+set}'`\" = set"; then 2957if eval "test \"`echo '$''{'ac_cv_decl_sys_siglist'+set}'`\" = set"; then
2956 echo $ac_n "(cached) $ac_c" 1>&6 2958 echo $ac_n "(cached) $ac_c" 1>&6
2957else 2959else
2958 cat > conftest.$ac_ext <<EOF 2960 cat > conftest.$ac_ext <<EOF
2959#line 2960 "configure" 2961#line 2962 "configure"
2960#include "confdefs.h" 2962#include "confdefs.h"
2961#include <sys/types.h> 2963#include <sys/types.h>
2962#include <signal.h> 2964#include <signal.h>
@@ -2968,7 +2970,7 @@ int main() {
2968char *msg = *(sys_siglist + 1); 2970char *msg = *(sys_siglist + 1);
2969; return 0; } 2971; return 0; }
2970EOF 2972EOF
2971if { (eval echo configure:2972: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2973if { (eval echo configure:2974: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2972 rm -rf conftest* 2974 rm -rf conftest*
2973 ac_cv_decl_sys_siglist=yes 2975 ac_cv_decl_sys_siglist=yes
2974else 2976else
@@ -2989,12 +2991,12 @@ EOF
2989fi 2991fi
2990 2992
2991echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6 2993echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
2992echo "configure:2993: checking for sys/wait.h that is POSIX.1 compatible" >&5 2994echo "configure:2995: checking for sys/wait.h that is POSIX.1 compatible" >&5
2993if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then 2995if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then
2994 echo $ac_n "(cached) $ac_c" 1>&6 2996 echo $ac_n "(cached) $ac_c" 1>&6
2995else 2997else
2996 cat > conftest.$ac_ext <<EOF 2998 cat > conftest.$ac_ext <<EOF
2997#line 2998 "configure" 2999#line 3000 "configure"
2998#include "confdefs.h" 3000#include "confdefs.h"
2999#include <sys/types.h> 3001#include <sys/types.h>
3000#include <sys/wait.h> 3002#include <sys/wait.h>
@@ -3010,7 +3012,7 @@ wait (&s);
3010s = WIFEXITED (s) ? WEXITSTATUS (s) : 1; 3012s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
3011; return 0; } 3013; return 0; }
3012EOF 3014EOF
3013if { (eval echo configure:3014: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3015if { (eval echo configure:3016: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3014 rm -rf conftest* 3016 rm -rf conftest*
3015 ac_cv_header_sys_wait_h=yes 3017 ac_cv_header_sys_wait_h=yes
3016else 3018else
@@ -3032,12 +3034,12 @@ fi
3032 3034
3033 3035
3034echo $ac_n "checking for struct utimbuf""... $ac_c" 1>&6 3036echo $ac_n "checking for struct utimbuf""... $ac_c" 1>&6
3035echo "configure:3036: checking for struct utimbuf" >&5 3037echo "configure:3038: checking for struct utimbuf" >&5
3036if eval "test \"`echo '$''{'emacs_cv_struct_utimbuf'+set}'`\" = set"; then 3038if eval "test \"`echo '$''{'emacs_cv_struct_utimbuf'+set}'`\" = set"; then
3037 echo $ac_n "(cached) $ac_c" 1>&6 3039 echo $ac_n "(cached) $ac_c" 1>&6
3038else 3040else
3039 cat > conftest.$ac_ext <<EOF 3041 cat > conftest.$ac_ext <<EOF
3040#line 3041 "configure" 3042#line 3043 "configure"
3041#include "confdefs.h" 3043#include "confdefs.h"
3042#ifdef TIME_WITH_SYS_TIME 3044#ifdef TIME_WITH_SYS_TIME
3043#include <sys/time.h> 3045#include <sys/time.h>
@@ -3056,7 +3058,7 @@ int main() {
3056static struct utimbuf x; x.actime = x.modtime; 3058static struct utimbuf x; x.actime = x.modtime;
3057; return 0; } 3059; return 0; }
3058EOF 3060EOF
3059if { (eval echo configure:3060: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3061if { (eval echo configure:3062: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3060 rm -rf conftest* 3062 rm -rf conftest*
3061 emacs_cv_struct_utimbuf=yes 3063 emacs_cv_struct_utimbuf=yes
3062else 3064else
@@ -3077,12 +3079,12 @@ EOF
3077fi 3079fi
3078 3080
3079echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 3081echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
3080echo "configure:3081: checking return type of signal handlers" >&5 3082echo "configure:3083: checking return type of signal handlers" >&5
3081if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then 3083if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
3082 echo $ac_n "(cached) $ac_c" 1>&6 3084 echo $ac_n "(cached) $ac_c" 1>&6
3083else 3085else
3084 cat > conftest.$ac_ext <<EOF 3086 cat > conftest.$ac_ext <<EOF
3085#line 3086 "configure" 3087#line 3088 "configure"
3086#include "confdefs.h" 3088#include "confdefs.h"
3087#include <sys/types.h> 3089#include <sys/types.h>
3088#include <signal.h> 3090#include <signal.h>
@@ -3099,7 +3101,7 @@ int main() {
3099int i; 3101int i;
3100; return 0; } 3102; return 0; }
3101EOF 3103EOF
3102if { (eval echo configure:3103: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3104if { (eval echo configure:3105: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3103 rm -rf conftest* 3105 rm -rf conftest*
3104 ac_cv_type_signal=void 3106 ac_cv_type_signal=void
3105else 3107else
@@ -3119,19 +3121,19 @@ EOF
3119 3121
3120 3122
3121echo $ac_n "checking for speed_t""... $ac_c" 1>&6 3123echo $ac_n "checking for speed_t""... $ac_c" 1>&6
3122echo "configure:3123: checking for speed_t" >&5 3124echo "configure:3125: checking for speed_t" >&5
3123if eval "test \"`echo '$''{'emacs_cv_speed_t'+set}'`\" = set"; then 3125if eval "test \"`echo '$''{'emacs_cv_speed_t'+set}'`\" = set"; then
3124 echo $ac_n "(cached) $ac_c" 1>&6 3126 echo $ac_n "(cached) $ac_c" 1>&6
3125else 3127else
3126 cat > conftest.$ac_ext <<EOF 3128 cat > conftest.$ac_ext <<EOF
3127#line 3128 "configure" 3129#line 3130 "configure"
3128#include "confdefs.h" 3130#include "confdefs.h"
3129#include <termios.h> 3131#include <termios.h>
3130int main() { 3132int main() {
3131speed_t x = 1; 3133speed_t x = 1;
3132; return 0; } 3134; return 0; }
3133EOF 3135EOF
3134if { (eval echo configure:3135: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3136if { (eval echo configure:3137: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3135 rm -rf conftest* 3137 rm -rf conftest*
3136 emacs_cv_speed_t=yes 3138 emacs_cv_speed_t=yes
3137else 3139else
@@ -3150,12 +3152,12 @@ EOF
3150fi 3152fi
3151 3153
3152echo $ac_n "checking for struct timeval""... $ac_c" 1>&6 3154echo $ac_n "checking for struct timeval""... $ac_c" 1>&6
3153echo "configure:3154: checking for struct timeval" >&5 3155echo "configure:3156: checking for struct timeval" >&5
3154if eval "test \"`echo '$''{'emacs_cv_struct_timeval'+set}'`\" = set"; then 3156if eval "test \"`echo '$''{'emacs_cv_struct_timeval'+set}'`\" = set"; then
3155 echo $ac_n "(cached) $ac_c" 1>&6 3157 echo $ac_n "(cached) $ac_c" 1>&6
3156else 3158else
3157 cat > conftest.$ac_ext <<EOF 3159 cat > conftest.$ac_ext <<EOF
3158#line 3159 "configure" 3160#line 3161 "configure"
3159#include "confdefs.h" 3161#include "confdefs.h"
3160#ifdef TIME_WITH_SYS_TIME 3162#ifdef TIME_WITH_SYS_TIME
3161#include <sys/time.h> 3163#include <sys/time.h>
@@ -3171,7 +3173,7 @@ int main() {
3171static struct timeval x; x.tv_sec = x.tv_usec; 3173static struct timeval x; x.tv_sec = x.tv_usec;
3172; return 0; } 3174; return 0; }
3173EOF 3175EOF
3174if { (eval echo configure:3175: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3176if { (eval echo configure:3177: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3175 rm -rf conftest* 3177 rm -rf conftest*
3176 emacs_cv_struct_timeval=yes 3178 emacs_cv_struct_timeval=yes
3177else 3179else
@@ -3193,19 +3195,19 @@ EOF
3193fi 3195fi
3194 3196
3195echo $ac_n "checking for struct exception""... $ac_c" 1>&6 3197echo $ac_n "checking for struct exception""... $ac_c" 1>&6
3196echo "configure:3197: checking for struct exception" >&5 3198echo "configure:3199: checking for struct exception" >&5
3197if eval "test \"`echo '$''{'emacs_cv_struct_exception'+set}'`\" = set"; then 3199if eval "test \"`echo '$''{'emacs_cv_struct_exception'+set}'`\" = set"; then
3198 echo $ac_n "(cached) $ac_c" 1>&6 3200 echo $ac_n "(cached) $ac_c" 1>&6
3199else 3201else
3200 cat > conftest.$ac_ext <<EOF 3202 cat > conftest.$ac_ext <<EOF
3201#line 3202 "configure" 3203#line 3204 "configure"
3202#include "confdefs.h" 3204#include "confdefs.h"
3203#include <math.h> 3205#include <math.h>
3204int main() { 3206int main() {
3205static struct exception x; x.arg1 = x.arg2 = x.retval; x.name = ""; x.type = 1; 3207static struct exception x; x.arg1 = x.arg2 = x.retval; x.name = ""; x.type = 1;
3206; return 0; } 3208; return 0; }
3207EOF 3209EOF
3208if { (eval echo configure:3209: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3210if { (eval echo configure:3211: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3209 rm -rf conftest* 3211 rm -rf conftest*
3210 emacs_cv_struct_exception=yes 3212 emacs_cv_struct_exception=yes
3211else 3213else
@@ -3227,12 +3229,12 @@ EOF
3227fi 3229fi
3228 3230
3229echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6 3231echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
3230echo "configure:3231: checking whether struct tm is in sys/time.h or time.h" >&5 3232echo "configure:3233: checking whether struct tm is in sys/time.h or time.h" >&5
3231if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then 3233if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
3232 echo $ac_n "(cached) $ac_c" 1>&6 3234 echo $ac_n "(cached) $ac_c" 1>&6
3233else 3235else
3234 cat > conftest.$ac_ext <<EOF 3236 cat > conftest.$ac_ext <<EOF
3235#line 3236 "configure" 3237#line 3238 "configure"
3236#include "confdefs.h" 3238#include "confdefs.h"
3237#include <sys/types.h> 3239#include <sys/types.h>
3238#include <time.h> 3240#include <time.h>
@@ -3240,7 +3242,7 @@ int main() {
3240struct tm *tp; tp->tm_sec; 3242struct tm *tp; tp->tm_sec;
3241; return 0; } 3243; return 0; }
3242EOF 3244EOF
3243if { (eval echo configure:3244: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3245if { (eval echo configure:3246: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3244 rm -rf conftest* 3246 rm -rf conftest*
3245 ac_cv_struct_tm=time.h 3247 ac_cv_struct_tm=time.h
3246else 3248else
@@ -3261,12 +3263,12 @@ EOF
3261fi 3263fi
3262 3264
3263echo $ac_n "checking for tm_zone in struct tm""... $ac_c" 1>&6 3265echo $ac_n "checking for tm_zone in struct tm""... $ac_c" 1>&6
3264echo "configure:3265: checking for tm_zone in struct tm" >&5 3266echo "configure:3267: checking for tm_zone in struct tm" >&5
3265if eval "test \"`echo '$''{'ac_cv_struct_tm_zone'+set}'`\" = set"; then 3267if eval "test \"`echo '$''{'ac_cv_struct_tm_zone'+set}'`\" = set"; then
3266 echo $ac_n "(cached) $ac_c" 1>&6 3268 echo $ac_n "(cached) $ac_c" 1>&6
3267else 3269else
3268 cat > conftest.$ac_ext <<EOF 3270 cat > conftest.$ac_ext <<EOF
3269#line 3270 "configure" 3271#line 3272 "configure"
3270#include "confdefs.h" 3272#include "confdefs.h"
3271#include <sys/types.h> 3273#include <sys/types.h>
3272#include <$ac_cv_struct_tm> 3274#include <$ac_cv_struct_tm>
@@ -3274,7 +3276,7 @@ int main() {
3274struct tm tm; tm.tm_zone; 3276struct tm tm; tm.tm_zone;
3275; return 0; } 3277; return 0; }
3276EOF 3278EOF
3277if { (eval echo configure:3278: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3279if { (eval echo configure:3280: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3278 rm -rf conftest* 3280 rm -rf conftest*
3279 ac_cv_struct_tm_zone=yes 3281 ac_cv_struct_tm_zone=yes
3280else 3282else
@@ -3294,12 +3296,12 @@ EOF
3294 3296
3295else 3297else
3296 echo $ac_n "checking for tzname""... $ac_c" 1>&6 3298 echo $ac_n "checking for tzname""... $ac_c" 1>&6
3297echo "configure:3298: checking for tzname" >&5 3299echo "configure:3300: checking for tzname" >&5
3298if eval "test \"`echo '$''{'ac_cv_var_tzname'+set}'`\" = set"; then 3300if eval "test \"`echo '$''{'ac_cv_var_tzname'+set}'`\" = set"; then
3299 echo $ac_n "(cached) $ac_c" 1>&6 3301 echo $ac_n "(cached) $ac_c" 1>&6
3300else 3302else
3301 cat > conftest.$ac_ext <<EOF 3303 cat > conftest.$ac_ext <<EOF
3302#line 3303 "configure" 3304#line 3305 "configure"
3303#include "confdefs.h" 3305#include "confdefs.h"
3304#include <time.h> 3306#include <time.h>
3305#ifndef tzname /* For SGI. */ 3307#ifndef tzname /* For SGI. */
@@ -3309,7 +3311,7 @@ int main() {
3309atoi(*tzname); 3311atoi(*tzname);
3310; return 0; } 3312; return 0; }
3311EOF 3313EOF
3312if { (eval echo configure:3313: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3314if { (eval echo configure:3315: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3313 rm -rf conftest* 3315 rm -rf conftest*
3314 ac_cv_var_tzname=yes 3316 ac_cv_var_tzname=yes
3315else 3317else
@@ -3331,19 +3333,19 @@ EOF
3331fi 3333fi
3332 3334
3333echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6 3335echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6
3334echo "configure:3335: checking for tm_gmtoff in struct tm" >&5 3336echo "configure:3337: checking for tm_gmtoff in struct tm" >&5
3335if eval "test \"`echo '$''{'emacs_cv_tm_gmtoff'+set}'`\" = set"; then 3337if eval "test \"`echo '$''{'emacs_cv_tm_gmtoff'+set}'`\" = set"; then
3336 echo $ac_n "(cached) $ac_c" 1>&6 3338 echo $ac_n "(cached) $ac_c" 1>&6
3337else 3339else
3338 cat > conftest.$ac_ext <<EOF 3340 cat > conftest.$ac_ext <<EOF
3339#line 3340 "configure" 3341#line 3342 "configure"
3340#include "confdefs.h" 3342#include "confdefs.h"
3341#include <time.h> 3343#include <time.h>
3342int main() { 3344int main() {
3343struct tm t; t.tm_gmtoff = 0 3345struct tm t; t.tm_gmtoff = 0
3344; return 0; } 3346; return 0; }
3345EOF 3347EOF
3346if { (eval echo configure:3347: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3348if { (eval echo configure:3349: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3347 rm -rf conftest* 3349 rm -rf conftest*
3348 emacs_cv_tm_gmtoff=yes 3350 emacs_cv_tm_gmtoff=yes
3349else 3351else
@@ -3365,7 +3367,7 @@ fi
3365 3367
3366 3368
3367echo $ac_n "checking for ${CC-cc} option to accept ANSI C""... $ac_c" 1>&6 3369echo $ac_n "checking for ${CC-cc} option to accept ANSI C""... $ac_c" 1>&6
3368echo "configure:3369: checking for ${CC-cc} option to accept ANSI C" >&5 3370echo "configure:3371: checking for ${CC-cc} option to accept ANSI C" >&5
3369if eval "test \"`echo '$''{'ac_cv_prog_cc_stdc'+set}'`\" = set"; then 3371if eval "test \"`echo '$''{'ac_cv_prog_cc_stdc'+set}'`\" = set"; then
3370 echo $ac_n "(cached) $ac_c" 1>&6 3372 echo $ac_n "(cached) $ac_c" 1>&6
3371else 3373else
@@ -3382,7 +3384,7 @@ for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIO
3382do 3384do
3383 CC="$ac_save_CC $ac_arg" 3385 CC="$ac_save_CC $ac_arg"
3384 cat > conftest.$ac_ext <<EOF 3386 cat > conftest.$ac_ext <<EOF
3385#line 3386 "configure" 3387#line 3388 "configure"
3386#include "confdefs.h" 3388#include "confdefs.h"
3387#include <stdarg.h> 3389#include <stdarg.h>
3388#include <stdio.h> 3390#include <stdio.h>
@@ -3416,7 +3418,7 @@ int main() {
3416return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; 3418return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3417; return 0; } 3419; return 0; }
3418EOF 3420EOF
3419if { (eval echo configure:3420: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3421if { (eval echo configure:3422: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3420 rm -rf conftest* 3422 rm -rf conftest*
3421 ac_cv_prog_cc_stdc="$ac_arg"; break 3423 ac_cv_prog_cc_stdc="$ac_arg"; break
3422else 3424else
@@ -3438,7 +3440,7 @@ case "x$ac_cv_prog_cc_stdc" in
3438esac 3440esac
3439 3441
3440echo $ac_n "checking for function prototypes""... $ac_c" 1>&6 3442echo $ac_n "checking for function prototypes""... $ac_c" 1>&6
3441echo "configure:3442: checking for function prototypes" >&5 3443echo "configure:3444: checking for function prototypes" >&5
3442if test "$ac_cv_prog_cc_stdc" != no; then 3444if test "$ac_cv_prog_cc_stdc" != no; then
3443 echo "$ac_t""yes" 1>&6 3445 echo "$ac_t""yes" 1>&6
3444 cat >> confdefs.h <<\EOF 3446 cat >> confdefs.h <<\EOF
@@ -3450,12 +3452,12 @@ else
3450fi 3452fi
3451 3453
3452echo $ac_n "checking for working volatile""... $ac_c" 1>&6 3454echo $ac_n "checking for working volatile""... $ac_c" 1>&6
3453echo "configure:3454: checking for working volatile" >&5 3455echo "configure:3456: checking for working volatile" >&5
3454if eval "test \"`echo '$''{'ac_cv_c_volatile'+set}'`\" = set"; then 3456if eval "test \"`echo '$''{'ac_cv_c_volatile'+set}'`\" = set"; then
3455 echo $ac_n "(cached) $ac_c" 1>&6 3457 echo $ac_n "(cached) $ac_c" 1>&6
3456else 3458else
3457 cat > conftest.$ac_ext <<EOF 3459 cat > conftest.$ac_ext <<EOF
3458#line 3459 "configure" 3460#line 3461 "configure"
3459#include "confdefs.h" 3461#include "confdefs.h"
3460 3462
3461int main() { 3463int main() {
@@ -3464,7 +3466,7 @@ volatile int x;
3464int * volatile y; 3466int * volatile y;
3465; return 0; } 3467; return 0; }
3466EOF 3468EOF
3467if { (eval echo configure:3468: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3469if { (eval echo configure:3470: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3468 rm -rf conftest* 3470 rm -rf conftest*
3469 ac_cv_c_volatile=yes 3471 ac_cv_c_volatile=yes
3470else 3472else
@@ -3485,12 +3487,12 @@ EOF
3485fi 3487fi
3486 3488
3487echo $ac_n "checking for working const""... $ac_c" 1>&6 3489echo $ac_n "checking for working const""... $ac_c" 1>&6
3488echo "configure:3489: checking for working const" >&5 3490echo "configure:3491: checking for working const" >&5
3489if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 3491if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
3490 echo $ac_n "(cached) $ac_c" 1>&6 3492 echo $ac_n "(cached) $ac_c" 1>&6
3491else 3493else
3492 cat > conftest.$ac_ext <<EOF 3494 cat > conftest.$ac_ext <<EOF
3493#line 3494 "configure" 3495#line 3496 "configure"
3494#include "confdefs.h" 3496#include "confdefs.h"
3495 3497
3496int main() { 3498int main() {
@@ -3539,7 +3541,7 @@ ccp = (char const *const *) p;
3539 3541
3540; return 0; } 3542; return 0; }
3541EOF 3543EOF
3542if { (eval echo configure:3543: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3544if { (eval echo configure:3545: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3543 rm -rf conftest* 3545 rm -rf conftest*
3544 ac_cv_c_const=yes 3546 ac_cv_c_const=yes
3545else 3547else
@@ -3560,19 +3562,19 @@ EOF
3560fi 3562fi
3561 3563
3562echo $ac_n "checking for void * support""... $ac_c" 1>&6 3564echo $ac_n "checking for void * support""... $ac_c" 1>&6
3563echo "configure:3564: checking for void * support" >&5 3565echo "configure:3566: checking for void * support" >&5
3564if eval "test \"`echo '$''{'emacs_cv_void_star'+set}'`\" = set"; then 3566if eval "test \"`echo '$''{'emacs_cv_void_star'+set}'`\" = set"; then
3565 echo $ac_n "(cached) $ac_c" 1>&6 3567 echo $ac_n "(cached) $ac_c" 1>&6
3566else 3568else
3567 cat > conftest.$ac_ext <<EOF 3569 cat > conftest.$ac_ext <<EOF
3568#line 3569 "configure" 3570#line 3571 "configure"
3569#include "confdefs.h" 3571#include "confdefs.h"
3570 3572
3571int main() { 3573int main() {
3572void * foo; 3574void * foo;
3573; return 0; } 3575; return 0; }
3574EOF 3576EOF
3575if { (eval echo configure:3576: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3577if { (eval echo configure:3578: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3576 rm -rf conftest* 3578 rm -rf conftest*
3577 emacs_cv_void_star=yes 3579 emacs_cv_void_star=yes
3578else 3580else
@@ -3598,7 +3600,7 @@ EOF
3598fi 3600fi
3599 3601
3600echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 3602echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
3601echo "configure:3602: checking whether ${MAKE-make} sets \${MAKE}" >&5 3603echo "configure:3604: checking whether ${MAKE-make} sets \${MAKE}" >&5
3602set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 3604set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
3603if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then 3605if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
3604 echo $ac_n "(cached) $ac_c" 1>&6 3606 echo $ac_n "(cached) $ac_c" 1>&6
@@ -3626,7 +3628,7 @@ fi
3626 3628
3627 3629
3628echo $ac_n "checking for long file names""... $ac_c" 1>&6 3630echo $ac_n "checking for long file names""... $ac_c" 1>&6
3629echo "configure:3630: checking for long file names" >&5 3631echo "configure:3632: checking for long file names" >&5
3630if eval "test \"`echo '$''{'ac_cv_sys_long_file_names'+set}'`\" = set"; then 3632if eval "test \"`echo '$''{'ac_cv_sys_long_file_names'+set}'`\" = set"; then
3631 echo $ac_n "(cached) $ac_c" 1>&6 3633 echo $ac_n "(cached) $ac_c" 1>&6
3632else 3634else
@@ -3677,7 +3679,7 @@ fi
3677# Uses ac_ vars as temps to allow command line to override cache and checks. 3679# Uses ac_ vars as temps to allow command line to override cache and checks.
3678# --without-x overrides everything else, but does not touch the cache. 3680# --without-x overrides everything else, but does not touch the cache.
3679echo $ac_n "checking for X""... $ac_c" 1>&6 3681echo $ac_n "checking for X""... $ac_c" 1>&6
3680echo "configure:3681: checking for X" >&5 3682echo "configure:3683: checking for X" >&5
3681 3683
3682# Check whether --with-x or --without-x was given. 3684# Check whether --with-x or --without-x was given.
3683if test "${with_x+set}" = set; then 3685if test "${with_x+set}" = set; then
@@ -3739,12 +3741,12 @@ if test "$ac_x_includes" = NO; then
3739 3741
3740 # First, try using that file with no special directory specified. 3742 # First, try using that file with no special directory specified.
3741cat > conftest.$ac_ext <<EOF 3743cat > conftest.$ac_ext <<EOF
3742#line 3743 "configure" 3744#line 3745 "configure"
3743#include "confdefs.h" 3745#include "confdefs.h"
3744#include <$x_direct_test_include> 3746#include <$x_direct_test_include>
3745EOF 3747EOF
3746ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3748ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3747{ (eval echo configure:3748: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3749{ (eval echo configure:3750: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3748ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3750ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3749if test -z "$ac_err"; then 3751if test -z "$ac_err"; then
3750 rm -rf conftest* 3752 rm -rf conftest*
@@ -3813,14 +3815,14 @@ if test "$ac_x_libraries" = NO; then
3813 ac_save_LIBS="$LIBS" 3815 ac_save_LIBS="$LIBS"
3814 LIBS="-l$x_direct_test_library $LIBS" 3816 LIBS="-l$x_direct_test_library $LIBS"
3815cat > conftest.$ac_ext <<EOF 3817cat > conftest.$ac_ext <<EOF
3816#line 3817 "configure" 3818#line 3819 "configure"
3817#include "confdefs.h" 3819#include "confdefs.h"
3818 3820
3819int main() { 3821int main() {
3820${x_direct_test_function}() 3822${x_direct_test_function}()
3821; return 0; } 3823; return 0; }
3822EOF 3824EOF
3823if { (eval echo configure:3824: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3825if { (eval echo configure:3826: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3824 rm -rf conftest* 3826 rm -rf conftest*
3825 LIBS="$ac_save_LIBS" 3827 LIBS="$ac_save_LIBS"
3826# We can link X programs with no special library path. 3828# We can link X programs with no special library path.
@@ -3998,12 +4000,12 @@ UNEXEC_SRC="`echo ${unexec} | sed 's/\.o/.c/'`"
3998GNU_MALLOC=yes 4000GNU_MALLOC=yes
3999doug_lea_malloc=yes 4001doug_lea_malloc=yes
4000echo $ac_n "checking for malloc_get_state""... $ac_c" 1>&6 4002echo $ac_n "checking for malloc_get_state""... $ac_c" 1>&6
4001echo "configure:4002: checking for malloc_get_state" >&5 4003echo "configure:4004: checking for malloc_get_state" >&5
4002if eval "test \"`echo '$''{'ac_cv_func_malloc_get_state'+set}'`\" = set"; then 4004if eval "test \"`echo '$''{'ac_cv_func_malloc_get_state'+set}'`\" = set"; then
4003 echo $ac_n "(cached) $ac_c" 1>&6 4005 echo $ac_n "(cached) $ac_c" 1>&6
4004else 4006else
4005 cat > conftest.$ac_ext <<EOF 4007 cat > conftest.$ac_ext <<EOF
4006#line 4007 "configure" 4008#line 4009 "configure"
4007#include "confdefs.h" 4009#include "confdefs.h"
4008/* System header to define __stub macros and hopefully few prototypes, 4010/* System header to define __stub macros and hopefully few prototypes,
4009 which can conflict with char malloc_get_state(); below. */ 4011 which can conflict with char malloc_get_state(); below. */
@@ -4026,7 +4028,7 @@ malloc_get_state();
4026 4028
4027; return 0; } 4029; return 0; }
4028EOF 4030EOF
4029if { (eval echo configure:4030: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4031if { (eval echo configure:4032: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4030 rm -rf conftest* 4032 rm -rf conftest*
4031 eval "ac_cv_func_malloc_get_state=yes" 4033 eval "ac_cv_func_malloc_get_state=yes"
4032else 4034else
@@ -4047,12 +4049,12 @@ doug_lea_malloc=no
4047fi 4049fi
4048 4050
4049echo $ac_n "checking for malloc_set_state""... $ac_c" 1>&6 4051echo $ac_n "checking for malloc_set_state""... $ac_c" 1>&6
4050echo "configure:4051: checking for malloc_set_state" >&5 4052echo "configure:4053: checking for malloc_set_state" >&5
4051if eval "test \"`echo '$''{'ac_cv_func_malloc_set_state'+set}'`\" = set"; then 4053if eval "test \"`echo '$''{'ac_cv_func_malloc_set_state'+set}'`\" = set"; then
4052 echo $ac_n "(cached) $ac_c" 1>&6 4054 echo $ac_n "(cached) $ac_c" 1>&6
4053else 4055else
4054 cat > conftest.$ac_ext <<EOF 4056 cat > conftest.$ac_ext <<EOF
4055#line 4056 "configure" 4057#line 4058 "configure"
4056#include "confdefs.h" 4058#include "confdefs.h"
4057/* System header to define __stub macros and hopefully few prototypes, 4059/* System header to define __stub macros and hopefully few prototypes,
4058 which can conflict with char malloc_set_state(); below. */ 4060 which can conflict with char malloc_set_state(); below. */
@@ -4075,7 +4077,7 @@ malloc_set_state();
4075 4077
4076; return 0; } 4078; return 0; }
4077EOF 4079EOF
4078if { (eval echo configure:4079: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4080if { (eval echo configure:4081: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4079 rm -rf conftest* 4081 rm -rf conftest*
4080 eval "ac_cv_func_malloc_set_state=yes" 4082 eval "ac_cv_func_malloc_set_state=yes"
4081else 4083else
@@ -4096,19 +4098,19 @@ doug_lea_malloc=no
4096fi 4098fi
4097 4099
4098echo $ac_n "checking whether __after_morecore_hook exists""... $ac_c" 1>&6 4100echo $ac_n "checking whether __after_morecore_hook exists""... $ac_c" 1>&6
4099echo "configure:4100: checking whether __after_morecore_hook exists" >&5 4101echo "configure:4102: checking whether __after_morecore_hook exists" >&5
4100if eval "test \"`echo '$''{'emacs_cv_var___after_morecore_hook'+set}'`\" = set"; then 4102if eval "test \"`echo '$''{'emacs_cv_var___after_morecore_hook'+set}'`\" = set"; then
4101 echo $ac_n "(cached) $ac_c" 1>&6 4103 echo $ac_n "(cached) $ac_c" 1>&6
4102else 4104else
4103 cat > conftest.$ac_ext <<EOF 4105 cat > conftest.$ac_ext <<EOF
4104#line 4105 "configure" 4106#line 4107 "configure"
4105#include "confdefs.h" 4107#include "confdefs.h"
4106extern void (* __after_morecore_hook)(); 4108extern void (* __after_morecore_hook)();
4107int main() { 4109int main() {
4108__after_morecore_hook = 0 4110__after_morecore_hook = 0
4109; return 0; } 4111; return 0; }
4110EOF 4112EOF
4111if { (eval echo configure:4112: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4113if { (eval echo configure:4114: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4112 rm -rf conftest* 4114 rm -rf conftest*
4113 emacs_cv_var___after_morecore_hook=yes 4115 emacs_cv_var___after_morecore_hook=yes
4114else 4116else
@@ -4147,7 +4149,7 @@ fi
4147LIBS="$libsrc_libs $LIBS" 4149LIBS="$libsrc_libs $LIBS"
4148 4150
4149echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6 4151echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
4150echo "configure:4151: checking for dnet_ntoa in -ldnet" >&5 4152echo "configure:4153: checking for dnet_ntoa in -ldnet" >&5
4151ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'` 4153ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
4152if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 4154if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4153 echo $ac_n "(cached) $ac_c" 1>&6 4155 echo $ac_n "(cached) $ac_c" 1>&6
@@ -4155,7 +4157,7 @@ else
4155 ac_save_LIBS="$LIBS" 4157 ac_save_LIBS="$LIBS"
4156LIBS="-ldnet $LIBS" 4158LIBS="-ldnet $LIBS"
4157cat > conftest.$ac_ext <<EOF 4159cat > conftest.$ac_ext <<EOF
4158#line 4159 "configure" 4160#line 4161 "configure"
4159#include "confdefs.h" 4161#include "confdefs.h"
4160/* Override any gcc2 internal prototype to avoid an error. */ 4162/* Override any gcc2 internal prototype to avoid an error. */
4161/* We use char because int might match the return type of a gcc2 4163/* We use char because int might match the return type of a gcc2
@@ -4166,7 +4168,7 @@ int main() {
4166dnet_ntoa() 4168dnet_ntoa()
4167; return 0; } 4169; return 0; }
4168EOF 4170EOF
4169if { (eval echo configure:4170: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4171if { (eval echo configure:4172: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4170 rm -rf conftest* 4172 rm -rf conftest*
4171 eval "ac_cv_lib_$ac_lib_var=yes" 4173 eval "ac_cv_lib_$ac_lib_var=yes"
4172else 4174else
@@ -4195,7 +4197,7 @@ fi
4195 4197
4196 4198
4197echo $ac_n "checking for main in -lXbsd""... $ac_c" 1>&6 4199echo $ac_n "checking for main in -lXbsd""... $ac_c" 1>&6
4198echo "configure:4199: checking for main in -lXbsd" >&5 4200echo "configure:4201: checking for main in -lXbsd" >&5
4199ac_lib_var=`echo Xbsd'_'main | sed 'y%./+-%__p_%'` 4201ac_lib_var=`echo Xbsd'_'main | sed 'y%./+-%__p_%'`
4200if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 4202if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4201 echo $ac_n "(cached) $ac_c" 1>&6 4203 echo $ac_n "(cached) $ac_c" 1>&6
@@ -4203,14 +4205,14 @@ else
4203 ac_save_LIBS="$LIBS" 4205 ac_save_LIBS="$LIBS"
4204LIBS="-lXbsd $LIBS" 4206LIBS="-lXbsd $LIBS"
4205cat > conftest.$ac_ext <<EOF 4207cat > conftest.$ac_ext <<EOF
4206#line 4207 "configure" 4208#line 4209 "configure"
4207#include "confdefs.h" 4209#include "confdefs.h"
4208 4210
4209int main() { 4211int main() {
4210main() 4212main()
4211; return 0; } 4213; return 0; }
4212EOF 4214EOF
4213if { (eval echo configure:4214: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4215if { (eval echo configure:4216: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4214 rm -rf conftest* 4216 rm -rf conftest*
4215 eval "ac_cv_lib_$ac_lib_var=yes" 4217 eval "ac_cv_lib_$ac_lib_var=yes"
4216else 4218else
@@ -4232,7 +4234,7 @@ fi
4232 4234
4233 4235
4234echo $ac_n "checking for cma_open in -lpthreads""... $ac_c" 1>&6 4236echo $ac_n "checking for cma_open in -lpthreads""... $ac_c" 1>&6
4235echo "configure:4236: checking for cma_open in -lpthreads" >&5 4237echo "configure:4238: checking for cma_open in -lpthreads" >&5
4236ac_lib_var=`echo pthreads'_'cma_open | sed 'y%./+-%__p_%'` 4238ac_lib_var=`echo pthreads'_'cma_open | sed 'y%./+-%__p_%'`
4237if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 4239if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4238 echo $ac_n "(cached) $ac_c" 1>&6 4240 echo $ac_n "(cached) $ac_c" 1>&6
@@ -4240,7 +4242,7 @@ else
4240 ac_save_LIBS="$LIBS" 4242 ac_save_LIBS="$LIBS"
4241LIBS="-lpthreads $LIBS" 4243LIBS="-lpthreads $LIBS"
4242cat > conftest.$ac_ext <<EOF 4244cat > conftest.$ac_ext <<EOF
4243#line 4244 "configure" 4245#line 4246 "configure"
4244#include "confdefs.h" 4246#include "confdefs.h"
4245/* Override any gcc2 internal prototype to avoid an error. */ 4247/* Override any gcc2 internal prototype to avoid an error. */
4246/* We use char because int might match the return type of a gcc2 4248/* We use char because int might match the return type of a gcc2
@@ -4251,7 +4253,7 @@ int main() {
4251cma_open() 4253cma_open()
4252; return 0; } 4254; return 0; }
4253EOF 4255EOF
4254if { (eval echo configure:4255: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4256if { (eval echo configure:4257: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4255 rm -rf conftest* 4257 rm -rf conftest*
4256 eval "ac_cv_lib_$ac_lib_var=yes" 4258 eval "ac_cv_lib_$ac_lib_var=yes"
4257else 4259else
@@ -4280,7 +4282,7 @@ fi
4280 4282
4281 4283
4282echo $ac_n "checking for XFree86 in /usr/X386""... $ac_c" 1>&6 4284echo $ac_n "checking for XFree86 in /usr/X386""... $ac_c" 1>&6
4283echo "configure:4284: checking for XFree86 in /usr/X386" >&5 4285echo "configure:4286: checking for XFree86 in /usr/X386" >&5
4284if test -d /usr/X386/include; then 4286if test -d /usr/X386/include; then
4285 HAVE_XFREE386=yes 4287 HAVE_XFREE386=yes
4286 : ${C_SWITCH_X_SITE="-I/usr/X386/include"} 4288 : ${C_SWITCH_X_SITE="-I/usr/X386/include"}
@@ -4312,16 +4314,16 @@ if test "${HAVE_X11}" = "yes"; then
4312 4314
4313 if test "${opsys}" = "gnu-linux"; then 4315 if test "${opsys}" = "gnu-linux"; then
4314 echo $ac_n "checking whether X on GNU/Linux needs -b to link""... $ac_c" 1>&6 4316 echo $ac_n "checking whether X on GNU/Linux needs -b to link""... $ac_c" 1>&6
4315echo "configure:4316: checking whether X on GNU/Linux needs -b to link" >&5 4317echo "configure:4318: checking whether X on GNU/Linux needs -b to link" >&5
4316 cat > conftest.$ac_ext <<EOF 4318 cat > conftest.$ac_ext <<EOF
4317#line 4318 "configure" 4319#line 4320 "configure"
4318#include "confdefs.h" 4320#include "confdefs.h"
4319 4321
4320int main() { 4322int main() {
4321XOpenDisplay ("foo"); 4323XOpenDisplay ("foo");
4322; return 0; } 4324; return 0; }
4323EOF 4325EOF
4324if { (eval echo configure:4325: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4326if { (eval echo configure:4327: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4325 rm -rf conftest* 4327 rm -rf conftest*
4326 xlinux_first_failure=no 4328 xlinux_first_failure=no
4327else 4329else
@@ -4341,14 +4343,14 @@ rm -f conftest*
4341 CPPFLAGS="$CPPFLAGS -b i486-linuxaout" 4343 CPPFLAGS="$CPPFLAGS -b i486-linuxaout"
4342 LIBS="$LIBS -b i486-linuxaout" 4344 LIBS="$LIBS -b i486-linuxaout"
4343 cat > conftest.$ac_ext <<EOF 4345 cat > conftest.$ac_ext <<EOF
4344#line 4345 "configure" 4346#line 4347 "configure"
4345#include "confdefs.h" 4347#include "confdefs.h"
4346 4348
4347int main() { 4349int main() {
4348XOpenDisplay ("foo"); 4350XOpenDisplay ("foo");
4349; return 0; } 4351; return 0; }
4350EOF 4352EOF
4351if { (eval echo configure:4352: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4353if { (eval echo configure:4354: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4352 rm -rf conftest* 4354 rm -rf conftest*
4353 xlinux_second_failure=no 4355 xlinux_second_failure=no
4354else 4356else
@@ -4378,12 +4380,12 @@ rm -f conftest*
4378XScreenNumberOfScreen XSetWMProtocols 4380XScreenNumberOfScreen XSetWMProtocols
4379do 4381do
4380echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 4382echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4381echo "configure:4382: checking for $ac_func" >&5 4383echo "configure:4384: checking for $ac_func" >&5
4382if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 4384if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4383 echo $ac_n "(cached) $ac_c" 1>&6 4385 echo $ac_n "(cached) $ac_c" 1>&6
4384else 4386else
4385 cat > conftest.$ac_ext <<EOF 4387 cat > conftest.$ac_ext <<EOF
4386#line 4387 "configure" 4388#line 4389 "configure"
4387#include "confdefs.h" 4389#include "confdefs.h"
4388/* System header to define __stub macros and hopefully few prototypes, 4390/* System header to define __stub macros and hopefully few prototypes,
4389 which can conflict with char $ac_func(); below. */ 4391 which can conflict with char $ac_func(); below. */
@@ -4406,7 +4408,7 @@ $ac_func();
4406 4408
4407; return 0; } 4409; return 0; }
4408EOF 4410EOF
4409if { (eval echo configure:4410: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4411if { (eval echo configure:4412: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4410 rm -rf conftest* 4412 rm -rf conftest*
4411 eval "ac_cv_func_$ac_func=yes" 4413 eval "ac_cv_func_$ac_func=yes"
4412else 4414else
@@ -4434,12 +4436,12 @@ fi
4434 4436
4435if test "${window_system}" = "x11"; then 4437if test "${window_system}" = "x11"; then
4436 echo $ac_n "checking X11 version 6""... $ac_c" 1>&6 4438 echo $ac_n "checking X11 version 6""... $ac_c" 1>&6
4437echo "configure:4438: checking X11 version 6" >&5 4439echo "configure:4440: checking X11 version 6" >&5
4438 if eval "test \"`echo '$''{'emacs_cv_x11_version_6'+set}'`\" = set"; then 4440 if eval "test \"`echo '$''{'emacs_cv_x11_version_6'+set}'`\" = set"; then
4439 echo $ac_n "(cached) $ac_c" 1>&6 4441 echo $ac_n "(cached) $ac_c" 1>&6
4440else 4442else
4441 cat > conftest.$ac_ext <<EOF 4443 cat > conftest.$ac_ext <<EOF
4442#line 4443 "configure" 4444#line 4445 "configure"
4443#include "confdefs.h" 4445#include "confdefs.h"
4444#include <X11/Xlib.h> 4446#include <X11/Xlib.h>
4445int main() { 4447int main() {
@@ -4449,7 +4451,7 @@ fail;
4449 4451
4450; return 0; } 4452; return 0; }
4451EOF 4453EOF
4452if { (eval echo configure:4453: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4454if { (eval echo configure:4455: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4453 rm -rf conftest* 4455 rm -rf conftest*
4454 emacs_cv_x11_version_6=yes 4456 emacs_cv_x11_version_6=yes
4455else 4457else
@@ -4474,12 +4476,12 @@ fi
4474 4476
4475if test "${window_system}" = "x11"; then 4477if test "${window_system}" = "x11"; then
4476 echo $ac_n "checking X11 version 5""... $ac_c" 1>&6 4478 echo $ac_n "checking X11 version 5""... $ac_c" 1>&6
4477echo "configure:4478: checking X11 version 5" >&5 4479echo "configure:4480: checking X11 version 5" >&5
4478 if eval "test \"`echo '$''{'emacs_cv_x11_version_5'+set}'`\" = set"; then 4480 if eval "test \"`echo '$''{'emacs_cv_x11_version_5'+set}'`\" = set"; then
4479 echo $ac_n "(cached) $ac_c" 1>&6 4481 echo $ac_n "(cached) $ac_c" 1>&6
4480else 4482else
4481 cat > conftest.$ac_ext <<EOF 4483 cat > conftest.$ac_ext <<EOF
4482#line 4483 "configure" 4484#line 4485 "configure"
4483#include "confdefs.h" 4485#include "confdefs.h"
4484#include <X11/Xlib.h> 4486#include <X11/Xlib.h>
4485int main() { 4487int main() {
@@ -4489,7 +4491,7 @@ fail;
4489 4491
4490; return 0; } 4492; return 0; }
4491EOF 4493EOF
4492if { (eval echo configure:4493: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4494if { (eval echo configure:4495: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4493 rm -rf conftest* 4495 rm -rf conftest*
4494 emacs_cv_x11_version_5=yes 4496 emacs_cv_x11_version_5=yes
4495else 4497else
@@ -4517,12 +4519,12 @@ fi
4517if test x"${USE_X_TOOLKIT}" = xmaybe; then 4519if test x"${USE_X_TOOLKIT}" = xmaybe; then
4518 if test x"${HAVE_X11R5}" = xyes; then 4520 if test x"${HAVE_X11R5}" = xyes; then
4519 echo $ac_n "checking X11 version 5 with Xaw""... $ac_c" 1>&6 4521 echo $ac_n "checking X11 version 5 with Xaw""... $ac_c" 1>&6
4520echo "configure:4521: checking X11 version 5 with Xaw" >&5 4522echo "configure:4523: checking X11 version 5 with Xaw" >&5
4521 if eval "test \"`echo '$''{'emacs_cv_x11_version_5_with_xaw'+set}'`\" = set"; then 4523 if eval "test \"`echo '$''{'emacs_cv_x11_version_5_with_xaw'+set}'`\" = set"; then
4522 echo $ac_n "(cached) $ac_c" 1>&6 4524 echo $ac_n "(cached) $ac_c" 1>&6
4523else 4525else
4524 cat > conftest.$ac_ext <<EOF 4526 cat > conftest.$ac_ext <<EOF
4525#line 4526 "configure" 4527#line 4528 "configure"
4526#include "confdefs.h" 4528#include "confdefs.h"
4527 4529
4528#include <X11/Intrinsic.h> 4530#include <X11/Intrinsic.h>
@@ -4531,7 +4533,7 @@ int main() {
4531 4533
4532; return 0; } 4534; return 0; }
4533EOF 4535EOF
4534if { (eval echo configure:4535: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4536if { (eval echo configure:4537: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4535 rm -rf conftest* 4537 rm -rf conftest*
4536 emacs_cv_x11_version_5_with_xaw=yes 4538 emacs_cv_x11_version_5_with_xaw=yes
4537else 4539else
@@ -4559,12 +4561,12 @@ X_TOOLKIT_TYPE=$USE_X_TOOLKIT
4559 4561
4560if test "${USE_X_TOOLKIT}" != "none"; then 4562if test "${USE_X_TOOLKIT}" != "none"; then
4561 echo $ac_n "checking X11 toolkit version""... $ac_c" 1>&6 4563 echo $ac_n "checking X11 toolkit version""... $ac_c" 1>&6
4562echo "configure:4563: checking X11 toolkit version" >&5 4564echo "configure:4565: checking X11 toolkit version" >&5
4563 if eval "test \"`echo '$''{'emacs_cv_x11_toolkit_version_6'+set}'`\" = set"; then 4565 if eval "test \"`echo '$''{'emacs_cv_x11_toolkit_version_6'+set}'`\" = set"; then
4564 echo $ac_n "(cached) $ac_c" 1>&6 4566 echo $ac_n "(cached) $ac_c" 1>&6
4565else 4567else
4566 cat > conftest.$ac_ext <<EOF 4568 cat > conftest.$ac_ext <<EOF
4567#line 4568 "configure" 4569#line 4570 "configure"
4568#include "confdefs.h" 4570#include "confdefs.h"
4569#include <X11/Intrinsic.h> 4571#include <X11/Intrinsic.h>
4570int main() { 4572int main() {
@@ -4574,7 +4576,7 @@ fail;
4574 4576
4575; return 0; } 4577; return 0; }
4576EOF 4578EOF
4577if { (eval echo configure:4578: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4579if { (eval echo configure:4580: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4578 rm -rf conftest* 4580 rm -rf conftest*
4579 emacs_cv_x11_toolkit_version_6=yes 4581 emacs_cv_x11_toolkit_version_6=yes
4580else 4582else
@@ -4604,7 +4606,7 @@ EOF
4604 LIBS="-lXt $LIBS" 4606 LIBS="-lXt $LIBS"
4605 fi 4607 fi
4606 echo $ac_n "checking for XmuConvertStandardSelection in -lXmu""... $ac_c" 1>&6 4608 echo $ac_n "checking for XmuConvertStandardSelection in -lXmu""... $ac_c" 1>&6
4607echo "configure:4608: checking for XmuConvertStandardSelection in -lXmu" >&5 4609echo "configure:4610: checking for XmuConvertStandardSelection in -lXmu" >&5
4608ac_lib_var=`echo Xmu'_'XmuConvertStandardSelection | sed 'y%./+-%__p_%'` 4610ac_lib_var=`echo Xmu'_'XmuConvertStandardSelection | sed 'y%./+-%__p_%'`
4609if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 4611if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4610 echo $ac_n "(cached) $ac_c" 1>&6 4612 echo $ac_n "(cached) $ac_c" 1>&6
@@ -4612,7 +4614,7 @@ else
4612 ac_save_LIBS="$LIBS" 4614 ac_save_LIBS="$LIBS"
4613LIBS="-lXmu $LIBS" 4615LIBS="-lXmu $LIBS"
4614cat > conftest.$ac_ext <<EOF 4616cat > conftest.$ac_ext <<EOF
4615#line 4616 "configure" 4617#line 4618 "configure"
4616#include "confdefs.h" 4618#include "confdefs.h"
4617/* Override any gcc2 internal prototype to avoid an error. */ 4619/* Override any gcc2 internal prototype to avoid an error. */
4618/* We use char because int might match the return type of a gcc2 4620/* We use char because int might match the return type of a gcc2
@@ -4623,7 +4625,7 @@ int main() {
4623XmuConvertStandardSelection() 4625XmuConvertStandardSelection()
4624; return 0; } 4626; return 0; }
4625EOF 4627EOF
4626if { (eval echo configure:4627: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4628if { (eval echo configure:4629: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4627 rm -rf conftest* 4629 rm -rf conftest*
4628 eval "ac_cv_lib_$ac_lib_var=yes" 4630 eval "ac_cv_lib_$ac_lib_var=yes"
4629else 4631else
@@ -4655,12 +4657,12 @@ fi
4655 4657
4656if test "${USE_X_TOOLKIT}" = "MOTIF"; then 4658if test "${USE_X_TOOLKIT}" = "MOTIF"; then
4657 echo $ac_n "checking for Motif version 2.1""... $ac_c" 1>&6 4659 echo $ac_n "checking for Motif version 2.1""... $ac_c" 1>&6
4658echo "configure:4659: checking for Motif version 2.1" >&5 4660echo "configure:4661: checking for Motif version 2.1" >&5
4659if eval "test \"`echo '$''{'emacs_cv_motif_version_2_1'+set}'`\" = set"; then 4661if eval "test \"`echo '$''{'emacs_cv_motif_version_2_1'+set}'`\" = set"; then
4660 echo $ac_n "(cached) $ac_c" 1>&6 4662 echo $ac_n "(cached) $ac_c" 1>&6
4661else 4663else
4662 cat > conftest.$ac_ext <<EOF 4664 cat > conftest.$ac_ext <<EOF
4663#line 4664 "configure" 4665#line 4666 "configure"
4664#include "confdefs.h" 4666#include "confdefs.h"
4665#include <Xm/Xm.h> 4667#include <Xm/Xm.h>
4666int main() { 4668int main() {
@@ -4671,7 +4673,7 @@ Motif version prior to 2.1.
4671#endif 4673#endif
4672; return 0; } 4674; return 0; }
4673EOF 4675EOF
4674if { (eval echo configure:4675: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4676if { (eval echo configure:4677: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4675 rm -rf conftest* 4677 rm -rf conftest*
4676 emacs_cv_motif_version_2_1=yes 4678 emacs_cv_motif_version_2_1=yes
4677else 4679else
@@ -4691,7 +4693,7 @@ echo "$ac_t""$emacs_cv_motif_version_2_1" 1>&6
4691EOF 4693EOF
4692 4694
4693 echo $ac_n "checking for XpCreateContext in -lXp""... $ac_c" 1>&6 4695 echo $ac_n "checking for XpCreateContext in -lXp""... $ac_c" 1>&6
4694echo "configure:4695: checking for XpCreateContext in -lXp" >&5 4696echo "configure:4697: checking for XpCreateContext in -lXp" >&5
4695ac_lib_var=`echo Xp'_'XpCreateContext | sed 'y%./+-%__p_%'` 4697ac_lib_var=`echo Xp'_'XpCreateContext | sed 'y%./+-%__p_%'`
4696if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 4698if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4697 echo $ac_n "(cached) $ac_c" 1>&6 4699 echo $ac_n "(cached) $ac_c" 1>&6
@@ -4699,7 +4701,7 @@ else
4699 ac_save_LIBS="$LIBS" 4701 ac_save_LIBS="$LIBS"
4700LIBS="-lXp -lXext $LIBS" 4702LIBS="-lXp -lXext $LIBS"
4701cat > conftest.$ac_ext <<EOF 4703cat > conftest.$ac_ext <<EOF
4702#line 4703 "configure" 4704#line 4705 "configure"
4703#include "confdefs.h" 4705#include "confdefs.h"
4704/* Override any gcc2 internal prototype to avoid an error. */ 4706/* Override any gcc2 internal prototype to avoid an error. */
4705/* We use char because int might match the return type of a gcc2 4707/* We use char because int might match the return type of a gcc2
@@ -4710,7 +4712,7 @@ int main() {
4710XpCreateContext() 4712XpCreateContext()
4711; return 0; } 4713; return 0; }
4712EOF 4714EOF
4713if { (eval echo configure:4714: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4715if { (eval echo configure:4716: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4714 rm -rf conftest* 4716 rm -rf conftest*
4715 eval "ac_cv_lib_$ac_lib_var=yes" 4717 eval "ac_cv_lib_$ac_lib_var=yes"
4716else 4718else
@@ -4747,17 +4749,17 @@ if test "${HAVE_X11}" = "yes"; then
4747 CFLAGS="${LD_SWITCH_X_SITE}" 4749 CFLAGS="${LD_SWITCH_X_SITE}"
4748 ac_safe=`echo "X11/Xaw3d/Scrollbar.h" | sed 'y%./+-%__p_%'` 4750 ac_safe=`echo "X11/Xaw3d/Scrollbar.h" | sed 'y%./+-%__p_%'`
4749echo $ac_n "checking for X11/Xaw3d/Scrollbar.h""... $ac_c" 1>&6 4751echo $ac_n "checking for X11/Xaw3d/Scrollbar.h""... $ac_c" 1>&6
4750echo "configure:4751: checking for X11/Xaw3d/Scrollbar.h" >&5 4752echo "configure:4753: checking for X11/Xaw3d/Scrollbar.h" >&5
4751if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4753if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4752 echo $ac_n "(cached) $ac_c" 1>&6 4754 echo $ac_n "(cached) $ac_c" 1>&6
4753else 4755else
4754 cat > conftest.$ac_ext <<EOF 4756 cat > conftest.$ac_ext <<EOF
4755#line 4756 "configure" 4757#line 4758 "configure"
4756#include "confdefs.h" 4758#include "confdefs.h"
4757#include <X11/Xaw3d/Scrollbar.h> 4759#include <X11/Xaw3d/Scrollbar.h>
4758EOF 4760EOF
4759ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4761ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4760{ (eval echo configure:4761: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4762{ (eval echo configure:4763: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4761ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4763ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4762if test -z "$ac_err"; then 4764if test -z "$ac_err"; then
4763 rm -rf conftest* 4765 rm -rf conftest*
@@ -4774,7 +4776,7 @@ fi
4774if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 4776if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4775 echo "$ac_t""yes" 1>&6 4777 echo "$ac_t""yes" 1>&6
4776 echo $ac_n "checking for XawScrollbarSetThumb in -lXaw3d""... $ac_c" 1>&6 4778 echo $ac_n "checking for XawScrollbarSetThumb in -lXaw3d""... $ac_c" 1>&6
4777echo "configure:4778: checking for XawScrollbarSetThumb in -lXaw3d" >&5 4779echo "configure:4780: checking for XawScrollbarSetThumb in -lXaw3d" >&5
4778ac_lib_var=`echo Xaw3d'_'XawScrollbarSetThumb | sed 'y%./+-%__p_%'` 4780ac_lib_var=`echo Xaw3d'_'XawScrollbarSetThumb | sed 'y%./+-%__p_%'`
4779if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 4781if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4780 echo $ac_n "(cached) $ac_c" 1>&6 4782 echo $ac_n "(cached) $ac_c" 1>&6
@@ -4782,7 +4784,7 @@ else
4782 ac_save_LIBS="$LIBS" 4784 ac_save_LIBS="$LIBS"
4783LIBS="-lXaw3d -lX11 $LIBS" 4785LIBS="-lXaw3d -lX11 $LIBS"
4784cat > conftest.$ac_ext <<EOF 4786cat > conftest.$ac_ext <<EOF
4785#line 4786 "configure" 4787#line 4788 "configure"
4786#include "confdefs.h" 4788#include "confdefs.h"
4787/* Override any gcc2 internal prototype to avoid an error. */ 4789/* Override any gcc2 internal prototype to avoid an error. */
4788/* We use char because int might match the return type of a gcc2 4790/* We use char because int might match the return type of a gcc2
@@ -4793,7 +4795,7 @@ int main() {
4793XawScrollbarSetThumb() 4795XawScrollbarSetThumb()
4794; return 0; } 4796; return 0; }
4795EOF 4797EOF
4796if { (eval echo configure:4797: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4798if { (eval echo configure:4799: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4797 rm -rf conftest* 4799 rm -rf conftest*
4798 eval "ac_cv_lib_$ac_lib_var=yes" 4800 eval "ac_cv_lib_$ac_lib_var=yes"
4799else 4801else
@@ -4865,17 +4867,17 @@ if test "${HAVE_X11}" = "yes"; then
4865 CFLAGS="${LD_SWITCH_X_SITE}" 4867 CFLAGS="${LD_SWITCH_X_SITE}"
4866 ac_safe=`echo "X11/xpm.h" | sed 'y%./+-%__p_%'` 4868 ac_safe=`echo "X11/xpm.h" | sed 'y%./+-%__p_%'`
4867echo $ac_n "checking for X11/xpm.h""... $ac_c" 1>&6 4869echo $ac_n "checking for X11/xpm.h""... $ac_c" 1>&6
4868echo "configure:4869: checking for X11/xpm.h" >&5 4870echo "configure:4871: checking for X11/xpm.h" >&5
4869if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4871if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4870 echo $ac_n "(cached) $ac_c" 1>&6 4872 echo $ac_n "(cached) $ac_c" 1>&6
4871else 4873else
4872 cat > conftest.$ac_ext <<EOF 4874 cat > conftest.$ac_ext <<EOF
4873#line 4874 "configure" 4875#line 4876 "configure"
4874#include "confdefs.h" 4876#include "confdefs.h"
4875#include <X11/xpm.h> 4877#include <X11/xpm.h>
4876EOF 4878EOF
4877ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4879ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4878{ (eval echo configure:4879: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4880{ (eval echo configure:4881: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4879ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4881ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4880if test -z "$ac_err"; then 4882if test -z "$ac_err"; then
4881 rm -rf conftest* 4883 rm -rf conftest*
@@ -4892,7 +4894,7 @@ fi
4892if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 4894if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4893 echo "$ac_t""yes" 1>&6 4895 echo "$ac_t""yes" 1>&6
4894 echo $ac_n "checking for XpmReadFileToPixmap in -lXpm""... $ac_c" 1>&6 4896 echo $ac_n "checking for XpmReadFileToPixmap in -lXpm""... $ac_c" 1>&6
4895echo "configure:4896: checking for XpmReadFileToPixmap in -lXpm" >&5 4897echo "configure:4898: checking for XpmReadFileToPixmap in -lXpm" >&5
4896ac_lib_var=`echo Xpm'_'XpmReadFileToPixmap | sed 'y%./+-%__p_%'` 4898ac_lib_var=`echo Xpm'_'XpmReadFileToPixmap | sed 'y%./+-%__p_%'`
4897if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 4899if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4898 echo $ac_n "(cached) $ac_c" 1>&6 4900 echo $ac_n "(cached) $ac_c" 1>&6
@@ -4900,7 +4902,7 @@ else
4900 ac_save_LIBS="$LIBS" 4902 ac_save_LIBS="$LIBS"
4901LIBS="-lXpm -lX11 $LIBS" 4903LIBS="-lXpm -lX11 $LIBS"
4902cat > conftest.$ac_ext <<EOF 4904cat > conftest.$ac_ext <<EOF
4903#line 4904 "configure" 4905#line 4906 "configure"
4904#include "confdefs.h" 4906#include "confdefs.h"
4905/* Override any gcc2 internal prototype to avoid an error. */ 4907/* Override any gcc2 internal prototype to avoid an error. */
4906/* We use char because int might match the return type of a gcc2 4908/* We use char because int might match the return type of a gcc2
@@ -4911,7 +4913,7 @@ int main() {
4911XpmReadFileToPixmap() 4913XpmReadFileToPixmap()
4912; return 0; } 4914; return 0; }
4913EOF 4915EOF
4914if { (eval echo configure:4915: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4916if { (eval echo configure:4917: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4915 rm -rf conftest* 4917 rm -rf conftest*
4916 eval "ac_cv_lib_$ac_lib_var=yes" 4918 eval "ac_cv_lib_$ac_lib_var=yes"
4917else 4919else
@@ -4937,7 +4939,7 @@ fi
4937 4939
4938 if test "${HAVE_XPM}" = "yes"; then 4940 if test "${HAVE_XPM}" = "yes"; then
4939 cat > conftest.$ac_ext <<EOF 4941 cat > conftest.$ac_ext <<EOF
4940#line 4941 "configure" 4942#line 4943 "configure"
4941#include "confdefs.h" 4943#include "confdefs.h"
4942#include "X11/xpm.h" 4944#include "X11/xpm.h"
4943#ifndef XpmReturnAllocPixels 4945#ifndef XpmReturnAllocPixels
@@ -4975,17 +4977,17 @@ if test "${HAVE_X11}" = "yes"; then
4975 CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}" 4977 CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}"
4976 ac_safe=`echo "jerror.h" | sed 'y%./+-%__p_%'` 4978 ac_safe=`echo "jerror.h" | sed 'y%./+-%__p_%'`
4977echo $ac_n "checking for jerror.h""... $ac_c" 1>&6 4979echo $ac_n "checking for jerror.h""... $ac_c" 1>&6
4978echo "configure:4979: checking for jerror.h" >&5 4980echo "configure:4981: checking for jerror.h" >&5
4979if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4981if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4980 echo $ac_n "(cached) $ac_c" 1>&6 4982 echo $ac_n "(cached) $ac_c" 1>&6
4981else 4983else
4982 cat > conftest.$ac_ext <<EOF 4984 cat > conftest.$ac_ext <<EOF
4983#line 4984 "configure" 4985#line 4986 "configure"
4984#include "confdefs.h" 4986#include "confdefs.h"
4985#include <jerror.h> 4987#include <jerror.h>
4986EOF 4988EOF
4987ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4989ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4988{ (eval echo configure:4989: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4990{ (eval echo configure:4991: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4989ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4991ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4990if test -z "$ac_err"; then 4992if test -z "$ac_err"; then
4991 rm -rf conftest* 4993 rm -rf conftest*
@@ -5002,7 +5004,7 @@ fi
5002if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 5004if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5003 echo "$ac_t""yes" 1>&6 5005 echo "$ac_t""yes" 1>&6
5004 echo $ac_n "checking for jpeg_destroy_compress in -ljpeg""... $ac_c" 1>&6 5006 echo $ac_n "checking for jpeg_destroy_compress in -ljpeg""... $ac_c" 1>&6
5005echo "configure:5006: checking for jpeg_destroy_compress in -ljpeg" >&5 5007echo "configure:5008: checking for jpeg_destroy_compress in -ljpeg" >&5
5006ac_lib_var=`echo jpeg'_'jpeg_destroy_compress | sed 'y%./+-%__p_%'` 5008ac_lib_var=`echo jpeg'_'jpeg_destroy_compress | sed 'y%./+-%__p_%'`
5007if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5009if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5008 echo $ac_n "(cached) $ac_c" 1>&6 5010 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5010,7 +5012,7 @@ else
5010 ac_save_LIBS="$LIBS" 5012 ac_save_LIBS="$LIBS"
5011LIBS="-ljpeg -lX11 $LIBS" 5013LIBS="-ljpeg -lX11 $LIBS"
5012cat > conftest.$ac_ext <<EOF 5014cat > conftest.$ac_ext <<EOF
5013#line 5014 "configure" 5015#line 5016 "configure"
5014#include "confdefs.h" 5016#include "confdefs.h"
5015/* Override any gcc2 internal prototype to avoid an error. */ 5017/* Override any gcc2 internal prototype to avoid an error. */
5016/* We use char because int might match the return type of a gcc2 5018/* We use char because int might match the return type of a gcc2
@@ -5021,7 +5023,7 @@ int main() {
5021jpeg_destroy_compress() 5023jpeg_destroy_compress()
5022; return 0; } 5024; return 0; }
5023EOF 5025EOF
5024if { (eval echo configure:5025: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5026if { (eval echo configure:5027: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5025 rm -rf conftest* 5027 rm -rf conftest*
5026 eval "ac_cv_lib_$ac_lib_var=yes" 5028 eval "ac_cv_lib_$ac_lib_var=yes"
5027else 5029else
@@ -5064,17 +5066,17 @@ if test "${HAVE_X11}" = "yes"; then
5064 CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}" 5066 CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}"
5065 ac_safe=`echo "png.h" | sed 'y%./+-%__p_%'` 5067 ac_safe=`echo "png.h" | sed 'y%./+-%__p_%'`
5066echo $ac_n "checking for png.h""... $ac_c" 1>&6 5068echo $ac_n "checking for png.h""... $ac_c" 1>&6
5067echo "configure:5068: checking for png.h" >&5 5069echo "configure:5070: checking for png.h" >&5
5068if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5070if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5069 echo $ac_n "(cached) $ac_c" 1>&6 5071 echo $ac_n "(cached) $ac_c" 1>&6
5070else 5072else
5071 cat > conftest.$ac_ext <<EOF 5073 cat > conftest.$ac_ext <<EOF
5072#line 5073 "configure" 5074#line 5075 "configure"
5073#include "confdefs.h" 5075#include "confdefs.h"
5074#include <png.h> 5076#include <png.h>
5075EOF 5077EOF
5076ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5078ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5077{ (eval echo configure:5078: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5079{ (eval echo configure:5080: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5078ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5080ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5079if test -z "$ac_err"; then 5081if test -z "$ac_err"; then
5080 rm -rf conftest* 5082 rm -rf conftest*
@@ -5091,7 +5093,7 @@ fi
5091if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 5093if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5092 echo "$ac_t""yes" 1>&6 5094 echo "$ac_t""yes" 1>&6
5093 echo $ac_n "checking for png_set_expand in -lpng""... $ac_c" 1>&6 5095 echo $ac_n "checking for png_set_expand in -lpng""... $ac_c" 1>&6
5094echo "configure:5095: checking for png_set_expand in -lpng" >&5 5096echo "configure:5097: checking for png_set_expand in -lpng" >&5
5095ac_lib_var=`echo png'_'png_set_expand | sed 'y%./+-%__p_%'` 5097ac_lib_var=`echo png'_'png_set_expand | sed 'y%./+-%__p_%'`
5096if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5098if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5097 echo $ac_n "(cached) $ac_c" 1>&6 5099 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5099,7 +5101,7 @@ else
5099 ac_save_LIBS="$LIBS" 5101 ac_save_LIBS="$LIBS"
5100LIBS="-lpng -lX11 -lz -lm $LIBS" 5102LIBS="-lpng -lX11 -lz -lm $LIBS"
5101cat > conftest.$ac_ext <<EOF 5103cat > conftest.$ac_ext <<EOF
5102#line 5103 "configure" 5104#line 5105 "configure"
5103#include "confdefs.h" 5105#include "confdefs.h"
5104/* Override any gcc2 internal prototype to avoid an error. */ 5106/* Override any gcc2 internal prototype to avoid an error. */
5105/* We use char because int might match the return type of a gcc2 5107/* We use char because int might match the return type of a gcc2
@@ -5110,7 +5112,7 @@ int main() {
5110png_set_expand() 5112png_set_expand()
5111; return 0; } 5113; return 0; }
5112EOF 5114EOF
5113if { (eval echo configure:5114: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5115if { (eval echo configure:5116: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5114 rm -rf conftest* 5116 rm -rf conftest*
5115 eval "ac_cv_lib_$ac_lib_var=yes" 5117 eval "ac_cv_lib_$ac_lib_var=yes"
5116else 5118else
@@ -5153,17 +5155,17 @@ if test "${HAVE_X11}" = "yes"; then
5153 CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}" 5155 CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}"
5154 ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'` 5156 ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'`
5155echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6 5157echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6
5156echo "configure:5157: checking for tiffio.h" >&5 5158echo "configure:5159: checking for tiffio.h" >&5
5157if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5159if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5158 echo $ac_n "(cached) $ac_c" 1>&6 5160 echo $ac_n "(cached) $ac_c" 1>&6
5159else 5161else
5160 cat > conftest.$ac_ext <<EOF 5162 cat > conftest.$ac_ext <<EOF
5161#line 5162 "configure" 5163#line 5164 "configure"
5162#include "confdefs.h" 5164#include "confdefs.h"
5163#include <tiffio.h> 5165#include <tiffio.h>
5164EOF 5166EOF
5165ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5167ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5166{ (eval echo configure:5167: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5168{ (eval echo configure:5169: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5167ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5169ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5168if test -z "$ac_err"; then 5170if test -z "$ac_err"; then
5169 rm -rf conftest* 5171 rm -rf conftest*
@@ -5183,7 +5185,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5183 # At least one tiff package requires the jpeg library. 5185 # At least one tiff package requires the jpeg library.
5184 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi 5186 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi
5185 echo $ac_n "checking for TIFFGetVersion in -ltiff""... $ac_c" 1>&6 5187 echo $ac_n "checking for TIFFGetVersion in -ltiff""... $ac_c" 1>&6
5186echo "configure:5187: checking for TIFFGetVersion in -ltiff" >&5 5188echo "configure:5189: checking for TIFFGetVersion in -ltiff" >&5
5187ac_lib_var=`echo tiff'_'TIFFGetVersion | sed 'y%./+-%__p_%'` 5189ac_lib_var=`echo tiff'_'TIFFGetVersion | sed 'y%./+-%__p_%'`
5188if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5190if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5189 echo $ac_n "(cached) $ac_c" 1>&6 5191 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5191,7 +5193,7 @@ else
5191 ac_save_LIBS="$LIBS" 5193 ac_save_LIBS="$LIBS"
5192LIBS="-ltiff $tifflibs $LIBS" 5194LIBS="-ltiff $tifflibs $LIBS"
5193cat > conftest.$ac_ext <<EOF 5195cat > conftest.$ac_ext <<EOF
5194#line 5195 "configure" 5196#line 5197 "configure"
5195#include "confdefs.h" 5197#include "confdefs.h"
5196/* Override any gcc2 internal prototype to avoid an error. */ 5198/* Override any gcc2 internal prototype to avoid an error. */
5197/* We use char because int might match the return type of a gcc2 5199/* We use char because int might match the return type of a gcc2
@@ -5202,7 +5204,7 @@ int main() {
5202TIFFGetVersion() 5204TIFFGetVersion()
5203; return 0; } 5205; return 0; }
5204EOF 5206EOF
5205if { (eval echo configure:5206: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5207if { (eval echo configure:5208: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5206 rm -rf conftest* 5208 rm -rf conftest*
5207 eval "ac_cv_lib_$ac_lib_var=yes" 5209 eval "ac_cv_lib_$ac_lib_var=yes"
5208else 5210else
@@ -5245,17 +5247,17 @@ if test "${HAVE_X11}" = "yes"; then
5245 CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}" 5247 CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}"
5246 ac_safe=`echo "gif_lib.h" | sed 'y%./+-%__p_%'` 5248 ac_safe=`echo "gif_lib.h" | sed 'y%./+-%__p_%'`
5247echo $ac_n "checking for gif_lib.h""... $ac_c" 1>&6 5249echo $ac_n "checking for gif_lib.h""... $ac_c" 1>&6
5248echo "configure:5249: checking for gif_lib.h" >&5 5250echo "configure:5251: checking for gif_lib.h" >&5
5249if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5251if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5250 echo $ac_n "(cached) $ac_c" 1>&6 5252 echo $ac_n "(cached) $ac_c" 1>&6
5251else 5253else
5252 cat > conftest.$ac_ext <<EOF 5254 cat > conftest.$ac_ext <<EOF
5253#line 5254 "configure" 5255#line 5256 "configure"
5254#include "confdefs.h" 5256#include "confdefs.h"
5255#include <gif_lib.h> 5257#include <gif_lib.h>
5256EOF 5258EOF
5257ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5259ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5258{ (eval echo configure:5259: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5260{ (eval echo configure:5261: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5259ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5261ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5260if test -z "$ac_err"; then 5262if test -z "$ac_err"; then
5261 rm -rf conftest* 5263 rm -rf conftest*
@@ -5272,7 +5274,7 @@ fi
5272if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 5274if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5273 echo "$ac_t""yes" 1>&6 5275 echo "$ac_t""yes" 1>&6
5274 echo $ac_n "checking for DGifOpen in -lungif""... $ac_c" 1>&6 5276 echo $ac_n "checking for DGifOpen in -lungif""... $ac_c" 1>&6
5275echo "configure:5276: checking for DGifOpen in -lungif" >&5 5277echo "configure:5278: checking for DGifOpen in -lungif" >&5
5276ac_lib_var=`echo ungif'_'DGifOpen | sed 'y%./+-%__p_%'` 5278ac_lib_var=`echo ungif'_'DGifOpen | sed 'y%./+-%__p_%'`
5277if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5279if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5278 echo $ac_n "(cached) $ac_c" 1>&6 5280 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5280,7 +5282,7 @@ else
5280 ac_save_LIBS="$LIBS" 5282 ac_save_LIBS="$LIBS"
5281LIBS="-lungif -lX11 $LIBS" 5283LIBS="-lungif -lX11 $LIBS"
5282cat > conftest.$ac_ext <<EOF 5284cat > conftest.$ac_ext <<EOF
5283#line 5284 "configure" 5285#line 5286 "configure"
5284#include "confdefs.h" 5286#include "confdefs.h"
5285/* Override any gcc2 internal prototype to avoid an error. */ 5287/* Override any gcc2 internal prototype to avoid an error. */
5286/* We use char because int might match the return type of a gcc2 5288/* We use char because int might match the return type of a gcc2
@@ -5291,7 +5293,7 @@ int main() {
5291DGifOpen() 5293DGifOpen()
5292; return 0; } 5294; return 0; }
5293EOF 5295EOF
5294if { (eval echo configure:5295: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5296if { (eval echo configure:5297: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5295 rm -rf conftest* 5297 rm -rf conftest*
5296 eval "ac_cv_lib_$ac_lib_var=yes" 5298 eval "ac_cv_lib_$ac_lib_var=yes"
5297else 5299else
@@ -5328,19 +5330,19 @@ fi
5328 5330
5329# If netdb.h doesn't declare h_errno, we must declare it by hand. 5331# If netdb.h doesn't declare h_errno, we must declare it by hand.
5330echo $ac_n "checking whether netdb declares h_errno""... $ac_c" 1>&6 5332echo $ac_n "checking whether netdb declares h_errno""... $ac_c" 1>&6
5331echo "configure:5332: checking whether netdb declares h_errno" >&5 5333echo "configure:5334: checking whether netdb declares h_errno" >&5
5332if eval "test \"`echo '$''{'emacs_cv_netdb_declares_h_errno'+set}'`\" = set"; then 5334if eval "test \"`echo '$''{'emacs_cv_netdb_declares_h_errno'+set}'`\" = set"; then
5333 echo $ac_n "(cached) $ac_c" 1>&6 5335 echo $ac_n "(cached) $ac_c" 1>&6
5334else 5336else
5335 cat > conftest.$ac_ext <<EOF 5337 cat > conftest.$ac_ext <<EOF
5336#line 5337 "configure" 5338#line 5339 "configure"
5337#include "confdefs.h" 5339#include "confdefs.h"
5338#include <netdb.h> 5340#include <netdb.h>
5339int main() { 5341int main() {
5340return h_errno; 5342return h_errno;
5341; return 0; } 5343; return 0; }
5342EOF 5344EOF
5343if { (eval echo configure:5344: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5345if { (eval echo configure:5346: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5344 rm -rf conftest* 5346 rm -rf conftest*
5345 emacs_cv_netdb_declares_h_errno=yes 5347 emacs_cv_netdb_declares_h_errno=yes
5346else 5348else
@@ -5363,19 +5365,19 @@ fi
5363# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works 5365# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
5364# for constant arguments. Useless! 5366# for constant arguments. Useless!
5365echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 5367echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
5366echo "configure:5367: checking for working alloca.h" >&5 5368echo "configure:5369: checking for working alloca.h" >&5
5367if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 5369if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
5368 echo $ac_n "(cached) $ac_c" 1>&6 5370 echo $ac_n "(cached) $ac_c" 1>&6
5369else 5371else
5370 cat > conftest.$ac_ext <<EOF 5372 cat > conftest.$ac_ext <<EOF
5371#line 5372 "configure" 5373#line 5374 "configure"
5372#include "confdefs.h" 5374#include "confdefs.h"
5373#include <alloca.h> 5375#include <alloca.h>
5374int main() { 5376int main() {
5375char *p = alloca(2 * sizeof(int)); 5377char *p = alloca(2 * sizeof(int));
5376; return 0; } 5378; return 0; }
5377EOF 5379EOF
5378if { (eval echo configure:5379: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5380if { (eval echo configure:5381: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5379 rm -rf conftest* 5381 rm -rf conftest*
5380 ac_cv_header_alloca_h=yes 5382 ac_cv_header_alloca_h=yes
5381else 5383else
@@ -5396,12 +5398,12 @@ EOF
5396fi 5398fi
5397 5399
5398echo $ac_n "checking for alloca""... $ac_c" 1>&6 5400echo $ac_n "checking for alloca""... $ac_c" 1>&6
5399echo "configure:5400: checking for alloca" >&5 5401echo "configure:5402: checking for alloca" >&5
5400if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 5402if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
5401 echo $ac_n "(cached) $ac_c" 1>&6 5403 echo $ac_n "(cached) $ac_c" 1>&6
5402else 5404else
5403 cat > conftest.$ac_ext <<EOF 5405 cat > conftest.$ac_ext <<EOF
5404#line 5405 "configure" 5406#line 5407 "configure"
5405#include "confdefs.h" 5407#include "confdefs.h"
5406 5408
5407#ifdef __GNUC__ 5409#ifdef __GNUC__
@@ -5429,7 +5431,7 @@ int main() {
5429char *p = (char *) alloca(1); 5431char *p = (char *) alloca(1);
5430; return 0; } 5432; return 0; }
5431EOF 5433EOF
5432if { (eval echo configure:5433: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5434if { (eval echo configure:5435: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5433 rm -rf conftest* 5435 rm -rf conftest*
5434 ac_cv_func_alloca_works=yes 5436 ac_cv_func_alloca_works=yes
5435else 5437else
@@ -5461,12 +5463,12 @@ EOF
5461 5463
5462 5464
5463echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 5465echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
5464echo "configure:5465: checking whether alloca needs Cray hooks" >&5 5466echo "configure:5467: checking whether alloca needs Cray hooks" >&5
5465if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 5467if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
5466 echo $ac_n "(cached) $ac_c" 1>&6 5468 echo $ac_n "(cached) $ac_c" 1>&6
5467else 5469else
5468 cat > conftest.$ac_ext <<EOF 5470 cat > conftest.$ac_ext <<EOF
5469#line 5470 "configure" 5471#line 5472 "configure"
5470#include "confdefs.h" 5472#include "confdefs.h"
5471#if defined(CRAY) && ! defined(CRAY2) 5473#if defined(CRAY) && ! defined(CRAY2)
5472webecray 5474webecray
@@ -5491,12 +5493,12 @@ echo "$ac_t""$ac_cv_os_cray" 1>&6
5491if test $ac_cv_os_cray = yes; then 5493if test $ac_cv_os_cray = yes; then
5492for ac_func in _getb67 GETB67 getb67; do 5494for ac_func in _getb67 GETB67 getb67; do
5493 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 5495 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5494echo "configure:5495: checking for $ac_func" >&5 5496echo "configure:5497: checking for $ac_func" >&5
5495if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 5497if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5496 echo $ac_n "(cached) $ac_c" 1>&6 5498 echo $ac_n "(cached) $ac_c" 1>&6
5497else 5499else
5498 cat > conftest.$ac_ext <<EOF 5500 cat > conftest.$ac_ext <<EOF
5499#line 5500 "configure" 5501#line 5502 "configure"
5500#include "confdefs.h" 5502#include "confdefs.h"
5501/* System header to define __stub macros and hopefully few prototypes, 5503/* System header to define __stub macros and hopefully few prototypes,
5502 which can conflict with char $ac_func(); below. */ 5504 which can conflict with char $ac_func(); below. */
@@ -5519,7 +5521,7 @@ $ac_func();
5519 5521
5520; return 0; } 5522; return 0; }
5521EOF 5523EOF
5522if { (eval echo configure:5523: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5524if { (eval echo configure:5525: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5523 rm -rf conftest* 5525 rm -rf conftest*
5524 eval "ac_cv_func_$ac_func=yes" 5526 eval "ac_cv_func_$ac_func=yes"
5525else 5527else
@@ -5546,7 +5548,7 @@ done
5546fi 5548fi
5547 5549
5548echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 5550echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
5549echo "configure:5550: checking stack direction for C alloca" >&5 5551echo "configure:5552: checking stack direction for C alloca" >&5
5550if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 5552if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
5551 echo $ac_n "(cached) $ac_c" 1>&6 5553 echo $ac_n "(cached) $ac_c" 1>&6
5552else 5554else
@@ -5554,7 +5556,7 @@ else
5554 ac_cv_c_stack_direction=0 5556 ac_cv_c_stack_direction=0
5555else 5557else
5556 cat > conftest.$ac_ext <<EOF 5558 cat > conftest.$ac_ext <<EOF
5557#line 5558 "configure" 5559#line 5560 "configure"
5558#include "confdefs.h" 5560#include "confdefs.h"
5559find_stack_direction () 5561find_stack_direction ()
5560{ 5562{
@@ -5573,7 +5575,7 @@ main ()
5573 exit (find_stack_direction() < 0); 5575 exit (find_stack_direction() < 0);
5574} 5576}
5575EOF 5577EOF
5576if { (eval echo configure:5577: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 5578if { (eval echo configure:5579: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
5577then 5579then
5578 ac_cv_c_stack_direction=1 5580 ac_cv_c_stack_direction=1
5579else 5581else
@@ -5598,7 +5600,7 @@ fi
5598# fmod, logb, and frexp are found in -lm on most systems. 5600# fmod, logb, and frexp are found in -lm on most systems.
5599# On HPUX 9.01, -lm does not contain logb, so check for sqrt. 5601# On HPUX 9.01, -lm does not contain logb, so check for sqrt.
5600echo $ac_n "checking for sqrt in -lm""... $ac_c" 1>&6 5602echo $ac_n "checking for sqrt in -lm""... $ac_c" 1>&6
5601echo "configure:5602: checking for sqrt in -lm" >&5 5603echo "configure:5604: checking for sqrt in -lm" >&5
5602ac_lib_var=`echo m'_'sqrt | sed 'y%./+-%__p_%'` 5604ac_lib_var=`echo m'_'sqrt | sed 'y%./+-%__p_%'`
5603if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5605if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5604 echo $ac_n "(cached) $ac_c" 1>&6 5606 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5606,7 +5608,7 @@ else
5606 ac_save_LIBS="$LIBS" 5608 ac_save_LIBS="$LIBS"
5607LIBS="-lm $LIBS" 5609LIBS="-lm $LIBS"
5608cat > conftest.$ac_ext <<EOF 5610cat > conftest.$ac_ext <<EOF
5609#line 5610 "configure" 5611#line 5612 "configure"
5610#include "confdefs.h" 5612#include "confdefs.h"
5611/* Override any gcc2 internal prototype to avoid an error. */ 5613/* Override any gcc2 internal prototype to avoid an error. */
5612/* We use char because int might match the return type of a gcc2 5614/* We use char because int might match the return type of a gcc2
@@ -5617,7 +5619,7 @@ int main() {
5617sqrt() 5619sqrt()
5618; return 0; } 5620; return 0; }
5619EOF 5621EOF
5620if { (eval echo configure:5621: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5622if { (eval echo configure:5623: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5621 rm -rf conftest* 5623 rm -rf conftest*
5622 eval "ac_cv_lib_$ac_lib_var=yes" 5624 eval "ac_cv_lib_$ac_lib_var=yes"
5623else 5625else
@@ -5647,7 +5649,7 @@ fi
5647 5649
5648# Check for mail-locking functions in a "mail" library 5650# Check for mail-locking functions in a "mail" library
5649echo $ac_n "checking for maillock in -lmail""... $ac_c" 1>&6 5651echo $ac_n "checking for maillock in -lmail""... $ac_c" 1>&6
5650echo "configure:5651: checking for maillock in -lmail" >&5 5652echo "configure:5653: checking for maillock in -lmail" >&5
5651ac_lib_var=`echo mail'_'maillock | sed 'y%./+-%__p_%'` 5653ac_lib_var=`echo mail'_'maillock | sed 'y%./+-%__p_%'`
5652if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5654if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5653 echo $ac_n "(cached) $ac_c" 1>&6 5655 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5655,7 +5657,7 @@ else
5655 ac_save_LIBS="$LIBS" 5657 ac_save_LIBS="$LIBS"
5656LIBS="-lmail $LIBS" 5658LIBS="-lmail $LIBS"
5657cat > conftest.$ac_ext <<EOF 5659cat > conftest.$ac_ext <<EOF
5658#line 5659 "configure" 5660#line 5661 "configure"
5659#include "confdefs.h" 5661#include "confdefs.h"
5660/* Override any gcc2 internal prototype to avoid an error. */ 5662/* Override any gcc2 internal prototype to avoid an error. */
5661/* We use char because int might match the return type of a gcc2 5663/* We use char because int might match the return type of a gcc2
@@ -5666,7 +5668,7 @@ int main() {
5666maillock() 5668maillock()
5667; return 0; } 5669; return 0; }
5668EOF 5670EOF
5669if { (eval echo configure:5670: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5671if { (eval echo configure:5672: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5670 rm -rf conftest* 5672 rm -rf conftest*
5671 eval "ac_cv_lib_$ac_lib_var=yes" 5673 eval "ac_cv_lib_$ac_lib_var=yes"
5672else 5674else
@@ -5694,7 +5696,7 @@ else
5694fi 5696fi
5695 5697
5696echo $ac_n "checking for maillock in -llockfile""... $ac_c" 1>&6 5698echo $ac_n "checking for maillock in -llockfile""... $ac_c" 1>&6
5697echo "configure:5698: checking for maillock in -llockfile" >&5 5699echo "configure:5700: checking for maillock in -llockfile" >&5
5698ac_lib_var=`echo lockfile'_'maillock | sed 'y%./+-%__p_%'` 5700ac_lib_var=`echo lockfile'_'maillock | sed 'y%./+-%__p_%'`
5699if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5701if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5700 echo $ac_n "(cached) $ac_c" 1>&6 5702 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5702,7 +5704,7 @@ else
5702 ac_save_LIBS="$LIBS" 5704 ac_save_LIBS="$LIBS"
5703LIBS="-llockfile $LIBS" 5705LIBS="-llockfile $LIBS"
5704cat > conftest.$ac_ext <<EOF 5706cat > conftest.$ac_ext <<EOF
5705#line 5706 "configure" 5707#line 5708 "configure"
5706#include "confdefs.h" 5708#include "confdefs.h"
5707/* Override any gcc2 internal prototype to avoid an error. */ 5709/* Override any gcc2 internal prototype to avoid an error. */
5708/* We use char because int might match the return type of a gcc2 5710/* We use char because int might match the return type of a gcc2
@@ -5713,7 +5715,7 @@ int main() {
5713maillock() 5715maillock()
5714; return 0; } 5716; return 0; }
5715EOF 5717EOF
5716if { (eval echo configure:5717: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5718if { (eval echo configure:5719: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5717 rm -rf conftest* 5719 rm -rf conftest*
5718 eval "ac_cv_lib_$ac_lib_var=yes" 5720 eval "ac_cv_lib_$ac_lib_var=yes"
5719else 5721else
@@ -5747,7 +5749,7 @@ if test "$ac_cv_lib_lockfile_maillock" = no; then
5747 # Extract the first word of "liblockfile.so", so it can be a program name with args. 5749 # Extract the first word of "liblockfile.so", so it can be a program name with args.
5748set dummy liblockfile.so; ac_word=$2 5750set dummy liblockfile.so; ac_word=$2
5749echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 5751echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5750echo "configure:5751: checking for $ac_word" >&5 5752echo "configure:5753: checking for $ac_word" >&5
5751if eval "test \"`echo '$''{'ac_cv_prog_liblockfile'+set}'`\" = set"; then 5753if eval "test \"`echo '$''{'ac_cv_prog_liblockfile'+set}'`\" = set"; then
5752 echo $ac_n "(cached) $ac_c" 1>&6 5754 echo $ac_n "(cached) $ac_c" 1>&6
5753else 5755else
@@ -5788,12 +5790,12 @@ fi
5788for ac_func in touchlock 5790for ac_func in touchlock
5789do 5791do
5790echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 5792echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5791echo "configure:5792: checking for $ac_func" >&5 5793echo "configure:5794: checking for $ac_func" >&5
5792if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 5794if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5793 echo $ac_n "(cached) $ac_c" 1>&6 5795 echo $ac_n "(cached) $ac_c" 1>&6
5794else 5796else
5795 cat > conftest.$ac_ext <<EOF 5797 cat > conftest.$ac_ext <<EOF
5796#line 5797 "configure" 5798#line 5799 "configure"
5797#include "confdefs.h" 5799#include "confdefs.h"
5798/* System header to define __stub macros and hopefully few prototypes, 5800/* System header to define __stub macros and hopefully few prototypes,
5799 which can conflict with char $ac_func(); below. */ 5801 which can conflict with char $ac_func(); below. */
@@ -5816,7 +5818,7 @@ $ac_func();
5816 5818
5817; return 0; } 5819; return 0; }
5818EOF 5820EOF
5819if { (eval echo configure:5820: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5821if { (eval echo configure:5822: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5820 rm -rf conftest* 5822 rm -rf conftest*
5821 eval "ac_cv_func_$ac_func=yes" 5823 eval "ac_cv_func_$ac_func=yes"
5822else 5824else
@@ -5844,17 +5846,17 @@ for ac_hdr in maillock.h
5844do 5846do
5845ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5847ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5846echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5848echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5847echo "configure:5848: checking for $ac_hdr" >&5 5849echo "configure:5850: checking for $ac_hdr" >&5
5848if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5850if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5849 echo $ac_n "(cached) $ac_c" 1>&6 5851 echo $ac_n "(cached) $ac_c" 1>&6
5850else 5852else
5851 cat > conftest.$ac_ext <<EOF 5853 cat > conftest.$ac_ext <<EOF
5852#line 5853 "configure" 5854#line 5855 "configure"
5853#include "confdefs.h" 5855#include "confdefs.h"
5854#include <$ac_hdr> 5856#include <$ac_hdr>
5855EOF 5857EOF
5856ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5858ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5857{ (eval echo configure:5858: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5859{ (eval echo configure:5860: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5858ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5860ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5859if test -z "$ac_err"; then 5861if test -z "$ac_err"; then
5860 rm -rf conftest* 5862 rm -rf conftest*
@@ -5886,15 +5888,15 @@ rename closedir mkdir rmdir sysinfo \
5886random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \ 5888random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \
5887strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \ 5889strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \
5888utimes setrlimit setpgid getcwd getwd shutdown strftime getaddrinfo \ 5890utimes setrlimit setpgid getcwd getwd shutdown strftime getaddrinfo \
5889__fpending mblen mbrlen strsignal setitimer ualarm 5891__fpending mblen mbrlen strsignal setitimer ualarm index rindex
5890do 5892do
5891echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 5893echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5892echo "configure:5893: checking for $ac_func" >&5 5894echo "configure:5895: checking for $ac_func" >&5
5893if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 5895if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5894 echo $ac_n "(cached) $ac_c" 1>&6 5896 echo $ac_n "(cached) $ac_c" 1>&6
5895else 5897else
5896 cat > conftest.$ac_ext <<EOF 5898 cat > conftest.$ac_ext <<EOF
5897#line 5898 "configure" 5899#line 5900 "configure"
5898#include "confdefs.h" 5900#include "confdefs.h"
5899/* System header to define __stub macros and hopefully few prototypes, 5901/* System header to define __stub macros and hopefully few prototypes,
5900 which can conflict with char $ac_func(); below. */ 5902 which can conflict with char $ac_func(); below. */
@@ -5917,7 +5919,7 @@ $ac_func();
5917 5919
5918; return 0; } 5920; return 0; }
5919EOF 5921EOF
5920if { (eval echo configure:5921: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5922if { (eval echo configure:5923: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5921 rm -rf conftest* 5923 rm -rf conftest*
5922 eval "ac_cv_func_$ac_func=yes" 5924 eval "ac_cv_func_$ac_func=yes"
5923else 5925else
@@ -5946,17 +5948,17 @@ for ac_hdr in sys/time.h unistd.h
5946do 5948do
5947ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5949ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5948echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5950echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5949echo "configure:5950: checking for $ac_hdr" >&5 5951echo "configure:5952: checking for $ac_hdr" >&5
5950if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5952if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5951 echo $ac_n "(cached) $ac_c" 1>&6 5953 echo $ac_n "(cached) $ac_c" 1>&6
5952else 5954else
5953 cat > conftest.$ac_ext <<EOF 5955 cat > conftest.$ac_ext <<EOF
5954#line 5955 "configure" 5956#line 5957 "configure"
5955#include "confdefs.h" 5957#include "confdefs.h"
5956#include <$ac_hdr> 5958#include <$ac_hdr>
5957EOF 5959EOF
5958ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5960ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5959{ (eval echo configure:5960: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5961{ (eval echo configure:5962: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5960ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5962ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5961if test -z "$ac_err"; then 5963if test -z "$ac_err"; then
5962 rm -rf conftest* 5964 rm -rf conftest*
@@ -5985,12 +5987,12 @@ done
5985for ac_func in alarm 5987for ac_func in alarm
5986do 5988do
5987echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 5989echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5988echo "configure:5989: checking for $ac_func" >&5 5990echo "configure:5991: checking for $ac_func" >&5
5989if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 5991if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5990 echo $ac_n "(cached) $ac_c" 1>&6 5992 echo $ac_n "(cached) $ac_c" 1>&6
5991else 5993else
5992 cat > conftest.$ac_ext <<EOF 5994 cat > conftest.$ac_ext <<EOF
5993#line 5994 "configure" 5995#line 5996 "configure"
5994#include "confdefs.h" 5996#include "confdefs.h"
5995/* System header to define __stub macros and hopefully few prototypes, 5997/* System header to define __stub macros and hopefully few prototypes,
5996 which can conflict with char $ac_func(); below. */ 5998 which can conflict with char $ac_func(); below. */
@@ -6013,7 +6015,7 @@ $ac_func();
6013 6015
6014; return 0; } 6016; return 0; }
6015EOF 6017EOF
6016if { (eval echo configure:6017: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6018if { (eval echo configure:6019: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6017 rm -rf conftest* 6019 rm -rf conftest*
6018 eval "ac_cv_func_$ac_func=yes" 6020 eval "ac_cv_func_$ac_func=yes"
6019else 6021else
@@ -6038,7 +6040,7 @@ fi
6038done 6040done
6039 6041
6040echo $ac_n "checking for working mktime""... $ac_c" 1>&6 6042echo $ac_n "checking for working mktime""... $ac_c" 1>&6
6041echo "configure:6042: checking for working mktime" >&5 6043echo "configure:6044: checking for working mktime" >&5
6042if eval "test \"`echo '$''{'ac_cv_func_working_mktime'+set}'`\" = set"; then 6044if eval "test \"`echo '$''{'ac_cv_func_working_mktime'+set}'`\" = set"; then
6043 echo $ac_n "(cached) $ac_c" 1>&6 6045 echo $ac_n "(cached) $ac_c" 1>&6
6044else 6046else
@@ -6046,7 +6048,7 @@ else
6046 ac_cv_func_working_mktime=no 6048 ac_cv_func_working_mktime=no
6047else 6049else
6048 cat > conftest.$ac_ext <<EOF 6050 cat > conftest.$ac_ext <<EOF
6049#line 6050 "configure" 6051#line 6052 "configure"
6050#include "confdefs.h" 6052#include "confdefs.h"
6051/* Test program from Paul Eggert (eggert@twinsun.com) 6053/* Test program from Paul Eggert (eggert@twinsun.com)
6052 and Tony Leneis (tony@plaza.ds.adp.com). */ 6054 and Tony Leneis (tony@plaza.ds.adp.com). */
@@ -6195,7 +6197,7 @@ main ()
6195 exit (0); 6197 exit (0);
6196} 6198}
6197EOF 6199EOF
6198if { (eval echo configure:6199: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 6200if { (eval echo configure:6201: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6199then 6201then
6200 ac_cv_func_working_mktime=yes 6202 ac_cv_func_working_mktime=yes
6201else 6203else
@@ -6227,7 +6229,7 @@ ac_have_func=no # yes means we've found a way to get the load average.
6227# On Solaris, -lkvm requires nlist from -lelf, so check that first 6229# On Solaris, -lkvm requires nlist from -lelf, so check that first
6228# to get the right answer into the cache. 6230# to get the right answer into the cache.
6229echo $ac_n "checking for elf_begin in -lelf""... $ac_c" 1>&6 6231echo $ac_n "checking for elf_begin in -lelf""... $ac_c" 1>&6
6230echo "configure:6231: checking for elf_begin in -lelf" >&5 6232echo "configure:6233: checking for elf_begin in -lelf" >&5
6231ac_lib_var=`echo elf'_'elf_begin | sed 'y%./+-%__p_%'` 6233ac_lib_var=`echo elf'_'elf_begin | sed 'y%./+-%__p_%'`
6232if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 6234if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6233 echo $ac_n "(cached) $ac_c" 1>&6 6235 echo $ac_n "(cached) $ac_c" 1>&6
@@ -6235,7 +6237,7 @@ else
6235 ac_save_LIBS="$LIBS" 6237 ac_save_LIBS="$LIBS"
6236LIBS="-lelf $LIBS" 6238LIBS="-lelf $LIBS"
6237cat > conftest.$ac_ext <<EOF 6239cat > conftest.$ac_ext <<EOF
6238#line 6239 "configure" 6240#line 6241 "configure"
6239#include "confdefs.h" 6241#include "confdefs.h"
6240/* Override any gcc2 internal prototype to avoid an error. */ 6242/* Override any gcc2 internal prototype to avoid an error. */
6241/* We use char because int might match the return type of a gcc2 6243/* We use char because int might match the return type of a gcc2
@@ -6246,7 +6248,7 @@ int main() {
6246elf_begin() 6248elf_begin()
6247; return 0; } 6249; return 0; }
6248EOF 6250EOF
6249if { (eval echo configure:6250: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6251if { (eval echo configure:6252: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6250 rm -rf conftest* 6252 rm -rf conftest*
6251 eval "ac_cv_lib_$ac_lib_var=yes" 6253 eval "ac_cv_lib_$ac_lib_var=yes"
6252else 6254else
@@ -6267,7 +6269,7 @@ else
6267fi 6269fi
6268 6270
6269echo $ac_n "checking for kvm_open in -lkvm""... $ac_c" 1>&6 6271echo $ac_n "checking for kvm_open in -lkvm""... $ac_c" 1>&6
6270echo "configure:6271: checking for kvm_open in -lkvm" >&5 6272echo "configure:6273: checking for kvm_open in -lkvm" >&5
6271ac_lib_var=`echo kvm'_'kvm_open | sed 'y%./+-%__p_%'` 6273ac_lib_var=`echo kvm'_'kvm_open | sed 'y%./+-%__p_%'`
6272if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 6274if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6273 echo $ac_n "(cached) $ac_c" 1>&6 6275 echo $ac_n "(cached) $ac_c" 1>&6
@@ -6275,7 +6277,7 @@ else
6275 ac_save_LIBS="$LIBS" 6277 ac_save_LIBS="$LIBS"
6276LIBS="-lkvm $LIBS" 6278LIBS="-lkvm $LIBS"
6277cat > conftest.$ac_ext <<EOF 6279cat > conftest.$ac_ext <<EOF
6278#line 6279 "configure" 6280#line 6281 "configure"
6279#include "confdefs.h" 6281#include "confdefs.h"
6280/* Override any gcc2 internal prototype to avoid an error. */ 6282/* Override any gcc2 internal prototype to avoid an error. */
6281/* We use char because int might match the return type of a gcc2 6283/* We use char because int might match the return type of a gcc2
@@ -6286,7 +6288,7 @@ int main() {
6286kvm_open() 6288kvm_open()
6287; return 0; } 6289; return 0; }
6288EOF 6290EOF
6289if { (eval echo configure:6290: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6291if { (eval echo configure:6292: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6290 rm -rf conftest* 6292 rm -rf conftest*
6291 eval "ac_cv_lib_$ac_lib_var=yes" 6293 eval "ac_cv_lib_$ac_lib_var=yes"
6292else 6294else
@@ -6308,7 +6310,7 @@ fi
6308 6310
6309# Check for the 4.4BSD definition of getloadavg. 6311# Check for the 4.4BSD definition of getloadavg.
6310echo $ac_n "checking for getloadavg in -lutil""... $ac_c" 1>&6 6312echo $ac_n "checking for getloadavg in -lutil""... $ac_c" 1>&6
6311echo "configure:6312: checking for getloadavg in -lutil" >&5 6313echo "configure:6314: checking for getloadavg in -lutil" >&5
6312ac_lib_var=`echo util'_'getloadavg | sed 'y%./+-%__p_%'` 6314ac_lib_var=`echo util'_'getloadavg | sed 'y%./+-%__p_%'`
6313if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 6315if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6314 echo $ac_n "(cached) $ac_c" 1>&6 6316 echo $ac_n "(cached) $ac_c" 1>&6
@@ -6316,7 +6318,7 @@ else
6316 ac_save_LIBS="$LIBS" 6318 ac_save_LIBS="$LIBS"
6317LIBS="-lutil $LIBS" 6319LIBS="-lutil $LIBS"
6318cat > conftest.$ac_ext <<EOF 6320cat > conftest.$ac_ext <<EOF
6319#line 6320 "configure" 6321#line 6322 "configure"
6320#include "confdefs.h" 6322#include "confdefs.h"
6321/* Override any gcc2 internal prototype to avoid an error. */ 6323/* Override any gcc2 internal prototype to avoid an error. */
6322/* We use char because int might match the return type of a gcc2 6324/* We use char because int might match the return type of a gcc2
@@ -6327,7 +6329,7 @@ int main() {
6327getloadavg() 6329getloadavg()
6328; return 0; } 6330; return 0; }
6329EOF 6331EOF
6330if { (eval echo configure:6331: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6332if { (eval echo configure:6333: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6331 rm -rf conftest* 6333 rm -rf conftest*
6332 eval "ac_cv_lib_$ac_lib_var=yes" 6334 eval "ac_cv_lib_$ac_lib_var=yes"
6333else 6335else
@@ -6353,7 +6355,7 @@ if test $ac_have_func = no; then
6353 # Since it is not a standard part of AIX, it might be installed locally. 6355 # Since it is not a standard part of AIX, it might be installed locally.
6354 ac_getloadavg_LIBS="$LIBS"; LIBS="-L/usr/local/lib $LIBS" 6356 ac_getloadavg_LIBS="$LIBS"; LIBS="-L/usr/local/lib $LIBS"
6355 echo $ac_n "checking for getloadavg in -lgetloadavg""... $ac_c" 1>&6 6357 echo $ac_n "checking for getloadavg in -lgetloadavg""... $ac_c" 1>&6
6356echo "configure:6357: checking for getloadavg in -lgetloadavg" >&5 6358echo "configure:6359: checking for getloadavg in -lgetloadavg" >&5
6357ac_lib_var=`echo getloadavg'_'getloadavg | sed 'y%./+-%__p_%'` 6359ac_lib_var=`echo getloadavg'_'getloadavg | sed 'y%./+-%__p_%'`
6358if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 6360if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6359 echo $ac_n "(cached) $ac_c" 1>&6 6361 echo $ac_n "(cached) $ac_c" 1>&6
@@ -6361,7 +6363,7 @@ else
6361 ac_save_LIBS="$LIBS" 6363 ac_save_LIBS="$LIBS"
6362LIBS="-lgetloadavg $LIBS" 6364LIBS="-lgetloadavg $LIBS"
6363cat > conftest.$ac_ext <<EOF 6365cat > conftest.$ac_ext <<EOF
6364#line 6365 "configure" 6366#line 6367 "configure"
6365#include "confdefs.h" 6367#include "confdefs.h"
6366/* Override any gcc2 internal prototype to avoid an error. */ 6368/* Override any gcc2 internal prototype to avoid an error. */
6367/* We use char because int might match the return type of a gcc2 6369/* We use char because int might match the return type of a gcc2
@@ -6372,7 +6374,7 @@ int main() {
6372getloadavg() 6374getloadavg()
6373; return 0; } 6375; return 0; }
6374EOF 6376EOF
6375if { (eval echo configure:6376: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6377if { (eval echo configure:6378: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6376 rm -rf conftest* 6378 rm -rf conftest*
6377 eval "ac_cv_lib_$ac_lib_var=yes" 6379 eval "ac_cv_lib_$ac_lib_var=yes"
6378else 6380else
@@ -6399,12 +6401,12 @@ fi
6399for ac_func in getloadavg 6401for ac_func in getloadavg
6400do 6402do
6401echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 6403echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6402echo "configure:6403: checking for $ac_func" >&5 6404echo "configure:6405: checking for $ac_func" >&5
6403if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 6405if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6404 echo $ac_n "(cached) $ac_c" 1>&6 6406 echo $ac_n "(cached) $ac_c" 1>&6
6405else 6407else
6406 cat > conftest.$ac_ext <<EOF 6408 cat > conftest.$ac_ext <<EOF
6407#line 6408 "configure" 6409#line 6410 "configure"
6408#include "confdefs.h" 6410#include "confdefs.h"
6409/* System header to define __stub macros and hopefully few prototypes, 6411/* System header to define __stub macros and hopefully few prototypes,
6410 which can conflict with char $ac_func(); below. */ 6412 which can conflict with char $ac_func(); below. */
@@ -6427,7 +6429,7 @@ $ac_func();
6427 6429
6428; return 0; } 6430; return 0; }
6429EOF 6431EOF
6430if { (eval echo configure:6431: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6432if { (eval echo configure:6433: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6431 rm -rf conftest* 6433 rm -rf conftest*
6432 eval "ac_cv_func_$ac_func=yes" 6434 eval "ac_cv_func_$ac_func=yes"
6433else 6435else
@@ -6465,17 +6467,17 @@ else
6465 ac_have_func=no 6467 ac_have_func=no
6466 ac_safe=`echo "sys/dg_sys_info.h" | sed 'y%./+-%__p_%'` 6468 ac_safe=`echo "sys/dg_sys_info.h" | sed 'y%./+-%__p_%'`
6467echo $ac_n "checking for sys/dg_sys_info.h""... $ac_c" 1>&6 6469echo $ac_n "checking for sys/dg_sys_info.h""... $ac_c" 1>&6
6468echo "configure:6469: checking for sys/dg_sys_info.h" >&5 6470echo "configure:6471: checking for sys/dg_sys_info.h" >&5
6469if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 6471if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6470 echo $ac_n "(cached) $ac_c" 1>&6 6472 echo $ac_n "(cached) $ac_c" 1>&6
6471else 6473else
6472 cat > conftest.$ac_ext <<EOF 6474 cat > conftest.$ac_ext <<EOF
6473#line 6474 "configure" 6475#line 6476 "configure"
6474#include "confdefs.h" 6476#include "confdefs.h"
6475#include <sys/dg_sys_info.h> 6477#include <sys/dg_sys_info.h>
6476EOF 6478EOF
6477ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 6479ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6478{ (eval echo configure:6479: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 6480{ (eval echo configure:6481: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6479ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 6481ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6480if test -z "$ac_err"; then 6482if test -z "$ac_err"; then
6481 rm -rf conftest* 6483 rm -rf conftest*
@@ -6496,7 +6498,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
6496EOF 6498EOF
6497 6499
6498 echo $ac_n "checking for dg_sys_info in -ldgc""... $ac_c" 1>&6 6500 echo $ac_n "checking for dg_sys_info in -ldgc""... $ac_c" 1>&6
6499echo "configure:6500: checking for dg_sys_info in -ldgc" >&5 6501echo "configure:6502: checking for dg_sys_info in -ldgc" >&5
6500ac_lib_var=`echo dgc'_'dg_sys_info | sed 'y%./+-%__p_%'` 6502ac_lib_var=`echo dgc'_'dg_sys_info | sed 'y%./+-%__p_%'`
6501if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 6503if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6502 echo $ac_n "(cached) $ac_c" 1>&6 6504 echo $ac_n "(cached) $ac_c" 1>&6
@@ -6504,7 +6506,7 @@ else
6504 ac_save_LIBS="$LIBS" 6506 ac_save_LIBS="$LIBS"
6505LIBS="-ldgc $LIBS" 6507LIBS="-ldgc $LIBS"
6506cat > conftest.$ac_ext <<EOF 6508cat > conftest.$ac_ext <<EOF
6507#line 6508 "configure" 6509#line 6510 "configure"
6508#include "confdefs.h" 6510#include "confdefs.h"
6509/* Override any gcc2 internal prototype to avoid an error. */ 6511/* Override any gcc2 internal prototype to avoid an error. */
6510/* We use char because int might match the return type of a gcc2 6512/* We use char because int might match the return type of a gcc2
@@ -6515,7 +6517,7 @@ int main() {
6515dg_sys_info() 6517dg_sys_info()
6516; return 0; } 6518; return 0; }
6517EOF 6519EOF
6518if { (eval echo configure:6519: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6520if { (eval echo configure:6521: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6519 rm -rf conftest* 6521 rm -rf conftest*
6520 eval "ac_cv_lib_$ac_lib_var=yes" 6522 eval "ac_cv_lib_$ac_lib_var=yes"
6521else 6523else
@@ -6560,17 +6562,17 @@ EOF
6560 if test $ac_have_func = no; then 6562 if test $ac_have_func = no; then
6561 ac_safe=`echo "inq_stats/cpustats.h" | sed 'y%./+-%__p_%'` 6563 ac_safe=`echo "inq_stats/cpustats.h" | sed 'y%./+-%__p_%'`
6562echo $ac_n "checking for inq_stats/cpustats.h""... $ac_c" 1>&6 6564echo $ac_n "checking for inq_stats/cpustats.h""... $ac_c" 1>&6
6563echo "configure:6564: checking for inq_stats/cpustats.h" >&5 6565echo "configure:6566: checking for inq_stats/cpustats.h" >&5
6564if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 6566if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6565 echo $ac_n "(cached) $ac_c" 1>&6 6567 echo $ac_n "(cached) $ac_c" 1>&6
6566else 6568else
6567 cat > conftest.$ac_ext <<EOF 6569 cat > conftest.$ac_ext <<EOF
6568#line 6569 "configure" 6570#line 6571 "configure"
6569#include "confdefs.h" 6571#include "confdefs.h"
6570#include <inq_stats/cpustats.h> 6572#include <inq_stats/cpustats.h>
6571EOF 6573EOF
6572ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 6574ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6573{ (eval echo configure:6574: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 6575{ (eval echo configure:6576: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6574ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 6576ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6575if test -z "$ac_err"; then 6577if test -z "$ac_err"; then
6576 rm -rf conftest* 6578 rm -rf conftest*
@@ -6603,17 +6605,17 @@ fi
6603 if test $ac_have_func = no; then 6605 if test $ac_have_func = no; then
6604 ac_safe=`echo "sys/cpustats.h" | sed 'y%./+-%__p_%'` 6606 ac_safe=`echo "sys/cpustats.h" | sed 'y%./+-%__p_%'`
6605echo $ac_n "checking for sys/cpustats.h""... $ac_c" 1>&6 6607echo $ac_n "checking for sys/cpustats.h""... $ac_c" 1>&6
6606echo "configure:6607: checking for sys/cpustats.h" >&5 6608echo "configure:6609: checking for sys/cpustats.h" >&5
6607if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 6609if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6608 echo $ac_n "(cached) $ac_c" 1>&6 6610 echo $ac_n "(cached) $ac_c" 1>&6
6609else 6611else
6610 cat > conftest.$ac_ext <<EOF 6612 cat > conftest.$ac_ext <<EOF
6611#line 6612 "configure" 6613#line 6614 "configure"
6612#include "confdefs.h" 6614#include "confdefs.h"
6613#include <sys/cpustats.h> 6615#include <sys/cpustats.h>
6614EOF 6616EOF
6615ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 6617ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6616{ (eval echo configure:6617: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 6618{ (eval echo configure:6619: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6617ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 6619ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6618if test -z "$ac_err"; then 6620if test -z "$ac_err"; then
6619 rm -rf conftest* 6621 rm -rf conftest*
@@ -6644,17 +6646,17 @@ fi
6644do 6646do
6645ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 6647ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
6646echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 6648echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
6647echo "configure:6648: checking for $ac_hdr" >&5 6649echo "configure:6650: checking for $ac_hdr" >&5
6648if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 6650if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6649 echo $ac_n "(cached) $ac_c" 1>&6 6651 echo $ac_n "(cached) $ac_c" 1>&6
6650else 6652else
6651 cat > conftest.$ac_ext <<EOF 6653 cat > conftest.$ac_ext <<EOF
6652#line 6653 "configure" 6654#line 6655 "configure"
6653#include "confdefs.h" 6655#include "confdefs.h"
6654#include <$ac_hdr> 6656#include <$ac_hdr>
6655EOF 6657EOF
6656ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 6658ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6657{ (eval echo configure:6658: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 6659{ (eval echo configure:6660: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6658ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 6660ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6659if test -z "$ac_err"; then 6661if test -z "$ac_err"; then
6660 rm -rf conftest* 6662 rm -rf conftest*
@@ -6684,17 +6686,17 @@ done
6684 6686
6685 ac_safe=`echo "nlist.h" | sed 'y%./+-%__p_%'` 6687 ac_safe=`echo "nlist.h" | sed 'y%./+-%__p_%'`
6686echo $ac_n "checking for nlist.h""... $ac_c" 1>&6 6688echo $ac_n "checking for nlist.h""... $ac_c" 1>&6
6687echo "configure:6688: checking for nlist.h" >&5 6689echo "configure:6690: checking for nlist.h" >&5
6688if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 6690if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6689 echo $ac_n "(cached) $ac_c" 1>&6 6691 echo $ac_n "(cached) $ac_c" 1>&6
6690else 6692else
6691 cat > conftest.$ac_ext <<EOF 6693 cat > conftest.$ac_ext <<EOF
6692#line 6693 "configure" 6694#line 6695 "configure"
6693#include "confdefs.h" 6695#include "confdefs.h"
6694#include <nlist.h> 6696#include <nlist.h>
6695EOF 6697EOF
6696ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 6698ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6697{ (eval echo configure:6698: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 6699{ (eval echo configure:6700: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6698ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 6700ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6699if test -z "$ac_err"; then 6701if test -z "$ac_err"; then
6700 rm -rf conftest* 6702 rm -rf conftest*
@@ -6715,19 +6717,19 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
6715EOF 6717EOF
6716 6718
6717 echo $ac_n "checking for n_un in struct nlist""... $ac_c" 1>&6 6719 echo $ac_n "checking for n_un in struct nlist""... $ac_c" 1>&6
6718echo "configure:6719: checking for n_un in struct nlist" >&5 6720echo "configure:6721: checking for n_un in struct nlist" >&5
6719if eval "test \"`echo '$''{'ac_cv_struct_nlist_n_un'+set}'`\" = set"; then 6721if eval "test \"`echo '$''{'ac_cv_struct_nlist_n_un'+set}'`\" = set"; then
6720 echo $ac_n "(cached) $ac_c" 1>&6 6722 echo $ac_n "(cached) $ac_c" 1>&6
6721else 6723else
6722 cat > conftest.$ac_ext <<EOF 6724 cat > conftest.$ac_ext <<EOF
6723#line 6724 "configure" 6725#line 6726 "configure"
6724#include "confdefs.h" 6726#include "confdefs.h"
6725#include <nlist.h> 6727#include <nlist.h>
6726int main() { 6728int main() {
6727struct nlist n; n.n_un.n_name = 0; 6729struct nlist n; n.n_un.n_name = 0;
6728; return 0; } 6730; return 0; }
6729EOF 6731EOF
6730if { (eval echo configure:6731: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 6732if { (eval echo configure:6733: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6731 rm -rf conftest* 6733 rm -rf conftest*
6732 ac_cv_struct_nlist_n_un=yes 6734 ac_cv_struct_nlist_n_un=yes
6733else 6735else
@@ -6754,12 +6756,12 @@ fi # Do not have getloadavg in system libraries.
6754 6756
6755# Some definitions of getloadavg require that the program be installed setgid. 6757# Some definitions of getloadavg require that the program be installed setgid.
6756echo $ac_n "checking whether getloadavg requires setgid""... $ac_c" 1>&6 6758echo $ac_n "checking whether getloadavg requires setgid""... $ac_c" 1>&6
6757echo "configure:6758: checking whether getloadavg requires setgid" >&5 6759echo "configure:6760: checking whether getloadavg requires setgid" >&5
6758if eval "test \"`echo '$''{'ac_cv_func_getloadavg_setgid'+set}'`\" = set"; then 6760if eval "test \"`echo '$''{'ac_cv_func_getloadavg_setgid'+set}'`\" = set"; then
6759 echo $ac_n "(cached) $ac_c" 1>&6 6761 echo $ac_n "(cached) $ac_c" 1>&6
6760else 6762else
6761 cat > conftest.$ac_ext <<EOF 6763 cat > conftest.$ac_ext <<EOF
6762#line 6763 "configure" 6764#line 6765 "configure"
6763#include "confdefs.h" 6765#include "confdefs.h"
6764#include "$srcdir/getloadavg.c" 6766#include "$srcdir/getloadavg.c"
6765#ifdef LDAV_PRIVILEGED 6767#ifdef LDAV_PRIVILEGED
@@ -6790,7 +6792,7 @@ fi
6790 6792
6791if test $ac_cv_func_getloadavg_setgid = yes; then 6793if test $ac_cv_func_getloadavg_setgid = yes; then
6792 echo $ac_n "checking group of /dev/kmem""... $ac_c" 1>&6 6794 echo $ac_n "checking group of /dev/kmem""... $ac_c" 1>&6
6793echo "configure:6794: checking group of /dev/kmem" >&5 6795echo "configure:6796: checking group of /dev/kmem" >&5
6794if eval "test \"`echo '$''{'ac_cv_group_kmem'+set}'`\" = set"; then 6796if eval "test \"`echo '$''{'ac_cv_group_kmem'+set}'`\" = set"; then
6795 echo $ac_n "(cached) $ac_c" 1>&6 6797 echo $ac_n "(cached) $ac_c" 1>&6
6796else 6798else
@@ -6813,12 +6815,12 @@ fi
6813for ac_func in ftello 6815for ac_func in ftello
6814do 6816do
6815echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 6817echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6816echo "configure:6817: checking for $ac_func" >&5 6818echo "configure:6819: checking for $ac_func" >&5
6817if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 6819if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6818 echo $ac_n "(cached) $ac_c" 1>&6 6820 echo $ac_n "(cached) $ac_c" 1>&6
6819else 6821else
6820 cat > conftest.$ac_ext <<EOF 6822 cat > conftest.$ac_ext <<EOF
6821#line 6822 "configure" 6823#line 6824 "configure"
6822#include "confdefs.h" 6824#include "confdefs.h"
6823/* System header to define __stub macros and hopefully few prototypes, 6825/* System header to define __stub macros and hopefully few prototypes,
6824 which can conflict with char $ac_func(); below. */ 6826 which can conflict with char $ac_func(); below. */
@@ -6841,7 +6843,7 @@ $ac_func();
6841 6843
6842; return 0; } 6844; return 0; }
6843EOF 6845EOF
6844if { (eval echo configure:6845: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6846if { (eval echo configure:6847: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6845 rm -rf conftest* 6847 rm -rf conftest*
6846 eval "ac_cv_func_$ac_func=yes" 6848 eval "ac_cv_func_$ac_func=yes"
6847else 6849else
@@ -6871,12 +6873,12 @@ done
6871for ac_func in grantpt 6873for ac_func in grantpt
6872do 6874do
6873echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 6875echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6874echo "configure:6875: checking for $ac_func" >&5 6876echo "configure:6877: checking for $ac_func" >&5
6875if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 6877if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6876 echo $ac_n "(cached) $ac_c" 1>&6 6878 echo $ac_n "(cached) $ac_c" 1>&6
6877else 6879else
6878 cat > conftest.$ac_ext <<EOF 6880 cat > conftest.$ac_ext <<EOF
6879#line 6880 "configure" 6881#line 6882 "configure"
6880#include "confdefs.h" 6882#include "confdefs.h"
6881/* System header to define __stub macros and hopefully few prototypes, 6883/* System header to define __stub macros and hopefully few prototypes,
6882 which can conflict with char $ac_func(); below. */ 6884 which can conflict with char $ac_func(); below. */
@@ -6899,7 +6901,7 @@ $ac_func();
6899 6901
6900; return 0; } 6902; return 0; }
6901EOF 6903EOF
6902if { (eval echo configure:6903: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6904if { (eval echo configure:6905: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6903 rm -rf conftest* 6905 rm -rf conftest*
6904 eval "ac_cv_func_$ac_func=yes" 6906 eval "ac_cv_func_$ac_func=yes"
6905else 6907else
@@ -6928,12 +6930,12 @@ done
6928for ac_func in getpt 6930for ac_func in getpt
6929do 6931do
6930echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 6932echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6931echo "configure:6932: checking for $ac_func" >&5 6933echo "configure:6934: checking for $ac_func" >&5
6932if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 6934if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6933 echo $ac_n "(cached) $ac_c" 1>&6 6935 echo $ac_n "(cached) $ac_c" 1>&6
6934else 6936else
6935 cat > conftest.$ac_ext <<EOF 6937 cat > conftest.$ac_ext <<EOF
6936#line 6937 "configure" 6938#line 6939 "configure"
6937#include "confdefs.h" 6939#include "confdefs.h"
6938/* System header to define __stub macros and hopefully few prototypes, 6940/* System header to define __stub macros and hopefully few prototypes,
6939 which can conflict with char $ac_func(); below. */ 6941 which can conflict with char $ac_func(); below. */
@@ -6956,7 +6958,7 @@ $ac_func();
6956 6958
6957; return 0; } 6959; return 0; }
6958EOF 6960EOF
6959if { (eval echo configure:6960: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6961if { (eval echo configure:6962: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6960 rm -rf conftest* 6962 rm -rf conftest*
6961 eval "ac_cv_func_$ac_func=yes" 6963 eval "ac_cv_func_$ac_func=yes"
6962else 6964else
@@ -6986,7 +6988,7 @@ done
6986# It's better to believe a function is not available 6988# It's better to believe a function is not available
6987# than to expect to find it in ncurses. 6989# than to expect to find it in ncurses.
6988echo $ac_n "checking for tparm in -lncurses""... $ac_c" 1>&6 6990echo $ac_n "checking for tparm in -lncurses""... $ac_c" 1>&6
6989echo "configure:6990: checking for tparm in -lncurses" >&5 6991echo "configure:6992: checking for tparm in -lncurses" >&5
6990ac_lib_var=`echo ncurses'_'tparm | sed 'y%./+-%__p_%'` 6992ac_lib_var=`echo ncurses'_'tparm | sed 'y%./+-%__p_%'`
6991if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 6993if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6992 echo $ac_n "(cached) $ac_c" 1>&6 6994 echo $ac_n "(cached) $ac_c" 1>&6
@@ -6994,7 +6996,7 @@ else
6994 ac_save_LIBS="$LIBS" 6996 ac_save_LIBS="$LIBS"
6995LIBS="-lncurses $LIBS" 6997LIBS="-lncurses $LIBS"
6996cat > conftest.$ac_ext <<EOF 6998cat > conftest.$ac_ext <<EOF
6997#line 6998 "configure" 6999#line 7000 "configure"
6998#include "confdefs.h" 7000#include "confdefs.h"
6999/* Override any gcc2 internal prototype to avoid an error. */ 7001/* Override any gcc2 internal prototype to avoid an error. */
7000/* We use char because int might match the return type of a gcc2 7002/* We use char because int might match the return type of a gcc2
@@ -7005,7 +7007,7 @@ int main() {
7005tparm() 7007tparm()
7006; return 0; } 7008; return 0; }
7007EOF 7009EOF
7008if { (eval echo configure:7009: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7010if { (eval echo configure:7011: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7009 rm -rf conftest* 7011 rm -rf conftest*
7010 eval "ac_cv_lib_$ac_lib_var=yes" 7012 eval "ac_cv_lib_$ac_lib_var=yes"
7011else 7013else
@@ -7036,7 +7038,7 @@ fi
7036# These tell us which Kerberos-related libraries to use. 7038# These tell us which Kerberos-related libraries to use.
7037if test "${with_kerberos+set}" = set; then 7039if test "${with_kerberos+set}" = set; then
7038 echo $ac_n "checking for com_err in -lcom_err""... $ac_c" 1>&6 7040 echo $ac_n "checking for com_err in -lcom_err""... $ac_c" 1>&6
7039echo "configure:7040: checking for com_err in -lcom_err" >&5 7041echo "configure:7042: checking for com_err in -lcom_err" >&5
7040ac_lib_var=`echo com_err'_'com_err | sed 'y%./+-%__p_%'` 7042ac_lib_var=`echo com_err'_'com_err | sed 'y%./+-%__p_%'`
7041if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 7043if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7042 echo $ac_n "(cached) $ac_c" 1>&6 7044 echo $ac_n "(cached) $ac_c" 1>&6
@@ -7044,7 +7046,7 @@ else
7044 ac_save_LIBS="$LIBS" 7046 ac_save_LIBS="$LIBS"
7045LIBS="-lcom_err $LIBS" 7047LIBS="-lcom_err $LIBS"
7046cat > conftest.$ac_ext <<EOF 7048cat > conftest.$ac_ext <<EOF
7047#line 7048 "configure" 7049#line 7050 "configure"
7048#include "confdefs.h" 7050#include "confdefs.h"
7049/* Override any gcc2 internal prototype to avoid an error. */ 7051/* Override any gcc2 internal prototype to avoid an error. */
7050/* We use char because int might match the return type of a gcc2 7052/* We use char because int might match the return type of a gcc2
@@ -7055,7 +7057,7 @@ int main() {
7055com_err() 7057com_err()
7056; return 0; } 7058; return 0; }
7057EOF 7059EOF
7058if { (eval echo configure:7059: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7060if { (eval echo configure:7061: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7059 rm -rf conftest* 7061 rm -rf conftest*
7060 eval "ac_cv_lib_$ac_lib_var=yes" 7062 eval "ac_cv_lib_$ac_lib_var=yes"
7061else 7063else
@@ -7083,7 +7085,7 @@ else
7083fi 7085fi
7084 7086
7085 echo $ac_n "checking for mit_des_cbc_encrypt in -lk5crypto""... $ac_c" 1>&6 7087 echo $ac_n "checking for mit_des_cbc_encrypt in -lk5crypto""... $ac_c" 1>&6
7086echo "configure:7087: checking for mit_des_cbc_encrypt in -lk5crypto" >&5 7088echo "configure:7089: checking for mit_des_cbc_encrypt in -lk5crypto" >&5
7087ac_lib_var=`echo k5crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'` 7089ac_lib_var=`echo k5crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'`
7088if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 7090if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7089 echo $ac_n "(cached) $ac_c" 1>&6 7091 echo $ac_n "(cached) $ac_c" 1>&6
@@ -7091,7 +7093,7 @@ else
7091 ac_save_LIBS="$LIBS" 7093 ac_save_LIBS="$LIBS"
7092LIBS="-lk5crypto $LIBS" 7094LIBS="-lk5crypto $LIBS"
7093cat > conftest.$ac_ext <<EOF 7095cat > conftest.$ac_ext <<EOF
7094#line 7095 "configure" 7096#line 7097 "configure"
7095#include "confdefs.h" 7097#include "confdefs.h"
7096/* Override any gcc2 internal prototype to avoid an error. */ 7098/* Override any gcc2 internal prototype to avoid an error. */
7097/* We use char because int might match the return type of a gcc2 7099/* We use char because int might match the return type of a gcc2
@@ -7102,7 +7104,7 @@ int main() {
7102mit_des_cbc_encrypt() 7104mit_des_cbc_encrypt()
7103; return 0; } 7105; return 0; }
7104EOF 7106EOF
7105if { (eval echo configure:7106: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7107if { (eval echo configure:7108: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7106 rm -rf conftest* 7108 rm -rf conftest*
7107 eval "ac_cv_lib_$ac_lib_var=yes" 7109 eval "ac_cv_lib_$ac_lib_var=yes"
7108else 7110else
@@ -7130,7 +7132,7 @@ else
7130fi 7132fi
7131 7133
7132 echo $ac_n "checking for mit_des_cbc_encrypt in -lcrypto""... $ac_c" 1>&6 7134 echo $ac_n "checking for mit_des_cbc_encrypt in -lcrypto""... $ac_c" 1>&6
7133echo "configure:7134: checking for mit_des_cbc_encrypt in -lcrypto" >&5 7135echo "configure:7136: checking for mit_des_cbc_encrypt in -lcrypto" >&5
7134ac_lib_var=`echo crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'` 7136ac_lib_var=`echo crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'`
7135if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 7137if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7136 echo $ac_n "(cached) $ac_c" 1>&6 7138 echo $ac_n "(cached) $ac_c" 1>&6
@@ -7138,7 +7140,7 @@ else
7138 ac_save_LIBS="$LIBS" 7140 ac_save_LIBS="$LIBS"
7139LIBS="-lcrypto $LIBS" 7141LIBS="-lcrypto $LIBS"
7140cat > conftest.$ac_ext <<EOF 7142cat > conftest.$ac_ext <<EOF
7141#line 7142 "configure" 7143#line 7144 "configure"
7142#include "confdefs.h" 7144#include "confdefs.h"
7143/* Override any gcc2 internal prototype to avoid an error. */ 7145/* Override any gcc2 internal prototype to avoid an error. */
7144/* We use char because int might match the return type of a gcc2 7146/* We use char because int might match the return type of a gcc2
@@ -7149,7 +7151,7 @@ int main() {
7149mit_des_cbc_encrypt() 7151mit_des_cbc_encrypt()
7150; return 0; } 7152; return 0; }
7151EOF 7153EOF
7152if { (eval echo configure:7153: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7154if { (eval echo configure:7155: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7153 rm -rf conftest* 7155 rm -rf conftest*
7154 eval "ac_cv_lib_$ac_lib_var=yes" 7156 eval "ac_cv_lib_$ac_lib_var=yes"
7155else 7157else
@@ -7177,7 +7179,7 @@ else
7177fi 7179fi
7178 7180
7179 echo $ac_n "checking for krb5_init_context in -lkrb5""... $ac_c" 1>&6 7181 echo $ac_n "checking for krb5_init_context in -lkrb5""... $ac_c" 1>&6
7180echo "configure:7181: checking for krb5_init_context in -lkrb5" >&5 7182echo "configure:7183: checking for krb5_init_context in -lkrb5" >&5
7181ac_lib_var=`echo krb5'_'krb5_init_context | sed 'y%./+-%__p_%'` 7183ac_lib_var=`echo krb5'_'krb5_init_context | sed 'y%./+-%__p_%'`
7182if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 7184if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7183 echo $ac_n "(cached) $ac_c" 1>&6 7185 echo $ac_n "(cached) $ac_c" 1>&6
@@ -7185,7 +7187,7 @@ else
7185 ac_save_LIBS="$LIBS" 7187 ac_save_LIBS="$LIBS"
7186LIBS="-lkrb5 $LIBS" 7188LIBS="-lkrb5 $LIBS"
7187cat > conftest.$ac_ext <<EOF 7189cat > conftest.$ac_ext <<EOF
7188#line 7189 "configure" 7190#line 7191 "configure"
7189#include "confdefs.h" 7191#include "confdefs.h"
7190/* Override any gcc2 internal prototype to avoid an error. */ 7192/* Override any gcc2 internal prototype to avoid an error. */
7191/* We use char because int might match the return type of a gcc2 7193/* We use char because int might match the return type of a gcc2
@@ -7196,7 +7198,7 @@ int main() {
7196krb5_init_context() 7198krb5_init_context()
7197; return 0; } 7199; return 0; }
7198EOF 7200EOF
7199if { (eval echo configure:7200: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7201if { (eval echo configure:7202: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7200 rm -rf conftest* 7202 rm -rf conftest*
7201 eval "ac_cv_lib_$ac_lib_var=yes" 7203 eval "ac_cv_lib_$ac_lib_var=yes"
7202else 7204else
@@ -7225,7 +7227,7 @@ fi
7225 7227
7226 if test "${with_kerberos5+set}" != set; then 7228 if test "${with_kerberos5+set}" != set; then
7227 echo $ac_n "checking for des_cbc_encrypt in -ldes425""... $ac_c" 1>&6 7229 echo $ac_n "checking for des_cbc_encrypt in -ldes425""... $ac_c" 1>&6
7228echo "configure:7229: checking for des_cbc_encrypt in -ldes425" >&5 7230echo "configure:7231: checking for des_cbc_encrypt in -ldes425" >&5
7229ac_lib_var=`echo des425'_'des_cbc_encrypt | sed 'y%./+-%__p_%'` 7231ac_lib_var=`echo des425'_'des_cbc_encrypt | sed 'y%./+-%__p_%'`
7230if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 7232if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7231 echo $ac_n "(cached) $ac_c" 1>&6 7233 echo $ac_n "(cached) $ac_c" 1>&6
@@ -7233,7 +7235,7 @@ else
7233 ac_save_LIBS="$LIBS" 7235 ac_save_LIBS="$LIBS"
7234LIBS="-ldes425 $LIBS" 7236LIBS="-ldes425 $LIBS"
7235cat > conftest.$ac_ext <<EOF 7237cat > conftest.$ac_ext <<EOF
7236#line 7237 "configure" 7238#line 7239 "configure"
7237#include "confdefs.h" 7239#include "confdefs.h"
7238/* Override any gcc2 internal prototype to avoid an error. */ 7240/* Override any gcc2 internal prototype to avoid an error. */
7239/* We use char because int might match the return type of a gcc2 7241/* We use char because int might match the return type of a gcc2
@@ -7244,7 +7246,7 @@ int main() {
7244des_cbc_encrypt() 7246des_cbc_encrypt()
7245; return 0; } 7247; return 0; }
7246EOF 7248EOF
7247if { (eval echo configure:7248: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7249if { (eval echo configure:7250: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7248 rm -rf conftest* 7250 rm -rf conftest*
7249 eval "ac_cv_lib_$ac_lib_var=yes" 7251 eval "ac_cv_lib_$ac_lib_var=yes"
7250else 7252else
@@ -7270,7 +7272,7 @@ EOF
7270else 7272else
7271 echo "$ac_t""no" 1>&6 7273 echo "$ac_t""no" 1>&6
7272echo $ac_n "checking for des_cbc_encrypt in -ldes""... $ac_c" 1>&6 7274echo $ac_n "checking for des_cbc_encrypt in -ldes""... $ac_c" 1>&6
7273echo "configure:7274: checking for des_cbc_encrypt in -ldes" >&5 7275echo "configure:7276: checking for des_cbc_encrypt in -ldes" >&5
7274ac_lib_var=`echo des'_'des_cbc_encrypt | sed 'y%./+-%__p_%'` 7276ac_lib_var=`echo des'_'des_cbc_encrypt | sed 'y%./+-%__p_%'`
7275if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 7277if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7276 echo $ac_n "(cached) $ac_c" 1>&6 7278 echo $ac_n "(cached) $ac_c" 1>&6
@@ -7278,7 +7280,7 @@ else
7278 ac_save_LIBS="$LIBS" 7280 ac_save_LIBS="$LIBS"
7279LIBS="-ldes $LIBS" 7281LIBS="-ldes $LIBS"
7280cat > conftest.$ac_ext <<EOF 7282cat > conftest.$ac_ext <<EOF
7281#line 7282 "configure" 7283#line 7284 "configure"
7282#include "confdefs.h" 7284#include "confdefs.h"
7283/* Override any gcc2 internal prototype to avoid an error. */ 7285/* Override any gcc2 internal prototype to avoid an error. */
7284/* We use char because int might match the return type of a gcc2 7286/* We use char because int might match the return type of a gcc2
@@ -7289,7 +7291,7 @@ int main() {
7289des_cbc_encrypt() 7291des_cbc_encrypt()
7290; return 0; } 7292; return 0; }
7291EOF 7293EOF
7292if { (eval echo configure:7293: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7294if { (eval echo configure:7295: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7293 rm -rf conftest* 7295 rm -rf conftest*
7294 eval "ac_cv_lib_$ac_lib_var=yes" 7296 eval "ac_cv_lib_$ac_lib_var=yes"
7295else 7297else
@@ -7319,7 +7321,7 @@ fi
7319fi 7321fi
7320 7322
7321 echo $ac_n "checking for krb_get_cred in -lkrb4""... $ac_c" 1>&6 7323 echo $ac_n "checking for krb_get_cred in -lkrb4""... $ac_c" 1>&6
7322echo "configure:7323: checking for krb_get_cred in -lkrb4" >&5 7324echo "configure:7325: checking for krb_get_cred in -lkrb4" >&5
7323ac_lib_var=`echo krb4'_'krb_get_cred | sed 'y%./+-%__p_%'` 7325ac_lib_var=`echo krb4'_'krb_get_cred | sed 'y%./+-%__p_%'`
7324if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 7326if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7325 echo $ac_n "(cached) $ac_c" 1>&6 7327 echo $ac_n "(cached) $ac_c" 1>&6
@@ -7327,7 +7329,7 @@ else
7327 ac_save_LIBS="$LIBS" 7329 ac_save_LIBS="$LIBS"
7328LIBS="-lkrb4 $LIBS" 7330LIBS="-lkrb4 $LIBS"
7329cat > conftest.$ac_ext <<EOF 7331cat > conftest.$ac_ext <<EOF
7330#line 7331 "configure" 7332#line 7333 "configure"
7331#include "confdefs.h" 7333#include "confdefs.h"
7332/* Override any gcc2 internal prototype to avoid an error. */ 7334/* Override any gcc2 internal prototype to avoid an error. */
7333/* We use char because int might match the return type of a gcc2 7335/* We use char because int might match the return type of a gcc2
@@ -7338,7 +7340,7 @@ int main() {
7338krb_get_cred() 7340krb_get_cred()
7339; return 0; } 7341; return 0; }
7340EOF 7342EOF
7341if { (eval echo configure:7342: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7343if { (eval echo configure:7344: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7342 rm -rf conftest* 7344 rm -rf conftest*
7343 eval "ac_cv_lib_$ac_lib_var=yes" 7345 eval "ac_cv_lib_$ac_lib_var=yes"
7344else 7346else
@@ -7364,7 +7366,7 @@ EOF
7364else 7366else
7365 echo "$ac_t""no" 1>&6 7367 echo "$ac_t""no" 1>&6
7366echo $ac_n "checking for krb_get_cred in -lkrb""... $ac_c" 1>&6 7368echo $ac_n "checking for krb_get_cred in -lkrb""... $ac_c" 1>&6
7367echo "configure:7368: checking for krb_get_cred in -lkrb" >&5 7369echo "configure:7370: checking for krb_get_cred in -lkrb" >&5
7368ac_lib_var=`echo krb'_'krb_get_cred | sed 'y%./+-%__p_%'` 7370ac_lib_var=`echo krb'_'krb_get_cred | sed 'y%./+-%__p_%'`
7369if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 7371if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7370 echo $ac_n "(cached) $ac_c" 1>&6 7372 echo $ac_n "(cached) $ac_c" 1>&6
@@ -7372,7 +7374,7 @@ else
7372 ac_save_LIBS="$LIBS" 7374 ac_save_LIBS="$LIBS"
7373LIBS="-lkrb $LIBS" 7375LIBS="-lkrb $LIBS"
7374cat > conftest.$ac_ext <<EOF 7376cat > conftest.$ac_ext <<EOF
7375#line 7376 "configure" 7377#line 7378 "configure"
7376#include "confdefs.h" 7378#include "confdefs.h"
7377/* Override any gcc2 internal prototype to avoid an error. */ 7379/* Override any gcc2 internal prototype to avoid an error. */
7378/* We use char because int might match the return type of a gcc2 7380/* We use char because int might match the return type of a gcc2
@@ -7383,7 +7385,7 @@ int main() {
7383krb_get_cred() 7385krb_get_cred()
7384; return 0; } 7386; return 0; }
7385EOF 7387EOF
7386if { (eval echo configure:7387: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7388if { (eval echo configure:7389: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7387 rm -rf conftest* 7389 rm -rf conftest*
7388 eval "ac_cv_lib_$ac_lib_var=yes" 7390 eval "ac_cv_lib_$ac_lib_var=yes"
7389else 7391else
@@ -7419,17 +7421,17 @@ fi
7419do 7421do
7420ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 7422ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7421echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 7423echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7422echo "configure:7423: checking for $ac_hdr" >&5 7424echo "configure:7425: checking for $ac_hdr" >&5
7423if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 7425if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7424 echo $ac_n "(cached) $ac_c" 1>&6 7426 echo $ac_n "(cached) $ac_c" 1>&6
7425else 7427else
7426 cat > conftest.$ac_ext <<EOF 7428 cat > conftest.$ac_ext <<EOF
7427#line 7428 "configure" 7429#line 7430 "configure"
7428#include "confdefs.h" 7430#include "confdefs.h"
7429#include <$ac_hdr> 7431#include <$ac_hdr>
7430EOF 7432EOF
7431ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 7433ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7432{ (eval echo configure:7433: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 7434{ (eval echo configure:7435: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7433ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 7435ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7434if test -z "$ac_err"; then 7436if test -z "$ac_err"; then
7435 rm -rf conftest* 7437 rm -rf conftest*
@@ -7460,17 +7462,17 @@ done
7460do 7462do
7461ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 7463ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7462echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 7464echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7463echo "configure:7464: checking for $ac_hdr" >&5 7465echo "configure:7466: checking for $ac_hdr" >&5
7464if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 7466if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7465 echo $ac_n "(cached) $ac_c" 1>&6 7467 echo $ac_n "(cached) $ac_c" 1>&6
7466else 7468else
7467 cat > conftest.$ac_ext <<EOF 7469 cat > conftest.$ac_ext <<EOF
7468#line 7469 "configure" 7470#line 7471 "configure"
7469#include "confdefs.h" 7471#include "confdefs.h"
7470#include <$ac_hdr> 7472#include <$ac_hdr>
7471EOF 7473EOF
7472ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 7474ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7473{ (eval echo configure:7474: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 7475{ (eval echo configure:7476: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7474ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 7476ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7475if test -z "$ac_err"; then 7477if test -z "$ac_err"; then
7476 rm -rf conftest* 7478 rm -rf conftest*
@@ -7497,17 +7499,17 @@ for ac_hdr in kerberosIV/des.h
7497do 7499do
7498ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 7500ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7499echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 7501echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7500echo "configure:7501: checking for $ac_hdr" >&5 7502echo "configure:7503: checking for $ac_hdr" >&5
7501if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 7503if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7502 echo $ac_n "(cached) $ac_c" 1>&6 7504 echo $ac_n "(cached) $ac_c" 1>&6
7503else 7505else
7504 cat > conftest.$ac_ext <<EOF 7506 cat > conftest.$ac_ext <<EOF
7505#line 7506 "configure" 7507#line 7508 "configure"
7506#include "confdefs.h" 7508#include "confdefs.h"
7507#include <$ac_hdr> 7509#include <$ac_hdr>
7508EOF 7510EOF
7509ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 7511ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7510{ (eval echo configure:7511: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 7512{ (eval echo configure:7513: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7511ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 7513ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7512if test -z "$ac_err"; then 7514if test -z "$ac_err"; then
7513 rm -rf conftest* 7515 rm -rf conftest*
@@ -7534,17 +7536,17 @@ for ac_hdr in kerberos/des.h
7534do 7536do
7535ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 7537ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7536echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 7538echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7537echo "configure:7538: checking for $ac_hdr" >&5 7539echo "configure:7540: checking for $ac_hdr" >&5
7538if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 7540if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7539 echo $ac_n "(cached) $ac_c" 1>&6 7541 echo $ac_n "(cached) $ac_c" 1>&6
7540else 7542else
7541 cat > conftest.$ac_ext <<EOF 7543 cat > conftest.$ac_ext <<EOF
7542#line 7543 "configure" 7544#line 7545 "configure"
7543#include "confdefs.h" 7545#include "confdefs.h"
7544#include <$ac_hdr> 7546#include <$ac_hdr>
7545EOF 7547EOF
7546ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 7548ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7547{ (eval echo configure:7548: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 7549{ (eval echo configure:7550: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7548ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 7550ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7549if test -z "$ac_err"; then 7551if test -z "$ac_err"; then
7550 rm -rf conftest* 7552 rm -rf conftest*
@@ -7580,17 +7582,17 @@ done
7580do 7582do
7581ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 7583ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7582echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 7584echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7583echo "configure:7584: checking for $ac_hdr" >&5 7585echo "configure:7586: checking for $ac_hdr" >&5
7584if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 7586if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7585 echo $ac_n "(cached) $ac_c" 1>&6 7587 echo $ac_n "(cached) $ac_c" 1>&6
7586else 7588else
7587 cat > conftest.$ac_ext <<EOF 7589 cat > conftest.$ac_ext <<EOF
7588#line 7589 "configure" 7590#line 7591 "configure"
7589#include "confdefs.h" 7591#include "confdefs.h"
7590#include <$ac_hdr> 7592#include <$ac_hdr>
7591EOF 7593EOF
7592ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 7594ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7593{ (eval echo configure:7594: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 7595{ (eval echo configure:7596: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7594ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 7596ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7595if test -z "$ac_err"; then 7597if test -z "$ac_err"; then
7596 rm -rf conftest* 7598 rm -rf conftest*
@@ -7617,17 +7619,17 @@ for ac_hdr in kerberosIV/krb.h
7617do 7619do
7618ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 7620ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7619echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 7621echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7620echo "configure:7621: checking for $ac_hdr" >&5 7622echo "configure:7623: checking for $ac_hdr" >&5
7621if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 7623if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7622 echo $ac_n "(cached) $ac_c" 1>&6 7624 echo $ac_n "(cached) $ac_c" 1>&6
7623else 7625else
7624 cat > conftest.$ac_ext <<EOF 7626 cat > conftest.$ac_ext <<EOF
7625#line 7626 "configure" 7627#line 7628 "configure"
7626#include "confdefs.h" 7628#include "confdefs.h"
7627#include <$ac_hdr> 7629#include <$ac_hdr>
7628EOF 7630EOF
7629ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 7631ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7630{ (eval echo configure:7631: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 7632{ (eval echo configure:7633: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7631ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 7633ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7632if test -z "$ac_err"; then 7634if test -z "$ac_err"; then
7633 rm -rf conftest* 7635 rm -rf conftest*
@@ -7654,17 +7656,17 @@ for ac_hdr in kerberos/krb.h
7654do 7656do
7655ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 7657ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7656echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 7658echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7657echo "configure:7658: checking for $ac_hdr" >&5 7659echo "configure:7660: checking for $ac_hdr" >&5
7658if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 7660if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7659 echo $ac_n "(cached) $ac_c" 1>&6 7661 echo $ac_n "(cached) $ac_c" 1>&6
7660else 7662else
7661 cat > conftest.$ac_ext <<EOF 7663 cat > conftest.$ac_ext <<EOF
7662#line 7663 "configure" 7664#line 7665 "configure"
7663#include "confdefs.h" 7665#include "confdefs.h"
7664#include <$ac_hdr> 7666#include <$ac_hdr>
7665EOF 7667EOF
7666ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 7668ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7667{ (eval echo configure:7668: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 7669{ (eval echo configure:7670: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7668ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 7670ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7669if test -z "$ac_err"; then 7671if test -z "$ac_err"; then
7670 rm -rf conftest* 7672 rm -rf conftest*
@@ -7701,17 +7703,17 @@ done
7701do 7703do
7702ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 7704ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7703echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 7705echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7704echo "configure:7705: checking for $ac_hdr" >&5 7706echo "configure:7707: checking for $ac_hdr" >&5
7705if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 7707if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7706 echo $ac_n "(cached) $ac_c" 1>&6 7708 echo $ac_n "(cached) $ac_c" 1>&6
7707else 7709else
7708 cat > conftest.$ac_ext <<EOF 7710 cat > conftest.$ac_ext <<EOF
7709#line 7710 "configure" 7711#line 7712 "configure"
7710#include "confdefs.h" 7712#include "confdefs.h"
7711#include <$ac_hdr> 7713#include <$ac_hdr>
7712EOF 7714EOF
7713ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 7715ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7714{ (eval echo configure:7715: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 7716{ (eval echo configure:7717: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7715ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 7717ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7716if test -z "$ac_err"; then 7718if test -z "$ac_err"; then
7717 rm -rf conftest* 7719 rm -rf conftest*
@@ -7742,7 +7744,7 @@ fi
7742# Solaris requires -lintl if you want strerror (which calls dgettext) 7744# Solaris requires -lintl if you want strerror (which calls dgettext)
7743# to return localized messages. 7745# to return localized messages.
7744echo $ac_n "checking for dgettext in -lintl""... $ac_c" 1>&6 7746echo $ac_n "checking for dgettext in -lintl""... $ac_c" 1>&6
7745echo "configure:7746: checking for dgettext in -lintl" >&5 7747echo "configure:7748: checking for dgettext in -lintl" >&5
7746ac_lib_var=`echo intl'_'dgettext | sed 'y%./+-%__p_%'` 7748ac_lib_var=`echo intl'_'dgettext | sed 'y%./+-%__p_%'`
7747if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 7749if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7748 echo $ac_n "(cached) $ac_c" 1>&6 7750 echo $ac_n "(cached) $ac_c" 1>&6
@@ -7750,7 +7752,7 @@ else
7750 ac_save_LIBS="$LIBS" 7752 ac_save_LIBS="$LIBS"
7751LIBS="-lintl $LIBS" 7753LIBS="-lintl $LIBS"
7752cat > conftest.$ac_ext <<EOF 7754cat > conftest.$ac_ext <<EOF
7753#line 7754 "configure" 7755#line 7756 "configure"
7754#include "confdefs.h" 7756#include "confdefs.h"
7755/* Override any gcc2 internal prototype to avoid an error. */ 7757/* Override any gcc2 internal prototype to avoid an error. */
7756/* We use char because int might match the return type of a gcc2 7758/* We use char because int might match the return type of a gcc2
@@ -7761,7 +7763,7 @@ int main() {
7761dgettext() 7763dgettext()
7762; return 0; } 7764; return 0; }
7763EOF 7765EOF
7764if { (eval echo configure:7765: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7766if { (eval echo configure:7767: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7765 rm -rf conftest* 7767 rm -rf conftest*
7766 eval "ac_cv_lib_$ac_lib_var=yes" 7768 eval "ac_cv_lib_$ac_lib_var=yes"
7767else 7769else
@@ -7790,7 +7792,7 @@ fi
7790 7792
7791 7793
7792echo $ac_n "checking whether localtime caches TZ""... $ac_c" 1>&6 7794echo $ac_n "checking whether localtime caches TZ""... $ac_c" 1>&6
7793echo "configure:7794: checking whether localtime caches TZ" >&5 7795echo "configure:7796: checking whether localtime caches TZ" >&5
7794if eval "test \"`echo '$''{'emacs_cv_localtime_cache'+set}'`\" = set"; then 7796if eval "test \"`echo '$''{'emacs_cv_localtime_cache'+set}'`\" = set"; then
7795 echo $ac_n "(cached) $ac_c" 1>&6 7797 echo $ac_n "(cached) $ac_c" 1>&6
7796else 7798else
@@ -7800,7 +7802,7 @@ if test "$cross_compiling" = yes; then
7800emacs_cv_localtime_cache=yes 7802emacs_cv_localtime_cache=yes
7801else 7803else
7802 cat > conftest.$ac_ext <<EOF 7804 cat > conftest.$ac_ext <<EOF
7803#line 7804 "configure" 7805#line 7806 "configure"
7804#include "confdefs.h" 7806#include "confdefs.h"
7805#include <time.h> 7807#include <time.h>
7806extern char **environ; 7808extern char **environ;
@@ -7832,7 +7834,7 @@ main()
7832 exit (0); 7834 exit (0);
7833} 7835}
7834EOF 7836EOF
7835if { (eval echo configure:7836: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 7837if { (eval echo configure:7838: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7836then 7838then
7837 emacs_cv_localtime_cache=no 7839 emacs_cv_localtime_cache=no
7838else 7840else
@@ -7862,12 +7864,12 @@ if test "x$HAVE_TIMEVAL" = xyes; then
7862 for ac_func in gettimeofday 7864 for ac_func in gettimeofday
7863do 7865do
7864echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 7866echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
7865echo "configure:7866: checking for $ac_func" >&5 7867echo "configure:7868: checking for $ac_func" >&5
7866if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 7868if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
7867 echo $ac_n "(cached) $ac_c" 1>&6 7869 echo $ac_n "(cached) $ac_c" 1>&6
7868else 7870else
7869 cat > conftest.$ac_ext <<EOF 7871 cat > conftest.$ac_ext <<EOF
7870#line 7871 "configure" 7872#line 7873 "configure"
7871#include "confdefs.h" 7873#include "confdefs.h"
7872/* System header to define __stub macros and hopefully few prototypes, 7874/* System header to define __stub macros and hopefully few prototypes,
7873 which can conflict with char $ac_func(); below. */ 7875 which can conflict with char $ac_func(); below. */
@@ -7890,7 +7892,7 @@ $ac_func();
7890 7892
7891; return 0; } 7893; return 0; }
7892EOF 7894EOF
7893if { (eval echo configure:7894: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7895if { (eval echo configure:7896: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7894 rm -rf conftest* 7896 rm -rf conftest*
7895 eval "ac_cv_func_$ac_func=yes" 7897 eval "ac_cv_func_$ac_func=yes"
7896else 7898else
@@ -7915,12 +7917,12 @@ fi
7915done 7917done
7916 7918
7917 echo $ac_n "checking whether gettimeofday can accept two arguments""... $ac_c" 1>&6 7919 echo $ac_n "checking whether gettimeofday can accept two arguments""... $ac_c" 1>&6
7918echo "configure:7919: checking whether gettimeofday can accept two arguments" >&5 7920echo "configure:7921: checking whether gettimeofday can accept two arguments" >&5
7919if eval "test \"`echo '$''{'emacs_cv_gettimeofday_two_arguments'+set}'`\" = set"; then 7921if eval "test \"`echo '$''{'emacs_cv_gettimeofday_two_arguments'+set}'`\" = set"; then
7920 echo $ac_n "(cached) $ac_c" 1>&6 7922 echo $ac_n "(cached) $ac_c" 1>&6
7921else 7923else
7922 cat > conftest.$ac_ext <<EOF 7924 cat > conftest.$ac_ext <<EOF
7923#line 7924 "configure" 7925#line 7926 "configure"
7924#include "confdefs.h" 7926#include "confdefs.h"
7925 7927
7926#ifdef TIME_WITH_SYS_TIME 7928#ifdef TIME_WITH_SYS_TIME
@@ -7938,7 +7940,7 @@ struct timeval time;
7938 gettimeofday (&time, 0); 7940 gettimeofday (&time, 0);
7939; return 0; } 7941; return 0; }
7940EOF 7942EOF
7941if { (eval echo configure:7942: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 7943if { (eval echo configure:7944: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7942 rm -rf conftest* 7944 rm -rf conftest*
7943 emacs_cv_gettimeofday_two_arguments=yes 7945 emacs_cv_gettimeofday_two_arguments=yes
7944else 7946else
@@ -7961,25 +7963,25 @@ fi
7961 7963
7962if test "$ac_cv_func_gettimeofday" = yes; then 7964if test "$ac_cv_func_gettimeofday" = yes; then
7963 echo $ac_n "checking for struct timezone""... $ac_c" 1>&6 7965 echo $ac_n "checking for struct timezone""... $ac_c" 1>&6
7964echo "configure:7965: checking for struct timezone" >&5 7966echo "configure:7967: checking for struct timezone" >&5
7965if eval "test \"`echo '$''{'emacs_cv_struct_timezone'+set}'`\" = set"; then 7967if eval "test \"`echo '$''{'emacs_cv_struct_timezone'+set}'`\" = set"; then
7966 echo $ac_n "(cached) $ac_c" 1>&6 7968 echo $ac_n "(cached) $ac_c" 1>&6
7967else 7969else
7968 cat > conftest.$ac_ext <<EOF 7970 cat > conftest.$ac_ext <<EOF
7969#line 7970 "configure" 7971#line 7972 "configure"
7970#include "confdefs.h" 7972#include "confdefs.h"
7971#include <sys/time.h> 7973#include <sys/time.h>
7972int main() { 7974int main() {
7973struct timezone tz; 7975struct timezone tz;
7974; return 0; } 7976; return 0; }
7975EOF 7977EOF
7976if { (eval echo configure:7977: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 7978if { (eval echo configure:7979: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7977 rm -rf conftest* 7979 rm -rf conftest*
7978 if test "$cross_compiling" = yes; then 7980 if test "$cross_compiling" = yes; then
7979 emacs_cv_struct_timezone=yes 7981 emacs_cv_struct_timezone=yes
7980else 7982else
7981 cat > conftest.$ac_ext <<EOF 7983 cat > conftest.$ac_ext <<EOF
7982#line 7983 "configure" 7984#line 7985 "configure"
7983#include "confdefs.h" 7985#include "confdefs.h"
7984 7986
7985#ifdef TIME_WITH_SYS_TIME 7987#ifdef TIME_WITH_SYS_TIME
@@ -7998,7 +8000,7 @@ main () {
7998 exit (gettimeofday (&time, &dummy)); 8000 exit (gettimeofday (&time, &dummy));
7999} 8001}
8000EOF 8002EOF
8001if { (eval echo configure:8002: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 8003if { (eval echo configure:8004: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
8002then 8004then
8003 emacs_cv_struct_timezone=yes 8005 emacs_cv_struct_timezone=yes
8004else 8006else
@@ -8024,12 +8026,12 @@ fi
8024 8026
8025ok_so_far=yes 8027ok_so_far=yes
8026echo $ac_n "checking for socket""... $ac_c" 1>&6 8028echo $ac_n "checking for socket""... $ac_c" 1>&6
8027echo "configure:8028: checking for socket" >&5 8029echo "configure:8030: checking for socket" >&5
8028if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then 8030if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
8029 echo $ac_n "(cached) $ac_c" 1>&6 8031 echo $ac_n "(cached) $ac_c" 1>&6
8030else 8032else
8031 cat > conftest.$ac_ext <<EOF 8033 cat > conftest.$ac_ext <<EOF
8032#line 8033 "configure" 8034#line 8035 "configure"
8033#include "confdefs.h" 8035#include "confdefs.h"
8034/* System header to define __stub macros and hopefully few prototypes, 8036/* System header to define __stub macros and hopefully few prototypes,
8035 which can conflict with char socket(); below. */ 8037 which can conflict with char socket(); below. */
@@ -8052,7 +8054,7 @@ socket();
8052 8054
8053; return 0; } 8055; return 0; }
8054EOF 8056EOF
8055if { (eval echo configure:8056: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 8057if { (eval echo configure:8058: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8056 rm -rf conftest* 8058 rm -rf conftest*
8057 eval "ac_cv_func_socket=yes" 8059 eval "ac_cv_func_socket=yes"
8058else 8060else
@@ -8075,17 +8077,17 @@ fi
8075if test $ok_so_far = yes; then 8077if test $ok_so_far = yes; then
8076 ac_safe=`echo "netinet/in.h" | sed 'y%./+-%__p_%'` 8078 ac_safe=`echo "netinet/in.h" | sed 'y%./+-%__p_%'`
8077echo $ac_n "checking for netinet/in.h""... $ac_c" 1>&6 8079echo $ac_n "checking for netinet/in.h""... $ac_c" 1>&6
8078echo "configure:8079: checking for netinet/in.h" >&5 8080echo "configure:8081: checking for netinet/in.h" >&5
8079if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 8081if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8080 echo $ac_n "(cached) $ac_c" 1>&6 8082 echo $ac_n "(cached) $ac_c" 1>&6
8081else 8083else
8082 cat > conftest.$ac_ext <<EOF 8084 cat > conftest.$ac_ext <<EOF
8083#line 8084 "configure" 8085#line 8086 "configure"
8084#include "confdefs.h" 8086#include "confdefs.h"
8085#include <netinet/in.h> 8087#include <netinet/in.h>
8086EOF 8088EOF
8087ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 8089ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8088{ (eval echo configure:8089: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 8090{ (eval echo configure:8091: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8089ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 8091ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8090if test -z "$ac_err"; then 8092if test -z "$ac_err"; then
8091 rm -rf conftest* 8093 rm -rf conftest*
@@ -8111,17 +8113,17 @@ fi
8111if test $ok_so_far = yes; then 8113if test $ok_so_far = yes; then
8112 ac_safe=`echo "arpa/inet.h" | sed 'y%./+-%__p_%'` 8114 ac_safe=`echo "arpa/inet.h" | sed 'y%./+-%__p_%'`
8113echo $ac_n "checking for arpa/inet.h""... $ac_c" 1>&6 8115echo $ac_n "checking for arpa/inet.h""... $ac_c" 1>&6
8114echo "configure:8115: checking for arpa/inet.h" >&5 8116echo "configure:8117: checking for arpa/inet.h" >&5
8115if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 8117if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8116 echo $ac_n "(cached) $ac_c" 1>&6 8118 echo $ac_n "(cached) $ac_c" 1>&6
8117else 8119else
8118 cat > conftest.$ac_ext <<EOF 8120 cat > conftest.$ac_ext <<EOF
8119#line 8120 "configure" 8121#line 8122 "configure"
8120#include "confdefs.h" 8122#include "confdefs.h"
8121#include <arpa/inet.h> 8123#include <arpa/inet.h>
8122EOF 8124EOF
8123ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 8125ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8124{ (eval echo configure:8125: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 8126{ (eval echo configure:8127: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8125ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 8127ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8126if test -z "$ac_err"; then 8128if test -z "$ac_err"; then
8127 rm -rf conftest* 8129 rm -rf conftest*
@@ -8159,7 +8161,7 @@ EOF
8159fi 8161fi
8160 8162
8161echo $ac_n "checking whether system supports dynamic ptys""... $ac_c" 1>&6 8163echo $ac_n "checking whether system supports dynamic ptys""... $ac_c" 1>&6
8162echo "configure:8163: checking whether system supports dynamic ptys" >&5 8164echo "configure:8165: checking whether system supports dynamic ptys" >&5
8163if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then 8165if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then
8164 echo "$ac_t""yes" 1>&6 8166 echo "$ac_t""yes" 1>&6
8165 cat >> confdefs.h <<\EOF 8167 cat >> confdefs.h <<\EOF
@@ -8171,12 +8173,12 @@ else
8171fi 8173fi
8172 8174
8173echo $ac_n "checking for pid_t""... $ac_c" 1>&6 8175echo $ac_n "checking for pid_t""... $ac_c" 1>&6
8174echo "configure:8175: checking for pid_t" >&5 8176echo "configure:8177: checking for pid_t" >&5
8175if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then 8177if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
8176 echo $ac_n "(cached) $ac_c" 1>&6 8178 echo $ac_n "(cached) $ac_c" 1>&6
8177else 8179else
8178 cat > conftest.$ac_ext <<EOF 8180 cat > conftest.$ac_ext <<EOF
8179#line 8180 "configure" 8181#line 8182 "configure"
8180#include "confdefs.h" 8182#include "confdefs.h"
8181#include <sys/types.h> 8183#include <sys/types.h>
8182#if STDC_HEADERS 8184#if STDC_HEADERS
@@ -8205,17 +8207,17 @@ fi
8205 8207
8206ac_safe=`echo "vfork.h" | sed 'y%./+-%__p_%'` 8208ac_safe=`echo "vfork.h" | sed 'y%./+-%__p_%'`
8207echo $ac_n "checking for vfork.h""... $ac_c" 1>&6 8209echo $ac_n "checking for vfork.h""... $ac_c" 1>&6
8208echo "configure:8209: checking for vfork.h" >&5 8210echo "configure:8211: checking for vfork.h" >&5
8209if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 8211if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8210 echo $ac_n "(cached) $ac_c" 1>&6 8212 echo $ac_n "(cached) $ac_c" 1>&6
8211else 8213else
8212 cat > conftest.$ac_ext <<EOF 8214 cat > conftest.$ac_ext <<EOF
8213#line 8214 "configure" 8215#line 8216 "configure"
8214#include "confdefs.h" 8216#include "confdefs.h"
8215#include <vfork.h> 8217#include <vfork.h>
8216EOF 8218EOF
8217ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 8219ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8218{ (eval echo configure:8219: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 8220{ (eval echo configure:8221: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8219ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 8221ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8220if test -z "$ac_err"; then 8222if test -z "$ac_err"; then
8221 rm -rf conftest* 8223 rm -rf conftest*
@@ -8240,18 +8242,18 @@ else
8240fi 8242fi
8241 8243
8242echo $ac_n "checking for working vfork""... $ac_c" 1>&6 8244echo $ac_n "checking for working vfork""... $ac_c" 1>&6
8243echo "configure:8244: checking for working vfork" >&5 8245echo "configure:8246: checking for working vfork" >&5
8244if eval "test \"`echo '$''{'ac_cv_func_vfork_works'+set}'`\" = set"; then 8246if eval "test \"`echo '$''{'ac_cv_func_vfork_works'+set}'`\" = set"; then
8245 echo $ac_n "(cached) $ac_c" 1>&6 8247 echo $ac_n "(cached) $ac_c" 1>&6
8246else 8248else
8247 if test "$cross_compiling" = yes; then 8249 if test "$cross_compiling" = yes; then
8248 echo $ac_n "checking for vfork""... $ac_c" 1>&6 8250 echo $ac_n "checking for vfork""... $ac_c" 1>&6
8249echo "configure:8250: checking for vfork" >&5 8251echo "configure:8252: checking for vfork" >&5
8250if eval "test \"`echo '$''{'ac_cv_func_vfork'+set}'`\" = set"; then 8252if eval "test \"`echo '$''{'ac_cv_func_vfork'+set}'`\" = set"; then
8251 echo $ac_n "(cached) $ac_c" 1>&6 8253 echo $ac_n "(cached) $ac_c" 1>&6
8252else 8254else
8253 cat > conftest.$ac_ext <<EOF 8255 cat > conftest.$ac_ext <<EOF
8254#line 8255 "configure" 8256#line 8257 "configure"
8255#include "confdefs.h" 8257#include "confdefs.h"
8256/* System header to define __stub macros and hopefully few prototypes, 8258/* System header to define __stub macros and hopefully few prototypes,
8257 which can conflict with char vfork(); below. */ 8259 which can conflict with char vfork(); below. */
@@ -8274,7 +8276,7 @@ vfork();
8274 8276
8275; return 0; } 8277; return 0; }
8276EOF 8278EOF
8277if { (eval echo configure:8278: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 8279if { (eval echo configure:8280: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8278 rm -rf conftest* 8280 rm -rf conftest*
8279 eval "ac_cv_func_vfork=yes" 8281 eval "ac_cv_func_vfork=yes"
8280else 8282else
@@ -8296,7 +8298,7 @@ fi
8296ac_cv_func_vfork_works=$ac_cv_func_vfork 8298ac_cv_func_vfork_works=$ac_cv_func_vfork
8297else 8299else
8298 cat > conftest.$ac_ext <<EOF 8300 cat > conftest.$ac_ext <<EOF
8299#line 8300 "configure" 8301#line 8302 "configure"
8300#include "confdefs.h" 8302#include "confdefs.h"
8301/* Thanks to Paul Eggert for this test. */ 8303/* Thanks to Paul Eggert for this test. */
8302#include <stdio.h> 8304#include <stdio.h>
@@ -8391,7 +8393,7 @@ main() {
8391 } 8393 }
8392} 8394}
8393EOF 8395EOF
8394if { (eval echo configure:8395: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 8396if { (eval echo configure:8397: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
8395then 8397then
8396 ac_cv_func_vfork_works=yes 8398 ac_cv_func_vfork_works=yes
8397else 8399else
@@ -8416,12 +8418,12 @@ fi
8416 8418
8417# Fixme: This should be replaced when we have autoconf 2.14. 8419# Fixme: This should be replaced when we have autoconf 2.14.
8418echo $ac_n "checking for size_t""... $ac_c" 1>&6 8420echo $ac_n "checking for size_t""... $ac_c" 1>&6
8419echo "configure:8420: checking for size_t" >&5 8421echo "configure:8422: checking for size_t" >&5
8420if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 8422if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
8421 echo $ac_n "(cached) $ac_c" 1>&6 8423 echo $ac_n "(cached) $ac_c" 1>&6
8422else 8424else
8423 cat > conftest.$ac_ext <<EOF 8425 cat > conftest.$ac_ext <<EOF
8424#line 8425 "configure" 8426#line 8427 "configure"
8425#include "confdefs.h" 8427#include "confdefs.h"
8426#include <sys/types.h> 8428#include <sys/types.h>
8427#if STDC_HEADERS 8429#if STDC_HEADERS
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0875750b195..12576e32435 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
2
3 * uce.el (uce-reply-to-uce): Remove hard-coded "*Article*" from
4 Gnus support code, and use special article copy buffer
5 `(gnus-original-article-buffer)' instead. This allows to get rid
6 of article-hide-headers usage (which breaks in the latest Gnus
7 version). Thanks to Detlev Zundel.
8
12000-08-28 Kenichi Handa <handa@etl.go.jp> 92000-08-28 Kenichi Handa <handa@etl.go.jp>
2 10
3 * international/quail.el (quail-use-package): Hide "... loaded" 11 * international/quail.el (quail-use-package): Hide "... loaded"
diff --git a/src/ChangeLog b/src/ChangeLog
index 7a82c85e0e8..d0cce6abcc1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,18 @@
12000-08-28 Gerd Moellmann <gerd@gnu.org>
2
3 * emacs.c, callint.c, doc.c, editfns.c
4 (toplevel) [HAVE_STRING_H]: Include string.h.
5 (toplevel) [HAVE_STRINGS_H]: Include strings.h.
6 (index): Remove prototypes which might conflict with non-standard
7 definitions of index/strchr.
8
9 * s/usg5-3.h (index): Define only if not HAVE_INDEX.
10 (rindex): Define only if !HAVE_RINDEX.
11
12 * s/sco5.h (bcopy, bzero, bcmp): Don't define.
13
14 * config.in (HAVE_INDEX, HAVE_RINDEX, HAVE_STRINGS_H): Add undefs.
15
12000-08-28 Miles Bader <miles@gnu.org> 162000-08-28 Miles Bader <miles@gnu.org>
2 17
3 * xfaces.c (merge_face_vectors): Clear TO's :font attribute if 18 * xfaces.c (merge_face_vectors): Clear TO's :font attribute if