comparison configure @ 4544:dc578683fddd

Fix my syntax errors.
author Stephen J. Turnbull <stephen@xemacs.org>
date Mon, 29 Dec 2008 21:49:01 +0900
parents 0ed907d0f1e9
children 6a6689b96f00
comparison
equal deleted inserted replaced
4543:fe64f1351cbd 4544:dc578683fddd
1 #! /bin/sh 1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles. 2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for XEmacs 21.5. 3 # Generated by GNU Autoconf 2.63 for XEmacs 21.5.
4 # 4 #
5 # Report bugs to <xemacs-beta@xemacs.org>. 5 # Report bugs to <xemacs-beta@xemacs.org>.
6 # 6 #
7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 8 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation 9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it. 10 # gives unlimited permission to copy, distribute and modify it.
11 # 11 #
12 # Configuration script for XEmacs. Largely divergent from FSF. 12 # Configuration script for XEmacs. Largely divergent from FSF.
13 # Guess values for system-dependent variables and create Makefiles. 13 # Guess values for system-dependent variables and create Makefiles.
61 # Be more Bourne compatible 61 # Be more Bourne compatible
62 DUALCASE=1; export DUALCASE # for MKS sh 62 DUALCASE=1; export DUALCASE # for MKS sh
63 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 63 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
64 emulate sh 64 emulate sh
65 NULLCMD=: 65 NULLCMD=:
66 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 66 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
67 # is contrary to our usage. Disable this feature. 67 # is contrary to our usage. Disable this feature.
68 alias -g '${1+"$@"}'='"$@"' 68 alias -g '${1+"$@"}'='"$@"'
69 setopt NO_GLOB_SUBST 69 setopt NO_GLOB_SUBST
70 else 70 else
71 case `(set -o) 2>/dev/null` in 71 case `(set -o) 2>/dev/null` in
83 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 83 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
84 as_cr_Letters=$as_cr_letters$as_cr_LETTERS 84 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
85 as_cr_digits='0123456789' 85 as_cr_digits='0123456789'
86 as_cr_alnum=$as_cr_Letters$as_cr_digits 86 as_cr_alnum=$as_cr_Letters$as_cr_digits
87 87
88 as_nl='
89 '
90 export as_nl
91 # Printing a long string crashes Solaris 7 /usr/bin/printf.
92 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
93 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
94 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
95 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
96 as_echo='printf %s\n'
97 as_echo_n='printf %s'
98 else
99 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
100 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
101 as_echo_n='/usr/ucb/echo -n'
102 else
103 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
104 as_echo_n_body='eval
105 arg=$1;
106 case $arg in
107 *"$as_nl"*)
108 expr "X$arg" : "X\\(.*\\)$as_nl";
109 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
110 esac;
111 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
112 '
113 export as_echo_n_body
114 as_echo_n='sh -c $as_echo_n_body as_echo'
115 fi
116 export as_echo_body
117 as_echo='sh -c $as_echo_body as_echo'
118 fi
119
88 # The user is always right. 120 # The user is always right.
89 if test "${PATH_SEPARATOR+set}" != set; then 121 if test "${PATH_SEPARATOR+set}" != set; then
90 echo "#! /bin/sh" >conf$$.sh 122 PATH_SEPARATOR=:
91 echo "exit 0" >>conf$$.sh 123 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
92 chmod +x conf$$.sh 124 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
93 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 125 PATH_SEPARATOR=';'
94 PATH_SEPARATOR=';' 126 }
95 else
96 PATH_SEPARATOR=:
97 fi
98 rm -f conf$$.sh
99 fi 127 fi
100 128
101 # Support unset when possible. 129 # Support unset when possible.
102 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 130 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
103 as_unset=unset 131 as_unset=unset
109 # IFS 137 # IFS
110 # We need space, tab and new line, in precisely that order. Quoting is 138 # We need space, tab and new line, in precisely that order. Quoting is
111 # there to prevent editors from complaining about space-tab. 139 # there to prevent editors from complaining about space-tab.
112 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 140 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
113 # splitting by setting IFS to empty value.) 141 # splitting by setting IFS to empty value.)
114 as_nl='
115 '
116 IFS=" "" $as_nl" 142 IFS=" "" $as_nl"
117 143
118 # Find who we are. Look in the path if we contain no directory separator. 144 # Find who we are. Look in the path if we contain no directory separator.
119 case $0 in 145 case $0 in
120 *[\\/]* ) as_myself=$0 ;; 146 *[\\/]* ) as_myself=$0 ;;
133 # in which case we are not to be found in the path. 159 # in which case we are not to be found in the path.
134 if test "x$as_myself" = x; then 160 if test "x$as_myself" = x; then
135 as_myself=$0 161 as_myself=$0
136 fi 162 fi
137 if test ! -f "$as_myself"; then 163 if test ! -f "$as_myself"; then
138 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 164 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
139 { (exit 1); exit 1; } 165 { (exit 1); exit 1; }
140 fi 166 fi
141 167
142 # Work around bugs in pre-3.0 UWIN ksh. 168 # Work around bugs in pre-3.0 UWIN ksh.
143 for as_var in ENV MAIL MAILPATH 169 for as_var in ENV MAIL MAILPATH
146 PS1='$ ' 172 PS1='$ '
147 PS2='> ' 173 PS2='> '
148 PS4='+ ' 174 PS4='+ '
149 175
150 # NLS nuisances. 176 # NLS nuisances.
151 for as_var in \ 177 LC_ALL=C
152 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 178 export LC_ALL
153 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 179 LANGUAGE=C
154 LC_TELEPHONE LC_TIME 180 export LANGUAGE
155 do
156 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
157 eval $as_var=C; export $as_var
158 else
159 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
160 fi
161 done
162 181
163 # Required to use basename. 182 # Required to use basename.
164 if expr a : '\(a\)' >/dev/null 2>&1 && 183 if expr a : '\(a\)' >/dev/null 2>&1 &&
165 test "X`expr 00001 : '.*\(...\)'`" = X001; then 184 test "X`expr 00001 : '.*\(...\)'`" = X001; then
166 as_expr=expr 185 as_expr=expr
178 # Name of the executable. 197 # Name of the executable.
179 as_me=`$as_basename -- "$0" || 198 as_me=`$as_basename -- "$0" ||
180 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 199 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
181 X"$0" : 'X\(//\)$' \| \ 200 X"$0" : 'X\(//\)$' \| \
182 X"$0" : 'X\(/\)' \| . 2>/dev/null || 201 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
183 echo X/"$0" | 202 $as_echo X/"$0" |
184 sed '/^.*\/\([^/][^/]*\)\/*$/{ 203 sed '/^.*\/\([^/][^/]*\)\/*$/{
185 s//\1/ 204 s//\1/
186 q 205 q
187 } 206 }
188 /^X\/\(\/\/\)$/{ 207 /^X\/\(\/\/\)$/{
204 as_have_required=yes 223 as_have_required=yes
205 else 224 else
206 as_have_required=no 225 as_have_required=no
207 fi 226 fi
208 227
209 if test $as_have_required = yes && (eval ": 228 if test $as_have_required = yes && (eval ":
210 (as_func_return () { 229 (as_func_return () {
211 (exit \$1) 230 (exit \$1)
212 } 231 }
213 as_func_success () { 232 as_func_success () {
214 as_func_return 0 233 as_func_return 0
286 if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 305 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
287 { ("$as_shell") 2> /dev/null <<\_ASEOF 306 { ("$as_shell") 2> /dev/null <<\_ASEOF
288 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 307 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
289 emulate sh 308 emulate sh
290 NULLCMD=: 309 NULLCMD=:
291 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 310 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
292 # is contrary to our usage. Disable this feature. 311 # is contrary to our usage. Disable this feature.
293 alias -g '${1+"$@"}'='"$@"' 312 alias -g '${1+"$@"}'='"$@"'
294 setopt NO_GLOB_SUBST 313 setopt NO_GLOB_SUBST
295 else 314 else
296 case `(set -o) 2>/dev/null` in 315 case `(set -o) 2>/dev/null` in
307 as_have_required=yes 326 as_have_required=yes
308 if { "$as_shell" 2> /dev/null <<\_ASEOF 327 if { "$as_shell" 2> /dev/null <<\_ASEOF
309 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 328 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
310 emulate sh 329 emulate sh
311 NULLCMD=: 330 NULLCMD=:
312 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 331 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
313 # is contrary to our usage. Disable this feature. 332 # is contrary to our usage. Disable this feature.
314 alias -g '${1+"$@"}'='"$@"' 333 alias -g '${1+"$@"}'='"$@"'
315 setopt NO_GLOB_SUBST 334 setopt NO_GLOB_SUBST
316 else 335 else
317 case `(set -o) 2>/dev/null` in 336 case `(set -o) 2>/dev/null` in
387 406
388 done 407 done
389 408
390 if test "x$CONFIG_SHELL" != x; then 409 if test "x$CONFIG_SHELL" != x; then
391 for as_var in BASH_ENV ENV 410 for as_var in BASH_ENV ENV
392 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 411 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
393 done 412 done
394 export CONFIG_SHELL 413 export CONFIG_SHELL
395 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 414 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
396 fi 415 fi
397 416
398 417
399 if test $as_have_required = no; then 418 if test $as_have_required = no; then
400 echo This script requires a shell more modern than all the 419 echo This script requires a shell more modern than all the
459 echo positional parameters were not saved. 478 echo positional parameters were not saved.
460 fi 479 fi
461 480
462 test \$exitcode = 0") || { 481 test \$exitcode = 0") || {
463 echo No shell found that supports shell functions. 482 echo No shell found that supports shell functions.
464 echo Please tell autoconf@gnu.org about your system, 483 echo Please tell bug-autoconf@gnu.org about your system,
465 echo including any error possibly output before this 484 echo including any error possibly output before this message.
466 echo message 485 echo This can help us improve future autoconf versions.
486 echo Configuration will now proceed without shell functions.
467 } 487 }
468 488
469 489
470 490
471 as_lineno_1=$LINENO 491 as_lineno_1=$LINENO
497 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 517 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
498 t loop 518 t loop
499 s/-\n.*// 519 s/-\n.*//
500 ' >$as_me.lineno && 520 ' >$as_me.lineno &&
501 chmod +x "$as_me.lineno" || 521 chmod +x "$as_me.lineno" ||
502 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 522 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
503 { (exit 1); exit 1; }; } 523 { (exit 1); exit 1; }; }
504 524
505 # Don't try to exec as it changes $[0], causing all sort of problems 525 # Don't try to exec as it changes $[0], causing all sort of problems
506 # (the dirname of $[0] is not the place where we might find the 526 # (the dirname of $[0] is not the place where we might find the
507 # original and so on. Autoconf is especially sensitive to this). 527 # original and so on. Autoconf is especially sensitive to this).
525 *) ECHO_C='\c';; 545 *) ECHO_C='\c';;
526 esac;; 546 esac;;
527 *) 547 *)
528 ECHO_N='-n';; 548 ECHO_N='-n';;
529 esac 549 esac
530
531 if expr a : '\(a\)' >/dev/null 2>&1 && 550 if expr a : '\(a\)' >/dev/null 2>&1 &&
532 test "X`expr 00001 : '.*\(...\)'`" = X001; then 551 test "X`expr 00001 : '.*\(...\)'`" = X001; then
533 as_expr=expr 552 as_expr=expr
534 else 553 else
535 as_expr=false 554 as_expr=false
538 rm -f conf$$ conf$$.exe conf$$.file 557 rm -f conf$$ conf$$.exe conf$$.file
539 if test -d conf$$.dir; then 558 if test -d conf$$.dir; then
540 rm -f conf$$.dir/conf$$.file 559 rm -f conf$$.dir/conf$$.file
541 else 560 else
542 rm -f conf$$.dir 561 rm -f conf$$.dir
543 mkdir conf$$.dir 562 mkdir conf$$.dir 2>/dev/null
544 fi 563 fi
545 echo >conf$$.file 564 if (echo >conf$$.file) 2>/dev/null; then
546 if ln -s conf$$.file conf$$ 2>/dev/null; then 565 if ln -s conf$$.file conf$$ 2>/dev/null; then
547 as_ln_s='ln -s' 566 as_ln_s='ln -s'
548 # ... but there are two gotchas: 567 # ... but there are two gotchas:
549 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 568 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
550 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 569 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
551 # In both cases, we have to default to `cp -p'. 570 # In both cases, we have to default to `cp -p'.
552 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 571 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
572 as_ln_s='cp -p'
573 elif ln conf$$.file conf$$ 2>/dev/null; then
574 as_ln_s=ln
575 else
553 as_ln_s='cp -p' 576 as_ln_s='cp -p'
554 elif ln conf$$.file conf$$ 2>/dev/null; then 577 fi
555 as_ln_s=ln
556 else 578 else
557 as_ln_s='cp -p' 579 as_ln_s='cp -p'
558 fi 580 fi
559 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 581 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
560 rmdir conf$$.dir 2>/dev/null 582 rmdir conf$$.dir 2>/dev/null
575 as_ls_L_option= 597 as_ls_L_option=
576 fi 598 fi
577 as_test_x=' 599 as_test_x='
578 eval sh -c '\'' 600 eval sh -c '\''
579 if test -d "$1"; then 601 if test -d "$1"; then
580 test -d "$1/."; 602 test -d "$1/.";
581 else 603 else
582 case $1 in 604 case $1 in
583 -*)set "./$1";; 605 -*)set "./$1";;
584 esac; 606 esac;
585 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 607 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
586 ???[sx]*):;;*)false;;esac;fi 608 ???[sx]*):;;*)false;;esac;fi
587 '\'' sh 609 '\'' sh
588 ' 610 '
659 #endif 681 #endif
660 #ifdef HAVE_UNISTD_H 682 #ifdef HAVE_UNISTD_H
661 # include <unistd.h> 683 # include <unistd.h>
662 #endif" 684 #endif"
663 685
664 ac_subst_vars='SHELL 686 ac_subst_vars='LTLIBOBJS
687 LIBOBJS
688 internal_makefile_list
689 XE_CFLAGS
690 XEMACS_CC
691 dynodump_arch
692 sound_cflags
693 native_sound_lib
694 RECURSIVE_MAKE_ARGS
695 ld_libs_all
696 ld_libs_window_system
697 ld_libs_general
698 ld_switch_all
699 ld_switch_window_system
700 ld_switch_general
701 c_switch_all
702 c_switch_window_system
703 c_switch_general
704 opsysfile
705 machfile
706 extra_objs
707 bitmapdir
708 DOCDIR
709 DOCDIR_USER_DEFINED
710 ARCHLIBDIR
711 ARCHLIBDIR_USER_DEFINED
712 archlibdir
713 ETCDIR
714 ETCDIR_USER_DEFINED
715 etcdir
716 SITEMODULEDIR
717 SITEMODULEDIR_USER_DEFINED
718 sitemoduledir
719 SITELISPDIR
720 SITELISPDIR_USER_DEFINED
721 sitelispdir
722 MODULEDIR
723 MODULEDIR_USER_DEFINED
724 moduledir
725 LISPDIR
726 LISPDIR_USER_DEFINED
727 lispdir
728 PACKAGE_PATH
729 PACKAGE_PATH_USER_DEFINED
730 package_path
731 LAST_PACKAGE_DIRECTORIES
732 LAST_PACKAGE_DIRECTORIES_USER_DEFINED
733 last_packages
734 LATE_PACKAGE_DIRECTORIES
735 LATE_PACKAGE_DIRECTORIES_USER_DEFINED
736 late_packages
737 EARLY_PACKAGE_DIRECTORIES
738 EARLY_PACKAGE_DIRECTORIES_USER_DEFINED
739 early_packages
740 INFOPATH
741 INFOPATH_USER_DEFINED
742 infopath
743 INFODIR
744 INFODIR_USER_DEFINED
745 EXEC_PREFIX
746 EXEC_PREFIX_USER_DEFINED
747 PREFIX
748 PREFIX_USER_DEFINED
749 extra_includes
750 srcdir
751 instvardir
752 verbose_version
753 version
754 PROGNAME
755 SUBDIR_MAKEFILES
756 MAKE_SUBDIR
757 INSTALL_ARCH_DEP_SUBDIR
758 SRC_SUBDIR_DEPS
759 have_esd_config
760 ALLOCA
761 canna_libs
762 lwlib_objs
763 postgresql_libs
764 ldap_libs
765 OBJECT_TO_BUILD
766 MOD_INSTALL_PROGRAM
767 INSTALLPATH
768 MODCFLAGS
769 MAKE_DOCFILE
770 MODARCHDIR
771 MOD_CC
772 with_modules
773 ld_dynamic_link_flags
774 dll_ldo
775 dll_post
776 dll_ldflags
777 dll_cflags
778 dll_ld
779 LIBSTDCPP
780 dnd_objs
781 libs_xauth
782 install_pp
783 X_EXTRA_LIBS
784 X_LIBS
785 X_PRE_LIBS
786 X_CFLAGS
787 XMKMF
788 GTK_CONFIG
789 SET_MAKE
790 YFLAGS
791 YACC
792 INSTALL_DATA
793 INSTALL_SCRIPT
794 INSTALL_PROGRAM
795 RANLIB
796 AR
797 lib_gcc
798 ld
799 start_files
800 ld_switch_shared
801 start_flags
802 EGREP
803 GREP
804 CPP
805 OBJEXT
806 EXEEXT
807 ac_ct_CC
808 CPPFLAGS
809 LDFLAGS
810 CFLAGS
811 CC
812 configuration
813 SHEBANG_PROGNAME
814 build_os
815 build_vendor
816 build_cpu
817 build
818 blddir
819 LN_S
820 statedir
821 inststaticdir
822 target_alias
823 host_alias
824 build_alias
825 LIBS
826 ECHO_T
827 ECHO_N
828 ECHO_C
829 DEFS
830 mandir
831 localedir
832 libdir
833 psdir
834 pdfdir
835 dvidir
836 htmldir
837 infodir
838 docdir
839 oldincludedir
840 includedir
841 localstatedir
842 sharedstatedir
843 sysconfdir
844 datadir
845 datarootdir
846 libexecdir
847 sbindir
848 bindir
849 program_transform_name
850 prefix
851 exec_prefix
852 PACKAGE_BUGREPORT
853 PACKAGE_STRING
854 PACKAGE_VERSION
855 PACKAGE_TARNAME
856 PACKAGE_NAME
665 PATH_SEPARATOR 857 PATH_SEPARATOR
666 PACKAGE_NAME 858 SHELL'
667 PACKAGE_TARNAME
668 PACKAGE_VERSION
669 PACKAGE_STRING
670 PACKAGE_BUGREPORT
671 exec_prefix
672 prefix
673 program_transform_name
674 bindir
675 sbindir
676 libexecdir
677 datarootdir
678 datadir
679 sysconfdir
680 sharedstatedir
681 localstatedir
682 includedir
683 oldincludedir
684 docdir
685 infodir
686 htmldir
687 dvidir
688 pdfdir
689 psdir
690 libdir
691 localedir
692 mandir
693 DEFS
694 ECHO_C
695 ECHO_N
696 ECHO_T
697 LIBS
698 build_alias
699 host_alias
700 target_alias
701 inststaticdir
702 statedir
703 LN_S
704 blddir
705 build
706 build_cpu
707 build_vendor
708 build_os
709 SHEBANG_PROGNAME
710 configuration
711 CC
712 CFLAGS
713 LDFLAGS
714 CPPFLAGS
715 ac_ct_CC
716 EXEEXT
717 OBJEXT
718 CPP
719 GREP
720 EGREP
721 start_flags
722 ld_switch_shared
723 start_files
724 ld
725 lib_gcc
726 AR
727 RANLIB
728 INSTALL_PROGRAM
729 INSTALL_SCRIPT
730 INSTALL_DATA
731 YACC
732 YFLAGS
733 SET_MAKE
734 GTK_CONFIG
735 XMKMF
736 X_CFLAGS
737 X_PRE_LIBS
738 X_LIBS
739 X_EXTRA_LIBS
740 install_pp
741 libs_xauth
742 dnd_objs
743 LIBSTDCPP
744 dll_ld
745 dll_cflags
746 dll_ldflags
747 dll_post
748 dll_ldo
749 ld_dynamic_link_flags
750 with_modules
751 MOD_CC
752 MODARCHDIR
753 MAKE_DOCFILE
754 MODCFLAGS
755 INSTALLPATH
756 MOD_INSTALL_PROGRAM
757 OBJECT_TO_BUILD
758 ldap_libs
759 postgresql_libs
760 lwlib_objs
761 canna_libs
762 ALLOCA
763 have_esd_config
764 SRC_SUBDIR_DEPS
765 INSTALL_ARCH_DEP_SUBDIR
766 MAKE_SUBDIR
767 SUBDIR_MAKEFILES
768 PROGNAME
769 version
770 verbose_version
771 instvardir
772 srcdir
773 extra_includes
774 PREFIX_USER_DEFINED
775 PREFIX
776 EXEC_PREFIX_USER_DEFINED
777 EXEC_PREFIX
778 INFODIR_USER_DEFINED
779 INFODIR
780 infopath
781 INFOPATH_USER_DEFINED
782 INFOPATH
783 early_packages
784 EARLY_PACKAGE_DIRECTORIES_USER_DEFINED
785 EARLY_PACKAGE_DIRECTORIES
786 late_packages
787 LATE_PACKAGE_DIRECTORIES_USER_DEFINED
788 LATE_PACKAGE_DIRECTORIES
789 last_packages
790 LAST_PACKAGE_DIRECTORIES_USER_DEFINED
791 LAST_PACKAGE_DIRECTORIES
792 package_path
793 PACKAGE_PATH_USER_DEFINED
794 PACKAGE_PATH
795 lispdir
796 LISPDIR_USER_DEFINED
797 LISPDIR
798 moduledir
799 MODULEDIR_USER_DEFINED
800 MODULEDIR
801 sitelispdir
802 SITELISPDIR_USER_DEFINED
803 SITELISPDIR
804 sitemoduledir
805 SITEMODULEDIR_USER_DEFINED
806 SITEMODULEDIR
807 etcdir
808 ETCDIR_USER_DEFINED
809 ETCDIR
810 archlibdir
811 ARCHLIBDIR_USER_DEFINED
812 ARCHLIBDIR
813 DOCDIR_USER_DEFINED
814 DOCDIR
815 bitmapdir
816 extra_objs
817 machfile
818 opsysfile
819 c_switch_general
820 c_switch_window_system
821 c_switch_all
822 ld_switch_general
823 ld_switch_window_system
824 ld_switch_all
825 ld_libs_general
826 ld_libs_window_system
827 ld_libs_all
828 RECURSIVE_MAKE_ARGS
829 native_sound_lib
830 sound_cflags
831 dynodump_arch
832 XEMACS_CC
833 XE_CFLAGS
834 internal_makefile_list
835 LIBOBJS
836 LTLIBOBJS'
837 ac_subst_files='' 859 ac_subst_files=''
860 ac_user_opts='
861 enable_option_checking
862 enable_compiler:with_compiler:enable_xemacs_compiler:with_xemacs_compiler:enable_gcc:with_gcc:enable_cflags:with_cflags:enable_cflags_warning:with_cflags_warning:enable_optimization:with_optimization:enable_cflags_optimization:with_cflags_optimization:enable_cflags_debugging:with_cflags_debugging:enable_cpp:with_cpp:enable_cppflags:with_cppflags:enable_libs=LIBS:with_libs=LIBS:enable_ldflags=FLAGS:with_ldflags=FLAGS:enable_site_includes:with_site_includes:enable_site_libraries:with_site_libraries:enable_site_prefixes:with_site_prefixes:enable_site_runtime_libraries:with_site_runtime_libraries:enable_dynamic:with_dynamic:enable_prefix:with_prefix:enable_netinstall:with_netinstall:enable_statedir:with_statedir:enable_lispdir:with_lispdir:enable_archlibdir:with_archlibdir:enable_moduledir:with_moduledir:enable_etcdir:with_etcdir:enable_docdir:with_docdir:enable_site_lisp:with_site_lisp:enable_site_modules:with_site_modules:enable_early_packages:with_early_packages:enable_user_packages:with_user_packages:enable_late_packages:with_late_packages:enable_system_packages:with_system_packages:enable_last_packages:with_last_packages:enable_legacy_packages:with_legacy_packages:enable_package_path:with_package_path:enable_infopath:with_infopath:enable_xft:with_xft:enable_gtk:with_gtk:enable_gnome:with_gnome:enable_msw:with_msw:enable_toolbars:with_toolbars:enable_wmcommand:with_wmcommand:enable_athena:with_athena:enable_menubars:with_menubars:enable_scrollbars:with_scrollbars:enable_dialogs:with_dialogs:enable_widgets:with_widgets:enable_dragndrop:with_dragndrop:enable_cde:with_cde:enable_offix:with_offix:enable_xmu:with_xmu:enable_external_widget:with_external_widget:enable_tty:with_tty:enable_ncurses:with_ncurses:enable_gpm:with_gpm:enable_xpm:with_xpm:enable_png:with_png:enable_jpeg:with_jpeg:enable_tiff:with_tiff:enable_xface:with_xface:enable_gif:with_gif:enable_sound:with_sound:enable_native_sound_lib:with_native_sound_lib:enable_mule:with_mule:enable_xim:with_xim:enable_canna:with_canna:enable_wnn:with_wnn:enable_wnn6:with_wnn6:enable_xfs:with_xfs:enable_default_eol_detection:with_default_eol_detection:enable_clash_detection:with_clash_detection:enable_zlib:with_zlib:enable_database:with_database:enable_ldap:with_ldap:enable_postgresql:with_postgresql:enable_mail_locking:with_mail_locking:enable_pop:with_pop:enable_kerberos:with_kerberos:enable_hesiod:with_hesiod:enable_tooltalk:with_tooltalk:enable_socks:with_socks:enable_dnet:with_dnet:enable_ipv6_cname:with_ipv6_cname:enable_rel_alloc:with_rel_alloc:enable_dlmalloc:with_dlmalloc:enable_system_malloc:with_system_malloc:enable_debug_malloc:with_debug_malloc:enable_pdump:with_pdump:enable_dump_in_exec:with_dump_in_exec:enable_kkcc:with_kkcc:enable_newgc:with_newgc:enable_vdb:with_vdb:enable_modules:with_modules:enable_bignum:with_bignum:enable_workshop:with_workshop:enable_sparcworks:with_sparcworks:enable_infodock:with_infodock:enable_debug:with_debug:enable_error_checking:with_error_checking:enable_assertions:with_assertions:enable_memory_usage_stats:with_memory_usage_stats:enable_quick_build:with_quick_build:enable_union_type:with_union_type:enable_quantify:with_quantify:enable_purify:with_purify
863 with_x
864 '
838 ac_precious_vars='build_alias 865 ac_precious_vars='build_alias
839 host_alias 866 host_alias
840 target_alias 867 target_alias
841 CC 868 CC
842 CFLAGS 869 CFLAGS
850 877
851 878
852 # Initialize some variables set by options. 879 # Initialize some variables set by options.
853 ac_init_help= 880 ac_init_help=
854 ac_init_version=false 881 ac_init_version=false
882 ac_unrecognized_opts=
883 ac_unrecognized_sep=
855 # The variables have the same names as the options, with 884 # The variables have the same names as the options, with
856 # dashes changed to underlines. 885 # dashes changed to underlines.
857 cache_file=/dev/null 886 cache_file=/dev/null
858 exec_prefix=NONE 887 exec_prefix=NONE
859 no_create= 888 no_create=
948 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ 977 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
949 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) 978 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
950 datarootdir=$ac_optarg ;; 979 datarootdir=$ac_optarg ;;
951 980
952 -disable-* | --disable-*) 981 -disable-* | --disable-*)
953 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 982 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
954 # Reject names that are not valid shell variable names. 983 # Reject names that are not valid shell variable names.
955 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 984 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
956 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 985 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
957 { (exit 1); exit 1; }; } 986 { (exit 1); exit 1; }; }
958 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 987 ac_useropt_orig=$ac_useropt
959 eval enable_$ac_feature=no ;; 988 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
989 case $ac_user_opts in
990 *"
991 "enable_$ac_useropt"
992 "*) ;;
993 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
994 ac_unrecognized_sep=', ';;
995 esac
996 eval enable_$ac_useropt=no ;;
960 997
961 -docdir | --docdir | --docdi | --doc | --do) 998 -docdir | --docdir | --docdi | --doc | --do)
962 ac_prev=docdir ;; 999 ac_prev=docdir ;;
963 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) 1000 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
964 docdir=$ac_optarg ;; 1001 docdir=$ac_optarg ;;
967 ac_prev=dvidir ;; 1004 ac_prev=dvidir ;;
968 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) 1005 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
969 dvidir=$ac_optarg ;; 1006 dvidir=$ac_optarg ;;
970 1007
971 -enable-* | --enable-*) 1008 -enable-* | --enable-*)
972 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 1009 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
973 # Reject names that are not valid shell variable names. 1010 # Reject names that are not valid shell variable names.
974 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 1011 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
975 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 1012 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
976 { (exit 1); exit 1; }; } 1013 { (exit 1); exit 1; }; }
977 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 1014 ac_useropt_orig=$ac_useropt
978 eval enable_$ac_feature=\$ac_optarg ;; 1015 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1016 case $ac_user_opts in
1017 *"
1018 "enable_$ac_useropt"
1019 "*) ;;
1020 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1021 ac_unrecognized_sep=', ';;
1022 esac
1023 eval enable_$ac_useropt=\$ac_optarg ;;
979 1024
980 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 1025 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
981 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ 1026 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
982 | --exec | --exe | --ex) 1027 | --exec | --exe | --ex)
983 ac_prev=exec_prefix ;; 1028 ac_prev=exec_prefix ;;
1164 1209
1165 -version | --version | --versio | --versi | --vers | -V) 1210 -version | --version | --versio | --versi | --vers | -V)
1166 ac_init_version=: ;; 1211 ac_init_version=: ;;
1167 1212
1168 -with-* | --with-*) 1213 -with-* | --with-*)
1169 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1214 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1170 # Reject names that are not valid shell variable names. 1215 # Reject names that are not valid shell variable names.
1171 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 1216 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1172 { echo "$as_me: error: invalid package name: $ac_package" >&2 1217 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1173 { (exit 1); exit 1; }; } 1218 { (exit 1); exit 1; }; }
1174 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1219 ac_useropt_orig=$ac_useropt
1175 eval with_$ac_package=\$ac_optarg ;; 1220 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1221 case $ac_user_opts in
1222 *"
1223 "with_$ac_useropt"
1224 "*) ;;
1225 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1226 ac_unrecognized_sep=', ';;
1227 esac
1228 eval with_$ac_useropt=\$ac_optarg ;;
1176 1229
1177 -without-* | --without-*) 1230 -without-* | --without-*)
1178 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1231 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1179 # Reject names that are not valid shell variable names. 1232 # Reject names that are not valid shell variable names.
1180 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 1233 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1181 { echo "$as_me: error: invalid package name: $ac_package" >&2 1234 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1182 { (exit 1); exit 1; }; } 1235 { (exit 1); exit 1; }; }
1183 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1236 ac_useropt_orig=$ac_useropt
1184 eval with_$ac_package=no ;; 1237 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1238 case $ac_user_opts in
1239 *"
1240 "with_$ac_useropt"
1241 "*) ;;
1242 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1243 ac_unrecognized_sep=', ';;
1244 esac
1245 eval with_$ac_useropt=no ;;
1185 1246
1186 --x) 1247 --x)
1187 # Obsolete; use --with-x. 1248 # Obsolete; use --with-x.
1188 with_x=yes ;; 1249 with_x=yes ;;
1189 1250
1199 ac_prev=x_libraries ;; 1260 ac_prev=x_libraries ;;
1200 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ 1261 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1201 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 1262 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1202 x_libraries=$ac_optarg ;; 1263 x_libraries=$ac_optarg ;;
1203 1264
1204 -*) { echo "$as_me: error: unrecognized option: $ac_option 1265 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1205 Try \`$0 --help' for more information." >&2 1266 Try \`$0 --help' for more information." >&2
1206 { (exit 1); exit 1; }; } 1267 { (exit 1); exit 1; }; }
1207 ;; 1268 ;;
1208 1269
1209 *=*) 1270 *=*)
1210 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 1271 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1211 # Reject names that are not valid shell variable names. 1272 # Reject names that are not valid shell variable names.
1212 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 1273 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1213 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 1274 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1214 { (exit 1); exit 1; }; } 1275 { (exit 1); exit 1; }; }
1215 eval $ac_envvar=\$ac_optarg 1276 eval $ac_envvar=\$ac_optarg
1216 export $ac_envvar ;; 1277 export $ac_envvar ;;
1217 1278
1218 *) 1279 *)
1219 # FIXME: should be removed in autoconf 3.0. 1280 # FIXME: should be removed in autoconf 3.0.
1220 echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1281 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1221 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1282 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1222 echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1283 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1223 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1284 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1224 ;; 1285 ;;
1225 1286
1226 esac 1287 esac
1227 done 1288 done
1228 1289
1229 if test -n "$ac_prev"; then 1290 if test -n "$ac_prev"; then
1230 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1291 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1231 { echo "$as_me: error: missing argument to $ac_option" >&2 1292 { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1232 { (exit 1); exit 1; }; } 1293 { (exit 1); exit 1; }; }
1233 fi 1294 fi
1234 1295
1235 # Be sure to have absolute directory names. 1296 if test -n "$ac_unrecognized_opts"; then
1297 case $enable_option_checking in
1298 no) ;;
1299 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1300 { (exit 1); exit 1; }; } ;;
1301 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1302 esac
1303 fi
1304
1305 # Check all directory arguments for consistency.
1236 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1306 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1237 datadir sysconfdir sharedstatedir localstatedir includedir \ 1307 datadir sysconfdir sharedstatedir localstatedir includedir \
1238 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ 1308 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1239 libdir localedir mandir 1309 libdir localedir mandir
1240 do 1310 do
1241 eval ac_val=\$$ac_var 1311 eval ac_val=\$$ac_var
1312 # Remove trailing slashes.
1313 case $ac_val in
1314 */ )
1315 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1316 eval $ac_var=\$ac_val;;
1317 esac
1318 # Be sure to have absolute directory names.
1242 case $ac_val in 1319 case $ac_val in
1243 [\\/$]* | ?:[\\/]* ) continue;; 1320 [\\/$]* | ?:[\\/]* ) continue;;
1244 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1321 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1245 esac 1322 esac
1246 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1323 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1247 { (exit 1); exit 1; }; } 1324 { (exit 1); exit 1; }; }
1248 done 1325 done
1249 1326
1250 # There might be people who depend on the old broken behavior: `$host' 1327 # There might be people who depend on the old broken behavior: `$host'
1251 # used to hold the argument of --host etc. 1328 # used to hold the argument of --host etc.
1256 1333
1257 # FIXME: To remove some day. 1334 # FIXME: To remove some day.
1258 if test "x$host_alias" != x; then 1335 if test "x$host_alias" != x; then
1259 if test "x$build_alias" = x; then 1336 if test "x$build_alias" = x; then
1260 cross_compiling=maybe 1337 cross_compiling=maybe
1261 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 1338 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1262 If a cross compiler is detected then cross compile mode will be used." >&2 1339 If a cross compiler is detected then cross compile mode will be used." >&2
1263 elif test "x$build_alias" != "x$host_alias"; then 1340 elif test "x$build_alias" != "x$host_alias"; then
1264 cross_compiling=yes 1341 cross_compiling=yes
1265 fi 1342 fi
1266 fi 1343 fi
1272 1349
1273 1350
1274 ac_pwd=`pwd` && test -n "$ac_pwd" && 1351 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1275 ac_ls_di=`ls -di .` && 1352 ac_ls_di=`ls -di .` &&
1276 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1353 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1277 { echo "$as_me: error: Working directory cannot be determined" >&2 1354 { $as_echo "$as_me: error: working directory cannot be determined" >&2
1278 { (exit 1); exit 1; }; } 1355 { (exit 1); exit 1; }; }
1279 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1356 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1280 { echo "$as_me: error: pwd does not report name of working directory" >&2 1357 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1281 { (exit 1); exit 1; }; } 1358 { (exit 1); exit 1; }; }
1282 1359
1283 1360
1284 # Find the source files, if location was not specified. 1361 # Find the source files, if location was not specified.
1285 if test -z "$srcdir"; then 1362 if test -z "$srcdir"; then
1286 ac_srcdir_defaulted=yes 1363 ac_srcdir_defaulted=yes
1287 # Try the directory containing this script, then the parent directory. 1364 # Try the directory containing this script, then the parent directory.
1288 ac_confdir=`$as_dirname -- "$0" || 1365 ac_confdir=`$as_dirname -- "$as_myself" ||
1289 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1366 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1290 X"$0" : 'X\(//\)[^/]' \| \ 1367 X"$as_myself" : 'X\(//\)[^/]' \| \
1291 X"$0" : 'X\(//\)$' \| \ 1368 X"$as_myself" : 'X\(//\)$' \| \
1292 X"$0" : 'X\(/\)' \| . 2>/dev/null || 1369 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1293 echo X"$0" | 1370 $as_echo X"$as_myself" |
1294 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1371 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1295 s//\1/ 1372 s//\1/
1296 q 1373 q
1297 } 1374 }
1298 /^X\(\/\/\)[^/].*/{ 1375 /^X\(\/\/\)[^/].*/{
1315 else 1392 else
1316 ac_srcdir_defaulted=no 1393 ac_srcdir_defaulted=no
1317 fi 1394 fi
1318 if test ! -r "$srcdir/$ac_unique_file"; then 1395 if test ! -r "$srcdir/$ac_unique_file"; then
1319 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1396 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1320 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 1397 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1321 { (exit 1); exit 1; }; } 1398 { (exit 1); exit 1; }; }
1322 fi 1399 fi
1323 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1400 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1324 ac_abs_confdir=`( 1401 ac_abs_confdir=`(
1325 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 1402 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1326 { (exit 1); exit 1; }; } 1403 { (exit 1); exit 1; }; }
1327 pwd)` 1404 pwd)`
1328 # When building in place, set srcdir=. 1405 # When building in place, set srcdir=.
1329 if test "$ac_abs_confdir" = "$ac_pwd"; then 1406 if test "$ac_abs_confdir" = "$ac_pwd"; then
1330 srcdir=. 1407 srcdir=.
1369 -n, --no-create do not create output files 1446 -n, --no-create do not create output files
1370 --srcdir=DIR find the sources in DIR [configure dir or \`..'] 1447 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1371 1448
1372 Installation directories: 1449 Installation directories:
1373 --prefix=PREFIX install architecture-independent files in PREFIX 1450 --prefix=PREFIX install architecture-independent files in PREFIX
1374 [$ac_default_prefix] 1451 [$ac_default_prefix]
1375 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 1452 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1376 [PREFIX] 1453 [PREFIX]
1377 1454
1378 By default, \`make install' will install all the files in 1455 By default, \`make install' will install all the files in
1379 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify 1456 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1380 an installation prefix other than \`$ac_default_prefix' using \`--prefix', 1457 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1381 for instance \`--prefix=\$HOME'. 1458 for instance \`--prefix=\$HOME'.
1382 1459
1383 For better control, use the options below. 1460 For better control, use the options below.
1384 1461
1385 Fine tuning of the installation directories: 1462 Fine tuning of the installation directories:
1386 --bindir=DIR user executables [EPREFIX/bin] 1463 --bindir=DIR user executables [EPREFIX/bin]
1387 --sbindir=DIR system admin executables [EPREFIX/sbin] 1464 --sbindir=DIR system admin executables [EPREFIX/sbin]
1388 --libexecdir=DIR program executables [EPREFIX/libexec] 1465 --libexecdir=DIR program executables [EPREFIX/libexec]
1389 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1466 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1390 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1467 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1391 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1468 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1392 --libdir=DIR object code libraries [EPREFIX/lib] 1469 --libdir=DIR object code libraries [EPREFIX/lib]
1393 --includedir=DIR C header files [PREFIX/include] 1470 --includedir=DIR C header files [PREFIX/include]
1394 --oldincludedir=DIR C header files for non-gcc [/usr/include] 1471 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1395 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1472 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1396 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1473 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1397 --infodir=DIR info documentation [DATAROOTDIR/info] 1474 --infodir=DIR info documentation [DATAROOTDIR/info]
1398 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1475 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1399 --mandir=DIR man documentation [DATAROOTDIR/man] 1476 --mandir=DIR man documentation [DATAROOTDIR/man]
1400 --docdir=DIR documentation root [DATAROOTDIR/doc/xemacs] 1477 --docdir=DIR documentation root [DATAROOTDIR/doc/xemacs]
1401 --htmldir=DIR html documentation [DOCDIR] 1478 --htmldir=DIR html documentation [DOCDIR]
1402 --dvidir=DIR dvi documentation [DOCDIR] 1479 --dvidir=DIR dvi documentation [DOCDIR]
1403 --pdfdir=DIR pdf documentation [DOCDIR] 1480 --pdfdir=DIR pdf documentation [DOCDIR]
1404 --psdir=DIR ps documentation [DOCDIR] 1481 --psdir=DIR ps documentation [DOCDIR]
1405 _ACEOF 1482 _ACEOF
1406 1483
1407 cat <<\_ACEOF 1484 cat <<\_ACEOF
1408 1485
1409 X features: 1486 X features:
1789 fi 1866 fi
1790 1867
1791 if test "$ac_init_help" = "recursive"; then 1868 if test "$ac_init_help" = "recursive"; then
1792 # If there are subdirs, report their specific --help. 1869 # If there are subdirs, report their specific --help.
1793 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 1870 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1794 test -d "$ac_dir" || continue 1871 test -d "$ac_dir" ||
1872 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1873 continue
1795 ac_builddir=. 1874 ac_builddir=.
1796 1875
1797 case "$ac_dir" in 1876 case "$ac_dir" in
1798 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1877 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1799 *) 1878 *)
1800 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 1879 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1801 # A ".." for each directory in $ac_dir_suffix. 1880 # A ".." for each directory in $ac_dir_suffix.
1802 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 1881 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1803 case $ac_top_builddir_sub in 1882 case $ac_top_builddir_sub in
1804 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 1883 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1805 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 1884 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1806 esac ;; 1885 esac ;;
1807 esac 1886 esac
1833 $SHELL "$ac_srcdir/configure.gnu" --help=recursive 1912 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1834 elif test -f "$ac_srcdir/configure"; then 1913 elif test -f "$ac_srcdir/configure"; then
1835 echo && 1914 echo &&
1836 $SHELL "$ac_srcdir/configure" --help=recursive 1915 $SHELL "$ac_srcdir/configure" --help=recursive
1837 else 1916 else
1838 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1917 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1839 fi || ac_status=$? 1918 fi || ac_status=$?
1840 cd "$ac_pwd" || { ac_status=$?; break; } 1919 cd "$ac_pwd" || { ac_status=$?; break; }
1841 done 1920 done
1842 fi 1921 fi
1843 1922
1844 test -n "$ac_init_help" && exit $ac_status 1923 test -n "$ac_init_help" && exit $ac_status
1845 if $ac_init_version; then 1924 if $ac_init_version; then
1846 cat <<\_ACEOF 1925 cat <<\_ACEOF
1847 XEmacs configure 21.5 1926 XEmacs configure 21.5
1848 generated by GNU Autoconf 2.61 1927 generated by GNU Autoconf 2.63
1849 1928
1850 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1929 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1851 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 1930 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1852 This configure script is free software; the Free Software Foundation 1931 This configure script is free software; the Free Software Foundation
1853 gives unlimited permission to copy, distribute and modify it. 1932 gives unlimited permission to copy, distribute and modify it.
1854 1933
1855 Configuration script for XEmacs. Largely divergent from FSF. 1934 Configuration script for XEmacs. Largely divergent from FSF.
1856 Guess values for system-dependent variables and create Makefiles. 1935 Guess values for system-dependent variables and create Makefiles.
1903 cat >config.log <<_ACEOF 1982 cat >config.log <<_ACEOF
1904 This file contains any messages produced by compilers while 1983 This file contains any messages produced by compilers while
1905 running configure, to aid debugging if configure makes a mistake. 1984 running configure, to aid debugging if configure makes a mistake.
1906 1985
1907 It was created by XEmacs $as_me 21.5, which was 1986 It was created by XEmacs $as_me 21.5, which was
1908 generated by GNU Autoconf 2.61. Invocation command line was 1987 generated by GNU Autoconf 2.63. Invocation command line was
1909 1988
1910 $ $0 $@ 1989 $ $0 $@
1911 1990
1912 _ACEOF 1991 _ACEOF
1913 exec 5>>config.log 1992 exec 5>>config.log
1939 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2018 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1940 for as_dir in $PATH 2019 for as_dir in $PATH
1941 do 2020 do
1942 IFS=$as_save_IFS 2021 IFS=$as_save_IFS
1943 test -z "$as_dir" && as_dir=. 2022 test -z "$as_dir" && as_dir=.
1944 echo "PATH: $as_dir" 2023 $as_echo "PATH: $as_dir"
1945 done 2024 done
1946 IFS=$as_save_IFS 2025 IFS=$as_save_IFS
1947 2026
1948 } >&5 2027 } >&5
1949 2028
1974 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; 2053 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1975 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 2054 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1976 | -silent | --silent | --silen | --sile | --sil) 2055 | -silent | --silent | --silen | --sile | --sil)
1977 continue ;; 2056 continue ;;
1978 *\'*) 2057 *\'*)
1979 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 2058 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1980 esac 2059 esac
1981 case $ac_pass in 2060 case $ac_pass in
1982 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; 2061 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1983 2) 2062 2)
1984 ac_configure_args1="$ac_configure_args1 '$ac_arg'" 2063 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
2026 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do 2105 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2027 eval ac_val=\$$ac_var 2106 eval ac_val=\$$ac_var
2028 case $ac_val in #( 2107 case $ac_val in #(
2029 *${as_nl}*) 2108 *${as_nl}*)
2030 case $ac_var in #( 2109 case $ac_var in #(
2031 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 2110 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
2032 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 2111 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2033 esac 2112 esac
2034 case $ac_var in #( 2113 case $ac_var in #(
2035 _ | IFS | as_nl) ;; #( 2114 _ | IFS | as_nl) ;; #(
2115 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2036 *) $as_unset $ac_var ;; 2116 *) $as_unset $ac_var ;;
2037 esac ;; 2117 esac ;;
2038 esac 2118 esac
2039 done 2119 done
2040 (set) 2>&1 | 2120 (set) 2>&1 |
2060 echo 2140 echo
2061 for ac_var in $ac_subst_vars 2141 for ac_var in $ac_subst_vars
2062 do 2142 do
2063 eval ac_val=\$$ac_var 2143 eval ac_val=\$$ac_var
2064 case $ac_val in 2144 case $ac_val in
2065 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 2145 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2066 esac 2146 esac
2067 echo "$ac_var='\''$ac_val'\''" 2147 $as_echo "$ac_var='\''$ac_val'\''"
2068 done | sort 2148 done | sort
2069 echo 2149 echo
2070 2150
2071 if test -n "$ac_subst_files"; then 2151 if test -n "$ac_subst_files"; then
2072 cat <<\_ASBOX 2152 cat <<\_ASBOX
2077 echo 2157 echo
2078 for ac_var in $ac_subst_files 2158 for ac_var in $ac_subst_files
2079 do 2159 do
2080 eval ac_val=\$$ac_var 2160 eval ac_val=\$$ac_var
2081 case $ac_val in 2161 case $ac_val in
2082 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 2162 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2083 esac 2163 esac
2084 echo "$ac_var='\''$ac_val'\''" 2164 $as_echo "$ac_var='\''$ac_val'\''"
2085 done | sort 2165 done | sort
2086 echo 2166 echo
2087 fi 2167 fi
2088 2168
2089 if test -s confdefs.h; then 2169 if test -s confdefs.h; then
2095 echo 2175 echo
2096 cat confdefs.h 2176 cat confdefs.h
2097 echo 2177 echo
2098 fi 2178 fi
2099 test "$ac_signal" != 0 && 2179 test "$ac_signal" != 0 &&
2100 echo "$as_me: caught signal $ac_signal" 2180 $as_echo "$as_me: caught signal $ac_signal"
2101 echo "$as_me: exit $exit_status" 2181 $as_echo "$as_me: exit $exit_status"
2102 } >&5 2182 } >&5
2103 rm -f core *.core core.conftest.* && 2183 rm -f core *.core core.conftest.* &&
2104 rm -f -r conftest* confdefs* conf$$* $ac_clean_files && 2184 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2105 exit $exit_status 2185 exit $exit_status
2106 ' 0 2186 ' 0
2138 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" 2218 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2139 _ACEOF 2219 _ACEOF
2140 2220
2141 2221
2142 # Let the site file select an alternate cache file if it wants to. 2222 # Let the site file select an alternate cache file if it wants to.
2143 # Prefer explicitly selected file to automatically selected ones. 2223 # Prefer an explicitly selected file to automatically selected ones.
2224 ac_site_file1=NONE
2225 ac_site_file2=NONE
2144 if test -n "$CONFIG_SITE"; then 2226 if test -n "$CONFIG_SITE"; then
2145 set x "$CONFIG_SITE" 2227 ac_site_file1=$CONFIG_SITE
2146 elif test "x$prefix" != xNONE; then 2228 elif test "x$prefix" != xNONE; then
2147 set x "$prefix/share/config.site" "$prefix/etc/config.site" 2229 ac_site_file1=$prefix/share/config.site
2148 else 2230 ac_site_file2=$prefix/etc/config.site
2149 set x "$ac_default_prefix/share/config.site" \ 2231 else
2150 "$ac_default_prefix/etc/config.site" 2232 ac_site_file1=$ac_default_prefix/share/config.site
2151 fi 2233 ac_site_file2=$ac_default_prefix/etc/config.site
2152 shift 2234 fi
2153 for ac_site_file 2235 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2154 do 2236 do
2237 test "x$ac_site_file" = xNONE && continue
2155 if test -r "$ac_site_file"; then 2238 if test -r "$ac_site_file"; then
2156 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 2239 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
2157 echo "$as_me: loading site script $ac_site_file" >&6;} 2240 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2158 sed 's/^/| /' "$ac_site_file" >&5 2241 sed 's/^/| /' "$ac_site_file" >&5
2159 . "$ac_site_file" 2242 . "$ac_site_file"
2160 fi 2243 fi
2161 done 2244 done
2162 2245
2163 if test -r "$cache_file"; then 2246 if test -r "$cache_file"; then
2164 # Some versions of bash will fail to source /dev/null (special 2247 # Some versions of bash will fail to source /dev/null (special
2165 # files actually), so we avoid doing that. 2248 # files actually), so we avoid doing that.
2166 if test -f "$cache_file"; then 2249 if test -f "$cache_file"; then
2167 { echo "$as_me:$LINENO: loading cache $cache_file" >&5 2250 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
2168 echo "$as_me: loading cache $cache_file" >&6;} 2251 $as_echo "$as_me: loading cache $cache_file" >&6;}
2169 case $cache_file in 2252 case $cache_file in
2170 [\\/]* | ?:[\\/]* ) . "$cache_file";; 2253 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2171 *) . "./$cache_file";; 2254 *) . "./$cache_file";;
2172 esac 2255 esac
2173 fi 2256 fi
2174 else 2257 else
2175 { echo "$as_me:$LINENO: creating cache $cache_file" >&5 2258 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
2176 echo "$as_me: creating cache $cache_file" >&6;} 2259 $as_echo "$as_me: creating cache $cache_file" >&6;}
2177 >$cache_file 2260 >$cache_file
2178 fi 2261 fi
2179 2262
2180 # Check that the precious variables saved in the cache have kept the same 2263 # Check that the precious variables saved in the cache have kept the same
2181 # value. 2264 # value.
2185 eval ac_new_set=\$ac_env_${ac_var}_set 2268 eval ac_new_set=\$ac_env_${ac_var}_set
2186 eval ac_old_val=\$ac_cv_env_${ac_var}_value 2269 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2187 eval ac_new_val=\$ac_env_${ac_var}_value 2270 eval ac_new_val=\$ac_env_${ac_var}_value
2188 case $ac_old_set,$ac_new_set in 2271 case $ac_old_set,$ac_new_set in
2189 set,) 2272 set,)
2190 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 2273 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2191 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 2274 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2192 ac_cache_corrupted=: ;; 2275 ac_cache_corrupted=: ;;
2193 ,set) 2276 ,set)
2194 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 2277 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
2195 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 2278 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2196 ac_cache_corrupted=: ;; 2279 ac_cache_corrupted=: ;;
2197 ,);; 2280 ,);;
2198 *) 2281 *)
2199 if test "x$ac_old_val" != "x$ac_new_val"; then 2282 if test "x$ac_old_val" != "x$ac_new_val"; then
2200 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 2283 # differences in whitespace do not lead to failure.
2201 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 2284 ac_old_val_w=`echo x $ac_old_val`
2202 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 2285 ac_new_val_w=`echo x $ac_new_val`
2203 echo "$as_me: former value: $ac_old_val" >&2;} 2286 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2204 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 2287 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
2205 echo "$as_me: current value: $ac_new_val" >&2;} 2288 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2206 ac_cache_corrupted=: 2289 ac_cache_corrupted=:
2290 else
2291 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2292 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2293 eval $ac_var=\$ac_old_val
2294 fi
2295 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
2296 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2297 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
2298 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2207 fi;; 2299 fi;;
2208 esac 2300 esac
2209 # Pass precious variables to config.status. 2301 # Pass precious variables to config.status.
2210 if test "$ac_new_set" = set; then 2302 if test "$ac_new_set" = set; then
2211 case $ac_new_val in 2303 case $ac_new_val in
2212 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 2304 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2213 *) ac_arg=$ac_var=$ac_new_val ;; 2305 *) ac_arg=$ac_var=$ac_new_val ;;
2214 esac 2306 esac
2215 case " $ac_configure_args " in 2307 case " $ac_configure_args " in
2216 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. 2308 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2217 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; 2309 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
2218 esac 2310 esac
2219 fi 2311 fi
2220 done 2312 done
2221 if $ac_cache_corrupted; then 2313 if $ac_cache_corrupted; then
2222 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 2314 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2223 echo "$as_me: error: changes in the environment can compromise the build" >&2;} 2315 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2224 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 2316 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
2225 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 2317 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2318 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
2319 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
2226 { (exit 1); exit 1; }; } 2320 { (exit 1); exit 1; }; }
2227 fi 2321 fi
2228 2322
2229 2323
2230 2324
4510 fi 4604 fi
4511 4605
4512 4606
4513 if test \( "$with_xft_menubars" = "yes" -o "$with_xft_tabs" = "yes" \ 4607 if test \( "$with_xft_menubars" = "yes" -o "$with_xft_tabs" = "yes" \
4514 -o "$with_xft_gauges" = "yes" \) -a "$with_xft_emacs" = "no"; then 4608 -o "$with_xft_gauges" = "yes" \) -a "$with_xft_emacs" = "no"; then
4515 { echo "$as_me:$LINENO: WARNING: Forcing --with-xft=emacs because Xft is enabled" >&5 4609 { $as_echo "$as_me:$LINENO: WARNING: Forcing --with-xft=emacs because Xft is enabled" >&5
4516 echo "$as_me: WARNING: Forcing --with-xft=emacs because Xft is enabled" >&2;} 4610 $as_echo "$as_me: WARNING: Forcing --with-xft=emacs because Xft is enabled" >&2;}
4517 with_xft_emacs=yes 4611 with_xft_emacs=yes
4518 fi 4612 fi
4519 4613
4520 if test "$with_xfs" = "yes" -a "$with_xft_menubars" = "yes"; then 4614 if test "$with_xfs" = "yes" -a "$with_xft_menubars" = "yes"; then
4521 (echo "$progname: Usage error:" 4615 (echo "$progname: Usage error:"
4629 4723
4630 statedir=$with_statedir 4724 statedir=$with_statedir
4631 4725
4632 4726
4633 4727
4634 { echo "$as_me:$LINENO: checking whether ln -s works" >&5 4728 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4635 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; } 4729 $as_echo_n "checking whether ln -s works... " >&6; }
4636 LN_S=$as_ln_s 4730 LN_S=$as_ln_s
4637 if test "$LN_S" = "ln -s"; then 4731 if test "$LN_S" = "ln -s"; then
4638 { echo "$as_me:$LINENO: result: yes" >&5 4732 { $as_echo "$as_me:$LINENO: result: yes" >&5
4639 echo "${ECHO_T}yes" >&6; } 4733 $as_echo "yes" >&6; }
4640 else 4734 else
4641 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5 4735 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4642 echo "${ECHO_T}no, using $LN_S" >&6; } 4736 $as_echo "no, using $LN_S" >&6; }
4643 fi 4737 fi
4644 4738
4645 4739
4646 for dir in lisp etc man info tests; do 4740 for dir in lisp etc man info tests; do
4647 if test ! -d "$dir" ; then 4741 if test ! -d "$dir" ; then
4703 ac_install_sh="$ac_aux_dir/shtool install -c" 4797 ac_install_sh="$ac_aux_dir/shtool install -c"
4704 break 4798 break
4705 fi 4799 fi
4706 done 4800 done
4707 if test -z "$ac_aux_dir"; then 4801 if test -z "$ac_aux_dir"; then
4708 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 4802 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
4709 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} 4803 $as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
4710 { (exit 1); exit 1; }; } 4804 { (exit 1); exit 1; }; }
4711 fi 4805 fi
4712 4806
4713 # These three variables are undocumented and unsupported, 4807 # These three variables are undocumented and unsupported,
4714 # and are intended to be withdrawn in a future Autoconf release. 4808 # and are intended to be withdrawn in a future Autoconf release.
4719 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. 4813 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4720 4814
4721 4815
4722 # Make sure we can run config.sub. 4816 # Make sure we can run config.sub.
4723 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 4817 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4724 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 4818 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
4725 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} 4819 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
4726 { (exit 1); exit 1; }; } 4820 { (exit 1); exit 1; }; }
4727 4821
4728 { echo "$as_me:$LINENO: checking build system type" >&5 4822 { $as_echo "$as_me:$LINENO: checking build system type" >&5
4729 echo $ECHO_N "checking build system type... $ECHO_C" >&6; } 4823 $as_echo_n "checking build system type... " >&6; }
4730 if test "${ac_cv_build+set}" = set; then 4824 if test "${ac_cv_build+set}" = set; then
4731 echo $ECHO_N "(cached) $ECHO_C" >&6 4825 $as_echo_n "(cached) " >&6
4732 else 4826 else
4733 ac_build_alias=$build_alias 4827 ac_build_alias=$build_alias
4734 test "x$ac_build_alias" = x && 4828 test "x$ac_build_alias" = x &&
4735 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 4829 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4736 test "x$ac_build_alias" = x && 4830 test "x$ac_build_alias" = x &&
4737 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 4831 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
4738 echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 4832 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
4739 { (exit 1); exit 1; }; } 4833 { (exit 1); exit 1; }; }
4740 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 4834 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4741 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 4835 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
4742 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} 4836 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
4743 { (exit 1); exit 1; }; } 4837 { (exit 1); exit 1; }; }
4744 4838
4745 fi 4839 fi
4746 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5 4840 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
4747 echo "${ECHO_T}$ac_cv_build" >&6; } 4841 $as_echo "$ac_cv_build" >&6; }
4748 case $ac_cv_build in 4842 case $ac_cv_build in
4749 *-*-*) ;; 4843 *-*-*) ;;
4750 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 4844 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
4751 echo "$as_me: error: invalid value of canonical build" >&2;} 4845 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
4752 { (exit 1); exit 1; }; };; 4846 { (exit 1); exit 1; }; };;
4753 esac 4847 esac
4754 build=$ac_cv_build 4848 build=$ac_cv_build
4755 ac_save_IFS=$IFS; IFS='-' 4849 ac_save_IFS=$IFS; IFS='-'
4756 set x $ac_cv_build 4850 set x $ac_cv_build
5476 ac_link='$CC -o conftest$ac_exeext $CFLAGS '"$xe_cppflags $xe_ldflags"' conftest.$ac_ext '"$xe_libs"' >&5' 5570 ac_link='$CC -o conftest$ac_exeext $CFLAGS '"$xe_cppflags $xe_ldflags"' conftest.$ac_ext '"$xe_libs"' >&5'
5477 ac_compiler_gnu=$ac_cv_c_compiler_gnu 5571 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5478 if test -n "$ac_tool_prefix"; then 5572 if test -n "$ac_tool_prefix"; then
5479 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 5573 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
5480 set dummy ${ac_tool_prefix}gcc; ac_word=$2 5574 set dummy ${ac_tool_prefix}gcc; ac_word=$2
5481 { echo "$as_me:$LINENO: checking for $ac_word" >&5 5575 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5482 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 5576 $as_echo_n "checking for $ac_word... " >&6; }
5483 if test "${ac_cv_prog_CC+set}" = set; then 5577 if test "${ac_cv_prog_CC+set}" = set; then
5484 echo $ECHO_N "(cached) $ECHO_C" >&6 5578 $as_echo_n "(cached) " >&6
5485 else 5579 else
5486 if test -n "$CC"; then 5580 if test -n "$CC"; then
5487 ac_cv_prog_CC="$CC" # Let the user override the test. 5581 ac_cv_prog_CC="$CC" # Let the user override the test.
5488 else 5582 else
5489 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5583 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5492 IFS=$as_save_IFS 5586 IFS=$as_save_IFS
5493 test -z "$as_dir" && as_dir=. 5587 test -z "$as_dir" && as_dir=.
5494 for ac_exec_ext in '' $ac_executable_extensions; do 5588 for ac_exec_ext in '' $ac_executable_extensions; do
5495 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5589 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5496 ac_cv_prog_CC="${ac_tool_prefix}gcc" 5590 ac_cv_prog_CC="${ac_tool_prefix}gcc"
5497 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5591 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5498 break 2 5592 break 2
5499 fi 5593 fi
5500 done 5594 done
5501 done 5595 done
5502 IFS=$as_save_IFS 5596 IFS=$as_save_IFS
5503 5597
5504 fi 5598 fi
5505 fi 5599 fi
5506 CC=$ac_cv_prog_CC 5600 CC=$ac_cv_prog_CC
5507 if test -n "$CC"; then 5601 if test -n "$CC"; then
5508 { echo "$as_me:$LINENO: result: $CC" >&5 5602 { $as_echo "$as_me:$LINENO: result: $CC" >&5
5509 echo "${ECHO_T}$CC" >&6; } 5603 $as_echo "$CC" >&6; }
5510 else 5604 else
5511 { echo "$as_me:$LINENO: result: no" >&5 5605 { $as_echo "$as_me:$LINENO: result: no" >&5
5512 echo "${ECHO_T}no" >&6; } 5606 $as_echo "no" >&6; }
5513 fi 5607 fi
5514 5608
5515 5609
5516 fi 5610 fi
5517 if test -z "$ac_cv_prog_CC"; then 5611 if test -z "$ac_cv_prog_CC"; then
5518 ac_ct_CC=$CC 5612 ac_ct_CC=$CC
5519 # Extract the first word of "gcc", so it can be a program name with args. 5613 # Extract the first word of "gcc", so it can be a program name with args.
5520 set dummy gcc; ac_word=$2 5614 set dummy gcc; ac_word=$2
5521 { echo "$as_me:$LINENO: checking for $ac_word" >&5 5615 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5522 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 5616 $as_echo_n "checking for $ac_word... " >&6; }
5523 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 5617 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
5524 echo $ECHO_N "(cached) $ECHO_C" >&6 5618 $as_echo_n "(cached) " >&6
5525 else 5619 else
5526 if test -n "$ac_ct_CC"; then 5620 if test -n "$ac_ct_CC"; then
5527 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 5621 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
5528 else 5622 else
5529 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5532 IFS=$as_save_IFS 5626 IFS=$as_save_IFS
5533 test -z "$as_dir" && as_dir=. 5627 test -z "$as_dir" && as_dir=.
5534 for ac_exec_ext in '' $ac_executable_extensions; do 5628 for ac_exec_ext in '' $ac_executable_extensions; do
5535 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5629 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5536 ac_cv_prog_ac_ct_CC="gcc" 5630 ac_cv_prog_ac_ct_CC="gcc"
5537 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5631 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5538 break 2 5632 break 2
5539 fi 5633 fi
5540 done 5634 done
5541 done 5635 done
5542 IFS=$as_save_IFS 5636 IFS=$as_save_IFS
5543 5637
5544 fi 5638 fi
5545 fi 5639 fi
5546 ac_ct_CC=$ac_cv_prog_ac_ct_CC 5640 ac_ct_CC=$ac_cv_prog_ac_ct_CC
5547 if test -n "$ac_ct_CC"; then 5641 if test -n "$ac_ct_CC"; then
5548 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 5642 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
5549 echo "${ECHO_T}$ac_ct_CC" >&6; } 5643 $as_echo "$ac_ct_CC" >&6; }
5550 else 5644 else
5551 { echo "$as_me:$LINENO: result: no" >&5 5645 { $as_echo "$as_me:$LINENO: result: no" >&5
5552 echo "${ECHO_T}no" >&6; } 5646 $as_echo "no" >&6; }
5553 fi 5647 fi
5554 5648
5555 if test "x$ac_ct_CC" = x; then 5649 if test "x$ac_ct_CC" = x; then
5556 CC="" 5650 CC=""
5557 else 5651 else
5558 case $cross_compiling:$ac_tool_warned in 5652 case $cross_compiling:$ac_tool_warned in
5559 yes:) 5653 yes:)
5560 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 5654 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5561 whose name does not start with the host triplet. If you think this 5655 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5562 configuration is useful to you, please write to autoconf@gnu.org." >&5
5563 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5564 whose name does not start with the host triplet. If you think this
5565 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5566 ac_tool_warned=yes ;; 5656 ac_tool_warned=yes ;;
5567 esac 5657 esac
5568 CC=$ac_ct_CC 5658 CC=$ac_ct_CC
5569 fi 5659 fi
5570 else 5660 else
5573 5663
5574 if test -z "$CC"; then 5664 if test -z "$CC"; then
5575 if test -n "$ac_tool_prefix"; then 5665 if test -n "$ac_tool_prefix"; then
5576 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 5666 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
5577 set dummy ${ac_tool_prefix}cc; ac_word=$2 5667 set dummy ${ac_tool_prefix}cc; ac_word=$2
5578 { echo "$as_me:$LINENO: checking for $ac_word" >&5 5668 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5579 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 5669 $as_echo_n "checking for $ac_word... " >&6; }
5580 if test "${ac_cv_prog_CC+set}" = set; then 5670 if test "${ac_cv_prog_CC+set}" = set; then
5581 echo $ECHO_N "(cached) $ECHO_C" >&6 5671 $as_echo_n "(cached) " >&6
5582 else 5672 else
5583 if test -n "$CC"; then 5673 if test -n "$CC"; then
5584 ac_cv_prog_CC="$CC" # Let the user override the test. 5674 ac_cv_prog_CC="$CC" # Let the user override the test.
5585 else 5675 else
5586 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5676 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5589 IFS=$as_save_IFS 5679 IFS=$as_save_IFS
5590 test -z "$as_dir" && as_dir=. 5680 test -z "$as_dir" && as_dir=.
5591 for ac_exec_ext in '' $ac_executable_extensions; do 5681 for ac_exec_ext in '' $ac_executable_extensions; do
5592 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5682 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5593 ac_cv_prog_CC="${ac_tool_prefix}cc" 5683 ac_cv_prog_CC="${ac_tool_prefix}cc"
5594 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5684 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5595 break 2 5685 break 2
5596 fi 5686 fi
5597 done 5687 done
5598 done 5688 done
5599 IFS=$as_save_IFS 5689 IFS=$as_save_IFS
5600 5690
5601 fi 5691 fi
5602 fi 5692 fi
5603 CC=$ac_cv_prog_CC 5693 CC=$ac_cv_prog_CC
5604 if test -n "$CC"; then 5694 if test -n "$CC"; then
5605 { echo "$as_me:$LINENO: result: $CC" >&5 5695 { $as_echo "$as_me:$LINENO: result: $CC" >&5
5606 echo "${ECHO_T}$CC" >&6; } 5696 $as_echo "$CC" >&6; }
5607 else 5697 else
5608 { echo "$as_me:$LINENO: result: no" >&5 5698 { $as_echo "$as_me:$LINENO: result: no" >&5
5609 echo "${ECHO_T}no" >&6; } 5699 $as_echo "no" >&6; }
5610 fi 5700 fi
5611 5701
5612 5702
5613 fi 5703 fi
5614 fi 5704 fi
5615 if test -z "$CC"; then 5705 if test -z "$CC"; then
5616 # Extract the first word of "cc", so it can be a program name with args. 5706 # Extract the first word of "cc", so it can be a program name with args.
5617 set dummy cc; ac_word=$2 5707 set dummy cc; ac_word=$2
5618 { echo "$as_me:$LINENO: checking for $ac_word" >&5 5708 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5619 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 5709 $as_echo_n "checking for $ac_word... " >&6; }
5620 if test "${ac_cv_prog_CC+set}" = set; then 5710 if test "${ac_cv_prog_CC+set}" = set; then
5621 echo $ECHO_N "(cached) $ECHO_C" >&6 5711 $as_echo_n "(cached) " >&6
5622 else 5712 else
5623 if test -n "$CC"; then 5713 if test -n "$CC"; then
5624 ac_cv_prog_CC="$CC" # Let the user override the test. 5714 ac_cv_prog_CC="$CC" # Let the user override the test.
5625 else 5715 else
5626 ac_prog_rejected=no 5716 ac_prog_rejected=no
5634 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 5724 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
5635 ac_prog_rejected=yes 5725 ac_prog_rejected=yes
5636 continue 5726 continue
5637 fi 5727 fi
5638 ac_cv_prog_CC="cc" 5728 ac_cv_prog_CC="cc"
5639 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5729 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5640 break 2 5730 break 2
5641 fi 5731 fi
5642 done 5732 done
5643 done 5733 done
5644 IFS=$as_save_IFS 5734 IFS=$as_save_IFS
5657 fi 5747 fi
5658 fi 5748 fi
5659 fi 5749 fi
5660 CC=$ac_cv_prog_CC 5750 CC=$ac_cv_prog_CC
5661 if test -n "$CC"; then 5751 if test -n "$CC"; then
5662 { echo "$as_me:$LINENO: result: $CC" >&5 5752 { $as_echo "$as_me:$LINENO: result: $CC" >&5
5663 echo "${ECHO_T}$CC" >&6; } 5753 $as_echo "$CC" >&6; }
5664 else 5754 else
5665 { echo "$as_me:$LINENO: result: no" >&5 5755 { $as_echo "$as_me:$LINENO: result: no" >&5
5666 echo "${ECHO_T}no" >&6; } 5756 $as_echo "no" >&6; }
5667 fi 5757 fi
5668 5758
5669 5759
5670 fi 5760 fi
5671 if test -z "$CC"; then 5761 if test -z "$CC"; then
5672 if test -n "$ac_tool_prefix"; then 5762 if test -n "$ac_tool_prefix"; then
5673 for ac_prog in cl.exe 5763 for ac_prog in cl.exe
5674 do 5764 do
5675 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 5765 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5676 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 5766 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5677 { echo "$as_me:$LINENO: checking for $ac_word" >&5 5767 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5678 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 5768 $as_echo_n "checking for $ac_word... " >&6; }
5679 if test "${ac_cv_prog_CC+set}" = set; then 5769 if test "${ac_cv_prog_CC+set}" = set; then
5680 echo $ECHO_N "(cached) $ECHO_C" >&6 5770 $as_echo_n "(cached) " >&6
5681 else 5771 else
5682 if test -n "$CC"; then 5772 if test -n "$CC"; then
5683 ac_cv_prog_CC="$CC" # Let the user override the test. 5773 ac_cv_prog_CC="$CC" # Let the user override the test.
5684 else 5774 else
5685 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5775 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5688 IFS=$as_save_IFS 5778 IFS=$as_save_IFS
5689 test -z "$as_dir" && as_dir=. 5779 test -z "$as_dir" && as_dir=.
5690 for ac_exec_ext in '' $ac_executable_extensions; do 5780 for ac_exec_ext in '' $ac_executable_extensions; do
5691 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5781 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5692 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 5782 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
5693 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5783 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5694 break 2 5784 break 2
5695 fi 5785 fi
5696 done 5786 done
5697 done 5787 done
5698 IFS=$as_save_IFS 5788 IFS=$as_save_IFS
5699 5789
5700 fi 5790 fi
5701 fi 5791 fi
5702 CC=$ac_cv_prog_CC 5792 CC=$ac_cv_prog_CC
5703 if test -n "$CC"; then 5793 if test -n "$CC"; then
5704 { echo "$as_me:$LINENO: result: $CC" >&5 5794 { $as_echo "$as_me:$LINENO: result: $CC" >&5
5705 echo "${ECHO_T}$CC" >&6; } 5795 $as_echo "$CC" >&6; }
5706 else 5796 else
5707 { echo "$as_me:$LINENO: result: no" >&5 5797 { $as_echo "$as_me:$LINENO: result: no" >&5
5708 echo "${ECHO_T}no" >&6; } 5798 $as_echo "no" >&6; }
5709 fi 5799 fi
5710 5800
5711 5801
5712 test -n "$CC" && break 5802 test -n "$CC" && break
5713 done 5803 done
5716 ac_ct_CC=$CC 5806 ac_ct_CC=$CC
5717 for ac_prog in cl.exe 5807 for ac_prog in cl.exe
5718 do 5808 do
5719 # Extract the first word of "$ac_prog", so it can be a program name with args. 5809 # Extract the first word of "$ac_prog", so it can be a program name with args.
5720 set dummy $ac_prog; ac_word=$2 5810 set dummy $ac_prog; ac_word=$2
5721 { echo "$as_me:$LINENO: checking for $ac_word" >&5 5811 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5722 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 5812 $as_echo_n "checking for $ac_word... " >&6; }
5723 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 5813 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
5724 echo $ECHO_N "(cached) $ECHO_C" >&6 5814 $as_echo_n "(cached) " >&6
5725 else 5815 else
5726 if test -n "$ac_ct_CC"; then 5816 if test -n "$ac_ct_CC"; then
5727 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 5817 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
5728 else 5818 else
5729 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5819 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5732 IFS=$as_save_IFS 5822 IFS=$as_save_IFS
5733 test -z "$as_dir" && as_dir=. 5823 test -z "$as_dir" && as_dir=.
5734 for ac_exec_ext in '' $ac_executable_extensions; do 5824 for ac_exec_ext in '' $ac_executable_extensions; do
5735 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5825 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5736 ac_cv_prog_ac_ct_CC="$ac_prog" 5826 ac_cv_prog_ac_ct_CC="$ac_prog"
5737 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5827 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5738 break 2 5828 break 2
5739 fi 5829 fi
5740 done 5830 done
5741 done 5831 done
5742 IFS=$as_save_IFS 5832 IFS=$as_save_IFS
5743 5833
5744 fi 5834 fi
5745 fi 5835 fi
5746 ac_ct_CC=$ac_cv_prog_ac_ct_CC 5836 ac_ct_CC=$ac_cv_prog_ac_ct_CC
5747 if test -n "$ac_ct_CC"; then 5837 if test -n "$ac_ct_CC"; then
5748 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 5838 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
5749 echo "${ECHO_T}$ac_ct_CC" >&6; } 5839 $as_echo "$ac_ct_CC" >&6; }
5750 else 5840 else
5751 { echo "$as_me:$LINENO: result: no" >&5 5841 { $as_echo "$as_me:$LINENO: result: no" >&5
5752 echo "${ECHO_T}no" >&6; } 5842 $as_echo "no" >&6; }
5753 fi 5843 fi
5754 5844
5755 5845
5756 test -n "$ac_ct_CC" && break 5846 test -n "$ac_ct_CC" && break
5757 done 5847 done
5759 if test "x$ac_ct_CC" = x; then 5849 if test "x$ac_ct_CC" = x; then
5760 CC="" 5850 CC=""
5761 else 5851 else
5762 case $cross_compiling:$ac_tool_warned in 5852 case $cross_compiling:$ac_tool_warned in
5763 yes:) 5853 yes:)
5764 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 5854 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5765 whose name does not start with the host triplet. If you think this 5855 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5766 configuration is useful to you, please write to autoconf@gnu.org." >&5
5767 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5768 whose name does not start with the host triplet. If you think this
5769 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5770 ac_tool_warned=yes ;; 5856 ac_tool_warned=yes ;;
5771 esac 5857 esac
5772 CC=$ac_ct_CC 5858 CC=$ac_ct_CC
5773 fi 5859 fi
5774 fi 5860 fi
5775 5861
5776 fi 5862 fi
5777 5863
5778 5864
5779 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 5865 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5866 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5867 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
5780 See \`config.log' for more details." >&5 5868 See \`config.log' for more details." >&5
5781 echo "$as_me: error: no acceptable C compiler found in \$PATH 5869 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
5782 See \`config.log' for more details." >&2;} 5870 See \`config.log' for more details." >&2;}
5783 { (exit 1); exit 1; }; } 5871 { (exit 1); exit 1; }; }; }
5784 5872
5785 # Provide some information about the compiler. 5873 # Provide some information about the compiler.
5786 echo "$as_me:$LINENO: checking for C compiler version" >&5 5874 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
5787 ac_compiler=`set X $ac_compile; echo $2` 5875 set X $ac_compile
5876 ac_compiler=$2
5788 { (ac_try="$ac_compiler --version >&5" 5877 { (ac_try="$ac_compiler --version >&5"
5789 case "(($ac_try" in 5878 case "(($ac_try" in
5790 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5791 *) ac_try_echo=$ac_try;; 5880 *) ac_try_echo=$ac_try;;
5792 esac 5881 esac
5793 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5882 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5883 $as_echo "$ac_try_echo") >&5
5794 (eval "$ac_compiler --version >&5") 2>&5 5884 (eval "$ac_compiler --version >&5") 2>&5
5795 ac_status=$? 5885 ac_status=$?
5796 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5886 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5797 (exit $ac_status); } 5887 (exit $ac_status); }
5798 { (ac_try="$ac_compiler -v >&5" 5888 { (ac_try="$ac_compiler -v >&5"
5799 case "(($ac_try" in 5889 case "(($ac_try" in
5800 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5890 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5801 *) ac_try_echo=$ac_try;; 5891 *) ac_try_echo=$ac_try;;
5802 esac 5892 esac
5803 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5893 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5894 $as_echo "$ac_try_echo") >&5
5804 (eval "$ac_compiler -v >&5") 2>&5 5895 (eval "$ac_compiler -v >&5") 2>&5
5805 ac_status=$? 5896 ac_status=$?
5806 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5897 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5807 (exit $ac_status); } 5898 (exit $ac_status); }
5808 { (ac_try="$ac_compiler -V >&5" 5899 { (ac_try="$ac_compiler -V >&5"
5809 case "(($ac_try" in 5900 case "(($ac_try" in
5810 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5901 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5811 *) ac_try_echo=$ac_try;; 5902 *) ac_try_echo=$ac_try;;
5812 esac 5903 esac
5813 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5904 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5905 $as_echo "$ac_try_echo") >&5
5814 (eval "$ac_compiler -V >&5") 2>&5 5906 (eval "$ac_compiler -V >&5") 2>&5
5815 ac_status=$? 5907 ac_status=$?
5816 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5908 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5817 (exit $ac_status); } 5909 (exit $ac_status); }
5818 5910
5819 cat >conftest.$ac_ext <<_ACEOF 5911 cat >conftest.$ac_ext <<_ACEOF
5820 /* confdefs.h. */ 5912 /* confdefs.h. */
5821 _ACEOF 5913 _ACEOF
5830 ; 5922 ;
5831 return 0; 5923 return 0;
5832 } 5924 }
5833 _ACEOF 5925 _ACEOF
5834 ac_clean_files_save=$ac_clean_files 5926 ac_clean_files_save=$ac_clean_files
5835 ac_clean_files="$ac_clean_files a.out a.exe b.out" 5927 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
5836 # Try to create an executable without -o first, disregard a.out. 5928 # Try to create an executable without -o first, disregard a.out.
5837 # It will help us diagnose broken compilers, and finding out an intuition 5929 # It will help us diagnose broken compilers, and finding out an intuition
5838 # of exeext. 5930 # of exeext.
5839 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 5931 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
5840 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } 5932 $as_echo_n "checking for C compiler default output file name... " >&6; }
5841 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 5933 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
5842 # 5934
5843 # List of possible output files, starting from the most likely. 5935 # The possible output files:
5844 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*) 5936 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
5845 # only as a last resort. b.out is created by i960 compilers. 5937
5846 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
5847 #
5848 # The IRIX 6 linker writes into existing files which may not be
5849 # executable, retaining their permissions. Remove them first so a
5850 # subsequent execution test works.
5851 ac_rmfiles= 5938 ac_rmfiles=
5852 for ac_file in $ac_files 5939 for ac_file in $ac_files
5853 do 5940 do
5854 case $ac_file in 5941 case $ac_file in
5855 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 5942 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
5856 * ) ac_rmfiles="$ac_rmfiles $ac_file";; 5943 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
5857 esac 5944 esac
5858 done 5945 done
5859 rm -f $ac_rmfiles 5946 rm -f $ac_rmfiles
5860 5947
5861 if { (ac_try="$ac_link_default" 5948 if { (ac_try="$ac_link_default"
5862 case "(($ac_try" in 5949 case "(($ac_try" in
5863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5950 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5864 *) ac_try_echo=$ac_try;; 5951 *) ac_try_echo=$ac_try;;
5865 esac 5952 esac
5866 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5953 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5954 $as_echo "$ac_try_echo") >&5
5867 (eval "$ac_link_default") 2>&5 5955 (eval "$ac_link_default") 2>&5
5868 ac_status=$? 5956 ac_status=$?
5869 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5957 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5870 (exit $ac_status); }; then 5958 (exit $ac_status); }; then
5871 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. 5959 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
5872 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' 5960 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
5873 # in a Makefile. We should not override ac_cv_exeext if it was cached, 5961 # in a Makefile. We should not override ac_cv_exeext if it was cached,
5874 # so that the user can short-circuit this test for compilers unknown to 5962 # so that the user can short-circuit this test for compilers unknown to
5875 # Autoconf. 5963 # Autoconf.
5876 for ac_file in $ac_files '' 5964 for ac_file in $ac_files ''
5877 do 5965 do
5878 test -f "$ac_file" || continue 5966 test -f "$ac_file" || continue
5879 case $ac_file in 5967 case $ac_file in
5880 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) 5968 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
5881 ;; 5969 ;;
5882 [ab].out ) 5970 [ab].out )
5883 # We found the default executable, but exeext='' is most 5971 # We found the default executable, but exeext='' is most
5884 # certainly right. 5972 # certainly right.
5885 break;; 5973 break;;
5902 5990
5903 else 5991 else
5904 ac_file='' 5992 ac_file=''
5905 fi 5993 fi
5906 5994
5907 { echo "$as_me:$LINENO: result: $ac_file" >&5 5995 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
5908 echo "${ECHO_T}$ac_file" >&6; } 5996 $as_echo "$ac_file" >&6; }
5909 if test -z "$ac_file"; then 5997 if test -z "$ac_file"; then
5910 echo "$as_me: failed program was:" >&5 5998 $as_echo "$as_me: failed program was:" >&5
5911 sed 's/^/| /' conftest.$ac_ext >&5 5999 sed 's/^/| /' conftest.$ac_ext >&5
5912 6000
5913 { { echo "$as_me:$LINENO: error: C compiler cannot create executables 6001 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
6002 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6003 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
5914 See \`config.log' for more details." >&5 6004 See \`config.log' for more details." >&5
5915 echo "$as_me: error: C compiler cannot create executables 6005 $as_echo "$as_me: error: C compiler cannot create executables
5916 See \`config.log' for more details." >&2;} 6006 See \`config.log' for more details." >&2;}
5917 { (exit 77); exit 77; }; } 6007 { (exit 77); exit 77; }; }; }
5918 fi 6008 fi
5919 6009
5920 ac_exeext=$ac_cv_exeext 6010 ac_exeext=$ac_cv_exeext
5921 6011
5922 # Check that the compiler produces executables we can run. If not, either 6012 # Check that the compiler produces executables we can run. If not, either
5923 # the compiler is broken, or we cross compile. 6013 # the compiler is broken, or we cross compile.
5924 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5 6014 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
5925 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } 6015 $as_echo_n "checking whether the C compiler works... " >&6; }
5926 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 6016 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
5927 # If not cross compiling, check that we can run a simple program. 6017 # If not cross compiling, check that we can run a simple program.
5928 if test "$cross_compiling" != yes; then 6018 if test "$cross_compiling" != yes; then
5929 if { ac_try='./$ac_file' 6019 if { ac_try='./$ac_file'
5930 { (case "(($ac_try" in 6020 { (case "(($ac_try" in
5931 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6021 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5932 *) ac_try_echo=$ac_try;; 6022 *) ac_try_echo=$ac_try;;
5933 esac 6023 esac
5934 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6024 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6025 $as_echo "$ac_try_echo") >&5
5935 (eval "$ac_try") 2>&5 6026 (eval "$ac_try") 2>&5
5936 ac_status=$? 6027 ac_status=$?
5937 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6028 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5938 (exit $ac_status); }; }; then 6029 (exit $ac_status); }; }; then
5939 cross_compiling=no 6030 cross_compiling=no
5940 else 6031 else
5941 if test "$cross_compiling" = maybe; then 6032 if test "$cross_compiling" = maybe; then
5942 cross_compiling=yes 6033 cross_compiling=yes
5943 else 6034 else
5944 { { echo "$as_me:$LINENO: error: cannot run C compiled programs. 6035 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
6036 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6037 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
5945 If you meant to cross compile, use \`--host'. 6038 If you meant to cross compile, use \`--host'.
5946 See \`config.log' for more details." >&5 6039 See \`config.log' for more details." >&5
5947 echo "$as_me: error: cannot run C compiled programs. 6040 $as_echo "$as_me: error: cannot run C compiled programs.
5948 If you meant to cross compile, use \`--host'. 6041 If you meant to cross compile, use \`--host'.
5949 See \`config.log' for more details." >&2;} 6042 See \`config.log' for more details." >&2;}
5950 { (exit 1); exit 1; }; } 6043 { (exit 1); exit 1; }; }; }
5951 fi 6044 fi
5952 fi 6045 fi
5953 fi 6046 fi
5954 { echo "$as_me:$LINENO: result: yes" >&5 6047 { $as_echo "$as_me:$LINENO: result: yes" >&5
5955 echo "${ECHO_T}yes" >&6; } 6048 $as_echo "yes" >&6; }
5956 6049
5957 rm -f a.out a.exe conftest$ac_cv_exeext b.out 6050 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
5958 ac_clean_files=$ac_clean_files_save 6051 ac_clean_files=$ac_clean_files_save
5959 # Check that the compiler produces executables we can run. If not, either 6052 # Check that the compiler produces executables we can run. If not, either
5960 # the compiler is broken, or we cross compile. 6053 # the compiler is broken, or we cross compile.
5961 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 6054 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
5962 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } 6055 $as_echo_n "checking whether we are cross compiling... " >&6; }
5963 { echo "$as_me:$LINENO: result: $cross_compiling" >&5 6056 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
5964 echo "${ECHO_T}$cross_compiling" >&6; } 6057 $as_echo "$cross_compiling" >&6; }
5965 6058
5966 { echo "$as_me:$LINENO: checking for suffix of executables" >&5 6059 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
5967 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } 6060 $as_echo_n "checking for suffix of executables... " >&6; }
5968 if { (ac_try="$ac_link" 6061 if { (ac_try="$ac_link"
5969 case "(($ac_try" in 6062 case "(($ac_try" in
5970 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6063 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5971 *) ac_try_echo=$ac_try;; 6064 *) ac_try_echo=$ac_try;;
5972 esac 6065 esac
5973 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6066 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6067 $as_echo "$ac_try_echo") >&5
5974 (eval "$ac_link") 2>&5 6068 (eval "$ac_link") 2>&5
5975 ac_status=$? 6069 ac_status=$?
5976 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6070 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5977 (exit $ac_status); }; then 6071 (exit $ac_status); }; then
5978 # If both `conftest.exe' and `conftest' are `present' (well, observable) 6072 # If both `conftest.exe' and `conftest' are `present' (well, observable)
5979 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will 6073 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
5980 # work properly (i.e., refer to `conftest.exe'), while it won't with 6074 # work properly (i.e., refer to `conftest.exe'), while it won't with
5981 # `rm'. 6075 # `rm'.
5982 for ac_file in conftest.exe conftest conftest.*; do 6076 for ac_file in conftest.exe conftest conftest.*; do
5983 test -f "$ac_file" || continue 6077 test -f "$ac_file" || continue
5984 case $ac_file in 6078 case $ac_file in
5985 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 6079 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
5986 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 6080 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
5987 break;; 6081 break;;
5988 * ) break;; 6082 * ) break;;
5989 esac 6083 esac
5990 done 6084 done
5991 else 6085 else
5992 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 6086 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
6087 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6088 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
5993 See \`config.log' for more details." >&5 6089 See \`config.log' for more details." >&5
5994 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 6090 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
5995 See \`config.log' for more details." >&2;} 6091 See \`config.log' for more details." >&2;}
5996 { (exit 1); exit 1; }; } 6092 { (exit 1); exit 1; }; }; }
5997 fi 6093 fi
5998 6094
5999 rm -f conftest$ac_cv_exeext 6095 rm -f conftest$ac_cv_exeext
6000 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 6096 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
6001 echo "${ECHO_T}$ac_cv_exeext" >&6; } 6097 $as_echo "$ac_cv_exeext" >&6; }
6002 6098
6003 rm -f conftest.$ac_ext 6099 rm -f conftest.$ac_ext
6004 EXEEXT=$ac_cv_exeext 6100 EXEEXT=$ac_cv_exeext
6005 ac_exeext=$EXEEXT 6101 ac_exeext=$EXEEXT
6006 { echo "$as_me:$LINENO: checking for suffix of object files" >&5 6102 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
6007 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } 6103 $as_echo_n "checking for suffix of object files... " >&6; }
6008 if test "${ac_cv_objext+set}" = set; then 6104 if test "${ac_cv_objext+set}" = set; then
6009 echo $ECHO_N "(cached) $ECHO_C" >&6 6105 $as_echo_n "(cached) " >&6
6010 else 6106 else
6011 cat >conftest.$ac_ext <<_ACEOF 6107 cat >conftest.$ac_ext <<_ACEOF
6012 /* confdefs.h. */ 6108 /* confdefs.h. */
6013 _ACEOF 6109 _ACEOF
6014 cat confdefs.h >>conftest.$ac_ext 6110 cat confdefs.h >>conftest.$ac_ext
6027 if { (ac_try="$ac_compile" 6123 if { (ac_try="$ac_compile"
6028 case "(($ac_try" in 6124 case "(($ac_try" in
6029 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6125 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6030 *) ac_try_echo=$ac_try;; 6126 *) ac_try_echo=$ac_try;;
6031 esac 6127 esac
6032 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6128 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6129 $as_echo "$ac_try_echo") >&5
6033 (eval "$ac_compile") 2>&5 6130 (eval "$ac_compile") 2>&5
6034 ac_status=$? 6131 ac_status=$?
6035 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6132 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6036 (exit $ac_status); }; then 6133 (exit $ac_status); }; then
6037 for ac_file in conftest.o conftest.obj conftest.*; do 6134 for ac_file in conftest.o conftest.obj conftest.*; do
6038 test -f "$ac_file" || continue; 6135 test -f "$ac_file" || continue;
6039 case $ac_file in 6136 case $ac_file in
6040 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; 6137 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
6041 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 6138 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
6042 break;; 6139 break;;
6043 esac 6140 esac
6044 done 6141 done
6045 else 6142 else
6046 echo "$as_me: failed program was:" >&5 6143 $as_echo "$as_me: failed program was:" >&5
6047 sed 's/^/| /' conftest.$ac_ext >&5 6144 sed 's/^/| /' conftest.$ac_ext >&5
6048 6145
6049 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 6146 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
6147 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6148 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
6050 See \`config.log' for more details." >&5 6149 See \`config.log' for more details." >&5
6051 echo "$as_me: error: cannot compute suffix of object files: cannot compile 6150 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
6052 See \`config.log' for more details." >&2;} 6151 See \`config.log' for more details." >&2;}
6053 { (exit 1); exit 1; }; } 6152 { (exit 1); exit 1; }; }; }
6054 fi 6153 fi
6055 6154
6056 rm -f conftest.$ac_cv_objext conftest.$ac_ext 6155 rm -f conftest.$ac_cv_objext conftest.$ac_ext
6057 fi 6156 fi
6058 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 6157 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
6059 echo "${ECHO_T}$ac_cv_objext" >&6; } 6158 $as_echo "$ac_cv_objext" >&6; }
6060 OBJEXT=$ac_cv_objext 6159 OBJEXT=$ac_cv_objext
6061 ac_objext=$OBJEXT 6160 ac_objext=$OBJEXT
6062 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 6161 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
6063 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } 6162 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
6064 if test "${ac_cv_c_compiler_gnu+set}" = set; then 6163 if test "${ac_cv_c_compiler_gnu+set}" = set; then
6065 echo $ECHO_N "(cached) $ECHO_C" >&6 6164 $as_echo_n "(cached) " >&6
6066 else 6165 else
6067 cat >conftest.$ac_ext <<_ACEOF 6166 cat >conftest.$ac_ext <<_ACEOF
6068 /* confdefs.h. */ 6167 /* confdefs.h. */
6069 _ACEOF 6168 _ACEOF
6070 cat confdefs.h >>conftest.$ac_ext 6169 cat confdefs.h >>conftest.$ac_ext
6086 if { (ac_try="$ac_compile" 6185 if { (ac_try="$ac_compile"
6087 case "(($ac_try" in 6186 case "(($ac_try" in
6088 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6187 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6089 *) ac_try_echo=$ac_try;; 6188 *) ac_try_echo=$ac_try;;
6090 esac 6189 esac
6091 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6190 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6191 $as_echo "$ac_try_echo") >&5
6092 (eval "$ac_compile") 2>conftest.er1 6192 (eval "$ac_compile") 2>conftest.er1
6093 ac_status=$? 6193 ac_status=$?
6094 grep -v '^ *+' conftest.er1 >conftest.err 6194 grep -v '^ *+' conftest.er1 >conftest.err
6095 rm -f conftest.er1 6195 rm -f conftest.er1
6096 cat conftest.err >&5 6196 cat conftest.err >&5
6097 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6197 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6098 (exit $ac_status); } && { 6198 (exit $ac_status); } && {
6099 test -z "$ac_c_werror_flag" || 6199 test -z "$ac_c_werror_flag" ||
6100 test ! -s conftest.err 6200 test ! -s conftest.err
6101 } && test -s conftest.$ac_objext; then 6201 } && test -s conftest.$ac_objext; then
6102 ac_compiler_gnu=yes 6202 ac_compiler_gnu=yes
6103 else 6203 else
6104 echo "$as_me: failed program was:" >&5 6204 $as_echo "$as_me: failed program was:" >&5
6105 sed 's/^/| /' conftest.$ac_ext >&5 6205 sed 's/^/| /' conftest.$ac_ext >&5
6106 6206
6107 ac_compiler_gnu=no 6207 ac_compiler_gnu=no
6108 fi 6208 fi
6109 6209
6110 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6210 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6111 ac_cv_c_compiler_gnu=$ac_compiler_gnu 6211 ac_cv_c_compiler_gnu=$ac_compiler_gnu
6112 6212
6113 fi 6213 fi
6114 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 6214 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
6115 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 6215 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
6116 GCC=`test $ac_compiler_gnu = yes && echo yes` 6216 if test $ac_compiler_gnu = yes; then
6217 GCC=yes
6218 else
6219 GCC=
6220 fi
6117 ac_test_CFLAGS=${CFLAGS+set} 6221 ac_test_CFLAGS=${CFLAGS+set}
6118 ac_save_CFLAGS=$CFLAGS 6222 ac_save_CFLAGS=$CFLAGS
6119 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 6223 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
6120 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } 6224 $as_echo_n "checking whether $CC accepts -g... " >&6; }
6121 if test "${ac_cv_prog_cc_g+set}" = set; then 6225 if test "${ac_cv_prog_cc_g+set}" = set; then
6122 echo $ECHO_N "(cached) $ECHO_C" >&6 6226 $as_echo_n "(cached) " >&6
6123 else 6227 else
6124 ac_save_c_werror_flag=$ac_c_werror_flag 6228 ac_save_c_werror_flag=$ac_c_werror_flag
6125 ac_c_werror_flag=yes 6229 ac_c_werror_flag=yes
6126 ac_cv_prog_cc_g=no 6230 ac_cv_prog_cc_g=no
6127 CFLAGS="-g" 6231 CFLAGS="-g"
6144 if { (ac_try="$ac_compile" 6248 if { (ac_try="$ac_compile"
6145 case "(($ac_try" in 6249 case "(($ac_try" in
6146 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6250 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6147 *) ac_try_echo=$ac_try;; 6251 *) ac_try_echo=$ac_try;;
6148 esac 6252 esac
6149 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6253 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6254 $as_echo "$ac_try_echo") >&5
6150 (eval "$ac_compile") 2>conftest.er1 6255 (eval "$ac_compile") 2>conftest.er1
6151 ac_status=$? 6256 ac_status=$?
6152 grep -v '^ *+' conftest.er1 >conftest.err 6257 grep -v '^ *+' conftest.er1 >conftest.err
6153 rm -f conftest.er1 6258 rm -f conftest.er1
6154 cat conftest.err >&5 6259 cat conftest.err >&5
6155 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6260 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6156 (exit $ac_status); } && { 6261 (exit $ac_status); } && {
6157 test -z "$ac_c_werror_flag" || 6262 test -z "$ac_c_werror_flag" ||
6158 test ! -s conftest.err 6263 test ! -s conftest.err
6159 } && test -s conftest.$ac_objext; then 6264 } && test -s conftest.$ac_objext; then
6160 ac_cv_prog_cc_g=yes 6265 ac_cv_prog_cc_g=yes
6161 else 6266 else
6162 echo "$as_me: failed program was:" >&5 6267 $as_echo "$as_me: failed program was:" >&5
6163 sed 's/^/| /' conftest.$ac_ext >&5 6268 sed 's/^/| /' conftest.$ac_ext >&5
6164 6269
6165 CFLAGS="" 6270 CFLAGS=""
6166 cat >conftest.$ac_ext <<_ACEOF 6271 cat >conftest.$ac_ext <<_ACEOF
6167 /* confdefs.h. */ 6272 /* confdefs.h. */
6182 if { (ac_try="$ac_compile" 6287 if { (ac_try="$ac_compile"
6183 case "(($ac_try" in 6288 case "(($ac_try" in
6184 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6185 *) ac_try_echo=$ac_try;; 6290 *) ac_try_echo=$ac_try;;
6186 esac 6291 esac
6187 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6292 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6293 $as_echo "$ac_try_echo") >&5
6188 (eval "$ac_compile") 2>conftest.er1 6294 (eval "$ac_compile") 2>conftest.er1
6189 ac_status=$? 6295 ac_status=$?
6190 grep -v '^ *+' conftest.er1 >conftest.err 6296 grep -v '^ *+' conftest.er1 >conftest.err
6191 rm -f conftest.er1 6297 rm -f conftest.er1
6192 cat conftest.err >&5 6298 cat conftest.err >&5
6193 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6299 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6194 (exit $ac_status); } && { 6300 (exit $ac_status); } && {
6195 test -z "$ac_c_werror_flag" || 6301 test -z "$ac_c_werror_flag" ||
6196 test ! -s conftest.err 6302 test ! -s conftest.err
6197 } && test -s conftest.$ac_objext; then 6303 } && test -s conftest.$ac_objext; then
6198 : 6304 :
6199 else 6305 else
6200 echo "$as_me: failed program was:" >&5 6306 $as_echo "$as_me: failed program was:" >&5
6201 sed 's/^/| /' conftest.$ac_ext >&5 6307 sed 's/^/| /' conftest.$ac_ext >&5
6202 6308
6203 ac_c_werror_flag=$ac_save_c_werror_flag 6309 ac_c_werror_flag=$ac_save_c_werror_flag
6204 CFLAGS="-g" 6310 CFLAGS="-g"
6205 cat >conftest.$ac_ext <<_ACEOF 6311 cat >conftest.$ac_ext <<_ACEOF
6221 if { (ac_try="$ac_compile" 6327 if { (ac_try="$ac_compile"
6222 case "(($ac_try" in 6328 case "(($ac_try" in
6223 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6329 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6224 *) ac_try_echo=$ac_try;; 6330 *) ac_try_echo=$ac_try;;
6225 esac 6331 esac
6226 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6332 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6333 $as_echo "$ac_try_echo") >&5
6227 (eval "$ac_compile") 2>conftest.er1 6334 (eval "$ac_compile") 2>conftest.er1
6228 ac_status=$? 6335 ac_status=$?
6229 grep -v '^ *+' conftest.er1 >conftest.err 6336 grep -v '^ *+' conftest.er1 >conftest.err
6230 rm -f conftest.er1 6337 rm -f conftest.er1
6231 cat conftest.err >&5 6338 cat conftest.err >&5
6232 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6339 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6233 (exit $ac_status); } && { 6340 (exit $ac_status); } && {
6234 test -z "$ac_c_werror_flag" || 6341 test -z "$ac_c_werror_flag" ||
6235 test ! -s conftest.err 6342 test ! -s conftest.err
6236 } && test -s conftest.$ac_objext; then 6343 } && test -s conftest.$ac_objext; then
6237 ac_cv_prog_cc_g=yes 6344 ac_cv_prog_cc_g=yes
6238 else 6345 else
6239 echo "$as_me: failed program was:" >&5 6346 $as_echo "$as_me: failed program was:" >&5
6240 sed 's/^/| /' conftest.$ac_ext >&5 6347 sed 's/^/| /' conftest.$ac_ext >&5
6241 6348
6242 6349
6243 fi 6350 fi
6244 6351
6249 fi 6356 fi
6250 6357
6251 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6358 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6252 ac_c_werror_flag=$ac_save_c_werror_flag 6359 ac_c_werror_flag=$ac_save_c_werror_flag
6253 fi 6360 fi
6254 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 6361 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
6255 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } 6362 $as_echo "$ac_cv_prog_cc_g" >&6; }
6256 if test "$ac_test_CFLAGS" = set; then 6363 if test "$ac_test_CFLAGS" = set; then
6257 CFLAGS=$ac_save_CFLAGS 6364 CFLAGS=$ac_save_CFLAGS
6258 elif test $ac_cv_prog_cc_g = yes; then 6365 elif test $ac_cv_prog_cc_g = yes; then
6259 if test "$GCC" = yes; then 6366 if test "$GCC" = yes; then
6260 CFLAGS="-g -O2" 6367 CFLAGS="-g -O2"
6266 CFLAGS="-O2" 6373 CFLAGS="-O2"
6267 else 6374 else
6268 CFLAGS= 6375 CFLAGS=
6269 fi 6376 fi
6270 fi 6377 fi
6271 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 6378 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
6272 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } 6379 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
6273 if test "${ac_cv_prog_cc_c89+set}" = set; then 6380 if test "${ac_cv_prog_cc_c89+set}" = set; then
6274 echo $ECHO_N "(cached) $ECHO_C" >&6 6381 $as_echo_n "(cached) " >&6
6275 else 6382 else
6276 ac_cv_prog_cc_c89=no 6383 ac_cv_prog_cc_c89=no
6277 ac_save_CC=$CC 6384 ac_save_CC=$CC
6278 cat >conftest.$ac_ext <<_ACEOF 6385 cat >conftest.$ac_ext <<_ACEOF
6279 /* confdefs.h. */ 6386 /* confdefs.h. */
6340 if { (ac_try="$ac_compile" 6447 if { (ac_try="$ac_compile"
6341 case "(($ac_try" in 6448 case "(($ac_try" in
6342 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6449 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6343 *) ac_try_echo=$ac_try;; 6450 *) ac_try_echo=$ac_try;;
6344 esac 6451 esac
6345 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6452 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6453 $as_echo "$ac_try_echo") >&5
6346 (eval "$ac_compile") 2>conftest.er1 6454 (eval "$ac_compile") 2>conftest.er1
6347 ac_status=$? 6455 ac_status=$?
6348 grep -v '^ *+' conftest.er1 >conftest.err 6456 grep -v '^ *+' conftest.er1 >conftest.err
6349 rm -f conftest.er1 6457 rm -f conftest.er1
6350 cat conftest.err >&5 6458 cat conftest.err >&5
6351 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6459 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6352 (exit $ac_status); } && { 6460 (exit $ac_status); } && {
6353 test -z "$ac_c_werror_flag" || 6461 test -z "$ac_c_werror_flag" ||
6354 test ! -s conftest.err 6462 test ! -s conftest.err
6355 } && test -s conftest.$ac_objext; then 6463 } && test -s conftest.$ac_objext; then
6356 ac_cv_prog_cc_c89=$ac_arg 6464 ac_cv_prog_cc_c89=$ac_arg
6357 else 6465 else
6358 echo "$as_me: failed program was:" >&5 6466 $as_echo "$as_me: failed program was:" >&5
6359 sed 's/^/| /' conftest.$ac_ext >&5 6467 sed 's/^/| /' conftest.$ac_ext >&5
6360 6468
6361 6469
6362 fi 6470 fi
6363 6471
6369 6477
6370 fi 6478 fi
6371 # AC_CACHE_VAL 6479 # AC_CACHE_VAL
6372 case "x$ac_cv_prog_cc_c89" in 6480 case "x$ac_cv_prog_cc_c89" in
6373 x) 6481 x)
6374 { echo "$as_me:$LINENO: result: none needed" >&5 6482 { $as_echo "$as_me:$LINENO: result: none needed" >&5
6375 echo "${ECHO_T}none needed" >&6; } ;; 6483 $as_echo "none needed" >&6; } ;;
6376 xno) 6484 xno)
6377 { echo "$as_me:$LINENO: result: unsupported" >&5 6485 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
6378 echo "${ECHO_T}unsupported" >&6; } ;; 6486 $as_echo "unsupported" >&6; } ;;
6379 *) 6487 *)
6380 CC="$CC $ac_cv_prog_cc_c89" 6488 CC="$CC $ac_cv_prog_cc_c89"
6381 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 6489 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
6382 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; 6490 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
6383 esac 6491 esac
6384 6492
6385 6493
6386 ac_ext=c 6494 ac_ext=c
6387 xe_cppflags='$CPPFLAGS $c_switch_site $c_switch_machine $c_switch_system $c_switch_x_site $X_CFLAGS' 6495 xe_cppflags='$CPPFLAGS $c_switch_site $c_switch_machine $c_switch_system $c_switch_x_site $X_CFLAGS'
6399 xe_libs='$ld_call_shared $xe_check_libs $X_EXTRA_LIBS $libs_x $libs_gtk $X_PRE_LIBS $LIBS $libs_machine $libs_system $libs_standard' 6507 xe_libs='$ld_call_shared $xe_check_libs $X_EXTRA_LIBS $libs_x $libs_gtk $X_PRE_LIBS $LIBS $libs_machine $libs_system $libs_standard'
6400 ac_cpp='$CPP '"$xe_cppflags" 6508 ac_cpp='$CPP '"$xe_cppflags"
6401 ac_compile='$CC -c $CFLAGS '"$xe_cppflags"' conftest.$ac_ext >&5' 6509 ac_compile='$CC -c $CFLAGS '"$xe_cppflags"' conftest.$ac_ext >&5'
6402 ac_link='$CC -o conftest$ac_exeext $CFLAGS '"$xe_cppflags $xe_ldflags"' conftest.$ac_ext '"$xe_libs"' >&5' 6510 ac_link='$CC -o conftest$ac_exeext $CFLAGS '"$xe_cppflags $xe_ldflags"' conftest.$ac_ext '"$xe_libs"' >&5'
6403 ac_compiler_gnu=$ac_cv_c_compiler_gnu 6511 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6404 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 6512 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
6405 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } 6513 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6406 # On Suns, sometimes $CPP names a directory. 6514 # On Suns, sometimes $CPP names a directory.
6407 if test -n "$CPP" && test -d "$CPP"; then 6515 if test -n "$CPP" && test -d "$CPP"; then
6408 CPP= 6516 CPP=
6409 fi 6517 fi
6410 if test -z "$CPP"; then 6518 if test -z "$CPP"; then
6411 if test "${ac_cv_prog_CPP+set}" = set; then 6519 if test "${ac_cv_prog_CPP+set}" = set; then
6412 echo $ECHO_N "(cached) $ECHO_C" >&6 6520 $as_echo_n "(cached) " >&6
6413 else 6521 else
6414 # Double quotes because CPP needs to be expanded 6522 # Double quotes because CPP needs to be expanded
6415 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" 6523 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6416 do 6524 do
6417 ac_preproc_ok=false 6525 ac_preproc_ok=false
6439 if { (ac_try="$ac_cpp conftest.$ac_ext" 6547 if { (ac_try="$ac_cpp conftest.$ac_ext"
6440 case "(($ac_try" in 6548 case "(($ac_try" in
6441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6549 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6442 *) ac_try_echo=$ac_try;; 6550 *) ac_try_echo=$ac_try;;
6443 esac 6551 esac
6444 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6552 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6553 $as_echo "$ac_try_echo") >&5
6445 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6554 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6446 ac_status=$? 6555 ac_status=$?
6447 grep -v '^ *+' conftest.er1 >conftest.err 6556 grep -v '^ *+' conftest.er1 >conftest.err
6448 rm -f conftest.er1 6557 rm -f conftest.er1
6449 cat conftest.err >&5 6558 cat conftest.err >&5
6450 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6559 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6451 (exit $ac_status); } >/dev/null && { 6560 (exit $ac_status); } >/dev/null && {
6452 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 6561 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6453 test ! -s conftest.err 6562 test ! -s conftest.err
6454 }; then 6563 }; then
6455 : 6564 :
6456 else 6565 else
6457 echo "$as_me: failed program was:" >&5 6566 $as_echo "$as_me: failed program was:" >&5
6458 sed 's/^/| /' conftest.$ac_ext >&5 6567 sed 's/^/| /' conftest.$ac_ext >&5
6459 6568
6460 # Broken: fails on valid input. 6569 # Broken: fails on valid input.
6461 continue 6570 continue
6462 fi 6571 fi
6476 if { (ac_try="$ac_cpp conftest.$ac_ext" 6585 if { (ac_try="$ac_cpp conftest.$ac_ext"
6477 case "(($ac_try" in 6586 case "(($ac_try" in
6478 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6587 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6479 *) ac_try_echo=$ac_try;; 6588 *) ac_try_echo=$ac_try;;
6480 esac 6589 esac
6481 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6590 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6591 $as_echo "$ac_try_echo") >&5
6482 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6592 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6483 ac_status=$? 6593 ac_status=$?
6484 grep -v '^ *+' conftest.er1 >conftest.err 6594 grep -v '^ *+' conftest.er1 >conftest.err
6485 rm -f conftest.er1 6595 rm -f conftest.er1
6486 cat conftest.err >&5 6596 cat conftest.err >&5
6487 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6597 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6488 (exit $ac_status); } >/dev/null && { 6598 (exit $ac_status); } >/dev/null && {
6489 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 6599 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6490 test ! -s conftest.err 6600 test ! -s conftest.err
6491 }; then 6601 }; then
6492 # Broken: success on invalid input. 6602 # Broken: success on invalid input.
6493 continue 6603 continue
6494 else 6604 else
6495 echo "$as_me: failed program was:" >&5 6605 $as_echo "$as_me: failed program was:" >&5
6496 sed 's/^/| /' conftest.$ac_ext >&5 6606 sed 's/^/| /' conftest.$ac_ext >&5
6497 6607
6498 # Passes both tests. 6608 # Passes both tests.
6499 ac_preproc_ok=: 6609 ac_preproc_ok=:
6500 break 6610 break
6515 fi 6625 fi
6516 CPP=$ac_cv_prog_CPP 6626 CPP=$ac_cv_prog_CPP
6517 else 6627 else
6518 ac_cv_prog_CPP=$CPP 6628 ac_cv_prog_CPP=$CPP
6519 fi 6629 fi
6520 { echo "$as_me:$LINENO: result: $CPP" >&5 6630 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
6521 echo "${ECHO_T}$CPP" >&6; } 6631 $as_echo "$CPP" >&6; }
6522 ac_preproc_ok=false 6632 ac_preproc_ok=false
6523 for ac_c_preproc_warn_flag in '' yes 6633 for ac_c_preproc_warn_flag in '' yes
6524 do 6634 do
6525 # Use a header file that comes with gcc, so configuring glibc 6635 # Use a header file that comes with gcc, so configuring glibc
6526 # with a fresh cross-compiler works. 6636 # with a fresh cross-compiler works.
6544 if { (ac_try="$ac_cpp conftest.$ac_ext" 6654 if { (ac_try="$ac_cpp conftest.$ac_ext"
6545 case "(($ac_try" in 6655 case "(($ac_try" in
6546 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6656 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6547 *) ac_try_echo=$ac_try;; 6657 *) ac_try_echo=$ac_try;;
6548 esac 6658 esac
6549 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6659 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6660 $as_echo "$ac_try_echo") >&5
6550 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6661 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6551 ac_status=$? 6662 ac_status=$?
6552 grep -v '^ *+' conftest.er1 >conftest.err 6663 grep -v '^ *+' conftest.er1 >conftest.err
6553 rm -f conftest.er1 6664 rm -f conftest.er1
6554 cat conftest.err >&5 6665 cat conftest.err >&5
6555 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6666 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6556 (exit $ac_status); } >/dev/null && { 6667 (exit $ac_status); } >/dev/null && {
6557 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 6668 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6558 test ! -s conftest.err 6669 test ! -s conftest.err
6559 }; then 6670 }; then
6560 : 6671 :
6561 else 6672 else
6562 echo "$as_me: failed program was:" >&5 6673 $as_echo "$as_me: failed program was:" >&5
6563 sed 's/^/| /' conftest.$ac_ext >&5 6674 sed 's/^/| /' conftest.$ac_ext >&5
6564 6675
6565 # Broken: fails on valid input. 6676 # Broken: fails on valid input.
6566 continue 6677 continue
6567 fi 6678 fi
6581 if { (ac_try="$ac_cpp conftest.$ac_ext" 6692 if { (ac_try="$ac_cpp conftest.$ac_ext"
6582 case "(($ac_try" in 6693 case "(($ac_try" in
6583 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6694 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6584 *) ac_try_echo=$ac_try;; 6695 *) ac_try_echo=$ac_try;;
6585 esac 6696 esac
6586 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6697 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6698 $as_echo "$ac_try_echo") >&5
6587 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6699 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6588 ac_status=$? 6700 ac_status=$?
6589 grep -v '^ *+' conftest.er1 >conftest.err 6701 grep -v '^ *+' conftest.er1 >conftest.err
6590 rm -f conftest.er1 6702 rm -f conftest.er1
6591 cat conftest.err >&5 6703 cat conftest.err >&5
6592 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6704 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6593 (exit $ac_status); } >/dev/null && { 6705 (exit $ac_status); } >/dev/null && {
6594 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 6706 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6595 test ! -s conftest.err 6707 test ! -s conftest.err
6596 }; then 6708 }; then
6597 # Broken: success on invalid input. 6709 # Broken: success on invalid input.
6598 continue 6710 continue
6599 else 6711 else
6600 echo "$as_me: failed program was:" >&5 6712 $as_echo "$as_me: failed program was:" >&5
6601 sed 's/^/| /' conftest.$ac_ext >&5 6713 sed 's/^/| /' conftest.$ac_ext >&5
6602 6714
6603 # Passes both tests. 6715 # Passes both tests.
6604 ac_preproc_ok=: 6716 ac_preproc_ok=:
6605 break 6717 break
6611 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 6723 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6612 rm -f conftest.err conftest.$ac_ext 6724 rm -f conftest.err conftest.$ac_ext
6613 if $ac_preproc_ok; then 6725 if $ac_preproc_ok; then
6614 : 6726 :
6615 else 6727 else
6616 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 6728 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
6729 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6730 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
6617 See \`config.log' for more details." >&5 6731 See \`config.log' for more details." >&5
6618 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 6732 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
6619 See \`config.log' for more details." >&2;} 6733 See \`config.log' for more details." >&2;}
6620 { (exit 1); exit 1; }; } 6734 { (exit 1); exit 1; }; }; }
6621 fi 6735 fi
6622 6736
6623 ac_ext=c 6737 ac_ext=c
6624 xe_cppflags='$CPPFLAGS $c_switch_site $c_switch_machine $c_switch_system $c_switch_x_site $X_CFLAGS' 6738 xe_cppflags='$CPPFLAGS $c_switch_site $c_switch_machine $c_switch_system $c_switch_x_site $X_CFLAGS'
6625 xe_ldflags='$LDFLAGS $ld_switch_site $ld_switch_machine $ld_switch_system $ld_switch_x_site $ld_switch_run' 6739 xe_ldflags='$LDFLAGS $ld_switch_site $ld_switch_machine $ld_switch_system $ld_switch_x_site $ld_switch_run'
6628 ac_compile='$CC -c $CFLAGS '"$xe_cppflags"' conftest.$ac_ext >&5' 6742 ac_compile='$CC -c $CFLAGS '"$xe_cppflags"' conftest.$ac_ext >&5'
6629 ac_link='$CC -o conftest$ac_exeext $CFLAGS '"$xe_cppflags $xe_ldflags"' conftest.$ac_ext '"$xe_libs"' >&5' 6743 ac_link='$CC -o conftest$ac_exeext $CFLAGS '"$xe_cppflags $xe_ldflags"' conftest.$ac_ext '"$xe_libs"' >&5'
6630 ac_compiler_gnu=$ac_cv_c_compiler_gnu 6744 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6631 6745
6632 6746
6633 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 6747 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6634 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } 6748 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
6635 if test "${ac_cv_path_GREP+set}" = set; then 6749 if test "${ac_cv_path_GREP+set}" = set; then
6636 echo $ECHO_N "(cached) $ECHO_C" >&6 6750 $as_echo_n "(cached) " >&6
6637 else 6751 else
6638 # Extract the first word of "grep ggrep" to use in msg output 6752 if test -z "$GREP"; then
6639 if test -z "$GREP"; then
6640 set dummy grep ggrep; ac_prog_name=$2
6641 if test "${ac_cv_path_GREP+set}" = set; then
6642 echo $ECHO_N "(cached) $ECHO_C" >&6
6643 else
6644 ac_path_GREP_found=false 6753 ac_path_GREP_found=false
6645 # Loop through the user's path and test for each of PROGNAME-LIST 6754 # Loop through the user's path and test for each of PROGNAME-LIST
6646 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 6755 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6647 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 6756 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6648 do 6757 do
6649 IFS=$as_save_IFS 6758 IFS=$as_save_IFS
6650 test -z "$as_dir" && as_dir=. 6759 test -z "$as_dir" && as_dir=.
6651 for ac_prog in grep ggrep; do 6760 for ac_prog in grep ggrep; do
6652 for ac_exec_ext in '' $ac_executable_extensions; do 6761 for ac_exec_ext in '' $ac_executable_extensions; do
6653 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 6762 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6654 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 6763 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6655 # Check for GNU ac_path_GREP and select it if it is found. 6764 # Check for GNU ac_path_GREP and select it if it is found.
6656 # Check for GNU $ac_path_GREP 6765 # Check for GNU $ac_path_GREP
6657 case `"$ac_path_GREP" --version 2>&1` in 6766 case `"$ac_path_GREP" --version 2>&1` in
6658 *GNU*) 6767 *GNU*)
6659 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; 6768 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6660 *) 6769 *)
6661 ac_count=0 6770 ac_count=0
6662 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 6771 $as_echo_n 0123456789 >"conftest.in"
6663 while : 6772 while :
6664 do 6773 do
6665 cat "conftest.in" "conftest.in" >"conftest.tmp" 6774 cat "conftest.in" "conftest.in" >"conftest.tmp"
6666 mv "conftest.tmp" "conftest.in" 6775 mv "conftest.tmp" "conftest.in"
6667 cp "conftest.in" "conftest.nl" 6776 cp "conftest.in" "conftest.nl"
6668 echo 'GREP' >> "conftest.nl" 6777 $as_echo 'GREP' >> "conftest.nl"
6669 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break 6778 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6670 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 6779 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6671 ac_count=`expr $ac_count + 1` 6780 ac_count=`expr $ac_count + 1`
6672 if test $ac_count -gt ${ac_path_GREP_max-0}; then 6781 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6673 # Best one so far, save it but keep looking for a better one 6782 # Best one so far, save it but keep looking for a better one
6678 test $ac_count -gt 10 && break 6787 test $ac_count -gt 10 && break
6679 done 6788 done
6680 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 6789 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6681 esac 6790 esac
6682 6791
6683 6792 $ac_path_GREP_found && break 3
6684 $ac_path_GREP_found && break 3 6793 done
6685 done 6794 done
6686 done 6795 done
6687
6688 done
6689 IFS=$as_save_IFS 6796 IFS=$as_save_IFS
6690 6797 if test -z "$ac_cv_path_GREP"; then
6691 6798 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6692 fi 6799 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6693
6694 GREP="$ac_cv_path_GREP"
6695 if test -z "$GREP"; then
6696 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6697 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6698 { (exit 1); exit 1; }; } 6800 { (exit 1); exit 1; }; }
6699 fi 6801 fi
6700
6701 else 6802 else
6702 ac_cv_path_GREP=$GREP 6803 ac_cv_path_GREP=$GREP
6703 fi 6804 fi
6704 6805
6705 6806 fi
6706 fi 6807 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6707 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 6808 $as_echo "$ac_cv_path_GREP" >&6; }
6708 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6709 GREP="$ac_cv_path_GREP" 6809 GREP="$ac_cv_path_GREP"
6710 6810
6711 6811
6712 { echo "$as_me:$LINENO: checking for egrep" >&5 6812 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
6713 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } 6813 $as_echo_n "checking for egrep... " >&6; }
6714 if test "${ac_cv_path_EGREP+set}" = set; then 6814 if test "${ac_cv_path_EGREP+set}" = set; then
6715 echo $ECHO_N "(cached) $ECHO_C" >&6 6815 $as_echo_n "(cached) " >&6
6716 else 6816 else
6717 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 6817 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6718 then ac_cv_path_EGREP="$GREP -E" 6818 then ac_cv_path_EGREP="$GREP -E"
6719 else 6819 else
6720 # Extract the first word of "egrep" to use in msg output 6820 if test -z "$EGREP"; then
6721 if test -z "$EGREP"; then
6722 set dummy egrep; ac_prog_name=$2
6723 if test "${ac_cv_path_EGREP+set}" = set; then
6724 echo $ECHO_N "(cached) $ECHO_C" >&6
6725 else
6726 ac_path_EGREP_found=false 6821 ac_path_EGREP_found=false
6727 # Loop through the user's path and test for each of PROGNAME-LIST 6822 # Loop through the user's path and test for each of PROGNAME-LIST
6728 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 6823 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6729 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 6824 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6730 do 6825 do
6731 IFS=$as_save_IFS 6826 IFS=$as_save_IFS
6732 test -z "$as_dir" && as_dir=. 6827 test -z "$as_dir" && as_dir=.
6733 for ac_prog in egrep; do 6828 for ac_prog in egrep; do
6734 for ac_exec_ext in '' $ac_executable_extensions; do 6829 for ac_exec_ext in '' $ac_executable_extensions; do
6735 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 6830 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6736 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 6831 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6737 # Check for GNU ac_path_EGREP and select it if it is found. 6832 # Check for GNU ac_path_EGREP and select it if it is found.
6738 # Check for GNU $ac_path_EGREP 6833 # Check for GNU $ac_path_EGREP
6739 case `"$ac_path_EGREP" --version 2>&1` in 6834 case `"$ac_path_EGREP" --version 2>&1` in
6740 *GNU*) 6835 *GNU*)
6741 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; 6836 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6742 *) 6837 *)
6743 ac_count=0 6838 ac_count=0
6744 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 6839 $as_echo_n 0123456789 >"conftest.in"
6745 while : 6840 while :
6746 do 6841 do
6747 cat "conftest.in" "conftest.in" >"conftest.tmp" 6842 cat "conftest.in" "conftest.in" >"conftest.tmp"
6748 mv "conftest.tmp" "conftest.in" 6843 mv "conftest.tmp" "conftest.in"
6749 cp "conftest.in" "conftest.nl" 6844 cp "conftest.in" "conftest.nl"
6750 echo 'EGREP' >> "conftest.nl" 6845 $as_echo 'EGREP' >> "conftest.nl"
6751 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 6846 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6752 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 6847 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6753 ac_count=`expr $ac_count + 1` 6848 ac_count=`expr $ac_count + 1`
6754 if test $ac_count -gt ${ac_path_EGREP_max-0}; then 6849 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6755 # Best one so far, save it but keep looking for a better one 6850 # Best one so far, save it but keep looking for a better one
6760 test $ac_count -gt 10 && break 6855 test $ac_count -gt 10 && break
6761 done 6856 done
6762 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 6857 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6763 esac 6858 esac
6764 6859
6765 6860 $ac_path_EGREP_found && break 3
6766 $ac_path_EGREP_found && break 3 6861 done
6767 done 6862 done
6768 done 6863 done
6769
6770 done
6771 IFS=$as_save_IFS 6864 IFS=$as_save_IFS
6772 6865 if test -z "$ac_cv_path_EGREP"; then
6773 6866 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6774 fi 6867 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6775
6776 EGREP="$ac_cv_path_EGREP"
6777 if test -z "$EGREP"; then
6778 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6779 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6780 { (exit 1); exit 1; }; } 6868 { (exit 1); exit 1; }; }
6781 fi 6869 fi
6782
6783 else 6870 else
6784 ac_cv_path_EGREP=$EGREP 6871 ac_cv_path_EGREP=$EGREP
6785 fi 6872 fi
6786 6873
6787
6788 fi 6874 fi
6789 fi 6875 fi
6790 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 6876 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6791 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } 6877 $as_echo "$ac_cv_path_EGREP" >&6; }
6792 EGREP="$ac_cv_path_EGREP" 6878 EGREP="$ac_cv_path_EGREP"
6793 6879
6794 6880
6795 6881 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6796 { echo "$as_me:$LINENO: checking for AIX" >&5 6882 $as_echo_n "checking for ANSI C header files... " >&6; }
6797 echo $ECHO_N "checking for AIX... $ECHO_C" >&6; } 6883 if test "${ac_cv_header_stdc+set}" = set; then
6798 cat >conftest.$ac_ext <<_ACEOF 6884 $as_echo_n "(cached) " >&6
6885 else
6886 cat >conftest.$ac_ext <<_ACEOF
6799 /* confdefs.h. */ 6887 /* confdefs.h. */
6800 _ACEOF 6888 _ACEOF
6801 cat confdefs.h >>conftest.$ac_ext 6889 cat confdefs.h >>conftest.$ac_ext
6802 cat >>conftest.$ac_ext <<_ACEOF 6890 cat >>conftest.$ac_ext <<_ACEOF
6803 /* end confdefs.h. */ 6891 /* end confdefs.h. */
6804 #ifdef _AIX 6892 #include <stdlib.h>
6805 yes 6893 #include <stdarg.h>
6894 #include <string.h>
6895 #include <float.h>
6896
6897 int
6898 main ()
6899 {
6900
6901 ;
6902 return 0;
6903 }
6904 _ACEOF
6905 rm -f conftest.$ac_objext
6906 if { (ac_try="$ac_compile"
6907 case "(($ac_try" in
6908 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6909 *) ac_try_echo=$ac_try;;
6910 esac
6911 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6912 $as_echo "$ac_try_echo") >&5
6913 (eval "$ac_compile") 2>conftest.er1
6914 ac_status=$?
6915 grep -v '^ *+' conftest.er1 >conftest.err
6916 rm -f conftest.er1
6917 cat conftest.err >&5
6918 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6919 (exit $ac_status); } && {
6920 test -z "$ac_c_werror_flag" ||
6921 test ! -s conftest.err
6922 } && test -s conftest.$ac_objext; then
6923 ac_cv_header_stdc=yes
6924 else
6925 $as_echo "$as_me: failed program was:" >&5
6926 sed 's/^/| /' conftest.$ac_ext >&5
6927
6928 ac_cv_header_stdc=no
6929 fi
6930
6931 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6932
6933 if test $ac_cv_header_stdc = yes; then
6934 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6935 cat >conftest.$ac_ext <<_ACEOF
6936 /* confdefs.h. */
6937 _ACEOF
6938 cat confdefs.h >>conftest.$ac_ext
6939 cat >>conftest.$ac_ext <<_ACEOF
6940 /* end confdefs.h. */
6941 #include <string.h>
6942
6943 _ACEOF
6944 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6945 $EGREP "memchr" >/dev/null 2>&1; then
6946 :
6947 else
6948 ac_cv_header_stdc=no
6949 fi
6950 rm -f conftest*
6951
6952 fi
6953
6954 if test $ac_cv_header_stdc = yes; then
6955 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6956 cat >conftest.$ac_ext <<_ACEOF
6957 /* confdefs.h. */
6958 _ACEOF
6959 cat confdefs.h >>conftest.$ac_ext
6960 cat >>conftest.$ac_ext <<_ACEOF
6961 /* end confdefs.h. */
6962 #include <stdlib.h>
6963
6964 _ACEOF
6965 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6966 $EGREP "free" >/dev/null 2>&1; then
6967 :
6968 else
6969 ac_cv_header_stdc=no
6970 fi
6971 rm -f conftest*
6972
6973 fi
6974
6975 if test $ac_cv_header_stdc = yes; then
6976 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6977 if test "$cross_compiling" = yes; then
6978 :
6979 else
6980 cat >conftest.$ac_ext <<_ACEOF
6981 /* confdefs.h. */
6982 _ACEOF
6983 cat confdefs.h >>conftest.$ac_ext
6984 cat >>conftest.$ac_ext <<_ACEOF
6985 /* end confdefs.h. */
6986 #include <ctype.h>
6987 #include <stdlib.h>
6988 #if ((' ' & 0x0FF) == 0x020)
6989 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6990 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6991 #else
6992 # define ISLOWER(c) \
6993 (('a' <= (c) && (c) <= 'i') \
6994 || ('j' <= (c) && (c) <= 'r') \
6995 || ('s' <= (c) && (c) <= 'z'))
6996 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6806 #endif 6997 #endif
6807 6998
6808 _ACEOF 6999 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6809 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 7000 int
6810 $EGREP "yes" >/dev/null 2>&1; then 7001 main ()
6811 { echo "$as_me:$LINENO: result: yes" >&5 7002 {
6812 echo "${ECHO_T}yes" >&6; } 7003 int i;
7004 for (i = 0; i < 256; i++)
7005 if (XOR (islower (i), ISLOWER (i))
7006 || toupper (i) != TOUPPER (i))
7007 return 2;
7008 return 0;
7009 }
7010 _ACEOF
7011 rm -f conftest$ac_exeext
7012 if { (ac_try="$ac_link"
7013 case "(($ac_try" in
7014 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7015 *) ac_try_echo=$ac_try;;
7016 esac
7017 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7018 $as_echo "$ac_try_echo") >&5
7019 (eval "$ac_link") 2>&5
7020 ac_status=$?
7021 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7022 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7023 { (case "(($ac_try" in
7024 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7025 *) ac_try_echo=$ac_try;;
7026 esac
7027 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7028 $as_echo "$ac_try_echo") >&5
7029 (eval "$ac_try") 2>&5
7030 ac_status=$?
7031 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7032 (exit $ac_status); }; }; then
7033 :
7034 else
7035 $as_echo "$as_me: program exited with status $ac_status" >&5
7036 $as_echo "$as_me: failed program was:" >&5
7037 sed 's/^/| /' conftest.$ac_ext >&5
7038
7039 ( exit $ac_status )
7040 ac_cv_header_stdc=no
7041 fi
7042 rm -rf conftest.dSYM
7043 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7044 fi
7045
7046
7047 fi
7048 fi
7049 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7050 $as_echo "$ac_cv_header_stdc" >&6; }
7051 if test $ac_cv_header_stdc = yes; then
7052
6813 cat >>confdefs.h <<\_ACEOF 7053 cat >>confdefs.h <<\_ACEOF
7054 #define STDC_HEADERS 1
7055 _ACEOF
7056
7057 fi
7058
7059 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7060
7061
7062
7063
7064
7065
7066
7067
7068
7069 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7070 inttypes.h stdint.h unistd.h
7071 do
7072 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7073 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7074 $as_echo_n "checking for $ac_header... " >&6; }
7075 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7076 $as_echo_n "(cached) " >&6
7077 else
7078 cat >conftest.$ac_ext <<_ACEOF
7079 /* confdefs.h. */
7080 _ACEOF
7081 cat confdefs.h >>conftest.$ac_ext
7082 cat >>conftest.$ac_ext <<_ACEOF
7083 /* end confdefs.h. */
7084 $ac_includes_default
7085
7086 #include <$ac_header>
7087 _ACEOF
7088 rm -f conftest.$ac_objext
7089 if { (ac_try="$ac_compile"
7090 case "(($ac_try" in
7091 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7092 *) ac_try_echo=$ac_try;;
7093 esac
7094 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7095 $as_echo "$ac_try_echo") >&5
7096 (eval "$ac_compile") 2>conftest.er1
7097 ac_status=$?
7098 grep -v '^ *+' conftest.er1 >conftest.err
7099 rm -f conftest.er1
7100 cat conftest.err >&5
7101 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7102 (exit $ac_status); } && {
7103 test -z "$ac_c_werror_flag" ||
7104 test ! -s conftest.err
7105 } && test -s conftest.$ac_objext; then
7106 eval "$as_ac_Header=yes"
7107 else
7108 $as_echo "$as_me: failed program was:" >&5
7109 sed 's/^/| /' conftest.$ac_ext >&5
7110
7111 eval "$as_ac_Header=no"
7112 fi
7113
7114 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7115 fi
7116 ac_res=`eval 'as_val=${'$as_ac_Header'}
7117 $as_echo "$as_val"'`
7118 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7119 $as_echo "$ac_res" >&6; }
7120 as_val=`eval 'as_val=${'$as_ac_Header'}
7121 $as_echo "$as_val"'`
7122 if test "x$as_val" = x""yes; then
7123 cat >>confdefs.h <<_ACEOF
7124 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7125 _ACEOF
7126
7127 fi
7128
7129 done
7130
7131
7132
7133 if test "${ac_cv_header_minix_config_h+set}" = set; then
7134 { $as_echo "$as_me:$LINENO: checking for minix/config.h" >&5
7135 $as_echo_n "checking for minix/config.h... " >&6; }
7136 if test "${ac_cv_header_minix_config_h+set}" = set; then
7137 $as_echo_n "(cached) " >&6
7138 fi
7139 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
7140 $as_echo "$ac_cv_header_minix_config_h" >&6; }
7141 else
7142 # Is the header compilable?
7143 { $as_echo "$as_me:$LINENO: checking minix/config.h usability" >&5
7144 $as_echo_n "checking minix/config.h usability... " >&6; }
7145 cat >conftest.$ac_ext <<_ACEOF
7146 /* confdefs.h. */
7147 _ACEOF
7148 cat confdefs.h >>conftest.$ac_ext
7149 cat >>conftest.$ac_ext <<_ACEOF
7150 /* end confdefs.h. */
7151 $ac_includes_default
7152 #include <minix/config.h>
7153 _ACEOF
7154 rm -f conftest.$ac_objext
7155 if { (ac_try="$ac_compile"
7156 case "(($ac_try" in
7157 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7158 *) ac_try_echo=$ac_try;;
7159 esac
7160 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7161 $as_echo "$ac_try_echo") >&5
7162 (eval "$ac_compile") 2>conftest.er1
7163 ac_status=$?
7164 grep -v '^ *+' conftest.er1 >conftest.err
7165 rm -f conftest.er1
7166 cat conftest.err >&5
7167 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7168 (exit $ac_status); } && {
7169 test -z "$ac_c_werror_flag" ||
7170 test ! -s conftest.err
7171 } && test -s conftest.$ac_objext; then
7172 ac_header_compiler=yes
7173 else
7174 $as_echo "$as_me: failed program was:" >&5
7175 sed 's/^/| /' conftest.$ac_ext >&5
7176
7177 ac_header_compiler=no
7178 fi
7179
7180 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7181 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7182 $as_echo "$ac_header_compiler" >&6; }
7183
7184 # Is the header present?
7185 { $as_echo "$as_me:$LINENO: checking minix/config.h presence" >&5
7186 $as_echo_n "checking minix/config.h presence... " >&6; }
7187 cat >conftest.$ac_ext <<_ACEOF
7188 /* confdefs.h. */
7189 _ACEOF
7190 cat confdefs.h >>conftest.$ac_ext
7191 cat >>conftest.$ac_ext <<_ACEOF
7192 /* end confdefs.h. */
7193 #include <minix/config.h>
7194 _ACEOF
7195 if { (ac_try="$ac_cpp conftest.$ac_ext"
7196 case "(($ac_try" in
7197 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7198 *) ac_try_echo=$ac_try;;
7199 esac
7200 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7201 $as_echo "$ac_try_echo") >&5
7202 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7203 ac_status=$?
7204 grep -v '^ *+' conftest.er1 >conftest.err
7205 rm -f conftest.er1
7206 cat conftest.err >&5
7207 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7208 (exit $ac_status); } >/dev/null && {
7209 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7210 test ! -s conftest.err
7211 }; then
7212 ac_header_preproc=yes
7213 else
7214 $as_echo "$as_me: failed program was:" >&5
7215 sed 's/^/| /' conftest.$ac_ext >&5
7216
7217 ac_header_preproc=no
7218 fi
7219
7220 rm -f conftest.err conftest.$ac_ext
7221 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7222 $as_echo "$ac_header_preproc" >&6; }
7223
7224 # So? What about this header?
7225 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7226 yes:no: )
7227 { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&5
7228 $as_echo "$as_me: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
7229 { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the compiler's result" >&5
7230 $as_echo "$as_me: WARNING: minix/config.h: proceeding with the compiler's result" >&2;}
7231 ac_header_preproc=yes
7232 ;;
7233 no:yes:* )
7234 { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: present but cannot be compiled" >&5
7235 $as_echo "$as_me: WARNING: minix/config.h: present but cannot be compiled" >&2;}
7236 { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: check for missing prerequisite headers?" >&5
7237 $as_echo "$as_me: WARNING: minix/config.h: check for missing prerequisite headers?" >&2;}
7238 { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: see the Autoconf documentation" >&5
7239 $as_echo "$as_me: WARNING: minix/config.h: see the Autoconf documentation" >&2;}
7240 { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: section \"Present But Cannot Be Compiled\"" >&5
7241 $as_echo "$as_me: WARNING: minix/config.h: section \"Present But Cannot Be Compiled\"" >&2;}
7242 { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5
7243 $as_echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;}
7244 { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: in the future, the compiler will take precedence" >&5
7245 $as_echo "$as_me: WARNING: minix/config.h: in the future, the compiler will take precedence" >&2;}
7246 ( cat <<\_ASBOX
7247 ## ------------------------------------- ##
7248 ## Report this to xemacs-beta@xemacs.org ##
7249 ## ------------------------------------- ##
7250 _ASBOX
7251 ) | sed "s/^/$as_me: WARNING: /" >&2
7252 ;;
7253 esac
7254 { $as_echo "$as_me:$LINENO: checking for minix/config.h" >&5
7255 $as_echo_n "checking for minix/config.h... " >&6; }
7256 if test "${ac_cv_header_minix_config_h+set}" = set; then
7257 $as_echo_n "(cached) " >&6
7258 else
7259 ac_cv_header_minix_config_h=$ac_header_preproc
7260 fi
7261 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
7262 $as_echo "$ac_cv_header_minix_config_h" >&6; }
7263
7264 fi
7265 if test "x$ac_cv_header_minix_config_h" = x""yes; then
7266 MINIX=yes
7267 else
7268 MINIX=
7269 fi
7270
7271
7272 if test "$MINIX" = yes; then
7273
7274 cat >>confdefs.h <<\_ACEOF
7275 #define _POSIX_SOURCE 1
7276 _ACEOF
7277
7278
7279 cat >>confdefs.h <<\_ACEOF
7280 #define _POSIX_1_SOURCE 2
7281 _ACEOF
7282
7283
7284 cat >>confdefs.h <<\_ACEOF
7285 #define _MINIX 1
7286 _ACEOF
7287
7288 fi
7289
7290
7291
7292 { $as_echo "$as_me:$LINENO: checking whether it is safe to define __EXTENSIONS__" >&5
7293 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
7294 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then
7295 $as_echo_n "(cached) " >&6
7296 else
7297 cat >conftest.$ac_ext <<_ACEOF
7298 /* confdefs.h. */
7299 _ACEOF
7300 cat confdefs.h >>conftest.$ac_ext
7301 cat >>conftest.$ac_ext <<_ACEOF
7302 /* end confdefs.h. */
7303
7304 # define __EXTENSIONS__ 1
7305 $ac_includes_default
7306 int
7307 main ()
7308 {
7309
7310 ;
7311 return 0;
7312 }
7313 _ACEOF
7314 rm -f conftest.$ac_objext
7315 if { (ac_try="$ac_compile"
7316 case "(($ac_try" in
7317 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7318 *) ac_try_echo=$ac_try;;
7319 esac
7320 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7321 $as_echo "$ac_try_echo") >&5
7322 (eval "$ac_compile") 2>conftest.er1
7323 ac_status=$?
7324 grep -v '^ *+' conftest.er1 >conftest.err
7325 rm -f conftest.er1
7326 cat conftest.err >&5
7327 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7328 (exit $ac_status); } && {
7329 test -z "$ac_c_werror_flag" ||
7330 test ! -s conftest.err
7331 } && test -s conftest.$ac_objext; then
7332 ac_cv_safe_to_define___extensions__=yes
7333 else
7334 $as_echo "$as_me: failed program was:" >&5
7335 sed 's/^/| /' conftest.$ac_ext >&5
7336
7337 ac_cv_safe_to_define___extensions__=no
7338 fi
7339
7340 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7341 fi
7342 { $as_echo "$as_me:$LINENO: result: $ac_cv_safe_to_define___extensions__" >&5
7343 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
7344 test $ac_cv_safe_to_define___extensions__ = yes &&
7345 cat >>confdefs.h <<\_ACEOF
7346 #define __EXTENSIONS__ 1
7347 _ACEOF
7348
7349 cat >>confdefs.h <<\_ACEOF
6814 #define _ALL_SOURCE 1 7350 #define _ALL_SOURCE 1
6815 _ACEOF 7351 _ACEOF
6816 7352
6817 else 7353 cat >>confdefs.h <<\_ACEOF
6818 { echo "$as_me:$LINENO: result: no" >&5 7354 #define _GNU_SOURCE 1
6819 echo "${ECHO_T}no" >&6; } 7355 _ACEOF
6820 fi 7356
6821 rm -f conftest* 7357 cat >>confdefs.h <<\_ACEOF
7358 #define _POSIX_PTHREAD_SEMANTICS 1
7359 _ACEOF
7360
7361 cat >>confdefs.h <<\_ACEOF
7362 #define _TANDEM_SOURCE 1
7363 _ACEOF
6822 7364
6823 7365
6824 ac_ext=c 7366 ac_ext=c
6825 xe_cppflags='$CPPFLAGS $c_switch_site $c_switch_machine $c_switch_system $c_switch_x_site $X_CFLAGS' 7367 xe_cppflags='$CPPFLAGS $c_switch_site $c_switch_machine $c_switch_system $c_switch_x_site $X_CFLAGS'
6826 xe_ldflags='$LDFLAGS $ld_switch_site $ld_switch_machine $ld_switch_system $ld_switch_x_site $ld_switch_run' 7368 xe_ldflags='$LDFLAGS $ld_switch_site $ld_switch_machine $ld_switch_system $ld_switch_x_site $ld_switch_run'
6830 ac_link='$CC -o conftest$ac_exeext $CFLAGS '"$xe_cppflags $xe_ldflags"' conftest.$ac_ext '"$xe_libs"' >&5' 7372 ac_link='$CC -o conftest$ac_exeext $CFLAGS '"$xe_cppflags $xe_ldflags"' conftest.$ac_ext '"$xe_libs"' >&5'
6831 ac_compiler_gnu=$ac_cv_c_compiler_gnu 7373 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6832 if test -n "$ac_tool_prefix"; then 7374 if test -n "$ac_tool_prefix"; then
6833 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 7375 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
6834 set dummy ${ac_tool_prefix}gcc; ac_word=$2 7376 set dummy ${ac_tool_prefix}gcc; ac_word=$2
6835 { echo "$as_me:$LINENO: checking for $ac_word" >&5 7377 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6836 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 7378 $as_echo_n "checking for $ac_word... " >&6; }
6837 if test "${ac_cv_prog_CC+set}" = set; then 7379 if test "${ac_cv_prog_CC+set}" = set; then
6838 echo $ECHO_N "(cached) $ECHO_C" >&6 7380 $as_echo_n "(cached) " >&6
6839 else 7381 else
6840 if test -n "$CC"; then 7382 if test -n "$CC"; then
6841 ac_cv_prog_CC="$CC" # Let the user override the test. 7383 ac_cv_prog_CC="$CC" # Let the user override the test.
6842 else 7384 else
6843 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 7385 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6846 IFS=$as_save_IFS 7388 IFS=$as_save_IFS
6847 test -z "$as_dir" && as_dir=. 7389 test -z "$as_dir" && as_dir=.
6848 for ac_exec_ext in '' $ac_executable_extensions; do 7390 for ac_exec_ext in '' $ac_executable_extensions; do
6849 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7391 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6850 ac_cv_prog_CC="${ac_tool_prefix}gcc" 7392 ac_cv_prog_CC="${ac_tool_prefix}gcc"
6851 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 7393 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6852 break 2 7394 break 2
6853 fi 7395 fi
6854 done 7396 done
6855 done 7397 done
6856 IFS=$as_save_IFS 7398 IFS=$as_save_IFS
6857 7399
6858 fi 7400 fi
6859 fi 7401 fi
6860 CC=$ac_cv_prog_CC 7402 CC=$ac_cv_prog_CC
6861 if test -n "$CC"; then 7403 if test -n "$CC"; then
6862 { echo "$as_me:$LINENO: result: $CC" >&5 7404 { $as_echo "$as_me:$LINENO: result: $CC" >&5
6863 echo "${ECHO_T}$CC" >&6; } 7405 $as_echo "$CC" >&6; }
6864 else 7406 else
6865 { echo "$as_me:$LINENO: result: no" >&5 7407 { $as_echo "$as_me:$LINENO: result: no" >&5
6866 echo "${ECHO_T}no" >&6; } 7408 $as_echo "no" >&6; }
6867 fi 7409 fi
6868 7410
6869 7411
6870 fi 7412 fi
6871 if test -z "$ac_cv_prog_CC"; then 7413 if test -z "$ac_cv_prog_CC"; then
6872 ac_ct_CC=$CC 7414 ac_ct_CC=$CC
6873 # Extract the first word of "gcc", so it can be a program name with args. 7415 # Extract the first word of "gcc", so it can be a program name with args.
6874 set dummy gcc; ac_word=$2 7416 set dummy gcc; ac_word=$2
6875 { echo "$as_me:$LINENO: checking for $ac_word" >&5 7417 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6876 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 7418 $as_echo_n "checking for $ac_word... " >&6; }
6877 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 7419 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
6878 echo $ECHO_N "(cached) $ECHO_C" >&6 7420 $as_echo_n "(cached) " >&6
6879 else 7421 else
6880 if test -n "$ac_ct_CC"; then 7422 if test -n "$ac_ct_CC"; then
6881 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 7423 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
6882 else 7424 else
6883 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 7425 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6886 IFS=$as_save_IFS 7428 IFS=$as_save_IFS
6887 test -z "$as_dir" && as_dir=. 7429 test -z "$as_dir" && as_dir=.
6888 for ac_exec_ext in '' $ac_executable_extensions; do 7430 for ac_exec_ext in '' $ac_executable_extensions; do
6889 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7431 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6890 ac_cv_prog_ac_ct_CC="gcc" 7432 ac_cv_prog_ac_ct_CC="gcc"
6891 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 7433 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6892 break 2 7434 break 2
6893 fi 7435 fi
6894 done 7436 done
6895 done 7437 done
6896 IFS=$as_save_IFS 7438 IFS=$as_save_IFS
6897 7439
6898 fi 7440 fi
6899 fi 7441 fi
6900 ac_ct_CC=$ac_cv_prog_ac_ct_CC 7442 ac_ct_CC=$ac_cv_prog_ac_ct_CC
6901 if test -n "$ac_ct_CC"; then 7443 if test -n "$ac_ct_CC"; then
6902 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 7444 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
6903 echo "${ECHO_T}$ac_ct_CC" >&6; } 7445 $as_echo "$ac_ct_CC" >&6; }
6904 else 7446 else
6905 { echo "$as_me:$LINENO: result: no" >&5 7447 { $as_echo "$as_me:$LINENO: result: no" >&5
6906 echo "${ECHO_T}no" >&6; } 7448 $as_echo "no" >&6; }
6907 fi 7449 fi
6908 7450
6909 if test "x$ac_ct_CC" = x; then 7451 if test "x$ac_ct_CC" = x; then
6910 CC="" 7452 CC=""
6911 else 7453 else
6912 case $cross_compiling:$ac_tool_warned in 7454 case $cross_compiling:$ac_tool_warned in
6913 yes:) 7455 yes:)
6914 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 7456 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6915 whose name does not start with the host triplet. If you think this 7457 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6916 configuration is useful to you, please write to autoconf@gnu.org." >&5
6917 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6918 whose name does not start with the host triplet. If you think this
6919 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6920 ac_tool_warned=yes ;; 7458 ac_tool_warned=yes ;;
6921 esac 7459 esac
6922 CC=$ac_ct_CC 7460 CC=$ac_ct_CC
6923 fi 7461 fi
6924 else 7462 else
6927 7465
6928 if test -z "$CC"; then 7466 if test -z "$CC"; then
6929 if test -n "$ac_tool_prefix"; then 7467 if test -n "$ac_tool_prefix"; then
6930 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 7468 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
6931 set dummy ${ac_tool_prefix}cc; ac_word=$2 7469 set dummy ${ac_tool_prefix}cc; ac_word=$2
6932 { echo "$as_me:$LINENO: checking for $ac_word" >&5 7470 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6933 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 7471 $as_echo_n "checking for $ac_word... " >&6; }
6934 if test "${ac_cv_prog_CC+set}" = set; then 7472 if test "${ac_cv_prog_CC+set}" = set; then
6935 echo $ECHO_N "(cached) $ECHO_C" >&6 7473 $as_echo_n "(cached) " >&6
6936 else 7474 else
6937 if test -n "$CC"; then 7475 if test -n "$CC"; then
6938 ac_cv_prog_CC="$CC" # Let the user override the test. 7476 ac_cv_prog_CC="$CC" # Let the user override the test.
6939 else 7477 else
6940 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 7478 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6943 IFS=$as_save_IFS 7481 IFS=$as_save_IFS
6944 test -z "$as_dir" && as_dir=. 7482 test -z "$as_dir" && as_dir=.
6945 for ac_exec_ext in '' $ac_executable_extensions; do 7483 for ac_exec_ext in '' $ac_executable_extensions; do
6946 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7484 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6947 ac_cv_prog_CC="${ac_tool_prefix}cc" 7485 ac_cv_prog_CC="${ac_tool_prefix}cc"
6948 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 7486 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6949 break 2 7487 break 2
6950 fi 7488 fi
6951 done 7489 done
6952 done 7490 done
6953 IFS=$as_save_IFS 7491 IFS=$as_save_IFS
6954 7492
6955 fi 7493 fi
6956 fi 7494 fi
6957 CC=$ac_cv_prog_CC 7495 CC=$ac_cv_prog_CC
6958 if test -n "$CC"; then 7496 if test -n "$CC"; then
6959 { echo "$as_me:$LINENO: result: $CC" >&5 7497 { $as_echo "$as_me:$LINENO: result: $CC" >&5
6960 echo "${ECHO_T}$CC" >&6; } 7498 $as_echo "$CC" >&6; }
6961 else 7499 else
6962 { echo "$as_me:$LINENO: result: no" >&5 7500 { $as_echo "$as_me:$LINENO: result: no" >&5
6963 echo "${ECHO_T}no" >&6; } 7501 $as_echo "no" >&6; }
6964 fi 7502 fi
6965 7503
6966 7504
6967 fi 7505 fi
6968 fi 7506 fi
6969 if test -z "$CC"; then 7507 if test -z "$CC"; then
6970 # Extract the first word of "cc", so it can be a program name with args. 7508 # Extract the first word of "cc", so it can be a program name with args.
6971 set dummy cc; ac_word=$2 7509 set dummy cc; ac_word=$2
6972 { echo "$as_me:$LINENO: checking for $ac_word" >&5 7510 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6973 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 7511 $as_echo_n "checking for $ac_word... " >&6; }
6974 if test "${ac_cv_prog_CC+set}" = set; then 7512 if test "${ac_cv_prog_CC+set}" = set; then
6975 echo $ECHO_N "(cached) $ECHO_C" >&6 7513 $as_echo_n "(cached) " >&6
6976 else 7514 else
6977 if test -n "$CC"; then 7515 if test -n "$CC"; then
6978 ac_cv_prog_CC="$CC" # Let the user override the test. 7516 ac_cv_prog_CC="$CC" # Let the user override the test.
6979 else 7517 else
6980 ac_prog_rejected=no 7518 ac_prog_rejected=no
6988 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 7526 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
6989 ac_prog_rejected=yes 7527 ac_prog_rejected=yes
6990 continue 7528 continue
6991 fi 7529 fi
6992 ac_cv_prog_CC="cc" 7530 ac_cv_prog_CC="cc"
6993 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 7531 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6994 break 2 7532 break 2
6995 fi 7533 fi
6996 done 7534 done
6997 done 7535 done
6998 IFS=$as_save_IFS 7536 IFS=$as_save_IFS
7011 fi 7549 fi
7012 fi 7550 fi
7013 fi 7551 fi
7014 CC=$ac_cv_prog_CC 7552 CC=$ac_cv_prog_CC
7015 if test -n "$CC"; then 7553 if test -n "$CC"; then
7016 { echo "$as_me:$LINENO: result: $CC" >&5 7554 { $as_echo "$as_me:$LINENO: result: $CC" >&5
7017 echo "${ECHO_T}$CC" >&6; } 7555 $as_echo "$CC" >&6; }
7018 else 7556 else
7019 { echo "$as_me:$LINENO: result: no" >&5 7557 { $as_echo "$as_me:$LINENO: result: no" >&5
7020 echo "${ECHO_T}no" >&6; } 7558 $as_echo "no" >&6; }
7021 fi 7559 fi
7022 7560
7023 7561
7024 fi 7562 fi
7025 if test -z "$CC"; then 7563 if test -z "$CC"; then
7026 if test -n "$ac_tool_prefix"; then 7564 if test -n "$ac_tool_prefix"; then
7027 for ac_prog in cl.exe 7565 for ac_prog in cl.exe
7028 do 7566 do
7029 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 7567 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
7030 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 7568 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
7031 { echo "$as_me:$LINENO: checking for $ac_word" >&5 7569 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7032 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 7570 $as_echo_n "checking for $ac_word... " >&6; }
7033 if test "${ac_cv_prog_CC+set}" = set; then 7571 if test "${ac_cv_prog_CC+set}" = set; then
7034 echo $ECHO_N "(cached) $ECHO_C" >&6 7572 $as_echo_n "(cached) " >&6
7035 else 7573 else
7036 if test -n "$CC"; then 7574 if test -n "$CC"; then
7037 ac_cv_prog_CC="$CC" # Let the user override the test. 7575 ac_cv_prog_CC="$CC" # Let the user override the test.
7038 else 7576 else
7039 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 7577 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7042 IFS=$as_save_IFS 7580 IFS=$as_save_IFS
7043 test -z "$as_dir" && as_dir=. 7581 test -z "$as_dir" && as_dir=.
7044 for ac_exec_ext in '' $ac_executable_extensions; do 7582 for ac_exec_ext in '' $ac_executable_extensions; do
7045 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7583 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7046 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 7584 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
7047 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 7585 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7048 break 2 7586 break 2
7049 fi 7587 fi
7050 done 7588 done
7051 done 7589 done
7052 IFS=$as_save_IFS 7590 IFS=$as_save_IFS
7053 7591
7054 fi 7592 fi
7055 fi 7593 fi
7056 CC=$ac_cv_prog_CC 7594 CC=$ac_cv_prog_CC
7057 if test -n "$CC"; then 7595 if test -n "$CC"; then
7058 { echo "$as_me:$LINENO: result: $CC" >&5 7596 { $as_echo "$as_me:$LINENO: result: $CC" >&5
7059 echo "${ECHO_T}$CC" >&6; } 7597 $as_echo "$CC" >&6; }
7060 else 7598 else
7061 { echo "$as_me:$LINENO: result: no" >&5 7599 { $as_echo "$as_me:$LINENO: result: no" >&5
7062 echo "${ECHO_T}no" >&6; } 7600 $as_echo "no" >&6; }
7063 fi 7601 fi
7064 7602
7065 7603
7066 test -n "$CC" && break 7604 test -n "$CC" && break
7067 done 7605 done
7070 ac_ct_CC=$CC 7608 ac_ct_CC=$CC
7071 for ac_prog in cl.exe 7609 for ac_prog in cl.exe
7072 do 7610 do
7073 # Extract the first word of "$ac_prog", so it can be a program name with args. 7611 # Extract the first word of "$ac_prog", so it can be a program name with args.
7074 set dummy $ac_prog; ac_word=$2 7612 set dummy $ac_prog; ac_word=$2
7075 { echo "$as_me:$LINENO: checking for $ac_word" >&5 7613 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7076 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 7614 $as_echo_n "checking for $ac_word... " >&6; }
7077 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 7615 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
7078 echo $ECHO_N "(cached) $ECHO_C" >&6 7616 $as_echo_n "(cached) " >&6
7079 else 7617 else
7080 if test -n "$ac_ct_CC"; then 7618 if test -n "$ac_ct_CC"; then
7081 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 7619 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
7082 else 7620 else
7083 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 7621 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7086 IFS=$as_save_IFS 7624 IFS=$as_save_IFS
7087 test -z "$as_dir" && as_dir=. 7625 test -z "$as_dir" && as_dir=.
7088 for ac_exec_ext in '' $ac_executable_extensions; do 7626 for ac_exec_ext in '' $ac_executable_extensions; do
7089 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7627 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7090 ac_cv_prog_ac_ct_CC="$ac_prog" 7628 ac_cv_prog_ac_ct_CC="$ac_prog"
7091 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 7629 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7092 break 2 7630 break 2
7093 fi 7631 fi
7094 done 7632 done
7095 done 7633 done
7096 IFS=$as_save_IFS 7634 IFS=$as_save_IFS
7097 7635
7098 fi 7636 fi
7099 fi 7637 fi
7100 ac_ct_CC=$ac_cv_prog_ac_ct_CC 7638 ac_ct_CC=$ac_cv_prog_ac_ct_CC
7101 if test -n "$ac_ct_CC"; then 7639 if test -n "$ac_ct_CC"; then
7102 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 7640 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
7103 echo "${ECHO_T}$ac_ct_CC" >&6; } 7641 $as_echo "$ac_ct_CC" >&6; }
7104 else 7642 else
7105 { echo "$as_me:$LINENO: result: no" >&5 7643 { $as_echo "$as_me:$LINENO: result: no" >&5
7106 echo "${ECHO_T}no" >&6; } 7644 $as_echo "no" >&6; }
7107 fi 7645 fi
7108 7646
7109 7647
7110 test -n "$ac_ct_CC" && break 7648 test -n "$ac_ct_CC" && break
7111 done 7649 done
7113 if test "x$ac_ct_CC" = x; then 7651 if test "x$ac_ct_CC" = x; then
7114 CC="" 7652 CC=""
7115 else 7653 else
7116 case $cross_compiling:$ac_tool_warned in 7654 case $cross_compiling:$ac_tool_warned in
7117 yes:) 7655 yes:)
7118 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 7656 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7119 whose name does not start with the host triplet. If you think this 7657 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7120 configuration is useful to you, please write to autoconf@gnu.org." >&5
7121 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7122 whose name does not start with the host triplet. If you think this
7123 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7124 ac_tool_warned=yes ;; 7658 ac_tool_warned=yes ;;
7125 esac 7659 esac
7126 CC=$ac_ct_CC 7660 CC=$ac_ct_CC
7127 fi 7661 fi
7128 fi 7662 fi
7129 7663
7130 fi 7664 fi
7131 7665
7132 7666
7133 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 7667 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
7668 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7669 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
7134 See \`config.log' for more details." >&5 7670 See \`config.log' for more details." >&5
7135 echo "$as_me: error: no acceptable C compiler found in \$PATH 7671 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
7136 See \`config.log' for more details." >&2;} 7672 See \`config.log' for more details." >&2;}
7137 { (exit 1); exit 1; }; } 7673 { (exit 1); exit 1; }; }; }
7138 7674
7139 # Provide some information about the compiler. 7675 # Provide some information about the compiler.
7140 echo "$as_me:$LINENO: checking for C compiler version" >&5 7676 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
7141 ac_compiler=`set X $ac_compile; echo $2` 7677 set X $ac_compile
7678 ac_compiler=$2
7142 { (ac_try="$ac_compiler --version >&5" 7679 { (ac_try="$ac_compiler --version >&5"
7143 case "(($ac_try" in 7680 case "(($ac_try" in
7144 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7681 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7145 *) ac_try_echo=$ac_try;; 7682 *) ac_try_echo=$ac_try;;
7146 esac 7683 esac
7147 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7684 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7685 $as_echo "$ac_try_echo") >&5
7148 (eval "$ac_compiler --version >&5") 2>&5 7686 (eval "$ac_compiler --version >&5") 2>&5
7149 ac_status=$? 7687 ac_status=$?
7150 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7688 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7151 (exit $ac_status); } 7689 (exit $ac_status); }
7152 { (ac_try="$ac_compiler -v >&5" 7690 { (ac_try="$ac_compiler -v >&5"
7153 case "(($ac_try" in 7691 case "(($ac_try" in
7154 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7692 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7155 *) ac_try_echo=$ac_try;; 7693 *) ac_try_echo=$ac_try;;
7156 esac 7694 esac
7157 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7695 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7696 $as_echo "$ac_try_echo") >&5
7158 (eval "$ac_compiler -v >&5") 2>&5 7697 (eval "$ac_compiler -v >&5") 2>&5
7159 ac_status=$? 7698 ac_status=$?
7160 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7699 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7161 (exit $ac_status); } 7700 (exit $ac_status); }
7162 { (ac_try="$ac_compiler -V >&5" 7701 { (ac_try="$ac_compiler -V >&5"
7163 case "(($ac_try" in 7702 case "(($ac_try" in
7164 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7703 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7165 *) ac_try_echo=$ac_try;; 7704 *) ac_try_echo=$ac_try;;
7166 esac 7705 esac
7167 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7706 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7707 $as_echo "$ac_try_echo") >&5
7168 (eval "$ac_compiler -V >&5") 2>&5 7708 (eval "$ac_compiler -V >&5") 2>&5
7169 ac_status=$? 7709 ac_status=$?
7170 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7710 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7171 (exit $ac_status); } 7711 (exit $ac_status); }
7172 7712
7173 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 7713 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
7174 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } 7714 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
7175 if test "${ac_cv_c_compiler_gnu+set}" = set; then 7715 if test "${ac_cv_c_compiler_gnu+set}" = set; then
7176 echo $ECHO_N "(cached) $ECHO_C" >&6 7716 $as_echo_n "(cached) " >&6
7177 else 7717 else
7178 cat >conftest.$ac_ext <<_ACEOF 7718 cat >conftest.$ac_ext <<_ACEOF
7179 /* confdefs.h. */ 7719 /* confdefs.h. */
7180 _ACEOF 7720 _ACEOF
7181 cat confdefs.h >>conftest.$ac_ext 7721 cat confdefs.h >>conftest.$ac_ext
7197 if { (ac_try="$ac_compile" 7737 if { (ac_try="$ac_compile"
7198 case "(($ac_try" in 7738 case "(($ac_try" in
7199 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7739 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7200 *) ac_try_echo=$ac_try;; 7740 *) ac_try_echo=$ac_try;;
7201 esac 7741 esac
7202 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7742 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7743 $as_echo "$ac_try_echo") >&5
7203 (eval "$ac_compile") 2>conftest.er1 7744 (eval "$ac_compile") 2>conftest.er1
7204 ac_status=$? 7745 ac_status=$?
7205 grep -v '^ *+' conftest.er1 >conftest.err 7746 grep -v '^ *+' conftest.er1 >conftest.err
7206 rm -f conftest.er1 7747 rm -f conftest.er1
7207 cat conftest.err >&5 7748 cat conftest.err >&5
7208 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7749 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7209 (exit $ac_status); } && { 7750 (exit $ac_status); } && {
7210 test -z "$ac_c_werror_flag" || 7751 test -z "$ac_c_werror_flag" ||
7211 test ! -s conftest.err 7752 test ! -s conftest.err
7212 } && test -s conftest.$ac_objext; then 7753 } && test -s conftest.$ac_objext; then
7213 ac_compiler_gnu=yes 7754 ac_compiler_gnu=yes
7214 else 7755 else
7215 echo "$as_me: failed program was:" >&5 7756 $as_echo "$as_me: failed program was:" >&5
7216 sed 's/^/| /' conftest.$ac_ext >&5 7757 sed 's/^/| /' conftest.$ac_ext >&5
7217 7758
7218 ac_compiler_gnu=no 7759 ac_compiler_gnu=no
7219 fi 7760 fi
7220 7761
7221 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7762 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7222 ac_cv_c_compiler_gnu=$ac_compiler_gnu 7763 ac_cv_c_compiler_gnu=$ac_compiler_gnu
7223 7764
7224 fi 7765 fi
7225 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 7766 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
7226 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 7767 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
7227 GCC=`test $ac_compiler_gnu = yes && echo yes` 7768 if test $ac_compiler_gnu = yes; then
7769 GCC=yes
7770 else
7771 GCC=
7772 fi
7228 ac_test_CFLAGS=${CFLAGS+set} 7773 ac_test_CFLAGS=${CFLAGS+set}
7229 ac_save_CFLAGS=$CFLAGS 7774 ac_save_CFLAGS=$CFLAGS
7230 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 7775 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
7231 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } 7776 $as_echo_n "checking whether $CC accepts -g... " >&6; }
7232 if test "${ac_cv_prog_cc_g+set}" = set; then 7777 if test "${ac_cv_prog_cc_g+set}" = set; then
7233 echo $ECHO_N "(cached) $ECHO_C" >&6 7778 $as_echo_n "(cached) " >&6
7234 else 7779 else
7235 ac_save_c_werror_flag=$ac_c_werror_flag 7780 ac_save_c_werror_flag=$ac_c_werror_flag
7236 ac_c_werror_flag=yes 7781 ac_c_werror_flag=yes
7237 ac_cv_prog_cc_g=no 7782 ac_cv_prog_cc_g=no
7238 CFLAGS="-g" 7783 CFLAGS="-g"
7255 if { (ac_try="$ac_compile" 7800 if { (ac_try="$ac_compile"
7256 case "(($ac_try" in 7801 case "(($ac_try" in
7257 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7802 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7258 *) ac_try_echo=$ac_try;; 7803 *) ac_try_echo=$ac_try;;
7259 esac 7804 esac
7260 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7805 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7806 $as_echo "$ac_try_echo") >&5
7261 (eval "$ac_compile") 2>conftest.er1 7807 (eval "$ac_compile") 2>conftest.er1
7262 ac_status=$? 7808 ac_status=$?
7263 grep -v '^ *+' conftest.er1 >conftest.err 7809 grep -v '^ *+' conftest.er1 >conftest.err
7264 rm -f conftest.er1 7810 rm -f conftest.er1
7265 cat conftest.err >&5 7811 cat conftest.err >&5
7266 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7812 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7267 (exit $ac_status); } && { 7813 (exit $ac_status); } && {
7268 test -z "$ac_c_werror_flag" || 7814 test -z "$ac_c_werror_flag" ||
7269 test ! -s conftest.err 7815 test ! -s conftest.err
7270 } && test -s conftest.$ac_objext; then 7816 } && test -s conftest.$ac_objext; then
7271 ac_cv_prog_cc_g=yes 7817 ac_cv_prog_cc_g=yes
7272 else 7818 else
7273 echo "$as_me: failed program was:" >&5 7819 $as_echo "$as_me: failed program was:" >&5
7274 sed 's/^/| /' conftest.$ac_ext >&5 7820 sed 's/^/| /' conftest.$ac_ext >&5
7275 7821
7276 CFLAGS="" 7822 CFLAGS=""
7277 cat >conftest.$ac_ext <<_ACEOF 7823 cat >conftest.$ac_ext <<_ACEOF
7278 /* confdefs.h. */ 7824 /* confdefs.h. */
7293 if { (ac_try="$ac_compile" 7839 if { (ac_try="$ac_compile"
7294 case "(($ac_try" in 7840 case "(($ac_try" in
7295 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7841 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7296 *) ac_try_echo=$ac_try;; 7842 *) ac_try_echo=$ac_try;;
7297 esac 7843 esac
7298 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7844 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7845 $as_echo "$ac_try_echo") >&5
7299 (eval "$ac_compile") 2>conftest.er1 7846 (eval "$ac_compile") 2>conftest.er1
7300 ac_status=$? 7847 ac_status=$?
7301 grep -v '^ *+' conftest.er1 >conftest.err 7848 grep -v '^ *+' conftest.er1 >conftest.err
7302 rm -f conftest.er1 7849 rm -f conftest.er1
7303 cat conftest.err >&5 7850 cat conftest.err >&5
7304 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7851 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7305 (exit $ac_status); } && { 7852 (exit $ac_status); } && {
7306 test -z "$ac_c_werror_flag" || 7853 test -z "$ac_c_werror_flag" ||
7307 test ! -s conftest.err 7854 test ! -s conftest.err
7308 } && test -s conftest.$ac_objext; then 7855 } && test -s conftest.$ac_objext; then
7309 : 7856 :
7310 else 7857 else
7311 echo "$as_me: failed program was:" >&5 7858 $as_echo "$as_me: failed program was:" >&5
7312 sed 's/^/| /' conftest.$ac_ext >&5 7859 sed 's/^/| /' conftest.$ac_ext >&5
7313 7860
7314 ac_c_werror_flag=$ac_save_c_werror_flag 7861 ac_c_werror_flag=$ac_save_c_werror_flag
7315 CFLAGS="-g" 7862 CFLAGS="-g"
7316 cat >conftest.$ac_ext <<_ACEOF 7863 cat >conftest.$ac_ext <<_ACEOF
7332 if { (ac_try="$ac_compile" 7879 if { (ac_try="$ac_compile"
7333 case "(($ac_try" in 7880 case "(($ac_try" in
7334 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7335 *) ac_try_echo=$ac_try;; 7882 *) ac_try_echo=$ac_try;;
7336 esac 7883 esac
7337 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7884 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7885 $as_echo "$ac_try_echo") >&5
7338 (eval "$ac_compile") 2>conftest.er1 7886 (eval "$ac_compile") 2>conftest.er1
7339 ac_status=$? 7887 ac_status=$?
7340 grep -v '^ *+' conftest.er1 >conftest.err 7888 grep -v '^ *+' conftest.er1 >conftest.err
7341 rm -f conftest.er1 7889 rm -f conftest.er1
7342 cat conftest.err >&5 7890 cat conftest.err >&5
7343 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7891 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7344 (exit $ac_status); } && { 7892 (exit $ac_status); } && {
7345 test -z "$ac_c_werror_flag" || 7893 test -z "$ac_c_werror_flag" ||
7346 test ! -s conftest.err 7894 test ! -s conftest.err
7347 } && test -s conftest.$ac_objext; then 7895 } && test -s conftest.$ac_objext; then
7348 ac_cv_prog_cc_g=yes 7896 ac_cv_prog_cc_g=yes
7349 else 7897 else
7350 echo "$as_me: failed program was:" >&5 7898 $as_echo "$as_me: failed program was:" >&5
7351 sed 's/^/| /' conftest.$ac_ext >&5 7899 sed 's/^/| /' conftest.$ac_ext >&5
7352 7900
7353 7901
7354 fi 7902 fi
7355 7903
7360 fi 7908 fi
7361 7909
7362 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7910 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7363 ac_c_werror_flag=$ac_save_c_werror_flag 7911 ac_c_werror_flag=$ac_save_c_werror_flag
7364 fi 7912 fi
7365 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 7913 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
7366 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } 7914 $as_echo "$ac_cv_prog_cc_g" >&6; }
7367 if test "$ac_test_CFLAGS" = set; then 7915 if test "$ac_test_CFLAGS" = set; then
7368 CFLAGS=$ac_save_CFLAGS 7916 CFLAGS=$ac_save_CFLAGS
7369 elif test $ac_cv_prog_cc_g = yes; then 7917 elif test $ac_cv_prog_cc_g = yes; then
7370 if test "$GCC" = yes; then 7918 if test "$GCC" = yes; then
7371 CFLAGS="-g -O2" 7919 CFLAGS="-g -O2"
7377 CFLAGS="-O2" 7925 CFLAGS="-O2"
7378 else 7926 else
7379 CFLAGS= 7927 CFLAGS=
7380 fi 7928 fi
7381 fi 7929 fi
7382 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 7930 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
7383 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } 7931 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
7384 if test "${ac_cv_prog_cc_c89+set}" = set; then 7932 if test "${ac_cv_prog_cc_c89+set}" = set; then
7385 echo $ECHO_N "(cached) $ECHO_C" >&6 7933 $as_echo_n "(cached) " >&6
7386 else 7934 else
7387 ac_cv_prog_cc_c89=no 7935 ac_cv_prog_cc_c89=no
7388 ac_save_CC=$CC 7936 ac_save_CC=$CC
7389 cat >conftest.$ac_ext <<_ACEOF 7937 cat >conftest.$ac_ext <<_ACEOF
7390 /* confdefs.h. */ 7938 /* confdefs.h. */
7451 if { (ac_try="$ac_compile" 7999 if { (ac_try="$ac_compile"
7452 case "(($ac_try" in 8000 case "(($ac_try" in
7453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8001 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7454 *) ac_try_echo=$ac_try;; 8002 *) ac_try_echo=$ac_try;;
7455 esac 8003 esac
7456 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8004 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8005 $as_echo "$ac_try_echo") >&5
7457 (eval "$ac_compile") 2>conftest.er1 8006 (eval "$ac_compile") 2>conftest.er1
7458 ac_status=$? 8007 ac_status=$?
7459 grep -v '^ *+' conftest.er1 >conftest.err 8008 grep -v '^ *+' conftest.er1 >conftest.err
7460 rm -f conftest.er1 8009 rm -f conftest.er1
7461 cat conftest.err >&5 8010 cat conftest.err >&5
7462 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8011 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7463 (exit $ac_status); } && { 8012 (exit $ac_status); } && {
7464 test -z "$ac_c_werror_flag" || 8013 test -z "$ac_c_werror_flag" ||
7465 test ! -s conftest.err 8014 test ! -s conftest.err
7466 } && test -s conftest.$ac_objext; then 8015 } && test -s conftest.$ac_objext; then
7467 ac_cv_prog_cc_c89=$ac_arg 8016 ac_cv_prog_cc_c89=$ac_arg
7468 else 8017 else
7469 echo "$as_me: failed program was:" >&5 8018 $as_echo "$as_me: failed program was:" >&5
7470 sed 's/^/| /' conftest.$ac_ext >&5 8019 sed 's/^/| /' conftest.$ac_ext >&5
7471 8020
7472 8021
7473 fi 8022 fi
7474 8023
7480 8029
7481 fi 8030 fi
7482 # AC_CACHE_VAL 8031 # AC_CACHE_VAL
7483 case "x$ac_cv_prog_cc_c89" in 8032 case "x$ac_cv_prog_cc_c89" in
7484 x) 8033 x)
7485 { echo "$as_me:$LINENO: result: none needed" >&5 8034 { $as_echo "$as_me:$LINENO: result: none needed" >&5
7486 echo "${ECHO_T}none needed" >&6; } ;; 8035 $as_echo "none needed" >&6; } ;;
7487 xno) 8036 xno)
7488 { echo "$as_me:$LINENO: result: unsupported" >&5 8037 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
7489 echo "${ECHO_T}unsupported" >&6; } ;; 8038 $as_echo "unsupported" >&6; } ;;
7490 *) 8039 *)
7491 CC="$CC $ac_cv_prog_cc_c89" 8040 CC="$CC $ac_cv_prog_cc_c89"
7492 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 8041 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
7493 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; 8042 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
7494 esac 8043 esac
7495 8044
7496 8045
7497 ac_ext=c 8046 ac_ext=c
7498 xe_cppflags='$CPPFLAGS $c_switch_site $c_switch_machine $c_switch_system $c_switch_x_site $X_CFLAGS' 8047 xe_cppflags='$CPPFLAGS $c_switch_site $c_switch_machine $c_switch_system $c_switch_x_site $X_CFLAGS'
7514 ac_link='$CC -o conftest$ac_exeext $CFLAGS '"$xe_cppflags $xe_ldflags"' conftest.$ac_ext '"$xe_libs"' >&5' 8063 ac_link='$CC -o conftest$ac_exeext $CFLAGS '"$xe_cppflags $xe_ldflags"' conftest.$ac_ext '"$xe_libs"' >&5'
7515 ac_compiler_gnu=$ac_cv_c_compiler_gnu 8064 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7516 if test -n "$ac_tool_prefix"; then 8065 if test -n "$ac_tool_prefix"; then
7517 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 8066 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
7518 set dummy ${ac_tool_prefix}gcc; ac_word=$2 8067 set dummy ${ac_tool_prefix}gcc; ac_word=$2
7519 { echo "$as_me:$LINENO: checking for $ac_word" >&5 8068 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7520 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 8069 $as_echo_n "checking for $ac_word... " >&6; }
7521 if test "${ac_cv_prog_CC+set}" = set; then 8070 if test "${ac_cv_prog_CC+set}" = set; then
7522 echo $ECHO_N "(cached) $ECHO_C" >&6 8071 $as_echo_n "(cached) " >&6
7523 else 8072 else
7524 if test -n "$CC"; then 8073 if test -n "$CC"; then
7525 ac_cv_prog_CC="$CC" # Let the user override the test. 8074 ac_cv_prog_CC="$CC" # Let the user override the test.
7526 else 8075 else
7527 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 8076 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7530 IFS=$as_save_IFS 8079 IFS=$as_save_IFS
7531 test -z "$as_dir" && as_dir=. 8080 test -z "$as_dir" && as_dir=.
7532 for ac_exec_ext in '' $ac_executable_extensions; do 8081 for ac_exec_ext in '' $ac_executable_extensions; do
7533 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8082 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7534 ac_cv_prog_CC="${ac_tool_prefix}gcc" 8083 ac_cv_prog_CC="${ac_tool_prefix}gcc"
7535 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8084 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7536 break 2 8085 break 2
7537 fi 8086 fi
7538 done 8087 done
7539 done 8088 done
7540 IFS=$as_save_IFS 8089 IFS=$as_save_IFS
7541 8090
7542 fi 8091 fi
7543 fi 8092 fi
7544 CC=$ac_cv_prog_CC 8093 CC=$ac_cv_prog_CC
7545 if test -n "$CC"; then 8094 if test -n "$CC"; then
7546 { echo "$as_me:$LINENO: result: $CC" >&5 8095 { $as_echo "$as_me:$LINENO: result: $CC" >&5
7547 echo "${ECHO_T}$CC" >&6; } 8096 $as_echo "$CC" >&6; }
7548 else 8097 else
7549 { echo "$as_me:$LINENO: result: no" >&5 8098 { $as_echo "$as_me:$LINENO: result: no" >&5
7550 echo "${ECHO_T}no" >&6; } 8099 $as_echo "no" >&6; }
7551 fi 8100 fi
7552 8101
7553 8102
7554 fi 8103 fi
7555 if test -z "$ac_cv_prog_CC"; then 8104 if test -z "$ac_cv_prog_CC"; then
7556 ac_ct_CC=$CC 8105 ac_ct_CC=$CC
7557 # Extract the first word of "gcc", so it can be a program name with args. 8106 # Extract the first word of "gcc", so it can be a program name with args.
7558 set dummy gcc; ac_word=$2 8107 set dummy gcc; ac_word=$2
7559 { echo "$as_me:$LINENO: checking for $ac_word" >&5 8108 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7560 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 8109 $as_echo_n "checking for $ac_word... " >&6; }
7561 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 8110 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
7562 echo $ECHO_N "(cached) $ECHO_C" >&6 8111 $as_echo_n "(cached) " >&6
7563 else 8112 else
7564 if test -n "$ac_ct_CC"; then 8113 if test -n "$ac_ct_CC"; then
7565 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 8114 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
7566 else 8115 else
7567 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 8116 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7570 IFS=$as_save_IFS 8119 IFS=$as_save_IFS
7571 test -z "$as_dir" && as_dir=. 8120 test -z "$as_dir" && as_dir=.
7572 for ac_exec_ext in '' $ac_executable_extensions; do 8121 for ac_exec_ext in '' $ac_executable_extensions; do
7573 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8122 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7574 ac_cv_prog_ac_ct_CC="gcc" 8123 ac_cv_prog_ac_ct_CC="gcc"
7575 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8124 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7576 break 2 8125 break 2
7577 fi 8126 fi
7578 done 8127 done
7579 done 8128 done
7580 IFS=$as_save_IFS 8129 IFS=$as_save_IFS
7581 8130
7582 fi 8131 fi
7583 fi 8132 fi
7584 ac_ct_CC=$ac_cv_prog_ac_ct_CC 8133 ac_ct_CC=$ac_cv_prog_ac_ct_CC
7585 if test -n "$ac_ct_CC"; then 8134 if test -n "$ac_ct_CC"; then
7586 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 8135 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
7587 echo "${ECHO_T}$ac_ct_CC" >&6; } 8136 $as_echo "$ac_ct_CC" >&6; }
7588 else 8137 else
7589 { echo "$as_me:$LINENO: result: no" >&5 8138 { $as_echo "$as_me:$LINENO: result: no" >&5
7590 echo "${ECHO_T}no" >&6; } 8139 $as_echo "no" >&6; }
7591 fi 8140 fi
7592 8141
7593 if test "x$ac_ct_CC" = x; then 8142 if test "x$ac_ct_CC" = x; then
7594 CC="" 8143 CC=""
7595 else 8144 else
7596 case $cross_compiling:$ac_tool_warned in 8145 case $cross_compiling:$ac_tool_warned in
7597 yes:) 8146 yes:)
7598 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 8147 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7599 whose name does not start with the host triplet. If you think this 8148 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7600 configuration is useful to you, please write to autoconf@gnu.org." >&5
7601 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7602 whose name does not start with the host triplet. If you think this
7603 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7604 ac_tool_warned=yes ;; 8149 ac_tool_warned=yes ;;
7605 esac 8150 esac
7606 CC=$ac_ct_CC 8151 CC=$ac_ct_CC
7607 fi 8152 fi
7608 else 8153 else
7611 8156
7612 if test -z "$CC"; then 8157 if test -z "$CC"; then
7613 if test -n "$ac_tool_prefix"; then 8158 if test -n "$ac_tool_prefix"; then
7614 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 8159 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
7615 set dummy ${ac_tool_prefix}cc; ac_word=$2 8160 set dummy ${ac_tool_prefix}cc; ac_word=$2
7616 { echo "$as_me:$LINENO: checking for $ac_word" >&5 8161 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7617 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 8162 $as_echo_n "checking for $ac_word... " >&6; }
7618 if test "${ac_cv_prog_CC+set}" = set; then 8163 if test "${ac_cv_prog_CC+set}" = set; then
7619 echo $ECHO_N "(cached) $ECHO_C" >&6 8164 $as_echo_n "(cached) " >&6
7620 else 8165 else
7621 if test -n "$CC"; then 8166 if test -n "$CC"; then
7622 ac_cv_prog_CC="$CC" # Let the user override the test. 8167 ac_cv_prog_CC="$CC" # Let the user override the test.
7623 else 8168 else
7624 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 8169 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7627 IFS=$as_save_IFS 8172 IFS=$as_save_IFS
7628 test -z "$as_dir" && as_dir=. 8173 test -z "$as_dir" && as_dir=.
7629 for ac_exec_ext in '' $ac_executable_extensions; do 8174 for ac_exec_ext in '' $ac_executable_extensions; do
7630 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8175 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7631 ac_cv_prog_CC="${ac_tool_prefix}cc" 8176 ac_cv_prog_CC="${ac_tool_prefix}cc"
7632 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8177 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7633 break 2 8178 break 2
7634 fi 8179 fi
7635 done 8180 done
7636 done 8181 done
7637 IFS=$as_save_IFS 8182 IFS=$as_save_IFS
7638 8183
7639 fi 8184 fi
7640 fi 8185 fi
7641 CC=$ac_cv_prog_CC 8186 CC=$ac_cv_prog_CC
7642 if test -n "$CC"; then 8187 if test -n "$CC"; then
7643 { echo "$as_me:$LINENO: result: $CC" >&5 8188 { $as_echo "$as_me:$LINENO: result: $CC" >&5
7644 echo "${ECHO_T}$CC" >&6; } 8189 $as_echo "$CC" >&6; }
7645 else 8190 else
7646 { echo "$as_me:$LINENO: result: no" >&5 8191 { $as_echo "$as_me:$LINENO: result: no" >&5
7647 echo "${ECHO_T}no" >&6; } 8192 $as_echo "no" >&6; }
7648 fi 8193 fi
7649 8194
7650 8195
7651 fi 8196 fi
7652 fi 8197 fi
7653 if test -z "$CC"; then 8198 if test -z "$CC"; then
7654 # Extract the first word of "cc", so it can be a program name with args. 8199 # Extract the first word of "cc", so it can be a program name with args.
7655 set dummy cc; ac_word=$2 8200 set dummy cc; ac_word=$2
7656 { echo "$as_me:$LINENO: checking for $ac_word" >&5 8201 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7657 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 8202 $as_echo_n "checking for $ac_word... " >&6; }
7658 if test "${ac_cv_prog_CC+set}" = set; then 8203 if test "${ac_cv_prog_CC+set}" = set; then
7659 echo $ECHO_N "(cached) $ECHO_C" >&6 8204 $as_echo_n "(cached) " >&6
7660 else 8205 else
7661 if test -n "$CC"; then 8206 if test -n "$CC"; then
7662 ac_cv_prog_CC="$CC" # Let the user override the test. 8207 ac_cv_prog_CC="$CC" # Let the user override the test.
7663 else 8208 else
7664 ac_prog_rejected=no 8209 ac_prog_rejected=no
7672 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 8217 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
7673 ac_prog_rejected=yes 8218 ac_prog_rejected=yes
7674 continue 8219 continue
7675 fi 8220 fi
7676 ac_cv_prog_CC="cc" 8221 ac_cv_prog_CC="cc"
7677 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8222 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7678 break 2 8223 break 2
7679 fi 8224 fi
7680 done 8225 done
7681 done 8226 done
7682 IFS=$as_save_IFS 8227 IFS=$as_save_IFS
7695 fi 8240 fi
7696 fi 8241 fi
7697 fi 8242 fi
7698 CC=$ac_cv_prog_CC 8243 CC=$ac_cv_prog_CC
7699 if test -n "$CC"; then 8244 if test -n "$CC"; then
7700 { echo "$as_me:$LINENO: result: $CC" >&5 8245 { $as_echo "$as_me:$LINENO: result: $CC" >&5
7701 echo "${ECHO_T}$CC" >&6; } 8246 $as_echo "$CC" >&6; }
7702 else 8247 else
7703 { echo "$as_me:$LINENO: result: no" >&5 8248 { $as_echo "$as_me:$LINENO: result: no" >&5
7704 echo "${ECHO_T}no" >&6; } 8249 $as_echo "no" >&6; }
7705 fi 8250 fi
7706 8251
7707 8252
7708 fi 8253 fi
7709 if test -z "$CC"; then 8254 if test -z "$CC"; then
7710 if test -n "$ac_tool_prefix"; then 8255 if test -n "$ac_tool_prefix"; then
7711 for ac_prog in cl.exe 8256 for ac_prog in cl.exe
7712 do 8257 do
7713 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 8258 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
7714 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 8259 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
7715 { echo "$as_me:$LINENO: checking for $ac_word" >&5 8260 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7716 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 8261 $as_echo_n "checking for $ac_word... " >&6; }
7717 if test "${ac_cv_prog_CC+set}" = set; then 8262 if test "${ac_cv_prog_CC+set}" = set; then
7718 echo $ECHO_N "(cached) $ECHO_C" >&6 8263 $as_echo_n "(cached) " >&6
7719 else 8264 else
7720 if test -n "$CC"; then 8265 if test -n "$CC"; then
7721 ac_cv_prog_CC="$CC" # Let the user override the test. 8266 ac_cv_prog_CC="$CC" # Let the user override the test.
7722 else 8267 else
7723 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 8268 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7726 IFS=$as_save_IFS 8271 IFS=$as_save_IFS
7727 test -z "$as_dir" && as_dir=. 8272 test -z "$as_dir" && as_dir=.
7728 for ac_exec_ext in '' $ac_executable_extensions; do 8273 for ac_exec_ext in '' $ac_executable_extensions; do
7729 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8274 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7730 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 8275 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
7731 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8276 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7732 break 2 8277 break 2
7733 fi 8278 fi
7734 done 8279 done
7735 done 8280 done
7736 IFS=$as_save_IFS 8281 IFS=$as_save_IFS
7737 8282
7738 fi 8283 fi
7739 fi 8284 fi
7740 CC=$ac_cv_prog_CC 8285 CC=$ac_cv_prog_CC
7741 if test -n "$CC"; then 8286 if test -n "$CC"; then
7742 { echo "$as_me:$LINENO: result: $CC" >&5 8287 { $as_echo "$as_me:$LINENO: result: $CC" >&5
7743 echo "${ECHO_T}$CC" >&6; } 8288 $as_echo "$CC" >&6; }
7744 else 8289 else
7745 { echo "$as_me:$LINENO: result: no" >&5 8290 { $as_echo "$as_me:$LINENO: result: no" >&5
7746 echo "${ECHO_T}no" >&6; } 8291 $as_echo "no" >&6; }
7747 fi 8292 fi
7748 8293
7749 8294
7750 test -n "$CC" && break 8295 test -n "$CC" && break
7751 done 8296 done
7754 ac_ct_CC=$CC 8299 ac_ct_CC=$CC
7755 for ac_prog in cl.exe 8300 for ac_prog in cl.exe
7756 do 8301 do
7757 # Extract the first word of "$ac_prog", so it can be a program name with args. 8302 # Extract the first word of "$ac_prog", so it can be a program name with args.
7758 set dummy $ac_prog; ac_word=$2 8303 set dummy $ac_prog; ac_word=$2
7759 { echo "$as_me:$LINENO: checking for $ac_word" >&5 8304 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7760 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 8305 $as_echo_n "checking for $ac_word... " >&6; }
7761 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 8306 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
7762 echo $ECHO_N "(cached) $ECHO_C" >&6 8307 $as_echo_n "(cached) " >&6
7763 else 8308 else
7764 if test -n "$ac_ct_CC"; then 8309 if test -n "$ac_ct_CC"; then
7765 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 8310 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
7766 else 8311 else
7767 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 8312 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7770 IFS=$as_save_IFS 8315 IFS=$as_save_IFS
7771 test -z "$as_dir" && as_dir=. 8316 test -z "$as_dir" && as_dir=.
7772 for ac_exec_ext in '' $ac_executable_extensions; do 8317 for ac_exec_ext in '' $ac_executable_extensions; do
7773 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8318 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7774 ac_cv_prog_ac_ct_CC="$ac_prog" 8319 ac_cv_prog_ac_ct_CC="$ac_prog"
7775 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8320 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7776 break 2 8321 break 2
7777 fi 8322 fi
7778 done 8323 done
7779 done 8324 done
7780 IFS=$as_save_IFS 8325 IFS=$as_save_IFS
7781 8326
7782 fi 8327 fi
7783 fi 8328 fi
7784 ac_ct_CC=$ac_cv_prog_ac_ct_CC 8329 ac_ct_CC=$ac_cv_prog_ac_ct_CC
7785 if test -n "$ac_ct_CC"; then 8330 if test -n "$ac_ct_CC"; then
7786 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 8331 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
7787 echo "${ECHO_T}$ac_ct_CC" >&6; } 8332 $as_echo "$ac_ct_CC" >&6; }
7788 else 8333 else
7789 { echo "$as_me:$LINENO: result: no" >&5 8334 { $as_echo "$as_me:$LINENO: result: no" >&5
7790 echo "${ECHO_T}no" >&6; } 8335 $as_echo "no" >&6; }
7791 fi 8336 fi
7792 8337
7793 8338
7794 test -n "$ac_ct_CC" && break 8339 test -n "$ac_ct_CC" && break
7795 done 8340 done
7797 if test "x$ac_ct_CC" = x; then 8342 if test "x$ac_ct_CC" = x; then
7798 CC="" 8343 CC=""
7799 else 8344 else
7800 case $cross_compiling:$ac_tool_warned in 8345 case $cross_compiling:$ac_tool_warned in
7801 yes:) 8346 yes:)
7802 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 8347 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7803 whose name does not start with the host triplet. If you think this 8348 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7804 configuration is useful to you, please write to autoconf@gnu.org." >&5
7805 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7806 whose name does not start with the host triplet. If you think this
7807 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7808 ac_tool_warned=yes ;; 8349 ac_tool_warned=yes ;;
7809 esac 8350 esac
7810 CC=$ac_ct_CC 8351 CC=$ac_ct_CC
7811 fi 8352 fi
7812 fi 8353 fi
7813 8354
7814 fi 8355 fi
7815 8356
7816 8357
7817 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 8358 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
8359 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
8360 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
7818 See \`config.log' for more details." >&5 8361 See \`config.log' for more details." >&5
7819 echo "$as_me: error: no acceptable C compiler found in \$PATH 8362 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
7820 See \`config.log' for more details." >&2;} 8363 See \`config.log' for more details." >&2;}
7821 { (exit 1); exit 1; }; } 8364 { (exit 1); exit 1; }; }; }
7822 8365
7823 # Provide some information about the compiler. 8366 # Provide some information about the compiler.
7824 echo "$as_me:$LINENO: checking for C compiler version" >&5 8367 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
7825 ac_compiler=`set X $ac_compile; echo $2` 8368 set X $ac_compile
8369 ac_compiler=$2
7826 { (ac_try="$ac_compiler --version >&5" 8370 { (ac_try="$ac_compiler --version >&5"
7827 case "(($ac_try" in 8371 case "(($ac_try" in
7828 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8372 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7829 *) ac_try_echo=$ac_try;; 8373 *) ac_try_echo=$ac_try;;
7830 esac 8374 esac
7831 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8375 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8376 $as_echo "$ac_try_echo") >&5
7832 (eval "$ac_compiler --version >&5") 2>&5 8377 (eval "$ac_compiler --version >&5") 2>&5
7833 ac_status=$? 8378 ac_status=$?
7834 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8379 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7835 (exit $ac_status); } 8380 (exit $ac_status); }
7836 { (ac_try="$ac_compiler -v >&5" 8381 { (ac_try="$ac_compiler -v >&5"
7837 case "(($ac_try" in 8382 case "(($ac_try" in
7838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8383 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7839 *) ac_try_echo=$ac_try;; 8384 *) ac_try_echo=$ac_try;;
7840 esac 8385 esac
7841 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8386 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8387 $as_echo "$ac_try_echo") >&5
7842 (eval "$ac_compiler -v >&5") 2>&5 8388 (eval "$ac_compiler -v >&5") 2>&5
7843 ac_status=$? 8389 ac_status=$?
7844 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8390 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7845 (exit $ac_status); } 8391 (exit $ac_status); }
7846 { (ac_try="$ac_compiler -V >&5" 8392 { (ac_try="$ac_compiler -V >&5"
7847 case "(($ac_try" in 8393 case "(($ac_try" in
7848 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8394 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7849 *) ac_try_echo=$ac_try;; 8395 *) ac_try_echo=$ac_try;;
7850 esac 8396 esac
7851 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8397 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8398 $as_echo "$ac_try_echo") >&5
7852 (eval "$ac_compiler -V >&5") 2>&5 8399 (eval "$ac_compiler -V >&5") 2>&5
7853 ac_status=$? 8400 ac_status=$?
7854 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8401 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7855 (exit $ac_status); } 8402 (exit $ac_status); }
7856 8403
7857 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 8404 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
7858 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } 8405 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
7859 if test "${ac_cv_c_compiler_gnu+set}" = set; then 8406 if test "${ac_cv_c_compiler_gnu+set}" = set; then
7860 echo $ECHO_N "(cached) $ECHO_C" >&6 8407 $as_echo_n "(cached) " >&6
7861 else 8408 else
7862 cat >conftest.$ac_ext <<_ACEOF 8409 cat >conftest.$ac_ext <<_ACEOF
7863 /* confdefs.h. */ 8410 /* confdefs.h. */
7864 _ACEOF 8411 _ACEOF
7865 cat confdefs.h >>conftest.$ac_ext 8412 cat confdefs.h >>conftest.$ac_ext
7881 if { (ac_try="$ac_compile" 8428 if { (ac_try="$ac_compile"
7882 case "(($ac_try" in 8429 case "(($ac_try" in
7883 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8430 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7884 *) ac_try_echo=$ac_try;; 8431 *) ac_try_echo=$ac_try;;
7885 esac 8432 esac
7886 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8433 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8434 $as_echo "$ac_try_echo") >&5
7887 (eval "$ac_compile") 2>conftest.er1 8435 (eval "$ac_compile") 2>conftest.er1
7888 ac_status=$? 8436 ac_status=$?
7889 grep -v '^ *+' conftest.er1 >conftest.err 8437 grep -v '^ *+' conftest.er1 >conftest.err
7890 rm -f conftest.er1 8438 rm -f conftest.er1
7891 cat conftest.err >&5 8439 cat conftest.err >&5
7892 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8440 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7893 (exit $ac_status); } && { 8441 (exit $ac_status); } && {
7894 test -z "$ac_c_werror_flag" || 8442 test -z "$ac_c_werror_flag" ||
7895 test ! -s conftest.err 8443 test ! -s conftest.err
7896 } && test -s conftest.$ac_objext; then 8444 } && test -s conftest.$ac_objext; then
7897 ac_compiler_gnu=yes 8445 ac_compiler_gnu=yes
7898 else 8446 else
7899 echo "$as_me: failed program was:" >&5 8447 $as_echo "$as_me: failed program was:" >&5
7900 sed 's/^/| /' conftest.$ac_ext >&5 8448 sed 's/^/| /' conftest.$ac_ext >&5
7901 8449
7902 ac_compiler_gnu=no 8450 ac_compiler_gnu=no
7903 fi 8451 fi
7904 8452
7905 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8453 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7906 ac_cv_c_compiler_gnu=$ac_compiler_gnu 8454 ac_cv_c_compiler_gnu=$ac_compiler_gnu
7907 8455
7908 fi 8456 fi
7909 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 8457 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
7910 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 8458 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
7911 GCC=`test $ac_compiler_gnu = yes && echo yes` 8459 if test $ac_compiler_gnu = yes; then
8460 GCC=yes
8461 else
8462 GCC=
8463 fi
7912 ac_test_CFLAGS=${CFLAGS+set} 8464 ac_test_CFLAGS=${CFLAGS+set}
7913 ac_save_CFLAGS=$CFLAGS 8465 ac_save_CFLAGS=$CFLAGS
7914 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 8466 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
7915 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } 8467 $as_echo_n "checking whether $CC accepts -g... " >&6; }
7916 if test "${ac_cv_prog_cc_g+set}" = set; then 8468 if test "${ac_cv_prog_cc_g+set}" = set; then
7917 echo $ECHO_N "(cached) $ECHO_C" >&6 8469 $as_echo_n "(cached) " >&6
7918 else 8470 else
7919 ac_save_c_werror_flag=$ac_c_werror_flag 8471 ac_save_c_werror_flag=$ac_c_werror_flag
7920 ac_c_werror_flag=yes 8472 ac_c_werror_flag=yes
7921 ac_cv_prog_cc_g=no 8473 ac_cv_prog_cc_g=no
7922 CFLAGS="-g" 8474 CFLAGS="-g"
7939 if { (ac_try="$ac_compile" 8491 if { (ac_try="$ac_compile"
7940 case "(($ac_try" in 8492 case "(($ac_try" in
7941 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8493 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7942 *) ac_try_echo=$ac_try;; 8494 *) ac_try_echo=$ac_try;;
7943 esac 8495 esac
7944 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8496 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8497 $as_echo "$ac_try_echo") >&5
7945 (eval "$ac_compile") 2>conftest.er1 8498 (eval "$ac_compile") 2>conftest.er1
7946 ac_status=$? 8499 ac_status=$?
7947 grep -v '^ *+' conftest.er1 >conftest.err 8500 grep -v '^ *+' conftest.er1 >conftest.err
7948 rm -f conftest.er1 8501 rm -f conftest.er1
7949 cat conftest.err >&5 8502 cat conftest.err >&5
7950 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8503 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7951 (exit $ac_status); } && { 8504 (exit $ac_status); } && {
7952 test -z "$ac_c_werror_flag" || 8505 test -z "$ac_c_werror_flag" ||
7953 test ! -s conftest.err 8506 test ! -s conftest.err
7954 } && test -s conftest.$ac_objext; then 8507 } && test -s conftest.$ac_objext; then
7955 ac_cv_prog_cc_g=yes 8508 ac_cv_prog_cc_g=yes
7956 else 8509 else
7957 echo "$as_me: failed program was:" >&5 8510 $as_echo "$as_me: failed program was:" >&5
7958 sed 's/^/| /' conftest.$ac_ext >&5 8511 sed 's/^/| /' conftest.$ac_ext >&5
7959 8512
7960 CFLAGS="" 8513 CFLAGS=""
7961 cat >conftest.$ac_ext <<_ACEOF 8514 cat >conftest.$ac_ext <<_ACEOF
7962 /* confdefs.h. */ 8515 /* confdefs.h. */
7977 if { (ac_try="$ac_compile" 8530 if { (ac_try="$ac_compile"
7978 case "(($ac_try" in 8531 case "(($ac_try" in
7979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8532 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7980 *) ac_try_echo=$ac_try;; 8533 *) ac_try_echo=$ac_try;;
7981 esac 8534 esac
7982 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8535 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8536 $as_echo "$ac_try_echo") >&5
7983 (eval "$ac_compile") 2>conftest.er1 8537 (eval "$ac_compile") 2>conftest.er1
7984 ac_status=$? 8538 ac_status=$?
7985 grep -v '^ *+' conftest.er1 >conftest.err 8539 grep -v '^ *+' conftest.er1 >conftest.err
7986 rm -f conftest.er1 8540 rm -f conftest.er1
7987 cat conftest.err >&5 8541 cat conftest.err >&5
7988 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8542 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7989 (exit $ac_status); } && { 8543 (exit $ac_status); } && {
7990 test -z "$ac_c_werror_flag" || 8544 test -z "$ac_c_werror_flag" ||
7991 test ! -s conftest.err 8545 test ! -s conftest.err
7992 } && test -s conftest.$ac_objext; then 8546 } && test -s conftest.$ac_objext; then
7993 : 8547 :
7994 else 8548 else
7995 echo "$as_me: failed program was:" >&5 8549 $as_echo "$as_me: failed program was:" >&5
7996 sed 's/^/| /' conftest.$ac_ext >&5 8550 sed 's/^/| /' conftest.$ac_ext >&5
7997 8551
7998 ac_c_werror_flag=$ac_save_c_werror_flag 8552 ac_c_werror_flag=$ac_save_c_werror_flag
7999 CFLAGS="-g" 8553 CFLAGS="-g"
8000 cat >conftest.$ac_ext <<_ACEOF 8554 cat >conftest.$ac_ext <<_ACEOF
8016 if { (ac_try="$ac_compile" 8570 if { (ac_try="$ac_compile"
8017 case "(($ac_try" in 8571 case "(($ac_try" in
8018 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8572 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8019 *) ac_try_echo=$ac_try;; 8573 *) ac_try_echo=$ac_try;;
8020 esac 8574 esac
8021 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8575 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8576 $as_echo "$ac_try_echo") >&5
8022 (eval "$ac_compile") 2>conftest.er1 8577 (eval "$ac_compile") 2>conftest.er1
8023 ac_status=$? 8578 ac_status=$?
8024 grep -v '^ *+' conftest.er1 >conftest.err 8579 grep -v '^ *+' conftest.er1 >conftest.err
8025 rm -f conftest.er1 8580 rm -f conftest.er1
8026 cat conftest.err >&5 8581 cat conftest.err >&5
8027 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8582 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8028 (exit $ac_status); } && { 8583 (exit $ac_status); } && {
8029 test -z "$ac_c_werror_flag" || 8584 test -z "$ac_c_werror_flag" ||
8030 test ! -s conftest.err 8585 test ! -s conftest.err
8031 } && test -s conftest.$ac_objext; then 8586 } && test -s conftest.$ac_objext; then
8032 ac_cv_prog_cc_g=yes 8587 ac_cv_prog_cc_g=yes
8033 else 8588 else
8034 echo "$as_me: failed program was:" >&5 8589 $as_echo "$as_me: failed program was:" >&5
8035 sed 's/^/| /' conftest.$ac_ext >&5 8590 sed 's/^/| /' conftest.$ac_ext >&5
8036 8591
8037 8592
8038 fi 8593 fi
8039 8594
8044 fi 8599 fi
8045 8600
8046 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8601 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8047 ac_c_werror_flag=$ac_save_c_werror_flag 8602 ac_c_werror_flag=$ac_save_c_werror_flag
8048 fi 8603 fi
8049 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 8604 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
8050 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } 8605 $as_echo "$ac_cv_prog_cc_g" >&6; }
8051 if test "$ac_test_CFLAGS" = set; then 8606 if test "$ac_test_CFLAGS" = set; then
8052 CFLAGS=$ac_save_CFLAGS 8607 CFLAGS=$ac_save_CFLAGS
8053 elif test $ac_cv_prog_cc_g = yes; then 8608 elif test $ac_cv_prog_cc_g = yes; then
8054 if test "$GCC" = yes; then 8609 if test "$GCC" = yes; then
8055 CFLAGS="-g -O2" 8610 CFLAGS="-g -O2"
8061 CFLAGS="-O2" 8616 CFLAGS="-O2"
8062 else 8617 else
8063 CFLAGS= 8618 CFLAGS=
8064 fi 8619 fi
8065 fi 8620 fi
8066 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 8621 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
8067 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } 8622 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
8068 if test "${ac_cv_prog_cc_c89+set}" = set; then 8623 if test "${ac_cv_prog_cc_c89+set}" = set; then
8069 echo $ECHO_N "(cached) $ECHO_C" >&6 8624 $as_echo_n "(cached) " >&6
8070 else 8625 else
8071 ac_cv_prog_cc_c89=no 8626 ac_cv_prog_cc_c89=no
8072 ac_save_CC=$CC 8627 ac_save_CC=$CC
8073 cat >conftest.$ac_ext <<_ACEOF 8628 cat >conftest.$ac_ext <<_ACEOF
8074 /* confdefs.h. */ 8629 /* confdefs.h. */
8135 if { (ac_try="$ac_compile" 8690 if { (ac_try="$ac_compile"
8136 case "(($ac_try" in 8691 case "(($ac_try" in
8137 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8692 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8138 *) ac_try_echo=$ac_try;; 8693 *) ac_try_echo=$ac_try;;
8139 esac 8694 esac
8140 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8695 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8696 $as_echo "$ac_try_echo") >&5
8141 (eval "$ac_compile") 2>conftest.er1 8697 (eval "$ac_compile") 2>conftest.er1
8142 ac_status=$? 8698 ac_status=$?
8143 grep -v '^ *+' conftest.er1 >conftest.err 8699 grep -v '^ *+' conftest.er1 >conftest.err
8144 rm -f conftest.er1 8700 rm -f conftest.er1
8145 cat conftest.err >&5 8701 cat conftest.err >&5
8146 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8702 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8147 (exit $ac_status); } && { 8703 (exit $ac_status); } && {
8148 test -z "$ac_c_werror_flag" || 8704 test -z "$ac_c_werror_flag" ||
8149 test ! -s conftest.err 8705 test ! -s conftest.err
8150 } && test -s conftest.$ac_objext; then 8706 } && test -s conftest.$ac_objext; then
8151 ac_cv_prog_cc_c89=$ac_arg 8707 ac_cv_prog_cc_c89=$ac_arg
8152 else 8708 else
8153 echo "$as_me: failed program was:" >&5 8709 $as_echo "$as_me: failed program was:" >&5
8154 sed 's/^/| /' conftest.$ac_ext >&5 8710 sed 's/^/| /' conftest.$ac_ext >&5
8155 8711
8156 8712
8157 fi 8713 fi
8158 8714
8164 8720
8165 fi 8721 fi
8166 # AC_CACHE_VAL 8722 # AC_CACHE_VAL
8167 case "x$ac_cv_prog_cc_c89" in 8723 case "x$ac_cv_prog_cc_c89" in
8168 x) 8724 x)
8169 { echo "$as_me:$LINENO: result: none needed" >&5 8725 { $as_echo "$as_me:$LINENO: result: none needed" >&5
8170 echo "${ECHO_T}none needed" >&6; } ;; 8726 $as_echo "none needed" >&6; } ;;
8171 xno) 8727 xno)
8172 { echo "$as_me:$LINENO: result: unsupported" >&5 8728 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
8173 echo "${ECHO_T}unsupported" >&6; } ;; 8729 $as_echo "unsupported" >&6; } ;;
8174 *) 8730 *)
8175 CC="$CC $ac_cv_prog_cc_c89" 8731 CC="$CC $ac_cv_prog_cc_c89"
8176 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 8732 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
8177 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; 8733 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
8178 esac 8734 esac
8179 8735
8180 8736
8181 ac_ext=c 8737 ac_ext=c
8182 xe_cppflags='$CPPFLAGS $c_switch_site $c_switch_machine $c_switch_system $c_switch_x_site $X_CFLAGS' 8738 xe_cppflags='$CPPFLAGS $c_switch_site $c_switch_machine $c_switch_system $c_switch_x_site $X_CFLAGS'
8198 ac_link='$CC -o conftest$ac_exeext $CFLAGS '"$xe_cppflags $xe_ldflags"' conftest.$ac_ext '"$xe_libs"' >&5' 8754 ac_link='$CC -o conftest$ac_exeext $CFLAGS '"$xe_cppflags $xe_ldflags"' conftest.$ac_ext '"$xe_libs"' >&5'
8199 ac_compiler_gnu=$ac_cv_c_compiler_gnu 8755 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8200 if test -n "$ac_tool_prefix"; then 8756 if test -n "$ac_tool_prefix"; then
8201 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 8757 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
8202 set dummy ${ac_tool_prefix}gcc; ac_word=$2 8758 set dummy ${ac_tool_prefix}gcc; ac_word=$2
8203 { echo "$as_me:$LINENO: checking for $ac_word" >&5 8759 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8204 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 8760 $as_echo_n "checking for $ac_word... " >&6; }
8205 if test "${ac_cv_prog_CC+set}" = set; then 8761 if test "${ac_cv_prog_CC+set}" = set; then
8206 echo $ECHO_N "(cached) $ECHO_C" >&6 8762 $as_echo_n "(cached) " >&6
8207 else 8763 else
8208 if test -n "$CC"; then 8764 if test -n "$CC"; then
8209 ac_cv_prog_CC="$CC" # Let the user override the test. 8765 ac_cv_prog_CC="$CC" # Let the user override the test.
8210 else 8766 else
8211 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 8767 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8214 IFS=$as_save_IFS 8770 IFS=$as_save_IFS
8215 test -z "$as_dir" && as_dir=. 8771 test -z "$as_dir" && as_dir=.
8216 for ac_exec_ext in '' $ac_executable_extensions; do 8772 for ac_exec_ext in '' $ac_executable_extensions; do
8217 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8773 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8218 ac_cv_prog_CC="${ac_tool_prefix}gcc" 8774 ac_cv_prog_CC="${ac_tool_prefix}gcc"
8219 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8775 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8220 break 2 8776 break 2
8221 fi 8777 fi
8222 done 8778 done
8223 done 8779 done
8224 IFS=$as_save_IFS 8780 IFS=$as_save_IFS
8225 8781
8226 fi 8782 fi
8227 fi 8783 fi
8228 CC=$ac_cv_prog_CC 8784 CC=$ac_cv_prog_CC
8229 if test -n "$CC"; then 8785 if test -n "$CC"; then
8230 { echo "$as_me:$LINENO: result: $CC" >&5 8786 { $as_echo "$as_me:$LINENO: result: $CC" >&5
8231 echo "${ECHO_T}$CC" >&6; } 8787 $as_echo "$CC" >&6; }
8232 else 8788 else
8233 { echo "$as_me:$LINENO: result: no" >&5 8789 { $as_echo "$as_me:$LINENO: result: no" >&5
8234 echo "${ECHO_T}no" >&6; } 8790 $as_echo "no" >&6; }
8235 fi 8791 fi
8236 8792
8237 8793
8238 fi 8794 fi
8239 if test -z "$ac_cv_prog_CC"; then 8795 if test -z "$ac_cv_prog_CC"; then
8240 ac_ct_CC=$CC 8796 ac_ct_CC=$CC
8241 # Extract the first word of "gcc", so it can be a program name with args. 8797 # Extract the first word of "gcc", so it can be a program name with args.
8242 set dummy gcc; ac_word=$2 8798 set dummy gcc; ac_word=$2
8243 { echo "$as_me:$LINENO: checking for $ac_word" >&5 8799 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8244 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 8800 $as_echo_n "checking for $ac_word... " >&6; }
8245 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 8801 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
8246 echo $ECHO_N "(cached) $ECHO_C" >&6 8802 $as_echo_n "(cached) " >&6
8247 else 8803 else
8248 if test -n "$ac_ct_CC"; then 8804 if test -n "$ac_ct_CC"; then
8249 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 8805 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
8250 else 8806 else
8251 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 8807 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8254 IFS=$as_save_IFS 8810 IFS=$as_save_IFS
8255 test -z "$as_dir" && as_dir=. 8811 test -z "$as_dir" && as_dir=.
8256 for ac_exec_ext in '' $ac_executable_extensions; do 8812 for ac_exec_ext in '' $ac_executable_extensions; do
8257 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8813 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8258 ac_cv_prog_ac_ct_CC="gcc" 8814 ac_cv_prog_ac_ct_CC="gcc"
8259 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8815 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8260 break 2 8816 break 2
8261 fi 8817 fi
8262 done 8818 done
8263 done 8819 done
8264 IFS=$as_save_IFS 8820 IFS=$as_save_IFS
8265 8821
8266 fi 8822 fi
8267 fi 8823 fi
8268 ac_ct_CC=$ac_cv_prog_ac_ct_CC 8824 ac_ct_CC=$ac_cv_prog_ac_ct_CC
8269 if test -n "$ac_ct_CC"; then 8825 if test -n "$ac_ct_CC"; then
8270 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 8826 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
8271 echo "${ECHO_T}$ac_ct_CC" >&6; } 8827 $as_echo "$ac_ct_CC" >&6; }
8272 else 8828 else
8273 { echo "$as_me:$LINENO: result: no" >&5 8829 { $as_echo "$as_me:$LINENO: result: no" >&5
8274 echo "${ECHO_T}no" >&6; } 8830 $as_echo "no" >&6; }
8275 fi 8831 fi
8276 8832
8277 if test "x$ac_ct_CC" = x; then 8833 if test "x$ac_ct_CC" = x; then
8278 CC="" 8834 CC=""
8279 else 8835 else
8280 case $cross_compiling:$ac_tool_warned in 8836 case $cross_compiling:$ac_tool_warned in
8281 yes:) 8837 yes:)
8282 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 8838 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8283 whose name does not start with the host triplet. If you think this 8839 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8284 configuration is useful to you, please write to autoconf@gnu.org." >&5
8285 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8286 whose name does not start with the host triplet. If you think this
8287 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8288 ac_tool_warned=yes ;; 8840 ac_tool_warned=yes ;;
8289 esac 8841 esac
8290 CC=$ac_ct_CC 8842 CC=$ac_ct_CC
8291 fi 8843 fi
8292 else 8844 else
8295 8847
8296 if test -z "$CC"; then 8848 if test -z "$CC"; then
8297 if test -n "$ac_tool_prefix"; then 8849 if test -n "$ac_tool_prefix"; then
8298 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 8850 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
8299 set dummy ${ac_tool_prefix}cc; ac_word=$2 8851 set dummy ${ac_tool_prefix}cc; ac_word=$2
8300 { echo "$as_me:$LINENO: checking for $ac_word" >&5 8852 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8301 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 8853 $as_echo_n "checking for $ac_word... " >&6; }
8302 if test "${ac_cv_prog_CC+set}" = set; then 8854 if test "${ac_cv_prog_CC+set}" = set; then
8303 echo $ECHO_N "(cached) $ECHO_C" >&6 8855 $as_echo_n "(cached) " >&6
8304 else 8856 else
8305 if test -n "$CC"; then 8857 if test -n "$CC"; then
8306 ac_cv_prog_CC="$CC" # Let the user override the test. 8858 ac_cv_prog_CC="$CC" # Let the user override the test.
8307 else 8859 else
8308 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 8860 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8311 IFS=$as_save_IFS 8863 IFS=$as_save_IFS
8312 test -z "$as_dir" && as_dir=. 8864 test -z "$as_dir" && as_dir=.
8313 for ac_exec_ext in '' $ac_executable_extensions; do 8865 for ac_exec_ext in '' $ac_executable_extensions; do
8314 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8866 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8315 ac_cv_prog_CC="${ac_tool_prefix}cc" 8867 ac_cv_prog_CC="${ac_tool_prefix}cc"
8316 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8868 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8317 break 2 8869 break 2
8318 fi 8870 fi
8319 done 8871 done
8320 done 8872 done
8321 IFS=$as_save_IFS 8873 IFS=$as_save_IFS
8322 8874
8323 fi 8875 fi
8324 fi 8876 fi
8325 CC=$ac_cv_prog_CC 8877 CC=$ac_cv_prog_CC
8326 if test -n "$CC"; then 8878 if test -n "$CC"; then
8327 { echo "$as_me:$LINENO: result: $CC" >&5 8879 { $as_echo "$as_me:$LINENO: result: $CC" >&5
8328 echo "${ECHO_T}$CC" >&6; } 8880 $as_echo "$CC" >&6; }
8329 else 8881 else
8330 { echo "$as_me:$LINENO: result: no" >&5 8882 { $as_echo "$as_me:$LINENO: result: no" >&5
8331 echo "${ECHO_T}no" >&6; } 8883 $as_echo "no" >&6; }
8332 fi 8884 fi
8333 8885
8334 8886
8335 fi 8887 fi
8336 fi 8888 fi
8337 if test -z "$CC"; then 8889 if test -z "$CC"; then
8338 # Extract the first word of "cc", so it can be a program name with args. 8890 # Extract the first word of "cc", so it can be a program name with args.
8339 set dummy cc; ac_word=$2 8891 set dummy cc; ac_word=$2
8340 { echo "$as_me:$LINENO: checking for $ac_word" >&5 8892 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8341 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 8893 $as_echo_n "checking for $ac_word... " >&6; }
8342 if test "${ac_cv_prog_CC+set}" = set; then 8894 if test "${ac_cv_prog_CC+set}" = set; then
8343 echo $ECHO_N "(cached) $ECHO_C" >&6 8895 $as_echo_n "(cached) " >&6
8344 else 8896 else
8345 if test -n "$CC"; then 8897 if test -n "$CC"; then
8346 ac_cv_prog_CC="$CC" # Let the user override the test. 8898 ac_cv_prog_CC="$CC" # Let the user override the test.
8347 else 8899 else
8348 ac_prog_rejected=no 8900 ac_prog_rejected=no
8356 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 8908 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
8357 ac_prog_rejected=yes 8909 ac_prog_rejected=yes
8358 continue 8910 continue
8359 fi 8911 fi
8360 ac_cv_prog_CC="cc" 8912 ac_cv_prog_CC="cc"
8361 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8913 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8362 break 2 8914 break 2
8363 fi 8915 fi
8364 done 8916 done
8365 done 8917 done
8366 IFS=$as_save_IFS 8918 IFS=$as_save_IFS
8379 fi 8931 fi
8380 fi 8932 fi
8381 fi 8933 fi
8382 CC=$ac_cv_prog_CC 8934 CC=$ac_cv_prog_CC
8383 if test -n "$CC"; then 8935 if test -n "$CC"; then
8384 { echo "$as_me:$LINENO: result: $CC" >&5 8936 { $as_echo "$as_me:$LINENO: result: $CC" >&5
8385 echo "${ECHO_T}$CC" >&6; } 8937 $as_echo "$CC" >&6; }
8386 else 8938 else
8387 { echo "$as_me:$LINENO: result: no" >&5 8939 { $as_echo "$as_me:$LINENO: result: no" >&5
8388 echo "${ECHO_T}no" >&6; } 8940 $as_echo "no" >&6; }
8389 fi 8941 fi
8390 8942
8391 8943
8392 fi 8944 fi
8393 if test -z "$CC"; then 8945 if test -z "$CC"; then
8394 if test -n "$ac_tool_prefix"; then 8946 if test -n "$ac_tool_prefix"; then
8395 for ac_prog in cl.exe 8947 for ac_prog in cl.exe
8396 do 8948 do
8397 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 8949 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
8398 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 8950 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
8399 { echo "$as_me:$LINENO: checking for $ac_word" >&5 8951 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8400 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 8952 $as_echo_n "checking for $ac_word... " >&6; }
8401 if test "${ac_cv_prog_CC+set}" = set; then 8953 if test "${ac_cv_prog_CC+set}" = set; then
8402 echo $ECHO_N "(cached) $ECHO_C" >&6 8954 $as_echo_n "(cached) " >&6
8403 else 8955 else
8404 if test -n "$CC"; then 8956 if test -n "$CC"; then
8405 ac_cv_prog_CC="$CC" # Let the user override the test. 8957 ac_cv_prog_CC="$CC" # Let the user override the test.
8406 else 8958 else
8407 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 8959 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8410 IFS=$as_save_IFS 8962 IFS=$as_save_IFS
8411 test -z "$as_dir" && as_dir=. 8963 test -z "$as_dir" && as_dir=.
8412 for ac_exec_ext in '' $ac_executable_extensions; do 8964 for ac_exec_ext in '' $ac_executable_extensions; do
8413 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8965 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8414 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 8966 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
8415 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8967 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8416 break 2 8968 break 2
8417 fi 8969 fi
8418 done 8970 done
8419 done 8971 done
8420 IFS=$as_save_IFS 8972 IFS=$as_save_IFS
8421 8973
8422 fi 8974 fi
8423 fi 8975 fi
8424 CC=$ac_cv_prog_CC 8976 CC=$ac_cv_prog_CC
8425 if test -n "$CC"; then 8977 if test -n "$CC"; then
8426 { echo "$as_me:$LINENO: result: $CC" >&5 8978 { $as_echo "$as_me:$LINENO: result: $CC" >&5
8427 echo "${ECHO_T}$CC" >&6; } 8979 $as_echo "$CC" >&6; }
8428 else 8980 else
8429 { echo "$as_me:$LINENO: result: no" >&5 8981 { $as_echo "$as_me:$LINENO: result: no" >&5
8430 echo "${ECHO_T}no" >&6; } 8982 $as_echo "no" >&6; }
8431 fi 8983 fi
8432 8984
8433 8985
8434 test -n "$CC" && break 8986 test -n "$CC" && break
8435 done 8987 done
8438 ac_ct_CC=$CC 8990 ac_ct_CC=$CC
8439 for ac_prog in cl.exe 8991 for ac_prog in cl.exe
8440 do 8992 do
8441 # Extract the first word of "$ac_prog", so it can be a program name with args. 8993 # Extract the first word of "$ac_prog", so it can be a program name with args.
8442 set dummy $ac_prog; ac_word=$2 8994 set dummy $ac_prog; ac_word=$2
8443 { echo "$as_me:$LINENO: checking for $ac_word" >&5 8995 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8444 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 8996 $as_echo_n "checking for $ac_word... " >&6; }
8445 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 8997 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
8446 echo $ECHO_N "(cached) $ECHO_C" >&6 8998 $as_echo_n "(cached) " >&6
8447 else 8999 else
8448 if test -n "$ac_ct_CC"; then 9000 if test -n "$ac_ct_CC"; then
8449 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 9001 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
8450 else 9002 else
8451 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 9003 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8454 IFS=$as_save_IFS 9006 IFS=$as_save_IFS
8455 test -z "$as_dir" && as_dir=. 9007 test -z "$as_dir" && as_dir=.
8456 for ac_exec_ext in '' $ac_executable_extensions; do 9008 for ac_exec_ext in '' $ac_executable_extensions; do
8457 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 9009 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8458 ac_cv_prog_ac_ct_CC="$ac_prog" 9010 ac_cv_prog_ac_ct_CC="$ac_prog"
8459 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 9011 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8460 break 2 9012 break 2
8461 fi 9013 fi
8462 done 9014 done
8463 done 9015 done
8464 IFS=$as_save_IFS 9016 IFS=$as_save_IFS
8465 9017
8466 fi 9018 fi
8467 fi 9019 fi
8468 ac_ct_CC=$ac_cv_prog_ac_ct_CC 9020 ac_ct_CC=$ac_cv_prog_ac_ct_CC
8469 if test -n "$ac_ct_CC"; then 9021 if test -n "$ac_ct_CC"; then
8470 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 9022 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
8471 echo "${ECHO_T}$ac_ct_CC" >&6; } 9023 $as_echo "$ac_ct_CC" >&6; }
8472 else 9024 else
8473 { echo "$as_me:$LINENO: result: no" >&5 9025 { $as_echo "$as_me:$LINENO: result: no" >&5
8474 echo "${ECHO_T}no" >&6; } 9026 $as_echo "no" >&6; }
8475 fi 9027 fi
8476 9028
8477 9029
8478 test -n "$ac_ct_CC" && break 9030 test -n "$ac_ct_CC" && break
8479 done 9031 done
8481 if test "x$ac_ct_CC" = x; then 9033 if test "x$ac_ct_CC" = x; then
8482 CC="" 9034 CC=""
8483 else 9035 else
8484 case $cross_compiling:$ac_tool_warned in 9036 case $cross_compiling:$ac_tool_warned in
8485 yes:) 9037 yes:)
8486 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 9038 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8487 whose name does not start with the host triplet. If you think this 9039 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8488 configuration is useful to you, please write to autoconf@gnu.org." >&5
8489 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8490 whose name does not start with the host triplet. If you think this
8491 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8492 ac_tool_warned=yes ;; 9040 ac_tool_warned=yes ;;
8493 esac 9041 esac
8494 CC=$ac_ct_CC 9042 CC=$ac_ct_CC
8495 fi 9043 fi
8496 fi 9044 fi
8497 9045
8498 fi 9046 fi
8499 9047
8500 9048
8501 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 9049 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
9050 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
9051 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
8502 See \`config.log' for more details." >&5 9052 See \`config.log' for more details." >&5
8503 echo "$as_me: error: no acceptable C compiler found in \$PATH 9053 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
8504 See \`config.log' for more details." >&2;} 9054 See \`config.log' for more details." >&2;}
8505 { (exit 1); exit 1; }; } 9055 { (exit 1); exit 1; }; }; }
8506 9056
8507 # Provide some information about the compiler. 9057 # Provide some information about the compiler.
8508 echo "$as_me:$LINENO: checking for C compiler version" >&5 9058 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
8509 ac_compiler=`set X $ac_compile; echo $2` 9059 set X $ac_compile
9060 ac_compiler=$2
8510 { (ac_try="$ac_compiler --version >&5" 9061 { (ac_try="$ac_compiler --version >&5"
8511 case "(($ac_try" in 9062 case "(($ac_try" in
8512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9063 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8513 *) ac_try_echo=$ac_try;; 9064 *) ac_try_echo=$ac_try;;
8514 esac 9065 esac
8515 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9066 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9067 $as_echo "$ac_try_echo") >&5
8516 (eval "$ac_compiler --version >&5") 2>&5 9068 (eval "$ac_compiler --version >&5") 2>&5
8517 ac_status=$? 9069 ac_status=$?
8518 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9070 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8519 (exit $ac_status); } 9071 (exit $ac_status); }
8520 { (ac_try="$ac_compiler -v >&5" 9072 { (ac_try="$ac_compiler -v >&5"
8521 case "(($ac_try" in 9073 case "(($ac_try" in
8522 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9074 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8523 *) ac_try_echo=$ac_try;; 9075 *) ac_try_echo=$ac_try;;
8524 esac 9076 esac
8525 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9077 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9078 $as_echo "$ac_try_echo") >&5
8526 (eval "$ac_compiler -v >&5") 2>&5 9079 (eval "$ac_compiler -v >&5") 2>&5
8527 ac_status=$? 9080 ac_status=$?
8528 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9081 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8529 (exit $ac_status); } 9082 (exit $ac_status); }
8530 { (ac_try="$ac_compiler -V >&5" 9083 { (ac_try="$ac_compiler -V >&5"
8531 case "(($ac_try" in 9084 case "(($ac_try" in
8532 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9085 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8533 *) ac_try_echo=$ac_try;; 9086 *) ac_try_echo=$ac_try;;
8534 esac 9087 esac
8535 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9088 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9089 $as_echo "$ac_try_echo") >&5
8536 (eval "$ac_compiler -V >&5") 2>&5 9090 (eval "$ac_compiler -V >&5") 2>&5
8537 ac_status=$? 9091 ac_status=$?
8538 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9092 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8539 (exit $ac_status); } 9093 (exit $ac_status); }
8540 9094
8541 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 9095 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
8542 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } 9096 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
8543 if test "${ac_cv_c_compiler_gnu+set}" = set; then 9097 if test "${ac_cv_c_compiler_gnu+set}" = set; then
8544 echo $ECHO_N "(cached) $ECHO_C" >&6 9098 $as_echo_n "(cached) " >&6
8545 else 9099 else
8546 cat >conftest.$ac_ext <<_ACEOF 9100 cat >conftest.$ac_ext <<_ACEOF
8547 /* confdefs.h. */ 9101 /* confdefs.h. */
8548 _ACEOF 9102 _ACEOF
8549 cat confdefs.h >>conftest.$ac_ext 9103 cat confdefs.h >>conftest.$ac_ext
8565 if { (ac_try="$ac_compile" 9119 if { (ac_try="$ac_compile"
8566 case "(($ac_try" in 9120 case "(($ac_try" in
8567 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9121 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8568 *) ac_try_echo=$ac_try;; 9122 *) ac_try_echo=$ac_try;;
8569 esac 9123 esac
8570 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9124 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9125 $as_echo "$ac_try_echo") >&5
8571 (eval "$ac_compile") 2>conftest.er1 9126 (eval "$ac_compile") 2>conftest.er1
8572 ac_status=$? 9127 ac_status=$?
8573 grep -v '^ *+' conftest.er1 >conftest.err 9128 grep -v '^ *+' conftest.er1 >conftest.err
8574 rm -f conftest.er1 9129 rm -f conftest.er1
8575 cat conftest.err >&5 9130 cat conftest.err >&5
8576 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9131 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8577 (exit $ac_status); } && { 9132 (exit $ac_status); } && {
8578 test -z "$ac_c_werror_flag" || 9133 test -z "$ac_c_werror_flag" ||
8579 test ! -s conftest.err 9134 test ! -s conftest.err
8580 } && test -s conftest.$ac_objext; then 9135 } && test -s conftest.$ac_objext; then
8581 ac_compiler_gnu=yes 9136 ac_compiler_gnu=yes
8582 else 9137 else
8583 echo "$as_me: failed program was:" >&5 9138 $as_echo "$as_me: failed program was:" >&5
8584 sed 's/^/| /' conftest.$ac_ext >&5 9139 sed 's/^/| /' conftest.$ac_ext >&5
8585 9140
8586 ac_compiler_gnu=no 9141 ac_compiler_gnu=no
8587 fi 9142 fi
8588 9143
8589 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9144 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8590 ac_cv_c_compiler_gnu=$ac_compiler_gnu 9145 ac_cv_c_compiler_gnu=$ac_compiler_gnu
8591 9146
8592 fi 9147 fi
8593 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 9148 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
8594 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 9149 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
8595 GCC=`test $ac_compiler_gnu = yes && echo yes` 9150 if test $ac_compiler_gnu = yes; then
9151 GCC=yes
9152 else
9153 GCC=
9154 fi
8596 ac_test_CFLAGS=${CFLAGS+set} 9155 ac_test_CFLAGS=${CFLAGS+set}
8597 ac_save_CFLAGS=$CFLAGS 9156 ac_save_CFLAGS=$CFLAGS
8598 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 9157 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
8599 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } 9158 $as_echo_n "checking whether $CC accepts -g... " >&6; }
8600 if test "${ac_cv_prog_cc_g+set}" = set; then 9159 if test "${ac_cv_prog_cc_g+set}" = set; then
8601 echo $ECHO_N "(cached) $ECHO_C" >&6 9160 $as_echo_n "(cached) " >&6
8602 else 9161 else
8603 ac_save_c_werror_flag=$ac_c_werror_flag 9162 ac_save_c_werror_flag=$ac_c_werror_flag
8604 ac_c_werror_flag=yes 9163 ac_c_werror_flag=yes
8605 ac_cv_prog_cc_g=no 9164 ac_cv_prog_cc_g=no
8606 CFLAGS="-g" 9165 CFLAGS="-g"
8623 if { (ac_try="$ac_compile" 9182 if { (ac_try="$ac_compile"
8624 case "(($ac_try" in 9183 case "(($ac_try" in
8625 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9184 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8626 *) ac_try_echo=$ac_try;; 9185 *) ac_try_echo=$ac_try;;
8627 esac 9186 esac
8628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9187 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9188 $as_echo "$ac_try_echo") >&5
8629 (eval "$ac_compile") 2>conftest.er1 9189 (eval "$ac_compile") 2>conftest.er1
8630 ac_status=$? 9190 ac_status=$?
8631 grep -v '^ *+' conftest.er1 >conftest.err 9191 grep -v '^ *+' conftest.er1 >conftest.err
8632 rm -f conftest.er1 9192 rm -f conftest.er1
8633 cat conftest.err >&5 9193 cat conftest.err >&5
8634 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9194 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8635 (exit $ac_status); } && { 9195 (exit $ac_status); } && {
8636 test -z "$ac_c_werror_flag" || 9196 test -z "$ac_c_werror_flag" ||
8637 test ! -s conftest.err 9197 test ! -s conftest.err
8638 } && test -s conftest.$ac_objext; then 9198 } && test -s conftest.$ac_objext; then
8639 ac_cv_prog_cc_g=yes 9199 ac_cv_prog_cc_g=yes
8640 else 9200 else
8641 echo "$as_me: failed program was:" >&5 9201 $as_echo "$as_me: failed program was:" >&5
8642 sed 's/^/| /' conftest.$ac_ext >&5 9202 sed 's/^/| /' conftest.$ac_ext >&5
8643 9203
8644 CFLAGS="" 9204 CFLAGS=""
8645 cat >conftest.$ac_ext <<_ACEOF 9205 cat >conftest.$ac_ext <<_ACEOF
8646 /* confdefs.h. */ 9206 /* confdefs.h. */
8661 if { (ac_try="$ac_compile" 9221 if { (ac_try="$ac_compile"
8662 case "(($ac_try" in 9222 case "(($ac_try" in
8663 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9223 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8664 *) ac_try_echo=$ac_try;; 9224 *) ac_try_echo=$ac_try;;
8665 esac 9225 esac
8666 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9226 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9227 $as_echo "$ac_try_echo") >&5
8667 (eval "$ac_compile") 2>conftest.er1 9228 (eval "$ac_compile") 2>conftest.er1
8668 ac_status=$? 9229 ac_status=$?
8669 grep -v '^ *+' conftest.er1 >conftest.err 9230 grep -v '^ *+' conftest.er1 >conftest.err
8670 rm -f conftest.er1 9231 rm -f conftest.er1
8671 cat conftest.err >&5 9232 cat conftest.err >&5
8672 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9233 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8673 (exit $ac_status); } && { 9234 (exit $ac_status); } && {
8674 test -z "$ac_c_werror_flag" || 9235 test -z "$ac_c_werror_flag" ||
8675 test ! -s conftest.err 9236 test ! -s conftest.err
8676 } && test -s conftest.$ac_objext; then 9237 } && test -s conftest.$ac_objext; then
8677 : 9238 :
8678 else 9239 else
8679 echo "$as_me: failed program was:" >&5 9240 $as_echo "$as_me: failed program was:" >&5
8680 sed 's/^/| /' conftest.$ac_ext >&5 9241 sed 's/^/| /' conftest.$ac_ext >&5
8681 9242
8682 ac_c_werror_flag=$ac_save_c_werror_flag 9243 ac_c_werror_flag=$ac_save_c_werror_flag
8683 CFLAGS="-g" 9244 CFLAGS="-g"
8684 cat >conftest.$ac_ext <<_ACEOF 9245 cat >conftest.$ac_ext <<_ACEOF
8700 if { (ac_try="$ac_compile" 9261 if { (ac_try="$ac_compile"
8701 case "(($ac_try" in 9262 case "(($ac_try" in
8702 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9263 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8703 *) ac_try_echo=$ac_try;; 9264 *) ac_try_echo=$ac_try;;
8704 esac 9265 esac
8705 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9266 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9267 $as_echo "$ac_try_echo") >&5
8706 (eval "$ac_compile") 2>conftest.er1 9268 (eval "$ac_compile") 2>conftest.er1
8707 ac_status=$? 9269 ac_status=$?
8708 grep -v '^ *+' conftest.er1 >conftest.err 9270 grep -v '^ *+' conftest.er1 >conftest.err
8709 rm -f conftest.er1 9271 rm -f conftest.er1
8710 cat conftest.err >&5 9272 cat conftest.err >&5
8711 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9273 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8712 (exit $ac_status); } && { 9274 (exit $ac_status); } && {
8713 test -z "$ac_c_werror_flag" || 9275 test -z "$ac_c_werror_flag" ||
8714 test ! -s conftest.err 9276 test ! -s conftest.err
8715 } && test -s conftest.$ac_objext; then 9277 } && test -s conftest.$ac_objext; then
8716 ac_cv_prog_cc_g=yes 9278 ac_cv_prog_cc_g=yes
8717 else 9279 else
8718 echo "$as_me: failed program was:" >&5 9280 $as_echo "$as_me: failed program was:" >&5
8719 sed 's/^/| /' conftest.$ac_ext >&5 9281 sed 's/^/| /' conftest.$ac_ext >&5
8720 9282
8721 9283
8722 fi 9284 fi
8723 9285
8728 fi 9290 fi
8729 9291
8730 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9292 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8731 ac_c_werror_flag=$ac_save_c_werror_flag 9293 ac_c_werror_flag=$ac_save_c_werror_flag
8732 fi 9294 fi
8733 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 9295 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
8734 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } 9296 $as_echo "$ac_cv_prog_cc_g" >&6; }
8735 if test "$ac_test_CFLAGS" = set; then 9297 if test "$ac_test_CFLAGS" = set; then
8736 CFLAGS=$ac_save_CFLAGS 9298 CFLAGS=$ac_save_CFLAGS
8737 elif test $ac_cv_prog_cc_g = yes; then 9299 elif test $ac_cv_prog_cc_g = yes; then
8738 if test "$GCC" = yes; then 9300 if test "$GCC" = yes; then
8739 CFLAGS="-g -O2" 9301 CFLAGS="-g -O2"
8745 CFLAGS="-O2" 9307 CFLAGS="-O2"
8746 else 9308 else
8747 CFLAGS= 9309 CFLAGS=
8748 fi 9310 fi
8749 fi 9311 fi
8750 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 9312 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
8751 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } 9313 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
8752 if test "${ac_cv_prog_cc_c89+set}" = set; then 9314 if test "${ac_cv_prog_cc_c89+set}" = set; then
8753 echo $ECHO_N "(cached) $ECHO_C" >&6 9315 $as_echo_n "(cached) " >&6
8754 else 9316 else
8755 ac_cv_prog_cc_c89=no 9317 ac_cv_prog_cc_c89=no
8756 ac_save_CC=$CC 9318 ac_save_CC=$CC
8757 cat >conftest.$ac_ext <<_ACEOF 9319 cat >conftest.$ac_ext <<_ACEOF
8758 /* confdefs.h. */ 9320 /* confdefs.h. */
8819 if { (ac_try="$ac_compile" 9381 if { (ac_try="$ac_compile"
8820 case "(($ac_try" in 9382 case "(($ac_try" in
8821 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9383 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8822 *) ac_try_echo=$ac_try;; 9384 *) ac_try_echo=$ac_try;;
8823 esac 9385 esac
8824 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9386 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9387 $as_echo "$ac_try_echo") >&5
8825 (eval "$ac_compile") 2>conftest.er1 9388 (eval "$ac_compile") 2>conftest.er1
8826 ac_status=$? 9389 ac_status=$?
8827 grep -v '^ *+' conftest.er1 >conftest.err 9390 grep -v '^ *+' conftest.er1 >conftest.err
8828 rm -f conftest.er1 9391 rm -f conftest.er1
8829 cat conftest.err >&5 9392 cat conftest.err >&5
8830 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9393 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8831 (exit $ac_status); } && { 9394 (exit $ac_status); } && {
8832 test -z "$ac_c_werror_flag" || 9395 test -z "$ac_c_werror_flag" ||
8833 test ! -s conftest.err 9396 test ! -s conftest.err
8834 } && test -s conftest.$ac_objext; then 9397 } && test -s conftest.$ac_objext; then
8835 ac_cv_prog_cc_c89=$ac_arg 9398 ac_cv_prog_cc_c89=$ac_arg
8836 else 9399 else
8837 echo "$as_me: failed program was:" >&5 9400 $as_echo "$as_me: failed program was:" >&5
8838 sed 's/^/| /' conftest.$ac_ext >&5 9401 sed 's/^/| /' conftest.$ac_ext >&5
8839 9402
8840 9403
8841 fi 9404 fi
8842 9405
8848 9411
8849 fi 9412 fi
8850 # AC_CACHE_VAL 9413 # AC_CACHE_VAL
8851 case "x$ac_cv_prog_cc_c89" in 9414 case "x$ac_cv_prog_cc_c89" in
8852 x) 9415 x)
8853 { echo "$as_me:$LINENO: result: none needed" >&5 9416 { $as_echo "$as_me:$LINENO: result: none needed" >&5
8854 echo "${ECHO_T}none needed" >&6; } ;; 9417 $as_echo "none needed" >&6; } ;;
8855 xno) 9418 xno)
8856 { echo "$as_me:$LINENO: result: unsupported" >&5 9419 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
8857 echo "${ECHO_T}unsupported" >&6; } ;; 9420 $as_echo "unsupported" >&6; } ;;
8858 *) 9421 *)
8859 CC="$CC $ac_cv_prog_cc_c89" 9422 CC="$CC $ac_cv_prog_cc_c89"
8860 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 9423 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
8861 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; 9424 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
8862 esac 9425 esac
8863 9426
8864 9427
8865 ac_ext=c 9428 ac_ext=c
8866 xe_cppflags='$CPPFLAGS $c_switch_site $c_switch_machine $c_switch_system $c_switch_x_site $X_CFLAGS' 9429 xe_cppflags='$CPPFLAGS $c_switch_site $c_switch_machine $c_switch_system $c_switch_x_site $X_CFLAGS'
8874 fi 9437 fi
8875 CFLAGS="$xe_save_CFLAGS" 9438 CFLAGS="$xe_save_CFLAGS"
8876 9439
8877 if test "$GCC" = "yes"; then 9440 if test "$GCC" = "yes"; then
8878 if test "$cross_compiling" = yes; then 9441 if test "$cross_compiling" = yes; then
8879 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 9442 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
9443 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
9444 { { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling
8880 See \`config.log' for more details." >&5 9445 See \`config.log' for more details." >&5
8881 echo "$as_me: error: cannot run test program while cross compiling 9446 $as_echo "$as_me: error: cannot run test program while cross compiling
8882 See \`config.log' for more details." >&2;} 9447 See \`config.log' for more details." >&2;}
8883 { (exit 1); exit 1; }; } 9448 { (exit 1); exit 1; }; }; }
8884 else 9449 else
8885 cat >conftest.$ac_ext <<_ACEOF 9450 cat >conftest.$ac_ext <<_ACEOF
8886 /* confdefs.h. */ 9451 /* confdefs.h. */
8887 _ACEOF 9452 _ACEOF
8888 cat confdefs.h >>conftest.$ac_ext 9453 cat confdefs.h >>conftest.$ac_ext
8896 if { (ac_try="$ac_link" 9461 if { (ac_try="$ac_link"
8897 case "(($ac_try" in 9462 case "(($ac_try" in
8898 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9463 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8899 *) ac_try_echo=$ac_try;; 9464 *) ac_try_echo=$ac_try;;
8900 esac 9465 esac
8901 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9466 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9467 $as_echo "$ac_try_echo") >&5
8902 (eval "$ac_link") 2>&5 9468 (eval "$ac_link") 2>&5
8903 ac_status=$? 9469 ac_status=$?
8904 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9470 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8905 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 9471 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8906 { (case "(($ac_try" in 9472 { (case "(($ac_try" in
8907 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9473 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8908 *) ac_try_echo=$ac_try;; 9474 *) ac_try_echo=$ac_try;;
8909 esac 9475 esac
8910 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9476 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9477 $as_echo "$ac_try_echo") >&5
8911 (eval "$ac_try") 2>&5 9478 (eval "$ac_try") 2>&5
8912 ac_status=$? 9479 ac_status=$?
8913 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9480 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8914 (exit $ac_status); }; }; then 9481 (exit $ac_status); }; }; then
8915 : 9482 :
8916 else 9483 else
8917 echo "$as_me: program exited with status $ac_status" >&5 9484 $as_echo "$as_me: program exited with status $ac_status" >&5
8918 echo "$as_me: failed program was:" >&5 9485 $as_echo "$as_me: failed program was:" >&5
8919 sed 's/^/| /' conftest.$ac_ext >&5 9486 sed 's/^/| /' conftest.$ac_ext >&5
8920 9487
8921 ( exit $ac_status ) 9488 ( exit $ac_status )
8922 __GCC="$?" 9489 __GCC="$?"
8923 fi 9490 fi
9491 rm -rf conftest.dSYM
8924 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 9492 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8925 fi 9493 fi
8926 9494
8927 9495
8928 if test "$cross_compiling" = yes; then 9496 if test "$cross_compiling" = yes; then
8929 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 9497 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
9498 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
9499 { { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling
8930 See \`config.log' for more details." >&5 9500 See \`config.log' for more details." >&5
8931 echo "$as_me: error: cannot run test program while cross compiling 9501 $as_echo "$as_me: error: cannot run test program while cross compiling
8932 See \`config.log' for more details." >&2;} 9502 See \`config.log' for more details." >&2;}
8933 { (exit 1); exit 1; }; } 9503 { (exit 1); exit 1; }; }; }
8934 else 9504 else
8935 cat >conftest.$ac_ext <<_ACEOF 9505 cat >conftest.$ac_ext <<_ACEOF
8936 /* confdefs.h. */ 9506 /* confdefs.h. */
8937 _ACEOF 9507 _ACEOF
8938 cat confdefs.h >>conftest.$ac_ext 9508 cat confdefs.h >>conftest.$ac_ext
8946 if { (ac_try="$ac_link" 9516 if { (ac_try="$ac_link"
8947 case "(($ac_try" in 9517 case "(($ac_try" in
8948 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8949 *) ac_try_echo=$ac_try;; 9519 *) ac_try_echo=$ac_try;;
8950 esac 9520 esac
8951 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9521 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9522 $as_echo "$ac_try_echo") >&5
8952 (eval "$ac_link") 2>&5 9523 (eval "$ac_link") 2>&5
8953 ac_status=$? 9524 ac_status=$?
8954 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9525 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8955 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 9526 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8956 { (case "(($ac_try" in 9527 { (case "(($ac_try" in
8957 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9528 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8958 *) ac_try_echo=$ac_try;; 9529 *) ac_try_echo=$ac_try;;
8959 esac 9530 esac
8960 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9531 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9532 $as_echo "$ac_try_echo") >&5
8961 (eval "$ac_try") 2>&5 9533 (eval "$ac_try") 2>&5
8962 ac_status=$? 9534 ac_status=$?
8963 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9535 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8964 (exit $ac_status); }; }; then 9536 (exit $ac_status); }; }; then
8965 : 9537 :
8966 else 9538 else
8967 echo "$as_me: program exited with status $ac_status" >&5 9539 $as_echo "$as_me: program exited with status $ac_status" >&5
8968 echo "$as_me: failed program was:" >&5 9540 $as_echo "$as_me: failed program was:" >&5
8969 sed 's/^/| /' conftest.$ac_ext >&5 9541 sed 's/^/| /' conftest.$ac_ext >&5
8970 9542
8971 ( exit $ac_status ) 9543 ( exit $ac_status )
8972 __GCC_MINOR="$?" 9544 __GCC_MINOR="$?"
8973 fi 9545 fi
9546 rm -rf conftest.dSYM
8974 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 9547 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8975 fi 9548 fi
8976 9549
8977 9550
8978 __GCC_VERSION=$__GCC"."$__GCC_MINOR 9551 __GCC_VERSION=$__GCC"."$__GCC_MINOR
8995 xe_libs='$ld_call_shared $xe_check_libs $X_EXTRA_LIBS $libs_x $libs_gtk $X_PRE_LIBS $LIBS $libs_machine $libs_system $libs_standard' 9568 xe_libs='$ld_call_shared $xe_check_libs $X_EXTRA_LIBS $libs_x $libs_gtk $X_PRE_LIBS $LIBS $libs_machine $libs_system $libs_standard'
8996 ac_cpp='$CPP '"$xe_cppflags" 9569 ac_cpp='$CPP '"$xe_cppflags"
8997 ac_compile='$CC -c $CFLAGS '"$xe_cppflags"' conftest.$ac_ext >&5' 9570 ac_compile='$CC -c $CFLAGS '"$xe_cppflags"' conftest.$ac_ext >&5'
8998 ac_link='$CC -o conftest$ac_exeext $CFLAGS '"$xe_cppflags $xe_ldflags"' conftest.$ac_ext '"$xe_libs"' >&5' 9571 ac_link='$CC -o conftest$ac_exeext $CFLAGS '"$xe_cppflags $xe_ldflags"' conftest.$ac_ext '"$xe_libs"' >&5'
8999 ac_compiler_gnu=$ac_cv_c_compiler_gnu 9572 ac_compiler_gnu=$ac_cv_c_compiler_gnu
9000 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 9573 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
9001 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } 9574 $as_echo_n "checking how to run the C preprocessor... " >&6; }
9002 # On Suns, sometimes $CPP names a directory. 9575 # On Suns, sometimes $CPP names a directory.
9003 if test -n "$CPP" && test -d "$CPP"; then 9576 if test -n "$CPP" && test -d "$CPP"; then
9004 CPP= 9577 CPP=
9005 fi 9578 fi
9006 if test -z "$CPP"; then 9579 if test -z "$CPP"; then
9007 if test "${ac_cv_prog_CPP+set}" = set; then 9580 if test "${ac_cv_prog_CPP+set}" = set; then
9008 echo $ECHO_N "(cached) $ECHO_C" >&6 9581 $as_echo_n "(cached) " >&6
9009 else 9582 else
9010 # Double quotes because CPP needs to be expanded 9583 # Double quotes because CPP needs to be expanded
9011 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" 9584 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
9012 do 9585 do
9013 ac_preproc_ok=false 9586 ac_preproc_ok=false
9035 if { (ac_try="$ac_cpp conftest.$ac_ext" 9608 if { (ac_try="$ac_cpp conftest.$ac_ext"
9036 case "(($ac_try" in 9609 case "(($ac_try" in
9037 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9610 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9038 *) ac_try_echo=$ac_try;; 9611 *) ac_try_echo=$ac_try;;
9039 esac 9612 esac
9040 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9613 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9614 $as_echo "$ac_try_echo") >&5
9041 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 9615 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
9042 ac_status=$? 9616 ac_status=$?
9043 grep -v '^ *+' conftest.er1 >conftest.err 9617 grep -v '^ *+' conftest.er1 >conftest.err
9044 rm -f conftest.er1 9618 rm -f conftest.er1
9045 cat conftest.err >&5 9619 cat conftest.err >&5
9046 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9620 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9047 (exit $ac_status); } >/dev/null && { 9621 (exit $ac_status); } >/dev/null && {
9048 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 9622 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
9049 test ! -s conftest.err 9623 test ! -s conftest.err
9050 }; then 9624 }; then
9051 : 9625 :
9052 else 9626 else
9053 echo "$as_me: failed program was:" >&5 9627 $as_echo "$as_me: failed program was:" >&5
9054 sed 's/^/| /' conftest.$ac_ext >&5 9628 sed 's/^/| /' conftest.$ac_ext >&5
9055 9629
9056 # Broken: fails on valid input. 9630 # Broken: fails on valid input.
9057 continue 9631 continue
9058 fi 9632 fi
9072 if { (ac_try="$ac_cpp conftest.$ac_ext" 9646 if { (ac_try="$ac_cpp conftest.$ac_ext"
9073 case "(($ac_try" in 9647 case "(($ac_try" in
9074 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9648 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9075 *) ac_try_echo=$ac_try;; 9649 *) ac_try_echo=$ac_try;;
9076 esac 9650 esac
9077 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9651 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9652 $as_echo "$ac_try_echo") >&5
9078 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 9653 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
9079 ac_status=$? 9654 ac_status=$?
9080 grep -v '^ *+' conftest.er1 >conftest.err 9655 grep -v '^ *+' conftest.er1 >conftest.err
9081 rm -f conftest.er1 9656 rm -f conftest.er1
9082 cat conftest.err >&5 9657 cat conftest.err >&5
9083 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9658 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9084 (exit $ac_status); } >/dev/null && { 9659 (exit $ac_status); } >/dev/null && {
9085 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 9660 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
9086 test ! -s conftest.err 9661 test ! -s conftest.err
9087 }; then 9662 }; then
9088 # Broken: success on invalid input. 9663 # Broken: success on invalid input.
9089 continue 9664 continue
9090 else 9665 else
9091 echo "$as_me: failed program was:" >&5 9666 $as_echo "$as_me: failed program was:" >&5
9092 sed 's/^/| /' conftest.$ac_ext >&5 9667 sed 's/^/| /' conftest.$ac_ext >&5
9093 9668
9094 # Passes both tests. 9669 # Passes both tests.
9095 ac_preproc_ok=: 9670 ac_preproc_ok=:
9096 break 9671 break
9111 fi 9686 fi
9112 CPP=$ac_cv_prog_CPP 9687 CPP=$ac_cv_prog_CPP
9113 else 9688 else
9114 ac_cv_prog_CPP=$CPP 9689 ac_cv_prog_CPP=$CPP
9115 fi 9690 fi
9116 { echo "$as_me:$LINENO: result: $CPP" >&5 9691 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
9117 echo "${ECHO_T}$CPP" >&6; } 9692 $as_echo "$CPP" >&6; }
9118 ac_preproc_ok=false 9693 ac_preproc_ok=false
9119 for ac_c_preproc_warn_flag in '' yes 9694 for ac_c_preproc_warn_flag in '' yes
9120 do 9695 do
9121 # Use a header file that comes with gcc, so configuring glibc 9696 # Use a header file that comes with gcc, so configuring glibc
9122 # with a fresh cross-compiler works. 9697 # with a fresh cross-compiler works.
9140 if { (ac_try="$ac_cpp conftest.$ac_ext" 9715 if { (ac_try="$ac_cpp conftest.$ac_ext"
9141 case "(($ac_try" in 9716 case "(($ac_try" in
9142 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9717 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9143 *) ac_try_echo=$ac_try;; 9718 *) ac_try_echo=$ac_try;;
9144 esac 9719 esac
9145 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9720 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9721 $as_echo "$ac_try_echo") >&5
9146 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 9722 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
9147 ac_status=$? 9723 ac_status=$?
9148 grep -v '^ *+' conftest.er1 >conftest.err 9724 grep -v '^ *+' conftest.er1 >conftest.err
9149 rm -f conftest.er1 9725 rm -f conftest.er1
9150 cat conftest.err >&5 9726 cat conftest.err >&5
9151 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9727 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9152 (exit $ac_status); } >/dev/null && { 9728 (exit $ac_status); } >/dev/null && {
9153 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 9729 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
9154 test ! -s conftest.err 9730 test ! -s conftest.err
9155 }; then 9731 }; then
9156 : 9732 :
9157 else 9733 else
9158 echo "$as_me: failed program was:" >&5 9734 $as_echo "$as_me: failed program was:" >&5
9159 sed 's/^/| /' conftest.$ac_ext >&5 9735 sed 's/^/| /' conftest.$ac_ext >&5
9160 9736
9161 # Broken: fails on valid input. 9737 # Broken: fails on valid input.
9162 continue 9738 continue
9163 fi 9739 fi
9177 if { (ac_try="$ac_cpp conftest.$ac_ext" 9753 if { (ac_try="$ac_cpp conftest.$ac_ext"
9178 case "(($ac_try" in 9754 case "(($ac_try" in
9179 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9755 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9180 *) ac_try_echo=$ac_try;; 9756 *) ac_try_echo=$ac_try;;
9181 esac 9757 esac
9182 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9758 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9759 $as_echo "$ac_try_echo") >&5
9183 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 9760 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
9184 ac_status=$? 9761 ac_status=$?
9185 grep -v '^ *+' conftest.er1 >conftest.err 9762 grep -v '^ *+' conftest.er1 >conftest.err
9186 rm -f conftest.er1 9763 rm -f conftest.er1
9187 cat conftest.err >&5 9764 cat conftest.err >&5
9188 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9765 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9189 (exit $ac_status); } >/dev/null && { 9766 (exit $ac_status); } >/dev/null && {
9190 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 9767 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
9191 test ! -s conftest.err 9768 test ! -s conftest.err
9192 }; then 9769 }; then
9193 # Broken: success on invalid input. 9770 # Broken: success on invalid input.
9194 continue 9771 continue
9195 else 9772 else
9196 echo "$as_me: failed program was:" >&5 9773 $as_echo "$as_me: failed program was:" >&5
9197 sed 's/^/| /' conftest.$ac_ext >&5 9774 sed 's/^/| /' conftest.$ac_ext >&5
9198 9775
9199 # Passes both tests. 9776 # Passes both tests.
9200 ac_preproc_ok=: 9777 ac_preproc_ok=:
9201 break 9778 break
9207 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 9784 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
9208 rm -f conftest.err conftest.$ac_ext 9785 rm -f conftest.err conftest.$ac_ext
9209 if $ac_preproc_ok; then 9786 if $ac_preproc_ok; then
9210 : 9787 :
9211 else 9788 else
9212 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 9789 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
9790 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
9791 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
9213 See \`config.log' for more details." >&5 9792 See \`config.log' for more details." >&5
9214 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 9793 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
9215 See \`config.log' for more details." >&2;} 9794 See \`config.log' for more details." >&2;}
9216 { (exit 1); exit 1; }; } 9795 { (exit 1); exit 1; }; }; }
9217 fi 9796 fi
9218 9797
9219 ac_ext=c 9798 ac_ext=c
9220 xe_cppflags='$CPPFLAGS $c_switch_site $c_switch_machine $c_switch_system $c_switch_x_site $X_CFLAGS' 9799 xe_cppflags='$CPPFLAGS $c_switch_site $c_switch_machine $c_switch_system $c_switch_x_site $X_CFLAGS'
9221 xe_ldflags='$LDFLAGS $ld_switch_site $ld_switch_machine $ld_switch_system $ld_switch_x_site $ld_switch_run' 9800 xe_ldflags='$LDFLAGS $ld_switch_site $ld_switch_machine $ld_switch_system $ld_switch_x_site $ld_switch_run'
9226 ac_compiler_gnu=$ac_cv_c_compiler_gnu 9805 ac_compiler_gnu=$ac_cv_c_compiler_gnu
9227 9806
9228 9807
9229 9808
9230 9809
9231 { echo "$as_me:$LINENO: checking for GNU libc" >&5 9810 { $as_echo "$as_me:$LINENO: checking for GNU libc" >&5
9232 echo $ECHO_N "checking for GNU libc... $ECHO_C" >&6; } 9811 $as_echo_n "checking for GNU libc... " >&6; }
9233 cat >conftest.$ac_ext <<_ACEOF 9812 cat >conftest.$ac_ext <<_ACEOF
9234 /* confdefs.h. */ 9813 /* confdefs.h. */
9235 _ACEOF 9814 _ACEOF
9236 cat confdefs.h >>conftest.$ac_ext 9815 cat confdefs.h >>conftest.$ac_ext
9237 cat >>conftest.$ac_ext <<_ACEOF 9816 cat >>conftest.$ac_ext <<_ACEOF
9254 if { (ac_try="$ac_compile" 9833 if { (ac_try="$ac_compile"
9255 case "(($ac_try" in 9834 case "(($ac_try" in
9256 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9835 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9257 *) ac_try_echo=$ac_try;; 9836 *) ac_try_echo=$ac_try;;
9258 esac 9837 esac
9259 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9838 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9839 $as_echo "$ac_try_echo") >&5
9260 (eval "$ac_compile") 2>conftest.er1 9840 (eval "$ac_compile") 2>conftest.er1
9261 ac_status=$? 9841 ac_status=$?
9262 grep -v '^ *+' conftest.er1 >conftest.err 9842 grep -v '^ *+' conftest.er1 >conftest.err
9263 rm -f conftest.er1 9843 rm -f conftest.er1
9264 cat conftest.err >&5 9844 cat conftest.err >&5
9265 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9845 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9266 (exit $ac_status); } && { 9846 (exit $ac_status); } && {
9267 test -z "$ac_c_werror_flag" || 9847 test -z "$ac_c_werror_flag" ||
9268 test ! -s conftest.err 9848 test ! -s conftest.err
9269 } && test -s conftest.$ac_objext; then 9849 } && test -s conftest.$ac_objext; then
9270 have_glibc=yes 9850 have_glibc=yes
9271 else 9851 else
9272 echo "$as_me: failed program was:" >&5 9852 $as_echo "$as_me: failed program was:" >&5
9273 sed 's/^/| /' conftest.$ac_ext >&5 9853 sed 's/^/| /' conftest.$ac_ext >&5
9274 9854
9275 have_glibc=no 9855 have_glibc=no
9276 fi 9856 fi
9277 9857
9278 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 9858 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9279 { echo "$as_me:$LINENO: result: $have_glibc" >&5 9859 { $as_echo "$as_me:$LINENO: result: $have_glibc" >&5
9280 echo "${ECHO_T}$have_glibc" >&6; } 9860 $as_echo "$have_glibc" >&6; }
9281 test "$have_glibc" = "yes" && cat >>confdefs.h <<\_ACEOF 9861 test "$have_glibc" = "yes" && cat >>confdefs.h <<\_ACEOF
9282 #define _GNU_SOURCE 1 9862 #define _GNU_SOURCE 1
9283 _ACEOF 9863 _ACEOF
9284 9864
9285 9865
9324 9904
9325 ;; 9905 ;;
9326 esac 9906 esac
9327 9907
9328 if test "$cross_compiling" = yes; then 9908 if test "$cross_compiling" = yes; then
9329 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 9909 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
9910 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
9911 { { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling
9330 See \`config.log' for more details." >&5 9912 See \`config.log' for more details." >&5
9331 echo "$as_me: error: cannot run test program while cross compiling 9913 $as_echo "$as_me: error: cannot run test program while cross compiling
9332 See \`config.log' for more details." >&2;} 9914 See \`config.log' for more details." >&2;}
9333 { (exit 1); exit 1; }; } 9915 { (exit 1); exit 1; }; }; }
9334 else 9916 else
9335 cat >conftest.$ac_ext <<_ACEOF 9917 cat >conftest.$ac_ext <<_ACEOF
9336 /* confdefs.h. */ 9918 /* confdefs.h. */
9337 _ACEOF 9919 _ACEOF
9338 cat confdefs.h >>conftest.$ac_ext 9920 cat confdefs.h >>conftest.$ac_ext
9356 if { (ac_try="$ac_link" 9938 if { (ac_try="$ac_link"
9357 case "(($ac_try" in 9939 case "(($ac_try" in
9358 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9940 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9359 *) ac_try_echo=$ac_try;; 9941 *) ac_try_echo=$ac_try;;
9360 esac 9942 esac
9361 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9943 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9944 $as_echo "$ac_try_echo") >&5
9362 (eval "$ac_link") 2>&5 9945 (eval "$ac_link") 2>&5
9363 ac_status=$? 9946 ac_status=$?
9364 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9947 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9365 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 9948 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9366 { (case "(($ac_try" in 9949 { (case "(($ac_try" in
9367 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9950 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9368 *) ac_try_echo=$ac_try;; 9951 *) ac_try_echo=$ac_try;;
9369 esac 9952 esac
9370 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9953 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9954 $as_echo "$ac_try_echo") >&5
9371 (eval "$ac_try") 2>&5 9955 (eval "$ac_try") 2>&5
9372 ac_status=$? 9956 ac_status=$?
9373 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9957 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9374 (exit $ac_status); }; }; then 9958 (exit $ac_status); }; }; then
9375 : 9959 :
9376 else 9960 else
9377 echo "$as_me: program exited with status $ac_status" >&5 9961 $as_echo "$as_me: program exited with status $ac_status" >&5
9378 echo "$as_me: failed program was:" >&5 9962 $as_echo "$as_me: failed program was:" >&5
9379 sed 's/^/| /' conftest.$ac_ext >&5 9963 sed 's/^/| /' conftest.$ac_ext >&5
9380 9964
9381 ( exit $ac_status ) 9965 ( exit $ac_status )
9382 case "$?" in 9966 case "$?" in
9383 11) echo "You appear to be using the SunPro C compiler." ; __SUNPRO_C=yes ;; 9967 11) echo "You appear to be using the SunPro C compiler." ; __SUNPRO_C=yes ;;
9385 13) echo "You appear to be using the SCO C compiler." ; __USLC__=yes ;; 9969 13) echo "You appear to be using the SCO C compiler." ; __USLC__=yes ;;
9386 14) echo "You appear to be using the Intel C++ compiler."; __ICC=yes 9970 14) echo "You appear to be using the Intel C++ compiler."; __ICC=yes
9387 GCC=no ;; 9971 GCC=no ;;
9388 esac 9972 esac
9389 fi 9973 fi
9974 rm -rf conftest.dSYM
9390 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 9975 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9391 fi 9976 fi
9392 9977
9393 9978
9394 9979
9635 10220
9636 10221
9637 test "$__DECC" = "yes" && c_switch_site="$c_switch_site -std1" && if test "$verbose" = "yes"; then echo " Appending \"-std1\" to \$c_switch_site"; fi 10222 test "$__DECC" = "yes" && c_switch_site="$c_switch_site -std1" && if test "$verbose" = "yes"; then echo " Appending \"-std1\" to \$c_switch_site"; fi
9638 10223
9639 if test "$__USLC__" = yes; then 10224 if test "$__USLC__" = yes; then
9640 { echo "$as_me:$LINENO: checking for whether the -Kalloca compiler flag is needed" >&5 10225 { $as_echo "$as_me:$LINENO: checking for whether the -Kalloca compiler flag is needed" >&5
9641 echo $ECHO_N "checking for whether the -Kalloca compiler flag is needed... $ECHO_C" >&6; } 10226 $as_echo_n "checking for whether the -Kalloca compiler flag is needed... " >&6; }
9642 need_kalloca=no 10227 need_kalloca=no
9643 cat >conftest.$ac_ext <<_ACEOF 10228 cat >conftest.$ac_ext <<_ACEOF
9644 /* confdefs.h. */ 10229 /* confdefs.h. */
9645 _ACEOF 10230 _ACEOF
9646 cat confdefs.h >>conftest.$ac_ext 10231 cat confdefs.h >>conftest.$ac_ext
9659 if { (ac_try="$ac_link" 10244 if { (ac_try="$ac_link"
9660 case "(($ac_try" in 10245 case "(($ac_try" in
9661 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10246 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9662 *) ac_try_echo=$ac_try;; 10247 *) ac_try_echo=$ac_try;;
9663 esac 10248 esac
9664 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10249 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10250 $as_echo "$ac_try_echo") >&5
9665 (eval "$ac_link") 2>conftest.er1 10251 (eval "$ac_link") 2>conftest.er1
9666 ac_status=$? 10252 ac_status=$?
9667 grep -v '^ *+' conftest.er1 >conftest.err 10253 grep -v '^ *+' conftest.er1 >conftest.err
9668 rm -f conftest.er1 10254 rm -f conftest.er1
9669 cat conftest.err >&5 10255 cat conftest.err >&5
9670 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10256 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9671 (exit $ac_status); } && { 10257 (exit $ac_status); } && {
9672 test -z "$ac_c_werror_flag" || 10258 test -z "$ac_c_werror_flag" ||
9673 test ! -s conftest.err 10259 test ! -s conftest.err
9674 } && test -s conftest$ac_exeext && 10260 } && test -s conftest$ac_exeext && {
9675 $as_test_x conftest$ac_exeext; then 10261 test "$cross_compiling" = yes ||
10262 $as_test_x conftest$ac_exeext
10263 }; then
9676 : 10264 :
9677 else 10265 else
9678 echo "$as_me: failed program was:" >&5 10266 $as_echo "$as_me: failed program was:" >&5
9679 sed 's/^/| /' conftest.$ac_ext >&5 10267 sed 's/^/| /' conftest.$ac_ext >&5
9680 10268
9681 10269
9682 xe_save_c_switch_system="$c_switch_system" 10270 xe_save_c_switch_system="$c_switch_system"
9683 c_switch_system="$c_switch_system -Kalloca" 10271 c_switch_system="$c_switch_system -Kalloca"
9700 if { (ac_try="$ac_link" 10288 if { (ac_try="$ac_link"
9701 case "(($ac_try" in 10289 case "(($ac_try" in
9702 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10290 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9703 *) ac_try_echo=$ac_try;; 10291 *) ac_try_echo=$ac_try;;
9704 esac 10292 esac
9705 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10293 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10294 $as_echo "$ac_try_echo") >&5
9706 (eval "$ac_link") 2>conftest.er1 10295 (eval "$ac_link") 2>conftest.er1
9707 ac_status=$? 10296 ac_status=$?
9708 grep -v '^ *+' conftest.er1 >conftest.err 10297 grep -v '^ *+' conftest.er1 >conftest.err
9709 rm -f conftest.er1 10298 rm -f conftest.er1
9710 cat conftest.err >&5 10299 cat conftest.err >&5
9711 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10300 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9712 (exit $ac_status); } && { 10301 (exit $ac_status); } && {
9713 test -z "$ac_c_werror_flag" || 10302 test -z "$ac_c_werror_flag" ||
9714 test ! -s conftest.err 10303 test ! -s conftest.err
9715 } && test -s conftest$ac_exeext && 10304 } && test -s conftest$ac_exeext && {
9716 $as_test_x conftest$ac_exeext; then 10305 test "$cross_compiling" = yes ||
10306 $as_test_x conftest$ac_exeext
10307 }; then
9717 need_kalloca=yes 10308 need_kalloca=yes
9718 else 10309 else
9719 echo "$as_me: failed program was:" >&5 10310 $as_echo "$as_me: failed program was:" >&5
9720 sed 's/^/| /' conftest.$ac_ext >&5 10311 sed 's/^/| /' conftest.$ac_ext >&5
9721 10312
9722 10313
9723 fi 10314 fi
9724 10315
10316 rm -rf conftest.dSYM
9725 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 10317 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9726 conftest$ac_exeext conftest.$ac_ext 10318 conftest$ac_exeext conftest.$ac_ext
9727 c_switch_system="$xe_save_c_switch_system" 10319 c_switch_system="$xe_save_c_switch_system"
9728 fi 10320 fi
9729 10321
10322 rm -rf conftest.dSYM
9730 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 10323 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9731 conftest$ac_exeext conftest.$ac_ext 10324 conftest$ac_exeext conftest.$ac_ext
9732 { echo "$as_me:$LINENO: result: $need_kalloca" >&5 10325 { $as_echo "$as_me:$LINENO: result: $need_kalloca" >&5
9733 echo "${ECHO_T}$need_kalloca" >&6; } 10326 $as_echo "$need_kalloca" >&6; }
9734 test "$need_kalloca" = "yes" && c_switch_system="$c_switch_system -Kalloca" && if test "$verbose" = "yes"; then echo " Appending \"-Kalloca\" to \$c_switch_system"; fi 10327 test "$need_kalloca" = "yes" && c_switch_system="$c_switch_system -Kalloca" && if test "$verbose" = "yes"; then echo " Appending \"-Kalloca\" to \$c_switch_system"; fi
9735 fi 10328 fi
9736 10329
10330
10331 xemacs_cc_cc_mismatch=no
9737 if test "$CC" != "$XEMACS_CC"; then 10332 if test "$CC" != "$XEMACS_CC"; then
9738 if test "$XEMACS_CC" = "g++" -a "$GCC" != "yes"; then 10333 case "$XEMACS_CC" in
9739 { echo "$as_me:$LINENO: WARNING: CC and g++ are mismatched; XE_CFLAGS may be wrong" >&5 10334 *g++* )
9740 echo "$as_me: WARNING: CC and g++ are mismatched; XE_CFLAGS may be wrong" >&2;} 10335 if test "$GCC" != "yes"; then
9741 xemacs_cc_cc_mismatch=yes 10336 { $as_echo "$as_me:$LINENO: WARNING: CC and g++ are mismatched; XE_CFLAGS may be wrong" >&5
9742 elif test -n "$GCC" -a "$XEMACS_CC" != "g++"; then 10337 $as_echo "$as_me: WARNING: CC and g++ are mismatched; XE_CFLAGS may be wrong" >&2;}
9743 { echo "$as_me:$LINENO: WARNING: gcc and XEMACS_CC are mismatched; XE_CFLAGS may be wrong" >&5 10338 xemacs_cc_cc_mismatch=yes
9744 echo "$as_me: WARNING: gcc and XEMACS_CC are mismatched; XE_CFLAGS may be wrong" >&2;} 10339 fi
9745 xemacs_cc_cc_mismatch=yes 10340 ;;
9746 else 10341 esac
9747 xemacs_cc_cc_mismatch=no 10342 if test -n "$GCC"; then
10343 case $XEMACS_CC in
10344 *g++* )
10345 # it's as expected, do nothing
10346 ;;
10347 * )
10348 { $as_echo "$as_me:$LINENO: WARNING: gcc and XEMACS_CC are mismatched; XE_CFLAGS may be wrong" >&5
10349 $as_echo "$as_me: WARNING: gcc and XEMACS_CC are mismatched; XE_CFLAGS may be wrong" >&2;}
10350 xemacs_cc_cc_mismatch=yes
10351 ;;
10352 esac
9748 fi 10353 fi
9749 fi 10354 fi
9750 10355
9751 10356
9752 if test -z "$with_optimization"; then 10357 if test -z "$with_optimization"; then
9753 # If user set --with-cflags-optimization, use it to unilaterally 10358 # If user set --with-cflags-optimization, use it to unilaterally
9754 # determine whether optimization should be enabled. 10359 # determine whether optimization should be enabled.
9765 fi 10370 fi
9766 fi 10371 fi
9767 10372
9768 10373
9769 10374
9770 { echo "$as_me:$LINENO: checking for preferred optimization flags" >&5 10375 { $as_echo "$as_me:$LINENO: checking for preferred optimization flags" >&5
9771 echo $ECHO_N "checking for preferred optimization flags... $ECHO_C" >&6; } 10376 $as_echo_n "checking for preferred optimization flags... " >&6; }
9772 if test "$with_optimization" = "yes" ; then 10377 if test "$with_optimization" = "yes" ; then
9773 if test "$cflags_optimization_specified" = "no"; then 10378 if test "$cflags_optimization_specified" = "no"; then
9774 if test "$GCC" = "yes"; then 10379 if test "$GCC" = "yes"; then
9775 with_cflags_optimization="-O3" 10380 with_cflags_optimization="-O3"
9776 elif test "$__SUNPRO_C" = "yes"; then 10381 elif test "$__SUNPRO_C" = "yes"; then
9789 fi 10394 fi
9790 else 10395 else
9791 with_cflags_optimization= 10396 with_cflags_optimization=
9792 fi 10397 fi
9793 10398
9794 { echo "$as_me:$LINENO: result: ${with_cflags_optimization}" >&5 10399 { $as_echo "$as_me:$LINENO: result: ${with_cflags_optimization}" >&5
9795 echo "${ECHO_T}${with_cflags_optimization}" >&6; } 10400 $as_echo "${with_cflags_optimization}" >&6; }
9796 10401
9797 10402
9798 { echo "$as_me:$LINENO: checking for preferred debugging flags" >&5 10403 { $as_echo "$as_me:$LINENO: checking for preferred debugging flags" >&5
9799 echo $ECHO_N "checking for preferred debugging flags... $ECHO_C" >&6; } 10404 $as_echo_n "checking for preferred debugging flags... " >&6; }
9800 if test "$cflags_debugging_specified" = "no"; then 10405 if test "$cflags_debugging_specified" = "no"; then
9801 with_cflags_debugging="-g" 10406 with_cflags_debugging="-g"
9802 10407
9803 debugging_ok_with_optimization=no 10408 debugging_ok_with_optimization=no
9804 if test "$GCC" = "yes" -o "$CC" = "xlc" -o "$__ICC" = "yes"; then 10409 if test "$GCC" = "yes" -o "$CC" = "xlc" -o "$__ICC" = "yes"; then
9807 10412
9808 if test "$with_optimization" = "yes" -a "$debugging_ok_with_optimization" = "no"; then 10413 if test "$with_optimization" = "yes" -a "$debugging_ok_with_optimization" = "no"; then
9809 with_cflags_debugging= 10414 with_cflags_debugging=
9810 fi 10415 fi
9811 fi 10416 fi
9812 { echo "$as_me:$LINENO: result: ${with_cflags_debugging}" >&5 10417 { $as_echo "$as_me:$LINENO: result: ${with_cflags_debugging}" >&5
9813 echo "${ECHO_T}${with_cflags_debugging}" >&6; } 10418 $as_echo "${with_cflags_debugging}" >&6; }
9814 10419
9815 10420
9816 { echo "$as_me:$LINENO: checking for preferred warning flags for XEMACS_CC" >&5 10421 { $as_echo "$as_me:$LINENO: checking for preferred warning flags for XEMACS_CC" >&5
9817 echo $ECHO_N "checking for preferred warning flags for XEMACS_CC... $ECHO_C" >&6; } 10422 $as_echo_n "checking for preferred warning flags for XEMACS_CC... " >&6; }
9818 10423
9819 xe_cflags_warning="" 10424 xe_cflags_warning=""
9820 10425
9821 if test "$cflags_warning_specified" = "no"; then 10426 if test "$cflags_warning_specified" = "no"; then
9822 if test "$__SUNPRO_C" = "yes"; then 10427 if test "$__SUNPRO_C" = "yes"; then
9845 elif test "$__ICC" = "yes"; then 10450 elif test "$__ICC" = "yes"; then
9846 with_cflags_warning="-Wall -w1 -we147" 10451 with_cflags_warning="-Wall -w1 -we147"
9847 fi 10452 fi
9848 fi 10453 fi
9849 test -z "$xe_cflags_warning" && xe_cflags_warning="$with_cflags_warning" 10454 test -z "$xe_cflags_warning" && xe_cflags_warning="$with_cflags_warning"
9850 { echo "$as_me:$LINENO: result: ${xe_cflags_warning}" >&5 10455 { $as_echo "$as_me:$LINENO: result: ${xe_cflags_warning}" >&5
9851 echo "${ECHO_T}${xe_cflags_warning}" >&6; } 10456 $as_echo "${xe_cflags_warning}" >&6; }
9852 10457
9853 { echo "$as_me:$LINENO: checking for preferred warning flags for CC" >&5 10458 { $as_echo "$as_me:$LINENO: checking for preferred warning flags for CC" >&5
9854 echo $ECHO_N "checking for preferred warning flags for CC... $ECHO_C" >&6; } 10459 $as_echo_n "checking for preferred warning flags for CC... " >&6; }
9855 { echo "$as_me:$LINENO: result: ${with_cflags_warning}" >&5 10460 { $as_echo "$as_me:$LINENO: result: ${with_cflags_warning}" >&5
9856 echo "${ECHO_T}${with_cflags_warning}" >&6; } 10461 $as_echo "${with_cflags_warning}" >&6; }
9857 10462
9858 10463
9859 { echo "$as_me:$LINENO: checking for remaining CFLAGS" >&5 10464 { $as_echo "$as_me:$LINENO: checking for remaining CFLAGS" >&5
9860 echo $ECHO_N "checking for remaining CFLAGS... $ECHO_C" >&6; } 10465 $as_echo_n "checking for remaining CFLAGS... " >&6; }
9861 10466
9862 if test "$cflags_specified" = "no"; then 10467 if test "$cflags_specified" = "no"; then
9863 if test "$CC" = "xlc"; then 10468 if test "$CC" = "xlc"; then
9864 CFLAGS="-qro" 10469 CFLAGS="-qro"
9865 fi 10470 fi
9866 fi 10471 fi
9867 { echo "$as_me:$LINENO: result: ${CFLAGS}" >&5 10472 { $as_echo "$as_me:$LINENO: result: ${CFLAGS}" >&5
9868 echo "${ECHO_T}${CFLAGS}" >&6; } 10473 $as_echo "${CFLAGS}" >&6; }
9869 10474
9870 10475
9871 XE_CFLAGS="$xe_cflags_warning $with_cflags_debugging $with_cflags_optimization $CFLAGS" 10476 XE_CFLAGS="$xe_cflags_warning $with_cflags_debugging $with_cflags_optimization $CFLAGS"
9872 CFLAGS="$with_cflags_warning $with_cflags_debugging $with_cflags_optimization $CFLAGS" 10477 CFLAGS="$with_cflags_warning $with_cflags_debugging $with_cflags_optimization $CFLAGS"
9873 10478
9874 { echo "$as_me:$LINENO: checking total value of XE_CFLAGS" >&5 10479 { $as_echo "$as_me:$LINENO: checking total value of XE_CFLAGS" >&5
9875 echo $ECHO_N "checking total value of XE_CFLAGS... $ECHO_C" >&6; } 10480 $as_echo_n "checking total value of XE_CFLAGS... " >&6; }
9876 { echo "$as_me:$LINENO: result: ${XE_CFLAGS}" >&5 10481 { $as_echo "$as_me:$LINENO: result: ${XE_CFLAGS}" >&5
9877 echo "${ECHO_T}${XE_CFLAGS}" >&6; } 10482 $as_echo "${XE_CFLAGS}" >&6; }
9878 { echo "$as_me:$LINENO: checking total value of CFLAGS" >&5 10483 { $as_echo "$as_me:$LINENO: checking total value of CFLAGS" >&5
9879 echo $ECHO_N "checking total value of CFLAGS... $ECHO_C" >&6; } 10484 $as_echo_n "checking total value of CFLAGS... " >&6; }
9880 { echo "$as_me:$LINENO: result: ${CFLAGS}" >&5 10485 { $as_echo "$as_me:$LINENO: result: ${CFLAGS}" >&5
9881 echo "${ECHO_T}${CFLAGS}" >&6; } 10486 $as_echo "${CFLAGS}" >&6; }
9882 10487
9883 if test "$GCC" = "yes"; then 10488 if test "$GCC" = "yes"; then
9884 { echo "$as_me:$LINENO: checking for buggy gcc versions" >&5 10489 { $as_echo "$as_me:$LINENO: checking for buggy gcc versions" >&5
9885 echo $ECHO_N "checking for buggy gcc versions... $ECHO_C" >&6; } 10490 $as_echo_n "checking for buggy gcc versions... " >&6; }
9886 GCC_VERSION=`$CC --version` 10491 GCC_VERSION=`$CC --version`
9887 case `uname -s`:`uname -m`:$GCC_VERSION in 10492 case `uname -s`:`uname -m`:$GCC_VERSION in
9888 *:sun4*:2.8.1|*:sun4*:egcs-2.90.*) 10493 *:sun4*:2.8.1|*:sun4*:egcs-2.90.*)
9889 case "$CFLAGS" in 10494 case "$CFLAGS" in
9890 *-O2*|*-O3*) 10495 *-O2*|*-O3*)
9891 case "$CFLAGS" in 10496 case "$CFLAGS" in
9892 *-fno-schedule-insns*) ;; 10497 *-fno-schedule-insns*) ;;
9893 *) 10498 *)
9894 { echo "$as_me:$LINENO: result: yes" >&5 10499 { $as_echo "$as_me:$LINENO: result: yes" >&5
9895 echo "${ECHO_T}yes" >&6; } 10500 $as_echo "yes" >&6; }
9896 { echo "$as_me:$LINENO: WARNING: Don't use -O2 with gcc 2.8.1 and egcs 1.0 under SPARC architectures" >&5 10501 { $as_echo "$as_me:$LINENO: WARNING: Don't use -O2 with gcc 2.8.1 and egcs 1.0 under SPARC architectures" >&5
9897 echo "$as_me: WARNING: Don't use -O2 with gcc 2.8.1 and egcs 1.0 under SPARC architectures" >&2;} 10502 $as_echo "$as_me: WARNING: Don't use -O2 with gcc 2.8.1 and egcs 1.0 under SPARC architectures" >&2;}
9898 { echo "$as_me:$LINENO: WARNING: without also using -fno-schedule-insns." >&5 10503 { $as_echo "$as_me:$LINENO: WARNING: without also using -fno-schedule-insns." >&5
9899 echo "$as_me: WARNING: without also using -fno-schedule-insns." >&2;} 10504 $as_echo "$as_me: WARNING: without also using -fno-schedule-insns." >&2;}
9900 { { echo "$as_me:$LINENO: error: Aborting due to known problem" >&5 10505 { { $as_echo "$as_me:$LINENO: error: Aborting due to known problem" >&5
9901 echo "$as_me: error: Aborting due to known problem" >&2;} 10506 $as_echo "$as_me: error: Aborting due to known problem" >&2;}
9902 { (exit 1); exit 1; }; } 10507 { (exit 1); exit 1; }; }
9903 ;; 10508 ;;
9904 esac 10509 esac
9905 ;; 10510 ;;
9906 esac 10511 esac
9907 ;; 10512 ;;
9908 Linux:alpha:egcs-2.91.*) 10513 Linux:alpha:egcs-2.91.*)
9909 { echo "$as_me:$LINENO: result: yes" >&5 10514 { $as_echo "$as_me:$LINENO: result: yes" >&5
9910 echo "${ECHO_T}yes" >&6; } 10515 $as_echo "yes" >&6; }
9911 { echo "$as_me:$LINENO: WARNING: There have been reports of egcs-1.1 not compiling XEmacs correctly on" >&5 10516 { $as_echo "$as_me:$LINENO: WARNING: There have been reports of egcs-1.1 not compiling XEmacs correctly on" >&5
9912 echo "$as_me: WARNING: There have been reports of egcs-1.1 not compiling XEmacs correctly on" >&2;} 10517 $as_echo "$as_me: WARNING: There have been reports of egcs-1.1 not compiling XEmacs correctly on" >&2;}
9913 { echo "$as_me:$LINENO: WARNING: Alpha Linux. There have also been reports that egcs-1.0.3a is O.K." >&5 10518 { $as_echo "$as_me:$LINENO: WARNING: Alpha Linux. There have also been reports that egcs-1.0.3a is O.K." >&5
9914 echo "$as_me: WARNING: Alpha Linux. There have also been reports that egcs-1.0.3a is O.K." >&2;} 10519 $as_echo "$as_me: WARNING: Alpha Linux. There have also been reports that egcs-1.0.3a is O.K." >&2;}
9915 { { echo "$as_me:$LINENO: error: Aborting due to known problem" >&5 10520 { { $as_echo "$as_me:$LINENO: error: Aborting due to known problem" >&5
9916 echo "$as_me: error: Aborting due to known problem" >&2;} 10521 $as_echo "$as_me: error: Aborting due to known problem" >&2;}
9917 { (exit 1); exit 1; }; } 10522 { (exit 1); exit 1; }; }
9918 ;; 10523 ;;
9919 *:i*86*:2.7.2*) 10524 *:i*86*:2.7.2*)
9920 case "$CFLAGS" in 10525 case "$CFLAGS" in
9921 *-O2*|*-O3*) 10526 *-O2*|*-O3*)
9922 case "$GCC_VERSION" in 10527 case "$GCC_VERSION" in
9923 2.7.2) 10528 2.7.2)
9924 case "$CFLAGS" in 10529 case "$CFLAGS" in
9925 *-fno-strength-reduce*) ;; 10530 *-fno-strength-reduce*) ;;
9926 *) 10531 *)
9927 { echo "$as_me:$LINENO: result: yes" >&5 10532 { $as_echo "$as_me:$LINENO: result: yes" >&5
9928 echo "${ECHO_T}yes" >&6; } 10533 $as_echo "yes" >&6; }
9929 { echo "$as_me:$LINENO: WARNING: Don't use -O2 with gcc 2.7.2 under Intel/XXX without also using" >&5 10534 { $as_echo "$as_me:$LINENO: WARNING: Don't use -O2 with gcc 2.7.2 under Intel/XXX without also using" >&5
9930 echo "$as_me: WARNING: Don't use -O2 with gcc 2.7.2 under Intel/XXX without also using" >&2;} 10535 $as_echo "$as_me: WARNING: Don't use -O2 with gcc 2.7.2 under Intel/XXX without also using" >&2;}
9931 { echo "$as_me:$LINENO: WARNING: -fno-strength-reduce." >&5 10536 { $as_echo "$as_me:$LINENO: WARNING: -fno-strength-reduce." >&5
9932 echo "$as_me: WARNING: -fno-strength-reduce." >&2;} 10537 $as_echo "$as_me: WARNING: -fno-strength-reduce." >&2;}
9933 { { echo "$as_me:$LINENO: error: Aborting due to known problem" >&5 10538 { { $as_echo "$as_me:$LINENO: error: Aborting due to known problem" >&5
9934 echo "$as_me: error: Aborting due to known problem" >&2;} 10539 $as_echo "$as_me: error: Aborting due to known problem" >&2;}
9935 { (exit 1); exit 1; }; } 10540 { (exit 1); exit 1; }; }
9936 ;; 10541 ;;
9937 esac 10542 esac
9938 ;; 10543 ;;
9939 esac 10544 esac
9940 case "$CFLAGS" in 10545 case "$CFLAGS" in
9941 *-fno-caller-saves*) ;; 10546 *-fno-caller-saves*) ;;
9942 *) 10547 *)
9943 { echo "$as_me:$LINENO: result: yes" >&5 10548 { $as_echo "$as_me:$LINENO: result: yes" >&5
9944 echo "${ECHO_T}yes" >&6; } 10549 $as_echo "yes" >&6; }
9945 { echo "$as_me:$LINENO: WARNING: Don't use -O2 with gcc 2.7.2 under Intel/XXX without also using" >&5 10550 { $as_echo "$as_me:$LINENO: WARNING: Don't use -O2 with gcc 2.7.2 under Intel/XXX without also using" >&5
9946 echo "$as_me: WARNING: Don't use -O2 with gcc 2.7.2 under Intel/XXX without also using" >&2;} 10551 $as_echo "$as_me: WARNING: Don't use -O2 with gcc 2.7.2 under Intel/XXX without also using" >&2;}
9947 { echo "$as_me:$LINENO: WARNING: -fno-caller-saves." >&5 10552 { $as_echo "$as_me:$LINENO: WARNING: -fno-caller-saves." >&5
9948 echo "$as_me: WARNING: -fno-caller-saves." >&2;} 10553 $as_echo "$as_me: WARNING: -fno-caller-saves." >&2;}
9949 { { echo "$as_me:$LINENO: error: Aborting due to known problem" >&5 10554 { { $as_echo "$as_me:$LINENO: error: Aborting due to known problem" >&5
9950 echo "$as_me: error: Aborting due to known problem" >&2;} 10555 $as_echo "$as_me: error: Aborting due to known problem" >&2;}
9951 { (exit 1); exit 1; }; } 10556 { (exit 1); exit 1; }; }
9952 ;; 10557 ;;
9953 esac 10558 esac
9954 ;; 10559 ;;
9955 esac 10560 esac
9956 ;; 10561 ;;
9957 esac 10562 esac
9958 { echo "$as_me:$LINENO: result: no" >&5 10563 { $as_echo "$as_me:$LINENO: result: no" >&5
9959 echo "${ECHO_T}no" >&6; } 10564 $as_echo "no" >&6; }
9960 fi 10565 fi
9961 10566
9962 if test "$enable_pdump" != "yes"; then 10567 if test "$enable_pdump" != "yes"; then
9963 { echo "$as_me:$LINENO: checking for \"-z nocombreloc\" linker flag" >&5 10568 { $as_echo "$as_me:$LINENO: checking for \"-z nocombreloc\" linker flag" >&5
9964 echo $ECHO_N "checking for \"-z nocombreloc\" linker flag... $ECHO_C" >&6; } 10569 $as_echo_n "checking for \"-z nocombreloc\" linker flag... " >&6; }
9965 case "`ld --help 2>&1`" in 10570 case "`ld --help 2>&1`" in
9966 *-z\ nocombreloc* ) { echo "$as_me:$LINENO: result: yes" >&5 10571 *-z\ nocombreloc* ) { $as_echo "$as_me:$LINENO: result: yes" >&5
9967 echo "${ECHO_T}yes" >&6; } 10572 $as_echo "yes" >&6; }
9968 ld_switch_site="-z nocombreloc $ld_switch_site" && if test "$verbose" = "yes"; then echo " Prepending \"-z nocombreloc\" to \$ld_switch_site"; fi ;; 10573 ld_switch_site="-z nocombreloc $ld_switch_site" && if test "$verbose" = "yes"; then echo " Prepending \"-z nocombreloc\" to \$ld_switch_site"; fi ;;
9969 *) { echo "$as_me:$LINENO: result: no" >&5 10574 *) { $as_echo "$as_me:$LINENO: result: no" >&5
9970 echo "${ECHO_T}no" >&6; } ;; 10575 $as_echo "no" >&6; } ;;
9971 esac 10576 esac
9972 fi 10577 fi
9973 10578
9974 10579
9975 if test "$GCC" = "yes"; then 10580 if test "$GCC" = "yes"; then
10048 fi 10653 fi
10049 test "$enable_pdump" = "yes" && extra_objs="$extra_objs dumper.o" && if test "$verbose" = "yes"; then 10654 test "$enable_pdump" = "yes" && extra_objs="$extra_objs dumper.o" && if test "$verbose" = "yes"; then
10050 echo " xemacs will be linked with \"dumper.o\"" 10655 echo " xemacs will be linked with \"dumper.o\""
10051 fi 10656 fi
10052 10657
10053 { echo "$as_me:$LINENO: checking for dynodump" >&5 10658 { $as_echo "$as_me:$LINENO: checking for dynodump" >&5
10054 echo $ECHO_N "checking for dynodump... $ECHO_C" >&6; } 10659 $as_echo_n "checking for dynodump... " >&6; }
10055 if test "$unexec" != "unexsol2.o"; then 10660 if test "$unexec" != "unexsol2.o"; then
10056 { echo "$as_me:$LINENO: result: no" >&5 10661 { $as_echo "$as_me:$LINENO: result: no" >&5
10057 echo "${ECHO_T}no" >&6; } 10662 $as_echo "no" >&6; }
10058 else 10663 else
10059 { echo "$as_me:$LINENO: result: yes" >&5 10664 { $as_echo "$as_me:$LINENO: result: yes" >&5
10060 echo "${ECHO_T}yes" >&6; } 10665 $as_echo "yes" >&6; }
10061 cat >>confdefs.h <<\_ACEOF 10666 cat >>confdefs.h <<\_ACEOF
10062 #define DYNODUMP 1 10667 #define DYNODUMP 1
10063 _ACEOF 10668 _ACEOF
10064 10669
10065 MAKE_SUBDIR="$MAKE_SUBDIR dynodump" && if test "$verbose" = "yes"; then echo " Appending \"dynodump\" to \$MAKE_SUBDIR"; fi 10670 MAKE_SUBDIR="$MAKE_SUBDIR dynodump" && if test "$verbose" = "yes"; then echo " Appending \"dynodump\" to \$MAKE_SUBDIR"; fi
10090 if test -r "$f"; then start_flags="${start_flags},-bI:${f}"; fi 10695 if test -r "$f"; then start_flags="${start_flags},-bI:${f}"; fi
10091 done 10696 done
10092 for f in "/usr/lpp/X11/bin/smt.exp" "/usr/bin/X11/smt.exp"; do 10697 for f in "/usr/lpp/X11/bin/smt.exp" "/usr/bin/X11/smt.exp"; do
10093 if test -r "$f"; then start_flags="${start_flags},-bI:${f}"; break; fi 10698 if test -r "$f"; then start_flags="${start_flags},-bI:${f}"; break; fi
10094 done 10699 done
10095 { echo "$as_me:$LINENO: checking for terminateAndUnload in -lc" >&5 10700 { $as_echo "$as_me:$LINENO: checking for terminateAndUnload in -lc" >&5
10096 echo $ECHO_N "checking for terminateAndUnload in -lc... $ECHO_C" >&6; } 10701 $as_echo_n "checking for terminateAndUnload in -lc... " >&6; }
10097 if test "${ac_cv_lib_c_terminateAndUnload+set}" = set; then 10702 if test "${ac_cv_lib_c_terminateAndUnload+set}" = set; then
10098 echo $ECHO_N "(cached) $ECHO_C" >&6 10703 $as_echo_n "(cached) " >&6
10099 else 10704 else
10100 ac_check_lib_save_LIBS=$LIBS 10705 ac_check_lib_save_LIBS=$LIBS
10101 LIBS="-lc $LIBS" 10706 LIBS="-lc $LIBS"
10102 cat >conftest.$ac_ext <<_ACEOF 10707 cat >conftest.$ac_ext <<_ACEOF
10103 /* confdefs.h. */ 10708 /* confdefs.h. */
10125 if { (ac_try="$ac_link" 10730 if { (ac_try="$ac_link"
10126 case "(($ac_try" in 10731 case "(($ac_try" in
10127 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10732 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10128 *) ac_try_echo=$ac_try;; 10733 *) ac_try_echo=$ac_try;;
10129 esac 10734 esac
10130 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10735 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10736 $as_echo "$ac_try_echo") >&5
10131 (eval "$ac_link") 2>conftest.er1 10737 (eval "$ac_link") 2>conftest.er1
10132 ac_status=$? 10738 ac_status=$?
10133 grep -v '^ *+' conftest.er1 >conftest.err 10739 grep -v '^ *+' conftest.er1 >conftest.err
10134 rm -f conftest.er1 10740 rm -f conftest.er1
10135 cat conftest.err >&5 10741 cat conftest.err >&5
10136 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10742 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10137 (exit $ac_status); } && { 10743 (exit $ac_status); } && {
10138 test -z "$ac_c_werror_flag" || 10744 test -z "$ac_c_werror_flag" ||
10139 test ! -s conftest.err 10745 test ! -s conftest.err
10140 } && test -s conftest$ac_exeext && 10746 } && test -s conftest$ac_exeext && {
10141 $as_test_x conftest$ac_exeext; then 10747 test "$cross_compiling" = yes ||
10748 $as_test_x conftest$ac_exeext
10749 }; then
10142 ac_cv_lib_c_terminateAndUnload=yes 10750 ac_cv_lib_c_terminateAndUnload=yes
10143 else 10751 else
10144 echo "$as_me: failed program was:" >&5 10752 $as_echo "$as_me: failed program was:" >&5
10145 sed 's/^/| /' conftest.$ac_ext >&5 10753 sed 's/^/| /' conftest.$ac_ext >&5
10146 10754
10147 ac_cv_lib_c_terminateAndUnload=no 10755 ac_cv_lib_c_terminateAndUnload=no
10148 fi 10756 fi
10149 10757
10758 rm -rf conftest.dSYM
10150 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 10759 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10151 conftest$ac_exeext conftest.$ac_ext 10760 conftest$ac_exeext conftest.$ac_ext
10152 LIBS=$ac_check_lib_save_LIBS 10761 LIBS=$ac_check_lib_save_LIBS
10153 fi 10762 fi
10154 { echo "$as_me:$LINENO: result: $ac_cv_lib_c_terminateAndUnload" >&5 10763 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_c_terminateAndUnload" >&5
10155 echo "${ECHO_T}$ac_cv_lib_c_terminateAndUnload" >&6; } 10764 $as_echo "$ac_cv_lib_c_terminateAndUnload" >&6; }
10156 if test $ac_cv_lib_c_terminateAndUnload = yes; then 10765 if test "x$ac_cv_lib_c_terminateAndUnload" = x""yes; then
10157 libs_system="$libs_system -lC" && if test "$verbose" = "yes"; then echo " Appending \"-lC\" to \$libs_system"; fi 10766 libs_system="$libs_system -lC" && if test "$verbose" = "yes"; then echo " Appending \"-lC\" to \$libs_system"; fi
10158 fi 10767 fi
10159 10768
10160 fi 10769 fi
10161 elif test -n "$ld_text_start_addr"; then 10770 elif test -n "$ld_text_start_addr"; then
10176 10785
10177 compiler_version="" 10786 compiler_version=""
10178 gcc_compiler_specs="" 10787 gcc_compiler_specs=""
10179 libc_version="" 10788 libc_version=""
10180 10789
10181 { echo "$as_me:$LINENO: checking for compiler version information" >&5 10790 { $as_echo "$as_me:$LINENO: checking for compiler version information" >&5
10182 echo $ECHO_N "checking for compiler version information... $ECHO_C" >&6; } 10791 $as_echo_n "checking for compiler version information... " >&6; }
10183 10792
10184 if test "$GCC" = "yes"; then 10793 if test "$GCC" = "yes"; then
10185 compiler_version=`$XEMACS_CC --version | sed 1q` 10794 compiler_version=`$XEMACS_CC --version | sed 1q`
10186 gcc_compiler_specs=`$XEMACS_CC -v 2>&1 | sed 's/.* \([^ ]\)/\1/' | sed 1q` 10795 gcc_compiler_specs=`$XEMACS_CC -v 2>&1 | sed 's/.* \([^ ]\)/\1/' | sed 1q`
10187 else case "$XEMACS_CC" in 10796 else case "$XEMACS_CC" in
10226 fi 10835 fi
10227 10836
10228 if test -z "$compiler_version"; then 10837 if test -z "$compiler_version"; then
10229 compiler_version="detection failed (please report this)" 10838 compiler_version="detection failed (please report this)"
10230 fi 10839 fi
10231 { echo "$as_me:$LINENO: result: $compiler_version" >&5 10840 { $as_echo "$as_me:$LINENO: result: $compiler_version" >&5
10232 echo "${ECHO_T}$compiler_version" >&6; } 10841 $as_echo "$compiler_version" >&6; }
10233 10842
10234 { echo "$as_me:$LINENO: checking for standard C library version information" >&5 10843 { $as_echo "$as_me:$LINENO: checking for standard C library version information" >&5
10235 echo $ECHO_N "checking for standard C library version information... $ECHO_C" >&6; } 10844 $as_echo_n "checking for standard C library version information... " >&6; }
10236 10845
10237 case "$ac_cv_build" in 10846 case "$ac_cv_build" in
10238 *-*-linux*) 10847 *-*-linux*)
10239 if test -f /etc/redhat-release ; then 10848 if test -f /etc/redhat-release ; then
10240 libc_version=`rpm -q glibc` 10849 libc_version=`rpm -q glibc`
10269 esac 10878 esac
10270 10879
10271 if test -z "libc_version"; then 10880 if test -z "libc_version"; then
10272 libc_version="detection failed (please report this)" 10881 libc_version="detection failed (please report this)"
10273 fi 10882 fi
10274 { echo "$as_me:$LINENO: result: $libc_version" >&5 10883 { $as_echo "$as_me:$LINENO: result: $libc_version" >&5
10275 echo "${ECHO_T}$libc_version" >&6; } 10884 $as_echo "$libc_version" >&6; }
10276 10885
10277 10886
10278 case "$with_site_libraries" in *:* ) with_site_libraries="`echo '' $with_site_libraries | sed -e 's/^ //' -e 's/:/ /g'`";; esac 10887 case "$with_site_libraries" in *:* ) with_site_libraries="`echo '' $with_site_libraries | sed -e 's/^ //' -e 's/:/ /g'`";; esac
10279 if test -n "$with_site_libraries"; then 10888 if test -n "$with_site_libraries"; then
10280 for arg in $with_site_libraries; do 10889 for arg in $with_site_libraries; do
10342 * ) add_runtime_path=no ;; 10951 * ) add_runtime_path=no ;;
10343 esac 10952 esac
10344 fi 10953 fi
10345 10954
10346 if test "$add_runtime_path" = "yes"; then 10955 if test "$add_runtime_path" = "yes"; then
10347 { echo "$as_me:$LINENO: checking for runtime libraries flag" >&5 10956 { $as_echo "$as_me:$LINENO: checking for runtime libraries flag" >&5
10348 echo $ECHO_N "checking for runtime libraries flag... $ECHO_C" >&6; } 10957 $as_echo_n "checking for runtime libraries flag... " >&6; }
10349 case "$opsys" in 10958 case "$opsys" in
10350 sol2 ) dash_r="-R" ;; 10959 sol2 ) dash_r="-R" ;;
10351 decosf* | linux* | irix*) dash_r="-rpath " ;; 10960 decosf* | linux* | irix*) dash_r="-rpath " ;;
10352 *) 10961 *)
10353 dash_r="" 10962 dash_r=""
10370 if { (ac_try="$ac_link" 10979 if { (ac_try="$ac_link"
10371 case "(($ac_try" in 10980 case "(($ac_try" in
10372 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10981 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10373 *) ac_try_echo=$ac_try;; 10982 *) ac_try_echo=$ac_try;;
10374 esac 10983 esac
10375 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10984 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10985 $as_echo "$ac_try_echo") >&5
10376 (eval "$ac_link") 2>conftest.er1 10986 (eval "$ac_link") 2>conftest.er1
10377 ac_status=$? 10987 ac_status=$?
10378 grep -v '^ *+' conftest.er1 >conftest.err 10988 grep -v '^ *+' conftest.er1 >conftest.err
10379 rm -f conftest.er1 10989 rm -f conftest.er1
10380 cat conftest.err >&5 10990 cat conftest.err >&5
10381 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10991 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10382 (exit $ac_status); } && { 10992 (exit $ac_status); } && {
10383 test -z "$ac_c_werror_flag" || 10993 test -z "$ac_c_werror_flag" ||
10384 test ! -s conftest.err 10994 test ! -s conftest.err
10385 } && test -s conftest$ac_exeext && 10995 } && test -s conftest$ac_exeext && {
10386 $as_test_x conftest$ac_exeext; then 10996 test "$cross_compiling" = yes ||
10997 $as_test_x conftest$ac_exeext
10998 }; then
10387 dash_r="$try_dash_r" 10999 dash_r="$try_dash_r"
10388 else 11000 else
10389 echo "$as_me: failed program was:" >&5 11001 $as_echo "$as_me: failed program was:" >&5
10390 sed 's/^/| /' conftest.$ac_ext >&5 11002 sed 's/^/| /' conftest.$ac_ext >&5
10391 11003
10392 11004
10393 fi 11005 fi
10394 11006
11007 rm -rf conftest.dSYM
10395 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 11008 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10396 conftest$ac_exeext 11009 conftest$ac_exeext
10397 xe_check_libs="" 11010 xe_check_libs=""
10398 test -n "$dash_r" && break 11011 test -n "$dash_r" && break
10399 done ;; 11012 done ;;
10400 esac 11013 esac
10401 if test -n "$dash_r"; 11014 if test -n "$dash_r";
10402 then { echo "$as_me:$LINENO: result: \"${dash_r}\"" >&5 11015 then { $as_echo "$as_me:$LINENO: result: \"${dash_r}\"" >&5
10403 echo "${ECHO_T}\"${dash_r}\"" >&6; } 11016 $as_echo "\"${dash_r}\"" >&6; }
10404 else { echo "$as_me:$LINENO: result: NONE" >&5 11017 else { $as_echo "$as_me:$LINENO: result: NONE" >&5
10405 echo "${ECHO_T}NONE" >&6; } 11018 $as_echo "NONE" >&6; }
10406 fi 11019 fi
10407 fi 11020 fi
10408 11021
10409 xe_add_unique_runpath_dir=' 11022 xe_add_unique_runpath_dir='
10410 xe_add_p=yes 11023 xe_add_p=yes
10484 doug_lea_malloc=yes 11097 doug_lea_malloc=yes
10485 else 11098 else
10486 doug_lea_malloc=no 11099 doug_lea_malloc=no
10487 fi 11100 fi
10488 after_morecore_hook_exists=yes 11101 after_morecore_hook_exists=yes
10489 { echo "$as_me:$LINENO: checking for malloc_set_state" >&5 11102 { $as_echo "$as_me:$LINENO: checking for malloc_set_state" >&5
10490 echo $ECHO_N "checking for malloc_set_state... $ECHO_C" >&6; } 11103 $as_echo_n "checking for malloc_set_state... " >&6; }
10491 if test "${ac_cv_func_malloc_set_state+set}" = set; then 11104 if test "${ac_cv_func_malloc_set_state+set}" = set; then
10492 echo $ECHO_N "(cached) $ECHO_C" >&6 11105 $as_echo_n "(cached) " >&6
10493 else 11106 else
10494 cat >conftest.$ac_ext <<_ACEOF 11107 cat >conftest.$ac_ext <<_ACEOF
10495 /* confdefs.h. */ 11108 /* confdefs.h. */
10496 _ACEOF 11109 _ACEOF
10497 cat confdefs.h >>conftest.$ac_ext 11110 cat confdefs.h >>conftest.$ac_ext
10540 if { (ac_try="$ac_link" 11153 if { (ac_try="$ac_link"
10541 case "(($ac_try" in 11154 case "(($ac_try" in
10542 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11155 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10543 *) ac_try_echo=$ac_try;; 11156 *) ac_try_echo=$ac_try;;
10544 esac 11157 esac
10545 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11158 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11159 $as_echo "$ac_try_echo") >&5
10546 (eval "$ac_link") 2>conftest.er1 11160 (eval "$ac_link") 2>conftest.er1
10547 ac_status=$? 11161 ac_status=$?
10548 grep -v '^ *+' conftest.er1 >conftest.err 11162 grep -v '^ *+' conftest.er1 >conftest.err
10549 rm -f conftest.er1 11163 rm -f conftest.er1
10550 cat conftest.err >&5 11164 cat conftest.err >&5
10551 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11165 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10552 (exit $ac_status); } && { 11166 (exit $ac_status); } && {
10553 test -z "$ac_c_werror_flag" || 11167 test -z "$ac_c_werror_flag" ||
10554 test ! -s conftest.err 11168 test ! -s conftest.err
10555 } && test -s conftest$ac_exeext && 11169 } && test -s conftest$ac_exeext && {
10556 $as_test_x conftest$ac_exeext; then 11170 test "$cross_compiling" = yes ||
11171 $as_test_x conftest$ac_exeext
11172 }; then
10557 ac_cv_func_malloc_set_state=yes 11173 ac_cv_func_malloc_set_state=yes
10558 else 11174 else
10559 echo "$as_me: failed program was:" >&5 11175 $as_echo "$as_me: failed program was:" >&5
10560 sed 's/^/| /' conftest.$ac_ext >&5 11176 sed 's/^/| /' conftest.$ac_ext >&5
10561 11177
10562 ac_cv_func_malloc_set_state=no 11178 ac_cv_func_malloc_set_state=no
10563 fi 11179 fi
10564 11180
11181 rm -rf conftest.dSYM
10565 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 11182 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10566 conftest$ac_exeext conftest.$ac_ext 11183 conftest$ac_exeext conftest.$ac_ext
10567 fi 11184 fi
10568 { echo "$as_me:$LINENO: result: $ac_cv_func_malloc_set_state" >&5 11185 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_malloc_set_state" >&5
10569 echo "${ECHO_T}$ac_cv_func_malloc_set_state" >&6; } 11186 $as_echo "$ac_cv_func_malloc_set_state" >&6; }
10570 if test $ac_cv_func_malloc_set_state = yes; then 11187 if test "x$ac_cv_func_malloc_set_state" = x""yes; then
10571 : 11188 :
10572 else 11189 else
10573 doug_lea_malloc=no 11190 doug_lea_malloc=no
10574 fi 11191 fi
10575 11192
10576 { echo "$as_me:$LINENO: checking whether __after_morecore_hook exists" >&5 11193 { $as_echo "$as_me:$LINENO: checking whether __after_morecore_hook exists" >&5
10577 echo $ECHO_N "checking whether __after_morecore_hook exists... $ECHO_C" >&6; } 11194 $as_echo_n "checking whether __after_morecore_hook exists... " >&6; }
10578 cat >conftest.$ac_ext <<_ACEOF 11195 cat >conftest.$ac_ext <<_ACEOF
10579 /* confdefs.h. */ 11196 /* confdefs.h. */
10580 _ACEOF 11197 _ACEOF
10581 cat confdefs.h >>conftest.$ac_ext 11198 cat confdefs.h >>conftest.$ac_ext
10582 cat >>conftest.$ac_ext <<_ACEOF 11199 cat >>conftest.$ac_ext <<_ACEOF
10594 if { (ac_try="$ac_link" 11211 if { (ac_try="$ac_link"
10595 case "(($ac_try" in 11212 case "(($ac_try" in
10596 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11213 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10597 *) ac_try_echo=$ac_try;; 11214 *) ac_try_echo=$ac_try;;
10598 esac 11215 esac
10599 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11216 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11217 $as_echo "$ac_try_echo") >&5
10600 (eval "$ac_link") 2>conftest.er1 11218 (eval "$ac_link") 2>conftest.er1
10601 ac_status=$? 11219 ac_status=$?
10602 grep -v '^ *+' conftest.er1 >conftest.err 11220 grep -v '^ *+' conftest.er1 >conftest.err
10603 rm -f conftest.er1 11221 rm -f conftest.er1
10604 cat conftest.err >&5 11222 cat conftest.err >&5
10605 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11223 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10606 (exit $ac_status); } && { 11224 (exit $ac_status); } && {
10607 test -z "$ac_c_werror_flag" || 11225 test -z "$ac_c_werror_flag" ||
10608 test ! -s conftest.err 11226 test ! -s conftest.err
10609 } && test -s conftest$ac_exeext && 11227 } && test -s conftest$ac_exeext && {
10610 $as_test_x conftest$ac_exeext; then 11228 test "$cross_compiling" = yes ||
10611 { echo "$as_me:$LINENO: result: yes" >&5 11229 $as_test_x conftest$ac_exeext
10612 echo "${ECHO_T}yes" >&6; } 11230 }; then
10613 else 11231 { $as_echo "$as_me:$LINENO: result: yes" >&5
10614 echo "$as_me: failed program was:" >&5 11232 $as_echo "yes" >&6; }
11233 else
11234 $as_echo "$as_me: failed program was:" >&5
10615 sed 's/^/| /' conftest.$ac_ext >&5 11235 sed 's/^/| /' conftest.$ac_ext >&5
10616 11236
10617 { echo "$as_me:$LINENO: result: no" >&5 11237 { $as_echo "$as_me:$LINENO: result: no" >&5
10618 echo "${ECHO_T}no" >&6; } 11238 $as_echo "no" >&6; }
10619 after_morecore_hook_exists=no 11239 after_morecore_hook_exists=no
10620 fi 11240 fi
10621 11241
11242 rm -rf conftest.dSYM
10622 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 11243 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10623 conftest$ac_exeext conftest.$ac_ext 11244 conftest$ac_exeext conftest.$ac_ext
10624 if test "$system_malloc" = "yes" ; then 11245 if test "$system_malloc" = "yes" ; then
10625 GNU_MALLOC=no 11246 GNU_MALLOC=no
10626 GNU_MALLOC_reason=" 11247 GNU_MALLOC_reason="
10655 11276
10656 11277
10657 11278
10658 # Extract the first word of "ar", so it can be a program name with args. 11279 # Extract the first word of "ar", so it can be a program name with args.
10659 set dummy ar; ac_word=$2 11280 set dummy ar; ac_word=$2
10660 { echo "$as_me:$LINENO: checking for $ac_word" >&5 11281 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
10661 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 11282 $as_echo_n "checking for $ac_word... " >&6; }
10662 if test "${ac_cv_prog_AR+set}" = set; then 11283 if test "${ac_cv_prog_AR+set}" = set; then
10663 echo $ECHO_N "(cached) $ECHO_C" >&6 11284 $as_echo_n "(cached) " >&6
10664 else 11285 else
10665 if test -n "$AR"; then 11286 if test -n "$AR"; then
10666 ac_cv_prog_AR="$AR" # Let the user override the test. 11287 ac_cv_prog_AR="$AR" # Let the user override the test.
10667 else 11288 else
10668 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 11289 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10671 IFS=$as_save_IFS 11292 IFS=$as_save_IFS
10672 test -z "$as_dir" && as_dir=. 11293 test -z "$as_dir" && as_dir=.
10673 for ac_exec_ext in '' $ac_executable_extensions; do 11294 for ac_exec_ext in '' $ac_executable_extensions; do
10674 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 11295 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10675 ac_cv_prog_AR="ar" 11296 ac_cv_prog_AR="ar"
10676 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 11297 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10677 break 2 11298 break 2
10678 fi 11299 fi
10679 done 11300 done
10680 done 11301 done
10681 IFS=$as_save_IFS 11302 IFS=$as_save_IFS
10683 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="not_found" 11304 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="not_found"
10684 fi 11305 fi
10685 fi 11306 fi
10686 AR=$ac_cv_prog_AR 11307 AR=$ac_cv_prog_AR
10687 if test -n "$AR"; then 11308 if test -n "$AR"; then
10688 { echo "$as_me:$LINENO: result: $AR" >&5 11309 { $as_echo "$as_me:$LINENO: result: $AR" >&5
10689 echo "${ECHO_T}$AR" >&6; } 11310 $as_echo "$AR" >&6; }
10690 else 11311 else
10691 { echo "$as_me:$LINENO: result: no" >&5 11312 { $as_echo "$as_me:$LINENO: result: no" >&5
10692 echo "${ECHO_T}no" >&6; } 11313 $as_echo "no" >&6; }
10693 fi 11314 fi
10694 11315
10695 11316
10696 if test "$AR" = "not_found"; then 11317 if test "$AR" = "not_found"; then
10697 { echo "Error:" "ar not found -- is PATH set correctly?" >&2; exit 1; } 11318 { echo "Error:" "ar not found -- is PATH set correctly?" >&2; exit 1; }
10698 fi 11319 fi
10699 if test -n "$ac_tool_prefix"; then 11320 if test -n "$ac_tool_prefix"; then
10700 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 11321 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
10701 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 11322 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
10702 { echo "$as_me:$LINENO: checking for $ac_word" >&5 11323 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
10703 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 11324 $as_echo_n "checking for $ac_word... " >&6; }
10704 if test "${ac_cv_prog_RANLIB+set}" = set; then 11325 if test "${ac_cv_prog_RANLIB+set}" = set; then
10705 echo $ECHO_N "(cached) $ECHO_C" >&6 11326 $as_echo_n "(cached) " >&6
10706 else 11327 else
10707 if test -n "$RANLIB"; then 11328 if test -n "$RANLIB"; then
10708 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 11329 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
10709 else 11330 else
10710 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 11331 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10713 IFS=$as_save_IFS 11334 IFS=$as_save_IFS
10714 test -z "$as_dir" && as_dir=. 11335 test -z "$as_dir" && as_dir=.
10715 for ac_exec_ext in '' $ac_executable_extensions; do 11336 for ac_exec_ext in '' $ac_executable_extensions; do
10716 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 11337 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10717 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 11338 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
10718 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 11339 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10719 break 2 11340 break 2
10720 fi 11341 fi
10721 done 11342 done
10722 done 11343 done
10723 IFS=$as_save_IFS 11344 IFS=$as_save_IFS
10724 11345
10725 fi 11346 fi
10726 fi 11347 fi
10727 RANLIB=$ac_cv_prog_RANLIB 11348 RANLIB=$ac_cv_prog_RANLIB
10728 if test -n "$RANLIB"; then 11349 if test -n "$RANLIB"; then
10729 { echo "$as_me:$LINENO: result: $RANLIB" >&5 11350 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
10730 echo "${ECHO_T}$RANLIB" >&6; } 11351 $as_echo "$RANLIB" >&6; }
10731 else 11352 else
10732 { echo "$as_me:$LINENO: result: no" >&5 11353 { $as_echo "$as_me:$LINENO: result: no" >&5
10733 echo "${ECHO_T}no" >&6; } 11354 $as_echo "no" >&6; }
10734 fi 11355 fi
10735 11356
10736 11357
10737 fi 11358 fi
10738 if test -z "$ac_cv_prog_RANLIB"; then 11359 if test -z "$ac_cv_prog_RANLIB"; then
10739 ac_ct_RANLIB=$RANLIB 11360 ac_ct_RANLIB=$RANLIB
10740 # Extract the first word of "ranlib", so it can be a program name with args. 11361 # Extract the first word of "ranlib", so it can be a program name with args.
10741 set dummy ranlib; ac_word=$2 11362 set dummy ranlib; ac_word=$2
10742 { echo "$as_me:$LINENO: checking for $ac_word" >&5 11363 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
10743 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 11364 $as_echo_n "checking for $ac_word... " >&6; }
10744 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 11365 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
10745 echo $ECHO_N "(cached) $ECHO_C" >&6 11366 $as_echo_n "(cached) " >&6
10746 else 11367 else
10747 if test -n "$ac_ct_RANLIB"; then 11368 if test -n "$ac_ct_RANLIB"; then
10748 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. 11369 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
10749 else 11370 else
10750 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 11371 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10753 IFS=$as_save_IFS 11374 IFS=$as_save_IFS
10754 test -z "$as_dir" && as_dir=. 11375 test -z "$as_dir" && as_dir=.
10755 for ac_exec_ext in '' $ac_executable_extensions; do 11376 for ac_exec_ext in '' $ac_executable_extensions; do
10756 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 11377 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10757 ac_cv_prog_ac_ct_RANLIB="ranlib" 11378 ac_cv_prog_ac_ct_RANLIB="ranlib"
10758 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 11379 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10759 break 2 11380 break 2
10760 fi 11381 fi
10761 done 11382 done
10762 done 11383 done
10763 IFS=$as_save_IFS 11384 IFS=$as_save_IFS
10764 11385
10765 fi 11386 fi
10766 fi 11387 fi
10767 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 11388 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
10768 if test -n "$ac_ct_RANLIB"; then 11389 if test -n "$ac_ct_RANLIB"; then
10769 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 11390 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
10770 echo "${ECHO_T}$ac_ct_RANLIB" >&6; } 11391 $as_echo "$ac_ct_RANLIB" >&6; }
10771 else 11392 else
10772 { echo "$as_me:$LINENO: result: no" >&5 11393 { $as_echo "$as_me:$LINENO: result: no" >&5
10773 echo "${ECHO_T}no" >&6; } 11394 $as_echo "no" >&6; }
10774 fi 11395 fi
10775 11396
10776 if test "x$ac_ct_RANLIB" = x; then 11397 if test "x$ac_ct_RANLIB" = x; then
10777 RANLIB=":" 11398 RANLIB=":"
10778 else 11399 else
10779 case $cross_compiling:$ac_tool_warned in 11400 case $cross_compiling:$ac_tool_warned in
10780 yes:) 11401 yes:)
10781 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 11402 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
10782 whose name does not start with the host triplet. If you think this 11403 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
10783 configuration is useful to you, please write to autoconf@gnu.org." >&5
10784 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
10785 whose name does not start with the host triplet. If you think this
10786 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
10787 ac_tool_warned=yes ;; 11404 ac_tool_warned=yes ;;
10788 esac 11405 esac
10789 RANLIB=$ac_ct_RANLIB 11406 RANLIB=$ac_ct_RANLIB
10790 fi 11407 fi
10791 else 11408 else
10803 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 11420 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
10804 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 11421 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
10805 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 11422 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
10806 # OS/2's system install, which has a completely different semantic 11423 # OS/2's system install, which has a completely different semantic
10807 # ./install, which can be erroneously created by make from ./install.sh. 11424 # ./install, which can be erroneously created by make from ./install.sh.
10808 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 11425 # Reject install programs that cannot install multiple files.
10809 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } 11426 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
11427 $as_echo_n "checking for a BSD-compatible install... " >&6; }
10810 if test -z "$INSTALL"; then 11428 if test -z "$INSTALL"; then
10811 if test "${ac_cv_path_install+set}" = set; then 11429 if test "${ac_cv_path_install+set}" = set; then
10812 echo $ECHO_N "(cached) $ECHO_C" >&6 11430 $as_echo_n "(cached) " >&6
10813 else 11431 else
10814 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 11432 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10815 for as_dir in $PATH 11433 for as_dir in $PATH
10816 do 11434 do
10817 IFS=$as_save_IFS 11435 IFS=$as_save_IFS
10836 elif test $ac_prog = install && 11454 elif test $ac_prog = install &&
10837 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 11455 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
10838 # program-specific install script used by HP pwplus--don't use. 11456 # program-specific install script used by HP pwplus--don't use.
10839 : 11457 :
10840 else 11458 else
10841 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 11459 rm -rf conftest.one conftest.two conftest.dir
10842 break 3 11460 echo one > conftest.one
11461 echo two > conftest.two
11462 mkdir conftest.dir
11463 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
11464 test -s conftest.one && test -s conftest.two &&
11465 test -s conftest.dir/conftest.one &&
11466 test -s conftest.dir/conftest.two
11467 then
11468 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
11469 break 3
11470 fi
10843 fi 11471 fi
10844 fi 11472 fi
10845 done 11473 done
10846 done 11474 done
10847 ;; 11475 ;;
10848 esac 11476 esac
11477
10849 done 11478 done
10850 IFS=$as_save_IFS 11479 IFS=$as_save_IFS
10851 11480
11481 rm -rf conftest.one conftest.two conftest.dir
10852 11482
10853 fi 11483 fi
10854 if test "${ac_cv_path_install+set}" = set; then 11484 if test "${ac_cv_path_install+set}" = set; then
10855 INSTALL=$ac_cv_path_install 11485 INSTALL=$ac_cv_path_install
10856 else 11486 else
10859 # break other packages using the cache if that directory is 11489 # break other packages using the cache if that directory is
10860 # removed, or if the value is a relative name. 11490 # removed, or if the value is a relative name.
10861 INSTALL=$ac_install_sh 11491 INSTALL=$ac_install_sh
10862 fi 11492 fi
10863 fi 11493 fi
10864 { echo "$as_me:$LINENO: result: $INSTALL" >&5 11494 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
10865 echo "${ECHO_T}$INSTALL" >&6; } 11495 $as_echo "$INSTALL" >&6; }
10866 11496
10867 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. 11497 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
10868 # It thinks the first close brace ends the variable substitution. 11498 # It thinks the first close brace ends the variable substitution.
10869 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 11499 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
10870 11500
10874 11504
10875 for ac_prog in 'bison -y' byacc 11505 for ac_prog in 'bison -y' byacc
10876 do 11506 do
10877 # Extract the first word of "$ac_prog", so it can be a program name with args. 11507 # Extract the first word of "$ac_prog", so it can be a program name with args.
10878 set dummy $ac_prog; ac_word=$2 11508 set dummy $ac_prog; ac_word=$2
10879 { echo "$as_me:$LINENO: checking for $ac_word" >&5 11509 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
10880 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 11510 $as_echo_n "checking for $ac_word... " >&6; }
10881 if test "${ac_cv_prog_YACC+set}" = set; then 11511 if test "${ac_cv_prog_YACC+set}" = set; then
10882 echo $ECHO_N "(cached) $ECHO_C" >&6 11512 $as_echo_n "(cached) " >&6
10883 else 11513 else
10884 if test -n "$YACC"; then 11514 if test -n "$YACC"; then
10885 ac_cv_prog_YACC="$YACC" # Let the user override the test. 11515 ac_cv_prog_YACC="$YACC" # Let the user override the test.
10886 else 11516 else
10887 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 11517 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10890 IFS=$as_save_IFS 11520 IFS=$as_save_IFS
10891 test -z "$as_dir" && as_dir=. 11521 test -z "$as_dir" && as_dir=.
10892 for ac_exec_ext in '' $ac_executable_extensions; do 11522 for ac_exec_ext in '' $ac_executable_extensions; do
10893 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 11523 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10894 ac_cv_prog_YACC="$ac_prog" 11524 ac_cv_prog_YACC="$ac_prog"
10895 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 11525 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10896 break 2 11526 break 2
10897 fi 11527 fi
10898 done 11528 done
10899 done 11529 done
10900 IFS=$as_save_IFS 11530 IFS=$as_save_IFS
10901 11531
10902 fi 11532 fi
10903 fi 11533 fi
10904 YACC=$ac_cv_prog_YACC 11534 YACC=$ac_cv_prog_YACC
10905 if test -n "$YACC"; then 11535 if test -n "$YACC"; then
10906 { echo "$as_me:$LINENO: result: $YACC" >&5 11536 { $as_echo "$as_me:$LINENO: result: $YACC" >&5
10907 echo "${ECHO_T}$YACC" >&6; } 11537 $as_echo "$YACC" >&6; }
10908 else 11538 else
10909 { echo "$as_me:$LINENO: result: no" >&5 11539 { $as_echo "$as_me:$LINENO: result: no" >&5
10910 echo "${ECHO_T}no" >&6; } 11540 $as_echo "no" >&6; }
10911 fi 11541 fi
10912 11542
10913 11543
10914 test -n "$YACC" && break 11544 test -n "$YACC" && break
10915 done 11545 done
10916 test -n "$YACC" || YACC="yacc" 11546 test -n "$YACC" || YACC="yacc"
10917 11547
10918 11548
10919 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5 11549
10920 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } 11550
11551
11552
11553
11554
11555
11556
11557
11558
11559
11560
11561
11562
11563
11564
11565
11566 for ac_header in a.out.h elf.h cygwin/version.h fcntl.h libgen.h locale.h wchar.h mach/mach.h sys/param.h sys/pstat.h sys/resource.h sys/time.h sys/timeb.h sys/times.h sys/un.h sys/vlimit.h ulimit.h
11567 do
11568 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11569 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11570 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11571 $as_echo_n "checking for $ac_header... " >&6; }
11572 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11573 $as_echo_n "(cached) " >&6
11574 fi
11575 ac_res=`eval 'as_val=${'$as_ac_Header'}
11576 $as_echo "$as_val"'`
11577 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11578 $as_echo "$ac_res" >&6; }
11579 else
11580 # Is the header compilable?
11581 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11582 $as_echo_n "checking $ac_header usability... " >&6; }
11583 cat >conftest.$ac_ext <<_ACEOF
11584 /* confdefs.h. */
11585 _ACEOF
11586 cat confdefs.h >>conftest.$ac_ext
11587 cat >>conftest.$ac_ext <<_ACEOF
11588 /* end confdefs.h. */
11589 $ac_includes_default
11590 #include <$ac_header>
11591 _ACEOF
11592 rm -f conftest.$ac_objext
11593 if { (ac_try="$ac_compile"
11594 case "(($ac_try" in
11595 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11596 *) ac_try_echo=$ac_try;;
11597 esac
11598 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11599 $as_echo "$ac_try_echo") >&5
11600 (eval "$ac_compile") 2>conftest.er1
11601 ac_status=$?
11602 grep -v '^ *+' conftest.er1 >conftest.err
11603 rm -f conftest.er1
11604 cat conftest.err >&5
11605 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11606 (exit $ac_status); } && {
11607 test -z "$ac_c_werror_flag" ||
11608 test ! -s conftest.err
11609 } && test -s conftest.$ac_objext; then
11610 ac_header_compiler=yes
11611 else
11612 $as_echo "$as_me: failed program was:" >&5
11613 sed 's/^/| /' conftest.$ac_ext >&5
11614
11615 ac_header_compiler=no
11616 fi
11617
11618 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11619 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11620 $as_echo "$ac_header_compiler" >&6; }
11621
11622 # Is the header present?
11623 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11624 $as_echo_n "checking $ac_header presence... " >&6; }
11625 cat >conftest.$ac_ext <<_ACEOF
11626 /* confdefs.h. */
11627 _ACEOF
11628 cat confdefs.h >>conftest.$ac_ext
11629 cat >>conftest.$ac_ext <<_ACEOF
11630 /* end confdefs.h. */
11631 #include <$ac_header>
11632 _ACEOF
11633 if { (ac_try="$ac_cpp conftest.$ac_ext"
11634 case "(($ac_try" in
11635 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11636 *) ac_try_echo=$ac_try;;
11637 esac
11638 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11639 $as_echo "$ac_try_echo") >&5
11640 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11641 ac_status=$?
11642 grep -v '^ *+' conftest.er1 >conftest.err
11643 rm -f conftest.er1
11644 cat conftest.err >&5
11645 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11646 (exit $ac_status); } >/dev/null && {
11647 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11648 test ! -s conftest.err
11649 }; then
11650 ac_header_preproc=yes
11651 else
11652 $as_echo "$as_me: failed program was:" >&5
11653 sed 's/^/| /' conftest.$ac_ext >&5
11654
11655 ac_header_preproc=no
11656 fi
11657
11658 rm -f conftest.err conftest.$ac_ext
11659 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11660 $as_echo "$ac_header_preproc" >&6; }
11661
11662 # So? What about this header?
11663 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11664 yes:no: )
11665 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11666 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11667 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11668 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11669 ac_header_preproc=yes
11670 ;;
11671 no:yes:* )
11672 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11673 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11674 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11675 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11676 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11677 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11678 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11679 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11680 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11681 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11682 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11683 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11684 ( cat <<\_ASBOX
11685 ## ------------------------------------- ##
11686 ## Report this to xemacs-beta@xemacs.org ##
11687 ## ------------------------------------- ##
11688 _ASBOX
11689 ) | sed "s/^/$as_me: WARNING: /" >&2
11690 ;;
11691 esac
11692 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11693 $as_echo_n "checking for $ac_header... " >&6; }
11694 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11695 $as_echo_n "(cached) " >&6
11696 else
11697 eval "$as_ac_Header=\$ac_header_preproc"
11698 fi
11699 ac_res=`eval 'as_val=${'$as_ac_Header'}
11700 $as_echo "$as_val"'`
11701 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11702 $as_echo "$ac_res" >&6; }
11703
11704 fi
11705 as_val=`eval 'as_val=${'$as_ac_Header'}
11706 $as_echo "$as_val"'`
11707 if test "x$as_val" = x""yes; then
11708 cat >>confdefs.h <<_ACEOF
11709 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11710 _ACEOF
11711
11712 fi
11713
11714 done
11715
11716 { $as_echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
11717 $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
11718 if test "${ac_cv_header_sys_wait_h+set}" = set; then
11719 $as_echo_n "(cached) " >&6
11720 else
11721 cat >conftest.$ac_ext <<_ACEOF
11722 /* confdefs.h. */
11723 _ACEOF
11724 cat confdefs.h >>conftest.$ac_ext
11725 cat >>conftest.$ac_ext <<_ACEOF
11726 /* end confdefs.h. */
11727 #include <sys/types.h>
11728 #include <sys/wait.h>
11729 #ifndef WEXITSTATUS
11730 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
11731 #endif
11732 #ifndef WIFEXITED
11733 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
11734 #endif
11735
11736 int
11737 main ()
11738 {
11739 int s;
11740 wait (&s);
11741 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
11742 ;
11743 return 0;
11744 }
11745 _ACEOF
11746 rm -f conftest.$ac_objext
11747 if { (ac_try="$ac_compile"
11748 case "(($ac_try" in
11749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11750 *) ac_try_echo=$ac_try;;
11751 esac
11752 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11753 $as_echo "$ac_try_echo") >&5
11754 (eval "$ac_compile") 2>conftest.er1
11755 ac_status=$?
11756 grep -v '^ *+' conftest.er1 >conftest.err
11757 rm -f conftest.er1
11758 cat conftest.err >&5
11759 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11760 (exit $ac_status); } && {
11761 test -z "$ac_c_werror_flag" ||
11762 test ! -s conftest.err
11763 } && test -s conftest.$ac_objext; then
11764 ac_cv_header_sys_wait_h=yes
11765 else
11766 $as_echo "$as_me: failed program was:" >&5
11767 sed 's/^/| /' conftest.$ac_ext >&5
11768
11769 ac_cv_header_sys_wait_h=no
11770 fi
11771
11772 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11773 fi
11774 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
11775 $as_echo "$ac_cv_header_sys_wait_h" >&6; }
11776 if test $ac_cv_header_sys_wait_h = yes; then
11777
11778 cat >>confdefs.h <<\_ACEOF
11779 #define HAVE_SYS_WAIT_H 1
11780 _ACEOF
11781
11782 fi
11783
11784 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
11785 $as_echo_n "checking for ANSI C header files... " >&6; }
10921 if test "${ac_cv_header_stdc+set}" = set; then 11786 if test "${ac_cv_header_stdc+set}" = set; then
10922 echo $ECHO_N "(cached) $ECHO_C" >&6 11787 $as_echo_n "(cached) " >&6
10923 else 11788 else
10924 cat >conftest.$ac_ext <<_ACEOF 11789 cat >conftest.$ac_ext <<_ACEOF
10925 /* confdefs.h. */ 11790 /* confdefs.h. */
10926 _ACEOF 11791 _ACEOF
10927 cat confdefs.h >>conftest.$ac_ext 11792 cat confdefs.h >>conftest.$ac_ext
10944 if { (ac_try="$ac_compile" 11809 if { (ac_try="$ac_compile"
10945 case "(($ac_try" in 11810 case "(($ac_try" in
10946 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11811 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10947 *) ac_try_echo=$ac_try;; 11812 *) ac_try_echo=$ac_try;;
10948 esac 11813 esac
10949 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11814 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11815 $as_echo "$ac_try_echo") >&5
10950 (eval "$ac_compile") 2>conftest.er1 11816 (eval "$ac_compile") 2>conftest.er1
10951 ac_status=$? 11817 ac_status=$?
10952 grep -v '^ *+' conftest.er1 >conftest.err 11818 grep -v '^ *+' conftest.er1 >conftest.err
10953 rm -f conftest.er1 11819 rm -f conftest.er1
10954 cat conftest.err >&5 11820 cat conftest.err >&5
10955 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11821 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10956 (exit $ac_status); } && { 11822 (exit $ac_status); } && {
10957 test -z "$ac_c_werror_flag" || 11823 test -z "$ac_c_werror_flag" ||
10958 test ! -s conftest.err 11824 test ! -s conftest.err
10959 } && test -s conftest.$ac_objext; then 11825 } && test -s conftest.$ac_objext; then
10960 ac_cv_header_stdc=yes 11826 ac_cv_header_stdc=yes
10961 else 11827 else
10962 echo "$as_me: failed program was:" >&5 11828 $as_echo "$as_me: failed program was:" >&5
10963 sed 's/^/| /' conftest.$ac_ext >&5 11829 sed 's/^/| /' conftest.$ac_ext >&5
10964 11830
10965 ac_cv_header_stdc=no 11831 ac_cv_header_stdc=no
10966 fi 11832 fi
10967 11833
11049 if { (ac_try="$ac_link" 11915 if { (ac_try="$ac_link"
11050 case "(($ac_try" in 11916 case "(($ac_try" in
11051 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11917 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11052 *) ac_try_echo=$ac_try;; 11918 *) ac_try_echo=$ac_try;;
11053 esac 11919 esac
11054 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11920 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11921 $as_echo "$ac_try_echo") >&5
11055 (eval "$ac_link") 2>&5 11922 (eval "$ac_link") 2>&5
11056 ac_status=$? 11923 ac_status=$?
11057 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11924 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11058 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11925 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11059 { (case "(($ac_try" in 11926 { (case "(($ac_try" in
11060 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11927 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11061 *) ac_try_echo=$ac_try;; 11928 *) ac_try_echo=$ac_try;;
11062 esac 11929 esac
11063 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11930 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11931 $as_echo "$ac_try_echo") >&5
11064 (eval "$ac_try") 2>&5 11932 (eval "$ac_try") 2>&5
11065 ac_status=$? 11933 ac_status=$?
11066 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11934 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11067 (exit $ac_status); }; }; then 11935 (exit $ac_status); }; }; then
11068 : 11936 :
11069 else 11937 else
11070 echo "$as_me: program exited with status $ac_status" >&5 11938 $as_echo "$as_me: program exited with status $ac_status" >&5
11071 echo "$as_me: failed program was:" >&5 11939 $as_echo "$as_me: failed program was:" >&5
11072 sed 's/^/| /' conftest.$ac_ext >&5 11940 sed 's/^/| /' conftest.$ac_ext >&5
11073 11941
11074 ( exit $ac_status ) 11942 ( exit $ac_status )
11075 ac_cv_header_stdc=no 11943 ac_cv_header_stdc=no
11076 fi 11944 fi
11945 rm -rf conftest.dSYM
11077 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11946 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11078 fi 11947 fi
11079 11948
11080 11949
11081 fi 11950 fi
11082 fi 11951 fi
11083 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 11952 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
11084 echo "${ECHO_T}$ac_cv_header_stdc" >&6; } 11953 $as_echo "$ac_cv_header_stdc" >&6; }
11085 if test $ac_cv_header_stdc = yes; then 11954 if test $ac_cv_header_stdc = yes; then
11086 11955
11087 cat >>confdefs.h <<\_ACEOF 11956 cat >>confdefs.h <<\_ACEOF
11088 #define STDC_HEADERS 1 11957 #define STDC_HEADERS 1
11089 _ACEOF 11958 _ACEOF
11090 11959
11091 fi 11960 fi
11092 11961
11093 # On IRIX 5.3, sys/types and inttypes.h are conflicting. 11962 { $as_echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
11094 11963 $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
11095
11096
11097
11098
11099
11100
11101
11102
11103 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
11104 inttypes.h stdint.h unistd.h
11105 do
11106 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11107 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11108 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11109 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11110 echo $ECHO_N "(cached) $ECHO_C" >&6
11111 else
11112 cat >conftest.$ac_ext <<_ACEOF
11113 /* confdefs.h. */
11114 _ACEOF
11115 cat confdefs.h >>conftest.$ac_ext
11116 cat >>conftest.$ac_ext <<_ACEOF
11117 /* end confdefs.h. */
11118 $ac_includes_default
11119
11120 #include <$ac_header>
11121 _ACEOF
11122 rm -f conftest.$ac_objext
11123 if { (ac_try="$ac_compile"
11124 case "(($ac_try" in
11125 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11126 *) ac_try_echo=$ac_try;;
11127 esac
11128 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11129 (eval "$ac_compile") 2>conftest.er1
11130 ac_status=$?
11131 grep -v '^ *+' conftest.er1 >conftest.err
11132 rm -f conftest.er1
11133 cat conftest.err >&5
11134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11135 (exit $ac_status); } && {
11136 test -z "$ac_c_werror_flag" ||
11137 test ! -s conftest.err
11138 } && test -s conftest.$ac_objext; then
11139 eval "$as_ac_Header=yes"
11140 else
11141 echo "$as_me: failed program was:" >&5
11142 sed 's/^/| /' conftest.$ac_ext >&5
11143
11144 eval "$as_ac_Header=no"
11145 fi
11146
11147 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11148 fi
11149 ac_res=`eval echo '${'$as_ac_Header'}'`
11150 { echo "$as_me:$LINENO: result: $ac_res" >&5
11151 echo "${ECHO_T}$ac_res" >&6; }
11152 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11153 cat >>confdefs.h <<_ACEOF
11154 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11155 _ACEOF
11156
11157 fi
11158
11159 done
11160
11161
11162
11163
11164
11165
11166
11167
11168
11169
11170
11171
11172
11173
11174
11175
11176
11177
11178
11179 for ac_header in a.out.h elf.h cygwin/version.h fcntl.h libgen.h locale.h wchar.h mach/mach.h sys/param.h sys/pstat.h sys/resource.h sys/time.h sys/timeb.h sys/times.h sys/un.h sys/vlimit.h ulimit.h
11180 do
11181 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11182 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11183 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11184 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11185 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11186 echo $ECHO_N "(cached) $ECHO_C" >&6
11187 fi
11188 ac_res=`eval echo '${'$as_ac_Header'}'`
11189 { echo "$as_me:$LINENO: result: $ac_res" >&5
11190 echo "${ECHO_T}$ac_res" >&6; }
11191 else
11192 # Is the header compilable?
11193 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11194 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11195 cat >conftest.$ac_ext <<_ACEOF
11196 /* confdefs.h. */
11197 _ACEOF
11198 cat confdefs.h >>conftest.$ac_ext
11199 cat >>conftest.$ac_ext <<_ACEOF
11200 /* end confdefs.h. */
11201 $ac_includes_default
11202 #include <$ac_header>
11203 _ACEOF
11204 rm -f conftest.$ac_objext
11205 if { (ac_try="$ac_compile"
11206 case "(($ac_try" in
11207 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11208 *) ac_try_echo=$ac_try;;
11209 esac
11210 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11211 (eval "$ac_compile") 2>conftest.er1
11212 ac_status=$?
11213 grep -v '^ *+' conftest.er1 >conftest.err
11214 rm -f conftest.er1
11215 cat conftest.err >&5
11216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11217 (exit $ac_status); } && {
11218 test -z "$ac_c_werror_flag" ||
11219 test ! -s conftest.err
11220 } && test -s conftest.$ac_objext; then
11221 ac_header_compiler=yes
11222 else
11223 echo "$as_me: failed program was:" >&5
11224 sed 's/^/| /' conftest.$ac_ext >&5
11225
11226 ac_header_compiler=no
11227 fi
11228
11229 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11230 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11231 echo "${ECHO_T}$ac_header_compiler" >&6; }
11232
11233 # Is the header present?
11234 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11235 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11236 cat >conftest.$ac_ext <<_ACEOF
11237 /* confdefs.h. */
11238 _ACEOF
11239 cat confdefs.h >>conftest.$ac_ext
11240 cat >>conftest.$ac_ext <<_ACEOF
11241 /* end confdefs.h. */
11242 #include <$ac_header>
11243 _ACEOF
11244 if { (ac_try="$ac_cpp conftest.$ac_ext"
11245 case "(($ac_try" in
11246 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11247 *) ac_try_echo=$ac_try;;
11248 esac
11249 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11250 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11251 ac_status=$?
11252 grep -v '^ *+' conftest.er1 >conftest.err
11253 rm -f conftest.er1
11254 cat conftest.err >&5
11255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11256 (exit $ac_status); } >/dev/null && {
11257 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11258 test ! -s conftest.err
11259 }; then
11260 ac_header_preproc=yes
11261 else
11262 echo "$as_me: failed program was:" >&5
11263 sed 's/^/| /' conftest.$ac_ext >&5
11264
11265 ac_header_preproc=no
11266 fi
11267
11268 rm -f conftest.err conftest.$ac_ext
11269 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11270 echo "${ECHO_T}$ac_header_preproc" >&6; }
11271
11272 # So? What about this header?
11273 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11274 yes:no: )
11275 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11276 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11277 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11278 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11279 ac_header_preproc=yes
11280 ;;
11281 no:yes:* )
11282 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11283 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11284 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11285 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11286 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11287 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11288 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11289 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11290 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11291 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11292 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11293 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11294 ( cat <<\_ASBOX
11295 ## ------------------------------------- ##
11296 ## Report this to xemacs-beta@xemacs.org ##
11297 ## ------------------------------------- ##
11298 _ASBOX
11299 ) | sed "s/^/$as_me: WARNING: /" >&2
11300 ;;
11301 esac
11302 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11303 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11304 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11305 echo $ECHO_N "(cached) $ECHO_C" >&6
11306 else
11307 eval "$as_ac_Header=\$ac_header_preproc"
11308 fi
11309 ac_res=`eval echo '${'$as_ac_Header'}'`
11310 { echo "$as_me:$LINENO: result: $ac_res" >&5
11311 echo "${ECHO_T}$ac_res" >&6; }
11312
11313 fi
11314 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11315 cat >>confdefs.h <<_ACEOF
11316 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11317 _ACEOF
11318
11319 fi
11320
11321 done
11322
11323 { echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
11324 echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6; }
11325 if test "${ac_cv_header_sys_wait_h+set}" = set; then
11326 echo $ECHO_N "(cached) $ECHO_C" >&6
11327 else
11328 cat >conftest.$ac_ext <<_ACEOF
11329 /* confdefs.h. */
11330 _ACEOF
11331 cat confdefs.h >>conftest.$ac_ext
11332 cat >>conftest.$ac_ext <<_ACEOF
11333 /* end confdefs.h. */
11334 #include <sys/types.h>
11335 #include <sys/wait.h>
11336 #ifndef WEXITSTATUS
11337 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
11338 #endif
11339 #ifndef WIFEXITED
11340 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
11341 #endif
11342
11343 int
11344 main ()
11345 {
11346 int s;
11347 wait (&s);
11348 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
11349 ;
11350 return 0;
11351 }
11352 _ACEOF
11353 rm -f conftest.$ac_objext
11354 if { (ac_try="$ac_compile"
11355 case "(($ac_try" in
11356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11357 *) ac_try_echo=$ac_try;;
11358 esac
11359 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11360 (eval "$ac_compile") 2>conftest.er1
11361 ac_status=$?
11362 grep -v '^ *+' conftest.er1 >conftest.err
11363 rm -f conftest.er1
11364 cat conftest.err >&5
11365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11366 (exit $ac_status); } && {
11367 test -z "$ac_c_werror_flag" ||
11368 test ! -s conftest.err
11369 } && test -s conftest.$ac_objext; then
11370 ac_cv_header_sys_wait_h=yes
11371 else
11372 echo "$as_me: failed program was:" >&5
11373 sed 's/^/| /' conftest.$ac_ext >&5
11374
11375 ac_cv_header_sys_wait_h=no
11376 fi
11377
11378 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11379 fi
11380 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
11381 echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6; }
11382 if test $ac_cv_header_sys_wait_h = yes; then
11383
11384 cat >>confdefs.h <<\_ACEOF
11385 #define HAVE_SYS_WAIT_H 1
11386 _ACEOF
11387
11388 fi
11389
11390 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
11391 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
11392 if test "${ac_cv_header_stdc+set}" = set; then
11393 echo $ECHO_N "(cached) $ECHO_C" >&6
11394 else
11395 cat >conftest.$ac_ext <<_ACEOF
11396 /* confdefs.h. */
11397 _ACEOF
11398 cat confdefs.h >>conftest.$ac_ext
11399 cat >>conftest.$ac_ext <<_ACEOF
11400 /* end confdefs.h. */
11401 #include <stdlib.h>
11402 #include <stdarg.h>
11403 #include <string.h>
11404 #include <float.h>
11405
11406 int
11407 main ()
11408 {
11409
11410 ;
11411 return 0;
11412 }
11413 _ACEOF
11414 rm -f conftest.$ac_objext
11415 if { (ac_try="$ac_compile"
11416 case "(($ac_try" in
11417 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11418 *) ac_try_echo=$ac_try;;
11419 esac
11420 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11421 (eval "$ac_compile") 2>conftest.er1
11422 ac_status=$?
11423 grep -v '^ *+' conftest.er1 >conftest.err
11424 rm -f conftest.er1
11425 cat conftest.err >&5
11426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11427 (exit $ac_status); } && {
11428 test -z "$ac_c_werror_flag" ||
11429 test ! -s conftest.err
11430 } && test -s conftest.$ac_objext; then
11431 ac_cv_header_stdc=yes
11432 else
11433 echo "$as_me: failed program was:" >&5
11434 sed 's/^/| /' conftest.$ac_ext >&5
11435
11436 ac_cv_header_stdc=no
11437 fi
11438
11439 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11440
11441 if test $ac_cv_header_stdc = yes; then
11442 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
11443 cat >conftest.$ac_ext <<_ACEOF
11444 /* confdefs.h. */
11445 _ACEOF
11446 cat confdefs.h >>conftest.$ac_ext
11447 cat >>conftest.$ac_ext <<_ACEOF
11448 /* end confdefs.h. */
11449 #include <string.h>
11450
11451 _ACEOF
11452 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11453 $EGREP "memchr" >/dev/null 2>&1; then
11454 :
11455 else
11456 ac_cv_header_stdc=no
11457 fi
11458 rm -f conftest*
11459
11460 fi
11461
11462 if test $ac_cv_header_stdc = yes; then
11463 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
11464 cat >conftest.$ac_ext <<_ACEOF
11465 /* confdefs.h. */
11466 _ACEOF
11467 cat confdefs.h >>conftest.$ac_ext
11468 cat >>conftest.$ac_ext <<_ACEOF
11469 /* end confdefs.h. */
11470 #include <stdlib.h>
11471
11472 _ACEOF
11473 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11474 $EGREP "free" >/dev/null 2>&1; then
11475 :
11476 else
11477 ac_cv_header_stdc=no
11478 fi
11479 rm -f conftest*
11480
11481 fi
11482
11483 if test $ac_cv_header_stdc = yes; then
11484 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
11485 if test "$cross_compiling" = yes; then
11486 :
11487 else
11488 cat >conftest.$ac_ext <<_ACEOF
11489 /* confdefs.h. */
11490 _ACEOF
11491 cat confdefs.h >>conftest.$ac_ext
11492 cat >>conftest.$ac_ext <<_ACEOF
11493 /* end confdefs.h. */
11494 #include <ctype.h>
11495 #include <stdlib.h>
11496 #if ((' ' & 0x0FF) == 0x020)
11497 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
11498 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
11499 #else
11500 # define ISLOWER(c) \
11501 (('a' <= (c) && (c) <= 'i') \
11502 || ('j' <= (c) && (c) <= 'r') \
11503 || ('s' <= (c) && (c) <= 'z'))
11504 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
11505 #endif
11506
11507 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
11508 int
11509 main ()
11510 {
11511 int i;
11512 for (i = 0; i < 256; i++)
11513 if (XOR (islower (i), ISLOWER (i))
11514 || toupper (i) != TOUPPER (i))
11515 return 2;
11516 return 0;
11517 }
11518 _ACEOF
11519 rm -f conftest$ac_exeext
11520 if { (ac_try="$ac_link"
11521 case "(($ac_try" in
11522 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11523 *) ac_try_echo=$ac_try;;
11524 esac
11525 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11526 (eval "$ac_link") 2>&5
11527 ac_status=$?
11528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11529 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11530 { (case "(($ac_try" in
11531 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11532 *) ac_try_echo=$ac_try;;
11533 esac
11534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11535 (eval "$ac_try") 2>&5
11536 ac_status=$?
11537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11538 (exit $ac_status); }; }; then
11539 :
11540 else
11541 echo "$as_me: program exited with status $ac_status" >&5
11542 echo "$as_me: failed program was:" >&5
11543 sed 's/^/| /' conftest.$ac_ext >&5
11544
11545 ( exit $ac_status )
11546 ac_cv_header_stdc=no
11547 fi
11548 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11549 fi
11550
11551
11552 fi
11553 fi
11554 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
11555 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
11556 if test $ac_cv_header_stdc = yes; then
11557
11558 cat >>confdefs.h <<\_ACEOF
11559 #define STDC_HEADERS 1
11560 _ACEOF
11561
11562 fi
11563
11564 { echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
11565 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6; }
11566 if test "${ac_cv_header_time+set}" = set; then 11964 if test "${ac_cv_header_time+set}" = set; then
11567 echo $ECHO_N "(cached) $ECHO_C" >&6 11965 $as_echo_n "(cached) " >&6
11568 else 11966 else
11569 cat >conftest.$ac_ext <<_ACEOF 11967 cat >conftest.$ac_ext <<_ACEOF
11570 /* confdefs.h. */ 11968 /* confdefs.h. */
11571 _ACEOF 11969 _ACEOF
11572 cat confdefs.h >>conftest.$ac_ext 11970 cat confdefs.h >>conftest.$ac_ext
11589 if { (ac_try="$ac_compile" 11987 if { (ac_try="$ac_compile"
11590 case "(($ac_try" in 11988 case "(($ac_try" in
11591 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 11989 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11592 *) ac_try_echo=$ac_try;; 11990 *) ac_try_echo=$ac_try;;
11593 esac 11991 esac
11594 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11992 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11993 $as_echo "$ac_try_echo") >&5
11595 (eval "$ac_compile") 2>conftest.er1 11994 (eval "$ac_compile") 2>conftest.er1
11596 ac_status=$? 11995 ac_status=$?
11597 grep -v '^ *+' conftest.er1 >conftest.err 11996 grep -v '^ *+' conftest.er1 >conftest.err
11598 rm -f conftest.er1 11997 rm -f conftest.er1
11599 cat conftest.err >&5 11998 cat conftest.err >&5
11600 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11999 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11601 (exit $ac_status); } && { 12000 (exit $ac_status); } && {
11602 test -z "$ac_c_werror_flag" || 12001 test -z "$ac_c_werror_flag" ||
11603 test ! -s conftest.err 12002 test ! -s conftest.err
11604 } && test -s conftest.$ac_objext; then 12003 } && test -s conftest.$ac_objext; then
11605 ac_cv_header_time=yes 12004 ac_cv_header_time=yes
11606 else 12005 else
11607 echo "$as_me: failed program was:" >&5 12006 $as_echo "$as_me: failed program was:" >&5
11608 sed 's/^/| /' conftest.$ac_ext >&5 12007 sed 's/^/| /' conftest.$ac_ext >&5
11609 12008
11610 ac_cv_header_time=no 12009 ac_cv_header_time=no
11611 fi 12010 fi
11612 12011
11613 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 12012 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11614 fi 12013 fi
11615 { echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5 12014 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
11616 echo "${ECHO_T}$ac_cv_header_time" >&6; } 12015 $as_echo "$ac_cv_header_time" >&6; }
11617 if test $ac_cv_header_time = yes; then 12016 if test $ac_cv_header_time = yes; then
11618 12017
11619 cat >>confdefs.h <<\_ACEOF 12018 cat >>confdefs.h <<\_ACEOF
11620 #define TIME_WITH_SYS_TIME 1 12019 #define TIME_WITH_SYS_TIME 1
11621 _ACEOF 12020 _ACEOF
11622 12021
11623 fi 12022 fi
11624 12023
11625 { echo "$as_me:$LINENO: checking whether sys_siglist is declared" >&5 12024 { $as_echo "$as_me:$LINENO: checking whether sys_siglist is declared" >&5
11626 echo $ECHO_N "checking whether sys_siglist is declared... $ECHO_C" >&6; } 12025 $as_echo_n "checking whether sys_siglist is declared... " >&6; }
11627 if test "${ac_cv_have_decl_sys_siglist+set}" = set; then 12026 if test "${ac_cv_have_decl_sys_siglist+set}" = set; then
11628 echo $ECHO_N "(cached) $ECHO_C" >&6 12027 $as_echo_n "(cached) " >&6
11629 else 12028 else
11630 cat >conftest.$ac_ext <<_ACEOF 12029 cat >conftest.$ac_ext <<_ACEOF
11631 /* confdefs.h. */ 12030 /* confdefs.h. */
11632 _ACEOF 12031 _ACEOF
11633 cat confdefs.h >>conftest.$ac_ext 12032 cat confdefs.h >>conftest.$ac_ext
11655 if { (ac_try="$ac_compile" 12054 if { (ac_try="$ac_compile"
11656 case "(($ac_try" in 12055 case "(($ac_try" in
11657 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12056 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11658 *) ac_try_echo=$ac_try;; 12057 *) ac_try_echo=$ac_try;;
11659 esac 12058 esac
11660 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12059 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12060 $as_echo "$ac_try_echo") >&5
11661 (eval "$ac_compile") 2>conftest.er1 12061 (eval "$ac_compile") 2>conftest.er1
11662 ac_status=$? 12062 ac_status=$?
11663 grep -v '^ *+' conftest.er1 >conftest.err 12063 grep -v '^ *+' conftest.er1 >conftest.err
11664 rm -f conftest.er1 12064 rm -f conftest.er1
11665 cat conftest.err >&5 12065 cat conftest.err >&5
11666 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12066 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11667 (exit $ac_status); } && { 12067 (exit $ac_status); } && {
11668 test -z "$ac_c_werror_flag" || 12068 test -z "$ac_c_werror_flag" ||
11669 test ! -s conftest.err 12069 test ! -s conftest.err
11670 } && test -s conftest.$ac_objext; then 12070 } && test -s conftest.$ac_objext; then
11671 ac_cv_have_decl_sys_siglist=yes 12071 ac_cv_have_decl_sys_siglist=yes
11672 else 12072 else
11673 echo "$as_me: failed program was:" >&5 12073 $as_echo "$as_me: failed program was:" >&5
11674 sed 's/^/| /' conftest.$ac_ext >&5 12074 sed 's/^/| /' conftest.$ac_ext >&5
11675 12075
11676 ac_cv_have_decl_sys_siglist=no 12076 ac_cv_have_decl_sys_siglist=no
11677 fi 12077 fi
11678 12078
11679 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 12079 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11680 fi 12080 fi
11681 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_sys_siglist" >&5 12081 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_sys_siglist" >&5
11682 echo "${ECHO_T}$ac_cv_have_decl_sys_siglist" >&6; } 12082 $as_echo "$ac_cv_have_decl_sys_siglist" >&6; }
11683 if test $ac_cv_have_decl_sys_siglist = yes; then 12083 if test "x$ac_cv_have_decl_sys_siglist" = x""yes; then
11684 12084
11685 cat >>confdefs.h <<_ACEOF 12085 cat >>confdefs.h <<_ACEOF
11686 #define HAVE_DECL_SYS_SIGLIST 1 12086 #define HAVE_DECL_SYS_SIGLIST 1
11687 _ACEOF 12087 _ACEOF
11688 12088
11696 fi 12096 fi
11697 12097
11698 12098
11699 12099
11700 12100
11701 { echo "$as_me:$LINENO: checking for utime" >&5 12101 { $as_echo "$as_me:$LINENO: checking for utime" >&5
11702 echo $ECHO_N "checking for utime... $ECHO_C" >&6; } 12102 $as_echo_n "checking for utime... " >&6; }
11703 cat >conftest.$ac_ext <<_ACEOF 12103 cat >conftest.$ac_ext <<_ACEOF
11704 /* confdefs.h. */ 12104 /* confdefs.h. */
11705 _ACEOF 12105 _ACEOF
11706 cat confdefs.h >>conftest.$ac_ext 12106 cat confdefs.h >>conftest.$ac_ext
11707 cat >>conftest.$ac_ext <<_ACEOF 12107 cat >>conftest.$ac_ext <<_ACEOF
11720 if { (ac_try="$ac_compile" 12120 if { (ac_try="$ac_compile"
11721 case "(($ac_try" in 12121 case "(($ac_try" in
11722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12122 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11723 *) ac_try_echo=$ac_try;; 12123 *) ac_try_echo=$ac_try;;
11724 esac 12124 esac
11725 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12125 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12126 $as_echo "$ac_try_echo") >&5
11726 (eval "$ac_compile") 2>conftest.er1 12127 (eval "$ac_compile") 2>conftest.er1
11727 ac_status=$? 12128 ac_status=$?
11728 grep -v '^ *+' conftest.er1 >conftest.err 12129 grep -v '^ *+' conftest.er1 >conftest.err
11729 rm -f conftest.er1 12130 rm -f conftest.er1
11730 cat conftest.err >&5 12131 cat conftest.err >&5
11731 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12132 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11732 (exit $ac_status); } && { 12133 (exit $ac_status); } && {
11733 test -z "$ac_c_werror_flag" || 12134 test -z "$ac_c_werror_flag" ||
11734 test ! -s conftest.err 12135 test ! -s conftest.err
11735 } && test -s conftest.$ac_objext; then 12136 } && test -s conftest.$ac_objext; then
11736 { echo "$as_me:$LINENO: result: yes" >&5 12137 { $as_echo "$as_me:$LINENO: result: yes" >&5
11737 echo "${ECHO_T}yes" >&6; } 12138 $as_echo "yes" >&6; }
11738 cat >>confdefs.h <<\_ACEOF 12139 cat >>confdefs.h <<\_ACEOF
11739 #define HAVE_UTIME 1 12140 #define HAVE_UTIME 1
11740 _ACEOF 12141 _ACEOF
11741 12142
11742 else 12143 else
11743 echo "$as_me: failed program was:" >&5 12144 $as_echo "$as_me: failed program was:" >&5
11744 sed 's/^/| /' conftest.$ac_ext >&5 12145 sed 's/^/| /' conftest.$ac_ext >&5
11745 12146
11746 { echo "$as_me:$LINENO: result: no" >&5 12147 { $as_echo "$as_me:$LINENO: result: no" >&5
11747 echo "${ECHO_T}no" >&6; } 12148 $as_echo "no" >&6; }
11748 12149
11749 for ac_func in utimes 12150 for ac_func in utimes
11750 do 12151 do
11751 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 12152 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11752 { echo "$as_me:$LINENO: checking for $ac_func" >&5 12153 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
11753 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 12154 $as_echo_n "checking for $ac_func... " >&6; }
11754 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 12155 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
11755 echo $ECHO_N "(cached) $ECHO_C" >&6 12156 $as_echo_n "(cached) " >&6
11756 else 12157 else
11757 cat >conftest.$ac_ext <<_ACEOF 12158 cat >conftest.$ac_ext <<_ACEOF
11758 /* confdefs.h. */ 12159 /* confdefs.h. */
11759 _ACEOF 12160 _ACEOF
11760 cat confdefs.h >>conftest.$ac_ext 12161 cat confdefs.h >>conftest.$ac_ext
11803 if { (ac_try="$ac_link" 12204 if { (ac_try="$ac_link"
11804 case "(($ac_try" in 12205 case "(($ac_try" in
11805 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12206 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11806 *) ac_try_echo=$ac_try;; 12207 *) ac_try_echo=$ac_try;;
11807 esac 12208 esac
11808 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12209 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12210 $as_echo "$ac_try_echo") >&5
11809 (eval "$ac_link") 2>conftest.er1 12211 (eval "$ac_link") 2>conftest.er1
11810 ac_status=$? 12212 ac_status=$?
11811 grep -v '^ *+' conftest.er1 >conftest.err 12213 grep -v '^ *+' conftest.er1 >conftest.err
11812 rm -f conftest.er1 12214 rm -f conftest.er1
11813 cat conftest.err >&5 12215 cat conftest.err >&5
11814 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12216 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11815 (exit $ac_status); } && { 12217 (exit $ac_status); } && {
11816 test -z "$ac_c_werror_flag" || 12218 test -z "$ac_c_werror_flag" ||
11817 test ! -s conftest.err 12219 test ! -s conftest.err
11818 } && test -s conftest$ac_exeext && 12220 } && test -s conftest$ac_exeext && {
11819 $as_test_x conftest$ac_exeext; then 12221 test "$cross_compiling" = yes ||
12222 $as_test_x conftest$ac_exeext
12223 }; then
11820 eval "$as_ac_var=yes" 12224 eval "$as_ac_var=yes"
11821 else 12225 else
11822 echo "$as_me: failed program was:" >&5 12226 $as_echo "$as_me: failed program was:" >&5
11823 sed 's/^/| /' conftest.$ac_ext >&5 12227 sed 's/^/| /' conftest.$ac_ext >&5
11824 12228
11825 eval "$as_ac_var=no" 12229 eval "$as_ac_var=no"
11826 fi 12230 fi
11827 12231
12232 rm -rf conftest.dSYM
11828 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 12233 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11829 conftest$ac_exeext conftest.$ac_ext 12234 conftest$ac_exeext conftest.$ac_ext
11830 fi 12235 fi
11831 ac_res=`eval echo '${'$as_ac_var'}'` 12236 ac_res=`eval 'as_val=${'$as_ac_var'}
11832 { echo "$as_me:$LINENO: result: $ac_res" >&5 12237 $as_echo "$as_val"'`
11833 echo "${ECHO_T}$ac_res" >&6; } 12238 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11834 if test `eval echo '${'$as_ac_var'}'` = yes; then 12239 $as_echo "$ac_res" >&6; }
12240 as_val=`eval 'as_val=${'$as_ac_var'}
12241 $as_echo "$as_val"'`
12242 if test "x$as_val" = x""yes; then
11835 cat >>confdefs.h <<_ACEOF 12243 cat >>confdefs.h <<_ACEOF
11836 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 12244 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
11837 _ACEOF 12245 _ACEOF
11838 12246
11839 fi 12247 fi
11840 done 12248 done
11841 12249
11842 fi 12250 fi
11843 12251
11844 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 12252 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11845 12253
11846 12254
11847 { echo "$as_me:$LINENO: checking return type of signal handlers" >&5 12255 { $as_echo "$as_me:$LINENO: checking return type of signal handlers" >&5
11848 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6; } 12256 $as_echo_n "checking return type of signal handlers... " >&6; }
11849 if test "${ac_cv_type_signal+set}" = set; then 12257 if test "${ac_cv_type_signal+set}" = set; then
11850 echo $ECHO_N "(cached) $ECHO_C" >&6 12258 $as_echo_n "(cached) " >&6
11851 else 12259 else
11852 cat >conftest.$ac_ext <<_ACEOF 12260 cat >conftest.$ac_ext <<_ACEOF
11853 /* confdefs.h. */ 12261 /* confdefs.h. */
11854 _ACEOF 12262 _ACEOF
11855 cat confdefs.h >>conftest.$ac_ext 12263 cat confdefs.h >>conftest.$ac_ext
11870 if { (ac_try="$ac_compile" 12278 if { (ac_try="$ac_compile"
11871 case "(($ac_try" in 12279 case "(($ac_try" in
11872 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12280 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11873 *) ac_try_echo=$ac_try;; 12281 *) ac_try_echo=$ac_try;;
11874 esac 12282 esac
11875 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12283 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12284 $as_echo "$ac_try_echo") >&5
11876 (eval "$ac_compile") 2>conftest.er1 12285 (eval "$ac_compile") 2>conftest.er1
11877 ac_status=$? 12286 ac_status=$?
11878 grep -v '^ *+' conftest.er1 >conftest.err 12287 grep -v '^ *+' conftest.er1 >conftest.err
11879 rm -f conftest.er1 12288 rm -f conftest.er1
11880 cat conftest.err >&5 12289 cat conftest.err >&5
11881 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12290 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11882 (exit $ac_status); } && { 12291 (exit $ac_status); } && {
11883 test -z "$ac_c_werror_flag" || 12292 test -z "$ac_c_werror_flag" ||
11884 test ! -s conftest.err 12293 test ! -s conftest.err
11885 } && test -s conftest.$ac_objext; then 12294 } && test -s conftest.$ac_objext; then
11886 ac_cv_type_signal=int 12295 ac_cv_type_signal=int
11887 else 12296 else
11888 echo "$as_me: failed program was:" >&5 12297 $as_echo "$as_me: failed program was:" >&5
11889 sed 's/^/| /' conftest.$ac_ext >&5 12298 sed 's/^/| /' conftest.$ac_ext >&5
11890 12299
11891 ac_cv_type_signal=void 12300 ac_cv_type_signal=void
11892 fi 12301 fi
11893 12302
11894 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 12303 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11895 fi 12304 fi
11896 { echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5 12305 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
11897 echo "${ECHO_T}$ac_cv_type_signal" >&6; } 12306 $as_echo "$ac_cv_type_signal" >&6; }
11898 12307
11899 cat >>confdefs.h <<_ACEOF 12308 cat >>confdefs.h <<_ACEOF
11900 #define RETSIGTYPE $ac_cv_type_signal 12309 #define RETSIGTYPE $ac_cv_type_signal
11901 _ACEOF 12310 _ACEOF
11902 12311
11903 12312
11904 { echo "$as_me:$LINENO: checking for size_t" >&5 12313 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
11905 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; } 12314 $as_echo_n "checking for size_t... " >&6; }
11906 if test "${ac_cv_type_size_t+set}" = set; then 12315 if test "${ac_cv_type_size_t+set}" = set; then
11907 echo $ECHO_N "(cached) $ECHO_C" >&6 12316 $as_echo_n "(cached) " >&6
11908 else 12317 else
11909 cat >conftest.$ac_ext <<_ACEOF 12318 ac_cv_type_size_t=no
12319 cat >conftest.$ac_ext <<_ACEOF
11910 /* confdefs.h. */ 12320 /* confdefs.h. */
11911 _ACEOF 12321 _ACEOF
11912 cat confdefs.h >>conftest.$ac_ext 12322 cat confdefs.h >>conftest.$ac_ext
11913 cat >>conftest.$ac_ext <<_ACEOF 12323 cat >>conftest.$ac_ext <<_ACEOF
11914 /* end confdefs.h. */ 12324 /* end confdefs.h. */
11915 $ac_includes_default 12325 $ac_includes_default
11916 typedef size_t ac__type_new_;
11917 int 12326 int
11918 main () 12327 main ()
11919 { 12328 {
11920 if ((ac__type_new_ *) 0) 12329 if (sizeof (size_t))
11921 return 0; 12330 return 0;
11922 if (sizeof (ac__type_new_))
11923 return 0;
11924 ; 12331 ;
11925 return 0; 12332 return 0;
11926 } 12333 }
11927 _ACEOF 12334 _ACEOF
11928 rm -f conftest.$ac_objext 12335 rm -f conftest.$ac_objext
11929 if { (ac_try="$ac_compile" 12336 if { (ac_try="$ac_compile"
11930 case "(($ac_try" in 12337 case "(($ac_try" in
11931 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12338 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11932 *) ac_try_echo=$ac_try;; 12339 *) ac_try_echo=$ac_try;;
11933 esac 12340 esac
11934 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12341 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12342 $as_echo "$ac_try_echo") >&5
11935 (eval "$ac_compile") 2>conftest.er1 12343 (eval "$ac_compile") 2>conftest.er1
11936 ac_status=$? 12344 ac_status=$?
11937 grep -v '^ *+' conftest.er1 >conftest.err 12345 grep -v '^ *+' conftest.er1 >conftest.err
11938 rm -f conftest.er1 12346 rm -f conftest.er1
11939 cat conftest.err >&5 12347 cat conftest.err >&5
11940 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12348 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11941 (exit $ac_status); } && { 12349 (exit $ac_status); } && {
11942 test -z "$ac_c_werror_flag" || 12350 test -z "$ac_c_werror_flag" ||
11943 test ! -s conftest.err 12351 test ! -s conftest.err
11944 } && test -s conftest.$ac_objext; then 12352 } && test -s conftest.$ac_objext; then
11945 ac_cv_type_size_t=yes
11946 else
11947 echo "$as_me: failed program was:" >&5
11948 sed 's/^/| /' conftest.$ac_ext >&5
11949
11950 ac_cv_type_size_t=no
11951 fi
11952
11953 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11954 fi
11955 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
11956 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
11957 if test $ac_cv_type_size_t = yes; then
11958 :
11959 else
11960
11961 cat >>confdefs.h <<_ACEOF
11962 #define size_t unsigned int
11963 _ACEOF
11964
11965 fi
11966
11967 { echo "$as_me:$LINENO: checking for pid_t" >&5
11968 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
11969 if test "${ac_cv_type_pid_t+set}" = set; then
11970 echo $ECHO_N "(cached) $ECHO_C" >&6
11971 else
11972 cat >conftest.$ac_ext <<_ACEOF 12353 cat >conftest.$ac_ext <<_ACEOF
11973 /* confdefs.h. */ 12354 /* confdefs.h. */
11974 _ACEOF 12355 _ACEOF
11975 cat confdefs.h >>conftest.$ac_ext 12356 cat confdefs.h >>conftest.$ac_ext
11976 cat >>conftest.$ac_ext <<_ACEOF 12357 cat >>conftest.$ac_ext <<_ACEOF
11977 /* end confdefs.h. */ 12358 /* end confdefs.h. */
11978 $ac_includes_default 12359 $ac_includes_default
11979 typedef pid_t ac__type_new_;
11980 int 12360 int
11981 main () 12361 main ()
11982 { 12362 {
11983 if ((ac__type_new_ *) 0) 12363 if (sizeof ((size_t)))
11984 return 0; 12364 return 0;
11985 if (sizeof (ac__type_new_))
11986 return 0;
11987 ; 12365 ;
11988 return 0; 12366 return 0;
11989 } 12367 }
11990 _ACEOF 12368 _ACEOF
11991 rm -f conftest.$ac_objext 12369 rm -f conftest.$ac_objext
11992 if { (ac_try="$ac_compile" 12370 if { (ac_try="$ac_compile"
11993 case "(($ac_try" in 12371 case "(($ac_try" in
11994 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12372 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11995 *) ac_try_echo=$ac_try;; 12373 *) ac_try_echo=$ac_try;;
11996 esac 12374 esac
11997 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12375 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12376 $as_echo "$ac_try_echo") >&5
11998 (eval "$ac_compile") 2>conftest.er1 12377 (eval "$ac_compile") 2>conftest.er1
11999 ac_status=$? 12378 ac_status=$?
12000 grep -v '^ *+' conftest.er1 >conftest.err 12379 grep -v '^ *+' conftest.er1 >conftest.err
12001 rm -f conftest.er1 12380 rm -f conftest.er1
12002 cat conftest.err >&5 12381 cat conftest.err >&5
12003 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12382 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12004 (exit $ac_status); } && { 12383 (exit $ac_status); } && {
12005 test -z "$ac_c_werror_flag" || 12384 test -z "$ac_c_werror_flag" ||
12006 test ! -s conftest.err 12385 test ! -s conftest.err
12007 } && test -s conftest.$ac_objext; then 12386 } && test -s conftest.$ac_objext; then
12008 ac_cv_type_pid_t=yes 12387 :
12009 else 12388 else
12010 echo "$as_me: failed program was:" >&5 12389 $as_echo "$as_me: failed program was:" >&5
12011 sed 's/^/| /' conftest.$ac_ext >&5 12390 sed 's/^/| /' conftest.$ac_ext >&5
12012 12391
12013 ac_cv_type_pid_t=no 12392 ac_cv_type_size_t=yes
12014 fi 12393 fi
12015 12394
12016 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 12395 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12017 fi 12396 else
12018 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 12397 $as_echo "$as_me: failed program was:" >&5
12019 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; } 12398 sed 's/^/| /' conftest.$ac_ext >&5
12020 if test $ac_cv_type_pid_t = yes; then 12399
12400
12401 fi
12402
12403 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12404 fi
12405 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
12406 $as_echo "$ac_cv_type_size_t" >&6; }
12407 if test "x$ac_cv_type_size_t" = x""yes; then
12408 :
12409 else
12410
12411 cat >>confdefs.h <<_ACEOF
12412 #define size_t unsigned int
12413 _ACEOF
12414
12415 fi
12416
12417 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
12418 $as_echo_n "checking for pid_t... " >&6; }
12419 if test "${ac_cv_type_pid_t+set}" = set; then
12420 $as_echo_n "(cached) " >&6
12421 else
12422 ac_cv_type_pid_t=no
12423 cat >conftest.$ac_ext <<_ACEOF
12424 /* confdefs.h. */
12425 _ACEOF
12426 cat confdefs.h >>conftest.$ac_ext
12427 cat >>conftest.$ac_ext <<_ACEOF
12428 /* end confdefs.h. */
12429 $ac_includes_default
12430 int
12431 main ()
12432 {
12433 if (sizeof (pid_t))
12434 return 0;
12435 ;
12436 return 0;
12437 }
12438 _ACEOF
12439 rm -f conftest.$ac_objext
12440 if { (ac_try="$ac_compile"
12441 case "(($ac_try" in
12442 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12443 *) ac_try_echo=$ac_try;;
12444 esac
12445 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12446 $as_echo "$ac_try_echo") >&5
12447 (eval "$ac_compile") 2>conftest.er1
12448 ac_status=$?
12449 grep -v '^ *+' conftest.er1 >conftest.err
12450 rm -f conftest.er1
12451 cat conftest.err >&5
12452 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12453 (exit $ac_status); } && {
12454 test -z "$ac_c_werror_flag" ||
12455 test ! -s conftest.err
12456 } && test -s conftest.$ac_objext; then
12457 cat >conftest.$ac_ext <<_ACEOF
12458 /* confdefs.h. */
12459 _ACEOF
12460 cat confdefs.h >>conftest.$ac_ext
12461 cat >>conftest.$ac_ext <<_ACEOF
12462 /* end confdefs.h. */
12463 $ac_includes_default
12464 int
12465 main ()
12466 {
12467 if (sizeof ((pid_t)))
12468 return 0;
12469 ;
12470 return 0;
12471 }
12472 _ACEOF
12473 rm -f conftest.$ac_objext
12474 if { (ac_try="$ac_compile"
12475 case "(($ac_try" in
12476 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12477 *) ac_try_echo=$ac_try;;
12478 esac
12479 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12480 $as_echo "$ac_try_echo") >&5
12481 (eval "$ac_compile") 2>conftest.er1
12482 ac_status=$?
12483 grep -v '^ *+' conftest.er1 >conftest.err
12484 rm -f conftest.er1
12485 cat conftest.err >&5
12486 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12487 (exit $ac_status); } && {
12488 test -z "$ac_c_werror_flag" ||
12489 test ! -s conftest.err
12490 } && test -s conftest.$ac_objext; then
12491 :
12492 else
12493 $as_echo "$as_me: failed program was:" >&5
12494 sed 's/^/| /' conftest.$ac_ext >&5
12495
12496 ac_cv_type_pid_t=yes
12497 fi
12498
12499 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12500 else
12501 $as_echo "$as_me: failed program was:" >&5
12502 sed 's/^/| /' conftest.$ac_ext >&5
12503
12504
12505 fi
12506
12507 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12508 fi
12509 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
12510 $as_echo "$ac_cv_type_pid_t" >&6; }
12511 if test "x$ac_cv_type_pid_t" = x""yes; then
12021 : 12512 :
12022 else 12513 else
12023 12514
12024 cat >>confdefs.h <<_ACEOF 12515 cat >>confdefs.h <<_ACEOF
12025 #define pid_t int 12516 #define pid_t int
12026 _ACEOF 12517 _ACEOF
12027 12518
12028 fi 12519 fi
12029 12520
12030 { echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5 12521 { $as_echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
12031 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6; } 12522 $as_echo_n "checking for uid_t in sys/types.h... " >&6; }
12032 if test "${ac_cv_type_uid_t+set}" = set; then 12523 if test "${ac_cv_type_uid_t+set}" = set; then
12033 echo $ECHO_N "(cached) $ECHO_C" >&6 12524 $as_echo_n "(cached) " >&6
12034 else 12525 else
12035 cat >conftest.$ac_ext <<_ACEOF 12526 cat >conftest.$ac_ext <<_ACEOF
12036 /* confdefs.h. */ 12527 /* confdefs.h. */
12037 _ACEOF 12528 _ACEOF
12038 cat confdefs.h >>conftest.$ac_ext 12529 cat confdefs.h >>conftest.$ac_ext
12048 ac_cv_type_uid_t=no 12539 ac_cv_type_uid_t=no
12049 fi 12540 fi
12050 rm -f conftest* 12541 rm -f conftest*
12051 12542
12052 fi 12543 fi
12053 { echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5 12544 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
12054 echo "${ECHO_T}$ac_cv_type_uid_t" >&6; } 12545 $as_echo "$ac_cv_type_uid_t" >&6; }
12055 if test $ac_cv_type_uid_t = no; then 12546 if test $ac_cv_type_uid_t = no; then
12056 12547
12057 cat >>confdefs.h <<\_ACEOF 12548 cat >>confdefs.h <<\_ACEOF
12058 #define uid_t int 12549 #define uid_t int
12059 _ACEOF 12550 _ACEOF
12063 #define gid_t int 12554 #define gid_t int
12064 _ACEOF 12555 _ACEOF
12065 12556
12066 fi 12557 fi
12067 12558
12068 { echo "$as_me:$LINENO: checking for mode_t" >&5 12559 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
12069 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; } 12560 $as_echo_n "checking for mode_t... " >&6; }
12070 if test "${ac_cv_type_mode_t+set}" = set; then 12561 if test "${ac_cv_type_mode_t+set}" = set; then
12071 echo $ECHO_N "(cached) $ECHO_C" >&6 12562 $as_echo_n "(cached) " >&6
12072 else 12563 else
12073 cat >conftest.$ac_ext <<_ACEOF 12564 ac_cv_type_mode_t=no
12565 cat >conftest.$ac_ext <<_ACEOF
12074 /* confdefs.h. */ 12566 /* confdefs.h. */
12075 _ACEOF 12567 _ACEOF
12076 cat confdefs.h >>conftest.$ac_ext 12568 cat confdefs.h >>conftest.$ac_ext
12077 cat >>conftest.$ac_ext <<_ACEOF 12569 cat >>conftest.$ac_ext <<_ACEOF
12078 /* end confdefs.h. */ 12570 /* end confdefs.h. */
12079 $ac_includes_default 12571 $ac_includes_default
12080 typedef mode_t ac__type_new_;
12081 int 12572 int
12082 main () 12573 main ()
12083 { 12574 {
12084 if ((ac__type_new_ *) 0) 12575 if (sizeof (mode_t))
12085 return 0; 12576 return 0;
12086 if (sizeof (ac__type_new_))
12087 return 0;
12088 ; 12577 ;
12089 return 0; 12578 return 0;
12090 } 12579 }
12091 _ACEOF 12580 _ACEOF
12092 rm -f conftest.$ac_objext 12581 rm -f conftest.$ac_objext
12093 if { (ac_try="$ac_compile" 12582 if { (ac_try="$ac_compile"
12094 case "(($ac_try" in 12583 case "(($ac_try" in
12095 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12584 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12096 *) ac_try_echo=$ac_try;; 12585 *) ac_try_echo=$ac_try;;
12097 esac 12586 esac
12098 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12587 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12588 $as_echo "$ac_try_echo") >&5
12099 (eval "$ac_compile") 2>conftest.er1 12589 (eval "$ac_compile") 2>conftest.er1
12100 ac_status=$? 12590 ac_status=$?
12101 grep -v '^ *+' conftest.er1 >conftest.err 12591 grep -v '^ *+' conftest.er1 >conftest.err
12102 rm -f conftest.er1 12592 rm -f conftest.er1
12103 cat conftest.err >&5 12593 cat conftest.err >&5
12104 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12594 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12105 (exit $ac_status); } && { 12595 (exit $ac_status); } && {
12106 test -z "$ac_c_werror_flag" || 12596 test -z "$ac_c_werror_flag" ||
12107 test ! -s conftest.err 12597 test ! -s conftest.err
12108 } && test -s conftest.$ac_objext; then 12598 } && test -s conftest.$ac_objext; then
12109 ac_cv_type_mode_t=yes
12110 else
12111 echo "$as_me: failed program was:" >&5
12112 sed 's/^/| /' conftest.$ac_ext >&5
12113
12114 ac_cv_type_mode_t=no
12115 fi
12116
12117 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12118 fi
12119 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
12120 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
12121 if test $ac_cv_type_mode_t = yes; then
12122 :
12123 else
12124
12125 cat >>confdefs.h <<_ACEOF
12126 #define mode_t int
12127 _ACEOF
12128
12129 fi
12130
12131 { echo "$as_me:$LINENO: checking for off_t" >&5
12132 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
12133 if test "${ac_cv_type_off_t+set}" = set; then
12134 echo $ECHO_N "(cached) $ECHO_C" >&6
12135 else
12136 cat >conftest.$ac_ext <<_ACEOF 12599 cat >conftest.$ac_ext <<_ACEOF
12137 /* confdefs.h. */ 12600 /* confdefs.h. */
12138 _ACEOF 12601 _ACEOF
12139 cat confdefs.h >>conftest.$ac_ext 12602 cat confdefs.h >>conftest.$ac_ext
12140 cat >>conftest.$ac_ext <<_ACEOF 12603 cat >>conftest.$ac_ext <<_ACEOF
12141 /* end confdefs.h. */ 12604 /* end confdefs.h. */
12142 $ac_includes_default 12605 $ac_includes_default
12143 typedef off_t ac__type_new_;
12144 int 12606 int
12145 main () 12607 main ()
12146 { 12608 {
12147 if ((ac__type_new_ *) 0) 12609 if (sizeof ((mode_t)))
12148 return 0; 12610 return 0;
12149 if (sizeof (ac__type_new_))
12150 return 0;
12151 ; 12611 ;
12152 return 0; 12612 return 0;
12153 } 12613 }
12154 _ACEOF 12614 _ACEOF
12155 rm -f conftest.$ac_objext 12615 rm -f conftest.$ac_objext
12156 if { (ac_try="$ac_compile" 12616 if { (ac_try="$ac_compile"
12157 case "(($ac_try" in 12617 case "(($ac_try" in
12158 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12618 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12159 *) ac_try_echo=$ac_try;; 12619 *) ac_try_echo=$ac_try;;
12160 esac 12620 esac
12161 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12621 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12622 $as_echo "$ac_try_echo") >&5
12162 (eval "$ac_compile") 2>conftest.er1 12623 (eval "$ac_compile") 2>conftest.er1
12163 ac_status=$? 12624 ac_status=$?
12164 grep -v '^ *+' conftest.er1 >conftest.err 12625 grep -v '^ *+' conftest.er1 >conftest.err
12165 rm -f conftest.er1 12626 rm -f conftest.er1
12166 cat conftest.err >&5 12627 cat conftest.err >&5
12167 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12628 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12168 (exit $ac_status); } && { 12629 (exit $ac_status); } && {
12169 test -z "$ac_c_werror_flag" || 12630 test -z "$ac_c_werror_flag" ||
12170 test ! -s conftest.err 12631 test ! -s conftest.err
12171 } && test -s conftest.$ac_objext; then 12632 } && test -s conftest.$ac_objext; then
12172 ac_cv_type_off_t=yes 12633 :
12173 else 12634 else
12174 echo "$as_me: failed program was:" >&5 12635 $as_echo "$as_me: failed program was:" >&5
12175 sed 's/^/| /' conftest.$ac_ext >&5 12636 sed 's/^/| /' conftest.$ac_ext >&5
12176 12637
12177 ac_cv_type_off_t=no 12638 ac_cv_type_mode_t=yes
12178 fi 12639 fi
12179 12640
12180 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 12641 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12181 fi 12642 else
12182 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5 12643 $as_echo "$as_me: failed program was:" >&5
12183 echo "${ECHO_T}$ac_cv_type_off_t" >&6; } 12644 sed 's/^/| /' conftest.$ac_ext >&5
12184 if test $ac_cv_type_off_t = yes; then 12645
12646
12647 fi
12648
12649 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12650 fi
12651 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
12652 $as_echo "$ac_cv_type_mode_t" >&6; }
12653 if test "x$ac_cv_type_mode_t" = x""yes; then
12185 : 12654 :
12186 else 12655 else
12187 12656
12188 cat >>confdefs.h <<_ACEOF 12657 cat >>confdefs.h <<_ACEOF
12189 #define off_t long int 12658 #define mode_t int
12190 _ACEOF 12659 _ACEOF
12191 12660
12192 fi 12661 fi
12193 12662
12194 { echo "$as_me:$LINENO: checking for ssize_t" >&5 12663 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
12195 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; } 12664 $as_echo_n "checking for off_t... " >&6; }
12196 if test "${ac_cv_type_ssize_t+set}" = set; then 12665 if test "${ac_cv_type_off_t+set}" = set; then
12197 echo $ECHO_N "(cached) $ECHO_C" >&6 12666 $as_echo_n "(cached) " >&6
12198 else 12667 else
12199 cat >conftest.$ac_ext <<_ACEOF 12668 ac_cv_type_off_t=no
12669 cat >conftest.$ac_ext <<_ACEOF
12200 /* confdefs.h. */ 12670 /* confdefs.h. */
12201 _ACEOF 12671 _ACEOF
12202 cat confdefs.h >>conftest.$ac_ext 12672 cat confdefs.h >>conftest.$ac_ext
12203 cat >>conftest.$ac_ext <<_ACEOF 12673 cat >>conftest.$ac_ext <<_ACEOF
12204 /* end confdefs.h. */ 12674 /* end confdefs.h. */
12205 $ac_includes_default 12675 $ac_includes_default
12206 typedef ssize_t ac__type_new_;
12207 int 12676 int
12208 main () 12677 main ()
12209 { 12678 {
12210 if ((ac__type_new_ *) 0) 12679 if (sizeof (off_t))
12211 return 0; 12680 return 0;
12212 if (sizeof (ac__type_new_))
12213 return 0;
12214 ; 12681 ;
12215 return 0; 12682 return 0;
12216 } 12683 }
12217 _ACEOF 12684 _ACEOF
12218 rm -f conftest.$ac_objext 12685 rm -f conftest.$ac_objext
12219 if { (ac_try="$ac_compile" 12686 if { (ac_try="$ac_compile"
12220 case "(($ac_try" in 12687 case "(($ac_try" in
12221 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12222 *) ac_try_echo=$ac_try;; 12689 *) ac_try_echo=$ac_try;;
12223 esac 12690 esac
12224 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12691 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12692 $as_echo "$ac_try_echo") >&5
12225 (eval "$ac_compile") 2>conftest.er1 12693 (eval "$ac_compile") 2>conftest.er1
12226 ac_status=$? 12694 ac_status=$?
12227 grep -v '^ *+' conftest.er1 >conftest.err 12695 grep -v '^ *+' conftest.er1 >conftest.err
12228 rm -f conftest.er1 12696 rm -f conftest.er1
12229 cat conftest.err >&5 12697 cat conftest.err >&5
12230 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12698 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12231 (exit $ac_status); } && { 12699 (exit $ac_status); } && {
12232 test -z "$ac_c_werror_flag" || 12700 test -z "$ac_c_werror_flag" ||
12233 test ! -s conftest.err 12701 test ! -s conftest.err
12234 } && test -s conftest.$ac_objext; then 12702 } && test -s conftest.$ac_objext; then
12235 ac_cv_type_ssize_t=yes 12703 cat >conftest.$ac_ext <<_ACEOF
12236 else 12704 /* confdefs.h. */
12237 echo "$as_me: failed program was:" >&5 12705 _ACEOF
12706 cat confdefs.h >>conftest.$ac_ext
12707 cat >>conftest.$ac_ext <<_ACEOF
12708 /* end confdefs.h. */
12709 $ac_includes_default
12710 int
12711 main ()
12712 {
12713 if (sizeof ((off_t)))
12714 return 0;
12715 ;
12716 return 0;
12717 }
12718 _ACEOF
12719 rm -f conftest.$ac_objext
12720 if { (ac_try="$ac_compile"
12721 case "(($ac_try" in
12722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12723 *) ac_try_echo=$ac_try;;
12724 esac
12725 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12726 $as_echo "$ac_try_echo") >&5
12727 (eval "$ac_compile") 2>conftest.er1
12728 ac_status=$?
12729 grep -v '^ *+' conftest.er1 >conftest.err
12730 rm -f conftest.er1
12731 cat conftest.err >&5
12732 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12733 (exit $ac_status); } && {
12734 test -z "$ac_c_werror_flag" ||
12735 test ! -s conftest.err
12736 } && test -s conftest.$ac_objext; then
12737 :
12738 else
12739 $as_echo "$as_me: failed program was:" >&5
12238 sed 's/^/| /' conftest.$ac_ext >&5 12740 sed 's/^/| /' conftest.$ac_ext >&5
12239 12741
12240 ac_cv_type_ssize_t=no 12742 ac_cv_type_off_t=yes
12241 fi 12743 fi
12242 12744
12243 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 12745 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12244 fi 12746 else
12245 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5 12747 $as_echo "$as_me: failed program was:" >&5
12246 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; } 12748 sed 's/^/| /' conftest.$ac_ext >&5
12247 if test $ac_cv_type_ssize_t = yes; then 12749
12750
12751 fi
12752
12753 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12754 fi
12755 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
12756 $as_echo "$ac_cv_type_off_t" >&6; }
12757 if test "x$ac_cv_type_off_t" = x""yes; then
12758 :
12759 else
12760
12761 cat >>confdefs.h <<_ACEOF
12762 #define off_t long int
12763 _ACEOF
12764
12765 fi
12766
12767 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
12768 $as_echo_n "checking for ssize_t... " >&6; }
12769 if test "${ac_cv_type_ssize_t+set}" = set; then
12770 $as_echo_n "(cached) " >&6
12771 else
12772 ac_cv_type_ssize_t=no
12773 cat >conftest.$ac_ext <<_ACEOF
12774 /* confdefs.h. */
12775 _ACEOF
12776 cat confdefs.h >>conftest.$ac_ext
12777 cat >>conftest.$ac_ext <<_ACEOF
12778 /* end confdefs.h. */
12779 $ac_includes_default
12780 int
12781 main ()
12782 {
12783 if (sizeof (ssize_t))
12784 return 0;
12785 ;
12786 return 0;
12787 }
12788 _ACEOF
12789 rm -f conftest.$ac_objext
12790 if { (ac_try="$ac_compile"
12791 case "(($ac_try" in
12792 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12793 *) ac_try_echo=$ac_try;;
12794 esac
12795 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12796 $as_echo "$ac_try_echo") >&5
12797 (eval "$ac_compile") 2>conftest.er1
12798 ac_status=$?
12799 grep -v '^ *+' conftest.er1 >conftest.err
12800 rm -f conftest.er1
12801 cat conftest.err >&5
12802 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12803 (exit $ac_status); } && {
12804 test -z "$ac_c_werror_flag" ||
12805 test ! -s conftest.err
12806 } && test -s conftest.$ac_objext; then
12807 cat >conftest.$ac_ext <<_ACEOF
12808 /* confdefs.h. */
12809 _ACEOF
12810 cat confdefs.h >>conftest.$ac_ext
12811 cat >>conftest.$ac_ext <<_ACEOF
12812 /* end confdefs.h. */
12813 $ac_includes_default
12814 int
12815 main ()
12816 {
12817 if (sizeof ((ssize_t)))
12818 return 0;
12819 ;
12820 return 0;
12821 }
12822 _ACEOF
12823 rm -f conftest.$ac_objext
12824 if { (ac_try="$ac_compile"
12825 case "(($ac_try" in
12826 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12827 *) ac_try_echo=$ac_try;;
12828 esac
12829 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12830 $as_echo "$ac_try_echo") >&5
12831 (eval "$ac_compile") 2>conftest.er1
12832 ac_status=$?
12833 grep -v '^ *+' conftest.er1 >conftest.err
12834 rm -f conftest.er1
12835 cat conftest.err >&5
12836 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12837 (exit $ac_status); } && {
12838 test -z "$ac_c_werror_flag" ||
12839 test ! -s conftest.err
12840 } && test -s conftest.$ac_objext; then
12841 :
12842 else
12843 $as_echo "$as_me: failed program was:" >&5
12844 sed 's/^/| /' conftest.$ac_ext >&5
12845
12846 ac_cv_type_ssize_t=yes
12847 fi
12848
12849 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12850 else
12851 $as_echo "$as_me: failed program was:" >&5
12852 sed 's/^/| /' conftest.$ac_ext >&5
12853
12854
12855 fi
12856
12857 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12858 fi
12859 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
12860 $as_echo "$ac_cv_type_ssize_t" >&6; }
12861 if test "x$ac_cv_type_ssize_t" = x""yes; then
12248 : 12862 :
12249 else 12863 else
12250 12864
12251 cat >>confdefs.h <<_ACEOF 12865 cat >>confdefs.h <<_ACEOF
12252 #define ssize_t int 12866 #define ssize_t int
12254 12868
12255 fi 12869 fi
12256 12870
12257 12871
12258 if test "$ac_cv_header_inttypes_h" != "yes"; then 12872 if test "$ac_cv_header_inttypes_h" != "yes"; then
12259 { echo "$as_me:$LINENO: checking for intptr_t in sys/types.h" >&5 12873 { $as_echo "$as_me:$LINENO: checking for intptr_t in sys/types.h" >&5
12260 echo $ECHO_N "checking for intptr_t in sys/types.h... $ECHO_C" >&6; } 12874 $as_echo_n "checking for intptr_t in sys/types.h... " >&6; }
12261 cat >conftest.$ac_ext <<_ACEOF 12875 cat >conftest.$ac_ext <<_ACEOF
12262 /* confdefs.h. */ 12876 /* confdefs.h. */
12263 _ACEOF 12877 _ACEOF
12264 cat confdefs.h >>conftest.$ac_ext 12878 cat confdefs.h >>conftest.$ac_ext
12265 cat >>conftest.$ac_ext <<_ACEOF 12879 cat >>conftest.$ac_ext <<_ACEOF
12272 if { (ac_try="$ac_compile" 12886 if { (ac_try="$ac_compile"
12273 case "(($ac_try" in 12887 case "(($ac_try" in
12274 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12888 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12275 *) ac_try_echo=$ac_try;; 12889 *) ac_try_echo=$ac_try;;
12276 esac 12890 esac
12277 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12891 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12892 $as_echo "$ac_try_echo") >&5
12278 (eval "$ac_compile") 2>conftest.er1 12893 (eval "$ac_compile") 2>conftest.er1
12279 ac_status=$? 12894 ac_status=$?
12280 grep -v '^ *+' conftest.er1 >conftest.err 12895 grep -v '^ *+' conftest.er1 >conftest.err
12281 rm -f conftest.er1 12896 rm -f conftest.er1
12282 cat conftest.err >&5 12897 cat conftest.err >&5
12283 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12898 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12284 (exit $ac_status); } && { 12899 (exit $ac_status); } && {
12285 test -z "$ac_c_werror_flag" || 12900 test -z "$ac_c_werror_flag" ||
12286 test ! -s conftest.err 12901 test ! -s conftest.err
12287 } && test -s conftest.$ac_objext; then 12902 } && test -s conftest.$ac_objext; then
12288 { echo "$as_me:$LINENO: result: yes" >&5 12903 { $as_echo "$as_me:$LINENO: result: yes" >&5
12289 echo "${ECHO_T}yes" >&6; } 12904 $as_echo "yes" >&6; }
12290 cat >>confdefs.h <<\_ACEOF 12905 cat >>confdefs.h <<\_ACEOF
12291 #define HAVE_INTPTR_T_IN_SYS_TYPES_H 1 12906 #define HAVE_INTPTR_T_IN_SYS_TYPES_H 1
12292 _ACEOF 12907 _ACEOF
12293 12908
12294 else 12909 else
12295 echo "$as_me: failed program was:" >&5 12910 $as_echo "$as_me: failed program was:" >&5
12296 sed 's/^/| /' conftest.$ac_ext >&5 12911 sed 's/^/| /' conftest.$ac_ext >&5
12297 12912
12298 { echo "$as_me:$LINENO: result: no" >&5 12913 { $as_echo "$as_me:$LINENO: result: no" >&5
12299 echo "${ECHO_T}no" >&6; } 12914 $as_echo "no" >&6; }
12300 fi 12915 fi
12301 12916
12302 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 12917 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12303 fi 12918 fi
12304 12919
12305 { echo "$as_me:$LINENO: checking for socklen_t" >&5 12920 { $as_echo "$as_me:$LINENO: checking for socklen_t" >&5
12306 echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6; } 12921 $as_echo_n "checking for socklen_t... " >&6; }
12307 cat >conftest.$ac_ext <<_ACEOF 12922 cat >conftest.$ac_ext <<_ACEOF
12308 /* confdefs.h. */ 12923 /* confdefs.h. */
12309 _ACEOF 12924 _ACEOF
12310 cat confdefs.h >>conftest.$ac_ext 12925 cat confdefs.h >>conftest.$ac_ext
12311 cat >>conftest.$ac_ext <<_ACEOF 12926 cat >>conftest.$ac_ext <<_ACEOF
12319 if { (ac_try="$ac_compile" 12934 if { (ac_try="$ac_compile"
12320 case "(($ac_try" in 12935 case "(($ac_try" in
12321 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12322 *) ac_try_echo=$ac_try;; 12937 *) ac_try_echo=$ac_try;;
12323 esac 12938 esac
12324 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12939 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12940 $as_echo "$ac_try_echo") >&5
12325 (eval "$ac_compile") 2>conftest.er1 12941 (eval "$ac_compile") 2>conftest.er1
12326 ac_status=$? 12942 ac_status=$?
12327 grep -v '^ *+' conftest.er1 >conftest.err 12943 grep -v '^ *+' conftest.er1 >conftest.err
12328 rm -f conftest.er1 12944 rm -f conftest.er1
12329 cat conftest.err >&5 12945 cat conftest.err >&5
12330 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12946 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12331 (exit $ac_status); } && { 12947 (exit $ac_status); } && {
12332 test -z "$ac_c_werror_flag" || 12948 test -z "$ac_c_werror_flag" ||
12333 test ! -s conftest.err 12949 test ! -s conftest.err
12334 } && test -s conftest.$ac_objext; then 12950 } && test -s conftest.$ac_objext; then
12335 { echo "$as_me:$LINENO: result: yes" >&5 12951 { $as_echo "$as_me:$LINENO: result: yes" >&5
12336 echo "${ECHO_T}yes" >&6; } 12952 $as_echo "yes" >&6; }
12337 else 12953 else
12338 echo "$as_me: failed program was:" >&5 12954 $as_echo "$as_me: failed program was:" >&5
12339 sed 's/^/| /' conftest.$ac_ext >&5 12955 sed 's/^/| /' conftest.$ac_ext >&5
12340 12956
12341 12957
12342 cat >conftest.$ac_ext <<_ACEOF 12958 cat >conftest.$ac_ext <<_ACEOF
12343 /* confdefs.h. */ 12959 /* confdefs.h. */
12354 if { (ac_try="$ac_compile" 12970 if { (ac_try="$ac_compile"
12355 case "(($ac_try" in 12971 case "(($ac_try" in
12356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 12972 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12357 *) ac_try_echo=$ac_try;; 12973 *) ac_try_echo=$ac_try;;
12358 esac 12974 esac
12359 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 12975 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12976 $as_echo "$ac_try_echo") >&5
12360 (eval "$ac_compile") 2>conftest.er1 12977 (eval "$ac_compile") 2>conftest.er1
12361 ac_status=$? 12978 ac_status=$?
12362 grep -v '^ *+' conftest.er1 >conftest.err 12979 grep -v '^ *+' conftest.er1 >conftest.err
12363 rm -f conftest.er1 12980 rm -f conftest.er1
12364 cat conftest.err >&5 12981 cat conftest.err >&5
12365 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12982 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12366 (exit $ac_status); } && { 12983 (exit $ac_status); } && {
12367 test -z "$ac_c_werror_flag" || 12984 test -z "$ac_c_werror_flag" ||
12368 test ! -s conftest.err 12985 test ! -s conftest.err
12369 } && test -s conftest.$ac_objext; then 12986 } && test -s conftest.$ac_objext; then
12370 12987
12371 { echo "$as_me:$LINENO: result: size_t" >&5 12988 { $as_echo "$as_me:$LINENO: result: size_t" >&5
12372 echo "${ECHO_T}size_t" >&6; } 12989 $as_echo "size_t" >&6; }
12373 cat >>confdefs.h <<\_ACEOF 12990 cat >>confdefs.h <<\_ACEOF
12374 #define socklen_t size_t 12991 #define socklen_t size_t
12375 _ACEOF 12992 _ACEOF
12376 12993
12377 else 12994 else
12378 echo "$as_me: failed program was:" >&5 12995 $as_echo "$as_me: failed program was:" >&5
12379 sed 's/^/| /' conftest.$ac_ext >&5 12996 sed 's/^/| /' conftest.$ac_ext >&5
12380 12997
12381 12998
12382 { echo "$as_me:$LINENO: result: int" >&5 12999 { $as_echo "$as_me:$LINENO: result: int" >&5
12383 echo "${ECHO_T}int" >&6; } 13000 $as_echo "int" >&6; }
12384 cat >>confdefs.h <<\_ACEOF 13001 cat >>confdefs.h <<\_ACEOF
12385 #define socklen_t int 13002 #define socklen_t int
12386 _ACEOF 13003 _ACEOF
12387 13004
12388 fi 13005 fi
12390 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 13007 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12391 fi 13008 fi
12392 13009
12393 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 13010 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12394 13011
12395 { echo "$as_me:$LINENO: checking for struct timeval" >&5 13012 { $as_echo "$as_me:$LINENO: checking for struct timeval" >&5
12396 echo $ECHO_N "checking for struct timeval... $ECHO_C" >&6; } 13013 $as_echo_n "checking for struct timeval... " >&6; }
12397 cat >conftest.$ac_ext <<_ACEOF 13014 cat >conftest.$ac_ext <<_ACEOF
12398 /* confdefs.h. */ 13015 /* confdefs.h. */
12399 _ACEOF 13016 _ACEOF
12400 cat confdefs.h >>conftest.$ac_ext 13017 cat confdefs.h >>conftest.$ac_ext
12401 cat >>conftest.$ac_ext <<_ACEOF 13018 cat >>conftest.$ac_ext <<_ACEOF
12422 if { (ac_try="$ac_compile" 13039 if { (ac_try="$ac_compile"
12423 case "(($ac_try" in 13040 case "(($ac_try" in
12424 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13041 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12425 *) ac_try_echo=$ac_try;; 13042 *) ac_try_echo=$ac_try;;
12426 esac 13043 esac
12427 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13044 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13045 $as_echo "$ac_try_echo") >&5
12428 (eval "$ac_compile") 2>conftest.er1 13046 (eval "$ac_compile") 2>conftest.er1
12429 ac_status=$? 13047 ac_status=$?
12430 grep -v '^ *+' conftest.er1 >conftest.err 13048 grep -v '^ *+' conftest.er1 >conftest.err
12431 rm -f conftest.er1 13049 rm -f conftest.er1
12432 cat conftest.err >&5 13050 cat conftest.err >&5
12433 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13051 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12434 (exit $ac_status); } && { 13052 (exit $ac_status); } && {
12435 test -z "$ac_c_werror_flag" || 13053 test -z "$ac_c_werror_flag" ||
12436 test ! -s conftest.err 13054 test ! -s conftest.err
12437 } && test -s conftest.$ac_objext; then 13055 } && test -s conftest.$ac_objext; then
12438 { echo "$as_me:$LINENO: result: yes" >&5 13056 { $as_echo "$as_me:$LINENO: result: yes" >&5
12439 echo "${ECHO_T}yes" >&6; } 13057 $as_echo "yes" >&6; }
12440 HAVE_TIMEVAL=yes 13058 HAVE_TIMEVAL=yes
12441 cat >>confdefs.h <<\_ACEOF 13059 cat >>confdefs.h <<\_ACEOF
12442 #define HAVE_TIMEVAL 1 13060 #define HAVE_TIMEVAL 1
12443 _ACEOF 13061 _ACEOF
12444 13062
12445 else 13063 else
12446 echo "$as_me: failed program was:" >&5 13064 $as_echo "$as_me: failed program was:" >&5
12447 sed 's/^/| /' conftest.$ac_ext >&5 13065 sed 's/^/| /' conftest.$ac_ext >&5
12448 13066
12449 { echo "$as_me:$LINENO: result: no" >&5 13067 { $as_echo "$as_me:$LINENO: result: no" >&5
12450 echo "${ECHO_T}no" >&6; } 13068 $as_echo "no" >&6; }
12451 HAVE_TIMEVAL=no 13069 HAVE_TIMEVAL=no
12452 fi 13070 fi
12453 13071
12454 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 13072 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12455 13073
12456 { echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5 13074 { $as_echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
12457 echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6; } 13075 $as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; }
12458 if test "${ac_cv_struct_tm+set}" = set; then 13076 if test "${ac_cv_struct_tm+set}" = set; then
12459 echo $ECHO_N "(cached) $ECHO_C" >&6 13077 $as_echo_n "(cached) " >&6
12460 else 13078 else
12461 cat >conftest.$ac_ext <<_ACEOF 13079 cat >conftest.$ac_ext <<_ACEOF
12462 /* confdefs.h. */ 13080 /* confdefs.h. */
12463 _ACEOF 13081 _ACEOF
12464 cat confdefs.h >>conftest.$ac_ext 13082 cat confdefs.h >>conftest.$ac_ext
12470 int 13088 int
12471 main () 13089 main ()
12472 { 13090 {
12473 struct tm tm; 13091 struct tm tm;
12474 int *p = &tm.tm_sec; 13092 int *p = &tm.tm_sec;
12475 return !p; 13093 return !p;
12476 ; 13094 ;
12477 return 0; 13095 return 0;
12478 } 13096 }
12479 _ACEOF 13097 _ACEOF
12480 rm -f conftest.$ac_objext 13098 rm -f conftest.$ac_objext
12481 if { (ac_try="$ac_compile" 13099 if { (ac_try="$ac_compile"
12482 case "(($ac_try" in 13100 case "(($ac_try" in
12483 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13101 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12484 *) ac_try_echo=$ac_try;; 13102 *) ac_try_echo=$ac_try;;
12485 esac 13103 esac
12486 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13104 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13105 $as_echo "$ac_try_echo") >&5
12487 (eval "$ac_compile") 2>conftest.er1 13106 (eval "$ac_compile") 2>conftest.er1
12488 ac_status=$? 13107 ac_status=$?
12489 grep -v '^ *+' conftest.er1 >conftest.err 13108 grep -v '^ *+' conftest.er1 >conftest.err
12490 rm -f conftest.er1 13109 rm -f conftest.er1
12491 cat conftest.err >&5 13110 cat conftest.err >&5
12492 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13111 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12493 (exit $ac_status); } && { 13112 (exit $ac_status); } && {
12494 test -z "$ac_c_werror_flag" || 13113 test -z "$ac_c_werror_flag" ||
12495 test ! -s conftest.err 13114 test ! -s conftest.err
12496 } && test -s conftest.$ac_objext; then 13115 } && test -s conftest.$ac_objext; then
12497 ac_cv_struct_tm=time.h 13116 ac_cv_struct_tm=time.h
12498 else 13117 else
12499 echo "$as_me: failed program was:" >&5 13118 $as_echo "$as_me: failed program was:" >&5
12500 sed 's/^/| /' conftest.$ac_ext >&5 13119 sed 's/^/| /' conftest.$ac_ext >&5
12501 13120
12502 ac_cv_struct_tm=sys/time.h 13121 ac_cv_struct_tm=sys/time.h
12503 fi 13122 fi
12504 13123
12505 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 13124 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12506 fi 13125 fi
12507 { echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5 13126 { $as_echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
12508 echo "${ECHO_T}$ac_cv_struct_tm" >&6; } 13127 $as_echo "$ac_cv_struct_tm" >&6; }
12509 if test $ac_cv_struct_tm = sys/time.h; then 13128 if test $ac_cv_struct_tm = sys/time.h; then
12510 13129
12511 cat >>confdefs.h <<\_ACEOF 13130 cat >>confdefs.h <<\_ACEOF
12512 #define TM_IN_SYS_TIME 1 13131 #define TM_IN_SYS_TIME 1
12513 _ACEOF 13132 _ACEOF
12514 13133
12515 fi 13134 fi
12516 13135
12517 { echo "$as_me:$LINENO: checking for struct tm.tm_zone" >&5 13136 { $as_echo "$as_me:$LINENO: checking for struct tm.tm_zone" >&5
12518 echo $ECHO_N "checking for struct tm.tm_zone... $ECHO_C" >&6; } 13137 $as_echo_n "checking for struct tm.tm_zone... " >&6; }
12519 if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then 13138 if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then
12520 echo $ECHO_N "(cached) $ECHO_C" >&6 13139 $as_echo_n "(cached) " >&6
12521 else 13140 else
12522 cat >conftest.$ac_ext <<_ACEOF 13141 cat >conftest.$ac_ext <<_ACEOF
12523 /* confdefs.h. */ 13142 /* confdefs.h. */
12524 _ACEOF 13143 _ACEOF
12525 cat confdefs.h >>conftest.$ac_ext 13144 cat confdefs.h >>conftest.$ac_ext
12543 if { (ac_try="$ac_compile" 13162 if { (ac_try="$ac_compile"
12544 case "(($ac_try" in 13163 case "(($ac_try" in
12545 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13164 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12546 *) ac_try_echo=$ac_try;; 13165 *) ac_try_echo=$ac_try;;
12547 esac 13166 esac
12548 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13167 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13168 $as_echo "$ac_try_echo") >&5
12549 (eval "$ac_compile") 2>conftest.er1 13169 (eval "$ac_compile") 2>conftest.er1
12550 ac_status=$? 13170 ac_status=$?
12551 grep -v '^ *+' conftest.er1 >conftest.err 13171 grep -v '^ *+' conftest.er1 >conftest.err
12552 rm -f conftest.er1 13172 rm -f conftest.er1
12553 cat conftest.err >&5 13173 cat conftest.err >&5
12554 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13174 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12555 (exit $ac_status); } && { 13175 (exit $ac_status); } && {
12556 test -z "$ac_c_werror_flag" || 13176 test -z "$ac_c_werror_flag" ||
12557 test ! -s conftest.err 13177 test ! -s conftest.err
12558 } && test -s conftest.$ac_objext; then 13178 } && test -s conftest.$ac_objext; then
12559 ac_cv_member_struct_tm_tm_zone=yes 13179 ac_cv_member_struct_tm_tm_zone=yes
12560 else 13180 else
12561 echo "$as_me: failed program was:" >&5 13181 $as_echo "$as_me: failed program was:" >&5
12562 sed 's/^/| /' conftest.$ac_ext >&5 13182 sed 's/^/| /' conftest.$ac_ext >&5
12563 13183
12564 cat >conftest.$ac_ext <<_ACEOF 13184 cat >conftest.$ac_ext <<_ACEOF
12565 /* confdefs.h. */ 13185 /* confdefs.h. */
12566 _ACEOF 13186 _ACEOF
12585 if { (ac_try="$ac_compile" 13205 if { (ac_try="$ac_compile"
12586 case "(($ac_try" in 13206 case "(($ac_try" in
12587 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13207 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12588 *) ac_try_echo=$ac_try;; 13208 *) ac_try_echo=$ac_try;;
12589 esac 13209 esac
12590 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13210 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13211 $as_echo "$ac_try_echo") >&5
12591 (eval "$ac_compile") 2>conftest.er1 13212 (eval "$ac_compile") 2>conftest.er1
12592 ac_status=$? 13213 ac_status=$?
12593 grep -v '^ *+' conftest.er1 >conftest.err 13214 grep -v '^ *+' conftest.er1 >conftest.err
12594 rm -f conftest.er1 13215 rm -f conftest.er1
12595 cat conftest.err >&5 13216 cat conftest.err >&5
12596 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13217 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12597 (exit $ac_status); } && { 13218 (exit $ac_status); } && {
12598 test -z "$ac_c_werror_flag" || 13219 test -z "$ac_c_werror_flag" ||
12599 test ! -s conftest.err 13220 test ! -s conftest.err
12600 } && test -s conftest.$ac_objext; then 13221 } && test -s conftest.$ac_objext; then
12601 ac_cv_member_struct_tm_tm_zone=yes 13222 ac_cv_member_struct_tm_tm_zone=yes
12602 else 13223 else
12603 echo "$as_me: failed program was:" >&5 13224 $as_echo "$as_me: failed program was:" >&5
12604 sed 's/^/| /' conftest.$ac_ext >&5 13225 sed 's/^/| /' conftest.$ac_ext >&5
12605 13226
12606 ac_cv_member_struct_tm_tm_zone=no 13227 ac_cv_member_struct_tm_tm_zone=no
12607 fi 13228 fi
12608 13229
12609 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 13230 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12610 fi 13231 fi
12611 13232
12612 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 13233 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12613 fi 13234 fi
12614 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5 13235 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5
12615 echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6; } 13236 $as_echo "$ac_cv_member_struct_tm_tm_zone" >&6; }
12616 if test $ac_cv_member_struct_tm_tm_zone = yes; then 13237 if test "x$ac_cv_member_struct_tm_tm_zone" = x""yes; then
12617 13238
12618 cat >>confdefs.h <<_ACEOF 13239 cat >>confdefs.h <<_ACEOF
12619 #define HAVE_STRUCT_TM_TM_ZONE 1 13240 #define HAVE_STRUCT_TM_TM_ZONE 1
12620 _ACEOF 13241 _ACEOF
12621 13242
12627 cat >>confdefs.h <<\_ACEOF 13248 cat >>confdefs.h <<\_ACEOF
12628 #define HAVE_TM_ZONE 1 13249 #define HAVE_TM_ZONE 1
12629 _ACEOF 13250 _ACEOF
12630 13251
12631 else 13252 else
12632 { echo "$as_me:$LINENO: checking whether tzname is declared" >&5 13253 { $as_echo "$as_me:$LINENO: checking whether tzname is declared" >&5
12633 echo $ECHO_N "checking whether tzname is declared... $ECHO_C" >&6; } 13254 $as_echo_n "checking whether tzname is declared... " >&6; }
12634 if test "${ac_cv_have_decl_tzname+set}" = set; then 13255 if test "${ac_cv_have_decl_tzname+set}" = set; then
12635 echo $ECHO_N "(cached) $ECHO_C" >&6 13256 $as_echo_n "(cached) " >&6
12636 else 13257 else
12637 cat >conftest.$ac_ext <<_ACEOF 13258 cat >conftest.$ac_ext <<_ACEOF
12638 /* confdefs.h. */ 13259 /* confdefs.h. */
12639 _ACEOF 13260 _ACEOF
12640 cat confdefs.h >>conftest.$ac_ext 13261 cat confdefs.h >>conftest.$ac_ext
12657 if { (ac_try="$ac_compile" 13278 if { (ac_try="$ac_compile"
12658 case "(($ac_try" in 13279 case "(($ac_try" in
12659 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13280 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12660 *) ac_try_echo=$ac_try;; 13281 *) ac_try_echo=$ac_try;;
12661 esac 13282 esac
12662 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13283 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13284 $as_echo "$ac_try_echo") >&5
12663 (eval "$ac_compile") 2>conftest.er1 13285 (eval "$ac_compile") 2>conftest.er1
12664 ac_status=$? 13286 ac_status=$?
12665 grep -v '^ *+' conftest.er1 >conftest.err 13287 grep -v '^ *+' conftest.er1 >conftest.err
12666 rm -f conftest.er1 13288 rm -f conftest.er1
12667 cat conftest.err >&5 13289 cat conftest.err >&5
12668 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13290 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12669 (exit $ac_status); } && { 13291 (exit $ac_status); } && {
12670 test -z "$ac_c_werror_flag" || 13292 test -z "$ac_c_werror_flag" ||
12671 test ! -s conftest.err 13293 test ! -s conftest.err
12672 } && test -s conftest.$ac_objext; then 13294 } && test -s conftest.$ac_objext; then
12673 ac_cv_have_decl_tzname=yes 13295 ac_cv_have_decl_tzname=yes
12674 else 13296 else
12675 echo "$as_me: failed program was:" >&5 13297 $as_echo "$as_me: failed program was:" >&5
12676 sed 's/^/| /' conftest.$ac_ext >&5 13298 sed 's/^/| /' conftest.$ac_ext >&5
12677 13299
12678 ac_cv_have_decl_tzname=no 13300 ac_cv_have_decl_tzname=no
12679 fi 13301 fi
12680 13302
12681 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 13303 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12682 fi 13304 fi
12683 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_tzname" >&5 13305 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_tzname" >&5
12684 echo "${ECHO_T}$ac_cv_have_decl_tzname" >&6; } 13306 $as_echo "$ac_cv_have_decl_tzname" >&6; }
12685 if test $ac_cv_have_decl_tzname = yes; then 13307 if test "x$ac_cv_have_decl_tzname" = x""yes; then
12686 13308
12687 cat >>confdefs.h <<_ACEOF 13309 cat >>confdefs.h <<_ACEOF
12688 #define HAVE_DECL_TZNAME 1 13310 #define HAVE_DECL_TZNAME 1
12689 _ACEOF 13311 _ACEOF
12690 13312
12696 13318
12697 13319
12698 fi 13320 fi
12699 13321
12700 13322
12701 { echo "$as_me:$LINENO: checking for tzname" >&5 13323 { $as_echo "$as_me:$LINENO: checking for tzname" >&5
12702 echo $ECHO_N "checking for tzname... $ECHO_C" >&6; } 13324 $as_echo_n "checking for tzname... " >&6; }
12703 if test "${ac_cv_var_tzname+set}" = set; then 13325 if test "${ac_cv_var_tzname+set}" = set; then
12704 echo $ECHO_N "(cached) $ECHO_C" >&6 13326 $as_echo_n "(cached) " >&6
12705 else 13327 else
12706 cat >conftest.$ac_ext <<_ACEOF 13328 cat >conftest.$ac_ext <<_ACEOF
12707 /* confdefs.h. */ 13329 /* confdefs.h. */
12708 _ACEOF 13330 _ACEOF
12709 cat confdefs.h >>conftest.$ac_ext 13331 cat confdefs.h >>conftest.$ac_ext
12726 if { (ac_try="$ac_link" 13348 if { (ac_try="$ac_link"
12727 case "(($ac_try" in 13349 case "(($ac_try" in
12728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13350 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12729 *) ac_try_echo=$ac_try;; 13351 *) ac_try_echo=$ac_try;;
12730 esac 13352 esac
12731 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13353 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13354 $as_echo "$ac_try_echo") >&5
12732 (eval "$ac_link") 2>conftest.er1 13355 (eval "$ac_link") 2>conftest.er1
12733 ac_status=$? 13356 ac_status=$?
12734 grep -v '^ *+' conftest.er1 >conftest.err 13357 grep -v '^ *+' conftest.er1 >conftest.err
12735 rm -f conftest.er1 13358 rm -f conftest.er1
12736 cat conftest.err >&5 13359 cat conftest.err >&5
12737 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13360 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12738 (exit $ac_status); } && { 13361 (exit $ac_status); } && {
12739 test -z "$ac_c_werror_flag" || 13362 test -z "$ac_c_werror_flag" ||
12740 test ! -s conftest.err 13363 test ! -s conftest.err
12741 } && test -s conftest$ac_exeext && 13364 } && test -s conftest$ac_exeext && {
12742 $as_test_x conftest$ac_exeext; then 13365 test "$cross_compiling" = yes ||
13366 $as_test_x conftest$ac_exeext
13367 }; then
12743 ac_cv_var_tzname=yes 13368 ac_cv_var_tzname=yes
12744 else 13369 else
12745 echo "$as_me: failed program was:" >&5 13370 $as_echo "$as_me: failed program was:" >&5
12746 sed 's/^/| /' conftest.$ac_ext >&5 13371 sed 's/^/| /' conftest.$ac_ext >&5
12747 13372
12748 ac_cv_var_tzname=no 13373 ac_cv_var_tzname=no
12749 fi 13374 fi
12750 13375
13376 rm -rf conftest.dSYM
12751 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 13377 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12752 conftest$ac_exeext conftest.$ac_ext 13378 conftest$ac_exeext conftest.$ac_ext
12753 fi 13379 fi
12754 { echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5 13380 { $as_echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5
12755 echo "${ECHO_T}$ac_cv_var_tzname" >&6; } 13381 $as_echo "$ac_cv_var_tzname" >&6; }
12756 if test $ac_cv_var_tzname = yes; then 13382 if test $ac_cv_var_tzname = yes; then
12757 13383
12758 cat >>confdefs.h <<\_ACEOF 13384 cat >>confdefs.h <<\_ACEOF
12759 #define HAVE_TZNAME 1 13385 #define HAVE_TZNAME 1
12760 _ACEOF 13386 _ACEOF
12761 13387
12762 fi 13388 fi
12763 fi 13389 fi
12764 13390
12765 13391
12766 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 13392 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
12767 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; } 13393 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12768 if test "${ac_cv_c_const+set}" = set; then 13394 if test "${ac_cv_c_const+set}" = set; then
12769 echo $ECHO_N "(cached) $ECHO_C" >&6 13395 $as_echo_n "(cached) " >&6
12770 else 13396 else
12771 cat >conftest.$ac_ext <<_ACEOF 13397 cat >conftest.$ac_ext <<_ACEOF
12772 /* confdefs.h. */ 13398 /* confdefs.h. */
12773 _ACEOF 13399 _ACEOF
12774 cat confdefs.h >>conftest.$ac_ext 13400 cat confdefs.h >>conftest.$ac_ext
12836 if { (ac_try="$ac_compile" 13462 if { (ac_try="$ac_compile"
12837 case "(($ac_try" in 13463 case "(($ac_try" in
12838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13464 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12839 *) ac_try_echo=$ac_try;; 13465 *) ac_try_echo=$ac_try;;
12840 esac 13466 esac
12841 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13467 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13468 $as_echo "$ac_try_echo") >&5
12842 (eval "$ac_compile") 2>conftest.er1 13469 (eval "$ac_compile") 2>conftest.er1
12843 ac_status=$? 13470 ac_status=$?
12844 grep -v '^ *+' conftest.er1 >conftest.err 13471 grep -v '^ *+' conftest.er1 >conftest.err
12845 rm -f conftest.er1 13472 rm -f conftest.er1
12846 cat conftest.err >&5 13473 cat conftest.err >&5
12847 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13474 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12848 (exit $ac_status); } && { 13475 (exit $ac_status); } && {
12849 test -z "$ac_c_werror_flag" || 13476 test -z "$ac_c_werror_flag" ||
12850 test ! -s conftest.err 13477 test ! -s conftest.err
12851 } && test -s conftest.$ac_objext; then 13478 } && test -s conftest.$ac_objext; then
12852 ac_cv_c_const=yes 13479 ac_cv_c_const=yes
12853 else 13480 else
12854 echo "$as_me: failed program was:" >&5 13481 $as_echo "$as_me: failed program was:" >&5
12855 sed 's/^/| /' conftest.$ac_ext >&5 13482 sed 's/^/| /' conftest.$ac_ext >&5
12856 13483
12857 ac_cv_c_const=no 13484 ac_cv_c_const=no
12858 fi 13485 fi
12859 13486
12860 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 13487 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12861 fi 13488 fi
12862 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 13489 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
12863 echo "${ECHO_T}$ac_cv_c_const" >&6; } 13490 $as_echo "$ac_cv_c_const" >&6; }
12864 if test $ac_cv_c_const = no; then 13491 if test $ac_cv_c_const = no; then
12865 13492
12866 cat >>confdefs.h <<\_ACEOF 13493 cat >>confdefs.h <<\_ACEOF
12867 #define const 13494 #define const /**/
12868 _ACEOF 13495 _ACEOF
12869 13496
12870 fi 13497 fi
12871 13498
12872 13499
12873 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 13500 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
12874 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } 13501 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
12875 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 13502 set x ${MAKE-make}
13503 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
12876 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then 13504 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
12877 echo $ECHO_N "(cached) $ECHO_C" >&6 13505 $as_echo_n "(cached) " >&6
12878 else 13506 else
12879 cat >conftest.make <<\_ACEOF 13507 cat >conftest.make <<\_ACEOF
12880 SHELL = /bin/sh 13508 SHELL = /bin/sh
12881 all: 13509 all:
12882 @echo '@@@%%%=$(MAKE)=@@@%%%' 13510 @echo '@@@%%%=$(MAKE)=@@@%%%'
12889 eval ac_cv_prog_make_${ac_make}_set=no;; 13517 eval ac_cv_prog_make_${ac_make}_set=no;;
12890 esac 13518 esac
12891 rm -f conftest.make 13519 rm -f conftest.make
12892 fi 13520 fi
12893 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then 13521 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
12894 { echo "$as_me:$LINENO: result: yes" >&5 13522 { $as_echo "$as_me:$LINENO: result: yes" >&5
12895 echo "${ECHO_T}yes" >&6; } 13523 $as_echo "yes" >&6; }
12896 SET_MAKE= 13524 SET_MAKE=
12897 else 13525 else
12898 { echo "$as_me:$LINENO: result: no" >&5 13526 { $as_echo "$as_me:$LINENO: result: no" >&5
12899 echo "${ECHO_T}no" >&6; } 13527 $as_echo "no" >&6; }
12900 SET_MAKE="MAKE=${MAKE-make}" 13528 SET_MAKE="MAKE=${MAKE-make}"
12901 fi 13529 fi
12902 13530
12903 13531
12904 { echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 13532
12905 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; } 13533 { $as_echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
13534 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
12906 if test "${ac_cv_c_bigendian+set}" = set; then 13535 if test "${ac_cv_c_bigendian+set}" = set; then
12907 echo $ECHO_N "(cached) $ECHO_C" >&6 13536 $as_echo_n "(cached) " >&6
12908 else 13537 else
12909 # See if sys/param.h defines the BYTE_ORDER macro. 13538 ac_cv_c_bigendian=unknown
12910 cat >conftest.$ac_ext <<_ACEOF 13539 # See if we're dealing with a universal compiler.
13540 cat >conftest.$ac_ext <<_ACEOF
13541 /* confdefs.h. */
13542 _ACEOF
13543 cat confdefs.h >>conftest.$ac_ext
13544 cat >>conftest.$ac_ext <<_ACEOF
13545 /* end confdefs.h. */
13546 #ifndef __APPLE_CC__
13547 not a universal capable compiler
13548 #endif
13549 typedef int dummy;
13550
13551 _ACEOF
13552 rm -f conftest.$ac_objext
13553 if { (ac_try="$ac_compile"
13554 case "(($ac_try" in
13555 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13556 *) ac_try_echo=$ac_try;;
13557 esac
13558 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13559 $as_echo "$ac_try_echo") >&5
13560 (eval "$ac_compile") 2>conftest.er1
13561 ac_status=$?
13562 grep -v '^ *+' conftest.er1 >conftest.err
13563 rm -f conftest.er1
13564 cat conftest.err >&5
13565 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13566 (exit $ac_status); } && {
13567 test -z "$ac_c_werror_flag" ||
13568 test ! -s conftest.err
13569 } && test -s conftest.$ac_objext; then
13570
13571 # Check for potential -arch flags. It is not universal unless
13572 # there are some -arch flags. Note that *ppc* also matches
13573 # ppc64. This check is also rather less than ideal.
13574 case "${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}" in #(
13575 *-arch*ppc*|*-arch*i386*|*-arch*x86_64*) ac_cv_c_bigendian=universal;;
13576 esac
13577 else
13578 $as_echo "$as_me: failed program was:" >&5
13579 sed 's/^/| /' conftest.$ac_ext >&5
13580
13581
13582 fi
13583
13584 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13585 if test $ac_cv_c_bigendian = unknown; then
13586 # See if sys/param.h defines the BYTE_ORDER macro.
13587 cat >conftest.$ac_ext <<_ACEOF
12911 /* confdefs.h. */ 13588 /* confdefs.h. */
12912 _ACEOF 13589 _ACEOF
12913 cat confdefs.h >>conftest.$ac_ext 13590 cat confdefs.h >>conftest.$ac_ext
12914 cat >>conftest.$ac_ext <<_ACEOF 13591 cat >>conftest.$ac_ext <<_ACEOF
12915 /* end confdefs.h. */ 13592 /* end confdefs.h. */
12916 #include <sys/types.h> 13593 #include <sys/types.h>
12917 #include <sys/param.h> 13594 #include <sys/param.h>
12918 13595
12919 int 13596 int
12920 main () 13597 main ()
12921 { 13598 {
12922 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN \ 13599 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
12923 && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN) 13600 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
12924 bogus endian macros 13601 && LITTLE_ENDIAN)
12925 #endif 13602 bogus endian macros
13603 #endif
12926 13604
12927 ; 13605 ;
12928 return 0; 13606 return 0;
12929 } 13607 }
12930 _ACEOF 13608 _ACEOF
12932 if { (ac_try="$ac_compile" 13610 if { (ac_try="$ac_compile"
12933 case "(($ac_try" in 13611 case "(($ac_try" in
12934 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13612 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12935 *) ac_try_echo=$ac_try;; 13613 *) ac_try_echo=$ac_try;;
12936 esac 13614 esac
12937 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13615 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13616 $as_echo "$ac_try_echo") >&5
12938 (eval "$ac_compile") 2>conftest.er1 13617 (eval "$ac_compile") 2>conftest.er1
12939 ac_status=$? 13618 ac_status=$?
12940 grep -v '^ *+' conftest.er1 >conftest.err 13619 grep -v '^ *+' conftest.er1 >conftest.err
12941 rm -f conftest.er1 13620 rm -f conftest.er1
12942 cat conftest.err >&5 13621 cat conftest.err >&5
12943 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13622 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12944 (exit $ac_status); } && { 13623 (exit $ac_status); } && {
12945 test -z "$ac_c_werror_flag" || 13624 test -z "$ac_c_werror_flag" ||
12946 test ! -s conftest.err 13625 test ! -s conftest.err
12947 } && test -s conftest.$ac_objext; then 13626 } && test -s conftest.$ac_objext; then
12948 # It does; now see whether it defined to BIG_ENDIAN or not. 13627 # It does; now see whether it defined to BIG_ENDIAN or not.
12949 cat >conftest.$ac_ext <<_ACEOF 13628 cat >conftest.$ac_ext <<_ACEOF
12950 /* confdefs.h. */ 13629 /* confdefs.h. */
12951 _ACEOF 13630 _ACEOF
12952 cat confdefs.h >>conftest.$ac_ext 13631 cat confdefs.h >>conftest.$ac_ext
12953 cat >>conftest.$ac_ext <<_ACEOF 13632 cat >>conftest.$ac_ext <<_ACEOF
12954 /* end confdefs.h. */ 13633 /* end confdefs.h. */
12955 #include <sys/types.h> 13634 #include <sys/types.h>
12956 #include <sys/param.h> 13635 #include <sys/param.h>
12957 13636
12958 int 13637 int
12959 main () 13638 main ()
12960 { 13639 {
12961 #if BYTE_ORDER != BIG_ENDIAN 13640 #if BYTE_ORDER != BIG_ENDIAN
12962 not big endian 13641 not big endian
12963 #endif 13642 #endif
12964 13643
12965 ; 13644 ;
12966 return 0; 13645 return 0;
12967 } 13646 }
12968 _ACEOF 13647 _ACEOF
12970 if { (ac_try="$ac_compile" 13649 if { (ac_try="$ac_compile"
12971 case "(($ac_try" in 13650 case "(($ac_try" in
12972 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13651 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12973 *) ac_try_echo=$ac_try;; 13652 *) ac_try_echo=$ac_try;;
12974 esac 13653 esac
12975 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13654 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13655 $as_echo "$ac_try_echo") >&5
12976 (eval "$ac_compile") 2>conftest.er1 13656 (eval "$ac_compile") 2>conftest.er1
12977 ac_status=$? 13657 ac_status=$?
12978 grep -v '^ *+' conftest.er1 >conftest.err 13658 grep -v '^ *+' conftest.er1 >conftest.err
12979 rm -f conftest.er1 13659 rm -f conftest.er1
12980 cat conftest.err >&5 13660 cat conftest.err >&5
12981 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13661 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12982 (exit $ac_status); } && { 13662 (exit $ac_status); } && {
12983 test -z "$ac_c_werror_flag" || 13663 test -z "$ac_c_werror_flag" ||
12984 test ! -s conftest.err 13664 test ! -s conftest.err
12985 } && test -s conftest.$ac_objext; then 13665 } && test -s conftest.$ac_objext; then
12986 ac_cv_c_bigendian=yes 13666 ac_cv_c_bigendian=yes
12987 else 13667 else
12988 echo "$as_me: failed program was:" >&5 13668 $as_echo "$as_me: failed program was:" >&5
12989 sed 's/^/| /' conftest.$ac_ext >&5 13669 sed 's/^/| /' conftest.$ac_ext >&5
12990 13670
12991 ac_cv_c_bigendian=no 13671 ac_cv_c_bigendian=no
12992 fi 13672 fi
12993 13673
12994 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 13674 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12995 else 13675 else
12996 echo "$as_me: failed program was:" >&5 13676 $as_echo "$as_me: failed program was:" >&5
12997 sed 's/^/| /' conftest.$ac_ext >&5 13677 sed 's/^/| /' conftest.$ac_ext >&5
12998 13678
12999 # It does not; compile a test program. 13679
13000 if test "$cross_compiling" = yes; then 13680 fi
13001 # try to guess the endianness by grepping values into an object file 13681
13002 ac_cv_c_bigendian=unknown 13682 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13003 cat >conftest.$ac_ext <<_ACEOF 13683 fi
13684 if test $ac_cv_c_bigendian = unknown; then
13685 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
13686 cat >conftest.$ac_ext <<_ACEOF
13004 /* confdefs.h. */ 13687 /* confdefs.h. */
13005 _ACEOF 13688 _ACEOF
13006 cat confdefs.h >>conftest.$ac_ext 13689 cat confdefs.h >>conftest.$ac_ext
13007 cat >>conftest.$ac_ext <<_ACEOF 13690 cat >>conftest.$ac_ext <<_ACEOF
13008 /* end confdefs.h. */ 13691 /* end confdefs.h. */
13009 short int ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; 13692 #include <limits.h>
13010 short int ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; 13693
13011 void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }
13012 short int ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
13013 short int ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
13014 void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }
13015 int 13694 int
13016 main () 13695 main ()
13017 { 13696 {
13018 _ascii (); _ebcdic (); 13697 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
13698 bogus endian macros
13699 #endif
13700
13019 ; 13701 ;
13020 return 0; 13702 return 0;
13021 } 13703 }
13022 _ACEOF 13704 _ACEOF
13023 rm -f conftest.$ac_objext 13705 rm -f conftest.$ac_objext
13024 if { (ac_try="$ac_compile" 13706 if { (ac_try="$ac_compile"
13025 case "(($ac_try" in 13707 case "(($ac_try" in
13026 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13708 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13027 *) ac_try_echo=$ac_try;; 13709 *) ac_try_echo=$ac_try;;
13028 esac 13710 esac
13029 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13711 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13712 $as_echo "$ac_try_echo") >&5
13030 (eval "$ac_compile") 2>conftest.er1 13713 (eval "$ac_compile") 2>conftest.er1
13031 ac_status=$? 13714 ac_status=$?
13032 grep -v '^ *+' conftest.er1 >conftest.err 13715 grep -v '^ *+' conftest.er1 >conftest.err
13033 rm -f conftest.er1 13716 rm -f conftest.er1
13034 cat conftest.err >&5 13717 cat conftest.err >&5
13035 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13718 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13036 (exit $ac_status); } && { 13719 (exit $ac_status); } && {
13037 test -z "$ac_c_werror_flag" || 13720 test -z "$ac_c_werror_flag" ||
13038 test ! -s conftest.err 13721 test ! -s conftest.err
13039 } && test -s conftest.$ac_objext; then 13722 } && test -s conftest.$ac_objext; then
13040 if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then 13723 # It does; now see whether it defined to _BIG_ENDIAN or not.
13724 cat >conftest.$ac_ext <<_ACEOF
13725 /* confdefs.h. */
13726 _ACEOF
13727 cat confdefs.h >>conftest.$ac_ext
13728 cat >>conftest.$ac_ext <<_ACEOF
13729 /* end confdefs.h. */
13730 #include <limits.h>
13731
13732 int
13733 main ()
13734 {
13735 #ifndef _BIG_ENDIAN
13736 not big endian
13737 #endif
13738
13739 ;
13740 return 0;
13741 }
13742 _ACEOF
13743 rm -f conftest.$ac_objext
13744 if { (ac_try="$ac_compile"
13745 case "(($ac_try" in
13746 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13747 *) ac_try_echo=$ac_try;;
13748 esac
13749 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13750 $as_echo "$ac_try_echo") >&5
13751 (eval "$ac_compile") 2>conftest.er1
13752 ac_status=$?
13753 grep -v '^ *+' conftest.er1 >conftest.err
13754 rm -f conftest.er1
13755 cat conftest.err >&5
13756 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13757 (exit $ac_status); } && {
13758 test -z "$ac_c_werror_flag" ||
13759 test ! -s conftest.err
13760 } && test -s conftest.$ac_objext; then
13041 ac_cv_c_bigendian=yes 13761 ac_cv_c_bigendian=yes
13042 fi 13762 else
13043 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then 13763 $as_echo "$as_me: failed program was:" >&5
13044 if test "$ac_cv_c_bigendian" = unknown; then 13764 sed 's/^/| /' conftest.$ac_ext >&5
13045 ac_cv_c_bigendian=no 13765
13046 else 13766 ac_cv_c_bigendian=no
13047 # finding both strings is unlikely to happen, but who knows? 13767 fi
13048 ac_cv_c_bigendian=unknown 13768
13049 fi 13769 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13050 fi 13770 else
13051 else 13771 $as_echo "$as_me: failed program was:" >&5
13052 echo "$as_me: failed program was:" >&5 13772 sed 's/^/| /' conftest.$ac_ext >&5
13773
13774
13775 fi
13776
13777 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13778 fi
13779 if test $ac_cv_c_bigendian = unknown; then
13780 # Compile a test program.
13781 if test "$cross_compiling" = yes; then
13782 # Try to guess by grepping values from an object file.
13783 cat >conftest.$ac_ext <<_ACEOF
13784 /* confdefs.h. */
13785 _ACEOF
13786 cat confdefs.h >>conftest.$ac_ext
13787 cat >>conftest.$ac_ext <<_ACEOF
13788 /* end confdefs.h. */
13789 short int ascii_mm[] =
13790 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
13791 short int ascii_ii[] =
13792 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
13793 int use_ascii (int i) {
13794 return ascii_mm[i] + ascii_ii[i];
13795 }
13796 short int ebcdic_ii[] =
13797 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
13798 short int ebcdic_mm[] =
13799 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
13800 int use_ebcdic (int i) {
13801 return ebcdic_mm[i] + ebcdic_ii[i];
13802 }
13803 extern int foo;
13804
13805 int
13806 main ()
13807 {
13808 return use_ascii (foo) == use_ebcdic (foo);
13809 ;
13810 return 0;
13811 }
13812 _ACEOF
13813 rm -f conftest.$ac_objext
13814 if { (ac_try="$ac_compile"
13815 case "(($ac_try" in
13816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13817 *) ac_try_echo=$ac_try;;
13818 esac
13819 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13820 $as_echo "$ac_try_echo") >&5
13821 (eval "$ac_compile") 2>conftest.er1
13822 ac_status=$?
13823 grep -v '^ *+' conftest.er1 >conftest.err
13824 rm -f conftest.er1
13825 cat conftest.err >&5
13826 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13827 (exit $ac_status); } && {
13828 test -z "$ac_c_werror_flag" ||
13829 test ! -s conftest.err
13830 } && test -s conftest.$ac_objext; then
13831 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
13832 ac_cv_c_bigendian=yes
13833 fi
13834 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
13835 if test "$ac_cv_c_bigendian" = unknown; then
13836 ac_cv_c_bigendian=no
13837 else
13838 # finding both strings is unlikely to happen, but who knows?
13839 ac_cv_c_bigendian=unknown
13840 fi
13841 fi
13842 else
13843 $as_echo "$as_me: failed program was:" >&5
13053 sed 's/^/| /' conftest.$ac_ext >&5 13844 sed 's/^/| /' conftest.$ac_ext >&5
13054 13845
13055 13846
13056 fi 13847 fi
13057 13848
13066 $ac_includes_default 13857 $ac_includes_default
13067 int 13858 int
13068 main () 13859 main ()
13069 { 13860 {
13070 13861
13071 /* Are we little or big endian? From Harbison&Steele. */ 13862 /* Are we little or big endian? From Harbison&Steele. */
13072 union 13863 union
13073 { 13864 {
13074 long int l; 13865 long int l;
13075 char c[sizeof (long int)]; 13866 char c[sizeof (long int)];
13076 } u; 13867 } u;
13077 u.l = 1; 13868 u.l = 1;
13078 return u.c[sizeof (long int) - 1] == 1; 13869 return u.c[sizeof (long int) - 1] == 1;
13079 13870
13080 ; 13871 ;
13081 return 0; 13872 return 0;
13082 } 13873 }
13083 _ACEOF 13874 _ACEOF
13085 if { (ac_try="$ac_link" 13876 if { (ac_try="$ac_link"
13086 case "(($ac_try" in 13877 case "(($ac_try" in
13087 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13878 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13088 *) ac_try_echo=$ac_try;; 13879 *) ac_try_echo=$ac_try;;
13089 esac 13880 esac
13090 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13881 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13882 $as_echo "$ac_try_echo") >&5
13091 (eval "$ac_link") 2>&5 13883 (eval "$ac_link") 2>&5
13092 ac_status=$? 13884 ac_status=$?
13093 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13885 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13094 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 13886 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13095 { (case "(($ac_try" in 13887 { (case "(($ac_try" in
13096 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13888 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13097 *) ac_try_echo=$ac_try;; 13889 *) ac_try_echo=$ac_try;;
13098 esac 13890 esac
13099 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13891 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13892 $as_echo "$ac_try_echo") >&5
13100 (eval "$ac_try") 2>&5 13893 (eval "$ac_try") 2>&5
13101 ac_status=$? 13894 ac_status=$?
13102 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13895 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13103 (exit $ac_status); }; }; then 13896 (exit $ac_status); }; }; then
13104 ac_cv_c_bigendian=no 13897 ac_cv_c_bigendian=no
13105 else 13898 else
13106 echo "$as_me: program exited with status $ac_status" >&5 13899 $as_echo "$as_me: program exited with status $ac_status" >&5
13107 echo "$as_me: failed program was:" >&5 13900 $as_echo "$as_me: failed program was:" >&5
13108 sed 's/^/| /' conftest.$ac_ext >&5 13901 sed 's/^/| /' conftest.$ac_ext >&5
13109 13902
13110 ( exit $ac_status ) 13903 ( exit $ac_status )
13111 ac_cv_c_bigendian=yes 13904 ac_cv_c_bigendian=yes
13112 fi 13905 fi
13906 rm -rf conftest.dSYM
13113 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 13907 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13114 fi 13908 fi
13115 13909
13116 13910
13117 fi 13911 fi
13118 13912 fi
13119 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 13913 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
13120 fi 13914 $as_echo "$ac_cv_c_bigendian" >&6; }
13121 { echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5 13915 case $ac_cv_c_bigendian in #(
13122 echo "${ECHO_T}$ac_cv_c_bigendian" >&6; } 13916 yes)
13123 case $ac_cv_c_bigendian in 13917 cat >>confdefs.h <<\_ACEOF
13124 yes) 13918 #define WORDS_BIGENDIAN 1
13919 _ACEOF
13920 ;; #(
13921 no)
13922 ;; #(
13923 universal)
13125 13924
13126 cat >>confdefs.h <<\_ACEOF 13925 cat >>confdefs.h <<\_ACEOF
13127 #define WORDS_BIGENDIAN 1 13926 #define AC_APPLE_UNIVERSAL_BUILD 1
13128 _ACEOF 13927 _ACEOF
13129 ;; 13928
13130 no) 13929 ;; #(
13131 ;; 13930 *)
13132 *) 13931 { { $as_echo "$as_me:$LINENO: error: unknown endianness
13133 { { echo "$as_me:$LINENO: error: unknown endianness 13932 presetting ac_cv_c_bigendian=no (or yes) will help" >&5
13134 presetting ac_cv_c_bigendian=no (or yes) will help" >&5 13933 $as_echo "$as_me: error: unknown endianness
13135 echo "$as_me: error: unknown endianness 13934 presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
13136 presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
13137 { (exit 1); exit 1; }; } ;; 13935 { (exit 1); exit 1; }; } ;;
13138 esac 13936 esac
13139 13937
13140 13938
13141 { echo "$as_me:$LINENO: checking for short" >&5 13939 # The cast to long int works around a bug in the HP C Compiler
13142 echo $ECHO_N "checking for short... $ECHO_C" >&6; } 13940 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13143 if test "${ac_cv_type_short+set}" = set; then 13941 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13144 echo $ECHO_N "(cached) $ECHO_C" >&6 13942 # This bug is HP SR number 8606223364.
13145 else 13943 { $as_echo "$as_me:$LINENO: checking size of short" >&5
13146 cat >conftest.$ac_ext <<_ACEOF 13944 $as_echo_n "checking size of short... " >&6; }
13945 if test "${ac_cv_sizeof_short+set}" = set; then
13946 $as_echo_n "(cached) " >&6
13947 else
13948 if test "$cross_compiling" = yes; then
13949 # Depending upon the size, compute the lo and hi bounds.
13950 cat >conftest.$ac_ext <<_ACEOF
13147 /* confdefs.h. */ 13951 /* confdefs.h. */
13148 _ACEOF 13952 _ACEOF
13149 cat confdefs.h >>conftest.$ac_ext 13953 cat confdefs.h >>conftest.$ac_ext
13150 cat >>conftest.$ac_ext <<_ACEOF 13954 cat >>conftest.$ac_ext <<_ACEOF
13151 /* end confdefs.h. */ 13955 /* end confdefs.h. */
13152 $ac_includes_default 13956 $ac_includes_default
13153 typedef short ac__type_new_;
13154 int 13957 int
13155 main () 13958 main ()
13156 { 13959 {
13157 if ((ac__type_new_ *) 0) 13960 static int test_array [1 - 2 * !(((long int) (sizeof (short))) >= 0)];
13158 return 0; 13961 test_array [0] = 0
13159 if (sizeof (ac__type_new_)) 13962
13160 return 0;
13161 ; 13963 ;
13162 return 0; 13964 return 0;
13163 } 13965 }
13164 _ACEOF 13966 _ACEOF
13165 rm -f conftest.$ac_objext 13967 rm -f conftest.$ac_objext
13166 if { (ac_try="$ac_compile" 13968 if { (ac_try="$ac_compile"
13167 case "(($ac_try" in 13969 case "(($ac_try" in
13168 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 13970 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13169 *) ac_try_echo=$ac_try;; 13971 *) ac_try_echo=$ac_try;;
13170 esac 13972 esac
13171 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 13973 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13974 $as_echo "$ac_try_echo") >&5
13172 (eval "$ac_compile") 2>conftest.er1 13975 (eval "$ac_compile") 2>conftest.er1
13173 ac_status=$? 13976 ac_status=$?
13174 grep -v '^ *+' conftest.er1 >conftest.err 13977 grep -v '^ *+' conftest.er1 >conftest.err
13175 rm -f conftest.er1 13978 rm -f conftest.er1
13176 cat conftest.err >&5 13979 cat conftest.err >&5
13177 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13980 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13178 (exit $ac_status); } && {
13179 test -z "$ac_c_werror_flag" ||
13180 test ! -s conftest.err
13181 } && test -s conftest.$ac_objext; then
13182 ac_cv_type_short=yes
13183 else
13184 echo "$as_me: failed program was:" >&5
13185 sed 's/^/| /' conftest.$ac_ext >&5
13186
13187 ac_cv_type_short=no
13188 fi
13189
13190 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13191 fi
13192 { echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
13193 echo "${ECHO_T}$ac_cv_type_short" >&6; }
13194
13195 # The cast to long int works around a bug in the HP C Compiler
13196 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13197 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13198 # This bug is HP SR number 8606223364.
13199 { echo "$as_me:$LINENO: checking size of short" >&5
13200 echo $ECHO_N "checking size of short... $ECHO_C" >&6; }
13201 if test "${ac_cv_sizeof_short+set}" = set; then
13202 echo $ECHO_N "(cached) $ECHO_C" >&6
13203 else
13204 if test "$cross_compiling" = yes; then
13205 # Depending upon the size, compute the lo and hi bounds.
13206 cat >conftest.$ac_ext <<_ACEOF
13207 /* confdefs.h. */
13208 _ACEOF
13209 cat confdefs.h >>conftest.$ac_ext
13210 cat >>conftest.$ac_ext <<_ACEOF
13211 /* end confdefs.h. */
13212 $ac_includes_default
13213 typedef short ac__type_sizeof_;
13214 int
13215 main ()
13216 {
13217 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
13218 test_array [0] = 0
13219
13220 ;
13221 return 0;
13222 }
13223 _ACEOF
13224 rm -f conftest.$ac_objext
13225 if { (ac_try="$ac_compile"
13226 case "(($ac_try" in
13227 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13228 *) ac_try_echo=$ac_try;;
13229 esac
13230 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13231 (eval "$ac_compile") 2>conftest.er1
13232 ac_status=$?
13233 grep -v '^ *+' conftest.er1 >conftest.err
13234 rm -f conftest.er1
13235 cat conftest.err >&5
13236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13237 (exit $ac_status); } && { 13981 (exit $ac_status); } && {
13238 test -z "$ac_c_werror_flag" || 13982 test -z "$ac_c_werror_flag" ||
13239 test ! -s conftest.err 13983 test ! -s conftest.err
13240 } && test -s conftest.$ac_objext; then 13984 } && test -s conftest.$ac_objext; then
13241 ac_lo=0 ac_mid=0 13985 ac_lo=0 ac_mid=0
13245 _ACEOF 13989 _ACEOF
13246 cat confdefs.h >>conftest.$ac_ext 13990 cat confdefs.h >>conftest.$ac_ext
13247 cat >>conftest.$ac_ext <<_ACEOF 13991 cat >>conftest.$ac_ext <<_ACEOF
13248 /* end confdefs.h. */ 13992 /* end confdefs.h. */
13249 $ac_includes_default 13993 $ac_includes_default
13250 typedef short ac__type_sizeof_;
13251 int 13994 int
13252 main () 13995 main ()
13253 { 13996 {
13254 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 13997 static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= $ac_mid)];
13255 test_array [0] = 0 13998 test_array [0] = 0
13256 13999
13257 ; 14000 ;
13258 return 0; 14001 return 0;
13259 } 14002 }
13262 if { (ac_try="$ac_compile" 14005 if { (ac_try="$ac_compile"
13263 case "(($ac_try" in 14006 case "(($ac_try" in
13264 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14007 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13265 *) ac_try_echo=$ac_try;; 14008 *) ac_try_echo=$ac_try;;
13266 esac 14009 esac
13267 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14010 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14011 $as_echo "$ac_try_echo") >&5
13268 (eval "$ac_compile") 2>conftest.er1 14012 (eval "$ac_compile") 2>conftest.er1
13269 ac_status=$? 14013 ac_status=$?
13270 grep -v '^ *+' conftest.er1 >conftest.err 14014 grep -v '^ *+' conftest.er1 >conftest.err
13271 rm -f conftest.er1 14015 rm -f conftest.er1
13272 cat conftest.err >&5 14016 cat conftest.err >&5
13273 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14017 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13274 (exit $ac_status); } && { 14018 (exit $ac_status); } && {
13275 test -z "$ac_c_werror_flag" || 14019 test -z "$ac_c_werror_flag" ||
13276 test ! -s conftest.err 14020 test ! -s conftest.err
13277 } && test -s conftest.$ac_objext; then 14021 } && test -s conftest.$ac_objext; then
13278 ac_hi=$ac_mid; break 14022 ac_hi=$ac_mid; break
13279 else 14023 else
13280 echo "$as_me: failed program was:" >&5 14024 $as_echo "$as_me: failed program was:" >&5
13281 sed 's/^/| /' conftest.$ac_ext >&5 14025 sed 's/^/| /' conftest.$ac_ext >&5
13282 14026
13283 ac_lo=`expr $ac_mid + 1` 14027 ac_lo=`expr $ac_mid + 1`
13284 if test $ac_lo -le $ac_mid; then 14028 if test $ac_lo -le $ac_mid; then
13285 ac_lo= ac_hi= 14029 ac_lo= ac_hi=
13289 fi 14033 fi
13290 14034
13291 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14035 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13292 done 14036 done
13293 else 14037 else
13294 echo "$as_me: failed program was:" >&5 14038 $as_echo "$as_me: failed program was:" >&5
13295 sed 's/^/| /' conftest.$ac_ext >&5 14039 sed 's/^/| /' conftest.$ac_ext >&5
13296 14040
13297 cat >conftest.$ac_ext <<_ACEOF 14041 cat >conftest.$ac_ext <<_ACEOF
13298 /* confdefs.h. */ 14042 /* confdefs.h. */
13299 _ACEOF 14043 _ACEOF
13300 cat confdefs.h >>conftest.$ac_ext 14044 cat confdefs.h >>conftest.$ac_ext
13301 cat >>conftest.$ac_ext <<_ACEOF 14045 cat >>conftest.$ac_ext <<_ACEOF
13302 /* end confdefs.h. */ 14046 /* end confdefs.h. */
13303 $ac_includes_default 14047 $ac_includes_default
13304 typedef short ac__type_sizeof_;
13305 int 14048 int
13306 main () 14049 main ()
13307 { 14050 {
13308 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; 14051 static int test_array [1 - 2 * !(((long int) (sizeof (short))) < 0)];
13309 test_array [0] = 0 14052 test_array [0] = 0
13310 14053
13311 ; 14054 ;
13312 return 0; 14055 return 0;
13313 } 14056 }
13316 if { (ac_try="$ac_compile" 14059 if { (ac_try="$ac_compile"
13317 case "(($ac_try" in 14060 case "(($ac_try" in
13318 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14061 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13319 *) ac_try_echo=$ac_try;; 14062 *) ac_try_echo=$ac_try;;
13320 esac 14063 esac
13321 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14064 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14065 $as_echo "$ac_try_echo") >&5
13322 (eval "$ac_compile") 2>conftest.er1 14066 (eval "$ac_compile") 2>conftest.er1
13323 ac_status=$? 14067 ac_status=$?
13324 grep -v '^ *+' conftest.er1 >conftest.err 14068 grep -v '^ *+' conftest.er1 >conftest.err
13325 rm -f conftest.er1 14069 rm -f conftest.er1
13326 cat conftest.err >&5 14070 cat conftest.err >&5
13327 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14071 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13328 (exit $ac_status); } && { 14072 (exit $ac_status); } && {
13329 test -z "$ac_c_werror_flag" || 14073 test -z "$ac_c_werror_flag" ||
13330 test ! -s conftest.err 14074 test ! -s conftest.err
13331 } && test -s conftest.$ac_objext; then 14075 } && test -s conftest.$ac_objext; then
13332 ac_hi=-1 ac_mid=-1 14076 ac_hi=-1 ac_mid=-1
13336 _ACEOF 14080 _ACEOF
13337 cat confdefs.h >>conftest.$ac_ext 14081 cat confdefs.h >>conftest.$ac_ext
13338 cat >>conftest.$ac_ext <<_ACEOF 14082 cat >>conftest.$ac_ext <<_ACEOF
13339 /* end confdefs.h. */ 14083 /* end confdefs.h. */
13340 $ac_includes_default 14084 $ac_includes_default
13341 typedef short ac__type_sizeof_;
13342 int 14085 int
13343 main () 14086 main ()
13344 { 14087 {
13345 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; 14088 static int test_array [1 - 2 * !(((long int) (sizeof (short))) >= $ac_mid)];
13346 test_array [0] = 0 14089 test_array [0] = 0
13347 14090
13348 ; 14091 ;
13349 return 0; 14092 return 0;
13350 } 14093 }
13353 if { (ac_try="$ac_compile" 14096 if { (ac_try="$ac_compile"
13354 case "(($ac_try" in 14097 case "(($ac_try" in
13355 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14098 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13356 *) ac_try_echo=$ac_try;; 14099 *) ac_try_echo=$ac_try;;
13357 esac 14100 esac
13358 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14101 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14102 $as_echo "$ac_try_echo") >&5
13359 (eval "$ac_compile") 2>conftest.er1 14103 (eval "$ac_compile") 2>conftest.er1
13360 ac_status=$? 14104 ac_status=$?
13361 grep -v '^ *+' conftest.er1 >conftest.err 14105 grep -v '^ *+' conftest.er1 >conftest.err
13362 rm -f conftest.er1 14106 rm -f conftest.er1
13363 cat conftest.err >&5 14107 cat conftest.err >&5
13364 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14108 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13365 (exit $ac_status); } && { 14109 (exit $ac_status); } && {
13366 test -z "$ac_c_werror_flag" || 14110 test -z "$ac_c_werror_flag" ||
13367 test ! -s conftest.err 14111 test ! -s conftest.err
13368 } && test -s conftest.$ac_objext; then 14112 } && test -s conftest.$ac_objext; then
13369 ac_lo=$ac_mid; break 14113 ac_lo=$ac_mid; break
13370 else 14114 else
13371 echo "$as_me: failed program was:" >&5 14115 $as_echo "$as_me: failed program was:" >&5
13372 sed 's/^/| /' conftest.$ac_ext >&5 14116 sed 's/^/| /' conftest.$ac_ext >&5
13373 14117
13374 ac_hi=`expr '(' $ac_mid ')' - 1` 14118 ac_hi=`expr '(' $ac_mid ')' - 1`
13375 if test $ac_mid -le $ac_hi; then 14119 if test $ac_mid -le $ac_hi; then
13376 ac_lo= ac_hi= 14120 ac_lo= ac_hi=
13380 fi 14124 fi
13381 14125
13382 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14126 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13383 done 14127 done
13384 else 14128 else
13385 echo "$as_me: failed program was:" >&5 14129 $as_echo "$as_me: failed program was:" >&5
13386 sed 's/^/| /' conftest.$ac_ext >&5 14130 sed 's/^/| /' conftest.$ac_ext >&5
13387 14131
13388 ac_lo= ac_hi= 14132 ac_lo= ac_hi=
13389 fi 14133 fi
13390 14134
13400 _ACEOF 14144 _ACEOF
13401 cat confdefs.h >>conftest.$ac_ext 14145 cat confdefs.h >>conftest.$ac_ext
13402 cat >>conftest.$ac_ext <<_ACEOF 14146 cat >>conftest.$ac_ext <<_ACEOF
13403 /* end confdefs.h. */ 14147 /* end confdefs.h. */
13404 $ac_includes_default 14148 $ac_includes_default
13405 typedef short ac__type_sizeof_;
13406 int 14149 int
13407 main () 14150 main ()
13408 { 14151 {
13409 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 14152 static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= $ac_mid)];
13410 test_array [0] = 0 14153 test_array [0] = 0
13411 14154
13412 ; 14155 ;
13413 return 0; 14156 return 0;
13414 } 14157 }
13417 if { (ac_try="$ac_compile" 14160 if { (ac_try="$ac_compile"
13418 case "(($ac_try" in 14161 case "(($ac_try" in
13419 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14162 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13420 *) ac_try_echo=$ac_try;; 14163 *) ac_try_echo=$ac_try;;
13421 esac 14164 esac
13422 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14165 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14166 $as_echo "$ac_try_echo") >&5
13423 (eval "$ac_compile") 2>conftest.er1 14167 (eval "$ac_compile") 2>conftest.er1
13424 ac_status=$? 14168 ac_status=$?
13425 grep -v '^ *+' conftest.er1 >conftest.err 14169 grep -v '^ *+' conftest.er1 >conftest.err
13426 rm -f conftest.er1 14170 rm -f conftest.er1
13427 cat conftest.err >&5 14171 cat conftest.err >&5
13428 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14172 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13429 (exit $ac_status); } && { 14173 (exit $ac_status); } && {
13430 test -z "$ac_c_werror_flag" || 14174 test -z "$ac_c_werror_flag" ||
13431 test ! -s conftest.err 14175 test ! -s conftest.err
13432 } && test -s conftest.$ac_objext; then 14176 } && test -s conftest.$ac_objext; then
13433 ac_hi=$ac_mid 14177 ac_hi=$ac_mid
13434 else 14178 else
13435 echo "$as_me: failed program was:" >&5 14179 $as_echo "$as_me: failed program was:" >&5
13436 sed 's/^/| /' conftest.$ac_ext >&5 14180 sed 's/^/| /' conftest.$ac_ext >&5
13437 14181
13438 ac_lo=`expr '(' $ac_mid ')' + 1` 14182 ac_lo=`expr '(' $ac_mid ')' + 1`
13439 fi 14183 fi
13440 14184
13441 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14185 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13442 done 14186 done
13443 case $ac_lo in 14187 case $ac_lo in
13444 ?*) ac_cv_sizeof_short=$ac_lo;; 14188 ?*) ac_cv_sizeof_short=$ac_lo;;
13445 '') if test "$ac_cv_type_short" = yes; then 14189 '') if test "$ac_cv_type_short" = yes; then
13446 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short) 14190 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
14191 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14192 { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (short)
13447 See \`config.log' for more details." >&5 14193 See \`config.log' for more details." >&5
13448 echo "$as_me: error: cannot compute sizeof (short) 14194 $as_echo "$as_me: error: cannot compute sizeof (short)
13449 See \`config.log' for more details." >&2;} 14195 See \`config.log' for more details." >&2;}
13450 { (exit 77); exit 77; }; } 14196 { (exit 77); exit 77; }; }; }
13451 else 14197 else
13452 ac_cv_sizeof_short=0 14198 ac_cv_sizeof_short=0
13453 fi ;; 14199 fi ;;
13454 esac 14200 esac
13455 else 14201 else
13458 _ACEOF 14204 _ACEOF
13459 cat confdefs.h >>conftest.$ac_ext 14205 cat confdefs.h >>conftest.$ac_ext
13460 cat >>conftest.$ac_ext <<_ACEOF 14206 cat >>conftest.$ac_ext <<_ACEOF
13461 /* end confdefs.h. */ 14207 /* end confdefs.h. */
13462 $ac_includes_default 14208 $ac_includes_default
13463 typedef short ac__type_sizeof_; 14209 static long int longval () { return (long int) (sizeof (short)); }
13464 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } 14210 static unsigned long int ulongval () { return (long int) (sizeof (short)); }
13465 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
13466 #include <stdio.h> 14211 #include <stdio.h>
13467 #include <stdlib.h> 14212 #include <stdlib.h>
13468 int 14213 int
13469 main () 14214 main ()
13470 { 14215 {
13471 14216
13472 FILE *f = fopen ("conftest.val", "w"); 14217 FILE *f = fopen ("conftest.val", "w");
13473 if (! f) 14218 if (! f)
13474 return 1; 14219 return 1;
13475 if (((long int) (sizeof (ac__type_sizeof_))) < 0) 14220 if (((long int) (sizeof (short))) < 0)
13476 { 14221 {
13477 long int i = longval (); 14222 long int i = longval ();
13478 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 14223 if (i != ((long int) (sizeof (short))))
13479 return 1; 14224 return 1;
13480 fprintf (f, "%ld\n", i); 14225 fprintf (f, "%ld", i);
13481 } 14226 }
13482 else 14227 else
13483 { 14228 {
13484 unsigned long int i = ulongval (); 14229 unsigned long int i = ulongval ();
13485 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 14230 if (i != ((long int) (sizeof (short))))
13486 return 1; 14231 return 1;
13487 fprintf (f, "%lu\n", i); 14232 fprintf (f, "%lu", i);
13488 } 14233 }
14234 /* Do not output a trailing newline, as this causes \r\n confusion
14235 on some platforms. */
13489 return ferror (f) || fclose (f) != 0; 14236 return ferror (f) || fclose (f) != 0;
13490 14237
13491 ; 14238 ;
13492 return 0; 14239 return 0;
13493 } 14240 }
13496 if { (ac_try="$ac_link" 14243 if { (ac_try="$ac_link"
13497 case "(($ac_try" in 14244 case "(($ac_try" in
13498 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14245 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13499 *) ac_try_echo=$ac_try;; 14246 *) ac_try_echo=$ac_try;;
13500 esac 14247 esac
13501 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14248 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14249 $as_echo "$ac_try_echo") >&5
13502 (eval "$ac_link") 2>&5 14250 (eval "$ac_link") 2>&5
13503 ac_status=$? 14251 ac_status=$?
13504 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14252 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13505 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 14253 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13506 { (case "(($ac_try" in 14254 { (case "(($ac_try" in
13507 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14255 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13508 *) ac_try_echo=$ac_try;; 14256 *) ac_try_echo=$ac_try;;
13509 esac 14257 esac
13510 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14258 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14259 $as_echo "$ac_try_echo") >&5
13511 (eval "$ac_try") 2>&5 14260 (eval "$ac_try") 2>&5
13512 ac_status=$? 14261 ac_status=$?
13513 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14262 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13514 (exit $ac_status); }; }; then 14263 (exit $ac_status); }; }; then
13515 ac_cv_sizeof_short=`cat conftest.val` 14264 ac_cv_sizeof_short=`cat conftest.val`
13516 else 14265 else
13517 echo "$as_me: program exited with status $ac_status" >&5 14266 $as_echo "$as_me: program exited with status $ac_status" >&5
13518 echo "$as_me: failed program was:" >&5 14267 $as_echo "$as_me: failed program was:" >&5
13519 sed 's/^/| /' conftest.$ac_ext >&5 14268 sed 's/^/| /' conftest.$ac_ext >&5
13520 14269
13521 ( exit $ac_status ) 14270 ( exit $ac_status )
13522 if test "$ac_cv_type_short" = yes; then 14271 if test "$ac_cv_type_short" = yes; then
13523 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short) 14272 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
14273 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14274 { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (short)
13524 See \`config.log' for more details." >&5 14275 See \`config.log' for more details." >&5
13525 echo "$as_me: error: cannot compute sizeof (short) 14276 $as_echo "$as_me: error: cannot compute sizeof (short)
13526 See \`config.log' for more details." >&2;} 14277 See \`config.log' for more details." >&2;}
13527 { (exit 77); exit 77; }; } 14278 { (exit 77); exit 77; }; }; }
13528 else 14279 else
13529 ac_cv_sizeof_short=0 14280 ac_cv_sizeof_short=0
13530 fi 14281 fi
13531 fi 14282 fi
14283 rm -rf conftest.dSYM
13532 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 14284 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13533 fi 14285 fi
13534 rm -f conftest.val 14286 rm -f conftest.val
13535 fi 14287 fi
13536 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5 14288 { $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
13537 echo "${ECHO_T}$ac_cv_sizeof_short" >&6; } 14289 $as_echo "$ac_cv_sizeof_short" >&6; }
13538 14290
13539 14291
13540 14292
13541 cat >>confdefs.h <<_ACEOF 14293 cat >>confdefs.h <<_ACEOF
13542 #define SIZEOF_SHORT $ac_cv_sizeof_short 14294 #define SIZEOF_SHORT $ac_cv_sizeof_short
13547 echo "" 14299 echo ""
13548 echo "*** PANIC *** Configure tests are not working - compiler is broken." 14300 echo "*** PANIC *** Configure tests are not working - compiler is broken."
13549 echo "*** PANIC *** Please examine config.log for compilation errors." 14301 echo "*** PANIC *** Please examine config.log for compilation errors."
13550 exit 1 14302 exit 1
13551 fi 14303 fi
13552 { echo "$as_me:$LINENO: checking for int" >&5 14304 # The cast to long int works around a bug in the HP C Compiler
13553 echo $ECHO_N "checking for int... $ECHO_C" >&6; } 14305 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13554 if test "${ac_cv_type_int+set}" = set; then 14306 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13555 echo $ECHO_N "(cached) $ECHO_C" >&6 14307 # This bug is HP SR number 8606223364.
13556 else 14308 { $as_echo "$as_me:$LINENO: checking size of int" >&5
13557 cat >conftest.$ac_ext <<_ACEOF 14309 $as_echo_n "checking size of int... " >&6; }
14310 if test "${ac_cv_sizeof_int+set}" = set; then
14311 $as_echo_n "(cached) " >&6
14312 else
14313 if test "$cross_compiling" = yes; then
14314 # Depending upon the size, compute the lo and hi bounds.
14315 cat >conftest.$ac_ext <<_ACEOF
13558 /* confdefs.h. */ 14316 /* confdefs.h. */
13559 _ACEOF 14317 _ACEOF
13560 cat confdefs.h >>conftest.$ac_ext 14318 cat confdefs.h >>conftest.$ac_ext
13561 cat >>conftest.$ac_ext <<_ACEOF 14319 cat >>conftest.$ac_ext <<_ACEOF
13562 /* end confdefs.h. */ 14320 /* end confdefs.h. */
13563 $ac_includes_default 14321 $ac_includes_default
13564 typedef int ac__type_new_;
13565 int 14322 int
13566 main () 14323 main ()
13567 { 14324 {
13568 if ((ac__type_new_ *) 0) 14325 static int test_array [1 - 2 * !(((long int) (sizeof (int))) >= 0)];
13569 return 0; 14326 test_array [0] = 0
13570 if (sizeof (ac__type_new_)) 14327
13571 return 0;
13572 ; 14328 ;
13573 return 0; 14329 return 0;
13574 } 14330 }
13575 _ACEOF 14331 _ACEOF
13576 rm -f conftest.$ac_objext 14332 rm -f conftest.$ac_objext
13577 if { (ac_try="$ac_compile" 14333 if { (ac_try="$ac_compile"
13578 case "(($ac_try" in 14334 case "(($ac_try" in
13579 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14335 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13580 *) ac_try_echo=$ac_try;; 14336 *) ac_try_echo=$ac_try;;
13581 esac 14337 esac
13582 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14338 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14339 $as_echo "$ac_try_echo") >&5
13583 (eval "$ac_compile") 2>conftest.er1 14340 (eval "$ac_compile") 2>conftest.er1
13584 ac_status=$? 14341 ac_status=$?
13585 grep -v '^ *+' conftest.er1 >conftest.err 14342 grep -v '^ *+' conftest.er1 >conftest.err
13586 rm -f conftest.er1 14343 rm -f conftest.er1
13587 cat conftest.err >&5 14344 cat conftest.err >&5
13588 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14345 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13589 (exit $ac_status); } && {
13590 test -z "$ac_c_werror_flag" ||
13591 test ! -s conftest.err
13592 } && test -s conftest.$ac_objext; then
13593 ac_cv_type_int=yes
13594 else
13595 echo "$as_me: failed program was:" >&5
13596 sed 's/^/| /' conftest.$ac_ext >&5
13597
13598 ac_cv_type_int=no
13599 fi
13600
13601 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13602 fi
13603 { echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
13604 echo "${ECHO_T}$ac_cv_type_int" >&6; }
13605
13606 # The cast to long int works around a bug in the HP C Compiler
13607 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13608 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13609 # This bug is HP SR number 8606223364.
13610 { echo "$as_me:$LINENO: checking size of int" >&5
13611 echo $ECHO_N "checking size of int... $ECHO_C" >&6; }
13612 if test "${ac_cv_sizeof_int+set}" = set; then
13613 echo $ECHO_N "(cached) $ECHO_C" >&6
13614 else
13615 if test "$cross_compiling" = yes; then
13616 # Depending upon the size, compute the lo and hi bounds.
13617 cat >conftest.$ac_ext <<_ACEOF
13618 /* confdefs.h. */
13619 _ACEOF
13620 cat confdefs.h >>conftest.$ac_ext
13621 cat >>conftest.$ac_ext <<_ACEOF
13622 /* end confdefs.h. */
13623 $ac_includes_default
13624 typedef int ac__type_sizeof_;
13625 int
13626 main ()
13627 {
13628 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
13629 test_array [0] = 0
13630
13631 ;
13632 return 0;
13633 }
13634 _ACEOF
13635 rm -f conftest.$ac_objext
13636 if { (ac_try="$ac_compile"
13637 case "(($ac_try" in
13638 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13639 *) ac_try_echo=$ac_try;;
13640 esac
13641 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13642 (eval "$ac_compile") 2>conftest.er1
13643 ac_status=$?
13644 grep -v '^ *+' conftest.er1 >conftest.err
13645 rm -f conftest.er1
13646 cat conftest.err >&5
13647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13648 (exit $ac_status); } && { 14346 (exit $ac_status); } && {
13649 test -z "$ac_c_werror_flag" || 14347 test -z "$ac_c_werror_flag" ||
13650 test ! -s conftest.err 14348 test ! -s conftest.err
13651 } && test -s conftest.$ac_objext; then 14349 } && test -s conftest.$ac_objext; then
13652 ac_lo=0 ac_mid=0 14350 ac_lo=0 ac_mid=0
13656 _ACEOF 14354 _ACEOF
13657 cat confdefs.h >>conftest.$ac_ext 14355 cat confdefs.h >>conftest.$ac_ext
13658 cat >>conftest.$ac_ext <<_ACEOF 14356 cat >>conftest.$ac_ext <<_ACEOF
13659 /* end confdefs.h. */ 14357 /* end confdefs.h. */
13660 $ac_includes_default 14358 $ac_includes_default
13661 typedef int ac__type_sizeof_;
13662 int 14359 int
13663 main () 14360 main ()
13664 { 14361 {
13665 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 14362 static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= $ac_mid)];
13666 test_array [0] = 0 14363 test_array [0] = 0
13667 14364
13668 ; 14365 ;
13669 return 0; 14366 return 0;
13670 } 14367 }
13673 if { (ac_try="$ac_compile" 14370 if { (ac_try="$ac_compile"
13674 case "(($ac_try" in 14371 case "(($ac_try" in
13675 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14372 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13676 *) ac_try_echo=$ac_try;; 14373 *) ac_try_echo=$ac_try;;
13677 esac 14374 esac
13678 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14375 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14376 $as_echo "$ac_try_echo") >&5
13679 (eval "$ac_compile") 2>conftest.er1 14377 (eval "$ac_compile") 2>conftest.er1
13680 ac_status=$? 14378 ac_status=$?
13681 grep -v '^ *+' conftest.er1 >conftest.err 14379 grep -v '^ *+' conftest.er1 >conftest.err
13682 rm -f conftest.er1 14380 rm -f conftest.er1
13683 cat conftest.err >&5 14381 cat conftest.err >&5
13684 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14382 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13685 (exit $ac_status); } && { 14383 (exit $ac_status); } && {
13686 test -z "$ac_c_werror_flag" || 14384 test -z "$ac_c_werror_flag" ||
13687 test ! -s conftest.err 14385 test ! -s conftest.err
13688 } && test -s conftest.$ac_objext; then 14386 } && test -s conftest.$ac_objext; then
13689 ac_hi=$ac_mid; break 14387 ac_hi=$ac_mid; break
13690 else 14388 else
13691 echo "$as_me: failed program was:" >&5 14389 $as_echo "$as_me: failed program was:" >&5
13692 sed 's/^/| /' conftest.$ac_ext >&5 14390 sed 's/^/| /' conftest.$ac_ext >&5
13693 14391
13694 ac_lo=`expr $ac_mid + 1` 14392 ac_lo=`expr $ac_mid + 1`
13695 if test $ac_lo -le $ac_mid; then 14393 if test $ac_lo -le $ac_mid; then
13696 ac_lo= ac_hi= 14394 ac_lo= ac_hi=
13700 fi 14398 fi
13701 14399
13702 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14400 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13703 done 14401 done
13704 else 14402 else
13705 echo "$as_me: failed program was:" >&5 14403 $as_echo "$as_me: failed program was:" >&5
13706 sed 's/^/| /' conftest.$ac_ext >&5 14404 sed 's/^/| /' conftest.$ac_ext >&5
13707 14405
13708 cat >conftest.$ac_ext <<_ACEOF 14406 cat >conftest.$ac_ext <<_ACEOF
13709 /* confdefs.h. */ 14407 /* confdefs.h. */
13710 _ACEOF 14408 _ACEOF
13711 cat confdefs.h >>conftest.$ac_ext 14409 cat confdefs.h >>conftest.$ac_ext
13712 cat >>conftest.$ac_ext <<_ACEOF 14410 cat >>conftest.$ac_ext <<_ACEOF
13713 /* end confdefs.h. */ 14411 /* end confdefs.h. */
13714 $ac_includes_default 14412 $ac_includes_default
13715 typedef int ac__type_sizeof_;
13716 int 14413 int
13717 main () 14414 main ()
13718 { 14415 {
13719 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; 14416 static int test_array [1 - 2 * !(((long int) (sizeof (int))) < 0)];
13720 test_array [0] = 0 14417 test_array [0] = 0
13721 14418
13722 ; 14419 ;
13723 return 0; 14420 return 0;
13724 } 14421 }
13727 if { (ac_try="$ac_compile" 14424 if { (ac_try="$ac_compile"
13728 case "(($ac_try" in 14425 case "(($ac_try" in
13729 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14426 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13730 *) ac_try_echo=$ac_try;; 14427 *) ac_try_echo=$ac_try;;
13731 esac 14428 esac
13732 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14429 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14430 $as_echo "$ac_try_echo") >&5
13733 (eval "$ac_compile") 2>conftest.er1 14431 (eval "$ac_compile") 2>conftest.er1
13734 ac_status=$? 14432 ac_status=$?
13735 grep -v '^ *+' conftest.er1 >conftest.err 14433 grep -v '^ *+' conftest.er1 >conftest.err
13736 rm -f conftest.er1 14434 rm -f conftest.er1
13737 cat conftest.err >&5 14435 cat conftest.err >&5
13738 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14436 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13739 (exit $ac_status); } && { 14437 (exit $ac_status); } && {
13740 test -z "$ac_c_werror_flag" || 14438 test -z "$ac_c_werror_flag" ||
13741 test ! -s conftest.err 14439 test ! -s conftest.err
13742 } && test -s conftest.$ac_objext; then 14440 } && test -s conftest.$ac_objext; then
13743 ac_hi=-1 ac_mid=-1 14441 ac_hi=-1 ac_mid=-1
13747 _ACEOF 14445 _ACEOF
13748 cat confdefs.h >>conftest.$ac_ext 14446 cat confdefs.h >>conftest.$ac_ext
13749 cat >>conftest.$ac_ext <<_ACEOF 14447 cat >>conftest.$ac_ext <<_ACEOF
13750 /* end confdefs.h. */ 14448 /* end confdefs.h. */
13751 $ac_includes_default 14449 $ac_includes_default
13752 typedef int ac__type_sizeof_;
13753 int 14450 int
13754 main () 14451 main ()
13755 { 14452 {
13756 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; 14453 static int test_array [1 - 2 * !(((long int) (sizeof (int))) >= $ac_mid)];
13757 test_array [0] = 0 14454 test_array [0] = 0
13758 14455
13759 ; 14456 ;
13760 return 0; 14457 return 0;
13761 } 14458 }
13764 if { (ac_try="$ac_compile" 14461 if { (ac_try="$ac_compile"
13765 case "(($ac_try" in 14462 case "(($ac_try" in
13766 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14463 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13767 *) ac_try_echo=$ac_try;; 14464 *) ac_try_echo=$ac_try;;
13768 esac 14465 esac
13769 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14466 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14467 $as_echo "$ac_try_echo") >&5
13770 (eval "$ac_compile") 2>conftest.er1 14468 (eval "$ac_compile") 2>conftest.er1
13771 ac_status=$? 14469 ac_status=$?
13772 grep -v '^ *+' conftest.er1 >conftest.err 14470 grep -v '^ *+' conftest.er1 >conftest.err
13773 rm -f conftest.er1 14471 rm -f conftest.er1
13774 cat conftest.err >&5 14472 cat conftest.err >&5
13775 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14473 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13776 (exit $ac_status); } && { 14474 (exit $ac_status); } && {
13777 test -z "$ac_c_werror_flag" || 14475 test -z "$ac_c_werror_flag" ||
13778 test ! -s conftest.err 14476 test ! -s conftest.err
13779 } && test -s conftest.$ac_objext; then 14477 } && test -s conftest.$ac_objext; then
13780 ac_lo=$ac_mid; break 14478 ac_lo=$ac_mid; break
13781 else 14479 else
13782 echo "$as_me: failed program was:" >&5 14480 $as_echo "$as_me: failed program was:" >&5
13783 sed 's/^/| /' conftest.$ac_ext >&5 14481 sed 's/^/| /' conftest.$ac_ext >&5
13784 14482
13785 ac_hi=`expr '(' $ac_mid ')' - 1` 14483 ac_hi=`expr '(' $ac_mid ')' - 1`
13786 if test $ac_mid -le $ac_hi; then 14484 if test $ac_mid -le $ac_hi; then
13787 ac_lo= ac_hi= 14485 ac_lo= ac_hi=
13791 fi 14489 fi
13792 14490
13793 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14491 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13794 done 14492 done
13795 else 14493 else
13796 echo "$as_me: failed program was:" >&5 14494 $as_echo "$as_me: failed program was:" >&5
13797 sed 's/^/| /' conftest.$ac_ext >&5 14495 sed 's/^/| /' conftest.$ac_ext >&5
13798 14496
13799 ac_lo= ac_hi= 14497 ac_lo= ac_hi=
13800 fi 14498 fi
13801 14499
13811 _ACEOF 14509 _ACEOF
13812 cat confdefs.h >>conftest.$ac_ext 14510 cat confdefs.h >>conftest.$ac_ext
13813 cat >>conftest.$ac_ext <<_ACEOF 14511 cat >>conftest.$ac_ext <<_ACEOF
13814 /* end confdefs.h. */ 14512 /* end confdefs.h. */
13815 $ac_includes_default 14513 $ac_includes_default
13816 typedef int ac__type_sizeof_;
13817 int 14514 int
13818 main () 14515 main ()
13819 { 14516 {
13820 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 14517 static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= $ac_mid)];
13821 test_array [0] = 0 14518 test_array [0] = 0
13822 14519
13823 ; 14520 ;
13824 return 0; 14521 return 0;
13825 } 14522 }
13828 if { (ac_try="$ac_compile" 14525 if { (ac_try="$ac_compile"
13829 case "(($ac_try" in 14526 case "(($ac_try" in
13830 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13831 *) ac_try_echo=$ac_try;; 14528 *) ac_try_echo=$ac_try;;
13832 esac 14529 esac
13833 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14530 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14531 $as_echo "$ac_try_echo") >&5
13834 (eval "$ac_compile") 2>conftest.er1 14532 (eval "$ac_compile") 2>conftest.er1
13835 ac_status=$? 14533 ac_status=$?
13836 grep -v '^ *+' conftest.er1 >conftest.err 14534 grep -v '^ *+' conftest.er1 >conftest.err
13837 rm -f conftest.er1 14535 rm -f conftest.er1
13838 cat conftest.err >&5 14536 cat conftest.err >&5
13839 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14537 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13840 (exit $ac_status); } && { 14538 (exit $ac_status); } && {
13841 test -z "$ac_c_werror_flag" || 14539 test -z "$ac_c_werror_flag" ||
13842 test ! -s conftest.err 14540 test ! -s conftest.err
13843 } && test -s conftest.$ac_objext; then 14541 } && test -s conftest.$ac_objext; then
13844 ac_hi=$ac_mid 14542 ac_hi=$ac_mid
13845 else 14543 else
13846 echo "$as_me: failed program was:" >&5 14544 $as_echo "$as_me: failed program was:" >&5
13847 sed 's/^/| /' conftest.$ac_ext >&5 14545 sed 's/^/| /' conftest.$ac_ext >&5
13848 14546
13849 ac_lo=`expr '(' $ac_mid ')' + 1` 14547 ac_lo=`expr '(' $ac_mid ')' + 1`
13850 fi 14548 fi
13851 14549
13852 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14550 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13853 done 14551 done
13854 case $ac_lo in 14552 case $ac_lo in
13855 ?*) ac_cv_sizeof_int=$ac_lo;; 14553 ?*) ac_cv_sizeof_int=$ac_lo;;
13856 '') if test "$ac_cv_type_int" = yes; then 14554 '') if test "$ac_cv_type_int" = yes; then
13857 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int) 14555 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
14556 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14557 { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (int)
13858 See \`config.log' for more details." >&5 14558 See \`config.log' for more details." >&5
13859 echo "$as_me: error: cannot compute sizeof (int) 14559 $as_echo "$as_me: error: cannot compute sizeof (int)
13860 See \`config.log' for more details." >&2;} 14560 See \`config.log' for more details." >&2;}
13861 { (exit 77); exit 77; }; } 14561 { (exit 77); exit 77; }; }; }
13862 else 14562 else
13863 ac_cv_sizeof_int=0 14563 ac_cv_sizeof_int=0
13864 fi ;; 14564 fi ;;
13865 esac 14565 esac
13866 else 14566 else
13869 _ACEOF 14569 _ACEOF
13870 cat confdefs.h >>conftest.$ac_ext 14570 cat confdefs.h >>conftest.$ac_ext
13871 cat >>conftest.$ac_ext <<_ACEOF 14571 cat >>conftest.$ac_ext <<_ACEOF
13872 /* end confdefs.h. */ 14572 /* end confdefs.h. */
13873 $ac_includes_default 14573 $ac_includes_default
13874 typedef int ac__type_sizeof_; 14574 static long int longval () { return (long int) (sizeof (int)); }
13875 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } 14575 static unsigned long int ulongval () { return (long int) (sizeof (int)); }
13876 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
13877 #include <stdio.h> 14576 #include <stdio.h>
13878 #include <stdlib.h> 14577 #include <stdlib.h>
13879 int 14578 int
13880 main () 14579 main ()
13881 { 14580 {
13882 14581
13883 FILE *f = fopen ("conftest.val", "w"); 14582 FILE *f = fopen ("conftest.val", "w");
13884 if (! f) 14583 if (! f)
13885 return 1; 14584 return 1;
13886 if (((long int) (sizeof (ac__type_sizeof_))) < 0) 14585 if (((long int) (sizeof (int))) < 0)
13887 { 14586 {
13888 long int i = longval (); 14587 long int i = longval ();
13889 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 14588 if (i != ((long int) (sizeof (int))))
13890 return 1; 14589 return 1;
13891 fprintf (f, "%ld\n", i); 14590 fprintf (f, "%ld", i);
13892 } 14591 }
13893 else 14592 else
13894 { 14593 {
13895 unsigned long int i = ulongval (); 14594 unsigned long int i = ulongval ();
13896 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 14595 if (i != ((long int) (sizeof (int))))
13897 return 1; 14596 return 1;
13898 fprintf (f, "%lu\n", i); 14597 fprintf (f, "%lu", i);
13899 } 14598 }
14599 /* Do not output a trailing newline, as this causes \r\n confusion
14600 on some platforms. */
13900 return ferror (f) || fclose (f) != 0; 14601 return ferror (f) || fclose (f) != 0;
13901 14602
13902 ; 14603 ;
13903 return 0; 14604 return 0;
13904 } 14605 }
13907 if { (ac_try="$ac_link" 14608 if { (ac_try="$ac_link"
13908 case "(($ac_try" in 14609 case "(($ac_try" in
13909 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14610 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13910 *) ac_try_echo=$ac_try;; 14611 *) ac_try_echo=$ac_try;;
13911 esac 14612 esac
13912 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14613 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14614 $as_echo "$ac_try_echo") >&5
13913 (eval "$ac_link") 2>&5 14615 (eval "$ac_link") 2>&5
13914 ac_status=$? 14616 ac_status=$?
13915 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14617 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13916 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 14618 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13917 { (case "(($ac_try" in 14619 { (case "(($ac_try" in
13918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13919 *) ac_try_echo=$ac_try;; 14621 *) ac_try_echo=$ac_try;;
13920 esac 14622 esac
13921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14623 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14624 $as_echo "$ac_try_echo") >&5
13922 (eval "$ac_try") 2>&5 14625 (eval "$ac_try") 2>&5
13923 ac_status=$? 14626 ac_status=$?
13924 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14627 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13925 (exit $ac_status); }; }; then 14628 (exit $ac_status); }; }; then
13926 ac_cv_sizeof_int=`cat conftest.val` 14629 ac_cv_sizeof_int=`cat conftest.val`
13927 else 14630 else
13928 echo "$as_me: program exited with status $ac_status" >&5 14631 $as_echo "$as_me: program exited with status $ac_status" >&5
13929 echo "$as_me: failed program was:" >&5 14632 $as_echo "$as_me: failed program was:" >&5
13930 sed 's/^/| /' conftest.$ac_ext >&5 14633 sed 's/^/| /' conftest.$ac_ext >&5
13931 14634
13932 ( exit $ac_status ) 14635 ( exit $ac_status )
13933 if test "$ac_cv_type_int" = yes; then 14636 if test "$ac_cv_type_int" = yes; then
13934 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int) 14637 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
14638 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14639 { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (int)
13935 See \`config.log' for more details." >&5 14640 See \`config.log' for more details." >&5
13936 echo "$as_me: error: cannot compute sizeof (int) 14641 $as_echo "$as_me: error: cannot compute sizeof (int)
13937 See \`config.log' for more details." >&2;} 14642 See \`config.log' for more details." >&2;}
13938 { (exit 77); exit 77; }; } 14643 { (exit 77); exit 77; }; }; }
13939 else 14644 else
13940 ac_cv_sizeof_int=0 14645 ac_cv_sizeof_int=0
13941 fi 14646 fi
13942 fi 14647 fi
14648 rm -rf conftest.dSYM
13943 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 14649 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13944 fi 14650 fi
13945 rm -f conftest.val 14651 rm -f conftest.val
13946 fi 14652 fi
13947 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5 14653 { $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
13948 echo "${ECHO_T}$ac_cv_sizeof_int" >&6; } 14654 $as_echo "$ac_cv_sizeof_int" >&6; }
13949 14655
13950 14656
13951 14657
13952 cat >>confdefs.h <<_ACEOF 14658 cat >>confdefs.h <<_ACEOF
13953 #define SIZEOF_INT $ac_cv_sizeof_int 14659 #define SIZEOF_INT $ac_cv_sizeof_int
13954 _ACEOF 14660 _ACEOF
13955 14661
13956 14662
13957 { echo "$as_me:$LINENO: checking for long" >&5 14663 # The cast to long int works around a bug in the HP C Compiler
13958 echo $ECHO_N "checking for long... $ECHO_C" >&6; } 14664 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13959 if test "${ac_cv_type_long+set}" = set; then 14665 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13960 echo $ECHO_N "(cached) $ECHO_C" >&6 14666 # This bug is HP SR number 8606223364.
13961 else 14667 { $as_echo "$as_me:$LINENO: checking size of long" >&5
13962 cat >conftest.$ac_ext <<_ACEOF 14668 $as_echo_n "checking size of long... " >&6; }
14669 if test "${ac_cv_sizeof_long+set}" = set; then
14670 $as_echo_n "(cached) " >&6
14671 else
14672 if test "$cross_compiling" = yes; then
14673 # Depending upon the size, compute the lo and hi bounds.
14674 cat >conftest.$ac_ext <<_ACEOF
13963 /* confdefs.h. */ 14675 /* confdefs.h. */
13964 _ACEOF 14676 _ACEOF
13965 cat confdefs.h >>conftest.$ac_ext 14677 cat confdefs.h >>conftest.$ac_ext
13966 cat >>conftest.$ac_ext <<_ACEOF 14678 cat >>conftest.$ac_ext <<_ACEOF
13967 /* end confdefs.h. */ 14679 /* end confdefs.h. */
13968 $ac_includes_default 14680 $ac_includes_default
13969 typedef long ac__type_new_;
13970 int 14681 int
13971 main () 14682 main ()
13972 { 14683 {
13973 if ((ac__type_new_ *) 0) 14684 static int test_array [1 - 2 * !(((long int) (sizeof (long))) >= 0)];
13974 return 0; 14685 test_array [0] = 0
13975 if (sizeof (ac__type_new_)) 14686
13976 return 0;
13977 ; 14687 ;
13978 return 0; 14688 return 0;
13979 } 14689 }
13980 _ACEOF 14690 _ACEOF
13981 rm -f conftest.$ac_objext 14691 rm -f conftest.$ac_objext
13982 if { (ac_try="$ac_compile" 14692 if { (ac_try="$ac_compile"
13983 case "(($ac_try" in 14693 case "(($ac_try" in
13984 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14694 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13985 *) ac_try_echo=$ac_try;; 14695 *) ac_try_echo=$ac_try;;
13986 esac 14696 esac
13987 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14697 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14698 $as_echo "$ac_try_echo") >&5
13988 (eval "$ac_compile") 2>conftest.er1 14699 (eval "$ac_compile") 2>conftest.er1
13989 ac_status=$? 14700 ac_status=$?
13990 grep -v '^ *+' conftest.er1 >conftest.err 14701 grep -v '^ *+' conftest.er1 >conftest.err
13991 rm -f conftest.er1 14702 rm -f conftest.er1
13992 cat conftest.err >&5 14703 cat conftest.err >&5
13993 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14704 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13994 (exit $ac_status); } && {
13995 test -z "$ac_c_werror_flag" ||
13996 test ! -s conftest.err
13997 } && test -s conftest.$ac_objext; then
13998 ac_cv_type_long=yes
13999 else
14000 echo "$as_me: failed program was:" >&5
14001 sed 's/^/| /' conftest.$ac_ext >&5
14002
14003 ac_cv_type_long=no
14004 fi
14005
14006 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14007 fi
14008 { echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
14009 echo "${ECHO_T}$ac_cv_type_long" >&6; }
14010
14011 # The cast to long int works around a bug in the HP C Compiler
14012 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14013 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14014 # This bug is HP SR number 8606223364.
14015 { echo "$as_me:$LINENO: checking size of long" >&5
14016 echo $ECHO_N "checking size of long... $ECHO_C" >&6; }
14017 if test "${ac_cv_sizeof_long+set}" = set; then
14018 echo $ECHO_N "(cached) $ECHO_C" >&6
14019 else
14020 if test "$cross_compiling" = yes; then
14021 # Depending upon the size, compute the lo and hi bounds.
14022 cat >conftest.$ac_ext <<_ACEOF
14023 /* confdefs.h. */
14024 _ACEOF
14025 cat confdefs.h >>conftest.$ac_ext
14026 cat >>conftest.$ac_ext <<_ACEOF
14027 /* end confdefs.h. */
14028 $ac_includes_default
14029 typedef long ac__type_sizeof_;
14030 int
14031 main ()
14032 {
14033 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
14034 test_array [0] = 0
14035
14036 ;
14037 return 0;
14038 }
14039 _ACEOF
14040 rm -f conftest.$ac_objext
14041 if { (ac_try="$ac_compile"
14042 case "(($ac_try" in
14043 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14044 *) ac_try_echo=$ac_try;;
14045 esac
14046 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14047 (eval "$ac_compile") 2>conftest.er1
14048 ac_status=$?
14049 grep -v '^ *+' conftest.er1 >conftest.err
14050 rm -f conftest.er1
14051 cat conftest.err >&5
14052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14053 (exit $ac_status); } && { 14705 (exit $ac_status); } && {
14054 test -z "$ac_c_werror_flag" || 14706 test -z "$ac_c_werror_flag" ||
14055 test ! -s conftest.err 14707 test ! -s conftest.err
14056 } && test -s conftest.$ac_objext; then 14708 } && test -s conftest.$ac_objext; then
14057 ac_lo=0 ac_mid=0 14709 ac_lo=0 ac_mid=0
14061 _ACEOF 14713 _ACEOF
14062 cat confdefs.h >>conftest.$ac_ext 14714 cat confdefs.h >>conftest.$ac_ext
14063 cat >>conftest.$ac_ext <<_ACEOF 14715 cat >>conftest.$ac_ext <<_ACEOF
14064 /* end confdefs.h. */ 14716 /* end confdefs.h. */
14065 $ac_includes_default 14717 $ac_includes_default
14066 typedef long ac__type_sizeof_;
14067 int 14718 int
14068 main () 14719 main ()
14069 { 14720 {
14070 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 14721 static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= $ac_mid)];
14071 test_array [0] = 0 14722 test_array [0] = 0
14072 14723
14073 ; 14724 ;
14074 return 0; 14725 return 0;
14075 } 14726 }
14078 if { (ac_try="$ac_compile" 14729 if { (ac_try="$ac_compile"
14079 case "(($ac_try" in 14730 case "(($ac_try" in
14080 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14731 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14081 *) ac_try_echo=$ac_try;; 14732 *) ac_try_echo=$ac_try;;
14082 esac 14733 esac
14083 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14734 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14735 $as_echo "$ac_try_echo") >&5
14084 (eval "$ac_compile") 2>conftest.er1 14736 (eval "$ac_compile") 2>conftest.er1
14085 ac_status=$? 14737 ac_status=$?
14086 grep -v '^ *+' conftest.er1 >conftest.err 14738 grep -v '^ *+' conftest.er1 >conftest.err
14087 rm -f conftest.er1 14739 rm -f conftest.er1
14088 cat conftest.err >&5 14740 cat conftest.err >&5
14089 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14741 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14090 (exit $ac_status); } && { 14742 (exit $ac_status); } && {
14091 test -z "$ac_c_werror_flag" || 14743 test -z "$ac_c_werror_flag" ||
14092 test ! -s conftest.err 14744 test ! -s conftest.err
14093 } && test -s conftest.$ac_objext; then 14745 } && test -s conftest.$ac_objext; then
14094 ac_hi=$ac_mid; break 14746 ac_hi=$ac_mid; break
14095 else 14747 else
14096 echo "$as_me: failed program was:" >&5 14748 $as_echo "$as_me: failed program was:" >&5
14097 sed 's/^/| /' conftest.$ac_ext >&5 14749 sed 's/^/| /' conftest.$ac_ext >&5
14098 14750
14099 ac_lo=`expr $ac_mid + 1` 14751 ac_lo=`expr $ac_mid + 1`
14100 if test $ac_lo -le $ac_mid; then 14752 if test $ac_lo -le $ac_mid; then
14101 ac_lo= ac_hi= 14753 ac_lo= ac_hi=
14105 fi 14757 fi
14106 14758
14107 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14759 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14108 done 14760 done
14109 else 14761 else
14110 echo "$as_me: failed program was:" >&5 14762 $as_echo "$as_me: failed program was:" >&5
14111 sed 's/^/| /' conftest.$ac_ext >&5 14763 sed 's/^/| /' conftest.$ac_ext >&5
14112 14764
14113 cat >conftest.$ac_ext <<_ACEOF 14765 cat >conftest.$ac_ext <<_ACEOF
14114 /* confdefs.h. */ 14766 /* confdefs.h. */
14115 _ACEOF 14767 _ACEOF
14116 cat confdefs.h >>conftest.$ac_ext 14768 cat confdefs.h >>conftest.$ac_ext
14117 cat >>conftest.$ac_ext <<_ACEOF 14769 cat >>conftest.$ac_ext <<_ACEOF
14118 /* end confdefs.h. */ 14770 /* end confdefs.h. */
14119 $ac_includes_default 14771 $ac_includes_default
14120 typedef long ac__type_sizeof_;
14121 int 14772 int
14122 main () 14773 main ()
14123 { 14774 {
14124 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; 14775 static int test_array [1 - 2 * !(((long int) (sizeof (long))) < 0)];
14125 test_array [0] = 0 14776 test_array [0] = 0
14126 14777
14127 ; 14778 ;
14128 return 0; 14779 return 0;
14129 } 14780 }
14132 if { (ac_try="$ac_compile" 14783 if { (ac_try="$ac_compile"
14133 case "(($ac_try" in 14784 case "(($ac_try" in
14134 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14785 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14135 *) ac_try_echo=$ac_try;; 14786 *) ac_try_echo=$ac_try;;
14136 esac 14787 esac
14137 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14788 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14789 $as_echo "$ac_try_echo") >&5
14138 (eval "$ac_compile") 2>conftest.er1 14790 (eval "$ac_compile") 2>conftest.er1
14139 ac_status=$? 14791 ac_status=$?
14140 grep -v '^ *+' conftest.er1 >conftest.err 14792 grep -v '^ *+' conftest.er1 >conftest.err
14141 rm -f conftest.er1 14793 rm -f conftest.er1
14142 cat conftest.err >&5 14794 cat conftest.err >&5
14143 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14795 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14144 (exit $ac_status); } && { 14796 (exit $ac_status); } && {
14145 test -z "$ac_c_werror_flag" || 14797 test -z "$ac_c_werror_flag" ||
14146 test ! -s conftest.err 14798 test ! -s conftest.err
14147 } && test -s conftest.$ac_objext; then 14799 } && test -s conftest.$ac_objext; then
14148 ac_hi=-1 ac_mid=-1 14800 ac_hi=-1 ac_mid=-1
14152 _ACEOF 14804 _ACEOF
14153 cat confdefs.h >>conftest.$ac_ext 14805 cat confdefs.h >>conftest.$ac_ext
14154 cat >>conftest.$ac_ext <<_ACEOF 14806 cat >>conftest.$ac_ext <<_ACEOF
14155 /* end confdefs.h. */ 14807 /* end confdefs.h. */
14156 $ac_includes_default 14808 $ac_includes_default
14157 typedef long ac__type_sizeof_;
14158 int 14809 int
14159 main () 14810 main ()
14160 { 14811 {
14161 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; 14812 static int test_array [1 - 2 * !(((long int) (sizeof (long))) >= $ac_mid)];
14162 test_array [0] = 0 14813 test_array [0] = 0
14163 14814
14164 ; 14815 ;
14165 return 0; 14816 return 0;
14166 } 14817 }
14169 if { (ac_try="$ac_compile" 14820 if { (ac_try="$ac_compile"
14170 case "(($ac_try" in 14821 case "(($ac_try" in
14171 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14822 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14172 *) ac_try_echo=$ac_try;; 14823 *) ac_try_echo=$ac_try;;
14173 esac 14824 esac
14174 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14825 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14826 $as_echo "$ac_try_echo") >&5
14175 (eval "$ac_compile") 2>conftest.er1 14827 (eval "$ac_compile") 2>conftest.er1
14176 ac_status=$? 14828 ac_status=$?
14177 grep -v '^ *+' conftest.er1 >conftest.err 14829 grep -v '^ *+' conftest.er1 >conftest.err
14178 rm -f conftest.er1 14830 rm -f conftest.er1
14179 cat conftest.err >&5 14831 cat conftest.err >&5
14180 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14832 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14181 (exit $ac_status); } && { 14833 (exit $ac_status); } && {
14182 test -z "$ac_c_werror_flag" || 14834 test -z "$ac_c_werror_flag" ||
14183 test ! -s conftest.err 14835 test ! -s conftest.err
14184 } && test -s conftest.$ac_objext; then 14836 } && test -s conftest.$ac_objext; then
14185 ac_lo=$ac_mid; break 14837 ac_lo=$ac_mid; break
14186 else 14838 else
14187 echo "$as_me: failed program was:" >&5 14839 $as_echo "$as_me: failed program was:" >&5
14188 sed 's/^/| /' conftest.$ac_ext >&5 14840 sed 's/^/| /' conftest.$ac_ext >&5
14189 14841
14190 ac_hi=`expr '(' $ac_mid ')' - 1` 14842 ac_hi=`expr '(' $ac_mid ')' - 1`
14191 if test $ac_mid -le $ac_hi; then 14843 if test $ac_mid -le $ac_hi; then
14192 ac_lo= ac_hi= 14844 ac_lo= ac_hi=
14196 fi 14848 fi
14197 14849
14198 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14850 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14199 done 14851 done
14200 else 14852 else
14201 echo "$as_me: failed program was:" >&5 14853 $as_echo "$as_me: failed program was:" >&5
14202 sed 's/^/| /' conftest.$ac_ext >&5 14854 sed 's/^/| /' conftest.$ac_ext >&5
14203 14855
14204 ac_lo= ac_hi= 14856 ac_lo= ac_hi=
14205 fi 14857 fi
14206 14858
14216 _ACEOF 14868 _ACEOF
14217 cat confdefs.h >>conftest.$ac_ext 14869 cat confdefs.h >>conftest.$ac_ext
14218 cat >>conftest.$ac_ext <<_ACEOF 14870 cat >>conftest.$ac_ext <<_ACEOF
14219 /* end confdefs.h. */ 14871 /* end confdefs.h. */
14220 $ac_includes_default 14872 $ac_includes_default
14221 typedef long ac__type_sizeof_;
14222 int 14873 int
14223 main () 14874 main ()
14224 { 14875 {
14225 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 14876 static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= $ac_mid)];
14226 test_array [0] = 0 14877 test_array [0] = 0
14227 14878
14228 ; 14879 ;
14229 return 0; 14880 return 0;
14230 } 14881 }
14233 if { (ac_try="$ac_compile" 14884 if { (ac_try="$ac_compile"
14234 case "(($ac_try" in 14885 case "(($ac_try" in
14235 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14886 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14236 *) ac_try_echo=$ac_try;; 14887 *) ac_try_echo=$ac_try;;
14237 esac 14888 esac
14238 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14889 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14890 $as_echo "$ac_try_echo") >&5
14239 (eval "$ac_compile") 2>conftest.er1 14891 (eval "$ac_compile") 2>conftest.er1
14240 ac_status=$? 14892 ac_status=$?
14241 grep -v '^ *+' conftest.er1 >conftest.err 14893 grep -v '^ *+' conftest.er1 >conftest.err
14242 rm -f conftest.er1 14894 rm -f conftest.er1
14243 cat conftest.err >&5 14895 cat conftest.err >&5
14244 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14896 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14245 (exit $ac_status); } && { 14897 (exit $ac_status); } && {
14246 test -z "$ac_c_werror_flag" || 14898 test -z "$ac_c_werror_flag" ||
14247 test ! -s conftest.err 14899 test ! -s conftest.err
14248 } && test -s conftest.$ac_objext; then 14900 } && test -s conftest.$ac_objext; then
14249 ac_hi=$ac_mid 14901 ac_hi=$ac_mid
14250 else 14902 else
14251 echo "$as_me: failed program was:" >&5 14903 $as_echo "$as_me: failed program was:" >&5
14252 sed 's/^/| /' conftest.$ac_ext >&5 14904 sed 's/^/| /' conftest.$ac_ext >&5
14253 14905
14254 ac_lo=`expr '(' $ac_mid ')' + 1` 14906 ac_lo=`expr '(' $ac_mid ')' + 1`
14255 fi 14907 fi
14256 14908
14257 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 14909 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14258 done 14910 done
14259 case $ac_lo in 14911 case $ac_lo in
14260 ?*) ac_cv_sizeof_long=$ac_lo;; 14912 ?*) ac_cv_sizeof_long=$ac_lo;;
14261 '') if test "$ac_cv_type_long" = yes; then 14913 '') if test "$ac_cv_type_long" = yes; then
14262 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long) 14914 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
14915 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14916 { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long)
14263 See \`config.log' for more details." >&5 14917 See \`config.log' for more details." >&5
14264 echo "$as_me: error: cannot compute sizeof (long) 14918 $as_echo "$as_me: error: cannot compute sizeof (long)
14265 See \`config.log' for more details." >&2;} 14919 See \`config.log' for more details." >&2;}
14266 { (exit 77); exit 77; }; } 14920 { (exit 77); exit 77; }; }; }
14267 else 14921 else
14268 ac_cv_sizeof_long=0 14922 ac_cv_sizeof_long=0
14269 fi ;; 14923 fi ;;
14270 esac 14924 esac
14271 else 14925 else
14274 _ACEOF 14928 _ACEOF
14275 cat confdefs.h >>conftest.$ac_ext 14929 cat confdefs.h >>conftest.$ac_ext
14276 cat >>conftest.$ac_ext <<_ACEOF 14930 cat >>conftest.$ac_ext <<_ACEOF
14277 /* end confdefs.h. */ 14931 /* end confdefs.h. */
14278 $ac_includes_default 14932 $ac_includes_default
14279 typedef long ac__type_sizeof_; 14933 static long int longval () { return (long int) (sizeof (long)); }
14280 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } 14934 static unsigned long int ulongval () { return (long int) (sizeof (long)); }
14281 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
14282 #include <stdio.h> 14935 #include <stdio.h>
14283 #include <stdlib.h> 14936 #include <stdlib.h>
14284 int 14937 int
14285 main () 14938 main ()
14286 { 14939 {
14287 14940
14288 FILE *f = fopen ("conftest.val", "w"); 14941 FILE *f = fopen ("conftest.val", "w");
14289 if (! f) 14942 if (! f)
14290 return 1; 14943 return 1;
14291 if (((long int) (sizeof (ac__type_sizeof_))) < 0) 14944 if (((long int) (sizeof (long))) < 0)
14292 { 14945 {
14293 long int i = longval (); 14946 long int i = longval ();
14294 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 14947 if (i != ((long int) (sizeof (long))))
14295 return 1; 14948 return 1;
14296 fprintf (f, "%ld\n", i); 14949 fprintf (f, "%ld", i);
14297 } 14950 }
14298 else 14951 else
14299 { 14952 {
14300 unsigned long int i = ulongval (); 14953 unsigned long int i = ulongval ();
14301 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 14954 if (i != ((long int) (sizeof (long))))
14302 return 1; 14955 return 1;
14303 fprintf (f, "%lu\n", i); 14956 fprintf (f, "%lu", i);
14304 } 14957 }
14958 /* Do not output a trailing newline, as this causes \r\n confusion
14959 on some platforms. */
14305 return ferror (f) || fclose (f) != 0; 14960 return ferror (f) || fclose (f) != 0;
14306 14961
14307 ; 14962 ;
14308 return 0; 14963 return 0;
14309 } 14964 }
14312 if { (ac_try="$ac_link" 14967 if { (ac_try="$ac_link"
14313 case "(($ac_try" in 14968 case "(($ac_try" in
14314 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14969 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14315 *) ac_try_echo=$ac_try;; 14970 *) ac_try_echo=$ac_try;;
14316 esac 14971 esac
14317 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14972 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14973 $as_echo "$ac_try_echo") >&5
14318 (eval "$ac_link") 2>&5 14974 (eval "$ac_link") 2>&5
14319 ac_status=$? 14975 ac_status=$?
14320 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14976 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14321 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 14977 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14322 { (case "(($ac_try" in 14978 { (case "(($ac_try" in
14323 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14324 *) ac_try_echo=$ac_try;; 14980 *) ac_try_echo=$ac_try;;
14325 esac 14981 esac
14326 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 14982 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14983 $as_echo "$ac_try_echo") >&5
14327 (eval "$ac_try") 2>&5 14984 (eval "$ac_try") 2>&5
14328 ac_status=$? 14985 ac_status=$?
14329 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14986 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14330 (exit $ac_status); }; }; then 14987 (exit $ac_status); }; }; then
14331 ac_cv_sizeof_long=`cat conftest.val` 14988 ac_cv_sizeof_long=`cat conftest.val`
14332 else 14989 else
14333 echo "$as_me: program exited with status $ac_status" >&5 14990 $as_echo "$as_me: program exited with status $ac_status" >&5
14334 echo "$as_me: failed program was:" >&5 14991 $as_echo "$as_me: failed program was:" >&5
14335 sed 's/^/| /' conftest.$ac_ext >&5 14992 sed 's/^/| /' conftest.$ac_ext >&5
14336 14993
14337 ( exit $ac_status ) 14994 ( exit $ac_status )
14338 if test "$ac_cv_type_long" = yes; then 14995 if test "$ac_cv_type_long" = yes; then
14339 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long) 14996 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
14997 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14998 { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long)
14340 See \`config.log' for more details." >&5 14999 See \`config.log' for more details." >&5
14341 echo "$as_me: error: cannot compute sizeof (long) 15000 $as_echo "$as_me: error: cannot compute sizeof (long)
14342 See \`config.log' for more details." >&2;} 15001 See \`config.log' for more details." >&2;}
14343 { (exit 77); exit 77; }; } 15002 { (exit 77); exit 77; }; }; }
14344 else 15003 else
14345 ac_cv_sizeof_long=0 15004 ac_cv_sizeof_long=0
14346 fi 15005 fi
14347 fi 15006 fi
15007 rm -rf conftest.dSYM
14348 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 15008 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14349 fi 15009 fi
14350 rm -f conftest.val 15010 rm -f conftest.val
14351 fi 15011 fi
14352 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5 15012 { $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
14353 echo "${ECHO_T}$ac_cv_sizeof_long" >&6; } 15013 $as_echo "$ac_cv_sizeof_long" >&6; }
14354 15014
14355 15015
14356 15016
14357 cat >>confdefs.h <<_ACEOF 15017 cat >>confdefs.h <<_ACEOF
14358 #define SIZEOF_LONG $ac_cv_sizeof_long 15018 #define SIZEOF_LONG $ac_cv_sizeof_long
14359 _ACEOF 15019 _ACEOF
14360 15020
14361 15021
14362 { echo "$as_me:$LINENO: checking for long long" >&5 15022 # The cast to long int works around a bug in the HP C Compiler
14363 echo $ECHO_N "checking for long long... $ECHO_C" >&6; } 15023 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14364 if test "${ac_cv_type_long_long+set}" = set; then 15024 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14365 echo $ECHO_N "(cached) $ECHO_C" >&6 15025 # This bug is HP SR number 8606223364.
14366 else 15026 { $as_echo "$as_me:$LINENO: checking size of long long" >&5
14367 cat >conftest.$ac_ext <<_ACEOF 15027 $as_echo_n "checking size of long long... " >&6; }
15028 if test "${ac_cv_sizeof_long_long+set}" = set; then
15029 $as_echo_n "(cached) " >&6
15030 else
15031 if test "$cross_compiling" = yes; then
15032 # Depending upon the size, compute the lo and hi bounds.
15033 cat >conftest.$ac_ext <<_ACEOF
14368 /* confdefs.h. */ 15034 /* confdefs.h. */
14369 _ACEOF 15035 _ACEOF
14370 cat confdefs.h >>conftest.$ac_ext 15036 cat confdefs.h >>conftest.$ac_ext
14371 cat >>conftest.$ac_ext <<_ACEOF 15037 cat >>conftest.$ac_ext <<_ACEOF
14372 /* end confdefs.h. */ 15038 /* end confdefs.h. */
14373 $ac_includes_default 15039 $ac_includes_default
14374 typedef long long ac__type_new_;
14375 int 15040 int
14376 main () 15041 main ()
14377 { 15042 {
14378 if ((ac__type_new_ *) 0) 15043 static int test_array [1 - 2 * !(((long int) (sizeof (long long))) >= 0)];
14379 return 0; 15044 test_array [0] = 0
14380 if (sizeof (ac__type_new_)) 15045
14381 return 0;
14382 ; 15046 ;
14383 return 0; 15047 return 0;
14384 } 15048 }
14385 _ACEOF 15049 _ACEOF
14386 rm -f conftest.$ac_objext 15050 rm -f conftest.$ac_objext
14387 if { (ac_try="$ac_compile" 15051 if { (ac_try="$ac_compile"
14388 case "(($ac_try" in 15052 case "(($ac_try" in
14389 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15053 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14390 *) ac_try_echo=$ac_try;; 15054 *) ac_try_echo=$ac_try;;
14391 esac 15055 esac
14392 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15056 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15057 $as_echo "$ac_try_echo") >&5
14393 (eval "$ac_compile") 2>conftest.er1 15058 (eval "$ac_compile") 2>conftest.er1
14394 ac_status=$? 15059 ac_status=$?
14395 grep -v '^ *+' conftest.er1 >conftest.err 15060 grep -v '^ *+' conftest.er1 >conftest.err
14396 rm -f conftest.er1 15061 rm -f conftest.er1
14397 cat conftest.err >&5 15062 cat conftest.err >&5
14398 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15063 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14399 (exit $ac_status); } && {
14400 test -z "$ac_c_werror_flag" ||
14401 test ! -s conftest.err
14402 } && test -s conftest.$ac_objext; then
14403 ac_cv_type_long_long=yes
14404 else
14405 echo "$as_me: failed program was:" >&5
14406 sed 's/^/| /' conftest.$ac_ext >&5
14407
14408 ac_cv_type_long_long=no
14409 fi
14410
14411 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14412 fi
14413 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
14414 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
14415
14416 # The cast to long int works around a bug in the HP C Compiler
14417 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14418 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14419 # This bug is HP SR number 8606223364.
14420 { echo "$as_me:$LINENO: checking size of long long" >&5
14421 echo $ECHO_N "checking size of long long... $ECHO_C" >&6; }
14422 if test "${ac_cv_sizeof_long_long+set}" = set; then
14423 echo $ECHO_N "(cached) $ECHO_C" >&6
14424 else
14425 if test "$cross_compiling" = yes; then
14426 # Depending upon the size, compute the lo and hi bounds.
14427 cat >conftest.$ac_ext <<_ACEOF
14428 /* confdefs.h. */
14429 _ACEOF
14430 cat confdefs.h >>conftest.$ac_ext
14431 cat >>conftest.$ac_ext <<_ACEOF
14432 /* end confdefs.h. */
14433 $ac_includes_default
14434 typedef long long ac__type_sizeof_;
14435 int
14436 main ()
14437 {
14438 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
14439 test_array [0] = 0
14440
14441 ;
14442 return 0;
14443 }
14444 _ACEOF
14445 rm -f conftest.$ac_objext
14446 if { (ac_try="$ac_compile"
14447 case "(($ac_try" in
14448 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14449 *) ac_try_echo=$ac_try;;
14450 esac
14451 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14452 (eval "$ac_compile") 2>conftest.er1
14453 ac_status=$?
14454 grep -v '^ *+' conftest.er1 >conftest.err
14455 rm -f conftest.er1
14456 cat conftest.err >&5
14457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14458 (exit $ac_status); } && { 15064 (exit $ac_status); } && {
14459 test -z "$ac_c_werror_flag" || 15065 test -z "$ac_c_werror_flag" ||
14460 test ! -s conftest.err 15066 test ! -s conftest.err
14461 } && test -s conftest.$ac_objext; then 15067 } && test -s conftest.$ac_objext; then
14462 ac_lo=0 ac_mid=0 15068 ac_lo=0 ac_mid=0
14466 _ACEOF 15072 _ACEOF
14467 cat confdefs.h >>conftest.$ac_ext 15073 cat confdefs.h >>conftest.$ac_ext
14468 cat >>conftest.$ac_ext <<_ACEOF 15074 cat >>conftest.$ac_ext <<_ACEOF
14469 /* end confdefs.h. */ 15075 /* end confdefs.h. */
14470 $ac_includes_default 15076 $ac_includes_default
14471 typedef long long ac__type_sizeof_;
14472 int 15077 int
14473 main () 15078 main ()
14474 { 15079 {
14475 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 15080 static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= $ac_mid)];
14476 test_array [0] = 0 15081 test_array [0] = 0
14477 15082
14478 ; 15083 ;
14479 return 0; 15084 return 0;
14480 } 15085 }
14483 if { (ac_try="$ac_compile" 15088 if { (ac_try="$ac_compile"
14484 case "(($ac_try" in 15089 case "(($ac_try" in
14485 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15090 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14486 *) ac_try_echo=$ac_try;; 15091 *) ac_try_echo=$ac_try;;
14487 esac 15092 esac
14488 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15093 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15094 $as_echo "$ac_try_echo") >&5
14489 (eval "$ac_compile") 2>conftest.er1 15095 (eval "$ac_compile") 2>conftest.er1
14490 ac_status=$? 15096 ac_status=$?
14491 grep -v '^ *+' conftest.er1 >conftest.err 15097 grep -v '^ *+' conftest.er1 >conftest.err
14492 rm -f conftest.er1 15098 rm -f conftest.er1
14493 cat conftest.err >&5 15099 cat conftest.err >&5
14494 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15100 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14495 (exit $ac_status); } && { 15101 (exit $ac_status); } && {
14496 test -z "$ac_c_werror_flag" || 15102 test -z "$ac_c_werror_flag" ||
14497 test ! -s conftest.err 15103 test ! -s conftest.err
14498 } && test -s conftest.$ac_objext; then 15104 } && test -s conftest.$ac_objext; then
14499 ac_hi=$ac_mid; break 15105 ac_hi=$ac_mid; break
14500 else 15106 else
14501 echo "$as_me: failed program was:" >&5 15107 $as_echo "$as_me: failed program was:" >&5
14502 sed 's/^/| /' conftest.$ac_ext >&5 15108 sed 's/^/| /' conftest.$ac_ext >&5
14503 15109
14504 ac_lo=`expr $ac_mid + 1` 15110 ac_lo=`expr $ac_mid + 1`
14505 if test $ac_lo -le $ac_mid; then 15111 if test $ac_lo -le $ac_mid; then
14506 ac_lo= ac_hi= 15112 ac_lo= ac_hi=
14510 fi 15116 fi
14511 15117
14512 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15118 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14513 done 15119 done
14514 else 15120 else
14515 echo "$as_me: failed program was:" >&5 15121 $as_echo "$as_me: failed program was:" >&5
14516 sed 's/^/| /' conftest.$ac_ext >&5 15122 sed 's/^/| /' conftest.$ac_ext >&5
14517 15123
14518 cat >conftest.$ac_ext <<_ACEOF 15124 cat >conftest.$ac_ext <<_ACEOF
14519 /* confdefs.h. */ 15125 /* confdefs.h. */
14520 _ACEOF 15126 _ACEOF
14521 cat confdefs.h >>conftest.$ac_ext 15127 cat confdefs.h >>conftest.$ac_ext
14522 cat >>conftest.$ac_ext <<_ACEOF 15128 cat >>conftest.$ac_ext <<_ACEOF
14523 /* end confdefs.h. */ 15129 /* end confdefs.h. */
14524 $ac_includes_default 15130 $ac_includes_default
14525 typedef long long ac__type_sizeof_;
14526 int 15131 int
14527 main () 15132 main ()
14528 { 15133 {
14529 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; 15134 static int test_array [1 - 2 * !(((long int) (sizeof (long long))) < 0)];
14530 test_array [0] = 0 15135 test_array [0] = 0
14531 15136
14532 ; 15137 ;
14533 return 0; 15138 return 0;
14534 } 15139 }
14537 if { (ac_try="$ac_compile" 15142 if { (ac_try="$ac_compile"
14538 case "(($ac_try" in 15143 case "(($ac_try" in
14539 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15144 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14540 *) ac_try_echo=$ac_try;; 15145 *) ac_try_echo=$ac_try;;
14541 esac 15146 esac
14542 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15147 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15148 $as_echo "$ac_try_echo") >&5
14543 (eval "$ac_compile") 2>conftest.er1 15149 (eval "$ac_compile") 2>conftest.er1
14544 ac_status=$? 15150 ac_status=$?
14545 grep -v '^ *+' conftest.er1 >conftest.err 15151 grep -v '^ *+' conftest.er1 >conftest.err
14546 rm -f conftest.er1 15152 rm -f conftest.er1
14547 cat conftest.err >&5 15153 cat conftest.err >&5
14548 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15154 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14549 (exit $ac_status); } && { 15155 (exit $ac_status); } && {
14550 test -z "$ac_c_werror_flag" || 15156 test -z "$ac_c_werror_flag" ||
14551 test ! -s conftest.err 15157 test ! -s conftest.err
14552 } && test -s conftest.$ac_objext; then 15158 } && test -s conftest.$ac_objext; then
14553 ac_hi=-1 ac_mid=-1 15159 ac_hi=-1 ac_mid=-1
14557 _ACEOF 15163 _ACEOF
14558 cat confdefs.h >>conftest.$ac_ext 15164 cat confdefs.h >>conftest.$ac_ext
14559 cat >>conftest.$ac_ext <<_ACEOF 15165 cat >>conftest.$ac_ext <<_ACEOF
14560 /* end confdefs.h. */ 15166 /* end confdefs.h. */
14561 $ac_includes_default 15167 $ac_includes_default
14562 typedef long long ac__type_sizeof_;
14563 int 15168 int
14564 main () 15169 main ()
14565 { 15170 {
14566 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; 15171 static int test_array [1 - 2 * !(((long int) (sizeof (long long))) >= $ac_mid)];
14567 test_array [0] = 0 15172 test_array [0] = 0
14568 15173
14569 ; 15174 ;
14570 return 0; 15175 return 0;
14571 } 15176 }
14574 if { (ac_try="$ac_compile" 15179 if { (ac_try="$ac_compile"
14575 case "(($ac_try" in 15180 case "(($ac_try" in
14576 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15181 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14577 *) ac_try_echo=$ac_try;; 15182 *) ac_try_echo=$ac_try;;
14578 esac 15183 esac
14579 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15184 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15185 $as_echo "$ac_try_echo") >&5
14580 (eval "$ac_compile") 2>conftest.er1 15186 (eval "$ac_compile") 2>conftest.er1
14581 ac_status=$? 15187 ac_status=$?
14582 grep -v '^ *+' conftest.er1 >conftest.err 15188 grep -v '^ *+' conftest.er1 >conftest.err
14583 rm -f conftest.er1 15189 rm -f conftest.er1
14584 cat conftest.err >&5 15190 cat conftest.err >&5
14585 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15191 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14586 (exit $ac_status); } && { 15192 (exit $ac_status); } && {
14587 test -z "$ac_c_werror_flag" || 15193 test -z "$ac_c_werror_flag" ||
14588 test ! -s conftest.err 15194 test ! -s conftest.err
14589 } && test -s conftest.$ac_objext; then 15195 } && test -s conftest.$ac_objext; then
14590 ac_lo=$ac_mid; break 15196 ac_lo=$ac_mid; break
14591 else 15197 else
14592 echo "$as_me: failed program was:" >&5 15198 $as_echo "$as_me: failed program was:" >&5
14593 sed 's/^/| /' conftest.$ac_ext >&5 15199 sed 's/^/| /' conftest.$ac_ext >&5
14594 15200
14595 ac_hi=`expr '(' $ac_mid ')' - 1` 15201 ac_hi=`expr '(' $ac_mid ')' - 1`
14596 if test $ac_mid -le $ac_hi; then 15202 if test $ac_mid -le $ac_hi; then
14597 ac_lo= ac_hi= 15203 ac_lo= ac_hi=
14601 fi 15207 fi
14602 15208
14603 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15209 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14604 done 15210 done
14605 else 15211 else
14606 echo "$as_me: failed program was:" >&5 15212 $as_echo "$as_me: failed program was:" >&5
14607 sed 's/^/| /' conftest.$ac_ext >&5 15213 sed 's/^/| /' conftest.$ac_ext >&5
14608 15214
14609 ac_lo= ac_hi= 15215 ac_lo= ac_hi=
14610 fi 15216 fi
14611 15217
14621 _ACEOF 15227 _ACEOF
14622 cat confdefs.h >>conftest.$ac_ext 15228 cat confdefs.h >>conftest.$ac_ext
14623 cat >>conftest.$ac_ext <<_ACEOF 15229 cat >>conftest.$ac_ext <<_ACEOF
14624 /* end confdefs.h. */ 15230 /* end confdefs.h. */
14625 $ac_includes_default 15231 $ac_includes_default
14626 typedef long long ac__type_sizeof_;
14627 int 15232 int
14628 main () 15233 main ()
14629 { 15234 {
14630 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 15235 static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= $ac_mid)];
14631 test_array [0] = 0 15236 test_array [0] = 0
14632 15237
14633 ; 15238 ;
14634 return 0; 15239 return 0;
14635 } 15240 }
14638 if { (ac_try="$ac_compile" 15243 if { (ac_try="$ac_compile"
14639 case "(($ac_try" in 15244 case "(($ac_try" in
14640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15245 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14641 *) ac_try_echo=$ac_try;; 15246 *) ac_try_echo=$ac_try;;
14642 esac 15247 esac
14643 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15248 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15249 $as_echo "$ac_try_echo") >&5
14644 (eval "$ac_compile") 2>conftest.er1 15250 (eval "$ac_compile") 2>conftest.er1
14645 ac_status=$? 15251 ac_status=$?
14646 grep -v '^ *+' conftest.er1 >conftest.err 15252 grep -v '^ *+' conftest.er1 >conftest.err
14647 rm -f conftest.er1 15253 rm -f conftest.er1
14648 cat conftest.err >&5 15254 cat conftest.err >&5
14649 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15255 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14650 (exit $ac_status); } && { 15256 (exit $ac_status); } && {
14651 test -z "$ac_c_werror_flag" || 15257 test -z "$ac_c_werror_flag" ||
14652 test ! -s conftest.err 15258 test ! -s conftest.err
14653 } && test -s conftest.$ac_objext; then 15259 } && test -s conftest.$ac_objext; then
14654 ac_hi=$ac_mid 15260 ac_hi=$ac_mid
14655 else 15261 else
14656 echo "$as_me: failed program was:" >&5 15262 $as_echo "$as_me: failed program was:" >&5
14657 sed 's/^/| /' conftest.$ac_ext >&5 15263 sed 's/^/| /' conftest.$ac_ext >&5
14658 15264
14659 ac_lo=`expr '(' $ac_mid ')' + 1` 15265 ac_lo=`expr '(' $ac_mid ')' + 1`
14660 fi 15266 fi
14661 15267
14662 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15268 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14663 done 15269 done
14664 case $ac_lo in 15270 case $ac_lo in
14665 ?*) ac_cv_sizeof_long_long=$ac_lo;; 15271 ?*) ac_cv_sizeof_long_long=$ac_lo;;
14666 '') if test "$ac_cv_type_long_long" = yes; then 15272 '') if test "$ac_cv_type_long_long" = yes; then
14667 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long) 15273 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
15274 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15275 { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
14668 See \`config.log' for more details." >&5 15276 See \`config.log' for more details." >&5
14669 echo "$as_me: error: cannot compute sizeof (long long) 15277 $as_echo "$as_me: error: cannot compute sizeof (long long)
14670 See \`config.log' for more details." >&2;} 15278 See \`config.log' for more details." >&2;}
14671 { (exit 77); exit 77; }; } 15279 { (exit 77); exit 77; }; }; }
14672 else 15280 else
14673 ac_cv_sizeof_long_long=0 15281 ac_cv_sizeof_long_long=0
14674 fi ;; 15282 fi ;;
14675 esac 15283 esac
14676 else 15284 else
14679 _ACEOF 15287 _ACEOF
14680 cat confdefs.h >>conftest.$ac_ext 15288 cat confdefs.h >>conftest.$ac_ext
14681 cat >>conftest.$ac_ext <<_ACEOF 15289 cat >>conftest.$ac_ext <<_ACEOF
14682 /* end confdefs.h. */ 15290 /* end confdefs.h. */
14683 $ac_includes_default 15291 $ac_includes_default
14684 typedef long long ac__type_sizeof_; 15292 static long int longval () { return (long int) (sizeof (long long)); }
14685 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } 15293 static unsigned long int ulongval () { return (long int) (sizeof (long long)); }
14686 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
14687 #include <stdio.h> 15294 #include <stdio.h>
14688 #include <stdlib.h> 15295 #include <stdlib.h>
14689 int 15296 int
14690 main () 15297 main ()
14691 { 15298 {
14692 15299
14693 FILE *f = fopen ("conftest.val", "w"); 15300 FILE *f = fopen ("conftest.val", "w");
14694 if (! f) 15301 if (! f)
14695 return 1; 15302 return 1;
14696 if (((long int) (sizeof (ac__type_sizeof_))) < 0) 15303 if (((long int) (sizeof (long long))) < 0)
14697 { 15304 {
14698 long int i = longval (); 15305 long int i = longval ();
14699 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 15306 if (i != ((long int) (sizeof (long long))))
14700 return 1; 15307 return 1;
14701 fprintf (f, "%ld\n", i); 15308 fprintf (f, "%ld", i);
14702 } 15309 }
14703 else 15310 else
14704 { 15311 {
14705 unsigned long int i = ulongval (); 15312 unsigned long int i = ulongval ();
14706 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 15313 if (i != ((long int) (sizeof (long long))))
14707 return 1; 15314 return 1;
14708 fprintf (f, "%lu\n", i); 15315 fprintf (f, "%lu", i);
14709 } 15316 }
15317 /* Do not output a trailing newline, as this causes \r\n confusion
15318 on some platforms. */
14710 return ferror (f) || fclose (f) != 0; 15319 return ferror (f) || fclose (f) != 0;
14711 15320
14712 ; 15321 ;
14713 return 0; 15322 return 0;
14714 } 15323 }
14717 if { (ac_try="$ac_link" 15326 if { (ac_try="$ac_link"
14718 case "(($ac_try" in 15327 case "(($ac_try" in
14719 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15328 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14720 *) ac_try_echo=$ac_try;; 15329 *) ac_try_echo=$ac_try;;
14721 esac 15330 esac
14722 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15331 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15332 $as_echo "$ac_try_echo") >&5
14723 (eval "$ac_link") 2>&5 15333 (eval "$ac_link") 2>&5
14724 ac_status=$? 15334 ac_status=$?
14725 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15335 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14726 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 15336 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14727 { (case "(($ac_try" in 15337 { (case "(($ac_try" in
14728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15338 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14729 *) ac_try_echo=$ac_try;; 15339 *) ac_try_echo=$ac_try;;
14730 esac 15340 esac
14731 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15341 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15342 $as_echo "$ac_try_echo") >&5
14732 (eval "$ac_try") 2>&5 15343 (eval "$ac_try") 2>&5
14733 ac_status=$? 15344 ac_status=$?
14734 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15345 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14735 (exit $ac_status); }; }; then 15346 (exit $ac_status); }; }; then
14736 ac_cv_sizeof_long_long=`cat conftest.val` 15347 ac_cv_sizeof_long_long=`cat conftest.val`
14737 else 15348 else
14738 echo "$as_me: program exited with status $ac_status" >&5 15349 $as_echo "$as_me: program exited with status $ac_status" >&5
14739 echo "$as_me: failed program was:" >&5 15350 $as_echo "$as_me: failed program was:" >&5
14740 sed 's/^/| /' conftest.$ac_ext >&5 15351 sed 's/^/| /' conftest.$ac_ext >&5
14741 15352
14742 ( exit $ac_status ) 15353 ( exit $ac_status )
14743 if test "$ac_cv_type_long_long" = yes; then 15354 if test "$ac_cv_type_long_long" = yes; then
14744 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long) 15355 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
15356 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15357 { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
14745 See \`config.log' for more details." >&5 15358 See \`config.log' for more details." >&5
14746 echo "$as_me: error: cannot compute sizeof (long long) 15359 $as_echo "$as_me: error: cannot compute sizeof (long long)
14747 See \`config.log' for more details." >&2;} 15360 See \`config.log' for more details." >&2;}
14748 { (exit 77); exit 77; }; } 15361 { (exit 77); exit 77; }; }; }
14749 else 15362 else
14750 ac_cv_sizeof_long_long=0 15363 ac_cv_sizeof_long_long=0
14751 fi 15364 fi
14752 fi 15365 fi
15366 rm -rf conftest.dSYM
14753 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 15367 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14754 fi 15368 fi
14755 rm -f conftest.val 15369 rm -f conftest.val
14756 fi 15370 fi
14757 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5 15371 { $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
14758 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; } 15372 $as_echo "$ac_cv_sizeof_long_long" >&6; }
14759 15373
14760 15374
14761 15375
14762 cat >>confdefs.h <<_ACEOF 15376 cat >>confdefs.h <<_ACEOF
14763 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long 15377 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
14764 _ACEOF 15378 _ACEOF
14765 15379
14766 15380
14767 { echo "$as_me:$LINENO: checking for void *" >&5 15381 # The cast to long int works around a bug in the HP C Compiler
14768 echo $ECHO_N "checking for void *... $ECHO_C" >&6; } 15382 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14769 if test "${ac_cv_type_void_p+set}" = set; then 15383 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14770 echo $ECHO_N "(cached) $ECHO_C" >&6 15384 # This bug is HP SR number 8606223364.
14771 else 15385 { $as_echo "$as_me:$LINENO: checking size of void *" >&5
14772 cat >conftest.$ac_ext <<_ACEOF 15386 $as_echo_n "checking size of void *... " >&6; }
15387 if test "${ac_cv_sizeof_void_p+set}" = set; then
15388 $as_echo_n "(cached) " >&6
15389 else
15390 if test "$cross_compiling" = yes; then
15391 # Depending upon the size, compute the lo and hi bounds.
15392 cat >conftest.$ac_ext <<_ACEOF
14773 /* confdefs.h. */ 15393 /* confdefs.h. */
14774 _ACEOF 15394 _ACEOF
14775 cat confdefs.h >>conftest.$ac_ext 15395 cat confdefs.h >>conftest.$ac_ext
14776 cat >>conftest.$ac_ext <<_ACEOF 15396 cat >>conftest.$ac_ext <<_ACEOF
14777 /* end confdefs.h. */ 15397 /* end confdefs.h. */
14778 $ac_includes_default 15398 $ac_includes_default
14779 typedef void * ac__type_new_;
14780 int 15399 int
14781 main () 15400 main ()
14782 { 15401 {
14783 if ((ac__type_new_ *) 0) 15402 static int test_array [1 - 2 * !(((long int) (sizeof (void *))) >= 0)];
14784 return 0; 15403 test_array [0] = 0
14785 if (sizeof (ac__type_new_)) 15404
14786 return 0;
14787 ; 15405 ;
14788 return 0; 15406 return 0;
14789 } 15407 }
14790 _ACEOF 15408 _ACEOF
14791 rm -f conftest.$ac_objext 15409 rm -f conftest.$ac_objext
14792 if { (ac_try="$ac_compile" 15410 if { (ac_try="$ac_compile"
14793 case "(($ac_try" in 15411 case "(($ac_try" in
14794 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15412 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14795 *) ac_try_echo=$ac_try;; 15413 *) ac_try_echo=$ac_try;;
14796 esac 15414 esac
14797 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15415 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15416 $as_echo "$ac_try_echo") >&5
14798 (eval "$ac_compile") 2>conftest.er1 15417 (eval "$ac_compile") 2>conftest.er1
14799 ac_status=$? 15418 ac_status=$?
14800 grep -v '^ *+' conftest.er1 >conftest.err 15419 grep -v '^ *+' conftest.er1 >conftest.err
14801 rm -f conftest.er1 15420 rm -f conftest.er1
14802 cat conftest.err >&5 15421 cat conftest.err >&5
14803 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15422 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14804 (exit $ac_status); } && {
14805 test -z "$ac_c_werror_flag" ||
14806 test ! -s conftest.err
14807 } && test -s conftest.$ac_objext; then
14808 ac_cv_type_void_p=yes
14809 else
14810 echo "$as_me: failed program was:" >&5
14811 sed 's/^/| /' conftest.$ac_ext >&5
14812
14813 ac_cv_type_void_p=no
14814 fi
14815
14816 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14817 fi
14818 { echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
14819 echo "${ECHO_T}$ac_cv_type_void_p" >&6; }
14820
14821 # The cast to long int works around a bug in the HP C Compiler
14822 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14823 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14824 # This bug is HP SR number 8606223364.
14825 { echo "$as_me:$LINENO: checking size of void *" >&5
14826 echo $ECHO_N "checking size of void *... $ECHO_C" >&6; }
14827 if test "${ac_cv_sizeof_void_p+set}" = set; then
14828 echo $ECHO_N "(cached) $ECHO_C" >&6
14829 else
14830 if test "$cross_compiling" = yes; then
14831 # Depending upon the size, compute the lo and hi bounds.
14832 cat >conftest.$ac_ext <<_ACEOF
14833 /* confdefs.h. */
14834 _ACEOF
14835 cat confdefs.h >>conftest.$ac_ext
14836 cat >>conftest.$ac_ext <<_ACEOF
14837 /* end confdefs.h. */
14838 $ac_includes_default
14839 typedef void * ac__type_sizeof_;
14840 int
14841 main ()
14842 {
14843 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
14844 test_array [0] = 0
14845
14846 ;
14847 return 0;
14848 }
14849 _ACEOF
14850 rm -f conftest.$ac_objext
14851 if { (ac_try="$ac_compile"
14852 case "(($ac_try" in
14853 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14854 *) ac_try_echo=$ac_try;;
14855 esac
14856 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14857 (eval "$ac_compile") 2>conftest.er1
14858 ac_status=$?
14859 grep -v '^ *+' conftest.er1 >conftest.err
14860 rm -f conftest.er1
14861 cat conftest.err >&5
14862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14863 (exit $ac_status); } && { 15423 (exit $ac_status); } && {
14864 test -z "$ac_c_werror_flag" || 15424 test -z "$ac_c_werror_flag" ||
14865 test ! -s conftest.err 15425 test ! -s conftest.err
14866 } && test -s conftest.$ac_objext; then 15426 } && test -s conftest.$ac_objext; then
14867 ac_lo=0 ac_mid=0 15427 ac_lo=0 ac_mid=0
14871 _ACEOF 15431 _ACEOF
14872 cat confdefs.h >>conftest.$ac_ext 15432 cat confdefs.h >>conftest.$ac_ext
14873 cat >>conftest.$ac_ext <<_ACEOF 15433 cat >>conftest.$ac_ext <<_ACEOF
14874 /* end confdefs.h. */ 15434 /* end confdefs.h. */
14875 $ac_includes_default 15435 $ac_includes_default
14876 typedef void * ac__type_sizeof_;
14877 int 15436 int
14878 main () 15437 main ()
14879 { 15438 {
14880 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 15439 static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= $ac_mid)];
14881 test_array [0] = 0 15440 test_array [0] = 0
14882 15441
14883 ; 15442 ;
14884 return 0; 15443 return 0;
14885 } 15444 }
14888 if { (ac_try="$ac_compile" 15447 if { (ac_try="$ac_compile"
14889 case "(($ac_try" in 15448 case "(($ac_try" in
14890 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15449 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14891 *) ac_try_echo=$ac_try;; 15450 *) ac_try_echo=$ac_try;;
14892 esac 15451 esac
14893 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15452 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15453 $as_echo "$ac_try_echo") >&5
14894 (eval "$ac_compile") 2>conftest.er1 15454 (eval "$ac_compile") 2>conftest.er1
14895 ac_status=$? 15455 ac_status=$?
14896 grep -v '^ *+' conftest.er1 >conftest.err 15456 grep -v '^ *+' conftest.er1 >conftest.err
14897 rm -f conftest.er1 15457 rm -f conftest.er1
14898 cat conftest.err >&5 15458 cat conftest.err >&5
14899 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15459 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14900 (exit $ac_status); } && { 15460 (exit $ac_status); } && {
14901 test -z "$ac_c_werror_flag" || 15461 test -z "$ac_c_werror_flag" ||
14902 test ! -s conftest.err 15462 test ! -s conftest.err
14903 } && test -s conftest.$ac_objext; then 15463 } && test -s conftest.$ac_objext; then
14904 ac_hi=$ac_mid; break 15464 ac_hi=$ac_mid; break
14905 else 15465 else
14906 echo "$as_me: failed program was:" >&5 15466 $as_echo "$as_me: failed program was:" >&5
14907 sed 's/^/| /' conftest.$ac_ext >&5 15467 sed 's/^/| /' conftest.$ac_ext >&5
14908 15468
14909 ac_lo=`expr $ac_mid + 1` 15469 ac_lo=`expr $ac_mid + 1`
14910 if test $ac_lo -le $ac_mid; then 15470 if test $ac_lo -le $ac_mid; then
14911 ac_lo= ac_hi= 15471 ac_lo= ac_hi=
14915 fi 15475 fi
14916 15476
14917 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15477 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14918 done 15478 done
14919 else 15479 else
14920 echo "$as_me: failed program was:" >&5 15480 $as_echo "$as_me: failed program was:" >&5
14921 sed 's/^/| /' conftest.$ac_ext >&5 15481 sed 's/^/| /' conftest.$ac_ext >&5
14922 15482
14923 cat >conftest.$ac_ext <<_ACEOF 15483 cat >conftest.$ac_ext <<_ACEOF
14924 /* confdefs.h. */ 15484 /* confdefs.h. */
14925 _ACEOF 15485 _ACEOF
14926 cat confdefs.h >>conftest.$ac_ext 15486 cat confdefs.h >>conftest.$ac_ext
14927 cat >>conftest.$ac_ext <<_ACEOF 15487 cat >>conftest.$ac_ext <<_ACEOF
14928 /* end confdefs.h. */ 15488 /* end confdefs.h. */
14929 $ac_includes_default 15489 $ac_includes_default
14930 typedef void * ac__type_sizeof_;
14931 int 15490 int
14932 main () 15491 main ()
14933 { 15492 {
14934 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; 15493 static int test_array [1 - 2 * !(((long int) (sizeof (void *))) < 0)];
14935 test_array [0] = 0 15494 test_array [0] = 0
14936 15495
14937 ; 15496 ;
14938 return 0; 15497 return 0;
14939 } 15498 }
14942 if { (ac_try="$ac_compile" 15501 if { (ac_try="$ac_compile"
14943 case "(($ac_try" in 15502 case "(($ac_try" in
14944 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15503 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14945 *) ac_try_echo=$ac_try;; 15504 *) ac_try_echo=$ac_try;;
14946 esac 15505 esac
14947 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15506 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15507 $as_echo "$ac_try_echo") >&5
14948 (eval "$ac_compile") 2>conftest.er1 15508 (eval "$ac_compile") 2>conftest.er1
14949 ac_status=$? 15509 ac_status=$?
14950 grep -v '^ *+' conftest.er1 >conftest.err 15510 grep -v '^ *+' conftest.er1 >conftest.err
14951 rm -f conftest.er1 15511 rm -f conftest.er1
14952 cat conftest.err >&5 15512 cat conftest.err >&5
14953 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15513 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14954 (exit $ac_status); } && { 15514 (exit $ac_status); } && {
14955 test -z "$ac_c_werror_flag" || 15515 test -z "$ac_c_werror_flag" ||
14956 test ! -s conftest.err 15516 test ! -s conftest.err
14957 } && test -s conftest.$ac_objext; then 15517 } && test -s conftest.$ac_objext; then
14958 ac_hi=-1 ac_mid=-1 15518 ac_hi=-1 ac_mid=-1
14962 _ACEOF 15522 _ACEOF
14963 cat confdefs.h >>conftest.$ac_ext 15523 cat confdefs.h >>conftest.$ac_ext
14964 cat >>conftest.$ac_ext <<_ACEOF 15524 cat >>conftest.$ac_ext <<_ACEOF
14965 /* end confdefs.h. */ 15525 /* end confdefs.h. */
14966 $ac_includes_default 15526 $ac_includes_default
14967 typedef void * ac__type_sizeof_;
14968 int 15527 int
14969 main () 15528 main ()
14970 { 15529 {
14971 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; 15530 static int test_array [1 - 2 * !(((long int) (sizeof (void *))) >= $ac_mid)];
14972 test_array [0] = 0 15531 test_array [0] = 0
14973 15532
14974 ; 15533 ;
14975 return 0; 15534 return 0;
14976 } 15535 }
14979 if { (ac_try="$ac_compile" 15538 if { (ac_try="$ac_compile"
14980 case "(($ac_try" in 15539 case "(($ac_try" in
14981 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15540 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14982 *) ac_try_echo=$ac_try;; 15541 *) ac_try_echo=$ac_try;;
14983 esac 15542 esac
14984 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15543 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15544 $as_echo "$ac_try_echo") >&5
14985 (eval "$ac_compile") 2>conftest.er1 15545 (eval "$ac_compile") 2>conftest.er1
14986 ac_status=$? 15546 ac_status=$?
14987 grep -v '^ *+' conftest.er1 >conftest.err 15547 grep -v '^ *+' conftest.er1 >conftest.err
14988 rm -f conftest.er1 15548 rm -f conftest.er1
14989 cat conftest.err >&5 15549 cat conftest.err >&5
14990 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15550 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14991 (exit $ac_status); } && { 15551 (exit $ac_status); } && {
14992 test -z "$ac_c_werror_flag" || 15552 test -z "$ac_c_werror_flag" ||
14993 test ! -s conftest.err 15553 test ! -s conftest.err
14994 } && test -s conftest.$ac_objext; then 15554 } && test -s conftest.$ac_objext; then
14995 ac_lo=$ac_mid; break 15555 ac_lo=$ac_mid; break
14996 else 15556 else
14997 echo "$as_me: failed program was:" >&5 15557 $as_echo "$as_me: failed program was:" >&5
14998 sed 's/^/| /' conftest.$ac_ext >&5 15558 sed 's/^/| /' conftest.$ac_ext >&5
14999 15559
15000 ac_hi=`expr '(' $ac_mid ')' - 1` 15560 ac_hi=`expr '(' $ac_mid ')' - 1`
15001 if test $ac_mid -le $ac_hi; then 15561 if test $ac_mid -le $ac_hi; then
15002 ac_lo= ac_hi= 15562 ac_lo= ac_hi=
15006 fi 15566 fi
15007 15567
15008 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15568 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15009 done 15569 done
15010 else 15570 else
15011 echo "$as_me: failed program was:" >&5 15571 $as_echo "$as_me: failed program was:" >&5
15012 sed 's/^/| /' conftest.$ac_ext >&5 15572 sed 's/^/| /' conftest.$ac_ext >&5
15013 15573
15014 ac_lo= ac_hi= 15574 ac_lo= ac_hi=
15015 fi 15575 fi
15016 15576
15026 _ACEOF 15586 _ACEOF
15027 cat confdefs.h >>conftest.$ac_ext 15587 cat confdefs.h >>conftest.$ac_ext
15028 cat >>conftest.$ac_ext <<_ACEOF 15588 cat >>conftest.$ac_ext <<_ACEOF
15029 /* end confdefs.h. */ 15589 /* end confdefs.h. */
15030 $ac_includes_default 15590 $ac_includes_default
15031 typedef void * ac__type_sizeof_;
15032 int 15591 int
15033 main () 15592 main ()
15034 { 15593 {
15035 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 15594 static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= $ac_mid)];
15036 test_array [0] = 0 15595 test_array [0] = 0
15037 15596
15038 ; 15597 ;
15039 return 0; 15598 return 0;
15040 } 15599 }
15043 if { (ac_try="$ac_compile" 15602 if { (ac_try="$ac_compile"
15044 case "(($ac_try" in 15603 case "(($ac_try" in
15045 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15604 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15046 *) ac_try_echo=$ac_try;; 15605 *) ac_try_echo=$ac_try;;
15047 esac 15606 esac
15048 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15607 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15608 $as_echo "$ac_try_echo") >&5
15049 (eval "$ac_compile") 2>conftest.er1 15609 (eval "$ac_compile") 2>conftest.er1
15050 ac_status=$? 15610 ac_status=$?
15051 grep -v '^ *+' conftest.er1 >conftest.err 15611 grep -v '^ *+' conftest.er1 >conftest.err
15052 rm -f conftest.er1 15612 rm -f conftest.er1
15053 cat conftest.err >&5 15613 cat conftest.err >&5
15054 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15614 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15055 (exit $ac_status); } && { 15615 (exit $ac_status); } && {
15056 test -z "$ac_c_werror_flag" || 15616 test -z "$ac_c_werror_flag" ||
15057 test ! -s conftest.err 15617 test ! -s conftest.err
15058 } && test -s conftest.$ac_objext; then 15618 } && test -s conftest.$ac_objext; then
15059 ac_hi=$ac_mid 15619 ac_hi=$ac_mid
15060 else 15620 else
15061 echo "$as_me: failed program was:" >&5 15621 $as_echo "$as_me: failed program was:" >&5
15062 sed 's/^/| /' conftest.$ac_ext >&5 15622 sed 's/^/| /' conftest.$ac_ext >&5
15063 15623
15064 ac_lo=`expr '(' $ac_mid ')' + 1` 15624 ac_lo=`expr '(' $ac_mid ')' + 1`
15065 fi 15625 fi
15066 15626
15067 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15627 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15068 done 15628 done
15069 case $ac_lo in 15629 case $ac_lo in
15070 ?*) ac_cv_sizeof_void_p=$ac_lo;; 15630 ?*) ac_cv_sizeof_void_p=$ac_lo;;
15071 '') if test "$ac_cv_type_void_p" = yes; then 15631 '') if test "$ac_cv_type_void_p" = yes; then
15072 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *) 15632 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
15633 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15634 { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (void *)
15073 See \`config.log' for more details." >&5 15635 See \`config.log' for more details." >&5
15074 echo "$as_me: error: cannot compute sizeof (void *) 15636 $as_echo "$as_me: error: cannot compute sizeof (void *)
15075 See \`config.log' for more details." >&2;} 15637 See \`config.log' for more details." >&2;}
15076 { (exit 77); exit 77; }; } 15638 { (exit 77); exit 77; }; }; }
15077 else 15639 else
15078 ac_cv_sizeof_void_p=0 15640 ac_cv_sizeof_void_p=0
15079 fi ;; 15641 fi ;;
15080 esac 15642 esac
15081 else 15643 else
15084 _ACEOF 15646 _ACEOF
15085 cat confdefs.h >>conftest.$ac_ext 15647 cat confdefs.h >>conftest.$ac_ext
15086 cat >>conftest.$ac_ext <<_ACEOF 15648 cat >>conftest.$ac_ext <<_ACEOF
15087 /* end confdefs.h. */ 15649 /* end confdefs.h. */
15088 $ac_includes_default 15650 $ac_includes_default
15089 typedef void * ac__type_sizeof_; 15651 static long int longval () { return (long int) (sizeof (void *)); }
15090 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } 15652 static unsigned long int ulongval () { return (long int) (sizeof (void *)); }
15091 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
15092 #include <stdio.h> 15653 #include <stdio.h>
15093 #include <stdlib.h> 15654 #include <stdlib.h>
15094 int 15655 int
15095 main () 15656 main ()
15096 { 15657 {
15097 15658
15098 FILE *f = fopen ("conftest.val", "w"); 15659 FILE *f = fopen ("conftest.val", "w");
15099 if (! f) 15660 if (! f)
15100 return 1; 15661 return 1;
15101 if (((long int) (sizeof (ac__type_sizeof_))) < 0) 15662 if (((long int) (sizeof (void *))) < 0)
15102 { 15663 {
15103 long int i = longval (); 15664 long int i = longval ();
15104 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 15665 if (i != ((long int) (sizeof (void *))))
15105 return 1; 15666 return 1;
15106 fprintf (f, "%ld\n", i); 15667 fprintf (f, "%ld", i);
15107 } 15668 }
15108 else 15669 else
15109 { 15670 {
15110 unsigned long int i = ulongval (); 15671 unsigned long int i = ulongval ();
15111 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 15672 if (i != ((long int) (sizeof (void *))))
15112 return 1; 15673 return 1;
15113 fprintf (f, "%lu\n", i); 15674 fprintf (f, "%lu", i);
15114 } 15675 }
15676 /* Do not output a trailing newline, as this causes \r\n confusion
15677 on some platforms. */
15115 return ferror (f) || fclose (f) != 0; 15678 return ferror (f) || fclose (f) != 0;
15116 15679
15117 ; 15680 ;
15118 return 0; 15681 return 0;
15119 } 15682 }
15122 if { (ac_try="$ac_link" 15685 if { (ac_try="$ac_link"
15123 case "(($ac_try" in 15686 case "(($ac_try" in
15124 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15687 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15125 *) ac_try_echo=$ac_try;; 15688 *) ac_try_echo=$ac_try;;
15126 esac 15689 esac
15127 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15690 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15691 $as_echo "$ac_try_echo") >&5
15128 (eval "$ac_link") 2>&5 15692 (eval "$ac_link") 2>&5
15129 ac_status=$? 15693 ac_status=$?
15130 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15694 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15131 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 15695 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15132 { (case "(($ac_try" in 15696 { (case "(($ac_try" in
15133 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15697 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15134 *) ac_try_echo=$ac_try;; 15698 *) ac_try_echo=$ac_try;;
15135 esac 15699 esac
15136 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15700 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15701 $as_echo "$ac_try_echo") >&5
15137 (eval "$ac_try") 2>&5 15702 (eval "$ac_try") 2>&5
15138 ac_status=$? 15703 ac_status=$?
15139 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15704 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15140 (exit $ac_status); }; }; then 15705 (exit $ac_status); }; }; then
15141 ac_cv_sizeof_void_p=`cat conftest.val` 15706 ac_cv_sizeof_void_p=`cat conftest.val`
15142 else 15707 else
15143 echo "$as_me: program exited with status $ac_status" >&5 15708 $as_echo "$as_me: program exited with status $ac_status" >&5
15144 echo "$as_me: failed program was:" >&5 15709 $as_echo "$as_me: failed program was:" >&5
15145 sed 's/^/| /' conftest.$ac_ext >&5 15710 sed 's/^/| /' conftest.$ac_ext >&5
15146 15711
15147 ( exit $ac_status ) 15712 ( exit $ac_status )
15148 if test "$ac_cv_type_void_p" = yes; then 15713 if test "$ac_cv_type_void_p" = yes; then
15149 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *) 15714 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
15715 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15716 { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (void *)
15150 See \`config.log' for more details." >&5 15717 See \`config.log' for more details." >&5
15151 echo "$as_me: error: cannot compute sizeof (void *) 15718 $as_echo "$as_me: error: cannot compute sizeof (void *)
15152 See \`config.log' for more details." >&2;} 15719 See \`config.log' for more details." >&2;}
15153 { (exit 77); exit 77; }; } 15720 { (exit 77); exit 77; }; }; }
15154 else 15721 else
15155 ac_cv_sizeof_void_p=0 15722 ac_cv_sizeof_void_p=0
15156 fi 15723 fi
15157 fi 15724 fi
15725 rm -rf conftest.dSYM
15158 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 15726 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15159 fi 15727 fi
15160 rm -f conftest.val 15728 rm -f conftest.val
15161 fi 15729 fi
15162 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5 15730 { $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
15163 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6; } 15731 $as_echo "$ac_cv_sizeof_void_p" >&6; }
15164 15732
15165 15733
15166 15734
15167 cat >>confdefs.h <<_ACEOF 15735 cat >>confdefs.h <<_ACEOF
15168 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p 15736 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
15169 _ACEOF 15737 _ACEOF
15170 15738
15171 15739
15172 { echo "$as_me:$LINENO: checking for double" >&5 15740 # The cast to long int works around a bug in the HP C Compiler
15173 echo $ECHO_N "checking for double... $ECHO_C" >&6; } 15741 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15174 if test "${ac_cv_type_double+set}" = set; then 15742 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15175 echo $ECHO_N "(cached) $ECHO_C" >&6 15743 # This bug is HP SR number 8606223364.
15176 else 15744 { $as_echo "$as_me:$LINENO: checking size of double" >&5
15177 cat >conftest.$ac_ext <<_ACEOF 15745 $as_echo_n "checking size of double... " >&6; }
15746 if test "${ac_cv_sizeof_double+set}" = set; then
15747 $as_echo_n "(cached) " >&6
15748 else
15749 if test "$cross_compiling" = yes; then
15750 # Depending upon the size, compute the lo and hi bounds.
15751 cat >conftest.$ac_ext <<_ACEOF
15178 /* confdefs.h. */ 15752 /* confdefs.h. */
15179 _ACEOF 15753 _ACEOF
15180 cat confdefs.h >>conftest.$ac_ext 15754 cat confdefs.h >>conftest.$ac_ext
15181 cat >>conftest.$ac_ext <<_ACEOF 15755 cat >>conftest.$ac_ext <<_ACEOF
15182 /* end confdefs.h. */ 15756 /* end confdefs.h. */
15183 $ac_includes_default 15757 $ac_includes_default
15184 typedef double ac__type_new_;
15185 int 15758 int
15186 main () 15759 main ()
15187 { 15760 {
15188 if ((ac__type_new_ *) 0) 15761 static int test_array [1 - 2 * !(((long int) (sizeof (double))) >= 0)];
15189 return 0; 15762 test_array [0] = 0
15190 if (sizeof (ac__type_new_)) 15763
15191 return 0;
15192 ; 15764 ;
15193 return 0; 15765 return 0;
15194 } 15766 }
15195 _ACEOF 15767 _ACEOF
15196 rm -f conftest.$ac_objext 15768 rm -f conftest.$ac_objext
15197 if { (ac_try="$ac_compile" 15769 if { (ac_try="$ac_compile"
15198 case "(($ac_try" in 15770 case "(($ac_try" in
15199 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15771 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15200 *) ac_try_echo=$ac_try;; 15772 *) ac_try_echo=$ac_try;;
15201 esac 15773 esac
15202 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15774 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15775 $as_echo "$ac_try_echo") >&5
15203 (eval "$ac_compile") 2>conftest.er1 15776 (eval "$ac_compile") 2>conftest.er1
15204 ac_status=$? 15777 ac_status=$?
15205 grep -v '^ *+' conftest.er1 >conftest.err 15778 grep -v '^ *+' conftest.er1 >conftest.err
15206 rm -f conftest.er1 15779 rm -f conftest.er1
15207 cat conftest.err >&5 15780 cat conftest.err >&5
15208 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15781 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15209 (exit $ac_status); } && {
15210 test -z "$ac_c_werror_flag" ||
15211 test ! -s conftest.err
15212 } && test -s conftest.$ac_objext; then
15213 ac_cv_type_double=yes
15214 else
15215 echo "$as_me: failed program was:" >&5
15216 sed 's/^/| /' conftest.$ac_ext >&5
15217
15218 ac_cv_type_double=no
15219 fi
15220
15221 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15222 fi
15223 { echo "$as_me:$LINENO: result: $ac_cv_type_double" >&5
15224 echo "${ECHO_T}$ac_cv_type_double" >&6; }
15225
15226 # The cast to long int works around a bug in the HP C Compiler
15227 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15228 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15229 # This bug is HP SR number 8606223364.
15230 { echo "$as_me:$LINENO: checking size of double" >&5
15231 echo $ECHO_N "checking size of double... $ECHO_C" >&6; }
15232 if test "${ac_cv_sizeof_double+set}" = set; then
15233 echo $ECHO_N "(cached) $ECHO_C" >&6
15234 else
15235 if test "$cross_compiling" = yes; then
15236 # Depending upon the size, compute the lo and hi bounds.
15237 cat >conftest.$ac_ext <<_ACEOF
15238 /* confdefs.h. */
15239 _ACEOF
15240 cat confdefs.h >>conftest.$ac_ext
15241 cat >>conftest.$ac_ext <<_ACEOF
15242 /* end confdefs.h. */
15243 $ac_includes_default
15244 typedef double ac__type_sizeof_;
15245 int
15246 main ()
15247 {
15248 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
15249 test_array [0] = 0
15250
15251 ;
15252 return 0;
15253 }
15254 _ACEOF
15255 rm -f conftest.$ac_objext
15256 if { (ac_try="$ac_compile"
15257 case "(($ac_try" in
15258 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15259 *) ac_try_echo=$ac_try;;
15260 esac
15261 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15262 (eval "$ac_compile") 2>conftest.er1
15263 ac_status=$?
15264 grep -v '^ *+' conftest.er1 >conftest.err
15265 rm -f conftest.er1
15266 cat conftest.err >&5
15267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15268 (exit $ac_status); } && { 15782 (exit $ac_status); } && {
15269 test -z "$ac_c_werror_flag" || 15783 test -z "$ac_c_werror_flag" ||
15270 test ! -s conftest.err 15784 test ! -s conftest.err
15271 } && test -s conftest.$ac_objext; then 15785 } && test -s conftest.$ac_objext; then
15272 ac_lo=0 ac_mid=0 15786 ac_lo=0 ac_mid=0
15276 _ACEOF 15790 _ACEOF
15277 cat confdefs.h >>conftest.$ac_ext 15791 cat confdefs.h >>conftest.$ac_ext
15278 cat >>conftest.$ac_ext <<_ACEOF 15792 cat >>conftest.$ac_ext <<_ACEOF
15279 /* end confdefs.h. */ 15793 /* end confdefs.h. */
15280 $ac_includes_default 15794 $ac_includes_default
15281 typedef double ac__type_sizeof_;
15282 int 15795 int
15283 main () 15796 main ()
15284 { 15797 {
15285 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 15798 static int test_array [1 - 2 * !(((long int) (sizeof (double))) <= $ac_mid)];
15286 test_array [0] = 0 15799 test_array [0] = 0
15287 15800
15288 ; 15801 ;
15289 return 0; 15802 return 0;
15290 } 15803 }
15293 if { (ac_try="$ac_compile" 15806 if { (ac_try="$ac_compile"
15294 case "(($ac_try" in 15807 case "(($ac_try" in
15295 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15808 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15296 *) ac_try_echo=$ac_try;; 15809 *) ac_try_echo=$ac_try;;
15297 esac 15810 esac
15298 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15811 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15812 $as_echo "$ac_try_echo") >&5
15299 (eval "$ac_compile") 2>conftest.er1 15813 (eval "$ac_compile") 2>conftest.er1
15300 ac_status=$? 15814 ac_status=$?
15301 grep -v '^ *+' conftest.er1 >conftest.err 15815 grep -v '^ *+' conftest.er1 >conftest.err
15302 rm -f conftest.er1 15816 rm -f conftest.er1
15303 cat conftest.err >&5 15817 cat conftest.err >&5
15304 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15818 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15305 (exit $ac_status); } && { 15819 (exit $ac_status); } && {
15306 test -z "$ac_c_werror_flag" || 15820 test -z "$ac_c_werror_flag" ||
15307 test ! -s conftest.err 15821 test ! -s conftest.err
15308 } && test -s conftest.$ac_objext; then 15822 } && test -s conftest.$ac_objext; then
15309 ac_hi=$ac_mid; break 15823 ac_hi=$ac_mid; break
15310 else 15824 else
15311 echo "$as_me: failed program was:" >&5 15825 $as_echo "$as_me: failed program was:" >&5
15312 sed 's/^/| /' conftest.$ac_ext >&5 15826 sed 's/^/| /' conftest.$ac_ext >&5
15313 15827
15314 ac_lo=`expr $ac_mid + 1` 15828 ac_lo=`expr $ac_mid + 1`
15315 if test $ac_lo -le $ac_mid; then 15829 if test $ac_lo -le $ac_mid; then
15316 ac_lo= ac_hi= 15830 ac_lo= ac_hi=
15320 fi 15834 fi
15321 15835
15322 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15836 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15323 done 15837 done
15324 else 15838 else
15325 echo "$as_me: failed program was:" >&5 15839 $as_echo "$as_me: failed program was:" >&5
15326 sed 's/^/| /' conftest.$ac_ext >&5 15840 sed 's/^/| /' conftest.$ac_ext >&5
15327 15841
15328 cat >conftest.$ac_ext <<_ACEOF 15842 cat >conftest.$ac_ext <<_ACEOF
15329 /* confdefs.h. */ 15843 /* confdefs.h. */
15330 _ACEOF 15844 _ACEOF
15331 cat confdefs.h >>conftest.$ac_ext 15845 cat confdefs.h >>conftest.$ac_ext
15332 cat >>conftest.$ac_ext <<_ACEOF 15846 cat >>conftest.$ac_ext <<_ACEOF
15333 /* end confdefs.h. */ 15847 /* end confdefs.h. */
15334 $ac_includes_default 15848 $ac_includes_default
15335 typedef double ac__type_sizeof_;
15336 int 15849 int
15337 main () 15850 main ()
15338 { 15851 {
15339 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; 15852 static int test_array [1 - 2 * !(((long int) (sizeof (double))) < 0)];
15340 test_array [0] = 0 15853 test_array [0] = 0
15341 15854
15342 ; 15855 ;
15343 return 0; 15856 return 0;
15344 } 15857 }
15347 if { (ac_try="$ac_compile" 15860 if { (ac_try="$ac_compile"
15348 case "(($ac_try" in 15861 case "(($ac_try" in
15349 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15350 *) ac_try_echo=$ac_try;; 15863 *) ac_try_echo=$ac_try;;
15351 esac 15864 esac
15352 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15865 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15866 $as_echo "$ac_try_echo") >&5
15353 (eval "$ac_compile") 2>conftest.er1 15867 (eval "$ac_compile") 2>conftest.er1
15354 ac_status=$? 15868 ac_status=$?
15355 grep -v '^ *+' conftest.er1 >conftest.err 15869 grep -v '^ *+' conftest.er1 >conftest.err
15356 rm -f conftest.er1 15870 rm -f conftest.er1
15357 cat conftest.err >&5 15871 cat conftest.err >&5
15358 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15872 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15359 (exit $ac_status); } && { 15873 (exit $ac_status); } && {
15360 test -z "$ac_c_werror_flag" || 15874 test -z "$ac_c_werror_flag" ||
15361 test ! -s conftest.err 15875 test ! -s conftest.err
15362 } && test -s conftest.$ac_objext; then 15876 } && test -s conftest.$ac_objext; then
15363 ac_hi=-1 ac_mid=-1 15877 ac_hi=-1 ac_mid=-1
15367 _ACEOF 15881 _ACEOF
15368 cat confdefs.h >>conftest.$ac_ext 15882 cat confdefs.h >>conftest.$ac_ext
15369 cat >>conftest.$ac_ext <<_ACEOF 15883 cat >>conftest.$ac_ext <<_ACEOF
15370 /* end confdefs.h. */ 15884 /* end confdefs.h. */
15371 $ac_includes_default 15885 $ac_includes_default
15372 typedef double ac__type_sizeof_;
15373 int 15886 int
15374 main () 15887 main ()
15375 { 15888 {
15376 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; 15889 static int test_array [1 - 2 * !(((long int) (sizeof (double))) >= $ac_mid)];
15377 test_array [0] = 0 15890 test_array [0] = 0
15378 15891
15379 ; 15892 ;
15380 return 0; 15893 return 0;
15381 } 15894 }
15384 if { (ac_try="$ac_compile" 15897 if { (ac_try="$ac_compile"
15385 case "(($ac_try" in 15898 case "(($ac_try" in
15386 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15899 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15387 *) ac_try_echo=$ac_try;; 15900 *) ac_try_echo=$ac_try;;
15388 esac 15901 esac
15389 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15902 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15903 $as_echo "$ac_try_echo") >&5
15390 (eval "$ac_compile") 2>conftest.er1 15904 (eval "$ac_compile") 2>conftest.er1
15391 ac_status=$? 15905 ac_status=$?
15392 grep -v '^ *+' conftest.er1 >conftest.err 15906 grep -v '^ *+' conftest.er1 >conftest.err
15393 rm -f conftest.er1 15907 rm -f conftest.er1
15394 cat conftest.err >&5 15908 cat conftest.err >&5
15395 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15909 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15396 (exit $ac_status); } && { 15910 (exit $ac_status); } && {
15397 test -z "$ac_c_werror_flag" || 15911 test -z "$ac_c_werror_flag" ||
15398 test ! -s conftest.err 15912 test ! -s conftest.err
15399 } && test -s conftest.$ac_objext; then 15913 } && test -s conftest.$ac_objext; then
15400 ac_lo=$ac_mid; break 15914 ac_lo=$ac_mid; break
15401 else 15915 else
15402 echo "$as_me: failed program was:" >&5 15916 $as_echo "$as_me: failed program was:" >&5
15403 sed 's/^/| /' conftest.$ac_ext >&5 15917 sed 's/^/| /' conftest.$ac_ext >&5
15404 15918
15405 ac_hi=`expr '(' $ac_mid ')' - 1` 15919 ac_hi=`expr '(' $ac_mid ')' - 1`
15406 if test $ac_mid -le $ac_hi; then 15920 if test $ac_mid -le $ac_hi; then
15407 ac_lo= ac_hi= 15921 ac_lo= ac_hi=
15411 fi 15925 fi
15412 15926
15413 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15927 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15414 done 15928 done
15415 else 15929 else
15416 echo "$as_me: failed program was:" >&5 15930 $as_echo "$as_me: failed program was:" >&5
15417 sed 's/^/| /' conftest.$ac_ext >&5 15931 sed 's/^/| /' conftest.$ac_ext >&5
15418 15932
15419 ac_lo= ac_hi= 15933 ac_lo= ac_hi=
15420 fi 15934 fi
15421 15935
15431 _ACEOF 15945 _ACEOF
15432 cat confdefs.h >>conftest.$ac_ext 15946 cat confdefs.h >>conftest.$ac_ext
15433 cat >>conftest.$ac_ext <<_ACEOF 15947 cat >>conftest.$ac_ext <<_ACEOF
15434 /* end confdefs.h. */ 15948 /* end confdefs.h. */
15435 $ac_includes_default 15949 $ac_includes_default
15436 typedef double ac__type_sizeof_;
15437 int 15950 int
15438 main () 15951 main ()
15439 { 15952 {
15440 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; 15953 static int test_array [1 - 2 * !(((long int) (sizeof (double))) <= $ac_mid)];
15441 test_array [0] = 0 15954 test_array [0] = 0
15442 15955
15443 ; 15956 ;
15444 return 0; 15957 return 0;
15445 } 15958 }
15448 if { (ac_try="$ac_compile" 15961 if { (ac_try="$ac_compile"
15449 case "(($ac_try" in 15962 case "(($ac_try" in
15450 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 15963 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15451 *) ac_try_echo=$ac_try;; 15964 *) ac_try_echo=$ac_try;;
15452 esac 15965 esac
15453 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15966 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15967 $as_echo "$ac_try_echo") >&5
15454 (eval "$ac_compile") 2>conftest.er1 15968 (eval "$ac_compile") 2>conftest.er1
15455 ac_status=$? 15969 ac_status=$?
15456 grep -v '^ *+' conftest.er1 >conftest.err 15970 grep -v '^ *+' conftest.er1 >conftest.err
15457 rm -f conftest.er1 15971 rm -f conftest.er1
15458 cat conftest.err >&5 15972 cat conftest.err >&5
15459 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15973 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15460 (exit $ac_status); } && { 15974 (exit $ac_status); } && {
15461 test -z "$ac_c_werror_flag" || 15975 test -z "$ac_c_werror_flag" ||
15462 test ! -s conftest.err 15976 test ! -s conftest.err
15463 } && test -s conftest.$ac_objext; then 15977 } && test -s conftest.$ac_objext; then
15464 ac_hi=$ac_mid 15978 ac_hi=$ac_mid
15465 else 15979 else
15466 echo "$as_me: failed program was:" >&5 15980 $as_echo "$as_me: failed program was:" >&5
15467 sed 's/^/| /' conftest.$ac_ext >&5 15981 sed 's/^/| /' conftest.$ac_ext >&5
15468 15982
15469 ac_lo=`expr '(' $ac_mid ')' + 1` 15983 ac_lo=`expr '(' $ac_mid ')' + 1`
15470 fi 15984 fi
15471 15985
15472 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 15986 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15473 done 15987 done
15474 case $ac_lo in 15988 case $ac_lo in
15475 ?*) ac_cv_sizeof_double=$ac_lo;; 15989 ?*) ac_cv_sizeof_double=$ac_lo;;
15476 '') if test "$ac_cv_type_double" = yes; then 15990 '') if test "$ac_cv_type_double" = yes; then
15477 { { echo "$as_me:$LINENO: error: cannot compute sizeof (double) 15991 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
15992 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15993 { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (double)
15478 See \`config.log' for more details." >&5 15994 See \`config.log' for more details." >&5
15479 echo "$as_me: error: cannot compute sizeof (double) 15995 $as_echo "$as_me: error: cannot compute sizeof (double)
15480 See \`config.log' for more details." >&2;} 15996 See \`config.log' for more details." >&2;}
15481 { (exit 77); exit 77; }; } 15997 { (exit 77); exit 77; }; }; }
15482 else 15998 else
15483 ac_cv_sizeof_double=0 15999 ac_cv_sizeof_double=0
15484 fi ;; 16000 fi ;;
15485 esac 16001 esac
15486 else 16002 else
15489 _ACEOF 16005 _ACEOF
15490 cat confdefs.h >>conftest.$ac_ext 16006 cat confdefs.h >>conftest.$ac_ext
15491 cat >>conftest.$ac_ext <<_ACEOF 16007 cat >>conftest.$ac_ext <<_ACEOF
15492 /* end confdefs.h. */ 16008 /* end confdefs.h. */
15493 $ac_includes_default 16009 $ac_includes_default
15494 typedef double ac__type_sizeof_; 16010 static long int longval () { return (long int) (sizeof (double)); }
15495 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } 16011 static unsigned long int ulongval () { return (long int) (sizeof (double)); }
15496 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
15497 #include <stdio.h> 16012 #include <stdio.h>
15498 #include <stdlib.h> 16013 #include <stdlib.h>
15499 int 16014 int
15500 main () 16015 main ()
15501 { 16016 {
15502 16017
15503 FILE *f = fopen ("conftest.val", "w"); 16018 FILE *f = fopen ("conftest.val", "w");
15504 if (! f) 16019 if (! f)
15505 return 1; 16020 return 1;
15506 if (((long int) (sizeof (ac__type_sizeof_))) < 0) 16021 if (((long int) (sizeof (double))) < 0)
15507 { 16022 {
15508 long int i = longval (); 16023 long int i = longval ();
15509 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 16024 if (i != ((long int) (sizeof (double))))
15510 return 1; 16025 return 1;
15511 fprintf (f, "%ld\n", i); 16026 fprintf (f, "%ld", i);
15512 } 16027 }
15513 else 16028 else
15514 { 16029 {
15515 unsigned long int i = ulongval (); 16030 unsigned long int i = ulongval ();
15516 if (i != ((long int) (sizeof (ac__type_sizeof_)))) 16031 if (i != ((long int) (sizeof (double))))
15517 return 1; 16032 return 1;
15518 fprintf (f, "%lu\n", i); 16033 fprintf (f, "%lu", i);
15519 } 16034 }
16035 /* Do not output a trailing newline, as this causes \r\n confusion
16036 on some platforms. */
15520 return ferror (f) || fclose (f) != 0; 16037 return ferror (f) || fclose (f) != 0;
15521 16038
15522 ; 16039 ;
15523 return 0; 16040 return 0;
15524 } 16041 }
15527 if { (ac_try="$ac_link" 16044 if { (ac_try="$ac_link"
15528 case "(($ac_try" in 16045 case "(($ac_try" in
15529 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16046 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15530 *) ac_try_echo=$ac_try;; 16047 *) ac_try_echo=$ac_try;;
15531 esac 16048 esac
15532 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16049 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16050 $as_echo "$ac_try_echo") >&5
15533 (eval "$ac_link") 2>&5 16051 (eval "$ac_link") 2>&5
15534 ac_status=$? 16052 ac_status=$?
15535 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16053 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15536 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 16054 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15537 { (case "(($ac_try" in 16055 { (case "(($ac_try" in
15538 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16056 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15539 *) ac_try_echo=$ac_try;; 16057 *) ac_try_echo=$ac_try;;
15540 esac 16058 esac
15541 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16059 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16060 $as_echo "$ac_try_echo") >&5
15542 (eval "$ac_try") 2>&5 16061 (eval "$ac_try") 2>&5
15543 ac_status=$? 16062 ac_status=$?
15544 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16063 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15545 (exit $ac_status); }; }; then 16064 (exit $ac_status); }; }; then
15546 ac_cv_sizeof_double=`cat conftest.val` 16065 ac_cv_sizeof_double=`cat conftest.val`
15547 else 16066 else
15548 echo "$as_me: program exited with status $ac_status" >&5 16067 $as_echo "$as_me: program exited with status $ac_status" >&5
15549 echo "$as_me: failed program was:" >&5 16068 $as_echo "$as_me: failed program was:" >&5
15550 sed 's/^/| /' conftest.$ac_ext >&5 16069 sed 's/^/| /' conftest.$ac_ext >&5
15551 16070
15552 ( exit $ac_status ) 16071 ( exit $ac_status )
15553 if test "$ac_cv_type_double" = yes; then 16072 if test "$ac_cv_type_double" = yes; then
15554 { { echo "$as_me:$LINENO: error: cannot compute sizeof (double) 16073 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
16074 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16075 { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (double)
15555 See \`config.log' for more details." >&5 16076 See \`config.log' for more details." >&5
15556 echo "$as_me: error: cannot compute sizeof (double) 16077 $as_echo "$as_me: error: cannot compute sizeof (double)
15557 See \`config.log' for more details." >&2;} 16078 See \`config.log' for more details." >&2;}
15558 { (exit 77); exit 77; }; } 16079 { (exit 77); exit 77; }; }; }
15559 else 16080 else
15560 ac_cv_sizeof_double=0 16081 ac_cv_sizeof_double=0
15561 fi 16082 fi
15562 fi 16083 fi
16084 rm -rf conftest.dSYM
15563 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 16085 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15564 fi 16086 fi
15565 rm -f conftest.val 16087 rm -f conftest.val
15566 fi 16088 fi
15567 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_double" >&5 16089 { $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_double" >&5
15568 echo "${ECHO_T}$ac_cv_sizeof_double" >&6; } 16090 $as_echo "$ac_cv_sizeof_double" >&6; }
15569 16091
15570 16092
15571 16093
15572 cat >>confdefs.h <<_ACEOF 16094 cat >>confdefs.h <<_ACEOF
15573 #define SIZEOF_DOUBLE $ac_cv_sizeof_double 16095 #define SIZEOF_DOUBLE $ac_cv_sizeof_double
15574 _ACEOF 16096 _ACEOF
15575 16097
15576 16098
15577 16099
15578 { echo "$as_me:$LINENO: checking for long file names" >&5 16100 { $as_echo "$as_me:$LINENO: checking for long file names" >&5
15579 echo $ECHO_N "checking for long file names... $ECHO_C" >&6; } 16101 $as_echo_n "checking for long file names... " >&6; }
15580 if test "${ac_cv_sys_long_file_names+set}" = set; then 16102 if test "${ac_cv_sys_long_file_names+set}" = set; then
15581 echo $ECHO_N "(cached) $ECHO_C" >&6 16103 $as_echo_n "(cached) " >&6
15582 else 16104 else
15583 ac_cv_sys_long_file_names=yes 16105 ac_cv_sys_long_file_names=yes
15584 # Test for long file names in all the places we know might matter: 16106 # Test for long file names in all the places we know might matter:
15585 # . the current directory, where building will happen 16107 # . the current directory, where building will happen
15586 # $prefix/lib where we will be installing things 16108 # $prefix/lib where we will be installing things
15605 ac_cv_sys_long_file_names=no 16127 ac_cv_sys_long_file_names=no
15606 rm -f -r "$ac_xdir" 2>/dev/null 16128 rm -f -r "$ac_xdir" 2>/dev/null
15607 test $ac_cv_sys_long_file_names = no && break 16129 test $ac_cv_sys_long_file_names = no && break
15608 done 16130 done
15609 fi 16131 fi
15610 { echo "$as_me:$LINENO: result: $ac_cv_sys_long_file_names" >&5 16132 { $as_echo "$as_me:$LINENO: result: $ac_cv_sys_long_file_names" >&5
15611 echo "${ECHO_T}$ac_cv_sys_long_file_names" >&6; } 16133 $as_echo "$ac_cv_sys_long_file_names" >&6; }
15612 if test $ac_cv_sys_long_file_names = yes; then 16134 if test $ac_cv_sys_long_file_names = yes; then
15613 16135
15614 cat >>confdefs.h <<\_ACEOF 16136 cat >>confdefs.h <<\_ACEOF
15615 #define HAVE_LONG_FILE_NAMES 1 16137 #define HAVE_LONG_FILE_NAMES 1
15616 _ACEOF 16138 _ACEOF
15617 16139
15618 fi 16140 fi
15619 16141
15620 16142
15621 { echo "$as_me:$LINENO: checking for sin" >&5 16143 { $as_echo "$as_me:$LINENO: checking for sin" >&5
15622 echo $ECHO_N "checking for sin... $ECHO_C" >&6; } 16144 $as_echo_n "checking for sin... " >&6; }
15623 if test "${ac_cv_func_sin+set}" = set; then 16145 if test "${ac_cv_func_sin+set}" = set; then
15624 echo $ECHO_N "(cached) $ECHO_C" >&6 16146 $as_echo_n "(cached) " >&6
15625 else 16147 else
15626 cat >conftest.$ac_ext <<_ACEOF 16148 cat >conftest.$ac_ext <<_ACEOF
15627 /* confdefs.h. */ 16149 /* confdefs.h. */
15628 _ACEOF 16150 _ACEOF
15629 cat confdefs.h >>conftest.$ac_ext 16151 cat confdefs.h >>conftest.$ac_ext
15672 if { (ac_try="$ac_link" 16194 if { (ac_try="$ac_link"
15673 case "(($ac_try" in 16195 case "(($ac_try" in
15674 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16196 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15675 *) ac_try_echo=$ac_try;; 16197 *) ac_try_echo=$ac_try;;
15676 esac 16198 esac
15677 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16199 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16200 $as_echo "$ac_try_echo") >&5
15678 (eval "$ac_link") 2>conftest.er1 16201 (eval "$ac_link") 2>conftest.er1
15679 ac_status=$? 16202 ac_status=$?
15680 grep -v '^ *+' conftest.er1 >conftest.err 16203 grep -v '^ *+' conftest.er1 >conftest.err
15681 rm -f conftest.er1 16204 rm -f conftest.er1
15682 cat conftest.err >&5 16205 cat conftest.err >&5
15683 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16206 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15684 (exit $ac_status); } && { 16207 (exit $ac_status); } && {
15685 test -z "$ac_c_werror_flag" || 16208 test -z "$ac_c_werror_flag" ||
15686 test ! -s conftest.err 16209 test ! -s conftest.err
15687 } && test -s conftest$ac_exeext && 16210 } && test -s conftest$ac_exeext && {
15688 $as_test_x conftest$ac_exeext; then 16211 test "$cross_compiling" = yes ||
16212 $as_test_x conftest$ac_exeext
16213 }; then
15689 ac_cv_func_sin=yes 16214 ac_cv_func_sin=yes
15690 else 16215 else
15691 echo "$as_me: failed program was:" >&5 16216 $as_echo "$as_me: failed program was:" >&5
15692 sed 's/^/| /' conftest.$ac_ext >&5 16217 sed 's/^/| /' conftest.$ac_ext >&5
15693 16218
15694 ac_cv_func_sin=no 16219 ac_cv_func_sin=no
15695 fi 16220 fi
15696 16221
16222 rm -rf conftest.dSYM
15697 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 16223 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15698 conftest$ac_exeext conftest.$ac_ext 16224 conftest$ac_exeext conftest.$ac_ext
15699 fi 16225 fi
15700 { echo "$as_me:$LINENO: result: $ac_cv_func_sin" >&5 16226 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_sin" >&5
15701 echo "${ECHO_T}$ac_cv_func_sin" >&6; } 16227 $as_echo "$ac_cv_func_sin" >&6; }
15702 if test $ac_cv_func_sin = yes; then 16228 if test "x$ac_cv_func_sin" = x""yes; then
15703 : 16229 :
15704 else 16230 else
15705 16231
15706 { echo "$as_me:$LINENO: checking for sin in -lm" >&5 16232 { $as_echo "$as_me:$LINENO: checking for sin in -lm" >&5
15707 echo $ECHO_N "checking for sin in -lm... $ECHO_C" >&6; } 16233 $as_echo_n "checking for sin in -lm... " >&6; }
15708 if test "${ac_cv_lib_m_sin+set}" = set; then 16234 if test "${ac_cv_lib_m_sin+set}" = set; then
15709 echo $ECHO_N "(cached) $ECHO_C" >&6 16235 $as_echo_n "(cached) " >&6
15710 else 16236 else
15711 ac_check_lib_save_LIBS=$LIBS 16237 ac_check_lib_save_LIBS=$LIBS
15712 LIBS="-lm $LIBS" 16238 LIBS="-lm $LIBS"
15713 cat >conftest.$ac_ext <<_ACEOF 16239 cat >conftest.$ac_ext <<_ACEOF
15714 /* confdefs.h. */ 16240 /* confdefs.h. */
15736 if { (ac_try="$ac_link" 16262 if { (ac_try="$ac_link"
15737 case "(($ac_try" in 16263 case "(($ac_try" in
15738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16264 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15739 *) ac_try_echo=$ac_try;; 16265 *) ac_try_echo=$ac_try;;
15740 esac 16266 esac
15741 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16267 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16268 $as_echo "$ac_try_echo") >&5
15742 (eval "$ac_link") 2>conftest.er1 16269 (eval "$ac_link") 2>conftest.er1
15743 ac_status=$? 16270 ac_status=$?
15744 grep -v '^ *+' conftest.er1 >conftest.err 16271 grep -v '^ *+' conftest.er1 >conftest.err
15745 rm -f conftest.er1 16272 rm -f conftest.er1
15746 cat conftest.err >&5 16273 cat conftest.err >&5
15747 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16274 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15748 (exit $ac_status); } && { 16275 (exit $ac_status); } && {
15749 test -z "$ac_c_werror_flag" || 16276 test -z "$ac_c_werror_flag" ||
15750 test ! -s conftest.err 16277 test ! -s conftest.err
15751 } && test -s conftest$ac_exeext && 16278 } && test -s conftest$ac_exeext && {
15752 $as_test_x conftest$ac_exeext; then 16279 test "$cross_compiling" = yes ||
16280 $as_test_x conftest$ac_exeext
16281 }; then
15753 ac_cv_lib_m_sin=yes 16282 ac_cv_lib_m_sin=yes
15754 else 16283 else
15755 echo "$as_me: failed program was:" >&5 16284 $as_echo "$as_me: failed program was:" >&5
15756 sed 's/^/| /' conftest.$ac_ext >&5 16285 sed 's/^/| /' conftest.$ac_ext >&5
15757 16286
15758 ac_cv_lib_m_sin=no 16287 ac_cv_lib_m_sin=no
15759 fi 16288 fi
15760 16289
16290 rm -rf conftest.dSYM
15761 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 16291 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15762 conftest$ac_exeext conftest.$ac_ext 16292 conftest$ac_exeext conftest.$ac_ext
15763 LIBS=$ac_check_lib_save_LIBS 16293 LIBS=$ac_check_lib_save_LIBS
15764 fi 16294 fi
15765 { echo "$as_me:$LINENO: result: $ac_cv_lib_m_sin" >&5 16295 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_m_sin" >&5
15766 echo "${ECHO_T}$ac_cv_lib_m_sin" >&6; } 16296 $as_echo "$ac_cv_lib_m_sin" >&6; }
15767 if test $ac_cv_lib_m_sin = yes; then 16297 if test "x$ac_cv_lib_m_sin" = x""yes; then
15768 cat >>confdefs.h <<_ACEOF 16298 cat >>confdefs.h <<_ACEOF
15769 #define HAVE_LIBM 1 16299 #define HAVE_LIBM 1
15770 _ACEOF 16300 _ACEOF
15771 16301
15772 LIBS="-lm $LIBS" 16302 LIBS="-lm $LIBS"
15795 if { (ac_try="$ac_link" 16325 if { (ac_try="$ac_link"
15796 case "(($ac_try" in 16326 case "(($ac_try" in
15797 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16327 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15798 *) ac_try_echo=$ac_try;; 16328 *) ac_try_echo=$ac_try;;
15799 esac 16329 esac
15800 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16330 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16331 $as_echo "$ac_try_echo") >&5
15801 (eval "$ac_link") 2>conftest.er1 16332 (eval "$ac_link") 2>conftest.er1
15802 ac_status=$? 16333 ac_status=$?
15803 grep -v '^ *+' conftest.er1 >conftest.err 16334 grep -v '^ *+' conftest.er1 >conftest.err
15804 rm -f conftest.er1 16335 rm -f conftest.er1
15805 cat conftest.err >&5 16336 cat conftest.err >&5
15806 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16337 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15807 (exit $ac_status); } && { 16338 (exit $ac_status); } && {
15808 test -z "$ac_c_werror_flag" || 16339 test -z "$ac_c_werror_flag" ||
15809 test ! -s conftest.err 16340 test ! -s conftest.err
15810 } && test -s conftest$ac_exeext && 16341 } && test -s conftest$ac_exeext && {
15811 $as_test_x conftest$ac_exeext; then 16342 test "$cross_compiling" = yes ||
16343 $as_test_x conftest$ac_exeext
16344 }; then
15812 cat >>confdefs.h <<\_ACEOF 16345 cat >>confdefs.h <<\_ACEOF
15813 #define HAVE_INVERSE_HYPERBOLIC 1 16346 #define HAVE_INVERSE_HYPERBOLIC 1
15814 _ACEOF 16347 _ACEOF
15815 16348
15816 else 16349 else
15817 echo "$as_me: failed program was:" >&5 16350 $as_echo "$as_me: failed program was:" >&5
15818 sed 's/^/| /' conftest.$ac_ext >&5 16351 sed 's/^/| /' conftest.$ac_ext >&5
15819 16352
15820 16353
15821 fi 16354 fi
15822 16355
16356 rm -rf conftest.dSYM
15823 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 16357 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15824 conftest$ac_exeext conftest.$ac_ext 16358 conftest$ac_exeext conftest.$ac_ext
15825 16359
15826 16360
15827 for ac_func in mkstemp 16361 for ac_func in mkstemp
15828 do 16362 do
15829 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 16363 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15830 { echo "$as_me:$LINENO: checking for $ac_func" >&5 16364 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15831 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 16365 $as_echo_n "checking for $ac_func... " >&6; }
15832 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 16366 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15833 echo $ECHO_N "(cached) $ECHO_C" >&6 16367 $as_echo_n "(cached) " >&6
15834 else 16368 else
15835 cat >conftest.$ac_ext <<_ACEOF 16369 cat >conftest.$ac_ext <<_ACEOF
15836 /* confdefs.h. */ 16370 /* confdefs.h. */
15837 _ACEOF 16371 _ACEOF
15838 cat confdefs.h >>conftest.$ac_ext 16372 cat confdefs.h >>conftest.$ac_ext
15881 if { (ac_try="$ac_link" 16415 if { (ac_try="$ac_link"
15882 case "(($ac_try" in 16416 case "(($ac_try" in
15883 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16417 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15884 *) ac_try_echo=$ac_try;; 16418 *) ac_try_echo=$ac_try;;
15885 esac 16419 esac
15886 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16420 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16421 $as_echo "$ac_try_echo") >&5
15887 (eval "$ac_link") 2>conftest.er1 16422 (eval "$ac_link") 2>conftest.er1
15888 ac_status=$? 16423 ac_status=$?
15889 grep -v '^ *+' conftest.er1 >conftest.err 16424 grep -v '^ *+' conftest.er1 >conftest.err
15890 rm -f conftest.er1 16425 rm -f conftest.er1
15891 cat conftest.err >&5 16426 cat conftest.err >&5
15892 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16427 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15893 (exit $ac_status); } && { 16428 (exit $ac_status); } && {
15894 test -z "$ac_c_werror_flag" || 16429 test -z "$ac_c_werror_flag" ||
15895 test ! -s conftest.err 16430 test ! -s conftest.err
15896 } && test -s conftest$ac_exeext && 16431 } && test -s conftest$ac_exeext && {
15897 $as_test_x conftest$ac_exeext; then 16432 test "$cross_compiling" = yes ||
16433 $as_test_x conftest$ac_exeext
16434 }; then
15898 eval "$as_ac_var=yes" 16435 eval "$as_ac_var=yes"
15899 else 16436 else
15900 echo "$as_me: failed program was:" >&5 16437 $as_echo "$as_me: failed program was:" >&5
15901 sed 's/^/| /' conftest.$ac_ext >&5 16438 sed 's/^/| /' conftest.$ac_ext >&5
15902 16439
15903 eval "$as_ac_var=no" 16440 eval "$as_ac_var=no"
15904 fi 16441 fi
15905 16442
16443 rm -rf conftest.dSYM
15906 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 16444 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15907 conftest$ac_exeext conftest.$ac_ext 16445 conftest$ac_exeext conftest.$ac_ext
15908 fi 16446 fi
15909 ac_res=`eval echo '${'$as_ac_var'}'` 16447 ac_res=`eval 'as_val=${'$as_ac_var'}
15910 { echo "$as_me:$LINENO: result: $ac_res" >&5 16448 $as_echo "$as_val"'`
15911 echo "${ECHO_T}$ac_res" >&6; } 16449 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15912 if test `eval echo '${'$as_ac_var'}'` = yes; then 16450 $as_echo "$ac_res" >&6; }
16451 as_val=`eval 'as_val=${'$as_ac_var'}
16452 $as_echo "$as_val"'`
16453 if test "x$as_val" = x""yes; then
15913 cat >>confdefs.h <<_ACEOF 16454 cat >>confdefs.h <<_ACEOF
15914 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 16455 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15915 _ACEOF 16456 _ACEOF
15916 16457
15917 fi 16458 fi
15918 done 16459 done
15919 16460
15920 16461
15921 { echo "$as_me:$LINENO: checking type of mail spool file locking" >&5 16462 { $as_echo "$as_me:$LINENO: checking type of mail spool file locking" >&5
15922 echo $ECHO_N "checking type of mail spool file locking... $ECHO_C" >&6; } 16463 $as_echo_n "checking type of mail spool file locking... " >&6; }
15923 { echo "$as_me:$LINENO: result: " >&5 16464 { $as_echo "$as_me:$LINENO: result: " >&5
15924 echo "${ECHO_T}" >&6; } 16465 $as_echo "" >&6; }
15925 16466
15926 16467
15927 for ac_func in lockf flock 16468 for ac_func in lockf flock
15928 do 16469 do
15929 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 16470 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15930 { echo "$as_me:$LINENO: checking for $ac_func" >&5 16471 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15931 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 16472 $as_echo_n "checking for $ac_func... " >&6; }
15932 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 16473 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15933 echo $ECHO_N "(cached) $ECHO_C" >&6 16474 $as_echo_n "(cached) " >&6
15934 else 16475 else
15935 cat >conftest.$ac_ext <<_ACEOF 16476 cat >conftest.$ac_ext <<_ACEOF
15936 /* confdefs.h. */ 16477 /* confdefs.h. */
15937 _ACEOF 16478 _ACEOF
15938 cat confdefs.h >>conftest.$ac_ext 16479 cat confdefs.h >>conftest.$ac_ext
15981 if { (ac_try="$ac_link" 16522 if { (ac_try="$ac_link"
15982 case "(($ac_try" in 16523 case "(($ac_try" in
15983 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16524 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15984 *) ac_try_echo=$ac_try;; 16525 *) ac_try_echo=$ac_try;;
15985 esac 16526 esac
15986 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16527 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16528 $as_echo "$ac_try_echo") >&5
15987 (eval "$ac_link") 2>conftest.er1 16529 (eval "$ac_link") 2>conftest.er1
15988 ac_status=$? 16530 ac_status=$?
15989 grep -v '^ *+' conftest.er1 >conftest.err 16531 grep -v '^ *+' conftest.er1 >conftest.err
15990 rm -f conftest.er1 16532 rm -f conftest.er1
15991 cat conftest.err >&5 16533 cat conftest.err >&5
15992 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16534 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15993 (exit $ac_status); } && { 16535 (exit $ac_status); } && {
15994 test -z "$ac_c_werror_flag" || 16536 test -z "$ac_c_werror_flag" ||
15995 test ! -s conftest.err 16537 test ! -s conftest.err
15996 } && test -s conftest$ac_exeext && 16538 } && test -s conftest$ac_exeext && {
15997 $as_test_x conftest$ac_exeext; then 16539 test "$cross_compiling" = yes ||
16540 $as_test_x conftest$ac_exeext
16541 }; then
15998 eval "$as_ac_var=yes" 16542 eval "$as_ac_var=yes"
15999 else 16543 else
16000 echo "$as_me: failed program was:" >&5 16544 $as_echo "$as_me: failed program was:" >&5
16001 sed 's/^/| /' conftest.$ac_ext >&5 16545 sed 's/^/| /' conftest.$ac_ext >&5
16002 16546
16003 eval "$as_ac_var=no" 16547 eval "$as_ac_var=no"
16004 fi 16548 fi
16005 16549
16550 rm -rf conftest.dSYM
16006 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 16551 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16007 conftest$ac_exeext conftest.$ac_ext 16552 conftest$ac_exeext conftest.$ac_ext
16008 fi 16553 fi
16009 ac_res=`eval echo '${'$as_ac_var'}'` 16554 ac_res=`eval 'as_val=${'$as_ac_var'}
16010 { echo "$as_me:$LINENO: result: $ac_res" >&5 16555 $as_echo "$as_val"'`
16011 echo "${ECHO_T}$ac_res" >&6; } 16556 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16012 if test `eval echo '${'$as_ac_var'}'` = yes; then 16557 $as_echo "$ac_res" >&6; }
16558 as_val=`eval 'as_val=${'$as_ac_var'}
16559 $as_echo "$as_val"'`
16560 if test "x$as_val" = x""yes; then
16013 cat >>confdefs.h <<_ACEOF 16561 cat >>confdefs.h <<_ACEOF
16014 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 16562 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16015 _ACEOF 16563 _ACEOF
16016 16564
16017 fi 16565 fi
16018 done 16566 done
16019 16567
16057 test "$with_mail_locking" = "locking" -a "$ac_cv_func_locking" != "yes" && \ 16605 test "$with_mail_locking" = "locking" -a "$ac_cv_func_locking" != "yes" && \
16058 { echo "Error:" "locking mail locking requested but not available." >&2; exit 1; } 16606 { echo "Error:" "locking mail locking requested but not available." >&2; exit 1; }
16059 16607
16060 case "$opsys" in decosf*) 16608 case "$opsys" in decosf*)
16061 16609
16062 { echo "$as_me:$LINENO: checking for cma_open in -lpthreads" >&5 16610 { $as_echo "$as_me:$LINENO: checking for cma_open in -lpthreads" >&5
16063 echo $ECHO_N "checking for cma_open in -lpthreads... $ECHO_C" >&6; } 16611 $as_echo_n "checking for cma_open in -lpthreads... " >&6; }
16064 if test "${ac_cv_lib_pthreads_cma_open+set}" = set; then 16612 if test "${ac_cv_lib_pthreads_cma_open+set}" = set; then
16065 echo $ECHO_N "(cached) $ECHO_C" >&6 16613 $as_echo_n "(cached) " >&6
16066 else 16614 else
16067 ac_check_lib_save_LIBS=$LIBS 16615 ac_check_lib_save_LIBS=$LIBS
16068 LIBS="-lpthreads $LIBS" 16616 LIBS="-lpthreads $LIBS"
16069 cat >conftest.$ac_ext <<_ACEOF 16617 cat >conftest.$ac_ext <<_ACEOF
16070 /* confdefs.h. */ 16618 /* confdefs.h. */
16092 if { (ac_try="$ac_link" 16640 if { (ac_try="$ac_link"
16093 case "(($ac_try" in 16641 case "(($ac_try" in
16094 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16642 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16095 *) ac_try_echo=$ac_try;; 16643 *) ac_try_echo=$ac_try;;
16096 esac 16644 esac
16097 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16645 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16646 $as_echo "$ac_try_echo") >&5
16098 (eval "$ac_link") 2>conftest.er1 16647 (eval "$ac_link") 2>conftest.er1
16099 ac_status=$? 16648 ac_status=$?
16100 grep -v '^ *+' conftest.er1 >conftest.err 16649 grep -v '^ *+' conftest.er1 >conftest.err
16101 rm -f conftest.er1 16650 rm -f conftest.er1
16102 cat conftest.err >&5 16651 cat conftest.err >&5
16103 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16652 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16104 (exit $ac_status); } && { 16653 (exit $ac_status); } && {
16105 test -z "$ac_c_werror_flag" || 16654 test -z "$ac_c_werror_flag" ||
16106 test ! -s conftest.err 16655 test ! -s conftest.err
16107 } && test -s conftest$ac_exeext && 16656 } && test -s conftest$ac_exeext && {
16108 $as_test_x conftest$ac_exeext; then 16657 test "$cross_compiling" = yes ||
16658 $as_test_x conftest$ac_exeext
16659 }; then
16109 ac_cv_lib_pthreads_cma_open=yes 16660 ac_cv_lib_pthreads_cma_open=yes
16110 else 16661 else
16111 echo "$as_me: failed program was:" >&5 16662 $as_echo "$as_me: failed program was:" >&5
16112 sed 's/^/| /' conftest.$ac_ext >&5 16663 sed 's/^/| /' conftest.$ac_ext >&5
16113 16664
16114 ac_cv_lib_pthreads_cma_open=no 16665 ac_cv_lib_pthreads_cma_open=no
16115 fi 16666 fi
16116 16667
16668 rm -rf conftest.dSYM
16117 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 16669 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16118 conftest$ac_exeext conftest.$ac_ext 16670 conftest$ac_exeext conftest.$ac_ext
16119 LIBS=$ac_check_lib_save_LIBS 16671 LIBS=$ac_check_lib_save_LIBS
16120 fi 16672 fi
16121 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthreads_cma_open" >&5 16673 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthreads_cma_open" >&5
16122 echo "${ECHO_T}$ac_cv_lib_pthreads_cma_open" >&6; } 16674 $as_echo "$ac_cv_lib_pthreads_cma_open" >&6; }
16123 if test $ac_cv_lib_pthreads_cma_open = yes; then 16675 if test "x$ac_cv_lib_pthreads_cma_open" = x""yes; then
16124 cat >>confdefs.h <<_ACEOF 16676 cat >>confdefs.h <<_ACEOF
16125 #define HAVE_LIBPTHREADS 1 16677 #define HAVE_LIBPTHREADS 1
16126 _ACEOF 16678 _ACEOF
16127 16679
16128 LIBS="-lpthreads $LIBS" 16680 LIBS="-lpthreads $LIBS"
16132 test "$ac_cv_lib_pthreads_cma_open" = "yes" && \ 16684 test "$ac_cv_lib_pthreads_cma_open" = "yes" && \
16133 c_switch_site="$c_switch_site -threads" ;; 16685 c_switch_site="$c_switch_site -threads" ;;
16134 esac 16686 esac
16135 16687
16136 16688
16137 { echo "$as_me:$LINENO: checking whether the -xildoff compiler flag is required" >&5 16689 { $as_echo "$as_me:$LINENO: checking whether the -xildoff compiler flag is required" >&5
16138 echo $ECHO_N "checking whether the -xildoff compiler flag is required... $ECHO_C" >&6; } 16690 $as_echo_n "checking whether the -xildoff compiler flag is required... " >&6; }
16139 if ${CC-cc} '-###' -xildon no_such_file.c 2>&1 | grep '^[^ ]*/ild ' > /dev/null ; then 16691 if ${CC-cc} '-###' -xildon no_such_file.c 2>&1 | grep '^[^ ]*/ild ' > /dev/null ; then
16140 if ${CC-cc} '-###' -xildoff no_such_file.c 2>&1 | grep '^[^ ]*/ild ' > /dev/null ; 16692 if ${CC-cc} '-###' -xildoff no_such_file.c 2>&1 | grep '^[^ ]*/ild ' > /dev/null ;
16141 then { echo "$as_me:$LINENO: result: no" >&5 16693 then { $as_echo "$as_me:$LINENO: result: no" >&5
16142 echo "${ECHO_T}no" >&6; }; 16694 $as_echo "no" >&6; };
16143 else { echo "$as_me:$LINENO: result: yes" >&5 16695 else { $as_echo "$as_me:$LINENO: result: yes" >&5
16144 echo "${ECHO_T}yes" >&6; }; ld_switch_site="$ld_switch_site -xildoff" && if test "$verbose" = "yes"; then echo " Appending \"-xildoff\" to \$ld_switch_site"; fi 16696 $as_echo "yes" >&6; }; ld_switch_site="$ld_switch_site -xildoff" && if test "$verbose" = "yes"; then echo " Appending \"-xildoff\" to \$ld_switch_site"; fi
16145 fi 16697 fi
16146 else { echo "$as_me:$LINENO: result: no" >&5 16698 else { $as_echo "$as_me:$LINENO: result: no" >&5
16147 echo "${ECHO_T}no" >&6; } 16699 $as_echo "no" >&6; }
16148 fi 16700 fi
16149 16701
16150 if test "$opsys" = "sol2"; then 16702 if test "$opsys" = "sol2"; then
16151 if test "$os_release" -ge 506; then 16703 if test "$os_release" -ge 506; then
16152 { echo "$as_me:$LINENO: checking for \"-z ignore\" linker flag" >&5 16704 { $as_echo "$as_me:$LINENO: checking for \"-z ignore\" linker flag" >&5
16153 echo $ECHO_N "checking for \"-z ignore\" linker flag... $ECHO_C" >&6; } 16705 $as_echo_n "checking for \"-z ignore\" linker flag... " >&6; }
16154 case "`ld -h 2>&1`" in 16706 case "`ld -h 2>&1`" in
16155 *-z\ ignore\|record* ) { echo "$as_me:$LINENO: result: yes" >&5 16707 *-z\ ignore\|record* ) { $as_echo "$as_me:$LINENO: result: yes" >&5
16156 echo "${ECHO_T}yes" >&6; } 16708 $as_echo "yes" >&6; }
16157 ld_switch_site="-z ignore $ld_switch_site" && if test "$verbose" = "yes"; then echo " Prepending \"-z ignore\" to \$ld_switch_site"; fi ;; 16709 ld_switch_site="-z ignore $ld_switch_site" && if test "$verbose" = "yes"; then echo " Prepending \"-z ignore\" to \$ld_switch_site"; fi ;;
16158 *) { echo "$as_me:$LINENO: result: no" >&5 16710 *) { $as_echo "$as_me:$LINENO: result: no" >&5
16159 echo "${ECHO_T}no" >&6; } ;; 16711 $as_echo "no" >&6; } ;;
16160 esac 16712 esac
16161 fi 16713 fi
16162 fi 16714 fi
16163 16715
16164 16716
16165 { echo "$as_me:$LINENO: checking for specified window system" >&5 16717 { $as_echo "$as_me:$LINENO: checking for specified window system" >&5
16166 echo $ECHO_N "checking for specified window system... $ECHO_C" >&6; } 16718 $as_echo_n "checking for specified window system... " >&6; }
16167 { echo "$as_me:$LINENO: result: " >&5 16719 { $as_echo "$as_me:$LINENO: result: " >&5
16168 echo "${ECHO_T}" >&6; } 16720 $as_echo "" >&6; }
16169 16721
16170 16722
16171 GNOME_CONFIG=no 16723 GNOME_CONFIG=no
16172 GTK_CONFIG=no 16724 GTK_CONFIG=no
16173 16725
16174 if test "$with_gnome" != "no"; then 16726 if test "$with_gnome" != "no"; then
16175 { echo "$as_me:$LINENO: checking for GNOME configuration script" >&5 16727 { $as_echo "$as_me:$LINENO: checking for GNOME configuration script" >&5
16176 echo $ECHO_N "checking for GNOME configuration script... $ECHO_C" >&6; } 16728 $as_echo_n "checking for GNOME configuration script... " >&6; }
16177 for possible in gnome-config 16729 for possible in gnome-config
16178 do 16730 do
16179 possible_version=`${possible} --version 2> /dev/null` 16731 possible_version=`${possible} --version 2> /dev/null`
16180 if test "x${possible_version}" != "x"; then 16732 if test "x${possible_version}" != "x"; then
16181 GNOME_CONFIG="${possible}" 16733 GNOME_CONFIG="${possible}"
16182 with_gnome=yes 16734 with_gnome=yes
16183 with_gtk=yes 16735 with_gtk=yes
16184 break 16736 break
16185 fi 16737 fi
16186 done 16738 done
16187 { echo "$as_me:$LINENO: result: ${GNOME_CONFIG}" >&5 16739 { $as_echo "$as_me:$LINENO: result: ${GNOME_CONFIG}" >&5
16188 echo "${ECHO_T}${GNOME_CONFIG}" >&6; } 16740 $as_echo "${GNOME_CONFIG}" >&6; }
16189 fi 16741 fi
16190 16742
16191 if test "${GNOME_CONFIG}" != "no"; then 16743 if test "${GNOME_CONFIG}" != "no"; then
16192 GNOME_LIBS=`${GNOME_CONFIG} --libs gnomeui` 16744 GNOME_LIBS=`${GNOME_CONFIG} --libs gnomeui`
16193 GNOME_CFLAGS=`${GNOME_CONFIG} --cflags gnomeui` 16745 GNOME_CFLAGS=`${GNOME_CONFIG} --cflags gnomeui`
16198 libs_gtk="$libs_gtk ${GNOME_LIBS}" && if test "$verbose" = "yes"; then echo " Appending \"${GNOME_LIBS}\" to \$libs_gtk"; fi 16750 libs_gtk="$libs_gtk ${GNOME_LIBS}" && if test "$verbose" = "yes"; then echo " Appending \"${GNOME_LIBS}\" to \$libs_gtk"; fi
16199 c_switch_gtk="$c_switch_gtk ${GNOME_CFLAGS}" && if test "$verbose" = "yes"; then echo " Appending \"${GNOME_CFLAGS}\" to \$c_switch_gtk"; fi 16751 c_switch_gtk="$c_switch_gtk ${GNOME_CFLAGS}" && if test "$verbose" = "yes"; then echo " Appending \"${GNOME_CFLAGS}\" to \$c_switch_gtk"; fi
16200 fi 16752 fi
16201 16753
16202 if test "$with_gtk" != "no";then 16754 if test "$with_gtk" != "no";then
16203 { echo "$as_me:$LINENO: checking for GTK configuration script" >&5 16755 { $as_echo "$as_me:$LINENO: checking for GTK configuration script" >&5
16204 echo $ECHO_N "checking for GTK configuration script... $ECHO_C" >&6; } 16756 $as_echo_n "checking for GTK configuration script... " >&6; }
16205 for possible in gtk12-config gtk14-config gtk-config 16757 for possible in gtk12-config gtk14-config gtk-config
16206 do 16758 do
16207 possible_version=`${possible} --version 2> /dev/null` 16759 possible_version=`${possible} --version 2> /dev/null`
16208 if test "x${possible_version}" != "x"; then 16760 if test "x${possible_version}" != "x"; then
16209 GTK_CONFIG="${possible}" 16761 GTK_CONFIG="${possible}"
16210 case "${possible_version}" in 16762 case "${possible_version}" in
16211 1.0.*) { echo "$as_me:$LINENO: WARNING: GTK 1.2 is required, please upgrade your version of GTK." >&5 16763 1.0.*) { $as_echo "$as_me:$LINENO: WARNING: GTK 1.2 is required, please upgrade your version of GTK." >&5
16212 echo "$as_me: WARNING: GTK 1.2 is required, please upgrade your version of GTK." >&2;}; with_gtk=no;; 16764 $as_echo "$as_me: WARNING: GTK 1.2 is required, please upgrade your version of GTK." >&2;}; with_gtk=no;;
16213 1.3.*) { echo "$as_me:$LINENO: WARNING: GTK 1.3 is not supported right now" >&5 16765 1.3.*) { $as_echo "$as_me:$LINENO: WARNING: GTK 1.3 is not supported right now" >&5
16214 echo "$as_me: WARNING: GTK 1.3 is not supported right now" >&2;}; with_gtk=no;; 16766 $as_echo "$as_me: WARNING: GTK 1.3 is not supported right now" >&2;}; with_gtk=no;;
16215 1.2.*) 16767 1.2.*)
16216 with_gtk=yes 16768 with_gtk=yes
16217 break 16769 break
16218 ;; 16770 ;;
16219 *) { echo "$as_me:$LINENO: WARNING: Found unsupported version of GTK: $possible_version" >&5 16771 *) { $as_echo "$as_me:$LINENO: WARNING: Found unsupported version of GTK: $possible_version" >&5
16220 echo "$as_me: WARNING: Found unsupported version of GTK: $possible_version" >&2;};; 16772 $as_echo "$as_me: WARNING: Found unsupported version of GTK: $possible_version" >&2;};;
16221 esac 16773 esac
16222 fi 16774 fi
16223 done 16775 done
16224 { echo "$as_me:$LINENO: result: ${GTK_CONFIG}" >&5 16776 { $as_echo "$as_me:$LINENO: result: ${GTK_CONFIG}" >&5
16225 echo "${ECHO_T}${GTK_CONFIG}" >&6; } 16777 $as_echo "${GTK_CONFIG}" >&6; }
16226 fi 16778 fi
16227 16779
16228 if test "${GTK_CONFIG}" != "no"; then 16780 if test "${GTK_CONFIG}" != "no"; then
16229 { echo "$as_me:$LINENO: checking gtk version" >&5 16781 { $as_echo "$as_me:$LINENO: checking gtk version" >&5
16230 echo $ECHO_N "checking gtk version... $ECHO_C" >&6; } 16782 $as_echo_n "checking gtk version... " >&6; }
16231 GTK_VERSION=`${GTK_CONFIG} --version` 16783 GTK_VERSION=`${GTK_CONFIG} --version`
16232 { echo "$as_me:$LINENO: result: ${GTK_VERSION}" >&5 16784 { $as_echo "$as_me:$LINENO: result: ${GTK_VERSION}" >&5
16233 echo "${ECHO_T}${GTK_VERSION}" >&6; } 16785 $as_echo "${GTK_VERSION}" >&6; }
16234 16786
16235 { echo "$as_me:$LINENO: checking gtk libs" >&5 16787 { $as_echo "$as_me:$LINENO: checking gtk libs" >&5
16236 echo $ECHO_N "checking gtk libs... $ECHO_C" >&6; } 16788 $as_echo_n "checking gtk libs... " >&6; }
16237 GTK_LIBS=`${GTK_CONFIG} --libs` 16789 GTK_LIBS=`${GTK_CONFIG} --libs`
16238 libs_gtk="$libs_gtk ${GTK_LIBS}" && if test "$verbose" = "yes"; then echo " Appending \"${GTK_LIBS}\" to \$libs_gtk"; fi 16790 libs_gtk="$libs_gtk ${GTK_LIBS}" && if test "$verbose" = "yes"; then echo " Appending \"${GTK_LIBS}\" to \$libs_gtk"; fi
16239 { echo "$as_me:$LINENO: result: ${GTK_LIBS}" >&5 16791 { $as_echo "$as_me:$LINENO: result: ${GTK_LIBS}" >&5
16240 echo "${ECHO_T}${GTK_LIBS}" >&6; } 16792 $as_echo "${GTK_LIBS}" >&6; }
16241 16793
16242 { echo "$as_me:$LINENO: checking gtk cflags" >&5 16794 { $as_echo "$as_me:$LINENO: checking gtk cflags" >&5
16243 echo $ECHO_N "checking gtk cflags... $ECHO_C" >&6; } 16795 $as_echo_n "checking gtk cflags... " >&6; }
16244 GTK_CFLAGS=`${GTK_CONFIG} --cflags` 16796 GTK_CFLAGS=`${GTK_CONFIG} --cflags`
16245 if test "$GCC" = "yes"; then 16797 if test "$GCC" = "yes"; then
16246 GTK_CFLAGS="${GTK_CFLAGS} -Wno-shadow" 16798 GTK_CFLAGS="${GTK_CFLAGS} -Wno-shadow"
16247 fi 16799 fi
16248 c_switch_gtk="$c_switch_gtk ${GTK_CFLAGS}" && if test "$verbose" = "yes"; then echo " Appending \"${GTK_CFLAGS}\" to \$c_switch_gtk"; fi 16800 c_switch_gtk="$c_switch_gtk ${GTK_CFLAGS}" && if test "$verbose" = "yes"; then echo " Appending \"${GTK_CFLAGS}\" to \$c_switch_gtk"; fi
16249 { echo "$as_me:$LINENO: result: ${GTK_CFLAGS}" >&5 16801 { $as_echo "$as_me:$LINENO: result: ${GTK_CFLAGS}" >&5
16250 echo "${ECHO_T}${GTK_CFLAGS}" >&6; } 16802 $as_echo "${GTK_CFLAGS}" >&6; }
16251 16803
16252 { echo "$as_me:$LINENO: checking for main in -lgdk_imlib" >&5 16804 { $as_echo "$as_me:$LINENO: checking for main in -lgdk_imlib" >&5
16253 echo $ECHO_N "checking for main in -lgdk_imlib... $ECHO_C" >&6; } 16805 $as_echo_n "checking for main in -lgdk_imlib... " >&6; }
16254 if test "${ac_cv_lib_gdk_imlib_main+set}" = set; then 16806 if test "${ac_cv_lib_gdk_imlib_main+set}" = set; then
16255 echo $ECHO_N "(cached) $ECHO_C" >&6 16807 $as_echo_n "(cached) " >&6
16256 else 16808 else
16257 ac_check_lib_save_LIBS=$LIBS 16809 ac_check_lib_save_LIBS=$LIBS
16258 LIBS="-lgdk_imlib $LIBS" 16810 LIBS="-lgdk_imlib $LIBS"
16259 cat >conftest.$ac_ext <<_ACEOF 16811 cat >conftest.$ac_ext <<_ACEOF
16260 /* confdefs.h. */ 16812 /* confdefs.h. */
16276 if { (ac_try="$ac_link" 16828 if { (ac_try="$ac_link"
16277 case "(($ac_try" in 16829 case "(($ac_try" in
16278 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16830 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16279 *) ac_try_echo=$ac_try;; 16831 *) ac_try_echo=$ac_try;;
16280 esac 16832 esac
16281 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16833 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16834 $as_echo "$ac_try_echo") >&5
16282 (eval "$ac_link") 2>conftest.er1 16835 (eval "$ac_link") 2>conftest.er1
16283 ac_status=$? 16836 ac_status=$?
16284 grep -v '^ *+' conftest.er1 >conftest.err 16837 grep -v '^ *+' conftest.er1 >conftest.err
16285 rm -f conftest.er1 16838 rm -f conftest.er1
16286 cat conftest.err >&5 16839 cat conftest.err >&5
16287 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16840 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16288 (exit $ac_status); } && { 16841 (exit $ac_status); } && {
16289 test -z "$ac_c_werror_flag" || 16842 test -z "$ac_c_werror_flag" ||
16290 test ! -s conftest.err 16843 test ! -s conftest.err
16291 } && test -s conftest$ac_exeext && 16844 } && test -s conftest$ac_exeext && {
16292 $as_test_x conftest$ac_exeext; then 16845 test "$cross_compiling" = yes ||
16846 $as_test_x conftest$ac_exeext
16847 }; then
16293 ac_cv_lib_gdk_imlib_main=yes 16848 ac_cv_lib_gdk_imlib_main=yes
16294 else 16849 else
16295 echo "$as_me: failed program was:" >&5 16850 $as_echo "$as_me: failed program was:" >&5
16296 sed 's/^/| /' conftest.$ac_ext >&5 16851 sed 's/^/| /' conftest.$ac_ext >&5
16297 16852
16298 ac_cv_lib_gdk_imlib_main=no 16853 ac_cv_lib_gdk_imlib_main=no
16299 fi 16854 fi
16300 16855
16856 rm -rf conftest.dSYM
16301 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 16857 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16302 conftest$ac_exeext conftest.$ac_ext 16858 conftest$ac_exeext conftest.$ac_ext
16303 LIBS=$ac_check_lib_save_LIBS 16859 LIBS=$ac_check_lib_save_LIBS
16304 fi 16860 fi
16305 { echo "$as_me:$LINENO: result: $ac_cv_lib_gdk_imlib_main" >&5 16861 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gdk_imlib_main" >&5
16306 echo "${ECHO_T}$ac_cv_lib_gdk_imlib_main" >&6; } 16862 $as_echo "$ac_cv_lib_gdk_imlib_main" >&6; }
16307 if test $ac_cv_lib_gdk_imlib_main = yes; then 16863 if test "x$ac_cv_lib_gdk_imlib_main" = x""yes; then
16308 libs_gtk="-lgdk_imlib $libs_gtk" && if test "$verbose" = "yes"; then echo " Prepending \"-lgdk_imlib\" to \$libs_gtk"; fi 16864 libs_gtk="-lgdk_imlib $libs_gtk" && if test "$verbose" = "yes"; then echo " Prepending \"-lgdk_imlib\" to \$libs_gtk"; fi
16309 fi 16865 fi
16310 16866
16311 { echo "$as_me:$LINENO: checking for Imlib_init in -lImlib" >&5 16867 { $as_echo "$as_me:$LINENO: checking for Imlib_init in -lImlib" >&5
16312 echo $ECHO_N "checking for Imlib_init in -lImlib... $ECHO_C" >&6; } 16868 $as_echo_n "checking for Imlib_init in -lImlib... " >&6; }
16313 if test "${ac_cv_lib_Imlib_Imlib_init+set}" = set; then 16869 if test "${ac_cv_lib_Imlib_Imlib_init+set}" = set; then
16314 echo $ECHO_N "(cached) $ECHO_C" >&6 16870 $as_echo_n "(cached) " >&6
16315 else 16871 else
16316 ac_check_lib_save_LIBS=$LIBS 16872 ac_check_lib_save_LIBS=$LIBS
16317 LIBS="-lImlib $LIBS" 16873 LIBS="-lImlib $LIBS"
16318 cat >conftest.$ac_ext <<_ACEOF 16874 cat >conftest.$ac_ext <<_ACEOF
16319 /* confdefs.h. */ 16875 /* confdefs.h. */
16341 if { (ac_try="$ac_link" 16897 if { (ac_try="$ac_link"
16342 case "(($ac_try" in 16898 case "(($ac_try" in
16343 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16899 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16344 *) ac_try_echo=$ac_try;; 16900 *) ac_try_echo=$ac_try;;
16345 esac 16901 esac
16346 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16902 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16903 $as_echo "$ac_try_echo") >&5
16347 (eval "$ac_link") 2>conftest.er1 16904 (eval "$ac_link") 2>conftest.er1
16348 ac_status=$? 16905 ac_status=$?
16349 grep -v '^ *+' conftest.er1 >conftest.err 16906 grep -v '^ *+' conftest.er1 >conftest.err
16350 rm -f conftest.er1 16907 rm -f conftest.er1
16351 cat conftest.err >&5 16908 cat conftest.err >&5
16352 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16909 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16353 (exit $ac_status); } && { 16910 (exit $ac_status); } && {
16354 test -z "$ac_c_werror_flag" || 16911 test -z "$ac_c_werror_flag" ||
16355 test ! -s conftest.err 16912 test ! -s conftest.err
16356 } && test -s conftest$ac_exeext && 16913 } && test -s conftest$ac_exeext && {
16357 $as_test_x conftest$ac_exeext; then 16914 test "$cross_compiling" = yes ||
16915 $as_test_x conftest$ac_exeext
16916 }; then
16358 ac_cv_lib_Imlib_Imlib_init=yes 16917 ac_cv_lib_Imlib_Imlib_init=yes
16359 else 16918 else
16360 echo "$as_me: failed program was:" >&5 16919 $as_echo "$as_me: failed program was:" >&5
16361 sed 's/^/| /' conftest.$ac_ext >&5 16920 sed 's/^/| /' conftest.$ac_ext >&5
16362 16921
16363 ac_cv_lib_Imlib_Imlib_init=no 16922 ac_cv_lib_Imlib_Imlib_init=no
16364 fi 16923 fi
16365 16924
16925 rm -rf conftest.dSYM
16366 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 16926 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16367 conftest$ac_exeext conftest.$ac_ext 16927 conftest$ac_exeext conftest.$ac_ext
16368 LIBS=$ac_check_lib_save_LIBS 16928 LIBS=$ac_check_lib_save_LIBS
16369 fi 16929 fi
16370 { echo "$as_me:$LINENO: result: $ac_cv_lib_Imlib_Imlib_init" >&5 16930 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Imlib_Imlib_init" >&5
16371 echo "${ECHO_T}$ac_cv_lib_Imlib_Imlib_init" >&6; } 16931 $as_echo "$ac_cv_lib_Imlib_Imlib_init" >&6; }
16372 if test $ac_cv_lib_Imlib_Imlib_init = yes; then 16932 if test "x$ac_cv_lib_Imlib_Imlib_init" = x""yes; then
16373 libs_gtk="$libs_gtk -lImlib" && if test "$verbose" = "yes"; then echo " Appending \"-lImlib\" to \$libs_gtk"; fi 16933 libs_gtk="$libs_gtk -lImlib" && if test "$verbose" = "yes"; then echo " Appending \"-lImlib\" to \$libs_gtk"; fi
16374 fi 16934 fi
16375 16935
16376 16936
16377 for ac_func in gdk_imlib_init 16937 for ac_func in gdk_imlib_init
16378 do 16938 do
16379 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 16939 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16380 { echo "$as_me:$LINENO: checking for $ac_func" >&5 16940 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
16381 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 16941 $as_echo_n "checking for $ac_func... " >&6; }
16382 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 16942 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
16383 echo $ECHO_N "(cached) $ECHO_C" >&6 16943 $as_echo_n "(cached) " >&6
16384 else 16944 else
16385 cat >conftest.$ac_ext <<_ACEOF 16945 cat >conftest.$ac_ext <<_ACEOF
16386 /* confdefs.h. */ 16946 /* confdefs.h. */
16387 _ACEOF 16947 _ACEOF
16388 cat confdefs.h >>conftest.$ac_ext 16948 cat confdefs.h >>conftest.$ac_ext
16431 if { (ac_try="$ac_link" 16991 if { (ac_try="$ac_link"
16432 case "(($ac_try" in 16992 case "(($ac_try" in
16433 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16993 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16434 *) ac_try_echo=$ac_try;; 16994 *) ac_try_echo=$ac_try;;
16435 esac 16995 esac
16436 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 16996 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16997 $as_echo "$ac_try_echo") >&5
16437 (eval "$ac_link") 2>conftest.er1 16998 (eval "$ac_link") 2>conftest.er1
16438 ac_status=$? 16999 ac_status=$?
16439 grep -v '^ *+' conftest.er1 >conftest.err 17000 grep -v '^ *+' conftest.er1 >conftest.err
16440 rm -f conftest.er1 17001 rm -f conftest.er1
16441 cat conftest.err >&5 17002 cat conftest.err >&5
16442 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17003 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16443 (exit $ac_status); } && { 17004 (exit $ac_status); } && {
16444 test -z "$ac_c_werror_flag" || 17005 test -z "$ac_c_werror_flag" ||
16445 test ! -s conftest.err 17006 test ! -s conftest.err
16446 } && test -s conftest$ac_exeext && 17007 } && test -s conftest$ac_exeext && {
16447 $as_test_x conftest$ac_exeext; then 17008 test "$cross_compiling" = yes ||
17009 $as_test_x conftest$ac_exeext
17010 }; then
16448 eval "$as_ac_var=yes" 17011 eval "$as_ac_var=yes"
16449 else 17012 else
16450 echo "$as_me: failed program was:" >&5 17013 $as_echo "$as_me: failed program was:" >&5
16451 sed 's/^/| /' conftest.$ac_ext >&5 17014 sed 's/^/| /' conftest.$ac_ext >&5
16452 17015
16453 eval "$as_ac_var=no" 17016 eval "$as_ac_var=no"
16454 fi 17017 fi
16455 17018
17019 rm -rf conftest.dSYM
16456 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 17020 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16457 conftest$ac_exeext conftest.$ac_ext 17021 conftest$ac_exeext conftest.$ac_ext
16458 fi 17022 fi
16459 ac_res=`eval echo '${'$as_ac_var'}'` 17023 ac_res=`eval 'as_val=${'$as_ac_var'}
16460 { echo "$as_me:$LINENO: result: $ac_res" >&5 17024 $as_echo "$as_val"'`
16461 echo "${ECHO_T}$ac_res" >&6; } 17025 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16462 if test `eval echo '${'$as_ac_var'}'` = yes; then 17026 $as_echo "$ac_res" >&6; }
17027 as_val=`eval 'as_val=${'$as_ac_var'}
17028 $as_echo "$as_val"'`
17029 if test "x$as_val" = x""yes; then
16463 cat >>confdefs.h <<_ACEOF 17030 cat >>confdefs.h <<_ACEOF
16464 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 17031 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16465 _ACEOF 17032 _ACEOF
16466 17033
16467 fi 17034 fi
16468 done 17035 done
16469 17036
16479 17046
16480 17047
16481 window_system=gtk 17048 window_system=gtk
16482 with_gtk=yes 17049 with_gtk=yes
16483 if test "$with_x11" != "no"; then 17050 if test "$with_x11" != "no"; then
16484 { echo "$as_me:$LINENO: WARNING: Configuring GTK, forcing with_x11 to no" >&5 17051 { $as_echo "$as_me:$LINENO: WARNING: Configuring GTK, forcing with_x11 to no" >&5
16485 echo "$as_me: WARNING: Configuring GTK, forcing with_x11 to no" >&2;} 17052 $as_echo "$as_me: WARNING: Configuring GTK, forcing with_x11 to no" >&2;}
16486 with_x11=no 17053 with_x11=no
16487 fi 17054 fi
16488 17055
16489 for feature in scrollbars toolbars menubars dialogs widgets 17056 for feature in scrollbars toolbars menubars dialogs widgets
16490 do 17057 do
16492 case "${feature_value}" in 17059 case "${feature_value}" in
16493 yes|no|gtk|"" ) 17060 yes|no|gtk|"" )
16494 ;; 17061 ;;
16495 * ) 17062 * )
16496 feature_conflict_with_gtk=yes 17063 feature_conflict_with_gtk=yes
16497 { echo "$as_me:$LINENO: WARNING: --enable-${feature}=${feature_value} is incompatible with --with-gtk" >&5 17064 { $as_echo "$as_me:$LINENO: WARNING: --enable-${feature}=${feature_value} is incompatible with --with-gtk" >&5
16498 echo "$as_me: WARNING: --enable-${feature}=${feature_value} is incompatible with --with-gtk" >&2;} ;; 17065 $as_echo "$as_me: WARNING: --enable-${feature}=${feature_value} is incompatible with --with-gtk" >&2;} ;;
16499 esac 17066 esac
16500 done 17067 done
16501 if test "${feature_conflict_with_gtk}" = "yes"; then 17068 if test "${feature_conflict_with_gtk}" = "yes"; then
16502 { echo "Error:" "One or more GUI toolkit features conflict with GTK" >&2; exit 1; } 17069 { echo "Error:" "One or more GUI toolkit features conflict with GTK" >&2; exit 1; }
16503 fi 17070 fi
16516 LDFLAGS="${LDFLAGS} ${GTK_LIBS}" 17083 LDFLAGS="${LDFLAGS} ${GTK_LIBS}"
16517 17084
16518 17085
16519 for ac_header in glade/glade.h glade.h 17086 for ac_header in glade/glade.h glade.h
16520 do 17087 do
16521 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 17088 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16522 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 17089 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16523 { echo "$as_me:$LINENO: checking for $ac_header" >&5 17090 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16524 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 17091 $as_echo_n "checking for $ac_header... " >&6; }
16525 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 17092 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16526 echo $ECHO_N "(cached) $ECHO_C" >&6 17093 $as_echo_n "(cached) " >&6
16527 fi 17094 fi
16528 ac_res=`eval echo '${'$as_ac_Header'}'` 17095 ac_res=`eval 'as_val=${'$as_ac_Header'}
16529 { echo "$as_me:$LINENO: result: $ac_res" >&5 17096 $as_echo "$as_val"'`
16530 echo "${ECHO_T}$ac_res" >&6; } 17097 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
17098 $as_echo "$ac_res" >&6; }
16531 else 17099 else
16532 # Is the header compilable? 17100 # Is the header compilable?
16533 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 17101 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16534 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 17102 $as_echo_n "checking $ac_header usability... " >&6; }
16535 cat >conftest.$ac_ext <<_ACEOF 17103 cat >conftest.$ac_ext <<_ACEOF
16536 /* confdefs.h. */ 17104 /* confdefs.h. */
16537 _ACEOF 17105 _ACEOF
16538 cat confdefs.h >>conftest.$ac_ext 17106 cat confdefs.h >>conftest.$ac_ext
16539 cat >>conftest.$ac_ext <<_ACEOF 17107 cat >>conftest.$ac_ext <<_ACEOF
16545 if { (ac_try="$ac_compile" 17113 if { (ac_try="$ac_compile"
16546 case "(($ac_try" in 17114 case "(($ac_try" in
16547 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16548 *) ac_try_echo=$ac_try;; 17116 *) ac_try_echo=$ac_try;;
16549 esac 17117 esac
16550 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 17118 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17119 $as_echo "$ac_try_echo") >&5
16551 (eval "$ac_compile") 2>conftest.er1 17120 (eval "$ac_compile") 2>conftest.er1
16552 ac_status=$? 17121 ac_status=$?
16553 grep -v '^ *+' conftest.er1 >conftest.err 17122 grep -v '^ *+' conftest.er1 >conftest.err
16554 rm -f conftest.er1 17123 rm -f conftest.er1
16555 cat conftest.err >&5 17124 cat conftest.err >&5
16556 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17125 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16557 (exit $ac_status); } && { 17126 (exit $ac_status); } && {
16558 test -z "$ac_c_werror_flag" || 17127 test -z "$ac_c_werror_flag" ||
16559 test ! -s conftest.err 17128 test ! -s conftest.err
16560 } && test -s conftest.$ac_objext; then 17129 } && test -s conftest.$ac_objext; then
16561 ac_header_compiler=yes 17130 ac_header_compiler=yes
16562 else 17131 else
16563 echo "$as_me: failed program was:" >&5 17132 $as_echo "$as_me: failed program was:" >&5
16564 sed 's/^/| /' conftest.$ac_ext >&5 17133 sed 's/^/| /' conftest.$ac_ext >&5
16565 17134
16566 ac_header_compiler=no 17135 ac_header_compiler=no
16567 fi 17136 fi
16568 17137
16569 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 17138 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16570 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 17139 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16571 echo "${ECHO_T}$ac_header_compiler" >&6; } 17140 $as_echo "$ac_header_compiler" >&6; }
16572 17141
16573 # Is the header present? 17142 # Is the header present?
16574 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 17143 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16575 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 17144 $as_echo_n "checking $ac_header presence... " >&6; }
16576 cat >conftest.$ac_ext <<_ACEOF 17145 cat >conftest.$ac_ext <<_ACEOF
16577 /* confdefs.h. */ 17146 /* confdefs.h. */
16578 _ACEOF 17147 _ACEOF
16579 cat confdefs.h >>conftest.$ac_ext 17148 cat confdefs.h >>conftest.$ac_ext
16580 cat >>conftest.$ac_ext <<_ACEOF 17149 cat >>conftest.$ac_ext <<_ACEOF
16584 if { (ac_try="$ac_cpp conftest.$ac_ext" 17153 if { (ac_try="$ac_cpp conftest.$ac_ext"
16585 case "(($ac_try" in 17154 case "(($ac_try" in
16586 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17155 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16587 *) ac_try_echo=$ac_try;; 17156 *) ac_try_echo=$ac_try;;
16588 esac 17157 esac
16589 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 17158 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17159 $as_echo "$ac_try_echo") >&5
16590 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 17160 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16591 ac_status=$? 17161 ac_status=$?
16592 grep -v '^ *+' conftest.er1 >conftest.err 17162 grep -v '^ *+' conftest.er1 >conftest.err
16593 rm -f conftest.er1 17163 rm -f conftest.er1
16594 cat conftest.err >&5 17164 cat conftest.err >&5
16595 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17165 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16596 (exit $ac_status); } >/dev/null && { 17166 (exit $ac_status); } >/dev/null && {
16597 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 17167 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16598 test ! -s conftest.err 17168 test ! -s conftest.err
16599 }; then 17169 }; then
16600 ac_header_preproc=yes 17170 ac_header_preproc=yes
16601 else 17171 else
16602 echo "$as_me: failed program was:" >&5 17172 $as_echo "$as_me: failed program was:" >&5
16603 sed 's/^/| /' conftest.$ac_ext >&5 17173 sed 's/^/| /' conftest.$ac_ext >&5
16604 17174
16605 ac_header_preproc=no 17175 ac_header_preproc=no
16606 fi 17176 fi
16607 17177
16608 rm -f conftest.err conftest.$ac_ext 17178 rm -f conftest.err conftest.$ac_ext
16609 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 17179 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16610 echo "${ECHO_T}$ac_header_preproc" >&6; } 17180 $as_echo "$ac_header_preproc" >&6; }
16611 17181
16612 # So? What about this header? 17182 # So? What about this header?
16613 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 17183 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16614 yes:no: ) 17184 yes:no: )
16615 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 17185 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16616 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 17186 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16617 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 17187 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16618 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 17188 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16619 ac_header_preproc=yes 17189 ac_header_preproc=yes
16620 ;; 17190 ;;
16621 no:yes:* ) 17191 no:yes:* )
16622 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 17192 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16623 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 17193 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16624 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 17194 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16625 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 17195 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16626 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 17196 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16627 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 17197 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16628 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 17198 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16629 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 17199 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16630 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 17200 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16631 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 17201 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16632 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 17202 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16633 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 17203 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16634 ( cat <<\_ASBOX 17204 ( cat <<\_ASBOX
16635 ## ------------------------------------- ## 17205 ## ------------------------------------- ##
16636 ## Report this to xemacs-beta@xemacs.org ## 17206 ## Report this to xemacs-beta@xemacs.org ##
16637 ## ------------------------------------- ## 17207 ## ------------------------------------- ##
16638 _ASBOX 17208 _ASBOX
16639 ) | sed "s/^/$as_me: WARNING: /" >&2 17209 ) | sed "s/^/$as_me: WARNING: /" >&2
16640 ;; 17210 ;;
16641 esac 17211 esac
16642 { echo "$as_me:$LINENO: checking for $ac_header" >&5 17212 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16643 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 17213 $as_echo_n "checking for $ac_header... " >&6; }
16644 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 17214 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16645 echo $ECHO_N "(cached) $ECHO_C" >&6 17215 $as_echo_n "(cached) " >&6
16646 else 17216 else
16647 eval "$as_ac_Header=\$ac_header_preproc" 17217 eval "$as_ac_Header=\$ac_header_preproc"
16648 fi 17218 fi
16649 ac_res=`eval echo '${'$as_ac_Header'}'` 17219 ac_res=`eval 'as_val=${'$as_ac_Header'}
16650 { echo "$as_me:$LINENO: result: $ac_res" >&5 17220 $as_echo "$as_val"'`
16651 echo "${ECHO_T}$ac_res" >&6; } 17221 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16652 17222 $as_echo "$ac_res" >&6; }
16653 fi 17223
16654 if test `eval echo '${'$as_ac_Header'}'` = yes; then 17224 fi
17225 as_val=`eval 'as_val=${'$as_ac_Header'}
17226 $as_echo "$as_val"'`
17227 if test "x$as_val" = x""yes; then
16655 cat >>confdefs.h <<_ACEOF 17228 cat >>confdefs.h <<_ACEOF
16656 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 17229 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16657 _ACEOF 17230 _ACEOF
16658 17231
16659 fi 17232 fi
16660 17233
16661 done 17234 done
16662 17235
16663 { echo "$as_me:$LINENO: checking for main in -lxml" >&5 17236 { $as_echo "$as_me:$LINENO: checking for main in -lxml" >&5
16664 echo $ECHO_N "checking for main in -lxml... $ECHO_C" >&6; } 17237 $as_echo_n "checking for main in -lxml... " >&6; }
16665 if test "${ac_cv_lib_xml_main+set}" = set; then 17238 if test "${ac_cv_lib_xml_main+set}" = set; then
16666 echo $ECHO_N "(cached) $ECHO_C" >&6 17239 $as_echo_n "(cached) " >&6
16667 else 17240 else
16668 ac_check_lib_save_LIBS=$LIBS 17241 ac_check_lib_save_LIBS=$LIBS
16669 LIBS="-lxml $LIBS" 17242 LIBS="-lxml $LIBS"
16670 cat >conftest.$ac_ext <<_ACEOF 17243 cat >conftest.$ac_ext <<_ACEOF
16671 /* confdefs.h. */ 17244 /* confdefs.h. */
16687 if { (ac_try="$ac_link" 17260 if { (ac_try="$ac_link"
16688 case "(($ac_try" in 17261 case "(($ac_try" in
16689 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17262 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16690 *) ac_try_echo=$ac_try;; 17263 *) ac_try_echo=$ac_try;;
16691 esac 17264 esac
16692 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 17265 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17266 $as_echo "$ac_try_echo") >&5
16693 (eval "$ac_link") 2>conftest.er1 17267 (eval "$ac_link") 2>conftest.er1
16694 ac_status=$? 17268 ac_status=$?
16695 grep -v '^ *+' conftest.er1 >conftest.err 17269 grep -v '^ *+' conftest.er1 >conftest.err
16696 rm -f conftest.er1 17270 rm -f conftest.er1
16697 cat conftest.err >&5 17271 cat conftest.err >&5
16698 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17272 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16699 (exit $ac_status); } && { 17273 (exit $ac_status); } && {
16700 test -z "$ac_c_werror_flag" || 17274 test -z "$ac_c_werror_flag" ||
16701 test ! -s conftest.err 17275 test ! -s conftest.err
16702 } && test -s conftest$ac_exeext && 17276 } && test -s conftest$ac_exeext && {
16703 $as_test_x conftest$ac_exeext; then 17277 test "$cross_compiling" = yes ||
17278 $as_test_x conftest$ac_exeext
17279 }; then
16704 ac_cv_lib_xml_main=yes 17280 ac_cv_lib_xml_main=yes
16705 else 17281 else
16706 echo "$as_me: failed program was:" >&5 17282 $as_echo "$as_me: failed program was:" >&5
16707 sed 's/^/| /' conftest.$ac_ext >&5 17283 sed 's/^/| /' conftest.$ac_ext >&5
16708 17284
16709 ac_cv_lib_xml_main=no 17285 ac_cv_lib_xml_main=no
16710 fi 17286 fi
16711 17287
17288 rm -rf conftest.dSYM
16712 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 17289 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16713 conftest$ac_exeext conftest.$ac_ext 17290 conftest$ac_exeext conftest.$ac_ext
16714 LIBS=$ac_check_lib_save_LIBS 17291 LIBS=$ac_check_lib_save_LIBS
16715 fi 17292 fi
16716 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml_main" >&5 17293 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml_main" >&5
16717 echo "${ECHO_T}$ac_cv_lib_xml_main" >&6; } 17294 $as_echo "$ac_cv_lib_xml_main" >&6; }
16718 if test $ac_cv_lib_xml_main = yes; then 17295 if test "x$ac_cv_lib_xml_main" = x""yes; then
16719 libs_gtk="-lxml $libs_gtk" && if test "$verbose" = "yes"; then echo " Prepending \"-lxml\" to \$libs_gtk"; fi 17296 libs_gtk="-lxml $libs_gtk" && if test "$verbose" = "yes"; then echo " Prepending \"-lxml\" to \$libs_gtk"; fi
16720 fi 17297 fi
16721 17298
16722 { echo "$as_me:$LINENO: checking for main in -lglade" >&5 17299 { $as_echo "$as_me:$LINENO: checking for main in -lglade" >&5
16723 echo $ECHO_N "checking for main in -lglade... $ECHO_C" >&6; } 17300 $as_echo_n "checking for main in -lglade... " >&6; }
16724 if test "${ac_cv_lib_glade_main+set}" = set; then 17301 if test "${ac_cv_lib_glade_main+set}" = set; then
16725 echo $ECHO_N "(cached) $ECHO_C" >&6 17302 $as_echo_n "(cached) " >&6
16726 else 17303 else
16727 ac_check_lib_save_LIBS=$LIBS 17304 ac_check_lib_save_LIBS=$LIBS
16728 LIBS="-lglade $LIBS" 17305 LIBS="-lglade $LIBS"
16729 cat >conftest.$ac_ext <<_ACEOF 17306 cat >conftest.$ac_ext <<_ACEOF
16730 /* confdefs.h. */ 17307 /* confdefs.h. */
16746 if { (ac_try="$ac_link" 17323 if { (ac_try="$ac_link"
16747 case "(($ac_try" in 17324 case "(($ac_try" in
16748 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17325 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16749 *) ac_try_echo=$ac_try;; 17326 *) ac_try_echo=$ac_try;;
16750 esac 17327 esac
16751 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 17328 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17329 $as_echo "$ac_try_echo") >&5
16752 (eval "$ac_link") 2>conftest.er1 17330 (eval "$ac_link") 2>conftest.er1
16753 ac_status=$? 17331 ac_status=$?
16754 grep -v '^ *+' conftest.er1 >conftest.err 17332 grep -v '^ *+' conftest.er1 >conftest.err
16755 rm -f conftest.er1 17333 rm -f conftest.er1
16756 cat conftest.err >&5 17334 cat conftest.err >&5
16757 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17335 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16758 (exit $ac_status); } && { 17336 (exit $ac_status); } && {
16759 test -z "$ac_c_werror_flag" || 17337 test -z "$ac_c_werror_flag" ||
16760 test ! -s conftest.err 17338 test ! -s conftest.err
16761 } && test -s conftest$ac_exeext && 17339 } && test -s conftest$ac_exeext && {
16762 $as_test_x conftest$ac_exeext; then 17340 test "$cross_compiling" = yes ||
17341 $as_test_x conftest$ac_exeext
17342 }; then
16763 ac_cv_lib_glade_main=yes 17343 ac_cv_lib_glade_main=yes
16764 else 17344 else
16765 echo "$as_me: failed program was:" >&5 17345 $as_echo "$as_me: failed program was:" >&5
16766 sed 's/^/| /' conftest.$ac_ext >&5 17346 sed 's/^/| /' conftest.$ac_ext >&5
16767 17347
16768 ac_cv_lib_glade_main=no 17348 ac_cv_lib_glade_main=no
16769 fi 17349 fi
16770 17350
17351 rm -rf conftest.dSYM
16771 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 17352 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16772 conftest$ac_exeext conftest.$ac_ext 17353 conftest$ac_exeext conftest.$ac_ext
16773 LIBS=$ac_check_lib_save_LIBS 17354 LIBS=$ac_check_lib_save_LIBS
16774 fi 17355 fi
16775 { echo "$as_me:$LINENO: result: $ac_cv_lib_glade_main" >&5 17356 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_glade_main" >&5
16776 echo "${ECHO_T}$ac_cv_lib_glade_main" >&6; } 17357 $as_echo "$ac_cv_lib_glade_main" >&6; }
16777 if test $ac_cv_lib_glade_main = yes; then 17358 if test "x$ac_cv_lib_glade_main" = x""yes; then
16778 libs_gtk="-lglade $libs_gtk" && if test "$verbose" = "yes"; then echo " Prepending \"-lglade\" to \$libs_gtk"; fi 17359 libs_gtk="-lglade $libs_gtk" && if test "$verbose" = "yes"; then echo " Prepending \"-lglade\" to \$libs_gtk"; fi
16779 fi 17360 fi
16780 17361
16781 { echo "$as_me:$LINENO: checking for main in -lglade-gnome" >&5 17362 { $as_echo "$as_me:$LINENO: checking for main in -lglade-gnome" >&5
16782 echo $ECHO_N "checking for main in -lglade-gnome... $ECHO_C" >&6; } 17363 $as_echo_n "checking for main in -lglade-gnome... " >&6; }
16783 if test "${ac_cv_lib_glade_gnome_main+set}" = set; then 17364 if test "${ac_cv_lib_glade_gnome_main+set}" = set; then
16784 echo $ECHO_N "(cached) $ECHO_C" >&6 17365 $as_echo_n "(cached) " >&6
16785 else 17366 else
16786 ac_check_lib_save_LIBS=$LIBS 17367 ac_check_lib_save_LIBS=$LIBS
16787 LIBS="-lglade-gnome $LIBS" 17368 LIBS="-lglade-gnome $LIBS"
16788 cat >conftest.$ac_ext <<_ACEOF 17369 cat >conftest.$ac_ext <<_ACEOF
16789 /* confdefs.h. */ 17370 /* confdefs.h. */
16805 if { (ac_try="$ac_link" 17386 if { (ac_try="$ac_link"
16806 case "(($ac_try" in 17387 case "(($ac_try" in
16807 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17388 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16808 *) ac_try_echo=$ac_try;; 17389 *) ac_try_echo=$ac_try;;
16809 esac 17390 esac
16810 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 17391 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17392 $as_echo "$ac_try_echo") >&5
16811 (eval "$ac_link") 2>conftest.er1 17393 (eval "$ac_link") 2>conftest.er1
16812 ac_status=$? 17394 ac_status=$?
16813 grep -v '^ *+' conftest.er1 >conftest.err 17395 grep -v '^ *+' conftest.er1 >conftest.err
16814 rm -f conftest.er1 17396 rm -f conftest.er1
16815 cat conftest.err >&5 17397 cat conftest.err >&5
16816 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17398 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16817 (exit $ac_status); } && { 17399 (exit $ac_status); } && {
16818 test -z "$ac_c_werror_flag" || 17400 test -z "$ac_c_werror_flag" ||
16819 test ! -s conftest.err 17401 test ! -s conftest.err
16820 } && test -s conftest$ac_exeext && 17402 } && test -s conftest$ac_exeext && {
16821 $as_test_x conftest$ac_exeext; then 17403 test "$cross_compiling" = yes ||
17404 $as_test_x conftest$ac_exeext
17405 }; then
16822 ac_cv_lib_glade_gnome_main=yes 17406 ac_cv_lib_glade_gnome_main=yes
16823 else 17407 else
16824 echo "$as_me: failed program was:" >&5 17408 $as_echo "$as_me: failed program was:" >&5
16825 sed 's/^/| /' conftest.$ac_ext >&5 17409 sed 's/^/| /' conftest.$ac_ext >&5
16826 17410
16827 ac_cv_lib_glade_gnome_main=no 17411 ac_cv_lib_glade_gnome_main=no
16828 fi 17412 fi
16829 17413
17414 rm -rf conftest.dSYM
16830 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 17415 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16831 conftest$ac_exeext conftest.$ac_ext 17416 conftest$ac_exeext conftest.$ac_ext
16832 LIBS=$ac_check_lib_save_LIBS 17417 LIBS=$ac_check_lib_save_LIBS
16833 fi 17418 fi
16834 { echo "$as_me:$LINENO: result: $ac_cv_lib_glade_gnome_main" >&5 17419 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_glade_gnome_main" >&5
16835 echo "${ECHO_T}$ac_cv_lib_glade_gnome_main" >&6; } 17420 $as_echo "$ac_cv_lib_glade_gnome_main" >&6; }
16836 if test $ac_cv_lib_glade_gnome_main = yes; then 17421 if test "x$ac_cv_lib_glade_gnome_main" = x""yes; then
16837 libs_gtk="-lglade-gnome $libs_gtk" && if test "$verbose" = "yes"; then echo " Prepending \"-lglade-gnome\" to \$libs_gtk"; fi 17422 libs_gtk="-lglade-gnome $libs_gtk" && if test "$verbose" = "yes"; then echo " Prepending \"-lglade-gnome\" to \$libs_gtk"; fi
16838 fi 17423 fi
16839 17424
16840 cat >conftest.$ac_ext <<_ACEOF 17425 cat >conftest.$ac_ext <<_ACEOF
16841 /* confdefs.h. */ 17426 /* confdefs.h. */
16846 #include <glade/glade-xml.h> 17431 #include <glade/glade-xml.h>
16847 17432
16848 _ACEOF 17433 _ACEOF
16849 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 17434 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16850 $EGREP "char \*txtdomain;" >/dev/null 2>&1; then 17435 $EGREP "char \*txtdomain;" >/dev/null 2>&1; then
16851 { echo "$as_me:$LINENO: result: yes" >&5 17436 { $as_echo "$as_me:$LINENO: result: yes" >&5
16852 echo "${ECHO_T}yes" >&6; } 17437 $as_echo "yes" >&6; }
16853 cat >>confdefs.h <<\_ACEOF 17438 cat >>confdefs.h <<\_ACEOF
16854 #define LIBGLADE_XML_TXTDOMAIN 1 17439 #define LIBGLADE_XML_TXTDOMAIN 1
16855 _ACEOF 17440 _ACEOF
16856 17441
16857 else 17442 else
16858 { echo "$as_me:$LINENO: result: no" >&5 17443 { $as_echo "$as_me:$LINENO: result: no" >&5
16859 echo "${ECHO_T}no" >&6; } 17444 $as_echo "no" >&6; }
16860 fi 17445 fi
16861 rm -f conftest* 17446 rm -f conftest*
16862 17447
16863 CFLAGS="${OLD_CFLAGS}" 17448 CFLAGS="${OLD_CFLAGS}"
16864 CPPFLAGS="${OLD_CPPFLAGS}" 17449 CPPFLAGS="${OLD_CPPFLAGS}"
16890 for dir in "/usr/X11/lib" "/usr/X11R6/lib" "/usr/lib/X11R6"; do 17475 for dir in "/usr/X11/lib" "/usr/X11R6/lib" "/usr/lib/X11R6"; do
16891 if test -r "$dir/libX11.a"; then x_libraries="$dir"; break; fi 17476 if test -r "$dir/libX11.a"; then x_libraries="$dir"; break; fi
16892 done 17477 done
16893 fi 17478 fi
16894 17479
16895 { echo "$as_me:$LINENO: checking for X" >&5 17480 { $as_echo "$as_me:$LINENO: checking for X" >&5
16896 echo $ECHO_N "checking for X... $ECHO_C" >&6; } 17481 $as_echo_n "checking for X... " >&6; }
16897 17482
16898 17483
16899 # Check whether --with-x was given. 17484 # Check whether --with-x was given.
16900 if test "${with_x+set}" = set; then 17485 if test "${with_x+set}" = set; then
16901 withval=$with_x; 17486 withval=$with_x;
16905 if test "x$with_x" = xno; then 17490 if test "x$with_x" = xno; then
16906 # The user explicitly disabled X. 17491 # The user explicitly disabled X.
16907 have_x=disabled 17492 have_x=disabled
16908 else 17493 else
16909 case $x_includes,$x_libraries in #( 17494 case $x_includes,$x_libraries in #(
16910 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5 17495 *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
16911 echo "$as_me: error: Cannot use X directory names containing '" >&2;} 17496 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
16912 { (exit 1); exit 1; }; };; #( 17497 { (exit 1); exit 1; }; };; #(
16913 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then 17498 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
16914 echo $ECHO_N "(cached) $ECHO_C" >&6 17499 $as_echo_n "(cached) " >&6
16915 else 17500 else
16916 # One or both of the vars are not set, and there is no cached value. 17501 # One or both of the vars are not set, and there is no cached value.
16917 ac_x_includes=no ac_x_libraries=no 17502 ac_x_includes=no ac_x_libraries=no
16918 rm -f -r conftest.dir 17503 rm -f -r conftest.dir
16919 if mkdir conftest.dir; then 17504 if mkdir conftest.dir; then
16930 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. 17515 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
16931 for ac_var in incroot usrlibdir libdir; do 17516 for ac_var in incroot usrlibdir libdir; do
16932 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`" 17517 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
16933 done 17518 done
16934 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. 17519 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
16935 for ac_extension in a so sl; do 17520 for ac_extension in a so sl dylib la dll; do
16936 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" && 17521 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
16937 test -f "$ac_im_libdir/libX11.$ac_extension"; then 17522 test -f "$ac_im_libdir/libX11.$ac_extension"; then
16938 ac_im_usrlibdir=$ac_im_libdir; break 17523 ac_im_usrlibdir=$ac_im_libdir; break
16939 fi 17524 fi
16940 done 17525 done
16944 case $ac_im_incroot in 17529 case $ac_im_incroot in
16945 /usr/include) ac_x_includes= ;; 17530 /usr/include) ac_x_includes= ;;
16946 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;; 17531 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
16947 esac 17532 esac
16948 case $ac_im_usrlibdir in 17533 case $ac_im_usrlibdir in
16949 /usr/lib | /lib) ;; 17534 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
16950 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;; 17535 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
16951 esac 17536 esac
16952 fi 17537 fi
16953 cd .. 17538 cd ..
16954 rm -f -r conftest.dir 17539 rm -f -r conftest.dir
17005 if { (ac_try="$ac_cpp conftest.$ac_ext" 17590 if { (ac_try="$ac_cpp conftest.$ac_ext"
17006 case "(($ac_try" in 17591 case "(($ac_try" in
17007 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17592 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17008 *) ac_try_echo=$ac_try;; 17593 *) ac_try_echo=$ac_try;;
17009 esac 17594 esac
17010 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 17595 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17596 $as_echo "$ac_try_echo") >&5
17011 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 17597 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
17012 ac_status=$? 17598 ac_status=$?
17013 grep -v '^ *+' conftest.er1 >conftest.err 17599 grep -v '^ *+' conftest.er1 >conftest.err
17014 rm -f conftest.er1 17600 rm -f conftest.er1
17015 cat conftest.err >&5 17601 cat conftest.err >&5
17016 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17602 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17017 (exit $ac_status); } >/dev/null && { 17603 (exit $ac_status); } >/dev/null && {
17018 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 17604 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
17019 test ! -s conftest.err 17605 test ! -s conftest.err
17020 }; then 17606 }; then
17021 # We can compile using X headers with no special include directory. 17607 # We can compile using X headers with no special include directory.
17022 ac_x_includes= 17608 ac_x_includes=
17023 else 17609 else
17024 echo "$as_me: failed program was:" >&5 17610 $as_echo "$as_me: failed program was:" >&5
17025 sed 's/^/| /' conftest.$ac_ext >&5 17611 sed 's/^/| /' conftest.$ac_ext >&5
17026 17612
17027 for ac_dir in $ac_x_header_dirs; do 17613 for ac_dir in $ac_x_header_dirs; do
17028 if test -r "$ac_dir/X11/Xlib.h"; then 17614 if test -r "$ac_dir/X11/Xlib.h"; then
17029 ac_x_includes=$ac_dir 17615 ac_x_includes=$ac_dir
17060 if { (ac_try="$ac_link" 17646 if { (ac_try="$ac_link"
17061 case "(($ac_try" in 17647 case "(($ac_try" in
17062 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17648 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17063 *) ac_try_echo=$ac_try;; 17649 *) ac_try_echo=$ac_try;;
17064 esac 17650 esac
17065 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 17651 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17652 $as_echo "$ac_try_echo") >&5
17066 (eval "$ac_link") 2>conftest.er1 17653 (eval "$ac_link") 2>conftest.er1
17067 ac_status=$? 17654 ac_status=$?
17068 grep -v '^ *+' conftest.er1 >conftest.err 17655 grep -v '^ *+' conftest.er1 >conftest.err
17069 rm -f conftest.er1 17656 rm -f conftest.er1
17070 cat conftest.err >&5 17657 cat conftest.err >&5
17071 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17658 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17072 (exit $ac_status); } && { 17659 (exit $ac_status); } && {
17073 test -z "$ac_c_werror_flag" || 17660 test -z "$ac_c_werror_flag" ||
17074 test ! -s conftest.err 17661 test ! -s conftest.err
17075 } && test -s conftest$ac_exeext && 17662 } && test -s conftest$ac_exeext && {
17076 $as_test_x conftest$ac_exeext; then 17663 test "$cross_compiling" = yes ||
17664 $as_test_x conftest$ac_exeext
17665 }; then
17077 LIBS=$ac_save_LIBS 17666 LIBS=$ac_save_LIBS
17078 # We can link X programs with no special library path. 17667 # We can link X programs with no special library path.
17079 ac_x_libraries= 17668 ac_x_libraries=
17080 else 17669 else
17081 echo "$as_me: failed program was:" >&5 17670 $as_echo "$as_me: failed program was:" >&5
17082 sed 's/^/| /' conftest.$ac_ext >&5 17671 sed 's/^/| /' conftest.$ac_ext >&5
17083 17672
17084 LIBS=$ac_save_LIBS 17673 LIBS=$ac_save_LIBS
17085 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` 17674 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
17086 do 17675 do
17087 # Don't even attempt the hair of trying to link an X program! 17676 # Don't even attempt the hair of trying to link an X program!
17088 for ac_extension in a so sl; do 17677 for ac_extension in a so sl dylib la dll; do
17089 if test -r "$ac_dir/libX11.$ac_extension"; then 17678 if test -r "$ac_dir/libX11.$ac_extension"; then
17090 ac_x_libraries=$ac_dir 17679 ac_x_libraries=$ac_dir
17091 break 2 17680 break 2
17092 fi 17681 fi
17093 done 17682 done
17094 done 17683 done
17095 fi 17684 fi
17096 17685
17686 rm -rf conftest.dSYM
17097 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 17687 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17098 conftest$ac_exeext conftest.$ac_ext 17688 conftest$ac_exeext conftest.$ac_ext
17099 fi # $ac_x_libraries = no 17689 fi # $ac_x_libraries = no
17100 17690
17101 case $ac_x_includes,$ac_x_libraries in #( 17691 case $ac_x_includes,$ac_x_libraries in #(
17114 esac 17704 esac
17115 eval "$ac_cv_have_x" 17705 eval "$ac_cv_have_x"
17116 fi # $with_x != no 17706 fi # $with_x != no
17117 17707
17118 if test "$have_x" != yes; then 17708 if test "$have_x" != yes; then
17119 { echo "$as_me:$LINENO: result: $have_x" >&5 17709 { $as_echo "$as_me:$LINENO: result: $have_x" >&5
17120 echo "${ECHO_T}$have_x" >&6; } 17710 $as_echo "$have_x" >&6; }
17121 no_x=yes 17711 no_x=yes
17122 else 17712 else
17123 # If each of the values was on the command line, it overrides each guess. 17713 # If each of the values was on the command line, it overrides each guess.
17124 test "x$x_includes" = xNONE && x_includes=$ac_x_includes 17714 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
17125 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries 17715 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
17126 # Update the cache value to reflect the command line values. 17716 # Update the cache value to reflect the command line values.
17127 ac_cv_have_x="have_x=yes\ 17717 ac_cv_have_x="have_x=yes\
17128 ac_x_includes='$x_includes'\ 17718 ac_x_includes='$x_includes'\
17129 ac_x_libraries='$x_libraries'" 17719 ac_x_libraries='$x_libraries'"
17130 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5 17720 { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
17131 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; } 17721 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
17132 fi 17722 fi
17133 17723
17134 if test "$no_x" = yes; then 17724 if test "$no_x" = yes; then
17135 # Not all programs may use this symbol, but it does not hurt to define it. 17725 # Not all programs may use this symbol, but it does not hurt to define it.
17136 17726
17147 # It would also be nice to do this for all -L options, not just this one. 17737 # It would also be nice to do this for all -L options, not just this one.
17148 if test -n "$x_libraries"; then 17738 if test -n "$x_libraries"; then
17149 X_LIBS="$X_LIBS -L$x_libraries" 17739 X_LIBS="$X_LIBS -L$x_libraries"
17150 # For Solaris; some versions of Sun CC require a space after -R and 17740 # For Solaris; some versions of Sun CC require a space after -R and
17151 # others require no space. Words are not sufficient . . . . 17741 # others require no space. Words are not sufficient . . . .
17152 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5 17742 { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
17153 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; } 17743 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
17154 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries" 17744 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
17155 ac_xsave_c_werror_flag=$ac_c_werror_flag 17745 ac_xsave_c_werror_flag=$ac_c_werror_flag
17156 ac_c_werror_flag=yes 17746 ac_c_werror_flag=yes
17157 cat >conftest.$ac_ext <<_ACEOF 17747 cat >conftest.$ac_ext <<_ACEOF
17158 /* confdefs.h. */ 17748 /* confdefs.h. */
17173 if { (ac_try="$ac_link" 17763 if { (ac_try="$ac_link"
17174 case "(($ac_try" in 17764 case "(($ac_try" in
17175 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17176 *) ac_try_echo=$ac_try;; 17766 *) ac_try_echo=$ac_try;;
17177 esac 17767 esac
17178 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 17768 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17769 $as_echo "$ac_try_echo") >&5
17179 (eval "$ac_link") 2>conftest.er1 17770 (eval "$ac_link") 2>conftest.er1
17180 ac_status=$? 17771 ac_status=$?
17181 grep -v '^ *+' conftest.er1 >conftest.err 17772 grep -v '^ *+' conftest.er1 >conftest.err
17182 rm -f conftest.er1 17773 rm -f conftest.er1
17183 cat conftest.err >&5 17774 cat conftest.err >&5
17184 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17775 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17185 (exit $ac_status); } && { 17776 (exit $ac_status); } && {
17186 test -z "$ac_c_werror_flag" || 17777 test -z "$ac_c_werror_flag" ||
17187 test ! -s conftest.err 17778 test ! -s conftest.err
17188 } && test -s conftest$ac_exeext && 17779 } && test -s conftest$ac_exeext && {
17189 $as_test_x conftest$ac_exeext; then 17780 test "$cross_compiling" = yes ||
17190 { echo "$as_me:$LINENO: result: no" >&5 17781 $as_test_x conftest$ac_exeext
17191 echo "${ECHO_T}no" >&6; } 17782 }; then
17783 { $as_echo "$as_me:$LINENO: result: no" >&5
17784 $as_echo "no" >&6; }
17192 X_LIBS="$X_LIBS -R$x_libraries" 17785 X_LIBS="$X_LIBS -R$x_libraries"
17193 else 17786 else
17194 echo "$as_me: failed program was:" >&5 17787 $as_echo "$as_me: failed program was:" >&5
17195 sed 's/^/| /' conftest.$ac_ext >&5 17788 sed 's/^/| /' conftest.$ac_ext >&5
17196 17789
17197 LIBS="$ac_xsave_LIBS -R $x_libraries" 17790 LIBS="$ac_xsave_LIBS -R $x_libraries"
17198 cat >conftest.$ac_ext <<_ACEOF 17791 cat >conftest.$ac_ext <<_ACEOF
17199 /* confdefs.h. */ 17792 /* confdefs.h. */
17214 if { (ac_try="$ac_link" 17807 if { (ac_try="$ac_link"
17215 case "(($ac_try" in 17808 case "(($ac_try" in
17216 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17809 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17217 *) ac_try_echo=$ac_try;; 17810 *) ac_try_echo=$ac_try;;
17218 esac 17811 esac
17219 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 17812 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17813 $as_echo "$ac_try_echo") >&5
17220 (eval "$ac_link") 2>conftest.er1 17814 (eval "$ac_link") 2>conftest.er1
17221 ac_status=$? 17815 ac_status=$?
17222 grep -v '^ *+' conftest.er1 >conftest.err 17816 grep -v '^ *+' conftest.er1 >conftest.err
17223 rm -f conftest.er1 17817 rm -f conftest.er1
17224 cat conftest.err >&5 17818 cat conftest.err >&5
17225 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17819 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17226 (exit $ac_status); } && { 17820 (exit $ac_status); } && {
17227 test -z "$ac_c_werror_flag" || 17821 test -z "$ac_c_werror_flag" ||
17228 test ! -s conftest.err 17822 test ! -s conftest.err
17229 } && test -s conftest$ac_exeext && 17823 } && test -s conftest$ac_exeext && {
17230 $as_test_x conftest$ac_exeext; then 17824 test "$cross_compiling" = yes ||
17231 { echo "$as_me:$LINENO: result: yes" >&5 17825 $as_test_x conftest$ac_exeext
17232 echo "${ECHO_T}yes" >&6; } 17826 }; then
17827 { $as_echo "$as_me:$LINENO: result: yes" >&5
17828 $as_echo "yes" >&6; }
17233 X_LIBS="$X_LIBS -R $x_libraries" 17829 X_LIBS="$X_LIBS -R $x_libraries"
17234 else 17830 else
17235 echo "$as_me: failed program was:" >&5 17831 $as_echo "$as_me: failed program was:" >&5
17236 sed 's/^/| /' conftest.$ac_ext >&5 17832 sed 's/^/| /' conftest.$ac_ext >&5
17237 17833
17238 { echo "$as_me:$LINENO: result: neither works" >&5 17834 { $as_echo "$as_me:$LINENO: result: neither works" >&5
17239 echo "${ECHO_T}neither works" >&6; } 17835 $as_echo "neither works" >&6; }
17240 fi 17836 fi
17241 17837
17838 rm -rf conftest.dSYM
17242 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 17839 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17243 conftest$ac_exeext conftest.$ac_ext 17840 conftest$ac_exeext conftest.$ac_ext
17244 fi 17841 fi
17245 17842
17843 rm -rf conftest.dSYM
17246 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 17844 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17247 conftest$ac_exeext conftest.$ac_ext 17845 conftest$ac_exeext conftest.$ac_ext
17248 ac_c_werror_flag=$ac_xsave_c_werror_flag 17846 ac_c_werror_flag=$ac_xsave_c_werror_flag
17249 LIBS=$ac_xsave_LIBS 17847 LIBS=$ac_xsave_LIBS
17250 fi 17848 fi
17286 if { (ac_try="$ac_link" 17884 if { (ac_try="$ac_link"
17287 case "(($ac_try" in 17885 case "(($ac_try" in
17288 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17886 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17289 *) ac_try_echo=$ac_try;; 17887 *) ac_try_echo=$ac_try;;
17290 esac 17888 esac
17291 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 17889 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17890 $as_echo "$ac_try_echo") >&5
17292 (eval "$ac_link") 2>conftest.er1 17891 (eval "$ac_link") 2>conftest.er1
17293 ac_status=$? 17892 ac_status=$?
17294 grep -v '^ *+' conftest.er1 >conftest.err 17893 grep -v '^ *+' conftest.er1 >conftest.err
17295 rm -f conftest.er1 17894 rm -f conftest.er1
17296 cat conftest.err >&5 17895 cat conftest.err >&5
17297 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17896 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17298 (exit $ac_status); } && { 17897 (exit $ac_status); } && {
17299 test -z "$ac_c_werror_flag" || 17898 test -z "$ac_c_werror_flag" ||
17300 test ! -s conftest.err 17899 test ! -s conftest.err
17301 } && test -s conftest$ac_exeext && 17900 } && test -s conftest$ac_exeext && {
17302 $as_test_x conftest$ac_exeext; then 17901 test "$cross_compiling" = yes ||
17902 $as_test_x conftest$ac_exeext
17903 }; then
17303 : 17904 :
17304 else 17905 else
17305 echo "$as_me: failed program was:" >&5 17906 $as_echo "$as_me: failed program was:" >&5
17306 sed 's/^/| /' conftest.$ac_ext >&5 17907 sed 's/^/| /' conftest.$ac_ext >&5
17307 17908
17308 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5 17909 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
17309 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; } 17910 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
17310 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then 17911 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
17311 echo $ECHO_N "(cached) $ECHO_C" >&6 17912 $as_echo_n "(cached) " >&6
17312 else 17913 else
17313 ac_check_lib_save_LIBS=$LIBS 17914 ac_check_lib_save_LIBS=$LIBS
17314 LIBS="-ldnet $LIBS" 17915 LIBS="-ldnet $LIBS"
17315 cat >conftest.$ac_ext <<_ACEOF 17916 cat >conftest.$ac_ext <<_ACEOF
17316 /* confdefs.h. */ 17917 /* confdefs.h. */
17338 if { (ac_try="$ac_link" 17939 if { (ac_try="$ac_link"
17339 case "(($ac_try" in 17940 case "(($ac_try" in
17340 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 17941 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17341 *) ac_try_echo=$ac_try;; 17942 *) ac_try_echo=$ac_try;;
17342 esac 17943 esac
17343 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 17944 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17945 $as_echo "$ac_try_echo") >&5
17344 (eval "$ac_link") 2>conftest.er1 17946 (eval "$ac_link") 2>conftest.er1
17345 ac_status=$? 17947 ac_status=$?
17346 grep -v '^ *+' conftest.er1 >conftest.err 17948 grep -v '^ *+' conftest.er1 >conftest.err
17347 rm -f conftest.er1 17949 rm -f conftest.er1
17348 cat conftest.err >&5 17950 cat conftest.err >&5
17349 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17951 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17350 (exit $ac_status); } && { 17952 (exit $ac_status); } && {
17351 test -z "$ac_c_werror_flag" || 17953 test -z "$ac_c_werror_flag" ||
17352 test ! -s conftest.err 17954 test ! -s conftest.err
17353 } && test -s conftest$ac_exeext && 17955 } && test -s conftest$ac_exeext && {
17354 $as_test_x conftest$ac_exeext; then 17956 test "$cross_compiling" = yes ||
17957 $as_test_x conftest$ac_exeext
17958 }; then
17355 ac_cv_lib_dnet_dnet_ntoa=yes 17959 ac_cv_lib_dnet_dnet_ntoa=yes
17356 else 17960 else
17357 echo "$as_me: failed program was:" >&5 17961 $as_echo "$as_me: failed program was:" >&5
17358 sed 's/^/| /' conftest.$ac_ext >&5 17962 sed 's/^/| /' conftest.$ac_ext >&5
17359 17963
17360 ac_cv_lib_dnet_dnet_ntoa=no 17964 ac_cv_lib_dnet_dnet_ntoa=no
17361 fi 17965 fi
17362 17966
17967 rm -rf conftest.dSYM
17363 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 17968 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17364 conftest$ac_exeext conftest.$ac_ext 17969 conftest$ac_exeext conftest.$ac_ext
17365 LIBS=$ac_check_lib_save_LIBS 17970 LIBS=$ac_check_lib_save_LIBS
17366 fi 17971 fi
17367 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 17972 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
17368 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; } 17973 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
17369 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then 17974 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
17370 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" 17975 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
17371 fi 17976 fi
17372 17977
17373 if test $ac_cv_lib_dnet_dnet_ntoa = no; then 17978 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
17374 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5 17979 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
17375 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; } 17980 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
17376 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then 17981 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
17377 echo $ECHO_N "(cached) $ECHO_C" >&6 17982 $as_echo_n "(cached) " >&6
17378 else 17983 else
17379 ac_check_lib_save_LIBS=$LIBS 17984 ac_check_lib_save_LIBS=$LIBS
17380 LIBS="-ldnet_stub $LIBS" 17985 LIBS="-ldnet_stub $LIBS"
17381 cat >conftest.$ac_ext <<_ACEOF 17986 cat >conftest.$ac_ext <<_ACEOF
17382 /* confdefs.h. */ 17987 /* confdefs.h. */
17404 if { (ac_try="$ac_link" 18009 if { (ac_try="$ac_link"
17405 case "(($ac_try" in 18010 case "(($ac_try" in
17406 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18011 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17407 *) ac_try_echo=$ac_try;; 18012 *) ac_try_echo=$ac_try;;
17408 esac 18013 esac
17409 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18014 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18015 $as_echo "$ac_try_echo") >&5
17410 (eval "$ac_link") 2>conftest.er1 18016 (eval "$ac_link") 2>conftest.er1
17411 ac_status=$? 18017 ac_status=$?
17412 grep -v '^ *+' conftest.er1 >conftest.err 18018 grep -v '^ *+' conftest.er1 >conftest.err
17413 rm -f conftest.er1 18019 rm -f conftest.er1
17414 cat conftest.err >&5 18020 cat conftest.err >&5
17415 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18021 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17416 (exit $ac_status); } && { 18022 (exit $ac_status); } && {
17417 test -z "$ac_c_werror_flag" || 18023 test -z "$ac_c_werror_flag" ||
17418 test ! -s conftest.err 18024 test ! -s conftest.err
17419 } && test -s conftest$ac_exeext && 18025 } && test -s conftest$ac_exeext && {
17420 $as_test_x conftest$ac_exeext; then 18026 test "$cross_compiling" = yes ||
18027 $as_test_x conftest$ac_exeext
18028 }; then
17421 ac_cv_lib_dnet_stub_dnet_ntoa=yes 18029 ac_cv_lib_dnet_stub_dnet_ntoa=yes
17422 else 18030 else
17423 echo "$as_me: failed program was:" >&5 18031 $as_echo "$as_me: failed program was:" >&5
17424 sed 's/^/| /' conftest.$ac_ext >&5 18032 sed 's/^/| /' conftest.$ac_ext >&5
17425 18033
17426 ac_cv_lib_dnet_stub_dnet_ntoa=no 18034 ac_cv_lib_dnet_stub_dnet_ntoa=no
17427 fi 18035 fi
17428 18036
18037 rm -rf conftest.dSYM
17429 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 18038 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17430 conftest$ac_exeext conftest.$ac_ext 18039 conftest$ac_exeext conftest.$ac_ext
17431 LIBS=$ac_check_lib_save_LIBS 18040 LIBS=$ac_check_lib_save_LIBS
17432 fi 18041 fi
17433 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 18042 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
17434 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; } 18043 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
17435 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then 18044 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
17436 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" 18045 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
17437 fi 18046 fi
17438 18047
17439 fi 18048 fi
17440 fi 18049 fi
17441 18050
18051 rm -rf conftest.dSYM
17442 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 18052 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17443 conftest$ac_exeext conftest.$ac_ext 18053 conftest$ac_exeext conftest.$ac_ext
17444 LIBS="$ac_xsave_LIBS" 18054 LIBS="$ac_xsave_LIBS"
17445 18055
17446 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT, 18056 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
17449 # needs -lnsl. 18059 # needs -lnsl.
17450 # The nsl library prevents programs from opening the X display 18060 # The nsl library prevents programs from opening the X display
17451 # on Irix 5.2, according to T.E. Dickey. 18061 # on Irix 5.2, according to T.E. Dickey.
17452 # The functions gethostbyname, getservbyname, and inet_addr are 18062 # The functions gethostbyname, getservbyname, and inet_addr are
17453 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking. 18063 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
17454 { echo "$as_me:$LINENO: checking for gethostbyname" >&5 18064 { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
17455 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; } 18065 $as_echo_n "checking for gethostbyname... " >&6; }
17456 if test "${ac_cv_func_gethostbyname+set}" = set; then 18066 if test "${ac_cv_func_gethostbyname+set}" = set; then
17457 echo $ECHO_N "(cached) $ECHO_C" >&6 18067 $as_echo_n "(cached) " >&6
17458 else 18068 else
17459 cat >conftest.$ac_ext <<_ACEOF 18069 cat >conftest.$ac_ext <<_ACEOF
17460 /* confdefs.h. */ 18070 /* confdefs.h. */
17461 _ACEOF 18071 _ACEOF
17462 cat confdefs.h >>conftest.$ac_ext 18072 cat confdefs.h >>conftest.$ac_ext
17505 if { (ac_try="$ac_link" 18115 if { (ac_try="$ac_link"
17506 case "(($ac_try" in 18116 case "(($ac_try" in
17507 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18117 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17508 *) ac_try_echo=$ac_try;; 18118 *) ac_try_echo=$ac_try;;
17509 esac 18119 esac
17510 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18120 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18121 $as_echo "$ac_try_echo") >&5
17511 (eval "$ac_link") 2>conftest.er1 18122 (eval "$ac_link") 2>conftest.er1
17512 ac_status=$? 18123 ac_status=$?
17513 grep -v '^ *+' conftest.er1 >conftest.err 18124 grep -v '^ *+' conftest.er1 >conftest.err
17514 rm -f conftest.er1 18125 rm -f conftest.er1
17515 cat conftest.err >&5 18126 cat conftest.err >&5
17516 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18127 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17517 (exit $ac_status); } && { 18128 (exit $ac_status); } && {
17518 test -z "$ac_c_werror_flag" || 18129 test -z "$ac_c_werror_flag" ||
17519 test ! -s conftest.err 18130 test ! -s conftest.err
17520 } && test -s conftest$ac_exeext && 18131 } && test -s conftest$ac_exeext && {
17521 $as_test_x conftest$ac_exeext; then 18132 test "$cross_compiling" = yes ||
18133 $as_test_x conftest$ac_exeext
18134 }; then
17522 ac_cv_func_gethostbyname=yes 18135 ac_cv_func_gethostbyname=yes
17523 else 18136 else
17524 echo "$as_me: failed program was:" >&5 18137 $as_echo "$as_me: failed program was:" >&5
17525 sed 's/^/| /' conftest.$ac_ext >&5 18138 sed 's/^/| /' conftest.$ac_ext >&5
17526 18139
17527 ac_cv_func_gethostbyname=no 18140 ac_cv_func_gethostbyname=no
17528 fi 18141 fi
17529 18142
18143 rm -rf conftest.dSYM
17530 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 18144 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17531 conftest$ac_exeext conftest.$ac_ext 18145 conftest$ac_exeext conftest.$ac_ext
17532 fi 18146 fi
17533 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5 18147 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
17534 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; } 18148 $as_echo "$ac_cv_func_gethostbyname" >&6; }
17535 18149
17536 if test $ac_cv_func_gethostbyname = no; then 18150 if test $ac_cv_func_gethostbyname = no; then
17537 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5 18151 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
17538 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; } 18152 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
17539 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then 18153 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
17540 echo $ECHO_N "(cached) $ECHO_C" >&6 18154 $as_echo_n "(cached) " >&6
17541 else 18155 else
17542 ac_check_lib_save_LIBS=$LIBS 18156 ac_check_lib_save_LIBS=$LIBS
17543 LIBS="-lnsl $LIBS" 18157 LIBS="-lnsl $LIBS"
17544 cat >conftest.$ac_ext <<_ACEOF 18158 cat >conftest.$ac_ext <<_ACEOF
17545 /* confdefs.h. */ 18159 /* confdefs.h. */
17567 if { (ac_try="$ac_link" 18181 if { (ac_try="$ac_link"
17568 case "(($ac_try" in 18182 case "(($ac_try" in
17569 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18183 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17570 *) ac_try_echo=$ac_try;; 18184 *) ac_try_echo=$ac_try;;
17571 esac 18185 esac
17572 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18186 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18187 $as_echo "$ac_try_echo") >&5
17573 (eval "$ac_link") 2>conftest.er1 18188 (eval "$ac_link") 2>conftest.er1
17574 ac_status=$? 18189 ac_status=$?
17575 grep -v '^ *+' conftest.er1 >conftest.err 18190 grep -v '^ *+' conftest.er1 >conftest.err
17576 rm -f conftest.er1 18191 rm -f conftest.er1
17577 cat conftest.err >&5 18192 cat conftest.err >&5
17578 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18193 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17579 (exit $ac_status); } && { 18194 (exit $ac_status); } && {
17580 test -z "$ac_c_werror_flag" || 18195 test -z "$ac_c_werror_flag" ||
17581 test ! -s conftest.err 18196 test ! -s conftest.err
17582 } && test -s conftest$ac_exeext && 18197 } && test -s conftest$ac_exeext && {
17583 $as_test_x conftest$ac_exeext; then 18198 test "$cross_compiling" = yes ||
18199 $as_test_x conftest$ac_exeext
18200 }; then
17584 ac_cv_lib_nsl_gethostbyname=yes 18201 ac_cv_lib_nsl_gethostbyname=yes
17585 else 18202 else
17586 echo "$as_me: failed program was:" >&5 18203 $as_echo "$as_me: failed program was:" >&5
17587 sed 's/^/| /' conftest.$ac_ext >&5 18204 sed 's/^/| /' conftest.$ac_ext >&5
17588 18205
17589 ac_cv_lib_nsl_gethostbyname=no 18206 ac_cv_lib_nsl_gethostbyname=no
17590 fi 18207 fi
17591 18208
18209 rm -rf conftest.dSYM
17592 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 18210 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17593 conftest$ac_exeext conftest.$ac_ext 18211 conftest$ac_exeext conftest.$ac_ext
17594 LIBS=$ac_check_lib_save_LIBS 18212 LIBS=$ac_check_lib_save_LIBS
17595 fi 18213 fi
17596 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5 18214 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
17597 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; } 18215 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
17598 if test $ac_cv_lib_nsl_gethostbyname = yes; then 18216 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
17599 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" 18217 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
17600 fi 18218 fi
17601 18219
17602 if test $ac_cv_lib_nsl_gethostbyname = no; then 18220 if test $ac_cv_lib_nsl_gethostbyname = no; then
17603 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5 18221 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
17604 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; } 18222 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
17605 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then 18223 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
17606 echo $ECHO_N "(cached) $ECHO_C" >&6 18224 $as_echo_n "(cached) " >&6
17607 else 18225 else
17608 ac_check_lib_save_LIBS=$LIBS 18226 ac_check_lib_save_LIBS=$LIBS
17609 LIBS="-lbsd $LIBS" 18227 LIBS="-lbsd $LIBS"
17610 cat >conftest.$ac_ext <<_ACEOF 18228 cat >conftest.$ac_ext <<_ACEOF
17611 /* confdefs.h. */ 18229 /* confdefs.h. */
17633 if { (ac_try="$ac_link" 18251 if { (ac_try="$ac_link"
17634 case "(($ac_try" in 18252 case "(($ac_try" in
17635 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18253 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17636 *) ac_try_echo=$ac_try;; 18254 *) ac_try_echo=$ac_try;;
17637 esac 18255 esac
17638 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18256 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18257 $as_echo "$ac_try_echo") >&5
17639 (eval "$ac_link") 2>conftest.er1 18258 (eval "$ac_link") 2>conftest.er1
17640 ac_status=$? 18259 ac_status=$?
17641 grep -v '^ *+' conftest.er1 >conftest.err 18260 grep -v '^ *+' conftest.er1 >conftest.err
17642 rm -f conftest.er1 18261 rm -f conftest.er1
17643 cat conftest.err >&5 18262 cat conftest.err >&5
17644 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18263 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17645 (exit $ac_status); } && { 18264 (exit $ac_status); } && {
17646 test -z "$ac_c_werror_flag" || 18265 test -z "$ac_c_werror_flag" ||
17647 test ! -s conftest.err 18266 test ! -s conftest.err
17648 } && test -s conftest$ac_exeext && 18267 } && test -s conftest$ac_exeext && {
17649 $as_test_x conftest$ac_exeext; then 18268 test "$cross_compiling" = yes ||
18269 $as_test_x conftest$ac_exeext
18270 }; then
17650 ac_cv_lib_bsd_gethostbyname=yes 18271 ac_cv_lib_bsd_gethostbyname=yes
17651 else 18272 else
17652 echo "$as_me: failed program was:" >&5 18273 $as_echo "$as_me: failed program was:" >&5
17653 sed 's/^/| /' conftest.$ac_ext >&5 18274 sed 's/^/| /' conftest.$ac_ext >&5
17654 18275
17655 ac_cv_lib_bsd_gethostbyname=no 18276 ac_cv_lib_bsd_gethostbyname=no
17656 fi 18277 fi
17657 18278
18279 rm -rf conftest.dSYM
17658 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 18280 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17659 conftest$ac_exeext conftest.$ac_ext 18281 conftest$ac_exeext conftest.$ac_ext
17660 LIBS=$ac_check_lib_save_LIBS 18282 LIBS=$ac_check_lib_save_LIBS
17661 fi 18283 fi
17662 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5 18284 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
17663 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; } 18285 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
17664 if test $ac_cv_lib_bsd_gethostbyname = yes; then 18286 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
17665 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd" 18287 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
17666 fi 18288 fi
17667 18289
17668 fi 18290 fi
17669 fi 18291 fi
17673 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary 18295 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
17674 # on later versions), says Simon Leinen: it contains gethostby* 18296 # on later versions), says Simon Leinen: it contains gethostby*
17675 # variants that don't use the name server (or something). -lsocket 18297 # variants that don't use the name server (or something). -lsocket
17676 # must be given before -lnsl if both are needed. We assume that 18298 # must be given before -lnsl if both are needed. We assume that
17677 # if connect needs -lnsl, so does gethostbyname. 18299 # if connect needs -lnsl, so does gethostbyname.
17678 { echo "$as_me:$LINENO: checking for connect" >&5 18300 { $as_echo "$as_me:$LINENO: checking for connect" >&5
17679 echo $ECHO_N "checking for connect... $ECHO_C" >&6; } 18301 $as_echo_n "checking for connect... " >&6; }
17680 if test "${ac_cv_func_connect+set}" = set; then 18302 if test "${ac_cv_func_connect+set}" = set; then
17681 echo $ECHO_N "(cached) $ECHO_C" >&6 18303 $as_echo_n "(cached) " >&6
17682 else 18304 else
17683 cat >conftest.$ac_ext <<_ACEOF 18305 cat >conftest.$ac_ext <<_ACEOF
17684 /* confdefs.h. */ 18306 /* confdefs.h. */
17685 _ACEOF 18307 _ACEOF
17686 cat confdefs.h >>conftest.$ac_ext 18308 cat confdefs.h >>conftest.$ac_ext
17729 if { (ac_try="$ac_link" 18351 if { (ac_try="$ac_link"
17730 case "(($ac_try" in 18352 case "(($ac_try" in
17731 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18353 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17732 *) ac_try_echo=$ac_try;; 18354 *) ac_try_echo=$ac_try;;
17733 esac 18355 esac
17734 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18356 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18357 $as_echo "$ac_try_echo") >&5
17735 (eval "$ac_link") 2>conftest.er1 18358 (eval "$ac_link") 2>conftest.er1
17736 ac_status=$? 18359 ac_status=$?
17737 grep -v '^ *+' conftest.er1 >conftest.err 18360 grep -v '^ *+' conftest.er1 >conftest.err
17738 rm -f conftest.er1 18361 rm -f conftest.er1
17739 cat conftest.err >&5 18362 cat conftest.err >&5
17740 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18363 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17741 (exit $ac_status); } && { 18364 (exit $ac_status); } && {
17742 test -z "$ac_c_werror_flag" || 18365 test -z "$ac_c_werror_flag" ||
17743 test ! -s conftest.err 18366 test ! -s conftest.err
17744 } && test -s conftest$ac_exeext && 18367 } && test -s conftest$ac_exeext && {
17745 $as_test_x conftest$ac_exeext; then 18368 test "$cross_compiling" = yes ||
18369 $as_test_x conftest$ac_exeext
18370 }; then
17746 ac_cv_func_connect=yes 18371 ac_cv_func_connect=yes
17747 else 18372 else
17748 echo "$as_me: failed program was:" >&5 18373 $as_echo "$as_me: failed program was:" >&5
17749 sed 's/^/| /' conftest.$ac_ext >&5 18374 sed 's/^/| /' conftest.$ac_ext >&5
17750 18375
17751 ac_cv_func_connect=no 18376 ac_cv_func_connect=no
17752 fi 18377 fi
17753 18378
18379 rm -rf conftest.dSYM
17754 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 18380 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17755 conftest$ac_exeext conftest.$ac_ext 18381 conftest$ac_exeext conftest.$ac_ext
17756 fi 18382 fi
17757 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5 18383 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
17758 echo "${ECHO_T}$ac_cv_func_connect" >&6; } 18384 $as_echo "$ac_cv_func_connect" >&6; }
17759 18385
17760 if test $ac_cv_func_connect = no; then 18386 if test $ac_cv_func_connect = no; then
17761 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5 18387 { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
17762 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; } 18388 $as_echo_n "checking for connect in -lsocket... " >&6; }
17763 if test "${ac_cv_lib_socket_connect+set}" = set; then 18389 if test "${ac_cv_lib_socket_connect+set}" = set; then
17764 echo $ECHO_N "(cached) $ECHO_C" >&6 18390 $as_echo_n "(cached) " >&6
17765 else 18391 else
17766 ac_check_lib_save_LIBS=$LIBS 18392 ac_check_lib_save_LIBS=$LIBS
17767 LIBS="-lsocket $X_EXTRA_LIBS $LIBS" 18393 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
17768 cat >conftest.$ac_ext <<_ACEOF 18394 cat >conftest.$ac_ext <<_ACEOF
17769 /* confdefs.h. */ 18395 /* confdefs.h. */
17791 if { (ac_try="$ac_link" 18417 if { (ac_try="$ac_link"
17792 case "(($ac_try" in 18418 case "(($ac_try" in
17793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18419 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17794 *) ac_try_echo=$ac_try;; 18420 *) ac_try_echo=$ac_try;;
17795 esac 18421 esac
17796 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18422 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18423 $as_echo "$ac_try_echo") >&5
17797 (eval "$ac_link") 2>conftest.er1 18424 (eval "$ac_link") 2>conftest.er1
17798 ac_status=$? 18425 ac_status=$?
17799 grep -v '^ *+' conftest.er1 >conftest.err 18426 grep -v '^ *+' conftest.er1 >conftest.err
17800 rm -f conftest.er1 18427 rm -f conftest.er1
17801 cat conftest.err >&5 18428 cat conftest.err >&5
17802 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18429 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17803 (exit $ac_status); } && { 18430 (exit $ac_status); } && {
17804 test -z "$ac_c_werror_flag" || 18431 test -z "$ac_c_werror_flag" ||
17805 test ! -s conftest.err 18432 test ! -s conftest.err
17806 } && test -s conftest$ac_exeext && 18433 } && test -s conftest$ac_exeext && {
17807 $as_test_x conftest$ac_exeext; then 18434 test "$cross_compiling" = yes ||
18435 $as_test_x conftest$ac_exeext
18436 }; then
17808 ac_cv_lib_socket_connect=yes 18437 ac_cv_lib_socket_connect=yes
17809 else 18438 else
17810 echo "$as_me: failed program was:" >&5 18439 $as_echo "$as_me: failed program was:" >&5
17811 sed 's/^/| /' conftest.$ac_ext >&5 18440 sed 's/^/| /' conftest.$ac_ext >&5
17812 18441
17813 ac_cv_lib_socket_connect=no 18442 ac_cv_lib_socket_connect=no
17814 fi 18443 fi
17815 18444
18445 rm -rf conftest.dSYM
17816 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 18446 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17817 conftest$ac_exeext conftest.$ac_ext 18447 conftest$ac_exeext conftest.$ac_ext
17818 LIBS=$ac_check_lib_save_LIBS 18448 LIBS=$ac_check_lib_save_LIBS
17819 fi 18449 fi
17820 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5 18450 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
17821 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; } 18451 $as_echo "$ac_cv_lib_socket_connect" >&6; }
17822 if test $ac_cv_lib_socket_connect = yes; then 18452 if test "x$ac_cv_lib_socket_connect" = x""yes; then
17823 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" 18453 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
17824 fi 18454 fi
17825 18455
17826 fi 18456 fi
17827 18457
17828 # Guillermo Gomez says -lposix is necessary on A/UX. 18458 # Guillermo Gomez says -lposix is necessary on A/UX.
17829 { echo "$as_me:$LINENO: checking for remove" >&5 18459 { $as_echo "$as_me:$LINENO: checking for remove" >&5
17830 echo $ECHO_N "checking for remove... $ECHO_C" >&6; } 18460 $as_echo_n "checking for remove... " >&6; }
17831 if test "${ac_cv_func_remove+set}" = set; then 18461 if test "${ac_cv_func_remove+set}" = set; then
17832 echo $ECHO_N "(cached) $ECHO_C" >&6 18462 $as_echo_n "(cached) " >&6
17833 else 18463 else
17834 cat >conftest.$ac_ext <<_ACEOF 18464 cat >conftest.$ac_ext <<_ACEOF
17835 /* confdefs.h. */ 18465 /* confdefs.h. */
17836 _ACEOF 18466 _ACEOF
17837 cat confdefs.h >>conftest.$ac_ext 18467 cat confdefs.h >>conftest.$ac_ext
17880 if { (ac_try="$ac_link" 18510 if { (ac_try="$ac_link"
17881 case "(($ac_try" in 18511 case "(($ac_try" in
17882 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17883 *) ac_try_echo=$ac_try;; 18513 *) ac_try_echo=$ac_try;;
17884 esac 18514 esac
17885 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18515 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18516 $as_echo "$ac_try_echo") >&5
17886 (eval "$ac_link") 2>conftest.er1 18517 (eval "$ac_link") 2>conftest.er1
17887 ac_status=$? 18518 ac_status=$?
17888 grep -v '^ *+' conftest.er1 >conftest.err 18519 grep -v '^ *+' conftest.er1 >conftest.err
17889 rm -f conftest.er1 18520 rm -f conftest.er1
17890 cat conftest.err >&5 18521 cat conftest.err >&5
17891 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18522 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17892 (exit $ac_status); } && { 18523 (exit $ac_status); } && {
17893 test -z "$ac_c_werror_flag" || 18524 test -z "$ac_c_werror_flag" ||
17894 test ! -s conftest.err 18525 test ! -s conftest.err
17895 } && test -s conftest$ac_exeext && 18526 } && test -s conftest$ac_exeext && {
17896 $as_test_x conftest$ac_exeext; then 18527 test "$cross_compiling" = yes ||
18528 $as_test_x conftest$ac_exeext
18529 }; then
17897 ac_cv_func_remove=yes 18530 ac_cv_func_remove=yes
17898 else 18531 else
17899 echo "$as_me: failed program was:" >&5 18532 $as_echo "$as_me: failed program was:" >&5
17900 sed 's/^/| /' conftest.$ac_ext >&5 18533 sed 's/^/| /' conftest.$ac_ext >&5
17901 18534
17902 ac_cv_func_remove=no 18535 ac_cv_func_remove=no
17903 fi 18536 fi
17904 18537
18538 rm -rf conftest.dSYM
17905 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 18539 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17906 conftest$ac_exeext conftest.$ac_ext 18540 conftest$ac_exeext conftest.$ac_ext
17907 fi 18541 fi
17908 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5 18542 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
17909 echo "${ECHO_T}$ac_cv_func_remove" >&6; } 18543 $as_echo "$ac_cv_func_remove" >&6; }
17910 18544
17911 if test $ac_cv_func_remove = no; then 18545 if test $ac_cv_func_remove = no; then
17912 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5 18546 { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
17913 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; } 18547 $as_echo_n "checking for remove in -lposix... " >&6; }
17914 if test "${ac_cv_lib_posix_remove+set}" = set; then 18548 if test "${ac_cv_lib_posix_remove+set}" = set; then
17915 echo $ECHO_N "(cached) $ECHO_C" >&6 18549 $as_echo_n "(cached) " >&6
17916 else 18550 else
17917 ac_check_lib_save_LIBS=$LIBS 18551 ac_check_lib_save_LIBS=$LIBS
17918 LIBS="-lposix $LIBS" 18552 LIBS="-lposix $LIBS"
17919 cat >conftest.$ac_ext <<_ACEOF 18553 cat >conftest.$ac_ext <<_ACEOF
17920 /* confdefs.h. */ 18554 /* confdefs.h. */
17942 if { (ac_try="$ac_link" 18576 if { (ac_try="$ac_link"
17943 case "(($ac_try" in 18577 case "(($ac_try" in
17944 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17945 *) ac_try_echo=$ac_try;; 18579 *) ac_try_echo=$ac_try;;
17946 esac 18580 esac
17947 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18581 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18582 $as_echo "$ac_try_echo") >&5
17948 (eval "$ac_link") 2>conftest.er1 18583 (eval "$ac_link") 2>conftest.er1
17949 ac_status=$? 18584 ac_status=$?
17950 grep -v '^ *+' conftest.er1 >conftest.err 18585 grep -v '^ *+' conftest.er1 >conftest.err
17951 rm -f conftest.er1 18586 rm -f conftest.er1
17952 cat conftest.err >&5 18587 cat conftest.err >&5
17953 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18588 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17954 (exit $ac_status); } && { 18589 (exit $ac_status); } && {
17955 test -z "$ac_c_werror_flag" || 18590 test -z "$ac_c_werror_flag" ||
17956 test ! -s conftest.err 18591 test ! -s conftest.err
17957 } && test -s conftest$ac_exeext && 18592 } && test -s conftest$ac_exeext && {
17958 $as_test_x conftest$ac_exeext; then 18593 test "$cross_compiling" = yes ||
18594 $as_test_x conftest$ac_exeext
18595 }; then
17959 ac_cv_lib_posix_remove=yes 18596 ac_cv_lib_posix_remove=yes
17960 else 18597 else
17961 echo "$as_me: failed program was:" >&5 18598 $as_echo "$as_me: failed program was:" >&5
17962 sed 's/^/| /' conftest.$ac_ext >&5 18599 sed 's/^/| /' conftest.$ac_ext >&5
17963 18600
17964 ac_cv_lib_posix_remove=no 18601 ac_cv_lib_posix_remove=no
17965 fi 18602 fi
17966 18603
18604 rm -rf conftest.dSYM
17967 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 18605 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17968 conftest$ac_exeext conftest.$ac_ext 18606 conftest$ac_exeext conftest.$ac_ext
17969 LIBS=$ac_check_lib_save_LIBS 18607 LIBS=$ac_check_lib_save_LIBS
17970 fi 18608 fi
17971 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5 18609 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
17972 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; } 18610 $as_echo "$ac_cv_lib_posix_remove" >&6; }
17973 if test $ac_cv_lib_posix_remove = yes; then 18611 if test "x$ac_cv_lib_posix_remove" = x""yes; then
17974 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" 18612 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
17975 fi 18613 fi
17976 18614
17977 fi 18615 fi
17978 18616
17979 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. 18617 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
17980 { echo "$as_me:$LINENO: checking for shmat" >&5 18618 { $as_echo "$as_me:$LINENO: checking for shmat" >&5
17981 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; } 18619 $as_echo_n "checking for shmat... " >&6; }
17982 if test "${ac_cv_func_shmat+set}" = set; then 18620 if test "${ac_cv_func_shmat+set}" = set; then
17983 echo $ECHO_N "(cached) $ECHO_C" >&6 18621 $as_echo_n "(cached) " >&6
17984 else 18622 else
17985 cat >conftest.$ac_ext <<_ACEOF 18623 cat >conftest.$ac_ext <<_ACEOF
17986 /* confdefs.h. */ 18624 /* confdefs.h. */
17987 _ACEOF 18625 _ACEOF
17988 cat confdefs.h >>conftest.$ac_ext 18626 cat confdefs.h >>conftest.$ac_ext
18031 if { (ac_try="$ac_link" 18669 if { (ac_try="$ac_link"
18032 case "(($ac_try" in 18670 case "(($ac_try" in
18033 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18671 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18034 *) ac_try_echo=$ac_try;; 18672 *) ac_try_echo=$ac_try;;
18035 esac 18673 esac
18036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18674 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18675 $as_echo "$ac_try_echo") >&5
18037 (eval "$ac_link") 2>conftest.er1 18676 (eval "$ac_link") 2>conftest.er1
18038 ac_status=$? 18677 ac_status=$?
18039 grep -v '^ *+' conftest.er1 >conftest.err 18678 grep -v '^ *+' conftest.er1 >conftest.err
18040 rm -f conftest.er1 18679 rm -f conftest.er1
18041 cat conftest.err >&5 18680 cat conftest.err >&5
18042 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18681 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18043 (exit $ac_status); } && { 18682 (exit $ac_status); } && {
18044 test -z "$ac_c_werror_flag" || 18683 test -z "$ac_c_werror_flag" ||
18045 test ! -s conftest.err 18684 test ! -s conftest.err
18046 } && test -s conftest$ac_exeext && 18685 } && test -s conftest$ac_exeext && {
18047 $as_test_x conftest$ac_exeext; then 18686 test "$cross_compiling" = yes ||
18687 $as_test_x conftest$ac_exeext
18688 }; then
18048 ac_cv_func_shmat=yes 18689 ac_cv_func_shmat=yes
18049 else 18690 else
18050 echo "$as_me: failed program was:" >&5 18691 $as_echo "$as_me: failed program was:" >&5
18051 sed 's/^/| /' conftest.$ac_ext >&5 18692 sed 's/^/| /' conftest.$ac_ext >&5
18052 18693
18053 ac_cv_func_shmat=no 18694 ac_cv_func_shmat=no
18054 fi 18695 fi
18055 18696
18697 rm -rf conftest.dSYM
18056 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 18698 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18057 conftest$ac_exeext conftest.$ac_ext 18699 conftest$ac_exeext conftest.$ac_ext
18058 fi 18700 fi
18059 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5 18701 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
18060 echo "${ECHO_T}$ac_cv_func_shmat" >&6; } 18702 $as_echo "$ac_cv_func_shmat" >&6; }
18061 18703
18062 if test $ac_cv_func_shmat = no; then 18704 if test $ac_cv_func_shmat = no; then
18063 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5 18705 { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
18064 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; } 18706 $as_echo_n "checking for shmat in -lipc... " >&6; }
18065 if test "${ac_cv_lib_ipc_shmat+set}" = set; then 18707 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
18066 echo $ECHO_N "(cached) $ECHO_C" >&6 18708 $as_echo_n "(cached) " >&6
18067 else 18709 else
18068 ac_check_lib_save_LIBS=$LIBS 18710 ac_check_lib_save_LIBS=$LIBS
18069 LIBS="-lipc $LIBS" 18711 LIBS="-lipc $LIBS"
18070 cat >conftest.$ac_ext <<_ACEOF 18712 cat >conftest.$ac_ext <<_ACEOF
18071 /* confdefs.h. */ 18713 /* confdefs.h. */
18093 if { (ac_try="$ac_link" 18735 if { (ac_try="$ac_link"
18094 case "(($ac_try" in 18736 case "(($ac_try" in
18095 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18737 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18096 *) ac_try_echo=$ac_try;; 18738 *) ac_try_echo=$ac_try;;
18097 esac 18739 esac
18098 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18740 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18741 $as_echo "$ac_try_echo") >&5
18099 (eval "$ac_link") 2>conftest.er1 18742 (eval "$ac_link") 2>conftest.er1
18100 ac_status=$? 18743 ac_status=$?
18101 grep -v '^ *+' conftest.er1 >conftest.err 18744 grep -v '^ *+' conftest.er1 >conftest.err
18102 rm -f conftest.er1 18745 rm -f conftest.er1
18103 cat conftest.err >&5 18746 cat conftest.err >&5
18104 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18747 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18105 (exit $ac_status); } && { 18748 (exit $ac_status); } && {
18106 test -z "$ac_c_werror_flag" || 18749 test -z "$ac_c_werror_flag" ||
18107 test ! -s conftest.err 18750 test ! -s conftest.err
18108 } && test -s conftest$ac_exeext && 18751 } && test -s conftest$ac_exeext && {
18109 $as_test_x conftest$ac_exeext; then 18752 test "$cross_compiling" = yes ||
18753 $as_test_x conftest$ac_exeext
18754 }; then
18110 ac_cv_lib_ipc_shmat=yes 18755 ac_cv_lib_ipc_shmat=yes
18111 else 18756 else
18112 echo "$as_me: failed program was:" >&5 18757 $as_echo "$as_me: failed program was:" >&5
18113 sed 's/^/| /' conftest.$ac_ext >&5 18758 sed 's/^/| /' conftest.$ac_ext >&5
18114 18759
18115 ac_cv_lib_ipc_shmat=no 18760 ac_cv_lib_ipc_shmat=no
18116 fi 18761 fi
18117 18762
18763 rm -rf conftest.dSYM
18118 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 18764 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18119 conftest$ac_exeext conftest.$ac_ext 18765 conftest$ac_exeext conftest.$ac_ext
18120 LIBS=$ac_check_lib_save_LIBS 18766 LIBS=$ac_check_lib_save_LIBS
18121 fi 18767 fi
18122 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5 18768 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
18123 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; } 18769 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
18124 if test $ac_cv_lib_ipc_shmat = yes; then 18770 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
18125 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" 18771 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
18126 fi 18772 fi
18127 18773
18128 fi 18774 fi
18129 fi 18775 fi
18135 # check for ICE first), but we must link in the order -lSM -lICE or 18781 # check for ICE first), but we must link in the order -lSM -lICE or
18136 # we get undefined symbols. So assume we have SM if we have ICE. 18782 # we get undefined symbols. So assume we have SM if we have ICE.
18137 # These have to be linked with before -lX11, unlike the other 18783 # These have to be linked with before -lX11, unlike the other
18138 # libraries we check for below, so use a different variable. 18784 # libraries we check for below, so use a different variable.
18139 # John Interrante, Karl Berry 18785 # John Interrante, Karl Berry
18140 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5 18786 { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
18141 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; } 18787 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
18142 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then 18788 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
18143 echo $ECHO_N "(cached) $ECHO_C" >&6 18789 $as_echo_n "(cached) " >&6
18144 else 18790 else
18145 ac_check_lib_save_LIBS=$LIBS 18791 ac_check_lib_save_LIBS=$LIBS
18146 LIBS="-lICE $X_EXTRA_LIBS $LIBS" 18792 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
18147 cat >conftest.$ac_ext <<_ACEOF 18793 cat >conftest.$ac_ext <<_ACEOF
18148 /* confdefs.h. */ 18794 /* confdefs.h. */
18170 if { (ac_try="$ac_link" 18816 if { (ac_try="$ac_link"
18171 case "(($ac_try" in 18817 case "(($ac_try" in
18172 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18173 *) ac_try_echo=$ac_try;; 18819 *) ac_try_echo=$ac_try;;
18174 esac 18820 esac
18175 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18821 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18822 $as_echo "$ac_try_echo") >&5
18176 (eval "$ac_link") 2>conftest.er1 18823 (eval "$ac_link") 2>conftest.er1
18177 ac_status=$? 18824 ac_status=$?
18178 grep -v '^ *+' conftest.er1 >conftest.err 18825 grep -v '^ *+' conftest.er1 >conftest.err
18179 rm -f conftest.er1 18826 rm -f conftest.er1
18180 cat conftest.err >&5 18827 cat conftest.err >&5
18181 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18828 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18182 (exit $ac_status); } && { 18829 (exit $ac_status); } && {
18183 test -z "$ac_c_werror_flag" || 18830 test -z "$ac_c_werror_flag" ||
18184 test ! -s conftest.err 18831 test ! -s conftest.err
18185 } && test -s conftest$ac_exeext && 18832 } && test -s conftest$ac_exeext && {
18186 $as_test_x conftest$ac_exeext; then 18833 test "$cross_compiling" = yes ||
18834 $as_test_x conftest$ac_exeext
18835 }; then
18187 ac_cv_lib_ICE_IceConnectionNumber=yes 18836 ac_cv_lib_ICE_IceConnectionNumber=yes
18188 else 18837 else
18189 echo "$as_me: failed program was:" >&5 18838 $as_echo "$as_me: failed program was:" >&5
18190 sed 's/^/| /' conftest.$ac_ext >&5 18839 sed 's/^/| /' conftest.$ac_ext >&5
18191 18840
18192 ac_cv_lib_ICE_IceConnectionNumber=no 18841 ac_cv_lib_ICE_IceConnectionNumber=no
18193 fi 18842 fi
18194 18843
18844 rm -rf conftest.dSYM
18195 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 18845 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18196 conftest$ac_exeext conftest.$ac_ext 18846 conftest$ac_exeext conftest.$ac_ext
18197 LIBS=$ac_check_lib_save_LIBS 18847 LIBS=$ac_check_lib_save_LIBS
18198 fi 18848 fi
18199 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 18849 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
18200 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; } 18850 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
18201 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then 18851 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
18202 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" 18852 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
18203 fi 18853 fi
18204 18854
18205 LDFLAGS=$ac_save_LDFLAGS 18855 LDFLAGS=$ac_save_LDFLAGS
18206 18856
18220 18870
18221 MAKE_SUBDIR="$MAKE_SUBDIR lwlib" && if test "$verbose" = "yes"; then echo " Appending \"lwlib\" to \$MAKE_SUBDIR"; fi 18871 MAKE_SUBDIR="$MAKE_SUBDIR lwlib" && if test "$verbose" = "yes"; then echo " Appending \"lwlib\" to \$MAKE_SUBDIR"; fi
18222 SRC_SUBDIR_DEPS="$SRC_SUBDIR_DEPS lwlib" && if test "$verbose" = "yes"; then echo " Appending \"lwlib\" to \$SRC_SUBDIR_DEPS"; fi 18872 SRC_SUBDIR_DEPS="$SRC_SUBDIR_DEPS lwlib" && if test "$verbose" = "yes"; then echo " Appending \"lwlib\" to \$SRC_SUBDIR_DEPS"; fi
18223 18873
18224 if test "${ac_cv_header_Xm_Xm_h+set}" = set; then 18874 if test "${ac_cv_header_Xm_Xm_h+set}" = set; then
18225 { echo "$as_me:$LINENO: checking for Xm/Xm.h" >&5 18875 { $as_echo "$as_me:$LINENO: checking for Xm/Xm.h" >&5
18226 echo $ECHO_N "checking for Xm/Xm.h... $ECHO_C" >&6; } 18876 $as_echo_n "checking for Xm/Xm.h... " >&6; }
18227 if test "${ac_cv_header_Xm_Xm_h+set}" = set; then 18877 if test "${ac_cv_header_Xm_Xm_h+set}" = set; then
18228 echo $ECHO_N "(cached) $ECHO_C" >&6 18878 $as_echo_n "(cached) " >&6
18229 fi 18879 fi
18230 { echo "$as_me:$LINENO: result: $ac_cv_header_Xm_Xm_h" >&5 18880 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_Xm_Xm_h" >&5
18231 echo "${ECHO_T}$ac_cv_header_Xm_Xm_h" >&6; } 18881 $as_echo "$ac_cv_header_Xm_Xm_h" >&6; }
18232 else 18882 else
18233 # Is the header compilable? 18883 # Is the header compilable?
18234 { echo "$as_me:$LINENO: checking Xm/Xm.h usability" >&5 18884 { $as_echo "$as_me:$LINENO: checking Xm/Xm.h usability" >&5
18235 echo $ECHO_N "checking Xm/Xm.h usability... $ECHO_C" >&6; } 18885 $as_echo_n "checking Xm/Xm.h usability... " >&6; }
18236 cat >conftest.$ac_ext <<_ACEOF 18886 cat >conftest.$ac_ext <<_ACEOF
18237 /* confdefs.h. */ 18887 /* confdefs.h. */
18238 _ACEOF 18888 _ACEOF
18239 cat confdefs.h >>conftest.$ac_ext 18889 cat confdefs.h >>conftest.$ac_ext
18240 cat >>conftest.$ac_ext <<_ACEOF 18890 cat >>conftest.$ac_ext <<_ACEOF
18246 if { (ac_try="$ac_compile" 18896 if { (ac_try="$ac_compile"
18247 case "(($ac_try" in 18897 case "(($ac_try" in
18248 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18898 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18249 *) ac_try_echo=$ac_try;; 18899 *) ac_try_echo=$ac_try;;
18250 esac 18900 esac
18251 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18901 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18902 $as_echo "$ac_try_echo") >&5
18252 (eval "$ac_compile") 2>conftest.er1 18903 (eval "$ac_compile") 2>conftest.er1
18253 ac_status=$? 18904 ac_status=$?
18254 grep -v '^ *+' conftest.er1 >conftest.err 18905 grep -v '^ *+' conftest.er1 >conftest.err
18255 rm -f conftest.er1 18906 rm -f conftest.er1
18256 cat conftest.err >&5 18907 cat conftest.err >&5
18257 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18908 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18258 (exit $ac_status); } && { 18909 (exit $ac_status); } && {
18259 test -z "$ac_c_werror_flag" || 18910 test -z "$ac_c_werror_flag" ||
18260 test ! -s conftest.err 18911 test ! -s conftest.err
18261 } && test -s conftest.$ac_objext; then 18912 } && test -s conftest.$ac_objext; then
18262 ac_header_compiler=yes 18913 ac_header_compiler=yes
18263 else 18914 else
18264 echo "$as_me: failed program was:" >&5 18915 $as_echo "$as_me: failed program was:" >&5
18265 sed 's/^/| /' conftest.$ac_ext >&5 18916 sed 's/^/| /' conftest.$ac_ext >&5
18266 18917
18267 ac_header_compiler=no 18918 ac_header_compiler=no
18268 fi 18919 fi
18269 18920
18270 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 18921 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18271 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 18922 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18272 echo "${ECHO_T}$ac_header_compiler" >&6; } 18923 $as_echo "$ac_header_compiler" >&6; }
18273 18924
18274 # Is the header present? 18925 # Is the header present?
18275 { echo "$as_me:$LINENO: checking Xm/Xm.h presence" >&5 18926 { $as_echo "$as_me:$LINENO: checking Xm/Xm.h presence" >&5
18276 echo $ECHO_N "checking Xm/Xm.h presence... $ECHO_C" >&6; } 18927 $as_echo_n "checking Xm/Xm.h presence... " >&6; }
18277 cat >conftest.$ac_ext <<_ACEOF 18928 cat >conftest.$ac_ext <<_ACEOF
18278 /* confdefs.h. */ 18929 /* confdefs.h. */
18279 _ACEOF 18930 _ACEOF
18280 cat confdefs.h >>conftest.$ac_ext 18931 cat confdefs.h >>conftest.$ac_ext
18281 cat >>conftest.$ac_ext <<_ACEOF 18932 cat >>conftest.$ac_ext <<_ACEOF
18285 if { (ac_try="$ac_cpp conftest.$ac_ext" 18936 if { (ac_try="$ac_cpp conftest.$ac_ext"
18286 case "(($ac_try" in 18937 case "(($ac_try" in
18287 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 18938 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18288 *) ac_try_echo=$ac_try;; 18939 *) ac_try_echo=$ac_try;;
18289 esac 18940 esac
18290 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 18941 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18942 $as_echo "$ac_try_echo") >&5
18291 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 18943 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
18292 ac_status=$? 18944 ac_status=$?
18293 grep -v '^ *+' conftest.er1 >conftest.err 18945 grep -v '^ *+' conftest.er1 >conftest.err
18294 rm -f conftest.er1 18946 rm -f conftest.er1
18295 cat conftest.err >&5 18947 cat conftest.err >&5
18296 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18948 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18297 (exit $ac_status); } >/dev/null && { 18949 (exit $ac_status); } >/dev/null && {
18298 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 18950 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
18299 test ! -s conftest.err 18951 test ! -s conftest.err
18300 }; then 18952 }; then
18301 ac_header_preproc=yes 18953 ac_header_preproc=yes
18302 else 18954 else
18303 echo "$as_me: failed program was:" >&5 18955 $as_echo "$as_me: failed program was:" >&5
18304 sed 's/^/| /' conftest.$ac_ext >&5 18956 sed 's/^/| /' conftest.$ac_ext >&5
18305 18957
18306 ac_header_preproc=no 18958 ac_header_preproc=no
18307 fi 18959 fi
18308 18960
18309 rm -f conftest.err conftest.$ac_ext 18961 rm -f conftest.err conftest.$ac_ext
18310 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 18962 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18311 echo "${ECHO_T}$ac_header_preproc" >&6; } 18963 $as_echo "$ac_header_preproc" >&6; }
18312 18964
18313 # So? What about this header? 18965 # So? What about this header?
18314 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 18966 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
18315 yes:no: ) 18967 yes:no: )
18316 { echo "$as_me:$LINENO: WARNING: Xm/Xm.h: accepted by the compiler, rejected by the preprocessor!" >&5 18968 { $as_echo "$as_me:$LINENO: WARNING: Xm/Xm.h: accepted by the compiler, rejected by the preprocessor!" >&5
18317 echo "$as_me: WARNING: Xm/Xm.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 18969 $as_echo "$as_me: WARNING: Xm/Xm.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
18318 { echo "$as_me:$LINENO: WARNING: Xm/Xm.h: proceeding with the compiler's result" >&5 18970 { $as_echo "$as_me:$LINENO: WARNING: Xm/Xm.h: proceeding with the compiler's result" >&5
18319 echo "$as_me: WARNING: Xm/Xm.h: proceeding with the compiler's result" >&2;} 18971 $as_echo "$as_me: WARNING: Xm/Xm.h: proceeding with the compiler's result" >&2;}
18320 ac_header_preproc=yes 18972 ac_header_preproc=yes
18321 ;; 18973 ;;
18322 no:yes:* ) 18974 no:yes:* )
18323 { echo "$as_me:$LINENO: WARNING: Xm/Xm.h: present but cannot be compiled" >&5 18975 { $as_echo "$as_me:$LINENO: WARNING: Xm/Xm.h: present but cannot be compiled" >&5
18324 echo "$as_me: WARNING: Xm/Xm.h: present but cannot be compiled" >&2;} 18976 $as_echo "$as_me: WARNING: Xm/Xm.h: present but cannot be compiled" >&2;}
18325 { echo "$as_me:$LINENO: WARNING: Xm/Xm.h: check for missing prerequisite headers?" >&5 18977 { $as_echo "$as_me:$LINENO: WARNING: Xm/Xm.h: check for missing prerequisite headers?" >&5
18326 echo "$as_me: WARNING: Xm/Xm.h: check for missing prerequisite headers?" >&2;} 18978 $as_echo "$as_me: WARNING: Xm/Xm.h: check for missing prerequisite headers?" >&2;}
18327 { echo "$as_me:$LINENO: WARNING: Xm/Xm.h: see the Autoconf documentation" >&5 18979 { $as_echo "$as_me:$LINENO: WARNING: Xm/Xm.h: see the Autoconf documentation" >&5
18328 echo "$as_me: WARNING: Xm/Xm.h: see the Autoconf documentation" >&2;} 18980 $as_echo "$as_me: WARNING: Xm/Xm.h: see the Autoconf documentation" >&2;}
18329 { echo "$as_me:$LINENO: WARNING: Xm/Xm.h: section \"Present But Cannot Be Compiled\"" >&5 18981 { $as_echo "$as_me:$LINENO: WARNING: Xm/Xm.h: section \"Present But Cannot Be Compiled\"" >&5
18330 echo "$as_me: WARNING: Xm/Xm.h: section \"Present But Cannot Be Compiled\"" >&2;} 18982 $as_echo "$as_me: WARNING: Xm/Xm.h: section \"Present But Cannot Be Compiled\"" >&2;}
18331 { echo "$as_me:$LINENO: WARNING: Xm/Xm.h: proceeding with the preprocessor's result" >&5 18983 { $as_echo "$as_me:$LINENO: WARNING: Xm/Xm.h: proceeding with the preprocessor's result" >&5
18332 echo "$as_me: WARNING: Xm/Xm.h: proceeding with the preprocessor's result" >&2;} 18984 $as_echo "$as_me: WARNING: Xm/Xm.h: proceeding with the preprocessor's result" >&2;}
18333 { echo "$as_me:$LINENO: WARNING: Xm/Xm.h: in the future, the compiler will take precedence" >&5 18985 { $as_echo "$as_me:$LINENO: WARNING: Xm/Xm.h: in the future, the compiler will take precedence" >&5
18334 echo "$as_me: WARNING: Xm/Xm.h: in the future, the compiler will take precedence" >&2;} 18986 $as_echo "$as_me: WARNING: Xm/Xm.h: in the future, the compiler will take precedence" >&2;}
18335 ( cat <<\_ASBOX 18987 ( cat <<\_ASBOX
18336 ## ------------------------------------- ## 18988 ## ------------------------------------- ##
18337 ## Report this to xemacs-beta@xemacs.org ## 18989 ## Report this to xemacs-beta@xemacs.org ##
18338 ## ------------------------------------- ## 18990 ## ------------------------------------- ##
18339 _ASBOX 18991 _ASBOX
18340 ) | sed "s/^/$as_me: WARNING: /" >&2 18992 ) | sed "s/^/$as_me: WARNING: /" >&2
18341 ;; 18993 ;;
18342 esac 18994 esac
18343 { echo "$as_me:$LINENO: checking for Xm/Xm.h" >&5 18995 { $as_echo "$as_me:$LINENO: checking for Xm/Xm.h" >&5
18344 echo $ECHO_N "checking for Xm/Xm.h... $ECHO_C" >&6; } 18996 $as_echo_n "checking for Xm/Xm.h... " >&6; }
18345 if test "${ac_cv_header_Xm_Xm_h+set}" = set; then 18997 if test "${ac_cv_header_Xm_Xm_h+set}" = set; then
18346 echo $ECHO_N "(cached) $ECHO_C" >&6 18998 $as_echo_n "(cached) " >&6
18347 else 18999 else
18348 ac_cv_header_Xm_Xm_h=$ac_header_preproc 19000 ac_cv_header_Xm_Xm_h=$ac_header_preproc
18349 fi 19001 fi
18350 { echo "$as_me:$LINENO: result: $ac_cv_header_Xm_Xm_h" >&5 19002 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_Xm_Xm_h" >&5
18351 echo "${ECHO_T}$ac_cv_header_Xm_Xm_h" >&6; } 19003 $as_echo "$ac_cv_header_Xm_Xm_h" >&6; }
18352 19004
18353 fi 19005 fi
18354 if test $ac_cv_header_Xm_Xm_h = yes; then 19006 if test "x$ac_cv_header_Xm_Xm_h" = x""yes; then
18355 { echo "$as_me:$LINENO: checking for XmStringFree in -lXm" >&5 19007 { $as_echo "$as_me:$LINENO: checking for XmStringFree in -lXm" >&5
18356 echo $ECHO_N "checking for XmStringFree in -lXm... $ECHO_C" >&6; } 19008 $as_echo_n "checking for XmStringFree in -lXm... " >&6; }
18357 if test "${ac_cv_lib_Xm_XmStringFree+set}" = set; then 19009 if test "${ac_cv_lib_Xm_XmStringFree+set}" = set; then
18358 echo $ECHO_N "(cached) $ECHO_C" >&6 19010 $as_echo_n "(cached) " >&6
18359 else 19011 else
18360 ac_check_lib_save_LIBS=$LIBS 19012 ac_check_lib_save_LIBS=$LIBS
18361 LIBS="-lXm $LIBS" 19013 LIBS="-lXm $LIBS"
18362 cat >conftest.$ac_ext <<_ACEOF 19014 cat >conftest.$ac_ext <<_ACEOF
18363 /* confdefs.h. */ 19015 /* confdefs.h. */
18385 if { (ac_try="$ac_link" 19037 if { (ac_try="$ac_link"
18386 case "(($ac_try" in 19038 case "(($ac_try" in
18387 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19039 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18388 *) ac_try_echo=$ac_try;; 19040 *) ac_try_echo=$ac_try;;
18389 esac 19041 esac
18390 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 19042 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19043 $as_echo "$ac_try_echo") >&5
18391 (eval "$ac_link") 2>conftest.er1 19044 (eval "$ac_link") 2>conftest.er1
18392 ac_status=$? 19045 ac_status=$?
18393 grep -v '^ *+' conftest.er1 >conftest.err 19046 grep -v '^ *+' conftest.er1 >conftest.err
18394 rm -f conftest.er1 19047 rm -f conftest.er1
18395 cat conftest.err >&5 19048 cat conftest.err >&5
18396 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19049 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18397 (exit $ac_status); } && { 19050 (exit $ac_status); } && {
18398 test -z "$ac_c_werror_flag" || 19051 test -z "$ac_c_werror_flag" ||
18399 test ! -s conftest.err 19052 test ! -s conftest.err
18400 } && test -s conftest$ac_exeext && 19053 } && test -s conftest$ac_exeext && {
18401 $as_test_x conftest$ac_exeext; then 19054 test "$cross_compiling" = yes ||
19055 $as_test_x conftest$ac_exeext
19056 }; then
18402 ac_cv_lib_Xm_XmStringFree=yes 19057 ac_cv_lib_Xm_XmStringFree=yes
18403 else 19058 else
18404 echo "$as_me: failed program was:" >&5 19059 $as_echo "$as_me: failed program was:" >&5
18405 sed 's/^/| /' conftest.$ac_ext >&5 19060 sed 's/^/| /' conftest.$ac_ext >&5
18406 19061
18407 ac_cv_lib_Xm_XmStringFree=no 19062 ac_cv_lib_Xm_XmStringFree=no
18408 fi 19063 fi
18409 19064
19065 rm -rf conftest.dSYM
18410 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 19066 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18411 conftest$ac_exeext conftest.$ac_ext 19067 conftest$ac_exeext conftest.$ac_ext
18412 LIBS=$ac_check_lib_save_LIBS 19068 LIBS=$ac_check_lib_save_LIBS
18413 fi 19069 fi
18414 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xm_XmStringFree" >&5 19070 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xm_XmStringFree" >&5
18415 echo "${ECHO_T}$ac_cv_lib_Xm_XmStringFree" >&6; } 19071 $as_echo "$ac_cv_lib_Xm_XmStringFree" >&6; }
18416 if test $ac_cv_lib_Xm_XmStringFree = yes; then 19072 if test "x$ac_cv_lib_Xm_XmStringFree" = x""yes; then
18417 got_motif=yes 19073 got_motif=yes
18418 fi 19074 fi
18419 19075
18420 fi 19076 fi
18421 19077
18541 test ! -z "$bitmapdirs" && cat >>confdefs.h <<_ACEOF 19197 test ! -z "$bitmapdirs" && cat >>confdefs.h <<_ACEOF
18542 #define BITMAPDIR "$bitmapdirs" 19198 #define BITMAPDIR "$bitmapdirs"
18543 _ACEOF 19199 _ACEOF
18544 19200
18545 19201
18546 { echo "$as_me:$LINENO: checking for X defines extracted by xmkmf" >&5 19202 { $as_echo "$as_me:$LINENO: checking for X defines extracted by xmkmf" >&5
18547 echo $ECHO_N "checking for X defines extracted by xmkmf... $ECHO_C" >&6; } 19203 $as_echo_n "checking for X defines extracted by xmkmf... " >&6; }
18548 { echo "$as_me:$LINENO: result: " >&5 19204 { $as_echo "$as_me:$LINENO: result: " >&5
18549 echo "${ECHO_T}" >&6; } 19205 $as_echo "" >&6; }
18550 rm -fr conftestdir 19206 rm -fr conftestdir
18551 if mkdir conftestdir; then 19207 if mkdir conftestdir; then
18552 cd conftestdir 19208 cd conftestdir
18553 cat > Imakefile <<'EOF' 19209 cat > Imakefile <<'EOF'
18554 xetest: 19210 xetest:
18584 esac 19240 esac
18585 done 19241 done
18586 fi 19242 fi
18587 19243
18588 if test "${ac_cv_header_X11_Intrinsic_h+set}" = set; then 19244 if test "${ac_cv_header_X11_Intrinsic_h+set}" = set; then
18589 { echo "$as_me:$LINENO: checking for X11/Intrinsic.h" >&5 19245 { $as_echo "$as_me:$LINENO: checking for X11/Intrinsic.h" >&5
18590 echo $ECHO_N "checking for X11/Intrinsic.h... $ECHO_C" >&6; } 19246 $as_echo_n "checking for X11/Intrinsic.h... " >&6; }
18591 if test "${ac_cv_header_X11_Intrinsic_h+set}" = set; then 19247 if test "${ac_cv_header_X11_Intrinsic_h+set}" = set; then
18592 echo $ECHO_N "(cached) $ECHO_C" >&6 19248 $as_echo_n "(cached) " >&6
18593 fi 19249 fi
18594 { echo "$as_me:$LINENO: result: $ac_cv_header_X11_Intrinsic_h" >&5 19250 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_X11_Intrinsic_h" >&5
18595 echo "${ECHO_T}$ac_cv_header_X11_Intrinsic_h" >&6; } 19251 $as_echo "$ac_cv_header_X11_Intrinsic_h" >&6; }
18596 else 19252 else
18597 # Is the header compilable? 19253 # Is the header compilable?
18598 { echo "$as_me:$LINENO: checking X11/Intrinsic.h usability" >&5 19254 { $as_echo "$as_me:$LINENO: checking X11/Intrinsic.h usability" >&5
18599 echo $ECHO_N "checking X11/Intrinsic.h usability... $ECHO_C" >&6; } 19255 $as_echo_n "checking X11/Intrinsic.h usability... " >&6; }
18600 cat >conftest.$ac_ext <<_ACEOF 19256 cat >conftest.$ac_ext <<_ACEOF
18601 /* confdefs.h. */ 19257 /* confdefs.h. */
18602 _ACEOF 19258 _ACEOF
18603 cat confdefs.h >>conftest.$ac_ext 19259 cat confdefs.h >>conftest.$ac_ext
18604 cat >>conftest.$ac_ext <<_ACEOF 19260 cat >>conftest.$ac_ext <<_ACEOF
18610 if { (ac_try="$ac_compile" 19266 if { (ac_try="$ac_compile"
18611 case "(($ac_try" in 19267 case "(($ac_try" in
18612 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19268 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18613 *) ac_try_echo=$ac_try;; 19269 *) ac_try_echo=$ac_try;;
18614 esac 19270 esac
18615 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 19271 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19272 $as_echo "$ac_try_echo") >&5
18616 (eval "$ac_compile") 2>conftest.er1 19273 (eval "$ac_compile") 2>conftest.er1
18617 ac_status=$? 19274 ac_status=$?
18618 grep -v '^ *+' conftest.er1 >conftest.err 19275 grep -v '^ *+' conftest.er1 >conftest.err
18619 rm -f conftest.er1 19276 rm -f conftest.er1
18620 cat conftest.err >&5 19277 cat conftest.err >&5
18621 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19278 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18622 (exit $ac_status); } && { 19279 (exit $ac_status); } && {
18623 test -z "$ac_c_werror_flag" || 19280 test -z "$ac_c_werror_flag" ||
18624 test ! -s conftest.err 19281 test ! -s conftest.err
18625 } && test -s conftest.$ac_objext; then 19282 } && test -s conftest.$ac_objext; then
18626 ac_header_compiler=yes 19283 ac_header_compiler=yes
18627 else 19284 else
18628 echo "$as_me: failed program was:" >&5 19285 $as_echo "$as_me: failed program was:" >&5
18629 sed 's/^/| /' conftest.$ac_ext >&5 19286 sed 's/^/| /' conftest.$ac_ext >&5
18630 19287
18631 ac_header_compiler=no 19288 ac_header_compiler=no
18632 fi 19289 fi
18633 19290
18634 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 19291 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18635 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 19292 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18636 echo "${ECHO_T}$ac_header_compiler" >&6; } 19293 $as_echo "$ac_header_compiler" >&6; }
18637 19294
18638 # Is the header present? 19295 # Is the header present?
18639 { echo "$as_me:$LINENO: checking X11/Intrinsic.h presence" >&5 19296 { $as_echo "$as_me:$LINENO: checking X11/Intrinsic.h presence" >&5
18640 echo $ECHO_N "checking X11/Intrinsic.h presence... $ECHO_C" >&6; } 19297 $as_echo_n "checking X11/Intrinsic.h presence... " >&6; }
18641 cat >conftest.$ac_ext <<_ACEOF 19298 cat >conftest.$ac_ext <<_ACEOF
18642 /* confdefs.h. */ 19299 /* confdefs.h. */
18643 _ACEOF 19300 _ACEOF
18644 cat confdefs.h >>conftest.$ac_ext 19301 cat confdefs.h >>conftest.$ac_ext
18645 cat >>conftest.$ac_ext <<_ACEOF 19302 cat >>conftest.$ac_ext <<_ACEOF
18649 if { (ac_try="$ac_cpp conftest.$ac_ext" 19306 if { (ac_try="$ac_cpp conftest.$ac_ext"
18650 case "(($ac_try" in 19307 case "(($ac_try" in
18651 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19308 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18652 *) ac_try_echo=$ac_try;; 19309 *) ac_try_echo=$ac_try;;
18653 esac 19310 esac
18654 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 19311 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19312 $as_echo "$ac_try_echo") >&5
18655 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 19313 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
18656 ac_status=$? 19314 ac_status=$?
18657 grep -v '^ *+' conftest.er1 >conftest.err 19315 grep -v '^ *+' conftest.er1 >conftest.err
18658 rm -f conftest.er1 19316 rm -f conftest.er1
18659 cat conftest.err >&5 19317 cat conftest.err >&5
18660 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19318 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18661 (exit $ac_status); } >/dev/null && { 19319 (exit $ac_status); } >/dev/null && {
18662 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 19320 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
18663 test ! -s conftest.err 19321 test ! -s conftest.err
18664 }; then 19322 }; then
18665 ac_header_preproc=yes 19323 ac_header_preproc=yes
18666 else 19324 else
18667 echo "$as_me: failed program was:" >&5 19325 $as_echo "$as_me: failed program was:" >&5
18668 sed 's/^/| /' conftest.$ac_ext >&5 19326 sed 's/^/| /' conftest.$ac_ext >&5
18669 19327
18670 ac_header_preproc=no 19328 ac_header_preproc=no
18671 fi 19329 fi
18672 19330
18673 rm -f conftest.err conftest.$ac_ext 19331 rm -f conftest.err conftest.$ac_ext
18674 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 19332 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18675 echo "${ECHO_T}$ac_header_preproc" >&6; } 19333 $as_echo "$ac_header_preproc" >&6; }
18676 19334
18677 # So? What about this header? 19335 # So? What about this header?
18678 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 19336 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
18679 yes:no: ) 19337 yes:no: )
18680 { echo "$as_me:$LINENO: WARNING: X11/Intrinsic.h: accepted by the compiler, rejected by the preprocessor!" >&5 19338 { $as_echo "$as_me:$LINENO: WARNING: X11/Intrinsic.h: accepted by the compiler, rejected by the preprocessor!" >&5
18681 echo "$as_me: WARNING: X11/Intrinsic.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 19339 $as_echo "$as_me: WARNING: X11/Intrinsic.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
18682 { echo "$as_me:$LINENO: WARNING: X11/Intrinsic.h: proceeding with the compiler's result" >&5 19340 { $as_echo "$as_me:$LINENO: WARNING: X11/Intrinsic.h: proceeding with the compiler's result" >&5
18683 echo "$as_me: WARNING: X11/Intrinsic.h: proceeding with the compiler's result" >&2;} 19341 $as_echo "$as_me: WARNING: X11/Intrinsic.h: proceeding with the compiler's result" >&2;}
18684 ac_header_preproc=yes 19342 ac_header_preproc=yes
18685 ;; 19343 ;;
18686 no:yes:* ) 19344 no:yes:* )
18687 { echo "$as_me:$LINENO: WARNING: X11/Intrinsic.h: present but cannot be compiled" >&5 19345 { $as_echo "$as_me:$LINENO: WARNING: X11/Intrinsic.h: present but cannot be compiled" >&5
18688 echo "$as_me: WARNING: X11/Intrinsic.h: present but cannot be compiled" >&2;} 19346 $as_echo "$as_me: WARNING: X11/Intrinsic.h: present but cannot be compiled" >&2;}
18689 { echo "$as_me:$LINENO: WARNING: X11/Intrinsic.h: check for missing prerequisite headers?" >&5 19347 { $as_echo "$as_me:$LINENO: WARNING: X11/Intrinsic.h: check for missing prerequisite headers?" >&5
18690 echo "$as_me: WARNING: X11/Intrinsic.h: check for missing prerequisite headers?" >&2;} 19348 $as_echo "$as_me: WARNING: X11/Intrinsic.h: check for missing prerequisite headers?" >&2;}
18691 { echo "$as_me:$LINENO: WARNING: X11/Intrinsic.h: see the Autoconf documentation" >&5 19349 { $as_echo "$as_me:$LINENO: WARNING: X11/Intrinsic.h: see the Autoconf documentation" >&5
18692 echo "$as_me: WARNING: X11/Intrinsic.h: see the Autoconf documentation" >&2;} 19350 $as_echo "$as_me: WARNING: X11/Intrinsic.h: see the Autoconf documentation" >&2;}
18693 { echo "$as_me:$LINENO: WARNING: X11/Intrinsic.h: section \"Present But Cannot Be Compiled\"" >&5 19351 { $as_echo "$as_me:$LINENO: WARNING: X11/Intrinsic.h: section \"Present But Cannot Be Compiled\"" >&5
18694 echo "$as_me: WARNING: X11/Intrinsic.h: section \"Present But Cannot Be Compiled\"" >&2;} 19352 $as_echo "$as_me: WARNING: X11/Intrinsic.h: section \"Present But Cannot Be Compiled\"" >&2;}
18695 { echo "$as_me:$LINENO: WARNING: X11/Intrinsic.h: proceeding with the preprocessor's result" >&5 19353 { $as_echo "$as_me:$LINENO: WARNING: X11/Intrinsic.h: proceeding with the preprocessor's result" >&5
18696 echo "$as_me: WARNING: X11/Intrinsic.h: proceeding with the preprocessor's result" >&2;} 19354 $as_echo "$as_me: WARNING: X11/Intrinsic.h: proceeding with the preprocessor's result" >&2;}
18697 { echo "$as_me:$LINENO: WARNING: X11/Intrinsic.h: in the future, the compiler will take precedence" >&5 19355 { $as_echo "$as_me:$LINENO: WARNING: X11/Intrinsic.h: in the future, the compiler will take precedence" >&5
18698 echo "$as_me: WARNING: X11/Intrinsic.h: in the future, the compiler will take precedence" >&2;} 19356 $as_echo "$as_me: WARNING: X11/Intrinsic.h: in the future, the compiler will take precedence" >&2;}
18699 ( cat <<\_ASBOX 19357 ( cat <<\_ASBOX
18700 ## ------------------------------------- ## 19358 ## ------------------------------------- ##
18701 ## Report this to xemacs-beta@xemacs.org ## 19359 ## Report this to xemacs-beta@xemacs.org ##
18702 ## ------------------------------------- ## 19360 ## ------------------------------------- ##
18703 _ASBOX 19361 _ASBOX
18704 ) | sed "s/^/$as_me: WARNING: /" >&2 19362 ) | sed "s/^/$as_me: WARNING: /" >&2
18705 ;; 19363 ;;
18706 esac 19364 esac
18707 { echo "$as_me:$LINENO: checking for X11/Intrinsic.h" >&5 19365 { $as_echo "$as_me:$LINENO: checking for X11/Intrinsic.h" >&5
18708 echo $ECHO_N "checking for X11/Intrinsic.h... $ECHO_C" >&6; } 19366 $as_echo_n "checking for X11/Intrinsic.h... " >&6; }
18709 if test "${ac_cv_header_X11_Intrinsic_h+set}" = set; then 19367 if test "${ac_cv_header_X11_Intrinsic_h+set}" = set; then
18710 echo $ECHO_N "(cached) $ECHO_C" >&6 19368 $as_echo_n "(cached) " >&6
18711 else 19369 else
18712 ac_cv_header_X11_Intrinsic_h=$ac_header_preproc 19370 ac_cv_header_X11_Intrinsic_h=$ac_header_preproc
18713 fi 19371 fi
18714 { echo "$as_me:$LINENO: result: $ac_cv_header_X11_Intrinsic_h" >&5 19372 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_X11_Intrinsic_h" >&5
18715 echo "${ECHO_T}$ac_cv_header_X11_Intrinsic_h" >&6; } 19373 $as_echo "$ac_cv_header_X11_Intrinsic_h" >&6; }
18716 19374
18717 fi 19375 fi
18718 if test $ac_cv_header_X11_Intrinsic_h = yes; then 19376 if test "x$ac_cv_header_X11_Intrinsic_h" = x""yes; then
18719 : 19377 :
18720 else 19378 else
18721 { { echo "$as_me:$LINENO: error: Unable to find X11 header files." >&5 19379 { { $as_echo "$as_me:$LINENO: error: Unable to find X11 header files." >&5
18722 echo "$as_me: error: Unable to find X11 header files." >&2;} 19380 $as_echo "$as_me: error: Unable to find X11 header files." >&2;}
18723 { (exit 1); exit 1; }; } 19381 { (exit 1); exit 1; }; }
18724 fi 19382 fi
18725 19383
18726 19384
18727 19385
18728 { echo "$as_me:$LINENO: checking for XOpenDisplay in -lX11" >&5 19386 { $as_echo "$as_me:$LINENO: checking for XOpenDisplay in -lX11" >&5
18729 echo $ECHO_N "checking for XOpenDisplay in -lX11... $ECHO_C" >&6; } 19387 $as_echo_n "checking for XOpenDisplay in -lX11... " >&6; }
18730 if test "${ac_cv_lib_X11_XOpenDisplay+set}" = set; then 19388 if test "${ac_cv_lib_X11_XOpenDisplay+set}" = set; then
18731 echo $ECHO_N "(cached) $ECHO_C" >&6 19389 $as_echo_n "(cached) " >&6
18732 else 19390 else
18733 ac_check_lib_save_LIBS=$LIBS 19391 ac_check_lib_save_LIBS=$LIBS
18734 LIBS="-lX11 $LIBS" 19392 LIBS="-lX11 $LIBS"
18735 cat >conftest.$ac_ext <<_ACEOF 19393 cat >conftest.$ac_ext <<_ACEOF
18736 /* confdefs.h. */ 19394 /* confdefs.h. */
18758 if { (ac_try="$ac_link" 19416 if { (ac_try="$ac_link"
18759 case "(($ac_try" in 19417 case "(($ac_try" in
18760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19418 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18761 *) ac_try_echo=$ac_try;; 19419 *) ac_try_echo=$ac_try;;
18762 esac 19420 esac
18763 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 19421 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19422 $as_echo "$ac_try_echo") >&5
18764 (eval "$ac_link") 2>conftest.er1 19423 (eval "$ac_link") 2>conftest.er1
18765 ac_status=$? 19424 ac_status=$?
18766 grep -v '^ *+' conftest.er1 >conftest.err 19425 grep -v '^ *+' conftest.er1 >conftest.err
18767 rm -f conftest.er1 19426 rm -f conftest.er1
18768 cat conftest.err >&5 19427 cat conftest.err >&5
18769 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19428 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18770 (exit $ac_status); } && { 19429 (exit $ac_status); } && {
18771 test -z "$ac_c_werror_flag" || 19430 test -z "$ac_c_werror_flag" ||
18772 test ! -s conftest.err 19431 test ! -s conftest.err
18773 } && test -s conftest$ac_exeext && 19432 } && test -s conftest$ac_exeext && {
18774 $as_test_x conftest$ac_exeext; then 19433 test "$cross_compiling" = yes ||
19434 $as_test_x conftest$ac_exeext
19435 }; then
18775 ac_cv_lib_X11_XOpenDisplay=yes 19436 ac_cv_lib_X11_XOpenDisplay=yes
18776 else 19437 else
18777 echo "$as_me: failed program was:" >&5 19438 $as_echo "$as_me: failed program was:" >&5
18778 sed 's/^/| /' conftest.$ac_ext >&5 19439 sed 's/^/| /' conftest.$ac_ext >&5
18779 19440
18780 ac_cv_lib_X11_XOpenDisplay=no 19441 ac_cv_lib_X11_XOpenDisplay=no
18781 fi 19442 fi
18782 19443
19444 rm -rf conftest.dSYM
18783 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 19445 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18784 conftest$ac_exeext conftest.$ac_ext 19446 conftest$ac_exeext conftest.$ac_ext
18785 LIBS=$ac_check_lib_save_LIBS 19447 LIBS=$ac_check_lib_save_LIBS
18786 fi 19448 fi
18787 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XOpenDisplay" >&5 19449 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XOpenDisplay" >&5
18788 echo "${ECHO_T}$ac_cv_lib_X11_XOpenDisplay" >&6; } 19450 $as_echo "$ac_cv_lib_X11_XOpenDisplay" >&6; }
18789 if test $ac_cv_lib_X11_XOpenDisplay = yes; then 19451 if test "x$ac_cv_lib_X11_XOpenDisplay" = x""yes; then
18790 have_lib_x11=yes 19452 have_lib_x11=yes
18791 fi 19453 fi
18792 19454
18793 if test "$have_lib_x11" != "yes"; then 19455 if test "$have_lib_x11" != "yes"; then
18794 { echo "$as_me:$LINENO: checking for XGetFontProperty in -lX11" >&5 19456 { $as_echo "$as_me:$LINENO: checking for XGetFontProperty in -lX11" >&5
18795 echo $ECHO_N "checking for XGetFontProperty in -lX11... $ECHO_C" >&6; } 19457 $as_echo_n "checking for XGetFontProperty in -lX11... " >&6; }
18796 if test "${ac_cv_lib_X11_XGetFontProperty+set}" = set; then 19458 if test "${ac_cv_lib_X11_XGetFontProperty+set}" = set; then
18797 echo $ECHO_N "(cached) $ECHO_C" >&6 19459 $as_echo_n "(cached) " >&6
18798 else 19460 else
18799 ac_check_lib_save_LIBS=$LIBS 19461 ac_check_lib_save_LIBS=$LIBS
18800 LIBS="-lX11 -b i486-linuxaout $LIBS" 19462 LIBS="-lX11 -b i486-linuxaout $LIBS"
18801 cat >conftest.$ac_ext <<_ACEOF 19463 cat >conftest.$ac_ext <<_ACEOF
18802 /* confdefs.h. */ 19464 /* confdefs.h. */
18824 if { (ac_try="$ac_link" 19486 if { (ac_try="$ac_link"
18825 case "(($ac_try" in 19487 case "(($ac_try" in
18826 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18827 *) ac_try_echo=$ac_try;; 19489 *) ac_try_echo=$ac_try;;
18828 esac 19490 esac
18829 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 19491 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19492 $as_echo "$ac_try_echo") >&5
18830 (eval "$ac_link") 2>conftest.er1 19493 (eval "$ac_link") 2>conftest.er1
18831 ac_status=$? 19494 ac_status=$?
18832 grep -v '^ *+' conftest.er1 >conftest.err 19495 grep -v '^ *+' conftest.er1 >conftest.err
18833 rm -f conftest.er1 19496 rm -f conftest.er1
18834 cat conftest.err >&5 19497 cat conftest.err >&5
18835 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19498 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18836 (exit $ac_status); } && { 19499 (exit $ac_status); } && {
18837 test -z "$ac_c_werror_flag" || 19500 test -z "$ac_c_werror_flag" ||
18838 test ! -s conftest.err 19501 test ! -s conftest.err
18839 } && test -s conftest$ac_exeext && 19502 } && test -s conftest$ac_exeext && {
18840 $as_test_x conftest$ac_exeext; then 19503 test "$cross_compiling" = yes ||
19504 $as_test_x conftest$ac_exeext
19505 }; then
18841 ac_cv_lib_X11_XGetFontProperty=yes 19506 ac_cv_lib_X11_XGetFontProperty=yes
18842 else 19507 else
18843 echo "$as_me: failed program was:" >&5 19508 $as_echo "$as_me: failed program was:" >&5
18844 sed 's/^/| /' conftest.$ac_ext >&5 19509 sed 's/^/| /' conftest.$ac_ext >&5
18845 19510
18846 ac_cv_lib_X11_XGetFontProperty=no 19511 ac_cv_lib_X11_XGetFontProperty=no
18847 fi 19512 fi
18848 19513
19514 rm -rf conftest.dSYM
18849 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 19515 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18850 conftest$ac_exeext conftest.$ac_ext 19516 conftest$ac_exeext conftest.$ac_ext
18851 LIBS=$ac_check_lib_save_LIBS 19517 LIBS=$ac_check_lib_save_LIBS
18852 fi 19518 fi
18853 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XGetFontProperty" >&5 19519 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XGetFontProperty" >&5
18854 echo "${ECHO_T}$ac_cv_lib_X11_XGetFontProperty" >&6; } 19520 $as_echo "$ac_cv_lib_X11_XGetFontProperty" >&6; }
18855 if test $ac_cv_lib_X11_XGetFontProperty = yes; then 19521 if test "x$ac_cv_lib_X11_XGetFontProperty" = x""yes; then
18856 ld_switch_x_site="-b i486-linuxaout $ld_switch_x_site" 19522 ld_switch_x_site="-b i486-linuxaout $ld_switch_x_site"
18857 else 19523 else
18858 { { echo "$as_me:$LINENO: error: Unable to find X11 libraries." >&5 19524 { { $as_echo "$as_me:$LINENO: error: Unable to find X11 libraries." >&5
18859 echo "$as_me: error: Unable to find X11 libraries." >&2;} 19525 $as_echo "$as_me: error: Unable to find X11 libraries." >&2;}
18860 { (exit 1); exit 1; }; } 19526 { (exit 1); exit 1; }; }
18861 fi 19527 fi
18862 19528
18863 fi 19529 fi
18864 libs_x="-lX11" 19530 libs_x="-lX11"
18865 test "$verbose" = "yes" && echo " Setting libs_x to \"-lX11\"" 19531 test "$verbose" = "yes" && echo " Setting libs_x to \"-lX11\""
18866 19532
18867 { echo "$as_me:$LINENO: checking for XShapeSelectInput in -lXext" >&5 19533 { $as_echo "$as_me:$LINENO: checking for XShapeSelectInput in -lXext" >&5
18868 echo $ECHO_N "checking for XShapeSelectInput in -lXext... $ECHO_C" >&6; } 19534 $as_echo_n "checking for XShapeSelectInput in -lXext... " >&6; }
18869 if test "${ac_cv_lib_Xext_XShapeSelectInput+set}" = set; then 19535 if test "${ac_cv_lib_Xext_XShapeSelectInput+set}" = set; then
18870 echo $ECHO_N "(cached) $ECHO_C" >&6 19536 $as_echo_n "(cached) " >&6
18871 else 19537 else
18872 ac_check_lib_save_LIBS=$LIBS 19538 ac_check_lib_save_LIBS=$LIBS
18873 LIBS="-lXext $LIBS" 19539 LIBS="-lXext $LIBS"
18874 cat >conftest.$ac_ext <<_ACEOF 19540 cat >conftest.$ac_ext <<_ACEOF
18875 /* confdefs.h. */ 19541 /* confdefs.h. */
18897 if { (ac_try="$ac_link" 19563 if { (ac_try="$ac_link"
18898 case "(($ac_try" in 19564 case "(($ac_try" in
18899 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19565 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18900 *) ac_try_echo=$ac_try;; 19566 *) ac_try_echo=$ac_try;;
18901 esac 19567 esac
18902 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 19568 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19569 $as_echo "$ac_try_echo") >&5
18903 (eval "$ac_link") 2>conftest.er1 19570 (eval "$ac_link") 2>conftest.er1
18904 ac_status=$? 19571 ac_status=$?
18905 grep -v '^ *+' conftest.er1 >conftest.err 19572 grep -v '^ *+' conftest.er1 >conftest.err
18906 rm -f conftest.er1 19573 rm -f conftest.er1
18907 cat conftest.err >&5 19574 cat conftest.err >&5
18908 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19575 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18909 (exit $ac_status); } && { 19576 (exit $ac_status); } && {
18910 test -z "$ac_c_werror_flag" || 19577 test -z "$ac_c_werror_flag" ||
18911 test ! -s conftest.err 19578 test ! -s conftest.err
18912 } && test -s conftest$ac_exeext && 19579 } && test -s conftest$ac_exeext && {
18913 $as_test_x conftest$ac_exeext; then 19580 test "$cross_compiling" = yes ||
19581 $as_test_x conftest$ac_exeext
19582 }; then
18914 ac_cv_lib_Xext_XShapeSelectInput=yes 19583 ac_cv_lib_Xext_XShapeSelectInput=yes
18915 else 19584 else
18916 echo "$as_me: failed program was:" >&5 19585 $as_echo "$as_me: failed program was:" >&5
18917 sed 's/^/| /' conftest.$ac_ext >&5 19586 sed 's/^/| /' conftest.$ac_ext >&5
18918 19587
18919 ac_cv_lib_Xext_XShapeSelectInput=no 19588 ac_cv_lib_Xext_XShapeSelectInput=no
18920 fi 19589 fi
18921 19590
19591 rm -rf conftest.dSYM
18922 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 19592 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18923 conftest$ac_exeext conftest.$ac_ext 19593 conftest$ac_exeext conftest.$ac_ext
18924 LIBS=$ac_check_lib_save_LIBS 19594 LIBS=$ac_check_lib_save_LIBS
18925 fi 19595 fi
18926 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeSelectInput" >&5 19596 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeSelectInput" >&5
18927 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeSelectInput" >&6; } 19597 $as_echo "$ac_cv_lib_Xext_XShapeSelectInput" >&6; }
18928 if test $ac_cv_lib_Xext_XShapeSelectInput = yes; then 19598 if test "x$ac_cv_lib_Xext_XShapeSelectInput" = x""yes; then
18929 libs_x="-lXext $libs_x" && if test "$verbose" = "yes"; then echo " Prepending \"-lXext\" to \$libs_x"; fi 19599 libs_x="-lXext $libs_x" && if test "$verbose" = "yes"; then echo " Prepending \"-lXext\" to \$libs_x"; fi
18930 fi 19600 fi
18931 19601
18932 19602
18933 { echo "$as_me:$LINENO: checking for XtOpenDisplay in -lXt" >&5 19603 { $as_echo "$as_me:$LINENO: checking for XtOpenDisplay in -lXt" >&5
18934 echo $ECHO_N "checking for XtOpenDisplay in -lXt... $ECHO_C" >&6; } 19604 $as_echo_n "checking for XtOpenDisplay in -lXt... " >&6; }
18935 if test "${ac_cv_lib_Xt_XtOpenDisplay+set}" = set; then 19605 if test "${ac_cv_lib_Xt_XtOpenDisplay+set}" = set; then
18936 echo $ECHO_N "(cached) $ECHO_C" >&6 19606 $as_echo_n "(cached) " >&6
18937 else 19607 else
18938 ac_check_lib_save_LIBS=$LIBS 19608 ac_check_lib_save_LIBS=$LIBS
18939 LIBS="-lXt $LIBS" 19609 LIBS="-lXt $LIBS"
18940 cat >conftest.$ac_ext <<_ACEOF 19610 cat >conftest.$ac_ext <<_ACEOF
18941 /* confdefs.h. */ 19611 /* confdefs.h. */
18963 if { (ac_try="$ac_link" 19633 if { (ac_try="$ac_link"
18964 case "(($ac_try" in 19634 case "(($ac_try" in
18965 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19635 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18966 *) ac_try_echo=$ac_try;; 19636 *) ac_try_echo=$ac_try;;
18967 esac 19637 esac
18968 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 19638 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19639 $as_echo "$ac_try_echo") >&5
18969 (eval "$ac_link") 2>conftest.er1 19640 (eval "$ac_link") 2>conftest.er1
18970 ac_status=$? 19641 ac_status=$?
18971 grep -v '^ *+' conftest.er1 >conftest.err 19642 grep -v '^ *+' conftest.er1 >conftest.err
18972 rm -f conftest.er1 19643 rm -f conftest.er1
18973 cat conftest.err >&5 19644 cat conftest.err >&5
18974 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19645 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18975 (exit $ac_status); } && { 19646 (exit $ac_status); } && {
18976 test -z "$ac_c_werror_flag" || 19647 test -z "$ac_c_werror_flag" ||
18977 test ! -s conftest.err 19648 test ! -s conftest.err
18978 } && test -s conftest$ac_exeext && 19649 } && test -s conftest$ac_exeext && {
18979 $as_test_x conftest$ac_exeext; then 19650 test "$cross_compiling" = yes ||
19651 $as_test_x conftest$ac_exeext
19652 }; then
18980 ac_cv_lib_Xt_XtOpenDisplay=yes 19653 ac_cv_lib_Xt_XtOpenDisplay=yes
18981 else 19654 else
18982 echo "$as_me: failed program was:" >&5 19655 $as_echo "$as_me: failed program was:" >&5
18983 sed 's/^/| /' conftest.$ac_ext >&5 19656 sed 's/^/| /' conftest.$ac_ext >&5
18984 19657
18985 ac_cv_lib_Xt_XtOpenDisplay=no 19658 ac_cv_lib_Xt_XtOpenDisplay=no
18986 fi 19659 fi
18987 19660
19661 rm -rf conftest.dSYM
18988 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 19662 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18989 conftest$ac_exeext conftest.$ac_ext 19663 conftest$ac_exeext conftest.$ac_ext
18990 LIBS=$ac_check_lib_save_LIBS 19664 LIBS=$ac_check_lib_save_LIBS
18991 fi 19665 fi
18992 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xt_XtOpenDisplay" >&5 19666 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xt_XtOpenDisplay" >&5
18993 echo "${ECHO_T}$ac_cv_lib_Xt_XtOpenDisplay" >&6; } 19667 $as_echo "$ac_cv_lib_Xt_XtOpenDisplay" >&6; }
18994 if test $ac_cv_lib_Xt_XtOpenDisplay = yes; then 19668 if test "x$ac_cv_lib_Xt_XtOpenDisplay" = x""yes; then
18995 libs_x="-lXt $libs_x" && if test "$verbose" = "yes"; then echo " Prepending \"-lXt\" to \$libs_x"; fi 19669 libs_x="-lXt $libs_x" && if test "$verbose" = "yes"; then echo " Prepending \"-lXt\" to \$libs_x"; fi
18996 else 19670 else
18997 { { echo "$as_me:$LINENO: error: Unable to find X11 libraries." >&5 19671 { { $as_echo "$as_me:$LINENO: error: Unable to find X11 libraries." >&5
18998 echo "$as_me: error: Unable to find X11 libraries." >&2;} 19672 $as_echo "$as_me: error: Unable to find X11 libraries." >&2;}
18999 { (exit 1); exit 1; }; } 19673 { (exit 1); exit 1; }; }
19000 fi 19674 fi
19001 19675
19002 19676
19003 { echo "$as_me:$LINENO: checking the version of X11 being used" >&5 19677 { $as_echo "$as_me:$LINENO: checking the version of X11 being used" >&5
19004 echo $ECHO_N "checking the version of X11 being used... $ECHO_C" >&6; } 19678 $as_echo_n "checking the version of X11 being used... " >&6; }
19005 if test "$cross_compiling" = yes; then 19679 if test "$cross_compiling" = yes; then
19006 x11_release=4 19680 x11_release=4
19007 else 19681 else
19008 cat >conftest.$ac_ext <<_ACEOF 19682 cat >conftest.$ac_ext <<_ACEOF
19009 /* confdefs.h. */ 19683 /* confdefs.h. */
19018 if { (ac_try="$ac_link" 19692 if { (ac_try="$ac_link"
19019 case "(($ac_try" in 19693 case "(($ac_try" in
19020 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19694 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19021 *) ac_try_echo=$ac_try;; 19695 *) ac_try_echo=$ac_try;;
19022 esac 19696 esac
19023 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 19697 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19698 $as_echo "$ac_try_echo") >&5
19024 (eval "$ac_link") 2>&5 19699 (eval "$ac_link") 2>&5
19025 ac_status=$? 19700 ac_status=$?
19026 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19701 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19027 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 19702 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19028 { (case "(($ac_try" in 19703 { (case "(($ac_try" in
19029 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19704 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19030 *) ac_try_echo=$ac_try;; 19705 *) ac_try_echo=$ac_try;;
19031 esac 19706 esac
19032 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 19707 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19708 $as_echo "$ac_try_echo") >&5
19033 (eval "$ac_try") 2>&5 19709 (eval "$ac_try") 2>&5
19034 ac_status=$? 19710 ac_status=$?
19035 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19711 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19036 (exit $ac_status); }; }; then 19712 (exit $ac_status); }; }; then
19037 ./conftest foobar; x11_release=$? 19713 ./conftest foobar; x11_release=$?
19038 else 19714 else
19039 echo "$as_me: program exited with status $ac_status" >&5 19715 $as_echo "$as_me: program exited with status $ac_status" >&5
19040 echo "$as_me: failed program was:" >&5 19716 $as_echo "$as_me: failed program was:" >&5
19041 sed 's/^/| /' conftest.$ac_ext >&5 19717 sed 's/^/| /' conftest.$ac_ext >&5
19042 19718
19043 ( exit $ac_status ) 19719 ( exit $ac_status )
19044 x11_release=4 19720 x11_release=4
19045 fi 19721 fi
19722 rm -rf conftest.dSYM
19046 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 19723 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
19047 fi 19724 fi
19048 19725
19049 19726
19050 { echo "$as_me:$LINENO: result: R${x11_release}" >&5 19727 { $as_echo "$as_me:$LINENO: result: R${x11_release}" >&5
19051 echo "${ECHO_T}R${x11_release}" >&6; } 19728 $as_echo "R${x11_release}" >&6; }
19052 cat >>confdefs.h <<_ACEOF 19729 cat >>confdefs.h <<_ACEOF
19053 #define THIS_IS_X11R${x11_release} 1 19730 #define THIS_IS_X11R${x11_release} 1
19054 _ACEOF 19731 _ACEOF
19055 19732
19056 19733
19063 19740
19064 19741
19065 19742
19066 for ac_func in XConvertCase XtRegisterDrawable 19743 for ac_func in XConvertCase XtRegisterDrawable
19067 do 19744 do
19068 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 19745 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19069 { echo "$as_me:$LINENO: checking for $ac_func" >&5 19746 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19070 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 19747 $as_echo_n "checking for $ac_func... " >&6; }
19071 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 19748 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19072 echo $ECHO_N "(cached) $ECHO_C" >&6 19749 $as_echo_n "(cached) " >&6
19073 else 19750 else
19074 cat >conftest.$ac_ext <<_ACEOF 19751 cat >conftest.$ac_ext <<_ACEOF
19075 /* confdefs.h. */ 19752 /* confdefs.h. */
19076 _ACEOF 19753 _ACEOF
19077 cat confdefs.h >>conftest.$ac_ext 19754 cat confdefs.h >>conftest.$ac_ext
19120 if { (ac_try="$ac_link" 19797 if { (ac_try="$ac_link"
19121 case "(($ac_try" in 19798 case "(($ac_try" in
19122 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19799 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19123 *) ac_try_echo=$ac_try;; 19800 *) ac_try_echo=$ac_try;;
19124 esac 19801 esac
19125 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 19802 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19803 $as_echo "$ac_try_echo") >&5
19126 (eval "$ac_link") 2>conftest.er1 19804 (eval "$ac_link") 2>conftest.er1
19127 ac_status=$? 19805 ac_status=$?
19128 grep -v '^ *+' conftest.er1 >conftest.err 19806 grep -v '^ *+' conftest.er1 >conftest.err
19129 rm -f conftest.er1 19807 rm -f conftest.er1
19130 cat conftest.err >&5 19808 cat conftest.err >&5
19131 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19809 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19132 (exit $ac_status); } && { 19810 (exit $ac_status); } && {
19133 test -z "$ac_c_werror_flag" || 19811 test -z "$ac_c_werror_flag" ||
19134 test ! -s conftest.err 19812 test ! -s conftest.err
19135 } && test -s conftest$ac_exeext && 19813 } && test -s conftest$ac_exeext && {
19136 $as_test_x conftest$ac_exeext; then 19814 test "$cross_compiling" = yes ||
19815 $as_test_x conftest$ac_exeext
19816 }; then
19137 eval "$as_ac_var=yes" 19817 eval "$as_ac_var=yes"
19138 else 19818 else
19139 echo "$as_me: failed program was:" >&5 19819 $as_echo "$as_me: failed program was:" >&5
19140 sed 's/^/| /' conftest.$ac_ext >&5 19820 sed 's/^/| /' conftest.$ac_ext >&5
19141 19821
19142 eval "$as_ac_var=no" 19822 eval "$as_ac_var=no"
19143 fi 19823 fi
19144 19824
19825 rm -rf conftest.dSYM
19145 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 19826 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19146 conftest$ac_exeext conftest.$ac_ext 19827 conftest$ac_exeext conftest.$ac_ext
19147 fi 19828 fi
19148 ac_res=`eval echo '${'$as_ac_var'}'` 19829 ac_res=`eval 'as_val=${'$as_ac_var'}
19149 { echo "$as_me:$LINENO: result: $ac_res" >&5 19830 $as_echo "$as_val"'`
19150 echo "${ECHO_T}$ac_res" >&6; } 19831 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19151 if test `eval echo '${'$as_ac_var'}'` = yes; then 19832 $as_echo "$ac_res" >&6; }
19833 as_val=`eval 'as_val=${'$as_ac_var'}
19834 $as_echo "$as_val"'`
19835 if test "x$as_val" = x""yes; then
19152 cat >>confdefs.h <<_ACEOF 19836 cat >>confdefs.h <<_ACEOF
19153 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 19837 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19154 _ACEOF 19838 _ACEOF
19155 19839
19156 fi 19840 fi
19157 done 19841 done
19158 19842
19159 19843
19160 19844
19161 19845
19162 for ac_header in X11/Xlocale.h X11/Xfuncproto.h 19846 for ac_header in X11/Xlocale.h X11/Xfuncproto.h
19163 do 19847 do
19164 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 19848 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
19165 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 19849 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19166 { echo "$as_me:$LINENO: checking for $ac_header" >&5 19850 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
19167 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 19851 $as_echo_n "checking for $ac_header... " >&6; }
19168 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 19852 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19169 echo $ECHO_N "(cached) $ECHO_C" >&6 19853 $as_echo_n "(cached) " >&6
19170 fi 19854 fi
19171 ac_res=`eval echo '${'$as_ac_Header'}'` 19855 ac_res=`eval 'as_val=${'$as_ac_Header'}
19172 { echo "$as_me:$LINENO: result: $ac_res" >&5 19856 $as_echo "$as_val"'`
19173 echo "${ECHO_T}$ac_res" >&6; } 19857 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19858 $as_echo "$ac_res" >&6; }
19174 else 19859 else
19175 # Is the header compilable? 19860 # Is the header compilable?
19176 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 19861 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
19177 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 19862 $as_echo_n "checking $ac_header usability... " >&6; }
19178 cat >conftest.$ac_ext <<_ACEOF 19863 cat >conftest.$ac_ext <<_ACEOF
19179 /* confdefs.h. */ 19864 /* confdefs.h. */
19180 _ACEOF 19865 _ACEOF
19181 cat confdefs.h >>conftest.$ac_ext 19866 cat confdefs.h >>conftest.$ac_ext
19182 cat >>conftest.$ac_ext <<_ACEOF 19867 cat >>conftest.$ac_ext <<_ACEOF
19188 if { (ac_try="$ac_compile" 19873 if { (ac_try="$ac_compile"
19189 case "(($ac_try" in 19874 case "(($ac_try" in
19190 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19875 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19191 *) ac_try_echo=$ac_try;; 19876 *) ac_try_echo=$ac_try;;
19192 esac 19877 esac
19193 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 19878 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19879 $as_echo "$ac_try_echo") >&5
19194 (eval "$ac_compile") 2>conftest.er1 19880 (eval "$ac_compile") 2>conftest.er1
19195 ac_status=$? 19881 ac_status=$?
19196 grep -v '^ *+' conftest.er1 >conftest.err 19882 grep -v '^ *+' conftest.er1 >conftest.err
19197 rm -f conftest.er1 19883 rm -f conftest.er1
19198 cat conftest.err >&5 19884 cat conftest.err >&5
19199 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19885 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19200 (exit $ac_status); } && { 19886 (exit $ac_status); } && {
19201 test -z "$ac_c_werror_flag" || 19887 test -z "$ac_c_werror_flag" ||
19202 test ! -s conftest.err 19888 test ! -s conftest.err
19203 } && test -s conftest.$ac_objext; then 19889 } && test -s conftest.$ac_objext; then
19204 ac_header_compiler=yes 19890 ac_header_compiler=yes
19205 else 19891 else
19206 echo "$as_me: failed program was:" >&5 19892 $as_echo "$as_me: failed program was:" >&5
19207 sed 's/^/| /' conftest.$ac_ext >&5 19893 sed 's/^/| /' conftest.$ac_ext >&5
19208 19894
19209 ac_header_compiler=no 19895 ac_header_compiler=no
19210 fi 19896 fi
19211 19897
19212 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 19898 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19213 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 19899 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19214 echo "${ECHO_T}$ac_header_compiler" >&6; } 19900 $as_echo "$ac_header_compiler" >&6; }
19215 19901
19216 # Is the header present? 19902 # Is the header present?
19217 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 19903 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
19218 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 19904 $as_echo_n "checking $ac_header presence... " >&6; }
19219 cat >conftest.$ac_ext <<_ACEOF 19905 cat >conftest.$ac_ext <<_ACEOF
19220 /* confdefs.h. */ 19906 /* confdefs.h. */
19221 _ACEOF 19907 _ACEOF
19222 cat confdefs.h >>conftest.$ac_ext 19908 cat confdefs.h >>conftest.$ac_ext
19223 cat >>conftest.$ac_ext <<_ACEOF 19909 cat >>conftest.$ac_ext <<_ACEOF
19227 if { (ac_try="$ac_cpp conftest.$ac_ext" 19913 if { (ac_try="$ac_cpp conftest.$ac_ext"
19228 case "(($ac_try" in 19914 case "(($ac_try" in
19229 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19915 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19230 *) ac_try_echo=$ac_try;; 19916 *) ac_try_echo=$ac_try;;
19231 esac 19917 esac
19232 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 19918 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19919 $as_echo "$ac_try_echo") >&5
19233 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 19920 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
19234 ac_status=$? 19921 ac_status=$?
19235 grep -v '^ *+' conftest.er1 >conftest.err 19922 grep -v '^ *+' conftest.er1 >conftest.err
19236 rm -f conftest.er1 19923 rm -f conftest.er1
19237 cat conftest.err >&5 19924 cat conftest.err >&5
19238 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19925 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19239 (exit $ac_status); } >/dev/null && { 19926 (exit $ac_status); } >/dev/null && {
19240 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 19927 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
19241 test ! -s conftest.err 19928 test ! -s conftest.err
19242 }; then 19929 }; then
19243 ac_header_preproc=yes 19930 ac_header_preproc=yes
19244 else 19931 else
19245 echo "$as_me: failed program was:" >&5 19932 $as_echo "$as_me: failed program was:" >&5
19246 sed 's/^/| /' conftest.$ac_ext >&5 19933 sed 's/^/| /' conftest.$ac_ext >&5
19247 19934
19248 ac_header_preproc=no 19935 ac_header_preproc=no
19249 fi 19936 fi
19250 19937
19251 rm -f conftest.err conftest.$ac_ext 19938 rm -f conftest.err conftest.$ac_ext
19252 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 19939 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19253 echo "${ECHO_T}$ac_header_preproc" >&6; } 19940 $as_echo "$ac_header_preproc" >&6; }
19254 19941
19255 # So? What about this header? 19942 # So? What about this header?
19256 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 19943 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
19257 yes:no: ) 19944 yes:no: )
19258 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 19945 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
19259 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 19946 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
19260 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 19947 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
19261 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 19948 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
19262 ac_header_preproc=yes 19949 ac_header_preproc=yes
19263 ;; 19950 ;;
19264 no:yes:* ) 19951 no:yes:* )
19265 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 19952 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
19266 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 19953 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
19267 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 19954 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
19268 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 19955 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
19269 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 19956 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
19270 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 19957 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
19271 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 19958 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
19272 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 19959 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
19273 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 19960 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
19274 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 19961 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19275 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 19962 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
19276 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 19963 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
19277 ( cat <<\_ASBOX 19964 ( cat <<\_ASBOX
19278 ## ------------------------------------- ## 19965 ## ------------------------------------- ##
19279 ## Report this to xemacs-beta@xemacs.org ## 19966 ## Report this to xemacs-beta@xemacs.org ##
19280 ## ------------------------------------- ## 19967 ## ------------------------------------- ##
19281 _ASBOX 19968 _ASBOX
19282 ) | sed "s/^/$as_me: WARNING: /" >&2 19969 ) | sed "s/^/$as_me: WARNING: /" >&2
19283 ;; 19970 ;;
19284 esac 19971 esac
19285 { echo "$as_me:$LINENO: checking for $ac_header" >&5 19972 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
19286 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 19973 $as_echo_n "checking for $ac_header... " >&6; }
19287 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 19974 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19288 echo $ECHO_N "(cached) $ECHO_C" >&6 19975 $as_echo_n "(cached) " >&6
19289 else 19976 else
19290 eval "$as_ac_Header=\$ac_header_preproc" 19977 eval "$as_ac_Header=\$ac_header_preproc"
19291 fi 19978 fi
19292 ac_res=`eval echo '${'$as_ac_Header'}'` 19979 ac_res=`eval 'as_val=${'$as_ac_Header'}
19293 { echo "$as_me:$LINENO: result: $ac_res" >&5 19980 $as_echo "$as_val"'`
19294 echo "${ECHO_T}$ac_res" >&6; } 19981 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19295 19982 $as_echo "$ac_res" >&6; }
19296 fi 19983
19297 if test `eval echo '${'$as_ac_Header'}'` = yes; then 19984 fi
19985 as_val=`eval 'as_val=${'$as_ac_Header'}
19986 $as_echo "$as_val"'`
19987 if test "x$as_val" = x""yes; then
19298 cat >>confdefs.h <<_ACEOF 19988 cat >>confdefs.h <<_ACEOF
19299 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 19989 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
19300 _ACEOF 19990 _ACEOF
19301 19991
19302 fi 19992 fi
19303 19993
19304 done 19994 done
19305 19995
19306 19996
19307 19997
19308 for ac_func in XRegisterIMInstantiateCallback 19998 for ac_func in XRegisterIMInstantiateCallback
19309 do 19999 do
19310 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 20000 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19311 { echo "$as_me:$LINENO: checking for $ac_func" >&5 20001 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19312 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 20002 $as_echo_n "checking for $ac_func... " >&6; }
19313 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 20003 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19314 echo $ECHO_N "(cached) $ECHO_C" >&6 20004 $as_echo_n "(cached) " >&6
19315 else 20005 else
19316 cat >conftest.$ac_ext <<_ACEOF 20006 cat >conftest.$ac_ext <<_ACEOF
19317 /* confdefs.h. */ 20007 /* confdefs.h. */
19318 _ACEOF 20008 _ACEOF
19319 cat confdefs.h >>conftest.$ac_ext 20009 cat confdefs.h >>conftest.$ac_ext
19362 if { (ac_try="$ac_link" 20052 if { (ac_try="$ac_link"
19363 case "(($ac_try" in 20053 case "(($ac_try" in
19364 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20054 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19365 *) ac_try_echo=$ac_try;; 20055 *) ac_try_echo=$ac_try;;
19366 esac 20056 esac
19367 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20057 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20058 $as_echo "$ac_try_echo") >&5
19368 (eval "$ac_link") 2>conftest.er1 20059 (eval "$ac_link") 2>conftest.er1
19369 ac_status=$? 20060 ac_status=$?
19370 grep -v '^ *+' conftest.er1 >conftest.err 20061 grep -v '^ *+' conftest.er1 >conftest.err
19371 rm -f conftest.er1 20062 rm -f conftest.er1
19372 cat conftest.err >&5 20063 cat conftest.err >&5
19373 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20064 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19374 (exit $ac_status); } && { 20065 (exit $ac_status); } && {
19375 test -z "$ac_c_werror_flag" || 20066 test -z "$ac_c_werror_flag" ||
19376 test ! -s conftest.err 20067 test ! -s conftest.err
19377 } && test -s conftest$ac_exeext && 20068 } && test -s conftest$ac_exeext && {
19378 $as_test_x conftest$ac_exeext; then 20069 test "$cross_compiling" = yes ||
20070 $as_test_x conftest$ac_exeext
20071 }; then
19379 eval "$as_ac_var=yes" 20072 eval "$as_ac_var=yes"
19380 else 20073 else
19381 echo "$as_me: failed program was:" >&5 20074 $as_echo "$as_me: failed program was:" >&5
19382 sed 's/^/| /' conftest.$ac_ext >&5 20075 sed 's/^/| /' conftest.$ac_ext >&5
19383 20076
19384 eval "$as_ac_var=no" 20077 eval "$as_ac_var=no"
19385 fi 20078 fi
19386 20079
20080 rm -rf conftest.dSYM
19387 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 20081 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19388 conftest$ac_exeext conftest.$ac_ext 20082 conftest$ac_exeext conftest.$ac_ext
19389 fi 20083 fi
19390 ac_res=`eval echo '${'$as_ac_var'}'` 20084 ac_res=`eval 'as_val=${'$as_ac_var'}
19391 { echo "$as_me:$LINENO: result: $ac_res" >&5 20085 $as_echo "$as_val"'`
19392 echo "${ECHO_T}$ac_res" >&6; } 20086 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19393 if test `eval echo '${'$as_ac_var'}'` = yes; then 20087 $as_echo "$ac_res" >&6; }
20088 as_val=`eval 'as_val=${'$as_ac_var'}
20089 $as_echo "$as_val"'`
20090 if test "x$as_val" = x""yes; then
19394 cat >>confdefs.h <<_ACEOF 20091 cat >>confdefs.h <<_ACEOF
19395 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 20092 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19396 _ACEOF 20093 _ACEOF
19397 20094
19398 fi 20095 fi
19399 done 20096 done
19400 20097
19401 { echo "$as_me:$LINENO: checking for standard XRegisterIMInstantiateCallback prototype" >&5 20098 { $as_echo "$as_me:$LINENO: checking for standard XRegisterIMInstantiateCallback prototype" >&5
19402 echo $ECHO_N "checking for standard XRegisterIMInstantiateCallback prototype... $ECHO_C" >&6; } 20099 $as_echo_n "checking for standard XRegisterIMInstantiateCallback prototype... " >&6; }
19403 cat >conftest.$ac_ext <<_ACEOF 20100 cat >conftest.$ac_ext <<_ACEOF
19404 /* confdefs.h. */ 20101 /* confdefs.h. */
19405 _ACEOF 20102 _ACEOF
19406 cat confdefs.h >>conftest.$ac_ext 20103 cat confdefs.h >>conftest.$ac_ext
19407 cat >>conftest.$ac_ext <<_ACEOF 20104 cat >>conftest.$ac_ext <<_ACEOF
19417 if { (ac_try="$ac_compile" 20114 if { (ac_try="$ac_compile"
19418 case "(($ac_try" in 20115 case "(($ac_try" in
19419 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20116 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19420 *) ac_try_echo=$ac_try;; 20117 *) ac_try_echo=$ac_try;;
19421 esac 20118 esac
19422 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20119 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20120 $as_echo "$ac_try_echo") >&5
19423 (eval "$ac_compile") 2>conftest.er1 20121 (eval "$ac_compile") 2>conftest.er1
19424 ac_status=$? 20122 ac_status=$?
19425 grep -v '^ *+' conftest.er1 >conftest.err 20123 grep -v '^ *+' conftest.er1 >conftest.err
19426 rm -f conftest.er1 20124 rm -f conftest.er1
19427 cat conftest.err >&5 20125 cat conftest.err >&5
19428 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20126 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19429 (exit $ac_status); } && { 20127 (exit $ac_status); } && {
19430 test -z "$ac_c_werror_flag" || 20128 test -z "$ac_c_werror_flag" ||
19431 test ! -s conftest.err 20129 test ! -s conftest.err
19432 } && test -s conftest.$ac_objext; then 20130 } && test -s conftest.$ac_objext; then
19433 { echo "$as_me:$LINENO: result: yes" >&5 20131 { $as_echo "$as_me:$LINENO: result: yes" >&5
19434 echo "${ECHO_T}yes" >&6; } 20132 $as_echo "yes" >&6; }
19435 else 20133 else
19436 echo "$as_me: failed program was:" >&5 20134 $as_echo "$as_me: failed program was:" >&5
19437 sed 's/^/| /' conftest.$ac_ext >&5 20135 sed 's/^/| /' conftest.$ac_ext >&5
19438 20136
19439 { echo "$as_me:$LINENO: result: no" >&5 20137 { $as_echo "$as_me:$LINENO: result: no" >&5
19440 echo "${ECHO_T}no" >&6; } 20138 $as_echo "no" >&6; }
19441 cat >>confdefs.h <<\_ACEOF 20139 cat >>confdefs.h <<\_ACEOF
19442 #define XREGISTERIMINSTANTIATECALLBACK_NONSTANDARD_PROTOTYPE 1 20140 #define XREGISTERIMINSTANTIATECALLBACK_NONSTANDARD_PROTOTYPE 1
19443 _ACEOF 20141 _ACEOF
19444 20142
19445 fi 20143 fi
19446 20144
19447 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 20145 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19448 20146
19449 test -z "$with_xmu" && { { echo "$as_me:$LINENO: checking for XmuReadBitmapDataFromFile in -lXmu" >&5 20147 test -z "$with_xmu" && { { $as_echo "$as_me:$LINENO: checking for XmuReadBitmapDataFromFile in -lXmu" >&5
19450 echo $ECHO_N "checking for XmuReadBitmapDataFromFile in -lXmu... $ECHO_C" >&6; } 20148 $as_echo_n "checking for XmuReadBitmapDataFromFile in -lXmu... " >&6; }
19451 if test "${ac_cv_lib_Xmu_XmuReadBitmapDataFromFile+set}" = set; then 20149 if test "${ac_cv_lib_Xmu_XmuReadBitmapDataFromFile+set}" = set; then
19452 echo $ECHO_N "(cached) $ECHO_C" >&6 20150 $as_echo_n "(cached) " >&6
19453 else 20151 else
19454 ac_check_lib_save_LIBS=$LIBS 20152 ac_check_lib_save_LIBS=$LIBS
19455 LIBS="-lXmu $LIBS" 20153 LIBS="-lXmu $LIBS"
19456 cat >conftest.$ac_ext <<_ACEOF 20154 cat >conftest.$ac_ext <<_ACEOF
19457 /* confdefs.h. */ 20155 /* confdefs.h. */
19479 if { (ac_try="$ac_link" 20177 if { (ac_try="$ac_link"
19480 case "(($ac_try" in 20178 case "(($ac_try" in
19481 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20179 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19482 *) ac_try_echo=$ac_try;; 20180 *) ac_try_echo=$ac_try;;
19483 esac 20181 esac
19484 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20182 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20183 $as_echo "$ac_try_echo") >&5
19485 (eval "$ac_link") 2>conftest.er1 20184 (eval "$ac_link") 2>conftest.er1
19486 ac_status=$? 20185 ac_status=$?
19487 grep -v '^ *+' conftest.er1 >conftest.err 20186 grep -v '^ *+' conftest.er1 >conftest.err
19488 rm -f conftest.er1 20187 rm -f conftest.er1
19489 cat conftest.err >&5 20188 cat conftest.err >&5
19490 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20189 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19491 (exit $ac_status); } && { 20190 (exit $ac_status); } && {
19492 test -z "$ac_c_werror_flag" || 20191 test -z "$ac_c_werror_flag" ||
19493 test ! -s conftest.err 20192 test ! -s conftest.err
19494 } && test -s conftest$ac_exeext && 20193 } && test -s conftest$ac_exeext && {
19495 $as_test_x conftest$ac_exeext; then 20194 test "$cross_compiling" = yes ||
20195 $as_test_x conftest$ac_exeext
20196 }; then
19496 ac_cv_lib_Xmu_XmuReadBitmapDataFromFile=yes 20197 ac_cv_lib_Xmu_XmuReadBitmapDataFromFile=yes
19497 else 20198 else
19498 echo "$as_me: failed program was:" >&5 20199 $as_echo "$as_me: failed program was:" >&5
19499 sed 's/^/| /' conftest.$ac_ext >&5 20200 sed 's/^/| /' conftest.$ac_ext >&5
19500 20201
19501 ac_cv_lib_Xmu_XmuReadBitmapDataFromFile=no 20202 ac_cv_lib_Xmu_XmuReadBitmapDataFromFile=no
19502 fi 20203 fi
19503 20204
20205 rm -rf conftest.dSYM
19504 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 20206 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19505 conftest$ac_exeext conftest.$ac_ext 20207 conftest$ac_exeext conftest.$ac_ext
19506 LIBS=$ac_check_lib_save_LIBS 20208 LIBS=$ac_check_lib_save_LIBS
19507 fi 20209 fi
19508 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xmu_XmuReadBitmapDataFromFile" >&5 20210 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xmu_XmuReadBitmapDataFromFile" >&5
19509 echo "${ECHO_T}$ac_cv_lib_Xmu_XmuReadBitmapDataFromFile" >&6; } 20211 $as_echo "$ac_cv_lib_Xmu_XmuReadBitmapDataFromFile" >&6; }
19510 if test $ac_cv_lib_Xmu_XmuReadBitmapDataFromFile = yes; then 20212 if test "x$ac_cv_lib_Xmu_XmuReadBitmapDataFromFile" = x""yes; then
19511 with_xmu=yes 20213 with_xmu=yes
19512 else 20214 else
19513 with_xmu=no 20215 with_xmu=no
19514 fi 20216 fi
19515 } 20217 }
19523 #define HAVE_XMU 1 20225 #define HAVE_XMU 1
19524 _ACEOF 20226 _ACEOF
19525 20227
19526 fi 20228 fi
19527 20229
19528 { echo "$as_me:$LINENO: checking for main in -lXbsd" >&5 20230 { $as_echo "$as_me:$LINENO: checking for main in -lXbsd" >&5
19529 echo $ECHO_N "checking for main in -lXbsd... $ECHO_C" >&6; } 20231 $as_echo_n "checking for main in -lXbsd... " >&6; }
19530 if test "${ac_cv_lib_Xbsd_main+set}" = set; then 20232 if test "${ac_cv_lib_Xbsd_main+set}" = set; then
19531 echo $ECHO_N "(cached) $ECHO_C" >&6 20233 $as_echo_n "(cached) " >&6
19532 else 20234 else
19533 ac_check_lib_save_LIBS=$LIBS 20235 ac_check_lib_save_LIBS=$LIBS
19534 LIBS="-lXbsd $LIBS" 20236 LIBS="-lXbsd $LIBS"
19535 cat >conftest.$ac_ext <<_ACEOF 20237 cat >conftest.$ac_ext <<_ACEOF
19536 /* confdefs.h. */ 20238 /* confdefs.h. */
19552 if { (ac_try="$ac_link" 20254 if { (ac_try="$ac_link"
19553 case "(($ac_try" in 20255 case "(($ac_try" in
19554 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20256 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19555 *) ac_try_echo=$ac_try;; 20257 *) ac_try_echo=$ac_try;;
19556 esac 20258 esac
19557 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20259 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20260 $as_echo "$ac_try_echo") >&5
19558 (eval "$ac_link") 2>conftest.er1 20261 (eval "$ac_link") 2>conftest.er1
19559 ac_status=$? 20262 ac_status=$?
19560 grep -v '^ *+' conftest.er1 >conftest.err 20263 grep -v '^ *+' conftest.er1 >conftest.err
19561 rm -f conftest.er1 20264 rm -f conftest.er1
19562 cat conftest.err >&5 20265 cat conftest.err >&5
19563 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20266 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19564 (exit $ac_status); } && { 20267 (exit $ac_status); } && {
19565 test -z "$ac_c_werror_flag" || 20268 test -z "$ac_c_werror_flag" ||
19566 test ! -s conftest.err 20269 test ! -s conftest.err
19567 } && test -s conftest$ac_exeext && 20270 } && test -s conftest$ac_exeext && {
19568 $as_test_x conftest$ac_exeext; then 20271 test "$cross_compiling" = yes ||
20272 $as_test_x conftest$ac_exeext
20273 }; then
19569 ac_cv_lib_Xbsd_main=yes 20274 ac_cv_lib_Xbsd_main=yes
19570 else 20275 else
19571 echo "$as_me: failed program was:" >&5 20276 $as_echo "$as_me: failed program was:" >&5
19572 sed 's/^/| /' conftest.$ac_ext >&5 20277 sed 's/^/| /' conftest.$ac_ext >&5
19573 20278
19574 ac_cv_lib_Xbsd_main=no 20279 ac_cv_lib_Xbsd_main=no
19575 fi 20280 fi
19576 20281
20282 rm -rf conftest.dSYM
19577 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 20283 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19578 conftest$ac_exeext conftest.$ac_ext 20284 conftest$ac_exeext conftest.$ac_ext
19579 LIBS=$ac_check_lib_save_LIBS 20285 LIBS=$ac_check_lib_save_LIBS
19580 fi 20286 fi
19581 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xbsd_main" >&5 20287 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xbsd_main" >&5
19582 echo "${ECHO_T}$ac_cv_lib_Xbsd_main" >&6; } 20288 $as_echo "$ac_cv_lib_Xbsd_main" >&6; }
19583 if test $ac_cv_lib_Xbsd_main = yes; then 20289 if test "x$ac_cv_lib_Xbsd_main" = x""yes; then
19584 libs_x="-lXbsd $libs_x" && if test "$verbose" = "yes"; then echo " Prepending \"-lXbsd\" to \$libs_x"; fi 20290 libs_x="-lXbsd $libs_x" && if test "$verbose" = "yes"; then echo " Prepending \"-lXbsd\" to \$libs_x"; fi
19585 fi 20291 fi
19586 20292
19587 20293
19588 if test "$unexec" = "unexaix.o" -a "$x11_release" = "6"; then 20294 if test "$unexec" = "unexaix.o" -a "$x11_release" = "6"; then
19598 fi 20304 fi
19599 fi 20305 fi
19600 20306
19601 20307
19602 if test "$with_xft_emacs" = "yes"; then 20308 if test "$with_xft_emacs" = "yes"; then
19603 { echo "$as_me:$LINENO: checking for Xrender, fontconfig, and Xft" >&5 20309 { $as_echo "$as_me:$LINENO: checking for Xrender, fontconfig, and Xft" >&5
19604 echo $ECHO_N "checking for Xrender, fontconfig, and Xft... $ECHO_C" >&6; } 20310 $as_echo_n "checking for Xrender, fontconfig, and Xft... " >&6; }
19605 xft_includes_found=no 20311 xft_includes_found=no
19606 xft_config_prog="pkg-config xft" 20312 xft_config_prog="pkg-config xft"
19607 xft_config_ok=`$xft_config_prog --cflags 2>/dev/null` 20313 xft_config_ok=`$xft_config_prog --cflags 2>/dev/null`
19608 if test "$?" = 0 ; then 20314 if test "$?" = 0 ; then
19609 xft_cflags=`$xft_config_prog --cflags` 20315 xft_cflags=`$xft_config_prog --cflags`
19613 xft_includes_found=yes 20319 xft_includes_found=yes
19614 else 20320 else
19615 20321
19616 for ac_header in freetype/config/ftheader.h 20322 for ac_header in freetype/config/ftheader.h
19617 do 20323 do
19618 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 20324 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
19619 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 20325 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19620 { echo "$as_me:$LINENO: checking for $ac_header" >&5 20326 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
19621 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 20327 $as_echo_n "checking for $ac_header... " >&6; }
19622 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 20328 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19623 echo $ECHO_N "(cached) $ECHO_C" >&6 20329 $as_echo_n "(cached) " >&6
19624 fi 20330 fi
19625 ac_res=`eval echo '${'$as_ac_Header'}'` 20331 ac_res=`eval 'as_val=${'$as_ac_Header'}
19626 { echo "$as_me:$LINENO: result: $ac_res" >&5 20332 $as_echo "$as_val"'`
19627 echo "${ECHO_T}$ac_res" >&6; } 20333 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
20334 $as_echo "$ac_res" >&6; }
19628 else 20335 else
19629 # Is the header compilable? 20336 # Is the header compilable?
19630 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 20337 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
19631 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 20338 $as_echo_n "checking $ac_header usability... " >&6; }
19632 cat >conftest.$ac_ext <<_ACEOF 20339 cat >conftest.$ac_ext <<_ACEOF
19633 /* confdefs.h. */ 20340 /* confdefs.h. */
19634 _ACEOF 20341 _ACEOF
19635 cat confdefs.h >>conftest.$ac_ext 20342 cat confdefs.h >>conftest.$ac_ext
19636 cat >>conftest.$ac_ext <<_ACEOF 20343 cat >>conftest.$ac_ext <<_ACEOF
19642 if { (ac_try="$ac_compile" 20349 if { (ac_try="$ac_compile"
19643 case "(($ac_try" in 20350 case "(($ac_try" in
19644 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20351 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19645 *) ac_try_echo=$ac_try;; 20352 *) ac_try_echo=$ac_try;;
19646 esac 20353 esac
19647 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20354 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20355 $as_echo "$ac_try_echo") >&5
19648 (eval "$ac_compile") 2>conftest.er1 20356 (eval "$ac_compile") 2>conftest.er1
19649 ac_status=$? 20357 ac_status=$?
19650 grep -v '^ *+' conftest.er1 >conftest.err 20358 grep -v '^ *+' conftest.er1 >conftest.err
19651 rm -f conftest.er1 20359 rm -f conftest.er1
19652 cat conftest.err >&5 20360 cat conftest.err >&5
19653 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20361 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19654 (exit $ac_status); } && { 20362 (exit $ac_status); } && {
19655 test -z "$ac_c_werror_flag" || 20363 test -z "$ac_c_werror_flag" ||
19656 test ! -s conftest.err 20364 test ! -s conftest.err
19657 } && test -s conftest.$ac_objext; then 20365 } && test -s conftest.$ac_objext; then
19658 ac_header_compiler=yes 20366 ac_header_compiler=yes
19659 else 20367 else
19660 echo "$as_me: failed program was:" >&5 20368 $as_echo "$as_me: failed program was:" >&5
19661 sed 's/^/| /' conftest.$ac_ext >&5 20369 sed 's/^/| /' conftest.$ac_ext >&5
19662 20370
19663 ac_header_compiler=no 20371 ac_header_compiler=no
19664 fi 20372 fi
19665 20373
19666 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 20374 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19667 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 20375 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19668 echo "${ECHO_T}$ac_header_compiler" >&6; } 20376 $as_echo "$ac_header_compiler" >&6; }
19669 20377
19670 # Is the header present? 20378 # Is the header present?
19671 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 20379 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
19672 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 20380 $as_echo_n "checking $ac_header presence... " >&6; }
19673 cat >conftest.$ac_ext <<_ACEOF 20381 cat >conftest.$ac_ext <<_ACEOF
19674 /* confdefs.h. */ 20382 /* confdefs.h. */
19675 _ACEOF 20383 _ACEOF
19676 cat confdefs.h >>conftest.$ac_ext 20384 cat confdefs.h >>conftest.$ac_ext
19677 cat >>conftest.$ac_ext <<_ACEOF 20385 cat >>conftest.$ac_ext <<_ACEOF
19681 if { (ac_try="$ac_cpp conftest.$ac_ext" 20389 if { (ac_try="$ac_cpp conftest.$ac_ext"
19682 case "(($ac_try" in 20390 case "(($ac_try" in
19683 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20391 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19684 *) ac_try_echo=$ac_try;; 20392 *) ac_try_echo=$ac_try;;
19685 esac 20393 esac
19686 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20394 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20395 $as_echo "$ac_try_echo") >&5
19687 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 20396 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
19688 ac_status=$? 20397 ac_status=$?
19689 grep -v '^ *+' conftest.er1 >conftest.err 20398 grep -v '^ *+' conftest.er1 >conftest.err
19690 rm -f conftest.er1 20399 rm -f conftest.er1
19691 cat conftest.err >&5 20400 cat conftest.err >&5
19692 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20401 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19693 (exit $ac_status); } >/dev/null && { 20402 (exit $ac_status); } >/dev/null && {
19694 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 20403 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
19695 test ! -s conftest.err 20404 test ! -s conftest.err
19696 }; then 20405 }; then
19697 ac_header_preproc=yes 20406 ac_header_preproc=yes
19698 else 20407 else
19699 echo "$as_me: failed program was:" >&5 20408 $as_echo "$as_me: failed program was:" >&5
19700 sed 's/^/| /' conftest.$ac_ext >&5 20409 sed 's/^/| /' conftest.$ac_ext >&5
19701 20410
19702 ac_header_preproc=no 20411 ac_header_preproc=no
19703 fi 20412 fi
19704 20413
19705 rm -f conftest.err conftest.$ac_ext 20414 rm -f conftest.err conftest.$ac_ext
19706 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 20415 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19707 echo "${ECHO_T}$ac_header_preproc" >&6; } 20416 $as_echo "$ac_header_preproc" >&6; }
19708 20417
19709 # So? What about this header? 20418 # So? What about this header?
19710 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 20419 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
19711 yes:no: ) 20420 yes:no: )
19712 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 20421 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
19713 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 20422 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
19714 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 20423 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
19715 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 20424 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
19716 ac_header_preproc=yes 20425 ac_header_preproc=yes
19717 ;; 20426 ;;
19718 no:yes:* ) 20427 no:yes:* )
19719 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 20428 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
19720 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 20429 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
19721 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 20430 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
19722 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 20431 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
19723 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 20432 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
19724 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 20433 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
19725 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 20434 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
19726 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 20435 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
19727 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 20436 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
19728 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 20437 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19729 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 20438 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
19730 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 20439 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
19731 ( cat <<\_ASBOX 20440 ( cat <<\_ASBOX
19732 ## ------------------------------------- ## 20441 ## ------------------------------------- ##
19733 ## Report this to xemacs-beta@xemacs.org ## 20442 ## Report this to xemacs-beta@xemacs.org ##
19734 ## ------------------------------------- ## 20443 ## ------------------------------------- ##
19735 _ASBOX 20444 _ASBOX
19736 ) | sed "s/^/$as_me: WARNING: /" >&2 20445 ) | sed "s/^/$as_me: WARNING: /" >&2
19737 ;; 20446 ;;
19738 esac 20447 esac
19739 { echo "$as_me:$LINENO: checking for $ac_header" >&5 20448 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
19740 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 20449 $as_echo_n "checking for $ac_header... " >&6; }
19741 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 20450 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19742 echo $ECHO_N "(cached) $ECHO_C" >&6 20451 $as_echo_n "(cached) " >&6
19743 else 20452 else
19744 eval "$as_ac_Header=\$ac_header_preproc" 20453 eval "$as_ac_Header=\$ac_header_preproc"
19745 fi 20454 fi
19746 ac_res=`eval echo '${'$as_ac_Header'}'` 20455 ac_res=`eval 'as_val=${'$as_ac_Header'}
19747 { echo "$as_me:$LINENO: result: $ac_res" >&5 20456 $as_echo "$as_val"'`
19748 echo "${ECHO_T}$ac_res" >&6; } 20457 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19749 20458 $as_echo "$ac_res" >&6; }
19750 fi 20459
19751 if test `eval echo '${'$as_ac_Header'}'` = yes; then 20460 fi
20461 as_val=`eval 'as_val=${'$as_ac_Header'}
20462 $as_echo "$as_val"'`
20463 if test "x$as_val" = x""yes; then
19752 cat >>confdefs.h <<_ACEOF 20464 cat >>confdefs.h <<_ACEOF
19753 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 20465 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
19754 _ACEOF 20466 _ACEOF
19755 xft_includes_found=yes 20467 xft_includes_found=yes
19756 else 20468 else
19757 20469
19758 for freetype_include_top in "/usr/local/include/freetype2" \ 20470 for freetype_include_top in "/usr/local/include/freetype2" \
19759 "/usr/X11R6/include/freetype2" \ 20471 "/usr/X11R6/include/freetype2" \
19760 "/usr/include/freetype2" 20472 "/usr/include/freetype2"
19761 do 20473 do
19762 if test -d $freetype_include_top; then 20474 if test -d $freetype_include_top; then
19763 { echo "$as_me:$LINENO: checking in ${freetype_include_top}" >&5 20475 { $as_echo "$as_me:$LINENO: checking in ${freetype_include_top}" >&5
19764 echo $ECHO_N "checking in ${freetype_include_top}... $ECHO_C" >&6; } 20476 $as_echo_n "checking in ${freetype_include_top}... " >&6; }
19765 unset "$as_ac_Header" 20477 unset "$as_ac_Header"
19766 save_c_switch_site="$c_switch_site" 20478 save_c_switch_site="$c_switch_site"
19767 c_switch_site="$c_switch_site -I${freetype_include_top}" 20479 c_switch_site="$c_switch_site -I${freetype_include_top}"
19768 20480
19769 for ac_header in freetype/config/ftheader.h 20481 for ac_header in freetype/config/ftheader.h
19770 do 20482 do
19771 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 20483 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
19772 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 20484 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19773 { echo "$as_me:$LINENO: checking for $ac_header" >&5 20485 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
19774 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 20486 $as_echo_n "checking for $ac_header... " >&6; }
19775 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 20487 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19776 echo $ECHO_N "(cached) $ECHO_C" >&6 20488 $as_echo_n "(cached) " >&6
19777 fi 20489 fi
19778 ac_res=`eval echo '${'$as_ac_Header'}'` 20490 ac_res=`eval 'as_val=${'$as_ac_Header'}
19779 { echo "$as_me:$LINENO: result: $ac_res" >&5 20491 $as_echo "$as_val"'`
19780 echo "${ECHO_T}$ac_res" >&6; } 20492 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
20493 $as_echo "$ac_res" >&6; }
19781 else 20494 else
19782 # Is the header compilable? 20495 # Is the header compilable?
19783 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 20496 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
19784 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 20497 $as_echo_n "checking $ac_header usability... " >&6; }
19785 cat >conftest.$ac_ext <<_ACEOF 20498 cat >conftest.$ac_ext <<_ACEOF
19786 /* confdefs.h. */ 20499 /* confdefs.h. */
19787 _ACEOF 20500 _ACEOF
19788 cat confdefs.h >>conftest.$ac_ext 20501 cat confdefs.h >>conftest.$ac_ext
19789 cat >>conftest.$ac_ext <<_ACEOF 20502 cat >>conftest.$ac_ext <<_ACEOF
19795 if { (ac_try="$ac_compile" 20508 if { (ac_try="$ac_compile"
19796 case "(($ac_try" in 20509 case "(($ac_try" in
19797 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20510 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19798 *) ac_try_echo=$ac_try;; 20511 *) ac_try_echo=$ac_try;;
19799 esac 20512 esac
19800 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20513 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20514 $as_echo "$ac_try_echo") >&5
19801 (eval "$ac_compile") 2>conftest.er1 20515 (eval "$ac_compile") 2>conftest.er1
19802 ac_status=$? 20516 ac_status=$?
19803 grep -v '^ *+' conftest.er1 >conftest.err 20517 grep -v '^ *+' conftest.er1 >conftest.err
19804 rm -f conftest.er1 20518 rm -f conftest.er1
19805 cat conftest.err >&5 20519 cat conftest.err >&5
19806 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20520 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19807 (exit $ac_status); } && { 20521 (exit $ac_status); } && {
19808 test -z "$ac_c_werror_flag" || 20522 test -z "$ac_c_werror_flag" ||
19809 test ! -s conftest.err 20523 test ! -s conftest.err
19810 } && test -s conftest.$ac_objext; then 20524 } && test -s conftest.$ac_objext; then
19811 ac_header_compiler=yes 20525 ac_header_compiler=yes
19812 else 20526 else
19813 echo "$as_me: failed program was:" >&5 20527 $as_echo "$as_me: failed program was:" >&5
19814 sed 's/^/| /' conftest.$ac_ext >&5 20528 sed 's/^/| /' conftest.$ac_ext >&5
19815 20529
19816 ac_header_compiler=no 20530 ac_header_compiler=no
19817 fi 20531 fi
19818 20532
19819 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 20533 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19820 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 20534 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19821 echo "${ECHO_T}$ac_header_compiler" >&6; } 20535 $as_echo "$ac_header_compiler" >&6; }
19822 20536
19823 # Is the header present? 20537 # Is the header present?
19824 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 20538 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
19825 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 20539 $as_echo_n "checking $ac_header presence... " >&6; }
19826 cat >conftest.$ac_ext <<_ACEOF 20540 cat >conftest.$ac_ext <<_ACEOF
19827 /* confdefs.h. */ 20541 /* confdefs.h. */
19828 _ACEOF 20542 _ACEOF
19829 cat confdefs.h >>conftest.$ac_ext 20543 cat confdefs.h >>conftest.$ac_ext
19830 cat >>conftest.$ac_ext <<_ACEOF 20544 cat >>conftest.$ac_ext <<_ACEOF
19834 if { (ac_try="$ac_cpp conftest.$ac_ext" 20548 if { (ac_try="$ac_cpp conftest.$ac_ext"
19835 case "(($ac_try" in 20549 case "(($ac_try" in
19836 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20550 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19837 *) ac_try_echo=$ac_try;; 20551 *) ac_try_echo=$ac_try;;
19838 esac 20552 esac
19839 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20553 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20554 $as_echo "$ac_try_echo") >&5
19840 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 20555 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
19841 ac_status=$? 20556 ac_status=$?
19842 grep -v '^ *+' conftest.er1 >conftest.err 20557 grep -v '^ *+' conftest.er1 >conftest.err
19843 rm -f conftest.er1 20558 rm -f conftest.er1
19844 cat conftest.err >&5 20559 cat conftest.err >&5
19845 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20560 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19846 (exit $ac_status); } >/dev/null && { 20561 (exit $ac_status); } >/dev/null && {
19847 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 20562 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
19848 test ! -s conftest.err 20563 test ! -s conftest.err
19849 }; then 20564 }; then
19850 ac_header_preproc=yes 20565 ac_header_preproc=yes
19851 else 20566 else
19852 echo "$as_me: failed program was:" >&5 20567 $as_echo "$as_me: failed program was:" >&5
19853 sed 's/^/| /' conftest.$ac_ext >&5 20568 sed 's/^/| /' conftest.$ac_ext >&5
19854 20569
19855 ac_header_preproc=no 20570 ac_header_preproc=no
19856 fi 20571 fi
19857 20572
19858 rm -f conftest.err conftest.$ac_ext 20573 rm -f conftest.err conftest.$ac_ext
19859 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 20574 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19860 echo "${ECHO_T}$ac_header_preproc" >&6; } 20575 $as_echo "$ac_header_preproc" >&6; }
19861 20576
19862 # So? What about this header? 20577 # So? What about this header?
19863 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 20578 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
19864 yes:no: ) 20579 yes:no: )
19865 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 20580 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
19866 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 20581 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
19867 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 20582 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
19868 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 20583 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
19869 ac_header_preproc=yes 20584 ac_header_preproc=yes
19870 ;; 20585 ;;
19871 no:yes:* ) 20586 no:yes:* )
19872 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 20587 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
19873 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 20588 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
19874 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 20589 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
19875 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 20590 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
19876 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 20591 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
19877 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 20592 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
19878 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 20593 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
19879 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 20594 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
19880 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 20595 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
19881 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 20596 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19882 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 20597 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
19883 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 20598 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
19884 ( cat <<\_ASBOX 20599 ( cat <<\_ASBOX
19885 ## ------------------------------------- ## 20600 ## ------------------------------------- ##
19886 ## Report this to xemacs-beta@xemacs.org ## 20601 ## Report this to xemacs-beta@xemacs.org ##
19887 ## ------------------------------------- ## 20602 ## ------------------------------------- ##
19888 _ASBOX 20603 _ASBOX
19889 ) | sed "s/^/$as_me: WARNING: /" >&2 20604 ) | sed "s/^/$as_me: WARNING: /" >&2
19890 ;; 20605 ;;
19891 esac 20606 esac
19892 { echo "$as_me:$LINENO: checking for $ac_header" >&5 20607 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
19893 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 20608 $as_echo_n "checking for $ac_header... " >&6; }
19894 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 20609 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19895 echo $ECHO_N "(cached) $ECHO_C" >&6 20610 $as_echo_n "(cached) " >&6
19896 else 20611 else
19897 eval "$as_ac_Header=\$ac_header_preproc" 20612 eval "$as_ac_Header=\$ac_header_preproc"
19898 fi 20613 fi
19899 ac_res=`eval echo '${'$as_ac_Header'}'` 20614 ac_res=`eval 'as_val=${'$as_ac_Header'}
19900 { echo "$as_me:$LINENO: result: $ac_res" >&5 20615 $as_echo "$as_val"'`
19901 echo "${ECHO_T}$ac_res" >&6; } 20616 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19902 20617 $as_echo "$ac_res" >&6; }
19903 fi 20618
19904 if test `eval echo '${'$as_ac_Header'}'` = yes; then 20619 fi
20620 as_val=`eval 'as_val=${'$as_ac_Header'}
20621 $as_echo "$as_val"'`
20622 if test "x$as_val" = x""yes; then
19905 cat >>confdefs.h <<_ACEOF 20623 cat >>confdefs.h <<_ACEOF
19906 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 20624 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
19907 _ACEOF 20625 _ACEOF
19908 xft_includes_found=yes 20626 xft_includes_found=yes
19909 else 20627 else
19910 c_switch_site=$save_c_switch_site 20628 c_switch_site=$save_c_switch_site
19911 fi 20629 fi
19920 20638
19921 fi 20639 fi
19922 if test "$xft_includes_found" != "yes"; then 20640 if test "$xft_includes_found" != "yes"; then
19923 { echo "Error:" "Unable to find headers for --with-xft" >&2; exit 1; } 20641 { echo "Error:" "Unable to find headers for --with-xft" >&2; exit 1; }
19924 else 20642 else
19925 { echo "$as_me:$LINENO: checking for XRenderQueryExtension in -lXrender" >&5 20643 { $as_echo "$as_me:$LINENO: checking for XRenderQueryExtension in -lXrender" >&5
19926 echo $ECHO_N "checking for XRenderQueryExtension in -lXrender... $ECHO_C" >&6; } 20644 $as_echo_n "checking for XRenderQueryExtension in -lXrender... " >&6; }
19927 if test "${ac_cv_lib_Xrender_XRenderQueryExtension+set}" = set; then 20645 if test "${ac_cv_lib_Xrender_XRenderQueryExtension+set}" = set; then
19928 echo $ECHO_N "(cached) $ECHO_C" >&6 20646 $as_echo_n "(cached) " >&6
19929 else 20647 else
19930 ac_check_lib_save_LIBS=$LIBS 20648 ac_check_lib_save_LIBS=$LIBS
19931 LIBS="-lXrender $LIBS" 20649 LIBS="-lXrender $LIBS"
19932 cat >conftest.$ac_ext <<_ACEOF 20650 cat >conftest.$ac_ext <<_ACEOF
19933 /* confdefs.h. */ 20651 /* confdefs.h. */
19955 if { (ac_try="$ac_link" 20673 if { (ac_try="$ac_link"
19956 case "(($ac_try" in 20674 case "(($ac_try" in
19957 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20675 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19958 *) ac_try_echo=$ac_try;; 20676 *) ac_try_echo=$ac_try;;
19959 esac 20677 esac
19960 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20678 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20679 $as_echo "$ac_try_echo") >&5
19961 (eval "$ac_link") 2>conftest.er1 20680 (eval "$ac_link") 2>conftest.er1
19962 ac_status=$? 20681 ac_status=$?
19963 grep -v '^ *+' conftest.er1 >conftest.err 20682 grep -v '^ *+' conftest.er1 >conftest.err
19964 rm -f conftest.er1 20683 rm -f conftest.er1
19965 cat conftest.err >&5 20684 cat conftest.err >&5
19966 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20685 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19967 (exit $ac_status); } && { 20686 (exit $ac_status); } && {
19968 test -z "$ac_c_werror_flag" || 20687 test -z "$ac_c_werror_flag" ||
19969 test ! -s conftest.err 20688 test ! -s conftest.err
19970 } && test -s conftest$ac_exeext && 20689 } && test -s conftest$ac_exeext && {
19971 $as_test_x conftest$ac_exeext; then 20690 test "$cross_compiling" = yes ||
20691 $as_test_x conftest$ac_exeext
20692 }; then
19972 ac_cv_lib_Xrender_XRenderQueryExtension=yes 20693 ac_cv_lib_Xrender_XRenderQueryExtension=yes
19973 else 20694 else
19974 echo "$as_me: failed program was:" >&5 20695 $as_echo "$as_me: failed program was:" >&5
19975 sed 's/^/| /' conftest.$ac_ext >&5 20696 sed 's/^/| /' conftest.$ac_ext >&5
19976 20697
19977 ac_cv_lib_Xrender_XRenderQueryExtension=no 20698 ac_cv_lib_Xrender_XRenderQueryExtension=no
19978 fi 20699 fi
19979 20700
20701 rm -rf conftest.dSYM
19980 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 20702 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19981 conftest$ac_exeext conftest.$ac_ext 20703 conftest$ac_exeext conftest.$ac_ext
19982 LIBS=$ac_check_lib_save_LIBS 20704 LIBS=$ac_check_lib_save_LIBS
19983 fi 20705 fi
19984 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderQueryExtension" >&5 20706 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderQueryExtension" >&5
19985 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderQueryExtension" >&6; } 20707 $as_echo "$ac_cv_lib_Xrender_XRenderQueryExtension" >&6; }
19986 if test $ac_cv_lib_Xrender_XRenderQueryExtension = yes; then 20708 if test "x$ac_cv_lib_Xrender_XRenderQueryExtension" = x""yes; then
19987 libs_x="-lXrender $libs_x" && if test "$verbose" = "yes"; then echo " Prepending \"-lXrender\" to \$libs_x"; fi 20709 libs_x="-lXrender $libs_x" && if test "$verbose" = "yes"; then echo " Prepending \"-lXrender\" to \$libs_x"; fi
19988 else 20710 else
19989 { echo "Error:" "Unable to find libXrender for --with-xft" >&2; exit 1; } 20711 { echo "Error:" "Unable to find libXrender for --with-xft" >&2; exit 1; }
19990 fi 20712 fi
19991 20713
19992 { echo "$as_me:$LINENO: checking for FcPatternCreate in -lfontconfig" >&5 20714 { $as_echo "$as_me:$LINENO: checking for FcPatternCreate in -lfontconfig" >&5
19993 echo $ECHO_N "checking for FcPatternCreate in -lfontconfig... $ECHO_C" >&6; } 20715 $as_echo_n "checking for FcPatternCreate in -lfontconfig... " >&6; }
19994 if test "${ac_cv_lib_fontconfig_FcPatternCreate+set}" = set; then 20716 if test "${ac_cv_lib_fontconfig_FcPatternCreate+set}" = set; then
19995 echo $ECHO_N "(cached) $ECHO_C" >&6 20717 $as_echo_n "(cached) " >&6
19996 else 20718 else
19997 ac_check_lib_save_LIBS=$LIBS 20719 ac_check_lib_save_LIBS=$LIBS
19998 LIBS="-lfontconfig $LIBS" 20720 LIBS="-lfontconfig $LIBS"
19999 cat >conftest.$ac_ext <<_ACEOF 20721 cat >conftest.$ac_ext <<_ACEOF
20000 /* confdefs.h. */ 20722 /* confdefs.h. */
20022 if { (ac_try="$ac_link" 20744 if { (ac_try="$ac_link"
20023 case "(($ac_try" in 20745 case "(($ac_try" in
20024 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20746 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20025 *) ac_try_echo=$ac_try;; 20747 *) ac_try_echo=$ac_try;;
20026 esac 20748 esac
20027 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20749 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20750 $as_echo "$ac_try_echo") >&5
20028 (eval "$ac_link") 2>conftest.er1 20751 (eval "$ac_link") 2>conftest.er1
20029 ac_status=$? 20752 ac_status=$?
20030 grep -v '^ *+' conftest.er1 >conftest.err 20753 grep -v '^ *+' conftest.er1 >conftest.err
20031 rm -f conftest.er1 20754 rm -f conftest.er1
20032 cat conftest.err >&5 20755 cat conftest.err >&5
20033 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20756 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20034 (exit $ac_status); } && { 20757 (exit $ac_status); } && {
20035 test -z "$ac_c_werror_flag" || 20758 test -z "$ac_c_werror_flag" ||
20036 test ! -s conftest.err 20759 test ! -s conftest.err
20037 } && test -s conftest$ac_exeext && 20760 } && test -s conftest$ac_exeext && {
20038 $as_test_x conftest$ac_exeext; then 20761 test "$cross_compiling" = yes ||
20762 $as_test_x conftest$ac_exeext
20763 }; then
20039 ac_cv_lib_fontconfig_FcPatternCreate=yes 20764 ac_cv_lib_fontconfig_FcPatternCreate=yes
20040 else 20765 else
20041 echo "$as_me: failed program was:" >&5 20766 $as_echo "$as_me: failed program was:" >&5
20042 sed 's/^/| /' conftest.$ac_ext >&5 20767 sed 's/^/| /' conftest.$ac_ext >&5
20043 20768
20044 ac_cv_lib_fontconfig_FcPatternCreate=no 20769 ac_cv_lib_fontconfig_FcPatternCreate=no
20045 fi 20770 fi
20046 20771
20772 rm -rf conftest.dSYM
20047 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 20773 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20048 conftest$ac_exeext conftest.$ac_ext 20774 conftest$ac_exeext conftest.$ac_ext
20049 LIBS=$ac_check_lib_save_LIBS 20775 LIBS=$ac_check_lib_save_LIBS
20050 fi 20776 fi
20051 { echo "$as_me:$LINENO: result: $ac_cv_lib_fontconfig_FcPatternCreate" >&5 20777 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_fontconfig_FcPatternCreate" >&5
20052 echo "${ECHO_T}$ac_cv_lib_fontconfig_FcPatternCreate" >&6; } 20778 $as_echo "$ac_cv_lib_fontconfig_FcPatternCreate" >&6; }
20053 if test $ac_cv_lib_fontconfig_FcPatternCreate = yes; then 20779 if test "x$ac_cv_lib_fontconfig_FcPatternCreate" = x""yes; then
20054 libs_x="-lfontconfig $libs_x" && if test "$verbose" = "yes"; then echo " Prepending \"-lfontconfig\" to \$libs_x"; fi 20780 libs_x="-lfontconfig $libs_x" && if test "$verbose" = "yes"; then echo " Prepending \"-lfontconfig\" to \$libs_x"; fi
20055 else 20781 else
20056 { echo "Error:" "Unable to find libfontconfig for --with-xft" >&2; exit 1; } 20782 { echo "Error:" "Unable to find libfontconfig for --with-xft" >&2; exit 1; }
20057 fi 20783 fi
20058 20784
20059 { echo "$as_me:$LINENO: checking for XftFontOpen in -lXft" >&5 20785 { $as_echo "$as_me:$LINENO: checking for XftFontOpen in -lXft" >&5
20060 echo $ECHO_N "checking for XftFontOpen in -lXft... $ECHO_C" >&6; } 20786 $as_echo_n "checking for XftFontOpen in -lXft... " >&6; }
20061 if test "${ac_cv_lib_Xft_XftFontOpen+set}" = set; then 20787 if test "${ac_cv_lib_Xft_XftFontOpen+set}" = set; then
20062 echo $ECHO_N "(cached) $ECHO_C" >&6 20788 $as_echo_n "(cached) " >&6
20063 else 20789 else
20064 ac_check_lib_save_LIBS=$LIBS 20790 ac_check_lib_save_LIBS=$LIBS
20065 LIBS="-lXft $LIBS" 20791 LIBS="-lXft $LIBS"
20066 cat >conftest.$ac_ext <<_ACEOF 20792 cat >conftest.$ac_ext <<_ACEOF
20067 /* confdefs.h. */ 20793 /* confdefs.h. */
20089 if { (ac_try="$ac_link" 20815 if { (ac_try="$ac_link"
20090 case "(($ac_try" in 20816 case "(($ac_try" in
20091 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20817 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20092 *) ac_try_echo=$ac_try;; 20818 *) ac_try_echo=$ac_try;;
20093 esac 20819 esac
20094 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20820 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20821 $as_echo "$ac_try_echo") >&5
20095 (eval "$ac_link") 2>conftest.er1 20822 (eval "$ac_link") 2>conftest.er1
20096 ac_status=$? 20823 ac_status=$?
20097 grep -v '^ *+' conftest.er1 >conftest.err 20824 grep -v '^ *+' conftest.er1 >conftest.err
20098 rm -f conftest.er1 20825 rm -f conftest.er1
20099 cat conftest.err >&5 20826 cat conftest.err >&5
20100 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20827 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20101 (exit $ac_status); } && { 20828 (exit $ac_status); } && {
20102 test -z "$ac_c_werror_flag" || 20829 test -z "$ac_c_werror_flag" ||
20103 test ! -s conftest.err 20830 test ! -s conftest.err
20104 } && test -s conftest$ac_exeext && 20831 } && test -s conftest$ac_exeext && {
20105 $as_test_x conftest$ac_exeext; then 20832 test "$cross_compiling" = yes ||
20833 $as_test_x conftest$ac_exeext
20834 }; then
20106 ac_cv_lib_Xft_XftFontOpen=yes 20835 ac_cv_lib_Xft_XftFontOpen=yes
20107 else 20836 else
20108 echo "$as_me: failed program was:" >&5 20837 $as_echo "$as_me: failed program was:" >&5
20109 sed 's/^/| /' conftest.$ac_ext >&5 20838 sed 's/^/| /' conftest.$ac_ext >&5
20110 20839
20111 ac_cv_lib_Xft_XftFontOpen=no 20840 ac_cv_lib_Xft_XftFontOpen=no
20112 fi 20841 fi
20113 20842
20843 rm -rf conftest.dSYM
20114 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 20844 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20115 conftest$ac_exeext conftest.$ac_ext 20845 conftest$ac_exeext conftest.$ac_ext
20116 LIBS=$ac_check_lib_save_LIBS 20846 LIBS=$ac_check_lib_save_LIBS
20117 fi 20847 fi
20118 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xft_XftFontOpen" >&5 20848 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xft_XftFontOpen" >&5
20119 echo "${ECHO_T}$ac_cv_lib_Xft_XftFontOpen" >&6; } 20849 $as_echo "$ac_cv_lib_Xft_XftFontOpen" >&6; }
20120 if test $ac_cv_lib_Xft_XftFontOpen = yes; then 20850 if test "x$ac_cv_lib_Xft_XftFontOpen" = x""yes; then
20121 libs_x="-lXft $libs_x" && if test "$verbose" = "yes"; then echo " Prepending \"-lXft\" to \$libs_x"; fi 20851 libs_x="-lXft $libs_x" && if test "$verbose" = "yes"; then echo " Prepending \"-lXft\" to \$libs_x"; fi
20122 else 20852 else
20123 { echo "Error:" "Unable to find libXft for --with-xft" >&2; exit 1; } 20853 { echo "Error:" "Unable to find libXft for --with-xft" >&2; exit 1; }
20124 fi 20854 fi
20125 20855
20126 20856
20127 20857
20128 for ac_func in FcConfigGetRescanInterval 20858 for ac_func in FcConfigGetRescanInterval
20129 do 20859 do
20130 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 20860 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
20131 { echo "$as_me:$LINENO: checking for $ac_func" >&5 20861 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
20132 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 20862 $as_echo_n "checking for $ac_func... " >&6; }
20133 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 20863 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
20134 echo $ECHO_N "(cached) $ECHO_C" >&6 20864 $as_echo_n "(cached) " >&6
20135 else 20865 else
20136 cat >conftest.$ac_ext <<_ACEOF 20866 cat >conftest.$ac_ext <<_ACEOF
20137 /* confdefs.h. */ 20867 /* confdefs.h. */
20138 _ACEOF 20868 _ACEOF
20139 cat confdefs.h >>conftest.$ac_ext 20869 cat confdefs.h >>conftest.$ac_ext
20182 if { (ac_try="$ac_link" 20912 if { (ac_try="$ac_link"
20183 case "(($ac_try" in 20913 case "(($ac_try" in
20184 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20914 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20185 *) ac_try_echo=$ac_try;; 20915 *) ac_try_echo=$ac_try;;
20186 esac 20916 esac
20187 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20917 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20918 $as_echo "$ac_try_echo") >&5
20188 (eval "$ac_link") 2>conftest.er1 20919 (eval "$ac_link") 2>conftest.er1
20189 ac_status=$? 20920 ac_status=$?
20190 grep -v '^ *+' conftest.er1 >conftest.err 20921 grep -v '^ *+' conftest.er1 >conftest.err
20191 rm -f conftest.er1 20922 rm -f conftest.er1
20192 cat conftest.err >&5 20923 cat conftest.err >&5
20193 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20924 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20194 (exit $ac_status); } && { 20925 (exit $ac_status); } && {
20195 test -z "$ac_c_werror_flag" || 20926 test -z "$ac_c_werror_flag" ||
20196 test ! -s conftest.err 20927 test ! -s conftest.err
20197 } && test -s conftest$ac_exeext && 20928 } && test -s conftest$ac_exeext && {
20198 $as_test_x conftest$ac_exeext; then 20929 test "$cross_compiling" = yes ||
20930 $as_test_x conftest$ac_exeext
20931 }; then
20199 eval "$as_ac_var=yes" 20932 eval "$as_ac_var=yes"
20200 else 20933 else
20201 echo "$as_me: failed program was:" >&5 20934 $as_echo "$as_me: failed program was:" >&5
20202 sed 's/^/| /' conftest.$ac_ext >&5 20935 sed 's/^/| /' conftest.$ac_ext >&5
20203 20936
20204 eval "$as_ac_var=no" 20937 eval "$as_ac_var=no"
20205 fi 20938 fi
20206 20939
20940 rm -rf conftest.dSYM
20207 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 20941 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20208 conftest$ac_exeext conftest.$ac_ext 20942 conftest$ac_exeext conftest.$ac_ext
20209 fi 20943 fi
20210 ac_res=`eval echo '${'$as_ac_var'}'` 20944 ac_res=`eval 'as_val=${'$as_ac_var'}
20211 { echo "$as_me:$LINENO: result: $ac_res" >&5 20945 $as_echo "$as_val"'`
20212 echo "${ECHO_T}$ac_res" >&6; } 20946 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
20213 if test `eval echo '${'$as_ac_var'}'` = yes; then 20947 $as_echo "$ac_res" >&6; }
20948 as_val=`eval 'as_val=${'$as_ac_var'}
20949 $as_echo "$as_val"'`
20950 if test "x$as_val" = x""yes; then
20214 cat >>confdefs.h <<_ACEOF 20951 cat >>confdefs.h <<_ACEOF
20215 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 20952 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
20216 _ACEOF 20953 _ACEOF
20217 20954
20218 fi 20955 fi
20219 done 20956 done
20220 20957
20221 20958
20222 for ac_func in FcConfigSetRescanInterval 20959 for ac_func in FcConfigSetRescanInterval
20223 do 20960 do
20224 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 20961 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
20225 { echo "$as_me:$LINENO: checking for $ac_func" >&5 20962 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
20226 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 20963 $as_echo_n "checking for $ac_func... " >&6; }
20227 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 20964 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
20228 echo $ECHO_N "(cached) $ECHO_C" >&6 20965 $as_echo_n "(cached) " >&6
20229 else 20966 else
20230 cat >conftest.$ac_ext <<_ACEOF 20967 cat >conftest.$ac_ext <<_ACEOF
20231 /* confdefs.h. */ 20968 /* confdefs.h. */
20232 _ACEOF 20969 _ACEOF
20233 cat confdefs.h >>conftest.$ac_ext 20970 cat confdefs.h >>conftest.$ac_ext
20276 if { (ac_try="$ac_link" 21013 if { (ac_try="$ac_link"
20277 case "(($ac_try" in 21014 case "(($ac_try" in
20278 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21015 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20279 *) ac_try_echo=$ac_try;; 21016 *) ac_try_echo=$ac_try;;
20280 esac 21017 esac
20281 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 21018 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21019 $as_echo "$ac_try_echo") >&5
20282 (eval "$ac_link") 2>conftest.er1 21020 (eval "$ac_link") 2>conftest.er1
20283 ac_status=$? 21021 ac_status=$?
20284 grep -v '^ *+' conftest.er1 >conftest.err 21022 grep -v '^ *+' conftest.er1 >conftest.err
20285 rm -f conftest.er1 21023 rm -f conftest.er1
20286 cat conftest.err >&5 21024 cat conftest.err >&5
20287 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21025 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20288 (exit $ac_status); } && { 21026 (exit $ac_status); } && {
20289 test -z "$ac_c_werror_flag" || 21027 test -z "$ac_c_werror_flag" ||
20290 test ! -s conftest.err 21028 test ! -s conftest.err
20291 } && test -s conftest$ac_exeext && 21029 } && test -s conftest$ac_exeext && {
20292 $as_test_x conftest$ac_exeext; then 21030 test "$cross_compiling" = yes ||
21031 $as_test_x conftest$ac_exeext
21032 }; then
20293 eval "$as_ac_var=yes" 21033 eval "$as_ac_var=yes"
20294 else 21034 else
20295 echo "$as_me: failed program was:" >&5 21035 $as_echo "$as_me: failed program was:" >&5
20296 sed 's/^/| /' conftest.$ac_ext >&5 21036 sed 's/^/| /' conftest.$ac_ext >&5
20297 21037
20298 eval "$as_ac_var=no" 21038 eval "$as_ac_var=no"
20299 fi 21039 fi
20300 21040
21041 rm -rf conftest.dSYM
20301 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 21042 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20302 conftest$ac_exeext conftest.$ac_ext 21043 conftest$ac_exeext conftest.$ac_ext
20303 fi 21044 fi
20304 ac_res=`eval echo '${'$as_ac_var'}'` 21045 ac_res=`eval 'as_val=${'$as_ac_var'}
20305 { echo "$as_me:$LINENO: result: $ac_res" >&5 21046 $as_echo "$as_val"'`
20306 echo "${ECHO_T}$ac_res" >&6; } 21047 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
20307 if test `eval echo '${'$as_ac_var'}'` = yes; then 21048 $as_echo "$ac_res" >&6; }
21049 as_val=`eval 'as_val=${'$as_ac_var'}
21050 $as_echo "$as_val"'`
21051 if test "x$as_val" = x""yes; then
20308 cat >>confdefs.h <<_ACEOF 21052 cat >>confdefs.h <<_ACEOF
20309 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 21053 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
20310 _ACEOF 21054 _ACEOF
20311 21055
20312 fi 21056 fi
20313 done 21057 done
20314 21058
20325 fi 21069 fi
20326 fi 21070 fi
20327 21071
20328 fi 21072 fi
20329 if test "$with_msw" != "no"; then 21073 if test "$with_msw" != "no"; then
20330 { echo "$as_me:$LINENO: checking for MS-Windows" >&5 21074 { $as_echo "$as_me:$LINENO: checking for MS-Windows" >&5
20331 echo $ECHO_N "checking for MS-Windows... $ECHO_C" >&6; } 21075 $as_echo_n "checking for MS-Windows... " >&6; }
20332 { echo "$as_me:$LINENO: result: " >&5 21076 { $as_echo "$as_me:$LINENO: result: " >&5
20333 echo "${ECHO_T}" >&6; } 21077 $as_echo "" >&6; }
20334 { echo "$as_me:$LINENO: checking for main in -lgdi32" >&5 21078 { $as_echo "$as_me:$LINENO: checking for main in -lgdi32" >&5
20335 echo $ECHO_N "checking for main in -lgdi32... $ECHO_C" >&6; } 21079 $as_echo_n "checking for main in -lgdi32... " >&6; }
20336 if test "${ac_cv_lib_gdi32_main+set}" = set; then 21080 if test "${ac_cv_lib_gdi32_main+set}" = set; then
20337 echo $ECHO_N "(cached) $ECHO_C" >&6 21081 $as_echo_n "(cached) " >&6
20338 else 21082 else
20339 ac_check_lib_save_LIBS=$LIBS 21083 ac_check_lib_save_LIBS=$LIBS
20340 LIBS="-lgdi32 $LIBS" 21084 LIBS="-lgdi32 $LIBS"
20341 cat >conftest.$ac_ext <<_ACEOF 21085 cat >conftest.$ac_ext <<_ACEOF
20342 /* confdefs.h. */ 21086 /* confdefs.h. */
20358 if { (ac_try="$ac_link" 21102 if { (ac_try="$ac_link"
20359 case "(($ac_try" in 21103 case "(($ac_try" in
20360 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21104 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20361 *) ac_try_echo=$ac_try;; 21105 *) ac_try_echo=$ac_try;;
20362 esac 21106 esac
20363 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 21107 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21108 $as_echo "$ac_try_echo") >&5
20364 (eval "$ac_link") 2>conftest.er1 21109 (eval "$ac_link") 2>conftest.er1
20365 ac_status=$? 21110 ac_status=$?
20366 grep -v '^ *+' conftest.er1 >conftest.err 21111 grep -v '^ *+' conftest.er1 >conftest.err
20367 rm -f conftest.er1 21112 rm -f conftest.er1
20368 cat conftest.err >&5 21113 cat conftest.err >&5
20369 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21114 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20370 (exit $ac_status); } && { 21115 (exit $ac_status); } && {
20371 test -z "$ac_c_werror_flag" || 21116 test -z "$ac_c_werror_flag" ||
20372 test ! -s conftest.err 21117 test ! -s conftest.err
20373 } && test -s conftest$ac_exeext && 21118 } && test -s conftest$ac_exeext && {
20374 $as_test_x conftest$ac_exeext; then 21119 test "$cross_compiling" = yes ||
21120 $as_test_x conftest$ac_exeext
21121 }; then
20375 ac_cv_lib_gdi32_main=yes 21122 ac_cv_lib_gdi32_main=yes
20376 else 21123 else
20377 echo "$as_me: failed program was:" >&5 21124 $as_echo "$as_me: failed program was:" >&5
20378 sed 's/^/| /' conftest.$ac_ext >&5 21125 sed 's/^/| /' conftest.$ac_ext >&5
20379 21126
20380 ac_cv_lib_gdi32_main=no 21127 ac_cv_lib_gdi32_main=no
20381 fi 21128 fi
20382 21129
21130 rm -rf conftest.dSYM
20383 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 21131 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20384 conftest$ac_exeext conftest.$ac_ext 21132 conftest$ac_exeext conftest.$ac_ext
20385 LIBS=$ac_check_lib_save_LIBS 21133 LIBS=$ac_check_lib_save_LIBS
20386 fi 21134 fi
20387 { echo "$as_me:$LINENO: result: $ac_cv_lib_gdi32_main" >&5 21135 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gdi32_main" >&5
20388 echo "${ECHO_T}$ac_cv_lib_gdi32_main" >&6; } 21136 $as_echo "$ac_cv_lib_gdi32_main" >&6; }
20389 if test $ac_cv_lib_gdi32_main = yes; then 21137 if test "x$ac_cv_lib_gdi32_main" = x""yes; then
20390 with_msw=yes 21138 with_msw=yes
20391 fi 21139 fi
20392 21140
20393 if test "$with_msw" = "yes"; then 21141 if test "$with_msw" = "yes"; then
20394 cat >>confdefs.h <<\_ACEOF 21142 cat >>confdefs.h <<\_ACEOF
20415 test "$enable_toolbars" != "no" && enable_toolbars=msw 21163 test "$enable_toolbars" != "no" && enable_toolbars=msw
20416 test "$enable_dialogs" != "no" && enable_dialogs=msw 21164 test "$enable_dialogs" != "no" && enable_dialogs=msw
20417 test "$enable_widgets" != "no" && enable_widgets=msw 21165 test "$enable_widgets" != "no" && enable_widgets=msw
20418 fi 21166 fi
20419 if test "$cross_compiling" = yes; then 21167 if test "$cross_compiling" = yes; then
20420 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 21168 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
21169 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
21170 { { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling
20421 See \`config.log' for more details." >&5 21171 See \`config.log' for more details." >&5
20422 echo "$as_me: error: cannot run test program while cross compiling 21172 $as_echo "$as_me: error: cannot run test program while cross compiling
20423 See \`config.log' for more details." >&2;} 21173 See \`config.log' for more details." >&2;}
20424 { (exit 1); exit 1; }; } 21174 { (exit 1); exit 1; }; }; }
20425 else 21175 else
20426 cat >conftest.$ac_ext <<_ACEOF 21176 cat >conftest.$ac_ext <<_ACEOF
20427 /* confdefs.h. */ 21177 /* confdefs.h. */
20428 _ACEOF 21178 _ACEOF
20429 cat confdefs.h >>conftest.$ac_ext 21179 cat confdefs.h >>conftest.$ac_ext
20436 if { (ac_try="$ac_link" 21186 if { (ac_try="$ac_link"
20437 case "(($ac_try" in 21187 case "(($ac_try" in
20438 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21188 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20439 *) ac_try_echo=$ac_try;; 21189 *) ac_try_echo=$ac_try;;
20440 esac 21190 esac
20441 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 21191 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21192 $as_echo "$ac_try_echo") >&5
20442 (eval "$ac_link") 2>&5 21193 (eval "$ac_link") 2>&5
20443 ac_status=$? 21194 ac_status=$?
20444 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21195 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20445 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 21196 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20446 { (case "(($ac_try" in 21197 { (case "(($ac_try" in
20447 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21198 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20448 *) ac_try_echo=$ac_try;; 21199 *) ac_try_echo=$ac_try;;
20449 esac 21200 esac
20450 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 21201 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21202 $as_echo "$ac_try_echo") >&5
20451 (eval "$ac_try") 2>&5 21203 (eval "$ac_try") 2>&5
20452 ac_status=$? 21204 ac_status=$?
20453 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21205 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20454 (exit $ac_status); }; }; then 21206 (exit $ac_status); }; }; then
20455 cat >>confdefs.h <<\_ACEOF 21207 cat >>confdefs.h <<\_ACEOF
20456 #define HAVE_MSG_SELECT 1 21208 #define HAVE_MSG_SELECT 1
20457 _ACEOF 21209 _ACEOF
20458 21210
20459 else 21211 else
20460 echo "$as_me: program exited with status $ac_status" >&5 21212 $as_echo "$as_me: program exited with status $ac_status" >&5
20461 echo "$as_me: failed program was:" >&5 21213 $as_echo "$as_me: failed program was:" >&5
20462 sed 's/^/| /' conftest.$ac_ext >&5 21214 sed 's/^/| /' conftest.$ac_ext >&5
20463 21215
20464 fi 21216 fi
21217 rm -rf conftest.dSYM
20465 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 21218 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20466 fi 21219 fi
20467 21220
20468 21221
20469 fi 21222 fi
20476 21229
20477 if test "$window_system" = "none"; then 21230 if test "$window_system" = "none"; then
20478 for feature in menubars scrollbars toolbars dialogs dragndrop xface 21231 for feature in menubars scrollbars toolbars dialogs dragndrop xface
20479 do 21232 do
20480 if eval "test -n \"\$enable_${feature}\" -a \"\$enable_${feature}\" != no" ; then 21233 if eval "test -n \"\$enable_${feature}\" -a \"\$enable_${feature}\" != no" ; then
20481 { echo "$as_me:$LINENO: WARNING: --enable-$feature ignored: Not valid without window system support" >&5 21234 { $as_echo "$as_me:$LINENO: WARNING: --enable-$feature ignored: Not valid without window system support" >&5
20482 echo "$as_me: WARNING: --enable-$feature ignored: Not valid without window system support" >&2;} 21235 $as_echo "$as_me: WARNING: --enable-$feature ignored: Not valid without window system support" >&2;}
20483 fi 21236 fi
20484 eval "enable_${feature}=no" 21237 eval "enable_${feature}=no"
20485 done 21238 done
20486 else 21239 else
20487 test -z "$enable_toolbars" && enable_toolbars=yes 21240 test -z "$enable_toolbars" && enable_toolbars=yes
20489 21242
20490 if test "$with_msw" != "yes"; then 21243 if test "$with_msw" != "yes"; then
20491 for feature in MARTIN_IS_CLUELESS_ABOUT_MSW_FEATURES 21244 for feature in MARTIN_IS_CLUELESS_ABOUT_MSW_FEATURES
20492 do 21245 do
20493 if eval "test -n \"\$with_${feature}\" -a \"\$with_${feature}\" != no" ; then 21246 if eval "test -n \"\$with_${feature}\" -a \"\$with_${feature}\" != no" ; then
20494 { echo "$as_me:$LINENO: WARNING: --with-$feature ignored: Not valid without MS-Windows support" >&5 21247 { $as_echo "$as_me:$LINENO: WARNING: --with-$feature ignored: Not valid without MS-Windows support" >&5
20495 echo "$as_me: WARNING: --with-$feature ignored: Not valid without MS-Windows support" >&2;} 21248 $as_echo "$as_me: WARNING: --with-$feature ignored: Not valid without MS-Windows support" >&2;}
20496 fi 21249 fi
20497 eval "with_${feature}=no" 21250 eval "with_${feature}=no"
20498 done 21251 done
20499 else 21252 else
20500 : 21253 :
20502 21255
20503 if test "$with_x11" != "yes"; then 21256 if test "$with_x11" != "yes"; then
20504 for feature in with_tooltalk with_cde with_offix with_wmcommand with_xim with_xmu enable_sound_nas 21257 for feature in with_tooltalk with_cde with_offix with_wmcommand with_xim with_xmu enable_sound_nas
20505 do 21258 do
20506 if eval "test -n \"\$${feature}\" -a \"\$${feature}\" != \"no\"" ; then 21259 if eval "test -n \"\$${feature}\" -a \"\$${feature}\" != \"no\"" ; then
20507 { echo "$as_me:$LINENO: WARNING: --$feature ignored: Not valid without X support" >&5 21260 { $as_echo "$as_me:$LINENO: WARNING: --$feature ignored: Not valid without X support" >&5
20508 echo "$as_me: WARNING: --$feature ignored: Not valid without X support" >&2;} 21261 $as_echo "$as_me: WARNING: --$feature ignored: Not valid without X support" >&2;}
20509 fi 21262 fi
20510 eval "${feature}=no" 21263 eval "${feature}=no"
20511 done 21264 done
20512 fi 21265 fi
20513 21266
20514 if test "$with_x11" = "yes"; then 21267 if test "$with_x11" = "yes"; then
20515 { echo "$as_me:$LINENO: checking for X11/extensions/shape.h" >&5 21268 { $as_echo "$as_me:$LINENO: checking for X11/extensions/shape.h" >&5
20516 echo $ECHO_N "checking for X11/extensions/shape.h... $ECHO_C" >&6; } 21269 $as_echo_n "checking for X11/extensions/shape.h... " >&6; }
20517 if test "${ac_cv_header_X11_extensions_shape_h+set}" = set; then 21270 if test "${ac_cv_header_X11_extensions_shape_h+set}" = set; then
20518 echo $ECHO_N "(cached) $ECHO_C" >&6 21271 $as_echo_n "(cached) " >&6
20519 else 21272 else
20520 cat >conftest.$ac_ext <<_ACEOF 21273 cat >conftest.$ac_ext <<_ACEOF
20521 /* confdefs.h. */ 21274 /* confdefs.h. */
20522 _ACEOF 21275 _ACEOF
20523 cat confdefs.h >>conftest.$ac_ext 21276 cat confdefs.h >>conftest.$ac_ext
20534 if { (ac_try="$ac_compile" 21287 if { (ac_try="$ac_compile"
20535 case "(($ac_try" in 21288 case "(($ac_try" in
20536 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20537 *) ac_try_echo=$ac_try;; 21290 *) ac_try_echo=$ac_try;;
20538 esac 21291 esac
20539 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 21292 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21293 $as_echo "$ac_try_echo") >&5
20540 (eval "$ac_compile") 2>conftest.er1 21294 (eval "$ac_compile") 2>conftest.er1
20541 ac_status=$? 21295 ac_status=$?
20542 grep -v '^ *+' conftest.er1 >conftest.err 21296 grep -v '^ *+' conftest.er1 >conftest.err
20543 rm -f conftest.er1 21297 rm -f conftest.er1
20544 cat conftest.err >&5 21298 cat conftest.err >&5
20545 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21299 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20546 (exit $ac_status); } && { 21300 (exit $ac_status); } && {
20547 test -z "$ac_c_werror_flag" || 21301 test -z "$ac_c_werror_flag" ||
20548 test ! -s conftest.err 21302 test ! -s conftest.err
20549 } && test -s conftest.$ac_objext; then 21303 } && test -s conftest.$ac_objext; then
20550 ac_cv_header_X11_extensions_shape_h=yes 21304 ac_cv_header_X11_extensions_shape_h=yes
20551 else 21305 else
20552 echo "$as_me: failed program was:" >&5 21306 $as_echo "$as_me: failed program was:" >&5
20553 sed 's/^/| /' conftest.$ac_ext >&5 21307 sed 's/^/| /' conftest.$ac_ext >&5
20554 21308
20555 ac_cv_header_X11_extensions_shape_h=no 21309 ac_cv_header_X11_extensions_shape_h=no
20556 fi 21310 fi
20557 21311
20558 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 21312 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20559 fi 21313 fi
20560 { echo "$as_me:$LINENO: result: $ac_cv_header_X11_extensions_shape_h" >&5 21314 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_X11_extensions_shape_h" >&5
20561 echo "${ECHO_T}$ac_cv_header_X11_extensions_shape_h" >&6; } 21315 $as_echo "$ac_cv_header_X11_extensions_shape_h" >&6; }
20562 if test $ac_cv_header_X11_extensions_shape_h = yes; then 21316 if test "x$ac_cv_header_X11_extensions_shape_h" = x""yes; then
20563 21317
20564 cat >>confdefs.h <<\_ACEOF 21318 cat >>confdefs.h <<\_ACEOF
20565 #define HAVE_BALLOON_HELP 1 21319 #define HAVE_BALLOON_HELP 1
20566 _ACEOF 21320 _ACEOF
20567 21321
20587 case "$x_libraries" in *X11R4* ) 21341 case "$x_libraries" in *X11R4* )
20588 test "$opsys" = "hpux9" && opsysfile="s/hpux9-x11r4.h" 21342 test "$opsys" = "hpux9" && opsysfile="s/hpux9-x11r4.h"
20589 test "$opsys" = "hpux9-shr" && opsysfile="s/hpux9shxr4.h" 21343 test "$opsys" = "hpux9-shr" && opsysfile="s/hpux9shxr4.h"
20590 esac 21344 esac
20591 21345
20592 { echo "$as_me:$LINENO: checking for WM_COMMAND option" >&5 21346 { $as_echo "$as_me:$LINENO: checking for WM_COMMAND option" >&5
20593 echo $ECHO_N "checking for WM_COMMAND option... $ECHO_C" >&6; } 21347 $as_echo_n "checking for WM_COMMAND option... " >&6; }
20594 if test "$with_wmcommand" != "no"; then 21348 if test "$with_wmcommand" != "no"; then
20595 cat >>confdefs.h <<\_ACEOF 21349 cat >>confdefs.h <<\_ACEOF
20596 #define HAVE_WMCOMMAND 1 21350 #define HAVE_WMCOMMAND 1
20597 _ACEOF 21351 _ACEOF
20598 21352
20599 { echo "$as_me:$LINENO: result: yes" >&5 21353 { $as_echo "$as_me:$LINENO: result: yes" >&5
20600 echo "${ECHO_T}yes" >&6; } 21354 $as_echo "yes" >&6; }
20601 else 21355 else
20602 { echo "$as_me:$LINENO: result: no" >&5 21356 { $as_echo "$as_me:$LINENO: result: no" >&5
20603 echo "${ECHO_T}no" >&6; } 21357 $as_echo "no" >&6; }
20604 fi 21358 fi
20605 21359
20606 test -z "$with_xauth" && test "$window_system" = "none" && with_xauth=no 21360 test -z "$with_xauth" && test "$window_system" = "none" && with_xauth=no
20607 test -z "$with_xauth" && { if test "${ac_cv_header_X11_Xauth_h+set}" = set; then 21361 test -z "$with_xauth" && { if test "${ac_cv_header_X11_Xauth_h+set}" = set; then
20608 { echo "$as_me:$LINENO: checking for X11/Xauth.h" >&5 21362 { $as_echo "$as_me:$LINENO: checking for X11/Xauth.h" >&5
20609 echo $ECHO_N "checking for X11/Xauth.h... $ECHO_C" >&6; } 21363 $as_echo_n "checking for X11/Xauth.h... " >&6; }
20610 if test "${ac_cv_header_X11_Xauth_h+set}" = set; then 21364 if test "${ac_cv_header_X11_Xauth_h+set}" = set; then
20611 echo $ECHO_N "(cached) $ECHO_C" >&6 21365 $as_echo_n "(cached) " >&6
20612 fi 21366 fi
20613 { echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xauth_h" >&5 21367 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xauth_h" >&5
20614 echo "${ECHO_T}$ac_cv_header_X11_Xauth_h" >&6; } 21368 $as_echo "$ac_cv_header_X11_Xauth_h" >&6; }
20615 else 21369 else
20616 # Is the header compilable? 21370 # Is the header compilable?
20617 { echo "$as_me:$LINENO: checking X11/Xauth.h usability" >&5 21371 { $as_echo "$as_me:$LINENO: checking X11/Xauth.h usability" >&5
20618 echo $ECHO_N "checking X11/Xauth.h usability... $ECHO_C" >&6; } 21372 $as_echo_n "checking X11/Xauth.h usability... " >&6; }
20619 cat >conftest.$ac_ext <<_ACEOF 21373 cat >conftest.$ac_ext <<_ACEOF
20620 /* confdefs.h. */ 21374 /* confdefs.h. */
20621 _ACEOF 21375 _ACEOF
20622 cat confdefs.h >>conftest.$ac_ext 21376 cat confdefs.h >>conftest.$ac_ext
20623 cat >>conftest.$ac_ext <<_ACEOF 21377 cat >>conftest.$ac_ext <<_ACEOF
20629 if { (ac_try="$ac_compile" 21383 if { (ac_try="$ac_compile"
20630 case "(($ac_try" in 21384 case "(($ac_try" in
20631 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21385 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20632 *) ac_try_echo=$ac_try;; 21386 *) ac_try_echo=$ac_try;;
20633 esac 21387 esac
20634 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 21388 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21389 $as_echo "$ac_try_echo") >&5
20635 (eval "$ac_compile") 2>conftest.er1 21390 (eval "$ac_compile") 2>conftest.er1
20636 ac_status=$? 21391 ac_status=$?
20637 grep -v '^ *+' conftest.er1 >conftest.err 21392 grep -v '^ *+' conftest.er1 >conftest.err
20638 rm -f conftest.er1 21393 rm -f conftest.er1
20639 cat conftest.err >&5 21394 cat conftest.err >&5
20640 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21395 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20641 (exit $ac_status); } && { 21396 (exit $ac_status); } && {
20642 test -z "$ac_c_werror_flag" || 21397 test -z "$ac_c_werror_flag" ||
20643 test ! -s conftest.err 21398 test ! -s conftest.err
20644 } && test -s conftest.$ac_objext; then 21399 } && test -s conftest.$ac_objext; then
20645 ac_header_compiler=yes 21400 ac_header_compiler=yes
20646 else 21401 else
20647 echo "$as_me: failed program was:" >&5 21402 $as_echo "$as_me: failed program was:" >&5
20648 sed 's/^/| /' conftest.$ac_ext >&5 21403 sed 's/^/| /' conftest.$ac_ext >&5
20649 21404
20650 ac_header_compiler=no 21405 ac_header_compiler=no
20651 fi 21406 fi
20652 21407
20653 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 21408 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20654 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 21409 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20655 echo "${ECHO_T}$ac_header_compiler" >&6; } 21410 $as_echo "$ac_header_compiler" >&6; }
20656 21411
20657 # Is the header present? 21412 # Is the header present?
20658 { echo "$as_me:$LINENO: checking X11/Xauth.h presence" >&5 21413 { $as_echo "$as_me:$LINENO: checking X11/Xauth.h presence" >&5
20659 echo $ECHO_N "checking X11/Xauth.h presence... $ECHO_C" >&6; } 21414 $as_echo_n "checking X11/Xauth.h presence... " >&6; }
20660 cat >conftest.$ac_ext <<_ACEOF 21415 cat >conftest.$ac_ext <<_ACEOF
20661 /* confdefs.h. */ 21416 /* confdefs.h. */
20662 _ACEOF 21417 _ACEOF
20663 cat confdefs.h >>conftest.$ac_ext 21418 cat confdefs.h >>conftest.$ac_ext
20664 cat >>conftest.$ac_ext <<_ACEOF 21419 cat >>conftest.$ac_ext <<_ACEOF
20668 if { (ac_try="$ac_cpp conftest.$ac_ext" 21423 if { (ac_try="$ac_cpp conftest.$ac_ext"
20669 case "(($ac_try" in 21424 case "(($ac_try" in
20670 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21425 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20671 *) ac_try_echo=$ac_try;; 21426 *) ac_try_echo=$ac_try;;
20672 esac 21427 esac
20673 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 21428 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21429 $as_echo "$ac_try_echo") >&5
20674 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 21430 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
20675 ac_status=$? 21431 ac_status=$?
20676 grep -v '^ *+' conftest.er1 >conftest.err 21432 grep -v '^ *+' conftest.er1 >conftest.err
20677 rm -f conftest.er1 21433 rm -f conftest.er1
20678 cat conftest.err >&5 21434 cat conftest.err >&5
20679 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21435 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20680 (exit $ac_status); } >/dev/null && { 21436 (exit $ac_status); } >/dev/null && {
20681 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 21437 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
20682 test ! -s conftest.err 21438 test ! -s conftest.err
20683 }; then 21439 }; then
20684 ac_header_preproc=yes 21440 ac_header_preproc=yes
20685 else 21441 else
20686 echo "$as_me: failed program was:" >&5 21442 $as_echo "$as_me: failed program was:" >&5
20687 sed 's/^/| /' conftest.$ac_ext >&5 21443 sed 's/^/| /' conftest.$ac_ext >&5
20688 21444
20689 ac_header_preproc=no 21445 ac_header_preproc=no
20690 fi 21446 fi
20691 21447
20692 rm -f conftest.err conftest.$ac_ext 21448 rm -f conftest.err conftest.$ac_ext
20693 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 21449 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20694 echo "${ECHO_T}$ac_header_preproc" >&6; } 21450 $as_echo "$ac_header_preproc" >&6; }
20695 21451
20696 # So? What about this header? 21452 # So? What about this header?
20697 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 21453 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20698 yes:no: ) 21454 yes:no: )
20699 { echo "$as_me:$LINENO: WARNING: X11/Xauth.h: accepted by the compiler, rejected by the preprocessor!" >&5 21455 { $as_echo "$as_me:$LINENO: WARNING: X11/Xauth.h: accepted by the compiler, rejected by the preprocessor!" >&5
20700 echo "$as_me: WARNING: X11/Xauth.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 21456 $as_echo "$as_me: WARNING: X11/Xauth.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
20701 { echo "$as_me:$LINENO: WARNING: X11/Xauth.h: proceeding with the compiler's result" >&5 21457 { $as_echo "$as_me:$LINENO: WARNING: X11/Xauth.h: proceeding with the compiler's result" >&5
20702 echo "$as_me: WARNING: X11/Xauth.h: proceeding with the compiler's result" >&2;} 21458 $as_echo "$as_me: WARNING: X11/Xauth.h: proceeding with the compiler's result" >&2;}
20703 ac_header_preproc=yes 21459 ac_header_preproc=yes
20704 ;; 21460 ;;
20705 no:yes:* ) 21461 no:yes:* )
20706 { echo "$as_me:$LINENO: WARNING: X11/Xauth.h: present but cannot be compiled" >&5 21462 { $as_echo "$as_me:$LINENO: WARNING: X11/Xauth.h: present but cannot be compiled" >&5
20707 echo "$as_me: WARNING: X11/Xauth.h: present but cannot be compiled" >&2;} 21463 $as_echo "$as_me: WARNING: X11/Xauth.h: present but cannot be compiled" >&2;}
20708 { echo "$as_me:$LINENO: WARNING: X11/Xauth.h: check for missing prerequisite headers?" >&5 21464 { $as_echo "$as_me:$LINENO: WARNING: X11/Xauth.h: check for missing prerequisite headers?" >&5
20709 echo "$as_me: WARNING: X11/Xauth.h: check for missing prerequisite headers?" >&2;} 21465 $as_echo "$as_me: WARNING: X11/Xauth.h: check for missing prerequisite headers?" >&2;}
20710 { echo "$as_me:$LINENO: WARNING: X11/Xauth.h: see the Autoconf documentation" >&5 21466 { $as_echo "$as_me:$LINENO: WARNING: X11/Xauth.h: see the Autoconf documentation" >&5
20711 echo "$as_me: WARNING: X11/Xauth.h: see the Autoconf documentation" >&2;} 21467 $as_echo "$as_me: WARNING: X11/Xauth.h: see the Autoconf documentation" >&2;}
20712 { echo "$as_me:$LINENO: WARNING: X11/Xauth.h: section \"Present But Cannot Be Compiled\"" >&5 21468 { $as_echo "$as_me:$LINENO: WARNING: X11/Xauth.h: section \"Present But Cannot Be Compiled\"" >&5
20713 echo "$as_me: WARNING: X11/Xauth.h: section \"Present But Cannot Be Compiled\"" >&2;} 21469 $as_echo "$as_me: WARNING: X11/Xauth.h: section \"Present But Cannot Be Compiled\"" >&2;}
20714 { echo "$as_me:$LINENO: WARNING: X11/Xauth.h: proceeding with the preprocessor's result" >&5 21470 { $as_echo "$as_me:$LINENO: WARNING: X11/Xauth.h: proceeding with the preprocessor's result" >&5
20715 echo "$as_me: WARNING: X11/Xauth.h: proceeding with the preprocessor's result" >&2;} 21471 $as_echo "$as_me: WARNING: X11/Xauth.h: proceeding with the preprocessor's result" >&2;}
20716 { echo "$as_me:$LINENO: WARNING: X11/Xauth.h: in the future, the compiler will take precedence" >&5 21472 { $as_echo "$as_me:$LINENO: WARNING: X11/Xauth.h: in the future, the compiler will take precedence" >&5
20717 echo "$as_me: WARNING: X11/Xauth.h: in the future, the compiler will take precedence" >&2;} 21473 $as_echo "$as_me: WARNING: X11/Xauth.h: in the future, the compiler will take precedence" >&2;}
20718 ( cat <<\_ASBOX 21474 ( cat <<\_ASBOX
20719 ## ------------------------------------- ## 21475 ## ------------------------------------- ##
20720 ## Report this to xemacs-beta@xemacs.org ## 21476 ## Report this to xemacs-beta@xemacs.org ##
20721 ## ------------------------------------- ## 21477 ## ------------------------------------- ##
20722 _ASBOX 21478 _ASBOX
20723 ) | sed "s/^/$as_me: WARNING: /" >&2 21479 ) | sed "s/^/$as_me: WARNING: /" >&2
20724 ;; 21480 ;;
20725 esac 21481 esac
20726 { echo "$as_me:$LINENO: checking for X11/Xauth.h" >&5 21482 { $as_echo "$as_me:$LINENO: checking for X11/Xauth.h" >&5
20727 echo $ECHO_N "checking for X11/Xauth.h... $ECHO_C" >&6; } 21483 $as_echo_n "checking for X11/Xauth.h... " >&6; }
20728 if test "${ac_cv_header_X11_Xauth_h+set}" = set; then 21484 if test "${ac_cv_header_X11_Xauth_h+set}" = set; then
20729 echo $ECHO_N "(cached) $ECHO_C" >&6 21485 $as_echo_n "(cached) " >&6
20730 else 21486 else
20731 ac_cv_header_X11_Xauth_h=$ac_header_preproc 21487 ac_cv_header_X11_Xauth_h=$ac_header_preproc
20732 fi 21488 fi
20733 { echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xauth_h" >&5 21489 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xauth_h" >&5
20734 echo "${ECHO_T}$ac_cv_header_X11_Xauth_h" >&6; } 21490 $as_echo "$ac_cv_header_X11_Xauth_h" >&6; }
20735 21491
20736 fi 21492 fi
20737 if test $ac_cv_header_X11_Xauth_h = yes; then 21493 if test "x$ac_cv_header_X11_Xauth_h" = x""yes; then
20738 : 21494 :
20739 else 21495 else
20740 with_xauth=no 21496 with_xauth=no
20741 fi 21497 fi
20742 21498
20743 } 21499 }
20744 test -z "$with_xauth" && { { echo "$as_me:$LINENO: checking for XauGetAuthByAddr in -lXau" >&5 21500 test -z "$with_xauth" && { { $as_echo "$as_me:$LINENO: checking for XauGetAuthByAddr in -lXau" >&5
20745 echo $ECHO_N "checking for XauGetAuthByAddr in -lXau... $ECHO_C" >&6; } 21501 $as_echo_n "checking for XauGetAuthByAddr in -lXau... " >&6; }
20746 if test "${ac_cv_lib_Xau_XauGetAuthByAddr+set}" = set; then 21502 if test "${ac_cv_lib_Xau_XauGetAuthByAddr+set}" = set; then
20747 echo $ECHO_N "(cached) $ECHO_C" >&6 21503 $as_echo_n "(cached) " >&6
20748 else 21504 else
20749 ac_check_lib_save_LIBS=$LIBS 21505 ac_check_lib_save_LIBS=$LIBS
20750 LIBS="-lXau $LIBS" 21506 LIBS="-lXau $LIBS"
20751 cat >conftest.$ac_ext <<_ACEOF 21507 cat >conftest.$ac_ext <<_ACEOF
20752 /* confdefs.h. */ 21508 /* confdefs.h. */
20774 if { (ac_try="$ac_link" 21530 if { (ac_try="$ac_link"
20775 case "(($ac_try" in 21531 case "(($ac_try" in
20776 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21532 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20777 *) ac_try_echo=$ac_try;; 21533 *) ac_try_echo=$ac_try;;
20778 esac 21534 esac
20779 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 21535 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21536 $as_echo "$ac_try_echo") >&5
20780 (eval "$ac_link") 2>conftest.er1 21537 (eval "$ac_link") 2>conftest.er1
20781 ac_status=$? 21538 ac_status=$?
20782 grep -v '^ *+' conftest.er1 >conftest.err 21539 grep -v '^ *+' conftest.er1 >conftest.err
20783 rm -f conftest.er1 21540 rm -f conftest.er1
20784 cat conftest.err >&5 21541 cat conftest.err >&5
20785 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21542 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20786 (exit $ac_status); } && { 21543 (exit $ac_status); } && {
20787 test -z "$ac_c_werror_flag" || 21544 test -z "$ac_c_werror_flag" ||
20788 test ! -s conftest.err 21545 test ! -s conftest.err
20789 } && test -s conftest$ac_exeext && 21546 } && test -s conftest$ac_exeext && {
20790 $as_test_x conftest$ac_exeext; then 21547 test "$cross_compiling" = yes ||
21548 $as_test_x conftest$ac_exeext
21549 }; then
20791 ac_cv_lib_Xau_XauGetAuthByAddr=yes 21550 ac_cv_lib_Xau_XauGetAuthByAddr=yes
20792 else 21551 else
20793 echo "$as_me: failed program was:" >&5 21552 $as_echo "$as_me: failed program was:" >&5
20794 sed 's/^/| /' conftest.$ac_ext >&5 21553 sed 's/^/| /' conftest.$ac_ext >&5
20795 21554
20796 ac_cv_lib_Xau_XauGetAuthByAddr=no 21555 ac_cv_lib_Xau_XauGetAuthByAddr=no
20797 fi 21556 fi
20798 21557
21558 rm -rf conftest.dSYM
20799 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 21559 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20800 conftest$ac_exeext conftest.$ac_ext 21560 conftest$ac_exeext conftest.$ac_ext
20801 LIBS=$ac_check_lib_save_LIBS 21561 LIBS=$ac_check_lib_save_LIBS
20802 fi 21562 fi
20803 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetAuthByAddr" >&5 21563 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetAuthByAddr" >&5
20804 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetAuthByAddr" >&6; } 21564 $as_echo "$ac_cv_lib_Xau_XauGetAuthByAddr" >&6; }
20805 if test $ac_cv_lib_Xau_XauGetAuthByAddr = yes; then 21565 if test "x$ac_cv_lib_Xau_XauGetAuthByAddr" = x""yes; then
20806 : 21566 :
20807 else 21567 else
20808 with_xauth=no 21568 with_xauth=no
20809 fi 21569 fi
20810 } 21570 }
20831 LIBSTDCPP= 21591 LIBSTDCPP=
20832 fi 21592 fi
20833 21593
20834 21594
20835 if test "$enable_modules" != "no"; then 21595 if test "$enable_modules" != "no"; then
20836 { echo "$as_me:$LINENO: checking for module support" >&5 21596 { $as_echo "$as_me:$LINENO: checking for module support" >&5
20837 echo $ECHO_N "checking for module support... $ECHO_C" >&6; } 21597 $as_echo_n "checking for module support... " >&6; }
20838 { echo "$as_me:$LINENO: result: " >&5 21598 { $as_echo "$as_me:$LINENO: result: " >&5
20839 echo "${ECHO_T}" >&6; } 21599 $as_echo "" >&6; }
20840 21600
20841 case "$opsys" in 21601 case "$opsys" in
20842 mingw* | cygwin* ) have_dl=yes ;; 21602 mingw* | cygwin* ) have_dl=yes ;;
20843 darwin ) have_dl=yes 21603 darwin ) have_dl=yes
20844 cat >>confdefs.h <<\_ACEOF 21604 cat >>confdefs.h <<\_ACEOF
20846 _ACEOF 21606 _ACEOF
20847 21607
20848 ;; 21608 ;;
20849 * ) 21609 * )
20850 if test "${ac_cv_header_dlfcn_h+set}" = set; then 21610 if test "${ac_cv_header_dlfcn_h+set}" = set; then
20851 { echo "$as_me:$LINENO: checking for dlfcn.h" >&5 21611 { $as_echo "$as_me:$LINENO: checking for dlfcn.h" >&5
20852 echo $ECHO_N "checking for dlfcn.h... $ECHO_C" >&6; } 21612 $as_echo_n "checking for dlfcn.h... " >&6; }
20853 if test "${ac_cv_header_dlfcn_h+set}" = set; then 21613 if test "${ac_cv_header_dlfcn_h+set}" = set; then
20854 echo $ECHO_N "(cached) $ECHO_C" >&6 21614 $as_echo_n "(cached) " >&6
20855 fi 21615 fi
20856 { echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5 21616 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5
20857 echo "${ECHO_T}$ac_cv_header_dlfcn_h" >&6; } 21617 $as_echo "$ac_cv_header_dlfcn_h" >&6; }
20858 else 21618 else
20859 # Is the header compilable? 21619 # Is the header compilable?
20860 { echo "$as_me:$LINENO: checking dlfcn.h usability" >&5 21620 { $as_echo "$as_me:$LINENO: checking dlfcn.h usability" >&5
20861 echo $ECHO_N "checking dlfcn.h usability... $ECHO_C" >&6; } 21621 $as_echo_n "checking dlfcn.h usability... " >&6; }
20862 cat >conftest.$ac_ext <<_ACEOF 21622 cat >conftest.$ac_ext <<_ACEOF
20863 /* confdefs.h. */ 21623 /* confdefs.h. */
20864 _ACEOF 21624 _ACEOF
20865 cat confdefs.h >>conftest.$ac_ext 21625 cat confdefs.h >>conftest.$ac_ext
20866 cat >>conftest.$ac_ext <<_ACEOF 21626 cat >>conftest.$ac_ext <<_ACEOF
20872 if { (ac_try="$ac_compile" 21632 if { (ac_try="$ac_compile"
20873 case "(($ac_try" in 21633 case "(($ac_try" in
20874 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21634 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20875 *) ac_try_echo=$ac_try;; 21635 *) ac_try_echo=$ac_try;;
20876 esac 21636 esac
20877 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 21637 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21638 $as_echo "$ac_try_echo") >&5
20878 (eval "$ac_compile") 2>conftest.er1 21639 (eval "$ac_compile") 2>conftest.er1
20879 ac_status=$? 21640 ac_status=$?
20880 grep -v '^ *+' conftest.er1 >conftest.err 21641 grep -v '^ *+' conftest.er1 >conftest.err
20881 rm -f conftest.er1 21642 rm -f conftest.er1
20882 cat conftest.err >&5 21643 cat conftest.err >&5
20883 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21644 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20884 (exit $ac_status); } && { 21645 (exit $ac_status); } && {
20885 test -z "$ac_c_werror_flag" || 21646 test -z "$ac_c_werror_flag" ||
20886 test ! -s conftest.err 21647 test ! -s conftest.err
20887 } && test -s conftest.$ac_objext; then 21648 } && test -s conftest.$ac_objext; then
20888 ac_header_compiler=yes 21649 ac_header_compiler=yes
20889 else 21650 else
20890 echo "$as_me: failed program was:" >&5 21651 $as_echo "$as_me: failed program was:" >&5
20891 sed 's/^/| /' conftest.$ac_ext >&5 21652 sed 's/^/| /' conftest.$ac_ext >&5
20892 21653
20893 ac_header_compiler=no 21654 ac_header_compiler=no
20894 fi 21655 fi
20895 21656
20896 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 21657 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20897 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 21658 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20898 echo "${ECHO_T}$ac_header_compiler" >&6; } 21659 $as_echo "$ac_header_compiler" >&6; }
20899 21660
20900 # Is the header present? 21661 # Is the header present?
20901 { echo "$as_me:$LINENO: checking dlfcn.h presence" >&5 21662 { $as_echo "$as_me:$LINENO: checking dlfcn.h presence" >&5
20902 echo $ECHO_N "checking dlfcn.h presence... $ECHO_C" >&6; } 21663 $as_echo_n "checking dlfcn.h presence... " >&6; }
20903 cat >conftest.$ac_ext <<_ACEOF 21664 cat >conftest.$ac_ext <<_ACEOF
20904 /* confdefs.h. */ 21665 /* confdefs.h. */
20905 _ACEOF 21666 _ACEOF
20906 cat confdefs.h >>conftest.$ac_ext 21667 cat confdefs.h >>conftest.$ac_ext
20907 cat >>conftest.$ac_ext <<_ACEOF 21668 cat >>conftest.$ac_ext <<_ACEOF
20911 if { (ac_try="$ac_cpp conftest.$ac_ext" 21672 if { (ac_try="$ac_cpp conftest.$ac_ext"
20912 case "(($ac_try" in 21673 case "(($ac_try" in
20913 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21674 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20914 *) ac_try_echo=$ac_try;; 21675 *) ac_try_echo=$ac_try;;
20915 esac 21676 esac
20916 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 21677 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21678 $as_echo "$ac_try_echo") >&5
20917 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 21679 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
20918 ac_status=$? 21680 ac_status=$?
20919 grep -v '^ *+' conftest.er1 >conftest.err 21681 grep -v '^ *+' conftest.er1 >conftest.err
20920 rm -f conftest.er1 21682 rm -f conftest.er1
20921 cat conftest.err >&5 21683 cat conftest.err >&5
20922 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21684 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20923 (exit $ac_status); } >/dev/null && { 21685 (exit $ac_status); } >/dev/null && {
20924 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 21686 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
20925 test ! -s conftest.err 21687 test ! -s conftest.err
20926 }; then 21688 }; then
20927 ac_header_preproc=yes 21689 ac_header_preproc=yes
20928 else 21690 else
20929 echo "$as_me: failed program was:" >&5 21691 $as_echo "$as_me: failed program was:" >&5
20930 sed 's/^/| /' conftest.$ac_ext >&5 21692 sed 's/^/| /' conftest.$ac_ext >&5
20931 21693
20932 ac_header_preproc=no 21694 ac_header_preproc=no
20933 fi 21695 fi
20934 21696
20935 rm -f conftest.err conftest.$ac_ext 21697 rm -f conftest.err conftest.$ac_ext
20936 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 21698 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20937 echo "${ECHO_T}$ac_header_preproc" >&6; } 21699 $as_echo "$ac_header_preproc" >&6; }
20938 21700
20939 # So? What about this header? 21701 # So? What about this header?
20940 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 21702 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20941 yes:no: ) 21703 yes:no: )
20942 { echo "$as_me:$LINENO: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&5 21704 { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&5
20943 echo "$as_me: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 21705 $as_echo "$as_me: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
20944 { echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the compiler's result" >&5 21706 { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the compiler's result" >&5
20945 echo "$as_me: WARNING: dlfcn.h: proceeding with the compiler's result" >&2;} 21707 $as_echo "$as_me: WARNING: dlfcn.h: proceeding with the compiler's result" >&2;}
20946 ac_header_preproc=yes 21708 ac_header_preproc=yes
20947 ;; 21709 ;;
20948 no:yes:* ) 21710 no:yes:* )
20949 { echo "$as_me:$LINENO: WARNING: dlfcn.h: present but cannot be compiled" >&5 21711 { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: present but cannot be compiled" >&5
20950 echo "$as_me: WARNING: dlfcn.h: present but cannot be compiled" >&2;} 21712 $as_echo "$as_me: WARNING: dlfcn.h: present but cannot be compiled" >&2;}
20951 { echo "$as_me:$LINENO: WARNING: dlfcn.h: check for missing prerequisite headers?" >&5 21713 { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: check for missing prerequisite headers?" >&5
20952 echo "$as_me: WARNING: dlfcn.h: check for missing prerequisite headers?" >&2;} 21714 $as_echo "$as_me: WARNING: dlfcn.h: check for missing prerequisite headers?" >&2;}
20953 { echo "$as_me:$LINENO: WARNING: dlfcn.h: see the Autoconf documentation" >&5 21715 { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: see the Autoconf documentation" >&5
20954 echo "$as_me: WARNING: dlfcn.h: see the Autoconf documentation" >&2;} 21716 $as_echo "$as_me: WARNING: dlfcn.h: see the Autoconf documentation" >&2;}
20955 { echo "$as_me:$LINENO: WARNING: dlfcn.h: section \"Present But Cannot Be Compiled\"" >&5 21717 { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: section \"Present But Cannot Be Compiled\"" >&5
20956 echo "$as_me: WARNING: dlfcn.h: section \"Present But Cannot Be Compiled\"" >&2;} 21718 $as_echo "$as_me: WARNING: dlfcn.h: section \"Present But Cannot Be Compiled\"" >&2;}
20957 { echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&5 21719 { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&5
20958 echo "$as_me: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&2;} 21720 $as_echo "$as_me: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&2;}
20959 { echo "$as_me:$LINENO: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&5 21721 { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&5
20960 echo "$as_me: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&2;} 21722 $as_echo "$as_me: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&2;}
20961 ( cat <<\_ASBOX 21723 ( cat <<\_ASBOX
20962 ## ------------------------------------- ## 21724 ## ------------------------------------- ##
20963 ## Report this to xemacs-beta@xemacs.org ## 21725 ## Report this to xemacs-beta@xemacs.org ##
20964 ## ------------------------------------- ## 21726 ## ------------------------------------- ##
20965 _ASBOX 21727 _ASBOX
20966 ) | sed "s/^/$as_me: WARNING: /" >&2 21728 ) | sed "s/^/$as_me: WARNING: /" >&2
20967 ;; 21729 ;;
20968 esac 21730 esac
20969 { echo "$as_me:$LINENO: checking for dlfcn.h" >&5 21731 { $as_echo "$as_me:$LINENO: checking for dlfcn.h" >&5
20970 echo $ECHO_N "checking for dlfcn.h... $ECHO_C" >&6; } 21732 $as_echo_n "checking for dlfcn.h... " >&6; }
20971 if test "${ac_cv_header_dlfcn_h+set}" = set; then 21733 if test "${ac_cv_header_dlfcn_h+set}" = set; then
20972 echo $ECHO_N "(cached) $ECHO_C" >&6 21734 $as_echo_n "(cached) " >&6
20973 else 21735 else
20974 ac_cv_header_dlfcn_h=$ac_header_preproc 21736 ac_cv_header_dlfcn_h=$ac_header_preproc
20975 fi 21737 fi
20976 { echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5 21738 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5
20977 echo "${ECHO_T}$ac_cv_header_dlfcn_h" >&6; } 21739 $as_echo "$ac_cv_header_dlfcn_h" >&6; }
20978 21740
20979 fi 21741 fi
20980 if test $ac_cv_header_dlfcn_h = yes; then 21742 if test "x$ac_cv_header_dlfcn_h" = x""yes; then
20981 21743
20982 { echo "$as_me:$LINENO: checking for dlopen in -lc" >&5 21744 { $as_echo "$as_me:$LINENO: checking for dlopen in -lc" >&5
20983 echo $ECHO_N "checking for dlopen in -lc... $ECHO_C" >&6; } 21745 $as_echo_n "checking for dlopen in -lc... " >&6; }
20984 cat >conftest.$ac_ext <<_ACEOF 21746 cat >conftest.$ac_ext <<_ACEOF
20985 /* confdefs.h. */ 21747 /* confdefs.h. */
20986 _ACEOF 21748 _ACEOF
20987 cat confdefs.h >>conftest.$ac_ext 21749 cat confdefs.h >>conftest.$ac_ext
20988 cat >>conftest.$ac_ext <<_ACEOF 21750 cat >>conftest.$ac_ext <<_ACEOF
21000 if { (ac_try="$ac_link" 21762 if { (ac_try="$ac_link"
21001 case "(($ac_try" in 21763 case "(($ac_try" in
21002 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21764 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21003 *) ac_try_echo=$ac_try;; 21765 *) ac_try_echo=$ac_try;;
21004 esac 21766 esac
21005 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 21767 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21768 $as_echo "$ac_try_echo") >&5
21006 (eval "$ac_link") 2>conftest.er1 21769 (eval "$ac_link") 2>conftest.er1
21007 ac_status=$? 21770 ac_status=$?
21008 grep -v '^ *+' conftest.er1 >conftest.err 21771 grep -v '^ *+' conftest.er1 >conftest.err
21009 rm -f conftest.er1 21772 rm -f conftest.er1
21010 cat conftest.err >&5 21773 cat conftest.err >&5
21011 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21774 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21012 (exit $ac_status); } && { 21775 (exit $ac_status); } && {
21013 test -z "$ac_c_werror_flag" || 21776 test -z "$ac_c_werror_flag" ||
21014 test ! -s conftest.err 21777 test ! -s conftest.err
21015 } && test -s conftest$ac_exeext && 21778 } && test -s conftest$ac_exeext && {
21016 $as_test_x conftest$ac_exeext; then 21779 test "$cross_compiling" = yes ||
21017 have_dl=yes ; { echo "$as_me:$LINENO: result: $have_dl" >&5 21780 $as_test_x conftest$ac_exeext
21018 echo "${ECHO_T}$have_dl" >&6; } 21781 }; then
21019 else 21782 have_dl=yes ; { $as_echo "$as_me:$LINENO: result: $have_dl" >&5
21020 echo "$as_me: failed program was:" >&5 21783 $as_echo "$have_dl" >&6; }
21784 else
21785 $as_echo "$as_me: failed program was:" >&5
21021 sed 's/^/| /' conftest.$ac_ext >&5 21786 sed 's/^/| /' conftest.$ac_ext >&5
21022 21787
21023 21788
21024 { echo "$as_me:$LINENO: result: no" >&5 21789 { $as_echo "$as_me:$LINENO: result: no" >&5
21025 echo "${ECHO_T}no" >&6; } 21790 $as_echo "no" >&6; }
21026 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 21791 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
21027 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; } 21792 $as_echo_n "checking for dlopen in -ldl... " >&6; }
21028 ac_save_LIBS="$LIBS" 21793 ac_save_LIBS="$LIBS"
21029 LIBS="$LIBS -ldl" 21794 LIBS="$LIBS -ldl"
21030 cat >conftest.$ac_ext <<_ACEOF 21795 cat >conftest.$ac_ext <<_ACEOF
21031 /* confdefs.h. */ 21796 /* confdefs.h. */
21032 _ACEOF 21797 _ACEOF
21046 if { (ac_try="$ac_link" 21811 if { (ac_try="$ac_link"
21047 case "(($ac_try" in 21812 case "(($ac_try" in
21048 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21813 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21049 *) ac_try_echo=$ac_try;; 21814 *) ac_try_echo=$ac_try;;
21050 esac 21815 esac
21051 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 21816 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21817 $as_echo "$ac_try_echo") >&5
21052 (eval "$ac_link") 2>conftest.er1 21818 (eval "$ac_link") 2>conftest.er1
21053 ac_status=$? 21819 ac_status=$?
21054 grep -v '^ *+' conftest.er1 >conftest.err 21820 grep -v '^ *+' conftest.er1 >conftest.err
21055 rm -f conftest.er1 21821 rm -f conftest.er1
21056 cat conftest.err >&5 21822 cat conftest.err >&5
21057 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21823 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21058 (exit $ac_status); } && { 21824 (exit $ac_status); } && {
21059 test -z "$ac_c_werror_flag" || 21825 test -z "$ac_c_werror_flag" ||
21060 test ! -s conftest.err 21826 test ! -s conftest.err
21061 } && test -s conftest$ac_exeext && 21827 } && test -s conftest$ac_exeext && {
21062 $as_test_x conftest$ac_exeext; then 21828 test "$cross_compiling" = yes ||
21063 have_dl=yes; { echo "$as_me:$LINENO: result: $have_dl" >&5 21829 $as_test_x conftest$ac_exeext
21064 echo "${ECHO_T}$have_dl" >&6; } 21830 }; then
21065 else 21831 have_dl=yes; { $as_echo "$as_me:$LINENO: result: $have_dl" >&5
21066 echo "$as_me: failed program was:" >&5 21832 $as_echo "$have_dl" >&6; }
21833 else
21834 $as_echo "$as_me: failed program was:" >&5
21067 sed 's/^/| /' conftest.$ac_ext >&5 21835 sed 's/^/| /' conftest.$ac_ext >&5
21068 21836
21069 21837
21070 { echo "$as_me:$LINENO: result: no" >&5 21838 { $as_echo "$as_me:$LINENO: result: no" >&5
21071 echo "${ECHO_T}no" >&6; } 21839 $as_echo "no" >&6; }
21072 { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5 21840 { $as_echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
21073 echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; } 21841 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
21074 LIBS="$ac_save_LIBS -lsvld" 21842 LIBS="$ac_save_LIBS -lsvld"
21075 cat >conftest.$ac_ext <<_ACEOF 21843 cat >conftest.$ac_ext <<_ACEOF
21076 /* confdefs.h. */ 21844 /* confdefs.h. */
21077 _ACEOF 21845 _ACEOF
21078 cat confdefs.h >>conftest.$ac_ext 21846 cat confdefs.h >>conftest.$ac_ext
21091 if { (ac_try="$ac_link" 21859 if { (ac_try="$ac_link"
21092 case "(($ac_try" in 21860 case "(($ac_try" in
21093 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21094 *) ac_try_echo=$ac_try;; 21862 *) ac_try_echo=$ac_try;;
21095 esac 21863 esac
21096 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 21864 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21865 $as_echo "$ac_try_echo") >&5
21097 (eval "$ac_link") 2>conftest.er1 21866 (eval "$ac_link") 2>conftest.er1
21098 ac_status=$? 21867 ac_status=$?
21099 grep -v '^ *+' conftest.er1 >conftest.err 21868 grep -v '^ *+' conftest.er1 >conftest.err
21100 rm -f conftest.er1 21869 rm -f conftest.er1
21101 cat conftest.err >&5 21870 cat conftest.err >&5
21102 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21871 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21103 (exit $ac_status); } && { 21872 (exit $ac_status); } && {
21104 test -z "$ac_c_werror_flag" || 21873 test -z "$ac_c_werror_flag" ||
21105 test ! -s conftest.err 21874 test ! -s conftest.err
21106 } && test -s conftest$ac_exeext && 21875 } && test -s conftest$ac_exeext && {
21107 $as_test_x conftest$ac_exeext; then 21876 test "$cross_compiling" = yes ||
21108 have_dl=yes; { echo "$as_me:$LINENO: result: $have_dl" >&5 21877 $as_test_x conftest$ac_exeext
21109 echo "${ECHO_T}$have_dl" >&6; } 21878 }; then
21110 else 21879 have_dl=yes; { $as_echo "$as_me:$LINENO: result: $have_dl" >&5
21111 echo "$as_me: failed program was:" >&5 21880 $as_echo "$have_dl" >&6; }
21881 else
21882 $as_echo "$as_me: failed program was:" >&5
21112 sed 's/^/| /' conftest.$ac_ext >&5 21883 sed 's/^/| /' conftest.$ac_ext >&5
21113 21884
21114 LIBS="$ac_save_LIBS" ; { echo "$as_me:$LINENO: result: no" >&5 21885 LIBS="$ac_save_LIBS" ; { $as_echo "$as_me:$LINENO: result: no" >&5
21115 echo "${ECHO_T}no" >&6; } 21886 $as_echo "no" >&6; }
21116 fi 21887 fi
21117 21888
21889 rm -rf conftest.dSYM
21118 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 21890 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21119 conftest$ac_exeext conftest.$ac_ext 21891 conftest$ac_exeext conftest.$ac_ext
21120 fi 21892 fi
21121 21893
21894 rm -rf conftest.dSYM
21122 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 21895 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21123 conftest$ac_exeext conftest.$ac_ext 21896 conftest$ac_exeext conftest.$ac_ext
21124 fi 21897 fi
21125 21898
21899 rm -rf conftest.dSYM
21126 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 21900 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21127 conftest$ac_exeext conftest.$ac_ext 21901 conftest$ac_exeext conftest.$ac_ext
21128 fi 21902 fi
21129 21903
21130 21904
21133 #define HAVE_DLOPEN 1 21907 #define HAVE_DLOPEN 1
21134 _ACEOF 21908 _ACEOF
21135 21909
21136 else 21910 else
21137 if test "${ac_cv_header_dl_h+set}" = set; then 21911 if test "${ac_cv_header_dl_h+set}" = set; then
21138 { echo "$as_me:$LINENO: checking for dl.h" >&5 21912 { $as_echo "$as_me:$LINENO: checking for dl.h" >&5
21139 echo $ECHO_N "checking for dl.h... $ECHO_C" >&6; } 21913 $as_echo_n "checking for dl.h... " >&6; }
21140 if test "${ac_cv_header_dl_h+set}" = set; then 21914 if test "${ac_cv_header_dl_h+set}" = set; then
21141 echo $ECHO_N "(cached) $ECHO_C" >&6 21915 $as_echo_n "(cached) " >&6
21142 fi 21916 fi
21143 { echo "$as_me:$LINENO: result: $ac_cv_header_dl_h" >&5 21917 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dl_h" >&5
21144 echo "${ECHO_T}$ac_cv_header_dl_h" >&6; } 21918 $as_echo "$ac_cv_header_dl_h" >&6; }
21145 else 21919 else
21146 # Is the header compilable? 21920 # Is the header compilable?
21147 { echo "$as_me:$LINENO: checking dl.h usability" >&5 21921 { $as_echo "$as_me:$LINENO: checking dl.h usability" >&5
21148 echo $ECHO_N "checking dl.h usability... $ECHO_C" >&6; } 21922 $as_echo_n "checking dl.h usability... " >&6; }
21149 cat >conftest.$ac_ext <<_ACEOF 21923 cat >conftest.$ac_ext <<_ACEOF
21150 /* confdefs.h. */ 21924 /* confdefs.h. */
21151 _ACEOF 21925 _ACEOF
21152 cat confdefs.h >>conftest.$ac_ext 21926 cat confdefs.h >>conftest.$ac_ext
21153 cat >>conftest.$ac_ext <<_ACEOF 21927 cat >>conftest.$ac_ext <<_ACEOF
21159 if { (ac_try="$ac_compile" 21933 if { (ac_try="$ac_compile"
21160 case "(($ac_try" in 21934 case "(($ac_try" in
21161 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21935 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21162 *) ac_try_echo=$ac_try;; 21936 *) ac_try_echo=$ac_try;;
21163 esac 21937 esac
21164 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 21938 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21939 $as_echo "$ac_try_echo") >&5
21165 (eval "$ac_compile") 2>conftest.er1 21940 (eval "$ac_compile") 2>conftest.er1
21166 ac_status=$? 21941 ac_status=$?
21167 grep -v '^ *+' conftest.er1 >conftest.err 21942 grep -v '^ *+' conftest.er1 >conftest.err
21168 rm -f conftest.er1 21943 rm -f conftest.er1
21169 cat conftest.err >&5 21944 cat conftest.err >&5
21170 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21945 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21171 (exit $ac_status); } && { 21946 (exit $ac_status); } && {
21172 test -z "$ac_c_werror_flag" || 21947 test -z "$ac_c_werror_flag" ||
21173 test ! -s conftest.err 21948 test ! -s conftest.err
21174 } && test -s conftest.$ac_objext; then 21949 } && test -s conftest.$ac_objext; then
21175 ac_header_compiler=yes 21950 ac_header_compiler=yes
21176 else 21951 else
21177 echo "$as_me: failed program was:" >&5 21952 $as_echo "$as_me: failed program was:" >&5
21178 sed 's/^/| /' conftest.$ac_ext >&5 21953 sed 's/^/| /' conftest.$ac_ext >&5
21179 21954
21180 ac_header_compiler=no 21955 ac_header_compiler=no
21181 fi 21956 fi
21182 21957
21183 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 21958 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21184 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 21959 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21185 echo "${ECHO_T}$ac_header_compiler" >&6; } 21960 $as_echo "$ac_header_compiler" >&6; }
21186 21961
21187 # Is the header present? 21962 # Is the header present?
21188 { echo "$as_me:$LINENO: checking dl.h presence" >&5 21963 { $as_echo "$as_me:$LINENO: checking dl.h presence" >&5
21189 echo $ECHO_N "checking dl.h presence... $ECHO_C" >&6; } 21964 $as_echo_n "checking dl.h presence... " >&6; }
21190 cat >conftest.$ac_ext <<_ACEOF 21965 cat >conftest.$ac_ext <<_ACEOF
21191 /* confdefs.h. */ 21966 /* confdefs.h. */
21192 _ACEOF 21967 _ACEOF
21193 cat confdefs.h >>conftest.$ac_ext 21968 cat confdefs.h >>conftest.$ac_ext
21194 cat >>conftest.$ac_ext <<_ACEOF 21969 cat >>conftest.$ac_ext <<_ACEOF
21198 if { (ac_try="$ac_cpp conftest.$ac_ext" 21973 if { (ac_try="$ac_cpp conftest.$ac_ext"
21199 case "(($ac_try" in 21974 case "(($ac_try" in
21200 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21975 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21201 *) ac_try_echo=$ac_try;; 21976 *) ac_try_echo=$ac_try;;
21202 esac 21977 esac
21203 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 21978 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21979 $as_echo "$ac_try_echo") >&5
21204 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 21980 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
21205 ac_status=$? 21981 ac_status=$?
21206 grep -v '^ *+' conftest.er1 >conftest.err 21982 grep -v '^ *+' conftest.er1 >conftest.err
21207 rm -f conftest.er1 21983 rm -f conftest.er1
21208 cat conftest.err >&5 21984 cat conftest.err >&5
21209 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21985 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21210 (exit $ac_status); } >/dev/null && { 21986 (exit $ac_status); } >/dev/null && {
21211 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 21987 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
21212 test ! -s conftest.err 21988 test ! -s conftest.err
21213 }; then 21989 }; then
21214 ac_header_preproc=yes 21990 ac_header_preproc=yes
21215 else 21991 else
21216 echo "$as_me: failed program was:" >&5 21992 $as_echo "$as_me: failed program was:" >&5
21217 sed 's/^/| /' conftest.$ac_ext >&5 21993 sed 's/^/| /' conftest.$ac_ext >&5
21218 21994
21219 ac_header_preproc=no 21995 ac_header_preproc=no
21220 fi 21996 fi
21221 21997
21222 rm -f conftest.err conftest.$ac_ext 21998 rm -f conftest.err conftest.$ac_ext
21223 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 21999 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21224 echo "${ECHO_T}$ac_header_preproc" >&6; } 22000 $as_echo "$ac_header_preproc" >&6; }
21225 22001
21226 # So? What about this header? 22002 # So? What about this header?
21227 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 22003 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21228 yes:no: ) 22004 yes:no: )
21229 { echo "$as_me:$LINENO: WARNING: dl.h: accepted by the compiler, rejected by the preprocessor!" >&5 22005 { $as_echo "$as_me:$LINENO: WARNING: dl.h: accepted by the compiler, rejected by the preprocessor!" >&5
21230 echo "$as_me: WARNING: dl.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 22006 $as_echo "$as_me: WARNING: dl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
21231 { echo "$as_me:$LINENO: WARNING: dl.h: proceeding with the compiler's result" >&5 22007 { $as_echo "$as_me:$LINENO: WARNING: dl.h: proceeding with the compiler's result" >&5
21232 echo "$as_me: WARNING: dl.h: proceeding with the compiler's result" >&2;} 22008 $as_echo "$as_me: WARNING: dl.h: proceeding with the compiler's result" >&2;}
21233 ac_header_preproc=yes 22009 ac_header_preproc=yes
21234 ;; 22010 ;;
21235 no:yes:* ) 22011 no:yes:* )
21236 { echo "$as_me:$LINENO: WARNING: dl.h: present but cannot be compiled" >&5 22012 { $as_echo "$as_me:$LINENO: WARNING: dl.h: present but cannot be compiled" >&5
21237 echo "$as_me: WARNING: dl.h: present but cannot be compiled" >&2;} 22013 $as_echo "$as_me: WARNING: dl.h: present but cannot be compiled" >&2;}
21238 { echo "$as_me:$LINENO: WARNING: dl.h: check for missing prerequisite headers?" >&5 22014 { $as_echo "$as_me:$LINENO: WARNING: dl.h: check for missing prerequisite headers?" >&5
21239 echo "$as_me: WARNING: dl.h: check for missing prerequisite headers?" >&2;} 22015 $as_echo "$as_me: WARNING: dl.h: check for missing prerequisite headers?" >&2;}
21240 { echo "$as_me:$LINENO: WARNING: dl.h: see the Autoconf documentation" >&5 22016 { $as_echo "$as_me:$LINENO: WARNING: dl.h: see the Autoconf documentation" >&5
21241 echo "$as_me: WARNING: dl.h: see the Autoconf documentation" >&2;} 22017 $as_echo "$as_me: WARNING: dl.h: see the Autoconf documentation" >&2;}
21242 { echo "$as_me:$LINENO: WARNING: dl.h: section \"Present But Cannot Be Compiled\"" >&5 22018 { $as_echo "$as_me:$LINENO: WARNING: dl.h: section \"Present But Cannot Be Compiled\"" >&5
21243 echo "$as_me: WARNING: dl.h: section \"Present But Cannot Be Compiled\"" >&2;} 22019 $as_echo "$as_me: WARNING: dl.h: section \"Present But Cannot Be Compiled\"" >&2;}
21244 { echo "$as_me:$LINENO: WARNING: dl.h: proceeding with the preprocessor's result" >&5 22020 { $as_echo "$as_me:$LINENO: WARNING: dl.h: proceeding with the preprocessor's result" >&5
21245 echo "$as_me: WARNING: dl.h: proceeding with the preprocessor's result" >&2;} 22021 $as_echo "$as_me: WARNING: dl.h: proceeding with the preprocessor's result" >&2;}
21246 { echo "$as_me:$LINENO: WARNING: dl.h: in the future, the compiler will take precedence" >&5 22022 { $as_echo "$as_me:$LINENO: WARNING: dl.h: in the future, the compiler will take precedence" >&5
21247 echo "$as_me: WARNING: dl.h: in the future, the compiler will take precedence" >&2;} 22023 $as_echo "$as_me: WARNING: dl.h: in the future, the compiler will take precedence" >&2;}
21248 ( cat <<\_ASBOX 22024 ( cat <<\_ASBOX
21249 ## ------------------------------------- ## 22025 ## ------------------------------------- ##
21250 ## Report this to xemacs-beta@xemacs.org ## 22026 ## Report this to xemacs-beta@xemacs.org ##
21251 ## ------------------------------------- ## 22027 ## ------------------------------------- ##
21252 _ASBOX 22028 _ASBOX
21253 ) | sed "s/^/$as_me: WARNING: /" >&2 22029 ) | sed "s/^/$as_me: WARNING: /" >&2
21254 ;; 22030 ;;
21255 esac 22031 esac
21256 { echo "$as_me:$LINENO: checking for dl.h" >&5 22032 { $as_echo "$as_me:$LINENO: checking for dl.h" >&5
21257 echo $ECHO_N "checking for dl.h... $ECHO_C" >&6; } 22033 $as_echo_n "checking for dl.h... " >&6; }
21258 if test "${ac_cv_header_dl_h+set}" = set; then 22034 if test "${ac_cv_header_dl_h+set}" = set; then
21259 echo $ECHO_N "(cached) $ECHO_C" >&6 22035 $as_echo_n "(cached) " >&6
21260 else 22036 else
21261 ac_cv_header_dl_h=$ac_header_preproc 22037 ac_cv_header_dl_h=$ac_header_preproc
21262 fi 22038 fi
21263 { echo "$as_me:$LINENO: result: $ac_cv_header_dl_h" >&5 22039 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dl_h" >&5
21264 echo "${ECHO_T}$ac_cv_header_dl_h" >&6; } 22040 $as_echo "$ac_cv_header_dl_h" >&6; }
21265 22041
21266 fi 22042 fi
21267 if test $ac_cv_header_dl_h = yes; then 22043 if test "x$ac_cv_header_dl_h" = x""yes; then
21268 22044
21269 { echo "$as_me:$LINENO: checking for shl_load in -lc" >&5 22045 { $as_echo "$as_me:$LINENO: checking for shl_load in -lc" >&5
21270 echo $ECHO_N "checking for shl_load in -lc... $ECHO_C" >&6; } 22046 $as_echo_n "checking for shl_load in -lc... " >&6; }
21271 cat >conftest.$ac_ext <<_ACEOF 22047 cat >conftest.$ac_ext <<_ACEOF
21272 /* confdefs.h. */ 22048 /* confdefs.h. */
21273 _ACEOF 22049 _ACEOF
21274 cat confdefs.h >>conftest.$ac_ext 22050 cat confdefs.h >>conftest.$ac_ext
21275 cat >>conftest.$ac_ext <<_ACEOF 22051 cat >>conftest.$ac_ext <<_ACEOF
21287 if { (ac_try="$ac_link" 22063 if { (ac_try="$ac_link"
21288 case "(($ac_try" in 22064 case "(($ac_try" in
21289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22065 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21290 *) ac_try_echo=$ac_try;; 22066 *) ac_try_echo=$ac_try;;
21291 esac 22067 esac
21292 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 22068 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22069 $as_echo "$ac_try_echo") >&5
21293 (eval "$ac_link") 2>conftest.er1 22070 (eval "$ac_link") 2>conftest.er1
21294 ac_status=$? 22071 ac_status=$?
21295 grep -v '^ *+' conftest.er1 >conftest.err 22072 grep -v '^ *+' conftest.er1 >conftest.err
21296 rm -f conftest.er1 22073 rm -f conftest.er1
21297 cat conftest.err >&5 22074 cat conftest.err >&5
21298 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22075 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21299 (exit $ac_status); } && { 22076 (exit $ac_status); } && {
21300 test -z "$ac_c_werror_flag" || 22077 test -z "$ac_c_werror_flag" ||
21301 test ! -s conftest.err 22078 test ! -s conftest.err
21302 } && test -s conftest$ac_exeext && 22079 } && test -s conftest$ac_exeext && {
21303 $as_test_x conftest$ac_exeext; then 22080 test "$cross_compiling" = yes ||
21304 have_dl=yes; { echo "$as_me:$LINENO: result: $have_dl" >&5 22081 $as_test_x conftest$ac_exeext
21305 echo "${ECHO_T}$have_dl" >&6; } 22082 }; then
21306 else 22083 have_dl=yes; { $as_echo "$as_me:$LINENO: result: $have_dl" >&5
21307 echo "$as_me: failed program was:" >&5 22084 $as_echo "$have_dl" >&6; }
22085 else
22086 $as_echo "$as_me: failed program was:" >&5
21308 sed 's/^/| /' conftest.$ac_ext >&5 22087 sed 's/^/| /' conftest.$ac_ext >&5
21309 22088
21310 22089
21311 { echo "$as_me:$LINENO: result: no" >&5 22090 { $as_echo "$as_me:$LINENO: result: no" >&5
21312 echo "${ECHO_T}no" >&6; } 22091 $as_echo "no" >&6; }
21313 { echo "$as_me:$LINENO: checking for shl_load in -ldl" >&5 22092 { $as_echo "$as_me:$LINENO: checking for shl_load in -ldl" >&5
21314 echo $ECHO_N "checking for shl_load in -ldl... $ECHO_C" >&6; } 22093 $as_echo_n "checking for shl_load in -ldl... " >&6; }
21315 ac_save_LIBS="$LIBS" 22094 ac_save_LIBS="$LIBS"
21316 LIBS="$LIBS -ldld" 22095 LIBS="$LIBS -ldld"
21317 cat >conftest.$ac_ext <<_ACEOF 22096 cat >conftest.$ac_ext <<_ACEOF
21318 /* confdefs.h. */ 22097 /* confdefs.h. */
21319 _ACEOF 22098 _ACEOF
21333 if { (ac_try="$ac_link" 22112 if { (ac_try="$ac_link"
21334 case "(($ac_try" in 22113 case "(($ac_try" in
21335 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22114 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21336 *) ac_try_echo=$ac_try;; 22115 *) ac_try_echo=$ac_try;;
21337 esac 22116 esac
21338 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 22117 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22118 $as_echo "$ac_try_echo") >&5
21339 (eval "$ac_link") 2>conftest.er1 22119 (eval "$ac_link") 2>conftest.er1
21340 ac_status=$? 22120 ac_status=$?
21341 grep -v '^ *+' conftest.er1 >conftest.err 22121 grep -v '^ *+' conftest.er1 >conftest.err
21342 rm -f conftest.er1 22122 rm -f conftest.er1
21343 cat conftest.err >&5 22123 cat conftest.err >&5
21344 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22124 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21345 (exit $ac_status); } && { 22125 (exit $ac_status); } && {
21346 test -z "$ac_c_werror_flag" || 22126 test -z "$ac_c_werror_flag" ||
21347 test ! -s conftest.err 22127 test ! -s conftest.err
21348 } && test -s conftest$ac_exeext && 22128 } && test -s conftest$ac_exeext && {
21349 $as_test_x conftest$ac_exeext; then 22129 test "$cross_compiling" = yes ||
22130 $as_test_x conftest$ac_exeext
22131 }; then
21350 have_dl=yes 22132 have_dl=yes
21351 else 22133 else
21352 echo "$as_me: failed program was:" >&5 22134 $as_echo "$as_me: failed program was:" >&5
21353 sed 's/^/| /' conftest.$ac_ext >&5 22135 sed 's/^/| /' conftest.$ac_ext >&5
21354 22136
21355 LIBS="$ac_save_LIBS"; { echo "$as_me:$LINENO: result: no" >&5 22137 LIBS="$ac_save_LIBS"; { $as_echo "$as_me:$LINENO: result: no" >&5
21356 echo "${ECHO_T}no" >&6; } 22138 $as_echo "no" >&6; }
21357 fi 22139 fi
21358 22140
22141 rm -rf conftest.dSYM
21359 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 22142 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21360 conftest$ac_exeext conftest.$ac_ext 22143 conftest$ac_exeext conftest.$ac_ext
21361 fi 22144 fi
21362 22145
22146 rm -rf conftest.dSYM
21363 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 22147 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21364 conftest$ac_exeext conftest.$ac_ext 22148 conftest$ac_exeext conftest.$ac_ext
21365 fi 22149 fi
21366 22150
21367 22151
21370 #define HAVE_SHL_LOAD 1 22154 #define HAVE_SHL_LOAD 1
21371 _ACEOF 22155 _ACEOF
21372 22156
21373 else 22157 else
21374 if test "${ac_cv_header_ltdl_h+set}" = set; then 22158 if test "${ac_cv_header_ltdl_h+set}" = set; then
21375 { echo "$as_me:$LINENO: checking for ltdl.h" >&5 22159 { $as_echo "$as_me:$LINENO: checking for ltdl.h" >&5
21376 echo $ECHO_N "checking for ltdl.h... $ECHO_C" >&6; } 22160 $as_echo_n "checking for ltdl.h... " >&6; }
21377 if test "${ac_cv_header_ltdl_h+set}" = set; then 22161 if test "${ac_cv_header_ltdl_h+set}" = set; then
21378 echo $ECHO_N "(cached) $ECHO_C" >&6 22162 $as_echo_n "(cached) " >&6
21379 fi 22163 fi
21380 { echo "$as_me:$LINENO: result: $ac_cv_header_ltdl_h" >&5 22164 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_ltdl_h" >&5
21381 echo "${ECHO_T}$ac_cv_header_ltdl_h" >&6; } 22165 $as_echo "$ac_cv_header_ltdl_h" >&6; }
21382 else 22166 else
21383 # Is the header compilable? 22167 # Is the header compilable?
21384 { echo "$as_me:$LINENO: checking ltdl.h usability" >&5 22168 { $as_echo "$as_me:$LINENO: checking ltdl.h usability" >&5
21385 echo $ECHO_N "checking ltdl.h usability... $ECHO_C" >&6; } 22169 $as_echo_n "checking ltdl.h usability... " >&6; }
21386 cat >conftest.$ac_ext <<_ACEOF 22170 cat >conftest.$ac_ext <<_ACEOF
21387 /* confdefs.h. */ 22171 /* confdefs.h. */
21388 _ACEOF 22172 _ACEOF
21389 cat confdefs.h >>conftest.$ac_ext 22173 cat confdefs.h >>conftest.$ac_ext
21390 cat >>conftest.$ac_ext <<_ACEOF 22174 cat >>conftest.$ac_ext <<_ACEOF
21396 if { (ac_try="$ac_compile" 22180 if { (ac_try="$ac_compile"
21397 case "(($ac_try" in 22181 case "(($ac_try" in
21398 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22182 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21399 *) ac_try_echo=$ac_try;; 22183 *) ac_try_echo=$ac_try;;
21400 esac 22184 esac
21401 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 22185 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22186 $as_echo "$ac_try_echo") >&5
21402 (eval "$ac_compile") 2>conftest.er1 22187 (eval "$ac_compile") 2>conftest.er1
21403 ac_status=$? 22188 ac_status=$?
21404 grep -v '^ *+' conftest.er1 >conftest.err 22189 grep -v '^ *+' conftest.er1 >conftest.err
21405 rm -f conftest.er1 22190 rm -f conftest.er1
21406 cat conftest.err >&5 22191 cat conftest.err >&5
21407 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22192 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21408 (exit $ac_status); } && { 22193 (exit $ac_status); } && {
21409 test -z "$ac_c_werror_flag" || 22194 test -z "$ac_c_werror_flag" ||
21410 test ! -s conftest.err 22195 test ! -s conftest.err
21411 } && test -s conftest.$ac_objext; then 22196 } && test -s conftest.$ac_objext; then
21412 ac_header_compiler=yes 22197 ac_header_compiler=yes
21413 else 22198 else
21414 echo "$as_me: failed program was:" >&5 22199 $as_echo "$as_me: failed program was:" >&5
21415 sed 's/^/| /' conftest.$ac_ext >&5 22200 sed 's/^/| /' conftest.$ac_ext >&5
21416 22201
21417 ac_header_compiler=no 22202 ac_header_compiler=no
21418 fi 22203 fi
21419 22204
21420 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 22205 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21421 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 22206 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21422 echo "${ECHO_T}$ac_header_compiler" >&6; } 22207 $as_echo "$ac_header_compiler" >&6; }
21423 22208
21424 # Is the header present? 22209 # Is the header present?
21425 { echo "$as_me:$LINENO: checking ltdl.h presence" >&5 22210 { $as_echo "$as_me:$LINENO: checking ltdl.h presence" >&5
21426 echo $ECHO_N "checking ltdl.h presence... $ECHO_C" >&6; } 22211 $as_echo_n "checking ltdl.h presence... " >&6; }
21427 cat >conftest.$ac_ext <<_ACEOF 22212 cat >conftest.$ac_ext <<_ACEOF
21428 /* confdefs.h. */ 22213 /* confdefs.h. */
21429 _ACEOF 22214 _ACEOF
21430 cat confdefs.h >>conftest.$ac_ext 22215 cat confdefs.h >>conftest.$ac_ext
21431 cat >>conftest.$ac_ext <<_ACEOF 22216 cat >>conftest.$ac_ext <<_ACEOF
21435 if { (ac_try="$ac_cpp conftest.$ac_ext" 22220 if { (ac_try="$ac_cpp conftest.$ac_ext"
21436 case "(($ac_try" in 22221 case "(($ac_try" in
21437 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22222 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21438 *) ac_try_echo=$ac_try;; 22223 *) ac_try_echo=$ac_try;;
21439 esac 22224 esac
21440 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 22225 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22226 $as_echo "$ac_try_echo") >&5
21441 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 22227 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
21442 ac_status=$? 22228 ac_status=$?
21443 grep -v '^ *+' conftest.er1 >conftest.err 22229 grep -v '^ *+' conftest.er1 >conftest.err
21444 rm -f conftest.er1 22230 rm -f conftest.er1
21445 cat conftest.err >&5 22231 cat conftest.err >&5
21446 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22232 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21447 (exit $ac_status); } >/dev/null && { 22233 (exit $ac_status); } >/dev/null && {
21448 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 22234 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
21449 test ! -s conftest.err 22235 test ! -s conftest.err
21450 }; then 22236 }; then
21451 ac_header_preproc=yes 22237 ac_header_preproc=yes
21452 else 22238 else
21453 echo "$as_me: failed program was:" >&5 22239 $as_echo "$as_me: failed program was:" >&5
21454 sed 's/^/| /' conftest.$ac_ext >&5 22240 sed 's/^/| /' conftest.$ac_ext >&5
21455 22241
21456 ac_header_preproc=no 22242 ac_header_preproc=no
21457 fi 22243 fi
21458 22244
21459 rm -f conftest.err conftest.$ac_ext 22245 rm -f conftest.err conftest.$ac_ext
21460 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 22246 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21461 echo "${ECHO_T}$ac_header_preproc" >&6; } 22247 $as_echo "$ac_header_preproc" >&6; }
21462 22248
21463 # So? What about this header? 22249 # So? What about this header?
21464 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 22250 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21465 yes:no: ) 22251 yes:no: )
21466 { echo "$as_me:$LINENO: WARNING: ltdl.h: accepted by the compiler, rejected by the preprocessor!" >&5 22252 { $as_echo "$as_me:$LINENO: WARNING: ltdl.h: accepted by the compiler, rejected by the preprocessor!" >&5
21467 echo "$as_me: WARNING: ltdl.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 22253 $as_echo "$as_me: WARNING: ltdl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
21468 { echo "$as_me:$LINENO: WARNING: ltdl.h: proceeding with the compiler's result" >&5 22254 { $as_echo "$as_me:$LINENO: WARNING: ltdl.h: proceeding with the compiler's result" >&5
21469 echo "$as_me: WARNING: ltdl.h: proceeding with the compiler's result" >&2;} 22255 $as_echo "$as_me: WARNING: ltdl.h: proceeding with the compiler's result" >&2;}
21470 ac_header_preproc=yes 22256 ac_header_preproc=yes
21471 ;; 22257 ;;
21472 no:yes:* ) 22258 no:yes:* )
21473 { echo "$as_me:$LINENO: WARNING: ltdl.h: present but cannot be compiled" >&5 22259 { $as_echo "$as_me:$LINENO: WARNING: ltdl.h: present but cannot be compiled" >&5
21474 echo "$as_me: WARNING: ltdl.h: present but cannot be compiled" >&2;} 22260 $as_echo "$as_me: WARNING: ltdl.h: present but cannot be compiled" >&2;}
21475 { echo "$as_me:$LINENO: WARNING: ltdl.h: check for missing prerequisite headers?" >&5 22261 { $as_echo "$as_me:$LINENO: WARNING: ltdl.h: check for missing prerequisite headers?" >&5
21476 echo "$as_me: WARNING: ltdl.h: check for missing prerequisite headers?" >&2;} 22262 $as_echo "$as_me: WARNING: ltdl.h: check for missing prerequisite headers?" >&2;}
21477 { echo "$as_me:$LINENO: WARNING: ltdl.h: see the Autoconf documentation" >&5 22263 { $as_echo "$as_me:$LINENO: WARNING: ltdl.h: see the Autoconf documentation" >&5
21478 echo "$as_me: WARNING: ltdl.h: see the Autoconf documentation" >&2;} 22264 $as_echo "$as_me: WARNING: ltdl.h: see the Autoconf documentation" >&2;}
21479 { echo "$as_me:$LINENO: WARNING: ltdl.h: section \"Present But Cannot Be Compiled\"" >&5 22265 { $as_echo "$as_me:$LINENO: WARNING: ltdl.h: section \"Present But Cannot Be Compiled\"" >&5
21480 echo "$as_me: WARNING: ltdl.h: section \"Present But Cannot Be Compiled\"" >&2;} 22266 $as_echo "$as_me: WARNING: ltdl.h: section \"Present But Cannot Be Compiled\"" >&2;}
21481 { echo "$as_me:$LINENO: WARNING: ltdl.h: proceeding with the preprocessor's result" >&5 22267 { $as_echo "$as_me:$LINENO: WARNING: ltdl.h: proceeding with the preprocessor's result" >&5
21482 echo "$as_me: WARNING: ltdl.h: proceeding with the preprocessor's result" >&2;} 22268 $as_echo "$as_me: WARNING: ltdl.h: proceeding with the preprocessor's result" >&2;}
21483 { echo "$as_me:$LINENO: WARNING: ltdl.h: in the future, the compiler will take precedence" >&5 22269 { $as_echo "$as_me:$LINENO: WARNING: ltdl.h: in the future, the compiler will take precedence" >&5
21484 echo "$as_me: WARNING: ltdl.h: in the future, the compiler will take precedence" >&2;} 22270 $as_echo "$as_me: WARNING: ltdl.h: in the future, the compiler will take precedence" >&2;}
21485 ( cat <<\_ASBOX 22271 ( cat <<\_ASBOX
21486 ## ------------------------------------- ## 22272 ## ------------------------------------- ##
21487 ## Report this to xemacs-beta@xemacs.org ## 22273 ## Report this to xemacs-beta@xemacs.org ##
21488 ## ------------------------------------- ## 22274 ## ------------------------------------- ##
21489 _ASBOX 22275 _ASBOX
21490 ) | sed "s/^/$as_me: WARNING: /" >&2 22276 ) | sed "s/^/$as_me: WARNING: /" >&2
21491 ;; 22277 ;;
21492 esac 22278 esac
21493 { echo "$as_me:$LINENO: checking for ltdl.h" >&5 22279 { $as_echo "$as_me:$LINENO: checking for ltdl.h" >&5
21494 echo $ECHO_N "checking for ltdl.h... $ECHO_C" >&6; } 22280 $as_echo_n "checking for ltdl.h... " >&6; }
21495 if test "${ac_cv_header_ltdl_h+set}" = set; then 22281 if test "${ac_cv_header_ltdl_h+set}" = set; then
21496 echo $ECHO_N "(cached) $ECHO_C" >&6 22282 $as_echo_n "(cached) " >&6
21497 else 22283 else
21498 ac_cv_header_ltdl_h=$ac_header_preproc 22284 ac_cv_header_ltdl_h=$ac_header_preproc
21499 fi 22285 fi
21500 { echo "$as_me:$LINENO: result: $ac_cv_header_ltdl_h" >&5 22286 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_ltdl_h" >&5
21501 echo "${ECHO_T}$ac_cv_header_ltdl_h" >&6; } 22287 $as_echo "$ac_cv_header_ltdl_h" >&6; }
21502 22288
21503 fi 22289 fi
21504 if test $ac_cv_header_ltdl_h = yes; then 22290 if test "x$ac_cv_header_ltdl_h" = x""yes; then
21505 22291
21506 { echo "$as_me:$LINENO: checking for lt_dlinit in -lltdl" >&5 22292 { $as_echo "$as_me:$LINENO: checking for lt_dlinit in -lltdl" >&5
21507 echo $ECHO_N "checking for lt_dlinit in -lltdl... $ECHO_C" >&6; } 22293 $as_echo_n "checking for lt_dlinit in -lltdl... " >&6; }
21508 ac_save_LIBS="$LIBS" 22294 ac_save_LIBS="$LIBS"
21509 LIBS="$LIBS -lltdl" 22295 LIBS="$LIBS -lltdl"
21510 cat >conftest.$ac_ext <<_ACEOF 22296 cat >conftest.$ac_ext <<_ACEOF
21511 /* confdefs.h. */ 22297 /* confdefs.h. */
21512 _ACEOF 22298 _ACEOF
21526 if { (ac_try="$ac_link" 22312 if { (ac_try="$ac_link"
21527 case "(($ac_try" in 22313 case "(($ac_try" in
21528 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22314 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21529 *) ac_try_echo=$ac_try;; 22315 *) ac_try_echo=$ac_try;;
21530 esac 22316 esac
21531 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 22317 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22318 $as_echo "$ac_try_echo") >&5
21532 (eval "$ac_link") 2>conftest.er1 22319 (eval "$ac_link") 2>conftest.er1
21533 ac_status=$? 22320 ac_status=$?
21534 grep -v '^ *+' conftest.er1 >conftest.err 22321 grep -v '^ *+' conftest.er1 >conftest.err
21535 rm -f conftest.er1 22322 rm -f conftest.er1
21536 cat conftest.err >&5 22323 cat conftest.err >&5
21537 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22324 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21538 (exit $ac_status); } && { 22325 (exit $ac_status); } && {
21539 test -z "$ac_c_werror_flag" || 22326 test -z "$ac_c_werror_flag" ||
21540 test ! -s conftest.err 22327 test ! -s conftest.err
21541 } && test -s conftest$ac_exeext && 22328 } && test -s conftest$ac_exeext && {
21542 $as_test_x conftest$ac_exeext; then 22329 test "$cross_compiling" = yes ||
22330 $as_test_x conftest$ac_exeext
22331 }; then
21543 have_dl=yes 22332 have_dl=yes
21544 else 22333 else
21545 echo "$as_me: failed program was:" >&5 22334 $as_echo "$as_me: failed program was:" >&5
21546 sed 's/^/| /' conftest.$ac_ext >&5 22335 sed 's/^/| /' conftest.$ac_ext >&5
21547 22336
21548 LIBS="$ac_save_LIBS" 22337 LIBS="$ac_save_LIBS"
21549 fi 22338 fi
21550 22339
22340 rm -rf conftest.dSYM
21551 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 22341 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21552 conftest$ac_exeext conftest.$ac_ext 22342 conftest$ac_exeext conftest.$ac_ext
21553 fi 22343 fi
21554 22344
21555 22345
21556 { echo "$as_me:$LINENO: result: $have_dl" >&5 22346 { $as_echo "$as_me:$LINENO: result: $have_dl" >&5
21557 echo "${ECHO_T}$have_dl" >&6; } 22347 $as_echo "$have_dl" >&6; }
21558 if test "$have_dl" = "yes"; then 22348 if test "$have_dl" = "yes"; then
21559 cat >>confdefs.h <<\_ACEOF 22349 cat >>confdefs.h <<\_ACEOF
21560 #define HAVE_LTDL 1 22350 #define HAVE_LTDL 1
21561 _ACEOF 22351 _ACEOF
21562 22352
21575 dll_ldo="-o" 22365 dll_ldo="-o"
21576 ld_dynamic_link_flags= 22366 ld_dynamic_link_flags=
21577 xehost=$ac_cv_build 22367 xehost=$ac_cv_build
21578 xealias=$ac_cv_build_alias 22368 xealias=$ac_cv_build_alias
21579 22369
21580 { echo "$as_me:$LINENO: checking how to build dynamic libraries for ${xehost}" >&5 22370 { $as_echo "$as_me:$LINENO: checking how to build dynamic libraries for ${xehost}" >&5
21581 echo $ECHO_N "checking how to build dynamic libraries for ${xehost}... $ECHO_C" >&6; } 22371 $as_echo_n "checking how to build dynamic libraries for ${xehost}... " >&6; }
21582 { echo "$as_me:$LINENO: result: " >&5 22372 { $as_echo "$as_me:$LINENO: result: " >&5
21583 echo "${ECHO_T}" >&6; } 22373 $as_echo "" >&6; }
21584 # Transform *-*-linux* to *-*-linux-gnu*, to support old configure scripts. 22374 # Transform *-*-linux* to *-*-linux-gnu*, to support old configure scripts.
21585 case "$xehost" in 22375 case "$xehost" in
21586 *-*-linux-gnu*) ;; 22376 *-*-linux-gnu*) ;;
21587 *-*-linux*) xehost=`echo $xehost | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'` 22377 *-*-linux*) xehost=`echo $xehost | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'`
21588 esac 22378 esac
21605 22395
21606 # Now see if the compiler is really GCC. 22396 # Now see if the compiler is really GCC.
21607 if test "$GCC" = "yes"; then 22397 if test "$GCC" = "yes"; then
21608 XEGCC=yes 22398 XEGCC=yes
21609 else 22399 else
21610 { echo "$as_me:$LINENO: checking whether we are using GNU C" >&5 22400 { $as_echo "$as_me:$LINENO: checking whether we are using GNU C" >&5
21611 echo $ECHO_N "checking whether we are using GNU C... $ECHO_C" >&6; } 22401 $as_echo_n "checking whether we are using GNU C... " >&6; }
21612 cat >conftest.$ac_ext <<_ACEOF 22402 cat >conftest.$ac_ext <<_ACEOF
21613 /* confdefs.h. */ 22403 /* confdefs.h. */
21614 _ACEOF 22404 _ACEOF
21615 cat confdefs.h >>conftest.$ac_ext 22405 cat confdefs.h >>conftest.$ac_ext
21616 cat >>conftest.$ac_ext <<_ACEOF 22406 cat >>conftest.$ac_ext <<_ACEOF
21627 else 22417 else
21628 XEGCC=no 22418 XEGCC=no
21629 fi 22419 fi
21630 rm -f conftest* 22420 rm -f conftest*
21631 22421
21632 { echo "$as_me:$LINENO: result: ${XEGCC}" >&5 22422 { $as_echo "$as_me:$LINENO: result: ${XEGCC}" >&5
21633 echo "${ECHO_T}${XEGCC}" >&6; } 22423 $as_echo "${XEGCC}" >&6; }
21634 fi 22424 fi
21635 22425
21636 { echo "$as_me:$LINENO: checking how to produce PIC code" >&5 22426 { $as_echo "$as_me:$LINENO: checking how to produce PIC code" >&5
21637 echo $ECHO_N "checking how to produce PIC code... $ECHO_C" >&6; } 22427 $as_echo_n "checking how to produce PIC code... " >&6; }
21638 wl= 22428 wl=
21639 22429
21640 can_build_shared=yes 22430 can_build_shared=yes
21641 if test "$XEGCC" = yes -o "$__ICC" = yes; then 22431 if test "$XEGCC" = yes -o "$__ICC" = yes; then
21642 wl='-Wl,' 22432 wl='-Wl,'
21732 ;; 22522 ;;
21733 esac 22523 esac
21734 fi 22524 fi
21735 22525
21736 if test -n "$dll_cflags"; then 22526 if test -n "$dll_cflags"; then
21737 { echo "$as_me:$LINENO: result: ${dll_cflags}" >&5 22527 { $as_echo "$as_me:$LINENO: result: ${dll_cflags}" >&5
21738 echo "${ECHO_T}${dll_cflags}" >&6; } 22528 $as_echo "${dll_cflags}" >&6; }
21739 22529
21740 # Check to make sure the dll_cflags actually works. 22530 # Check to make sure the dll_cflags actually works.
21741 { echo "$as_me:$LINENO: checking if PIC flag ${dll_cflags} really works" >&5 22531 { $as_echo "$as_me:$LINENO: checking if PIC flag ${dll_cflags} really works" >&5
21742 echo $ECHO_N "checking if PIC flag ${dll_cflags} really works... $ECHO_C" >&6; } 22532 $as_echo_n "checking if PIC flag ${dll_cflags} really works... " >&6; }
21743 save_CFLAGS="$CFLAGS" 22533 save_CFLAGS="$CFLAGS"
21744 CFLAGS="$CFLAGS $dll_cflags -DPIC" 22534 CFLAGS="$CFLAGS $dll_cflags -DPIC"
21745 cat >conftest.$ac_ext <<_ACEOF 22535 cat >conftest.$ac_ext <<_ACEOF
21746 /* confdefs.h. */ 22536 /* confdefs.h. */
21747 _ACEOF 22537 _ACEOF
21754 if { (ac_try="$ac_compile" 22544 if { (ac_try="$ac_compile"
21755 case "(($ac_try" in 22545 case "(($ac_try" in
21756 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22546 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21757 *) ac_try_echo=$ac_try;; 22547 *) ac_try_echo=$ac_try;;
21758 esac 22548 esac
21759 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 22549 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22550 $as_echo "$ac_try_echo") >&5
21760 (eval "$ac_compile") 2>conftest.er1 22551 (eval "$ac_compile") 2>conftest.er1
21761 ac_status=$? 22552 ac_status=$?
21762 grep -v '^ *+' conftest.er1 >conftest.err 22553 grep -v '^ *+' conftest.er1 >conftest.err
21763 rm -f conftest.er1 22554 rm -f conftest.er1
21764 cat conftest.err >&5 22555 cat conftest.err >&5
21765 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22556 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21766 (exit $ac_status); } && { 22557 (exit $ac_status); } && {
21767 test -z "$ac_c_werror_flag" || 22558 test -z "$ac_c_werror_flag" ||
21768 test ! -s conftest.err 22559 test ! -s conftest.err
21769 } && test -s conftest.$ac_objext; then 22560 } && test -s conftest.$ac_objext; then
21770 22561
21771 # On HP-UX, the stripped-down bundled CC doesn't accept +Z, but also 22562 # On HP-UX, the stripped-down bundled CC doesn't accept +Z, but also
21772 # reports no error. So, we need to grep stderr for (Bundled). 22563 # reports no error. So, we need to grep stderr for (Bundled).
21773 if grep '(Bundled)' config.log >/dev/null; then 22564 if grep '(Bundled)' config.log >/dev/null; then
21774 { echo "$as_me:$LINENO: result: no" >&5 22565 { $as_echo "$as_me:$LINENO: result: no" >&5
21775 echo "${ECHO_T}no" >&6; } 22566 $as_echo "no" >&6; }
21776 can_build_shared=no 22567 can_build_shared=no
21777 dll_cflags= 22568 dll_cflags=
21778 else 22569 else
21779 { echo "$as_me:$LINENO: result: yes" >&5 22570 { $as_echo "$as_me:$LINENO: result: yes" >&5
21780 echo "${ECHO_T}yes" >&6; } 22571 $as_echo "yes" >&6; }
21781 fi 22572 fi
21782 else 22573 else
21783 echo "$as_me: failed program was:" >&5 22574 $as_echo "$as_me: failed program was:" >&5
21784 sed 's/^/| /' conftest.$ac_ext >&5 22575 sed 's/^/| /' conftest.$ac_ext >&5
21785 22576
21786 { echo "$as_me:$LINENO: result: no" >&5 22577 { $as_echo "$as_me:$LINENO: result: no" >&5
21787 echo "${ECHO_T}no" >&6; } 22578 $as_echo "no" >&6; }
21788 can_build_shared=no 22579 can_build_shared=no
21789 dll_cflags= 22580 dll_cflags=
21790 fi 22581 fi
21791 22582
21792 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 22583 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21793 CFLAGS="$save_CFLAGS" 22584 CFLAGS="$save_CFLAGS"
21794 else 22585 else
21795 { echo "$as_me:$LINENO: result: none" >&5 22586 { $as_echo "$as_me:$LINENO: result: none" >&5
21796 echo "${ECHO_T}none" >&6; } 22587 $as_echo "none" >&6; }
21797 fi 22588 fi
21798 22589
21799 if test "$can_build_shared" = "yes"; then 22590 if test "$can_build_shared" = "yes"; then
21800 cc_produces_so=no 22591 cc_produces_so=no
21801 xldf= 22592 xldf=
21802 xcldf= 22593 xcldf=
21803 { echo "$as_me:$LINENO: checking if C compiler can produce shared libraries" >&5 22594 { $as_echo "$as_me:$LINENO: checking if C compiler can produce shared libraries" >&5
21804 echo $ECHO_N "checking if C compiler can produce shared libraries... $ECHO_C" >&6; } 22595 $as_echo_n "checking if C compiler can produce shared libraries... " >&6; }
21805 if test "$XEGCC" = yes -o "$__ICC" = yes; then 22596 if test "$XEGCC" = yes -o "$__ICC" = yes; then
21806 case "$xehost_os" in 22597 case "$xehost_os" in
21807 *darwin*) 22598 *darwin*)
21808 xcldf='-bundle' 22599 xcldf='-bundle'
21809 xldf='-bundle -bundle_loader ../../src/xemacs' 22600 xldf='-bundle -bundle_loader ../../src/xemacs'
21871 if { (ac_try="$ac_link" 22662 if { (ac_try="$ac_link"
21872 case "(($ac_try" in 22663 case "(($ac_try" in
21873 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 22664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21874 *) ac_try_echo=$ac_try;; 22665 *) ac_try_echo=$ac_try;;
21875 esac 22666 esac
21876 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 22667 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22668 $as_echo "$ac_try_echo") >&5
21877 (eval "$ac_link") 2>conftest.er1 22669 (eval "$ac_link") 2>conftest.er1
21878 ac_status=$? 22670 ac_status=$?
21879 grep -v '^ *+' conftest.er1 >conftest.err 22671 grep -v '^ *+' conftest.er1 >conftest.err
21880 rm -f conftest.er1 22672 rm -f conftest.er1
21881 cat conftest.err >&5 22673 cat conftest.err >&5
21882 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22674 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21883 (exit $ac_status); } && { 22675 (exit $ac_status); } && {
21884 test -z "$ac_c_werror_flag" || 22676 test -z "$ac_c_werror_flag" ||
21885 test ! -s conftest.err 22677 test ! -s conftest.err
21886 } && test -s conftest$ac_exeext && 22678 } && test -s conftest$ac_exeext && {
21887 $as_test_x conftest$ac_exeext; then 22679 test "$cross_compiling" = yes ||
22680 $as_test_x conftest$ac_exeext
22681 }; then
21888 cc_produces_so=yes 22682 cc_produces_so=yes
21889 else 22683 else
21890 echo "$as_me: failed program was:" >&5 22684 $as_echo "$as_me: failed program was:" >&5
21891 sed 's/^/| /' conftest.$ac_ext >&5 22685 sed 's/^/| /' conftest.$ac_ext >&5
21892 22686
21893 cc_produces_so=no 22687 cc_produces_so=no
21894 fi 22688 fi
21895 22689
22690 rm -rf conftest.dSYM
21896 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 22691 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21897 conftest$ac_exeext conftest.$ac_ext 22692 conftest$ac_exeext conftest.$ac_ext
21898 LDFLAGS=$save_LDFLAGS 22693 LDFLAGS=$save_LDFLAGS
21899 LIBS=$save_LIBS 22694 LIBS=$save_LIBS
21900 xe_libs=$save_xe_libs 22695 xe_libs=$save_xe_libs
21901 ac_link='${CC-cc} -o conftest $CFLAGS '"$xe_cppflags $xe_ldflags"' conftest.$ac_ext '"$xe_libs"' 1>&5' 22696 ac_link='${CC-cc} -o conftest $CFLAGS '"$xe_cppflags $xe_ldflags"' conftest.$ac_ext '"$xe_libs"' 1>&5'
21902 else 22697 else
21903 cc_produces_so=no 22698 cc_produces_so=no
21904 fi 22699 fi
21905 { echo "$as_me:$LINENO: result: ${cc_produces_so}" >&5 22700 { $as_echo "$as_me:$LINENO: result: ${cc_produces_so}" >&5
21906 echo "${ECHO_T}${cc_produces_so}" >&6; } 22701 $as_echo "${cc_produces_so}" >&6; }
21907 22702
21908 LTLD=$LD 22703 LTLD=$LD
21909 if test -z "$LTLD"; then 22704 if test -z "$LTLD"; then
21910 ac_prog=ld 22705 ac_prog=ld
21911 if test "$XEGCC" = yes; then 22706 if test "$XEGCC" = yes; then
21912 # Check if gcc -print-prog-name=ld gives a path. 22707 # Check if gcc -print-prog-name=ld gives a path.
21913 { echo "$as_me:$LINENO: checking for ld used by GCC" >&5 22708 { $as_echo "$as_me:$LINENO: checking for ld used by GCC" >&5
21914 echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6; } 22709 $as_echo_n "checking for ld used by GCC... " >&6; }
21915 ac_prog=`($CC -print-prog-name=ld) 2>&5` 22710 ac_prog=`($CC -print-prog-name=ld) 2>&5`
21916 case "$ac_prog" in 22711 case "$ac_prog" in
21917 # Accept absolute paths. 22712 # Accept absolute paths.
21918 /*) 22713 /*)
21919 if test -z "$LTLD"; then 22714 if test -z "$LTLD"; then
21934 # If it is relative, then search for the first ld in PATH. 22729 # If it is relative, then search for the first ld in PATH.
21935 with_gnu_ld=unknown 22730 with_gnu_ld=unknown
21936 ;; 22731 ;;
21937 esac 22732 esac
21938 else 22733 else
21939 { echo "$as_me:$LINENO: checking for GNU ld" >&5 22734 { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5
21940 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; } 22735 $as_echo_n "checking for GNU ld... " >&6; }
21941 fi 22736 fi
21942 22737
21943 if test -z "$LTLD"; then 22738 if test -z "$LTLD"; then
21944 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 22739 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
21945 for ac_dir in $PATH; do 22740 for ac_dir in $PATH; do
21958 done 22753 done
21959 IFS="$ac_save_ifs" 22754 IFS="$ac_save_ifs"
21960 fi 22755 fi
21961 22756
21962 if test -n "$LTLD"; then 22757 if test -n "$LTLD"; then
21963 { echo "$as_me:$LINENO: result: ${LTLD}" >&5 22758 { $as_echo "$as_me:$LINENO: result: ${LTLD}" >&5
21964 echo "${ECHO_T}${LTLD}" >&6; } 22759 $as_echo "${LTLD}" >&6; }
21965 else 22760 else
21966 { echo "$as_me:$LINENO: result: no" >&5 22761 { $as_echo "$as_me:$LINENO: result: no" >&5
21967 echo "${ECHO_T}no" >&6; } 22762 $as_echo "no" >&6; }
21968 fi 22763 fi
21969 22764
21970 if test -z "$LTLD" -a "$cc_produces_so" = no; then 22765 if test -z "$LTLD" -a "$cc_produces_so" = no; then
21971 { { echo "$as_me:$LINENO: error: no acceptable linker found in \$PATH" >&5 22766 { { $as_echo "$as_me:$LINENO: error: no acceptable linker found in \$PATH" >&5
21972 echo "$as_me: error: no acceptable linker found in \$PATH" >&2;} 22767 $as_echo "$as_me: error: no acceptable linker found in \$PATH" >&2;}
21973 { (exit 1); exit 1; }; } 22768 { (exit 1); exit 1; }; }
21974 exit 1 22769 exit 1
21975 fi 22770 fi
21976 fi 22771 fi
21977 22772
21978 ld_dynamic_link_flags= 22773 ld_dynamic_link_flags=
21979 22774
21980 # Check to see if it really is or isn't GNU ld. 22775 # Check to see if it really is or isn't GNU ld.
21981 { echo "$as_me:$LINENO: checking if the linker is GNU ld" >&5 22776 { $as_echo "$as_me:$LINENO: checking if the linker is GNU ld" >&5
21982 echo $ECHO_N "checking if the linker is GNU ld... $ECHO_C" >&6; } 22777 $as_echo_n "checking if the linker is GNU ld... " >&6; }
21983 # I'd rather use --version here, but apparently some GNU ld's only accept -v. 22778 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
21984 if $LTLD -v 2>&1 </dev/null | $EGREP '(GNU|with BFD)' 1>&5; then 22779 if $LTLD -v 2>&1 </dev/null | $EGREP '(GNU|with BFD)' 1>&5; then
21985 xe_gnu_ld=yes 22780 xe_gnu_ld=yes
21986 else 22781 else
21987 xe_gnu_ld=no 22782 xe_gnu_ld=no
21988 fi 22783 fi
21989 { echo "$as_me:$LINENO: result: ${xe_gnu_ld}" >&5 22784 { $as_echo "$as_me:$LINENO: result: ${xe_gnu_ld}" >&5
21990 echo "${ECHO_T}${xe_gnu_ld}" >&6; } 22785 $as_echo "${xe_gnu_ld}" >&6; }
21991 22786
21992 case "$xehost_os" in 22787 case "$xehost_os" in
21993 amigaos* | sunos4*) 22788 amigaos* | sunos4*)
21994 # On these operating systems, we should treat GNU ld like the system ld. 22789 # On these operating systems, we should treat GNU ld like the system ld.
21995 gnu_ld_acts_native=yes 22790 gnu_ld_acts_native=yes
22012 can_build_shared=yes 22807 can_build_shared=yes
22013 ld_shlibs=yes 22808 ld_shlibs=yes
22014 else 22809 else
22015 # OK - only NOW do we futz about with ld. 22810 # OK - only NOW do we futz about with ld.
22016 # See if the linker supports building shared libraries. 22811 # See if the linker supports building shared libraries.
22017 { echo "$as_me:$LINENO: checking whether the linker supports shared libraries" >&5 22812 { $as_echo "$as_me:$LINENO: checking whether the linker supports shared libraries" >&5
22018 echo $ECHO_N "checking whether the linker supports shared libraries... $ECHO_C" >&6; } 22813 $as_echo_n "checking whether the linker supports shared libraries... " >&6; }
22019 dll_ld=$CC 22814 dll_ld=$CC
22020 dll_ldflags=$LDFLAGS 22815 dll_ldflags=$LDFLAGS
22021 ld_shlibs=yes 22816 ld_shlibs=yes
22022 can_build_shared=yes 22817 can_build_shared=yes
22023 if test "$xe_gnu_ld" = yes && test "$gnu_ld_acts_native" != yes; then 22818 if test "$xe_gnu_ld" = yes && test "$gnu_ld_acts_native" != yes; then
22123 ld_shlibs=no 22918 ld_shlibs=no
22124 can_build_shared=no 22919 can_build_shared=no
22125 ;; 22920 ;;
22126 esac 22921 esac
22127 fi 22922 fi
22128 { echo "$as_me:$LINENO: result: ${ld_shlibs}" >&5 22923 { $as_echo "$as_me:$LINENO: result: ${ld_shlibs}" >&5
22129 echo "${ECHO_T}${ld_shlibs}" >&6; } 22924 $as_echo "${ld_shlibs}" >&6; }
22130 if test "$ld_shlibs" = "no"; then 22925 if test "$ld_shlibs" = "no"; then
22131 can_build_shared=no 22926 can_build_shared=no
22132 fi 22927 fi
22133 fi # End of if cc_produces_so = no 22928 fi # End of if cc_produces_so = no
22134 22929
22224 test -n "$libdl" && LIBS="-l${libdl} $LIBS" && if test "$verbose" = "yes"; then echo " Prepending \"-l${libdl}\" to \$LIBS"; fi 23019 test -n "$libdl" && LIBS="-l${libdl} $LIBS" && if test "$verbose" = "yes"; then echo " Prepending \"-l${libdl}\" to \$LIBS"; fi
22225 23020
22226 23021
22227 for ac_func in dlerror _dlerror 23022 for ac_func in dlerror _dlerror
22228 do 23023 do
22229 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 23024 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
22230 { echo "$as_me:$LINENO: checking for $ac_func" >&5 23025 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
22231 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 23026 $as_echo_n "checking for $ac_func... " >&6; }
22232 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 23027 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
22233 echo $ECHO_N "(cached) $ECHO_C" >&6 23028 $as_echo_n "(cached) " >&6
22234 else 23029 else
22235 cat >conftest.$ac_ext <<_ACEOF 23030 cat >conftest.$ac_ext <<_ACEOF
22236 /* confdefs.h. */ 23031 /* confdefs.h. */
22237 _ACEOF 23032 _ACEOF
22238 cat confdefs.h >>conftest.$ac_ext 23033 cat confdefs.h >>conftest.$ac_ext
22281 if { (ac_try="$ac_link" 23076 if { (ac_try="$ac_link"
22282 case "(($ac_try" in 23077 case "(($ac_try" in
22283 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23078 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22284 *) ac_try_echo=$ac_try;; 23079 *) ac_try_echo=$ac_try;;
22285 esac 23080 esac
22286 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 23081 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23082 $as_echo "$ac_try_echo") >&5
22287 (eval "$ac_link") 2>conftest.er1 23083 (eval "$ac_link") 2>conftest.er1
22288 ac_status=$? 23084 ac_status=$?
22289 grep -v '^ *+' conftest.er1 >conftest.err 23085 grep -v '^ *+' conftest.er1 >conftest.err
22290 rm -f conftest.er1 23086 rm -f conftest.er1
22291 cat conftest.err >&5 23087 cat conftest.err >&5
22292 echo "$as_me:$LINENO: \$? = $ac_status" >&5 23088 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22293 (exit $ac_status); } && { 23089 (exit $ac_status); } && {
22294 test -z "$ac_c_werror_flag" || 23090 test -z "$ac_c_werror_flag" ||
22295 test ! -s conftest.err 23091 test ! -s conftest.err
22296 } && test -s conftest$ac_exeext && 23092 } && test -s conftest$ac_exeext && {
22297 $as_test_x conftest$ac_exeext; then 23093 test "$cross_compiling" = yes ||
23094 $as_test_x conftest$ac_exeext
23095 }; then
22298 eval "$as_ac_var=yes" 23096 eval "$as_ac_var=yes"
22299 else 23097 else
22300 echo "$as_me: failed program was:" >&5 23098 $as_echo "$as_me: failed program was:" >&5
22301 sed 's/^/| /' conftest.$ac_ext >&5 23099 sed 's/^/| /' conftest.$ac_ext >&5
22302 23100
22303 eval "$as_ac_var=no" 23101 eval "$as_ac_var=no"
22304 fi 23102 fi
22305 23103
23104 rm -rf conftest.dSYM
22306 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 23105 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22307 conftest$ac_exeext conftest.$ac_ext 23106 conftest$ac_exeext conftest.$ac_ext
22308 fi 23107 fi
22309 ac_res=`eval echo '${'$as_ac_var'}'` 23108 ac_res=`eval 'as_val=${'$as_ac_var'}
22310 { echo "$as_me:$LINENO: result: $ac_res" >&5 23109 $as_echo "$as_val"'`
22311 echo "${ECHO_T}$ac_res" >&6; } 23110 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
22312 if test `eval echo '${'$as_ac_var'}'` = yes; then 23111 $as_echo "$ac_res" >&6; }
23112 as_val=`eval 'as_val=${'$as_ac_var'}
23113 $as_echo "$as_val"'`
23114 if test "x$as_val" = x""yes; then
22313 cat >>confdefs.h <<_ACEOF 23115 cat >>confdefs.h <<_ACEOF
22314 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 23116 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
22315 _ACEOF 23117 _ACEOF
22316 23118
22317 fi 23119 fi
22318 done 23120 done
22319 23121
22351 23153
22352 23154
22353 23155
22354 if test "$with_tooltalk" != "no" ; then 23156 if test "$with_tooltalk" != "no" ; then
22355 for dir in "" "Tt/" "desktop/" ; do 23157 for dir in "" "Tt/" "desktop/" ; do
22356 as_ac_Header=`echo "ac_cv_header_${dir}tt_c.h" | $as_tr_sh` 23158 as_ac_Header=`$as_echo "ac_cv_header_${dir}tt_c.h" | $as_tr_sh`
22357 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 23159 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
22358 { echo "$as_me:$LINENO: checking for ${dir}tt_c.h" >&5 23160 { $as_echo "$as_me:$LINENO: checking for ${dir}tt_c.h" >&5
22359 echo $ECHO_N "checking for ${dir}tt_c.h... $ECHO_C" >&6; } 23161 $as_echo_n "checking for ${dir}tt_c.h... " >&6; }
22360 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 23162 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
22361 echo $ECHO_N "(cached) $ECHO_C" >&6 23163 $as_echo_n "(cached) " >&6
22362 fi 23164 fi
22363 ac_res=`eval echo '${'$as_ac_Header'}'` 23165 ac_res=`eval 'as_val=${'$as_ac_Header'}
22364 { echo "$as_me:$LINENO: result: $ac_res" >&5 23166 $as_echo "$as_val"'`
22365 echo "${ECHO_T}$ac_res" >&6; } 23167 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
23168 $as_echo "$ac_res" >&6; }
22366 else 23169 else
22367 # Is the header compilable? 23170 # Is the header compilable?
22368 { echo "$as_me:$LINENO: checking ${dir}tt_c.h usability" >&5 23171 { $as_echo "$as_me:$LINENO: checking ${dir}tt_c.h usability" >&5
22369 echo $ECHO_N "checking ${dir}tt_c.h usability... $ECHO_C" >&6; } 23172 $as_echo_n "checking ${dir}tt_c.h usability... " >&6; }
22370 cat >conftest.$ac_ext <<_ACEOF 23173 cat >conftest.$ac_ext <<_ACEOF
22371 /* confdefs.h. */ 23174 /* confdefs.h. */
22372 _ACEOF 23175 _ACEOF
22373 cat confdefs.h >>conftest.$ac_ext 23176 cat confdefs.h >>conftest.$ac_ext
22374 cat >>conftest.$ac_ext <<_ACEOF 23177 cat >>conftest.$ac_ext <<_ACEOF
22380 if { (ac_try="$ac_compile" 23183 if { (ac_try="$ac_compile"
22381 case "(($ac_try" in 23184 case "(($ac_try" in
22382 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23185 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22383 *) ac_try_echo=$ac_try;; 23186 *) ac_try_echo=$ac_try;;
22384 esac 23187 esac
22385 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 23188 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23189 $as_echo "$ac_try_echo") >&5
22386 (eval "$ac_compile") 2>conftest.er1 23190 (eval "$ac_compile") 2>conftest.er1
22387 ac_status=$? 23191 ac_status=$?
22388 grep -v '^ *+' conftest.er1 >conftest.err 23192 grep -v '^ *+' conftest.er1 >conftest.err
22389 rm -f conftest.er1 23193 rm -f conftest.er1
22390 cat conftest.err >&5 23194 cat conftest.err >&5
22391 echo "$as_me:$LINENO: \$? = $ac_status" >&5 23195 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22392 (exit $ac_status); } && { 23196 (exit $ac_status); } && {
22393 test -z "$ac_c_werror_flag" || 23197 test -z "$ac_c_werror_flag" ||
22394 test ! -s conftest.err 23198 test ! -s conftest.err
22395 } && test -s conftest.$ac_objext; then 23199 } && test -s conftest.$ac_objext; then
22396 ac_header_compiler=yes 23200 ac_header_compiler=yes
22397 else 23201 else
22398 echo "$as_me: failed program was:" >&5 23202 $as_echo "$as_me: failed program was:" >&5
22399 sed 's/^/| /' conftest.$ac_ext >&5 23203 sed 's/^/| /' conftest.$ac_ext >&5
22400 23204
22401 ac_header_compiler=no 23205 ac_header_compiler=no
22402 fi 23206 fi
22403 23207
22404 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 23208 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22405 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 23209 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22406 echo "${ECHO_T}$ac_header_compiler" >&6; } 23210 $as_echo "$ac_header_compiler" >&6; }
22407 23211
22408 # Is the header present? 23212 # Is the header present?
22409 { echo "$as_me:$LINENO: checking ${dir}tt_c.h presence" >&5 23213 { $as_echo "$as_me:$LINENO: checking ${dir}tt_c.h presence" >&5
22410 echo $ECHO_N "checking ${dir}tt_c.h presence... $ECHO_C" >&6; } 23214 $as_echo_n "checking ${dir}tt_c.h presence... " >&6; }
22411 cat >conftest.$ac_ext <<_ACEOF 23215 cat >conftest.$ac_ext <<_ACEOF
22412 /* confdefs.h. */ 23216 /* confdefs.h. */
22413 _ACEOF 23217 _ACEOF
22414 cat confdefs.h >>conftest.$ac_ext 23218 cat confdefs.h >>conftest.$ac_ext
22415 cat >>conftest.$ac_ext <<_ACEOF 23219 cat >>conftest.$ac_ext <<_ACEOF
22419 if { (ac_try="$ac_cpp conftest.$ac_ext" 23223 if { (ac_try="$ac_cpp conftest.$ac_ext"
22420 case "(($ac_try" in 23224 case "(($ac_try" in
22421 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23225 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22422 *) ac_try_echo=$ac_try;; 23226 *) ac_try_echo=$ac_try;;
22423 esac 23227 esac
22424 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 23228 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23229 $as_echo "$ac_try_echo") >&5
22425 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 23230 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
22426 ac_status=$? 23231 ac_status=$?
22427 grep -v '^ *+' conftest.er1 >conftest.err 23232 grep -v '^ *+' conftest.er1 >conftest.err
22428 rm -f conftest.er1 23233 rm -f conftest.er1
22429 cat conftest.err >&5 23234 cat conftest.err >&5
22430 echo "$as_me:$LINENO: \$? = $ac_status" >&5 23235 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22431 (exit $ac_status); } >/dev/null && { 23236 (exit $ac_status); } >/dev/null && {
22432 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 23237 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
22433 test ! -s conftest.err 23238 test ! -s conftest.err
22434 }; then 23239 }; then
22435 ac_header_preproc=yes 23240 ac_header_preproc=yes
22436 else 23241 else
22437 echo "$as_me: failed program was:" >&5 23242 $as_echo "$as_me: failed program was:" >&5
22438 sed 's/^/| /' conftest.$ac_ext >&5 23243 sed 's/^/| /' conftest.$ac_ext >&5
22439 23244
22440 ac_header_preproc=no 23245 ac_header_preproc=no
22441 fi 23246 fi
22442 23247
22443 rm -f conftest.err conftest.$ac_ext 23248 rm -f conftest.err conftest.$ac_ext
22444 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 23249 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22445 echo "${ECHO_T}$ac_header_preproc" >&6; } 23250 $as_echo "$ac_header_preproc" >&6; }
22446 23251
22447 # So? What about this header? 23252 # So? What about this header?
22448 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 23253 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22449 yes:no: ) 23254 yes:no: )
22450 { echo "$as_me:$LINENO: WARNING: ${dir}tt_c.h: accepted by the compiler, rejected by the preprocessor!" >&5 23255 { $as_echo "$as_me:$LINENO: WARNING: ${dir}tt_c.h: accepted by the compiler, rejected by the preprocessor!" >&5
22451 echo "$as_me: WARNING: ${dir}tt_c.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 23256 $as_echo "$as_me: WARNING: ${dir}tt_c.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
22452 { echo "$as_me:$LINENO: WARNING: ${dir}tt_c.h: proceeding with the compiler's result" >&5 23257 { $as_echo "$as_me:$LINENO: WARNING: ${dir}tt_c.h: proceeding with the compiler's result" >&5
22453 echo "$as_me: WARNING: ${dir}tt_c.h: proceeding with the compiler's result" >&2;} 23258 $as_echo "$as_me: WARNING: ${dir}tt_c.h: proceeding with the compiler's result" >&2;}
22454 ac_header_preproc=yes 23259 ac_header_preproc=yes
22455 ;; 23260 ;;
22456 no:yes:* ) 23261 no:yes:* )
22457 { echo "$as_me:$LINENO: WARNING: ${dir}tt_c.h: present but cannot be compiled" >&5 23262 { $as_echo "$as_me:$LINENO: WARNING: ${dir}tt_c.h: present but cannot be compiled" >&5
22458 echo "$as_me: WARNING: ${dir}tt_c.h: present but cannot be compiled" >&2;} 23263 $as_echo "$as_me: WARNING: ${dir}tt_c.h: present but cannot be compiled" >&2;}
22459 { echo "$as_me:$LINENO: WARNING: ${dir}tt_c.h: check for missing prerequisite headers?" >&5 23264 { $as_echo "$as_me:$LINENO: WARNING: ${dir}tt_c.h: check for missing prerequisite headers?" >&5
22460 echo "$as_me: WARNING: ${dir}tt_c.h: check for missing prerequisite headers?" >&2;} 23265 $as_echo "$as_me: WARNING: ${dir}tt_c.h: check for missing prerequisite headers?" >&2;}
22461 { echo "$as_me:$LINENO: WARNING: ${dir}tt_c.h: see the Autoconf documentation" >&5 23266 { $as_echo "$as_me:$LINENO: WARNING: ${dir}tt_c.h: see the Autoconf documentation" >&5
22462 echo "$as_me: WARNING: ${dir}tt_c.h: see the Autoconf documentation" >&2;} 23267 $as_echo "$as_me: WARNING: ${dir}tt_c.h: see the Autoconf documentation" >&2;}
22463 { echo "$as_me:$LINENO: WARNING: ${dir}tt_c.h: section \"Present But Cannot Be Compiled\"" >&5 23268 { $as_echo "$as_me:$LINENO: WARNING: ${dir}tt_c.h: section \"Present But Cannot Be Compiled\"" >&5
22464 echo "$as_me: WARNING: ${dir}tt_c.h: section \"Present But Cannot Be Compiled\"" >&2;} 23269 $as_echo "$as_me: WARNING: ${dir}tt_c.h: section \"Present But Cannot Be Compiled\"" >&2;}
22465 { echo "$as_me:$LINENO: WARNING: ${dir}tt_c.h: proceeding with the preprocessor's result" >&5 23270 { $as_echo "$as_me:$LINENO: WARNING: ${dir}tt_c.h: proceeding with the preprocessor's result" >&5
22466 echo "$as_me: WARNING: ${dir}tt_c.h: proceeding with the preprocessor's result" >&2;} 23271 $as_echo "$as_me: WARNING: ${dir}tt_c.h: proceeding with the preprocessor's result" >&2;}
22467 { echo "$as_me:$LINENO: WARNING: ${dir}tt_c.h: in the future, the compiler will take precedence" >&5 23272 { $as_echo "$as_me:$LINENO: WARNING: ${dir}tt_c.h: in the future, the compiler will take precedence" >&5
22468 echo "$as_me: WARNING: ${dir}tt_c.h: in the future, the compiler will take precedence" >&2;} 23273 $as_echo "$as_me: WARNING: ${dir}tt_c.h: in the future, the compiler will take precedence" >&2;}
22469 ( cat <<\_ASBOX 23274 ( cat <<\_ASBOX
22470 ## ------------------------------------- ## 23275 ## ------------------------------------- ##
22471 ## Report this to xemacs-beta@xemacs.org ## 23276 ## Report this to xemacs-beta@xemacs.org ##
22472 ## ------------------------------------- ## 23277 ## ------------------------------------- ##
22473 _ASBOX 23278 _ASBOX
22474 ) | sed "s/^/$as_me: WARNING: /" >&2 23279 ) | sed "s/^/$as_me: WARNING: /" >&2
22475 ;; 23280 ;;
22476 esac 23281 esac
22477 { echo "$as_me:$LINENO: checking for ${dir}tt_c.h" >&5 23282 { $as_echo "$as_me:$LINENO: checking for ${dir}tt_c.h" >&5
22478 echo $ECHO_N "checking for ${dir}tt_c.h... $ECHO_C" >&6; } 23283 $as_echo_n "checking for ${dir}tt_c.h... " >&6; }
22479 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 23284 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
22480 echo $ECHO_N "(cached) $ECHO_C" >&6 23285 $as_echo_n "(cached) " >&6
22481 else 23286 else
22482 eval "$as_ac_Header=\$ac_header_preproc" 23287 eval "$as_ac_Header=\$ac_header_preproc"
22483 fi 23288 fi
22484 ac_res=`eval echo '${'$as_ac_Header'}'` 23289 ac_res=`eval 'as_val=${'$as_ac_Header'}
22485 { echo "$as_me:$LINENO: result: $ac_res" >&5 23290 $as_echo "$as_val"'`
22486 echo "${ECHO_T}$ac_res" >&6; } 23291 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
22487 23292 $as_echo "$ac_res" >&6; }
22488 fi 23293
22489 if test `eval echo '${'$as_ac_Header'}'` = yes; then 23294 fi
23295 as_val=`eval 'as_val=${'$as_ac_Header'}
23296 $as_echo "$as_val"'`
23297 if test "x$as_val" = x""yes; then
22490 tt_c_h_file="${dir}tt_c.h"; break 23298 tt_c_h_file="${dir}tt_c.h"; break
22491 fi 23299 fi
22492 23300
22493 23301
22494 done 23302 done
22501 with_tooltalk=no 23309 with_tooltalk=no
22502 fi 23310 fi
22503 fi 23311 fi
22504 if test "$with_tooltalk" != "no" ; then 23312 if test "$with_tooltalk" != "no" ; then
22505 for extra_libs in "" "-lI18N -lce" "-lcxx"; do 23313 for extra_libs in "" "-lI18N -lce" "-lcxx"; do
22506 { echo "$as_me:$LINENO: checking for tt_message_create in -ltt" >&5 23314 { $as_echo "$as_me:$LINENO: checking for tt_message_create in -ltt" >&5
22507 echo $ECHO_N "checking for tt_message_create in -ltt... $ECHO_C" >&6; } 23315 $as_echo_n "checking for tt_message_create in -ltt... " >&6; }
22508 if test "${ac_cv_lib_tt_tt_message_create+set}" = set; then 23316 if test "${ac_cv_lib_tt_tt_message_create+set}" = set; then
22509 echo $ECHO_N "(cached) $ECHO_C" >&6 23317 $as_echo_n "(cached) " >&6
22510 else 23318 else
22511 ac_check_lib_save_LIBS=$LIBS 23319 ac_check_lib_save_LIBS=$LIBS
22512 LIBS="-ltt $extra_libs $LIBS" 23320 LIBS="-ltt $extra_libs $LIBS"
22513 cat >conftest.$ac_ext <<_ACEOF 23321 cat >conftest.$ac_ext <<_ACEOF
22514 /* confdefs.h. */ 23322 /* confdefs.h. */
22536 if { (ac_try="$ac_link" 23344 if { (ac_try="$ac_link"
22537 case "(($ac_try" in 23345 case "(($ac_try" in
22538 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23346 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22539 *) ac_try_echo=$ac_try;; 23347 *) ac_try_echo=$ac_try;;
22540 esac 23348 esac
22541 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 23349 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23350 $as_echo "$ac_try_echo") >&5
22542 (eval "$ac_link") 2>conftest.er1 23351 (eval "$ac_link") 2>conftest.er1
22543 ac_status=$? 23352 ac_status=$?
22544 grep -v '^ *+' conftest.er1 >conftest.err 23353 grep -v '^ *+' conftest.er1 >conftest.err
22545 rm -f conftest.er1 23354 rm -f conftest.er1
22546 cat conftest.err >&5 23355 cat conftest.err >&5
22547 echo "$as_me:$LINENO: \$? = $ac_status" >&5 23356 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22548 (exit $ac_status); } && { 23357 (exit $ac_status); } && {
22549 test -z "$ac_c_werror_flag" || 23358 test -z "$ac_c_werror_flag" ||
22550 test ! -s conftest.err 23359 test ! -s conftest.err
22551 } && test -s conftest$ac_exeext && 23360 } && test -s conftest$ac_exeext && {
22552 $as_test_x conftest$ac_exeext; then 23361 test "$cross_compiling" = yes ||
23362 $as_test_x conftest$ac_exeext
23363 }; then
22553 ac_cv_lib_tt_tt_message_create=yes 23364 ac_cv_lib_tt_tt_message_create=yes
22554 else 23365 else
22555 echo "$as_me: failed program was:" >&5 23366 $as_echo "$as_me: failed program was:" >&5
22556 sed 's/^/| /' conftest.$ac_ext >&5 23367 sed 's/^/| /' conftest.$ac_ext >&5
22557 23368
22558 ac_cv_lib_tt_tt_message_create=no 23369 ac_cv_lib_tt_tt_message_create=no
22559 fi 23370 fi
22560 23371
23372 rm -rf conftest.dSYM
22561 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 23373 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22562 conftest$ac_exeext conftest.$ac_ext 23374 conftest$ac_exeext conftest.$ac_ext
22563 LIBS=$ac_check_lib_save_LIBS 23375 LIBS=$ac_check_lib_save_LIBS
22564 fi 23376 fi
22565 { echo "$as_me:$LINENO: result: $ac_cv_lib_tt_tt_message_create" >&5 23377 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_tt_tt_message_create" >&5
22566 echo "${ECHO_T}$ac_cv_lib_tt_tt_message_create" >&6; } 23378 $as_echo "$ac_cv_lib_tt_tt_message_create" >&6; }
22567 if test $ac_cv_lib_tt_tt_message_create = yes; then 23379 if test "x$ac_cv_lib_tt_tt_message_create" = x""yes; then
22568 tt_libs="-ltt $extra_libs"; break 23380 tt_libs="-ltt $extra_libs"; break
22569 else 23381 else
22570 : 23382 :
22571 fi 23383 fi
22572 23384
22592 23404
22593 libs_x="$tt_libs $libs_x" && if test "$verbose" = "yes"; then echo " Prepending \"$tt_libs\" to \$libs_x"; fi 23405 libs_x="$tt_libs $libs_x" && if test "$verbose" = "yes"; then echo " Prepending \"$tt_libs\" to \$libs_x"; fi
22594 fi 23406 fi
22595 23407
22596 test -z "$with_cde" && { if test "${ac_cv_header_Dt_Dt_h+set}" = set; then 23408 test -z "$with_cde" && { if test "${ac_cv_header_Dt_Dt_h+set}" = set; then
22597 { echo "$as_me:$LINENO: checking for Dt/Dt.h" >&5 23409 { $as_echo "$as_me:$LINENO: checking for Dt/Dt.h" >&5
22598 echo $ECHO_N "checking for Dt/Dt.h... $ECHO_C" >&6; } 23410 $as_echo_n "checking for Dt/Dt.h... " >&6; }
22599 if test "${ac_cv_header_Dt_Dt_h+set}" = set; then 23411 if test "${ac_cv_header_Dt_Dt_h+set}" = set; then
22600 echo $ECHO_N "(cached) $ECHO_C" >&6 23412 $as_echo_n "(cached) " >&6
22601 fi 23413 fi
22602 { echo "$as_me:$LINENO: result: $ac_cv_header_Dt_Dt_h" >&5 23414 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_Dt_Dt_h" >&5
22603 echo "${ECHO_T}$ac_cv_header_Dt_Dt_h" >&6; } 23415 $as_echo "$ac_cv_header_Dt_Dt_h" >&6; }
22604 else 23416 else
22605 # Is the header compilable? 23417 # Is the header compilable?
22606 { echo "$as_me:$LINENO: checking Dt/Dt.h usability" >&5 23418 { $as_echo "$as_me:$LINENO: checking Dt/Dt.h usability" >&5
22607 echo $ECHO_N "checking Dt/Dt.h usability... $ECHO_C" >&6; } 23419 $as_echo_n "checking Dt/Dt.h usability... " >&6; }
22608 cat >conftest.$ac_ext <<_ACEOF 23420 cat >conftest.$ac_ext <<_ACEOF
22609 /* confdefs.h. */ 23421 /* confdefs.h. */
22610 _ACEOF 23422 _ACEOF
22611 cat confdefs.h >>conftest.$ac_ext 23423 cat confdefs.h >>conftest.$ac_ext
22612 cat >>conftest.$ac_ext <<_ACEOF 23424 cat >>conftest.$ac_ext <<_ACEOF
22618 if { (ac_try="$ac_compile" 23430 if { (ac_try="$ac_compile"
22619 case "(($ac_try" in 23431 case "(($ac_try" in
22620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23432 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22621 *) ac_try_echo=$ac_try;; 23433 *) ac_try_echo=$ac_try;;
22622 esac 23434 esac
22623 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 23435 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23436 $as_echo "$ac_try_echo") >&5
22624 (eval "$ac_compile") 2>conftest.er1 23437 (eval "$ac_compile") 2>conftest.er1
22625 ac_status=$? 23438 ac_status=$?
22626 grep -v '^ *+' conftest.er1 >conftest.err 23439 grep -v '^ *+' conftest.er1 >conftest.err
22627 rm -f conftest.er1 23440 rm -f conftest.er1
22628 cat conftest.err >&5 23441 cat conftest.err >&5
22629 echo "$as_me:$LINENO: \$? = $ac_status" >&5 23442 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22630 (exit $ac_status); } && { 23443 (exit $ac_status); } && {
22631 test -z "$ac_c_werror_flag" || 23444 test -z "$ac_c_werror_flag" ||
22632 test ! -s conftest.err 23445 test ! -s conftest.err
22633 } && test -s conftest.$ac_objext; then 23446 } && test -s conftest.$ac_objext; then
22634 ac_header_compiler=yes 23447 ac_header_compiler=yes
22635 else 23448 else
22636 echo "$as_me: failed program was:" >&5 23449 $as_echo "$as_me: failed program was:" >&5
22637 sed 's/^/| /' conftest.$ac_ext >&5 23450 sed 's/^/| /' conftest.$ac_ext >&5
22638 23451
22639 ac_header_compiler=no 23452 ac_header_compiler=no
22640 fi 23453 fi
22641 23454
22642 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 23455 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22643 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 23456 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22644 echo "${ECHO_T}$ac_header_compiler" >&6; } 23457 $as_echo "$ac_header_compiler" >&6; }
22645 23458
22646 # Is the header present? 23459 # Is the header present?
22647 { echo "$as_me:$LINENO: checking Dt/Dt.h presence" >&5 23460 { $as_echo "$as_me:$LINENO: checking Dt/Dt.h presence" >&5
22648 echo $ECHO_N "checking Dt/Dt.h presence... $ECHO_C" >&6; } 23461 $as_echo_n "checking Dt/Dt.h presence... " >&6; }
22649 cat >conftest.$ac_ext <<_ACEOF 23462 cat >conftest.$ac_ext <<_ACEOF
22650 /* confdefs.h. */ 23463 /* confdefs.h. */
22651 _ACEOF 23464 _ACEOF
22652 cat confdefs.h >>conftest.$ac_ext 23465 cat confdefs.h >>conftest.$ac_ext
22653 cat >>conftest.$ac_ext <<_ACEOF 23466 cat >>conftest.$ac_ext <<_ACEOF
22657 if { (ac_try="$ac_cpp conftest.$ac_ext" 23470 if { (ac_try="$ac_cpp conftest.$ac_ext"
22658 case "(($ac_try" in 23471 case "(($ac_try" in
22659 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22660 *) ac_try_echo=$ac_try;; 23473 *) ac_try_echo=$ac_try;;
22661 esac 23474 esac
22662 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 23475 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23476 $as_echo "$ac_try_echo") >&5
22663 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 23477 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
22664 ac_status=$? 23478 ac_status=$?
22665 grep -v '^ *+' conftest.er1 >conftest.err 23479 grep -v '^ *+' conftest.er1 >conftest.err
22666 rm -f conftest.er1 23480 rm -f conftest.er1
22667 cat conftest.err >&5 23481 cat conftest.err >&5
22668 echo "$as_me:$LINENO: \$? = $ac_status" >&5 23482 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22669 (exit $ac_status); } >/dev/null && { 23483 (exit $ac_status); } >/dev/null && {
22670 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 23484 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
22671 test ! -s conftest.err 23485 test ! -s conftest.err
22672 }; then 23486 }; then
22673 ac_header_preproc=yes 23487 ac_header_preproc=yes
22674 else 23488 else
22675 echo "$as_me: failed program was:" >&5 23489 $as_echo "$as_me: failed program was:" >&5
22676 sed 's/^/| /' conftest.$ac_ext >&5 23490 sed 's/^/| /' conftest.$ac_ext >&5
22677 23491
22678 ac_header_preproc=no 23492 ac_header_preproc=no
22679 fi 23493 fi
22680 23494
22681 rm -f conftest.err conftest.$ac_ext 23495 rm -f conftest.err conftest.$ac_ext
22682 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 23496 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22683 echo "${ECHO_T}$ac_header_preproc" >&6; } 23497 $as_echo "$ac_header_preproc" >&6; }
22684 23498
22685 # So? What about this header? 23499 # So? What about this header?
22686 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 23500 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22687 yes:no: ) 23501 yes:no: )
22688 { echo "$as_me:$LINENO: WARNING: Dt/Dt.h: accepted by the compiler, rejected by the preprocessor!" >&5 23502 { $as_echo "$as_me:$LINENO: WARNING: Dt/Dt.h: accepted by the compiler, rejected by the preprocessor!" >&5
22689 echo "$as_me: WARNING: Dt/Dt.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 23503 $as_echo "$as_me: WARNING: Dt/Dt.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
22690 { echo "$as_me:$LINENO: WARNING: Dt/Dt.h: proceeding with the compiler's result" >&5 23504 { $as_echo "$as_me:$LINENO: WARNING: Dt/Dt.h: proceeding with the compiler's result" >&5
22691 echo "$as_me: WARNING: Dt/Dt.h: proceeding with the compiler's result" >&2;} 23505 $as_echo "$as_me: WARNING: Dt/Dt.h: proceeding with the compiler's result" >&2;}
22692 ac_header_preproc=yes 23506 ac_header_preproc=yes
22693 ;; 23507 ;;
22694 no:yes:* ) 23508 no:yes:* )
22695 { echo "$as_me:$LINENO: WARNING: Dt/Dt.h: present but cannot be compiled" >&5 23509 { $as_echo "$as_me:$LINENO: WARNING: Dt/Dt.h: present but cannot be compiled" >&5
22696 echo "$as_me: WARNING: Dt/Dt.h: present but cannot be compiled" >&2;} 23510 $as_echo "$as_me: WARNING: Dt/Dt.h: present but cannot be compiled" >&2;}
22697 { echo "$as_me:$LINENO: WARNING: Dt/Dt.h: check for missing prerequisite headers?" >&5 23511 { $as_echo "$as_me:$LINENO: WARNING: Dt/Dt.h: check for missing prerequisite headers?" >&5
22698 echo "$as_me: WARNING: Dt/Dt.h: check for missing prerequisite headers?" >&2;} 23512 $as_echo "$as_me: WARNING: Dt/Dt.h: check for missing prerequisite headers?" >&2;}
22699 { echo "$as_me:$LINENO: WARNING: Dt/Dt.h: see the Autoconf documentation" >&5 23513 { $as_echo "$as_me:$LINENO: WARNING: Dt/Dt.h: see the Autoconf documentation" >&5
22700 echo "$as_me: WARNING: Dt/Dt.h: see the Autoconf documentation" >&2;} 23514 $as_echo "$as_me: WARNING: Dt/Dt.h: see the Autoconf documentation" >&2;}
22701 { echo "$as_me:$LINENO: WARNING: Dt/Dt.h: section \"Present But Cannot Be Compiled\"" >&5 23515 { $as_echo "$as_me:$LINENO: WARNING: Dt/Dt.h: section \"Present But Cannot Be Compiled\"" >&5
22702 echo "$as_me: WARNING: Dt/Dt.h: section \"Present But Cannot Be Compiled\"" >&2;} 23516 $as_echo "$as_me: WARNING: Dt/Dt.h: section \"Present But Cannot Be Compiled\"" >&2;}
22703 { echo "$as_me:$LINENO: WARNING: Dt/Dt.h: proceeding with the preprocessor's result" >&5 23517 { $as_echo "$as_me:$LINENO: WARNING: Dt/Dt.h: proceeding with the preprocessor's result" >&5
22704 echo "$as_me: WARNING: Dt/Dt.h: proceeding with the preprocessor's result" >&2;} 23518 $as_echo "$as_me: WARNING: Dt/Dt.h: proceeding with the preprocessor's result" >&2;}
22705 { echo "$as_me:$LINENO: WARNING: Dt/Dt.h: in the future, the compiler will take precedence" >&5 23519 { $as_echo "$as_me:$LINENO: WARNING: Dt/Dt.h: in the future, the compiler will take precedence" >&5
22706 echo "$as_me: WARNING: Dt/Dt.h: in the future, the compiler will take precedence" >&2;} 23520 $as_echo "$as_me: WARNING: Dt/Dt.h: in the future, the compiler will take precedence" >&2;}
22707 ( cat <<\_ASBOX 23521 ( cat <<\_ASBOX
22708 ## ------------------------------------- ## 23522 ## ------------------------------------- ##
22709 ## Report this to xemacs-beta@xemacs.org ## 23523 ## Report this to xemacs-beta@xemacs.org ##
22710 ## ------------------------------------- ## 23524 ## ------------------------------------- ##
22711 _ASBOX 23525 _ASBOX
22712 ) | sed "s/^/$as_me: WARNING: /" >&2 23526 ) | sed "s/^/$as_me: WARNING: /" >&2
22713 ;; 23527 ;;
22714 esac 23528 esac
22715 { echo "$as_me:$LINENO: checking for Dt/Dt.h" >&5 23529 { $as_echo "$as_me:$LINENO: checking for Dt/Dt.h" >&5
22716 echo $ECHO_N "checking for Dt/Dt.h... $ECHO_C" >&6; } 23530 $as_echo_n "checking for Dt/Dt.h... " >&6; }
22717 if test "${ac_cv_header_Dt_Dt_h+set}" = set; then 23531 if test "${ac_cv_header_Dt_Dt_h+set}" = set; then
22718 echo $ECHO_N "(cached) $ECHO_C" >&6 23532 $as_echo_n "(cached) " >&6
22719 else 23533 else
22720 ac_cv_header_Dt_Dt_h=$ac_header_preproc 23534 ac_cv_header_Dt_Dt_h=$ac_header_preproc
22721 fi 23535 fi
22722 { echo "$as_me:$LINENO: result: $ac_cv_header_Dt_Dt_h" >&5 23536 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_Dt_Dt_h" >&5
22723 echo "${ECHO_T}$ac_cv_header_Dt_Dt_h" >&6; } 23537 $as_echo "$ac_cv_header_Dt_Dt_h" >&6; }
22724 23538
22725 fi 23539 fi
22726 if test $ac_cv_header_Dt_Dt_h = yes; then 23540 if test "x$ac_cv_header_Dt_Dt_h" = x""yes; then
22727 : 23541 :
22728 else 23542 else
22729 with_cde=no 23543 with_cde=no
22730 fi 23544 fi
22731 23545
22732 } 23546 }
22733 test -z "$with_cde" && { { echo "$as_me:$LINENO: checking for DtDndDragStart in -lDtSvc" >&5 23547 test -z "$with_cde" && { { $as_echo "$as_me:$LINENO: checking for DtDndDragStart in -lDtSvc" >&5
22734 echo $ECHO_N "checking for DtDndDragStart in -lDtSvc... $ECHO_C" >&6; } 23548 $as_echo_n "checking for DtDndDragStart in -lDtSvc... " >&6; }
22735 if test "${ac_cv_lib_DtSvc_DtDndDragStart+set}" = set; then 23549 if test "${ac_cv_lib_DtSvc_DtDndDragStart+set}" = set; then
22736 echo $ECHO_N "(cached) $ECHO_C" >&6 23550 $as_echo_n "(cached) " >&6
22737 else 23551 else
22738 ac_check_lib_save_LIBS=$LIBS 23552 ac_check_lib_save_LIBS=$LIBS
22739 LIBS="-lDtSvc $LIBS" 23553 LIBS="-lDtSvc $LIBS"
22740 cat >conftest.$ac_ext <<_ACEOF 23554 cat >conftest.$ac_ext <<_ACEOF
22741 /* confdefs.h. */ 23555 /* confdefs.h. */
22763 if { (ac_try="$ac_link" 23577 if { (ac_try="$ac_link"
22764 case "(($ac_try" in 23578 case "(($ac_try" in
22765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23579 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22766 *) ac_try_echo=$ac_try;; 23580 *) ac_try_echo=$ac_try;;
22767 esac 23581 esac
22768 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 23582 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23583 $as_echo "$ac_try_echo") >&5
22769 (eval "$ac_link") 2>conftest.er1 23584 (eval "$ac_link") 2>conftest.er1
22770 ac_status=$? 23585 ac_status=$?
22771 grep -v '^ *+' conftest.er1 >conftest.err 23586 grep -v '^ *+' conftest.er1 >conftest.err
22772 rm -f conftest.er1 23587 rm -f conftest.er1
22773 cat conftest.err >&5 23588 cat conftest.err >&5
22774 echo "$as_me:$LINENO: \$? = $ac_status" >&5 23589 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22775 (exit $ac_status); } && { 23590 (exit $ac_status); } && {
22776 test -z "$ac_c_werror_flag" || 23591 test -z "$ac_c_werror_flag" ||
22777 test ! -s conftest.err 23592 test ! -s conftest.err
22778 } && test -s conftest$ac_exeext && 23593 } && test -s conftest$ac_exeext && {
22779 $as_test_x conftest$ac_exeext; then 23594 test "$cross_compiling" = yes ||
23595 $as_test_x conftest$ac_exeext
23596 }; then
22780 ac_cv_lib_DtSvc_DtDndDragStart=yes 23597 ac_cv_lib_DtSvc_DtDndDragStart=yes
22781 else 23598 else
22782 echo "$as_me: failed program was:" >&5 23599 $as_echo "$as_me: failed program was:" >&5
22783 sed 's/^/| /' conftest.$ac_ext >&5 23600 sed 's/^/| /' conftest.$ac_ext >&5
22784 23601
22785 ac_cv_lib_DtSvc_DtDndDragStart=no 23602 ac_cv_lib_DtSvc_DtDndDragStart=no
22786 fi 23603 fi
22787 23604
23605 rm -rf conftest.dSYM
22788 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 23606 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22789 conftest$ac_exeext conftest.$ac_ext 23607 conftest$ac_exeext conftest.$ac_ext
22790 LIBS=$ac_check_lib_save_LIBS 23608 LIBS=$ac_check_lib_save_LIBS
22791 fi 23609 fi
22792 { echo "$as_me:$LINENO: result: $ac_cv_lib_DtSvc_DtDndDragStart" >&5 23610 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_DtSvc_DtDndDragStart" >&5
22793 echo "${ECHO_T}$ac_cv_lib_DtSvc_DtDndDragStart" >&6; } 23611 $as_echo "$ac_cv_lib_DtSvc_DtDndDragStart" >&6; }
22794 if test $ac_cv_lib_DtSvc_DtDndDragStart = yes; then 23612 if test "x$ac_cv_lib_DtSvc_DtDndDragStart" = x""yes; then
22795 : 23613 :
22796 else 23614 else
22797 with_cde=no 23615 with_cde=no
22798 fi 23616 fi
22799 } 23617 }
22800 if test "$with_dragndrop" = "no" ; then 23618 if test "$with_dragndrop" = "no" ; then
22801 if test "$with_cde" = "yes" ; then 23619 if test "$with_cde" = "yes" ; then
22802 { echo "$as_me:$LINENO: WARNING: --with-cde forced to \`no'; no generic Drag'n'Drop support" >&5 23620 { $as_echo "$as_me:$LINENO: WARNING: --with-cde forced to \`no'; no generic Drag'n'Drop support" >&5
22803 echo "$as_me: WARNING: --with-cde forced to \`no'; no generic Drag'n'Drop support" >&2;} 23621 $as_echo "$as_me: WARNING: --with-cde forced to \`no'; no generic Drag'n'Drop support" >&2;}
22804 fi 23622 fi
22805 with_cde=no 23623 with_cde=no
22806 fi 23624 fi
22807 test -z "$with_cde" && with_cde=yes 23625 test -z "$with_cde" && with_cde=yes
22808 if test "$with_cde" = "yes" ; then 23626 if test "$with_cde" = "yes" ; then
22817 fi 23635 fi
22818 23636
22819 test "$window_system" != "x11" && with_offix=no 23637 test "$window_system" != "x11" && with_offix=no
22820 if test "$with_xmu" != yes -a "$with_x11" = yes; then 23638 if test "$with_xmu" != yes -a "$with_x11" = yes; then
22821 if test "$with_offix" = "yes" ; then 23639 if test "$with_offix" = "yes" ; then
22822 { echo "$as_me:$LINENO: WARNING: --with-offix forced to \`no'; no real Xmu support" >&5 23640 { $as_echo "$as_me:$LINENO: WARNING: --with-offix forced to \`no'; no real Xmu support" >&5
22823 echo "$as_me: WARNING: --with-offix forced to \`no'; no real Xmu support" >&2;} 23641 $as_echo "$as_me: WARNING: --with-offix forced to \`no'; no real Xmu support" >&2;}
22824 fi 23642 fi
22825 with_offix=no 23643 with_offix=no
22826 fi 23644 fi
22827 if test "$with_dragndrop" = no; then 23645 if test "$with_dragndrop" = no; then
22828 if test "$with_offix" = "yes" ; then 23646 if test "$with_offix" = "yes" ; then
22829 { echo "$as_me:$LINENO: WARNING: --with-offix forced to \`no'; no generic Drag'n'Drop support" >&5 23647 { $as_echo "$as_me:$LINENO: WARNING: --with-offix forced to \`no'; no generic Drag'n'Drop support" >&5
22830 echo "$as_me: WARNING: --with-offix forced to \`no'; no generic Drag'n'Drop support" >&2;} 23648 $as_echo "$as_me: WARNING: --with-offix forced to \`no'; no generic Drag'n'Drop support" >&2;}
22831 fi 23649 fi
22832 with_offix=no 23650 with_offix=no
22833 fi 23651 fi
22834 if test "$with_cde" = yes; then 23652 if test "$with_cde" = yes; then
22835 if test "$with_offix" = "yes" ; then 23653 if test "$with_offix" = "yes" ; then
22836 { echo "$as_me:$LINENO: WARNING: --with-offix forced to \`no'; CDE already found" >&5 23654 { $as_echo "$as_me:$LINENO: WARNING: --with-offix forced to \`no'; CDE already found" >&5
22837 echo "$as_me: WARNING: --with-offix forced to \`no'; CDE already found" >&2;} 23655 $as_echo "$as_me: WARNING: --with-offix forced to \`no'; CDE already found" >&2;}
22838 fi 23656 fi
22839 with_offix=no 23657 with_offix=no
22840 fi 23658 fi
22841 test -z "$with_offix" && with_offix=no 23659 test -z "$with_offix" && with_offix=no
22842 if test "$with_offix" = "yes"; then 23660 if test "$with_offix" = "yes"; then
22850 if test "$with_gtk" = "yes"; then 23668 if test "$with_gtk" = "yes"; then
22851 dragndrop_proto="$dragndrop_proto GTK" && if test "$verbose" = "yes"; then echo " Appending \"GTK\" to \$dragndrop_proto"; fi 23669 dragndrop_proto="$dragndrop_proto GTK" && if test "$verbose" = "yes"; then echo " Appending \"GTK\" to \$dragndrop_proto"; fi
22852 fi 23670 fi
22853 23671
22854 if test "$with_dragndrop" != "no" ; then 23672 if test "$with_dragndrop" != "no" ; then
22855 { echo "$as_me:$LINENO: checking if drag and drop API is needed" >&5 23673 { $as_echo "$as_me:$LINENO: checking if drag and drop API is needed" >&5
22856 echo $ECHO_N "checking if drag and drop API is needed... $ECHO_C" >&6; } 23674 $as_echo_n "checking if drag and drop API is needed... " >&6; }
22857 if test -n "$dragndrop_proto" ; then 23675 if test -n "$dragndrop_proto" ; then
22858 with_dragndrop=yes 23676 with_dragndrop=yes
22859 { echo "$as_me:$LINENO: result: yes (${dragndrop_proto} )" >&5 23677 { $as_echo "$as_me:$LINENO: result: yes (${dragndrop_proto} )" >&5
22860 echo "${ECHO_T}yes (${dragndrop_proto} )" >&6; } 23678 $as_echo "yes (${dragndrop_proto} )" >&6; }
22861 cat >>confdefs.h <<\_ACEOF 23679 cat >>confdefs.h <<\_ACEOF
22862 #define HAVE_DRAGNDROP 1 23680 #define HAVE_DRAGNDROP 1
22863 _ACEOF 23681 _ACEOF
22864 23682
22865 extra_objs="$extra_objs dragdrop.o" && if test "$verbose" = "yes"; then echo " Appending \"dragdrop.o\" to \$extra_objs"; fi 23683 extra_objs="$extra_objs dragdrop.o" && if test "$verbose" = "yes"; then echo " Appending \"dragdrop.o\" to \$extra_objs"; fi
22866 else 23684 else
22867 with_dragndrop=no 23685 with_dragndrop=no
22868 { echo "$as_me:$LINENO: result: no" >&5 23686 { $as_echo "$as_me:$LINENO: result: no" >&5
22869 echo "${ECHO_T}no" >&6; } 23687 $as_echo "no" >&6; }
22870 fi 23688 fi
22871 fi 23689 fi
22872 23690
22873 { echo "$as_me:$LINENO: checking for LDAP" >&5 23691 { $as_echo "$as_me:$LINENO: checking for LDAP" >&5
22874 echo $ECHO_N "checking for LDAP... $ECHO_C" >&6; } 23692 $as_echo_n "checking for LDAP... " >&6; }
22875 { echo "$as_me:$LINENO: result: " >&5 23693 { $as_echo "$as_me:$LINENO: result: " >&5
22876 echo "${ECHO_T}" >&6; } 23694 $as_echo "" >&6; }
22877 ldap_libs= 23695 ldap_libs=
22878 test -z "$with_ldap" && { if test "${ac_cv_header_ldap_h+set}" = set; then 23696 test -z "$with_ldap" && { if test "${ac_cv_header_ldap_h+set}" = set; then
22879 { echo "$as_me:$LINENO: checking for ldap.h" >&5 23697 { $as_echo "$as_me:$LINENO: checking for ldap.h" >&5
22880 echo $ECHO_N "checking for ldap.h... $ECHO_C" >&6; } 23698 $as_echo_n "checking for ldap.h... " >&6; }
22881 if test "${ac_cv_header_ldap_h+set}" = set; then 23699 if test "${ac_cv_header_ldap_h+set}" = set; then
22882 echo $ECHO_N "(cached) $ECHO_C" >&6 23700 $as_echo_n "(cached) " >&6
22883 fi 23701 fi
22884 { echo "$as_me:$LINENO: result: $ac_cv_header_ldap_h" >&5 23702 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_ldap_h" >&5
22885 echo "${ECHO_T}$ac_cv_header_ldap_h" >&6; } 23703 $as_echo "$ac_cv_header_ldap_h" >&6; }
22886 else 23704 else
22887 # Is the header compilable? 23705 # Is the header compilable?
22888 { echo "$as_me:$LINENO: checking ldap.h usability" >&5 23706 { $as_echo "$as_me:$LINENO: checking ldap.h usability" >&5
22889 echo $ECHO_N "checking ldap.h usability... $ECHO_C" >&6; } 23707 $as_echo_n "checking ldap.h usability... " >&6; }
22890 cat >conftest.$ac_ext <<_ACEOF 23708 cat >conftest.$ac_ext <<_ACEOF
22891 /* confdefs.h. */ 23709 /* confdefs.h. */
22892 _ACEOF 23710 _ACEOF
22893 cat confdefs.h >>conftest.$ac_ext 23711 cat confdefs.h >>conftest.$ac_ext
22894 cat >>conftest.$ac_ext <<_ACEOF 23712 cat >>conftest.$ac_ext <<_ACEOF
22900 if { (ac_try="$ac_compile" 23718 if { (ac_try="$ac_compile"
22901 case "(($ac_try" in 23719 case "(($ac_try" in
22902 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23720 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22903 *) ac_try_echo=$ac_try;; 23721 *) ac_try_echo=$ac_try;;
22904 esac 23722 esac
22905 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 23723 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23724 $as_echo "$ac_try_echo") >&5
22906 (eval "$ac_compile") 2>conftest.er1 23725 (eval "$ac_compile") 2>conftest.er1
22907 ac_status=$? 23726 ac_status=$?
22908 grep -v '^ *+' conftest.er1 >conftest.err 23727 grep -v '^ *+' conftest.er1 >conftest.err
22909 rm -f conftest.er1 23728 rm -f conftest.er1
22910 cat conftest.err >&5 23729 cat conftest.err >&5
22911 echo "$as_me:$LINENO: \$? = $ac_status" >&5 23730 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22912 (exit $ac_status); } && { 23731 (exit $ac_status); } && {
22913 test -z "$ac_c_werror_flag" || 23732 test -z "$ac_c_werror_flag" ||
22914 test ! -s conftest.err 23733 test ! -s conftest.err
22915 } && test -s conftest.$ac_objext; then 23734 } && test -s conftest.$ac_objext; then
22916 ac_header_compiler=yes 23735 ac_header_compiler=yes
22917 else 23736 else
22918 echo "$as_me: failed program was:" >&5 23737 $as_echo "$as_me: failed program was:" >&5
22919 sed 's/^/| /' conftest.$ac_ext >&5 23738 sed 's/^/| /' conftest.$ac_ext >&5
22920 23739
22921 ac_header_compiler=no 23740 ac_header_compiler=no
22922 fi 23741 fi
22923 23742
22924 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 23743 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22925 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 23744 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22926 echo "${ECHO_T}$ac_header_compiler" >&6; } 23745 $as_echo "$ac_header_compiler" >&6; }
22927 23746
22928 # Is the header present? 23747 # Is the header present?
22929 { echo "$as_me:$LINENO: checking ldap.h presence" >&5 23748 { $as_echo "$as_me:$LINENO: checking ldap.h presence" >&5
22930 echo $ECHO_N "checking ldap.h presence... $ECHO_C" >&6; } 23749 $as_echo_n "checking ldap.h presence... " >&6; }
22931 cat >conftest.$ac_ext <<_ACEOF 23750 cat >conftest.$ac_ext <<_ACEOF
22932 /* confdefs.h. */ 23751 /* confdefs.h. */
22933 _ACEOF 23752 _ACEOF
22934 cat confdefs.h >>conftest.$ac_ext 23753 cat confdefs.h >>conftest.$ac_ext
22935 cat >>conftest.$ac_ext <<_ACEOF 23754 cat >>conftest.$ac_ext <<_ACEOF
22939 if { (ac_try="$ac_cpp conftest.$ac_ext" 23758 if { (ac_try="$ac_cpp conftest.$ac_ext"
22940 case "(($ac_try" in 23759 case "(($ac_try" in
22941 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22942 *) ac_try_echo=$ac_try;; 23761 *) ac_try_echo=$ac_try;;
22943 esac 23762 esac
22944 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 23763 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23764 $as_echo "$ac_try_echo") >&5
22945 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 23765 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
22946 ac_status=$? 23766 ac_status=$?
22947 grep -v '^ *+' conftest.er1 >conftest.err 23767 grep -v '^ *+' conftest.er1 >conftest.err
22948 rm -f conftest.er1 23768 rm -f conftest.er1
22949 cat conftest.err >&5 23769 cat conftest.err >&5
22950 echo "$as_me:$LINENO: \$? = $ac_status" >&5 23770 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22951 (exit $ac_status); } >/dev/null && { 23771 (exit $ac_status); } >/dev/null && {
22952 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 23772 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
22953 test ! -s conftest.err 23773 test ! -s conftest.err
22954 }; then 23774 }; then
22955 ac_header_preproc=yes 23775 ac_header_preproc=yes
22956 else 23776 else
22957 echo "$as_me: failed program was:" >&5 23777 $as_echo "$as_me: failed program was:" >&5
22958 sed 's/^/| /' conftest.$ac_ext >&5 23778 sed 's/^/| /' conftest.$ac_ext >&5
22959 23779
22960 ac_header_preproc=no 23780 ac_header_preproc=no
22961 fi 23781 fi
22962 23782
22963 rm -f conftest.err conftest.$ac_ext 23783 rm -f conftest.err conftest.$ac_ext
22964 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 23784 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22965 echo "${ECHO_T}$ac_header_preproc" >&6; } 23785 $as_echo "$ac_header_preproc" >&6; }
22966 23786
22967 # So? What about this header? 23787 # So? What about this header?
22968 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 23788 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22969 yes:no: ) 23789 yes:no: )
22970 { echo "$as_me:$LINENO: WARNING: ldap.h: accepted by the compiler, rejected by the preprocessor!" >&5 23790 { $as_echo "$as_me:$LINENO: WARNING: ldap.h: accepted by the compiler, rejected by the preprocessor!" >&5
22971 echo "$as_me: WARNING: ldap.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 23791 $as_echo "$as_me: WARNING: ldap.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
22972 { echo "$as_me:$LINENO: WARNING: ldap.h: proceeding with the compiler's result" >&5 23792 { $as_echo "$as_me:$LINENO: WARNING: ldap.h: proceeding with the compiler's result" >&5
22973 echo "$as_me: WARNING: ldap.h: proceeding with the compiler's result" >&2;} 23793 $as_echo "$as_me: WARNING: ldap.h: proceeding with the compiler's result" >&2;}
22974 ac_header_preproc=yes 23794 ac_header_preproc=yes
22975 ;; 23795 ;;
22976 no:yes:* ) 23796 no:yes:* )
22977 { echo "$as_me:$LINENO: WARNING: ldap.h: present but cannot be compiled" >&5 23797 { $as_echo "$as_me:$LINENO: WARNING: ldap.h: present but cannot be compiled" >&5
22978 echo "$as_me: WARNING: ldap.h: present but cannot be compiled" >&2;} 23798 $as_echo "$as_me: WARNING: ldap.h: present but cannot be compiled" >&2;}
22979 { echo "$as_me:$LINENO: WARNING: ldap.h: check for missing prerequisite headers?" >&5 23799 { $as_echo "$as_me:$LINENO: WARNING: ldap.h: check for missing prerequisite headers?" >&5
22980 echo "$as_me: WARNING: ldap.h: check for missing prerequisite headers?" >&2;} 23800 $as_echo "$as_me: WARNING: ldap.h: check for missing prerequisite headers?" >&2;}
22981 { echo "$as_me:$LINENO: WARNING: ldap.h: see the Autoconf documentation" >&5 23801 { $as_echo "$as_me:$LINENO: WARNING: ldap.h: see the Autoconf documentation" >&5
22982 echo "$as_me: WARNING: ldap.h: see the Autoconf documentation" >&2;} 23802 $as_echo "$as_me: WARNING: ldap.h: see the Autoconf documentation" >&2;}
22983 { echo "$as_me:$LINENO: WARNING: ldap.h: section \"Present But Cannot Be Compiled\"" >&5 23803 { $as_echo "$as_me:$LINENO: WARNING: ldap.h: section \"Present But Cannot Be Compiled\"" >&5
22984 echo "$as_me: WARNING: ldap.h: section \"Present But Cannot Be Compiled\"" >&2;} 23804 $as_echo "$as_me: WARNING: ldap.h: section \"Present But Cannot Be Compiled\"" >&2;}
22985 { echo "$as_me:$LINENO: WARNING: ldap.h: proceeding with the preprocessor's result" >&5 23805 { $as_echo "$as_me:$LINENO: WARNING: ldap.h: proceeding with the preprocessor's result" >&5
22986 echo "$as_me: WARNING: ldap.h: proceeding with the preprocessor's result" >&2;} 23806 $as_echo "$as_me: WARNING: ldap.h: proceeding with the preprocessor's result" >&2;}
22987 { echo "$as_me:$LINENO: WARNING: ldap.h: in the future, the compiler will take precedence" >&5 23807 { $as_echo "$as_me:$LINENO: WARNING: ldap.h: in the future, the compiler will take precedence" >&5
22988 echo "$as_me: WARNING: ldap.h: in the future, the compiler will take precedence" >&2;} 23808 $as_echo "$as_me: WARNING: ldap.h: in the future, the compiler will take precedence" >&2;}
22989 ( cat <<\_ASBOX 23809 ( cat <<\_ASBOX
22990 ## ------------------------------------- ## 23810 ## ------------------------------------- ##
22991 ## Report this to xemacs-beta@xemacs.org ## 23811 ## Report this to xemacs-beta@xemacs.org ##
22992 ## ------------------------------------- ## 23812 ## ------------------------------------- ##
22993 _ASBOX 23813 _ASBOX
22994 ) | sed "s/^/$as_me: WARNING: /" >&2 23814 ) | sed "s/^/$as_me: WARNING: /" >&2
22995 ;; 23815 ;;
22996 esac 23816 esac
22997 { echo "$as_me:$LINENO: checking for ldap.h" >&5 23817 { $as_echo "$as_me:$LINENO: checking for ldap.h" >&5
22998 echo $ECHO_N "checking for ldap.h... $ECHO_C" >&6; } 23818 $as_echo_n "checking for ldap.h... " >&6; }
22999 if test "${ac_cv_header_ldap_h+set}" = set; then 23819 if test "${ac_cv_header_ldap_h+set}" = set; then
23000 echo $ECHO_N "(cached) $ECHO_C" >&6 23820 $as_echo_n "(cached) " >&6
23001 else 23821 else
23002 ac_cv_header_ldap_h=$ac_header_preproc 23822 ac_cv_header_ldap_h=$ac_header_preproc
23003 fi 23823 fi
23004 { echo "$as_me:$LINENO: result: $ac_cv_header_ldap_h" >&5 23824 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_ldap_h" >&5
23005 echo "${ECHO_T}$ac_cv_header_ldap_h" >&6; } 23825 $as_echo "$ac_cv_header_ldap_h" >&6; }
23006 23826
23007 fi 23827 fi
23008 if test $ac_cv_header_ldap_h = yes; then 23828 if test "x$ac_cv_header_ldap_h" = x""yes; then
23009 : 23829 :
23010 else 23830 else
23011 with_ldap=no 23831 with_ldap=no
23012 fi 23832 fi
23013 23833
23014 } 23834 }
23015 test -z "$with_ldap" && { if test "${ac_cv_header_lber_h+set}" = set; then 23835 test -z "$with_ldap" && { if test "${ac_cv_header_lber_h+set}" = set; then
23016 { echo "$as_me:$LINENO: checking for lber.h" >&5 23836 { $as_echo "$as_me:$LINENO: checking for lber.h" >&5
23017 echo $ECHO_N "checking for lber.h... $ECHO_C" >&6; } 23837 $as_echo_n "checking for lber.h... " >&6; }
23018 if test "${ac_cv_header_lber_h+set}" = set; then 23838 if test "${ac_cv_header_lber_h+set}" = set; then
23019 echo $ECHO_N "(cached) $ECHO_C" >&6 23839 $as_echo_n "(cached) " >&6
23020 fi 23840 fi
23021 { echo "$as_me:$LINENO: result: $ac_cv_header_lber_h" >&5 23841 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_lber_h" >&5
23022 echo "${ECHO_T}$ac_cv_header_lber_h" >&6; } 23842 $as_echo "$ac_cv_header_lber_h" >&6; }
23023 else 23843 else
23024 # Is the header compilable? 23844 # Is the header compilable?
23025 { echo "$as_me:$LINENO: checking lber.h usability" >&5 23845 { $as_echo "$as_me:$LINENO: checking lber.h usability" >&5
23026 echo $ECHO_N "checking lber.h usability... $ECHO_C" >&6; } 23846 $as_echo_n "checking lber.h usability... " >&6; }
23027 cat >conftest.$ac_ext <<_ACEOF 23847 cat >conftest.$ac_ext <<_ACEOF
23028 /* confdefs.h. */ 23848 /* confdefs.h. */
23029 _ACEOF 23849 _ACEOF
23030 cat confdefs.h >>conftest.$ac_ext 23850 cat confdefs.h >>conftest.$ac_ext
23031 cat >>conftest.$ac_ext <<_ACEOF 23851 cat >>conftest.$ac_ext <<_ACEOF
23037 if { (ac_try="$ac_compile" 23857 if { (ac_try="$ac_compile"
23038 case "(($ac_try" in 23858 case "(($ac_try" in
23039 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23859 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23040 *) ac_try_echo=$ac_try;; 23860 *) ac_try_echo=$ac_try;;
23041 esac 23861 esac
23042 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 23862 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23863 $as_echo "$ac_try_echo") >&5
23043 (eval "$ac_compile") 2>conftest.er1 23864 (eval "$ac_compile") 2>conftest.er1
23044 ac_status=$? 23865 ac_status=$?
23045 grep -v '^ *+' conftest.er1 >conftest.err 23866 grep -v '^ *+' conftest.er1 >conftest.err
23046 rm -f conftest.er1 23867 rm -f conftest.er1
23047 cat conftest.err >&5 23868 cat conftest.err >&5
23048 echo "$as_me:$LINENO: \$? = $ac_status" >&5 23869 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23049 (exit $ac_status); } && { 23870 (exit $ac_status); } && {
23050 test -z "$ac_c_werror_flag" || 23871 test -z "$ac_c_werror_flag" ||
23051 test ! -s conftest.err 23872 test ! -s conftest.err
23052 } && test -s conftest.$ac_objext; then 23873 } && test -s conftest.$ac_objext; then
23053 ac_header_compiler=yes 23874 ac_header_compiler=yes
23054 else 23875 else
23055 echo "$as_me: failed program was:" >&5 23876 $as_echo "$as_me: failed program was:" >&5
23056 sed 's/^/| /' conftest.$ac_ext >&5 23877 sed 's/^/| /' conftest.$ac_ext >&5
23057 23878
23058 ac_header_compiler=no 23879 ac_header_compiler=no
23059 fi 23880 fi
23060 23881
23061 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 23882 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23062 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 23883 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23063 echo "${ECHO_T}$ac_header_compiler" >&6; } 23884 $as_echo "$ac_header_compiler" >&6; }
23064 23885
23065 # Is the header present? 23886 # Is the header present?
23066 { echo "$as_me:$LINENO: checking lber.h presence" >&5 23887 { $as_echo "$as_me:$LINENO: checking lber.h presence" >&5
23067 echo $ECHO_N "checking lber.h presence... $ECHO_C" >&6; } 23888 $as_echo_n "checking lber.h presence... " >&6; }
23068 cat >conftest.$ac_ext <<_ACEOF 23889 cat >conftest.$ac_ext <<_ACEOF
23069 /* confdefs.h. */ 23890 /* confdefs.h. */
23070 _ACEOF 23891 _ACEOF
23071 cat confdefs.h >>conftest.$ac_ext 23892 cat confdefs.h >>conftest.$ac_ext
23072 cat >>conftest.$ac_ext <<_ACEOF 23893 cat >>conftest.$ac_ext <<_ACEOF
23076 if { (ac_try="$ac_cpp conftest.$ac_ext" 23897 if { (ac_try="$ac_cpp conftest.$ac_ext"
23077 case "(($ac_try" in 23898 case "(($ac_try" in
23078 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 23899 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23079 *) ac_try_echo=$ac_try;; 23900 *) ac_try_echo=$ac_try;;
23080 esac 23901 esac
23081 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 23902 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23903 $as_echo "$ac_try_echo") >&5
23082 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 23904 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
23083 ac_status=$? 23905 ac_status=$?
23084 grep -v '^ *+' conftest.er1 >conftest.err 23906 grep -v '^ *+' conftest.er1 >conftest.err
23085 rm -f conftest.er1 23907 rm -f conftest.er1
23086 cat conftest.err >&5 23908 cat conftest.err >&5
23087 echo "$as_me:$LINENO: \$? = $ac_status" >&5 23909 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23088 (exit $ac_status); } >/dev/null && { 23910 (exit $ac_status); } >/dev/null && {
23089 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 23911 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
23090 test ! -s conftest.err 23912 test ! -s conftest.err
23091 }; then 23913 }; then
23092 ac_header_preproc=yes 23914 ac_header_preproc=yes
23093 else 23915 else
23094 echo "$as_me: failed program was:" >&5 23916 $as_echo "$as_me: failed program was:" >&5
23095 sed 's/^/| /' conftest.$ac_ext >&5 23917 sed 's/^/| /' conftest.$ac_ext >&5
23096 23918
23097 ac_header_preproc=no 23919 ac_header_preproc=no
23098 fi 23920 fi
23099 23921
23100 rm -f conftest.err conftest.$ac_ext 23922 rm -f conftest.err conftest.$ac_ext
23101 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 23923 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23102 echo "${ECHO_T}$ac_header_preproc" >&6; } 23924 $as_echo "$ac_header_preproc" >&6; }
23103 23925
23104 # So? What about this header? 23926 # So? What about this header?
23105 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 23927 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23106 yes:no: ) 23928 yes:no: )
23107 { echo "$as_me:$LINENO: WARNING: lber.h: accepted by the compiler, rejected by the preprocessor!" >&5 23929 { $as_echo "$as_me:$LINENO: WARNING: lber.h: accepted by the compiler, rejected by the preprocessor!" >&5
23108 echo "$as_me: WARNING: lber.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 23930 $as_echo "$as_me: WARNING: lber.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
23109 { echo "$as_me:$LINENO: WARNING: lber.h: proceeding with the compiler's result" >&5 23931 { $as_echo "$as_me:$LINENO: WARNING: lber.h: proceeding with the compiler's result" >&5
23110 echo "$as_me: WARNING: lber.h: proceeding with the compiler's result" >&2;} 23932 $as_echo "$as_me: WARNING: lber.h: proceeding with the compiler's result" >&2;}
23111 ac_header_preproc=yes 23933 ac_header_preproc=yes
23112 ;; 23934 ;;
23113 no:yes:* ) 23935 no:yes:* )
23114 { echo "$as_me:$LINENO: WARNING: lber.h: present but cannot be compiled" >&5 23936 { $as_echo "$as_me:$LINENO: WARNING: lber.h: present but cannot be compiled" >&5
23115 echo "$as_me: WARNING: lber.h: present but cannot be compiled" >&2;} 23937 $as_echo "$as_me: WARNING: lber.h: present but cannot be compiled" >&2;}
23116 { echo "$as_me:$LINENO: WARNING: lber.h: check for missing prerequisite headers?" >&5 23938 { $as_echo "$as_me:$LINENO: WARNING: lber.h: check for missing prerequisite headers?" >&5
23117 echo "$as_me: WARNING: lber.h: check for missing prerequisite headers?" >&2;} 23939 $as_echo "$as_me: WARNING: lber.h: check for missing prerequisite headers?" >&2;}
23118 { echo "$as_me:$LINENO: WARNING: lber.h: see the Autoconf documentation" >&5 23940 { $as_echo "$as_me:$LINENO: WARNING: lber.h: see the Autoconf documentation" >&5
23119 echo "$as_me: WARNING: lber.h: see the Autoconf documentation" >&2;} 23941 $as_echo "$as_me: WARNING: lber.h: see the Autoconf documentation" >&2;}
23120 { echo "$as_me:$LINENO: WARNING: lber.h: section \"Present But Cannot Be Compiled\"" >&5 23942 { $as_echo "$as_me:$LINENO: WARNING: lber.h: section \"Present But Cannot Be Compiled\"" >&5
23121 echo "$as_me: WARNING: lber.h: section \"Present But Cannot Be Compiled\"" >&2;} 23943 $as_echo "$as_me: WARNING: lber.h: section \"Present But Cannot Be Compiled\"" >&2;}
23122 { echo "$as_me:$LINENO: WARNING: lber.h: proceeding with the preprocessor's result" >&5 23944 { $as_echo "$as_me:$LINENO: WARNING: lber.h: proceeding with the preprocessor's result" >&5
23123 echo "$as_me: WARNING: lber.h: proceeding with the preprocessor's result" >&2;} 23945 $as_echo "$as_me: WARNING: lber.h: proceeding with the preprocessor's result" >&2;}
23124 { echo "$as_me:$LINENO: WARNING: lber.h: in the future, the compiler will take precedence" >&5 23946 { $as_echo "$as_me:$LINENO: WARNING: lber.h: in the future, the compiler will take precedence" >&5
23125 echo "$as_me: WARNING: lber.h: in the future, the compiler will take precedence" >&2;} 23947 $as_echo "$as_me: WARNING: lber.h: in the future, the compiler will take precedence" >&2;}
23126 ( cat <<\_ASBOX 23948 ( cat <<\_ASBOX
23127 ## ------------------------------------- ## 23949 ## ------------------------------------- ##
23128 ## Report this to xemacs-beta@xemacs.org ## 23950 ## Report this to xemacs-beta@xemacs.org ##
23129 ## ------------------------------------- ## 23951 ## ------------------------------------- ##
23130 _ASBOX 23952 _ASBOX
23131 ) | sed "s/^/$as_me: WARNING: /" >&2 23953 ) | sed "s/^/$as_me: WARNING: /" >&2
23132 ;; 23954 ;;
23133 esac 23955 esac
23134 { echo "$as_me:$LINENO: checking for lber.h" >&5 23956 { $as_echo "$as_me:$LINENO: checking for lber.h" >&5
23135 echo $ECHO_N "checking for lber.h... $ECHO_C" >&6; } 23957 $as_echo_n "checking for lber.h... " >&6; }
23136 if test "${ac_cv_header_lber_h+set}" = set; then 23958 if test "${ac_cv_header_lber_h+set}" = set; then
23137 echo $ECHO_N "(cached) $ECHO_C" >&6 23959 $as_echo_n "(cached) " >&6
23138 else 23960 else
23139 ac_cv_header_lber_h=$ac_header_preproc 23961 ac_cv_header_lber_h=$ac_header_preproc
23140 fi 23962 fi
23141 { echo "$as_me:$LINENO: result: $ac_cv_header_lber_h" >&5 23963 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_lber_h" >&5
23142 echo "${ECHO_T}$ac_cv_header_lber_h" >&6; } 23964 $as_echo "$ac_cv_header_lber_h" >&6; }
23143 23965
23144 fi 23966 fi
23145 if test $ac_cv_header_lber_h = yes; then 23967 if test "x$ac_cv_header_lber_h" = x""yes; then
23146 : 23968 :
23147 else 23969 else
23148 with_ldap=no 23970 with_ldap=no
23149 fi 23971 fi
23150 23972
23151 } 23973 }
23152 if test "$with_ldap" != "no"; then 23974 if test "$with_ldap" != "no"; then
23153 { echo "$as_me:$LINENO: checking for ldap_search in -lldap" >&5 23975 { $as_echo "$as_me:$LINENO: checking for ldap_search in -lldap" >&5
23154 echo $ECHO_N "checking for ldap_search in -lldap... $ECHO_C" >&6; } 23976 $as_echo_n "checking for ldap_search in -lldap... " >&6; }
23155 if test "${ac_cv_lib_ldap_ldap_search+set}" = set; then 23977 if test "${ac_cv_lib_ldap_ldap_search+set}" = set; then
23156 echo $ECHO_N "(cached) $ECHO_C" >&6 23978 $as_echo_n "(cached) " >&6
23157 else 23979 else
23158 ac_check_lib_save_LIBS=$LIBS 23980 ac_check_lib_save_LIBS=$LIBS
23159 LIBS="-lldap $LIBS" 23981 LIBS="-lldap $LIBS"
23160 cat >conftest.$ac_ext <<_ACEOF 23982 cat >conftest.$ac_ext <<_ACEOF
23161 /* confdefs.h. */ 23983 /* confdefs.h. */
23183 if { (ac_try="$ac_link" 24005 if { (ac_try="$ac_link"
23184 case "(($ac_try" in 24006 case "(($ac_try" in
23185 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24007 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23186 *) ac_try_echo=$ac_try;; 24008 *) ac_try_echo=$ac_try;;
23187 esac 24009 esac
23188 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 24010 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24011 $as_echo "$ac_try_echo") >&5
23189 (eval "$ac_link") 2>conftest.er1 24012 (eval "$ac_link") 2>conftest.er1
23190 ac_status=$? 24013 ac_status=$?
23191 grep -v '^ *+' conftest.er1 >conftest.err 24014 grep -v '^ *+' conftest.er1 >conftest.err
23192 rm -f conftest.er1 24015 rm -f conftest.er1
23193 cat conftest.err >&5 24016 cat conftest.err >&5
23194 echo "$as_me:$LINENO: \$? = $ac_status" >&5 24017 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23195 (exit $ac_status); } && { 24018 (exit $ac_status); } && {
23196 test -z "$ac_c_werror_flag" || 24019 test -z "$ac_c_werror_flag" ||
23197 test ! -s conftest.err 24020 test ! -s conftest.err
23198 } && test -s conftest$ac_exeext && 24021 } && test -s conftest$ac_exeext && {
23199 $as_test_x conftest$ac_exeext; then 24022 test "$cross_compiling" = yes ||
24023 $as_test_x conftest$ac_exeext
24024 }; then
23200 ac_cv_lib_ldap_ldap_search=yes 24025 ac_cv_lib_ldap_ldap_search=yes
23201 else 24026 else
23202 echo "$as_me: failed program was:" >&5 24027 $as_echo "$as_me: failed program was:" >&5
23203 sed 's/^/| /' conftest.$ac_ext >&5 24028 sed 's/^/| /' conftest.$ac_ext >&5
23204 24029
23205 ac_cv_lib_ldap_ldap_search=no 24030 ac_cv_lib_ldap_ldap_search=no
23206 fi 24031 fi
23207 24032
24033 rm -rf conftest.dSYM
23208 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 24034 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23209 conftest$ac_exeext conftest.$ac_ext 24035 conftest$ac_exeext conftest.$ac_ext
23210 LIBS=$ac_check_lib_save_LIBS 24036 LIBS=$ac_check_lib_save_LIBS
23211 fi 24037 fi
23212 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_ldap_search" >&5 24038 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_ldap_search" >&5
23213 echo "${ECHO_T}$ac_cv_lib_ldap_ldap_search" >&6; } 24039 $as_echo "$ac_cv_lib_ldap_ldap_search" >&6; }
23214 if test $ac_cv_lib_ldap_ldap_search = yes; then 24040 if test "x$ac_cv_lib_ldap_ldap_search" = x""yes; then
23215 with_ldap=yes 24041 with_ldap=yes
23216 fi 24042 fi
23217 24043
23218 test "$with_ldap" != "yes" && { { echo "$as_me:$LINENO: checking for ldap_open in -lldap" >&5 24044 test "$with_ldap" != "yes" && { { $as_echo "$as_me:$LINENO: checking for ldap_open in -lldap" >&5
23219 echo $ECHO_N "checking for ldap_open in -lldap... $ECHO_C" >&6; } 24045 $as_echo_n "checking for ldap_open in -lldap... " >&6; }
23220 if test "${ac_cv_lib_ldap_ldap_open+set}" = set; then 24046 if test "${ac_cv_lib_ldap_ldap_open+set}" = set; then
23221 echo $ECHO_N "(cached) $ECHO_C" >&6 24047 $as_echo_n "(cached) " >&6
23222 else 24048 else
23223 ac_check_lib_save_LIBS=$LIBS 24049 ac_check_lib_save_LIBS=$LIBS
23224 LIBS="-lldap -llber $LIBS" 24050 LIBS="-lldap -llber $LIBS"
23225 cat >conftest.$ac_ext <<_ACEOF 24051 cat >conftest.$ac_ext <<_ACEOF
23226 /* confdefs.h. */ 24052 /* confdefs.h. */
23248 if { (ac_try="$ac_link" 24074 if { (ac_try="$ac_link"
23249 case "(($ac_try" in 24075 case "(($ac_try" in
23250 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24076 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23251 *) ac_try_echo=$ac_try;; 24077 *) ac_try_echo=$ac_try;;
23252 esac 24078 esac
23253 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 24079 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24080 $as_echo "$ac_try_echo") >&5
23254 (eval "$ac_link") 2>conftest.er1 24081 (eval "$ac_link") 2>conftest.er1
23255 ac_status=$? 24082 ac_status=$?
23256 grep -v '^ *+' conftest.er1 >conftest.err 24083 grep -v '^ *+' conftest.er1 >conftest.err
23257 rm -f conftest.er1 24084 rm -f conftest.er1
23258 cat conftest.err >&5 24085 cat conftest.err >&5
23259 echo "$as_me:$LINENO: \$? = $ac_status" >&5 24086 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23260 (exit $ac_status); } && { 24087 (exit $ac_status); } && {
23261 test -z "$ac_c_werror_flag" || 24088 test -z "$ac_c_werror_flag" ||
23262 test ! -s conftest.err 24089 test ! -s conftest.err
23263 } && test -s conftest$ac_exeext && 24090 } && test -s conftest$ac_exeext && {
23264 $as_test_x conftest$ac_exeext; then 24091 test "$cross_compiling" = yes ||
24092 $as_test_x conftest$ac_exeext
24093 }; then
23265 ac_cv_lib_ldap_ldap_open=yes 24094 ac_cv_lib_ldap_ldap_open=yes
23266 else 24095 else
23267 echo "$as_me: failed program was:" >&5 24096 $as_echo "$as_me: failed program was:" >&5
23268 sed 's/^/| /' conftest.$ac_ext >&5 24097 sed 's/^/| /' conftest.$ac_ext >&5
23269 24098
23270 ac_cv_lib_ldap_ldap_open=no 24099 ac_cv_lib_ldap_ldap_open=no
23271 fi 24100 fi
23272 24101
24102 rm -rf conftest.dSYM
23273 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 24103 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23274 conftest$ac_exeext conftest.$ac_ext 24104 conftest$ac_exeext conftest.$ac_ext
23275 LIBS=$ac_check_lib_save_LIBS 24105 LIBS=$ac_check_lib_save_LIBS
23276 fi 24106 fi
23277 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_ldap_open" >&5 24107 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_ldap_open" >&5
23278 echo "${ECHO_T}$ac_cv_lib_ldap_ldap_open" >&6; } 24108 $as_echo "$ac_cv_lib_ldap_ldap_open" >&6; }
23279 if test $ac_cv_lib_ldap_ldap_open = yes; then 24109 if test "x$ac_cv_lib_ldap_ldap_open" = x""yes; then
23280 with_ldap=yes with_ldap_lber=yes 24110 with_ldap=yes with_ldap_lber=yes
23281 fi 24111 fi
23282 } 24112 }
23283 test "$with_ldap" != "yes" && { { echo "$as_me:$LINENO: checking for ldap_open in -lldap" >&5 24113 test "$with_ldap" != "yes" && { { $as_echo "$as_me:$LINENO: checking for ldap_open in -lldap" >&5
23284 echo $ECHO_N "checking for ldap_open in -lldap... $ECHO_C" >&6; } 24114 $as_echo_n "checking for ldap_open in -lldap... " >&6; }
23285 if test "${ac_cv_lib_ldap_ldap_open+set}" = set; then 24115 if test "${ac_cv_lib_ldap_ldap_open+set}" = set; then
23286 echo $ECHO_N "(cached) $ECHO_C" >&6 24116 $as_echo_n "(cached) " >&6
23287 else 24117 else
23288 ac_check_lib_save_LIBS=$LIBS 24118 ac_check_lib_save_LIBS=$LIBS
23289 LIBS="-lldap -llber -lkrb $LIBS" 24119 LIBS="-lldap -llber -lkrb $LIBS"
23290 cat >conftest.$ac_ext <<_ACEOF 24120 cat >conftest.$ac_ext <<_ACEOF
23291 /* confdefs.h. */ 24121 /* confdefs.h. */
23313 if { (ac_try="$ac_link" 24143 if { (ac_try="$ac_link"
23314 case "(($ac_try" in 24144 case "(($ac_try" in
23315 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24145 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23316 *) ac_try_echo=$ac_try;; 24146 *) ac_try_echo=$ac_try;;
23317 esac 24147 esac
23318 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 24148 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24149 $as_echo "$ac_try_echo") >&5
23319 (eval "$ac_link") 2>conftest.er1 24150 (eval "$ac_link") 2>conftest.er1
23320 ac_status=$? 24151 ac_status=$?
23321 grep -v '^ *+' conftest.er1 >conftest.err 24152 grep -v '^ *+' conftest.er1 >conftest.err
23322 rm -f conftest.er1 24153 rm -f conftest.er1
23323 cat conftest.err >&5 24154 cat conftest.err >&5
23324 echo "$as_me:$LINENO: \$? = $ac_status" >&5 24155 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23325 (exit $ac_status); } && { 24156 (exit $ac_status); } && {
23326 test -z "$ac_c_werror_flag" || 24157 test -z "$ac_c_werror_flag" ||
23327 test ! -s conftest.err 24158 test ! -s conftest.err
23328 } && test -s conftest$ac_exeext && 24159 } && test -s conftest$ac_exeext && {
23329 $as_test_x conftest$ac_exeext; then 24160 test "$cross_compiling" = yes ||
24161 $as_test_x conftest$ac_exeext
24162 }; then
23330 ac_cv_lib_ldap_ldap_open=yes 24163 ac_cv_lib_ldap_ldap_open=yes
23331 else 24164 else
23332 echo "$as_me: failed program was:" >&5 24165 $as_echo "$as_me: failed program was:" >&5
23333 sed 's/^/| /' conftest.$ac_ext >&5 24166 sed 's/^/| /' conftest.$ac_ext >&5
23334 24167
23335 ac_cv_lib_ldap_ldap_open=no 24168 ac_cv_lib_ldap_ldap_open=no
23336 fi 24169 fi
23337 24170
24171 rm -rf conftest.dSYM
23338 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 24172 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23339 conftest$ac_exeext conftest.$ac_ext 24173 conftest$ac_exeext conftest.$ac_ext
23340 LIBS=$ac_check_lib_save_LIBS 24174 LIBS=$ac_check_lib_save_LIBS
23341 fi 24175 fi
23342 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_ldap_open" >&5 24176 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_ldap_open" >&5
23343 echo "${ECHO_T}$ac_cv_lib_ldap_ldap_open" >&6; } 24177 $as_echo "$ac_cv_lib_ldap_ldap_open" >&6; }
23344 if test $ac_cv_lib_ldap_ldap_open = yes; then 24178 if test "x$ac_cv_lib_ldap_ldap_open" = x""yes; then
23345 with_ldap=yes with_ldap_lber=yes with_ldap_krb=yes 24179 with_ldap=yes with_ldap_lber=yes with_ldap_krb=yes
23346 fi 24180 fi
23347 } 24181 }
23348 test "$with_ldap" != "yes" && { { echo "$as_me:$LINENO: checking for ldap_open in -lldap" >&5 24182 test "$with_ldap" != "yes" && { { $as_echo "$as_me:$LINENO: checking for ldap_open in -lldap" >&5
23349 echo $ECHO_N "checking for ldap_open in -lldap... $ECHO_C" >&6; } 24183 $as_echo_n "checking for ldap_open in -lldap... " >&6; }
23350 if test "${ac_cv_lib_ldap_ldap_open+set}" = set; then 24184 if test "${ac_cv_lib_ldap_ldap_open+set}" = set; then
23351 echo $ECHO_N "(cached) $ECHO_C" >&6 24185 $as_echo_n "(cached) " >&6
23352 else 24186 else
23353 ac_check_lib_save_LIBS=$LIBS 24187 ac_check_lib_save_LIBS=$LIBS
23354 LIBS="-lldap -llber -lkrb -ldes $LIBS" 24188 LIBS="-lldap -llber -lkrb -ldes $LIBS"
23355 cat >conftest.$ac_ext <<_ACEOF 24189 cat >conftest.$ac_ext <<_ACEOF
23356 /* confdefs.h. */ 24190 /* confdefs.h. */
23378 if { (ac_try="$ac_link" 24212 if { (ac_try="$ac_link"
23379 case "(($ac_try" in 24213 case "(($ac_try" in
23380 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24214 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23381 *) ac_try_echo=$ac_try;; 24215 *) ac_try_echo=$ac_try;;
23382 esac 24216 esac
23383 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 24217 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24218 $as_echo "$ac_try_echo") >&5
23384 (eval "$ac_link") 2>conftest.er1 24219 (eval "$ac_link") 2>conftest.er1
23385 ac_status=$? 24220 ac_status=$?
23386 grep -v '^ *+' conftest.er1 >conftest.err 24221 grep -v '^ *+' conftest.er1 >conftest.err
23387 rm -f conftest.er1 24222 rm -f conftest.er1
23388 cat conftest.err >&5 24223 cat conftest.err >&5
23389 echo "$as_me:$LINENO: \$? = $ac_status" >&5 24224 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23390 (exit $ac_status); } && { 24225 (exit $ac_status); } && {
23391 test -z "$ac_c_werror_flag" || 24226 test -z "$ac_c_werror_flag" ||
23392 test ! -s conftest.err 24227 test ! -s conftest.err
23393 } && test -s conftest$ac_exeext && 24228 } && test -s conftest$ac_exeext && {
23394 $as_test_x conftest$ac_exeext; then 24229 test "$cross_compiling" = yes ||
24230 $as_test_x conftest$ac_exeext
24231 }; then
23395 ac_cv_lib_ldap_ldap_open=yes 24232 ac_cv_lib_ldap_ldap_open=yes
23396 else 24233 else
23397 echo "$as_me: failed program was:" >&5 24234 $as_echo "$as_me: failed program was:" >&5
23398 sed 's/^/| /' conftest.$ac_ext >&5 24235 sed 's/^/| /' conftest.$ac_ext >&5
23399 24236
23400 ac_cv_lib_ldap_ldap_open=no 24237 ac_cv_lib_ldap_ldap_open=no
23401 fi 24238 fi
23402 24239
24240 rm -rf conftest.dSYM
23403 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 24241 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23404 conftest$ac_exeext conftest.$ac_ext 24242 conftest$ac_exeext conftest.$ac_ext
23405 LIBS=$ac_check_lib_save_LIBS 24243 LIBS=$ac_check_lib_save_LIBS
23406 fi 24244 fi
23407 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_ldap_open" >&5 24245 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_ldap_open" >&5
23408 echo "${ECHO_T}$ac_cv_lib_ldap_ldap_open" >&6; } 24246 $as_echo "$ac_cv_lib_ldap_ldap_open" >&6; }
23409 if test $ac_cv_lib_ldap_ldap_open = yes; then 24247 if test "x$ac_cv_lib_ldap_ldap_open" = x""yes; then
23410 with_ldap=yes with_ldap_lber=yes with_ldap_krb=yes with_ldap_des=yes 24248 with_ldap=yes with_ldap_lber=yes with_ldap_krb=yes with_ldap_des=yes
23411 fi 24249 fi
23412 } 24250 }
23413 test "$with_ldap_lber" != "yes" && { { echo "$as_me:$LINENO: checking for ber_pvt_opt_on in -llber" >&5 24251 test "$with_ldap_lber" != "yes" && { { $as_echo "$as_me:$LINENO: checking for ber_pvt_opt_on in -llber" >&5
23414 echo $ECHO_N "checking for ber_pvt_opt_on in -llber... $ECHO_C" >&6; } 24252 $as_echo_n "checking for ber_pvt_opt_on in -llber... " >&6; }
23415 if test "${ac_cv_lib_lber_ber_pvt_opt_on+set}" = set; then 24253 if test "${ac_cv_lib_lber_ber_pvt_opt_on+set}" = set; then
23416 echo $ECHO_N "(cached) $ECHO_C" >&6 24254 $as_echo_n "(cached) " >&6
23417 else 24255 else
23418 ac_check_lib_save_LIBS=$LIBS 24256 ac_check_lib_save_LIBS=$LIBS
23419 LIBS="-llber $LIBS" 24257 LIBS="-llber $LIBS"
23420 cat >conftest.$ac_ext <<_ACEOF 24258 cat >conftest.$ac_ext <<_ACEOF
23421 /* confdefs.h. */ 24259 /* confdefs.h. */
23443 if { (ac_try="$ac_link" 24281 if { (ac_try="$ac_link"
23444 case "(($ac_try" in 24282 case "(($ac_try" in
23445 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24283 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23446 *) ac_try_echo=$ac_try;; 24284 *) ac_try_echo=$ac_try;;
23447 esac 24285 esac
23448 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 24286 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24287 $as_echo "$ac_try_echo") >&5
23449 (eval "$ac_link") 2>conftest.er1 24288 (eval "$ac_link") 2>conftest.er1
23450 ac_status=$? 24289 ac_status=$?
23451 grep -v '^ *+' conftest.er1 >conftest.err 24290 grep -v '^ *+' conftest.er1 >conftest.err
23452 rm -f conftest.er1 24291 rm -f conftest.er1
23453 cat conftest.err >&5 24292 cat conftest.err >&5
23454 echo "$as_me:$LINENO: \$? = $ac_status" >&5 24293 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23455 (exit $ac_status); } && { 24294 (exit $ac_status); } && {
23456 test -z "$ac_c_werror_flag" || 24295 test -z "$ac_c_werror_flag" ||
23457 test ! -s conftest.err 24296 test ! -s conftest.err
23458 } && test -s conftest$ac_exeext && 24297 } && test -s conftest$ac_exeext && {
23459 $as_test_x conftest$ac_exeext; then 24298 test "$cross_compiling" = yes ||
24299 $as_test_x conftest$ac_exeext
24300 }; then
23460 ac_cv_lib_lber_ber_pvt_opt_on=yes 24301 ac_cv_lib_lber_ber_pvt_opt_on=yes
23461 else 24302 else
23462 echo "$as_me: failed program was:" >&5 24303 $as_echo "$as_me: failed program was:" >&5
23463 sed 's/^/| /' conftest.$ac_ext >&5 24304 sed 's/^/| /' conftest.$ac_ext >&5
23464 24305
23465 ac_cv_lib_lber_ber_pvt_opt_on=no 24306 ac_cv_lib_lber_ber_pvt_opt_on=no
23466 fi 24307 fi
23467 24308
24309 rm -rf conftest.dSYM
23468 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 24310 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23469 conftest$ac_exeext conftest.$ac_ext 24311 conftest$ac_exeext conftest.$ac_ext
23470 LIBS=$ac_check_lib_save_LIBS 24312 LIBS=$ac_check_lib_save_LIBS
23471 fi 24313 fi
23472 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_pvt_opt_on" >&5 24314 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_pvt_opt_on" >&5
23473 echo "${ECHO_T}$ac_cv_lib_lber_ber_pvt_opt_on" >&6; } 24315 $as_echo "$ac_cv_lib_lber_ber_pvt_opt_on" >&6; }
23474 if test $ac_cv_lib_lber_ber_pvt_opt_on = yes; then 24316 if test "x$ac_cv_lib_lber_ber_pvt_opt_on" = x""yes; then
23475 with_ldap_lber=yes 24317 with_ldap_lber=yes
23476 fi 24318 fi
23477 } 24319 }
23478 fi 24320 fi
23479 if test "$with_ldap" = "yes"; then 24321 if test "$with_ldap" = "yes"; then
23496 24338
23497 24339
23498 24340
23499 for ac_func in ldap_set_option ldap_get_lderrno ldap_result2error ldap_parse_result 24341 for ac_func in ldap_set_option ldap_get_lderrno ldap_result2error ldap_parse_result
23500 do 24342 do
23501 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 24343 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
23502 { echo "$as_me:$LINENO: checking for $ac_func" >&5 24344 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
23503 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 24345 $as_echo_n "checking for $ac_func... " >&6; }
23504 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 24346 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
23505 echo $ECHO_N "(cached) $ECHO_C" >&6 24347 $as_echo_n "(cached) " >&6
23506 else 24348 else
23507 cat >conftest.$ac_ext <<_ACEOF 24349 cat >conftest.$ac_ext <<_ACEOF
23508 /* confdefs.h. */ 24350 /* confdefs.h. */
23509 _ACEOF 24351 _ACEOF
23510 cat confdefs.h >>conftest.$ac_ext 24352 cat confdefs.h >>conftest.$ac_ext
23553 if { (ac_try="$ac_link" 24395 if { (ac_try="$ac_link"
23554 case "(($ac_try" in 24396 case "(($ac_try" in
23555 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24397 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23556 *) ac_try_echo=$ac_try;; 24398 *) ac_try_echo=$ac_try;;
23557 esac 24399 esac
23558 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 24400 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24401 $as_echo "$ac_try_echo") >&5
23559 (eval "$ac_link") 2>conftest.er1 24402 (eval "$ac_link") 2>conftest.er1
23560 ac_status=$? 24403 ac_status=$?
23561 grep -v '^ *+' conftest.er1 >conftest.err 24404 grep -v '^ *+' conftest.er1 >conftest.err
23562 rm -f conftest.er1 24405 rm -f conftest.er1
23563 cat conftest.err >&5 24406 cat conftest.err >&5
23564 echo "$as_me:$LINENO: \$? = $ac_status" >&5 24407 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23565 (exit $ac_status); } && { 24408 (exit $ac_status); } && {
23566 test -z "$ac_c_werror_flag" || 24409 test -z "$ac_c_werror_flag" ||
23567 test ! -s conftest.err 24410 test ! -s conftest.err
23568 } && test -s conftest$ac_exeext && 24411 } && test -s conftest$ac_exeext && {
23569 $as_test_x conftest$ac_exeext; then 24412 test "$cross_compiling" = yes ||
24413 $as_test_x conftest$ac_exeext
24414 }; then
23570 eval "$as_ac_var=yes" 24415 eval "$as_ac_var=yes"
23571 else 24416 else
23572 echo "$as_me: failed program was:" >&5 24417 $as_echo "$as_me: failed program was:" >&5
23573 sed 's/^/| /' conftest.$ac_ext >&5 24418 sed 's/^/| /' conftest.$ac_ext >&5
23574 24419
23575 eval "$as_ac_var=no" 24420 eval "$as_ac_var=no"
23576 fi 24421 fi
23577 24422
24423 rm -rf conftest.dSYM
23578 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 24424 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23579 conftest$ac_exeext conftest.$ac_ext 24425 conftest$ac_exeext conftest.$ac_ext
23580 fi 24426 fi
23581 ac_res=`eval echo '${'$as_ac_var'}'` 24427 ac_res=`eval 'as_val=${'$as_ac_var'}
23582 { echo "$as_me:$LINENO: result: $ac_res" >&5 24428 $as_echo "$as_val"'`
23583 echo "${ECHO_T}$ac_res" >&6; } 24429 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
23584 if test `eval echo '${'$as_ac_var'}'` = yes; then 24430 $as_echo "$ac_res" >&6; }
24431 as_val=`eval 'as_val=${'$as_ac_var'}
24432 $as_echo "$as_val"'`
24433 if test "x$as_val" = x""yes; then
23585 cat >>confdefs.h <<_ACEOF 24434 cat >>confdefs.h <<_ACEOF
23586 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 24435 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
23587 _ACEOF 24436 _ACEOF
23588 24437
23589 fi 24438 fi
23590 done 24439 done
23591 24440
23598 fi 24447 fi
23599 24448
23600 24449
23601 postgresql_libs= 24450 postgresql_libs=
23602 if test "$with_postgresql" != "no"; then 24451 if test "$with_postgresql" != "no"; then
23603 { echo "$as_me:$LINENO: checking for PostgreSQL" >&5 24452 { $as_echo "$as_me:$LINENO: checking for PostgreSQL" >&5
23604 echo $ECHO_N "checking for PostgreSQL... $ECHO_C" >&6; } 24453 $as_echo_n "checking for PostgreSQL... " >&6; }
23605 { echo "$as_me:$LINENO: result: " >&5 24454 { $as_echo "$as_me:$LINENO: result: " >&5
23606 echo "${ECHO_T}" >&6; } 24455 $as_echo "" >&6; }
23607 24456
23608 for header_dir in "" "pgsql/" "postgresql/"; do 24457 for header_dir in "" "pgsql/" "postgresql/"; do
23609 as_ac_Header=`echo "ac_cv_header_${header_dir}libpq-fe.h" | $as_tr_sh` 24458 as_ac_Header=`$as_echo "ac_cv_header_${header_dir}libpq-fe.h" | $as_tr_sh`
23610 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 24459 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
23611 { echo "$as_me:$LINENO: checking for ${header_dir}libpq-fe.h" >&5 24460 { $as_echo "$as_me:$LINENO: checking for ${header_dir}libpq-fe.h" >&5
23612 echo $ECHO_N "checking for ${header_dir}libpq-fe.h... $ECHO_C" >&6; } 24461 $as_echo_n "checking for ${header_dir}libpq-fe.h... " >&6; }
23613 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 24462 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
23614 echo $ECHO_N "(cached) $ECHO_C" >&6 24463 $as_echo_n "(cached) " >&6
23615 fi 24464 fi
23616 ac_res=`eval echo '${'$as_ac_Header'}'` 24465 ac_res=`eval 'as_val=${'$as_ac_Header'}
23617 { echo "$as_me:$LINENO: result: $ac_res" >&5 24466 $as_echo "$as_val"'`
23618 echo "${ECHO_T}$ac_res" >&6; } 24467 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
24468 $as_echo "$ac_res" >&6; }
23619 else 24469 else
23620 # Is the header compilable? 24470 # Is the header compilable?
23621 { echo "$as_me:$LINENO: checking ${header_dir}libpq-fe.h usability" >&5 24471 { $as_echo "$as_me:$LINENO: checking ${header_dir}libpq-fe.h usability" >&5
23622 echo $ECHO_N "checking ${header_dir}libpq-fe.h usability... $ECHO_C" >&6; } 24472 $as_echo_n "checking ${header_dir}libpq-fe.h usability... " >&6; }
23623 cat >conftest.$ac_ext <<_ACEOF 24473 cat >conftest.$ac_ext <<_ACEOF
23624 /* confdefs.h. */ 24474 /* confdefs.h. */
23625 _ACEOF 24475 _ACEOF
23626 cat confdefs.h >>conftest.$ac_ext 24476 cat confdefs.h >>conftest.$ac_ext
23627 cat >>conftest.$ac_ext <<_ACEOF 24477 cat >>conftest.$ac_ext <<_ACEOF
23633 if { (ac_try="$ac_compile" 24483 if { (ac_try="$ac_compile"
23634 case "(($ac_try" in 24484 case "(($ac_try" in
23635 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24485 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23636 *) ac_try_echo=$ac_try;; 24486 *) ac_try_echo=$ac_try;;
23637 esac 24487 esac
23638 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 24488 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24489 $as_echo "$ac_try_echo") >&5
23639 (eval "$ac_compile") 2>conftest.er1 24490 (eval "$ac_compile") 2>conftest.er1
23640 ac_status=$? 24491 ac_status=$?
23641 grep -v '^ *+' conftest.er1 >conftest.err 24492 grep -v '^ *+' conftest.er1 >conftest.err
23642 rm -f conftest.er1 24493 rm -f conftest.er1
23643 cat conftest.err >&5 24494 cat conftest.err >&5
23644 echo "$as_me:$LINENO: \$? = $ac_status" >&5 24495 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23645 (exit $ac_status); } && { 24496 (exit $ac_status); } && {
23646 test -z "$ac_c_werror_flag" || 24497 test -z "$ac_c_werror_flag" ||
23647 test ! -s conftest.err 24498 test ! -s conftest.err
23648 } && test -s conftest.$ac_objext; then 24499 } && test -s conftest.$ac_objext; then
23649 ac_header_compiler=yes 24500 ac_header_compiler=yes
23650 else 24501 else
23651 echo "$as_me: failed program was:" >&5 24502 $as_echo "$as_me: failed program was:" >&5
23652 sed 's/^/| /' conftest.$ac_ext >&5 24503 sed 's/^/| /' conftest.$ac_ext >&5
23653 24504
23654 ac_header_compiler=no 24505 ac_header_compiler=no
23655 fi 24506 fi
23656 24507
23657 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 24508 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23658 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 24509 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23659 echo "${ECHO_T}$ac_header_compiler" >&6; } 24510 $as_echo "$ac_header_compiler" >&6; }
23660 24511
23661 # Is the header present? 24512 # Is the header present?
23662 { echo "$as_me:$LINENO: checking ${header_dir}libpq-fe.h presence" >&5 24513 { $as_echo "$as_me:$LINENO: checking ${header_dir}libpq-fe.h presence" >&5
23663 echo $ECHO_N "checking ${header_dir}libpq-fe.h presence... $ECHO_C" >&6; } 24514 $as_echo_n "checking ${header_dir}libpq-fe.h presence... " >&6; }
23664 cat >conftest.$ac_ext <<_ACEOF 24515 cat >conftest.$ac_ext <<_ACEOF
23665 /* confdefs.h. */ 24516 /* confdefs.h. */
23666 _ACEOF 24517 _ACEOF
23667 cat confdefs.h >>conftest.$ac_ext 24518 cat confdefs.h >>conftest.$ac_ext
23668 cat >>conftest.$ac_ext <<_ACEOF 24519 cat >>conftest.$ac_ext <<_ACEOF
23672 if { (ac_try="$ac_cpp conftest.$ac_ext" 24523 if { (ac_try="$ac_cpp conftest.$ac_ext"
23673 case "(($ac_try" in 24524 case "(($ac_try" in
23674 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24525 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23675 *) ac_try_echo=$ac_try;; 24526 *) ac_try_echo=$ac_try;;
23676 esac 24527 esac
23677 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 24528 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24529 $as_echo "$ac_try_echo") >&5
23678 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 24530 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
23679 ac_status=$? 24531 ac_status=$?
23680 grep -v '^ *+' conftest.er1 >conftest.err 24532 grep -v '^ *+' conftest.er1 >conftest.err
23681 rm -f conftest.er1 24533 rm -f conftest.er1
23682 cat conftest.err >&5 24534 cat conftest.err >&5
23683 echo "$as_me:$LINENO: \$? = $ac_status" >&5 24535 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23684 (exit $ac_status); } >/dev/null && { 24536 (exit $ac_status); } >/dev/null && {
23685 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 24537 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
23686 test ! -s conftest.err 24538 test ! -s conftest.err
23687 }; then 24539 }; then
23688 ac_header_preproc=yes 24540 ac_header_preproc=yes
23689 else 24541 else
23690 echo "$as_me: failed program was:" >&5 24542 $as_echo "$as_me: failed program was:" >&5
23691 sed 's/^/| /' conftest.$ac_ext >&5 24543 sed 's/^/| /' conftest.$ac_ext >&5
23692 24544
23693 ac_header_preproc=no 24545 ac_header_preproc=no
23694 fi 24546 fi
23695 24547
23696 rm -f conftest.err conftest.$ac_ext 24548 rm -f conftest.err conftest.$ac_ext
23697 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 24549 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23698 echo "${ECHO_T}$ac_header_preproc" >&6; } 24550 $as_echo "$ac_header_preproc" >&6; }
23699 24551
23700 # So? What about this header? 24552 # So? What about this header?
23701 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 24553 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23702 yes:no: ) 24554 yes:no: )
23703 { echo "$as_me:$LINENO: WARNING: ${header_dir}libpq-fe.h: accepted by the compiler, rejected by the preprocessor!" >&5 24555 { $as_echo "$as_me:$LINENO: WARNING: ${header_dir}libpq-fe.h: accepted by the compiler, rejected by the preprocessor!" >&5
23704 echo "$as_me: WARNING: ${header_dir}libpq-fe.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 24556 $as_echo "$as_me: WARNING: ${header_dir}libpq-fe.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
23705 { echo "$as_me:$LINENO: WARNING: ${header_dir}libpq-fe.h: proceeding with the compiler's result" >&5 24557 { $as_echo "$as_me:$LINENO: WARNING: ${header_dir}libpq-fe.h: proceeding with the compiler's result" >&5
23706 echo "$as_me: WARNING: ${header_dir}libpq-fe.h: proceeding with the compiler's result" >&2;} 24558 $as_echo "$as_me: WARNING: ${header_dir}libpq-fe.h: proceeding with the compiler's result" >&2;}
23707 ac_header_preproc=yes 24559 ac_header_preproc=yes
23708 ;; 24560 ;;
23709 no:yes:* ) 24561 no:yes:* )
23710 { echo "$as_me:$LINENO: WARNING: ${header_dir}libpq-fe.h: present but cannot be compiled" >&5 24562 { $as_echo "$as_me:$LINENO: WARNING: ${header_dir}libpq-fe.h: present but cannot be compiled" >&5
23711 echo "$as_me: WARNING: ${header_dir}libpq-fe.h: present but cannot be compiled" >&2;} 24563 $as_echo "$as_me: WARNING: ${header_dir}libpq-fe.h: present but cannot be compiled" >&2;}
23712 { echo "$as_me:$LINENO: WARNING: ${header_dir}libpq-fe.h: check for missing prerequisite headers?" >&5 24564 { $as_echo "$as_me:$LINENO: WARNING: ${header_dir}libpq-fe.h: check for missing prerequisite headers?" >&5
23713 echo "$as_me: WARNING: ${header_dir}libpq-fe.h: check for missing prerequisite headers?" >&2;} 24565 $as_echo "$as_me: WARNING: ${header_dir}libpq-fe.h: check for missing prerequisite headers?" >&2;}
23714 { echo "$as_me:$LINENO: WARNING: ${header_dir}libpq-fe.h: see the Autoconf documentation" >&5 24566 { $as_echo "$as_me:$LINENO: WARNING: ${header_dir}libpq-fe.h: see the Autoconf documentation" >&5
23715 echo "$as_me: WARNING: ${header_dir}libpq-fe.h: see the Autoconf documentation" >&2;} 24567 $as_echo "$as_me: WARNING: ${header_dir}libpq-fe.h: see the Autoconf documentation" >&2;}
23716 { echo "$as_me:$LINENO: WARNING: ${header_dir}libpq-fe.h: section \"Present But Cannot Be Compiled\"" >&5 24568 { $as_echo "$as_me:$LINENO: WARNING: ${header_dir}libpq-fe.h: section \"Present But Cannot Be Compiled\"" >&5
23717 echo "$as_me: WARNING: ${header_dir}libpq-fe.h: section \"Present But Cannot Be Compiled\"" >&2;} 24569 $as_echo "$as_me: WARNING: ${header_dir}libpq-fe.h: section \"Present But Cannot Be Compiled\"" >&2;}
23718 { echo "$as_me:$LINENO: WARNING: ${header_dir}libpq-fe.h: proceeding with the preprocessor's result" >&5 24570 { $as_echo "$as_me:$LINENO: WARNING: ${header_dir}libpq-fe.h: proceeding with the preprocessor's result" >&5
23719 echo "$as_me: WARNING: ${header_dir}libpq-fe.h: proceeding with the preprocessor's result" >&2;} 24571 $as_echo "$as_me: WARNING: ${header_dir}libpq-fe.h: proceeding with the preprocessor's result" >&2;}
23720 { echo "$as_me:$LINENO: WARNING: ${header_dir}libpq-fe.h: in the future, the compiler will take precedence" >&5 24572 { $as_echo "$as_me:$LINENO: WARNING: ${header_dir}libpq-fe.h: in the future, the compiler will take precedence" >&5
23721 echo "$as_me: WARNING: ${header_dir}libpq-fe.h: in the future, the compiler will take precedence" >&2;} 24573 $as_echo "$as_me: WARNING: ${header_dir}libpq-fe.h: in the future, the compiler will take precedence" >&2;}
23722 ( cat <<\_ASBOX 24574 ( cat <<\_ASBOX
23723 ## ------------------------------------- ## 24575 ## ------------------------------------- ##
23724 ## Report this to xemacs-beta@xemacs.org ## 24576 ## Report this to xemacs-beta@xemacs.org ##
23725 ## ------------------------------------- ## 24577 ## ------------------------------------- ##
23726 _ASBOX 24578 _ASBOX
23727 ) | sed "s/^/$as_me: WARNING: /" >&2 24579 ) | sed "s/^/$as_me: WARNING: /" >&2
23728 ;; 24580 ;;
23729 esac 24581 esac
23730 { echo "$as_me:$LINENO: checking for ${header_dir}libpq-fe.h" >&5 24582 { $as_echo "$as_me:$LINENO: checking for ${header_dir}libpq-fe.h" >&5
23731 echo $ECHO_N "checking for ${header_dir}libpq-fe.h... $ECHO_C" >&6; } 24583 $as_echo_n "checking for ${header_dir}libpq-fe.h... " >&6; }
23732 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 24584 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
23733 echo $ECHO_N "(cached) $ECHO_C" >&6 24585 $as_echo_n "(cached) " >&6
23734 else 24586 else
23735 eval "$as_ac_Header=\$ac_header_preproc" 24587 eval "$as_ac_Header=\$ac_header_preproc"
23736 fi 24588 fi
23737 ac_res=`eval echo '${'$as_ac_Header'}'` 24589 ac_res=`eval 'as_val=${'$as_ac_Header'}
23738 { echo "$as_me:$LINENO: result: $ac_res" >&5 24590 $as_echo "$as_val"'`
23739 echo "${ECHO_T}$ac_res" >&6; } 24591 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
23740 24592 $as_echo "$ac_res" >&6; }
23741 fi 24593
23742 if test `eval echo '${'$as_ac_Header'}'` = yes; then 24594 fi
24595 as_val=`eval 'as_val=${'$as_ac_Header'}
24596 $as_echo "$as_val"'`
24597 if test "x$as_val" = x""yes; then
23743 libpq_fe_h_file=${header_dir}libpq-fe.h; break 24598 libpq_fe_h_file=${header_dir}libpq-fe.h; break
23744 fi 24599 fi
23745 24600
23746 24601
23747 done 24602 done
23748 24603
23749 pq_libs= 24604 pq_libs=
23750 extra_libs= 24605 extra_libs=
23751 if test -n "$libpq_fe_h_file"; then 24606 if test -n "$libpq_fe_h_file"; then
23752 { echo "$as_me:$LINENO: checking for PQconnectdb in -lpq" >&5 24607 { $as_echo "$as_me:$LINENO: checking for PQconnectdb in -lpq" >&5
23753 echo $ECHO_N "checking for PQconnectdb in -lpq... $ECHO_C" >&6; } 24608 $as_echo_n "checking for PQconnectdb in -lpq... " >&6; }
23754 if test "${ac_cv_lib_pq_PQconnectdb+set}" = set; then 24609 if test "${ac_cv_lib_pq_PQconnectdb+set}" = set; then
23755 echo $ECHO_N "(cached) $ECHO_C" >&6 24610 $as_echo_n "(cached) " >&6
23756 else 24611 else
23757 ac_check_lib_save_LIBS=$LIBS 24612 ac_check_lib_save_LIBS=$LIBS
23758 LIBS="-lpq $LIBS" 24613 LIBS="-lpq $LIBS"
23759 cat >conftest.$ac_ext <<_ACEOF 24614 cat >conftest.$ac_ext <<_ACEOF
23760 /* confdefs.h. */ 24615 /* confdefs.h. */
23782 if { (ac_try="$ac_link" 24637 if { (ac_try="$ac_link"
23783 case "(($ac_try" in 24638 case "(($ac_try" in
23784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23785 *) ac_try_echo=$ac_try;; 24640 *) ac_try_echo=$ac_try;;
23786 esac 24641 esac
23787 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 24642 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24643 $as_echo "$ac_try_echo") >&5
23788 (eval "$ac_link") 2>conftest.er1 24644 (eval "$ac_link") 2>conftest.er1
23789 ac_status=$? 24645 ac_status=$?
23790 grep -v '^ *+' conftest.er1 >conftest.err 24646 grep -v '^ *+' conftest.er1 >conftest.err
23791 rm -f conftest.er1 24647 rm -f conftest.er1
23792 cat conftest.err >&5 24648 cat conftest.err >&5
23793 echo "$as_me:$LINENO: \$? = $ac_status" >&5 24649 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23794 (exit $ac_status); } && { 24650 (exit $ac_status); } && {
23795 test -z "$ac_c_werror_flag" || 24651 test -z "$ac_c_werror_flag" ||
23796 test ! -s conftest.err 24652 test ! -s conftest.err
23797 } && test -s conftest$ac_exeext && 24653 } && test -s conftest$ac_exeext && {
23798 $as_test_x conftest$ac_exeext; then 24654 test "$cross_compiling" = yes ||
24655 $as_test_x conftest$ac_exeext
24656 }; then
23799 ac_cv_lib_pq_PQconnectdb=yes 24657 ac_cv_lib_pq_PQconnectdb=yes
23800 else 24658 else
23801 echo "$as_me: failed program was:" >&5 24659 $as_echo "$as_me: failed program was:" >&5
23802 sed 's/^/| /' conftest.$ac_ext >&5 24660 sed 's/^/| /' conftest.$ac_ext >&5
23803 24661
23804 ac_cv_lib_pq_PQconnectdb=no 24662 ac_cv_lib_pq_PQconnectdb=no
23805 fi 24663 fi
23806 24664
24665 rm -rf conftest.dSYM
23807 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 24666 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23808 conftest$ac_exeext conftest.$ac_ext 24667 conftest$ac_exeext conftest.$ac_ext
23809 LIBS=$ac_check_lib_save_LIBS 24668 LIBS=$ac_check_lib_save_LIBS
23810 fi 24669 fi
23811 { echo "$as_me:$LINENO: result: $ac_cv_lib_pq_PQconnectdb" >&5 24670 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pq_PQconnectdb" >&5
23812 echo "${ECHO_T}$ac_cv_lib_pq_PQconnectdb" >&6; } 24671 $as_echo "$ac_cv_lib_pq_PQconnectdb" >&6; }
23813 if test $ac_cv_lib_pq_PQconnectdb = yes; then 24672 if test "x$ac_cv_lib_pq_PQconnectdb" = x""yes; then
23814 pq_libs="-lpq" 24673 pq_libs="-lpq"
23815 else 24674 else
23816 24675
23817 unset ac_cv_lib_pq_PQconnectdb; 24676 unset ac_cv_lib_pq_PQconnectdb;
23818 { echo "$as_me:$LINENO: checking for PQconnectdb in -lpq" >&5 24677 { $as_echo "$as_me:$LINENO: checking for PQconnectdb in -lpq" >&5
23819 echo $ECHO_N "checking for PQconnectdb in -lpq... $ECHO_C" >&6; } 24678 $as_echo_n "checking for PQconnectdb in -lpq... " >&6; }
23820 if test "${ac_cv_lib_pq_PQconnectdb+set}" = set; then 24679 if test "${ac_cv_lib_pq_PQconnectdb+set}" = set; then
23821 echo $ECHO_N "(cached) $ECHO_C" >&6 24680 $as_echo_n "(cached) " >&6
23822 else 24681 else
23823 ac_check_lib_save_LIBS=$LIBS 24682 ac_check_lib_save_LIBS=$LIBS
23824 LIBS="-lpq -lcrypto -lssl $LIBS" 24683 LIBS="-lpq -lcrypto -lssl $LIBS"
23825 cat >conftest.$ac_ext <<_ACEOF 24684 cat >conftest.$ac_ext <<_ACEOF
23826 /* confdefs.h. */ 24685 /* confdefs.h. */
23848 if { (ac_try="$ac_link" 24707 if { (ac_try="$ac_link"
23849 case "(($ac_try" in 24708 case "(($ac_try" in
23850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24709 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23851 *) ac_try_echo=$ac_try;; 24710 *) ac_try_echo=$ac_try;;
23852 esac 24711 esac
23853 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 24712 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24713 $as_echo "$ac_try_echo") >&5
23854 (eval "$ac_link") 2>conftest.er1 24714 (eval "$ac_link") 2>conftest.er1
23855 ac_status=$? 24715 ac_status=$?
23856 grep -v '^ *+' conftest.er1 >conftest.err 24716 grep -v '^ *+' conftest.er1 >conftest.err
23857 rm -f conftest.er1 24717 rm -f conftest.er1
23858 cat conftest.err >&5 24718 cat conftest.err >&5
23859 echo "$as_me:$LINENO: \$? = $ac_status" >&5 24719 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23860 (exit $ac_status); } && { 24720 (exit $ac_status); } && {
23861 test -z "$ac_c_werror_flag" || 24721 test -z "$ac_c_werror_flag" ||
23862 test ! -s conftest.err 24722 test ! -s conftest.err
23863 } && test -s conftest$ac_exeext && 24723 } && test -s conftest$ac_exeext && {
23864 $as_test_x conftest$ac_exeext; then 24724 test "$cross_compiling" = yes ||
24725 $as_test_x conftest$ac_exeext
24726 }; then
23865 ac_cv_lib_pq_PQconnectdb=yes 24727 ac_cv_lib_pq_PQconnectdb=yes
23866 else 24728 else
23867 echo "$as_me: failed program was:" >&5 24729 $as_echo "$as_me: failed program was:" >&5
23868 sed 's/^/| /' conftest.$ac_ext >&5 24730 sed 's/^/| /' conftest.$ac_ext >&5
23869 24731
23870 ac_cv_lib_pq_PQconnectdb=no 24732 ac_cv_lib_pq_PQconnectdb=no
23871 fi 24733 fi
23872 24734
24735 rm -rf conftest.dSYM
23873 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 24736 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23874 conftest$ac_exeext conftest.$ac_ext 24737 conftest$ac_exeext conftest.$ac_ext
23875 LIBS=$ac_check_lib_save_LIBS 24738 LIBS=$ac_check_lib_save_LIBS
23876 fi 24739 fi
23877 { echo "$as_me:$LINENO: result: $ac_cv_lib_pq_PQconnectdb" >&5 24740 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pq_PQconnectdb" >&5
23878 echo "${ECHO_T}$ac_cv_lib_pq_PQconnectdb" >&6; } 24741 $as_echo "$ac_cv_lib_pq_PQconnectdb" >&6; }
23879 if test $ac_cv_lib_pq_PQconnectdb = yes; then 24742 if test "x$ac_cv_lib_pq_PQconnectdb" = x""yes; then
23880 pq_libs="-lpq -lcrypto -lssl" 24743 pq_libs="-lpq -lcrypto -lssl"
23881 fi 24744 fi
23882 24745
23883 fi 24746 fi
23884 24747
23893 with_postgresql=yes 24756 with_postgresql=yes
23894 cat >>confdefs.h <<\_ACEOF 24757 cat >>confdefs.h <<\_ACEOF
23895 #define HAVE_POSTGRESQL 1 24758 #define HAVE_POSTGRESQL 1
23896 _ACEOF 24759 _ACEOF
23897 24760
23898 { echo "$as_me:$LINENO: checking for PQconnectStart in -lpq" >&5 24761 { $as_echo "$as_me:$LINENO: checking for PQconnectStart in -lpq" >&5
23899 echo $ECHO_N "checking for PQconnectStart in -lpq... $ECHO_C" >&6; } 24762 $as_echo_n "checking for PQconnectStart in -lpq... " >&6; }
23900 if test "${ac_cv_lib_pq_PQconnectStart+set}" = set; then 24763 if test "${ac_cv_lib_pq_PQconnectStart+set}" = set; then
23901 echo $ECHO_N "(cached) $ECHO_C" >&6 24764 $as_echo_n "(cached) " >&6
23902 else 24765 else
23903 ac_check_lib_save_LIBS=$LIBS 24766 ac_check_lib_save_LIBS=$LIBS
23904 LIBS="-lpq $extra_libs $LIBS" 24767 LIBS="-lpq $extra_libs $LIBS"
23905 cat >conftest.$ac_ext <<_ACEOF 24768 cat >conftest.$ac_ext <<_ACEOF
23906 /* confdefs.h. */ 24769 /* confdefs.h. */
23928 if { (ac_try="$ac_link" 24791 if { (ac_try="$ac_link"
23929 case "(($ac_try" in 24792 case "(($ac_try" in
23930 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23931 *) ac_try_echo=$ac_try;; 24794 *) ac_try_echo=$ac_try;;
23932 esac 24795 esac
23933 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 24796 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24797 $as_echo "$ac_try_echo") >&5
23934 (eval "$ac_link") 2>conftest.er1 24798 (eval "$ac_link") 2>conftest.er1
23935 ac_status=$? 24799 ac_status=$?
23936 grep -v '^ *+' conftest.er1 >conftest.err 24800 grep -v '^ *+' conftest.er1 >conftest.err
23937 rm -f conftest.er1 24801 rm -f conftest.er1
23938 cat conftest.err >&5 24802 cat conftest.err >&5
23939 echo "$as_me:$LINENO: \$? = $ac_status" >&5 24803 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23940 (exit $ac_status); } && { 24804 (exit $ac_status); } && {
23941 test -z "$ac_c_werror_flag" || 24805 test -z "$ac_c_werror_flag" ||
23942 test ! -s conftest.err 24806 test ! -s conftest.err
23943 } && test -s conftest$ac_exeext && 24807 } && test -s conftest$ac_exeext && {
23944 $as_test_x conftest$ac_exeext; then 24808 test "$cross_compiling" = yes ||
24809 $as_test_x conftest$ac_exeext
24810 }; then
23945 ac_cv_lib_pq_PQconnectStart=yes 24811 ac_cv_lib_pq_PQconnectStart=yes
23946 else 24812 else
23947 echo "$as_me: failed program was:" >&5 24813 $as_echo "$as_me: failed program was:" >&5
23948 sed 's/^/| /' conftest.$ac_ext >&5 24814 sed 's/^/| /' conftest.$ac_ext >&5
23949 24815
23950 ac_cv_lib_pq_PQconnectStart=no 24816 ac_cv_lib_pq_PQconnectStart=no
23951 fi 24817 fi
23952 24818
24819 rm -rf conftest.dSYM
23953 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 24820 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23954 conftest$ac_exeext conftest.$ac_ext 24821 conftest$ac_exeext conftest.$ac_ext
23955 LIBS=$ac_check_lib_save_LIBS 24822 LIBS=$ac_check_lib_save_LIBS
23956 fi 24823 fi
23957 { echo "$as_me:$LINENO: result: $ac_cv_lib_pq_PQconnectStart" >&5 24824 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pq_PQconnectStart" >&5
23958 echo "${ECHO_T}$ac_cv_lib_pq_PQconnectStart" >&6; } 24825 $as_echo "$ac_cv_lib_pq_PQconnectStart" >&6; }
23959 if test $ac_cv_lib_pq_PQconnectStart = yes; then 24826 if test "x$ac_cv_lib_pq_PQconnectStart" = x""yes; then
23960 24827
23961 with_postgresqlv7=yes; 24828 with_postgresqlv7=yes;
23962 cat >>confdefs.h <<\_ACEOF 24829 cat >>confdefs.h <<\_ACEOF
23963 #define HAVE_POSTGRESQLV7 1 24830 #define HAVE_POSTGRESQLV7 1
23964 _ACEOF 24831 _ACEOF
23983 fi 24850 fi
23984 24851
23985 24852
23986 24853
23987 if test "$window_system" != "none"; then 24854 if test "$window_system" != "none"; then
23988 { echo "$as_me:$LINENO: checking for graphics libraries" >&5 24855 { $as_echo "$as_me:$LINENO: checking for graphics libraries" >&5
23989 echo $ECHO_N "checking for graphics libraries... $ECHO_C" >&6; } 24856 $as_echo_n "checking for graphics libraries... " >&6; }
23990 { echo "$as_me:$LINENO: result: " >&5 24857 { $as_echo "$as_me:$LINENO: result: " >&5
23991 echo "${ECHO_T}" >&6; } 24858 $as_echo "" >&6; }
23992 24859
23993 libpath_xpm= 24860 libpath_xpm=
23994 incpath_xpm= 24861 incpath_xpm=
23995 libname_xpm="-lXpm" 24862 libname_xpm="-lXpm"
23996 case "$opsys" in 24863 case "$opsys" in
24013 xpm_problem="" 24880 xpm_problem=""
24014 if test -z "$with_xpm"; then 24881 if test -z "$with_xpm"; then
24015 CFLAGS=""$incpath_xpm" $CFLAGS" && if test "$verbose" = "yes"; then echo " Prepending \""$incpath_xpm"\" to \$CFLAGS"; fi 24882 CFLAGS=""$incpath_xpm" $CFLAGS" && if test "$verbose" = "yes"; then echo " Prepending \""$incpath_xpm"\" to \$CFLAGS"; fi
24016 XE_CFLAGS=""$incpath_xpm" $XE_CFLAGS" && if test "$verbose" = "yes"; then echo " Prepending \""$incpath_xpm"\" to \$XE_CFLAGS"; fi 24883 XE_CFLAGS=""$incpath_xpm" $XE_CFLAGS" && if test "$verbose" = "yes"; then echo " Prepending \""$incpath_xpm"\" to \$XE_CFLAGS"; fi
24017 LDFLAGS=""$libpath_xpm" $LDFLAGS" && if test "$verbose" = "yes"; then echo " Prepending \""$libpath_xpm"\" to \$LDFLAGS"; fi 24884 LDFLAGS=""$libpath_xpm" $LDFLAGS" && if test "$verbose" = "yes"; then echo " Prepending \""$libpath_xpm"\" to \$LDFLAGS"; fi
24018 { echo "$as_me:$LINENO: checking for Xpm - no older than 3.4f" >&5 24885 { $as_echo "$as_me:$LINENO: checking for Xpm - no older than 3.4f" >&5
24019 echo $ECHO_N "checking for Xpm - no older than 3.4f... $ECHO_C" >&6; } 24886 $as_echo_n "checking for Xpm - no older than 3.4f... " >&6; }
24020 xe_check_libs="$libname_xpm" 24887 xe_check_libs="$libname_xpm"
24021 if test "$cross_compiling" = yes; then 24888 if test "$cross_compiling" = yes; then
24022 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 24889 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
24890 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
24891 { { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling
24023 See \`config.log' for more details." >&5 24892 See \`config.log' for more details." >&5
24024 echo "$as_me: error: cannot run test program while cross compiling 24893 $as_echo "$as_me: error: cannot run test program while cross compiling
24025 See \`config.log' for more details." >&2;} 24894 See \`config.log' for more details." >&2;}
24026 { (exit 1); exit 1; }; } 24895 { (exit 1); exit 1; }; }; }
24027 else 24896 else
24028 cat >conftest.$ac_ext <<_ACEOF 24897 cat >conftest.$ac_ext <<_ACEOF
24029 /* confdefs.h. */ 24898 /* confdefs.h. */
24030 _ACEOF 24899 _ACEOF
24031 cat confdefs.h >>conftest.$ac_ext 24900 cat confdefs.h >>conftest.$ac_ext
24042 if { (ac_try="$ac_link" 24911 if { (ac_try="$ac_link"
24043 case "(($ac_try" in 24912 case "(($ac_try" in
24044 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24913 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24045 *) ac_try_echo=$ac_try;; 24914 *) ac_try_echo=$ac_try;;
24046 esac 24915 esac
24047 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 24916 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24917 $as_echo "$ac_try_echo") >&5
24048 (eval "$ac_link") 2>&5 24918 (eval "$ac_link") 2>&5
24049 ac_status=$? 24919 ac_status=$?
24050 echo "$as_me:$LINENO: \$? = $ac_status" >&5 24920 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24051 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 24921 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
24052 { (case "(($ac_try" in 24922 { (case "(($ac_try" in
24053 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24923 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24054 *) ac_try_echo=$ac_try;; 24924 *) ac_try_echo=$ac_try;;
24055 esac 24925 esac
24056 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 24926 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24927 $as_echo "$ac_try_echo") >&5
24057 (eval "$ac_try") 2>&5 24928 (eval "$ac_try") 2>&5
24058 ac_status=$? 24929 ac_status=$?
24059 echo "$as_me:$LINENO: \$? = $ac_status" >&5 24930 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24060 (exit $ac_status); }; }; then 24931 (exit $ac_status); }; }; then
24061 ./conftest dummy_arg; xpm_status=$?; 24932 ./conftest dummy_arg; xpm_status=$?;
24062 if test "$xpm_status" = "0"; then 24933 if test "$xpm_status" = "0"; then
24063 with_xpm=yes; 24934 with_xpm=yes;
24064 else 24935 else
24075 I'm not touching that with a 10-foot pole! 24946 I'm not touching that with a 10-foot pole!
24076 If you really want to use the installed version of Xpm, rerun 24947 If you really want to use the installed version of Xpm, rerun
24077 configure and add '--with-xpm=yes', but don't blame me if XEmacs crashes!" 24948 configure and add '--with-xpm=yes', but don't blame me if XEmacs crashes!"
24078 fi 24949 fi
24079 else 24950 else
24080 echo "$as_me: program exited with status $ac_status" >&5 24951 $as_echo "$as_me: program exited with status $ac_status" >&5
24081 echo "$as_me: failed program was:" >&5 24952 $as_echo "$as_me: failed program was:" >&5
24082 sed 's/^/| /' conftest.$ac_ext >&5 24953 sed 's/^/| /' conftest.$ac_ext >&5
24083 24954
24084 ( exit $ac_status ) 24955 ( exit $ac_status )
24085 with_xpm=no 24956 with_xpm=no
24086 fi 24957 fi
24958 rm -rf conftest.dSYM
24087 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 24959 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
24088 fi 24960 fi
24089 24961
24090 24962
24091 xe_check_libs= 24963 xe_check_libs=
24092 { echo "$as_me:$LINENO: result: $with_xpm" >&5 24964 { $as_echo "$as_me:$LINENO: result: $with_xpm" >&5
24093 echo "${ECHO_T}$with_xpm" >&6; } 24965 $as_echo "$with_xpm" >&6; }
24094 fi 24966 fi
24095 if test "$with_xpm" = "yes"; then 24967 if test "$with_xpm" = "yes"; then
24096 cat >>confdefs.h <<\_ACEOF 24968 cat >>confdefs.h <<\_ACEOF
24097 #define HAVE_XPM 1 24969 #define HAVE_XPM 1
24098 _ACEOF 24970 _ACEOF
24099 24971
24100 LDFLAGS=""$libpath_xpm" $LDFLAGS" && if test "$verbose" = "yes"; then echo " Prepending \""$libpath_xpm"\" to \$LDFLAGS"; fi 24972 LDFLAGS=""$libpath_xpm" $LDFLAGS" && if test "$verbose" = "yes"; then echo " Prepending \""$libpath_xpm"\" to \$LDFLAGS"; fi
24101 libs_x=""$libname_xpm" $libs_x" && if test "$verbose" = "yes"; then echo " Prepending \""$libname_xpm"\" to \$libs_x"; fi 24973 libs_x=""$libname_xpm" $libs_x" && if test "$verbose" = "yes"; then echo " Prepending \""$libname_xpm"\" to \$libs_x"; fi
24102 CFLAGS=""$incpath_xpm" $CFLAGS" && if test "$verbose" = "yes"; then echo " Prepending \""$incpath_xpm"\" to \$CFLAGS"; fi 24974 CFLAGS=""$incpath_xpm" $CFLAGS" && if test "$verbose" = "yes"; then echo " Prepending \""$incpath_xpm"\" to \$CFLAGS"; fi
24103 XE_CFLAGS=""$incpath_xpm" $XE_CFLAGS" && if test "$verbose" = "yes"; then echo " Prepending \""$incpath_xpm"\" to \$XE_CFLAGS"; fi 24975 XE_CFLAGS=""$incpath_xpm" $XE_CFLAGS" && if test "$verbose" = "yes"; then echo " Prepending \""$incpath_xpm"\" to \$XE_CFLAGS"; fi
24104 { echo "$as_me:$LINENO: checking for \"FOR_MSW\" xpm" >&5 24976 { $as_echo "$as_me:$LINENO: checking for \"FOR_MSW\" xpm" >&5
24105 echo $ECHO_N "checking for \"FOR_MSW\" xpm... $ECHO_C" >&6; } 24977 $as_echo_n "checking for \"FOR_MSW\" xpm... " >&6; }
24106 xe_check_libs="$libname_xpm" 24978 xe_check_libs="$libname_xpm"
24107 cat >conftest.$ac_ext <<_ACEOF 24979 cat >conftest.$ac_ext <<_ACEOF
24108 /* confdefs.h. */ 24980 /* confdefs.h. */
24109 _ACEOF 24981 _ACEOF
24110 cat confdefs.h >>conftest.$ac_ext 24982 cat confdefs.h >>conftest.$ac_ext
24123 if { (ac_try="$ac_link" 24995 if { (ac_try="$ac_link"
24124 case "(($ac_try" in 24996 case "(($ac_try" in
24125 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 24997 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24126 *) ac_try_echo=$ac_try;; 24998 *) ac_try_echo=$ac_try;;
24127 esac 24999 esac
24128 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 25000 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
25001 $as_echo "$ac_try_echo") >&5
24129 (eval "$ac_link") 2>conftest.er1 25002 (eval "$ac_link") 2>conftest.er1
24130 ac_status=$? 25003 ac_status=$?
24131 grep -v '^ *+' conftest.er1 >conftest.err 25004 grep -v '^ *+' conftest.er1 >conftest.err
24132 rm -f conftest.er1 25005 rm -f conftest.er1
24133 cat conftest.err >&5 25006 cat conftest.err >&5
24134 echo "$as_me:$LINENO: \$? = $ac_status" >&5 25007 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24135 (exit $ac_status); } && { 25008 (exit $ac_status); } && {
24136 test -z "$ac_c_werror_flag" || 25009 test -z "$ac_c_werror_flag" ||
24137 test ! -s conftest.err 25010 test ! -s conftest.err
24138 } && test -s conftest$ac_exeext && 25011 } && test -s conftest$ac_exeext && {
24139 $as_test_x conftest$ac_exeext; then 25012 test "$cross_compiling" = yes ||
25013 $as_test_x conftest$ac_exeext
25014 }; then
24140 xpm_for_msw=no 25015 xpm_for_msw=no
24141 else 25016 else
24142 echo "$as_me: failed program was:" >&5 25017 $as_echo "$as_me: failed program was:" >&5
24143 sed 's/^/| /' conftest.$ac_ext >&5 25018 sed 's/^/| /' conftest.$ac_ext >&5
24144 25019
24145 xpm_for_msw=yes 25020 xpm_for_msw=yes
24146 fi 25021 fi
24147 25022
25023 rm -rf conftest.dSYM
24148 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 25024 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24149 conftest$ac_exeext conftest.$ac_ext 25025 conftest$ac_exeext conftest.$ac_ext
24150 xe_check_libs= 25026 xe_check_libs=
24151 { echo "$as_me:$LINENO: result: $xpm_for_msw" >&5 25027 { $as_echo "$as_me:$LINENO: result: $xpm_for_msw" >&5
24152 echo "${ECHO_T}$xpm_for_msw" >&6; } 25028 $as_echo "$xpm_for_msw" >&6; }
24153 if test "$xpm_for_msw" = "yes"; then 25029 if test "$xpm_for_msw" = "yes"; then
24154 cat >>confdefs.h <<\_ACEOF 25030 cat >>confdefs.h <<\_ACEOF
24155 #define FOR_MSW 1 25031 #define FOR_MSW 1
24156 _ACEOF 25032 _ACEOF
24157 25033
24158 fi 25034 fi
24159 fi 25035 fi
24160 25036
24161 test -z "$with_xface" && { if test "${ac_cv_header_compface_h+set}" = set; then 25037 test -z "$with_xface" && { if test "${ac_cv_header_compface_h+set}" = set; then
24162 { echo "$as_me:$LINENO: checking for compface.h" >&5 25038 { $as_echo "$as_me:$LINENO: checking for compface.h" >&5
24163 echo $ECHO_N "checking for compface.h... $ECHO_C" >&6; } 25039 $as_echo_n "checking for compface.h... " >&6; }
24164 if test "${ac_cv_header_compface_h+set}" = set; then 25040 if test "${ac_cv_header_compface_h+set}" = set; then
24165 echo $ECHO_N "(cached) $ECHO_C" >&6 25041 $as_echo_n "(cached) " >&6
24166 fi 25042 fi
24167 { echo "$as_me:$LINENO: result: $ac_cv_header_compface_h" >&5 25043 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_compface_h" >&5
24168 echo "${ECHO_T}$ac_cv_header_compface_h" >&6; } 25044 $as_echo "$ac_cv_header_compface_h" >&6; }
24169 else 25045 else
24170 # Is the header compilable? 25046 # Is the header compilable?
24171 { echo "$as_me:$LINENO: checking compface.h usability" >&5 25047 { $as_echo "$as_me:$LINENO: checking compface.h usability" >&5
24172 echo $ECHO_N "checking compface.h usability... $ECHO_C" >&6; } 25048 $as_echo_n "checking compface.h usability... " >&6; }
24173 cat >conftest.$ac_ext <<_ACEOF 25049 cat >conftest.$ac_ext <<_ACEOF
24174 /* confdefs.h. */ 25050 /* confdefs.h. */
24175 _ACEOF 25051 _ACEOF
24176 cat confdefs.h >>conftest.$ac_ext 25052 cat confdefs.h >>conftest.$ac_ext
24177 cat >>conftest.$ac_ext <<_ACEOF 25053 cat >>conftest.$ac_ext <<_ACEOF
24183 if { (ac_try="$ac_compile" 25059 if { (ac_try="$ac_compile"
24184 case "(($ac_try" in 25060 case "(($ac_try" in
24185 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25061 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24186 *) ac_try_echo=$ac_try;; 25062 *) ac_try_echo=$ac_try;;
24187 esac 25063 esac
24188 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 25064 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
25065 $as_echo "$ac_try_echo") >&5
24189 (eval "$ac_compile") 2>conftest.er1 25066 (eval "$ac_compile") 2>conftest.er1
24190 ac_status=$? 25067 ac_status=$?
24191 grep -v '^ *+' conftest.er1 >conftest.err 25068 grep -v '^ *+' conftest.er1 >conftest.err
24192 rm -f conftest.er1 25069 rm -f conftest.er1
24193 cat conftest.err >&5 25070 cat conftest.err >&5
24194 echo "$as_me:$LINENO: \$? = $ac_status" >&5 25071 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24195 (exit $ac_status); } && { 25072 (exit $ac_status); } && {
24196 test -z "$ac_c_werror_flag" || 25073 test -z "$ac_c_werror_flag" ||
24197 test ! -s conftest.err 25074 test ! -s conftest.err
24198 } && test -s conftest.$ac_objext; then 25075 } && test -s conftest.$ac_objext; then
24199 ac_header_compiler=yes 25076 ac_header_compiler=yes
24200 else 25077 else
24201 echo "$as_me: failed program was:" >&5 25078 $as_echo "$as_me: failed program was:" >&5
24202 sed 's/^/| /' conftest.$ac_ext >&5 25079 sed 's/^/| /' conftest.$ac_ext >&5
24203 25080
24204 ac_header_compiler=no 25081 ac_header_compiler=no
24205 fi 25082 fi
24206 25083
24207 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 25084 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24208 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 25085 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24209 echo "${ECHO_T}$ac_header_compiler" >&6; } 25086 $as_echo "$ac_header_compiler" >&6; }
24210 25087
24211 # Is the header present? 25088 # Is the header present?
24212 { echo "$as_me:$LINENO: checking compface.h presence" >&5 25089 { $as_echo "$as_me:$LINENO: checking compface.h presence" >&5
24213 echo $ECHO_N "checking compface.h presence... $ECHO_C" >&6; } 25090 $as_echo_n "checking compface.h presence... " >&6; }
24214 cat >conftest.$ac_ext <<_ACEOF 25091 cat >conftest.$ac_ext <<_ACEOF
24215 /* confdefs.h. */ 25092 /* confdefs.h. */
24216 _ACEOF 25093 _ACEOF
24217 cat confdefs.h >>conftest.$ac_ext 25094 cat confdefs.h >>conftest.$ac_ext
24218 cat >>conftest.$ac_ext <<_ACEOF 25095 cat >>conftest.$ac_ext <<_ACEOF
24222 if { (ac_try="$ac_cpp conftest.$ac_ext" 25099 if { (ac_try="$ac_cpp conftest.$ac_ext"
24223 case "(($ac_try" in 25100 case "(($ac_try" in
24224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25101 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24225 *) ac_try_echo=$ac_try;; 25102 *) ac_try_echo=$ac_try;;
24226 esac 25103 esac
24227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 25104 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
25105 $as_echo "$ac_try_echo") >&5
24228 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 25106 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
24229 ac_status=$? 25107 ac_status=$?
24230 grep -v '^ *+' conftest.er1 >conftest.err 25108 grep -v '^ *+' conftest.er1 >conftest.err
24231 rm -f conftest.er1 25109 rm -f conftest.er1
24232 cat conftest.err >&5 25110 cat conftest.err >&5
24233 echo "$as_me:$LINENO: \$? = $ac_status" >&5 25111 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24234 (exit $ac_status); } >/dev/null && { 25112 (exit $ac_status); } >/dev/null && {
24235 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 25113 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
24236 test ! -s conftest.err 25114 test ! -s conftest.err
24237 }; then 25115 }; then
24238 ac_header_preproc=yes 25116 ac_header_preproc=yes
24239 else 25117 else
24240 echo "$as_me: failed program was:" >&5 25118 $as_echo "$as_me: failed program was:" >&5
24241 sed 's/^/| /' conftest.$ac_ext >&5 25119 sed 's/^/| /' conftest.$ac_ext >&5
24242 25120
24243 ac_header_preproc=no 25121 ac_header_preproc=no
24244 fi 25122 fi
24245 25123
24246 rm -f conftest.err conftest.$ac_ext 25124 rm -f conftest.err conftest.$ac_ext
24247 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 25125 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24248 echo "${ECHO_T}$ac_header_preproc" >&6; } 25126 $as_echo "$ac_header_preproc" >&6; }
24249 25127
24250 # So? What about this header? 25128 # So? What about this header?
24251 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 25129 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24252 yes:no: ) 25130 yes:no: )
24253 { echo "$as_me:$LINENO: WARNING: compface.h: accepted by the compiler, rejected by the preprocessor!" >&5 25131 { $as_echo "$as_me:$LINENO: WARNING: compface.h: accepted by the compiler, rejected by the preprocessor!" >&5
24254 echo "$as_me: WARNING: compface.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 25132 $as_echo "$as_me: WARNING: compface.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24255 { echo "$as_me:$LINENO: WARNING: compface.h: proceeding with the compiler's result" >&5 25133 { $as_echo "$as_me:$LINENO: WARNING: compface.h: proceeding with the compiler's result" >&5
24256 echo "$as_me: WARNING: compface.h: proceeding with the compiler's result" >&2;} 25134 $as_echo "$as_me: WARNING: compface.h: proceeding with the compiler's result" >&2;}
24257 ac_header_preproc=yes 25135 ac_header_preproc=yes
24258 ;; 25136 ;;
24259 no:yes:* ) 25137 no:yes:* )
24260 { echo "$as_me:$LINENO: WARNING: compface.h: present but cannot be compiled" >&5 25138 { $as_echo "$as_me:$LINENO: WARNING: compface.h: present but cannot be compiled" >&5
24261 echo "$as_me: WARNING: compface.h: present but cannot be compiled" >&2;} 25139 $as_echo "$as_me: WARNING: compface.h: present but cannot be compiled" >&2;}
24262 { echo "$as_me:$LINENO: WARNING: compface.h: check for missing prerequisite headers?" >&5 25140 { $as_echo "$as_me:$LINENO: WARNING: compface.h: check for missing prerequisite headers?" >&5
24263 echo "$as_me: WARNING: compface.h: check for missing prerequisite headers?" >&2;} 25141 $as_echo "$as_me: WARNING: compface.h: check for missing prerequisite headers?" >&2;}
24264 { echo "$as_me:$LINENO: WARNING: compface.h: see the Autoconf documentation" >&5 25142 { $as_echo "$as_me:$LINENO: WARNING: compface.h: see the Autoconf documentation" >&5
24265 echo "$as_me: WARNING: compface.h: see the Autoconf documentation" >&2;} 25143 $as_echo "$as_me: WARNING: compface.h: see the Autoconf documentation" >&2;}
24266 { echo "$as_me:$LINENO: WARNING: compface.h: section \"Present But Cannot Be Compiled\"" >&5 25144 { $as_echo "$as_me:$LINENO: WARNING: compface.h: section \"Present But Cannot Be Compiled\"" >&5
24267 echo "$as_me: WARNING: compface.h: section \"Present But Cannot Be Compiled\"" >&2;} 25145 $as_echo "$as_me: WARNING: compface.h: section \"Present But Cannot Be Compiled\"" >&2;}
24268 { echo "$as_me:$LINENO: WARNING: compface.h: proceeding with the preprocessor's result" >&5 25146 { $as_echo "$as_me:$LINENO: WARNING: compface.h: proceeding with the preprocessor's result" >&5
24269 echo "$as_me: WARNING: compface.h: proceeding with the preprocessor's result" >&2;} 25147 $as_echo "$as_me: WARNING: compface.h: proceeding with the preprocessor's result" >&2;}
24270 { echo "$as_me:$LINENO: WARNING: compface.h: in the future, the compiler will take precedence" >&5 25148 { $as_echo "$as_me:$LINENO: WARNING: compface.h: in the future, the compiler will take precedence" >&5
24271 echo "$as_me: WARNING: compface.h: in the future, the compiler will take precedence" >&2;} 25149 $as_echo "$as_me: WARNING: compface.h: in the future, the compiler will take precedence" >&2;}
24272 ( cat <<\_ASBOX 25150 ( cat <<\_ASBOX
24273 ## ------------------------------------- ## 25151 ## ------------------------------------- ##
24274 ## Report this to xemacs-beta@xemacs.org ## 25152 ## Report this to xemacs-beta@xemacs.org ##
24275 ## ------------------------------------- ## 25153 ## ------------------------------------- ##
24276 _ASBOX 25154 _ASBOX
24277 ) | sed "s/^/$as_me: WARNING: /" >&2 25155 ) | sed "s/^/$as_me: WARNING: /" >&2
24278 ;; 25156 ;;
24279 esac 25157 esac
24280 { echo "$as_me:$LINENO: checking for compface.h" >&5 25158 { $as_echo "$as_me:$LINENO: checking for compface.h" >&5
24281 echo $ECHO_N "checking for compface.h... $ECHO_C" >&6; } 25159 $as_echo_n "checking for compface.h... " >&6; }
24282 if test "${ac_cv_header_compface_h+set}" = set; then 25160 if test "${ac_cv_header_compface_h+set}" = set; then
24283 echo $ECHO_N "(cached) $ECHO_C" >&6 25161 $as_echo_n "(cached) " >&6
24284 else 25162 else
24285 ac_cv_header_compface_h=$ac_header_preproc 25163 ac_cv_header_compface_h=$ac_header_preproc
24286 fi 25164 fi
24287 { echo "$as_me:$LINENO: result: $ac_cv_header_compface_h" >&5 25165 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_compface_h" >&5
24288 echo "${ECHO_T}$ac_cv_header_compface_h" >&6; } 25166 $as_echo "$ac_cv_header_compface_h" >&6; }
24289 25167
24290 fi 25168 fi
24291 if test $ac_cv_header_compface_h = yes; then 25169 if test "x$ac_cv_header_compface_h" = x""yes; then
24292 : 25170 :
24293 else 25171 else
24294 with_xface=no 25172 with_xface=no
24295 fi 25173 fi
24296 25174
24297 } 25175 }
24298 test -z "$with_xface" && { { echo "$as_me:$LINENO: checking for UnGenFace in -lcompface" >&5 25176 test -z "$with_xface" && { { $as_echo "$as_me:$LINENO: checking for UnGenFace in -lcompface" >&5
24299 echo $ECHO_N "checking for UnGenFace in -lcompface... $ECHO_C" >&6; } 25177 $as_echo_n "checking for UnGenFace in -lcompface... " >&6; }
24300 if test "${ac_cv_lib_compface_UnGenFace+set}" = set; then 25178 if test "${ac_cv_lib_compface_UnGenFace+set}" = set; then
24301 echo $ECHO_N "(cached) $ECHO_C" >&6 25179 $as_echo_n "(cached) " >&6
24302 else 25180 else
24303 ac_check_lib_save_LIBS=$LIBS 25181 ac_check_lib_save_LIBS=$LIBS
24304 LIBS="-lcompface $LIBS" 25182 LIBS="-lcompface $LIBS"
24305 cat >conftest.$ac_ext <<_ACEOF 25183 cat >conftest.$ac_ext <<_ACEOF
24306 /* confdefs.h. */ 25184 /* confdefs.h. */
24328 if { (ac_try="$ac_link" 25206 if { (ac_try="$ac_link"
24329 case "(($ac_try" in 25207 case "(($ac_try" in
24330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25208 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24331 *) ac_try_echo=$ac_try;; 25209 *) ac_try_echo=$ac_try;;
24332 esac 25210 esac
24333 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 25211 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
25212 $as_echo "$ac_try_echo") >&5
24334 (eval "$ac_link") 2>conftest.er1 25213 (eval "$ac_link") 2>conftest.er1
24335 ac_status=$? 25214 ac_status=$?
24336 grep -v '^ *+' conftest.er1 >conftest.err 25215 grep -v '^ *+' conftest.er1 >conftest.err
24337 rm -f conftest.er1 25216 rm -f conftest.er1
24338 cat conftest.err >&5 25217 cat conftest.err >&5
24339 echo "$as_me:$LINENO: \$? = $ac_status" >&5 25218 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24340 (exit $ac_status); } && { 25219 (exit $ac_status); } && {
24341 test -z "$ac_c_werror_flag" || 25220 test -z "$ac_c_werror_flag" ||
24342 test ! -s conftest.err 25221 test ! -s conftest.err
24343 } && test -s conftest$ac_exeext && 25222 } && test -s conftest$ac_exeext && {
24344 $as_test_x conftest$ac_exeext; then 25223 test "$cross_compiling" = yes ||
25224 $as_test_x conftest$ac_exeext
25225 }; then
24345 ac_cv_lib_compface_UnGenFace=yes 25226 ac_cv_lib_compface_UnGenFace=yes
24346 else 25227 else
24347 echo "$as_me: failed program was:" >&5 25228 $as_echo "$as_me: failed program was:" >&5
24348 sed 's/^/| /' conftest.$ac_ext >&5 25229 sed 's/^/| /' conftest.$ac_ext >&5
24349 25230
24350 ac_cv_lib_compface_UnGenFace=no 25231 ac_cv_lib_compface_UnGenFace=no
24351 fi 25232 fi
24352 25233
25234 rm -rf conftest.dSYM
24353 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 25235 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24354 conftest$ac_exeext conftest.$ac_ext 25236 conftest$ac_exeext conftest.$ac_ext
24355 LIBS=$ac_check_lib_save_LIBS 25237 LIBS=$ac_check_lib_save_LIBS
24356 fi 25238 fi
24357 { echo "$as_me:$LINENO: result: $ac_cv_lib_compface_UnGenFace" >&5 25239 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_compface_UnGenFace" >&5
24358 echo "${ECHO_T}$ac_cv_lib_compface_UnGenFace" >&6; } 25240 $as_echo "$ac_cv_lib_compface_UnGenFace" >&6; }
24359 if test $ac_cv_lib_compface_UnGenFace = yes; then 25241 if test "x$ac_cv_lib_compface_UnGenFace" = x""yes; then
24360 : 25242 :
24361 else 25243 else
24362 with_xface=no 25244 with_xface=no
24363 fi 25245 fi
24364 } 25246 }
24378 _ACEOF 25260 _ACEOF
24379 25261
24380 fi 25262 fi
24381 25263
24382 if test "$with_png $with_tiff" != "no no"; then 25264 if test "$with_png $with_tiff" != "no no"; then
24383 { echo "$as_me:$LINENO: checking for inflate in -lc" >&5 25265 { $as_echo "$as_me:$LINENO: checking for inflate in -lc" >&5
24384 echo $ECHO_N "checking for inflate in -lc... $ECHO_C" >&6; } 25266 $as_echo_n "checking for inflate in -lc... " >&6; }
24385 if test "${ac_cv_lib_c_inflate+set}" = set; then 25267 if test "${ac_cv_lib_c_inflate+set}" = set; then
24386 echo $ECHO_N "(cached) $ECHO_C" >&6 25268 $as_echo_n "(cached) " >&6
24387 else 25269 else
24388 ac_check_lib_save_LIBS=$LIBS 25270 ac_check_lib_save_LIBS=$LIBS
24389 LIBS="-lc $LIBS" 25271 LIBS="-lc $LIBS"
24390 cat >conftest.$ac_ext <<_ACEOF 25272 cat >conftest.$ac_ext <<_ACEOF
24391 /* confdefs.h. */ 25273 /* confdefs.h. */
24413 if { (ac_try="$ac_link" 25295 if { (ac_try="$ac_link"
24414 case "(($ac_try" in 25296 case "(($ac_try" in
24415 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25297 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24416 *) ac_try_echo=$ac_try;; 25298 *) ac_try_echo=$ac_try;;
24417 esac 25299 esac
24418 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 25300 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
25301 $as_echo "$ac_try_echo") >&5
24419 (eval "$ac_link") 2>conftest.er1 25302 (eval "$ac_link") 2>conftest.er1
24420 ac_status=$? 25303 ac_status=$?
24421 grep -v '^ *+' conftest.er1 >conftest.err 25304 grep -v '^ *+' conftest.er1 >conftest.err
24422 rm -f conftest.er1 25305 rm -f conftest.er1
24423 cat conftest.err >&5 25306 cat conftest.err >&5
24424 echo "$as_me:$LINENO: \$? = $ac_status" >&5 25307 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24425 (exit $ac_status); } && { 25308 (exit $ac_status); } && {
24426 test -z "$ac_c_werror_flag" || 25309 test -z "$ac_c_werror_flag" ||
24427 test ! -s conftest.err 25310 test ! -s conftest.err
24428 } && test -s conftest$ac_exeext && 25311 } && test -s conftest$ac_exeext && {
24429 $as_test_x conftest$ac_exeext; then 25312 test "$cross_compiling" = yes ||
25313 $as_test_x conftest$ac_exeext
25314 }; then
24430 ac_cv_lib_c_inflate=yes 25315 ac_cv_lib_c_inflate=yes
24431 else 25316 else
24432 echo "$as_me: failed program was:" >&5 25317 $as_echo "$as_me: failed program was:" >&5
24433 sed 's/^/| /' conftest.$ac_ext >&5 25318 sed 's/^/| /' conftest.$ac_ext >&5
24434 25319
24435 ac_cv_lib_c_inflate=no 25320 ac_cv_lib_c_inflate=no
24436 fi 25321 fi
24437 25322
25323 rm -rf conftest.dSYM
24438 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 25324 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24439 conftest$ac_exeext conftest.$ac_ext 25325 conftest$ac_exeext conftest.$ac_ext
24440 LIBS=$ac_check_lib_save_LIBS 25326 LIBS=$ac_check_lib_save_LIBS
24441 fi 25327 fi
24442 { echo "$as_me:$LINENO: result: $ac_cv_lib_c_inflate" >&5 25328 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_c_inflate" >&5
24443 echo "${ECHO_T}$ac_cv_lib_c_inflate" >&6; } 25329 $as_echo "$ac_cv_lib_c_inflate" >&6; }
24444 if test $ac_cv_lib_c_inflate = yes; then 25330 if test "x$ac_cv_lib_c_inflate" = x""yes; then
24445 : 25331 :
24446 else 25332 else
24447 25333
24448 { echo "$as_me:$LINENO: checking for inflate in -lz" >&5 25334 { $as_echo "$as_me:$LINENO: checking for inflate in -lz" >&5
24449 echo $ECHO_N "checking for inflate in -lz... $ECHO_C" >&6; } 25335 $as_echo_n "checking for inflate in -lz... " >&6; }
24450 if test "${ac_cv_lib_z_inflate+set}" = set; then 25336 if test "${ac_cv_lib_z_inflate+set}" = set; then
24451 echo $ECHO_N "(cached) $ECHO_C" >&6 25337 $as_echo_n "(cached) " >&6
24452 else 25338 else
24453 ac_check_lib_save_LIBS=$LIBS 25339 ac_check_lib_save_LIBS=$LIBS
24454 LIBS="-lz $LIBS" 25340 LIBS="-lz $LIBS"
24455 cat >conftest.$ac_ext <<_ACEOF 25341 cat >conftest.$ac_ext <<_ACEOF
24456 /* confdefs.h. */ 25342 /* confdefs.h. */
24478 if { (ac_try="$ac_link" 25364 if { (ac_try="$ac_link"
24479 case "(($ac_try" in 25365 case "(($ac_try" in
24480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25366 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24481 *) ac_try_echo=$ac_try;; 25367 *) ac_try_echo=$ac_try;;
24482 esac 25368 esac
24483 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 25369 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
25370 $as_echo "$ac_try_echo") >&5
24484 (eval "$ac_link") 2>conftest.er1 25371 (eval "$ac_link") 2>conftest.er1
24485 ac_status=$? 25372 ac_status=$?
24486 grep -v '^ *+' conftest.er1 >conftest.err 25373 grep -v '^ *+' conftest.er1 >conftest.err
24487 rm -f conftest.er1 25374 rm -f conftest.er1
24488 cat conftest.err >&5 25375 cat conftest.err >&5
24489 echo "$as_me:$LINENO: \$? = $ac_status" >&5 25376 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24490 (exit $ac_status); } && { 25377 (exit $ac_status); } && {
24491 test -z "$ac_c_werror_flag" || 25378 test -z "$ac_c_werror_flag" ||
24492 test ! -s conftest.err 25379 test ! -s conftest.err
24493 } && test -s conftest$ac_exeext && 25380 } && test -s conftest$ac_exeext && {
24494 $as_test_x conftest$ac_exeext; then 25381 test "$cross_compiling" = yes ||
25382 $as_test_x conftest$ac_exeext
25383 }; then
24495 ac_cv_lib_z_inflate=yes 25384 ac_cv_lib_z_inflate=yes
24496 else 25385 else
24497 echo "$as_me: failed program was:" >&5 25386 $as_echo "$as_me: failed program was:" >&5
24498 sed 's/^/| /' conftest.$ac_ext >&5 25387 sed 's/^/| /' conftest.$ac_ext >&5
24499 25388
24500 ac_cv_lib_z_inflate=no 25389 ac_cv_lib_z_inflate=no
24501 fi 25390 fi
24502 25391
25392 rm -rf conftest.dSYM
24503 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 25393 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24504 conftest$ac_exeext conftest.$ac_ext 25394 conftest$ac_exeext conftest.$ac_ext
24505 LIBS=$ac_check_lib_save_LIBS 25395 LIBS=$ac_check_lib_save_LIBS
24506 fi 25396 fi
24507 { echo "$as_me:$LINENO: result: $ac_cv_lib_z_inflate" >&5 25397 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_z_inflate" >&5
24508 echo "${ECHO_T}$ac_cv_lib_z_inflate" >&6; } 25398 $as_echo "$ac_cv_lib_z_inflate" >&6; }
24509 if test $ac_cv_lib_z_inflate = yes; then 25399 if test "x$ac_cv_lib_z_inflate" = x""yes; then
24510 libs_x="-lz $libs_x" && if test "$verbose" = "yes"; then echo " Prepending \"-lz\" to \$libs_x"; fi 25400 libs_x="-lz $libs_x" && if test "$verbose" = "yes"; then echo " Prepending \"-lz\" to \$libs_x"; fi
24511 else 25401 else
24512 25402
24513 { echo "$as_me:$LINENO: checking for inflate in -lgz" >&5 25403 { $as_echo "$as_me:$LINENO: checking for inflate in -lgz" >&5
24514 echo $ECHO_N "checking for inflate in -lgz... $ECHO_C" >&6; } 25404 $as_echo_n "checking for inflate in -lgz... " >&6; }
24515 if test "${ac_cv_lib_gz_inflate+set}" = set; then 25405 if test "${ac_cv_lib_gz_inflate+set}" = set; then
24516 echo $ECHO_N "(cached) $ECHO_C" >&6 25406 $as_echo_n "(cached) " >&6
24517 else 25407 else
24518 ac_check_lib_save_LIBS=$LIBS 25408 ac_check_lib_save_LIBS=$LIBS
24519 LIBS="-lgz $LIBS" 25409 LIBS="-lgz $LIBS"
24520 cat >conftest.$ac_ext <<_ACEOF 25410 cat >conftest.$ac_ext <<_ACEOF
24521 /* confdefs.h. */ 25411 /* confdefs.h. */
24543 if { (ac_try="$ac_link" 25433 if { (ac_try="$ac_link"
24544 case "(($ac_try" in 25434 case "(($ac_try" in
24545 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25435 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24546 *) ac_try_echo=$ac_try;; 25436 *) ac_try_echo=$ac_try;;
24547 esac 25437 esac
24548 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 25438 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
25439 $as_echo "$ac_try_echo") >&5
24549 (eval "$ac_link") 2>conftest.er1 25440 (eval "$ac_link") 2>conftest.er1
24550 ac_status=$? 25441 ac_status=$?
24551 grep -v '^ *+' conftest.er1 >conftest.err 25442 grep -v '^ *+' conftest.er1 >conftest.err
24552 rm -f conftest.er1 25443 rm -f conftest.er1
24553 cat conftest.err >&5 25444 cat conftest.err >&5
24554 echo "$as_me:$LINENO: \$? = $ac_status" >&5 25445 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24555 (exit $ac_status); } && { 25446 (exit $ac_status); } && {
24556 test -z "$ac_c_werror_flag" || 25447 test -z "$ac_c_werror_flag" ||
24557 test ! -s conftest.err 25448 test ! -s conftest.err
24558 } && test -s conftest$ac_exeext && 25449 } && test -s conftest$ac_exeext && {
24559 $as_test_x conftest$ac_exeext; then 25450 test "$cross_compiling" = yes ||
25451 $as_test_x conftest$ac_exeext
25452 }; then
24560 ac_cv_lib_gz_inflate=yes 25453 ac_cv_lib_gz_inflate=yes
24561 else 25454 else
24562 echo "$as_me: failed program was:" >&5 25455 $as_echo "$as_me: failed program was:" >&5
24563 sed 's/^/| /' conftest.$ac_ext >&5 25456 sed 's/^/| /' conftest.$ac_ext >&5
24564 25457
24565 ac_cv_lib_gz_inflate=no 25458 ac_cv_lib_gz_inflate=no
24566 fi 25459 fi
24567 25460
25461 rm -rf conftest.dSYM
24568 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 25462 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24569 conftest$ac_exeext conftest.$ac_ext 25463 conftest$ac_exeext conftest.$ac_ext
24570 LIBS=$ac_check_lib_save_LIBS 25464 LIBS=$ac_check_lib_save_LIBS
24571 fi 25465 fi
24572 { echo "$as_me:$LINENO: result: $ac_cv_lib_gz_inflate" >&5 25466 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gz_inflate" >&5
24573 echo "${ECHO_T}$ac_cv_lib_gz_inflate" >&6; } 25467 $as_echo "$ac_cv_lib_gz_inflate" >&6; }
24574 if test $ac_cv_lib_gz_inflate = yes; then 25468 if test "x$ac_cv_lib_gz_inflate" = x""yes; then
24575 libs_x="-lgz $libs_x" && if test "$verbose" = "yes"; then echo " Prepending \"-lgz\" to \$libs_x"; fi 25469 libs_x="-lgz $libs_x" && if test "$verbose" = "yes"; then echo " Prepending \"-lgz\" to \$libs_x"; fi
24576 fi 25470 fi
24577 25471
24578 fi 25472 fi
24579 25473
24580 fi 25474 fi
24581 25475
24582 fi 25476 fi
24583 25477
24584 test -z "$with_jpeg" && { if test "${ac_cv_header_jpeglib_h+set}" = set; then 25478 test -z "$with_jpeg" && { if test "${ac_cv_header_jpeglib_h+set}" = set; then
24585 { echo "$as_me:$LINENO: checking for jpeglib.h" >&5 25479 { $as_echo "$as_me:$LINENO: checking for jpeglib.h" >&5
24586 echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6; } 25480 $as_echo_n "checking for jpeglib.h... " >&6; }
24587 if test "${ac_cv_header_jpeglib_h+set}" = set; then 25481 if test "${ac_cv_header_jpeglib_h+set}" = set; then
24588 echo $ECHO_N "(cached) $ECHO_C" >&6 25482 $as_echo_n "(cached) " >&6
24589 fi 25483 fi
24590 { echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5 25484 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5
24591 echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6; } 25485 $as_echo "$ac_cv_header_jpeglib_h" >&6; }
24592 else 25486 else
24593 # Is the header compilable? 25487 # Is the header compilable?
24594 { echo "$as_me:$LINENO: checking jpeglib.h usability" >&5 25488 { $as_echo "$as_me:$LINENO: checking jpeglib.h usability" >&5
24595 echo $ECHO_N "checking jpeglib.h usability... $ECHO_C" >&6; } 25489 $as_echo_n "checking jpeglib.h usability... " >&6; }
24596 cat >conftest.$ac_ext <<_ACEOF 25490 cat >conftest.$ac_ext <<_ACEOF
24597 /* confdefs.h. */ 25491 /* confdefs.h. */
24598 _ACEOF 25492 _ACEOF
24599 cat confdefs.h >>conftest.$ac_ext 25493 cat confdefs.h >>conftest.$ac_ext
24600 cat >>conftest.$ac_ext <<_ACEOF 25494 cat >>conftest.$ac_ext <<_ACEOF
24606 if { (ac_try="$ac_compile" 25500 if { (ac_try="$ac_compile"
24607 case "(($ac_try" in 25501 case "(($ac_try" in
24608 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25502 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24609 *) ac_try_echo=$ac_try;; 25503 *) ac_try_echo=$ac_try;;
24610 esac 25504 esac
24611 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 25505 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
25506 $as_echo "$ac_try_echo") >&5
24612 (eval "$ac_compile") 2>conftest.er1 25507 (eval "$ac_compile") 2>conftest.er1
24613 ac_status=$? 25508 ac_status=$?
24614 grep -v '^ *+' conftest.er1 >conftest.err 25509 grep -v '^ *+' conftest.er1 >conftest.err
24615 rm -f conftest.er1 25510 rm -f conftest.er1
24616 cat conftest.err >&5 25511 cat conftest.err >&5
24617 echo "$as_me:$LINENO: \$? = $ac_status" >&5 25512 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24618 (exit $ac_status); } && { 25513 (exit $ac_status); } && {
24619 test -z "$ac_c_werror_flag" || 25514 test -z "$ac_c_werror_flag" ||
24620 test ! -s conftest.err 25515 test ! -s conftest.err
24621 } && test -s conftest.$ac_objext; then 25516 } && test -s conftest.$ac_objext; then
24622 ac_header_compiler=yes 25517 ac_header_compiler=yes
24623 else 25518 else
24624 echo "$as_me: failed program was:" >&5 25519 $as_echo "$as_me: failed program was:" >&5
24625 sed 's/^/| /' conftest.$ac_ext >&5 25520 sed 's/^/| /' conftest.$ac_ext >&5
24626 25521
24627 ac_header_compiler=no 25522 ac_header_compiler=no
24628 fi 25523 fi
24629 25524
24630 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 25525 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24631 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 25526 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24632 echo "${ECHO_T}$ac_header_compiler" >&6; } 25527 $as_echo "$ac_header_compiler" >&6; }
24633 25528
24634 # Is the header present? 25529 # Is the header present?
24635 { echo "$as_me:$LINENO: checking jpeglib.h presence" >&5 25530 { $as_echo "$as_me:$LINENO: checking jpeglib.h presence" >&5
24636 echo $ECHO_N "checking jpeglib.h presence... $ECHO_C" >&6; } 25531 $as_echo_n "checking jpeglib.h presence... " >&6; }
24637 cat >conftest.$ac_ext <<_ACEOF 25532 cat >conftest.$ac_ext <<_ACEOF
24638 /* confdefs.h. */ 25533 /* confdefs.h. */
24639 _ACEOF 25534 _ACEOF
24640 cat confdefs.h >>conftest.$ac_ext 25535 cat confdefs.h >>conftest.$ac_ext
24641 cat >>conftest.$ac_ext <<_ACEOF 25536 cat >>conftest.$ac_ext <<_ACEOF
24645 if { (ac_try="$ac_cpp conftest.$ac_ext" 25540 if { (ac_try="$ac_cpp conftest.$ac_ext"
24646 case "(($ac_try" in 25541 case "(($ac_try" in
24647 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25542 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24648 *) ac_try_echo=$ac_try;; 25543 *) ac_try_echo=$ac_try;;
24649 esac 25544 esac
24650 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 25545 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
25546 $as_echo "$ac_try_echo") >&5
24651 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 25547 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
24652 ac_status=$? 25548 ac_status=$?
24653 grep -v '^ *+' conftest.er1 >conftest.err 25549 grep -v '^ *+' conftest.er1 >conftest.err
24654 rm -f conftest.er1 25550 rm -f conftest.er1
24655 cat conftest.err >&5 25551 cat conftest.err >&5
24656 echo "$as_me:$LINENO: \$? = $ac_status" >&5 25552 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24657 (exit $ac_status); } >/dev/null && { 25553 (exit $ac_status); } >/dev/null && {
24658 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 25554 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
24659 test ! -s conftest.err 25555 test ! -s conftest.err
24660 }; then 25556 }; then
24661 ac_header_preproc=yes 25557 ac_header_preproc=yes
24662 else 25558 else
24663 echo "$as_me: failed program was:" >&5 25559 $as_echo "$as_me: failed program was:" >&5
24664 sed 's/^/| /' conftest.$ac_ext >&5 25560 sed 's/^/| /' conftest.$ac_ext >&5
24665 25561
24666 ac_header_preproc=no 25562 ac_header_preproc=no
24667 fi 25563 fi
24668 25564
24669 rm -f conftest.err conftest.$ac_ext 25565 rm -f conftest.err conftest.$ac_ext
24670 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 25566 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24671 echo "${ECHO_T}$ac_header_preproc" >&6; } 25567 $as_echo "$ac_header_preproc" >&6; }
24672 25568
24673 # So? What about this header? 25569 # So? What about this header?
24674 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 25570 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24675 yes:no: ) 25571 yes:no: )
24676 { echo "$as_me:$LINENO: WARNING: jpeglib.h: accepted by the compiler, rejected by the preprocessor!" >&5 25572 { $as_echo "$as_me:$LINENO: WARNING: jpeglib.h: accepted by the compiler, rejected by the preprocessor!" >&5
24677 echo "$as_me: WARNING: jpeglib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 25573 $as_echo "$as_me: WARNING: jpeglib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24678 { echo "$as_me:$LINENO: WARNING: jpeglib.h: proceeding with the compiler's result" >&5 25574 { $as_echo "$as_me:$LINENO: WARNING: jpeglib.h: proceeding with the compiler's result" >&5
24679 echo "$as_me: WARNING: jpeglib.h: proceeding with the compiler's result" >&2;} 25575 $as_echo "$as_me: WARNING: jpeglib.h: proceeding with the compiler's result" >&2;}
24680 ac_header_preproc=yes 25576 ac_header_preproc=yes
24681 ;; 25577 ;;
24682 no:yes:* ) 25578 no:yes:* )
24683 { echo "$as_me:$LINENO: WARNING: jpeglib.h: present but cannot be compiled" >&5 25579 { $as_echo "$as_me:$LINENO: WARNING: jpeglib.h: present but cannot be compiled" >&5
24684 echo "$as_me: WARNING: jpeglib.h: present but cannot be compiled" >&2;} 25580 $as_echo "$as_me: WARNING: jpeglib.h: present but cannot be compiled" >&2;}
24685 { echo "$as_me:$LINENO: WARNING: jpeglib.h: check for missing prerequisite headers?" >&5 25581 { $as_echo "$as_me:$LINENO: WARNING: jpeglib.h: check for missing prerequisite headers?" >&5
24686 echo "$as_me: WARNING: jpeglib.h: check for missing prerequisite headers?" >&2;} 25582 $as_echo "$as_me: WARNING: jpeglib.h: check for missing prerequisite headers?" >&2;}
24687 { echo "$as_me:$LINENO: WARNING: jpeglib.h: see the Autoconf documentation" >&5 25583 { $as_echo "$as_me:$LINENO: WARNING: jpeglib.h: see the Autoconf documentation" >&5
24688 echo "$as_me: WARNING: jpeglib.h: see the Autoconf documentation" >&2;} 25584 $as_echo "$as_me: WARNING: jpeglib.h: see the Autoconf documentation" >&2;}
24689 { echo "$as_me:$LINENO: WARNING: jpeglib.h: section \"Present But Cannot Be Compiled\"" >&5 25585 { $as_echo "$as_me:$LINENO: WARNING: jpeglib.h: section \"Present But Cannot Be Compiled\"" >&5
24690 echo "$as_me: WARNING: jpeglib.h: section \"Present But Cannot Be Compiled\"" >&2;} 25586 $as_echo "$as_me: WARNING: jpeglib.h: section \"Present But Cannot Be Compiled\"" >&2;}
24691 { echo "$as_me:$LINENO: WARNING: jpeglib.h: proceeding with the preprocessor's result" >&5 25587 { $as_echo "$as_me:$LINENO: WARNING: jpeglib.h: proceeding with the preprocessor's result" >&5
24692 echo "$as_me: WARNING: jpeglib.h: proceeding with the preprocessor's result" >&2;} 25588 $as_echo "$as_me: WARNING: jpeglib.h: proceeding with the preprocessor's result" >&2;}
24693 { echo "$as_me:$LINENO: WARNING: jpeglib.h: in the future, the compiler will take precedence" >&5 25589 { $as_echo "$as_me:$LINENO: WARNING: jpeglib.h: in the future, the compiler will take precedence" >&5
24694 echo "$as_me: WARNING: jpeglib.h: in the future, the compiler will take precedence" >&2;} 25590 $as_echo "$as_me: WARNING: jpeglib.h: in the future, the compiler will take precedence" >&2;}
24695 ( cat <<\_ASBOX 25591 ( cat <<\_ASBOX
24696 ## ------------------------------------- ## 25592 ## ------------------------------------- ##
24697 ## Report this to xemacs-beta@xemacs.org ## 25593 ## Report this to xemacs-beta@xemacs.org ##
24698 ## ------------------------------------- ## 25594 ## ------------------------------------- ##
24699 _ASBOX 25595 _ASBOX
24700 ) | sed "s/^/$as_me: WARNING: /" >&2 25596 ) | sed "s/^/$as_me: WARNING: /" >&2
24701 ;; 25597 ;;
24702 esac 25598 esac
24703 { echo "$as_me:$LINENO: checking for jpeglib.h" >&5 25599 { $as_echo "$as_me:$LINENO: checking for jpeglib.h" >&5
24704 echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6; } 25600 $as_echo_n "checking for jpeglib.h... " >&6; }
24705 if test "${ac_cv_header_jpeglib_h+set}" = set; then 25601 if test "${ac_cv_header_jpeglib_h+set}" = set; then
24706 echo $ECHO_N "(cached) $ECHO_C" >&6 25602 $as_echo_n "(cached) " >&6
24707 else 25603 else
24708 ac_cv_header_jpeglib_h=$ac_header_preproc 25604 ac_cv_header_jpeglib_h=$ac_header_preproc
24709 fi 25605 fi
24710 { echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5 25606 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5
24711 echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6; } 25607 $as_echo "$ac_cv_header_jpeglib_h" >&6; }
24712 25608
24713 fi 25609 fi
24714 if test $ac_cv_header_jpeglib_h = yes; then 25610 if test "x$ac_cv_header_jpeglib_h" = x""yes; then
24715 : 25611 :
24716 else 25612 else
24717 with_jpeg=no 25613 with_jpeg=no
24718 fi 25614 fi
24719 25615
24720 } 25616 }
24721 test -z "$with_jpeg" && { { echo "$as_me:$LINENO: checking for jpeg_destroy_decompress in -ljpeg" >&5 25617 test -z "$with_jpeg" && { { $as_echo "$as_me:$LINENO: checking for jpeg_destroy_decompress in -ljpeg" >&5
24722 echo $ECHO_N "checking for jpeg_destroy_decompress in -ljpeg... $ECHO_C" >&6; } 25618 $as_echo_n "checking for jpeg_destroy_decompress in -ljpeg... " >&6; }
24723 if test "${ac_cv_lib_jpeg_jpeg_destroy_decompress+set}" = set; then 25619 if test "${ac_cv_lib_jpeg_jpeg_destroy_decompress+set}" = set; then
24724 echo $ECHO_N "(cached) $ECHO_C" >&6 25620 $as_echo_n "(cached) " >&6
24725 else 25621 else
24726 ac_check_lib_save_LIBS=$LIBS 25622 ac_check_lib_save_LIBS=$LIBS
24727 LIBS="-ljpeg $LIBS" 25623 LIBS="-ljpeg $LIBS"
24728 cat >conftest.$ac_ext <<_ACEOF 25624 cat >conftest.$ac_ext <<_ACEOF
24729 /* confdefs.h. */ 25625 /* confdefs.h. */
24751 if { (ac_try="$ac_link" 25647 if { (ac_try="$ac_link"
24752 case "(($ac_try" in 25648 case "(($ac_try" in
24753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25649 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24754 *) ac_try_echo=$ac_try;; 25650 *) ac_try_echo=$ac_try;;
24755 esac 25651 esac
24756 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 25652 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
25653 $as_echo "$ac_try_echo") >&5
24757 (eval "$ac_link") 2>conftest.er1 25654 (eval "$ac_link") 2>conftest.er1
24758 ac_status=$? 25655 ac_status=$?
24759 grep -v '^ *+' conftest.er1 >conftest.err 25656 grep -v '^ *+' conftest.er1 >conftest.err
24760 rm -f conftest.er1 25657 rm -f conftest.er1
24761 cat conftest.err >&5 25658 cat conftest.err >&5
24762 echo "$as_me:$LINENO: \$? = $ac_status" >&5 25659 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24763 (exit $ac_status); } && { 25660 (exit $ac_status); } && {
24764 test -z "$ac_c_werror_flag" || 25661 test -z "$ac_c_werror_flag" ||
24765 test ! -s conftest.err 25662 test ! -s conftest.err
24766 } && test -s conftest$ac_exeext && 25663 } && test -s conftest$ac_exeext && {
24767 $as_test_x conftest$ac_exeext; then 25664 test "$cross_compiling" = yes ||
25665 $as_test_x conftest$ac_exeext
25666 }; then
24768 ac_cv_lib_jpeg_jpeg_destroy_decompress=yes 25667 ac_cv_lib_jpeg_jpeg_destroy_decompress=yes
24769 else 25668 else
24770 echo "$as_me: failed program was:" >&5 25669 $as_echo "$as_me: failed program was:" >&5
24771 sed 's/^/| /' conftest.$ac_ext >&5 25670 sed 's/^/| /' conftest.$ac_ext >&5
24772 25671
24773 ac_cv_lib_jpeg_jpeg_destroy_decompress=no 25672 ac_cv_lib_jpeg_jpeg_destroy_decompress=no
24774 fi 25673 fi
24775 25674
25675 rm -rf conftest.dSYM
24776 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 25676 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24777 conftest$ac_exeext conftest.$ac_ext 25677 conftest$ac_exeext conftest.$ac_ext
24778 LIBS=$ac_check_lib_save_LIBS 25678 LIBS=$ac_check_lib_save_LIBS
24779 fi 25679 fi
24780 { echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_destroy_decompress" >&5 25680 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_destroy_decompress" >&5
24781 echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_destroy_decompress" >&6; } 25681 $as_echo "$ac_cv_lib_jpeg_jpeg_destroy_decompress" >&6; }
24782 if test $ac_cv_lib_jpeg_jpeg_destroy_decompress = yes; then 25682 if test "x$ac_cv_lib_jpeg_jpeg_destroy_decompress" = x""yes; then
24783 : 25683 :
24784 else 25684 else
24785 with_jpeg=no 25685 with_jpeg=no
24786 fi 25686 fi
24787 } 25687 }
24793 25693
24794 libs_x="-ljpeg $libs_x" && if test "$verbose" = "yes"; then echo " Prepending \"-ljpeg\" to \$libs_x"; fi 25694 libs_x="-ljpeg $libs_x" && if test "$verbose" = "yes"; then echo " Prepending \"-ljpeg\" to \$libs_x"; fi
24795 fi 25695 fi
24796 25696
24797 png_problem="" 25697 png_problem=""
24798 test -z "$with_png" && { { echo "$as_me:$LINENO: checking for pow" >&5 25698 test -z "$with_png" && { { $as_echo "$as_me:$LINENO: checking for pow" >&5
24799 echo $ECHO_N "checking for pow... $ECHO_C" >&6; } 25699 $as_echo_n "checking for pow... " >&6; }
24800 if test "${ac_cv_func_pow+set}" = set; then 25700 if test "${ac_cv_func_pow+set}" = set; then
24801 echo $ECHO_N "(cached) $ECHO_C" >&6 25701 $as_echo_n "(cached) " >&6
24802 else 25702 else
24803 cat >conftest.$ac_ext <<_ACEOF 25703 cat >conftest.$ac_ext <<_ACEOF
24804 /* confdefs.h. */ 25704 /* confdefs.h. */
24805 _ACEOF 25705 _ACEOF
24806 cat confdefs.h >>conftest.$ac_ext 25706 cat confdefs.h >>conftest.$ac_ext
24849 if { (ac_try="$ac_link" 25749 if { (ac_try="$ac_link"
24850 case "(($ac_try" in 25750 case "(($ac_try" in
24851 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25751 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24852 *) ac_try_echo=$ac_try;; 25752 *) ac_try_echo=$ac_try;;
24853 esac 25753 esac
24854 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 25754 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
25755 $as_echo "$ac_try_echo") >&5
24855 (eval "$ac_link") 2>conftest.er1 25756 (eval "$ac_link") 2>conftest.er1
24856 ac_status=$? 25757 ac_status=$?
24857 grep -v '^ *+' conftest.er1 >conftest.err 25758 grep -v '^ *+' conftest.er1 >conftest.err
24858 rm -f conftest.er1 25759 rm -f conftest.er1
24859 cat conftest.err >&5 25760 cat conftest.err >&5
24860 echo "$as_me:$LINENO: \$? = $ac_status" >&5 25761 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24861 (exit $ac_status); } && { 25762 (exit $ac_status); } && {
24862 test -z "$ac_c_werror_flag" || 25763 test -z "$ac_c_werror_flag" ||
24863 test ! -s conftest.err 25764 test ! -s conftest.err
24864 } && test -s conftest$ac_exeext && 25765 } && test -s conftest$ac_exeext && {
24865 $as_test_x conftest$ac_exeext; then 25766 test "$cross_compiling" = yes ||
25767 $as_test_x conftest$ac_exeext
25768 }; then
24866 ac_cv_func_pow=yes 25769 ac_cv_func_pow=yes
24867 else 25770 else
24868 echo "$as_me: failed program was:" >&5 25771 $as_echo "$as_me: failed program was:" >&5
24869 sed 's/^/| /' conftest.$ac_ext >&5 25772 sed 's/^/| /' conftest.$ac_ext >&5
24870 25773
24871 ac_cv_func_pow=no 25774 ac_cv_func_pow=no
24872 fi 25775 fi
24873 25776
25777 rm -rf conftest.dSYM
24874 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 25778 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24875 conftest$ac_exeext conftest.$ac_ext 25779 conftest$ac_exeext conftest.$ac_ext
24876 fi 25780 fi
24877 { echo "$as_me:$LINENO: result: $ac_cv_func_pow" >&5 25781 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_pow" >&5
24878 echo "${ECHO_T}$ac_cv_func_pow" >&6; } 25782 $as_echo "$ac_cv_func_pow" >&6; }
24879 if test $ac_cv_func_pow = yes; then 25783 if test "x$ac_cv_func_pow" = x""yes; then
24880 : 25784 :
24881 else 25785 else
24882 with_png=no 25786 with_png=no
24883 fi 25787 fi
24884 } 25788 }
24885 test -z "$with_png" && { if test "${ac_cv_header_png_h+set}" = set; then 25789 test -z "$with_png" && { if test "${ac_cv_header_png_h+set}" = set; then
24886 { echo "$as_me:$LINENO: checking for png.h" >&5 25790 { $as_echo "$as_me:$LINENO: checking for png.h" >&5
24887 echo $ECHO_N "checking for png.h... $ECHO_C" >&6; } 25791 $as_echo_n "checking for png.h... " >&6; }
24888 if test "${ac_cv_header_png_h+set}" = set; then 25792 if test "${ac_cv_header_png_h+set}" = set; then
24889 echo $ECHO_N "(cached) $ECHO_C" >&6 25793 $as_echo_n "(cached) " >&6
24890 fi 25794 fi
24891 { echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5 25795 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
24892 echo "${ECHO_T}$ac_cv_header_png_h" >&6; } 25796 $as_echo "$ac_cv_header_png_h" >&6; }
24893 else 25797 else
24894 # Is the header compilable? 25798 # Is the header compilable?
24895 { echo "$as_me:$LINENO: checking png.h usability" >&5 25799 { $as_echo "$as_me:$LINENO: checking png.h usability" >&5
24896 echo $ECHO_N "checking png.h usability... $ECHO_C" >&6; } 25800 $as_echo_n "checking png.h usability... " >&6; }
24897 cat >conftest.$ac_ext <<_ACEOF 25801 cat >conftest.$ac_ext <<_ACEOF
24898 /* confdefs.h. */ 25802 /* confdefs.h. */
24899 _ACEOF 25803 _ACEOF
24900 cat confdefs.h >>conftest.$ac_ext 25804 cat confdefs.h >>conftest.$ac_ext
24901 cat >>conftest.$ac_ext <<_ACEOF 25805 cat >>conftest.$ac_ext <<_ACEOF
24907 if { (ac_try="$ac_compile" 25811 if { (ac_try="$ac_compile"
24908 case "(($ac_try" in 25812 case "(($ac_try" in
24909 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25813 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24910 *) ac_try_echo=$ac_try;; 25814 *) ac_try_echo=$ac_try;;
24911 esac 25815 esac
24912 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 25816 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
25817 $as_echo "$ac_try_echo") >&5
24913 (eval "$ac_compile") 2>conftest.er1 25818 (eval "$ac_compile") 2>conftest.er1
24914 ac_status=$? 25819 ac_status=$?
24915 grep -v '^ *+' conftest.er1 >conftest.err 25820 grep -v '^ *+' conftest.er1 >conftest.err
24916 rm -f conftest.er1 25821 rm -f conftest.er1
24917 cat conftest.err >&5 25822 cat conftest.err >&5
24918 echo "$as_me:$LINENO: \$? = $ac_status" >&5 25823 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24919 (exit $ac_status); } && { 25824 (exit $ac_status); } && {
24920 test -z "$ac_c_werror_flag" || 25825 test -z "$ac_c_werror_flag" ||
24921 test ! -s conftest.err 25826 test ! -s conftest.err
24922 } && test -s conftest.$ac_objext; then 25827 } && test -s conftest.$ac_objext; then
24923 ac_header_compiler=yes 25828 ac_header_compiler=yes
24924 else 25829 else
24925 echo "$as_me: failed program was:" >&5 25830 $as_echo "$as_me: failed program was:" >&5
24926 sed 's/^/| /' conftest.$ac_ext >&5 25831 sed 's/^/| /' conftest.$ac_ext >&5
24927 25832
24928 ac_header_compiler=no 25833 ac_header_compiler=no
24929 fi 25834 fi
24930 25835
24931 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 25836 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24932 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 25837 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24933 echo "${ECHO_T}$ac_header_compiler" >&6; } 25838 $as_echo "$ac_header_compiler" >&6; }
24934 25839
24935 # Is the header present? 25840 # Is the header present?
24936 { echo "$as_me:$LINENO: checking png.h presence" >&5 25841 { $as_echo "$as_me:$LINENO: checking png.h presence" >&5
24937 echo $ECHO_N "checking png.h presence... $ECHO_C" >&6; } 25842 $as_echo_n "checking png.h presence... " >&6; }
24938 cat >conftest.$ac_ext <<_ACEOF 25843 cat >conftest.$ac_ext <<_ACEOF
24939 /* confdefs.h. */ 25844 /* confdefs.h. */
24940 _ACEOF 25845 _ACEOF
24941 cat confdefs.h >>conftest.$ac_ext 25846 cat confdefs.h >>conftest.$ac_ext
24942 cat >>conftest.$ac_ext <<_ACEOF 25847 cat >>conftest.$ac_ext <<_ACEOF
24946 if { (ac_try="$ac_cpp conftest.$ac_ext" 25851 if { (ac_try="$ac_cpp conftest.$ac_ext"
24947 case "(($ac_try" in 25852 case "(($ac_try" in
24948 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25853 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24949 *) ac_try_echo=$ac_try;; 25854 *) ac_try_echo=$ac_try;;
24950 esac 25855 esac
24951 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 25856 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
25857 $as_echo "$ac_try_echo") >&5
24952 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 25858 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
24953 ac_status=$? 25859 ac_status=$?
24954 grep -v '^ *+' conftest.er1 >conftest.err 25860 grep -v '^ *+' conftest.er1 >conftest.err
24955 rm -f conftest.er1 25861 rm -f conftest.er1
24956 cat conftest.err >&5 25862 cat conftest.err >&5
24957 echo "$as_me:$LINENO: \$? = $ac_status" >&5 25863 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24958 (exit $ac_status); } >/dev/null && { 25864 (exit $ac_status); } >/dev/null && {
24959 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 25865 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
24960 test ! -s conftest.err 25866 test ! -s conftest.err
24961 }; then 25867 }; then
24962 ac_header_preproc=yes 25868 ac_header_preproc=yes
24963 else 25869 else
24964 echo "$as_me: failed program was:" >&5 25870 $as_echo "$as_me: failed program was:" >&5
24965 sed 's/^/| /' conftest.$ac_ext >&5 25871 sed 's/^/| /' conftest.$ac_ext >&5
24966 25872
24967 ac_header_preproc=no 25873 ac_header_preproc=no
24968 fi 25874 fi
24969 25875
24970 rm -f conftest.err conftest.$ac_ext 25876 rm -f conftest.err conftest.$ac_ext
24971 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 25877 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24972 echo "${ECHO_T}$ac_header_preproc" >&6; } 25878 $as_echo "$ac_header_preproc" >&6; }
24973 25879
24974 # So? What about this header? 25880 # So? What about this header?
24975 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 25881 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24976 yes:no: ) 25882 yes:no: )
24977 { echo "$as_me:$LINENO: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&5 25883 { $as_echo "$as_me:$LINENO: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&5
24978 echo "$as_me: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 25884 $as_echo "$as_me: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24979 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the compiler's result" >&5 25885 { $as_echo "$as_me:$LINENO: WARNING: png.h: proceeding with the compiler's result" >&5
24980 echo "$as_me: WARNING: png.h: proceeding with the compiler's result" >&2;} 25886 $as_echo "$as_me: WARNING: png.h: proceeding with the compiler's result" >&2;}
24981 ac_header_preproc=yes 25887 ac_header_preproc=yes
24982 ;; 25888 ;;
24983 no:yes:* ) 25889 no:yes:* )
24984 { echo "$as_me:$LINENO: WARNING: png.h: present but cannot be compiled" >&5 25890 { $as_echo "$as_me:$LINENO: WARNING: png.h: present but cannot be compiled" >&5
24985 echo "$as_me: WARNING: png.h: present but cannot be compiled" >&2;} 25891 $as_echo "$as_me: WARNING: png.h: present but cannot be compiled" >&2;}
24986 { echo "$as_me:$LINENO: WARNING: png.h: check for missing prerequisite headers?" >&5 25892 { $as_echo "$as_me:$LINENO: WARNING: png.h: check for missing prerequisite headers?" >&5
24987 echo "$as_me: WARNING: png.h: check for missing prerequisite headers?" >&2;} 25893 $as_echo "$as_me: WARNING: png.h: check for missing prerequisite headers?" >&2;}
24988 { echo "$as_me:$LINENO: WARNING: png.h: see the Autoconf documentation" >&5 25894 { $as_echo "$as_me:$LINENO: WARNING: png.h: see the Autoconf documentation" >&5
24989 echo "$as_me: WARNING: png.h: see the Autoconf documentation" >&2;} 25895 $as_echo "$as_me: WARNING: png.h: see the Autoconf documentation" >&2;}
24990 { echo "$as_me:$LINENO: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&5 25896 { $as_echo "$as_me:$LINENO: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&5
24991 echo "$as_me: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&2;} 25897 $as_echo "$as_me: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&2;}
24992 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5 25898 { $as_echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
24993 echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;} 25899 $as_echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
24994 { echo "$as_me:$LINENO: WARNING: png.h: in the future, the compiler will take precedence" >&5 25900 { $as_echo "$as_me:$LINENO: WARNING: png.h: in the future, the compiler will take precedence" >&5
24995 echo "$as_me: WARNING: png.h: in the future, the compiler will take precedence" >&2;} 25901 $as_echo "$as_me: WARNING: png.h: in the future, the compiler will take precedence" >&2;}
24996 ( cat <<\_ASBOX 25902 ( cat <<\_ASBOX
24997 ## ------------------------------------- ## 25903 ## ------------------------------------- ##
24998 ## Report this to xemacs-beta@xemacs.org ## 25904 ## Report this to xemacs-beta@xemacs.org ##
24999 ## ------------------------------------- ## 25905 ## ------------------------------------- ##
25000 _ASBOX 25906 _ASBOX
25001 ) | sed "s/^/$as_me: WARNING: /" >&2 25907 ) | sed "s/^/$as_me: WARNING: /" >&2
25002 ;; 25908 ;;
25003 esac 25909 esac
25004 { echo "$as_me:$LINENO: checking for png.h" >&5 25910 { $as_echo "$as_me:$LINENO: checking for png.h" >&5
25005 echo $ECHO_N "checking for png.h... $ECHO_C" >&6; } 25911 $as_echo_n "checking for png.h... " >&6; }
25006 if test "${ac_cv_header_png_h+set}" = set; then 25912 if test "${ac_cv_header_png_h+set}" = set; then
25007 echo $ECHO_N "(cached) $ECHO_C" >&6 25913 $as_echo_n "(cached) " >&6
25008 else 25914 else
25009 ac_cv_header_png_h=$ac_header_preproc 25915 ac_cv_header_png_h=$ac_header_preproc
25010 fi 25916 fi
25011 { echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5 25917 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
25012 echo "${ECHO_T}$ac_cv_header_png_h" >&6; } 25918 $as_echo "$ac_cv_header_png_h" >&6; }
25013 25919
25014 fi 25920 fi
25015 if test $ac_cv_header_png_h = yes; then 25921 if test "x$ac_cv_header_png_h" = x""yes; then
25016 : 25922 :
25017 else 25923 else
25018 with_png=no 25924 with_png=no
25019 fi 25925 fi
25020 25926
25021 } 25927 }
25022 test -z "$with_png" && { { echo "$as_me:$LINENO: checking for png_read_image in -lpng" >&5 25928 test -z "$with_png" && { { $as_echo "$as_me:$LINENO: checking for png_read_image in -lpng" >&5
25023 echo $ECHO_N "checking for png_read_image in -lpng... $ECHO_C" >&6; } 25929 $as_echo_n "checking for png_read_image in -lpng... " >&6; }
25024 if test "${ac_cv_lib_png_png_read_image+set}" = set; then 25930 if test "${ac_cv_lib_png_png_read_image+set}" = set; then
25025 echo $ECHO_N "(cached) $ECHO_C" >&6 25931 $as_echo_n "(cached) " >&6
25026 else 25932 else
25027 ac_check_lib_save_LIBS=$LIBS 25933 ac_check_lib_save_LIBS=$LIBS
25028 LIBS="-lpng -lz $LIBS" 25934 LIBS="-lpng -lz $LIBS"
25029 cat >conftest.$ac_ext <<_ACEOF 25935 cat >conftest.$ac_ext <<_ACEOF
25030 /* confdefs.h. */ 25936 /* confdefs.h. */
25052 if { (ac_try="$ac_link" 25958 if { (ac_try="$ac_link"
25053 case "(($ac_try" in 25959 case "(($ac_try" in
25054 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 25960 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25055 *) ac_try_echo=$ac_try;; 25961 *) ac_try_echo=$ac_try;;
25056 esac 25962 esac
25057 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 25963 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
25964 $as_echo "$ac_try_echo") >&5
25058 (eval "$ac_link") 2>conftest.er1 25965 (eval "$ac_link") 2>conftest.er1
25059 ac_status=$? 25966 ac_status=$?
25060 grep -v '^ *+' conftest.er1 >conftest.err 25967 grep -v '^ *+' conftest.er1 >conftest.err
25061 rm -f conftest.er1 25968 rm -f conftest.er1
25062 cat conftest.err >&5 25969 cat conftest.err >&5
25063 echo "$as_me:$LINENO: \$? = $ac_status" >&5 25970 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25064 (exit $ac_status); } && { 25971 (exit $ac_status); } && {
25065 test -z "$ac_c_werror_flag" || 25972 test -z "$ac_c_werror_flag" ||
25066 test ! -s conftest.err 25973 test ! -s conftest.err
25067 } && test -s conftest$ac_exeext && 25974 } && test -s conftest$ac_exeext && {
25068 $as_test_x conftest$ac_exeext; then 25975 test "$cross_compiling" = yes ||
25976 $as_test_x conftest$ac_exeext
25977 }; then
25069 ac_cv_lib_png_png_read_image=yes 25978 ac_cv_lib_png_png_read_image=yes
25070 else 25979 else
25071 echo "$as_me: failed program was:" >&5 25980 $as_echo "$as_me: failed program was:" >&5
25072 sed 's/^/| /' conftest.$ac_ext >&5 25981 sed 's/^/| /' conftest.$ac_ext >&5
25073 25982
25074 ac_cv_lib_png_png_read_image=no 25983 ac_cv_lib_png_png_read_image=no
25075 fi 25984 fi
25076 25985
25986 rm -rf conftest.dSYM
25077 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 25987 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25078 conftest$ac_exeext conftest.$ac_ext 25988 conftest$ac_exeext conftest.$ac_ext
25079 LIBS=$ac_check_lib_save_LIBS 25989 LIBS=$ac_check_lib_save_LIBS
25080 fi 25990 fi
25081 { echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_read_image" >&5 25991 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_read_image" >&5
25082 echo "${ECHO_T}$ac_cv_lib_png_png_read_image" >&6; } 25992 $as_echo "$ac_cv_lib_png_png_read_image" >&6; }
25083 if test $ac_cv_lib_png_png_read_image = yes; then 25993 if test "x$ac_cv_lib_png_png_read_image" = x""yes; then
25084 : 25994 :
25085 else 25995 else
25086 with_png=no 25996 with_png=no
25087 fi 25997 fi
25088 } 25998 }
25089 if test -z "$with_png"; then 25999 if test -z "$with_png"; then
25090 { echo "$as_me:$LINENO: checking for workable png version information" >&5 26000 { $as_echo "$as_me:$LINENO: checking for workable png version information" >&5
25091 echo $ECHO_N "checking for workable png version information... $ECHO_C" >&6; } 26001 $as_echo_n "checking for workable png version information... " >&6; }
25092 xe_check_libs="-lpng -lz" 26002 xe_check_libs="-lpng -lz"
25093 if test "$cross_compiling" = yes; then 26003 if test "$cross_compiling" = yes; then
25094 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 26004 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
26005 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
26006 { { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling
25095 See \`config.log' for more details." >&5 26007 See \`config.log' for more details." >&5
25096 echo "$as_me: error: cannot run test program while cross compiling 26008 $as_echo "$as_me: error: cannot run test program while cross compiling
25097 See \`config.log' for more details." >&2;} 26009 See \`config.log' for more details." >&2;}
25098 { (exit 1); exit 1; }; } 26010 { (exit 1); exit 1; }; }; }
25099 else 26011 else
25100 cat >conftest.$ac_ext <<_ACEOF 26012 cat >conftest.$ac_ext <<_ACEOF
25101 /* confdefs.h. */ 26013 /* confdefs.h. */
25102 _ACEOF 26014 _ACEOF
25103 cat confdefs.h >>conftest.$ac_ext 26015 cat confdefs.h >>conftest.$ac_ext
25113 if { (ac_try="$ac_link" 26025 if { (ac_try="$ac_link"
25114 case "(($ac_try" in 26026 case "(($ac_try" in
25115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 26027 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25116 *) ac_try_echo=$ac_try;; 26028 *) ac_try_echo=$ac_try;;
25117 esac 26029 esac
25118 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 26030 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
26031 $as_echo "$ac_try_echo") >&5
25119 (eval "$ac_link") 2>&5 26032 (eval "$ac_link") 2>&5
25120 ac_status=$? 26033 ac_status=$?
25121 echo "$as_me:$LINENO: \$? = $ac_status" >&5 26034 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25122 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 26035 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
25123 { (case "(($ac_try" in 26036 { (case "(($ac_try" in
25124 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 26037 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25125 *) ac_try_echo=$ac_try;; 26038 *) ac_try_echo=$ac_try;;
25126 esac 26039 esac
25127 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 26040 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
26041 $as_echo "$ac_try_echo") >&5
25128 (eval "$ac_try") 2>&5 26042 (eval "$ac_try") 2>&5
25129 ac_status=$? 26043 ac_status=$?
25130 echo "$as_me:$LINENO: \$? = $ac_status" >&5 26044 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25131 (exit $ac_status); }; }; then 26045 (exit $ac_status); }; }; then
25132 ./conftest dummy_arg; png_status=$?; 26046 ./conftest dummy_arg; png_status=$?;
25133 if test "$png_status" = "0"; then 26047 if test "$png_status" = "0"; then
25134 with_png=yes; 26048 with_png=yes;
25135 else 26049 else
25144 I'm not touching that with a 10-foot pole! 26058 I'm not touching that with a 10-foot pole!
25145 If you really want to use the installed version of libPNG, rerun 26059 If you really want to use the installed version of libPNG, rerun
25146 configure and add '--with-png=yes', but don't blame me if XEmacs crashes!" 26060 configure and add '--with-png=yes', but don't blame me if XEmacs crashes!"
25147 fi 26061 fi
25148 else 26062 else
25149 echo "$as_me: program exited with status $ac_status" >&5 26063 $as_echo "$as_me: program exited with status $ac_status" >&5
25150 echo "$as_me: failed program was:" >&5 26064 $as_echo "$as_me: failed program was:" >&5
25151 sed 's/^/| /' conftest.$ac_ext >&5 26065 sed 's/^/| /' conftest.$ac_ext >&5
25152 26066
25153 ( exit $ac_status ) 26067 ( exit $ac_status )
25154 with_png=no 26068 with_png=no
25155 fi 26069 fi
26070 rm -rf conftest.dSYM
25156 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 26071 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
25157 fi 26072 fi
25158 26073
25159 26074
25160 xe_check_libs= 26075 xe_check_libs=
25161 { echo "$as_me:$LINENO: result: $with_png" >&5 26076 { $as_echo "$as_me:$LINENO: result: $with_png" >&5
25162 echo "${ECHO_T}$with_png" >&6; } 26077 $as_echo "$with_png" >&6; }
25163 fi 26078 fi
25164 if test "$with_png" = "yes"; then 26079 if test "$with_png" = "yes"; then
25165 cat >>confdefs.h <<\_ACEOF 26080 cat >>confdefs.h <<\_ACEOF
25166 #define HAVE_PNG 1 26081 #define HAVE_PNG 1
25167 _ACEOF 26082 _ACEOF
25168 26083
25169 libs_x="-lpng $libs_x" && if test "$verbose" = "yes"; then echo " Prepending \"-lpng\" to \$libs_x"; fi 26084 libs_x="-lpng $libs_x" && if test "$verbose" = "yes"; then echo " Prepending \"-lpng\" to \$libs_x"; fi
25170 fi 26085 fi
25171 26086
25172 test -z "$with_tiff" && { if test "${ac_cv_header_tiffio_h+set}" = set; then 26087 test -z "$with_tiff" && { if test "${ac_cv_header_tiffio_h+set}" = set; then
25173 { echo "$as_me:$LINENO: checking for tiffio.h" >&5 26088 { $as_echo "$as_me:$LINENO: checking for tiffio.h" >&5
25174 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6; } 26089 $as_echo_n "checking for tiffio.h... " >&6; }
25175 if test "${ac_cv_header_tiffio_h+set}" = set; then 26090 if test "${ac_cv_header_tiffio_h+set}" = set; then
25176 echo $ECHO_N "(cached) $ECHO_C" >&6 26091 $as_echo_n "(cached) " >&6
25177 fi 26092 fi
25178 { echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5 26093 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
25179 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6; } 26094 $as_echo "$ac_cv_header_tiffio_h" >&6; }
25180 else 26095 else
25181 # Is the header compilable? 26096 # Is the header compilable?
25182 { echo "$as_me:$LINENO: checking tiffio.h usability" >&5 26097 { $as_echo "$as_me:$LINENO: checking tiffio.h usability" >&5
25183 echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6; } 26098 $as_echo_n "checking tiffio.h usability... " >&6; }
25184 cat >conftest.$ac_ext <<_ACEOF 26099 cat >conftest.$ac_ext <<_ACEOF
25185 /* confdefs.h. */ 26100 /* confdefs.h. */
25186 _ACEOF 26101 _ACEOF
25187 cat confdefs.h >>conftest.$ac_ext 26102 cat confdefs.h >>conftest.$ac_ext
25188 cat >>conftest.$ac_ext <<_ACEOF 26103 cat >>conftest.$ac_ext <<_ACEOF
25194 if { (ac_try="$ac_compile" 26109 if { (ac_try="$ac_compile"
25195 case "(($ac_try" in 26110 case "(($ac_try" in
25196 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 26111 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25197 *) ac_try_echo=$ac_try;; 26112 *) ac_try_echo=$ac_try;;
25198 esac 26113 esac
25199 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 26114 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
26115 $as_echo "$ac_try_echo") >&5
25200 (eval "$ac_compile") 2>conftest.er1 26116 (eval "$ac_compile") 2>conftest.er1
25201 ac_status=$? 26117 ac_status=$?
25202 grep -v '^ *+' conftest.er1 >conftest.err 26118 grep -v '^ *+' conftest.er1 >conftest.err
25203 rm -f conftest.er1 26119 rm -f conftest.er1
25204 cat conftest.err >&5 26120 cat conftest.err >&5
25205 echo "$as_me:$LINENO: \$? = $ac_status" >&5 26121 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25206 (exit $ac_status); } && { 26122 (exit $ac_status); } && {
25207 test -z "$ac_c_werror_flag" || 26123 test -z "$ac_c_werror_flag" ||
25208 test ! -s conftest.err 26124 test ! -s conftest.err
25209 } && test -s conftest.$ac_objext; then 26125 } && test -s conftest.$ac_objext; then
25210 ac_header_compiler=yes 26126 ac_header_compiler=yes
25211 else 26127 else
25212 echo "$as_me: failed program was:" >&5 26128 $as_echo "$as_me: failed program was:" >&5
25213 sed 's/^/| /' conftest.$ac_ext >&5 26129 sed 's/^/| /' conftest.$ac_ext >&5
25214 26130
25215 ac_header_compiler=no 26131 ac_header_compiler=no
25216 fi 26132 fi
25217 26133
25218 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 26134 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25219 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 26135 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25220 echo "${ECHO_T}$ac_header_compiler" >&6; } 26136 $as_echo "$ac_header_compiler" >&6; }
25221 26137
25222 # Is the header present? 26138 # Is the header present?
25223 { echo "$as_me:$LINENO: checking tiffio.h presence" >&5 26139 { $as_echo "$as_me:$LINENO: checking tiffio.h presence" >&5
25224 echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6; } 26140 $as_echo_n "checking tiffio.h presence... " >&6; }
25225 cat >conftest.$ac_ext <<_ACEOF 26141 cat >conftest.$ac_ext <<_ACEOF
25226 /* confdefs.h. */ 26142 /* confdefs.h. */
25227 _ACEOF 26143 _ACEOF
25228 cat confdefs.h >>conftest.$ac_ext 26144 cat confdefs.h >>conftest.$ac_ext
25229 cat >>conftest.$ac_ext <<_ACEOF 26145 cat >>conftest.$ac_ext <<_ACEOF
25233 if { (ac_try="$ac_cpp conftest.$ac_ext" 26149 if { (ac_try="$ac_cpp conftest.$ac_ext"
25234 case "(($ac_try" in 26150 case "(($ac_try" in
25235 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 26151 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25236 *) ac_try_echo=$ac_try;; 26152 *) ac_try_echo=$ac_try;;
25237 esac 26153 esac
25238 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 26154 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
26155 $as_echo "$ac_try_echo") >&5
25239 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 26156 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
25240 ac_status=$? 26157 ac_status=$?
25241 grep -v '^ *+' conftest.er1 >conftest.err 26158 grep -v '^ *+' conftest.er1 >conftest.err
25242 rm -f conftest.er1 26159 rm -f conftest.er1
25243 cat conftest.err >&5 26160 cat conftest.err >&5
25244 echo "$as_me:$LINENO: \$? = $ac_status" >&5 26161 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25245 (exit $ac_status); } >/dev/null && { 26162 (exit $ac_status); } >/dev/null && {
25246 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 26163 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
25247 test ! -s conftest.err 26164 test ! -s conftest.err
25248 }; then 26165 }; then
25249 ac_header_preproc=yes 26166 ac_header_preproc=yes
25250 else 26167 else
25251 echo "$as_me: failed program was:" >&5 26168 $as_echo "$as_me: failed program was:" >&5
25252 sed 's/^/| /' conftest.$ac_ext >&5 26169 sed 's/^/| /' conftest.$ac_ext >&5
25253 26170
25254 ac_header_preproc=no 26171 ac_header_preproc=no
25255 fi 26172 fi
25256 26173
25257 rm -f conftest.err conftest.$ac_ext 26174 rm -f conftest.err conftest.$ac_ext
25258 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 26175 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25259 echo "${ECHO_T}$ac_header_preproc" >&6; } 26176 $as_echo "$ac_header_preproc" >&6; }
25260 26177
25261 # So? What about this header? 26178 # So? What about this header?
25262 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 26179 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
25263 yes:no: ) 26180 yes:no: )
25264 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5 26181 { $as_echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
25265 echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 26182 $as_echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
25266 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the compiler's result" >&5 26183 { $as_echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the compiler's result" >&5
25267 echo "$as_me: WARNING: tiffio.h: proceeding with the compiler's result" >&2;} 26184 $as_echo "$as_me: WARNING: tiffio.h: proceeding with the compiler's result" >&2;}
25268 ac_header_preproc=yes 26185 ac_header_preproc=yes
25269 ;; 26186 ;;
25270 no:yes:* ) 26187 no:yes:* )
25271 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5 26188 { $as_echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
25272 echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;} 26189 $as_echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
25273 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5 26190 { $as_echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
25274 echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;} 26191 $as_echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
25275 { echo "$as_me:$LINENO: WARNING: tiffio.h: see the Autoconf documentation" >&5 26192 { $as_echo "$as_me:$LINENO: WARNING: tiffio.h: see the Autoconf documentation" >&5
25276 echo "$as_me: WARNING: tiffio.h: see the Autoconf documentation" >&2;} 26193 $as_echo "$as_me: WARNING: tiffio.h: see the Autoconf documentation" >&2;}
25277 { echo "$as_me:$LINENO: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&5 26194 { $as_echo "$as_me:$LINENO: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&5
25278 echo "$as_me: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&2;} 26195 $as_echo "$as_me: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&2;}
25279 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5 26196 { $as_echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
25280 echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;} 26197 $as_echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
25281 { echo "$as_me:$LINENO: WARNING: tiffio.h: in the future, the compiler will take precedence" >&5 26198 { $as_echo "$as_me:$LINENO: WARNING: tiffio.h: in the future, the compiler will take precedence" >&5
25282 echo "$as_me: WARNING: tiffio.h: in the future, the compiler will take precedence" >&2;} 26199 $as_echo "$as_me: WARNING: tiffio.h: in the future, the compiler will take precedence" >&2;}
25283 ( cat <<\_ASBOX 26200 ( cat <<\_ASBOX
25284 ## ------------------------------------- ## 26201 ## ------------------------------------- ##
25285 ## Report this to xemacs-beta@xemacs.org ## 26202 ## Report this to xemacs-beta@xemacs.org ##
25286 ## ------------------------------------- ## 26203 ## ------------------------------------- ##
25287 _ASBOX 26204 _ASBOX
25288 ) | sed "s/^/$as_me: WARNING: /" >&2 26205 ) | sed "s/^/$as_me: WARNING: /" >&2
25289 ;; 26206 ;;
25290 esac 26207 esac
25291 { echo "$as_me:$LINENO: checking for tiffio.h" >&5 26208 { $as_echo "$as_me:$LINENO: checking for tiffio.h" >&5
25292 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6; } 26209 $as_echo_n "checking for tiffio.h... " >&6; }
25293 if test "${ac_cv_header_tiffio_h+set}" = set; then 26210 if test "${ac_cv_header_tiffio_h+set}" = set; then
25294 echo $ECHO_N "(cached) $ECHO_C" >&6 26211 $as_echo_n "(cached) " >&6
25295 else 26212 else
25296 ac_cv_header_tiffio_h=$ac_header_preproc 26213 ac_cv_header_tiffio_h=$ac_header_preproc
25297 fi 26214 fi
25298 { echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5 26215 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
25299 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6; } 26216 $as_echo "$ac_cv_header_tiffio_h" >&6; }
25300 26217
25301 fi 26218 fi
25302 if test $ac_cv_header_tiffio_h = yes; then 26219 if test "x$ac_cv_header_tiffio_h" = x""yes; then
25303 : 26220 :
25304 else 26221 else
25305 with_tiff=no 26222 with_tiff=no
25306 fi 26223 fi
25307 26224
25308 } 26225 }
25309 test -z "$with_tiff" && { { echo "$as_me:$LINENO: checking for TIFFClientOpen in -ltiff" >&5 26226 test -z "$with_tiff" && { { $as_echo "$as_me:$LINENO: checking for TIFFClientOpen in -ltiff" >&5
25310 echo $ECHO_N "checking for TIFFClientOpen in -ltiff... $ECHO_C" >&6; } 26227 $as_echo_n "checking for TIFFClientOpen in -ltiff... " >&6; }
25311 if test "${ac_cv_lib_tiff_TIFFClientOpen+set}" = set; then 26228 if test "${ac_cv_lib_tiff_TIFFClientOpen+set}" = set; then
25312 echo $ECHO_N "(cached) $ECHO_C" >&6 26229 $as_echo_n "(cached) " >&6
25313 else 26230 else
25314 ac_check_lib_save_LIBS=$LIBS 26231 ac_check_lib_save_LIBS=$LIBS
25315 LIBS="-ltiff -lz $LIBS" 26232 LIBS="-ltiff -lz $LIBS"
25316 cat >conftest.$ac_ext <<_ACEOF 26233 cat >conftest.$ac_ext <<_ACEOF
25317 /* confdefs.h. */ 26234 /* confdefs.h. */
25339 if { (ac_try="$ac_link" 26256 if { (ac_try="$ac_link"
25340 case "(($ac_try" in 26257 case "(($ac_try" in
25341 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 26258 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25342 *) ac_try_echo=$ac_try;; 26259 *) ac_try_echo=$ac_try;;
25343 esac 26260 esac
25344 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 26261 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
26262 $as_echo "$ac_try_echo") >&5
25345 (eval "$ac_link") 2>conftest.er1 26263 (eval "$ac_link") 2>conftest.er1
25346 ac_status=$? 26264 ac_status=$?
25347 grep -v '^ *+' conftest.er1 >conftest.err 26265 grep -v '^ *+' conftest.er1 >conftest.err
25348 rm -f conftest.er1 26266 rm -f conftest.er1
25349 cat conftest.err >&5 26267 cat conftest.err >&5
25350 echo "$as_me:$LINENO: \$? = $ac_status" >&5 26268 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25351 (exit $ac_status); } && { 26269 (exit $ac_status); } && {
25352 test -z "$ac_c_werror_flag" || 26270 test -z "$ac_c_werror_flag" ||
25353 test ! -s conftest.err 26271 test ! -s conftest.err
25354 } && test -s conftest$ac_exeext && 26272 } && test -s conftest$ac_exeext && {
25355 $as_test_x conftest$ac_exeext; then 26273 test "$cross_compiling" = yes ||
26274 $as_test_x conftest$ac_exeext
26275 }; then
25356 ac_cv_lib_tiff_TIFFClientOpen=yes 26276 ac_cv_lib_tiff_TIFFClientOpen=yes
25357 else 26277 else
25358 echo "$as_me: failed program was:" >&5 26278 $as_echo "$as_me: failed program was:" >&5
25359 sed 's/^/| /' conftest.$ac_ext >&5 26279 sed 's/^/| /' conftest.$ac_ext >&5
25360 26280
25361 ac_cv_lib_tiff_TIFFClientOpen=no 26281 ac_cv_lib_tiff_TIFFClientOpen=no
25362 fi 26282 fi
25363 26283
26284 rm -rf conftest.dSYM
25364 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 26285 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25365 conftest$ac_exeext conftest.$ac_ext 26286 conftest$ac_exeext conftest.$ac_ext
25366 LIBS=$ac_check_lib_save_LIBS 26287 LIBS=$ac_check_lib_save_LIBS
25367 fi 26288 fi
25368 { echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFClientOpen" >&5 26289 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFClientOpen" >&5
25369 echo "${ECHO_T}$ac_cv_lib_tiff_TIFFClientOpen" >&6; } 26290 $as_echo "$ac_cv_lib_tiff_TIFFClientOpen" >&6; }
25370 if test $ac_cv_lib_tiff_TIFFClientOpen = yes; then 26291 if test "x$ac_cv_lib_tiff_TIFFClientOpen" = x""yes; then
25371 : 26292 :
25372 else 26293 else
25373 with_tiff=no 26294 with_tiff=no
25374 fi 26295 fi
25375 } 26296 }
25384 fi 26305 fi
25385 26306
25386 26307
25387 if test "$with_gtk" = "yes"; then 26308 if test "$with_gtk" = "yes"; then
25388 test -z "$with_xface" && { if test "${ac_cv_header_compface_h+set}" = set; then 26309 test -z "$with_xface" && { if test "${ac_cv_header_compface_h+set}" = set; then
25389 { echo "$as_me:$LINENO: checking for compface.h" >&5 26310 { $as_echo "$as_me:$LINENO: checking for compface.h" >&5
25390 echo $ECHO_N "checking for compface.h... $ECHO_C" >&6; } 26311 $as_echo_n "checking for compface.h... " >&6; }
25391 if test "${ac_cv_header_compface_h+set}" = set; then 26312 if test "${ac_cv_header_compface_h+set}" = set; then
25392 echo $ECHO_N "(cached) $ECHO_C" >&6 26313 $as_echo_n "(cached) " >&6
25393 fi 26314 fi
25394 { echo "$as_me:$LINENO: result: $ac_cv_header_compface_h" >&5 26315 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_compface_h" >&5
25395 echo "${ECHO_T}$ac_cv_header_compface_h" >&6; } 26316 $as_echo "$ac_cv_header_compface_h" >&6; }
25396 else 26317 else
25397 # Is the header compilable? 26318 # Is the header compilable?
25398 { echo "$as_me:$LINENO: checking compface.h usability" >&5 26319 { $as_echo "$as_me:$LINENO: checking compface.h usability" >&5
25399 echo $ECHO_N "checking compface.h usability... $ECHO_C" >&6; } 26320 $as_echo_n "checking compface.h usability... " >&6; }
25400 cat >conftest.$ac_ext <<_ACEOF 26321 cat >conftest.$ac_ext <<_ACEOF
25401 /* confdefs.h. */ 26322 /* confdefs.h. */
25402 _ACEOF 26323 _ACEOF
25403 cat confdefs.h >>conftest.$ac_ext 26324 cat confdefs.h >>conftest.$ac_ext
25404 cat >>conftest.$ac_ext <<_ACEOF 26325 cat >>conftest.$ac_ext <<_ACEOF
25410 if { (ac_try="$ac_compile" 26331 if { (ac_try="$ac_compile"
25411 case "(($ac_try" in 26332 case "(($ac_try" in
25412 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 26333 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25413 *) ac_try_echo=$ac_try;; 26334 *) ac_try_echo=$ac_try;;
25414 esac 26335 esac
25415 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 26336 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
26337 $as_echo "$ac_try_echo") >&5
25416 (eval "$ac_compile") 2>conftest.er1 26338 (eval "$ac_compile") 2>conftest.er1
25417 ac_status=$? 26339 ac_status=$?
25418 grep -v '^ *+' conftest.er1 >conftest.err 26340 grep -v '^ *+' conftest.er1 >conftest.err
25419 rm -f conftest.er1 26341 rm -f conftest.er1
25420 cat conftest.err >&5 26342 cat conftest.err >&5
25421 echo "$as_me:$LINENO: \$? = $ac_status" >&5 26343 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25422 (exit $ac_status); } && { 26344 (exit $ac_status); } && {
25423 test -z "$ac_c_werror_flag" || 26345 test -z "$ac_c_werror_flag" ||
25424 test ! -s conftest.err 26346 test ! -s conftest.err
25425 } && test -s conftest.$ac_objext; then 26347 } && test -s conftest.$ac_objext; then
25426 ac_header_compiler=yes 26348 ac_header_compiler=yes
25427 else 26349 else
25428 echo "$as_me: failed program was:" >&5 26350 $as_echo "$as_me: failed program was:" >&5
25429 sed 's/^/| /' conftest.$ac_ext >&5 26351 sed 's/^/| /' conftest.$ac_ext >&5
25430 26352
25431 ac_header_compiler=no 26353 ac_header_compiler=no
25432 fi 26354 fi
25433 26355
25434 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 26356 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25435 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 26357 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25436 echo "${ECHO_T}$ac_header_compiler" >&6; } 26358 $as_echo "$ac_header_compiler" >&6; }
25437 26359
25438 # Is the header present? 26360 # Is the header present?
25439 { echo "$as_me:$LINENO: checking compface.h presence" >&5 26361 { $as_echo "$as_me:$LINENO: checking compface.h presence" >&5
25440 echo $ECHO_N "checking compface.h presence... $ECHO_C" >&6; } 26362 $as_echo_n "checking compface.h presence... " >&6; }
25441 cat >conftest.$ac_ext <<_ACEOF 26363 cat >conftest.$ac_ext <<_ACEOF
25442 /* confdefs.h. */ 26364 /* confdefs.h. */
25443 _ACEOF 26365 _ACEOF
25444 cat confdefs.h >>conftest.$ac_ext 26366 cat confdefs.h >>conftest.$ac_ext
25445 cat >>conftest.$ac_ext <<_ACEOF 26367 cat >>conftest.$ac_ext <<_ACEOF
25449 if { (ac_try="$ac_cpp conftest.$ac_ext" 26371 if { (ac_try="$ac_cpp conftest.$ac_ext"
25450 case "(($ac_try" in 26372 case "(($ac_try" in
25451 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 26373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25452 *) ac_try_echo=$ac_try;; 26374 *) ac_try_echo=$ac_try;;
25453 esac 26375 esac
25454 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 26376 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
26377 $as_echo "$ac_try_echo") >&5
25455 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 26378 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
25456 ac_status=$? 26379 ac_status=$?
25457 grep -v '^ *+' conftest.er1 >conftest.err 26380 grep -v '^ *+' conftest.er1 >conftest.err
25458 rm -f conftest.er1 26381 rm -f conftest.er1
25459 cat conftest.err >&5 26382 cat conftest.err >&5
25460 echo "$as_me:$LINENO: \$? = $ac_status" >&5 26383 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25461 (exit $ac_status); } >/dev/null && { 26384 (exit $ac_status); } >/dev/null && {
25462 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 26385 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
25463 test ! -s conftest.err 26386 test ! -s conftest.err
25464 }; then 26387 }; then
25465 ac_header_preproc=yes 26388 ac_header_preproc=yes
25466 else 26389 else
25467 echo "$as_me: failed program was:" >&5 26390 $as_echo "$as_me: failed program was:" >&5
25468 sed 's/^/| /' conftest.$ac_ext >&5 26391 sed 's/^/| /' conftest.$ac_ext >&5
25469 26392
25470 ac_header_preproc=no 26393 ac_header_preproc=no
25471 fi 26394 fi
25472 26395
25473 rm -f conftest.err conftest.$ac_ext 26396 rm -f conftest.err conftest.$ac_ext
25474 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 26397 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25475 echo "${ECHO_T}$ac_header_preproc" >&6; } 26398 $as_echo "$ac_header_preproc" >&6; }
25476 26399
25477 # So? What about this header? 26400 # So? What about this header?
25478 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 26401 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
25479 yes:no: ) 26402 yes:no: )
25480 { echo "$as_me:$LINENO: WARNING: compface.h: accepted by the compiler, rejected by the preprocessor!" >&5 26403 { $as_echo "$as_me:$LINENO: WARNING: compface.h: accepted by the compiler, rejected by the preprocessor!" >&5
25481 echo "$as_me: WARNING: compface.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 26404 $as_echo "$as_me: WARNING: compface.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
25482 { echo "$as_me:$LINENO: WARNING: compface.h: proceeding with the compiler's result" >&5 26405 { $as_echo "$as_me:$LINENO: WARNING: compface.h: proceeding with the compiler's result" >&5
25483 echo "$as_me: WARNING: compface.h: proceeding with the compiler's result" >&2;} 26406 $as_echo "$as_me: WARNING: compface.h: proceeding with the compiler's result" >&2;}
25484 ac_header_preproc=yes 26407 ac_header_preproc=yes
25485 ;; 26408 ;;
25486 no:yes:* ) 26409 no:yes:* )
25487 { echo "$as_me:$LINENO: WARNING: compface.h: present but cannot be compiled" >&5 26410 { $as_echo "$as_me:$LINENO: WARNING: compface.h: present but cannot be compiled" >&5
25488 echo "$as_me: WARNING: compface.h: present but cannot be compiled" >&2;} 26411 $as_echo "$as_me: WARNING: compface.h: present but cannot be compiled" >&2;}
25489 { echo "$as_me:$LINENO: WARNING: compface.h: check for missing prerequisite headers?" >&5 26412 { $as_echo "$as_me:$LINENO: WARNING: compface.h: check for missing prerequisite headers?" >&5
25490 echo "$as_me: WARNING: compface.h: check for missing prerequisite headers?" >&2;} 26413 $as_echo "$as_me: WARNING: compface.h: check for missing prerequisite headers?" >&2;}
25491 { echo "$as_me:$LINENO: WARNING: compface.h: see the Autoconf documentation" >&5 26414 { $as_echo "$as_me:$LINENO: WARNING: compface.h: see the Autoconf documentation" >&5
25492 echo "$as_me: WARNING: compface.h: see the Autoconf documentation" >&2;} 26415 $as_echo "$as_me: WARNING: compface.h: see the Autoconf documentation" >&2;}
25493 { echo "$as_me:$LINENO: WARNING: compface.h: section \"Present But Cannot Be Compiled\"" >&5 26416 { $as_echo "$as_me:$LINENO: WARNING: compface.h: section \"Present But Cannot Be Compiled\"" >&5
25494 echo "$as_me: WARNING: compface.h: section \"Present But Cannot Be Compiled\"" >&2;} 26417 $as_echo "$as_me: WARNING: compface.h: section \"Present But Cannot Be Compiled\"" >&2;}
25495 { echo "$as_me:$LINENO: WARNING: compface.h: proceeding with the preprocessor's result" >&5 26418 { $as_echo "$as_me:$LINENO: WARNING: compface.h: proceeding with the preprocessor's result" >&5
25496 echo "$as_me: WARNING: compface.h: proceeding with the preprocessor's result" >&2;} 26419 $as_echo "$as_me: WARNING: compface.h: proceeding with the preprocessor's result" >&2;}
25497 { echo "$as_me:$LINENO: WARNING: compface.h: in the future, the compiler will take precedence" >&5 26420 { $as_echo "$as_me:$LINENO: WARNING: compface.h: in the future, the compiler will take precedence" >&5
25498 echo "$as_me: WARNING: compface.h: in the future, the compiler will take precedence" >&2;} 26421 $as_echo "$as_me: WARNING: compface.h: in the future, the compiler will take precedence" >&2;}
25499 ( cat <<\_ASBOX 26422 ( cat <<\_ASBOX
25500 ## ------------------------------------- ## 26423 ## ------------------------------------- ##
25501 ## Report this to xemacs-beta@xemacs.org ## 26424 ## Report this to xemacs-beta@xemacs.org ##
25502 ## ------------------------------------- ## 26425 ## ------------------------------------- ##
25503 _ASBOX 26426 _ASBOX
25504 ) | sed "s/^/$as_me: WARNING: /" >&2 26427 ) | sed "s/^/$as_me: WARNING: /" >&2
25505 ;; 26428 ;;
25506 esac 26429 esac
25507 { echo "$as_me:$LINENO: checking for compface.h" >&5 26430 { $as_echo "$as_me:$LINENO: checking for compface.h" >&5
25508 echo $ECHO_N "checking for compface.h... $ECHO_C" >&6; } 26431 $as_echo_n "checking for compface.h... " >&6; }
25509 if test "${ac_cv_header_compface_h+set}" = set; then 26432 if test "${ac_cv_header_compface_h+set}" = set; then
25510 echo $ECHO_N "(cached) $ECHO_C" >&6 26433 $as_echo_n "(cached) " >&6
25511 else 26434 else
25512 ac_cv_header_compface_h=$ac_header_preproc 26435 ac_cv_header_compface_h=$ac_header_preproc
25513 fi 26436 fi
25514 { echo "$as_me:$LINENO: result: $ac_cv_header_compface_h" >&5 26437 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_compface_h" >&5
25515 echo "${ECHO_T}$ac_cv_header_compface_h" >&6; } 26438 $as_echo "$ac_cv_header_compface_h" >&6; }
25516 26439
25517 fi 26440 fi
25518 if test $ac_cv_header_compface_h = yes; then 26441 if test "x$ac_cv_header_compface_h" = x""yes; then
25519 : 26442 :
25520 else 26443 else
25521 with_xface=no 26444 with_xface=no
25522 fi 26445 fi
25523 26446
25524 } 26447 }
25525 test -z "$with_xface" && { { echo "$as_me:$LINENO: checking for UnGenFace in -lcompface" >&5 26448 test -z "$with_xface" && { { $as_echo "$as_me:$LINENO: checking for UnGenFace in -lcompface" >&5
25526 echo $ECHO_N "checking for UnGenFace in -lcompface... $ECHO_C" >&6; } 26449 $as_echo_n "checking for UnGenFace in -lcompface... " >&6; }
25527 if test "${ac_cv_lib_compface_UnGenFace+set}" = set; then 26450 if test "${ac_cv_lib_compface_UnGenFace+set}" = set; then
25528 echo $ECHO_N "(cached) $ECHO_C" >&6 26451 $as_echo_n "(cached) " >&6
25529 else 26452 else
25530 ac_check_lib_save_LIBS=$LIBS 26453 ac_check_lib_save_LIBS=$LIBS
25531 LIBS="-lcompface $LIBS" 26454 LIBS="-lcompface $LIBS"
25532 cat >conftest.$ac_ext <<_ACEOF 26455 cat >conftest.$ac_ext <<_ACEOF
25533 /* confdefs.h. */ 26456 /* confdefs.h. */
25555 if { (ac_try="$ac_link" 26478 if { (ac_try="$ac_link"
25556 case "(($ac_try" in 26479 case "(($ac_try" in
25557 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 26480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25558 *) ac_try_echo=$ac_try;; 26481 *) ac_try_echo=$ac_try;;
25559 esac 26482 esac
25560 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 26483 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
26484 $as_echo "$ac_try_echo") >&5
25561 (eval "$ac_link") 2>conftest.er1 26485 (eval "$ac_link") 2>conftest.er1
25562 ac_status=$? 26486 ac_status=$?
25563 grep -v '^ *+' conftest.er1 >conftest.err 26487 grep -v '^ *+' conftest.er1 >conftest.err
25564 rm -f conftest.er1 26488 rm -f conftest.er1
25565 cat conftest.err >&5 26489 cat conftest.err >&5
25566 echo "$as_me:$LINENO: \$? = $ac_status" >&5 26490 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25567 (exit $ac_status); } && { 26491 (exit $ac_status); } && {
25568 test -z "$ac_c_werror_flag" || 26492 test -z "$ac_c_werror_flag" ||
25569 test ! -s conftest.err 26493 test ! -s conftest.err
25570 } && test -s conftest$ac_exeext && 26494 } && test -s conftest$ac_exeext && {
25571 $as_test_x conftest$ac_exeext; then 26495 test "$cross_compiling" = yes ||
26496 $as_test_x conftest$ac_exeext
26497 }; then
25572 ac_cv_lib_compface_UnGenFace=yes 26498 ac_cv_lib_compface_UnGenFace=yes
25573 else 26499 else
25574 echo "$as_me: failed program was:" >&5 26500 $as_echo "$as_me: failed program was:" >&5
25575 sed 's/^/| /' conftest.$ac_ext >&5 26501 sed 's/^/| /' conftest.$ac_ext >&5
25576 26502
25577 ac_cv_lib_compface_UnGenFace=no 26503 ac_cv_lib_compface_UnGenFace=no
25578 fi 26504 fi
25579 26505
26506 rm -rf conftest.dSYM
25580 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 26507 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25581 conftest$ac_exeext conftest.$ac_ext 26508 conftest$ac_exeext conftest.$ac_ext
25582 LIBS=$ac_check_lib_save_LIBS 26509 LIBS=$ac_check_lib_save_LIBS
25583 fi 26510 fi
25584 { echo "$as_me:$LINENO: result: $ac_cv_lib_compface_UnGenFace" >&5 26511 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_compface_UnGenFace" >&5
25585 echo "${ECHO_T}$ac_cv_lib_compface_UnGenFace" >&6; } 26512 $as_echo "$ac_cv_lib_compface_UnGenFace" >&6; }
25586 if test $ac_cv_lib_compface_UnGenFace = yes; then 26513 if test "x$ac_cv_lib_compface_UnGenFace" = x""yes; then
25587 : 26514 :
25588 else 26515 else
25589 with_xface=no 26516 with_xface=no
25590 fi 26517 fi
25591 } 26518 }
25599 fi 26526 fi
25600 fi 26527 fi
25601 26528
25602 26529
25603 if test "$with_x11" = "yes"; then 26530 if test "$with_x11" = "yes"; then
25604 { echo "$as_me:$LINENO: checking for X11 graphics libraries" >&5 26531 { $as_echo "$as_me:$LINENO: checking for X11 graphics libraries" >&5
25605 echo $ECHO_N "checking for X11 graphics libraries... $ECHO_C" >&6; } 26532 $as_echo_n "checking for X11 graphics libraries... " >&6; }
25606 { echo "$as_me:$LINENO: result: " >&5 26533 { $as_echo "$as_me:$LINENO: result: " >&5
25607 echo "${ECHO_T}" >&6; } 26534 $as_echo "" >&6; }
25608 fi 26535 fi
25609 26536
25610 case "$enable_widgets" in 26537 case "$enable_widgets" in
25611 "" | "yes" | "athena") detect_athena=yes ;; 26538 "" | "yes" | "athena") detect_athena=yes ;;
25612 *) detect_athena=no ;; 26539 *) detect_athena=no ;;
25615 case "$enable_dialogs" in 26542 case "$enable_dialogs" in
25616 "" | "yes" | "athena") detect_athena=yes ;; 26543 "" | "yes" | "athena") detect_athena=yes ;;
25617 esac 26544 esac
25618 26545
25619 if test "$with_x11" = "yes" -a "$detect_athena" = "yes" ; then 26546 if test "$with_x11" = "yes" -a "$detect_athena" = "yes" ; then
25620 { echo "$as_me:$LINENO: checking for the Athena widgets" >&5 26547 { $as_echo "$as_me:$LINENO: checking for the Athena widgets" >&5
25621 echo $ECHO_N "checking for the Athena widgets... $ECHO_C" >&6; } 26548 $as_echo_n "checking for the Athena widgets... " >&6; }
25622 { echo "$as_me:$LINENO: result: " >&5 26549 { $as_echo "$as_me:$LINENO: result: " >&5
25623 echo "${ECHO_T}" >&6; } 26550 $as_echo "" >&6; }
25624 26551
25625 case "$with_athena" in 26552 case "$with_athena" in
25626 "xaw" | "") athena_variant=Xaw athena_3d=no ;; 26553 "xaw" | "") athena_variant=Xaw athena_3d=no ;;
25627 "3d") athena_variant=Xaw3d athena_3d=yes ;; 26554 "3d") athena_variant=Xaw3d athena_3d=yes ;;
25628 "next") athena_variant=neXtaw athena_3d=yes ;; 26555 "next") athena_variant=neXtaw athena_3d=yes ;;
25630 "xpm") athena_variant=XawXpm athena_3d=yes ;; 26557 "xpm") athena_variant=XawXpm athena_3d=yes ;;
25631 *) { echo "Error:" "Unknown Athena widget set \`$with_athena'. This should not happen." >&2; exit 1; } ;; 26558 *) { echo "Error:" "Unknown Athena widget set \`$with_athena'. This should not happen." >&2; exit 1; } ;;
25632 esac 26559 esac
25633 26560
25634 if test "$athena_3d" = "no"; then 26561 if test "$athena_3d" = "no"; then
25635 as_ac_Lib=`echo "ac_cv_lib_$athena_variant''_XawScrollbarSetThumb" | $as_tr_sh` 26562 as_ac_Lib=`$as_echo "ac_cv_lib_$athena_variant''_XawScrollbarSetThumb" | $as_tr_sh`
25636 { echo "$as_me:$LINENO: checking for XawScrollbarSetThumb in -l$athena_variant" >&5 26563 { $as_echo "$as_me:$LINENO: checking for XawScrollbarSetThumb in -l$athena_variant" >&5
25637 echo $ECHO_N "checking for XawScrollbarSetThumb in -l$athena_variant... $ECHO_C" >&6; } 26564 $as_echo_n "checking for XawScrollbarSetThumb in -l$athena_variant... " >&6; }
25638 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then 26565 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then
25639 echo $ECHO_N "(cached) $ECHO_C" >&6 26566 $as_echo_n "(cached) " >&6
25640 else 26567 else
25641 ac_check_lib_save_LIBS=$LIBS 26568 ac_check_lib_save_LIBS=$LIBS
25642 LIBS="-l$athena_variant $LIBS" 26569 LIBS="-l$athena_variant $LIBS"
25643 cat >conftest.$ac_ext <<_ACEOF 26570 cat >conftest.$ac_ext <<_ACEOF
25644 /* confdefs.h. */ 26571 /* confdefs.h. */
25666 if { (ac_try="$ac_link" 26593 if { (ac_try="$ac_link"
25667 case "(($ac_try" in 26594 case "(($ac_try" in
25668 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 26595 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25669 *) ac_try_echo=$ac_try;; 26596 *) ac_try_echo=$ac_try;;
25670 esac 26597 esac
25671 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 26598 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
26599 $as_echo "$ac_try_echo") >&5
25672 (eval "$ac_link") 2>conftest.er1 26600 (eval "$ac_link") 2>conftest.er1
25673 ac_status=$? 26601 ac_status=$?
25674 grep -v '^ *+' conftest.er1 >conftest.err 26602 grep -v '^ *+' conftest.er1 >conftest.err
25675 rm -f conftest.er1 26603 rm -f conftest.er1
25676 cat conftest.err >&5 26604 cat conftest.err >&5
25677 echo "$as_me:$LINENO: \$? = $ac_status" >&5 26605 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25678 (exit $ac_status); } && { 26606 (exit $ac_status); } && {
25679 test -z "$ac_c_werror_flag" || 26607 test -z "$ac_c_werror_flag" ||
25680 test ! -s conftest.err 26608 test ! -s conftest.err
25681 } && test -s conftest$ac_exeext && 26609 } && test -s conftest$ac_exeext && {
25682 $as_test_x conftest$ac_exeext; then 26610 test "$cross_compiling" = yes ||
26611 $as_test_x conftest$ac_exeext
26612 }; then
25683 eval "$as_ac_Lib=yes" 26613 eval "$as_ac_Lib=yes"
25684 else 26614 else
25685 echo "$as_me: failed program was:" >&5 26615 $as_echo "$as_me: failed program was:" >&5
25686 sed 's/^/| /' conftest.$ac_ext >&5 26616 sed 's/^/| /' conftest.$ac_ext >&5
25687 26617
25688 eval "$as_ac_Lib=no" 26618 eval "$as_ac_Lib=no"
25689 fi 26619 fi
25690 26620
26621 rm -rf conftest.dSYM
25691 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 26622 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25692 conftest$ac_exeext conftest.$ac_ext 26623 conftest$ac_exeext conftest.$ac_ext
25693 LIBS=$ac_check_lib_save_LIBS 26624 LIBS=$ac_check_lib_save_LIBS
25694 fi 26625 fi
25695 ac_res=`eval echo '${'$as_ac_Lib'}'` 26626 ac_res=`eval 'as_val=${'$as_ac_Lib'}
25696 { echo "$as_me:$LINENO: result: $ac_res" >&5 26627 $as_echo "$as_val"'`
25697 echo "${ECHO_T}$ac_res" >&6; } 26628 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
25698 if test `eval echo '${'$as_ac_Lib'}'` = yes; then 26629 $as_echo "$ac_res" >&6; }
25699 26630 as_val=`eval 'as_val=${'$as_ac_Lib'}
25700 as_ac_Lib=`echo "ac_cv_lib_$athena_variant''_XawSme3dComputeTopShadowRGB" | $as_tr_sh` 26631 $as_echo "$as_val"'`
25701 { echo "$as_me:$LINENO: checking for XawSme3dComputeTopShadowRGB in -l$athena_variant" >&5 26632 if test "x$as_val" = x""yes; then
25702 echo $ECHO_N "checking for XawSme3dComputeTopShadowRGB in -l$athena_variant... $ECHO_C" >&6; } 26633
26634 as_ac_Lib=`$as_echo "ac_cv_lib_$athena_variant''_XawSme3dComputeTopShadowRGB" | $as_tr_sh`
26635 { $as_echo "$as_me:$LINENO: checking for XawSme3dComputeTopShadowRGB in -l$athena_variant" >&5
26636 $as_echo_n "checking for XawSme3dComputeTopShadowRGB in -l$athena_variant... " >&6; }
25703 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then 26637 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then
25704 echo $ECHO_N "(cached) $ECHO_C" >&6 26638 $as_echo_n "(cached) " >&6
25705 else 26639 else
25706 ac_check_lib_save_LIBS=$LIBS 26640 ac_check_lib_save_LIBS=$LIBS
25707 LIBS="-l$athena_variant $LIBS" 26641 LIBS="-l$athena_variant $LIBS"
25708 cat >conftest.$ac_ext <<_ACEOF 26642 cat >conftest.$ac_ext <<_ACEOF
25709 /* confdefs.h. */ 26643 /* confdefs.h. */
25731 if { (ac_try="$ac_link" 26665 if { (ac_try="$ac_link"
25732 case "(($ac_try" in 26666 case "(($ac_try" in
25733 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 26667 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25734 *) ac_try_echo=$ac_try;; 26668 *) ac_try_echo=$ac_try;;
25735 esac 26669 esac
25736 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 26670 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
26671 $as_echo "$ac_try_echo") >&5
25737 (eval "$ac_link") 2>conftest.er1 26672 (eval "$ac_link") 2>conftest.er1
25738 ac_status=$? 26673 ac_status=$?
25739 grep -v '^ *+' conftest.er1 >conftest.err 26674 grep -v '^ *+' conftest.er1 >conftest.err
25740 rm -f conftest.er1 26675 rm -f conftest.er1
25741 cat conftest.err >&5 26676 cat conftest.err >&5
25742 echo "$as_me:$LINENO: \$? = $ac_status" >&5 26677 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25743 (exit $ac_status); } && { 26678 (exit $ac_status); } && {
25744 test -z "$ac_c_werror_flag" || 26679 test -z "$ac_c_werror_flag" ||
25745 test ! -s conftest.err 26680 test ! -s conftest.err
25746 } && test -s conftest$ac_exeext && 26681 } && test -s conftest$ac_exeext && {
25747 $as_test_x conftest$ac_exeext; then 26682 test "$cross_compiling" = yes ||
26683 $as_test_x conftest$ac_exeext
26684 }; then
25748 eval "$as_ac_Lib=yes" 26685 eval "$as_ac_Lib=yes"
25749 else 26686 else
25750 echo "$as_me: failed program was:" >&5 26687 $as_echo "$as_me: failed program was:" >&5
25751 sed 's/^/| /' conftest.$ac_ext >&5 26688 sed 's/^/| /' conftest.$ac_ext >&5
25752 26689
25753 eval "$as_ac_Lib=no" 26690 eval "$as_ac_Lib=no"
25754 fi 26691 fi
25755 26692
26693 rm -rf conftest.dSYM
25756 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 26694 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25757 conftest$ac_exeext conftest.$ac_ext 26695 conftest$ac_exeext conftest.$ac_ext
25758 LIBS=$ac_check_lib_save_LIBS 26696 LIBS=$ac_check_lib_save_LIBS
25759 fi 26697 fi
25760 ac_res=`eval echo '${'$as_ac_Lib'}'` 26698 ac_res=`eval 'as_val=${'$as_ac_Lib'}
25761 { echo "$as_me:$LINENO: result: $ac_res" >&5 26699 $as_echo "$as_val"'`
25762 echo "${ECHO_T}$ac_res" >&6; } 26700 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
25763 if test `eval echo '${'$as_ac_Lib'}'` = yes; then 26701 $as_echo "$ac_res" >&6; }
25764 { echo "$as_me:$LINENO: WARNING: Could not find a non-3d Athena widget library." >&5 26702 as_val=`eval 'as_val=${'$as_ac_Lib'}
25765 echo "$as_me: WARNING: Could not find a non-3d Athena widget library." >&2;} 26703 $as_echo "$as_val"'`
26704 if test "x$as_val" = x""yes; then
26705 { $as_echo "$as_me:$LINENO: WARNING: Could not find a non-3d Athena widget library." >&5
26706 $as_echo "$as_me: WARNING: Could not find a non-3d Athena widget library." >&2;}
25766 else 26707 else
25767 athena_lib=$athena_variant 26708 athena_lib=$athena_variant
25768 fi 26709 fi
25769 26710
25770 26711
25771 else 26712 else
25772 { echo "$as_me:$LINENO: WARNING: Could not find an Athena widget library." >&5 26713 { $as_echo "$as_me:$LINENO: WARNING: Could not find an Athena widget library." >&5
25773 echo "$as_me: WARNING: Could not find an Athena widget library." >&2;} 26714 $as_echo "$as_me: WARNING: Could not find an Athena widget library." >&2;}
25774 fi 26715 fi
25775 26716
25776 else 26717 else
25777 as_ac_Lib=`echo "ac_cv_lib_$athena_variant''_XawSme3dComputeTopShadowRGB" | $as_tr_sh` 26718 as_ac_Lib=`$as_echo "ac_cv_lib_$athena_variant''_XawSme3dComputeTopShadowRGB" | $as_tr_sh`
25778 { echo "$as_me:$LINENO: checking for XawSme3dComputeTopShadowRGB in -l$athena_variant" >&5 26719 { $as_echo "$as_me:$LINENO: checking for XawSme3dComputeTopShadowRGB in -l$athena_variant" >&5
25779 echo $ECHO_N "checking for XawSme3dComputeTopShadowRGB in -l$athena_variant... $ECHO_C" >&6; } 26720 $as_echo_n "checking for XawSme3dComputeTopShadowRGB in -l$athena_variant... " >&6; }
25780 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then 26721 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then
25781 echo $ECHO_N "(cached) $ECHO_C" >&6 26722 $as_echo_n "(cached) " >&6
25782 else 26723 else
25783 ac_check_lib_save_LIBS=$LIBS 26724 ac_check_lib_save_LIBS=$LIBS
25784 LIBS="-l$athena_variant $LIBS" 26725 LIBS="-l$athena_variant $LIBS"
25785 cat >conftest.$ac_ext <<_ACEOF 26726 cat >conftest.$ac_ext <<_ACEOF
25786 /* confdefs.h. */ 26727 /* confdefs.h. */
25808 if { (ac_try="$ac_link" 26749 if { (ac_try="$ac_link"
25809 case "(($ac_try" in 26750 case "(($ac_try" in
25810 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 26751 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25811 *) ac_try_echo=$ac_try;; 26752 *) ac_try_echo=$ac_try;;
25812 esac 26753 esac
25813 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 26754 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
26755 $as_echo "$ac_try_echo") >&5
25814 (eval "$ac_link") 2>conftest.er1 26756 (eval "$ac_link") 2>conftest.er1
25815 ac_status=$? 26757 ac_status=$?
25816 grep -v '^ *+' conftest.er1 >conftest.err 26758 grep -v '^ *+' conftest.er1 >conftest.err
25817 rm -f conftest.er1 26759 rm -f conftest.er1
25818 cat conftest.err >&5 26760 cat conftest.err >&5
25819 echo "$as_me:$LINENO: \$? = $ac_status" >&5 26761 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25820 (exit $ac_status); } && { 26762 (exit $ac_status); } && {
25821 test -z "$ac_c_werror_flag" || 26763 test -z "$ac_c_werror_flag" ||
25822 test ! -s conftest.err 26764 test ! -s conftest.err
25823 } && test -s conftest$ac_exeext && 26765 } && test -s conftest$ac_exeext && {
25824 $as_test_x conftest$ac_exeext; then 26766 test "$cross_compiling" = yes ||
26767 $as_test_x conftest$ac_exeext
26768 }; then
25825 eval "$as_ac_Lib=yes" 26769 eval "$as_ac_Lib=yes"
25826 else 26770 else
25827 echo "$as_me: failed program was:" >&5 26771 $as_echo "$as_me: failed program was:" >&5
25828 sed 's/^/| /' conftest.$ac_ext >&5 26772 sed 's/^/| /' conftest.$ac_ext >&5
25829 26773
25830 eval "$as_ac_Lib=no" 26774 eval "$as_ac_Lib=no"
25831 fi 26775 fi
25832 26776
26777 rm -rf conftest.dSYM
25833 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 26778 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25834 conftest$ac_exeext conftest.$ac_ext 26779 conftest$ac_exeext conftest.$ac_ext
25835 LIBS=$ac_check_lib_save_LIBS 26780 LIBS=$ac_check_lib_save_LIBS
25836 fi 26781 fi
25837 ac_res=`eval echo '${'$as_ac_Lib'}'` 26782 ac_res=`eval 'as_val=${'$as_ac_Lib'}
25838 { echo "$as_me:$LINENO: result: $ac_res" >&5 26783 $as_echo "$as_val"'`
25839 echo "${ECHO_T}$ac_res" >&6; } 26784 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
25840 if test `eval echo '${'$as_ac_Lib'}'` = yes; then 26785 $as_echo "$ac_res" >&6; }
26786 as_val=`eval 'as_val=${'$as_ac_Lib'}
26787 $as_echo "$as_val"'`
26788 if test "x$as_val" = x""yes; then
25841 athena_lib=$athena_variant 26789 athena_lib=$athena_variant
25842 else 26790 else
25843 { echo "$as_me:$LINENO: checking for XawSme3dComputeTopShadowRGB in -lXaw" >&5 26791 { $as_echo "$as_me:$LINENO: checking for XawSme3dComputeTopShadowRGB in -lXaw" >&5
25844 echo $ECHO_N "checking for XawSme3dComputeTopShadowRGB in -lXaw... $ECHO_C" >&6; } 26792 $as_echo_n "checking for XawSme3dComputeTopShadowRGB in -lXaw... " >&6; }
25845 if test "${ac_cv_lib_Xaw_XawSme3dComputeTopShadowRGB+set}" = set; then 26793 if test "${ac_cv_lib_Xaw_XawSme3dComputeTopShadowRGB+set}" = set; then
25846 echo $ECHO_N "(cached) $ECHO_C" >&6 26794 $as_echo_n "(cached) " >&6
25847 else 26795 else
25848 ac_check_lib_save_LIBS=$LIBS 26796 ac_check_lib_save_LIBS=$LIBS
25849 LIBS="-lXaw $LIBS" 26797 LIBS="-lXaw $LIBS"
25850 cat >conftest.$ac_ext <<_ACEOF 26798 cat >conftest.$ac_ext <<_ACEOF
25851 /* confdefs.h. */ 26799 /* confdefs.h. */
25873 if { (ac_try="$ac_link" 26821 if { (ac_try="$ac_link"
25874 case "(($ac_try" in 26822 case "(($ac_try" in
25875 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 26823 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25876 *) ac_try_echo=$ac_try;; 26824 *) ac_try_echo=$ac_try;;
25877 esac 26825 esac
25878 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 26826 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
26827 $as_echo "$ac_try_echo") >&5
25879 (eval "$ac_link") 2>conftest.er1 26828 (eval "$ac_link") 2>conftest.er1
25880 ac_status=$? 26829 ac_status=$?
25881 grep -v '^ *+' conftest.er1 >conftest.err 26830 grep -v '^ *+' conftest.er1 >conftest.err
25882 rm -f conftest.er1 26831 rm -f conftest.er1
25883 cat conftest.err >&5 26832 cat conftest.err >&5
25884 echo "$as_me:$LINENO: \$? = $ac_status" >&5 26833 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25885 (exit $ac_status); } && { 26834 (exit $ac_status); } && {
25886 test -z "$ac_c_werror_flag" || 26835 test -z "$ac_c_werror_flag" ||
25887 test ! -s conftest.err 26836 test ! -s conftest.err
25888 } && test -s conftest$ac_exeext && 26837 } && test -s conftest$ac_exeext && {
25889 $as_test_x conftest$ac_exeext; then 26838 test "$cross_compiling" = yes ||
26839 $as_test_x conftest$ac_exeext
26840 }; then
25890 ac_cv_lib_Xaw_XawSme3dComputeTopShadowRGB=yes 26841 ac_cv_lib_Xaw_XawSme3dComputeTopShadowRGB=yes
25891 else 26842 else
25892 echo "$as_me: failed program was:" >&5 26843 $as_echo "$as_me: failed program was:" >&5
25893 sed 's/^/| /' conftest.$ac_ext >&5 26844 sed 's/^/| /' conftest.$ac_ext >&5
25894 26845
25895 ac_cv_lib_Xaw_XawSme3dComputeTopShadowRGB=no 26846 ac_cv_lib_Xaw_XawSme3dComputeTopShadowRGB=no
25896 fi 26847 fi
25897 26848
26849 rm -rf conftest.dSYM
25898 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 26850 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25899 conftest$ac_exeext conftest.$ac_ext 26851 conftest$ac_exeext conftest.$ac_ext
25900 LIBS=$ac_check_lib_save_LIBS 26852 LIBS=$ac_check_lib_save_LIBS
25901 fi 26853 fi
25902 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xaw_XawSme3dComputeTopShadowRGB" >&5 26854 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xaw_XawSme3dComputeTopShadowRGB" >&5
25903 echo "${ECHO_T}$ac_cv_lib_Xaw_XawSme3dComputeTopShadowRGB" >&6; } 26855 $as_echo "$ac_cv_lib_Xaw_XawSme3dComputeTopShadowRGB" >&6; }
25904 if test $ac_cv_lib_Xaw_XawSme3dComputeTopShadowRGB = yes; then 26856 if test "x$ac_cv_lib_Xaw_XawSme3dComputeTopShadowRGB" = x""yes; then
25905 26857
25906 athena_lib=Xaw; 26858 athena_lib=Xaw;
25907 { echo "$as_me:$LINENO: WARNING: Assuming that libXaw is actually $athena_variant." >&5 26859 { $as_echo "$as_me:$LINENO: WARNING: Assuming that libXaw is actually $athena_variant." >&5
25908 echo "$as_me: WARNING: Assuming that libXaw is actually $athena_variant." >&2;}; 26860 $as_echo "$as_me: WARNING: Assuming that libXaw is actually $athena_variant." >&2;};
25909 26861
25910 else 26862 else
25911 { echo "$as_me:$LINENO: WARNING: Could not find a 3d Athena widget library that looked like $athena_variant." >&5 26863 { $as_echo "$as_me:$LINENO: WARNING: Could not find a 3d Athena widget library that looked like $athena_variant." >&5
25912 echo "$as_me: WARNING: Could not find a 3d Athena widget library that looked like $athena_variant." >&2;} 26864 $as_echo "$as_me: WARNING: Could not find a 3d Athena widget library that looked like $athena_variant." >&2;}
25913 fi 26865 fi
25914 26866
25915 fi 26867 fi
25916 26868
25917 fi 26869 fi
25918 26870
25919 if test "$athena_3d" = "no"; then 26871 if test "$athena_3d" = "no"; then
25920 if test "${ac_cv_header_X11_Xaw_ThreeD_h+set}" = set; then 26872 if test "${ac_cv_header_X11_Xaw_ThreeD_h+set}" = set; then
25921 { echo "$as_me:$LINENO: checking for X11/Xaw/ThreeD.h" >&5 26873 { $as_echo "$as_me:$LINENO: checking for X11/Xaw/ThreeD.h" >&5
25922 echo $ECHO_N "checking for X11/Xaw/ThreeD.h... $ECHO_C" >&6; } 26874 $as_echo_n "checking for X11/Xaw/ThreeD.h... " >&6; }
25923 if test "${ac_cv_header_X11_Xaw_ThreeD_h+set}" = set; then 26875 if test "${ac_cv_header_X11_Xaw_ThreeD_h+set}" = set; then
25924 echo $ECHO_N "(cached) $ECHO_C" >&6 26876 $as_echo_n "(cached) " >&6
25925 fi 26877 fi
25926 { echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xaw_ThreeD_h" >&5 26878 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xaw_ThreeD_h" >&5
25927 echo "${ECHO_T}$ac_cv_header_X11_Xaw_ThreeD_h" >&6; } 26879 $as_echo "$ac_cv_header_X11_Xaw_ThreeD_h" >&6; }
25928 else 26880 else
25929 # Is the header compilable? 26881 # Is the header compilable?
25930 { echo "$as_me:$LINENO: checking X11/Xaw/ThreeD.h usability" >&5 26882 { $as_echo "$as_me:$LINENO: checking X11/Xaw/ThreeD.h usability" >&5
25931 echo $ECHO_N "checking X11/Xaw/ThreeD.h usability... $ECHO_C" >&6; } 26883 $as_echo_n "checking X11/Xaw/ThreeD.h usability... " >&6; }
25932 cat >conftest.$ac_ext <<_ACEOF 26884 cat >conftest.$ac_ext <<_ACEOF
25933 /* confdefs.h. */ 26885 /* confdefs.h. */
25934 _ACEOF 26886 _ACEOF
25935 cat confdefs.h >>conftest.$ac_ext 26887 cat confdefs.h >>conftest.$ac_ext
25936 cat >>conftest.$ac_ext <<_ACEOF 26888 cat >>conftest.$ac_ext <<_ACEOF
25942 if { (ac_try="$ac_compile" 26894 if { (ac_try="$ac_compile"
25943 case "(($ac_try" in 26895 case "(($ac_try" in
25944 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 26896 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25945 *) ac_try_echo=$ac_try;; 26897 *) ac_try_echo=$ac_try;;
25946 esac 26898 esac
25947 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 26899 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
26900 $as_echo "$ac_try_echo") >&5
25948 (eval "$ac_compile") 2>conftest.er1 26901 (eval "$ac_compile") 2>conftest.er1
25949 ac_status=$? 26902 ac_status=$?
25950 grep -v '^ *+' conftest.er1 >conftest.err 26903 grep -v '^ *+' conftest.er1 >conftest.err
25951 rm -f conftest.er1 26904 rm -f conftest.er1
25952 cat conftest.err >&5 26905 cat conftest.err >&5
25953 echo "$as_me:$LINENO: \$? = $ac_status" >&5 26906 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25954 (exit $ac_status); } && { 26907 (exit $ac_status); } && {
25955 test -z "$ac_c_werror_flag" || 26908 test -z "$ac_c_werror_flag" ||
25956 test ! -s conftest.err 26909 test ! -s conftest.err
25957 } && test -s conftest.$ac_objext; then 26910 } && test -s conftest.$ac_objext; then
25958 ac_header_compiler=yes 26911 ac_header_compiler=yes
25959 else 26912 else
25960 echo "$as_me: failed program was:" >&5 26913 $as_echo "$as_me: failed program was:" >&5
25961 sed 's/^/| /' conftest.$ac_ext >&5 26914 sed 's/^/| /' conftest.$ac_ext >&5
25962 26915
25963 ac_header_compiler=no 26916 ac_header_compiler=no
25964 fi 26917 fi
25965 26918
25966 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 26919 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25967 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 26920 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25968 echo "${ECHO_T}$ac_header_compiler" >&6; } 26921 $as_echo "$ac_header_compiler" >&6; }
25969 26922
25970 # Is the header present? 26923 # Is the header present?
25971 { echo "$as_me:$LINENO: checking X11/Xaw/ThreeD.h presence" >&5 26924 { $as_echo "$as_me:$LINENO: checking X11/Xaw/ThreeD.h presence" >&5
25972 echo $ECHO_N "checking X11/Xaw/ThreeD.h presence... $ECHO_C" >&6; } 26925 $as_echo_n "checking X11/Xaw/ThreeD.h presence... " >&6; }
25973 cat >conftest.$ac_ext <<_ACEOF 26926 cat >conftest.$ac_ext <<_ACEOF
25974 /* confdefs.h. */ 26927 /* confdefs.h. */
25975 _ACEOF 26928 _ACEOF
25976 cat confdefs.h >>conftest.$ac_ext 26929 cat confdefs.h >>conftest.$ac_ext
25977 cat >>conftest.$ac_ext <<_ACEOF 26930 cat >>conftest.$ac_ext <<_ACEOF
25981 if { (ac_try="$ac_cpp conftest.$ac_ext" 26934 if { (ac_try="$ac_cpp conftest.$ac_ext"
25982 case "(($ac_try" in 26935 case "(($ac_try" in
25983 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 26936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25984 *) ac_try_echo=$ac_try;; 26937 *) ac_try_echo=$ac_try;;
25985 esac 26938 esac
25986 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 26939 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
26940 $as_echo "$ac_try_echo") >&5
25987 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 26941 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
25988 ac_status=$? 26942 ac_status=$?
25989 grep -v '^ *+' conftest.er1 >conftest.err 26943 grep -v '^ *+' conftest.er1 >conftest.err
25990 rm -f conftest.er1 26944 rm -f conftest.er1
25991 cat conftest.err >&5 26945 cat conftest.err >&5
25992 echo "$as_me:$LINENO: \$? = $ac_status" >&5 26946 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25993 (exit $ac_status); } >/dev/null && { 26947 (exit $ac_status); } >/dev/null && {
25994 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 26948 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
25995 test ! -s conftest.err 26949 test ! -s conftest.err
25996 }; then 26950 }; then
25997 ac_header_preproc=yes 26951 ac_header_preproc=yes
25998 else 26952 else
25999 echo "$as_me: failed program was:" >&5 26953 $as_echo "$as_me: failed program was:" >&5
26000 sed 's/^/| /' conftest.$ac_ext >&5 26954 sed 's/^/| /' conftest.$ac_ext >&5
26001 26955
26002 ac_header_preproc=no 26956 ac_header_preproc=no
26003 fi 26957 fi
26004 26958
26005 rm -f conftest.err conftest.$ac_ext 26959 rm -f conftest.err conftest.$ac_ext
26006 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 26960 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
26007 echo "${ECHO_T}$ac_header_preproc" >&6; } 26961 $as_echo "$ac_header_preproc" >&6; }
26008 26962
26009 # So? What about this header? 26963 # So? What about this header?
26010 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 26964 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
26011 yes:no: ) 26965 yes:no: )
26012 { echo "$as_me:$LINENO: WARNING: X11/Xaw/ThreeD.h: accepted by the compiler, rejected by the preprocessor!" >&5 26966 { $as_echo "$as_me:$LINENO: WARNING: X11/Xaw/ThreeD.h: accepted by the compiler, rejected by the preprocessor!" >&5
26013 echo "$as_me: WARNING: X11/Xaw/ThreeD.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 26967 $as_echo "$as_me: WARNING: X11/Xaw/ThreeD.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
26014 { echo "$as_me:$LINENO: WARNING: X11/Xaw/ThreeD.h: proceeding with the compiler's result" >&5 26968 { $as_echo "$as_me:$LINENO: WARNING: X11/Xaw/ThreeD.h: proceeding with the compiler's result" >&5
26015 echo "$as_me: WARNING: X11/Xaw/ThreeD.h: proceeding with the compiler's result" >&2;} 26969 $as_echo "$as_me: WARNING: X11/Xaw/ThreeD.h: proceeding with the compiler's result" >&2;}
26016 ac_header_preproc=yes 26970 ac_header_preproc=yes
26017 ;; 26971 ;;
26018 no:yes:* ) 26972 no:yes:* )
26019 { echo "$as_me:$LINENO: WARNING: X11/Xaw/ThreeD.h: present but cannot be compiled" >&5 26973 { $as_echo "$as_me:$LINENO: WARNING: X11/Xaw/ThreeD.h: present but cannot be compiled" >&5
26020 echo "$as_me: WARNING: X11/Xaw/ThreeD.h: present but cannot be compiled" >&2;} 26974 $as_echo "$as_me: WARNING: X11/Xaw/ThreeD.h: present but cannot be compiled" >&2;}
26021 { echo "$as_me:$LINENO: WARNING: X11/Xaw/ThreeD.h: check for missing prerequisite headers?" >&5 26975 { $as_echo "$as_me:$LINENO: WARNING: X11/Xaw/ThreeD.h: check for missing prerequisite headers?" >&5
26022 echo "$as_me: WARNING: X11/Xaw/ThreeD.h: check for missing prerequisite headers?" >&2;} 26976 $as_echo "$as_me: WARNING: X11/Xaw/ThreeD.h: check for missing prerequisite headers?" >&2;}
26023 { echo "$as_me:$LINENO: WARNING: X11/Xaw/ThreeD.h: see the Autoconf documentation" >&5 26977 { $as_echo "$as_me:$LINENO: WARNING: X11/Xaw/ThreeD.h: see the Autoconf documentation" >&5
26024 echo "$as_me: WARNING: X11/Xaw/ThreeD.h: see the Autoconf documentation" >&2;} 26978 $as_echo "$as_me: WARNING: X11/Xaw/ThreeD.h: see the Autoconf documentation" >&2;}
26025 { echo "$as_me:$LINENO: WARNING: X11/Xaw/ThreeD.h: section \"Present But Cannot Be Compiled\"" >&5 26979 { $as_echo "$as_me:$LINENO: WARNING: X11/Xaw/ThreeD.h: section \"Present But Cannot Be Compiled\"" >&5
26026 echo "$as_me: WARNING: X11/Xaw/ThreeD.h: section \"Present But Cannot Be Compiled\"" >&2;} 26980 $as_echo "$as_me: WARNING: X11/Xaw/ThreeD.h: section \"Present But Cannot Be Compiled\"" >&2;}
26027 { echo "$as_me:$LINENO: WARNING: X11/Xaw/ThreeD.h: proceeding with the preprocessor's result" >&5 26981 { $as_echo "$as_me:$LINENO: WARNING: X11/Xaw/ThreeD.h: proceeding with the preprocessor's result" >&5
26028 echo "$as_me: WARNING: X11/Xaw/ThreeD.h: proceeding with the preprocessor's result" >&2;} 26982 $as_echo "$as_me: WARNING: X11/Xaw/ThreeD.h: proceeding with the preprocessor's result" >&2;}
26029 { echo "$as_me:$LINENO: WARNING: X11/Xaw/ThreeD.h: in the future, the compiler will take precedence" >&5 26983 { $as_echo "$as_me:$LINENO: WARNING: X11/Xaw/ThreeD.h: in the future, the compiler will take precedence" >&5
26030 echo "$as_me: WARNING: X11/Xaw/ThreeD.h: in the future, the compiler will take precedence" >&2;} 26984 $as_echo "$as_me: WARNING: X11/Xaw/ThreeD.h: in the future, the compiler will take precedence" >&2;}
26031 ( cat <<\_ASBOX 26985 ( cat <<\_ASBOX
26032 ## ------------------------------------- ## 26986 ## ------------------------------------- ##
26033 ## Report this to xemacs-beta@xemacs.org ## 26987 ## Report this to xemacs-beta@xemacs.org ##
26034 ## ------------------------------------- ## 26988 ## ------------------------------------- ##
26035 _ASBOX 26989 _ASBOX
26036 ) | sed "s/^/$as_me: WARNING: /" >&2 26990 ) | sed "s/^/$as_me: WARNING: /" >&2
26037 ;; 26991 ;;
26038 esac 26992 esac
26039 { echo "$as_me:$LINENO: checking for X11/Xaw/ThreeD.h" >&5 26993 { $as_echo "$as_me:$LINENO: checking for X11/Xaw/ThreeD.h" >&5
26040 echo $ECHO_N "checking for X11/Xaw/ThreeD.h... $ECHO_C" >&6; } 26994 $as_echo_n "checking for X11/Xaw/ThreeD.h... " >&6; }
26041 if test "${ac_cv_header_X11_Xaw_ThreeD_h+set}" = set; then 26995 if test "${ac_cv_header_X11_Xaw_ThreeD_h+set}" = set; then
26042 echo $ECHO_N "(cached) $ECHO_C" >&6 26996 $as_echo_n "(cached) " >&6
26043 else 26997 else
26044 ac_cv_header_X11_Xaw_ThreeD_h=$ac_header_preproc 26998 ac_cv_header_X11_Xaw_ThreeD_h=$ac_header_preproc
26045 fi 26999 fi
26046 { echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xaw_ThreeD_h" >&5 27000 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xaw_ThreeD_h" >&5
26047 echo "${ECHO_T}$ac_cv_header_X11_Xaw_ThreeD_h" >&6; } 27001 $as_echo "$ac_cv_header_X11_Xaw_ThreeD_h" >&6; }
26048 27002
26049 fi 27003 fi
26050 if test $ac_cv_header_X11_Xaw_ThreeD_h = yes; then 27004 if test "x$ac_cv_header_X11_Xaw_ThreeD_h" = x""yes; then
26051 { echo "$as_me:$LINENO: WARNING: Could not find a non-3d Athena header set." >&5 27005 { $as_echo "$as_me:$LINENO: WARNING: Could not find a non-3d Athena header set." >&5
26052 echo "$as_me: WARNING: Could not find a non-3d Athena header set." >&2;} 27006 $as_echo "$as_me: WARNING: Could not find a non-3d Athena header set." >&2;}
26053 else 27007 else
26054 { echo "$as_me:$LINENO: checking for X11/Xaw/XawInit.h" >&5 27008 { $as_echo "$as_me:$LINENO: checking for X11/Xaw/XawInit.h" >&5
26055 echo $ECHO_N "checking for X11/Xaw/XawInit.h... $ECHO_C" >&6; } 27009 $as_echo_n "checking for X11/Xaw/XawInit.h... " >&6; }
26056 if test "${ac_cv_header_X11_Xaw_XawInit_h+set}" = set; then 27010 if test "${ac_cv_header_X11_Xaw_XawInit_h+set}" = set; then
26057 echo $ECHO_N "(cached) $ECHO_C" >&6 27011 $as_echo_n "(cached) " >&6
26058 else 27012 else
26059 cat >conftest.$ac_ext <<_ACEOF 27013 cat >conftest.$ac_ext <<_ACEOF
26060 /* confdefs.h. */ 27014 /* confdefs.h. */
26061 _ACEOF 27015 _ACEOF
26062 cat confdefs.h >>conftest.$ac_ext 27016 cat confdefs.h >>conftest.$ac_ext
26072 if { (ac_try="$ac_compile" 27026 if { (ac_try="$ac_compile"
26073 case "(($ac_try" in 27027 case "(($ac_try" in
26074 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 27028 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26075 *) ac_try_echo=$ac_try;; 27029 *) ac_try_echo=$ac_try;;
26076 esac 27030 esac
26077 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 27031 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
27032 $as_echo "$ac_try_echo") >&5
26078 (eval "$ac_compile") 2>conftest.er1 27033 (eval "$ac_compile") 2>conftest.er1
26079 ac_status=$? 27034 ac_status=$?
26080 grep -v '^ *+' conftest.er1 >conftest.err 27035 grep -v '^ *+' conftest.er1 >conftest.err
26081 rm -f conftest.er1 27036 rm -f conftest.er1
26082 cat conftest.err >&5 27037 cat conftest.err >&5
26083 echo "$as_me:$LINENO: \$? = $ac_status" >&5 27038 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
26084 (exit $ac_status); } && { 27039 (exit $ac_status); } && {
26085 test -z "$ac_c_werror_flag" || 27040 test -z "$ac_c_werror_flag" ||
26086 test ! -s conftest.err 27041 test ! -s conftest.err
26087 } && test -s conftest.$ac_objext; then 27042 } && test -s conftest.$ac_objext; then
26088 ac_cv_header_X11_Xaw_XawInit_h=yes 27043 ac_cv_header_X11_Xaw_XawInit_h=yes
26089 else 27044 else
26090 echo "$as_me: failed program was:" >&5 27045 $as_echo "$as_me: failed program was:" >&5
26091 sed 's/^/| /' conftest.$ac_ext >&5 27046 sed 's/^/| /' conftest.$ac_ext >&5
26092 27047
26093 ac_cv_header_X11_Xaw_XawInit_h=no 27048 ac_cv_header_X11_Xaw_XawInit_h=no
26094 fi 27049 fi
26095 27050
26096 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 27051 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26097 fi 27052 fi
26098 { echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xaw_XawInit_h" >&5 27053 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xaw_XawInit_h" >&5
26099 echo "${ECHO_T}$ac_cv_header_X11_Xaw_XawInit_h" >&6; } 27054 $as_echo "$ac_cv_header_X11_Xaw_XawInit_h" >&6; }
26100 if test $ac_cv_header_X11_Xaw_XawInit_h = yes; then 27055 if test "x$ac_cv_header_X11_Xaw_XawInit_h" = x""yes; then
26101 athena_h_path=X11/Xaw 27056 athena_h_path=X11/Xaw
26102 else 27057 else
26103 { echo "$as_me:$LINENO: WARNING: Could not find a non-3d Athena header set." >&5 27058 { $as_echo "$as_me:$LINENO: WARNING: Could not find a non-3d Athena header set." >&5
26104 echo "$as_me: WARNING: Could not find a non-3d Athena header set." >&2;} 27059 $as_echo "$as_me: WARNING: Could not find a non-3d Athena header set." >&2;}
26105 fi 27060 fi
26106 27061
26107 27062
26108 fi 27063 fi
26109 27064
26110 27065
26111 else 27066 else
26112 as_ac_Header=`echo "ac_cv_header_X11/$athena_variant/XawInit.h" | $as_tr_sh` 27067 as_ac_Header=`$as_echo "ac_cv_header_X11/$athena_variant/XawInit.h" | $as_tr_sh`
26113 { echo "$as_me:$LINENO: checking for X11/$athena_variant/XawInit.h" >&5 27068 { $as_echo "$as_me:$LINENO: checking for X11/$athena_variant/XawInit.h" >&5
26114 echo $ECHO_N "checking for X11/$athena_variant/XawInit.h... $ECHO_C" >&6; } 27069 $as_echo_n "checking for X11/$athena_variant/XawInit.h... " >&6; }
26115 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 27070 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
26116 echo $ECHO_N "(cached) $ECHO_C" >&6 27071 $as_echo_n "(cached) " >&6
26117 else 27072 else
26118 cat >conftest.$ac_ext <<_ACEOF 27073 cat >conftest.$ac_ext <<_ACEOF
26119 /* confdefs.h. */ 27074 /* confdefs.h. */
26120 _ACEOF 27075 _ACEOF
26121 cat confdefs.h >>conftest.$ac_ext 27076 cat confdefs.h >>conftest.$ac_ext
26134 if { (ac_try="$ac_compile" 27089 if { (ac_try="$ac_compile"
26135 case "(($ac_try" in 27090 case "(($ac_try" in
26136 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 27091 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26137 *) ac_try_echo=$ac_try;; 27092 *) ac_try_echo=$ac_try;;
26138 esac 27093 esac
26139 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 27094 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
27095 $as_echo "$ac_try_echo") >&5
26140 (eval "$ac_compile") 2>conftest.er1 27096 (eval "$ac_compile") 2>conftest.er1
26141 ac_status=$? 27097 ac_status=$?
26142 grep -v '^ *+' conftest.er1 >conftest.err 27098 grep -v '^ *+' conftest.er1 >conftest.err
26143 rm -f conftest.er1 27099 rm -f conftest.er1
26144 cat conftest.err >&5 27100 cat conftest.err >&5
26145 echo "$as_me:$LINENO: \$? = $ac_status" >&5 27101 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
26146 (exit $ac_status); } && { 27102 (exit $ac_status); } && {
26147 test -z "$ac_c_werror_flag" || 27103 test -z "$ac_c_werror_flag" ||
26148 test ! -s conftest.err 27104 test ! -s conftest.err
26149 } && test -s conftest.$ac_objext; then 27105 } && test -s conftest.$ac_objext; then
26150 eval "$as_ac_Header=yes" 27106 eval "$as_ac_Header=yes"
26151 else 27107 else
26152 echo "$as_me: failed program was:" >&5 27108 $as_echo "$as_me: failed program was:" >&5
26153 sed 's/^/| /' conftest.$ac_ext >&5 27109 sed 's/^/| /' conftest.$ac_ext >&5
26154 27110
26155 eval "$as_ac_Header=no" 27111 eval "$as_ac_Header=no"
26156 fi 27112 fi
26157 27113
26158 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 27114 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26159 fi 27115 fi
26160 ac_res=`eval echo '${'$as_ac_Header'}'` 27116 ac_res=`eval 'as_val=${'$as_ac_Header'}
26161 { echo "$as_me:$LINENO: result: $ac_res" >&5 27117 $as_echo "$as_val"'`
26162 echo "${ECHO_T}$ac_res" >&6; } 27118 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
26163 if test `eval echo '${'$as_ac_Header'}'` = yes; then 27119 $as_echo "$ac_res" >&6; }
26164 as_ac_Header=`echo "ac_cv_header_X11/$athena_variant/ThreeD.h" | $as_tr_sh` 27120 as_val=`eval 'as_val=${'$as_ac_Header'}
27121 $as_echo "$as_val"'`
27122 if test "x$as_val" = x""yes; then
27123 as_ac_Header=`$as_echo "ac_cv_header_X11/$athena_variant/ThreeD.h" | $as_tr_sh`
26165 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 27124 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
26166 { echo "$as_me:$LINENO: checking for X11/$athena_variant/ThreeD.h" >&5 27125 { $as_echo "$as_me:$LINENO: checking for X11/$athena_variant/ThreeD.h" >&5
26167 echo $ECHO_N "checking for X11/$athena_variant/ThreeD.h... $ECHO_C" >&6; } 27126 $as_echo_n "checking for X11/$athena_variant/ThreeD.h... " >&6; }
26168 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 27127 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
26169 echo $ECHO_N "(cached) $ECHO_C" >&6 27128 $as_echo_n "(cached) " >&6
26170 fi 27129 fi
26171 ac_res=`eval echo '${'$as_ac_Header'}'` 27130 ac_res=`eval 'as_val=${'$as_ac_Header'}
26172 { echo "$as_me:$LINENO: result: $ac_res" >&5 27131 $as_echo "$as_val"'`
26173 echo "${ECHO_T}$ac_res" >&6; } 27132 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
27133 $as_echo "$ac_res" >&6; }
26174 else 27134 else
26175 # Is the header compilable? 27135 # Is the header compilable?
26176 { echo "$as_me:$LINENO: checking X11/$athena_variant/ThreeD.h usability" >&5 27136 { $as_echo "$as_me:$LINENO: checking X11/$athena_variant/ThreeD.h usability" >&5
26177 echo $ECHO_N "checking X11/$athena_variant/ThreeD.h usability... $ECHO_C" >&6; } 27137 $as_echo_n "checking X11/$athena_variant/ThreeD.h usability... " >&6; }
26178 cat >conftest.$ac_ext <<_ACEOF 27138 cat >conftest.$ac_ext <<_ACEOF
26179 /* confdefs.h. */ 27139 /* confdefs.h. */
26180 _ACEOF 27140 _ACEOF
26181 cat confdefs.h >>conftest.$ac_ext 27141 cat confdefs.h >>conftest.$ac_ext
26182 cat >>conftest.$ac_ext <<_ACEOF 27142 cat >>conftest.$ac_ext <<_ACEOF
26188 if { (ac_try="$ac_compile" 27148 if { (ac_try="$ac_compile"
26189 case "(($ac_try" in 27149 case "(($ac_try" in
26190 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 27150 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26191 *) ac_try_echo=$ac_try;; 27151 *) ac_try_echo=$ac_try;;
26192 esac 27152 esac
26193 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 27153 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
27154 $as_echo "$ac_try_echo") >&5
26194 (eval "$ac_compile") 2>conftest.er1 27155 (eval "$ac_compile") 2>conftest.er1
26195 ac_status=$? 27156 ac_status=$?
26196 grep -v '^ *+' conftest.er1 >conftest.err 27157 grep -v '^ *+' conftest.er1 >conftest.err
26197 rm -f conftest.er1 27158 rm -f conftest.er1
26198 cat conftest.err >&5 27159 cat conftest.err >&5
26199 echo "$as_me:$LINENO: \$? = $ac_status" >&5 27160 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
26200 (exit $ac_status); } && { 27161 (exit $ac_status); } && {
26201 test -z "$ac_c_werror_flag" || 27162 test -z "$ac_c_werror_flag" ||
26202 test ! -s conftest.err 27163 test ! -s conftest.err
26203 } && test -s conftest.$ac_objext; then 27164 } && test -s conftest.$ac_objext; then
26204 ac_header_compiler=yes 27165 ac_header_compiler=yes
26205 else 27166 else
26206 echo "$as_me: failed program was:" >&5 27167 $as_echo "$as_me: failed program was:" >&5
26207 sed 's/^/| /' conftest.$ac_ext >&5 27168 sed 's/^/| /' conftest.$ac_ext >&5
26208 27169
26209 ac_header_compiler=no 27170 ac_header_compiler=no
26210 fi 27171 fi
26211 27172
26212 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 27173 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26213 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 27174 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
26214 echo "${ECHO_T}$ac_header_compiler" >&6; } 27175 $as_echo "$ac_header_compiler" >&6; }
26215 27176
26216 # Is the header present? 27177 # Is the header present?
26217 { echo "$as_me:$LINENO: checking X11/$athena_variant/ThreeD.h presence" >&5 27178 { $as_echo "$as_me:$LINENO: checking X11/$athena_variant/ThreeD.h presence" >&5
26218 echo $ECHO_N "checking X11/$athena_variant/ThreeD.h presence... $ECHO_C" >&6; } 27179 $as_echo_n "checking X11/$athena_variant/ThreeD.h presence... " >&6; }
26219 cat >conftest.$ac_ext <<_ACEOF 27180 cat >conftest.$ac_ext <<_ACEOF
26220 /* confdefs.h. */ 27181 /* confdefs.h. */
26221 _ACEOF 27182 _ACEOF
26222 cat confdefs.h >>conftest.$ac_ext 27183 cat confdefs.h >>conftest.$ac_ext
26223 cat >>conftest.$ac_ext <<_ACEOF 27184 cat >>conftest.$ac_ext <<_ACEOF
26227 if { (ac_try="$ac_cpp conftest.$ac_ext" 27188 if { (ac_try="$ac_cpp conftest.$ac_ext"
26228 case "(($ac_try" in 27189 case "(($ac_try" in
26229 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 27190 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26230 *) ac_try_echo=$ac_try;; 27191 *) ac_try_echo=$ac_try;;
26231 esac 27192 esac
26232 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 27193 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
27194 $as_echo "$ac_try_echo") >&5
26233 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 27195 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
26234 ac_status=$? 27196 ac_status=$?
26235 grep -v '^ *+' conftest.er1 >conftest.err 27197 grep -v '^ *+' conftest.er1 >conftest.err
26236 rm -f conftest.er1 27198 rm -f conftest.er1
26237 cat conftest.err >&5 27199 cat conftest.err >&5
26238 echo "$as_me:$LINENO: \$? = $ac_status" >&5 27200 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
26239 (exit $ac_status); } >/dev/null && { 27201 (exit $ac_status); } >/dev/null && {
26240 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 27202 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
26241 test ! -s conftest.err 27203 test ! -s conftest.err
26242 }; then 27204 }; then
26243 ac_header_preproc=yes 27205 ac_header_preproc=yes
26244 else 27206 else
26245 echo "$as_me: failed program was:" >&5 27207 $as_echo "$as_me: failed program was:" >&5
26246 sed 's/^/| /' conftest.$ac_ext >&5 27208 sed 's/^/| /' conftest.$ac_ext >&5
26247 27209
26248 ac_header_preproc=no 27210 ac_header_preproc=no
26249 fi 27211 fi
26250 27212
26251 rm -f conftest.err conftest.$ac_ext 27213 rm -f conftest.err conftest.$ac_ext
26252 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 27214 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
26253 echo "${ECHO_T}$ac_header_preproc" >&6; } 27215 $as_echo "$ac_header_preproc" >&6; }
26254 27216
26255 # So? What about this header? 27217 # So? What about this header?
26256 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 27218 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
26257 yes:no: ) 27219 yes:no: )
26258 { echo "$as_me:$LINENO: WARNING: X11/$athena_variant/ThreeD.h: accepted by the compiler, rejected by the preprocessor!" >&5 27220 { $as_echo "$as_me:$LINENO: WARNING: X11/$athena_variant/ThreeD.h: accepted by the compiler, rejected by the preprocessor!" >&5
26259 echo "$as_me: WARNING: X11/$athena_variant/ThreeD.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 27221 $as_echo "$as_me: WARNING: X11/$athena_variant/ThreeD.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
26260 { echo "$as_me:$LINENO: WARNING: X11/$athena_variant/ThreeD.h: proceeding with the compiler's result" >&5 27222 { $as_echo "$as_me:$LINENO: WARNING: X11/$athena_variant/ThreeD.h: proceeding with the compiler's result" >&5
26261 echo "$as_me: WARNING: X11/$athena_variant/ThreeD.h: proceeding with the compiler's result" >&2;} 27223 $as_echo "$as_me: WARNING: X11/$athena_variant/ThreeD.h: proceeding with the compiler's result" >&2;}
26262 ac_header_preproc=yes 27224 ac_header_preproc=yes
26263 ;; 27225 ;;
26264 no:yes:* ) 27226 no:yes:* )
26265 { echo "$as_me:$LINENO: WARNING: X11/$athena_variant/ThreeD.h: present but cannot be compiled" >&5 27227 { $as_echo "$as_me:$LINENO: WARNING: X11/$athena_variant/ThreeD.h: present but cannot be compiled" >&5
26266 echo "$as_me: WARNING: X11/$athena_variant/ThreeD.h: present but cannot be compiled" >&2;} 27228 $as_echo "$as_me: WARNING: X11/$athena_variant/ThreeD.h: present but cannot be compiled" >&2;}
26267 { echo "$as_me:$LINENO: WARNING: X11/$athena_variant/ThreeD.h: check for missing prerequisite headers?" >&5 27229 { $as_echo "$as_me:$LINENO: WARNING: X11/$athena_variant/ThreeD.h: check for missing prerequisite headers?" >&5
26268 echo "$as_me: WARNING: X11/$athena_variant/ThreeD.h: check for missing prerequisite headers?" >&2;} 27230 $as_echo "$as_me: WARNING: X11/$athena_variant/ThreeD.h: check for missing prerequisite headers?" >&2;}
26269 { echo "$as_me:$LINENO: WARNING: X11/$athena_variant/ThreeD.h: see the Autoconf documentation" >&5 27231 { $as_echo "$as_me:$LINENO: WARNING: X11/$athena_variant/ThreeD.h: see the Autoconf documentation" >&5
26270 echo "$as_me: WARNING: X11/$athena_variant/ThreeD.h: see the Autoconf documentation" >&2;} 27232 $as_echo "$as_me: WARNING: X11/$athena_variant/ThreeD.h: see the Autoconf documentation" >&2;}
26271 { echo "$as_me:$LINENO: WARNING: X11/$athena_variant/ThreeD.h: section \"Present But Cannot Be Compiled\"" >&5 27233 { $as_echo "$as_me:$LINENO: WARNING: X11/$athena_variant/ThreeD.h: section \"Present But Cannot Be Compiled\"" >&5
26272 echo "$as_me: WARNING: X11/$athena_variant/ThreeD.h: section \"Present But Cannot Be Compiled\"" >&2;} 27234 $as_echo "$as_me: WARNING: X11/$athena_variant/ThreeD.h: section \"Present But Cannot Be Compiled\"" >&2;}
26273 { echo "$as_me:$LINENO: WARNING: X11/$athena_variant/ThreeD.h: proceeding with the preprocessor's result" >&5 27235 { $as_echo "$as_me:$LINENO: WARNING: X11/$athena_variant/ThreeD.h: proceeding with the preprocessor's result" >&5
26274 echo "$as_me: WARNING: X11/$athena_variant/ThreeD.h: proceeding with the preprocessor's result" >&2;} 27236 $as_echo "$as_me: WARNING: X11/$athena_variant/ThreeD.h: proceeding with the preprocessor's result" >&2;}
26275 { echo "$as_me:$LINENO: WARNING: X11/$athena_variant/ThreeD.h: in the future, the compiler will take precedence" >&5 27237 { $as_echo "$as_me:$LINENO: WARNING: X11/$athena_variant/ThreeD.h: in the future, the compiler will take precedence" >&5
26276 echo "$as_me: WARNING: X11/$athena_variant/ThreeD.h: in the future, the compiler will take precedence" >&2;} 27238 $as_echo "$as_me: WARNING: X11/$athena_variant/ThreeD.h: in the future, the compiler will take precedence" >&2;}
26277 ( cat <<\_ASBOX 27239 ( cat <<\_ASBOX
26278 ## ------------------------------------- ## 27240 ## ------------------------------------- ##
26279 ## Report this to xemacs-beta@xemacs.org ## 27241 ## Report this to xemacs-beta@xemacs.org ##
26280 ## ------------------------------------- ## 27242 ## ------------------------------------- ##
26281 _ASBOX 27243 _ASBOX
26282 ) | sed "s/^/$as_me: WARNING: /" >&2 27244 ) | sed "s/^/$as_me: WARNING: /" >&2
26283 ;; 27245 ;;
26284 esac 27246 esac
26285 { echo "$as_me:$LINENO: checking for X11/$athena_variant/ThreeD.h" >&5 27247 { $as_echo "$as_me:$LINENO: checking for X11/$athena_variant/ThreeD.h" >&5
26286 echo $ECHO_N "checking for X11/$athena_variant/ThreeD.h... $ECHO_C" >&6; } 27248 $as_echo_n "checking for X11/$athena_variant/ThreeD.h... " >&6; }
26287 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 27249 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
26288 echo $ECHO_N "(cached) $ECHO_C" >&6 27250 $as_echo_n "(cached) " >&6
26289 else 27251 else
26290 eval "$as_ac_Header=\$ac_header_preproc" 27252 eval "$as_ac_Header=\$ac_header_preproc"
26291 fi 27253 fi
26292 ac_res=`eval echo '${'$as_ac_Header'}'` 27254 ac_res=`eval 'as_val=${'$as_ac_Header'}
26293 { echo "$as_me:$LINENO: result: $ac_res" >&5 27255 $as_echo "$as_val"'`
26294 echo "${ECHO_T}$ac_res" >&6; } 27256 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
26295 27257 $as_echo "$ac_res" >&6; }
26296 fi 27258
26297 if test `eval echo '${'$as_ac_Header'}'` = yes; then 27259 fi
27260 as_val=`eval 'as_val=${'$as_ac_Header'}
27261 $as_echo "$as_val"'`
27262 if test "x$as_val" = x""yes; then
26298 athena_h_path=X11/$athena_variant 27263 athena_h_path=X11/$athena_variant
26299 fi 27264 fi
26300 27265
26301 27266
26302 fi 27267 fi
26303 27268
26304 27269
26305 27270
26306 if test -z "$athena_h_path"; then 27271 if test -z "$athena_h_path"; then
26307 as_ac_Header=`echo "ac_cv_header_$athena_variant/XawInit.h" | $as_tr_sh` 27272 as_ac_Header=`$as_echo "ac_cv_header_$athena_variant/XawInit.h" | $as_tr_sh`
26308 { echo "$as_me:$LINENO: checking for $athena_variant/XawInit.h" >&5 27273 { $as_echo "$as_me:$LINENO: checking for $athena_variant/XawInit.h" >&5
26309 echo $ECHO_N "checking for $athena_variant/XawInit.h... $ECHO_C" >&6; } 27274 $as_echo_n "checking for $athena_variant/XawInit.h... " >&6; }
26310 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 27275 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
26311 echo $ECHO_N "(cached) $ECHO_C" >&6 27276 $as_echo_n "(cached) " >&6
26312 else 27277 else
26313 cat >conftest.$ac_ext <<_ACEOF 27278 cat >conftest.$ac_ext <<_ACEOF
26314 /* confdefs.h. */ 27279 /* confdefs.h. */
26315 _ACEOF 27280 _ACEOF
26316 cat confdefs.h >>conftest.$ac_ext 27281 cat confdefs.h >>conftest.$ac_ext
26329 if { (ac_try="$ac_compile" 27294 if { (ac_try="$ac_compile"
26330 case "(($ac_try" in 27295 case "(($ac_try" in
26331 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 27296 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26332 *) ac_try_echo=$ac_try;; 27297 *) ac_try_echo=$ac_try;;
26333 esac 27298 esac
26334 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 27299 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
27300 $as_echo "$ac_try_echo") >&5
26335 (eval "$ac_compile") 2>conftest.er1 27301 (eval "$ac_compile") 2>conftest.er1
26336 ac_status=$? 27302 ac_status=$?
26337 grep -v '^ *+' conftest.er1 >conftest.err 27303 grep -v '^ *+' conftest.er1 >conftest.err
26338 rm -f conftest.er1 27304 rm -f conftest.er1
26339 cat conftest.err >&5 27305 cat conftest.err >&5
26340 echo "$as_me:$LINENO: \$? = $ac_status" >&5 27306 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
26341 (exit $ac_status); } && { 27307 (exit $ac_status); } && {
26342 test -z "$ac_c_werror_flag" || 27308 test -z "$ac_c_werror_flag" ||
26343 test ! -s conftest.err 27309 test ! -s conftest.err
26344 } && test -s conftest.$ac_objext; then 27310 } && test -s conftest.$ac_objext; then
26345 eval "$as_ac_Header=yes" 27311 eval "$as_ac_Header=yes"
26346 else 27312 else
26347 echo "$as_me: failed program was:" >&5 27313 $as_echo "$as_me: failed program was:" >&5
26348 sed 's/^/| /' conftest.$ac_ext >&5 27314 sed 's/^/| /' conftest.$ac_ext >&5
26349 27315
26350 eval "$as_ac_Header=no" 27316 eval "$as_ac_Header=no"
26351 fi 27317 fi
26352 27318
26353 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 27319 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26354 fi 27320 fi
26355 ac_res=`eval echo '${'$as_ac_Header'}'` 27321 ac_res=`eval 'as_val=${'$as_ac_Header'}
26356 { echo "$as_me:$LINENO: result: $ac_res" >&5 27322 $as_echo "$as_val"'`
26357 echo "${ECHO_T}$ac_res" >&6; } 27323 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
26358 if test `eval echo '${'$as_ac_Header'}'` = yes; then 27324 $as_echo "$ac_res" >&6; }
26359 as_ac_Header=`echo "ac_cv_header_$athena_variant/ThreeD.h" | $as_tr_sh` 27325 as_val=`eval 'as_val=${'$as_ac_Header'}
27326 $as_echo "$as_val"'`
27327 if test "x$as_val" = x""yes; then
27328 as_ac_Header=`$as_echo "ac_cv_header_$athena_variant/ThreeD.h" | $as_tr_sh`
26360 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 27329 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
26361 { echo "$as_me:$LINENO: checking for $athena_variant/ThreeD.h" >&5 27330 { $as_echo "$as_me:$LINENO: checking for $athena_variant/ThreeD.h" >&5
26362 echo $ECHO_N "checking for $athena_variant/ThreeD.h... $ECHO_C" >&6; } 27331 $as_echo_n "checking for $athena_variant/ThreeD.h... " >&6; }
26363 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 27332 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
26364 echo $ECHO_N "(cached) $ECHO_C" >&6 27333 $as_echo_n "(cached) " >&6
26365 fi 27334 fi
26366 ac_res=`eval echo '${'$as_ac_Header'}'` 27335 ac_res=`eval 'as_val=${'$as_ac_Header'}
26367 { echo "$as_me:$LINENO: result: $ac_res" >&5 27336 $as_echo "$as_val"'`
26368 echo "${ECHO_T}$ac_res" >&6; } 27337 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
27338 $as_echo "$ac_res" >&6; }
26369 else 27339 else
26370 # Is the header compilable? 27340 # Is the header compilable?
26371 { echo "$as_me:$LINENO: checking $athena_variant/ThreeD.h usability" >&5 27341 { $as_echo "$as_me:$LINENO: checking $athena_variant/ThreeD.h usability" >&5
26372 echo $ECHO_N "checking $athena_variant/ThreeD.h usability... $ECHO_C" >&6; } 27342 $as_echo_n "checking $athena_variant/ThreeD.h usability... " >&6; }
26373 cat >conftest.$ac_ext <<_ACEOF 27343 cat >conftest.$ac_ext <<_ACEOF
26374 /* confdefs.h. */ 27344 /* confdefs.h. */
26375 _ACEOF 27345 _ACEOF
26376 cat confdefs.h >>conftest.$ac_ext 27346 cat confdefs.h >>conftest.$ac_ext
26377 cat >>conftest.$ac_ext <<_ACEOF 27347 cat >>conftest.$ac_ext <<_ACEOF
26383 if { (ac_try="$ac_compile" 27353 if { (ac_try="$ac_compile"
26384 case "(($ac_try" in 27354 case "(($ac_try" in
26385 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 27355 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26386 *) ac_try_echo=$ac_try;; 27356 *) ac_try_echo=$ac_try;;
26387 esac 27357 esac
26388 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 27358 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
27359 $as_echo "$ac_try_echo") >&5
26389 (eval "$ac_compile") 2>conftest.er1 27360 (eval "$ac_compile") 2>conftest.er1
26390 ac_status=$? 27361 ac_status=$?
26391 grep -v '^ *+' conftest.er1 >conftest.err 27362 grep -v '^ *+' conftest.er1 >conftest.err
26392 rm -f conftest.er1 27363 rm -f conftest.er1
26393 cat conftest.err >&5 27364 cat conftest.err >&5
26394 echo "$as_me:$LINENO: \$? = $ac_status" >&5 27365 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
26395 (exit $ac_status); } && { 27366 (exit $ac_status); } && {
26396 test -z "$ac_c_werror_flag" || 27367 test -z "$ac_c_werror_flag" ||
26397 test ! -s conftest.err 27368 test ! -s conftest.err
26398 } && test -s conftest.$ac_objext; then 27369 } && test -s conftest.$ac_objext; then
26399 ac_header_compiler=yes 27370 ac_header_compiler=yes
26400 else 27371 else
26401 echo "$as_me: failed program was:" >&5 27372 $as_echo "$as_me: failed program was:" >&5
26402 sed 's/^/| /' conftest.$ac_ext >&5 27373 sed 's/^/| /' conftest.$ac_ext >&5
26403 27374
26404 ac_header_compiler=no 27375 ac_header_compiler=no
26405 fi 27376 fi
26406 27377
26407 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 27378 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26408 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 27379 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
26409 echo "${ECHO_T}$ac_header_compiler" >&6; } 27380 $as_echo "$ac_header_compiler" >&6; }
26410 27381
26411 # Is the header present? 27382 # Is the header present?
26412 { echo "$as_me:$LINENO: checking $athena_variant/ThreeD.h presence" >&5 27383 { $as_echo "$as_me:$LINENO: checking $athena_variant/ThreeD.h presence" >&5
26413 echo $ECHO_N "checking $athena_variant/ThreeD.h presence... $ECHO_C" >&6; } 27384 $as_echo_n "checking $athena_variant/ThreeD.h presence... " >&6; }
26414 cat >conftest.$ac_ext <<_ACEOF 27385 cat >conftest.$ac_ext <<_ACEOF
26415 /* confdefs.h. */ 27386 /* confdefs.h. */
26416 _ACEOF 27387 _ACEOF
26417 cat confdefs.h >>conftest.$ac_ext 27388 cat confdefs.h >>conftest.$ac_ext
26418 cat >>conftest.$ac_ext <<_ACEOF 27389 cat >>conftest.$ac_ext <<_ACEOF
26422 if { (ac_try="$ac_cpp conftest.$ac_ext" 27393 if { (ac_try="$ac_cpp conftest.$ac_ext"
26423 case "(($ac_try" in 27394 case "(($ac_try" in
26424 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 27395 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26425 *) ac_try_echo=$ac_try;; 27396 *) ac_try_echo=$ac_try;;
26426 esac 27397 esac
26427 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 27398 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
27399 $as_echo "$ac_try_echo") >&5
26428 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 27400 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
26429 ac_status=$? 27401 ac_status=$?
26430 grep -v '^ *+' conftest.er1 >conftest.err 27402 grep -v '^ *+' conftest.er1 >conftest.err
26431 rm -f conftest.er1 27403 rm -f conftest.er1
26432 cat conftest.err >&5 27404 cat conftest.err >&5
26433 echo "$as_me:$LINENO: \$? = $ac_status" >&5 27405 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
26434 (exit $ac_status); } >/dev/null && { 27406 (exit $ac_status); } >/dev/null && {
26435 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 27407 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
26436 test ! -s conftest.err 27408 test ! -s conftest.err
26437 }; then 27409 }; then
26438 ac_header_preproc=yes 27410 ac_header_preproc=yes
26439 else 27411 else
26440 echo "$as_me: failed program was:" >&5 27412 $as_echo "$as_me: failed program was:" >&5
26441 sed 's/^/| /' conftest.$ac_ext >&5 27413 sed 's/^/| /' conftest.$ac_ext >&5
26442 27414
26443 ac_header_preproc=no 27415 ac_header_preproc=no
26444 fi 27416 fi
26445 27417
26446 rm -f conftest.err conftest.$ac_ext 27418 rm -f conftest.err conftest.$ac_ext
26447 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 27419 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
26448 echo "${ECHO_T}$ac_header_preproc" >&6; } 27420 $as_echo "$ac_header_preproc" >&6; }
26449 27421
26450 # So? What about this header? 27422 # So? What about this header?
26451 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 27423 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
26452 yes:no: ) 27424 yes:no: )
26453 { echo "$as_me:$LINENO: WARNING: $athena_variant/ThreeD.h: accepted by the compiler, rejected by the preprocessor!" >&5 27425 { $as_echo "$as_me:$LINENO: WARNING: $athena_variant/ThreeD.h: accepted by the compiler, rejected by the preprocessor!" >&5
26454 echo "$as_me: WARNING: $athena_variant/ThreeD.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 27426 $as_echo "$as_me: WARNING: $athena_variant/ThreeD.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
26455 { echo "$as_me:$LINENO: WARNING: $athena_variant/ThreeD.h: proceeding with the compiler's result" >&5 27427 { $as_echo "$as_me:$LINENO: WARNING: $athena_variant/ThreeD.h: proceeding with the compiler's result" >&5
26456 echo "$as_me: WARNING: $athena_variant/ThreeD.h: proceeding with the compiler's result" >&2;} 27428 $as_echo "$as_me: WARNING: $athena_variant/ThreeD.h: proceeding with the compiler's result" >&2;}
26457 ac_header_preproc=yes 27429 ac_header_preproc=yes
26458 ;; 27430 ;;
26459 no:yes:* ) 27431 no:yes:* )
26460 { echo "$as_me:$LINENO: WARNING: $athena_variant/ThreeD.h: present but cannot be compiled" >&5 27432 { $as_echo "$as_me:$LINENO: WARNING: $athena_variant/ThreeD.h: present but cannot be compiled" >&5
26461 echo "$as_me: WARNING: $athena_variant/ThreeD.h: present but cannot be compiled" >&2;} 27433 $as_echo "$as_me: WARNING: $athena_variant/ThreeD.h: present but cannot be compiled" >&2;}
26462 { echo "$as_me:$LINENO: WARNING: $athena_variant/ThreeD.h: check for missing prerequisite headers?" >&5 27434 { $as_echo "$as_me:$LINENO: WARNING: $athena_variant/ThreeD.h: check for missing prerequisite headers?" >&5
26463 echo "$as_me: WARNING: $athena_variant/ThreeD.h: check for missing prerequisite headers?" >&2;} 27435 $as_echo "$as_me: WARNING: $athena_variant/ThreeD.h: check for missing prerequisite headers?" >&2;}
26464 { echo "$as_me:$LINENO: WARNING: $athena_variant/ThreeD.h: see the Autoconf documentation" >&5 27436 { $as_echo "$as_me:$LINENO: WARNING: $athena_variant/ThreeD.h: see the Autoconf documentation" >&5
26465 echo "$as_me: WARNING: $athena_variant/ThreeD.h: see the Autoconf documentation" >&2;} 27437 $as_echo "$as_me: WARNING: $athena_variant/ThreeD.h: see the Autoconf documentation" >&2;}
26466 { echo "$as_me:$LINENO: WARNING: $athena_variant/ThreeD.h: section \"Present But Cannot Be Compiled\"" >&5 27438 { $as_echo "$as_me:$LINENO: WARNING: $athena_variant/ThreeD.h: section \"Present But Cannot Be Compiled\"" >&5
26467 echo "$as_me: WARNING: $athena_variant/ThreeD.h: section \"Present But Cannot Be Compiled\"" >&2;} 27439 $as_echo "$as_me: WARNING: $athena_variant/ThreeD.h: section \"Present But Cannot Be Compiled\"" >&2;}
26468 { echo "$as_me:$LINENO: WARNING: $athena_variant/ThreeD.h: proceeding with the preprocessor's result" >&5 27440 { $as_echo "$as_me:$LINENO: WARNING: $athena_variant/ThreeD.h: proceeding with the preprocessor's result" >&5
26469 echo "$as_me: WARNING: $athena_variant/ThreeD.h: proceeding with the preprocessor's result" >&2;} 27441 $as_echo "$as_me: WARNING: $athena_variant/ThreeD.h: proceeding with the preprocessor's result" >&2;}
26470 { echo "$as_me:$LINENO: WARNING: $athena_variant/ThreeD.h: in the future, the compiler will take precedence" >&5 27442 { $as_echo "$as_me:$LINENO: WARNING: $athena_variant/ThreeD.h: in the future, the compiler will take precedence" >&5
26471 echo "$as_me: WARNING: $athena_variant/ThreeD.h: in the future, the compiler will take precedence" >&2;} 27443 $as_echo "$as_me: WARNING: $athena_variant/ThreeD.h: in the future, the compiler will take precedence" >&2;}
26472 ( cat <<\_ASBOX 27444 ( cat <<\_ASBOX
26473 ## ------------------------------------- ## 27445 ## ------------------------------------- ##
26474 ## Report this to xemacs-beta@xemacs.org ## 27446 ## Report this to xemacs-beta@xemacs.org ##
26475 ## ------------------------------------- ## 27447 ## ------------------------------------- ##
26476 _ASBOX 27448 _ASBOX
26477 ) | sed "s/^/$as_me: WARNING: /" >&2 27449 ) | sed "s/^/$as_me: WARNING: /" >&2
26478 ;; 27450 ;;
26479 esac 27451 esac
26480 { echo "$as_me:$LINENO: checking for $athena_variant/ThreeD.h" >&5 27452 { $as_echo "$as_me:$LINENO: checking for $athena_variant/ThreeD.h" >&5
26481 echo $ECHO_N "checking for $athena_variant/ThreeD.h... $ECHO_C" >&6; } 27453 $as_echo_n "checking for $athena_variant/ThreeD.h... " >&6; }
26482 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 27454 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
26483 echo $ECHO_N "(cached) $ECHO_C" >&6 27455 $as_echo_n "(cached) " >&6
26484 else 27456 else
26485 eval "$as_ac_Header=\$ac_header_preproc" 27457 eval "$as_ac_Header=\$ac_header_preproc"
26486 fi 27458 fi
26487 ac_res=`eval echo '${'$as_ac_Header'}'` 27459 ac_res=`eval 'as_val=${'$as_ac_Header'}
26488 { echo "$as_me:$LINENO: result: $ac_res" >&5 27460 $as_echo "$as_val"'`
26489 echo "${ECHO_T}$ac_res" >&6; } 27461 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
26490 27462 $as_echo "$ac_res" >&6; }
26491 fi 27463
26492 if test `eval echo '${'$as_ac_Header'}'` = yes; then 27464 fi
27465 as_val=`eval 'as_val=${'$as_ac_Header'}
27466 $as_echo "$as_val"'`
27467 if test "x$as_val" = x""yes; then
26493 athena_h_path=$athena_variant 27468 athena_h_path=$athena_variant
26494 fi 27469 fi
26495 27470
26496 27471
26497 fi 27472 fi
26498 27473
26499 27474
26500 fi 27475 fi
26501 27476
26502 if test -z "$athena_h_path" -a "$athena_variant" != "Xaw3d"; then 27477 if test -z "$athena_h_path" -a "$athena_variant" != "Xaw3d"; then
26503 { echo "$as_me:$LINENO: checking for X11/Xaw3d/XawInit.h" >&5 27478 { $as_echo "$as_me:$LINENO: checking for X11/Xaw3d/XawInit.h" >&5
26504 echo $ECHO_N "checking for X11/Xaw3d/XawInit.h... $ECHO_C" >&6; } 27479 $as_echo_n "checking for X11/Xaw3d/XawInit.h... " >&6; }
26505 if test "${ac_cv_header_X11_Xaw3d_XawInit_h+set}" = set; then 27480 if test "${ac_cv_header_X11_Xaw3d_XawInit_h+set}" = set; then
26506 echo $ECHO_N "(cached) $ECHO_C" >&6 27481 $as_echo_n "(cached) " >&6
26507 else 27482 else
26508 cat >conftest.$ac_ext <<_ACEOF 27483 cat >conftest.$ac_ext <<_ACEOF
26509 /* confdefs.h. */ 27484 /* confdefs.h. */
26510 _ACEOF 27485 _ACEOF
26511 cat confdefs.h >>conftest.$ac_ext 27486 cat confdefs.h >>conftest.$ac_ext
26524 if { (ac_try="$ac_compile" 27499 if { (ac_try="$ac_compile"
26525 case "(($ac_try" in 27500 case "(($ac_try" in
26526 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 27501 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26527 *) ac_try_echo=$ac_try;; 27502 *) ac_try_echo=$ac_try;;
26528 esac 27503 esac
26529 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 27504 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
27505 $as_echo "$ac_try_echo") >&5
26530 (eval "$ac_compile") 2>conftest.er1 27506 (eval "$ac_compile") 2>conftest.er1
26531 ac_status=$? 27507 ac_status=$?
26532 grep -v '^ *+' conftest.er1 >conftest.err 27508 grep -v '^ *+' conftest.er1 >conftest.err
26533 rm -f conftest.er1 27509 rm -f conftest.er1
26534 cat conftest.err >&5 27510 cat conftest.err >&5
26535 echo "$as_me:$LINENO: \$? = $ac_status" >&5 27511 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
26536 (exit $ac_status); } && { 27512 (exit $ac_status); } && {
26537 test -z "$ac_c_werror_flag" || 27513 test -z "$ac_c_werror_flag" ||
26538 test ! -s conftest.err 27514 test ! -s conftest.err
26539 } && test -s conftest.$ac_objext; then 27515 } && test -s conftest.$ac_objext; then
26540 ac_cv_header_X11_Xaw3d_XawInit_h=yes 27516 ac_cv_header_X11_Xaw3d_XawInit_h=yes
26541 else 27517 else
26542 echo "$as_me: failed program was:" >&5 27518 $as_echo "$as_me: failed program was:" >&5
26543 sed 's/^/| /' conftest.$ac_ext >&5 27519 sed 's/^/| /' conftest.$ac_ext >&5
26544 27520
26545 ac_cv_header_X11_Xaw3d_XawInit_h=no 27521 ac_cv_header_X11_Xaw3d_XawInit_h=no
26546 fi 27522 fi
26547 27523
26548 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 27524 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26549 fi 27525 fi
26550 { echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xaw3d_XawInit_h" >&5 27526 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xaw3d_XawInit_h" >&5
26551 echo "${ECHO_T}$ac_cv_header_X11_Xaw3d_XawInit_h" >&6; } 27527 $as_echo "$ac_cv_header_X11_Xaw3d_XawInit_h" >&6; }
26552 if test $ac_cv_header_X11_Xaw3d_XawInit_h = yes; then 27528 if test "x$ac_cv_header_X11_Xaw3d_XawInit_h" = x""yes; then
26553 if test "${ac_cv_header_X11_Xaw3d_ThreeD_h+set}" = set; then 27529 if test "${ac_cv_header_X11_Xaw3d_ThreeD_h+set}" = set; then
26554 { echo "$as_me:$LINENO: checking for X11/Xaw3d/ThreeD.h" >&5 27530 { $as_echo "$as_me:$LINENO: checking for X11/Xaw3d/ThreeD.h" >&5
26555 echo $ECHO_N "checking for X11/Xaw3d/ThreeD.h... $ECHO_C" >&6; } 27531 $as_echo_n "checking for X11/Xaw3d/ThreeD.h... " >&6; }
26556 if test "${ac_cv_header_X11_Xaw3d_ThreeD_h+set}" = set; then 27532 if test "${ac_cv_header_X11_Xaw3d_ThreeD_h+set}" = set; then
26557 echo $ECHO_N "(cached) $ECHO_C" >&6 27533 $as_echo_n "(cached) " >&6
26558 fi 27534 fi
26559 { echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xaw3d_ThreeD_h" >&5 27535 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xaw3d_ThreeD_h" >&5
26560 echo "${ECHO_T}$ac_cv_header_X11_Xaw3d_ThreeD_h" >&6; } 27536 $as_echo "$ac_cv_header_X11_Xaw3d_ThreeD_h" >&6; }
26561 else 27537 else
26562 # Is the header compilable? 27538 # Is the header compilable?
26563 { echo "$as_me:$LINENO: checking X11/Xaw3d/ThreeD.h usability" >&5 27539 { $as_echo "$as_me:$LINENO: checking X11/Xaw3d/ThreeD.h usability" >&5
26564 echo $ECHO_N "checking X11/Xaw3d/ThreeD.h usability... $ECHO_C" >&6; } 27540 $as_echo_n "checking X11/Xaw3d/ThreeD.h usability... " >&6; }
26565 cat >conftest.$ac_ext <<_ACEOF 27541 cat >conftest.$ac_ext <<_ACEOF
26566 /* confdefs.h. */ 27542 /* confdefs.h. */
26567 _ACEOF 27543 _ACEOF
26568 cat confdefs.h >>conftest.$ac_ext 27544 cat confdefs.h >>conftest.$ac_ext
26569 cat >>conftest.$ac_ext <<_ACEOF 27545 cat >>conftest.$ac_ext <<_ACEOF
26575 if { (ac_try="$ac_compile" 27551 if { (ac_try="$ac_compile"
26576 case "(($ac_try" in 27552 case "(($ac_try" in
26577 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 27553 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26578 *) ac_try_echo=$ac_try;; 27554 *) ac_try_echo=$ac_try;;
26579 esac 27555 esac
26580 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 27556 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
27557 $as_echo "$ac_try_echo") >&5
26581 (eval "$ac_compile") 2>conftest.er1 27558 (eval "$ac_compile") 2>conftest.er1
26582 ac_status=$? 27559 ac_status=$?
26583 grep -v '^ *+' conftest.er1 >conftest.err 27560 grep -v '^ *+' conftest.er1 >conftest.err
26584 rm -f conftest.er1 27561 rm -f conftest.er1
26585 cat conftest.err >&5 27562 cat conftest.err >&5
26586 echo "$as_me:$LINENO: \$? = $ac_status" >&5 27563 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
26587 (exit $ac_status); } && { 27564 (exit $ac_status); } && {
26588 test -z "$ac_c_werror_flag" || 27565 test -z "$ac_c_werror_flag" ||
26589 test ! -s conftest.err 27566 test ! -s conftest.err
26590 } && test -s conftest.$ac_objext; then 27567 } && test -s conftest.$ac_objext; then
26591 ac_header_compiler=yes 27568 ac_header_compiler=yes
26592 else 27569 else
26593 echo "$as_me: failed program was:" >&5 27570 $as_echo "$as_me: failed program was:" >&5
26594 sed 's/^/| /' conftest.$ac_ext >&5 27571 sed 's/^/| /' conftest.$ac_ext >&5
26595 27572
26596 ac_header_compiler=no 27573 ac_header_compiler=no
26597 fi 27574 fi
26598 27575
26599 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 27576 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26600 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 27577 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
26601 echo "${ECHO_T}$ac_header_compiler" >&6; } 27578 $as_echo "$ac_header_compiler" >&6; }
26602 27579
26603 # Is the header present? 27580 # Is the header present?
26604 { echo "$as_me:$LINENO: checking X11/Xaw3d/ThreeD.h presence" >&5 27581 { $as_echo "$as_me:$LINENO: checking X11/Xaw3d/ThreeD.h presence" >&5
26605 echo $ECHO_N "checking X11/Xaw3d/ThreeD.h presence... $ECHO_C" >&6; } 27582 $as_echo_n "checking X11/Xaw3d/ThreeD.h presence... " >&6; }
26606 cat >conftest.$ac_ext <<_ACEOF 27583 cat >conftest.$ac_ext <<_ACEOF
26607 /* confdefs.h. */ 27584 /* confdefs.h. */
26608 _ACEOF 27585 _ACEOF
26609 cat confdefs.h >>conftest.$ac_ext 27586 cat confdefs.h >>conftest.$ac_ext
26610 cat >>conftest.$ac_ext <<_ACEOF 27587 cat >>conftest.$ac_ext <<_ACEOF
26614 if { (ac_try="$ac_cpp conftest.$ac_ext" 27591 if { (ac_try="$ac_cpp conftest.$ac_ext"
26615 case "(($ac_try" in 27592 case "(($ac_try" in
26616 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 27593 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26617 *) ac_try_echo=$ac_try;; 27594 *) ac_try_echo=$ac_try;;
26618 esac 27595 esac
26619 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 27596 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
27597 $as_echo "$ac_try_echo") >&5
26620 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 27598 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
26621 ac_status=$? 27599 ac_status=$?
26622 grep -v '^ *+' conftest.er1 >conftest.err 27600 grep -v '^ *+' conftest.er1 >conftest.err
26623 rm -f conftest.er1 27601 rm -f conftest.er1
26624 cat conftest.err >&5 27602 cat conftest.err >&5
26625 echo "$as_me:$LINENO: \$? = $ac_status" >&5 27603 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
26626 (exit $ac_status); } >/dev/null && { 27604 (exit $ac_status); } >/dev/null && {
26627 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 27605 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
26628 test ! -s conftest.err 27606 test ! -s conftest.err
26629 }; then 27607 }; then
26630 ac_header_preproc=yes 27608 ac_header_preproc=yes
26631 else 27609 else
26632 echo "$as_me: failed program was:" >&5 27610 $as_echo "$as_me: failed program was:" >&5
26633 sed 's/^/| /' conftest.$ac_ext >&5 27611 sed 's/^/| /' conftest.$ac_ext >&5
26634 27612
26635 ac_header_preproc=no 27613 ac_header_preproc=no
26636 fi 27614 fi
26637 27615
26638 rm -f conftest.err conftest.$ac_ext 27616 rm -f conftest.err conftest.$ac_ext
26639 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 27617 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
26640 echo "${ECHO_T}$ac_header_preproc" >&6; } 27618 $as_echo "$ac_header_preproc" >&6; }
26641 27619
26642 # So? What about this header? 27620 # So? What about this header?
26643 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 27621 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
26644 yes:no: ) 27622 yes:no: )
26645 { echo "$as_me:$LINENO: WARNING: X11/Xaw3d/ThreeD.h: accepted by the compiler, rejected by the preprocessor!" >&5 27623 { $as_echo "$as_me:$LINENO: WARNING: X11/Xaw3d/ThreeD.h: accepted by the compiler, rejected by the preprocessor!" >&5
26646 echo "$as_me: WARNING: X11/Xaw3d/ThreeD.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 27624 $as_echo "$as_me: WARNING: X11/Xaw3d/ThreeD.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
26647 { echo "$as_me:$LINENO: WARNING: X11/Xaw3d/ThreeD.h: proceeding with the compiler's result" >&5 27625 { $as_echo "$as_me:$LINENO: WARNING: X11/Xaw3d/ThreeD.h: proceeding with the compiler's result" >&5
26648 echo "$as_me: WARNING: X11/Xaw3d/ThreeD.h: proceeding with the compiler's result" >&2;} 27626 $as_echo "$as_me: WARNING: X11/Xaw3d/ThreeD.h: proceeding with the compiler's result" >&2;}
26649 ac_header_preproc=yes 27627 ac_header_preproc=yes
26650 ;; 27628 ;;
26651 no:yes:* ) 27629 no:yes:* )
26652 { echo "$as_me:$LINENO: WARNING: X11/Xaw3d/ThreeD.h: present but cannot be compiled" >&5 27630 { $as_echo "$as_me:$LINENO: WARNING: X11/Xaw3d/ThreeD.h: present but cannot be compiled" >&5
26653 echo "$as_me: WARNING: X11/Xaw3d/ThreeD.h: present but cannot be compiled" >&2;} 27631 $as_echo "$as_me: WARNING: X11/Xaw3d/ThreeD.h: present but cannot be compiled" >&2;}
26654 { echo "$as_me:$LINENO: WARNING: X11/Xaw3d/ThreeD.h: check for missing prerequisite headers?" >&5 27632 { $as_echo "$as_me:$LINENO: WARNING: X11/Xaw3d/ThreeD.h: check for missing prerequisite headers?" >&5
26655 echo "$as_me: WARNING: X11/Xaw3d/ThreeD.h: check for missing prerequisite headers?" >&2;} 27633 $as_echo "$as_me: WARNING: X11/Xaw3d/ThreeD.h: check for missing prerequisite headers?" >&2;}
26656 { echo "$as_me:$LINENO: WARNING: X11/Xaw3d/ThreeD.h: see the Autoconf documentation" >&5 27634 { $as_echo "$as_me:$LINENO: WARNING: X11/Xaw3d/ThreeD.h: see the Autoconf documentation" >&5
26657 echo "$as_me: WARNING: X11/Xaw3d/ThreeD.h: see the Autoconf documentation" >&2;} 27635 $as_echo "$as_me: WARNING: X11/Xaw3d/ThreeD.h: see the Autoconf documentation" >&2;}
26658 { echo "$as_me:$LINENO: WARNING: X11/Xaw3d/ThreeD.h: section \"Present But Cannot Be Compiled\"" >&5 27636 { $as_echo "$as_me:$LINENO: WARNING: X11/Xaw3d/ThreeD.h: section \"Present But Cannot Be Compiled\"" >&5
26659 echo "$as_me: WARNING: X11/Xaw3d/ThreeD.h: section \"Present But Cannot Be Compiled\"" >&2;} 27637 $as_echo "$as_me: WARNING: X11/Xaw3d/ThreeD.h: section \"Present But Cannot Be Compiled\"" >&2;}
26660 { echo "$as_me:$LINENO: WARNING: X11/Xaw3d/ThreeD.h: proceeding with the preprocessor's result" >&5 27638 { $as_echo "$as_me:$LINENO: WARNING: X11/Xaw3d/ThreeD.h: proceeding with the preprocessor's result" >&5
26661 echo "$as_me: WARNING: X11/Xaw3d/ThreeD.h: proceeding with the preprocessor's result" >&2;} 27639 $as_echo "$as_me: WARNING: X11/Xaw3d/ThreeD.h: proceeding with the preprocessor's result" >&2;}
26662 { echo "$as_me:$LINENO: WARNING: X11/Xaw3d/ThreeD.h: in the future, the compiler will take precedence" >&5 27640 { $as_echo "$as_me:$LINENO: WARNING: X11/Xaw3d/ThreeD.h: in the future, the compiler will take precedence" >&5
26663 echo "$as_me: WARNING: X11/Xaw3d/ThreeD.h: in the future, the compiler will take precedence" >&2;} 27641 $as_echo "$as_me: WARNING: X11/Xaw3d/ThreeD.h: in the future, the compiler will take precedence" >&2;}
26664 ( cat <<\_ASBOX 27642 ( cat <<\_ASBOX
26665 ## ------------------------------------- ## 27643 ## ------------------------------------- ##
26666 ## Report this to xemacs-beta@xemacs.org ## 27644 ## Report this to xemacs-beta@xemacs.org ##
26667 ## ------------------------------------- ## 27645 ## ------------------------------------- ##
26668 _ASBOX 27646 _ASBOX
26669 ) | sed "s/^/$as_me: WARNING: /" >&2 27647 ) | sed "s/^/$as_me: WARNING: /" >&2
26670 ;; 27648 ;;
26671 esac 27649 esac
26672 { echo "$as_me:$LINENO: checking for X11/Xaw3d/ThreeD.h" >&5 27650 { $as_echo "$as_me:$LINENO: checking for X11/Xaw3d/ThreeD.h" >&5
26673 echo $ECHO_N "checking for X11/Xaw3d/ThreeD.h... $ECHO_C" >&6; } 27651 $as_echo_n "checking for X11/Xaw3d/ThreeD.h... " >&6; }
26674 if test "${ac_cv_header_X11_Xaw3d_ThreeD_h+set}" = set; then 27652 if test "${ac_cv_header_X11_Xaw3d_ThreeD_h+set}" = set; then
26675 echo $ECHO_N "(cached) $ECHO_C" >&6 27653 $as_echo_n "(cached) " >&6
26676 else 27654 else
26677 ac_cv_header_X11_Xaw3d_ThreeD_h=$ac_header_preproc 27655 ac_cv_header_X11_Xaw3d_ThreeD_h=$ac_header_preproc
26678 fi 27656 fi
26679 { echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xaw3d_ThreeD_h" >&5 27657 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xaw3d_ThreeD_h" >&5
26680 echo "${ECHO_T}$ac_cv_header_X11_Xaw3d_ThreeD_h" >&6; } 27658 $as_echo "$ac_cv_header_X11_Xaw3d_ThreeD_h" >&6; }
26681 27659
26682 fi 27660 fi
26683 if test $ac_cv_header_X11_Xaw3d_ThreeD_h = yes; then 27661 if test "x$ac_cv_header_X11_Xaw3d_ThreeD_h" = x""yes; then
26684 27662
26685 { echo "$as_me:$LINENO: WARNING: Assuming that X11/Xaw3d headers are suitable for $athena_variant." >&5 27663 { $as_echo "$as_me:$LINENO: WARNING: Assuming that X11/Xaw3d headers are suitable for $athena_variant." >&5
26686 echo "$as_me: WARNING: Assuming that X11/Xaw3d headers are suitable for $athena_variant." >&2;} 27664 $as_echo "$as_me: WARNING: Assuming that X11/Xaw3d headers are suitable for $athena_variant." >&2;}
26687 athena_h_path=X11/Xaw3d 27665 athena_h_path=X11/Xaw3d
26688 27666
26689 fi 27667 fi
26690 27668
26691 27669
26693 27671
26694 27672
26695 fi 27673 fi
26696 27674
26697 if test -z "$athena_h_path" -a "$athena_variant" != "Xaw3d"; then 27675 if test -z "$athena_h_path" -a "$athena_variant" != "Xaw3d"; then
26698 { echo "$as_me:$LINENO: checking for Xaw3d/XawInit.h" >&5 27676 { $as_echo "$as_me:$LINENO: checking for Xaw3d/XawInit.h" >&5
26699 echo $ECHO_N "checking for Xaw3d/XawInit.h... $ECHO_C" >&6; } 27677 $as_echo_n "checking for Xaw3d/XawInit.h... " >&6; }
26700 if test "${ac_cv_header_Xaw3d_XawInit_h+set}" = set; then 27678 if test "${ac_cv_header_Xaw3d_XawInit_h+set}" = set; then
26701 echo $ECHO_N "(cached) $ECHO_C" >&6 27679 $as_echo_n "(cached) " >&6
26702 else 27680 else
26703 cat >conftest.$ac_ext <<_ACEOF 27681 cat >conftest.$ac_ext <<_ACEOF
26704 /* confdefs.h. */ 27682 /* confdefs.h. */
26705 _ACEOF 27683 _ACEOF
26706 cat confdefs.h >>conftest.$ac_ext 27684 cat confdefs.h >>conftest.$ac_ext
26719 if { (ac_try="$ac_compile" 27697 if { (ac_try="$ac_compile"
26720 case "(($ac_try" in 27698 case "(($ac_try" in
26721 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 27699 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26722 *) ac_try_echo=$ac_try;; 27700 *) ac_try_echo=$ac_try;;
26723 esac 27701 esac
26724 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 27702 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
27703 $as_echo "$ac_try_echo") >&5
26725 (eval "$ac_compile") 2>conftest.er1 27704 (eval "$ac_compile") 2>conftest.er1
26726 ac_status=$? 27705 ac_status=$?
26727 grep -v '^ *+' conftest.er1 >conftest.err 27706 grep -v '^ *+' conftest.er1 >conftest.err
26728 rm -f conftest.er1 27707 rm -f conftest.er1
26729 cat conftest.err >&5 27708 cat conftest.err >&5
26730 echo "$as_me:$LINENO: \$? = $ac_status" >&5 27709 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
26731 (exit $ac_status); } && { 27710 (exit $ac_status); } && {
26732 test -z "$ac_c_werror_flag" || 27711 test -z "$ac_c_werror_flag" ||
26733 test ! -s conftest.err 27712 test ! -s conftest.err
26734 } && test -s conftest.$ac_objext; then 27713 } && test -s conftest.$ac_objext; then
26735 ac_cv_header_Xaw3d_XawInit_h=yes 27714 ac_cv_header_Xaw3d_XawInit_h=yes
26736 else 27715 else
26737 echo "$as_me: failed program was:" >&5 27716 $as_echo "$as_me: failed program was:" >&5
26738 sed 's/^/| /' conftest.$ac_ext >&5 27717 sed 's/^/| /' conftest.$ac_ext >&5
26739 27718
26740 ac_cv_header_Xaw3d_XawInit_h=no 27719 ac_cv_header_Xaw3d_XawInit_h=no
26741 fi 27720 fi
26742 27721
26743 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 27722 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26744 fi 27723 fi
26745 { echo "$as_me:$LINENO: result: $ac_cv_header_Xaw3d_XawInit_h" >&5 27724 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_Xaw3d_XawInit_h" >&5
26746 echo "${ECHO_T}$ac_cv_header_Xaw3d_XawInit_h" >&6; } 27725 $as_echo "$ac_cv_header_Xaw3d_XawInit_h" >&6; }
26747 if test $ac_cv_header_Xaw3d_XawInit_h = yes; then 27726 if test "x$ac_cv_header_Xaw3d_XawInit_h" = x""yes; then
26748 if test "${ac_cv_header_Xaw3d_ThreeD_h+set}" = set; then 27727 if test "${ac_cv_header_Xaw3d_ThreeD_h+set}" = set; then
26749 { echo "$as_me:$LINENO: checking for Xaw3d/ThreeD.h" >&5 27728 { $as_echo "$as_me:$LINENO: checking for Xaw3d/ThreeD.h" >&5
26750 echo $ECHO_N "checking for Xaw3d/ThreeD.h... $ECHO_C" >&6; } 27729 $as_echo_n "checking for Xaw3d/ThreeD.h... " >&6; }
26751 if test "${ac_cv_header_Xaw3d_ThreeD_h+set}" = set; then 27730 if test "${ac_cv_header_Xaw3d_ThreeD_h+set}" = set; then
26752 echo $ECHO_N "(cached) $ECHO_C" >&6 27731 $as_echo_n "(cached) " >&6
26753 fi 27732 fi
26754 { echo "$as_me:$LINENO: result: $ac_cv_header_Xaw3d_ThreeD_h" >&5 27733 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_Xaw3d_ThreeD_h" >&5
26755 echo "${ECHO_T}$ac_cv_header_Xaw3d_ThreeD_h" >&6; } 27734 $as_echo "$ac_cv_header_Xaw3d_ThreeD_h" >&6; }
26756 else 27735 else
26757 # Is the header compilable? 27736 # Is the header compilable?
26758 { echo "$as_me:$LINENO: checking Xaw3d/ThreeD.h usability" >&5 27737 { $as_echo "$as_me:$LINENO: checking Xaw3d/ThreeD.h usability" >&5
26759 echo $ECHO_N "checking Xaw3d/ThreeD.h usability... $ECHO_C" >&6; } 27738 $as_echo_n "checking Xaw3d/ThreeD.h usability... " >&6; }
26760 cat >conftest.$ac_ext <<_ACEOF 27739 cat >conftest.$ac_ext <<_ACEOF
26761 /* confdefs.h. */ 27740 /* confdefs.h. */
26762 _ACEOF 27741 _ACEOF
26763 cat confdefs.h >>conftest.$ac_ext 27742 cat confdefs.h >>conftest.$ac_ext
26764 cat >>conftest.$ac_ext <<_ACEOF 27743 cat >>conftest.$ac_ext <<_ACEOF
26770 if { (ac_try="$ac_compile" 27749 if { (ac_try="$ac_compile"
26771 case "(($ac_try" in 27750 case "(($ac_try" in
26772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 27751 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26773 *) ac_try_echo=$ac_try;; 27752 *) ac_try_echo=$ac_try;;
26774 esac 27753 esac
26775 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 27754 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
27755 $as_echo "$ac_try_echo") >&5
26776 (eval "$ac_compile") 2>conftest.er1 27756 (eval "$ac_compile") 2>conftest.er1
26777 ac_status=$? 27757 ac_status=$?
26778 grep -v '^ *+' conftest.er1 >conftest.err 27758 grep -v '^ *+' conftest.er1 >conftest.err
26779 rm -f conftest.er1 27759 rm -f conftest.er1
26780 cat conftest.err >&5 27760 cat conftest.err >&5
26781 echo "$as_me:$LINENO: \$? = $ac_status" >&5 27761 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
26782 (exit $ac_status); } && { 27762 (exit $ac_status); } && {
26783 test -z "$ac_c_werror_flag" || 27763 test -z "$ac_c_werror_flag" ||
26784 test ! -s conftest.err 27764 test ! -s conftest.err
26785 } && test -s conftest.$ac_objext; then 27765 } && test -s conftest.$ac_objext; then
26786 ac_header_compiler=yes 27766 ac_header_compiler=yes
26787 else 27767 else
26788 echo "$as_me: failed program was:" >&5 27768 $as_echo "$as_me: failed program was:" >&5
26789 sed 's/^/| /' conftest.$ac_ext >&5 27769 sed 's/^/| /' conftest.$ac_ext >&5
26790 27770
26791 ac_header_compiler=no 27771 ac_header_compiler=no
26792 fi 27772 fi
26793 27773
26794 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 27774 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26795 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 27775 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
26796 echo "${ECHO_T}$ac_header_compiler" >&6; } 27776 $as_echo "$ac_header_compiler" >&6; }
26797 27777
26798 # Is the header present? 27778 # Is the header present?
26799 { echo "$as_me:$LINENO: checking Xaw3d/ThreeD.h presence" >&5 27779 { $as_echo "$as_me:$LINENO: checking Xaw3d/ThreeD.h presence" >&5
26800 echo $ECHO_N "checking Xaw3d/ThreeD.h presence... $ECHO_C" >&6; } 27780 $as_echo_n "checking Xaw3d/ThreeD.h presence... " >&6; }
26801 cat >conftest.$ac_ext <<_ACEOF 27781 cat >conftest.$ac_ext <<_ACEOF
26802 /* confdefs.h. */ 27782 /* confdefs.h. */
26803 _ACEOF 27783 _ACEOF
26804 cat confdefs.h >>conftest.$ac_ext 27784 cat confdefs.h >>conftest.$ac_ext
26805 cat >>conftest.$ac_ext <<_ACEOF 27785 cat >>conftest.$ac_ext <<_ACEOF
26809 if { (ac_try="$ac_cpp conftest.$ac_ext" 27789 if { (ac_try="$ac_cpp conftest.$ac_ext"
26810 case "(($ac_try" in 27790 case "(($ac_try" in
26811 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 27791 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26812 *) ac_try_echo=$ac_try;; 27792 *) ac_try_echo=$ac_try;;
26813 esac 27793 esac
26814 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 27794 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
27795 $as_echo "$ac_try_echo") >&5
26815 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 27796 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
26816 ac_status=$? 27797 ac_status=$?
26817 grep -v '^ *+' conftest.er1 >conftest.err 27798 grep -v '^ *+' conftest.er1 >conftest.err
26818 rm -f conftest.er1 27799 rm -f conftest.er1
26819 cat conftest.err >&5 27800 cat conftest.err >&5
26820 echo "$as_me:$LINENO: \$? = $ac_status" >&5 27801 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
26821 (exit $ac_status); } >/dev/null && { 27802 (exit $ac_status); } >/dev/null && {
26822 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 27803 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
26823 test ! -s conftest.err 27804 test ! -s conftest.err
26824 }; then 27805 }; then
26825 ac_header_preproc=yes 27806 ac_header_preproc=yes
26826 else 27807 else
26827 echo "$as_me: failed program was:" >&5 27808 $as_echo "$as_me: failed program was:" >&5
26828 sed 's/^/| /' conftest.$ac_ext >&5 27809 sed 's/^/| /' conftest.$ac_ext >&5
26829 27810
26830 ac_header_preproc=no 27811 ac_header_preproc=no
26831 fi 27812 fi
26832 27813
26833 rm -f conftest.err conftest.$ac_ext 27814 rm -f conftest.err conftest.$ac_ext
26834 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 27815 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
26835 echo "${ECHO_T}$ac_header_preproc" >&6; } 27816 $as_echo "$ac_header_preproc" >&6; }
26836 27817
26837 # So? What about this header? 27818 # So? What about this header?
26838 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 27819 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
26839 yes:no: ) 27820 yes:no: )
26840 { echo "$as_me:$LINENO: WARNING: Xaw3d/ThreeD.h: accepted by the compiler, rejected by the preprocessor!" >&5 27821 { $as_echo "$as_me:$LINENO: WARNING: Xaw3d/ThreeD.h: accepted by the compiler, rejected by the preprocessor!" >&5
26841 echo "$as_me: WARNING: Xaw3d/ThreeD.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 27822 $as_echo "$as_me: WARNING: Xaw3d/ThreeD.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
26842 { echo "$as_me:$LINENO: WARNING: Xaw3d/ThreeD.h: proceeding with the compiler's result" >&5 27823 { $as_echo "$as_me:$LINENO: WARNING: Xaw3d/ThreeD.h: proceeding with the compiler's result" >&5
26843 echo "$as_me: WARNING: Xaw3d/ThreeD.h: proceeding with the compiler's result" >&2;} 27824 $as_echo "$as_me: WARNING: Xaw3d/ThreeD.h: proceeding with the compiler's result" >&2;}
26844 ac_header_preproc=yes 27825 ac_header_preproc=yes
26845 ;; 27826 ;;
26846 no:yes:* ) 27827 no:yes:* )
26847 { echo "$as_me:$LINENO: WARNING: Xaw3d/ThreeD.h: present but cannot be compiled" >&5 27828 { $as_echo "$as_me:$LINENO: WARNING: Xaw3d/ThreeD.h: present but cannot be compiled" >&5
26848 echo "$as_me: WARNING: Xaw3d/ThreeD.h: present but cannot be compiled" >&2;} 27829 $as_echo "$as_me: WARNING: Xaw3d/ThreeD.h: present but cannot be compiled" >&2;}
26849 { echo "$as_me:$LINENO: WARNING: Xaw3d/ThreeD.h: check for missing prerequisite headers?" >&5 27830 { $as_echo "$as_me:$LINENO: WARNING: Xaw3d/ThreeD.h: check for missing prerequisite headers?" >&5
26850 echo "$as_me: WARNING: Xaw3d/ThreeD.h: check for missing prerequisite headers?" >&2;} 27831 $as_echo "$as_me: WARNING: Xaw3d/ThreeD.h: check for missing prerequisite headers?" >&2;}
26851 { echo "$as_me:$LINENO: WARNING: Xaw3d/ThreeD.h: see the Autoconf documentation" >&5 27832 { $as_echo "$as_me:$LINENO: WARNING: Xaw3d/ThreeD.h: see the Autoconf documentation" >&5
26852 echo "$as_me: WARNING: Xaw3d/ThreeD.h: see the Autoconf documentation" >&2;} 27833 $as_echo "$as_me: WARNING: Xaw3d/ThreeD.h: see the Autoconf documentation" >&2;}
26853 { echo "$as_me:$LINENO: WARNING: Xaw3d/ThreeD.h: section \"Present But Cannot Be Compiled\"" >&5 27834 { $as_echo "$as_me:$LINENO: WARNING: Xaw3d/ThreeD.h: section \"Present But Cannot Be Compiled\"" >&5
26854 echo "$as_me: WARNING: Xaw3d/ThreeD.h: section \"Present But Cannot Be Compiled\"" >&2;} 27835 $as_echo "$as_me: WARNING: Xaw3d/ThreeD.h: section \"Present But Cannot Be Compiled\"" >&2;}
26855 { echo "$as_me:$LINENO: WARNING: Xaw3d/ThreeD.h: proceeding with the preprocessor's result" >&5 27836 { $as_echo "$as_me:$LINENO: WARNING: Xaw3d/ThreeD.h: proceeding with the preprocessor's result" >&5
26856 echo "$as_me: WARNING: Xaw3d/ThreeD.h: proceeding with the preprocessor's result" >&2;} 27837 $as_echo "$as_me: WARNING: Xaw3d/ThreeD.h: proceeding with the preprocessor's result" >&2;}
26857 { echo "$as_me:$LINENO: WARNING: Xaw3d/ThreeD.h: in the future, the compiler will take precedence" >&5 27838 { $as_echo "$as_me:$LINENO: WARNING: Xaw3d/ThreeD.h: in the future, the compiler will take precedence" >&5
26858 echo "$as_me: WARNING: Xaw3d/ThreeD.h: in the future, the compiler will take precedence" >&2;} 27839 $as_echo "$as_me: WARNING: Xaw3d/ThreeD.h: in the future, the compiler will take precedence" >&2;}
26859 ( cat <<\_ASBOX 27840 ( cat <<\_ASBOX
26860 ## ------------------------------------- ## 27841 ## ------------------------------------- ##
26861 ## Report this to xemacs-beta@xemacs.org ## 27842 ## Report this to xemacs-beta@xemacs.org ##
26862 ## ------------------------------------- ## 27843 ## ------------------------------------- ##
26863 _ASBOX 27844 _ASBOX
26864 ) | sed "s/^/$as_me: WARNING: /" >&2 27845 ) | sed "s/^/$as_me: WARNING: /" >&2
26865 ;; 27846 ;;
26866 esac 27847 esac
26867 { echo "$as_me:$LINENO: checking for Xaw3d/ThreeD.h" >&5 27848 { $as_echo "$as_me:$LINENO: checking for Xaw3d/ThreeD.h" >&5
26868 echo $ECHO_N "checking for Xaw3d/ThreeD.h... $ECHO_C" >&6; } 27849 $as_echo_n "checking for Xaw3d/ThreeD.h... " >&6; }
26869 if test "${ac_cv_header_Xaw3d_ThreeD_h+set}" = set; then 27850 if test "${ac_cv_header_Xaw3d_ThreeD_h+set}" = set; then
26870 echo $ECHO_N "(cached) $ECHO_C" >&6 27851 $as_echo_n "(cached) " >&6
26871 else 27852 else
26872 ac_cv_header_Xaw3d_ThreeD_h=$ac_header_preproc 27853 ac_cv_header_Xaw3d_ThreeD_h=$ac_header_preproc
26873 fi 27854 fi
26874 { echo "$as_me:$LINENO: result: $ac_cv_header_Xaw3d_ThreeD_h" >&5 27855 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_Xaw3d_ThreeD_h" >&5
26875 echo "${ECHO_T}$ac_cv_header_Xaw3d_ThreeD_h" >&6; } 27856 $as_echo "$ac_cv_header_Xaw3d_ThreeD_h" >&6; }
26876 27857
26877 fi 27858 fi
26878 if test $ac_cv_header_Xaw3d_ThreeD_h = yes; then 27859 if test "x$ac_cv_header_Xaw3d_ThreeD_h" = x""yes; then
26879 27860
26880 { echo "$as_me:$LINENO: WARNING: Assuming that Xaw3d headers are suitable for $athena_variant." >&5 27861 { $as_echo "$as_me:$LINENO: WARNING: Assuming that Xaw3d headers are suitable for $athena_variant." >&5
26881 echo "$as_me: WARNING: Assuming that Xaw3d headers are suitable for $athena_variant." >&2;} 27862 $as_echo "$as_me: WARNING: Assuming that Xaw3d headers are suitable for $athena_variant." >&2;}
26882 athena_h_path=Xaw3d 27863 athena_h_path=Xaw3d
26883 27864
26884 fi 27865 fi
26885 27866
26886 27867
26889 27870
26890 fi 27871 fi
26891 27872
26892 if test -z "$athena_h_path"; then 27873 if test -z "$athena_h_path"; then
26893 if test "${ac_cv_header_X11_Xaw_ThreeD_h+set}" = set; then 27874 if test "${ac_cv_header_X11_Xaw_ThreeD_h+set}" = set; then
26894 { echo "$as_me:$LINENO: checking for X11/Xaw/ThreeD.h" >&5 27875 { $as_echo "$as_me:$LINENO: checking for X11/Xaw/ThreeD.h" >&5
26895 echo $ECHO_N "checking for X11/Xaw/ThreeD.h... $ECHO_C" >&6; } 27876 $as_echo_n "checking for X11/Xaw/ThreeD.h... " >&6; }
26896 if test "${ac_cv_header_X11_Xaw_ThreeD_h+set}" = set; then 27877 if test "${ac_cv_header_X11_Xaw_ThreeD_h+set}" = set; then
26897 echo $ECHO_N "(cached) $ECHO_C" >&6 27878 $as_echo_n "(cached) " >&6
26898 fi 27879 fi
26899 { echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xaw_ThreeD_h" >&5 27880 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xaw_ThreeD_h" >&5
26900 echo "${ECHO_T}$ac_cv_header_X11_Xaw_ThreeD_h" >&6; } 27881 $as_echo "$ac_cv_header_X11_Xaw_ThreeD_h" >&6; }
26901 else 27882 else
26902 # Is the header compilable? 27883 # Is the header compilable?
26903 { echo "$as_me:$LINENO: checking X11/Xaw/ThreeD.h usability" >&5 27884 { $as_echo "$as_me:$LINENO: checking X11/Xaw/ThreeD.h usability" >&5
26904 echo $ECHO_N "checking X11/Xaw/ThreeD.h usability... $ECHO_C" >&6; } 27885 $as_echo_n "checking X11/Xaw/ThreeD.h usability... " >&6; }
26905 cat >conftest.$ac_ext <<_ACEOF 27886 cat >conftest.$ac_ext <<_ACEOF
26906 /* confdefs.h. */ 27887 /* confdefs.h. */
26907 _ACEOF 27888 _ACEOF
26908 cat confdefs.h >>conftest.$ac_ext 27889 cat confdefs.h >>conftest.$ac_ext
26909 cat >>conftest.$ac_ext <<_ACEOF 27890 cat >>conftest.$ac_ext <<_ACEOF
26915 if { (ac_try="$ac_compile" 27896 if { (ac_try="$ac_compile"
26916 case "(($ac_try" in 27897 case "(($ac_try" in
26917 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 27898 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26918 *) ac_try_echo=$ac_try;; 27899 *) ac_try_echo=$ac_try;;
26919 esac 27900 esac
26920 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 27901 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
27902 $as_echo "$ac_try_echo") >&5
26921 (eval "$ac_compile") 2>conftest.er1 27903 (eval "$ac_compile") 2>conftest.er1
26922 ac_status=$? 27904 ac_status=$?
26923 grep -v '^ *+' conftest.er1 >conftest.err 27905 grep -v '^ *+' conftest.er1 >conftest.err
26924 rm -f conftest.er1 27906 rm -f conftest.er1
26925 cat conftest.err >&5 27907 cat conftest.err >&5
26926 echo "$as_me:$LINENO: \$? = $ac_status" >&5 27908 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
26927 (exit $ac_status); } && { 27909 (exit $ac_status); } && {
26928 test -z "$ac_c_werror_flag" || 27910 test -z "$ac_c_werror_flag" ||
26929 test ! -s conftest.err 27911 test ! -s conftest.err
26930 } && test -s conftest.$ac_objext; then 27912 } && test -s conftest.$ac_objext; then
26931 ac_header_compiler=yes 27913 ac_header_compiler=yes
26932 else 27914 else
26933 echo "$as_me: failed program was:" >&5 27915 $as_echo "$as_me: failed program was:" >&5
26934 sed 's/^/| /' conftest.$ac_ext >&5 27916 sed 's/^/| /' conftest.$ac_ext >&5
26935 27917
26936 ac_header_compiler=no 27918 ac_header_compiler=no
26937 fi 27919 fi
26938 27920
26939 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 27921 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26940 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 27922 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
26941 echo "${ECHO_T}$ac_header_compiler" >&6; } 27923 $as_echo "$ac_header_compiler" >&6; }
26942 27924
26943 # Is the header present? 27925 # Is the header present?
26944 { echo "$as_me:$LINENO: checking X11/Xaw/ThreeD.h presence" >&5 27926 { $as_echo "$as_me:$LINENO: checking X11/Xaw/ThreeD.h presence" >&5
26945 echo $ECHO_N "checking X11/Xaw/ThreeD.h presence... $ECHO_C" >&6; } 27927 $as_echo_n "checking X11/Xaw/ThreeD.h presence... " >&6; }
26946 cat >conftest.$ac_ext <<_ACEOF 27928 cat >conftest.$ac_ext <<_ACEOF
26947 /* confdefs.h. */ 27929 /* confdefs.h. */
26948 _ACEOF 27930 _ACEOF
26949 cat confdefs.h >>conftest.$ac_ext 27931 cat confdefs.h >>conftest.$ac_ext
26950 cat >>conftest.$ac_ext <<_ACEOF 27932 cat >>conftest.$ac_ext <<_ACEOF
26954 if { (ac_try="$ac_cpp conftest.$ac_ext" 27936 if { (ac_try="$ac_cpp conftest.$ac_ext"
26955 case "(($ac_try" in 27937 case "(($ac_try" in
26956 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 27938 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26957 *) ac_try_echo=$ac_try;; 27939 *) ac_try_echo=$ac_try;;
26958 esac 27940 esac
26959 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 27941 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
27942 $as_echo "$ac_try_echo") >&5
26960 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 27943 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
26961 ac_status=$? 27944 ac_status=$?
26962 grep -v '^ *+' conftest.er1 >conftest.err 27945 grep -v '^ *+' conftest.er1 >conftest.err
26963 rm -f conftest.er1 27946 rm -f conftest.er1
26964 cat conftest.err >&5 27947 cat conftest.err >&5
26965 echo "$as_me:$LINENO: \$? = $ac_status" >&5 27948 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
26966 (exit $ac_status); } >/dev/null && { 27949 (exit $ac_status); } >/dev/null && {
26967 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 27950 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
26968 test ! -s conftest.err 27951 test ! -s conftest.err
26969 }; then 27952 }; then
26970 ac_header_preproc=yes 27953 ac_header_preproc=yes
26971 else 27954 else
26972 echo "$as_me: failed program was:" >&5 27955 $as_echo "$as_me: failed program was:" >&5
26973 sed 's/^/| /' conftest.$ac_ext >&5 27956 sed 's/^/| /' conftest.$ac_ext >&5
26974 27957
26975 ac_header_preproc=no 27958 ac_header_preproc=no
26976 fi 27959 fi
26977 27960
26978 rm -f conftest.err conftest.$ac_ext 27961 rm -f conftest.err conftest.$ac_ext
26979 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 27962 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
26980 echo "${ECHO_T}$ac_header_preproc" >&6; } 27963 $as_echo "$ac_header_preproc" >&6; }
26981 27964
26982 # So? What about this header? 27965 # So? What about this header?
26983 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 27966 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
26984 yes:no: ) 27967 yes:no: )
26985 { echo "$as_me:$LINENO: WARNING: X11/Xaw/ThreeD.h: accepted by the compiler, rejected by the preprocessor!" >&5 27968 { $as_echo "$as_me:$LINENO: WARNING: X11/Xaw/ThreeD.h: accepted by the compiler, rejected by the preprocessor!" >&5
26986 echo "$as_me: WARNING: X11/Xaw/ThreeD.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 27969 $as_echo "$as_me: WARNING: X11/Xaw/ThreeD.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
26987 { echo "$as_me:$LINENO: WARNING: X11/Xaw/ThreeD.h: proceeding with the compiler's result" >&5 27970 { $as_echo "$as_me:$LINENO: WARNING: X11/Xaw/ThreeD.h: proceeding with the compiler's result" >&5
26988 echo "$as_me: WARNING: X11/Xaw/ThreeD.h: proceeding with the compiler's result" >&2;} 27971 $as_echo "$as_me: WARNING: X11/Xaw/ThreeD.h: proceeding with the compiler's result" >&2;}
26989 ac_header_preproc=yes 27972 ac_header_preproc=yes
26990 ;; 27973 ;;
26991 no:yes:* ) 27974 no:yes:* )
26992 { echo "$as_me:$LINENO: WARNING: X11/Xaw/ThreeD.h: present but cannot be compiled" >&5 27975 { $as_echo "$as_me:$LINENO: WARNING: X11/Xaw/ThreeD.h: present but cannot be compiled" >&5
26993 echo "$as_me: WARNING: X11/Xaw/ThreeD.h: present but cannot be compiled" >&2;} 27976 $as_echo "$as_me: WARNING: X11/Xaw/ThreeD.h: present but cannot be compiled" >&2;}
26994 { echo "$as_me:$LINENO: WARNING: X11/Xaw/ThreeD.h: check for missing prerequisite headers?" >&5 27977 { $as_echo "$as_me:$LINENO: WARNING: X11/Xaw/ThreeD.h: check for missing prerequisite headers?" >&5
26995 echo "$as_me: WARNING: X11/Xaw/ThreeD.h: check for missing prerequisite headers?" >&2;} 27978 $as_echo "$as_me: WARNING: X11/Xaw/ThreeD.h: check for missing prerequisite headers?" >&2;}
26996 { echo "$as_me:$LINENO: WARNING: X11/Xaw/ThreeD.h: see the Autoconf documentation" >&5 27979 { $as_echo "$as_me:$LINENO: WARNING: X11/Xaw/ThreeD.h: see the Autoconf documentation" >&5
26997 echo "$as_me: WARNING: X11/Xaw/ThreeD.h: see the Autoconf documentation" >&2;} 27980 $as_echo "$as_me: WARNING: X11/Xaw/ThreeD.h: see the Autoconf documentation" >&2;}
26998 { echo "$as_me:$LINENO: WARNING: X11/Xaw/ThreeD.h: section \"Present But Cannot Be Compiled\"" >&5 27981 { $as_echo "$as_me:$LINENO: WARNING: X11/Xaw/ThreeD.h: section \"Present But Cannot Be Compiled\"" >&5
26999 echo "$as_me: WARNING: X11/Xaw/ThreeD.h: section \"Present But Cannot Be Compiled\"" >&2;} 27982 $as_echo "$as_me: WARNING: X11/Xaw/ThreeD.h: section \"Present But Cannot Be Compiled\"" >&2;}
27000 { echo "$as_me:$LINENO: WARNING: X11/Xaw/ThreeD.h: proceeding with the preprocessor's result" >&5 27983 { $as_echo "$as_me:$LINENO: WARNING: X11/Xaw/ThreeD.h: proceeding with the preprocessor's result" >&5
27001 echo "$as_me: WARNING: X11/Xaw/ThreeD.h: proceeding with the preprocessor's result" >&2;} 27984 $as_echo "$as_me: WARNING: X11/Xaw/ThreeD.h: proceeding with the preprocessor's result" >&2;}
27002 { echo "$as_me:$LINENO: WARNING: X11/Xaw/ThreeD.h: in the future, the compiler will take precedence" >&5 27985 { $as_echo "$as_me:$LINENO: WARNING: X11/Xaw/ThreeD.h: in the future, the compiler will take precedence" >&5
27003 echo "$as_me: WARNING: X11/Xaw/ThreeD.h: in the future, the compiler will take precedence" >&2;} 27986 $as_echo "$as_me: WARNING: X11/Xaw/ThreeD.h: in the future, the compiler will take precedence" >&2;}
27004 ( cat <<\_ASBOX 27987 ( cat <<\_ASBOX
27005 ## ------------------------------------- ## 27988 ## ------------------------------------- ##
27006 ## Report this to xemacs-beta@xemacs.org ## 27989 ## Report this to xemacs-beta@xemacs.org ##
27007 ## ------------------------------------- ## 27990 ## ------------------------------------- ##
27008 _ASBOX 27991 _ASBOX
27009 ) | sed "s/^/$as_me: WARNING: /" >&2 27992 ) | sed "s/^/$as_me: WARNING: /" >&2
27010 ;; 27993 ;;
27011 esac 27994 esac
27012 { echo "$as_me:$LINENO: checking for X11/Xaw/ThreeD.h" >&5 27995 { $as_echo "$as_me:$LINENO: checking for X11/Xaw/ThreeD.h" >&5
27013 echo $ECHO_N "checking for X11/Xaw/ThreeD.h... $ECHO_C" >&6; } 27996 $as_echo_n "checking for X11/Xaw/ThreeD.h... " >&6; }
27014 if test "${ac_cv_header_X11_Xaw_ThreeD_h+set}" = set; then 27997 if test "${ac_cv_header_X11_Xaw_ThreeD_h+set}" = set; then
27015 echo $ECHO_N "(cached) $ECHO_C" >&6 27998 $as_echo_n "(cached) " >&6
27016 else 27999 else
27017 ac_cv_header_X11_Xaw_ThreeD_h=$ac_header_preproc 28000 ac_cv_header_X11_Xaw_ThreeD_h=$ac_header_preproc
27018 fi 28001 fi
27019 { echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xaw_ThreeD_h" >&5 28002 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xaw_ThreeD_h" >&5
27020 echo "${ECHO_T}$ac_cv_header_X11_Xaw_ThreeD_h" >&6; } 28003 $as_echo "$ac_cv_header_X11_Xaw_ThreeD_h" >&6; }
27021 28004
27022 fi 28005 fi
27023 if test $ac_cv_header_X11_Xaw_ThreeD_h = yes; then 28006 if test "x$ac_cv_header_X11_Xaw_ThreeD_h" = x""yes; then
27024 28007
27025 { echo "$as_me:$LINENO: WARNING: Assuming that X11/Xaw headers are suitable for $athena_variant." >&5 28008 { $as_echo "$as_me:$LINENO: WARNING: Assuming that X11/Xaw headers are suitable for $athena_variant." >&5
27026 echo "$as_me: WARNING: Assuming that X11/Xaw headers are suitable for $athena_variant." >&2;} 28009 $as_echo "$as_me: WARNING: Assuming that X11/Xaw headers are suitable for $athena_variant." >&2;}
27027 athena_h_path=X11/Xaw 28010 athena_h_path=X11/Xaw
27028 28011
27029 else 28012 else
27030 { echo "$as_me:$LINENO: WARNING: Could not find a suitable 3d Athena header set." >&5 28013 { $as_echo "$as_me:$LINENO: WARNING: Could not find a suitable 3d Athena header set." >&5
27031 echo "$as_me: WARNING: Could not find a suitable 3d Athena header set." >&2;} 28014 $as_echo "$as_me: WARNING: Could not find a suitable 3d Athena header set." >&2;}
27032 fi 28015 fi
27033 28016
27034 28017
27035 fi 28018 fi
27036 fi 28019 fi
27044 else 28027 else
27045 have_xaw=no 28028 have_xaw=no
27046 fi 28029 fi
27047 if test "$with_x11" = "yes"; then 28030 if test "$with_x11" = "yes"; then
27048 if test "${ac_cv_header_Xm_Xm_h+set}" = set; then 28031 if test "${ac_cv_header_Xm_Xm_h+set}" = set; then
27049 { echo "$as_me:$LINENO: checking for Xm/Xm.h" >&5 28032 { $as_echo "$as_me:$LINENO: checking for Xm/Xm.h" >&5
27050 echo $ECHO_N "checking for Xm/Xm.h... $ECHO_C" >&6; } 28033 $as_echo_n "checking for Xm/Xm.h... " >&6; }
27051 if test "${ac_cv_header_Xm_Xm_h+set}" = set; then 28034 if test "${ac_cv_header_Xm_Xm_h+set}" = set; then
27052 echo $ECHO_N "(cached) $ECHO_C" >&6 28035 $as_echo_n "(cached) " >&6
27053 fi 28036 fi
27054 { echo "$as_me:$LINENO: result: $ac_cv_header_Xm_Xm_h" >&5 28037 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_Xm_Xm_h" >&5
27055 echo "${ECHO_T}$ac_cv_header_Xm_Xm_h" >&6; } 28038 $as_echo "$ac_cv_header_Xm_Xm_h" >&6; }
27056 else 28039 else
27057 # Is the header compilable? 28040 # Is the header compilable?
27058 { echo "$as_me:$LINENO: checking Xm/Xm.h usability" >&5 28041 { $as_echo "$as_me:$LINENO: checking Xm/Xm.h usability" >&5
27059 echo $ECHO_N "checking Xm/Xm.h usability... $ECHO_C" >&6; } 28042 $as_echo_n "checking Xm/Xm.h usability... " >&6; }
27060 cat >conftest.$ac_ext <<_ACEOF 28043 cat >conftest.$ac_ext <<_ACEOF
27061 /* confdefs.h. */ 28044 /* confdefs.h. */
27062 _ACEOF 28045 _ACEOF
27063 cat confdefs.h >>conftest.$ac_ext 28046 cat confdefs.h >>conftest.$ac_ext
27064 cat >>conftest.$ac_ext <<_ACEOF 28047 cat >>conftest.$ac_ext <<_ACEOF
27070 if { (ac_try="$ac_compile" 28053 if { (ac_try="$ac_compile"
27071 case "(($ac_try" in 28054 case "(($ac_try" in
27072 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 28055 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27073 *) ac_try_echo=$ac_try;; 28056 *) ac_try_echo=$ac_try;;
27074 esac 28057 esac
27075 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 28058 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
28059 $as_echo "$ac_try_echo") >&5
27076 (eval "$ac_compile") 2>conftest.er1 28060 (eval "$ac_compile") 2>conftest.er1
27077 ac_status=$? 28061 ac_status=$?
27078 grep -v '^ *+' conftest.er1 >conftest.err 28062 grep -v '^ *+' conftest.er1 >conftest.err
27079 rm -f conftest.er1 28063 rm -f conftest.er1
27080 cat conftest.err >&5 28064 cat conftest.err >&5
27081 echo "$as_me:$LINENO: \$? = $ac_status" >&5 28065 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
27082 (exit $ac_status); } && { 28066 (exit $ac_status); } && {
27083 test -z "$ac_c_werror_flag" || 28067 test -z "$ac_c_werror_flag" ||
27084 test ! -s conftest.err 28068 test ! -s conftest.err
27085 } && test -s conftest.$ac_objext; then 28069 } && test -s conftest.$ac_objext; then
27086 ac_header_compiler=yes 28070 ac_header_compiler=yes
27087 else 28071 else
27088 echo "$as_me: failed program was:" >&5 28072 $as_echo "$as_me: failed program was:" >&5
27089 sed 's/^/| /' conftest.$ac_ext >&5 28073 sed 's/^/| /' conftest.$ac_ext >&5
27090 28074
27091 ac_header_compiler=no 28075 ac_header_compiler=no
27092 fi 28076 fi
27093 28077
27094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 28078 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27095 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 28079 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
27096 echo "${ECHO_T}$ac_header_compiler" >&6; } 28080 $as_echo "$ac_header_compiler" >&6; }
27097 28081
27098 # Is the header present? 28082 # Is the header present?
27099 { echo "$as_me:$LINENO: checking Xm/Xm.h presence" >&5 28083 { $as_echo "$as_me:$LINENO: checking Xm/Xm.h presence" >&5
27100 echo $ECHO_N "checking Xm/Xm.h presence... $ECHO_C" >&6; } 28084 $as_echo_n "checking Xm/Xm.h presence... " >&6; }
27101 cat >conftest.$ac_ext <<_ACEOF 28085 cat >conftest.$ac_ext <<_ACEOF
27102 /* confdefs.h. */ 28086 /* confdefs.h. */
27103 _ACEOF 28087 _ACEOF
27104 cat confdefs.h >>conftest.$ac_ext 28088 cat confdefs.h >>conftest.$ac_ext
27105 cat >>conftest.$ac_ext <<_ACEOF 28089 cat >>conftest.$ac_ext <<_ACEOF
27109 if { (ac_try="$ac_cpp conftest.$ac_ext" 28093 if { (ac_try="$ac_cpp conftest.$ac_ext"
27110 case "(($ac_try" in 28094 case "(($ac_try" in
27111 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 28095 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27112 *) ac_try_echo=$ac_try;; 28096 *) ac_try_echo=$ac_try;;
27113 esac 28097 esac
27114 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 28098 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
28099 $as_echo "$ac_try_echo") >&5
27115 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 28100 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
27116 ac_status=$? 28101 ac_status=$?
27117 grep -v '^ *+' conftest.er1 >conftest.err 28102 grep -v '^ *+' conftest.er1 >conftest.err
27118 rm -f conftest.er1 28103 rm -f conftest.er1
27119 cat conftest.err >&5 28104 cat conftest.err >&5
27120 echo "$as_me:$LINENO: \$? = $ac_status" >&5 28105 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
27121 (exit $ac_status); } >/dev/null && { 28106 (exit $ac_status); } >/dev/null && {
27122 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 28107 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
27123 test ! -s conftest.err 28108 test ! -s conftest.err
27124 }; then 28109 }; then
27125 ac_header_preproc=yes 28110 ac_header_preproc=yes
27126 else 28111 else
27127 echo "$as_me: failed program was:" >&5 28112 $as_echo "$as_me: failed program was:" >&5
27128 sed 's/^/| /' conftest.$ac_ext >&5 28113 sed 's/^/| /' conftest.$ac_ext >&5
27129 28114
27130 ac_header_preproc=no 28115 ac_header_preproc=no
27131 fi 28116 fi
27132 28117
27133 rm -f conftest.err conftest.$ac_ext 28118 rm -f conftest.err conftest.$ac_ext
27134 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 28119 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
27135 echo "${ECHO_T}$ac_header_preproc" >&6; } 28120 $as_echo "$ac_header_preproc" >&6; }
27136 28121
27137 # So? What about this header? 28122 # So? What about this header?
27138 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 28123 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
27139 yes:no: ) 28124 yes:no: )
27140 { echo "$as_me:$LINENO: WARNING: Xm/Xm.h: accepted by the compiler, rejected by the preprocessor!" >&5 28125 { $as_echo "$as_me:$LINENO: WARNING: Xm/Xm.h: accepted by the compiler, rejected by the preprocessor!" >&5
27141 echo "$as_me: WARNING: Xm/Xm.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 28126 $as_echo "$as_me: WARNING: Xm/Xm.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
27142 { echo "$as_me:$LINENO: WARNING: Xm/Xm.h: proceeding with the compiler's result" >&5 28127 { $as_echo "$as_me:$LINENO: WARNING: Xm/Xm.h: proceeding with the compiler's result" >&5
27143 echo "$as_me: WARNING: Xm/Xm.h: proceeding with the compiler's result" >&2;} 28128 $as_echo "$as_me: WARNING: Xm/Xm.h: proceeding with the compiler's result" >&2;}
27144 ac_header_preproc=yes 28129 ac_header_preproc=yes
27145 ;; 28130 ;;
27146 no:yes:* ) 28131 no:yes:* )
27147 { echo "$as_me:$LINENO: WARNING: Xm/Xm.h: present but cannot be compiled" >&5 28132 { $as_echo "$as_me:$LINENO: WARNING: Xm/Xm.h: present but cannot be compiled" >&5
27148 echo "$as_me: WARNING: Xm/Xm.h: present but cannot be compiled" >&2;} 28133 $as_echo "$as_me: WARNING: Xm/Xm.h: present but cannot be compiled" >&2;}
27149 { echo "$as_me:$LINENO: WARNING: Xm/Xm.h: check for missing prerequisite headers?" >&5 28134 { $as_echo "$as_me:$LINENO: WARNING: Xm/Xm.h: check for missing prerequisite headers?" >&5
27150 echo "$as_me: WARNING: Xm/Xm.h: check for missing prerequisite headers?" >&2;} 28135 $as_echo "$as_me: WARNING: Xm/Xm.h: check for missing prerequisite headers?" >&2;}
27151 { echo "$as_me:$LINENO: WARNING: Xm/Xm.h: see the Autoconf documentation" >&5 28136 { $as_echo "$as_me:$LINENO: WARNING: Xm/Xm.h: see the Autoconf documentation" >&5
27152 echo "$as_me: WARNING: Xm/Xm.h: see the Autoconf documentation" >&2;} 28137 $as_echo "$as_me: WARNING: Xm/Xm.h: see the Autoconf documentation" >&2;}
27153 { echo "$as_me:$LINENO: WARNING: Xm/Xm.h: section \"Present But Cannot Be Compiled\"" >&5 28138 { $as_echo "$as_me:$LINENO: WARNING: Xm/Xm.h: section \"Present But Cannot Be Compiled\"" >&5
27154 echo "$as_me: WARNING: Xm/Xm.h: section \"Present But Cannot Be Compiled\"" >&2;} 28139 $as_echo "$as_me: WARNING: Xm/Xm.h: section \"Present But Cannot Be Compiled\"" >&2;}
27155 { echo "$as_me:$LINENO: WARNING: Xm/Xm.h: proceeding with the preprocessor's result" >&5 28140 { $as_echo "$as_me:$LINENO: WARNING: Xm/Xm.h: proceeding with the preprocessor's result" >&5
27156 echo "$as_me: WARNING: Xm/Xm.h: proceeding with the preprocessor's result" >&2;} 28141 $as_echo "$as_me: WARNING: Xm/Xm.h: proceeding with the preprocessor's result" >&2;}
27157 { echo "$as_me:$LINENO: WARNING: Xm/Xm.h: in the future, the compiler will take precedence" >&5 28142 { $as_echo "$as_me:$LINENO: WARNING: Xm/Xm.h: in the future, the compiler will take precedence" >&5
27158 echo "$as_me: WARNING: Xm/Xm.h: in the future, the compiler will take precedence" >&2;} 28143 $as_echo "$as_me: WARNING: Xm/Xm.h: in the future, the compiler will take precedence" >&2;}
27159 ( cat <<\_ASBOX 28144 ( cat <<\_ASBOX
27160 ## ------------------------------------- ## 28145 ## ------------------------------------- ##
27161 ## Report this to xemacs-beta@xemacs.org ## 28146 ## Report this to xemacs-beta@xemacs.org ##
27162 ## ------------------------------------- ## 28147 ## ------------------------------------- ##
27163 _ASBOX 28148 _ASBOX
27164 ) | sed "s/^/$as_me: WARNING: /" >&2 28149 ) | sed "s/^/$as_me: WARNING: /" >&2
27165 ;; 28150 ;;
27166 esac 28151 esac
27167 { echo "$as_me:$LINENO: checking for Xm/Xm.h" >&5 28152 { $as_echo "$as_me:$LINENO: checking for Xm/Xm.h" >&5
27168 echo $ECHO_N "checking for Xm/Xm.h... $ECHO_C" >&6; } 28153 $as_echo_n "checking for Xm/Xm.h... " >&6; }
27169 if test "${ac_cv_header_Xm_Xm_h+set}" = set; then 28154 if test "${ac_cv_header_Xm_Xm_h+set}" = set; then
27170 echo $ECHO_N "(cached) $ECHO_C" >&6 28155 $as_echo_n "(cached) " >&6
27171 else 28156 else
27172 ac_cv_header_Xm_Xm_h=$ac_header_preproc 28157 ac_cv_header_Xm_Xm_h=$ac_header_preproc
27173 fi 28158 fi
27174 { echo "$as_me:$LINENO: result: $ac_cv_header_Xm_Xm_h" >&5 28159 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_Xm_Xm_h" >&5
27175 echo "${ECHO_T}$ac_cv_header_Xm_Xm_h" >&6; } 28160 $as_echo "$ac_cv_header_Xm_Xm_h" >&6; }
27176 28161
27177 fi 28162 fi
27178 if test $ac_cv_header_Xm_Xm_h = yes; then 28163 if test "x$ac_cv_header_Xm_Xm_h" = x""yes; then
27179 { echo "$as_me:$LINENO: checking for XmStringCreate in -lXm" >&5 28164 { $as_echo "$as_me:$LINENO: checking for XmStringCreate in -lXm" >&5
27180 echo $ECHO_N "checking for XmStringCreate in -lXm... $ECHO_C" >&6; } 28165 $as_echo_n "checking for XmStringCreate in -lXm... " >&6; }
27181 if test "${ac_cv_lib_Xm_XmStringCreate+set}" = set; then 28166 if test "${ac_cv_lib_Xm_XmStringCreate+set}" = set; then
27182 echo $ECHO_N "(cached) $ECHO_C" >&6 28167 $as_echo_n "(cached) " >&6
27183 else 28168 else
27184 ac_check_lib_save_LIBS=$LIBS 28169 ac_check_lib_save_LIBS=$LIBS
27185 LIBS="-lXm $LIBS" 28170 LIBS="-lXm $LIBS"
27186 cat >conftest.$ac_ext <<_ACEOF 28171 cat >conftest.$ac_ext <<_ACEOF
27187 /* confdefs.h. */ 28172 /* confdefs.h. */
27209 if { (ac_try="$ac_link" 28194 if { (ac_try="$ac_link"
27210 case "(($ac_try" in 28195 case "(($ac_try" in
27211 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 28196 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27212 *) ac_try_echo=$ac_try;; 28197 *) ac_try_echo=$ac_try;;
27213 esac 28198 esac
27214 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 28199 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
28200 $as_echo "$ac_try_echo") >&5
27215 (eval "$ac_link") 2>conftest.er1 28201 (eval "$ac_link") 2>conftest.er1
27216 ac_status=$? 28202 ac_status=$?
27217 grep -v '^ *+' conftest.er1 >conftest.err 28203 grep -v '^ *+' conftest.er1 >conftest.err
27218 rm -f conftest.er1 28204 rm -f conftest.er1
27219 cat conftest.err >&5 28205 cat conftest.err >&5
27220 echo "$as_me:$LINENO: \$? = $ac_status" >&5 28206 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
27221 (exit $ac_status); } && { 28207 (exit $ac_status); } && {
27222 test -z "$ac_c_werror_flag" || 28208 test -z "$ac_c_werror_flag" ||
27223 test ! -s conftest.err 28209 test ! -s conftest.err
27224 } && test -s conftest$ac_exeext && 28210 } && test -s conftest$ac_exeext && {
27225 $as_test_x conftest$ac_exeext; then 28211 test "$cross_compiling" = yes ||
28212 $as_test_x conftest$ac_exeext
28213 }; then
27226 ac_cv_lib_Xm_XmStringCreate=yes 28214 ac_cv_lib_Xm_XmStringCreate=yes
27227 else 28215 else
27228 echo "$as_me: failed program was:" >&5 28216 $as_echo "$as_me: failed program was:" >&5
27229 sed 's/^/| /' conftest.$ac_ext >&5 28217 sed 's/^/| /' conftest.$ac_ext >&5
27230 28218
27231 ac_cv_lib_Xm_XmStringCreate=no 28219 ac_cv_lib_Xm_XmStringCreate=no
27232 fi 28220 fi
27233 28221
28222 rm -rf conftest.dSYM
27234 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 28223 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27235 conftest$ac_exeext conftest.$ac_ext 28224 conftest$ac_exeext conftest.$ac_ext
27236 LIBS=$ac_check_lib_save_LIBS 28225 LIBS=$ac_check_lib_save_LIBS
27237 fi 28226 fi
27238 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xm_XmStringCreate" >&5 28227 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xm_XmStringCreate" >&5
27239 echo "${ECHO_T}$ac_cv_lib_Xm_XmStringCreate" >&6; } 28228 $as_echo "$ac_cv_lib_Xm_XmStringCreate" >&6; }
27240 if test $ac_cv_lib_Xm_XmStringCreate = yes; then 28229 if test "x$ac_cv_lib_Xm_XmStringCreate" = x""yes; then
27241 have_motif=yes 28230 have_motif=yes
27242 else 28231 else
27243 have_motif=no 28232 have_motif=no
27244 fi 28233 fi
27245 28234
27248 fi 28237 fi
27249 28238
27250 28239
27251 28240
27252 if test "$have_motif" = "yes"; then 28241 if test "$have_motif" = "yes"; then
27253 { echo "$as_me:$LINENO: checking for Lesstif" >&5 28242 { $as_echo "$as_me:$LINENO: checking for Lesstif" >&5
27254 echo $ECHO_N "checking for Lesstif... $ECHO_C" >&6; } 28243 $as_echo_n "checking for Lesstif... " >&6; }
27255 cat >conftest.$ac_ext <<_ACEOF 28244 cat >conftest.$ac_ext <<_ACEOF
27256 /* confdefs.h. */ 28245 /* confdefs.h. */
27257 _ACEOF 28246 _ACEOF
27258 cat confdefs.h >>conftest.$ac_ext 28247 cat confdefs.h >>conftest.$ac_ext
27259 cat >>conftest.$ac_ext <<_ACEOF 28248 cat >>conftest.$ac_ext <<_ACEOF
27270 else 28259 else
27271 have_lesstif=no 28260 have_lesstif=no
27272 fi 28261 fi
27273 rm -f conftest* 28262 rm -f conftest*
27274 28263
27275 { echo "$as_me:$LINENO: result: $have_lesstif" >&5 28264 { $as_echo "$as_me:$LINENO: result: $have_lesstif" >&5
27276 echo "${ECHO_T}$have_lesstif" >&6; } 28265 $as_echo "$have_lesstif" >&6; }
27277 fi 28266 fi
27278 28267
27279 fi 28268 fi
27280 28269
27281 case "$opsys" in 28270 case "$opsys" in
27547 28536
27548 canna_libs= 28537 canna_libs=
27549 wnn_libs= 28538 wnn_libs=
27550 28539
27551 if test "$enable_mule" = "yes" ; then 28540 if test "$enable_mule" = "yes" ; then
27552 { echo "$as_me:$LINENO: checking for Mule-related features" >&5 28541 { $as_echo "$as_me:$LINENO: checking for Mule-related features" >&5
27553 echo $ECHO_N "checking for Mule-related features... $ECHO_C" >&6; } 28542 $as_echo_n "checking for Mule-related features... " >&6; }
27554 cat >>confdefs.h <<\_ACEOF 28543 cat >>confdefs.h <<\_ACEOF
27555 #define MULE 1 28544 #define MULE 1
27556 _ACEOF 28545 _ACEOF
27557 28546
27558 28547
27559 28548
27560 for ac_header in libintl.h 28549 for ac_header in libintl.h
27561 do 28550 do
27562 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 28551 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
27563 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 28552 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
27564 { echo "$as_me:$LINENO: checking for $ac_header" >&5 28553 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
27565 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 28554 $as_echo_n "checking for $ac_header... " >&6; }
27566 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 28555 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
27567 echo $ECHO_N "(cached) $ECHO_C" >&6 28556 $as_echo_n "(cached) " >&6
27568 fi 28557 fi
27569 ac_res=`eval echo '${'$as_ac_Header'}'` 28558 ac_res=`eval 'as_val=${'$as_ac_Header'}
27570 { echo "$as_me:$LINENO: result: $ac_res" >&5 28559 $as_echo "$as_val"'`
27571 echo "${ECHO_T}$ac_res" >&6; } 28560 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
28561 $as_echo "$ac_res" >&6; }
27572 else 28562 else
27573 # Is the header compilable? 28563 # Is the header compilable?
27574 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 28564 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
27575 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 28565 $as_echo_n "checking $ac_header usability... " >&6; }
27576 cat >conftest.$ac_ext <<_ACEOF 28566 cat >conftest.$ac_ext <<_ACEOF
27577 /* confdefs.h. */ 28567 /* confdefs.h. */
27578 _ACEOF 28568 _ACEOF
27579 cat confdefs.h >>conftest.$ac_ext 28569 cat confdefs.h >>conftest.$ac_ext
27580 cat >>conftest.$ac_ext <<_ACEOF 28570 cat >>conftest.$ac_ext <<_ACEOF
27586 if { (ac_try="$ac_compile" 28576 if { (ac_try="$ac_compile"
27587 case "(($ac_try" in 28577 case "(($ac_try" in
27588 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 28578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27589 *) ac_try_echo=$ac_try;; 28579 *) ac_try_echo=$ac_try;;
27590 esac 28580 esac
27591 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 28581 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
28582 $as_echo "$ac_try_echo") >&5
27592 (eval "$ac_compile") 2>conftest.er1 28583 (eval "$ac_compile") 2>conftest.er1
27593 ac_status=$? 28584 ac_status=$?
27594 grep -v '^ *+' conftest.er1 >conftest.err 28585 grep -v '^ *+' conftest.er1 >conftest.err
27595 rm -f conftest.er1 28586 rm -f conftest.er1
27596 cat conftest.err >&5 28587 cat conftest.err >&5
27597 echo "$as_me:$LINENO: \$? = $ac_status" >&5 28588 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
27598 (exit $ac_status); } && { 28589 (exit $ac_status); } && {
27599 test -z "$ac_c_werror_flag" || 28590 test -z "$ac_c_werror_flag" ||
27600 test ! -s conftest.err 28591 test ! -s conftest.err
27601 } && test -s conftest.$ac_objext; then 28592 } && test -s conftest.$ac_objext; then
27602 ac_header_compiler=yes 28593 ac_header_compiler=yes
27603 else 28594 else
27604 echo "$as_me: failed program was:" >&5 28595 $as_echo "$as_me: failed program was:" >&5
27605 sed 's/^/| /' conftest.$ac_ext >&5 28596 sed 's/^/| /' conftest.$ac_ext >&5
27606 28597
27607 ac_header_compiler=no 28598 ac_header_compiler=no
27608 fi 28599 fi
27609 28600
27610 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 28601 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27611 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 28602 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
27612 echo "${ECHO_T}$ac_header_compiler" >&6; } 28603 $as_echo "$ac_header_compiler" >&6; }
27613 28604
27614 # Is the header present? 28605 # Is the header present?
27615 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 28606 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
27616 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 28607 $as_echo_n "checking $ac_header presence... " >&6; }
27617 cat >conftest.$ac_ext <<_ACEOF 28608 cat >conftest.$ac_ext <<_ACEOF
27618 /* confdefs.h. */ 28609 /* confdefs.h. */
27619 _ACEOF 28610 _ACEOF
27620 cat confdefs.h >>conftest.$ac_ext 28611 cat confdefs.h >>conftest.$ac_ext
27621 cat >>conftest.$ac_ext <<_ACEOF 28612 cat >>conftest.$ac_ext <<_ACEOF
27625 if { (ac_try="$ac_cpp conftest.$ac_ext" 28616 if { (ac_try="$ac_cpp conftest.$ac_ext"
27626 case "(($ac_try" in 28617 case "(($ac_try" in
27627 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 28618 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27628 *) ac_try_echo=$ac_try;; 28619 *) ac_try_echo=$ac_try;;
27629 esac 28620 esac
27630 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 28621 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
28622 $as_echo "$ac_try_echo") >&5
27631 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 28623 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
27632 ac_status=$? 28624 ac_status=$?
27633 grep -v '^ *+' conftest.er1 >conftest.err 28625 grep -v '^ *+' conftest.er1 >conftest.err
27634 rm -f conftest.er1 28626 rm -f conftest.er1
27635 cat conftest.err >&5 28627 cat conftest.err >&5
27636 echo "$as_me:$LINENO: \$? = $ac_status" >&5 28628 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
27637 (exit $ac_status); } >/dev/null && { 28629 (exit $ac_status); } >/dev/null && {
27638 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 28630 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
27639 test ! -s conftest.err 28631 test ! -s conftest.err
27640 }; then 28632 }; then
27641 ac_header_preproc=yes 28633 ac_header_preproc=yes
27642 else 28634 else
27643 echo "$as_me: failed program was:" >&5 28635 $as_echo "$as_me: failed program was:" >&5
27644 sed 's/^/| /' conftest.$ac_ext >&5 28636 sed 's/^/| /' conftest.$ac_ext >&5
27645 28637
27646 ac_header_preproc=no 28638 ac_header_preproc=no
27647 fi 28639 fi
27648 28640
27649 rm -f conftest.err conftest.$ac_ext 28641 rm -f conftest.err conftest.$ac_ext
27650 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 28642 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
27651 echo "${ECHO_T}$ac_header_preproc" >&6; } 28643 $as_echo "$ac_header_preproc" >&6; }
27652 28644
27653 # So? What about this header? 28645 # So? What about this header?
27654 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 28646 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
27655 yes:no: ) 28647 yes:no: )
27656 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 28648 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
27657 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 28649 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
27658 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 28650 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
27659 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 28651 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
27660 ac_header_preproc=yes 28652 ac_header_preproc=yes
27661 ;; 28653 ;;
27662 no:yes:* ) 28654 no:yes:* )
27663 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 28655 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
27664 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 28656 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
27665 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 28657 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
27666 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 28658 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
27667 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 28659 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
27668 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 28660 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
27669 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 28661 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
27670 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 28662 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
27671 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 28663 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
27672 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 28664 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
27673 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 28665 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
27674 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 28666 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
27675 ( cat <<\_ASBOX 28667 ( cat <<\_ASBOX
27676 ## ------------------------------------- ## 28668 ## ------------------------------------- ##
27677 ## Report this to xemacs-beta@xemacs.org ## 28669 ## Report this to xemacs-beta@xemacs.org ##
27678 ## ------------------------------------- ## 28670 ## ------------------------------------- ##
27679 _ASBOX 28671 _ASBOX
27680 ) | sed "s/^/$as_me: WARNING: /" >&2 28672 ) | sed "s/^/$as_me: WARNING: /" >&2
27681 ;; 28673 ;;
27682 esac 28674 esac
27683 { echo "$as_me:$LINENO: checking for $ac_header" >&5 28675 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
27684 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 28676 $as_echo_n "checking for $ac_header... " >&6; }
27685 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 28677 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
27686 echo $ECHO_N "(cached) $ECHO_C" >&6 28678 $as_echo_n "(cached) " >&6
27687 else 28679 else
27688 eval "$as_ac_Header=\$ac_header_preproc" 28680 eval "$as_ac_Header=\$ac_header_preproc"
27689 fi 28681 fi
27690 ac_res=`eval echo '${'$as_ac_Header'}'` 28682 ac_res=`eval 'as_val=${'$as_ac_Header'}
27691 { echo "$as_me:$LINENO: result: $ac_res" >&5 28683 $as_echo "$as_val"'`
27692 echo "${ECHO_T}$ac_res" >&6; } 28684 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
27693 28685 $as_echo "$ac_res" >&6; }
27694 fi 28686
27695 if test `eval echo '${'$as_ac_Header'}'` = yes; then 28687 fi
28688 as_val=`eval 'as_val=${'$as_ac_Header'}
28689 $as_echo "$as_val"'`
28690 if test "x$as_val" = x""yes; then
27696 cat >>confdefs.h <<_ACEOF 28691 cat >>confdefs.h <<_ACEOF
27697 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 28692 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
27698 _ACEOF 28693 _ACEOF
27699 28694
27700 fi 28695 fi
27701 28696
27702 done 28697 done
27703 28698
27704 28699
27705 { echo "$as_me:$LINENO: checking for strerror in -lintl" >&5 28700 { $as_echo "$as_me:$LINENO: checking for strerror in -lintl" >&5
27706 echo $ECHO_N "checking for strerror in -lintl... $ECHO_C" >&6; } 28701 $as_echo_n "checking for strerror in -lintl... " >&6; }
27707 if test "${ac_cv_lib_intl_strerror+set}" = set; then 28702 if test "${ac_cv_lib_intl_strerror+set}" = set; then
27708 echo $ECHO_N "(cached) $ECHO_C" >&6 28703 $as_echo_n "(cached) " >&6
27709 else 28704 else
27710 ac_check_lib_save_LIBS=$LIBS 28705 ac_check_lib_save_LIBS=$LIBS
27711 LIBS="-lintl $LIBS" 28706 LIBS="-lintl $LIBS"
27712 cat >conftest.$ac_ext <<_ACEOF 28707 cat >conftest.$ac_ext <<_ACEOF
27713 /* confdefs.h. */ 28708 /* confdefs.h. */
27735 if { (ac_try="$ac_link" 28730 if { (ac_try="$ac_link"
27736 case "(($ac_try" in 28731 case "(($ac_try" in
27737 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 28732 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27738 *) ac_try_echo=$ac_try;; 28733 *) ac_try_echo=$ac_try;;
27739 esac 28734 esac
27740 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 28735 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
28736 $as_echo "$ac_try_echo") >&5
27741 (eval "$ac_link") 2>conftest.er1 28737 (eval "$ac_link") 2>conftest.er1
27742 ac_status=$? 28738 ac_status=$?
27743 grep -v '^ *+' conftest.er1 >conftest.err 28739 grep -v '^ *+' conftest.er1 >conftest.err
27744 rm -f conftest.er1 28740 rm -f conftest.er1
27745 cat conftest.err >&5 28741 cat conftest.err >&5
27746 echo "$as_me:$LINENO: \$? = $ac_status" >&5 28742 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
27747 (exit $ac_status); } && { 28743 (exit $ac_status); } && {
27748 test -z "$ac_c_werror_flag" || 28744 test -z "$ac_c_werror_flag" ||
27749 test ! -s conftest.err 28745 test ! -s conftest.err
27750 } && test -s conftest$ac_exeext && 28746 } && test -s conftest$ac_exeext && {
27751 $as_test_x conftest$ac_exeext; then 28747 test "$cross_compiling" = yes ||
28748 $as_test_x conftest$ac_exeext
28749 }; then
27752 ac_cv_lib_intl_strerror=yes 28750 ac_cv_lib_intl_strerror=yes
27753 else 28751 else
27754 echo "$as_me: failed program was:" >&5 28752 $as_echo "$as_me: failed program was:" >&5
27755 sed 's/^/| /' conftest.$ac_ext >&5 28753 sed 's/^/| /' conftest.$ac_ext >&5
27756 28754
27757 ac_cv_lib_intl_strerror=no 28755 ac_cv_lib_intl_strerror=no
27758 fi 28756 fi
27759 28757
28758 rm -rf conftest.dSYM
27760 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 28759 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27761 conftest$ac_exeext conftest.$ac_ext 28760 conftest$ac_exeext conftest.$ac_ext
27762 LIBS=$ac_check_lib_save_LIBS 28761 LIBS=$ac_check_lib_save_LIBS
27763 fi 28762 fi
27764 { echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strerror" >&5 28763 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strerror" >&5
27765 echo "${ECHO_T}$ac_cv_lib_intl_strerror" >&6; } 28764 $as_echo "$ac_cv_lib_intl_strerror" >&6; }
27766 if test $ac_cv_lib_intl_strerror = yes; then 28765 if test "x$ac_cv_lib_intl_strerror" = x""yes; then
27767 cat >>confdefs.h <<_ACEOF 28766 cat >>confdefs.h <<_ACEOF
27768 #define HAVE_LIBINTL 1 28767 #define HAVE_LIBINTL 1
27769 _ACEOF 28768 _ACEOF
27770 28769
27771 LIBS="-lintl $LIBS" 28770 LIBS="-lintl $LIBS"
27772 28771
27773 fi 28772 fi
27774 28773
27775 28774
27776 { echo "$as_me:$LINENO: checking for Mule input methods" >&5 28775 { $as_echo "$as_me:$LINENO: checking for Mule input methods" >&5
27777 echo $ECHO_N "checking for Mule input methods... $ECHO_C" >&6; } 28776 $as_echo_n "checking for Mule input methods... " >&6; }
27778 case "$with_xim" in "" | "yes" ) 28777 case "$with_xim" in "" | "yes" )
27779 { echo "$as_me:$LINENO: checking for XIM" >&5 28778 { $as_echo "$as_me:$LINENO: checking for XIM" >&5
27780 echo $ECHO_N "checking for XIM... $ECHO_C" >&6; } 28779 $as_echo_n "checking for XIM... " >&6; }
27781 { echo "$as_me:$LINENO: checking for XOpenIM in -lX11" >&5 28780 { $as_echo "$as_me:$LINENO: checking for XOpenIM in -lX11" >&5
27782 echo $ECHO_N "checking for XOpenIM in -lX11... $ECHO_C" >&6; } 28781 $as_echo_n "checking for XOpenIM in -lX11... " >&6; }
27783 if test "${ac_cv_lib_X11_XOpenIM+set}" = set; then 28782 if test "${ac_cv_lib_X11_XOpenIM+set}" = set; then
27784 echo $ECHO_N "(cached) $ECHO_C" >&6 28783 $as_echo_n "(cached) " >&6
27785 else 28784 else
27786 ac_check_lib_save_LIBS=$LIBS 28785 ac_check_lib_save_LIBS=$LIBS
27787 LIBS="-lX11 $LIBS" 28786 LIBS="-lX11 $LIBS"
27788 cat >conftest.$ac_ext <<_ACEOF 28787 cat >conftest.$ac_ext <<_ACEOF
27789 /* confdefs.h. */ 28788 /* confdefs.h. */
27811 if { (ac_try="$ac_link" 28810 if { (ac_try="$ac_link"
27812 case "(($ac_try" in 28811 case "(($ac_try" in
27813 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 28812 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27814 *) ac_try_echo=$ac_try;; 28813 *) ac_try_echo=$ac_try;;
27815 esac 28814 esac
27816 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 28815 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
28816 $as_echo "$ac_try_echo") >&5
27817 (eval "$ac_link") 2>conftest.er1 28817 (eval "$ac_link") 2>conftest.er1
27818 ac_status=$? 28818 ac_status=$?
27819 grep -v '^ *+' conftest.er1 >conftest.err 28819 grep -v '^ *+' conftest.er1 >conftest.err
27820 rm -f conftest.er1 28820 rm -f conftest.er1
27821 cat conftest.err >&5 28821 cat conftest.err >&5
27822 echo "$as_me:$LINENO: \$? = $ac_status" >&5 28822 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
27823 (exit $ac_status); } && { 28823 (exit $ac_status); } && {
27824 test -z "$ac_c_werror_flag" || 28824 test -z "$ac_c_werror_flag" ||
27825 test ! -s conftest.err 28825 test ! -s conftest.err
27826 } && test -s conftest$ac_exeext && 28826 } && test -s conftest$ac_exeext && {
27827 $as_test_x conftest$ac_exeext; then 28827 test "$cross_compiling" = yes ||
28828 $as_test_x conftest$ac_exeext
28829 }; then
27828 ac_cv_lib_X11_XOpenIM=yes 28830 ac_cv_lib_X11_XOpenIM=yes
27829 else 28831 else
27830 echo "$as_me: failed program was:" >&5 28832 $as_echo "$as_me: failed program was:" >&5
27831 sed 's/^/| /' conftest.$ac_ext >&5 28833 sed 's/^/| /' conftest.$ac_ext >&5
27832 28834
27833 ac_cv_lib_X11_XOpenIM=no 28835 ac_cv_lib_X11_XOpenIM=no
27834 fi 28836 fi
27835 28837
28838 rm -rf conftest.dSYM
27836 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 28839 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27837 conftest$ac_exeext conftest.$ac_ext 28840 conftest$ac_exeext conftest.$ac_ext
27838 LIBS=$ac_check_lib_save_LIBS 28841 LIBS=$ac_check_lib_save_LIBS
27839 fi 28842 fi
27840 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XOpenIM" >&5 28843 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XOpenIM" >&5
27841 echo "${ECHO_T}$ac_cv_lib_X11_XOpenIM" >&6; } 28844 $as_echo "$ac_cv_lib_X11_XOpenIM" >&6; }
27842 if test $ac_cv_lib_X11_XOpenIM = yes; then 28845 if test "x$ac_cv_lib_X11_XOpenIM" = x""yes; then
27843 with_xim=xlib 28846 with_xim=xlib
27844 else 28847 else
27845 with_xim=no 28848 with_xim=no
27846 fi 28849 fi
27847 28850
27848 if test "$need_motif $have_lesstif" = "yes no"; then 28851 if test "$need_motif $have_lesstif" = "yes no"; then
27849 { echo "$as_me:$LINENO: checking for XmImMbLookupString in -lXm" >&5 28852 { $as_echo "$as_me:$LINENO: checking for XmImMbLookupString in -lXm" >&5
27850 echo $ECHO_N "checking for XmImMbLookupString in -lXm... $ECHO_C" >&6; } 28853 $as_echo_n "checking for XmImMbLookupString in -lXm... " >&6; }
27851 if test "${ac_cv_lib_Xm_XmImMbLookupString+set}" = set; then 28854 if test "${ac_cv_lib_Xm_XmImMbLookupString+set}" = set; then
27852 echo $ECHO_N "(cached) $ECHO_C" >&6 28855 $as_echo_n "(cached) " >&6
27853 else 28856 else
27854 ac_check_lib_save_LIBS=$LIBS 28857 ac_check_lib_save_LIBS=$LIBS
27855 LIBS="-lXm $LIBS" 28858 LIBS="-lXm $LIBS"
27856 cat >conftest.$ac_ext <<_ACEOF 28859 cat >conftest.$ac_ext <<_ACEOF
27857 /* confdefs.h. */ 28860 /* confdefs.h. */
27879 if { (ac_try="$ac_link" 28882 if { (ac_try="$ac_link"
27880 case "(($ac_try" in 28883 case "(($ac_try" in
27881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 28884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27882 *) ac_try_echo=$ac_try;; 28885 *) ac_try_echo=$ac_try;;
27883 esac 28886 esac
27884 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 28887 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
28888 $as_echo "$ac_try_echo") >&5
27885 (eval "$ac_link") 2>conftest.er1 28889 (eval "$ac_link") 2>conftest.er1
27886 ac_status=$? 28890 ac_status=$?
27887 grep -v '^ *+' conftest.er1 >conftest.err 28891 grep -v '^ *+' conftest.er1 >conftest.err
27888 rm -f conftest.er1 28892 rm -f conftest.er1
27889 cat conftest.err >&5 28893 cat conftest.err >&5
27890 echo "$as_me:$LINENO: \$? = $ac_status" >&5 28894 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
27891 (exit $ac_status); } && { 28895 (exit $ac_status); } && {
27892 test -z "$ac_c_werror_flag" || 28896 test -z "$ac_c_werror_flag" ||
27893 test ! -s conftest.err 28897 test ! -s conftest.err
27894 } && test -s conftest$ac_exeext && 28898 } && test -s conftest$ac_exeext && {
27895 $as_test_x conftest$ac_exeext; then 28899 test "$cross_compiling" = yes ||
28900 $as_test_x conftest$ac_exeext
28901 }; then
27896 ac_cv_lib_Xm_XmImMbLookupString=yes 28902 ac_cv_lib_Xm_XmImMbLookupString=yes
27897 else 28903 else
27898 echo "$as_me: failed program was:" >&5 28904 $as_echo "$as_me: failed program was:" >&5
27899 sed 's/^/| /' conftest.$ac_ext >&5 28905 sed 's/^/| /' conftest.$ac_ext >&5
27900 28906
27901 ac_cv_lib_Xm_XmImMbLookupString=no 28907 ac_cv_lib_Xm_XmImMbLookupString=no
27902 fi 28908 fi
27903 28909
28910 rm -rf conftest.dSYM
27904 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 28911 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27905 conftest$ac_exeext conftest.$ac_ext 28912 conftest$ac_exeext conftest.$ac_ext
27906 LIBS=$ac_check_lib_save_LIBS 28913 LIBS=$ac_check_lib_save_LIBS
27907 fi 28914 fi
27908 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xm_XmImMbLookupString" >&5 28915 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xm_XmImMbLookupString" >&5
27909 echo "${ECHO_T}$ac_cv_lib_Xm_XmImMbLookupString" >&6; } 28916 $as_echo "$ac_cv_lib_Xm_XmImMbLookupString" >&6; }
27910 if test $ac_cv_lib_Xm_XmImMbLookupString = yes; then 28917 if test "x$ac_cv_lib_Xm_XmImMbLookupString" = x""yes; then
27911 with_xim=motif 28918 with_xim=motif
27912 fi 28919 fi
27913 28920
27914 elif test "$have_motif $have_lesstif $with_xim" = "yes no no"; then 28921 elif test "$have_motif $have_lesstif $with_xim" = "yes no no"; then
27915 { echo "$as_me:$LINENO: checking for XmImMbLookupString in -lXm" >&5 28922 { $as_echo "$as_me:$LINENO: checking for XmImMbLookupString in -lXm" >&5
27916 echo $ECHO_N "checking for XmImMbLookupString in -lXm... $ECHO_C" >&6; } 28923 $as_echo_n "checking for XmImMbLookupString in -lXm... " >&6; }
27917 if test "${ac_cv_lib_Xm_XmImMbLookupString+set}" = set; then 28924 if test "${ac_cv_lib_Xm_XmImMbLookupString+set}" = set; then
27918 echo $ECHO_N "(cached) $ECHO_C" >&6 28925 $as_echo_n "(cached) " >&6
27919 else 28926 else
27920 ac_check_lib_save_LIBS=$LIBS 28927 ac_check_lib_save_LIBS=$LIBS
27921 LIBS="-lXm $LIBS" 28928 LIBS="-lXm $LIBS"
27922 cat >conftest.$ac_ext <<_ACEOF 28929 cat >conftest.$ac_ext <<_ACEOF
27923 /* confdefs.h. */ 28930 /* confdefs.h. */
27945 if { (ac_try="$ac_link" 28952 if { (ac_try="$ac_link"
27946 case "(($ac_try" in 28953 case "(($ac_try" in
27947 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 28954 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27948 *) ac_try_echo=$ac_try;; 28955 *) ac_try_echo=$ac_try;;
27949 esac 28956 esac
27950 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 28957 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
28958 $as_echo "$ac_try_echo") >&5
27951 (eval "$ac_link") 2>conftest.er1 28959 (eval "$ac_link") 2>conftest.er1
27952 ac_status=$? 28960 ac_status=$?
27953 grep -v '^ *+' conftest.er1 >conftest.err 28961 grep -v '^ *+' conftest.er1 >conftest.err
27954 rm -f conftest.er1 28962 rm -f conftest.er1
27955 cat conftest.err >&5 28963 cat conftest.err >&5
27956 echo "$as_me:$LINENO: \$? = $ac_status" >&5 28964 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
27957 (exit $ac_status); } && { 28965 (exit $ac_status); } && {
27958 test -z "$ac_c_werror_flag" || 28966 test -z "$ac_c_werror_flag" ||
27959 test ! -s conftest.err 28967 test ! -s conftest.err
27960 } && test -s conftest$ac_exeext && 28968 } && test -s conftest$ac_exeext && {
27961 $as_test_x conftest$ac_exeext; then 28969 test "$cross_compiling" = yes ||
28970 $as_test_x conftest$ac_exeext
28971 }; then
27962 ac_cv_lib_Xm_XmImMbLookupString=yes 28972 ac_cv_lib_Xm_XmImMbLookupString=yes
27963 else 28973 else
27964 echo "$as_me: failed program was:" >&5 28974 $as_echo "$as_me: failed program was:" >&5
27965 sed 's/^/| /' conftest.$ac_ext >&5 28975 sed 's/^/| /' conftest.$ac_ext >&5
27966 28976
27967 ac_cv_lib_Xm_XmImMbLookupString=no 28977 ac_cv_lib_Xm_XmImMbLookupString=no
27968 fi 28978 fi
27969 28979
28980 rm -rf conftest.dSYM
27970 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 28981 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27971 conftest$ac_exeext conftest.$ac_ext 28982 conftest$ac_exeext conftest.$ac_ext
27972 LIBS=$ac_check_lib_save_LIBS 28983 LIBS=$ac_check_lib_save_LIBS
27973 fi 28984 fi
27974 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xm_XmImMbLookupString" >&5 28985 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xm_XmImMbLookupString" >&5
27975 echo "${ECHO_T}$ac_cv_lib_Xm_XmImMbLookupString" >&6; } 28986 $as_echo "$ac_cv_lib_Xm_XmImMbLookupString" >&6; }
27976 if test $ac_cv_lib_Xm_XmImMbLookupString = yes; then 28987 if test "x$ac_cv_lib_Xm_XmImMbLookupString" = x""yes; then
27977 with_xim=motif 28988 with_xim=motif
27978 fi 28989 fi
27979 28990
27980 fi ;; 28991 fi ;;
27981 esac 28992 esac
28007 with_xfs=no 29018 with_xfs=no
28008 fi 29019 fi
28009 fi 29020 fi
28010 29021
28011 if test "$with_xfs" = "yes" ; then 29022 if test "$with_xfs" = "yes" ; then
28012 { echo "$as_me:$LINENO: checking for XFontSet" >&5 29023 { $as_echo "$as_me:$LINENO: checking for XFontSet" >&5
28013 echo $ECHO_N "checking for XFontSet... $ECHO_C" >&6; } 29024 $as_echo_n "checking for XFontSet... " >&6; }
28014 { echo "$as_me:$LINENO: checking for XmbDrawString in -lX11" >&5 29025 { $as_echo "$as_me:$LINENO: checking for XmbDrawString in -lX11" >&5
28015 echo $ECHO_N "checking for XmbDrawString in -lX11... $ECHO_C" >&6; } 29026 $as_echo_n "checking for XmbDrawString in -lX11... " >&6; }
28016 if test "${ac_cv_lib_X11_XmbDrawString+set}" = set; then 29027 if test "${ac_cv_lib_X11_XmbDrawString+set}" = set; then
28017 echo $ECHO_N "(cached) $ECHO_C" >&6 29028 $as_echo_n "(cached) " >&6
28018 else 29029 else
28019 ac_check_lib_save_LIBS=$LIBS 29030 ac_check_lib_save_LIBS=$LIBS
28020 LIBS="-lX11 $LIBS" 29031 LIBS="-lX11 $LIBS"
28021 cat >conftest.$ac_ext <<_ACEOF 29032 cat >conftest.$ac_ext <<_ACEOF
28022 /* confdefs.h. */ 29033 /* confdefs.h. */
28044 if { (ac_try="$ac_link" 29055 if { (ac_try="$ac_link"
28045 case "(($ac_try" in 29056 case "(($ac_try" in
28046 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 29057 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28047 *) ac_try_echo=$ac_try;; 29058 *) ac_try_echo=$ac_try;;
28048 esac 29059 esac
28049 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 29060 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
29061 $as_echo "$ac_try_echo") >&5
28050 (eval "$ac_link") 2>conftest.er1 29062 (eval "$ac_link") 2>conftest.er1
28051 ac_status=$? 29063 ac_status=$?
28052 grep -v '^ *+' conftest.er1 >conftest.err 29064 grep -v '^ *+' conftest.er1 >conftest.err
28053 rm -f conftest.er1 29065 rm -f conftest.er1
28054 cat conftest.err >&5 29066 cat conftest.err >&5
28055 echo "$as_me:$LINENO: \$? = $ac_status" >&5 29067 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
28056 (exit $ac_status); } && { 29068 (exit $ac_status); } && {
28057 test -z "$ac_c_werror_flag" || 29069 test -z "$ac_c_werror_flag" ||
28058 test ! -s conftest.err 29070 test ! -s conftest.err
28059 } && test -s conftest$ac_exeext && 29071 } && test -s conftest$ac_exeext && {
28060 $as_test_x conftest$ac_exeext; then 29072 test "$cross_compiling" = yes ||
29073 $as_test_x conftest$ac_exeext
29074 }; then
28061 ac_cv_lib_X11_XmbDrawString=yes 29075 ac_cv_lib_X11_XmbDrawString=yes
28062 else 29076 else
28063 echo "$as_me: failed program was:" >&5 29077 $as_echo "$as_me: failed program was:" >&5
28064 sed 's/^/| /' conftest.$ac_ext >&5 29078 sed 's/^/| /' conftest.$ac_ext >&5
28065 29079
28066 ac_cv_lib_X11_XmbDrawString=no 29080 ac_cv_lib_X11_XmbDrawString=no
28067 fi 29081 fi
28068 29082
29083 rm -rf conftest.dSYM
28069 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 29084 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28070 conftest$ac_exeext conftest.$ac_ext 29085 conftest$ac_exeext conftest.$ac_ext
28071 LIBS=$ac_check_lib_save_LIBS 29086 LIBS=$ac_check_lib_save_LIBS
28072 fi 29087 fi
28073 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XmbDrawString" >&5 29088 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XmbDrawString" >&5
28074 echo "${ECHO_T}$ac_cv_lib_X11_XmbDrawString" >&6; } 29089 $as_echo "$ac_cv_lib_X11_XmbDrawString" >&6; }
28075 if test $ac_cv_lib_X11_XmbDrawString = yes; then 29090 if test "x$ac_cv_lib_X11_XmbDrawString" = x""yes; then
28076 : 29091 :
28077 else 29092 else
28078 with_xfs=no 29093 with_xfs=no
28079 fi 29094 fi
28080 29095
28090 fi 29105 fi
28091 fi 29106 fi
28092 fi 29107 fi
28093 test "$with_wnn6" = "yes" && with_wnn=yes # wnn6 implies wnn support 29108 test "$with_wnn6" = "yes" && with_wnn=yes # wnn6 implies wnn support
28094 test -z "$with_wnn" && { if test "${ac_cv_header_wnn_jllib_h+set}" = set; then 29109 test -z "$with_wnn" && { if test "${ac_cv_header_wnn_jllib_h+set}" = set; then
28095 { echo "$as_me:$LINENO: checking for wnn/jllib.h" >&5 29110 { $as_echo "$as_me:$LINENO: checking for wnn/jllib.h" >&5
28096 echo $ECHO_N "checking for wnn/jllib.h... $ECHO_C" >&6; } 29111 $as_echo_n "checking for wnn/jllib.h... " >&6; }
28097 if test "${ac_cv_header_wnn_jllib_h+set}" = set; then 29112 if test "${ac_cv_header_wnn_jllib_h+set}" = set; then
28098 echo $ECHO_N "(cached) $ECHO_C" >&6 29113 $as_echo_n "(cached) " >&6
28099 fi 29114 fi
28100 { echo "$as_me:$LINENO: result: $ac_cv_header_wnn_jllib_h" >&5 29115 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_wnn_jllib_h" >&5
28101 echo "${ECHO_T}$ac_cv_header_wnn_jllib_h" >&6; } 29116 $as_echo "$ac_cv_header_wnn_jllib_h" >&6; }
28102 else 29117 else
28103 # Is the header compilable? 29118 # Is the header compilable?
28104 { echo "$as_me:$LINENO: checking wnn/jllib.h usability" >&5 29119 { $as_echo "$as_me:$LINENO: checking wnn/jllib.h usability" >&5
28105 echo $ECHO_N "checking wnn/jllib.h usability... $ECHO_C" >&6; } 29120 $as_echo_n "checking wnn/jllib.h usability... " >&6; }
28106 cat >conftest.$ac_ext <<_ACEOF 29121 cat >conftest.$ac_ext <<_ACEOF
28107 /* confdefs.h. */ 29122 /* confdefs.h. */
28108 _ACEOF 29123 _ACEOF
28109 cat confdefs.h >>conftest.$ac_ext 29124 cat confdefs.h >>conftest.$ac_ext
28110 cat >>conftest.$ac_ext <<_ACEOF 29125 cat >>conftest.$ac_ext <<_ACEOF
28116 if { (ac_try="$ac_compile" 29131 if { (ac_try="$ac_compile"
28117 case "(($ac_try" in 29132 case "(($ac_try" in
28118 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 29133 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28119 *) ac_try_echo=$ac_try;; 29134 *) ac_try_echo=$ac_try;;
28120 esac 29135 esac
28121 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 29136 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
29137 $as_echo "$ac_try_echo") >&5
28122 (eval "$ac_compile") 2>conftest.er1 29138 (eval "$ac_compile") 2>conftest.er1
28123 ac_status=$? 29139 ac_status=$?
28124 grep -v '^ *+' conftest.er1 >conftest.err 29140 grep -v '^ *+' conftest.er1 >conftest.err
28125 rm -f conftest.er1 29141 rm -f conftest.er1
28126 cat conftest.err >&5 29142 cat conftest.err >&5
28127 echo "$as_me:$LINENO: \$? = $ac_status" >&5 29143 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
28128 (exit $ac_status); } && { 29144 (exit $ac_status); } && {
28129 test -z "$ac_c_werror_flag" || 29145 test -z "$ac_c_werror_flag" ||
28130 test ! -s conftest.err 29146 test ! -s conftest.err
28131 } && test -s conftest.$ac_objext; then 29147 } && test -s conftest.$ac_objext; then
28132 ac_header_compiler=yes 29148 ac_header_compiler=yes
28133 else 29149 else
28134 echo "$as_me: failed program was:" >&5 29150 $as_echo "$as_me: failed program was:" >&5
28135 sed 's/^/| /' conftest.$ac_ext >&5 29151 sed 's/^/| /' conftest.$ac_ext >&5
28136 29152
28137 ac_header_compiler=no 29153 ac_header_compiler=no
28138 fi 29154 fi
28139 29155
28140 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 29156 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28141 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 29157 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
28142 echo "${ECHO_T}$ac_header_compiler" >&6; } 29158 $as_echo "$ac_header_compiler" >&6; }
28143 29159
28144 # Is the header present? 29160 # Is the header present?
28145 { echo "$as_me:$LINENO: checking wnn/jllib.h presence" >&5 29161 { $as_echo "$as_me:$LINENO: checking wnn/jllib.h presence" >&5
28146 echo $ECHO_N "checking wnn/jllib.h presence... $ECHO_C" >&6; } 29162 $as_echo_n "checking wnn/jllib.h presence... " >&6; }
28147 cat >conftest.$ac_ext <<_ACEOF 29163 cat >conftest.$ac_ext <<_ACEOF
28148 /* confdefs.h. */ 29164 /* confdefs.h. */
28149 _ACEOF 29165 _ACEOF
28150 cat confdefs.h >>conftest.$ac_ext 29166 cat confdefs.h >>conftest.$ac_ext
28151 cat >>conftest.$ac_ext <<_ACEOF 29167 cat >>conftest.$ac_ext <<_ACEOF
28155 if { (ac_try="$ac_cpp conftest.$ac_ext" 29171 if { (ac_try="$ac_cpp conftest.$ac_ext"
28156 case "(($ac_try" in 29172 case "(($ac_try" in
28157 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 29173 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28158 *) ac_try_echo=$ac_try;; 29174 *) ac_try_echo=$ac_try;;
28159 esac 29175 esac
28160 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 29176 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
29177 $as_echo "$ac_try_echo") >&5
28161 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 29178 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
28162 ac_status=$? 29179 ac_status=$?
28163 grep -v '^ *+' conftest.er1 >conftest.err 29180 grep -v '^ *+' conftest.er1 >conftest.err
28164 rm -f conftest.er1 29181 rm -f conftest.er1
28165 cat conftest.err >&5 29182 cat conftest.err >&5
28166 echo "$as_me:$LINENO: \$? = $ac_status" >&5 29183 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
28167 (exit $ac_status); } >/dev/null && { 29184 (exit $ac_status); } >/dev/null && {
28168 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 29185 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
28169 test ! -s conftest.err 29186 test ! -s conftest.err
28170 }; then 29187 }; then
28171 ac_header_preproc=yes 29188 ac_header_preproc=yes
28172 else 29189 else
28173 echo "$as_me: failed program was:" >&5 29190 $as_echo "$as_me: failed program was:" >&5
28174 sed 's/^/| /' conftest.$ac_ext >&5 29191 sed 's/^/| /' conftest.$ac_ext >&5
28175 29192
28176 ac_header_preproc=no 29193 ac_header_preproc=no
28177 fi 29194 fi
28178 29195
28179 rm -f conftest.err conftest.$ac_ext 29196 rm -f conftest.err conftest.$ac_ext
28180 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 29197 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
28181 echo "${ECHO_T}$ac_header_preproc" >&6; } 29198 $as_echo "$ac_header_preproc" >&6; }
28182 29199
28183 # So? What about this header? 29200 # So? What about this header?
28184 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 29201 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
28185 yes:no: ) 29202 yes:no: )
28186 { echo "$as_me:$LINENO: WARNING: wnn/jllib.h: accepted by the compiler, rejected by the preprocessor!" >&5 29203 { $as_echo "$as_me:$LINENO: WARNING: wnn/jllib.h: accepted by the compiler, rejected by the preprocessor!" >&5
28187 echo "$as_me: WARNING: wnn/jllib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 29204 $as_echo "$as_me: WARNING: wnn/jllib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
28188 { echo "$as_me:$LINENO: WARNING: wnn/jllib.h: proceeding with the compiler's result" >&5 29205 { $as_echo "$as_me:$LINENO: WARNING: wnn/jllib.h: proceeding with the compiler's result" >&5
28189 echo "$as_me: WARNING: wnn/jllib.h: proceeding with the compiler's result" >&2;} 29206 $as_echo "$as_me: WARNING: wnn/jllib.h: proceeding with the compiler's result" >&2;}
28190 ac_header_preproc=yes 29207 ac_header_preproc=yes
28191 ;; 29208 ;;
28192 no:yes:* ) 29209 no:yes:* )
28193 { echo "$as_me:$LINENO: WARNING: wnn/jllib.h: present but cannot be compiled" >&5 29210 { $as_echo "$as_me:$LINENO: WARNING: wnn/jllib.h: present but cannot be compiled" >&5
28194 echo "$as_me: WARNING: wnn/jllib.h: present but cannot be compiled" >&2;} 29211 $as_echo "$as_me: WARNING: wnn/jllib.h: present but cannot be compiled" >&2;}
28195 { echo "$as_me:$LINENO: WARNING: wnn/jllib.h: check for missing prerequisite headers?" >&5 29212 { $as_echo "$as_me:$LINENO: WARNING: wnn/jllib.h: check for missing prerequisite headers?" >&5
28196 echo "$as_me: WARNING: wnn/jllib.h: check for missing prerequisite headers?" >&2;} 29213 $as_echo "$as_me: WARNING: wnn/jllib.h: check for missing prerequisite headers?" >&2;}
28197 { echo "$as_me:$LINENO: WARNING: wnn/jllib.h: see the Autoconf documentation" >&5 29214 { $as_echo "$as_me:$LINENO: WARNING: wnn/jllib.h: see the Autoconf documentation" >&5
28198 echo "$as_me: WARNING: wnn/jllib.h: see the Autoconf documentation" >&2;} 29215 $as_echo "$as_me: WARNING: wnn/jllib.h: see the Autoconf documentation" >&2;}
28199 { echo "$as_me:$LINENO: WARNING: wnn/jllib.h: section \"Present But Cannot Be Compiled\"" >&5 29216 { $as_echo "$as_me:$LINENO: WARNING: wnn/jllib.h: section \"Present But Cannot Be Compiled\"" >&5
28200 echo "$as_me: WARNING: wnn/jllib.h: section \"Present But Cannot Be Compiled\"" >&2;} 29217 $as_echo "$as_me: WARNING: wnn/jllib.h: section \"Present But Cannot Be Compiled\"" >&2;}
28201 { echo "$as_me:$LINENO: WARNING: wnn/jllib.h: proceeding with the preprocessor's result" >&5 29218 { $as_echo "$as_me:$LINENO: WARNING: wnn/jllib.h: proceeding with the preprocessor's result" >&5
28202 echo "$as_me: WARNING: wnn/jllib.h: proceeding with the preprocessor's result" >&2;} 29219 $as_echo "$as_me: WARNING: wnn/jllib.h: proceeding with the preprocessor's result" >&2;}
28203 { echo "$as_me:$LINENO: WARNING: wnn/jllib.h: in the future, the compiler will take precedence" >&5 29220 { $as_echo "$as_me:$LINENO: WARNING: wnn/jllib.h: in the future, the compiler will take precedence" >&5
28204 echo "$as_me: WARNING: wnn/jllib.h: in the future, the compiler will take precedence" >&2;} 29221 $as_echo "$as_me: WARNING: wnn/jllib.h: in the future, the compiler will take precedence" >&2;}
28205 ( cat <<\_ASBOX 29222 ( cat <<\_ASBOX
28206 ## ------------------------------------- ## 29223 ## ------------------------------------- ##
28207 ## Report this to xemacs-beta@xemacs.org ## 29224 ## Report this to xemacs-beta@xemacs.org ##
28208 ## ------------------------------------- ## 29225 ## ------------------------------------- ##
28209 _ASBOX 29226 _ASBOX
28210 ) | sed "s/^/$as_me: WARNING: /" >&2 29227 ) | sed "s/^/$as_me: WARNING: /" >&2
28211 ;; 29228 ;;
28212 esac 29229 esac
28213 { echo "$as_me:$LINENO: checking for wnn/jllib.h" >&5 29230 { $as_echo "$as_me:$LINENO: checking for wnn/jllib.h" >&5
28214 echo $ECHO_N "checking for wnn/jllib.h... $ECHO_C" >&6; } 29231 $as_echo_n "checking for wnn/jllib.h... " >&6; }
28215 if test "${ac_cv_header_wnn_jllib_h+set}" = set; then 29232 if test "${ac_cv_header_wnn_jllib_h+set}" = set; then
28216 echo $ECHO_N "(cached) $ECHO_C" >&6 29233 $as_echo_n "(cached) " >&6
28217 else 29234 else
28218 ac_cv_header_wnn_jllib_h=$ac_header_preproc 29235 ac_cv_header_wnn_jllib_h=$ac_header_preproc
28219 fi 29236 fi
28220 { echo "$as_me:$LINENO: result: $ac_cv_header_wnn_jllib_h" >&5 29237 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_wnn_jllib_h" >&5
28221 echo "${ECHO_T}$ac_cv_header_wnn_jllib_h" >&6; } 29238 $as_echo "$ac_cv_header_wnn_jllib_h" >&6; }
28222 29239
28223 fi 29240 fi
28224 if test $ac_cv_header_wnn_jllib_h = yes; then 29241 if test "x$ac_cv_header_wnn_jllib_h" = x""yes; then
28225 : 29242 :
28226 else 29243 else
28227 with_wnn=no 29244 with_wnn=no
28228 fi 29245 fi
28229 29246
28230 } 29247 }
28231 test -z "$with_wnn" && { if test "${ac_cv_header_wnn_commonhd_h+set}" = set; then 29248 test -z "$with_wnn" && { if test "${ac_cv_header_wnn_commonhd_h+set}" = set; then
28232 { echo "$as_me:$LINENO: checking for wnn/commonhd.h" >&5 29249 { $as_echo "$as_me:$LINENO: checking for wnn/commonhd.h" >&5
28233 echo $ECHO_N "checking for wnn/commonhd.h... $ECHO_C" >&6; } 29250 $as_echo_n "checking for wnn/commonhd.h... " >&6; }
28234 if test "${ac_cv_header_wnn_commonhd_h+set}" = set; then 29251 if test "${ac_cv_header_wnn_commonhd_h+set}" = set; then
28235 echo $ECHO_N "(cached) $ECHO_C" >&6 29252 $as_echo_n "(cached) " >&6
28236 fi 29253 fi
28237 { echo "$as_me:$LINENO: result: $ac_cv_header_wnn_commonhd_h" >&5 29254 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_wnn_commonhd_h" >&5
28238 echo "${ECHO_T}$ac_cv_header_wnn_commonhd_h" >&6; } 29255 $as_echo "$ac_cv_header_wnn_commonhd_h" >&6; }
28239 else 29256 else
28240 # Is the header compilable? 29257 # Is the header compilable?
28241 { echo "$as_me:$LINENO: checking wnn/commonhd.h usability" >&5 29258 { $as_echo "$as_me:$LINENO: checking wnn/commonhd.h usability" >&5
28242 echo $ECHO_N "checking wnn/commonhd.h usability... $ECHO_C" >&6; } 29259 $as_echo_n "checking wnn/commonhd.h usability... " >&6; }
28243 cat >conftest.$ac_ext <<_ACEOF 29260 cat >conftest.$ac_ext <<_ACEOF
28244 /* confdefs.h. */ 29261 /* confdefs.h. */
28245 _ACEOF 29262 _ACEOF
28246 cat confdefs.h >>conftest.$ac_ext 29263 cat confdefs.h >>conftest.$ac_ext
28247 cat >>conftest.$ac_ext <<_ACEOF 29264 cat >>conftest.$ac_ext <<_ACEOF
28253 if { (ac_try="$ac_compile" 29270 if { (ac_try="$ac_compile"
28254 case "(($ac_try" in 29271 case "(($ac_try" in
28255 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 29272 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28256 *) ac_try_echo=$ac_try;; 29273 *) ac_try_echo=$ac_try;;
28257 esac 29274 esac
28258 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 29275 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
29276 $as_echo "$ac_try_echo") >&5
28259 (eval "$ac_compile") 2>conftest.er1 29277 (eval "$ac_compile") 2>conftest.er1
28260 ac_status=$? 29278 ac_status=$?
28261 grep -v '^ *+' conftest.er1 >conftest.err 29279 grep -v '^ *+' conftest.er1 >conftest.err
28262 rm -f conftest.er1 29280 rm -f conftest.er1
28263 cat conftest.err >&5 29281 cat conftest.err >&5
28264 echo "$as_me:$LINENO: \$? = $ac_status" >&5 29282 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
28265 (exit $ac_status); } && { 29283 (exit $ac_status); } && {
28266 test -z "$ac_c_werror_flag" || 29284 test -z "$ac_c_werror_flag" ||
28267 test ! -s conftest.err 29285 test ! -s conftest.err
28268 } && test -s conftest.$ac_objext; then 29286 } && test -s conftest.$ac_objext; then
28269 ac_header_compiler=yes 29287 ac_header_compiler=yes
28270 else 29288 else
28271 echo "$as_me: failed program was:" >&5 29289 $as_echo "$as_me: failed program was:" >&5
28272 sed 's/^/| /' conftest.$ac_ext >&5 29290 sed 's/^/| /' conftest.$ac_ext >&5
28273 29291
28274 ac_header_compiler=no 29292 ac_header_compiler=no
28275 fi 29293 fi
28276 29294
28277 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 29295 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28278 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 29296 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
28279 echo "${ECHO_T}$ac_header_compiler" >&6; } 29297 $as_echo "$ac_header_compiler" >&6; }
28280 29298
28281 # Is the header present? 29299 # Is the header present?
28282 { echo "$as_me:$LINENO: checking wnn/commonhd.h presence" >&5 29300 { $as_echo "$as_me:$LINENO: checking wnn/commonhd.h presence" >&5
28283 echo $ECHO_N "checking wnn/commonhd.h presence... $ECHO_C" >&6; } 29301 $as_echo_n "checking wnn/commonhd.h presence... " >&6; }
28284 cat >conftest.$ac_ext <<_ACEOF 29302 cat >conftest.$ac_ext <<_ACEOF
28285 /* confdefs.h. */ 29303 /* confdefs.h. */
28286 _ACEOF 29304 _ACEOF
28287 cat confdefs.h >>conftest.$ac_ext 29305 cat confdefs.h >>conftest.$ac_ext
28288 cat >>conftest.$ac_ext <<_ACEOF 29306 cat >>conftest.$ac_ext <<_ACEOF
28292 if { (ac_try="$ac_cpp conftest.$ac_ext" 29310 if { (ac_try="$ac_cpp conftest.$ac_ext"
28293 case "(($ac_try" in 29311 case "(($ac_try" in
28294 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 29312 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28295 *) ac_try_echo=$ac_try;; 29313 *) ac_try_echo=$ac_try;;
28296 esac 29314 esac
28297 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 29315 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
29316 $as_echo "$ac_try_echo") >&5
28298 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 29317 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
28299 ac_status=$? 29318 ac_status=$?
28300 grep -v '^ *+' conftest.er1 >conftest.err 29319 grep -v '^ *+' conftest.er1 >conftest.err
28301 rm -f conftest.er1 29320 rm -f conftest.er1
28302 cat conftest.err >&5 29321 cat conftest.err >&5
28303 echo "$as_me:$LINENO: \$? = $ac_status" >&5 29322 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
28304 (exit $ac_status); } >/dev/null && { 29323 (exit $ac_status); } >/dev/null && {
28305 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 29324 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
28306 test ! -s conftest.err 29325 test ! -s conftest.err
28307 }; then 29326 }; then
28308 ac_header_preproc=yes 29327 ac_header_preproc=yes
28309 else 29328 else
28310 echo "$as_me: failed program was:" >&5 29329 $as_echo "$as_me: failed program was:" >&5
28311 sed 's/^/| /' conftest.$ac_ext >&5 29330 sed 's/^/| /' conftest.$ac_ext >&5
28312 29331
28313 ac_header_preproc=no 29332 ac_header_preproc=no
28314 fi 29333 fi
28315 29334
28316 rm -f conftest.err conftest.$ac_ext 29335 rm -f conftest.err conftest.$ac_ext
28317 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 29336 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
28318 echo "${ECHO_T}$ac_header_preproc" >&6; } 29337 $as_echo "$ac_header_preproc" >&6; }
28319 29338
28320 # So? What about this header? 29339 # So? What about this header?
28321 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 29340 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
28322 yes:no: ) 29341 yes:no: )
28323 { echo "$as_me:$LINENO: WARNING: wnn/commonhd.h: accepted by the compiler, rejected by the preprocessor!" >&5 29342 { $as_echo "$as_me:$LINENO: WARNING: wnn/commonhd.h: accepted by the compiler, rejected by the preprocessor!" >&5
28324 echo "$as_me: WARNING: wnn/commonhd.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 29343 $as_echo "$as_me: WARNING: wnn/commonhd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
28325 { echo "$as_me:$LINENO: WARNING: wnn/commonhd.h: proceeding with the compiler's result" >&5 29344 { $as_echo "$as_me:$LINENO: WARNING: wnn/commonhd.h: proceeding with the compiler's result" >&5
28326 echo "$as_me: WARNING: wnn/commonhd.h: proceeding with the compiler's result" >&2;} 29345 $as_echo "$as_me: WARNING: wnn/commonhd.h: proceeding with the compiler's result" >&2;}
28327 ac_header_preproc=yes 29346 ac_header_preproc=yes
28328 ;; 29347 ;;
28329 no:yes:* ) 29348 no:yes:* )
28330 { echo "$as_me:$LINENO: WARNING: wnn/commonhd.h: present but cannot be compiled" >&5 29349 { $as_echo "$as_me:$LINENO: WARNING: wnn/commonhd.h: present but cannot be compiled" >&5
28331 echo "$as_me: WARNING: wnn/commonhd.h: present but cannot be compiled" >&2;} 29350 $as_echo "$as_me: WARNING: wnn/commonhd.h: present but cannot be compiled" >&2;}
28332 { echo "$as_me:$LINENO: WARNING: wnn/commonhd.h: check for missing prerequisite headers?" >&5 29351 { $as_echo "$as_me:$LINENO: WARNING: wnn/commonhd.h: check for missing prerequisite headers?" >&5
28333 echo "$as_me: WARNING: wnn/commonhd.h: check for missing prerequisite headers?" >&2;} 29352 $as_echo "$as_me: WARNING: wnn/commonhd.h: check for missing prerequisite headers?" >&2;}
28334 { echo "$as_me:$LINENO: WARNING: wnn/commonhd.h: see the Autoconf documentation" >&5 29353 { $as_echo "$as_me:$LINENO: WARNING: wnn/commonhd.h: see the Autoconf documentation" >&5
28335 echo "$as_me: WARNING: wnn/commonhd.h: see the Autoconf documentation" >&2;} 29354 $as_echo "$as_me: WARNING: wnn/commonhd.h: see the Autoconf documentation" >&2;}
28336 { echo "$as_me:$LINENO: WARNING: wnn/commonhd.h: section \"Present But Cannot Be Compiled\"" >&5 29355 { $as_echo "$as_me:$LINENO: WARNING: wnn/commonhd.h: section \"Present But Cannot Be Compiled\"" >&5
28337 echo "$as_me: WARNING: wnn/commonhd.h: section \"Present But Cannot Be Compiled\"" >&2;} 29356 $as_echo "$as_me: WARNING: wnn/commonhd.h: section \"Present But Cannot Be Compiled\"" >&2;}
28338 { echo "$as_me:$LINENO: WARNING: wnn/commonhd.h: proceeding with the preprocessor's result" >&5 29357 { $as_echo "$as_me:$LINENO: WARNING: wnn/commonhd.h: proceeding with the preprocessor's result" >&5
28339 echo "$as_me: WARNING: wnn/commonhd.h: proceeding with the preprocessor's result" >&2;} 29358 $as_echo "$as_me: WARNING: wnn/commonhd.h: proceeding with the preprocessor's result" >&2;}
28340 { echo "$as_me:$LINENO: WARNING: wnn/commonhd.h: in the future, the compiler will take precedence" >&5 29359 { $as_echo "$as_me:$LINENO: WARNING: wnn/commonhd.h: in the future, the compiler will take precedence" >&5
28341 echo "$as_me: WARNING: wnn/commonhd.h: in the future, the compiler will take precedence" >&2;} 29360 $as_echo "$as_me: WARNING: wnn/commonhd.h: in the future, the compiler will take precedence" >&2;}
28342 ( cat <<\_ASBOX 29361 ( cat <<\_ASBOX
28343 ## ------------------------------------- ## 29362 ## ------------------------------------- ##
28344 ## Report this to xemacs-beta@xemacs.org ## 29363 ## Report this to xemacs-beta@xemacs.org ##
28345 ## ------------------------------------- ## 29364 ## ------------------------------------- ##
28346 _ASBOX 29365 _ASBOX
28347 ) | sed "s/^/$as_me: WARNING: /" >&2 29366 ) | sed "s/^/$as_me: WARNING: /" >&2
28348 ;; 29367 ;;
28349 esac 29368 esac
28350 { echo "$as_me:$LINENO: checking for wnn/commonhd.h" >&5 29369 { $as_echo "$as_me:$LINENO: checking for wnn/commonhd.h" >&5
28351 echo $ECHO_N "checking for wnn/commonhd.h... $ECHO_C" >&6; } 29370 $as_echo_n "checking for wnn/commonhd.h... " >&6; }
28352 if test "${ac_cv_header_wnn_commonhd_h+set}" = set; then 29371 if test "${ac_cv_header_wnn_commonhd_h+set}" = set; then
28353 echo $ECHO_N "(cached) $ECHO_C" >&6 29372 $as_echo_n "(cached) " >&6
28354 else 29373 else
28355 ac_cv_header_wnn_commonhd_h=$ac_header_preproc 29374 ac_cv_header_wnn_commonhd_h=$ac_header_preproc
28356 fi 29375 fi
28357 { echo "$as_me:$LINENO: result: $ac_cv_header_wnn_commonhd_h" >&5 29376 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_wnn_commonhd_h" >&5
28358 echo "${ECHO_T}$ac_cv_header_wnn_commonhd_h" >&6; } 29377 $as_echo "$ac_cv_header_wnn_commonhd_h" >&6; }
28359 29378
28360 fi 29379 fi
28361 if test $ac_cv_header_wnn_commonhd_h = yes; then 29380 if test "x$ac_cv_header_wnn_commonhd_h" = x""yes; then
28362 : 29381 :
28363 else 29382 else
28364 with_wnn=no 29383 with_wnn=no
28365 fi 29384 fi
28366 29385
28367 } 29386 }
28368 if test "$with_wnn" != "no"; then 29387 if test "$with_wnn" != "no"; then
28369 29388
28370 for ac_func in crypt 29389 for ac_func in crypt
28371 do 29390 do
28372 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 29391 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
28373 { echo "$as_me:$LINENO: checking for $ac_func" >&5 29392 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
28374 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 29393 $as_echo_n "checking for $ac_func... " >&6; }
28375 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 29394 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
28376 echo $ECHO_N "(cached) $ECHO_C" >&6 29395 $as_echo_n "(cached) " >&6
28377 else 29396 else
28378 cat >conftest.$ac_ext <<_ACEOF 29397 cat >conftest.$ac_ext <<_ACEOF
28379 /* confdefs.h. */ 29398 /* confdefs.h. */
28380 _ACEOF 29399 _ACEOF
28381 cat confdefs.h >>conftest.$ac_ext 29400 cat confdefs.h >>conftest.$ac_ext
28424 if { (ac_try="$ac_link" 29443 if { (ac_try="$ac_link"
28425 case "(($ac_try" in 29444 case "(($ac_try" in
28426 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 29445 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28427 *) ac_try_echo=$ac_try;; 29446 *) ac_try_echo=$ac_try;;
28428 esac 29447 esac
28429 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 29448 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
29449 $as_echo "$ac_try_echo") >&5
28430 (eval "$ac_link") 2>conftest.er1 29450 (eval "$ac_link") 2>conftest.er1
28431 ac_status=$? 29451 ac_status=$?
28432 grep -v '^ *+' conftest.er1 >conftest.err 29452 grep -v '^ *+' conftest.er1 >conftest.err
28433 rm -f conftest.er1 29453 rm -f conftest.er1
28434 cat conftest.err >&5 29454 cat conftest.err >&5
28435 echo "$as_me:$LINENO: \$? = $ac_status" >&5 29455 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
28436 (exit $ac_status); } && { 29456 (exit $ac_status); } && {
28437 test -z "$ac_c_werror_flag" || 29457 test -z "$ac_c_werror_flag" ||
28438 test ! -s conftest.err 29458 test ! -s conftest.err
28439 } && test -s conftest$ac_exeext && 29459 } && test -s conftest$ac_exeext && {
28440 $as_test_x conftest$ac_exeext; then 29460 test "$cross_compiling" = yes ||
29461 $as_test_x conftest$ac_exeext
29462 }; then
28441 eval "$as_ac_var=yes" 29463 eval "$as_ac_var=yes"
28442 else 29464 else
28443 echo "$as_me: failed program was:" >&5 29465 $as_echo "$as_me: failed program was:" >&5
28444 sed 's/^/| /' conftest.$ac_ext >&5 29466 sed 's/^/| /' conftest.$ac_ext >&5
28445 29467
28446 eval "$as_ac_var=no" 29468 eval "$as_ac_var=no"
28447 fi 29469 fi
28448 29470
29471 rm -rf conftest.dSYM
28449 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 29472 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28450 conftest$ac_exeext conftest.$ac_ext 29473 conftest$ac_exeext conftest.$ac_ext
28451 fi 29474 fi
28452 ac_res=`eval echo '${'$as_ac_var'}'` 29475 ac_res=`eval 'as_val=${'$as_ac_var'}
28453 { echo "$as_me:$LINENO: result: $ac_res" >&5 29476 $as_echo "$as_val"'`
28454 echo "${ECHO_T}$ac_res" >&6; } 29477 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
28455 if test `eval echo '${'$as_ac_var'}'` = yes; then 29478 $as_echo "$ac_res" >&6; }
29479 as_val=`eval 'as_val=${'$as_ac_var'}
29480 $as_echo "$as_val"'`
29481 if test "x$as_val" = x""yes; then
28456 cat >>confdefs.h <<_ACEOF 29482 cat >>confdefs.h <<_ACEOF
28457 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 29483 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
28458 _ACEOF 29484 _ACEOF
28459 29485
28460 fi 29486 fi
28461 done 29487 done
28462 29488
28463 test "$ac_cv_func_crypt" != "yes" && { 29489 test "$ac_cv_func_crypt" != "yes" && {
28464 { echo "$as_me:$LINENO: checking for crypt in -lcrypt" >&5 29490 { $as_echo "$as_me:$LINENO: checking for crypt in -lcrypt" >&5
28465 echo $ECHO_N "checking for crypt in -lcrypt... $ECHO_C" >&6; } 29491 $as_echo_n "checking for crypt in -lcrypt... " >&6; }
28466 if test "${ac_cv_lib_crypt_crypt+set}" = set; then 29492 if test "${ac_cv_lib_crypt_crypt+set}" = set; then
28467 echo $ECHO_N "(cached) $ECHO_C" >&6 29493 $as_echo_n "(cached) " >&6
28468 else 29494 else
28469 ac_check_lib_save_LIBS=$LIBS 29495 ac_check_lib_save_LIBS=$LIBS
28470 LIBS="-lcrypt $LIBS" 29496 LIBS="-lcrypt $LIBS"
28471 cat >conftest.$ac_ext <<_ACEOF 29497 cat >conftest.$ac_ext <<_ACEOF
28472 /* confdefs.h. */ 29498 /* confdefs.h. */
28494 if { (ac_try="$ac_link" 29520 if { (ac_try="$ac_link"
28495 case "(($ac_try" in 29521 case "(($ac_try" in
28496 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 29522 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28497 *) ac_try_echo=$ac_try;; 29523 *) ac_try_echo=$ac_try;;
28498 esac 29524 esac
28499 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 29525 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
29526 $as_echo "$ac_try_echo") >&5
28500 (eval "$ac_link") 2>conftest.er1 29527 (eval "$ac_link") 2>conftest.er1
28501 ac_status=$? 29528 ac_status=$?
28502 grep -v '^ *+' conftest.er1 >conftest.err 29529 grep -v '^ *+' conftest.er1 >conftest.err
28503 rm -f conftest.er1 29530 rm -f conftest.er1
28504 cat conftest.err >&5 29531 cat conftest.err >&5
28505 echo "$as_me:$LINENO: \$? = $ac_status" >&5 29532 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
28506 (exit $ac_status); } && { 29533 (exit $ac_status); } && {
28507 test -z "$ac_c_werror_flag" || 29534 test -z "$ac_c_werror_flag" ||
28508 test ! -s conftest.err 29535 test ! -s conftest.err
28509 } && test -s conftest$ac_exeext && 29536 } && test -s conftest$ac_exeext && {
28510 $as_test_x conftest$ac_exeext; then 29537 test "$cross_compiling" = yes ||
29538 $as_test_x conftest$ac_exeext
29539 }; then
28511 ac_cv_lib_crypt_crypt=yes 29540 ac_cv_lib_crypt_crypt=yes
28512 else 29541 else
28513 echo "$as_me: failed program was:" >&5 29542 $as_echo "$as_me: failed program was:" >&5
28514 sed 's/^/| /' conftest.$ac_ext >&5 29543 sed 's/^/| /' conftest.$ac_ext >&5
28515 29544
28516 ac_cv_lib_crypt_crypt=no 29545 ac_cv_lib_crypt_crypt=no
28517 fi 29546 fi
28518 29547
29548 rm -rf conftest.dSYM
28519 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 29549 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28520 conftest$ac_exeext conftest.$ac_ext 29550 conftest$ac_exeext conftest.$ac_ext
28521 LIBS=$ac_check_lib_save_LIBS 29551 LIBS=$ac_check_lib_save_LIBS
28522 fi 29552 fi
28523 { echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_crypt" >&5 29553 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_crypt" >&5
28524 echo "${ECHO_T}$ac_cv_lib_crypt_crypt" >&6; } 29554 $as_echo "$ac_cv_lib_crypt_crypt" >&6; }
28525 if test $ac_cv_lib_crypt_crypt = yes; then 29555 if test "x$ac_cv_lib_crypt_crypt" = x""yes; then
28526 cat >>confdefs.h <<_ACEOF 29556 cat >>confdefs.h <<_ACEOF
28527 #define HAVE_LIBCRYPT 1 29557 #define HAVE_LIBCRYPT 1
28528 _ACEOF 29558 _ACEOF
28529 29559
28530 LIBS="-lcrypt $LIBS" 29560 LIBS="-lcrypt $LIBS"
28531 29561
28532 fi 29562 fi
28533 } 29563 }
28534 fi 29564 fi
28535 if test -z "$with_wnn" -o "$with_wnn" = "yes"; then 29565 if test -z "$with_wnn" -o "$with_wnn" = "yes"; then
28536 { echo "$as_me:$LINENO: checking for jl_dic_list_e in -lwnn" >&5 29566 { $as_echo "$as_me:$LINENO: checking for jl_dic_list_e in -lwnn" >&5
28537 echo $ECHO_N "checking for jl_dic_list_e in -lwnn... $ECHO_C" >&6; } 29567 $as_echo_n "checking for jl_dic_list_e in -lwnn... " >&6; }
28538 if test "${ac_cv_lib_wnn_jl_dic_list_e+set}" = set; then 29568 if test "${ac_cv_lib_wnn_jl_dic_list_e+set}" = set; then
28539 echo $ECHO_N "(cached) $ECHO_C" >&6 29569 $as_echo_n "(cached) " >&6
28540 else 29570 else
28541 ac_check_lib_save_LIBS=$LIBS 29571 ac_check_lib_save_LIBS=$LIBS
28542 LIBS="-lwnn $LIBS" 29572 LIBS="-lwnn $LIBS"
28543 cat >conftest.$ac_ext <<_ACEOF 29573 cat >conftest.$ac_ext <<_ACEOF
28544 /* confdefs.h. */ 29574 /* confdefs.h. */
28566 if { (ac_try="$ac_link" 29596 if { (ac_try="$ac_link"
28567 case "(($ac_try" in 29597 case "(($ac_try" in
28568 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 29598 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28569 *) ac_try_echo=$ac_try;; 29599 *) ac_try_echo=$ac_try;;
28570 esac 29600 esac
28571 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 29601 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
29602 $as_echo "$ac_try_echo") >&5
28572 (eval "$ac_link") 2>conftest.er1 29603 (eval "$ac_link") 2>conftest.er1
28573 ac_status=$? 29604 ac_status=$?
28574 grep -v '^ *+' conftest.er1 >conftest.err 29605 grep -v '^ *+' conftest.er1 >conftest.err
28575 rm -f conftest.er1 29606 rm -f conftest.er1
28576 cat conftest.err >&5 29607 cat conftest.err >&5
28577 echo "$as_me:$LINENO: \$? = $ac_status" >&5 29608 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
28578 (exit $ac_status); } && { 29609 (exit $ac_status); } && {
28579 test -z "$ac_c_werror_flag" || 29610 test -z "$ac_c_werror_flag" ||
28580 test ! -s conftest.err 29611 test ! -s conftest.err
28581 } && test -s conftest$ac_exeext && 29612 } && test -s conftest$ac_exeext && {
28582 $as_test_x conftest$ac_exeext; then 29613 test "$cross_compiling" = yes ||
29614 $as_test_x conftest$ac_exeext
29615 }; then
28583 ac_cv_lib_wnn_jl_dic_list_e=yes 29616 ac_cv_lib_wnn_jl_dic_list_e=yes
28584 else 29617 else
28585 echo "$as_me: failed program was:" >&5 29618 $as_echo "$as_me: failed program was:" >&5
28586 sed 's/^/| /' conftest.$ac_ext >&5 29619 sed 's/^/| /' conftest.$ac_ext >&5
28587 29620
28588 ac_cv_lib_wnn_jl_dic_list_e=no 29621 ac_cv_lib_wnn_jl_dic_list_e=no
28589 fi 29622 fi
28590 29623
29624 rm -rf conftest.dSYM
28591 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 29625 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28592 conftest$ac_exeext conftest.$ac_ext 29626 conftest$ac_exeext conftest.$ac_ext
28593 LIBS=$ac_check_lib_save_LIBS 29627 LIBS=$ac_check_lib_save_LIBS
28594 fi 29628 fi
28595 { echo "$as_me:$LINENO: result: $ac_cv_lib_wnn_jl_dic_list_e" >&5 29629 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_wnn_jl_dic_list_e" >&5
28596 echo "${ECHO_T}$ac_cv_lib_wnn_jl_dic_list_e" >&6; } 29630 $as_echo "$ac_cv_lib_wnn_jl_dic_list_e" >&6; }
28597 if test $ac_cv_lib_wnn_jl_dic_list_e = yes; then 29631 if test "x$ac_cv_lib_wnn_jl_dic_list_e" = x""yes; then
28598 libwnn=wnn 29632 libwnn=wnn
28599 else 29633 else
28600 { echo "$as_me:$LINENO: checking for jl_dic_list_e in -lwnn4" >&5 29634 { $as_echo "$as_me:$LINENO: checking for jl_dic_list_e in -lwnn4" >&5
28601 echo $ECHO_N "checking for jl_dic_list_e in -lwnn4... $ECHO_C" >&6; } 29635 $as_echo_n "checking for jl_dic_list_e in -lwnn4... " >&6; }
28602 if test "${ac_cv_lib_wnn4_jl_dic_list_e+set}" = set; then 29636 if test "${ac_cv_lib_wnn4_jl_dic_list_e+set}" = set; then
28603 echo $ECHO_N "(cached) $ECHO_C" >&6 29637 $as_echo_n "(cached) " >&6
28604 else 29638 else
28605 ac_check_lib_save_LIBS=$LIBS 29639 ac_check_lib_save_LIBS=$LIBS
28606 LIBS="-lwnn4 $LIBS" 29640 LIBS="-lwnn4 $LIBS"
28607 cat >conftest.$ac_ext <<_ACEOF 29641 cat >conftest.$ac_ext <<_ACEOF
28608 /* confdefs.h. */ 29642 /* confdefs.h. */
28630 if { (ac_try="$ac_link" 29664 if { (ac_try="$ac_link"
28631 case "(($ac_try" in 29665 case "(($ac_try" in
28632 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 29666 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28633 *) ac_try_echo=$ac_try;; 29667 *) ac_try_echo=$ac_try;;
28634 esac 29668 esac
28635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 29669 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
29670 $as_echo "$ac_try_echo") >&5
28636 (eval "$ac_link") 2>conftest.er1 29671 (eval "$ac_link") 2>conftest.er1
28637 ac_status=$? 29672 ac_status=$?
28638 grep -v '^ *+' conftest.er1 >conftest.err 29673 grep -v '^ *+' conftest.er1 >conftest.err
28639 rm -f conftest.er1 29674 rm -f conftest.er1
28640 cat conftest.err >&5 29675 cat conftest.err >&5
28641 echo "$as_me:$LINENO: \$? = $ac_status" >&5 29676 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
28642 (exit $ac_status); } && { 29677 (exit $ac_status); } && {
28643 test -z "$ac_c_werror_flag" || 29678 test -z "$ac_c_werror_flag" ||
28644 test ! -s conftest.err 29679 test ! -s conftest.err
28645 } && test -s conftest$ac_exeext && 29680 } && test -s conftest$ac_exeext && {
28646 $as_test_x conftest$ac_exeext; then 29681 test "$cross_compiling" = yes ||
29682 $as_test_x conftest$ac_exeext
29683 }; then
28647 ac_cv_lib_wnn4_jl_dic_list_e=yes 29684 ac_cv_lib_wnn4_jl_dic_list_e=yes
28648 else 29685 else
28649 echo "$as_me: failed program was:" >&5 29686 $as_echo "$as_me: failed program was:" >&5
28650 sed 's/^/| /' conftest.$ac_ext >&5 29687 sed 's/^/| /' conftest.$ac_ext >&5
28651 29688
28652 ac_cv_lib_wnn4_jl_dic_list_e=no 29689 ac_cv_lib_wnn4_jl_dic_list_e=no
28653 fi 29690 fi
28654 29691
29692 rm -rf conftest.dSYM
28655 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 29693 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28656 conftest$ac_exeext conftest.$ac_ext 29694 conftest$ac_exeext conftest.$ac_ext
28657 LIBS=$ac_check_lib_save_LIBS 29695 LIBS=$ac_check_lib_save_LIBS
28658 fi 29696 fi
28659 { echo "$as_me:$LINENO: result: $ac_cv_lib_wnn4_jl_dic_list_e" >&5 29697 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_wnn4_jl_dic_list_e" >&5
28660 echo "${ECHO_T}$ac_cv_lib_wnn4_jl_dic_list_e" >&6; } 29698 $as_echo "$ac_cv_lib_wnn4_jl_dic_list_e" >&6; }
28661 if test $ac_cv_lib_wnn4_jl_dic_list_e = yes; then 29699 if test "x$ac_cv_lib_wnn4_jl_dic_list_e" = x""yes; then
28662 libwnn=wnn4 29700 libwnn=wnn4
28663 else 29701 else
28664 { echo "$as_me:$LINENO: checking for jl_dic_list_e in -lwnn6" >&5 29702 { $as_echo "$as_me:$LINENO: checking for jl_dic_list_e in -lwnn6" >&5
28665 echo $ECHO_N "checking for jl_dic_list_e in -lwnn6... $ECHO_C" >&6; } 29703 $as_echo_n "checking for jl_dic_list_e in -lwnn6... " >&6; }
28666 if test "${ac_cv_lib_wnn6_jl_dic_list_e+set}" = set; then 29704 if test "${ac_cv_lib_wnn6_jl_dic_list_e+set}" = set; then
28667 echo $ECHO_N "(cached) $ECHO_C" >&6 29705 $as_echo_n "(cached) " >&6
28668 else 29706 else
28669 ac_check_lib_save_LIBS=$LIBS 29707 ac_check_lib_save_LIBS=$LIBS
28670 LIBS="-lwnn6 $LIBS" 29708 LIBS="-lwnn6 $LIBS"
28671 cat >conftest.$ac_ext <<_ACEOF 29709 cat >conftest.$ac_ext <<_ACEOF
28672 /* confdefs.h. */ 29710 /* confdefs.h. */
28694 if { (ac_try="$ac_link" 29732 if { (ac_try="$ac_link"
28695 case "(($ac_try" in 29733 case "(($ac_try" in
28696 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 29734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28697 *) ac_try_echo=$ac_try;; 29735 *) ac_try_echo=$ac_try;;
28698 esac 29736 esac
28699 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 29737 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
29738 $as_echo "$ac_try_echo") >&5
28700 (eval "$ac_link") 2>conftest.er1 29739 (eval "$ac_link") 2>conftest.er1
28701 ac_status=$? 29740 ac_status=$?
28702 grep -v '^ *+' conftest.er1 >conftest.err 29741 grep -v '^ *+' conftest.er1 >conftest.err
28703 rm -f conftest.er1 29742 rm -f conftest.er1
28704 cat conftest.err >&5 29743 cat conftest.err >&5
28705 echo "$as_me:$LINENO: \$? = $ac_status" >&5 29744 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
28706 (exit $ac_status); } && { 29745 (exit $ac_status); } && {
28707 test -z "$ac_c_werror_flag" || 29746 test -z "$ac_c_werror_flag" ||
28708 test ! -s conftest.err 29747 test ! -s conftest.err
28709 } && test -s conftest$ac_exeext && 29748 } && test -s conftest$ac_exeext && {
28710 $as_test_x conftest$ac_exeext; then 29749 test "$cross_compiling" = yes ||
29750 $as_test_x conftest$ac_exeext
29751 }; then
28711 ac_cv_lib_wnn6_jl_dic_list_e=yes 29752 ac_cv_lib_wnn6_jl_dic_list_e=yes
28712 else 29753 else
28713 echo "$as_me: failed program was:" >&5 29754 $as_echo "$as_me: failed program was:" >&5
28714 sed 's/^/| /' conftest.$ac_ext >&5 29755 sed 's/^/| /' conftest.$ac_ext >&5
28715 29756
28716 ac_cv_lib_wnn6_jl_dic_list_e=no 29757 ac_cv_lib_wnn6_jl_dic_list_e=no
28717 fi 29758 fi
28718 29759
29760 rm -rf conftest.dSYM
28719 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 29761 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28720 conftest$ac_exeext conftest.$ac_ext 29762 conftest$ac_exeext conftest.$ac_ext
28721 LIBS=$ac_check_lib_save_LIBS 29763 LIBS=$ac_check_lib_save_LIBS
28722 fi 29764 fi
28723 { echo "$as_me:$LINENO: result: $ac_cv_lib_wnn6_jl_dic_list_e" >&5 29765 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_wnn6_jl_dic_list_e" >&5
28724 echo "${ECHO_T}$ac_cv_lib_wnn6_jl_dic_list_e" >&6; } 29766 $as_echo "$ac_cv_lib_wnn6_jl_dic_list_e" >&6; }
28725 if test $ac_cv_lib_wnn6_jl_dic_list_e = yes; then 29767 if test "x$ac_cv_lib_wnn6_jl_dic_list_e" = x""yes; then
28726 libwnn=wnn6 29768 libwnn=wnn6
28727 else 29769 else
28728 { echo "$as_me:$LINENO: checking for dic_list_e in -lwnn6_fromsrc" >&5 29770 { $as_echo "$as_me:$LINENO: checking for dic_list_e in -lwnn6_fromsrc" >&5
28729 echo $ECHO_N "checking for dic_list_e in -lwnn6_fromsrc... $ECHO_C" >&6; } 29771 $as_echo_n "checking for dic_list_e in -lwnn6_fromsrc... " >&6; }
28730 if test "${ac_cv_lib_wnn6_fromsrc_dic_list_e+set}" = set; then 29772 if test "${ac_cv_lib_wnn6_fromsrc_dic_list_e+set}" = set; then
28731 echo $ECHO_N "(cached) $ECHO_C" >&6 29773 $as_echo_n "(cached) " >&6
28732 else 29774 else
28733 ac_check_lib_save_LIBS=$LIBS 29775 ac_check_lib_save_LIBS=$LIBS
28734 LIBS="-lwnn6_fromsrc $LIBS" 29776 LIBS="-lwnn6_fromsrc $LIBS"
28735 cat >conftest.$ac_ext <<_ACEOF 29777 cat >conftest.$ac_ext <<_ACEOF
28736 /* confdefs.h. */ 29778 /* confdefs.h. */
28758 if { (ac_try="$ac_link" 29800 if { (ac_try="$ac_link"
28759 case "(($ac_try" in 29801 case "(($ac_try" in
28760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 29802 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28761 *) ac_try_echo=$ac_try;; 29803 *) ac_try_echo=$ac_try;;
28762 esac 29804 esac
28763 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 29805 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
29806 $as_echo "$ac_try_echo") >&5
28764 (eval "$ac_link") 2>conftest.er1 29807 (eval "$ac_link") 2>conftest.er1
28765 ac_status=$? 29808 ac_status=$?
28766 grep -v '^ *+' conftest.er1 >conftest.err 29809 grep -v '^ *+' conftest.er1 >conftest.err
28767 rm -f conftest.er1 29810 rm -f conftest.er1
28768 cat conftest.err >&5 29811 cat conftest.err >&5
28769 echo "$as_me:$LINENO: \$? = $ac_status" >&5 29812 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
28770 (exit $ac_status); } && { 29813 (exit $ac_status); } && {
28771 test -z "$ac_c_werror_flag" || 29814 test -z "$ac_c_werror_flag" ||
28772 test ! -s conftest.err 29815 test ! -s conftest.err
28773 } && test -s conftest$ac_exeext && 29816 } && test -s conftest$ac_exeext && {
28774 $as_test_x conftest$ac_exeext; then 29817 test "$cross_compiling" = yes ||
29818 $as_test_x conftest$ac_exeext
29819 }; then
28775 ac_cv_lib_wnn6_fromsrc_dic_list_e=yes 29820 ac_cv_lib_wnn6_fromsrc_dic_list_e=yes
28776 else 29821 else
28777 echo "$as_me: failed program was:" >&5 29822 $as_echo "$as_me: failed program was:" >&5
28778 sed 's/^/| /' conftest.$ac_ext >&5 29823 sed 's/^/| /' conftest.$ac_ext >&5
28779 29824
28780 ac_cv_lib_wnn6_fromsrc_dic_list_e=no 29825 ac_cv_lib_wnn6_fromsrc_dic_list_e=no
28781 fi 29826 fi
28782 29827
29828 rm -rf conftest.dSYM
28783 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 29829 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28784 conftest$ac_exeext conftest.$ac_ext 29830 conftest$ac_exeext conftest.$ac_ext
28785 LIBS=$ac_check_lib_save_LIBS 29831 LIBS=$ac_check_lib_save_LIBS
28786 fi 29832 fi
28787 { echo "$as_me:$LINENO: result: $ac_cv_lib_wnn6_fromsrc_dic_list_e" >&5 29833 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_wnn6_fromsrc_dic_list_e" >&5
28788 echo "${ECHO_T}$ac_cv_lib_wnn6_fromsrc_dic_list_e" >&6; } 29834 $as_echo "$ac_cv_lib_wnn6_fromsrc_dic_list_e" >&6; }
28789 if test $ac_cv_lib_wnn6_fromsrc_dic_list_e = yes; then 29835 if test "x$ac_cv_lib_wnn6_fromsrc_dic_list_e" = x""yes; then
28790 libwnn=wnn6_fromsrc 29836 libwnn=wnn6_fromsrc
28791 else 29837 else
28792 with_wnn=no 29838 with_wnn=no
28793 fi 29839 fi
28794 29840
28805 #define HAVE_WNN 1 29851 #define HAVE_WNN 1
28806 _ACEOF 29852 _ACEOF
28807 29853
28808 libs_x="-l$libwnn $libs_x" && if test "$verbose" = "yes"; then echo " Prepending \"-l$libwnn\" to \$libs_x"; fi 29854 libs_x="-l$libwnn $libs_x" && if test "$verbose" = "yes"; then echo " Prepending \"-l$libwnn\" to \$libs_x"; fi
28809 if test "$with_wnn6" != "no"; then 29855 if test "$with_wnn6" != "no"; then
28810 as_ac_Lib=`echo "ac_cv_lib_$libwnn''_jl_fi_dic_list" | $as_tr_sh` 29856 as_ac_Lib=`$as_echo "ac_cv_lib_$libwnn''_jl_fi_dic_list" | $as_tr_sh`
28811 { echo "$as_me:$LINENO: checking for jl_fi_dic_list in -l$libwnn" >&5 29857 { $as_echo "$as_me:$LINENO: checking for jl_fi_dic_list in -l$libwnn" >&5
28812 echo $ECHO_N "checking for jl_fi_dic_list in -l$libwnn... $ECHO_C" >&6; } 29858 $as_echo_n "checking for jl_fi_dic_list in -l$libwnn... " >&6; }
28813 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then 29859 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then
28814 echo $ECHO_N "(cached) $ECHO_C" >&6 29860 $as_echo_n "(cached) " >&6
28815 else 29861 else
28816 ac_check_lib_save_LIBS=$LIBS 29862 ac_check_lib_save_LIBS=$LIBS
28817 LIBS="-l$libwnn $LIBS" 29863 LIBS="-l$libwnn $LIBS"
28818 cat >conftest.$ac_ext <<_ACEOF 29864 cat >conftest.$ac_ext <<_ACEOF
28819 /* confdefs.h. */ 29865 /* confdefs.h. */
28841 if { (ac_try="$ac_link" 29887 if { (ac_try="$ac_link"
28842 case "(($ac_try" in 29888 case "(($ac_try" in
28843 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 29889 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28844 *) ac_try_echo=$ac_try;; 29890 *) ac_try_echo=$ac_try;;
28845 esac 29891 esac
28846 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 29892 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
29893 $as_echo "$ac_try_echo") >&5
28847 (eval "$ac_link") 2>conftest.er1 29894 (eval "$ac_link") 2>conftest.er1
28848 ac_status=$? 29895 ac_status=$?
28849 grep -v '^ *+' conftest.er1 >conftest.err 29896 grep -v '^ *+' conftest.er1 >conftest.err
28850 rm -f conftest.er1 29897 rm -f conftest.er1
28851 cat conftest.err >&5 29898 cat conftest.err >&5
28852 echo "$as_me:$LINENO: \$? = $ac_status" >&5 29899 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
28853 (exit $ac_status); } && { 29900 (exit $ac_status); } && {
28854 test -z "$ac_c_werror_flag" || 29901 test -z "$ac_c_werror_flag" ||
28855 test ! -s conftest.err 29902 test ! -s conftest.err
28856 } && test -s conftest$ac_exeext && 29903 } && test -s conftest$ac_exeext && {
28857 $as_test_x conftest$ac_exeext; then 29904 test "$cross_compiling" = yes ||
29905 $as_test_x conftest$ac_exeext
29906 }; then
28858 eval "$as_ac_Lib=yes" 29907 eval "$as_ac_Lib=yes"
28859 else 29908 else
28860 echo "$as_me: failed program was:" >&5 29909 $as_echo "$as_me: failed program was:" >&5
28861 sed 's/^/| /' conftest.$ac_ext >&5 29910 sed 's/^/| /' conftest.$ac_ext >&5
28862 29911
28863 eval "$as_ac_Lib=no" 29912 eval "$as_ac_Lib=no"
28864 fi 29913 fi
28865 29914
29915 rm -rf conftest.dSYM
28866 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 29916 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28867 conftest$ac_exeext conftest.$ac_ext 29917 conftest$ac_exeext conftest.$ac_ext
28868 LIBS=$ac_check_lib_save_LIBS 29918 LIBS=$ac_check_lib_save_LIBS
28869 fi 29919 fi
28870 ac_res=`eval echo '${'$as_ac_Lib'}'` 29920 ac_res=`eval 'as_val=${'$as_ac_Lib'}
28871 { echo "$as_me:$LINENO: result: $ac_res" >&5 29921 $as_echo "$as_val"'`
28872 echo "${ECHO_T}$ac_res" >&6; } 29922 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
28873 if test `eval echo '${'$as_ac_Lib'}'` = yes; then 29923 $as_echo "$ac_res" >&6; }
29924 as_val=`eval 'as_val=${'$as_ac_Lib'}
29925 $as_echo "$as_val"'`
29926 if test "x$as_val" = x""yes; then
28874 with_wnn6=yes 29927 with_wnn6=yes
28875 fi 29928 fi
28876 29929
28877 test "$with_wnn6" = "yes" && cat >>confdefs.h <<\_ACEOF 29930 test "$with_wnn6" = "yes" && cat >>confdefs.h <<\_ACEOF
28878 #define WNN6 1 29931 #define WNN6 1
28891 $as_unset ac_cv_header_canna_jrkanji_h 29944 $as_unset ac_cv_header_canna_jrkanji_h
28892 $as_unset ac_cv_header_canna_RK_h 29945 $as_unset ac_cv_header_canna_RK_h
28893 # using $ac_header_compiler is a hack, but autoconf doesn't let us 29946 # using $ac_header_compiler is a hack, but autoconf doesn't let us
28894 # get at this information otherwise :-( 29947 # get at this information otherwise :-(
28895 if test "${ac_cv_header_canna_jrkanji_h+set}" = set; then 29948 if test "${ac_cv_header_canna_jrkanji_h+set}" = set; then
28896 { echo "$as_me:$LINENO: checking for canna/jrkanji.h" >&5 29949 { $as_echo "$as_me:$LINENO: checking for canna/jrkanji.h" >&5
28897 echo $ECHO_N "checking for canna/jrkanji.h... $ECHO_C" >&6; } 29950 $as_echo_n "checking for canna/jrkanji.h... " >&6; }
28898 if test "${ac_cv_header_canna_jrkanji_h+set}" = set; then 29951 if test "${ac_cv_header_canna_jrkanji_h+set}" = set; then
28899 echo $ECHO_N "(cached) $ECHO_C" >&6 29952 $as_echo_n "(cached) " >&6
28900 fi 29953 fi
28901 { echo "$as_me:$LINENO: result: $ac_cv_header_canna_jrkanji_h" >&5 29954 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_canna_jrkanji_h" >&5
28902 echo "${ECHO_T}$ac_cv_header_canna_jrkanji_h" >&6; } 29955 $as_echo "$ac_cv_header_canna_jrkanji_h" >&6; }
28903 else 29956 else
28904 # Is the header compilable? 29957 # Is the header compilable?
28905 { echo "$as_me:$LINENO: checking canna/jrkanji.h usability" >&5 29958 { $as_echo "$as_me:$LINENO: checking canna/jrkanji.h usability" >&5
28906 echo $ECHO_N "checking canna/jrkanji.h usability... $ECHO_C" >&6; } 29959 $as_echo_n "checking canna/jrkanji.h usability... " >&6; }
28907 cat >conftest.$ac_ext <<_ACEOF 29960 cat >conftest.$ac_ext <<_ACEOF
28908 /* confdefs.h. */ 29961 /* confdefs.h. */
28909 _ACEOF 29962 _ACEOF
28910 cat confdefs.h >>conftest.$ac_ext 29963 cat confdefs.h >>conftest.$ac_ext
28911 cat >>conftest.$ac_ext <<_ACEOF 29964 cat >>conftest.$ac_ext <<_ACEOF
28917 if { (ac_try="$ac_compile" 29970 if { (ac_try="$ac_compile"
28918 case "(($ac_try" in 29971 case "(($ac_try" in
28919 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 29972 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28920 *) ac_try_echo=$ac_try;; 29973 *) ac_try_echo=$ac_try;;
28921 esac 29974 esac
28922 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 29975 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
29976 $as_echo "$ac_try_echo") >&5
28923 (eval "$ac_compile") 2>conftest.er1 29977 (eval "$ac_compile") 2>conftest.er1
28924 ac_status=$? 29978 ac_status=$?
28925 grep -v '^ *+' conftest.er1 >conftest.err 29979 grep -v '^ *+' conftest.er1 >conftest.err
28926 rm -f conftest.er1 29980 rm -f conftest.er1
28927 cat conftest.err >&5 29981 cat conftest.err >&5
28928 echo "$as_me:$LINENO: \$? = $ac_status" >&5 29982 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
28929 (exit $ac_status); } && { 29983 (exit $ac_status); } && {
28930 test -z "$ac_c_werror_flag" || 29984 test -z "$ac_c_werror_flag" ||
28931 test ! -s conftest.err 29985 test ! -s conftest.err
28932 } && test -s conftest.$ac_objext; then 29986 } && test -s conftest.$ac_objext; then
28933 ac_header_compiler=yes 29987 ac_header_compiler=yes
28934 else 29988 else
28935 echo "$as_me: failed program was:" >&5 29989 $as_echo "$as_me: failed program was:" >&5
28936 sed 's/^/| /' conftest.$ac_ext >&5 29990 sed 's/^/| /' conftest.$ac_ext >&5
28937 29991
28938 ac_header_compiler=no 29992 ac_header_compiler=no
28939 fi 29993 fi
28940 29994
28941 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 29995 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28942 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 29996 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
28943 echo "${ECHO_T}$ac_header_compiler" >&6; } 29997 $as_echo "$ac_header_compiler" >&6; }
28944 29998
28945 # Is the header present? 29999 # Is the header present?
28946 { echo "$as_me:$LINENO: checking canna/jrkanji.h presence" >&5 30000 { $as_echo "$as_me:$LINENO: checking canna/jrkanji.h presence" >&5
28947 echo $ECHO_N "checking canna/jrkanji.h presence... $ECHO_C" >&6; } 30001 $as_echo_n "checking canna/jrkanji.h presence... " >&6; }
28948 cat >conftest.$ac_ext <<_ACEOF 30002 cat >conftest.$ac_ext <<_ACEOF
28949 /* confdefs.h. */ 30003 /* confdefs.h. */
28950 _ACEOF 30004 _ACEOF
28951 cat confdefs.h >>conftest.$ac_ext 30005 cat confdefs.h >>conftest.$ac_ext
28952 cat >>conftest.$ac_ext <<_ACEOF 30006 cat >>conftest.$ac_ext <<_ACEOF
28956 if { (ac_try="$ac_cpp conftest.$ac_ext" 30010 if { (ac_try="$ac_cpp conftest.$ac_ext"
28957 case "(($ac_try" in 30011 case "(($ac_try" in
28958 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 30012 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28959 *) ac_try_echo=$ac_try;; 30013 *) ac_try_echo=$ac_try;;
28960 esac 30014 esac
28961 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 30015 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
30016 $as_echo "$ac_try_echo") >&5
28962 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 30017 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
28963 ac_status=$? 30018 ac_status=$?
28964 grep -v '^ *+' conftest.er1 >conftest.err 30019 grep -v '^ *+' conftest.er1 >conftest.err
28965 rm -f conftest.er1 30020 rm -f conftest.er1
28966 cat conftest.err >&5 30021 cat conftest.err >&5
28967 echo "$as_me:$LINENO: \$? = $ac_status" >&5 30022 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
28968 (exit $ac_status); } >/dev/null && { 30023 (exit $ac_status); } >/dev/null && {
28969 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 30024 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
28970 test ! -s conftest.err 30025 test ! -s conftest.err
28971 }; then 30026 }; then
28972 ac_header_preproc=yes 30027 ac_header_preproc=yes
28973 else 30028 else
28974 echo "$as_me: failed program was:" >&5 30029 $as_echo "$as_me: failed program was:" >&5
28975 sed 's/^/| /' conftest.$ac_ext >&5 30030 sed 's/^/| /' conftest.$ac_ext >&5
28976 30031
28977 ac_header_preproc=no 30032 ac_header_preproc=no
28978 fi 30033 fi
28979 30034
28980 rm -f conftest.err conftest.$ac_ext 30035 rm -f conftest.err conftest.$ac_ext
28981 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 30036 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
28982 echo "${ECHO_T}$ac_header_preproc" >&6; } 30037 $as_echo "$ac_header_preproc" >&6; }
28983 30038
28984 # So? What about this header? 30039 # So? What about this header?
28985 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 30040 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
28986 yes:no: ) 30041 yes:no: )
28987 { echo "$as_me:$LINENO: WARNING: canna/jrkanji.h: accepted by the compiler, rejected by the preprocessor!" >&5 30042 { $as_echo "$as_me:$LINENO: WARNING: canna/jrkanji.h: accepted by the compiler, rejected by the preprocessor!" >&5
28988 echo "$as_me: WARNING: canna/jrkanji.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 30043 $as_echo "$as_me: WARNING: canna/jrkanji.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
28989 { echo "$as_me:$LINENO: WARNING: canna/jrkanji.h: proceeding with the compiler's result" >&5 30044 { $as_echo "$as_me:$LINENO: WARNING: canna/jrkanji.h: proceeding with the compiler's result" >&5
28990 echo "$as_me: WARNING: canna/jrkanji.h: proceeding with the compiler's result" >&2;} 30045 $as_echo "$as_me: WARNING: canna/jrkanji.h: proceeding with the compiler's result" >&2;}
28991 ac_header_preproc=yes 30046 ac_header_preproc=yes
28992 ;; 30047 ;;
28993 no:yes:* ) 30048 no:yes:* )
28994 { echo "$as_me:$LINENO: WARNING: canna/jrkanji.h: present but cannot be compiled" >&5 30049 { $as_echo "$as_me:$LINENO: WARNING: canna/jrkanji.h: present but cannot be compiled" >&5
28995 echo "$as_me: WARNING: canna/jrkanji.h: present but cannot be compiled" >&2;} 30050 $as_echo "$as_me: WARNING: canna/jrkanji.h: present but cannot be compiled" >&2;}
28996 { echo "$as_me:$LINENO: WARNING: canna/jrkanji.h: check for missing prerequisite headers?" >&5 30051 { $as_echo "$as_me:$LINENO: WARNING: canna/jrkanji.h: check for missing prerequisite headers?" >&5
28997 echo "$as_me: WARNING: canna/jrkanji.h: check for missing prerequisite headers?" >&2;} 30052 $as_echo "$as_me: WARNING: canna/jrkanji.h: check for missing prerequisite headers?" >&2;}
28998 { echo "$as_me:$LINENO: WARNING: canna/jrkanji.h: see the Autoconf documentation" >&5 30053 { $as_echo "$as_me:$LINENO: WARNING: canna/jrkanji.h: see the Autoconf documentation" >&5
28999 echo "$as_me: WARNING: canna/jrkanji.h: see the Autoconf documentation" >&2;} 30054 $as_echo "$as_me: WARNING: canna/jrkanji.h: see the Autoconf documentation" >&2;}
29000 { echo "$as_me:$LINENO: WARNING: canna/jrkanji.h: section \"Present But Cannot Be Compiled\"" >&5 30055 { $as_echo "$as_me:$LINENO: WARNING: canna/jrkanji.h: section \"Present But Cannot Be Compiled\"" >&5
29001 echo "$as_me: WARNING: canna/jrkanji.h: section \"Present But Cannot Be Compiled\"" >&2;} 30056 $as_echo "$as_me: WARNING: canna/jrkanji.h: section \"Present But Cannot Be Compiled\"" >&2;}
29002 { echo "$as_me:$LINENO: WARNING: canna/jrkanji.h: proceeding with the preprocessor's result" >&5 30057 { $as_echo "$as_me:$LINENO: WARNING: canna/jrkanji.h: proceeding with the preprocessor's result" >&5
29003 echo "$as_me: WARNING: canna/jrkanji.h: proceeding with the preprocessor's result" >&2;} 30058 $as_echo "$as_me: WARNING: canna/jrkanji.h: proceeding with the preprocessor's result" >&2;}
29004 { echo "$as_me:$LINENO: WARNING: canna/jrkanji.h: in the future, the compiler will take precedence" >&5 30059 { $as_echo "$as_me:$LINENO: WARNING: canna/jrkanji.h: in the future, the compiler will take precedence" >&5
29005 echo "$as_me: WARNING: canna/jrkanji.h: in the future, the compiler will take precedence" >&2;} 30060 $as_echo "$as_me: WARNING: canna/jrkanji.h: in the future, the compiler will take precedence" >&2;}
29006 ( cat <<\_ASBOX 30061 ( cat <<\_ASBOX
29007 ## ------------------------------------- ## 30062 ## ------------------------------------- ##
29008 ## Report this to xemacs-beta@xemacs.org ## 30063 ## Report this to xemacs-beta@xemacs.org ##
29009 ## ------------------------------------- ## 30064 ## ------------------------------------- ##
29010 _ASBOX 30065 _ASBOX
29011 ) | sed "s/^/$as_me: WARNING: /" >&2 30066 ) | sed "s/^/$as_me: WARNING: /" >&2
29012 ;; 30067 ;;
29013 esac 30068 esac
29014 { echo "$as_me:$LINENO: checking for canna/jrkanji.h" >&5 30069 { $as_echo "$as_me:$LINENO: checking for canna/jrkanji.h" >&5
29015 echo $ECHO_N "checking for canna/jrkanji.h... $ECHO_C" >&6; } 30070 $as_echo_n "checking for canna/jrkanji.h... " >&6; }
29016 if test "${ac_cv_header_canna_jrkanji_h+set}" = set; then 30071 if test "${ac_cv_header_canna_jrkanji_h+set}" = set; then
29017 echo $ECHO_N "(cached) $ECHO_C" >&6 30072 $as_echo_n "(cached) " >&6
29018 else 30073 else
29019 ac_cv_header_canna_jrkanji_h=$ac_header_preproc 30074 ac_cv_header_canna_jrkanji_h=$ac_header_preproc
29020 fi 30075 fi
29021 { echo "$as_me:$LINENO: result: $ac_cv_header_canna_jrkanji_h" >&5 30076 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_canna_jrkanji_h" >&5
29022 echo "${ECHO_T}$ac_cv_header_canna_jrkanji_h" >&6; } 30077 $as_echo "$ac_cv_header_canna_jrkanji_h" >&6; }
29023 30078
29024 fi 30079 fi
29025 if test $ac_cv_header_canna_jrkanji_h = yes; then 30080 if test "x$ac_cv_header_canna_jrkanji_h" = x""yes; then
29026 if test "${ac_cv_header_canna_RK_h+set}" = set; then 30081 if test "${ac_cv_header_canna_RK_h+set}" = set; then
29027 { echo "$as_me:$LINENO: checking for canna/RK.h" >&5 30082 { $as_echo "$as_me:$LINENO: checking for canna/RK.h" >&5
29028 echo $ECHO_N "checking for canna/RK.h... $ECHO_C" >&6; } 30083 $as_echo_n "checking for canna/RK.h... " >&6; }
29029 if test "${ac_cv_header_canna_RK_h+set}" = set; then 30084 if test "${ac_cv_header_canna_RK_h+set}" = set; then
29030 echo $ECHO_N "(cached) $ECHO_C" >&6 30085 $as_echo_n "(cached) " >&6
29031 fi 30086 fi
29032 { echo "$as_me:$LINENO: result: $ac_cv_header_canna_RK_h" >&5 30087 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_canna_RK_h" >&5
29033 echo "${ECHO_T}$ac_cv_header_canna_RK_h" >&6; } 30088 $as_echo "$ac_cv_header_canna_RK_h" >&6; }
29034 else 30089 else
29035 # Is the header compilable? 30090 # Is the header compilable?
29036 { echo "$as_me:$LINENO: checking canna/RK.h usability" >&5 30091 { $as_echo "$as_me:$LINENO: checking canna/RK.h usability" >&5
29037 echo $ECHO_N "checking canna/RK.h usability... $ECHO_C" >&6; } 30092 $as_echo_n "checking canna/RK.h usability... " >&6; }
29038 cat >conftest.$ac_ext <<_ACEOF 30093 cat >conftest.$ac_ext <<_ACEOF
29039 /* confdefs.h. */ 30094 /* confdefs.h. */
29040 _ACEOF 30095 _ACEOF
29041 cat confdefs.h >>conftest.$ac_ext 30096 cat confdefs.h >>conftest.$ac_ext
29042 cat >>conftest.$ac_ext <<_ACEOF 30097 cat >>conftest.$ac_ext <<_ACEOF
29048 if { (ac_try="$ac_compile" 30103 if { (ac_try="$ac_compile"
29049 case "(($ac_try" in 30104 case "(($ac_try" in
29050 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 30105 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29051 *) ac_try_echo=$ac_try;; 30106 *) ac_try_echo=$ac_try;;
29052 esac 30107 esac
29053 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 30108 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
30109 $as_echo "$ac_try_echo") >&5
29054 (eval "$ac_compile") 2>conftest.er1 30110 (eval "$ac_compile") 2>conftest.er1
29055 ac_status=$? 30111 ac_status=$?
29056 grep -v '^ *+' conftest.er1 >conftest.err 30112 grep -v '^ *+' conftest.er1 >conftest.err
29057 rm -f conftest.er1 30113 rm -f conftest.er1
29058 cat conftest.err >&5 30114 cat conftest.err >&5
29059 echo "$as_me:$LINENO: \$? = $ac_status" >&5 30115 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
29060 (exit $ac_status); } && { 30116 (exit $ac_status); } && {
29061 test -z "$ac_c_werror_flag" || 30117 test -z "$ac_c_werror_flag" ||
29062 test ! -s conftest.err 30118 test ! -s conftest.err
29063 } && test -s conftest.$ac_objext; then 30119 } && test -s conftest.$ac_objext; then
29064 ac_header_compiler=yes 30120 ac_header_compiler=yes
29065 else 30121 else
29066 echo "$as_me: failed program was:" >&5 30122 $as_echo "$as_me: failed program was:" >&5
29067 sed 's/^/| /' conftest.$ac_ext >&5 30123 sed 's/^/| /' conftest.$ac_ext >&5
29068 30124
29069 ac_header_compiler=no 30125 ac_header_compiler=no
29070 fi 30126 fi
29071 30127
29072 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 30128 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29073 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 30129 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
29074 echo "${ECHO_T}$ac_header_compiler" >&6; } 30130 $as_echo "$ac_header_compiler" >&6; }
29075 30131
29076 # Is the header present? 30132 # Is the header present?
29077 { echo "$as_me:$LINENO: checking canna/RK.h presence" >&5 30133 { $as_echo "$as_me:$LINENO: checking canna/RK.h presence" >&5
29078 echo $ECHO_N "checking canna/RK.h presence... $ECHO_C" >&6; } 30134 $as_echo_n "checking canna/RK.h presence... " >&6; }
29079 cat >conftest.$ac_ext <<_ACEOF 30135 cat >conftest.$ac_ext <<_ACEOF
29080 /* confdefs.h. */ 30136 /* confdefs.h. */
29081 _ACEOF 30137 _ACEOF
29082 cat confdefs.h >>conftest.$ac_ext 30138 cat confdefs.h >>conftest.$ac_ext
29083 cat >>conftest.$ac_ext <<_ACEOF 30139 cat >>conftest.$ac_ext <<_ACEOF
29087 if { (ac_try="$ac_cpp conftest.$ac_ext" 30143 if { (ac_try="$ac_cpp conftest.$ac_ext"
29088 case "(($ac_try" in 30144 case "(($ac_try" in
29089 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 30145 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29090 *) ac_try_echo=$ac_try;; 30146 *) ac_try_echo=$ac_try;;
29091 esac 30147 esac
29092 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 30148 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
30149 $as_echo "$ac_try_echo") >&5
29093 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 30150 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
29094 ac_status=$? 30151 ac_status=$?
29095 grep -v '^ *+' conftest.er1 >conftest.err 30152 grep -v '^ *+' conftest.er1 >conftest.err
29096 rm -f conftest.er1 30153 rm -f conftest.er1
29097 cat conftest.err >&5 30154 cat conftest.err >&5
29098 echo "$as_me:$LINENO: \$? = $ac_status" >&5 30155 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
29099 (exit $ac_status); } >/dev/null && { 30156 (exit $ac_status); } >/dev/null && {
29100 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 30157 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
29101 test ! -s conftest.err 30158 test ! -s conftest.err
29102 }; then 30159 }; then
29103 ac_header_preproc=yes 30160 ac_header_preproc=yes
29104 else 30161 else
29105 echo "$as_me: failed program was:" >&5 30162 $as_echo "$as_me: failed program was:" >&5
29106 sed 's/^/| /' conftest.$ac_ext >&5 30163 sed 's/^/| /' conftest.$ac_ext >&5
29107 30164
29108 ac_header_preproc=no 30165 ac_header_preproc=no
29109 fi 30166 fi
29110 30167
29111 rm -f conftest.err conftest.$ac_ext 30168 rm -f conftest.err conftest.$ac_ext
29112 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 30169 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
29113 echo "${ECHO_T}$ac_header_preproc" >&6; } 30170 $as_echo "$ac_header_preproc" >&6; }
29114 30171
29115 # So? What about this header? 30172 # So? What about this header?
29116 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 30173 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
29117 yes:no: ) 30174 yes:no: )
29118 { echo "$as_me:$LINENO: WARNING: canna/RK.h: accepted by the compiler, rejected by the preprocessor!" >&5 30175 { $as_echo "$as_me:$LINENO: WARNING: canna/RK.h: accepted by the compiler, rejected by the preprocessor!" >&5
29119 echo "$as_me: WARNING: canna/RK.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 30176 $as_echo "$as_me: WARNING: canna/RK.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
29120 { echo "$as_me:$LINENO: WARNING: canna/RK.h: proceeding with the compiler's result" >&5 30177 { $as_echo "$as_me:$LINENO: WARNING: canna/RK.h: proceeding with the compiler's result" >&5
29121 echo "$as_me: WARNING: canna/RK.h: proceeding with the compiler's result" >&2;} 30178 $as_echo "$as_me: WARNING: canna/RK.h: proceeding with the compiler's result" >&2;}
29122 ac_header_preproc=yes 30179 ac_header_preproc=yes
29123 ;; 30180 ;;
29124 no:yes:* ) 30181 no:yes:* )
29125 { echo "$as_me:$LINENO: WARNING: canna/RK.h: present but cannot be compiled" >&5 30182 { $as_echo "$as_me:$LINENO: WARNING: canna/RK.h: present but cannot be compiled" >&5
29126 echo "$as_me: WARNING: canna/RK.h: present but cannot be compiled" >&2;} 30183 $as_echo "$as_me: WARNING: canna/RK.h: present but cannot be compiled" >&2;}
29127 { echo "$as_me:$LINENO: WARNING: canna/RK.h: check for missing prerequisite headers?" >&5 30184 { $as_echo "$as_me:$LINENO: WARNING: canna/RK.h: check for missing prerequisite headers?" >&5
29128 echo "$as_me: WARNING: canna/RK.h: check for missing prerequisite headers?" >&2;} 30185 $as_echo "$as_me: WARNING: canna/RK.h: check for missing prerequisite headers?" >&2;}
29129 { echo "$as_me:$LINENO: WARNING: canna/RK.h: see the Autoconf documentation" >&5 30186 { $as_echo "$as_me:$LINENO: WARNING: canna/RK.h: see the Autoconf documentation" >&5
29130 echo "$as_me: WARNING: canna/RK.h: see the Autoconf documentation" >&2;} 30187 $as_echo "$as_me: WARNING: canna/RK.h: see the Autoconf documentation" >&2;}
29131 { echo "$as_me:$LINENO: WARNING: canna/RK.h: section \"Present But Cannot Be Compiled\"" >&5 30188 { $as_echo "$as_me:$LINENO: WARNING: canna/RK.h: section \"Present But Cannot Be Compiled\"" >&5
29132 echo "$as_me: WARNING: canna/RK.h: section \"Present But Cannot Be Compiled\"" >&2;} 30189 $as_echo "$as_me: WARNING: canna/RK.h: section \"Present But Cannot Be Compiled\"" >&2;}
29133 { echo "$as_me:$LINENO: WARNING: canna/RK.h: proceeding with the preprocessor's result" >&5 30190 { $as_echo "$as_me:$LINENO: WARNING: canna/RK.h: proceeding with the preprocessor's result" >&5
29134 echo "$as_me: WARNING: canna/RK.h: proceeding with the preprocessor's result" >&2;} 30191 $as_echo "$as_me: WARNING: canna/RK.h: proceeding with the preprocessor's result" >&2;}
29135 { echo "$as_me:$LINENO: WARNING: canna/RK.h: in the future, the compiler will take precedence" >&5 30192 { $as_echo "$as_me:$LINENO: WARNING: canna/RK.h: in the future, the compiler will take precedence" >&5
29136 echo "$as_me: WARNING: canna/RK.h: in the future, the compiler will take precedence" >&2;} 30193 $as_echo "$as_me: WARNING: canna/RK.h: in the future, the compiler will take precedence" >&2;}
29137 ( cat <<\_ASBOX 30194 ( cat <<\_ASBOX
29138 ## ------------------------------------- ## 30195 ## ------------------------------------- ##
29139 ## Report this to xemacs-beta@xemacs.org ## 30196 ## Report this to xemacs-beta@xemacs.org ##
29140 ## ------------------------------------- ## 30197 ## ------------------------------------- ##
29141 _ASBOX 30198 _ASBOX
29142 ) | sed "s/^/$as_me: WARNING: /" >&2 30199 ) | sed "s/^/$as_me: WARNING: /" >&2
29143 ;; 30200 ;;
29144 esac 30201 esac
29145 { echo "$as_me:$LINENO: checking for canna/RK.h" >&5 30202 { $as_echo "$as_me:$LINENO: checking for canna/RK.h" >&5
29146 echo $ECHO_N "checking for canna/RK.h... $ECHO_C" >&6; } 30203 $as_echo_n "checking for canna/RK.h... " >&6; }
29147 if test "${ac_cv_header_canna_RK_h+set}" = set; then 30204 if test "${ac_cv_header_canna_RK_h+set}" = set; then
29148 echo $ECHO_N "(cached) $ECHO_C" >&6 30205 $as_echo_n "(cached) " >&6
29149 else 30206 else
29150 ac_cv_header_canna_RK_h=$ac_header_preproc 30207 ac_cv_header_canna_RK_h=$ac_header_preproc
29151 fi 30208 fi
29152 { echo "$as_me:$LINENO: result: $ac_cv_header_canna_RK_h" >&5 30209 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_canna_RK_h" >&5
29153 echo "${ECHO_T}$ac_cv_header_canna_RK_h" >&6; } 30210 $as_echo "$ac_cv_header_canna_RK_h" >&6; }
29154 30211
29155 fi 30212 fi
29156 if test $ac_cv_header_canna_RK_h = yes; then 30213 if test "x$ac_cv_header_canna_RK_h" = x""yes; then
29157 have_canna=$ac_header_compiler 30214 have_canna=$ac_header_compiler
29158 fi 30215 fi
29159 30216
29160 30217
29161 fi 30218 fi
29162 30219
29163 30220
29164 test "$have_canna" = "yes" && break 30221 test "$have_canna" = "yes" && break
29165 { echo "$as_me:$LINENO: WARNING: You may ignore any *Present but not compiled* message 30222 { $as_echo "$as_me:$LINENO: WARNING: You may ignore any *Present but not compiled* message
29166 from autoconf. We detect that condition and recheck, but there 30223 from autoconf. We detect that condition and recheck, but there
29167 is no way to suppress autoconf's message." >&5 30224 is no way to suppress autoconf's message." >&5
29168 echo "$as_me: WARNING: You may ignore any *Present but not compiled* message 30225 $as_echo "$as_me: WARNING: You may ignore any *Present but not compiled* message
29169 from autoconf. We detect that condition and recheck, but there 30226 from autoconf. We detect that condition and recheck, but there
29170 is no way to suppress autoconf's message." >&2;} 30227 is no way to suppress autoconf's message." >&2;}
29171 done 30228 done
29172 test "$have_canna" = "yes" && break 30229 test "$have_canna" = "yes" && break
29173 done 30230 done
29176 else 30233 else
29177 c_switch_site="$save_c_switch_site" 30234 c_switch_site="$save_c_switch_site"
29178 fi 30235 fi
29179 fi 30236 fi
29180 30237
29181 test "$have_canna" = "yes" && { { echo "$as_me:$LINENO: checking for RkBgnBun in -lRKC" >&5 30238 test "$have_canna" = "yes" && { { $as_echo "$as_me:$LINENO: checking for RkBgnBun in -lRKC" >&5
29182 echo $ECHO_N "checking for RkBgnBun in -lRKC... $ECHO_C" >&6; } 30239 $as_echo_n "checking for RkBgnBun in -lRKC... " >&6; }
29183 if test "${ac_cv_lib_RKC_RkBgnBun+set}" = set; then 30240 if test "${ac_cv_lib_RKC_RkBgnBun+set}" = set; then
29184 echo $ECHO_N "(cached) $ECHO_C" >&6 30241 $as_echo_n "(cached) " >&6
29185 else 30242 else
29186 ac_check_lib_save_LIBS=$LIBS 30243 ac_check_lib_save_LIBS=$LIBS
29187 LIBS="-lRKC $LIBS" 30244 LIBS="-lRKC $LIBS"
29188 cat >conftest.$ac_ext <<_ACEOF 30245 cat >conftest.$ac_ext <<_ACEOF
29189 /* confdefs.h. */ 30246 /* confdefs.h. */
29211 if { (ac_try="$ac_link" 30268 if { (ac_try="$ac_link"
29212 case "(($ac_try" in 30269 case "(($ac_try" in
29213 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 30270 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29214 *) ac_try_echo=$ac_try;; 30271 *) ac_try_echo=$ac_try;;
29215 esac 30272 esac
29216 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 30273 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
30274 $as_echo "$ac_try_echo") >&5
29217 (eval "$ac_link") 2>conftest.er1 30275 (eval "$ac_link") 2>conftest.er1
29218 ac_status=$? 30276 ac_status=$?
29219 grep -v '^ *+' conftest.er1 >conftest.err 30277 grep -v '^ *+' conftest.er1 >conftest.err
29220 rm -f conftest.er1 30278 rm -f conftest.er1
29221 cat conftest.err >&5 30279 cat conftest.err >&5
29222 echo "$as_me:$LINENO: \$? = $ac_status" >&5 30280 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
29223 (exit $ac_status); } && { 30281 (exit $ac_status); } && {
29224 test -z "$ac_c_werror_flag" || 30282 test -z "$ac_c_werror_flag" ||
29225 test ! -s conftest.err 30283 test ! -s conftest.err
29226 } && test -s conftest$ac_exeext && 30284 } && test -s conftest$ac_exeext && {
29227 $as_test_x conftest$ac_exeext; then 30285 test "$cross_compiling" = yes ||
30286 $as_test_x conftest$ac_exeext
30287 }; then
29228 ac_cv_lib_RKC_RkBgnBun=yes 30288 ac_cv_lib_RKC_RkBgnBun=yes
29229 else 30289 else
29230 echo "$as_me: failed program was:" >&5 30290 $as_echo "$as_me: failed program was:" >&5
29231 sed 's/^/| /' conftest.$ac_ext >&5 30291 sed 's/^/| /' conftest.$ac_ext >&5
29232 30292
29233 ac_cv_lib_RKC_RkBgnBun=no 30293 ac_cv_lib_RKC_RkBgnBun=no
29234 fi 30294 fi
29235 30295
30296 rm -rf conftest.dSYM
29236 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 30297 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29237 conftest$ac_exeext conftest.$ac_ext 30298 conftest$ac_exeext conftest.$ac_ext
29238 LIBS=$ac_check_lib_save_LIBS 30299 LIBS=$ac_check_lib_save_LIBS
29239 fi 30300 fi
29240 { echo "$as_me:$LINENO: result: $ac_cv_lib_RKC_RkBgnBun" >&5 30301 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_RKC_RkBgnBun" >&5
29241 echo "${ECHO_T}$ac_cv_lib_RKC_RkBgnBun" >&6; } 30302 $as_echo "$ac_cv_lib_RKC_RkBgnBun" >&6; }
29242 if test $ac_cv_lib_RKC_RkBgnBun = yes; then 30303 if test "x$ac_cv_lib_RKC_RkBgnBun" = x""yes; then
29243 : 30304 :
29244 else 30305 else
29245 have_canna=no 30306 have_canna=no
29246 fi 30307 fi
29247 } 30308 }
29248 test "$have_canna" = "yes" && { { echo "$as_me:$LINENO: checking for jrKanjiControl in -lcanna" >&5 30309 test "$have_canna" = "yes" && { { $as_echo "$as_me:$LINENO: checking for jrKanjiControl in -lcanna" >&5
29249 echo $ECHO_N "checking for jrKanjiControl in -lcanna... $ECHO_C" >&6; } 30310 $as_echo_n "checking for jrKanjiControl in -lcanna... " >&6; }
29250 if test "${ac_cv_lib_canna_jrKanjiControl+set}" = set; then 30311 if test "${ac_cv_lib_canna_jrKanjiControl+set}" = set; then
29251 echo $ECHO_N "(cached) $ECHO_C" >&6 30312 $as_echo_n "(cached) " >&6
29252 else 30313 else
29253 ac_check_lib_save_LIBS=$LIBS 30314 ac_check_lib_save_LIBS=$LIBS
29254 LIBS="-lcanna $LIBS" 30315 LIBS="-lcanna $LIBS"
29255 cat >conftest.$ac_ext <<_ACEOF 30316 cat >conftest.$ac_ext <<_ACEOF
29256 /* confdefs.h. */ 30317 /* confdefs.h. */
29278 if { (ac_try="$ac_link" 30339 if { (ac_try="$ac_link"
29279 case "(($ac_try" in 30340 case "(($ac_try" in
29280 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 30341 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29281 *) ac_try_echo=$ac_try;; 30342 *) ac_try_echo=$ac_try;;
29282 esac 30343 esac
29283 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 30344 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
30345 $as_echo "$ac_try_echo") >&5
29284 (eval "$ac_link") 2>conftest.er1 30346 (eval "$ac_link") 2>conftest.er1
29285 ac_status=$? 30347 ac_status=$?
29286 grep -v '^ *+' conftest.er1 >conftest.err 30348 grep -v '^ *+' conftest.er1 >conftest.err
29287 rm -f conftest.er1 30349 rm -f conftest.er1
29288 cat conftest.err >&5 30350 cat conftest.err >&5
29289 echo "$as_me:$LINENO: \$? = $ac_status" >&5 30351 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
29290 (exit $ac_status); } && { 30352 (exit $ac_status); } && {
29291 test -z "$ac_c_werror_flag" || 30353 test -z "$ac_c_werror_flag" ||
29292 test ! -s conftest.err 30354 test ! -s conftest.err
29293 } && test -s conftest$ac_exeext && 30355 } && test -s conftest$ac_exeext && {
29294 $as_test_x conftest$ac_exeext; then 30356 test "$cross_compiling" = yes ||
30357 $as_test_x conftest$ac_exeext
30358 }; then
29295 ac_cv_lib_canna_jrKanjiControl=yes 30359 ac_cv_lib_canna_jrKanjiControl=yes
29296 else 30360 else
29297 echo "$as_me: failed program was:" >&5 30361 $as_echo "$as_me: failed program was:" >&5
29298 sed 's/^/| /' conftest.$ac_ext >&5 30362 sed 's/^/| /' conftest.$ac_ext >&5
29299 30363
29300 ac_cv_lib_canna_jrKanjiControl=no 30364 ac_cv_lib_canna_jrKanjiControl=no
29301 fi 30365 fi
29302 30366
30367 rm -rf conftest.dSYM
29303 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 30368 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29304 conftest$ac_exeext conftest.$ac_ext 30369 conftest$ac_exeext conftest.$ac_ext
29305 LIBS=$ac_check_lib_save_LIBS 30370 LIBS=$ac_check_lib_save_LIBS
29306 fi 30371 fi
29307 { echo "$as_me:$LINENO: result: $ac_cv_lib_canna_jrKanjiControl" >&5 30372 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_canna_jrKanjiControl" >&5
29308 echo "${ECHO_T}$ac_cv_lib_canna_jrKanjiControl" >&6; } 30373 $as_echo "$ac_cv_lib_canna_jrKanjiControl" >&6; }
29309 if test $ac_cv_lib_canna_jrKanjiControl = yes; then 30374 if test "x$ac_cv_lib_canna_jrKanjiControl" = x""yes; then
29310 : 30375 :
29311 else 30376 else
29312 have_canna=no 30377 have_canna=no
29313 fi 30378 fi
29314 } 30379 }
29326 if test "$with_modules" = "yes"; then 30391 if test "$with_modules" = "yes"; then
29327 INSTALL_ARCH_DEP_SUBDIR="$INSTALL_ARCH_DEP_SUBDIR modules/canna" && if test "$verbose" = "yes"; then echo " Appending \"modules/canna\" to \$INSTALL_ARCH_DEP_SUBDIR"; fi 30392 INSTALL_ARCH_DEP_SUBDIR="$INSTALL_ARCH_DEP_SUBDIR modules/canna" && if test "$verbose" = "yes"; then echo " Appending \"modules/canna\" to \$INSTALL_ARCH_DEP_SUBDIR"; fi
29328 fi 30393 fi
29329 canna_libs="-lcanna -lRKC $canna_libs" && if test "$verbose" = "yes"; then echo " Prepending \"-lcanna -lRKC\" to \$canna_libs"; fi 30394 canna_libs="-lcanna -lRKC $canna_libs" && if test "$verbose" = "yes"; then echo " Prepending \"-lcanna -lRKC\" to \$canna_libs"; fi
29330 elif test "$with_canna" != "no"; then 30395 elif test "$with_canna" != "no"; then
29331 { echo "$as_me:$LINENO: WARNING: Canna configuration failed. If you expected success, 30396 { $as_echo "$as_me:$LINENO: WARNING: Canna configuration failed. If you expected success,
29332 maybe you need --with-site-prefixes=/usr/local/canna?" >&5 30397 maybe you need --with-site-prefixes=/usr/local/canna?" >&5
29333 echo "$as_me: WARNING: Canna configuration failed. If you expected success, 30398 $as_echo "$as_me: WARNING: Canna configuration failed. If you expected success,
29334 maybe you need --with-site-prefixes=/usr/local/canna?" >&2;} 30399 maybe you need --with-site-prefixes=/usr/local/canna?" >&2;}
29335 fi 30400 fi
29336 30401
29337 30402
29338 else for feature in xim canna wnn; do 30403 else for feature in xim canna wnn; do
29339 if eval "test -n \"\$with_${feature}\" -a \"\$with_${feature}\" != no" ; then 30404 if eval "test -n \"\$with_${feature}\" -a \"\$with_${feature}\" != no" ; then
29340 { echo "$as_me:$LINENO: WARNING: --with-${feature} ignored: Not valid without Mule support" >&5 30405 { $as_echo "$as_me:$LINENO: WARNING: --with-${feature} ignored: Not valid without Mule support" >&5
29341 echo "$as_me: WARNING: --with-${feature} ignored: Not valid without Mule support" >&2;} 30406 $as_echo "$as_me: WARNING: --with-${feature} ignored: Not valid without Mule support" >&2;}
29342 fi 30407 fi
29343 eval "with_${feature}=no" 30408 eval "with_${feature}=no"
29344 done 30409 done
29345 fi 30410 fi
29346 30411
29347 if test "$need_motif" = "yes" ; then 30412 if test "$need_motif" = "yes" ; then
29348 libs_x="-lXm $libs_x" && if test "$verbose" = "yes"; then echo " Prepending \"-lXm\" to \$libs_x"; fi 30413 libs_x="-lXm $libs_x" && if test "$verbose" = "yes"; then echo " Prepending \"-lXm\" to \$libs_x"; fi
29349 { echo "$as_me:$LINENO: checking for layout_object_getvalue in -li18n" >&5 30414 { $as_echo "$as_me:$LINENO: checking for layout_object_getvalue in -li18n" >&5
29350 echo $ECHO_N "checking for layout_object_getvalue in -li18n... $ECHO_C" >&6; } 30415 $as_echo_n "checking for layout_object_getvalue in -li18n... " >&6; }
29351 if test "${ac_cv_lib_i18n_layout_object_getvalue+set}" = set; then 30416 if test "${ac_cv_lib_i18n_layout_object_getvalue+set}" = set; then
29352 echo $ECHO_N "(cached) $ECHO_C" >&6 30417 $as_echo_n "(cached) " >&6
29353 else 30418 else
29354 ac_check_lib_save_LIBS=$LIBS 30419 ac_check_lib_save_LIBS=$LIBS
29355 LIBS="-li18n $LIBS" 30420 LIBS="-li18n $LIBS"
29356 cat >conftest.$ac_ext <<_ACEOF 30421 cat >conftest.$ac_ext <<_ACEOF
29357 /* confdefs.h. */ 30422 /* confdefs.h. */
29379 if { (ac_try="$ac_link" 30444 if { (ac_try="$ac_link"
29380 case "(($ac_try" in 30445 case "(($ac_try" in
29381 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 30446 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29382 *) ac_try_echo=$ac_try;; 30447 *) ac_try_echo=$ac_try;;
29383 esac 30448 esac
29384 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 30449 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
30450 $as_echo "$ac_try_echo") >&5
29385 (eval "$ac_link") 2>conftest.er1 30451 (eval "$ac_link") 2>conftest.er1
29386 ac_status=$? 30452 ac_status=$?
29387 grep -v '^ *+' conftest.er1 >conftest.err 30453 grep -v '^ *+' conftest.er1 >conftest.err
29388 rm -f conftest.er1 30454 rm -f conftest.er1
29389 cat conftest.err >&5 30455 cat conftest.err >&5
29390 echo "$as_me:$LINENO: \$? = $ac_status" >&5 30456 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
29391 (exit $ac_status); } && { 30457 (exit $ac_status); } && {
29392 test -z "$ac_c_werror_flag" || 30458 test -z "$ac_c_werror_flag" ||
29393 test ! -s conftest.err 30459 test ! -s conftest.err
29394 } && test -s conftest$ac_exeext && 30460 } && test -s conftest$ac_exeext && {
29395 $as_test_x conftest$ac_exeext; then 30461 test "$cross_compiling" = yes ||
30462 $as_test_x conftest$ac_exeext
30463 }; then
29396 ac_cv_lib_i18n_layout_object_getvalue=yes 30464 ac_cv_lib_i18n_layout_object_getvalue=yes
29397 else 30465 else
29398 echo "$as_me: failed program was:" >&5 30466 $as_echo "$as_me: failed program was:" >&5
29399 sed 's/^/| /' conftest.$ac_ext >&5 30467 sed 's/^/| /' conftest.$ac_ext >&5
29400 30468
29401 ac_cv_lib_i18n_layout_object_getvalue=no 30469 ac_cv_lib_i18n_layout_object_getvalue=no
29402 fi 30470 fi
29403 30471
30472 rm -rf conftest.dSYM
29404 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 30473 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29405 conftest$ac_exeext conftest.$ac_ext 30474 conftest$ac_exeext conftest.$ac_ext
29406 LIBS=$ac_check_lib_save_LIBS 30475 LIBS=$ac_check_lib_save_LIBS
29407 fi 30476 fi
29408 { echo "$as_me:$LINENO: result: $ac_cv_lib_i18n_layout_object_getvalue" >&5 30477 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i18n_layout_object_getvalue" >&5
29409 echo "${ECHO_T}$ac_cv_lib_i18n_layout_object_getvalue" >&6; } 30478 $as_echo "$ac_cv_lib_i18n_layout_object_getvalue" >&6; }
29410 if test $ac_cv_lib_i18n_layout_object_getvalue = yes; then 30479 if test "x$ac_cv_lib_i18n_layout_object_getvalue" = x""yes; then
29411 libs_x="-li18n $libs_x" && if test "$verbose" = "yes"; then echo " Prepending \"-li18n\" to \$libs_x"; fi 30480 libs_x="-li18n $libs_x" && if test "$verbose" = "yes"; then echo " Prepending \"-li18n\" to \$libs_x"; fi
29412 fi 30481 fi
29413 30482
29414 30483
29415 if test "$add_runtime_path" = "yes" -a -n "$dash_r"; then 30484 if test "$add_runtime_path" = "yes" -a -n "$dash_r"; then
29527 30596
29528 30597
29529 30598
29530 for ac_func in cbrt closedir dup2 eaccess fmod fpathconf frexp fsync ftime ftruncate getaddrinfo gethostname getnameinfo getpagesize getrlimit gettimeofday getcwd link logb lrand48 matherr mkdir mktime perror poll random readlink rename res_init rint rmdir select setitimer setpgid setsid sigblock sighold sigprocmask snprintf strerror strlwr strupr symlink tzset ulimit umask usleep vlimit vsnprintf waitpid wcscmp wcslen 30599 for ac_func in cbrt closedir dup2 eaccess fmod fpathconf frexp fsync ftime ftruncate getaddrinfo gethostname getnameinfo getpagesize getrlimit gettimeofday getcwd link logb lrand48 matherr mkdir mktime perror poll random readlink rename res_init rint rmdir select setitimer setpgid setsid sigblock sighold sigprocmask snprintf strerror strlwr strupr symlink tzset ulimit umask usleep vlimit vsnprintf waitpid wcscmp wcslen
29531 do 30600 do
29532 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 30601 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
29533 { echo "$as_me:$LINENO: checking for $ac_func" >&5 30602 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
29534 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 30603 $as_echo_n "checking for $ac_func... " >&6; }
29535 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 30604 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
29536 echo $ECHO_N "(cached) $ECHO_C" >&6 30605 $as_echo_n "(cached) " >&6
29537 else 30606 else
29538 cat >conftest.$ac_ext <<_ACEOF 30607 cat >conftest.$ac_ext <<_ACEOF
29539 /* confdefs.h. */ 30608 /* confdefs.h. */
29540 _ACEOF 30609 _ACEOF
29541 cat confdefs.h >>conftest.$ac_ext 30610 cat confdefs.h >>conftest.$ac_ext
29584 if { (ac_try="$ac_link" 30653 if { (ac_try="$ac_link"
29585 case "(($ac_try" in 30654 case "(($ac_try" in
29586 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 30655 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29587 *) ac_try_echo=$ac_try;; 30656 *) ac_try_echo=$ac_try;;
29588 esac 30657 esac
29589 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 30658 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
30659 $as_echo "$ac_try_echo") >&5
29590 (eval "$ac_link") 2>conftest.er1 30660 (eval "$ac_link") 2>conftest.er1
29591 ac_status=$? 30661 ac_status=$?
29592 grep -v '^ *+' conftest.er1 >conftest.err 30662 grep -v '^ *+' conftest.er1 >conftest.err
29593 rm -f conftest.er1 30663 rm -f conftest.er1
29594 cat conftest.err >&5 30664 cat conftest.err >&5
29595 echo "$as_me:$LINENO: \$? = $ac_status" >&5 30665 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
29596 (exit $ac_status); } && { 30666 (exit $ac_status); } && {
29597 test -z "$ac_c_werror_flag" || 30667 test -z "$ac_c_werror_flag" ||
29598 test ! -s conftest.err 30668 test ! -s conftest.err
29599 } && test -s conftest$ac_exeext && 30669 } && test -s conftest$ac_exeext && {
29600 $as_test_x conftest$ac_exeext; then 30670 test "$cross_compiling" = yes ||
30671 $as_test_x conftest$ac_exeext
30672 }; then
29601 eval "$as_ac_var=yes" 30673 eval "$as_ac_var=yes"
29602 else 30674 else
29603 echo "$as_me: failed program was:" >&5 30675 $as_echo "$as_me: failed program was:" >&5
29604 sed 's/^/| /' conftest.$ac_ext >&5 30676 sed 's/^/| /' conftest.$ac_ext >&5
29605 30677
29606 eval "$as_ac_var=no" 30678 eval "$as_ac_var=no"
29607 fi 30679 fi
29608 30680
30681 rm -rf conftest.dSYM
29609 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 30682 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29610 conftest$ac_exeext conftest.$ac_ext 30683 conftest$ac_exeext conftest.$ac_ext
29611 fi 30684 fi
29612 ac_res=`eval echo '${'$as_ac_var'}'` 30685 ac_res=`eval 'as_val=${'$as_ac_var'}
29613 { echo "$as_me:$LINENO: result: $ac_res" >&5 30686 $as_echo "$as_val"'`
29614 echo "${ECHO_T}$ac_res" >&6; } 30687 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
29615 if test `eval echo '${'$as_ac_var'}'` = yes; then 30688 $as_echo "$ac_res" >&6; }
30689 as_val=`eval 'as_val=${'$as_ac_var'}
30690 $as_echo "$as_val"'`
30691 if test "x$as_val" = x""yes; then
29616 cat >>confdefs.h <<_ACEOF 30692 cat >>confdefs.h <<_ACEOF
29617 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 30693 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
29618 _ACEOF 30694 _ACEOF
29619 30695
29620 fi 30696 fi
29621 done 30697 done
29622 30698
29623 30699
29624 if test "$ac_cv_func_getaddrinfo" != "no" ; then 30700 if test "$ac_cv_func_getaddrinfo" != "no" ; then
29625 case "$opsys" in 30701 case "$opsys" in
29626 hpux11 ) 30702 hpux11 )
29627 { echo "$as_me:$LINENO: WARNING: Use of getaddrinfo is disabled for HP-UX 11.XX." >&5 30703 { $as_echo "$as_me:$LINENO: WARNING: Use of getaddrinfo is disabled for HP-UX 11.XX." >&5
29628 echo "$as_me: WARNING: Use of getaddrinfo is disabled for HP-UX 11.XX." >&2;} 30704 $as_echo "$as_me: WARNING: Use of getaddrinfo is disabled for HP-UX 11.XX." >&2;}
29629 ac_cv_func_getaddrinfo=no 30705 ac_cv_func_getaddrinfo=no
29630 ;; 30706 ;;
29631 esac 30707 esac
29632 fi 30708 fi
29633 30709
29634 if test "$check_vdb_posix" = "yes" ; then 30710 if test "$check_vdb_posix" = "yes" ; then
29635 { echo "$as_me:$LINENO: checking for mprotect" >&5 30711 { $as_echo "$as_me:$LINENO: checking for mprotect" >&5
29636 echo $ECHO_N "checking for mprotect... $ECHO_C" >&6; } 30712 $as_echo_n "checking for mprotect... " >&6; }
29637 if test "${ac_cv_func_mprotect+set}" = set; then 30713 if test "${ac_cv_func_mprotect+set}" = set; then
29638 echo $ECHO_N "(cached) $ECHO_C" >&6 30714 $as_echo_n "(cached) " >&6
29639 else 30715 else
29640 cat >conftest.$ac_ext <<_ACEOF 30716 cat >conftest.$ac_ext <<_ACEOF
29641 /* confdefs.h. */ 30717 /* confdefs.h. */
29642 _ACEOF 30718 _ACEOF
29643 cat confdefs.h >>conftest.$ac_ext 30719 cat confdefs.h >>conftest.$ac_ext
29686 if { (ac_try="$ac_link" 30762 if { (ac_try="$ac_link"
29687 case "(($ac_try" in 30763 case "(($ac_try" in
29688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 30764 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29689 *) ac_try_echo=$ac_try;; 30765 *) ac_try_echo=$ac_try;;
29690 esac 30766 esac
29691 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 30767 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
30768 $as_echo "$ac_try_echo") >&5
29692 (eval "$ac_link") 2>conftest.er1 30769 (eval "$ac_link") 2>conftest.er1
29693 ac_status=$? 30770 ac_status=$?
29694 grep -v '^ *+' conftest.er1 >conftest.err 30771 grep -v '^ *+' conftest.er1 >conftest.err
29695 rm -f conftest.er1 30772 rm -f conftest.er1
29696 cat conftest.err >&5 30773 cat conftest.err >&5
29697 echo "$as_me:$LINENO: \$? = $ac_status" >&5 30774 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
29698 (exit $ac_status); } && { 30775 (exit $ac_status); } && {
29699 test -z "$ac_c_werror_flag" || 30776 test -z "$ac_c_werror_flag" ||
29700 test ! -s conftest.err 30777 test ! -s conftest.err
29701 } && test -s conftest$ac_exeext && 30778 } && test -s conftest$ac_exeext && {
29702 $as_test_x conftest$ac_exeext; then 30779 test "$cross_compiling" = yes ||
30780 $as_test_x conftest$ac_exeext
30781 }; then
29703 ac_cv_func_mprotect=yes 30782 ac_cv_func_mprotect=yes
29704 else 30783 else
29705 echo "$as_me: failed program was:" >&5 30784 $as_echo "$as_me: failed program was:" >&5
29706 sed 's/^/| /' conftest.$ac_ext >&5 30785 sed 's/^/| /' conftest.$ac_ext >&5
29707 30786
29708 ac_cv_func_mprotect=no 30787 ac_cv_func_mprotect=no
29709 fi 30788 fi
29710 30789
30790 rm -rf conftest.dSYM
29711 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 30791 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29712 conftest$ac_exeext conftest.$ac_ext 30792 conftest$ac_exeext conftest.$ac_ext
29713 fi 30793 fi
29714 { echo "$as_me:$LINENO: result: $ac_cv_func_mprotect" >&5 30794 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_mprotect" >&5
29715 echo "${ECHO_T}$ac_cv_func_mprotect" >&6; } 30795 $as_echo "$ac_cv_func_mprotect" >&6; }
29716 if test $ac_cv_func_mprotect = yes; then 30796 if test "x$ac_cv_func_mprotect" = x""yes; then
29717 cat >>confdefs.h <<\_ACEOF 30797 cat >>confdefs.h <<\_ACEOF
29718 #define HAVE_MPROTECT 1 30798 #define HAVE_MPROTECT 1
29719 _ACEOF 30799 _ACEOF
29720 have_vdb_mprotect=yes 30800 have_vdb_mprotect=yes
29721 fi 30801 fi
29722 30802
29723 30803
29724 { echo "$as_me:$LINENO: checking for sigaction" >&5 30804 { $as_echo "$as_me:$LINENO: checking for sigaction" >&5
29725 echo $ECHO_N "checking for sigaction... $ECHO_C" >&6; } 30805 $as_echo_n "checking for sigaction... " >&6; }
29726 if test "${ac_cv_func_sigaction+set}" = set; then 30806 if test "${ac_cv_func_sigaction+set}" = set; then
29727 echo $ECHO_N "(cached) $ECHO_C" >&6 30807 $as_echo_n "(cached) " >&6
29728 else 30808 else
29729 cat >conftest.$ac_ext <<_ACEOF 30809 cat >conftest.$ac_ext <<_ACEOF
29730 /* confdefs.h. */ 30810 /* confdefs.h. */
29731 _ACEOF 30811 _ACEOF
29732 cat confdefs.h >>conftest.$ac_ext 30812 cat confdefs.h >>conftest.$ac_ext
29775 if { (ac_try="$ac_link" 30855 if { (ac_try="$ac_link"
29776 case "(($ac_try" in 30856 case "(($ac_try" in
29777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 30857 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29778 *) ac_try_echo=$ac_try;; 30858 *) ac_try_echo=$ac_try;;
29779 esac 30859 esac
29780 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 30860 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
30861 $as_echo "$ac_try_echo") >&5
29781 (eval "$ac_link") 2>conftest.er1 30862 (eval "$ac_link") 2>conftest.er1
29782 ac_status=$? 30863 ac_status=$?
29783 grep -v '^ *+' conftest.er1 >conftest.err 30864 grep -v '^ *+' conftest.er1 >conftest.err
29784 rm -f conftest.er1 30865 rm -f conftest.er1
29785 cat conftest.err >&5 30866 cat conftest.err >&5
29786 echo "$as_me:$LINENO: \$? = $ac_status" >&5 30867 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
29787 (exit $ac_status); } && { 30868 (exit $ac_status); } && {
29788 test -z "$ac_c_werror_flag" || 30869 test -z "$ac_c_werror_flag" ||
29789 test ! -s conftest.err 30870 test ! -s conftest.err
29790 } && test -s conftest$ac_exeext && 30871 } && test -s conftest$ac_exeext && {
29791 $as_test_x conftest$ac_exeext; then 30872 test "$cross_compiling" = yes ||
30873 $as_test_x conftest$ac_exeext
30874 }; then
29792 ac_cv_func_sigaction=yes 30875 ac_cv_func_sigaction=yes
29793 else 30876 else
29794 echo "$as_me: failed program was:" >&5 30877 $as_echo "$as_me: failed program was:" >&5
29795 sed 's/^/| /' conftest.$ac_ext >&5 30878 sed 's/^/| /' conftest.$ac_ext >&5
29796 30879
29797 ac_cv_func_sigaction=no 30880 ac_cv_func_sigaction=no
29798 fi 30881 fi
29799 30882
30883 rm -rf conftest.dSYM
29800 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 30884 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29801 conftest$ac_exeext conftest.$ac_ext 30885 conftest$ac_exeext conftest.$ac_ext
29802 fi 30886 fi
29803 { echo "$as_me:$LINENO: result: $ac_cv_func_sigaction" >&5 30887 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_sigaction" >&5
29804 echo "${ECHO_T}$ac_cv_func_sigaction" >&6; } 30888 $as_echo "$ac_cv_func_sigaction" >&6; }
29805 if test $ac_cv_func_sigaction = yes; then 30889 if test "x$ac_cv_func_sigaction" = x""yes; then
29806 cat >>confdefs.h <<\_ACEOF 30890 cat >>confdefs.h <<\_ACEOF
29807 #define HAVE_SIGACTION 1 30891 #define HAVE_SIGACTION 1
29808 _ACEOF 30892 _ACEOF
29809 have_vdb_sigaction=yes 30893 have_vdb_sigaction=yes
29810 else 30894 else
29811 have_vdb_sigaction=no 30895 have_vdb_sigaction=no
29812 fi 30896 fi
29813 30897
29814 { echo "$as_me:$LINENO: checking for struct siginfo.si_addr" >&5 30898 { $as_echo "$as_me:$LINENO: checking for struct siginfo.si_addr" >&5
29815 echo $ECHO_N "checking for struct siginfo.si_addr... $ECHO_C" >&6; } 30899 $as_echo_n "checking for struct siginfo.si_addr... " >&6; }
29816 if test "${ac_cv_member_struct_siginfo_si_addr+set}" = set; then 30900 if test "${ac_cv_member_struct_siginfo_si_addr+set}" = set; then
29817 echo $ECHO_N "(cached) $ECHO_C" >&6 30901 $as_echo_n "(cached) " >&6
29818 else 30902 else
29819 cat >conftest.$ac_ext <<_ACEOF 30903 cat >conftest.$ac_ext <<_ACEOF
29820 /* confdefs.h. */ 30904 /* confdefs.h. */
29821 _ACEOF 30905 _ACEOF
29822 cat confdefs.h >>conftest.$ac_ext 30906 cat confdefs.h >>conftest.$ac_ext
29838 if { (ac_try="$ac_compile" 30922 if { (ac_try="$ac_compile"
29839 case "(($ac_try" in 30923 case "(($ac_try" in
29840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 30924 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29841 *) ac_try_echo=$ac_try;; 30925 *) ac_try_echo=$ac_try;;
29842 esac 30926 esac
29843 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 30927 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
30928 $as_echo "$ac_try_echo") >&5
29844 (eval "$ac_compile") 2>conftest.er1 30929 (eval "$ac_compile") 2>conftest.er1
29845 ac_status=$? 30930 ac_status=$?
29846 grep -v '^ *+' conftest.er1 >conftest.err 30931 grep -v '^ *+' conftest.er1 >conftest.err
29847 rm -f conftest.er1 30932 rm -f conftest.er1
29848 cat conftest.err >&5 30933 cat conftest.err >&5
29849 echo "$as_me:$LINENO: \$? = $ac_status" >&5 30934 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
29850 (exit $ac_status); } && { 30935 (exit $ac_status); } && {
29851 test -z "$ac_c_werror_flag" || 30936 test -z "$ac_c_werror_flag" ||
29852 test ! -s conftest.err 30937 test ! -s conftest.err
29853 } && test -s conftest.$ac_objext; then 30938 } && test -s conftest.$ac_objext; then
29854 ac_cv_member_struct_siginfo_si_addr=yes 30939 ac_cv_member_struct_siginfo_si_addr=yes
29855 else 30940 else
29856 echo "$as_me: failed program was:" >&5 30941 $as_echo "$as_me: failed program was:" >&5
29857 sed 's/^/| /' conftest.$ac_ext >&5 30942 sed 's/^/| /' conftest.$ac_ext >&5
29858 30943
29859 cat >conftest.$ac_ext <<_ACEOF 30944 cat >conftest.$ac_ext <<_ACEOF
29860 /* confdefs.h. */ 30945 /* confdefs.h. */
29861 _ACEOF 30946 _ACEOF
29878 if { (ac_try="$ac_compile" 30963 if { (ac_try="$ac_compile"
29879 case "(($ac_try" in 30964 case "(($ac_try" in
29880 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 30965 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29881 *) ac_try_echo=$ac_try;; 30966 *) ac_try_echo=$ac_try;;
29882 esac 30967 esac
29883 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 30968 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
30969 $as_echo "$ac_try_echo") >&5
29884 (eval "$ac_compile") 2>conftest.er1 30970 (eval "$ac_compile") 2>conftest.er1
29885 ac_status=$? 30971 ac_status=$?
29886 grep -v '^ *+' conftest.er1 >conftest.err 30972 grep -v '^ *+' conftest.er1 >conftest.err
29887 rm -f conftest.er1 30973 rm -f conftest.er1
29888 cat conftest.err >&5 30974 cat conftest.err >&5
29889 echo "$as_me:$LINENO: \$? = $ac_status" >&5 30975 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
29890 (exit $ac_status); } && { 30976 (exit $ac_status); } && {
29891 test -z "$ac_c_werror_flag" || 30977 test -z "$ac_c_werror_flag" ||
29892 test ! -s conftest.err 30978 test ! -s conftest.err
29893 } && test -s conftest.$ac_objext; then 30979 } && test -s conftest.$ac_objext; then
29894 ac_cv_member_struct_siginfo_si_addr=yes 30980 ac_cv_member_struct_siginfo_si_addr=yes
29895 else 30981 else
29896 echo "$as_me: failed program was:" >&5 30982 $as_echo "$as_me: failed program was:" >&5
29897 sed 's/^/| /' conftest.$ac_ext >&5 30983 sed 's/^/| /' conftest.$ac_ext >&5
29898 30984
29899 ac_cv_member_struct_siginfo_si_addr=no 30985 ac_cv_member_struct_siginfo_si_addr=no
29900 fi 30986 fi
29901 30987
29902 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 30988 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29903 fi 30989 fi
29904 30990
29905 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 30991 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29906 fi 30992 fi
29907 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_siginfo_si_addr" >&5 30993 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_siginfo_si_addr" >&5
29908 echo "${ECHO_T}$ac_cv_member_struct_siginfo_si_addr" >&6; } 30994 $as_echo "$ac_cv_member_struct_siginfo_si_addr" >&6; }
29909 if test $ac_cv_member_struct_siginfo_si_addr = yes; then 30995 if test "x$ac_cv_member_struct_siginfo_si_addr" = x""yes; then
29910 cat >>confdefs.h <<\_ACEOF 30996 cat >>confdefs.h <<\_ACEOF
29911 #define HAVE_STRUCT_SIGINFO_SI_ADDR 1 30997 #define HAVE_STRUCT_SIGINFO_SI_ADDR 1
29912 _ACEOF 30998 _ACEOF
29913 have_si_addr=yes 30999 have_si_addr=yes
29914 fi 31000 fi
29915 31001
29916 { echo "$as_me:$LINENO: checking for siginfo_t.si_addr" >&5 31002 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_addr" >&5
29917 echo $ECHO_N "checking for siginfo_t.si_addr... $ECHO_C" >&6; } 31003 $as_echo_n "checking for siginfo_t.si_addr... " >&6; }
29918 if test "${ac_cv_member_siginfo_t_si_addr+set}" = set; then 31004 if test "${ac_cv_member_siginfo_t_si_addr+set}" = set; then
29919 echo $ECHO_N "(cached) $ECHO_C" >&6 31005 $as_echo_n "(cached) " >&6
29920 else 31006 else
29921 cat >conftest.$ac_ext <<_ACEOF 31007 cat >conftest.$ac_ext <<_ACEOF
29922 /* confdefs.h. */ 31008 /* confdefs.h. */
29923 _ACEOF 31009 _ACEOF
29924 cat confdefs.h >>conftest.$ac_ext 31010 cat confdefs.h >>conftest.$ac_ext
29940 if { (ac_try="$ac_compile" 31026 if { (ac_try="$ac_compile"
29941 case "(($ac_try" in 31027 case "(($ac_try" in
29942 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 31028 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29943 *) ac_try_echo=$ac_try;; 31029 *) ac_try_echo=$ac_try;;
29944 esac 31030 esac
29945 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 31031 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
31032 $as_echo "$ac_try_echo") >&5
29946 (eval "$ac_compile") 2>conftest.er1 31033 (eval "$ac_compile") 2>conftest.er1
29947 ac_status=$? 31034 ac_status=$?
29948 grep -v '^ *+' conftest.er1 >conftest.err 31035 grep -v '^ *+' conftest.er1 >conftest.err
29949 rm -f conftest.er1 31036 rm -f conftest.er1
29950 cat conftest.err >&5 31037 cat conftest.err >&5
29951 echo "$as_me:$LINENO: \$? = $ac_status" >&5 31038 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
29952 (exit $ac_status); } && { 31039 (exit $ac_status); } && {
29953 test -z "$ac_c_werror_flag" || 31040 test -z "$ac_c_werror_flag" ||
29954 test ! -s conftest.err 31041 test ! -s conftest.err
29955 } && test -s conftest.$ac_objext; then 31042 } && test -s conftest.$ac_objext; then
29956 ac_cv_member_siginfo_t_si_addr=yes 31043 ac_cv_member_siginfo_t_si_addr=yes
29957 else 31044 else
29958 echo "$as_me: failed program was:" >&5 31045 $as_echo "$as_me: failed program was:" >&5
29959 sed 's/^/| /' conftest.$ac_ext >&5 31046 sed 's/^/| /' conftest.$ac_ext >&5
29960 31047
29961 cat >conftest.$ac_ext <<_ACEOF 31048 cat >conftest.$ac_ext <<_ACEOF
29962 /* confdefs.h. */ 31049 /* confdefs.h. */
29963 _ACEOF 31050 _ACEOF
29980 if { (ac_try="$ac_compile" 31067 if { (ac_try="$ac_compile"
29981 case "(($ac_try" in 31068 case "(($ac_try" in
29982 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 31069 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29983 *) ac_try_echo=$ac_try;; 31070 *) ac_try_echo=$ac_try;;
29984 esac 31071 esac
29985 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 31072 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
31073 $as_echo "$ac_try_echo") >&5
29986 (eval "$ac_compile") 2>conftest.er1 31074 (eval "$ac_compile") 2>conftest.er1
29987 ac_status=$? 31075 ac_status=$?
29988 grep -v '^ *+' conftest.er1 >conftest.err 31076 grep -v '^ *+' conftest.er1 >conftest.err
29989 rm -f conftest.er1 31077 rm -f conftest.er1
29990 cat conftest.err >&5 31078 cat conftest.err >&5
29991 echo "$as_me:$LINENO: \$? = $ac_status" >&5 31079 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
29992 (exit $ac_status); } && { 31080 (exit $ac_status); } && {
29993 test -z "$ac_c_werror_flag" || 31081 test -z "$ac_c_werror_flag" ||
29994 test ! -s conftest.err 31082 test ! -s conftest.err
29995 } && test -s conftest.$ac_objext; then 31083 } && test -s conftest.$ac_objext; then
29996 ac_cv_member_siginfo_t_si_addr=yes 31084 ac_cv_member_siginfo_t_si_addr=yes
29997 else 31085 else
29998 echo "$as_me: failed program was:" >&5 31086 $as_echo "$as_me: failed program was:" >&5
29999 sed 's/^/| /' conftest.$ac_ext >&5 31087 sed 's/^/| /' conftest.$ac_ext >&5
30000 31088
30001 ac_cv_member_siginfo_t_si_addr=no 31089 ac_cv_member_siginfo_t_si_addr=no
30002 fi 31090 fi
30003 31091
30004 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 31092 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30005 fi 31093 fi
30006 31094
30007 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 31095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30008 fi 31096 fi
30009 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_addr" >&5 31097 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_addr" >&5
30010 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_addr" >&6; } 31098 $as_echo "$ac_cv_member_siginfo_t_si_addr" >&6; }
30011 if test $ac_cv_member_siginfo_t_si_addr = yes; then 31099 if test "x$ac_cv_member_siginfo_t_si_addr" = x""yes; then
30012 cat >>confdefs.h <<\_ACEOF 31100 cat >>confdefs.h <<\_ACEOF
30013 #define HAVE_SIGINFO_T_SI_ADDR 1 31101 #define HAVE_SIGINFO_T_SI_ADDR 1
30014 _ACEOF 31102 _ACEOF
30015 have_si_addr=yes 31103 have_si_addr=yes
30016 fi 31104 fi
30017 31105
30018 if test "$have_si_addr" != "yes" ; then 31106 if test "$have_si_addr" != "yes" ; then
30019 have_vdb_sigaction=no 31107 have_vdb_sigaction=no
30020 fi 31108 fi
30021 31109
30022 { echo "$as_me:$LINENO: checking for signal" >&5 31110 { $as_echo "$as_me:$LINENO: checking for signal" >&5
30023 echo $ECHO_N "checking for signal... $ECHO_C" >&6; } 31111 $as_echo_n "checking for signal... " >&6; }
30024 if test "${ac_cv_func_signal+set}" = set; then 31112 if test "${ac_cv_func_signal+set}" = set; then
30025 echo $ECHO_N "(cached) $ECHO_C" >&6 31113 $as_echo_n "(cached) " >&6
30026 else 31114 else
30027 cat >conftest.$ac_ext <<_ACEOF 31115 cat >conftest.$ac_ext <<_ACEOF
30028 /* confdefs.h. */ 31116 /* confdefs.h. */
30029 _ACEOF 31117 _ACEOF
30030 cat confdefs.h >>conftest.$ac_ext 31118 cat confdefs.h >>conftest.$ac_ext
30073 if { (ac_try="$ac_link" 31161 if { (ac_try="$ac_link"
30074 case "(($ac_try" in 31162 case "(($ac_try" in
30075 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 31163 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30076 *) ac_try_echo=$ac_try;; 31164 *) ac_try_echo=$ac_try;;
30077 esac 31165 esac
30078 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 31166 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
31167 $as_echo "$ac_try_echo") >&5
30079 (eval "$ac_link") 2>conftest.er1 31168 (eval "$ac_link") 2>conftest.er1
30080 ac_status=$? 31169 ac_status=$?
30081 grep -v '^ *+' conftest.er1 >conftest.err 31170 grep -v '^ *+' conftest.er1 >conftest.err
30082 rm -f conftest.er1 31171 rm -f conftest.er1
30083 cat conftest.err >&5 31172 cat conftest.err >&5
30084 echo "$as_me:$LINENO: \$? = $ac_status" >&5 31173 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
30085 (exit $ac_status); } && { 31174 (exit $ac_status); } && {
30086 test -z "$ac_c_werror_flag" || 31175 test -z "$ac_c_werror_flag" ||
30087 test ! -s conftest.err 31176 test ! -s conftest.err
30088 } && test -s conftest$ac_exeext && 31177 } && test -s conftest$ac_exeext && {
30089 $as_test_x conftest$ac_exeext; then 31178 test "$cross_compiling" = yes ||
31179 $as_test_x conftest$ac_exeext
31180 }; then
30090 ac_cv_func_signal=yes 31181 ac_cv_func_signal=yes
30091 else 31182 else
30092 echo "$as_me: failed program was:" >&5 31183 $as_echo "$as_me: failed program was:" >&5
30093 sed 's/^/| /' conftest.$ac_ext >&5 31184 sed 's/^/| /' conftest.$ac_ext >&5
30094 31185
30095 ac_cv_func_signal=no 31186 ac_cv_func_signal=no
30096 fi 31187 fi
30097 31188
31189 rm -rf conftest.dSYM
30098 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 31190 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30099 conftest$ac_exeext conftest.$ac_ext 31191 conftest$ac_exeext conftest.$ac_ext
30100 fi 31192 fi
30101 { echo "$as_me:$LINENO: result: $ac_cv_func_signal" >&5 31193 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_signal" >&5
30102 echo "${ECHO_T}$ac_cv_func_signal" >&6; } 31194 $as_echo "$ac_cv_func_signal" >&6; }
30103 if test $ac_cv_func_signal = yes; then 31195 if test "x$ac_cv_func_signal" = x""yes; then
30104 cat >>confdefs.h <<\_ACEOF 31196 cat >>confdefs.h <<\_ACEOF
30105 #define HAVE_SIGNAL 1 31197 #define HAVE_SIGNAL 1
30106 _ACEOF 31198 _ACEOF
30107 have_vdb_signal=yes 31199 have_vdb_signal=yes
30108 fi 31200 fi
30109 31201
30110 { echo "$as_me:$LINENO: checking for struct sigcontext.cr2" >&5 31202 { $as_echo "$as_me:$LINENO: checking for struct sigcontext.cr2" >&5
30111 echo $ECHO_N "checking for struct sigcontext.cr2... $ECHO_C" >&6; } 31203 $as_echo_n "checking for struct sigcontext.cr2... " >&6; }
30112 if test "${ac_cv_member_struct_sigcontext_cr2+set}" = set; then 31204 if test "${ac_cv_member_struct_sigcontext_cr2+set}" = set; then
30113 echo $ECHO_N "(cached) $ECHO_C" >&6 31205 $as_echo_n "(cached) " >&6
30114 else 31206 else
30115 cat >conftest.$ac_ext <<_ACEOF 31207 cat >conftest.$ac_ext <<_ACEOF
30116 /* confdefs.h. */ 31208 /* confdefs.h. */
30117 _ACEOF 31209 _ACEOF
30118 cat confdefs.h >>conftest.$ac_ext 31210 cat confdefs.h >>conftest.$ac_ext
30134 if { (ac_try="$ac_compile" 31226 if { (ac_try="$ac_compile"
30135 case "(($ac_try" in 31227 case "(($ac_try" in
30136 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 31228 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30137 *) ac_try_echo=$ac_try;; 31229 *) ac_try_echo=$ac_try;;
30138 esac 31230 esac
30139 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 31231 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
31232 $as_echo "$ac_try_echo") >&5
30140 (eval "$ac_compile") 2>conftest.er1 31233 (eval "$ac_compile") 2>conftest.er1
30141 ac_status=$? 31234 ac_status=$?
30142 grep -v '^ *+' conftest.er1 >conftest.err 31235 grep -v '^ *+' conftest.er1 >conftest.err
30143 rm -f conftest.er1 31236 rm -f conftest.er1
30144 cat conftest.err >&5 31237 cat conftest.err >&5
30145 echo "$as_me:$LINENO: \$? = $ac_status" >&5 31238 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
30146 (exit $ac_status); } && { 31239 (exit $ac_status); } && {
30147 test -z "$ac_c_werror_flag" || 31240 test -z "$ac_c_werror_flag" ||
30148 test ! -s conftest.err 31241 test ! -s conftest.err
30149 } && test -s conftest.$ac_objext; then 31242 } && test -s conftest.$ac_objext; then
30150 ac_cv_member_struct_sigcontext_cr2=yes 31243 ac_cv_member_struct_sigcontext_cr2=yes
30151 else 31244 else
30152 echo "$as_me: failed program was:" >&5 31245 $as_echo "$as_me: failed program was:" >&5
30153 sed 's/^/| /' conftest.$ac_ext >&5 31246 sed 's/^/| /' conftest.$ac_ext >&5
30154 31247
30155 cat >conftest.$ac_ext <<_ACEOF 31248 cat >conftest.$ac_ext <<_ACEOF
30156 /* confdefs.h. */ 31249 /* confdefs.h. */
30157 _ACEOF 31250 _ACEOF
30174 if { (ac_try="$ac_compile" 31267 if { (ac_try="$ac_compile"
30175 case "(($ac_try" in 31268 case "(($ac_try" in
30176 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 31269 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30177 *) ac_try_echo=$ac_try;; 31270 *) ac_try_echo=$ac_try;;
30178 esac 31271 esac
30179 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 31272 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
31273 $as_echo "$ac_try_echo") >&5
30180 (eval "$ac_compile") 2>conftest.er1 31274 (eval "$ac_compile") 2>conftest.er1
30181 ac_status=$? 31275 ac_status=$?
30182 grep -v '^ *+' conftest.er1 >conftest.err 31276 grep -v '^ *+' conftest.er1 >conftest.err
30183 rm -f conftest.er1 31277 rm -f conftest.er1
30184 cat conftest.err >&5 31278 cat conftest.err >&5
30185 echo "$as_me:$LINENO: \$? = $ac_status" >&5 31279 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
30186 (exit $ac_status); } && { 31280 (exit $ac_status); } && {
30187 test -z "$ac_c_werror_flag" || 31281 test -z "$ac_c_werror_flag" ||
30188 test ! -s conftest.err 31282 test ! -s conftest.err
30189 } && test -s conftest.$ac_objext; then 31283 } && test -s conftest.$ac_objext; then
30190 ac_cv_member_struct_sigcontext_cr2=yes 31284 ac_cv_member_struct_sigcontext_cr2=yes
30191 else 31285 else
30192 echo "$as_me: failed program was:" >&5 31286 $as_echo "$as_me: failed program was:" >&5
30193 sed 's/^/| /' conftest.$ac_ext >&5 31287 sed 's/^/| /' conftest.$ac_ext >&5
30194 31288
30195 ac_cv_member_struct_sigcontext_cr2=no 31289 ac_cv_member_struct_sigcontext_cr2=no
30196 fi 31290 fi
30197 31291
30198 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 31292 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30199 fi 31293 fi
30200 31294
30201 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 31295 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30202 fi 31296 fi
30203 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sigcontext_cr2" >&5 31297 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sigcontext_cr2" >&5
30204 echo "${ECHO_T}$ac_cv_member_struct_sigcontext_cr2" >&6; } 31298 $as_echo "$ac_cv_member_struct_sigcontext_cr2" >&6; }
30205 if test $ac_cv_member_struct_sigcontext_cr2 = yes; then 31299 if test "x$ac_cv_member_struct_sigcontext_cr2" = x""yes; then
30206 cat >>confdefs.h <<\_ACEOF 31300 cat >>confdefs.h <<\_ACEOF
30207 #define HAVE_STRUCT_SIGCONTEXT_CR2 1 31301 #define HAVE_STRUCT_SIGCONTEXT_CR2 1
30208 _ACEOF 31302 _ACEOF
30209 have_cr2=yes 31303 have_cr2=yes
30210 fi 31304 fi
30238 31332
30239 31333
30240 31334
30241 for ac_func in getpt _getpty grantpt unlockpt ptsname killpg tcgetpgrp 31335 for ac_func in getpt _getpty grantpt unlockpt ptsname killpg tcgetpgrp
30242 do 31336 do
30243 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 31337 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
30244 { echo "$as_me:$LINENO: checking for $ac_func" >&5 31338 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
30245 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 31339 $as_echo_n "checking for $ac_func... " >&6; }
30246 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 31340 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
30247 echo $ECHO_N "(cached) $ECHO_C" >&6 31341 $as_echo_n "(cached) " >&6
30248 else 31342 else
30249 cat >conftest.$ac_ext <<_ACEOF 31343 cat >conftest.$ac_ext <<_ACEOF
30250 /* confdefs.h. */ 31344 /* confdefs.h. */
30251 _ACEOF 31345 _ACEOF
30252 cat confdefs.h >>conftest.$ac_ext 31346 cat confdefs.h >>conftest.$ac_ext
30295 if { (ac_try="$ac_link" 31389 if { (ac_try="$ac_link"
30296 case "(($ac_try" in 31390 case "(($ac_try" in
30297 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 31391 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30298 *) ac_try_echo=$ac_try;; 31392 *) ac_try_echo=$ac_try;;
30299 esac 31393 esac
30300 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 31394 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
31395 $as_echo "$ac_try_echo") >&5
30301 (eval "$ac_link") 2>conftest.er1 31396 (eval "$ac_link") 2>conftest.er1
30302 ac_status=$? 31397 ac_status=$?
30303 grep -v '^ *+' conftest.er1 >conftest.err 31398 grep -v '^ *+' conftest.er1 >conftest.err
30304 rm -f conftest.er1 31399 rm -f conftest.er1
30305 cat conftest.err >&5 31400 cat conftest.err >&5
30306 echo "$as_me:$LINENO: \$? = $ac_status" >&5 31401 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
30307 (exit $ac_status); } && { 31402 (exit $ac_status); } && {
30308 test -z "$ac_c_werror_flag" || 31403 test -z "$ac_c_werror_flag" ||
30309 test ! -s conftest.err 31404 test ! -s conftest.err
30310 } && test -s conftest$ac_exeext && 31405 } && test -s conftest$ac_exeext && {
30311 $as_test_x conftest$ac_exeext; then 31406 test "$cross_compiling" = yes ||
31407 $as_test_x conftest$ac_exeext
31408 }; then
30312 eval "$as_ac_var=yes" 31409 eval "$as_ac_var=yes"
30313 else 31410 else
30314 echo "$as_me: failed program was:" >&5 31411 $as_echo "$as_me: failed program was:" >&5
30315 sed 's/^/| /' conftest.$ac_ext >&5 31412 sed 's/^/| /' conftest.$ac_ext >&5
30316 31413
30317 eval "$as_ac_var=no" 31414 eval "$as_ac_var=no"
30318 fi 31415 fi
30319 31416
31417 rm -rf conftest.dSYM
30320 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 31418 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30321 conftest$ac_exeext conftest.$ac_ext 31419 conftest$ac_exeext conftest.$ac_ext
30322 fi 31420 fi
30323 ac_res=`eval echo '${'$as_ac_var'}'` 31421 ac_res=`eval 'as_val=${'$as_ac_var'}
30324 { echo "$as_me:$LINENO: result: $ac_res" >&5 31422 $as_echo "$as_val"'`
30325 echo "${ECHO_T}$ac_res" >&6; } 31423 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
30326 if test `eval echo '${'$as_ac_var'}'` = yes; then 31424 $as_echo "$ac_res" >&6; }
31425 as_val=`eval 'as_val=${'$as_ac_var'}
31426 $as_echo "$as_val"'`
31427 if test "x$as_val" = x""yes; then
30327 cat >>confdefs.h <<_ACEOF 31428 cat >>confdefs.h <<_ACEOF
30328 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 31429 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
30329 _ACEOF 31430 _ACEOF
30330 31431
30331 fi 31432 fi
30332 done 31433 done
30333 31434
30334 31435
30335 { echo "$as_me:$LINENO: checking for openpty" >&5 31436 { $as_echo "$as_me:$LINENO: checking for openpty" >&5
30336 echo $ECHO_N "checking for openpty... $ECHO_C" >&6; } 31437 $as_echo_n "checking for openpty... " >&6; }
30337 if test "${ac_cv_func_openpty+set}" = set; then 31438 if test "${ac_cv_func_openpty+set}" = set; then
30338 echo $ECHO_N "(cached) $ECHO_C" >&6 31439 $as_echo_n "(cached) " >&6
30339 else 31440 else
30340 cat >conftest.$ac_ext <<_ACEOF 31441 cat >conftest.$ac_ext <<_ACEOF
30341 /* confdefs.h. */ 31442 /* confdefs.h. */
30342 _ACEOF 31443 _ACEOF
30343 cat confdefs.h >>conftest.$ac_ext 31444 cat confdefs.h >>conftest.$ac_ext
30386 if { (ac_try="$ac_link" 31487 if { (ac_try="$ac_link"
30387 case "(($ac_try" in 31488 case "(($ac_try" in
30388 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 31489 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30389 *) ac_try_echo=$ac_try;; 31490 *) ac_try_echo=$ac_try;;
30390 esac 31491 esac
30391 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 31492 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
31493 $as_echo "$ac_try_echo") >&5
30392 (eval "$ac_link") 2>conftest.er1 31494 (eval "$ac_link") 2>conftest.er1
30393 ac_status=$? 31495 ac_status=$?
30394 grep -v '^ *+' conftest.er1 >conftest.err 31496 grep -v '^ *+' conftest.er1 >conftest.err
30395 rm -f conftest.er1 31497 rm -f conftest.er1
30396 cat conftest.err >&5 31498 cat conftest.err >&5
30397 echo "$as_me:$LINENO: \$? = $ac_status" >&5 31499 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
30398 (exit $ac_status); } && { 31500 (exit $ac_status); } && {
30399 test -z "$ac_c_werror_flag" || 31501 test -z "$ac_c_werror_flag" ||
30400 test ! -s conftest.err 31502 test ! -s conftest.err
30401 } && test -s conftest$ac_exeext && 31503 } && test -s conftest$ac_exeext && {
30402 $as_test_x conftest$ac_exeext; then 31504 test "$cross_compiling" = yes ||
31505 $as_test_x conftest$ac_exeext
31506 }; then
30403 ac_cv_func_openpty=yes 31507 ac_cv_func_openpty=yes
30404 else 31508 else
30405 echo "$as_me: failed program was:" >&5 31509 $as_echo "$as_me: failed program was:" >&5
30406 sed 's/^/| /' conftest.$ac_ext >&5 31510 sed 's/^/| /' conftest.$ac_ext >&5
30407 31511
30408 ac_cv_func_openpty=no 31512 ac_cv_func_openpty=no
30409 fi 31513 fi
30410 31514
31515 rm -rf conftest.dSYM
30411 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 31516 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30412 conftest$ac_exeext conftest.$ac_ext 31517 conftest$ac_exeext conftest.$ac_ext
30413 fi 31518 fi
30414 { echo "$as_me:$LINENO: result: $ac_cv_func_openpty" >&5 31519 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_openpty" >&5
30415 echo "${ECHO_T}$ac_cv_func_openpty" >&6; } 31520 $as_echo "$ac_cv_func_openpty" >&6; }
30416 if test $ac_cv_func_openpty = yes; then 31521 if test "x$ac_cv_func_openpty" = x""yes; then
30417 have_openpty=yes 31522 have_openpty=yes
30418 else 31523 else
30419 31524
30420 { echo "$as_me:$LINENO: checking for openpty in -lutil" >&5 31525 { $as_echo "$as_me:$LINENO: checking for openpty in -lutil" >&5
30421 echo $ECHO_N "checking for openpty in -lutil... $ECHO_C" >&6; } 31526 $as_echo_n "checking for openpty in -lutil... " >&6; }
30422 if test "${ac_cv_lib_util_openpty+set}" = set; then 31527 if test "${ac_cv_lib_util_openpty+set}" = set; then
30423 echo $ECHO_N "(cached) $ECHO_C" >&6 31528 $as_echo_n "(cached) " >&6
30424 else 31529 else
30425 ac_check_lib_save_LIBS=$LIBS 31530 ac_check_lib_save_LIBS=$LIBS
30426 LIBS="-lutil $LIBS" 31531 LIBS="-lutil $LIBS"
30427 cat >conftest.$ac_ext <<_ACEOF 31532 cat >conftest.$ac_ext <<_ACEOF
30428 /* confdefs.h. */ 31533 /* confdefs.h. */
30450 if { (ac_try="$ac_link" 31555 if { (ac_try="$ac_link"
30451 case "(($ac_try" in 31556 case "(($ac_try" in
30452 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 31557 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30453 *) ac_try_echo=$ac_try;; 31558 *) ac_try_echo=$ac_try;;
30454 esac 31559 esac
30455 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 31560 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
31561 $as_echo "$ac_try_echo") >&5
30456 (eval "$ac_link") 2>conftest.er1 31562 (eval "$ac_link") 2>conftest.er1
30457 ac_status=$? 31563 ac_status=$?
30458 grep -v '^ *+' conftest.er1 >conftest.err 31564 grep -v '^ *+' conftest.er1 >conftest.err
30459 rm -f conftest.er1 31565 rm -f conftest.er1
30460 cat conftest.err >&5 31566 cat conftest.err >&5
30461 echo "$as_me:$LINENO: \$? = $ac_status" >&5 31567 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
30462 (exit $ac_status); } && { 31568 (exit $ac_status); } && {
30463 test -z "$ac_c_werror_flag" || 31569 test -z "$ac_c_werror_flag" ||
30464 test ! -s conftest.err 31570 test ! -s conftest.err
30465 } && test -s conftest$ac_exeext && 31571 } && test -s conftest$ac_exeext && {
30466 $as_test_x conftest$ac_exeext; then 31572 test "$cross_compiling" = yes ||
31573 $as_test_x conftest$ac_exeext
31574 }; then
30467 ac_cv_lib_util_openpty=yes 31575 ac_cv_lib_util_openpty=yes
30468 else 31576 else
30469 echo "$as_me: failed program was:" >&5 31577 $as_echo "$as_me: failed program was:" >&5
30470 sed 's/^/| /' conftest.$ac_ext >&5 31578 sed 's/^/| /' conftest.$ac_ext >&5
30471 31579
30472 ac_cv_lib_util_openpty=no 31580 ac_cv_lib_util_openpty=no
30473 fi 31581 fi
30474 31582
31583 rm -rf conftest.dSYM
30475 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 31584 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30476 conftest$ac_exeext conftest.$ac_ext 31585 conftest$ac_exeext conftest.$ac_ext
30477 LIBS=$ac_check_lib_save_LIBS 31586 LIBS=$ac_check_lib_save_LIBS
30478 fi 31587 fi
30479 { echo "$as_me:$LINENO: result: $ac_cv_lib_util_openpty" >&5 31588 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_util_openpty" >&5
30480 echo "${ECHO_T}$ac_cv_lib_util_openpty" >&6; } 31589 $as_echo "$ac_cv_lib_util_openpty" >&6; }
30481 if test $ac_cv_lib_util_openpty = yes; then 31590 if test "x$ac_cv_lib_util_openpty" = x""yes; then
30482 have_openpty=yes need_libutil=yes 31591 have_openpty=yes need_libutil=yes
30483 fi 31592 fi
30484 31593
30485 fi 31594 fi
30486 31595
30491 31600
30492 31601
30493 31602
30494 for ac_header in libutil.h util.h 31603 for ac_header in libutil.h util.h
30495 do 31604 do
30496 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 31605 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
30497 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 31606 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
30498 { echo "$as_me:$LINENO: checking for $ac_header" >&5 31607 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
30499 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 31608 $as_echo_n "checking for $ac_header... " >&6; }
30500 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 31609 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
30501 echo $ECHO_N "(cached) $ECHO_C" >&6 31610 $as_echo_n "(cached) " >&6
30502 fi 31611 fi
30503 ac_res=`eval echo '${'$as_ac_Header'}'` 31612 ac_res=`eval 'as_val=${'$as_ac_Header'}
30504 { echo "$as_me:$LINENO: result: $ac_res" >&5 31613 $as_echo "$as_val"'`
30505 echo "${ECHO_T}$ac_res" >&6; } 31614 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
31615 $as_echo "$ac_res" >&6; }
30506 else 31616 else
30507 # Is the header compilable? 31617 # Is the header compilable?
30508 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 31618 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
30509 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 31619 $as_echo_n "checking $ac_header usability... " >&6; }
30510 cat >conftest.$ac_ext <<_ACEOF 31620 cat >conftest.$ac_ext <<_ACEOF
30511 /* confdefs.h. */ 31621 /* confdefs.h. */
30512 _ACEOF 31622 _ACEOF
30513 cat confdefs.h >>conftest.$ac_ext 31623 cat confdefs.h >>conftest.$ac_ext
30514 cat >>conftest.$ac_ext <<_ACEOF 31624 cat >>conftest.$ac_ext <<_ACEOF
30520 if { (ac_try="$ac_compile" 31630 if { (ac_try="$ac_compile"
30521 case "(($ac_try" in 31631 case "(($ac_try" in
30522 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 31632 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30523 *) ac_try_echo=$ac_try;; 31633 *) ac_try_echo=$ac_try;;
30524 esac 31634 esac
30525 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 31635 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
31636 $as_echo "$ac_try_echo") >&5
30526 (eval "$ac_compile") 2>conftest.er1 31637 (eval "$ac_compile") 2>conftest.er1
30527 ac_status=$? 31638 ac_status=$?
30528 grep -v '^ *+' conftest.er1 >conftest.err 31639 grep -v '^ *+' conftest.er1 >conftest.err
30529 rm -f conftest.er1 31640 rm -f conftest.er1
30530 cat conftest.err >&5 31641 cat conftest.err >&5
30531 echo "$as_me:$LINENO: \$? = $ac_status" >&5 31642 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
30532 (exit $ac_status); } && { 31643 (exit $ac_status); } && {
30533 test -z "$ac_c_werror_flag" || 31644 test -z "$ac_c_werror_flag" ||
30534 test ! -s conftest.err 31645 test ! -s conftest.err
30535 } && test -s conftest.$ac_objext; then 31646 } && test -s conftest.$ac_objext; then
30536 ac_header_compiler=yes 31647 ac_header_compiler=yes
30537 else 31648 else
30538 echo "$as_me: failed program was:" >&5 31649 $as_echo "$as_me: failed program was:" >&5
30539 sed 's/^/| /' conftest.$ac_ext >&5 31650 sed 's/^/| /' conftest.$ac_ext >&5
30540 31651
30541 ac_header_compiler=no 31652 ac_header_compiler=no
30542 fi 31653 fi
30543 31654
30544 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 31655 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30545 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 31656 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
30546 echo "${ECHO_T}$ac_header_compiler" >&6; } 31657 $as_echo "$ac_header_compiler" >&6; }
30547 31658
30548 # Is the header present? 31659 # Is the header present?
30549 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 31660 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
30550 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 31661 $as_echo_n "checking $ac_header presence... " >&6; }
30551 cat >conftest.$ac_ext <<_ACEOF 31662 cat >conftest.$ac_ext <<_ACEOF
30552 /* confdefs.h. */ 31663 /* confdefs.h. */
30553 _ACEOF 31664 _ACEOF
30554 cat confdefs.h >>conftest.$ac_ext 31665 cat confdefs.h >>conftest.$ac_ext
30555 cat >>conftest.$ac_ext <<_ACEOF 31666 cat >>conftest.$ac_ext <<_ACEOF
30559 if { (ac_try="$ac_cpp conftest.$ac_ext" 31670 if { (ac_try="$ac_cpp conftest.$ac_ext"
30560 case "(($ac_try" in 31671 case "(($ac_try" in
30561 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 31672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30562 *) ac_try_echo=$ac_try;; 31673 *) ac_try_echo=$ac_try;;
30563 esac 31674 esac
30564 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 31675 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
31676 $as_echo "$ac_try_echo") >&5
30565 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 31677 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
30566 ac_status=$? 31678 ac_status=$?
30567 grep -v '^ *+' conftest.er1 >conftest.err 31679 grep -v '^ *+' conftest.er1 >conftest.err
30568 rm -f conftest.er1 31680 rm -f conftest.er1
30569 cat conftest.err >&5 31681 cat conftest.err >&5
30570 echo "$as_me:$LINENO: \$? = $ac_status" >&5 31682 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
30571 (exit $ac_status); } >/dev/null && { 31683 (exit $ac_status); } >/dev/null && {
30572 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 31684 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
30573 test ! -s conftest.err 31685 test ! -s conftest.err
30574 }; then 31686 }; then
30575 ac_header_preproc=yes 31687 ac_header_preproc=yes
30576 else 31688 else
30577 echo "$as_me: failed program was:" >&5 31689 $as_echo "$as_me: failed program was:" >&5
30578 sed 's/^/| /' conftest.$ac_ext >&5 31690 sed 's/^/| /' conftest.$ac_ext >&5
30579 31691
30580 ac_header_preproc=no 31692 ac_header_preproc=no
30581 fi 31693 fi
30582 31694
30583 rm -f conftest.err conftest.$ac_ext 31695 rm -f conftest.err conftest.$ac_ext
30584 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 31696 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
30585 echo "${ECHO_T}$ac_header_preproc" >&6; } 31697 $as_echo "$ac_header_preproc" >&6; }
30586 31698
30587 # So? What about this header? 31699 # So? What about this header?
30588 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 31700 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
30589 yes:no: ) 31701 yes:no: )
30590 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 31702 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
30591 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 31703 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
30592 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 31704 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
30593 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 31705 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
30594 ac_header_preproc=yes 31706 ac_header_preproc=yes
30595 ;; 31707 ;;
30596 no:yes:* ) 31708 no:yes:* )
30597 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 31709 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
30598 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 31710 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
30599 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 31711 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
30600 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 31712 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
30601 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 31713 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
30602 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 31714 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
30603 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 31715 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
30604 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 31716 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
30605 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 31717 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
30606 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 31718 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
30607 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 31719 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
30608 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 31720 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
30609 ( cat <<\_ASBOX 31721 ( cat <<\_ASBOX
30610 ## ------------------------------------- ## 31722 ## ------------------------------------- ##
30611 ## Report this to xemacs-beta@xemacs.org ## 31723 ## Report this to xemacs-beta@xemacs.org ##
30612 ## ------------------------------------- ## 31724 ## ------------------------------------- ##
30613 _ASBOX 31725 _ASBOX
30614 ) | sed "s/^/$as_me: WARNING: /" >&2 31726 ) | sed "s/^/$as_me: WARNING: /" >&2
30615 ;; 31727 ;;
30616 esac 31728 esac
30617 { echo "$as_me:$LINENO: checking for $ac_header" >&5 31729 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
30618 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 31730 $as_echo_n "checking for $ac_header... " >&6; }
30619 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 31731 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
30620 echo $ECHO_N "(cached) $ECHO_C" >&6 31732 $as_echo_n "(cached) " >&6
30621 else 31733 else
30622 eval "$as_ac_Header=\$ac_header_preproc" 31734 eval "$as_ac_Header=\$ac_header_preproc"
30623 fi 31735 fi
30624 ac_res=`eval echo '${'$as_ac_Header'}'` 31736 ac_res=`eval 'as_val=${'$as_ac_Header'}
30625 { echo "$as_me:$LINENO: result: $ac_res" >&5 31737 $as_echo "$as_val"'`
30626 echo "${ECHO_T}$ac_res" >&6; } 31738 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
30627 31739 $as_echo "$ac_res" >&6; }
30628 fi 31740
30629 if test `eval echo '${'$as_ac_Header'}'` = yes; then 31741 fi
31742 as_val=`eval 'as_val=${'$as_ac_Header'}
31743 $as_echo "$as_val"'`
31744 if test "x$as_val" = x""yes; then
30630 cat >>confdefs.h <<_ACEOF 31745 cat >>confdefs.h <<_ACEOF
30631 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 31746 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
30632 _ACEOF 31747 _ACEOF
30633 break 31748 break
30634 fi 31749 fi
30635 31750
30636 done 31751 done
30640 31755
30641 case "$opsys" in 31756 case "$opsys" in
30642 hpux*) 31757 hpux*)
30643 for ac_header in sys/ptyio.h 31758 for ac_header in sys/ptyio.h
30644 do 31759 do
30645 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 31760 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
30646 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 31761 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
30647 { echo "$as_me:$LINENO: checking for $ac_header" >&5 31762 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
30648 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 31763 $as_echo_n "checking for $ac_header... " >&6; }
30649 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 31764 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
30650 echo $ECHO_N "(cached) $ECHO_C" >&6 31765 $as_echo_n "(cached) " >&6
30651 fi 31766 fi
30652 ac_res=`eval echo '${'$as_ac_Header'}'` 31767 ac_res=`eval 'as_val=${'$as_ac_Header'}
30653 { echo "$as_me:$LINENO: result: $ac_res" >&5 31768 $as_echo "$as_val"'`
30654 echo "${ECHO_T}$ac_res" >&6; } 31769 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
31770 $as_echo "$ac_res" >&6; }
30655 else 31771 else
30656 # Is the header compilable? 31772 # Is the header compilable?
30657 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 31773 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
30658 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 31774 $as_echo_n "checking $ac_header usability... " >&6; }
30659 cat >conftest.$ac_ext <<_ACEOF 31775 cat >conftest.$ac_ext <<_ACEOF
30660 /* confdefs.h. */ 31776 /* confdefs.h. */
30661 _ACEOF 31777 _ACEOF
30662 cat confdefs.h >>conftest.$ac_ext 31778 cat confdefs.h >>conftest.$ac_ext
30663 cat >>conftest.$ac_ext <<_ACEOF 31779 cat >>conftest.$ac_ext <<_ACEOF
30669 if { (ac_try="$ac_compile" 31785 if { (ac_try="$ac_compile"
30670 case "(($ac_try" in 31786 case "(($ac_try" in
30671 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 31787 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30672 *) ac_try_echo=$ac_try;; 31788 *) ac_try_echo=$ac_try;;
30673 esac 31789 esac
30674 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 31790 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
31791 $as_echo "$ac_try_echo") >&5
30675 (eval "$ac_compile") 2>conftest.er1 31792 (eval "$ac_compile") 2>conftest.er1
30676 ac_status=$? 31793 ac_status=$?
30677 grep -v '^ *+' conftest.er1 >conftest.err 31794 grep -v '^ *+' conftest.er1 >conftest.err
30678 rm -f conftest.er1 31795 rm -f conftest.er1
30679 cat conftest.err >&5 31796 cat conftest.err >&5
30680 echo "$as_me:$LINENO: \$? = $ac_status" >&5 31797 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
30681 (exit $ac_status); } && { 31798 (exit $ac_status); } && {
30682 test -z "$ac_c_werror_flag" || 31799 test -z "$ac_c_werror_flag" ||
30683 test ! -s conftest.err 31800 test ! -s conftest.err
30684 } && test -s conftest.$ac_objext; then 31801 } && test -s conftest.$ac_objext; then
30685 ac_header_compiler=yes 31802 ac_header_compiler=yes
30686 else 31803 else
30687 echo "$as_me: failed program was:" >&5 31804 $as_echo "$as_me: failed program was:" >&5
30688 sed 's/^/| /' conftest.$ac_ext >&5 31805 sed 's/^/| /' conftest.$ac_ext >&5
30689 31806
30690 ac_header_compiler=no 31807 ac_header_compiler=no
30691 fi 31808 fi
30692 31809
30693 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 31810 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30694 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 31811 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
30695 echo "${ECHO_T}$ac_header_compiler" >&6; } 31812 $as_echo "$ac_header_compiler" >&6; }
30696 31813
30697 # Is the header present? 31814 # Is the header present?
30698 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 31815 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
30699 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 31816 $as_echo_n "checking $ac_header presence... " >&6; }
30700 cat >conftest.$ac_ext <<_ACEOF 31817 cat >conftest.$ac_ext <<_ACEOF
30701 /* confdefs.h. */ 31818 /* confdefs.h. */
30702 _ACEOF 31819 _ACEOF
30703 cat confdefs.h >>conftest.$ac_ext 31820 cat confdefs.h >>conftest.$ac_ext
30704 cat >>conftest.$ac_ext <<_ACEOF 31821 cat >>conftest.$ac_ext <<_ACEOF
30708 if { (ac_try="$ac_cpp conftest.$ac_ext" 31825 if { (ac_try="$ac_cpp conftest.$ac_ext"
30709 case "(($ac_try" in 31826 case "(($ac_try" in
30710 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 31827 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30711 *) ac_try_echo=$ac_try;; 31828 *) ac_try_echo=$ac_try;;
30712 esac 31829 esac
30713 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 31830 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
31831 $as_echo "$ac_try_echo") >&5
30714 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 31832 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
30715 ac_status=$? 31833 ac_status=$?
30716 grep -v '^ *+' conftest.er1 >conftest.err 31834 grep -v '^ *+' conftest.er1 >conftest.err
30717 rm -f conftest.er1 31835 rm -f conftest.er1
30718 cat conftest.err >&5 31836 cat conftest.err >&5
30719 echo "$as_me:$LINENO: \$? = $ac_status" >&5 31837 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
30720 (exit $ac_status); } >/dev/null && { 31838 (exit $ac_status); } >/dev/null && {
30721 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 31839 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
30722 test ! -s conftest.err 31840 test ! -s conftest.err
30723 }; then 31841 }; then
30724 ac_header_preproc=yes 31842 ac_header_preproc=yes
30725 else 31843 else
30726 echo "$as_me: failed program was:" >&5 31844 $as_echo "$as_me: failed program was:" >&5
30727 sed 's/^/| /' conftest.$ac_ext >&5 31845 sed 's/^/| /' conftest.$ac_ext >&5
30728 31846
30729 ac_header_preproc=no 31847 ac_header_preproc=no
30730 fi 31848 fi
30731 31849
30732 rm -f conftest.err conftest.$ac_ext 31850 rm -f conftest.err conftest.$ac_ext
30733 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 31851 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
30734 echo "${ECHO_T}$ac_header_preproc" >&6; } 31852 $as_echo "$ac_header_preproc" >&6; }
30735 31853
30736 # So? What about this header? 31854 # So? What about this header?
30737 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 31855 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
30738 yes:no: ) 31856 yes:no: )
30739 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 31857 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
30740 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 31858 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
30741 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 31859 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
30742 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 31860 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
30743 ac_header_preproc=yes 31861 ac_header_preproc=yes
30744 ;; 31862 ;;
30745 no:yes:* ) 31863 no:yes:* )
30746 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 31864 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
30747 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 31865 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
30748 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 31866 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
30749 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 31867 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
30750 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 31868 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
30751 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 31869 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
30752 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 31870 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
30753 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 31871 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
30754 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 31872 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
30755 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 31873 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
30756 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 31874 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
30757 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 31875 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
30758 ( cat <<\_ASBOX 31876 ( cat <<\_ASBOX
30759 ## ------------------------------------- ## 31877 ## ------------------------------------- ##
30760 ## Report this to xemacs-beta@xemacs.org ## 31878 ## Report this to xemacs-beta@xemacs.org ##
30761 ## ------------------------------------- ## 31879 ## ------------------------------------- ##
30762 _ASBOX 31880 _ASBOX
30763 ) | sed "s/^/$as_me: WARNING: /" >&2 31881 ) | sed "s/^/$as_me: WARNING: /" >&2
30764 ;; 31882 ;;
30765 esac 31883 esac
30766 { echo "$as_me:$LINENO: checking for $ac_header" >&5 31884 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
30767 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 31885 $as_echo_n "checking for $ac_header... " >&6; }
30768 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 31886 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
30769 echo $ECHO_N "(cached) $ECHO_C" >&6 31887 $as_echo_n "(cached) " >&6
30770 else 31888 else
30771 eval "$as_ac_Header=\$ac_header_preproc" 31889 eval "$as_ac_Header=\$ac_header_preproc"
30772 fi 31890 fi
30773 ac_res=`eval echo '${'$as_ac_Header'}'` 31891 ac_res=`eval 'as_val=${'$as_ac_Header'}
30774 { echo "$as_me:$LINENO: result: $ac_res" >&5 31892 $as_echo "$as_val"'`
30775 echo "${ECHO_T}$ac_res" >&6; } 31893 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
30776 31894 $as_echo "$ac_res" >&6; }
30777 fi 31895
30778 if test `eval echo '${'$as_ac_Header'}'` = yes; then 31896 fi
31897 as_val=`eval 'as_val=${'$as_ac_Header'}
31898 $as_echo "$as_val"'`
31899 if test "x$as_val" = x""yes; then
30779 cat >>confdefs.h <<_ACEOF 31900 cat >>confdefs.h <<_ACEOF
30780 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 31901 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
30781 _ACEOF 31902 _ACEOF
30782 31903
30783 fi 31904 fi
30784 31905
30785 done 31906 done
30786 ;; 31907 ;;
30787 *) 31908 *)
30788 for ac_header in pty.h 31909 for ac_header in pty.h
30789 do 31910 do
30790 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 31911 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
30791 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 31912 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
30792 { echo "$as_me:$LINENO: checking for $ac_header" >&5 31913 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
30793 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 31914 $as_echo_n "checking for $ac_header... " >&6; }
30794 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 31915 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
30795 echo $ECHO_N "(cached) $ECHO_C" >&6 31916 $as_echo_n "(cached) " >&6
30796 fi 31917 fi
30797 ac_res=`eval echo '${'$as_ac_Header'}'` 31918 ac_res=`eval 'as_val=${'$as_ac_Header'}
30798 { echo "$as_me:$LINENO: result: $ac_res" >&5 31919 $as_echo "$as_val"'`
30799 echo "${ECHO_T}$ac_res" >&6; } 31920 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
31921 $as_echo "$ac_res" >&6; }
30800 else 31922 else
30801 # Is the header compilable? 31923 # Is the header compilable?
30802 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 31924 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
30803 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 31925 $as_echo_n "checking $ac_header usability... " >&6; }
30804 cat >conftest.$ac_ext <<_ACEOF 31926 cat >conftest.$ac_ext <<_ACEOF
30805 /* confdefs.h. */ 31927 /* confdefs.h. */
30806 _ACEOF 31928 _ACEOF
30807 cat confdefs.h >>conftest.$ac_ext 31929 cat confdefs.h >>conftest.$ac_ext
30808 cat >>conftest.$ac_ext <<_ACEOF 31930 cat >>conftest.$ac_ext <<_ACEOF
30814 if { (ac_try="$ac_compile" 31936 if { (ac_try="$ac_compile"
30815 case "(($ac_try" in 31937 case "(($ac_try" in
30816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 31938 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30817 *) ac_try_echo=$ac_try;; 31939 *) ac_try_echo=$ac_try;;
30818 esac 31940 esac
30819 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 31941 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
31942 $as_echo "$ac_try_echo") >&5
30820 (eval "$ac_compile") 2>conftest.er1 31943 (eval "$ac_compile") 2>conftest.er1
30821 ac_status=$? 31944 ac_status=$?
30822 grep -v '^ *+' conftest.er1 >conftest.err 31945 grep -v '^ *+' conftest.er1 >conftest.err
30823 rm -f conftest.er1 31946 rm -f conftest.er1
30824 cat conftest.err >&5 31947 cat conftest.err >&5
30825 echo "$as_me:$LINENO: \$? = $ac_status" >&5 31948 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
30826 (exit $ac_status); } && { 31949 (exit $ac_status); } && {
30827 test -z "$ac_c_werror_flag" || 31950 test -z "$ac_c_werror_flag" ||
30828 test ! -s conftest.err 31951 test ! -s conftest.err
30829 } && test -s conftest.$ac_objext; then 31952 } && test -s conftest.$ac_objext; then
30830 ac_header_compiler=yes 31953 ac_header_compiler=yes
30831 else 31954 else
30832 echo "$as_me: failed program was:" >&5 31955 $as_echo "$as_me: failed program was:" >&5
30833 sed 's/^/| /' conftest.$ac_ext >&5 31956 sed 's/^/| /' conftest.$ac_ext >&5
30834 31957
30835 ac_header_compiler=no 31958 ac_header_compiler=no
30836 fi 31959 fi
30837 31960
30838 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 31961 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30839 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 31962 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
30840 echo "${ECHO_T}$ac_header_compiler" >&6; } 31963 $as_echo "$ac_header_compiler" >&6; }
30841 31964
30842 # Is the header present? 31965 # Is the header present?
30843 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 31966 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
30844 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 31967 $as_echo_n "checking $ac_header presence... " >&6; }
30845 cat >conftest.$ac_ext <<_ACEOF 31968 cat >conftest.$ac_ext <<_ACEOF
30846 /* confdefs.h. */ 31969 /* confdefs.h. */
30847 _ACEOF 31970 _ACEOF
30848 cat confdefs.h >>conftest.$ac_ext 31971 cat confdefs.h >>conftest.$ac_ext
30849 cat >>conftest.$ac_ext <<_ACEOF 31972 cat >>conftest.$ac_ext <<_ACEOF
30853 if { (ac_try="$ac_cpp conftest.$ac_ext" 31976 if { (ac_try="$ac_cpp conftest.$ac_ext"
30854 case "(($ac_try" in 31977 case "(($ac_try" in
30855 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 31978 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30856 *) ac_try_echo=$ac_try;; 31979 *) ac_try_echo=$ac_try;;
30857 esac 31980 esac
30858 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 31981 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
31982 $as_echo "$ac_try_echo") >&5
30859 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 31983 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
30860 ac_status=$? 31984 ac_status=$?
30861 grep -v '^ *+' conftest.er1 >conftest.err 31985 grep -v '^ *+' conftest.er1 >conftest.err
30862 rm -f conftest.er1 31986 rm -f conftest.er1
30863 cat conftest.err >&5 31987 cat conftest.err >&5
30864 echo "$as_me:$LINENO: \$? = $ac_status" >&5 31988 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
30865 (exit $ac_status); } >/dev/null && { 31989 (exit $ac_status); } >/dev/null && {
30866 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 31990 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
30867 test ! -s conftest.err 31991 test ! -s conftest.err
30868 }; then 31992 }; then
30869 ac_header_preproc=yes 31993 ac_header_preproc=yes
30870 else 31994 else
30871 echo "$as_me: failed program was:" >&5 31995 $as_echo "$as_me: failed program was:" >&5
30872 sed 's/^/| /' conftest.$ac_ext >&5 31996 sed 's/^/| /' conftest.$ac_ext >&5
30873 31997
30874 ac_header_preproc=no 31998 ac_header_preproc=no
30875 fi 31999 fi
30876 32000
30877 rm -f conftest.err conftest.$ac_ext 32001 rm -f conftest.err conftest.$ac_ext
30878 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 32002 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
30879 echo "${ECHO_T}$ac_header_preproc" >&6; } 32003 $as_echo "$ac_header_preproc" >&6; }
30880 32004
30881 # So? What about this header? 32005 # So? What about this header?
30882 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 32006 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
30883 yes:no: ) 32007 yes:no: )
30884 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 32008 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
30885 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 32009 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
30886 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 32010 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
30887 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 32011 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
30888 ac_header_preproc=yes 32012 ac_header_preproc=yes
30889 ;; 32013 ;;
30890 no:yes:* ) 32014 no:yes:* )
30891 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 32015 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
30892 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 32016 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
30893 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 32017 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
30894 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 32018 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
30895 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 32019 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
30896 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 32020 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
30897 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 32021 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
30898 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 32022 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
30899 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 32023 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
30900 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 32024 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
30901 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 32025 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
30902 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 32026 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
30903 ( cat <<\_ASBOX 32027 ( cat <<\_ASBOX
30904 ## ------------------------------------- ## 32028 ## ------------------------------------- ##
30905 ## Report this to xemacs-beta@xemacs.org ## 32029 ## Report this to xemacs-beta@xemacs.org ##
30906 ## ------------------------------------- ## 32030 ## ------------------------------------- ##
30907 _ASBOX 32031 _ASBOX
30908 ) | sed "s/^/$as_me: WARNING: /" >&2 32032 ) | sed "s/^/$as_me: WARNING: /" >&2
30909 ;; 32033 ;;
30910 esac 32034 esac
30911 { echo "$as_me:$LINENO: checking for $ac_header" >&5 32035 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
30912 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 32036 $as_echo_n "checking for $ac_header... " >&6; }
30913 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 32037 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
30914 echo $ECHO_N "(cached) $ECHO_C" >&6 32038 $as_echo_n "(cached) " >&6
30915 else 32039 else
30916 eval "$as_ac_Header=\$ac_header_preproc" 32040 eval "$as_ac_Header=\$ac_header_preproc"
30917 fi 32041 fi
30918 ac_res=`eval echo '${'$as_ac_Header'}'` 32042 ac_res=`eval 'as_val=${'$as_ac_Header'}
30919 { echo "$as_me:$LINENO: result: $ac_res" >&5 32043 $as_echo "$as_val"'`
30920 echo "${ECHO_T}$ac_res" >&6; } 32044 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
30921 32045 $as_echo "$ac_res" >&6; }
30922 fi 32046
30923 if test `eval echo '${'$as_ac_Header'}'` = yes; then 32047 fi
32048 as_val=`eval 'as_val=${'$as_ac_Header'}
32049 $as_echo "$as_val"'`
32050 if test "x$as_val" = x""yes; then
30924 cat >>confdefs.h <<_ACEOF 32051 cat >>confdefs.h <<_ACEOF
30925 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 32052 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
30926 _ACEOF 32053 _ACEOF
30927 32054
30928 fi 32055 fi
30929 32056
30930 done 32057 done
30931 32058
30932 test "$ac_cv_header_pty_h" = "no" && 32059 test "$ac_cv_header_pty_h" = "no" &&
30933 for ac_header in sys/pty.h 32060 for ac_header in sys/pty.h
30934 do 32061 do
30935 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 32062 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
30936 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 32063 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
30937 { echo "$as_me:$LINENO: checking for $ac_header" >&5 32064 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
30938 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 32065 $as_echo_n "checking for $ac_header... " >&6; }
30939 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 32066 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
30940 echo $ECHO_N "(cached) $ECHO_C" >&6 32067 $as_echo_n "(cached) " >&6
30941 fi 32068 fi
30942 ac_res=`eval echo '${'$as_ac_Header'}'` 32069 ac_res=`eval 'as_val=${'$as_ac_Header'}
30943 { echo "$as_me:$LINENO: result: $ac_res" >&5 32070 $as_echo "$as_val"'`
30944 echo "${ECHO_T}$ac_res" >&6; } 32071 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
32072 $as_echo "$ac_res" >&6; }
30945 else 32073 else
30946 # Is the header compilable? 32074 # Is the header compilable?
30947 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 32075 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
30948 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 32076 $as_echo_n "checking $ac_header usability... " >&6; }
30949 cat >conftest.$ac_ext <<_ACEOF 32077 cat >conftest.$ac_ext <<_ACEOF
30950 /* confdefs.h. */ 32078 /* confdefs.h. */
30951 _ACEOF 32079 _ACEOF
30952 cat confdefs.h >>conftest.$ac_ext 32080 cat confdefs.h >>conftest.$ac_ext
30953 cat >>conftest.$ac_ext <<_ACEOF 32081 cat >>conftest.$ac_ext <<_ACEOF
30959 if { (ac_try="$ac_compile" 32087 if { (ac_try="$ac_compile"
30960 case "(($ac_try" in 32088 case "(($ac_try" in
30961 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 32089 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30962 *) ac_try_echo=$ac_try;; 32090 *) ac_try_echo=$ac_try;;
30963 esac 32091 esac
30964 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 32092 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
32093 $as_echo "$ac_try_echo") >&5
30965 (eval "$ac_compile") 2>conftest.er1 32094 (eval "$ac_compile") 2>conftest.er1
30966 ac_status=$? 32095 ac_status=$?
30967 grep -v '^ *+' conftest.er1 >conftest.err 32096 grep -v '^ *+' conftest.er1 >conftest.err
30968 rm -f conftest.er1 32097 rm -f conftest.er1
30969 cat conftest.err >&5 32098 cat conftest.err >&5
30970 echo "$as_me:$LINENO: \$? = $ac_status" >&5 32099 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
30971 (exit $ac_status); } && { 32100 (exit $ac_status); } && {
30972 test -z "$ac_c_werror_flag" || 32101 test -z "$ac_c_werror_flag" ||
30973 test ! -s conftest.err 32102 test ! -s conftest.err
30974 } && test -s conftest.$ac_objext; then 32103 } && test -s conftest.$ac_objext; then
30975 ac_header_compiler=yes 32104 ac_header_compiler=yes
30976 else 32105 else
30977 echo "$as_me: failed program was:" >&5 32106 $as_echo "$as_me: failed program was:" >&5
30978 sed 's/^/| /' conftest.$ac_ext >&5 32107 sed 's/^/| /' conftest.$ac_ext >&5
30979 32108
30980 ac_header_compiler=no 32109 ac_header_compiler=no
30981 fi 32110 fi
30982 32111
30983 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 32112 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30984 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 32113 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
30985 echo "${ECHO_T}$ac_header_compiler" >&6; } 32114 $as_echo "$ac_header_compiler" >&6; }
30986 32115
30987 # Is the header present? 32116 # Is the header present?
30988 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 32117 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
30989 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 32118 $as_echo_n "checking $ac_header presence... " >&6; }
30990 cat >conftest.$ac_ext <<_ACEOF 32119 cat >conftest.$ac_ext <<_ACEOF
30991 /* confdefs.h. */ 32120 /* confdefs.h. */
30992 _ACEOF 32121 _ACEOF
30993 cat confdefs.h >>conftest.$ac_ext 32122 cat confdefs.h >>conftest.$ac_ext
30994 cat >>conftest.$ac_ext <<_ACEOF 32123 cat >>conftest.$ac_ext <<_ACEOF
30998 if { (ac_try="$ac_cpp conftest.$ac_ext" 32127 if { (ac_try="$ac_cpp conftest.$ac_ext"
30999 case "(($ac_try" in 32128 case "(($ac_try" in
31000 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 32129 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31001 *) ac_try_echo=$ac_try;; 32130 *) ac_try_echo=$ac_try;;
31002 esac 32131 esac
31003 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 32132 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
32133 $as_echo "$ac_try_echo") >&5
31004 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 32134 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
31005 ac_status=$? 32135 ac_status=$?
31006 grep -v '^ *+' conftest.er1 >conftest.err 32136 grep -v '^ *+' conftest.er1 >conftest.err
31007 rm -f conftest.er1 32137 rm -f conftest.er1
31008 cat conftest.err >&5 32138 cat conftest.err >&5
31009 echo "$as_me:$LINENO: \$? = $ac_status" >&5 32139 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
31010 (exit $ac_status); } >/dev/null && { 32140 (exit $ac_status); } >/dev/null && {
31011 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 32141 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
31012 test ! -s conftest.err 32142 test ! -s conftest.err
31013 }; then 32143 }; then
31014 ac_header_preproc=yes 32144 ac_header_preproc=yes
31015 else 32145 else
31016 echo "$as_me: failed program was:" >&5 32146 $as_echo "$as_me: failed program was:" >&5
31017 sed 's/^/| /' conftest.$ac_ext >&5 32147 sed 's/^/| /' conftest.$ac_ext >&5
31018 32148
31019 ac_header_preproc=no 32149 ac_header_preproc=no
31020 fi 32150 fi
31021 32151
31022 rm -f conftest.err conftest.$ac_ext 32152 rm -f conftest.err conftest.$ac_ext
31023 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 32153 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
31024 echo "${ECHO_T}$ac_header_preproc" >&6; } 32154 $as_echo "$ac_header_preproc" >&6; }
31025 32155
31026 # So? What about this header? 32156 # So? What about this header?
31027 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 32157 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
31028 yes:no: ) 32158 yes:no: )
31029 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 32159 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
31030 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 32160 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
31031 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 32161 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
31032 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 32162 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
31033 ac_header_preproc=yes 32163 ac_header_preproc=yes
31034 ;; 32164 ;;
31035 no:yes:* ) 32165 no:yes:* )
31036 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 32166 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
31037 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 32167 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
31038 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 32168 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
31039 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 32169 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
31040 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 32170 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
31041 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 32171 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
31042 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 32172 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
31043 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 32173 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
31044 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 32174 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
31045 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 32175 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
31046 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 32176 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
31047 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 32177 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
31048 ( cat <<\_ASBOX 32178 ( cat <<\_ASBOX
31049 ## ------------------------------------- ## 32179 ## ------------------------------------- ##
31050 ## Report this to xemacs-beta@xemacs.org ## 32180 ## Report this to xemacs-beta@xemacs.org ##
31051 ## ------------------------------------- ## 32181 ## ------------------------------------- ##
31052 _ASBOX 32182 _ASBOX
31053 ) | sed "s/^/$as_me: WARNING: /" >&2 32183 ) | sed "s/^/$as_me: WARNING: /" >&2
31054 ;; 32184 ;;
31055 esac 32185 esac
31056 { echo "$as_me:$LINENO: checking for $ac_header" >&5 32186 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
31057 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 32187 $as_echo_n "checking for $ac_header... " >&6; }
31058 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 32188 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
31059 echo $ECHO_N "(cached) $ECHO_C" >&6 32189 $as_echo_n "(cached) " >&6
31060 else 32190 else
31061 eval "$as_ac_Header=\$ac_header_preproc" 32191 eval "$as_ac_Header=\$ac_header_preproc"
31062 fi 32192 fi
31063 ac_res=`eval echo '${'$as_ac_Header'}'` 32193 ac_res=`eval 'as_val=${'$as_ac_Header'}
31064 { echo "$as_me:$LINENO: result: $ac_res" >&5 32194 $as_echo "$as_val"'`
31065 echo "${ECHO_T}$ac_res" >&6; } 32195 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
31066 32196 $as_echo "$ac_res" >&6; }
31067 fi 32197
31068 if test `eval echo '${'$as_ac_Header'}'` = yes; then 32198 fi
32199 as_val=`eval 'as_val=${'$as_ac_Header'}
32200 $as_echo "$as_val"'`
32201 if test "x$as_val" = x""yes; then
31069 cat >>confdefs.h <<_ACEOF 32202 cat >>confdefs.h <<_ACEOF
31070 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 32203 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
31071 _ACEOF 32204 _ACEOF
31072 32205
31073 fi 32206 fi
31074 32207
31075 done 32208 done
31078 esac 32211 esac
31079 32212
31080 32213
31081 for ac_header in stropts.h 32214 for ac_header in stropts.h
31082 do 32215 do
31083 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 32216 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
31084 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 32217 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
31085 { echo "$as_me:$LINENO: checking for $ac_header" >&5 32218 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
31086 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 32219 $as_echo_n "checking for $ac_header... " >&6; }
31087 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 32220 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
31088 echo $ECHO_N "(cached) $ECHO_C" >&6 32221 $as_echo_n "(cached) " >&6
31089 fi 32222 fi
31090 ac_res=`eval echo '${'$as_ac_Header'}'` 32223 ac_res=`eval 'as_val=${'$as_ac_Header'}
31091 { echo "$as_me:$LINENO: result: $ac_res" >&5 32224 $as_echo "$as_val"'`
31092 echo "${ECHO_T}$ac_res" >&6; } 32225 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
32226 $as_echo "$ac_res" >&6; }
31093 else 32227 else
31094 # Is the header compilable? 32228 # Is the header compilable?
31095 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 32229 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
31096 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 32230 $as_echo_n "checking $ac_header usability... " >&6; }
31097 cat >conftest.$ac_ext <<_ACEOF 32231 cat >conftest.$ac_ext <<_ACEOF
31098 /* confdefs.h. */ 32232 /* confdefs.h. */
31099 _ACEOF 32233 _ACEOF
31100 cat confdefs.h >>conftest.$ac_ext 32234 cat confdefs.h >>conftest.$ac_ext
31101 cat >>conftest.$ac_ext <<_ACEOF 32235 cat >>conftest.$ac_ext <<_ACEOF
31107 if { (ac_try="$ac_compile" 32241 if { (ac_try="$ac_compile"
31108 case "(($ac_try" in 32242 case "(($ac_try" in
31109 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 32243 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31110 *) ac_try_echo=$ac_try;; 32244 *) ac_try_echo=$ac_try;;
31111 esac 32245 esac
31112 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 32246 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
32247 $as_echo "$ac_try_echo") >&5
31113 (eval "$ac_compile") 2>conftest.er1 32248 (eval "$ac_compile") 2>conftest.er1
31114 ac_status=$? 32249 ac_status=$?
31115 grep -v '^ *+' conftest.er1 >conftest.err 32250 grep -v '^ *+' conftest.er1 >conftest.err
31116 rm -f conftest.er1 32251 rm -f conftest.er1
31117 cat conftest.err >&5 32252 cat conftest.err >&5
31118 echo "$as_me:$LINENO: \$? = $ac_status" >&5 32253 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
31119 (exit $ac_status); } && { 32254 (exit $ac_status); } && {
31120 test -z "$ac_c_werror_flag" || 32255 test -z "$ac_c_werror_flag" ||
31121 test ! -s conftest.err 32256 test ! -s conftest.err
31122 } && test -s conftest.$ac_objext; then 32257 } && test -s conftest.$ac_objext; then
31123 ac_header_compiler=yes 32258 ac_header_compiler=yes
31124 else 32259 else
31125 echo "$as_me: failed program was:" >&5 32260 $as_echo "$as_me: failed program was:" >&5
31126 sed 's/^/| /' conftest.$ac_ext >&5 32261 sed 's/^/| /' conftest.$ac_ext >&5
31127 32262
31128 ac_header_compiler=no 32263 ac_header_compiler=no
31129 fi 32264 fi
31130 32265
31131 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 32266 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31132 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 32267 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
31133 echo "${ECHO_T}$ac_header_compiler" >&6; } 32268 $as_echo "$ac_header_compiler" >&6; }
31134 32269
31135 # Is the header present? 32270 # Is the header present?
31136 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 32271 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
31137 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 32272 $as_echo_n "checking $ac_header presence... " >&6; }
31138 cat >conftest.$ac_ext <<_ACEOF 32273 cat >conftest.$ac_ext <<_ACEOF
31139 /* confdefs.h. */ 32274 /* confdefs.h. */
31140 _ACEOF 32275 _ACEOF
31141 cat confdefs.h >>conftest.$ac_ext 32276 cat confdefs.h >>conftest.$ac_ext
31142 cat >>conftest.$ac_ext <<_ACEOF 32277 cat >>conftest.$ac_ext <<_ACEOF
31146 if { (ac_try="$ac_cpp conftest.$ac_ext" 32281 if { (ac_try="$ac_cpp conftest.$ac_ext"
31147 case "(($ac_try" in 32282 case "(($ac_try" in
31148 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 32283 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31149 *) ac_try_echo=$ac_try;; 32284 *) ac_try_echo=$ac_try;;
31150 esac 32285 esac
31151 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 32286 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
32287 $as_echo "$ac_try_echo") >&5
31152 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 32288 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
31153 ac_status=$? 32289 ac_status=$?
31154 grep -v '^ *+' conftest.er1 >conftest.err 32290 grep -v '^ *+' conftest.er1 >conftest.err
31155 rm -f conftest.er1 32291 rm -f conftest.er1
31156 cat conftest.err >&5 32292 cat conftest.err >&5
31157 echo "$as_me:$LINENO: \$? = $ac_status" >&5 32293 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
31158 (exit $ac_status); } >/dev/null && { 32294 (exit $ac_status); } >/dev/null && {
31159 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 32295 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
31160 test ! -s conftest.err 32296 test ! -s conftest.err
31161 }; then 32297 }; then
31162 ac_header_preproc=yes 32298 ac_header_preproc=yes
31163 else 32299 else
31164 echo "$as_me: failed program was:" >&5 32300 $as_echo "$as_me: failed program was:" >&5
31165 sed 's/^/| /' conftest.$ac_ext >&5 32301 sed 's/^/| /' conftest.$ac_ext >&5
31166 32302
31167 ac_header_preproc=no 32303 ac_header_preproc=no
31168 fi 32304 fi
31169 32305
31170 rm -f conftest.err conftest.$ac_ext 32306 rm -f conftest.err conftest.$ac_ext
31171 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 32307 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
31172 echo "${ECHO_T}$ac_header_preproc" >&6; } 32308 $as_echo "$ac_header_preproc" >&6; }
31173 32309
31174 # So? What about this header? 32310 # So? What about this header?
31175 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 32311 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
31176 yes:no: ) 32312 yes:no: )
31177 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 32313 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
31178 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 32314 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
31179 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 32315 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
31180 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 32316 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
31181 ac_header_preproc=yes 32317 ac_header_preproc=yes
31182 ;; 32318 ;;
31183 no:yes:* ) 32319 no:yes:* )
31184 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 32320 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
31185 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 32321 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
31186 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 32322 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
31187 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 32323 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
31188 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 32324 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
31189 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 32325 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
31190 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 32326 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
31191 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 32327 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
31192 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 32328 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
31193 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 32329 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
31194 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 32330 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
31195 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 32331 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
31196 ( cat <<\_ASBOX 32332 ( cat <<\_ASBOX
31197 ## ------------------------------------- ## 32333 ## ------------------------------------- ##
31198 ## Report this to xemacs-beta@xemacs.org ## 32334 ## Report this to xemacs-beta@xemacs.org ##
31199 ## ------------------------------------- ## 32335 ## ------------------------------------- ##
31200 _ASBOX 32336 _ASBOX
31201 ) | sed "s/^/$as_me: WARNING: /" >&2 32337 ) | sed "s/^/$as_me: WARNING: /" >&2
31202 ;; 32338 ;;
31203 esac 32339 esac
31204 { echo "$as_me:$LINENO: checking for $ac_header" >&5 32340 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
31205 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 32341 $as_echo_n "checking for $ac_header... " >&6; }
31206 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 32342 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
31207 echo $ECHO_N "(cached) $ECHO_C" >&6 32343 $as_echo_n "(cached) " >&6
31208 else 32344 else
31209 eval "$as_ac_Header=\$ac_header_preproc" 32345 eval "$as_ac_Header=\$ac_header_preproc"
31210 fi 32346 fi
31211 ac_res=`eval echo '${'$as_ac_Header'}'` 32347 ac_res=`eval 'as_val=${'$as_ac_Header'}
31212 { echo "$as_me:$LINENO: result: $ac_res" >&5 32348 $as_echo "$as_val"'`
31213 echo "${ECHO_T}$ac_res" >&6; } 32349 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
31214 32350 $as_echo "$ac_res" >&6; }
31215 fi 32351
31216 if test `eval echo '${'$as_ac_Header'}'` = yes; then 32352 fi
32353 as_val=`eval 'as_val=${'$as_ac_Header'}
32354 $as_echo "$as_val"'`
32355 if test "x$as_val" = x""yes; then
31217 cat >>confdefs.h <<_ACEOF 32356 cat >>confdefs.h <<_ACEOF
31218 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 32357 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
31219 _ACEOF 32358 _ACEOF
31220 32359
31221 fi 32360 fi
31222 32361
31223 done 32362 done
31224 32363
31225 if test "$ac_cv_header_stropts_h" = "yes"; then 32364 if test "$ac_cv_header_stropts_h" = "yes"; then
31226 32365
31227 for ac_func in isastream 32366 for ac_func in isastream
31228 do 32367 do
31229 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 32368 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
31230 { echo "$as_me:$LINENO: checking for $ac_func" >&5 32369 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
31231 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 32370 $as_echo_n "checking for $ac_func... " >&6; }
31232 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 32371 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
31233 echo $ECHO_N "(cached) $ECHO_C" >&6 32372 $as_echo_n "(cached) " >&6
31234 else 32373 else
31235 cat >conftest.$ac_ext <<_ACEOF 32374 cat >conftest.$ac_ext <<_ACEOF
31236 /* confdefs.h. */ 32375 /* confdefs.h. */
31237 _ACEOF 32376 _ACEOF
31238 cat confdefs.h >>conftest.$ac_ext 32377 cat confdefs.h >>conftest.$ac_ext
31281 if { (ac_try="$ac_link" 32420 if { (ac_try="$ac_link"
31282 case "(($ac_try" in 32421 case "(($ac_try" in
31283 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 32422 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31284 *) ac_try_echo=$ac_try;; 32423 *) ac_try_echo=$ac_try;;
31285 esac 32424 esac
31286 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 32425 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
32426 $as_echo "$ac_try_echo") >&5
31287 (eval "$ac_link") 2>conftest.er1 32427 (eval "$ac_link") 2>conftest.er1
31288 ac_status=$? 32428 ac_status=$?
31289 grep -v '^ *+' conftest.er1 >conftest.err 32429 grep -v '^ *+' conftest.er1 >conftest.err
31290 rm -f conftest.er1 32430 rm -f conftest.er1
31291 cat conftest.err >&5 32431 cat conftest.err >&5
31292 echo "$as_me:$LINENO: \$? = $ac_status" >&5 32432 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
31293 (exit $ac_status); } && { 32433 (exit $ac_status); } && {
31294 test -z "$ac_c_werror_flag" || 32434 test -z "$ac_c_werror_flag" ||
31295 test ! -s conftest.err 32435 test ! -s conftest.err
31296 } && test -s conftest$ac_exeext && 32436 } && test -s conftest$ac_exeext && {
31297 $as_test_x conftest$ac_exeext; then 32437 test "$cross_compiling" = yes ||
32438 $as_test_x conftest$ac_exeext
32439 }; then
31298 eval "$as_ac_var=yes" 32440 eval "$as_ac_var=yes"
31299 else 32441 else
31300 echo "$as_me: failed program was:" >&5 32442 $as_echo "$as_me: failed program was:" >&5
31301 sed 's/^/| /' conftest.$ac_ext >&5 32443 sed 's/^/| /' conftest.$ac_ext >&5
31302 32444
31303 eval "$as_ac_var=no" 32445 eval "$as_ac_var=no"
31304 fi 32446 fi
31305 32447
32448 rm -rf conftest.dSYM
31306 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 32449 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31307 conftest$ac_exeext conftest.$ac_ext 32450 conftest$ac_exeext conftest.$ac_ext
31308 fi 32451 fi
31309 ac_res=`eval echo '${'$as_ac_var'}'` 32452 ac_res=`eval 'as_val=${'$as_ac_var'}
31310 { echo "$as_me:$LINENO: result: $ac_res" >&5 32453 $as_echo "$as_val"'`
31311 echo "${ECHO_T}$ac_res" >&6; } 32454 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
31312 if test `eval echo '${'$as_ac_var'}'` = yes; then 32455 $as_echo "$ac_res" >&6; }
32456 as_val=`eval 'as_val=${'$as_ac_var'}
32457 $as_echo "$as_val"'`
32458 if test "x$as_val" = x""yes; then
31313 cat >>confdefs.h <<_ACEOF 32459 cat >>confdefs.h <<_ACEOF
31314 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 32460 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
31315 _ACEOF 32461 _ACEOF
31316 32462
31317 fi 32463 fi
31318 done 32464 done
31319 32465
31320 32466
31321 for ac_header in strtio.h 32467 for ac_header in strtio.h
31322 do 32468 do
31323 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 32469 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
31324 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 32470 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
31325 { echo "$as_me:$LINENO: checking for $ac_header" >&5 32471 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
31326 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 32472 $as_echo_n "checking for $ac_header... " >&6; }
31327 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 32473 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
31328 echo $ECHO_N "(cached) $ECHO_C" >&6 32474 $as_echo_n "(cached) " >&6
31329 fi 32475 fi
31330 ac_res=`eval echo '${'$as_ac_Header'}'` 32476 ac_res=`eval 'as_val=${'$as_ac_Header'}
31331 { echo "$as_me:$LINENO: result: $ac_res" >&5 32477 $as_echo "$as_val"'`
31332 echo "${ECHO_T}$ac_res" >&6; } 32478 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
32479 $as_echo "$ac_res" >&6; }
31333 else 32480 else
31334 # Is the header compilable? 32481 # Is the header compilable?
31335 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 32482 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
31336 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 32483 $as_echo_n "checking $ac_header usability... " >&6; }
31337 cat >conftest.$ac_ext <<_ACEOF 32484 cat >conftest.$ac_ext <<_ACEOF
31338 /* confdefs.h. */ 32485 /* confdefs.h. */
31339 _ACEOF 32486 _ACEOF
31340 cat confdefs.h >>conftest.$ac_ext 32487 cat confdefs.h >>conftest.$ac_ext
31341 cat >>conftest.$ac_ext <<_ACEOF 32488 cat >>conftest.$ac_ext <<_ACEOF
31347 if { (ac_try="$ac_compile" 32494 if { (ac_try="$ac_compile"
31348 case "(($ac_try" in 32495 case "(($ac_try" in
31349 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 32496 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31350 *) ac_try_echo=$ac_try;; 32497 *) ac_try_echo=$ac_try;;
31351 esac 32498 esac
31352 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 32499 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
32500 $as_echo "$ac_try_echo") >&5
31353 (eval "$ac_compile") 2>conftest.er1 32501 (eval "$ac_compile") 2>conftest.er1
31354 ac_status=$? 32502 ac_status=$?
31355 grep -v '^ *+' conftest.er1 >conftest.err 32503 grep -v '^ *+' conftest.er1 >conftest.err
31356 rm -f conftest.er1 32504 rm -f conftest.er1
31357 cat conftest.err >&5 32505 cat conftest.err >&5
31358 echo "$as_me:$LINENO: \$? = $ac_status" >&5 32506 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
31359 (exit $ac_status); } && { 32507 (exit $ac_status); } && {
31360 test -z "$ac_c_werror_flag" || 32508 test -z "$ac_c_werror_flag" ||
31361 test ! -s conftest.err 32509 test ! -s conftest.err
31362 } && test -s conftest.$ac_objext; then 32510 } && test -s conftest.$ac_objext; then
31363 ac_header_compiler=yes 32511 ac_header_compiler=yes
31364 else 32512 else
31365 echo "$as_me: failed program was:" >&5 32513 $as_echo "$as_me: failed program was:" >&5
31366 sed 's/^/| /' conftest.$ac_ext >&5 32514 sed 's/^/| /' conftest.$ac_ext >&5
31367 32515
31368 ac_header_compiler=no 32516 ac_header_compiler=no
31369 fi 32517 fi
31370 32518
31371 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 32519 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31372 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 32520 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
31373 echo "${ECHO_T}$ac_header_compiler" >&6; } 32521 $as_echo "$ac_header_compiler" >&6; }
31374 32522
31375 # Is the header present? 32523 # Is the header present?
31376 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 32524 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
31377 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 32525 $as_echo_n "checking $ac_header presence... " >&6; }
31378 cat >conftest.$ac_ext <<_ACEOF 32526 cat >conftest.$ac_ext <<_ACEOF
31379 /* confdefs.h. */ 32527 /* confdefs.h. */
31380 _ACEOF 32528 _ACEOF
31381 cat confdefs.h >>conftest.$ac_ext 32529 cat confdefs.h >>conftest.$ac_ext
31382 cat >>conftest.$ac_ext <<_ACEOF 32530 cat >>conftest.$ac_ext <<_ACEOF
31386 if { (ac_try="$ac_cpp conftest.$ac_ext" 32534 if { (ac_try="$ac_cpp conftest.$ac_ext"
31387 case "(($ac_try" in 32535 case "(($ac_try" in
31388 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 32536 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31389 *) ac_try_echo=$ac_try;; 32537 *) ac_try_echo=$ac_try;;
31390 esac 32538 esac
31391 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 32539 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
32540 $as_echo "$ac_try_echo") >&5
31392 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 32541 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
31393 ac_status=$? 32542 ac_status=$?
31394 grep -v '^ *+' conftest.er1 >conftest.err 32543 grep -v '^ *+' conftest.er1 >conftest.err
31395 rm -f conftest.er1 32544 rm -f conftest.er1
31396 cat conftest.err >&5 32545 cat conftest.err >&5
31397 echo "$as_me:$LINENO: \$? = $ac_status" >&5 32546 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
31398 (exit $ac_status); } >/dev/null && { 32547 (exit $ac_status); } >/dev/null && {
31399 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 32548 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
31400 test ! -s conftest.err 32549 test ! -s conftest.err
31401 }; then 32550 }; then
31402 ac_header_preproc=yes 32551 ac_header_preproc=yes
31403 else 32552 else
31404 echo "$as_me: failed program was:" >&5 32553 $as_echo "$as_me: failed program was:" >&5
31405 sed 's/^/| /' conftest.$ac_ext >&5 32554 sed 's/^/| /' conftest.$ac_ext >&5
31406 32555
31407 ac_header_preproc=no 32556 ac_header_preproc=no
31408 fi 32557 fi
31409 32558
31410 rm -f conftest.err conftest.$ac_ext 32559 rm -f conftest.err conftest.$ac_ext
31411 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 32560 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
31412 echo "${ECHO_T}$ac_header_preproc" >&6; } 32561 $as_echo "$ac_header_preproc" >&6; }
31413 32562
31414 # So? What about this header? 32563 # So? What about this header?
31415 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 32564 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
31416 yes:no: ) 32565 yes:no: )
31417 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 32566 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
31418 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 32567 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
31419 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 32568 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
31420 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 32569 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
31421 ac_header_preproc=yes 32570 ac_header_preproc=yes
31422 ;; 32571 ;;
31423 no:yes:* ) 32572 no:yes:* )
31424 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 32573 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
31425 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 32574 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
31426 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 32575 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
31427 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 32576 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
31428 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 32577 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
31429 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 32578 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
31430 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 32579 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
31431 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 32580 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
31432 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 32581 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
31433 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 32582 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
31434 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 32583 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
31435 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 32584 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
31436 ( cat <<\_ASBOX 32585 ( cat <<\_ASBOX
31437 ## ------------------------------------- ## 32586 ## ------------------------------------- ##
31438 ## Report this to xemacs-beta@xemacs.org ## 32587 ## Report this to xemacs-beta@xemacs.org ##
31439 ## ------------------------------------- ## 32588 ## ------------------------------------- ##
31440 _ASBOX 32589 _ASBOX
31441 ) | sed "s/^/$as_me: WARNING: /" >&2 32590 ) | sed "s/^/$as_me: WARNING: /" >&2
31442 ;; 32591 ;;
31443 esac 32592 esac
31444 { echo "$as_me:$LINENO: checking for $ac_header" >&5 32593 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
31445 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 32594 $as_echo_n "checking for $ac_header... " >&6; }
31446 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 32595 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
31447 echo $ECHO_N "(cached) $ECHO_C" >&6 32596 $as_echo_n "(cached) " >&6
31448 else 32597 else
31449 eval "$as_ac_Header=\$ac_header_preproc" 32598 eval "$as_ac_Header=\$ac_header_preproc"
31450 fi 32599 fi
31451 ac_res=`eval echo '${'$as_ac_Header'}'` 32600 ac_res=`eval 'as_val=${'$as_ac_Header'}
31452 { echo "$as_me:$LINENO: result: $ac_res" >&5 32601 $as_echo "$as_val"'`
31453 echo "${ECHO_T}$ac_res" >&6; } 32602 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
31454 32603 $as_echo "$ac_res" >&6; }
31455 fi 32604
31456 if test `eval echo '${'$as_ac_Header'}'` = yes; then 32605 fi
32606 as_val=`eval 'as_val=${'$as_ac_Header'}
32607 $as_echo "$as_val"'`
32608 if test "x$as_val" = x""yes; then
31457 cat >>confdefs.h <<_ACEOF 32609 cat >>confdefs.h <<_ACEOF
31458 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 32610 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
31459 _ACEOF 32611 _ACEOF
31460 32612
31461 fi 32613 fi
31462 32614
31463 done 32615 done
31464 fi 32616 fi
31465 32617
31466 32618
31467 for ac_func in getloadavg 32619 for ac_func in getloadavg
31468 do 32620 do
31469 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 32621 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
31470 { echo "$as_me:$LINENO: checking for $ac_func" >&5 32622 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
31471 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 32623 $as_echo_n "checking for $ac_func... " >&6; }
31472 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 32624 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
31473 echo $ECHO_N "(cached) $ECHO_C" >&6 32625 $as_echo_n "(cached) " >&6
31474 else 32626 else
31475 cat >conftest.$ac_ext <<_ACEOF 32627 cat >conftest.$ac_ext <<_ACEOF
31476 /* confdefs.h. */ 32628 /* confdefs.h. */
31477 _ACEOF 32629 _ACEOF
31478 cat confdefs.h >>conftest.$ac_ext 32630 cat confdefs.h >>conftest.$ac_ext
31521 if { (ac_try="$ac_link" 32673 if { (ac_try="$ac_link"
31522 case "(($ac_try" in 32674 case "(($ac_try" in
31523 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 32675 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31524 *) ac_try_echo=$ac_try;; 32676 *) ac_try_echo=$ac_try;;
31525 esac 32677 esac
31526 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 32678 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
32679 $as_echo "$ac_try_echo") >&5
31527 (eval "$ac_link") 2>conftest.er1 32680 (eval "$ac_link") 2>conftest.er1
31528 ac_status=$? 32681 ac_status=$?
31529 grep -v '^ *+' conftest.er1 >conftest.err 32682 grep -v '^ *+' conftest.er1 >conftest.err
31530 rm -f conftest.er1 32683 rm -f conftest.er1
31531 cat conftest.err >&5 32684 cat conftest.err >&5
31532 echo "$as_me:$LINENO: \$? = $ac_status" >&5 32685 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
31533 (exit $ac_status); } && { 32686 (exit $ac_status); } && {
31534 test -z "$ac_c_werror_flag" || 32687 test -z "$ac_c_werror_flag" ||
31535 test ! -s conftest.err 32688 test ! -s conftest.err
31536 } && test -s conftest$ac_exeext && 32689 } && test -s conftest$ac_exeext && {
31537 $as_test_x conftest$ac_exeext; then 32690 test "$cross_compiling" = yes ||
32691 $as_test_x conftest$ac_exeext
32692 }; then
31538 eval "$as_ac_var=yes" 32693 eval "$as_ac_var=yes"
31539 else 32694 else
31540 echo "$as_me: failed program was:" >&5 32695 $as_echo "$as_me: failed program was:" >&5
31541 sed 's/^/| /' conftest.$ac_ext >&5 32696 sed 's/^/| /' conftest.$ac_ext >&5
31542 32697
31543 eval "$as_ac_var=no" 32698 eval "$as_ac_var=no"
31544 fi 32699 fi
31545 32700
32701 rm -rf conftest.dSYM
31546 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 32702 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31547 conftest$ac_exeext conftest.$ac_ext 32703 conftest$ac_exeext conftest.$ac_ext
31548 fi 32704 fi
31549 ac_res=`eval echo '${'$as_ac_var'}'` 32705 ac_res=`eval 'as_val=${'$as_ac_var'}
31550 { echo "$as_me:$LINENO: result: $ac_res" >&5 32706 $as_echo "$as_val"'`
31551 echo "${ECHO_T}$ac_res" >&6; } 32707 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
31552 if test `eval echo '${'$as_ac_var'}'` = yes; then 32708 $as_echo "$ac_res" >&6; }
32709 as_val=`eval 'as_val=${'$as_ac_var'}
32710 $as_echo "$as_val"'`
32711 if test "x$as_val" = x""yes; then
31553 cat >>confdefs.h <<_ACEOF 32712 cat >>confdefs.h <<_ACEOF
31554 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 32713 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
31555 _ACEOF 32714 _ACEOF
31556 32715
31557 fi 32716 fi
31558 done 32717 done
31559 32718
31560 32719
31561 if test "$ac_cv_func_getloadavg" = "yes"; then 32720 if test "$ac_cv_func_getloadavg" = "yes"; then
31562 32721
31563 for ac_header in sys/loadavg.h 32722 for ac_header in sys/loadavg.h
31564 do 32723 do
31565 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 32724 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
31566 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 32725 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
31567 { echo "$as_me:$LINENO: checking for $ac_header" >&5 32726 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
31568 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 32727 $as_echo_n "checking for $ac_header... " >&6; }
31569 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 32728 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
31570 echo $ECHO_N "(cached) $ECHO_C" >&6 32729 $as_echo_n "(cached) " >&6
31571 fi 32730 fi
31572 ac_res=`eval echo '${'$as_ac_Header'}'` 32731 ac_res=`eval 'as_val=${'$as_ac_Header'}
31573 { echo "$as_me:$LINENO: result: $ac_res" >&5 32732 $as_echo "$as_val"'`
31574 echo "${ECHO_T}$ac_res" >&6; } 32733 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
32734 $as_echo "$ac_res" >&6; }
31575 else 32735 else
31576 # Is the header compilable? 32736 # Is the header compilable?
31577 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 32737 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
31578 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 32738 $as_echo_n "checking $ac_header usability... " >&6; }
31579 cat >conftest.$ac_ext <<_ACEOF 32739 cat >conftest.$ac_ext <<_ACEOF
31580 /* confdefs.h. */ 32740 /* confdefs.h. */
31581 _ACEOF 32741 _ACEOF
31582 cat confdefs.h >>conftest.$ac_ext 32742 cat confdefs.h >>conftest.$ac_ext
31583 cat >>conftest.$ac_ext <<_ACEOF 32743 cat >>conftest.$ac_ext <<_ACEOF
31589 if { (ac_try="$ac_compile" 32749 if { (ac_try="$ac_compile"
31590 case "(($ac_try" in 32750 case "(($ac_try" in
31591 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 32751 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31592 *) ac_try_echo=$ac_try;; 32752 *) ac_try_echo=$ac_try;;
31593 esac 32753 esac
31594 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 32754 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
32755 $as_echo "$ac_try_echo") >&5
31595 (eval "$ac_compile") 2>conftest.er1 32756 (eval "$ac_compile") 2>conftest.er1
31596 ac_status=$? 32757 ac_status=$?
31597 grep -v '^ *+' conftest.er1 >conftest.err 32758 grep -v '^ *+' conftest.er1 >conftest.err
31598 rm -f conftest.er1 32759 rm -f conftest.er1
31599 cat conftest.err >&5 32760 cat conftest.err >&5
31600 echo "$as_me:$LINENO: \$? = $ac_status" >&5 32761 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
31601 (exit $ac_status); } && { 32762 (exit $ac_status); } && {
31602 test -z "$ac_c_werror_flag" || 32763 test -z "$ac_c_werror_flag" ||
31603 test ! -s conftest.err 32764 test ! -s conftest.err
31604 } && test -s conftest.$ac_objext; then 32765 } && test -s conftest.$ac_objext; then
31605 ac_header_compiler=yes 32766 ac_header_compiler=yes
31606 else 32767 else
31607 echo "$as_me: failed program was:" >&5 32768 $as_echo "$as_me: failed program was:" >&5
31608 sed 's/^/| /' conftest.$ac_ext >&5 32769 sed 's/^/| /' conftest.$ac_ext >&5
31609 32770
31610 ac_header_compiler=no 32771 ac_header_compiler=no
31611 fi 32772 fi
31612 32773
31613 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 32774 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31614 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 32775 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
31615 echo "${ECHO_T}$ac_header_compiler" >&6; } 32776 $as_echo "$ac_header_compiler" >&6; }
31616 32777
31617 # Is the header present? 32778 # Is the header present?
31618 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 32779 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
31619 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 32780 $as_echo_n "checking $ac_header presence... " >&6; }
31620 cat >conftest.$ac_ext <<_ACEOF 32781 cat >conftest.$ac_ext <<_ACEOF
31621 /* confdefs.h. */ 32782 /* confdefs.h. */
31622 _ACEOF 32783 _ACEOF
31623 cat confdefs.h >>conftest.$ac_ext 32784 cat confdefs.h >>conftest.$ac_ext
31624 cat >>conftest.$ac_ext <<_ACEOF 32785 cat >>conftest.$ac_ext <<_ACEOF
31628 if { (ac_try="$ac_cpp conftest.$ac_ext" 32789 if { (ac_try="$ac_cpp conftest.$ac_ext"
31629 case "(($ac_try" in 32790 case "(($ac_try" in
31630 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 32791 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31631 *) ac_try_echo=$ac_try;; 32792 *) ac_try_echo=$ac_try;;
31632 esac 32793 esac
31633 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 32794 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
32795 $as_echo "$ac_try_echo") >&5
31634 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 32796 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
31635 ac_status=$? 32797 ac_status=$?
31636 grep -v '^ *+' conftest.er1 >conftest.err 32798 grep -v '^ *+' conftest.er1 >conftest.err
31637 rm -f conftest.er1 32799 rm -f conftest.er1
31638 cat conftest.err >&5 32800 cat conftest.err >&5
31639 echo "$as_me:$LINENO: \$? = $ac_status" >&5 32801 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
31640 (exit $ac_status); } >/dev/null && { 32802 (exit $ac_status); } >/dev/null && {
31641 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 32803 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
31642 test ! -s conftest.err 32804 test ! -s conftest.err
31643 }; then 32805 }; then
31644 ac_header_preproc=yes 32806 ac_header_preproc=yes
31645 else 32807 else
31646 echo "$as_me: failed program was:" >&5 32808 $as_echo "$as_me: failed program was:" >&5
31647 sed 's/^/| /' conftest.$ac_ext >&5 32809 sed 's/^/| /' conftest.$ac_ext >&5
31648 32810
31649 ac_header_preproc=no 32811 ac_header_preproc=no
31650 fi 32812 fi
31651 32813
31652 rm -f conftest.err conftest.$ac_ext 32814 rm -f conftest.err conftest.$ac_ext
31653 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 32815 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
31654 echo "${ECHO_T}$ac_header_preproc" >&6; } 32816 $as_echo "$ac_header_preproc" >&6; }
31655 32817
31656 # So? What about this header? 32818 # So? What about this header?
31657 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 32819 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
31658 yes:no: ) 32820 yes:no: )
31659 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 32821 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
31660 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 32822 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
31661 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 32823 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
31662 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 32824 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
31663 ac_header_preproc=yes 32825 ac_header_preproc=yes
31664 ;; 32826 ;;
31665 no:yes:* ) 32827 no:yes:* )
31666 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 32828 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
31667 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 32829 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
31668 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 32830 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
31669 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 32831 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
31670 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 32832 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
31671 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 32833 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
31672 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 32834 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
31673 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 32835 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
31674 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 32836 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
31675 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 32837 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
31676 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 32838 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
31677 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 32839 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
31678 ( cat <<\_ASBOX 32840 ( cat <<\_ASBOX
31679 ## ------------------------------------- ## 32841 ## ------------------------------------- ##
31680 ## Report this to xemacs-beta@xemacs.org ## 32842 ## Report this to xemacs-beta@xemacs.org ##
31681 ## ------------------------------------- ## 32843 ## ------------------------------------- ##
31682 _ASBOX 32844 _ASBOX
31683 ) | sed "s/^/$as_me: WARNING: /" >&2 32845 ) | sed "s/^/$as_me: WARNING: /" >&2
31684 ;; 32846 ;;
31685 esac 32847 esac
31686 { echo "$as_me:$LINENO: checking for $ac_header" >&5 32848 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
31687 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 32849 $as_echo_n "checking for $ac_header... " >&6; }
31688 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 32850 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
31689 echo $ECHO_N "(cached) $ECHO_C" >&6 32851 $as_echo_n "(cached) " >&6
31690 else 32852 else
31691 eval "$as_ac_Header=\$ac_header_preproc" 32853 eval "$as_ac_Header=\$ac_header_preproc"
31692 fi 32854 fi
31693 ac_res=`eval echo '${'$as_ac_Header'}'` 32855 ac_res=`eval 'as_val=${'$as_ac_Header'}
31694 { echo "$as_me:$LINENO: result: $ac_res" >&5 32856 $as_echo "$as_val"'`
31695 echo "${ECHO_T}$ac_res" >&6; } 32857 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
31696 32858 $as_echo "$ac_res" >&6; }
31697 fi 32859
31698 if test `eval echo '${'$as_ac_Header'}'` = yes; then 32860 fi
32861 as_val=`eval 'as_val=${'$as_ac_Header'}
32862 $as_echo "$as_val"'`
32863 if test "x$as_val" = x""yes; then
31699 cat >>confdefs.h <<_ACEOF 32864 cat >>confdefs.h <<_ACEOF
31700 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 32865 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
31701 _ACEOF 32866 _ACEOF
31702 32867
31703 fi 32868 fi
31704 32869
31705 done 32870 done
31708 extra_objs="$extra_objs getloadavg.o" && if test "$verbose" = "yes"; then 32873 extra_objs="$extra_objs getloadavg.o" && if test "$verbose" = "yes"; then
31709 echo " xemacs will be linked with \"getloadavg.o\"" 32874 echo " xemacs will be linked with \"getloadavg.o\""
31710 fi 32875 fi
31711 32876
31712 32877
31713 { echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5 32878 { $as_echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
31714 echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6; } 32879 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
31715 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then 32880 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
31716 echo $ECHO_N "(cached) $ECHO_C" >&6 32881 $as_echo_n "(cached) " >&6
31717 else 32882 else
31718 ac_check_lib_save_LIBS=$LIBS 32883 ac_check_lib_save_LIBS=$LIBS
31719 LIBS="-lkstat $LIBS" 32884 LIBS="-lkstat $LIBS"
31720 cat >conftest.$ac_ext <<_ACEOF 32885 cat >conftest.$ac_ext <<_ACEOF
31721 /* confdefs.h. */ 32886 /* confdefs.h. */
31743 if { (ac_try="$ac_link" 32908 if { (ac_try="$ac_link"
31744 case "(($ac_try" in 32909 case "(($ac_try" in
31745 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 32910 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31746 *) ac_try_echo=$ac_try;; 32911 *) ac_try_echo=$ac_try;;
31747 esac 32912 esac
31748 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 32913 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
32914 $as_echo "$ac_try_echo") >&5
31749 (eval "$ac_link") 2>conftest.er1 32915 (eval "$ac_link") 2>conftest.er1
31750 ac_status=$? 32916 ac_status=$?
31751 grep -v '^ *+' conftest.er1 >conftest.err 32917 grep -v '^ *+' conftest.er1 >conftest.err
31752 rm -f conftest.er1 32918 rm -f conftest.er1
31753 cat conftest.err >&5 32919 cat conftest.err >&5
31754 echo "$as_me:$LINENO: \$? = $ac_status" >&5 32920 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
31755 (exit $ac_status); } && { 32921 (exit $ac_status); } && {
31756 test -z "$ac_c_werror_flag" || 32922 test -z "$ac_c_werror_flag" ||
31757 test ! -s conftest.err 32923 test ! -s conftest.err
31758 } && test -s conftest$ac_exeext && 32924 } && test -s conftest$ac_exeext && {
31759 $as_test_x conftest$ac_exeext; then 32925 test "$cross_compiling" = yes ||
32926 $as_test_x conftest$ac_exeext
32927 }; then
31760 ac_cv_lib_kstat_kstat_open=yes 32928 ac_cv_lib_kstat_kstat_open=yes
31761 else 32929 else
31762 echo "$as_me: failed program was:" >&5 32930 $as_echo "$as_me: failed program was:" >&5
31763 sed 's/^/| /' conftest.$ac_ext >&5 32931 sed 's/^/| /' conftest.$ac_ext >&5
31764 32932
31765 ac_cv_lib_kstat_kstat_open=no 32933 ac_cv_lib_kstat_kstat_open=no
31766 fi 32934 fi
31767 32935
32936 rm -rf conftest.dSYM
31768 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 32937 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31769 conftest$ac_exeext conftest.$ac_ext 32938 conftest$ac_exeext conftest.$ac_ext
31770 LIBS=$ac_check_lib_save_LIBS 32939 LIBS=$ac_check_lib_save_LIBS
31771 fi 32940 fi
31772 { echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5 32941 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
31773 echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6; } 32942 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
31774 if test $ac_cv_lib_kstat_kstat_open = yes; then 32943 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then
31775 cat >>confdefs.h <<_ACEOF 32944 cat >>confdefs.h <<_ACEOF
31776 #define HAVE_LIBKSTAT 1 32945 #define HAVE_LIBKSTAT 1
31777 _ACEOF 32946 _ACEOF
31778 32947
31779 LIBS="-lkstat $LIBS" 32948 LIBS="-lkstat $LIBS"
31781 fi 32950 fi
31782 32951
31783 32952
31784 for ac_header in kstat.h 32953 for ac_header in kstat.h
31785 do 32954 do
31786 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 32955 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
31787 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 32956 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
31788 { echo "$as_me:$LINENO: checking for $ac_header" >&5 32957 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
31789 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 32958 $as_echo_n "checking for $ac_header... " >&6; }
31790 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 32959 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
31791 echo $ECHO_N "(cached) $ECHO_C" >&6 32960 $as_echo_n "(cached) " >&6
31792 fi 32961 fi
31793 ac_res=`eval echo '${'$as_ac_Header'}'` 32962 ac_res=`eval 'as_val=${'$as_ac_Header'}
31794 { echo "$as_me:$LINENO: result: $ac_res" >&5 32963 $as_echo "$as_val"'`
31795 echo "${ECHO_T}$ac_res" >&6; } 32964 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
32965 $as_echo "$ac_res" >&6; }
31796 else 32966 else
31797 # Is the header compilable? 32967 # Is the header compilable?
31798 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 32968 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
31799 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 32969 $as_echo_n "checking $ac_header usability... " >&6; }
31800 cat >conftest.$ac_ext <<_ACEOF 32970 cat >conftest.$ac_ext <<_ACEOF
31801 /* confdefs.h. */ 32971 /* confdefs.h. */
31802 _ACEOF 32972 _ACEOF
31803 cat confdefs.h >>conftest.$ac_ext 32973 cat confdefs.h >>conftest.$ac_ext
31804 cat >>conftest.$ac_ext <<_ACEOF 32974 cat >>conftest.$ac_ext <<_ACEOF
31810 if { (ac_try="$ac_compile" 32980 if { (ac_try="$ac_compile"
31811 case "(($ac_try" in 32981 case "(($ac_try" in
31812 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 32982 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31813 *) ac_try_echo=$ac_try;; 32983 *) ac_try_echo=$ac_try;;
31814 esac 32984 esac
31815 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 32985 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
32986 $as_echo "$ac_try_echo") >&5
31816 (eval "$ac_compile") 2>conftest.er1 32987 (eval "$ac_compile") 2>conftest.er1
31817 ac_status=$? 32988 ac_status=$?
31818 grep -v '^ *+' conftest.er1 >conftest.err 32989 grep -v '^ *+' conftest.er1 >conftest.err
31819 rm -f conftest.er1 32990 rm -f conftest.er1
31820 cat conftest.err >&5 32991 cat conftest.err >&5
31821 echo "$as_me:$LINENO: \$? = $ac_status" >&5 32992 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
31822 (exit $ac_status); } && { 32993 (exit $ac_status); } && {
31823 test -z "$ac_c_werror_flag" || 32994 test -z "$ac_c_werror_flag" ||
31824 test ! -s conftest.err 32995 test ! -s conftest.err
31825 } && test -s conftest.$ac_objext; then 32996 } && test -s conftest.$ac_objext; then
31826 ac_header_compiler=yes 32997 ac_header_compiler=yes
31827 else 32998 else
31828 echo "$as_me: failed program was:" >&5 32999 $as_echo "$as_me: failed program was:" >&5
31829 sed 's/^/| /' conftest.$ac_ext >&5 33000 sed 's/^/| /' conftest.$ac_ext >&5
31830 33001
31831 ac_header_compiler=no 33002 ac_header_compiler=no
31832 fi 33003 fi
31833 33004
31834 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 33005 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31835 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 33006 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
31836 echo "${ECHO_T}$ac_header_compiler" >&6; } 33007 $as_echo "$ac_header_compiler" >&6; }
31837 33008
31838 # Is the header present? 33009 # Is the header present?
31839 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 33010 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
31840 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 33011 $as_echo_n "checking $ac_header presence... " >&6; }
31841 cat >conftest.$ac_ext <<_ACEOF 33012 cat >conftest.$ac_ext <<_ACEOF
31842 /* confdefs.h. */ 33013 /* confdefs.h. */
31843 _ACEOF 33014 _ACEOF
31844 cat confdefs.h >>conftest.$ac_ext 33015 cat confdefs.h >>conftest.$ac_ext
31845 cat >>conftest.$ac_ext <<_ACEOF 33016 cat >>conftest.$ac_ext <<_ACEOF
31849 if { (ac_try="$ac_cpp conftest.$ac_ext" 33020 if { (ac_try="$ac_cpp conftest.$ac_ext"
31850 case "(($ac_try" in 33021 case "(($ac_try" in
31851 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 33022 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31852 *) ac_try_echo=$ac_try;; 33023 *) ac_try_echo=$ac_try;;
31853 esac 33024 esac
31854 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 33025 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
33026 $as_echo "$ac_try_echo") >&5
31855 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 33027 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
31856 ac_status=$? 33028 ac_status=$?
31857 grep -v '^ *+' conftest.er1 >conftest.err 33029 grep -v '^ *+' conftest.er1 >conftest.err
31858 rm -f conftest.er1 33030 rm -f conftest.er1
31859 cat conftest.err >&5 33031 cat conftest.err >&5
31860 echo "$as_me:$LINENO: \$? = $ac_status" >&5 33032 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
31861 (exit $ac_status); } >/dev/null && { 33033 (exit $ac_status); } >/dev/null && {
31862 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 33034 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
31863 test ! -s conftest.err 33035 test ! -s conftest.err
31864 }; then 33036 }; then
31865 ac_header_preproc=yes 33037 ac_header_preproc=yes
31866 else 33038 else
31867 echo "$as_me: failed program was:" >&5 33039 $as_echo "$as_me: failed program was:" >&5
31868 sed 's/^/| /' conftest.$ac_ext >&5 33040 sed 's/^/| /' conftest.$ac_ext >&5
31869 33041
31870 ac_header_preproc=no 33042 ac_header_preproc=no
31871 fi 33043 fi
31872 33044
31873 rm -f conftest.err conftest.$ac_ext 33045 rm -f conftest.err conftest.$ac_ext
31874 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 33046 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
31875 echo "${ECHO_T}$ac_header_preproc" >&6; } 33047 $as_echo "$ac_header_preproc" >&6; }
31876 33048
31877 # So? What about this header? 33049 # So? What about this header?
31878 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 33050 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
31879 yes:no: ) 33051 yes:no: )
31880 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 33052 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
31881 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 33053 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
31882 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 33054 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
31883 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 33055 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
31884 ac_header_preproc=yes 33056 ac_header_preproc=yes
31885 ;; 33057 ;;
31886 no:yes:* ) 33058 no:yes:* )
31887 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 33059 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
31888 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 33060 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
31889 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 33061 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
31890 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 33062 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
31891 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 33063 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
31892 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 33064 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
31893 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 33065 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
31894 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 33066 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
31895 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 33067 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
31896 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 33068 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
31897 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 33069 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
31898 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 33070 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
31899 ( cat <<\_ASBOX 33071 ( cat <<\_ASBOX
31900 ## ------------------------------------- ## 33072 ## ------------------------------------- ##
31901 ## Report this to xemacs-beta@xemacs.org ## 33073 ## Report this to xemacs-beta@xemacs.org ##
31902 ## ------------------------------------- ## 33074 ## ------------------------------------- ##
31903 _ASBOX 33075 _ASBOX
31904 ) | sed "s/^/$as_me: WARNING: /" >&2 33076 ) | sed "s/^/$as_me: WARNING: /" >&2
31905 ;; 33077 ;;
31906 esac 33078 esac
31907 { echo "$as_me:$LINENO: checking for $ac_header" >&5 33079 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
31908 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 33080 $as_echo_n "checking for $ac_header... " >&6; }
31909 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 33081 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
31910 echo $ECHO_N "(cached) $ECHO_C" >&6 33082 $as_echo_n "(cached) " >&6
31911 else 33083 else
31912 eval "$as_ac_Header=\$ac_header_preproc" 33084 eval "$as_ac_Header=\$ac_header_preproc"
31913 fi 33085 fi
31914 ac_res=`eval echo '${'$as_ac_Header'}'` 33086 ac_res=`eval 'as_val=${'$as_ac_Header'}
31915 { echo "$as_me:$LINENO: result: $ac_res" >&5 33087 $as_echo "$as_val"'`
31916 echo "${ECHO_T}$ac_res" >&6; } 33088 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
31917 33089 $as_echo "$ac_res" >&6; }
31918 fi 33090
31919 if test `eval echo '${'$as_ac_Header'}'` = yes; then 33091 fi
33092 as_val=`eval 'as_val=${'$as_ac_Header'}
33093 $as_echo "$as_val"'`
33094 if test "x$as_val" = x""yes; then
31920 cat >>confdefs.h <<_ACEOF 33095 cat >>confdefs.h <<_ACEOF
31921 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 33096 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
31922 _ACEOF 33097 _ACEOF
31923 33098
31924 fi 33099 fi
31925 33100
31926 done 33101 done
31927 33102
31928 33103
31929 33104
31930 { echo "$as_me:$LINENO: checking for kvm_read in -lkvm" >&5 33105 { $as_echo "$as_me:$LINENO: checking for kvm_read in -lkvm" >&5
31931 echo $ECHO_N "checking for kvm_read in -lkvm... $ECHO_C" >&6; } 33106 $as_echo_n "checking for kvm_read in -lkvm... " >&6; }
31932 if test "${ac_cv_lib_kvm_kvm_read+set}" = set; then 33107 if test "${ac_cv_lib_kvm_kvm_read+set}" = set; then
31933 echo $ECHO_N "(cached) $ECHO_C" >&6 33108 $as_echo_n "(cached) " >&6
31934 else 33109 else
31935 ac_check_lib_save_LIBS=$LIBS 33110 ac_check_lib_save_LIBS=$LIBS
31936 LIBS="-lkvm $LIBS" 33111 LIBS="-lkvm $LIBS"
31937 cat >conftest.$ac_ext <<_ACEOF 33112 cat >conftest.$ac_ext <<_ACEOF
31938 /* confdefs.h. */ 33113 /* confdefs.h. */
31960 if { (ac_try="$ac_link" 33135 if { (ac_try="$ac_link"
31961 case "(($ac_try" in 33136 case "(($ac_try" in
31962 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 33137 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31963 *) ac_try_echo=$ac_try;; 33138 *) ac_try_echo=$ac_try;;
31964 esac 33139 esac
31965 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 33140 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
33141 $as_echo "$ac_try_echo") >&5
31966 (eval "$ac_link") 2>conftest.er1 33142 (eval "$ac_link") 2>conftest.er1
31967 ac_status=$? 33143 ac_status=$?
31968 grep -v '^ *+' conftest.er1 >conftest.err 33144 grep -v '^ *+' conftest.er1 >conftest.err
31969 rm -f conftest.er1 33145 rm -f conftest.er1
31970 cat conftest.err >&5 33146 cat conftest.err >&5
31971 echo "$as_me:$LINENO: \$? = $ac_status" >&5 33147 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
31972 (exit $ac_status); } && { 33148 (exit $ac_status); } && {
31973 test -z "$ac_c_werror_flag" || 33149 test -z "$ac_c_werror_flag" ||
31974 test ! -s conftest.err 33150 test ! -s conftest.err
31975 } && test -s conftest$ac_exeext && 33151 } && test -s conftest$ac_exeext && {
31976 $as_test_x conftest$ac_exeext; then 33152 test "$cross_compiling" = yes ||
33153 $as_test_x conftest$ac_exeext
33154 }; then
31977 ac_cv_lib_kvm_kvm_read=yes 33155 ac_cv_lib_kvm_kvm_read=yes
31978 else 33156 else
31979 echo "$as_me: failed program was:" >&5 33157 $as_echo "$as_me: failed program was:" >&5
31980 sed 's/^/| /' conftest.$ac_ext >&5 33158 sed 's/^/| /' conftest.$ac_ext >&5
31981 33159
31982 ac_cv_lib_kvm_kvm_read=no 33160 ac_cv_lib_kvm_kvm_read=no
31983 fi 33161 fi
31984 33162
33163 rm -rf conftest.dSYM
31985 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 33164 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31986 conftest$ac_exeext conftest.$ac_ext 33165 conftest$ac_exeext conftest.$ac_ext
31987 LIBS=$ac_check_lib_save_LIBS 33166 LIBS=$ac_check_lib_save_LIBS
31988 fi 33167 fi
31989 { echo "$as_me:$LINENO: result: $ac_cv_lib_kvm_kvm_read" >&5 33168 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_kvm_kvm_read" >&5
31990 echo "${ECHO_T}$ac_cv_lib_kvm_kvm_read" >&6; } 33169 $as_echo "$ac_cv_lib_kvm_kvm_read" >&6; }
31991 if test $ac_cv_lib_kvm_kvm_read = yes; then 33170 if test "x$ac_cv_lib_kvm_kvm_read" = x""yes; then
31992 cat >>confdefs.h <<_ACEOF 33171 cat >>confdefs.h <<_ACEOF
31993 #define HAVE_LIBKVM 1 33172 #define HAVE_LIBKVM 1
31994 _ACEOF 33173 _ACEOF
31995 33174
31996 LIBS="-lkvm $LIBS" 33175 LIBS="-lkvm $LIBS"
31997 33176
31998 fi 33177 fi
31999 33178
32000 fi 33179 fi
32001 33180
32002 { echo "$as_me:$LINENO: checking whether netdb declares h_errno" >&5 33181 { $as_echo "$as_me:$LINENO: checking whether netdb declares h_errno" >&5
32003 echo $ECHO_N "checking whether netdb declares h_errno... $ECHO_C" >&6; } 33182 $as_echo_n "checking whether netdb declares h_errno... " >&6; }
32004 cat >conftest.$ac_ext <<_ACEOF 33183 cat >conftest.$ac_ext <<_ACEOF
32005 /* confdefs.h. */ 33184 /* confdefs.h. */
32006 _ACEOF 33185 _ACEOF
32007 cat confdefs.h >>conftest.$ac_ext 33186 cat confdefs.h >>conftest.$ac_ext
32008 cat >>conftest.$ac_ext <<_ACEOF 33187 cat >>conftest.$ac_ext <<_ACEOF
32020 if { (ac_try="$ac_link" 33199 if { (ac_try="$ac_link"
32021 case "(($ac_try" in 33200 case "(($ac_try" in
32022 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 33201 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32023 *) ac_try_echo=$ac_try;; 33202 *) ac_try_echo=$ac_try;;
32024 esac 33203 esac
32025 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 33204 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
33205 $as_echo "$ac_try_echo") >&5
32026 (eval "$ac_link") 2>conftest.er1 33206 (eval "$ac_link") 2>conftest.er1
32027 ac_status=$? 33207 ac_status=$?
32028 grep -v '^ *+' conftest.er1 >conftest.err 33208 grep -v '^ *+' conftest.er1 >conftest.err
32029 rm -f conftest.er1 33209 rm -f conftest.er1
32030 cat conftest.err >&5 33210 cat conftest.err >&5
32031 echo "$as_me:$LINENO: \$? = $ac_status" >&5 33211 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
32032 (exit $ac_status); } && { 33212 (exit $ac_status); } && {
32033 test -z "$ac_c_werror_flag" || 33213 test -z "$ac_c_werror_flag" ||
32034 test ! -s conftest.err 33214 test ! -s conftest.err
32035 } && test -s conftest$ac_exeext && 33215 } && test -s conftest$ac_exeext && {
32036 $as_test_x conftest$ac_exeext; then 33216 test "$cross_compiling" = yes ||
32037 { echo "$as_me:$LINENO: result: yes" >&5 33217 $as_test_x conftest$ac_exeext
32038 echo "${ECHO_T}yes" >&6; } 33218 }; then
33219 { $as_echo "$as_me:$LINENO: result: yes" >&5
33220 $as_echo "yes" >&6; }
32039 cat >>confdefs.h <<\_ACEOF 33221 cat >>confdefs.h <<\_ACEOF
32040 #define HAVE_H_ERRNO 1 33222 #define HAVE_H_ERRNO 1
32041 _ACEOF 33223 _ACEOF
32042 33224
32043 else 33225 else
32044 echo "$as_me: failed program was:" >&5 33226 $as_echo "$as_me: failed program was:" >&5
32045 sed 's/^/| /' conftest.$ac_ext >&5 33227 sed 's/^/| /' conftest.$ac_ext >&5
32046 33228
32047 { echo "$as_me:$LINENO: result: no" >&5 33229 { $as_echo "$as_me:$LINENO: result: no" >&5
32048 echo "${ECHO_T}no" >&6; } 33230 $as_echo "no" >&6; }
32049 fi 33231 fi
32050 33232
33233 rm -rf conftest.dSYM
32051 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 33234 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32052 conftest$ac_exeext conftest.$ac_ext 33235 conftest$ac_exeext conftest.$ac_ext
32053 33236
32054 { echo "$as_me:$LINENO: checking for sigsetjmp" >&5 33237 { $as_echo "$as_me:$LINENO: checking for sigsetjmp" >&5
32055 echo $ECHO_N "checking for sigsetjmp... $ECHO_C" >&6; } 33238 $as_echo_n "checking for sigsetjmp... " >&6; }
32056 cat >conftest.$ac_ext <<_ACEOF 33239 cat >conftest.$ac_ext <<_ACEOF
32057 /* confdefs.h. */ 33240 /* confdefs.h. */
32058 _ACEOF 33241 _ACEOF
32059 cat confdefs.h >>conftest.$ac_ext 33242 cat confdefs.h >>conftest.$ac_ext
32060 cat >>conftest.$ac_ext <<_ACEOF 33243 cat >>conftest.$ac_ext <<_ACEOF
32072 if { (ac_try="$ac_compile" 33255 if { (ac_try="$ac_compile"
32073 case "(($ac_try" in 33256 case "(($ac_try" in
32074 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 33257 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32075 *) ac_try_echo=$ac_try;; 33258 *) ac_try_echo=$ac_try;;
32076 esac 33259 esac
32077 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 33260 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
33261 $as_echo "$ac_try_echo") >&5
32078 (eval "$ac_compile") 2>conftest.er1 33262 (eval "$ac_compile") 2>conftest.er1
32079 ac_status=$? 33263 ac_status=$?
32080 grep -v '^ *+' conftest.er1 >conftest.err 33264 grep -v '^ *+' conftest.er1 >conftest.err
32081 rm -f conftest.er1 33265 rm -f conftest.er1
32082 cat conftest.err >&5 33266 cat conftest.err >&5
32083 echo "$as_me:$LINENO: \$? = $ac_status" >&5 33267 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
32084 (exit $ac_status); } && { 33268 (exit $ac_status); } && {
32085 test -z "$ac_c_werror_flag" || 33269 test -z "$ac_c_werror_flag" ||
32086 test ! -s conftest.err 33270 test ! -s conftest.err
32087 } && test -s conftest.$ac_objext; then 33271 } && test -s conftest.$ac_objext; then
32088 { echo "$as_me:$LINENO: result: yes" >&5 33272 { $as_echo "$as_me:$LINENO: result: yes" >&5
32089 echo "${ECHO_T}yes" >&6; } 33273 $as_echo "yes" >&6; }
32090 cat >>confdefs.h <<\_ACEOF 33274 cat >>confdefs.h <<\_ACEOF
32091 #define HAVE_SIGSETJMP 1 33275 #define HAVE_SIGSETJMP 1
32092 _ACEOF 33276 _ACEOF
32093 33277
32094 else 33278 else
32095 echo "$as_me: failed program was:" >&5 33279 $as_echo "$as_me: failed program was:" >&5
32096 sed 's/^/| /' conftest.$ac_ext >&5 33280 sed 's/^/| /' conftest.$ac_ext >&5
32097 33281
32098 { echo "$as_me:$LINENO: result: no" >&5 33282 { $as_echo "$as_me:$LINENO: result: no" >&5
32099 echo "${ECHO_T}no" >&6; } 33283 $as_echo "no" >&6; }
32100 fi 33284 fi
32101 33285
32102 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 33286 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32103 33287
32104 { echo "$as_me:$LINENO: checking whether localtime caches TZ" >&5 33288 { $as_echo "$as_me:$LINENO: checking whether localtime caches TZ" >&5
32105 echo $ECHO_N "checking whether localtime caches TZ... $ECHO_C" >&6; } 33289 $as_echo_n "checking whether localtime caches TZ... " >&6; }
32106 if test "${emacs_cv_localtime_cache+set}" = set; then 33290 if test "${emacs_cv_localtime_cache+set}" = set; then
32107 echo $ECHO_N "(cached) $ECHO_C" >&6 33291 $as_echo_n "(cached) " >&6
32108 else 33292 else
32109 if test "$ac_cv_func_tzset" = "yes"; then 33293 if test "$ac_cv_func_tzset" = "yes"; then
32110 if test "$cross_compiling" = yes; then 33294 if test "$cross_compiling" = yes; then
32111 # If we have tzset, assume the worst when cross-compiling. 33295 # If we have tzset, assume the worst when cross-compiling.
32112 emacs_cv_localtime_cache=yes 33296 emacs_cv_localtime_cache=yes
32154 if { (ac_try="$ac_link" 33338 if { (ac_try="$ac_link"
32155 case "(($ac_try" in 33339 case "(($ac_try" in
32156 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 33340 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32157 *) ac_try_echo=$ac_try;; 33341 *) ac_try_echo=$ac_try;;
32158 esac 33342 esac
32159 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 33343 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
33344 $as_echo "$ac_try_echo") >&5
32160 (eval "$ac_link") 2>&5 33345 (eval "$ac_link") 2>&5
32161 ac_status=$? 33346 ac_status=$?
32162 echo "$as_me:$LINENO: \$? = $ac_status" >&5 33347 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
32163 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 33348 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
32164 { (case "(($ac_try" in 33349 { (case "(($ac_try" in
32165 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 33350 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32166 *) ac_try_echo=$ac_try;; 33351 *) ac_try_echo=$ac_try;;
32167 esac 33352 esac
32168 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 33353 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
33354 $as_echo "$ac_try_echo") >&5
32169 (eval "$ac_try") 2>&5 33355 (eval "$ac_try") 2>&5
32170 ac_status=$? 33356 ac_status=$?
32171 echo "$as_me:$LINENO: \$? = $ac_status" >&5 33357 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
32172 (exit $ac_status); }; }; then 33358 (exit $ac_status); }; }; then
32173 emacs_cv_localtime_cache=no 33359 emacs_cv_localtime_cache=no
32174 else 33360 else
32175 echo "$as_me: program exited with status $ac_status" >&5 33361 $as_echo "$as_me: program exited with status $ac_status" >&5
32176 echo "$as_me: failed program was:" >&5 33362 $as_echo "$as_me: failed program was:" >&5
32177 sed 's/^/| /' conftest.$ac_ext >&5 33363 sed 's/^/| /' conftest.$ac_ext >&5
32178 33364
32179 ( exit $ac_status ) 33365 ( exit $ac_status )
32180 emacs_cv_localtime_cache=yes 33366 emacs_cv_localtime_cache=yes
32181 fi 33367 fi
33368 rm -rf conftest.dSYM
32182 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 33369 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
32183 fi 33370 fi
32184 33371
32185 33372
32186 else 33373 else
32187 # If we lack tzset, report that localtime does not cache TZ, 33374 # If we lack tzset, report that localtime does not cache TZ,
32188 # since we can't invalidate the cache if we don't have tzset. 33375 # since we can't invalidate the cache if we don't have tzset.
32189 emacs_cv_localtime_cache=no 33376 emacs_cv_localtime_cache=no
32190 fi 33377 fi
32191 fi 33378 fi
32192 { echo "$as_me:$LINENO: result: $emacs_cv_localtime_cache" >&5 33379 { $as_echo "$as_me:$LINENO: result: $emacs_cv_localtime_cache" >&5
32193 echo "${ECHO_T}$emacs_cv_localtime_cache" >&6; } 33380 $as_echo "$emacs_cv_localtime_cache" >&6; }
32194 if test $emacs_cv_localtime_cache = yes; then 33381 if test $emacs_cv_localtime_cache = yes; then
32195 cat >>confdefs.h <<\_ACEOF 33382 cat >>confdefs.h <<\_ACEOF
32196 #define LOCALTIME_CACHE 1 33383 #define LOCALTIME_CACHE 1
32197 _ACEOF 33384 _ACEOF
32198 33385
32199 fi 33386 fi
32200 33387
32201 if test "$HAVE_TIMEVAL" = "yes"; then 33388 if test "$HAVE_TIMEVAL" = "yes"; then
32202 { echo "$as_me:$LINENO: checking whether gettimeofday accepts one or two arguments" >&5 33389 { $as_echo "$as_me:$LINENO: checking whether gettimeofday accepts one or two arguments" >&5
32203 echo $ECHO_N "checking whether gettimeofday accepts one or two arguments... $ECHO_C" >&6; } 33390 $as_echo_n "checking whether gettimeofday accepts one or two arguments... " >&6; }
32204 cat >conftest.$ac_ext <<_ACEOF 33391 cat >conftest.$ac_ext <<_ACEOF
32205 /* confdefs.h. */ 33392 /* confdefs.h. */
32206 _ACEOF 33393 _ACEOF
32207 cat confdefs.h >>conftest.$ac_ext 33394 cat confdefs.h >>conftest.$ac_ext
32208 cat >>conftest.$ac_ext <<_ACEOF 33395 cat >>conftest.$ac_ext <<_ACEOF
32234 if { (ac_try="$ac_link" 33421 if { (ac_try="$ac_link"
32235 case "(($ac_try" in 33422 case "(($ac_try" in
32236 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 33423 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32237 *) ac_try_echo=$ac_try;; 33424 *) ac_try_echo=$ac_try;;
32238 esac 33425 esac
32239 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 33426 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
33427 $as_echo "$ac_try_echo") >&5
32240 (eval "$ac_link") 2>conftest.er1 33428 (eval "$ac_link") 2>conftest.er1
32241 ac_status=$? 33429 ac_status=$?
32242 grep -v '^ *+' conftest.er1 >conftest.err 33430 grep -v '^ *+' conftest.er1 >conftest.err
32243 rm -f conftest.er1 33431 rm -f conftest.er1
32244 cat conftest.err >&5 33432 cat conftest.err >&5
32245 echo "$as_me:$LINENO: \$? = $ac_status" >&5 33433 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
32246 (exit $ac_status); } && { 33434 (exit $ac_status); } && {
32247 test -z "$ac_c_werror_flag" || 33435 test -z "$ac_c_werror_flag" ||
32248 test ! -s conftest.err 33436 test ! -s conftest.err
32249 } && test -s conftest$ac_exeext && 33437 } && test -s conftest$ac_exeext && {
32250 $as_test_x conftest$ac_exeext; then 33438 test "$cross_compiling" = yes ||
32251 { echo "$as_me:$LINENO: result: two" >&5 33439 $as_test_x conftest$ac_exeext
32252 echo "${ECHO_T}two" >&6; } 33440 }; then
32253 else 33441 { $as_echo "$as_me:$LINENO: result: two" >&5
32254 echo "$as_me: failed program was:" >&5 33442 $as_echo "two" >&6; }
33443 else
33444 $as_echo "$as_me: failed program was:" >&5
32255 sed 's/^/| /' conftest.$ac_ext >&5 33445 sed 's/^/| /' conftest.$ac_ext >&5
32256 33446
32257 { echo "$as_me:$LINENO: result: one" >&5 33447 { $as_echo "$as_me:$LINENO: result: one" >&5
32258 echo "${ECHO_T}one" >&6; } 33448 $as_echo "one" >&6; }
32259 cat >>confdefs.h <<\_ACEOF 33449 cat >>confdefs.h <<\_ACEOF
32260 #define GETTIMEOFDAY_ONE_ARGUMENT 1 33450 #define GETTIMEOFDAY_ONE_ARGUMENT 1
32261 _ACEOF 33451 _ACEOF
32262 33452
32263 fi 33453 fi
32264 33454
33455 rm -rf conftest.dSYM
32265 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 33456 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32266 conftest$ac_exeext conftest.$ac_ext 33457 conftest$ac_exeext conftest.$ac_ext
32267 fi 33458 fi
32268 33459
32269 33460
32270 { echo "$as_me:$LINENO: checking for inline" >&5 33461 { $as_echo "$as_me:$LINENO: checking for inline" >&5
32271 echo $ECHO_N "checking for inline... $ECHO_C" >&6; } 33462 $as_echo_n "checking for inline... " >&6; }
32272 if test "${ac_cv_c_inline+set}" = set; then 33463 if test "${ac_cv_c_inline+set}" = set; then
32273 echo $ECHO_N "(cached) $ECHO_C" >&6 33464 $as_echo_n "(cached) " >&6
32274 else 33465 else
32275 ac_cv_c_inline=no 33466 ac_cv_c_inline=no
32276 for ac_kw in inline __inline__ __inline; do 33467 for ac_kw in inline __inline__ __inline; do
32277 cat >conftest.$ac_ext <<_ACEOF 33468 cat >conftest.$ac_ext <<_ACEOF
32278 /* confdefs.h. */ 33469 /* confdefs.h. */
32291 if { (ac_try="$ac_compile" 33482 if { (ac_try="$ac_compile"
32292 case "(($ac_try" in 33483 case "(($ac_try" in
32293 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 33484 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32294 *) ac_try_echo=$ac_try;; 33485 *) ac_try_echo=$ac_try;;
32295 esac 33486 esac
32296 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 33487 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
33488 $as_echo "$ac_try_echo") >&5
32297 (eval "$ac_compile") 2>conftest.er1 33489 (eval "$ac_compile") 2>conftest.er1
32298 ac_status=$? 33490 ac_status=$?
32299 grep -v '^ *+' conftest.er1 >conftest.err 33491 grep -v '^ *+' conftest.er1 >conftest.err
32300 rm -f conftest.er1 33492 rm -f conftest.er1
32301 cat conftest.err >&5 33493 cat conftest.err >&5
32302 echo "$as_me:$LINENO: \$? = $ac_status" >&5 33494 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
32303 (exit $ac_status); } && { 33495 (exit $ac_status); } && {
32304 test -z "$ac_c_werror_flag" || 33496 test -z "$ac_c_werror_flag" ||
32305 test ! -s conftest.err 33497 test ! -s conftest.err
32306 } && test -s conftest.$ac_objext; then 33498 } && test -s conftest.$ac_objext; then
32307 ac_cv_c_inline=$ac_kw 33499 ac_cv_c_inline=$ac_kw
32308 else 33500 else
32309 echo "$as_me: failed program was:" >&5 33501 $as_echo "$as_me: failed program was:" >&5
32310 sed 's/^/| /' conftest.$ac_ext >&5 33502 sed 's/^/| /' conftest.$ac_ext >&5
32311 33503
32312 33504
32313 fi 33505 fi
32314 33506
32315 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 33507 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32316 test "$ac_cv_c_inline" != no && break 33508 test "$ac_cv_c_inline" != no && break
32317 done 33509 done
32318 33510
32319 fi 33511 fi
32320 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5 33512 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
32321 echo "${ECHO_T}$ac_cv_c_inline" >&6; } 33513 $as_echo "$ac_cv_c_inline" >&6; }
32322 33514
32323 33515
32324 case $ac_cv_c_inline in 33516 case $ac_cv_c_inline in
32325 inline | yes) ;; 33517 inline | yes) ;;
32326 *) 33518 *)
32338 33530
32339 test "$ac_cv_c_inline" != "no" -a "$GCC" = "yes" && extra_objs="$extra_objs inline.o" && if test "$verbose" = "yes"; then 33531 test "$ac_cv_c_inline" != "no" -a "$GCC" = "yes" && extra_objs="$extra_objs inline.o" && if test "$verbose" = "yes"; then
32340 echo " xemacs will be linked with \"inline.o\"" 33532 echo " xemacs will be linked with \"inline.o\""
32341 fi 33533 fi
32342 33534
32343 { echo "$as_me:$LINENO: checking for typeof" >&5 33535 { $as_echo "$as_me:$LINENO: checking for typeof" >&5
32344 echo $ECHO_N "checking for typeof... $ECHO_C" >&6; } 33536 $as_echo_n "checking for typeof... " >&6; }
32345 cat >conftest.$ac_ext <<_ACEOF 33537 cat >conftest.$ac_ext <<_ACEOF
32346 /* confdefs.h. */ 33538 /* confdefs.h. */
32347 _ACEOF 33539 _ACEOF
32348 cat confdefs.h >>conftest.$ac_ext 33540 cat confdefs.h >>conftest.$ac_ext
32349 cat >>conftest.$ac_ext <<_ACEOF 33541 cat >>conftest.$ac_ext <<_ACEOF
32354 if { (ac_try="$ac_compile" 33546 if { (ac_try="$ac_compile"
32355 case "(($ac_try" in 33547 case "(($ac_try" in
32356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 33548 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32357 *) ac_try_echo=$ac_try;; 33549 *) ac_try_echo=$ac_try;;
32358 esac 33550 esac
32359 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 33551 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
33552 $as_echo "$ac_try_echo") >&5
32360 (eval "$ac_compile") 2>conftest.er1 33553 (eval "$ac_compile") 2>conftest.er1
32361 ac_status=$? 33554 ac_status=$?
32362 grep -v '^ *+' conftest.er1 >conftest.err 33555 grep -v '^ *+' conftest.er1 >conftest.err
32363 rm -f conftest.er1 33556 rm -f conftest.er1
32364 cat conftest.err >&5 33557 cat conftest.err >&5
32365 echo "$as_me:$LINENO: \$? = $ac_status" >&5 33558 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
32366 (exit $ac_status); } && { 33559 (exit $ac_status); } && {
32367 test -z "$ac_c_werror_flag" || 33560 test -z "$ac_c_werror_flag" ||
32368 test ! -s conftest.err 33561 test ! -s conftest.err
32369 } && test -s conftest.$ac_objext; then 33562 } && test -s conftest.$ac_objext; then
32370 typeofname="__typeof__" 33563 typeofname="__typeof__"
32371 else 33564 else
32372 echo "$as_me: failed program was:" >&5 33565 $as_echo "$as_me: failed program was:" >&5
32373 sed 's/^/| /' conftest.$ac_ext >&5 33566 sed 's/^/| /' conftest.$ac_ext >&5
32374 33567
32375 cat >conftest.$ac_ext <<_ACEOF 33568 cat >conftest.$ac_ext <<_ACEOF
32376 /* confdefs.h. */ 33569 /* confdefs.h. */
32377 _ACEOF 33570 _ACEOF
32384 if { (ac_try="$ac_compile" 33577 if { (ac_try="$ac_compile"
32385 case "(($ac_try" in 33578 case "(($ac_try" in
32386 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 33579 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32387 *) ac_try_echo=$ac_try;; 33580 *) ac_try_echo=$ac_try;;
32388 esac 33581 esac
32389 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 33582 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
33583 $as_echo "$ac_try_echo") >&5
32390 (eval "$ac_compile") 2>conftest.er1 33584 (eval "$ac_compile") 2>conftest.er1
32391 ac_status=$? 33585 ac_status=$?
32392 grep -v '^ *+' conftest.er1 >conftest.err 33586 grep -v '^ *+' conftest.er1 >conftest.err
32393 rm -f conftest.er1 33587 rm -f conftest.er1
32394 cat conftest.err >&5 33588 cat conftest.err >&5
32395 echo "$as_me:$LINENO: \$? = $ac_status" >&5 33589 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
32396 (exit $ac_status); } && { 33590 (exit $ac_status); } && {
32397 test -z "$ac_c_werror_flag" || 33591 test -z "$ac_c_werror_flag" ||
32398 test ! -s conftest.err 33592 test ! -s conftest.err
32399 } && test -s conftest.$ac_objext; then 33593 } && test -s conftest.$ac_objext; then
32400 typeofname="typeof" 33594 typeofname="typeof"
32401 else 33595 else
32402 echo "$as_me: failed program was:" >&5 33596 $as_echo "$as_me: failed program was:" >&5
32403 sed 's/^/| /' conftest.$ac_ext >&5 33597 sed 's/^/| /' conftest.$ac_ext >&5
32404 33598
32405 typeofname=no 33599 typeofname=no
32406 fi 33600 fi
32407 33601
32408 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 33602 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32409 fi 33603 fi
32410 33604
32411 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 33605 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32412 { echo "$as_me:$LINENO: result: $typeofname" >&5 33606 { $as_echo "$as_me:$LINENO: result: $typeofname" >&5
32413 echo "${ECHO_T}$typeofname" >&6; } 33607 $as_echo "$typeofname" >&6; }
32414 if test "$typeofname" != "no"; then 33608 if test "$typeofname" != "no"; then
32415 cat >>confdefs.h <<_ACEOF 33609 cat >>confdefs.h <<_ACEOF
32416 #define TYPEOF $typeofname 33610 #define TYPEOF $typeofname
32417 _ACEOF 33611 _ACEOF
32418 33612
32420 33614
32421 33615
32422 if test "$__DECC" != "yes"; then 33616 if test "$__DECC" != "yes"; then
32423 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works 33617 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
32424 # for constant arguments. Useless! 33618 # for constant arguments. Useless!
32425 { echo "$as_me:$LINENO: checking for working alloca.h" >&5 33619 { $as_echo "$as_me:$LINENO: checking for working alloca.h" >&5
32426 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6; } 33620 $as_echo_n "checking for working alloca.h... " >&6; }
32427 if test "${ac_cv_working_alloca_h+set}" = set; then 33621 if test "${ac_cv_working_alloca_h+set}" = set; then
32428 echo $ECHO_N "(cached) $ECHO_C" >&6 33622 $as_echo_n "(cached) " >&6
32429 else 33623 else
32430 cat >conftest.$ac_ext <<_ACEOF 33624 cat >conftest.$ac_ext <<_ACEOF
32431 /* confdefs.h. */ 33625 /* confdefs.h. */
32432 _ACEOF 33626 _ACEOF
32433 cat confdefs.h >>conftest.$ac_ext 33627 cat confdefs.h >>conftest.$ac_ext
32447 if { (ac_try="$ac_link" 33641 if { (ac_try="$ac_link"
32448 case "(($ac_try" in 33642 case "(($ac_try" in
32449 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 33643 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32450 *) ac_try_echo=$ac_try;; 33644 *) ac_try_echo=$ac_try;;
32451 esac 33645 esac
32452 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 33646 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
33647 $as_echo "$ac_try_echo") >&5
32453 (eval "$ac_link") 2>conftest.er1 33648 (eval "$ac_link") 2>conftest.er1
32454 ac_status=$? 33649 ac_status=$?
32455 grep -v '^ *+' conftest.er1 >conftest.err 33650 grep -v '^ *+' conftest.er1 >conftest.err
32456 rm -f conftest.er1 33651 rm -f conftest.er1
32457 cat conftest.err >&5 33652 cat conftest.err >&5
32458 echo "$as_me:$LINENO: \$? = $ac_status" >&5 33653 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
32459 (exit $ac_status); } && { 33654 (exit $ac_status); } && {
32460 test -z "$ac_c_werror_flag" || 33655 test -z "$ac_c_werror_flag" ||
32461 test ! -s conftest.err 33656 test ! -s conftest.err
32462 } && test -s conftest$ac_exeext && 33657 } && test -s conftest$ac_exeext && {
32463 $as_test_x conftest$ac_exeext; then 33658 test "$cross_compiling" = yes ||
33659 $as_test_x conftest$ac_exeext
33660 }; then
32464 ac_cv_working_alloca_h=yes 33661 ac_cv_working_alloca_h=yes
32465 else 33662 else
32466 echo "$as_me: failed program was:" >&5 33663 $as_echo "$as_me: failed program was:" >&5
32467 sed 's/^/| /' conftest.$ac_ext >&5 33664 sed 's/^/| /' conftest.$ac_ext >&5
32468 33665
32469 ac_cv_working_alloca_h=no 33666 ac_cv_working_alloca_h=no
32470 fi 33667 fi
32471 33668
33669 rm -rf conftest.dSYM
32472 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 33670 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32473 conftest$ac_exeext conftest.$ac_ext 33671 conftest$ac_exeext conftest.$ac_ext
32474 fi 33672 fi
32475 { echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5 33673 { $as_echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
32476 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6; } 33674 $as_echo "$ac_cv_working_alloca_h" >&6; }
32477 if test $ac_cv_working_alloca_h = yes; then 33675 if test $ac_cv_working_alloca_h = yes; then
32478 33676
32479 cat >>confdefs.h <<\_ACEOF 33677 cat >>confdefs.h <<\_ACEOF
32480 #define HAVE_ALLOCA_H 1 33678 #define HAVE_ALLOCA_H 1
32481 _ACEOF 33679 _ACEOF
32482 33680
32483 fi 33681 fi
32484 33682
32485 { echo "$as_me:$LINENO: checking for alloca" >&5 33683 { $as_echo "$as_me:$LINENO: checking for alloca" >&5
32486 echo $ECHO_N "checking for alloca... $ECHO_C" >&6; } 33684 $as_echo_n "checking for alloca... " >&6; }
32487 if test "${ac_cv_func_alloca_works+set}" = set; then 33685 if test "${ac_cv_func_alloca_works+set}" = set; then
32488 echo $ECHO_N "(cached) $ECHO_C" >&6 33686 $as_echo_n "(cached) " >&6
32489 else 33687 else
32490 cat >conftest.$ac_ext <<_ACEOF 33688 cat >conftest.$ac_ext <<_ACEOF
32491 /* confdefs.h. */ 33689 /* confdefs.h. */
32492 _ACEOF 33690 _ACEOF
32493 cat confdefs.h >>conftest.$ac_ext 33691 cat confdefs.h >>conftest.$ac_ext
32527 if { (ac_try="$ac_link" 33725 if { (ac_try="$ac_link"
32528 case "(($ac_try" in 33726 case "(($ac_try" in
32529 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 33727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32530 *) ac_try_echo=$ac_try;; 33728 *) ac_try_echo=$ac_try;;
32531 esac 33729 esac
32532 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 33730 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
33731 $as_echo "$ac_try_echo") >&5
32533 (eval "$ac_link") 2>conftest.er1 33732 (eval "$ac_link") 2>conftest.er1
32534 ac_status=$? 33733 ac_status=$?
32535 grep -v '^ *+' conftest.er1 >conftest.err 33734 grep -v '^ *+' conftest.er1 >conftest.err
32536 rm -f conftest.er1 33735 rm -f conftest.er1
32537 cat conftest.err >&5 33736 cat conftest.err >&5
32538 echo "$as_me:$LINENO: \$? = $ac_status" >&5 33737 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
32539 (exit $ac_status); } && { 33738 (exit $ac_status); } && {
32540 test -z "$ac_c_werror_flag" || 33739 test -z "$ac_c_werror_flag" ||
32541 test ! -s conftest.err 33740 test ! -s conftest.err
32542 } && test -s conftest$ac_exeext && 33741 } && test -s conftest$ac_exeext && {
32543 $as_test_x conftest$ac_exeext; then 33742 test "$cross_compiling" = yes ||
33743 $as_test_x conftest$ac_exeext
33744 }; then
32544 ac_cv_func_alloca_works=yes 33745 ac_cv_func_alloca_works=yes
32545 else 33746 else
32546 echo "$as_me: failed program was:" >&5 33747 $as_echo "$as_me: failed program was:" >&5
32547 sed 's/^/| /' conftest.$ac_ext >&5 33748 sed 's/^/| /' conftest.$ac_ext >&5
32548 33749
32549 ac_cv_func_alloca_works=no 33750 ac_cv_func_alloca_works=no
32550 fi 33751 fi
32551 33752
33753 rm -rf conftest.dSYM
32552 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 33754 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32553 conftest$ac_exeext conftest.$ac_ext 33755 conftest$ac_exeext conftest.$ac_ext
32554 fi 33756 fi
32555 { echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5 33757 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
32556 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6; } 33758 $as_echo "$ac_cv_func_alloca_works" >&6; }
32557 33759
32558 if test $ac_cv_func_alloca_works = yes; then 33760 if test $ac_cv_func_alloca_works = yes; then
32559 33761
32560 cat >>confdefs.h <<\_ACEOF 33762 cat >>confdefs.h <<\_ACEOF
32561 #define HAVE_ALLOCA 1 33763 #define HAVE_ALLOCA 1
32572 cat >>confdefs.h <<\_ACEOF 33774 cat >>confdefs.h <<\_ACEOF
32573 #define C_ALLOCA 1 33775 #define C_ALLOCA 1
32574 _ACEOF 33776 _ACEOF
32575 33777
32576 33778
32577 { echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5 33779 { $as_echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
32578 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6; } 33780 $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
32579 if test "${ac_cv_os_cray+set}" = set; then 33781 if test "${ac_cv_os_cray+set}" = set; then
32580 echo $ECHO_N "(cached) $ECHO_C" >&6 33782 $as_echo_n "(cached) " >&6
32581 else 33783 else
32582 cat >conftest.$ac_ext <<_ACEOF 33784 cat >conftest.$ac_ext <<_ACEOF
32583 /* confdefs.h. */ 33785 /* confdefs.h. */
32584 _ACEOF 33786 _ACEOF
32585 cat confdefs.h >>conftest.$ac_ext 33787 cat confdefs.h >>conftest.$ac_ext
32599 ac_cv_os_cray=no 33801 ac_cv_os_cray=no
32600 fi 33802 fi
32601 rm -f conftest* 33803 rm -f conftest*
32602 33804
32603 fi 33805 fi
32604 { echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5 33806 { $as_echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
32605 echo "${ECHO_T}$ac_cv_os_cray" >&6; } 33807 $as_echo "$ac_cv_os_cray" >&6; }
32606 if test $ac_cv_os_cray = yes; then 33808 if test $ac_cv_os_cray = yes; then
32607 for ac_func in _getb67 GETB67 getb67; do 33809 for ac_func in _getb67 GETB67 getb67; do
32608 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 33810 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
32609 { echo "$as_me:$LINENO: checking for $ac_func" >&5 33811 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
32610 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 33812 $as_echo_n "checking for $ac_func... " >&6; }
32611 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 33813 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
32612 echo $ECHO_N "(cached) $ECHO_C" >&6 33814 $as_echo_n "(cached) " >&6
32613 else 33815 else
32614 cat >conftest.$ac_ext <<_ACEOF 33816 cat >conftest.$ac_ext <<_ACEOF
32615 /* confdefs.h. */ 33817 /* confdefs.h. */
32616 _ACEOF 33818 _ACEOF
32617 cat confdefs.h >>conftest.$ac_ext 33819 cat confdefs.h >>conftest.$ac_ext
32660 if { (ac_try="$ac_link" 33862 if { (ac_try="$ac_link"
32661 case "(($ac_try" in 33863 case "(($ac_try" in
32662 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 33864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32663 *) ac_try_echo=$ac_try;; 33865 *) ac_try_echo=$ac_try;;
32664 esac 33866 esac
32665 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 33867 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
33868 $as_echo "$ac_try_echo") >&5
32666 (eval "$ac_link") 2>conftest.er1 33869 (eval "$ac_link") 2>conftest.er1
32667 ac_status=$? 33870 ac_status=$?
32668 grep -v '^ *+' conftest.er1 >conftest.err 33871 grep -v '^ *+' conftest.er1 >conftest.err
32669 rm -f conftest.er1 33872 rm -f conftest.er1
32670 cat conftest.err >&5 33873 cat conftest.err >&5
32671 echo "$as_me:$LINENO: \$? = $ac_status" >&5 33874 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
32672 (exit $ac_status); } && { 33875 (exit $ac_status); } && {
32673 test -z "$ac_c_werror_flag" || 33876 test -z "$ac_c_werror_flag" ||
32674 test ! -s conftest.err 33877 test ! -s conftest.err
32675 } && test -s conftest$ac_exeext && 33878 } && test -s conftest$ac_exeext && {
32676 $as_test_x conftest$ac_exeext; then 33879 test "$cross_compiling" = yes ||
33880 $as_test_x conftest$ac_exeext
33881 }; then
32677 eval "$as_ac_var=yes" 33882 eval "$as_ac_var=yes"
32678 else 33883 else
32679 echo "$as_me: failed program was:" >&5 33884 $as_echo "$as_me: failed program was:" >&5
32680 sed 's/^/| /' conftest.$ac_ext >&5 33885 sed 's/^/| /' conftest.$ac_ext >&5
32681 33886
32682 eval "$as_ac_var=no" 33887 eval "$as_ac_var=no"
32683 fi 33888 fi
32684 33889
33890 rm -rf conftest.dSYM
32685 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 33891 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32686 conftest$ac_exeext conftest.$ac_ext 33892 conftest$ac_exeext conftest.$ac_ext
32687 fi 33893 fi
32688 ac_res=`eval echo '${'$as_ac_var'}'` 33894 ac_res=`eval 'as_val=${'$as_ac_var'}
32689 { echo "$as_me:$LINENO: result: $ac_res" >&5 33895 $as_echo "$as_val"'`
32690 echo "${ECHO_T}$ac_res" >&6; } 33896 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
32691 if test `eval echo '${'$as_ac_var'}'` = yes; then 33897 $as_echo "$ac_res" >&6; }
33898 as_val=`eval 'as_val=${'$as_ac_var'}
33899 $as_echo "$as_val"'`
33900 if test "x$as_val" = x""yes; then
32692 33901
32693 cat >>confdefs.h <<_ACEOF 33902 cat >>confdefs.h <<_ACEOF
32694 #define CRAY_STACKSEG_END $ac_func 33903 #define CRAY_STACKSEG_END $ac_func
32695 _ACEOF 33904 _ACEOF
32696 33905
32698 fi 33907 fi
32699 33908
32700 done 33909 done
32701 fi 33910 fi
32702 33911
32703 { echo "$as_me:$LINENO: checking stack direction for C alloca" >&5 33912 { $as_echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
32704 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6; } 33913 $as_echo_n "checking stack direction for C alloca... " >&6; }
32705 if test "${ac_cv_c_stack_direction+set}" = set; then 33914 if test "${ac_cv_c_stack_direction+set}" = set; then
32706 echo $ECHO_N "(cached) $ECHO_C" >&6 33915 $as_echo_n "(cached) " >&6
32707 else 33916 else
32708 if test "$cross_compiling" = yes; then 33917 if test "$cross_compiling" = yes; then
32709 ac_cv_c_stack_direction=0 33918 ac_cv_c_stack_direction=0
32710 else 33919 else
32711 cat >conftest.$ac_ext <<_ACEOF 33920 cat >conftest.$ac_ext <<_ACEOF
32739 if { (ac_try="$ac_link" 33948 if { (ac_try="$ac_link"
32740 case "(($ac_try" in 33949 case "(($ac_try" in
32741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 33950 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32742 *) ac_try_echo=$ac_try;; 33951 *) ac_try_echo=$ac_try;;
32743 esac 33952 esac
32744 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 33953 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
33954 $as_echo "$ac_try_echo") >&5
32745 (eval "$ac_link") 2>&5 33955 (eval "$ac_link") 2>&5
32746 ac_status=$? 33956 ac_status=$?
32747 echo "$as_me:$LINENO: \$? = $ac_status" >&5 33957 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
32748 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 33958 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
32749 { (case "(($ac_try" in 33959 { (case "(($ac_try" in
32750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 33960 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32751 *) ac_try_echo=$ac_try;; 33961 *) ac_try_echo=$ac_try;;
32752 esac 33962 esac
32753 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 33963 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
33964 $as_echo "$ac_try_echo") >&5
32754 (eval "$ac_try") 2>&5 33965 (eval "$ac_try") 2>&5
32755 ac_status=$? 33966 ac_status=$?
32756 echo "$as_me:$LINENO: \$? = $ac_status" >&5 33967 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
32757 (exit $ac_status); }; }; then 33968 (exit $ac_status); }; }; then
32758 ac_cv_c_stack_direction=1 33969 ac_cv_c_stack_direction=1
32759 else 33970 else
32760 echo "$as_me: program exited with status $ac_status" >&5 33971 $as_echo "$as_me: program exited with status $ac_status" >&5
32761 echo "$as_me: failed program was:" >&5 33972 $as_echo "$as_me: failed program was:" >&5
32762 sed 's/^/| /' conftest.$ac_ext >&5 33973 sed 's/^/| /' conftest.$ac_ext >&5
32763 33974
32764 ( exit $ac_status ) 33975 ( exit $ac_status )
32765 ac_cv_c_stack_direction=-1 33976 ac_cv_c_stack_direction=-1
32766 fi 33977 fi
33978 rm -rf conftest.dSYM
32767 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 33979 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
32768 fi 33980 fi
32769 33981
32770 33982
32771 fi 33983 fi
32772 { echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5 33984 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
32773 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6; } 33985 $as_echo "$ac_cv_c_stack_direction" >&6; }
32774 33986
32775 cat >>confdefs.h <<_ACEOF 33987 cat >>confdefs.h <<_ACEOF
32776 #define STACK_DIRECTION $ac_cv_c_stack_direction 33988 #define STACK_DIRECTION $ac_cv_c_stack_direction
32777 _ACEOF 33989 _ACEOF
32778 33990
32782 test -n "$ALLOCA" && extra_objs="$extra_objs $ALLOCA" && if test "$verbose" = "yes"; then 33994 test -n "$ALLOCA" && extra_objs="$extra_objs $ALLOCA" && if test "$verbose" = "yes"; then
32783 echo " xemacs will be linked with \"$ALLOCA\"" 33995 echo " xemacs will be linked with \"$ALLOCA\""
32784 fi 33996 fi
32785 fi 33997 fi
32786 33998
32787 { echo "$as_me:$LINENO: checking for working alloca in function calls" >&5 33999 { $as_echo "$as_me:$LINENO: checking for working alloca in function calls" >&5
32788 echo $ECHO_N "checking for working alloca in function calls... $ECHO_C" >&6; } 34000 $as_echo_n "checking for working alloca in function calls... " >&6; }
32789 if test "$cross_compiling" = yes; then 34001 if test "$cross_compiling" = yes; then
32790 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 34002 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
34003 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
34004 { { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling
32791 See \`config.log' for more details." >&5 34005 See \`config.log' for more details." >&5
32792 echo "$as_me: error: cannot run test program while cross compiling 34006 $as_echo "$as_me: error: cannot run test program while cross compiling
32793 See \`config.log' for more details." >&2;} 34007 See \`config.log' for more details." >&2;}
32794 { (exit 1); exit 1; }; } 34008 { (exit 1); exit 1; }; }; }
32795 else 34009 else
32796 cat >conftest.$ac_ext <<_ACEOF 34010 cat >conftest.$ac_ext <<_ACEOF
32797 /* confdefs.h. */ 34011 /* confdefs.h. */
32798 _ACEOF 34012 _ACEOF
32799 cat confdefs.h >>conftest.$ac_ext 34013 cat confdefs.h >>conftest.$ac_ext
32854 if { (ac_try="$ac_link" 34068 if { (ac_try="$ac_link"
32855 case "(($ac_try" in 34069 case "(($ac_try" in
32856 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 34070 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32857 *) ac_try_echo=$ac_try;; 34071 *) ac_try_echo=$ac_try;;
32858 esac 34072 esac
32859 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 34073 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
34074 $as_echo "$ac_try_echo") >&5
32860 (eval "$ac_link") 2>&5 34075 (eval "$ac_link") 2>&5
32861 ac_status=$? 34076 ac_status=$?
32862 echo "$as_me:$LINENO: \$? = $ac_status" >&5 34077 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
32863 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 34078 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
32864 { (case "(($ac_try" in 34079 { (case "(($ac_try" in
32865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 34080 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32866 *) ac_try_echo=$ac_try;; 34081 *) ac_try_echo=$ac_try;;
32867 esac 34082 esac
32868 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 34083 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
34084 $as_echo "$ac_try_echo") >&5
32869 (eval "$ac_try") 2>&5 34085 (eval "$ac_try") 2>&5
32870 ac_status=$? 34086 ac_status=$?
32871 echo "$as_me:$LINENO: \$? = $ac_status" >&5 34087 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
32872 (exit $ac_status); }; }; then 34088 (exit $ac_status); }; }; then
32873 working_alloca_in_function_calls=yes 34089 working_alloca_in_function_calls=yes
32874 else 34090 else
32875 echo "$as_me: program exited with status $ac_status" >&5 34091 $as_echo "$as_me: program exited with status $ac_status" >&5
32876 echo "$as_me: failed program was:" >&5 34092 $as_echo "$as_me: failed program was:" >&5
32877 sed 's/^/| /' conftest.$ac_ext >&5 34093 sed 's/^/| /' conftest.$ac_ext >&5
32878 34094
32879 ( exit $ac_status ) 34095 ( exit $ac_status )
32880 working_alloca_in_function_calls=no 34096 working_alloca_in_function_calls=no
32881 fi 34097 fi
34098 rm -rf conftest.dSYM
32882 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 34099 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
32883 fi 34100 fi
32884 34101
32885 34102
32886 { echo "$as_me:$LINENO: result: $working_alloca_in_function_calls" >&5 34103 { $as_echo "$as_me:$LINENO: result: $working_alloca_in_function_calls" >&5
32887 echo "${ECHO_T}$working_alloca_in_function_calls" >&6; } 34104 $as_echo "$working_alloca_in_function_calls" >&6; }
32888 test "$working_alloca_in_function_calls" != "yes" && \ 34105 test "$working_alloca_in_function_calls" != "yes" && \
32889 cat >>confdefs.h <<\_ACEOF 34106 cat >>confdefs.h <<\_ACEOF
32890 #define BROKEN_ALLOCA_IN_FUNCTION_CALLS 1 34107 #define BROKEN_ALLOCA_IN_FUNCTION_CALLS 1
32891 _ACEOF 34108 _ACEOF
32892 34109
32893 34110
32894 { echo "$as_me:$LINENO: checking for working scanf" >&5 34111 { $as_echo "$as_me:$LINENO: checking for working scanf" >&5
32895 echo $ECHO_N "checking for working scanf... $ECHO_C" >&6; } 34112 $as_echo_n "checking for working scanf... " >&6; }
32896 if test "$cross_compiling" = yes; then 34113 if test "$cross_compiling" = yes; then
32897 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 34114 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
34115 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
34116 { { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling
32898 See \`config.log' for more details." >&5 34117 See \`config.log' for more details." >&5
32899 echo "$as_me: error: cannot run test program while cross compiling 34118 $as_echo "$as_me: error: cannot run test program while cross compiling
32900 See \`config.log' for more details." >&2;} 34119 See \`config.log' for more details." >&2;}
32901 { (exit 1); exit 1; }; } 34120 { (exit 1); exit 1; }; }; }
32902 else 34121 else
32903 cat >conftest.$ac_ext <<_ACEOF 34122 cat >conftest.$ac_ext <<_ACEOF
32904 /* confdefs.h. */ 34123 /* confdefs.h. */
32905 _ACEOF 34124 _ACEOF
32906 cat confdefs.h >>conftest.$ac_ext 34125 cat confdefs.h >>conftest.$ac_ext
32923 if { (ac_try="$ac_link" 34142 if { (ac_try="$ac_link"
32924 case "(($ac_try" in 34143 case "(($ac_try" in
32925 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 34144 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32926 *) ac_try_echo=$ac_try;; 34145 *) ac_try_echo=$ac_try;;
32927 esac 34146 esac
32928 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 34147 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
34148 $as_echo "$ac_try_echo") >&5
32929 (eval "$ac_link") 2>&5 34149 (eval "$ac_link") 2>&5
32930 ac_status=$? 34150 ac_status=$?
32931 echo "$as_me:$LINENO: \$? = $ac_status" >&5 34151 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
32932 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 34152 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
32933 { (case "(($ac_try" in 34153 { (case "(($ac_try" in
32934 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 34154 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32935 *) ac_try_echo=$ac_try;; 34155 *) ac_try_echo=$ac_try;;
32936 esac 34156 esac
32937 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 34157 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
34158 $as_echo "$ac_try_echo") >&5
32938 (eval "$ac_try") 2>&5 34159 (eval "$ac_try") 2>&5
32939 ac_status=$? 34160 ac_status=$?
32940 echo "$as_me:$LINENO: \$? = $ac_status" >&5 34161 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
32941 (exit $ac_status); }; }; then 34162 (exit $ac_status); }; }; then
32942 working_scanf=yes 34163 working_scanf=yes
32943 else 34164 else
32944 echo "$as_me: program exited with status $ac_status" >&5 34165 $as_echo "$as_me: program exited with status $ac_status" >&5
32945 echo "$as_me: failed program was:" >&5 34166 $as_echo "$as_me: failed program was:" >&5
32946 sed 's/^/| /' conftest.$ac_ext >&5 34167 sed 's/^/| /' conftest.$ac_ext >&5
32947 34168
32948 ( exit $ac_status ) 34169 ( exit $ac_status )
32949 working_scanf=no 34170 working_scanf=no
32950 fi 34171 fi
34172 rm -rf conftest.dSYM
32951 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 34173 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
32952 fi 34174 fi
32953 34175
32954 34176
32955 { echo "$as_me:$LINENO: result: $working_scanf" >&5 34177 { $as_echo "$as_me:$LINENO: result: $working_scanf" >&5
32956 echo "${ECHO_T}$working_scanf" >&6; } 34178 $as_echo "$working_scanf" >&6; }
32957 test "$working_scanf" != "yes" && \ 34179 test "$working_scanf" != "yes" && \
32958 cat >>confdefs.h <<\_ACEOF 34180 cat >>confdefs.h <<\_ACEOF
32959 #define CYGWIN_SCANF_BUG 1 34181 #define CYGWIN_SCANF_BUG 1
32960 _ACEOF 34182 _ACEOF
32961 34183
32962 34184
32963 { echo "$as_me:$LINENO: checking for working strcoll" >&5 34185 { $as_echo "$as_me:$LINENO: checking for working strcoll" >&5
32964 echo $ECHO_N "checking for working strcoll... $ECHO_C" >&6; } 34186 $as_echo_n "checking for working strcoll... " >&6; }
32965 if test "${ac_cv_func_strcoll_works+set}" = set; then 34187 if test "${ac_cv_func_strcoll_works+set}" = set; then
32966 echo $ECHO_N "(cached) $ECHO_C" >&6 34188 $as_echo_n "(cached) " >&6
32967 else 34189 else
32968 if test "$cross_compiling" = yes; then 34190 if test "$cross_compiling" = yes; then
32969 ac_cv_func_strcoll_works=no 34191 ac_cv_func_strcoll_works=no
32970 else 34192 else
32971 cat >conftest.$ac_ext <<_ACEOF 34193 cat >conftest.$ac_ext <<_ACEOF
32989 if { (ac_try="$ac_link" 34211 if { (ac_try="$ac_link"
32990 case "(($ac_try" in 34212 case "(($ac_try" in
32991 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 34213 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32992 *) ac_try_echo=$ac_try;; 34214 *) ac_try_echo=$ac_try;;
32993 esac 34215 esac
32994 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 34216 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
34217 $as_echo "$ac_try_echo") >&5
32995 (eval "$ac_link") 2>&5 34218 (eval "$ac_link") 2>&5
32996 ac_status=$? 34219 ac_status=$?
32997 echo "$as_me:$LINENO: \$? = $ac_status" >&5 34220 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
32998 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 34221 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
32999 { (case "(($ac_try" in 34222 { (case "(($ac_try" in
33000 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 34223 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33001 *) ac_try_echo=$ac_try;; 34224 *) ac_try_echo=$ac_try;;
33002 esac 34225 esac
33003 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 34226 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
34227 $as_echo "$ac_try_echo") >&5
33004 (eval "$ac_try") 2>&5 34228 (eval "$ac_try") 2>&5
33005 ac_status=$? 34229 ac_status=$?
33006 echo "$as_me:$LINENO: \$? = $ac_status" >&5 34230 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
33007 (exit $ac_status); }; }; then 34231 (exit $ac_status); }; }; then
33008 ac_cv_func_strcoll_works=yes 34232 ac_cv_func_strcoll_works=yes
33009 else 34233 else
33010 echo "$as_me: program exited with status $ac_status" >&5 34234 $as_echo "$as_me: program exited with status $ac_status" >&5
33011 echo "$as_me: failed program was:" >&5 34235 $as_echo "$as_me: failed program was:" >&5
33012 sed 's/^/| /' conftest.$ac_ext >&5 34236 sed 's/^/| /' conftest.$ac_ext >&5
33013 34237
33014 ( exit $ac_status ) 34238 ( exit $ac_status )
33015 ac_cv_func_strcoll_works=no 34239 ac_cv_func_strcoll_works=no
33016 fi 34240 fi
34241 rm -rf conftest.dSYM
33017 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 34242 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
33018 fi 34243 fi
33019 34244
33020 34245
33021 fi 34246 fi
33022 { echo "$as_me:$LINENO: result: $ac_cv_func_strcoll_works" >&5 34247 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_strcoll_works" >&5
33023 echo "${ECHO_T}$ac_cv_func_strcoll_works" >&6; } 34248 $as_echo "$ac_cv_func_strcoll_works" >&6; }
33024 if test $ac_cv_func_strcoll_works = yes; then 34249 if test $ac_cv_func_strcoll_works = yes; then
33025 34250
33026 cat >>confdefs.h <<\_ACEOF 34251 cat >>confdefs.h <<\_ACEOF
33027 #define HAVE_STRCOLL 1 34252 #define HAVE_STRCOLL 1
33028 _ACEOF 34253 _ACEOF
33031 34256
33032 34257
33033 34258
33034 for ac_func in getpgrp 34259 for ac_func in getpgrp
33035 do 34260 do
33036 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 34261 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
33037 { echo "$as_me:$LINENO: checking for $ac_func" >&5 34262 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
33038 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 34263 $as_echo_n "checking for $ac_func... " >&6; }
33039 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 34264 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
33040 echo $ECHO_N "(cached) $ECHO_C" >&6 34265 $as_echo_n "(cached) " >&6
33041 else 34266 else
33042 cat >conftest.$ac_ext <<_ACEOF 34267 cat >conftest.$ac_ext <<_ACEOF
33043 /* confdefs.h. */ 34268 /* confdefs.h. */
33044 _ACEOF 34269 _ACEOF
33045 cat confdefs.h >>conftest.$ac_ext 34270 cat confdefs.h >>conftest.$ac_ext
33088 if { (ac_try="$ac_link" 34313 if { (ac_try="$ac_link"
33089 case "(($ac_try" in 34314 case "(($ac_try" in
33090 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 34315 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33091 *) ac_try_echo=$ac_try;; 34316 *) ac_try_echo=$ac_try;;
33092 esac 34317 esac
33093 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 34318 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
34319 $as_echo "$ac_try_echo") >&5
33094 (eval "$ac_link") 2>conftest.er1 34320 (eval "$ac_link") 2>conftest.er1
33095 ac_status=$? 34321 ac_status=$?
33096 grep -v '^ *+' conftest.er1 >conftest.err 34322 grep -v '^ *+' conftest.er1 >conftest.err
33097 rm -f conftest.er1 34323 rm -f conftest.er1
33098 cat conftest.err >&5 34324 cat conftest.err >&5
33099 echo "$as_me:$LINENO: \$? = $ac_status" >&5 34325 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
33100 (exit $ac_status); } && { 34326 (exit $ac_status); } && {
33101 test -z "$ac_c_werror_flag" || 34327 test -z "$ac_c_werror_flag" ||
33102 test ! -s conftest.err 34328 test ! -s conftest.err
33103 } && test -s conftest$ac_exeext && 34329 } && test -s conftest$ac_exeext && {
33104 $as_test_x conftest$ac_exeext; then 34330 test "$cross_compiling" = yes ||
34331 $as_test_x conftest$ac_exeext
34332 }; then
33105 eval "$as_ac_var=yes" 34333 eval "$as_ac_var=yes"
33106 else 34334 else
33107 echo "$as_me: failed program was:" >&5 34335 $as_echo "$as_me: failed program was:" >&5
33108 sed 's/^/| /' conftest.$ac_ext >&5 34336 sed 's/^/| /' conftest.$ac_ext >&5
33109 34337
33110 eval "$as_ac_var=no" 34338 eval "$as_ac_var=no"
33111 fi 34339 fi
33112 34340
34341 rm -rf conftest.dSYM
33113 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 34342 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33114 conftest$ac_exeext conftest.$ac_ext 34343 conftest$ac_exeext conftest.$ac_ext
33115 fi 34344 fi
33116 ac_res=`eval echo '${'$as_ac_var'}'` 34345 ac_res=`eval 'as_val=${'$as_ac_var'}
33117 { echo "$as_me:$LINENO: result: $ac_res" >&5 34346 $as_echo "$as_val"'`
33118 echo "${ECHO_T}$ac_res" >&6; } 34347 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
33119 if test `eval echo '${'$as_ac_var'}'` = yes; then 34348 $as_echo "$ac_res" >&6; }
34349 as_val=`eval 'as_val=${'$as_ac_var'}
34350 $as_echo "$as_val"'`
34351 if test "x$as_val" = x""yes; then
33120 cat >>confdefs.h <<_ACEOF 34352 cat >>confdefs.h <<_ACEOF
33121 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 34353 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
33122 _ACEOF 34354 _ACEOF
33123 34355
33124 fi 34356 fi
33125 done 34357 done
33126 34358
33127 { echo "$as_me:$LINENO: checking whether getpgrp requires zero arguments" >&5 34359 { $as_echo "$as_me:$LINENO: checking whether getpgrp requires zero arguments" >&5
33128 echo $ECHO_N "checking whether getpgrp requires zero arguments... $ECHO_C" >&6; } 34360 $as_echo_n "checking whether getpgrp requires zero arguments... " >&6; }
33129 if test "${ac_cv_func_getpgrp_void+set}" = set; then 34361 if test "${ac_cv_func_getpgrp_void+set}" = set; then
33130 echo $ECHO_N "(cached) $ECHO_C" >&6 34362 $as_echo_n "(cached) " >&6
33131 else 34363 else
33132 # Use it with a single arg. 34364 # Use it with a single arg.
33133 cat >conftest.$ac_ext <<_ACEOF 34365 cat >conftest.$ac_ext <<_ACEOF
33134 /* confdefs.h. */ 34366 /* confdefs.h. */
33135 _ACEOF 34367 _ACEOF
33149 if { (ac_try="$ac_compile" 34381 if { (ac_try="$ac_compile"
33150 case "(($ac_try" in 34382 case "(($ac_try" in
33151 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 34383 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33152 *) ac_try_echo=$ac_try;; 34384 *) ac_try_echo=$ac_try;;
33153 esac 34385 esac
33154 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 34386 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
34387 $as_echo "$ac_try_echo") >&5
33155 (eval "$ac_compile") 2>conftest.er1 34388 (eval "$ac_compile") 2>conftest.er1
33156 ac_status=$? 34389 ac_status=$?
33157 grep -v '^ *+' conftest.er1 >conftest.err 34390 grep -v '^ *+' conftest.er1 >conftest.err
33158 rm -f conftest.er1 34391 rm -f conftest.er1
33159 cat conftest.err >&5 34392 cat conftest.err >&5
33160 echo "$as_me:$LINENO: \$? = $ac_status" >&5 34393 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
33161 (exit $ac_status); } && { 34394 (exit $ac_status); } && {
33162 test -z "$ac_c_werror_flag" || 34395 test -z "$ac_c_werror_flag" ||
33163 test ! -s conftest.err 34396 test ! -s conftest.err
33164 } && test -s conftest.$ac_objext; then 34397 } && test -s conftest.$ac_objext; then
33165 ac_cv_func_getpgrp_void=no 34398 ac_cv_func_getpgrp_void=no
33166 else 34399 else
33167 echo "$as_me: failed program was:" >&5 34400 $as_echo "$as_me: failed program was:" >&5
33168 sed 's/^/| /' conftest.$ac_ext >&5 34401 sed 's/^/| /' conftest.$ac_ext >&5
33169 34402
33170 ac_cv_func_getpgrp_void=yes 34403 ac_cv_func_getpgrp_void=yes
33171 fi 34404 fi
33172 34405
33173 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 34406 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33174 34407
33175 fi 34408 fi
33176 { echo "$as_me:$LINENO: result: $ac_cv_func_getpgrp_void" >&5 34409 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_getpgrp_void" >&5
33177 echo "${ECHO_T}$ac_cv_func_getpgrp_void" >&6; } 34410 $as_echo "$ac_cv_func_getpgrp_void" >&6; }
33178 if test $ac_cv_func_getpgrp_void = yes; then 34411 if test $ac_cv_func_getpgrp_void = yes; then
33179 34412
33180 cat >>confdefs.h <<\_ACEOF 34413 cat >>confdefs.h <<\_ACEOF
33181 #define GETPGRP_VOID 1 34414 #define GETPGRP_VOID 1
33182 _ACEOF 34415 _ACEOF
33183 34416
33184 fi 34417 fi
33185 34418
33186 34419
33187 { echo "$as_me:$LINENO: checking for working mmap" >&5 34420 { $as_echo "$as_me:$LINENO: checking for working mmap" >&5
33188 echo $ECHO_N "checking for working mmap... $ECHO_C" >&6; } 34421 $as_echo_n "checking for working mmap... " >&6; }
33189 case "$opsys" in ultrix* ) have_mmap=no ;; *) 34422 case "$opsys" in ultrix* ) have_mmap=no ;; *)
33190 if test "$cross_compiling" = yes; then 34423 if test "$cross_compiling" = yes; then
33191 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 34424 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
34425 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
34426 { { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling
33192 See \`config.log' for more details." >&5 34427 See \`config.log' for more details." >&5
33193 echo "$as_me: error: cannot run test program while cross compiling 34428 $as_echo "$as_me: error: cannot run test program while cross compiling
33194 See \`config.log' for more details." >&2;} 34429 See \`config.log' for more details." >&2;}
33195 { (exit 1); exit 1; }; } 34430 { (exit 1); exit 1; }; }; }
33196 else 34431 else
33197 cat >conftest.$ac_ext <<_ACEOF 34432 cat >conftest.$ac_ext <<_ACEOF
33198 /* confdefs.h. */ 34433 /* confdefs.h. */
33199 _ACEOF 34434 _ACEOF
33200 cat confdefs.h >>conftest.$ac_ext 34435 cat confdefs.h >>conftest.$ac_ext
33235 if { (ac_try="$ac_link" 34470 if { (ac_try="$ac_link"
33236 case "(($ac_try" in 34471 case "(($ac_try" in
33237 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 34472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33238 *) ac_try_echo=$ac_try;; 34473 *) ac_try_echo=$ac_try;;
33239 esac 34474 esac
33240 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 34475 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
34476 $as_echo "$ac_try_echo") >&5
33241 (eval "$ac_link") 2>&5 34477 (eval "$ac_link") 2>&5
33242 ac_status=$? 34478 ac_status=$?
33243 echo "$as_me:$LINENO: \$? = $ac_status" >&5 34479 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
33244 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 34480 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
33245 { (case "(($ac_try" in 34481 { (case "(($ac_try" in
33246 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 34482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33247 *) ac_try_echo=$ac_try;; 34483 *) ac_try_echo=$ac_try;;
33248 esac 34484 esac
33249 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 34485 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
34486 $as_echo "$ac_try_echo") >&5
33250 (eval "$ac_try") 2>&5 34487 (eval "$ac_try") 2>&5
33251 ac_status=$? 34488 ac_status=$?
33252 echo "$as_me:$LINENO: \$? = $ac_status" >&5 34489 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
33253 (exit $ac_status); }; }; then 34490 (exit $ac_status); }; }; then
33254 have_mmap=yes 34491 have_mmap=yes
33255 else 34492 else
33256 echo "$as_me: program exited with status $ac_status" >&5 34493 $as_echo "$as_me: program exited with status $ac_status" >&5
33257 echo "$as_me: failed program was:" >&5 34494 $as_echo "$as_me: failed program was:" >&5
33258 sed 's/^/| /' conftest.$ac_ext >&5 34495 sed 's/^/| /' conftest.$ac_ext >&5
33259 34496
33260 ( exit $ac_status ) 34497 ( exit $ac_status )
33261 have_mmap=no 34498 have_mmap=no
33262 fi 34499 fi
34500 rm -rf conftest.dSYM
33263 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 34501 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
33264 fi 34502 fi
33265 34503
33266 ;; 34504 ;;
33267 esac 34505 esac
33268 { echo "$as_me:$LINENO: result: $have_mmap" >&5 34506 { $as_echo "$as_me:$LINENO: result: $have_mmap" >&5
33269 echo "${ECHO_T}$have_mmap" >&6; } 34507 $as_echo "$have_mmap" >&6; }
33270 test "$have_mmap" = "yes" && cat >>confdefs.h <<\_ACEOF 34508 test "$have_mmap" = "yes" && cat >>confdefs.h <<\_ACEOF
33271 #define HAVE_MMAP 1 34509 #define HAVE_MMAP 1
33272 _ACEOF 34510 _ACEOF
33273 34511
33274 34512
33276 test "$with_rel_alloc" = "default" && with_rel_alloc=no ;; 34514 test "$with_rel_alloc" = "default" && with_rel_alloc=no ;;
33277 esac 34515 esac
33278 test "$GNU_MALLOC" != "yes" -a "$have_mmap" != "yes" && with_rel_alloc=no 34516 test "$GNU_MALLOC" != "yes" -a "$have_mmap" != "yes" && with_rel_alloc=no
33279 if test "$with_rel_alloc $have_mmap" = "default yes"; then 34517 if test "$with_rel_alloc $have_mmap" = "default yes"; then
33280 if test "$doug_lea_malloc" = "yes"; then 34518 if test "$doug_lea_malloc" = "yes"; then
33281 { echo "$as_me:$LINENO: checking for M_MMAP_THRESHOLD" >&5 34519 { $as_echo "$as_me:$LINENO: checking for M_MMAP_THRESHOLD" >&5
33282 echo $ECHO_N "checking for M_MMAP_THRESHOLD... $ECHO_C" >&6; } 34520 $as_echo_n "checking for M_MMAP_THRESHOLD... " >&6; }
33283 cat >conftest.$ac_ext <<_ACEOF 34521 cat >conftest.$ac_ext <<_ACEOF
33284 /* confdefs.h. */ 34522 /* confdefs.h. */
33285 _ACEOF 34523 _ACEOF
33286 cat confdefs.h >>conftest.$ac_ext 34524 cat confdefs.h >>conftest.$ac_ext
33287 cat >>conftest.$ac_ext <<_ACEOF 34525 cat >>conftest.$ac_ext <<_ACEOF
33304 if { (ac_try="$ac_compile" 34542 if { (ac_try="$ac_compile"
33305 case "(($ac_try" in 34543 case "(($ac_try" in
33306 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 34544 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33307 *) ac_try_echo=$ac_try;; 34545 *) ac_try_echo=$ac_try;;
33308 esac 34546 esac
33309 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 34547 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
34548 $as_echo "$ac_try_echo") >&5
33310 (eval "$ac_compile") 2>conftest.er1 34549 (eval "$ac_compile") 2>conftest.er1
33311 ac_status=$? 34550 ac_status=$?
33312 grep -v '^ *+' conftest.er1 >conftest.err 34551 grep -v '^ *+' conftest.er1 >conftest.err
33313 rm -f conftest.er1 34552 rm -f conftest.er1
33314 cat conftest.err >&5 34553 cat conftest.err >&5
33315 echo "$as_me:$LINENO: \$? = $ac_status" >&5 34554 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
33316 (exit $ac_status); } && { 34555 (exit $ac_status); } && {
33317 test -z "$ac_c_werror_flag" || 34556 test -z "$ac_c_werror_flag" ||
33318 test ! -s conftest.err 34557 test ! -s conftest.err
33319 } && test -s conftest.$ac_objext; then 34558 } && test -s conftest.$ac_objext; then
33320 with_rel_alloc=no; { echo "$as_me:$LINENO: result: yes" >&5 34559 with_rel_alloc=no; { $as_echo "$as_me:$LINENO: result: yes" >&5
33321 echo "${ECHO_T}yes" >&6; }; 34560 $as_echo "yes" >&6; };
33322 else 34561 else
33323 echo "$as_me: failed program was:" >&5 34562 $as_echo "$as_me: failed program was:" >&5
33324 sed 's/^/| /' conftest.$ac_ext >&5 34563 sed 's/^/| /' conftest.$ac_ext >&5
33325 34564
33326 with_rel_alloc=yes; { echo "$as_me:$LINENO: result: no" >&5 34565 with_rel_alloc=yes; { $as_echo "$as_me:$LINENO: result: no" >&5
33327 echo "${ECHO_T}no" >&6; }; 34566 $as_echo "no" >&6; };
33328 fi 34567 fi
33329 34568
33330 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 34569 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33331 else 34570 else
33332 with_rel_alloc=yes 34571 with_rel_alloc=yes
33336 #define REL_ALLOC 1 34575 #define REL_ALLOC 1
33337 _ACEOF 34576 _ACEOF
33338 34577
33339 34578
33340 if test "${ac_cv_header_termios_h+set}" = set; then 34579 if test "${ac_cv_header_termios_h+set}" = set; then
33341 { echo "$as_me:$LINENO: checking for termios.h" >&5 34580 { $as_echo "$as_me:$LINENO: checking for termios.h" >&5
33342 echo $ECHO_N "checking for termios.h... $ECHO_C" >&6; } 34581 $as_echo_n "checking for termios.h... " >&6; }
33343 if test "${ac_cv_header_termios_h+set}" = set; then 34582 if test "${ac_cv_header_termios_h+set}" = set; then
33344 echo $ECHO_N "(cached) $ECHO_C" >&6 34583 $as_echo_n "(cached) " >&6
33345 fi 34584 fi
33346 { echo "$as_me:$LINENO: result: $ac_cv_header_termios_h" >&5 34585 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_termios_h" >&5
33347 echo "${ECHO_T}$ac_cv_header_termios_h" >&6; } 34586 $as_echo "$ac_cv_header_termios_h" >&6; }
33348 else 34587 else
33349 # Is the header compilable? 34588 # Is the header compilable?
33350 { echo "$as_me:$LINENO: checking termios.h usability" >&5 34589 { $as_echo "$as_me:$LINENO: checking termios.h usability" >&5
33351 echo $ECHO_N "checking termios.h usability... $ECHO_C" >&6; } 34590 $as_echo_n "checking termios.h usability... " >&6; }
33352 cat >conftest.$ac_ext <<_ACEOF 34591 cat >conftest.$ac_ext <<_ACEOF
33353 /* confdefs.h. */ 34592 /* confdefs.h. */
33354 _ACEOF 34593 _ACEOF
33355 cat confdefs.h >>conftest.$ac_ext 34594 cat confdefs.h >>conftest.$ac_ext
33356 cat >>conftest.$ac_ext <<_ACEOF 34595 cat >>conftest.$ac_ext <<_ACEOF
33362 if { (ac_try="$ac_compile" 34601 if { (ac_try="$ac_compile"
33363 case "(($ac_try" in 34602 case "(($ac_try" in
33364 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 34603 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33365 *) ac_try_echo=$ac_try;; 34604 *) ac_try_echo=$ac_try;;
33366 esac 34605 esac
33367 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 34606 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
34607 $as_echo "$ac_try_echo") >&5
33368 (eval "$ac_compile") 2>conftest.er1 34608 (eval "$ac_compile") 2>conftest.er1
33369 ac_status=$? 34609 ac_status=$?
33370 grep -v '^ *+' conftest.er1 >conftest.err 34610 grep -v '^ *+' conftest.er1 >conftest.err
33371 rm -f conftest.er1 34611 rm -f conftest.er1
33372 cat conftest.err >&5 34612 cat conftest.err >&5
33373 echo "$as_me:$LINENO: \$? = $ac_status" >&5 34613 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
33374 (exit $ac_status); } && { 34614 (exit $ac_status); } && {
33375 test -z "$ac_c_werror_flag" || 34615 test -z "$ac_c_werror_flag" ||
33376 test ! -s conftest.err 34616 test ! -s conftest.err
33377 } && test -s conftest.$ac_objext; then 34617 } && test -s conftest.$ac_objext; then
33378 ac_header_compiler=yes 34618 ac_header_compiler=yes
33379 else 34619 else
33380 echo "$as_me: failed program was:" >&5 34620 $as_echo "$as_me: failed program was:" >&5
33381 sed 's/^/| /' conftest.$ac_ext >&5 34621 sed 's/^/| /' conftest.$ac_ext >&5
33382 34622
33383 ac_header_compiler=no 34623 ac_header_compiler=no
33384 fi 34624 fi
33385 34625
33386 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 34626 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33387 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 34627 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
33388 echo "${ECHO_T}$ac_header_compiler" >&6; } 34628 $as_echo "$ac_header_compiler" >&6; }
33389 34629
33390 # Is the header present? 34630 # Is the header present?
33391 { echo "$as_me:$LINENO: checking termios.h presence" >&5 34631 { $as_echo "$as_me:$LINENO: checking termios.h presence" >&5
33392 echo $ECHO_N "checking termios.h presence... $ECHO_C" >&6; } 34632 $as_echo_n "checking termios.h presence... " >&6; }
33393 cat >conftest.$ac_ext <<_ACEOF 34633 cat >conftest.$ac_ext <<_ACEOF
33394 /* confdefs.h. */ 34634 /* confdefs.h. */
33395 _ACEOF 34635 _ACEOF
33396 cat confdefs.h >>conftest.$ac_ext 34636 cat confdefs.h >>conftest.$ac_ext
33397 cat >>conftest.$ac_ext <<_ACEOF 34637 cat >>conftest.$ac_ext <<_ACEOF
33401 if { (ac_try="$ac_cpp conftest.$ac_ext" 34641 if { (ac_try="$ac_cpp conftest.$ac_ext"
33402 case "(($ac_try" in 34642 case "(($ac_try" in
33403 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 34643 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33404 *) ac_try_echo=$ac_try;; 34644 *) ac_try_echo=$ac_try;;
33405 esac 34645 esac
33406 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 34646 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
34647 $as_echo "$ac_try_echo") >&5
33407 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 34648 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
33408 ac_status=$? 34649 ac_status=$?
33409 grep -v '^ *+' conftest.er1 >conftest.err 34650 grep -v '^ *+' conftest.er1 >conftest.err
33410 rm -f conftest.er1 34651 rm -f conftest.er1
33411 cat conftest.err >&5 34652 cat conftest.err >&5
33412 echo "$as_me:$LINENO: \$? = $ac_status" >&5 34653 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
33413 (exit $ac_status); } >/dev/null && { 34654 (exit $ac_status); } >/dev/null && {
33414 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 34655 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
33415 test ! -s conftest.err 34656 test ! -s conftest.err
33416 }; then 34657 }; then
33417 ac_header_preproc=yes 34658 ac_header_preproc=yes
33418 else 34659 else
33419 echo "$as_me: failed program was:" >&5 34660 $as_echo "$as_me: failed program was:" >&5
33420 sed 's/^/| /' conftest.$ac_ext >&5 34661 sed 's/^/| /' conftest.$ac_ext >&5
33421 34662
33422 ac_header_preproc=no 34663 ac_header_preproc=no
33423 fi 34664 fi
33424 34665
33425 rm -f conftest.err conftest.$ac_ext 34666 rm -f conftest.err conftest.$ac_ext
33426 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 34667 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
33427 echo "${ECHO_T}$ac_header_preproc" >&6; } 34668 $as_echo "$ac_header_preproc" >&6; }
33428 34669
33429 # So? What about this header? 34670 # So? What about this header?
33430 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 34671 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
33431 yes:no: ) 34672 yes:no: )
33432 { echo "$as_me:$LINENO: WARNING: termios.h: accepted by the compiler, rejected by the preprocessor!" >&5 34673 { $as_echo "$as_me:$LINENO: WARNING: termios.h: accepted by the compiler, rejected by the preprocessor!" >&5
33433 echo "$as_me: WARNING: termios.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 34674 $as_echo "$as_me: WARNING: termios.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
33434 { echo "$as_me:$LINENO: WARNING: termios.h: proceeding with the compiler's result" >&5 34675 { $as_echo "$as_me:$LINENO: WARNING: termios.h: proceeding with the compiler's result" >&5
33435 echo "$as_me: WARNING: termios.h: proceeding with the compiler's result" >&2;} 34676 $as_echo "$as_me: WARNING: termios.h: proceeding with the compiler's result" >&2;}
33436 ac_header_preproc=yes 34677 ac_header_preproc=yes
33437 ;; 34678 ;;
33438 no:yes:* ) 34679 no:yes:* )
33439 { echo "$as_me:$LINENO: WARNING: termios.h: present but cannot be compiled" >&5 34680 { $as_echo "$as_me:$LINENO: WARNING: termios.h: present but cannot be compiled" >&5
33440 echo "$as_me: WARNING: termios.h: present but cannot be compiled" >&2;} 34681 $as_echo "$as_me: WARNING: termios.h: present but cannot be compiled" >&2;}
33441 { echo "$as_me:$LINENO: WARNING: termios.h: check for missing prerequisite headers?" >&5 34682 { $as_echo "$as_me:$LINENO: WARNING: termios.h: check for missing prerequisite headers?" >&5
33442 echo "$as_me: WARNING: termios.h: check for missing prerequisite headers?" >&2;} 34683 $as_echo "$as_me: WARNING: termios.h: check for missing prerequisite headers?" >&2;}
33443 { echo "$as_me:$LINENO: WARNING: termios.h: see the Autoconf documentation" >&5 34684 { $as_echo "$as_me:$LINENO: WARNING: termios.h: see the Autoconf documentation" >&5
33444 echo "$as_me: WARNING: termios.h: see the Autoconf documentation" >&2;} 34685 $as_echo "$as_me: WARNING: termios.h: see the Autoconf documentation" >&2;}
33445 { echo "$as_me:$LINENO: WARNING: termios.h: section \"Present But Cannot Be Compiled\"" >&5 34686 { $as_echo "$as_me:$LINENO: WARNING: termios.h: section \"Present But Cannot Be Compiled\"" >&5
33446 echo "$as_me: WARNING: termios.h: section \"Present But Cannot Be Compiled\"" >&2;} 34687 $as_echo "$as_me: WARNING: termios.h: section \"Present But Cannot Be Compiled\"" >&2;}
33447 { echo "$as_me:$LINENO: WARNING: termios.h: proceeding with the preprocessor's result" >&5 34688 { $as_echo "$as_me:$LINENO: WARNING: termios.h: proceeding with the preprocessor's result" >&5
33448 echo "$as_me: WARNING: termios.h: proceeding with the preprocessor's result" >&2;} 34689 $as_echo "$as_me: WARNING: termios.h: proceeding with the preprocessor's result" >&2;}
33449 { echo "$as_me:$LINENO: WARNING: termios.h: in the future, the compiler will take precedence" >&5 34690 { $as_echo "$as_me:$LINENO: WARNING: termios.h: in the future, the compiler will take precedence" >&5
33450 echo "$as_me: WARNING: termios.h: in the future, the compiler will take precedence" >&2;} 34691 $as_echo "$as_me: WARNING: termios.h: in the future, the compiler will take precedence" >&2;}
33451 ( cat <<\_ASBOX 34692 ( cat <<\_ASBOX
33452 ## ------------------------------------- ## 34693 ## ------------------------------------- ##
33453 ## Report this to xemacs-beta@xemacs.org ## 34694 ## Report this to xemacs-beta@xemacs.org ##
33454 ## ------------------------------------- ## 34695 ## ------------------------------------- ##
33455 _ASBOX 34696 _ASBOX
33456 ) | sed "s/^/$as_me: WARNING: /" >&2 34697 ) | sed "s/^/$as_me: WARNING: /" >&2
33457 ;; 34698 ;;
33458 esac 34699 esac
33459 { echo "$as_me:$LINENO: checking for termios.h" >&5 34700 { $as_echo "$as_me:$LINENO: checking for termios.h" >&5
33460 echo $ECHO_N "checking for termios.h... $ECHO_C" >&6; } 34701 $as_echo_n "checking for termios.h... " >&6; }
33461 if test "${ac_cv_header_termios_h+set}" = set; then 34702 if test "${ac_cv_header_termios_h+set}" = set; then
33462 echo $ECHO_N "(cached) $ECHO_C" >&6 34703 $as_echo_n "(cached) " >&6
33463 else 34704 else
33464 ac_cv_header_termios_h=$ac_header_preproc 34705 ac_cv_header_termios_h=$ac_header_preproc
33465 fi 34706 fi
33466 { echo "$as_me:$LINENO: result: $ac_cv_header_termios_h" >&5 34707 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_termios_h" >&5
33467 echo "${ECHO_T}$ac_cv_header_termios_h" >&6; } 34708 $as_echo "$ac_cv_header_termios_h" >&6; }
33468 34709
33469 fi 34710 fi
33470 if test $ac_cv_header_termios_h = yes; then 34711 if test "x$ac_cv_header_termios_h" = x""yes; then
33471 cat >>confdefs.h <<\_ACEOF 34712 cat >>confdefs.h <<\_ACEOF
33472 #define HAVE_TERMIOS 1 34713 #define HAVE_TERMIOS 1
33473 _ACEOF 34714 _ACEOF
33474 34715
33475 cat >>confdefs.h <<\_ACEOF 34716 cat >>confdefs.h <<\_ACEOF
33480 #define NO_TERMIO 1 34721 #define NO_TERMIO 1
33481 _ACEOF 34722 _ACEOF
33482 34723
33483 else 34724 else
33484 if test "${ac_cv_header_termio_h+set}" = set; then 34725 if test "${ac_cv_header_termio_h+set}" = set; then
33485 { echo "$as_me:$LINENO: checking for termio.h" >&5 34726 { $as_echo "$as_me:$LINENO: checking for termio.h" >&5
33486 echo $ECHO_N "checking for termio.h... $ECHO_C" >&6; } 34727 $as_echo_n "checking for termio.h... " >&6; }
33487 if test "${ac_cv_header_termio_h+set}" = set; then 34728 if test "${ac_cv_header_termio_h+set}" = set; then
33488 echo $ECHO_N "(cached) $ECHO_C" >&6 34729 $as_echo_n "(cached) " >&6
33489 fi 34730 fi
33490 { echo "$as_me:$LINENO: result: $ac_cv_header_termio_h" >&5 34731 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_termio_h" >&5
33491 echo "${ECHO_T}$ac_cv_header_termio_h" >&6; } 34732 $as_echo "$ac_cv_header_termio_h" >&6; }
33492 else 34733 else
33493 # Is the header compilable? 34734 # Is the header compilable?
33494 { echo "$as_me:$LINENO: checking termio.h usability" >&5 34735 { $as_echo "$as_me:$LINENO: checking termio.h usability" >&5
33495 echo $ECHO_N "checking termio.h usability... $ECHO_C" >&6; } 34736 $as_echo_n "checking termio.h usability... " >&6; }
33496 cat >conftest.$ac_ext <<_ACEOF 34737 cat >conftest.$ac_ext <<_ACEOF
33497 /* confdefs.h. */ 34738 /* confdefs.h. */
33498 _ACEOF 34739 _ACEOF
33499 cat confdefs.h >>conftest.$ac_ext 34740 cat confdefs.h >>conftest.$ac_ext
33500 cat >>conftest.$ac_ext <<_ACEOF 34741 cat >>conftest.$ac_ext <<_ACEOF
33506 if { (ac_try="$ac_compile" 34747 if { (ac_try="$ac_compile"
33507 case "(($ac_try" in 34748 case "(($ac_try" in
33508 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 34749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33509 *) ac_try_echo=$ac_try;; 34750 *) ac_try_echo=$ac_try;;
33510 esac 34751 esac
33511 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 34752 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
34753 $as_echo "$ac_try_echo") >&5
33512 (eval "$ac_compile") 2>conftest.er1 34754 (eval "$ac_compile") 2>conftest.er1
33513 ac_status=$? 34755 ac_status=$?
33514 grep -v '^ *+' conftest.er1 >conftest.err 34756 grep -v '^ *+' conftest.er1 >conftest.err
33515 rm -f conftest.er1 34757 rm -f conftest.er1
33516 cat conftest.err >&5 34758 cat conftest.err >&5
33517 echo "$as_me:$LINENO: \$? = $ac_status" >&5 34759 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
33518 (exit $ac_status); } && { 34760 (exit $ac_status); } && {
33519 test -z "$ac_c_werror_flag" || 34761 test -z "$ac_c_werror_flag" ||
33520 test ! -s conftest.err 34762 test ! -s conftest.err
33521 } && test -s conftest.$ac_objext; then 34763 } && test -s conftest.$ac_objext; then
33522 ac_header_compiler=yes 34764 ac_header_compiler=yes
33523 else 34765 else
33524 echo "$as_me: failed program was:" >&5 34766 $as_echo "$as_me: failed program was:" >&5
33525 sed 's/^/| /' conftest.$ac_ext >&5 34767 sed 's/^/| /' conftest.$ac_ext >&5
33526 34768
33527 ac_header_compiler=no 34769 ac_header_compiler=no
33528 fi 34770 fi
33529 34771
33530 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 34772 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33531 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 34773 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
33532 echo "${ECHO_T}$ac_header_compiler" >&6; } 34774 $as_echo "$ac_header_compiler" >&6; }
33533 34775
33534 # Is the header present? 34776 # Is the header present?
33535 { echo "$as_me:$LINENO: checking termio.h presence" >&5 34777 { $as_echo "$as_me:$LINENO: checking termio.h presence" >&5
33536 echo $ECHO_N "checking termio.h presence... $ECHO_C" >&6; } 34778 $as_echo_n "checking termio.h presence... " >&6; }
33537 cat >conftest.$ac_ext <<_ACEOF 34779 cat >conftest.$ac_ext <<_ACEOF
33538 /* confdefs.h. */ 34780 /* confdefs.h. */
33539 _ACEOF 34781 _ACEOF
33540 cat confdefs.h >>conftest.$ac_ext 34782 cat confdefs.h >>conftest.$ac_ext
33541 cat >>conftest.$ac_ext <<_ACEOF 34783 cat >>conftest.$ac_ext <<_ACEOF
33545 if { (ac_try="$ac_cpp conftest.$ac_ext" 34787 if { (ac_try="$ac_cpp conftest.$ac_ext"
33546 case "(($ac_try" in 34788 case "(($ac_try" in
33547 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 34789 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33548 *) ac_try_echo=$ac_try;; 34790 *) ac_try_echo=$ac_try;;
33549 esac 34791 esac
33550 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 34792 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
34793 $as_echo "$ac_try_echo") >&5
33551 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 34794 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
33552 ac_status=$? 34795 ac_status=$?
33553 grep -v '^ *+' conftest.er1 >conftest.err 34796 grep -v '^ *+' conftest.er1 >conftest.err
33554 rm -f conftest.er1 34797 rm -f conftest.er1
33555 cat conftest.err >&5 34798 cat conftest.err >&5
33556 echo "$as_me:$LINENO: \$? = $ac_status" >&5 34799 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
33557 (exit $ac_status); } >/dev/null && { 34800 (exit $ac_status); } >/dev/null && {
33558 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 34801 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
33559 test ! -s conftest.err 34802 test ! -s conftest.err
33560 }; then 34803 }; then
33561 ac_header_preproc=yes 34804 ac_header_preproc=yes
33562 else 34805 else
33563 echo "$as_me: failed program was:" >&5 34806 $as_echo "$as_me: failed program was:" >&5
33564 sed 's/^/| /' conftest.$ac_ext >&5 34807 sed 's/^/| /' conftest.$ac_ext >&5
33565 34808
33566 ac_header_preproc=no 34809 ac_header_preproc=no
33567 fi 34810 fi
33568 34811
33569 rm -f conftest.err conftest.$ac_ext 34812 rm -f conftest.err conftest.$ac_ext
33570 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 34813 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
33571 echo "${ECHO_T}$ac_header_preproc" >&6; } 34814 $as_echo "$ac_header_preproc" >&6; }
33572 34815
33573 # So? What about this header? 34816 # So? What about this header?
33574 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 34817 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
33575 yes:no: ) 34818 yes:no: )
33576 { echo "$as_me:$LINENO: WARNING: termio.h: accepted by the compiler, rejected by the preprocessor!" >&5 34819 { $as_echo "$as_me:$LINENO: WARNING: termio.h: accepted by the compiler, rejected by the preprocessor!" >&5
33577 echo "$as_me: WARNING: termio.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 34820 $as_echo "$as_me: WARNING: termio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
33578 { echo "$as_me:$LINENO: WARNING: termio.h: proceeding with the compiler's result" >&5 34821 { $as_echo "$as_me:$LINENO: WARNING: termio.h: proceeding with the compiler's result" >&5
33579 echo "$as_me: WARNING: termio.h: proceeding with the compiler's result" >&2;} 34822 $as_echo "$as_me: WARNING: termio.h: proceeding with the compiler's result" >&2;}
33580 ac_header_preproc=yes 34823 ac_header_preproc=yes
33581 ;; 34824 ;;
33582 no:yes:* ) 34825 no:yes:* )
33583 { echo "$as_me:$LINENO: WARNING: termio.h: present but cannot be compiled" >&5 34826 { $as_echo "$as_me:$LINENO: WARNING: termio.h: present but cannot be compiled" >&5
33584 echo "$as_me: WARNING: termio.h: present but cannot be compiled" >&2;} 34827 $as_echo "$as_me: WARNING: termio.h: present but cannot be compiled" >&2;}
33585 { echo "$as_me:$LINENO: WARNING: termio.h: check for missing prerequisite headers?" >&5 34828 { $as_echo "$as_me:$LINENO: WARNING: termio.h: check for missing prerequisite headers?" >&5
33586 echo "$as_me: WARNING: termio.h: check for missing prerequisite headers?" >&2;} 34829 $as_echo "$as_me: WARNING: termio.h: check for missing prerequisite headers?" >&2;}
33587 { echo "$as_me:$LINENO: WARNING: termio.h: see the Autoconf documentation" >&5 34830 { $as_echo "$as_me:$LINENO: WARNING: termio.h: see the Autoconf documentation" >&5
33588 echo "$as_me: WARNING: termio.h: see the Autoconf documentation" >&2;} 34831 $as_echo "$as_me: WARNING: termio.h: see the Autoconf documentation" >&2;}
33589 { echo "$as_me:$LINENO: WARNING: termio.h: section \"Present But Cannot Be Compiled\"" >&5 34832 { $as_echo "$as_me:$LINENO: WARNING: termio.h: section \"Present But Cannot Be Compiled\"" >&5
33590 echo "$as_me: WARNING: termio.h: section \"Present But Cannot Be Compiled\"" >&2;} 34833 $as_echo "$as_me: WARNING: termio.h: section \"Present But Cannot Be Compiled\"" >&2;}
33591 { echo "$as_me:$LINENO: WARNING: termio.h: proceeding with the preprocessor's result" >&5 34834 { $as_echo "$as_me:$LINENO: WARNING: termio.h: proceeding with the preprocessor's result" >&5
33592 echo "$as_me: WARNING: termio.h: proceeding with the preprocessor's result" >&2;} 34835 $as_echo "$as_me: WARNING: termio.h: proceeding with the preprocessor's result" >&2;}
33593 { echo "$as_me:$LINENO: WARNING: termio.h: in the future, the compiler will take precedence" >&5 34836 { $as_echo "$as_me:$LINENO: WARNING: termio.h: in the future, the compiler will take precedence" >&5
33594 echo "$as_me: WARNING: termio.h: in the future, the compiler will take precedence" >&2;} 34837 $as_echo "$as_me: WARNING: termio.h: in the future, the compiler will take precedence" >&2;}
33595 ( cat <<\_ASBOX 34838 ( cat <<\_ASBOX
33596 ## ------------------------------------- ## 34839 ## ------------------------------------- ##
33597 ## Report this to xemacs-beta@xemacs.org ## 34840 ## Report this to xemacs-beta@xemacs.org ##
33598 ## ------------------------------------- ## 34841 ## ------------------------------------- ##
33599 _ASBOX 34842 _ASBOX
33600 ) | sed "s/^/$as_me: WARNING: /" >&2 34843 ) | sed "s/^/$as_me: WARNING: /" >&2
33601 ;; 34844 ;;
33602 esac 34845 esac
33603 { echo "$as_me:$LINENO: checking for termio.h" >&5 34846 { $as_echo "$as_me:$LINENO: checking for termio.h" >&5
33604 echo $ECHO_N "checking for termio.h... $ECHO_C" >&6; } 34847 $as_echo_n "checking for termio.h... " >&6; }
33605 if test "${ac_cv_header_termio_h+set}" = set; then 34848 if test "${ac_cv_header_termio_h+set}" = set; then
33606 echo $ECHO_N "(cached) $ECHO_C" >&6 34849 $as_echo_n "(cached) " >&6
33607 else 34850 else
33608 ac_cv_header_termio_h=$ac_header_preproc 34851 ac_cv_header_termio_h=$ac_header_preproc
33609 fi 34852 fi
33610 { echo "$as_me:$LINENO: result: $ac_cv_header_termio_h" >&5 34853 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_termio_h" >&5
33611 echo "${ECHO_T}$ac_cv_header_termio_h" >&6; } 34854 $as_echo "$ac_cv_header_termio_h" >&6; }
33612 34855
33613 fi 34856 fi
33614 if test $ac_cv_header_termio_h = yes; then 34857 if test "x$ac_cv_header_termio_h" = x""yes; then
33615 cat >>confdefs.h <<\_ACEOF 34858 cat >>confdefs.h <<\_ACEOF
33616 #define HAVE_TERMIO 1 34859 #define HAVE_TERMIO 1
33617 _ACEOF 34860 _ACEOF
33618 34861
33619 fi 34862 fi
33622 fi 34865 fi
33623 34866
33624 34867
33625 34868
33626 34869
33627 { echo "$as_me:$LINENO: checking for socket" >&5 34870 { $as_echo "$as_me:$LINENO: checking for socket" >&5
33628 echo $ECHO_N "checking for socket... $ECHO_C" >&6; } 34871 $as_echo_n "checking for socket... " >&6; }
33629 if test "${ac_cv_func_socket+set}" = set; then 34872 if test "${ac_cv_func_socket+set}" = set; then
33630 echo $ECHO_N "(cached) $ECHO_C" >&6 34873 $as_echo_n "(cached) " >&6
33631 else 34874 else
33632 cat >conftest.$ac_ext <<_ACEOF 34875 cat >conftest.$ac_ext <<_ACEOF
33633 /* confdefs.h. */ 34876 /* confdefs.h. */
33634 _ACEOF 34877 _ACEOF
33635 cat confdefs.h >>conftest.$ac_ext 34878 cat confdefs.h >>conftest.$ac_ext
33678 if { (ac_try="$ac_link" 34921 if { (ac_try="$ac_link"
33679 case "(($ac_try" in 34922 case "(($ac_try" in
33680 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 34923 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33681 *) ac_try_echo=$ac_try;; 34924 *) ac_try_echo=$ac_try;;
33682 esac 34925 esac
33683 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 34926 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
34927 $as_echo "$ac_try_echo") >&5
33684 (eval "$ac_link") 2>conftest.er1 34928 (eval "$ac_link") 2>conftest.er1
33685 ac_status=$? 34929 ac_status=$?
33686 grep -v '^ *+' conftest.er1 >conftest.err 34930 grep -v '^ *+' conftest.er1 >conftest.err
33687 rm -f conftest.er1 34931 rm -f conftest.er1
33688 cat conftest.err >&5 34932 cat conftest.err >&5
33689 echo "$as_me:$LINENO: \$? = $ac_status" >&5 34933 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
33690 (exit $ac_status); } && { 34934 (exit $ac_status); } && {
33691 test -z "$ac_c_werror_flag" || 34935 test -z "$ac_c_werror_flag" ||
33692 test ! -s conftest.err 34936 test ! -s conftest.err
33693 } && test -s conftest$ac_exeext && 34937 } && test -s conftest$ac_exeext && {
33694 $as_test_x conftest$ac_exeext; then 34938 test "$cross_compiling" = yes ||
34939 $as_test_x conftest$ac_exeext
34940 }; then
33695 ac_cv_func_socket=yes 34941 ac_cv_func_socket=yes
33696 else 34942 else
33697 echo "$as_me: failed program was:" >&5 34943 $as_echo "$as_me: failed program was:" >&5
33698 sed 's/^/| /' conftest.$ac_ext >&5 34944 sed 's/^/| /' conftest.$ac_ext >&5
33699 34945
33700 ac_cv_func_socket=no 34946 ac_cv_func_socket=no
33701 fi 34947 fi
33702 34948
34949 rm -rf conftest.dSYM
33703 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 34950 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33704 conftest$ac_exeext conftest.$ac_ext 34951 conftest$ac_exeext conftest.$ac_ext
33705 fi 34952 fi
33706 { echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5 34953 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
33707 echo "${ECHO_T}$ac_cv_func_socket" >&6; } 34954 $as_echo "$ac_cv_func_socket" >&6; }
33708 if test $ac_cv_func_socket = yes; then 34955 if test "x$ac_cv_func_socket" = x""yes; then
33709 if test "${ac_cv_header_netinet_in_h+set}" = set; then 34956 if test "${ac_cv_header_netinet_in_h+set}" = set; then
33710 { echo "$as_me:$LINENO: checking for netinet/in.h" >&5 34957 { $as_echo "$as_me:$LINENO: checking for netinet/in.h" >&5
33711 echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6; } 34958 $as_echo_n "checking for netinet/in.h... " >&6; }
33712 if test "${ac_cv_header_netinet_in_h+set}" = set; then 34959 if test "${ac_cv_header_netinet_in_h+set}" = set; then
33713 echo $ECHO_N "(cached) $ECHO_C" >&6 34960 $as_echo_n "(cached) " >&6
33714 fi 34961 fi
33715 { echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_h" >&5 34962 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_h" >&5
33716 echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6; } 34963 $as_echo "$ac_cv_header_netinet_in_h" >&6; }
33717 else 34964 else
33718 # Is the header compilable? 34965 # Is the header compilable?
33719 { echo "$as_me:$LINENO: checking netinet/in.h usability" >&5 34966 { $as_echo "$as_me:$LINENO: checking netinet/in.h usability" >&5
33720 echo $ECHO_N "checking netinet/in.h usability... $ECHO_C" >&6; } 34967 $as_echo_n "checking netinet/in.h usability... " >&6; }
33721 cat >conftest.$ac_ext <<_ACEOF 34968 cat >conftest.$ac_ext <<_ACEOF
33722 /* confdefs.h. */ 34969 /* confdefs.h. */
33723 _ACEOF 34970 _ACEOF
33724 cat confdefs.h >>conftest.$ac_ext 34971 cat confdefs.h >>conftest.$ac_ext
33725 cat >>conftest.$ac_ext <<_ACEOF 34972 cat >>conftest.$ac_ext <<_ACEOF
33731 if { (ac_try="$ac_compile" 34978 if { (ac_try="$ac_compile"
33732 case "(($ac_try" in 34979 case "(($ac_try" in
33733 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 34980 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33734 *) ac_try_echo=$ac_try;; 34981 *) ac_try_echo=$ac_try;;
33735 esac 34982 esac
33736 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 34983 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
34984 $as_echo "$ac_try_echo") >&5
33737 (eval "$ac_compile") 2>conftest.er1 34985 (eval "$ac_compile") 2>conftest.er1
33738 ac_status=$? 34986 ac_status=$?
33739 grep -v '^ *+' conftest.er1 >conftest.err 34987 grep -v '^ *+' conftest.er1 >conftest.err
33740 rm -f conftest.er1 34988 rm -f conftest.er1
33741 cat conftest.err >&5 34989 cat conftest.err >&5
33742 echo "$as_me:$LINENO: \$? = $ac_status" >&5 34990 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
33743 (exit $ac_status); } && { 34991 (exit $ac_status); } && {
33744 test -z "$ac_c_werror_flag" || 34992 test -z "$ac_c_werror_flag" ||
33745 test ! -s conftest.err 34993 test ! -s conftest.err
33746 } && test -s conftest.$ac_objext; then 34994 } && test -s conftest.$ac_objext; then
33747 ac_header_compiler=yes 34995 ac_header_compiler=yes
33748 else 34996 else
33749 echo "$as_me: failed program was:" >&5 34997 $as_echo "$as_me: failed program was:" >&5
33750 sed 's/^/| /' conftest.$ac_ext >&5 34998 sed 's/^/| /' conftest.$ac_ext >&5
33751 34999
33752 ac_header_compiler=no 35000 ac_header_compiler=no
33753 fi 35001 fi
33754 35002
33755 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 35003 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33756 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 35004 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
33757 echo "${ECHO_T}$ac_header_compiler" >&6; } 35005 $as_echo "$ac_header_compiler" >&6; }
33758 35006
33759 # Is the header present? 35007 # Is the header present?
33760 { echo "$as_me:$LINENO: checking netinet/in.h presence" >&5 35008 { $as_echo "$as_me:$LINENO: checking netinet/in.h presence" >&5
33761 echo $ECHO_N "checking netinet/in.h presence... $ECHO_C" >&6; } 35009 $as_echo_n "checking netinet/in.h presence... " >&6; }
33762 cat >conftest.$ac_ext <<_ACEOF 35010 cat >conftest.$ac_ext <<_ACEOF
33763 /* confdefs.h. */ 35011 /* confdefs.h. */
33764 _ACEOF 35012 _ACEOF
33765 cat confdefs.h >>conftest.$ac_ext 35013 cat confdefs.h >>conftest.$ac_ext
33766 cat >>conftest.$ac_ext <<_ACEOF 35014 cat >>conftest.$ac_ext <<_ACEOF
33770 if { (ac_try="$ac_cpp conftest.$ac_ext" 35018 if { (ac_try="$ac_cpp conftest.$ac_ext"
33771 case "(($ac_try" in 35019 case "(($ac_try" in
33772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 35020 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33773 *) ac_try_echo=$ac_try;; 35021 *) ac_try_echo=$ac_try;;
33774 esac 35022 esac
33775 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 35023 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
35024 $as_echo "$ac_try_echo") >&5
33776 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 35025 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
33777 ac_status=$? 35026 ac_status=$?
33778 grep -v '^ *+' conftest.er1 >conftest.err 35027 grep -v '^ *+' conftest.er1 >conftest.err
33779 rm -f conftest.er1 35028 rm -f conftest.er1
33780 cat conftest.err >&5 35029 cat conftest.err >&5
33781 echo "$as_me:$LINENO: \$? = $ac_status" >&5 35030 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
33782 (exit $ac_status); } >/dev/null && { 35031 (exit $ac_status); } >/dev/null && {
33783 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 35032 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
33784 test ! -s conftest.err 35033 test ! -s conftest.err
33785 }; then 35034 }; then
33786 ac_header_preproc=yes 35035 ac_header_preproc=yes
33787 else 35036 else
33788 echo "$as_me: failed program was:" >&5 35037 $as_echo "$as_me: failed program was:" >&5
33789 sed 's/^/| /' conftest.$ac_ext >&5 35038 sed 's/^/| /' conftest.$ac_ext >&5
33790 35039
33791 ac_header_preproc=no 35040 ac_header_preproc=no
33792 fi 35041 fi
33793 35042
33794 rm -f conftest.err conftest.$ac_ext 35043 rm -f conftest.err conftest.$ac_ext
33795 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 35044 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
33796 echo "${ECHO_T}$ac_header_preproc" >&6; } 35045 $as_echo "$ac_header_preproc" >&6; }
33797 35046
33798 # So? What about this header? 35047 # So? What about this header?
33799 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 35048 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
33800 yes:no: ) 35049 yes:no: )
33801 { echo "$as_me:$LINENO: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&5 35050 { $as_echo "$as_me:$LINENO: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&5
33802 echo "$as_me: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 35051 $as_echo "$as_me: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
33803 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the compiler's result" >&5 35052 { $as_echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the compiler's result" >&5
33804 echo "$as_me: WARNING: netinet/in.h: proceeding with the compiler's result" >&2;} 35053 $as_echo "$as_me: WARNING: netinet/in.h: proceeding with the compiler's result" >&2;}
33805 ac_header_preproc=yes 35054 ac_header_preproc=yes
33806 ;; 35055 ;;
33807 no:yes:* ) 35056 no:yes:* )
33808 { echo "$as_me:$LINENO: WARNING: netinet/in.h: present but cannot be compiled" >&5 35057 { $as_echo "$as_me:$LINENO: WARNING: netinet/in.h: present but cannot be compiled" >&5
33809 echo "$as_me: WARNING: netinet/in.h: present but cannot be compiled" >&2;} 35058 $as_echo "$as_me: WARNING: netinet/in.h: present but cannot be compiled" >&2;}
33810 { echo "$as_me:$LINENO: WARNING: netinet/in.h: check for missing prerequisite headers?" >&5 35059 { $as_echo "$as_me:$LINENO: WARNING: netinet/in.h: check for missing prerequisite headers?" >&5
33811 echo "$as_me: WARNING: netinet/in.h: check for missing prerequisite headers?" >&2;} 35060 $as_echo "$as_me: WARNING: netinet/in.h: check for missing prerequisite headers?" >&2;}
33812 { echo "$as_me:$LINENO: WARNING: netinet/in.h: see the Autoconf documentation" >&5 35061 { $as_echo "$as_me:$LINENO: WARNING: netinet/in.h: see the Autoconf documentation" >&5
33813 echo "$as_me: WARNING: netinet/in.h: see the Autoconf documentation" >&2;} 35062 $as_echo "$as_me: WARNING: netinet/in.h: see the Autoconf documentation" >&2;}
33814 { echo "$as_me:$LINENO: WARNING: netinet/in.h: section \"Present But Cannot Be Compiled\"" >&5 35063 { $as_echo "$as_me:$LINENO: WARNING: netinet/in.h: section \"Present But Cannot Be Compiled\"" >&5
33815 echo "$as_me: WARNING: netinet/in.h: section \"Present But Cannot Be Compiled\"" >&2;} 35064 $as_echo "$as_me: WARNING: netinet/in.h: section \"Present But Cannot Be Compiled\"" >&2;}
33816 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5 35065 { $as_echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5
33817 echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;} 35066 $as_echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;}
33818 { echo "$as_me:$LINENO: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&5 35067 { $as_echo "$as_me:$LINENO: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&5
33819 echo "$as_me: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&2;} 35068 $as_echo "$as_me: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&2;}
33820 ( cat <<\_ASBOX 35069 ( cat <<\_ASBOX
33821 ## ------------------------------------- ## 35070 ## ------------------------------------- ##
33822 ## Report this to xemacs-beta@xemacs.org ## 35071 ## Report this to xemacs-beta@xemacs.org ##
33823 ## ------------------------------------- ## 35072 ## ------------------------------------- ##
33824 _ASBOX 35073 _ASBOX
33825 ) | sed "s/^/$as_me: WARNING: /" >&2 35074 ) | sed "s/^/$as_me: WARNING: /" >&2
33826 ;; 35075 ;;
33827 esac 35076 esac
33828 { echo "$as_me:$LINENO: checking for netinet/in.h" >&5 35077 { $as_echo "$as_me:$LINENO: checking for netinet/in.h" >&5
33829 echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6; } 35078 $as_echo_n "checking for netinet/in.h... " >&6; }
33830 if test "${ac_cv_header_netinet_in_h+set}" = set; then 35079 if test "${ac_cv_header_netinet_in_h+set}" = set; then
33831 echo $ECHO_N "(cached) $ECHO_C" >&6 35080 $as_echo_n "(cached) " >&6
33832 else 35081 else
33833 ac_cv_header_netinet_in_h=$ac_header_preproc 35082 ac_cv_header_netinet_in_h=$ac_header_preproc
33834 fi 35083 fi
33835 { echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_h" >&5 35084 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_h" >&5
33836 echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6; } 35085 $as_echo "$ac_cv_header_netinet_in_h" >&6; }
33837 35086
33838 fi 35087 fi
33839 if test $ac_cv_header_netinet_in_h = yes; then 35088 if test "x$ac_cv_header_netinet_in_h" = x""yes; then
33840 if test "${ac_cv_header_arpa_inet_h+set}" = set; then 35089 if test "${ac_cv_header_arpa_inet_h+set}" = set; then
33841 { echo "$as_me:$LINENO: checking for arpa/inet.h" >&5 35090 { $as_echo "$as_me:$LINENO: checking for arpa/inet.h" >&5
33842 echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6; } 35091 $as_echo_n "checking for arpa/inet.h... " >&6; }
33843 if test "${ac_cv_header_arpa_inet_h+set}" = set; then 35092 if test "${ac_cv_header_arpa_inet_h+set}" = set; then
33844 echo $ECHO_N "(cached) $ECHO_C" >&6 35093 $as_echo_n "(cached) " >&6
33845 fi 35094 fi
33846 { echo "$as_me:$LINENO: result: $ac_cv_header_arpa_inet_h" >&5 35095 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_arpa_inet_h" >&5
33847 echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6; } 35096 $as_echo "$ac_cv_header_arpa_inet_h" >&6; }
33848 else 35097 else
33849 # Is the header compilable? 35098 # Is the header compilable?
33850 { echo "$as_me:$LINENO: checking arpa/inet.h usability" >&5 35099 { $as_echo "$as_me:$LINENO: checking arpa/inet.h usability" >&5
33851 echo $ECHO_N "checking arpa/inet.h usability... $ECHO_C" >&6; } 35100 $as_echo_n "checking arpa/inet.h usability... " >&6; }
33852 cat >conftest.$ac_ext <<_ACEOF 35101 cat >conftest.$ac_ext <<_ACEOF
33853 /* confdefs.h. */ 35102 /* confdefs.h. */
33854 _ACEOF 35103 _ACEOF
33855 cat confdefs.h >>conftest.$ac_ext 35104 cat confdefs.h >>conftest.$ac_ext
33856 cat >>conftest.$ac_ext <<_ACEOF 35105 cat >>conftest.$ac_ext <<_ACEOF
33862 if { (ac_try="$ac_compile" 35111 if { (ac_try="$ac_compile"
33863 case "(($ac_try" in 35112 case "(($ac_try" in
33864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 35113 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33865 *) ac_try_echo=$ac_try;; 35114 *) ac_try_echo=$ac_try;;
33866 esac 35115 esac
33867 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 35116 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
35117 $as_echo "$ac_try_echo") >&5
33868 (eval "$ac_compile") 2>conftest.er1 35118 (eval "$ac_compile") 2>conftest.er1
33869 ac_status=$? 35119 ac_status=$?
33870 grep -v '^ *+' conftest.er1 >conftest.err 35120 grep -v '^ *+' conftest.er1 >conftest.err
33871 rm -f conftest.er1 35121 rm -f conftest.er1
33872 cat conftest.err >&5 35122 cat conftest.err >&5
33873 echo "$as_me:$LINENO: \$? = $ac_status" >&5 35123 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
33874 (exit $ac_status); } && { 35124 (exit $ac_status); } && {
33875 test -z "$ac_c_werror_flag" || 35125 test -z "$ac_c_werror_flag" ||
33876 test ! -s conftest.err 35126 test ! -s conftest.err
33877 } && test -s conftest.$ac_objext; then 35127 } && test -s conftest.$ac_objext; then
33878 ac_header_compiler=yes 35128 ac_header_compiler=yes
33879 else 35129 else
33880 echo "$as_me: failed program was:" >&5 35130 $as_echo "$as_me: failed program was:" >&5
33881 sed 's/^/| /' conftest.$ac_ext >&5 35131 sed 's/^/| /' conftest.$ac_ext >&5
33882 35132
33883 ac_header_compiler=no 35133 ac_header_compiler=no
33884 fi 35134 fi
33885 35135
33886 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 35136 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33887 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 35137 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
33888 echo "${ECHO_T}$ac_header_compiler" >&6; } 35138 $as_echo "$ac_header_compiler" >&6; }
33889 35139
33890 # Is the header present? 35140 # Is the header present?
33891 { echo "$as_me:$LINENO: checking arpa/inet.h presence" >&5 35141 { $as_echo "$as_me:$LINENO: checking arpa/inet.h presence" >&5
33892 echo $ECHO_N "checking arpa/inet.h presence... $ECHO_C" >&6; } 35142 $as_echo_n "checking arpa/inet.h presence... " >&6; }
33893 cat >conftest.$ac_ext <<_ACEOF 35143 cat >conftest.$ac_ext <<_ACEOF
33894 /* confdefs.h. */ 35144 /* confdefs.h. */
33895 _ACEOF 35145 _ACEOF
33896 cat confdefs.h >>conftest.$ac_ext 35146 cat confdefs.h >>conftest.$ac_ext
33897 cat >>conftest.$ac_ext <<_ACEOF 35147 cat >>conftest.$ac_ext <<_ACEOF
33901 if { (ac_try="$ac_cpp conftest.$ac_ext" 35151 if { (ac_try="$ac_cpp conftest.$ac_ext"
33902 case "(($ac_try" in 35152 case "(($ac_try" in
33903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 35153 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33904 *) ac_try_echo=$ac_try;; 35154 *) ac_try_echo=$ac_try;;
33905 esac 35155 esac
33906 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 35156 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
35157 $as_echo "$ac_try_echo") >&5
33907 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 35158 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
33908 ac_status=$? 35159 ac_status=$?
33909 grep -v '^ *+' conftest.er1 >conftest.err 35160 grep -v '^ *+' conftest.er1 >conftest.err
33910 rm -f conftest.er1 35161 rm -f conftest.er1
33911 cat conftest.err >&5 35162 cat conftest.err >&5
33912 echo "$as_me:$LINENO: \$? = $ac_status" >&5 35163 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
33913 (exit $ac_status); } >/dev/null && { 35164 (exit $ac_status); } >/dev/null && {
33914 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 35165 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
33915 test ! -s conftest.err 35166 test ! -s conftest.err
33916 }; then 35167 }; then
33917 ac_header_preproc=yes 35168 ac_header_preproc=yes
33918 else 35169 else
33919 echo "$as_me: failed program was:" >&5 35170 $as_echo "$as_me: failed program was:" >&5
33920 sed 's/^/| /' conftest.$ac_ext >&5 35171 sed 's/^/| /' conftest.$ac_ext >&5
33921 35172
33922 ac_header_preproc=no 35173 ac_header_preproc=no
33923 fi 35174 fi
33924 35175
33925 rm -f conftest.err conftest.$ac_ext 35176 rm -f conftest.err conftest.$ac_ext
33926 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 35177 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
33927 echo "${ECHO_T}$ac_header_preproc" >&6; } 35178 $as_echo "$ac_header_preproc" >&6; }
33928 35179
33929 # So? What about this header? 35180 # So? What about this header?
33930 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 35181 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
33931 yes:no: ) 35182 yes:no: )
33932 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&5 35183 { $as_echo "$as_me:$LINENO: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&5
33933 echo "$as_me: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 35184 $as_echo "$as_me: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
33934 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the compiler's result" >&5 35185 { $as_echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the compiler's result" >&5
33935 echo "$as_me: WARNING: arpa/inet.h: proceeding with the compiler's result" >&2;} 35186 $as_echo "$as_me: WARNING: arpa/inet.h: proceeding with the compiler's result" >&2;}
33936 ac_header_preproc=yes 35187 ac_header_preproc=yes
33937 ;; 35188 ;;
33938 no:yes:* ) 35189 no:yes:* )
33939 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: present but cannot be compiled" >&5 35190 { $as_echo "$as_me:$LINENO: WARNING: arpa/inet.h: present but cannot be compiled" >&5
33940 echo "$as_me: WARNING: arpa/inet.h: present but cannot be compiled" >&2;} 35191 $as_echo "$as_me: WARNING: arpa/inet.h: present but cannot be compiled" >&2;}
33941 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&5 35192 { $as_echo "$as_me:$LINENO: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&5
33942 echo "$as_me: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&2;} 35193 $as_echo "$as_me: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&2;}
33943 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: see the Autoconf documentation" >&5 35194 { $as_echo "$as_me:$LINENO: WARNING: arpa/inet.h: see the Autoconf documentation" >&5
33944 echo "$as_me: WARNING: arpa/inet.h: see the Autoconf documentation" >&2;} 35195 $as_echo "$as_me: WARNING: arpa/inet.h: see the Autoconf documentation" >&2;}
33945 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: section \"Present But Cannot Be Compiled\"" >&5 35196 { $as_echo "$as_me:$LINENO: WARNING: arpa/inet.h: section \"Present But Cannot Be Compiled\"" >&5
33946 echo "$as_me: WARNING: arpa/inet.h: section \"Present But Cannot Be Compiled\"" >&2;} 35197 $as_echo "$as_me: WARNING: arpa/inet.h: section \"Present But Cannot Be Compiled\"" >&2;}
33947 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5 35198 { $as_echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5
33948 echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;} 35199 $as_echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;}
33949 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&5 35200 { $as_echo "$as_me:$LINENO: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&5
33950 echo "$as_me: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&2;} 35201 $as_echo "$as_me: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&2;}
33951 ( cat <<\_ASBOX 35202 ( cat <<\_ASBOX
33952 ## ------------------------------------- ## 35203 ## ------------------------------------- ##
33953 ## Report this to xemacs-beta@xemacs.org ## 35204 ## Report this to xemacs-beta@xemacs.org ##
33954 ## ------------------------------------- ## 35205 ## ------------------------------------- ##
33955 _ASBOX 35206 _ASBOX
33956 ) | sed "s/^/$as_me: WARNING: /" >&2 35207 ) | sed "s/^/$as_me: WARNING: /" >&2
33957 ;; 35208 ;;
33958 esac 35209 esac
33959 { echo "$as_me:$LINENO: checking for arpa/inet.h" >&5 35210 { $as_echo "$as_me:$LINENO: checking for arpa/inet.h" >&5
33960 echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6; } 35211 $as_echo_n "checking for arpa/inet.h... " >&6; }
33961 if test "${ac_cv_header_arpa_inet_h+set}" = set; then 35212 if test "${ac_cv_header_arpa_inet_h+set}" = set; then
33962 echo $ECHO_N "(cached) $ECHO_C" >&6 35213 $as_echo_n "(cached) " >&6
33963 else 35214 else
33964 ac_cv_header_arpa_inet_h=$ac_header_preproc 35215 ac_cv_header_arpa_inet_h=$ac_header_preproc
33965 fi 35216 fi
33966 { echo "$as_me:$LINENO: result: $ac_cv_header_arpa_inet_h" >&5 35217 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_arpa_inet_h" >&5
33967 echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6; } 35218 $as_echo "$ac_cv_header_arpa_inet_h" >&6; }
33968 35219
33969 fi 35220 fi
33970 if test $ac_cv_header_arpa_inet_h = yes; then 35221 if test "x$ac_cv_header_arpa_inet_h" = x""yes; then
33971 35222
33972 cat >>confdefs.h <<\_ACEOF 35223 cat >>confdefs.h <<\_ACEOF
33973 #define HAVE_SOCKETS 1 35224 #define HAVE_SOCKETS 1
33974 _ACEOF 35225 _ACEOF
33975 35226
33976 { echo "$as_me:$LINENO: checking for sun_len member in struct sockaddr_un" >&5 35227 { $as_echo "$as_me:$LINENO: checking for sun_len member in struct sockaddr_un" >&5
33977 echo $ECHO_N "checking for sun_len member in struct sockaddr_un... $ECHO_C" >&6; } 35228 $as_echo_n "checking for sun_len member in struct sockaddr_un... " >&6; }
33978 cat >conftest.$ac_ext <<_ACEOF 35229 cat >conftest.$ac_ext <<_ACEOF
33979 /* confdefs.h. */ 35230 /* confdefs.h. */
33980 _ACEOF 35231 _ACEOF
33981 cat confdefs.h >>conftest.$ac_ext 35232 cat confdefs.h >>conftest.$ac_ext
33982 cat >>conftest.$ac_ext <<_ACEOF 35233 cat >>conftest.$ac_ext <<_ACEOF
33998 if { (ac_try="$ac_link" 35249 if { (ac_try="$ac_link"
33999 case "(($ac_try" in 35250 case "(($ac_try" in
34000 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 35251 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34001 *) ac_try_echo=$ac_try;; 35252 *) ac_try_echo=$ac_try;;
34002 esac 35253 esac
34003 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 35254 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
35255 $as_echo "$ac_try_echo") >&5
34004 (eval "$ac_link") 2>conftest.er1 35256 (eval "$ac_link") 2>conftest.er1
34005 ac_status=$? 35257 ac_status=$?
34006 grep -v '^ *+' conftest.er1 >conftest.err 35258 grep -v '^ *+' conftest.er1 >conftest.err
34007 rm -f conftest.er1 35259 rm -f conftest.er1
34008 cat conftest.err >&5 35260 cat conftest.err >&5
34009 echo "$as_me:$LINENO: \$? = $ac_status" >&5 35261 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
34010 (exit $ac_status); } && { 35262 (exit $ac_status); } && {
34011 test -z "$ac_c_werror_flag" || 35263 test -z "$ac_c_werror_flag" ||
34012 test ! -s conftest.err 35264 test ! -s conftest.err
34013 } && test -s conftest$ac_exeext && 35265 } && test -s conftest$ac_exeext && {
34014 $as_test_x conftest$ac_exeext; then 35266 test "$cross_compiling" = yes ||
34015 { echo "$as_me:$LINENO: result: yes" >&5 35267 $as_test_x conftest$ac_exeext
34016 echo "${ECHO_T}yes" >&6; }; cat >>confdefs.h <<\_ACEOF 35268 }; then
35269 { $as_echo "$as_me:$LINENO: result: yes" >&5
35270 $as_echo "yes" >&6; }; cat >>confdefs.h <<\_ACEOF
34017 #define HAVE_SOCKADDR_SUN_LEN 1 35271 #define HAVE_SOCKADDR_SUN_LEN 1
34018 _ACEOF 35272 _ACEOF
34019 35273
34020 else 35274 else
34021 echo "$as_me: failed program was:" >&5 35275 $as_echo "$as_me: failed program was:" >&5
34022 sed 's/^/| /' conftest.$ac_ext >&5 35276 sed 's/^/| /' conftest.$ac_ext >&5
34023 35277
34024 { echo "$as_me:$LINENO: result: no" >&5 35278 { $as_echo "$as_me:$LINENO: result: no" >&5
34025 echo "${ECHO_T}no" >&6; } 35279 $as_echo "no" >&6; }
34026 fi 35280 fi
34027 35281
35282 rm -rf conftest.dSYM
34028 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 35283 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
34029 conftest$ac_exeext conftest.$ac_ext 35284 conftest$ac_exeext conftest.$ac_ext
34030 { echo "$as_me:$LINENO: checking for ip_mreq struct in netinet/in.h" >&5 35285 { $as_echo "$as_me:$LINENO: checking for ip_mreq struct in netinet/in.h" >&5
34031 echo $ECHO_N "checking for ip_mreq struct in netinet/in.h... $ECHO_C" >&6; } 35286 $as_echo_n "checking for ip_mreq struct in netinet/in.h... " >&6; }
34032 cat >conftest.$ac_ext <<_ACEOF 35287 cat >conftest.$ac_ext <<_ACEOF
34033 /* confdefs.h. */ 35288 /* confdefs.h. */
34034 _ACEOF 35289 _ACEOF
34035 cat confdefs.h >>conftest.$ac_ext 35290 cat confdefs.h >>conftest.$ac_ext
34036 cat >>conftest.$ac_ext <<_ACEOF 35291 cat >>conftest.$ac_ext <<_ACEOF
34051 if { (ac_try="$ac_link" 35306 if { (ac_try="$ac_link"
34052 case "(($ac_try" in 35307 case "(($ac_try" in
34053 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 35308 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34054 *) ac_try_echo=$ac_try;; 35309 *) ac_try_echo=$ac_try;;
34055 esac 35310 esac
34056 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 35311 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
35312 $as_echo "$ac_try_echo") >&5
34057 (eval "$ac_link") 2>conftest.er1 35313 (eval "$ac_link") 2>conftest.er1
34058 ac_status=$? 35314 ac_status=$?
34059 grep -v '^ *+' conftest.er1 >conftest.err 35315 grep -v '^ *+' conftest.er1 >conftest.err
34060 rm -f conftest.er1 35316 rm -f conftest.er1
34061 cat conftest.err >&5 35317 cat conftest.err >&5
34062 echo "$as_me:$LINENO: \$? = $ac_status" >&5 35318 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
34063 (exit $ac_status); } && { 35319 (exit $ac_status); } && {
34064 test -z "$ac_c_werror_flag" || 35320 test -z "$ac_c_werror_flag" ||
34065 test ! -s conftest.err 35321 test ! -s conftest.err
34066 } && test -s conftest$ac_exeext && 35322 } && test -s conftest$ac_exeext && {
34067 $as_test_x conftest$ac_exeext; then 35323 test "$cross_compiling" = yes ||
34068 { echo "$as_me:$LINENO: result: yes" >&5 35324 $as_test_x conftest$ac_exeext
34069 echo "${ECHO_T}yes" >&6; }; cat >>confdefs.h <<\_ACEOF 35325 }; then
35326 { $as_echo "$as_me:$LINENO: result: yes" >&5
35327 $as_echo "yes" >&6; }; cat >>confdefs.h <<\_ACEOF
34070 #define HAVE_MULTICAST 1 35328 #define HAVE_MULTICAST 1
34071 _ACEOF 35329 _ACEOF
34072 35330
34073 else 35331 else
34074 echo "$as_me: failed program was:" >&5 35332 $as_echo "$as_me: failed program was:" >&5
34075 sed 's/^/| /' conftest.$ac_ext >&5 35333 sed 's/^/| /' conftest.$ac_ext >&5
34076 35334
34077 { echo "$as_me:$LINENO: result: no" >&5 35335 { $as_echo "$as_me:$LINENO: result: no" >&5
34078 echo "${ECHO_T}no" >&6; } 35336 $as_echo "no" >&6; }
34079 fi 35337 fi
34080 35338
35339 rm -rf conftest.dSYM
34081 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 35340 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
34082 conftest$ac_exeext conftest.$ac_ext 35341 conftest$ac_exeext conftest.$ac_ext
34083 fi 35342 fi
34084 35343
34085 35344
34087 35346
34088 35347
34089 fi 35348 fi
34090 35349
34091 35350
34092 { echo "$as_me:$LINENO: checking for msgget" >&5 35351 { $as_echo "$as_me:$LINENO: checking for msgget" >&5
34093 echo $ECHO_N "checking for msgget... $ECHO_C" >&6; } 35352 $as_echo_n "checking for msgget... " >&6; }
34094 if test "${ac_cv_func_msgget+set}" = set; then 35353 if test "${ac_cv_func_msgget+set}" = set; then
34095 echo $ECHO_N "(cached) $ECHO_C" >&6 35354 $as_echo_n "(cached) " >&6
34096 else 35355 else
34097 cat >conftest.$ac_ext <<_ACEOF 35356 cat >conftest.$ac_ext <<_ACEOF
34098 /* confdefs.h. */ 35357 /* confdefs.h. */
34099 _ACEOF 35358 _ACEOF
34100 cat confdefs.h >>conftest.$ac_ext 35359 cat confdefs.h >>conftest.$ac_ext
34143 if { (ac_try="$ac_link" 35402 if { (ac_try="$ac_link"
34144 case "(($ac_try" in 35403 case "(($ac_try" in
34145 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 35404 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34146 *) ac_try_echo=$ac_try;; 35405 *) ac_try_echo=$ac_try;;
34147 esac 35406 esac
34148 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 35407 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
35408 $as_echo "$ac_try_echo") >&5
34149 (eval "$ac_link") 2>conftest.er1 35409 (eval "$ac_link") 2>conftest.er1
34150 ac_status=$? 35410 ac_status=$?
34151 grep -v '^ *+' conftest.er1 >conftest.err 35411 grep -v '^ *+' conftest.er1 >conftest.err
34152 rm -f conftest.er1 35412 rm -f conftest.er1
34153 cat conftest.err >&5 35413 cat conftest.err >&5
34154 echo "$as_me:$LINENO: \$? = $ac_status" >&5 35414 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
34155 (exit $ac_status); } && { 35415 (exit $ac_status); } && {
34156 test -z "$ac_c_werror_flag" || 35416 test -z "$ac_c_werror_flag" ||
34157 test ! -s conftest.err 35417 test ! -s conftest.err
34158 } && test -s conftest$ac_exeext && 35418 } && test -s conftest$ac_exeext && {
34159 $as_test_x conftest$ac_exeext; then 35419 test "$cross_compiling" = yes ||
35420 $as_test_x conftest$ac_exeext
35421 }; then
34160 ac_cv_func_msgget=yes 35422 ac_cv_func_msgget=yes
34161 else 35423 else
34162 echo "$as_me: failed program was:" >&5 35424 $as_echo "$as_me: failed program was:" >&5
34163 sed 's/^/| /' conftest.$ac_ext >&5 35425 sed 's/^/| /' conftest.$ac_ext >&5
34164 35426
34165 ac_cv_func_msgget=no 35427 ac_cv_func_msgget=no
34166 fi 35428 fi
34167 35429
35430 rm -rf conftest.dSYM
34168 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 35431 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
34169 conftest$ac_exeext conftest.$ac_ext 35432 conftest$ac_exeext conftest.$ac_ext
34170 fi 35433 fi
34171 { echo "$as_me:$LINENO: result: $ac_cv_func_msgget" >&5 35434 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_msgget" >&5
34172 echo "${ECHO_T}$ac_cv_func_msgget" >&6; } 35435 $as_echo "$ac_cv_func_msgget" >&6; }
34173 if test $ac_cv_func_msgget = yes; then 35436 if test "x$ac_cv_func_msgget" = x""yes; then
34174 if test "${ac_cv_header_sys_ipc_h+set}" = set; then 35437 if test "${ac_cv_header_sys_ipc_h+set}" = set; then
34175 { echo "$as_me:$LINENO: checking for sys/ipc.h" >&5 35438 { $as_echo "$as_me:$LINENO: checking for sys/ipc.h" >&5
34176 echo $ECHO_N "checking for sys/ipc.h... $ECHO_C" >&6; } 35439 $as_echo_n "checking for sys/ipc.h... " >&6; }
34177 if test "${ac_cv_header_sys_ipc_h+set}" = set; then 35440 if test "${ac_cv_header_sys_ipc_h+set}" = set; then
34178 echo $ECHO_N "(cached) $ECHO_C" >&6 35441 $as_echo_n "(cached) " >&6
34179 fi 35442 fi
34180 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_ipc_h" >&5 35443 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_ipc_h" >&5
34181 echo "${ECHO_T}$ac_cv_header_sys_ipc_h" >&6; } 35444 $as_echo "$ac_cv_header_sys_ipc_h" >&6; }
34182 else 35445 else
34183 # Is the header compilable? 35446 # Is the header compilable?
34184 { echo "$as_me:$LINENO: checking sys/ipc.h usability" >&5 35447 { $as_echo "$as_me:$LINENO: checking sys/ipc.h usability" >&5
34185 echo $ECHO_N "checking sys/ipc.h usability... $ECHO_C" >&6; } 35448 $as_echo_n "checking sys/ipc.h usability... " >&6; }
34186 cat >conftest.$ac_ext <<_ACEOF 35449 cat >conftest.$ac_ext <<_ACEOF
34187 /* confdefs.h. */ 35450 /* confdefs.h. */
34188 _ACEOF 35451 _ACEOF
34189 cat confdefs.h >>conftest.$ac_ext 35452 cat confdefs.h >>conftest.$ac_ext
34190 cat >>conftest.$ac_ext <<_ACEOF 35453 cat >>conftest.$ac_ext <<_ACEOF
34196 if { (ac_try="$ac_compile" 35459 if { (ac_try="$ac_compile"
34197 case "(($ac_try" in 35460 case "(($ac_try" in
34198 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 35461 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34199 *) ac_try_echo=$ac_try;; 35462 *) ac_try_echo=$ac_try;;
34200 esac 35463 esac
34201 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 35464 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
35465 $as_echo "$ac_try_echo") >&5
34202 (eval "$ac_compile") 2>conftest.er1 35466 (eval "$ac_compile") 2>conftest.er1
34203 ac_status=$? 35467 ac_status=$?
34204 grep -v '^ *+' conftest.er1 >conftest.err 35468 grep -v '^ *+' conftest.er1 >conftest.err
34205 rm -f conftest.er1 35469 rm -f conftest.er1
34206 cat conftest.err >&5 35470 cat conftest.err >&5
34207 echo "$as_me:$LINENO: \$? = $ac_status" >&5 35471 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
34208 (exit $ac_status); } && { 35472 (exit $ac_status); } && {
34209 test -z "$ac_c_werror_flag" || 35473 test -z "$ac_c_werror_flag" ||
34210 test ! -s conftest.err 35474 test ! -s conftest.err
34211 } && test -s conftest.$ac_objext; then 35475 } && test -s conftest.$ac_objext; then
34212 ac_header_compiler=yes 35476 ac_header_compiler=yes
34213 else 35477 else
34214 echo "$as_me: failed program was:" >&5 35478 $as_echo "$as_me: failed program was:" >&5
34215 sed 's/^/| /' conftest.$ac_ext >&5 35479 sed 's/^/| /' conftest.$ac_ext >&5
34216 35480
34217 ac_header_compiler=no 35481 ac_header_compiler=no
34218 fi 35482 fi
34219 35483
34220 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 35484 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34221 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 35485 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
34222 echo "${ECHO_T}$ac_header_compiler" >&6; } 35486 $as_echo "$ac_header_compiler" >&6; }
34223 35487
34224 # Is the header present? 35488 # Is the header present?
34225 { echo "$as_me:$LINENO: checking sys/ipc.h presence" >&5 35489 { $as_echo "$as_me:$LINENO: checking sys/ipc.h presence" >&5
34226 echo $ECHO_N "checking sys/ipc.h presence... $ECHO_C" >&6; } 35490 $as_echo_n "checking sys/ipc.h presence... " >&6; }
34227 cat >conftest.$ac_ext <<_ACEOF 35491 cat >conftest.$ac_ext <<_ACEOF
34228 /* confdefs.h. */ 35492 /* confdefs.h. */
34229 _ACEOF 35493 _ACEOF
34230 cat confdefs.h >>conftest.$ac_ext 35494 cat confdefs.h >>conftest.$ac_ext
34231 cat >>conftest.$ac_ext <<_ACEOF 35495 cat >>conftest.$ac_ext <<_ACEOF
34235 if { (ac_try="$ac_cpp conftest.$ac_ext" 35499 if { (ac_try="$ac_cpp conftest.$ac_ext"
34236 case "(($ac_try" in 35500 case "(($ac_try" in
34237 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 35501 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34238 *) ac_try_echo=$ac_try;; 35502 *) ac_try_echo=$ac_try;;
34239 esac 35503 esac
34240 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 35504 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
35505 $as_echo "$ac_try_echo") >&5
34241 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 35506 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
34242 ac_status=$? 35507 ac_status=$?
34243 grep -v '^ *+' conftest.er1 >conftest.err 35508 grep -v '^ *+' conftest.er1 >conftest.err
34244 rm -f conftest.er1 35509 rm -f conftest.er1
34245 cat conftest.err >&5 35510 cat conftest.err >&5
34246 echo "$as_me:$LINENO: \$? = $ac_status" >&5 35511 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
34247 (exit $ac_status); } >/dev/null && { 35512 (exit $ac_status); } >/dev/null && {
34248 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 35513 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
34249 test ! -s conftest.err 35514 test ! -s conftest.err
34250 }; then 35515 }; then
34251 ac_header_preproc=yes 35516 ac_header_preproc=yes
34252 else 35517 else
34253 echo "$as_me: failed program was:" >&5 35518 $as_echo "$as_me: failed program was:" >&5
34254 sed 's/^/| /' conftest.$ac_ext >&5 35519 sed 's/^/| /' conftest.$ac_ext >&5
34255 35520
34256 ac_header_preproc=no 35521 ac_header_preproc=no
34257 fi 35522 fi
34258 35523
34259 rm -f conftest.err conftest.$ac_ext 35524 rm -f conftest.err conftest.$ac_ext
34260 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 35525 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
34261 echo "${ECHO_T}$ac_header_preproc" >&6; } 35526 $as_echo "$ac_header_preproc" >&6; }
34262 35527
34263 # So? What about this header? 35528 # So? What about this header?
34264 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 35529 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
34265 yes:no: ) 35530 yes:no: )
34266 { echo "$as_me:$LINENO: WARNING: sys/ipc.h: accepted by the compiler, rejected by the preprocessor!" >&5 35531 { $as_echo "$as_me:$LINENO: WARNING: sys/ipc.h: accepted by the compiler, rejected by the preprocessor!" >&5
34267 echo "$as_me: WARNING: sys/ipc.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 35532 $as_echo "$as_me: WARNING: sys/ipc.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
34268 { echo "$as_me:$LINENO: WARNING: sys/ipc.h: proceeding with the compiler's result" >&5 35533 { $as_echo "$as_me:$LINENO: WARNING: sys/ipc.h: proceeding with the compiler's result" >&5
34269 echo "$as_me: WARNING: sys/ipc.h: proceeding with the compiler's result" >&2;} 35534 $as_echo "$as_me: WARNING: sys/ipc.h: proceeding with the compiler's result" >&2;}
34270 ac_header_preproc=yes 35535 ac_header_preproc=yes
34271 ;; 35536 ;;
34272 no:yes:* ) 35537 no:yes:* )
34273 { echo "$as_me:$LINENO: WARNING: sys/ipc.h: present but cannot be compiled" >&5 35538 { $as_echo "$as_me:$LINENO: WARNING: sys/ipc.h: present but cannot be compiled" >&5
34274 echo "$as_me: WARNING: sys/ipc.h: present but cannot be compiled" >&2;} 35539 $as_echo "$as_me: WARNING: sys/ipc.h: present but cannot be compiled" >&2;}
34275 { echo "$as_me:$LINENO: WARNING: sys/ipc.h: check for missing prerequisite headers?" >&5 35540 { $as_echo "$as_me:$LINENO: WARNING: sys/ipc.h: check for missing prerequisite headers?" >&5
34276 echo "$as_me: WARNING: sys/ipc.h: check for missing prerequisite headers?" >&2;} 35541 $as_echo "$as_me: WARNING: sys/ipc.h: check for missing prerequisite headers?" >&2;}
34277 { echo "$as_me:$LINENO: WARNING: sys/ipc.h: see the Autoconf documentation" >&5 35542 { $as_echo "$as_me:$LINENO: WARNING: sys/ipc.h: see the Autoconf documentation" >&5
34278 echo "$as_me: WARNING: sys/ipc.h: see the Autoconf documentation" >&2;} 35543 $as_echo "$as_me: WARNING: sys/ipc.h: see the Autoconf documentation" >&2;}
34279 { echo "$as_me:$LINENO: WARNING: sys/ipc.h: section \"Present But Cannot Be Compiled\"" >&5 35544 { $as_echo "$as_me:$LINENO: WARNING: sys/ipc.h: section \"Present But Cannot Be Compiled\"" >&5
34280 echo "$as_me: WARNING: sys/ipc.h: section \"Present But Cannot Be Compiled\"" >&2;} 35545 $as_echo "$as_me: WARNING: sys/ipc.h: section \"Present But Cannot Be Compiled\"" >&2;}
34281 { echo "$as_me:$LINENO: WARNING: sys/ipc.h: proceeding with the preprocessor's result" >&5 35546 { $as_echo "$as_me:$LINENO: WARNING: sys/ipc.h: proceeding with the preprocessor's result" >&5
34282 echo "$as_me: WARNING: sys/ipc.h: proceeding with the preprocessor's result" >&2;} 35547 $as_echo "$as_me: WARNING: sys/ipc.h: proceeding with the preprocessor's result" >&2;}
34283 { echo "$as_me:$LINENO: WARNING: sys/ipc.h: in the future, the compiler will take precedence" >&5 35548 { $as_echo "$as_me:$LINENO: WARNING: sys/ipc.h: in the future, the compiler will take precedence" >&5
34284 echo "$as_me: WARNING: sys/ipc.h: in the future, the compiler will take precedence" >&2;} 35549 $as_echo "$as_me: WARNING: sys/ipc.h: in the future, the compiler will take precedence" >&2;}
34285 ( cat <<\_ASBOX 35550 ( cat <<\_ASBOX
34286 ## ------------------------------------- ## 35551 ## ------------------------------------- ##
34287 ## Report this to xemacs-beta@xemacs.org ## 35552 ## Report this to xemacs-beta@xemacs.org ##
34288 ## ------------------------------------- ## 35553 ## ------------------------------------- ##
34289 _ASBOX 35554 _ASBOX
34290 ) | sed "s/^/$as_me: WARNING: /" >&2 35555 ) | sed "s/^/$as_me: WARNING: /" >&2
34291 ;; 35556 ;;
34292 esac 35557 esac
34293 { echo "$as_me:$LINENO: checking for sys/ipc.h" >&5 35558 { $as_echo "$as_me:$LINENO: checking for sys/ipc.h" >&5
34294 echo $ECHO_N "checking for sys/ipc.h... $ECHO_C" >&6; } 35559 $as_echo_n "checking for sys/ipc.h... " >&6; }
34295 if test "${ac_cv_header_sys_ipc_h+set}" = set; then 35560 if test "${ac_cv_header_sys_ipc_h+set}" = set; then
34296 echo $ECHO_N "(cached) $ECHO_C" >&6 35561 $as_echo_n "(cached) " >&6
34297 else 35562 else
34298 ac_cv_header_sys_ipc_h=$ac_header_preproc 35563 ac_cv_header_sys_ipc_h=$ac_header_preproc
34299 fi 35564 fi
34300 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_ipc_h" >&5 35565 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_ipc_h" >&5
34301 echo "${ECHO_T}$ac_cv_header_sys_ipc_h" >&6; } 35566 $as_echo "$ac_cv_header_sys_ipc_h" >&6; }
34302 35567
34303 fi 35568 fi
34304 if test $ac_cv_header_sys_ipc_h = yes; then 35569 if test "x$ac_cv_header_sys_ipc_h" = x""yes; then
34305 if test "${ac_cv_header_sys_msg_h+set}" = set; then 35570 if test "${ac_cv_header_sys_msg_h+set}" = set; then
34306 { echo "$as_me:$LINENO: checking for sys/msg.h" >&5 35571 { $as_echo "$as_me:$LINENO: checking for sys/msg.h" >&5
34307 echo $ECHO_N "checking for sys/msg.h... $ECHO_C" >&6; } 35572 $as_echo_n "checking for sys/msg.h... " >&6; }
34308 if test "${ac_cv_header_sys_msg_h+set}" = set; then 35573 if test "${ac_cv_header_sys_msg_h+set}" = set; then
34309 echo $ECHO_N "(cached) $ECHO_C" >&6 35574 $as_echo_n "(cached) " >&6
34310 fi 35575 fi
34311 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_msg_h" >&5 35576 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_msg_h" >&5
34312 echo "${ECHO_T}$ac_cv_header_sys_msg_h" >&6; } 35577 $as_echo "$ac_cv_header_sys_msg_h" >&6; }
34313 else 35578 else
34314 # Is the header compilable? 35579 # Is the header compilable?
34315 { echo "$as_me:$LINENO: checking sys/msg.h usability" >&5 35580 { $as_echo "$as_me:$LINENO: checking sys/msg.h usability" >&5
34316 echo $ECHO_N "checking sys/msg.h usability... $ECHO_C" >&6; } 35581 $as_echo_n "checking sys/msg.h usability... " >&6; }
34317 cat >conftest.$ac_ext <<_ACEOF 35582 cat >conftest.$ac_ext <<_ACEOF
34318 /* confdefs.h. */ 35583 /* confdefs.h. */
34319 _ACEOF 35584 _ACEOF
34320 cat confdefs.h >>conftest.$ac_ext 35585 cat confdefs.h >>conftest.$ac_ext
34321 cat >>conftest.$ac_ext <<_ACEOF 35586 cat >>conftest.$ac_ext <<_ACEOF
34327 if { (ac_try="$ac_compile" 35592 if { (ac_try="$ac_compile"
34328 case "(($ac_try" in 35593 case "(($ac_try" in
34329 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 35594 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34330 *) ac_try_echo=$ac_try;; 35595 *) ac_try_echo=$ac_try;;
34331 esac 35596 esac
34332 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 35597 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
35598 $as_echo "$ac_try_echo") >&5
34333 (eval "$ac_compile") 2>conftest.er1 35599 (eval "$ac_compile") 2>conftest.er1
34334 ac_status=$? 35600 ac_status=$?
34335 grep -v '^ *+' conftest.er1 >conftest.err 35601 grep -v '^ *+' conftest.er1 >conftest.err
34336 rm -f conftest.er1 35602 rm -f conftest.er1
34337 cat conftest.err >&5 35603 cat conftest.err >&5
34338 echo "$as_me:$LINENO: \$? = $ac_status" >&5 35604 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
34339 (exit $ac_status); } && { 35605 (exit $ac_status); } && {
34340 test -z "$ac_c_werror_flag" || 35606 test -z "$ac_c_werror_flag" ||
34341 test ! -s conftest.err 35607 test ! -s conftest.err
34342 } && test -s conftest.$ac_objext; then 35608 } && test -s conftest.$ac_objext; then
34343 ac_header_compiler=yes 35609 ac_header_compiler=yes
34344 else 35610 else
34345 echo "$as_me: failed program was:" >&5 35611 $as_echo "$as_me: failed program was:" >&5
34346 sed 's/^/| /' conftest.$ac_ext >&5 35612 sed 's/^/| /' conftest.$ac_ext >&5
34347 35613
34348 ac_header_compiler=no 35614 ac_header_compiler=no
34349 fi 35615 fi
34350 35616
34351 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 35617 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34352 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 35618 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
34353 echo "${ECHO_T}$ac_header_compiler" >&6; } 35619 $as_echo "$ac_header_compiler" >&6; }
34354 35620
34355 # Is the header present? 35621 # Is the header present?
34356 { echo "$as_me:$LINENO: checking sys/msg.h presence" >&5 35622 { $as_echo "$as_me:$LINENO: checking sys/msg.h presence" >&5
34357 echo $ECHO_N "checking sys/msg.h presence... $ECHO_C" >&6; } 35623 $as_echo_n "checking sys/msg.h presence... " >&6; }
34358 cat >conftest.$ac_ext <<_ACEOF 35624 cat >conftest.$ac_ext <<_ACEOF
34359 /* confdefs.h. */ 35625 /* confdefs.h. */
34360 _ACEOF 35626 _ACEOF
34361 cat confdefs.h >>conftest.$ac_ext 35627 cat confdefs.h >>conftest.$ac_ext
34362 cat >>conftest.$ac_ext <<_ACEOF 35628 cat >>conftest.$ac_ext <<_ACEOF
34366 if { (ac_try="$ac_cpp conftest.$ac_ext" 35632 if { (ac_try="$ac_cpp conftest.$ac_ext"
34367 case "(($ac_try" in 35633 case "(($ac_try" in
34368 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 35634 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34369 *) ac_try_echo=$ac_try;; 35635 *) ac_try_echo=$ac_try;;
34370 esac 35636 esac
34371 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 35637 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
35638 $as_echo "$ac_try_echo") >&5
34372 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 35639 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
34373 ac_status=$? 35640 ac_status=$?
34374 grep -v '^ *+' conftest.er1 >conftest.err 35641 grep -v '^ *+' conftest.er1 >conftest.err
34375 rm -f conftest.er1 35642 rm -f conftest.er1
34376 cat conftest.err >&5 35643 cat conftest.err >&5
34377 echo "$as_me:$LINENO: \$? = $ac_status" >&5 35644 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
34378 (exit $ac_status); } >/dev/null && { 35645 (exit $ac_status); } >/dev/null && {
34379 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 35646 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
34380 test ! -s conftest.err 35647 test ! -s conftest.err
34381 }; then 35648 }; then
34382 ac_header_preproc=yes 35649 ac_header_preproc=yes
34383 else 35650 else
34384 echo "$as_me: failed program was:" >&5 35651 $as_echo "$as_me: failed program was:" >&5
34385 sed 's/^/| /' conftest.$ac_ext >&5 35652 sed 's/^/| /' conftest.$ac_ext >&5
34386 35653
34387 ac_header_preproc=no 35654 ac_header_preproc=no
34388 fi 35655 fi
34389 35656
34390 rm -f conftest.err conftest.$ac_ext 35657 rm -f conftest.err conftest.$ac_ext
34391 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 35658 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
34392 echo "${ECHO_T}$ac_header_preproc" >&6; } 35659 $as_echo "$ac_header_preproc" >&6; }
34393 35660
34394 # So? What about this header? 35661 # So? What about this header?
34395 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 35662 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
34396 yes:no: ) 35663 yes:no: )
34397 { echo "$as_me:$LINENO: WARNING: sys/msg.h: accepted by the compiler, rejected by the preprocessor!" >&5 35664 { $as_echo "$as_me:$LINENO: WARNING: sys/msg.h: accepted by the compiler, rejected by the preprocessor!" >&5
34398 echo "$as_me: WARNING: sys/msg.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 35665 $as_echo "$as_me: WARNING: sys/msg.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
34399 { echo "$as_me:$LINENO: WARNING: sys/msg.h: proceeding with the compiler's result" >&5 35666 { $as_echo "$as_me:$LINENO: WARNING: sys/msg.h: proceeding with the compiler's result" >&5
34400 echo "$as_me: WARNING: sys/msg.h: proceeding with the compiler's result" >&2;} 35667 $as_echo "$as_me: WARNING: sys/msg.h: proceeding with the compiler's result" >&2;}
34401 ac_header_preproc=yes 35668 ac_header_preproc=yes
34402 ;; 35669 ;;
34403 no:yes:* ) 35670 no:yes:* )
34404 { echo "$as_me:$LINENO: WARNING: sys/msg.h: present but cannot be compiled" >&5 35671 { $as_echo "$as_me:$LINENO: WARNING: sys/msg.h: present but cannot be compiled" >&5
34405 echo "$as_me: WARNING: sys/msg.h: present but cannot be compiled" >&2;} 35672 $as_echo "$as_me: WARNING: sys/msg.h: present but cannot be compiled" >&2;}
34406 { echo "$as_me:$LINENO: WARNING: sys/msg.h: check for missing prerequisite headers?" >&5 35673 { $as_echo "$as_me:$LINENO: WARNING: sys/msg.h: check for missing prerequisite headers?" >&5
34407 echo "$as_me: WARNING: sys/msg.h: check for missing prerequisite headers?" >&2;} 35674 $as_echo "$as_me: WARNING: sys/msg.h: check for missing prerequisite headers?" >&2;}
34408 { echo "$as_me:$LINENO: WARNING: sys/msg.h: see the Autoconf documentation" >&5 35675 { $as_echo "$as_me:$LINENO: WARNING: sys/msg.h: see the Autoconf documentation" >&5
34409 echo "$as_me: WARNING: sys/msg.h: see the Autoconf documentation" >&2;} 35676 $as_echo "$as_me: WARNING: sys/msg.h: see the Autoconf documentation" >&2;}
34410 { echo "$as_me:$LINENO: WARNING: sys/msg.h: section \"Present But Cannot Be Compiled\"" >&5 35677 { $as_echo "$as_me:$LINENO: WARNING: sys/msg.h: section \"Present But Cannot Be Compiled\"" >&5
34411 echo "$as_me: WARNING: sys/msg.h: section \"Present But Cannot Be Compiled\"" >&2;} 35678 $as_echo "$as_me: WARNING: sys/msg.h: section \"Present But Cannot Be Compiled\"" >&2;}
34412 { echo "$as_me:$LINENO: WARNING: sys/msg.h: proceeding with the preprocessor's result" >&5 35679 { $as_echo "$as_me:$LINENO: WARNING: sys/msg.h: proceeding with the preprocessor's result" >&5
34413 echo "$as_me: WARNING: sys/msg.h: proceeding with the preprocessor's result" >&2;} 35680 $as_echo "$as_me: WARNING: sys/msg.h: proceeding with the preprocessor's result" >&2;}
34414 { echo "$as_me:$LINENO: WARNING: sys/msg.h: in the future, the compiler will take precedence" >&5 35681 { $as_echo "$as_me:$LINENO: WARNING: sys/msg.h: in the future, the compiler will take precedence" >&5
34415 echo "$as_me: WARNING: sys/msg.h: in the future, the compiler will take precedence" >&2;} 35682 $as_echo "$as_me: WARNING: sys/msg.h: in the future, the compiler will take precedence" >&2;}
34416 ( cat <<\_ASBOX 35683 ( cat <<\_ASBOX
34417 ## ------------------------------------- ## 35684 ## ------------------------------------- ##
34418 ## Report this to xemacs-beta@xemacs.org ## 35685 ## Report this to xemacs-beta@xemacs.org ##
34419 ## ------------------------------------- ## 35686 ## ------------------------------------- ##
34420 _ASBOX 35687 _ASBOX
34421 ) | sed "s/^/$as_me: WARNING: /" >&2 35688 ) | sed "s/^/$as_me: WARNING: /" >&2
34422 ;; 35689 ;;
34423 esac 35690 esac
34424 { echo "$as_me:$LINENO: checking for sys/msg.h" >&5 35691 { $as_echo "$as_me:$LINENO: checking for sys/msg.h" >&5
34425 echo $ECHO_N "checking for sys/msg.h... $ECHO_C" >&6; } 35692 $as_echo_n "checking for sys/msg.h... " >&6; }
34426 if test "${ac_cv_header_sys_msg_h+set}" = set; then 35693 if test "${ac_cv_header_sys_msg_h+set}" = set; then
34427 echo $ECHO_N "(cached) $ECHO_C" >&6 35694 $as_echo_n "(cached) " >&6
34428 else 35695 else
34429 ac_cv_header_sys_msg_h=$ac_header_preproc 35696 ac_cv_header_sys_msg_h=$ac_header_preproc
34430 fi 35697 fi
34431 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_msg_h" >&5 35698 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_msg_h" >&5
34432 echo "${ECHO_T}$ac_cv_header_sys_msg_h" >&6; } 35699 $as_echo "$ac_cv_header_sys_msg_h" >&6; }
34433 35700
34434 fi 35701 fi
34435 if test $ac_cv_header_sys_msg_h = yes; then 35702 if test "x$ac_cv_header_sys_msg_h" = x""yes; then
34436 cat >>confdefs.h <<\_ACEOF 35703 cat >>confdefs.h <<\_ACEOF
34437 #define HAVE_SYSVIPC 1 35704 #define HAVE_SYSVIPC 1
34438 _ACEOF 35705 _ACEOF
34439 35706
34440 fi 35707 fi
34445 35712
34446 fi 35713 fi
34447 35714
34448 35715
34449 if test "${ac_cv_header_dirent_h+set}" = set; then 35716 if test "${ac_cv_header_dirent_h+set}" = set; then
34450 { echo "$as_me:$LINENO: checking for dirent.h" >&5 35717 { $as_echo "$as_me:$LINENO: checking for dirent.h" >&5
34451 echo $ECHO_N "checking for dirent.h... $ECHO_C" >&6; } 35718 $as_echo_n "checking for dirent.h... " >&6; }
34452 if test "${ac_cv_header_dirent_h+set}" = set; then 35719 if test "${ac_cv_header_dirent_h+set}" = set; then
34453 echo $ECHO_N "(cached) $ECHO_C" >&6 35720 $as_echo_n "(cached) " >&6
34454 fi 35721 fi
34455 { echo "$as_me:$LINENO: result: $ac_cv_header_dirent_h" >&5 35722 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dirent_h" >&5
34456 echo "${ECHO_T}$ac_cv_header_dirent_h" >&6; } 35723 $as_echo "$ac_cv_header_dirent_h" >&6; }
34457 else 35724 else
34458 # Is the header compilable? 35725 # Is the header compilable?
34459 { echo "$as_me:$LINENO: checking dirent.h usability" >&5 35726 { $as_echo "$as_me:$LINENO: checking dirent.h usability" >&5
34460 echo $ECHO_N "checking dirent.h usability... $ECHO_C" >&6; } 35727 $as_echo_n "checking dirent.h usability... " >&6; }
34461 cat >conftest.$ac_ext <<_ACEOF 35728 cat >conftest.$ac_ext <<_ACEOF
34462 /* confdefs.h. */ 35729 /* confdefs.h. */
34463 _ACEOF 35730 _ACEOF
34464 cat confdefs.h >>conftest.$ac_ext 35731 cat confdefs.h >>conftest.$ac_ext
34465 cat >>conftest.$ac_ext <<_ACEOF 35732 cat >>conftest.$ac_ext <<_ACEOF
34471 if { (ac_try="$ac_compile" 35738 if { (ac_try="$ac_compile"
34472 case "(($ac_try" in 35739 case "(($ac_try" in
34473 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 35740 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34474 *) ac_try_echo=$ac_try;; 35741 *) ac_try_echo=$ac_try;;
34475 esac 35742 esac
34476 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 35743 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
35744 $as_echo "$ac_try_echo") >&5
34477 (eval "$ac_compile") 2>conftest.er1 35745 (eval "$ac_compile") 2>conftest.er1
34478 ac_status=$? 35746 ac_status=$?
34479 grep -v '^ *+' conftest.er1 >conftest.err 35747 grep -v '^ *+' conftest.er1 >conftest.err
34480 rm -f conftest.er1 35748 rm -f conftest.er1
34481 cat conftest.err >&5 35749 cat conftest.err >&5
34482 echo "$as_me:$LINENO: \$? = $ac_status" >&5 35750 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
34483 (exit $ac_status); } && { 35751 (exit $ac_status); } && {
34484 test -z "$ac_c_werror_flag" || 35752 test -z "$ac_c_werror_flag" ||
34485 test ! -s conftest.err 35753 test ! -s conftest.err
34486 } && test -s conftest.$ac_objext; then 35754 } && test -s conftest.$ac_objext; then
34487 ac_header_compiler=yes 35755 ac_header_compiler=yes
34488 else 35756 else
34489 echo "$as_me: failed program was:" >&5 35757 $as_echo "$as_me: failed program was:" >&5
34490 sed 's/^/| /' conftest.$ac_ext >&5 35758 sed 's/^/| /' conftest.$ac_ext >&5
34491 35759
34492 ac_header_compiler=no 35760 ac_header_compiler=no
34493 fi 35761 fi
34494 35762
34495 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 35763 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34496 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 35764 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
34497 echo "${ECHO_T}$ac_header_compiler" >&6; } 35765 $as_echo "$ac_header_compiler" >&6; }
34498 35766
34499 # Is the header present? 35767 # Is the header present?
34500 { echo "$as_me:$LINENO: checking dirent.h presence" >&5 35768 { $as_echo "$as_me:$LINENO: checking dirent.h presence" >&5
34501 echo $ECHO_N "checking dirent.h presence... $ECHO_C" >&6; } 35769 $as_echo_n "checking dirent.h presence... " >&6; }
34502 cat >conftest.$ac_ext <<_ACEOF 35770 cat >conftest.$ac_ext <<_ACEOF
34503 /* confdefs.h. */ 35771 /* confdefs.h. */
34504 _ACEOF 35772 _ACEOF
34505 cat confdefs.h >>conftest.$ac_ext 35773 cat confdefs.h >>conftest.$ac_ext
34506 cat >>conftest.$ac_ext <<_ACEOF 35774 cat >>conftest.$ac_ext <<_ACEOF
34510 if { (ac_try="$ac_cpp conftest.$ac_ext" 35778 if { (ac_try="$ac_cpp conftest.$ac_ext"
34511 case "(($ac_try" in 35779 case "(($ac_try" in
34512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 35780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34513 *) ac_try_echo=$ac_try;; 35781 *) ac_try_echo=$ac_try;;
34514 esac 35782 esac
34515 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 35783 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
35784 $as_echo "$ac_try_echo") >&5
34516 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 35785 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
34517 ac_status=$? 35786 ac_status=$?
34518 grep -v '^ *+' conftest.er1 >conftest.err 35787 grep -v '^ *+' conftest.er1 >conftest.err
34519 rm -f conftest.er1 35788 rm -f conftest.er1
34520 cat conftest.err >&5 35789 cat conftest.err >&5
34521 echo "$as_me:$LINENO: \$? = $ac_status" >&5 35790 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
34522 (exit $ac_status); } >/dev/null && { 35791 (exit $ac_status); } >/dev/null && {
34523 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 35792 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
34524 test ! -s conftest.err 35793 test ! -s conftest.err
34525 }; then 35794 }; then
34526 ac_header_preproc=yes 35795 ac_header_preproc=yes
34527 else 35796 else
34528 echo "$as_me: failed program was:" >&5 35797 $as_echo "$as_me: failed program was:" >&5
34529 sed 's/^/| /' conftest.$ac_ext >&5 35798 sed 's/^/| /' conftest.$ac_ext >&5
34530 35799
34531 ac_header_preproc=no 35800 ac_header_preproc=no
34532 fi 35801 fi
34533 35802
34534 rm -f conftest.err conftest.$ac_ext 35803 rm -f conftest.err conftest.$ac_ext
34535 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 35804 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
34536 echo "${ECHO_T}$ac_header_preproc" >&6; } 35805 $as_echo "$ac_header_preproc" >&6; }
34537 35806
34538 # So? What about this header? 35807 # So? What about this header?
34539 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 35808 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
34540 yes:no: ) 35809 yes:no: )
34541 { echo "$as_me:$LINENO: WARNING: dirent.h: accepted by the compiler, rejected by the preprocessor!" >&5 35810 { $as_echo "$as_me:$LINENO: WARNING: dirent.h: accepted by the compiler, rejected by the preprocessor!" >&5
34542 echo "$as_me: WARNING: dirent.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 35811 $as_echo "$as_me: WARNING: dirent.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
34543 { echo "$as_me:$LINENO: WARNING: dirent.h: proceeding with the compiler's result" >&5 35812 { $as_echo "$as_me:$LINENO: WARNING: dirent.h: proceeding with the compiler's result" >&5
34544 echo "$as_me: WARNING: dirent.h: proceeding with the compiler's result" >&2;} 35813 $as_echo "$as_me: WARNING: dirent.h: proceeding with the compiler's result" >&2;}
34545 ac_header_preproc=yes 35814 ac_header_preproc=yes
34546 ;; 35815 ;;
34547 no:yes:* ) 35816 no:yes:* )
34548 { echo "$as_me:$LINENO: WARNING: dirent.h: present but cannot be compiled" >&5 35817 { $as_echo "$as_me:$LINENO: WARNING: dirent.h: present but cannot be compiled" >&5
34549 echo "$as_me: WARNING: dirent.h: present but cannot be compiled" >&2;} 35818 $as_echo "$as_me: WARNING: dirent.h: present but cannot be compiled" >&2;}
34550 { echo "$as_me:$LINENO: WARNING: dirent.h: check for missing prerequisite headers?" >&5 35819 { $as_echo "$as_me:$LINENO: WARNING: dirent.h: check for missing prerequisite headers?" >&5
34551 echo "$as_me: WARNING: dirent.h: check for missing prerequisite headers?" >&2;} 35820 $as_echo "$as_me: WARNING: dirent.h: check for missing prerequisite headers?" >&2;}
34552 { echo "$as_me:$LINENO: WARNING: dirent.h: see the Autoconf documentation" >&5 35821 { $as_echo "$as_me:$LINENO: WARNING: dirent.h: see the Autoconf documentation" >&5
34553 echo "$as_me: WARNING: dirent.h: see the Autoconf documentation" >&2;} 35822 $as_echo "$as_me: WARNING: dirent.h: see the Autoconf documentation" >&2;}
34554 { echo "$as_me:$LINENO: WARNING: dirent.h: section \"Present But Cannot Be Compiled\"" >&5 35823 { $as_echo "$as_me:$LINENO: WARNING: dirent.h: section \"Present But Cannot Be Compiled\"" >&5
34555 echo "$as_me: WARNING: dirent.h: section \"Present But Cannot Be Compiled\"" >&2;} 35824 $as_echo "$as_me: WARNING: dirent.h: section \"Present But Cannot Be Compiled\"" >&2;}
34556 { echo "$as_me:$LINENO: WARNING: dirent.h: proceeding with the preprocessor's result" >&5 35825 { $as_echo "$as_me:$LINENO: WARNING: dirent.h: proceeding with the preprocessor's result" >&5
34557 echo "$as_me: WARNING: dirent.h: proceeding with the preprocessor's result" >&2;} 35826 $as_echo "$as_me: WARNING: dirent.h: proceeding with the preprocessor's result" >&2;}
34558 { echo "$as_me:$LINENO: WARNING: dirent.h: in the future, the compiler will take precedence" >&5 35827 { $as_echo "$as_me:$LINENO: WARNING: dirent.h: in the future, the compiler will take precedence" >&5
34559 echo "$as_me: WARNING: dirent.h: in the future, the compiler will take precedence" >&2;} 35828 $as_echo "$as_me: WARNING: dirent.h: in the future, the compiler will take precedence" >&2;}
34560 ( cat <<\_ASBOX 35829 ( cat <<\_ASBOX
34561 ## ------------------------------------- ## 35830 ## ------------------------------------- ##
34562 ## Report this to xemacs-beta@xemacs.org ## 35831 ## Report this to xemacs-beta@xemacs.org ##
34563 ## ------------------------------------- ## 35832 ## ------------------------------------- ##
34564 _ASBOX 35833 _ASBOX
34565 ) | sed "s/^/$as_me: WARNING: /" >&2 35834 ) | sed "s/^/$as_me: WARNING: /" >&2
34566 ;; 35835 ;;
34567 esac 35836 esac
34568 { echo "$as_me:$LINENO: checking for dirent.h" >&5 35837 { $as_echo "$as_me:$LINENO: checking for dirent.h" >&5
34569 echo $ECHO_N "checking for dirent.h... $ECHO_C" >&6; } 35838 $as_echo_n "checking for dirent.h... " >&6; }
34570 if test "${ac_cv_header_dirent_h+set}" = set; then 35839 if test "${ac_cv_header_dirent_h+set}" = set; then
34571 echo $ECHO_N "(cached) $ECHO_C" >&6 35840 $as_echo_n "(cached) " >&6
34572 else 35841 else
34573 ac_cv_header_dirent_h=$ac_header_preproc 35842 ac_cv_header_dirent_h=$ac_header_preproc
34574 fi 35843 fi
34575 { echo "$as_me:$LINENO: result: $ac_cv_header_dirent_h" >&5 35844 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dirent_h" >&5
34576 echo "${ECHO_T}$ac_cv_header_dirent_h" >&6; } 35845 $as_echo "$ac_cv_header_dirent_h" >&6; }
34577 35846
34578 fi 35847 fi
34579 if test $ac_cv_header_dirent_h = yes; then 35848 if test "x$ac_cv_header_dirent_h" = x""yes; then
34580 cat >>confdefs.h <<\_ACEOF 35849 cat >>confdefs.h <<\_ACEOF
34581 #define SYSV_SYSTEM_DIR 1 35850 #define SYSV_SYSTEM_DIR 1
34582 _ACEOF 35851 _ACEOF
34583 35852
34584 else 35853 else
34585 if test "${ac_cv_header_sys_dir_h+set}" = set; then 35854 if test "${ac_cv_header_sys_dir_h+set}" = set; then
34586 { echo "$as_me:$LINENO: checking for sys/dir.h" >&5 35855 { $as_echo "$as_me:$LINENO: checking for sys/dir.h" >&5
34587 echo $ECHO_N "checking for sys/dir.h... $ECHO_C" >&6; } 35856 $as_echo_n "checking for sys/dir.h... " >&6; }
34588 if test "${ac_cv_header_sys_dir_h+set}" = set; then 35857 if test "${ac_cv_header_sys_dir_h+set}" = set; then
34589 echo $ECHO_N "(cached) $ECHO_C" >&6 35858 $as_echo_n "(cached) " >&6
34590 fi 35859 fi
34591 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_dir_h" >&5 35860 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_dir_h" >&5
34592 echo "${ECHO_T}$ac_cv_header_sys_dir_h" >&6; } 35861 $as_echo "$ac_cv_header_sys_dir_h" >&6; }
34593 else 35862 else
34594 # Is the header compilable? 35863 # Is the header compilable?
34595 { echo "$as_me:$LINENO: checking sys/dir.h usability" >&5 35864 { $as_echo "$as_me:$LINENO: checking sys/dir.h usability" >&5
34596 echo $ECHO_N "checking sys/dir.h usability... $ECHO_C" >&6; } 35865 $as_echo_n "checking sys/dir.h usability... " >&6; }
34597 cat >conftest.$ac_ext <<_ACEOF 35866 cat >conftest.$ac_ext <<_ACEOF
34598 /* confdefs.h. */ 35867 /* confdefs.h. */
34599 _ACEOF 35868 _ACEOF
34600 cat confdefs.h >>conftest.$ac_ext 35869 cat confdefs.h >>conftest.$ac_ext
34601 cat >>conftest.$ac_ext <<_ACEOF 35870 cat >>conftest.$ac_ext <<_ACEOF
34607 if { (ac_try="$ac_compile" 35876 if { (ac_try="$ac_compile"
34608 case "(($ac_try" in 35877 case "(($ac_try" in
34609 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 35878 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34610 *) ac_try_echo=$ac_try;; 35879 *) ac_try_echo=$ac_try;;
34611 esac 35880 esac
34612 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 35881 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
35882 $as_echo "$ac_try_echo") >&5
34613 (eval "$ac_compile") 2>conftest.er1 35883 (eval "$ac_compile") 2>conftest.er1
34614 ac_status=$? 35884 ac_status=$?
34615 grep -v '^ *+' conftest.er1 >conftest.err 35885 grep -v '^ *+' conftest.er1 >conftest.err
34616 rm -f conftest.er1 35886 rm -f conftest.er1
34617 cat conftest.err >&5 35887 cat conftest.err >&5
34618 echo "$as_me:$LINENO: \$? = $ac_status" >&5 35888 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
34619 (exit $ac_status); } && { 35889 (exit $ac_status); } && {
34620 test -z "$ac_c_werror_flag" || 35890 test -z "$ac_c_werror_flag" ||
34621 test ! -s conftest.err 35891 test ! -s conftest.err
34622 } && test -s conftest.$ac_objext; then 35892 } && test -s conftest.$ac_objext; then
34623 ac_header_compiler=yes 35893 ac_header_compiler=yes
34624 else 35894 else
34625 echo "$as_me: failed program was:" >&5 35895 $as_echo "$as_me: failed program was:" >&5
34626 sed 's/^/| /' conftest.$ac_ext >&5 35896 sed 's/^/| /' conftest.$ac_ext >&5
34627 35897
34628 ac_header_compiler=no 35898 ac_header_compiler=no
34629 fi 35899 fi
34630 35900
34631 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 35901 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34632 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 35902 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
34633 echo "${ECHO_T}$ac_header_compiler" >&6; } 35903 $as_echo "$ac_header_compiler" >&6; }
34634 35904
34635 # Is the header present? 35905 # Is the header present?
34636 { echo "$as_me:$LINENO: checking sys/dir.h presence" >&5 35906 { $as_echo "$as_me:$LINENO: checking sys/dir.h presence" >&5
34637 echo $ECHO_N "checking sys/dir.h presence... $ECHO_C" >&6; } 35907 $as_echo_n "checking sys/dir.h presence... " >&6; }
34638 cat >conftest.$ac_ext <<_ACEOF 35908 cat >conftest.$ac_ext <<_ACEOF
34639 /* confdefs.h. */ 35909 /* confdefs.h. */
34640 _ACEOF 35910 _ACEOF
34641 cat confdefs.h >>conftest.$ac_ext 35911 cat confdefs.h >>conftest.$ac_ext
34642 cat >>conftest.$ac_ext <<_ACEOF 35912 cat >>conftest.$ac_ext <<_ACEOF
34646 if { (ac_try="$ac_cpp conftest.$ac_ext" 35916 if { (ac_try="$ac_cpp conftest.$ac_ext"
34647 case "(($ac_try" in 35917 case "(($ac_try" in
34648 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 35918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34649 *) ac_try_echo=$ac_try;; 35919 *) ac_try_echo=$ac_try;;
34650 esac 35920 esac
34651 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 35921 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
35922 $as_echo "$ac_try_echo") >&5
34652 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 35923 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
34653 ac_status=$? 35924 ac_status=$?
34654 grep -v '^ *+' conftest.er1 >conftest.err 35925 grep -v '^ *+' conftest.er1 >conftest.err
34655 rm -f conftest.er1 35926 rm -f conftest.er1
34656 cat conftest.err >&5 35927 cat conftest.err >&5
34657 echo "$as_me:$LINENO: \$? = $ac_status" >&5 35928 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
34658 (exit $ac_status); } >/dev/null && { 35929 (exit $ac_status); } >/dev/null && {
34659 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 35930 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
34660 test ! -s conftest.err 35931 test ! -s conftest.err
34661 }; then 35932 }; then
34662 ac_header_preproc=yes 35933 ac_header_preproc=yes
34663 else 35934 else
34664 echo "$as_me: failed program was:" >&5 35935 $as_echo "$as_me: failed program was:" >&5
34665 sed 's/^/| /' conftest.$ac_ext >&5 35936 sed 's/^/| /' conftest.$ac_ext >&5
34666 35937
34667 ac_header_preproc=no 35938 ac_header_preproc=no
34668 fi 35939 fi
34669 35940
34670 rm -f conftest.err conftest.$ac_ext 35941 rm -f conftest.err conftest.$ac_ext
34671 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 35942 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
34672 echo "${ECHO_T}$ac_header_preproc" >&6; } 35943 $as_echo "$ac_header_preproc" >&6; }
34673 35944
34674 # So? What about this header? 35945 # So? What about this header?
34675 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 35946 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
34676 yes:no: ) 35947 yes:no: )
34677 { echo "$as_me:$LINENO: WARNING: sys/dir.h: accepted by the compiler, rejected by the preprocessor!" >&5 35948 { $as_echo "$as_me:$LINENO: WARNING: sys/dir.h: accepted by the compiler, rejected by the preprocessor!" >&5
34678 echo "$as_me: WARNING: sys/dir.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 35949 $as_echo "$as_me: WARNING: sys/dir.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
34679 { echo "$as_me:$LINENO: WARNING: sys/dir.h: proceeding with the compiler's result" >&5 35950 { $as_echo "$as_me:$LINENO: WARNING: sys/dir.h: proceeding with the compiler's result" >&5
34680 echo "$as_me: WARNING: sys/dir.h: proceeding with the compiler's result" >&2;} 35951 $as_echo "$as_me: WARNING: sys/dir.h: proceeding with the compiler's result" >&2;}
34681 ac_header_preproc=yes 35952 ac_header_preproc=yes
34682 ;; 35953 ;;
34683 no:yes:* ) 35954 no:yes:* )
34684 { echo "$as_me:$LINENO: WARNING: sys/dir.h: present but cannot be compiled" >&5 35955 { $as_echo "$as_me:$LINENO: WARNING: sys/dir.h: present but cannot be compiled" >&5
34685 echo "$as_me: WARNING: sys/dir.h: present but cannot be compiled" >&2;} 35956 $as_echo "$as_me: WARNING: sys/dir.h: present but cannot be compiled" >&2;}
34686 { echo "$as_me:$LINENO: WARNING: sys/dir.h: check for missing prerequisite headers?" >&5 35957 { $as_echo "$as_me:$LINENO: WARNING: sys/dir.h: check for missing prerequisite headers?" >&5
34687 echo "$as_me: WARNING: sys/dir.h: check for missing prerequisite headers?" >&2;} 35958 $as_echo "$as_me: WARNING: sys/dir.h: check for missing prerequisite headers?" >&2;}
34688 { echo "$as_me:$LINENO: WARNING: sys/dir.h: see the Autoconf documentation" >&5 35959 { $as_echo "$as_me:$LINENO: WARNING: sys/dir.h: see the Autoconf documentation" >&5
34689 echo "$as_me: WARNING: sys/dir.h: see the Autoconf documentation" >&2;} 35960 $as_echo "$as_me: WARNING: sys/dir.h: see the Autoconf documentation" >&2;}
34690 { echo "$as_me:$LINENO: WARNING: sys/dir.h: section \"Present But Cannot Be Compiled\"" >&5 35961 { $as_echo "$as_me:$LINENO: WARNING: sys/dir.h: section \"Present But Cannot Be Compiled\"" >&5
34691 echo "$as_me: WARNING: sys/dir.h: section \"Present But Cannot Be Compiled\"" >&2;} 35962 $as_echo "$as_me: WARNING: sys/dir.h: section \"Present But Cannot Be Compiled\"" >&2;}
34692 { echo "$as_me:$LINENO: WARNING: sys/dir.h: proceeding with the preprocessor's result" >&5 35963 { $as_echo "$as_me:$LINENO: WARNING: sys/dir.h: proceeding with the preprocessor's result" >&5
34693 echo "$as_me: WARNING: sys/dir.h: proceeding with the preprocessor's result" >&2;} 35964 $as_echo "$as_me: WARNING: sys/dir.h: proceeding with the preprocessor's result" >&2;}
34694 { echo "$as_me:$LINENO: WARNING: sys/dir.h: in the future, the compiler will take precedence" >&5 35965 { $as_echo "$as_me:$LINENO: WARNING: sys/dir.h: in the future, the compiler will take precedence" >&5
34695 echo "$as_me: WARNING: sys/dir.h: in the future, the compiler will take precedence" >&2;} 35966 $as_echo "$as_me: WARNING: sys/dir.h: in the future, the compiler will take precedence" >&2;}
34696 ( cat <<\_ASBOX 35967 ( cat <<\_ASBOX
34697 ## ------------------------------------- ## 35968 ## ------------------------------------- ##
34698 ## Report this to xemacs-beta@xemacs.org ## 35969 ## Report this to xemacs-beta@xemacs.org ##
34699 ## ------------------------------------- ## 35970 ## ------------------------------------- ##
34700 _ASBOX 35971 _ASBOX
34701 ) | sed "s/^/$as_me: WARNING: /" >&2 35972 ) | sed "s/^/$as_me: WARNING: /" >&2
34702 ;; 35973 ;;
34703 esac 35974 esac
34704 { echo "$as_me:$LINENO: checking for sys/dir.h" >&5 35975 { $as_echo "$as_me:$LINENO: checking for sys/dir.h" >&5
34705 echo $ECHO_N "checking for sys/dir.h... $ECHO_C" >&6; } 35976 $as_echo_n "checking for sys/dir.h... " >&6; }
34706 if test "${ac_cv_header_sys_dir_h+set}" = set; then 35977 if test "${ac_cv_header_sys_dir_h+set}" = set; then
34707 echo $ECHO_N "(cached) $ECHO_C" >&6 35978 $as_echo_n "(cached) " >&6
34708 else 35979 else
34709 ac_cv_header_sys_dir_h=$ac_header_preproc 35980 ac_cv_header_sys_dir_h=$ac_header_preproc
34710 fi 35981 fi
34711 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_dir_h" >&5 35982 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_dir_h" >&5
34712 echo "${ECHO_T}$ac_cv_header_sys_dir_h" >&6; } 35983 $as_echo "$ac_cv_header_sys_dir_h" >&6; }
34713 35984
34714 fi 35985 fi
34715 if test $ac_cv_header_sys_dir_h = yes; then 35986 if test "x$ac_cv_header_sys_dir_h" = x""yes; then
34716 : 35987 :
34717 else 35988 else
34718 cat >>confdefs.h <<\_ACEOF 35989 cat >>confdefs.h <<\_ACEOF
34719 #define NONSYSTEM_DIR_LIBRARY 1 35990 #define NONSYSTEM_DIR_LIBRARY 1
34720 _ACEOF 35991 _ACEOF
34725 fi 35996 fi
34726 35997
34727 35998
34728 35999
34729 if test "${ac_cv_header_nlist_h+set}" = set; then 36000 if test "${ac_cv_header_nlist_h+set}" = set; then
34730 { echo "$as_me:$LINENO: checking for nlist.h" >&5 36001 { $as_echo "$as_me:$LINENO: checking for nlist.h" >&5
34731 echo $ECHO_N "checking for nlist.h... $ECHO_C" >&6; } 36002 $as_echo_n "checking for nlist.h... " >&6; }
34732 if test "${ac_cv_header_nlist_h+set}" = set; then 36003 if test "${ac_cv_header_nlist_h+set}" = set; then
34733 echo $ECHO_N "(cached) $ECHO_C" >&6 36004 $as_echo_n "(cached) " >&6
34734 fi 36005 fi
34735 { echo "$as_me:$LINENO: result: $ac_cv_header_nlist_h" >&5 36006 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_nlist_h" >&5
34736 echo "${ECHO_T}$ac_cv_header_nlist_h" >&6; } 36007 $as_echo "$ac_cv_header_nlist_h" >&6; }
34737 else 36008 else
34738 # Is the header compilable? 36009 # Is the header compilable?
34739 { echo "$as_me:$LINENO: checking nlist.h usability" >&5 36010 { $as_echo "$as_me:$LINENO: checking nlist.h usability" >&5
34740 echo $ECHO_N "checking nlist.h usability... $ECHO_C" >&6; } 36011 $as_echo_n "checking nlist.h usability... " >&6; }
34741 cat >conftest.$ac_ext <<_ACEOF 36012 cat >conftest.$ac_ext <<_ACEOF
34742 /* confdefs.h. */ 36013 /* confdefs.h. */
34743 _ACEOF 36014 _ACEOF
34744 cat confdefs.h >>conftest.$ac_ext 36015 cat confdefs.h >>conftest.$ac_ext
34745 cat >>conftest.$ac_ext <<_ACEOF 36016 cat >>conftest.$ac_ext <<_ACEOF
34751 if { (ac_try="$ac_compile" 36022 if { (ac_try="$ac_compile"
34752 case "(($ac_try" in 36023 case "(($ac_try" in
34753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 36024 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34754 *) ac_try_echo=$ac_try;; 36025 *) ac_try_echo=$ac_try;;
34755 esac 36026 esac
34756 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 36027 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
36028 $as_echo "$ac_try_echo") >&5
34757 (eval "$ac_compile") 2>conftest.er1 36029 (eval "$ac_compile") 2>conftest.er1
34758 ac_status=$? 36030 ac_status=$?
34759 grep -v '^ *+' conftest.er1 >conftest.err 36031 grep -v '^ *+' conftest.er1 >conftest.err
34760 rm -f conftest.er1 36032 rm -f conftest.er1
34761 cat conftest.err >&5 36033 cat conftest.err >&5
34762 echo "$as_me:$LINENO: \$? = $ac_status" >&5 36034 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
34763 (exit $ac_status); } && { 36035 (exit $ac_status); } && {
34764 test -z "$ac_c_werror_flag" || 36036 test -z "$ac_c_werror_flag" ||
34765 test ! -s conftest.err 36037 test ! -s conftest.err
34766 } && test -s conftest.$ac_objext; then 36038 } && test -s conftest.$ac_objext; then
34767 ac_header_compiler=yes 36039 ac_header_compiler=yes
34768 else 36040 else
34769 echo "$as_me: failed program was:" >&5 36041 $as_echo "$as_me: failed program was:" >&5
34770 sed 's/^/| /' conftest.$ac_ext >&5 36042 sed 's/^/| /' conftest.$ac_ext >&5
34771 36043
34772 ac_header_compiler=no 36044 ac_header_compiler=no
34773 fi 36045 fi
34774 36046
34775 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 36047 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34776 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 36048 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
34777 echo "${ECHO_T}$ac_header_compiler" >&6; } 36049 $as_echo "$ac_header_compiler" >&6; }
34778 36050
34779 # Is the header present? 36051 # Is the header present?
34780 { echo "$as_me:$LINENO: checking nlist.h presence" >&5 36052 { $as_echo "$as_me:$LINENO: checking nlist.h presence" >&5
34781 echo $ECHO_N "checking nlist.h presence... $ECHO_C" >&6; } 36053 $as_echo_n "checking nlist.h presence... " >&6; }
34782 cat >conftest.$ac_ext <<_ACEOF 36054 cat >conftest.$ac_ext <<_ACEOF
34783 /* confdefs.h. */ 36055 /* confdefs.h. */
34784 _ACEOF 36056 _ACEOF
34785 cat confdefs.h >>conftest.$ac_ext 36057 cat confdefs.h >>conftest.$ac_ext
34786 cat >>conftest.$ac_ext <<_ACEOF 36058 cat >>conftest.$ac_ext <<_ACEOF
34790 if { (ac_try="$ac_cpp conftest.$ac_ext" 36062 if { (ac_try="$ac_cpp conftest.$ac_ext"
34791 case "(($ac_try" in 36063 case "(($ac_try" in
34792 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 36064 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34793 *) ac_try_echo=$ac_try;; 36065 *) ac_try_echo=$ac_try;;
34794 esac 36066 esac
34795 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 36067 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
36068 $as_echo "$ac_try_echo") >&5
34796 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 36069 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
34797 ac_status=$? 36070 ac_status=$?
34798 grep -v '^ *+' conftest.er1 >conftest.err 36071 grep -v '^ *+' conftest.er1 >conftest.err
34799 rm -f conftest.er1 36072 rm -f conftest.er1
34800 cat conftest.err >&5 36073 cat conftest.err >&5
34801 echo "$as_me:$LINENO: \$? = $ac_status" >&5 36074 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
34802 (exit $ac_status); } >/dev/null && { 36075 (exit $ac_status); } >/dev/null && {
34803 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 36076 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
34804 test ! -s conftest.err 36077 test ! -s conftest.err
34805 }; then 36078 }; then
34806 ac_header_preproc=yes 36079 ac_header_preproc=yes
34807 else 36080 else
34808 echo "$as_me: failed program was:" >&5 36081 $as_echo "$as_me: failed program was:" >&5
34809 sed 's/^/| /' conftest.$ac_ext >&5 36082 sed 's/^/| /' conftest.$ac_ext >&5
34810 36083
34811 ac_header_preproc=no 36084 ac_header_preproc=no
34812 fi 36085 fi
34813 36086
34814 rm -f conftest.err conftest.$ac_ext 36087 rm -f conftest.err conftest.$ac_ext
34815 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 36088 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
34816 echo "${ECHO_T}$ac_header_preproc" >&6; } 36089 $as_echo "$ac_header_preproc" >&6; }
34817 36090
34818 # So? What about this header? 36091 # So? What about this header?
34819 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 36092 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
34820 yes:no: ) 36093 yes:no: )
34821 { echo "$as_me:$LINENO: WARNING: nlist.h: accepted by the compiler, rejected by the preprocessor!" >&5 36094 { $as_echo "$as_me:$LINENO: WARNING: nlist.h: accepted by the compiler, rejected by the preprocessor!" >&5
34822 echo "$as_me: WARNING: nlist.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 36095 $as_echo "$as_me: WARNING: nlist.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
34823 { echo "$as_me:$LINENO: WARNING: nlist.h: proceeding with the compiler's result" >&5 36096 { $as_echo "$as_me:$LINENO: WARNING: nlist.h: proceeding with the compiler's result" >&5
34824 echo "$as_me: WARNING: nlist.h: proceeding with the compiler's result" >&2;} 36097 $as_echo "$as_me: WARNING: nlist.h: proceeding with the compiler's result" >&2;}
34825 ac_header_preproc=yes 36098 ac_header_preproc=yes
34826 ;; 36099 ;;
34827 no:yes:* ) 36100 no:yes:* )
34828 { echo "$as_me:$LINENO: WARNING: nlist.h: present but cannot be compiled" >&5 36101 { $as_echo "$as_me:$LINENO: WARNING: nlist.h: present but cannot be compiled" >&5
34829 echo "$as_me: WARNING: nlist.h: present but cannot be compiled" >&2;} 36102 $as_echo "$as_me: WARNING: nlist.h: present but cannot be compiled" >&2;}
34830 { echo "$as_me:$LINENO: WARNING: nlist.h: check for missing prerequisite headers?" >&5 36103 { $as_echo "$as_me:$LINENO: WARNING: nlist.h: check for missing prerequisite headers?" >&5
34831 echo "$as_me: WARNING: nlist.h: check for missing prerequisite headers?" >&2;} 36104 $as_echo "$as_me: WARNING: nlist.h: check for missing prerequisite headers?" >&2;}
34832 { echo "$as_me:$LINENO: WARNING: nlist.h: see the Autoconf documentation" >&5 36105 { $as_echo "$as_me:$LINENO: WARNING: nlist.h: see the Autoconf documentation" >&5
34833 echo "$as_me: WARNING: nlist.h: see the Autoconf documentation" >&2;} 36106 $as_echo "$as_me: WARNING: nlist.h: see the Autoconf documentation" >&2;}
34834 { echo "$as_me:$LINENO: WARNING: nlist.h: section \"Present But Cannot Be Compiled\"" >&5 36107 { $as_echo "$as_me:$LINENO: WARNING: nlist.h: section \"Present But Cannot Be Compiled\"" >&5
34835 echo "$as_me: WARNING: nlist.h: section \"Present But Cannot Be Compiled\"" >&2;} 36108 $as_echo "$as_me: WARNING: nlist.h: section \"Present But Cannot Be Compiled\"" >&2;}
34836 { echo "$as_me:$LINENO: WARNING: nlist.h: proceeding with the preprocessor's result" >&5 36109 { $as_echo "$as_me:$LINENO: WARNING: nlist.h: proceeding with the preprocessor's result" >&5
34837 echo "$as_me: WARNING: nlist.h: proceeding with the preprocessor's result" >&2;} 36110 $as_echo "$as_me: WARNING: nlist.h: proceeding with the preprocessor's result" >&2;}
34838 { echo "$as_me:$LINENO: WARNING: nlist.h: in the future, the compiler will take precedence" >&5 36111 { $as_echo "$as_me:$LINENO: WARNING: nlist.h: in the future, the compiler will take precedence" >&5
34839 echo "$as_me: WARNING: nlist.h: in the future, the compiler will take precedence" >&2;} 36112 $as_echo "$as_me: WARNING: nlist.h: in the future, the compiler will take precedence" >&2;}
34840 ( cat <<\_ASBOX 36113 ( cat <<\_ASBOX
34841 ## ------------------------------------- ## 36114 ## ------------------------------------- ##
34842 ## Report this to xemacs-beta@xemacs.org ## 36115 ## Report this to xemacs-beta@xemacs.org ##
34843 ## ------------------------------------- ## 36116 ## ------------------------------------- ##
34844 _ASBOX 36117 _ASBOX
34845 ) | sed "s/^/$as_me: WARNING: /" >&2 36118 ) | sed "s/^/$as_me: WARNING: /" >&2
34846 ;; 36119 ;;
34847 esac 36120 esac
34848 { echo "$as_me:$LINENO: checking for nlist.h" >&5 36121 { $as_echo "$as_me:$LINENO: checking for nlist.h" >&5
34849 echo $ECHO_N "checking for nlist.h... $ECHO_C" >&6; } 36122 $as_echo_n "checking for nlist.h... " >&6; }
34850 if test "${ac_cv_header_nlist_h+set}" = set; then 36123 if test "${ac_cv_header_nlist_h+set}" = set; then
34851 echo $ECHO_N "(cached) $ECHO_C" >&6 36124 $as_echo_n "(cached) " >&6
34852 else 36125 else
34853 ac_cv_header_nlist_h=$ac_header_preproc 36126 ac_cv_header_nlist_h=$ac_header_preproc
34854 fi 36127 fi
34855 { echo "$as_me:$LINENO: result: $ac_cv_header_nlist_h" >&5 36128 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_nlist_h" >&5
34856 echo "${ECHO_T}$ac_cv_header_nlist_h" >&6; } 36129 $as_echo "$ac_cv_header_nlist_h" >&6; }
34857 36130
34858 fi 36131 fi
34859 if test $ac_cv_header_nlist_h = yes; then 36132 if test "x$ac_cv_header_nlist_h" = x""yes; then
34860 cat >>confdefs.h <<\_ACEOF 36133 cat >>confdefs.h <<\_ACEOF
34861 #define NLIST_STRUCT 1 36134 #define NLIST_STRUCT 1
34862 _ACEOF 36135 _ACEOF
34863 36136
34864 fi 36137 fi
34865 36138
34866 36139
34867 36140
34868 { echo "$as_me:$LINENO: checking for sound support" >&5 36141 { $as_echo "$as_me:$LINENO: checking for sound support" >&5
34869 echo $ECHO_N "checking for sound support... $ECHO_C" >&6; } 36142 $as_echo_n "checking for sound support... " >&6; }
34870 { echo "$as_me:$LINENO: result: " >&5 36143 { $as_echo "$as_me:$LINENO: result: " >&5
34871 echo "${ECHO_T}" >&6; } 36144 $as_echo "" >&6; }
34872 36145
34873 test -n "$with_native_sound_lib" && enable_sound_native=yes 36146 test -n "$with_native_sound_lib" && enable_sound_native=yes
34874 36147
34875 if test "$enable_sound_native" != "no"; then 36148 if test "$enable_sound_native" != "no"; then
34876 if test -n "$with_native_sound_lib"; then 36149 if test -n "$with_native_sound_lib"; then
34877 if test "${ac_cv_header_multimedia_audio_device_h+set}" = set; then 36150 if test "${ac_cv_header_multimedia_audio_device_h+set}" = set; then
34878 { echo "$as_me:$LINENO: checking for multimedia/audio_device.h" >&5 36151 { $as_echo "$as_me:$LINENO: checking for multimedia/audio_device.h" >&5
34879 echo $ECHO_N "checking for multimedia/audio_device.h... $ECHO_C" >&6; } 36152 $as_echo_n "checking for multimedia/audio_device.h... " >&6; }
34880 if test "${ac_cv_header_multimedia_audio_device_h+set}" = set; then 36153 if test "${ac_cv_header_multimedia_audio_device_h+set}" = set; then
34881 echo $ECHO_N "(cached) $ECHO_C" >&6 36154 $as_echo_n "(cached) " >&6
34882 fi 36155 fi
34883 { echo "$as_me:$LINENO: result: $ac_cv_header_multimedia_audio_device_h" >&5 36156 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_multimedia_audio_device_h" >&5
34884 echo "${ECHO_T}$ac_cv_header_multimedia_audio_device_h" >&6; } 36157 $as_echo "$ac_cv_header_multimedia_audio_device_h" >&6; }
34885 else 36158 else
34886 # Is the header compilable? 36159 # Is the header compilable?
34887 { echo "$as_me:$LINENO: checking multimedia/audio_device.h usability" >&5 36160 { $as_echo "$as_me:$LINENO: checking multimedia/audio_device.h usability" >&5
34888 echo $ECHO_N "checking multimedia/audio_device.h usability... $ECHO_C" >&6; } 36161 $as_echo_n "checking multimedia/audio_device.h usability... " >&6; }
34889 cat >conftest.$ac_ext <<_ACEOF 36162 cat >conftest.$ac_ext <<_ACEOF
34890 /* confdefs.h. */ 36163 /* confdefs.h. */
34891 _ACEOF 36164 _ACEOF
34892 cat confdefs.h >>conftest.$ac_ext 36165 cat confdefs.h >>conftest.$ac_ext
34893 cat >>conftest.$ac_ext <<_ACEOF 36166 cat >>conftest.$ac_ext <<_ACEOF
34899 if { (ac_try="$ac_compile" 36172 if { (ac_try="$ac_compile"
34900 case "(($ac_try" in 36173 case "(($ac_try" in
34901 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 36174 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34902 *) ac_try_echo=$ac_try;; 36175 *) ac_try_echo=$ac_try;;
34903 esac 36176 esac
34904 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 36177 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
36178 $as_echo "$ac_try_echo") >&5
34905 (eval "$ac_compile") 2>conftest.er1 36179 (eval "$ac_compile") 2>conftest.er1
34906 ac_status=$? 36180 ac_status=$?
34907 grep -v '^ *+' conftest.er1 >conftest.err 36181 grep -v '^ *+' conftest.er1 >conftest.err
34908 rm -f conftest.er1 36182 rm -f conftest.er1
34909 cat conftest.err >&5 36183 cat conftest.err >&5
34910 echo "$as_me:$LINENO: \$? = $ac_status" >&5 36184 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
34911 (exit $ac_status); } && { 36185 (exit $ac_status); } && {
34912 test -z "$ac_c_werror_flag" || 36186 test -z "$ac_c_werror_flag" ||
34913 test ! -s conftest.err 36187 test ! -s conftest.err
34914 } && test -s conftest.$ac_objext; then 36188 } && test -s conftest.$ac_objext; then
34915 ac_header_compiler=yes 36189 ac_header_compiler=yes
34916 else 36190 else
34917 echo "$as_me: failed program was:" >&5 36191 $as_echo "$as_me: failed program was:" >&5
34918 sed 's/^/| /' conftest.$ac_ext >&5 36192 sed 's/^/| /' conftest.$ac_ext >&5
34919 36193
34920 ac_header_compiler=no 36194 ac_header_compiler=no
34921 fi 36195 fi
34922 36196
34923 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 36197 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34924 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 36198 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
34925 echo "${ECHO_T}$ac_header_compiler" >&6; } 36199 $as_echo "$ac_header_compiler" >&6; }
34926 36200
34927 # Is the header present? 36201 # Is the header present?
34928 { echo "$as_me:$LINENO: checking multimedia/audio_device.h presence" >&5 36202 { $as_echo "$as_me:$LINENO: checking multimedia/audio_device.h presence" >&5
34929 echo $ECHO_N "checking multimedia/audio_device.h presence... $ECHO_C" >&6; } 36203 $as_echo_n "checking multimedia/audio_device.h presence... " >&6; }
34930 cat >conftest.$ac_ext <<_ACEOF 36204 cat >conftest.$ac_ext <<_ACEOF
34931 /* confdefs.h. */ 36205 /* confdefs.h. */
34932 _ACEOF 36206 _ACEOF
34933 cat confdefs.h >>conftest.$ac_ext 36207 cat confdefs.h >>conftest.$ac_ext
34934 cat >>conftest.$ac_ext <<_ACEOF 36208 cat >>conftest.$ac_ext <<_ACEOF
34938 if { (ac_try="$ac_cpp conftest.$ac_ext" 36212 if { (ac_try="$ac_cpp conftest.$ac_ext"
34939 case "(($ac_try" in 36213 case "(($ac_try" in
34940 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 36214 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34941 *) ac_try_echo=$ac_try;; 36215 *) ac_try_echo=$ac_try;;
34942 esac 36216 esac
34943 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 36217 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
36218 $as_echo "$ac_try_echo") >&5
34944 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 36219 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
34945 ac_status=$? 36220 ac_status=$?
34946 grep -v '^ *+' conftest.er1 >conftest.err 36221 grep -v '^ *+' conftest.er1 >conftest.err
34947 rm -f conftest.er1 36222 rm -f conftest.er1
34948 cat conftest.err >&5 36223 cat conftest.err >&5
34949 echo "$as_me:$LINENO: \$? = $ac_status" >&5 36224 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
34950 (exit $ac_status); } >/dev/null && { 36225 (exit $ac_status); } >/dev/null && {
34951 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 36226 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
34952 test ! -s conftest.err 36227 test ! -s conftest.err
34953 }; then 36228 }; then
34954 ac_header_preproc=yes 36229 ac_header_preproc=yes
34955 else 36230 else
34956 echo "$as_me: failed program was:" >&5 36231 $as_echo "$as_me: failed program was:" >&5
34957 sed 's/^/| /' conftest.$ac_ext >&5 36232 sed 's/^/| /' conftest.$ac_ext >&5
34958 36233
34959 ac_header_preproc=no 36234 ac_header_preproc=no
34960 fi 36235 fi
34961 36236
34962 rm -f conftest.err conftest.$ac_ext 36237 rm -f conftest.err conftest.$ac_ext
34963 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 36238 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
34964 echo "${ECHO_T}$ac_header_preproc" >&6; } 36239 $as_echo "$ac_header_preproc" >&6; }
34965 36240
34966 # So? What about this header? 36241 # So? What about this header?
34967 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 36242 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
34968 yes:no: ) 36243 yes:no: )
34969 { echo "$as_me:$LINENO: WARNING: multimedia/audio_device.h: accepted by the compiler, rejected by the preprocessor!" >&5 36244 { $as_echo "$as_me:$LINENO: WARNING: multimedia/audio_device.h: accepted by the compiler, rejected by the preprocessor!" >&5
34970 echo "$as_me: WARNING: multimedia/audio_device.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 36245 $as_echo "$as_me: WARNING: multimedia/audio_device.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
34971 { echo "$as_me:$LINENO: WARNING: multimedia/audio_device.h: proceeding with the compiler's result" >&5 36246 { $as_echo "$as_me:$LINENO: WARNING: multimedia/audio_device.h: proceeding with the compiler's result" >&5
34972 echo "$as_me: WARNING: multimedia/audio_device.h: proceeding with the compiler's result" >&2;} 36247 $as_echo "$as_me: WARNING: multimedia/audio_device.h: proceeding with the compiler's result" >&2;}
34973 ac_header_preproc=yes 36248 ac_header_preproc=yes
34974 ;; 36249 ;;
34975 no:yes:* ) 36250 no:yes:* )
34976 { echo "$as_me:$LINENO: WARNING: multimedia/audio_device.h: present but cannot be compiled" >&5 36251 { $as_echo "$as_me:$LINENO: WARNING: multimedia/audio_device.h: present but cannot be compiled" >&5
34977 echo "$as_me: WARNING: multimedia/audio_device.h: present but cannot be compiled" >&2;} 36252 $as_echo "$as_me: WARNING: multimedia/audio_device.h: present but cannot be compiled" >&2;}
34978 { echo "$as_me:$LINENO: WARNING: multimedia/audio_device.h: check for missing prerequisite headers?" >&5 36253 { $as_echo "$as_me:$LINENO: WARNING: multimedia/audio_device.h: check for missing prerequisite headers?" >&5
34979 echo "$as_me: WARNING: multimedia/audio_device.h: check for missing prerequisite headers?" >&2;} 36254 $as_echo "$as_me: WARNING: multimedia/audio_device.h: check for missing prerequisite headers?" >&2;}
34980 { echo "$as_me:$LINENO: WARNING: multimedia/audio_device.h: see the Autoconf documentation" >&5 36255 { $as_echo "$as_me:$LINENO: WARNING: multimedia/audio_device.h: see the Autoconf documentation" >&5
34981 echo "$as_me: WARNING: multimedia/audio_device.h: see the Autoconf documentation" >&2;} 36256 $as_echo "$as_me: WARNING: multimedia/audio_device.h: see the Autoconf documentation" >&2;}
34982 { echo "$as_me:$LINENO: WARNING: multimedia/audio_device.h: section \"Present But Cannot Be Compiled\"" >&5 36257 { $as_echo "$as_me:$LINENO: WARNING: multimedia/audio_device.h: section \"Present But Cannot Be Compiled\"" >&5
34983 echo "$as_me: WARNING: multimedia/audio_device.h: section \"Present But Cannot Be Compiled\"" >&2;} 36258 $as_echo "$as_me: WARNING: multimedia/audio_device.h: section \"Present But Cannot Be Compiled\"" >&2;}
34984 { echo "$as_me:$LINENO: WARNING: multimedia/audio_device.h: proceeding with the preprocessor's result" >&5 36259 { $as_echo "$as_me:$LINENO: WARNING: multimedia/audio_device.h: proceeding with the preprocessor's result" >&5
34985 echo "$as_me: WARNING: multimedia/audio_device.h: proceeding with the preprocessor's result" >&2;} 36260 $as_echo "$as_me: WARNING: multimedia/audio_device.h: proceeding with the preprocessor's result" >&2;}
34986 { echo "$as_me:$LINENO: WARNING: multimedia/audio_device.h: in the future, the compiler will take precedence" >&5 36261 { $as_echo "$as_me:$LINENO: WARNING: multimedia/audio_device.h: in the future, the compiler will take precedence" >&5
34987 echo "$as_me: WARNING: multimedia/audio_device.h: in the future, the compiler will take precedence" >&2;} 36262 $as_echo "$as_me: WARNING: multimedia/audio_device.h: in the future, the compiler will take precedence" >&2;}
34988 ( cat <<\_ASBOX 36263 ( cat <<\_ASBOX
34989 ## ------------------------------------- ## 36264 ## ------------------------------------- ##
34990 ## Report this to xemacs-beta@xemacs.org ## 36265 ## Report this to xemacs-beta@xemacs.org ##
34991 ## ------------------------------------- ## 36266 ## ------------------------------------- ##
34992 _ASBOX 36267 _ASBOX
34993 ) | sed "s/^/$as_me: WARNING: /" >&2 36268 ) | sed "s/^/$as_me: WARNING: /" >&2
34994 ;; 36269 ;;
34995 esac 36270 esac
34996 { echo "$as_me:$LINENO: checking for multimedia/audio_device.h" >&5 36271 { $as_echo "$as_me:$LINENO: checking for multimedia/audio_device.h" >&5
34997 echo $ECHO_N "checking for multimedia/audio_device.h... $ECHO_C" >&6; } 36272 $as_echo_n "checking for multimedia/audio_device.h... " >&6; }
34998 if test "${ac_cv_header_multimedia_audio_device_h+set}" = set; then 36273 if test "${ac_cv_header_multimedia_audio_device_h+set}" = set; then
34999 echo $ECHO_N "(cached) $ECHO_C" >&6 36274 $as_echo_n "(cached) " >&6
35000 else 36275 else
35001 ac_cv_header_multimedia_audio_device_h=$ac_header_preproc 36276 ac_cv_header_multimedia_audio_device_h=$ac_header_preproc
35002 fi 36277 fi
35003 { echo "$as_me:$LINENO: result: $ac_cv_header_multimedia_audio_device_h" >&5 36278 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_multimedia_audio_device_h" >&5
35004 echo "${ECHO_T}$ac_cv_header_multimedia_audio_device_h" >&6; } 36279 $as_echo "$ac_cv_header_multimedia_audio_device_h" >&6; }
35005 36280
35006 fi 36281 fi
35007 if test $ac_cv_header_multimedia_audio_device_h = yes; then 36282 if test "x$ac_cv_header_multimedia_audio_device_h" = x""yes; then
35008 sound_found=yes sound_cflags="" 36283 sound_found=yes sound_cflags=""
35009 extra_objs="$extra_objs sunplay.o" && if test "$verbose" = "yes"; then 36284 extra_objs="$extra_objs sunplay.o" && if test "$verbose" = "yes"; then
35010 echo " xemacs will be linked with \"sunplay.o\"" 36285 echo " xemacs will be linked with \"sunplay.o\""
35011 fi 36286 fi
35012 fi 36287 fi
35041 36316
35042 if test -z "$sound_found"; then 36317 if test -z "$sound_found"; then
35043 case "$ac_cv_build" in 36318 case "$ac_cv_build" in
35044 *-sgi-* ) 36319 *-sgi-* )
35045 if test -z "$with_native_sound_lib"; then 36320 if test -z "$with_native_sound_lib"; then
35046 { echo "$as_me:$LINENO: checking for ALopenport in -laudio" >&5 36321 { $as_echo "$as_me:$LINENO: checking for ALopenport in -laudio" >&5
35047 echo $ECHO_N "checking for ALopenport in -laudio... $ECHO_C" >&6; } 36322 $as_echo_n "checking for ALopenport in -laudio... " >&6; }
35048 if test "${ac_cv_lib_audio_ALopenport+set}" = set; then 36323 if test "${ac_cv_lib_audio_ALopenport+set}" = set; then
35049 echo $ECHO_N "(cached) $ECHO_C" >&6 36324 $as_echo_n "(cached) " >&6
35050 else 36325 else
35051 ac_check_lib_save_LIBS=$LIBS 36326 ac_check_lib_save_LIBS=$LIBS
35052 LIBS="-laudio $LIBS" 36327 LIBS="-laudio $LIBS"
35053 cat >conftest.$ac_ext <<_ACEOF 36328 cat >conftest.$ac_ext <<_ACEOF
35054 /* confdefs.h. */ 36329 /* confdefs.h. */
35076 if { (ac_try="$ac_link" 36351 if { (ac_try="$ac_link"
35077 case "(($ac_try" in 36352 case "(($ac_try" in
35078 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 36353 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35079 *) ac_try_echo=$ac_try;; 36354 *) ac_try_echo=$ac_try;;
35080 esac 36355 esac
35081 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 36356 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
36357 $as_echo "$ac_try_echo") >&5
35082 (eval "$ac_link") 2>conftest.er1 36358 (eval "$ac_link") 2>conftest.er1
35083 ac_status=$? 36359 ac_status=$?
35084 grep -v '^ *+' conftest.er1 >conftest.err 36360 grep -v '^ *+' conftest.er1 >conftest.err
35085 rm -f conftest.er1 36361 rm -f conftest.er1
35086 cat conftest.err >&5 36362 cat conftest.err >&5
35087 echo "$as_me:$LINENO: \$? = $ac_status" >&5 36363 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
35088 (exit $ac_status); } && { 36364 (exit $ac_status); } && {
35089 test -z "$ac_c_werror_flag" || 36365 test -z "$ac_c_werror_flag" ||
35090 test ! -s conftest.err 36366 test ! -s conftest.err
35091 } && test -s conftest$ac_exeext && 36367 } && test -s conftest$ac_exeext && {
35092 $as_test_x conftest$ac_exeext; then 36368 test "$cross_compiling" = yes ||
36369 $as_test_x conftest$ac_exeext
36370 }; then
35093 ac_cv_lib_audio_ALopenport=yes 36371 ac_cv_lib_audio_ALopenport=yes
35094 else 36372 else
35095 echo "$as_me: failed program was:" >&5 36373 $as_echo "$as_me: failed program was:" >&5
35096 sed 's/^/| /' conftest.$ac_ext >&5 36374 sed 's/^/| /' conftest.$ac_ext >&5
35097 36375
35098 ac_cv_lib_audio_ALopenport=no 36376 ac_cv_lib_audio_ALopenport=no
35099 fi 36377 fi
35100 36378
36379 rm -rf conftest.dSYM
35101 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 36380 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35102 conftest$ac_exeext conftest.$ac_ext 36381 conftest$ac_exeext conftest.$ac_ext
35103 LIBS=$ac_check_lib_save_LIBS 36382 LIBS=$ac_check_lib_save_LIBS
35104 fi 36383 fi
35105 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_ALopenport" >&5 36384 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_ALopenport" >&5
35106 echo "${ECHO_T}$ac_cv_lib_audio_ALopenport" >&6; } 36385 $as_echo "$ac_cv_lib_audio_ALopenport" >&6; }
35107 if test $ac_cv_lib_audio_ALopenport = yes; then 36386 if test "x$ac_cv_lib_audio_ALopenport" = x""yes; then
35108 with_native_sound_lib="-laudio" 36387 with_native_sound_lib="-laudio"
35109 fi 36388 fi
35110 36389
35111 fi 36390 fi
35112 if test -n "$with_native_sound_lib"; then 36391 if test -n "$with_native_sound_lib"; then
35115 echo " xemacs will be linked with \"sgiplay.o\"" 36394 echo " xemacs will be linked with \"sgiplay.o\""
35116 fi 36395 fi
35117 fi ;; 36396 fi ;;
35118 hppa*-hp-hpux* ) 36397 hppa*-hp-hpux* )
35119 if test -z "$with_native_sound_lib"; then 36398 if test -z "$with_native_sound_lib"; then
35120 { echo "$as_me:$LINENO: checking for AOpenAudio in -lAlib" >&5 36399 { $as_echo "$as_me:$LINENO: checking for AOpenAudio in -lAlib" >&5
35121 echo $ECHO_N "checking for AOpenAudio in -lAlib... $ECHO_C" >&6; } 36400 $as_echo_n "checking for AOpenAudio in -lAlib... " >&6; }
35122 if test "${ac_cv_lib_Alib_AOpenAudio+set}" = set; then 36401 if test "${ac_cv_lib_Alib_AOpenAudio+set}" = set; then
35123 echo $ECHO_N "(cached) $ECHO_C" >&6 36402 $as_echo_n "(cached) " >&6
35124 else 36403 else
35125 ac_check_lib_save_LIBS=$LIBS 36404 ac_check_lib_save_LIBS=$LIBS
35126 LIBS="-lAlib $LIBS" 36405 LIBS="-lAlib $LIBS"
35127 cat >conftest.$ac_ext <<_ACEOF 36406 cat >conftest.$ac_ext <<_ACEOF
35128 /* confdefs.h. */ 36407 /* confdefs.h. */
35150 if { (ac_try="$ac_link" 36429 if { (ac_try="$ac_link"
35151 case "(($ac_try" in 36430 case "(($ac_try" in
35152 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 36431 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35153 *) ac_try_echo=$ac_try;; 36432 *) ac_try_echo=$ac_try;;
35154 esac 36433 esac
35155 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 36434 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
36435 $as_echo "$ac_try_echo") >&5
35156 (eval "$ac_link") 2>conftest.er1 36436 (eval "$ac_link") 2>conftest.er1
35157 ac_status=$? 36437 ac_status=$?
35158 grep -v '^ *+' conftest.er1 >conftest.err 36438 grep -v '^ *+' conftest.er1 >conftest.err
35159 rm -f conftest.er1 36439 rm -f conftest.er1
35160 cat conftest.err >&5 36440 cat conftest.err >&5
35161 echo "$as_me:$LINENO: \$? = $ac_status" >&5 36441 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
35162 (exit $ac_status); } && { 36442 (exit $ac_status); } && {
35163 test -z "$ac_c_werror_flag" || 36443 test -z "$ac_c_werror_flag" ||
35164 test ! -s conftest.err 36444 test ! -s conftest.err
35165 } && test -s conftest$ac_exeext && 36445 } && test -s conftest$ac_exeext && {
35166 $as_test_x conftest$ac_exeext; then 36446 test "$cross_compiling" = yes ||
36447 $as_test_x conftest$ac_exeext
36448 }; then
35167 ac_cv_lib_Alib_AOpenAudio=yes 36449 ac_cv_lib_Alib_AOpenAudio=yes
35168 else 36450 else
35169 echo "$as_me: failed program was:" >&5 36451 $as_echo "$as_me: failed program was:" >&5
35170 sed 's/^/| /' conftest.$ac_ext >&5 36452 sed 's/^/| /' conftest.$ac_ext >&5
35171 36453
35172 ac_cv_lib_Alib_AOpenAudio=no 36454 ac_cv_lib_Alib_AOpenAudio=no
35173 fi 36455 fi
35174 36456
36457 rm -rf conftest.dSYM
35175 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 36458 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35176 conftest$ac_exeext conftest.$ac_ext 36459 conftest$ac_exeext conftest.$ac_ext
35177 LIBS=$ac_check_lib_save_LIBS 36460 LIBS=$ac_check_lib_save_LIBS
35178 fi 36461 fi
35179 { echo "$as_me:$LINENO: result: $ac_cv_lib_Alib_AOpenAudio" >&5 36462 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Alib_AOpenAudio" >&5
35180 echo "${ECHO_T}$ac_cv_lib_Alib_AOpenAudio" >&6; } 36463 $as_echo "$ac_cv_lib_Alib_AOpenAudio" >&6; }
35181 if test $ac_cv_lib_Alib_AOpenAudio = yes; then 36464 if test "x$ac_cv_lib_Alib_AOpenAudio" = x""yes; then
35182 with_native_sound_lib="-lAlib" 36465 with_native_sound_lib="-lAlib"
35183 fi 36466 fi
35184 36467
35185 fi 36468 fi
35186 if test -n "$with_native_sound_lib"; then 36469 if test -n "$with_native_sound_lib"; then
35207 esac 36490 esac
35208 fi 36491 fi
35209 36492
35210 if test -z "$sound_found"; then 36493 if test -z "$sound_found"; then
35211 for dir in "machine" "sys" "linux"; do 36494 for dir in "machine" "sys" "linux"; do
35212 as_ac_Header=`echo "ac_cv_header_${dir}/soundcard.h" | $as_tr_sh` 36495 as_ac_Header=`$as_echo "ac_cv_header_${dir}/soundcard.h" | $as_tr_sh`
35213 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 36496 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
35214 { echo "$as_me:$LINENO: checking for ${dir}/soundcard.h" >&5 36497 { $as_echo "$as_me:$LINENO: checking for ${dir}/soundcard.h" >&5
35215 echo $ECHO_N "checking for ${dir}/soundcard.h... $ECHO_C" >&6; } 36498 $as_echo_n "checking for ${dir}/soundcard.h... " >&6; }
35216 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 36499 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
35217 echo $ECHO_N "(cached) $ECHO_C" >&6 36500 $as_echo_n "(cached) " >&6
35218 fi 36501 fi
35219 ac_res=`eval echo '${'$as_ac_Header'}'` 36502 ac_res=`eval 'as_val=${'$as_ac_Header'}
35220 { echo "$as_me:$LINENO: result: $ac_res" >&5 36503 $as_echo "$as_val"'`
35221 echo "${ECHO_T}$ac_res" >&6; } 36504 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
36505 $as_echo "$ac_res" >&6; }
35222 else 36506 else
35223 # Is the header compilable? 36507 # Is the header compilable?
35224 { echo "$as_me:$LINENO: checking ${dir}/soundcard.h usability" >&5 36508 { $as_echo "$as_me:$LINENO: checking ${dir}/soundcard.h usability" >&5
35225 echo $ECHO_N "checking ${dir}/soundcard.h usability... $ECHO_C" >&6; } 36509 $as_echo_n "checking ${dir}/soundcard.h usability... " >&6; }
35226 cat >conftest.$ac_ext <<_ACEOF 36510 cat >conftest.$ac_ext <<_ACEOF
35227 /* confdefs.h. */ 36511 /* confdefs.h. */
35228 _ACEOF 36512 _ACEOF
35229 cat confdefs.h >>conftest.$ac_ext 36513 cat confdefs.h >>conftest.$ac_ext
35230 cat >>conftest.$ac_ext <<_ACEOF 36514 cat >>conftest.$ac_ext <<_ACEOF
35236 if { (ac_try="$ac_compile" 36520 if { (ac_try="$ac_compile"
35237 case "(($ac_try" in 36521 case "(($ac_try" in
35238 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 36522 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35239 *) ac_try_echo=$ac_try;; 36523 *) ac_try_echo=$ac_try;;
35240 esac 36524 esac
35241 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 36525 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
36526 $as_echo "$ac_try_echo") >&5
35242 (eval "$ac_compile") 2>conftest.er1 36527 (eval "$ac_compile") 2>conftest.er1
35243 ac_status=$? 36528 ac_status=$?
35244 grep -v '^ *+' conftest.er1 >conftest.err 36529 grep -v '^ *+' conftest.er1 >conftest.err
35245 rm -f conftest.er1 36530 rm -f conftest.er1
35246 cat conftest.err >&5 36531 cat conftest.err >&5
35247 echo "$as_me:$LINENO: \$? = $ac_status" >&5 36532 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
35248 (exit $ac_status); } && { 36533 (exit $ac_status); } && {
35249 test -z "$ac_c_werror_flag" || 36534 test -z "$ac_c_werror_flag" ||
35250 test ! -s conftest.err 36535 test ! -s conftest.err
35251 } && test -s conftest.$ac_objext; then 36536 } && test -s conftest.$ac_objext; then
35252 ac_header_compiler=yes 36537 ac_header_compiler=yes
35253 else 36538 else
35254 echo "$as_me: failed program was:" >&5 36539 $as_echo "$as_me: failed program was:" >&5
35255 sed 's/^/| /' conftest.$ac_ext >&5 36540 sed 's/^/| /' conftest.$ac_ext >&5
35256 36541
35257 ac_header_compiler=no 36542 ac_header_compiler=no
35258 fi 36543 fi
35259 36544
35260 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 36545 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35261 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 36546 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
35262 echo "${ECHO_T}$ac_header_compiler" >&6; } 36547 $as_echo "$ac_header_compiler" >&6; }
35263 36548
35264 # Is the header present? 36549 # Is the header present?
35265 { echo "$as_me:$LINENO: checking ${dir}/soundcard.h presence" >&5 36550 { $as_echo "$as_me:$LINENO: checking ${dir}/soundcard.h presence" >&5
35266 echo $ECHO_N "checking ${dir}/soundcard.h presence... $ECHO_C" >&6; } 36551 $as_echo_n "checking ${dir}/soundcard.h presence... " >&6; }
35267 cat >conftest.$ac_ext <<_ACEOF 36552 cat >conftest.$ac_ext <<_ACEOF
35268 /* confdefs.h. */ 36553 /* confdefs.h. */
35269 _ACEOF 36554 _ACEOF
35270 cat confdefs.h >>conftest.$ac_ext 36555 cat confdefs.h >>conftest.$ac_ext
35271 cat >>conftest.$ac_ext <<_ACEOF 36556 cat >>conftest.$ac_ext <<_ACEOF
35275 if { (ac_try="$ac_cpp conftest.$ac_ext" 36560 if { (ac_try="$ac_cpp conftest.$ac_ext"
35276 case "(($ac_try" in 36561 case "(($ac_try" in
35277 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 36562 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35278 *) ac_try_echo=$ac_try;; 36563 *) ac_try_echo=$ac_try;;
35279 esac 36564 esac
35280 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 36565 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
36566 $as_echo "$ac_try_echo") >&5
35281 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 36567 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
35282 ac_status=$? 36568 ac_status=$?
35283 grep -v '^ *+' conftest.er1 >conftest.err 36569 grep -v '^ *+' conftest.er1 >conftest.err
35284 rm -f conftest.er1 36570 rm -f conftest.er1
35285 cat conftest.err >&5 36571 cat conftest.err >&5
35286 echo "$as_me:$LINENO: \$? = $ac_status" >&5 36572 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
35287 (exit $ac_status); } >/dev/null && { 36573 (exit $ac_status); } >/dev/null && {
35288 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 36574 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
35289 test ! -s conftest.err 36575 test ! -s conftest.err
35290 }; then 36576 }; then
35291 ac_header_preproc=yes 36577 ac_header_preproc=yes
35292 else 36578 else
35293 echo "$as_me: failed program was:" >&5 36579 $as_echo "$as_me: failed program was:" >&5
35294 sed 's/^/| /' conftest.$ac_ext >&5 36580 sed 's/^/| /' conftest.$ac_ext >&5
35295 36581
35296 ac_header_preproc=no 36582 ac_header_preproc=no
35297 fi 36583 fi
35298 36584
35299 rm -f conftest.err conftest.$ac_ext 36585 rm -f conftest.err conftest.$ac_ext
35300 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 36586 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
35301 echo "${ECHO_T}$ac_header_preproc" >&6; } 36587 $as_echo "$ac_header_preproc" >&6; }
35302 36588
35303 # So? What about this header? 36589 # So? What about this header?
35304 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 36590 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
35305 yes:no: ) 36591 yes:no: )
35306 { echo "$as_me:$LINENO: WARNING: ${dir}/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&5 36592 { $as_echo "$as_me:$LINENO: WARNING: ${dir}/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&5
35307 echo "$as_me: WARNING: ${dir}/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 36593 $as_echo "$as_me: WARNING: ${dir}/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
35308 { echo "$as_me:$LINENO: WARNING: ${dir}/soundcard.h: proceeding with the compiler's result" >&5 36594 { $as_echo "$as_me:$LINENO: WARNING: ${dir}/soundcard.h: proceeding with the compiler's result" >&5
35309 echo "$as_me: WARNING: ${dir}/soundcard.h: proceeding with the compiler's result" >&2;} 36595 $as_echo "$as_me: WARNING: ${dir}/soundcard.h: proceeding with the compiler's result" >&2;}
35310 ac_header_preproc=yes 36596 ac_header_preproc=yes
35311 ;; 36597 ;;
35312 no:yes:* ) 36598 no:yes:* )
35313 { echo "$as_me:$LINENO: WARNING: ${dir}/soundcard.h: present but cannot be compiled" >&5 36599 { $as_echo "$as_me:$LINENO: WARNING: ${dir}/soundcard.h: present but cannot be compiled" >&5
35314 echo "$as_me: WARNING: ${dir}/soundcard.h: present but cannot be compiled" >&2;} 36600 $as_echo "$as_me: WARNING: ${dir}/soundcard.h: present but cannot be compiled" >&2;}
35315 { echo "$as_me:$LINENO: WARNING: ${dir}/soundcard.h: check for missing prerequisite headers?" >&5 36601 { $as_echo "$as_me:$LINENO: WARNING: ${dir}/soundcard.h: check for missing prerequisite headers?" >&5
35316 echo "$as_me: WARNING: ${dir}/soundcard.h: check for missing prerequisite headers?" >&2;} 36602 $as_echo "$as_me: WARNING: ${dir}/soundcard.h: check for missing prerequisite headers?" >&2;}
35317 { echo "$as_me:$LINENO: WARNING: ${dir}/soundcard.h: see the Autoconf documentation" >&5 36603 { $as_echo "$as_me:$LINENO: WARNING: ${dir}/soundcard.h: see the Autoconf documentation" >&5
35318 echo "$as_me: WARNING: ${dir}/soundcard.h: see the Autoconf documentation" >&2;} 36604 $as_echo "$as_me: WARNING: ${dir}/soundcard.h: see the Autoconf documentation" >&2;}
35319 { echo "$as_me:$LINENO: WARNING: ${dir}/soundcard.h: section \"Present But Cannot Be Compiled\"" >&5 36605 { $as_echo "$as_me:$LINENO: WARNING: ${dir}/soundcard.h: section \"Present But Cannot Be Compiled\"" >&5
35320 echo "$as_me: WARNING: ${dir}/soundcard.h: section \"Present But Cannot Be Compiled\"" >&2;} 36606 $as_echo "$as_me: WARNING: ${dir}/soundcard.h: section \"Present But Cannot Be Compiled\"" >&2;}
35321 { echo "$as_me:$LINENO: WARNING: ${dir}/soundcard.h: proceeding with the preprocessor's result" >&5 36607 { $as_echo "$as_me:$LINENO: WARNING: ${dir}/soundcard.h: proceeding with the preprocessor's result" >&5
35322 echo "$as_me: WARNING: ${dir}/soundcard.h: proceeding with the preprocessor's result" >&2;} 36608 $as_echo "$as_me: WARNING: ${dir}/soundcard.h: proceeding with the preprocessor's result" >&2;}
35323 { echo "$as_me:$LINENO: WARNING: ${dir}/soundcard.h: in the future, the compiler will take precedence" >&5 36609 { $as_echo "$as_me:$LINENO: WARNING: ${dir}/soundcard.h: in the future, the compiler will take precedence" >&5
35324 echo "$as_me: WARNING: ${dir}/soundcard.h: in the future, the compiler will take precedence" >&2;} 36610 $as_echo "$as_me: WARNING: ${dir}/soundcard.h: in the future, the compiler will take precedence" >&2;}
35325 ( cat <<\_ASBOX 36611 ( cat <<\_ASBOX
35326 ## ------------------------------------- ## 36612 ## ------------------------------------- ##
35327 ## Report this to xemacs-beta@xemacs.org ## 36613 ## Report this to xemacs-beta@xemacs.org ##
35328 ## ------------------------------------- ## 36614 ## ------------------------------------- ##
35329 _ASBOX 36615 _ASBOX
35330 ) | sed "s/^/$as_me: WARNING: /" >&2 36616 ) | sed "s/^/$as_me: WARNING: /" >&2
35331 ;; 36617 ;;
35332 esac 36618 esac
35333 { echo "$as_me:$LINENO: checking for ${dir}/soundcard.h" >&5 36619 { $as_echo "$as_me:$LINENO: checking for ${dir}/soundcard.h" >&5
35334 echo $ECHO_N "checking for ${dir}/soundcard.h... $ECHO_C" >&6; } 36620 $as_echo_n "checking for ${dir}/soundcard.h... " >&6; }
35335 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 36621 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
35336 echo $ECHO_N "(cached) $ECHO_C" >&6 36622 $as_echo_n "(cached) " >&6
35337 else 36623 else
35338 eval "$as_ac_Header=\$ac_header_preproc" 36624 eval "$as_ac_Header=\$ac_header_preproc"
35339 fi 36625 fi
35340 ac_res=`eval echo '${'$as_ac_Header'}'` 36626 ac_res=`eval 'as_val=${'$as_ac_Header'}
35341 { echo "$as_me:$LINENO: result: $ac_res" >&5 36627 $as_echo "$as_val"'`
35342 echo "${ECHO_T}$ac_res" >&6; } 36628 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
35343 36629 $as_echo "$ac_res" >&6; }
35344 fi 36630
35345 if test `eval echo '${'$as_ac_Header'}'` = yes; then 36631 fi
36632 as_val=`eval 'as_val=${'$as_ac_Header'}
36633 $as_echo "$as_val"'`
36634 if test "x$as_val" = x""yes; then
35346 36635
35347 sound_found=yes 36636 sound_found=yes
35348 case "${ac_cv_build}" in 36637 case "${ac_cv_build}" in
35349 *netbsd* ) 36638 *netbsd* )
35350 # #### this is probably not the right way to do this 36639 # #### this is probably not the right way to do this
35351 # we should port to native NetBSD stuff 36640 # we should port to native NetBSD stuff
35352 36641
35353 36642
35354 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5 36643 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
35355 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; } 36644 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
35356 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then 36645 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
35357 echo $ECHO_N "(cached) $ECHO_C" >&6 36646 $as_echo_n "(cached) " >&6
35358 else 36647 else
35359 ac_check_lib_save_LIBS=$LIBS 36648 ac_check_lib_save_LIBS=$LIBS
35360 LIBS="-lossaudio $LIBS" 36649 LIBS="-lossaudio $LIBS"
35361 cat >conftest.$ac_ext <<_ACEOF 36650 cat >conftest.$ac_ext <<_ACEOF
35362 /* confdefs.h. */ 36651 /* confdefs.h. */
35384 if { (ac_try="$ac_link" 36673 if { (ac_try="$ac_link"
35385 case "(($ac_try" in 36674 case "(($ac_try" in
35386 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 36675 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35387 *) ac_try_echo=$ac_try;; 36676 *) ac_try_echo=$ac_try;;
35388 esac 36677 esac
35389 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 36678 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
36679 $as_echo "$ac_try_echo") >&5
35390 (eval "$ac_link") 2>conftest.er1 36680 (eval "$ac_link") 2>conftest.er1
35391 ac_status=$? 36681 ac_status=$?
35392 grep -v '^ *+' conftest.er1 >conftest.err 36682 grep -v '^ *+' conftest.er1 >conftest.err
35393 rm -f conftest.er1 36683 rm -f conftest.er1
35394 cat conftest.err >&5 36684 cat conftest.err >&5
35395 echo "$as_me:$LINENO: \$? = $ac_status" >&5 36685 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
35396 (exit $ac_status); } && { 36686 (exit $ac_status); } && {
35397 test -z "$ac_c_werror_flag" || 36687 test -z "$ac_c_werror_flag" ||
35398 test ! -s conftest.err 36688 test ! -s conftest.err
35399 } && test -s conftest$ac_exeext && 36689 } && test -s conftest$ac_exeext && {
35400 $as_test_x conftest$ac_exeext; then 36690 test "$cross_compiling" = yes ||
36691 $as_test_x conftest$ac_exeext
36692 }; then
35401 ac_cv_lib_ossaudio__oss_ioctl=yes 36693 ac_cv_lib_ossaudio__oss_ioctl=yes
35402 else 36694 else
35403 echo "$as_me: failed program was:" >&5 36695 $as_echo "$as_me: failed program was:" >&5
35404 sed 's/^/| /' conftest.$ac_ext >&5 36696 sed 's/^/| /' conftest.$ac_ext >&5
35405 36697
35406 ac_cv_lib_ossaudio__oss_ioctl=no 36698 ac_cv_lib_ossaudio__oss_ioctl=no
35407 fi 36699 fi
35408 36700
36701 rm -rf conftest.dSYM
35409 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 36702 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35410 conftest$ac_exeext conftest.$ac_ext 36703 conftest$ac_exeext conftest.$ac_ext
35411 LIBS=$ac_check_lib_save_LIBS 36704 LIBS=$ac_check_lib_save_LIBS
35412 fi 36705 fi
35413 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5 36706 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
35414 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; } 36707 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
35415 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then 36708 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
35416 with_native_sound_lib=-lossaudio 36709 with_native_sound_lib=-lossaudio
35417 { echo "$as_me:$LINENO: WARNING: Using NetBSD-deprecated -lossaudio" >&5 36710 { $as_echo "$as_me:$LINENO: WARNING: Using NetBSD-deprecated -lossaudio" >&5
35418 echo "$as_me: WARNING: Using NetBSD-deprecated -lossaudio" >&2;} 36711 $as_echo "$as_me: WARNING: Using NetBSD-deprecated -lossaudio" >&2;}
35419 else 36712 else
35420 sound_found=no 36713 sound_found=no
35421 fi 36714 fi
35422 36715
35423 ;; 36716 ;;
35442 36735
35443 if test "$sound_found" = "yes"; then 36736 if test "$sound_found" = "yes"; then
35444 enable_sound_native=yes 36737 enable_sound_native=yes
35445 else 36738 else
35446 if test "$enable_sound_native" = "yes" ; then 36739 if test "$enable_sound_native" = "yes" ; then
35447 { echo "$as_me:$LINENO: WARNING: No native libraries found. Disabling native sound support." >&5 36740 { $as_echo "$as_me:$LINENO: WARNING: No native libraries found. Disabling native sound support." >&5
35448 echo "$as_me: WARNING: No native libraries found. Disabling native sound support." >&2;} 36741 $as_echo "$as_me: WARNING: No native libraries found. Disabling native sound support." >&2;}
35449 fi 36742 fi
35450 enable_sound_native=no 36743 enable_sound_native=no
35451 fi 36744 fi
35452 fi 36745 fi
35453 36746
35459 test -n "$with_native_sound_lib" && LIBS="$with_native_sound_lib $LIBS" && if test "$verbose" = "yes"; then echo " Prepending \"$with_native_sound_lib\" to \$LIBS"; fi 36752 test -n "$with_native_sound_lib" && LIBS="$with_native_sound_lib $LIBS" && if test "$verbose" = "yes"; then echo " Prepending \"$with_native_sound_lib\" to \$LIBS"; fi
35460 fi 36753 fi
35461 36754
35462 if test "$enable_sound_alsa" != "no"; then 36755 if test "$enable_sound_alsa" != "no"; then
35463 if test "${ac_cv_header_alsa_input_h+set}" = set; then 36756 if test "${ac_cv_header_alsa_input_h+set}" = set; then
35464 { echo "$as_me:$LINENO: checking for alsa/input.h" >&5 36757 { $as_echo "$as_me:$LINENO: checking for alsa/input.h" >&5
35465 echo $ECHO_N "checking for alsa/input.h... $ECHO_C" >&6; } 36758 $as_echo_n "checking for alsa/input.h... " >&6; }
35466 if test "${ac_cv_header_alsa_input_h+set}" = set; then 36759 if test "${ac_cv_header_alsa_input_h+set}" = set; then
35467 echo $ECHO_N "(cached) $ECHO_C" >&6 36760 $as_echo_n "(cached) " >&6
35468 fi 36761 fi
35469 { echo "$as_me:$LINENO: result: $ac_cv_header_alsa_input_h" >&5 36762 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_alsa_input_h" >&5
35470 echo "${ECHO_T}$ac_cv_header_alsa_input_h" >&6; } 36763 $as_echo "$ac_cv_header_alsa_input_h" >&6; }
35471 else 36764 else
35472 # Is the header compilable? 36765 # Is the header compilable?
35473 { echo "$as_me:$LINENO: checking alsa/input.h usability" >&5 36766 { $as_echo "$as_me:$LINENO: checking alsa/input.h usability" >&5
35474 echo $ECHO_N "checking alsa/input.h usability... $ECHO_C" >&6; } 36767 $as_echo_n "checking alsa/input.h usability... " >&6; }
35475 cat >conftest.$ac_ext <<_ACEOF 36768 cat >conftest.$ac_ext <<_ACEOF
35476 /* confdefs.h. */ 36769 /* confdefs.h. */
35477 _ACEOF 36770 _ACEOF
35478 cat confdefs.h >>conftest.$ac_ext 36771 cat confdefs.h >>conftest.$ac_ext
35479 cat >>conftest.$ac_ext <<_ACEOF 36772 cat >>conftest.$ac_ext <<_ACEOF
35485 if { (ac_try="$ac_compile" 36778 if { (ac_try="$ac_compile"
35486 case "(($ac_try" in 36779 case "(($ac_try" in
35487 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 36780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35488 *) ac_try_echo=$ac_try;; 36781 *) ac_try_echo=$ac_try;;
35489 esac 36782 esac
35490 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 36783 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
36784 $as_echo "$ac_try_echo") >&5
35491 (eval "$ac_compile") 2>conftest.er1 36785 (eval "$ac_compile") 2>conftest.er1
35492 ac_status=$? 36786 ac_status=$?
35493 grep -v '^ *+' conftest.er1 >conftest.err 36787 grep -v '^ *+' conftest.er1 >conftest.err
35494 rm -f conftest.er1 36788 rm -f conftest.er1
35495 cat conftest.err >&5 36789 cat conftest.err >&5
35496 echo "$as_me:$LINENO: \$? = $ac_status" >&5 36790 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
35497 (exit $ac_status); } && { 36791 (exit $ac_status); } && {
35498 test -z "$ac_c_werror_flag" || 36792 test -z "$ac_c_werror_flag" ||
35499 test ! -s conftest.err 36793 test ! -s conftest.err
35500 } && test -s conftest.$ac_objext; then 36794 } && test -s conftest.$ac_objext; then
35501 ac_header_compiler=yes 36795 ac_header_compiler=yes
35502 else 36796 else
35503 echo "$as_me: failed program was:" >&5 36797 $as_echo "$as_me: failed program was:" >&5
35504 sed 's/^/| /' conftest.$ac_ext >&5 36798 sed 's/^/| /' conftest.$ac_ext >&5
35505 36799
35506 ac_header_compiler=no 36800 ac_header_compiler=no
35507 fi 36801 fi
35508 36802
35509 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 36803 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35510 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 36804 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
35511 echo "${ECHO_T}$ac_header_compiler" >&6; } 36805 $as_echo "$ac_header_compiler" >&6; }
35512 36806
35513 # Is the header present? 36807 # Is the header present?
35514 { echo "$as_me:$LINENO: checking alsa/input.h presence" >&5 36808 { $as_echo "$as_me:$LINENO: checking alsa/input.h presence" >&5
35515 echo $ECHO_N "checking alsa/input.h presence... $ECHO_C" >&6; } 36809 $as_echo_n "checking alsa/input.h presence... " >&6; }
35516 cat >conftest.$ac_ext <<_ACEOF 36810 cat >conftest.$ac_ext <<_ACEOF
35517 /* confdefs.h. */ 36811 /* confdefs.h. */
35518 _ACEOF 36812 _ACEOF
35519 cat confdefs.h >>conftest.$ac_ext 36813 cat confdefs.h >>conftest.$ac_ext
35520 cat >>conftest.$ac_ext <<_ACEOF 36814 cat >>conftest.$ac_ext <<_ACEOF
35524 if { (ac_try="$ac_cpp conftest.$ac_ext" 36818 if { (ac_try="$ac_cpp conftest.$ac_ext"
35525 case "(($ac_try" in 36819 case "(($ac_try" in
35526 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 36820 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35527 *) ac_try_echo=$ac_try;; 36821 *) ac_try_echo=$ac_try;;
35528 esac 36822 esac
35529 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 36823 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
36824 $as_echo "$ac_try_echo") >&5
35530 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 36825 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
35531 ac_status=$? 36826 ac_status=$?
35532 grep -v '^ *+' conftest.er1 >conftest.err 36827 grep -v '^ *+' conftest.er1 >conftest.err
35533 rm -f conftest.er1 36828 rm -f conftest.er1
35534 cat conftest.err >&5 36829 cat conftest.err >&5
35535 echo "$as_me:$LINENO: \$? = $ac_status" >&5 36830 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
35536 (exit $ac_status); } >/dev/null && { 36831 (exit $ac_status); } >/dev/null && {
35537 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 36832 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
35538 test ! -s conftest.err 36833 test ! -s conftest.err
35539 }; then 36834 }; then
35540 ac_header_preproc=yes 36835 ac_header_preproc=yes
35541 else 36836 else
35542 echo "$as_me: failed program was:" >&5 36837 $as_echo "$as_me: failed program was:" >&5
35543 sed 's/^/| /' conftest.$ac_ext >&5 36838 sed 's/^/| /' conftest.$ac_ext >&5
35544 36839
35545 ac_header_preproc=no 36840 ac_header_preproc=no
35546 fi 36841 fi
35547 36842
35548 rm -f conftest.err conftest.$ac_ext 36843 rm -f conftest.err conftest.$ac_ext
35549 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 36844 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
35550 echo "${ECHO_T}$ac_header_preproc" >&6; } 36845 $as_echo "$ac_header_preproc" >&6; }
35551 36846
35552 # So? What about this header? 36847 # So? What about this header?
35553 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 36848 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
35554 yes:no: ) 36849 yes:no: )
35555 { echo "$as_me:$LINENO: WARNING: alsa/input.h: accepted by the compiler, rejected by the preprocessor!" >&5 36850 { $as_echo "$as_me:$LINENO: WARNING: alsa/input.h: accepted by the compiler, rejected by the preprocessor!" >&5
35556 echo "$as_me: WARNING: alsa/input.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 36851 $as_echo "$as_me: WARNING: alsa/input.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
35557 { echo "$as_me:$LINENO: WARNING: alsa/input.h: proceeding with the compiler's result" >&5 36852 { $as_echo "$as_me:$LINENO: WARNING: alsa/input.h: proceeding with the compiler's result" >&5
35558 echo "$as_me: WARNING: alsa/input.h: proceeding with the compiler's result" >&2;} 36853 $as_echo "$as_me: WARNING: alsa/input.h: proceeding with the compiler's result" >&2;}
35559 ac_header_preproc=yes 36854 ac_header_preproc=yes
35560 ;; 36855 ;;
35561 no:yes:* ) 36856 no:yes:* )
35562 { echo "$as_me:$LINENO: WARNING: alsa/input.h: present but cannot be compiled" >&5 36857 { $as_echo "$as_me:$LINENO: WARNING: alsa/input.h: present but cannot be compiled" >&5
35563 echo "$as_me: WARNING: alsa/input.h: present but cannot be compiled" >&2;} 36858 $as_echo "$as_me: WARNING: alsa/input.h: present but cannot be compiled" >&2;}
35564 { echo "$as_me:$LINENO: WARNING: alsa/input.h: check for missing prerequisite headers?" >&5 36859 { $as_echo "$as_me:$LINENO: WARNING: alsa/input.h: check for missing prerequisite headers?" >&5
35565 echo "$as_me: WARNING: alsa/input.h: check for missing prerequisite headers?" >&2;} 36860 $as_echo "$as_me: WARNING: alsa/input.h: check for missing prerequisite headers?" >&2;}
35566 { echo "$as_me:$LINENO: WARNING: alsa/input.h: see the Autoconf documentation" >&5 36861 { $as_echo "$as_me:$LINENO: WARNING: alsa/input.h: see the Autoconf documentation" >&5
35567 echo "$as_me: WARNING: alsa/input.h: see the Autoconf documentation" >&2;} 36862 $as_echo "$as_me: WARNING: alsa/input.h: see the Autoconf documentation" >&2;}
35568 { echo "$as_me:$LINENO: WARNING: alsa/input.h: section \"Present But Cannot Be Compiled\"" >&5 36863 { $as_echo "$as_me:$LINENO: WARNING: alsa/input.h: section \"Present But Cannot Be Compiled\"" >&5
35569 echo "$as_me: WARNING: alsa/input.h: section \"Present But Cannot Be Compiled\"" >&2;} 36864 $as_echo "$as_me: WARNING: alsa/input.h: section \"Present But Cannot Be Compiled\"" >&2;}
35570 { echo "$as_me:$LINENO: WARNING: alsa/input.h: proceeding with the preprocessor's result" >&5 36865 { $as_echo "$as_me:$LINENO: WARNING: alsa/input.h: proceeding with the preprocessor's result" >&5
35571 echo "$as_me: WARNING: alsa/input.h: proceeding with the preprocessor's result" >&2;} 36866 $as_echo "$as_me: WARNING: alsa/input.h: proceeding with the preprocessor's result" >&2;}
35572 { echo "$as_me:$LINENO: WARNING: alsa/input.h: in the future, the compiler will take precedence" >&5 36867 { $as_echo "$as_me:$LINENO: WARNING: alsa/input.h: in the future, the compiler will take precedence" >&5
35573 echo "$as_me: WARNING: alsa/input.h: in the future, the compiler will take precedence" >&2;} 36868 $as_echo "$as_me: WARNING: alsa/input.h: in the future, the compiler will take precedence" >&2;}
35574 ( cat <<\_ASBOX 36869 ( cat <<\_ASBOX
35575 ## ------------------------------------- ## 36870 ## ------------------------------------- ##
35576 ## Report this to xemacs-beta@xemacs.org ## 36871 ## Report this to xemacs-beta@xemacs.org ##
35577 ## ------------------------------------- ## 36872 ## ------------------------------------- ##
35578 _ASBOX 36873 _ASBOX
35579 ) | sed "s/^/$as_me: WARNING: /" >&2 36874 ) | sed "s/^/$as_me: WARNING: /" >&2
35580 ;; 36875 ;;
35581 esac 36876 esac
35582 { echo "$as_me:$LINENO: checking for alsa/input.h" >&5 36877 { $as_echo "$as_me:$LINENO: checking for alsa/input.h" >&5
35583 echo $ECHO_N "checking for alsa/input.h... $ECHO_C" >&6; } 36878 $as_echo_n "checking for alsa/input.h... " >&6; }
35584 if test "${ac_cv_header_alsa_input_h+set}" = set; then 36879 if test "${ac_cv_header_alsa_input_h+set}" = set; then
35585 echo $ECHO_N "(cached) $ECHO_C" >&6 36880 $as_echo_n "(cached) " >&6
35586 else 36881 else
35587 ac_cv_header_alsa_input_h=$ac_header_preproc 36882 ac_cv_header_alsa_input_h=$ac_header_preproc
35588 fi 36883 fi
35589 { echo "$as_me:$LINENO: result: $ac_cv_header_alsa_input_h" >&5 36884 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_alsa_input_h" >&5
35590 echo "${ECHO_T}$ac_cv_header_alsa_input_h" >&6; } 36885 $as_echo "$ac_cv_header_alsa_input_h" >&6; }
35591 36886
35592 fi 36887 fi
35593 if test $ac_cv_header_alsa_input_h = yes; then 36888 if test "x$ac_cv_header_alsa_input_h" = x""yes; then
35594 36889
35595 { echo "$as_me:$LINENO: checking for snd_pcm_open in -lasound" >&5 36890 { $as_echo "$as_me:$LINENO: checking for snd_pcm_open in -lasound" >&5
35596 echo $ECHO_N "checking for snd_pcm_open in -lasound... $ECHO_C" >&6; } 36891 $as_echo_n "checking for snd_pcm_open in -lasound... " >&6; }
35597 if test "${ac_cv_lib_asound_snd_pcm_open+set}" = set; then 36892 if test "${ac_cv_lib_asound_snd_pcm_open+set}" = set; then
35598 echo $ECHO_N "(cached) $ECHO_C" >&6 36893 $as_echo_n "(cached) " >&6
35599 else 36894 else
35600 ac_check_lib_save_LIBS=$LIBS 36895 ac_check_lib_save_LIBS=$LIBS
35601 LIBS="-lasound $LIBS" 36896 LIBS="-lasound $LIBS"
35602 cat >conftest.$ac_ext <<_ACEOF 36897 cat >conftest.$ac_ext <<_ACEOF
35603 /* confdefs.h. */ 36898 /* confdefs.h. */
35625 if { (ac_try="$ac_link" 36920 if { (ac_try="$ac_link"
35626 case "(($ac_try" in 36921 case "(($ac_try" in
35627 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 36922 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35628 *) ac_try_echo=$ac_try;; 36923 *) ac_try_echo=$ac_try;;
35629 esac 36924 esac
35630 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 36925 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
36926 $as_echo "$ac_try_echo") >&5
35631 (eval "$ac_link") 2>conftest.er1 36927 (eval "$ac_link") 2>conftest.er1
35632 ac_status=$? 36928 ac_status=$?
35633 grep -v '^ *+' conftest.er1 >conftest.err 36929 grep -v '^ *+' conftest.er1 >conftest.err
35634 rm -f conftest.er1 36930 rm -f conftest.er1
35635 cat conftest.err >&5 36931 cat conftest.err >&5
35636 echo "$as_me:$LINENO: \$? = $ac_status" >&5 36932 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
35637 (exit $ac_status); } && { 36933 (exit $ac_status); } && {
35638 test -z "$ac_c_werror_flag" || 36934 test -z "$ac_c_werror_flag" ||
35639 test ! -s conftest.err 36935 test ! -s conftest.err
35640 } && test -s conftest$ac_exeext && 36936 } && test -s conftest$ac_exeext && {
35641 $as_test_x conftest$ac_exeext; then 36937 test "$cross_compiling" = yes ||
36938 $as_test_x conftest$ac_exeext
36939 }; then
35642 ac_cv_lib_asound_snd_pcm_open=yes 36940 ac_cv_lib_asound_snd_pcm_open=yes
35643 else 36941 else
35644 echo "$as_me: failed program was:" >&5 36942 $as_echo "$as_me: failed program was:" >&5
35645 sed 's/^/| /' conftest.$ac_ext >&5 36943 sed 's/^/| /' conftest.$ac_ext >&5
35646 36944
35647 ac_cv_lib_asound_snd_pcm_open=no 36945 ac_cv_lib_asound_snd_pcm_open=no
35648 fi 36946 fi
35649 36947
36948 rm -rf conftest.dSYM
35650 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 36949 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35651 conftest$ac_exeext conftest.$ac_ext 36950 conftest$ac_exeext conftest.$ac_ext
35652 LIBS=$ac_check_lib_save_LIBS 36951 LIBS=$ac_check_lib_save_LIBS
35653 fi 36952 fi
35654 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_open" >&5 36953 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_open" >&5
35655 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_open" >&6; } 36954 $as_echo "$ac_cv_lib_asound_snd_pcm_open" >&6; }
35656 if test $ac_cv_lib_asound_snd_pcm_open = yes; then 36955 if test "x$ac_cv_lib_asound_snd_pcm_open" = x""yes; then
35657 have_alsa_sound=yes 36956 have_alsa_sound=yes
35658 fi 36957 fi
35659 36958
35660 fi 36959 fi
35661 36960
35677 fi 36976 fi
35678 fi 36977 fi
35679 36978
35680 if test "$enable_sound_nas" != "no"; then 36979 if test "$enable_sound_nas" != "no"; then
35681 if test "${ac_cv_header_audio_audiolib_h+set}" = set; then 36980 if test "${ac_cv_header_audio_audiolib_h+set}" = set; then
35682 { echo "$as_me:$LINENO: checking for audio/audiolib.h" >&5 36981 { $as_echo "$as_me:$LINENO: checking for audio/audiolib.h" >&5
35683 echo $ECHO_N "checking for audio/audiolib.h... $ECHO_C" >&6; } 36982 $as_echo_n "checking for audio/audiolib.h... " >&6; }
35684 if test "${ac_cv_header_audio_audiolib_h+set}" = set; then 36983 if test "${ac_cv_header_audio_audiolib_h+set}" = set; then
35685 echo $ECHO_N "(cached) $ECHO_C" >&6 36984 $as_echo_n "(cached) " >&6
35686 fi 36985 fi
35687 { echo "$as_me:$LINENO: result: $ac_cv_header_audio_audiolib_h" >&5 36986 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_audio_audiolib_h" >&5
35688 echo "${ECHO_T}$ac_cv_header_audio_audiolib_h" >&6; } 36987 $as_echo "$ac_cv_header_audio_audiolib_h" >&6; }
35689 else 36988 else
35690 # Is the header compilable? 36989 # Is the header compilable?
35691 { echo "$as_me:$LINENO: checking audio/audiolib.h usability" >&5 36990 { $as_echo "$as_me:$LINENO: checking audio/audiolib.h usability" >&5
35692 echo $ECHO_N "checking audio/audiolib.h usability... $ECHO_C" >&6; } 36991 $as_echo_n "checking audio/audiolib.h usability... " >&6; }
35693 cat >conftest.$ac_ext <<_ACEOF 36992 cat >conftest.$ac_ext <<_ACEOF
35694 /* confdefs.h. */ 36993 /* confdefs.h. */
35695 _ACEOF 36994 _ACEOF
35696 cat confdefs.h >>conftest.$ac_ext 36995 cat confdefs.h >>conftest.$ac_ext
35697 cat >>conftest.$ac_ext <<_ACEOF 36996 cat >>conftest.$ac_ext <<_ACEOF
35703 if { (ac_try="$ac_compile" 37002 if { (ac_try="$ac_compile"
35704 case "(($ac_try" in 37003 case "(($ac_try" in
35705 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 37004 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35706 *) ac_try_echo=$ac_try;; 37005 *) ac_try_echo=$ac_try;;
35707 esac 37006 esac
35708 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 37007 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
37008 $as_echo "$ac_try_echo") >&5
35709 (eval "$ac_compile") 2>conftest.er1 37009 (eval "$ac_compile") 2>conftest.er1
35710 ac_status=$? 37010 ac_status=$?
35711 grep -v '^ *+' conftest.er1 >conftest.err 37011 grep -v '^ *+' conftest.er1 >conftest.err
35712 rm -f conftest.er1 37012 rm -f conftest.er1
35713 cat conftest.err >&5 37013 cat conftest.err >&5
35714 echo "$as_me:$LINENO: \$? = $ac_status" >&5 37014 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
35715 (exit $ac_status); } && { 37015 (exit $ac_status); } && {
35716 test -z "$ac_c_werror_flag" || 37016 test -z "$ac_c_werror_flag" ||
35717 test ! -s conftest.err 37017 test ! -s conftest.err
35718 } && test -s conftest.$ac_objext; then 37018 } && test -s conftest.$ac_objext; then
35719 ac_header_compiler=yes 37019 ac_header_compiler=yes
35720 else 37020 else
35721 echo "$as_me: failed program was:" >&5 37021 $as_echo "$as_me: failed program was:" >&5
35722 sed 's/^/| /' conftest.$ac_ext >&5 37022 sed 's/^/| /' conftest.$ac_ext >&5
35723 37023
35724 ac_header_compiler=no 37024 ac_header_compiler=no
35725 fi 37025 fi
35726 37026
35727 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 37027 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35728 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 37028 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
35729 echo "${ECHO_T}$ac_header_compiler" >&6; } 37029 $as_echo "$ac_header_compiler" >&6; }
35730 37030
35731 # Is the header present? 37031 # Is the header present?
35732 { echo "$as_me:$LINENO: checking audio/audiolib.h presence" >&5 37032 { $as_echo "$as_me:$LINENO: checking audio/audiolib.h presence" >&5
35733 echo $ECHO_N "checking audio/audiolib.h presence... $ECHO_C" >&6; } 37033 $as_echo_n "checking audio/audiolib.h presence... " >&6; }
35734 cat >conftest.$ac_ext <<_ACEOF 37034 cat >conftest.$ac_ext <<_ACEOF
35735 /* confdefs.h. */ 37035 /* confdefs.h. */
35736 _ACEOF 37036 _ACEOF
35737 cat confdefs.h >>conftest.$ac_ext 37037 cat confdefs.h >>conftest.$ac_ext
35738 cat >>conftest.$ac_ext <<_ACEOF 37038 cat >>conftest.$ac_ext <<_ACEOF
35742 if { (ac_try="$ac_cpp conftest.$ac_ext" 37042 if { (ac_try="$ac_cpp conftest.$ac_ext"
35743 case "(($ac_try" in 37043 case "(($ac_try" in
35744 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 37044 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35745 *) ac_try_echo=$ac_try;; 37045 *) ac_try_echo=$ac_try;;
35746 esac 37046 esac
35747 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 37047 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
37048 $as_echo "$ac_try_echo") >&5
35748 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 37049 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
35749 ac_status=$? 37050 ac_status=$?
35750 grep -v '^ *+' conftest.er1 >conftest.err 37051 grep -v '^ *+' conftest.er1 >conftest.err
35751 rm -f conftest.er1 37052 rm -f conftest.er1
35752 cat conftest.err >&5 37053 cat conftest.err >&5
35753 echo "$as_me:$LINENO: \$? = $ac_status" >&5 37054 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
35754 (exit $ac_status); } >/dev/null && { 37055 (exit $ac_status); } >/dev/null && {
35755 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 37056 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
35756 test ! -s conftest.err 37057 test ! -s conftest.err
35757 }; then 37058 }; then
35758 ac_header_preproc=yes 37059 ac_header_preproc=yes
35759 else 37060 else
35760 echo "$as_me: failed program was:" >&5 37061 $as_echo "$as_me: failed program was:" >&5
35761 sed 's/^/| /' conftest.$ac_ext >&5 37062 sed 's/^/| /' conftest.$ac_ext >&5
35762 37063
35763 ac_header_preproc=no 37064 ac_header_preproc=no
35764 fi 37065 fi
35765 37066
35766 rm -f conftest.err conftest.$ac_ext 37067 rm -f conftest.err conftest.$ac_ext
35767 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 37068 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
35768 echo "${ECHO_T}$ac_header_preproc" >&6; } 37069 $as_echo "$ac_header_preproc" >&6; }
35769 37070
35770 # So? What about this header? 37071 # So? What about this header?
35771 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 37072 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
35772 yes:no: ) 37073 yes:no: )
35773 { echo "$as_me:$LINENO: WARNING: audio/audiolib.h: accepted by the compiler, rejected by the preprocessor!" >&5 37074 { $as_echo "$as_me:$LINENO: WARNING: audio/audiolib.h: accepted by the compiler, rejected by the preprocessor!" >&5
35774 echo "$as_me: WARNING: audio/audiolib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 37075 $as_echo "$as_me: WARNING: audio/audiolib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
35775 { echo "$as_me:$LINENO: WARNING: audio/audiolib.h: proceeding with the compiler's result" >&5 37076 { $as_echo "$as_me:$LINENO: WARNING: audio/audiolib.h: proceeding with the compiler's result" >&5
35776 echo "$as_me: WARNING: audio/audiolib.h: proceeding with the compiler's result" >&2;} 37077 $as_echo "$as_me: WARNING: audio/audiolib.h: proceeding with the compiler's result" >&2;}
35777 ac_header_preproc=yes 37078 ac_header_preproc=yes
35778 ;; 37079 ;;
35779 no:yes:* ) 37080 no:yes:* )
35780 { echo "$as_me:$LINENO: WARNING: audio/audiolib.h: present but cannot be compiled" >&5 37081 { $as_echo "$as_me:$LINENO: WARNING: audio/audiolib.h: present but cannot be compiled" >&5
35781 echo "$as_me: WARNING: audio/audiolib.h: present but cannot be compiled" >&2;} 37082 $as_echo "$as_me: WARNING: audio/audiolib.h: present but cannot be compiled" >&2;}
35782 { echo "$as_me:$LINENO: WARNING: audio/audiolib.h: check for missing prerequisite headers?" >&5 37083 { $as_echo "$as_me:$LINENO: WARNING: audio/audiolib.h: check for missing prerequisite headers?" >&5
35783 echo "$as_me: WARNING: audio/audiolib.h: check for missing prerequisite headers?" >&2;} 37084 $as_echo "$as_me: WARNING: audio/audiolib.h: check for missing prerequisite headers?" >&2;}
35784 { echo "$as_me:$LINENO: WARNING: audio/audiolib.h: see the Autoconf documentation" >&5 37085 { $as_echo "$as_me:$LINENO: WARNING: audio/audiolib.h: see the Autoconf documentation" >&5
35785 echo "$as_me: WARNING: audio/audiolib.h: see the Autoconf documentation" >&2;} 37086 $as_echo "$as_me: WARNING: audio/audiolib.h: see the Autoconf documentation" >&2;}
35786 { echo "$as_me:$LINENO: WARNING: audio/audiolib.h: section \"Present But Cannot Be Compiled\"" >&5 37087 { $as_echo "$as_me:$LINENO: WARNING: audio/audiolib.h: section \"Present But Cannot Be Compiled\"" >&5
35787 echo "$as_me: WARNING: audio/audiolib.h: section \"Present But Cannot Be Compiled\"" >&2;} 37088 $as_echo "$as_me: WARNING: audio/audiolib.h: section \"Present But Cannot Be Compiled\"" >&2;}
35788 { echo "$as_me:$LINENO: WARNING: audio/audiolib.h: proceeding with the preprocessor's result" >&5 37089 { $as_echo "$as_me:$LINENO: WARNING: audio/audiolib.h: proceeding with the preprocessor's result" >&5
35789 echo "$as_me: WARNING: audio/audiolib.h: proceeding with the preprocessor's result" >&2;} 37090 $as_echo "$as_me: WARNING: audio/audiolib.h: proceeding with the preprocessor's result" >&2;}
35790 { echo "$as_me:$LINENO: WARNING: audio/audiolib.h: in the future, the compiler will take precedence" >&5 37091 { $as_echo "$as_me:$LINENO: WARNING: audio/audiolib.h: in the future, the compiler will take precedence" >&5
35791 echo "$as_me: WARNING: audio/audiolib.h: in the future, the compiler will take precedence" >&2;} 37092 $as_echo "$as_me: WARNING: audio/audiolib.h: in the future, the compiler will take precedence" >&2;}
35792 ( cat <<\_ASBOX 37093 ( cat <<\_ASBOX
35793 ## ------------------------------------- ## 37094 ## ------------------------------------- ##
35794 ## Report this to xemacs-beta@xemacs.org ## 37095 ## Report this to xemacs-beta@xemacs.org ##
35795 ## ------------------------------------- ## 37096 ## ------------------------------------- ##
35796 _ASBOX 37097 _ASBOX
35797 ) | sed "s/^/$as_me: WARNING: /" >&2 37098 ) | sed "s/^/$as_me: WARNING: /" >&2
35798 ;; 37099 ;;
35799 esac 37100 esac
35800 { echo "$as_me:$LINENO: checking for audio/audiolib.h" >&5 37101 { $as_echo "$as_me:$LINENO: checking for audio/audiolib.h" >&5
35801 echo $ECHO_N "checking for audio/audiolib.h... $ECHO_C" >&6; } 37102 $as_echo_n "checking for audio/audiolib.h... " >&6; }
35802 if test "${ac_cv_header_audio_audiolib_h+set}" = set; then 37103 if test "${ac_cv_header_audio_audiolib_h+set}" = set; then
35803 echo $ECHO_N "(cached) $ECHO_C" >&6 37104 $as_echo_n "(cached) " >&6
35804 else 37105 else
35805 ac_cv_header_audio_audiolib_h=$ac_header_preproc 37106 ac_cv_header_audio_audiolib_h=$ac_header_preproc
35806 fi 37107 fi
35807 { echo "$as_me:$LINENO: result: $ac_cv_header_audio_audiolib_h" >&5 37108 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_audio_audiolib_h" >&5
35808 echo "${ECHO_T}$ac_cv_header_audio_audiolib_h" >&6; } 37109 $as_echo "$ac_cv_header_audio_audiolib_h" >&6; }
35809 37110
35810 fi 37111 fi
35811 if test $ac_cv_header_audio_audiolib_h = yes; then 37112 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then
35812 37113
35813 { echo "$as_me:$LINENO: checking for AuOpenServer in -laudio" >&5 37114 { $as_echo "$as_me:$LINENO: checking for AuOpenServer in -laudio" >&5
35814 echo $ECHO_N "checking for AuOpenServer in -laudio... $ECHO_C" >&6; } 37115 $as_echo_n "checking for AuOpenServer in -laudio... " >&6; }
35815 if test "${ac_cv_lib_audio_AuOpenServer+set}" = set; then 37116 if test "${ac_cv_lib_audio_AuOpenServer+set}" = set; then
35816 echo $ECHO_N "(cached) $ECHO_C" >&6 37117 $as_echo_n "(cached) " >&6
35817 else 37118 else
35818 ac_check_lib_save_LIBS=$LIBS 37119 ac_check_lib_save_LIBS=$LIBS
35819 LIBS="-laudio $LIBS" 37120 LIBS="-laudio $LIBS"
35820 cat >conftest.$ac_ext <<_ACEOF 37121 cat >conftest.$ac_ext <<_ACEOF
35821 /* confdefs.h. */ 37122 /* confdefs.h. */
35843 if { (ac_try="$ac_link" 37144 if { (ac_try="$ac_link"
35844 case "(($ac_try" in 37145 case "(($ac_try" in
35845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 37146 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35846 *) ac_try_echo=$ac_try;; 37147 *) ac_try_echo=$ac_try;;
35847 esac 37148 esac
35848 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 37149 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
37150 $as_echo "$ac_try_echo") >&5
35849 (eval "$ac_link") 2>conftest.er1 37151 (eval "$ac_link") 2>conftest.er1
35850 ac_status=$? 37152 ac_status=$?
35851 grep -v '^ *+' conftest.er1 >conftest.err 37153 grep -v '^ *+' conftest.er1 >conftest.err
35852 rm -f conftest.er1 37154 rm -f conftest.er1
35853 cat conftest.err >&5 37155 cat conftest.err >&5
35854 echo "$as_me:$LINENO: \$? = $ac_status" >&5 37156 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
35855 (exit $ac_status); } && { 37157 (exit $ac_status); } && {
35856 test -z "$ac_c_werror_flag" || 37158 test -z "$ac_c_werror_flag" ||
35857 test ! -s conftest.err 37159 test ! -s conftest.err
35858 } && test -s conftest$ac_exeext && 37160 } && test -s conftest$ac_exeext && {
35859 $as_test_x conftest$ac_exeext; then 37161 test "$cross_compiling" = yes ||
37162 $as_test_x conftest$ac_exeext
37163 }; then
35860 ac_cv_lib_audio_AuOpenServer=yes 37164 ac_cv_lib_audio_AuOpenServer=yes
35861 else 37165 else
35862 echo "$as_me: failed program was:" >&5 37166 $as_echo "$as_me: failed program was:" >&5
35863 sed 's/^/| /' conftest.$ac_ext >&5 37167 sed 's/^/| /' conftest.$ac_ext >&5
35864 37168
35865 ac_cv_lib_audio_AuOpenServer=no 37169 ac_cv_lib_audio_AuOpenServer=no
35866 fi 37170 fi
35867 37171
37172 rm -rf conftest.dSYM
35868 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 37173 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35869 conftest$ac_exeext conftest.$ac_ext 37174 conftest$ac_exeext conftest.$ac_ext
35870 LIBS=$ac_check_lib_save_LIBS 37175 LIBS=$ac_check_lib_save_LIBS
35871 fi 37176 fi
35872 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuOpenServer" >&5 37177 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuOpenServer" >&5
35873 echo "${ECHO_T}$ac_cv_lib_audio_AuOpenServer" >&6; } 37178 $as_echo "$ac_cv_lib_audio_AuOpenServer" >&6; }
35874 if test $ac_cv_lib_audio_AuOpenServer = yes; then 37179 if test "x$ac_cv_lib_audio_AuOpenServer" = x""yes; then
35875 have_nas_sound=yes 37180 have_nas_sound=yes
35876 fi 37181 fi
35877 37182
35878 fi 37183 fi
35879 37184
35916 fi 37221 fi
35917 37222
35918 if test "$enable_sound_esd" != "no"; then 37223 if test "$enable_sound_esd" != "no"; then
35919 # Extract the first word of "esd-config", so it can be a program name with args. 37224 # Extract the first word of "esd-config", so it can be a program name with args.
35920 set dummy esd-config; ac_word=$2 37225 set dummy esd-config; ac_word=$2
35921 { echo "$as_me:$LINENO: checking for $ac_word" >&5 37226 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
35922 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 37227 $as_echo_n "checking for $ac_word... " >&6; }
35923 if test "${ac_cv_prog_have_esd_config+set}" = set; then 37228 if test "${ac_cv_prog_have_esd_config+set}" = set; then
35924 echo $ECHO_N "(cached) $ECHO_C" >&6 37229 $as_echo_n "(cached) " >&6
35925 else 37230 else
35926 if test -n "$have_esd_config"; then 37231 if test -n "$have_esd_config"; then
35927 ac_cv_prog_have_esd_config="$have_esd_config" # Let the user override the test. 37232 ac_cv_prog_have_esd_config="$have_esd_config" # Let the user override the test.
35928 else 37233 else
35929 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 37234 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
35932 IFS=$as_save_IFS 37237 IFS=$as_save_IFS
35933 test -z "$as_dir" && as_dir=. 37238 test -z "$as_dir" && as_dir=.
35934 for ac_exec_ext in '' $ac_executable_extensions; do 37239 for ac_exec_ext in '' $ac_executable_extensions; do
35935 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 37240 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
35936 ac_cv_prog_have_esd_config="yes" 37241 ac_cv_prog_have_esd_config="yes"
35937 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 37242 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
35938 break 2 37243 break 2
35939 fi 37244 fi
35940 done 37245 done
35941 done 37246 done
35942 IFS=$as_save_IFS 37247 IFS=$as_save_IFS
35944 test -z "$ac_cv_prog_have_esd_config" && ac_cv_prog_have_esd_config="no" 37249 test -z "$ac_cv_prog_have_esd_config" && ac_cv_prog_have_esd_config="no"
35945 fi 37250 fi
35946 fi 37251 fi
35947 have_esd_config=$ac_cv_prog_have_esd_config 37252 have_esd_config=$ac_cv_prog_have_esd_config
35948 if test -n "$have_esd_config"; then 37253 if test -n "$have_esd_config"; then
35949 { echo "$as_me:$LINENO: result: $have_esd_config" >&5 37254 { $as_echo "$as_me:$LINENO: result: $have_esd_config" >&5
35950 echo "${ECHO_T}$have_esd_config" >&6; } 37255 $as_echo "$have_esd_config" >&6; }
35951 else 37256 else
35952 { echo "$as_me:$LINENO: result: no" >&5 37257 { $as_echo "$as_me:$LINENO: result: no" >&5
35953 echo "${ECHO_T}no" >&6; } 37258 $as_echo "no" >&6; }
35954 fi 37259 fi
35955 37260
35956 37261
35957 if test "$have_esd_config" = "yes"; then 37262 if test "$have_esd_config" = "yes"; then
35958 save_c_switch_site="$c_switch_site" save_LIBS="$LIBS" 37263 save_c_switch_site="$c_switch_site" save_LIBS="$LIBS"
35959 c_switch_site="$c_switch_site `esd-config --cflags`" && if test "$verbose" = "yes"; then echo " Appending \"`esd-config --cflags`\" to \$c_switch_site"; fi 37264 c_switch_site="$c_switch_site `esd-config --cflags`" && if test "$verbose" = "yes"; then echo " Appending \"`esd-config --cflags`\" to \$c_switch_site"; fi
35960 LIBS="`esd-config --libs` $LIBS" && if test "$verbose" = "yes"; then echo " Prepending \"`esd-config --libs`\" to \$LIBS"; fi 37265 LIBS="`esd-config --libs` $LIBS" && if test "$verbose" = "yes"; then echo " Prepending \"`esd-config --libs`\" to \$LIBS"; fi
35961 { echo "$as_me:$LINENO: checking for esd_play_stream" >&5 37266 { $as_echo "$as_me:$LINENO: checking for esd_play_stream" >&5
35962 echo $ECHO_N "checking for esd_play_stream... $ECHO_C" >&6; } 37267 $as_echo_n "checking for esd_play_stream... " >&6; }
35963 if test "${ac_cv_func_esd_play_stream+set}" = set; then 37268 if test "${ac_cv_func_esd_play_stream+set}" = set; then
35964 echo $ECHO_N "(cached) $ECHO_C" >&6 37269 $as_echo_n "(cached) " >&6
35965 else 37270 else
35966 cat >conftest.$ac_ext <<_ACEOF 37271 cat >conftest.$ac_ext <<_ACEOF
35967 /* confdefs.h. */ 37272 /* confdefs.h. */
35968 _ACEOF 37273 _ACEOF
35969 cat confdefs.h >>conftest.$ac_ext 37274 cat confdefs.h >>conftest.$ac_ext
36012 if { (ac_try="$ac_link" 37317 if { (ac_try="$ac_link"
36013 case "(($ac_try" in 37318 case "(($ac_try" in
36014 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 37319 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36015 *) ac_try_echo=$ac_try;; 37320 *) ac_try_echo=$ac_try;;
36016 esac 37321 esac
36017 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 37322 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
37323 $as_echo "$ac_try_echo") >&5
36018 (eval "$ac_link") 2>conftest.er1 37324 (eval "$ac_link") 2>conftest.er1
36019 ac_status=$? 37325 ac_status=$?
36020 grep -v '^ *+' conftest.er1 >conftest.err 37326 grep -v '^ *+' conftest.er1 >conftest.err
36021 rm -f conftest.er1 37327 rm -f conftest.er1
36022 cat conftest.err >&5 37328 cat conftest.err >&5
36023 echo "$as_me:$LINENO: \$? = $ac_status" >&5 37329 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
36024 (exit $ac_status); } && { 37330 (exit $ac_status); } && {
36025 test -z "$ac_c_werror_flag" || 37331 test -z "$ac_c_werror_flag" ||
36026 test ! -s conftest.err 37332 test ! -s conftest.err
36027 } && test -s conftest$ac_exeext && 37333 } && test -s conftest$ac_exeext && {
36028 $as_test_x conftest$ac_exeext; then 37334 test "$cross_compiling" = yes ||
37335 $as_test_x conftest$ac_exeext
37336 }; then
36029 ac_cv_func_esd_play_stream=yes 37337 ac_cv_func_esd_play_stream=yes
36030 else 37338 else
36031 echo "$as_me: failed program was:" >&5 37339 $as_echo "$as_me: failed program was:" >&5
36032 sed 's/^/| /' conftest.$ac_ext >&5 37340 sed 's/^/| /' conftest.$ac_ext >&5
36033 37341
36034 ac_cv_func_esd_play_stream=no 37342 ac_cv_func_esd_play_stream=no
36035 fi 37343 fi
36036 37344
37345 rm -rf conftest.dSYM
36037 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 37346 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36038 conftest$ac_exeext conftest.$ac_ext 37347 conftest$ac_exeext conftest.$ac_ext
36039 fi 37348 fi
36040 { echo "$as_me:$LINENO: result: $ac_cv_func_esd_play_stream" >&5 37349 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_esd_play_stream" >&5
36041 echo "${ECHO_T}$ac_cv_func_esd_play_stream" >&6; } 37350 $as_echo "$ac_cv_func_esd_play_stream" >&6; }
36042 if test $ac_cv_func_esd_play_stream = yes; then 37351 if test "x$ac_cv_func_esd_play_stream" = x""yes; then
36043 have_esd_sound=yes 37352 have_esd_sound=yes
36044 else 37353 else
36045 c_switch_site="$save_c_switch_site" LIBS="$save_LIBS" 37354 c_switch_site="$save_c_switch_site" LIBS="$save_LIBS"
36046 fi 37355 fi
36047 37356
36070 37379
36071 37380
36072 test -z "$with_tty" && with_tty=yes 37381 test -z "$with_tty" && with_tty=yes
36073 37382
36074 if test "$with_tty" = "yes" ; then 37383 if test "$with_tty" = "yes" ; then
36075 { echo "$as_me:$LINENO: checking for TTY-related features" >&5 37384 { $as_echo "$as_me:$LINENO: checking for TTY-related features" >&5
36076 echo $ECHO_N "checking for TTY-related features... $ECHO_C" >&6; } 37385 $as_echo_n "checking for TTY-related features... " >&6; }
36077 { echo "$as_me:$LINENO: result: " >&5 37386 { $as_echo "$as_me:$LINENO: result: " >&5
36078 echo "${ECHO_T}" >&6; } 37387 $as_echo "" >&6; }
36079 cat >>confdefs.h <<\_ACEOF 37388 cat >>confdefs.h <<\_ACEOF
36080 #define HAVE_TTY 1 37389 #define HAVE_TTY 1
36081 _ACEOF 37390 _ACEOF
36082 37391
36083 37392
36084 if test -z "$with_ncurses"; then 37393 if test -z "$with_ncurses"; then
36085 { echo "$as_me:$LINENO: checking for tgetent in -lncurses" >&5 37394 { $as_echo "$as_me:$LINENO: checking for tgetent in -lncurses" >&5
36086 echo $ECHO_N "checking for tgetent in -lncurses... $ECHO_C" >&6; } 37395 $as_echo_n "checking for tgetent in -lncurses... " >&6; }
36087 if test "${ac_cv_lib_ncurses_tgetent+set}" = set; then 37396 if test "${ac_cv_lib_ncurses_tgetent+set}" = set; then
36088 echo $ECHO_N "(cached) $ECHO_C" >&6 37397 $as_echo_n "(cached) " >&6
36089 else 37398 else
36090 ac_check_lib_save_LIBS=$LIBS 37399 ac_check_lib_save_LIBS=$LIBS
36091 LIBS="-lncurses $LIBS" 37400 LIBS="-lncurses $LIBS"
36092 cat >conftest.$ac_ext <<_ACEOF 37401 cat >conftest.$ac_ext <<_ACEOF
36093 /* confdefs.h. */ 37402 /* confdefs.h. */
36115 if { (ac_try="$ac_link" 37424 if { (ac_try="$ac_link"
36116 case "(($ac_try" in 37425 case "(($ac_try" in
36117 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 37426 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36118 *) ac_try_echo=$ac_try;; 37427 *) ac_try_echo=$ac_try;;
36119 esac 37428 esac
36120 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 37429 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
37430 $as_echo "$ac_try_echo") >&5
36121 (eval "$ac_link") 2>conftest.er1 37431 (eval "$ac_link") 2>conftest.er1
36122 ac_status=$? 37432 ac_status=$?
36123 grep -v '^ *+' conftest.er1 >conftest.err 37433 grep -v '^ *+' conftest.er1 >conftest.err
36124 rm -f conftest.er1 37434 rm -f conftest.er1
36125 cat conftest.err >&5 37435 cat conftest.err >&5
36126 echo "$as_me:$LINENO: \$? = $ac_status" >&5 37436 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
36127 (exit $ac_status); } && { 37437 (exit $ac_status); } && {
36128 test -z "$ac_c_werror_flag" || 37438 test -z "$ac_c_werror_flag" ||
36129 test ! -s conftest.err 37439 test ! -s conftest.err
36130 } && test -s conftest$ac_exeext && 37440 } && test -s conftest$ac_exeext && {
36131 $as_test_x conftest$ac_exeext; then 37441 test "$cross_compiling" = yes ||
37442 $as_test_x conftest$ac_exeext
37443 }; then
36132 ac_cv_lib_ncurses_tgetent=yes 37444 ac_cv_lib_ncurses_tgetent=yes
36133 else 37445 else
36134 echo "$as_me: failed program was:" >&5 37446 $as_echo "$as_me: failed program was:" >&5
36135 sed 's/^/| /' conftest.$ac_ext >&5 37447 sed 's/^/| /' conftest.$ac_ext >&5
36136 37448
36137 ac_cv_lib_ncurses_tgetent=no 37449 ac_cv_lib_ncurses_tgetent=no
36138 fi 37450 fi
36139 37451
37452 rm -rf conftest.dSYM
36140 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 37453 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36141 conftest$ac_exeext conftest.$ac_ext 37454 conftest$ac_exeext conftest.$ac_ext
36142 LIBS=$ac_check_lib_save_LIBS 37455 LIBS=$ac_check_lib_save_LIBS
36143 fi 37456 fi
36144 { echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_tgetent" >&5 37457 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_tgetent" >&5
36145 echo "${ECHO_T}$ac_cv_lib_ncurses_tgetent" >&6; } 37458 $as_echo "$ac_cv_lib_ncurses_tgetent" >&6; }
36146 if test $ac_cv_lib_ncurses_tgetent = yes; then 37459 if test "x$ac_cv_lib_ncurses_tgetent" = x""yes; then
36147 with_ncurses=yes 37460 with_ncurses=yes
36148 else 37461 else
36149 with_ncurses=no 37462 with_ncurses=no
36150 fi 37463 fi
36151 37464
36154 cat >>confdefs.h <<\_ACEOF 37467 cat >>confdefs.h <<\_ACEOF
36155 #define HAVE_NCURSES 1 37468 #define HAVE_NCURSES 1
36156 _ACEOF 37469 _ACEOF
36157 37470
36158 if test "${ac_cv_header_ncurses_curses_h+set}" = set; then 37471 if test "${ac_cv_header_ncurses_curses_h+set}" = set; then
36159 { echo "$as_me:$LINENO: checking for ncurses/curses.h" >&5 37472 { $as_echo "$as_me:$LINENO: checking for ncurses/curses.h" >&5
36160 echo $ECHO_N "checking for ncurses/curses.h... $ECHO_C" >&6; } 37473 $as_echo_n "checking for ncurses/curses.h... " >&6; }
36161 if test "${ac_cv_header_ncurses_curses_h+set}" = set; then 37474 if test "${ac_cv_header_ncurses_curses_h+set}" = set; then
36162 echo $ECHO_N "(cached) $ECHO_C" >&6 37475 $as_echo_n "(cached) " >&6
36163 fi 37476 fi
36164 { echo "$as_me:$LINENO: result: $ac_cv_header_ncurses_curses_h" >&5 37477 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_ncurses_curses_h" >&5
36165 echo "${ECHO_T}$ac_cv_header_ncurses_curses_h" >&6; } 37478 $as_echo "$ac_cv_header_ncurses_curses_h" >&6; }
36166 else 37479 else
36167 # Is the header compilable? 37480 # Is the header compilable?
36168 { echo "$as_me:$LINENO: checking ncurses/curses.h usability" >&5 37481 { $as_echo "$as_me:$LINENO: checking ncurses/curses.h usability" >&5
36169 echo $ECHO_N "checking ncurses/curses.h usability... $ECHO_C" >&6; } 37482 $as_echo_n "checking ncurses/curses.h usability... " >&6; }
36170 cat >conftest.$ac_ext <<_ACEOF 37483 cat >conftest.$ac_ext <<_ACEOF
36171 /* confdefs.h. */ 37484 /* confdefs.h. */
36172 _ACEOF 37485 _ACEOF
36173 cat confdefs.h >>conftest.$ac_ext 37486 cat confdefs.h >>conftest.$ac_ext
36174 cat >>conftest.$ac_ext <<_ACEOF 37487 cat >>conftest.$ac_ext <<_ACEOF
36180 if { (ac_try="$ac_compile" 37493 if { (ac_try="$ac_compile"
36181 case "(($ac_try" in 37494 case "(($ac_try" in
36182 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 37495 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36183 *) ac_try_echo=$ac_try;; 37496 *) ac_try_echo=$ac_try;;
36184 esac 37497 esac
36185 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 37498 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
37499 $as_echo "$ac_try_echo") >&5
36186 (eval "$ac_compile") 2>conftest.er1 37500 (eval "$ac_compile") 2>conftest.er1
36187 ac_status=$? 37501 ac_status=$?
36188 grep -v '^ *+' conftest.er1 >conftest.err 37502 grep -v '^ *+' conftest.er1 >conftest.err
36189 rm -f conftest.er1 37503 rm -f conftest.er1
36190 cat conftest.err >&5 37504 cat conftest.err >&5
36191 echo "$as_me:$LINENO: \$? = $ac_status" >&5 37505 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
36192 (exit $ac_status); } && { 37506 (exit $ac_status); } && {
36193 test -z "$ac_c_werror_flag" || 37507 test -z "$ac_c_werror_flag" ||
36194 test ! -s conftest.err 37508 test ! -s conftest.err
36195 } && test -s conftest.$ac_objext; then 37509 } && test -s conftest.$ac_objext; then
36196 ac_header_compiler=yes 37510 ac_header_compiler=yes
36197 else 37511 else
36198 echo "$as_me: failed program was:" >&5 37512 $as_echo "$as_me: failed program was:" >&5
36199 sed 's/^/| /' conftest.$ac_ext >&5 37513 sed 's/^/| /' conftest.$ac_ext >&5
36200 37514
36201 ac_header_compiler=no 37515 ac_header_compiler=no
36202 fi 37516 fi
36203 37517
36204 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 37518 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36205 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 37519 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
36206 echo "${ECHO_T}$ac_header_compiler" >&6; } 37520 $as_echo "$ac_header_compiler" >&6; }
36207 37521
36208 # Is the header present? 37522 # Is the header present?
36209 { echo "$as_me:$LINENO: checking ncurses/curses.h presence" >&5 37523 { $as_echo "$as_me:$LINENO: checking ncurses/curses.h presence" >&5
36210 echo $ECHO_N "checking ncurses/curses.h presence... $ECHO_C" >&6; } 37524 $as_echo_n "checking ncurses/curses.h presence... " >&6; }
36211 cat >conftest.$ac_ext <<_ACEOF 37525 cat >conftest.$ac_ext <<_ACEOF
36212 /* confdefs.h. */ 37526 /* confdefs.h. */
36213 _ACEOF 37527 _ACEOF
36214 cat confdefs.h >>conftest.$ac_ext 37528 cat confdefs.h >>conftest.$ac_ext
36215 cat >>conftest.$ac_ext <<_ACEOF 37529 cat >>conftest.$ac_ext <<_ACEOF
36219 if { (ac_try="$ac_cpp conftest.$ac_ext" 37533 if { (ac_try="$ac_cpp conftest.$ac_ext"
36220 case "(($ac_try" in 37534 case "(($ac_try" in
36221 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 37535 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36222 *) ac_try_echo=$ac_try;; 37536 *) ac_try_echo=$ac_try;;
36223 esac 37537 esac
36224 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 37538 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
37539 $as_echo "$ac_try_echo") >&5
36225 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 37540 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
36226 ac_status=$? 37541 ac_status=$?
36227 grep -v '^ *+' conftest.er1 >conftest.err 37542 grep -v '^ *+' conftest.er1 >conftest.err
36228 rm -f conftest.er1 37543 rm -f conftest.er1
36229 cat conftest.err >&5 37544 cat conftest.err >&5
36230 echo "$as_me:$LINENO: \$? = $ac_status" >&5 37545 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
36231 (exit $ac_status); } >/dev/null && { 37546 (exit $ac_status); } >/dev/null && {
36232 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 37547 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
36233 test ! -s conftest.err 37548 test ! -s conftest.err
36234 }; then 37549 }; then
36235 ac_header_preproc=yes 37550 ac_header_preproc=yes
36236 else 37551 else
36237 echo "$as_me: failed program was:" >&5 37552 $as_echo "$as_me: failed program was:" >&5
36238 sed 's/^/| /' conftest.$ac_ext >&5 37553 sed 's/^/| /' conftest.$ac_ext >&5
36239 37554
36240 ac_header_preproc=no 37555 ac_header_preproc=no
36241 fi 37556 fi
36242 37557
36243 rm -f conftest.err conftest.$ac_ext 37558 rm -f conftest.err conftest.$ac_ext
36244 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 37559 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
36245 echo "${ECHO_T}$ac_header_preproc" >&6; } 37560 $as_echo "$ac_header_preproc" >&6; }
36246 37561
36247 # So? What about this header? 37562 # So? What about this header?
36248 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 37563 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
36249 yes:no: ) 37564 yes:no: )
36250 { echo "$as_me:$LINENO: WARNING: ncurses/curses.h: accepted by the compiler, rejected by the preprocessor!" >&5 37565 { $as_echo "$as_me:$LINENO: WARNING: ncurses/curses.h: accepted by the compiler, rejected by the preprocessor!" >&5
36251 echo "$as_me: WARNING: ncurses/curses.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 37566 $as_echo "$as_me: WARNING: ncurses/curses.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
36252 { echo "$as_me:$LINENO: WARNING: ncurses/curses.h: proceeding with the compiler's result" >&5 37567 { $as_echo "$as_me:$LINENO: WARNING: ncurses/curses.h: proceeding with the compiler's result" >&5
36253 echo "$as_me: WARNING: ncurses/curses.h: proceeding with the compiler's result" >&2;} 37568 $as_echo "$as_me: WARNING: ncurses/curses.h: proceeding with the compiler's result" >&2;}
36254 ac_header_preproc=yes 37569 ac_header_preproc=yes
36255 ;; 37570 ;;
36256 no:yes:* ) 37571 no:yes:* )
36257 { echo "$as_me:$LINENO: WARNING: ncurses/curses.h: present but cannot be compiled" >&5 37572 { $as_echo "$as_me:$LINENO: WARNING: ncurses/curses.h: present but cannot be compiled" >&5
36258 echo "$as_me: WARNING: ncurses/curses.h: present but cannot be compiled" >&2;} 37573 $as_echo "$as_me: WARNING: ncurses/curses.h: present but cannot be compiled" >&2;}
36259 { echo "$as_me:$LINENO: WARNING: ncurses/curses.h: check for missing prerequisite headers?" >&5 37574 { $as_echo "$as_me:$LINENO: WARNING: ncurses/curses.h: check for missing prerequisite headers?" >&5
36260 echo "$as_me: WARNING: ncurses/curses.h: check for missing prerequisite headers?" >&2;} 37575 $as_echo "$as_me: WARNING: ncurses/curses.h: check for missing prerequisite headers?" >&2;}
36261 { echo "$as_me:$LINENO: WARNING: ncurses/curses.h: see the Autoconf documentation" >&5 37576 { $as_echo "$as_me:$LINENO: WARNING: ncurses/curses.h: see the Autoconf documentation" >&5
36262 echo "$as_me: WARNING: ncurses/curses.h: see the Autoconf documentation" >&2;} 37577 $as_echo "$as_me: WARNING: ncurses/curses.h: see the Autoconf documentation" >&2;}
36263 { echo "$as_me:$LINENO: WARNING: ncurses/curses.h: section \"Present But Cannot Be Compiled\"" >&5 37578 { $as_echo "$as_me:$LINENO: WARNING: ncurses/curses.h: section \"Present But Cannot Be Compiled\"" >&5
36264 echo "$as_me: WARNING: ncurses/curses.h: section \"Present But Cannot Be Compiled\"" >&2;} 37579 $as_echo "$as_me: WARNING: ncurses/curses.h: section \"Present But Cannot Be Compiled\"" >&2;}
36265 { echo "$as_me:$LINENO: WARNING: ncurses/curses.h: proceeding with the preprocessor's result" >&5 37580 { $as_echo "$as_me:$LINENO: WARNING: ncurses/curses.h: proceeding with the preprocessor's result" >&5
36266 echo "$as_me: WARNING: ncurses/curses.h: proceeding with the preprocessor's result" >&2;} 37581 $as_echo "$as_me: WARNING: ncurses/curses.h: proceeding with the preprocessor's result" >&2;}
36267 { echo "$as_me:$LINENO: WARNING: ncurses/curses.h: in the future, the compiler will take precedence" >&5 37582 { $as_echo "$as_me:$LINENO: WARNING: ncurses/curses.h: in the future, the compiler will take precedence" >&5
36268 echo "$as_me: WARNING: ncurses/curses.h: in the future, the compiler will take precedence" >&2;} 37583 $as_echo "$as_me: WARNING: ncurses/curses.h: in the future, the compiler will take precedence" >&2;}
36269 ( cat <<\_ASBOX 37584 ( cat <<\_ASBOX
36270 ## ------------------------------------- ## 37585 ## ------------------------------------- ##
36271 ## Report this to xemacs-beta@xemacs.org ## 37586 ## Report this to xemacs-beta@xemacs.org ##
36272 ## ------------------------------------- ## 37587 ## ------------------------------------- ##
36273 _ASBOX 37588 _ASBOX
36274 ) | sed "s/^/$as_me: WARNING: /" >&2 37589 ) | sed "s/^/$as_me: WARNING: /" >&2
36275 ;; 37590 ;;
36276 esac 37591 esac
36277 { echo "$as_me:$LINENO: checking for ncurses/curses.h" >&5 37592 { $as_echo "$as_me:$LINENO: checking for ncurses/curses.h" >&5
36278 echo $ECHO_N "checking for ncurses/curses.h... $ECHO_C" >&6; } 37593 $as_echo_n "checking for ncurses/curses.h... " >&6; }
36279 if test "${ac_cv_header_ncurses_curses_h+set}" = set; then 37594 if test "${ac_cv_header_ncurses_curses_h+set}" = set; then
36280 echo $ECHO_N "(cached) $ECHO_C" >&6 37595 $as_echo_n "(cached) " >&6
36281 else 37596 else
36282 ac_cv_header_ncurses_curses_h=$ac_header_preproc 37597 ac_cv_header_ncurses_curses_h=$ac_header_preproc
36283 fi 37598 fi
36284 { echo "$as_me:$LINENO: result: $ac_cv_header_ncurses_curses_h" >&5 37599 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_ncurses_curses_h" >&5
36285 echo "${ECHO_T}$ac_cv_header_ncurses_curses_h" >&6; } 37600 $as_echo "$ac_cv_header_ncurses_curses_h" >&6; }
36286 37601
36287 fi 37602 fi
36288 if test $ac_cv_header_ncurses_curses_h = yes; then 37603 if test "x$ac_cv_header_ncurses_curses_h" = x""yes; then
36289 curses_h_file=ncurses/curses.h 37604 curses_h_file=ncurses/curses.h
36290 fi 37605 fi
36291 37606
36292 37607
36293 if test "${ac_cv_header_ncurses_term_h+set}" = set; then 37608 if test "${ac_cv_header_ncurses_term_h+set}" = set; then
36294 { echo "$as_me:$LINENO: checking for ncurses/term.h" >&5 37609 { $as_echo "$as_me:$LINENO: checking for ncurses/term.h" >&5
36295 echo $ECHO_N "checking for ncurses/term.h... $ECHO_C" >&6; } 37610 $as_echo_n "checking for ncurses/term.h... " >&6; }
36296 if test "${ac_cv_header_ncurses_term_h+set}" = set; then 37611 if test "${ac_cv_header_ncurses_term_h+set}" = set; then
36297 echo $ECHO_N "(cached) $ECHO_C" >&6 37612 $as_echo_n "(cached) " >&6
36298 fi 37613 fi
36299 { echo "$as_me:$LINENO: result: $ac_cv_header_ncurses_term_h" >&5 37614 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_ncurses_term_h" >&5
36300 echo "${ECHO_T}$ac_cv_header_ncurses_term_h" >&6; } 37615 $as_echo "$ac_cv_header_ncurses_term_h" >&6; }
36301 else 37616 else
36302 # Is the header compilable? 37617 # Is the header compilable?
36303 { echo "$as_me:$LINENO: checking ncurses/term.h usability" >&5 37618 { $as_echo "$as_me:$LINENO: checking ncurses/term.h usability" >&5
36304 echo $ECHO_N "checking ncurses/term.h usability... $ECHO_C" >&6; } 37619 $as_echo_n "checking ncurses/term.h usability... " >&6; }
36305 cat >conftest.$ac_ext <<_ACEOF 37620 cat >conftest.$ac_ext <<_ACEOF
36306 /* confdefs.h. */ 37621 /* confdefs.h. */
36307 _ACEOF 37622 _ACEOF
36308 cat confdefs.h >>conftest.$ac_ext 37623 cat confdefs.h >>conftest.$ac_ext
36309 cat >>conftest.$ac_ext <<_ACEOF 37624 cat >>conftest.$ac_ext <<_ACEOF
36315 if { (ac_try="$ac_compile" 37630 if { (ac_try="$ac_compile"
36316 case "(($ac_try" in 37631 case "(($ac_try" in
36317 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 37632 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36318 *) ac_try_echo=$ac_try;; 37633 *) ac_try_echo=$ac_try;;
36319 esac 37634 esac
36320 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 37635 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
37636 $as_echo "$ac_try_echo") >&5
36321 (eval "$ac_compile") 2>conftest.er1 37637 (eval "$ac_compile") 2>conftest.er1
36322 ac_status=$? 37638 ac_status=$?
36323 grep -v '^ *+' conftest.er1 >conftest.err 37639 grep -v '^ *+' conftest.er1 >conftest.err
36324 rm -f conftest.er1 37640 rm -f conftest.er1
36325 cat conftest.err >&5 37641 cat conftest.err >&5
36326 echo "$as_me:$LINENO: \$? = $ac_status" >&5 37642 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
36327 (exit $ac_status); } && { 37643 (exit $ac_status); } && {
36328 test -z "$ac_c_werror_flag" || 37644 test -z "$ac_c_werror_flag" ||
36329 test ! -s conftest.err 37645 test ! -s conftest.err
36330 } && test -s conftest.$ac_objext; then 37646 } && test -s conftest.$ac_objext; then
36331 ac_header_compiler=yes 37647 ac_header_compiler=yes
36332 else 37648 else
36333 echo "$as_me: failed program was:" >&5 37649 $as_echo "$as_me: failed program was:" >&5
36334 sed 's/^/| /' conftest.$ac_ext >&5 37650 sed 's/^/| /' conftest.$ac_ext >&5
36335 37651
36336 ac_header_compiler=no 37652 ac_header_compiler=no
36337 fi 37653 fi
36338 37654
36339 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 37655 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36340 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 37656 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
36341 echo "${ECHO_T}$ac_header_compiler" >&6; } 37657 $as_echo "$ac_header_compiler" >&6; }
36342 37658
36343 # Is the header present? 37659 # Is the header present?
36344 { echo "$as_me:$LINENO: checking ncurses/term.h presence" >&5 37660 { $as_echo "$as_me:$LINENO: checking ncurses/term.h presence" >&5
36345 echo $ECHO_N "checking ncurses/term.h presence... $ECHO_C" >&6; } 37661 $as_echo_n "checking ncurses/term.h presence... " >&6; }
36346 cat >conftest.$ac_ext <<_ACEOF 37662 cat >conftest.$ac_ext <<_ACEOF
36347 /* confdefs.h. */ 37663 /* confdefs.h. */
36348 _ACEOF 37664 _ACEOF
36349 cat confdefs.h >>conftest.$ac_ext 37665 cat confdefs.h >>conftest.$ac_ext
36350 cat >>conftest.$ac_ext <<_ACEOF 37666 cat >>conftest.$ac_ext <<_ACEOF
36354 if { (ac_try="$ac_cpp conftest.$ac_ext" 37670 if { (ac_try="$ac_cpp conftest.$ac_ext"
36355 case "(($ac_try" in 37671 case "(($ac_try" in
36356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 37672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36357 *) ac_try_echo=$ac_try;; 37673 *) ac_try_echo=$ac_try;;
36358 esac 37674 esac
36359 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 37675 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
37676 $as_echo "$ac_try_echo") >&5
36360 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 37677 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
36361 ac_status=$? 37678 ac_status=$?
36362 grep -v '^ *+' conftest.er1 >conftest.err 37679 grep -v '^ *+' conftest.er1 >conftest.err
36363 rm -f conftest.er1 37680 rm -f conftest.er1
36364 cat conftest.err >&5 37681 cat conftest.err >&5
36365 echo "$as_me:$LINENO: \$? = $ac_status" >&5 37682 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
36366 (exit $ac_status); } >/dev/null && { 37683 (exit $ac_status); } >/dev/null && {
36367 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 37684 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
36368 test ! -s conftest.err 37685 test ! -s conftest.err
36369 }; then 37686 }; then
36370 ac_header_preproc=yes 37687 ac_header_preproc=yes
36371 else 37688 else
36372 echo "$as_me: failed program was:" >&5 37689 $as_echo "$as_me: failed program was:" >&5
36373 sed 's/^/| /' conftest.$ac_ext >&5 37690 sed 's/^/| /' conftest.$ac_ext >&5
36374 37691
36375 ac_header_preproc=no 37692 ac_header_preproc=no
36376 fi 37693 fi
36377 37694
36378 rm -f conftest.err conftest.$ac_ext 37695 rm -f conftest.err conftest.$ac_ext
36379 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 37696 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
36380 echo "${ECHO_T}$ac_header_preproc" >&6; } 37697 $as_echo "$ac_header_preproc" >&6; }
36381 37698
36382 # So? What about this header? 37699 # So? What about this header?
36383 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 37700 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
36384 yes:no: ) 37701 yes:no: )
36385 { echo "$as_me:$LINENO: WARNING: ncurses/term.h: accepted by the compiler, rejected by the preprocessor!" >&5 37702 { $as_echo "$as_me:$LINENO: WARNING: ncurses/term.h: accepted by the compiler, rejected by the preprocessor!" >&5
36386 echo "$as_me: WARNING: ncurses/term.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 37703 $as_echo "$as_me: WARNING: ncurses/term.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
36387 { echo "$as_me:$LINENO: WARNING: ncurses/term.h: proceeding with the compiler's result" >&5 37704 { $as_echo "$as_me:$LINENO: WARNING: ncurses/term.h: proceeding with the compiler's result" >&5
36388 echo "$as_me: WARNING: ncurses/term.h: proceeding with the compiler's result" >&2;} 37705 $as_echo "$as_me: WARNING: ncurses/term.h: proceeding with the compiler's result" >&2;}
36389 ac_header_preproc=yes 37706 ac_header_preproc=yes
36390 ;; 37707 ;;
36391 no:yes:* ) 37708 no:yes:* )
36392 { echo "$as_me:$LINENO: WARNING: ncurses/term.h: present but cannot be compiled" >&5 37709 { $as_echo "$as_me:$LINENO: WARNING: ncurses/term.h: present but cannot be compiled" >&5
36393 echo "$as_me: WARNING: ncurses/term.h: present but cannot be compiled" >&2;} 37710 $as_echo "$as_me: WARNING: ncurses/term.h: present but cannot be compiled" >&2;}
36394 { echo "$as_me:$LINENO: WARNING: ncurses/term.h: check for missing prerequisite headers?" >&5 37711 { $as_echo "$as_me:$LINENO: WARNING: ncurses/term.h: check for missing prerequisite headers?" >&5
36395 echo "$as_me: WARNING: ncurses/term.h: check for missing prerequisite headers?" >&2;} 37712 $as_echo "$as_me: WARNING: ncurses/term.h: check for missing prerequisite headers?" >&2;}
36396 { echo "$as_me:$LINENO: WARNING: ncurses/term.h: see the Autoconf documentation" >&5 37713 { $as_echo "$as_me:$LINENO: WARNING: ncurses/term.h: see the Autoconf documentation" >&5
36397 echo "$as_me: WARNING: ncurses/term.h: see the Autoconf documentation" >&2;} 37714 $as_echo "$as_me: WARNING: ncurses/term.h: see the Autoconf documentation" >&2;}
36398 { echo "$as_me:$LINENO: WARNING: ncurses/term.h: section \"Present But Cannot Be Compiled\"" >&5 37715 { $as_echo "$as_me:$LINENO: WARNING: ncurses/term.h: section \"Present But Cannot Be Compiled\"" >&5
36399 echo "$as_me: WARNING: ncurses/term.h: section \"Present But Cannot Be Compiled\"" >&2;} 37716 $as_echo "$as_me: WARNING: ncurses/term.h: section \"Present But Cannot Be Compiled\"" >&2;}
36400 { echo "$as_me:$LINENO: WARNING: ncurses/term.h: proceeding with the preprocessor's result" >&5 37717 { $as_echo "$as_me:$LINENO: WARNING: ncurses/term.h: proceeding with the preprocessor's result" >&5
36401 echo "$as_me: WARNING: ncurses/term.h: proceeding with the preprocessor's result" >&2;} 37718 $as_echo "$as_me: WARNING: ncurses/term.h: proceeding with the preprocessor's result" >&2;}
36402 { echo "$as_me:$LINENO: WARNING: ncurses/term.h: in the future, the compiler will take precedence" >&5 37719 { $as_echo "$as_me:$LINENO: WARNING: ncurses/term.h: in the future, the compiler will take precedence" >&5
36403 echo "$as_me: WARNING: ncurses/term.h: in the future, the compiler will take precedence" >&2;} 37720 $as_echo "$as_me: WARNING: ncurses/term.h: in the future, the compiler will take precedence" >&2;}
36404 ( cat <<\_ASBOX 37721 ( cat <<\_ASBOX
36405 ## ------------------------------------- ## 37722 ## ------------------------------------- ##
36406 ## Report this to xemacs-beta@xemacs.org ## 37723 ## Report this to xemacs-beta@xemacs.org ##
36407 ## ------------------------------------- ## 37724 ## ------------------------------------- ##
36408 _ASBOX 37725 _ASBOX
36409 ) | sed "s/^/$as_me: WARNING: /" >&2 37726 ) | sed "s/^/$as_me: WARNING: /" >&2
36410 ;; 37727 ;;
36411 esac 37728 esac
36412 { echo "$as_me:$LINENO: checking for ncurses/term.h" >&5 37729 { $as_echo "$as_me:$LINENO: checking for ncurses/term.h" >&5
36413 echo $ECHO_N "checking for ncurses/term.h... $ECHO_C" >&6; } 37730 $as_echo_n "checking for ncurses/term.h... " >&6; }
36414 if test "${ac_cv_header_ncurses_term_h+set}" = set; then 37731 if test "${ac_cv_header_ncurses_term_h+set}" = set; then
36415 echo $ECHO_N "(cached) $ECHO_C" >&6 37732 $as_echo_n "(cached) " >&6
36416 else 37733 else
36417 ac_cv_header_ncurses_term_h=$ac_header_preproc 37734 ac_cv_header_ncurses_term_h=$ac_header_preproc
36418 fi 37735 fi
36419 { echo "$as_me:$LINENO: result: $ac_cv_header_ncurses_term_h" >&5 37736 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_ncurses_term_h" >&5
36420 echo "${ECHO_T}$ac_cv_header_ncurses_term_h" >&6; } 37737 $as_echo "$ac_cv_header_ncurses_term_h" >&6; }
36421 37738
36422 fi 37739 fi
36423 if test $ac_cv_header_ncurses_term_h = yes; then 37740 if test "x$ac_cv_header_ncurses_term_h" = x""yes; then
36424 term_h_file=ncurses/term.h 37741 term_h_file=ncurses/term.h
36425 fi 37742 fi
36426 37743
36427 37744
36428 extra_objs="$extra_objs terminfo.o" && if test "$verbose" = "yes"; then 37745 extra_objs="$extra_objs terminfo.o" && if test "$verbose" = "yes"; then
36432 37749
36433 if test "$ac_cv_header_ncurses_curses_h" != "yes" ; then 37750 if test "$ac_cv_header_ncurses_curses_h" != "yes" ; then
36434 save_c_switch_site="$c_switch_site" 37751 save_c_switch_site="$c_switch_site"
36435 c_switch_site="$c_switch_site -I/usr/include/ncurses" 37752 c_switch_site="$c_switch_site -I/usr/include/ncurses"
36436 if test "${ac_cv_header_ncurses_curses_h+set}" = set; then 37753 if test "${ac_cv_header_ncurses_curses_h+set}" = set; then
36437 { echo "$as_me:$LINENO: checking for ncurses/curses.h" >&5 37754 { $as_echo "$as_me:$LINENO: checking for ncurses/curses.h" >&5
36438 echo $ECHO_N "checking for ncurses/curses.h... $ECHO_C" >&6; } 37755 $as_echo_n "checking for ncurses/curses.h... " >&6; }
36439 if test "${ac_cv_header_ncurses_curses_h+set}" = set; then 37756 if test "${ac_cv_header_ncurses_curses_h+set}" = set; then
36440 echo $ECHO_N "(cached) $ECHO_C" >&6 37757 $as_echo_n "(cached) " >&6
36441 fi 37758 fi
36442 { echo "$as_me:$LINENO: result: $ac_cv_header_ncurses_curses_h" >&5 37759 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_ncurses_curses_h" >&5
36443 echo "${ECHO_T}$ac_cv_header_ncurses_curses_h" >&6; } 37760 $as_echo "$ac_cv_header_ncurses_curses_h" >&6; }
36444 else 37761 else
36445 # Is the header compilable? 37762 # Is the header compilable?
36446 { echo "$as_me:$LINENO: checking ncurses/curses.h usability" >&5 37763 { $as_echo "$as_me:$LINENO: checking ncurses/curses.h usability" >&5
36447 echo $ECHO_N "checking ncurses/curses.h usability... $ECHO_C" >&6; } 37764 $as_echo_n "checking ncurses/curses.h usability... " >&6; }
36448 cat >conftest.$ac_ext <<_ACEOF 37765 cat >conftest.$ac_ext <<_ACEOF
36449 /* confdefs.h. */ 37766 /* confdefs.h. */
36450 _ACEOF 37767 _ACEOF
36451 cat confdefs.h >>conftest.$ac_ext 37768 cat confdefs.h >>conftest.$ac_ext
36452 cat >>conftest.$ac_ext <<_ACEOF 37769 cat >>conftest.$ac_ext <<_ACEOF
36458 if { (ac_try="$ac_compile" 37775 if { (ac_try="$ac_compile"
36459 case "(($ac_try" in 37776 case "(($ac_try" in
36460 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 37777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36461 *) ac_try_echo=$ac_try;; 37778 *) ac_try_echo=$ac_try;;
36462 esac 37779 esac
36463 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 37780 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
37781 $as_echo "$ac_try_echo") >&5
36464 (eval "$ac_compile") 2>conftest.er1 37782 (eval "$ac_compile") 2>conftest.er1
36465 ac_status=$? 37783 ac_status=$?
36466 grep -v '^ *+' conftest.er1 >conftest.err 37784 grep -v '^ *+' conftest.er1 >conftest.err
36467 rm -f conftest.er1 37785 rm -f conftest.er1
36468 cat conftest.err >&5 37786 cat conftest.err >&5
36469 echo "$as_me:$LINENO: \$? = $ac_status" >&5 37787 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
36470 (exit $ac_status); } && { 37788 (exit $ac_status); } && {
36471 test -z "$ac_c_werror_flag" || 37789 test -z "$ac_c_werror_flag" ||
36472 test ! -s conftest.err 37790 test ! -s conftest.err
36473 } && test -s conftest.$ac_objext; then 37791 } && test -s conftest.$ac_objext; then
36474 ac_header_compiler=yes 37792 ac_header_compiler=yes
36475 else 37793 else
36476 echo "$as_me: failed program was:" >&5 37794 $as_echo "$as_me: failed program was:" >&5
36477 sed 's/^/| /' conftest.$ac_ext >&5 37795 sed 's/^/| /' conftest.$ac_ext >&5
36478 37796
36479 ac_header_compiler=no 37797 ac_header_compiler=no
36480 fi 37798 fi
36481 37799
36482 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 37800 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36483 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 37801 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
36484 echo "${ECHO_T}$ac_header_compiler" >&6; } 37802 $as_echo "$ac_header_compiler" >&6; }
36485 37803
36486 # Is the header present? 37804 # Is the header present?
36487 { echo "$as_me:$LINENO: checking ncurses/curses.h presence" >&5 37805 { $as_echo "$as_me:$LINENO: checking ncurses/curses.h presence" >&5
36488 echo $ECHO_N "checking ncurses/curses.h presence... $ECHO_C" >&6; } 37806 $as_echo_n "checking ncurses/curses.h presence... " >&6; }
36489 cat >conftest.$ac_ext <<_ACEOF 37807 cat >conftest.$ac_ext <<_ACEOF
36490 /* confdefs.h. */ 37808 /* confdefs.h. */
36491 _ACEOF 37809 _ACEOF
36492 cat confdefs.h >>conftest.$ac_ext 37810 cat confdefs.h >>conftest.$ac_ext
36493 cat >>conftest.$ac_ext <<_ACEOF 37811 cat >>conftest.$ac_ext <<_ACEOF
36497 if { (ac_try="$ac_cpp conftest.$ac_ext" 37815 if { (ac_try="$ac_cpp conftest.$ac_ext"
36498 case "(($ac_try" in 37816 case "(($ac_try" in
36499 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 37817 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36500 *) ac_try_echo=$ac_try;; 37818 *) ac_try_echo=$ac_try;;
36501 esac 37819 esac
36502 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 37820 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
37821 $as_echo "$ac_try_echo") >&5
36503 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 37822 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
36504 ac_status=$? 37823 ac_status=$?
36505 grep -v '^ *+' conftest.er1 >conftest.err 37824 grep -v '^ *+' conftest.er1 >conftest.err
36506 rm -f conftest.er1 37825 rm -f conftest.er1
36507 cat conftest.err >&5 37826 cat conftest.err >&5
36508 echo "$as_me:$LINENO: \$? = $ac_status" >&5 37827 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
36509 (exit $ac_status); } >/dev/null && { 37828 (exit $ac_status); } >/dev/null && {
36510 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 37829 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
36511 test ! -s conftest.err 37830 test ! -s conftest.err
36512 }; then 37831 }; then
36513 ac_header_preproc=yes 37832 ac_header_preproc=yes
36514 else 37833 else
36515 echo "$as_me: failed program was:" >&5 37834 $as_echo "$as_me: failed program was:" >&5
36516 sed 's/^/| /' conftest.$ac_ext >&5 37835 sed 's/^/| /' conftest.$ac_ext >&5
36517 37836
36518 ac_header_preproc=no 37837 ac_header_preproc=no
36519 fi 37838 fi
36520 37839
36521 rm -f conftest.err conftest.$ac_ext 37840 rm -f conftest.err conftest.$ac_ext
36522 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 37841 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
36523 echo "${ECHO_T}$ac_header_preproc" >&6; } 37842 $as_echo "$ac_header_preproc" >&6; }
36524 37843
36525 # So? What about this header? 37844 # So? What about this header?
36526 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 37845 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
36527 yes:no: ) 37846 yes:no: )
36528 { echo "$as_me:$LINENO: WARNING: ncurses/curses.h: accepted by the compiler, rejected by the preprocessor!" >&5 37847 { $as_echo "$as_me:$LINENO: WARNING: ncurses/curses.h: accepted by the compiler, rejected by the preprocessor!" >&5
36529 echo "$as_me: WARNING: ncurses/curses.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 37848 $as_echo "$as_me: WARNING: ncurses/curses.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
36530 { echo "$as_me:$LINENO: WARNING: ncurses/curses.h: proceeding with the compiler's result" >&5 37849 { $as_echo "$as_me:$LINENO: WARNING: ncurses/curses.h: proceeding with the compiler's result" >&5
36531 echo "$as_me: WARNING: ncurses/curses.h: proceeding with the compiler's result" >&2;} 37850 $as_echo "$as_me: WARNING: ncurses/curses.h: proceeding with the compiler's result" >&2;}
36532 ac_header_preproc=yes 37851 ac_header_preproc=yes
36533 ;; 37852 ;;
36534 no:yes:* ) 37853 no:yes:* )
36535 { echo "$as_me:$LINENO: WARNING: ncurses/curses.h: present but cannot be compiled" >&5 37854 { $as_echo "$as_me:$LINENO: WARNING: ncurses/curses.h: present but cannot be compiled" >&5
36536 echo "$as_me: WARNING: ncurses/curses.h: present but cannot be compiled" >&2;} 37855 $as_echo "$as_me: WARNING: ncurses/curses.h: present but cannot be compiled" >&2;}
36537 { echo "$as_me:$LINENO: WARNING: ncurses/curses.h: check for missing prerequisite headers?" >&5 37856 { $as_echo "$as_me:$LINENO: WARNING: ncurses/curses.h: check for missing prerequisite headers?" >&5
36538 echo "$as_me: WARNING: ncurses/curses.h: check for missing prerequisite headers?" >&2;} 37857 $as_echo "$as_me: WARNING: ncurses/curses.h: check for missing prerequisite headers?" >&2;}
36539 { echo "$as_me:$LINENO: WARNING: ncurses/curses.h: see the Autoconf documentation" >&5 37858 { $as_echo "$as_me:$LINENO: WARNING: ncurses/curses.h: see the Autoconf documentation" >&5
36540 echo "$as_me: WARNING: ncurses/curses.h: see the Autoconf documentation" >&2;} 37859 $as_echo "$as_me: WARNING: ncurses/curses.h: see the Autoconf documentation" >&2;}
36541 { echo "$as_me:$LINENO: WARNING: ncurses/curses.h: section \"Present But Cannot Be Compiled\"" >&5 37860 { $as_echo "$as_me:$LINENO: WARNING: ncurses/curses.h: section \"Present But Cannot Be Compiled\"" >&5
36542 echo "$as_me: WARNING: ncurses/curses.h: section \"Present But Cannot Be Compiled\"" >&2;} 37861 $as_echo "$as_me: WARNING: ncurses/curses.h: section \"Present But Cannot Be Compiled\"" >&2;}
36543 { echo "$as_me:$LINENO: WARNING: ncurses/curses.h: proceeding with the preprocessor's result" >&5 37862 { $as_echo "$as_me:$LINENO: WARNING: ncurses/curses.h: proceeding with the preprocessor's result" >&5
36544 echo "$as_me: WARNING: ncurses/curses.h: proceeding with the preprocessor's result" >&2;} 37863 $as_echo "$as_me: WARNING: ncurses/curses.h: proceeding with the preprocessor's result" >&2;}
36545 { echo "$as_me:$LINENO: WARNING: ncurses/curses.h: in the future, the compiler will take precedence" >&5 37864 { $as_echo "$as_me:$LINENO: WARNING: ncurses/curses.h: in the future, the compiler will take precedence" >&5
36546 echo "$as_me: WARNING: ncurses/curses.h: in the future, the compiler will take precedence" >&2;} 37865 $as_echo "$as_me: WARNING: ncurses/curses.h: in the future, the compiler will take precedence" >&2;}
36547 ( cat <<\_ASBOX 37866 ( cat <<\_ASBOX
36548 ## ------------------------------------- ## 37867 ## ------------------------------------- ##
36549 ## Report this to xemacs-beta@xemacs.org ## 37868 ## Report this to xemacs-beta@xemacs.org ##
36550 ## ------------------------------------- ## 37869 ## ------------------------------------- ##
36551 _ASBOX 37870 _ASBOX
36552 ) | sed "s/^/$as_me: WARNING: /" >&2 37871 ) | sed "s/^/$as_me: WARNING: /" >&2
36553 ;; 37872 ;;
36554 esac 37873 esac
36555 { echo "$as_me:$LINENO: checking for ncurses/curses.h" >&5 37874 { $as_echo "$as_me:$LINENO: checking for ncurses/curses.h" >&5
36556 echo $ECHO_N "checking for ncurses/curses.h... $ECHO_C" >&6; } 37875 $as_echo_n "checking for ncurses/curses.h... " >&6; }
36557 if test "${ac_cv_header_ncurses_curses_h+set}" = set; then 37876 if test "${ac_cv_header_ncurses_curses_h+set}" = set; then
36558 echo $ECHO_N "(cached) $ECHO_C" >&6 37877 $as_echo_n "(cached) " >&6
36559 else 37878 else
36560 ac_cv_header_ncurses_curses_h=$ac_header_preproc 37879 ac_cv_header_ncurses_curses_h=$ac_header_preproc
36561 fi 37880 fi
36562 { echo "$as_me:$LINENO: result: $ac_cv_header_ncurses_curses_h" >&5 37881 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_ncurses_curses_h" >&5
36563 echo "${ECHO_T}$ac_cv_header_ncurses_curses_h" >&6; } 37882 $as_echo "$ac_cv_header_ncurses_curses_h" >&6; }
36564 37883
36565 fi 37884 fi
36566 if test $ac_cv_header_ncurses_curses_h = yes; then 37885 if test "x$ac_cv_header_ncurses_curses_h" = x""yes; then
36567 curses_h_file=ncurses/curses.h 37886 curses_h_file=ncurses/curses.h
36568 fi 37887 fi
36569 37888
36570 37889
36571 if test "$ac_cv_header_ncurses_curses_h" = "yes" 37890 if test "$ac_cv_header_ncurses_curses_h" = "yes"
36572 then { echo "$as_me:$LINENO: WARNING: Your system has the bogus ncurses include bug." >&5 37891 then { $as_echo "$as_me:$LINENO: WARNING: Your system has the bogus ncurses include bug." >&5
36573 echo "$as_me: WARNING: Your system has the bogus ncurses include bug." >&2;} 37892 $as_echo "$as_me: WARNING: Your system has the bogus ncurses include bug." >&2;}
36574 else c_switch_site="$save_c_switch_site" 37893 else c_switch_site="$save_c_switch_site"
36575 fi 37894 fi
36576 fi 37895 fi
36577 else if test "$have_terminfo" = "yes"; then 37896 else if test "$have_terminfo" = "yes"; then
36578 extra_objs="$extra_objs terminfo.o" && if test "$verbose" = "yes"; then 37897 extra_objs="$extra_objs terminfo.o" && if test "$verbose" = "yes"; then
36580 fi 37899 fi
36581 if test -n "$libs_termcap"; then 37900 if test -n "$libs_termcap"; then
36582 LIBS="$libs_termcap $LIBS" && if test "$verbose" = "yes"; then echo " Prepending \"$libs_termcap\" to \$LIBS"; fi 37901 LIBS="$libs_termcap $LIBS" && if test "$verbose" = "yes"; then echo " Prepending \"$libs_termcap\" to \$LIBS"; fi
36583 else 37902 else
36584 for lib in curses termlib termcap; do 37903 for lib in curses termlib termcap; do
36585 as_ac_Lib=`echo "ac_cv_lib_$lib''_tgetent" | $as_tr_sh` 37904 as_ac_Lib=`$as_echo "ac_cv_lib_$lib''_tgetent" | $as_tr_sh`
36586 { echo "$as_me:$LINENO: checking for tgetent in -l$lib" >&5 37905 { $as_echo "$as_me:$LINENO: checking for tgetent in -l$lib" >&5
36587 echo $ECHO_N "checking for tgetent in -l$lib... $ECHO_C" >&6; } 37906 $as_echo_n "checking for tgetent in -l$lib... " >&6; }
36588 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then 37907 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then
36589 echo $ECHO_N "(cached) $ECHO_C" >&6 37908 $as_echo_n "(cached) " >&6
36590 else 37909 else
36591 ac_check_lib_save_LIBS=$LIBS 37910 ac_check_lib_save_LIBS=$LIBS
36592 LIBS="-l$lib $LIBS" 37911 LIBS="-l$lib $LIBS"
36593 cat >conftest.$ac_ext <<_ACEOF 37912 cat >conftest.$ac_ext <<_ACEOF
36594 /* confdefs.h. */ 37913 /* confdefs.h. */
36616 if { (ac_try="$ac_link" 37935 if { (ac_try="$ac_link"
36617 case "(($ac_try" in 37936 case "(($ac_try" in
36618 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 37937 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36619 *) ac_try_echo=$ac_try;; 37938 *) ac_try_echo=$ac_try;;
36620 esac 37939 esac
36621 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 37940 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
37941 $as_echo "$ac_try_echo") >&5
36622 (eval "$ac_link") 2>conftest.er1 37942 (eval "$ac_link") 2>conftest.er1
36623 ac_status=$? 37943 ac_status=$?
36624 grep -v '^ *+' conftest.er1 >conftest.err 37944 grep -v '^ *+' conftest.er1 >conftest.err
36625 rm -f conftest.er1 37945 rm -f conftest.er1
36626 cat conftest.err >&5 37946 cat conftest.err >&5
36627 echo "$as_me:$LINENO: \$? = $ac_status" >&5 37947 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
36628 (exit $ac_status); } && { 37948 (exit $ac_status); } && {
36629 test -z "$ac_c_werror_flag" || 37949 test -z "$ac_c_werror_flag" ||
36630 test ! -s conftest.err 37950 test ! -s conftest.err
36631 } && test -s conftest$ac_exeext && 37951 } && test -s conftest$ac_exeext && {
36632 $as_test_x conftest$ac_exeext; then 37952 test "$cross_compiling" = yes ||
37953 $as_test_x conftest$ac_exeext
37954 }; then
36633 eval "$as_ac_Lib=yes" 37955 eval "$as_ac_Lib=yes"
36634 else 37956 else
36635 echo "$as_me: failed program was:" >&5 37957 $as_echo "$as_me: failed program was:" >&5
36636 sed 's/^/| /' conftest.$ac_ext >&5 37958 sed 's/^/| /' conftest.$ac_ext >&5
36637 37959
36638 eval "$as_ac_Lib=no" 37960 eval "$as_ac_Lib=no"
36639 fi 37961 fi
36640 37962
37963 rm -rf conftest.dSYM
36641 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 37964 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36642 conftest$ac_exeext conftest.$ac_ext 37965 conftest$ac_exeext conftest.$ac_ext
36643 LIBS=$ac_check_lib_save_LIBS 37966 LIBS=$ac_check_lib_save_LIBS
36644 fi 37967 fi
36645 ac_res=`eval echo '${'$as_ac_Lib'}'` 37968 ac_res=`eval 'as_val=${'$as_ac_Lib'}
36646 { echo "$as_me:$LINENO: result: $ac_res" >&5 37969 $as_echo "$as_val"'`
36647 echo "${ECHO_T}$ac_res" >&6; } 37970 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
36648 if test `eval echo '${'$as_ac_Lib'}'` = yes; then 37971 $as_echo "$ac_res" >&6; }
37972 as_val=`eval 'as_val=${'$as_ac_Lib'}
37973 $as_echo "$as_val"'`
37974 if test "x$as_val" = x""yes; then
36649 LIBS="-l${lib} $LIBS" && if test "$verbose" = "yes"; then echo " Prepending \"-l${lib}\" to \$LIBS"; fi; break 37975 LIBS="-l${lib} $LIBS" && if test "$verbose" = "yes"; then echo " Prepending \"-l${lib}\" to \$LIBS"; fi; break
36650 fi 37976 fi
36651 37977
36652 done 37978 done
36653 fi 37979 fi
36656 fi 37982 fi
36657 case "$opsys" in *-hp-hpux* ) libs_termcap="-ltermcap" ;; esac 37983 case "$opsys" in *-hp-hpux* ) libs_termcap="-ltermcap" ;; esac
36658 if test -n "$libs_termcap"; then 37984 if test -n "$libs_termcap"; then
36659 LIBS="$libs_termcap $LIBS" && if test "$verbose" = "yes"; then echo " Prepending \"$libs_termcap\" to \$LIBS"; fi 37985 LIBS="$libs_termcap $LIBS" && if test "$verbose" = "yes"; then echo " Prepending \"$libs_termcap\" to \$LIBS"; fi
36660 else 37986 else
36661 { echo "$as_me:$LINENO: checking for tgetent in -lcurses" >&5 37987 { $as_echo "$as_me:$LINENO: checking for tgetent in -lcurses" >&5
36662 echo $ECHO_N "checking for tgetent in -lcurses... $ECHO_C" >&6; } 37988 $as_echo_n "checking for tgetent in -lcurses... " >&6; }
36663 if test "${ac_cv_lib_curses_tgetent+set}" = set; then 37989 if test "${ac_cv_lib_curses_tgetent+set}" = set; then
36664 echo $ECHO_N "(cached) $ECHO_C" >&6 37990 $as_echo_n "(cached) " >&6
36665 else 37991 else
36666 ac_check_lib_save_LIBS=$LIBS 37992 ac_check_lib_save_LIBS=$LIBS
36667 LIBS="-lcurses $LIBS" 37993 LIBS="-lcurses $LIBS"
36668 cat >conftest.$ac_ext <<_ACEOF 37994 cat >conftest.$ac_ext <<_ACEOF
36669 /* confdefs.h. */ 37995 /* confdefs.h. */
36691 if { (ac_try="$ac_link" 38017 if { (ac_try="$ac_link"
36692 case "(($ac_try" in 38018 case "(($ac_try" in
36693 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 38019 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36694 *) ac_try_echo=$ac_try;; 38020 *) ac_try_echo=$ac_try;;
36695 esac 38021 esac
36696 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 38022 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
38023 $as_echo "$ac_try_echo") >&5
36697 (eval "$ac_link") 2>conftest.er1 38024 (eval "$ac_link") 2>conftest.er1
36698 ac_status=$? 38025 ac_status=$?
36699 grep -v '^ *+' conftest.er1 >conftest.err 38026 grep -v '^ *+' conftest.er1 >conftest.err
36700 rm -f conftest.er1 38027 rm -f conftest.er1
36701 cat conftest.err >&5 38028 cat conftest.err >&5
36702 echo "$as_me:$LINENO: \$? = $ac_status" >&5 38029 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
36703 (exit $ac_status); } && { 38030 (exit $ac_status); } && {
36704 test -z "$ac_c_werror_flag" || 38031 test -z "$ac_c_werror_flag" ||
36705 test ! -s conftest.err 38032 test ! -s conftest.err
36706 } && test -s conftest$ac_exeext && 38033 } && test -s conftest$ac_exeext && {
36707 $as_test_x conftest$ac_exeext; then 38034 test "$cross_compiling" = yes ||
38035 $as_test_x conftest$ac_exeext
38036 }; then
36708 ac_cv_lib_curses_tgetent=yes 38037 ac_cv_lib_curses_tgetent=yes
36709 else 38038 else
36710 echo "$as_me: failed program was:" >&5 38039 $as_echo "$as_me: failed program was:" >&5
36711 sed 's/^/| /' conftest.$ac_ext >&5 38040 sed 's/^/| /' conftest.$ac_ext >&5
36712 38041
36713 ac_cv_lib_curses_tgetent=no 38042 ac_cv_lib_curses_tgetent=no
36714 fi 38043 fi
36715 38044
38045 rm -rf conftest.dSYM
36716 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 38046 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36717 conftest$ac_exeext conftest.$ac_ext 38047 conftest$ac_exeext conftest.$ac_ext
36718 LIBS=$ac_check_lib_save_LIBS 38048 LIBS=$ac_check_lib_save_LIBS
36719 fi 38049 fi
36720 { echo "$as_me:$LINENO: result: $ac_cv_lib_curses_tgetent" >&5 38050 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_curses_tgetent" >&5
36721 echo "${ECHO_T}$ac_cv_lib_curses_tgetent" >&6; } 38051 $as_echo "$ac_cv_lib_curses_tgetent" >&6; }
36722 if test $ac_cv_lib_curses_tgetent = yes; then 38052 if test "x$ac_cv_lib_curses_tgetent" = x""yes; then
36723 LIBS="-lcurses $LIBS" && if test "$verbose" = "yes"; then echo " Prepending \"-lcurses\" to \$LIBS"; fi 38053 LIBS="-lcurses $LIBS" && if test "$verbose" = "yes"; then echo " Prepending \"-lcurses\" to \$LIBS"; fi
36724 else 38054 else
36725 { echo "$as_me:$LINENO: checking for tgetent in -ltermcap" >&5 38055 { $as_echo "$as_me:$LINENO: checking for tgetent in -ltermcap" >&5
36726 echo $ECHO_N "checking for tgetent in -ltermcap... $ECHO_C" >&6; } 38056 $as_echo_n "checking for tgetent in -ltermcap... " >&6; }
36727 if test "${ac_cv_lib_termcap_tgetent+set}" = set; then 38057 if test "${ac_cv_lib_termcap_tgetent+set}" = set; then
36728 echo $ECHO_N "(cached) $ECHO_C" >&6 38058 $as_echo_n "(cached) " >&6
36729 else 38059 else
36730 ac_check_lib_save_LIBS=$LIBS 38060 ac_check_lib_save_LIBS=$LIBS
36731 LIBS="-ltermcap $LIBS" 38061 LIBS="-ltermcap $LIBS"
36732 cat >conftest.$ac_ext <<_ACEOF 38062 cat >conftest.$ac_ext <<_ACEOF
36733 /* confdefs.h. */ 38063 /* confdefs.h. */
36755 if { (ac_try="$ac_link" 38085 if { (ac_try="$ac_link"
36756 case "(($ac_try" in 38086 case "(($ac_try" in
36757 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 38087 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36758 *) ac_try_echo=$ac_try;; 38088 *) ac_try_echo=$ac_try;;
36759 esac 38089 esac
36760 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 38090 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
38091 $as_echo "$ac_try_echo") >&5
36761 (eval "$ac_link") 2>conftest.er1 38092 (eval "$ac_link") 2>conftest.er1
36762 ac_status=$? 38093 ac_status=$?
36763 grep -v '^ *+' conftest.er1 >conftest.err 38094 grep -v '^ *+' conftest.er1 >conftest.err
36764 rm -f conftest.er1 38095 rm -f conftest.er1
36765 cat conftest.err >&5 38096 cat conftest.err >&5
36766 echo "$as_me:$LINENO: \$? = $ac_status" >&5 38097 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
36767 (exit $ac_status); } && { 38098 (exit $ac_status); } && {
36768 test -z "$ac_c_werror_flag" || 38099 test -z "$ac_c_werror_flag" ||
36769 test ! -s conftest.err 38100 test ! -s conftest.err
36770 } && test -s conftest$ac_exeext && 38101 } && test -s conftest$ac_exeext && {
36771 $as_test_x conftest$ac_exeext; then 38102 test "$cross_compiling" = yes ||
38103 $as_test_x conftest$ac_exeext
38104 }; then
36772 ac_cv_lib_termcap_tgetent=yes 38105 ac_cv_lib_termcap_tgetent=yes
36773 else 38106 else
36774 echo "$as_me: failed program was:" >&5 38107 $as_echo "$as_me: failed program was:" >&5
36775 sed 's/^/| /' conftest.$ac_ext >&5 38108 sed 's/^/| /' conftest.$ac_ext >&5
36776 38109
36777 ac_cv_lib_termcap_tgetent=no 38110 ac_cv_lib_termcap_tgetent=no
36778 fi 38111 fi
36779 38112
38113 rm -rf conftest.dSYM
36780 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 38114 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36781 conftest$ac_exeext conftest.$ac_ext 38115 conftest$ac_exeext conftest.$ac_ext
36782 LIBS=$ac_check_lib_save_LIBS 38116 LIBS=$ac_check_lib_save_LIBS
36783 fi 38117 fi
36784 { echo "$as_me:$LINENO: result: $ac_cv_lib_termcap_tgetent" >&5 38118 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_termcap_tgetent" >&5
36785 echo "${ECHO_T}$ac_cv_lib_termcap_tgetent" >&6; } 38119 $as_echo "$ac_cv_lib_termcap_tgetent" >&6; }
36786 if test $ac_cv_lib_termcap_tgetent = yes; then 38120 if test "x$ac_cv_lib_termcap_tgetent" = x""yes; then
36787 LIBS="-ltermcap $LIBS" && if test "$verbose" = "yes"; then echo " Prepending \"-ltermcap\" to \$LIBS"; fi 38121 LIBS="-ltermcap $LIBS" && if test "$verbose" = "yes"; then echo " Prepending \"-ltermcap\" to \$LIBS"; fi
36788 else 38122 else
36789 extra_objs="$extra_objs termcap.o" && if test "$verbose" = "yes"; then 38123 extra_objs="$extra_objs termcap.o" && if test "$verbose" = "yes"; then
36790 echo " xemacs will be linked with \"termcap.o\"" 38124 echo " xemacs will be linked with \"termcap.o\""
36791 fi 38125 fi
36805 _ACEOF 38139 _ACEOF
36806 38140
36807 38141
36808 if test "$with_gpm" != "no"; then 38142 if test "$with_gpm" != "no"; then
36809 if test "${ac_cv_header_gpm_h+set}" = set; then 38143 if test "${ac_cv_header_gpm_h+set}" = set; then
36810 { echo "$as_me:$LINENO: checking for gpm.h" >&5 38144 { $as_echo "$as_me:$LINENO: checking for gpm.h" >&5
36811 echo $ECHO_N "checking for gpm.h... $ECHO_C" >&6; } 38145 $as_echo_n "checking for gpm.h... " >&6; }
36812 if test "${ac_cv_header_gpm_h+set}" = set; then 38146 if test "${ac_cv_header_gpm_h+set}" = set; then
36813 echo $ECHO_N "(cached) $ECHO_C" >&6 38147 $as_echo_n "(cached) " >&6
36814 fi 38148 fi
36815 { echo "$as_me:$LINENO: result: $ac_cv_header_gpm_h" >&5 38149 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gpm_h" >&5
36816 echo "${ECHO_T}$ac_cv_header_gpm_h" >&6; } 38150 $as_echo "$ac_cv_header_gpm_h" >&6; }
36817 else 38151 else
36818 # Is the header compilable? 38152 # Is the header compilable?
36819 { echo "$as_me:$LINENO: checking gpm.h usability" >&5 38153 { $as_echo "$as_me:$LINENO: checking gpm.h usability" >&5
36820 echo $ECHO_N "checking gpm.h usability... $ECHO_C" >&6; } 38154 $as_echo_n "checking gpm.h usability... " >&6; }
36821 cat >conftest.$ac_ext <<_ACEOF 38155 cat >conftest.$ac_ext <<_ACEOF
36822 /* confdefs.h. */ 38156 /* confdefs.h. */
36823 _ACEOF 38157 _ACEOF
36824 cat confdefs.h >>conftest.$ac_ext 38158 cat confdefs.h >>conftest.$ac_ext
36825 cat >>conftest.$ac_ext <<_ACEOF 38159 cat >>conftest.$ac_ext <<_ACEOF
36831 if { (ac_try="$ac_compile" 38165 if { (ac_try="$ac_compile"
36832 case "(($ac_try" in 38166 case "(($ac_try" in
36833 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 38167 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36834 *) ac_try_echo=$ac_try;; 38168 *) ac_try_echo=$ac_try;;
36835 esac 38169 esac
36836 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 38170 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
38171 $as_echo "$ac_try_echo") >&5
36837 (eval "$ac_compile") 2>conftest.er1 38172 (eval "$ac_compile") 2>conftest.er1
36838 ac_status=$? 38173 ac_status=$?
36839 grep -v '^ *+' conftest.er1 >conftest.err 38174 grep -v '^ *+' conftest.er1 >conftest.err
36840 rm -f conftest.er1 38175 rm -f conftest.er1
36841 cat conftest.err >&5 38176 cat conftest.err >&5
36842 echo "$as_me:$LINENO: \$? = $ac_status" >&5 38177 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
36843 (exit $ac_status); } && { 38178 (exit $ac_status); } && {
36844 test -z "$ac_c_werror_flag" || 38179 test -z "$ac_c_werror_flag" ||
36845 test ! -s conftest.err 38180 test ! -s conftest.err
36846 } && test -s conftest.$ac_objext; then 38181 } && test -s conftest.$ac_objext; then
36847 ac_header_compiler=yes 38182 ac_header_compiler=yes
36848 else 38183 else
36849 echo "$as_me: failed program was:" >&5 38184 $as_echo "$as_me: failed program was:" >&5
36850 sed 's/^/| /' conftest.$ac_ext >&5 38185 sed 's/^/| /' conftest.$ac_ext >&5
36851 38186
36852 ac_header_compiler=no 38187 ac_header_compiler=no
36853 fi 38188 fi
36854 38189
36855 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 38190 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36856 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 38191 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
36857 echo "${ECHO_T}$ac_header_compiler" >&6; } 38192 $as_echo "$ac_header_compiler" >&6; }
36858 38193
36859 # Is the header present? 38194 # Is the header present?
36860 { echo "$as_me:$LINENO: checking gpm.h presence" >&5 38195 { $as_echo "$as_me:$LINENO: checking gpm.h presence" >&5
36861 echo $ECHO_N "checking gpm.h presence... $ECHO_C" >&6; } 38196 $as_echo_n "checking gpm.h presence... " >&6; }
36862 cat >conftest.$ac_ext <<_ACEOF 38197 cat >conftest.$ac_ext <<_ACEOF
36863 /* confdefs.h. */ 38198 /* confdefs.h. */
36864 _ACEOF 38199 _ACEOF
36865 cat confdefs.h >>conftest.$ac_ext 38200 cat confdefs.h >>conftest.$ac_ext
36866 cat >>conftest.$ac_ext <<_ACEOF 38201 cat >>conftest.$ac_ext <<_ACEOF
36870 if { (ac_try="$ac_cpp conftest.$ac_ext" 38205 if { (ac_try="$ac_cpp conftest.$ac_ext"
36871 case "(($ac_try" in 38206 case "(($ac_try" in
36872 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 38207 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36873 *) ac_try_echo=$ac_try;; 38208 *) ac_try_echo=$ac_try;;
36874 esac 38209 esac
36875 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 38210 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
38211 $as_echo "$ac_try_echo") >&5
36876 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 38212 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
36877 ac_status=$? 38213 ac_status=$?
36878 grep -v '^ *+' conftest.er1 >conftest.err 38214 grep -v '^ *+' conftest.er1 >conftest.err
36879 rm -f conftest.er1 38215 rm -f conftest.er1
36880 cat conftest.err >&5 38216 cat conftest.err >&5
36881 echo "$as_me:$LINENO: \$? = $ac_status" >&5 38217 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
36882 (exit $ac_status); } >/dev/null && { 38218 (exit $ac_status); } >/dev/null && {
36883 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 38219 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
36884 test ! -s conftest.err 38220 test ! -s conftest.err
36885 }; then 38221 }; then
36886 ac_header_preproc=yes 38222 ac_header_preproc=yes
36887 else 38223 else
36888 echo "$as_me: failed program was:" >&5 38224 $as_echo "$as_me: failed program was:" >&5
36889 sed 's/^/| /' conftest.$ac_ext >&5 38225 sed 's/^/| /' conftest.$ac_ext >&5
36890 38226
36891 ac_header_preproc=no 38227 ac_header_preproc=no
36892 fi 38228 fi
36893 38229
36894 rm -f conftest.err conftest.$ac_ext 38230 rm -f conftest.err conftest.$ac_ext
36895 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 38231 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
36896 echo "${ECHO_T}$ac_header_preproc" >&6; } 38232 $as_echo "$ac_header_preproc" >&6; }
36897 38233
36898 # So? What about this header? 38234 # So? What about this header?
36899 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 38235 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
36900 yes:no: ) 38236 yes:no: )
36901 { echo "$as_me:$LINENO: WARNING: gpm.h: accepted by the compiler, rejected by the preprocessor!" >&5 38237 { $as_echo "$as_me:$LINENO: WARNING: gpm.h: accepted by the compiler, rejected by the preprocessor!" >&5
36902 echo "$as_me: WARNING: gpm.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 38238 $as_echo "$as_me: WARNING: gpm.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
36903 { echo "$as_me:$LINENO: WARNING: gpm.h: proceeding with the compiler's result" >&5 38239 { $as_echo "$as_me:$LINENO: WARNING: gpm.h: proceeding with the compiler's result" >&5
36904 echo "$as_me: WARNING: gpm.h: proceeding with the compiler's result" >&2;} 38240 $as_echo "$as_me: WARNING: gpm.h: proceeding with the compiler's result" >&2;}
36905 ac_header_preproc=yes 38241 ac_header_preproc=yes
36906 ;; 38242 ;;
36907 no:yes:* ) 38243 no:yes:* )
36908 { echo "$as_me:$LINENO: WARNING: gpm.h: present but cannot be compiled" >&5 38244 { $as_echo "$as_me:$LINENO: WARNING: gpm.h: present but cannot be compiled" >&5
36909 echo "$as_me: WARNING: gpm.h: present but cannot be compiled" >&2;} 38245 $as_echo "$as_me: WARNING: gpm.h: present but cannot be compiled" >&2;}
36910 { echo "$as_me:$LINENO: WARNING: gpm.h: check for missing prerequisite headers?" >&5 38246 { $as_echo "$as_me:$LINENO: WARNING: gpm.h: check for missing prerequisite headers?" >&5
36911 echo "$as_me: WARNING: gpm.h: check for missing prerequisite headers?" >&2;} 38247 $as_echo "$as_me: WARNING: gpm.h: check for missing prerequisite headers?" >&2;}
36912 { echo "$as_me:$LINENO: WARNING: gpm.h: see the Autoconf documentation" >&5 38248 { $as_echo "$as_me:$LINENO: WARNING: gpm.h: see the Autoconf documentation" >&5
36913 echo "$as_me: WARNING: gpm.h: see the Autoconf documentation" >&2;} 38249 $as_echo "$as_me: WARNING: gpm.h: see the Autoconf documentation" >&2;}
36914 { echo "$as_me:$LINENO: WARNING: gpm.h: section \"Present But Cannot Be Compiled\"" >&5 38250 { $as_echo "$as_me:$LINENO: WARNING: gpm.h: section \"Present But Cannot Be Compiled\"" >&5
36915 echo "$as_me: WARNING: gpm.h: section \"Present But Cannot Be Compiled\"" >&2;} 38251 $as_echo "$as_me: WARNING: gpm.h: section \"Present But Cannot Be Compiled\"" >&2;}
36916 { echo "$as_me:$LINENO: WARNING: gpm.h: proceeding with the preprocessor's result" >&5 38252 { $as_echo "$as_me:$LINENO: WARNING: gpm.h: proceeding with the preprocessor's result" >&5
36917 echo "$as_me: WARNING: gpm.h: proceeding with the preprocessor's result" >&2;} 38253 $as_echo "$as_me: WARNING: gpm.h: proceeding with the preprocessor's result" >&2;}
36918 { echo "$as_me:$LINENO: WARNING: gpm.h: in the future, the compiler will take precedence" >&5 38254 { $as_echo "$as_me:$LINENO: WARNING: gpm.h: in the future, the compiler will take precedence" >&5
36919 echo "$as_me: WARNING: gpm.h: in the future, the compiler will take precedence" >&2;} 38255 $as_echo "$as_me: WARNING: gpm.h: in the future, the compiler will take precedence" >&2;}
36920 ( cat <<\_ASBOX 38256 ( cat <<\_ASBOX
36921 ## ------------------------------------- ## 38257 ## ------------------------------------- ##
36922 ## Report this to xemacs-beta@xemacs.org ## 38258 ## Report this to xemacs-beta@xemacs.org ##
36923 ## ------------------------------------- ## 38259 ## ------------------------------------- ##
36924 _ASBOX 38260 _ASBOX
36925 ) | sed "s/^/$as_me: WARNING: /" >&2 38261 ) | sed "s/^/$as_me: WARNING: /" >&2
36926 ;; 38262 ;;
36927 esac 38263 esac
36928 { echo "$as_me:$LINENO: checking for gpm.h" >&5 38264 { $as_echo "$as_me:$LINENO: checking for gpm.h" >&5
36929 echo $ECHO_N "checking for gpm.h... $ECHO_C" >&6; } 38265 $as_echo_n "checking for gpm.h... " >&6; }
36930 if test "${ac_cv_header_gpm_h+set}" = set; then 38266 if test "${ac_cv_header_gpm_h+set}" = set; then
36931 echo $ECHO_N "(cached) $ECHO_C" >&6 38267 $as_echo_n "(cached) " >&6
36932 else 38268 else
36933 ac_cv_header_gpm_h=$ac_header_preproc 38269 ac_cv_header_gpm_h=$ac_header_preproc
36934 fi 38270 fi
36935 { echo "$as_me:$LINENO: result: $ac_cv_header_gpm_h" >&5 38271 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gpm_h" >&5
36936 echo "${ECHO_T}$ac_cv_header_gpm_h" >&6; } 38272 $as_echo "$ac_cv_header_gpm_h" >&6; }
36937 38273
36938 fi 38274 fi
36939 if test $ac_cv_header_gpm_h = yes; then 38275 if test "x$ac_cv_header_gpm_h" = x""yes; then
36940 38276
36941 { echo "$as_me:$LINENO: checking for Gpm_Open in -lgpm" >&5 38277 { $as_echo "$as_me:$LINENO: checking for Gpm_Open in -lgpm" >&5
36942 echo $ECHO_N "checking for Gpm_Open in -lgpm... $ECHO_C" >&6; } 38278 $as_echo_n "checking for Gpm_Open in -lgpm... " >&6; }
36943 if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then 38279 if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then
36944 echo $ECHO_N "(cached) $ECHO_C" >&6 38280 $as_echo_n "(cached) " >&6
36945 else 38281 else
36946 ac_check_lib_save_LIBS=$LIBS 38282 ac_check_lib_save_LIBS=$LIBS
36947 LIBS="-lgpm $LIBS" 38283 LIBS="-lgpm $LIBS"
36948 cat >conftest.$ac_ext <<_ACEOF 38284 cat >conftest.$ac_ext <<_ACEOF
36949 /* confdefs.h. */ 38285 /* confdefs.h. */
36971 if { (ac_try="$ac_link" 38307 if { (ac_try="$ac_link"
36972 case "(($ac_try" in 38308 case "(($ac_try" in
36973 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 38309 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36974 *) ac_try_echo=$ac_try;; 38310 *) ac_try_echo=$ac_try;;
36975 esac 38311 esac
36976 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 38312 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
38313 $as_echo "$ac_try_echo") >&5
36977 (eval "$ac_link") 2>conftest.er1 38314 (eval "$ac_link") 2>conftest.er1
36978 ac_status=$? 38315 ac_status=$?
36979 grep -v '^ *+' conftest.er1 >conftest.err 38316 grep -v '^ *+' conftest.er1 >conftest.err
36980 rm -f conftest.er1 38317 rm -f conftest.er1
36981 cat conftest.err >&5 38318 cat conftest.err >&5
36982 echo "$as_me:$LINENO: \$? = $ac_status" >&5 38319 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
36983 (exit $ac_status); } && { 38320 (exit $ac_status); } && {
36984 test -z "$ac_c_werror_flag" || 38321 test -z "$ac_c_werror_flag" ||
36985 test ! -s conftest.err 38322 test ! -s conftest.err
36986 } && test -s conftest$ac_exeext && 38323 } && test -s conftest$ac_exeext && {
36987 $as_test_x conftest$ac_exeext; then 38324 test "$cross_compiling" = yes ||
38325 $as_test_x conftest$ac_exeext
38326 }; then
36988 ac_cv_lib_gpm_Gpm_Open=yes 38327 ac_cv_lib_gpm_Gpm_Open=yes
36989 else 38328 else
36990 echo "$as_me: failed program was:" >&5 38329 $as_echo "$as_me: failed program was:" >&5
36991 sed 's/^/| /' conftest.$ac_ext >&5 38330 sed 's/^/| /' conftest.$ac_ext >&5
36992 38331
36993 ac_cv_lib_gpm_Gpm_Open=no 38332 ac_cv_lib_gpm_Gpm_Open=no
36994 fi 38333 fi
36995 38334
38335 rm -rf conftest.dSYM
36996 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 38336 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36997 conftest$ac_exeext conftest.$ac_ext 38337 conftest$ac_exeext conftest.$ac_ext
36998 LIBS=$ac_check_lib_save_LIBS 38338 LIBS=$ac_check_lib_save_LIBS
36999 fi 38339 fi
37000 { echo "$as_me:$LINENO: result: $ac_cv_lib_gpm_Gpm_Open" >&5 38340 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gpm_Gpm_Open" >&5
37001 echo "${ECHO_T}$ac_cv_lib_gpm_Gpm_Open" >&6; } 38341 $as_echo "$ac_cv_lib_gpm_Gpm_Open" >&6; }
37002 if test $ac_cv_lib_gpm_Gpm_Open = yes; then 38342 if test "x$ac_cv_lib_gpm_Gpm_Open" = x""yes; then
37003 have_gpm=yes 38343 have_gpm=yes
37004 fi 38344 fi
37005 38345
37006 fi 38346 fi
37007 38347
37020 fi 38360 fi
37021 fi 38361 fi
37022 38362
37023 else for feature in ncurses gpm; do 38363 else for feature in ncurses gpm; do
37024 if eval "test -n \"\$with_${feature}\" -a \"\$with_${feature}\" != no" ; then 38364 if eval "test -n \"\$with_${feature}\" -a \"\$with_${feature}\" != no" ; then
37025 { echo "$as_me:$LINENO: WARNING: --with-${feature} ignored: Not valid without TTY support" >&5 38365 { $as_echo "$as_me:$LINENO: WARNING: --with-${feature} ignored: Not valid without TTY support" >&5
37026 echo "$as_me: WARNING: --with-${feature} ignored: Not valid without TTY support" >&2;} 38366 $as_echo "$as_me: WARNING: --with-${feature} ignored: Not valid without TTY support" >&2;}
37027 fi 38367 fi
37028 eval "with_${feature}=no" 38368 eval "with_${feature}=no"
37029 done 38369 done
37030 fi 38370 fi
37031 38371
37032 test "$enable_database_gdbm $enable_database_dbm $enable_database_berkdb" \ 38372 test "$enable_database_gdbm $enable_database_dbm $enable_database_berkdb" \
37033 != "no no no" && { echo "$as_me:$LINENO: checking for database support" >&5 38373 != "no no no" && { $as_echo "$as_me:$LINENO: checking for database support" >&5
37034 echo $ECHO_N "checking for database support... $ECHO_C" >&6; } && \ 38374 $as_echo_n "checking for database support... " >&6; } && \
37035 { echo "$as_me:$LINENO: result: " >&5 38375 { $as_echo "$as_me:$LINENO: result: " >&5
37036 echo "${ECHO_T}" >&6; } 38376 $as_echo "" >&6; }
37037 38377
37038 if test "$enable_database_gdbm $enable_database_dbm" != "no no"; then 38378 if test "$enable_database_gdbm $enable_database_dbm" != "no no"; then
37039 if test "${ac_cv_header_ndbm_h+set}" = set; then 38379 if test "${ac_cv_header_ndbm_h+set}" = set; then
37040 { echo "$as_me:$LINENO: checking for ndbm.h" >&5 38380 { $as_echo "$as_me:$LINENO: checking for ndbm.h" >&5
37041 echo $ECHO_N "checking for ndbm.h... $ECHO_C" >&6; } 38381 $as_echo_n "checking for ndbm.h... " >&6; }
37042 if test "${ac_cv_header_ndbm_h+set}" = set; then 38382 if test "${ac_cv_header_ndbm_h+set}" = set; then
37043 echo $ECHO_N "(cached) $ECHO_C" >&6 38383 $as_echo_n "(cached) " >&6
37044 fi 38384 fi
37045 { echo "$as_me:$LINENO: result: $ac_cv_header_ndbm_h" >&5 38385 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_ndbm_h" >&5
37046 echo "${ECHO_T}$ac_cv_header_ndbm_h" >&6; } 38386 $as_echo "$ac_cv_header_ndbm_h" >&6; }
37047 else 38387 else
37048 # Is the header compilable? 38388 # Is the header compilable?
37049 { echo "$as_me:$LINENO: checking ndbm.h usability" >&5 38389 { $as_echo "$as_me:$LINENO: checking ndbm.h usability" >&5
37050 echo $ECHO_N "checking ndbm.h usability... $ECHO_C" >&6; } 38390 $as_echo_n "checking ndbm.h usability... " >&6; }
37051 cat >conftest.$ac_ext <<_ACEOF 38391 cat >conftest.$ac_ext <<_ACEOF
37052 /* confdefs.h. */ 38392 /* confdefs.h. */
37053 _ACEOF 38393 _ACEOF
37054 cat confdefs.h >>conftest.$ac_ext 38394 cat confdefs.h >>conftest.$ac_ext
37055 cat >>conftest.$ac_ext <<_ACEOF 38395 cat >>conftest.$ac_ext <<_ACEOF
37061 if { (ac_try="$ac_compile" 38401 if { (ac_try="$ac_compile"
37062 case "(($ac_try" in 38402 case "(($ac_try" in
37063 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 38403 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37064 *) ac_try_echo=$ac_try;; 38404 *) ac_try_echo=$ac_try;;
37065 esac 38405 esac
37066 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 38406 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
38407 $as_echo "$ac_try_echo") >&5
37067 (eval "$ac_compile") 2>conftest.er1 38408 (eval "$ac_compile") 2>conftest.er1
37068 ac_status=$? 38409 ac_status=$?
37069 grep -v '^ *+' conftest.er1 >conftest.err 38410 grep -v '^ *+' conftest.er1 >conftest.err
37070 rm -f conftest.er1 38411 rm -f conftest.er1
37071 cat conftest.err >&5 38412 cat conftest.err >&5
37072 echo "$as_me:$LINENO: \$? = $ac_status" >&5 38413 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
37073 (exit $ac_status); } && { 38414 (exit $ac_status); } && {
37074 test -z "$ac_c_werror_flag" || 38415 test -z "$ac_c_werror_flag" ||
37075 test ! -s conftest.err 38416 test ! -s conftest.err
37076 } && test -s conftest.$ac_objext; then 38417 } && test -s conftest.$ac_objext; then
37077 ac_header_compiler=yes 38418 ac_header_compiler=yes
37078 else 38419 else
37079 echo "$as_me: failed program was:" >&5 38420 $as_echo "$as_me: failed program was:" >&5
37080 sed 's/^/| /' conftest.$ac_ext >&5 38421 sed 's/^/| /' conftest.$ac_ext >&5
37081 38422
37082 ac_header_compiler=no 38423 ac_header_compiler=no
37083 fi 38424 fi
37084 38425
37085 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 38426 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37086 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 38427 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
37087 echo "${ECHO_T}$ac_header_compiler" >&6; } 38428 $as_echo "$ac_header_compiler" >&6; }
37088 38429
37089 # Is the header present? 38430 # Is the header present?
37090 { echo "$as_me:$LINENO: checking ndbm.h presence" >&5 38431 { $as_echo "$as_me:$LINENO: checking ndbm.h presence" >&5
37091 echo $ECHO_N "checking ndbm.h presence... $ECHO_C" >&6; } 38432 $as_echo_n "checking ndbm.h presence... " >&6; }
37092 cat >conftest.$ac_ext <<_ACEOF 38433 cat >conftest.$ac_ext <<_ACEOF
37093 /* confdefs.h. */ 38434 /* confdefs.h. */
37094 _ACEOF 38435 _ACEOF
37095 cat confdefs.h >>conftest.$ac_ext 38436 cat confdefs.h >>conftest.$ac_ext
37096 cat >>conftest.$ac_ext <<_ACEOF 38437 cat >>conftest.$ac_ext <<_ACEOF
37100 if { (ac_try="$ac_cpp conftest.$ac_ext" 38441 if { (ac_try="$ac_cpp conftest.$ac_ext"
37101 case "(($ac_try" in 38442 case "(($ac_try" in
37102 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 38443 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37103 *) ac_try_echo=$ac_try;; 38444 *) ac_try_echo=$ac_try;;
37104 esac 38445 esac
37105 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 38446 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
38447 $as_echo "$ac_try_echo") >&5
37106 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 38448 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
37107 ac_status=$? 38449 ac_status=$?
37108 grep -v '^ *+' conftest.er1 >conftest.err 38450 grep -v '^ *+' conftest.er1 >conftest.err
37109 rm -f conftest.er1 38451 rm -f conftest.er1
37110 cat conftest.err >&5 38452 cat conftest.err >&5
37111 echo "$as_me:$LINENO: \$? = $ac_status" >&5 38453 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
37112 (exit $ac_status); } >/dev/null && { 38454 (exit $ac_status); } >/dev/null && {
37113 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 38455 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
37114 test ! -s conftest.err 38456 test ! -s conftest.err
37115 }; then 38457 }; then
37116 ac_header_preproc=yes 38458 ac_header_preproc=yes
37117 else 38459 else
37118 echo "$as_me: failed program was:" >&5 38460 $as_echo "$as_me: failed program was:" >&5
37119 sed 's/^/| /' conftest.$ac_ext >&5 38461 sed 's/^/| /' conftest.$ac_ext >&5
37120 38462
37121 ac_header_preproc=no 38463 ac_header_preproc=no
37122 fi 38464 fi
37123 38465
37124 rm -f conftest.err conftest.$ac_ext 38466 rm -f conftest.err conftest.$ac_ext
37125 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 38467 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
37126 echo "${ECHO_T}$ac_header_preproc" >&6; } 38468 $as_echo "$ac_header_preproc" >&6; }
37127 38469
37128 # So? What about this header? 38470 # So? What about this header?
37129 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 38471 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
37130 yes:no: ) 38472 yes:no: )
37131 { echo "$as_me:$LINENO: WARNING: ndbm.h: accepted by the compiler, rejected by the preprocessor!" >&5 38473 { $as_echo "$as_me:$LINENO: WARNING: ndbm.h: accepted by the compiler, rejected by the preprocessor!" >&5
37132 echo "$as_me: WARNING: ndbm.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 38474 $as_echo "$as_me: WARNING: ndbm.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
37133 { echo "$as_me:$LINENO: WARNING: ndbm.h: proceeding with the compiler's result" >&5 38475 { $as_echo "$as_me:$LINENO: WARNING: ndbm.h: proceeding with the compiler's result" >&5
37134 echo "$as_me: WARNING: ndbm.h: proceeding with the compiler's result" >&2;} 38476 $as_echo "$as_me: WARNING: ndbm.h: proceeding with the compiler's result" >&2;}
37135 ac_header_preproc=yes 38477 ac_header_preproc=yes
37136 ;; 38478 ;;
37137 no:yes:* ) 38479 no:yes:* )
37138 { echo "$as_me:$LINENO: WARNING: ndbm.h: present but cannot be compiled" >&5 38480 { $as_echo "$as_me:$LINENO: WARNING: ndbm.h: present but cannot be compiled" >&5
37139 echo "$as_me: WARNING: ndbm.h: present but cannot be compiled" >&2;} 38481 $as_echo "$as_me: WARNING: ndbm.h: present but cannot be compiled" >&2;}
37140 { echo "$as_me:$LINENO: WARNING: ndbm.h: check for missing prerequisite headers?" >&5 38482 { $as_echo "$as_me:$LINENO: WARNING: ndbm.h: check for missing prerequisite headers?" >&5
37141 echo "$as_me: WARNING: ndbm.h: check for missing prerequisite headers?" >&2;} 38483 $as_echo "$as_me: WARNING: ndbm.h: check for missing prerequisite headers?" >&2;}
37142 { echo "$as_me:$LINENO: WARNING: ndbm.h: see the Autoconf documentation" >&5 38484 { $as_echo "$as_me:$LINENO: WARNING: ndbm.h: see the Autoconf documentation" >&5
37143 echo "$as_me: WARNING: ndbm.h: see the Autoconf documentation" >&2;} 38485 $as_echo "$as_me: WARNING: ndbm.h: see the Autoconf documentation" >&2;}
37144 { echo "$as_me:$LINENO: WARNING: ndbm.h: section \"Present But Cannot Be Compiled\"" >&5 38486 { $as_echo "$as_me:$LINENO: WARNING: ndbm.h: section \"Present But Cannot Be Compiled\"" >&5
37145 echo "$as_me: WARNING: ndbm.h: section \"Present But Cannot Be Compiled\"" >&2;} 38487 $as_echo "$as_me: WARNING: ndbm.h: section \"Present But Cannot Be Compiled\"" >&2;}
37146 { echo "$as_me:$LINENO: WARNING: ndbm.h: proceeding with the preprocessor's result" >&5 38488 { $as_echo "$as_me:$LINENO: WARNING: ndbm.h: proceeding with the preprocessor's result" >&5
37147 echo "$as_me: WARNING: ndbm.h: proceeding with the preprocessor's result" >&2;} 38489 $as_echo "$as_me: WARNING: ndbm.h: proceeding with the preprocessor's result" >&2;}
37148 { echo "$as_me:$LINENO: WARNING: ndbm.h: in the future, the compiler will take precedence" >&5 38490 { $as_echo "$as_me:$LINENO: WARNING: ndbm.h: in the future, the compiler will take precedence" >&5
37149 echo "$as_me: WARNING: ndbm.h: in the future, the compiler will take precedence" >&2;} 38491 $as_echo "$as_me: WARNING: ndbm.h: in the future, the compiler will take precedence" >&2;}
37150 ( cat <<\_ASBOX 38492 ( cat <<\_ASBOX
37151 ## ------------------------------------- ## 38493 ## ------------------------------------- ##
37152 ## Report this to xemacs-beta@xemacs.org ## 38494 ## Report this to xemacs-beta@xemacs.org ##
37153 ## ------------------------------------- ## 38495 ## ------------------------------------- ##
37154 _ASBOX 38496 _ASBOX
37155 ) | sed "s/^/$as_me: WARNING: /" >&2 38497 ) | sed "s/^/$as_me: WARNING: /" >&2
37156 ;; 38498 ;;
37157 esac 38499 esac
37158 { echo "$as_me:$LINENO: checking for ndbm.h" >&5 38500 { $as_echo "$as_me:$LINENO: checking for ndbm.h" >&5
37159 echo $ECHO_N "checking for ndbm.h... $ECHO_C" >&6; } 38501 $as_echo_n "checking for ndbm.h... " >&6; }
37160 if test "${ac_cv_header_ndbm_h+set}" = set; then 38502 if test "${ac_cv_header_ndbm_h+set}" = set; then
37161 echo $ECHO_N "(cached) $ECHO_C" >&6 38503 $as_echo_n "(cached) " >&6
37162 else 38504 else
37163 ac_cv_header_ndbm_h=$ac_header_preproc 38505 ac_cv_header_ndbm_h=$ac_header_preproc
37164 fi 38506 fi
37165 { echo "$as_me:$LINENO: result: $ac_cv_header_ndbm_h" >&5 38507 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_ndbm_h" >&5
37166 echo "${ECHO_T}$ac_cv_header_ndbm_h" >&6; } 38508 $as_echo "$ac_cv_header_ndbm_h" >&6; }
37167 38509
37168 fi 38510 fi
37169 if test $ac_cv_header_ndbm_h = yes; then 38511 if test "x$ac_cv_header_ndbm_h" = x""yes; then
37170 : 38512 :
37171 else 38513 else
37172 38514
37173 test "$enable_database_gdbm" = "yes" -o \ 38515 test "$enable_database_gdbm" = "yes" -o \
37174 "$enable_database_dbm" = "yes" && \ 38516 "$enable_database_dbm" = "yes" && \
37178 38520
37179 38521
37180 fi 38522 fi
37181 38523
37182 if test "$enable_database_gdbm" != "no"; then 38524 if test "$enable_database_gdbm" != "no"; then
37183 { echo "$as_me:$LINENO: checking for dbm_open in -lgdbm" >&5 38525 { $as_echo "$as_me:$LINENO: checking for dbm_open in -lgdbm" >&5
37184 echo $ECHO_N "checking for dbm_open in -lgdbm... $ECHO_C" >&6; } 38526 $as_echo_n "checking for dbm_open in -lgdbm... " >&6; }
37185 if test "${ac_cv_lib_gdbm_dbm_open+set}" = set; then 38527 if test "${ac_cv_lib_gdbm_dbm_open+set}" = set; then
37186 echo $ECHO_N "(cached) $ECHO_C" >&6 38528 $as_echo_n "(cached) " >&6
37187 else 38529 else
37188 ac_check_lib_save_LIBS=$LIBS 38530 ac_check_lib_save_LIBS=$LIBS
37189 LIBS="-lgdbm $LIBS" 38531 LIBS="-lgdbm $LIBS"
37190 cat >conftest.$ac_ext <<_ACEOF 38532 cat >conftest.$ac_ext <<_ACEOF
37191 /* confdefs.h. */ 38533 /* confdefs.h. */
37213 if { (ac_try="$ac_link" 38555 if { (ac_try="$ac_link"
37214 case "(($ac_try" in 38556 case "(($ac_try" in
37215 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 38557 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37216 *) ac_try_echo=$ac_try;; 38558 *) ac_try_echo=$ac_try;;
37217 esac 38559 esac
37218 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 38560 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
38561 $as_echo "$ac_try_echo") >&5
37219 (eval "$ac_link") 2>conftest.er1 38562 (eval "$ac_link") 2>conftest.er1
37220 ac_status=$? 38563 ac_status=$?
37221 grep -v '^ *+' conftest.er1 >conftest.err 38564 grep -v '^ *+' conftest.er1 >conftest.err
37222 rm -f conftest.er1 38565 rm -f conftest.er1
37223 cat conftest.err >&5 38566 cat conftest.err >&5
37224 echo "$as_me:$LINENO: \$? = $ac_status" >&5 38567 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
37225 (exit $ac_status); } && { 38568 (exit $ac_status); } && {
37226 test -z "$ac_c_werror_flag" || 38569 test -z "$ac_c_werror_flag" ||
37227 test ! -s conftest.err 38570 test ! -s conftest.err
37228 } && test -s conftest$ac_exeext && 38571 } && test -s conftest$ac_exeext && {
37229 $as_test_x conftest$ac_exeext; then 38572 test "$cross_compiling" = yes ||
38573 $as_test_x conftest$ac_exeext
38574 }; then
37230 ac_cv_lib_gdbm_dbm_open=yes 38575 ac_cv_lib_gdbm_dbm_open=yes
37231 else 38576 else
37232 echo "$as_me: failed program was:" >&5 38577 $as_echo "$as_me: failed program was:" >&5
37233 sed 's/^/| /' conftest.$ac_ext >&5 38578 sed 's/^/| /' conftest.$ac_ext >&5
37234 38579
37235 ac_cv_lib_gdbm_dbm_open=no 38580 ac_cv_lib_gdbm_dbm_open=no
37236 fi 38581 fi
37237 38582
38583 rm -rf conftest.dSYM
37238 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 38584 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37239 conftest$ac_exeext conftest.$ac_ext 38585 conftest$ac_exeext conftest.$ac_ext
37240 LIBS=$ac_check_lib_save_LIBS 38586 LIBS=$ac_check_lib_save_LIBS
37241 fi 38587 fi
37242 { echo "$as_me:$LINENO: result: $ac_cv_lib_gdbm_dbm_open" >&5 38588 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gdbm_dbm_open" >&5
37243 echo "${ECHO_T}$ac_cv_lib_gdbm_dbm_open" >&6; } 38589 $as_echo "$ac_cv_lib_gdbm_dbm_open" >&6; }
37244 if test $ac_cv_lib_gdbm_dbm_open = yes; then 38590 if test "x$ac_cv_lib_gdbm_dbm_open" = x""yes; then
37245 38591
37246 enable_database_gdbm=yes enable_database_dbm=no libdbm=-lgdbm 38592 enable_database_gdbm=yes enable_database_dbm=no libdbm=-lgdbm
37247 else 38593 else
37248 38594
37249 { echo "$as_me:$LINENO: checking for dbm_open in -lgdbm_compat" >&5 38595 { $as_echo "$as_me:$LINENO: checking for dbm_open in -lgdbm_compat" >&5
37250 echo $ECHO_N "checking for dbm_open in -lgdbm_compat... $ECHO_C" >&6; } 38596 $as_echo_n "checking for dbm_open in -lgdbm_compat... " >&6; }
37251 if test "${ac_cv_lib_gdbm_compat_dbm_open+set}" = set; then 38597 if test "${ac_cv_lib_gdbm_compat_dbm_open+set}" = set; then
37252 echo $ECHO_N "(cached) $ECHO_C" >&6 38598 $as_echo_n "(cached) " >&6
37253 else 38599 else
37254 ac_check_lib_save_LIBS=$LIBS 38600 ac_check_lib_save_LIBS=$LIBS
37255 LIBS="-lgdbm_compat -lgdbm $LIBS" 38601 LIBS="-lgdbm_compat -lgdbm $LIBS"
37256 cat >conftest.$ac_ext <<_ACEOF 38602 cat >conftest.$ac_ext <<_ACEOF
37257 /* confdefs.h. */ 38603 /* confdefs.h. */
37279 if { (ac_try="$ac_link" 38625 if { (ac_try="$ac_link"
37280 case "(($ac_try" in 38626 case "(($ac_try" in
37281 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 38627 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37282 *) ac_try_echo=$ac_try;; 38628 *) ac_try_echo=$ac_try;;
37283 esac 38629 esac
37284 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 38630 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
38631 $as_echo "$ac_try_echo") >&5
37285 (eval "$ac_link") 2>conftest.er1 38632 (eval "$ac_link") 2>conftest.er1
37286 ac_status=$? 38633 ac_status=$?
37287 grep -v '^ *+' conftest.er1 >conftest.err 38634 grep -v '^ *+' conftest.er1 >conftest.err
37288 rm -f conftest.er1 38635 rm -f conftest.er1
37289 cat conftest.err >&5 38636 cat conftest.err >&5
37290 echo "$as_me:$LINENO: \$? = $ac_status" >&5 38637 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
37291 (exit $ac_status); } && { 38638 (exit $ac_status); } && {
37292 test -z "$ac_c_werror_flag" || 38639 test -z "$ac_c_werror_flag" ||
37293 test ! -s conftest.err 38640 test ! -s conftest.err
37294 } && test -s conftest$ac_exeext && 38641 } && test -s conftest$ac_exeext && {
37295 $as_test_x conftest$ac_exeext; then 38642 test "$cross_compiling" = yes ||
38643 $as_test_x conftest$ac_exeext
38644 }; then
37296 ac_cv_lib_gdbm_compat_dbm_open=yes 38645 ac_cv_lib_gdbm_compat_dbm_open=yes
37297 else 38646 else
37298 echo "$as_me: failed program was:" >&5 38647 $as_echo "$as_me: failed program was:" >&5
37299 sed 's/^/| /' conftest.$ac_ext >&5 38648 sed 's/^/| /' conftest.$ac_ext >&5
37300 38649
37301 ac_cv_lib_gdbm_compat_dbm_open=no 38650 ac_cv_lib_gdbm_compat_dbm_open=no
37302 fi 38651 fi
37303 38652
38653 rm -rf conftest.dSYM
37304 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 38654 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37305 conftest$ac_exeext conftest.$ac_ext 38655 conftest$ac_exeext conftest.$ac_ext
37306 LIBS=$ac_check_lib_save_LIBS 38656 LIBS=$ac_check_lib_save_LIBS
37307 fi 38657 fi
37308 { echo "$as_me:$LINENO: result: $ac_cv_lib_gdbm_compat_dbm_open" >&5 38658 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gdbm_compat_dbm_open" >&5
37309 echo "${ECHO_T}$ac_cv_lib_gdbm_compat_dbm_open" >&6; } 38659 $as_echo "$ac_cv_lib_gdbm_compat_dbm_open" >&6; }
37310 if test $ac_cv_lib_gdbm_compat_dbm_open = yes; then 38660 if test "x$ac_cv_lib_gdbm_compat_dbm_open" = x""yes; then
37311 38661
37312 enable_database_gdbm=yes enable_database_dbm=no libdbm="-lgdbm_compat -lgdbm" 38662 enable_database_gdbm=yes enable_database_dbm=no libdbm="-lgdbm_compat -lgdbm"
37313 else 38663 else
37314 38664
37315 if test "$enable_database_gdbm" = "yes"; then 38665 if test "$enable_database_gdbm" = "yes"; then
37322 fi 38672 fi
37323 38673
37324 fi 38674 fi
37325 38675
37326 if test "$enable_database_dbm" != "no"; then 38676 if test "$enable_database_dbm" != "no"; then
37327 { echo "$as_me:$LINENO: checking for dbm_open" >&5 38677 { $as_echo "$as_me:$LINENO: checking for dbm_open" >&5
37328 echo $ECHO_N "checking for dbm_open... $ECHO_C" >&6; } 38678 $as_echo_n "checking for dbm_open... " >&6; }
37329 if test "${ac_cv_func_dbm_open+set}" = set; then 38679 if test "${ac_cv_func_dbm_open+set}" = set; then
37330 echo $ECHO_N "(cached) $ECHO_C" >&6 38680 $as_echo_n "(cached) " >&6
37331 else 38681 else
37332 cat >conftest.$ac_ext <<_ACEOF 38682 cat >conftest.$ac_ext <<_ACEOF
37333 /* confdefs.h. */ 38683 /* confdefs.h. */
37334 _ACEOF 38684 _ACEOF
37335 cat confdefs.h >>conftest.$ac_ext 38685 cat confdefs.h >>conftest.$ac_ext
37378 if { (ac_try="$ac_link" 38728 if { (ac_try="$ac_link"
37379 case "(($ac_try" in 38729 case "(($ac_try" in
37380 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 38730 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37381 *) ac_try_echo=$ac_try;; 38731 *) ac_try_echo=$ac_try;;
37382 esac 38732 esac
37383 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 38733 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
38734 $as_echo "$ac_try_echo") >&5
37384 (eval "$ac_link") 2>conftest.er1 38735 (eval "$ac_link") 2>conftest.er1
37385 ac_status=$? 38736 ac_status=$?
37386 grep -v '^ *+' conftest.er1 >conftest.err 38737 grep -v '^ *+' conftest.er1 >conftest.err
37387 rm -f conftest.er1 38738 rm -f conftest.er1
37388 cat conftest.err >&5 38739 cat conftest.err >&5
37389 echo "$as_me:$LINENO: \$? = $ac_status" >&5 38740 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
37390 (exit $ac_status); } && { 38741 (exit $ac_status); } && {
37391 test -z "$ac_c_werror_flag" || 38742 test -z "$ac_c_werror_flag" ||
37392 test ! -s conftest.err 38743 test ! -s conftest.err
37393 } && test -s conftest$ac_exeext && 38744 } && test -s conftest$ac_exeext && {
37394 $as_test_x conftest$ac_exeext; then 38745 test "$cross_compiling" = yes ||
38746 $as_test_x conftest$ac_exeext
38747 }; then
37395 ac_cv_func_dbm_open=yes 38748 ac_cv_func_dbm_open=yes
37396 else 38749 else
37397 echo "$as_me: failed program was:" >&5 38750 $as_echo "$as_me: failed program was:" >&5
37398 sed 's/^/| /' conftest.$ac_ext >&5 38751 sed 's/^/| /' conftest.$ac_ext >&5
37399 38752
37400 ac_cv_func_dbm_open=no 38753 ac_cv_func_dbm_open=no
37401 fi 38754 fi
37402 38755
38756 rm -rf conftest.dSYM
37403 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 38757 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37404 conftest$ac_exeext conftest.$ac_ext 38758 conftest$ac_exeext conftest.$ac_ext
37405 fi 38759 fi
37406 { echo "$as_me:$LINENO: result: $ac_cv_func_dbm_open" >&5 38760 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_dbm_open" >&5
37407 echo "${ECHO_T}$ac_cv_func_dbm_open" >&6; } 38761 $as_echo "$ac_cv_func_dbm_open" >&6; }
37408 if test $ac_cv_func_dbm_open = yes; then 38762 if test "x$ac_cv_func_dbm_open" = x""yes; then
37409 enable_database_dbm=yes libdbm= 38763 enable_database_dbm=yes libdbm=
37410 else 38764 else
37411 38765
37412 { echo "$as_me:$LINENO: checking for dbm_open in -ldbm" >&5 38766 { $as_echo "$as_me:$LINENO: checking for dbm_open in -ldbm" >&5
37413 echo $ECHO_N "checking for dbm_open in -ldbm... $ECHO_C" >&6; } 38767 $as_echo_n "checking for dbm_open in -ldbm... " >&6; }
37414 if test "${ac_cv_lib_dbm_dbm_open+set}" = set; then 38768 if test "${ac_cv_lib_dbm_dbm_open+set}" = set; then
37415 echo $ECHO_N "(cached) $ECHO_C" >&6 38769 $as_echo_n "(cached) " >&6
37416 else 38770 else
37417 ac_check_lib_save_LIBS=$LIBS 38771 ac_check_lib_save_LIBS=$LIBS
37418 LIBS="-ldbm $LIBS" 38772 LIBS="-ldbm $LIBS"
37419 cat >conftest.$ac_ext <<_ACEOF 38773 cat >conftest.$ac_ext <<_ACEOF
37420 /* confdefs.h. */ 38774 /* confdefs.h. */
37442 if { (ac_try="$ac_link" 38796 if { (ac_try="$ac_link"
37443 case "(($ac_try" in 38797 case "(($ac_try" in
37444 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 38798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37445 *) ac_try_echo=$ac_try;; 38799 *) ac_try_echo=$ac_try;;
37446 esac 38800 esac
37447 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 38801 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
38802 $as_echo "$ac_try_echo") >&5
37448 (eval "$ac_link") 2>conftest.er1 38803 (eval "$ac_link") 2>conftest.er1
37449 ac_status=$? 38804 ac_status=$?
37450 grep -v '^ *+' conftest.er1 >conftest.err 38805 grep -v '^ *+' conftest.er1 >conftest.err
37451 rm -f conftest.er1 38806 rm -f conftest.er1
37452 cat conftest.err >&5 38807 cat conftest.err >&5
37453 echo "$as_me:$LINENO: \$? = $ac_status" >&5 38808 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
37454 (exit $ac_status); } && { 38809 (exit $ac_status); } && {
37455 test -z "$ac_c_werror_flag" || 38810 test -z "$ac_c_werror_flag" ||
37456 test ! -s conftest.err 38811 test ! -s conftest.err
37457 } && test -s conftest$ac_exeext && 38812 } && test -s conftest$ac_exeext && {
37458 $as_test_x conftest$ac_exeext; then 38813 test "$cross_compiling" = yes ||
38814 $as_test_x conftest$ac_exeext
38815 }; then
37459 ac_cv_lib_dbm_dbm_open=yes 38816 ac_cv_lib_dbm_dbm_open=yes
37460 else 38817 else
37461 echo "$as_me: failed program was:" >&5 38818 $as_echo "$as_me: failed program was:" >&5
37462 sed 's/^/| /' conftest.$ac_ext >&5 38819 sed 's/^/| /' conftest.$ac_ext >&5
37463 38820
37464 ac_cv_lib_dbm_dbm_open=no 38821 ac_cv_lib_dbm_dbm_open=no
37465 fi 38822 fi
37466 38823
38824 rm -rf conftest.dSYM
37467 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 38825 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37468 conftest$ac_exeext conftest.$ac_ext 38826 conftest$ac_exeext conftest.$ac_ext
37469 LIBS=$ac_check_lib_save_LIBS 38827 LIBS=$ac_check_lib_save_LIBS
37470 fi 38828 fi
37471 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbm_dbm_open" >&5 38829 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbm_dbm_open" >&5
37472 echo "${ECHO_T}$ac_cv_lib_dbm_dbm_open" >&6; } 38830 $as_echo "$ac_cv_lib_dbm_dbm_open" >&6; }
37473 if test $ac_cv_lib_dbm_dbm_open = yes; then 38831 if test "x$ac_cv_lib_dbm_dbm_open" = x""yes; then
37474 enable_database_dbm=yes libdbm=-ldbm 38832 enable_database_dbm=yes libdbm=-ldbm
37475 else 38833 else
37476 38834
37477 test "$enable_database_dbm" = "yes" && \ 38835 test "$enable_database_dbm" = "yes" && \
37478 { echo "Error:" "Required DBM support cannot be provided." >&2; exit 1; } 38836 { echo "Error:" "Required DBM support cannot be provided." >&2; exit 1; }
37489 cat >>confdefs.h <<\_ACEOF 38847 cat >>confdefs.h <<\_ACEOF
37490 #define HAVE_DBM 1 38848 #define HAVE_DBM 1
37491 _ACEOF 38849 _ACEOF
37492 38850
37493 38851
37494 { echo "$as_me:$LINENO: checking for u_int8_t" >&5 38852 { $as_echo "$as_me:$LINENO: checking for u_int8_t" >&5
37495 echo $ECHO_N "checking for u_int8_t... $ECHO_C" >&6; } 38853 $as_echo_n "checking for u_int8_t... " >&6; }
37496 if test "${ac_cv_type_u_int8_t+set}" = set; then 38854 if test "${ac_cv_type_u_int8_t+set}" = set; then
37497 echo $ECHO_N "(cached) $ECHO_C" >&6 38855 $as_echo_n "(cached) " >&6
37498 else 38856 else
37499 cat >conftest.$ac_ext <<_ACEOF 38857 ac_cv_type_u_int8_t=no
38858 cat >conftest.$ac_ext <<_ACEOF
37500 /* confdefs.h. */ 38859 /* confdefs.h. */
37501 _ACEOF 38860 _ACEOF
37502 cat confdefs.h >>conftest.$ac_ext 38861 cat confdefs.h >>conftest.$ac_ext
37503 cat >>conftest.$ac_ext <<_ACEOF 38862 cat >>conftest.$ac_ext <<_ACEOF
37504 /* end confdefs.h. */ 38863 /* end confdefs.h. */
37505 $ac_includes_default 38864 $ac_includes_default
37506 typedef u_int8_t ac__type_new_;
37507 int 38865 int
37508 main () 38866 main ()
37509 { 38867 {
37510 if ((ac__type_new_ *) 0) 38868 if (sizeof (u_int8_t))
37511 return 0; 38869 return 0;
37512 if (sizeof (ac__type_new_))
37513 return 0;
37514 ; 38870 ;
37515 return 0; 38871 return 0;
37516 } 38872 }
37517 _ACEOF 38873 _ACEOF
37518 rm -f conftest.$ac_objext 38874 rm -f conftest.$ac_objext
37519 if { (ac_try="$ac_compile" 38875 if { (ac_try="$ac_compile"
37520 case "(($ac_try" in 38876 case "(($ac_try" in
37521 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 38877 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37522 *) ac_try_echo=$ac_try;; 38878 *) ac_try_echo=$ac_try;;
37523 esac 38879 esac
37524 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 38880 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
38881 $as_echo "$ac_try_echo") >&5
37525 (eval "$ac_compile") 2>conftest.er1 38882 (eval "$ac_compile") 2>conftest.er1
37526 ac_status=$? 38883 ac_status=$?
37527 grep -v '^ *+' conftest.er1 >conftest.err 38884 grep -v '^ *+' conftest.er1 >conftest.err
37528 rm -f conftest.er1 38885 rm -f conftest.er1
37529 cat conftest.err >&5 38886 cat conftest.err >&5
37530 echo "$as_me:$LINENO: \$? = $ac_status" >&5 38887 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
37531 (exit $ac_status); } && { 38888 (exit $ac_status); } && {
37532 test -z "$ac_c_werror_flag" || 38889 test -z "$ac_c_werror_flag" ||
37533 test ! -s conftest.err 38890 test ! -s conftest.err
37534 } && test -s conftest.$ac_objext; then 38891 } && test -s conftest.$ac_objext; then
37535 ac_cv_type_u_int8_t=yes
37536 else
37537 echo "$as_me: failed program was:" >&5
37538 sed 's/^/| /' conftest.$ac_ext >&5
37539
37540 ac_cv_type_u_int8_t=no
37541 fi
37542
37543 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37544 fi
37545 { echo "$as_me:$LINENO: result: $ac_cv_type_u_int8_t" >&5
37546 echo "${ECHO_T}$ac_cv_type_u_int8_t" >&6; }
37547 if test $ac_cv_type_u_int8_t = yes; then
37548
37549 cat >>confdefs.h <<_ACEOF
37550 #define HAVE_U_INT8_T 1
37551 _ACEOF
37552
37553
37554 fi
37555 { echo "$as_me:$LINENO: checking for u_int16_t" >&5
37556 echo $ECHO_N "checking for u_int16_t... $ECHO_C" >&6; }
37557 if test "${ac_cv_type_u_int16_t+set}" = set; then
37558 echo $ECHO_N "(cached) $ECHO_C" >&6
37559 else
37560 cat >conftest.$ac_ext <<_ACEOF 38892 cat >conftest.$ac_ext <<_ACEOF
37561 /* confdefs.h. */ 38893 /* confdefs.h. */
37562 _ACEOF 38894 _ACEOF
37563 cat confdefs.h >>conftest.$ac_ext 38895 cat confdefs.h >>conftest.$ac_ext
37564 cat >>conftest.$ac_ext <<_ACEOF 38896 cat >>conftest.$ac_ext <<_ACEOF
37565 /* end confdefs.h. */ 38897 /* end confdefs.h. */
37566 $ac_includes_default 38898 $ac_includes_default
37567 typedef u_int16_t ac__type_new_;
37568 int 38899 int
37569 main () 38900 main ()
37570 { 38901 {
37571 if ((ac__type_new_ *) 0) 38902 if (sizeof ((u_int8_t)))
37572 return 0; 38903 return 0;
37573 if (sizeof (ac__type_new_))
37574 return 0;
37575 ; 38904 ;
37576 return 0; 38905 return 0;
37577 } 38906 }
37578 _ACEOF 38907 _ACEOF
37579 rm -f conftest.$ac_objext 38908 rm -f conftest.$ac_objext
37580 if { (ac_try="$ac_compile" 38909 if { (ac_try="$ac_compile"
37581 case "(($ac_try" in 38910 case "(($ac_try" in
37582 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 38911 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37583 *) ac_try_echo=$ac_try;; 38912 *) ac_try_echo=$ac_try;;
37584 esac 38913 esac
37585 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 38914 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
38915 $as_echo "$ac_try_echo") >&5
37586 (eval "$ac_compile") 2>conftest.er1 38916 (eval "$ac_compile") 2>conftest.er1
37587 ac_status=$? 38917 ac_status=$?
37588 grep -v '^ *+' conftest.er1 >conftest.err 38918 grep -v '^ *+' conftest.er1 >conftest.err
37589 rm -f conftest.er1 38919 rm -f conftest.er1
37590 cat conftest.err >&5 38920 cat conftest.err >&5
37591 echo "$as_me:$LINENO: \$? = $ac_status" >&5 38921 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
37592 (exit $ac_status); } && { 38922 (exit $ac_status); } && {
37593 test -z "$ac_c_werror_flag" || 38923 test -z "$ac_c_werror_flag" ||
37594 test ! -s conftest.err 38924 test ! -s conftest.err
37595 } && test -s conftest.$ac_objext; then 38925 } && test -s conftest.$ac_objext; then
37596 ac_cv_type_u_int16_t=yes 38926 :
37597 else 38927 else
37598 echo "$as_me: failed program was:" >&5 38928 $as_echo "$as_me: failed program was:" >&5
37599 sed 's/^/| /' conftest.$ac_ext >&5 38929 sed 's/^/| /' conftest.$ac_ext >&5
37600 38930
37601 ac_cv_type_u_int16_t=no 38931 ac_cv_type_u_int8_t=yes
37602 fi 38932 fi
37603 38933
37604 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 38934 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37605 fi 38935 else
37606 { echo "$as_me:$LINENO: result: $ac_cv_type_u_int16_t" >&5 38936 $as_echo "$as_me: failed program was:" >&5
37607 echo "${ECHO_T}$ac_cv_type_u_int16_t" >&6; } 38937 sed 's/^/| /' conftest.$ac_ext >&5
37608 if test $ac_cv_type_u_int16_t = yes; then 38938
38939
38940 fi
38941
38942 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38943 fi
38944 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_u_int8_t" >&5
38945 $as_echo "$ac_cv_type_u_int8_t" >&6; }
38946 if test "x$ac_cv_type_u_int8_t" = x""yes; then
37609 38947
37610 cat >>confdefs.h <<_ACEOF 38948 cat >>confdefs.h <<_ACEOF
37611 #define HAVE_U_INT16_T 1 38949 #define HAVE_U_INT8_T 1
37612 _ACEOF 38950 _ACEOF
37613 38951
37614 38952
37615 fi 38953 fi
37616 { echo "$as_me:$LINENO: checking for u_int32_t" >&5 38954 { $as_echo "$as_me:$LINENO: checking for u_int16_t" >&5
37617 echo $ECHO_N "checking for u_int32_t... $ECHO_C" >&6; } 38955 $as_echo_n "checking for u_int16_t... " >&6; }
37618 if test "${ac_cv_type_u_int32_t+set}" = set; then 38956 if test "${ac_cv_type_u_int16_t+set}" = set; then
37619 echo $ECHO_N "(cached) $ECHO_C" >&6 38957 $as_echo_n "(cached) " >&6
37620 else 38958 else
37621 cat >conftest.$ac_ext <<_ACEOF 38959 ac_cv_type_u_int16_t=no
38960 cat >conftest.$ac_ext <<_ACEOF
37622 /* confdefs.h. */ 38961 /* confdefs.h. */
37623 _ACEOF 38962 _ACEOF
37624 cat confdefs.h >>conftest.$ac_ext 38963 cat confdefs.h >>conftest.$ac_ext
37625 cat >>conftest.$ac_ext <<_ACEOF 38964 cat >>conftest.$ac_ext <<_ACEOF
37626 /* end confdefs.h. */ 38965 /* end confdefs.h. */
37627 $ac_includes_default 38966 $ac_includes_default
37628 typedef u_int32_t ac__type_new_;
37629 int 38967 int
37630 main () 38968 main ()
37631 { 38969 {
37632 if ((ac__type_new_ *) 0) 38970 if (sizeof (u_int16_t))
37633 return 0; 38971 return 0;
37634 if (sizeof (ac__type_new_))
37635 return 0;
37636 ; 38972 ;
37637 return 0; 38973 return 0;
37638 } 38974 }
37639 _ACEOF 38975 _ACEOF
37640 rm -f conftest.$ac_objext 38976 rm -f conftest.$ac_objext
37641 if { (ac_try="$ac_compile" 38977 if { (ac_try="$ac_compile"
37642 case "(($ac_try" in 38978 case "(($ac_try" in
37643 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 38979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37644 *) ac_try_echo=$ac_try;; 38980 *) ac_try_echo=$ac_try;;
37645 esac 38981 esac
37646 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 38982 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
38983 $as_echo "$ac_try_echo") >&5
37647 (eval "$ac_compile") 2>conftest.er1 38984 (eval "$ac_compile") 2>conftest.er1
37648 ac_status=$? 38985 ac_status=$?
37649 grep -v '^ *+' conftest.er1 >conftest.err 38986 grep -v '^ *+' conftest.er1 >conftest.err
37650 rm -f conftest.er1 38987 rm -f conftest.er1
37651 cat conftest.err >&5 38988 cat conftest.err >&5
37652 echo "$as_me:$LINENO: \$? = $ac_status" >&5 38989 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
37653 (exit $ac_status); } && { 38990 (exit $ac_status); } && {
37654 test -z "$ac_c_werror_flag" || 38991 test -z "$ac_c_werror_flag" ||
37655 test ! -s conftest.err 38992 test ! -s conftest.err
37656 } && test -s conftest.$ac_objext; then 38993 } && test -s conftest.$ac_objext; then
37657 ac_cv_type_u_int32_t=yes 38994 cat >conftest.$ac_ext <<_ACEOF
37658 else 38995 /* confdefs.h. */
37659 echo "$as_me: failed program was:" >&5 38996 _ACEOF
38997 cat confdefs.h >>conftest.$ac_ext
38998 cat >>conftest.$ac_ext <<_ACEOF
38999 /* end confdefs.h. */
39000 $ac_includes_default
39001 int
39002 main ()
39003 {
39004 if (sizeof ((u_int16_t)))
39005 return 0;
39006 ;
39007 return 0;
39008 }
39009 _ACEOF
39010 rm -f conftest.$ac_objext
39011 if { (ac_try="$ac_compile"
39012 case "(($ac_try" in
39013 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39014 *) ac_try_echo=$ac_try;;
39015 esac
39016 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
39017 $as_echo "$ac_try_echo") >&5
39018 (eval "$ac_compile") 2>conftest.er1
39019 ac_status=$?
39020 grep -v '^ *+' conftest.er1 >conftest.err
39021 rm -f conftest.er1
39022 cat conftest.err >&5
39023 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
39024 (exit $ac_status); } && {
39025 test -z "$ac_c_werror_flag" ||
39026 test ! -s conftest.err
39027 } && test -s conftest.$ac_objext; then
39028 :
39029 else
39030 $as_echo "$as_me: failed program was:" >&5
37660 sed 's/^/| /' conftest.$ac_ext >&5 39031 sed 's/^/| /' conftest.$ac_ext >&5
37661 39032
37662 ac_cv_type_u_int32_t=no 39033 ac_cv_type_u_int16_t=yes
37663 fi 39034 fi
37664 39035
37665 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 39036 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37666 fi 39037 else
37667 { echo "$as_me:$LINENO: result: $ac_cv_type_u_int32_t" >&5 39038 $as_echo "$as_me: failed program was:" >&5
37668 echo "${ECHO_T}$ac_cv_type_u_int32_t" >&6; } 39039 sed 's/^/| /' conftest.$ac_ext >&5
37669 if test $ac_cv_type_u_int32_t = yes; then 39040
39041
39042 fi
39043
39044 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39045 fi
39046 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_u_int16_t" >&5
39047 $as_echo "$ac_cv_type_u_int16_t" >&6; }
39048 if test "x$ac_cv_type_u_int16_t" = x""yes; then
39049
39050 cat >>confdefs.h <<_ACEOF
39051 #define HAVE_U_INT16_T 1
39052 _ACEOF
39053
39054
39055 fi
39056 { $as_echo "$as_me:$LINENO: checking for u_int32_t" >&5
39057 $as_echo_n "checking for u_int32_t... " >&6; }
39058 if test "${ac_cv_type_u_int32_t+set}" = set; then
39059 $as_echo_n "(cached) " >&6
39060 else
39061 ac_cv_type_u_int32_t=no
39062 cat >conftest.$ac_ext <<_ACEOF
39063 /* confdefs.h. */
39064 _ACEOF
39065 cat confdefs.h >>conftest.$ac_ext
39066 cat >>conftest.$ac_ext <<_ACEOF
39067 /* end confdefs.h. */
39068 $ac_includes_default
39069 int
39070 main ()
39071 {
39072 if (sizeof (u_int32_t))
39073 return 0;
39074 ;
39075 return 0;
39076 }
39077 _ACEOF
39078 rm -f conftest.$ac_objext
39079 if { (ac_try="$ac_compile"
39080 case "(($ac_try" in
39081 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39082 *) ac_try_echo=$ac_try;;
39083 esac
39084 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
39085 $as_echo "$ac_try_echo") >&5
39086 (eval "$ac_compile") 2>conftest.er1
39087 ac_status=$?
39088 grep -v '^ *+' conftest.er1 >conftest.err
39089 rm -f conftest.er1
39090 cat conftest.err >&5
39091 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
39092 (exit $ac_status); } && {
39093 test -z "$ac_c_werror_flag" ||
39094 test ! -s conftest.err
39095 } && test -s conftest.$ac_objext; then
39096 cat >conftest.$ac_ext <<_ACEOF
39097 /* confdefs.h. */
39098 _ACEOF
39099 cat confdefs.h >>conftest.$ac_ext
39100 cat >>conftest.$ac_ext <<_ACEOF
39101 /* end confdefs.h. */
39102 $ac_includes_default
39103 int
39104 main ()
39105 {
39106 if (sizeof ((u_int32_t)))
39107 return 0;
39108 ;
39109 return 0;
39110 }
39111 _ACEOF
39112 rm -f conftest.$ac_objext
39113 if { (ac_try="$ac_compile"
39114 case "(($ac_try" in
39115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39116 *) ac_try_echo=$ac_try;;
39117 esac
39118 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
39119 $as_echo "$ac_try_echo") >&5
39120 (eval "$ac_compile") 2>conftest.er1
39121 ac_status=$?
39122 grep -v '^ *+' conftest.er1 >conftest.err
39123 rm -f conftest.er1
39124 cat conftest.err >&5
39125 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
39126 (exit $ac_status); } && {
39127 test -z "$ac_c_werror_flag" ||
39128 test ! -s conftest.err
39129 } && test -s conftest.$ac_objext; then
39130 :
39131 else
39132 $as_echo "$as_me: failed program was:" >&5
39133 sed 's/^/| /' conftest.$ac_ext >&5
39134
39135 ac_cv_type_u_int32_t=yes
39136 fi
39137
39138 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39139 else
39140 $as_echo "$as_me: failed program was:" >&5
39141 sed 's/^/| /' conftest.$ac_ext >&5
39142
39143
39144 fi
39145
39146 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39147 fi
39148 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_u_int32_t" >&5
39149 $as_echo "$ac_cv_type_u_int32_t" >&6; }
39150 if test "x$ac_cv_type_u_int32_t" = x""yes; then
37670 39151
37671 cat >>confdefs.h <<_ACEOF 39152 cat >>confdefs.h <<_ACEOF
37672 #define HAVE_U_INT32_T 1 39153 #define HAVE_U_INT32_T 1
37673 _ACEOF 39154 _ACEOF
37674 39155
37675 39156
37676 fi 39157 fi
37677 39158
37678 39159
37679 if test "$enable_database_berkdb" != "no"; then 39160 if test "$enable_database_berkdb" != "no"; then
37680 { echo "$as_me:$LINENO: checking for Berkeley db.h" >&5 39161 { $as_echo "$as_me:$LINENO: checking for Berkeley db.h" >&5
37681 echo $ECHO_N "checking for Berkeley db.h... $ECHO_C" >&6; } 39162 $as_echo_n "checking for Berkeley db.h... " >&6; }
37682 for header in "db/db.h" "db.h"; do 39163 for header in "db/db.h" "db.h"; do
37683 cat >conftest.$ac_ext <<_ACEOF 39164 cat >conftest.$ac_ext <<_ACEOF
37684 /* confdefs.h. */ 39165 /* confdefs.h. */
37685 _ACEOF 39166 _ACEOF
37686 cat confdefs.h >>conftest.$ac_ext 39167 cat confdefs.h >>conftest.$ac_ext
37715 if { (ac_try="$ac_compile" 39196 if { (ac_try="$ac_compile"
37716 case "(($ac_try" in 39197 case "(($ac_try" in
37717 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 39198 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37718 *) ac_try_echo=$ac_try;; 39199 *) ac_try_echo=$ac_try;;
37719 esac 39200 esac
37720 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 39201 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
39202 $as_echo "$ac_try_echo") >&5
37721 (eval "$ac_compile") 2>conftest.er1 39203 (eval "$ac_compile") 2>conftest.er1
37722 ac_status=$? 39204 ac_status=$?
37723 grep -v '^ *+' conftest.er1 >conftest.err 39205 grep -v '^ *+' conftest.er1 >conftest.err
37724 rm -f conftest.er1 39206 rm -f conftest.er1
37725 cat conftest.err >&5 39207 cat conftest.err >&5
37726 echo "$as_me:$LINENO: \$? = $ac_status" >&5 39208 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
37727 (exit $ac_status); } && { 39209 (exit $ac_status); } && {
37728 test -z "$ac_c_werror_flag" || 39210 test -z "$ac_c_werror_flag" ||
37729 test ! -s conftest.err 39211 test ! -s conftest.err
37730 } && test -s conftest.$ac_objext; then 39212 } && test -s conftest.$ac_objext; then
37731 db_h_file="$header"; break 39213 db_h_file="$header"; break
37732 else 39214 else
37733 echo "$as_me: failed program was:" >&5 39215 $as_echo "$as_me: failed program was:" >&5
37734 sed 's/^/| /' conftest.$ac_ext >&5 39216 sed 's/^/| /' conftest.$ac_ext >&5
37735 39217
37736 39218
37737 fi 39219 fi
37738 39220
37739 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 39221 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37740 done 39222 done
37741 if test -z "$db_h_file" 39223 if test -z "$db_h_file"
37742 then { echo "$as_me:$LINENO: result: no" >&5 39224 then { $as_echo "$as_me:$LINENO: result: no" >&5
37743 echo "${ECHO_T}no" >&6; }; enable_database_berkdb=no 39225 $as_echo "no" >&6; }; enable_database_berkdb=no
37744 else { echo "$as_me:$LINENO: result: $db_h_file" >&5 39226 else { $as_echo "$as_me:$LINENO: result: $db_h_file" >&5
37745 echo "${ECHO_T}$db_h_file" >&6; } 39227 $as_echo "$db_h_file" >&6; }
37746 fi 39228 fi
37747 39229
37748 if test "$enable_database_berkdb" != "no"; then 39230 if test "$enable_database_berkdb" != "no"; then
37749 { echo "$as_me:$LINENO: checking for Berkeley DB version" >&5 39231 { $as_echo "$as_me:$LINENO: checking for Berkeley DB version" >&5
37750 echo $ECHO_N "checking for Berkeley DB version... $ECHO_C" >&6; } 39232 $as_echo_n "checking for Berkeley DB version... " >&6; }
37751 cat >conftest.$ac_ext <<_ACEOF 39233 cat >conftest.$ac_ext <<_ACEOF
37752 /* confdefs.h. */ 39234 /* confdefs.h. */
37753 _ACEOF 39235 _ACEOF
37754 cat confdefs.h >>conftest.$ac_ext 39236 cat confdefs.h >>conftest.$ac_ext
37755 cat >>conftest.$ac_ext <<_ACEOF 39237 cat >>conftest.$ac_ext <<_ACEOF
37788 #endif 39270 #endif
37789 39271
37790 _ACEOF 39272 _ACEOF
37791 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 39273 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
37792 $EGREP "yes" >/dev/null 2>&1; then 39274 $EGREP "yes" >/dev/null 2>&1; then
37793 { echo "$as_me:$LINENO: result: 4" >&5 39275 { $as_echo "$as_me:$LINENO: result: 4" >&5
37794 echo "${ECHO_T}4" >&6; }; dbfunc=db_create; dbver=4 39276 $as_echo "4" >&6; }; dbfunc=db_create; dbver=4
37795 else 39277 else
37796 39278
37797 { echo "$as_me:$LINENO: result: 3" >&5 39279 { $as_echo "$as_me:$LINENO: result: 3" >&5
37798 echo "${ECHO_T}3" >&6; }; dbfunc=db_create; dbver=3 39280 $as_echo "3" >&6; }; dbfunc=db_create; dbver=3
37799 fi 39281 fi
37800 rm -f conftest* 39282 rm -f conftest*
37801 39283
37802 else 39284 else
37803 39285
37804 { echo "$as_me:$LINENO: result: 2" >&5 39286 { $as_echo "$as_me:$LINENO: result: 2" >&5
37805 echo "${ECHO_T}2" >&6; }; dbfunc=db_open; dbver=2 39287 $as_echo "2" >&6; }; dbfunc=db_open; dbver=2
37806 fi 39288 fi
37807 rm -f conftest* 39289 rm -f conftest*
37808 39290
37809 else 39291 else
37810 39292
37811 { echo "$as_me:$LINENO: result: 1" >&5 39293 { $as_echo "$as_me:$LINENO: result: 1" >&5
37812 echo "${ECHO_T}1" >&6; }; dbfunc=dbopen; dbver=1 39294 $as_echo "1" >&6; }; dbfunc=dbopen; dbver=1
37813 fi 39295 fi
37814 rm -f conftest* 39296 rm -f conftest*
37815 39297
37816 as_ac_var=`echo "ac_cv_func_$dbfunc" | $as_tr_sh` 39298 as_ac_var=`$as_echo "ac_cv_func_$dbfunc" | $as_tr_sh`
37817 { echo "$as_me:$LINENO: checking for $dbfunc" >&5 39299 { $as_echo "$as_me:$LINENO: checking for $dbfunc" >&5
37818 echo $ECHO_N "checking for $dbfunc... $ECHO_C" >&6; } 39300 $as_echo_n "checking for $dbfunc... " >&6; }
37819 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 39301 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
37820 echo $ECHO_N "(cached) $ECHO_C" >&6 39302 $as_echo_n "(cached) " >&6
37821 else 39303 else
37822 cat >conftest.$ac_ext <<_ACEOF 39304 cat >conftest.$ac_ext <<_ACEOF
37823 /* confdefs.h. */ 39305 /* confdefs.h. */
37824 _ACEOF 39306 _ACEOF
37825 cat confdefs.h >>conftest.$ac_ext 39307 cat confdefs.h >>conftest.$ac_ext
37868 if { (ac_try="$ac_link" 39350 if { (ac_try="$ac_link"
37869 case "(($ac_try" in 39351 case "(($ac_try" in
37870 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 39352 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37871 *) ac_try_echo=$ac_try;; 39353 *) ac_try_echo=$ac_try;;
37872 esac 39354 esac
37873 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 39355 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
39356 $as_echo "$ac_try_echo") >&5
37874 (eval "$ac_link") 2>conftest.er1 39357 (eval "$ac_link") 2>conftest.er1
37875 ac_status=$? 39358 ac_status=$?
37876 grep -v '^ *+' conftest.er1 >conftest.err 39359 grep -v '^ *+' conftest.er1 >conftest.err
37877 rm -f conftest.er1 39360 rm -f conftest.er1
37878 cat conftest.err >&5 39361 cat conftest.err >&5
37879 echo "$as_me:$LINENO: \$? = $ac_status" >&5 39362 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
37880 (exit $ac_status); } && { 39363 (exit $ac_status); } && {
37881 test -z "$ac_c_werror_flag" || 39364 test -z "$ac_c_werror_flag" ||
37882 test ! -s conftest.err 39365 test ! -s conftest.err
37883 } && test -s conftest$ac_exeext && 39366 } && test -s conftest$ac_exeext && {
37884 $as_test_x conftest$ac_exeext; then 39367 test "$cross_compiling" = yes ||
39368 $as_test_x conftest$ac_exeext
39369 }; then
37885 eval "$as_ac_var=yes" 39370 eval "$as_ac_var=yes"
37886 else 39371 else
37887 echo "$as_me: failed program was:" >&5 39372 $as_echo "$as_me: failed program was:" >&5
37888 sed 's/^/| /' conftest.$ac_ext >&5 39373 sed 's/^/| /' conftest.$ac_ext >&5
37889 39374
37890 eval "$as_ac_var=no" 39375 eval "$as_ac_var=no"
37891 fi 39376 fi
37892 39377
39378 rm -rf conftest.dSYM
37893 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 39379 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37894 conftest$ac_exeext conftest.$ac_ext 39380 conftest$ac_exeext conftest.$ac_ext
37895 fi 39381 fi
37896 ac_res=`eval echo '${'$as_ac_var'}'` 39382 ac_res=`eval 'as_val=${'$as_ac_var'}
37897 { echo "$as_me:$LINENO: result: $ac_res" >&5 39383 $as_echo "$as_val"'`
37898 echo "${ECHO_T}$ac_res" >&6; } 39384 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
37899 if test `eval echo '${'$as_ac_var'}'` = yes; then 39385 $as_echo "$ac_res" >&6; }
39386 as_val=`eval 'as_val=${'$as_ac_var'}
39387 $as_echo "$as_val"'`
39388 if test "x$as_val" = x""yes; then
37900 enable_database_berkdb=yes need_libdb=no 39389 enable_database_berkdb=yes need_libdb=no
37901 else 39390 else
37902 39391
37903 as_ac_Lib=`echo "ac_cv_lib_db_$dbfunc" | $as_tr_sh` 39392 as_ac_Lib=`$as_echo "ac_cv_lib_db_$dbfunc" | $as_tr_sh`
37904 { echo "$as_me:$LINENO: checking for $dbfunc in -ldb" >&5 39393 { $as_echo "$as_me:$LINENO: checking for $dbfunc in -ldb" >&5
37905 echo $ECHO_N "checking for $dbfunc in -ldb... $ECHO_C" >&6; } 39394 $as_echo_n "checking for $dbfunc in -ldb... " >&6; }
37906 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then 39395 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then
37907 echo $ECHO_N "(cached) $ECHO_C" >&6 39396 $as_echo_n "(cached) " >&6
37908 else 39397 else
37909 ac_check_lib_save_LIBS=$LIBS 39398 ac_check_lib_save_LIBS=$LIBS
37910 LIBS="-ldb $LIBS" 39399 LIBS="-ldb $LIBS"
37911 cat >conftest.$ac_ext <<_ACEOF 39400 cat >conftest.$ac_ext <<_ACEOF
37912 /* confdefs.h. */ 39401 /* confdefs.h. */
37934 if { (ac_try="$ac_link" 39423 if { (ac_try="$ac_link"
37935 case "(($ac_try" in 39424 case "(($ac_try" in
37936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 39425 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37937 *) ac_try_echo=$ac_try;; 39426 *) ac_try_echo=$ac_try;;
37938 esac 39427 esac
37939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 39428 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
39429 $as_echo "$ac_try_echo") >&5
37940 (eval "$ac_link") 2>conftest.er1 39430 (eval "$ac_link") 2>conftest.er1
37941 ac_status=$? 39431 ac_status=$?
37942 grep -v '^ *+' conftest.er1 >conftest.err 39432 grep -v '^ *+' conftest.er1 >conftest.err
37943 rm -f conftest.er1 39433 rm -f conftest.er1
37944 cat conftest.err >&5 39434 cat conftest.err >&5
37945 echo "$as_me:$LINENO: \$? = $ac_status" >&5 39435 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
37946 (exit $ac_status); } && { 39436 (exit $ac_status); } && {
37947 test -z "$ac_c_werror_flag" || 39437 test -z "$ac_c_werror_flag" ||
37948 test ! -s conftest.err 39438 test ! -s conftest.err
37949 } && test -s conftest$ac_exeext && 39439 } && test -s conftest$ac_exeext && {
37950 $as_test_x conftest$ac_exeext; then 39440 test "$cross_compiling" = yes ||
39441 $as_test_x conftest$ac_exeext
39442 }; then
37951 eval "$as_ac_Lib=yes" 39443 eval "$as_ac_Lib=yes"
37952 else 39444 else
37953 echo "$as_me: failed program was:" >&5 39445 $as_echo "$as_me: failed program was:" >&5
37954 sed 's/^/| /' conftest.$ac_ext >&5 39446 sed 's/^/| /' conftest.$ac_ext >&5
37955 39447
37956 eval "$as_ac_Lib=no" 39448 eval "$as_ac_Lib=no"
37957 fi 39449 fi
37958 39450
39451 rm -rf conftest.dSYM
37959 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 39452 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37960 conftest$ac_exeext conftest.$ac_ext 39453 conftest$ac_exeext conftest.$ac_ext
37961 LIBS=$ac_check_lib_save_LIBS 39454 LIBS=$ac_check_lib_save_LIBS
37962 fi 39455 fi
37963 ac_res=`eval echo '${'$as_ac_Lib'}'` 39456 ac_res=`eval 'as_val=${'$as_ac_Lib'}
37964 { echo "$as_me:$LINENO: result: $ac_res" >&5 39457 $as_echo "$as_val"'`
37965 echo "${ECHO_T}$ac_res" >&6; } 39458 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
37966 if test `eval echo '${'$as_ac_Lib'}'` = yes; then 39459 $as_echo "$ac_res" >&6; }
39460 as_val=`eval 'as_val=${'$as_ac_Lib'}
39461 $as_echo "$as_val"'`
39462 if test "x$as_val" = x""yes; then
37967 enable_database_berkdb=yes need_libdb=yes 39463 enable_database_berkdb=yes need_libdb=yes
37968 fi 39464 fi
37969 39465
37970 fi 39466 fi
37971 39467
37976 echo "#include <$db_h_file>" > $tempcname 39472 echo "#include <$db_h_file>" > $tempcname
37977 echo "configure___ dbfunc=db_create" >> $tempcname 39473 echo "configure___ dbfunc=db_create" >> $tempcname
37978 eval `$CPP -Isrc $tempcname \ 39474 eval `$CPP -Isrc $tempcname \
37979 | sed -n -e "s/[ TAB]*=[ TAB\"]*/='/" -e "s/[ TAB\"]*\$/'/" -e "s/^configure___//p"` 39475 | sed -n -e "s/[ TAB]*=[ TAB\"]*/='/" -e "s/[ TAB\"]*\$/'/" -e "s/^configure___//p"`
37980 rm -f $tempcname 39476 rm -f $tempcname
37981 { echo "$as_me:$LINENO: WARNING: \"db_create is really $dbfunc\"" >&5 39477 { $as_echo "$as_me:$LINENO: WARNING: \"db_create is really $dbfunc\"" >&5
37982 echo "$as_me: WARNING: \"db_create is really $dbfunc\"" >&2;} 39478 $as_echo "$as_me: WARNING: \"db_create is really $dbfunc\"" >&2;}
37983 as_ac_Lib=`echo "ac_cv_lib_db_$dbfunc" | $as_tr_sh` 39479 as_ac_Lib=`$as_echo "ac_cv_lib_db_$dbfunc" | $as_tr_sh`
37984 { echo "$as_me:$LINENO: checking for $dbfunc in -ldb" >&5 39480 { $as_echo "$as_me:$LINENO: checking for $dbfunc in -ldb" >&5
37985 echo $ECHO_N "checking for $dbfunc in -ldb... $ECHO_C" >&6; } 39481 $as_echo_n "checking for $dbfunc in -ldb... " >&6; }
37986 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then 39482 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then
37987 echo $ECHO_N "(cached) $ECHO_C" >&6 39483 $as_echo_n "(cached) " >&6
37988 else 39484 else
37989 ac_check_lib_save_LIBS=$LIBS 39485 ac_check_lib_save_LIBS=$LIBS
37990 LIBS="-ldb $LIBS" 39486 LIBS="-ldb $LIBS"
37991 cat >conftest.$ac_ext <<_ACEOF 39487 cat >conftest.$ac_ext <<_ACEOF
37992 /* confdefs.h. */ 39488 /* confdefs.h. */
38014 if { (ac_try="$ac_link" 39510 if { (ac_try="$ac_link"
38015 case "(($ac_try" in 39511 case "(($ac_try" in
38016 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 39512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38017 *) ac_try_echo=$ac_try;; 39513 *) ac_try_echo=$ac_try;;
38018 esac 39514 esac
38019 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 39515 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
39516 $as_echo "$ac_try_echo") >&5
38020 (eval "$ac_link") 2>conftest.er1 39517 (eval "$ac_link") 2>conftest.er1
38021 ac_status=$? 39518 ac_status=$?
38022 grep -v '^ *+' conftest.er1 >conftest.err 39519 grep -v '^ *+' conftest.er1 >conftest.err
38023 rm -f conftest.er1 39520 rm -f conftest.er1
38024 cat conftest.err >&5 39521 cat conftest.err >&5
38025 echo "$as_me:$LINENO: \$? = $ac_status" >&5 39522 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
38026 (exit $ac_status); } && { 39523 (exit $ac_status); } && {
38027 test -z "$ac_c_werror_flag" || 39524 test -z "$ac_c_werror_flag" ||
38028 test ! -s conftest.err 39525 test ! -s conftest.err
38029 } && test -s conftest$ac_exeext && 39526 } && test -s conftest$ac_exeext && {
38030 $as_test_x conftest$ac_exeext; then 39527 test "$cross_compiling" = yes ||
39528 $as_test_x conftest$ac_exeext
39529 }; then
38031 eval "$as_ac_Lib=yes" 39530 eval "$as_ac_Lib=yes"
38032 else 39531 else
38033 echo "$as_me: failed program was:" >&5 39532 $as_echo "$as_me: failed program was:" >&5
38034 sed 's/^/| /' conftest.$ac_ext >&5 39533 sed 's/^/| /' conftest.$ac_ext >&5
38035 39534
38036 eval "$as_ac_Lib=no" 39535 eval "$as_ac_Lib=no"
38037 fi 39536 fi
38038 39537
39538 rm -rf conftest.dSYM
38039 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 39539 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38040 conftest$ac_exeext conftest.$ac_ext 39540 conftest$ac_exeext conftest.$ac_ext
38041 LIBS=$ac_check_lib_save_LIBS 39541 LIBS=$ac_check_lib_save_LIBS
38042 fi 39542 fi
38043 ac_res=`eval echo '${'$as_ac_Lib'}'` 39543 ac_res=`eval 'as_val=${'$as_ac_Lib'}
38044 { echo "$as_me:$LINENO: result: $ac_res" >&5 39544 $as_echo "$as_val"'`
38045 echo "${ECHO_T}$ac_res" >&6; } 39545 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
38046 if test `eval echo '${'$as_ac_Lib'}'` = yes; then 39546 $as_echo "$ac_res" >&6; }
39547 as_val=`eval 'as_val=${'$as_ac_Lib'}
39548 $as_echo "$as_val"'`
39549 if test "x$as_val" = x""yes; then
38047 enable_database_berkdb=yes need_libdb=yes 39550 enable_database_berkdb=yes need_libdb=yes
38048 fi 39551 fi
38049 39552
38050 fi 39553 fi
38051 39554
38071 39574
38072 fi 39575 fi
38073 39576
38074 if test "$with_socks" = "yes"; then 39577 if test "$with_socks" = "yes"; then
38075 39578
38076 { echo "$as_me:$LINENO: checking for SOCKSinit in -lsocks" >&5 39579 { $as_echo "$as_me:$LINENO: checking for SOCKSinit in -lsocks" >&5
38077 echo $ECHO_N "checking for SOCKSinit in -lsocks... $ECHO_C" >&6; } 39580 $as_echo_n "checking for SOCKSinit in -lsocks... " >&6; }
38078 if test "${ac_cv_lib_socks_SOCKSinit+set}" = set; then 39581 if test "${ac_cv_lib_socks_SOCKSinit+set}" = set; then
38079 echo $ECHO_N "(cached) $ECHO_C" >&6 39582 $as_echo_n "(cached) " >&6
38080 else 39583 else
38081 ac_check_lib_save_LIBS=$LIBS 39584 ac_check_lib_save_LIBS=$LIBS
38082 LIBS="-lsocks $LIBS" 39585 LIBS="-lsocks $LIBS"
38083 cat >conftest.$ac_ext <<_ACEOF 39586 cat >conftest.$ac_ext <<_ACEOF
38084 /* confdefs.h. */ 39587 /* confdefs.h. */
38106 if { (ac_try="$ac_link" 39609 if { (ac_try="$ac_link"
38107 case "(($ac_try" in 39610 case "(($ac_try" in
38108 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 39611 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38109 *) ac_try_echo=$ac_try;; 39612 *) ac_try_echo=$ac_try;;
38110 esac 39613 esac
38111 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 39614 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
39615 $as_echo "$ac_try_echo") >&5
38112 (eval "$ac_link") 2>conftest.er1 39616 (eval "$ac_link") 2>conftest.er1
38113 ac_status=$? 39617 ac_status=$?
38114 grep -v '^ *+' conftest.er1 >conftest.err 39618 grep -v '^ *+' conftest.er1 >conftest.err
38115 rm -f conftest.er1 39619 rm -f conftest.er1
38116 cat conftest.err >&5 39620 cat conftest.err >&5
38117 echo "$as_me:$LINENO: \$? = $ac_status" >&5 39621 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
38118 (exit $ac_status); } && { 39622 (exit $ac_status); } && {
38119 test -z "$ac_c_werror_flag" || 39623 test -z "$ac_c_werror_flag" ||
38120 test ! -s conftest.err 39624 test ! -s conftest.err
38121 } && test -s conftest$ac_exeext && 39625 } && test -s conftest$ac_exeext && {
38122 $as_test_x conftest$ac_exeext; then 39626 test "$cross_compiling" = yes ||
39627 $as_test_x conftest$ac_exeext
39628 }; then
38123 ac_cv_lib_socks_SOCKSinit=yes 39629 ac_cv_lib_socks_SOCKSinit=yes
38124 else 39630 else
38125 echo "$as_me: failed program was:" >&5 39631 $as_echo "$as_me: failed program was:" >&5
38126 sed 's/^/| /' conftest.$ac_ext >&5 39632 sed 's/^/| /' conftest.$ac_ext >&5
38127 39633
38128 ac_cv_lib_socks_SOCKSinit=no 39634 ac_cv_lib_socks_SOCKSinit=no
38129 fi 39635 fi
38130 39636
39637 rm -rf conftest.dSYM
38131 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 39638 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38132 conftest$ac_exeext conftest.$ac_ext 39639 conftest$ac_exeext conftest.$ac_ext
38133 LIBS=$ac_check_lib_save_LIBS 39640 LIBS=$ac_check_lib_save_LIBS
38134 fi 39641 fi
38135 { echo "$as_me:$LINENO: result: $ac_cv_lib_socks_SOCKSinit" >&5 39642 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socks_SOCKSinit" >&5
38136 echo "${ECHO_T}$ac_cv_lib_socks_SOCKSinit" >&6; } 39643 $as_echo "$ac_cv_lib_socks_SOCKSinit" >&6; }
38137 if test $ac_cv_lib_socks_SOCKSinit = yes; then 39644 if test "x$ac_cv_lib_socks_SOCKSinit" = x""yes; then
38138 cat >>confdefs.h <<_ACEOF 39645 cat >>confdefs.h <<_ACEOF
38139 #define HAVE_LIBSOCKS 1 39646 #define HAVE_LIBSOCKS 1
38140 _ACEOF 39647 _ACEOF
38141 39648
38142 LIBS="-lsocks $LIBS" 39649 LIBS="-lsocks $LIBS"
38157 LIBS="-Bstatic -lut -Bdynamic $LIBS" && if test "$verbose" = "yes"; then echo " Prepending \"-Bstatic -lut -Bdynamic\" to \$LIBS"; fi 39664 LIBS="-Bstatic -lut -Bdynamic $LIBS" && if test "$verbose" = "yes"; then echo " Prepending \"-Bstatic -lut -Bdynamic\" to \$LIBS"; fi
38158 fi 39665 fi
38159 39666
38160 if test "$enable_bignum" = "gmp"; then 39667 if test "$enable_bignum" = "gmp"; then
38161 if test "${ac_cv_header_gmp_h+set}" = set; then 39668 if test "${ac_cv_header_gmp_h+set}" = set; then
38162 { echo "$as_me:$LINENO: checking for gmp.h" >&5 39669 { $as_echo "$as_me:$LINENO: checking for gmp.h" >&5
38163 echo $ECHO_N "checking for gmp.h... $ECHO_C" >&6; } 39670 $as_echo_n "checking for gmp.h... " >&6; }
38164 if test "${ac_cv_header_gmp_h+set}" = set; then 39671 if test "${ac_cv_header_gmp_h+set}" = set; then
38165 echo $ECHO_N "(cached) $ECHO_C" >&6 39672 $as_echo_n "(cached) " >&6
38166 fi 39673 fi
38167 { echo "$as_me:$LINENO: result: $ac_cv_header_gmp_h" >&5 39674 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gmp_h" >&5
38168 echo "${ECHO_T}$ac_cv_header_gmp_h" >&6; } 39675 $as_echo "$ac_cv_header_gmp_h" >&6; }
38169 else 39676 else
38170 # Is the header compilable? 39677 # Is the header compilable?
38171 { echo "$as_me:$LINENO: checking gmp.h usability" >&5 39678 { $as_echo "$as_me:$LINENO: checking gmp.h usability" >&5
38172 echo $ECHO_N "checking gmp.h usability... $ECHO_C" >&6; } 39679 $as_echo_n "checking gmp.h usability... " >&6; }
38173 cat >conftest.$ac_ext <<_ACEOF 39680 cat >conftest.$ac_ext <<_ACEOF
38174 /* confdefs.h. */ 39681 /* confdefs.h. */
38175 _ACEOF 39682 _ACEOF
38176 cat confdefs.h >>conftest.$ac_ext 39683 cat confdefs.h >>conftest.$ac_ext
38177 cat >>conftest.$ac_ext <<_ACEOF 39684 cat >>conftest.$ac_ext <<_ACEOF
38183 if { (ac_try="$ac_compile" 39690 if { (ac_try="$ac_compile"
38184 case "(($ac_try" in 39691 case "(($ac_try" in
38185 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 39692 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38186 *) ac_try_echo=$ac_try;; 39693 *) ac_try_echo=$ac_try;;
38187 esac 39694 esac
38188 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 39695 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
39696 $as_echo "$ac_try_echo") >&5
38189 (eval "$ac_compile") 2>conftest.er1 39697 (eval "$ac_compile") 2>conftest.er1
38190 ac_status=$? 39698 ac_status=$?
38191 grep -v '^ *+' conftest.er1 >conftest.err 39699 grep -v '^ *+' conftest.er1 >conftest.err
38192 rm -f conftest.er1 39700 rm -f conftest.er1
38193 cat conftest.err >&5 39701 cat conftest.err >&5
38194 echo "$as_me:$LINENO: \$? = $ac_status" >&5 39702 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
38195 (exit $ac_status); } && { 39703 (exit $ac_status); } && {
38196 test -z "$ac_c_werror_flag" || 39704 test -z "$ac_c_werror_flag" ||
38197 test ! -s conftest.err 39705 test ! -s conftest.err
38198 } && test -s conftest.$ac_objext; then 39706 } && test -s conftest.$ac_objext; then
38199 ac_header_compiler=yes 39707 ac_header_compiler=yes
38200 else 39708 else
38201 echo "$as_me: failed program was:" >&5 39709 $as_echo "$as_me: failed program was:" >&5
38202 sed 's/^/| /' conftest.$ac_ext >&5 39710 sed 's/^/| /' conftest.$ac_ext >&5
38203 39711
38204 ac_header_compiler=no 39712 ac_header_compiler=no
38205 fi 39713 fi
38206 39714
38207 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 39715 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38208 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 39716 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
38209 echo "${ECHO_T}$ac_header_compiler" >&6; } 39717 $as_echo "$ac_header_compiler" >&6; }
38210 39718
38211 # Is the header present? 39719 # Is the header present?
38212 { echo "$as_me:$LINENO: checking gmp.h presence" >&5 39720 { $as_echo "$as_me:$LINENO: checking gmp.h presence" >&5
38213 echo $ECHO_N "checking gmp.h presence... $ECHO_C" >&6; } 39721 $as_echo_n "checking gmp.h presence... " >&6; }
38214 cat >conftest.$ac_ext <<_ACEOF 39722 cat >conftest.$ac_ext <<_ACEOF
38215 /* confdefs.h. */ 39723 /* confdefs.h. */
38216 _ACEOF 39724 _ACEOF
38217 cat confdefs.h >>conftest.$ac_ext 39725 cat confdefs.h >>conftest.$ac_ext
38218 cat >>conftest.$ac_ext <<_ACEOF 39726 cat >>conftest.$ac_ext <<_ACEOF
38222 if { (ac_try="$ac_cpp conftest.$ac_ext" 39730 if { (ac_try="$ac_cpp conftest.$ac_ext"
38223 case "(($ac_try" in 39731 case "(($ac_try" in
38224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 39732 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38225 *) ac_try_echo=$ac_try;; 39733 *) ac_try_echo=$ac_try;;
38226 esac 39734 esac
38227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 39735 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
39736 $as_echo "$ac_try_echo") >&5
38228 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 39737 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
38229 ac_status=$? 39738 ac_status=$?
38230 grep -v '^ *+' conftest.er1 >conftest.err 39739 grep -v '^ *+' conftest.er1 >conftest.err
38231 rm -f conftest.er1 39740 rm -f conftest.er1
38232 cat conftest.err >&5 39741 cat conftest.err >&5
38233 echo "$as_me:$LINENO: \$? = $ac_status" >&5 39742 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
38234 (exit $ac_status); } >/dev/null && { 39743 (exit $ac_status); } >/dev/null && {
38235 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 39744 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
38236 test ! -s conftest.err 39745 test ! -s conftest.err
38237 }; then 39746 }; then
38238 ac_header_preproc=yes 39747 ac_header_preproc=yes
38239 else 39748 else
38240 echo "$as_me: failed program was:" >&5 39749 $as_echo "$as_me: failed program was:" >&5
38241 sed 's/^/| /' conftest.$ac_ext >&5 39750 sed 's/^/| /' conftest.$ac_ext >&5
38242 39751
38243 ac_header_preproc=no 39752 ac_header_preproc=no
38244 fi 39753 fi
38245 39754
38246 rm -f conftest.err conftest.$ac_ext 39755 rm -f conftest.err conftest.$ac_ext
38247 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 39756 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
38248 echo "${ECHO_T}$ac_header_preproc" >&6; } 39757 $as_echo "$ac_header_preproc" >&6; }
38249 39758
38250 # So? What about this header? 39759 # So? What about this header?
38251 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 39760 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
38252 yes:no: ) 39761 yes:no: )
38253 { echo "$as_me:$LINENO: WARNING: gmp.h: accepted by the compiler, rejected by the preprocessor!" >&5 39762 { $as_echo "$as_me:$LINENO: WARNING: gmp.h: accepted by the compiler, rejected by the preprocessor!" >&5
38254 echo "$as_me: WARNING: gmp.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 39763 $as_echo "$as_me: WARNING: gmp.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
38255 { echo "$as_me:$LINENO: WARNING: gmp.h: proceeding with the compiler's result" >&5 39764 { $as_echo "$as_me:$LINENO: WARNING: gmp.h: proceeding with the compiler's result" >&5
38256 echo "$as_me: WARNING: gmp.h: proceeding with the compiler's result" >&2;} 39765 $as_echo "$as_me: WARNING: gmp.h: proceeding with the compiler's result" >&2;}
38257 ac_header_preproc=yes 39766 ac_header_preproc=yes
38258 ;; 39767 ;;
38259 no:yes:* ) 39768 no:yes:* )
38260 { echo "$as_me:$LINENO: WARNING: gmp.h: present but cannot be compiled" >&5 39769 { $as_echo "$as_me:$LINENO: WARNING: gmp.h: present but cannot be compiled" >&5
38261 echo "$as_me: WARNING: gmp.h: present but cannot be compiled" >&2;} 39770 $as_echo "$as_me: WARNING: gmp.h: present but cannot be compiled" >&2;}
38262 { echo "$as_me:$LINENO: WARNING: gmp.h: check for missing prerequisite headers?" >&5 39771 { $as_echo "$as_me:$LINENO: WARNING: gmp.h: check for missing prerequisite headers?" >&5
38263 echo "$as_me: WARNING: gmp.h: check for missing prerequisite headers?" >&2;} 39772 $as_echo "$as_me: WARNING: gmp.h: check for missing prerequisite headers?" >&2;}
38264 { echo "$as_me:$LINENO: WARNING: gmp.h: see the Autoconf documentation" >&5 39773 { $as_echo "$as_me:$LINENO: WARNING: gmp.h: see the Autoconf documentation" >&5
38265 echo "$as_me: WARNING: gmp.h: see the Autoconf documentation" >&2;} 39774 $as_echo "$as_me: WARNING: gmp.h: see the Autoconf documentation" >&2;}
38266 { echo "$as_me:$LINENO: WARNING: gmp.h: section \"Present But Cannot Be Compiled\"" >&5 39775 { $as_echo "$as_me:$LINENO: WARNING: gmp.h: section \"Present But Cannot Be Compiled\"" >&5
38267 echo "$as_me: WARNING: gmp.h: section \"Present But Cannot Be Compiled\"" >&2;} 39776 $as_echo "$as_me: WARNING: gmp.h: section \"Present But Cannot Be Compiled\"" >&2;}
38268 { echo "$as_me:$LINENO: WARNING: gmp.h: proceeding with the preprocessor's result" >&5 39777 { $as_echo "$as_me:$LINENO: WARNING: gmp.h: proceeding with the preprocessor's result" >&5
38269 echo "$as_me: WARNING: gmp.h: proceeding with the preprocessor's result" >&2;} 39778 $as_echo "$as_me: WARNING: gmp.h: proceeding with the preprocessor's result" >&2;}
38270 { echo "$as_me:$LINENO: WARNING: gmp.h: in the future, the compiler will take precedence" >&5 39779 { $as_echo "$as_me:$LINENO: WARNING: gmp.h: in the future, the compiler will take precedence" >&5
38271 echo "$as_me: WARNING: gmp.h: in the future, the compiler will take precedence" >&2;} 39780 $as_echo "$as_me: WARNING: gmp.h: in the future, the compiler will take precedence" >&2;}
38272 ( cat <<\_ASBOX 39781 ( cat <<\_ASBOX
38273 ## ------------------------------------- ## 39782 ## ------------------------------------- ##
38274 ## Report this to xemacs-beta@xemacs.org ## 39783 ## Report this to xemacs-beta@xemacs.org ##
38275 ## ------------------------------------- ## 39784 ## ------------------------------------- ##
38276 _ASBOX 39785 _ASBOX
38277 ) | sed "s/^/$as_me: WARNING: /" >&2 39786 ) | sed "s/^/$as_me: WARNING: /" >&2
38278 ;; 39787 ;;
38279 esac 39788 esac
38280 { echo "$as_me:$LINENO: checking for gmp.h" >&5 39789 { $as_echo "$as_me:$LINENO: checking for gmp.h" >&5
38281 echo $ECHO_N "checking for gmp.h... $ECHO_C" >&6; } 39790 $as_echo_n "checking for gmp.h... " >&6; }
38282 if test "${ac_cv_header_gmp_h+set}" = set; then 39791 if test "${ac_cv_header_gmp_h+set}" = set; then
38283 echo $ECHO_N "(cached) $ECHO_C" >&6 39792 $as_echo_n "(cached) " >&6
38284 else 39793 else
38285 ac_cv_header_gmp_h=$ac_header_preproc 39794 ac_cv_header_gmp_h=$ac_header_preproc
38286 fi 39795 fi
38287 { echo "$as_me:$LINENO: result: $ac_cv_header_gmp_h" >&5 39796 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gmp_h" >&5
38288 echo "${ECHO_T}$ac_cv_header_gmp_h" >&6; } 39797 $as_echo "$ac_cv_header_gmp_h" >&6; }
38289 39798
38290 fi 39799 fi
38291 if test $ac_cv_header_gmp_h = yes; then 39800 if test "x$ac_cv_header_gmp_h" = x""yes; then
38292 39801
38293 { echo "$as_me:$LINENO: checking for __gmpz_init in -lgmp" >&5 39802 { $as_echo "$as_me:$LINENO: checking for __gmpz_init in -lgmp" >&5
38294 echo $ECHO_N "checking for __gmpz_init in -lgmp... $ECHO_C" >&6; } 39803 $as_echo_n "checking for __gmpz_init in -lgmp... " >&6; }
38295 if test "${ac_cv_lib_gmp___gmpz_init+set}" = set; then 39804 if test "${ac_cv_lib_gmp___gmpz_init+set}" = set; then
38296 echo $ECHO_N "(cached) $ECHO_C" >&6 39805 $as_echo_n "(cached) " >&6
38297 else 39806 else
38298 ac_check_lib_save_LIBS=$LIBS 39807 ac_check_lib_save_LIBS=$LIBS
38299 LIBS="-lgmp $LIBS" 39808 LIBS="-lgmp $LIBS"
38300 cat >conftest.$ac_ext <<_ACEOF 39809 cat >conftest.$ac_ext <<_ACEOF
38301 /* confdefs.h. */ 39810 /* confdefs.h. */
38323 if { (ac_try="$ac_link" 39832 if { (ac_try="$ac_link"
38324 case "(($ac_try" in 39833 case "(($ac_try" in
38325 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 39834 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38326 *) ac_try_echo=$ac_try;; 39835 *) ac_try_echo=$ac_try;;
38327 esac 39836 esac
38328 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 39837 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
39838 $as_echo "$ac_try_echo") >&5
38329 (eval "$ac_link") 2>conftest.er1 39839 (eval "$ac_link") 2>conftest.er1
38330 ac_status=$? 39840 ac_status=$?
38331 grep -v '^ *+' conftest.er1 >conftest.err 39841 grep -v '^ *+' conftest.er1 >conftest.err
38332 rm -f conftest.er1 39842 rm -f conftest.er1
38333 cat conftest.err >&5 39843 cat conftest.err >&5
38334 echo "$as_me:$LINENO: \$? = $ac_status" >&5 39844 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
38335 (exit $ac_status); } && { 39845 (exit $ac_status); } && {
38336 test -z "$ac_c_werror_flag" || 39846 test -z "$ac_c_werror_flag" ||
38337 test ! -s conftest.err 39847 test ! -s conftest.err
38338 } && test -s conftest$ac_exeext && 39848 } && test -s conftest$ac_exeext && {
38339 $as_test_x conftest$ac_exeext; then 39849 test "$cross_compiling" = yes ||
39850 $as_test_x conftest$ac_exeext
39851 }; then
38340 ac_cv_lib_gmp___gmpz_init=yes 39852 ac_cv_lib_gmp___gmpz_init=yes
38341 else 39853 else
38342 echo "$as_me: failed program was:" >&5 39854 $as_echo "$as_me: failed program was:" >&5
38343 sed 's/^/| /' conftest.$ac_ext >&5 39855 sed 's/^/| /' conftest.$ac_ext >&5
38344 39856
38345 ac_cv_lib_gmp___gmpz_init=no 39857 ac_cv_lib_gmp___gmpz_init=no
38346 fi 39858 fi
38347 39859
39860 rm -rf conftest.dSYM
38348 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 39861 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38349 conftest$ac_exeext conftest.$ac_ext 39862 conftest$ac_exeext conftest.$ac_ext
38350 LIBS=$ac_check_lib_save_LIBS 39863 LIBS=$ac_check_lib_save_LIBS
38351 fi 39864 fi
38352 { echo "$as_me:$LINENO: result: $ac_cv_lib_gmp___gmpz_init" >&5 39865 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gmp___gmpz_init" >&5
38353 echo "${ECHO_T}$ac_cv_lib_gmp___gmpz_init" >&6; } 39866 $as_echo "$ac_cv_lib_gmp___gmpz_init" >&6; }
38354 if test $ac_cv_lib_gmp___gmpz_init = yes; then 39867 if test "x$ac_cv_lib_gmp___gmpz_init" = x""yes; then
38355 have_mpz_init=yes 39868 have_mpz_init=yes
38356 fi 39869 fi
38357 39870
38358 fi 39871 fi
38359 39872
38372 { echo "Error:" "Required GMP numeric support cannot be provided." >&2; exit 1; } 39885 { echo "Error:" "Required GMP numeric support cannot be provided." >&2; exit 1; }
38373 fi 39886 fi
38374 elif test "$enable_bignum" = "mp"; then 39887 elif test "$enable_bignum" = "mp"; then
38375 for library in "" "-lcrypto"; do 39888 for library in "" "-lcrypto"; do
38376 if test "${ac_cv_header_mp_h+set}" = set; then 39889 if test "${ac_cv_header_mp_h+set}" = set; then
38377 { echo "$as_me:$LINENO: checking for mp.h" >&5 39890 { $as_echo "$as_me:$LINENO: checking for mp.h" >&5
38378 echo $ECHO_N "checking for mp.h... $ECHO_C" >&6; } 39891 $as_echo_n "checking for mp.h... " >&6; }
38379 if test "${ac_cv_header_mp_h+set}" = set; then 39892 if test "${ac_cv_header_mp_h+set}" = set; then
38380 echo $ECHO_N "(cached) $ECHO_C" >&6 39893 $as_echo_n "(cached) " >&6
38381 fi 39894 fi
38382 { echo "$as_me:$LINENO: result: $ac_cv_header_mp_h" >&5 39895 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_mp_h" >&5
38383 echo "${ECHO_T}$ac_cv_header_mp_h" >&6; } 39896 $as_echo "$ac_cv_header_mp_h" >&6; }
38384 else 39897 else
38385 # Is the header compilable? 39898 # Is the header compilable?
38386 { echo "$as_me:$LINENO: checking mp.h usability" >&5 39899 { $as_echo "$as_me:$LINENO: checking mp.h usability" >&5
38387 echo $ECHO_N "checking mp.h usability... $ECHO_C" >&6; } 39900 $as_echo_n "checking mp.h usability... " >&6; }
38388 cat >conftest.$ac_ext <<_ACEOF 39901 cat >conftest.$ac_ext <<_ACEOF
38389 /* confdefs.h. */ 39902 /* confdefs.h. */
38390 _ACEOF 39903 _ACEOF
38391 cat confdefs.h >>conftest.$ac_ext 39904 cat confdefs.h >>conftest.$ac_ext
38392 cat >>conftest.$ac_ext <<_ACEOF 39905 cat >>conftest.$ac_ext <<_ACEOF
38398 if { (ac_try="$ac_compile" 39911 if { (ac_try="$ac_compile"
38399 case "(($ac_try" in 39912 case "(($ac_try" in
38400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 39913 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38401 *) ac_try_echo=$ac_try;; 39914 *) ac_try_echo=$ac_try;;
38402 esac 39915 esac
38403 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 39916 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
39917 $as_echo "$ac_try_echo") >&5
38404 (eval "$ac_compile") 2>conftest.er1 39918 (eval "$ac_compile") 2>conftest.er1
38405 ac_status=$? 39919 ac_status=$?
38406 grep -v '^ *+' conftest.er1 >conftest.err 39920 grep -v '^ *+' conftest.er1 >conftest.err
38407 rm -f conftest.er1 39921 rm -f conftest.er1
38408 cat conftest.err >&5 39922 cat conftest.err >&5
38409 echo "$as_me:$LINENO: \$? = $ac_status" >&5 39923 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
38410 (exit $ac_status); } && { 39924 (exit $ac_status); } && {
38411 test -z "$ac_c_werror_flag" || 39925 test -z "$ac_c_werror_flag" ||
38412 test ! -s conftest.err 39926 test ! -s conftest.err
38413 } && test -s conftest.$ac_objext; then 39927 } && test -s conftest.$ac_objext; then
38414 ac_header_compiler=yes 39928 ac_header_compiler=yes
38415 else 39929 else
38416 echo "$as_me: failed program was:" >&5 39930 $as_echo "$as_me: failed program was:" >&5
38417 sed 's/^/| /' conftest.$ac_ext >&5 39931 sed 's/^/| /' conftest.$ac_ext >&5
38418 39932
38419 ac_header_compiler=no 39933 ac_header_compiler=no
38420 fi 39934 fi
38421 39935
38422 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 39936 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38423 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 39937 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
38424 echo "${ECHO_T}$ac_header_compiler" >&6; } 39938 $as_echo "$ac_header_compiler" >&6; }
38425 39939
38426 # Is the header present? 39940 # Is the header present?
38427 { echo "$as_me:$LINENO: checking mp.h presence" >&5 39941 { $as_echo "$as_me:$LINENO: checking mp.h presence" >&5
38428 echo $ECHO_N "checking mp.h presence... $ECHO_C" >&6; } 39942 $as_echo_n "checking mp.h presence... " >&6; }
38429 cat >conftest.$ac_ext <<_ACEOF 39943 cat >conftest.$ac_ext <<_ACEOF
38430 /* confdefs.h. */ 39944 /* confdefs.h. */
38431 _ACEOF 39945 _ACEOF
38432 cat confdefs.h >>conftest.$ac_ext 39946 cat confdefs.h >>conftest.$ac_ext
38433 cat >>conftest.$ac_ext <<_ACEOF 39947 cat >>conftest.$ac_ext <<_ACEOF
38437 if { (ac_try="$ac_cpp conftest.$ac_ext" 39951 if { (ac_try="$ac_cpp conftest.$ac_ext"
38438 case "(($ac_try" in 39952 case "(($ac_try" in
38439 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 39953 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38440 *) ac_try_echo=$ac_try;; 39954 *) ac_try_echo=$ac_try;;
38441 esac 39955 esac
38442 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 39956 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
39957 $as_echo "$ac_try_echo") >&5
38443 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 39958 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
38444 ac_status=$? 39959 ac_status=$?
38445 grep -v '^ *+' conftest.er1 >conftest.err 39960 grep -v '^ *+' conftest.er1 >conftest.err
38446 rm -f conftest.er1 39961 rm -f conftest.er1
38447 cat conftest.err >&5 39962 cat conftest.err >&5
38448 echo "$as_me:$LINENO: \$? = $ac_status" >&5 39963 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
38449 (exit $ac_status); } >/dev/null && { 39964 (exit $ac_status); } >/dev/null && {
38450 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 39965 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
38451 test ! -s conftest.err 39966 test ! -s conftest.err
38452 }; then 39967 }; then
38453 ac_header_preproc=yes 39968 ac_header_preproc=yes
38454 else 39969 else
38455 echo "$as_me: failed program was:" >&5 39970 $as_echo "$as_me: failed program was:" >&5
38456 sed 's/^/| /' conftest.$ac_ext >&5 39971 sed 's/^/| /' conftest.$ac_ext >&5
38457 39972
38458 ac_header_preproc=no 39973 ac_header_preproc=no
38459 fi 39974 fi
38460 39975
38461 rm -f conftest.err conftest.$ac_ext 39976 rm -f conftest.err conftest.$ac_ext
38462 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 39977 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
38463 echo "${ECHO_T}$ac_header_preproc" >&6; } 39978 $as_echo "$ac_header_preproc" >&6; }
38464 39979
38465 # So? What about this header? 39980 # So? What about this header?
38466 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 39981 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
38467 yes:no: ) 39982 yes:no: )
38468 { echo "$as_me:$LINENO: WARNING: mp.h: accepted by the compiler, rejected by the preprocessor!" >&5 39983 { $as_echo "$as_me:$LINENO: WARNING: mp.h: accepted by the compiler, rejected by the preprocessor!" >&5
38469 echo "$as_me: WARNING: mp.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 39984 $as_echo "$as_me: WARNING: mp.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
38470 { echo "$as_me:$LINENO: WARNING: mp.h: proceeding with the compiler's result" >&5 39985 { $as_echo "$as_me:$LINENO: WARNING: mp.h: proceeding with the compiler's result" >&5
38471 echo "$as_me: WARNING: mp.h: proceeding with the compiler's result" >&2;} 39986 $as_echo "$as_me: WARNING: mp.h: proceeding with the compiler's result" >&2;}
38472 ac_header_preproc=yes 39987 ac_header_preproc=yes
38473 ;; 39988 ;;
38474 no:yes:* ) 39989 no:yes:* )
38475 { echo "$as_me:$LINENO: WARNING: mp.h: present but cannot be compiled" >&5 39990 { $as_echo "$as_me:$LINENO: WARNING: mp.h: present but cannot be compiled" >&5
38476 echo "$as_me: WARNING: mp.h: present but cannot be compiled" >&2;} 39991 $as_echo "$as_me: WARNING: mp.h: present but cannot be compiled" >&2;}
38477 { echo "$as_me:$LINENO: WARNING: mp.h: check for missing prerequisite headers?" >&5 39992 { $as_echo "$as_me:$LINENO: WARNING: mp.h: check for missing prerequisite headers?" >&5
38478 echo "$as_me: WARNING: mp.h: check for missing prerequisite headers?" >&2;} 39993 $as_echo "$as_me: WARNING: mp.h: check for missing prerequisite headers?" >&2;}
38479 { echo "$as_me:$LINENO: WARNING: mp.h: see the Autoconf documentation" >&5 39994 { $as_echo "$as_me:$LINENO: WARNING: mp.h: see the Autoconf documentation" >&5
38480 echo "$as_me: WARNING: mp.h: see the Autoconf documentation" >&2;} 39995 $as_echo "$as_me: WARNING: mp.h: see the Autoconf documentation" >&2;}
38481 { echo "$as_me:$LINENO: WARNING: mp.h: section \"Present But Cannot Be Compiled\"" >&5 39996 { $as_echo "$as_me:$LINENO: WARNING: mp.h: section \"Present But Cannot Be Compiled\"" >&5
38482 echo "$as_me: WARNING: mp.h: section \"Present But Cannot Be Compiled\"" >&2;} 39997 $as_echo "$as_me: WARNING: mp.h: section \"Present But Cannot Be Compiled\"" >&2;}
38483 { echo "$as_me:$LINENO: WARNING: mp.h: proceeding with the preprocessor's result" >&5 39998 { $as_echo "$as_me:$LINENO: WARNING: mp.h: proceeding with the preprocessor's result" >&5
38484 echo "$as_me: WARNING: mp.h: proceeding with the preprocessor's result" >&2;} 39999 $as_echo "$as_me: WARNING: mp.h: proceeding with the preprocessor's result" >&2;}
38485 { echo "$as_me:$LINENO: WARNING: mp.h: in the future, the compiler will take precedence" >&5 40000 { $as_echo "$as_me:$LINENO: WARNING: mp.h: in the future, the compiler will take precedence" >&5
38486 echo "$as_me: WARNING: mp.h: in the future, the compiler will take precedence" >&2;} 40001 $as_echo "$as_me: WARNING: mp.h: in the future, the compiler will take precedence" >&2;}
38487 ( cat <<\_ASBOX 40002 ( cat <<\_ASBOX
38488 ## ------------------------------------- ## 40003 ## ------------------------------------- ##
38489 ## Report this to xemacs-beta@xemacs.org ## 40004 ## Report this to xemacs-beta@xemacs.org ##
38490 ## ------------------------------------- ## 40005 ## ------------------------------------- ##
38491 _ASBOX 40006 _ASBOX
38492 ) | sed "s/^/$as_me: WARNING: /" >&2 40007 ) | sed "s/^/$as_me: WARNING: /" >&2
38493 ;; 40008 ;;
38494 esac 40009 esac
38495 { echo "$as_me:$LINENO: checking for mp.h" >&5 40010 { $as_echo "$as_me:$LINENO: checking for mp.h" >&5
38496 echo $ECHO_N "checking for mp.h... $ECHO_C" >&6; } 40011 $as_echo_n "checking for mp.h... " >&6; }
38497 if test "${ac_cv_header_mp_h+set}" = set; then 40012 if test "${ac_cv_header_mp_h+set}" = set; then
38498 echo $ECHO_N "(cached) $ECHO_C" >&6 40013 $as_echo_n "(cached) " >&6
38499 else 40014 else
38500 ac_cv_header_mp_h=$ac_header_preproc 40015 ac_cv_header_mp_h=$ac_header_preproc
38501 fi 40016 fi
38502 { echo "$as_me:$LINENO: result: $ac_cv_header_mp_h" >&5 40017 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_mp_h" >&5
38503 echo "${ECHO_T}$ac_cv_header_mp_h" >&6; } 40018 $as_echo "$ac_cv_header_mp_h" >&6; }
38504 40019
38505 fi 40020 fi
38506 if test $ac_cv_header_mp_h = yes; then 40021 if test "x$ac_cv_header_mp_h" = x""yes; then
38507 40022
38508 { echo "$as_me:$LINENO: checking for mp_mfree in -lmp" >&5 40023 { $as_echo "$as_me:$LINENO: checking for mp_mfree in -lmp" >&5
38509 echo $ECHO_N "checking for mp_mfree in -lmp... $ECHO_C" >&6; } 40024 $as_echo_n "checking for mp_mfree in -lmp... " >&6; }
38510 if test "${ac_cv_lib_mp_mp_mfree+set}" = set; then 40025 if test "${ac_cv_lib_mp_mp_mfree+set}" = set; then
38511 echo $ECHO_N "(cached) $ECHO_C" >&6 40026 $as_echo_n "(cached) " >&6
38512 else 40027 else
38513 ac_check_lib_save_LIBS=$LIBS 40028 ac_check_lib_save_LIBS=$LIBS
38514 LIBS="-lmp $library $LIBS" 40029 LIBS="-lmp $library $LIBS"
38515 cat >conftest.$ac_ext <<_ACEOF 40030 cat >conftest.$ac_ext <<_ACEOF
38516 /* confdefs.h. */ 40031 /* confdefs.h. */
38538 if { (ac_try="$ac_link" 40053 if { (ac_try="$ac_link"
38539 case "(($ac_try" in 40054 case "(($ac_try" in
38540 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 40055 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38541 *) ac_try_echo=$ac_try;; 40056 *) ac_try_echo=$ac_try;;
38542 esac 40057 esac
38543 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 40058 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
40059 $as_echo "$ac_try_echo") >&5
38544 (eval "$ac_link") 2>conftest.er1 40060 (eval "$ac_link") 2>conftest.er1
38545 ac_status=$? 40061 ac_status=$?
38546 grep -v '^ *+' conftest.er1 >conftest.err 40062 grep -v '^ *+' conftest.er1 >conftest.err
38547 rm -f conftest.er1 40063 rm -f conftest.er1
38548 cat conftest.err >&5 40064 cat conftest.err >&5
38549 echo "$as_me:$LINENO: \$? = $ac_status" >&5 40065 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
38550 (exit $ac_status); } && { 40066 (exit $ac_status); } && {
38551 test -z "$ac_c_werror_flag" || 40067 test -z "$ac_c_werror_flag" ||
38552 test ! -s conftest.err 40068 test ! -s conftest.err
38553 } && test -s conftest$ac_exeext && 40069 } && test -s conftest$ac_exeext && {
38554 $as_test_x conftest$ac_exeext; then 40070 test "$cross_compiling" = yes ||
40071 $as_test_x conftest$ac_exeext
40072 }; then
38555 ac_cv_lib_mp_mp_mfree=yes 40073 ac_cv_lib_mp_mp_mfree=yes
38556 else 40074 else
38557 echo "$as_me: failed program was:" >&5 40075 $as_echo "$as_me: failed program was:" >&5
38558 sed 's/^/| /' conftest.$ac_ext >&5 40076 sed 's/^/| /' conftest.$ac_ext >&5
38559 40077
38560 ac_cv_lib_mp_mp_mfree=no 40078 ac_cv_lib_mp_mp_mfree=no
38561 fi 40079 fi
38562 40080
40081 rm -rf conftest.dSYM
38563 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 40082 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38564 conftest$ac_exeext conftest.$ac_ext 40083 conftest$ac_exeext conftest.$ac_ext
38565 LIBS=$ac_check_lib_save_LIBS 40084 LIBS=$ac_check_lib_save_LIBS
38566 fi 40085 fi
38567 { echo "$as_me:$LINENO: result: $ac_cv_lib_mp_mp_mfree" >&5 40086 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_mp_mp_mfree" >&5
38568 echo "${ECHO_T}$ac_cv_lib_mp_mp_mfree" >&6; } 40087 $as_echo "$ac_cv_lib_mp_mp_mfree" >&6; }
38569 if test $ac_cv_lib_mp_mp_mfree = yes; then 40088 if test "x$ac_cv_lib_mp_mp_mfree" = x""yes; then
38570 have_mp_mfree=yes; break 40089 have_mp_mfree=yes; break
38571 else 40090 else
38572 40091
38573 { echo "$as_me:$LINENO: checking for mfree in -lmp" >&5 40092 { $as_echo "$as_me:$LINENO: checking for mfree in -lmp" >&5
38574 echo $ECHO_N "checking for mfree in -lmp... $ECHO_C" >&6; } 40093 $as_echo_n "checking for mfree in -lmp... " >&6; }
38575 if test "${ac_cv_lib_mp_mfree+set}" = set; then 40094 if test "${ac_cv_lib_mp_mfree+set}" = set; then
38576 echo $ECHO_N "(cached) $ECHO_C" >&6 40095 $as_echo_n "(cached) " >&6
38577 else 40096 else
38578 ac_check_lib_save_LIBS=$LIBS 40097 ac_check_lib_save_LIBS=$LIBS
38579 LIBS="-lmp $library $LIBS" 40098 LIBS="-lmp $library $LIBS"
38580 cat >conftest.$ac_ext <<_ACEOF 40099 cat >conftest.$ac_ext <<_ACEOF
38581 /* confdefs.h. */ 40100 /* confdefs.h. */
38603 if { (ac_try="$ac_link" 40122 if { (ac_try="$ac_link"
38604 case "(($ac_try" in 40123 case "(($ac_try" in
38605 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 40124 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38606 *) ac_try_echo=$ac_try;; 40125 *) ac_try_echo=$ac_try;;
38607 esac 40126 esac
38608 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 40127 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
40128 $as_echo "$ac_try_echo") >&5
38609 (eval "$ac_link") 2>conftest.er1 40129 (eval "$ac_link") 2>conftest.er1
38610 ac_status=$? 40130 ac_status=$?
38611 grep -v '^ *+' conftest.er1 >conftest.err 40131 grep -v '^ *+' conftest.er1 >conftest.err
38612 rm -f conftest.er1 40132 rm -f conftest.er1
38613 cat conftest.err >&5 40133 cat conftest.err >&5
38614 echo "$as_me:$LINENO: \$? = $ac_status" >&5 40134 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
38615 (exit $ac_status); } && { 40135 (exit $ac_status); } && {
38616 test -z "$ac_c_werror_flag" || 40136 test -z "$ac_c_werror_flag" ||
38617 test ! -s conftest.err 40137 test ! -s conftest.err
38618 } && test -s conftest$ac_exeext && 40138 } && test -s conftest$ac_exeext && {
38619 $as_test_x conftest$ac_exeext; then 40139 test "$cross_compiling" = yes ||
40140 $as_test_x conftest$ac_exeext
40141 }; then
38620 ac_cv_lib_mp_mfree=yes 40142 ac_cv_lib_mp_mfree=yes
38621 else 40143 else
38622 echo "$as_me: failed program was:" >&5 40144 $as_echo "$as_me: failed program was:" >&5
38623 sed 's/^/| /' conftest.$ac_ext >&5 40145 sed 's/^/| /' conftest.$ac_ext >&5
38624 40146
38625 ac_cv_lib_mp_mfree=no 40147 ac_cv_lib_mp_mfree=no
38626 fi 40148 fi
38627 40149
40150 rm -rf conftest.dSYM
38628 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 40151 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38629 conftest$ac_exeext conftest.$ac_ext 40152 conftest$ac_exeext conftest.$ac_ext
38630 LIBS=$ac_check_lib_save_LIBS 40153 LIBS=$ac_check_lib_save_LIBS
38631 fi 40154 fi
38632 { echo "$as_me:$LINENO: result: $ac_cv_lib_mp_mfree" >&5 40155 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_mp_mfree" >&5
38633 echo "${ECHO_T}$ac_cv_lib_mp_mfree" >&6; } 40156 $as_echo "$ac_cv_lib_mp_mfree" >&6; }
38634 if test $ac_cv_lib_mp_mfree = yes; then 40157 if test "x$ac_cv_lib_mp_mfree" = x""yes; then
38635 have_mfree=yes; break 40158 have_mfree=yes; break
38636 fi 40159 fi
38637 40160
38638 fi 40161 fi
38639 40162
38648 40171
38649 LIBS="$LIBS -lmp" && if test "$verbose" = "yes"; then echo " Appending \"-lmp\" to \$LIBS"; fi 40172 LIBS="$LIBS -lmp" && if test "$verbose" = "yes"; then echo " Appending \"-lmp\" to \$LIBS"; fi
38650 if test "$library" != ""; then 40173 if test "$library" != ""; then
38651 LIBS="$LIBS $library" && if test "$verbose" = "yes"; then echo " Appending \"$library\" to \$LIBS"; fi 40174 LIBS="$LIBS $library" && if test "$verbose" = "yes"; then echo " Appending \"$library\" to \$LIBS"; fi
38652 fi 40175 fi
38653 { echo "$as_me:$LINENO: checking for mp_move" >&5 40176 { $as_echo "$as_me:$LINENO: checking for mp_move" >&5
38654 echo $ECHO_N "checking for mp_move... $ECHO_C" >&6; } 40177 $as_echo_n "checking for mp_move... " >&6; }
38655 if test "${ac_cv_func_mp_move+set}" = set; then 40178 if test "${ac_cv_func_mp_move+set}" = set; then
38656 echo $ECHO_N "(cached) $ECHO_C" >&6 40179 $as_echo_n "(cached) " >&6
38657 else 40180 else
38658 cat >conftest.$ac_ext <<_ACEOF 40181 cat >conftest.$ac_ext <<_ACEOF
38659 /* confdefs.h. */ 40182 /* confdefs.h. */
38660 _ACEOF 40183 _ACEOF
38661 cat confdefs.h >>conftest.$ac_ext 40184 cat confdefs.h >>conftest.$ac_ext
38704 if { (ac_try="$ac_link" 40227 if { (ac_try="$ac_link"
38705 case "(($ac_try" in 40228 case "(($ac_try" in
38706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 40229 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38707 *) ac_try_echo=$ac_try;; 40230 *) ac_try_echo=$ac_try;;
38708 esac 40231 esac
38709 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 40232 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
40233 $as_echo "$ac_try_echo") >&5
38710 (eval "$ac_link") 2>conftest.er1 40234 (eval "$ac_link") 2>conftest.er1
38711 ac_status=$? 40235 ac_status=$?
38712 grep -v '^ *+' conftest.er1 >conftest.err 40236 grep -v '^ *+' conftest.er1 >conftest.err
38713 rm -f conftest.er1 40237 rm -f conftest.er1
38714 cat conftest.err >&5 40238 cat conftest.err >&5
38715 echo "$as_me:$LINENO: \$? = $ac_status" >&5 40239 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
38716 (exit $ac_status); } && { 40240 (exit $ac_status); } && {
38717 test -z "$ac_c_werror_flag" || 40241 test -z "$ac_c_werror_flag" ||
38718 test ! -s conftest.err 40242 test ! -s conftest.err
38719 } && test -s conftest$ac_exeext && 40243 } && test -s conftest$ac_exeext && {
38720 $as_test_x conftest$ac_exeext; then 40244 test "$cross_compiling" = yes ||
40245 $as_test_x conftest$ac_exeext
40246 }; then
38721 ac_cv_func_mp_move=yes 40247 ac_cv_func_mp_move=yes
38722 else 40248 else
38723 echo "$as_me: failed program was:" >&5 40249 $as_echo "$as_me: failed program was:" >&5
38724 sed 's/^/| /' conftest.$ac_ext >&5 40250 sed 's/^/| /' conftest.$ac_ext >&5
38725 40251
38726 ac_cv_func_mp_move=no 40252 ac_cv_func_mp_move=no
38727 fi 40253 fi
38728 40254
40255 rm -rf conftest.dSYM
38729 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 40256 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38730 conftest$ac_exeext conftest.$ac_ext 40257 conftest$ac_exeext conftest.$ac_ext
38731 fi 40258 fi
38732 { echo "$as_me:$LINENO: result: $ac_cv_func_mp_move" >&5 40259 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_mp_move" >&5
38733 echo "${ECHO_T}$ac_cv_func_mp_move" >&6; } 40260 $as_echo "$ac_cv_func_mp_move" >&6; }
38734 if test $ac_cv_func_mp_move = yes; then 40261 if test "x$ac_cv_func_mp_move" = x""yes; then
38735 cat >>confdefs.h <<\_ACEOF 40262 cat >>confdefs.h <<\_ACEOF
38736 #define HAVE_MP_MOVE 1 40263 #define HAVE_MP_MOVE 1
38737 _ACEOF 40264 _ACEOF
38738 40265
38739 fi 40266 fi
38741 elif test "$have_mfree" = "yes"; then 40268 elif test "$have_mfree" = "yes"; then
38742 LIBS="$LIBS -lmp" && if test "$verbose" = "yes"; then echo " Appending \"-lmp\" to \$LIBS"; fi 40269 LIBS="$LIBS -lmp" && if test "$verbose" = "yes"; then echo " Appending \"-lmp\" to \$LIBS"; fi
38743 if test "$library" != ""; then 40270 if test "$library" != ""; then
38744 LIBS="$LIBS $library" && if test "$verbose" = "yes"; then echo " Appending \"$library\" to \$LIBS"; fi 40271 LIBS="$LIBS $library" && if test "$verbose" = "yes"; then echo " Appending \"$library\" to \$LIBS"; fi
38745 fi 40272 fi
38746 { echo "$as_me:$LINENO: checking for move" >&5 40273 { $as_echo "$as_me:$LINENO: checking for move" >&5
38747 echo $ECHO_N "checking for move... $ECHO_C" >&6; } 40274 $as_echo_n "checking for move... " >&6; }
38748 if test "${ac_cv_func_move+set}" = set; then 40275 if test "${ac_cv_func_move+set}" = set; then
38749 echo $ECHO_N "(cached) $ECHO_C" >&6 40276 $as_echo_n "(cached) " >&6
38750 else 40277 else
38751 cat >conftest.$ac_ext <<_ACEOF 40278 cat >conftest.$ac_ext <<_ACEOF
38752 /* confdefs.h. */ 40279 /* confdefs.h. */
38753 _ACEOF 40280 _ACEOF
38754 cat confdefs.h >>conftest.$ac_ext 40281 cat confdefs.h >>conftest.$ac_ext
38797 if { (ac_try="$ac_link" 40324 if { (ac_try="$ac_link"
38798 case "(($ac_try" in 40325 case "(($ac_try" in
38799 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 40326 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38800 *) ac_try_echo=$ac_try;; 40327 *) ac_try_echo=$ac_try;;
38801 esac 40328 esac
38802 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 40329 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
40330 $as_echo "$ac_try_echo") >&5
38803 (eval "$ac_link") 2>conftest.er1 40331 (eval "$ac_link") 2>conftest.er1
38804 ac_status=$? 40332 ac_status=$?
38805 grep -v '^ *+' conftest.er1 >conftest.err 40333 grep -v '^ *+' conftest.er1 >conftest.err
38806 rm -f conftest.er1 40334 rm -f conftest.er1
38807 cat conftest.err >&5 40335 cat conftest.err >&5
38808 echo "$as_me:$LINENO: \$? = $ac_status" >&5 40336 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
38809 (exit $ac_status); } && { 40337 (exit $ac_status); } && {
38810 test -z "$ac_c_werror_flag" || 40338 test -z "$ac_c_werror_flag" ||
38811 test ! -s conftest.err 40339 test ! -s conftest.err
38812 } && test -s conftest$ac_exeext && 40340 } && test -s conftest$ac_exeext && {
38813 $as_test_x conftest$ac_exeext; then 40341 test "$cross_compiling" = yes ||
40342 $as_test_x conftest$ac_exeext
40343 }; then
38814 ac_cv_func_move=yes 40344 ac_cv_func_move=yes
38815 else 40345 else
38816 echo "$as_me: failed program was:" >&5 40346 $as_echo "$as_me: failed program was:" >&5
38817 sed 's/^/| /' conftest.$ac_ext >&5 40347 sed 's/^/| /' conftest.$ac_ext >&5
38818 40348
38819 ac_cv_func_move=no 40349 ac_cv_func_move=no
38820 fi 40350 fi
38821 40351
40352 rm -rf conftest.dSYM
38822 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 40353 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38823 conftest$ac_exeext conftest.$ac_ext 40354 conftest$ac_exeext conftest.$ac_ext
38824 fi 40355 fi
38825 { echo "$as_me:$LINENO: result: $ac_cv_func_move" >&5 40356 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_move" >&5
38826 echo "${ECHO_T}$ac_cv_func_move" >&6; } 40357 $as_echo "$ac_cv_func_move" >&6; }
38827 if test $ac_cv_func_move = yes; then 40358 if test "x$ac_cv_func_move" = x""yes; then
38828 cat >>confdefs.h <<\_ACEOF 40359 cat >>confdefs.h <<\_ACEOF
38829 #define HAVE_MP_MOVE 1 40360 #define HAVE_MP_MOVE 1
38830 _ACEOF 40361 _ACEOF
38831 40362
38832 fi 40363 fi
38843 _ACEOF 40374 _ACEOF
38844 40375
38845 fi 40376 fi
38846 40377
38847 if test "$cross_compiling" = yes; then 40378 if test "$cross_compiling" = yes; then
38848 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 40379 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
40380 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
40381 { { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling
38849 See \`config.log' for more details." >&5 40382 See \`config.log' for more details." >&5
38850 echo "$as_me: error: cannot run test program while cross compiling 40383 $as_echo "$as_me: error: cannot run test program while cross compiling
38851 See \`config.log' for more details." >&2;} 40384 See \`config.log' for more details." >&2;}
38852 { (exit 1); exit 1; }; } 40385 { (exit 1); exit 1; }; }; }
38853 else 40386 else
38854 cat >conftest.$ac_ext <<_ACEOF 40387 cat >conftest.$ac_ext <<_ACEOF
38855 /* confdefs.h. */ 40388 /* confdefs.h. */
38856 _ACEOF 40389 _ACEOF
38857 cat confdefs.h >>conftest.$ac_ext 40390 cat confdefs.h >>conftest.$ac_ext
38863 if { (ac_try="$ac_link" 40396 if { (ac_try="$ac_link"
38864 case "(($ac_try" in 40397 case "(($ac_try" in
38865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 40398 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38866 *) ac_try_echo=$ac_try;; 40399 *) ac_try_echo=$ac_try;;
38867 esac 40400 esac
38868 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 40401 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
40402 $as_echo "$ac_try_echo") >&5
38869 (eval "$ac_link") 2>&5 40403 (eval "$ac_link") 2>&5
38870 ac_status=$? 40404 ac_status=$?
38871 echo "$as_me:$LINENO: \$? = $ac_status" >&5 40405 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
38872 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 40406 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
38873 { (case "(($ac_try" in 40407 { (case "(($ac_try" in
38874 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 40408 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38875 *) ac_try_echo=$ac_try;; 40409 *) ac_try_echo=$ac_try;;
38876 esac 40410 esac
38877 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 40411 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
40412 $as_echo "$ac_try_echo") >&5
38878 (eval "$ac_try") 2>&5 40413 (eval "$ac_try") 2>&5
38879 ac_status=$? 40414 ac_status=$?
38880 echo "$as_me:$LINENO: \$? = $ac_status" >&5 40415 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
38881 (exit $ac_status); }; }; then 40416 (exit $ac_status); }; }; then
38882 : 40417 :
38883 else 40418 else
38884 echo "$as_me: program exited with status $ac_status" >&5 40419 $as_echo "$as_me: program exited with status $ac_status" >&5
38885 echo "$as_me: failed program was:" >&5 40420 $as_echo "$as_me: failed program was:" >&5
38886 sed 's/^/| /' conftest.$ac_ext >&5 40421 sed 's/^/| /' conftest.$ac_ext >&5
38887 40422
38888 ( exit $ac_status ) 40423 ( exit $ac_status )
38889 40424
38890 echo "" 40425 echo ""
38901 echo "*** PANIC *** Another way to shoot yourself in the foot is to specify" 40436 echo "*** PANIC *** Another way to shoot yourself in the foot is to specify"
38902 echo "*** PANIC *** --with-FEATURE when FEATURE is not actually installed" 40437 echo "*** PANIC *** --with-FEATURE when FEATURE is not actually installed"
38903 echo "*** PANIC *** on your system. Don't do that." 40438 echo "*** PANIC *** on your system. Don't do that."
38904 exit 1 40439 exit 1
38905 fi 40440 fi
40441 rm -rf conftest.dSYM
38906 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 40442 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
38907 fi 40443 fi
38908 40444
38909 40445
38910 40446
39795 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do 41331 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
39796 eval ac_val=\$$ac_var 41332 eval ac_val=\$$ac_var
39797 case $ac_val in #( 41333 case $ac_val in #(
39798 *${as_nl}*) 41334 *${as_nl}*)
39799 case $ac_var in #( 41335 case $ac_var in #(
39800 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 41336 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
39801 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 41337 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
39802 esac 41338 esac
39803 case $ac_var in #( 41339 case $ac_var in #(
39804 _ | IFS | as_nl) ;; #( 41340 _ | IFS | as_nl) ;; #(
41341 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
39805 *) $as_unset $ac_var ;; 41342 *) $as_unset $ac_var ;;
39806 esac ;; 41343 esac ;;
39807 esac 41344 esac
39808 done 41345 done
39809 41346
39832 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 41369 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
39833 :end' >>confcache 41370 :end' >>confcache
39834 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 41371 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
39835 if test -w "$cache_file"; then 41372 if test -w "$cache_file"; then
39836 test "x$cache_file" != "x/dev/null" && 41373 test "x$cache_file" != "x/dev/null" &&
39837 { echo "$as_me:$LINENO: updating cache $cache_file" >&5 41374 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
39838 echo "$as_me: updating cache $cache_file" >&6;} 41375 $as_echo "$as_me: updating cache $cache_file" >&6;}
39839 cat confcache >$cache_file 41376 cat confcache >$cache_file
39840 else 41377 else
39841 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 41378 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
39842 echo "$as_me: not updating unwritable cache $cache_file" >&6;} 41379 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
39843 fi 41380 fi
39844 fi 41381 fi
39845 rm -f confcache 41382 rm -f confcache
39846 41383
39847 test "x$prefix" = xNONE && prefix=$ac_default_prefix 41384 test "x$prefix" = xNONE && prefix=$ac_default_prefix
39853 ac_libobjs= 41390 ac_libobjs=
39854 ac_ltlibobjs= 41391 ac_ltlibobjs=
39855 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 41392 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
39856 # 1. Remove the extension, and $U if already installed. 41393 # 1. Remove the extension, and $U if already installed.
39857 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 41394 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
39858 ac_i=`echo "$ac_i" | sed "$ac_script"` 41395 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
39859 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR 41396 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
39860 # will be set to the directory where LIBOBJS objects are built. 41397 # will be set to the directory where LIBOBJS objects are built.
39861 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" 41398 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
39862 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo' 41399 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
39863 done 41400 done
39865 41402
39866 LTLIBOBJS=$ac_ltlibobjs 41403 LTLIBOBJS=$ac_ltlibobjs
39867 41404
39868 41405
39869 41406
41407
39870 : ${CONFIG_STATUS=./config.status} 41408 : ${CONFIG_STATUS=./config.status}
41409 ac_write_fail=0
39871 ac_clean_files_save=$ac_clean_files 41410 ac_clean_files_save=$ac_clean_files
39872 ac_clean_files="$ac_clean_files $CONFIG_STATUS" 41411 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
39873 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 41412 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
39874 echo "$as_me: creating $CONFIG_STATUS" >&6;} 41413 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
39875 cat >$CONFIG_STATUS <<_ACEOF 41414 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
39876 #! $SHELL 41415 #! $SHELL
39877 # Generated by $as_me. 41416 # Generated by $as_me.
39878 # Run this file to recreate the current configuration. 41417 # Run this file to recreate the current configuration.
39879 # Compiler output produced by configure, useful for debugging 41418 # Compiler output produced by configure, useful for debugging
39880 # configure, is in config.log if it exists. 41419 # configure, is in config.log if it exists.
39883 ac_cs_recheck=false 41422 ac_cs_recheck=false
39884 ac_cs_silent=false 41423 ac_cs_silent=false
39885 SHELL=\${CONFIG_SHELL-$SHELL} 41424 SHELL=\${CONFIG_SHELL-$SHELL}
39886 _ACEOF 41425 _ACEOF
39887 41426
39888 cat >>$CONFIG_STATUS <<\_ACEOF 41427 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
39889 ## --------------------- ## 41428 ## --------------------- ##
39890 ## M4sh Initialization. ## 41429 ## M4sh Initialization. ##
39891 ## --------------------- ## 41430 ## --------------------- ##
39892 41431
39893 # Be more Bourne compatible 41432 # Be more Bourne compatible
39894 DUALCASE=1; export DUALCASE # for MKS sh 41433 DUALCASE=1; export DUALCASE # for MKS sh
39895 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 41434 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
39896 emulate sh 41435 emulate sh
39897 NULLCMD=: 41436 NULLCMD=:
39898 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 41437 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
39899 # is contrary to our usage. Disable this feature. 41438 # is contrary to our usage. Disable this feature.
39900 alias -g '${1+"$@"}'='"$@"' 41439 alias -g '${1+"$@"}'='"$@"'
39901 setopt NO_GLOB_SUBST 41440 setopt NO_GLOB_SUBST
39902 else 41441 else
39903 case `(set -o) 2>/dev/null` in 41442 case `(set -o) 2>/dev/null` in
39915 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 41454 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
39916 as_cr_Letters=$as_cr_letters$as_cr_LETTERS 41455 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
39917 as_cr_digits='0123456789' 41456 as_cr_digits='0123456789'
39918 as_cr_alnum=$as_cr_Letters$as_cr_digits 41457 as_cr_alnum=$as_cr_Letters$as_cr_digits
39919 41458
41459 as_nl='
41460 '
41461 export as_nl
41462 # Printing a long string crashes Solaris 7 /usr/bin/printf.
41463 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41464 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
41465 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41466 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
41467 as_echo='printf %s\n'
41468 as_echo_n='printf %s'
41469 else
41470 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
41471 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
41472 as_echo_n='/usr/ucb/echo -n'
41473 else
41474 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
41475 as_echo_n_body='eval
41476 arg=$1;
41477 case $arg in
41478 *"$as_nl"*)
41479 expr "X$arg" : "X\\(.*\\)$as_nl";
41480 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
41481 esac;
41482 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
41483 '
41484 export as_echo_n_body
41485 as_echo_n='sh -c $as_echo_n_body as_echo'
41486 fi
41487 export as_echo_body
41488 as_echo='sh -c $as_echo_body as_echo'
41489 fi
41490
39920 # The user is always right. 41491 # The user is always right.
39921 if test "${PATH_SEPARATOR+set}" != set; then 41492 if test "${PATH_SEPARATOR+set}" != set; then
39922 echo "#! /bin/sh" >conf$$.sh 41493 PATH_SEPARATOR=:
39923 echo "exit 0" >>conf$$.sh 41494 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
39924 chmod +x conf$$.sh 41495 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
39925 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 41496 PATH_SEPARATOR=';'
39926 PATH_SEPARATOR=';' 41497 }
39927 else
39928 PATH_SEPARATOR=:
39929 fi
39930 rm -f conf$$.sh
39931 fi 41498 fi
39932 41499
39933 # Support unset when possible. 41500 # Support unset when possible.
39934 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 41501 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
39935 as_unset=unset 41502 as_unset=unset
39941 # IFS 41508 # IFS
39942 # We need space, tab and new line, in precisely that order. Quoting is 41509 # We need space, tab and new line, in precisely that order. Quoting is
39943 # there to prevent editors from complaining about space-tab. 41510 # there to prevent editors from complaining about space-tab.
39944 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 41511 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
39945 # splitting by setting IFS to empty value.) 41512 # splitting by setting IFS to empty value.)
39946 as_nl='
39947 '
39948 IFS=" "" $as_nl" 41513 IFS=" "" $as_nl"
39949 41514
39950 # Find who we are. Look in the path if we contain no directory separator. 41515 # Find who we are. Look in the path if we contain no directory separator.
39951 case $0 in 41516 case $0 in
39952 *[\\/]* ) as_myself=$0 ;; 41517 *[\\/]* ) as_myself=$0 ;;
39965 # in which case we are not to be found in the path. 41530 # in which case we are not to be found in the path.
39966 if test "x$as_myself" = x; then 41531 if test "x$as_myself" = x; then
39967 as_myself=$0 41532 as_myself=$0
39968 fi 41533 fi
39969 if test ! -f "$as_myself"; then 41534 if test ! -f "$as_myself"; then
39970 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 41535 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
39971 { (exit 1); exit 1; } 41536 { (exit 1); exit 1; }
39972 fi 41537 fi
39973 41538
39974 # Work around bugs in pre-3.0 UWIN ksh. 41539 # Work around bugs in pre-3.0 UWIN ksh.
39975 for as_var in ENV MAIL MAILPATH 41540 for as_var in ENV MAIL MAILPATH
39978 PS1='$ ' 41543 PS1='$ '
39979 PS2='> ' 41544 PS2='> '
39980 PS4='+ ' 41545 PS4='+ '
39981 41546
39982 # NLS nuisances. 41547 # NLS nuisances.
39983 for as_var in \ 41548 LC_ALL=C
39984 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 41549 export LC_ALL
39985 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 41550 LANGUAGE=C
39986 LC_TELEPHONE LC_TIME 41551 export LANGUAGE
39987 do
39988 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
39989 eval $as_var=C; export $as_var
39990 else
39991 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
39992 fi
39993 done
39994 41552
39995 # Required to use basename. 41553 # Required to use basename.
39996 if expr a : '\(a\)' >/dev/null 2>&1 && 41554 if expr a : '\(a\)' >/dev/null 2>&1 &&
39997 test "X`expr 00001 : '.*\(...\)'`" = X001; then 41555 test "X`expr 00001 : '.*\(...\)'`" = X001; then
39998 as_expr=expr 41556 as_expr=expr
40010 # Name of the executable. 41568 # Name of the executable.
40011 as_me=`$as_basename -- "$0" || 41569 as_me=`$as_basename -- "$0" ||
40012 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 41570 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
40013 X"$0" : 'X\(//\)$' \| \ 41571 X"$0" : 'X\(//\)$' \| \
40014 X"$0" : 'X\(/\)' \| . 2>/dev/null || 41572 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
40015 echo X/"$0" | 41573 $as_echo X/"$0" |
40016 sed '/^.*\/\([^/][^/]*\)\/*$/{ 41574 sed '/^.*\/\([^/][^/]*\)\/*$/{
40017 s//\1/ 41575 s//\1/
40018 q 41576 q
40019 } 41577 }
40020 /^X\/\(\/\/\)$/{ 41578 /^X\/\(\/\/\)$/{
40061 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 41619 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
40062 t loop 41620 t loop
40063 s/-\n.*// 41621 s/-\n.*//
40064 ' >$as_me.lineno && 41622 ' >$as_me.lineno &&
40065 chmod +x "$as_me.lineno" || 41623 chmod +x "$as_me.lineno" ||
40066 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 41624 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
40067 { (exit 1); exit 1; }; } 41625 { (exit 1); exit 1; }; }
40068 41626
40069 # Don't try to exec as it changes $[0], causing all sort of problems 41627 # Don't try to exec as it changes $[0], causing all sort of problems
40070 # (the dirname of $[0] is not the place where we might find the 41628 # (the dirname of $[0] is not the place where we might find the
40071 # original and so on. Autoconf is especially sensitive to this). 41629 # original and so on. Autoconf is especially sensitive to this).
40089 *) ECHO_C='\c';; 41647 *) ECHO_C='\c';;
40090 esac;; 41648 esac;;
40091 *) 41649 *)
40092 ECHO_N='-n';; 41650 ECHO_N='-n';;
40093 esac 41651 esac
40094
40095 if expr a : '\(a\)' >/dev/null 2>&1 && 41652 if expr a : '\(a\)' >/dev/null 2>&1 &&
40096 test "X`expr 00001 : '.*\(...\)'`" = X001; then 41653 test "X`expr 00001 : '.*\(...\)'`" = X001; then
40097 as_expr=expr 41654 as_expr=expr
40098 else 41655 else
40099 as_expr=false 41656 as_expr=false
40102 rm -f conf$$ conf$$.exe conf$$.file 41659 rm -f conf$$ conf$$.exe conf$$.file
40103 if test -d conf$$.dir; then 41660 if test -d conf$$.dir; then
40104 rm -f conf$$.dir/conf$$.file 41661 rm -f conf$$.dir/conf$$.file
40105 else 41662 else
40106 rm -f conf$$.dir 41663 rm -f conf$$.dir
40107 mkdir conf$$.dir 41664 mkdir conf$$.dir 2>/dev/null
40108 fi 41665 fi
40109 echo >conf$$.file 41666 if (echo >conf$$.file) 2>/dev/null; then
40110 if ln -s conf$$.file conf$$ 2>/dev/null; then 41667 if ln -s conf$$.file conf$$ 2>/dev/null; then
40111 as_ln_s='ln -s' 41668 as_ln_s='ln -s'
40112 # ... but there are two gotchas: 41669 # ... but there are two gotchas:
40113 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 41670 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
40114 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 41671 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
40115 # In both cases, we have to default to `cp -p'. 41672 # In both cases, we have to default to `cp -p'.
40116 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 41673 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
41674 as_ln_s='cp -p'
41675 elif ln conf$$.file conf$$ 2>/dev/null; then
41676 as_ln_s=ln
41677 else
40117 as_ln_s='cp -p' 41678 as_ln_s='cp -p'
40118 elif ln conf$$.file conf$$ 2>/dev/null; then 41679 fi
40119 as_ln_s=ln
40120 else 41680 else
40121 as_ln_s='cp -p' 41681 as_ln_s='cp -p'
40122 fi 41682 fi
40123 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 41683 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
40124 rmdir conf$$.dir 2>/dev/null 41684 rmdir conf$$.dir 2>/dev/null
40139 as_ls_L_option= 41699 as_ls_L_option=
40140 fi 41700 fi
40141 as_test_x=' 41701 as_test_x='
40142 eval sh -c '\'' 41702 eval sh -c '\''
40143 if test -d "$1"; then 41703 if test -d "$1"; then
40144 test -d "$1/."; 41704 test -d "$1/.";
40145 else 41705 else
40146 case $1 in 41706 case $1 in
40147 -*)set "./$1";; 41707 -*)set "./$1";;
40148 esac; 41708 esac;
40149 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 41709 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
40150 ???[sx]*):;;*)false;;esac;fi 41710 ???[sx]*):;;*)false;;esac;fi
40151 '\'' sh 41711 '\'' sh
40152 ' 41712 '
40165 # Save the log message, to keep $[0] and so on meaningful, and to 41725 # Save the log message, to keep $[0] and so on meaningful, and to
40166 # report actual input values of CONFIG_FILES etc. instead of their 41726 # report actual input values of CONFIG_FILES etc. instead of their
40167 # values after options handling. 41727 # values after options handling.
40168 ac_log=" 41728 ac_log="
40169 This file was extended by XEmacs $as_me 21.5, which was 41729 This file was extended by XEmacs $as_me 21.5, which was
40170 generated by GNU Autoconf 2.61. Invocation command line was 41730 generated by GNU Autoconf 2.63. Invocation command line was
40171 41731
40172 CONFIG_FILES = $CONFIG_FILES 41732 CONFIG_FILES = $CONFIG_FILES
40173 CONFIG_HEADERS = $CONFIG_HEADERS 41733 CONFIG_HEADERS = $CONFIG_HEADERS
40174 CONFIG_LINKS = $CONFIG_LINKS 41734 CONFIG_LINKS = $CONFIG_LINKS
40175 CONFIG_COMMANDS = $CONFIG_COMMANDS 41735 CONFIG_COMMANDS = $CONFIG_COMMANDS
40178 on `(hostname || uname -n) 2>/dev/null | sed 1q` 41738 on `(hostname || uname -n) 2>/dev/null | sed 1q`
40179 " 41739 "
40180 41740
40181 _ACEOF 41741 _ACEOF
40182 41742
40183 cat >>$CONFIG_STATUS <<_ACEOF 41743 case $ac_config_files in *"
41744 "*) set x $ac_config_files; shift; ac_config_files=$*;;
41745 esac
41746
41747 case $ac_config_headers in *"
41748 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
41749 esac
41750
41751
41752 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
40184 # Files that config.status was made for. 41753 # Files that config.status was made for.
40185 config_files="$ac_config_files" 41754 config_files="$ac_config_files"
40186 config_headers="$ac_config_headers" 41755 config_headers="$ac_config_headers"
40187 config_commands="$ac_config_commands" 41756 config_commands="$ac_config_commands"
40188 41757
40189 _ACEOF 41758 _ACEOF
40190 41759
40191 cat >>$CONFIG_STATUS <<\_ACEOF 41760 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
40192 ac_cs_usage="\ 41761 ac_cs_usage="\
40193 \`$as_me' instantiates files from templates according to the 41762 \`$as_me' instantiates files from templates according to the
40194 current configuration. 41763 current configuration.
40195 41764
40196 Usage: $0 [OPTIONS] [FILE]... 41765 Usage: $0 [OPTION]... [FILE]...
40197 41766
40198 -h, --help print this help, then exit 41767 -h, --help print this help, then exit
40199 -V, --version print version number and configuration settings, then exit 41768 -V, --version print version number and configuration settings, then exit
40200 -q, --quiet do not print progress messages 41769 -q, --quiet, --silent
41770 do not print progress messages
40201 -d, --debug don't remove temporary files 41771 -d, --debug don't remove temporary files
40202 --recheck update $as_me by reconfiguring in the same conditions 41772 --recheck update $as_me by reconfiguring in the same conditions
40203 --file=FILE[:TEMPLATE] 41773 --file=FILE[:TEMPLATE]
40204 instantiate the configuration file FILE 41774 instantiate the configuration file FILE
40205 --header=FILE[:TEMPLATE] 41775 --header=FILE[:TEMPLATE]
40206 instantiate the configuration header FILE 41776 instantiate the configuration header FILE
40207 41777
40208 Configuration files: 41778 Configuration files:
40209 $config_files 41779 $config_files
40210 41780
40211 Configuration headers: 41781 Configuration headers:
40215 $config_commands 41785 $config_commands
40216 41786
40217 Report bugs to <bug-autoconf@gnu.org>." 41787 Report bugs to <bug-autoconf@gnu.org>."
40218 41788
40219 _ACEOF 41789 _ACEOF
40220 cat >>$CONFIG_STATUS <<_ACEOF 41790 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
40221 ac_cs_version="\\ 41791 ac_cs_version="\\
40222 XEmacs config.status 21.5 41792 XEmacs config.status 21.5
40223 configured by $0, generated by GNU Autoconf 2.61, 41793 configured by $0, generated by GNU Autoconf 2.63,
40224 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 41794 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
40225 41795
40226 Copyright (C) 2006 Free Software Foundation, Inc. 41796 Copyright (C) 2008 Free Software Foundation, Inc.
40227 This config.status script is free software; the Free Software Foundation 41797 This config.status script is free software; the Free Software Foundation
40228 gives unlimited permission to copy, distribute and modify it." 41798 gives unlimited permission to copy, distribute and modify it."
40229 41799
40230 ac_pwd='$ac_pwd' 41800 ac_pwd='$ac_pwd'
40231 srcdir='$srcdir' 41801 srcdir='$srcdir'
40232 INSTALL='$INSTALL' 41802 INSTALL='$INSTALL'
40233 _ACEOF 41803 test -n "\$AWK" || AWK=awk
40234 41804 _ACEOF
40235 cat >>$CONFIG_STATUS <<\_ACEOF 41805
40236 # If no file are specified by the user, then we need to provide default 41806 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
40237 # value. By we need to know if files were specified by the user. 41807 # The default lists apply if the user does not specify any file.
40238 ac_need_defaults=: 41808 ac_need_defaults=:
40239 while test $# != 0 41809 while test $# != 0
40240 do 41810 do
40241 case $1 in 41811 case $1 in
40242 --*=*) 41812 --*=*)
40254 case $ac_option in 41824 case $ac_option in
40255 # Handling of the options. 41825 # Handling of the options.
40256 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 41826 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
40257 ac_cs_recheck=: ;; 41827 ac_cs_recheck=: ;;
40258 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 41828 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
40259 echo "$ac_cs_version"; exit ;; 41829 $as_echo "$ac_cs_version"; exit ;;
40260 --debug | --debu | --deb | --de | --d | -d ) 41830 --debug | --debu | --deb | --de | --d | -d )
40261 debug=: ;; 41831 debug=: ;;
40262 --file | --fil | --fi | --f ) 41832 --file | --fil | --fi | --f )
40263 $ac_shift 41833 $ac_shift
40264 CONFIG_FILES="$CONFIG_FILES $ac_optarg" 41834 case $ac_optarg in
41835 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
41836 esac
41837 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
40265 ac_need_defaults=false;; 41838 ac_need_defaults=false;;
40266 --header | --heade | --head | --hea ) 41839 --header | --heade | --head | --hea )
40267 $ac_shift 41840 $ac_shift
40268 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 41841 case $ac_optarg in
41842 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
41843 esac
41844 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
40269 ac_need_defaults=false;; 41845 ac_need_defaults=false;;
40270 --he | --h) 41846 --he | --h)
40271 # Conflict between --help and --header 41847 # Conflict between --help and --header
40272 { echo "$as_me: error: ambiguous option: $1 41848 { $as_echo "$as_me: error: ambiguous option: $1
40273 Try \`$0 --help' for more information." >&2 41849 Try \`$0 --help' for more information." >&2
40274 { (exit 1); exit 1; }; };; 41850 { (exit 1); exit 1; }; };;
40275 --help | --hel | -h ) 41851 --help | --hel | -h )
40276 echo "$ac_cs_usage"; exit ;; 41852 $as_echo "$ac_cs_usage"; exit ;;
40277 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 41853 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
40278 | -silent | --silent | --silen | --sile | --sil | --si | --s) 41854 | -silent | --silent | --silen | --sile | --sil | --si | --s)
40279 ac_cs_silent=: ;; 41855 ac_cs_silent=: ;;
40280 41856
40281 # This is an error. 41857 # This is an error.
40282 -*) { echo "$as_me: error: unrecognized option: $1 41858 -*) { $as_echo "$as_me: error: unrecognized option: $1
40283 Try \`$0 --help' for more information." >&2 41859 Try \`$0 --help' for more information." >&2
40284 { (exit 1); exit 1; }; } ;; 41860 { (exit 1); exit 1; }; } ;;
40285 41861
40286 *) ac_config_targets="$ac_config_targets $1" 41862 *) ac_config_targets="$ac_config_targets $1"
40287 ac_need_defaults=false ;; 41863 ac_need_defaults=false ;;
40296 exec 6>/dev/null 41872 exec 6>/dev/null
40297 ac_configure_extra_args="$ac_configure_extra_args --silent" 41873 ac_configure_extra_args="$ac_configure_extra_args --silent"
40298 fi 41874 fi
40299 41875
40300 _ACEOF 41876 _ACEOF
40301 cat >>$CONFIG_STATUS <<_ACEOF 41877 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
40302 if \$ac_cs_recheck; then 41878 if \$ac_cs_recheck; then
40303 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 41879 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
40304 CONFIG_SHELL=$SHELL 41880 shift
41881 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
41882 CONFIG_SHELL='$SHELL'
40305 export CONFIG_SHELL 41883 export CONFIG_SHELL
40306 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 41884 exec "\$@"
40307 fi 41885 fi
40308 41886
40309 _ACEOF 41887 _ACEOF
40310 cat >>$CONFIG_STATUS <<\_ACEOF 41888 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
40311 exec 5>>config.log 41889 exec 5>>config.log
40312 { 41890 {
40313 echo 41891 echo
40314 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 41892 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
40315 ## Running $as_me. ## 41893 ## Running $as_me. ##
40316 _ASBOX 41894 _ASBOX
40317 echo "$ac_log" 41895 $as_echo "$ac_log"
40318 } >&5 41896 } >&5
40319 41897
40320 _ACEOF 41898 _ACEOF
40321 cat >>$CONFIG_STATUS <<_ACEOF 41899 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
40322 # 41900 #
40323 # INIT-COMMANDS 41901 # INIT-COMMANDS
40324 # 41902 #
40325 CPP="$CPP" 41903 CPP="$CPP"
40326 MAKE_SUBDIR="$MAKE_SUBDIR" 41904 MAKE_SUBDIR="$MAKE_SUBDIR"
40327 41905
40328 41906
40329 _ACEOF 41907 _ACEOF
40330 41908
40331 cat >>$CONFIG_STATUS <<\_ACEOF 41909 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
40332 41910
40333 # Handling of arguments. 41911 # Handling of arguments.
40334 for ac_config_target in $ac_config_targets 41912 for ac_config_target in $ac_config_targets
40335 do 41913 do
40336 case $ac_config_target in 41914 case $ac_config_target in
40341 "src/xemacs.def.in") CONFIG_FILES="$CONFIG_FILES src/xemacs.def.in" ;; 41919 "src/xemacs.def.in") CONFIG_FILES="$CONFIG_FILES src/xemacs.def.in" ;;
40342 "lib-src/config.values") CONFIG_FILES="$CONFIG_FILES lib-src/config.values" ;; 41920 "lib-src/config.values") CONFIG_FILES="$CONFIG_FILES lib-src/config.values" ;;
40343 "lib-src/ellcc.h") CONFIG_FILES="$CONFIG_FILES lib-src/ellcc.h" ;; 41921 "lib-src/ellcc.h") CONFIG_FILES="$CONFIG_FILES lib-src/ellcc.h" ;;
40344 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; 41922 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
40345 41923
40346 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 41924 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
40347 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 41925 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
40348 { (exit 1); exit 1; }; };; 41926 { (exit 1); exit 1; }; };;
40349 esac 41927 esac
40350 done 41928 done
40351 41929
40352 41930
40383 { 41961 {
40384 tmp=./conf$$-$RANDOM 41962 tmp=./conf$$-$RANDOM
40385 (umask 077 && mkdir "$tmp") 41963 (umask 077 && mkdir "$tmp")
40386 } || 41964 } ||
40387 { 41965 {
40388 echo "$me: cannot create a temporary directory in ." >&2 41966 $as_echo "$as_me: cannot create a temporary directory in ." >&2
40389 { (exit 1); exit 1; } 41967 { (exit 1); exit 1; }
40390 } 41968 }
40391 41969
40392 # 41970 # Set up the scripts for CONFIG_FILES section.
40393 # Set up the sed scripts for CONFIG_FILES section. 41971 # No need to generate them if there are no CONFIG_FILES.
40394 # 41972 # This happens for instance with `./config.status config.h'.
40395
40396 # No need to generate the scripts if there are no CONFIG_FILES.
40397 # This happens for instance when ./config.status config.h
40398 if test -n "$CONFIG_FILES"; then 41973 if test -n "$CONFIG_FILES"; then
40399 41974
40400 _ACEOF 41975
40401 41976 ac_cr='
40402 41977 '
40403 41978 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
41979 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
41980 ac_cs_awk_cr='\\r'
41981 else
41982 ac_cs_awk_cr=$ac_cr
41983 fi
41984
41985 echo 'BEGIN {' >"$tmp/subs1.awk" &&
41986 _ACEOF
41987
41988
41989 {
41990 echo "cat >conf$$subs.awk <<_ACEOF" &&
41991 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
41992 echo "_ACEOF"
41993 } >conf$$subs.sh ||
41994 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
41995 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
41996 { (exit 1); exit 1; }; }
41997 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
40404 ac_delim='%!_!# ' 41998 ac_delim='%!_!# '
40405 for ac_last_try in false false false false false :; do 41999 for ac_last_try in false false false false false :; do
40406 cat >conf$$subs.sed <<_ACEOF 42000 . ./conf$$subs.sh ||
40407 SHELL!$SHELL$ac_delim 42001 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
40408 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim 42002 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
40409 PACKAGE_NAME!$PACKAGE_NAME$ac_delim 42003 { (exit 1); exit 1; }; }
40410 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim 42004
40411 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim 42005 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
40412 PACKAGE_STRING!$PACKAGE_STRING$ac_delim 42006 if test $ac_delim_n = $ac_delim_num; then
40413 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
40414 exec_prefix!$exec_prefix$ac_delim
40415 prefix!$prefix$ac_delim
40416 program_transform_name!$program_transform_name$ac_delim
40417 bindir!$bindir$ac_delim
40418 sbindir!$sbindir$ac_delim
40419 libexecdir!$libexecdir$ac_delim
40420 datarootdir!$datarootdir$ac_delim
40421 datadir!$datadir$ac_delim
40422 sysconfdir!$sysconfdir$ac_delim
40423 sharedstatedir!$sharedstatedir$ac_delim
40424 localstatedir!$localstatedir$ac_delim
40425 includedir!$includedir$ac_delim
40426 oldincludedir!$oldincludedir$ac_delim
40427 docdir!$docdir$ac_delim
40428 infodir!$infodir$ac_delim
40429 htmldir!$htmldir$ac_delim
40430 dvidir!$dvidir$ac_delim
40431 pdfdir!$pdfdir$ac_delim
40432 psdir!$psdir$ac_delim
40433 libdir!$libdir$ac_delim
40434 localedir!$localedir$ac_delim
40435 mandir!$mandir$ac_delim
40436 DEFS!$DEFS$ac_delim
40437 ECHO_C!$ECHO_C$ac_delim
40438 ECHO_N!$ECHO_N$ac_delim
40439 ECHO_T!$ECHO_T$ac_delim
40440 LIBS!$LIBS$ac_delim
40441 build_alias!$build_alias$ac_delim
40442 host_alias!$host_alias$ac_delim
40443 target_alias!$target_alias$ac_delim
40444 inststaticdir!$inststaticdir$ac_delim
40445 statedir!$statedir$ac_delim
40446 LN_S!$LN_S$ac_delim
40447 blddir!$blddir$ac_delim
40448 build!$build$ac_delim
40449 build_cpu!$build_cpu$ac_delim
40450 build_vendor!$build_vendor$ac_delim
40451 build_os!$build_os$ac_delim
40452 SHEBANG_PROGNAME!$SHEBANG_PROGNAME$ac_delim
40453 configuration!$configuration$ac_delim
40454 CC!$CC$ac_delim
40455 CFLAGS!$CFLAGS$ac_delim
40456 LDFLAGS!$LDFLAGS$ac_delim
40457 CPPFLAGS!$CPPFLAGS$ac_delim
40458 ac_ct_CC!$ac_ct_CC$ac_delim
40459 EXEEXT!$EXEEXT$ac_delim
40460 OBJEXT!$OBJEXT$ac_delim
40461 CPP!$CPP$ac_delim
40462 GREP!$GREP$ac_delim
40463 EGREP!$EGREP$ac_delim
40464 start_flags!$start_flags$ac_delim
40465 ld_switch_shared!$ld_switch_shared$ac_delim
40466 start_files!$start_files$ac_delim
40467 ld!$ld$ac_delim
40468 lib_gcc!$lib_gcc$ac_delim
40469 AR!$AR$ac_delim
40470 RANLIB!$RANLIB$ac_delim
40471 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
40472 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
40473 INSTALL_DATA!$INSTALL_DATA$ac_delim
40474 YACC!$YACC$ac_delim
40475 YFLAGS!$YFLAGS$ac_delim
40476 SET_MAKE!$SET_MAKE$ac_delim
40477 GTK_CONFIG!$GTK_CONFIG$ac_delim
40478 XMKMF!$XMKMF$ac_delim
40479 X_CFLAGS!$X_CFLAGS$ac_delim
40480 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
40481 X_LIBS!$X_LIBS$ac_delim
40482 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
40483 install_pp!$install_pp$ac_delim
40484 libs_xauth!$libs_xauth$ac_delim
40485 dnd_objs!$dnd_objs$ac_delim
40486 LIBSTDCPP!$LIBSTDCPP$ac_delim
40487 dll_ld!$dll_ld$ac_delim
40488 dll_cflags!$dll_cflags$ac_delim
40489 dll_ldflags!$dll_ldflags$ac_delim
40490 dll_post!$dll_post$ac_delim
40491 dll_ldo!$dll_ldo$ac_delim
40492 ld_dynamic_link_flags!$ld_dynamic_link_flags$ac_delim
40493 with_modules!$with_modules$ac_delim
40494 MOD_CC!$MOD_CC$ac_delim
40495 MODARCHDIR!$MODARCHDIR$ac_delim
40496 MAKE_DOCFILE!$MAKE_DOCFILE$ac_delim
40497 MODCFLAGS!$MODCFLAGS$ac_delim
40498 INSTALLPATH!$INSTALLPATH$ac_delim
40499 MOD_INSTALL_PROGRAM!$MOD_INSTALL_PROGRAM$ac_delim
40500 OBJECT_TO_BUILD!$OBJECT_TO_BUILD$ac_delim
40501 ldap_libs!$ldap_libs$ac_delim
40502 postgresql_libs!$postgresql_libs$ac_delim
40503 lwlib_objs!$lwlib_objs$ac_delim
40504 _ACEOF
40505
40506 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
40507 break 42007 break
40508 elif $ac_last_try; then 42008 elif $ac_last_try; then
40509 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 42009 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
40510 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 42010 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
40511 { (exit 1); exit 1; }; } 42011 { (exit 1); exit 1; }; }
40512 else 42012 else
40513 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 42013 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
40514 fi 42014 fi
40515 done 42015 done
40516 42016 rm -f conf$$subs.sh
40517 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` 42017
40518 if test -n "$ac_eof"; then 42018 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
40519 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` 42019 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
40520 ac_eof=`expr $ac_eof + 1` 42020 _ACEOF
40521 fi 42021 sed -n '
40522 42022 h
40523 cat >>$CONFIG_STATUS <<_ACEOF 42023 s/^/S["/; s/!.*/"]=/
40524 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof 42024 p
40525 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b 42025 g
40526 _ACEOF 42026 s/^[^!]*!//
40527 sed ' 42027 :repl
40528 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g 42028 t repl
40529 s/^/s,@/; s/!/@,|#_!!_#|/ 42029 s/'"$ac_delim"'$//
40530 :n 42030 t delim
40531 t n 42031 :nl
40532 s/'"$ac_delim"'$/,g/; t 42032 h
40533 s/$/\\/; p 42033 s/\(.\{148\}\).*/\1/
40534 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n 42034 t more1
40535 ' >>$CONFIG_STATUS <conf$$subs.sed 42035 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
40536 rm -f conf$$subs.sed 42036 p
40537 cat >>$CONFIG_STATUS <<_ACEOF 42037 n
40538 CEOF$ac_eof 42038 b repl
40539 _ACEOF 42039 :more1
40540 42040 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
40541 42041 p
40542 ac_delim='%!_!# ' 42042 g
40543 for ac_last_try in false false false false false :; do 42043 s/.\{148\}//
40544 cat >conf$$subs.sed <<_ACEOF 42044 t nl
40545 canna_libs!$canna_libs$ac_delim 42045 :delim
40546 ALLOCA!$ALLOCA$ac_delim 42046 h
40547 have_esd_config!$have_esd_config$ac_delim 42047 s/\(.\{148\}\).*/\1/
40548 SRC_SUBDIR_DEPS!$SRC_SUBDIR_DEPS$ac_delim 42048 t more2
40549 INSTALL_ARCH_DEP_SUBDIR!$INSTALL_ARCH_DEP_SUBDIR$ac_delim 42049 s/["\\]/\\&/g; s/^/"/; s/$/"/
40550 MAKE_SUBDIR!$MAKE_SUBDIR$ac_delim 42050 p
40551 SUBDIR_MAKEFILES!$SUBDIR_MAKEFILES$ac_delim 42051 b
40552 PROGNAME!$PROGNAME$ac_delim 42052 :more2
40553 version!$version$ac_delim 42053 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
40554 verbose_version!$verbose_version$ac_delim 42054 p
40555 instvardir!$instvardir$ac_delim 42055 g
40556 srcdir!$srcdir$ac_delim 42056 s/.\{148\}//
40557 extra_includes!$extra_includes$ac_delim 42057 t delim
40558 PREFIX_USER_DEFINED!$PREFIX_USER_DEFINED$ac_delim 42058 ' <conf$$subs.awk | sed '
40559 PREFIX!$PREFIX$ac_delim 42059 /^[^""]/{
40560 EXEC_PREFIX_USER_DEFINED!$EXEC_PREFIX_USER_DEFINED$ac_delim 42060 N
40561 EXEC_PREFIX!$EXEC_PREFIX$ac_delim 42061 s/\n//
40562 INFODIR_USER_DEFINED!$INFODIR_USER_DEFINED$ac_delim 42062 }
40563 INFODIR!$INFODIR$ac_delim 42063 ' >>$CONFIG_STATUS || ac_write_fail=1
40564 infopath!$infopath$ac_delim 42064 rm -f conf$$subs.awk
40565 INFOPATH_USER_DEFINED!$INFOPATH_USER_DEFINED$ac_delim 42065 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
40566 INFOPATH!$INFOPATH$ac_delim 42066 _ACAWK
40567 early_packages!$early_packages$ac_delim 42067 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
40568 EARLY_PACKAGE_DIRECTORIES_USER_DEFINED!$EARLY_PACKAGE_DIRECTORIES_USER_DEFINED$ac_delim 42068 for (key in S) S_is_set[key] = 1
40569 EARLY_PACKAGE_DIRECTORIES!$EARLY_PACKAGE_DIRECTORIES$ac_delim 42069 FS = ""
40570 late_packages!$late_packages$ac_delim 42070
40571 LATE_PACKAGE_DIRECTORIES_USER_DEFINED!$LATE_PACKAGE_DIRECTORIES_USER_DEFINED$ac_delim 42071 }
40572 LATE_PACKAGE_DIRECTORIES!$LATE_PACKAGE_DIRECTORIES$ac_delim 42072 {
40573 last_packages!$last_packages$ac_delim 42073 line = $ 0
40574 LAST_PACKAGE_DIRECTORIES_USER_DEFINED!$LAST_PACKAGE_DIRECTORIES_USER_DEFINED$ac_delim 42074 nfields = split(line, field, "@")
40575 LAST_PACKAGE_DIRECTORIES!$LAST_PACKAGE_DIRECTORIES$ac_delim 42075 substed = 0
40576 package_path!$package_path$ac_delim 42076 len = length(field[1])
40577 PACKAGE_PATH_USER_DEFINED!$PACKAGE_PATH_USER_DEFINED$ac_delim 42077 for (i = 2; i < nfields; i++) {
40578 PACKAGE_PATH!$PACKAGE_PATH$ac_delim 42078 key = field[i]
40579 lispdir!$lispdir$ac_delim 42079 keylen = length(key)
40580 LISPDIR_USER_DEFINED!$LISPDIR_USER_DEFINED$ac_delim 42080 if (S_is_set[key]) {
40581 LISPDIR!$LISPDIR$ac_delim 42081 value = S[key]
40582 moduledir!$moduledir$ac_delim 42082 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
40583 MODULEDIR_USER_DEFINED!$MODULEDIR_USER_DEFINED$ac_delim 42083 len += length(value) + length(field[++i])
40584 MODULEDIR!$MODULEDIR$ac_delim 42084 substed = 1
40585 sitelispdir!$sitelispdir$ac_delim 42085 } else
40586 SITELISPDIR_USER_DEFINED!$SITELISPDIR_USER_DEFINED$ac_delim 42086 len += 1 + keylen
40587 SITELISPDIR!$SITELISPDIR$ac_delim 42087 }
40588 sitemoduledir!$sitemoduledir$ac_delim 42088
40589 SITEMODULEDIR_USER_DEFINED!$SITEMODULEDIR_USER_DEFINED$ac_delim 42089 print line
40590 SITEMODULEDIR!$SITEMODULEDIR$ac_delim 42090 }
40591 etcdir!$etcdir$ac_delim 42091
40592 ETCDIR_USER_DEFINED!$ETCDIR_USER_DEFINED$ac_delim 42092 _ACAWK
40593 ETCDIR!$ETCDIR$ac_delim 42093 _ACEOF
40594 archlibdir!$archlibdir$ac_delim 42094 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
40595 ARCHLIBDIR_USER_DEFINED!$ARCHLIBDIR_USER_DEFINED$ac_delim 42095 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
40596 ARCHLIBDIR!$ARCHLIBDIR$ac_delim 42096 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
40597 DOCDIR_USER_DEFINED!$DOCDIR_USER_DEFINED$ac_delim 42097 else
40598 DOCDIR!$DOCDIR$ac_delim 42098 cat
40599 bitmapdir!$bitmapdir$ac_delim 42099 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
40600 extra_objs!$extra_objs$ac_delim 42100 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
40601 machfile!$machfile$ac_delim 42101 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
40602 opsysfile!$opsysfile$ac_delim
40603 c_switch_general!$c_switch_general$ac_delim
40604 c_switch_window_system!$c_switch_window_system$ac_delim
40605 c_switch_all!$c_switch_all$ac_delim
40606 ld_switch_general!$ld_switch_general$ac_delim
40607 ld_switch_window_system!$ld_switch_window_system$ac_delim
40608 ld_switch_all!$ld_switch_all$ac_delim
40609 ld_libs_general!$ld_libs_general$ac_delim
40610 ld_libs_window_system!$ld_libs_window_system$ac_delim
40611 ld_libs_all!$ld_libs_all$ac_delim
40612 RECURSIVE_MAKE_ARGS!$RECURSIVE_MAKE_ARGS$ac_delim
40613 native_sound_lib!$native_sound_lib$ac_delim
40614 sound_cflags!$sound_cflags$ac_delim
40615 dynodump_arch!$dynodump_arch$ac_delim
40616 XEMACS_CC!$XEMACS_CC$ac_delim
40617 XE_CFLAGS!$XE_CFLAGS$ac_delim
40618 internal_makefile_list!$internal_makefile_list$ac_delim
40619 LIBOBJS!$LIBOBJS$ac_delim
40620 LTLIBOBJS!$LTLIBOBJS$ac_delim
40621 _ACEOF
40622
40623 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 76; then
40624 break
40625 elif $ac_last_try; then
40626 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
40627 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
40628 { (exit 1); exit 1; }; } 42102 { (exit 1); exit 1; }; }
40629 else 42103 _ACEOF
40630 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
40631 fi
40632 done
40633
40634 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
40635 if test -n "$ac_eof"; then
40636 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
40637 ac_eof=`expr $ac_eof + 1`
40638 fi
40639
40640 cat >>$CONFIG_STATUS <<_ACEOF
40641 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
40642 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
40643 _ACEOF
40644 sed '
40645 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
40646 s/^/s,@/; s/!/@,|#_!!_#|/
40647 :n
40648 t n
40649 s/'"$ac_delim"'$/,g/; t
40650 s/$/\\/; p
40651 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
40652 ' >>$CONFIG_STATUS <conf$$subs.sed
40653 rm -f conf$$subs.sed
40654 cat >>$CONFIG_STATUS <<_ACEOF
40655 :end
40656 s/|#_!!_#|//g
40657 CEOF$ac_eof
40658 _ACEOF
40659
40660 42104
40661 # VPATH may cause trouble with some makes, so we remove $(srcdir), 42105 # VPATH may cause trouble with some makes, so we remove $(srcdir),
40662 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 42106 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
40663 # trailing colons and then remove the whole line if VPATH becomes empty 42107 # trailing colons and then remove the whole line if VPATH becomes empty
40664 # (actually we leave an empty line to preserve line numbers). 42108 # (actually we leave an empty line to preserve line numbers).
40671 s/:*$// 42115 s/:*$//
40672 s/^[^=]*=[ ]*$// 42116 s/^[^=]*=[ ]*$//
40673 }' 42117 }'
40674 fi 42118 fi
40675 42119
40676 cat >>$CONFIG_STATUS <<\_ACEOF 42120 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
40677 fi # test -n "$CONFIG_FILES" 42121 fi # test -n "$CONFIG_FILES"
40678 42122
40679 42123 # Set up the scripts for CONFIG_HEADERS section.
40680 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS 42124 # No need to generate them if there are no CONFIG_HEADERS.
42125 # This happens for instance with `./config.status Makefile'.
42126 if test -n "$CONFIG_HEADERS"; then
42127 cat >"$tmp/defines.awk" <<\_ACAWK ||
42128 BEGIN {
42129 _ACEOF
42130
42131 # Transform confdefs.h into an awk script `defines.awk', embedded as
42132 # here-document in config.status, that substitutes the proper values into
42133 # config.h.in to produce config.h.
42134
42135 # Create a delimiter string that does not exist in confdefs.h, to ease
42136 # handling of long lines.
42137 ac_delim='%!_!# '
42138 for ac_last_try in false false :; do
42139 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
42140 if test -z "$ac_t"; then
42141 break
42142 elif $ac_last_try; then
42143 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
42144 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
42145 { (exit 1); exit 1; }; }
42146 else
42147 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
42148 fi
42149 done
42150
42151 # For the awk script, D is an array of macro values keyed by name,
42152 # likewise P contains macro parameters if any. Preserve backslash
42153 # newline sequences.
42154
42155 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
42156 sed -n '
42157 s/.\{148\}/&'"$ac_delim"'/g
42158 t rset
42159 :rset
42160 s/^[ ]*#[ ]*define[ ][ ]*/ /
42161 t def
42162 d
42163 :def
42164 s/\\$//
42165 t bsnl
42166 s/["\\]/\\&/g
42167 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
42168 D["\1"]=" \3"/p
42169 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
42170 d
42171 :bsnl
42172 s/["\\]/\\&/g
42173 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
42174 D["\1"]=" \3\\\\\\n"\\/p
42175 t cont
42176 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
42177 t cont
42178 d
42179 :cont
42180 n
42181 s/.\{148\}/&'"$ac_delim"'/g
42182 t clear
42183 :clear
42184 s/\\$//
42185 t bsnlc
42186 s/["\\]/\\&/g; s/^/"/; s/$/"/p
42187 d
42188 :bsnlc
42189 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
42190 b cont
42191 ' <confdefs.h | sed '
42192 s/'"$ac_delim"'/"\\\
42193 "/g' >>$CONFIG_STATUS || ac_write_fail=1
42194
42195 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42196 for (key in D) D_is_set[key] = 1
42197 FS = ""
42198 }
42199 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
42200 line = \$ 0
42201 split(line, arg, " ")
42202 if (arg[1] == "#") {
42203 defundef = arg[2]
42204 mac1 = arg[3]
42205 } else {
42206 defundef = substr(arg[1], 2)
42207 mac1 = arg[2]
42208 }
42209 split(mac1, mac2, "(") #)
42210 macro = mac2[1]
42211 prefix = substr(line, 1, index(line, defundef) - 1)
42212 if (D_is_set[macro]) {
42213 # Preserve the white space surrounding the "#".
42214 print prefix "define", macro P[macro] D[macro]
42215 next
42216 } else {
42217 # Replace #undef with comments. This is necessary, for example,
42218 # in the case of _POSIX_SOURCE, which is predefined and required
42219 # on some systems where configure will not decide to define it.
42220 if (defundef == "undef") {
42221 print "/*", prefix defundef, macro, "*/"
42222 next
42223 }
42224 }
42225 }
42226 { print }
42227 _ACAWK
42228 _ACEOF
42229 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42230 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
42231 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
42232 { (exit 1); exit 1; }; }
42233 fi # test -n "$CONFIG_HEADERS"
42234
42235
42236 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
42237 shift
42238 for ac_tag
40681 do 42239 do
40682 case $ac_tag in 42240 case $ac_tag in
40683 :[FHLC]) ac_mode=$ac_tag; continue;; 42241 :[FHLC]) ac_mode=$ac_tag; continue;;
40684 esac 42242 esac
40685 case $ac_mode$ac_tag in 42243 case $ac_mode$ac_tag in
40686 :[FHL]*:*);; 42244 :[FHL]*:*);;
40687 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 42245 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
40688 echo "$as_me: error: Invalid tag $ac_tag." >&2;} 42246 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
40689 { (exit 1); exit 1; }; };; 42247 { (exit 1); exit 1; }; };;
40690 :[FH]-) ac_tag=-:-;; 42248 :[FH]-) ac_tag=-:-;;
40691 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 42249 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
40692 esac 42250 esac
40693 ac_save_IFS=$IFS 42251 ac_save_IFS=$IFS
40712 test -f "$ac_f" || 42270 test -f "$ac_f" ||
40713 case $ac_f in 42271 case $ac_f in
40714 [\\/$]*) false;; 42272 [\\/$]*) false;;
40715 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 42273 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
40716 esac || 42274 esac ||
40717 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 42275 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
40718 echo "$as_me: error: cannot find input file: $ac_f" >&2;} 42276 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
40719 { (exit 1); exit 1; }; };; 42277 { (exit 1); exit 1; }; };;
40720 esac 42278 esac
40721 ac_file_inputs="$ac_file_inputs $ac_f" 42279 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
42280 ac_file_inputs="$ac_file_inputs '$ac_f'"
40722 done 42281 done
40723 42282
40724 # Let's still pretend it is `configure' which instantiates (i.e., don't 42283 # Let's still pretend it is `configure' which instantiates (i.e., don't
40725 # use $as_me), people would be surprised to read: 42284 # use $as_me), people would be surprised to read:
40726 # /* config.h. Generated by config.status. */ 42285 # /* config.h. Generated by config.status. */
40727 configure_input="Generated from "`IFS=: 42286 configure_input='Generated from '`
40728 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." 42287 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
42288 `' by configure.'
40729 if test x"$ac_file" != x-; then 42289 if test x"$ac_file" != x-; then
40730 configure_input="$ac_file. $configure_input" 42290 configure_input="$ac_file. $configure_input"
40731 { echo "$as_me:$LINENO: creating $ac_file" >&5 42291 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
40732 echo "$as_me: creating $ac_file" >&6;} 42292 $as_echo "$as_me: creating $ac_file" >&6;}
40733 fi 42293 fi
42294 # Neutralize special characters interpreted by sed in replacement strings.
42295 case $configure_input in #(
42296 *\&* | *\|* | *\\* )
42297 ac_sed_conf_input=`$as_echo "$configure_input" |
42298 sed 's/[\\\\&|]/\\\\&/g'`;; #(
42299 *) ac_sed_conf_input=$configure_input;;
42300 esac
40734 42301
40735 case $ac_tag in 42302 case $ac_tag in
40736 *:-:* | *:-) cat >"$tmp/stdin";; 42303 *:-:* | *:-) cat >"$tmp/stdin" \
42304 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
42305 $as_echo "$as_me: error: could not create $ac_file" >&2;}
42306 { (exit 1); exit 1; }; } ;;
40737 esac 42307 esac
40738 ;; 42308 ;;
40739 esac 42309 esac
40740 42310
40741 ac_dir=`$as_dirname -- "$ac_file" || 42311 ac_dir=`$as_dirname -- "$ac_file" ||
40742 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 42312 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
40743 X"$ac_file" : 'X\(//\)[^/]' \| \ 42313 X"$ac_file" : 'X\(//\)[^/]' \| \
40744 X"$ac_file" : 'X\(//\)$' \| \ 42314 X"$ac_file" : 'X\(//\)$' \| \
40745 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 42315 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
40746 echo X"$ac_file" | 42316 $as_echo X"$ac_file" |
40747 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 42317 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
40748 s//\1/ 42318 s//\1/
40749 q 42319 q
40750 } 42320 }
40751 /^X\(\/\/\)[^/].*/{ 42321 /^X\(\/\/\)[^/].*/{
40767 esac 42337 esac
40768 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { 42338 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
40769 as_dirs= 42339 as_dirs=
40770 while :; do 42340 while :; do
40771 case $as_dir in #( 42341 case $as_dir in #(
40772 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( 42342 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
40773 *) as_qdir=$as_dir;; 42343 *) as_qdir=$as_dir;;
40774 esac 42344 esac
40775 as_dirs="'$as_qdir' $as_dirs" 42345 as_dirs="'$as_qdir' $as_dirs"
40776 as_dir=`$as_dirname -- "$as_dir" || 42346 as_dir=`$as_dirname -- "$as_dir" ||
40777 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 42347 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
40778 X"$as_dir" : 'X\(//\)[^/]' \| \ 42348 X"$as_dir" : 'X\(//\)[^/]' \| \
40779 X"$as_dir" : 'X\(//\)$' \| \ 42349 X"$as_dir" : 'X\(//\)$' \| \
40780 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 42350 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
40781 echo X"$as_dir" | 42351 $as_echo X"$as_dir" |
40782 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 42352 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
40783 s//\1/ 42353 s//\1/
40784 q 42354 q
40785 } 42355 }
40786 /^X\(\/\/\)[^/].*/{ 42356 /^X\(\/\/\)[^/].*/{
40797 } 42367 }
40798 s/.*/./; q'` 42368 s/.*/./; q'`
40799 test -d "$as_dir" && break 42369 test -d "$as_dir" && break
40800 done 42370 done
40801 test -z "$as_dirs" || eval "mkdir $as_dirs" 42371 test -z "$as_dirs" || eval "mkdir $as_dirs"
40802 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 42372 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
40803 echo "$as_me: error: cannot create directory $as_dir" >&2;} 42373 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
40804 { (exit 1); exit 1; }; }; } 42374 { (exit 1); exit 1; }; }; }
40805 ac_builddir=. 42375 ac_builddir=.
40806 42376
40807 case "$ac_dir" in 42377 case "$ac_dir" in
40808 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 42378 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
40809 *) 42379 *)
40810 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 42380 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
40811 # A ".." for each directory in $ac_dir_suffix. 42381 # A ".." for each directory in $ac_dir_suffix.
40812 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 42382 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
40813 case $ac_top_builddir_sub in 42383 case $ac_top_builddir_sub in
40814 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 42384 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
40815 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 42385 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
40816 esac ;; 42386 esac ;;
40817 esac 42387 esac
40847 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 42417 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
40848 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; 42418 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
40849 esac 42419 esac
40850 _ACEOF 42420 _ACEOF
40851 42421
40852 cat >>$CONFIG_STATUS <<\_ACEOF 42422 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
40853 # If the template does not know about datarootdir, expand it. 42423 # If the template does not know about datarootdir, expand it.
40854 # FIXME: This hack should be removed a few years after 2.60. 42424 # FIXME: This hack should be removed a few years after 2.60.
40855 ac_datarootdir_hack=; ac_datarootdir_seen= 42425 ac_datarootdir_hack=; ac_datarootdir_seen=
40856 42426
40857 case `sed -n '/datarootdir/ { 42427 ac_sed_dataroot='
42428 /datarootdir/ {
40858 p 42429 p
40859 q 42430 q
40860 } 42431 }
40861 /@datadir@/p 42432 /@datadir@/p
40862 /@docdir@/p 42433 /@docdir@/p
40863 /@infodir@/p 42434 /@infodir@/p
40864 /@localedir@/p 42435 /@localedir@/p
40865 /@mandir@/p 42436 /@mandir@/p
40866 ' $ac_file_inputs` in 42437 '
42438 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
40867 *datarootdir*) ac_datarootdir_seen=yes;; 42439 *datarootdir*) ac_datarootdir_seen=yes;;
40868 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 42440 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
40869 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 42441 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
40870 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 42442 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
40871 _ACEOF 42443 _ACEOF
40872 cat >>$CONFIG_STATUS <<_ACEOF 42444 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
40873 ac_datarootdir_hack=' 42445 ac_datarootdir_hack='
40874 s&@datadir@&$datadir&g 42446 s&@datadir@&$datadir&g
40875 s&@docdir@&$docdir&g 42447 s&@docdir@&$docdir&g
40876 s&@infodir@&$infodir&g 42448 s&@infodir@&$infodir&g
40877 s&@localedir@&$localedir&g 42449 s&@localedir@&$localedir&g
40881 _ACEOF 42453 _ACEOF
40882 42454
40883 # Neutralize VPATH when `$srcdir' = `.'. 42455 # Neutralize VPATH when `$srcdir' = `.'.
40884 # Shell code in configure.ac might set extrasub. 42456 # Shell code in configure.ac might set extrasub.
40885 # FIXME: do we really want to maintain this feature? 42457 # FIXME: do we really want to maintain this feature?
40886 cat >>$CONFIG_STATUS <<_ACEOF 42458 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
40887 sed "$ac_vpsub 42459 ac_sed_extra="$ac_vpsub
40888 $extrasub 42460 $extrasub
40889 _ACEOF 42461 _ACEOF
40890 cat >>$CONFIG_STATUS <<\_ACEOF 42462 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
40891 :t 42463 :t
40892 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b 42464 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
40893 s&@configure_input@&$configure_input&;t t 42465 s|@configure_input@|$ac_sed_conf_input|;t t
40894 s&@top_builddir@&$ac_top_builddir_sub&;t t 42466 s&@top_builddir@&$ac_top_builddir_sub&;t t
42467 s&@top_build_prefix@&$ac_top_build_prefix&;t t
40895 s&@srcdir@&$ac_srcdir&;t t 42468 s&@srcdir@&$ac_srcdir&;t t
40896 s&@abs_srcdir@&$ac_abs_srcdir&;t t 42469 s&@abs_srcdir@&$ac_abs_srcdir&;t t
40897 s&@top_srcdir@&$ac_top_srcdir&;t t 42470 s&@top_srcdir@&$ac_top_srcdir&;t t
40898 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t 42471 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
40899 s&@builddir@&$ac_builddir&;t t 42472 s&@builddir@&$ac_builddir&;t t
40900 s&@abs_builddir@&$ac_abs_builddir&;t t 42473 s&@abs_builddir@&$ac_abs_builddir&;t t
40901 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 42474 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
40902 s&@INSTALL@&$ac_INSTALL&;t t 42475 s&@INSTALL@&$ac_INSTALL&;t t
40903 $ac_datarootdir_hack 42476 $ac_datarootdir_hack
40904 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out 42477 "
42478 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
42479 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
42480 $as_echo "$as_me: error: could not create $ac_file" >&2;}
42481 { (exit 1); exit 1; }; }
40905 42482
40906 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 42483 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
40907 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 42484 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
40908 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 42485 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
40909 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' 42486 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
40910 which seems to be undefined. Please make sure it is defined." >&5 42487 which seems to be undefined. Please make sure it is defined." >&5
40911 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 42488 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
40912 which seems to be undefined. Please make sure it is defined." >&2;} 42489 which seems to be undefined. Please make sure it is defined." >&2;}
40913 42490
40914 rm -f "$tmp/stdin" 42491 rm -f "$tmp/stdin"
40915 case $ac_file in 42492 case $ac_file in
40916 -) cat "$tmp/out"; rm -f "$tmp/out";; 42493 -) cat "$tmp/out" && rm -f "$tmp/out";;
40917 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; 42494 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
40918 esac 42495 esac \
42496 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
42497 $as_echo "$as_me: error: could not create $ac_file" >&2;}
42498 { (exit 1); exit 1; }; }
40919 ;; 42499 ;;
40920 :H) 42500 :H)
40921 # 42501 #
40922 # CONFIG_HEADER 42502 # CONFIG_HEADER
40923 # 42503 #
40924 _ACEOF
40925
40926 # Transform confdefs.h into a sed script `conftest.defines', that
40927 # substitutes the proper values into config.h.in to produce config.h.
40928 rm -f conftest.defines conftest.tail
40929 # First, append a space to every undef/define line, to ease matching.
40930 echo 's/$/ /' >conftest.defines
40931 # Then, protect against being on the right side of a sed subst, or in
40932 # an unquoted here document, in config.status. If some macros were
40933 # called several times there might be several #defines for the same
40934 # symbol, which is useless. But do not sort them, since the last
40935 # AC_DEFINE must be honored.
40936 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
40937 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
40938 # NAME is the cpp macro being defined, VALUE is the value it is being given.
40939 # PARAMS is the parameter list in the macro definition--in most cases, it's
40940 # just an empty string.
40941 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
40942 ac_dB='\\)[ (].*,\\1define\\2'
40943 ac_dC=' '
40944 ac_dD=' ,'
40945
40946 uniq confdefs.h |
40947 sed -n '
40948 t rset
40949 :rset
40950 s/^[ ]*#[ ]*define[ ][ ]*//
40951 t ok
40952 d
40953 :ok
40954 s/[\\&,]/\\&/g
40955 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
40956 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
40957 ' >>conftest.defines
40958
40959 # Remove the space that was appended to ease matching.
40960 # Then replace #undef with comments. This is necessary, for
40961 # example, in the case of _POSIX_SOURCE, which is predefined and required
40962 # on some systems where configure will not decide to define it.
40963 # (The regexp can be short, since the line contains either #define or #undef.)
40964 echo 's/ $//
40965 s,^[ #]*u.*,/* & */,' >>conftest.defines
40966
40967 # Break up conftest.defines:
40968 ac_max_sed_lines=50
40969
40970 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
40971 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
40972 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
40973 # et cetera.
40974 ac_in='$ac_file_inputs'
40975 ac_out='"$tmp/out1"'
40976 ac_nxt='"$tmp/out2"'
40977
40978 while :
40979 do
40980 # Write a here document:
40981 cat >>$CONFIG_STATUS <<_ACEOF
40982 # First, check the format of the line:
40983 cat >"\$tmp/defines.sed" <<\\CEOF
40984 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
40985 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
40986 b
40987 :def
40988 _ACEOF
40989 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
40990 echo 'CEOF
40991 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
40992 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
40993 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
40994 grep . conftest.tail >/dev/null || break
40995 rm -f conftest.defines
40996 mv conftest.tail conftest.defines
40997 done
40998 rm -f conftest.defines conftest.tail
40999
41000 echo "ac_result=$ac_in" >>$CONFIG_STATUS
41001 cat >>$CONFIG_STATUS <<\_ACEOF
41002 if test x"$ac_file" != x-; then 42504 if test x"$ac_file" != x-; then
41003 echo "/* $configure_input */" >"$tmp/config.h" 42505 {
41004 cat "$ac_result" >>"$tmp/config.h" 42506 $as_echo "/* $configure_input */" \
41005 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then 42507 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
41006 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 42508 } >"$tmp/config.h" \
41007 echo "$as_me: $ac_file is unchanged" >&6;} 42509 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
42510 $as_echo "$as_me: error: could not create $ac_file" >&2;}
42511 { (exit 1); exit 1; }; }
42512 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
42513 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
42514 $as_echo "$as_me: $ac_file is unchanged" >&6;}
41008 else 42515 else
41009 rm -f $ac_file 42516 rm -f "$ac_file"
41010 mv "$tmp/config.h" $ac_file 42517 mv "$tmp/config.h" "$ac_file" \
42518 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
42519 $as_echo "$as_me: error: could not create $ac_file" >&2;}
42520 { (exit 1); exit 1; }; }
41011 fi 42521 fi
41012 else 42522 else
41013 echo "/* $configure_input */" 42523 $as_echo "/* $configure_input */" \
41014 cat "$ac_result" 42524 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
42525 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
42526 $as_echo "$as_me: error: could not create -" >&2;}
42527 { (exit 1); exit 1; }; }
41015 fi 42528 fi
41016 rm -f "$tmp/out12"
41017 ;; 42529 ;;
41018 42530
41019 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5 42531 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
41020 echo "$as_me: executing $ac_file commands" >&6;} 42532 $as_echo "$as_me: executing $ac_file commands" >&6;}
41021 ;; 42533 ;;
41022 esac 42534 esac
41023 42535
41024 42536
41025 case $ac_file$ac_mode in 42537 case $ac_file$ac_mode in
41176 42688
41177 { (exit 0); exit 0; } 42689 { (exit 0); exit 0; }
41178 _ACEOF 42690 _ACEOF
41179 chmod +x $CONFIG_STATUS 42691 chmod +x $CONFIG_STATUS
41180 ac_clean_files=$ac_clean_files_save 42692 ac_clean_files=$ac_clean_files_save
42693
42694 test $ac_write_fail = 0 ||
42695 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
42696 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
42697 { (exit 1); exit 1; }; }
41181 42698
41182 42699
41183 # configure is writing to config.log, and then calls config.status. 42700 # configure is writing to config.log, and then calls config.status.
41184 # config.status does its own redirection, appending to config.log. 42701 # config.status does its own redirection, appending to config.log.
41185 # Unfortunately, on DOS this fails, as config.log is still kept open 42702 # Unfortunately, on DOS this fails, as config.log is still kept open
41198 exec 5>>config.log 42715 exec 5>>config.log
41199 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 42716 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
41200 # would make configure fail if this is the last instruction. 42717 # would make configure fail if this is the last instruction.
41201 $ac_cs_success || { (exit 1); exit 1; } 42718 $ac_cs_success || { (exit 1); exit 1; }
41202 fi 42719 fi
41203 42720 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
42721 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
42722 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
42723 fi
42724