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