aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-02-29 10:16:31 +0000
committerGerd Moellmann2000-02-29 10:16:31 +0000
commited4d05122e301f533cba110081edf5b5311e0d2e (patch)
treef4255f8ae5adfebd4297ba6c5b4cf50963b66e01
parent5cee761f3706263de7d51e24cc3c14b8905b11eb (diff)
downloademacs-ed4d05122e301f533cba110081edf5b5311e0d2e.tar.gz
emacs-ed4d05122e301f533cba110081edf5b5311e0d2e.zip
*** empty log message ***
-rw-r--r--ChangeLog4
-rwxr-xr-xconfigure406
-rw-r--r--lisp/ChangeLog9
-rw-r--r--src/ChangeLog11
4 files changed, 229 insertions, 201 deletions
diff --git a/ChangeLog b/ChangeLog
index c46a6f0c091..be39ea80faf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12000-02-29 Gerd Moellmann <gerd@gnu.org>
2
3 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
4
12000-02-18 Dave Love <fx@gnu.org> 52000-02-18 Dave Love <fx@gnu.org>
2 6
3 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+. 7 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
diff --git a/configure b/configure
index 147b70f8afc..7de0004fd0a 100755
--- a/configure
+++ b/configure
@@ -3269,8 +3269,12 @@ configure___ system_malloc=no
3269#endif 3269#endif
3270 3270
3271#ifndef C_OPTIMIZE_SWITCH 3271#ifndef C_OPTIMIZE_SWITCH
3272#ifdef __GNUC__
3273#define C_OPTIMIZE_SWITCH -O2
3274#else
3272#define C_OPTIMIZE_SWITCH -O 3275#define C_OPTIMIZE_SWITCH -O
3273#endif 3276#endif
3277#endif
3274 3278
3275#ifndef LD_SWITCH_MACHINE 3279#ifndef LD_SWITCH_MACHINE
3276#define LD_SWITCH_MACHINE 3280#define LD_SWITCH_MACHINE
@@ -3331,12 +3335,12 @@ UNEXEC_SRC="`echo ${unexec} | sed 's/\.o/.c/'`"
3331GNU_MALLOC=yes 3335GNU_MALLOC=yes
3332doug_lea_malloc=yes 3336doug_lea_malloc=yes
3333echo $ac_n "checking for malloc_get_state""... $ac_c" 1>&6 3337echo $ac_n "checking for malloc_get_state""... $ac_c" 1>&6
3334echo "configure:3335: checking for malloc_get_state" >&5 3338echo "configure:3339: checking for malloc_get_state" >&5
3335if eval "test \"`echo '$''{'ac_cv_func_malloc_get_state'+set}'`\" = set"; then 3339if eval "test \"`echo '$''{'ac_cv_func_malloc_get_state'+set}'`\" = set"; then
3336 echo $ac_n "(cached) $ac_c" 1>&6 3340 echo $ac_n "(cached) $ac_c" 1>&6
3337else 3341else
3338 cat > conftest.$ac_ext <<EOF 3342 cat > conftest.$ac_ext <<EOF
3339#line 3340 "configure" 3343#line 3344 "configure"
3340#include "confdefs.h" 3344#include "confdefs.h"
3341/* System header to define __stub macros and hopefully few prototypes, 3345/* System header to define __stub macros and hopefully few prototypes,
3342 which can conflict with char malloc_get_state(); below. */ 3346 which can conflict with char malloc_get_state(); below. */
@@ -3359,7 +3363,7 @@ malloc_get_state();
3359 3363
3360; return 0; } 3364; return 0; }
3361EOF 3365EOF
3362if { (eval echo configure:3363: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3366if { (eval echo configure:3367: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3363 rm -rf conftest* 3367 rm -rf conftest*
3364 eval "ac_cv_func_malloc_get_state=yes" 3368 eval "ac_cv_func_malloc_get_state=yes"
3365else 3369else
@@ -3380,12 +3384,12 @@ doug_lea_malloc=no
3380fi 3384fi
3381 3385
3382echo $ac_n "checking for malloc_set_state""... $ac_c" 1>&6 3386echo $ac_n "checking for malloc_set_state""... $ac_c" 1>&6
3383echo "configure:3384: checking for malloc_set_state" >&5 3387echo "configure:3388: checking for malloc_set_state" >&5
3384if eval "test \"`echo '$''{'ac_cv_func_malloc_set_state'+set}'`\" = set"; then 3388if eval "test \"`echo '$''{'ac_cv_func_malloc_set_state'+set}'`\" = set"; then
3385 echo $ac_n "(cached) $ac_c" 1>&6 3389 echo $ac_n "(cached) $ac_c" 1>&6
3386else 3390else
3387 cat > conftest.$ac_ext <<EOF 3391 cat > conftest.$ac_ext <<EOF
3388#line 3389 "configure" 3392#line 3393 "configure"
3389#include "confdefs.h" 3393#include "confdefs.h"
3390/* System header to define __stub macros and hopefully few prototypes, 3394/* System header to define __stub macros and hopefully few prototypes,
3391 which can conflict with char malloc_set_state(); below. */ 3395 which can conflict with char malloc_set_state(); below. */
@@ -3408,7 +3412,7 @@ malloc_set_state();
3408 3412
3409; return 0; } 3413; return 0; }
3410EOF 3414EOF
3411if { (eval echo configure:3412: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3415if { (eval echo configure:3416: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3412 rm -rf conftest* 3416 rm -rf conftest*
3413 eval "ac_cv_func_malloc_set_state=yes" 3417 eval "ac_cv_func_malloc_set_state=yes"
3414else 3418else
@@ -3429,19 +3433,19 @@ doug_lea_malloc=no
3429fi 3433fi
3430 3434
3431echo $ac_n "checking whether __after_morecore_hook exists""... $ac_c" 1>&6 3435echo $ac_n "checking whether __after_morecore_hook exists""... $ac_c" 1>&6
3432echo "configure:3433: checking whether __after_morecore_hook exists" >&5 3436echo "configure:3437: checking whether __after_morecore_hook exists" >&5
3433if eval "test \"`echo '$''{'emacs_cv_var___after_morecore_hook'+set}'`\" = set"; then 3437if eval "test \"`echo '$''{'emacs_cv_var___after_morecore_hook'+set}'`\" = set"; then
3434 echo $ac_n "(cached) $ac_c" 1>&6 3438 echo $ac_n "(cached) $ac_c" 1>&6
3435else 3439else
3436 cat > conftest.$ac_ext <<EOF 3440 cat > conftest.$ac_ext <<EOF
3437#line 3438 "configure" 3441#line 3442 "configure"
3438#include "confdefs.h" 3442#include "confdefs.h"
3439extern void (* __after_morecore_hook)(); 3443extern void (* __after_morecore_hook)();
3440int main() { 3444int main() {
3441__after_morecore_hook = 0 3445__after_morecore_hook = 0
3442; return 0; } 3446; return 0; }
3443EOF 3447EOF
3444if { (eval echo configure:3445: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3448if { (eval echo configure:3449: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3445 rm -rf conftest* 3449 rm -rf conftest*
3446 emacs_cv_var___after_morecore_hook=yes 3450 emacs_cv_var___after_morecore_hook=yes
3447else 3451else
@@ -3488,7 +3492,7 @@ fi
3488LIBS="$libsrc_libs $LIBS" 3492LIBS="$libsrc_libs $LIBS"
3489 3493
3490echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6 3494echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
3491echo "configure:3492: checking for dnet_ntoa in -ldnet" >&5 3495echo "configure:3496: checking for dnet_ntoa in -ldnet" >&5
3492ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'` 3496ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
3493if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 3497if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3494 echo $ac_n "(cached) $ac_c" 1>&6 3498 echo $ac_n "(cached) $ac_c" 1>&6
@@ -3496,7 +3500,7 @@ else
3496 ac_save_LIBS="$LIBS" 3500 ac_save_LIBS="$LIBS"
3497LIBS="-ldnet $LIBS" 3501LIBS="-ldnet $LIBS"
3498cat > conftest.$ac_ext <<EOF 3502cat > conftest.$ac_ext <<EOF
3499#line 3500 "configure" 3503#line 3504 "configure"
3500#include "confdefs.h" 3504#include "confdefs.h"
3501/* Override any gcc2 internal prototype to avoid an error. */ 3505/* Override any gcc2 internal prototype to avoid an error. */
3502/* We use char because int might match the return type of a gcc2 3506/* We use char because int might match the return type of a gcc2
@@ -3507,7 +3511,7 @@ int main() {
3507dnet_ntoa() 3511dnet_ntoa()
3508; return 0; } 3512; return 0; }
3509EOF 3513EOF
3510if { (eval echo configure:3511: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3514if { (eval echo configure:3515: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3511 rm -rf conftest* 3515 rm -rf conftest*
3512 eval "ac_cv_lib_$ac_lib_var=yes" 3516 eval "ac_cv_lib_$ac_lib_var=yes"
3513else 3517else
@@ -3536,7 +3540,7 @@ fi
3536 3540
3537 3541
3538echo $ac_n "checking for main in -lXbsd""... $ac_c" 1>&6 3542echo $ac_n "checking for main in -lXbsd""... $ac_c" 1>&6
3539echo "configure:3540: checking for main in -lXbsd" >&5 3543echo "configure:3544: checking for main in -lXbsd" >&5
3540ac_lib_var=`echo Xbsd'_'main | sed 'y%./+-%__p_%'` 3544ac_lib_var=`echo Xbsd'_'main | sed 'y%./+-%__p_%'`
3541if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 3545if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3542 echo $ac_n "(cached) $ac_c" 1>&6 3546 echo $ac_n "(cached) $ac_c" 1>&6
@@ -3544,14 +3548,14 @@ else
3544 ac_save_LIBS="$LIBS" 3548 ac_save_LIBS="$LIBS"
3545LIBS="-lXbsd $LIBS" 3549LIBS="-lXbsd $LIBS"
3546cat > conftest.$ac_ext <<EOF 3550cat > conftest.$ac_ext <<EOF
3547#line 3548 "configure" 3551#line 3552 "configure"
3548#include "confdefs.h" 3552#include "confdefs.h"
3549 3553
3550int main() { 3554int main() {
3551main() 3555main()
3552; return 0; } 3556; return 0; }
3553EOF 3557EOF
3554if { (eval echo configure:3555: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3558if { (eval echo configure:3559: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3555 rm -rf conftest* 3559 rm -rf conftest*
3556 eval "ac_cv_lib_$ac_lib_var=yes" 3560 eval "ac_cv_lib_$ac_lib_var=yes"
3557else 3561else
@@ -3573,7 +3577,7 @@ fi
3573 3577
3574 3578
3575echo $ac_n "checking for cma_open in -lpthreads""... $ac_c" 1>&6 3579echo $ac_n "checking for cma_open in -lpthreads""... $ac_c" 1>&6
3576echo "configure:3577: checking for cma_open in -lpthreads" >&5 3580echo "configure:3581: checking for cma_open in -lpthreads" >&5
3577ac_lib_var=`echo pthreads'_'cma_open | sed 'y%./+-%__p_%'` 3581ac_lib_var=`echo pthreads'_'cma_open | sed 'y%./+-%__p_%'`
3578if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 3582if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3579 echo $ac_n "(cached) $ac_c" 1>&6 3583 echo $ac_n "(cached) $ac_c" 1>&6
@@ -3581,7 +3585,7 @@ else
3581 ac_save_LIBS="$LIBS" 3585 ac_save_LIBS="$LIBS"
3582LIBS="-lpthreads $LIBS" 3586LIBS="-lpthreads $LIBS"
3583cat > conftest.$ac_ext <<EOF 3587cat > conftest.$ac_ext <<EOF
3584#line 3585 "configure" 3588#line 3589 "configure"
3585#include "confdefs.h" 3589#include "confdefs.h"
3586/* Override any gcc2 internal prototype to avoid an error. */ 3590/* Override any gcc2 internal prototype to avoid an error. */
3587/* We use char because int might match the return type of a gcc2 3591/* We use char because int might match the return type of a gcc2
@@ -3592,7 +3596,7 @@ int main() {
3592cma_open() 3596cma_open()
3593; return 0; } 3597; return 0; }
3594EOF 3598EOF
3595if { (eval echo configure:3596: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3599if { (eval echo configure:3600: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3596 rm -rf conftest* 3600 rm -rf conftest*
3597 eval "ac_cv_lib_$ac_lib_var=yes" 3601 eval "ac_cv_lib_$ac_lib_var=yes"
3598else 3602else
@@ -3621,7 +3625,7 @@ fi
3621 3625
3622 3626
3623echo $ac_n "checking for XFree86 in /usr/X386""... $ac_c" 1>&6 3627echo $ac_n "checking for XFree86 in /usr/X386""... $ac_c" 1>&6
3624echo "configure:3625: checking for XFree86 in /usr/X386" >&5 3628echo "configure:3629: checking for XFree86 in /usr/X386" >&5
3625if test -d /usr/X386/include; then 3629if test -d /usr/X386/include; then
3626 HAVE_XFREE386=yes 3630 HAVE_XFREE386=yes
3627 : ${C_SWITCH_X_SITE="-I/usr/X386/include"} 3631 : ${C_SWITCH_X_SITE="-I/usr/X386/include"}
@@ -3650,16 +3654,16 @@ if test "${HAVE_X11}" = "yes"; then
3650 3654
3651 if test "${opsys}" = "gnu-linux"; then 3655 if test "${opsys}" = "gnu-linux"; then
3652 echo $ac_n "checking whether X on GNU/Linux needs -b to link""... $ac_c" 1>&6 3656 echo $ac_n "checking whether X on GNU/Linux needs -b to link""... $ac_c" 1>&6
3653echo "configure:3654: checking whether X on GNU/Linux needs -b to link" >&5 3657echo "configure:3658: checking whether X on GNU/Linux needs -b to link" >&5
3654 cat > conftest.$ac_ext <<EOF 3658 cat > conftest.$ac_ext <<EOF
3655#line 3656 "configure" 3659#line 3660 "configure"
3656#include "confdefs.h" 3660#include "confdefs.h"
3657 3661
3658int main() { 3662int main() {
3659XOpenDisplay ("foo"); 3663XOpenDisplay ("foo");
3660; return 0; } 3664; return 0; }
3661EOF 3665EOF
3662if { (eval echo configure:3663: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3666if { (eval echo configure:3667: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3663 rm -rf conftest* 3667 rm -rf conftest*
3664 xlinux_first_failure=no 3668 xlinux_first_failure=no
3665else 3669else
@@ -3679,14 +3683,14 @@ rm -f conftest*
3679 CPPFLAGS="$CPPFLAGS -b i486-linuxaout" 3683 CPPFLAGS="$CPPFLAGS -b i486-linuxaout"
3680 LIBS="$LIBS -b i486-linuxaout" 3684 LIBS="$LIBS -b i486-linuxaout"
3681 cat > conftest.$ac_ext <<EOF 3685 cat > conftest.$ac_ext <<EOF
3682#line 3683 "configure" 3686#line 3687 "configure"
3683#include "confdefs.h" 3687#include "confdefs.h"
3684 3688
3685int main() { 3689int main() {
3686XOpenDisplay ("foo"); 3690XOpenDisplay ("foo");
3687; return 0; } 3691; return 0; }
3688EOF 3692EOF
3689if { (eval echo configure:3690: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3693if { (eval echo configure:3694: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3690 rm -rf conftest* 3694 rm -rf conftest*
3691 xlinux_second_failure=no 3695 xlinux_second_failure=no
3692else 3696else
@@ -3716,12 +3720,12 @@ rm -f conftest*
3716XScreenNumberOfScreen XSetWMProtocols 3720XScreenNumberOfScreen XSetWMProtocols
3717do 3721do
3718echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3722echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3719echo "configure:3720: checking for $ac_func" >&5 3723echo "configure:3724: checking for $ac_func" >&5
3720if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3724if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3721 echo $ac_n "(cached) $ac_c" 1>&6 3725 echo $ac_n "(cached) $ac_c" 1>&6
3722else 3726else
3723 cat > conftest.$ac_ext <<EOF 3727 cat > conftest.$ac_ext <<EOF
3724#line 3725 "configure" 3728#line 3729 "configure"
3725#include "confdefs.h" 3729#include "confdefs.h"
3726/* System header to define __stub macros and hopefully few prototypes, 3730/* System header to define __stub macros and hopefully few prototypes,
3727 which can conflict with char $ac_func(); below. */ 3731 which can conflict with char $ac_func(); below. */
@@ -3744,7 +3748,7 @@ $ac_func();
3744 3748
3745; return 0; } 3749; return 0; }
3746EOF 3750EOF
3747if { (eval echo configure:3748: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3751if { (eval echo configure:3752: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3748 rm -rf conftest* 3752 rm -rf conftest*
3749 eval "ac_cv_func_$ac_func=yes" 3753 eval "ac_cv_func_$ac_func=yes"
3750else 3754else
@@ -3772,12 +3776,12 @@ fi
3772 3776
3773if test "${window_system}" = "x11"; then 3777if test "${window_system}" = "x11"; then
3774 echo $ac_n "checking X11 version 6""... $ac_c" 1>&6 3778 echo $ac_n "checking X11 version 6""... $ac_c" 1>&6
3775echo "configure:3776: checking X11 version 6" >&5 3779echo "configure:3780: checking X11 version 6" >&5
3776 if eval "test \"`echo '$''{'emacs_cv_x11_version_6'+set}'`\" = set"; then 3780 if eval "test \"`echo '$''{'emacs_cv_x11_version_6'+set}'`\" = set"; then
3777 echo $ac_n "(cached) $ac_c" 1>&6 3781 echo $ac_n "(cached) $ac_c" 1>&6
3778else 3782else
3779 cat > conftest.$ac_ext <<EOF 3783 cat > conftest.$ac_ext <<EOF
3780#line 3781 "configure" 3784#line 3785 "configure"
3781#include "confdefs.h" 3785#include "confdefs.h"
3782#include <X11/Xlib.h> 3786#include <X11/Xlib.h>
3783int main() { 3787int main() {
@@ -3787,7 +3791,7 @@ fail;
3787 3791
3788; return 0; } 3792; return 0; }
3789EOF 3793EOF
3790if { (eval echo configure:3791: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3794if { (eval echo configure:3795: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3791 rm -rf conftest* 3795 rm -rf conftest*
3792 emacs_cv_x11_version_6=yes 3796 emacs_cv_x11_version_6=yes
3793else 3797else
@@ -3812,12 +3816,12 @@ fi
3812 3816
3813if test "${window_system}" = "x11"; then 3817if test "${window_system}" = "x11"; then
3814 echo $ac_n "checking X11 version 5""... $ac_c" 1>&6 3818 echo $ac_n "checking X11 version 5""... $ac_c" 1>&6
3815echo "configure:3816: checking X11 version 5" >&5 3819echo "configure:3820: checking X11 version 5" >&5
3816 if eval "test \"`echo '$''{'emacs_cv_x11_version_5'+set}'`\" = set"; then 3820 if eval "test \"`echo '$''{'emacs_cv_x11_version_5'+set}'`\" = set"; then
3817 echo $ac_n "(cached) $ac_c" 1>&6 3821 echo $ac_n "(cached) $ac_c" 1>&6
3818else 3822else
3819 cat > conftest.$ac_ext <<EOF 3823 cat > conftest.$ac_ext <<EOF
3820#line 3821 "configure" 3824#line 3825 "configure"
3821#include "confdefs.h" 3825#include "confdefs.h"
3822#include <X11/Xlib.h> 3826#include <X11/Xlib.h>
3823int main() { 3827int main() {
@@ -3827,7 +3831,7 @@ fail;
3827 3831
3828; return 0; } 3832; return 0; }
3829EOF 3833EOF
3830if { (eval echo configure:3831: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3834if { (eval echo configure:3835: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3831 rm -rf conftest* 3835 rm -rf conftest*
3832 emacs_cv_x11_version_5=yes 3836 emacs_cv_x11_version_5=yes
3833else 3837else
@@ -3855,12 +3859,12 @@ fi
3855if test x"${USE_X_TOOLKIT}" = xmaybe; then 3859if test x"${USE_X_TOOLKIT}" = xmaybe; then
3856 if test x"${HAVE_X11R5}" = xyes; then 3860 if test x"${HAVE_X11R5}" = xyes; then
3857 echo $ac_n "checking X11 version 5 with Xaw""... $ac_c" 1>&6 3861 echo $ac_n "checking X11 version 5 with Xaw""... $ac_c" 1>&6
3858echo "configure:3859: checking X11 version 5 with Xaw" >&5 3862echo "configure:3863: checking X11 version 5 with Xaw" >&5
3859 if eval "test \"`echo '$''{'emacs_cv_x11_version_5_with_xaw'+set}'`\" = set"; then 3863 if eval "test \"`echo '$''{'emacs_cv_x11_version_5_with_xaw'+set}'`\" = set"; then
3860 echo $ac_n "(cached) $ac_c" 1>&6 3864 echo $ac_n "(cached) $ac_c" 1>&6
3861else 3865else
3862 cat > conftest.$ac_ext <<EOF 3866 cat > conftest.$ac_ext <<EOF
3863#line 3864 "configure" 3867#line 3868 "configure"
3864#include "confdefs.h" 3868#include "confdefs.h"
3865 3869
3866#include <X11/Intrinsic.h> 3870#include <X11/Intrinsic.h>
@@ -3869,7 +3873,7 @@ int main() {
3869 3873
3870; return 0; } 3874; return 0; }
3871EOF 3875EOF
3872if { (eval echo configure:3873: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3876if { (eval echo configure:3877: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3873 rm -rf conftest* 3877 rm -rf conftest*
3874 emacs_cv_x11_version_5_with_xaw=yes 3878 emacs_cv_x11_version_5_with_xaw=yes
3875else 3879else
@@ -3897,12 +3901,12 @@ X_TOOLKIT_TYPE=$USE_X_TOOLKIT
3897 3901
3898if test "${USE_X_TOOLKIT}" != "none"; then 3902if test "${USE_X_TOOLKIT}" != "none"; then
3899 echo $ac_n "checking X11 toolkit version""... $ac_c" 1>&6 3903 echo $ac_n "checking X11 toolkit version""... $ac_c" 1>&6
3900echo "configure:3901: checking X11 toolkit version" >&5 3904echo "configure:3905: checking X11 toolkit version" >&5
3901 if eval "test \"`echo '$''{'emacs_cv_x11_toolkit_version_6'+set}'`\" = set"; then 3905 if eval "test \"`echo '$''{'emacs_cv_x11_toolkit_version_6'+set}'`\" = set"; then
3902 echo $ac_n "(cached) $ac_c" 1>&6 3906 echo $ac_n "(cached) $ac_c" 1>&6
3903else 3907else
3904 cat > conftest.$ac_ext <<EOF 3908 cat > conftest.$ac_ext <<EOF
3905#line 3906 "configure" 3909#line 3910 "configure"
3906#include "confdefs.h" 3910#include "confdefs.h"
3907#include <X11/Intrinsic.h> 3911#include <X11/Intrinsic.h>
3908int main() { 3912int main() {
@@ -3912,7 +3916,7 @@ fail;
3912 3916
3913; return 0; } 3917; return 0; }
3914EOF 3918EOF
3915if { (eval echo configure:3916: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3919if { (eval echo configure:3920: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3916 rm -rf conftest* 3920 rm -rf conftest*
3917 emacs_cv_x11_toolkit_version_6=yes 3921 emacs_cv_x11_toolkit_version_6=yes
3918else 3922else
@@ -3942,7 +3946,7 @@ EOF
3942 LIBS="-lXt $LIBS" 3946 LIBS="-lXt $LIBS"
3943 fi 3947 fi
3944 echo $ac_n "checking for XmuConvertStandardSelection in -lXmu""... $ac_c" 1>&6 3948 echo $ac_n "checking for XmuConvertStandardSelection in -lXmu""... $ac_c" 1>&6
3945echo "configure:3946: checking for XmuConvertStandardSelection in -lXmu" >&5 3949echo "configure:3950: checking for XmuConvertStandardSelection in -lXmu" >&5
3946ac_lib_var=`echo Xmu'_'XmuConvertStandardSelection | sed 'y%./+-%__p_%'` 3950ac_lib_var=`echo Xmu'_'XmuConvertStandardSelection | sed 'y%./+-%__p_%'`
3947if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 3951if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3948 echo $ac_n "(cached) $ac_c" 1>&6 3952 echo $ac_n "(cached) $ac_c" 1>&6
@@ -3950,7 +3954,7 @@ else
3950 ac_save_LIBS="$LIBS" 3954 ac_save_LIBS="$LIBS"
3951LIBS="-lXmu $LIBS" 3955LIBS="-lXmu $LIBS"
3952cat > conftest.$ac_ext <<EOF 3956cat > conftest.$ac_ext <<EOF
3953#line 3954 "configure" 3957#line 3958 "configure"
3954#include "confdefs.h" 3958#include "confdefs.h"
3955/* Override any gcc2 internal prototype to avoid an error. */ 3959/* Override any gcc2 internal prototype to avoid an error. */
3956/* We use char because int might match the return type of a gcc2 3960/* We use char because int might match the return type of a gcc2
@@ -3961,7 +3965,7 @@ int main() {
3961XmuConvertStandardSelection() 3965XmuConvertStandardSelection()
3962; return 0; } 3966; return 0; }
3963EOF 3967EOF
3964if { (eval echo configure:3965: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3968if { (eval echo configure:3969: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3965 rm -rf conftest* 3969 rm -rf conftest*
3966 eval "ac_cv_lib_$ac_lib_var=yes" 3970 eval "ac_cv_lib_$ac_lib_var=yes"
3967else 3971else
@@ -3993,12 +3997,12 @@ fi
3993 3997
3994if test "${USE_X_TOOLKIT}" = "MOTIF"; then 3998if test "${USE_X_TOOLKIT}" = "MOTIF"; then
3995 echo $ac_n "checking for Motif version 2.1""... $ac_c" 1>&6 3999 echo $ac_n "checking for Motif version 2.1""... $ac_c" 1>&6
3996echo "configure:3997: checking for Motif version 2.1" >&5 4000echo "configure:4001: checking for Motif version 2.1" >&5
3997if eval "test \"`echo '$''{'emacs_cv_motif_version_2_1'+set}'`\" = set"; then 4001if eval "test \"`echo '$''{'emacs_cv_motif_version_2_1'+set}'`\" = set"; then
3998 echo $ac_n "(cached) $ac_c" 1>&6 4002 echo $ac_n "(cached) $ac_c" 1>&6
3999else 4003else
4000 cat > conftest.$ac_ext <<EOF 4004 cat > conftest.$ac_ext <<EOF
4001#line 4002 "configure" 4005#line 4006 "configure"
4002#include "confdefs.h" 4006#include "confdefs.h"
4003#include <Xm/Xm.h> 4007#include <Xm/Xm.h>
4004int main() { 4008int main() {
@@ -4009,7 +4013,7 @@ Motif version prior to 2.1.
4009#endif 4013#endif
4010; return 0; } 4014; return 0; }
4011EOF 4015EOF
4012if { (eval echo configure:4013: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4016if { (eval echo configure:4017: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4013 rm -rf conftest* 4017 rm -rf conftest*
4014 emacs_cv_motif_version_2_1=yes 4018 emacs_cv_motif_version_2_1=yes
4015else 4019else
@@ -4029,7 +4033,7 @@ echo "$ac_t""$emacs_cv_motif_version_2_1" 1>&6
4029EOF 4033EOF
4030 4034
4031 echo $ac_n "checking for XpCreateContext in -lXp""... $ac_c" 1>&6 4035 echo $ac_n "checking for XpCreateContext in -lXp""... $ac_c" 1>&6
4032echo "configure:4033: checking for XpCreateContext in -lXp" >&5 4036echo "configure:4037: checking for XpCreateContext in -lXp" >&5
4033ac_lib_var=`echo Xp'_'XpCreateContext | sed 'y%./+-%__p_%'` 4037ac_lib_var=`echo Xp'_'XpCreateContext | sed 'y%./+-%__p_%'`
4034if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 4038if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4035 echo $ac_n "(cached) $ac_c" 1>&6 4039 echo $ac_n "(cached) $ac_c" 1>&6
@@ -4037,7 +4041,7 @@ else
4037 ac_save_LIBS="$LIBS" 4041 ac_save_LIBS="$LIBS"
4038LIBS="-lXp $LIBS" 4042LIBS="-lXp $LIBS"
4039cat > conftest.$ac_ext <<EOF 4043cat > conftest.$ac_ext <<EOF
4040#line 4041 "configure" 4044#line 4045 "configure"
4041#include "confdefs.h" 4045#include "confdefs.h"
4042/* Override any gcc2 internal prototype to avoid an error. */ 4046/* Override any gcc2 internal prototype to avoid an error. */
4043/* We use char because int might match the return type of a gcc2 4047/* We use char because int might match the return type of a gcc2
@@ -4048,7 +4052,7 @@ int main() {
4048XpCreateContext() 4052XpCreateContext()
4049; return 0; } 4053; return 0; }
4050EOF 4054EOF
4051if { (eval echo configure:4052: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4055if { (eval echo configure:4056: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4052 rm -rf conftest* 4056 rm -rf conftest*
4053 eval "ac_cv_lib_$ac_lib_var=yes" 4057 eval "ac_cv_lib_$ac_lib_var=yes"
4054else 4058else
@@ -4086,17 +4090,17 @@ if test "${HAVE_X11}" = "yes"; then
4086 CFLAGS="${LD_SWITCH_X_SITE}" 4090 CFLAGS="${LD_SWITCH_X_SITE}"
4087 ac_safe=`echo "X11/Xaw3d/Scrollbar.h" | sed 'y%./+-%__p_%'` 4091 ac_safe=`echo "X11/Xaw3d/Scrollbar.h" | sed 'y%./+-%__p_%'`
4088echo $ac_n "checking for X11/Xaw3d/Scrollbar.h""... $ac_c" 1>&6 4092echo $ac_n "checking for X11/Xaw3d/Scrollbar.h""... $ac_c" 1>&6
4089echo "configure:4090: checking for X11/Xaw3d/Scrollbar.h" >&5 4093echo "configure:4094: checking for X11/Xaw3d/Scrollbar.h" >&5
4090if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4094if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4091 echo $ac_n "(cached) $ac_c" 1>&6 4095 echo $ac_n "(cached) $ac_c" 1>&6
4092else 4096else
4093 cat > conftest.$ac_ext <<EOF 4097 cat > conftest.$ac_ext <<EOF
4094#line 4095 "configure" 4098#line 4099 "configure"
4095#include "confdefs.h" 4099#include "confdefs.h"
4096#include <X11/Xaw3d/Scrollbar.h> 4100#include <X11/Xaw3d/Scrollbar.h>
4097EOF 4101EOF
4098ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4102ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4099{ (eval echo configure:4100: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4103{ (eval echo configure:4104: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4100ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4104ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4101if test -z "$ac_err"; then 4105if test -z "$ac_err"; then
4102 rm -rf conftest* 4106 rm -rf conftest*
@@ -4113,7 +4117,7 @@ fi
4113if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 4117if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4114 echo "$ac_t""yes" 1>&6 4118 echo "$ac_t""yes" 1>&6
4115 echo $ac_n "checking for XawScrollbarSetThumb in -lXaw3d""... $ac_c" 1>&6 4119 echo $ac_n "checking for XawScrollbarSetThumb in -lXaw3d""... $ac_c" 1>&6
4116echo "configure:4117: checking for XawScrollbarSetThumb in -lXaw3d" >&5 4120echo "configure:4121: checking for XawScrollbarSetThumb in -lXaw3d" >&5
4117ac_lib_var=`echo Xaw3d'_'XawScrollbarSetThumb | sed 'y%./+-%__p_%'` 4121ac_lib_var=`echo Xaw3d'_'XawScrollbarSetThumb | sed 'y%./+-%__p_%'`
4118if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 4122if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4119 echo $ac_n "(cached) $ac_c" 1>&6 4123 echo $ac_n "(cached) $ac_c" 1>&6
@@ -4121,7 +4125,7 @@ else
4121 ac_save_LIBS="$LIBS" 4125 ac_save_LIBS="$LIBS"
4122LIBS="-lXaw3d -lX11 $LIBS" 4126LIBS="-lXaw3d -lX11 $LIBS"
4123cat > conftest.$ac_ext <<EOF 4127cat > conftest.$ac_ext <<EOF
4124#line 4125 "configure" 4128#line 4129 "configure"
4125#include "confdefs.h" 4129#include "confdefs.h"
4126/* Override any gcc2 internal prototype to avoid an error. */ 4130/* Override any gcc2 internal prototype to avoid an error. */
4127/* We use char because int might match the return type of a gcc2 4131/* We use char because int might match the return type of a gcc2
@@ -4132,7 +4136,7 @@ int main() {
4132XawScrollbarSetThumb() 4136XawScrollbarSetThumb()
4133; return 0; } 4137; return 0; }
4134EOF 4138EOF
4135if { (eval echo configure:4136: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4139if { (eval echo configure:4140: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4136 rm -rf conftest* 4140 rm -rf conftest*
4137 eval "ac_cv_lib_$ac_lib_var=yes" 4141 eval "ac_cv_lib_$ac_lib_var=yes"
4138else 4142else
@@ -4196,17 +4200,17 @@ if test "${HAVE_X11}" = "yes"; then
4196 CFLAGS="${LD_SWITCH_X_SITE}" 4200 CFLAGS="${LD_SWITCH_X_SITE}"
4197 ac_safe=`echo "X11/xpm.h" | sed 'y%./+-%__p_%'` 4201 ac_safe=`echo "X11/xpm.h" | sed 'y%./+-%__p_%'`
4198echo $ac_n "checking for X11/xpm.h""... $ac_c" 1>&6 4202echo $ac_n "checking for X11/xpm.h""... $ac_c" 1>&6
4199echo "configure:4200: checking for X11/xpm.h" >&5 4203echo "configure:4204: checking for X11/xpm.h" >&5
4200if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4204if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4201 echo $ac_n "(cached) $ac_c" 1>&6 4205 echo $ac_n "(cached) $ac_c" 1>&6
4202else 4206else
4203 cat > conftest.$ac_ext <<EOF 4207 cat > conftest.$ac_ext <<EOF
4204#line 4205 "configure" 4208#line 4209 "configure"
4205#include "confdefs.h" 4209#include "confdefs.h"
4206#include <X11/xpm.h> 4210#include <X11/xpm.h>
4207EOF 4211EOF
4208ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4212ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4209{ (eval echo configure:4210: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4213{ (eval echo configure:4214: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4210ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4214ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4211if test -z "$ac_err"; then 4215if test -z "$ac_err"; then
4212 rm -rf conftest* 4216 rm -rf conftest*
@@ -4223,7 +4227,7 @@ fi
4223if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 4227if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4224 echo "$ac_t""yes" 1>&6 4228 echo "$ac_t""yes" 1>&6
4225 echo $ac_n "checking for XpmReadFileToPixmap in -lXpm""... $ac_c" 1>&6 4229 echo $ac_n "checking for XpmReadFileToPixmap in -lXpm""... $ac_c" 1>&6
4226echo "configure:4227: checking for XpmReadFileToPixmap in -lXpm" >&5 4230echo "configure:4231: checking for XpmReadFileToPixmap in -lXpm" >&5
4227ac_lib_var=`echo Xpm'_'XpmReadFileToPixmap | sed 'y%./+-%__p_%'` 4231ac_lib_var=`echo Xpm'_'XpmReadFileToPixmap | sed 'y%./+-%__p_%'`
4228if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 4232if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4229 echo $ac_n "(cached) $ac_c" 1>&6 4233 echo $ac_n "(cached) $ac_c" 1>&6
@@ -4231,7 +4235,7 @@ else
4231 ac_save_LIBS="$LIBS" 4235 ac_save_LIBS="$LIBS"
4232LIBS="-lXpm -lX11 $LIBS" 4236LIBS="-lXpm -lX11 $LIBS"
4233cat > conftest.$ac_ext <<EOF 4237cat > conftest.$ac_ext <<EOF
4234#line 4235 "configure" 4238#line 4239 "configure"
4235#include "confdefs.h" 4239#include "confdefs.h"
4236/* Override any gcc2 internal prototype to avoid an error. */ 4240/* Override any gcc2 internal prototype to avoid an error. */
4237/* We use char because int might match the return type of a gcc2 4241/* We use char because int might match the return type of a gcc2
@@ -4242,7 +4246,7 @@ int main() {
4242XpmReadFileToPixmap() 4246XpmReadFileToPixmap()
4243; return 0; } 4247; return 0; }
4244EOF 4248EOF
4245if { (eval echo configure:4246: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4249if { (eval echo configure:4250: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4246 rm -rf conftest* 4250 rm -rf conftest*
4247 eval "ac_cv_lib_$ac_lib_var=yes" 4251 eval "ac_cv_lib_$ac_lib_var=yes"
4248else 4252else
@@ -4285,17 +4289,17 @@ if test "${HAVE_X11}" = "yes"; then
4285 CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}" 4289 CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}"
4286 ac_safe=`echo "jerror.h" | sed 'y%./+-%__p_%'` 4290 ac_safe=`echo "jerror.h" | sed 'y%./+-%__p_%'`
4287echo $ac_n "checking for jerror.h""... $ac_c" 1>&6 4291echo $ac_n "checking for jerror.h""... $ac_c" 1>&6
4288echo "configure:4289: checking for jerror.h" >&5 4292echo "configure:4293: checking for jerror.h" >&5
4289if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4293if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4290 echo $ac_n "(cached) $ac_c" 1>&6 4294 echo $ac_n "(cached) $ac_c" 1>&6
4291else 4295else
4292 cat > conftest.$ac_ext <<EOF 4296 cat > conftest.$ac_ext <<EOF
4293#line 4294 "configure" 4297#line 4298 "configure"
4294#include "confdefs.h" 4298#include "confdefs.h"
4295#include <jerror.h> 4299#include <jerror.h>
4296EOF 4300EOF
4297ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4301ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4298{ (eval echo configure:4299: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4302{ (eval echo configure:4303: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4299ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4303ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4300if test -z "$ac_err"; then 4304if test -z "$ac_err"; then
4301 rm -rf conftest* 4305 rm -rf conftest*
@@ -4312,7 +4316,7 @@ fi
4312if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 4316if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4313 echo "$ac_t""yes" 1>&6 4317 echo "$ac_t""yes" 1>&6
4314 echo $ac_n "checking for jpeg_destroy_compress in -ljpeg""... $ac_c" 1>&6 4318 echo $ac_n "checking for jpeg_destroy_compress in -ljpeg""... $ac_c" 1>&6
4315echo "configure:4316: checking for jpeg_destroy_compress in -ljpeg" >&5 4319echo "configure:4320: checking for jpeg_destroy_compress in -ljpeg" >&5
4316ac_lib_var=`echo jpeg'_'jpeg_destroy_compress | sed 'y%./+-%__p_%'` 4320ac_lib_var=`echo jpeg'_'jpeg_destroy_compress | sed 'y%./+-%__p_%'`
4317if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 4321if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4318 echo $ac_n "(cached) $ac_c" 1>&6 4322 echo $ac_n "(cached) $ac_c" 1>&6
@@ -4320,7 +4324,7 @@ else
4320 ac_save_LIBS="$LIBS" 4324 ac_save_LIBS="$LIBS"
4321LIBS="-ljpeg -lX11 $LIBS" 4325LIBS="-ljpeg -lX11 $LIBS"
4322cat > conftest.$ac_ext <<EOF 4326cat > conftest.$ac_ext <<EOF
4323#line 4324 "configure" 4327#line 4328 "configure"
4324#include "confdefs.h" 4328#include "confdefs.h"
4325/* Override any gcc2 internal prototype to avoid an error. */ 4329/* Override any gcc2 internal prototype to avoid an error. */
4326/* We use char because int might match the return type of a gcc2 4330/* We use char because int might match the return type of a gcc2
@@ -4331,7 +4335,7 @@ int main() {
4331jpeg_destroy_compress() 4335jpeg_destroy_compress()
4332; return 0; } 4336; return 0; }
4333EOF 4337EOF
4334if { (eval echo configure:4335: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4338if { (eval echo configure:4339: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4335 rm -rf conftest* 4339 rm -rf conftest*
4336 eval "ac_cv_lib_$ac_lib_var=yes" 4340 eval "ac_cv_lib_$ac_lib_var=yes"
4337else 4341else
@@ -4374,17 +4378,17 @@ if test "${HAVE_X11}" = "yes"; then
4374 CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}" 4378 CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}"
4375 ac_safe=`echo "png.h" | sed 'y%./+-%__p_%'` 4379 ac_safe=`echo "png.h" | sed 'y%./+-%__p_%'`
4376echo $ac_n "checking for png.h""... $ac_c" 1>&6 4380echo $ac_n "checking for png.h""... $ac_c" 1>&6
4377echo "configure:4378: checking for png.h" >&5 4381echo "configure:4382: checking for png.h" >&5
4378if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4382if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4379 echo $ac_n "(cached) $ac_c" 1>&6 4383 echo $ac_n "(cached) $ac_c" 1>&6
4380else 4384else
4381 cat > conftest.$ac_ext <<EOF 4385 cat > conftest.$ac_ext <<EOF
4382#line 4383 "configure" 4386#line 4387 "configure"
4383#include "confdefs.h" 4387#include "confdefs.h"
4384#include <png.h> 4388#include <png.h>
4385EOF 4389EOF
4386ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4390ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4387{ (eval echo configure:4388: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4391{ (eval echo configure:4392: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4388ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4392ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4389if test -z "$ac_err"; then 4393if test -z "$ac_err"; then
4390 rm -rf conftest* 4394 rm -rf conftest*
@@ -4401,7 +4405,7 @@ fi
4401if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 4405if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4402 echo "$ac_t""yes" 1>&6 4406 echo "$ac_t""yes" 1>&6
4403 echo $ac_n "checking for png_set_expand in -lpng""... $ac_c" 1>&6 4407 echo $ac_n "checking for png_set_expand in -lpng""... $ac_c" 1>&6
4404echo "configure:4405: checking for png_set_expand in -lpng" >&5 4408echo "configure:4409: checking for png_set_expand in -lpng" >&5
4405ac_lib_var=`echo png'_'png_set_expand | sed 'y%./+-%__p_%'` 4409ac_lib_var=`echo png'_'png_set_expand | sed 'y%./+-%__p_%'`
4406if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 4410if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4407 echo $ac_n "(cached) $ac_c" 1>&6 4411 echo $ac_n "(cached) $ac_c" 1>&6
@@ -4409,7 +4413,7 @@ else
4409 ac_save_LIBS="$LIBS" 4413 ac_save_LIBS="$LIBS"
4410LIBS="-lpng -lX11 -lz -lm $LIBS" 4414LIBS="-lpng -lX11 -lz -lm $LIBS"
4411cat > conftest.$ac_ext <<EOF 4415cat > conftest.$ac_ext <<EOF
4412#line 4413 "configure" 4416#line 4417 "configure"
4413#include "confdefs.h" 4417#include "confdefs.h"
4414/* Override any gcc2 internal prototype to avoid an error. */ 4418/* Override any gcc2 internal prototype to avoid an error. */
4415/* We use char because int might match the return type of a gcc2 4419/* We use char because int might match the return type of a gcc2
@@ -4420,7 +4424,7 @@ int main() {
4420png_set_expand() 4424png_set_expand()
4421; return 0; } 4425; return 0; }
4422EOF 4426EOF
4423if { (eval echo configure:4424: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4427if { (eval echo configure:4428: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4424 rm -rf conftest* 4428 rm -rf conftest*
4425 eval "ac_cv_lib_$ac_lib_var=yes" 4429 eval "ac_cv_lib_$ac_lib_var=yes"
4426else 4430else
@@ -4463,17 +4467,17 @@ if test "${HAVE_X11}" = "yes"; then
4463 CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}" 4467 CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}"
4464 ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'` 4468 ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'`
4465echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6 4469echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6
4466echo "configure:4467: checking for tiffio.h" >&5 4470echo "configure:4471: checking for tiffio.h" >&5
4467if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4471if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4468 echo $ac_n "(cached) $ac_c" 1>&6 4472 echo $ac_n "(cached) $ac_c" 1>&6
4469else 4473else
4470 cat > conftest.$ac_ext <<EOF 4474 cat > conftest.$ac_ext <<EOF
4471#line 4472 "configure" 4475#line 4476 "configure"
4472#include "confdefs.h" 4476#include "confdefs.h"
4473#include <tiffio.h> 4477#include <tiffio.h>
4474EOF 4478EOF
4475ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4479ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4476{ (eval echo configure:4477: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4480{ (eval echo configure:4481: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4477ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4481ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4478if test -z "$ac_err"; then 4482if test -z "$ac_err"; then
4479 rm -rf conftest* 4483 rm -rf conftest*
@@ -4493,7 +4497,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4493 # At least one tiff package requires the jpeg library. 4497 # At least one tiff package requires the jpeg library.
4494 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi 4498 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi
4495 echo $ac_n "checking for TIFFGetVersion in -ltiff""... $ac_c" 1>&6 4499 echo $ac_n "checking for TIFFGetVersion in -ltiff""... $ac_c" 1>&6
4496echo "configure:4497: checking for TIFFGetVersion in -ltiff" >&5 4500echo "configure:4501: checking for TIFFGetVersion in -ltiff" >&5
4497ac_lib_var=`echo tiff'_'TIFFGetVersion | sed 'y%./+-%__p_%'` 4501ac_lib_var=`echo tiff'_'TIFFGetVersion | sed 'y%./+-%__p_%'`
4498if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 4502if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4499 echo $ac_n "(cached) $ac_c" 1>&6 4503 echo $ac_n "(cached) $ac_c" 1>&6
@@ -4501,7 +4505,7 @@ else
4501 ac_save_LIBS="$LIBS" 4505 ac_save_LIBS="$LIBS"
4502LIBS="-ltiff $tifflibs $LIBS" 4506LIBS="-ltiff $tifflibs $LIBS"
4503cat > conftest.$ac_ext <<EOF 4507cat > conftest.$ac_ext <<EOF
4504#line 4505 "configure" 4508#line 4509 "configure"
4505#include "confdefs.h" 4509#include "confdefs.h"
4506/* Override any gcc2 internal prototype to avoid an error. */ 4510/* Override any gcc2 internal prototype to avoid an error. */
4507/* We use char because int might match the return type of a gcc2 4511/* We use char because int might match the return type of a gcc2
@@ -4512,7 +4516,7 @@ int main() {
4512TIFFGetVersion() 4516TIFFGetVersion()
4513; return 0; } 4517; return 0; }
4514EOF 4518EOF
4515if { (eval echo configure:4516: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4519if { (eval echo configure:4520: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4516 rm -rf conftest* 4520 rm -rf conftest*
4517 eval "ac_cv_lib_$ac_lib_var=yes" 4521 eval "ac_cv_lib_$ac_lib_var=yes"
4518else 4522else
@@ -4555,17 +4559,17 @@ if test "${HAVE_X11}" = "yes"; then
4555 CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}" 4559 CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}"
4556 ac_safe=`echo "gif_lib.h" | sed 'y%./+-%__p_%'` 4560 ac_safe=`echo "gif_lib.h" | sed 'y%./+-%__p_%'`
4557echo $ac_n "checking for gif_lib.h""... $ac_c" 1>&6 4561echo $ac_n "checking for gif_lib.h""... $ac_c" 1>&6
4558echo "configure:4559: checking for gif_lib.h" >&5 4562echo "configure:4563: checking for gif_lib.h" >&5
4559if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4563if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4560 echo $ac_n "(cached) $ac_c" 1>&6 4564 echo $ac_n "(cached) $ac_c" 1>&6
4561else 4565else
4562 cat > conftest.$ac_ext <<EOF 4566 cat > conftest.$ac_ext <<EOF
4563#line 4564 "configure" 4567#line 4568 "configure"
4564#include "confdefs.h" 4568#include "confdefs.h"
4565#include <gif_lib.h> 4569#include <gif_lib.h>
4566EOF 4570EOF
4567ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4571ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4568{ (eval echo configure:4569: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4572{ (eval echo configure:4573: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4569ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4573ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4570if test -z "$ac_err"; then 4574if test -z "$ac_err"; then
4571 rm -rf conftest* 4575 rm -rf conftest*
@@ -4582,7 +4586,7 @@ fi
4582if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 4586if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4583 echo "$ac_t""yes" 1>&6 4587 echo "$ac_t""yes" 1>&6
4584 echo $ac_n "checking for DGifOpen in -lungif""... $ac_c" 1>&6 4588 echo $ac_n "checking for DGifOpen in -lungif""... $ac_c" 1>&6
4585echo "configure:4586: checking for DGifOpen in -lungif" >&5 4589echo "configure:4590: checking for DGifOpen in -lungif" >&5
4586ac_lib_var=`echo ungif'_'DGifOpen | sed 'y%./+-%__p_%'` 4590ac_lib_var=`echo ungif'_'DGifOpen | sed 'y%./+-%__p_%'`
4587if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 4591if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4588 echo $ac_n "(cached) $ac_c" 1>&6 4592 echo $ac_n "(cached) $ac_c" 1>&6
@@ -4590,7 +4594,7 @@ else
4590 ac_save_LIBS="$LIBS" 4594 ac_save_LIBS="$LIBS"
4591LIBS="-lungif -lX11 $LIBS" 4595LIBS="-lungif -lX11 $LIBS"
4592cat > conftest.$ac_ext <<EOF 4596cat > conftest.$ac_ext <<EOF
4593#line 4594 "configure" 4597#line 4598 "configure"
4594#include "confdefs.h" 4598#include "confdefs.h"
4595/* Override any gcc2 internal prototype to avoid an error. */ 4599/* Override any gcc2 internal prototype to avoid an error. */
4596/* We use char because int might match the return type of a gcc2 4600/* We use char because int might match the return type of a gcc2
@@ -4601,7 +4605,7 @@ int main() {
4601DGifOpen() 4605DGifOpen()
4602; return 0; } 4606; return 0; }
4603EOF 4607EOF
4604if { (eval echo configure:4605: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4608if { (eval echo configure:4609: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4605 rm -rf conftest* 4609 rm -rf conftest*
4606 eval "ac_cv_lib_$ac_lib_var=yes" 4610 eval "ac_cv_lib_$ac_lib_var=yes"
4607else 4611else
@@ -4638,19 +4642,19 @@ fi
4638 4642
4639# If netdb.h doesn't declare h_errno, we must declare it by hand. 4643# If netdb.h doesn't declare h_errno, we must declare it by hand.
4640echo $ac_n "checking whether netdb declares h_errno""... $ac_c" 1>&6 4644echo $ac_n "checking whether netdb declares h_errno""... $ac_c" 1>&6
4641echo "configure:4642: checking whether netdb declares h_errno" >&5 4645echo "configure:4646: checking whether netdb declares h_errno" >&5
4642if eval "test \"`echo '$''{'emacs_cv_netdb_declares_h_errno'+set}'`\" = set"; then 4646if eval "test \"`echo '$''{'emacs_cv_netdb_declares_h_errno'+set}'`\" = set"; then
4643 echo $ac_n "(cached) $ac_c" 1>&6 4647 echo $ac_n "(cached) $ac_c" 1>&6
4644else 4648else
4645 cat > conftest.$ac_ext <<EOF 4649 cat > conftest.$ac_ext <<EOF
4646#line 4647 "configure" 4650#line 4651 "configure"
4647#include "confdefs.h" 4651#include "confdefs.h"
4648#include <netdb.h> 4652#include <netdb.h>
4649int main() { 4653int main() {
4650return h_errno; 4654return h_errno;
4651; return 0; } 4655; return 0; }
4652EOF 4656EOF
4653if { (eval echo configure:4654: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4657if { (eval echo configure:4658: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4654 rm -rf conftest* 4658 rm -rf conftest*
4655 emacs_cv_netdb_declares_h_errno=yes 4659 emacs_cv_netdb_declares_h_errno=yes
4656else 4660else
@@ -4673,19 +4677,19 @@ fi
4673# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works 4677# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
4674# for constant arguments. Useless! 4678# for constant arguments. Useless!
4675echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 4679echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
4676echo "configure:4677: checking for working alloca.h" >&5 4680echo "configure:4681: checking for working alloca.h" >&5
4677if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 4681if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
4678 echo $ac_n "(cached) $ac_c" 1>&6 4682 echo $ac_n "(cached) $ac_c" 1>&6
4679else 4683else
4680 cat > conftest.$ac_ext <<EOF 4684 cat > conftest.$ac_ext <<EOF
4681#line 4682 "configure" 4685#line 4686 "configure"
4682#include "confdefs.h" 4686#include "confdefs.h"
4683#include <alloca.h> 4687#include <alloca.h>
4684int main() { 4688int main() {
4685char *p = alloca(2 * sizeof(int)); 4689char *p = alloca(2 * sizeof(int));
4686; return 0; } 4690; return 0; }
4687EOF 4691EOF
4688if { (eval echo configure:4689: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4692if { (eval echo configure:4693: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4689 rm -rf conftest* 4693 rm -rf conftest*
4690 ac_cv_header_alloca_h=yes 4694 ac_cv_header_alloca_h=yes
4691else 4695else
@@ -4706,12 +4710,12 @@ EOF
4706fi 4710fi
4707 4711
4708echo $ac_n "checking for alloca""... $ac_c" 1>&6 4712echo $ac_n "checking for alloca""... $ac_c" 1>&6
4709echo "configure:4710: checking for alloca" >&5 4713echo "configure:4714: checking for alloca" >&5
4710if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 4714if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
4711 echo $ac_n "(cached) $ac_c" 1>&6 4715 echo $ac_n "(cached) $ac_c" 1>&6
4712else 4716else
4713 cat > conftest.$ac_ext <<EOF 4717 cat > conftest.$ac_ext <<EOF
4714#line 4715 "configure" 4718#line 4719 "configure"
4715#include "confdefs.h" 4719#include "confdefs.h"
4716 4720
4717#ifdef __GNUC__ 4721#ifdef __GNUC__
@@ -4739,7 +4743,7 @@ int main() {
4739char *p = (char *) alloca(1); 4743char *p = (char *) alloca(1);
4740; return 0; } 4744; return 0; }
4741EOF 4745EOF
4742if { (eval echo configure:4743: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4746if { (eval echo configure:4747: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4743 rm -rf conftest* 4747 rm -rf conftest*
4744 ac_cv_func_alloca_works=yes 4748 ac_cv_func_alloca_works=yes
4745else 4749else
@@ -4771,12 +4775,12 @@ EOF
4771 4775
4772 4776
4773echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 4777echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
4774echo "configure:4775: checking whether alloca needs Cray hooks" >&5 4778echo "configure:4779: checking whether alloca needs Cray hooks" >&5
4775if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 4779if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
4776 echo $ac_n "(cached) $ac_c" 1>&6 4780 echo $ac_n "(cached) $ac_c" 1>&6
4777else 4781else
4778 cat > conftest.$ac_ext <<EOF 4782 cat > conftest.$ac_ext <<EOF
4779#line 4780 "configure" 4783#line 4784 "configure"
4780#include "confdefs.h" 4784#include "confdefs.h"
4781#if defined(CRAY) && ! defined(CRAY2) 4785#if defined(CRAY) && ! defined(CRAY2)
4782webecray 4786webecray
@@ -4801,12 +4805,12 @@ echo "$ac_t""$ac_cv_os_cray" 1>&6
4801if test $ac_cv_os_cray = yes; then 4805if test $ac_cv_os_cray = yes; then
4802for ac_func in _getb67 GETB67 getb67; do 4806for ac_func in _getb67 GETB67 getb67; do
4803 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 4807 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4804echo "configure:4805: checking for $ac_func" >&5 4808echo "configure:4809: checking for $ac_func" >&5
4805if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 4809if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4806 echo $ac_n "(cached) $ac_c" 1>&6 4810 echo $ac_n "(cached) $ac_c" 1>&6
4807else 4811else
4808 cat > conftest.$ac_ext <<EOF 4812 cat > conftest.$ac_ext <<EOF
4809#line 4810 "configure" 4813#line 4814 "configure"
4810#include "confdefs.h" 4814#include "confdefs.h"
4811/* System header to define __stub macros and hopefully few prototypes, 4815/* System header to define __stub macros and hopefully few prototypes,
4812 which can conflict with char $ac_func(); below. */ 4816 which can conflict with char $ac_func(); below. */
@@ -4829,7 +4833,7 @@ $ac_func();
4829 4833
4830; return 0; } 4834; return 0; }
4831EOF 4835EOF
4832if { (eval echo configure:4833: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4836if { (eval echo configure:4837: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4833 rm -rf conftest* 4837 rm -rf conftest*
4834 eval "ac_cv_func_$ac_func=yes" 4838 eval "ac_cv_func_$ac_func=yes"
4835else 4839else
@@ -4856,7 +4860,7 @@ done
4856fi 4860fi
4857 4861
4858echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 4862echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
4859echo "configure:4860: checking stack direction for C alloca" >&5 4863echo "configure:4864: checking stack direction for C alloca" >&5
4860if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 4864if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
4861 echo $ac_n "(cached) $ac_c" 1>&6 4865 echo $ac_n "(cached) $ac_c" 1>&6
4862else 4866else
@@ -4864,7 +4868,7 @@ else
4864 ac_cv_c_stack_direction=0 4868 ac_cv_c_stack_direction=0
4865else 4869else
4866 cat > conftest.$ac_ext <<EOF 4870 cat > conftest.$ac_ext <<EOF
4867#line 4868 "configure" 4871#line 4872 "configure"
4868#include "confdefs.h" 4872#include "confdefs.h"
4869find_stack_direction () 4873find_stack_direction ()
4870{ 4874{
@@ -4883,7 +4887,7 @@ main ()
4883 exit (find_stack_direction() < 0); 4887 exit (find_stack_direction() < 0);
4884} 4888}
4885EOF 4889EOF
4886if { (eval echo configure:4887: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 4890if { (eval echo configure:4891: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4887then 4891then
4888 ac_cv_c_stack_direction=1 4892 ac_cv_c_stack_direction=1
4889else 4893else
@@ -4908,7 +4912,7 @@ fi
4908# fmod, logb, and frexp are found in -lm on most systems. 4912# fmod, logb, and frexp are found in -lm on most systems.
4909# On HPUX 9.01, -lm does not contain logb, so check for sqrt. 4913# On HPUX 9.01, -lm does not contain logb, so check for sqrt.
4910echo $ac_n "checking for sqrt in -lm""... $ac_c" 1>&6 4914echo $ac_n "checking for sqrt in -lm""... $ac_c" 1>&6
4911echo "configure:4912: checking for sqrt in -lm" >&5 4915echo "configure:4916: checking for sqrt in -lm" >&5
4912ac_lib_var=`echo m'_'sqrt | sed 'y%./+-%__p_%'` 4916ac_lib_var=`echo m'_'sqrt | sed 'y%./+-%__p_%'`
4913if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 4917if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4914 echo $ac_n "(cached) $ac_c" 1>&6 4918 echo $ac_n "(cached) $ac_c" 1>&6
@@ -4916,7 +4920,7 @@ else
4916 ac_save_LIBS="$LIBS" 4920 ac_save_LIBS="$LIBS"
4917LIBS="-lm $LIBS" 4921LIBS="-lm $LIBS"
4918cat > conftest.$ac_ext <<EOF 4922cat > conftest.$ac_ext <<EOF
4919#line 4920 "configure" 4923#line 4924 "configure"
4920#include "confdefs.h" 4924#include "confdefs.h"
4921/* Override any gcc2 internal prototype to avoid an error. */ 4925/* Override any gcc2 internal prototype to avoid an error. */
4922/* We use char because int might match the return type of a gcc2 4926/* We use char because int might match the return type of a gcc2
@@ -4927,7 +4931,7 @@ int main() {
4927sqrt() 4931sqrt()
4928; return 0; } 4932; return 0; }
4929EOF 4933EOF
4930if { (eval echo configure:4931: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4934if { (eval echo configure:4935: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4931 rm -rf conftest* 4935 rm -rf conftest*
4932 eval "ac_cv_lib_$ac_lib_var=yes" 4936 eval "ac_cv_lib_$ac_lib_var=yes"
4933else 4937else
@@ -4957,7 +4961,7 @@ fi
4957 4961
4958# Check for mail-locking functions in a "mail" library 4962# Check for mail-locking functions in a "mail" library
4959echo $ac_n "checking for maillock in -lmail""... $ac_c" 1>&6 4963echo $ac_n "checking for maillock in -lmail""... $ac_c" 1>&6
4960echo "configure:4961: checking for maillock in -lmail" >&5 4964echo "configure:4965: checking for maillock in -lmail" >&5
4961ac_lib_var=`echo mail'_'maillock | sed 'y%./+-%__p_%'` 4965ac_lib_var=`echo mail'_'maillock | sed 'y%./+-%__p_%'`
4962if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 4966if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4963 echo $ac_n "(cached) $ac_c" 1>&6 4967 echo $ac_n "(cached) $ac_c" 1>&6
@@ -4965,7 +4969,7 @@ else
4965 ac_save_LIBS="$LIBS" 4969 ac_save_LIBS="$LIBS"
4966LIBS="-lmail $LIBS" 4970LIBS="-lmail $LIBS"
4967cat > conftest.$ac_ext <<EOF 4971cat > conftest.$ac_ext <<EOF
4968#line 4969 "configure" 4972#line 4973 "configure"
4969#include "confdefs.h" 4973#include "confdefs.h"
4970/* Override any gcc2 internal prototype to avoid an error. */ 4974/* Override any gcc2 internal prototype to avoid an error. */
4971/* We use char because int might match the return type of a gcc2 4975/* We use char because int might match the return type of a gcc2
@@ -4976,7 +4980,7 @@ int main() {
4976maillock() 4980maillock()
4977; return 0; } 4981; return 0; }
4978EOF 4982EOF
4979if { (eval echo configure:4980: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4983if { (eval echo configure:4984: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4980 rm -rf conftest* 4984 rm -rf conftest*
4981 eval "ac_cv_lib_$ac_lib_var=yes" 4985 eval "ac_cv_lib_$ac_lib_var=yes"
4982else 4986else
@@ -5004,7 +5008,7 @@ else
5004fi 5008fi
5005 5009
5006echo $ac_n "checking for maillock in -llockfile""... $ac_c" 1>&6 5010echo $ac_n "checking for maillock in -llockfile""... $ac_c" 1>&6
5007echo "configure:5008: checking for maillock in -llockfile" >&5 5011echo "configure:5012: checking for maillock in -llockfile" >&5
5008ac_lib_var=`echo lockfile'_'maillock | sed 'y%./+-%__p_%'` 5012ac_lib_var=`echo lockfile'_'maillock | sed 'y%./+-%__p_%'`
5009if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5013if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5010 echo $ac_n "(cached) $ac_c" 1>&6 5014 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5012,7 +5016,7 @@ else
5012 ac_save_LIBS="$LIBS" 5016 ac_save_LIBS="$LIBS"
5013LIBS="-llockfile $LIBS" 5017LIBS="-llockfile $LIBS"
5014cat > conftest.$ac_ext <<EOF 5018cat > conftest.$ac_ext <<EOF
5015#line 5016 "configure" 5019#line 5020 "configure"
5016#include "confdefs.h" 5020#include "confdefs.h"
5017/* Override any gcc2 internal prototype to avoid an error. */ 5021/* Override any gcc2 internal prototype to avoid an error. */
5018/* We use char because int might match the return type of a gcc2 5022/* We use char because int might match the return type of a gcc2
@@ -5023,7 +5027,7 @@ int main() {
5023maillock() 5027maillock()
5024; return 0; } 5028; return 0; }
5025EOF 5029EOF
5026if { (eval echo configure:5027: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5030if { (eval echo configure:5031: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5027 rm -rf conftest* 5031 rm -rf conftest*
5028 eval "ac_cv_lib_$ac_lib_var=yes" 5032 eval "ac_cv_lib_$ac_lib_var=yes"
5029else 5033else
@@ -5057,7 +5061,7 @@ if test "$ac_cv_lib_lockfile_maillock" = no; then
5057 # Extract the first word of "liblockfile.so", so it can be a program name with args. 5061 # Extract the first word of "liblockfile.so", so it can be a program name with args.
5058set dummy liblockfile.so; ac_word=$2 5062set dummy liblockfile.so; ac_word=$2
5059echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 5063echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5060echo "configure:5061: checking for $ac_word" >&5 5064echo "configure:5065: checking for $ac_word" >&5
5061if eval "test \"`echo '$''{'ac_cv_prog_liblockfile'+set}'`\" = set"; then 5065if eval "test \"`echo '$''{'ac_cv_prog_liblockfile'+set}'`\" = set"; then
5062 echo $ac_n "(cached) $ac_c" 1>&6 5066 echo $ac_n "(cached) $ac_c" 1>&6
5063else 5067else
@@ -5098,12 +5102,12 @@ fi
5098for ac_func in touchlock 5102for ac_func in touchlock
5099do 5103do
5100echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 5104echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5101echo "configure:5102: checking for $ac_func" >&5 5105echo "configure:5106: checking for $ac_func" >&5
5102if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 5106if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5103 echo $ac_n "(cached) $ac_c" 1>&6 5107 echo $ac_n "(cached) $ac_c" 1>&6
5104else 5108else
5105 cat > conftest.$ac_ext <<EOF 5109 cat > conftest.$ac_ext <<EOF
5106#line 5107 "configure" 5110#line 5111 "configure"
5107#include "confdefs.h" 5111#include "confdefs.h"
5108/* System header to define __stub macros and hopefully few prototypes, 5112/* System header to define __stub macros and hopefully few prototypes,
5109 which can conflict with char $ac_func(); below. */ 5113 which can conflict with char $ac_func(); below. */
@@ -5126,7 +5130,7 @@ $ac_func();
5126 5130
5127; return 0; } 5131; return 0; }
5128EOF 5132EOF
5129if { (eval echo configure:5130: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5133if { (eval echo configure:5134: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5130 rm -rf conftest* 5134 rm -rf conftest*
5131 eval "ac_cv_func_$ac_func=yes" 5135 eval "ac_cv_func_$ac_func=yes"
5132else 5136else
@@ -5154,17 +5158,17 @@ for ac_hdr in maillock.h
5154do 5158do
5155ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5159ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5156echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5160echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5157echo "configure:5158: checking for $ac_hdr" >&5 5161echo "configure:5162: checking for $ac_hdr" >&5
5158if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5162if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5159 echo $ac_n "(cached) $ac_c" 1>&6 5163 echo $ac_n "(cached) $ac_c" 1>&6
5160else 5164else
5161 cat > conftest.$ac_ext <<EOF 5165 cat > conftest.$ac_ext <<EOF
5162#line 5163 "configure" 5166#line 5167 "configure"
5163#include "confdefs.h" 5167#include "confdefs.h"
5164#include <$ac_hdr> 5168#include <$ac_hdr>
5165EOF 5169EOF
5166ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5170ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5167{ (eval echo configure:5168: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5171{ (eval echo configure:5172: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5168ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5172ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5169if test -z "$ac_err"; then 5173if test -z "$ac_err"; then
5170 rm -rf conftest* 5174 rm -rf conftest*
@@ -5199,12 +5203,12 @@ utimes setrlimit setpgid getcwd shutdown strftime getaddrinfo \
5199__fpending ftello getloadavg mblen mbrlen strsignal setitimer ualarm 5203__fpending ftello getloadavg mblen mbrlen strsignal setitimer ualarm
5200do 5204do
5201echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 5205echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5202echo "configure:5203: checking for $ac_func" >&5 5206echo "configure:5207: checking for $ac_func" >&5
5203if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 5207if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5204 echo $ac_n "(cached) $ac_c" 1>&6 5208 echo $ac_n "(cached) $ac_c" 1>&6
5205else 5209else
5206 cat > conftest.$ac_ext <<EOF 5210 cat > conftest.$ac_ext <<EOF
5207#line 5208 "configure" 5211#line 5212 "configure"
5208#include "confdefs.h" 5212#include "confdefs.h"
5209/* System header to define __stub macros and hopefully few prototypes, 5213/* System header to define __stub macros and hopefully few prototypes,
5210 which can conflict with char $ac_func(); below. */ 5214 which can conflict with char $ac_func(); below. */
@@ -5227,7 +5231,7 @@ $ac_func();
5227 5231
5228; return 0; } 5232; return 0; }
5229EOF 5233EOF
5230if { (eval echo configure:5231: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5234if { (eval echo configure:5235: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5231 rm -rf conftest* 5235 rm -rf conftest*
5232 eval "ac_cv_func_$ac_func=yes" 5236 eval "ac_cv_func_$ac_func=yes"
5233else 5237else
@@ -5257,7 +5261,7 @@ done
5257# It's better to believe a function is not available 5261# It's better to believe a function is not available
5258# than to expect to find it in ncurses. 5262# than to expect to find it in ncurses.
5259echo $ac_n "checking for tparm in -lncurses""... $ac_c" 1>&6 5263echo $ac_n "checking for tparm in -lncurses""... $ac_c" 1>&6
5260echo "configure:5261: checking for tparm in -lncurses" >&5 5264echo "configure:5265: checking for tparm in -lncurses" >&5
5261ac_lib_var=`echo ncurses'_'tparm | sed 'y%./+-%__p_%'` 5265ac_lib_var=`echo ncurses'_'tparm | sed 'y%./+-%__p_%'`
5262if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5266if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5263 echo $ac_n "(cached) $ac_c" 1>&6 5267 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5265,7 +5269,7 @@ else
5265 ac_save_LIBS="$LIBS" 5269 ac_save_LIBS="$LIBS"
5266LIBS="-lncurses $LIBS" 5270LIBS="-lncurses $LIBS"
5267cat > conftest.$ac_ext <<EOF 5271cat > conftest.$ac_ext <<EOF
5268#line 5269 "configure" 5272#line 5273 "configure"
5269#include "confdefs.h" 5273#include "confdefs.h"
5270/* Override any gcc2 internal prototype to avoid an error. */ 5274/* Override any gcc2 internal prototype to avoid an error. */
5271/* We use char because int might match the return type of a gcc2 5275/* We use char because int might match the return type of a gcc2
@@ -5276,7 +5280,7 @@ int main() {
5276tparm() 5280tparm()
5277; return 0; } 5281; return 0; }
5278EOF 5282EOF
5279if { (eval echo configure:5280: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5283if { (eval echo configure:5284: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5280 rm -rf conftest* 5284 rm -rf conftest*
5281 eval "ac_cv_lib_$ac_lib_var=yes" 5285 eval "ac_cv_lib_$ac_lib_var=yes"
5282else 5286else
@@ -5307,7 +5311,7 @@ fi
5307# These tell us which Kerberos-related libraries to use. 5311# These tell us which Kerberos-related libraries to use.
5308if test "${with_kerberos+set}" = set; then 5312if test "${with_kerberos+set}" = set; then
5309 echo $ac_n "checking for com_err in -lcom_err""... $ac_c" 1>&6 5313 echo $ac_n "checking for com_err in -lcom_err""... $ac_c" 1>&6
5310echo "configure:5311: checking for com_err in -lcom_err" >&5 5314echo "configure:5315: checking for com_err in -lcom_err" >&5
5311ac_lib_var=`echo com_err'_'com_err | sed 'y%./+-%__p_%'` 5315ac_lib_var=`echo com_err'_'com_err | sed 'y%./+-%__p_%'`
5312if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5316if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5313 echo $ac_n "(cached) $ac_c" 1>&6 5317 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5315,7 +5319,7 @@ else
5315 ac_save_LIBS="$LIBS" 5319 ac_save_LIBS="$LIBS"
5316LIBS="-lcom_err $LIBS" 5320LIBS="-lcom_err $LIBS"
5317cat > conftest.$ac_ext <<EOF 5321cat > conftest.$ac_ext <<EOF
5318#line 5319 "configure" 5322#line 5323 "configure"
5319#include "confdefs.h" 5323#include "confdefs.h"
5320/* Override any gcc2 internal prototype to avoid an error. */ 5324/* Override any gcc2 internal prototype to avoid an error. */
5321/* We use char because int might match the return type of a gcc2 5325/* We use char because int might match the return type of a gcc2
@@ -5326,7 +5330,7 @@ int main() {
5326com_err() 5330com_err()
5327; return 0; } 5331; return 0; }
5328EOF 5332EOF
5329if { (eval echo configure:5330: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5333if { (eval echo configure:5334: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5330 rm -rf conftest* 5334 rm -rf conftest*
5331 eval "ac_cv_lib_$ac_lib_var=yes" 5335 eval "ac_cv_lib_$ac_lib_var=yes"
5332else 5336else
@@ -5354,7 +5358,7 @@ else
5354fi 5358fi
5355 5359
5356 echo $ac_n "checking for mit_des_cbc_encrypt in -lk5crypto""... $ac_c" 1>&6 5360 echo $ac_n "checking for mit_des_cbc_encrypt in -lk5crypto""... $ac_c" 1>&6
5357echo "configure:5358: checking for mit_des_cbc_encrypt in -lk5crypto" >&5 5361echo "configure:5362: checking for mit_des_cbc_encrypt in -lk5crypto" >&5
5358ac_lib_var=`echo k5crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'` 5362ac_lib_var=`echo k5crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'`
5359if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5363if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5360 echo $ac_n "(cached) $ac_c" 1>&6 5364 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5362,7 +5366,7 @@ else
5362 ac_save_LIBS="$LIBS" 5366 ac_save_LIBS="$LIBS"
5363LIBS="-lk5crypto $LIBS" 5367LIBS="-lk5crypto $LIBS"
5364cat > conftest.$ac_ext <<EOF 5368cat > conftest.$ac_ext <<EOF
5365#line 5366 "configure" 5369#line 5370 "configure"
5366#include "confdefs.h" 5370#include "confdefs.h"
5367/* Override any gcc2 internal prototype to avoid an error. */ 5371/* Override any gcc2 internal prototype to avoid an error. */
5368/* We use char because int might match the return type of a gcc2 5372/* We use char because int might match the return type of a gcc2
@@ -5373,7 +5377,7 @@ int main() {
5373mit_des_cbc_encrypt() 5377mit_des_cbc_encrypt()
5374; return 0; } 5378; return 0; }
5375EOF 5379EOF
5376if { (eval echo configure:5377: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5380if { (eval echo configure:5381: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5377 rm -rf conftest* 5381 rm -rf conftest*
5378 eval "ac_cv_lib_$ac_lib_var=yes" 5382 eval "ac_cv_lib_$ac_lib_var=yes"
5379else 5383else
@@ -5401,7 +5405,7 @@ else
5401fi 5405fi
5402 5406
5403 echo $ac_n "checking for mit_des_cbc_encrypt in -lcrypto""... $ac_c" 1>&6 5407 echo $ac_n "checking for mit_des_cbc_encrypt in -lcrypto""... $ac_c" 1>&6
5404echo "configure:5405: checking for mit_des_cbc_encrypt in -lcrypto" >&5 5408echo "configure:5409: checking for mit_des_cbc_encrypt in -lcrypto" >&5
5405ac_lib_var=`echo crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'` 5409ac_lib_var=`echo crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'`
5406if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5410if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5407 echo $ac_n "(cached) $ac_c" 1>&6 5411 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5409,7 +5413,7 @@ else
5409 ac_save_LIBS="$LIBS" 5413 ac_save_LIBS="$LIBS"
5410LIBS="-lcrypto $LIBS" 5414LIBS="-lcrypto $LIBS"
5411cat > conftest.$ac_ext <<EOF 5415cat > conftest.$ac_ext <<EOF
5412#line 5413 "configure" 5416#line 5417 "configure"
5413#include "confdefs.h" 5417#include "confdefs.h"
5414/* Override any gcc2 internal prototype to avoid an error. */ 5418/* Override any gcc2 internal prototype to avoid an error. */
5415/* We use char because int might match the return type of a gcc2 5419/* We use char because int might match the return type of a gcc2
@@ -5420,7 +5424,7 @@ int main() {
5420mit_des_cbc_encrypt() 5424mit_des_cbc_encrypt()
5421; return 0; } 5425; return 0; }
5422EOF 5426EOF
5423if { (eval echo configure:5424: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5427if { (eval echo configure:5428: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5424 rm -rf conftest* 5428 rm -rf conftest*
5425 eval "ac_cv_lib_$ac_lib_var=yes" 5429 eval "ac_cv_lib_$ac_lib_var=yes"
5426else 5430else
@@ -5448,7 +5452,7 @@ else
5448fi 5452fi
5449 5453
5450 echo $ac_n "checking for krb5_init_context in -lkrb5""... $ac_c" 1>&6 5454 echo $ac_n "checking for krb5_init_context in -lkrb5""... $ac_c" 1>&6
5451echo "configure:5452: checking for krb5_init_context in -lkrb5" >&5 5455echo "configure:5456: checking for krb5_init_context in -lkrb5" >&5
5452ac_lib_var=`echo krb5'_'krb5_init_context | sed 'y%./+-%__p_%'` 5456ac_lib_var=`echo krb5'_'krb5_init_context | sed 'y%./+-%__p_%'`
5453if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5457if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5454 echo $ac_n "(cached) $ac_c" 1>&6 5458 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5456,7 +5460,7 @@ else
5456 ac_save_LIBS="$LIBS" 5460 ac_save_LIBS="$LIBS"
5457LIBS="-lkrb5 $LIBS" 5461LIBS="-lkrb5 $LIBS"
5458cat > conftest.$ac_ext <<EOF 5462cat > conftest.$ac_ext <<EOF
5459#line 5460 "configure" 5463#line 5464 "configure"
5460#include "confdefs.h" 5464#include "confdefs.h"
5461/* Override any gcc2 internal prototype to avoid an error. */ 5465/* Override any gcc2 internal prototype to avoid an error. */
5462/* We use char because int might match the return type of a gcc2 5466/* We use char because int might match the return type of a gcc2
@@ -5467,7 +5471,7 @@ int main() {
5467krb5_init_context() 5471krb5_init_context()
5468; return 0; } 5472; return 0; }
5469EOF 5473EOF
5470if { (eval echo configure:5471: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5474if { (eval echo configure:5475: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5471 rm -rf conftest* 5475 rm -rf conftest*
5472 eval "ac_cv_lib_$ac_lib_var=yes" 5476 eval "ac_cv_lib_$ac_lib_var=yes"
5473else 5477else
@@ -5496,7 +5500,7 @@ fi
5496 5500
5497 if test "${with_kerberos5+set}" != set; then 5501 if test "${with_kerberos5+set}" != set; then
5498 echo $ac_n "checking for des_cbc_encrypt in -ldes425""... $ac_c" 1>&6 5502 echo $ac_n "checking for des_cbc_encrypt in -ldes425""... $ac_c" 1>&6
5499echo "configure:5500: checking for des_cbc_encrypt in -ldes425" >&5 5503echo "configure:5504: checking for des_cbc_encrypt in -ldes425" >&5
5500ac_lib_var=`echo des425'_'des_cbc_encrypt | sed 'y%./+-%__p_%'` 5504ac_lib_var=`echo des425'_'des_cbc_encrypt | sed 'y%./+-%__p_%'`
5501if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5505if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5502 echo $ac_n "(cached) $ac_c" 1>&6 5506 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5504,7 +5508,7 @@ else
5504 ac_save_LIBS="$LIBS" 5508 ac_save_LIBS="$LIBS"
5505LIBS="-ldes425 $LIBS" 5509LIBS="-ldes425 $LIBS"
5506cat > conftest.$ac_ext <<EOF 5510cat > conftest.$ac_ext <<EOF
5507#line 5508 "configure" 5511#line 5512 "configure"
5508#include "confdefs.h" 5512#include "confdefs.h"
5509/* Override any gcc2 internal prototype to avoid an error. */ 5513/* Override any gcc2 internal prototype to avoid an error. */
5510/* We use char because int might match the return type of a gcc2 5514/* We use char because int might match the return type of a gcc2
@@ -5515,7 +5519,7 @@ int main() {
5515des_cbc_encrypt() 5519des_cbc_encrypt()
5516; return 0; } 5520; return 0; }
5517EOF 5521EOF
5518if { (eval echo configure:5519: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5522if { (eval echo configure:5523: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5519 rm -rf conftest* 5523 rm -rf conftest*
5520 eval "ac_cv_lib_$ac_lib_var=yes" 5524 eval "ac_cv_lib_$ac_lib_var=yes"
5521else 5525else
@@ -5541,7 +5545,7 @@ EOF
5541else 5545else
5542 echo "$ac_t""no" 1>&6 5546 echo "$ac_t""no" 1>&6
5543echo $ac_n "checking for des_cbc_encrypt in -ldes""... $ac_c" 1>&6 5547echo $ac_n "checking for des_cbc_encrypt in -ldes""... $ac_c" 1>&6
5544echo "configure:5545: checking for des_cbc_encrypt in -ldes" >&5 5548echo "configure:5549: checking for des_cbc_encrypt in -ldes" >&5
5545ac_lib_var=`echo des'_'des_cbc_encrypt | sed 'y%./+-%__p_%'` 5549ac_lib_var=`echo des'_'des_cbc_encrypt | sed 'y%./+-%__p_%'`
5546if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5550if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5547 echo $ac_n "(cached) $ac_c" 1>&6 5551 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5549,7 +5553,7 @@ else
5549 ac_save_LIBS="$LIBS" 5553 ac_save_LIBS="$LIBS"
5550LIBS="-ldes $LIBS" 5554LIBS="-ldes $LIBS"
5551cat > conftest.$ac_ext <<EOF 5555cat > conftest.$ac_ext <<EOF
5552#line 5553 "configure" 5556#line 5557 "configure"
5553#include "confdefs.h" 5557#include "confdefs.h"
5554/* Override any gcc2 internal prototype to avoid an error. */ 5558/* Override any gcc2 internal prototype to avoid an error. */
5555/* We use char because int might match the return type of a gcc2 5559/* We use char because int might match the return type of a gcc2
@@ -5560,7 +5564,7 @@ int main() {
5560des_cbc_encrypt() 5564des_cbc_encrypt()
5561; return 0; } 5565; return 0; }
5562EOF 5566EOF
5563if { (eval echo configure:5564: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5567if { (eval echo configure:5568: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5564 rm -rf conftest* 5568 rm -rf conftest*
5565 eval "ac_cv_lib_$ac_lib_var=yes" 5569 eval "ac_cv_lib_$ac_lib_var=yes"
5566else 5570else
@@ -5590,7 +5594,7 @@ fi
5590fi 5594fi
5591 5595
5592 echo $ac_n "checking for krb_get_cred in -lkrb4""... $ac_c" 1>&6 5596 echo $ac_n "checking for krb_get_cred in -lkrb4""... $ac_c" 1>&6
5593echo "configure:5594: checking for krb_get_cred in -lkrb4" >&5 5597echo "configure:5598: checking for krb_get_cred in -lkrb4" >&5
5594ac_lib_var=`echo krb4'_'krb_get_cred | sed 'y%./+-%__p_%'` 5598ac_lib_var=`echo krb4'_'krb_get_cred | sed 'y%./+-%__p_%'`
5595if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5599if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5596 echo $ac_n "(cached) $ac_c" 1>&6 5600 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5598,7 +5602,7 @@ else
5598 ac_save_LIBS="$LIBS" 5602 ac_save_LIBS="$LIBS"
5599LIBS="-lkrb4 $LIBS" 5603LIBS="-lkrb4 $LIBS"
5600cat > conftest.$ac_ext <<EOF 5604cat > conftest.$ac_ext <<EOF
5601#line 5602 "configure" 5605#line 5606 "configure"
5602#include "confdefs.h" 5606#include "confdefs.h"
5603/* Override any gcc2 internal prototype to avoid an error. */ 5607/* Override any gcc2 internal prototype to avoid an error. */
5604/* We use char because int might match the return type of a gcc2 5608/* We use char because int might match the return type of a gcc2
@@ -5609,7 +5613,7 @@ int main() {
5609krb_get_cred() 5613krb_get_cred()
5610; return 0; } 5614; return 0; }
5611EOF 5615EOF
5612if { (eval echo configure:5613: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5616if { (eval echo configure:5617: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5613 rm -rf conftest* 5617 rm -rf conftest*
5614 eval "ac_cv_lib_$ac_lib_var=yes" 5618 eval "ac_cv_lib_$ac_lib_var=yes"
5615else 5619else
@@ -5635,7 +5639,7 @@ EOF
5635else 5639else
5636 echo "$ac_t""no" 1>&6 5640 echo "$ac_t""no" 1>&6
5637echo $ac_n "checking for krb_get_cred in -lkrb""... $ac_c" 1>&6 5641echo $ac_n "checking for krb_get_cred in -lkrb""... $ac_c" 1>&6
5638echo "configure:5639: checking for krb_get_cred in -lkrb" >&5 5642echo "configure:5643: checking for krb_get_cred in -lkrb" >&5
5639ac_lib_var=`echo krb'_'krb_get_cred | sed 'y%./+-%__p_%'` 5643ac_lib_var=`echo krb'_'krb_get_cred | sed 'y%./+-%__p_%'`
5640if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5644if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5641 echo $ac_n "(cached) $ac_c" 1>&6 5645 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5643,7 +5647,7 @@ else
5643 ac_save_LIBS="$LIBS" 5647 ac_save_LIBS="$LIBS"
5644LIBS="-lkrb $LIBS" 5648LIBS="-lkrb $LIBS"
5645cat > conftest.$ac_ext <<EOF 5649cat > conftest.$ac_ext <<EOF
5646#line 5647 "configure" 5650#line 5651 "configure"
5647#include "confdefs.h" 5651#include "confdefs.h"
5648/* Override any gcc2 internal prototype to avoid an error. */ 5652/* Override any gcc2 internal prototype to avoid an error. */
5649/* We use char because int might match the return type of a gcc2 5653/* We use char because int might match the return type of a gcc2
@@ -5654,7 +5658,7 @@ int main() {
5654krb_get_cred() 5658krb_get_cred()
5655; return 0; } 5659; return 0; }
5656EOF 5660EOF
5657if { (eval echo configure:5658: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5661if { (eval echo configure:5662: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5658 rm -rf conftest* 5662 rm -rf conftest*
5659 eval "ac_cv_lib_$ac_lib_var=yes" 5663 eval "ac_cv_lib_$ac_lib_var=yes"
5660else 5664else
@@ -5690,17 +5694,17 @@ fi
5690do 5694do
5691ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5695ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5692echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5696echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5693echo "configure:5694: checking for $ac_hdr" >&5 5697echo "configure:5698: checking for $ac_hdr" >&5
5694if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5698if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5695 echo $ac_n "(cached) $ac_c" 1>&6 5699 echo $ac_n "(cached) $ac_c" 1>&6
5696else 5700else
5697 cat > conftest.$ac_ext <<EOF 5701 cat > conftest.$ac_ext <<EOF
5698#line 5699 "configure" 5702#line 5703 "configure"
5699#include "confdefs.h" 5703#include "confdefs.h"
5700#include <$ac_hdr> 5704#include <$ac_hdr>
5701EOF 5705EOF
5702ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5706ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5703{ (eval echo configure:5704: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5707{ (eval echo configure:5708: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5704ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5708ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5705if test -z "$ac_err"; then 5709if test -z "$ac_err"; then
5706 rm -rf conftest* 5710 rm -rf conftest*
@@ -5731,17 +5735,17 @@ done
5731do 5735do
5732ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5736ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5733echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5737echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5734echo "configure:5735: checking for $ac_hdr" >&5 5738echo "configure:5739: checking for $ac_hdr" >&5
5735if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5739if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5736 echo $ac_n "(cached) $ac_c" 1>&6 5740 echo $ac_n "(cached) $ac_c" 1>&6
5737else 5741else
5738 cat > conftest.$ac_ext <<EOF 5742 cat > conftest.$ac_ext <<EOF
5739#line 5740 "configure" 5743#line 5744 "configure"
5740#include "confdefs.h" 5744#include "confdefs.h"
5741#include <$ac_hdr> 5745#include <$ac_hdr>
5742EOF 5746EOF
5743ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5747ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5744{ (eval echo configure:5745: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5748{ (eval echo configure:5749: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5745ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5749ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5746if test -z "$ac_err"; then 5750if test -z "$ac_err"; then
5747 rm -rf conftest* 5751 rm -rf conftest*
@@ -5768,17 +5772,17 @@ for ac_hdr in kerberosIV/des.h
5768do 5772do
5769ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5773ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5770echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5774echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5771echo "configure:5772: checking for $ac_hdr" >&5 5775echo "configure:5776: checking for $ac_hdr" >&5
5772if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5776if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5773 echo $ac_n "(cached) $ac_c" 1>&6 5777 echo $ac_n "(cached) $ac_c" 1>&6
5774else 5778else
5775 cat > conftest.$ac_ext <<EOF 5779 cat > conftest.$ac_ext <<EOF
5776#line 5777 "configure" 5780#line 5781 "configure"
5777#include "confdefs.h" 5781#include "confdefs.h"
5778#include <$ac_hdr> 5782#include <$ac_hdr>
5779EOF 5783EOF
5780ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5784ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5781{ (eval echo configure:5782: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5785{ (eval echo configure:5786: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5782ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5786ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5783if test -z "$ac_err"; then 5787if test -z "$ac_err"; then
5784 rm -rf conftest* 5788 rm -rf conftest*
@@ -5805,17 +5809,17 @@ for ac_hdr in kerberos/des.h
5805do 5809do
5806ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5810ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5807echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5811echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5808echo "configure:5809: checking for $ac_hdr" >&5 5812echo "configure:5813: checking for $ac_hdr" >&5
5809if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5813if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5810 echo $ac_n "(cached) $ac_c" 1>&6 5814 echo $ac_n "(cached) $ac_c" 1>&6
5811else 5815else
5812 cat > conftest.$ac_ext <<EOF 5816 cat > conftest.$ac_ext <<EOF
5813#line 5814 "configure" 5817#line 5818 "configure"
5814#include "confdefs.h" 5818#include "confdefs.h"
5815#include <$ac_hdr> 5819#include <$ac_hdr>
5816EOF 5820EOF
5817ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5821ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5818{ (eval echo configure:5819: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5822{ (eval echo configure:5823: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5819ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5823ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5820if test -z "$ac_err"; then 5824if test -z "$ac_err"; then
5821 rm -rf conftest* 5825 rm -rf conftest*
@@ -5851,17 +5855,17 @@ done
5851do 5855do
5852ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5856ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5853echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5857echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5854echo "configure:5855: checking for $ac_hdr" >&5 5858echo "configure:5859: checking for $ac_hdr" >&5
5855if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5859if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5856 echo $ac_n "(cached) $ac_c" 1>&6 5860 echo $ac_n "(cached) $ac_c" 1>&6
5857else 5861else
5858 cat > conftest.$ac_ext <<EOF 5862 cat > conftest.$ac_ext <<EOF
5859#line 5860 "configure" 5863#line 5864 "configure"
5860#include "confdefs.h" 5864#include "confdefs.h"
5861#include <$ac_hdr> 5865#include <$ac_hdr>
5862EOF 5866EOF
5863ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5867ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5864{ (eval echo configure:5865: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5868{ (eval echo configure:5869: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5865ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5869ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5866if test -z "$ac_err"; then 5870if test -z "$ac_err"; then
5867 rm -rf conftest* 5871 rm -rf conftest*
@@ -5888,17 +5892,17 @@ for ac_hdr in kerberosIV/krb.h
5888do 5892do
5889ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5893ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5890echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5894echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5891echo "configure:5892: checking for $ac_hdr" >&5 5895echo "configure:5896: checking for $ac_hdr" >&5
5892if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5896if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5893 echo $ac_n "(cached) $ac_c" 1>&6 5897 echo $ac_n "(cached) $ac_c" 1>&6
5894else 5898else
5895 cat > conftest.$ac_ext <<EOF 5899 cat > conftest.$ac_ext <<EOF
5896#line 5897 "configure" 5900#line 5901 "configure"
5897#include "confdefs.h" 5901#include "confdefs.h"
5898#include <$ac_hdr> 5902#include <$ac_hdr>
5899EOF 5903EOF
5900ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5904ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5901{ (eval echo configure:5902: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5905{ (eval echo configure:5906: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5902ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5906ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5903if test -z "$ac_err"; then 5907if test -z "$ac_err"; then
5904 rm -rf conftest* 5908 rm -rf conftest*
@@ -5925,17 +5929,17 @@ for ac_hdr in kerberos/krb.h
5925do 5929do
5926ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5930ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5927echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5931echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5928echo "configure:5929: checking for $ac_hdr" >&5 5932echo "configure:5933: checking for $ac_hdr" >&5
5929if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5933if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5930 echo $ac_n "(cached) $ac_c" 1>&6 5934 echo $ac_n "(cached) $ac_c" 1>&6
5931else 5935else
5932 cat > conftest.$ac_ext <<EOF 5936 cat > conftest.$ac_ext <<EOF
5933#line 5934 "configure" 5937#line 5938 "configure"
5934#include "confdefs.h" 5938#include "confdefs.h"
5935#include <$ac_hdr> 5939#include <$ac_hdr>
5936EOF 5940EOF
5937ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5941ac_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; } 5942{ (eval echo configure:5943: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5939ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5943ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5940if test -z "$ac_err"; then 5944if test -z "$ac_err"; then
5941 rm -rf conftest* 5945 rm -rf conftest*
@@ -5972,17 +5976,17 @@ done
5972do 5976do
5973ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5977ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5974echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5978echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5975echo "configure:5976: checking for $ac_hdr" >&5 5979echo "configure:5980: checking for $ac_hdr" >&5
5976if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5980if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5977 echo $ac_n "(cached) $ac_c" 1>&6 5981 echo $ac_n "(cached) $ac_c" 1>&6
5978else 5982else
5979 cat > conftest.$ac_ext <<EOF 5983 cat > conftest.$ac_ext <<EOF
5980#line 5981 "configure" 5984#line 5985 "configure"
5981#include "confdefs.h" 5985#include "confdefs.h"
5982#include <$ac_hdr> 5986#include <$ac_hdr>
5983EOF 5987EOF
5984ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5988ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5985{ (eval echo configure:5986: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5989{ (eval echo configure:5990: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5986ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5990ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5987if test -z "$ac_err"; then 5991if test -z "$ac_err"; then
5988 rm -rf conftest* 5992 rm -rf conftest*
@@ -6013,7 +6017,7 @@ fi
6013# Solaris requires -lintl if you want strerror (which calls dgettext) 6017# Solaris requires -lintl if you want strerror (which calls dgettext)
6014# to return localized messages. 6018# to return localized messages.
6015echo $ac_n "checking for dgettext in -lintl""... $ac_c" 1>&6 6019echo $ac_n "checking for dgettext in -lintl""... $ac_c" 1>&6
6016echo "configure:6017: checking for dgettext in -lintl" >&5 6020echo "configure:6021: checking for dgettext in -lintl" >&5
6017ac_lib_var=`echo intl'_'dgettext | sed 'y%./+-%__p_%'` 6021ac_lib_var=`echo intl'_'dgettext | sed 'y%./+-%__p_%'`
6018if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 6022if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6019 echo $ac_n "(cached) $ac_c" 1>&6 6023 echo $ac_n "(cached) $ac_c" 1>&6
@@ -6021,7 +6025,7 @@ else
6021 ac_save_LIBS="$LIBS" 6025 ac_save_LIBS="$LIBS"
6022LIBS="-lintl $LIBS" 6026LIBS="-lintl $LIBS"
6023cat > conftest.$ac_ext <<EOF 6027cat > conftest.$ac_ext <<EOF
6024#line 6025 "configure" 6028#line 6029 "configure"
6025#include "confdefs.h" 6029#include "confdefs.h"
6026/* Override any gcc2 internal prototype to avoid an error. */ 6030/* Override any gcc2 internal prototype to avoid an error. */
6027/* We use char because int might match the return type of a gcc2 6031/* We use char because int might match the return type of a gcc2
@@ -6032,7 +6036,7 @@ int main() {
6032dgettext() 6036dgettext()
6033; return 0; } 6037; return 0; }
6034EOF 6038EOF
6035if { (eval echo configure:6036: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6039if { (eval echo configure:6040: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6036 rm -rf conftest* 6040 rm -rf conftest*
6037 eval "ac_cv_lib_$ac_lib_var=yes" 6041 eval "ac_cv_lib_$ac_lib_var=yes"
6038else 6042else
@@ -6061,7 +6065,7 @@ fi
6061 6065
6062 6066
6063echo $ac_n "checking whether localtime caches TZ""... $ac_c" 1>&6 6067echo $ac_n "checking whether localtime caches TZ""... $ac_c" 1>&6
6064echo "configure:6065: checking whether localtime caches TZ" >&5 6068echo "configure:6069: checking whether localtime caches TZ" >&5
6065if eval "test \"`echo '$''{'emacs_cv_localtime_cache'+set}'`\" = set"; then 6069if eval "test \"`echo '$''{'emacs_cv_localtime_cache'+set}'`\" = set"; then
6066 echo $ac_n "(cached) $ac_c" 1>&6 6070 echo $ac_n "(cached) $ac_c" 1>&6
6067else 6071else
@@ -6071,7 +6075,7 @@ if test "$cross_compiling" = yes; then
6071emacs_cv_localtime_cache=yes 6075emacs_cv_localtime_cache=yes
6072else 6076else
6073 cat > conftest.$ac_ext <<EOF 6077 cat > conftest.$ac_ext <<EOF
6074#line 6075 "configure" 6078#line 6079 "configure"
6075#include "confdefs.h" 6079#include "confdefs.h"
6076#include <time.h> 6080#include <time.h>
6077extern char **environ; 6081extern char **environ;
@@ -6103,7 +6107,7 @@ main()
6103 exit (0); 6107 exit (0);
6104} 6108}
6105EOF 6109EOF
6106if { (eval echo configure:6107: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 6110if { (eval echo configure:6111: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6107then 6111then
6108 emacs_cv_localtime_cache=no 6112 emacs_cv_localtime_cache=no
6109else 6113else
@@ -6131,12 +6135,12 @@ fi
6131 6135
6132if test "x$HAVE_TIMEVAL" = xyes; then 6136if test "x$HAVE_TIMEVAL" = xyes; then
6133echo $ac_n "checking whether gettimeofday can accept two arguments""... $ac_c" 1>&6 6137echo $ac_n "checking whether gettimeofday can accept two arguments""... $ac_c" 1>&6
6134echo "configure:6135: checking whether gettimeofday can accept two arguments" >&5 6138echo "configure:6139: checking whether gettimeofday can accept two arguments" >&5
6135if eval "test \"`echo '$''{'emacs_cv_gettimeofday_two_arguments'+set}'`\" = set"; then 6139if eval "test \"`echo '$''{'emacs_cv_gettimeofday_two_arguments'+set}'`\" = set"; then
6136 echo $ac_n "(cached) $ac_c" 1>&6 6140 echo $ac_n "(cached) $ac_c" 1>&6
6137else 6141else
6138 cat > conftest.$ac_ext <<EOF 6142 cat > conftest.$ac_ext <<EOF
6139#line 6140 "configure" 6143#line 6144 "configure"
6140#include "confdefs.h" 6144#include "confdefs.h"
6141 6145
6142#ifdef TIME_WITH_SYS_TIME 6146#ifdef TIME_WITH_SYS_TIME
@@ -6158,7 +6162,7 @@ int main() {
6158 6162
6159; return 0; } 6163; return 0; }
6160EOF 6164EOF
6161if { (eval echo configure:6162: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6165if { (eval echo configure:6166: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6162 rm -rf conftest* 6166 rm -rf conftest*
6163 emacs_cv_gettimeofday_two_arguments=yes 6167 emacs_cv_gettimeofday_two_arguments=yes
6164else 6168else
@@ -6181,12 +6185,12 @@ fi
6181 6185
6182ok_so_far=yes 6186ok_so_far=yes
6183echo $ac_n "checking for socket""... $ac_c" 1>&6 6187echo $ac_n "checking for socket""... $ac_c" 1>&6
6184echo "configure:6185: checking for socket" >&5 6188echo "configure:6189: checking for socket" >&5
6185if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then 6189if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
6186 echo $ac_n "(cached) $ac_c" 1>&6 6190 echo $ac_n "(cached) $ac_c" 1>&6
6187else 6191else
6188 cat > conftest.$ac_ext <<EOF 6192 cat > conftest.$ac_ext <<EOF
6189#line 6190 "configure" 6193#line 6194 "configure"
6190#include "confdefs.h" 6194#include "confdefs.h"
6191/* System header to define __stub macros and hopefully few prototypes, 6195/* System header to define __stub macros and hopefully few prototypes,
6192 which can conflict with char socket(); below. */ 6196 which can conflict with char socket(); below. */
@@ -6209,7 +6213,7 @@ socket();
6209 6213
6210; return 0; } 6214; return 0; }
6211EOF 6215EOF
6212if { (eval echo configure:6213: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6216if { (eval echo configure:6217: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6213 rm -rf conftest* 6217 rm -rf conftest*
6214 eval "ac_cv_func_socket=yes" 6218 eval "ac_cv_func_socket=yes"
6215else 6219else
@@ -6232,17 +6236,17 @@ fi
6232if test $ok_so_far = yes; then 6236if test $ok_so_far = yes; then
6233 ac_safe=`echo "netinet/in.h" | sed 'y%./+-%__p_%'` 6237 ac_safe=`echo "netinet/in.h" | sed 'y%./+-%__p_%'`
6234echo $ac_n "checking for netinet/in.h""... $ac_c" 1>&6 6238echo $ac_n "checking for netinet/in.h""... $ac_c" 1>&6
6235echo "configure:6236: checking for netinet/in.h" >&5 6239echo "configure:6240: checking for netinet/in.h" >&5
6236if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 6240if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6237 echo $ac_n "(cached) $ac_c" 1>&6 6241 echo $ac_n "(cached) $ac_c" 1>&6
6238else 6242else
6239 cat > conftest.$ac_ext <<EOF 6243 cat > conftest.$ac_ext <<EOF
6240#line 6241 "configure" 6244#line 6245 "configure"
6241#include "confdefs.h" 6245#include "confdefs.h"
6242#include <netinet/in.h> 6246#include <netinet/in.h>
6243EOF 6247EOF
6244ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 6248ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6245{ (eval echo configure:6246: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 6249{ (eval echo configure:6250: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6246ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 6250ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6247if test -z "$ac_err"; then 6251if test -z "$ac_err"; then
6248 rm -rf conftest* 6252 rm -rf conftest*
@@ -6268,17 +6272,17 @@ fi
6268if test $ok_so_far = yes; then 6272if test $ok_so_far = yes; then
6269 ac_safe=`echo "arpa/inet.h" | sed 'y%./+-%__p_%'` 6273 ac_safe=`echo "arpa/inet.h" | sed 'y%./+-%__p_%'`
6270echo $ac_n "checking for arpa/inet.h""... $ac_c" 1>&6 6274echo $ac_n "checking for arpa/inet.h""... $ac_c" 1>&6
6271echo "configure:6272: checking for arpa/inet.h" >&5 6275echo "configure:6276: checking for arpa/inet.h" >&5
6272if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 6276if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6273 echo $ac_n "(cached) $ac_c" 1>&6 6277 echo $ac_n "(cached) $ac_c" 1>&6
6274else 6278else
6275 cat > conftest.$ac_ext <<EOF 6279 cat > conftest.$ac_ext <<EOF
6276#line 6277 "configure" 6280#line 6281 "configure"
6277#include "confdefs.h" 6281#include "confdefs.h"
6278#include <arpa/inet.h> 6282#include <arpa/inet.h>
6279EOF 6283EOF
6280ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 6284ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6281{ (eval echo configure:6282: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 6285{ (eval echo configure:6286: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6282ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 6286ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6283if test -z "$ac_err"; then 6287if test -z "$ac_err"; then
6284 rm -rf conftest* 6288 rm -rf conftest*
@@ -6316,7 +6320,7 @@ EOF
6316fi 6320fi
6317 6321
6318echo $ac_n "checking whether system supports dynamic ptys""... $ac_c" 1>&6 6322echo $ac_n "checking whether system supports dynamic ptys""... $ac_c" 1>&6
6319echo "configure:6320: checking whether system supports dynamic ptys" >&5 6323echo "configure:6324: checking whether system supports dynamic ptys" >&5
6320if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then 6324if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then
6321 echo "$ac_t""yes" 1>&6 6325 echo "$ac_t""yes" 1>&6
6322 cat >> confdefs.h <<\EOF 6326 cat >> confdefs.h <<\EOF
@@ -6328,12 +6332,12 @@ else
6328fi 6332fi
6329 6333
6330echo $ac_n "checking for pid_t""... $ac_c" 1>&6 6334echo $ac_n "checking for pid_t""... $ac_c" 1>&6
6331echo "configure:6332: checking for pid_t" >&5 6335echo "configure:6336: checking for pid_t" >&5
6332if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then 6336if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
6333 echo $ac_n "(cached) $ac_c" 1>&6 6337 echo $ac_n "(cached) $ac_c" 1>&6
6334else 6338else
6335 cat > conftest.$ac_ext <<EOF 6339 cat > conftest.$ac_ext <<EOF
6336#line 6337 "configure" 6340#line 6341 "configure"
6337#include "confdefs.h" 6341#include "confdefs.h"
6338#include <sys/types.h> 6342#include <sys/types.h>
6339#if STDC_HEADERS 6343#if STDC_HEADERS
@@ -6362,17 +6366,17 @@ fi
6362 6366
6363ac_safe=`echo "vfork.h" | sed 'y%./+-%__p_%'` 6367ac_safe=`echo "vfork.h" | sed 'y%./+-%__p_%'`
6364echo $ac_n "checking for vfork.h""... $ac_c" 1>&6 6368echo $ac_n "checking for vfork.h""... $ac_c" 1>&6
6365echo "configure:6366: checking for vfork.h" >&5 6369echo "configure:6370: checking for vfork.h" >&5
6366if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 6370if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6367 echo $ac_n "(cached) $ac_c" 1>&6 6371 echo $ac_n "(cached) $ac_c" 1>&6
6368else 6372else
6369 cat > conftest.$ac_ext <<EOF 6373 cat > conftest.$ac_ext <<EOF
6370#line 6371 "configure" 6374#line 6375 "configure"
6371#include "confdefs.h" 6375#include "confdefs.h"
6372#include <vfork.h> 6376#include <vfork.h>
6373EOF 6377EOF
6374ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 6378ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6375{ (eval echo configure:6376: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 6379{ (eval echo configure:6380: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6376ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 6380ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6377if test -z "$ac_err"; then 6381if test -z "$ac_err"; then
6378 rm -rf conftest* 6382 rm -rf conftest*
@@ -6397,18 +6401,18 @@ else
6397fi 6401fi
6398 6402
6399echo $ac_n "checking for working vfork""... $ac_c" 1>&6 6403echo $ac_n "checking for working vfork""... $ac_c" 1>&6
6400echo "configure:6401: checking for working vfork" >&5 6404echo "configure:6405: checking for working vfork" >&5
6401if eval "test \"`echo '$''{'ac_cv_func_vfork_works'+set}'`\" = set"; then 6405if eval "test \"`echo '$''{'ac_cv_func_vfork_works'+set}'`\" = set"; then
6402 echo $ac_n "(cached) $ac_c" 1>&6 6406 echo $ac_n "(cached) $ac_c" 1>&6
6403else 6407else
6404 if test "$cross_compiling" = yes; then 6408 if test "$cross_compiling" = yes; then
6405 echo $ac_n "checking for vfork""... $ac_c" 1>&6 6409 echo $ac_n "checking for vfork""... $ac_c" 1>&6
6406echo "configure:6407: checking for vfork" >&5 6410echo "configure:6411: checking for vfork" >&5
6407if eval "test \"`echo '$''{'ac_cv_func_vfork'+set}'`\" = set"; then 6411if eval "test \"`echo '$''{'ac_cv_func_vfork'+set}'`\" = set"; then
6408 echo $ac_n "(cached) $ac_c" 1>&6 6412 echo $ac_n "(cached) $ac_c" 1>&6
6409else 6413else
6410 cat > conftest.$ac_ext <<EOF 6414 cat > conftest.$ac_ext <<EOF
6411#line 6412 "configure" 6415#line 6416 "configure"
6412#include "confdefs.h" 6416#include "confdefs.h"
6413/* System header to define __stub macros and hopefully few prototypes, 6417/* System header to define __stub macros and hopefully few prototypes,
6414 which can conflict with char vfork(); below. */ 6418 which can conflict with char vfork(); below. */
@@ -6431,7 +6435,7 @@ vfork();
6431 6435
6432; return 0; } 6436; return 0; }
6433EOF 6437EOF
6434if { (eval echo configure:6435: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6438if { (eval echo configure:6439: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6435 rm -rf conftest* 6439 rm -rf conftest*
6436 eval "ac_cv_func_vfork=yes" 6440 eval "ac_cv_func_vfork=yes"
6437else 6441else
@@ -6453,7 +6457,7 @@ fi
6453ac_cv_func_vfork_works=$ac_cv_func_vfork 6457ac_cv_func_vfork_works=$ac_cv_func_vfork
6454else 6458else
6455 cat > conftest.$ac_ext <<EOF 6459 cat > conftest.$ac_ext <<EOF
6456#line 6457 "configure" 6460#line 6461 "configure"
6457#include "confdefs.h" 6461#include "confdefs.h"
6458/* Thanks to Paul Eggert for this test. */ 6462/* Thanks to Paul Eggert for this test. */
6459#include <stdio.h> 6463#include <stdio.h>
@@ -6548,7 +6552,7 @@ main() {
6548 } 6552 }
6549} 6553}
6550EOF 6554EOF
6551if { (eval echo configure:6552: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 6555if { (eval echo configure:6556: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6552then 6556then
6553 ac_cv_func_vfork_works=yes 6557 ac_cv_func_vfork_works=yes
6554else 6558else
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bfb01342311..aaf25dc10cc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12000-02-29 Gerd Moellmann <gerd@gnu.org>
2
3 * frame.el (frame-notice-user-settings): Use assq-delete-all
4 instead of assoc-delete-all.
5 (frame-notice-user-settings): Ditto.
6
7 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
8 Don't copy alist.
9
12000-02-28 Eli Barzilay <eli@cs.cornell.edu> 102000-02-28 Eli Barzilay <eli@cs.cornell.edu>
2 11
3 * calculator.el (calculator-use-menu): New option. 12 * calculator.el (calculator-use-menu): New option.
diff --git a/src/ChangeLog b/src/ChangeLog
index fe469f4f3c5..8146d49b2b5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12000-02-29 Gerd Moellmann <gerd@gnu.org>
2
3 * atimer.c (cancel_atimer): Handle canceling an atimer when
4 some timers are stopped.
5
6 * xfns.c (cancel_busy_cursor): Set busy_cursor_atimer to null
7 after canceling it.
8
9 * fns.c (maybe_resize_hash_table): Handle case of new size
10 coming out as being the same as old size.
11
12000-02-27 Jason Rumney <jasonr@gnu.org> 122000-02-27 Jason Rumney <jasonr@gnu.org>
2 13
3 * makefile.nt: Add atimer.h to dependencies. 14 * makefile.nt: Add atimer.h to dependencies.