aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love1999-12-04 19:59:54 +0000
committerDave Love1999-12-04 19:59:54 +0000
commit22afa6e864aaf0b823d4c29fa6ab8a09ec8173ce (patch)
tree4a6f12c295b3da8fbd6f023c4ed3e3c5e106c06d
parent3012b68f25bcf847f25c79320295e6abe30bc458 (diff)
downloademacs-22afa6e864aaf0b823d4c29fa6ab8a09ec8173ce.tar.gz
emacs-22afa6e864aaf0b823d4c29fa6ab8a09ec8173ce.zip
*** empty log message ***
-rw-r--r--ChangeLog5
-rwxr-xr-xconfigure727
-rw-r--r--lisp/ChangeLog5
-rw-r--r--src/ChangeLog4
4 files changed, 336 insertions, 405 deletions
diff --git a/ChangeLog b/ChangeLog
index 41b7a4f5ea0..a8dedb46355 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
11999-12-04 Dave Love <fx@gnu.org>
2
3 * Makefile.in: (install-arch-indep): Depend on `info'.
4 (install-strip): Use `install' as sub-make target.
5
11999-11-23 Ken Raeburn <raeburn@gnu.org> 61999-11-23 Ken Raeburn <raeburn@gnu.org>
2 7
3 * configure.in: Restore Kerberos code deleted on 1999-05-29 that 8 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
diff --git a/configure b/configure
index 3850689c87c..61ff368ee67 100755
--- a/configure
+++ b/configure
@@ -1,7 +1,7 @@
1#! /bin/sh 1#! /bin/sh
2 2
3# Guess values for system-dependent variables and create Makefiles. 3# Guess values for system-dependent variables and create Makefiles.
4# Generated automatically using autoconf version 2.13 4# Generated automatically using autoconf version 2.12
5# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. 5# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
6# 6#
7# This configure script is free software; the Free Software Foundation 7# This configure script is free software; the Free Software Foundation
@@ -75,7 +75,6 @@ mandir='${prefix}/man'
75# Initialize some other variables. 75# Initialize some other variables.
76subdirs= 76subdirs=
77MFLAGS= MAKEFLAGS= 77MFLAGS= MAKEFLAGS=
78SHELL=${CONFIG_SHELL-/bin/sh}
79# Maximum number of lines to put in a shell here document. 78# Maximum number of lines to put in a shell here document.
80ac_max_here_lines=12 79ac_max_here_lines=12
81 80
@@ -359,7 +358,7 @@ EOF
359 verbose=yes ;; 358 verbose=yes ;;
360 359
361 -version | --version | --versio | --versi | --vers) 360 -version | --version | --versio | --versi | --vers)
362 echo "configure generated by autoconf version 2.13" 361 echo "configure generated by autoconf version 2.12"
363 exit 0 ;; 362 exit 0 ;;
364 363
365 -with-* | --with-*) 364 -with-* | --with-*)
@@ -529,11 +528,9 @@ ac_ext=c
529# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 528# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
530ac_cpp='$CPP $CPPFLAGS' 529ac_cpp='$CPP $CPPFLAGS'
531ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 530ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
532ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 531ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
533cross_compiling=$ac_cv_prog_cc_cross 532cross_compiling=$ac_cv_prog_cc_cross
534 533
535ac_exeext=
536ac_objext=o
537if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then 534if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
538 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu. 535 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
539 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then 536 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
@@ -739,26 +736,26 @@ ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
739 736
740 737
741# Make sure we can run config.sub. 738# Make sure we can run config.sub.
742if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then : 739if $ac_config_sub sun4 >/dev/null 2>&1; then :
743else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } 740else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
744fi 741fi
745 742
746echo $ac_n "checking host system type""... $ac_c" 1>&6 743echo $ac_n "checking host system type""... $ac_c" 1>&6
747echo "configure:748: checking host system type" >&5 744echo "configure:745: checking host system type" >&5
748 745
749host_alias=$host 746host_alias=$host
750case "$host_alias" in 747case "$host_alias" in
751NONE) 748NONE)
752 case $nonopt in 749 case $nonopt in
753 NONE) 750 NONE)
754 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then : 751 if host_alias=`$ac_config_guess`; then :
755 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; } 752 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
756 fi ;; 753 fi ;;
757 *) host_alias=$nonopt ;; 754 *) host_alias=$nonopt ;;
758 esac ;; 755 esac ;;
759esac 756esac
760 757
761host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias` 758host=`$ac_config_sub $host_alias`
762host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 759host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
763host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 760host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
764host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 761host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
@@ -892,6 +889,11 @@ case "${canonical}" in
892 machine=apollo opsys=bsd4-3 889 machine=apollo opsys=bsd4-3
893 ;; 890 ;;
894 891
892 ## ARM, GNU/Linux
893 arm*-*-linux-gnu* )
894 machine=arm opsys=gnu-linux
895 ;;
896
895 ## AT&T 3b2, 3b5, 3b15, 3b20 897 ## AT&T 3b2, 3b5, 3b15, 3b20
896 we32k-att-sysv* ) 898 we32k-att-sysv* )
897 machine=att3b opsys=usg5-2-2 899 machine=att3b opsys=usg5-2-2
@@ -1690,16 +1692,15 @@ case ${with_gcc} in
1690 * ) # Extract the first word of "gcc", so it can be a program name with args. 1692 * ) # Extract the first word of "gcc", so it can be a program name with args.
1691set dummy gcc; ac_word=$2 1693set dummy gcc; ac_word=$2
1692echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1694echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1693echo "configure:1694: checking for $ac_word" >&5 1695echo "configure:1696: checking for $ac_word" >&5
1694if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1696if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1695 echo $ac_n "(cached) $ac_c" 1>&6 1697 echo $ac_n "(cached) $ac_c" 1>&6
1696else 1698else
1697 if test -n "$CC"; then 1699 if test -n "$CC"; then
1698 ac_cv_prog_CC="$CC" # Let the user override the test. 1700 ac_cv_prog_CC="$CC" # Let the user override the test.
1699else 1701else
1700 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 1702 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1701 ac_dummy="$PATH" 1703 for ac_dir in $PATH; do
1702 for ac_dir in $ac_dummy; do
1703 test -z "$ac_dir" && ac_dir=. 1704 test -z "$ac_dir" && ac_dir=.
1704 if test -f $ac_dir/$ac_word; then 1705 if test -f $ac_dir/$ac_word; then
1705 ac_cv_prog_CC="gcc" 1706 ac_cv_prog_CC="gcc"
@@ -1720,17 +1721,16 @@ if test -z "$CC"; then
1720 # Extract the first word of "cc", so it can be a program name with args. 1721 # Extract the first word of "cc", so it can be a program name with args.
1721set dummy cc; ac_word=$2 1722set dummy cc; ac_word=$2
1722echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1723echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1723echo "configure:1724: checking for $ac_word" >&5 1724echo "configure:1725: checking for $ac_word" >&5
1724if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1725if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1725 echo $ac_n "(cached) $ac_c" 1>&6 1726 echo $ac_n "(cached) $ac_c" 1>&6
1726else 1727else
1727 if test -n "$CC"; then 1728 if test -n "$CC"; then
1728 ac_cv_prog_CC="$CC" # Let the user override the test. 1729 ac_cv_prog_CC="$CC" # Let the user override the test.
1729else 1730else
1730 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 1731 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1731 ac_prog_rejected=no 1732 ac_prog_rejected=no
1732 ac_dummy="$PATH" 1733 for ac_dir in $PATH; do
1733 for ac_dir in $ac_dummy; do
1734 test -z "$ac_dir" && ac_dir=. 1734 test -z "$ac_dir" && ac_dir=.
1735 if test -f $ac_dir/$ac_word; then 1735 if test -f $ac_dir/$ac_word; then
1736 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then 1736 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
@@ -1765,61 +1765,25 @@ else
1765 echo "$ac_t""no" 1>&6 1765 echo "$ac_t""no" 1>&6
1766fi 1766fi
1767 1767
1768 if test -z "$CC"; then
1769 case "`uname -s`" in
1770 *win32* | *WIN32*)
1771 # Extract the first word of "cl", so it can be a program name with args.
1772set dummy cl; ac_word=$2
1773echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1774echo "configure:1775: checking for $ac_word" >&5
1775if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1776 echo $ac_n "(cached) $ac_c" 1>&6
1777else
1778 if test -n "$CC"; then
1779 ac_cv_prog_CC="$CC" # Let the user override the test.
1780else
1781 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1782 ac_dummy="$PATH"
1783 for ac_dir in $ac_dummy; do
1784 test -z "$ac_dir" && ac_dir=.
1785 if test -f $ac_dir/$ac_word; then
1786 ac_cv_prog_CC="cl"
1787 break
1788 fi
1789 done
1790 IFS="$ac_save_ifs"
1791fi
1792fi
1793CC="$ac_cv_prog_CC"
1794if test -n "$CC"; then
1795 echo "$ac_t""$CC" 1>&6
1796else
1797 echo "$ac_t""no" 1>&6
1798fi
1799 ;;
1800 esac
1801 fi
1802 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; } 1768 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
1803fi 1769fi
1804 1770
1805echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 1771echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
1806echo "configure:1807: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 1772echo "configure:1773: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
1807 1773
1808ac_ext=c 1774ac_ext=c
1809# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 1775# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1810ac_cpp='$CPP $CPPFLAGS' 1776ac_cpp='$CPP $CPPFLAGS'
1811ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 1777ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1812ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 1778ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1813cross_compiling=$ac_cv_prog_cc_cross 1779cross_compiling=$ac_cv_prog_cc_cross
1814 1780
1815cat > conftest.$ac_ext << EOF 1781cat > conftest.$ac_ext <<EOF
1816 1782#line 1783 "configure"
1817#line 1818 "configure"
1818#include "confdefs.h" 1783#include "confdefs.h"
1819
1820main(){return(0);} 1784main(){return(0);}
1821EOF 1785EOF
1822if { (eval echo configure:1823: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1786if { (eval echo configure:1787: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1823 ac_cv_prog_cc_works=yes 1787 ac_cv_prog_cc_works=yes
1824 # If we can't run a trivial program, we are probably using a cross compiler. 1788 # If we can't run a trivial program, we are probably using a cross compiler.
1825 if (./conftest; exit) 2>/dev/null; then 1789 if (./conftest; exit) 2>/dev/null; then
@@ -1833,24 +1797,18 @@ else
1833 ac_cv_prog_cc_works=no 1797 ac_cv_prog_cc_works=no
1834fi 1798fi
1835rm -fr conftest* 1799rm -fr conftest*
1836ac_ext=c
1837# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1838ac_cpp='$CPP $CPPFLAGS'
1839ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1840ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1841cross_compiling=$ac_cv_prog_cc_cross
1842 1800
1843echo "$ac_t""$ac_cv_prog_cc_works" 1>&6 1801echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
1844if test $ac_cv_prog_cc_works = no; then 1802if test $ac_cv_prog_cc_works = no; then
1845 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } 1803 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
1846fi 1804fi
1847echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1805echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
1848echo "configure:1849: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 1806echo "configure:1807: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
1849echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 1807echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
1850cross_compiling=$ac_cv_prog_cc_cross 1808cross_compiling=$ac_cv_prog_cc_cross
1851 1809
1852echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 1810echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
1853echo "configure:1854: checking whether we are using GNU C" >&5 1811echo "configure:1812: checking whether we are using GNU C" >&5
1854if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 1812if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
1855 echo $ac_n "(cached) $ac_c" 1>&6 1813 echo $ac_n "(cached) $ac_c" 1>&6
1856else 1814else
@@ -1859,7 +1817,7 @@ else
1859 yes; 1817 yes;
1860#endif 1818#endif
1861EOF 1819EOF
1862if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1863: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1820if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1821: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1863 ac_cv_prog_gcc=yes 1821 ac_cv_prog_gcc=yes
1864else 1822else
1865 ac_cv_prog_gcc=no 1823 ac_cv_prog_gcc=no
@@ -1870,15 +1828,11 @@ echo "$ac_t""$ac_cv_prog_gcc" 1>&6
1870 1828
1871if test $ac_cv_prog_gcc = yes; then 1829if test $ac_cv_prog_gcc = yes; then
1872 GCC=yes 1830 GCC=yes
1873else 1831 ac_test_CFLAGS="${CFLAGS+set}"
1874 GCC= 1832 ac_save_CFLAGS="$CFLAGS"
1875fi 1833 CFLAGS=
1876 1834 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
1877ac_test_CFLAGS="${CFLAGS+set}" 1835echo "configure:1836: checking whether ${CC-cc} accepts -g" >&5
1878ac_save_CFLAGS="$CFLAGS"
1879CFLAGS=
1880echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
1881echo "configure:1882: checking whether ${CC-cc} accepts -g" >&5
1882if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 1836if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
1883 echo $ac_n "(cached) $ac_c" 1>&6 1837 echo $ac_n "(cached) $ac_c" 1>&6
1884else 1838else
@@ -1893,20 +1847,16 @@ rm -f conftest*
1893fi 1847fi
1894 1848
1895echo "$ac_t""$ac_cv_prog_cc_g" 1>&6 1849echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
1896if test "$ac_test_CFLAGS" = set; then 1850 if test "$ac_test_CFLAGS" = set; then
1897 CFLAGS="$ac_save_CFLAGS" 1851 CFLAGS="$ac_save_CFLAGS"
1898elif test $ac_cv_prog_cc_g = yes; then 1852 elif test $ac_cv_prog_cc_g = yes; then
1899 if test "$GCC" = yes; then
1900 CFLAGS="-g -O2" 1853 CFLAGS="-g -O2"
1901 else 1854 else
1902 CFLAGS="-g"
1903 fi
1904else
1905 if test "$GCC" = yes; then
1906 CFLAGS="-O2" 1855 CFLAGS="-O2"
1907 else
1908 CFLAGS=
1909 fi 1856 fi
1857else
1858 GCC=
1859 test "${CFLAGS+set}" = set || CFLAGS="-g"
1910fi 1860fi
1911 1861
1912esac 1862esac
@@ -1958,7 +1908,7 @@ fi
1958#### #undef clause to src/config.h.in for autoconf to modify. 1908#### #undef clause to src/config.h.in for autoconf to modify.
1959 1909
1960echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 1910echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
1961echo "configure:1962: checking whether ln -s works" >&5 1911echo "configure:1912: checking whether ln -s works" >&5
1962if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 1912if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
1963 echo $ac_n "(cached) $ac_c" 1>&6 1913 echo $ac_n "(cached) $ac_c" 1>&6
1964else 1914else
@@ -1979,7 +1929,7 @@ else
1979fi 1929fi
1980 1930
1981echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 1931echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
1982echo "configure:1983: checking how to run the C preprocessor" >&5 1932echo "configure:1933: checking how to run the C preprocessor" >&5
1983# On Suns, sometimes $CPP names a directory. 1933# On Suns, sometimes $CPP names a directory.
1984if test -n "$CPP" && test -d "$CPP"; then 1934if test -n "$CPP" && test -d "$CPP"; then
1985 CPP= 1935 CPP=
@@ -1994,14 +1944,14 @@ else
1994 # On the NeXT, cc -E runs the code through the compiler's parser, 1944 # On the NeXT, cc -E runs the code through the compiler's parser,
1995 # not just through cpp. 1945 # not just through cpp.
1996 cat > conftest.$ac_ext <<EOF 1946 cat > conftest.$ac_ext <<EOF
1997#line 1998 "configure" 1947#line 1948 "configure"
1998#include "confdefs.h" 1948#include "confdefs.h"
1999#include <assert.h> 1949#include <assert.h>
2000Syntax Error 1950Syntax Error
2001EOF 1951EOF
2002ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1952ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2003{ (eval echo configure:2004: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1953{ (eval echo configure:1954: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2004ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1954ac_err=`grep -v '^ *+' conftest.out`
2005if test -z "$ac_err"; then 1955if test -z "$ac_err"; then
2006 : 1956 :
2007else 1957else
@@ -2011,31 +1961,14 @@ else
2011 rm -rf conftest* 1961 rm -rf conftest*
2012 CPP="${CC-cc} -E -traditional-cpp" 1962 CPP="${CC-cc} -E -traditional-cpp"
2013 cat > conftest.$ac_ext <<EOF 1963 cat > conftest.$ac_ext <<EOF
2014#line 2015 "configure" 1964#line 1965 "configure"
2015#include "confdefs.h" 1965#include "confdefs.h"
2016#include <assert.h> 1966#include <assert.h>
2017Syntax Error 1967Syntax Error
2018EOF 1968EOF
2019ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1969ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2020{ (eval echo configure:2021: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1970{ (eval echo configure:1971: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2021ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1971ac_err=`grep -v '^ *+' conftest.out`
2022if test -z "$ac_err"; then
2023 :
2024else
2025 echo "$ac_err" >&5
2026 echo "configure: failed program was:" >&5
2027 cat conftest.$ac_ext >&5
2028 rm -rf conftest*
2029 CPP="${CC-cc} -nologo -E"
2030 cat > conftest.$ac_ext <<EOF
2031#line 2032 "configure"
2032#include "confdefs.h"
2033#include <assert.h>
2034Syntax Error
2035EOF
2036ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2037{ (eval echo configure:2038: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2038ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2039if test -z "$ac_err"; then 1972if test -z "$ac_err"; then
2040 : 1973 :
2041else 1974else
@@ -2048,8 +1981,6 @@ fi
2048rm -f conftest* 1981rm -f conftest*
2049fi 1982fi
2050rm -f conftest* 1983rm -f conftest*
2051fi
2052rm -f conftest*
2053 ac_cv_prog_CPP="$CPP" 1984 ac_cv_prog_CPP="$CPP"
2054fi 1985fi
2055 CPP="$ac_cv_prog_CPP" 1986 CPP="$ac_cv_prog_CPP"
@@ -2065,30 +1996,28 @@ echo "$ac_t""$CPP" 1>&6
2065# SunOS /usr/etc/install 1996# SunOS /usr/etc/install
2066# IRIX /sbin/install 1997# IRIX /sbin/install
2067# AIX /bin/install 1998# AIX /bin/install
2068# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2069# AFS /usr/afsws/bin/install, which mishandles nonexistent args 1999# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2070# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 2000# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2071# ./install, which can be erroneously created by make from ./install.sh. 2001# ./install, which can be erroneously created by make from ./install.sh.
2072echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 2002echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
2073echo "configure:2074: checking for a BSD compatible install" >&5 2003echo "configure:2004: checking for a BSD compatible install" >&5
2074if test -z "$INSTALL"; then 2004if test -z "$INSTALL"; then
2075if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 2005if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
2076 echo $ac_n "(cached) $ac_c" 1>&6 2006 echo $ac_n "(cached) $ac_c" 1>&6
2077else 2007else
2078 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":" 2008 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
2079 for ac_dir in $PATH; do 2009 for ac_dir in $PATH; do
2080 # Account for people who put trailing slashes in PATH elements. 2010 # Account for people who put trailing slashes in PATH elements.
2081 case "$ac_dir/" in 2011 case "$ac_dir/" in
2082 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; 2012 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
2083 *) 2013 *)
2084 # OSF1 and SCO ODT 3.0 have their own names for install. 2014 # OSF1 and SCO ODT 3.0 have their own names for install.
2085 # Don't use installbsd from OSF since it installs stuff as root 2015 for ac_prog in ginstall installbsd scoinst install; do
2086 # by default.
2087 for ac_prog in ginstall scoinst install; do
2088 if test -f $ac_dir/$ac_prog; then 2016 if test -f $ac_dir/$ac_prog; then
2089 if test $ac_prog = install && 2017 if test $ac_prog = install &&
2090 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then 2018 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
2091 # AIX install. It has an incompatible calling convention. 2019 # AIX install. It has an incompatible calling convention.
2020 # OSF/1 installbsd also uses dspmsg, but is usable.
2092 : 2021 :
2093 else 2022 else
2094 ac_cv_path_install="$ac_dir/$ac_prog -c" 2023 ac_cv_path_install="$ac_dir/$ac_prog -c"
@@ -2118,8 +2047,6 @@ echo "$ac_t""$INSTALL" 1>&6
2118# It thinks the first close brace ends the variable substitution. 2047# It thinks the first close brace ends the variable substitution.
2119test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 2048test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2120 2049
2121test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
2122
2123test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 2050test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2124 2051
2125for ac_prog in 'bison -y' byacc 2052for ac_prog in 'bison -y' byacc
@@ -2127,16 +2054,15 @@ do
2127# Extract the first word of "$ac_prog", so it can be a program name with args. 2054# Extract the first word of "$ac_prog", so it can be a program name with args.
2128set dummy $ac_prog; ac_word=$2 2055set dummy $ac_prog; ac_word=$2
2129echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2056echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2130echo "configure:2131: checking for $ac_word" >&5 2057echo "configure:2058: checking for $ac_word" >&5
2131if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then 2058if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
2132 echo $ac_n "(cached) $ac_c" 1>&6 2059 echo $ac_n "(cached) $ac_c" 1>&6
2133else 2060else
2134 if test -n "$YACC"; then 2061 if test -n "$YACC"; then
2135 ac_cv_prog_YACC="$YACC" # Let the user override the test. 2062 ac_cv_prog_YACC="$YACC" # Let the user override the test.
2136else 2063else
2137 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 2064 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
2138 ac_dummy="$PATH" 2065 for ac_dir in $PATH; do
2139 for ac_dir in $ac_dummy; do
2140 test -z "$ac_dir" && ac_dir=. 2066 test -z "$ac_dir" && ac_dir=.
2141 if test -f $ac_dir/$ac_word; then 2067 if test -f $ac_dir/$ac_word; then
2142 ac_cv_prog_YACC="$ac_prog" 2068 ac_cv_prog_YACC="$ac_prog"
@@ -2159,9 +2085,9 @@ test -n "$YACC" || YACC="yacc"
2159 2085
2160 2086
2161echo $ac_n "checking for AIX""... $ac_c" 1>&6 2087echo $ac_n "checking for AIX""... $ac_c" 1>&6
2162echo "configure:2163: checking for AIX" >&5 2088echo "configure:2089: checking for AIX" >&5
2163cat > conftest.$ac_ext <<EOF 2089cat > conftest.$ac_ext <<EOF
2164#line 2165 "configure" 2090#line 2091 "configure"
2165#include "confdefs.h" 2091#include "confdefs.h"
2166#ifdef _AIX 2092#ifdef _AIX
2167 yes 2093 yes
@@ -2188,18 +2114,18 @@ for ac_hdr in machine/soundcard.h sys/soundcard.h
2188do 2114do
2189ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 2115ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2190echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 2116echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2191echo "configure:2192: checking for $ac_hdr" >&5 2117echo "configure:2118: checking for $ac_hdr" >&5
2192if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 2118if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2193 echo $ac_n "(cached) $ac_c" 1>&6 2119 echo $ac_n "(cached) $ac_c" 1>&6
2194else 2120else
2195 cat > conftest.$ac_ext <<EOF 2121 cat > conftest.$ac_ext <<EOF
2196#line 2197 "configure" 2122#line 2123 "configure"
2197#include "confdefs.h" 2123#include "confdefs.h"
2198#include <$ac_hdr> 2124#include <$ac_hdr>
2199EOF 2125EOF
2200ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2126ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2201{ (eval echo configure:2202: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2127{ (eval echo configure:2128: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2202ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2128ac_err=`grep -v '^ *+' conftest.out`
2203if test -z "$ac_err"; then 2129if test -z "$ac_err"; then
2204 rm -rf conftest* 2130 rm -rf conftest*
2205 eval "ac_cv_header_$ac_safe=yes" 2131 eval "ac_cv_header_$ac_safe=yes"
@@ -2231,18 +2157,18 @@ for ac_hdr in sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \
2231do 2157do
2232ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 2158ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2233echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 2159echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2234echo "configure:2235: checking for $ac_hdr" >&5 2160echo "configure:2161: checking for $ac_hdr" >&5
2235if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 2161if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2236 echo $ac_n "(cached) $ac_c" 1>&6 2162 echo $ac_n "(cached) $ac_c" 1>&6
2237else 2163else
2238 cat > conftest.$ac_ext <<EOF 2164 cat > conftest.$ac_ext <<EOF
2239#line 2240 "configure" 2165#line 2166 "configure"
2240#include "confdefs.h" 2166#include "confdefs.h"
2241#include <$ac_hdr> 2167#include <$ac_hdr>
2242EOF 2168EOF
2243ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2169ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2244{ (eval echo configure:2245: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2170{ (eval echo configure:2171: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2245ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2171ac_err=`grep -v '^ *+' conftest.out`
2246if test -z "$ac_err"; then 2172if test -z "$ac_err"; then
2247 rm -rf conftest* 2173 rm -rf conftest*
2248 eval "ac_cv_header_$ac_safe=yes" 2174 eval "ac_cv_header_$ac_safe=yes"
@@ -2268,12 +2194,12 @@ fi
2268done 2194done
2269 2195
2270echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 2196echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
2271echo "configure:2272: checking for ANSI C header files" >&5 2197echo "configure:2198: checking for ANSI C header files" >&5
2272if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 2198if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
2273 echo $ac_n "(cached) $ac_c" 1>&6 2199 echo $ac_n "(cached) $ac_c" 1>&6
2274else 2200else
2275 cat > conftest.$ac_ext <<EOF 2201 cat > conftest.$ac_ext <<EOF
2276#line 2277 "configure" 2202#line 2203 "configure"
2277#include "confdefs.h" 2203#include "confdefs.h"
2278#include <stdlib.h> 2204#include <stdlib.h>
2279#include <stdarg.h> 2205#include <stdarg.h>
@@ -2281,8 +2207,8 @@ else
2281#include <float.h> 2207#include <float.h>
2282EOF 2208EOF
2283ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2209ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2284{ (eval echo configure:2285: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2210{ (eval echo configure:2211: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2285ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2211ac_err=`grep -v '^ *+' conftest.out`
2286if test -z "$ac_err"; then 2212if test -z "$ac_err"; then
2287 rm -rf conftest* 2213 rm -rf conftest*
2288 ac_cv_header_stdc=yes 2214 ac_cv_header_stdc=yes
@@ -2298,7 +2224,7 @@ rm -f conftest*
2298if test $ac_cv_header_stdc = yes; then 2224if test $ac_cv_header_stdc = yes; then
2299 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 2225 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
2300cat > conftest.$ac_ext <<EOF 2226cat > conftest.$ac_ext <<EOF
2301#line 2302 "configure" 2227#line 2228 "configure"
2302#include "confdefs.h" 2228#include "confdefs.h"
2303#include <string.h> 2229#include <string.h>
2304EOF 2230EOF
@@ -2316,7 +2242,7 @@ fi
2316if test $ac_cv_header_stdc = yes; then 2242if test $ac_cv_header_stdc = yes; then
2317 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 2243 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
2318cat > conftest.$ac_ext <<EOF 2244cat > conftest.$ac_ext <<EOF
2319#line 2320 "configure" 2245#line 2246 "configure"
2320#include "confdefs.h" 2246#include "confdefs.h"
2321#include <stdlib.h> 2247#include <stdlib.h>
2322EOF 2248EOF
@@ -2337,7 +2263,7 @@ if test "$cross_compiling" = yes; then
2337 : 2263 :
2338else 2264else
2339 cat > conftest.$ac_ext <<EOF 2265 cat > conftest.$ac_ext <<EOF
2340#line 2341 "configure" 2266#line 2267 "configure"
2341#include "confdefs.h" 2267#include "confdefs.h"
2342#include <ctype.h> 2268#include <ctype.h>
2343#define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 2269#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
@@ -2348,7 +2274,7 @@ if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
2348exit (0); } 2274exit (0); }
2349 2275
2350EOF 2276EOF
2351if { (eval echo configure:2352: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2277if { (eval echo configure:2278: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
2352then 2278then
2353 : 2279 :
2354else 2280else
@@ -2372,12 +2298,12 @@ EOF
2372fi 2298fi
2373 2299
2374echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 2300echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
2375echo "configure:2376: checking whether time.h and sys/time.h may both be included" >&5 2301echo "configure:2302: checking whether time.h and sys/time.h may both be included" >&5
2376if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then 2302if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
2377 echo $ac_n "(cached) $ac_c" 1>&6 2303 echo $ac_n "(cached) $ac_c" 1>&6
2378else 2304else
2379 cat > conftest.$ac_ext <<EOF 2305 cat > conftest.$ac_ext <<EOF
2380#line 2381 "configure" 2306#line 2307 "configure"
2381#include "confdefs.h" 2307#include "confdefs.h"
2382#include <sys/types.h> 2308#include <sys/types.h>
2383#include <sys/time.h> 2309#include <sys/time.h>
@@ -2386,7 +2312,7 @@ int main() {
2386struct tm *tp; 2312struct tm *tp;
2387; return 0; } 2313; return 0; }
2388EOF 2314EOF
2389if { (eval echo configure:2390: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2315if { (eval echo configure:2316: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2390 rm -rf conftest* 2316 rm -rf conftest*
2391 ac_cv_header_time=yes 2317 ac_cv_header_time=yes
2392else 2318else
@@ -2407,12 +2333,12 @@ EOF
2407fi 2333fi
2408 2334
2409echo $ac_n "checking for sys_siglist declaration in signal.h or unistd.h""... $ac_c" 1>&6 2335echo $ac_n "checking for sys_siglist declaration in signal.h or unistd.h""... $ac_c" 1>&6
2410echo "configure:2411: checking for sys_siglist declaration in signal.h or unistd.h" >&5 2336echo "configure:2337: checking for sys_siglist declaration in signal.h or unistd.h" >&5
2411if eval "test \"`echo '$''{'ac_cv_decl_sys_siglist'+set}'`\" = set"; then 2337if eval "test \"`echo '$''{'ac_cv_decl_sys_siglist'+set}'`\" = set"; then
2412 echo $ac_n "(cached) $ac_c" 1>&6 2338 echo $ac_n "(cached) $ac_c" 1>&6
2413else 2339else
2414 cat > conftest.$ac_ext <<EOF 2340 cat > conftest.$ac_ext <<EOF
2415#line 2416 "configure" 2341#line 2342 "configure"
2416#include "confdefs.h" 2342#include "confdefs.h"
2417#include <sys/types.h> 2343#include <sys/types.h>
2418#include <signal.h> 2344#include <signal.h>
@@ -2424,7 +2350,7 @@ int main() {
2424char *msg = *(sys_siglist + 1); 2350char *msg = *(sys_siglist + 1);
2425; return 0; } 2351; return 0; }
2426EOF 2352EOF
2427if { (eval echo configure:2428: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2353if { (eval echo configure:2354: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2428 rm -rf conftest* 2354 rm -rf conftest*
2429 ac_cv_decl_sys_siglist=yes 2355 ac_cv_decl_sys_siglist=yes
2430else 2356else
@@ -2446,12 +2372,12 @@ fi
2446 2372
2447 2373
2448echo $ac_n "checking for struct utimbuf""... $ac_c" 1>&6 2374echo $ac_n "checking for struct utimbuf""... $ac_c" 1>&6
2449echo "configure:2450: checking for struct utimbuf" >&5 2375echo "configure:2376: checking for struct utimbuf" >&5
2450if eval "test \"`echo '$''{'emacs_cv_struct_utimbuf'+set}'`\" = set"; then 2376if eval "test \"`echo '$''{'emacs_cv_struct_utimbuf'+set}'`\" = set"; then
2451 echo $ac_n "(cached) $ac_c" 1>&6 2377 echo $ac_n "(cached) $ac_c" 1>&6
2452else 2378else
2453 cat > conftest.$ac_ext <<EOF 2379 cat > conftest.$ac_ext <<EOF
2454#line 2455 "configure" 2380#line 2381 "configure"
2455#include "confdefs.h" 2381#include "confdefs.h"
2456#ifdef TIME_WITH_SYS_TIME 2382#ifdef TIME_WITH_SYS_TIME
2457#include <sys/time.h> 2383#include <sys/time.h>
@@ -2470,7 +2396,7 @@ int main() {
2470static struct utimbuf x; x.actime = x.modtime; 2396static struct utimbuf x; x.actime = x.modtime;
2471; return 0; } 2397; return 0; }
2472EOF 2398EOF
2473if { (eval echo configure:2474: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2399if { (eval echo configure:2400: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2474 rm -rf conftest* 2400 rm -rf conftest*
2475 emacs_cv_struct_utimbuf=yes 2401 emacs_cv_struct_utimbuf=yes
2476else 2402else
@@ -2491,12 +2417,12 @@ EOF
2491fi 2417fi
2492 2418
2493echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 2419echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
2494echo "configure:2495: checking return type of signal handlers" >&5 2420echo "configure:2421: checking return type of signal handlers" >&5
2495if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then 2421if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
2496 echo $ac_n "(cached) $ac_c" 1>&6 2422 echo $ac_n "(cached) $ac_c" 1>&6
2497else 2423else
2498 cat > conftest.$ac_ext <<EOF 2424 cat > conftest.$ac_ext <<EOF
2499#line 2500 "configure" 2425#line 2426 "configure"
2500#include "confdefs.h" 2426#include "confdefs.h"
2501#include <sys/types.h> 2427#include <sys/types.h>
2502#include <signal.h> 2428#include <signal.h>
@@ -2513,7 +2439,7 @@ int main() {
2513int i; 2439int i;
2514; return 0; } 2440; return 0; }
2515EOF 2441EOF
2516if { (eval echo configure:2517: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2442if { (eval echo configure:2443: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2517 rm -rf conftest* 2443 rm -rf conftest*
2518 ac_cv_type_signal=void 2444 ac_cv_type_signal=void
2519else 2445else
@@ -2533,12 +2459,12 @@ EOF
2533 2459
2534 2460
2535echo $ac_n "checking for struct timeval""... $ac_c" 1>&6 2461echo $ac_n "checking for struct timeval""... $ac_c" 1>&6
2536echo "configure:2537: checking for struct timeval" >&5 2462echo "configure:2463: checking for struct timeval" >&5
2537if eval "test \"`echo '$''{'emacs_cv_struct_timeval'+set}'`\" = set"; then 2463if eval "test \"`echo '$''{'emacs_cv_struct_timeval'+set}'`\" = set"; then
2538 echo $ac_n "(cached) $ac_c" 1>&6 2464 echo $ac_n "(cached) $ac_c" 1>&6
2539else 2465else
2540 cat > conftest.$ac_ext <<EOF 2466 cat > conftest.$ac_ext <<EOF
2541#line 2542 "configure" 2467#line 2468 "configure"
2542#include "confdefs.h" 2468#include "confdefs.h"
2543#ifdef TIME_WITH_SYS_TIME 2469#ifdef TIME_WITH_SYS_TIME
2544#include <sys/time.h> 2470#include <sys/time.h>
@@ -2554,7 +2480,7 @@ int main() {
2554static struct timeval x; x.tv_sec = x.tv_usec; 2480static struct timeval x; x.tv_sec = x.tv_usec;
2555; return 0; } 2481; return 0; }
2556EOF 2482EOF
2557if { (eval echo configure:2558: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2483if { (eval echo configure:2484: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2558 rm -rf conftest* 2484 rm -rf conftest*
2559 emacs_cv_struct_timeval=yes 2485 emacs_cv_struct_timeval=yes
2560else 2486else
@@ -2576,12 +2502,12 @@ EOF
2576fi 2502fi
2577 2503
2578echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6 2504echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
2579echo "configure:2580: checking whether struct tm is in sys/time.h or time.h" >&5 2505echo "configure:2506: checking whether struct tm is in sys/time.h or time.h" >&5
2580if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then 2506if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
2581 echo $ac_n "(cached) $ac_c" 1>&6 2507 echo $ac_n "(cached) $ac_c" 1>&6
2582else 2508else
2583 cat > conftest.$ac_ext <<EOF 2509 cat > conftest.$ac_ext <<EOF
2584#line 2585 "configure" 2510#line 2511 "configure"
2585#include "confdefs.h" 2511#include "confdefs.h"
2586#include <sys/types.h> 2512#include <sys/types.h>
2587#include <time.h> 2513#include <time.h>
@@ -2589,7 +2515,7 @@ int main() {
2589struct tm *tp; tp->tm_sec; 2515struct tm *tp; tp->tm_sec;
2590; return 0; } 2516; return 0; }
2591EOF 2517EOF
2592if { (eval echo configure:2593: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2518if { (eval echo configure:2519: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2593 rm -rf conftest* 2519 rm -rf conftest*
2594 ac_cv_struct_tm=time.h 2520 ac_cv_struct_tm=time.h
2595else 2521else
@@ -2610,12 +2536,12 @@ EOF
2610fi 2536fi
2611 2537
2612echo $ac_n "checking for tm_zone in struct tm""... $ac_c" 1>&6 2538echo $ac_n "checking for tm_zone in struct tm""... $ac_c" 1>&6
2613echo "configure:2614: checking for tm_zone in struct tm" >&5 2539echo "configure:2540: checking for tm_zone in struct tm" >&5
2614if eval "test \"`echo '$''{'ac_cv_struct_tm_zone'+set}'`\" = set"; then 2540if eval "test \"`echo '$''{'ac_cv_struct_tm_zone'+set}'`\" = set"; then
2615 echo $ac_n "(cached) $ac_c" 1>&6 2541 echo $ac_n "(cached) $ac_c" 1>&6
2616else 2542else
2617 cat > conftest.$ac_ext <<EOF 2543 cat > conftest.$ac_ext <<EOF
2618#line 2619 "configure" 2544#line 2545 "configure"
2619#include "confdefs.h" 2545#include "confdefs.h"
2620#include <sys/types.h> 2546#include <sys/types.h>
2621#include <$ac_cv_struct_tm> 2547#include <$ac_cv_struct_tm>
@@ -2623,7 +2549,7 @@ int main() {
2623struct tm tm; tm.tm_zone; 2549struct tm tm; tm.tm_zone;
2624; return 0; } 2550; return 0; }
2625EOF 2551EOF
2626if { (eval echo configure:2627: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2552if { (eval echo configure:2553: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2627 rm -rf conftest* 2553 rm -rf conftest*
2628 ac_cv_struct_tm_zone=yes 2554 ac_cv_struct_tm_zone=yes
2629else 2555else
@@ -2643,12 +2569,12 @@ EOF
2643 2569
2644else 2570else
2645 echo $ac_n "checking for tzname""... $ac_c" 1>&6 2571 echo $ac_n "checking for tzname""... $ac_c" 1>&6
2646echo "configure:2647: checking for tzname" >&5 2572echo "configure:2573: checking for tzname" >&5
2647if eval "test \"`echo '$''{'ac_cv_var_tzname'+set}'`\" = set"; then 2573if eval "test \"`echo '$''{'ac_cv_var_tzname'+set}'`\" = set"; then
2648 echo $ac_n "(cached) $ac_c" 1>&6 2574 echo $ac_n "(cached) $ac_c" 1>&6
2649else 2575else
2650 cat > conftest.$ac_ext <<EOF 2576 cat > conftest.$ac_ext <<EOF
2651#line 2652 "configure" 2577#line 2578 "configure"
2652#include "confdefs.h" 2578#include "confdefs.h"
2653#include <time.h> 2579#include <time.h>
2654#ifndef tzname /* For SGI. */ 2580#ifndef tzname /* For SGI. */
@@ -2658,7 +2584,7 @@ int main() {
2658atoi(*tzname); 2584atoi(*tzname);
2659; return 0; } 2585; return 0; }
2660EOF 2586EOF
2661if { (eval echo configure:2662: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2587if { (eval echo configure:2588: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2662 rm -rf conftest* 2588 rm -rf conftest*
2663 ac_cv_var_tzname=yes 2589 ac_cv_var_tzname=yes
2664else 2590else
@@ -2680,19 +2606,19 @@ EOF
2680fi 2606fi
2681 2607
2682echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6 2608echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6
2683echo "configure:2684: checking for tm_gmtoff in struct tm" >&5 2609echo "configure:2610: checking for tm_gmtoff in struct tm" >&5
2684if eval "test \"`echo '$''{'emacs_cv_tm_gmtoff'+set}'`\" = set"; then 2610if eval "test \"`echo '$''{'emacs_cv_tm_gmtoff'+set}'`\" = set"; then
2685 echo $ac_n "(cached) $ac_c" 1>&6 2611 echo $ac_n "(cached) $ac_c" 1>&6
2686else 2612else
2687 cat > conftest.$ac_ext <<EOF 2613 cat > conftest.$ac_ext <<EOF
2688#line 2689 "configure" 2614#line 2615 "configure"
2689#include "confdefs.h" 2615#include "confdefs.h"
2690#include <time.h> 2616#include <time.h>
2691int main() { 2617int main() {
2692struct tm t; t.tm_gmtoff = 0 2618struct tm t; t.tm_gmtoff = 0
2693; return 0; } 2619; return 0; }
2694EOF 2620EOF
2695if { (eval echo configure:2696: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2621if { (eval echo configure:2622: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
2696 rm -rf conftest* 2622 rm -rf conftest*
2697 emacs_cv_tm_gmtoff=yes 2623 emacs_cv_tm_gmtoff=yes
2698else 2624else
@@ -2713,12 +2639,12 @@ EOF
2713fi 2639fi
2714 2640
2715echo $ac_n "checking for working const""... $ac_c" 1>&6 2641echo $ac_n "checking for working const""... $ac_c" 1>&6
2716echo "configure:2717: checking for working const" >&5 2642echo "configure:2643: checking for working const" >&5
2717if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 2643if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
2718 echo $ac_n "(cached) $ac_c" 1>&6 2644 echo $ac_n "(cached) $ac_c" 1>&6
2719else 2645else
2720 cat > conftest.$ac_ext <<EOF 2646 cat > conftest.$ac_ext <<EOF
2721#line 2722 "configure" 2647#line 2648 "configure"
2722#include "confdefs.h" 2648#include "confdefs.h"
2723 2649
2724int main() { 2650int main() {
@@ -2767,7 +2693,7 @@ ccp = (char const *const *) p;
2767 2693
2768; return 0; } 2694; return 0; }
2769EOF 2695EOF
2770if { (eval echo configure:2771: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2696if { (eval echo configure:2697: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2771 rm -rf conftest* 2697 rm -rf conftest*
2772 ac_cv_c_const=yes 2698 ac_cv_c_const=yes
2773else 2699else
@@ -2789,7 +2715,7 @@ fi
2789 2715
2790 2716
2791echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 2717echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
2792echo "configure:2793: checking whether ${MAKE-make} sets \${MAKE}" >&5 2718echo "configure:2719: checking whether ${MAKE-make} sets \${MAKE}" >&5
2793set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 2719set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
2794if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then 2720if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
2795 echo $ac_n "(cached) $ac_c" 1>&6 2721 echo $ac_n "(cached) $ac_c" 1>&6
@@ -2817,7 +2743,7 @@ fi
2817 2743
2818 2744
2819echo $ac_n "checking for long file names""... $ac_c" 1>&6 2745echo $ac_n "checking for long file names""... $ac_c" 1>&6
2820echo "configure:2821: checking for long file names" >&5 2746echo "configure:2747: checking for long file names" >&5
2821if eval "test \"`echo '$''{'ac_cv_sys_long_file_names'+set}'`\" = set"; then 2747if eval "test \"`echo '$''{'ac_cv_sys_long_file_names'+set}'`\" = set"; then
2822 echo $ac_n "(cached) $ac_c" 1>&6 2748 echo $ac_n "(cached) $ac_c" 1>&6
2823else 2749else
@@ -2868,7 +2794,7 @@ fi
2868# Uses ac_ vars as temps to allow command line to override cache and checks. 2794# Uses ac_ vars as temps to allow command line to override cache and checks.
2869# --without-x overrides everything else, but does not touch the cache. 2795# --without-x overrides everything else, but does not touch the cache.
2870echo $ac_n "checking for X""... $ac_c" 1>&6 2796echo $ac_n "checking for X""... $ac_c" 1>&6
2871echo "configure:2872: checking for X" >&5 2797echo "configure:2798: checking for X" >&5
2872 2798
2873# Check whether --with-x or --without-x was given. 2799# Check whether --with-x or --without-x was given.
2874if test "${with_x+set}" = set; then 2800if test "${with_x+set}" = set; then
@@ -2930,13 +2856,13 @@ if test "$ac_x_includes" = NO; then
2930 2856
2931 # First, try using that file with no special directory specified. 2857 # First, try using that file with no special directory specified.
2932cat > conftest.$ac_ext <<EOF 2858cat > conftest.$ac_ext <<EOF
2933#line 2934 "configure" 2859#line 2860 "configure"
2934#include "confdefs.h" 2860#include "confdefs.h"
2935#include <$x_direct_test_include> 2861#include <$x_direct_test_include>
2936EOF 2862EOF
2937ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2863ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2938{ (eval echo configure:2939: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2864{ (eval echo configure:2865: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2939ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2865ac_err=`grep -v '^ *+' conftest.out`
2940if test -z "$ac_err"; then 2866if test -z "$ac_err"; then
2941 rm -rf conftest* 2867 rm -rf conftest*
2942 # We can compile using X headers with no special include directory. 2868 # We can compile using X headers with no special include directory.
@@ -3004,14 +2930,14 @@ if test "$ac_x_libraries" = NO; then
3004 ac_save_LIBS="$LIBS" 2930 ac_save_LIBS="$LIBS"
3005 LIBS="-l$x_direct_test_library $LIBS" 2931 LIBS="-l$x_direct_test_library $LIBS"
3006cat > conftest.$ac_ext <<EOF 2932cat > conftest.$ac_ext <<EOF
3007#line 3008 "configure" 2933#line 2934 "configure"
3008#include "confdefs.h" 2934#include "confdefs.h"
3009 2935
3010int main() { 2936int main() {
3011${x_direct_test_function}() 2937${x_direct_test_function}()
3012; return 0; } 2938; return 0; }
3013EOF 2939EOF
3014if { (eval echo configure:3015: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2940if { (eval echo configure:2941: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3015 rm -rf conftest* 2941 rm -rf conftest*
3016 LIBS="$ac_save_LIBS" 2942 LIBS="$ac_save_LIBS"
3017# We can link X programs with no special library path. 2943# We can link X programs with no special library path.
@@ -3186,7 +3112,7 @@ fi
3186echo "checking the machine- and system-dependent files to find out 3112echo "checking the machine- and system-dependent files to find out
3187 - which libraries the lib-src programs will want, and 3113 - which libraries the lib-src programs will want, and
3188 - whether the GNU malloc routines are usable" 1>&6 3114 - whether the GNU malloc routines are usable" 1>&6
3189echo "configure:3190: checking the machine- and system-dependent files to find out 3115echo "configure:3116: checking the machine- and system-dependent files to find out
3190 - which libraries the lib-src programs will want, and 3116 - which libraries the lib-src programs will want, and
3191 - whether the GNU malloc routines are usable" >&5 3117 - whether the GNU malloc routines are usable" >&5
3192 3118
@@ -3316,12 +3242,12 @@ UNEXEC_SRC="`echo ${unexec} | sed 's/\.o/.c/'`"
3316GNU_MALLOC=yes 3242GNU_MALLOC=yes
3317doug_lea_malloc=yes 3243doug_lea_malloc=yes
3318echo $ac_n "checking for malloc_get_state""... $ac_c" 1>&6 3244echo $ac_n "checking for malloc_get_state""... $ac_c" 1>&6
3319echo "configure:3320: checking for malloc_get_state" >&5 3245echo "configure:3246: checking for malloc_get_state" >&5
3320if eval "test \"`echo '$''{'ac_cv_func_malloc_get_state'+set}'`\" = set"; then 3246if eval "test \"`echo '$''{'ac_cv_func_malloc_get_state'+set}'`\" = set"; then
3321 echo $ac_n "(cached) $ac_c" 1>&6 3247 echo $ac_n "(cached) $ac_c" 1>&6
3322else 3248else
3323 cat > conftest.$ac_ext <<EOF 3249 cat > conftest.$ac_ext <<EOF
3324#line 3325 "configure" 3250#line 3251 "configure"
3325#include "confdefs.h" 3251#include "confdefs.h"
3326/* System header to define __stub macros and hopefully few prototypes, 3252/* System header to define __stub macros and hopefully few prototypes,
3327 which can conflict with char malloc_get_state(); below. */ 3253 which can conflict with char malloc_get_state(); below. */
@@ -3344,7 +3270,7 @@ malloc_get_state();
3344 3270
3345; return 0; } 3271; return 0; }
3346EOF 3272EOF
3347if { (eval echo configure:3348: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3273if { (eval echo configure:3274: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3348 rm -rf conftest* 3274 rm -rf conftest*
3349 eval "ac_cv_func_malloc_get_state=yes" 3275 eval "ac_cv_func_malloc_get_state=yes"
3350else 3276else
@@ -3365,12 +3291,12 @@ doug_lea_malloc=no
3365fi 3291fi
3366 3292
3367echo $ac_n "checking for malloc_set_state""... $ac_c" 1>&6 3293echo $ac_n "checking for malloc_set_state""... $ac_c" 1>&6
3368echo "configure:3369: checking for malloc_set_state" >&5 3294echo "configure:3295: checking for malloc_set_state" >&5
3369if eval "test \"`echo '$''{'ac_cv_func_malloc_set_state'+set}'`\" = set"; then 3295if eval "test \"`echo '$''{'ac_cv_func_malloc_set_state'+set}'`\" = set"; then
3370 echo $ac_n "(cached) $ac_c" 1>&6 3296 echo $ac_n "(cached) $ac_c" 1>&6
3371else 3297else
3372 cat > conftest.$ac_ext <<EOF 3298 cat > conftest.$ac_ext <<EOF
3373#line 3374 "configure" 3299#line 3300 "configure"
3374#include "confdefs.h" 3300#include "confdefs.h"
3375/* System header to define __stub macros and hopefully few prototypes, 3301/* System header to define __stub macros and hopefully few prototypes,
3376 which can conflict with char malloc_set_state(); below. */ 3302 which can conflict with char malloc_set_state(); below. */
@@ -3393,7 +3319,7 @@ malloc_set_state();
3393 3319
3394; return 0; } 3320; return 0; }
3395EOF 3321EOF
3396if { (eval echo configure:3397: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3322if { (eval echo configure:3323: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3397 rm -rf conftest* 3323 rm -rf conftest*
3398 eval "ac_cv_func_malloc_set_state=yes" 3324 eval "ac_cv_func_malloc_set_state=yes"
3399else 3325else
@@ -3414,19 +3340,19 @@ doug_lea_malloc=no
3414fi 3340fi
3415 3341
3416echo $ac_n "checking whether __after_morecore_hook exists""... $ac_c" 1>&6 3342echo $ac_n "checking whether __after_morecore_hook exists""... $ac_c" 1>&6
3417echo "configure:3418: checking whether __after_morecore_hook exists" >&5 3343echo "configure:3344: checking whether __after_morecore_hook exists" >&5
3418if eval "test \"`echo '$''{'emacs_cv_var___after_morecore_hook'+set}'`\" = set"; then 3344if eval "test \"`echo '$''{'emacs_cv_var___after_morecore_hook'+set}'`\" = set"; then
3419 echo $ac_n "(cached) $ac_c" 1>&6 3345 echo $ac_n "(cached) $ac_c" 1>&6
3420else 3346else
3421 cat > conftest.$ac_ext <<EOF 3347 cat > conftest.$ac_ext <<EOF
3422#line 3423 "configure" 3348#line 3349 "configure"
3423#include "confdefs.h" 3349#include "confdefs.h"
3424extern void (* __after_morecore_hook)(); 3350extern void (* __after_morecore_hook)();
3425int main() { 3351int main() {
3426__after_morecore_hook = 0 3352__after_morecore_hook = 0
3427; return 0; } 3353; return 0; }
3428EOF 3354EOF
3429if { (eval echo configure:3430: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3355if { (eval echo configure:3356: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3430 rm -rf conftest* 3356 rm -rf conftest*
3431 emacs_cv_var___after_morecore_hook=yes 3357 emacs_cv_var___after_morecore_hook=yes
3432else 3358else
@@ -3476,7 +3402,7 @@ fi
3476LIBS="$libsrc_libs $LIBS" 3402LIBS="$libsrc_libs $LIBS"
3477 3403
3478echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6 3404echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
3479echo "configure:3480: checking for dnet_ntoa in -ldnet" >&5 3405echo "configure:3406: checking for dnet_ntoa in -ldnet" >&5
3480ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'` 3406ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
3481if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 3407if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3482 echo $ac_n "(cached) $ac_c" 1>&6 3408 echo $ac_n "(cached) $ac_c" 1>&6
@@ -3484,7 +3410,7 @@ else
3484 ac_save_LIBS="$LIBS" 3410 ac_save_LIBS="$LIBS"
3485LIBS="-ldnet $LIBS" 3411LIBS="-ldnet $LIBS"
3486cat > conftest.$ac_ext <<EOF 3412cat > conftest.$ac_ext <<EOF
3487#line 3488 "configure" 3413#line 3414 "configure"
3488#include "confdefs.h" 3414#include "confdefs.h"
3489/* Override any gcc2 internal prototype to avoid an error. */ 3415/* Override any gcc2 internal prototype to avoid an error. */
3490/* We use char because int might match the return type of a gcc2 3416/* We use char because int might match the return type of a gcc2
@@ -3495,7 +3421,7 @@ int main() {
3495dnet_ntoa() 3421dnet_ntoa()
3496; return 0; } 3422; return 0; }
3497EOF 3423EOF
3498if { (eval echo configure:3499: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3424if { (eval echo configure:3425: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3499 rm -rf conftest* 3425 rm -rf conftest*
3500 eval "ac_cv_lib_$ac_lib_var=yes" 3426 eval "ac_cv_lib_$ac_lib_var=yes"
3501else 3427else
@@ -3524,7 +3450,7 @@ fi
3524 3450
3525 3451
3526echo $ac_n "checking for main in -lXbsd""... $ac_c" 1>&6 3452echo $ac_n "checking for main in -lXbsd""... $ac_c" 1>&6
3527echo "configure:3528: checking for main in -lXbsd" >&5 3453echo "configure:3454: checking for main in -lXbsd" >&5
3528ac_lib_var=`echo Xbsd'_'main | sed 'y%./+-%__p_%'` 3454ac_lib_var=`echo Xbsd'_'main | sed 'y%./+-%__p_%'`
3529if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 3455if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3530 echo $ac_n "(cached) $ac_c" 1>&6 3456 echo $ac_n "(cached) $ac_c" 1>&6
@@ -3532,14 +3458,14 @@ else
3532 ac_save_LIBS="$LIBS" 3458 ac_save_LIBS="$LIBS"
3533LIBS="-lXbsd $LIBS" 3459LIBS="-lXbsd $LIBS"
3534cat > conftest.$ac_ext <<EOF 3460cat > conftest.$ac_ext <<EOF
3535#line 3536 "configure" 3461#line 3462 "configure"
3536#include "confdefs.h" 3462#include "confdefs.h"
3537 3463
3538int main() { 3464int main() {
3539main() 3465main()
3540; return 0; } 3466; return 0; }
3541EOF 3467EOF
3542if { (eval echo configure:3543: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3468if { (eval echo configure:3469: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3543 rm -rf conftest* 3469 rm -rf conftest*
3544 eval "ac_cv_lib_$ac_lib_var=yes" 3470 eval "ac_cv_lib_$ac_lib_var=yes"
3545else 3471else
@@ -3561,7 +3487,7 @@ fi
3561 3487
3562 3488
3563echo $ac_n "checking for cma_open in -lpthreads""... $ac_c" 1>&6 3489echo $ac_n "checking for cma_open in -lpthreads""... $ac_c" 1>&6
3564echo "configure:3565: checking for cma_open in -lpthreads" >&5 3490echo "configure:3491: checking for cma_open in -lpthreads" >&5
3565ac_lib_var=`echo pthreads'_'cma_open | sed 'y%./+-%__p_%'` 3491ac_lib_var=`echo pthreads'_'cma_open | sed 'y%./+-%__p_%'`
3566if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 3492if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3567 echo $ac_n "(cached) $ac_c" 1>&6 3493 echo $ac_n "(cached) $ac_c" 1>&6
@@ -3569,7 +3495,7 @@ else
3569 ac_save_LIBS="$LIBS" 3495 ac_save_LIBS="$LIBS"
3570LIBS="-lpthreads $LIBS" 3496LIBS="-lpthreads $LIBS"
3571cat > conftest.$ac_ext <<EOF 3497cat > conftest.$ac_ext <<EOF
3572#line 3573 "configure" 3498#line 3499 "configure"
3573#include "confdefs.h" 3499#include "confdefs.h"
3574/* Override any gcc2 internal prototype to avoid an error. */ 3500/* Override any gcc2 internal prototype to avoid an error. */
3575/* We use char because int might match the return type of a gcc2 3501/* We use char because int might match the return type of a gcc2
@@ -3580,7 +3506,7 @@ int main() {
3580cma_open() 3506cma_open()
3581; return 0; } 3507; return 0; }
3582EOF 3508EOF
3583if { (eval echo configure:3584: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3509if { (eval echo configure:3510: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3584 rm -rf conftest* 3510 rm -rf conftest*
3585 eval "ac_cv_lib_$ac_lib_var=yes" 3511 eval "ac_cv_lib_$ac_lib_var=yes"
3586else 3512else
@@ -3609,7 +3535,7 @@ fi
3609 3535
3610 3536
3611echo $ac_n "checking for XFree86 in /usr/X386""... $ac_c" 1>&6 3537echo $ac_n "checking for XFree86 in /usr/X386""... $ac_c" 1>&6
3612echo "configure:3613: checking for XFree86 in /usr/X386" >&5 3538echo "configure:3539: checking for XFree86 in /usr/X386" >&5
3613if test -d /usr/X386/include; then 3539if test -d /usr/X386/include; then
3614 HAVE_XFREE386=yes 3540 HAVE_XFREE386=yes
3615 : ${C_SWITCH_X_SITE="-I/usr/X386/include"} 3541 : ${C_SWITCH_X_SITE="-I/usr/X386/include"}
@@ -3638,16 +3564,16 @@ if test "${HAVE_X11}" = "yes"; then
3638 3564
3639 if test "${opsys}" = "gnu-linux"; then 3565 if test "${opsys}" = "gnu-linux"; then
3640 echo $ac_n "checking whether X on GNU/Linux needs -b to link""... $ac_c" 1>&6 3566 echo $ac_n "checking whether X on GNU/Linux needs -b to link""... $ac_c" 1>&6
3641echo "configure:3642: checking whether X on GNU/Linux needs -b to link" >&5 3567echo "configure:3568: checking whether X on GNU/Linux needs -b to link" >&5
3642 cat > conftest.$ac_ext <<EOF 3568 cat > conftest.$ac_ext <<EOF
3643#line 3644 "configure" 3569#line 3570 "configure"
3644#include "confdefs.h" 3570#include "confdefs.h"
3645 3571
3646int main() { 3572int main() {
3647XOpenDisplay ("foo"); 3573XOpenDisplay ("foo");
3648; return 0; } 3574; return 0; }
3649EOF 3575EOF
3650if { (eval echo configure:3651: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3576if { (eval echo configure:3577: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3651 rm -rf conftest* 3577 rm -rf conftest*
3652 xlinux_first_failure=no 3578 xlinux_first_failure=no
3653else 3579else
@@ -3667,14 +3593,14 @@ rm -f conftest*
3667 CPPFLAGS="$CPPFLAGS -b i486-linuxaout" 3593 CPPFLAGS="$CPPFLAGS -b i486-linuxaout"
3668 LIBS="$LIBS -b i486-linuxaout" 3594 LIBS="$LIBS -b i486-linuxaout"
3669 cat > conftest.$ac_ext <<EOF 3595 cat > conftest.$ac_ext <<EOF
3670#line 3671 "configure" 3596#line 3597 "configure"
3671#include "confdefs.h" 3597#include "confdefs.h"
3672 3598
3673int main() { 3599int main() {
3674XOpenDisplay ("foo"); 3600XOpenDisplay ("foo");
3675; return 0; } 3601; return 0; }
3676EOF 3602EOF
3677if { (eval echo configure:3678: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3603if { (eval echo configure:3604: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3678 rm -rf conftest* 3604 rm -rf conftest*
3679 xlinux_second_failure=no 3605 xlinux_second_failure=no
3680else 3606else
@@ -3704,12 +3630,12 @@ rm -f conftest*
3704XScreenNumberOfScreen XSetWMProtocols 3630XScreenNumberOfScreen XSetWMProtocols
3705do 3631do
3706echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3632echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3707echo "configure:3708: checking for $ac_func" >&5 3633echo "configure:3634: checking for $ac_func" >&5
3708if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3634if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3709 echo $ac_n "(cached) $ac_c" 1>&6 3635 echo $ac_n "(cached) $ac_c" 1>&6
3710else 3636else
3711 cat > conftest.$ac_ext <<EOF 3637 cat > conftest.$ac_ext <<EOF
3712#line 3713 "configure" 3638#line 3639 "configure"
3713#include "confdefs.h" 3639#include "confdefs.h"
3714/* System header to define __stub macros and hopefully few prototypes, 3640/* System header to define __stub macros and hopefully few prototypes,
3715 which can conflict with char $ac_func(); below. */ 3641 which can conflict with char $ac_func(); below. */
@@ -3732,7 +3658,7 @@ $ac_func();
3732 3658
3733; return 0; } 3659; return 0; }
3734EOF 3660EOF
3735if { (eval echo configure:3736: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3661if { (eval echo configure:3662: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3736 rm -rf conftest* 3662 rm -rf conftest*
3737 eval "ac_cv_func_$ac_func=yes" 3663 eval "ac_cv_func_$ac_func=yes"
3738else 3664else
@@ -3760,12 +3686,12 @@ fi
3760 3686
3761if test "${window_system}" = "x11"; then 3687if test "${window_system}" = "x11"; then
3762 echo $ac_n "checking X11 version 6""... $ac_c" 1>&6 3688 echo $ac_n "checking X11 version 6""... $ac_c" 1>&6
3763echo "configure:3764: checking X11 version 6" >&5 3689echo "configure:3690: checking X11 version 6" >&5
3764 if eval "test \"`echo '$''{'emacs_cv_x11_version_6'+set}'`\" = set"; then 3690 if eval "test \"`echo '$''{'emacs_cv_x11_version_6'+set}'`\" = set"; then
3765 echo $ac_n "(cached) $ac_c" 1>&6 3691 echo $ac_n "(cached) $ac_c" 1>&6
3766else 3692else
3767 cat > conftest.$ac_ext <<EOF 3693 cat > conftest.$ac_ext <<EOF
3768#line 3769 "configure" 3694#line 3695 "configure"
3769#include "confdefs.h" 3695#include "confdefs.h"
3770#include <X11/Xlib.h> 3696#include <X11/Xlib.h>
3771int main() { 3697int main() {
@@ -3775,7 +3701,7 @@ fail;
3775 3701
3776; return 0; } 3702; return 0; }
3777EOF 3703EOF
3778if { (eval echo configure:3779: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3704if { (eval echo configure:3705: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3779 rm -rf conftest* 3705 rm -rf conftest*
3780 emacs_cv_x11_version_6=yes 3706 emacs_cv_x11_version_6=yes
3781else 3707else
@@ -3800,12 +3726,12 @@ fi
3800 3726
3801if test "${window_system}" = "x11"; then 3727if test "${window_system}" = "x11"; then
3802 echo $ac_n "checking X11 version 5""... $ac_c" 1>&6 3728 echo $ac_n "checking X11 version 5""... $ac_c" 1>&6
3803echo "configure:3804: checking X11 version 5" >&5 3729echo "configure:3730: checking X11 version 5" >&5
3804 if eval "test \"`echo '$''{'emacs_cv_x11_version_5'+set}'`\" = set"; then 3730 if eval "test \"`echo '$''{'emacs_cv_x11_version_5'+set}'`\" = set"; then
3805 echo $ac_n "(cached) $ac_c" 1>&6 3731 echo $ac_n "(cached) $ac_c" 1>&6
3806else 3732else
3807 cat > conftest.$ac_ext <<EOF 3733 cat > conftest.$ac_ext <<EOF
3808#line 3809 "configure" 3734#line 3735 "configure"
3809#include "confdefs.h" 3735#include "confdefs.h"
3810#include <X11/Xlib.h> 3736#include <X11/Xlib.h>
3811int main() { 3737int main() {
@@ -3815,7 +3741,7 @@ fail;
3815 3741
3816; return 0; } 3742; return 0; }
3817EOF 3743EOF
3818if { (eval echo configure:3819: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3744if { (eval echo configure:3745: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3819 rm -rf conftest* 3745 rm -rf conftest*
3820 emacs_cv_x11_version_5=yes 3746 emacs_cv_x11_version_5=yes
3821else 3747else
@@ -3843,12 +3769,12 @@ fi
3843if test x"${USE_X_TOOLKIT}" = xmaybe; then 3769if test x"${USE_X_TOOLKIT}" = xmaybe; then
3844 if test x"${HAVE_X11R5}" = xyes; then 3770 if test x"${HAVE_X11R5}" = xyes; then
3845 echo $ac_n "checking X11 version 5 with Xaw""... $ac_c" 1>&6 3771 echo $ac_n "checking X11 version 5 with Xaw""... $ac_c" 1>&6
3846echo "configure:3847: checking X11 version 5 with Xaw" >&5 3772echo "configure:3773: checking X11 version 5 with Xaw" >&5
3847 if eval "test \"`echo '$''{'emacs_cv_x11_version_5_with_xaw'+set}'`\" = set"; then 3773 if eval "test \"`echo '$''{'emacs_cv_x11_version_5_with_xaw'+set}'`\" = set"; then
3848 echo $ac_n "(cached) $ac_c" 1>&6 3774 echo $ac_n "(cached) $ac_c" 1>&6
3849else 3775else
3850 cat > conftest.$ac_ext <<EOF 3776 cat > conftest.$ac_ext <<EOF
3851#line 3852 "configure" 3777#line 3778 "configure"
3852#include "confdefs.h" 3778#include "confdefs.h"
3853 3779
3854#include <X11/Intrinsic.h> 3780#include <X11/Intrinsic.h>
@@ -3857,7 +3783,7 @@ int main() {
3857 3783
3858; return 0; } 3784; return 0; }
3859EOF 3785EOF
3860if { (eval echo configure:3861: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3786if { (eval echo configure:3787: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3861 rm -rf conftest* 3787 rm -rf conftest*
3862 emacs_cv_x11_version_5_with_xaw=yes 3788 emacs_cv_x11_version_5_with_xaw=yes
3863else 3789else
@@ -3885,12 +3811,12 @@ X_TOOLKIT_TYPE=$USE_X_TOOLKIT
3885 3811
3886if test "${USE_X_TOOLKIT}" != "none"; then 3812if test "${USE_X_TOOLKIT}" != "none"; then
3887 echo $ac_n "checking X11 toolkit version""... $ac_c" 1>&6 3813 echo $ac_n "checking X11 toolkit version""... $ac_c" 1>&6
3888echo "configure:3889: checking X11 toolkit version" >&5 3814echo "configure:3815: checking X11 toolkit version" >&5
3889 if eval "test \"`echo '$''{'emacs_cv_x11_toolkit_version_6'+set}'`\" = set"; then 3815 if eval "test \"`echo '$''{'emacs_cv_x11_toolkit_version_6'+set}'`\" = set"; then
3890 echo $ac_n "(cached) $ac_c" 1>&6 3816 echo $ac_n "(cached) $ac_c" 1>&6
3891else 3817else
3892 cat > conftest.$ac_ext <<EOF 3818 cat > conftest.$ac_ext <<EOF
3893#line 3894 "configure" 3819#line 3820 "configure"
3894#include "confdefs.h" 3820#include "confdefs.h"
3895#include <X11/Intrinsic.h> 3821#include <X11/Intrinsic.h>
3896int main() { 3822int main() {
@@ -3900,7 +3826,7 @@ fail;
3900 3826
3901; return 0; } 3827; return 0; }
3902EOF 3828EOF
3903if { (eval echo configure:3904: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3829if { (eval echo configure:3830: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3904 rm -rf conftest* 3830 rm -rf conftest*
3905 emacs_cv_x11_toolkit_version_6=yes 3831 emacs_cv_x11_toolkit_version_6=yes
3906else 3832else
@@ -3930,7 +3856,7 @@ EOF
3930 LIBS="-lXt $LIBS" 3856 LIBS="-lXt $LIBS"
3931 fi 3857 fi
3932 echo $ac_n "checking for XmuConvertStandardSelection in -lXmu""... $ac_c" 1>&6 3858 echo $ac_n "checking for XmuConvertStandardSelection in -lXmu""... $ac_c" 1>&6
3933echo "configure:3934: checking for XmuConvertStandardSelection in -lXmu" >&5 3859echo "configure:3860: checking for XmuConvertStandardSelection in -lXmu" >&5
3934ac_lib_var=`echo Xmu'_'XmuConvertStandardSelection | sed 'y%./+-%__p_%'` 3860ac_lib_var=`echo Xmu'_'XmuConvertStandardSelection | sed 'y%./+-%__p_%'`
3935if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 3861if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3936 echo $ac_n "(cached) $ac_c" 1>&6 3862 echo $ac_n "(cached) $ac_c" 1>&6
@@ -3938,7 +3864,7 @@ else
3938 ac_save_LIBS="$LIBS" 3864 ac_save_LIBS="$LIBS"
3939LIBS="-lXmu $LIBS" 3865LIBS="-lXmu $LIBS"
3940cat > conftest.$ac_ext <<EOF 3866cat > conftest.$ac_ext <<EOF
3941#line 3942 "configure" 3867#line 3868 "configure"
3942#include "confdefs.h" 3868#include "confdefs.h"
3943/* Override any gcc2 internal prototype to avoid an error. */ 3869/* Override any gcc2 internal prototype to avoid an error. */
3944/* We use char because int might match the return type of a gcc2 3870/* We use char because int might match the return type of a gcc2
@@ -3949,7 +3875,7 @@ int main() {
3949XmuConvertStandardSelection() 3875XmuConvertStandardSelection()
3950; return 0; } 3876; return 0; }
3951EOF 3877EOF
3952if { (eval echo configure:3953: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3878if { (eval echo configure:3879: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
3953 rm -rf conftest* 3879 rm -rf conftest*
3954 eval "ac_cv_lib_$ac_lib_var=yes" 3880 eval "ac_cv_lib_$ac_lib_var=yes"
3955else 3881else
@@ -3981,12 +3907,12 @@ fi
3981 3907
3982if test "${USE_X_TOOLKIT}" = "MOTIF"; then 3908if test "${USE_X_TOOLKIT}" = "MOTIF"; then
3983 echo $ac_n "checking for Motif version 2.1""... $ac_c" 1>&6 3909 echo $ac_n "checking for Motif version 2.1""... $ac_c" 1>&6
3984echo "configure:3985: checking for Motif version 2.1" >&5 3910echo "configure:3911: checking for Motif version 2.1" >&5
3985if eval "test \"`echo '$''{'emacs_cv_motif_version_2_1'+set}'`\" = set"; then 3911if eval "test \"`echo '$''{'emacs_cv_motif_version_2_1'+set}'`\" = set"; then
3986 echo $ac_n "(cached) $ac_c" 1>&6 3912 echo $ac_n "(cached) $ac_c" 1>&6
3987else 3913else
3988 cat > conftest.$ac_ext <<EOF 3914 cat > conftest.$ac_ext <<EOF
3989#line 3990 "configure" 3915#line 3916 "configure"
3990#include "confdefs.h" 3916#include "confdefs.h"
3991#include <Xm/Xm.h> 3917#include <Xm/Xm.h>
3992int main() { 3918int main() {
@@ -3997,7 +3923,7 @@ Motif version prior to 2.1.
3997#endif 3923#endif
3998; return 0; } 3924; return 0; }
3999EOF 3925EOF
4000if { (eval echo configure:4001: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3926if { (eval echo configure:3927: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4001 rm -rf conftest* 3927 rm -rf conftest*
4002 emacs_cv_motif_version_2_1=yes 3928 emacs_cv_motif_version_2_1=yes
4003else 3929else
@@ -4017,7 +3943,7 @@ echo "$ac_t""$emacs_cv_motif_version_2_1" 1>&6
4017EOF 3943EOF
4018 3944
4019 echo $ac_n "checking for XpCreateContext in -lXp""... $ac_c" 1>&6 3945 echo $ac_n "checking for XpCreateContext in -lXp""... $ac_c" 1>&6
4020echo "configure:4021: checking for XpCreateContext in -lXp" >&5 3946echo "configure:3947: checking for XpCreateContext in -lXp" >&5
4021ac_lib_var=`echo Xp'_'XpCreateContext | sed 'y%./+-%__p_%'` 3947ac_lib_var=`echo Xp'_'XpCreateContext | sed 'y%./+-%__p_%'`
4022if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 3948if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4023 echo $ac_n "(cached) $ac_c" 1>&6 3949 echo $ac_n "(cached) $ac_c" 1>&6
@@ -4025,7 +3951,7 @@ else
4025 ac_save_LIBS="$LIBS" 3951 ac_save_LIBS="$LIBS"
4026LIBS="-lXp $LIBS" 3952LIBS="-lXp $LIBS"
4027cat > conftest.$ac_ext <<EOF 3953cat > conftest.$ac_ext <<EOF
4028#line 4029 "configure" 3954#line 3955 "configure"
4029#include "confdefs.h" 3955#include "confdefs.h"
4030/* Override any gcc2 internal prototype to avoid an error. */ 3956/* Override any gcc2 internal prototype to avoid an error. */
4031/* We use char because int might match the return type of a gcc2 3957/* We use char because int might match the return type of a gcc2
@@ -4036,7 +3962,7 @@ int main() {
4036XpCreateContext() 3962XpCreateContext()
4037; return 0; } 3963; return 0; }
4038EOF 3964EOF
4039if { (eval echo configure:4040: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3965if { (eval echo configure:3966: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
4040 rm -rf conftest* 3966 rm -rf conftest*
4041 eval "ac_cv_lib_$ac_lib_var=yes" 3967 eval "ac_cv_lib_$ac_lib_var=yes"
4042else 3968else
@@ -4074,18 +4000,18 @@ if test "${HAVE_X11}" = "yes"; then
4074 CFLAGS="${LD_SWITCH_X_SITE}" 4000 CFLAGS="${LD_SWITCH_X_SITE}"
4075 ac_safe=`echo "X11/Xaw3d/Scrollbar.h" | sed 'y%./+-%__p_%'` 4001 ac_safe=`echo "X11/Xaw3d/Scrollbar.h" | sed 'y%./+-%__p_%'`
4076echo $ac_n "checking for X11/Xaw3d/Scrollbar.h""... $ac_c" 1>&6 4002echo $ac_n "checking for X11/Xaw3d/Scrollbar.h""... $ac_c" 1>&6
4077echo "configure:4078: checking for X11/Xaw3d/Scrollbar.h" >&5 4003echo "configure:4004: checking for X11/Xaw3d/Scrollbar.h" >&5
4078if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4004if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4079 echo $ac_n "(cached) $ac_c" 1>&6 4005 echo $ac_n "(cached) $ac_c" 1>&6
4080else 4006else
4081 cat > conftest.$ac_ext <<EOF 4007 cat > conftest.$ac_ext <<EOF
4082#line 4083 "configure" 4008#line 4009 "configure"
4083#include "confdefs.h" 4009#include "confdefs.h"
4084#include <X11/Xaw3d/Scrollbar.h> 4010#include <X11/Xaw3d/Scrollbar.h>
4085EOF 4011EOF
4086ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4012ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4087{ (eval echo configure:4088: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4013{ (eval echo configure:4014: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4088ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4014ac_err=`grep -v '^ *+' conftest.out`
4089if test -z "$ac_err"; then 4015if test -z "$ac_err"; then
4090 rm -rf conftest* 4016 rm -rf conftest*
4091 eval "ac_cv_header_$ac_safe=yes" 4017 eval "ac_cv_header_$ac_safe=yes"
@@ -4101,7 +4027,7 @@ fi
4101if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 4027if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4102 echo "$ac_t""yes" 1>&6 4028 echo "$ac_t""yes" 1>&6
4103 echo $ac_n "checking for XawScrollbarSetThumb in -lXaw3d""... $ac_c" 1>&6 4029 echo $ac_n "checking for XawScrollbarSetThumb in -lXaw3d""... $ac_c" 1>&6
4104echo "configure:4105: checking for XawScrollbarSetThumb in -lXaw3d" >&5 4030echo "configure:4031: checking for XawScrollbarSetThumb in -lXaw3d" >&5
4105ac_lib_var=`echo Xaw3d'_'XawScrollbarSetThumb | sed 'y%./+-%__p_%'` 4031ac_lib_var=`echo Xaw3d'_'XawScrollbarSetThumb | sed 'y%./+-%__p_%'`
4106if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 4032if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4107 echo $ac_n "(cached) $ac_c" 1>&6 4033 echo $ac_n "(cached) $ac_c" 1>&6
@@ -4109,7 +4035,7 @@ else
4109 ac_save_LIBS="$LIBS" 4035 ac_save_LIBS="$LIBS"
4110LIBS="-lXaw3d -lX11 $LIBS" 4036LIBS="-lXaw3d -lX11 $LIBS"
4111cat > conftest.$ac_ext <<EOF 4037cat > conftest.$ac_ext <<EOF
4112#line 4113 "configure" 4038#line 4039 "configure"
4113#include "confdefs.h" 4039#include "confdefs.h"
4114/* Override any gcc2 internal prototype to avoid an error. */ 4040/* Override any gcc2 internal prototype to avoid an error. */
4115/* We use char because int might match the return type of a gcc2 4041/* We use char because int might match the return type of a gcc2
@@ -4120,7 +4046,7 @@ int main() {
4120XawScrollbarSetThumb() 4046XawScrollbarSetThumb()
4121; return 0; } 4047; return 0; }
4122EOF 4048EOF
4123if { (eval echo configure:4124: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4049if { (eval echo configure:4050: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
4124 rm -rf conftest* 4050 rm -rf conftest*
4125 eval "ac_cv_lib_$ac_lib_var=yes" 4051 eval "ac_cv_lib_$ac_lib_var=yes"
4126else 4052else
@@ -4184,18 +4110,18 @@ if test "${HAVE_X11}" = "yes"; then
4184 CFLAGS="${LD_SWITCH_X_SITE}" 4110 CFLAGS="${LD_SWITCH_X_SITE}"
4185 ac_safe=`echo "X11/xpm.h" | sed 'y%./+-%__p_%'` 4111 ac_safe=`echo "X11/xpm.h" | sed 'y%./+-%__p_%'`
4186echo $ac_n "checking for X11/xpm.h""... $ac_c" 1>&6 4112echo $ac_n "checking for X11/xpm.h""... $ac_c" 1>&6
4187echo "configure:4188: checking for X11/xpm.h" >&5 4113echo "configure:4114: checking for X11/xpm.h" >&5
4188if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4114if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4189 echo $ac_n "(cached) $ac_c" 1>&6 4115 echo $ac_n "(cached) $ac_c" 1>&6
4190else 4116else
4191 cat > conftest.$ac_ext <<EOF 4117 cat > conftest.$ac_ext <<EOF
4192#line 4193 "configure" 4118#line 4119 "configure"
4193#include "confdefs.h" 4119#include "confdefs.h"
4194#include <X11/xpm.h> 4120#include <X11/xpm.h>
4195EOF 4121EOF
4196ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4122ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4197{ (eval echo configure:4198: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4123{ (eval echo configure:4124: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4198ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4124ac_err=`grep -v '^ *+' conftest.out`
4199if test -z "$ac_err"; then 4125if test -z "$ac_err"; then
4200 rm -rf conftest* 4126 rm -rf conftest*
4201 eval "ac_cv_header_$ac_safe=yes" 4127 eval "ac_cv_header_$ac_safe=yes"
@@ -4211,7 +4137,7 @@ fi
4211if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 4137if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4212 echo "$ac_t""yes" 1>&6 4138 echo "$ac_t""yes" 1>&6
4213 echo $ac_n "checking for XpmReadFileToPixmap in -lXpm""... $ac_c" 1>&6 4139 echo $ac_n "checking for XpmReadFileToPixmap in -lXpm""... $ac_c" 1>&6
4214echo "configure:4215: checking for XpmReadFileToPixmap in -lXpm" >&5 4140echo "configure:4141: checking for XpmReadFileToPixmap in -lXpm" >&5
4215ac_lib_var=`echo Xpm'_'XpmReadFileToPixmap | sed 'y%./+-%__p_%'` 4141ac_lib_var=`echo Xpm'_'XpmReadFileToPixmap | sed 'y%./+-%__p_%'`
4216if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 4142if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4217 echo $ac_n "(cached) $ac_c" 1>&6 4143 echo $ac_n "(cached) $ac_c" 1>&6
@@ -4219,7 +4145,7 @@ else
4219 ac_save_LIBS="$LIBS" 4145 ac_save_LIBS="$LIBS"
4220LIBS="-lXpm -lX11 $LIBS" 4146LIBS="-lXpm -lX11 $LIBS"
4221cat > conftest.$ac_ext <<EOF 4147cat > conftest.$ac_ext <<EOF
4222#line 4223 "configure" 4148#line 4149 "configure"
4223#include "confdefs.h" 4149#include "confdefs.h"
4224/* Override any gcc2 internal prototype to avoid an error. */ 4150/* Override any gcc2 internal prototype to avoid an error. */
4225/* We use char because int might match the return type of a gcc2 4151/* We use char because int might match the return type of a gcc2
@@ -4230,7 +4156,7 @@ int main() {
4230XpmReadFileToPixmap() 4156XpmReadFileToPixmap()
4231; return 0; } 4157; return 0; }
4232EOF 4158EOF
4233if { (eval echo configure:4234: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4159if { (eval echo configure:4160: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
4234 rm -rf conftest* 4160 rm -rf conftest*
4235 eval "ac_cv_lib_$ac_lib_var=yes" 4161 eval "ac_cv_lib_$ac_lib_var=yes"
4236else 4162else
@@ -4272,7 +4198,7 @@ if test "${HAVE_X11}" = "yes"; then
4272 old_c_flags="${CFLAGS}" 4198 old_c_flags="${CFLAGS}"
4273 CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}" 4199 CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}"
4274 echo $ac_n "checking for jpeg_destroy_compress in -ljpeg""... $ac_c" 1>&6 4200 echo $ac_n "checking for jpeg_destroy_compress in -ljpeg""... $ac_c" 1>&6
4275echo "configure:4276: checking for jpeg_destroy_compress in -ljpeg" >&5 4201echo "configure:4202: checking for jpeg_destroy_compress in -ljpeg" >&5
4276ac_lib_var=`echo jpeg'_'jpeg_destroy_compress | sed 'y%./+-%__p_%'` 4202ac_lib_var=`echo jpeg'_'jpeg_destroy_compress | sed 'y%./+-%__p_%'`
4277if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 4203if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4278 echo $ac_n "(cached) $ac_c" 1>&6 4204 echo $ac_n "(cached) $ac_c" 1>&6
@@ -4280,7 +4206,7 @@ else
4280 ac_save_LIBS="$LIBS" 4206 ac_save_LIBS="$LIBS"
4281LIBS="-ljpeg -lX11 $LIBS" 4207LIBS="-ljpeg -lX11 $LIBS"
4282cat > conftest.$ac_ext <<EOF 4208cat > conftest.$ac_ext <<EOF
4283#line 4284 "configure" 4209#line 4210 "configure"
4284#include "confdefs.h" 4210#include "confdefs.h"
4285/* Override any gcc2 internal prototype to avoid an error. */ 4211/* Override any gcc2 internal prototype to avoid an error. */
4286/* We use char because int might match the return type of a gcc2 4212/* We use char because int might match the return type of a gcc2
@@ -4291,7 +4217,7 @@ int main() {
4291jpeg_destroy_compress() 4217jpeg_destroy_compress()
4292; return 0; } 4218; return 0; }
4293EOF 4219EOF
4294if { (eval echo configure:4295: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4220if { (eval echo configure:4221: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
4295 rm -rf conftest* 4221 rm -rf conftest*
4296 eval "ac_cv_lib_$ac_lib_var=yes" 4222 eval "ac_cv_lib_$ac_lib_var=yes"
4297else 4223else
@@ -4330,18 +4256,18 @@ if test "${HAVE_X11}" = "yes"; then
4330 CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}" 4256 CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}"
4331 ac_safe=`echo "png.h" | sed 'y%./+-%__p_%'` 4257 ac_safe=`echo "png.h" | sed 'y%./+-%__p_%'`
4332echo $ac_n "checking for png.h""... $ac_c" 1>&6 4258echo $ac_n "checking for png.h""... $ac_c" 1>&6
4333echo "configure:4334: checking for png.h" >&5 4259echo "configure:4260: checking for png.h" >&5
4334if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4260if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4335 echo $ac_n "(cached) $ac_c" 1>&6 4261 echo $ac_n "(cached) $ac_c" 1>&6
4336else 4262else
4337 cat > conftest.$ac_ext <<EOF 4263 cat > conftest.$ac_ext <<EOF
4338#line 4339 "configure" 4264#line 4265 "configure"
4339#include "confdefs.h" 4265#include "confdefs.h"
4340#include <png.h> 4266#include <png.h>
4341EOF 4267EOF
4342ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4268ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4343{ (eval echo configure:4344: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4269{ (eval echo configure:4270: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4344ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4270ac_err=`grep -v '^ *+' conftest.out`
4345if test -z "$ac_err"; then 4271if test -z "$ac_err"; then
4346 rm -rf conftest* 4272 rm -rf conftest*
4347 eval "ac_cv_header_$ac_safe=yes" 4273 eval "ac_cv_header_$ac_safe=yes"
@@ -4357,7 +4283,7 @@ fi
4357if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 4283if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4358 echo "$ac_t""yes" 1>&6 4284 echo "$ac_t""yes" 1>&6
4359 echo $ac_n "checking for png_set_expand in -lpng""... $ac_c" 1>&6 4285 echo $ac_n "checking for png_set_expand in -lpng""... $ac_c" 1>&6
4360echo "configure:4361: checking for png_set_expand in -lpng" >&5 4286echo "configure:4287: checking for png_set_expand in -lpng" >&5
4361ac_lib_var=`echo png'_'png_set_expand | sed 'y%./+-%__p_%'` 4287ac_lib_var=`echo png'_'png_set_expand | sed 'y%./+-%__p_%'`
4362if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 4288if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4363 echo $ac_n "(cached) $ac_c" 1>&6 4289 echo $ac_n "(cached) $ac_c" 1>&6
@@ -4365,7 +4291,7 @@ else
4365 ac_save_LIBS="$LIBS" 4291 ac_save_LIBS="$LIBS"
4366LIBS="-lpng -lX11 -lz -lm $LIBS" 4292LIBS="-lpng -lX11 -lz -lm $LIBS"
4367cat > conftest.$ac_ext <<EOF 4293cat > conftest.$ac_ext <<EOF
4368#line 4369 "configure" 4294#line 4295 "configure"
4369#include "confdefs.h" 4295#include "confdefs.h"
4370/* Override any gcc2 internal prototype to avoid an error. */ 4296/* Override any gcc2 internal prototype to avoid an error. */
4371/* We use char because int might match the return type of a gcc2 4297/* We use char because int might match the return type of a gcc2
@@ -4376,7 +4302,7 @@ int main() {
4376png_set_expand() 4302png_set_expand()
4377; return 0; } 4303; return 0; }
4378EOF 4304EOF
4379if { (eval echo configure:4380: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4305if { (eval echo configure:4306: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
4380 rm -rf conftest* 4306 rm -rf conftest*
4381 eval "ac_cv_lib_$ac_lib_var=yes" 4307 eval "ac_cv_lib_$ac_lib_var=yes"
4382else 4308else
@@ -4419,18 +4345,18 @@ if test "${HAVE_X11}" = "yes"; then
4419 CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}" 4345 CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}"
4420 ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'` 4346 ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'`
4421echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6 4347echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6
4422echo "configure:4423: checking for tiffio.h" >&5 4348echo "configure:4349: checking for tiffio.h" >&5
4423if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4349if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4424 echo $ac_n "(cached) $ac_c" 1>&6 4350 echo $ac_n "(cached) $ac_c" 1>&6
4425else 4351else
4426 cat > conftest.$ac_ext <<EOF 4352 cat > conftest.$ac_ext <<EOF
4427#line 4428 "configure" 4353#line 4354 "configure"
4428#include "confdefs.h" 4354#include "confdefs.h"
4429#include <tiffio.h> 4355#include <tiffio.h>
4430EOF 4356EOF
4431ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4357ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4432{ (eval echo configure:4433: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4358{ (eval echo configure:4359: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4433ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4359ac_err=`grep -v '^ *+' conftest.out`
4434if test -z "$ac_err"; then 4360if test -z "$ac_err"; then
4435 rm -rf conftest* 4361 rm -rf conftest*
4436 eval "ac_cv_header_$ac_safe=yes" 4362 eval "ac_cv_header_$ac_safe=yes"
@@ -4446,7 +4372,7 @@ fi
4446if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 4372if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4447 echo "$ac_t""yes" 1>&6 4373 echo "$ac_t""yes" 1>&6
4448 echo $ac_n "checking for TIFFGetVersion in -ltiff""... $ac_c" 1>&6 4374 echo $ac_n "checking for TIFFGetVersion in -ltiff""... $ac_c" 1>&6
4449echo "configure:4450: checking for TIFFGetVersion in -ltiff" >&5 4375echo "configure:4376: checking for TIFFGetVersion in -ltiff" >&5
4450ac_lib_var=`echo tiff'_'TIFFGetVersion | sed 'y%./+-%__p_%'` 4376ac_lib_var=`echo tiff'_'TIFFGetVersion | sed 'y%./+-%__p_%'`
4451if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 4377if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4452 echo $ac_n "(cached) $ac_c" 1>&6 4378 echo $ac_n "(cached) $ac_c" 1>&6
@@ -4454,7 +4380,7 @@ else
4454 ac_save_LIBS="$LIBS" 4380 ac_save_LIBS="$LIBS"
4455LIBS="-ltiff -lX11 -lm $LIBS" 4381LIBS="-ltiff -lX11 -lm $LIBS"
4456cat > conftest.$ac_ext <<EOF 4382cat > conftest.$ac_ext <<EOF
4457#line 4458 "configure" 4383#line 4384 "configure"
4458#include "confdefs.h" 4384#include "confdefs.h"
4459/* Override any gcc2 internal prototype to avoid an error. */ 4385/* Override any gcc2 internal prototype to avoid an error. */
4460/* We use char because int might match the return type of a gcc2 4386/* We use char because int might match the return type of a gcc2
@@ -4465,7 +4391,7 @@ int main() {
4465TIFFGetVersion() 4391TIFFGetVersion()
4466; return 0; } 4392; return 0; }
4467EOF 4393EOF
4468if { (eval echo configure:4469: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4394if { (eval echo configure:4395: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
4469 rm -rf conftest* 4395 rm -rf conftest*
4470 eval "ac_cv_lib_$ac_lib_var=yes" 4396 eval "ac_cv_lib_$ac_lib_var=yes"
4471else 4397else
@@ -4508,18 +4434,18 @@ if test "${HAVE_X11}" = "yes"; then
4508 CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}" 4434 CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}"
4509 ac_safe=`echo "gif_lib.h" | sed 'y%./+-%__p_%'` 4435 ac_safe=`echo "gif_lib.h" | sed 'y%./+-%__p_%'`
4510echo $ac_n "checking for gif_lib.h""... $ac_c" 1>&6 4436echo $ac_n "checking for gif_lib.h""... $ac_c" 1>&6
4511echo "configure:4512: checking for gif_lib.h" >&5 4437echo "configure:4438: checking for gif_lib.h" >&5
4512if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4438if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4513 echo $ac_n "(cached) $ac_c" 1>&6 4439 echo $ac_n "(cached) $ac_c" 1>&6
4514else 4440else
4515 cat > conftest.$ac_ext <<EOF 4441 cat > conftest.$ac_ext <<EOF
4516#line 4517 "configure" 4442#line 4443 "configure"
4517#include "confdefs.h" 4443#include "confdefs.h"
4518#include <gif_lib.h> 4444#include <gif_lib.h>
4519EOF 4445EOF
4520ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4446ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4521{ (eval echo configure:4522: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4447{ (eval echo configure:4448: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4522ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4448ac_err=`grep -v '^ *+' conftest.out`
4523if test -z "$ac_err"; then 4449if test -z "$ac_err"; then
4524 rm -rf conftest* 4450 rm -rf conftest*
4525 eval "ac_cv_header_$ac_safe=yes" 4451 eval "ac_cv_header_$ac_safe=yes"
@@ -4535,7 +4461,7 @@ fi
4535if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 4461if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4536 echo "$ac_t""yes" 1>&6 4462 echo "$ac_t""yes" 1>&6
4537 echo $ac_n "checking for DGifOpenFileName in -lungif""... $ac_c" 1>&6 4463 echo $ac_n "checking for DGifOpenFileName in -lungif""... $ac_c" 1>&6
4538echo "configure:4539: checking for DGifOpenFileName in -lungif" >&5 4464echo "configure:4465: checking for DGifOpenFileName in -lungif" >&5
4539ac_lib_var=`echo ungif'_'DGifOpenFileName | sed 'y%./+-%__p_%'` 4465ac_lib_var=`echo ungif'_'DGifOpenFileName | sed 'y%./+-%__p_%'`
4540if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 4466if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4541 echo $ac_n "(cached) $ac_c" 1>&6 4467 echo $ac_n "(cached) $ac_c" 1>&6
@@ -4543,7 +4469,7 @@ else
4543 ac_save_LIBS="$LIBS" 4469 ac_save_LIBS="$LIBS"
4544LIBS="-lungif -lX11 $LIBS" 4470LIBS="-lungif -lX11 $LIBS"
4545cat > conftest.$ac_ext <<EOF 4471cat > conftest.$ac_ext <<EOF
4546#line 4547 "configure" 4472#line 4473 "configure"
4547#include "confdefs.h" 4473#include "confdefs.h"
4548/* Override any gcc2 internal prototype to avoid an error. */ 4474/* Override any gcc2 internal prototype to avoid an error. */
4549/* We use char because int might match the return type of a gcc2 4475/* We use char because int might match the return type of a gcc2
@@ -4554,7 +4480,7 @@ int main() {
4554DGifOpenFileName() 4480DGifOpenFileName()
4555; return 0; } 4481; return 0; }
4556EOF 4482EOF
4557if { (eval echo configure:4558: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4483if { (eval echo configure:4484: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
4558 rm -rf conftest* 4484 rm -rf conftest*
4559 eval "ac_cv_lib_$ac_lib_var=yes" 4485 eval "ac_cv_lib_$ac_lib_var=yes"
4560else 4486else
@@ -4591,19 +4517,19 @@ fi
4591 4517
4592# If netdb.h doesn't declare h_errno, we must declare it by hand. 4518# If netdb.h doesn't declare h_errno, we must declare it by hand.
4593echo $ac_n "checking whether netdb declares h_errno""... $ac_c" 1>&6 4519echo $ac_n "checking whether netdb declares h_errno""... $ac_c" 1>&6
4594echo "configure:4595: checking whether netdb declares h_errno" >&5 4520echo "configure:4521: checking whether netdb declares h_errno" >&5
4595if eval "test \"`echo '$''{'emacs_cv_netdb_declares_h_errno'+set}'`\" = set"; then 4521if eval "test \"`echo '$''{'emacs_cv_netdb_declares_h_errno'+set}'`\" = set"; then
4596 echo $ac_n "(cached) $ac_c" 1>&6 4522 echo $ac_n "(cached) $ac_c" 1>&6
4597else 4523else
4598 cat > conftest.$ac_ext <<EOF 4524 cat > conftest.$ac_ext <<EOF
4599#line 4600 "configure" 4525#line 4526 "configure"
4600#include "confdefs.h" 4526#include "confdefs.h"
4601#include <netdb.h> 4527#include <netdb.h>
4602int main() { 4528int main() {
4603return h_errno; 4529return h_errno;
4604; return 0; } 4530; return 0; }
4605EOF 4531EOF
4606if { (eval echo configure:4607: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4532if { (eval echo configure:4533: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
4607 rm -rf conftest* 4533 rm -rf conftest*
4608 emacs_cv_netdb_declares_h_errno=yes 4534 emacs_cv_netdb_declares_h_errno=yes
4609else 4535else
@@ -4626,19 +4552,19 @@ fi
4626# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works 4552# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
4627# for constant arguments. Useless! 4553# for constant arguments. Useless!
4628echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 4554echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
4629echo "configure:4630: checking for working alloca.h" >&5 4555echo "configure:4556: checking for working alloca.h" >&5
4630if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 4556if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
4631 echo $ac_n "(cached) $ac_c" 1>&6 4557 echo $ac_n "(cached) $ac_c" 1>&6
4632else 4558else
4633 cat > conftest.$ac_ext <<EOF 4559 cat > conftest.$ac_ext <<EOF
4634#line 4635 "configure" 4560#line 4561 "configure"
4635#include "confdefs.h" 4561#include "confdefs.h"
4636#include <alloca.h> 4562#include <alloca.h>
4637int main() { 4563int main() {
4638char *p = alloca(2 * sizeof(int)); 4564char *p = alloca(2 * sizeof(int));
4639; return 0; } 4565; return 0; }
4640EOF 4566EOF
4641if { (eval echo configure:4642: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4567if { (eval echo configure:4568: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
4642 rm -rf conftest* 4568 rm -rf conftest*
4643 ac_cv_header_alloca_h=yes 4569 ac_cv_header_alloca_h=yes
4644else 4570else
@@ -4659,30 +4585,25 @@ EOF
4659fi 4585fi
4660 4586
4661echo $ac_n "checking for alloca""... $ac_c" 1>&6 4587echo $ac_n "checking for alloca""... $ac_c" 1>&6
4662echo "configure:4663: checking for alloca" >&5 4588echo "configure:4589: checking for alloca" >&5
4663if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 4589if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
4664 echo $ac_n "(cached) $ac_c" 1>&6 4590 echo $ac_n "(cached) $ac_c" 1>&6
4665else 4591else
4666 cat > conftest.$ac_ext <<EOF 4592 cat > conftest.$ac_ext <<EOF
4667#line 4668 "configure" 4593#line 4594 "configure"
4668#include "confdefs.h" 4594#include "confdefs.h"
4669 4595
4670#ifdef __GNUC__ 4596#ifdef __GNUC__
4671# define alloca __builtin_alloca 4597# define alloca __builtin_alloca
4672#else 4598#else
4673# ifdef _MSC_VER 4599# if HAVE_ALLOCA_H
4674# include <malloc.h> 4600# include <alloca.h>
4675# define alloca _alloca
4676# else 4601# else
4677# if HAVE_ALLOCA_H 4602# ifdef _AIX
4678# include <alloca.h>
4679# else
4680# ifdef _AIX
4681 #pragma alloca 4603 #pragma alloca
4682# else 4604# else
4683# ifndef alloca /* predefined by HP cc +Olibcalls */ 4605# ifndef alloca /* predefined by HP cc +Olibcalls */
4684char *alloca (); 4606char *alloca ();
4685# endif
4686# endif 4607# endif
4687# endif 4608# endif
4688# endif 4609# endif
@@ -4692,7 +4613,7 @@ int main() {
4692char *p = (char *) alloca(1); 4613char *p = (char *) alloca(1);
4693; return 0; } 4614; return 0; }
4694EOF 4615EOF
4695if { (eval echo configure:4696: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4616if { (eval echo configure:4617: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
4696 rm -rf conftest* 4617 rm -rf conftest*
4697 ac_cv_func_alloca_works=yes 4618 ac_cv_func_alloca_works=yes
4698else 4619else
@@ -4717,19 +4638,19 @@ if test $ac_cv_func_alloca_works = no; then
4717 # that cause trouble. Some versions do not even contain alloca or 4638 # that cause trouble. Some versions do not even contain alloca or
4718 # contain a buggy version. If you still want to use their alloca, 4639 # contain a buggy version. If you still want to use their alloca,
4719 # use ar to extract alloca.o from them instead of compiling alloca.c. 4640 # use ar to extract alloca.o from them instead of compiling alloca.c.
4720 ALLOCA=alloca.${ac_objext} 4641 ALLOCA=alloca.o
4721 cat >> confdefs.h <<\EOF 4642 cat >> confdefs.h <<\EOF
4722#define C_ALLOCA 1 4643#define C_ALLOCA 1
4723EOF 4644EOF
4724 4645
4725 4646
4726echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 4647echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
4727echo "configure:4728: checking whether alloca needs Cray hooks" >&5 4648echo "configure:4649: checking whether alloca needs Cray hooks" >&5
4728if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 4649if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
4729 echo $ac_n "(cached) $ac_c" 1>&6 4650 echo $ac_n "(cached) $ac_c" 1>&6
4730else 4651else
4731 cat > conftest.$ac_ext <<EOF 4652 cat > conftest.$ac_ext <<EOF
4732#line 4733 "configure" 4653#line 4654 "configure"
4733#include "confdefs.h" 4654#include "confdefs.h"
4734#if defined(CRAY) && ! defined(CRAY2) 4655#if defined(CRAY) && ! defined(CRAY2)
4735webecray 4656webecray
@@ -4754,12 +4675,12 @@ echo "$ac_t""$ac_cv_os_cray" 1>&6
4754if test $ac_cv_os_cray = yes; then 4675if test $ac_cv_os_cray = yes; then
4755for ac_func in _getb67 GETB67 getb67; do 4676for ac_func in _getb67 GETB67 getb67; do
4756 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 4677 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4757echo "configure:4758: checking for $ac_func" >&5 4678echo "configure:4679: checking for $ac_func" >&5
4758if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 4679if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4759 echo $ac_n "(cached) $ac_c" 1>&6 4680 echo $ac_n "(cached) $ac_c" 1>&6
4760else 4681else
4761 cat > conftest.$ac_ext <<EOF 4682 cat > conftest.$ac_ext <<EOF
4762#line 4763 "configure" 4683#line 4684 "configure"
4763#include "confdefs.h" 4684#include "confdefs.h"
4764/* System header to define __stub macros and hopefully few prototypes, 4685/* System header to define __stub macros and hopefully few prototypes,
4765 which can conflict with char $ac_func(); below. */ 4686 which can conflict with char $ac_func(); below. */
@@ -4782,7 +4703,7 @@ $ac_func();
4782 4703
4783; return 0; } 4704; return 0; }
4784EOF 4705EOF
4785if { (eval echo configure:4786: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4706if { (eval echo configure:4707: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
4786 rm -rf conftest* 4707 rm -rf conftest*
4787 eval "ac_cv_func_$ac_func=yes" 4708 eval "ac_cv_func_$ac_func=yes"
4788else 4709else
@@ -4809,7 +4730,7 @@ done
4809fi 4730fi
4810 4731
4811echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 4732echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
4812echo "configure:4813: checking stack direction for C alloca" >&5 4733echo "configure:4734: checking stack direction for C alloca" >&5
4813if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 4734if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
4814 echo $ac_n "(cached) $ac_c" 1>&6 4735 echo $ac_n "(cached) $ac_c" 1>&6
4815else 4736else
@@ -4817,7 +4738,7 @@ else
4817 ac_cv_c_stack_direction=0 4738 ac_cv_c_stack_direction=0
4818else 4739else
4819 cat > conftest.$ac_ext <<EOF 4740 cat > conftest.$ac_ext <<EOF
4820#line 4821 "configure" 4741#line 4742 "configure"
4821#include "confdefs.h" 4742#include "confdefs.h"
4822find_stack_direction () 4743find_stack_direction ()
4823{ 4744{
@@ -4836,7 +4757,7 @@ main ()
4836 exit (find_stack_direction() < 0); 4757 exit (find_stack_direction() < 0);
4837} 4758}
4838EOF 4759EOF
4839if { (eval echo configure:4840: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 4760if { (eval echo configure:4761: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
4840then 4761then
4841 ac_cv_c_stack_direction=1 4762 ac_cv_c_stack_direction=1
4842else 4763else
@@ -4861,7 +4782,7 @@ fi
4861# fmod, logb, and frexp are found in -lm on most systems. 4782# fmod, logb, and frexp are found in -lm on most systems.
4862# On HPUX 9.01, -lm does not contain logb, so check for sqrt. 4783# On HPUX 9.01, -lm does not contain logb, so check for sqrt.
4863echo $ac_n "checking for sqrt in -lm""... $ac_c" 1>&6 4784echo $ac_n "checking for sqrt in -lm""... $ac_c" 1>&6
4864echo "configure:4865: checking for sqrt in -lm" >&5 4785echo "configure:4786: checking for sqrt in -lm" >&5
4865ac_lib_var=`echo m'_'sqrt | sed 'y%./+-%__p_%'` 4786ac_lib_var=`echo m'_'sqrt | sed 'y%./+-%__p_%'`
4866if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 4787if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4867 echo $ac_n "(cached) $ac_c" 1>&6 4788 echo $ac_n "(cached) $ac_c" 1>&6
@@ -4869,7 +4790,7 @@ else
4869 ac_save_LIBS="$LIBS" 4790 ac_save_LIBS="$LIBS"
4870LIBS="-lm $LIBS" 4791LIBS="-lm $LIBS"
4871cat > conftest.$ac_ext <<EOF 4792cat > conftest.$ac_ext <<EOF
4872#line 4873 "configure" 4793#line 4794 "configure"
4873#include "confdefs.h" 4794#include "confdefs.h"
4874/* Override any gcc2 internal prototype to avoid an error. */ 4795/* Override any gcc2 internal prototype to avoid an error. */
4875/* We use char because int might match the return type of a gcc2 4796/* We use char because int might match the return type of a gcc2
@@ -4880,7 +4801,7 @@ int main() {
4880sqrt() 4801sqrt()
4881; return 0; } 4802; return 0; }
4882EOF 4803EOF
4883if { (eval echo configure:4884: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4804if { (eval echo configure:4805: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
4884 rm -rf conftest* 4805 rm -rf conftest*
4885 eval "ac_cv_lib_$ac_lib_var=yes" 4806 eval "ac_cv_lib_$ac_lib_var=yes"
4886else 4807else
@@ -4910,7 +4831,7 @@ fi
4910 4831
4911# Check for mail-locking functions in a "mail" library 4832# Check for mail-locking functions in a "mail" library
4912echo $ac_n "checking for maillock in -lmail""... $ac_c" 1>&6 4833echo $ac_n "checking for maillock in -lmail""... $ac_c" 1>&6
4913echo "configure:4914: checking for maillock in -lmail" >&5 4834echo "configure:4835: checking for maillock in -lmail" >&5
4914ac_lib_var=`echo mail'_'maillock | sed 'y%./+-%__p_%'` 4835ac_lib_var=`echo mail'_'maillock | sed 'y%./+-%__p_%'`
4915if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 4836if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4916 echo $ac_n "(cached) $ac_c" 1>&6 4837 echo $ac_n "(cached) $ac_c" 1>&6
@@ -4918,7 +4839,7 @@ else
4918 ac_save_LIBS="$LIBS" 4839 ac_save_LIBS="$LIBS"
4919LIBS="-lmail $LIBS" 4840LIBS="-lmail $LIBS"
4920cat > conftest.$ac_ext <<EOF 4841cat > conftest.$ac_ext <<EOF
4921#line 4922 "configure" 4842#line 4843 "configure"
4922#include "confdefs.h" 4843#include "confdefs.h"
4923/* Override any gcc2 internal prototype to avoid an error. */ 4844/* Override any gcc2 internal prototype to avoid an error. */
4924/* We use char because int might match the return type of a gcc2 4845/* We use char because int might match the return type of a gcc2
@@ -4929,7 +4850,7 @@ int main() {
4929maillock() 4850maillock()
4930; return 0; } 4851; return 0; }
4931EOF 4852EOF
4932if { (eval echo configure:4933: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4853if { (eval echo configure:4854: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
4933 rm -rf conftest* 4854 rm -rf conftest*
4934 eval "ac_cv_lib_$ac_lib_var=yes" 4855 eval "ac_cv_lib_$ac_lib_var=yes"
4935else 4856else
@@ -4957,7 +4878,7 @@ else
4957fi 4878fi
4958 4879
4959echo $ac_n "checking for maillock in -llockfile""... $ac_c" 1>&6 4880echo $ac_n "checking for maillock in -llockfile""... $ac_c" 1>&6
4960echo "configure:4961: checking for maillock in -llockfile" >&5 4881echo "configure:4882: checking for maillock in -llockfile" >&5
4961ac_lib_var=`echo lockfile'_'maillock | sed 'y%./+-%__p_%'` 4882ac_lib_var=`echo lockfile'_'maillock | sed 'y%./+-%__p_%'`
4962if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 4883if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4963 echo $ac_n "(cached) $ac_c" 1>&6 4884 echo $ac_n "(cached) $ac_c" 1>&6
@@ -4965,7 +4886,7 @@ else
4965 ac_save_LIBS="$LIBS" 4886 ac_save_LIBS="$LIBS"
4966LIBS="-llockfile $LIBS" 4887LIBS="-llockfile $LIBS"
4967cat > conftest.$ac_ext <<EOF 4888cat > conftest.$ac_ext <<EOF
4968#line 4969 "configure" 4889#line 4890 "configure"
4969#include "confdefs.h" 4890#include "confdefs.h"
4970/* Override any gcc2 internal prototype to avoid an error. */ 4891/* Override any gcc2 internal prototype to avoid an error. */
4971/* We use char because int might match the return type of a gcc2 4892/* We use char because int might match the return type of a gcc2
@@ -4976,7 +4897,7 @@ int main() {
4976maillock() 4897maillock()
4977; return 0; } 4898; return 0; }
4978EOF 4899EOF
4979if { (eval echo configure:4980: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4900if { (eval echo configure:4901: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
4980 rm -rf conftest* 4901 rm -rf conftest*
4981 eval "ac_cv_lib_$ac_lib_var=yes" 4902 eval "ac_cv_lib_$ac_lib_var=yes"
4982else 4903else
@@ -5010,16 +4931,15 @@ if test "$ac_cv_lib_lockfile_maillock" = no; then
5010 # Extract the first word of "liblockfile.so", so it can be a program name with args. 4931 # Extract the first word of "liblockfile.so", so it can be a program name with args.
5011set dummy liblockfile.so; ac_word=$2 4932set dummy liblockfile.so; ac_word=$2
5012echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4933echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5013echo "configure:5014: checking for $ac_word" >&5 4934echo "configure:4935: checking for $ac_word" >&5
5014if eval "test \"`echo '$''{'ac_cv_prog_liblockfile'+set}'`\" = set"; then 4935if eval "test \"`echo '$''{'ac_cv_prog_liblockfile'+set}'`\" = set"; then
5015 echo $ac_n "(cached) $ac_c" 1>&6 4936 echo $ac_n "(cached) $ac_c" 1>&6
5016else 4937else
5017 if test -n "$liblockfile"; then 4938 if test -n "$liblockfile"; then
5018 ac_cv_prog_liblockfile="$liblockfile" # Let the user override the test. 4939 ac_cv_prog_liblockfile="$liblockfile" # Let the user override the test.
5019else 4940else
5020 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 4941 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
5021 ac_dummy="/usr/lib:/lib:/usr/local/lib:$LD_LIBRARY_PATH" 4942 for ac_dir in /usr/lib:/lib:/usr/local/lib:$LD_LIBRARY_PATH$ac_dummy; do
5022 for ac_dir in $ac_dummy; do
5023 test -z "$ac_dir" && ac_dir=. 4943 test -z "$ac_dir" && ac_dir=.
5024 if test -f $ac_dir/$ac_word; then 4944 if test -f $ac_dir/$ac_word; then
5025 ac_cv_prog_liblockfile="yes" 4945 ac_cv_prog_liblockfile="yes"
@@ -5051,12 +4971,12 @@ fi
5051for ac_func in touchlock 4971for ac_func in touchlock
5052do 4972do
5053echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 4973echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5054echo "configure:5055: checking for $ac_func" >&5 4974echo "configure:4975: checking for $ac_func" >&5
5055if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 4975if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5056 echo $ac_n "(cached) $ac_c" 1>&6 4976 echo $ac_n "(cached) $ac_c" 1>&6
5057else 4977else
5058 cat > conftest.$ac_ext <<EOF 4978 cat > conftest.$ac_ext <<EOF
5059#line 5060 "configure" 4979#line 4980 "configure"
5060#include "confdefs.h" 4980#include "confdefs.h"
5061/* System header to define __stub macros and hopefully few prototypes, 4981/* System header to define __stub macros and hopefully few prototypes,
5062 which can conflict with char $ac_func(); below. */ 4982 which can conflict with char $ac_func(); below. */
@@ -5079,7 +4999,7 @@ $ac_func();
5079 4999
5080; return 0; } 5000; return 0; }
5081EOF 5001EOF
5082if { (eval echo configure:5083: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5002if { (eval echo configure:5003: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
5083 rm -rf conftest* 5003 rm -rf conftest*
5084 eval "ac_cv_func_$ac_func=yes" 5004 eval "ac_cv_func_$ac_func=yes"
5085else 5005else
@@ -5107,18 +5027,18 @@ for ac_hdr in maillock.h
5107do 5027do
5108ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5028ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5109echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5029echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5110echo "configure:5111: checking for $ac_hdr" >&5 5030echo "configure:5031: checking for $ac_hdr" >&5
5111if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5031if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5112 echo $ac_n "(cached) $ac_c" 1>&6 5032 echo $ac_n "(cached) $ac_c" 1>&6
5113else 5033else
5114 cat > conftest.$ac_ext <<EOF 5034 cat > conftest.$ac_ext <<EOF
5115#line 5116 "configure" 5035#line 5036 "configure"
5116#include "confdefs.h" 5036#include "confdefs.h"
5117#include <$ac_hdr> 5037#include <$ac_hdr>
5118EOF 5038EOF
5119ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5039ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5120{ (eval echo configure:5121: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5040{ (eval echo configure:5041: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5121ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5041ac_err=`grep -v '^ *+' conftest.out`
5122if test -z "$ac_err"; then 5042if test -z "$ac_err"; then
5123 rm -rf conftest* 5043 rm -rf conftest*
5124 eval "ac_cv_header_$ac_safe=yes" 5044 eval "ac_cv_header_$ac_safe=yes"
@@ -5149,15 +5069,15 @@ rename closedir mkdir rmdir sysinfo \
5149random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \ 5069random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \
5150strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \ 5070strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \
5151utimes setrlimit setpgid getcwd shutdown strftime getaddrinfo \ 5071utimes setrlimit setpgid getcwd shutdown strftime getaddrinfo \
5152__fpending ftello getloadavg mblen mbrlen strsignal 5072__fpending ftello getloadavg mblen mbrlen strsignal setitimer ualarm
5153do 5073do
5154echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 5074echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5155echo "configure:5156: checking for $ac_func" >&5 5075echo "configure:5076: checking for $ac_func" >&5
5156if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 5076if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5157 echo $ac_n "(cached) $ac_c" 1>&6 5077 echo $ac_n "(cached) $ac_c" 1>&6
5158else 5078else
5159 cat > conftest.$ac_ext <<EOF 5079 cat > conftest.$ac_ext <<EOF
5160#line 5161 "configure" 5080#line 5081 "configure"
5161#include "confdefs.h" 5081#include "confdefs.h"
5162/* System header to define __stub macros and hopefully few prototypes, 5082/* System header to define __stub macros and hopefully few prototypes,
5163 which can conflict with char $ac_func(); below. */ 5083 which can conflict with char $ac_func(); below. */
@@ -5180,7 +5100,7 @@ $ac_func();
5180 5100
5181; return 0; } 5101; return 0; }
5182EOF 5102EOF
5183if { (eval echo configure:5184: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5103if { (eval echo configure:5104: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
5184 rm -rf conftest* 5104 rm -rf conftest*
5185 eval "ac_cv_func_$ac_func=yes" 5105 eval "ac_cv_func_$ac_func=yes"
5186else 5106else
@@ -5210,7 +5130,7 @@ done
5210# It's better to believe a function is not available 5130# It's better to believe a function is not available
5211# than to expect to find it in ncurses. 5131# than to expect to find it in ncurses.
5212echo $ac_n "checking for tparm in -lncurses""... $ac_c" 1>&6 5132echo $ac_n "checking for tparm in -lncurses""... $ac_c" 1>&6
5213echo "configure:5214: checking for tparm in -lncurses" >&5 5133echo "configure:5134: checking for tparm in -lncurses" >&5
5214ac_lib_var=`echo ncurses'_'tparm | sed 'y%./+-%__p_%'` 5134ac_lib_var=`echo ncurses'_'tparm | sed 'y%./+-%__p_%'`
5215if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5135if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5216 echo $ac_n "(cached) $ac_c" 1>&6 5136 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5218,7 +5138,7 @@ else
5218 ac_save_LIBS="$LIBS" 5138 ac_save_LIBS="$LIBS"
5219LIBS="-lncurses $LIBS" 5139LIBS="-lncurses $LIBS"
5220cat > conftest.$ac_ext <<EOF 5140cat > conftest.$ac_ext <<EOF
5221#line 5222 "configure" 5141#line 5142 "configure"
5222#include "confdefs.h" 5142#include "confdefs.h"
5223/* Override any gcc2 internal prototype to avoid an error. */ 5143/* Override any gcc2 internal prototype to avoid an error. */
5224/* We use char because int might match the return type of a gcc2 5144/* We use char because int might match the return type of a gcc2
@@ -5229,7 +5149,7 @@ int main() {
5229tparm() 5149tparm()
5230; return 0; } 5150; return 0; }
5231EOF 5151EOF
5232if { (eval echo configure:5233: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5152if { (eval echo configure:5153: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
5233 rm -rf conftest* 5153 rm -rf conftest*
5234 eval "ac_cv_lib_$ac_lib_var=yes" 5154 eval "ac_cv_lib_$ac_lib_var=yes"
5235else 5155else
@@ -5260,7 +5180,7 @@ fi
5260# These tell us which Kerberos-related libraries to use. 5180# These tell us which Kerberos-related libraries to use.
5261if test "${with_kerberos+set}" = set; then 5181if test "${with_kerberos+set}" = set; then
5262 echo $ac_n "checking for com_err in -lcom_err""... $ac_c" 1>&6 5182 echo $ac_n "checking for com_err in -lcom_err""... $ac_c" 1>&6
5263echo "configure:5264: checking for com_err in -lcom_err" >&5 5183echo "configure:5184: checking for com_err in -lcom_err" >&5
5264ac_lib_var=`echo com_err'_'com_err | sed 'y%./+-%__p_%'` 5184ac_lib_var=`echo com_err'_'com_err | sed 'y%./+-%__p_%'`
5265if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5185if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5266 echo $ac_n "(cached) $ac_c" 1>&6 5186 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5268,7 +5188,7 @@ else
5268 ac_save_LIBS="$LIBS" 5188 ac_save_LIBS="$LIBS"
5269LIBS="-lcom_err $LIBS" 5189LIBS="-lcom_err $LIBS"
5270cat > conftest.$ac_ext <<EOF 5190cat > conftest.$ac_ext <<EOF
5271#line 5272 "configure" 5191#line 5192 "configure"
5272#include "confdefs.h" 5192#include "confdefs.h"
5273/* Override any gcc2 internal prototype to avoid an error. */ 5193/* Override any gcc2 internal prototype to avoid an error. */
5274/* We use char because int might match the return type of a gcc2 5194/* We use char because int might match the return type of a gcc2
@@ -5279,7 +5199,7 @@ int main() {
5279com_err() 5199com_err()
5280; return 0; } 5200; return 0; }
5281EOF 5201EOF
5282if { (eval echo configure:5283: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5202if { (eval echo configure:5203: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
5283 rm -rf conftest* 5203 rm -rf conftest*
5284 eval "ac_cv_lib_$ac_lib_var=yes" 5204 eval "ac_cv_lib_$ac_lib_var=yes"
5285else 5205else
@@ -5307,7 +5227,7 @@ else
5307fi 5227fi
5308 5228
5309 echo $ac_n "checking for mit_des_cbc_encrypt in -lk5crypto""... $ac_c" 1>&6 5229 echo $ac_n "checking for mit_des_cbc_encrypt in -lk5crypto""... $ac_c" 1>&6
5310echo "configure:5311: checking for mit_des_cbc_encrypt in -lk5crypto" >&5 5230echo "configure:5231: checking for mit_des_cbc_encrypt in -lk5crypto" >&5
5311ac_lib_var=`echo k5crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'` 5231ac_lib_var=`echo k5crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'`
5312if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5232if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5313 echo $ac_n "(cached) $ac_c" 1>&6 5233 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5315,7 +5235,7 @@ else
5315 ac_save_LIBS="$LIBS" 5235 ac_save_LIBS="$LIBS"
5316LIBS="-lk5crypto $LIBS" 5236LIBS="-lk5crypto $LIBS"
5317cat > conftest.$ac_ext <<EOF 5237cat > conftest.$ac_ext <<EOF
5318#line 5319 "configure" 5238#line 5239 "configure"
5319#include "confdefs.h" 5239#include "confdefs.h"
5320/* Override any gcc2 internal prototype to avoid an error. */ 5240/* Override any gcc2 internal prototype to avoid an error. */
5321/* We use char because int might match the return type of a gcc2 5241/* We use char because int might match the return type of a gcc2
@@ -5326,7 +5246,7 @@ int main() {
5326mit_des_cbc_encrypt() 5246mit_des_cbc_encrypt()
5327; return 0; } 5247; return 0; }
5328EOF 5248EOF
5329if { (eval echo configure:5330: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5249if { (eval echo configure:5250: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
5330 rm -rf conftest* 5250 rm -rf conftest*
5331 eval "ac_cv_lib_$ac_lib_var=yes" 5251 eval "ac_cv_lib_$ac_lib_var=yes"
5332else 5252else
@@ -5354,7 +5274,7 @@ else
5354fi 5274fi
5355 5275
5356 echo $ac_n "checking for mit_des_cbc_encrypt in -lcrypto""... $ac_c" 1>&6 5276 echo $ac_n "checking for mit_des_cbc_encrypt in -lcrypto""... $ac_c" 1>&6
5357echo "configure:5358: checking for mit_des_cbc_encrypt in -lcrypto" >&5 5277echo "configure:5278: checking for mit_des_cbc_encrypt in -lcrypto" >&5
5358ac_lib_var=`echo crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'` 5278ac_lib_var=`echo crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'`
5359if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5279if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5360 echo $ac_n "(cached) $ac_c" 1>&6 5280 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5362,7 +5282,7 @@ else
5362 ac_save_LIBS="$LIBS" 5282 ac_save_LIBS="$LIBS"
5363LIBS="-lcrypto $LIBS" 5283LIBS="-lcrypto $LIBS"
5364cat > conftest.$ac_ext <<EOF 5284cat > conftest.$ac_ext <<EOF
5365#line 5366 "configure" 5285#line 5286 "configure"
5366#include "confdefs.h" 5286#include "confdefs.h"
5367/* Override any gcc2 internal prototype to avoid an error. */ 5287/* Override any gcc2 internal prototype to avoid an error. */
5368/* We use char because int might match the return type of a gcc2 5288/* We use char because int might match the return type of a gcc2
@@ -5373,7 +5293,7 @@ int main() {
5373mit_des_cbc_encrypt() 5293mit_des_cbc_encrypt()
5374; return 0; } 5294; return 0; }
5375EOF 5295EOF
5376if { (eval echo configure:5377: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5296if { (eval echo configure:5297: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
5377 rm -rf conftest* 5297 rm -rf conftest*
5378 eval "ac_cv_lib_$ac_lib_var=yes" 5298 eval "ac_cv_lib_$ac_lib_var=yes"
5379else 5299else
@@ -5401,7 +5321,7 @@ else
5401fi 5321fi
5402 5322
5403 echo $ac_n "checking for krb5_init_context in -lkrb5""... $ac_c" 1>&6 5323 echo $ac_n "checking for krb5_init_context in -lkrb5""... $ac_c" 1>&6
5404echo "configure:5405: checking for krb5_init_context in -lkrb5" >&5 5324echo "configure:5325: checking for krb5_init_context in -lkrb5" >&5
5405ac_lib_var=`echo krb5'_'krb5_init_context | sed 'y%./+-%__p_%'` 5325ac_lib_var=`echo krb5'_'krb5_init_context | sed 'y%./+-%__p_%'`
5406if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5326if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5407 echo $ac_n "(cached) $ac_c" 1>&6 5327 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5409,7 +5329,7 @@ else
5409 ac_save_LIBS="$LIBS" 5329 ac_save_LIBS="$LIBS"
5410LIBS="-lkrb5 $LIBS" 5330LIBS="-lkrb5 $LIBS"
5411cat > conftest.$ac_ext <<EOF 5331cat > conftest.$ac_ext <<EOF
5412#line 5413 "configure" 5332#line 5333 "configure"
5413#include "confdefs.h" 5333#include "confdefs.h"
5414/* Override any gcc2 internal prototype to avoid an error. */ 5334/* Override any gcc2 internal prototype to avoid an error. */
5415/* We use char because int might match the return type of a gcc2 5335/* We use char because int might match the return type of a gcc2
@@ -5420,7 +5340,7 @@ int main() {
5420krb5_init_context() 5340krb5_init_context()
5421; return 0; } 5341; return 0; }
5422EOF 5342EOF
5423if { (eval echo configure:5424: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5343if { (eval echo configure:5344: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
5424 rm -rf conftest* 5344 rm -rf conftest*
5425 eval "ac_cv_lib_$ac_lib_var=yes" 5345 eval "ac_cv_lib_$ac_lib_var=yes"
5426else 5346else
@@ -5449,7 +5369,7 @@ fi
5449 5369
5450 if test "${with_kerberos5+set}" != set; then 5370 if test "${with_kerberos5+set}" != set; then
5451 echo $ac_n "checking for des_cbc_encrypt in -ldes425""... $ac_c" 1>&6 5371 echo $ac_n "checking for des_cbc_encrypt in -ldes425""... $ac_c" 1>&6
5452echo "configure:5453: checking for des_cbc_encrypt in -ldes425" >&5 5372echo "configure:5373: checking for des_cbc_encrypt in -ldes425" >&5
5453ac_lib_var=`echo des425'_'des_cbc_encrypt | sed 'y%./+-%__p_%'` 5373ac_lib_var=`echo des425'_'des_cbc_encrypt | sed 'y%./+-%__p_%'`
5454if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5374if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5455 echo $ac_n "(cached) $ac_c" 1>&6 5375 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5457,7 +5377,7 @@ else
5457 ac_save_LIBS="$LIBS" 5377 ac_save_LIBS="$LIBS"
5458LIBS="-ldes425 $LIBS" 5378LIBS="-ldes425 $LIBS"
5459cat > conftest.$ac_ext <<EOF 5379cat > conftest.$ac_ext <<EOF
5460#line 5461 "configure" 5380#line 5381 "configure"
5461#include "confdefs.h" 5381#include "confdefs.h"
5462/* Override any gcc2 internal prototype to avoid an error. */ 5382/* Override any gcc2 internal prototype to avoid an error. */
5463/* We use char because int might match the return type of a gcc2 5383/* We use char because int might match the return type of a gcc2
@@ -5468,7 +5388,7 @@ int main() {
5468des_cbc_encrypt() 5388des_cbc_encrypt()
5469; return 0; } 5389; return 0; }
5470EOF 5390EOF
5471if { (eval echo configure:5472: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5391if { (eval echo configure:5392: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
5472 rm -rf conftest* 5392 rm -rf conftest*
5473 eval "ac_cv_lib_$ac_lib_var=yes" 5393 eval "ac_cv_lib_$ac_lib_var=yes"
5474else 5394else
@@ -5494,7 +5414,7 @@ EOF
5494else 5414else
5495 echo "$ac_t""no" 1>&6 5415 echo "$ac_t""no" 1>&6
5496echo $ac_n "checking for des_cbc_encrypt in -ldes""... $ac_c" 1>&6 5416echo $ac_n "checking for des_cbc_encrypt in -ldes""... $ac_c" 1>&6
5497echo "configure:5498: checking for des_cbc_encrypt in -ldes" >&5 5417echo "configure:5418: checking for des_cbc_encrypt in -ldes" >&5
5498ac_lib_var=`echo des'_'des_cbc_encrypt | sed 'y%./+-%__p_%'` 5418ac_lib_var=`echo des'_'des_cbc_encrypt | sed 'y%./+-%__p_%'`
5499if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5419if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5500 echo $ac_n "(cached) $ac_c" 1>&6 5420 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5502,7 +5422,7 @@ else
5502 ac_save_LIBS="$LIBS" 5422 ac_save_LIBS="$LIBS"
5503LIBS="-ldes $LIBS" 5423LIBS="-ldes $LIBS"
5504cat > conftest.$ac_ext <<EOF 5424cat > conftest.$ac_ext <<EOF
5505#line 5506 "configure" 5425#line 5426 "configure"
5506#include "confdefs.h" 5426#include "confdefs.h"
5507/* Override any gcc2 internal prototype to avoid an error. */ 5427/* Override any gcc2 internal prototype to avoid an error. */
5508/* We use char because int might match the return type of a gcc2 5428/* We use char because int might match the return type of a gcc2
@@ -5513,7 +5433,7 @@ int main() {
5513des_cbc_encrypt() 5433des_cbc_encrypt()
5514; return 0; } 5434; return 0; }
5515EOF 5435EOF
5516if { (eval echo configure:5517: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5436if { (eval echo configure:5437: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
5517 rm -rf conftest* 5437 rm -rf conftest*
5518 eval "ac_cv_lib_$ac_lib_var=yes" 5438 eval "ac_cv_lib_$ac_lib_var=yes"
5519else 5439else
@@ -5543,7 +5463,7 @@ fi
5543fi 5463fi
5544 5464
5545 echo $ac_n "checking for krb_get_cred in -lkrb4""... $ac_c" 1>&6 5465 echo $ac_n "checking for krb_get_cred in -lkrb4""... $ac_c" 1>&6
5546echo "configure:5547: checking for krb_get_cred in -lkrb4" >&5 5466echo "configure:5467: checking for krb_get_cred in -lkrb4" >&5
5547ac_lib_var=`echo krb4'_'krb_get_cred | sed 'y%./+-%__p_%'` 5467ac_lib_var=`echo krb4'_'krb_get_cred | sed 'y%./+-%__p_%'`
5548if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5468if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5549 echo $ac_n "(cached) $ac_c" 1>&6 5469 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5551,7 +5471,7 @@ else
5551 ac_save_LIBS="$LIBS" 5471 ac_save_LIBS="$LIBS"
5552LIBS="-lkrb4 $LIBS" 5472LIBS="-lkrb4 $LIBS"
5553cat > conftest.$ac_ext <<EOF 5473cat > conftest.$ac_ext <<EOF
5554#line 5555 "configure" 5474#line 5475 "configure"
5555#include "confdefs.h" 5475#include "confdefs.h"
5556/* Override any gcc2 internal prototype to avoid an error. */ 5476/* Override any gcc2 internal prototype to avoid an error. */
5557/* We use char because int might match the return type of a gcc2 5477/* We use char because int might match the return type of a gcc2
@@ -5562,7 +5482,7 @@ int main() {
5562krb_get_cred() 5482krb_get_cred()
5563; return 0; } 5483; return 0; }
5564EOF 5484EOF
5565if { (eval echo configure:5566: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5485if { (eval echo configure:5486: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
5566 rm -rf conftest* 5486 rm -rf conftest*
5567 eval "ac_cv_lib_$ac_lib_var=yes" 5487 eval "ac_cv_lib_$ac_lib_var=yes"
5568else 5488else
@@ -5588,7 +5508,7 @@ EOF
5588else 5508else
5589 echo "$ac_t""no" 1>&6 5509 echo "$ac_t""no" 1>&6
5590echo $ac_n "checking for krb_get_cred in -lkrb""... $ac_c" 1>&6 5510echo $ac_n "checking for krb_get_cred in -lkrb""... $ac_c" 1>&6
5591echo "configure:5592: checking for krb_get_cred in -lkrb" >&5 5511echo "configure:5512: checking for krb_get_cred in -lkrb" >&5
5592ac_lib_var=`echo krb'_'krb_get_cred | sed 'y%./+-%__p_%'` 5512ac_lib_var=`echo krb'_'krb_get_cred | sed 'y%./+-%__p_%'`
5593if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5513if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5594 echo $ac_n "(cached) $ac_c" 1>&6 5514 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5596,7 +5516,7 @@ else
5596 ac_save_LIBS="$LIBS" 5516 ac_save_LIBS="$LIBS"
5597LIBS="-lkrb $LIBS" 5517LIBS="-lkrb $LIBS"
5598cat > conftest.$ac_ext <<EOF 5518cat > conftest.$ac_ext <<EOF
5599#line 5600 "configure" 5519#line 5520 "configure"
5600#include "confdefs.h" 5520#include "confdefs.h"
5601/* Override any gcc2 internal prototype to avoid an error. */ 5521/* Override any gcc2 internal prototype to avoid an error. */
5602/* We use char because int might match the return type of a gcc2 5522/* We use char because int might match the return type of a gcc2
@@ -5607,7 +5527,7 @@ int main() {
5607krb_get_cred() 5527krb_get_cred()
5608; return 0; } 5528; return 0; }
5609EOF 5529EOF
5610if { (eval echo configure:5611: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5530if { (eval echo configure:5531: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
5611 rm -rf conftest* 5531 rm -rf conftest*
5612 eval "ac_cv_lib_$ac_lib_var=yes" 5532 eval "ac_cv_lib_$ac_lib_var=yes"
5613else 5533else
@@ -5643,18 +5563,18 @@ fi
5643do 5563do
5644ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5564ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5645echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5565echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5646echo "configure:5647: checking for $ac_hdr" >&5 5566echo "configure:5567: checking for $ac_hdr" >&5
5647if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5567if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5648 echo $ac_n "(cached) $ac_c" 1>&6 5568 echo $ac_n "(cached) $ac_c" 1>&6
5649else 5569else
5650 cat > conftest.$ac_ext <<EOF 5570 cat > conftest.$ac_ext <<EOF
5651#line 5652 "configure" 5571#line 5572 "configure"
5652#include "confdefs.h" 5572#include "confdefs.h"
5653#include <$ac_hdr> 5573#include <$ac_hdr>
5654EOF 5574EOF
5655ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5575ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5656{ (eval echo configure:5657: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5576{ (eval echo configure:5577: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5657ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5577ac_err=`grep -v '^ *+' conftest.out`
5658if test -z "$ac_err"; then 5578if test -z "$ac_err"; then
5659 rm -rf conftest* 5579 rm -rf conftest*
5660 eval "ac_cv_header_$ac_safe=yes" 5580 eval "ac_cv_header_$ac_safe=yes"
@@ -5684,18 +5604,18 @@ done
5684do 5604do
5685ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5605ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5686echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5606echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5687echo "configure:5688: checking for $ac_hdr" >&5 5607echo "configure:5608: checking for $ac_hdr" >&5
5688if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5608if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5689 echo $ac_n "(cached) $ac_c" 1>&6 5609 echo $ac_n "(cached) $ac_c" 1>&6
5690else 5610else
5691 cat > conftest.$ac_ext <<EOF 5611 cat > conftest.$ac_ext <<EOF
5692#line 5693 "configure" 5612#line 5613 "configure"
5693#include "confdefs.h" 5613#include "confdefs.h"
5694#include <$ac_hdr> 5614#include <$ac_hdr>
5695EOF 5615EOF
5696ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5616ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5697{ (eval echo configure:5698: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5617{ (eval echo configure:5618: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5698ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5618ac_err=`grep -v '^ *+' conftest.out`
5699if test -z "$ac_err"; then 5619if test -z "$ac_err"; then
5700 rm -rf conftest* 5620 rm -rf conftest*
5701 eval "ac_cv_header_$ac_safe=yes" 5621 eval "ac_cv_header_$ac_safe=yes"
@@ -5721,18 +5641,18 @@ for ac_hdr in kerberosIV/des.h
5721do 5641do
5722ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5642ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5723echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5643echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5724echo "configure:5725: checking for $ac_hdr" >&5 5644echo "configure:5645: checking for $ac_hdr" >&5
5725if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5645if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5726 echo $ac_n "(cached) $ac_c" 1>&6 5646 echo $ac_n "(cached) $ac_c" 1>&6
5727else 5647else
5728 cat > conftest.$ac_ext <<EOF 5648 cat > conftest.$ac_ext <<EOF
5729#line 5730 "configure" 5649#line 5650 "configure"
5730#include "confdefs.h" 5650#include "confdefs.h"
5731#include <$ac_hdr> 5651#include <$ac_hdr>
5732EOF 5652EOF
5733ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5653ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5734{ (eval echo configure:5735: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5654{ (eval echo configure:5655: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5735ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5655ac_err=`grep -v '^ *+' conftest.out`
5736if test -z "$ac_err"; then 5656if test -z "$ac_err"; then
5737 rm -rf conftest* 5657 rm -rf conftest*
5738 eval "ac_cv_header_$ac_safe=yes" 5658 eval "ac_cv_header_$ac_safe=yes"
@@ -5758,18 +5678,18 @@ for ac_hdr in kerberos/des.h
5758do 5678do
5759ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5679ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5760echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5680echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5761echo "configure:5762: checking for $ac_hdr" >&5 5681echo "configure:5682: checking for $ac_hdr" >&5
5762if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5682if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5763 echo $ac_n "(cached) $ac_c" 1>&6 5683 echo $ac_n "(cached) $ac_c" 1>&6
5764else 5684else
5765 cat > conftest.$ac_ext <<EOF 5685 cat > conftest.$ac_ext <<EOF
5766#line 5767 "configure" 5686#line 5687 "configure"
5767#include "confdefs.h" 5687#include "confdefs.h"
5768#include <$ac_hdr> 5688#include <$ac_hdr>
5769EOF 5689EOF
5770ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5690ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5771{ (eval echo configure:5772: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5691{ (eval echo configure:5692: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5772ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5692ac_err=`grep -v '^ *+' conftest.out`
5773if test -z "$ac_err"; then 5693if test -z "$ac_err"; then
5774 rm -rf conftest* 5694 rm -rf conftest*
5775 eval "ac_cv_header_$ac_safe=yes" 5695 eval "ac_cv_header_$ac_safe=yes"
@@ -5804,18 +5724,18 @@ done
5804do 5724do
5805ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5725ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5806echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5726echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5807echo "configure:5808: checking for $ac_hdr" >&5 5727echo "configure:5728: checking for $ac_hdr" >&5
5808if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5728if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5809 echo $ac_n "(cached) $ac_c" 1>&6 5729 echo $ac_n "(cached) $ac_c" 1>&6
5810else 5730else
5811 cat > conftest.$ac_ext <<EOF 5731 cat > conftest.$ac_ext <<EOF
5812#line 5813 "configure" 5732#line 5733 "configure"
5813#include "confdefs.h" 5733#include "confdefs.h"
5814#include <$ac_hdr> 5734#include <$ac_hdr>
5815EOF 5735EOF
5816ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5736ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5817{ (eval echo configure:5818: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5737{ (eval echo configure:5738: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5818ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5738ac_err=`grep -v '^ *+' conftest.out`
5819if test -z "$ac_err"; then 5739if test -z "$ac_err"; then
5820 rm -rf conftest* 5740 rm -rf conftest*
5821 eval "ac_cv_header_$ac_safe=yes" 5741 eval "ac_cv_header_$ac_safe=yes"
@@ -5841,18 +5761,18 @@ for ac_hdr in kerberosIV/krb.h
5841do 5761do
5842ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5762ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5843echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5763echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5844echo "configure:5845: checking for $ac_hdr" >&5 5764echo "configure:5765: checking for $ac_hdr" >&5
5845if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5765if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5846 echo $ac_n "(cached) $ac_c" 1>&6 5766 echo $ac_n "(cached) $ac_c" 1>&6
5847else 5767else
5848 cat > conftest.$ac_ext <<EOF 5768 cat > conftest.$ac_ext <<EOF
5849#line 5850 "configure" 5769#line 5770 "configure"
5850#include "confdefs.h" 5770#include "confdefs.h"
5851#include <$ac_hdr> 5771#include <$ac_hdr>
5852EOF 5772EOF
5853ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5773ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5854{ (eval echo configure:5855: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5774{ (eval echo configure:5775: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5855ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5775ac_err=`grep -v '^ *+' conftest.out`
5856if test -z "$ac_err"; then 5776if test -z "$ac_err"; then
5857 rm -rf conftest* 5777 rm -rf conftest*
5858 eval "ac_cv_header_$ac_safe=yes" 5778 eval "ac_cv_header_$ac_safe=yes"
@@ -5878,18 +5798,18 @@ for ac_hdr in kerberos/krb.h
5878do 5798do
5879ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5799ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5880echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5800echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5881echo "configure:5882: checking for $ac_hdr" >&5 5801echo "configure:5802: checking for $ac_hdr" >&5
5882if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5802if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5883 echo $ac_n "(cached) $ac_c" 1>&6 5803 echo $ac_n "(cached) $ac_c" 1>&6
5884else 5804else
5885 cat > conftest.$ac_ext <<EOF 5805 cat > conftest.$ac_ext <<EOF
5886#line 5887 "configure" 5806#line 5807 "configure"
5887#include "confdefs.h" 5807#include "confdefs.h"
5888#include <$ac_hdr> 5808#include <$ac_hdr>
5889EOF 5809EOF
5890ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5810ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5891{ (eval echo configure:5892: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5811{ (eval echo configure:5812: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5892ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5812ac_err=`grep -v '^ *+' conftest.out`
5893if test -z "$ac_err"; then 5813if test -z "$ac_err"; then
5894 rm -rf conftest* 5814 rm -rf conftest*
5895 eval "ac_cv_header_$ac_safe=yes" 5815 eval "ac_cv_header_$ac_safe=yes"
@@ -5925,18 +5845,18 @@ done
5925do 5845do
5926ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5846ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5927echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5847echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5928echo "configure:5929: checking for $ac_hdr" >&5 5848echo "configure:5849: checking for $ac_hdr" >&5
5929if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5849if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5930 echo $ac_n "(cached) $ac_c" 1>&6 5850 echo $ac_n "(cached) $ac_c" 1>&6
5931else 5851else
5932 cat > conftest.$ac_ext <<EOF 5852 cat > conftest.$ac_ext <<EOF
5933#line 5934 "configure" 5853#line 5854 "configure"
5934#include "confdefs.h" 5854#include "confdefs.h"
5935#include <$ac_hdr> 5855#include <$ac_hdr>
5936EOF 5856EOF
5937ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5857ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5938{ (eval echo configure:5939: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5858{ (eval echo configure:5859: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5939ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5859ac_err=`grep -v '^ *+' conftest.out`
5940if test -z "$ac_err"; then 5860if test -z "$ac_err"; then
5941 rm -rf conftest* 5861 rm -rf conftest*
5942 eval "ac_cv_header_$ac_safe=yes" 5862 eval "ac_cv_header_$ac_safe=yes"
@@ -5966,7 +5886,7 @@ fi
5966# Solaris requires -lintl if you want strerror (which calls dgettext) 5886# Solaris requires -lintl if you want strerror (which calls dgettext)
5967# to return localized messages. 5887# to return localized messages.
5968echo $ac_n "checking for dgettext in -lintl""... $ac_c" 1>&6 5888echo $ac_n "checking for dgettext in -lintl""... $ac_c" 1>&6
5969echo "configure:5970: checking for dgettext in -lintl" >&5 5889echo "configure:5890: checking for dgettext in -lintl" >&5
5970ac_lib_var=`echo intl'_'dgettext | sed 'y%./+-%__p_%'` 5890ac_lib_var=`echo intl'_'dgettext | sed 'y%./+-%__p_%'`
5971if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5891if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5972 echo $ac_n "(cached) $ac_c" 1>&6 5892 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5974,7 +5894,7 @@ else
5974 ac_save_LIBS="$LIBS" 5894 ac_save_LIBS="$LIBS"
5975LIBS="-lintl $LIBS" 5895LIBS="-lintl $LIBS"
5976cat > conftest.$ac_ext <<EOF 5896cat > conftest.$ac_ext <<EOF
5977#line 5978 "configure" 5897#line 5898 "configure"
5978#include "confdefs.h" 5898#include "confdefs.h"
5979/* Override any gcc2 internal prototype to avoid an error. */ 5899/* Override any gcc2 internal prototype to avoid an error. */
5980/* We use char because int might match the return type of a gcc2 5900/* We use char because int might match the return type of a gcc2
@@ -5985,7 +5905,7 @@ int main() {
5985dgettext() 5905dgettext()
5986; return 0; } 5906; return 0; }
5987EOF 5907EOF
5988if { (eval echo configure:5989: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5908if { (eval echo configure:5909: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
5989 rm -rf conftest* 5909 rm -rf conftest*
5990 eval "ac_cv_lib_$ac_lib_var=yes" 5910 eval "ac_cv_lib_$ac_lib_var=yes"
5991else 5911else
@@ -6014,7 +5934,7 @@ fi
6014 5934
6015 5935
6016echo $ac_n "checking whether localtime caches TZ""... $ac_c" 1>&6 5936echo $ac_n "checking whether localtime caches TZ""... $ac_c" 1>&6
6017echo "configure:6018: checking whether localtime caches TZ" >&5 5937echo "configure:5938: checking whether localtime caches TZ" >&5
6018if eval "test \"`echo '$''{'emacs_cv_localtime_cache'+set}'`\" = set"; then 5938if eval "test \"`echo '$''{'emacs_cv_localtime_cache'+set}'`\" = set"; then
6019 echo $ac_n "(cached) $ac_c" 1>&6 5939 echo $ac_n "(cached) $ac_c" 1>&6
6020else 5940else
@@ -6024,7 +5944,7 @@ if test "$cross_compiling" = yes; then
6024emacs_cv_localtime_cache=yes 5944emacs_cv_localtime_cache=yes
6025else 5945else
6026 cat > conftest.$ac_ext <<EOF 5946 cat > conftest.$ac_ext <<EOF
6027#line 6028 "configure" 5947#line 5948 "configure"
6028#include "confdefs.h" 5948#include "confdefs.h"
6029#include <time.h> 5949#include <time.h>
6030extern char **environ; 5950extern char **environ;
@@ -6056,7 +5976,7 @@ main()
6056 exit (0); 5976 exit (0);
6057} 5977}
6058EOF 5978EOF
6059if { (eval echo configure:6060: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 5979if { (eval echo configure:5980: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
6060then 5980then
6061 emacs_cv_localtime_cache=no 5981 emacs_cv_localtime_cache=no
6062else 5982else
@@ -6084,12 +6004,12 @@ fi
6084 6004
6085if test "x$HAVE_TIMEVAL" = xyes; then 6005if test "x$HAVE_TIMEVAL" = xyes; then
6086echo $ac_n "checking whether gettimeofday can accept two arguments""... $ac_c" 1>&6 6006echo $ac_n "checking whether gettimeofday can accept two arguments""... $ac_c" 1>&6
6087echo "configure:6088: checking whether gettimeofday can accept two arguments" >&5 6007echo "configure:6008: checking whether gettimeofday can accept two arguments" >&5
6088if eval "test \"`echo '$''{'emacs_cv_gettimeofday_two_arguments'+set}'`\" = set"; then 6008if eval "test \"`echo '$''{'emacs_cv_gettimeofday_two_arguments'+set}'`\" = set"; then
6089 echo $ac_n "(cached) $ac_c" 1>&6 6009 echo $ac_n "(cached) $ac_c" 1>&6
6090else 6010else
6091 cat > conftest.$ac_ext <<EOF 6011 cat > conftest.$ac_ext <<EOF
6092#line 6093 "configure" 6012#line 6013 "configure"
6093#include "confdefs.h" 6013#include "confdefs.h"
6094 6014
6095#ifdef TIME_WITH_SYS_TIME 6015#ifdef TIME_WITH_SYS_TIME
@@ -6111,7 +6031,7 @@ int main() {
6111 6031
6112; return 0; } 6032; return 0; }
6113EOF 6033EOF
6114if { (eval echo configure:6115: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6034if { (eval echo configure:6035: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
6115 rm -rf conftest* 6035 rm -rf conftest*
6116 emacs_cv_gettimeofday_two_arguments=yes 6036 emacs_cv_gettimeofday_two_arguments=yes
6117else 6037else
@@ -6134,12 +6054,12 @@ fi
6134 6054
6135ok_so_far=yes 6055ok_so_far=yes
6136echo $ac_n "checking for socket""... $ac_c" 1>&6 6056echo $ac_n "checking for socket""... $ac_c" 1>&6
6137echo "configure:6138: checking for socket" >&5 6057echo "configure:6058: checking for socket" >&5
6138if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then 6058if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
6139 echo $ac_n "(cached) $ac_c" 1>&6 6059 echo $ac_n "(cached) $ac_c" 1>&6
6140else 6060else
6141 cat > conftest.$ac_ext <<EOF 6061 cat > conftest.$ac_ext <<EOF
6142#line 6143 "configure" 6062#line 6063 "configure"
6143#include "confdefs.h" 6063#include "confdefs.h"
6144/* System header to define __stub macros and hopefully few prototypes, 6064/* System header to define __stub macros and hopefully few prototypes,
6145 which can conflict with char socket(); below. */ 6065 which can conflict with char socket(); below. */
@@ -6162,7 +6082,7 @@ socket();
6162 6082
6163; return 0; } 6083; return 0; }
6164EOF 6084EOF
6165if { (eval echo configure:6166: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6085if { (eval echo configure:6086: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
6166 rm -rf conftest* 6086 rm -rf conftest*
6167 eval "ac_cv_func_socket=yes" 6087 eval "ac_cv_func_socket=yes"
6168else 6088else
@@ -6185,18 +6105,18 @@ fi
6185if test $ok_so_far = yes; then 6105if test $ok_so_far = yes; then
6186 ac_safe=`echo "netinet/in.h" | sed 'y%./+-%__p_%'` 6106 ac_safe=`echo "netinet/in.h" | sed 'y%./+-%__p_%'`
6187echo $ac_n "checking for netinet/in.h""... $ac_c" 1>&6 6107echo $ac_n "checking for netinet/in.h""... $ac_c" 1>&6
6188echo "configure:6189: checking for netinet/in.h" >&5 6108echo "configure:6109: checking for netinet/in.h" >&5
6189if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 6109if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6190 echo $ac_n "(cached) $ac_c" 1>&6 6110 echo $ac_n "(cached) $ac_c" 1>&6
6191else 6111else
6192 cat > conftest.$ac_ext <<EOF 6112 cat > conftest.$ac_ext <<EOF
6193#line 6194 "configure" 6113#line 6114 "configure"
6194#include "confdefs.h" 6114#include "confdefs.h"
6195#include <netinet/in.h> 6115#include <netinet/in.h>
6196EOF 6116EOF
6197ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 6117ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6198{ (eval echo configure:6199: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 6118{ (eval echo configure:6119: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6199ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 6119ac_err=`grep -v '^ *+' conftest.out`
6200if test -z "$ac_err"; then 6120if test -z "$ac_err"; then
6201 rm -rf conftest* 6121 rm -rf conftest*
6202 eval "ac_cv_header_$ac_safe=yes" 6122 eval "ac_cv_header_$ac_safe=yes"
@@ -6221,18 +6141,18 @@ fi
6221if test $ok_so_far = yes; then 6141if test $ok_so_far = yes; then
6222 ac_safe=`echo "arpa/inet.h" | sed 'y%./+-%__p_%'` 6142 ac_safe=`echo "arpa/inet.h" | sed 'y%./+-%__p_%'`
6223echo $ac_n "checking for arpa/inet.h""... $ac_c" 1>&6 6143echo $ac_n "checking for arpa/inet.h""... $ac_c" 1>&6
6224echo "configure:6225: checking for arpa/inet.h" >&5 6144echo "configure:6145: checking for arpa/inet.h" >&5
6225if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 6145if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6226 echo $ac_n "(cached) $ac_c" 1>&6 6146 echo $ac_n "(cached) $ac_c" 1>&6
6227else 6147else
6228 cat > conftest.$ac_ext <<EOF 6148 cat > conftest.$ac_ext <<EOF
6229#line 6230 "configure" 6149#line 6150 "configure"
6230#include "confdefs.h" 6150#include "confdefs.h"
6231#include <arpa/inet.h> 6151#include <arpa/inet.h>
6232EOF 6152EOF
6233ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 6153ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6234{ (eval echo configure:6235: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 6154{ (eval echo configure:6155: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6235ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 6155ac_err=`grep -v '^ *+' conftest.out`
6236if test -z "$ac_err"; then 6156if test -z "$ac_err"; then
6237 rm -rf conftest* 6157 rm -rf conftest*
6238 eval "ac_cv_header_$ac_safe=yes" 6158 eval "ac_cv_header_$ac_safe=yes"
@@ -6269,7 +6189,7 @@ EOF
6269fi 6189fi
6270 6190
6271echo $ac_n "checking whether system supports dynamic ptys""... $ac_c" 1>&6 6191echo $ac_n "checking whether system supports dynamic ptys""... $ac_c" 1>&6
6272echo "configure:6273: checking whether system supports dynamic ptys" >&5 6192echo "configure:6193: checking whether system supports dynamic ptys" >&5
6273if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then 6193if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then
6274 echo "$ac_t""yes" 1>&6 6194 echo "$ac_t""yes" 1>&6
6275 cat >> confdefs.h <<\EOF 6195 cat >> confdefs.h <<\EOF
@@ -6534,7 +6454,7 @@ do
6534 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion" 6454 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
6535 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; 6455 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
6536 -version | --version | --versio | --versi | --vers | --ver | --ve | --v) 6456 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
6537 echo "$CONFIG_STATUS generated by autoconf version 2.13" 6457 echo "$CONFIG_STATUS generated by autoconf version 2.12"
6538 exit 0 ;; 6458 exit 0 ;;
6539 -help | --help | --hel | --he | --h) 6459 -help | --help | --hel | --he | --h)
6540 echo "\$ac_cs_usage"; exit 0 ;; 6460 echo "\$ac_cs_usage"; exit 0 ;;
@@ -6556,11 +6476,9 @@ sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
6556 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF 6476 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
6557$ac_vpsub 6477$ac_vpsub
6558$extrasub 6478$extrasub
6559s%@SHELL@%$SHELL%g
6560s%@CFLAGS@%$CFLAGS%g 6479s%@CFLAGS@%$CFLAGS%g
6561s%@CPPFLAGS@%$CPPFLAGS%g 6480s%@CPPFLAGS@%$CPPFLAGS%g
6562s%@CXXFLAGS@%$CXXFLAGS%g 6481s%@CXXFLAGS@%$CXXFLAGS%g
6563s%@FFLAGS@%$FFLAGS%g
6564s%@DEFS@%$DEFS%g 6482s%@DEFS@%$DEFS%g
6565s%@LDFLAGS@%$LDFLAGS%g 6483s%@LDFLAGS@%$LDFLAGS%g
6566s%@LIBS@%$LIBS%g 6484s%@LIBS@%$LIBS%g
@@ -6588,7 +6506,6 @@ s%@CC@%$CC%g
6588s%@LN_S@%$LN_S%g 6506s%@LN_S@%$LN_S%g
6589s%@CPP@%$CPP%g 6507s%@CPP@%$CPP%g
6590s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g 6508s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
6591s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
6592s%@INSTALL_DATA@%$INSTALL_DATA%g 6509s%@INSTALL_DATA@%$INSTALL_DATA%g
6593s%@YACC@%$YACC%g 6510s%@YACC@%$YACC%g
6594s%@SET_MAKE@%$SET_MAKE%g 6511s%@SET_MAKE@%$SET_MAKE%g
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index daaa7a408d8..11b1b6f5180 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
11999-12-04 Dave Love <fx@gnu.org>
2
3 * delsel.el: Revert previous change -- region is significant to
4 skeleton.
5
11999-12-04 Michael Kifer <kifer@cs.sunysb.edu> 61999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
2 7
3 * viper-cmd.el (viper-change-state): Use 8 * viper-cmd.el (viper-change-state): Use
diff --git a/src/ChangeLog b/src/ChangeLog
index 821349bc54d..b2264f4c6e9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
11999-12-04 Dave Love <d.love@dl.ac.uk>
2
3 * m/arm.h: New file.
4
11999-12-03 Dave Love <fx@gnu.org> 51999-12-03 Dave Love <fx@gnu.org>
2 6
3 * editfns.c (Fmessage_or_box): Use use_dialog_box. 7 * editfns.c (Fmessage_or_box): Use use_dialog_box.