diff options
| author | Gerd Moellmann | 2000-04-20 21:52:10 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-04-20 21:52:10 +0000 |
| commit | 3a64eef5c182a8fd972bcffb8f1e05150e2e29b7 (patch) | |
| tree | 3e921a0618f1b7c26c35cb75d09c4b8b6401cdaf | |
| parent | e3e8a75a2a6f9cfad433acee32cba30bc2449a8f (diff) | |
| download | emacs-3a64eef5c182a8fd972bcffb8f1e05150e2e29b7.tar.gz emacs-3a64eef5c182a8fd972bcffb8f1e05150e2e29b7.zip | |
*** empty log message ***
| -rwxr-xr-x | configure | 593 | ||||
| -rw-r--r-- | src/ChangeLog | 12 |
2 files changed, 309 insertions, 296 deletions
| @@ -808,6 +808,7 @@ case "${canonical}" in | |||
| 808 | mips-*-netbsd*) machine=pmax ;; | 808 | mips-*-netbsd*) machine=pmax ;; |
| 809 | mipsel-*-netbsd*) machine=pmax ;; | 809 | mipsel-*-netbsd*) machine=pmax ;; |
| 810 | ns32k-*-netbsd*) machine=ns32000 ;; | 810 | ns32k-*-netbsd*) machine=ns32000 ;; |
| 811 | powerpc-*-netbsd*) machine=macppc ;; | ||
| 811 | sparc-*-netbsd*) machine=sparc ;; | 812 | sparc-*-netbsd*) machine=sparc ;; |
| 812 | vax-*-netbsd*) machine=vax ;; | 813 | vax-*-netbsd*) machine=vax ;; |
| 813 | arm-*-netbsd*) machine=arm ;; | 814 | arm-*-netbsd*) machine=arm ;; |
| @@ -1704,7 +1705,7 @@ case ${with_gcc} in | |||
| 1704 | * ) # Extract the first word of "gcc", so it can be a program name with args. | 1705 | * ) # Extract the first word of "gcc", so it can be a program name with args. |
| 1705 | set dummy gcc; ac_word=$2 | 1706 | set dummy gcc; ac_word=$2 |
| 1706 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | 1707 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
| 1707 | echo "configure:1708: checking for $ac_word" >&5 | 1708 | echo "configure:1709: checking for $ac_word" >&5 |
| 1708 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then | 1709 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
| 1709 | echo $ac_n "(cached) $ac_c" 1>&6 | 1710 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 1710 | else | 1711 | else |
| @@ -1734,7 +1735,7 @@ if test -z "$CC"; then | |||
| 1734 | # Extract the first word of "cc", so it can be a program name with args. | 1735 | # Extract the first word of "cc", so it can be a program name with args. |
| 1735 | set dummy cc; ac_word=$2 | 1736 | set dummy cc; ac_word=$2 |
| 1736 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | 1737 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
| 1737 | echo "configure:1738: checking for $ac_word" >&5 | 1738 | echo "configure:1739: checking for $ac_word" >&5 |
| 1738 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then | 1739 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
| 1739 | echo $ac_n "(cached) $ac_c" 1>&6 | 1740 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 1740 | else | 1741 | else |
| @@ -1785,7 +1786,7 @@ fi | |||
| 1785 | # Extract the first word of "cl", so it can be a program name with args. | 1786 | # Extract the first word of "cl", so it can be a program name with args. |
| 1786 | set dummy cl; ac_word=$2 | 1787 | set dummy cl; ac_word=$2 |
| 1787 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | 1788 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
| 1788 | echo "configure:1789: checking for $ac_word" >&5 | 1789 | echo "configure:1790: checking for $ac_word" >&5 |
| 1789 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then | 1790 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
| 1790 | echo $ac_n "(cached) $ac_c" 1>&6 | 1791 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 1791 | else | 1792 | else |
| @@ -1817,7 +1818,7 @@ fi | |||
| 1817 | fi | 1818 | fi |
| 1818 | 1819 | ||
| 1819 | echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 | 1820 | echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 |
| 1820 | echo "configure:1821: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 | 1821 | echo "configure:1822: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 |
| 1821 | 1822 | ||
| 1822 | ac_ext=c | 1823 | ac_ext=c |
| 1823 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | 1824 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
| @@ -1828,12 +1829,12 @@ cross_compiling=$ac_cv_prog_cc_cross | |||
| 1828 | 1829 | ||
| 1829 | cat > conftest.$ac_ext << EOF | 1830 | cat > conftest.$ac_ext << EOF |
| 1830 | 1831 | ||
| 1831 | #line 1832 "configure" | 1832 | #line 1833 "configure" |
| 1832 | #include "confdefs.h" | 1833 | #include "confdefs.h" |
| 1833 | 1834 | ||
| 1834 | main(){return(0);} | 1835 | main(){return(0);} |
| 1835 | EOF | 1836 | EOF |
| 1836 | if { (eval echo configure:1837: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 1837 | if { (eval echo configure:1838: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 1837 | ac_cv_prog_cc_works=yes | 1838 | ac_cv_prog_cc_works=yes |
| 1838 | # If we can't run a trivial program, we are probably using a cross compiler. | 1839 | # If we can't run a trivial program, we are probably using a cross compiler. |
| 1839 | if (./conftest; exit) 2>/dev/null; then | 1840 | if (./conftest; exit) 2>/dev/null; then |
| @@ -1859,12 +1860,12 @@ if test $ac_cv_prog_cc_works = no; then | |||
| 1859 | { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } | 1860 | { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } |
| 1860 | fi | 1861 | fi |
| 1861 | echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 | 1862 | echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 |
| 1862 | echo "configure:1863: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 | 1863 | echo "configure:1864: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 |
| 1863 | echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 | 1864 | echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 |
| 1864 | cross_compiling=$ac_cv_prog_cc_cross | 1865 | cross_compiling=$ac_cv_prog_cc_cross |
| 1865 | 1866 | ||
| 1866 | echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 | 1867 | echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 |
| 1867 | echo "configure:1868: checking whether we are using GNU C" >&5 | 1868 | echo "configure:1869: checking whether we are using GNU C" >&5 |
| 1868 | if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then | 1869 | if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then |
| 1869 | echo $ac_n "(cached) $ac_c" 1>&6 | 1870 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 1870 | else | 1871 | else |
| @@ -1873,7 +1874,7 @@ else | |||
| 1873 | yes; | 1874 | yes; |
| 1874 | #endif | 1875 | #endif |
| 1875 | EOF | 1876 | EOF |
| 1876 | if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1877: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then | 1877 | if { 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 |
| 1877 | ac_cv_prog_gcc=yes | 1878 | ac_cv_prog_gcc=yes |
| 1878 | else | 1879 | else |
| 1879 | ac_cv_prog_gcc=no | 1880 | ac_cv_prog_gcc=no |
| @@ -1892,7 +1893,7 @@ ac_test_CFLAGS="${CFLAGS+set}" | |||
| 1892 | ac_save_CFLAGS="$CFLAGS" | 1893 | ac_save_CFLAGS="$CFLAGS" |
| 1893 | CFLAGS= | 1894 | CFLAGS= |
| 1894 | echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 | 1895 | echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 |
| 1895 | echo "configure:1896: checking whether ${CC-cc} accepts -g" >&5 | 1896 | echo "configure:1897: checking whether ${CC-cc} accepts -g" >&5 |
| 1896 | if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then | 1897 | if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then |
| 1897 | echo $ac_n "(cached) $ac_c" 1>&6 | 1898 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 1898 | else | 1899 | else |
| @@ -1972,7 +1973,7 @@ fi | |||
| 1972 | #### #undef clause to src/config.h.in for autoconf to modify. | 1973 | #### #undef clause to src/config.h.in for autoconf to modify. |
| 1973 | 1974 | ||
| 1974 | echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 | 1975 | echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 |
| 1975 | echo "configure:1976: checking whether ln -s works" >&5 | 1976 | echo "configure:1977: checking whether ln -s works" >&5 |
| 1976 | if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then | 1977 | if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then |
| 1977 | echo $ac_n "(cached) $ac_c" 1>&6 | 1978 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 1978 | else | 1979 | else |
| @@ -1993,7 +1994,7 @@ else | |||
| 1993 | fi | 1994 | fi |
| 1994 | 1995 | ||
| 1995 | echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 | 1996 | echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 |
| 1996 | echo "configure:1997: checking how to run the C preprocessor" >&5 | 1997 | echo "configure:1998: checking how to run the C preprocessor" >&5 |
| 1997 | # On Suns, sometimes $CPP names a directory. | 1998 | # On Suns, sometimes $CPP names a directory. |
| 1998 | if test -n "$CPP" && test -d "$CPP"; then | 1999 | if test -n "$CPP" && test -d "$CPP"; then |
| 1999 | CPP= | 2000 | CPP= |
| @@ -2008,13 +2009,13 @@ else | |||
| 2008 | # On the NeXT, cc -E runs the code through the compiler's parser, | 2009 | # On the NeXT, cc -E runs the code through the compiler's parser, |
| 2009 | # not just through cpp. | 2010 | # not just through cpp. |
| 2010 | cat > conftest.$ac_ext <<EOF | 2011 | cat > conftest.$ac_ext <<EOF |
| 2011 | #line 2012 "configure" | 2012 | #line 2013 "configure" |
| 2012 | #include "confdefs.h" | 2013 | #include "confdefs.h" |
| 2013 | #include <assert.h> | 2014 | #include <assert.h> |
| 2014 | Syntax Error | 2015 | Syntax Error |
| 2015 | EOF | 2016 | EOF |
| 2016 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 2017 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 2017 | { (eval echo configure:2018: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 2018 | { (eval echo configure:2019: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 2018 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 2019 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 2019 | if test -z "$ac_err"; then | 2020 | if test -z "$ac_err"; then |
| 2020 | : | 2021 | : |
| @@ -2025,13 +2026,13 @@ else | |||
| 2025 | rm -rf conftest* | 2026 | rm -rf conftest* |
| 2026 | CPP="${CC-cc} -E -traditional-cpp" | 2027 | CPP="${CC-cc} -E -traditional-cpp" |
| 2027 | cat > conftest.$ac_ext <<EOF | 2028 | cat > conftest.$ac_ext <<EOF |
| 2028 | #line 2029 "configure" | 2029 | #line 2030 "configure" |
| 2029 | #include "confdefs.h" | 2030 | #include "confdefs.h" |
| 2030 | #include <assert.h> | 2031 | #include <assert.h> |
| 2031 | Syntax Error | 2032 | Syntax Error |
| 2032 | EOF | 2033 | EOF |
| 2033 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 2034 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 2034 | { (eval echo configure:2035: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 2035 | { (eval echo configure:2036: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 2035 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 2036 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 2036 | if test -z "$ac_err"; then | 2037 | if test -z "$ac_err"; then |
| 2037 | : | 2038 | : |
| @@ -2042,13 +2043,13 @@ else | |||
| 2042 | rm -rf conftest* | 2043 | rm -rf conftest* |
| 2043 | CPP="${CC-cc} -nologo -E" | 2044 | CPP="${CC-cc} -nologo -E" |
| 2044 | cat > conftest.$ac_ext <<EOF | 2045 | cat > conftest.$ac_ext <<EOF |
| 2045 | #line 2046 "configure" | 2046 | #line 2047 "configure" |
| 2046 | #include "confdefs.h" | 2047 | #include "confdefs.h" |
| 2047 | #include <assert.h> | 2048 | #include <assert.h> |
| 2048 | Syntax Error | 2049 | Syntax Error |
| 2049 | EOF | 2050 | EOF |
| 2050 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 2051 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 2051 | { (eval echo configure:2052: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 2052 | { (eval echo configure:2053: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 2052 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 2053 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 2053 | if test -z "$ac_err"; then | 2054 | if test -z "$ac_err"; then |
| 2054 | : | 2055 | : |
| @@ -2084,7 +2085,7 @@ echo "$ac_t""$CPP" 1>&6 | |||
| 2084 | # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" | 2085 | # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" |
| 2085 | # ./install, which can be erroneously created by make from ./install.sh. | 2086 | # ./install, which can be erroneously created by make from ./install.sh. |
| 2086 | echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 | 2087 | echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 |
| 2087 | echo "configure:2088: checking for a BSD compatible install" >&5 | 2088 | echo "configure:2089: checking for a BSD compatible install" >&5 |
| 2088 | if test -z "$INSTALL"; then | 2089 | if test -z "$INSTALL"; then |
| 2089 | if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then | 2090 | if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then |
| 2090 | echo $ac_n "(cached) $ac_c" 1>&6 | 2091 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -2141,7 +2142,7 @@ do | |||
| 2141 | # Extract the first word of "$ac_prog", so it can be a program name with args. | 2142 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
| 2142 | set dummy $ac_prog; ac_word=$2 | 2143 | set dummy $ac_prog; ac_word=$2 |
| 2143 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | 2144 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
| 2144 | echo "configure:2145: checking for $ac_word" >&5 | 2145 | echo "configure:2146: checking for $ac_word" >&5 |
| 2145 | if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then | 2146 | if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then |
| 2146 | echo $ac_n "(cached) $ac_c" 1>&6 | 2147 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2147 | else | 2148 | else |
| @@ -2175,7 +2176,7 @@ if test "x$RANLIB" = x; then | |||
| 2175 | # Extract the first word of "ranlib", so it can be a program name with args. | 2176 | # Extract the first word of "ranlib", so it can be a program name with args. |
| 2176 | set dummy ranlib; ac_word=$2 | 2177 | set dummy ranlib; ac_word=$2 |
| 2177 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | 2178 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
| 2178 | echo "configure:2179: checking for $ac_word" >&5 | 2179 | echo "configure:2180: checking for $ac_word" >&5 |
| 2179 | if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then | 2180 | if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then |
| 2180 | echo $ac_n "(cached) $ac_c" 1>&6 | 2181 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2181 | else | 2182 | else |
| @@ -2205,9 +2206,9 @@ fi | |||
| 2205 | fi | 2206 | fi |
| 2206 | 2207 | ||
| 2207 | echo $ac_n "checking for AIX""... $ac_c" 1>&6 | 2208 | echo $ac_n "checking for AIX""... $ac_c" 1>&6 |
| 2208 | echo "configure:2209: checking for AIX" >&5 | 2209 | echo "configure:2210: checking for AIX" >&5 |
| 2209 | cat > conftest.$ac_ext <<EOF | 2210 | cat > conftest.$ac_ext <<EOF |
| 2210 | #line 2211 "configure" | 2211 | #line 2212 "configure" |
| 2211 | #include "confdefs.h" | 2212 | #include "confdefs.h" |
| 2212 | #ifdef _AIX | 2213 | #ifdef _AIX |
| 2213 | yes | 2214 | yes |
| @@ -2234,17 +2235,17 @@ for ac_hdr in machine/soundcard.h sys/soundcard.h | |||
| 2234 | do | 2235 | do |
| 2235 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | 2236 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 2236 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | 2237 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
| 2237 | echo "configure:2238: checking for $ac_hdr" >&5 | 2238 | echo "configure:2239: checking for $ac_hdr" >&5 |
| 2238 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 2239 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 2239 | echo $ac_n "(cached) $ac_c" 1>&6 | 2240 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2240 | else | 2241 | else |
| 2241 | cat > conftest.$ac_ext <<EOF | 2242 | cat > conftest.$ac_ext <<EOF |
| 2242 | #line 2243 "configure" | 2243 | #line 2244 "configure" |
| 2243 | #include "confdefs.h" | 2244 | #include "confdefs.h" |
| 2244 | #include <$ac_hdr> | 2245 | #include <$ac_hdr> |
| 2245 | EOF | 2246 | EOF |
| 2246 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 2247 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 2247 | { (eval echo configure:2248: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 2248 | { (eval echo configure:2249: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 2248 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 2249 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 2249 | if test -z "$ac_err"; then | 2250 | if test -z "$ac_err"; then |
| 2250 | rm -rf conftest* | 2251 | rm -rf conftest* |
| @@ -2277,17 +2278,17 @@ for ac_hdr in sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \ | |||
| 2277 | do | 2278 | do |
| 2278 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | 2279 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 2279 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | 2280 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
| 2280 | echo "configure:2281: checking for $ac_hdr" >&5 | 2281 | echo "configure:2282: checking for $ac_hdr" >&5 |
| 2281 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 2282 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 2282 | echo $ac_n "(cached) $ac_c" 1>&6 | 2283 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2283 | else | 2284 | else |
| 2284 | cat > conftest.$ac_ext <<EOF | 2285 | cat > conftest.$ac_ext <<EOF |
| 2285 | #line 2286 "configure" | 2286 | #line 2287 "configure" |
| 2286 | #include "confdefs.h" | 2287 | #include "confdefs.h" |
| 2287 | #include <$ac_hdr> | 2288 | #include <$ac_hdr> |
| 2288 | EOF | 2289 | EOF |
| 2289 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 2290 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 2290 | { (eval echo configure:2291: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 2291 | { (eval echo configure:2292: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 2291 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 2292 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 2292 | if test -z "$ac_err"; then | 2293 | if test -z "$ac_err"; then |
| 2293 | rm -rf conftest* | 2294 | rm -rf conftest* |
| @@ -2314,12 +2315,12 @@ fi | |||
| 2314 | done | 2315 | done |
| 2315 | 2316 | ||
| 2316 | echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 | 2317 | echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 |
| 2317 | echo "configure:2318: checking for ANSI C header files" >&5 | 2318 | echo "configure:2319: checking for ANSI C header files" >&5 |
| 2318 | if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then | 2319 | if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then |
| 2319 | echo $ac_n "(cached) $ac_c" 1>&6 | 2320 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2320 | else | 2321 | else |
| 2321 | cat > conftest.$ac_ext <<EOF | 2322 | cat > conftest.$ac_ext <<EOF |
| 2322 | #line 2323 "configure" | 2323 | #line 2324 "configure" |
| 2323 | #include "confdefs.h" | 2324 | #include "confdefs.h" |
| 2324 | #include <stdlib.h> | 2325 | #include <stdlib.h> |
| 2325 | #include <stdarg.h> | 2326 | #include <stdarg.h> |
| @@ -2327,7 +2328,7 @@ else | |||
| 2327 | #include <float.h> | 2328 | #include <float.h> |
| 2328 | EOF | 2329 | EOF |
| 2329 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 2330 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 2330 | { (eval echo configure:2331: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 2331 | { (eval echo configure:2332: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 2331 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 2332 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 2332 | if test -z "$ac_err"; then | 2333 | if test -z "$ac_err"; then |
| 2333 | rm -rf conftest* | 2334 | rm -rf conftest* |
| @@ -2344,7 +2345,7 @@ rm -f conftest* | |||
| 2344 | if test $ac_cv_header_stdc = yes; then | 2345 | if test $ac_cv_header_stdc = yes; then |
| 2345 | # SunOS 4.x string.h does not declare mem*, contrary to ANSI. | 2346 | # SunOS 4.x string.h does not declare mem*, contrary to ANSI. |
| 2346 | cat > conftest.$ac_ext <<EOF | 2347 | cat > conftest.$ac_ext <<EOF |
| 2347 | #line 2348 "configure" | 2348 | #line 2349 "configure" |
| 2348 | #include "confdefs.h" | 2349 | #include "confdefs.h" |
| 2349 | #include <string.h> | 2350 | #include <string.h> |
| 2350 | EOF | 2351 | EOF |
| @@ -2362,7 +2363,7 @@ fi | |||
| 2362 | if test $ac_cv_header_stdc = yes; then | 2363 | if test $ac_cv_header_stdc = yes; then |
| 2363 | # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. | 2364 | # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. |
| 2364 | cat > conftest.$ac_ext <<EOF | 2365 | cat > conftest.$ac_ext <<EOF |
| 2365 | #line 2366 "configure" | 2366 | #line 2367 "configure" |
| 2366 | #include "confdefs.h" | 2367 | #include "confdefs.h" |
| 2367 | #include <stdlib.h> | 2368 | #include <stdlib.h> |
| 2368 | EOF | 2369 | EOF |
| @@ -2383,7 +2384,7 @@ if test "$cross_compiling" = yes; then | |||
| 2383 | : | 2384 | : |
| 2384 | else | 2385 | else |
| 2385 | cat > conftest.$ac_ext <<EOF | 2386 | cat > conftest.$ac_ext <<EOF |
| 2386 | #line 2387 "configure" | 2387 | #line 2388 "configure" |
| 2387 | #include "confdefs.h" | 2388 | #include "confdefs.h" |
| 2388 | #include <ctype.h> | 2389 | #include <ctype.h> |
| 2389 | #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') | 2390 | #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') |
| @@ -2394,7 +2395,7 @@ if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); | |||
| 2394 | exit (0); } | 2395 | exit (0); } |
| 2395 | 2396 | ||
| 2396 | EOF | 2397 | EOF |
| 2397 | if { (eval echo configure:2398: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null | 2398 | if { (eval echo configure:2399: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
| 2398 | then | 2399 | then |
| 2399 | : | 2400 | : |
| 2400 | else | 2401 | else |
| @@ -2418,12 +2419,12 @@ EOF | |||
| 2418 | fi | 2419 | fi |
| 2419 | 2420 | ||
| 2420 | echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 | 2421 | echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 |
| 2421 | echo "configure:2422: checking whether time.h and sys/time.h may both be included" >&5 | 2422 | echo "configure:2423: checking whether time.h and sys/time.h may both be included" >&5 |
| 2422 | if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then | 2423 | if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then |
| 2423 | echo $ac_n "(cached) $ac_c" 1>&6 | 2424 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2424 | else | 2425 | else |
| 2425 | cat > conftest.$ac_ext <<EOF | 2426 | cat > conftest.$ac_ext <<EOF |
| 2426 | #line 2427 "configure" | 2427 | #line 2428 "configure" |
| 2427 | #include "confdefs.h" | 2428 | #include "confdefs.h" |
| 2428 | #include <sys/types.h> | 2429 | #include <sys/types.h> |
| 2429 | #include <sys/time.h> | 2430 | #include <sys/time.h> |
| @@ -2432,7 +2433,7 @@ int main() { | |||
| 2432 | struct tm *tp; | 2433 | struct tm *tp; |
| 2433 | ; return 0; } | 2434 | ; return 0; } |
| 2434 | EOF | 2435 | EOF |
| 2435 | if { (eval echo configure:2436: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | 2436 | if { (eval echo configure:2437: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
| 2436 | rm -rf conftest* | 2437 | rm -rf conftest* |
| 2437 | ac_cv_header_time=yes | 2438 | ac_cv_header_time=yes |
| 2438 | else | 2439 | else |
| @@ -2453,12 +2454,12 @@ EOF | |||
| 2453 | fi | 2454 | fi |
| 2454 | 2455 | ||
| 2455 | echo $ac_n "checking for sys_siglist declaration in signal.h or unistd.h""... $ac_c" 1>&6 | 2456 | echo $ac_n "checking for sys_siglist declaration in signal.h or unistd.h""... $ac_c" 1>&6 |
| 2456 | echo "configure:2457: checking for sys_siglist declaration in signal.h or unistd.h" >&5 | 2457 | echo "configure:2458: checking for sys_siglist declaration in signal.h or unistd.h" >&5 |
| 2457 | if eval "test \"`echo '$''{'ac_cv_decl_sys_siglist'+set}'`\" = set"; then | 2458 | if eval "test \"`echo '$''{'ac_cv_decl_sys_siglist'+set}'`\" = set"; then |
| 2458 | echo $ac_n "(cached) $ac_c" 1>&6 | 2459 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2459 | else | 2460 | else |
| 2460 | cat > conftest.$ac_ext <<EOF | 2461 | cat > conftest.$ac_ext <<EOF |
| 2461 | #line 2462 "configure" | 2462 | #line 2463 "configure" |
| 2462 | #include "confdefs.h" | 2463 | #include "confdefs.h" |
| 2463 | #include <sys/types.h> | 2464 | #include <sys/types.h> |
| 2464 | #include <signal.h> | 2465 | #include <signal.h> |
| @@ -2470,7 +2471,7 @@ int main() { | |||
| 2470 | char *msg = *(sys_siglist + 1); | 2471 | char *msg = *(sys_siglist + 1); |
| 2471 | ; return 0; } | 2472 | ; return 0; } |
| 2472 | EOF | 2473 | EOF |
| 2473 | if { (eval echo configure:2474: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | 2474 | if { (eval echo configure:2475: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
| 2474 | rm -rf conftest* | 2475 | rm -rf conftest* |
| 2475 | ac_cv_decl_sys_siglist=yes | 2476 | ac_cv_decl_sys_siglist=yes |
| 2476 | else | 2477 | else |
| @@ -2492,12 +2493,12 @@ fi | |||
| 2492 | 2493 | ||
| 2493 | 2494 | ||
| 2494 | echo $ac_n "checking for struct utimbuf""... $ac_c" 1>&6 | 2495 | echo $ac_n "checking for struct utimbuf""... $ac_c" 1>&6 |
| 2495 | echo "configure:2496: checking for struct utimbuf" >&5 | 2496 | echo "configure:2497: checking for struct utimbuf" >&5 |
| 2496 | if eval "test \"`echo '$''{'emacs_cv_struct_utimbuf'+set}'`\" = set"; then | 2497 | if eval "test \"`echo '$''{'emacs_cv_struct_utimbuf'+set}'`\" = set"; then |
| 2497 | echo $ac_n "(cached) $ac_c" 1>&6 | 2498 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2498 | else | 2499 | else |
| 2499 | cat > conftest.$ac_ext <<EOF | 2500 | cat > conftest.$ac_ext <<EOF |
| 2500 | #line 2501 "configure" | 2501 | #line 2502 "configure" |
| 2501 | #include "confdefs.h" | 2502 | #include "confdefs.h" |
| 2502 | #ifdef TIME_WITH_SYS_TIME | 2503 | #ifdef TIME_WITH_SYS_TIME |
| 2503 | #include <sys/time.h> | 2504 | #include <sys/time.h> |
| @@ -2516,7 +2517,7 @@ int main() { | |||
| 2516 | static struct utimbuf x; x.actime = x.modtime; | 2517 | static struct utimbuf x; x.actime = x.modtime; |
| 2517 | ; return 0; } | 2518 | ; return 0; } |
| 2518 | EOF | 2519 | EOF |
| 2519 | if { (eval echo configure:2520: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | 2520 | if { (eval echo configure:2521: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
| 2520 | rm -rf conftest* | 2521 | rm -rf conftest* |
| 2521 | emacs_cv_struct_utimbuf=yes | 2522 | emacs_cv_struct_utimbuf=yes |
| 2522 | else | 2523 | else |
| @@ -2537,12 +2538,12 @@ EOF | |||
| 2537 | fi | 2538 | fi |
| 2538 | 2539 | ||
| 2539 | echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 | 2540 | echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 |
| 2540 | echo "configure:2541: checking return type of signal handlers" >&5 | 2541 | echo "configure:2542: checking return type of signal handlers" >&5 |
| 2541 | if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then | 2542 | if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then |
| 2542 | echo $ac_n "(cached) $ac_c" 1>&6 | 2543 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2543 | else | 2544 | else |
| 2544 | cat > conftest.$ac_ext <<EOF | 2545 | cat > conftest.$ac_ext <<EOF |
| 2545 | #line 2546 "configure" | 2546 | #line 2547 "configure" |
| 2546 | #include "confdefs.h" | 2547 | #include "confdefs.h" |
| 2547 | #include <sys/types.h> | 2548 | #include <sys/types.h> |
| 2548 | #include <signal.h> | 2549 | #include <signal.h> |
| @@ -2559,7 +2560,7 @@ int main() { | |||
| 2559 | int i; | 2560 | int i; |
| 2560 | ; return 0; } | 2561 | ; return 0; } |
| 2561 | EOF | 2562 | EOF |
| 2562 | if { (eval echo configure:2563: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | 2563 | if { (eval echo configure:2564: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
| 2563 | rm -rf conftest* | 2564 | rm -rf conftest* |
| 2564 | ac_cv_type_signal=void | 2565 | ac_cv_type_signal=void |
| 2565 | else | 2566 | else |
| @@ -2579,12 +2580,12 @@ EOF | |||
| 2579 | 2580 | ||
| 2580 | 2581 | ||
| 2581 | echo $ac_n "checking for struct timeval""... $ac_c" 1>&6 | 2582 | echo $ac_n "checking for struct timeval""... $ac_c" 1>&6 |
| 2582 | echo "configure:2583: checking for struct timeval" >&5 | 2583 | echo "configure:2584: checking for struct timeval" >&5 |
| 2583 | if eval "test \"`echo '$''{'emacs_cv_struct_timeval'+set}'`\" = set"; then | 2584 | if eval "test \"`echo '$''{'emacs_cv_struct_timeval'+set}'`\" = set"; then |
| 2584 | echo $ac_n "(cached) $ac_c" 1>&6 | 2585 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2585 | else | 2586 | else |
| 2586 | cat > conftest.$ac_ext <<EOF | 2587 | cat > conftest.$ac_ext <<EOF |
| 2587 | #line 2588 "configure" | 2588 | #line 2589 "configure" |
| 2588 | #include "confdefs.h" | 2589 | #include "confdefs.h" |
| 2589 | #ifdef TIME_WITH_SYS_TIME | 2590 | #ifdef TIME_WITH_SYS_TIME |
| 2590 | #include <sys/time.h> | 2591 | #include <sys/time.h> |
| @@ -2600,7 +2601,7 @@ int main() { | |||
| 2600 | static struct timeval x; x.tv_sec = x.tv_usec; | 2601 | static struct timeval x; x.tv_sec = x.tv_usec; |
| 2601 | ; return 0; } | 2602 | ; return 0; } |
| 2602 | EOF | 2603 | EOF |
| 2603 | if { (eval echo configure:2604: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | 2604 | if { (eval echo configure:2605: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
| 2604 | rm -rf conftest* | 2605 | rm -rf conftest* |
| 2605 | emacs_cv_struct_timeval=yes | 2606 | emacs_cv_struct_timeval=yes |
| 2606 | else | 2607 | else |
| @@ -2622,12 +2623,12 @@ EOF | |||
| 2622 | fi | 2623 | fi |
| 2623 | 2624 | ||
| 2624 | echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6 | 2625 | echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6 |
| 2625 | echo "configure:2626: checking whether struct tm is in sys/time.h or time.h" >&5 | 2626 | echo "configure:2627: checking whether struct tm is in sys/time.h or time.h" >&5 |
| 2626 | if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then | 2627 | if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then |
| 2627 | echo $ac_n "(cached) $ac_c" 1>&6 | 2628 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2628 | else | 2629 | else |
| 2629 | cat > conftest.$ac_ext <<EOF | 2630 | cat > conftest.$ac_ext <<EOF |
| 2630 | #line 2631 "configure" | 2631 | #line 2632 "configure" |
| 2631 | #include "confdefs.h" | 2632 | #include "confdefs.h" |
| 2632 | #include <sys/types.h> | 2633 | #include <sys/types.h> |
| 2633 | #include <time.h> | 2634 | #include <time.h> |
| @@ -2635,7 +2636,7 @@ int main() { | |||
| 2635 | struct tm *tp; tp->tm_sec; | 2636 | struct tm *tp; tp->tm_sec; |
| 2636 | ; return 0; } | 2637 | ; return 0; } |
| 2637 | EOF | 2638 | EOF |
| 2638 | if { (eval echo configure:2639: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | 2639 | if { (eval echo configure:2640: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
| 2639 | rm -rf conftest* | 2640 | rm -rf conftest* |
| 2640 | ac_cv_struct_tm=time.h | 2641 | ac_cv_struct_tm=time.h |
| 2641 | else | 2642 | else |
| @@ -2656,12 +2657,12 @@ EOF | |||
| 2656 | fi | 2657 | fi |
| 2657 | 2658 | ||
| 2658 | echo $ac_n "checking for tm_zone in struct tm""... $ac_c" 1>&6 | 2659 | echo $ac_n "checking for tm_zone in struct tm""... $ac_c" 1>&6 |
| 2659 | echo "configure:2660: checking for tm_zone in struct tm" >&5 | 2660 | echo "configure:2661: checking for tm_zone in struct tm" >&5 |
| 2660 | if eval "test \"`echo '$''{'ac_cv_struct_tm_zone'+set}'`\" = set"; then | 2661 | if eval "test \"`echo '$''{'ac_cv_struct_tm_zone'+set}'`\" = set"; then |
| 2661 | echo $ac_n "(cached) $ac_c" 1>&6 | 2662 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2662 | else | 2663 | else |
| 2663 | cat > conftest.$ac_ext <<EOF | 2664 | cat > conftest.$ac_ext <<EOF |
| 2664 | #line 2665 "configure" | 2665 | #line 2666 "configure" |
| 2665 | #include "confdefs.h" | 2666 | #include "confdefs.h" |
| 2666 | #include <sys/types.h> | 2667 | #include <sys/types.h> |
| 2667 | #include <$ac_cv_struct_tm> | 2668 | #include <$ac_cv_struct_tm> |
| @@ -2669,7 +2670,7 @@ int main() { | |||
| 2669 | struct tm tm; tm.tm_zone; | 2670 | struct tm tm; tm.tm_zone; |
| 2670 | ; return 0; } | 2671 | ; return 0; } |
| 2671 | EOF | 2672 | EOF |
| 2672 | if { (eval echo configure:2673: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | 2673 | if { (eval echo configure:2674: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
| 2673 | rm -rf conftest* | 2674 | rm -rf conftest* |
| 2674 | ac_cv_struct_tm_zone=yes | 2675 | ac_cv_struct_tm_zone=yes |
| 2675 | else | 2676 | else |
| @@ -2689,12 +2690,12 @@ EOF | |||
| 2689 | 2690 | ||
| 2690 | else | 2691 | else |
| 2691 | echo $ac_n "checking for tzname""... $ac_c" 1>&6 | 2692 | echo $ac_n "checking for tzname""... $ac_c" 1>&6 |
| 2692 | echo "configure:2693: checking for tzname" >&5 | 2693 | echo "configure:2694: checking for tzname" >&5 |
| 2693 | if eval "test \"`echo '$''{'ac_cv_var_tzname'+set}'`\" = set"; then | 2694 | if eval "test \"`echo '$''{'ac_cv_var_tzname'+set}'`\" = set"; then |
| 2694 | echo $ac_n "(cached) $ac_c" 1>&6 | 2695 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2695 | else | 2696 | else |
| 2696 | cat > conftest.$ac_ext <<EOF | 2697 | cat > conftest.$ac_ext <<EOF |
| 2697 | #line 2698 "configure" | 2698 | #line 2699 "configure" |
| 2698 | #include "confdefs.h" | 2699 | #include "confdefs.h" |
| 2699 | #include <time.h> | 2700 | #include <time.h> |
| 2700 | #ifndef tzname /* For SGI. */ | 2701 | #ifndef tzname /* For SGI. */ |
| @@ -2704,7 +2705,7 @@ int main() { | |||
| 2704 | atoi(*tzname); | 2705 | atoi(*tzname); |
| 2705 | ; return 0; } | 2706 | ; return 0; } |
| 2706 | EOF | 2707 | EOF |
| 2707 | if { (eval echo configure:2708: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 2708 | if { (eval echo configure:2709: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 2708 | rm -rf conftest* | 2709 | rm -rf conftest* |
| 2709 | ac_cv_var_tzname=yes | 2710 | ac_cv_var_tzname=yes |
| 2710 | else | 2711 | else |
| @@ -2726,19 +2727,19 @@ EOF | |||
| 2726 | fi | 2727 | fi |
| 2727 | 2728 | ||
| 2728 | echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6 | 2729 | echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6 |
| 2729 | echo "configure:2730: checking for tm_gmtoff in struct tm" >&5 | 2730 | echo "configure:2731: checking for tm_gmtoff in struct tm" >&5 |
| 2730 | if eval "test \"`echo '$''{'emacs_cv_tm_gmtoff'+set}'`\" = set"; then | 2731 | if eval "test \"`echo '$''{'emacs_cv_tm_gmtoff'+set}'`\" = set"; then |
| 2731 | echo $ac_n "(cached) $ac_c" 1>&6 | 2732 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2732 | else | 2733 | else |
| 2733 | cat > conftest.$ac_ext <<EOF | 2734 | cat > conftest.$ac_ext <<EOF |
| 2734 | #line 2735 "configure" | 2735 | #line 2736 "configure" |
| 2735 | #include "confdefs.h" | 2736 | #include "confdefs.h" |
| 2736 | #include <time.h> | 2737 | #include <time.h> |
| 2737 | int main() { | 2738 | int main() { |
| 2738 | struct tm t; t.tm_gmtoff = 0 | 2739 | struct tm t; t.tm_gmtoff = 0 |
| 2739 | ; return 0; } | 2740 | ; return 0; } |
| 2740 | EOF | 2741 | EOF |
| 2741 | if { (eval echo configure:2742: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 2742 | if { (eval echo configure:2743: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 2742 | rm -rf conftest* | 2743 | rm -rf conftest* |
| 2743 | emacs_cv_tm_gmtoff=yes | 2744 | emacs_cv_tm_gmtoff=yes |
| 2744 | else | 2745 | else |
| @@ -2760,7 +2761,7 @@ fi | |||
| 2760 | 2761 | ||
| 2761 | 2762 | ||
| 2762 | echo $ac_n "checking for ${CC-cc} option to accept ANSI C""... $ac_c" 1>&6 | 2763 | echo $ac_n "checking for ${CC-cc} option to accept ANSI C""... $ac_c" 1>&6 |
| 2763 | echo "configure:2764: checking for ${CC-cc} option to accept ANSI C" >&5 | 2764 | echo "configure:2765: checking for ${CC-cc} option to accept ANSI C" >&5 |
| 2764 | if eval "test \"`echo '$''{'ac_cv_prog_cc_stdc'+set}'`\" = set"; then | 2765 | if eval "test \"`echo '$''{'ac_cv_prog_cc_stdc'+set}'`\" = set"; then |
| 2765 | echo $ac_n "(cached) $ac_c" 1>&6 | 2766 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2766 | else | 2767 | else |
| @@ -2777,7 +2778,7 @@ for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIO | |||
| 2777 | do | 2778 | do |
| 2778 | CC="$ac_save_CC $ac_arg" | 2779 | CC="$ac_save_CC $ac_arg" |
| 2779 | cat > conftest.$ac_ext <<EOF | 2780 | cat > conftest.$ac_ext <<EOF |
| 2780 | #line 2781 "configure" | 2781 | #line 2782 "configure" |
| 2781 | #include "confdefs.h" | 2782 | #include "confdefs.h" |
| 2782 | #include <stdarg.h> | 2783 | #include <stdarg.h> |
| 2783 | #include <stdio.h> | 2784 | #include <stdio.h> |
| @@ -2811,7 +2812,7 @@ int main() { | |||
| 2811 | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | 2812 | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; |
| 2812 | ; return 0; } | 2813 | ; return 0; } |
| 2813 | EOF | 2814 | EOF |
| 2814 | if { (eval echo configure:2815: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | 2815 | if { (eval echo configure:2816: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
| 2815 | rm -rf conftest* | 2816 | rm -rf conftest* |
| 2816 | ac_cv_prog_cc_stdc="$ac_arg"; break | 2817 | ac_cv_prog_cc_stdc="$ac_arg"; break |
| 2817 | else | 2818 | else |
| @@ -2833,7 +2834,7 @@ case "x$ac_cv_prog_cc_stdc" in | |||
| 2833 | esac | 2834 | esac |
| 2834 | 2835 | ||
| 2835 | echo $ac_n "checking for function prototypes""... $ac_c" 1>&6 | 2836 | echo $ac_n "checking for function prototypes""... $ac_c" 1>&6 |
| 2836 | echo "configure:2837: checking for function prototypes" >&5 | 2837 | echo "configure:2838: checking for function prototypes" >&5 |
| 2837 | if test "$ac_cv_prog_cc_stdc" != no; then | 2838 | if test "$ac_cv_prog_cc_stdc" != no; then |
| 2838 | echo "$ac_t""yes" 1>&6 | 2839 | echo "$ac_t""yes" 1>&6 |
| 2839 | cat >> confdefs.h <<\EOF | 2840 | cat >> confdefs.h <<\EOF |
| @@ -2845,12 +2846,12 @@ else | |||
| 2845 | fi | 2846 | fi |
| 2846 | 2847 | ||
| 2847 | echo $ac_n "checking for working volatile""... $ac_c" 1>&6 | 2848 | echo $ac_n "checking for working volatile""... $ac_c" 1>&6 |
| 2848 | echo "configure:2849: checking for working volatile" >&5 | 2849 | echo "configure:2850: checking for working volatile" >&5 |
| 2849 | if eval "test \"`echo '$''{'ac_cv_c_volatile'+set}'`\" = set"; then | 2850 | if eval "test \"`echo '$''{'ac_cv_c_volatile'+set}'`\" = set"; then |
| 2850 | echo $ac_n "(cached) $ac_c" 1>&6 | 2851 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2851 | else | 2852 | else |
| 2852 | cat > conftest.$ac_ext <<EOF | 2853 | cat > conftest.$ac_ext <<EOF |
| 2853 | #line 2854 "configure" | 2854 | #line 2855 "configure" |
| 2854 | #include "confdefs.h" | 2855 | #include "confdefs.h" |
| 2855 | 2856 | ||
| 2856 | int main() { | 2857 | int main() { |
| @@ -2859,7 +2860,7 @@ volatile int x; | |||
| 2859 | int * volatile y; | 2860 | int * volatile y; |
| 2860 | ; return 0; } | 2861 | ; return 0; } |
| 2861 | EOF | 2862 | EOF |
| 2862 | if { (eval echo configure:2863: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | 2863 | if { (eval echo configure:2864: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
| 2863 | rm -rf conftest* | 2864 | rm -rf conftest* |
| 2864 | ac_cv_c_volatile=yes | 2865 | ac_cv_c_volatile=yes |
| 2865 | else | 2866 | else |
| @@ -2880,18 +2881,18 @@ EOF | |||
| 2880 | fi | 2881 | fi |
| 2881 | 2882 | ||
| 2882 | echo $ac_n "checking for working const""... $ac_c" 1>&6 | 2883 | echo $ac_n "checking for working const""... $ac_c" 1>&6 |
| 2883 | echo "configure:2884: checking for working const" >&5 | 2884 | echo "configure:2885: checking for working const" >&5 |
| 2884 | if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then | 2885 | if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then |
| 2885 | echo $ac_n "(cached) $ac_c" 1>&6 | 2886 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2886 | else | 2887 | else |
| 2887 | cat > conftest.$ac_ext <<EOF | 2888 | cat > conftest.$ac_ext <<EOF |
| 2888 | #line 2889 "configure" | 2889 | #line 2890 "configure" |
| 2889 | #include "confdefs.h" | 2890 | #include "confdefs.h" |
| 2890 | 2891 | ||
| 2891 | int main() { | 2892 | int main() { |
| 2892 | 2893 | ||
| 2893 | /* Ultrix mips cc rejects this. */ | 2894 | /* Ultrix mips cc rejects this. */ |
| 2894 | typedef int charset[2]; const charset x = {0,0}; | 2895 | typedef int charset[2]; const charset x; |
| 2895 | /* SunOS 4.1.1 cc rejects this. */ | 2896 | /* SunOS 4.1.1 cc rejects this. */ |
| 2896 | char const *const *ccp; | 2897 | char const *const *ccp; |
| 2897 | char **p; | 2898 | char **p; |
| @@ -2934,7 +2935,7 @@ ccp = (char const *const *) p; | |||
| 2934 | 2935 | ||
| 2935 | ; return 0; } | 2936 | ; return 0; } |
| 2936 | EOF | 2937 | EOF |
| 2937 | if { (eval echo configure:2938: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | 2938 | if { (eval echo configure:2939: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
| 2938 | rm -rf conftest* | 2939 | rm -rf conftest* |
| 2939 | ac_cv_c_const=yes | 2940 | ac_cv_c_const=yes |
| 2940 | else | 2941 | else |
| @@ -2955,19 +2956,19 @@ EOF | |||
| 2955 | fi | 2956 | fi |
| 2956 | 2957 | ||
| 2957 | echo $ac_n "checking for void * support""... $ac_c" 1>&6 | 2958 | echo $ac_n "checking for void * support""... $ac_c" 1>&6 |
| 2958 | echo "configure:2959: checking for void * support" >&5 | 2959 | echo "configure:2960: checking for void * support" >&5 |
| 2959 | if eval "test \"`echo '$''{'emacs_cv_void_star'+set}'`\" = set"; then | 2960 | if eval "test \"`echo '$''{'emacs_cv_void_star'+set}'`\" = set"; then |
| 2960 | echo $ac_n "(cached) $ac_c" 1>&6 | 2961 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2961 | else | 2962 | else |
| 2962 | cat > conftest.$ac_ext <<EOF | 2963 | cat > conftest.$ac_ext <<EOF |
| 2963 | #line 2964 "configure" | 2964 | #line 2965 "configure" |
| 2964 | #include "confdefs.h" | 2965 | #include "confdefs.h" |
| 2965 | 2966 | ||
| 2966 | int main() { | 2967 | int main() { |
| 2967 | void * foo; | 2968 | void * foo; |
| 2968 | ; return 0; } | 2969 | ; return 0; } |
| 2969 | EOF | 2970 | EOF |
| 2970 | if { (eval echo configure:2971: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | 2971 | if { (eval echo configure:2972: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
| 2971 | rm -rf conftest* | 2972 | rm -rf conftest* |
| 2972 | emacs_cv_void_star=yes | 2973 | emacs_cv_void_star=yes |
| 2973 | else | 2974 | else |
| @@ -2993,7 +2994,7 @@ EOF | |||
| 2993 | fi | 2994 | fi |
| 2994 | 2995 | ||
| 2995 | echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 | 2996 | echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 |
| 2996 | echo "configure:2997: checking whether ${MAKE-make} sets \${MAKE}" >&5 | 2997 | echo "configure:2998: checking whether ${MAKE-make} sets \${MAKE}" >&5 |
| 2997 | set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` | 2998 | set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` |
| 2998 | if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then | 2999 | if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then |
| 2999 | echo $ac_n "(cached) $ac_c" 1>&6 | 3000 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -3021,7 +3022,7 @@ fi | |||
| 3021 | 3022 | ||
| 3022 | 3023 | ||
| 3023 | echo $ac_n "checking for long file names""... $ac_c" 1>&6 | 3024 | echo $ac_n "checking for long file names""... $ac_c" 1>&6 |
| 3024 | echo "configure:3025: checking for long file names" >&5 | 3025 | echo "configure:3026: checking for long file names" >&5 |
| 3025 | if eval "test \"`echo '$''{'ac_cv_sys_long_file_names'+set}'`\" = set"; then | 3026 | if eval "test \"`echo '$''{'ac_cv_sys_long_file_names'+set}'`\" = set"; then |
| 3026 | echo $ac_n "(cached) $ac_c" 1>&6 | 3027 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 3027 | else | 3028 | else |
| @@ -3072,7 +3073,7 @@ fi | |||
| 3072 | # Uses ac_ vars as temps to allow command line to override cache and checks. | 3073 | # Uses ac_ vars as temps to allow command line to override cache and checks. |
| 3073 | # --without-x overrides everything else, but does not touch the cache. | 3074 | # --without-x overrides everything else, but does not touch the cache. |
| 3074 | echo $ac_n "checking for X""... $ac_c" 1>&6 | 3075 | echo $ac_n "checking for X""... $ac_c" 1>&6 |
| 3075 | echo "configure:3076: checking for X" >&5 | 3076 | echo "configure:3077: checking for X" >&5 |
| 3076 | 3077 | ||
| 3077 | # Check whether --with-x or --without-x was given. | 3078 | # Check whether --with-x or --without-x was given. |
| 3078 | if test "${with_x+set}" = set; then | 3079 | if test "${with_x+set}" = set; then |
| @@ -3134,12 +3135,12 @@ if test "$ac_x_includes" = NO; then | |||
| 3134 | 3135 | ||
| 3135 | # First, try using that file with no special directory specified. | 3136 | # First, try using that file with no special directory specified. |
| 3136 | cat > conftest.$ac_ext <<EOF | 3137 | cat > conftest.$ac_ext <<EOF |
| 3137 | #line 3138 "configure" | 3138 | #line 3139 "configure" |
| 3138 | #include "confdefs.h" | 3139 | #include "confdefs.h" |
| 3139 | #include <$x_direct_test_include> | 3140 | #include <$x_direct_test_include> |
| 3140 | EOF | 3141 | EOF |
| 3141 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 3142 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 3142 | { (eval echo configure:3143: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 3143 | { (eval echo configure:3144: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 3143 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 3144 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 3144 | if test -z "$ac_err"; then | 3145 | if test -z "$ac_err"; then |
| 3145 | rm -rf conftest* | 3146 | rm -rf conftest* |
| @@ -3208,14 +3209,14 @@ if test "$ac_x_libraries" = NO; then | |||
| 3208 | ac_save_LIBS="$LIBS" | 3209 | ac_save_LIBS="$LIBS" |
| 3209 | LIBS="-l$x_direct_test_library $LIBS" | 3210 | LIBS="-l$x_direct_test_library $LIBS" |
| 3210 | cat > conftest.$ac_ext <<EOF | 3211 | cat > conftest.$ac_ext <<EOF |
| 3211 | #line 3212 "configure" | 3212 | #line 3213 "configure" |
| 3212 | #include "confdefs.h" | 3213 | #include "confdefs.h" |
| 3213 | 3214 | ||
| 3214 | int main() { | 3215 | int main() { |
| 3215 | ${x_direct_test_function}() | 3216 | ${x_direct_test_function}() |
| 3216 | ; return 0; } | 3217 | ; return 0; } |
| 3217 | EOF | 3218 | EOF |
| 3218 | if { (eval echo configure:3219: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 3219 | if { (eval echo configure:3220: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 3219 | rm -rf conftest* | 3220 | rm -rf conftest* |
| 3220 | LIBS="$ac_save_LIBS" | 3221 | LIBS="$ac_save_LIBS" |
| 3221 | # We can link X programs with no special library path. | 3222 | # We can link X programs with no special library path. |
| @@ -3390,7 +3391,7 @@ fi | |||
| 3390 | echo "checking the machine- and system-dependent files to find out | 3391 | echo "checking the machine- and system-dependent files to find out |
| 3391 | - which libraries the lib-src programs will want, and | 3392 | - which libraries the lib-src programs will want, and |
| 3392 | - whether the GNU malloc routines are usable" 1>&6 | 3393 | - whether the GNU malloc routines are usable" 1>&6 |
| 3393 | echo "configure:3394: checking the machine- and system-dependent files to find out | 3394 | echo "configure:3395: checking the machine- and system-dependent files to find out |
| 3394 | - which libraries the lib-src programs will want, and | 3395 | - which libraries the lib-src programs will want, and |
| 3395 | - whether the GNU malloc routines are usable" >&5 | 3396 | - whether the GNU malloc routines are usable" >&5 |
| 3396 | 3397 | ||
| @@ -3524,12 +3525,12 @@ UNEXEC_SRC="`echo ${unexec} | sed 's/\.o/.c/'`" | |||
| 3524 | GNU_MALLOC=yes | 3525 | GNU_MALLOC=yes |
| 3525 | doug_lea_malloc=yes | 3526 | doug_lea_malloc=yes |
| 3526 | echo $ac_n "checking for malloc_get_state""... $ac_c" 1>&6 | 3527 | echo $ac_n "checking for malloc_get_state""... $ac_c" 1>&6 |
| 3527 | echo "configure:3528: checking for malloc_get_state" >&5 | 3528 | echo "configure:3529: checking for malloc_get_state" >&5 |
| 3528 | if eval "test \"`echo '$''{'ac_cv_func_malloc_get_state'+set}'`\" = set"; then | 3529 | if eval "test \"`echo '$''{'ac_cv_func_malloc_get_state'+set}'`\" = set"; then |
| 3529 | echo $ac_n "(cached) $ac_c" 1>&6 | 3530 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 3530 | else | 3531 | else |
| 3531 | cat > conftest.$ac_ext <<EOF | 3532 | cat > conftest.$ac_ext <<EOF |
| 3532 | #line 3533 "configure" | 3533 | #line 3534 "configure" |
| 3533 | #include "confdefs.h" | 3534 | #include "confdefs.h" |
| 3534 | /* System header to define __stub macros and hopefully few prototypes, | 3535 | /* System header to define __stub macros and hopefully few prototypes, |
| 3535 | which can conflict with char malloc_get_state(); below. */ | 3536 | which can conflict with char malloc_get_state(); below. */ |
| @@ -3552,7 +3553,7 @@ malloc_get_state(); | |||
| 3552 | 3553 | ||
| 3553 | ; return 0; } | 3554 | ; return 0; } |
| 3554 | EOF | 3555 | EOF |
| 3555 | if { (eval echo configure:3556: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 3556 | if { (eval echo configure:3557: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 3556 | rm -rf conftest* | 3557 | rm -rf conftest* |
| 3557 | eval "ac_cv_func_malloc_get_state=yes" | 3558 | eval "ac_cv_func_malloc_get_state=yes" |
| 3558 | else | 3559 | else |
| @@ -3573,12 +3574,12 @@ doug_lea_malloc=no | |||
| 3573 | fi | 3574 | fi |
| 3574 | 3575 | ||
| 3575 | echo $ac_n "checking for malloc_set_state""... $ac_c" 1>&6 | 3576 | echo $ac_n "checking for malloc_set_state""... $ac_c" 1>&6 |
| 3576 | echo "configure:3577: checking for malloc_set_state" >&5 | 3577 | echo "configure:3578: checking for malloc_set_state" >&5 |
| 3577 | if eval "test \"`echo '$''{'ac_cv_func_malloc_set_state'+set}'`\" = set"; then | 3578 | if eval "test \"`echo '$''{'ac_cv_func_malloc_set_state'+set}'`\" = set"; then |
| 3578 | echo $ac_n "(cached) $ac_c" 1>&6 | 3579 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 3579 | else | 3580 | else |
| 3580 | cat > conftest.$ac_ext <<EOF | 3581 | cat > conftest.$ac_ext <<EOF |
| 3581 | #line 3582 "configure" | 3582 | #line 3583 "configure" |
| 3582 | #include "confdefs.h" | 3583 | #include "confdefs.h" |
| 3583 | /* System header to define __stub macros and hopefully few prototypes, | 3584 | /* System header to define __stub macros and hopefully few prototypes, |
| 3584 | which can conflict with char malloc_set_state(); below. */ | 3585 | which can conflict with char malloc_set_state(); below. */ |
| @@ -3601,7 +3602,7 @@ malloc_set_state(); | |||
| 3601 | 3602 | ||
| 3602 | ; return 0; } | 3603 | ; return 0; } |
| 3603 | EOF | 3604 | EOF |
| 3604 | if { (eval echo configure:3605: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 3605 | if { (eval echo configure:3606: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 3605 | rm -rf conftest* | 3606 | rm -rf conftest* |
| 3606 | eval "ac_cv_func_malloc_set_state=yes" | 3607 | eval "ac_cv_func_malloc_set_state=yes" |
| 3607 | else | 3608 | else |
| @@ -3622,19 +3623,19 @@ doug_lea_malloc=no | |||
| 3622 | fi | 3623 | fi |
| 3623 | 3624 | ||
| 3624 | echo $ac_n "checking whether __after_morecore_hook exists""... $ac_c" 1>&6 | 3625 | echo $ac_n "checking whether __after_morecore_hook exists""... $ac_c" 1>&6 |
| 3625 | echo "configure:3626: checking whether __after_morecore_hook exists" >&5 | 3626 | echo "configure:3627: checking whether __after_morecore_hook exists" >&5 |
| 3626 | if eval "test \"`echo '$''{'emacs_cv_var___after_morecore_hook'+set}'`\" = set"; then | 3627 | if eval "test \"`echo '$''{'emacs_cv_var___after_morecore_hook'+set}'`\" = set"; then |
| 3627 | echo $ac_n "(cached) $ac_c" 1>&6 | 3628 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 3628 | else | 3629 | else |
| 3629 | cat > conftest.$ac_ext <<EOF | 3630 | cat > conftest.$ac_ext <<EOF |
| 3630 | #line 3631 "configure" | 3631 | #line 3632 "configure" |
| 3631 | #include "confdefs.h" | 3632 | #include "confdefs.h" |
| 3632 | extern void (* __after_morecore_hook)(); | 3633 | extern void (* __after_morecore_hook)(); |
| 3633 | int main() { | 3634 | int main() { |
| 3634 | __after_morecore_hook = 0 | 3635 | __after_morecore_hook = 0 |
| 3635 | ; return 0; } | 3636 | ; return 0; } |
| 3636 | EOF | 3637 | EOF |
| 3637 | if { (eval echo configure:3638: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 3638 | if { (eval echo configure:3639: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 3638 | rm -rf conftest* | 3639 | rm -rf conftest* |
| 3639 | emacs_cv_var___after_morecore_hook=yes | 3640 | emacs_cv_var___after_morecore_hook=yes |
| 3640 | else | 3641 | else |
| @@ -3681,7 +3682,7 @@ fi | |||
| 3681 | LIBS="$libsrc_libs $LIBS" | 3682 | LIBS="$libsrc_libs $LIBS" |
| 3682 | 3683 | ||
| 3683 | echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6 | 3684 | echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6 |
| 3684 | echo "configure:3685: checking for dnet_ntoa in -ldnet" >&5 | 3685 | echo "configure:3686: checking for dnet_ntoa in -ldnet" >&5 |
| 3685 | ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'` | 3686 | ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'` |
| 3686 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 3687 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 3687 | echo $ac_n "(cached) $ac_c" 1>&6 | 3688 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -3689,7 +3690,7 @@ else | |||
| 3689 | ac_save_LIBS="$LIBS" | 3690 | ac_save_LIBS="$LIBS" |
| 3690 | LIBS="-ldnet $LIBS" | 3691 | LIBS="-ldnet $LIBS" |
| 3691 | cat > conftest.$ac_ext <<EOF | 3692 | cat > conftest.$ac_ext <<EOF |
| 3692 | #line 3693 "configure" | 3693 | #line 3694 "configure" |
| 3693 | #include "confdefs.h" | 3694 | #include "confdefs.h" |
| 3694 | /* Override any gcc2 internal prototype to avoid an error. */ | 3695 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 3695 | /* We use char because int might match the return type of a gcc2 | 3696 | /* We use char because int might match the return type of a gcc2 |
| @@ -3700,7 +3701,7 @@ int main() { | |||
| 3700 | dnet_ntoa() | 3701 | dnet_ntoa() |
| 3701 | ; return 0; } | 3702 | ; return 0; } |
| 3702 | EOF | 3703 | EOF |
| 3703 | if { (eval echo configure:3704: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 3704 | if { (eval echo configure:3705: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 3704 | rm -rf conftest* | 3705 | rm -rf conftest* |
| 3705 | eval "ac_cv_lib_$ac_lib_var=yes" | 3706 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 3706 | else | 3707 | else |
| @@ -3729,7 +3730,7 @@ fi | |||
| 3729 | 3730 | ||
| 3730 | 3731 | ||
| 3731 | echo $ac_n "checking for main in -lXbsd""... $ac_c" 1>&6 | 3732 | echo $ac_n "checking for main in -lXbsd""... $ac_c" 1>&6 |
| 3732 | echo "configure:3733: checking for main in -lXbsd" >&5 | 3733 | echo "configure:3734: checking for main in -lXbsd" >&5 |
| 3733 | ac_lib_var=`echo Xbsd'_'main | sed 'y%./+-%__p_%'` | 3734 | ac_lib_var=`echo Xbsd'_'main | sed 'y%./+-%__p_%'` |
| 3734 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 3735 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 3735 | echo $ac_n "(cached) $ac_c" 1>&6 | 3736 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -3737,14 +3738,14 @@ else | |||
| 3737 | ac_save_LIBS="$LIBS" | 3738 | ac_save_LIBS="$LIBS" |
| 3738 | LIBS="-lXbsd $LIBS" | 3739 | LIBS="-lXbsd $LIBS" |
| 3739 | cat > conftest.$ac_ext <<EOF | 3740 | cat > conftest.$ac_ext <<EOF |
| 3740 | #line 3741 "configure" | 3741 | #line 3742 "configure" |
| 3741 | #include "confdefs.h" | 3742 | #include "confdefs.h" |
| 3742 | 3743 | ||
| 3743 | int main() { | 3744 | int main() { |
| 3744 | main() | 3745 | main() |
| 3745 | ; return 0; } | 3746 | ; return 0; } |
| 3746 | EOF | 3747 | EOF |
| 3747 | if { (eval echo configure:3748: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 3748 | if { (eval echo configure:3749: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 3748 | rm -rf conftest* | 3749 | rm -rf conftest* |
| 3749 | eval "ac_cv_lib_$ac_lib_var=yes" | 3750 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 3750 | else | 3751 | else |
| @@ -3766,7 +3767,7 @@ fi | |||
| 3766 | 3767 | ||
| 3767 | 3768 | ||
| 3768 | echo $ac_n "checking for cma_open in -lpthreads""... $ac_c" 1>&6 | 3769 | echo $ac_n "checking for cma_open in -lpthreads""... $ac_c" 1>&6 |
| 3769 | echo "configure:3770: checking for cma_open in -lpthreads" >&5 | 3770 | echo "configure:3771: checking for cma_open in -lpthreads" >&5 |
| 3770 | ac_lib_var=`echo pthreads'_'cma_open | sed 'y%./+-%__p_%'` | 3771 | ac_lib_var=`echo pthreads'_'cma_open | sed 'y%./+-%__p_%'` |
| 3771 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 3772 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 3772 | echo $ac_n "(cached) $ac_c" 1>&6 | 3773 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -3774,7 +3775,7 @@ else | |||
| 3774 | ac_save_LIBS="$LIBS" | 3775 | ac_save_LIBS="$LIBS" |
| 3775 | LIBS="-lpthreads $LIBS" | 3776 | LIBS="-lpthreads $LIBS" |
| 3776 | cat > conftest.$ac_ext <<EOF | 3777 | cat > conftest.$ac_ext <<EOF |
| 3777 | #line 3778 "configure" | 3778 | #line 3779 "configure" |
| 3778 | #include "confdefs.h" | 3779 | #include "confdefs.h" |
| 3779 | /* Override any gcc2 internal prototype to avoid an error. */ | 3780 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 3780 | /* We use char because int might match the return type of a gcc2 | 3781 | /* We use char because int might match the return type of a gcc2 |
| @@ -3785,7 +3786,7 @@ int main() { | |||
| 3785 | cma_open() | 3786 | cma_open() |
| 3786 | ; return 0; } | 3787 | ; return 0; } |
| 3787 | EOF | 3788 | EOF |
| 3788 | if { (eval echo configure:3789: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 3789 | if { (eval echo configure:3790: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 3789 | rm -rf conftest* | 3790 | rm -rf conftest* |
| 3790 | eval "ac_cv_lib_$ac_lib_var=yes" | 3791 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 3791 | else | 3792 | else |
| @@ -3814,7 +3815,7 @@ fi | |||
| 3814 | 3815 | ||
| 3815 | 3816 | ||
| 3816 | echo $ac_n "checking for XFree86 in /usr/X386""... $ac_c" 1>&6 | 3817 | echo $ac_n "checking for XFree86 in /usr/X386""... $ac_c" 1>&6 |
| 3817 | echo "configure:3818: checking for XFree86 in /usr/X386" >&5 | 3818 | echo "configure:3819: checking for XFree86 in /usr/X386" >&5 |
| 3818 | if test -d /usr/X386/include; then | 3819 | if test -d /usr/X386/include; then |
| 3819 | HAVE_XFREE386=yes | 3820 | HAVE_XFREE386=yes |
| 3820 | : ${C_SWITCH_X_SITE="-I/usr/X386/include"} | 3821 | : ${C_SWITCH_X_SITE="-I/usr/X386/include"} |
| @@ -3843,16 +3844,16 @@ if test "${HAVE_X11}" = "yes"; then | |||
| 3843 | 3844 | ||
| 3844 | if test "${opsys}" = "gnu-linux"; then | 3845 | if test "${opsys}" = "gnu-linux"; then |
| 3845 | echo $ac_n "checking whether X on GNU/Linux needs -b to link""... $ac_c" 1>&6 | 3846 | echo $ac_n "checking whether X on GNU/Linux needs -b to link""... $ac_c" 1>&6 |
| 3846 | echo "configure:3847: checking whether X on GNU/Linux needs -b to link" >&5 | 3847 | echo "configure:3848: checking whether X on GNU/Linux needs -b to link" >&5 |
| 3847 | cat > conftest.$ac_ext <<EOF | 3848 | cat > conftest.$ac_ext <<EOF |
| 3848 | #line 3849 "configure" | 3849 | #line 3850 "configure" |
| 3849 | #include "confdefs.h" | 3850 | #include "confdefs.h" |
| 3850 | 3851 | ||
| 3851 | int main() { | 3852 | int main() { |
| 3852 | XOpenDisplay ("foo"); | 3853 | XOpenDisplay ("foo"); |
| 3853 | ; return 0; } | 3854 | ; return 0; } |
| 3854 | EOF | 3855 | EOF |
| 3855 | if { (eval echo configure:3856: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 3856 | if { (eval echo configure:3857: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 3856 | rm -rf conftest* | 3857 | rm -rf conftest* |
| 3857 | xlinux_first_failure=no | 3858 | xlinux_first_failure=no |
| 3858 | else | 3859 | else |
| @@ -3872,14 +3873,14 @@ rm -f conftest* | |||
| 3872 | CPPFLAGS="$CPPFLAGS -b i486-linuxaout" | 3873 | CPPFLAGS="$CPPFLAGS -b i486-linuxaout" |
| 3873 | LIBS="$LIBS -b i486-linuxaout" | 3874 | LIBS="$LIBS -b i486-linuxaout" |
| 3874 | cat > conftest.$ac_ext <<EOF | 3875 | cat > conftest.$ac_ext <<EOF |
| 3875 | #line 3876 "configure" | 3876 | #line 3877 "configure" |
| 3876 | #include "confdefs.h" | 3877 | #include "confdefs.h" |
| 3877 | 3878 | ||
| 3878 | int main() { | 3879 | int main() { |
| 3879 | XOpenDisplay ("foo"); | 3880 | XOpenDisplay ("foo"); |
| 3880 | ; return 0; } | 3881 | ; return 0; } |
| 3881 | EOF | 3882 | EOF |
| 3882 | if { (eval echo configure:3883: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 3883 | if { (eval echo configure:3884: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 3883 | rm -rf conftest* | 3884 | rm -rf conftest* |
| 3884 | xlinux_second_failure=no | 3885 | xlinux_second_failure=no |
| 3885 | else | 3886 | else |
| @@ -3909,12 +3910,12 @@ rm -f conftest* | |||
| 3909 | XScreenNumberOfScreen XSetWMProtocols | 3910 | XScreenNumberOfScreen XSetWMProtocols |
| 3910 | do | 3911 | do |
| 3911 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | 3912 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
| 3912 | echo "configure:3913: checking for $ac_func" >&5 | 3913 | echo "configure:3914: checking for $ac_func" >&5 |
| 3913 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then | 3914 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
| 3914 | echo $ac_n "(cached) $ac_c" 1>&6 | 3915 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 3915 | else | 3916 | else |
| 3916 | cat > conftest.$ac_ext <<EOF | 3917 | cat > conftest.$ac_ext <<EOF |
| 3917 | #line 3918 "configure" | 3918 | #line 3919 "configure" |
| 3918 | #include "confdefs.h" | 3919 | #include "confdefs.h" |
| 3919 | /* System header to define __stub macros and hopefully few prototypes, | 3920 | /* System header to define __stub macros and hopefully few prototypes, |
| 3920 | which can conflict with char $ac_func(); below. */ | 3921 | which can conflict with char $ac_func(); below. */ |
| @@ -3937,7 +3938,7 @@ $ac_func(); | |||
| 3937 | 3938 | ||
| 3938 | ; return 0; } | 3939 | ; return 0; } |
| 3939 | EOF | 3940 | EOF |
| 3940 | if { (eval echo configure:3941: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 3941 | if { (eval echo configure:3942: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 3941 | rm -rf conftest* | 3942 | rm -rf conftest* |
| 3942 | eval "ac_cv_func_$ac_func=yes" | 3943 | eval "ac_cv_func_$ac_func=yes" |
| 3943 | else | 3944 | else |
| @@ -3965,12 +3966,12 @@ fi | |||
| 3965 | 3966 | ||
| 3966 | if test "${window_system}" = "x11"; then | 3967 | if test "${window_system}" = "x11"; then |
| 3967 | echo $ac_n "checking X11 version 6""... $ac_c" 1>&6 | 3968 | echo $ac_n "checking X11 version 6""... $ac_c" 1>&6 |
| 3968 | echo "configure:3969: checking X11 version 6" >&5 | 3969 | echo "configure:3970: checking X11 version 6" >&5 |
| 3969 | if eval "test \"`echo '$''{'emacs_cv_x11_version_6'+set}'`\" = set"; then | 3970 | if eval "test \"`echo '$''{'emacs_cv_x11_version_6'+set}'`\" = set"; then |
| 3970 | echo $ac_n "(cached) $ac_c" 1>&6 | 3971 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 3971 | else | 3972 | else |
| 3972 | cat > conftest.$ac_ext <<EOF | 3973 | cat > conftest.$ac_ext <<EOF |
| 3973 | #line 3974 "configure" | 3974 | #line 3975 "configure" |
| 3974 | #include "confdefs.h" | 3975 | #include "confdefs.h" |
| 3975 | #include <X11/Xlib.h> | 3976 | #include <X11/Xlib.h> |
| 3976 | int main() { | 3977 | int main() { |
| @@ -3980,7 +3981,7 @@ fail; | |||
| 3980 | 3981 | ||
| 3981 | ; return 0; } | 3982 | ; return 0; } |
| 3982 | EOF | 3983 | EOF |
| 3983 | if { (eval echo configure:3984: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 3984 | if { (eval echo configure:3985: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 3984 | rm -rf conftest* | 3985 | rm -rf conftest* |
| 3985 | emacs_cv_x11_version_6=yes | 3986 | emacs_cv_x11_version_6=yes |
| 3986 | else | 3987 | else |
| @@ -4005,12 +4006,12 @@ fi | |||
| 4005 | 4006 | ||
| 4006 | if test "${window_system}" = "x11"; then | 4007 | if test "${window_system}" = "x11"; then |
| 4007 | echo $ac_n "checking X11 version 5""... $ac_c" 1>&6 | 4008 | echo $ac_n "checking X11 version 5""... $ac_c" 1>&6 |
| 4008 | echo "configure:4009: checking X11 version 5" >&5 | 4009 | echo "configure:4010: checking X11 version 5" >&5 |
| 4009 | if eval "test \"`echo '$''{'emacs_cv_x11_version_5'+set}'`\" = set"; then | 4010 | if eval "test \"`echo '$''{'emacs_cv_x11_version_5'+set}'`\" = set"; then |
| 4010 | echo $ac_n "(cached) $ac_c" 1>&6 | 4011 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4011 | else | 4012 | else |
| 4012 | cat > conftest.$ac_ext <<EOF | 4013 | cat > conftest.$ac_ext <<EOF |
| 4013 | #line 4014 "configure" | 4014 | #line 4015 "configure" |
| 4014 | #include "confdefs.h" | 4015 | #include "confdefs.h" |
| 4015 | #include <X11/Xlib.h> | 4016 | #include <X11/Xlib.h> |
| 4016 | int main() { | 4017 | int main() { |
| @@ -4020,7 +4021,7 @@ fail; | |||
| 4020 | 4021 | ||
| 4021 | ; return 0; } | 4022 | ; return 0; } |
| 4022 | EOF | 4023 | EOF |
| 4023 | if { (eval echo configure:4024: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 4024 | if { (eval echo configure:4025: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 4024 | rm -rf conftest* | 4025 | rm -rf conftest* |
| 4025 | emacs_cv_x11_version_5=yes | 4026 | emacs_cv_x11_version_5=yes |
| 4026 | else | 4027 | else |
| @@ -4048,12 +4049,12 @@ fi | |||
| 4048 | if test x"${USE_X_TOOLKIT}" = xmaybe; then | 4049 | if test x"${USE_X_TOOLKIT}" = xmaybe; then |
| 4049 | if test x"${HAVE_X11R5}" = xyes; then | 4050 | if test x"${HAVE_X11R5}" = xyes; then |
| 4050 | echo $ac_n "checking X11 version 5 with Xaw""... $ac_c" 1>&6 | 4051 | echo $ac_n "checking X11 version 5 with Xaw""... $ac_c" 1>&6 |
| 4051 | echo "configure:4052: checking X11 version 5 with Xaw" >&5 | 4052 | echo "configure:4053: checking X11 version 5 with Xaw" >&5 |
| 4052 | if eval "test \"`echo '$''{'emacs_cv_x11_version_5_with_xaw'+set}'`\" = set"; then | 4053 | if eval "test \"`echo '$''{'emacs_cv_x11_version_5_with_xaw'+set}'`\" = set"; then |
| 4053 | echo $ac_n "(cached) $ac_c" 1>&6 | 4054 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4054 | else | 4055 | else |
| 4055 | cat > conftest.$ac_ext <<EOF | 4056 | cat > conftest.$ac_ext <<EOF |
| 4056 | #line 4057 "configure" | 4057 | #line 4058 "configure" |
| 4057 | #include "confdefs.h" | 4058 | #include "confdefs.h" |
| 4058 | 4059 | ||
| 4059 | #include <X11/Intrinsic.h> | 4060 | #include <X11/Intrinsic.h> |
| @@ -4062,7 +4063,7 @@ int main() { | |||
| 4062 | 4063 | ||
| 4063 | ; return 0; } | 4064 | ; return 0; } |
| 4064 | EOF | 4065 | EOF |
| 4065 | if { (eval echo configure:4066: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 4066 | if { (eval echo configure:4067: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 4066 | rm -rf conftest* | 4067 | rm -rf conftest* |
| 4067 | emacs_cv_x11_version_5_with_xaw=yes | 4068 | emacs_cv_x11_version_5_with_xaw=yes |
| 4068 | else | 4069 | else |
| @@ -4090,12 +4091,12 @@ X_TOOLKIT_TYPE=$USE_X_TOOLKIT | |||
| 4090 | 4091 | ||
| 4091 | if test "${USE_X_TOOLKIT}" != "none"; then | 4092 | if test "${USE_X_TOOLKIT}" != "none"; then |
| 4092 | echo $ac_n "checking X11 toolkit version""... $ac_c" 1>&6 | 4093 | echo $ac_n "checking X11 toolkit version""... $ac_c" 1>&6 |
| 4093 | echo "configure:4094: checking X11 toolkit version" >&5 | 4094 | echo "configure:4095: checking X11 toolkit version" >&5 |
| 4094 | if eval "test \"`echo '$''{'emacs_cv_x11_toolkit_version_6'+set}'`\" = set"; then | 4095 | if eval "test \"`echo '$''{'emacs_cv_x11_toolkit_version_6'+set}'`\" = set"; then |
| 4095 | echo $ac_n "(cached) $ac_c" 1>&6 | 4096 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4096 | else | 4097 | else |
| 4097 | cat > conftest.$ac_ext <<EOF | 4098 | cat > conftest.$ac_ext <<EOF |
| 4098 | #line 4099 "configure" | 4099 | #line 4100 "configure" |
| 4099 | #include "confdefs.h" | 4100 | #include "confdefs.h" |
| 4100 | #include <X11/Intrinsic.h> | 4101 | #include <X11/Intrinsic.h> |
| 4101 | int main() { | 4102 | int main() { |
| @@ -4105,7 +4106,7 @@ fail; | |||
| 4105 | 4106 | ||
| 4106 | ; return 0; } | 4107 | ; return 0; } |
| 4107 | EOF | 4108 | EOF |
| 4108 | if { (eval echo configure:4109: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 4109 | if { (eval echo configure:4110: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 4109 | rm -rf conftest* | 4110 | rm -rf conftest* |
| 4110 | emacs_cv_x11_toolkit_version_6=yes | 4111 | emacs_cv_x11_toolkit_version_6=yes |
| 4111 | else | 4112 | else |
| @@ -4135,7 +4136,7 @@ EOF | |||
| 4135 | LIBS="-lXt $LIBS" | 4136 | LIBS="-lXt $LIBS" |
| 4136 | fi | 4137 | fi |
| 4137 | echo $ac_n "checking for XmuConvertStandardSelection in -lXmu""... $ac_c" 1>&6 | 4138 | echo $ac_n "checking for XmuConvertStandardSelection in -lXmu""... $ac_c" 1>&6 |
| 4138 | echo "configure:4139: checking for XmuConvertStandardSelection in -lXmu" >&5 | 4139 | echo "configure:4140: checking for XmuConvertStandardSelection in -lXmu" >&5 |
| 4139 | ac_lib_var=`echo Xmu'_'XmuConvertStandardSelection | sed 'y%./+-%__p_%'` | 4140 | ac_lib_var=`echo Xmu'_'XmuConvertStandardSelection | sed 'y%./+-%__p_%'` |
| 4140 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 4141 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 4141 | echo $ac_n "(cached) $ac_c" 1>&6 | 4142 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -4143,7 +4144,7 @@ else | |||
| 4143 | ac_save_LIBS="$LIBS" | 4144 | ac_save_LIBS="$LIBS" |
| 4144 | LIBS="-lXmu $LIBS" | 4145 | LIBS="-lXmu $LIBS" |
| 4145 | cat > conftest.$ac_ext <<EOF | 4146 | cat > conftest.$ac_ext <<EOF |
| 4146 | #line 4147 "configure" | 4147 | #line 4148 "configure" |
| 4147 | #include "confdefs.h" | 4148 | #include "confdefs.h" |
| 4148 | /* Override any gcc2 internal prototype to avoid an error. */ | 4149 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 4149 | /* We use char because int might match the return type of a gcc2 | 4150 | /* We use char because int might match the return type of a gcc2 |
| @@ -4154,7 +4155,7 @@ int main() { | |||
| 4154 | XmuConvertStandardSelection() | 4155 | XmuConvertStandardSelection() |
| 4155 | ; return 0; } | 4156 | ; return 0; } |
| 4156 | EOF | 4157 | EOF |
| 4157 | if { (eval echo configure:4158: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 4158 | if { (eval echo configure:4159: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 4158 | rm -rf conftest* | 4159 | rm -rf conftest* |
| 4159 | eval "ac_cv_lib_$ac_lib_var=yes" | 4160 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 4160 | else | 4161 | else |
| @@ -4186,12 +4187,12 @@ fi | |||
| 4186 | 4187 | ||
| 4187 | if test "${USE_X_TOOLKIT}" = "MOTIF"; then | 4188 | if test "${USE_X_TOOLKIT}" = "MOTIF"; then |
| 4188 | echo $ac_n "checking for Motif version 2.1""... $ac_c" 1>&6 | 4189 | echo $ac_n "checking for Motif version 2.1""... $ac_c" 1>&6 |
| 4189 | echo "configure:4190: checking for Motif version 2.1" >&5 | 4190 | echo "configure:4191: checking for Motif version 2.1" >&5 |
| 4190 | if eval "test \"`echo '$''{'emacs_cv_motif_version_2_1'+set}'`\" = set"; then | 4191 | if eval "test \"`echo '$''{'emacs_cv_motif_version_2_1'+set}'`\" = set"; then |
| 4191 | echo $ac_n "(cached) $ac_c" 1>&6 | 4192 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4192 | else | 4193 | else |
| 4193 | cat > conftest.$ac_ext <<EOF | 4194 | cat > conftest.$ac_ext <<EOF |
| 4194 | #line 4195 "configure" | 4195 | #line 4196 "configure" |
| 4195 | #include "confdefs.h" | 4196 | #include "confdefs.h" |
| 4196 | #include <Xm/Xm.h> | 4197 | #include <Xm/Xm.h> |
| 4197 | int main() { | 4198 | int main() { |
| @@ -4202,7 +4203,7 @@ Motif version prior to 2.1. | |||
| 4202 | #endif | 4203 | #endif |
| 4203 | ; return 0; } | 4204 | ; return 0; } |
| 4204 | EOF | 4205 | EOF |
| 4205 | if { (eval echo configure:4206: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | 4206 | if { (eval echo configure:4207: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
| 4206 | rm -rf conftest* | 4207 | rm -rf conftest* |
| 4207 | emacs_cv_motif_version_2_1=yes | 4208 | emacs_cv_motif_version_2_1=yes |
| 4208 | else | 4209 | else |
| @@ -4222,7 +4223,7 @@ echo "$ac_t""$emacs_cv_motif_version_2_1" 1>&6 | |||
| 4222 | EOF | 4223 | EOF |
| 4223 | 4224 | ||
| 4224 | echo $ac_n "checking for XpCreateContext in -lXp""... $ac_c" 1>&6 | 4225 | echo $ac_n "checking for XpCreateContext in -lXp""... $ac_c" 1>&6 |
| 4225 | echo "configure:4226: checking for XpCreateContext in -lXp" >&5 | 4226 | echo "configure:4227: checking for XpCreateContext in -lXp" >&5 |
| 4226 | ac_lib_var=`echo Xp'_'XpCreateContext | sed 'y%./+-%__p_%'` | 4227 | ac_lib_var=`echo Xp'_'XpCreateContext | sed 'y%./+-%__p_%'` |
| 4227 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 4228 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 4228 | echo $ac_n "(cached) $ac_c" 1>&6 | 4229 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -4230,7 +4231,7 @@ else | |||
| 4230 | ac_save_LIBS="$LIBS" | 4231 | ac_save_LIBS="$LIBS" |
| 4231 | LIBS="-lXp $LIBS" | 4232 | LIBS="-lXp $LIBS" |
| 4232 | cat > conftest.$ac_ext <<EOF | 4233 | cat > conftest.$ac_ext <<EOF |
| 4233 | #line 4234 "configure" | 4234 | #line 4235 "configure" |
| 4234 | #include "confdefs.h" | 4235 | #include "confdefs.h" |
| 4235 | /* Override any gcc2 internal prototype to avoid an error. */ | 4236 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 4236 | /* We use char because int might match the return type of a gcc2 | 4237 | /* We use char because int might match the return type of a gcc2 |
| @@ -4241,7 +4242,7 @@ int main() { | |||
| 4241 | XpCreateContext() | 4242 | XpCreateContext() |
| 4242 | ; return 0; } | 4243 | ; return 0; } |
| 4243 | EOF | 4244 | EOF |
| 4244 | if { (eval echo configure:4245: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 4245 | if { (eval echo configure:4246: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 4245 | rm -rf conftest* | 4246 | rm -rf conftest* |
| 4246 | eval "ac_cv_lib_$ac_lib_var=yes" | 4247 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 4247 | else | 4248 | else |
| @@ -4279,17 +4280,17 @@ if test "${HAVE_X11}" = "yes"; then | |||
| 4279 | CFLAGS="${LD_SWITCH_X_SITE}" | 4280 | CFLAGS="${LD_SWITCH_X_SITE}" |
| 4280 | ac_safe=`echo "X11/Xaw3d/Scrollbar.h" | sed 'y%./+-%__p_%'` | 4281 | ac_safe=`echo "X11/Xaw3d/Scrollbar.h" | sed 'y%./+-%__p_%'` |
| 4281 | echo $ac_n "checking for X11/Xaw3d/Scrollbar.h""... $ac_c" 1>&6 | 4282 | echo $ac_n "checking for X11/Xaw3d/Scrollbar.h""... $ac_c" 1>&6 |
| 4282 | echo "configure:4283: checking for X11/Xaw3d/Scrollbar.h" >&5 | 4283 | echo "configure:4284: checking for X11/Xaw3d/Scrollbar.h" >&5 |
| 4283 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 4284 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 4284 | echo $ac_n "(cached) $ac_c" 1>&6 | 4285 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4285 | else | 4286 | else |
| 4286 | cat > conftest.$ac_ext <<EOF | 4287 | cat > conftest.$ac_ext <<EOF |
| 4287 | #line 4288 "configure" | 4288 | #line 4289 "configure" |
| 4288 | #include "confdefs.h" | 4289 | #include "confdefs.h" |
| 4289 | #include <X11/Xaw3d/Scrollbar.h> | 4290 | #include <X11/Xaw3d/Scrollbar.h> |
| 4290 | EOF | 4291 | EOF |
| 4291 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 4292 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 4292 | { (eval echo configure:4293: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 4293 | { (eval echo configure:4294: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 4293 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 4294 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 4294 | if test -z "$ac_err"; then | 4295 | if test -z "$ac_err"; then |
| 4295 | rm -rf conftest* | 4296 | rm -rf conftest* |
| @@ -4306,7 +4307,7 @@ fi | |||
| 4306 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | 4307 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
| 4307 | echo "$ac_t""yes" 1>&6 | 4308 | echo "$ac_t""yes" 1>&6 |
| 4308 | echo $ac_n "checking for XawScrollbarSetThumb in -lXaw3d""... $ac_c" 1>&6 | 4309 | echo $ac_n "checking for XawScrollbarSetThumb in -lXaw3d""... $ac_c" 1>&6 |
| 4309 | echo "configure:4310: checking for XawScrollbarSetThumb in -lXaw3d" >&5 | 4310 | echo "configure:4311: checking for XawScrollbarSetThumb in -lXaw3d" >&5 |
| 4310 | ac_lib_var=`echo Xaw3d'_'XawScrollbarSetThumb | sed 'y%./+-%__p_%'` | 4311 | ac_lib_var=`echo Xaw3d'_'XawScrollbarSetThumb | sed 'y%./+-%__p_%'` |
| 4311 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 4312 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 4312 | echo $ac_n "(cached) $ac_c" 1>&6 | 4313 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -4314,7 +4315,7 @@ else | |||
| 4314 | ac_save_LIBS="$LIBS" | 4315 | ac_save_LIBS="$LIBS" |
| 4315 | LIBS="-lXaw3d -lX11 $LIBS" | 4316 | LIBS="-lXaw3d -lX11 $LIBS" |
| 4316 | cat > conftest.$ac_ext <<EOF | 4317 | cat > conftest.$ac_ext <<EOF |
| 4317 | #line 4318 "configure" | 4318 | #line 4319 "configure" |
| 4318 | #include "confdefs.h" | 4319 | #include "confdefs.h" |
| 4319 | /* Override any gcc2 internal prototype to avoid an error. */ | 4320 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 4320 | /* We use char because int might match the return type of a gcc2 | 4321 | /* We use char because int might match the return type of a gcc2 |
| @@ -4325,7 +4326,7 @@ int main() { | |||
| 4325 | XawScrollbarSetThumb() | 4326 | XawScrollbarSetThumb() |
| 4326 | ; return 0; } | 4327 | ; return 0; } |
| 4327 | EOF | 4328 | EOF |
| 4328 | if { (eval echo configure:4329: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 4329 | if { (eval echo configure:4330: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 4329 | rm -rf conftest* | 4330 | rm -rf conftest* |
| 4330 | eval "ac_cv_lib_$ac_lib_var=yes" | 4331 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 4331 | else | 4332 | else |
| @@ -4389,17 +4390,17 @@ if test "${HAVE_X11}" = "yes"; then | |||
| 4389 | CFLAGS="${LD_SWITCH_X_SITE}" | 4390 | CFLAGS="${LD_SWITCH_X_SITE}" |
| 4390 | ac_safe=`echo "X11/xpm.h" | sed 'y%./+-%__p_%'` | 4391 | ac_safe=`echo "X11/xpm.h" | sed 'y%./+-%__p_%'` |
| 4391 | echo $ac_n "checking for X11/xpm.h""... $ac_c" 1>&6 | 4392 | echo $ac_n "checking for X11/xpm.h""... $ac_c" 1>&6 |
| 4392 | echo "configure:4393: checking for X11/xpm.h" >&5 | 4393 | echo "configure:4394: checking for X11/xpm.h" >&5 |
| 4393 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 4394 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 4394 | echo $ac_n "(cached) $ac_c" 1>&6 | 4395 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4395 | else | 4396 | else |
| 4396 | cat > conftest.$ac_ext <<EOF | 4397 | cat > conftest.$ac_ext <<EOF |
| 4397 | #line 4398 "configure" | 4398 | #line 4399 "configure" |
| 4398 | #include "confdefs.h" | 4399 | #include "confdefs.h" |
| 4399 | #include <X11/xpm.h> | 4400 | #include <X11/xpm.h> |
| 4400 | EOF | 4401 | EOF |
| 4401 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 4402 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 4402 | { (eval echo configure:4403: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 4403 | { (eval echo configure:4404: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 4403 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 4404 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 4404 | if test -z "$ac_err"; then | 4405 | if test -z "$ac_err"; then |
| 4405 | rm -rf conftest* | 4406 | rm -rf conftest* |
| @@ -4416,7 +4417,7 @@ fi | |||
| 4416 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | 4417 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
| 4417 | echo "$ac_t""yes" 1>&6 | 4418 | echo "$ac_t""yes" 1>&6 |
| 4418 | echo $ac_n "checking for XpmReadFileToPixmap in -lXpm""... $ac_c" 1>&6 | 4419 | echo $ac_n "checking for XpmReadFileToPixmap in -lXpm""... $ac_c" 1>&6 |
| 4419 | echo "configure:4420: checking for XpmReadFileToPixmap in -lXpm" >&5 | 4420 | echo "configure:4421: checking for XpmReadFileToPixmap in -lXpm" >&5 |
| 4420 | ac_lib_var=`echo Xpm'_'XpmReadFileToPixmap | sed 'y%./+-%__p_%'` | 4421 | ac_lib_var=`echo Xpm'_'XpmReadFileToPixmap | sed 'y%./+-%__p_%'` |
| 4421 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 4422 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 4422 | echo $ac_n "(cached) $ac_c" 1>&6 | 4423 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -4424,7 +4425,7 @@ else | |||
| 4424 | ac_save_LIBS="$LIBS" | 4425 | ac_save_LIBS="$LIBS" |
| 4425 | LIBS="-lXpm -lX11 $LIBS" | 4426 | LIBS="-lXpm -lX11 $LIBS" |
| 4426 | cat > conftest.$ac_ext <<EOF | 4427 | cat > conftest.$ac_ext <<EOF |
| 4427 | #line 4428 "configure" | 4428 | #line 4429 "configure" |
| 4428 | #include "confdefs.h" | 4429 | #include "confdefs.h" |
| 4429 | /* Override any gcc2 internal prototype to avoid an error. */ | 4430 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 4430 | /* We use char because int might match the return type of a gcc2 | 4431 | /* We use char because int might match the return type of a gcc2 |
| @@ -4435,7 +4436,7 @@ int main() { | |||
| 4435 | XpmReadFileToPixmap() | 4436 | XpmReadFileToPixmap() |
| 4436 | ; return 0; } | 4437 | ; return 0; } |
| 4437 | EOF | 4438 | EOF |
| 4438 | if { (eval echo configure:4439: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 4439 | if { (eval echo configure:4440: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 4439 | rm -rf conftest* | 4440 | rm -rf conftest* |
| 4440 | eval "ac_cv_lib_$ac_lib_var=yes" | 4441 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 4441 | else | 4442 | else |
| @@ -4478,17 +4479,17 @@ if test "${HAVE_X11}" = "yes"; then | |||
| 4478 | CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}" | 4479 | CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}" |
| 4479 | ac_safe=`echo "jerror.h" | sed 'y%./+-%__p_%'` | 4480 | ac_safe=`echo "jerror.h" | sed 'y%./+-%__p_%'` |
| 4480 | echo $ac_n "checking for jerror.h""... $ac_c" 1>&6 | 4481 | echo $ac_n "checking for jerror.h""... $ac_c" 1>&6 |
| 4481 | echo "configure:4482: checking for jerror.h" >&5 | 4482 | echo "configure:4483: checking for jerror.h" >&5 |
| 4482 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 4483 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 4483 | echo $ac_n "(cached) $ac_c" 1>&6 | 4484 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4484 | else | 4485 | else |
| 4485 | cat > conftest.$ac_ext <<EOF | 4486 | cat > conftest.$ac_ext <<EOF |
| 4486 | #line 4487 "configure" | 4487 | #line 4488 "configure" |
| 4487 | #include "confdefs.h" | 4488 | #include "confdefs.h" |
| 4488 | #include <jerror.h> | 4489 | #include <jerror.h> |
| 4489 | EOF | 4490 | EOF |
| 4490 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 4491 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 4491 | { (eval echo configure:4492: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 4492 | { (eval echo configure:4493: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 4492 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 4493 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 4493 | if test -z "$ac_err"; then | 4494 | if test -z "$ac_err"; then |
| 4494 | rm -rf conftest* | 4495 | rm -rf conftest* |
| @@ -4505,7 +4506,7 @@ fi | |||
| 4505 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | 4506 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
| 4506 | echo "$ac_t""yes" 1>&6 | 4507 | echo "$ac_t""yes" 1>&6 |
| 4507 | echo $ac_n "checking for jpeg_destroy_compress in -ljpeg""... $ac_c" 1>&6 | 4508 | echo $ac_n "checking for jpeg_destroy_compress in -ljpeg""... $ac_c" 1>&6 |
| 4508 | echo "configure:4509: checking for jpeg_destroy_compress in -ljpeg" >&5 | 4509 | echo "configure:4510: checking for jpeg_destroy_compress in -ljpeg" >&5 |
| 4509 | ac_lib_var=`echo jpeg'_'jpeg_destroy_compress | sed 'y%./+-%__p_%'` | 4510 | ac_lib_var=`echo jpeg'_'jpeg_destroy_compress | sed 'y%./+-%__p_%'` |
| 4510 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 4511 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 4511 | echo $ac_n "(cached) $ac_c" 1>&6 | 4512 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -4513,7 +4514,7 @@ else | |||
| 4513 | ac_save_LIBS="$LIBS" | 4514 | ac_save_LIBS="$LIBS" |
| 4514 | LIBS="-ljpeg -lX11 $LIBS" | 4515 | LIBS="-ljpeg -lX11 $LIBS" |
| 4515 | cat > conftest.$ac_ext <<EOF | 4516 | cat > conftest.$ac_ext <<EOF |
| 4516 | #line 4517 "configure" | 4517 | #line 4518 "configure" |
| 4517 | #include "confdefs.h" | 4518 | #include "confdefs.h" |
| 4518 | /* Override any gcc2 internal prototype to avoid an error. */ | 4519 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 4519 | /* We use char because int might match the return type of a gcc2 | 4520 | /* We use char because int might match the return type of a gcc2 |
| @@ -4524,7 +4525,7 @@ int main() { | |||
| 4524 | jpeg_destroy_compress() | 4525 | jpeg_destroy_compress() |
| 4525 | ; return 0; } | 4526 | ; return 0; } |
| 4526 | EOF | 4527 | EOF |
| 4527 | if { (eval echo configure:4528: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 4528 | if { (eval echo configure:4529: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 4528 | rm -rf conftest* | 4529 | rm -rf conftest* |
| 4529 | eval "ac_cv_lib_$ac_lib_var=yes" | 4530 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 4530 | else | 4531 | else |
| @@ -4567,17 +4568,17 @@ if test "${HAVE_X11}" = "yes"; then | |||
| 4567 | CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}" | 4568 | CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}" |
| 4568 | ac_safe=`echo "png.h" | sed 'y%./+-%__p_%'` | 4569 | ac_safe=`echo "png.h" | sed 'y%./+-%__p_%'` |
| 4569 | echo $ac_n "checking for png.h""... $ac_c" 1>&6 | 4570 | echo $ac_n "checking for png.h""... $ac_c" 1>&6 |
| 4570 | echo "configure:4571: checking for png.h" >&5 | 4571 | echo "configure:4572: checking for png.h" >&5 |
| 4571 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 4572 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 4572 | echo $ac_n "(cached) $ac_c" 1>&6 | 4573 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4573 | else | 4574 | else |
| 4574 | cat > conftest.$ac_ext <<EOF | 4575 | cat > conftest.$ac_ext <<EOF |
| 4575 | #line 4576 "configure" | 4576 | #line 4577 "configure" |
| 4576 | #include "confdefs.h" | 4577 | #include "confdefs.h" |
| 4577 | #include <png.h> | 4578 | #include <png.h> |
| 4578 | EOF | 4579 | EOF |
| 4579 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 4580 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 4580 | { (eval echo configure:4581: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 4581 | { (eval echo configure:4582: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 4581 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 4582 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 4582 | if test -z "$ac_err"; then | 4583 | if test -z "$ac_err"; then |
| 4583 | rm -rf conftest* | 4584 | rm -rf conftest* |
| @@ -4594,7 +4595,7 @@ fi | |||
| 4594 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | 4595 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
| 4595 | echo "$ac_t""yes" 1>&6 | 4596 | echo "$ac_t""yes" 1>&6 |
| 4596 | echo $ac_n "checking for png_set_expand in -lpng""... $ac_c" 1>&6 | 4597 | echo $ac_n "checking for png_set_expand in -lpng""... $ac_c" 1>&6 |
| 4597 | echo "configure:4598: checking for png_set_expand in -lpng" >&5 | 4598 | echo "configure:4599: checking for png_set_expand in -lpng" >&5 |
| 4598 | ac_lib_var=`echo png'_'png_set_expand | sed 'y%./+-%__p_%'` | 4599 | ac_lib_var=`echo png'_'png_set_expand | sed 'y%./+-%__p_%'` |
| 4599 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 4600 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 4600 | echo $ac_n "(cached) $ac_c" 1>&6 | 4601 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -4602,7 +4603,7 @@ else | |||
| 4602 | ac_save_LIBS="$LIBS" | 4603 | ac_save_LIBS="$LIBS" |
| 4603 | LIBS="-lpng -lX11 -lz -lm $LIBS" | 4604 | LIBS="-lpng -lX11 -lz -lm $LIBS" |
| 4604 | cat > conftest.$ac_ext <<EOF | 4605 | cat > conftest.$ac_ext <<EOF |
| 4605 | #line 4606 "configure" | 4606 | #line 4607 "configure" |
| 4606 | #include "confdefs.h" | 4607 | #include "confdefs.h" |
| 4607 | /* Override any gcc2 internal prototype to avoid an error. */ | 4608 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 4608 | /* We use char because int might match the return type of a gcc2 | 4609 | /* We use char because int might match the return type of a gcc2 |
| @@ -4613,7 +4614,7 @@ int main() { | |||
| 4613 | png_set_expand() | 4614 | png_set_expand() |
| 4614 | ; return 0; } | 4615 | ; return 0; } |
| 4615 | EOF | 4616 | EOF |
| 4616 | if { (eval echo configure:4617: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 4617 | if { (eval echo configure:4618: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 4617 | rm -rf conftest* | 4618 | rm -rf conftest* |
| 4618 | eval "ac_cv_lib_$ac_lib_var=yes" | 4619 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 4619 | else | 4620 | else |
| @@ -4656,17 +4657,17 @@ if test "${HAVE_X11}" = "yes"; then | |||
| 4656 | CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}" | 4657 | CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}" |
| 4657 | ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'` | 4658 | ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'` |
| 4658 | echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6 | 4659 | echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6 |
| 4659 | echo "configure:4660: checking for tiffio.h" >&5 | 4660 | echo "configure:4661: checking for tiffio.h" >&5 |
| 4660 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 4661 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 4661 | echo $ac_n "(cached) $ac_c" 1>&6 | 4662 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4662 | else | 4663 | else |
| 4663 | cat > conftest.$ac_ext <<EOF | 4664 | cat > conftest.$ac_ext <<EOF |
| 4664 | #line 4665 "configure" | 4665 | #line 4666 "configure" |
| 4665 | #include "confdefs.h" | 4666 | #include "confdefs.h" |
| 4666 | #include <tiffio.h> | 4667 | #include <tiffio.h> |
| 4667 | EOF | 4668 | EOF |
| 4668 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 4669 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 4669 | { (eval echo configure:4670: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 4670 | { (eval echo configure:4671: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 4670 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 4671 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 4671 | if test -z "$ac_err"; then | 4672 | if test -z "$ac_err"; then |
| 4672 | rm -rf conftest* | 4673 | rm -rf conftest* |
| @@ -4686,7 +4687,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |||
| 4686 | # At least one tiff package requires the jpeg library. | 4687 | # At least one tiff package requires the jpeg library. |
| 4687 | if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi | 4688 | if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi |
| 4688 | echo $ac_n "checking for TIFFGetVersion in -ltiff""... $ac_c" 1>&6 | 4689 | echo $ac_n "checking for TIFFGetVersion in -ltiff""... $ac_c" 1>&6 |
| 4689 | echo "configure:4690: checking for TIFFGetVersion in -ltiff" >&5 | 4690 | echo "configure:4691: checking for TIFFGetVersion in -ltiff" >&5 |
| 4690 | ac_lib_var=`echo tiff'_'TIFFGetVersion | sed 'y%./+-%__p_%'` | 4691 | ac_lib_var=`echo tiff'_'TIFFGetVersion | sed 'y%./+-%__p_%'` |
| 4691 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 4692 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 4692 | echo $ac_n "(cached) $ac_c" 1>&6 | 4693 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -4694,7 +4695,7 @@ else | |||
| 4694 | ac_save_LIBS="$LIBS" | 4695 | ac_save_LIBS="$LIBS" |
| 4695 | LIBS="-ltiff $tifflibs $LIBS" | 4696 | LIBS="-ltiff $tifflibs $LIBS" |
| 4696 | cat > conftest.$ac_ext <<EOF | 4697 | cat > conftest.$ac_ext <<EOF |
| 4697 | #line 4698 "configure" | 4698 | #line 4699 "configure" |
| 4698 | #include "confdefs.h" | 4699 | #include "confdefs.h" |
| 4699 | /* Override any gcc2 internal prototype to avoid an error. */ | 4700 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 4700 | /* We use char because int might match the return type of a gcc2 | 4701 | /* We use char because int might match the return type of a gcc2 |
| @@ -4705,7 +4706,7 @@ int main() { | |||
| 4705 | TIFFGetVersion() | 4706 | TIFFGetVersion() |
| 4706 | ; return 0; } | 4707 | ; return 0; } |
| 4707 | EOF | 4708 | EOF |
| 4708 | if { (eval echo configure:4709: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 4709 | if { (eval echo configure:4710: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 4709 | rm -rf conftest* | 4710 | rm -rf conftest* |
| 4710 | eval "ac_cv_lib_$ac_lib_var=yes" | 4711 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 4711 | else | 4712 | else |
| @@ -4748,17 +4749,17 @@ if test "${HAVE_X11}" = "yes"; then | |||
| 4748 | CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}" | 4749 | CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}" |
| 4749 | ac_safe=`echo "gif_lib.h" | sed 'y%./+-%__p_%'` | 4750 | ac_safe=`echo "gif_lib.h" | sed 'y%./+-%__p_%'` |
| 4750 | echo $ac_n "checking for gif_lib.h""... $ac_c" 1>&6 | 4751 | echo $ac_n "checking for gif_lib.h""... $ac_c" 1>&6 |
| 4751 | echo "configure:4752: checking for gif_lib.h" >&5 | 4752 | echo "configure:4753: checking for gif_lib.h" >&5 |
| 4752 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 4753 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 4753 | echo $ac_n "(cached) $ac_c" 1>&6 | 4754 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4754 | else | 4755 | else |
| 4755 | cat > conftest.$ac_ext <<EOF | 4756 | cat > conftest.$ac_ext <<EOF |
| 4756 | #line 4757 "configure" | 4757 | #line 4758 "configure" |
| 4757 | #include "confdefs.h" | 4758 | #include "confdefs.h" |
| 4758 | #include <gif_lib.h> | 4759 | #include <gif_lib.h> |
| 4759 | EOF | 4760 | EOF |
| 4760 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 4761 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 4761 | { (eval echo configure:4762: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 4762 | { (eval echo configure:4763: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 4762 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 4763 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 4763 | if test -z "$ac_err"; then | 4764 | if test -z "$ac_err"; then |
| 4764 | rm -rf conftest* | 4765 | rm -rf conftest* |
| @@ -4775,7 +4776,7 @@ fi | |||
| 4775 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | 4776 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
| 4776 | echo "$ac_t""yes" 1>&6 | 4777 | echo "$ac_t""yes" 1>&6 |
| 4777 | echo $ac_n "checking for DGifOpen in -lungif""... $ac_c" 1>&6 | 4778 | echo $ac_n "checking for DGifOpen in -lungif""... $ac_c" 1>&6 |
| 4778 | echo "configure:4779: checking for DGifOpen in -lungif" >&5 | 4779 | echo "configure:4780: checking for DGifOpen in -lungif" >&5 |
| 4779 | ac_lib_var=`echo ungif'_'DGifOpen | sed 'y%./+-%__p_%'` | 4780 | ac_lib_var=`echo ungif'_'DGifOpen | sed 'y%./+-%__p_%'` |
| 4780 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 4781 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 4781 | echo $ac_n "(cached) $ac_c" 1>&6 | 4782 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -4783,7 +4784,7 @@ else | |||
| 4783 | ac_save_LIBS="$LIBS" | 4784 | ac_save_LIBS="$LIBS" |
| 4784 | LIBS="-lungif -lX11 $LIBS" | 4785 | LIBS="-lungif -lX11 $LIBS" |
| 4785 | cat > conftest.$ac_ext <<EOF | 4786 | cat > conftest.$ac_ext <<EOF |
| 4786 | #line 4787 "configure" | 4787 | #line 4788 "configure" |
| 4787 | #include "confdefs.h" | 4788 | #include "confdefs.h" |
| 4788 | /* Override any gcc2 internal prototype to avoid an error. */ | 4789 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 4789 | /* We use char because int might match the return type of a gcc2 | 4790 | /* We use char because int might match the return type of a gcc2 |
| @@ -4794,7 +4795,7 @@ int main() { | |||
| 4794 | DGifOpen() | 4795 | DGifOpen() |
| 4795 | ; return 0; } | 4796 | ; return 0; } |
| 4796 | EOF | 4797 | EOF |
| 4797 | if { (eval echo configure:4798: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 4798 | if { (eval echo configure:4799: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 4798 | rm -rf conftest* | 4799 | rm -rf conftest* |
| 4799 | eval "ac_cv_lib_$ac_lib_var=yes" | 4800 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 4800 | else | 4801 | else |
| @@ -4831,19 +4832,19 @@ fi | |||
| 4831 | 4832 | ||
| 4832 | # If netdb.h doesn't declare h_errno, we must declare it by hand. | 4833 | # If netdb.h doesn't declare h_errno, we must declare it by hand. |
| 4833 | echo $ac_n "checking whether netdb declares h_errno""... $ac_c" 1>&6 | 4834 | echo $ac_n "checking whether netdb declares h_errno""... $ac_c" 1>&6 |
| 4834 | echo "configure:4835: checking whether netdb declares h_errno" >&5 | 4835 | echo "configure:4836: checking whether netdb declares h_errno" >&5 |
| 4835 | if eval "test \"`echo '$''{'emacs_cv_netdb_declares_h_errno'+set}'`\" = set"; then | 4836 | if eval "test \"`echo '$''{'emacs_cv_netdb_declares_h_errno'+set}'`\" = set"; then |
| 4836 | echo $ac_n "(cached) $ac_c" 1>&6 | 4837 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4837 | else | 4838 | else |
| 4838 | cat > conftest.$ac_ext <<EOF | 4839 | cat > conftest.$ac_ext <<EOF |
| 4839 | #line 4840 "configure" | 4840 | #line 4841 "configure" |
| 4840 | #include "confdefs.h" | 4841 | #include "confdefs.h" |
| 4841 | #include <netdb.h> | 4842 | #include <netdb.h> |
| 4842 | int main() { | 4843 | int main() { |
| 4843 | return h_errno; | 4844 | return h_errno; |
| 4844 | ; return 0; } | 4845 | ; return 0; } |
| 4845 | EOF | 4846 | EOF |
| 4846 | if { (eval echo configure:4847: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 4847 | if { (eval echo configure:4848: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 4847 | rm -rf conftest* | 4848 | rm -rf conftest* |
| 4848 | emacs_cv_netdb_declares_h_errno=yes | 4849 | emacs_cv_netdb_declares_h_errno=yes |
| 4849 | else | 4850 | else |
| @@ -4866,19 +4867,19 @@ fi | |||
| 4866 | # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works | 4867 | # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works |
| 4867 | # for constant arguments. Useless! | 4868 | # for constant arguments. Useless! |
| 4868 | echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 | 4869 | echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 |
| 4869 | echo "configure:4870: checking for working alloca.h" >&5 | 4870 | echo "configure:4871: checking for working alloca.h" >&5 |
| 4870 | if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then | 4871 | if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then |
| 4871 | echo $ac_n "(cached) $ac_c" 1>&6 | 4872 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4872 | else | 4873 | else |
| 4873 | cat > conftest.$ac_ext <<EOF | 4874 | cat > conftest.$ac_ext <<EOF |
| 4874 | #line 4875 "configure" | 4875 | #line 4876 "configure" |
| 4875 | #include "confdefs.h" | 4876 | #include "confdefs.h" |
| 4876 | #include <alloca.h> | 4877 | #include <alloca.h> |
| 4877 | int main() { | 4878 | int main() { |
| 4878 | void *p = alloca(2 * sizeof(int)); | 4879 | char *p = alloca(2 * sizeof(int)); |
| 4879 | ; return 0; } | 4880 | ; return 0; } |
| 4880 | EOF | 4881 | EOF |
| 4881 | if { (eval echo configure:4882: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 4882 | if { (eval echo configure:4883: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 4882 | rm -rf conftest* | 4883 | rm -rf conftest* |
| 4883 | ac_cv_header_alloca_h=yes | 4884 | ac_cv_header_alloca_h=yes |
| 4884 | else | 4885 | else |
| @@ -4899,12 +4900,12 @@ EOF | |||
| 4899 | fi | 4900 | fi |
| 4900 | 4901 | ||
| 4901 | echo $ac_n "checking for alloca""... $ac_c" 1>&6 | 4902 | echo $ac_n "checking for alloca""... $ac_c" 1>&6 |
| 4902 | echo "configure:4903: checking for alloca" >&5 | 4903 | echo "configure:4904: checking for alloca" >&5 |
| 4903 | if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then | 4904 | if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then |
| 4904 | echo $ac_n "(cached) $ac_c" 1>&6 | 4905 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4905 | else | 4906 | else |
| 4906 | cat > conftest.$ac_ext <<EOF | 4907 | cat > conftest.$ac_ext <<EOF |
| 4907 | #line 4908 "configure" | 4908 | #line 4909 "configure" |
| 4908 | #include "confdefs.h" | 4909 | #include "confdefs.h" |
| 4909 | 4910 | ||
| 4910 | #ifdef __GNUC__ | 4911 | #ifdef __GNUC__ |
| @@ -4932,7 +4933,7 @@ int main() { | |||
| 4932 | char *p = (char *) alloca(1); | 4933 | char *p = (char *) alloca(1); |
| 4933 | ; return 0; } | 4934 | ; return 0; } |
| 4934 | EOF | 4935 | EOF |
| 4935 | if { (eval echo configure:4936: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 4936 | if { (eval echo configure:4937: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 4936 | rm -rf conftest* | 4937 | rm -rf conftest* |
| 4937 | ac_cv_func_alloca_works=yes | 4938 | ac_cv_func_alloca_works=yes |
| 4938 | else | 4939 | else |
| @@ -4964,12 +4965,12 @@ EOF | |||
| 4964 | 4965 | ||
| 4965 | 4966 | ||
| 4966 | echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 | 4967 | echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 |
| 4967 | echo "configure:4968: checking whether alloca needs Cray hooks" >&5 | 4968 | echo "configure:4969: checking whether alloca needs Cray hooks" >&5 |
| 4968 | if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then | 4969 | if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then |
| 4969 | echo $ac_n "(cached) $ac_c" 1>&6 | 4970 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4970 | else | 4971 | else |
| 4971 | cat > conftest.$ac_ext <<EOF | 4972 | cat > conftest.$ac_ext <<EOF |
| 4972 | #line 4973 "configure" | 4973 | #line 4974 "configure" |
| 4973 | #include "confdefs.h" | 4974 | #include "confdefs.h" |
| 4974 | #if defined(CRAY) && ! defined(CRAY2) | 4975 | #if defined(CRAY) && ! defined(CRAY2) |
| 4975 | webecray | 4976 | webecray |
| @@ -4994,12 +4995,12 @@ echo "$ac_t""$ac_cv_os_cray" 1>&6 | |||
| 4994 | if test $ac_cv_os_cray = yes; then | 4995 | if test $ac_cv_os_cray = yes; then |
| 4995 | for ac_func in _getb67 GETB67 getb67; do | 4996 | for ac_func in _getb67 GETB67 getb67; do |
| 4996 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | 4997 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
| 4997 | echo "configure:4998: checking for $ac_func" >&5 | 4998 | echo "configure:4999: checking for $ac_func" >&5 |
| 4998 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then | 4999 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
| 4999 | echo $ac_n "(cached) $ac_c" 1>&6 | 5000 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5000 | else | 5001 | else |
| 5001 | cat > conftest.$ac_ext <<EOF | 5002 | cat > conftest.$ac_ext <<EOF |
| 5002 | #line 5003 "configure" | 5003 | #line 5004 "configure" |
| 5003 | #include "confdefs.h" | 5004 | #include "confdefs.h" |
| 5004 | /* System header to define __stub macros and hopefully few prototypes, | 5005 | /* System header to define __stub macros and hopefully few prototypes, |
| 5005 | which can conflict with char $ac_func(); below. */ | 5006 | which can conflict with char $ac_func(); below. */ |
| @@ -5022,7 +5023,7 @@ $ac_func(); | |||
| 5022 | 5023 | ||
| 5023 | ; return 0; } | 5024 | ; return 0; } |
| 5024 | EOF | 5025 | EOF |
| 5025 | if { (eval echo configure:5026: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 5026 | if { (eval echo configure:5027: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 5026 | rm -rf conftest* | 5027 | rm -rf conftest* |
| 5027 | eval "ac_cv_func_$ac_func=yes" | 5028 | eval "ac_cv_func_$ac_func=yes" |
| 5028 | else | 5029 | else |
| @@ -5049,7 +5050,7 @@ done | |||
| 5049 | fi | 5050 | fi |
| 5050 | 5051 | ||
| 5051 | echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 | 5052 | echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 |
| 5052 | echo "configure:5053: checking stack direction for C alloca" >&5 | 5053 | echo "configure:5054: checking stack direction for C alloca" >&5 |
| 5053 | if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then | 5054 | if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then |
| 5054 | echo $ac_n "(cached) $ac_c" 1>&6 | 5055 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5055 | else | 5056 | else |
| @@ -5057,7 +5058,7 @@ else | |||
| 5057 | ac_cv_c_stack_direction=0 | 5058 | ac_cv_c_stack_direction=0 |
| 5058 | else | 5059 | else |
| 5059 | cat > conftest.$ac_ext <<EOF | 5060 | cat > conftest.$ac_ext <<EOF |
| 5060 | #line 5061 "configure" | 5061 | #line 5062 "configure" |
| 5061 | #include "confdefs.h" | 5062 | #include "confdefs.h" |
| 5062 | find_stack_direction () | 5063 | find_stack_direction () |
| 5063 | { | 5064 | { |
| @@ -5076,7 +5077,7 @@ main () | |||
| 5076 | exit (find_stack_direction() < 0); | 5077 | exit (find_stack_direction() < 0); |
| 5077 | } | 5078 | } |
| 5078 | EOF | 5079 | EOF |
| 5079 | if { (eval echo configure:5080: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null | 5080 | if { (eval echo configure:5081: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
| 5080 | then | 5081 | then |
| 5081 | ac_cv_c_stack_direction=1 | 5082 | ac_cv_c_stack_direction=1 |
| 5082 | else | 5083 | else |
| @@ -5101,7 +5102,7 @@ fi | |||
| 5101 | # fmod, logb, and frexp are found in -lm on most systems. | 5102 | # fmod, logb, and frexp are found in -lm on most systems. |
| 5102 | # On HPUX 9.01, -lm does not contain logb, so check for sqrt. | 5103 | # On HPUX 9.01, -lm does not contain logb, so check for sqrt. |
| 5103 | echo $ac_n "checking for sqrt in -lm""... $ac_c" 1>&6 | 5104 | echo $ac_n "checking for sqrt in -lm""... $ac_c" 1>&6 |
| 5104 | echo "configure:5105: checking for sqrt in -lm" >&5 | 5105 | echo "configure:5106: checking for sqrt in -lm" >&5 |
| 5105 | ac_lib_var=`echo m'_'sqrt | sed 'y%./+-%__p_%'` | 5106 | ac_lib_var=`echo m'_'sqrt | sed 'y%./+-%__p_%'` |
| 5106 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 5107 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 5107 | echo $ac_n "(cached) $ac_c" 1>&6 | 5108 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -5109,7 +5110,7 @@ else | |||
| 5109 | ac_save_LIBS="$LIBS" | 5110 | ac_save_LIBS="$LIBS" |
| 5110 | LIBS="-lm $LIBS" | 5111 | LIBS="-lm $LIBS" |
| 5111 | cat > conftest.$ac_ext <<EOF | 5112 | cat > conftest.$ac_ext <<EOF |
| 5112 | #line 5113 "configure" | 5113 | #line 5114 "configure" |
| 5113 | #include "confdefs.h" | 5114 | #include "confdefs.h" |
| 5114 | /* Override any gcc2 internal prototype to avoid an error. */ | 5115 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 5115 | /* We use char because int might match the return type of a gcc2 | 5116 | /* We use char because int might match the return type of a gcc2 |
| @@ -5120,7 +5121,7 @@ int main() { | |||
| 5120 | sqrt() | 5121 | sqrt() |
| 5121 | ; return 0; } | 5122 | ; return 0; } |
| 5122 | EOF | 5123 | EOF |
| 5123 | if { (eval echo configure:5124: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 5124 | if { (eval echo configure:5125: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 5124 | rm -rf conftest* | 5125 | rm -rf conftest* |
| 5125 | eval "ac_cv_lib_$ac_lib_var=yes" | 5126 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 5126 | else | 5127 | else |
| @@ -5150,7 +5151,7 @@ fi | |||
| 5150 | 5151 | ||
| 5151 | # Check for mail-locking functions in a "mail" library | 5152 | # Check for mail-locking functions in a "mail" library |
| 5152 | echo $ac_n "checking for maillock in -lmail""... $ac_c" 1>&6 | 5153 | echo $ac_n "checking for maillock in -lmail""... $ac_c" 1>&6 |
| 5153 | echo "configure:5154: checking for maillock in -lmail" >&5 | 5154 | echo "configure:5155: checking for maillock in -lmail" >&5 |
| 5154 | ac_lib_var=`echo mail'_'maillock | sed 'y%./+-%__p_%'` | 5155 | ac_lib_var=`echo mail'_'maillock | sed 'y%./+-%__p_%'` |
| 5155 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 5156 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 5156 | echo $ac_n "(cached) $ac_c" 1>&6 | 5157 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -5158,7 +5159,7 @@ else | |||
| 5158 | ac_save_LIBS="$LIBS" | 5159 | ac_save_LIBS="$LIBS" |
| 5159 | LIBS="-lmail $LIBS" | 5160 | LIBS="-lmail $LIBS" |
| 5160 | cat > conftest.$ac_ext <<EOF | 5161 | cat > conftest.$ac_ext <<EOF |
| 5161 | #line 5162 "configure" | 5162 | #line 5163 "configure" |
| 5162 | #include "confdefs.h" | 5163 | #include "confdefs.h" |
| 5163 | /* Override any gcc2 internal prototype to avoid an error. */ | 5164 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 5164 | /* We use char because int might match the return type of a gcc2 | 5165 | /* We use char because int might match the return type of a gcc2 |
| @@ -5169,7 +5170,7 @@ int main() { | |||
| 5169 | maillock() | 5170 | maillock() |
| 5170 | ; return 0; } | 5171 | ; return 0; } |
| 5171 | EOF | 5172 | EOF |
| 5172 | if { (eval echo configure:5173: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 5173 | if { (eval echo configure:5174: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 5173 | rm -rf conftest* | 5174 | rm -rf conftest* |
| 5174 | eval "ac_cv_lib_$ac_lib_var=yes" | 5175 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 5175 | else | 5176 | else |
| @@ -5197,7 +5198,7 @@ else | |||
| 5197 | fi | 5198 | fi |
| 5198 | 5199 | ||
| 5199 | echo $ac_n "checking for maillock in -llockfile""... $ac_c" 1>&6 | 5200 | echo $ac_n "checking for maillock in -llockfile""... $ac_c" 1>&6 |
| 5200 | echo "configure:5201: checking for maillock in -llockfile" >&5 | 5201 | echo "configure:5202: checking for maillock in -llockfile" >&5 |
| 5201 | ac_lib_var=`echo lockfile'_'maillock | sed 'y%./+-%__p_%'` | 5202 | ac_lib_var=`echo lockfile'_'maillock | sed 'y%./+-%__p_%'` |
| 5202 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 5203 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 5203 | echo $ac_n "(cached) $ac_c" 1>&6 | 5204 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -5205,7 +5206,7 @@ else | |||
| 5205 | ac_save_LIBS="$LIBS" | 5206 | ac_save_LIBS="$LIBS" |
| 5206 | LIBS="-llockfile $LIBS" | 5207 | LIBS="-llockfile $LIBS" |
| 5207 | cat > conftest.$ac_ext <<EOF | 5208 | cat > conftest.$ac_ext <<EOF |
| 5208 | #line 5209 "configure" | 5209 | #line 5210 "configure" |
| 5209 | #include "confdefs.h" | 5210 | #include "confdefs.h" |
| 5210 | /* Override any gcc2 internal prototype to avoid an error. */ | 5211 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 5211 | /* We use char because int might match the return type of a gcc2 | 5212 | /* We use char because int might match the return type of a gcc2 |
| @@ -5216,7 +5217,7 @@ int main() { | |||
| 5216 | maillock() | 5217 | maillock() |
| 5217 | ; return 0; } | 5218 | ; return 0; } |
| 5218 | EOF | 5219 | EOF |
| 5219 | if { (eval echo configure:5220: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 5220 | if { (eval echo configure:5221: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 5220 | rm -rf conftest* | 5221 | rm -rf conftest* |
| 5221 | eval "ac_cv_lib_$ac_lib_var=yes" | 5222 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 5222 | else | 5223 | else |
| @@ -5250,7 +5251,7 @@ if test "$ac_cv_lib_lockfile_maillock" = no; then | |||
| 5250 | # Extract the first word of "liblockfile.so", so it can be a program name with args. | 5251 | # Extract the first word of "liblockfile.so", so it can be a program name with args. |
| 5251 | set dummy liblockfile.so; ac_word=$2 | 5252 | set dummy liblockfile.so; ac_word=$2 |
| 5252 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | 5253 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
| 5253 | echo "configure:5254: checking for $ac_word" >&5 | 5254 | echo "configure:5255: checking for $ac_word" >&5 |
| 5254 | if eval "test \"`echo '$''{'ac_cv_prog_liblockfile'+set}'`\" = set"; then | 5255 | if eval "test \"`echo '$''{'ac_cv_prog_liblockfile'+set}'`\" = set"; then |
| 5255 | echo $ac_n "(cached) $ac_c" 1>&6 | 5256 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5256 | else | 5257 | else |
| @@ -5291,12 +5292,12 @@ fi | |||
| 5291 | for ac_func in touchlock | 5292 | for ac_func in touchlock |
| 5292 | do | 5293 | do |
| 5293 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | 5294 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
| 5294 | echo "configure:5295: checking for $ac_func" >&5 | 5295 | echo "configure:5296: checking for $ac_func" >&5 |
| 5295 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then | 5296 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
| 5296 | echo $ac_n "(cached) $ac_c" 1>&6 | 5297 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5297 | else | 5298 | else |
| 5298 | cat > conftest.$ac_ext <<EOF | 5299 | cat > conftest.$ac_ext <<EOF |
| 5299 | #line 5300 "configure" | 5300 | #line 5301 "configure" |
| 5300 | #include "confdefs.h" | 5301 | #include "confdefs.h" |
| 5301 | /* System header to define __stub macros and hopefully few prototypes, | 5302 | /* System header to define __stub macros and hopefully few prototypes, |
| 5302 | which can conflict with char $ac_func(); below. */ | 5303 | which can conflict with char $ac_func(); below. */ |
| @@ -5319,7 +5320,7 @@ $ac_func(); | |||
| 5319 | 5320 | ||
| 5320 | ; return 0; } | 5321 | ; return 0; } |
| 5321 | EOF | 5322 | EOF |
| 5322 | if { (eval echo configure:5323: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 5323 | if { (eval echo configure:5324: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 5323 | rm -rf conftest* | 5324 | rm -rf conftest* |
| 5324 | eval "ac_cv_func_$ac_func=yes" | 5325 | eval "ac_cv_func_$ac_func=yes" |
| 5325 | else | 5326 | else |
| @@ -5347,17 +5348,17 @@ for ac_hdr in maillock.h | |||
| 5347 | do | 5348 | do |
| 5348 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | 5349 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 5349 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | 5350 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
| 5350 | echo "configure:5351: checking for $ac_hdr" >&5 | 5351 | echo "configure:5352: checking for $ac_hdr" >&5 |
| 5351 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 5352 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 5352 | echo $ac_n "(cached) $ac_c" 1>&6 | 5353 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5353 | else | 5354 | else |
| 5354 | cat > conftest.$ac_ext <<EOF | 5355 | cat > conftest.$ac_ext <<EOF |
| 5355 | #line 5356 "configure" | 5356 | #line 5357 "configure" |
| 5356 | #include "confdefs.h" | 5357 | #include "confdefs.h" |
| 5357 | #include <$ac_hdr> | 5358 | #include <$ac_hdr> |
| 5358 | EOF | 5359 | EOF |
| 5359 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 5360 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 5360 | { (eval echo configure:5361: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 5361 | { (eval echo configure:5362: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 5361 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 5362 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 5362 | if test -z "$ac_err"; then | 5363 | if test -z "$ac_err"; then |
| 5363 | rm -rf conftest* | 5364 | rm -rf conftest* |
| @@ -5392,12 +5393,12 @@ utimes setrlimit setpgid getcwd shutdown strftime getaddrinfo \ | |||
| 5392 | __fpending ftello getloadavg mblen mbrlen strsignal setitimer ualarm | 5393 | __fpending ftello getloadavg mblen mbrlen strsignal setitimer ualarm |
| 5393 | do | 5394 | do |
| 5394 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | 5395 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
| 5395 | echo "configure:5396: checking for $ac_func" >&5 | 5396 | echo "configure:5397: checking for $ac_func" >&5 |
| 5396 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then | 5397 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
| 5397 | echo $ac_n "(cached) $ac_c" 1>&6 | 5398 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5398 | else | 5399 | else |
| 5399 | cat > conftest.$ac_ext <<EOF | 5400 | cat > conftest.$ac_ext <<EOF |
| 5400 | #line 5401 "configure" | 5401 | #line 5402 "configure" |
| 5401 | #include "confdefs.h" | 5402 | #include "confdefs.h" |
| 5402 | /* System header to define __stub macros and hopefully few prototypes, | 5403 | /* System header to define __stub macros and hopefully few prototypes, |
| 5403 | which can conflict with char $ac_func(); below. */ | 5404 | which can conflict with char $ac_func(); below. */ |
| @@ -5420,7 +5421,7 @@ $ac_func(); | |||
| 5420 | 5421 | ||
| 5421 | ; return 0; } | 5422 | ; return 0; } |
| 5422 | EOF | 5423 | EOF |
| 5423 | if { (eval echo configure:5424: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 5424 | if { (eval echo configure:5425: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 5424 | rm -rf conftest* | 5425 | rm -rf conftest* |
| 5425 | eval "ac_cv_func_$ac_func=yes" | 5426 | eval "ac_cv_func_$ac_func=yes" |
| 5426 | else | 5427 | else |
| @@ -5449,17 +5450,17 @@ for ac_hdr in sys/time.h unistd.h | |||
| 5449 | do | 5450 | do |
| 5450 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | 5451 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 5451 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | 5452 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
| 5452 | echo "configure:5453: checking for $ac_hdr" >&5 | 5453 | echo "configure:5454: checking for $ac_hdr" >&5 |
| 5453 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 5454 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 5454 | echo $ac_n "(cached) $ac_c" 1>&6 | 5455 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5455 | else | 5456 | else |
| 5456 | cat > conftest.$ac_ext <<EOF | 5457 | cat > conftest.$ac_ext <<EOF |
| 5457 | #line 5458 "configure" | 5458 | #line 5459 "configure" |
| 5458 | #include "confdefs.h" | 5459 | #include "confdefs.h" |
| 5459 | #include <$ac_hdr> | 5460 | #include <$ac_hdr> |
| 5460 | EOF | 5461 | EOF |
| 5461 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 5462 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 5462 | { (eval echo configure:5463: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 5463 | { (eval echo configure:5464: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 5463 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 5464 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 5464 | if test -z "$ac_err"; then | 5465 | if test -z "$ac_err"; then |
| 5465 | rm -rf conftest* | 5466 | rm -rf conftest* |
| @@ -5488,12 +5489,12 @@ done | |||
| 5488 | for ac_func in alarm | 5489 | for ac_func in alarm |
| 5489 | do | 5490 | do |
| 5490 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | 5491 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
| 5491 | echo "configure:5492: checking for $ac_func" >&5 | 5492 | echo "configure:5493: checking for $ac_func" >&5 |
| 5492 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then | 5493 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
| 5493 | echo $ac_n "(cached) $ac_c" 1>&6 | 5494 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5494 | else | 5495 | else |
| 5495 | cat > conftest.$ac_ext <<EOF | 5496 | cat > conftest.$ac_ext <<EOF |
| 5496 | #line 5497 "configure" | 5497 | #line 5498 "configure" |
| 5497 | #include "confdefs.h" | 5498 | #include "confdefs.h" |
| 5498 | /* System header to define __stub macros and hopefully few prototypes, | 5499 | /* System header to define __stub macros and hopefully few prototypes, |
| 5499 | which can conflict with char $ac_func(); below. */ | 5500 | which can conflict with char $ac_func(); below. */ |
| @@ -5516,7 +5517,7 @@ $ac_func(); | |||
| 5516 | 5517 | ||
| 5517 | ; return 0; } | 5518 | ; return 0; } |
| 5518 | EOF | 5519 | EOF |
| 5519 | if { (eval echo configure:5520: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 5520 | if { (eval echo configure:5521: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 5520 | rm -rf conftest* | 5521 | rm -rf conftest* |
| 5521 | eval "ac_cv_func_$ac_func=yes" | 5522 | eval "ac_cv_func_$ac_func=yes" |
| 5522 | else | 5523 | else |
| @@ -5541,7 +5542,7 @@ fi | |||
| 5541 | done | 5542 | done |
| 5542 | 5543 | ||
| 5543 | echo $ac_n "checking for working mktime""... $ac_c" 1>&6 | 5544 | echo $ac_n "checking for working mktime""... $ac_c" 1>&6 |
| 5544 | echo "configure:5545: checking for working mktime" >&5 | 5545 | echo "configure:5546: checking for working mktime" >&5 |
| 5545 | if eval "test \"`echo '$''{'ac_cv_func_working_mktime'+set}'`\" = set"; then | 5546 | if eval "test \"`echo '$''{'ac_cv_func_working_mktime'+set}'`\" = set"; then |
| 5546 | echo $ac_n "(cached) $ac_c" 1>&6 | 5547 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5547 | else | 5548 | else |
| @@ -5549,7 +5550,7 @@ else | |||
| 5549 | ac_cv_func_working_mktime=no | 5550 | ac_cv_func_working_mktime=no |
| 5550 | else | 5551 | else |
| 5551 | cat > conftest.$ac_ext <<EOF | 5552 | cat > conftest.$ac_ext <<EOF |
| 5552 | #line 5553 "configure" | 5553 | #line 5554 "configure" |
| 5553 | #include "confdefs.h" | 5554 | #include "confdefs.h" |
| 5554 | /* Test program from Paul Eggert (eggert@twinsun.com) | 5555 | /* Test program from Paul Eggert (eggert@twinsun.com) |
| 5555 | and Tony Leneis (tony@plaza.ds.adp.com). */ | 5556 | and Tony Leneis (tony@plaza.ds.adp.com). */ |
| @@ -5698,7 +5699,7 @@ main () | |||
| 5698 | exit (0); | 5699 | exit (0); |
| 5699 | } | 5700 | } |
| 5700 | EOF | 5701 | EOF |
| 5701 | if { (eval echo configure:5702: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null | 5702 | if { (eval echo configure:5703: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
| 5702 | then | 5703 | then |
| 5703 | ac_cv_func_working_mktime=yes | 5704 | ac_cv_func_working_mktime=yes |
| 5704 | else | 5705 | else |
| @@ -5729,7 +5730,7 @@ fi | |||
| 5729 | # It's better to believe a function is not available | 5730 | # It's better to believe a function is not available |
| 5730 | # than to expect to find it in ncurses. | 5731 | # than to expect to find it in ncurses. |
| 5731 | echo $ac_n "checking for tparm in -lncurses""... $ac_c" 1>&6 | 5732 | echo $ac_n "checking for tparm in -lncurses""... $ac_c" 1>&6 |
| 5732 | echo "configure:5733: checking for tparm in -lncurses" >&5 | 5733 | echo "configure:5734: checking for tparm in -lncurses" >&5 |
| 5733 | ac_lib_var=`echo ncurses'_'tparm | sed 'y%./+-%__p_%'` | 5734 | ac_lib_var=`echo ncurses'_'tparm | sed 'y%./+-%__p_%'` |
| 5734 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 5735 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 5735 | echo $ac_n "(cached) $ac_c" 1>&6 | 5736 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -5737,7 +5738,7 @@ else | |||
| 5737 | ac_save_LIBS="$LIBS" | 5738 | ac_save_LIBS="$LIBS" |
| 5738 | LIBS="-lncurses $LIBS" | 5739 | LIBS="-lncurses $LIBS" |
| 5739 | cat > conftest.$ac_ext <<EOF | 5740 | cat > conftest.$ac_ext <<EOF |
| 5740 | #line 5741 "configure" | 5741 | #line 5742 "configure" |
| 5741 | #include "confdefs.h" | 5742 | #include "confdefs.h" |
| 5742 | /* Override any gcc2 internal prototype to avoid an error. */ | 5743 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 5743 | /* We use char because int might match the return type of a gcc2 | 5744 | /* We use char because int might match the return type of a gcc2 |
| @@ -5748,7 +5749,7 @@ int main() { | |||
| 5748 | tparm() | 5749 | tparm() |
| 5749 | ; return 0; } | 5750 | ; return 0; } |
| 5750 | EOF | 5751 | EOF |
| 5751 | if { (eval echo configure:5752: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 5752 | if { (eval echo configure:5753: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 5752 | rm -rf conftest* | 5753 | rm -rf conftest* |
| 5753 | eval "ac_cv_lib_$ac_lib_var=yes" | 5754 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 5754 | else | 5755 | else |
| @@ -5779,7 +5780,7 @@ fi | |||
| 5779 | # These tell us which Kerberos-related libraries to use. | 5780 | # These tell us which Kerberos-related libraries to use. |
| 5780 | if test "${with_kerberos+set}" = set; then | 5781 | if test "${with_kerberos+set}" = set; then |
| 5781 | echo $ac_n "checking for com_err in -lcom_err""... $ac_c" 1>&6 | 5782 | echo $ac_n "checking for com_err in -lcom_err""... $ac_c" 1>&6 |
| 5782 | echo "configure:5783: checking for com_err in -lcom_err" >&5 | 5783 | echo "configure:5784: checking for com_err in -lcom_err" >&5 |
| 5783 | ac_lib_var=`echo com_err'_'com_err | sed 'y%./+-%__p_%'` | 5784 | ac_lib_var=`echo com_err'_'com_err | sed 'y%./+-%__p_%'` |
| 5784 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 5785 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 5785 | echo $ac_n "(cached) $ac_c" 1>&6 | 5786 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -5787,7 +5788,7 @@ else | |||
| 5787 | ac_save_LIBS="$LIBS" | 5788 | ac_save_LIBS="$LIBS" |
| 5788 | LIBS="-lcom_err $LIBS" | 5789 | LIBS="-lcom_err $LIBS" |
| 5789 | cat > conftest.$ac_ext <<EOF | 5790 | cat > conftest.$ac_ext <<EOF |
| 5790 | #line 5791 "configure" | 5791 | #line 5792 "configure" |
| 5791 | #include "confdefs.h" | 5792 | #include "confdefs.h" |
| 5792 | /* Override any gcc2 internal prototype to avoid an error. */ | 5793 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 5793 | /* We use char because int might match the return type of a gcc2 | 5794 | /* We use char because int might match the return type of a gcc2 |
| @@ -5798,7 +5799,7 @@ int main() { | |||
| 5798 | com_err() | 5799 | com_err() |
| 5799 | ; return 0; } | 5800 | ; return 0; } |
| 5800 | EOF | 5801 | EOF |
| 5801 | if { (eval echo configure:5802: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 5802 | if { (eval echo configure:5803: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 5802 | rm -rf conftest* | 5803 | rm -rf conftest* |
| 5803 | eval "ac_cv_lib_$ac_lib_var=yes" | 5804 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 5804 | else | 5805 | else |
| @@ -5826,7 +5827,7 @@ else | |||
| 5826 | fi | 5827 | fi |
| 5827 | 5828 | ||
| 5828 | echo $ac_n "checking for mit_des_cbc_encrypt in -lk5crypto""... $ac_c" 1>&6 | 5829 | echo $ac_n "checking for mit_des_cbc_encrypt in -lk5crypto""... $ac_c" 1>&6 |
| 5829 | echo "configure:5830: checking for mit_des_cbc_encrypt in -lk5crypto" >&5 | 5830 | echo "configure:5831: checking for mit_des_cbc_encrypt in -lk5crypto" >&5 |
| 5830 | ac_lib_var=`echo k5crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'` | 5831 | ac_lib_var=`echo k5crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'` |
| 5831 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 5832 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 5832 | echo $ac_n "(cached) $ac_c" 1>&6 | 5833 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -5834,7 +5835,7 @@ else | |||
| 5834 | ac_save_LIBS="$LIBS" | 5835 | ac_save_LIBS="$LIBS" |
| 5835 | LIBS="-lk5crypto $LIBS" | 5836 | LIBS="-lk5crypto $LIBS" |
| 5836 | cat > conftest.$ac_ext <<EOF | 5837 | cat > conftest.$ac_ext <<EOF |
| 5837 | #line 5838 "configure" | 5838 | #line 5839 "configure" |
| 5838 | #include "confdefs.h" | 5839 | #include "confdefs.h" |
| 5839 | /* Override any gcc2 internal prototype to avoid an error. */ | 5840 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 5840 | /* We use char because int might match the return type of a gcc2 | 5841 | /* We use char because int might match the return type of a gcc2 |
| @@ -5845,7 +5846,7 @@ int main() { | |||
| 5845 | mit_des_cbc_encrypt() | 5846 | mit_des_cbc_encrypt() |
| 5846 | ; return 0; } | 5847 | ; return 0; } |
| 5847 | EOF | 5848 | EOF |
| 5848 | if { (eval echo configure:5849: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 5849 | if { (eval echo configure:5850: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 5849 | rm -rf conftest* | 5850 | rm -rf conftest* |
| 5850 | eval "ac_cv_lib_$ac_lib_var=yes" | 5851 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 5851 | else | 5852 | else |
| @@ -5873,7 +5874,7 @@ else | |||
| 5873 | fi | 5874 | fi |
| 5874 | 5875 | ||
| 5875 | echo $ac_n "checking for mit_des_cbc_encrypt in -lcrypto""... $ac_c" 1>&6 | 5876 | echo $ac_n "checking for mit_des_cbc_encrypt in -lcrypto""... $ac_c" 1>&6 |
| 5876 | echo "configure:5877: checking for mit_des_cbc_encrypt in -lcrypto" >&5 | 5877 | echo "configure:5878: checking for mit_des_cbc_encrypt in -lcrypto" >&5 |
| 5877 | ac_lib_var=`echo crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'` | 5878 | ac_lib_var=`echo crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'` |
| 5878 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 5879 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 5879 | echo $ac_n "(cached) $ac_c" 1>&6 | 5880 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -5881,7 +5882,7 @@ else | |||
| 5881 | ac_save_LIBS="$LIBS" | 5882 | ac_save_LIBS="$LIBS" |
| 5882 | LIBS="-lcrypto $LIBS" | 5883 | LIBS="-lcrypto $LIBS" |
| 5883 | cat > conftest.$ac_ext <<EOF | 5884 | cat > conftest.$ac_ext <<EOF |
| 5884 | #line 5885 "configure" | 5885 | #line 5886 "configure" |
| 5885 | #include "confdefs.h" | 5886 | #include "confdefs.h" |
| 5886 | /* Override any gcc2 internal prototype to avoid an error. */ | 5887 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 5887 | /* We use char because int might match the return type of a gcc2 | 5888 | /* We use char because int might match the return type of a gcc2 |
| @@ -5892,7 +5893,7 @@ int main() { | |||
| 5892 | mit_des_cbc_encrypt() | 5893 | mit_des_cbc_encrypt() |
| 5893 | ; return 0; } | 5894 | ; return 0; } |
| 5894 | EOF | 5895 | EOF |
| 5895 | if { (eval echo configure:5896: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 5896 | if { (eval echo configure:5897: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 5896 | rm -rf conftest* | 5897 | rm -rf conftest* |
| 5897 | eval "ac_cv_lib_$ac_lib_var=yes" | 5898 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 5898 | else | 5899 | else |
| @@ -5920,7 +5921,7 @@ else | |||
| 5920 | fi | 5921 | fi |
| 5921 | 5922 | ||
| 5922 | echo $ac_n "checking for krb5_init_context in -lkrb5""... $ac_c" 1>&6 | 5923 | echo $ac_n "checking for krb5_init_context in -lkrb5""... $ac_c" 1>&6 |
| 5923 | echo "configure:5924: checking for krb5_init_context in -lkrb5" >&5 | 5924 | echo "configure:5925: checking for krb5_init_context in -lkrb5" >&5 |
| 5924 | ac_lib_var=`echo krb5'_'krb5_init_context | sed 'y%./+-%__p_%'` | 5925 | ac_lib_var=`echo krb5'_'krb5_init_context | sed 'y%./+-%__p_%'` |
| 5925 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 5926 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 5926 | echo $ac_n "(cached) $ac_c" 1>&6 | 5927 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -5928,7 +5929,7 @@ else | |||
| 5928 | ac_save_LIBS="$LIBS" | 5929 | ac_save_LIBS="$LIBS" |
| 5929 | LIBS="-lkrb5 $LIBS" | 5930 | LIBS="-lkrb5 $LIBS" |
| 5930 | cat > conftest.$ac_ext <<EOF | 5931 | cat > conftest.$ac_ext <<EOF |
| 5931 | #line 5932 "configure" | 5932 | #line 5933 "configure" |
| 5932 | #include "confdefs.h" | 5933 | #include "confdefs.h" |
| 5933 | /* Override any gcc2 internal prototype to avoid an error. */ | 5934 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 5934 | /* We use char because int might match the return type of a gcc2 | 5935 | /* We use char because int might match the return type of a gcc2 |
| @@ -5939,7 +5940,7 @@ int main() { | |||
| 5939 | krb5_init_context() | 5940 | krb5_init_context() |
| 5940 | ; return 0; } | 5941 | ; return 0; } |
| 5941 | EOF | 5942 | EOF |
| 5942 | if { (eval echo configure:5943: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 5943 | if { (eval echo configure:5944: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 5943 | rm -rf conftest* | 5944 | rm -rf conftest* |
| 5944 | eval "ac_cv_lib_$ac_lib_var=yes" | 5945 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 5945 | else | 5946 | else |
| @@ -5968,7 +5969,7 @@ fi | |||
| 5968 | 5969 | ||
| 5969 | if test "${with_kerberos5+set}" != set; then | 5970 | if test "${with_kerberos5+set}" != set; then |
| 5970 | echo $ac_n "checking for des_cbc_encrypt in -ldes425""... $ac_c" 1>&6 | 5971 | echo $ac_n "checking for des_cbc_encrypt in -ldes425""... $ac_c" 1>&6 |
| 5971 | echo "configure:5972: checking for des_cbc_encrypt in -ldes425" >&5 | 5972 | echo "configure:5973: checking for des_cbc_encrypt in -ldes425" >&5 |
| 5972 | ac_lib_var=`echo des425'_'des_cbc_encrypt | sed 'y%./+-%__p_%'` | 5973 | ac_lib_var=`echo des425'_'des_cbc_encrypt | sed 'y%./+-%__p_%'` |
| 5973 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 5974 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 5974 | echo $ac_n "(cached) $ac_c" 1>&6 | 5975 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -5976,7 +5977,7 @@ else | |||
| 5976 | ac_save_LIBS="$LIBS" | 5977 | ac_save_LIBS="$LIBS" |
| 5977 | LIBS="-ldes425 $LIBS" | 5978 | LIBS="-ldes425 $LIBS" |
| 5978 | cat > conftest.$ac_ext <<EOF | 5979 | cat > conftest.$ac_ext <<EOF |
| 5979 | #line 5980 "configure" | 5980 | #line 5981 "configure" |
| 5980 | #include "confdefs.h" | 5981 | #include "confdefs.h" |
| 5981 | /* Override any gcc2 internal prototype to avoid an error. */ | 5982 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 5982 | /* We use char because int might match the return type of a gcc2 | 5983 | /* We use char because int might match the return type of a gcc2 |
| @@ -5987,7 +5988,7 @@ int main() { | |||
| 5987 | des_cbc_encrypt() | 5988 | des_cbc_encrypt() |
| 5988 | ; return 0; } | 5989 | ; return 0; } |
| 5989 | EOF | 5990 | EOF |
| 5990 | if { (eval echo configure:5991: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 5991 | if { (eval echo configure:5992: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 5991 | rm -rf conftest* | 5992 | rm -rf conftest* |
| 5992 | eval "ac_cv_lib_$ac_lib_var=yes" | 5993 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 5993 | else | 5994 | else |
| @@ -6013,7 +6014,7 @@ EOF | |||
| 6013 | else | 6014 | else |
| 6014 | echo "$ac_t""no" 1>&6 | 6015 | echo "$ac_t""no" 1>&6 |
| 6015 | echo $ac_n "checking for des_cbc_encrypt in -ldes""... $ac_c" 1>&6 | 6016 | echo $ac_n "checking for des_cbc_encrypt in -ldes""... $ac_c" 1>&6 |
| 6016 | echo "configure:6017: checking for des_cbc_encrypt in -ldes" >&5 | 6017 | echo "configure:6018: checking for des_cbc_encrypt in -ldes" >&5 |
| 6017 | ac_lib_var=`echo des'_'des_cbc_encrypt | sed 'y%./+-%__p_%'` | 6018 | ac_lib_var=`echo des'_'des_cbc_encrypt | sed 'y%./+-%__p_%'` |
| 6018 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 6019 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 6019 | echo $ac_n "(cached) $ac_c" 1>&6 | 6020 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -6021,7 +6022,7 @@ else | |||
| 6021 | ac_save_LIBS="$LIBS" | 6022 | ac_save_LIBS="$LIBS" |
| 6022 | LIBS="-ldes $LIBS" | 6023 | LIBS="-ldes $LIBS" |
| 6023 | cat > conftest.$ac_ext <<EOF | 6024 | cat > conftest.$ac_ext <<EOF |
| 6024 | #line 6025 "configure" | 6025 | #line 6026 "configure" |
| 6025 | #include "confdefs.h" | 6026 | #include "confdefs.h" |
| 6026 | /* Override any gcc2 internal prototype to avoid an error. */ | 6027 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 6027 | /* We use char because int might match the return type of a gcc2 | 6028 | /* We use char because int might match the return type of a gcc2 |
| @@ -6032,7 +6033,7 @@ int main() { | |||
| 6032 | des_cbc_encrypt() | 6033 | des_cbc_encrypt() |
| 6033 | ; return 0; } | 6034 | ; return 0; } |
| 6034 | EOF | 6035 | EOF |
| 6035 | if { (eval echo configure:6036: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 6036 | if { (eval echo configure:6037: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 6036 | rm -rf conftest* | 6037 | rm -rf conftest* |
| 6037 | eval "ac_cv_lib_$ac_lib_var=yes" | 6038 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 6038 | else | 6039 | else |
| @@ -6062,7 +6063,7 @@ fi | |||
| 6062 | fi | 6063 | fi |
| 6063 | 6064 | ||
| 6064 | echo $ac_n "checking for krb_get_cred in -lkrb4""... $ac_c" 1>&6 | 6065 | echo $ac_n "checking for krb_get_cred in -lkrb4""... $ac_c" 1>&6 |
| 6065 | echo "configure:6066: checking for krb_get_cred in -lkrb4" >&5 | 6066 | echo "configure:6067: checking for krb_get_cred in -lkrb4" >&5 |
| 6066 | ac_lib_var=`echo krb4'_'krb_get_cred | sed 'y%./+-%__p_%'` | 6067 | ac_lib_var=`echo krb4'_'krb_get_cred | sed 'y%./+-%__p_%'` |
| 6067 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 6068 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 6068 | echo $ac_n "(cached) $ac_c" 1>&6 | 6069 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -6070,7 +6071,7 @@ else | |||
| 6070 | ac_save_LIBS="$LIBS" | 6071 | ac_save_LIBS="$LIBS" |
| 6071 | LIBS="-lkrb4 $LIBS" | 6072 | LIBS="-lkrb4 $LIBS" |
| 6072 | cat > conftest.$ac_ext <<EOF | 6073 | cat > conftest.$ac_ext <<EOF |
| 6073 | #line 6074 "configure" | 6074 | #line 6075 "configure" |
| 6074 | #include "confdefs.h" | 6075 | #include "confdefs.h" |
| 6075 | /* Override any gcc2 internal prototype to avoid an error. */ | 6076 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 6076 | /* We use char because int might match the return type of a gcc2 | 6077 | /* We use char because int might match the return type of a gcc2 |
| @@ -6081,7 +6082,7 @@ int main() { | |||
| 6081 | krb_get_cred() | 6082 | krb_get_cred() |
| 6082 | ; return 0; } | 6083 | ; return 0; } |
| 6083 | EOF | 6084 | EOF |
| 6084 | if { (eval echo configure:6085: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 6085 | if { (eval echo configure:6086: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 6085 | rm -rf conftest* | 6086 | rm -rf conftest* |
| 6086 | eval "ac_cv_lib_$ac_lib_var=yes" | 6087 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 6087 | else | 6088 | else |
| @@ -6107,7 +6108,7 @@ EOF | |||
| 6107 | else | 6108 | else |
| 6108 | echo "$ac_t""no" 1>&6 | 6109 | echo "$ac_t""no" 1>&6 |
| 6109 | echo $ac_n "checking for krb_get_cred in -lkrb""... $ac_c" 1>&6 | 6110 | echo $ac_n "checking for krb_get_cred in -lkrb""... $ac_c" 1>&6 |
| 6110 | echo "configure:6111: checking for krb_get_cred in -lkrb" >&5 | 6111 | echo "configure:6112: checking for krb_get_cred in -lkrb" >&5 |
| 6111 | ac_lib_var=`echo krb'_'krb_get_cred | sed 'y%./+-%__p_%'` | 6112 | ac_lib_var=`echo krb'_'krb_get_cred | sed 'y%./+-%__p_%'` |
| 6112 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 6113 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 6113 | echo $ac_n "(cached) $ac_c" 1>&6 | 6114 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -6115,7 +6116,7 @@ else | |||
| 6115 | ac_save_LIBS="$LIBS" | 6116 | ac_save_LIBS="$LIBS" |
| 6116 | LIBS="-lkrb $LIBS" | 6117 | LIBS="-lkrb $LIBS" |
| 6117 | cat > conftest.$ac_ext <<EOF | 6118 | cat > conftest.$ac_ext <<EOF |
| 6118 | #line 6119 "configure" | 6119 | #line 6120 "configure" |
| 6119 | #include "confdefs.h" | 6120 | #include "confdefs.h" |
| 6120 | /* Override any gcc2 internal prototype to avoid an error. */ | 6121 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 6121 | /* We use char because int might match the return type of a gcc2 | 6122 | /* We use char because int might match the return type of a gcc2 |
| @@ -6126,7 +6127,7 @@ int main() { | |||
| 6126 | krb_get_cred() | 6127 | krb_get_cred() |
| 6127 | ; return 0; } | 6128 | ; return 0; } |
| 6128 | EOF | 6129 | EOF |
| 6129 | if { (eval echo configure:6130: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 6130 | if { (eval echo configure:6131: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 6130 | rm -rf conftest* | 6131 | rm -rf conftest* |
| 6131 | eval "ac_cv_lib_$ac_lib_var=yes" | 6132 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 6132 | else | 6133 | else |
| @@ -6162,17 +6163,17 @@ fi | |||
| 6162 | do | 6163 | do |
| 6163 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | 6164 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 6164 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | 6165 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
| 6165 | echo "configure:6166: checking for $ac_hdr" >&5 | 6166 | echo "configure:6167: checking for $ac_hdr" >&5 |
| 6166 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 6167 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 6167 | echo $ac_n "(cached) $ac_c" 1>&6 | 6168 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6168 | else | 6169 | else |
| 6169 | cat > conftest.$ac_ext <<EOF | 6170 | cat > conftest.$ac_ext <<EOF |
| 6170 | #line 6171 "configure" | 6171 | #line 6172 "configure" |
| 6171 | #include "confdefs.h" | 6172 | #include "confdefs.h" |
| 6172 | #include <$ac_hdr> | 6173 | #include <$ac_hdr> |
| 6173 | EOF | 6174 | EOF |
| 6174 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 6175 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 6175 | { (eval echo configure:6176: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 6176 | { (eval echo configure:6177: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 6176 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 6177 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 6177 | if test -z "$ac_err"; then | 6178 | if test -z "$ac_err"; then |
| 6178 | rm -rf conftest* | 6179 | rm -rf conftest* |
| @@ -6203,17 +6204,17 @@ done | |||
| 6203 | do | 6204 | do |
| 6204 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | 6205 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 6205 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | 6206 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
| 6206 | echo "configure:6207: checking for $ac_hdr" >&5 | 6207 | echo "configure:6208: checking for $ac_hdr" >&5 |
| 6207 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 6208 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 6208 | echo $ac_n "(cached) $ac_c" 1>&6 | 6209 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6209 | else | 6210 | else |
| 6210 | cat > conftest.$ac_ext <<EOF | 6211 | cat > conftest.$ac_ext <<EOF |
| 6211 | #line 6212 "configure" | 6212 | #line 6213 "configure" |
| 6212 | #include "confdefs.h" | 6213 | #include "confdefs.h" |
| 6213 | #include <$ac_hdr> | 6214 | #include <$ac_hdr> |
| 6214 | EOF | 6215 | EOF |
| 6215 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 6216 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 6216 | { (eval echo configure:6217: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 6217 | { (eval echo configure:6218: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 6217 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 6218 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 6218 | if test -z "$ac_err"; then | 6219 | if test -z "$ac_err"; then |
| 6219 | rm -rf conftest* | 6220 | rm -rf conftest* |
| @@ -6240,17 +6241,17 @@ for ac_hdr in kerberosIV/des.h | |||
| 6240 | do | 6241 | do |
| 6241 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | 6242 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 6242 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | 6243 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
| 6243 | echo "configure:6244: checking for $ac_hdr" >&5 | 6244 | echo "configure:6245: checking for $ac_hdr" >&5 |
| 6244 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 6245 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 6245 | echo $ac_n "(cached) $ac_c" 1>&6 | 6246 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6246 | else | 6247 | else |
| 6247 | cat > conftest.$ac_ext <<EOF | 6248 | cat > conftest.$ac_ext <<EOF |
| 6248 | #line 6249 "configure" | 6249 | #line 6250 "configure" |
| 6249 | #include "confdefs.h" | 6250 | #include "confdefs.h" |
| 6250 | #include <$ac_hdr> | 6251 | #include <$ac_hdr> |
| 6251 | EOF | 6252 | EOF |
| 6252 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 6253 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 6253 | { (eval echo configure:6254: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 6254 | { (eval echo configure:6255: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 6254 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 6255 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 6255 | if test -z "$ac_err"; then | 6256 | if test -z "$ac_err"; then |
| 6256 | rm -rf conftest* | 6257 | rm -rf conftest* |
| @@ -6277,17 +6278,17 @@ for ac_hdr in kerberos/des.h | |||
| 6277 | do | 6278 | do |
| 6278 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | 6279 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 6279 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | 6280 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
| 6280 | echo "configure:6281: checking for $ac_hdr" >&5 | 6281 | echo "configure:6282: checking for $ac_hdr" >&5 |
| 6281 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 6282 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 6282 | echo $ac_n "(cached) $ac_c" 1>&6 | 6283 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6283 | else | 6284 | else |
| 6284 | cat > conftest.$ac_ext <<EOF | 6285 | cat > conftest.$ac_ext <<EOF |
| 6285 | #line 6286 "configure" | 6286 | #line 6287 "configure" |
| 6286 | #include "confdefs.h" | 6287 | #include "confdefs.h" |
| 6287 | #include <$ac_hdr> | 6288 | #include <$ac_hdr> |
| 6288 | EOF | 6289 | EOF |
| 6289 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 6290 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 6290 | { (eval echo configure:6291: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 6291 | { (eval echo configure:6292: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 6291 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 6292 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 6292 | if test -z "$ac_err"; then | 6293 | if test -z "$ac_err"; then |
| 6293 | rm -rf conftest* | 6294 | rm -rf conftest* |
| @@ -6323,17 +6324,17 @@ done | |||
| 6323 | do | 6324 | do |
| 6324 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | 6325 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 6325 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | 6326 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
| 6326 | echo "configure:6327: checking for $ac_hdr" >&5 | 6327 | echo "configure:6328: checking for $ac_hdr" >&5 |
| 6327 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 6328 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 6328 | echo $ac_n "(cached) $ac_c" 1>&6 | 6329 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6329 | else | 6330 | else |
| 6330 | cat > conftest.$ac_ext <<EOF | 6331 | cat > conftest.$ac_ext <<EOF |
| 6331 | #line 6332 "configure" | 6332 | #line 6333 "configure" |
| 6332 | #include "confdefs.h" | 6333 | #include "confdefs.h" |
| 6333 | #include <$ac_hdr> | 6334 | #include <$ac_hdr> |
| 6334 | EOF | 6335 | EOF |
| 6335 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 6336 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 6336 | { (eval echo configure:6337: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 6337 | { (eval echo configure:6338: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 6337 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 6338 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 6338 | if test -z "$ac_err"; then | 6339 | if test -z "$ac_err"; then |
| 6339 | rm -rf conftest* | 6340 | rm -rf conftest* |
| @@ -6360,17 +6361,17 @@ for ac_hdr in kerberosIV/krb.h | |||
| 6360 | do | 6361 | do |
| 6361 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | 6362 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 6362 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | 6363 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
| 6363 | echo "configure:6364: checking for $ac_hdr" >&5 | 6364 | echo "configure:6365: checking for $ac_hdr" >&5 |
| 6364 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 6365 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 6365 | echo $ac_n "(cached) $ac_c" 1>&6 | 6366 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6366 | else | 6367 | else |
| 6367 | cat > conftest.$ac_ext <<EOF | 6368 | cat > conftest.$ac_ext <<EOF |
| 6368 | #line 6369 "configure" | 6369 | #line 6370 "configure" |
| 6369 | #include "confdefs.h" | 6370 | #include "confdefs.h" |
| 6370 | #include <$ac_hdr> | 6371 | #include <$ac_hdr> |
| 6371 | EOF | 6372 | EOF |
| 6372 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 6373 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 6373 | { (eval echo configure:6374: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 6374 | { (eval echo configure:6375: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 6374 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 6375 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 6375 | if test -z "$ac_err"; then | 6376 | if test -z "$ac_err"; then |
| 6376 | rm -rf conftest* | 6377 | rm -rf conftest* |
| @@ -6397,17 +6398,17 @@ for ac_hdr in kerberos/krb.h | |||
| 6397 | do | 6398 | do |
| 6398 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | 6399 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 6399 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | 6400 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
| 6400 | echo "configure:6401: checking for $ac_hdr" >&5 | 6401 | echo "configure:6402: checking for $ac_hdr" >&5 |
| 6401 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 6402 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 6402 | echo $ac_n "(cached) $ac_c" 1>&6 | 6403 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6403 | else | 6404 | else |
| 6404 | cat > conftest.$ac_ext <<EOF | 6405 | cat > conftest.$ac_ext <<EOF |
| 6405 | #line 6406 "configure" | 6406 | #line 6407 "configure" |
| 6406 | #include "confdefs.h" | 6407 | #include "confdefs.h" |
| 6407 | #include <$ac_hdr> | 6408 | #include <$ac_hdr> |
| 6408 | EOF | 6409 | EOF |
| 6409 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 6410 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 6410 | { (eval echo configure:6411: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 6411 | { (eval echo configure:6412: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 6411 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 6412 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 6412 | if test -z "$ac_err"; then | 6413 | if test -z "$ac_err"; then |
| 6413 | rm -rf conftest* | 6414 | rm -rf conftest* |
| @@ -6444,17 +6445,17 @@ done | |||
| 6444 | do | 6445 | do |
| 6445 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | 6446 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 6446 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | 6447 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
| 6447 | echo "configure:6448: checking for $ac_hdr" >&5 | 6448 | echo "configure:6449: checking for $ac_hdr" >&5 |
| 6448 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 6449 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 6449 | echo $ac_n "(cached) $ac_c" 1>&6 | 6450 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6450 | else | 6451 | else |
| 6451 | cat > conftest.$ac_ext <<EOF | 6452 | cat > conftest.$ac_ext <<EOF |
| 6452 | #line 6453 "configure" | 6453 | #line 6454 "configure" |
| 6453 | #include "confdefs.h" | 6454 | #include "confdefs.h" |
| 6454 | #include <$ac_hdr> | 6455 | #include <$ac_hdr> |
| 6455 | EOF | 6456 | EOF |
| 6456 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 6457 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 6457 | { (eval echo configure:6458: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 6458 | { (eval echo configure:6459: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 6458 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 6459 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 6459 | if test -z "$ac_err"; then | 6460 | if test -z "$ac_err"; then |
| 6460 | rm -rf conftest* | 6461 | rm -rf conftest* |
| @@ -6485,7 +6486,7 @@ fi | |||
| 6485 | # Solaris requires -lintl if you want strerror (which calls dgettext) | 6486 | # Solaris requires -lintl if you want strerror (which calls dgettext) |
| 6486 | # to return localized messages. | 6487 | # to return localized messages. |
| 6487 | echo $ac_n "checking for dgettext in -lintl""... $ac_c" 1>&6 | 6488 | echo $ac_n "checking for dgettext in -lintl""... $ac_c" 1>&6 |
| 6488 | echo "configure:6489: checking for dgettext in -lintl" >&5 | 6489 | echo "configure:6490: checking for dgettext in -lintl" >&5 |
| 6489 | ac_lib_var=`echo intl'_'dgettext | sed 'y%./+-%__p_%'` | 6490 | ac_lib_var=`echo intl'_'dgettext | sed 'y%./+-%__p_%'` |
| 6490 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 6491 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 6491 | echo $ac_n "(cached) $ac_c" 1>&6 | 6492 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -6493,7 +6494,7 @@ else | |||
| 6493 | ac_save_LIBS="$LIBS" | 6494 | ac_save_LIBS="$LIBS" |
| 6494 | LIBS="-lintl $LIBS" | 6495 | LIBS="-lintl $LIBS" |
| 6495 | cat > conftest.$ac_ext <<EOF | 6496 | cat > conftest.$ac_ext <<EOF |
| 6496 | #line 6497 "configure" | 6497 | #line 6498 "configure" |
| 6497 | #include "confdefs.h" | 6498 | #include "confdefs.h" |
| 6498 | /* Override any gcc2 internal prototype to avoid an error. */ | 6499 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 6499 | /* We use char because int might match the return type of a gcc2 | 6500 | /* We use char because int might match the return type of a gcc2 |
| @@ -6504,7 +6505,7 @@ int main() { | |||
| 6504 | dgettext() | 6505 | dgettext() |
| 6505 | ; return 0; } | 6506 | ; return 0; } |
| 6506 | EOF | 6507 | EOF |
| 6507 | if { (eval echo configure:6508: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 6508 | if { (eval echo configure:6509: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 6508 | rm -rf conftest* | 6509 | rm -rf conftest* |
| 6509 | eval "ac_cv_lib_$ac_lib_var=yes" | 6510 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 6510 | else | 6511 | else |
| @@ -6533,7 +6534,7 @@ fi | |||
| 6533 | 6534 | ||
| 6534 | 6535 | ||
| 6535 | echo $ac_n "checking whether localtime caches TZ""... $ac_c" 1>&6 | 6536 | echo $ac_n "checking whether localtime caches TZ""... $ac_c" 1>&6 |
| 6536 | echo "configure:6537: checking whether localtime caches TZ" >&5 | 6537 | echo "configure:6538: checking whether localtime caches TZ" >&5 |
| 6537 | if eval "test \"`echo '$''{'emacs_cv_localtime_cache'+set}'`\" = set"; then | 6538 | if eval "test \"`echo '$''{'emacs_cv_localtime_cache'+set}'`\" = set"; then |
| 6538 | echo $ac_n "(cached) $ac_c" 1>&6 | 6539 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6539 | else | 6540 | else |
| @@ -6543,7 +6544,7 @@ if test "$cross_compiling" = yes; then | |||
| 6543 | emacs_cv_localtime_cache=yes | 6544 | emacs_cv_localtime_cache=yes |
| 6544 | else | 6545 | else |
| 6545 | cat > conftest.$ac_ext <<EOF | 6546 | cat > conftest.$ac_ext <<EOF |
| 6546 | #line 6547 "configure" | 6547 | #line 6548 "configure" |
| 6547 | #include "confdefs.h" | 6548 | #include "confdefs.h" |
| 6548 | #include <time.h> | 6549 | #include <time.h> |
| 6549 | extern char **environ; | 6550 | extern char **environ; |
| @@ -6575,7 +6576,7 @@ main() | |||
| 6575 | exit (0); | 6576 | exit (0); |
| 6576 | } | 6577 | } |
| 6577 | EOF | 6578 | EOF |
| 6578 | if { (eval echo configure:6579: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null | 6579 | if { (eval echo configure:6580: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
| 6579 | then | 6580 | then |
| 6580 | emacs_cv_localtime_cache=no | 6581 | emacs_cv_localtime_cache=no |
| 6581 | else | 6582 | else |
| @@ -6603,12 +6604,12 @@ fi | |||
| 6603 | 6604 | ||
| 6604 | if test "x$HAVE_TIMEVAL" = xyes; then | 6605 | if test "x$HAVE_TIMEVAL" = xyes; then |
| 6605 | echo $ac_n "checking whether gettimeofday can accept two arguments""... $ac_c" 1>&6 | 6606 | echo $ac_n "checking whether gettimeofday can accept two arguments""... $ac_c" 1>&6 |
| 6606 | echo "configure:6607: checking whether gettimeofday can accept two arguments" >&5 | 6607 | echo "configure:6608: checking whether gettimeofday can accept two arguments" >&5 |
| 6607 | if eval "test \"`echo '$''{'emacs_cv_gettimeofday_two_arguments'+set}'`\" = set"; then | 6608 | if eval "test \"`echo '$''{'emacs_cv_gettimeofday_two_arguments'+set}'`\" = set"; then |
| 6608 | echo $ac_n "(cached) $ac_c" 1>&6 | 6609 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6609 | else | 6610 | else |
| 6610 | cat > conftest.$ac_ext <<EOF | 6611 | cat > conftest.$ac_ext <<EOF |
| 6611 | #line 6612 "configure" | 6612 | #line 6613 "configure" |
| 6612 | #include "confdefs.h" | 6613 | #include "confdefs.h" |
| 6613 | 6614 | ||
| 6614 | #ifdef TIME_WITH_SYS_TIME | 6615 | #ifdef TIME_WITH_SYS_TIME |
| @@ -6630,7 +6631,7 @@ int main() { | |||
| 6630 | 6631 | ||
| 6631 | ; return 0; } | 6632 | ; return 0; } |
| 6632 | EOF | 6633 | EOF |
| 6633 | if { (eval echo configure:6634: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 6634 | if { (eval echo configure:6635: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 6634 | rm -rf conftest* | 6635 | rm -rf conftest* |
| 6635 | emacs_cv_gettimeofday_two_arguments=yes | 6636 | emacs_cv_gettimeofday_two_arguments=yes |
| 6636 | else | 6637 | else |
| @@ -6653,12 +6654,12 @@ fi | |||
| 6653 | 6654 | ||
| 6654 | ok_so_far=yes | 6655 | ok_so_far=yes |
| 6655 | echo $ac_n "checking for socket""... $ac_c" 1>&6 | 6656 | echo $ac_n "checking for socket""... $ac_c" 1>&6 |
| 6656 | echo "configure:6657: checking for socket" >&5 | 6657 | echo "configure:6658: checking for socket" >&5 |
| 6657 | if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then | 6658 | if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then |
| 6658 | echo $ac_n "(cached) $ac_c" 1>&6 | 6659 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6659 | else | 6660 | else |
| 6660 | cat > conftest.$ac_ext <<EOF | 6661 | cat > conftest.$ac_ext <<EOF |
| 6661 | #line 6662 "configure" | 6662 | #line 6663 "configure" |
| 6662 | #include "confdefs.h" | 6663 | #include "confdefs.h" |
| 6663 | /* System header to define __stub macros and hopefully few prototypes, | 6664 | /* System header to define __stub macros and hopefully few prototypes, |
| 6664 | which can conflict with char socket(); below. */ | 6665 | which can conflict with char socket(); below. */ |
| @@ -6681,7 +6682,7 @@ socket(); | |||
| 6681 | 6682 | ||
| 6682 | ; return 0; } | 6683 | ; return 0; } |
| 6683 | EOF | 6684 | EOF |
| 6684 | if { (eval echo configure:6685: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 6685 | if { (eval echo configure:6686: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 6685 | rm -rf conftest* | 6686 | rm -rf conftest* |
| 6686 | eval "ac_cv_func_socket=yes" | 6687 | eval "ac_cv_func_socket=yes" |
| 6687 | else | 6688 | else |
| @@ -6704,17 +6705,17 @@ fi | |||
| 6704 | if test $ok_so_far = yes; then | 6705 | if test $ok_so_far = yes; then |
| 6705 | ac_safe=`echo "netinet/in.h" | sed 'y%./+-%__p_%'` | 6706 | ac_safe=`echo "netinet/in.h" | sed 'y%./+-%__p_%'` |
| 6706 | echo $ac_n "checking for netinet/in.h""... $ac_c" 1>&6 | 6707 | echo $ac_n "checking for netinet/in.h""... $ac_c" 1>&6 |
| 6707 | echo "configure:6708: checking for netinet/in.h" >&5 | 6708 | echo "configure:6709: checking for netinet/in.h" >&5 |
| 6708 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 6709 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 6709 | echo $ac_n "(cached) $ac_c" 1>&6 | 6710 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6710 | else | 6711 | else |
| 6711 | cat > conftest.$ac_ext <<EOF | 6712 | cat > conftest.$ac_ext <<EOF |
| 6712 | #line 6713 "configure" | 6713 | #line 6714 "configure" |
| 6713 | #include "confdefs.h" | 6714 | #include "confdefs.h" |
| 6714 | #include <netinet/in.h> | 6715 | #include <netinet/in.h> |
| 6715 | EOF | 6716 | EOF |
| 6716 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 6717 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 6717 | { (eval echo configure:6718: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 6718 | { (eval echo configure:6719: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 6718 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 6719 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 6719 | if test -z "$ac_err"; then | 6720 | if test -z "$ac_err"; then |
| 6720 | rm -rf conftest* | 6721 | rm -rf conftest* |
| @@ -6740,17 +6741,17 @@ fi | |||
| 6740 | if test $ok_so_far = yes; then | 6741 | if test $ok_so_far = yes; then |
| 6741 | ac_safe=`echo "arpa/inet.h" | sed 'y%./+-%__p_%'` | 6742 | ac_safe=`echo "arpa/inet.h" | sed 'y%./+-%__p_%'` |
| 6742 | echo $ac_n "checking for arpa/inet.h""... $ac_c" 1>&6 | 6743 | echo $ac_n "checking for arpa/inet.h""... $ac_c" 1>&6 |
| 6743 | echo "configure:6744: checking for arpa/inet.h" >&5 | 6744 | echo "configure:6745: checking for arpa/inet.h" >&5 |
| 6744 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 6745 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 6745 | echo $ac_n "(cached) $ac_c" 1>&6 | 6746 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6746 | else | 6747 | else |
| 6747 | cat > conftest.$ac_ext <<EOF | 6748 | cat > conftest.$ac_ext <<EOF |
| 6748 | #line 6749 "configure" | 6749 | #line 6750 "configure" |
| 6749 | #include "confdefs.h" | 6750 | #include "confdefs.h" |
| 6750 | #include <arpa/inet.h> | 6751 | #include <arpa/inet.h> |
| 6751 | EOF | 6752 | EOF |
| 6752 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 6753 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 6753 | { (eval echo configure:6754: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 6754 | { (eval echo configure:6755: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 6754 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 6755 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 6755 | if test -z "$ac_err"; then | 6756 | if test -z "$ac_err"; then |
| 6756 | rm -rf conftest* | 6757 | rm -rf conftest* |
| @@ -6788,7 +6789,7 @@ EOF | |||
| 6788 | fi | 6789 | fi |
| 6789 | 6790 | ||
| 6790 | echo $ac_n "checking whether system supports dynamic ptys""... $ac_c" 1>&6 | 6791 | echo $ac_n "checking whether system supports dynamic ptys""... $ac_c" 1>&6 |
| 6791 | echo "configure:6792: checking whether system supports dynamic ptys" >&5 | 6792 | echo "configure:6793: checking whether system supports dynamic ptys" >&5 |
| 6792 | if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then | 6793 | if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then |
| 6793 | echo "$ac_t""yes" 1>&6 | 6794 | echo "$ac_t""yes" 1>&6 |
| 6794 | cat >> confdefs.h <<\EOF | 6795 | cat >> confdefs.h <<\EOF |
| @@ -6800,12 +6801,12 @@ else | |||
| 6800 | fi | 6801 | fi |
| 6801 | 6802 | ||
| 6802 | echo $ac_n "checking for pid_t""... $ac_c" 1>&6 | 6803 | echo $ac_n "checking for pid_t""... $ac_c" 1>&6 |
| 6803 | echo "configure:6804: checking for pid_t" >&5 | 6804 | echo "configure:6805: checking for pid_t" >&5 |
| 6804 | if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then | 6805 | if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then |
| 6805 | echo $ac_n "(cached) $ac_c" 1>&6 | 6806 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6806 | else | 6807 | else |
| 6807 | cat > conftest.$ac_ext <<EOF | 6808 | cat > conftest.$ac_ext <<EOF |
| 6808 | #line 6809 "configure" | 6809 | #line 6810 "configure" |
| 6809 | #include "confdefs.h" | 6810 | #include "confdefs.h" |
| 6810 | #include <sys/types.h> | 6811 | #include <sys/types.h> |
| 6811 | #if STDC_HEADERS | 6812 | #if STDC_HEADERS |
| @@ -6834,17 +6835,17 @@ fi | |||
| 6834 | 6835 | ||
| 6835 | ac_safe=`echo "vfork.h" | sed 'y%./+-%__p_%'` | 6836 | ac_safe=`echo "vfork.h" | sed 'y%./+-%__p_%'` |
| 6836 | echo $ac_n "checking for vfork.h""... $ac_c" 1>&6 | 6837 | echo $ac_n "checking for vfork.h""... $ac_c" 1>&6 |
| 6837 | echo "configure:6838: checking for vfork.h" >&5 | 6838 | echo "configure:6839: checking for vfork.h" >&5 |
| 6838 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 6839 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 6839 | echo $ac_n "(cached) $ac_c" 1>&6 | 6840 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6840 | else | 6841 | else |
| 6841 | cat > conftest.$ac_ext <<EOF | 6842 | cat > conftest.$ac_ext <<EOF |
| 6842 | #line 6843 "configure" | 6843 | #line 6844 "configure" |
| 6843 | #include "confdefs.h" | 6844 | #include "confdefs.h" |
| 6844 | #include <vfork.h> | 6845 | #include <vfork.h> |
| 6845 | EOF | 6846 | EOF |
| 6846 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 6847 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 6847 | { (eval echo configure:6848: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 6848 | { (eval echo configure:6849: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 6848 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 6849 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 6849 | if test -z "$ac_err"; then | 6850 | if test -z "$ac_err"; then |
| 6850 | rm -rf conftest* | 6851 | rm -rf conftest* |
| @@ -6869,18 +6870,18 @@ else | |||
| 6869 | fi | 6870 | fi |
| 6870 | 6871 | ||
| 6871 | echo $ac_n "checking for working vfork""... $ac_c" 1>&6 | 6872 | echo $ac_n "checking for working vfork""... $ac_c" 1>&6 |
| 6872 | echo "configure:6873: checking for working vfork" >&5 | 6873 | echo "configure:6874: checking for working vfork" >&5 |
| 6873 | if eval "test \"`echo '$''{'ac_cv_func_vfork_works'+set}'`\" = set"; then | 6874 | if eval "test \"`echo '$''{'ac_cv_func_vfork_works'+set}'`\" = set"; then |
| 6874 | echo $ac_n "(cached) $ac_c" 1>&6 | 6875 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6875 | else | 6876 | else |
| 6876 | if test "$cross_compiling" = yes; then | 6877 | if test "$cross_compiling" = yes; then |
| 6877 | echo $ac_n "checking for vfork""... $ac_c" 1>&6 | 6878 | echo $ac_n "checking for vfork""... $ac_c" 1>&6 |
| 6878 | echo "configure:6879: checking for vfork" >&5 | 6879 | echo "configure:6880: checking for vfork" >&5 |
| 6879 | if eval "test \"`echo '$''{'ac_cv_func_vfork'+set}'`\" = set"; then | 6880 | if eval "test \"`echo '$''{'ac_cv_func_vfork'+set}'`\" = set"; then |
| 6880 | echo $ac_n "(cached) $ac_c" 1>&6 | 6881 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6881 | else | 6882 | else |
| 6882 | cat > conftest.$ac_ext <<EOF | 6883 | cat > conftest.$ac_ext <<EOF |
| 6883 | #line 6884 "configure" | 6884 | #line 6885 "configure" |
| 6884 | #include "confdefs.h" | 6885 | #include "confdefs.h" |
| 6885 | /* System header to define __stub macros and hopefully few prototypes, | 6886 | /* System header to define __stub macros and hopefully few prototypes, |
| 6886 | which can conflict with char vfork(); below. */ | 6887 | which can conflict with char vfork(); below. */ |
| @@ -6903,7 +6904,7 @@ vfork(); | |||
| 6903 | 6904 | ||
| 6904 | ; return 0; } | 6905 | ; return 0; } |
| 6905 | EOF | 6906 | EOF |
| 6906 | if { (eval echo configure:6907: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 6907 | if { (eval echo configure:6908: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 6907 | rm -rf conftest* | 6908 | rm -rf conftest* |
| 6908 | eval "ac_cv_func_vfork=yes" | 6909 | eval "ac_cv_func_vfork=yes" |
| 6909 | else | 6910 | else |
| @@ -6925,7 +6926,7 @@ fi | |||
| 6925 | ac_cv_func_vfork_works=$ac_cv_func_vfork | 6926 | ac_cv_func_vfork_works=$ac_cv_func_vfork |
| 6926 | else | 6927 | else |
| 6927 | cat > conftest.$ac_ext <<EOF | 6928 | cat > conftest.$ac_ext <<EOF |
| 6928 | #line 6929 "configure" | 6929 | #line 6930 "configure" |
| 6929 | #include "confdefs.h" | 6930 | #include "confdefs.h" |
| 6930 | /* Thanks to Paul Eggert for this test. */ | 6931 | /* Thanks to Paul Eggert for this test. */ |
| 6931 | #include <stdio.h> | 6932 | #include <stdio.h> |
| @@ -7020,7 +7021,7 @@ main() { | |||
| 7020 | } | 7021 | } |
| 7021 | } | 7022 | } |
| 7022 | EOF | 7023 | EOF |
| 7023 | if { (eval echo configure:7024: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null | 7024 | if { (eval echo configure:7025: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
| 7024 | then | 7025 | then |
| 7025 | ac_cv_func_vfork_works=yes | 7026 | ac_cv_func_vfork_works=yes |
| 7026 | else | 7027 | else |
diff --git a/src/ChangeLog b/src/ChangeLog index 300a1c65a1d..48d78d78c43 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2000-04-20 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * keyboard.c (echo_message_buffer): New variable. | ||
| 4 | (echo_now): Set echo_message_buffer to the echo area buffer used | ||
| 5 | to display the echo. | ||
| 6 | (cancel_echoing): Reset echo_message_buffer to nil. | ||
| 7 | (read_char): Code rewritten that handles canceling an echo or | ||
| 8 | echoing a dash, respectively. | ||
| 9 | |||
| 10 | * fileio.c (Ffile_writable_p) [WINDOWSNT]: Return nil if parent | ||
| 11 | directory doesn't exist. | ||
| 12 | |||
| 1 | 2000-04-19 Dave Love <fx@gnu.org> | 13 | 2000-04-19 Dave Love <fx@gnu.org> |
| 2 | 14 | ||
| 3 | * fns.c (syms_of_fns): Defsubr mapc. | 15 | * fns.c (syms_of_fns): Defsubr mapc. |