diff options
| author | Gerd Moellmann | 2001-10-16 11:23:12 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-10-16 11:23:12 +0000 |
| commit | 3efcf1ddcd36f63a94845e8df2135ad02706fe8e (patch) | |
| tree | d10a2d82cdbdc00c30a828922e6c281bbab2f624 | |
| parent | 1811b1b3d65a03a97e2f9303734eb8f5504aa87a (diff) | |
| download | emacs-other-branches/gerd_big.tar.gz emacs-other-branches/gerd_big.zip | |
*** empty log message ***other-branches/gerd_big
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rwxr-xr-x | configure | 575 | ||||
| -rw-r--r-- | configure.in | 1 | ||||
| -rw-r--r-- | src/ChangeLog | 48 |
4 files changed, 364 insertions, 264 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-10-16 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * configure.in: Check for libgmp. | ||
| 4 | |||
| 1 | 2001-05-28 Gerd Moellmann <gerd@gnu.org> | 5 | 2001-05-28 Gerd Moellmann <gerd@gnu.org> |
| 2 | 6 | ||
| 3 | * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset | 7 | * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset |
| @@ -4433,9 +4433,56 @@ else | |||
| 4433 | echo "$ac_t""no" 1>&6 | 4433 | echo "$ac_t""no" 1>&6 |
| 4434 | fi | 4434 | fi |
| 4435 | 4435 | ||
| 4436 | echo $ac_n "checking for mpz_init in -lgmp""... $ac_c" 1>&6 | ||
| 4437 | echo "configure:4438: checking for mpz_init in -lgmp" >&5 | ||
| 4438 | ac_lib_var=`echo gmp'_'mpz_init | sed 'y%./+-%__p_%'` | ||
| 4439 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | ||
| 4440 | echo $ac_n "(cached) $ac_c" 1>&6 | ||
| 4441 | else | ||
| 4442 | ac_save_LIBS="$LIBS" | ||
| 4443 | LIBS="-lgmp $LIBS" | ||
| 4444 | cat > conftest.$ac_ext <<EOF | ||
| 4445 | #line 4446 "configure" | ||
| 4446 | #include "confdefs.h" | ||
| 4447 | /* Override any gcc2 internal prototype to avoid an error. */ | ||
| 4448 | /* We use char because int might match the return type of a gcc2 | ||
| 4449 | builtin and then its argument prototype would still apply. */ | ||
| 4450 | char mpz_init(); | ||
| 4451 | |||
| 4452 | int main() { | ||
| 4453 | mpz_init() | ||
| 4454 | ; return 0; } | ||
| 4455 | EOF | ||
| 4456 | if { (eval echo configure:4457: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | ||
| 4457 | rm -rf conftest* | ||
| 4458 | eval "ac_cv_lib_$ac_lib_var=yes" | ||
| 4459 | else | ||
| 4460 | echo "configure: failed program was:" >&5 | ||
| 4461 | cat conftest.$ac_ext >&5 | ||
| 4462 | rm -rf conftest* | ||
| 4463 | eval "ac_cv_lib_$ac_lib_var=no" | ||
| 4464 | fi | ||
| 4465 | rm -f conftest* | ||
| 4466 | LIBS="$ac_save_LIBS" | ||
| 4467 | |||
| 4468 | fi | ||
| 4469 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | ||
| 4470 | echo "$ac_t""yes" 1>&6 | ||
| 4471 | ac_tr_lib=HAVE_LIB`echo gmp | sed -e 's/[^a-zA-Z0-9_]/_/g' \ | ||
| 4472 | -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` | ||
| 4473 | cat >> confdefs.h <<EOF | ||
| 4474 | #define $ac_tr_lib 1 | ||
| 4475 | EOF | ||
| 4476 | |||
| 4477 | LIBS="-lgmp $LIBS" | ||
| 4478 | |||
| 4479 | else | ||
| 4480 | echo "$ac_t""no" 1>&6 | ||
| 4481 | fi | ||
| 4482 | |||
| 4436 | 4483 | ||
| 4437 | echo $ac_n "checking for XFree86 in /usr/X386""... $ac_c" 1>&6 | 4484 | echo $ac_n "checking for XFree86 in /usr/X386""... $ac_c" 1>&6 |
| 4438 | echo "configure:4439: checking for XFree86 in /usr/X386" >&5 | 4485 | echo "configure:4486: checking for XFree86 in /usr/X386" >&5 |
| 4439 | if test -d /usr/X386/include; then | 4486 | if test -d /usr/X386/include; then |
| 4440 | HAVE_XFREE386=yes | 4487 | HAVE_XFREE386=yes |
| 4441 | : ${C_SWITCH_X_SITE="-I/usr/X386/include"} | 4488 | : ${C_SWITCH_X_SITE="-I/usr/X386/include"} |
| @@ -4467,16 +4514,16 @@ if test "${HAVE_X11}" = "yes"; then | |||
| 4467 | 4514 | ||
| 4468 | if test "${opsys}" = "gnu-linux"; then | 4515 | if test "${opsys}" = "gnu-linux"; then |
| 4469 | echo $ac_n "checking whether X on GNU/Linux needs -b to link""... $ac_c" 1>&6 | 4516 | echo $ac_n "checking whether X on GNU/Linux needs -b to link""... $ac_c" 1>&6 |
| 4470 | echo "configure:4471: checking whether X on GNU/Linux needs -b to link" >&5 | 4517 | echo "configure:4518: checking whether X on GNU/Linux needs -b to link" >&5 |
| 4471 | cat > conftest.$ac_ext <<EOF | 4518 | cat > conftest.$ac_ext <<EOF |
| 4472 | #line 4473 "configure" | 4519 | #line 4520 "configure" |
| 4473 | #include "confdefs.h" | 4520 | #include "confdefs.h" |
| 4474 | 4521 | ||
| 4475 | int main() { | 4522 | int main() { |
| 4476 | XOpenDisplay ("foo"); | 4523 | XOpenDisplay ("foo"); |
| 4477 | ; return 0; } | 4524 | ; return 0; } |
| 4478 | EOF | 4525 | EOF |
| 4479 | if { (eval echo configure:4480: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 4526 | if { (eval echo configure:4527: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 4480 | rm -rf conftest* | 4527 | rm -rf conftest* |
| 4481 | xlinux_first_failure=no | 4528 | xlinux_first_failure=no |
| 4482 | else | 4529 | else |
| @@ -4496,14 +4543,14 @@ rm -f conftest* | |||
| 4496 | CPPFLAGS="$CPPFLAGS -b i486-linuxaout" | 4543 | CPPFLAGS="$CPPFLAGS -b i486-linuxaout" |
| 4497 | LIBS="$LIBS -b i486-linuxaout" | 4544 | LIBS="$LIBS -b i486-linuxaout" |
| 4498 | cat > conftest.$ac_ext <<EOF | 4545 | cat > conftest.$ac_ext <<EOF |
| 4499 | #line 4500 "configure" | 4546 | #line 4547 "configure" |
| 4500 | #include "confdefs.h" | 4547 | #include "confdefs.h" |
| 4501 | 4548 | ||
| 4502 | int main() { | 4549 | int main() { |
| 4503 | XOpenDisplay ("foo"); | 4550 | XOpenDisplay ("foo"); |
| 4504 | ; return 0; } | 4551 | ; return 0; } |
| 4505 | EOF | 4552 | EOF |
| 4506 | if { (eval echo configure:4507: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 4553 | if { (eval echo configure:4554: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 4507 | rm -rf conftest* | 4554 | rm -rf conftest* |
| 4508 | xlinux_second_failure=no | 4555 | xlinux_second_failure=no |
| 4509 | else | 4556 | else |
| @@ -4532,9 +4579,9 @@ rm -f conftest* | |||
| 4532 | # Reportedly, some broken Solaris systems have XKBlib.h but are missing | 4579 | # Reportedly, some broken Solaris systems have XKBlib.h but are missing |
| 4533 | # header files included from there. | 4580 | # header files included from there. |
| 4534 | echo $ac_n "checking for Xkb""... $ac_c" 1>&6 | 4581 | echo $ac_n "checking for Xkb""... $ac_c" 1>&6 |
| 4535 | echo "configure:4536: checking for Xkb" >&5 | 4582 | echo "configure:4583: checking for Xkb" >&5 |
| 4536 | cat > conftest.$ac_ext <<EOF | 4583 | cat > conftest.$ac_ext <<EOF |
| 4537 | #line 4538 "configure" | 4584 | #line 4585 "configure" |
| 4538 | #include "confdefs.h" | 4585 | #include "confdefs.h" |
| 4539 | #include <X11/Xlib.h> | 4586 | #include <X11/Xlib.h> |
| 4540 | #include <X11/XKBlib.h> | 4587 | #include <X11/XKBlib.h> |
| @@ -4542,7 +4589,7 @@ int main() { | |||
| 4542 | XkbDescPtr kb = XkbGetKeyboard (0, XkbAllComponentsMask, XkbUseCoreKbd); | 4589 | XkbDescPtr kb = XkbGetKeyboard (0, XkbAllComponentsMask, XkbUseCoreKbd); |
| 4543 | ; return 0; } | 4590 | ; return 0; } |
| 4544 | EOF | 4591 | EOF |
| 4545 | if { (eval echo configure:4546: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 4592 | if { (eval echo configure:4593: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 4546 | rm -rf conftest* | 4593 | rm -rf conftest* |
| 4547 | emacs_xkb=yes | 4594 | emacs_xkb=yes |
| 4548 | else | 4595 | else |
| @@ -4564,12 +4611,12 @@ EOF | |||
| 4564 | XScreenNumberOfScreen XSetWMProtocols | 4611 | XScreenNumberOfScreen XSetWMProtocols |
| 4565 | do | 4612 | do |
| 4566 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | 4613 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
| 4567 | echo "configure:4568: checking for $ac_func" >&5 | 4614 | echo "configure:4615: checking for $ac_func" >&5 |
| 4568 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then | 4615 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
| 4569 | echo $ac_n "(cached) $ac_c" 1>&6 | 4616 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4570 | else | 4617 | else |
| 4571 | cat > conftest.$ac_ext <<EOF | 4618 | cat > conftest.$ac_ext <<EOF |
| 4572 | #line 4573 "configure" | 4619 | #line 4620 "configure" |
| 4573 | #include "confdefs.h" | 4620 | #include "confdefs.h" |
| 4574 | /* System header to define __stub macros and hopefully few prototypes, | 4621 | /* System header to define __stub macros and hopefully few prototypes, |
| 4575 | which can conflict with char $ac_func(); below. */ | 4622 | which can conflict with char $ac_func(); below. */ |
| @@ -4592,7 +4639,7 @@ $ac_func(); | |||
| 4592 | 4639 | ||
| 4593 | ; return 0; } | 4640 | ; return 0; } |
| 4594 | EOF | 4641 | EOF |
| 4595 | if { (eval echo configure:4596: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 4642 | if { (eval echo configure:4643: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 4596 | rm -rf conftest* | 4643 | rm -rf conftest* |
| 4597 | eval "ac_cv_func_$ac_func=yes" | 4644 | eval "ac_cv_func_$ac_func=yes" |
| 4598 | else | 4645 | else |
| @@ -4620,12 +4667,12 @@ fi | |||
| 4620 | 4667 | ||
| 4621 | if test "${window_system}" = "x11"; then | 4668 | if test "${window_system}" = "x11"; then |
| 4622 | echo $ac_n "checking X11 version 6""... $ac_c" 1>&6 | 4669 | echo $ac_n "checking X11 version 6""... $ac_c" 1>&6 |
| 4623 | echo "configure:4624: checking X11 version 6" >&5 | 4670 | echo "configure:4671: checking X11 version 6" >&5 |
| 4624 | if eval "test \"`echo '$''{'emacs_cv_x11_version_6'+set}'`\" = set"; then | 4671 | if eval "test \"`echo '$''{'emacs_cv_x11_version_6'+set}'`\" = set"; then |
| 4625 | echo $ac_n "(cached) $ac_c" 1>&6 | 4672 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4626 | else | 4673 | else |
| 4627 | cat > conftest.$ac_ext <<EOF | 4674 | cat > conftest.$ac_ext <<EOF |
| 4628 | #line 4629 "configure" | 4675 | #line 4676 "configure" |
| 4629 | #include "confdefs.h" | 4676 | #include "confdefs.h" |
| 4630 | #include <X11/Xlib.h> | 4677 | #include <X11/Xlib.h> |
| 4631 | int main() { | 4678 | int main() { |
| @@ -4635,7 +4682,7 @@ fail; | |||
| 4635 | 4682 | ||
| 4636 | ; return 0; } | 4683 | ; return 0; } |
| 4637 | EOF | 4684 | EOF |
| 4638 | if { (eval echo configure:4639: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 4685 | if { (eval echo configure:4686: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 4639 | rm -rf conftest* | 4686 | rm -rf conftest* |
| 4640 | emacs_cv_x11_version_6=yes | 4687 | emacs_cv_x11_version_6=yes |
| 4641 | else | 4688 | else |
| @@ -4660,12 +4707,12 @@ fi | |||
| 4660 | 4707 | ||
| 4661 | if test "${window_system}" = "x11"; then | 4708 | if test "${window_system}" = "x11"; then |
| 4662 | echo $ac_n "checking X11 version 5""... $ac_c" 1>&6 | 4709 | echo $ac_n "checking X11 version 5""... $ac_c" 1>&6 |
| 4663 | echo "configure:4664: checking X11 version 5" >&5 | 4710 | echo "configure:4711: checking X11 version 5" >&5 |
| 4664 | if eval "test \"`echo '$''{'emacs_cv_x11_version_5'+set}'`\" = set"; then | 4711 | if eval "test \"`echo '$''{'emacs_cv_x11_version_5'+set}'`\" = set"; then |
| 4665 | echo $ac_n "(cached) $ac_c" 1>&6 | 4712 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4666 | else | 4713 | else |
| 4667 | cat > conftest.$ac_ext <<EOF | 4714 | cat > conftest.$ac_ext <<EOF |
| 4668 | #line 4669 "configure" | 4715 | #line 4716 "configure" |
| 4669 | #include "confdefs.h" | 4716 | #include "confdefs.h" |
| 4670 | #include <X11/Xlib.h> | 4717 | #include <X11/Xlib.h> |
| 4671 | int main() { | 4718 | int main() { |
| @@ -4675,7 +4722,7 @@ fail; | |||
| 4675 | 4722 | ||
| 4676 | ; return 0; } | 4723 | ; return 0; } |
| 4677 | EOF | 4724 | EOF |
| 4678 | if { (eval echo configure:4679: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 4725 | if { (eval echo configure:4726: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 4679 | rm -rf conftest* | 4726 | rm -rf conftest* |
| 4680 | emacs_cv_x11_version_5=yes | 4727 | emacs_cv_x11_version_5=yes |
| 4681 | else | 4728 | else |
| @@ -4703,12 +4750,12 @@ fi | |||
| 4703 | if test x"${USE_X_TOOLKIT}" = xmaybe; then | 4750 | if test x"${USE_X_TOOLKIT}" = xmaybe; then |
| 4704 | if test x"${HAVE_X11R5}" = xyes; then | 4751 | if test x"${HAVE_X11R5}" = xyes; then |
| 4705 | echo $ac_n "checking X11 version 5 with Xaw""... $ac_c" 1>&6 | 4752 | echo $ac_n "checking X11 version 5 with Xaw""... $ac_c" 1>&6 |
| 4706 | echo "configure:4707: checking X11 version 5 with Xaw" >&5 | 4753 | echo "configure:4754: checking X11 version 5 with Xaw" >&5 |
| 4707 | if eval "test \"`echo '$''{'emacs_cv_x11_version_5_with_xaw'+set}'`\" = set"; then | 4754 | if eval "test \"`echo '$''{'emacs_cv_x11_version_5_with_xaw'+set}'`\" = set"; then |
| 4708 | echo $ac_n "(cached) $ac_c" 1>&6 | 4755 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4709 | else | 4756 | else |
| 4710 | cat > conftest.$ac_ext <<EOF | 4757 | cat > conftest.$ac_ext <<EOF |
| 4711 | #line 4712 "configure" | 4758 | #line 4759 "configure" |
| 4712 | #include "confdefs.h" | 4759 | #include "confdefs.h" |
| 4713 | 4760 | ||
| 4714 | #include <X11/Intrinsic.h> | 4761 | #include <X11/Intrinsic.h> |
| @@ -4717,7 +4764,7 @@ int main() { | |||
| 4717 | 4764 | ||
| 4718 | ; return 0; } | 4765 | ; return 0; } |
| 4719 | EOF | 4766 | EOF |
| 4720 | if { (eval echo configure:4721: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 4767 | if { (eval echo configure:4768: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 4721 | rm -rf conftest* | 4768 | rm -rf conftest* |
| 4722 | emacs_cv_x11_version_5_with_xaw=yes | 4769 | emacs_cv_x11_version_5_with_xaw=yes |
| 4723 | else | 4770 | else |
| @@ -4745,12 +4792,12 @@ X_TOOLKIT_TYPE=$USE_X_TOOLKIT | |||
| 4745 | 4792 | ||
| 4746 | if test "${USE_X_TOOLKIT}" != "none"; then | 4793 | if test "${USE_X_TOOLKIT}" != "none"; then |
| 4747 | echo $ac_n "checking X11 toolkit version""... $ac_c" 1>&6 | 4794 | echo $ac_n "checking X11 toolkit version""... $ac_c" 1>&6 |
| 4748 | echo "configure:4749: checking X11 toolkit version" >&5 | 4795 | echo "configure:4796: checking X11 toolkit version" >&5 |
| 4749 | if eval "test \"`echo '$''{'emacs_cv_x11_toolkit_version_6'+set}'`\" = set"; then | 4796 | if eval "test \"`echo '$''{'emacs_cv_x11_toolkit_version_6'+set}'`\" = set"; then |
| 4750 | echo $ac_n "(cached) $ac_c" 1>&6 | 4797 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4751 | else | 4798 | else |
| 4752 | cat > conftest.$ac_ext <<EOF | 4799 | cat > conftest.$ac_ext <<EOF |
| 4753 | #line 4754 "configure" | 4800 | #line 4801 "configure" |
| 4754 | #include "confdefs.h" | 4801 | #include "confdefs.h" |
| 4755 | #include <X11/Intrinsic.h> | 4802 | #include <X11/Intrinsic.h> |
| 4756 | int main() { | 4803 | int main() { |
| @@ -4760,7 +4807,7 @@ fail; | |||
| 4760 | 4807 | ||
| 4761 | ; return 0; } | 4808 | ; return 0; } |
| 4762 | EOF | 4809 | EOF |
| 4763 | if { (eval echo configure:4764: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 4810 | if { (eval echo configure:4811: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 4764 | rm -rf conftest* | 4811 | rm -rf conftest* |
| 4765 | emacs_cv_x11_toolkit_version_6=yes | 4812 | emacs_cv_x11_toolkit_version_6=yes |
| 4766 | else | 4813 | else |
| @@ -4790,7 +4837,7 @@ EOF | |||
| 4790 | LIBS="-lXt $LIBS" | 4837 | LIBS="-lXt $LIBS" |
| 4791 | fi | 4838 | fi |
| 4792 | echo $ac_n "checking for XmuConvertStandardSelection in -lXmu""... $ac_c" 1>&6 | 4839 | echo $ac_n "checking for XmuConvertStandardSelection in -lXmu""... $ac_c" 1>&6 |
| 4793 | echo "configure:4794: checking for XmuConvertStandardSelection in -lXmu" >&5 | 4840 | echo "configure:4841: checking for XmuConvertStandardSelection in -lXmu" >&5 |
| 4794 | ac_lib_var=`echo Xmu'_'XmuConvertStandardSelection | sed 'y%./+-%__p_%'` | 4841 | ac_lib_var=`echo Xmu'_'XmuConvertStandardSelection | sed 'y%./+-%__p_%'` |
| 4795 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 4842 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 4796 | echo $ac_n "(cached) $ac_c" 1>&6 | 4843 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -4798,7 +4845,7 @@ else | |||
| 4798 | ac_save_LIBS="$LIBS" | 4845 | ac_save_LIBS="$LIBS" |
| 4799 | LIBS="-lXmu $LIBS" | 4846 | LIBS="-lXmu $LIBS" |
| 4800 | cat > conftest.$ac_ext <<EOF | 4847 | cat > conftest.$ac_ext <<EOF |
| 4801 | #line 4802 "configure" | 4848 | #line 4849 "configure" |
| 4802 | #include "confdefs.h" | 4849 | #include "confdefs.h" |
| 4803 | /* Override any gcc2 internal prototype to avoid an error. */ | 4850 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 4804 | /* We use char because int might match the return type of a gcc2 | 4851 | /* We use char because int might match the return type of a gcc2 |
| @@ -4809,7 +4856,7 @@ int main() { | |||
| 4809 | XmuConvertStandardSelection() | 4856 | XmuConvertStandardSelection() |
| 4810 | ; return 0; } | 4857 | ; return 0; } |
| 4811 | EOF | 4858 | EOF |
| 4812 | if { (eval echo configure:4813: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 4859 | if { (eval echo configure:4860: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 4813 | rm -rf conftest* | 4860 | rm -rf conftest* |
| 4814 | eval "ac_cv_lib_$ac_lib_var=yes" | 4861 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 4815 | else | 4862 | else |
| @@ -4843,7 +4890,7 @@ fi | |||
| 4843 | if test "${HAVE_X11}" = "yes"; then | 4890 | if test "${HAVE_X11}" = "yes"; then |
| 4844 | if test "${USE_X_TOOLKIT}" != "none"; then | 4891 | if test "${USE_X_TOOLKIT}" != "none"; then |
| 4845 | echo $ac_n "checking for XShapeQueryExtension in -lXext""... $ac_c" 1>&6 | 4892 | echo $ac_n "checking for XShapeQueryExtension in -lXext""... $ac_c" 1>&6 |
| 4846 | echo "configure:4847: checking for XShapeQueryExtension in -lXext" >&5 | 4893 | echo "configure:4894: checking for XShapeQueryExtension in -lXext" >&5 |
| 4847 | ac_lib_var=`echo Xext'_'XShapeQueryExtension | sed 'y%./+-%__p_%'` | 4894 | ac_lib_var=`echo Xext'_'XShapeQueryExtension | sed 'y%./+-%__p_%'` |
| 4848 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 4895 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 4849 | echo $ac_n "(cached) $ac_c" 1>&6 | 4896 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -4851,7 +4898,7 @@ else | |||
| 4851 | ac_save_LIBS="$LIBS" | 4898 | ac_save_LIBS="$LIBS" |
| 4852 | LIBS="-lXext $LIBS" | 4899 | LIBS="-lXext $LIBS" |
| 4853 | cat > conftest.$ac_ext <<EOF | 4900 | cat > conftest.$ac_ext <<EOF |
| 4854 | #line 4855 "configure" | 4901 | #line 4902 "configure" |
| 4855 | #include "confdefs.h" | 4902 | #include "confdefs.h" |
| 4856 | /* Override any gcc2 internal prototype to avoid an error. */ | 4903 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 4857 | /* We use char because int might match the return type of a gcc2 | 4904 | /* We use char because int might match the return type of a gcc2 |
| @@ -4862,7 +4909,7 @@ int main() { | |||
| 4862 | XShapeQueryExtension() | 4909 | XShapeQueryExtension() |
| 4863 | ; return 0; } | 4910 | ; return 0; } |
| 4864 | EOF | 4911 | EOF |
| 4865 | if { (eval echo configure:4866: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 4912 | if { (eval echo configure:4913: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 4866 | rm -rf conftest* | 4913 | rm -rf conftest* |
| 4867 | eval "ac_cv_lib_$ac_lib_var=yes" | 4914 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 4868 | else | 4915 | else |
| @@ -4894,12 +4941,12 @@ fi | |||
| 4894 | 4941 | ||
| 4895 | if test "${USE_X_TOOLKIT}" = "MOTIF"; then | 4942 | if test "${USE_X_TOOLKIT}" = "MOTIF"; then |
| 4896 | echo $ac_n "checking for Motif version 2.1""... $ac_c" 1>&6 | 4943 | echo $ac_n "checking for Motif version 2.1""... $ac_c" 1>&6 |
| 4897 | echo "configure:4898: checking for Motif version 2.1" >&5 | 4944 | echo "configure:4945: checking for Motif version 2.1" >&5 |
| 4898 | if eval "test \"`echo '$''{'emacs_cv_motif_version_2_1'+set}'`\" = set"; then | 4945 | if eval "test \"`echo '$''{'emacs_cv_motif_version_2_1'+set}'`\" = set"; then |
| 4899 | echo $ac_n "(cached) $ac_c" 1>&6 | 4946 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4900 | else | 4947 | else |
| 4901 | cat > conftest.$ac_ext <<EOF | 4948 | cat > conftest.$ac_ext <<EOF |
| 4902 | #line 4903 "configure" | 4949 | #line 4950 "configure" |
| 4903 | #include "confdefs.h" | 4950 | #include "confdefs.h" |
| 4904 | #include <Xm/Xm.h> | 4951 | #include <Xm/Xm.h> |
| 4905 | int main() { | 4952 | int main() { |
| @@ -4910,7 +4957,7 @@ Motif version prior to 2.1. | |||
| 4910 | #endif | 4957 | #endif |
| 4911 | ; return 0; } | 4958 | ; return 0; } |
| 4912 | EOF | 4959 | EOF |
| 4913 | if { (eval echo configure:4914: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | 4960 | if { (eval echo configure:4961: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
| 4914 | rm -rf conftest* | 4961 | rm -rf conftest* |
| 4915 | emacs_cv_motif_version_2_1=yes | 4962 | emacs_cv_motif_version_2_1=yes |
| 4916 | else | 4963 | else |
| @@ -4931,7 +4978,7 @@ echo "$ac_t""$emacs_cv_motif_version_2_1" 1>&6 | |||
| 4931 | EOF | 4978 | EOF |
| 4932 | 4979 | ||
| 4933 | echo $ac_n "checking for XpCreateContext in -lXp""... $ac_c" 1>&6 | 4980 | echo $ac_n "checking for XpCreateContext in -lXp""... $ac_c" 1>&6 |
| 4934 | echo "configure:4935: checking for XpCreateContext in -lXp" >&5 | 4981 | echo "configure:4982: checking for XpCreateContext in -lXp" >&5 |
| 4935 | ac_lib_var=`echo Xp'_'XpCreateContext | sed 'y%./+-%__p_%'` | 4982 | ac_lib_var=`echo Xp'_'XpCreateContext | sed 'y%./+-%__p_%'` |
| 4936 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 4983 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 4937 | echo $ac_n "(cached) $ac_c" 1>&6 | 4984 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -4939,7 +4986,7 @@ else | |||
| 4939 | ac_save_LIBS="$LIBS" | 4986 | ac_save_LIBS="$LIBS" |
| 4940 | LIBS="-lXp $LIBS" | 4987 | LIBS="-lXp $LIBS" |
| 4941 | cat > conftest.$ac_ext <<EOF | 4988 | cat > conftest.$ac_ext <<EOF |
| 4942 | #line 4943 "configure" | 4989 | #line 4990 "configure" |
| 4943 | #include "confdefs.h" | 4990 | #include "confdefs.h" |
| 4944 | /* Override any gcc2 internal prototype to avoid an error. */ | 4991 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 4945 | /* We use char because int might match the return type of a gcc2 | 4992 | /* We use char because int might match the return type of a gcc2 |
| @@ -4950,7 +4997,7 @@ int main() { | |||
| 4950 | XpCreateContext() | 4997 | XpCreateContext() |
| 4951 | ; return 0; } | 4998 | ; return 0; } |
| 4952 | EOF | 4999 | EOF |
| 4953 | if { (eval echo configure:4954: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 5000 | if { (eval echo configure:5001: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 4954 | rm -rf conftest* | 5001 | rm -rf conftest* |
| 4955 | eval "ac_cv_lib_$ac_lib_var=yes" | 5002 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 4956 | else | 5003 | else |
| @@ -4985,17 +5032,17 @@ if test "${HAVE_X11}" = "yes"; then | |||
| 4985 | if test "${USE_X_TOOLKIT}" != "none"; then | 5032 | if test "${USE_X_TOOLKIT}" != "none"; then |
| 4986 | ac_safe=`echo "X11/Xaw3d/Scrollbar.h" | sed 'y%./+-%__p_%'` | 5033 | ac_safe=`echo "X11/Xaw3d/Scrollbar.h" | sed 'y%./+-%__p_%'` |
| 4987 | echo $ac_n "checking for X11/Xaw3d/Scrollbar.h""... $ac_c" 1>&6 | 5034 | echo $ac_n "checking for X11/Xaw3d/Scrollbar.h""... $ac_c" 1>&6 |
| 4988 | echo "configure:4989: checking for X11/Xaw3d/Scrollbar.h" >&5 | 5035 | echo "configure:5036: checking for X11/Xaw3d/Scrollbar.h" >&5 |
| 4989 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 5036 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 4990 | echo $ac_n "(cached) $ac_c" 1>&6 | 5037 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4991 | else | 5038 | else |
| 4992 | cat > conftest.$ac_ext <<EOF | 5039 | cat > conftest.$ac_ext <<EOF |
| 4993 | #line 4994 "configure" | 5040 | #line 5041 "configure" |
| 4994 | #include "confdefs.h" | 5041 | #include "confdefs.h" |
| 4995 | #include <X11/Xaw3d/Scrollbar.h> | 5042 | #include <X11/Xaw3d/Scrollbar.h> |
| 4996 | EOF | 5043 | EOF |
| 4997 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 5044 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 4998 | { (eval echo configure:4999: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 5045 | { (eval echo configure:5046: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 4999 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 5046 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 5000 | if test -z "$ac_err"; then | 5047 | if test -z "$ac_err"; then |
| 5001 | rm -rf conftest* | 5048 | rm -rf conftest* |
| @@ -5012,7 +5059,7 @@ fi | |||
| 5012 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | 5059 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
| 5013 | echo "$ac_t""yes" 1>&6 | 5060 | echo "$ac_t""yes" 1>&6 |
| 5014 | echo $ac_n "checking for XawScrollbarSetThumb in -lXaw3d""... $ac_c" 1>&6 | 5061 | echo $ac_n "checking for XawScrollbarSetThumb in -lXaw3d""... $ac_c" 1>&6 |
| 5015 | echo "configure:5016: checking for XawScrollbarSetThumb in -lXaw3d" >&5 | 5062 | echo "configure:5063: checking for XawScrollbarSetThumb in -lXaw3d" >&5 |
| 5016 | ac_lib_var=`echo Xaw3d'_'XawScrollbarSetThumb | sed 'y%./+-%__p_%'` | 5063 | ac_lib_var=`echo Xaw3d'_'XawScrollbarSetThumb | sed 'y%./+-%__p_%'` |
| 5017 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 5064 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 5018 | echo $ac_n "(cached) $ac_c" 1>&6 | 5065 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -5020,7 +5067,7 @@ else | |||
| 5020 | ac_save_LIBS="$LIBS" | 5067 | ac_save_LIBS="$LIBS" |
| 5021 | LIBS="-lXaw3d $LIBS" | 5068 | LIBS="-lXaw3d $LIBS" |
| 5022 | cat > conftest.$ac_ext <<EOF | 5069 | cat > conftest.$ac_ext <<EOF |
| 5023 | #line 5024 "configure" | 5070 | #line 5071 "configure" |
| 5024 | #include "confdefs.h" | 5071 | #include "confdefs.h" |
| 5025 | /* Override any gcc2 internal prototype to avoid an error. */ | 5072 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 5026 | /* We use char because int might match the return type of a gcc2 | 5073 | /* We use char because int might match the return type of a gcc2 |
| @@ -5031,7 +5078,7 @@ int main() { | |||
| 5031 | XawScrollbarSetThumb() | 5078 | XawScrollbarSetThumb() |
| 5032 | ; return 0; } | 5079 | ; return 0; } |
| 5033 | EOF | 5080 | EOF |
| 5034 | if { (eval echo configure:5035: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 5081 | if { (eval echo configure:5082: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 5035 | rm -rf conftest* | 5082 | rm -rf conftest* |
| 5036 | eval "ac_cv_lib_$ac_lib_var=yes" | 5083 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 5037 | else | 5084 | else |
| @@ -5099,17 +5146,17 @@ if test "${HAVE_X11}" = "yes"; then | |||
| 5099 | if test "${with_xpm}" != "no"; then | 5146 | if test "${with_xpm}" != "no"; then |
| 5100 | ac_safe=`echo "X11/xpm.h" | sed 'y%./+-%__p_%'` | 5147 | ac_safe=`echo "X11/xpm.h" | sed 'y%./+-%__p_%'` |
| 5101 | echo $ac_n "checking for X11/xpm.h""... $ac_c" 1>&6 | 5148 | echo $ac_n "checking for X11/xpm.h""... $ac_c" 1>&6 |
| 5102 | echo "configure:5103: checking for X11/xpm.h" >&5 | 5149 | echo "configure:5150: checking for X11/xpm.h" >&5 |
| 5103 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 5150 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 5104 | echo $ac_n "(cached) $ac_c" 1>&6 | 5151 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5105 | else | 5152 | else |
| 5106 | cat > conftest.$ac_ext <<EOF | 5153 | cat > conftest.$ac_ext <<EOF |
| 5107 | #line 5108 "configure" | 5154 | #line 5155 "configure" |
| 5108 | #include "confdefs.h" | 5155 | #include "confdefs.h" |
| 5109 | #include <X11/xpm.h> | 5156 | #include <X11/xpm.h> |
| 5110 | EOF | 5157 | EOF |
| 5111 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 5158 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 5112 | { (eval echo configure:5113: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 5159 | { (eval echo configure:5160: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 5113 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 5160 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 5114 | if test -z "$ac_err"; then | 5161 | if test -z "$ac_err"; then |
| 5115 | rm -rf conftest* | 5162 | rm -rf conftest* |
| @@ -5126,7 +5173,7 @@ fi | |||
| 5126 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | 5173 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
| 5127 | echo "$ac_t""yes" 1>&6 | 5174 | echo "$ac_t""yes" 1>&6 |
| 5128 | echo $ac_n "checking for XpmReadFileToPixmap in -lXpm""... $ac_c" 1>&6 | 5175 | echo $ac_n "checking for XpmReadFileToPixmap in -lXpm""... $ac_c" 1>&6 |
| 5129 | echo "configure:5130: checking for XpmReadFileToPixmap in -lXpm" >&5 | 5176 | echo "configure:5177: checking for XpmReadFileToPixmap in -lXpm" >&5 |
| 5130 | ac_lib_var=`echo Xpm'_'XpmReadFileToPixmap | sed 'y%./+-%__p_%'` | 5177 | ac_lib_var=`echo Xpm'_'XpmReadFileToPixmap | sed 'y%./+-%__p_%'` |
| 5131 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 5178 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 5132 | echo $ac_n "(cached) $ac_c" 1>&6 | 5179 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -5134,7 +5181,7 @@ else | |||
| 5134 | ac_save_LIBS="$LIBS" | 5181 | ac_save_LIBS="$LIBS" |
| 5135 | LIBS="-lXpm -lX11 $LIBS" | 5182 | LIBS="-lXpm -lX11 $LIBS" |
| 5136 | cat > conftest.$ac_ext <<EOF | 5183 | cat > conftest.$ac_ext <<EOF |
| 5137 | #line 5138 "configure" | 5184 | #line 5185 "configure" |
| 5138 | #include "confdefs.h" | 5185 | #include "confdefs.h" |
| 5139 | /* Override any gcc2 internal prototype to avoid an error. */ | 5186 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 5140 | /* We use char because int might match the return type of a gcc2 | 5187 | /* We use char because int might match the return type of a gcc2 |
| @@ -5145,7 +5192,7 @@ int main() { | |||
| 5145 | XpmReadFileToPixmap() | 5192 | XpmReadFileToPixmap() |
| 5146 | ; return 0; } | 5193 | ; return 0; } |
| 5147 | EOF | 5194 | EOF |
| 5148 | if { (eval echo configure:5149: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 5195 | if { (eval echo configure:5196: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 5149 | rm -rf conftest* | 5196 | rm -rf conftest* |
| 5150 | eval "ac_cv_lib_$ac_lib_var=yes" | 5197 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 5151 | else | 5198 | else |
| @@ -5171,9 +5218,9 @@ fi | |||
| 5171 | 5218 | ||
| 5172 | if test "${HAVE_XPM}" = "yes"; then | 5219 | if test "${HAVE_XPM}" = "yes"; then |
| 5173 | echo $ac_n "checking for XpmReturnAllocPixels preprocessor define""... $ac_c" 1>&6 | 5220 | echo $ac_n "checking for XpmReturnAllocPixels preprocessor define""... $ac_c" 1>&6 |
| 5174 | echo "configure:5175: checking for XpmReturnAllocPixels preprocessor define" >&5 | 5221 | echo "configure:5222: checking for XpmReturnAllocPixels preprocessor define" >&5 |
| 5175 | cat > conftest.$ac_ext <<EOF | 5222 | cat > conftest.$ac_ext <<EOF |
| 5176 | #line 5177 "configure" | 5223 | #line 5224 "configure" |
| 5177 | #include "confdefs.h" | 5224 | #include "confdefs.h" |
| 5178 | #include "X11/xpm.h" | 5225 | #include "X11/xpm.h" |
| 5179 | #ifndef XpmReturnAllocPixels | 5226 | #ifndef XpmReturnAllocPixels |
| @@ -5214,17 +5261,17 @@ if test "${HAVE_X11}" = "yes"; then | |||
| 5214 | if test "${with_jpeg}" != "no"; then | 5261 | if test "${with_jpeg}" != "no"; then |
| 5215 | ac_safe=`echo "jerror.h" | sed 'y%./+-%__p_%'` | 5262 | ac_safe=`echo "jerror.h" | sed 'y%./+-%__p_%'` |
| 5216 | echo $ac_n "checking for jerror.h""... $ac_c" 1>&6 | 5263 | echo $ac_n "checking for jerror.h""... $ac_c" 1>&6 |
| 5217 | echo "configure:5218: checking for jerror.h" >&5 | 5264 | echo "configure:5265: checking for jerror.h" >&5 |
| 5218 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 5265 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 5219 | echo $ac_n "(cached) $ac_c" 1>&6 | 5266 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5220 | else | 5267 | else |
| 5221 | cat > conftest.$ac_ext <<EOF | 5268 | cat > conftest.$ac_ext <<EOF |
| 5222 | #line 5223 "configure" | 5269 | #line 5270 "configure" |
| 5223 | #include "confdefs.h" | 5270 | #include "confdefs.h" |
| 5224 | #include <jerror.h> | 5271 | #include <jerror.h> |
| 5225 | EOF | 5272 | EOF |
| 5226 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 5273 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 5227 | { (eval echo configure:5228: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 5274 | { (eval echo configure:5275: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 5228 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 5275 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 5229 | if test -z "$ac_err"; then | 5276 | if test -z "$ac_err"; then |
| 5230 | rm -rf conftest* | 5277 | rm -rf conftest* |
| @@ -5241,7 +5288,7 @@ fi | |||
| 5241 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | 5288 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
| 5242 | echo "$ac_t""yes" 1>&6 | 5289 | echo "$ac_t""yes" 1>&6 |
| 5243 | echo $ac_n "checking for jpeg_destroy_compress in -ljpeg""... $ac_c" 1>&6 | 5290 | echo $ac_n "checking for jpeg_destroy_compress in -ljpeg""... $ac_c" 1>&6 |
| 5244 | echo "configure:5245: checking for jpeg_destroy_compress in -ljpeg" >&5 | 5291 | echo "configure:5292: checking for jpeg_destroy_compress in -ljpeg" >&5 |
| 5245 | ac_lib_var=`echo jpeg'_'jpeg_destroy_compress | sed 'y%./+-%__p_%'` | 5292 | ac_lib_var=`echo jpeg'_'jpeg_destroy_compress | sed 'y%./+-%__p_%'` |
| 5246 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 5293 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 5247 | echo $ac_n "(cached) $ac_c" 1>&6 | 5294 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -5249,7 +5296,7 @@ else | |||
| 5249 | ac_save_LIBS="$LIBS" | 5296 | ac_save_LIBS="$LIBS" |
| 5250 | LIBS="-ljpeg $LIBS" | 5297 | LIBS="-ljpeg $LIBS" |
| 5251 | cat > conftest.$ac_ext <<EOF | 5298 | cat > conftest.$ac_ext <<EOF |
| 5252 | #line 5253 "configure" | 5299 | #line 5300 "configure" |
| 5253 | #include "confdefs.h" | 5300 | #include "confdefs.h" |
| 5254 | /* Override any gcc2 internal prototype to avoid an error. */ | 5301 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 5255 | /* We use char because int might match the return type of a gcc2 | 5302 | /* We use char because int might match the return type of a gcc2 |
| @@ -5260,7 +5307,7 @@ int main() { | |||
| 5260 | jpeg_destroy_compress() | 5307 | jpeg_destroy_compress() |
| 5261 | ; return 0; } | 5308 | ; return 0; } |
| 5262 | EOF | 5309 | EOF |
| 5263 | if { (eval echo configure:5264: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 5310 | if { (eval echo configure:5311: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 5264 | rm -rf conftest* | 5311 | rm -rf conftest* |
| 5265 | eval "ac_cv_lib_$ac_lib_var=yes" | 5312 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 5266 | else | 5313 | else |
| @@ -5300,17 +5347,17 @@ if test "${HAVE_X11}" = "yes"; then | |||
| 5300 | if test "${with_png}" != "no"; then | 5347 | if test "${with_png}" != "no"; then |
| 5301 | ac_safe=`echo "png.h" | sed 'y%./+-%__p_%'` | 5348 | ac_safe=`echo "png.h" | sed 'y%./+-%__p_%'` |
| 5302 | echo $ac_n "checking for png.h""... $ac_c" 1>&6 | 5349 | echo $ac_n "checking for png.h""... $ac_c" 1>&6 |
| 5303 | echo "configure:5304: checking for png.h" >&5 | 5350 | echo "configure:5351: checking for png.h" >&5 |
| 5304 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 5351 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 5305 | echo $ac_n "(cached) $ac_c" 1>&6 | 5352 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5306 | else | 5353 | else |
| 5307 | cat > conftest.$ac_ext <<EOF | 5354 | cat > conftest.$ac_ext <<EOF |
| 5308 | #line 5309 "configure" | 5355 | #line 5356 "configure" |
| 5309 | #include "confdefs.h" | 5356 | #include "confdefs.h" |
| 5310 | #include <png.h> | 5357 | #include <png.h> |
| 5311 | EOF | 5358 | EOF |
| 5312 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 5359 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 5313 | { (eval echo configure:5314: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 5360 | { (eval echo configure:5361: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 5314 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 5361 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 5315 | if test -z "$ac_err"; then | 5362 | if test -z "$ac_err"; then |
| 5316 | rm -rf conftest* | 5363 | rm -rf conftest* |
| @@ -5327,7 +5374,7 @@ fi | |||
| 5327 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | 5374 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
| 5328 | echo "$ac_t""yes" 1>&6 | 5375 | echo "$ac_t""yes" 1>&6 |
| 5329 | echo $ac_n "checking for png_get_channels in -lpng""... $ac_c" 1>&6 | 5376 | echo $ac_n "checking for png_get_channels in -lpng""... $ac_c" 1>&6 |
| 5330 | echo "configure:5331: checking for png_get_channels in -lpng" >&5 | 5377 | echo "configure:5378: checking for png_get_channels in -lpng" >&5 |
| 5331 | ac_lib_var=`echo png'_'png_get_channels | sed 'y%./+-%__p_%'` | 5378 | ac_lib_var=`echo png'_'png_get_channels | sed 'y%./+-%__p_%'` |
| 5332 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 5379 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 5333 | echo $ac_n "(cached) $ac_c" 1>&6 | 5380 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -5335,7 +5382,7 @@ else | |||
| 5335 | ac_save_LIBS="$LIBS" | 5382 | ac_save_LIBS="$LIBS" |
| 5336 | LIBS="-lpng -lz -lm $LIBS" | 5383 | LIBS="-lpng -lz -lm $LIBS" |
| 5337 | cat > conftest.$ac_ext <<EOF | 5384 | cat > conftest.$ac_ext <<EOF |
| 5338 | #line 5339 "configure" | 5385 | #line 5386 "configure" |
| 5339 | #include "confdefs.h" | 5386 | #include "confdefs.h" |
| 5340 | /* Override any gcc2 internal prototype to avoid an error. */ | 5387 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 5341 | /* We use char because int might match the return type of a gcc2 | 5388 | /* We use char because int might match the return type of a gcc2 |
| @@ -5346,7 +5393,7 @@ int main() { | |||
| 5346 | png_get_channels() | 5393 | png_get_channels() |
| 5347 | ; return 0; } | 5394 | ; return 0; } |
| 5348 | EOF | 5395 | EOF |
| 5349 | if { (eval echo configure:5350: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 5396 | if { (eval echo configure:5397: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 5350 | rm -rf conftest* | 5397 | rm -rf conftest* |
| 5351 | eval "ac_cv_lib_$ac_lib_var=yes" | 5398 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 5352 | else | 5399 | else |
| @@ -5386,17 +5433,17 @@ if test "${HAVE_X11}" = "yes"; then | |||
| 5386 | if test "${with_tiff}" != "no"; then | 5433 | if test "${with_tiff}" != "no"; then |
| 5387 | ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'` | 5434 | ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'` |
| 5388 | echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6 | 5435 | echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6 |
| 5389 | echo "configure:5390: checking for tiffio.h" >&5 | 5436 | echo "configure:5437: checking for tiffio.h" >&5 |
| 5390 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 5437 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 5391 | echo $ac_n "(cached) $ac_c" 1>&6 | 5438 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5392 | else | 5439 | else |
| 5393 | cat > conftest.$ac_ext <<EOF | 5440 | cat > conftest.$ac_ext <<EOF |
| 5394 | #line 5395 "configure" | 5441 | #line 5442 "configure" |
| 5395 | #include "confdefs.h" | 5442 | #include "confdefs.h" |
| 5396 | #include <tiffio.h> | 5443 | #include <tiffio.h> |
| 5397 | EOF | 5444 | EOF |
| 5398 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 5445 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 5399 | { (eval echo configure:5400: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 5446 | { (eval echo configure:5447: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 5400 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 5447 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 5401 | if test -z "$ac_err"; then | 5448 | if test -z "$ac_err"; then |
| 5402 | rm -rf conftest* | 5449 | rm -rf conftest* |
| @@ -5416,7 +5463,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |||
| 5416 | # At least one tiff package requires the jpeg library. | 5463 | # At least one tiff package requires the jpeg library. |
| 5417 | if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi | 5464 | if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi |
| 5418 | echo $ac_n "checking for TIFFGetVersion in -ltiff""... $ac_c" 1>&6 | 5465 | echo $ac_n "checking for TIFFGetVersion in -ltiff""... $ac_c" 1>&6 |
| 5419 | echo "configure:5420: checking for TIFFGetVersion in -ltiff" >&5 | 5466 | echo "configure:5467: checking for TIFFGetVersion in -ltiff" >&5 |
| 5420 | ac_lib_var=`echo tiff'_'TIFFGetVersion | sed 'y%./+-%__p_%'` | 5467 | ac_lib_var=`echo tiff'_'TIFFGetVersion | sed 'y%./+-%__p_%'` |
| 5421 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 5468 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 5422 | echo $ac_n "(cached) $ac_c" 1>&6 | 5469 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -5424,7 +5471,7 @@ else | |||
| 5424 | ac_save_LIBS="$LIBS" | 5471 | ac_save_LIBS="$LIBS" |
| 5425 | LIBS="-ltiff $tifflibs $LIBS" | 5472 | LIBS="-ltiff $tifflibs $LIBS" |
| 5426 | cat > conftest.$ac_ext <<EOF | 5473 | cat > conftest.$ac_ext <<EOF |
| 5427 | #line 5428 "configure" | 5474 | #line 5475 "configure" |
| 5428 | #include "confdefs.h" | 5475 | #include "confdefs.h" |
| 5429 | /* Override any gcc2 internal prototype to avoid an error. */ | 5476 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 5430 | /* We use char because int might match the return type of a gcc2 | 5477 | /* We use char because int might match the return type of a gcc2 |
| @@ -5435,7 +5482,7 @@ int main() { | |||
| 5435 | TIFFGetVersion() | 5482 | TIFFGetVersion() |
| 5436 | ; return 0; } | 5483 | ; return 0; } |
| 5437 | EOF | 5484 | EOF |
| 5438 | if { (eval echo configure:5439: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 5485 | if { (eval echo configure:5486: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 5439 | rm -rf conftest* | 5486 | rm -rf conftest* |
| 5440 | eval "ac_cv_lib_$ac_lib_var=yes" | 5487 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 5441 | else | 5488 | else |
| @@ -5475,17 +5522,17 @@ if test "${HAVE_X11}" = "yes"; then | |||
| 5475 | if test "${with_gif}" != "no"; then | 5522 | if test "${with_gif}" != "no"; then |
| 5476 | ac_safe=`echo "gif_lib.h" | sed 'y%./+-%__p_%'` | 5523 | ac_safe=`echo "gif_lib.h" | sed 'y%./+-%__p_%'` |
| 5477 | echo $ac_n "checking for gif_lib.h""... $ac_c" 1>&6 | 5524 | echo $ac_n "checking for gif_lib.h""... $ac_c" 1>&6 |
| 5478 | echo "configure:5479: checking for gif_lib.h" >&5 | 5525 | echo "configure:5526: checking for gif_lib.h" >&5 |
| 5479 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 5526 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 5480 | echo $ac_n "(cached) $ac_c" 1>&6 | 5527 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5481 | else | 5528 | else |
| 5482 | cat > conftest.$ac_ext <<EOF | 5529 | cat > conftest.$ac_ext <<EOF |
| 5483 | #line 5484 "configure" | 5530 | #line 5531 "configure" |
| 5484 | #include "confdefs.h" | 5531 | #include "confdefs.h" |
| 5485 | #include <gif_lib.h> | 5532 | #include <gif_lib.h> |
| 5486 | EOF | 5533 | EOF |
| 5487 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 5534 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 5488 | { (eval echo configure:5489: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 5535 | { (eval echo configure:5536: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 5489 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 5536 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 5490 | if test -z "$ac_err"; then | 5537 | if test -z "$ac_err"; then |
| 5491 | rm -rf conftest* | 5538 | rm -rf conftest* |
| @@ -5502,7 +5549,7 @@ fi | |||
| 5502 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | 5549 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
| 5503 | echo "$ac_t""yes" 1>&6 | 5550 | echo "$ac_t""yes" 1>&6 |
| 5504 | echo $ac_n "checking for DGifOpen in -lungif""... $ac_c" 1>&6 | 5551 | echo $ac_n "checking for DGifOpen in -lungif""... $ac_c" 1>&6 |
| 5505 | echo "configure:5506: checking for DGifOpen in -lungif" >&5 | 5552 | echo "configure:5553: checking for DGifOpen in -lungif" >&5 |
| 5506 | ac_lib_var=`echo ungif'_'DGifOpen | sed 'y%./+-%__p_%'` | 5553 | ac_lib_var=`echo ungif'_'DGifOpen | sed 'y%./+-%__p_%'` |
| 5507 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 5554 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 5508 | echo $ac_n "(cached) $ac_c" 1>&6 | 5555 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -5510,7 +5557,7 @@ else | |||
| 5510 | ac_save_LIBS="$LIBS" | 5557 | ac_save_LIBS="$LIBS" |
| 5511 | LIBS="-lungif $LIBS" | 5558 | LIBS="-lungif $LIBS" |
| 5512 | cat > conftest.$ac_ext <<EOF | 5559 | cat > conftest.$ac_ext <<EOF |
| 5513 | #line 5514 "configure" | 5560 | #line 5561 "configure" |
| 5514 | #include "confdefs.h" | 5561 | #include "confdefs.h" |
| 5515 | /* Override any gcc2 internal prototype to avoid an error. */ | 5562 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 5516 | /* We use char because int might match the return type of a gcc2 | 5563 | /* We use char because int might match the return type of a gcc2 |
| @@ -5521,7 +5568,7 @@ int main() { | |||
| 5521 | DGifOpen() | 5568 | DGifOpen() |
| 5522 | ; return 0; } | 5569 | ; return 0; } |
| 5523 | EOF | 5570 | EOF |
| 5524 | if { (eval echo configure:5525: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 5571 | if { (eval echo configure:5572: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 5525 | rm -rf conftest* | 5572 | rm -rf conftest* |
| 5526 | eval "ac_cv_lib_$ac_lib_var=yes" | 5573 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 5527 | else | 5574 | else |
| @@ -5557,19 +5604,19 @@ fi | |||
| 5557 | 5604 | ||
| 5558 | # If netdb.h doesn't declare h_errno, we must declare it by hand. | 5605 | # If netdb.h doesn't declare h_errno, we must declare it by hand. |
| 5559 | echo $ac_n "checking whether netdb declares h_errno""... $ac_c" 1>&6 | 5606 | echo $ac_n "checking whether netdb declares h_errno""... $ac_c" 1>&6 |
| 5560 | echo "configure:5561: checking whether netdb declares h_errno" >&5 | 5607 | echo "configure:5608: checking whether netdb declares h_errno" >&5 |
| 5561 | if eval "test \"`echo '$''{'emacs_cv_netdb_declares_h_errno'+set}'`\" = set"; then | 5608 | if eval "test \"`echo '$''{'emacs_cv_netdb_declares_h_errno'+set}'`\" = set"; then |
| 5562 | echo $ac_n "(cached) $ac_c" 1>&6 | 5609 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5563 | else | 5610 | else |
| 5564 | cat > conftest.$ac_ext <<EOF | 5611 | cat > conftest.$ac_ext <<EOF |
| 5565 | #line 5566 "configure" | 5612 | #line 5613 "configure" |
| 5566 | #include "confdefs.h" | 5613 | #include "confdefs.h" |
| 5567 | #include <netdb.h> | 5614 | #include <netdb.h> |
| 5568 | int main() { | 5615 | int main() { |
| 5569 | return h_errno; | 5616 | return h_errno; |
| 5570 | ; return 0; } | 5617 | ; return 0; } |
| 5571 | EOF | 5618 | EOF |
| 5572 | if { (eval echo configure:5573: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 5619 | if { (eval echo configure:5620: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 5573 | rm -rf conftest* | 5620 | rm -rf conftest* |
| 5574 | emacs_cv_netdb_declares_h_errno=yes | 5621 | emacs_cv_netdb_declares_h_errno=yes |
| 5575 | else | 5622 | else |
| @@ -5592,19 +5639,19 @@ fi | |||
| 5592 | # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works | 5639 | # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works |
| 5593 | # for constant arguments. Useless! | 5640 | # for constant arguments. Useless! |
| 5594 | echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 | 5641 | echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 |
| 5595 | echo "configure:5596: checking for working alloca.h" >&5 | 5642 | echo "configure:5643: checking for working alloca.h" >&5 |
| 5596 | if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then | 5643 | if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then |
| 5597 | echo $ac_n "(cached) $ac_c" 1>&6 | 5644 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5598 | else | 5645 | else |
| 5599 | cat > conftest.$ac_ext <<EOF | 5646 | cat > conftest.$ac_ext <<EOF |
| 5600 | #line 5601 "configure" | 5647 | #line 5648 "configure" |
| 5601 | #include "confdefs.h" | 5648 | #include "confdefs.h" |
| 5602 | #include <alloca.h> | 5649 | #include <alloca.h> |
| 5603 | int main() { | 5650 | int main() { |
| 5604 | char *p = alloca(2 * sizeof(int)); | 5651 | char *p = alloca(2 * sizeof(int)); |
| 5605 | ; return 0; } | 5652 | ; return 0; } |
| 5606 | EOF | 5653 | EOF |
| 5607 | if { (eval echo configure:5608: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 5654 | if { (eval echo configure:5655: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 5608 | rm -rf conftest* | 5655 | rm -rf conftest* |
| 5609 | ac_cv_header_alloca_h=yes | 5656 | ac_cv_header_alloca_h=yes |
| 5610 | else | 5657 | else |
| @@ -5625,12 +5672,12 @@ EOF | |||
| 5625 | fi | 5672 | fi |
| 5626 | 5673 | ||
| 5627 | echo $ac_n "checking for alloca""... $ac_c" 1>&6 | 5674 | echo $ac_n "checking for alloca""... $ac_c" 1>&6 |
| 5628 | echo "configure:5629: checking for alloca" >&5 | 5675 | echo "configure:5676: checking for alloca" >&5 |
| 5629 | if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then | 5676 | if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then |
| 5630 | echo $ac_n "(cached) $ac_c" 1>&6 | 5677 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5631 | else | 5678 | else |
| 5632 | cat > conftest.$ac_ext <<EOF | 5679 | cat > conftest.$ac_ext <<EOF |
| 5633 | #line 5634 "configure" | 5680 | #line 5681 "configure" |
| 5634 | #include "confdefs.h" | 5681 | #include "confdefs.h" |
| 5635 | 5682 | ||
| 5636 | #ifdef __GNUC__ | 5683 | #ifdef __GNUC__ |
| @@ -5658,7 +5705,7 @@ int main() { | |||
| 5658 | char *p = (char *) alloca(1); | 5705 | char *p = (char *) alloca(1); |
| 5659 | ; return 0; } | 5706 | ; return 0; } |
| 5660 | EOF | 5707 | EOF |
| 5661 | if { (eval echo configure:5662: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 5708 | if { (eval echo configure:5709: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 5662 | rm -rf conftest* | 5709 | rm -rf conftest* |
| 5663 | ac_cv_func_alloca_works=yes | 5710 | ac_cv_func_alloca_works=yes |
| 5664 | else | 5711 | else |
| @@ -5690,12 +5737,12 @@ EOF | |||
| 5690 | 5737 | ||
| 5691 | 5738 | ||
| 5692 | echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 | 5739 | echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 |
| 5693 | echo "configure:5694: checking whether alloca needs Cray hooks" >&5 | 5740 | echo "configure:5741: checking whether alloca needs Cray hooks" >&5 |
| 5694 | if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then | 5741 | if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then |
| 5695 | echo $ac_n "(cached) $ac_c" 1>&6 | 5742 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5696 | else | 5743 | else |
| 5697 | cat > conftest.$ac_ext <<EOF | 5744 | cat > conftest.$ac_ext <<EOF |
| 5698 | #line 5699 "configure" | 5745 | #line 5746 "configure" |
| 5699 | #include "confdefs.h" | 5746 | #include "confdefs.h" |
| 5700 | #if defined(CRAY) && ! defined(CRAY2) | 5747 | #if defined(CRAY) && ! defined(CRAY2) |
| 5701 | webecray | 5748 | webecray |
| @@ -5720,12 +5767,12 @@ echo "$ac_t""$ac_cv_os_cray" 1>&6 | |||
| 5720 | if test $ac_cv_os_cray = yes; then | 5767 | if test $ac_cv_os_cray = yes; then |
| 5721 | for ac_func in _getb67 GETB67 getb67; do | 5768 | for ac_func in _getb67 GETB67 getb67; do |
| 5722 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | 5769 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
| 5723 | echo "configure:5724: checking for $ac_func" >&5 | 5770 | echo "configure:5771: checking for $ac_func" >&5 |
| 5724 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then | 5771 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
| 5725 | echo $ac_n "(cached) $ac_c" 1>&6 | 5772 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5726 | else | 5773 | else |
| 5727 | cat > conftest.$ac_ext <<EOF | 5774 | cat > conftest.$ac_ext <<EOF |
| 5728 | #line 5729 "configure" | 5775 | #line 5776 "configure" |
| 5729 | #include "confdefs.h" | 5776 | #include "confdefs.h" |
| 5730 | /* System header to define __stub macros and hopefully few prototypes, | 5777 | /* System header to define __stub macros and hopefully few prototypes, |
| 5731 | which can conflict with char $ac_func(); below. */ | 5778 | which can conflict with char $ac_func(); below. */ |
| @@ -5748,7 +5795,7 @@ $ac_func(); | |||
| 5748 | 5795 | ||
| 5749 | ; return 0; } | 5796 | ; return 0; } |
| 5750 | EOF | 5797 | EOF |
| 5751 | if { (eval echo configure:5752: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 5798 | if { (eval echo configure:5799: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 5752 | rm -rf conftest* | 5799 | rm -rf conftest* |
| 5753 | eval "ac_cv_func_$ac_func=yes" | 5800 | eval "ac_cv_func_$ac_func=yes" |
| 5754 | else | 5801 | else |
| @@ -5775,7 +5822,7 @@ done | |||
| 5775 | fi | 5822 | fi |
| 5776 | 5823 | ||
| 5777 | echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 | 5824 | echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 |
| 5778 | echo "configure:5779: checking stack direction for C alloca" >&5 | 5825 | echo "configure:5826: checking stack direction for C alloca" >&5 |
| 5779 | if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then | 5826 | if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then |
| 5780 | echo $ac_n "(cached) $ac_c" 1>&6 | 5827 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5781 | else | 5828 | else |
| @@ -5783,7 +5830,7 @@ else | |||
| 5783 | ac_cv_c_stack_direction=0 | 5830 | ac_cv_c_stack_direction=0 |
| 5784 | else | 5831 | else |
| 5785 | cat > conftest.$ac_ext <<EOF | 5832 | cat > conftest.$ac_ext <<EOF |
| 5786 | #line 5787 "configure" | 5833 | #line 5834 "configure" |
| 5787 | #include "confdefs.h" | 5834 | #include "confdefs.h" |
| 5788 | find_stack_direction () | 5835 | find_stack_direction () |
| 5789 | { | 5836 | { |
| @@ -5802,7 +5849,7 @@ main () | |||
| 5802 | exit (find_stack_direction() < 0); | 5849 | exit (find_stack_direction() < 0); |
| 5803 | } | 5850 | } |
| 5804 | EOF | 5851 | EOF |
| 5805 | if { (eval echo configure:5806: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null | 5852 | if { (eval echo configure:5853: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
| 5806 | then | 5853 | then |
| 5807 | ac_cv_c_stack_direction=1 | 5854 | ac_cv_c_stack_direction=1 |
| 5808 | else | 5855 | else |
| @@ -5827,7 +5874,7 @@ fi | |||
| 5827 | # fmod, logb, and frexp are found in -lm on most systems. | 5874 | # fmod, logb, and frexp are found in -lm on most systems. |
| 5828 | # On HPUX 9.01, -lm does not contain logb, so check for sqrt. | 5875 | # On HPUX 9.01, -lm does not contain logb, so check for sqrt. |
| 5829 | echo $ac_n "checking for sqrt in -lm""... $ac_c" 1>&6 | 5876 | echo $ac_n "checking for sqrt in -lm""... $ac_c" 1>&6 |
| 5830 | echo "configure:5831: checking for sqrt in -lm" >&5 | 5877 | echo "configure:5878: checking for sqrt in -lm" >&5 |
| 5831 | ac_lib_var=`echo m'_'sqrt | sed 'y%./+-%__p_%'` | 5878 | ac_lib_var=`echo m'_'sqrt | sed 'y%./+-%__p_%'` |
| 5832 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 5879 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 5833 | echo $ac_n "(cached) $ac_c" 1>&6 | 5880 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -5835,7 +5882,7 @@ else | |||
| 5835 | ac_save_LIBS="$LIBS" | 5882 | ac_save_LIBS="$LIBS" |
| 5836 | LIBS="-lm $LIBS" | 5883 | LIBS="-lm $LIBS" |
| 5837 | cat > conftest.$ac_ext <<EOF | 5884 | cat > conftest.$ac_ext <<EOF |
| 5838 | #line 5839 "configure" | 5885 | #line 5886 "configure" |
| 5839 | #include "confdefs.h" | 5886 | #include "confdefs.h" |
| 5840 | /* Override any gcc2 internal prototype to avoid an error. */ | 5887 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 5841 | /* We use char because int might match the return type of a gcc2 | 5888 | /* We use char because int might match the return type of a gcc2 |
| @@ -5846,7 +5893,7 @@ int main() { | |||
| 5846 | sqrt() | 5893 | sqrt() |
| 5847 | ; return 0; } | 5894 | ; return 0; } |
| 5848 | EOF | 5895 | EOF |
| 5849 | if { (eval echo configure:5850: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 5896 | if { (eval echo configure:5897: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 5850 | rm -rf conftest* | 5897 | rm -rf conftest* |
| 5851 | eval "ac_cv_lib_$ac_lib_var=yes" | 5898 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 5852 | else | 5899 | else |
| @@ -5876,7 +5923,7 @@ fi | |||
| 5876 | 5923 | ||
| 5877 | # Check for mail-locking functions in a "mail" library | 5924 | # Check for mail-locking functions in a "mail" library |
| 5878 | echo $ac_n "checking for maillock in -lmail""... $ac_c" 1>&6 | 5925 | echo $ac_n "checking for maillock in -lmail""... $ac_c" 1>&6 |
| 5879 | echo "configure:5880: checking for maillock in -lmail" >&5 | 5926 | echo "configure:5927: checking for maillock in -lmail" >&5 |
| 5880 | ac_lib_var=`echo mail'_'maillock | sed 'y%./+-%__p_%'` | 5927 | ac_lib_var=`echo mail'_'maillock | sed 'y%./+-%__p_%'` |
| 5881 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 5928 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 5882 | echo $ac_n "(cached) $ac_c" 1>&6 | 5929 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -5884,7 +5931,7 @@ else | |||
| 5884 | ac_save_LIBS="$LIBS" | 5931 | ac_save_LIBS="$LIBS" |
| 5885 | LIBS="-lmail $LIBS" | 5932 | LIBS="-lmail $LIBS" |
| 5886 | cat > conftest.$ac_ext <<EOF | 5933 | cat > conftest.$ac_ext <<EOF |
| 5887 | #line 5888 "configure" | 5934 | #line 5935 "configure" |
| 5888 | #include "confdefs.h" | 5935 | #include "confdefs.h" |
| 5889 | /* Override any gcc2 internal prototype to avoid an error. */ | 5936 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 5890 | /* We use char because int might match the return type of a gcc2 | 5937 | /* We use char because int might match the return type of a gcc2 |
| @@ -5895,7 +5942,7 @@ int main() { | |||
| 5895 | maillock() | 5942 | maillock() |
| 5896 | ; return 0; } | 5943 | ; return 0; } |
| 5897 | EOF | 5944 | EOF |
| 5898 | if { (eval echo configure:5899: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 5945 | if { (eval echo configure:5946: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 5899 | rm -rf conftest* | 5946 | rm -rf conftest* |
| 5900 | eval "ac_cv_lib_$ac_lib_var=yes" | 5947 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 5901 | else | 5948 | else |
| @@ -5923,7 +5970,7 @@ else | |||
| 5923 | fi | 5970 | fi |
| 5924 | 5971 | ||
| 5925 | echo $ac_n "checking for maillock in -llockfile""... $ac_c" 1>&6 | 5972 | echo $ac_n "checking for maillock in -llockfile""... $ac_c" 1>&6 |
| 5926 | echo "configure:5927: checking for maillock in -llockfile" >&5 | 5973 | echo "configure:5974: checking for maillock in -llockfile" >&5 |
| 5927 | ac_lib_var=`echo lockfile'_'maillock | sed 'y%./+-%__p_%'` | 5974 | ac_lib_var=`echo lockfile'_'maillock | sed 'y%./+-%__p_%'` |
| 5928 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 5975 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 5929 | echo $ac_n "(cached) $ac_c" 1>&6 | 5976 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -5931,7 +5978,7 @@ else | |||
| 5931 | ac_save_LIBS="$LIBS" | 5978 | ac_save_LIBS="$LIBS" |
| 5932 | LIBS="-llockfile $LIBS" | 5979 | LIBS="-llockfile $LIBS" |
| 5933 | cat > conftest.$ac_ext <<EOF | 5980 | cat > conftest.$ac_ext <<EOF |
| 5934 | #line 5935 "configure" | 5981 | #line 5982 "configure" |
| 5935 | #include "confdefs.h" | 5982 | #include "confdefs.h" |
| 5936 | /* Override any gcc2 internal prototype to avoid an error. */ | 5983 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 5937 | /* We use char because int might match the return type of a gcc2 | 5984 | /* We use char because int might match the return type of a gcc2 |
| @@ -5942,7 +5989,7 @@ int main() { | |||
| 5942 | maillock() | 5989 | maillock() |
| 5943 | ; return 0; } | 5990 | ; return 0; } |
| 5944 | EOF | 5991 | EOF |
| 5945 | if { (eval echo configure:5946: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 5992 | if { (eval echo configure:5993: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 5946 | rm -rf conftest* | 5993 | rm -rf conftest* |
| 5947 | eval "ac_cv_lib_$ac_lib_var=yes" | 5994 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 5948 | else | 5995 | else |
| @@ -5976,7 +6023,7 @@ if test "$ac_cv_lib_lockfile_maillock" = no; then | |||
| 5976 | # Extract the first word of "liblockfile.so", so it can be a program name with args. | 6023 | # Extract the first word of "liblockfile.so", so it can be a program name with args. |
| 5977 | set dummy liblockfile.so; ac_word=$2 | 6024 | set dummy liblockfile.so; ac_word=$2 |
| 5978 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | 6025 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
| 5979 | echo "configure:5980: checking for $ac_word" >&5 | 6026 | echo "configure:6027: checking for $ac_word" >&5 |
| 5980 | if eval "test \"`echo '$''{'ac_cv_prog_liblockfile'+set}'`\" = set"; then | 6027 | if eval "test \"`echo '$''{'ac_cv_prog_liblockfile'+set}'`\" = set"; then |
| 5981 | echo $ac_n "(cached) $ac_c" 1>&6 | 6028 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5982 | else | 6029 | else |
| @@ -6017,12 +6064,12 @@ fi | |||
| 6017 | for ac_func in touchlock | 6064 | for ac_func in touchlock |
| 6018 | do | 6065 | do |
| 6019 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | 6066 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
| 6020 | echo "configure:6021: checking for $ac_func" >&5 | 6067 | echo "configure:6068: checking for $ac_func" >&5 |
| 6021 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then | 6068 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
| 6022 | echo $ac_n "(cached) $ac_c" 1>&6 | 6069 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6023 | else | 6070 | else |
| 6024 | cat > conftest.$ac_ext <<EOF | 6071 | cat > conftest.$ac_ext <<EOF |
| 6025 | #line 6026 "configure" | 6072 | #line 6073 "configure" |
| 6026 | #include "confdefs.h" | 6073 | #include "confdefs.h" |
| 6027 | /* System header to define __stub macros and hopefully few prototypes, | 6074 | /* System header to define __stub macros and hopefully few prototypes, |
| 6028 | which can conflict with char $ac_func(); below. */ | 6075 | which can conflict with char $ac_func(); below. */ |
| @@ -6045,7 +6092,7 @@ $ac_func(); | |||
| 6045 | 6092 | ||
| 6046 | ; return 0; } | 6093 | ; return 0; } |
| 6047 | EOF | 6094 | EOF |
| 6048 | if { (eval echo configure:6049: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 6095 | if { (eval echo configure:6096: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 6049 | rm -rf conftest* | 6096 | rm -rf conftest* |
| 6050 | eval "ac_cv_func_$ac_func=yes" | 6097 | eval "ac_cv_func_$ac_func=yes" |
| 6051 | else | 6098 | else |
| @@ -6073,17 +6120,17 @@ for ac_hdr in maillock.h | |||
| 6073 | do | 6120 | do |
| 6074 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | 6121 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 6075 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | 6122 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
| 6076 | echo "configure:6077: checking for $ac_hdr" >&5 | 6123 | echo "configure:6124: checking for $ac_hdr" >&5 |
| 6077 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 6124 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 6078 | echo $ac_n "(cached) $ac_c" 1>&6 | 6125 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6079 | else | 6126 | else |
| 6080 | cat > conftest.$ac_ext <<EOF | 6127 | cat > conftest.$ac_ext <<EOF |
| 6081 | #line 6082 "configure" | 6128 | #line 6129 "configure" |
| 6082 | #include "confdefs.h" | 6129 | #include "confdefs.h" |
| 6083 | #include <$ac_hdr> | 6130 | #include <$ac_hdr> |
| 6084 | EOF | 6131 | EOF |
| 6085 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 6132 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 6086 | { (eval echo configure:6087: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 6133 | { (eval echo configure:6134: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 6087 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 6134 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 6088 | if test -z "$ac_err"; then | 6135 | if test -z "$ac_err"; then |
| 6089 | rm -rf conftest* | 6136 | rm -rf conftest* |
| @@ -6119,12 +6166,12 @@ __fpending mblen mbrlen strsignal setitimer ualarm index rindex \ | |||
| 6119 | gai_strerror mkstemp | 6166 | gai_strerror mkstemp |
| 6120 | do | 6167 | do |
| 6121 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | 6168 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
| 6122 | echo "configure:6123: checking for $ac_func" >&5 | 6169 | echo "configure:6170: checking for $ac_func" >&5 |
| 6123 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then | 6170 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
| 6124 | echo $ac_n "(cached) $ac_c" 1>&6 | 6171 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6125 | else | 6172 | else |
| 6126 | cat > conftest.$ac_ext <<EOF | 6173 | cat > conftest.$ac_ext <<EOF |
| 6127 | #line 6128 "configure" | 6174 | #line 6175 "configure" |
| 6128 | #include "confdefs.h" | 6175 | #include "confdefs.h" |
| 6129 | /* System header to define __stub macros and hopefully few prototypes, | 6176 | /* System header to define __stub macros and hopefully few prototypes, |
| 6130 | which can conflict with char $ac_func(); below. */ | 6177 | which can conflict with char $ac_func(); below. */ |
| @@ -6147,7 +6194,7 @@ $ac_func(); | |||
| 6147 | 6194 | ||
| 6148 | ; return 0; } | 6195 | ; return 0; } |
| 6149 | EOF | 6196 | EOF |
| 6150 | if { (eval echo configure:6151: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 6197 | if { (eval echo configure:6198: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 6151 | rm -rf conftest* | 6198 | rm -rf conftest* |
| 6152 | eval "ac_cv_func_$ac_func=yes" | 6199 | eval "ac_cv_func_$ac_func=yes" |
| 6153 | else | 6200 | else |
| @@ -6176,17 +6223,17 @@ for ac_hdr in sys/time.h unistd.h | |||
| 6176 | do | 6223 | do |
| 6177 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | 6224 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 6178 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | 6225 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
| 6179 | echo "configure:6180: checking for $ac_hdr" >&5 | 6226 | echo "configure:6227: checking for $ac_hdr" >&5 |
| 6180 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 6227 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 6181 | echo $ac_n "(cached) $ac_c" 1>&6 | 6228 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6182 | else | 6229 | else |
| 6183 | cat > conftest.$ac_ext <<EOF | 6230 | cat > conftest.$ac_ext <<EOF |
| 6184 | #line 6185 "configure" | 6231 | #line 6232 "configure" |
| 6185 | #include "confdefs.h" | 6232 | #include "confdefs.h" |
| 6186 | #include <$ac_hdr> | 6233 | #include <$ac_hdr> |
| 6187 | EOF | 6234 | EOF |
| 6188 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 6235 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 6189 | { (eval echo configure:6190: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 6236 | { (eval echo configure:6237: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 6190 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 6237 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 6191 | if test -z "$ac_err"; then | 6238 | if test -z "$ac_err"; then |
| 6192 | rm -rf conftest* | 6239 | rm -rf conftest* |
| @@ -6215,12 +6262,12 @@ done | |||
| 6215 | for ac_func in alarm | 6262 | for ac_func in alarm |
| 6216 | do | 6263 | do |
| 6217 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | 6264 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
| 6218 | echo "configure:6219: checking for $ac_func" >&5 | 6265 | echo "configure:6266: checking for $ac_func" >&5 |
| 6219 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then | 6266 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
| 6220 | echo $ac_n "(cached) $ac_c" 1>&6 | 6267 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6221 | else | 6268 | else |
| 6222 | cat > conftest.$ac_ext <<EOF | 6269 | cat > conftest.$ac_ext <<EOF |
| 6223 | #line 6224 "configure" | 6270 | #line 6271 "configure" |
| 6224 | #include "confdefs.h" | 6271 | #include "confdefs.h" |
| 6225 | /* System header to define __stub macros and hopefully few prototypes, | 6272 | /* System header to define __stub macros and hopefully few prototypes, |
| 6226 | which can conflict with char $ac_func(); below. */ | 6273 | which can conflict with char $ac_func(); below. */ |
| @@ -6243,7 +6290,7 @@ $ac_func(); | |||
| 6243 | 6290 | ||
| 6244 | ; return 0; } | 6291 | ; return 0; } |
| 6245 | EOF | 6292 | EOF |
| 6246 | if { (eval echo configure:6247: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 6293 | if { (eval echo configure:6294: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 6247 | rm -rf conftest* | 6294 | rm -rf conftest* |
| 6248 | eval "ac_cv_func_$ac_func=yes" | 6295 | eval "ac_cv_func_$ac_func=yes" |
| 6249 | else | 6296 | else |
| @@ -6268,7 +6315,7 @@ fi | |||
| 6268 | done | 6315 | done |
| 6269 | 6316 | ||
| 6270 | echo $ac_n "checking for working mktime""... $ac_c" 1>&6 | 6317 | echo $ac_n "checking for working mktime""... $ac_c" 1>&6 |
| 6271 | echo "configure:6272: checking for working mktime" >&5 | 6318 | echo "configure:6319: checking for working mktime" >&5 |
| 6272 | if eval "test \"`echo '$''{'ac_cv_func_working_mktime'+set}'`\" = set"; then | 6319 | if eval "test \"`echo '$''{'ac_cv_func_working_mktime'+set}'`\" = set"; then |
| 6273 | echo $ac_n "(cached) $ac_c" 1>&6 | 6320 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6274 | else | 6321 | else |
| @@ -6276,7 +6323,7 @@ else | |||
| 6276 | ac_cv_func_working_mktime=no | 6323 | ac_cv_func_working_mktime=no |
| 6277 | else | 6324 | else |
| 6278 | cat > conftest.$ac_ext <<EOF | 6325 | cat > conftest.$ac_ext <<EOF |
| 6279 | #line 6280 "configure" | 6326 | #line 6327 "configure" |
| 6280 | #include "confdefs.h" | 6327 | #include "confdefs.h" |
| 6281 | /* Test program from Paul Eggert (eggert@twinsun.com) | 6328 | /* Test program from Paul Eggert (eggert@twinsun.com) |
| 6282 | and Tony Leneis (tony@plaza.ds.adp.com). */ | 6329 | and Tony Leneis (tony@plaza.ds.adp.com). */ |
| @@ -6425,7 +6472,7 @@ main () | |||
| 6425 | exit (0); | 6472 | exit (0); |
| 6426 | } | 6473 | } |
| 6427 | EOF | 6474 | EOF |
| 6428 | if { (eval echo configure:6429: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null | 6475 | if { (eval echo configure:6476: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
| 6429 | then | 6476 | then |
| 6430 | ac_cv_func_working_mktime=yes | 6477 | ac_cv_func_working_mktime=yes |
| 6431 | else | 6478 | else |
| @@ -6457,7 +6504,7 @@ ac_have_func=no # yes means we've found a way to get the load average. | |||
| 6457 | # On Solaris, -lkvm requires nlist from -lelf, so check that first | 6504 | # On Solaris, -lkvm requires nlist from -lelf, so check that first |
| 6458 | # to get the right answer into the cache. | 6505 | # to get the right answer into the cache. |
| 6459 | echo $ac_n "checking for elf_begin in -lelf""... $ac_c" 1>&6 | 6506 | echo $ac_n "checking for elf_begin in -lelf""... $ac_c" 1>&6 |
| 6460 | echo "configure:6461: checking for elf_begin in -lelf" >&5 | 6507 | echo "configure:6508: checking for elf_begin in -lelf" >&5 |
| 6461 | ac_lib_var=`echo elf'_'elf_begin | sed 'y%./+-%__p_%'` | 6508 | ac_lib_var=`echo elf'_'elf_begin | sed 'y%./+-%__p_%'` |
| 6462 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 6509 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 6463 | echo $ac_n "(cached) $ac_c" 1>&6 | 6510 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -6465,7 +6512,7 @@ else | |||
| 6465 | ac_save_LIBS="$LIBS" | 6512 | ac_save_LIBS="$LIBS" |
| 6466 | LIBS="-lelf $LIBS" | 6513 | LIBS="-lelf $LIBS" |
| 6467 | cat > conftest.$ac_ext <<EOF | 6514 | cat > conftest.$ac_ext <<EOF |
| 6468 | #line 6469 "configure" | 6515 | #line 6516 "configure" |
| 6469 | #include "confdefs.h" | 6516 | #include "confdefs.h" |
| 6470 | /* Override any gcc2 internal prototype to avoid an error. */ | 6517 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 6471 | /* We use char because int might match the return type of a gcc2 | 6518 | /* We use char because int might match the return type of a gcc2 |
| @@ -6476,7 +6523,7 @@ int main() { | |||
| 6476 | elf_begin() | 6523 | elf_begin() |
| 6477 | ; return 0; } | 6524 | ; return 0; } |
| 6478 | EOF | 6525 | EOF |
| 6479 | if { (eval echo configure:6480: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 6526 | if { (eval echo configure:6527: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 6480 | rm -rf conftest* | 6527 | rm -rf conftest* |
| 6481 | eval "ac_cv_lib_$ac_lib_var=yes" | 6528 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 6482 | else | 6529 | else |
| @@ -6497,7 +6544,7 @@ else | |||
| 6497 | fi | 6544 | fi |
| 6498 | 6545 | ||
| 6499 | echo $ac_n "checking for kvm_open in -lkvm""... $ac_c" 1>&6 | 6546 | echo $ac_n "checking for kvm_open in -lkvm""... $ac_c" 1>&6 |
| 6500 | echo "configure:6501: checking for kvm_open in -lkvm" >&5 | 6547 | echo "configure:6548: checking for kvm_open in -lkvm" >&5 |
| 6501 | ac_lib_var=`echo kvm'_'kvm_open | sed 'y%./+-%__p_%'` | 6548 | ac_lib_var=`echo kvm'_'kvm_open | sed 'y%./+-%__p_%'` |
| 6502 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 6549 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 6503 | echo $ac_n "(cached) $ac_c" 1>&6 | 6550 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -6505,7 +6552,7 @@ else | |||
| 6505 | ac_save_LIBS="$LIBS" | 6552 | ac_save_LIBS="$LIBS" |
| 6506 | LIBS="-lkvm $LIBS" | 6553 | LIBS="-lkvm $LIBS" |
| 6507 | cat > conftest.$ac_ext <<EOF | 6554 | cat > conftest.$ac_ext <<EOF |
| 6508 | #line 6509 "configure" | 6555 | #line 6556 "configure" |
| 6509 | #include "confdefs.h" | 6556 | #include "confdefs.h" |
| 6510 | /* Override any gcc2 internal prototype to avoid an error. */ | 6557 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 6511 | /* We use char because int might match the return type of a gcc2 | 6558 | /* We use char because int might match the return type of a gcc2 |
| @@ -6516,7 +6563,7 @@ int main() { | |||
| 6516 | kvm_open() | 6563 | kvm_open() |
| 6517 | ; return 0; } | 6564 | ; return 0; } |
| 6518 | EOF | 6565 | EOF |
| 6519 | if { (eval echo configure:6520: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 6566 | if { (eval echo configure:6567: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 6520 | rm -rf conftest* | 6567 | rm -rf conftest* |
| 6521 | eval "ac_cv_lib_$ac_lib_var=yes" | 6568 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 6522 | else | 6569 | else |
| @@ -6538,7 +6585,7 @@ fi | |||
| 6538 | 6585 | ||
| 6539 | # Check for the 4.4BSD definition of getloadavg. | 6586 | # Check for the 4.4BSD definition of getloadavg. |
| 6540 | echo $ac_n "checking for getloadavg in -lutil""... $ac_c" 1>&6 | 6587 | echo $ac_n "checking for getloadavg in -lutil""... $ac_c" 1>&6 |
| 6541 | echo "configure:6542: checking for getloadavg in -lutil" >&5 | 6588 | echo "configure:6589: checking for getloadavg in -lutil" >&5 |
| 6542 | ac_lib_var=`echo util'_'getloadavg | sed 'y%./+-%__p_%'` | 6589 | ac_lib_var=`echo util'_'getloadavg | sed 'y%./+-%__p_%'` |
| 6543 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 6590 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 6544 | echo $ac_n "(cached) $ac_c" 1>&6 | 6591 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -6546,7 +6593,7 @@ else | |||
| 6546 | ac_save_LIBS="$LIBS" | 6593 | ac_save_LIBS="$LIBS" |
| 6547 | LIBS="-lutil $LIBS" | 6594 | LIBS="-lutil $LIBS" |
| 6548 | cat > conftest.$ac_ext <<EOF | 6595 | cat > conftest.$ac_ext <<EOF |
| 6549 | #line 6550 "configure" | 6596 | #line 6597 "configure" |
| 6550 | #include "confdefs.h" | 6597 | #include "confdefs.h" |
| 6551 | /* Override any gcc2 internal prototype to avoid an error. */ | 6598 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 6552 | /* We use char because int might match the return type of a gcc2 | 6599 | /* We use char because int might match the return type of a gcc2 |
| @@ -6557,7 +6604,7 @@ int main() { | |||
| 6557 | getloadavg() | 6604 | getloadavg() |
| 6558 | ; return 0; } | 6605 | ; return 0; } |
| 6559 | EOF | 6606 | EOF |
| 6560 | if { (eval echo configure:6561: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 6607 | if { (eval echo configure:6608: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 6561 | rm -rf conftest* | 6608 | rm -rf conftest* |
| 6562 | eval "ac_cv_lib_$ac_lib_var=yes" | 6609 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 6563 | else | 6610 | else |
| @@ -6583,7 +6630,7 @@ if test $ac_have_func = no; then | |||
| 6583 | # Since it is not a standard part of AIX, it might be installed locally. | 6630 | # Since it is not a standard part of AIX, it might be installed locally. |
| 6584 | ac_getloadavg_LIBS="$LIBS"; LIBS="-L/usr/local/lib $LIBS" | 6631 | ac_getloadavg_LIBS="$LIBS"; LIBS="-L/usr/local/lib $LIBS" |
| 6585 | echo $ac_n "checking for getloadavg in -lgetloadavg""... $ac_c" 1>&6 | 6632 | echo $ac_n "checking for getloadavg in -lgetloadavg""... $ac_c" 1>&6 |
| 6586 | echo "configure:6587: checking for getloadavg in -lgetloadavg" >&5 | 6633 | echo "configure:6634: checking for getloadavg in -lgetloadavg" >&5 |
| 6587 | ac_lib_var=`echo getloadavg'_'getloadavg | sed 'y%./+-%__p_%'` | 6634 | ac_lib_var=`echo getloadavg'_'getloadavg | sed 'y%./+-%__p_%'` |
| 6588 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 6635 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 6589 | echo $ac_n "(cached) $ac_c" 1>&6 | 6636 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -6591,7 +6638,7 @@ else | |||
| 6591 | ac_save_LIBS="$LIBS" | 6638 | ac_save_LIBS="$LIBS" |
| 6592 | LIBS="-lgetloadavg $LIBS" | 6639 | LIBS="-lgetloadavg $LIBS" |
| 6593 | cat > conftest.$ac_ext <<EOF | 6640 | cat > conftest.$ac_ext <<EOF |
| 6594 | #line 6595 "configure" | 6641 | #line 6642 "configure" |
| 6595 | #include "confdefs.h" | 6642 | #include "confdefs.h" |
| 6596 | /* Override any gcc2 internal prototype to avoid an error. */ | 6643 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 6597 | /* We use char because int might match the return type of a gcc2 | 6644 | /* We use char because int might match the return type of a gcc2 |
| @@ -6602,7 +6649,7 @@ int main() { | |||
| 6602 | getloadavg() | 6649 | getloadavg() |
| 6603 | ; return 0; } | 6650 | ; return 0; } |
| 6604 | EOF | 6651 | EOF |
| 6605 | if { (eval echo configure:6606: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 6652 | if { (eval echo configure:6653: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 6606 | rm -rf conftest* | 6653 | rm -rf conftest* |
| 6607 | eval "ac_cv_lib_$ac_lib_var=yes" | 6654 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 6608 | else | 6655 | else |
| @@ -6629,12 +6676,12 @@ fi | |||
| 6629 | for ac_func in getloadavg | 6676 | for ac_func in getloadavg |
| 6630 | do | 6677 | do |
| 6631 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | 6678 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
| 6632 | echo "configure:6633: checking for $ac_func" >&5 | 6679 | echo "configure:6680: checking for $ac_func" >&5 |
| 6633 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then | 6680 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
| 6634 | echo $ac_n "(cached) $ac_c" 1>&6 | 6681 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6635 | else | 6682 | else |
| 6636 | cat > conftest.$ac_ext <<EOF | 6683 | cat > conftest.$ac_ext <<EOF |
| 6637 | #line 6638 "configure" | 6684 | #line 6685 "configure" |
| 6638 | #include "confdefs.h" | 6685 | #include "confdefs.h" |
| 6639 | /* System header to define __stub macros and hopefully few prototypes, | 6686 | /* System header to define __stub macros and hopefully few prototypes, |
| 6640 | which can conflict with char $ac_func(); below. */ | 6687 | which can conflict with char $ac_func(); below. */ |
| @@ -6657,7 +6704,7 @@ $ac_func(); | |||
| 6657 | 6704 | ||
| 6658 | ; return 0; } | 6705 | ; return 0; } |
| 6659 | EOF | 6706 | EOF |
| 6660 | if { (eval echo configure:6661: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 6707 | if { (eval echo configure:6708: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 6661 | rm -rf conftest* | 6708 | rm -rf conftest* |
| 6662 | eval "ac_cv_func_$ac_func=yes" | 6709 | eval "ac_cv_func_$ac_func=yes" |
| 6663 | else | 6710 | else |
| @@ -6695,17 +6742,17 @@ else | |||
| 6695 | ac_have_func=no | 6742 | ac_have_func=no |
| 6696 | ac_safe=`echo "sys/dg_sys_info.h" | sed 'y%./+-%__p_%'` | 6743 | ac_safe=`echo "sys/dg_sys_info.h" | sed 'y%./+-%__p_%'` |
| 6697 | echo $ac_n "checking for sys/dg_sys_info.h""... $ac_c" 1>&6 | 6744 | echo $ac_n "checking for sys/dg_sys_info.h""... $ac_c" 1>&6 |
| 6698 | echo "configure:6699: checking for sys/dg_sys_info.h" >&5 | 6745 | echo "configure:6746: checking for sys/dg_sys_info.h" >&5 |
| 6699 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 6746 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 6700 | echo $ac_n "(cached) $ac_c" 1>&6 | 6747 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6701 | else | 6748 | else |
| 6702 | cat > conftest.$ac_ext <<EOF | 6749 | cat > conftest.$ac_ext <<EOF |
| 6703 | #line 6704 "configure" | 6750 | #line 6751 "configure" |
| 6704 | #include "confdefs.h" | 6751 | #include "confdefs.h" |
| 6705 | #include <sys/dg_sys_info.h> | 6752 | #include <sys/dg_sys_info.h> |
| 6706 | EOF | 6753 | EOF |
| 6707 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 6754 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 6708 | { (eval echo configure:6709: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 6755 | { (eval echo configure:6756: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 6709 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 6756 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 6710 | if test -z "$ac_err"; then | 6757 | if test -z "$ac_err"; then |
| 6711 | rm -rf conftest* | 6758 | rm -rf conftest* |
| @@ -6726,7 +6773,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |||
| 6726 | EOF | 6773 | EOF |
| 6727 | 6774 | ||
| 6728 | echo $ac_n "checking for dg_sys_info in -ldgc""... $ac_c" 1>&6 | 6775 | echo $ac_n "checking for dg_sys_info in -ldgc""... $ac_c" 1>&6 |
| 6729 | echo "configure:6730: checking for dg_sys_info in -ldgc" >&5 | 6776 | echo "configure:6777: checking for dg_sys_info in -ldgc" >&5 |
| 6730 | ac_lib_var=`echo dgc'_'dg_sys_info | sed 'y%./+-%__p_%'` | 6777 | ac_lib_var=`echo dgc'_'dg_sys_info | sed 'y%./+-%__p_%'` |
| 6731 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 6778 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 6732 | echo $ac_n "(cached) $ac_c" 1>&6 | 6779 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -6734,7 +6781,7 @@ else | |||
| 6734 | ac_save_LIBS="$LIBS" | 6781 | ac_save_LIBS="$LIBS" |
| 6735 | LIBS="-ldgc $LIBS" | 6782 | LIBS="-ldgc $LIBS" |
| 6736 | cat > conftest.$ac_ext <<EOF | 6783 | cat > conftest.$ac_ext <<EOF |
| 6737 | #line 6738 "configure" | 6784 | #line 6785 "configure" |
| 6738 | #include "confdefs.h" | 6785 | #include "confdefs.h" |
| 6739 | /* Override any gcc2 internal prototype to avoid an error. */ | 6786 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 6740 | /* We use char because int might match the return type of a gcc2 | 6787 | /* We use char because int might match the return type of a gcc2 |
| @@ -6745,7 +6792,7 @@ int main() { | |||
| 6745 | dg_sys_info() | 6792 | dg_sys_info() |
| 6746 | ; return 0; } | 6793 | ; return 0; } |
| 6747 | EOF | 6794 | EOF |
| 6748 | if { (eval echo configure:6749: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 6795 | if { (eval echo configure:6796: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 6749 | rm -rf conftest* | 6796 | rm -rf conftest* |
| 6750 | eval "ac_cv_lib_$ac_lib_var=yes" | 6797 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 6751 | else | 6798 | else |
| @@ -6790,17 +6837,17 @@ EOF | |||
| 6790 | if test $ac_have_func = no; then | 6837 | if test $ac_have_func = no; then |
| 6791 | ac_safe=`echo "inq_stats/cpustats.h" | sed 'y%./+-%__p_%'` | 6838 | ac_safe=`echo "inq_stats/cpustats.h" | sed 'y%./+-%__p_%'` |
| 6792 | echo $ac_n "checking for inq_stats/cpustats.h""... $ac_c" 1>&6 | 6839 | echo $ac_n "checking for inq_stats/cpustats.h""... $ac_c" 1>&6 |
| 6793 | echo "configure:6794: checking for inq_stats/cpustats.h" >&5 | 6840 | echo "configure:6841: checking for inq_stats/cpustats.h" >&5 |
| 6794 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 6841 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 6795 | echo $ac_n "(cached) $ac_c" 1>&6 | 6842 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6796 | else | 6843 | else |
| 6797 | cat > conftest.$ac_ext <<EOF | 6844 | cat > conftest.$ac_ext <<EOF |
| 6798 | #line 6799 "configure" | 6845 | #line 6846 "configure" |
| 6799 | #include "confdefs.h" | 6846 | #include "confdefs.h" |
| 6800 | #include <inq_stats/cpustats.h> | 6847 | #include <inq_stats/cpustats.h> |
| 6801 | EOF | 6848 | EOF |
| 6802 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 6849 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 6803 | { (eval echo configure:6804: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 6850 | { (eval echo configure:6851: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 6804 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 6851 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 6805 | if test -z "$ac_err"; then | 6852 | if test -z "$ac_err"; then |
| 6806 | rm -rf conftest* | 6853 | rm -rf conftest* |
| @@ -6833,17 +6880,17 @@ fi | |||
| 6833 | if test $ac_have_func = no; then | 6880 | if test $ac_have_func = no; then |
| 6834 | ac_safe=`echo "sys/cpustats.h" | sed 'y%./+-%__p_%'` | 6881 | ac_safe=`echo "sys/cpustats.h" | sed 'y%./+-%__p_%'` |
| 6835 | echo $ac_n "checking for sys/cpustats.h""... $ac_c" 1>&6 | 6882 | echo $ac_n "checking for sys/cpustats.h""... $ac_c" 1>&6 |
| 6836 | echo "configure:6837: checking for sys/cpustats.h" >&5 | 6883 | echo "configure:6884: checking for sys/cpustats.h" >&5 |
| 6837 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 6884 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 6838 | echo $ac_n "(cached) $ac_c" 1>&6 | 6885 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6839 | else | 6886 | else |
| 6840 | cat > conftest.$ac_ext <<EOF | 6887 | cat > conftest.$ac_ext <<EOF |
| 6841 | #line 6842 "configure" | 6888 | #line 6889 "configure" |
| 6842 | #include "confdefs.h" | 6889 | #include "confdefs.h" |
| 6843 | #include <sys/cpustats.h> | 6890 | #include <sys/cpustats.h> |
| 6844 | EOF | 6891 | EOF |
| 6845 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 6892 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 6846 | { (eval echo configure:6847: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 6893 | { (eval echo configure:6894: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 6847 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 6894 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 6848 | if test -z "$ac_err"; then | 6895 | if test -z "$ac_err"; then |
| 6849 | rm -rf conftest* | 6896 | rm -rf conftest* |
| @@ -6874,17 +6921,17 @@ fi | |||
| 6874 | do | 6921 | do |
| 6875 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | 6922 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 6876 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | 6923 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
| 6877 | echo "configure:6878: checking for $ac_hdr" >&5 | 6924 | echo "configure:6925: checking for $ac_hdr" >&5 |
| 6878 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 6925 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 6879 | echo $ac_n "(cached) $ac_c" 1>&6 | 6926 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6880 | else | 6927 | else |
| 6881 | cat > conftest.$ac_ext <<EOF | 6928 | cat > conftest.$ac_ext <<EOF |
| 6882 | #line 6883 "configure" | 6929 | #line 6930 "configure" |
| 6883 | #include "confdefs.h" | 6930 | #include "confdefs.h" |
| 6884 | #include <$ac_hdr> | 6931 | #include <$ac_hdr> |
| 6885 | EOF | 6932 | EOF |
| 6886 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 6933 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 6887 | { (eval echo configure:6888: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 6934 | { (eval echo configure:6935: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 6888 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 6935 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 6889 | if test -z "$ac_err"; then | 6936 | if test -z "$ac_err"; then |
| 6890 | rm -rf conftest* | 6937 | rm -rf conftest* |
| @@ -6914,17 +6961,17 @@ done | |||
| 6914 | 6961 | ||
| 6915 | ac_safe=`echo "nlist.h" | sed 'y%./+-%__p_%'` | 6962 | ac_safe=`echo "nlist.h" | sed 'y%./+-%__p_%'` |
| 6916 | echo $ac_n "checking for nlist.h""... $ac_c" 1>&6 | 6963 | echo $ac_n "checking for nlist.h""... $ac_c" 1>&6 |
| 6917 | echo "configure:6918: checking for nlist.h" >&5 | 6964 | echo "configure:6965: checking for nlist.h" >&5 |
| 6918 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 6965 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 6919 | echo $ac_n "(cached) $ac_c" 1>&6 | 6966 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6920 | else | 6967 | else |
| 6921 | cat > conftest.$ac_ext <<EOF | 6968 | cat > conftest.$ac_ext <<EOF |
| 6922 | #line 6923 "configure" | 6969 | #line 6970 "configure" |
| 6923 | #include "confdefs.h" | 6970 | #include "confdefs.h" |
| 6924 | #include <nlist.h> | 6971 | #include <nlist.h> |
| 6925 | EOF | 6972 | EOF |
| 6926 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 6973 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 6927 | { (eval echo configure:6928: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 6974 | { (eval echo configure:6975: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 6928 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 6975 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 6929 | if test -z "$ac_err"; then | 6976 | if test -z "$ac_err"; then |
| 6930 | rm -rf conftest* | 6977 | rm -rf conftest* |
| @@ -6945,19 +6992,19 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |||
| 6945 | EOF | 6992 | EOF |
| 6946 | 6993 | ||
| 6947 | echo $ac_n "checking for n_un in struct nlist""... $ac_c" 1>&6 | 6994 | echo $ac_n "checking for n_un in struct nlist""... $ac_c" 1>&6 |
| 6948 | echo "configure:6949: checking for n_un in struct nlist" >&5 | 6995 | echo "configure:6996: checking for n_un in struct nlist" >&5 |
| 6949 | if eval "test \"`echo '$''{'ac_cv_struct_nlist_n_un'+set}'`\" = set"; then | 6996 | if eval "test \"`echo '$''{'ac_cv_struct_nlist_n_un'+set}'`\" = set"; then |
| 6950 | echo $ac_n "(cached) $ac_c" 1>&6 | 6997 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6951 | else | 6998 | else |
| 6952 | cat > conftest.$ac_ext <<EOF | 6999 | cat > conftest.$ac_ext <<EOF |
| 6953 | #line 6954 "configure" | 7000 | #line 7001 "configure" |
| 6954 | #include "confdefs.h" | 7001 | #include "confdefs.h" |
| 6955 | #include <nlist.h> | 7002 | #include <nlist.h> |
| 6956 | int main() { | 7003 | int main() { |
| 6957 | struct nlist n; n.n_un.n_name = 0; | 7004 | struct nlist n; n.n_un.n_name = 0; |
| 6958 | ; return 0; } | 7005 | ; return 0; } |
| 6959 | EOF | 7006 | EOF |
| 6960 | if { (eval echo configure:6961: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | 7007 | if { (eval echo configure:7008: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
| 6961 | rm -rf conftest* | 7008 | rm -rf conftest* |
| 6962 | ac_cv_struct_nlist_n_un=yes | 7009 | ac_cv_struct_nlist_n_un=yes |
| 6963 | else | 7010 | else |
| @@ -6984,12 +7031,12 @@ fi # Do not have getloadavg in system libraries. | |||
| 6984 | 7031 | ||
| 6985 | # Some definitions of getloadavg require that the program be installed setgid. | 7032 | # Some definitions of getloadavg require that the program be installed setgid. |
| 6986 | echo $ac_n "checking whether getloadavg requires setgid""... $ac_c" 1>&6 | 7033 | echo $ac_n "checking whether getloadavg requires setgid""... $ac_c" 1>&6 |
| 6987 | echo "configure:6988: checking whether getloadavg requires setgid" >&5 | 7034 | echo "configure:7035: checking whether getloadavg requires setgid" >&5 |
| 6988 | if eval "test \"`echo '$''{'ac_cv_func_getloadavg_setgid'+set}'`\" = set"; then | 7035 | if eval "test \"`echo '$''{'ac_cv_func_getloadavg_setgid'+set}'`\" = set"; then |
| 6989 | echo $ac_n "(cached) $ac_c" 1>&6 | 7036 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6990 | else | 7037 | else |
| 6991 | cat > conftest.$ac_ext <<EOF | 7038 | cat > conftest.$ac_ext <<EOF |
| 6992 | #line 6993 "configure" | 7039 | #line 7040 "configure" |
| 6993 | #include "confdefs.h" | 7040 | #include "confdefs.h" |
| 6994 | #include "$srcdir/getloadavg.c" | 7041 | #include "$srcdir/getloadavg.c" |
| 6995 | #ifdef LDAV_PRIVILEGED | 7042 | #ifdef LDAV_PRIVILEGED |
| @@ -7020,7 +7067,7 @@ fi | |||
| 7020 | 7067 | ||
| 7021 | if test $ac_cv_func_getloadavg_setgid = yes; then | 7068 | if test $ac_cv_func_getloadavg_setgid = yes; then |
| 7022 | echo $ac_n "checking group of /dev/kmem""... $ac_c" 1>&6 | 7069 | echo $ac_n "checking group of /dev/kmem""... $ac_c" 1>&6 |
| 7023 | echo "configure:7024: checking group of /dev/kmem" >&5 | 7070 | echo "configure:7071: checking group of /dev/kmem" >&5 |
| 7024 | if eval "test \"`echo '$''{'ac_cv_group_kmem'+set}'`\" = set"; then | 7071 | if eval "test \"`echo '$''{'ac_cv_group_kmem'+set}'`\" = set"; then |
| 7025 | echo $ac_n "(cached) $ac_c" 1>&6 | 7072 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 7026 | else | 7073 | else |
| @@ -7041,27 +7088,27 @@ fi | |||
| 7041 | 7088 | ||
| 7042 | 7089 | ||
| 7043 | echo $ac_n "checking for _LARGEFILE_SOURCE value needed for large files""... $ac_c" 1>&6 | 7090 | echo $ac_n "checking for _LARGEFILE_SOURCE value needed for large files""... $ac_c" 1>&6 |
| 7044 | echo "configure:7045: checking for _LARGEFILE_SOURCE value needed for large files" >&5 | 7091 | echo "configure:7092: checking for _LARGEFILE_SOURCE value needed for large files" >&5 |
| 7045 | if eval "test \"`echo '$''{'ac_cv_sys_largefile_source'+set}'`\" = set"; then | 7092 | if eval "test \"`echo '$''{'ac_cv_sys_largefile_source'+set}'`\" = set"; then |
| 7046 | echo $ac_n "(cached) $ac_c" 1>&6 | 7093 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 7047 | else | 7094 | else |
| 7048 | ac_cv_sys_largefile_source=no | 7095 | ac_cv_sys_largefile_source=no |
| 7049 | cat > conftest.$ac_ext <<EOF | 7096 | cat > conftest.$ac_ext <<EOF |
| 7050 | #line 7051 "configure" | 7097 | #line 7098 "configure" |
| 7051 | #include "confdefs.h" | 7098 | #include "confdefs.h" |
| 7052 | #include <stdio.h> | 7099 | #include <stdio.h> |
| 7053 | int main() { | 7100 | int main() { |
| 7054 | return !fseeko; | 7101 | return !fseeko; |
| 7055 | ; return 0; } | 7102 | ; return 0; } |
| 7056 | EOF | 7103 | EOF |
| 7057 | if { (eval echo configure:7058: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | 7104 | if { (eval echo configure:7105: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
| 7058 | : | 7105 | : |
| 7059 | else | 7106 | else |
| 7060 | echo "configure: failed program was:" >&5 | 7107 | echo "configure: failed program was:" >&5 |
| 7061 | cat conftest.$ac_ext >&5 | 7108 | cat conftest.$ac_ext >&5 |
| 7062 | rm -rf conftest* | 7109 | rm -rf conftest* |
| 7063 | cat > conftest.$ac_ext <<EOF | 7110 | cat > conftest.$ac_ext <<EOF |
| 7064 | #line 7065 "configure" | 7111 | #line 7112 "configure" |
| 7065 | #include "confdefs.h" | 7112 | #include "confdefs.h" |
| 7066 | #define _LARGEFILE_SOURCE 1 | 7113 | #define _LARGEFILE_SOURCE 1 |
| 7067 | #include <stdio.h> | 7114 | #include <stdio.h> |
| @@ -7070,7 +7117,7 @@ int main() { | |||
| 7070 | return !fseeko; | 7117 | return !fseeko; |
| 7071 | ; return 0; } | 7118 | ; return 0; } |
| 7072 | EOF | 7119 | EOF |
| 7073 | if { (eval echo configure:7074: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | 7120 | if { (eval echo configure:7121: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
| 7074 | rm -rf conftest* | 7121 | rm -rf conftest* |
| 7075 | ac_cv_sys_largefile_source=1 | 7122 | ac_cv_sys_largefile_source=1 |
| 7076 | else | 7123 | else |
| @@ -7094,20 +7141,20 @@ EOF | |||
| 7094 | # If you want fseeko and ftello with glibc, upgrade to a fixed glibc. | 7141 | # If you want fseeko and ftello with glibc, upgrade to a fixed glibc. |
| 7095 | 7142 | ||
| 7096 | echo $ac_n "checking for fseeko""... $ac_c" 1>&6 | 7143 | echo $ac_n "checking for fseeko""... $ac_c" 1>&6 |
| 7097 | echo "configure:7098: checking for fseeko" >&5 | 7144 | echo "configure:7145: checking for fseeko" >&5 |
| 7098 | if eval "test \"`echo '$''{'ac_cv_func_fseeko'+set}'`\" = set"; then | 7145 | if eval "test \"`echo '$''{'ac_cv_func_fseeko'+set}'`\" = set"; then |
| 7099 | echo $ac_n "(cached) $ac_c" 1>&6 | 7146 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 7100 | else | 7147 | else |
| 7101 | ac_cv_func_fseeko=no | 7148 | ac_cv_func_fseeko=no |
| 7102 | cat > conftest.$ac_ext <<EOF | 7149 | cat > conftest.$ac_ext <<EOF |
| 7103 | #line 7104 "configure" | 7150 | #line 7151 "configure" |
| 7104 | #include "confdefs.h" | 7151 | #include "confdefs.h" |
| 7105 | #include <stdio.h> | 7152 | #include <stdio.h> |
| 7106 | int main() { | 7153 | int main() { |
| 7107 | return fseeko && fseeko (stdin, 0, 0); | 7154 | return fseeko && fseeko (stdin, 0, 0); |
| 7108 | ; return 0; } | 7155 | ; return 0; } |
| 7109 | EOF | 7156 | EOF |
| 7110 | if { (eval echo configure:7111: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 7157 | if { (eval echo configure:7158: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 7111 | rm -rf conftest* | 7158 | rm -rf conftest* |
| 7112 | ac_cv_func_fseeko=yes | 7159 | ac_cv_func_fseeko=yes |
| 7113 | else | 7160 | else |
| @@ -7129,12 +7176,12 @@ EOF | |||
| 7129 | for ac_func in grantpt | 7176 | for ac_func in grantpt |
| 7130 | do | 7177 | do |
| 7131 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | 7178 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
| 7132 | echo "configure:7133: checking for $ac_func" >&5 | 7179 | echo "configure:7180: checking for $ac_func" >&5 |
| 7133 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then | 7180 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
| 7134 | echo $ac_n "(cached) $ac_c" 1>&6 | 7181 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 7135 | else | 7182 | else |
| 7136 | cat > conftest.$ac_ext <<EOF | 7183 | cat > conftest.$ac_ext <<EOF |
| 7137 | #line 7138 "configure" | 7184 | #line 7185 "configure" |
| 7138 | #include "confdefs.h" | 7185 | #include "confdefs.h" |
| 7139 | /* System header to define __stub macros and hopefully few prototypes, | 7186 | /* System header to define __stub macros and hopefully few prototypes, |
| 7140 | which can conflict with char $ac_func(); below. */ | 7187 | which can conflict with char $ac_func(); below. */ |
| @@ -7157,7 +7204,7 @@ $ac_func(); | |||
| 7157 | 7204 | ||
| 7158 | ; return 0; } | 7205 | ; return 0; } |
| 7159 | EOF | 7206 | EOF |
| 7160 | if { (eval echo configure:7161: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 7207 | if { (eval echo configure:7208: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 7161 | rm -rf conftest* | 7208 | rm -rf conftest* |
| 7162 | eval "ac_cv_func_$ac_func=yes" | 7209 | eval "ac_cv_func_$ac_func=yes" |
| 7163 | else | 7210 | else |
| @@ -7186,12 +7233,12 @@ done | |||
| 7186 | for ac_func in getpt | 7233 | for ac_func in getpt |
| 7187 | do | 7234 | do |
| 7188 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | 7235 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
| 7189 | echo "configure:7190: checking for $ac_func" >&5 | 7236 | echo "configure:7237: checking for $ac_func" >&5 |
| 7190 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then | 7237 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
| 7191 | echo $ac_n "(cached) $ac_c" 1>&6 | 7238 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 7192 | else | 7239 | else |
| 7193 | cat > conftest.$ac_ext <<EOF | 7240 | cat > conftest.$ac_ext <<EOF |
| 7194 | #line 7195 "configure" | 7241 | #line 7242 "configure" |
| 7195 | #include "confdefs.h" | 7242 | #include "confdefs.h" |
| 7196 | /* System header to define __stub macros and hopefully few prototypes, | 7243 | /* System header to define __stub macros and hopefully few prototypes, |
| 7197 | which can conflict with char $ac_func(); below. */ | 7244 | which can conflict with char $ac_func(); below. */ |
| @@ -7214,7 +7261,7 @@ $ac_func(); | |||
| 7214 | 7261 | ||
| 7215 | ; return 0; } | 7262 | ; return 0; } |
| 7216 | EOF | 7263 | EOF |
| 7217 | if { (eval echo configure:7218: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 7264 | if { (eval echo configure:7265: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 7218 | rm -rf conftest* | 7265 | rm -rf conftest* |
| 7219 | eval "ac_cv_func_$ac_func=yes" | 7266 | eval "ac_cv_func_$ac_func=yes" |
| 7220 | else | 7267 | else |
| @@ -7244,7 +7291,7 @@ done | |||
| 7244 | # It's better to believe a function is not available | 7291 | # It's better to believe a function is not available |
| 7245 | # than to expect to find it in ncurses. | 7292 | # than to expect to find it in ncurses. |
| 7246 | echo $ac_n "checking for tparm in -lncurses""... $ac_c" 1>&6 | 7293 | echo $ac_n "checking for tparm in -lncurses""... $ac_c" 1>&6 |
| 7247 | echo "configure:7248: checking for tparm in -lncurses" >&5 | 7294 | echo "configure:7295: checking for tparm in -lncurses" >&5 |
| 7248 | ac_lib_var=`echo ncurses'_'tparm | sed 'y%./+-%__p_%'` | 7295 | ac_lib_var=`echo ncurses'_'tparm | sed 'y%./+-%__p_%'` |
| 7249 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 7296 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 7250 | echo $ac_n "(cached) $ac_c" 1>&6 | 7297 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -7252,7 +7299,7 @@ else | |||
| 7252 | ac_save_LIBS="$LIBS" | 7299 | ac_save_LIBS="$LIBS" |
| 7253 | LIBS="-lncurses $LIBS" | 7300 | LIBS="-lncurses $LIBS" |
| 7254 | cat > conftest.$ac_ext <<EOF | 7301 | cat > conftest.$ac_ext <<EOF |
| 7255 | #line 7256 "configure" | 7302 | #line 7303 "configure" |
| 7256 | #include "confdefs.h" | 7303 | #include "confdefs.h" |
| 7257 | /* Override any gcc2 internal prototype to avoid an error. */ | 7304 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 7258 | /* We use char because int might match the return type of a gcc2 | 7305 | /* We use char because int might match the return type of a gcc2 |
| @@ -7263,7 +7310,7 @@ int main() { | |||
| 7263 | tparm() | 7310 | tparm() |
| 7264 | ; return 0; } | 7311 | ; return 0; } |
| 7265 | EOF | 7312 | EOF |
| 7266 | if { (eval echo configure:7267: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 7313 | if { (eval echo configure:7314: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 7267 | rm -rf conftest* | 7314 | rm -rf conftest* |
| 7268 | eval "ac_cv_lib_$ac_lib_var=yes" | 7315 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 7269 | else | 7316 | else |
| @@ -7294,7 +7341,7 @@ fi | |||
| 7294 | # These tell us which Kerberos-related libraries to use. | 7341 | # These tell us which Kerberos-related libraries to use. |
| 7295 | if test "${with_kerberos+set}" = set; then | 7342 | if test "${with_kerberos+set}" = set; then |
| 7296 | echo $ac_n "checking for com_err in -lcom_err""... $ac_c" 1>&6 | 7343 | echo $ac_n "checking for com_err in -lcom_err""... $ac_c" 1>&6 |
| 7297 | echo "configure:7298: checking for com_err in -lcom_err" >&5 | 7344 | echo "configure:7345: checking for com_err in -lcom_err" >&5 |
| 7298 | ac_lib_var=`echo com_err'_'com_err | sed 'y%./+-%__p_%'` | 7345 | ac_lib_var=`echo com_err'_'com_err | sed 'y%./+-%__p_%'` |
| 7299 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 7346 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 7300 | echo $ac_n "(cached) $ac_c" 1>&6 | 7347 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -7302,7 +7349,7 @@ else | |||
| 7302 | ac_save_LIBS="$LIBS" | 7349 | ac_save_LIBS="$LIBS" |
| 7303 | LIBS="-lcom_err $LIBS" | 7350 | LIBS="-lcom_err $LIBS" |
| 7304 | cat > conftest.$ac_ext <<EOF | 7351 | cat > conftest.$ac_ext <<EOF |
| 7305 | #line 7306 "configure" | 7352 | #line 7353 "configure" |
| 7306 | #include "confdefs.h" | 7353 | #include "confdefs.h" |
| 7307 | /* Override any gcc2 internal prototype to avoid an error. */ | 7354 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 7308 | /* We use char because int might match the return type of a gcc2 | 7355 | /* We use char because int might match the return type of a gcc2 |
| @@ -7313,7 +7360,7 @@ int main() { | |||
| 7313 | com_err() | 7360 | com_err() |
| 7314 | ; return 0; } | 7361 | ; return 0; } |
| 7315 | EOF | 7362 | EOF |
| 7316 | if { (eval echo configure:7317: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 7363 | if { (eval echo configure:7364: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 7317 | rm -rf conftest* | 7364 | rm -rf conftest* |
| 7318 | eval "ac_cv_lib_$ac_lib_var=yes" | 7365 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 7319 | else | 7366 | else |
| @@ -7341,7 +7388,7 @@ else | |||
| 7341 | fi | 7388 | fi |
| 7342 | 7389 | ||
| 7343 | echo $ac_n "checking for mit_des_cbc_encrypt in -lk5crypto""... $ac_c" 1>&6 | 7390 | echo $ac_n "checking for mit_des_cbc_encrypt in -lk5crypto""... $ac_c" 1>&6 |
| 7344 | echo "configure:7345: checking for mit_des_cbc_encrypt in -lk5crypto" >&5 | 7391 | echo "configure:7392: checking for mit_des_cbc_encrypt in -lk5crypto" >&5 |
| 7345 | ac_lib_var=`echo k5crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'` | 7392 | ac_lib_var=`echo k5crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'` |
| 7346 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 7393 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 7347 | echo $ac_n "(cached) $ac_c" 1>&6 | 7394 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -7349,7 +7396,7 @@ else | |||
| 7349 | ac_save_LIBS="$LIBS" | 7396 | ac_save_LIBS="$LIBS" |
| 7350 | LIBS="-lk5crypto $LIBS" | 7397 | LIBS="-lk5crypto $LIBS" |
| 7351 | cat > conftest.$ac_ext <<EOF | 7398 | cat > conftest.$ac_ext <<EOF |
| 7352 | #line 7353 "configure" | 7399 | #line 7400 "configure" |
| 7353 | #include "confdefs.h" | 7400 | #include "confdefs.h" |
| 7354 | /* Override any gcc2 internal prototype to avoid an error. */ | 7401 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 7355 | /* We use char because int might match the return type of a gcc2 | 7402 | /* We use char because int might match the return type of a gcc2 |
| @@ -7360,7 +7407,7 @@ int main() { | |||
| 7360 | mit_des_cbc_encrypt() | 7407 | mit_des_cbc_encrypt() |
| 7361 | ; return 0; } | 7408 | ; return 0; } |
| 7362 | EOF | 7409 | EOF |
| 7363 | if { (eval echo configure:7364: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 7410 | if { (eval echo configure:7411: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 7364 | rm -rf conftest* | 7411 | rm -rf conftest* |
| 7365 | eval "ac_cv_lib_$ac_lib_var=yes" | 7412 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 7366 | else | 7413 | else |
| @@ -7388,7 +7435,7 @@ else | |||
| 7388 | fi | 7435 | fi |
| 7389 | 7436 | ||
| 7390 | echo $ac_n "checking for mit_des_cbc_encrypt in -lcrypto""... $ac_c" 1>&6 | 7437 | echo $ac_n "checking for mit_des_cbc_encrypt in -lcrypto""... $ac_c" 1>&6 |
| 7391 | echo "configure:7392: checking for mit_des_cbc_encrypt in -lcrypto" >&5 | 7438 | echo "configure:7439: checking for mit_des_cbc_encrypt in -lcrypto" >&5 |
| 7392 | ac_lib_var=`echo crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'` | 7439 | ac_lib_var=`echo crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'` |
| 7393 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 7440 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 7394 | echo $ac_n "(cached) $ac_c" 1>&6 | 7441 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -7396,7 +7443,7 @@ else | |||
| 7396 | ac_save_LIBS="$LIBS" | 7443 | ac_save_LIBS="$LIBS" |
| 7397 | LIBS="-lcrypto $LIBS" | 7444 | LIBS="-lcrypto $LIBS" |
| 7398 | cat > conftest.$ac_ext <<EOF | 7445 | cat > conftest.$ac_ext <<EOF |
| 7399 | #line 7400 "configure" | 7446 | #line 7447 "configure" |
| 7400 | #include "confdefs.h" | 7447 | #include "confdefs.h" |
| 7401 | /* Override any gcc2 internal prototype to avoid an error. */ | 7448 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 7402 | /* We use char because int might match the return type of a gcc2 | 7449 | /* We use char because int might match the return type of a gcc2 |
| @@ -7407,7 +7454,7 @@ int main() { | |||
| 7407 | mit_des_cbc_encrypt() | 7454 | mit_des_cbc_encrypt() |
| 7408 | ; return 0; } | 7455 | ; return 0; } |
| 7409 | EOF | 7456 | EOF |
| 7410 | if { (eval echo configure:7411: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 7457 | if { (eval echo configure:7458: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 7411 | rm -rf conftest* | 7458 | rm -rf conftest* |
| 7412 | eval "ac_cv_lib_$ac_lib_var=yes" | 7459 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 7413 | else | 7460 | else |
| @@ -7435,7 +7482,7 @@ else | |||
| 7435 | fi | 7482 | fi |
| 7436 | 7483 | ||
| 7437 | echo $ac_n "checking for krb5_init_context in -lkrb5""... $ac_c" 1>&6 | 7484 | echo $ac_n "checking for krb5_init_context in -lkrb5""... $ac_c" 1>&6 |
| 7438 | echo "configure:7439: checking for krb5_init_context in -lkrb5" >&5 | 7485 | echo "configure:7486: checking for krb5_init_context in -lkrb5" >&5 |
| 7439 | ac_lib_var=`echo krb5'_'krb5_init_context | sed 'y%./+-%__p_%'` | 7486 | ac_lib_var=`echo krb5'_'krb5_init_context | sed 'y%./+-%__p_%'` |
| 7440 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 7487 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 7441 | echo $ac_n "(cached) $ac_c" 1>&6 | 7488 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -7443,7 +7490,7 @@ else | |||
| 7443 | ac_save_LIBS="$LIBS" | 7490 | ac_save_LIBS="$LIBS" |
| 7444 | LIBS="-lkrb5 $LIBS" | 7491 | LIBS="-lkrb5 $LIBS" |
| 7445 | cat > conftest.$ac_ext <<EOF | 7492 | cat > conftest.$ac_ext <<EOF |
| 7446 | #line 7447 "configure" | 7493 | #line 7494 "configure" |
| 7447 | #include "confdefs.h" | 7494 | #include "confdefs.h" |
| 7448 | /* Override any gcc2 internal prototype to avoid an error. */ | 7495 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 7449 | /* We use char because int might match the return type of a gcc2 | 7496 | /* We use char because int might match the return type of a gcc2 |
| @@ -7454,7 +7501,7 @@ int main() { | |||
| 7454 | krb5_init_context() | 7501 | krb5_init_context() |
| 7455 | ; return 0; } | 7502 | ; return 0; } |
| 7456 | EOF | 7503 | EOF |
| 7457 | if { (eval echo configure:7458: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 7504 | if { (eval echo configure:7505: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 7458 | rm -rf conftest* | 7505 | rm -rf conftest* |
| 7459 | eval "ac_cv_lib_$ac_lib_var=yes" | 7506 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 7460 | else | 7507 | else |
| @@ -7483,7 +7530,7 @@ fi | |||
| 7483 | 7530 | ||
| 7484 | if test "${with_kerberos5+set}" != set; then | 7531 | if test "${with_kerberos5+set}" != set; then |
| 7485 | echo $ac_n "checking for des_cbc_encrypt in -ldes425""... $ac_c" 1>&6 | 7532 | echo $ac_n "checking for des_cbc_encrypt in -ldes425""... $ac_c" 1>&6 |
| 7486 | echo "configure:7487: checking for des_cbc_encrypt in -ldes425" >&5 | 7533 | echo "configure:7534: checking for des_cbc_encrypt in -ldes425" >&5 |
| 7487 | ac_lib_var=`echo des425'_'des_cbc_encrypt | sed 'y%./+-%__p_%'` | 7534 | ac_lib_var=`echo des425'_'des_cbc_encrypt | sed 'y%./+-%__p_%'` |
| 7488 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 7535 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 7489 | echo $ac_n "(cached) $ac_c" 1>&6 | 7536 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -7491,7 +7538,7 @@ else | |||
| 7491 | ac_save_LIBS="$LIBS" | 7538 | ac_save_LIBS="$LIBS" |
| 7492 | LIBS="-ldes425 $LIBS" | 7539 | LIBS="-ldes425 $LIBS" |
| 7493 | cat > conftest.$ac_ext <<EOF | 7540 | cat > conftest.$ac_ext <<EOF |
| 7494 | #line 7495 "configure" | 7541 | #line 7542 "configure" |
| 7495 | #include "confdefs.h" | 7542 | #include "confdefs.h" |
| 7496 | /* Override any gcc2 internal prototype to avoid an error. */ | 7543 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 7497 | /* We use char because int might match the return type of a gcc2 | 7544 | /* We use char because int might match the return type of a gcc2 |
| @@ -7502,7 +7549,7 @@ int main() { | |||
| 7502 | des_cbc_encrypt() | 7549 | des_cbc_encrypt() |
| 7503 | ; return 0; } | 7550 | ; return 0; } |
| 7504 | EOF | 7551 | EOF |
| 7505 | if { (eval echo configure:7506: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 7552 | if { (eval echo configure:7553: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 7506 | rm -rf conftest* | 7553 | rm -rf conftest* |
| 7507 | eval "ac_cv_lib_$ac_lib_var=yes" | 7554 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 7508 | else | 7555 | else |
| @@ -7528,7 +7575,7 @@ EOF | |||
| 7528 | else | 7575 | else |
| 7529 | echo "$ac_t""no" 1>&6 | 7576 | echo "$ac_t""no" 1>&6 |
| 7530 | echo $ac_n "checking for des_cbc_encrypt in -ldes""... $ac_c" 1>&6 | 7577 | echo $ac_n "checking for des_cbc_encrypt in -ldes""... $ac_c" 1>&6 |
| 7531 | echo "configure:7532: checking for des_cbc_encrypt in -ldes" >&5 | 7578 | echo "configure:7579: checking for des_cbc_encrypt in -ldes" >&5 |
| 7532 | ac_lib_var=`echo des'_'des_cbc_encrypt | sed 'y%./+-%__p_%'` | 7579 | ac_lib_var=`echo des'_'des_cbc_encrypt | sed 'y%./+-%__p_%'` |
| 7533 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 7580 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 7534 | echo $ac_n "(cached) $ac_c" 1>&6 | 7581 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -7536,7 +7583,7 @@ else | |||
| 7536 | ac_save_LIBS="$LIBS" | 7583 | ac_save_LIBS="$LIBS" |
| 7537 | LIBS="-ldes $LIBS" | 7584 | LIBS="-ldes $LIBS" |
| 7538 | cat > conftest.$ac_ext <<EOF | 7585 | cat > conftest.$ac_ext <<EOF |
| 7539 | #line 7540 "configure" | 7586 | #line 7587 "configure" |
| 7540 | #include "confdefs.h" | 7587 | #include "confdefs.h" |
| 7541 | /* Override any gcc2 internal prototype to avoid an error. */ | 7588 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 7542 | /* We use char because int might match the return type of a gcc2 | 7589 | /* We use char because int might match the return type of a gcc2 |
| @@ -7547,7 +7594,7 @@ int main() { | |||
| 7547 | des_cbc_encrypt() | 7594 | des_cbc_encrypt() |
| 7548 | ; return 0; } | 7595 | ; return 0; } |
| 7549 | EOF | 7596 | EOF |
| 7550 | if { (eval echo configure:7551: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 7597 | if { (eval echo configure:7598: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 7551 | rm -rf conftest* | 7598 | rm -rf conftest* |
| 7552 | eval "ac_cv_lib_$ac_lib_var=yes" | 7599 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 7553 | else | 7600 | else |
| @@ -7577,7 +7624,7 @@ fi | |||
| 7577 | fi | 7624 | fi |
| 7578 | 7625 | ||
| 7579 | echo $ac_n "checking for krb_get_cred in -lkrb4""... $ac_c" 1>&6 | 7626 | echo $ac_n "checking for krb_get_cred in -lkrb4""... $ac_c" 1>&6 |
| 7580 | echo "configure:7581: checking for krb_get_cred in -lkrb4" >&5 | 7627 | echo "configure:7628: checking for krb_get_cred in -lkrb4" >&5 |
| 7581 | ac_lib_var=`echo krb4'_'krb_get_cred | sed 'y%./+-%__p_%'` | 7628 | ac_lib_var=`echo krb4'_'krb_get_cred | sed 'y%./+-%__p_%'` |
| 7582 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 7629 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 7583 | echo $ac_n "(cached) $ac_c" 1>&6 | 7630 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -7585,7 +7632,7 @@ else | |||
| 7585 | ac_save_LIBS="$LIBS" | 7632 | ac_save_LIBS="$LIBS" |
| 7586 | LIBS="-lkrb4 $LIBS" | 7633 | LIBS="-lkrb4 $LIBS" |
| 7587 | cat > conftest.$ac_ext <<EOF | 7634 | cat > conftest.$ac_ext <<EOF |
| 7588 | #line 7589 "configure" | 7635 | #line 7636 "configure" |
| 7589 | #include "confdefs.h" | 7636 | #include "confdefs.h" |
| 7590 | /* Override any gcc2 internal prototype to avoid an error. */ | 7637 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 7591 | /* We use char because int might match the return type of a gcc2 | 7638 | /* We use char because int might match the return type of a gcc2 |
| @@ -7596,7 +7643,7 @@ int main() { | |||
| 7596 | krb_get_cred() | 7643 | krb_get_cred() |
| 7597 | ; return 0; } | 7644 | ; return 0; } |
| 7598 | EOF | 7645 | EOF |
| 7599 | if { (eval echo configure:7600: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 7646 | if { (eval echo configure:7647: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 7600 | rm -rf conftest* | 7647 | rm -rf conftest* |
| 7601 | eval "ac_cv_lib_$ac_lib_var=yes" | 7648 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 7602 | else | 7649 | else |
| @@ -7622,7 +7669,7 @@ EOF | |||
| 7622 | else | 7669 | else |
| 7623 | echo "$ac_t""no" 1>&6 | 7670 | echo "$ac_t""no" 1>&6 |
| 7624 | echo $ac_n "checking for krb_get_cred in -lkrb""... $ac_c" 1>&6 | 7671 | echo $ac_n "checking for krb_get_cred in -lkrb""... $ac_c" 1>&6 |
| 7625 | echo "configure:7626: checking for krb_get_cred in -lkrb" >&5 | 7672 | echo "configure:7673: checking for krb_get_cred in -lkrb" >&5 |
| 7626 | ac_lib_var=`echo krb'_'krb_get_cred | sed 'y%./+-%__p_%'` | 7673 | ac_lib_var=`echo krb'_'krb_get_cred | sed 'y%./+-%__p_%'` |
| 7627 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 7674 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 7628 | echo $ac_n "(cached) $ac_c" 1>&6 | 7675 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -7630,7 +7677,7 @@ else | |||
| 7630 | ac_save_LIBS="$LIBS" | 7677 | ac_save_LIBS="$LIBS" |
| 7631 | LIBS="-lkrb $LIBS" | 7678 | LIBS="-lkrb $LIBS" |
| 7632 | cat > conftest.$ac_ext <<EOF | 7679 | cat > conftest.$ac_ext <<EOF |
| 7633 | #line 7634 "configure" | 7680 | #line 7681 "configure" |
| 7634 | #include "confdefs.h" | 7681 | #include "confdefs.h" |
| 7635 | /* Override any gcc2 internal prototype to avoid an error. */ | 7682 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 7636 | /* We use char because int might match the return type of a gcc2 | 7683 | /* We use char because int might match the return type of a gcc2 |
| @@ -7641,7 +7688,7 @@ int main() { | |||
| 7641 | krb_get_cred() | 7688 | krb_get_cred() |
| 7642 | ; return 0; } | 7689 | ; return 0; } |
| 7643 | EOF | 7690 | EOF |
| 7644 | if { (eval echo configure:7645: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 7691 | if { (eval echo configure:7692: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 7645 | rm -rf conftest* | 7692 | rm -rf conftest* |
| 7646 | eval "ac_cv_lib_$ac_lib_var=yes" | 7693 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 7647 | else | 7694 | else |
| @@ -7677,17 +7724,17 @@ fi | |||
| 7677 | do | 7724 | do |
| 7678 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | 7725 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 7679 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | 7726 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
| 7680 | echo "configure:7681: checking for $ac_hdr" >&5 | 7727 | echo "configure:7728: checking for $ac_hdr" >&5 |
| 7681 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 7728 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 7682 | echo $ac_n "(cached) $ac_c" 1>&6 | 7729 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 7683 | else | 7730 | else |
| 7684 | cat > conftest.$ac_ext <<EOF | 7731 | cat > conftest.$ac_ext <<EOF |
| 7685 | #line 7686 "configure" | 7732 | #line 7733 "configure" |
| 7686 | #include "confdefs.h" | 7733 | #include "confdefs.h" |
| 7687 | #include <$ac_hdr> | 7734 | #include <$ac_hdr> |
| 7688 | EOF | 7735 | EOF |
| 7689 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 7736 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 7690 | { (eval echo configure:7691: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 7737 | { (eval echo configure:7738: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 7691 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 7738 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 7692 | if test -z "$ac_err"; then | 7739 | if test -z "$ac_err"; then |
| 7693 | rm -rf conftest* | 7740 | rm -rf conftest* |
| @@ -7718,17 +7765,17 @@ done | |||
| 7718 | do | 7765 | do |
| 7719 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | 7766 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 7720 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | 7767 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
| 7721 | echo "configure:7722: checking for $ac_hdr" >&5 | 7768 | echo "configure:7769: checking for $ac_hdr" >&5 |
| 7722 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 7769 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 7723 | echo $ac_n "(cached) $ac_c" 1>&6 | 7770 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 7724 | else | 7771 | else |
| 7725 | cat > conftest.$ac_ext <<EOF | 7772 | cat > conftest.$ac_ext <<EOF |
| 7726 | #line 7727 "configure" | 7773 | #line 7774 "configure" |
| 7727 | #include "confdefs.h" | 7774 | #include "confdefs.h" |
| 7728 | #include <$ac_hdr> | 7775 | #include <$ac_hdr> |
| 7729 | EOF | 7776 | EOF |
| 7730 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 7777 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 7731 | { (eval echo configure:7732: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 7778 | { (eval echo configure:7779: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 7732 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 7779 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 7733 | if test -z "$ac_err"; then | 7780 | if test -z "$ac_err"; then |
| 7734 | rm -rf conftest* | 7781 | rm -rf conftest* |
| @@ -7755,17 +7802,17 @@ for ac_hdr in kerberosIV/des.h | |||
| 7755 | do | 7802 | do |
| 7756 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | 7803 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 7757 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | 7804 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
| 7758 | echo "configure:7759: checking for $ac_hdr" >&5 | 7805 | echo "configure:7806: checking for $ac_hdr" >&5 |
| 7759 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 7806 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 7760 | echo $ac_n "(cached) $ac_c" 1>&6 | 7807 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 7761 | else | 7808 | else |
| 7762 | cat > conftest.$ac_ext <<EOF | 7809 | cat > conftest.$ac_ext <<EOF |
| 7763 | #line 7764 "configure" | 7810 | #line 7811 "configure" |
| 7764 | #include "confdefs.h" | 7811 | #include "confdefs.h" |
| 7765 | #include <$ac_hdr> | 7812 | #include <$ac_hdr> |
| 7766 | EOF | 7813 | EOF |
| 7767 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 7814 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 7768 | { (eval echo configure:7769: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 7815 | { (eval echo configure:7816: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 7769 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 7816 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 7770 | if test -z "$ac_err"; then | 7817 | if test -z "$ac_err"; then |
| 7771 | rm -rf conftest* | 7818 | rm -rf conftest* |
| @@ -7792,17 +7839,17 @@ for ac_hdr in kerberos/des.h | |||
| 7792 | do | 7839 | do |
| 7793 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | 7840 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 7794 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | 7841 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
| 7795 | echo "configure:7796: checking for $ac_hdr" >&5 | 7842 | echo "configure:7843: checking for $ac_hdr" >&5 |
| 7796 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 7843 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 7797 | echo $ac_n "(cached) $ac_c" 1>&6 | 7844 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 7798 | else | 7845 | else |
| 7799 | cat > conftest.$ac_ext <<EOF | 7846 | cat > conftest.$ac_ext <<EOF |
| 7800 | #line 7801 "configure" | 7847 | #line 7848 "configure" |
| 7801 | #include "confdefs.h" | 7848 | #include "confdefs.h" |
| 7802 | #include <$ac_hdr> | 7849 | #include <$ac_hdr> |
| 7803 | EOF | 7850 | EOF |
| 7804 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 7851 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 7805 | { (eval echo configure:7806: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 7852 | { (eval echo configure:7853: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 7806 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 7853 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 7807 | if test -z "$ac_err"; then | 7854 | if test -z "$ac_err"; then |
| 7808 | rm -rf conftest* | 7855 | rm -rf conftest* |
| @@ -7838,17 +7885,17 @@ done | |||
| 7838 | do | 7885 | do |
| 7839 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | 7886 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 7840 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | 7887 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
| 7841 | echo "configure:7842: checking for $ac_hdr" >&5 | 7888 | echo "configure:7889: checking for $ac_hdr" >&5 |
| 7842 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 7889 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 7843 | echo $ac_n "(cached) $ac_c" 1>&6 | 7890 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 7844 | else | 7891 | else |
| 7845 | cat > conftest.$ac_ext <<EOF | 7892 | cat > conftest.$ac_ext <<EOF |
| 7846 | #line 7847 "configure" | 7893 | #line 7894 "configure" |
| 7847 | #include "confdefs.h" | 7894 | #include "confdefs.h" |
| 7848 | #include <$ac_hdr> | 7895 | #include <$ac_hdr> |
| 7849 | EOF | 7896 | EOF |
| 7850 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 7897 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 7851 | { (eval echo configure:7852: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 7898 | { (eval echo configure:7899: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 7852 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 7899 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 7853 | if test -z "$ac_err"; then | 7900 | if test -z "$ac_err"; then |
| 7854 | rm -rf conftest* | 7901 | rm -rf conftest* |
| @@ -7875,17 +7922,17 @@ for ac_hdr in kerberosIV/krb.h | |||
| 7875 | do | 7922 | do |
| 7876 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | 7923 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 7877 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | 7924 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
| 7878 | echo "configure:7879: checking for $ac_hdr" >&5 | 7925 | echo "configure:7926: checking for $ac_hdr" >&5 |
| 7879 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 7926 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 7880 | echo $ac_n "(cached) $ac_c" 1>&6 | 7927 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 7881 | else | 7928 | else |
| 7882 | cat > conftest.$ac_ext <<EOF | 7929 | cat > conftest.$ac_ext <<EOF |
| 7883 | #line 7884 "configure" | 7930 | #line 7931 "configure" |
| 7884 | #include "confdefs.h" | 7931 | #include "confdefs.h" |
| 7885 | #include <$ac_hdr> | 7932 | #include <$ac_hdr> |
| 7886 | EOF | 7933 | EOF |
| 7887 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 7934 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 7888 | { (eval echo configure:7889: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 7935 | { (eval echo configure:7936: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 7889 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 7936 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 7890 | if test -z "$ac_err"; then | 7937 | if test -z "$ac_err"; then |
| 7891 | rm -rf conftest* | 7938 | rm -rf conftest* |
| @@ -7912,17 +7959,17 @@ for ac_hdr in kerberos/krb.h | |||
| 7912 | do | 7959 | do |
| 7913 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | 7960 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 7914 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | 7961 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
| 7915 | echo "configure:7916: checking for $ac_hdr" >&5 | 7962 | echo "configure:7963: checking for $ac_hdr" >&5 |
| 7916 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 7963 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 7917 | echo $ac_n "(cached) $ac_c" 1>&6 | 7964 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 7918 | else | 7965 | else |
| 7919 | cat > conftest.$ac_ext <<EOF | 7966 | cat > conftest.$ac_ext <<EOF |
| 7920 | #line 7921 "configure" | 7967 | #line 7968 "configure" |
| 7921 | #include "confdefs.h" | 7968 | #include "confdefs.h" |
| 7922 | #include <$ac_hdr> | 7969 | #include <$ac_hdr> |
| 7923 | EOF | 7970 | EOF |
| 7924 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 7971 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 7925 | { (eval echo configure:7926: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 7972 | { (eval echo configure:7973: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 7926 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 7973 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 7927 | if test -z "$ac_err"; then | 7974 | if test -z "$ac_err"; then |
| 7928 | rm -rf conftest* | 7975 | rm -rf conftest* |
| @@ -7959,17 +8006,17 @@ done | |||
| 7959 | do | 8006 | do |
| 7960 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | 8007 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 7961 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | 8008 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
| 7962 | echo "configure:7963: checking for $ac_hdr" >&5 | 8009 | echo "configure:8010: checking for $ac_hdr" >&5 |
| 7963 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 8010 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 7964 | echo $ac_n "(cached) $ac_c" 1>&6 | 8011 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 7965 | else | 8012 | else |
| 7966 | cat > conftest.$ac_ext <<EOF | 8013 | cat > conftest.$ac_ext <<EOF |
| 7967 | #line 7968 "configure" | 8014 | #line 8015 "configure" |
| 7968 | #include "confdefs.h" | 8015 | #include "confdefs.h" |
| 7969 | #include <$ac_hdr> | 8016 | #include <$ac_hdr> |
| 7970 | EOF | 8017 | EOF |
| 7971 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 8018 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 7972 | { (eval echo configure:7973: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 8019 | { (eval echo configure:8020: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 7973 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 8020 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 7974 | if test -z "$ac_err"; then | 8021 | if test -z "$ac_err"; then |
| 7975 | rm -rf conftest* | 8022 | rm -rf conftest* |
| @@ -8000,7 +8047,7 @@ fi | |||
| 8000 | # Solaris requires -lintl if you want strerror (which calls dgettext) | 8047 | # Solaris requires -lintl if you want strerror (which calls dgettext) |
| 8001 | # to return localized messages. | 8048 | # to return localized messages. |
| 8002 | echo $ac_n "checking for dgettext in -lintl""... $ac_c" 1>&6 | 8049 | echo $ac_n "checking for dgettext in -lintl""... $ac_c" 1>&6 |
| 8003 | echo "configure:8004: checking for dgettext in -lintl" >&5 | 8050 | echo "configure:8051: checking for dgettext in -lintl" >&5 |
| 8004 | ac_lib_var=`echo intl'_'dgettext | sed 'y%./+-%__p_%'` | 8051 | ac_lib_var=`echo intl'_'dgettext | sed 'y%./+-%__p_%'` |
| 8005 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 8052 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 8006 | echo $ac_n "(cached) $ac_c" 1>&6 | 8053 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -8008,7 +8055,7 @@ else | |||
| 8008 | ac_save_LIBS="$LIBS" | 8055 | ac_save_LIBS="$LIBS" |
| 8009 | LIBS="-lintl $LIBS" | 8056 | LIBS="-lintl $LIBS" |
| 8010 | cat > conftest.$ac_ext <<EOF | 8057 | cat > conftest.$ac_ext <<EOF |
| 8011 | #line 8012 "configure" | 8058 | #line 8059 "configure" |
| 8012 | #include "confdefs.h" | 8059 | #include "confdefs.h" |
| 8013 | /* Override any gcc2 internal prototype to avoid an error. */ | 8060 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 8014 | /* We use char because int might match the return type of a gcc2 | 8061 | /* We use char because int might match the return type of a gcc2 |
| @@ -8019,7 +8066,7 @@ int main() { | |||
| 8019 | dgettext() | 8066 | dgettext() |
| 8020 | ; return 0; } | 8067 | ; return 0; } |
| 8021 | EOF | 8068 | EOF |
| 8022 | if { (eval echo configure:8023: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 8069 | if { (eval echo configure:8070: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 8023 | rm -rf conftest* | 8070 | rm -rf conftest* |
| 8024 | eval "ac_cv_lib_$ac_lib_var=yes" | 8071 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 8025 | else | 8072 | else |
| @@ -8048,7 +8095,7 @@ fi | |||
| 8048 | 8095 | ||
| 8049 | 8096 | ||
| 8050 | echo $ac_n "checking whether localtime caches TZ""... $ac_c" 1>&6 | 8097 | echo $ac_n "checking whether localtime caches TZ""... $ac_c" 1>&6 |
| 8051 | echo "configure:8052: checking whether localtime caches TZ" >&5 | 8098 | echo "configure:8099: checking whether localtime caches TZ" >&5 |
| 8052 | if eval "test \"`echo '$''{'emacs_cv_localtime_cache'+set}'`\" = set"; then | 8099 | if eval "test \"`echo '$''{'emacs_cv_localtime_cache'+set}'`\" = set"; then |
| 8053 | echo $ac_n "(cached) $ac_c" 1>&6 | 8100 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 8054 | else | 8101 | else |
| @@ -8058,7 +8105,7 @@ if test "$cross_compiling" = yes; then | |||
| 8058 | emacs_cv_localtime_cache=yes | 8105 | emacs_cv_localtime_cache=yes |
| 8059 | else | 8106 | else |
| 8060 | cat > conftest.$ac_ext <<EOF | 8107 | cat > conftest.$ac_ext <<EOF |
| 8061 | #line 8062 "configure" | 8108 | #line 8109 "configure" |
| 8062 | #include "confdefs.h" | 8109 | #include "confdefs.h" |
| 8063 | #include <time.h> | 8110 | #include <time.h> |
| 8064 | extern char **environ; | 8111 | extern char **environ; |
| @@ -8090,7 +8137,7 @@ main() | |||
| 8090 | exit (0); | 8137 | exit (0); |
| 8091 | } | 8138 | } |
| 8092 | EOF | 8139 | EOF |
| 8093 | if { (eval echo configure:8094: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null | 8140 | if { (eval echo configure:8141: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
| 8094 | then | 8141 | then |
| 8095 | emacs_cv_localtime_cache=no | 8142 | emacs_cv_localtime_cache=no |
| 8096 | else | 8143 | else |
| @@ -8120,12 +8167,12 @@ if test "x$HAVE_TIMEVAL" = xyes; then | |||
| 8120 | for ac_func in gettimeofday | 8167 | for ac_func in gettimeofday |
| 8121 | do | 8168 | do |
| 8122 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | 8169 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
| 8123 | echo "configure:8124: checking for $ac_func" >&5 | 8170 | echo "configure:8171: checking for $ac_func" >&5 |
| 8124 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then | 8171 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
| 8125 | echo $ac_n "(cached) $ac_c" 1>&6 | 8172 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 8126 | else | 8173 | else |
| 8127 | cat > conftest.$ac_ext <<EOF | 8174 | cat > conftest.$ac_ext <<EOF |
| 8128 | #line 8129 "configure" | 8175 | #line 8176 "configure" |
| 8129 | #include "confdefs.h" | 8176 | #include "confdefs.h" |
| 8130 | /* System header to define __stub macros and hopefully few prototypes, | 8177 | /* System header to define __stub macros and hopefully few prototypes, |
| 8131 | which can conflict with char $ac_func(); below. */ | 8178 | which can conflict with char $ac_func(); below. */ |
| @@ -8148,7 +8195,7 @@ $ac_func(); | |||
| 8148 | 8195 | ||
| 8149 | ; return 0; } | 8196 | ; return 0; } |
| 8150 | EOF | 8197 | EOF |
| 8151 | if { (eval echo configure:8152: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 8198 | if { (eval echo configure:8199: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 8152 | rm -rf conftest* | 8199 | rm -rf conftest* |
| 8153 | eval "ac_cv_func_$ac_func=yes" | 8200 | eval "ac_cv_func_$ac_func=yes" |
| 8154 | else | 8201 | else |
| @@ -8173,12 +8220,12 @@ fi | |||
| 8173 | done | 8220 | done |
| 8174 | 8221 | ||
| 8175 | echo $ac_n "checking whether gettimeofday can accept two arguments""... $ac_c" 1>&6 | 8222 | echo $ac_n "checking whether gettimeofday can accept two arguments""... $ac_c" 1>&6 |
| 8176 | echo "configure:8177: checking whether gettimeofday can accept two arguments" >&5 | 8223 | echo "configure:8224: checking whether gettimeofday can accept two arguments" >&5 |
| 8177 | if eval "test \"`echo '$''{'emacs_cv_gettimeofday_two_arguments'+set}'`\" = set"; then | 8224 | if eval "test \"`echo '$''{'emacs_cv_gettimeofday_two_arguments'+set}'`\" = set"; then |
| 8178 | echo $ac_n "(cached) $ac_c" 1>&6 | 8225 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 8179 | else | 8226 | else |
| 8180 | cat > conftest.$ac_ext <<EOF | 8227 | cat > conftest.$ac_ext <<EOF |
| 8181 | #line 8182 "configure" | 8228 | #line 8229 "configure" |
| 8182 | #include "confdefs.h" | 8229 | #include "confdefs.h" |
| 8183 | 8230 | ||
| 8184 | #ifdef TIME_WITH_SYS_TIME | 8231 | #ifdef TIME_WITH_SYS_TIME |
| @@ -8196,7 +8243,7 @@ struct timeval time; | |||
| 8196 | gettimeofday (&time, 0); | 8243 | gettimeofday (&time, 0); |
| 8197 | ; return 0; } | 8244 | ; return 0; } |
| 8198 | EOF | 8245 | EOF |
| 8199 | if { (eval echo configure:8200: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | 8246 | if { (eval echo configure:8247: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
| 8200 | rm -rf conftest* | 8247 | rm -rf conftest* |
| 8201 | emacs_cv_gettimeofday_two_arguments=yes | 8248 | emacs_cv_gettimeofday_two_arguments=yes |
| 8202 | else | 8249 | else |
| @@ -8219,25 +8266,25 @@ fi | |||
| 8219 | 8266 | ||
| 8220 | if test "$ac_cv_func_gettimeofday" = yes; then | 8267 | if test "$ac_cv_func_gettimeofday" = yes; then |
| 8221 | echo $ac_n "checking for struct timezone""... $ac_c" 1>&6 | 8268 | echo $ac_n "checking for struct timezone""... $ac_c" 1>&6 |
| 8222 | echo "configure:8223: checking for struct timezone" >&5 | 8269 | echo "configure:8270: checking for struct timezone" >&5 |
| 8223 | if eval "test \"`echo '$''{'emacs_cv_struct_timezone'+set}'`\" = set"; then | 8270 | if eval "test \"`echo '$''{'emacs_cv_struct_timezone'+set}'`\" = set"; then |
| 8224 | echo $ac_n "(cached) $ac_c" 1>&6 | 8271 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 8225 | else | 8272 | else |
| 8226 | cat > conftest.$ac_ext <<EOF | 8273 | cat > conftest.$ac_ext <<EOF |
| 8227 | #line 8228 "configure" | 8274 | #line 8275 "configure" |
| 8228 | #include "confdefs.h" | 8275 | #include "confdefs.h" |
| 8229 | #include <sys/time.h> | 8276 | #include <sys/time.h> |
| 8230 | int main() { | 8277 | int main() { |
| 8231 | struct timezone tz; | 8278 | struct timezone tz; |
| 8232 | ; return 0; } | 8279 | ; return 0; } |
| 8233 | EOF | 8280 | EOF |
| 8234 | if { (eval echo configure:8235: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | 8281 | if { (eval echo configure:8282: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
| 8235 | rm -rf conftest* | 8282 | rm -rf conftest* |
| 8236 | if test "$cross_compiling" = yes; then | 8283 | if test "$cross_compiling" = yes; then |
| 8237 | emacs_cv_struct_timezone=yes | 8284 | emacs_cv_struct_timezone=yes |
| 8238 | else | 8285 | else |
| 8239 | cat > conftest.$ac_ext <<EOF | 8286 | cat > conftest.$ac_ext <<EOF |
| 8240 | #line 8241 "configure" | 8287 | #line 8288 "configure" |
| 8241 | #include "confdefs.h" | 8288 | #include "confdefs.h" |
| 8242 | 8289 | ||
| 8243 | #ifdef TIME_WITH_SYS_TIME | 8290 | #ifdef TIME_WITH_SYS_TIME |
| @@ -8256,7 +8303,7 @@ main () { | |||
| 8256 | exit (gettimeofday (&time, &dummy)); | 8303 | exit (gettimeofday (&time, &dummy)); |
| 8257 | } | 8304 | } |
| 8258 | EOF | 8305 | EOF |
| 8259 | if { (eval echo configure:8260: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null | 8306 | if { (eval echo configure:8307: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
| 8260 | then | 8307 | then |
| 8261 | emacs_cv_struct_timezone=yes | 8308 | emacs_cv_struct_timezone=yes |
| 8262 | else | 8309 | else |
| @@ -8282,12 +8329,12 @@ fi | |||
| 8282 | 8329 | ||
| 8283 | ok_so_far=yes | 8330 | ok_so_far=yes |
| 8284 | echo $ac_n "checking for socket""... $ac_c" 1>&6 | 8331 | echo $ac_n "checking for socket""... $ac_c" 1>&6 |
| 8285 | echo "configure:8286: checking for socket" >&5 | 8332 | echo "configure:8333: checking for socket" >&5 |
| 8286 | if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then | 8333 | if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then |
| 8287 | echo $ac_n "(cached) $ac_c" 1>&6 | 8334 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 8288 | else | 8335 | else |
| 8289 | cat > conftest.$ac_ext <<EOF | 8336 | cat > conftest.$ac_ext <<EOF |
| 8290 | #line 8291 "configure" | 8337 | #line 8338 "configure" |
| 8291 | #include "confdefs.h" | 8338 | #include "confdefs.h" |
| 8292 | /* System header to define __stub macros and hopefully few prototypes, | 8339 | /* System header to define __stub macros and hopefully few prototypes, |
| 8293 | which can conflict with char socket(); below. */ | 8340 | which can conflict with char socket(); below. */ |
| @@ -8310,7 +8357,7 @@ socket(); | |||
| 8310 | 8357 | ||
| 8311 | ; return 0; } | 8358 | ; return 0; } |
| 8312 | EOF | 8359 | EOF |
| 8313 | if { (eval echo configure:8314: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 8360 | if { (eval echo configure:8361: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 8314 | rm -rf conftest* | 8361 | rm -rf conftest* |
| 8315 | eval "ac_cv_func_socket=yes" | 8362 | eval "ac_cv_func_socket=yes" |
| 8316 | else | 8363 | else |
| @@ -8333,17 +8380,17 @@ fi | |||
| 8333 | if test $ok_so_far = yes; then | 8380 | if test $ok_so_far = yes; then |
| 8334 | ac_safe=`echo "netinet/in.h" | sed 'y%./+-%__p_%'` | 8381 | ac_safe=`echo "netinet/in.h" | sed 'y%./+-%__p_%'` |
| 8335 | echo $ac_n "checking for netinet/in.h""... $ac_c" 1>&6 | 8382 | echo $ac_n "checking for netinet/in.h""... $ac_c" 1>&6 |
| 8336 | echo "configure:8337: checking for netinet/in.h" >&5 | 8383 | echo "configure:8384: checking for netinet/in.h" >&5 |
| 8337 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 8384 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 8338 | echo $ac_n "(cached) $ac_c" 1>&6 | 8385 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 8339 | else | 8386 | else |
| 8340 | cat > conftest.$ac_ext <<EOF | 8387 | cat > conftest.$ac_ext <<EOF |
| 8341 | #line 8342 "configure" | 8388 | #line 8389 "configure" |
| 8342 | #include "confdefs.h" | 8389 | #include "confdefs.h" |
| 8343 | #include <netinet/in.h> | 8390 | #include <netinet/in.h> |
| 8344 | EOF | 8391 | EOF |
| 8345 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 8392 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 8346 | { (eval echo configure:8347: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 8393 | { (eval echo configure:8394: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 8347 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 8394 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 8348 | if test -z "$ac_err"; then | 8395 | if test -z "$ac_err"; then |
| 8349 | rm -rf conftest* | 8396 | rm -rf conftest* |
| @@ -8369,17 +8416,17 @@ fi | |||
| 8369 | if test $ok_so_far = yes; then | 8416 | if test $ok_so_far = yes; then |
| 8370 | ac_safe=`echo "arpa/inet.h" | sed 'y%./+-%__p_%'` | 8417 | ac_safe=`echo "arpa/inet.h" | sed 'y%./+-%__p_%'` |
| 8371 | echo $ac_n "checking for arpa/inet.h""... $ac_c" 1>&6 | 8418 | echo $ac_n "checking for arpa/inet.h""... $ac_c" 1>&6 |
| 8372 | echo "configure:8373: checking for arpa/inet.h" >&5 | 8419 | echo "configure:8420: checking for arpa/inet.h" >&5 |
| 8373 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 8420 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 8374 | echo $ac_n "(cached) $ac_c" 1>&6 | 8421 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 8375 | else | 8422 | else |
| 8376 | cat > conftest.$ac_ext <<EOF | 8423 | cat > conftest.$ac_ext <<EOF |
| 8377 | #line 8378 "configure" | 8424 | #line 8425 "configure" |
| 8378 | #include "confdefs.h" | 8425 | #include "confdefs.h" |
| 8379 | #include <arpa/inet.h> | 8426 | #include <arpa/inet.h> |
| 8380 | EOF | 8427 | EOF |
| 8381 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 8428 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 8382 | { (eval echo configure:8383: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 8429 | { (eval echo configure:8430: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 8383 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 8430 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 8384 | if test -z "$ac_err"; then | 8431 | if test -z "$ac_err"; then |
| 8385 | rm -rf conftest* | 8432 | rm -rf conftest* |
| @@ -8417,7 +8464,7 @@ EOF | |||
| 8417 | fi | 8464 | fi |
| 8418 | 8465 | ||
| 8419 | echo $ac_n "checking whether system supports dynamic ptys""... $ac_c" 1>&6 | 8466 | echo $ac_n "checking whether system supports dynamic ptys""... $ac_c" 1>&6 |
| 8420 | echo "configure:8421: checking whether system supports dynamic ptys" >&5 | 8467 | echo "configure:8468: checking whether system supports dynamic ptys" >&5 |
| 8421 | if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then | 8468 | if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then |
| 8422 | echo "$ac_t""yes" 1>&6 | 8469 | echo "$ac_t""yes" 1>&6 |
| 8423 | cat >> confdefs.h <<\EOF | 8470 | cat >> confdefs.h <<\EOF |
| @@ -8429,12 +8476,12 @@ else | |||
| 8429 | fi | 8476 | fi |
| 8430 | 8477 | ||
| 8431 | echo $ac_n "checking for pid_t""... $ac_c" 1>&6 | 8478 | echo $ac_n "checking for pid_t""... $ac_c" 1>&6 |
| 8432 | echo "configure:8433: checking for pid_t" >&5 | 8479 | echo "configure:8480: checking for pid_t" >&5 |
| 8433 | if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then | 8480 | if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then |
| 8434 | echo $ac_n "(cached) $ac_c" 1>&6 | 8481 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 8435 | else | 8482 | else |
| 8436 | cat > conftest.$ac_ext <<EOF | 8483 | cat > conftest.$ac_ext <<EOF |
| 8437 | #line 8438 "configure" | 8484 | #line 8485 "configure" |
| 8438 | #include "confdefs.h" | 8485 | #include "confdefs.h" |
| 8439 | #include <sys/types.h> | 8486 | #include <sys/types.h> |
| 8440 | #if STDC_HEADERS | 8487 | #if STDC_HEADERS |
| @@ -8463,17 +8510,17 @@ fi | |||
| 8463 | 8510 | ||
| 8464 | ac_safe=`echo "vfork.h" | sed 'y%./+-%__p_%'` | 8511 | ac_safe=`echo "vfork.h" | sed 'y%./+-%__p_%'` |
| 8465 | echo $ac_n "checking for vfork.h""... $ac_c" 1>&6 | 8512 | echo $ac_n "checking for vfork.h""... $ac_c" 1>&6 |
| 8466 | echo "configure:8467: checking for vfork.h" >&5 | 8513 | echo "configure:8514: checking for vfork.h" >&5 |
| 8467 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 8514 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 8468 | echo $ac_n "(cached) $ac_c" 1>&6 | 8515 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 8469 | else | 8516 | else |
| 8470 | cat > conftest.$ac_ext <<EOF | 8517 | cat > conftest.$ac_ext <<EOF |
| 8471 | #line 8472 "configure" | 8518 | #line 8519 "configure" |
| 8472 | #include "confdefs.h" | 8519 | #include "confdefs.h" |
| 8473 | #include <vfork.h> | 8520 | #include <vfork.h> |
| 8474 | EOF | 8521 | EOF |
| 8475 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 8522 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 8476 | { (eval echo configure:8477: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 8523 | { (eval echo configure:8524: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 8477 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 8524 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 8478 | if test -z "$ac_err"; then | 8525 | if test -z "$ac_err"; then |
| 8479 | rm -rf conftest* | 8526 | rm -rf conftest* |
| @@ -8498,18 +8545,18 @@ else | |||
| 8498 | fi | 8545 | fi |
| 8499 | 8546 | ||
| 8500 | echo $ac_n "checking for working vfork""... $ac_c" 1>&6 | 8547 | echo $ac_n "checking for working vfork""... $ac_c" 1>&6 |
| 8501 | echo "configure:8502: checking for working vfork" >&5 | 8548 | echo "configure:8549: checking for working vfork" >&5 |
| 8502 | if eval "test \"`echo '$''{'ac_cv_func_vfork_works'+set}'`\" = set"; then | 8549 | if eval "test \"`echo '$''{'ac_cv_func_vfork_works'+set}'`\" = set"; then |
| 8503 | echo $ac_n "(cached) $ac_c" 1>&6 | 8550 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 8504 | else | 8551 | else |
| 8505 | if test "$cross_compiling" = yes; then | 8552 | if test "$cross_compiling" = yes; then |
| 8506 | echo $ac_n "checking for vfork""... $ac_c" 1>&6 | 8553 | echo $ac_n "checking for vfork""... $ac_c" 1>&6 |
| 8507 | echo "configure:8508: checking for vfork" >&5 | 8554 | echo "configure:8555: checking for vfork" >&5 |
| 8508 | if eval "test \"`echo '$''{'ac_cv_func_vfork'+set}'`\" = set"; then | 8555 | if eval "test \"`echo '$''{'ac_cv_func_vfork'+set}'`\" = set"; then |
| 8509 | echo $ac_n "(cached) $ac_c" 1>&6 | 8556 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 8510 | else | 8557 | else |
| 8511 | cat > conftest.$ac_ext <<EOF | 8558 | cat > conftest.$ac_ext <<EOF |
| 8512 | #line 8513 "configure" | 8559 | #line 8560 "configure" |
| 8513 | #include "confdefs.h" | 8560 | #include "confdefs.h" |
| 8514 | /* System header to define __stub macros and hopefully few prototypes, | 8561 | /* System header to define __stub macros and hopefully few prototypes, |
| 8515 | which can conflict with char vfork(); below. */ | 8562 | which can conflict with char vfork(); below. */ |
| @@ -8532,7 +8579,7 @@ vfork(); | |||
| 8532 | 8579 | ||
| 8533 | ; return 0; } | 8580 | ; return 0; } |
| 8534 | EOF | 8581 | EOF |
| 8535 | if { (eval echo configure:8536: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 8582 | if { (eval echo configure:8583: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 8536 | rm -rf conftest* | 8583 | rm -rf conftest* |
| 8537 | eval "ac_cv_func_vfork=yes" | 8584 | eval "ac_cv_func_vfork=yes" |
| 8538 | else | 8585 | else |
| @@ -8554,7 +8601,7 @@ fi | |||
| 8554 | ac_cv_func_vfork_works=$ac_cv_func_vfork | 8601 | ac_cv_func_vfork_works=$ac_cv_func_vfork |
| 8555 | else | 8602 | else |
| 8556 | cat > conftest.$ac_ext <<EOF | 8603 | cat > conftest.$ac_ext <<EOF |
| 8557 | #line 8558 "configure" | 8604 | #line 8605 "configure" |
| 8558 | #include "confdefs.h" | 8605 | #include "confdefs.h" |
| 8559 | /* Thanks to Paul Eggert for this test. */ | 8606 | /* Thanks to Paul Eggert for this test. */ |
| 8560 | #include <stdio.h> | 8607 | #include <stdio.h> |
| @@ -8649,7 +8696,7 @@ main() { | |||
| 8649 | } | 8696 | } |
| 8650 | } | 8697 | } |
| 8651 | EOF | 8698 | EOF |
| 8652 | if { (eval echo configure:8653: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null | 8699 | if { (eval echo configure:8700: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
| 8653 | then | 8700 | then |
| 8654 | ac_cv_func_vfork_works=yes | 8701 | ac_cv_func_vfork_works=yes |
| 8655 | else | 8702 | else |
| @@ -8674,12 +8721,12 @@ fi | |||
| 8674 | 8721 | ||
| 8675 | # Fixme: This should be replaced when we have autoconf 2.14. | 8722 | # Fixme: This should be replaced when we have autoconf 2.14. |
| 8676 | echo $ac_n "checking for size_t""... $ac_c" 1>&6 | 8723 | echo $ac_n "checking for size_t""... $ac_c" 1>&6 |
| 8677 | echo "configure:8678: checking for size_t" >&5 | 8724 | echo "configure:8725: checking for size_t" >&5 |
| 8678 | if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then | 8725 | if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then |
| 8679 | echo $ac_n "(cached) $ac_c" 1>&6 | 8726 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 8680 | else | 8727 | else |
| 8681 | cat > conftest.$ac_ext <<EOF | 8728 | cat > conftest.$ac_ext <<EOF |
| 8682 | #line 8683 "configure" | 8729 | #line 8730 "configure" |
| 8683 | #include "confdefs.h" | 8730 | #include "confdefs.h" |
| 8684 | #include <sys/types.h> | 8731 | #include <sys/types.h> |
| 8685 | #if STDC_HEADERS | 8732 | #if STDC_HEADERS |
| @@ -8873,7 +8920,7 @@ test "${exec_prefix}" != NONE && | |||
| 8873 | ## C preprocessor. | 8920 | ## C preprocessor. |
| 8874 | 8921 | ||
| 8875 | cat > conftest.$ac_ext <<EOF | 8922 | cat > conftest.$ac_ext <<EOF |
| 8876 | #line 8877 "configure" | 8923 | #line 8924 "configure" |
| 8877 | #include "confdefs.h" | 8924 | #include "confdefs.h" |
| 8878 | yes..yes | 8925 | yes..yes |
| 8879 | EOF | 8926 | EOF |
diff --git a/configure.in b/configure.in index 00d283daac5..1e4fee58e4d 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -1570,6 +1570,7 @@ dnl FIXME replace main with a function we actually want from this library. | |||
| 1570 | AC_CHECK_LIB(Xbsd, main, LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd") | 1570 | AC_CHECK_LIB(Xbsd, main, LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd") |
| 1571 | 1571 | ||
| 1572 | AC_CHECK_LIB(pthreads, cma_open) | 1572 | AC_CHECK_LIB(pthreads, cma_open) |
| 1573 | AC_CHECK_LIB(gmp, mpz_init) | ||
| 1573 | 1574 | ||
| 1574 | AC_MSG_CHECKING(for XFree86 in /usr/X386) | 1575 | AC_MSG_CHECKING(for XFree86 in /usr/X386) |
| 1575 | if test -d /usr/X386/include; then | 1576 | if test -d /usr/X386/include; then |
diff --git a/src/ChangeLog b/src/ChangeLog index 3c851d1c7f6..11124d69aeb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,51 @@ | |||
| 1 | 2001-10-16 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * print.c (print_object) [HAVE_LIBGMP]: Print bignums. | ||
| 4 | |||
| 5 | * lread.c (read_bigint) [HAVE_LIBGMP]: New function. | ||
| 6 | (read_integer, read1) [HAVE_LIBGMP]: Read bigints. | ||
| 7 | |||
| 8 | * lisp.h [HAVE_LIBGMP]: Add bignums. | ||
| 9 | (make_fixnum): Renamed from make_number. | ||
| 10 | |||
| 11 | * floatfns.c (extract_float, Fabs, Ffloat) [HAVE_LIBGMP]: Handle | ||
| 12 | bigints. | ||
| 13 | |||
| 14 | * data.c (Qbignum, Qfixnum): New variables. | ||
| 15 | (wrong_type_argument, Fchar_or_string_p): Use FIXNUMP instead of | ||
| 16 | INTEGERP. | ||
| 17 | (Ftype_of) [HAVE_LIBGMP]: Return `fixnum' for Lisp_Int, `bignum' | ||
| 18 | for Lisp_Bignum. | ||
| 19 | (Fintegerp) [HAVE_LIBGMP]: Return t for bignums. | ||
| 20 | (fixnump, bignump, bitint_arith_driver) [HAVE_LIBGMP]: New functions. | ||
| 21 | (arith_driver) [HAVE_LIBGMP]: Handle implicit coercion to big ints. | ||
| 22 | (float_arith_driver) [HAVE_LIBGMP]: Handle coercion of bigints to | ||
| 23 | floats. | ||
| 24 | (Fadd1, Fsub1, Flognot) [HAVE_LIBGMP]: Handle bigints. | ||
| 25 | (syms_of_data): Initialize Qbignum and Qfixnum, defsubr bignump | ||
| 26 | and fixnump. | ||
| 27 | |||
| 28 | * config.in (HAVE_LIBGMP): Add. | ||
| 29 | |||
| 30 | * alloc.c [HAVE_LIBGMP]: Add bignum functionality. | ||
| 31 | (enum mem_type): Add MEM_TYPE_BIGNUM. | ||
| 32 | (make_fixnum): Renamed from make_number. | ||
| 33 | |||
| 34 | * abbrev.c, buffer.c, bytecode.c, callint.c, callproc.c | ||
| 35 | * casefiddle.c, casetab.c, category.c, category.h, ccl.c: | ||
| 36 | * charset.c, cmds.c, coding.c, composite.c, composite.h: | ||
| 37 | * dired.c, dispnew.c, disptab.h, doc.c, editfns.c, emacs.c: | ||
| 38 | * eval.c, fileio.c, fns.c, fontset.c, frame.c, frame.h: | ||
| 39 | * indent.c, insdel.c, intervals.c, intervals.h, keyboard.c: | ||
| 40 | * keymap.c, macros.c, marker.c, minibuf.c, mocklisp.c: | ||
| 41 | * msdos.c, process.c, search.c, sound.c, sunfns.c, syntax.c: | ||
| 42 | * syntax.h, sysdep.c, term.c, textprop.c, undo.c, w32console.c: | ||
| 43 | * w32fns.c, w32menu.c, w32proc.c, w32term.c, window.c, xdisp.c: | ||
| 44 | * xfaces.c, xfns.c, xmenu.c, xrdb.c, xselect.c: | ||
| 45 | Use make_fixnum instead of make_number, FIXNUMP instead of INTEGERP. | ||
| 46 | |||
| 47 | * Makefile.in: Link with libgmp if HAVE_LIBGMP. | ||
| 48 | |||
| 1 | 2001-05-29 Gerd Moellmann <gerd@gnu.org> | 49 | 2001-05-29 Gerd Moellmann <gerd@gnu.org> |
| 2 | 50 | ||
| 3 | * xmenu.c (single_submenu, xmenu_show) [!HAVE_MULTILINGUAL_MENU]: | 51 | * xmenu.c (single_submenu, xmenu_show) [!HAVE_MULTILINGUAL_MENU]: |