aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-03-01 12:56:09 +0000
committerGerd Moellmann2000-03-01 12:56:09 +0000
commit2df636f443a7dc7981e70e08d090f77b71508fe3 (patch)
tree317526fc966413dcf8b1b663166219e9b52a7605
parent69d5a2fad9540538ab951877a8fe1b3db84127cb (diff)
downloademacs-2df636f443a7dc7981e70e08d090f77b71508fe3.tar.gz
emacs-2df636f443a7dc7981e70e08d090f77b71508fe3.zip
*** empty log message ***
-rw-r--r--ChangeLog5
-rwxr-xr-xconfigure550
-rw-r--r--lisp/ChangeLog68
-rw-r--r--src/ChangeLog14
4 files changed, 362 insertions, 275 deletions
diff --git a/ChangeLog b/ChangeLog
index be39ea80faf..34d0186ccac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
12000-03-01 Gerd Moellmann <gerd@gnu.org>
2
3 * configure.in (machine): Add `mipsel-*-netbsd*' and
4 `arm-*-netbsd*'.
5
12000-02-29 Gerd Moellmann <gerd@gnu.org> 62000-02-29 Gerd Moellmann <gerd@gnu.org>
2 7
3 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2. 8 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
diff --git a/configure b/configure
index 7de0004fd0a..be9ee0dfb93 100755
--- a/configure
+++ b/configure
@@ -805,9 +805,11 @@ case "${canonical}" in
805 machine=hp9000s300 ;; 805 machine=hp9000s300 ;;
806 powerpc-apple-netbsd*) machine=macppc ;; 806 powerpc-apple-netbsd*) machine=macppc ;;
807 mips-*-netbsd*) machine=pmax ;; 807 mips-*-netbsd*) machine=pmax ;;
808 mipsel-*-netbsd*) machine=pmax ;;
808 ns32k-*-netbsd*) machine=ns32000 ;; 809 ns32k-*-netbsd*) machine=ns32000 ;;
809 sparc-*-netbsd*) machine=sparc ;; 810 sparc-*-netbsd*) machine=sparc ;;
810 vax-*-netbsd*) machine=vax ;; 811 vax-*-netbsd*) machine=vax ;;
812 arm-*-netbsd*) machine=arm ;;
811 esac 813 esac
812 ;; 814 ;;
813 815
@@ -1705,7 +1707,7 @@ case ${with_gcc} in
1705 * ) # Extract the first word of "gcc", so it can be a program name with args. 1707 * ) # Extract the first word of "gcc", so it can be a program name with args.
1706set dummy gcc; ac_word=$2 1708set dummy gcc; ac_word=$2
1707echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1709echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1708echo "configure:1709: checking for $ac_word" >&5 1710echo "configure:1711: checking for $ac_word" >&5
1709if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1711if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1710 echo $ac_n "(cached) $ac_c" 1>&6 1712 echo $ac_n "(cached) $ac_c" 1>&6
1711else 1713else
@@ -1735,7 +1737,7 @@ if test -z "$CC"; then
1735 # Extract the first word of "cc", so it can be a program name with args. 1737 # Extract the first word of "cc", so it can be a program name with args.
1736set dummy cc; ac_word=$2 1738set dummy cc; ac_word=$2
1737echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1739echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1738echo "configure:1739: checking for $ac_word" >&5 1740echo "configure:1741: checking for $ac_word" >&5
1739if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1741if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1740 echo $ac_n "(cached) $ac_c" 1>&6 1742 echo $ac_n "(cached) $ac_c" 1>&6
1741else 1743else
@@ -1786,7 +1788,7 @@ fi
1786 # Extract the first word of "cl", so it can be a program name with args. 1788 # Extract the first word of "cl", so it can be a program name with args.
1787set dummy cl; ac_word=$2 1789set dummy cl; ac_word=$2
1788echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1790echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1789echo "configure:1790: checking for $ac_word" >&5 1791echo "configure:1792: checking for $ac_word" >&5
1790if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1792if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1791 echo $ac_n "(cached) $ac_c" 1>&6 1793 echo $ac_n "(cached) $ac_c" 1>&6
1792else 1794else
@@ -1818,7 +1820,7 @@ fi
1818fi 1820fi
1819 1821
1820echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 1822echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
1821echo "configure:1822: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 1823echo "configure:1824: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
1822 1824
1823ac_ext=c 1825ac_ext=c
1824# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 1826# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
@@ -1829,12 +1831,12 @@ cross_compiling=$ac_cv_prog_cc_cross
1829 1831
1830cat > conftest.$ac_ext << EOF 1832cat > conftest.$ac_ext << EOF
1831 1833
1832#line 1833 "configure" 1834#line 1835 "configure"
1833#include "confdefs.h" 1835#include "confdefs.h"
1834 1836
1835main(){return(0);} 1837main(){return(0);}
1836EOF 1838EOF
1837if { (eval echo configure:1838: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1839if { (eval echo configure:1840: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1838 ac_cv_prog_cc_works=yes 1840 ac_cv_prog_cc_works=yes
1839 # If we can't run a trivial program, we are probably using a cross compiler. 1841 # If we can't run a trivial program, we are probably using a cross compiler.
1840 if (./conftest; exit) 2>/dev/null; then 1842 if (./conftest; exit) 2>/dev/null; then
@@ -1860,12 +1862,12 @@ if test $ac_cv_prog_cc_works = no; then
1860 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } 1862 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
1861fi 1863fi
1862echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1864echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
1863echo "configure:1864: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 1865echo "configure:1866: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
1864echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 1866echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
1865cross_compiling=$ac_cv_prog_cc_cross 1867cross_compiling=$ac_cv_prog_cc_cross
1866 1868
1867echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 1869echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
1868echo "configure:1869: checking whether we are using GNU C" >&5 1870echo "configure:1871: checking whether we are using GNU C" >&5
1869if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 1871if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
1870 echo $ac_n "(cached) $ac_c" 1>&6 1872 echo $ac_n "(cached) $ac_c" 1>&6
1871else 1873else
@@ -1874,7 +1876,7 @@ else
1874 yes; 1876 yes;
1875#endif 1877#endif
1876EOF 1878EOF
1877if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1878: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1879if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1880: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1878 ac_cv_prog_gcc=yes 1880 ac_cv_prog_gcc=yes
1879else 1881else
1880 ac_cv_prog_gcc=no 1882 ac_cv_prog_gcc=no
@@ -1893,7 +1895,7 @@ ac_test_CFLAGS="${CFLAGS+set}"
1893ac_save_CFLAGS="$CFLAGS" 1895ac_save_CFLAGS="$CFLAGS"
1894CFLAGS= 1896CFLAGS=
1895echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1897echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
1896echo "configure:1897: checking whether ${CC-cc} accepts -g" >&5 1898echo "configure:1899: checking whether ${CC-cc} accepts -g" >&5
1897if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 1899if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
1898 echo $ac_n "(cached) $ac_c" 1>&6 1900 echo $ac_n "(cached) $ac_c" 1>&6
1899else 1901else
@@ -1973,7 +1975,7 @@ fi
1973#### #undef clause to src/config.h.in for autoconf to modify. 1975#### #undef clause to src/config.h.in for autoconf to modify.
1974 1976
1975echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 1977echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
1976echo "configure:1977: checking whether ln -s works" >&5 1978echo "configure:1979: checking whether ln -s works" >&5
1977if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 1979if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
1978 echo $ac_n "(cached) $ac_c" 1>&6 1980 echo $ac_n "(cached) $ac_c" 1>&6
1979else 1981else
@@ -1994,7 +1996,7 @@ else
1994fi 1996fi
1995 1997
1996echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 1998echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
1997echo "configure:1998: checking how to run the C preprocessor" >&5 1999echo "configure:2000: checking how to run the C preprocessor" >&5
1998# On Suns, sometimes $CPP names a directory. 2000# On Suns, sometimes $CPP names a directory.
1999if test -n "$CPP" && test -d "$CPP"; then 2001if test -n "$CPP" && test -d "$CPP"; then
2000 CPP= 2002 CPP=
@@ -2009,13 +2011,13 @@ else
2009 # On the NeXT, cc -E runs the code through the compiler's parser, 2011 # On the NeXT, cc -E runs the code through the compiler's parser,
2010 # not just through cpp. 2012 # not just through cpp.
2011 cat > conftest.$ac_ext <<EOF 2013 cat > conftest.$ac_ext <<EOF
2012#line 2013 "configure" 2014#line 2015 "configure"
2013#include "confdefs.h" 2015#include "confdefs.h"
2014#include <assert.h> 2016#include <assert.h>
2015Syntax Error 2017Syntax Error
2016EOF 2018EOF
2017ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2019ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2018{ (eval echo configure:2019: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2020{ (eval echo configure:2021: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2019ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2021ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2020if test -z "$ac_err"; then 2022if test -z "$ac_err"; then
2021 : 2023 :
@@ -2026,13 +2028,13 @@ else
2026 rm -rf conftest* 2028 rm -rf conftest*
2027 CPP="${CC-cc} -E -traditional-cpp" 2029 CPP="${CC-cc} -E -traditional-cpp"
2028 cat > conftest.$ac_ext <<EOF 2030 cat > conftest.$ac_ext <<EOF
2029#line 2030 "configure" 2031#line 2032 "configure"
2030#include "confdefs.h" 2032#include "confdefs.h"
2031#include <assert.h> 2033#include <assert.h>
2032Syntax Error 2034Syntax Error
2033EOF 2035EOF
2034ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2036ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2035{ (eval echo configure:2036: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2037{ (eval echo configure:2038: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2036ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2038ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2037if test -z "$ac_err"; then 2039if test -z "$ac_err"; then
2038 : 2040 :
@@ -2043,13 +2045,13 @@ else
2043 rm -rf conftest* 2045 rm -rf conftest*
2044 CPP="${CC-cc} -nologo -E" 2046 CPP="${CC-cc} -nologo -E"
2045 cat > conftest.$ac_ext <<EOF 2047 cat > conftest.$ac_ext <<EOF
2046#line 2047 "configure" 2048#line 2049 "configure"
2047#include "confdefs.h" 2049#include "confdefs.h"
2048#include <assert.h> 2050#include <assert.h>
2049Syntax Error 2051Syntax Error
2050EOF 2052EOF
2051ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2053ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2052{ (eval echo configure:2053: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2054{ (eval echo configure:2055: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2053ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2055ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2054if test -z "$ac_err"; then 2056if test -z "$ac_err"; then
2055 : 2057 :
@@ -2085,7 +2087,7 @@ echo "$ac_t""$CPP" 1>&6
2085# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 2087# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2086# ./install, which can be erroneously created by make from ./install.sh. 2088# ./install, which can be erroneously created by make from ./install.sh.
2087echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 2089echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
2088echo "configure:2089: checking for a BSD compatible install" >&5 2090echo "configure:2091: checking for a BSD compatible install" >&5
2089if test -z "$INSTALL"; then 2091if test -z "$INSTALL"; then
2090if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 2092if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
2091 echo $ac_n "(cached) $ac_c" 1>&6 2093 echo $ac_n "(cached) $ac_c" 1>&6
@@ -2142,7 +2144,7 @@ do
2142# Extract the first word of "$ac_prog", so it can be a program name with args. 2144# Extract the first word of "$ac_prog", so it can be a program name with args.
2143set dummy $ac_prog; ac_word=$2 2145set dummy $ac_prog; ac_word=$2
2144echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2146echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2145echo "configure:2146: checking for $ac_word" >&5 2147echo "configure:2148: checking for $ac_word" >&5
2146if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then 2148if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
2147 echo $ac_n "(cached) $ac_c" 1>&6 2149 echo $ac_n "(cached) $ac_c" 1>&6
2148else 2150else
@@ -2174,9 +2176,9 @@ test -n "$YACC" || YACC="yacc"
2174 2176
2175 2177
2176echo $ac_n "checking for AIX""... $ac_c" 1>&6 2178echo $ac_n "checking for AIX""... $ac_c" 1>&6
2177echo "configure:2178: checking for AIX" >&5 2179echo "configure:2180: checking for AIX" >&5
2178cat > conftest.$ac_ext <<EOF 2180cat > conftest.$ac_ext <<EOF
2179#line 2180 "configure" 2181#line 2182 "configure"
2180#include "confdefs.h" 2182#include "confdefs.h"
2181#ifdef _AIX 2183#ifdef _AIX
2182 yes 2184 yes
@@ -2203,17 +2205,17 @@ for ac_hdr in machine/soundcard.h sys/soundcard.h
2203do 2205do
2204ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 2206ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2205echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 2207echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2206echo "configure:2207: checking for $ac_hdr" >&5 2208echo "configure:2209: checking for $ac_hdr" >&5
2207if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 2209if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2208 echo $ac_n "(cached) $ac_c" 1>&6 2210 echo $ac_n "(cached) $ac_c" 1>&6
2209else 2211else
2210 cat > conftest.$ac_ext <<EOF 2212 cat > conftest.$ac_ext <<EOF
2211#line 2212 "configure" 2213#line 2214 "configure"
2212#include "confdefs.h" 2214#include "confdefs.h"
2213#include <$ac_hdr> 2215#include <$ac_hdr>
2214EOF 2216EOF
2215ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2217ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2216{ (eval echo configure:2217: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2218{ (eval echo configure:2219: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2217ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2219ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2218if test -z "$ac_err"; then 2220if test -z "$ac_err"; then
2219 rm -rf conftest* 2221 rm -rf conftest*
@@ -2246,17 +2248,17 @@ for ac_hdr in sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \
2246do 2248do
2247ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 2249ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2248echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 2250echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2249echo "configure:2250: checking for $ac_hdr" >&5 2251echo "configure:2252: checking for $ac_hdr" >&5
2250if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 2252if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2251 echo $ac_n "(cached) $ac_c" 1>&6 2253 echo $ac_n "(cached) $ac_c" 1>&6
2252else 2254else
2253 cat > conftest.$ac_ext <<EOF 2255 cat > conftest.$ac_ext <<EOF
2254#line 2255 "configure" 2256#line 2257 "configure"
2255#include "confdefs.h" 2257#include "confdefs.h"
2256#include <$ac_hdr> 2258#include <$ac_hdr>
2257EOF 2259EOF
2258ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2260ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2259{ (eval echo configure:2260: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2261{ (eval echo configure:2262: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2260ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2262ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2261if test -z "$ac_err"; then 2263if test -z "$ac_err"; then
2262 rm -rf conftest* 2264 rm -rf conftest*
@@ -2283,12 +2285,12 @@ fi
2283done 2285done
2284 2286
2285echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 2287echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
2286echo "configure:2287: checking for ANSI C header files" >&5 2288echo "configure:2289: checking for ANSI C header files" >&5
2287if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 2289if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
2288 echo $ac_n "(cached) $ac_c" 1>&6 2290 echo $ac_n "(cached) $ac_c" 1>&6
2289else 2291else
2290 cat > conftest.$ac_ext <<EOF 2292 cat > conftest.$ac_ext <<EOF
2291#line 2292 "configure" 2293#line 2294 "configure"
2292#include "confdefs.h" 2294#include "confdefs.h"
2293#include <stdlib.h> 2295#include <stdlib.h>
2294#include <stdarg.h> 2296#include <stdarg.h>
@@ -2296,7 +2298,7 @@ else
2296#include <float.h> 2298#include <float.h>
2297EOF 2299EOF
2298ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2300ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2299{ (eval echo configure:2300: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2301{ (eval echo configure:2302: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2300ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2302ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2301if test -z "$ac_err"; then 2303if test -z "$ac_err"; then
2302 rm -rf conftest* 2304 rm -rf conftest*
@@ -2313,7 +2315,7 @@ rm -f conftest*
2313if test $ac_cv_header_stdc = yes; then 2315if test $ac_cv_header_stdc = yes; then
2314 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 2316 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
2315cat > conftest.$ac_ext <<EOF 2317cat > conftest.$ac_ext <<EOF
2316#line 2317 "configure" 2318#line 2319 "configure"
2317#include "confdefs.h" 2319#include "confdefs.h"
2318#include <string.h> 2320#include <string.h>
2319EOF 2321EOF
@@ -2331,7 +2333,7 @@ fi
2331if test $ac_cv_header_stdc = yes; then 2333if test $ac_cv_header_stdc = yes; then
2332 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 2334 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
2333cat > conftest.$ac_ext <<EOF 2335cat > conftest.$ac_ext <<EOF
2334#line 2335 "configure" 2336#line 2337 "configure"
2335#include "confdefs.h" 2337#include "confdefs.h"
2336#include <stdlib.h> 2338#include <stdlib.h>
2337EOF 2339EOF
@@ -2352,7 +2354,7 @@ if test "$cross_compiling" = yes; then
2352 : 2354 :
2353else 2355else
2354 cat > conftest.$ac_ext <<EOF 2356 cat > conftest.$ac_ext <<EOF
2355#line 2356 "configure" 2357#line 2358 "configure"
2356#include "confdefs.h" 2358#include "confdefs.h"
2357#include <ctype.h> 2359#include <ctype.h>
2358#define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 2360#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
@@ -2363,7 +2365,7 @@ if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
2363exit (0); } 2365exit (0); }
2364 2366
2365EOF 2367EOF
2366if { (eval echo configure:2367: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2368if { (eval echo configure:2369: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2367then 2369then
2368 : 2370 :
2369else 2371else
@@ -2387,12 +2389,12 @@ EOF
2387fi 2389fi
2388 2390
2389echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 2391echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
2390echo "configure:2391: checking whether time.h and sys/time.h may both be included" >&5 2392echo "configure:2393: checking whether time.h and sys/time.h may both be included" >&5
2391if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then 2393if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
2392 echo $ac_n "(cached) $ac_c" 1>&6 2394 echo $ac_n "(cached) $ac_c" 1>&6
2393else 2395else
2394 cat > conftest.$ac_ext <<EOF 2396 cat > conftest.$ac_ext <<EOF
2395#line 2396 "configure" 2397#line 2398 "configure"
2396#include "confdefs.h" 2398#include "confdefs.h"
2397#include <sys/types.h> 2399#include <sys/types.h>
2398#include <sys/time.h> 2400#include <sys/time.h>
@@ -2401,7 +2403,7 @@ int main() {
2401struct tm *tp; 2403struct tm *tp;
2402; return 0; } 2404; return 0; }
2403EOF 2405EOF
2404if { (eval echo configure:2405: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2406if { (eval echo configure:2407: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2405 rm -rf conftest* 2407 rm -rf conftest*
2406 ac_cv_header_time=yes 2408 ac_cv_header_time=yes
2407else 2409else
@@ -2422,12 +2424,12 @@ EOF
2422fi 2424fi
2423 2425
2424echo $ac_n "checking for sys_siglist declaration in signal.h or unistd.h""... $ac_c" 1>&6 2426echo $ac_n "checking for sys_siglist declaration in signal.h or unistd.h""... $ac_c" 1>&6
2425echo "configure:2426: checking for sys_siglist declaration in signal.h or unistd.h" >&5 2427echo "configure:2428: checking for sys_siglist declaration in signal.h or unistd.h" >&5
2426if eval "test \"`echo '$''{'ac_cv_decl_sys_siglist'+set}'`\" = set"; then 2428if eval "test \"`echo '$''{'ac_cv_decl_sys_siglist'+set}'`\" = set"; then
2427 echo $ac_n "(cached) $ac_c" 1>&6 2429 echo $ac_n "(cached) $ac_c" 1>&6
2428else 2430else
2429 cat > conftest.$ac_ext <<EOF 2431 cat > conftest.$ac_ext <<EOF
2430#line 2431 "configure" 2432#line 2433 "configure"
2431#include "confdefs.h" 2433#include "confdefs.h"
2432#include <sys/types.h> 2434#include <sys/types.h>
2433#include <signal.h> 2435#include <signal.h>
@@ -2439,7 +2441,7 @@ int main() {
2439char *msg = *(sys_siglist + 1); 2441char *msg = *(sys_siglist + 1);
2440; return 0; } 2442; return 0; }
2441EOF 2443EOF
2442if { (eval echo configure:2443: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2444if { (eval echo configure:2445: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2443 rm -rf conftest* 2445 rm -rf conftest*
2444 ac_cv_decl_sys_siglist=yes 2446 ac_cv_decl_sys_siglist=yes
2445else 2447else
@@ -2461,12 +2463,12 @@ fi
2461 2463
2462 2464
2463echo $ac_n "checking for struct utimbuf""... $ac_c" 1>&6 2465echo $ac_n "checking for struct utimbuf""... $ac_c" 1>&6
2464echo "configure:2465: checking for struct utimbuf" >&5 2466echo "configure:2467: checking for struct utimbuf" >&5
2465if eval "test \"`echo '$''{'emacs_cv_struct_utimbuf'+set}'`\" = set"; then 2467if eval "test \"`echo '$''{'emacs_cv_struct_utimbuf'+set}'`\" = set"; then
2466 echo $ac_n "(cached) $ac_c" 1>&6 2468 echo $ac_n "(cached) $ac_c" 1>&6
2467else 2469else
2468 cat > conftest.$ac_ext <<EOF 2470 cat > conftest.$ac_ext <<EOF
2469#line 2470 "configure" 2471#line 2472 "configure"
2470#include "confdefs.h" 2472#include "confdefs.h"
2471#ifdef TIME_WITH_SYS_TIME 2473#ifdef TIME_WITH_SYS_TIME
2472#include <sys/time.h> 2474#include <sys/time.h>
@@ -2485,7 +2487,7 @@ int main() {
2485static struct utimbuf x; x.actime = x.modtime; 2487static struct utimbuf x; x.actime = x.modtime;
2486; return 0; } 2488; return 0; }
2487EOF 2489EOF
2488if { (eval echo configure:2489: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2490if { (eval echo configure:2491: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2489 rm -rf conftest* 2491 rm -rf conftest*
2490 emacs_cv_struct_utimbuf=yes 2492 emacs_cv_struct_utimbuf=yes
2491else 2493else
@@ -2506,12 +2508,12 @@ EOF
2506fi 2508fi
2507 2509
2508echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 2510echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
2509echo "configure:2510: checking return type of signal handlers" >&5 2511echo "configure:2512: checking return type of signal handlers" >&5
2510if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then 2512if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
2511 echo $ac_n "(cached) $ac_c" 1>&6 2513 echo $ac_n "(cached) $ac_c" 1>&6
2512else 2514else
2513 cat > conftest.$ac_ext <<EOF 2515 cat > conftest.$ac_ext <<EOF
2514#line 2515 "configure" 2516#line 2517 "configure"
2515#include "confdefs.h" 2517#include "confdefs.h"
2516#include <sys/types.h> 2518#include <sys/types.h>
2517#include <signal.h> 2519#include <signal.h>
@@ -2528,7 +2530,7 @@ int main() {
2528int i; 2530int i;
2529; return 0; } 2531; return 0; }
2530EOF 2532EOF
2531if { (eval echo configure:2532: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2533if { (eval echo configure:2534: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2532 rm -rf conftest* 2534 rm -rf conftest*
2533 ac_cv_type_signal=void 2535 ac_cv_type_signal=void
2534else 2536else
@@ -2548,12 +2550,12 @@ EOF
2548 2550
2549 2551
2550echo $ac_n "checking for struct timeval""... $ac_c" 1>&6 2552echo $ac_n "checking for struct timeval""... $ac_c" 1>&6
2551echo "configure:2552: checking for struct timeval" >&5 2553echo "configure:2554: checking for struct timeval" >&5
2552if eval "test \"`echo '$''{'emacs_cv_struct_timeval'+set}'`\" = set"; then 2554if eval "test \"`echo '$''{'emacs_cv_struct_timeval'+set}'`\" = set"; then
2553 echo $ac_n "(cached) $ac_c" 1>&6 2555 echo $ac_n "(cached) $ac_c" 1>&6
2554else 2556else
2555 cat > conftest.$ac_ext <<EOF 2557 cat > conftest.$ac_ext <<EOF
2556#line 2557 "configure" 2558#line 2559 "configure"
2557#include "confdefs.h" 2559#include "confdefs.h"
2558#ifdef TIME_WITH_SYS_TIME 2560#ifdef TIME_WITH_SYS_TIME
2559#include <sys/time.h> 2561#include <sys/time.h>
@@ -2569,7 +2571,7 @@ int main() {
2569static struct timeval x; x.tv_sec = x.tv_usec; 2571static struct timeval x; x.tv_sec = x.tv_usec;
2570; return 0; } 2572; return 0; }
2571EOF 2573EOF
2572if { (eval echo configure:2573: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2574if { (eval echo configure:2575: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2573 rm -rf conftest* 2575 rm -rf conftest*
2574 emacs_cv_struct_timeval=yes 2576 emacs_cv_struct_timeval=yes
2575else 2577else
@@ -2591,12 +2593,12 @@ EOF
2591fi 2593fi
2592 2594
2593echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6 2595echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
2594echo "configure:2595: checking whether struct tm is in sys/time.h or time.h" >&5 2596echo "configure:2597: checking whether struct tm is in sys/time.h or time.h" >&5
2595if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then 2597if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
2596 echo $ac_n "(cached) $ac_c" 1>&6 2598 echo $ac_n "(cached) $ac_c" 1>&6
2597else 2599else
2598 cat > conftest.$ac_ext <<EOF 2600 cat > conftest.$ac_ext <<EOF
2599#line 2600 "configure" 2601#line 2602 "configure"
2600#include "confdefs.h" 2602#include "confdefs.h"
2601#include <sys/types.h> 2603#include <sys/types.h>
2602#include <time.h> 2604#include <time.h>
@@ -2604,7 +2606,7 @@ int main() {
2604struct tm *tp; tp->tm_sec; 2606struct tm *tp; tp->tm_sec;
2605; return 0; } 2607; return 0; }
2606EOF 2608EOF
2607if { (eval echo configure:2608: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2609if { (eval echo configure:2610: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2608 rm -rf conftest* 2610 rm -rf conftest*
2609 ac_cv_struct_tm=time.h 2611 ac_cv_struct_tm=time.h
2610else 2612else
@@ -2625,12 +2627,12 @@ EOF
2625fi 2627fi
2626 2628
2627echo $ac_n "checking for tm_zone in struct tm""... $ac_c" 1>&6 2629echo $ac_n "checking for tm_zone in struct tm""... $ac_c" 1>&6
2628echo "configure:2629: checking for tm_zone in struct tm" >&5 2630echo "configure:2631: checking for tm_zone in struct tm" >&5
2629if eval "test \"`echo '$''{'ac_cv_struct_tm_zone'+set}'`\" = set"; then 2631if eval "test \"`echo '$''{'ac_cv_struct_tm_zone'+set}'`\" = set"; then
2630 echo $ac_n "(cached) $ac_c" 1>&6 2632 echo $ac_n "(cached) $ac_c" 1>&6
2631else 2633else
2632 cat > conftest.$ac_ext <<EOF 2634 cat > conftest.$ac_ext <<EOF
2633#line 2634 "configure" 2635#line 2636 "configure"
2634#include "confdefs.h" 2636#include "confdefs.h"
2635#include <sys/types.h> 2637#include <sys/types.h>
2636#include <$ac_cv_struct_tm> 2638#include <$ac_cv_struct_tm>
@@ -2638,7 +2640,7 @@ int main() {
2638struct tm tm; tm.tm_zone; 2640struct tm tm; tm.tm_zone;
2639; return 0; } 2641; return 0; }
2640EOF 2642EOF
2641if { (eval echo configure:2642: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2643if { (eval echo configure:2644: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2642 rm -rf conftest* 2644 rm -rf conftest*
2643 ac_cv_struct_tm_zone=yes 2645 ac_cv_struct_tm_zone=yes
2644else 2646else
@@ -2658,12 +2660,12 @@ EOF
2658 2660
2659else 2661else
2660 echo $ac_n "checking for tzname""... $ac_c" 1>&6 2662 echo $ac_n "checking for tzname""... $ac_c" 1>&6
2661echo "configure:2662: checking for tzname" >&5 2663echo "configure:2664: checking for tzname" >&5
2662if eval "test \"`echo '$''{'ac_cv_var_tzname'+set}'`\" = set"; then 2664if eval "test \"`echo '$''{'ac_cv_var_tzname'+set}'`\" = set"; then
2663 echo $ac_n "(cached) $ac_c" 1>&6 2665 echo $ac_n "(cached) $ac_c" 1>&6
2664else 2666else
2665 cat > conftest.$ac_ext <<EOF 2667 cat > conftest.$ac_ext <<EOF
2666#line 2667 "configure" 2668#line 2669 "configure"
2667#include "confdefs.h" 2669#include "confdefs.h"
2668#include <time.h> 2670#include <time.h>
2669#ifndef tzname /* For SGI. */ 2671#ifndef tzname /* For SGI. */
@@ -2673,7 +2675,7 @@ int main() {
2673atoi(*tzname); 2675atoi(*tzname);
2674; return 0; } 2676; return 0; }
2675EOF 2677EOF
2676if { (eval echo configure:2677: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2678if { (eval echo configure:2679: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2677 rm -rf conftest* 2679 rm -rf conftest*
2678 ac_cv_var_tzname=yes 2680 ac_cv_var_tzname=yes
2679else 2681else
@@ -2695,19 +2697,19 @@ EOF
2695fi 2697fi
2696 2698
2697echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6 2699echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6
2698echo "configure:2699: checking for tm_gmtoff in struct tm" >&5 2700echo "configure:2701: checking for tm_gmtoff in struct tm" >&5
2699if eval "test \"`echo '$''{'emacs_cv_tm_gmtoff'+set}'`\" = set"; then 2701if eval "test \"`echo '$''{'emacs_cv_tm_gmtoff'+set}'`\" = set"; then
2700 echo $ac_n "(cached) $ac_c" 1>&6 2702 echo $ac_n "(cached) $ac_c" 1>&6
2701else 2703else
2702 cat > conftest.$ac_ext <<EOF 2704 cat > conftest.$ac_ext <<EOF
2703#line 2704 "configure" 2705#line 2706 "configure"
2704#include "confdefs.h" 2706#include "confdefs.h"
2705#include <time.h> 2707#include <time.h>
2706int main() { 2708int main() {
2707struct tm t; t.tm_gmtoff = 0 2709struct tm t; t.tm_gmtoff = 0
2708; return 0; } 2710; return 0; }
2709EOF 2711EOF
2710if { (eval echo configure:2711: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2712if { (eval echo configure:2713: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2711 rm -rf conftest* 2713 rm -rf conftest*
2712 emacs_cv_tm_gmtoff=yes 2714 emacs_cv_tm_gmtoff=yes
2713else 2715else
@@ -2728,12 +2730,12 @@ EOF
2728fi 2730fi
2729 2731
2730echo $ac_n "checking for working const""... $ac_c" 1>&6 2732echo $ac_n "checking for working const""... $ac_c" 1>&6
2731echo "configure:2732: checking for working const" >&5 2733echo "configure:2734: checking for working const" >&5
2732if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 2734if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
2733 echo $ac_n "(cached) $ac_c" 1>&6 2735 echo $ac_n "(cached) $ac_c" 1>&6
2734else 2736else
2735 cat > conftest.$ac_ext <<EOF 2737 cat > conftest.$ac_ext <<EOF
2736#line 2737 "configure" 2738#line 2739 "configure"
2737#include "confdefs.h" 2739#include "confdefs.h"
2738 2740
2739int main() { 2741int main() {
@@ -2782,7 +2784,7 @@ ccp = (char const *const *) p;
2782 2784
2783; return 0; } 2785; return 0; }
2784EOF 2786EOF
2785if { (eval echo configure:2786: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2787if { (eval echo configure:2788: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2786 rm -rf conftest* 2788 rm -rf conftest*
2787 ac_cv_c_const=yes 2789 ac_cv_c_const=yes
2788else 2790else
@@ -2804,7 +2806,7 @@ fi
2804 2806
2805 2807
2806echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 2808echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
2807echo "configure:2808: checking whether ${MAKE-make} sets \${MAKE}" >&5 2809echo "configure:2810: checking whether ${MAKE-make} sets \${MAKE}" >&5
2808set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 2810set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
2809if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then 2811if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
2810 echo $ac_n "(cached) $ac_c" 1>&6 2812 echo $ac_n "(cached) $ac_c" 1>&6
@@ -2832,7 +2834,7 @@ fi
2832 2834
2833 2835
2834echo $ac_n "checking for long file names""... $ac_c" 1>&6 2836echo $ac_n "checking for long file names""... $ac_c" 1>&6
2835echo "configure:2836: checking for long file names" >&5 2837echo "configure:2838: checking for long file names" >&5
2836if eval "test \"`echo '$''{'ac_cv_sys_long_file_names'+set}'`\" = set"; then 2838if eval "test \"`echo '$''{'ac_cv_sys_long_file_names'+set}'`\" = set"; then
2837 echo $ac_n "(cached) $ac_c" 1>&6 2839 echo $ac_n "(cached) $ac_c" 1>&6
2838else 2840else
@@ -2883,7 +2885,7 @@ fi
2883# Uses ac_ vars as temps to allow command line to override cache and checks. 2885# Uses ac_ vars as temps to allow command line to override cache and checks.
2884# --without-x overrides everything else, but does not touch the cache. 2886# --without-x overrides everything else, but does not touch the cache.
2885echo $ac_n "checking for X""... $ac_c" 1>&6 2887echo $ac_n "checking for X""... $ac_c" 1>&6
2886echo "configure:2887: checking for X" >&5 2888echo "configure:2889: checking for X" >&5
2887 2889
2888# Check whether --with-x or --without-x was given. 2890# Check whether --with-x or --without-x was given.
2889if test "${with_x+set}" = set; then 2891if test "${with_x+set}" = set; then
@@ -2945,12 +2947,12 @@ if test "$ac_x_includes" = NO; then
2945 2947
2946 # First, try using that file with no special directory specified. 2948 # First, try using that file with no special directory specified.
2947cat > conftest.$ac_ext <<EOF 2949cat > conftest.$ac_ext <<EOF
2948#line 2949 "configure" 2950#line 2951 "configure"
2949#include "confdefs.h" 2951#include "confdefs.h"
2950#include <$x_direct_test_include> 2952#include <$x_direct_test_include>
2951EOF 2953EOF
2952ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2954ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2953{ (eval echo configure:2954: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2955{ (eval echo configure:2956: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2954ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2956ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2955if test -z "$ac_err"; then 2957if test -z "$ac_err"; then
2956 rm -rf conftest* 2958 rm -rf conftest*
@@ -3019,14 +3021,14 @@ if test "$ac_x_libraries" = NO; then
3019 ac_save_LIBS="$LIBS" 3021 ac_save_LIBS="$LIBS"
3020 LIBS="-l$x_direct_test_library $LIBS" 3022 LIBS="-l$x_direct_test_library $LIBS"
3021cat > conftest.$ac_ext <<EOF 3023cat > conftest.$ac_ext <<EOF
3022#line 3023 "configure" 3024#line 3025 "configure"
3023#include "confdefs.h" 3025#include "confdefs.h"
3024 3026
3025int main() { 3027int main() {
3026${x_direct_test_function}() 3028${x_direct_test_function}()
3027; return 0; } 3029; return 0; }
3028EOF 3030EOF
3029if { (eval echo configure:3030: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3031if { (eval echo configure:3032: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3030 rm -rf conftest* 3032 rm -rf conftest*
3031 LIBS="$ac_save_LIBS" 3033 LIBS="$ac_save_LIBS"
3032# We can link X programs with no special library path. 3034# We can link X programs with no special library path.
@@ -3201,7 +3203,7 @@ fi
3201echo "checking the machine- and system-dependent files to find out 3203echo "checking the machine- and system-dependent files to find out
3202 - which libraries the lib-src programs will want, and 3204 - which libraries the lib-src programs will want, and
3203 - whether the GNU malloc routines are usable" 1>&6 3205 - whether the GNU malloc routines are usable" 1>&6
3204echo "configure:3205: checking the machine- and system-dependent files to find out 3206echo "configure:3207: checking the machine- and system-dependent files to find out
3205 - which libraries the lib-src programs will want, and 3207 - which libraries the lib-src programs will want, and
3206 - whether the GNU malloc routines are usable" >&5 3208 - whether the GNU malloc routines are usable" >&5
3207 3209
@@ -3335,12 +3337,12 @@ UNEXEC_SRC="`echo ${unexec} | sed 's/\.o/.c/'`"
3335GNU_MALLOC=yes 3337GNU_MALLOC=yes
3336doug_lea_malloc=yes 3338doug_lea_malloc=yes
3337echo $ac_n "checking for malloc_get_state""... $ac_c" 1>&6 3339echo $ac_n "checking for malloc_get_state""... $ac_c" 1>&6
3338echo "configure:3339: checking for malloc_get_state" >&5 3340echo "configure:3341: checking for malloc_get_state" >&5
3339if eval "test \"`echo '$''{'ac_cv_func_malloc_get_state'+set}'`\" = set"; then 3341if eval "test \"`echo '$''{'ac_cv_func_malloc_get_state'+set}'`\" = set"; then
3340 echo $ac_n "(cached) $ac_c" 1>&6 3342 echo $ac_n "(cached) $ac_c" 1>&6
3341else 3343else
3342 cat > conftest.$ac_ext <<EOF 3344 cat > conftest.$ac_ext <<EOF
3343#line 3344 "configure" 3345#line 3346 "configure"
3344#include "confdefs.h" 3346#include "confdefs.h"
3345/* System header to define __stub macros and hopefully few prototypes, 3347/* System header to define __stub macros and hopefully few prototypes,
3346 which can conflict with char malloc_get_state(); below. */ 3348 which can conflict with char malloc_get_state(); below. */
@@ -3363,7 +3365,7 @@ malloc_get_state();
3363 3365
3364; return 0; } 3366; return 0; }
3365EOF 3367EOF
3366if { (eval echo configure:3367: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3368if { (eval echo configure:3369: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3367 rm -rf conftest* 3369 rm -rf conftest*
3368 eval "ac_cv_func_malloc_get_state=yes" 3370 eval "ac_cv_func_malloc_get_state=yes"
3369else 3371else
@@ -3384,12 +3386,12 @@ doug_lea_malloc=no
3384fi 3386fi
3385 3387
3386echo $ac_n "checking for malloc_set_state""... $ac_c" 1>&6 3388echo $ac_n "checking for malloc_set_state""... $ac_c" 1>&6
3387echo "configure:3388: checking for malloc_set_state" >&5 3389echo "configure:3390: checking for malloc_set_state" >&5
3388if eval "test \"`echo '$''{'ac_cv_func_malloc_set_state'+set}'`\" = set"; then 3390if eval "test \"`echo '$''{'ac_cv_func_malloc_set_state'+set}'`\" = set"; then
3389 echo $ac_n "(cached) $ac_c" 1>&6 3391 echo $ac_n "(cached) $ac_c" 1>&6
3390else 3392else
3391 cat > conftest.$ac_ext <<EOF 3393 cat > conftest.$ac_ext <<EOF
3392#line 3393 "configure" 3394#line 3395 "configure"
3393#include "confdefs.h" 3395#include "confdefs.h"
3394/* System header to define __stub macros and hopefully few prototypes, 3396/* System header to define __stub macros and hopefully few prototypes,
3395 which can conflict with char malloc_set_state(); below. */ 3397 which can conflict with char malloc_set_state(); below. */
@@ -3412,7 +3414,7 @@ malloc_set_state();
3412 3414
3413; return 0; } 3415; return 0; }
3414EOF 3416EOF
3415if { (eval echo configure:3416: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3417if { (eval echo configure:3418: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3416 rm -rf conftest* 3418 rm -rf conftest*
3417 eval "ac_cv_func_malloc_set_state=yes" 3419 eval "ac_cv_func_malloc_set_state=yes"
3418else 3420else
@@ -3433,19 +3435,19 @@ doug_lea_malloc=no
3433fi 3435fi
3434 3436
3435echo $ac_n "checking whether __after_morecore_hook exists""... $ac_c" 1>&6 3437echo $ac_n "checking whether __after_morecore_hook exists""... $ac_c" 1>&6
3436echo "configure:3437: checking whether __after_morecore_hook exists" >&5 3438echo "configure:3439: checking whether __after_morecore_hook exists" >&5
3437if eval "test \"`echo '$''{'emacs_cv_var___after_morecore_hook'+set}'`\" = set"; then 3439if eval "test \"`echo '$''{'emacs_cv_var___after_morecore_hook'+set}'`\" = set"; then
3438 echo $ac_n "(cached) $ac_c" 1>&6 3440 echo $ac_n "(cached) $ac_c" 1>&6
3439else 3441else
3440 cat > conftest.$ac_ext <<EOF 3442 cat > conftest.$ac_ext <<EOF
3441#line 3442 "configure" 3443#line 3444 "configure"
3442#include "confdefs.h" 3444#include "confdefs.h"
3443extern void (* __after_morecore_hook)(); 3445extern void (* __after_morecore_hook)();
3444int main() { 3446int main() {
3445__after_morecore_hook = 0 3447__after_morecore_hook = 0
3446; return 0; } 3448; return 0; }
3447EOF 3449EOF
3448if { (eval echo configure:3449: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3450if { (eval echo configure:3451: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3449 rm -rf conftest* 3451 rm -rf conftest*
3450 emacs_cv_var___after_morecore_hook=yes 3452 emacs_cv_var___after_morecore_hook=yes
3451else 3453else
@@ -3492,7 +3494,7 @@ fi
3492LIBS="$libsrc_libs $LIBS" 3494LIBS="$libsrc_libs $LIBS"
3493 3495
3494echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6 3496echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
3495echo "configure:3496: checking for dnet_ntoa in -ldnet" >&5 3497echo "configure:3498: checking for dnet_ntoa in -ldnet" >&5
3496ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'` 3498ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
3497if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 3499if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3498 echo $ac_n "(cached) $ac_c" 1>&6 3500 echo $ac_n "(cached) $ac_c" 1>&6
@@ -3500,7 +3502,7 @@ else
3500 ac_save_LIBS="$LIBS" 3502 ac_save_LIBS="$LIBS"
3501LIBS="-ldnet $LIBS" 3503LIBS="-ldnet $LIBS"
3502cat > conftest.$ac_ext <<EOF 3504cat > conftest.$ac_ext <<EOF
3503#line 3504 "configure" 3505#line 3506 "configure"
3504#include "confdefs.h" 3506#include "confdefs.h"
3505/* Override any gcc2 internal prototype to avoid an error. */ 3507/* Override any gcc2 internal prototype to avoid an error. */
3506/* We use char because int might match the return type of a gcc2 3508/* We use char because int might match the return type of a gcc2
@@ -3511,7 +3513,7 @@ int main() {
3511dnet_ntoa() 3513dnet_ntoa()
3512; return 0; } 3514; return 0; }
3513EOF 3515EOF
3514if { (eval echo configure:3515: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3516if { (eval echo configure:3517: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3515 rm -rf conftest* 3517 rm -rf conftest*
3516 eval "ac_cv_lib_$ac_lib_var=yes" 3518 eval "ac_cv_lib_$ac_lib_var=yes"
3517else 3519else
@@ -3540,7 +3542,7 @@ fi
3540 3542
3541 3543
3542echo $ac_n "checking for main in -lXbsd""... $ac_c" 1>&6 3544echo $ac_n "checking for main in -lXbsd""... $ac_c" 1>&6
3543echo "configure:3544: checking for main in -lXbsd" >&5 3545echo "configure:3546: checking for main in -lXbsd" >&5
3544ac_lib_var=`echo Xbsd'_'main | sed 'y%./+-%__p_%'` 3546ac_lib_var=`echo Xbsd'_'main | sed 'y%./+-%__p_%'`
3545if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 3547if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3546 echo $ac_n "(cached) $ac_c" 1>&6 3548 echo $ac_n "(cached) $ac_c" 1>&6
@@ -3548,14 +3550,14 @@ else
3548 ac_save_LIBS="$LIBS" 3550 ac_save_LIBS="$LIBS"
3549LIBS="-lXbsd $LIBS" 3551LIBS="-lXbsd $LIBS"
3550cat > conftest.$ac_ext <<EOF 3552cat > conftest.$ac_ext <<EOF
3551#line 3552 "configure" 3553#line 3554 "configure"
3552#include "confdefs.h" 3554#include "confdefs.h"
3553 3555
3554int main() { 3556int main() {
3555main() 3557main()
3556; return 0; } 3558; return 0; }
3557EOF 3559EOF
3558if { (eval echo configure:3559: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3560if { (eval echo configure:3561: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3559 rm -rf conftest* 3561 rm -rf conftest*
3560 eval "ac_cv_lib_$ac_lib_var=yes" 3562 eval "ac_cv_lib_$ac_lib_var=yes"
3561else 3563else
@@ -3577,7 +3579,7 @@ fi
3577 3579
3578 3580
3579echo $ac_n "checking for cma_open in -lpthreads""... $ac_c" 1>&6 3581echo $ac_n "checking for cma_open in -lpthreads""... $ac_c" 1>&6
3580echo "configure:3581: checking for cma_open in -lpthreads" >&5 3582echo "configure:3583: checking for cma_open in -lpthreads" >&5
3581ac_lib_var=`echo pthreads'_'cma_open | sed 'y%./+-%__p_%'` 3583ac_lib_var=`echo pthreads'_'cma_open | sed 'y%./+-%__p_%'`
3582if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 3584if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3583 echo $ac_n "(cached) $ac_c" 1>&6 3585 echo $ac_n "(cached) $ac_c" 1>&6
@@ -3585,7 +3587,7 @@ else
3585 ac_save_LIBS="$LIBS" 3587 ac_save_LIBS="$LIBS"
3586LIBS="-lpthreads $LIBS" 3588LIBS="-lpthreads $LIBS"
3587cat > conftest.$ac_ext <<EOF 3589cat > conftest.$ac_ext <<EOF
3588#line 3589 "configure" 3590#line 3591 "configure"
3589#include "confdefs.h" 3591#include "confdefs.h"
3590/* Override any gcc2 internal prototype to avoid an error. */ 3592/* Override any gcc2 internal prototype to avoid an error. */
3591/* We use char because int might match the return type of a gcc2 3593/* We use char because int might match the return type of a gcc2
@@ -3596,7 +3598,7 @@ int main() {
3596cma_open() 3598cma_open()
3597; return 0; } 3599; return 0; }
3598EOF 3600EOF
3599if { (eval echo configure:3600: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3601if { (eval echo configure:3602: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3600 rm -rf conftest* 3602 rm -rf conftest*
3601 eval "ac_cv_lib_$ac_lib_var=yes" 3603 eval "ac_cv_lib_$ac_lib_var=yes"
3602else 3604else
@@ -3625,7 +3627,7 @@ fi
3625 3627
3626 3628
3627echo $ac_n "checking for XFree86 in /usr/X386""... $ac_c" 1>&6 3629echo $ac_n "checking for XFree86 in /usr/X386""... $ac_c" 1>&6
3628echo "configure:3629: checking for XFree86 in /usr/X386" >&5 3630echo "configure:3631: checking for XFree86 in /usr/X386" >&5
3629if test -d /usr/X386/include; then 3631if test -d /usr/X386/include; then
3630 HAVE_XFREE386=yes 3632 HAVE_XFREE386=yes
3631 : ${C_SWITCH_X_SITE="-I/usr/X386/include"} 3633 : ${C_SWITCH_X_SITE="-I/usr/X386/include"}
@@ -3654,16 +3656,16 @@ if test "${HAVE_X11}" = "yes"; then
3654 3656
3655 if test "${opsys}" = "gnu-linux"; then 3657 if test "${opsys}" = "gnu-linux"; then
3656 echo $ac_n "checking whether X on GNU/Linux needs -b to link""... $ac_c" 1>&6 3658 echo $ac_n "checking whether X on GNU/Linux needs -b to link""... $ac_c" 1>&6
3657echo "configure:3658: checking whether X on GNU/Linux needs -b to link" >&5 3659echo "configure:3660: checking whether X on GNU/Linux needs -b to link" >&5
3658 cat > conftest.$ac_ext <<EOF 3660 cat > conftest.$ac_ext <<EOF
3659#line 3660 "configure" 3661#line 3662 "configure"
3660#include "confdefs.h" 3662#include "confdefs.h"
3661 3663
3662int main() { 3664int main() {
3663XOpenDisplay ("foo"); 3665XOpenDisplay ("foo");
3664; return 0; } 3666; return 0; }
3665EOF 3667EOF
3666if { (eval echo configure:3667: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3668if { (eval echo configure:3669: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3667 rm -rf conftest* 3669 rm -rf conftest*
3668 xlinux_first_failure=no 3670 xlinux_first_failure=no
3669else 3671else
@@ -3683,14 +3685,14 @@ rm -f conftest*
3683 CPPFLAGS="$CPPFLAGS -b i486-linuxaout" 3685 CPPFLAGS="$CPPFLAGS -b i486-linuxaout"
3684 LIBS="$LIBS -b i486-linuxaout" 3686 LIBS="$LIBS -b i486-linuxaout"
3685 cat > conftest.$ac_ext <<EOF 3687 cat > conftest.$ac_ext <<EOF
3686#line 3687 "configure" 3688#line 3689 "configure"
3687#include "confdefs.h" 3689#include "confdefs.h"
3688 3690
3689int main() { 3691int main() {
3690XOpenDisplay ("foo"); 3692XOpenDisplay ("foo");
3691; return 0; } 3693; return 0; }
3692EOF 3694EOF
3693if { (eval echo configure:3694: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3695if { (eval echo configure:3696: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3694 rm -rf conftest* 3696 rm -rf conftest*
3695 xlinux_second_failure=no 3697 xlinux_second_failure=no
3696else 3698else
@@ -3720,12 +3722,12 @@ rm -f conftest*
3720XScreenNumberOfScreen XSetWMProtocols 3722XScreenNumberOfScreen XSetWMProtocols
3721do 3723do
3722echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3724echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3723echo "configure:3724: checking for $ac_func" >&5 3725echo "configure:3726: checking for $ac_func" >&5
3724if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3726if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3725 echo $ac_n "(cached) $ac_c" 1>&6 3727 echo $ac_n "(cached) $ac_c" 1>&6
3726else 3728else
3727 cat > conftest.$ac_ext <<EOF 3729 cat > conftest.$ac_ext <<EOF
3728#line 3729 "configure" 3730#line 3731 "configure"
3729#include "confdefs.h" 3731#include "confdefs.h"
3730/* System header to define __stub macros and hopefully few prototypes, 3732/* System header to define __stub macros and hopefully few prototypes,
3731 which can conflict with char $ac_func(); below. */ 3733 which can conflict with char $ac_func(); below. */
@@ -3748,7 +3750,7 @@ $ac_func();
3748 3750
3749; return 0; } 3751; return 0; }
3750EOF 3752EOF
3751if { (eval echo configure:3752: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3753if { (eval echo configure:3754: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3752 rm -rf conftest* 3754 rm -rf conftest*
3753 eval "ac_cv_func_$ac_func=yes" 3755 eval "ac_cv_func_$ac_func=yes"
3754else 3756else
@@ -3776,12 +3778,12 @@ fi
3776 3778
3777if test "${window_system}" = "x11"; then 3779if test "${window_system}" = "x11"; then
3778 echo $ac_n "checking X11 version 6""... $ac_c" 1>&6 3780 echo $ac_n "checking X11 version 6""... $ac_c" 1>&6
3779echo "configure:3780: checking X11 version 6" >&5 3781echo "configure:3782: checking X11 version 6" >&5
3780 if eval "test \"`echo '$''{'emacs_cv_x11_version_6'+set}'`\" = set"; then 3782 if eval "test \"`echo '$''{'emacs_cv_x11_version_6'+set}'`\" = set"; then
3781 echo $ac_n "(cached) $ac_c" 1>&6 3783 echo $ac_n "(cached) $ac_c" 1>&6
3782else 3784else
3783 cat > conftest.$ac_ext <<EOF 3785 cat > conftest.$ac_ext <<EOF
3784#line 3785 "configure" 3786#line 3787 "configure"
3785#include "confdefs.h" 3787#include "confdefs.h"
3786#include <X11/Xlib.h> 3788#include <X11/Xlib.h>
3787int main() { 3789int main() {
@@ -3791,7 +3793,7 @@ fail;
3791 3793
3792; return 0; } 3794; return 0; }
3793EOF 3795EOF
3794if { (eval echo configure:3795: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3796if { (eval echo configure:3797: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3795 rm -rf conftest* 3797 rm -rf conftest*
3796 emacs_cv_x11_version_6=yes 3798 emacs_cv_x11_version_6=yes
3797else 3799else
@@ -3816,12 +3818,12 @@ fi
3816 3818
3817if test "${window_system}" = "x11"; then 3819if test "${window_system}" = "x11"; then
3818 echo $ac_n "checking X11 version 5""... $ac_c" 1>&6 3820 echo $ac_n "checking X11 version 5""... $ac_c" 1>&6
3819echo "configure:3820: checking X11 version 5" >&5 3821echo "configure:3822: checking X11 version 5" >&5
3820 if eval "test \"`echo '$''{'emacs_cv_x11_version_5'+set}'`\" = set"; then 3822 if eval "test \"`echo '$''{'emacs_cv_x11_version_5'+set}'`\" = set"; then
3821 echo $ac_n "(cached) $ac_c" 1>&6 3823 echo $ac_n "(cached) $ac_c" 1>&6
3822else 3824else
3823 cat > conftest.$ac_ext <<EOF 3825 cat > conftest.$ac_ext <<EOF
3824#line 3825 "configure" 3826#line 3827 "configure"
3825#include "confdefs.h" 3827#include "confdefs.h"
3826#include <X11/Xlib.h> 3828#include <X11/Xlib.h>
3827int main() { 3829int main() {
@@ -3831,7 +3833,7 @@ fail;
3831 3833
3832; return 0; } 3834; return 0; }
3833EOF 3835EOF
3834if { (eval echo configure:3835: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3836if { (eval echo configure:3837: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3835 rm -rf conftest* 3837 rm -rf conftest*
3836 emacs_cv_x11_version_5=yes 3838 emacs_cv_x11_version_5=yes
3837else 3839else
@@ -3859,12 +3861,12 @@ fi
3859if test x"${USE_X_TOOLKIT}" = xmaybe; then 3861if test x"${USE_X_TOOLKIT}" = xmaybe; then
3860 if test x"${HAVE_X11R5}" = xyes; then 3862 if test x"${HAVE_X11R5}" = xyes; then
3861 echo $ac_n "checking X11 version 5 with Xaw""... $ac_c" 1>&6 3863 echo $ac_n "checking X11 version 5 with Xaw""... $ac_c" 1>&6
3862echo "configure:3863: checking X11 version 5 with Xaw" >&5 3864echo "configure:3865: checking X11 version 5 with Xaw" >&5
3863 if eval "test \"`echo '$''{'emacs_cv_x11_version_5_with_xaw'+set}'`\" = set"; then 3865 if eval "test \"`echo '$''{'emacs_cv_x11_version_5_with_xaw'+set}'`\" = set"; then
3864 echo $ac_n "(cached) $ac_c" 1>&6 3866 echo $ac_n "(cached) $ac_c" 1>&6
3865else 3867else
3866 cat > conftest.$ac_ext <<EOF 3868 cat > conftest.$ac_ext <<EOF
3867#line 3868 "configure" 3869#line 3870 "configure"
3868#include "confdefs.h" 3870#include "confdefs.h"
3869 3871
3870#include <X11/Intrinsic.h> 3872#include <X11/Intrinsic.h>
@@ -3873,7 +3875,7 @@ int main() {
3873 3875
3874; return 0; } 3876; return 0; }
3875EOF 3877EOF
3876if { (eval echo configure:3877: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3878if { (eval echo configure:3879: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3877 rm -rf conftest* 3879 rm -rf conftest*
3878 emacs_cv_x11_version_5_with_xaw=yes 3880 emacs_cv_x11_version_5_with_xaw=yes
3879else 3881else
@@ -3901,12 +3903,12 @@ X_TOOLKIT_TYPE=$USE_X_TOOLKIT
3901 3903
3902if test "${USE_X_TOOLKIT}" != "none"; then 3904if test "${USE_X_TOOLKIT}" != "none"; then
3903 echo $ac_n "checking X11 toolkit version""... $ac_c" 1>&6 3905 echo $ac_n "checking X11 toolkit version""... $ac_c" 1>&6
3904echo "configure:3905: checking X11 toolkit version" >&5 3906echo "configure:3907: checking X11 toolkit version" >&5
3905 if eval "test \"`echo '$''{'emacs_cv_x11_toolkit_version_6'+set}'`\" = set"; then 3907 if eval "test \"`echo '$''{'emacs_cv_x11_toolkit_version_6'+set}'`\" = set"; then
3906 echo $ac_n "(cached) $ac_c" 1>&6 3908 echo $ac_n "(cached) $ac_c" 1>&6
3907else 3909else
3908 cat > conftest.$ac_ext <<EOF 3910 cat > conftest.$ac_ext <<EOF
3909#line 3910 "configure" 3911#line 3912 "configure"
3910#include "confdefs.h" 3912#include "confdefs.h"
3911#include <X11/Intrinsic.h> 3913#include <X11/Intrinsic.h>
3912int main() { 3914int main() {
@@ -3916,7 +3918,7 @@ fail;
3916 3918
3917; return 0; } 3919; return 0; }
3918EOF 3920EOF
3919if { (eval echo configure:3920: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3921if { (eval echo configure:3922: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3920 rm -rf conftest* 3922 rm -rf conftest*
3921 emacs_cv_x11_toolkit_version_6=yes 3923 emacs_cv_x11_toolkit_version_6=yes
3922else 3924else
@@ -3946,7 +3948,7 @@ EOF
3946 LIBS="-lXt $LIBS" 3948 LIBS="-lXt $LIBS"
3947 fi 3949 fi
3948 echo $ac_n "checking for XmuConvertStandardSelection in -lXmu""... $ac_c" 1>&6 3950 echo $ac_n "checking for XmuConvertStandardSelection in -lXmu""... $ac_c" 1>&6
3949echo "configure:3950: checking for XmuConvertStandardSelection in -lXmu" >&5 3951echo "configure:3952: checking for XmuConvertStandardSelection in -lXmu" >&5
3950ac_lib_var=`echo Xmu'_'XmuConvertStandardSelection | sed 'y%./+-%__p_%'` 3952ac_lib_var=`echo Xmu'_'XmuConvertStandardSelection | sed 'y%./+-%__p_%'`
3951if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 3953if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3952 echo $ac_n "(cached) $ac_c" 1>&6 3954 echo $ac_n "(cached) $ac_c" 1>&6
@@ -3954,7 +3956,7 @@ else
3954 ac_save_LIBS="$LIBS" 3956 ac_save_LIBS="$LIBS"
3955LIBS="-lXmu $LIBS" 3957LIBS="-lXmu $LIBS"
3956cat > conftest.$ac_ext <<EOF 3958cat > conftest.$ac_ext <<EOF
3957#line 3958 "configure" 3959#line 3960 "configure"
3958#include "confdefs.h" 3960#include "confdefs.h"
3959/* Override any gcc2 internal prototype to avoid an error. */ 3961/* Override any gcc2 internal prototype to avoid an error. */
3960/* We use char because int might match the return type of a gcc2 3962/* We use char because int might match the return type of a gcc2
@@ -3965,7 +3967,7 @@ int main() {
3965XmuConvertStandardSelection() 3967XmuConvertStandardSelection()
3966; return 0; } 3968; return 0; }
3967EOF 3969EOF
3968if { (eval echo configure:3969: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3970if { (eval echo configure:3971: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3969 rm -rf conftest* 3971 rm -rf conftest*
3970 eval "ac_cv_lib_$ac_lib_var=yes" 3972 eval "ac_cv_lib_$ac_lib_var=yes"
3971else 3973else
@@ -3997,12 +3999,12 @@ fi
3997 3999
3998if test "${USE_X_TOOLKIT}" = "MOTIF"; then 4000if test "${USE_X_TOOLKIT}" = "MOTIF"; then
3999 echo $ac_n "checking for Motif version 2.1""... $ac_c" 1>&6 4001 echo $ac_n "checking for Motif version 2.1""... $ac_c" 1>&6
4000echo "configure:4001: checking for Motif version 2.1" >&5 4002echo "configure:4003: checking for Motif version 2.1" >&5
4001if eval "test \"`echo '$''{'emacs_cv_motif_version_2_1'+set}'`\" = set"; then 4003if eval "test \"`echo '$''{'emacs_cv_motif_version_2_1'+set}'`\" = set"; then
4002 echo $ac_n "(cached) $ac_c" 1>&6 4004 echo $ac_n "(cached) $ac_c" 1>&6
4003else 4005else
4004 cat > conftest.$ac_ext <<EOF 4006 cat > conftest.$ac_ext <<EOF
4005#line 4006 "configure" 4007#line 4008 "configure"
4006#include "confdefs.h" 4008#include "confdefs.h"
4007#include <Xm/Xm.h> 4009#include <Xm/Xm.h>
4008int main() { 4010int main() {
@@ -4013,7 +4015,7 @@ Motif version prior to 2.1.
4013#endif 4015#endif
4014; return 0; } 4016; return 0; }
4015EOF 4017EOF
4016if { (eval echo configure:4017: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4018if { (eval echo configure:4019: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4017 rm -rf conftest* 4019 rm -rf conftest*
4018 emacs_cv_motif_version_2_1=yes 4020 emacs_cv_motif_version_2_1=yes
4019else 4021else
@@ -4033,7 +4035,7 @@ echo "$ac_t""$emacs_cv_motif_version_2_1" 1>&6
4033EOF 4035EOF
4034 4036
4035 echo $ac_n "checking for XpCreateContext in -lXp""... $ac_c" 1>&6 4037 echo $ac_n "checking for XpCreateContext in -lXp""... $ac_c" 1>&6
4036echo "configure:4037: checking for XpCreateContext in -lXp" >&5 4038echo "configure:4039: checking for XpCreateContext in -lXp" >&5
4037ac_lib_var=`echo Xp'_'XpCreateContext | sed 'y%./+-%__p_%'` 4039ac_lib_var=`echo Xp'_'XpCreateContext | sed 'y%./+-%__p_%'`
4038if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 4040if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4039 echo $ac_n "(cached) $ac_c" 1>&6 4041 echo $ac_n "(cached) $ac_c" 1>&6
@@ -4041,7 +4043,7 @@ else
4041 ac_save_LIBS="$LIBS" 4043 ac_save_LIBS="$LIBS"
4042LIBS="-lXp $LIBS" 4044LIBS="-lXp $LIBS"
4043cat > conftest.$ac_ext <<EOF 4045cat > conftest.$ac_ext <<EOF
4044#line 4045 "configure" 4046#line 4047 "configure"
4045#include "confdefs.h" 4047#include "confdefs.h"
4046/* Override any gcc2 internal prototype to avoid an error. */ 4048/* Override any gcc2 internal prototype to avoid an error. */
4047/* We use char because int might match the return type of a gcc2 4049/* We use char because int might match the return type of a gcc2
@@ -4052,7 +4054,7 @@ int main() {
4052XpCreateContext() 4054XpCreateContext()
4053; return 0; } 4055; return 0; }
4054EOF 4056EOF
4055if { (eval echo configure:4056: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4057if { (eval echo configure:4058: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4056 rm -rf conftest* 4058 rm -rf conftest*
4057 eval "ac_cv_lib_$ac_lib_var=yes" 4059 eval "ac_cv_lib_$ac_lib_var=yes"
4058else 4060else
@@ -4090,17 +4092,17 @@ if test "${HAVE_X11}" = "yes"; then
4090 CFLAGS="${LD_SWITCH_X_SITE}" 4092 CFLAGS="${LD_SWITCH_X_SITE}"
4091 ac_safe=`echo "X11/Xaw3d/Scrollbar.h" | sed 'y%./+-%__p_%'` 4093 ac_safe=`echo "X11/Xaw3d/Scrollbar.h" | sed 'y%./+-%__p_%'`
4092echo $ac_n "checking for X11/Xaw3d/Scrollbar.h""... $ac_c" 1>&6 4094echo $ac_n "checking for X11/Xaw3d/Scrollbar.h""... $ac_c" 1>&6
4093echo "configure:4094: checking for X11/Xaw3d/Scrollbar.h" >&5 4095echo "configure:4096: checking for X11/Xaw3d/Scrollbar.h" >&5
4094if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4096if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4095 echo $ac_n "(cached) $ac_c" 1>&6 4097 echo $ac_n "(cached) $ac_c" 1>&6
4096else 4098else
4097 cat > conftest.$ac_ext <<EOF 4099 cat > conftest.$ac_ext <<EOF
4098#line 4099 "configure" 4100#line 4101 "configure"
4099#include "confdefs.h" 4101#include "confdefs.h"
4100#include <X11/Xaw3d/Scrollbar.h> 4102#include <X11/Xaw3d/Scrollbar.h>
4101EOF 4103EOF
4102ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4104ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4103{ (eval echo configure:4104: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4105{ (eval echo configure:4106: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4104ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4106ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4105if test -z "$ac_err"; then 4107if test -z "$ac_err"; then
4106 rm -rf conftest* 4108 rm -rf conftest*
@@ -4117,7 +4119,7 @@ fi
4117if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 4119if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4118 echo "$ac_t""yes" 1>&6 4120 echo "$ac_t""yes" 1>&6
4119 echo $ac_n "checking for XawScrollbarSetThumb in -lXaw3d""... $ac_c" 1>&6 4121 echo $ac_n "checking for XawScrollbarSetThumb in -lXaw3d""... $ac_c" 1>&6
4120echo "configure:4121: checking for XawScrollbarSetThumb in -lXaw3d" >&5 4122echo "configure:4123: checking for XawScrollbarSetThumb in -lXaw3d" >&5
4121ac_lib_var=`echo Xaw3d'_'XawScrollbarSetThumb | sed 'y%./+-%__p_%'` 4123ac_lib_var=`echo Xaw3d'_'XawScrollbarSetThumb | sed 'y%./+-%__p_%'`
4122if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 4124if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4123 echo $ac_n "(cached) $ac_c" 1>&6 4125 echo $ac_n "(cached) $ac_c" 1>&6
@@ -4125,7 +4127,7 @@ else
4125 ac_save_LIBS="$LIBS" 4127 ac_save_LIBS="$LIBS"
4126LIBS="-lXaw3d -lX11 $LIBS" 4128LIBS="-lXaw3d -lX11 $LIBS"
4127cat > conftest.$ac_ext <<EOF 4129cat > conftest.$ac_ext <<EOF
4128#line 4129 "configure" 4130#line 4131 "configure"
4129#include "confdefs.h" 4131#include "confdefs.h"
4130/* Override any gcc2 internal prototype to avoid an error. */ 4132/* Override any gcc2 internal prototype to avoid an error. */
4131/* We use char because int might match the return type of a gcc2 4133/* We use char because int might match the return type of a gcc2
@@ -4136,7 +4138,7 @@ int main() {
4136XawScrollbarSetThumb() 4138XawScrollbarSetThumb()
4137; return 0; } 4139; return 0; }
4138EOF 4140EOF
4139if { (eval echo configure:4140: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4141if { (eval echo configure:4142: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4140 rm -rf conftest* 4142 rm -rf conftest*
4141 eval "ac_cv_lib_$ac_lib_var=yes" 4143 eval "ac_cv_lib_$ac_lib_var=yes"
4142else 4144else
@@ -4200,17 +4202,17 @@ if test "${HAVE_X11}" = "yes"; then
4200 CFLAGS="${LD_SWITCH_X_SITE}" 4202 CFLAGS="${LD_SWITCH_X_SITE}"
4201 ac_safe=`echo "X11/xpm.h" | sed 'y%./+-%__p_%'` 4203 ac_safe=`echo "X11/xpm.h" | sed 'y%./+-%__p_%'`
4202echo $ac_n "checking for X11/xpm.h""... $ac_c" 1>&6 4204echo $ac_n "checking for X11/xpm.h""... $ac_c" 1>&6
4203echo "configure:4204: checking for X11/xpm.h" >&5 4205echo "configure:4206: checking for X11/xpm.h" >&5
4204if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4206if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4205 echo $ac_n "(cached) $ac_c" 1>&6 4207 echo $ac_n "(cached) $ac_c" 1>&6
4206else 4208else
4207 cat > conftest.$ac_ext <<EOF 4209 cat > conftest.$ac_ext <<EOF
4208#line 4209 "configure" 4210#line 4211 "configure"
4209#include "confdefs.h" 4211#include "confdefs.h"
4210#include <X11/xpm.h> 4212#include <X11/xpm.h>
4211EOF 4213EOF
4212ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4214ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4213{ (eval echo configure:4214: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4215{ (eval echo configure:4216: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4214ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4216ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4215if test -z "$ac_err"; then 4217if test -z "$ac_err"; then
4216 rm -rf conftest* 4218 rm -rf conftest*
@@ -4227,7 +4229,7 @@ fi
4227if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 4229if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4228 echo "$ac_t""yes" 1>&6 4230 echo "$ac_t""yes" 1>&6
4229 echo $ac_n "checking for XpmReadFileToPixmap in -lXpm""... $ac_c" 1>&6 4231 echo $ac_n "checking for XpmReadFileToPixmap in -lXpm""... $ac_c" 1>&6
4230echo "configure:4231: checking for XpmReadFileToPixmap in -lXpm" >&5 4232echo "configure:4233: checking for XpmReadFileToPixmap in -lXpm" >&5
4231ac_lib_var=`echo Xpm'_'XpmReadFileToPixmap | sed 'y%./+-%__p_%'` 4233ac_lib_var=`echo Xpm'_'XpmReadFileToPixmap | sed 'y%./+-%__p_%'`
4232if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 4234if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4233 echo $ac_n "(cached) $ac_c" 1>&6 4235 echo $ac_n "(cached) $ac_c" 1>&6
@@ -4235,7 +4237,7 @@ else
4235 ac_save_LIBS="$LIBS" 4237 ac_save_LIBS="$LIBS"
4236LIBS="-lXpm -lX11 $LIBS" 4238LIBS="-lXpm -lX11 $LIBS"
4237cat > conftest.$ac_ext <<EOF 4239cat > conftest.$ac_ext <<EOF
4238#line 4239 "configure" 4240#line 4241 "configure"
4239#include "confdefs.h" 4241#include "confdefs.h"
4240/* Override any gcc2 internal prototype to avoid an error. */ 4242/* Override any gcc2 internal prototype to avoid an error. */
4241/* We use char because int might match the return type of a gcc2 4243/* We use char because int might match the return type of a gcc2
@@ -4246,7 +4248,7 @@ int main() {
4246XpmReadFileToPixmap() 4248XpmReadFileToPixmap()
4247; return 0; } 4249; return 0; }
4248EOF 4250EOF
4249if { (eval echo configure:4250: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4251if { (eval echo configure:4252: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4250 rm -rf conftest* 4252 rm -rf conftest*
4251 eval "ac_cv_lib_$ac_lib_var=yes" 4253 eval "ac_cv_lib_$ac_lib_var=yes"
4252else 4254else
@@ -4289,17 +4291,17 @@ if test "${HAVE_X11}" = "yes"; then
4289 CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}" 4291 CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}"
4290 ac_safe=`echo "jerror.h" | sed 'y%./+-%__p_%'` 4292 ac_safe=`echo "jerror.h" | sed 'y%./+-%__p_%'`
4291echo $ac_n "checking for jerror.h""... $ac_c" 1>&6 4293echo $ac_n "checking for jerror.h""... $ac_c" 1>&6
4292echo "configure:4293: checking for jerror.h" >&5 4294echo "configure:4295: checking for jerror.h" >&5
4293if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4295if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4294 echo $ac_n "(cached) $ac_c" 1>&6 4296 echo $ac_n "(cached) $ac_c" 1>&6
4295else 4297else
4296 cat > conftest.$ac_ext <<EOF 4298 cat > conftest.$ac_ext <<EOF
4297#line 4298 "configure" 4299#line 4300 "configure"
4298#include "confdefs.h" 4300#include "confdefs.h"
4299#include <jerror.h> 4301#include <jerror.h>
4300EOF 4302EOF
4301ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4303ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4302{ (eval echo configure:4303: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4304{ (eval echo configure:4305: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4303ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4305ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4304if test -z "$ac_err"; then 4306if test -z "$ac_err"; then
4305 rm -rf conftest* 4307 rm -rf conftest*
@@ -4316,7 +4318,7 @@ fi
4316if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 4318if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4317 echo "$ac_t""yes" 1>&6 4319 echo "$ac_t""yes" 1>&6
4318 echo $ac_n "checking for jpeg_destroy_compress in -ljpeg""... $ac_c" 1>&6 4320 echo $ac_n "checking for jpeg_destroy_compress in -ljpeg""... $ac_c" 1>&6
4319echo "configure:4320: checking for jpeg_destroy_compress in -ljpeg" >&5 4321echo "configure:4322: checking for jpeg_destroy_compress in -ljpeg" >&5
4320ac_lib_var=`echo jpeg'_'jpeg_destroy_compress | sed 'y%./+-%__p_%'` 4322ac_lib_var=`echo jpeg'_'jpeg_destroy_compress | sed 'y%./+-%__p_%'`
4321if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 4323if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4322 echo $ac_n "(cached) $ac_c" 1>&6 4324 echo $ac_n "(cached) $ac_c" 1>&6
@@ -4324,7 +4326,7 @@ else
4324 ac_save_LIBS="$LIBS" 4326 ac_save_LIBS="$LIBS"
4325LIBS="-ljpeg -lX11 $LIBS" 4327LIBS="-ljpeg -lX11 $LIBS"
4326cat > conftest.$ac_ext <<EOF 4328cat > conftest.$ac_ext <<EOF
4327#line 4328 "configure" 4329#line 4330 "configure"
4328#include "confdefs.h" 4330#include "confdefs.h"
4329/* Override any gcc2 internal prototype to avoid an error. */ 4331/* Override any gcc2 internal prototype to avoid an error. */
4330/* We use char because int might match the return type of a gcc2 4332/* We use char because int might match the return type of a gcc2
@@ -4335,7 +4337,7 @@ int main() {
4335jpeg_destroy_compress() 4337jpeg_destroy_compress()
4336; return 0; } 4338; return 0; }
4337EOF 4339EOF
4338if { (eval echo configure:4339: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4340if { (eval echo configure:4341: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4339 rm -rf conftest* 4341 rm -rf conftest*
4340 eval "ac_cv_lib_$ac_lib_var=yes" 4342 eval "ac_cv_lib_$ac_lib_var=yes"
4341else 4343else
@@ -4378,17 +4380,17 @@ if test "${HAVE_X11}" = "yes"; then
4378 CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}" 4380 CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}"
4379 ac_safe=`echo "png.h" | sed 'y%./+-%__p_%'` 4381 ac_safe=`echo "png.h" | sed 'y%./+-%__p_%'`
4380echo $ac_n "checking for png.h""... $ac_c" 1>&6 4382echo $ac_n "checking for png.h""... $ac_c" 1>&6
4381echo "configure:4382: checking for png.h" >&5 4383echo "configure:4384: checking for png.h" >&5
4382if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4384if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+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#include <png.h> 4390#include <png.h>
4389EOF 4391EOF
4390ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4392ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4391{ (eval echo configure:4392: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4393{ (eval echo configure:4394: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4392ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4394ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4393if test -z "$ac_err"; then 4395if test -z "$ac_err"; then
4394 rm -rf conftest* 4396 rm -rf conftest*
@@ -4405,7 +4407,7 @@ fi
4405if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 4407if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4406 echo "$ac_t""yes" 1>&6 4408 echo "$ac_t""yes" 1>&6
4407 echo $ac_n "checking for png_set_expand in -lpng""... $ac_c" 1>&6 4409 echo $ac_n "checking for png_set_expand in -lpng""... $ac_c" 1>&6
4408echo "configure:4409: checking for png_set_expand in -lpng" >&5 4410echo "configure:4411: checking for png_set_expand in -lpng" >&5
4409ac_lib_var=`echo png'_'png_set_expand | sed 'y%./+-%__p_%'` 4411ac_lib_var=`echo png'_'png_set_expand | sed 'y%./+-%__p_%'`
4410if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 4412if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4411 echo $ac_n "(cached) $ac_c" 1>&6 4413 echo $ac_n "(cached) $ac_c" 1>&6
@@ -4413,7 +4415,7 @@ else
4413 ac_save_LIBS="$LIBS" 4415 ac_save_LIBS="$LIBS"
4414LIBS="-lpng -lX11 -lz -lm $LIBS" 4416LIBS="-lpng -lX11 -lz -lm $LIBS"
4415cat > conftest.$ac_ext <<EOF 4417cat > conftest.$ac_ext <<EOF
4416#line 4417 "configure" 4418#line 4419 "configure"
4417#include "confdefs.h" 4419#include "confdefs.h"
4418/* Override any gcc2 internal prototype to avoid an error. */ 4420/* Override any gcc2 internal prototype to avoid an error. */
4419/* We use char because int might match the return type of a gcc2 4421/* We use char because int might match the return type of a gcc2
@@ -4424,7 +4426,7 @@ int main() {
4424png_set_expand() 4426png_set_expand()
4425; return 0; } 4427; return 0; }
4426EOF 4428EOF
4427if { (eval echo configure:4428: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4429if { (eval echo configure:4430: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4428 rm -rf conftest* 4430 rm -rf conftest*
4429 eval "ac_cv_lib_$ac_lib_var=yes" 4431 eval "ac_cv_lib_$ac_lib_var=yes"
4430else 4432else
@@ -4467,17 +4469,17 @@ if test "${HAVE_X11}" = "yes"; then
4467 CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}" 4469 CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}"
4468 ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'` 4470 ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'`
4469echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6 4471echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6
4470echo "configure:4471: checking for tiffio.h" >&5 4472echo "configure:4473: checking for tiffio.h" >&5
4471if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4473if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4472 echo $ac_n "(cached) $ac_c" 1>&6 4474 echo $ac_n "(cached) $ac_c" 1>&6
4473else 4475else
4474 cat > conftest.$ac_ext <<EOF 4476 cat > conftest.$ac_ext <<EOF
4475#line 4476 "configure" 4477#line 4478 "configure"
4476#include "confdefs.h" 4478#include "confdefs.h"
4477#include <tiffio.h> 4479#include <tiffio.h>
4478EOF 4480EOF
4479ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4481ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4480{ (eval echo configure:4481: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4482{ (eval echo configure:4483: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4481ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4483ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4482if test -z "$ac_err"; then 4484if test -z "$ac_err"; then
4483 rm -rf conftest* 4485 rm -rf conftest*
@@ -4497,7 +4499,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4497 # At least one tiff package requires the jpeg library. 4499 # At least one tiff package requires the jpeg library.
4498 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi 4500 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi
4499 echo $ac_n "checking for TIFFGetVersion in -ltiff""... $ac_c" 1>&6 4501 echo $ac_n "checking for TIFFGetVersion in -ltiff""... $ac_c" 1>&6
4500echo "configure:4501: checking for TIFFGetVersion in -ltiff" >&5 4502echo "configure:4503: checking for TIFFGetVersion in -ltiff" >&5
4501ac_lib_var=`echo tiff'_'TIFFGetVersion | sed 'y%./+-%__p_%'` 4503ac_lib_var=`echo tiff'_'TIFFGetVersion | sed 'y%./+-%__p_%'`
4502if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 4504if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4503 echo $ac_n "(cached) $ac_c" 1>&6 4505 echo $ac_n "(cached) $ac_c" 1>&6
@@ -4505,7 +4507,7 @@ else
4505 ac_save_LIBS="$LIBS" 4507 ac_save_LIBS="$LIBS"
4506LIBS="-ltiff $tifflibs $LIBS" 4508LIBS="-ltiff $tifflibs $LIBS"
4507cat > conftest.$ac_ext <<EOF 4509cat > conftest.$ac_ext <<EOF
4508#line 4509 "configure" 4510#line 4511 "configure"
4509#include "confdefs.h" 4511#include "confdefs.h"
4510/* Override any gcc2 internal prototype to avoid an error. */ 4512/* Override any gcc2 internal prototype to avoid an error. */
4511/* We use char because int might match the return type of a gcc2 4513/* We use char because int might match the return type of a gcc2
@@ -4516,7 +4518,7 @@ int main() {
4516TIFFGetVersion() 4518TIFFGetVersion()
4517; return 0; } 4519; return 0; }
4518EOF 4520EOF
4519if { (eval echo configure:4520: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4521if { (eval echo configure:4522: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4520 rm -rf conftest* 4522 rm -rf conftest*
4521 eval "ac_cv_lib_$ac_lib_var=yes" 4523 eval "ac_cv_lib_$ac_lib_var=yes"
4522else 4524else
@@ -4559,17 +4561,17 @@ if test "${HAVE_X11}" = "yes"; then
4559 CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}" 4561 CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}"
4560 ac_safe=`echo "gif_lib.h" | sed 'y%./+-%__p_%'` 4562 ac_safe=`echo "gif_lib.h" | sed 'y%./+-%__p_%'`
4561echo $ac_n "checking for gif_lib.h""... $ac_c" 1>&6 4563echo $ac_n "checking for gif_lib.h""... $ac_c" 1>&6
4562echo "configure:4563: checking for gif_lib.h" >&5 4564echo "configure:4565: checking for gif_lib.h" >&5
4563if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4565if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+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 <gif_lib.h> 4571#include <gif_lib.h>
4570EOF 4572EOF
4571ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4573ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4572{ (eval echo configure:4573: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4574{ (eval echo configure:4575: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4573ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4575ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4574if test -z "$ac_err"; then 4576if test -z "$ac_err"; then
4575 rm -rf conftest* 4577 rm -rf conftest*
@@ -4586,7 +4588,7 @@ fi
4586if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 4588if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4587 echo "$ac_t""yes" 1>&6 4589 echo "$ac_t""yes" 1>&6
4588 echo $ac_n "checking for DGifOpen in -lungif""... $ac_c" 1>&6 4590 echo $ac_n "checking for DGifOpen in -lungif""... $ac_c" 1>&6
4589echo "configure:4590: checking for DGifOpen in -lungif" >&5 4591echo "configure:4592: checking for DGifOpen in -lungif" >&5
4590ac_lib_var=`echo ungif'_'DGifOpen | sed 'y%./+-%__p_%'` 4592ac_lib_var=`echo ungif'_'DGifOpen | sed 'y%./+-%__p_%'`
4591if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 4593if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4592 echo $ac_n "(cached) $ac_c" 1>&6 4594 echo $ac_n "(cached) $ac_c" 1>&6
@@ -4594,7 +4596,7 @@ else
4594 ac_save_LIBS="$LIBS" 4596 ac_save_LIBS="$LIBS"
4595LIBS="-lungif -lX11 $LIBS" 4597LIBS="-lungif -lX11 $LIBS"
4596cat > conftest.$ac_ext <<EOF 4598cat > conftest.$ac_ext <<EOF
4597#line 4598 "configure" 4599#line 4600 "configure"
4598#include "confdefs.h" 4600#include "confdefs.h"
4599/* Override any gcc2 internal prototype to avoid an error. */ 4601/* Override any gcc2 internal prototype to avoid an error. */
4600/* We use char because int might match the return type of a gcc2 4602/* We use char because int might match the return type of a gcc2
@@ -4605,7 +4607,7 @@ int main() {
4605DGifOpen() 4607DGifOpen()
4606; return 0; } 4608; return 0; }
4607EOF 4609EOF
4608if { (eval echo configure:4609: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4610if { (eval echo configure:4611: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4609 rm -rf conftest* 4611 rm -rf conftest*
4610 eval "ac_cv_lib_$ac_lib_var=yes" 4612 eval "ac_cv_lib_$ac_lib_var=yes"
4611else 4613else
@@ -4642,19 +4644,19 @@ fi
4642 4644
4643# If netdb.h doesn't declare h_errno, we must declare it by hand. 4645# If netdb.h doesn't declare h_errno, we must declare it by hand.
4644echo $ac_n "checking whether netdb declares h_errno""... $ac_c" 1>&6 4646echo $ac_n "checking whether netdb declares h_errno""... $ac_c" 1>&6
4645echo "configure:4646: checking whether netdb declares h_errno" >&5 4647echo "configure:4648: checking whether netdb declares h_errno" >&5
4646if eval "test \"`echo '$''{'emacs_cv_netdb_declares_h_errno'+set}'`\" = set"; then 4648if eval "test \"`echo '$''{'emacs_cv_netdb_declares_h_errno'+set}'`\" = set"; then
4647 echo $ac_n "(cached) $ac_c" 1>&6 4649 echo $ac_n "(cached) $ac_c" 1>&6
4648else 4650else
4649 cat > conftest.$ac_ext <<EOF 4651 cat > conftest.$ac_ext <<EOF
4650#line 4651 "configure" 4652#line 4653 "configure"
4651#include "confdefs.h" 4653#include "confdefs.h"
4652#include <netdb.h> 4654#include <netdb.h>
4653int main() { 4655int main() {
4654return h_errno; 4656return h_errno;
4655; return 0; } 4657; return 0; }
4656EOF 4658EOF
4657if { (eval echo configure:4658: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4659if { (eval echo configure:4660: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4658 rm -rf conftest* 4660 rm -rf conftest*
4659 emacs_cv_netdb_declares_h_errno=yes 4661 emacs_cv_netdb_declares_h_errno=yes
4660else 4662else
@@ -4677,19 +4679,19 @@ fi
4677# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works 4679# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
4678# for constant arguments. Useless! 4680# for constant arguments. Useless!
4679echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 4681echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
4680echo "configure:4681: checking for working alloca.h" >&5 4682echo "configure:4683: checking for working alloca.h" >&5
4681if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 4683if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
4682 echo $ac_n "(cached) $ac_c" 1>&6 4684 echo $ac_n "(cached) $ac_c" 1>&6
4683else 4685else
4684 cat > conftest.$ac_ext <<EOF 4686 cat > conftest.$ac_ext <<EOF
4685#line 4686 "configure" 4687#line 4688 "configure"
4686#include "confdefs.h" 4688#include "confdefs.h"
4687#include <alloca.h> 4689#include <alloca.h>
4688int main() { 4690int main() {
4689char *p = alloca(2 * sizeof(int)); 4691char *p = alloca(2 * sizeof(int));
4690; return 0; } 4692; return 0; }
4691EOF 4693EOF
4692if { (eval echo configure:4693: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4694if { (eval echo configure:4695: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4693 rm -rf conftest* 4695 rm -rf conftest*
4694 ac_cv_header_alloca_h=yes 4696 ac_cv_header_alloca_h=yes
4695else 4697else
@@ -4710,12 +4712,12 @@ EOF
4710fi 4712fi
4711 4713
4712echo $ac_n "checking for alloca""... $ac_c" 1>&6 4714echo $ac_n "checking for alloca""... $ac_c" 1>&6
4713echo "configure:4714: checking for alloca" >&5 4715echo "configure:4716: checking for alloca" >&5
4714if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 4716if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
4715 echo $ac_n "(cached) $ac_c" 1>&6 4717 echo $ac_n "(cached) $ac_c" 1>&6
4716else 4718else
4717 cat > conftest.$ac_ext <<EOF 4719 cat > conftest.$ac_ext <<EOF
4718#line 4719 "configure" 4720#line 4721 "configure"
4719#include "confdefs.h" 4721#include "confdefs.h"
4720 4722
4721#ifdef __GNUC__ 4723#ifdef __GNUC__
@@ -4743,7 +4745,7 @@ int main() {
4743char *p = (char *) alloca(1); 4745char *p = (char *) alloca(1);
4744; return 0; } 4746; return 0; }
4745EOF 4747EOF
4746if { (eval echo configure:4747: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4748if { (eval echo configure:4749: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4747 rm -rf conftest* 4749 rm -rf conftest*
4748 ac_cv_func_alloca_works=yes 4750 ac_cv_func_alloca_works=yes
4749else 4751else
@@ -4775,12 +4777,12 @@ EOF
4775 4777
4776 4778
4777echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 4779echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
4778echo "configure:4779: checking whether alloca needs Cray hooks" >&5 4780echo "configure:4781: checking whether alloca needs Cray hooks" >&5
4779if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 4781if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
4780 echo $ac_n "(cached) $ac_c" 1>&6 4782 echo $ac_n "(cached) $ac_c" 1>&6
4781else 4783else
4782 cat > conftest.$ac_ext <<EOF 4784 cat > conftest.$ac_ext <<EOF
4783#line 4784 "configure" 4785#line 4786 "configure"
4784#include "confdefs.h" 4786#include "confdefs.h"
4785#if defined(CRAY) && ! defined(CRAY2) 4787#if defined(CRAY) && ! defined(CRAY2)
4786webecray 4788webecray
@@ -4805,12 +4807,12 @@ echo "$ac_t""$ac_cv_os_cray" 1>&6
4805if test $ac_cv_os_cray = yes; then 4807if test $ac_cv_os_cray = yes; then
4806for ac_func in _getb67 GETB67 getb67; do 4808for ac_func in _getb67 GETB67 getb67; do
4807 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 4809 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4808echo "configure:4809: checking for $ac_func" >&5 4810echo "configure:4811: checking for $ac_func" >&5
4809if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 4811if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4810 echo $ac_n "(cached) $ac_c" 1>&6 4812 echo $ac_n "(cached) $ac_c" 1>&6
4811else 4813else
4812 cat > conftest.$ac_ext <<EOF 4814 cat > conftest.$ac_ext <<EOF
4813#line 4814 "configure" 4815#line 4816 "configure"
4814#include "confdefs.h" 4816#include "confdefs.h"
4815/* System header to define __stub macros and hopefully few prototypes, 4817/* System header to define __stub macros and hopefully few prototypes,
4816 which can conflict with char $ac_func(); below. */ 4818 which can conflict with char $ac_func(); below. */
@@ -4833,7 +4835,7 @@ $ac_func();
4833 4835
4834; return 0; } 4836; return 0; }
4835EOF 4837EOF
4836if { (eval echo configure:4837: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4838if { (eval echo configure:4839: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4837 rm -rf conftest* 4839 rm -rf conftest*
4838 eval "ac_cv_func_$ac_func=yes" 4840 eval "ac_cv_func_$ac_func=yes"
4839else 4841else
@@ -4860,7 +4862,7 @@ done
4860fi 4862fi
4861 4863
4862echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 4864echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
4863echo "configure:4864: checking stack direction for C alloca" >&5 4865echo "configure:4866: checking stack direction for C alloca" >&5
4864if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 4866if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
4865 echo $ac_n "(cached) $ac_c" 1>&6 4867 echo $ac_n "(cached) $ac_c" 1>&6
4866else 4868else
@@ -4868,7 +4870,7 @@ else
4868 ac_cv_c_stack_direction=0 4870 ac_cv_c_stack_direction=0
4869else 4871else
4870 cat > conftest.$ac_ext <<EOF 4872 cat > conftest.$ac_ext <<EOF
4871#line 4872 "configure" 4873#line 4874 "configure"
4872#include "confdefs.h" 4874#include "confdefs.h"
4873find_stack_direction () 4875find_stack_direction ()
4874{ 4876{
@@ -4887,7 +4889,7 @@ main ()
4887 exit (find_stack_direction() < 0); 4889 exit (find_stack_direction() < 0);
4888} 4890}
4889EOF 4891EOF
4890if { (eval echo configure:4891: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 4892if { (eval echo configure:4893: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4891then 4893then
4892 ac_cv_c_stack_direction=1 4894 ac_cv_c_stack_direction=1
4893else 4895else
@@ -4912,7 +4914,7 @@ fi
4912# fmod, logb, and frexp are found in -lm on most systems. 4914# fmod, logb, and frexp are found in -lm on most systems.
4913# On HPUX 9.01, -lm does not contain logb, so check for sqrt. 4915# On HPUX 9.01, -lm does not contain logb, so check for sqrt.
4914echo $ac_n "checking for sqrt in -lm""... $ac_c" 1>&6 4916echo $ac_n "checking for sqrt in -lm""... $ac_c" 1>&6
4915echo "configure:4916: checking for sqrt in -lm" >&5 4917echo "configure:4918: checking for sqrt in -lm" >&5
4916ac_lib_var=`echo m'_'sqrt | sed 'y%./+-%__p_%'` 4918ac_lib_var=`echo m'_'sqrt | sed 'y%./+-%__p_%'`
4917if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 4919if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4918 echo $ac_n "(cached) $ac_c" 1>&6 4920 echo $ac_n "(cached) $ac_c" 1>&6
@@ -4920,7 +4922,7 @@ else
4920 ac_save_LIBS="$LIBS" 4922 ac_save_LIBS="$LIBS"
4921LIBS="-lm $LIBS" 4923LIBS="-lm $LIBS"
4922cat > conftest.$ac_ext <<EOF 4924cat > conftest.$ac_ext <<EOF
4923#line 4924 "configure" 4925#line 4926 "configure"
4924#include "confdefs.h" 4926#include "confdefs.h"
4925/* Override any gcc2 internal prototype to avoid an error. */ 4927/* Override any gcc2 internal prototype to avoid an error. */
4926/* We use char because int might match the return type of a gcc2 4928/* We use char because int might match the return type of a gcc2
@@ -4931,7 +4933,7 @@ int main() {
4931sqrt() 4933sqrt()
4932; return 0; } 4934; return 0; }
4933EOF 4935EOF
4934if { (eval echo configure:4935: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4936if { (eval echo configure:4937: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4935 rm -rf conftest* 4937 rm -rf conftest*
4936 eval "ac_cv_lib_$ac_lib_var=yes" 4938 eval "ac_cv_lib_$ac_lib_var=yes"
4937else 4939else
@@ -4961,7 +4963,7 @@ fi
4961 4963
4962# Check for mail-locking functions in a "mail" library 4964# Check for mail-locking functions in a "mail" library
4963echo $ac_n "checking for maillock in -lmail""... $ac_c" 1>&6 4965echo $ac_n "checking for maillock in -lmail""... $ac_c" 1>&6
4964echo "configure:4965: checking for maillock in -lmail" >&5 4966echo "configure:4967: checking for maillock in -lmail" >&5
4965ac_lib_var=`echo mail'_'maillock | sed 'y%./+-%__p_%'` 4967ac_lib_var=`echo mail'_'maillock | sed 'y%./+-%__p_%'`
4966if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 4968if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4967 echo $ac_n "(cached) $ac_c" 1>&6 4969 echo $ac_n "(cached) $ac_c" 1>&6
@@ -4969,7 +4971,7 @@ else
4969 ac_save_LIBS="$LIBS" 4971 ac_save_LIBS="$LIBS"
4970LIBS="-lmail $LIBS" 4972LIBS="-lmail $LIBS"
4971cat > conftest.$ac_ext <<EOF 4973cat > conftest.$ac_ext <<EOF
4972#line 4973 "configure" 4974#line 4975 "configure"
4973#include "confdefs.h" 4975#include "confdefs.h"
4974/* Override any gcc2 internal prototype to avoid an error. */ 4976/* Override any gcc2 internal prototype to avoid an error. */
4975/* We use char because int might match the return type of a gcc2 4977/* We use char because int might match the return type of a gcc2
@@ -4980,7 +4982,7 @@ int main() {
4980maillock() 4982maillock()
4981; return 0; } 4983; return 0; }
4982EOF 4984EOF
4983if { (eval echo configure:4984: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4985if { (eval echo configure:4986: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4984 rm -rf conftest* 4986 rm -rf conftest*
4985 eval "ac_cv_lib_$ac_lib_var=yes" 4987 eval "ac_cv_lib_$ac_lib_var=yes"
4986else 4988else
@@ -5008,7 +5010,7 @@ else
5008fi 5010fi
5009 5011
5010echo $ac_n "checking for maillock in -llockfile""... $ac_c" 1>&6 5012echo $ac_n "checking for maillock in -llockfile""... $ac_c" 1>&6
5011echo "configure:5012: checking for maillock in -llockfile" >&5 5013echo "configure:5014: checking for maillock in -llockfile" >&5
5012ac_lib_var=`echo lockfile'_'maillock | sed 'y%./+-%__p_%'` 5014ac_lib_var=`echo lockfile'_'maillock | sed 'y%./+-%__p_%'`
5013if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5015if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5014 echo $ac_n "(cached) $ac_c" 1>&6 5016 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5016,7 +5018,7 @@ else
5016 ac_save_LIBS="$LIBS" 5018 ac_save_LIBS="$LIBS"
5017LIBS="-llockfile $LIBS" 5019LIBS="-llockfile $LIBS"
5018cat > conftest.$ac_ext <<EOF 5020cat > conftest.$ac_ext <<EOF
5019#line 5020 "configure" 5021#line 5022 "configure"
5020#include "confdefs.h" 5022#include "confdefs.h"
5021/* Override any gcc2 internal prototype to avoid an error. */ 5023/* Override any gcc2 internal prototype to avoid an error. */
5022/* We use char because int might match the return type of a gcc2 5024/* We use char because int might match the return type of a gcc2
@@ -5027,7 +5029,7 @@ int main() {
5027maillock() 5029maillock()
5028; return 0; } 5030; return 0; }
5029EOF 5031EOF
5030if { (eval echo configure:5031: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5032if { (eval echo configure:5033: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5031 rm -rf conftest* 5033 rm -rf conftest*
5032 eval "ac_cv_lib_$ac_lib_var=yes" 5034 eval "ac_cv_lib_$ac_lib_var=yes"
5033else 5035else
@@ -5061,7 +5063,7 @@ if test "$ac_cv_lib_lockfile_maillock" = no; then
5061 # Extract the first word of "liblockfile.so", so it can be a program name with args. 5063 # Extract the first word of "liblockfile.so", so it can be a program name with args.
5062set dummy liblockfile.so; ac_word=$2 5064set dummy liblockfile.so; ac_word=$2
5063echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 5065echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5064echo "configure:5065: checking for $ac_word" >&5 5066echo "configure:5067: checking for $ac_word" >&5
5065if eval "test \"`echo '$''{'ac_cv_prog_liblockfile'+set}'`\" = set"; then 5067if eval "test \"`echo '$''{'ac_cv_prog_liblockfile'+set}'`\" = set"; then
5066 echo $ac_n "(cached) $ac_c" 1>&6 5068 echo $ac_n "(cached) $ac_c" 1>&6
5067else 5069else
@@ -5102,12 +5104,12 @@ fi
5102for ac_func in touchlock 5104for ac_func in touchlock
5103do 5105do
5104echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 5106echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5105echo "configure:5106: checking for $ac_func" >&5 5107echo "configure:5108: checking for $ac_func" >&5
5106if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 5108if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5107 echo $ac_n "(cached) $ac_c" 1>&6 5109 echo $ac_n "(cached) $ac_c" 1>&6
5108else 5110else
5109 cat > conftest.$ac_ext <<EOF 5111 cat > conftest.$ac_ext <<EOF
5110#line 5111 "configure" 5112#line 5113 "configure"
5111#include "confdefs.h" 5113#include "confdefs.h"
5112/* System header to define __stub macros and hopefully few prototypes, 5114/* System header to define __stub macros and hopefully few prototypes,
5113 which can conflict with char $ac_func(); below. */ 5115 which can conflict with char $ac_func(); below. */
@@ -5130,7 +5132,7 @@ $ac_func();
5130 5132
5131; return 0; } 5133; return 0; }
5132EOF 5134EOF
5133if { (eval echo configure:5134: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5135if { (eval echo configure:5136: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5134 rm -rf conftest* 5136 rm -rf conftest*
5135 eval "ac_cv_func_$ac_func=yes" 5137 eval "ac_cv_func_$ac_func=yes"
5136else 5138else
@@ -5158,17 +5160,17 @@ for ac_hdr in maillock.h
5158do 5160do
5159ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5161ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5160echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5162echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5161echo "configure:5162: checking for $ac_hdr" >&5 5163echo "configure:5164: checking for $ac_hdr" >&5
5162if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5164if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5163 echo $ac_n "(cached) $ac_c" 1>&6 5165 echo $ac_n "(cached) $ac_c" 1>&6
5164else 5166else
5165 cat > conftest.$ac_ext <<EOF 5167 cat > conftest.$ac_ext <<EOF
5166#line 5167 "configure" 5168#line 5169 "configure"
5167#include "confdefs.h" 5169#include "confdefs.h"
5168#include <$ac_hdr> 5170#include <$ac_hdr>
5169EOF 5171EOF
5170ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5172ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5171{ (eval echo configure:5172: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5173{ (eval echo configure:5174: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5172ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5174ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5173if test -z "$ac_err"; then 5175if test -z "$ac_err"; then
5174 rm -rf conftest* 5176 rm -rf conftest*
@@ -5203,12 +5205,12 @@ utimes setrlimit setpgid getcwd shutdown strftime getaddrinfo \
5203__fpending ftello getloadavg mblen mbrlen strsignal setitimer ualarm 5205__fpending ftello getloadavg mblen mbrlen strsignal setitimer ualarm
5204do 5206do
5205echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 5207echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5206echo "configure:5207: checking for $ac_func" >&5 5208echo "configure:5209: checking for $ac_func" >&5
5207if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 5209if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5208 echo $ac_n "(cached) $ac_c" 1>&6 5210 echo $ac_n "(cached) $ac_c" 1>&6
5209else 5211else
5210 cat > conftest.$ac_ext <<EOF 5212 cat > conftest.$ac_ext <<EOF
5211#line 5212 "configure" 5213#line 5214 "configure"
5212#include "confdefs.h" 5214#include "confdefs.h"
5213/* System header to define __stub macros and hopefully few prototypes, 5215/* System header to define __stub macros and hopefully few prototypes,
5214 which can conflict with char $ac_func(); below. */ 5216 which can conflict with char $ac_func(); below. */
@@ -5231,7 +5233,7 @@ $ac_func();
5231 5233
5232; return 0; } 5234; return 0; }
5233EOF 5235EOF
5234if { (eval echo configure:5235: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5236if { (eval echo configure:5237: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5235 rm -rf conftest* 5237 rm -rf conftest*
5236 eval "ac_cv_func_$ac_func=yes" 5238 eval "ac_cv_func_$ac_func=yes"
5237else 5239else
@@ -5261,7 +5263,7 @@ done
5261# It's better to believe a function is not available 5263# It's better to believe a function is not available
5262# than to expect to find it in ncurses. 5264# than to expect to find it in ncurses.
5263echo $ac_n "checking for tparm in -lncurses""... $ac_c" 1>&6 5265echo $ac_n "checking for tparm in -lncurses""... $ac_c" 1>&6
5264echo "configure:5265: checking for tparm in -lncurses" >&5 5266echo "configure:5267: checking for tparm in -lncurses" >&5
5265ac_lib_var=`echo ncurses'_'tparm | sed 'y%./+-%__p_%'` 5267ac_lib_var=`echo ncurses'_'tparm | sed 'y%./+-%__p_%'`
5266if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5268if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5267 echo $ac_n "(cached) $ac_c" 1>&6 5269 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5269,7 +5271,7 @@ else
5269 ac_save_LIBS="$LIBS" 5271 ac_save_LIBS="$LIBS"
5270LIBS="-lncurses $LIBS" 5272LIBS="-lncurses $LIBS"
5271cat > conftest.$ac_ext <<EOF 5273cat > conftest.$ac_ext <<EOF
5272#line 5273 "configure" 5274#line 5275 "configure"
5273#include "confdefs.h" 5275#include "confdefs.h"
5274/* Override any gcc2 internal prototype to avoid an error. */ 5276/* Override any gcc2 internal prototype to avoid an error. */
5275/* We use char because int might match the return type of a gcc2 5277/* We use char because int might match the return type of a gcc2
@@ -5280,7 +5282,7 @@ int main() {
5280tparm() 5282tparm()
5281; return 0; } 5283; return 0; }
5282EOF 5284EOF
5283if { (eval echo configure:5284: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5285if { (eval echo configure:5286: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5284 rm -rf conftest* 5286 rm -rf conftest*
5285 eval "ac_cv_lib_$ac_lib_var=yes" 5287 eval "ac_cv_lib_$ac_lib_var=yes"
5286else 5288else
@@ -5311,7 +5313,7 @@ fi
5311# These tell us which Kerberos-related libraries to use. 5313# These tell us which Kerberos-related libraries to use.
5312if test "${with_kerberos+set}" = set; then 5314if test "${with_kerberos+set}" = set; then
5313 echo $ac_n "checking for com_err in -lcom_err""... $ac_c" 1>&6 5315 echo $ac_n "checking for com_err in -lcom_err""... $ac_c" 1>&6
5314echo "configure:5315: checking for com_err in -lcom_err" >&5 5316echo "configure:5317: checking for com_err in -lcom_err" >&5
5315ac_lib_var=`echo com_err'_'com_err | sed 'y%./+-%__p_%'` 5317ac_lib_var=`echo com_err'_'com_err | sed 'y%./+-%__p_%'`
5316if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5318if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5317 echo $ac_n "(cached) $ac_c" 1>&6 5319 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5319,7 +5321,7 @@ else
5319 ac_save_LIBS="$LIBS" 5321 ac_save_LIBS="$LIBS"
5320LIBS="-lcom_err $LIBS" 5322LIBS="-lcom_err $LIBS"
5321cat > conftest.$ac_ext <<EOF 5323cat > conftest.$ac_ext <<EOF
5322#line 5323 "configure" 5324#line 5325 "configure"
5323#include "confdefs.h" 5325#include "confdefs.h"
5324/* Override any gcc2 internal prototype to avoid an error. */ 5326/* Override any gcc2 internal prototype to avoid an error. */
5325/* We use char because int might match the return type of a gcc2 5327/* We use char because int might match the return type of a gcc2
@@ -5330,7 +5332,7 @@ int main() {
5330com_err() 5332com_err()
5331; return 0; } 5333; return 0; }
5332EOF 5334EOF
5333if { (eval echo configure:5334: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5335if { (eval echo configure:5336: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5334 rm -rf conftest* 5336 rm -rf conftest*
5335 eval "ac_cv_lib_$ac_lib_var=yes" 5337 eval "ac_cv_lib_$ac_lib_var=yes"
5336else 5338else
@@ -5358,7 +5360,7 @@ else
5358fi 5360fi
5359 5361
5360 echo $ac_n "checking for mit_des_cbc_encrypt in -lk5crypto""... $ac_c" 1>&6 5362 echo $ac_n "checking for mit_des_cbc_encrypt in -lk5crypto""... $ac_c" 1>&6
5361echo "configure:5362: checking for mit_des_cbc_encrypt in -lk5crypto" >&5 5363echo "configure:5364: checking for mit_des_cbc_encrypt in -lk5crypto" >&5
5362ac_lib_var=`echo k5crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'` 5364ac_lib_var=`echo k5crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'`
5363if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5365if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5364 echo $ac_n "(cached) $ac_c" 1>&6 5366 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5366,7 +5368,7 @@ else
5366 ac_save_LIBS="$LIBS" 5368 ac_save_LIBS="$LIBS"
5367LIBS="-lk5crypto $LIBS" 5369LIBS="-lk5crypto $LIBS"
5368cat > conftest.$ac_ext <<EOF 5370cat > conftest.$ac_ext <<EOF
5369#line 5370 "configure" 5371#line 5372 "configure"
5370#include "confdefs.h" 5372#include "confdefs.h"
5371/* Override any gcc2 internal prototype to avoid an error. */ 5373/* Override any gcc2 internal prototype to avoid an error. */
5372/* We use char because int might match the return type of a gcc2 5374/* We use char because int might match the return type of a gcc2
@@ -5377,7 +5379,7 @@ int main() {
5377mit_des_cbc_encrypt() 5379mit_des_cbc_encrypt()
5378; return 0; } 5380; return 0; }
5379EOF 5381EOF
5380if { (eval echo configure:5381: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5382if { (eval echo configure:5383: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5381 rm -rf conftest* 5383 rm -rf conftest*
5382 eval "ac_cv_lib_$ac_lib_var=yes" 5384 eval "ac_cv_lib_$ac_lib_var=yes"
5383else 5385else
@@ -5405,7 +5407,7 @@ else
5405fi 5407fi
5406 5408
5407 echo $ac_n "checking for mit_des_cbc_encrypt in -lcrypto""... $ac_c" 1>&6 5409 echo $ac_n "checking for mit_des_cbc_encrypt in -lcrypto""... $ac_c" 1>&6
5408echo "configure:5409: checking for mit_des_cbc_encrypt in -lcrypto" >&5 5410echo "configure:5411: checking for mit_des_cbc_encrypt in -lcrypto" >&5
5409ac_lib_var=`echo crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'` 5411ac_lib_var=`echo crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'`
5410if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5412if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5411 echo $ac_n "(cached) $ac_c" 1>&6 5413 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5413,7 +5415,7 @@ else
5413 ac_save_LIBS="$LIBS" 5415 ac_save_LIBS="$LIBS"
5414LIBS="-lcrypto $LIBS" 5416LIBS="-lcrypto $LIBS"
5415cat > conftest.$ac_ext <<EOF 5417cat > conftest.$ac_ext <<EOF
5416#line 5417 "configure" 5418#line 5419 "configure"
5417#include "confdefs.h" 5419#include "confdefs.h"
5418/* Override any gcc2 internal prototype to avoid an error. */ 5420/* Override any gcc2 internal prototype to avoid an error. */
5419/* We use char because int might match the return type of a gcc2 5421/* We use char because int might match the return type of a gcc2
@@ -5424,7 +5426,7 @@ int main() {
5424mit_des_cbc_encrypt() 5426mit_des_cbc_encrypt()
5425; return 0; } 5427; return 0; }
5426EOF 5428EOF
5427if { (eval echo configure:5428: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5429if { (eval echo configure:5430: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5428 rm -rf conftest* 5430 rm -rf conftest*
5429 eval "ac_cv_lib_$ac_lib_var=yes" 5431 eval "ac_cv_lib_$ac_lib_var=yes"
5430else 5432else
@@ -5452,7 +5454,7 @@ else
5452fi 5454fi
5453 5455
5454 echo $ac_n "checking for krb5_init_context in -lkrb5""... $ac_c" 1>&6 5456 echo $ac_n "checking for krb5_init_context in -lkrb5""... $ac_c" 1>&6
5455echo "configure:5456: checking for krb5_init_context in -lkrb5" >&5 5457echo "configure:5458: checking for krb5_init_context in -lkrb5" >&5
5456ac_lib_var=`echo krb5'_'krb5_init_context | sed 'y%./+-%__p_%'` 5458ac_lib_var=`echo krb5'_'krb5_init_context | sed 'y%./+-%__p_%'`
5457if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5459if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5458 echo $ac_n "(cached) $ac_c" 1>&6 5460 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5460,7 +5462,7 @@ else
5460 ac_save_LIBS="$LIBS" 5462 ac_save_LIBS="$LIBS"
5461LIBS="-lkrb5 $LIBS" 5463LIBS="-lkrb5 $LIBS"
5462cat > conftest.$ac_ext <<EOF 5464cat > conftest.$ac_ext <<EOF
5463#line 5464 "configure" 5465#line 5466 "configure"
5464#include "confdefs.h" 5466#include "confdefs.h"
5465/* Override any gcc2 internal prototype to avoid an error. */ 5467/* Override any gcc2 internal prototype to avoid an error. */
5466/* We use char because int might match the return type of a gcc2 5468/* We use char because int might match the return type of a gcc2
@@ -5471,7 +5473,7 @@ int main() {
5471krb5_init_context() 5473krb5_init_context()
5472; return 0; } 5474; return 0; }
5473EOF 5475EOF
5474if { (eval echo configure:5475: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5476if { (eval echo configure:5477: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5475 rm -rf conftest* 5477 rm -rf conftest*
5476 eval "ac_cv_lib_$ac_lib_var=yes" 5478 eval "ac_cv_lib_$ac_lib_var=yes"
5477else 5479else
@@ -5500,7 +5502,7 @@ fi
5500 5502
5501 if test "${with_kerberos5+set}" != set; then 5503 if test "${with_kerberos5+set}" != set; then
5502 echo $ac_n "checking for des_cbc_encrypt in -ldes425""... $ac_c" 1>&6 5504 echo $ac_n "checking for des_cbc_encrypt in -ldes425""... $ac_c" 1>&6
5503echo "configure:5504: checking for des_cbc_encrypt in -ldes425" >&5 5505echo "configure:5506: checking for des_cbc_encrypt in -ldes425" >&5
5504ac_lib_var=`echo des425'_'des_cbc_encrypt | sed 'y%./+-%__p_%'` 5506ac_lib_var=`echo des425'_'des_cbc_encrypt | sed 'y%./+-%__p_%'`
5505if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5507if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5506 echo $ac_n "(cached) $ac_c" 1>&6 5508 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5508,7 +5510,7 @@ else
5508 ac_save_LIBS="$LIBS" 5510 ac_save_LIBS="$LIBS"
5509LIBS="-ldes425 $LIBS" 5511LIBS="-ldes425 $LIBS"
5510cat > conftest.$ac_ext <<EOF 5512cat > conftest.$ac_ext <<EOF
5511#line 5512 "configure" 5513#line 5514 "configure"
5512#include "confdefs.h" 5514#include "confdefs.h"
5513/* Override any gcc2 internal prototype to avoid an error. */ 5515/* Override any gcc2 internal prototype to avoid an error. */
5514/* We use char because int might match the return type of a gcc2 5516/* We use char because int might match the return type of a gcc2
@@ -5519,7 +5521,7 @@ int main() {
5519des_cbc_encrypt() 5521des_cbc_encrypt()
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_lib_$ac_lib_var=yes" 5526 eval "ac_cv_lib_$ac_lib_var=yes"
5525else 5527else
@@ -5545,7 +5547,7 @@ EOF
5545else 5547else
5546 echo "$ac_t""no" 1>&6 5548 echo "$ac_t""no" 1>&6
5547echo $ac_n "checking for des_cbc_encrypt in -ldes""... $ac_c" 1>&6 5549echo $ac_n "checking for des_cbc_encrypt in -ldes""... $ac_c" 1>&6
5548echo "configure:5549: checking for des_cbc_encrypt in -ldes" >&5 5550echo "configure:5551: checking for des_cbc_encrypt in -ldes" >&5
5549ac_lib_var=`echo des'_'des_cbc_encrypt | sed 'y%./+-%__p_%'` 5551ac_lib_var=`echo des'_'des_cbc_encrypt | sed 'y%./+-%__p_%'`
5550if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5552if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5551 echo $ac_n "(cached) $ac_c" 1>&6 5553 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5553,7 +5555,7 @@ else
5553 ac_save_LIBS="$LIBS" 5555 ac_save_LIBS="$LIBS"
5554LIBS="-ldes $LIBS" 5556LIBS="-ldes $LIBS"
5555cat > conftest.$ac_ext <<EOF 5557cat > conftest.$ac_ext <<EOF
5556#line 5557 "configure" 5558#line 5559 "configure"
5557#include "confdefs.h" 5559#include "confdefs.h"
5558/* Override any gcc2 internal prototype to avoid an error. */ 5560/* Override any gcc2 internal prototype to avoid an error. */
5559/* We use char because int might match the return type of a gcc2 5561/* We use char because int might match the return type of a gcc2
@@ -5564,7 +5566,7 @@ int main() {
5564des_cbc_encrypt() 5566des_cbc_encrypt()
5565; return 0; } 5567; return 0; }
5566EOF 5568EOF
5567if { (eval echo configure:5568: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5569if { (eval echo configure:5570: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5568 rm -rf conftest* 5570 rm -rf conftest*
5569 eval "ac_cv_lib_$ac_lib_var=yes" 5571 eval "ac_cv_lib_$ac_lib_var=yes"
5570else 5572else
@@ -5594,7 +5596,7 @@ fi
5594fi 5596fi
5595 5597
5596 echo $ac_n "checking for krb_get_cred in -lkrb4""... $ac_c" 1>&6 5598 echo $ac_n "checking for krb_get_cred in -lkrb4""... $ac_c" 1>&6
5597echo "configure:5598: checking for krb_get_cred in -lkrb4" >&5 5599echo "configure:5600: checking for krb_get_cred in -lkrb4" >&5
5598ac_lib_var=`echo krb4'_'krb_get_cred | sed 'y%./+-%__p_%'` 5600ac_lib_var=`echo krb4'_'krb_get_cred | sed 'y%./+-%__p_%'`
5599if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5601if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5600 echo $ac_n "(cached) $ac_c" 1>&6 5602 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5602,7 +5604,7 @@ else
5602 ac_save_LIBS="$LIBS" 5604 ac_save_LIBS="$LIBS"
5603LIBS="-lkrb4 $LIBS" 5605LIBS="-lkrb4 $LIBS"
5604cat > conftest.$ac_ext <<EOF 5606cat > conftest.$ac_ext <<EOF
5605#line 5606 "configure" 5607#line 5608 "configure"
5606#include "confdefs.h" 5608#include "confdefs.h"
5607/* Override any gcc2 internal prototype to avoid an error. */ 5609/* Override any gcc2 internal prototype to avoid an error. */
5608/* We use char because int might match the return type of a gcc2 5610/* We use char because int might match the return type of a gcc2
@@ -5613,7 +5615,7 @@ int main() {
5613krb_get_cred() 5615krb_get_cred()
5614; return 0; } 5616; return 0; }
5615EOF 5617EOF
5616if { (eval echo configure:5617: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5618if { (eval echo configure:5619: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5617 rm -rf conftest* 5619 rm -rf conftest*
5618 eval "ac_cv_lib_$ac_lib_var=yes" 5620 eval "ac_cv_lib_$ac_lib_var=yes"
5619else 5621else
@@ -5639,7 +5641,7 @@ EOF
5639else 5641else
5640 echo "$ac_t""no" 1>&6 5642 echo "$ac_t""no" 1>&6
5641echo $ac_n "checking for krb_get_cred in -lkrb""... $ac_c" 1>&6 5643echo $ac_n "checking for krb_get_cred in -lkrb""... $ac_c" 1>&6
5642echo "configure:5643: checking for krb_get_cred in -lkrb" >&5 5644echo "configure:5645: checking for krb_get_cred in -lkrb" >&5
5643ac_lib_var=`echo krb'_'krb_get_cred | sed 'y%./+-%__p_%'` 5645ac_lib_var=`echo krb'_'krb_get_cred | sed 'y%./+-%__p_%'`
5644if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5646if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5645 echo $ac_n "(cached) $ac_c" 1>&6 5647 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5647,7 +5649,7 @@ else
5647 ac_save_LIBS="$LIBS" 5649 ac_save_LIBS="$LIBS"
5648LIBS="-lkrb $LIBS" 5650LIBS="-lkrb $LIBS"
5649cat > conftest.$ac_ext <<EOF 5651cat > conftest.$ac_ext <<EOF
5650#line 5651 "configure" 5652#line 5653 "configure"
5651#include "confdefs.h" 5653#include "confdefs.h"
5652/* Override any gcc2 internal prototype to avoid an error. */ 5654/* Override any gcc2 internal prototype to avoid an error. */
5653/* We use char because int might match the return type of a gcc2 5655/* We use char because int might match the return type of a gcc2
@@ -5658,7 +5660,7 @@ int main() {
5658krb_get_cred() 5660krb_get_cred()
5659; return 0; } 5661; return 0; }
5660EOF 5662EOF
5661if { (eval echo configure:5662: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5663if { (eval echo configure:5664: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5662 rm -rf conftest* 5664 rm -rf conftest*
5663 eval "ac_cv_lib_$ac_lib_var=yes" 5665 eval "ac_cv_lib_$ac_lib_var=yes"
5664else 5666else
@@ -5694,17 +5696,17 @@ fi
5694do 5696do
5695ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5697ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5696echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5698echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5697echo "configure:5698: checking for $ac_hdr" >&5 5699echo "configure:5700: checking for $ac_hdr" >&5
5698if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5700if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5699 echo $ac_n "(cached) $ac_c" 1>&6 5701 echo $ac_n "(cached) $ac_c" 1>&6
5700else 5702else
5701 cat > conftest.$ac_ext <<EOF 5703 cat > conftest.$ac_ext <<EOF
5702#line 5703 "configure" 5704#line 5705 "configure"
5703#include "confdefs.h" 5705#include "confdefs.h"
5704#include <$ac_hdr> 5706#include <$ac_hdr>
5705EOF 5707EOF
5706ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5708ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5707{ (eval echo configure:5708: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5709{ (eval echo configure:5710: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5708ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5710ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5709if test -z "$ac_err"; then 5711if test -z "$ac_err"; then
5710 rm -rf conftest* 5712 rm -rf conftest*
@@ -5735,17 +5737,17 @@ done
5735do 5737do
5736ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5738ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5737echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5739echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5738echo "configure:5739: checking for $ac_hdr" >&5 5740echo "configure:5741: checking for $ac_hdr" >&5
5739if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5741if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5740 echo $ac_n "(cached) $ac_c" 1>&6 5742 echo $ac_n "(cached) $ac_c" 1>&6
5741else 5743else
5742 cat > conftest.$ac_ext <<EOF 5744 cat > conftest.$ac_ext <<EOF
5743#line 5744 "configure" 5745#line 5746 "configure"
5744#include "confdefs.h" 5746#include "confdefs.h"
5745#include <$ac_hdr> 5747#include <$ac_hdr>
5746EOF 5748EOF
5747ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5749ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5748{ (eval echo configure:5749: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5750{ (eval echo configure:5751: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5749ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5751ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5750if test -z "$ac_err"; then 5752if test -z "$ac_err"; then
5751 rm -rf conftest* 5753 rm -rf conftest*
@@ -5772,17 +5774,17 @@ for ac_hdr in kerberosIV/des.h
5772do 5774do
5773ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5775ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5774echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5776echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5775echo "configure:5776: checking for $ac_hdr" >&5 5777echo "configure:5778: checking for $ac_hdr" >&5
5776if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5778if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5777 echo $ac_n "(cached) $ac_c" 1>&6 5779 echo $ac_n "(cached) $ac_c" 1>&6
5778else 5780else
5779 cat > conftest.$ac_ext <<EOF 5781 cat > conftest.$ac_ext <<EOF
5780#line 5781 "configure" 5782#line 5783 "configure"
5781#include "confdefs.h" 5783#include "confdefs.h"
5782#include <$ac_hdr> 5784#include <$ac_hdr>
5783EOF 5785EOF
5784ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5786ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5785{ (eval echo configure:5786: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5787{ (eval echo configure:5788: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5786ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5788ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5787if test -z "$ac_err"; then 5789if test -z "$ac_err"; then
5788 rm -rf conftest* 5790 rm -rf conftest*
@@ -5809,17 +5811,17 @@ for ac_hdr in kerberos/des.h
5809do 5811do
5810ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5812ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5811echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5813echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5812echo "configure:5813: checking for $ac_hdr" >&5 5814echo "configure:5815: checking for $ac_hdr" >&5
5813if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5815if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5814 echo $ac_n "(cached) $ac_c" 1>&6 5816 echo $ac_n "(cached) $ac_c" 1>&6
5815else 5817else
5816 cat > conftest.$ac_ext <<EOF 5818 cat > conftest.$ac_ext <<EOF
5817#line 5818 "configure" 5819#line 5820 "configure"
5818#include "confdefs.h" 5820#include "confdefs.h"
5819#include <$ac_hdr> 5821#include <$ac_hdr>
5820EOF 5822EOF
5821ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5823ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5822{ (eval echo configure:5823: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5824{ (eval echo configure:5825: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5823ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5825ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5824if test -z "$ac_err"; then 5826if test -z "$ac_err"; then
5825 rm -rf conftest* 5827 rm -rf conftest*
@@ -5855,17 +5857,17 @@ done
5855do 5857do
5856ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5858ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5857echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5859echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5858echo "configure:5859: checking for $ac_hdr" >&5 5860echo "configure:5861: checking for $ac_hdr" >&5
5859if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5861if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5860 echo $ac_n "(cached) $ac_c" 1>&6 5862 echo $ac_n "(cached) $ac_c" 1>&6
5861else 5863else
5862 cat > conftest.$ac_ext <<EOF 5864 cat > conftest.$ac_ext <<EOF
5863#line 5864 "configure" 5865#line 5866 "configure"
5864#include "confdefs.h" 5866#include "confdefs.h"
5865#include <$ac_hdr> 5867#include <$ac_hdr>
5866EOF 5868EOF
5867ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5869ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5868{ (eval echo configure:5869: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5870{ (eval echo configure:5871: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5869ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5871ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5870if test -z "$ac_err"; then 5872if test -z "$ac_err"; then
5871 rm -rf conftest* 5873 rm -rf conftest*
@@ -5892,17 +5894,17 @@ for ac_hdr in kerberosIV/krb.h
5892do 5894do
5893ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5895ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5894echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5896echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5895echo "configure:5896: checking for $ac_hdr" >&5 5897echo "configure:5898: checking for $ac_hdr" >&5
5896if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5898if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5897 echo $ac_n "(cached) $ac_c" 1>&6 5899 echo $ac_n "(cached) $ac_c" 1>&6
5898else 5900else
5899 cat > conftest.$ac_ext <<EOF 5901 cat > conftest.$ac_ext <<EOF
5900#line 5901 "configure" 5902#line 5903 "configure"
5901#include "confdefs.h" 5903#include "confdefs.h"
5902#include <$ac_hdr> 5904#include <$ac_hdr>
5903EOF 5905EOF
5904ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5906ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5905{ (eval echo configure:5906: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5907{ (eval echo configure:5908: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5906ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5908ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5907if test -z "$ac_err"; then 5909if test -z "$ac_err"; then
5908 rm -rf conftest* 5910 rm -rf conftest*
@@ -5929,17 +5931,17 @@ for ac_hdr in kerberos/krb.h
5929do 5931do
5930ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5932ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5931echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5933echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5932echo "configure:5933: checking for $ac_hdr" >&5 5934echo "configure:5935: checking for $ac_hdr" >&5
5933if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5935if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5934 echo $ac_n "(cached) $ac_c" 1>&6 5936 echo $ac_n "(cached) $ac_c" 1>&6
5935else 5937else
5936 cat > conftest.$ac_ext <<EOF 5938 cat > conftest.$ac_ext <<EOF
5937#line 5938 "configure" 5939#line 5940 "configure"
5938#include "confdefs.h" 5940#include "confdefs.h"
5939#include <$ac_hdr> 5941#include <$ac_hdr>
5940EOF 5942EOF
5941ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5943ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5942{ (eval echo configure:5943: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5944{ (eval echo configure:5945: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5943ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5945ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5944if test -z "$ac_err"; then 5946if test -z "$ac_err"; then
5945 rm -rf conftest* 5947 rm -rf conftest*
@@ -5976,17 +5978,17 @@ done
5976do 5978do
5977ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5979ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5978echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5980echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5979echo "configure:5980: checking for $ac_hdr" >&5 5981echo "configure:5982: checking for $ac_hdr" >&5
5980if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5982if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5981 echo $ac_n "(cached) $ac_c" 1>&6 5983 echo $ac_n "(cached) $ac_c" 1>&6
5982else 5984else
5983 cat > conftest.$ac_ext <<EOF 5985 cat > conftest.$ac_ext <<EOF
5984#line 5985 "configure" 5986#line 5987 "configure"
5985#include "confdefs.h" 5987#include "confdefs.h"
5986#include <$ac_hdr> 5988#include <$ac_hdr>
5987EOF 5989EOF
5988ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5990ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5989{ (eval echo configure:5990: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5991{ (eval echo configure:5992: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5990ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5992ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5991if test -z "$ac_err"; then 5993if test -z "$ac_err"; then
5992 rm -rf conftest* 5994 rm -rf conftest*
@@ -6017,7 +6019,7 @@ fi
6017# Solaris requires -lintl if you want strerror (which calls dgettext) 6019# Solaris requires -lintl if you want strerror (which calls dgettext)
6018# to return localized messages. 6020# to return localized messages.
6019echo $ac_n "checking for dgettext in -lintl""... $ac_c" 1>&6 6021echo $ac_n "checking for dgettext in -lintl""... $ac_c" 1>&6
6020echo "configure:6021: checking for dgettext in -lintl" >&5 6022echo "configure:6023: checking for dgettext in -lintl" >&5
6021ac_lib_var=`echo intl'_'dgettext | sed 'y%./+-%__p_%'` 6023ac_lib_var=`echo intl'_'dgettext | sed 'y%./+-%__p_%'`
6022if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 6024if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6023 echo $ac_n "(cached) $ac_c" 1>&6 6025 echo $ac_n "(cached) $ac_c" 1>&6
@@ -6025,7 +6027,7 @@ else
6025 ac_save_LIBS="$LIBS" 6027 ac_save_LIBS="$LIBS"
6026LIBS="-lintl $LIBS" 6028LIBS="-lintl $LIBS"
6027cat > conftest.$ac_ext <<EOF 6029cat > conftest.$ac_ext <<EOF
6028#line 6029 "configure" 6030#line 6031 "configure"
6029#include "confdefs.h" 6031#include "confdefs.h"
6030/* Override any gcc2 internal prototype to avoid an error. */ 6032/* Override any gcc2 internal prototype to avoid an error. */
6031/* We use char because int might match the return type of a gcc2 6033/* We use char because int might match the return type of a gcc2
@@ -6036,7 +6038,7 @@ int main() {
6036dgettext() 6038dgettext()
6037; return 0; } 6039; return 0; }
6038EOF 6040EOF
6039if { (eval echo configure:6040: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6041if { (eval echo configure:6042: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6040 rm -rf conftest* 6042 rm -rf conftest*
6041 eval "ac_cv_lib_$ac_lib_var=yes" 6043 eval "ac_cv_lib_$ac_lib_var=yes"
6042else 6044else
@@ -6065,7 +6067,7 @@ fi
6065 6067
6066 6068
6067echo $ac_n "checking whether localtime caches TZ""... $ac_c" 1>&6 6069echo $ac_n "checking whether localtime caches TZ""... $ac_c" 1>&6
6068echo "configure:6069: checking whether localtime caches TZ" >&5 6070echo "configure:6071: checking whether localtime caches TZ" >&5
6069if eval "test \"`echo '$''{'emacs_cv_localtime_cache'+set}'`\" = set"; then 6071if eval "test \"`echo '$''{'emacs_cv_localtime_cache'+set}'`\" = set"; then
6070 echo $ac_n "(cached) $ac_c" 1>&6 6072 echo $ac_n "(cached) $ac_c" 1>&6
6071else 6073else
@@ -6075,7 +6077,7 @@ if test "$cross_compiling" = yes; then
6075emacs_cv_localtime_cache=yes 6077emacs_cv_localtime_cache=yes
6076else 6078else
6077 cat > conftest.$ac_ext <<EOF 6079 cat > conftest.$ac_ext <<EOF
6078#line 6079 "configure" 6080#line 6081 "configure"
6079#include "confdefs.h" 6081#include "confdefs.h"
6080#include <time.h> 6082#include <time.h>
6081extern char **environ; 6083extern char **environ;
@@ -6107,7 +6109,7 @@ main()
6107 exit (0); 6109 exit (0);
6108} 6110}
6109EOF 6111EOF
6110if { (eval echo configure:6111: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 6112if { (eval echo configure:6113: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6111then 6113then
6112 emacs_cv_localtime_cache=no 6114 emacs_cv_localtime_cache=no
6113else 6115else
@@ -6135,12 +6137,12 @@ fi
6135 6137
6136if test "x$HAVE_TIMEVAL" = xyes; then 6138if test "x$HAVE_TIMEVAL" = xyes; then
6137echo $ac_n "checking whether gettimeofday can accept two arguments""... $ac_c" 1>&6 6139echo $ac_n "checking whether gettimeofday can accept two arguments""... $ac_c" 1>&6
6138echo "configure:6139: checking whether gettimeofday can accept two arguments" >&5 6140echo "configure:6141: checking whether gettimeofday can accept two arguments" >&5
6139if eval "test \"`echo '$''{'emacs_cv_gettimeofday_two_arguments'+set}'`\" = set"; then 6141if eval "test \"`echo '$''{'emacs_cv_gettimeofday_two_arguments'+set}'`\" = set"; then
6140 echo $ac_n "(cached) $ac_c" 1>&6 6142 echo $ac_n "(cached) $ac_c" 1>&6
6141else 6143else
6142 cat > conftest.$ac_ext <<EOF 6144 cat > conftest.$ac_ext <<EOF
6143#line 6144 "configure" 6145#line 6146 "configure"
6144#include "confdefs.h" 6146#include "confdefs.h"
6145 6147
6146#ifdef TIME_WITH_SYS_TIME 6148#ifdef TIME_WITH_SYS_TIME
@@ -6162,7 +6164,7 @@ int main() {
6162 6164
6163; return 0; } 6165; return 0; }
6164EOF 6166EOF
6165if { (eval echo configure:6166: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6167if { (eval echo configure:6168: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6166 rm -rf conftest* 6168 rm -rf conftest*
6167 emacs_cv_gettimeofday_two_arguments=yes 6169 emacs_cv_gettimeofday_two_arguments=yes
6168else 6170else
@@ -6185,12 +6187,12 @@ fi
6185 6187
6186ok_so_far=yes 6188ok_so_far=yes
6187echo $ac_n "checking for socket""... $ac_c" 1>&6 6189echo $ac_n "checking for socket""... $ac_c" 1>&6
6188echo "configure:6189: checking for socket" >&5 6190echo "configure:6191: checking for socket" >&5
6189if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then 6191if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
6190 echo $ac_n "(cached) $ac_c" 1>&6 6192 echo $ac_n "(cached) $ac_c" 1>&6
6191else 6193else
6192 cat > conftest.$ac_ext <<EOF 6194 cat > conftest.$ac_ext <<EOF
6193#line 6194 "configure" 6195#line 6196 "configure"
6194#include "confdefs.h" 6196#include "confdefs.h"
6195/* System header to define __stub macros and hopefully few prototypes, 6197/* System header to define __stub macros and hopefully few prototypes,
6196 which can conflict with char socket(); below. */ 6198 which can conflict with char socket(); below. */
@@ -6213,7 +6215,7 @@ socket();
6213 6215
6214; return 0; } 6216; return 0; }
6215EOF 6217EOF
6216if { (eval echo configure:6217: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6218if { (eval echo configure:6219: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6217 rm -rf conftest* 6219 rm -rf conftest*
6218 eval "ac_cv_func_socket=yes" 6220 eval "ac_cv_func_socket=yes"
6219else 6221else
@@ -6236,17 +6238,17 @@ fi
6236if test $ok_so_far = yes; then 6238if test $ok_so_far = yes; then
6237 ac_safe=`echo "netinet/in.h" | sed 'y%./+-%__p_%'` 6239 ac_safe=`echo "netinet/in.h" | sed 'y%./+-%__p_%'`
6238echo $ac_n "checking for netinet/in.h""... $ac_c" 1>&6 6240echo $ac_n "checking for netinet/in.h""... $ac_c" 1>&6
6239echo "configure:6240: checking for netinet/in.h" >&5 6241echo "configure:6242: checking for netinet/in.h" >&5
6240if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 6242if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6241 echo $ac_n "(cached) $ac_c" 1>&6 6243 echo $ac_n "(cached) $ac_c" 1>&6
6242else 6244else
6243 cat > conftest.$ac_ext <<EOF 6245 cat > conftest.$ac_ext <<EOF
6244#line 6245 "configure" 6246#line 6247 "configure"
6245#include "confdefs.h" 6247#include "confdefs.h"
6246#include <netinet/in.h> 6248#include <netinet/in.h>
6247EOF 6249EOF
6248ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 6250ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6249{ (eval echo configure:6250: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 6251{ (eval echo configure:6252: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6250ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 6252ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6251if test -z "$ac_err"; then 6253if test -z "$ac_err"; then
6252 rm -rf conftest* 6254 rm -rf conftest*
@@ -6272,17 +6274,17 @@ fi
6272if test $ok_so_far = yes; then 6274if test $ok_so_far = yes; then
6273 ac_safe=`echo "arpa/inet.h" | sed 'y%./+-%__p_%'` 6275 ac_safe=`echo "arpa/inet.h" | sed 'y%./+-%__p_%'`
6274echo $ac_n "checking for arpa/inet.h""... $ac_c" 1>&6 6276echo $ac_n "checking for arpa/inet.h""... $ac_c" 1>&6
6275echo "configure:6276: checking for arpa/inet.h" >&5 6277echo "configure:6278: checking for arpa/inet.h" >&5
6276if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 6278if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6277 echo $ac_n "(cached) $ac_c" 1>&6 6279 echo $ac_n "(cached) $ac_c" 1>&6
6278else 6280else
6279 cat > conftest.$ac_ext <<EOF 6281 cat > conftest.$ac_ext <<EOF
6280#line 6281 "configure" 6282#line 6283 "configure"
6281#include "confdefs.h" 6283#include "confdefs.h"
6282#include <arpa/inet.h> 6284#include <arpa/inet.h>
6283EOF 6285EOF
6284ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 6286ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6285{ (eval echo configure:6286: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 6287{ (eval echo configure:6288: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6286ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 6288ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6287if test -z "$ac_err"; then 6289if test -z "$ac_err"; then
6288 rm -rf conftest* 6290 rm -rf conftest*
@@ -6320,7 +6322,7 @@ EOF
6320fi 6322fi
6321 6323
6322echo $ac_n "checking whether system supports dynamic ptys""... $ac_c" 1>&6 6324echo $ac_n "checking whether system supports dynamic ptys""... $ac_c" 1>&6
6323echo "configure:6324: checking whether system supports dynamic ptys" >&5 6325echo "configure:6326: checking whether system supports dynamic ptys" >&5
6324if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then 6326if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then
6325 echo "$ac_t""yes" 1>&6 6327 echo "$ac_t""yes" 1>&6
6326 cat >> confdefs.h <<\EOF 6328 cat >> confdefs.h <<\EOF
@@ -6332,12 +6334,12 @@ else
6332fi 6334fi
6333 6335
6334echo $ac_n "checking for pid_t""... $ac_c" 1>&6 6336echo $ac_n "checking for pid_t""... $ac_c" 1>&6
6335echo "configure:6336: checking for pid_t" >&5 6337echo "configure:6338: checking for pid_t" >&5
6336if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then 6338if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
6337 echo $ac_n "(cached) $ac_c" 1>&6 6339 echo $ac_n "(cached) $ac_c" 1>&6
6338else 6340else
6339 cat > conftest.$ac_ext <<EOF 6341 cat > conftest.$ac_ext <<EOF
6340#line 6341 "configure" 6342#line 6343 "configure"
6341#include "confdefs.h" 6343#include "confdefs.h"
6342#include <sys/types.h> 6344#include <sys/types.h>
6343#if STDC_HEADERS 6345#if STDC_HEADERS
@@ -6366,17 +6368,17 @@ fi
6366 6368
6367ac_safe=`echo "vfork.h" | sed 'y%./+-%__p_%'` 6369ac_safe=`echo "vfork.h" | sed 'y%./+-%__p_%'`
6368echo $ac_n "checking for vfork.h""... $ac_c" 1>&6 6370echo $ac_n "checking for vfork.h""... $ac_c" 1>&6
6369echo "configure:6370: checking for vfork.h" >&5 6371echo "configure:6372: checking for vfork.h" >&5
6370if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 6372if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6371 echo $ac_n "(cached) $ac_c" 1>&6 6373 echo $ac_n "(cached) $ac_c" 1>&6
6372else 6374else
6373 cat > conftest.$ac_ext <<EOF 6375 cat > conftest.$ac_ext <<EOF
6374#line 6375 "configure" 6376#line 6377 "configure"
6375#include "confdefs.h" 6377#include "confdefs.h"
6376#include <vfork.h> 6378#include <vfork.h>
6377EOF 6379EOF
6378ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 6380ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6379{ (eval echo configure:6380: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 6381{ (eval echo configure:6382: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6380ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 6382ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6381if test -z "$ac_err"; then 6383if test -z "$ac_err"; then
6382 rm -rf conftest* 6384 rm -rf conftest*
@@ -6401,18 +6403,18 @@ else
6401fi 6403fi
6402 6404
6403echo $ac_n "checking for working vfork""... $ac_c" 1>&6 6405echo $ac_n "checking for working vfork""... $ac_c" 1>&6
6404echo "configure:6405: checking for working vfork" >&5 6406echo "configure:6407: checking for working vfork" >&5
6405if eval "test \"`echo '$''{'ac_cv_func_vfork_works'+set}'`\" = set"; then 6407if eval "test \"`echo '$''{'ac_cv_func_vfork_works'+set}'`\" = set"; then
6406 echo $ac_n "(cached) $ac_c" 1>&6 6408 echo $ac_n "(cached) $ac_c" 1>&6
6407else 6409else
6408 if test "$cross_compiling" = yes; then 6410 if test "$cross_compiling" = yes; then
6409 echo $ac_n "checking for vfork""... $ac_c" 1>&6 6411 echo $ac_n "checking for vfork""... $ac_c" 1>&6
6410echo "configure:6411: checking for vfork" >&5 6412echo "configure:6413: checking for vfork" >&5
6411if eval "test \"`echo '$''{'ac_cv_func_vfork'+set}'`\" = set"; then 6413if eval "test \"`echo '$''{'ac_cv_func_vfork'+set}'`\" = set"; then
6412 echo $ac_n "(cached) $ac_c" 1>&6 6414 echo $ac_n "(cached) $ac_c" 1>&6
6413else 6415else
6414 cat > conftest.$ac_ext <<EOF 6416 cat > conftest.$ac_ext <<EOF
6415#line 6416 "configure" 6417#line 6418 "configure"
6416#include "confdefs.h" 6418#include "confdefs.h"
6417/* System header to define __stub macros and hopefully few prototypes, 6419/* System header to define __stub macros and hopefully few prototypes,
6418 which can conflict with char vfork(); below. */ 6420 which can conflict with char vfork(); below. */
@@ -6435,7 +6437,7 @@ vfork();
6435 6437
6436; return 0; } 6438; return 0; }
6437EOF 6439EOF
6438if { (eval echo configure:6439: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6440if { (eval echo configure:6441: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6439 rm -rf conftest* 6441 rm -rf conftest*
6440 eval "ac_cv_func_vfork=yes" 6442 eval "ac_cv_func_vfork=yes"
6441else 6443else
@@ -6457,7 +6459,7 @@ fi
6457ac_cv_func_vfork_works=$ac_cv_func_vfork 6459ac_cv_func_vfork_works=$ac_cv_func_vfork
6458else 6460else
6459 cat > conftest.$ac_ext <<EOF 6461 cat > conftest.$ac_ext <<EOF
6460#line 6461 "configure" 6462#line 6463 "configure"
6461#include "confdefs.h" 6463#include "confdefs.h"
6462/* Thanks to Paul Eggert for this test. */ 6464/* Thanks to Paul Eggert for this test. */
6463#include <stdio.h> 6465#include <stdio.h>
@@ -6552,7 +6554,7 @@ main() {
6552 } 6554 }
6553} 6555}
6554EOF 6556EOF
6555if { (eval echo configure:6556: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 6557if { (eval echo configure:6558: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6556then 6558then
6557 ac_cv_func_vfork_works=yes 6559 ac_cv_func_vfork_works=yes
6558else 6560else
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 64b94c52639..81532335dfc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,8 +1,76 @@
12000-03-01 Gerd Moellmann <gerd@gnu.org> 12000-03-01 Gerd Moellmann <gerd@gnu.org>
2 2
3 * image.el (defimage): Look for image files in load-path.
4
3 * frame.el (busy-cursor-delay-seconds): Change type to 5 * frame.el (busy-cursor-delay-seconds): Change type to
4 `number'. 6 `number'.
5 7
82000-03-01 David Ponce <david.ponce@wanadoo.fr>
9
10 * recentf.el (recentf): Added version tag to the defgroup of
11 recentf.
12
132000-03-01 David Ponce <david.ponce@wanadoo.fr>
14
15 * recentf.el (recentf-cleanup): Changed to remove excluded file
16 too.
17 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
18 action to select/unselect a file.
19 (recentf-edit-list): Code cleanup and improvement.
20 (recentf-open-more-files-action): `recentf-open-more-files' button
21 widget action to open a file.
22 (recentf-open-more-files): No more use standard completion but
23 widgets.
24 (recentf-more-collection): Deleted.
25 (recentf-more-history): Deleted.
26 (recentf-setup-more-completion): Deleted.
27
282000-03-01 David Ponce <david.ponce@wanadoo.fr>
29
30 * recentf.el (recentf-mode): No more needs that Emacs is running
31 under a window-system.
32
331999-03-01 David Ponce <david.ponce@wanadoo.fr>
34
35 * recentf.el (recentf-edit-list): New command to edit the recent
36 list which allow the user to remove files.
37 (recentf-edit-selected-items): New global variable, used by
38 `recentf-edit-list' to hold the list of files to be removed from
39 the recent list.
40 (recentf-make-menu-items): Updated to display a "Edit list..."
41 menu item. Minor code cleanup.
42
431999-03-01 David Ponce <david.ponce@wanadoo.fr>
44
45 * recentf.el (recentf-open-more-files): New command to open files
46 that are not displayed in the menu.
47 (recentf-more-collection): New global variable holding the set of
48 permissible completions used by `recentf-open-more-files'.
49 (recentf-more-history): New global variable holding the history list
50 used by `recentf-open-more-files' completion.
51 (recentf-setup-more-completion): New function to setup completion for
52 `recentf-open-more-files'.
53 (recentf-make-menu-items): Updated to display a "More..." menu item.
54
551999-03-01 David Ponce <david.ponce@wanadoo.fr>
56
57 * recentf.el (recentf-menu-action): Doc fixed.
58
591999-03-01 David Ponce <david.ponce@wanadoo.fr>
60
61 * recentf.el (recentf-menu-filter): Doc updated.
62 (recentf-update-menu-hook): Allow menu filters to force menu update.
63 (recentf-make-menu-items): New menu filter handling.
64 (recentf-make-menu-item): New helper function.
65 (recentf-menu-elements): New menu handling function.
66 (recentf-sort-ascending): Updated to new menu filter handling.
67 (recentf-sort-descending): Updated to new menu filter handling.
68 (recentf-sort-basenames-ascending): New menu filter function.
69 (recentf-sort-basenames-descending): New menu filter function.
70 (recentf-show-basenames): New menu filter function.
71 (recentf-show-basenames-ascending): New menu filter function.
72 (recentf-show-basenames-descending): New menu filter function.
73
62000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> 742000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7 75
8 * diary-lib.el (list-diary-entries): Don't try to go forward at 76 * diary-lib.el (list-diary-entries): Don't try to go forward at
diff --git a/src/ChangeLog b/src/ChangeLog
index b222be73231..fb95e324f34 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,17 @@
12000-03-01 Gerd Moellmann <gerd@gnu.org> 12000-03-01 Gerd Moellmann <gerd@gnu.org>
2 2
3 * sysdep.c (start_of_text): Don't define this function for NetBSD
4 with ELF.
5
6 * m/pmax.h (START_FILES, CANNOT_DUMP) [__NetBSD__ || __OpenBSD__]:
7 Don't define.
8 (UNEXEC) [__NetBSD__ || __OpenBSD__]: Define to unexelf.o.
9 (LINKER): Don't undef if __NetBSD__ is defined.
10
11 * m/mips.h (LINKER) [__NetBSD__ || __OpenBSD__]: Don't define.
12
13 * fileio.c [__NetBSD__]: Define `unix'.
14
3 * xfns.c (start_busy_cursor): Allow floats for busy-cursor-delay. 15 * xfns.c (start_busy_cursor): Allow floats for busy-cursor-delay.
4 16
52000-02-29 Gerd Moellmann <gerd@gnu.org> 172000-02-29 Gerd Moellmann <gerd@gnu.org>
@@ -61,7 +73,7 @@
61 73
622000-02-25 Gerd Moellmann <gerd@gnu.org> 742000-02-25 Gerd Moellmann <gerd@gnu.org>
63 75
64 * emacs.c (main): Remove code snipped commented out with `//'. 76 * emacs.c (main): Remove code snippet commented out with `//'.
65 77
662000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu> 782000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
67 79